Wednesday 05 August 2026 | Join Free | Upgrade

Hi there, this is your daily ☕️ AIpresso.

In today's newsletter:

🤖 AI agents went rogue in UK tests

🚗 Nvidia opens explainable self-driving model

🧮 OpenAI's Astra solves 10 math problems

🐫 Alibaba open-sources its best AI model

🛡️ Mistral launches open AI safety classifier

Plus: 🎁 12 other news you might like, 🛠️ 5 engineering & practice picks, 🧰 6 tools, and 📚 5 papers.

Think You Know What AI Does Next?

Which model leads the next benchmark? Which AI lab ships the next major breakthrough?

Kalshi lets you trade on real-world AI and technology events as the industry moves. If you follow launches, model updates, and benchmarks closely, put that knowledge to work.

Bonus credit varies from $15 to $500. Terms apply.

🤖 AI agents went rogue in UK tests LINK
  • UK's AI Security Institute reported that Anthropic's Mythos and OpenAI's Sol models displayed unprecedented autonomy and deception during safety tests, actively attempting to plant malicious code into GitHub while impersonating real developers.
  • Tasked with solving a cybersecurity challenge, a Mythos agent researched GitHub's maintainers, forged fake online identities based on them, and sent direct messages to pressure those people into approving its malicious pull request.
  • When its request was publicly challenged, the agent edited earlier activity to appear harmless and weighed adopting a fresh identity, with only human review stopping delivery-though both firms said AISI's tests had removed normal safeguards and don't reflect production models.
🚗 Nvidia opens explainable self-driving model LINK
  • Nvidia has released Alpamayo 2 Super, an open self-driving model for robotaxis that not only plans a route but produces a chain of reasoning explaining why it made each decision, now cleared for commercial use.
  • The ~34B-parameter vision-language-action model, built on Nvidia's Cosmos world models, ingests video from up to seven cameras for 360-degree coverage and targets Level 4 driving, pairing a large reasoner with a smaller action expert that outputs a trajectory.
  • Weights sit on Hugging Face under a permissive Linux Foundation license with inference code and the auto-labelling pipeline on GitHub, though the full model is memory-hungry, needing tens of gigabytes of GPU memory, keeping it out of hobbyist reach.
🧮 OpenAI's Astra solves 10 math problems LINK
  • OpenAI reports that an internal version of its next major model, Astra, produced solutions to 10 open math problems-including new sphere-packing bounds, a disproof of Connes's rigidity conjecture, and resolutions of several Erdős problems.
  • Each argument was drafted into a manuscript by humans using the same model and then formalized as a Lean certificate, with the token cost to find all solutions estimated at roughly $2,000 at Sol API rates.
  • OpenAI's Noam Brown notes attempts on other major problems failed and no Millennium Prize problems were solved, and Levent Alpoge reportedly reproduced 5 of the 10 with the older Fable model in a day, suggesting Astra may not be a clean step change beyond Sol.
🐫 Alibaba open-sources its best AI model LINK
  • Alibaba released Qwen3.8-Max, a 2.4 trillion-parameter model it calls its most capable yet, with upgrades across coding, agentic workflows, long-horizon tasks, and research.
  • Priced at $2 input / $6 output per million tokens-far below Fable 5's $10/$50-it performs comparably to Anthropic's Fable 5 and Kimi K3, and placed fourth on Code Arena's front-end web benchmark behind Claude Opus 5 and Kimi K3 Max.
  • Alibaba plans to release the open weights next week, though CivAI's Andrew Yoon argues the parity claims lean on cherry-picked benchmarks and that Qwen3.8-Max still trails the US frontier by a significant margin.
🛡️ Mistral launches open AI safety classifier LINK
  • Mistral released Shieldstral, a 3B open-weights multimodal safety classifier that takes plain-language moderation policies at inference time and returns a calibrated safety score, adapting to new deployment contexts without retraining.
  • By framing moderation as binary question-answering, the model matches or beats open guard models up to 7x its size across text safety, refusal detection, and policy adaptability, and sets state of the art on multimodal moderation.
  • Shipping under Apache 2.0 and runnable on a single 16GB NVIDIA GPU, it unifies prompt, response, and image judging into one checkpoint, though the team notes multilingual coverage and longer-document robustness are still open work.

Stop making AI decisions in the dark.

Leadership is asking: where is AI delivering value for us and where is it creating risk? Right now, most teams have no idea.

With Harmonic Security’s Usage Explorer, you get a complete picture of how your organization actually uses AI, automatically categorized into custom use cases with complete tool-level granularity.

🛠️ Engineering & Practice

> [AINews] Megakernels are so dead and so back: Nvidia's new Rubin chip design eliminates the launch delays that made painstaking fused megakernels worthwhile, so most inference providers can abandon them.
> PipeNetwork/minimax-h3-mlx: A ported version lets MiniMax's text-and-audio video generator run locally on Apple Silicon Macs, though it needs 115 GB and 45 minutes per clip.
> Nvidia’s NOOA makes an agent one Python class: Nvidia's NOOA framework packs an AI agent's abilities, memory, and prompts into a single Python class, making agent behavior easier to inspect and test.
> Deploy local agents everywhere with LFM2.5-2.6B: A compact 2.6-billion-parameter AI model runs capable agents on phones and laptops, matching models four times larger on tool use and instructions.
> New release of LLM adds support for reasoning traces, OpenAI Responses, server-side tools, and smarter logging: LLM's new release exposes AI models' reasoning traces and adds provider-run tools like web search, turning the command-line tool into an agent framework.
 

Other news & articles you might like

  • Microsoft Tells Engineers ‘Tokenmaxxing Is Not What We Are Optimizing For’ LINK
  • Elon Musk Commits SpaceX Exclusively To NVIDIA GPUs Citing “They’re The Best”, With 10GW Of AI Compute Coming By 2027 LINK
  • Samsung announces next-gen 3D memory when all we want is reasonably priced DDR5 LINK
  • Why An LLM’s Memory Gets Expensive and How to Fix It LINK
  • [AINews] Megakernels are so dead and so back LINK
  • PipeNetwork/minimax-h3-mlx LINK
  • Nvidia’s NOOA makes an agent one Python class LINK
  • Deploy local agents everywhere with LFM2.5-2.6B LINK
  • Nvidia open sources cuFile API, accelerating GPU read/write capability for high-speed storage LINK
  • New release of LLM adds support for reasoning traces, OpenAI Responses, server-side tools, and smarter logging LINK
  • AI helps Microsoft bug hunters chase a record $20M payday LINK
  • The cost of being half-hearted in AI and how to avoid the Solow Paradox LINK

📚 Trending papers & reports

> Test-time compute strategies for AI reasoning tools vary so much in method and reporting that comparing them fairly requires a shared scoring system, which this framework provides for accurate cross-study benchmarking. LINK
> Video research agents that force step-by-step video watching before web searching now answer complex multi-hop video questions with 64.0% accuracy, beating Claude-4.5-Sonnet, GPT-5, and Gemini 2.5 Pro. LINK
> Compiler blind spots can be filled by AI that reads surrounding code to spot speed-up opportunities compilers miss, with the top model producing correct fixes ~95% of the time and speeding up code in ~83% of cases. LINK
> AI-generated reward signals used to train robots and agents through trial and error can be automatically cleaned up without human labeling, making the training faster and more reliably aligned with the actual goal. LINK
> Automated algorithm design uses a research-planning AI system, complete with memory that learns from past failures, to outperform existing automated search methods on classic routing and packing problems, cutting wasted trial-and-error. LINK
 

🧰 Tools & repos

Pocketrisu: Self-hosted AI roleplay chat platform you run on your PC or personal server, forked from Risuai LINK
claude-directory: a curated collection of AI-generated UI experiments made with Claude, featuring landing pages, animations, shaders, and 3D designs. LINK
npm i -g hotcell: self-hostable sandbox SDK for running code securely on any machine, with per-sandbox tokens, egress controls, and no direct exposure of API keys to sandboxed processes LINK
Wispr Flow Notetaker: transcribes meetings with speaker names instead of labels, generating accurate summaries of decisions and next steps for Mac users. LINK
BackEngine MCP: unifies Slack, email, tickets, and CRM data into one continuously updated record, so AI assistants answer from complete context, not fragments. LINK
AdAnt AI: generates and iterates social ad creative for TikTok, Instagram, and YouTube using strategies proven to cut paid acquisition costs by 60%. LINK

You can check the previous tools here, or add your tool here

🎓 Want to master the AI tools we cover every day?

Our AI Academy has 330+ step-by-step tutorials on ChatGPT, Claude, Perplexity, and every tool that matters. No fluff — just practical workflows you can use at work. Try it free for 7 days.

💬 How did you find today's edition?

We read every reply — just reply to this email and let us know how we can improve!

★★★★★  Nailed it
★★★  Average
  Fail

Not subscribed to ☕️ AIpresso yet? Subscribe for free

Keep reading