Wednesday 12 August 2026 | Join Free | Upgrade

Hi there, this is your daily ☕️ AIpresso.

In today's newsletter:

💻 Microsoft's new coding AI loses to DeepSeek on price and speed

🤖 SpaceXAI launches Grok Bot

💰 Nvidia calls AI compute an asset class

🧠 Researchers steal AI's hidden reasoning

🔓 AI finds critical Zoom exploit

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

10x the context. Half the time.

Speak your prompts into ChatGPT or Claude and get detailed, paste-ready input that actually gives you useful output. Wispr Flow captures what you'd cut when typing. Free on Mac, Windows, and iPhone.

💻 Microsoft's new coding AI loses to DeepSeek on price and speed LINK
  • Microsoft has released MAI-Code-1.1-Flash, an upgraded coding model in GitHub Copilot that improves performance while cutting token usage and pricing to a quarter of the original MAI-Code-1-Flash.
  • The model scores 22% higher on Terminal-Bench 2.1 via the Copilot CLI and 15% better on .NET tasks, while streaming tokens 25% faster and using 25% fewer tokens per task.
  • Pricing drops to $0.20/$0.02/$1.20 per 1M input/cached/output tokens with a 0.25x request multiplier for annual subscribers, though GitHub will retire MAI-Code-1-Flash across all Copilot experiences on September 10, 2026.
🤖 SpaceXAI launches Grok Bot LINK
  • SpaceXAI released Grok Bot in early beta on August 11, a cloud agent that signs into a customer's existing apps and websites and completes tasks inside the destination tool rather than stopping at an answer.
  • Access comes through three subscriptions-Cursor Premium Teams at $120 per seat monthly, Cursor Ultra at $200, and SuperGrok Heavy at $300-with Bots that operate services lacking an API, save recorded routines, and coordinate in group threads.
  • Enterprise buyers must join a waitlist, and the launch omits any independent reliability benchmark, task allowances, and per-use rates, while tester Matt Shumer criticized the automatic model router that users cannot pin or choose.
💰 Nvidia calls AI compute an asset class LINK
  • Nvidia's Jensen Huang is pitching AI compute as a distinct, financeable asset class, unveiling a partnership with Wall Street firms including Apollo, BlackRock, Goldman Sachs, KKR, Blackstone, and Brookfield to fund a $500 billion AI infrastructure buildout.
  • Huang frames the asset as the full stack-racks, factories, networks, and software, not just GPUs-arguing it produces revenue, serves a broad market, improves in performance over time, and can be redeployed like other investable infrastructure.
  • The deal aims to widen access to capital for labs, startups, enterprises, and clouds that lack affordable financing to scale, though Huang concedes it also answers persistent concerns about circular financing, where hardware makers fund customers that then buy their chips.
🧠 Researchers steal AI's hidden reasoning LINK
  • Researchers demonstrated they could recover the hidden reasoning of frontier models from Anthropic, OpenAI, and Google by replaying the encrypted chain-of-thought blocks these APIs return to clients and jailbreaking a weaker sibling model into decrypting them.
  • The attack worked because every model in a family shared one encryption key, so feeding a strong model's encrypted trace into the weakest sibling and prompting it to transcribe the reasoning verbatim yielded the raw plaintext chains, with Claude Haiku 4.5 the easiest target.
  • The appendix documents extracted traces like GPT-5.5's terse internal notes clearly never meant for humans, though all providers have since patched the flaw and the researchers could no longer replicate the attacks after disclosure.
🔓 AI finds critical Zoom exploit LINK
  • Researchers at A Security used publicly available AI models to build a working zero-click remote code execution exploit chain against Zoom, dubbed "ZOOMSDAY," that could hijack another meeting participant's device with no interaction required.
  • The team produced the functional exploit in under 24 hours with fewer than 20 prompts, chaining three CVEs (CVE-2026-53413/53414/53415) in Zoom's annotation protocol to corrupt client memory and bypass ASLR on Windows, macOS, iOS, and Android running Client v7.0.5.
  • Zoom has patched the flaws and deployed a server-side filter for malicious messages, though that mitigation can't apply to E2EE meetings since servers can't inspect encrypted content, leaving unpatched clients reachable.

Your employees are connecting AI to everything. Now what?

ChatGPT and Claude aren't just answering questions. Employees are connecting them directly to Notion, Linear, Jira, and the rest of your stack — with no security visibility into what data moves or what actions they take.

Harmonic Security gives your team the visibility to control it.

🛠️ Engineering & Practice

> NVIDIA JetPack 7.2.1 adds agentic video skills and T3000 emulation: Jetson's video toolkit now includes AI agent skills that test what a device can actually decode and encode, returning proven performance numbers instead of guesses.
> 🔬The BioAI Phase shift - Matthew McPartlon & Neil Patil, Chai discovery: AI drug-design tools finally became accurate enough for pharma to trust, letting companies like Chai Discovery sell software instead of building their own drugs.
> There are no lossless transformations of natural-language text: Any AI that rewrites your text changes its meaning, so you must own every sentence you share as genuinely your own.
> Self-Evolving Coders, Hidden errors, Brittle mobile agents: Three new AI papers argue that agents fail not from weak capability but from gaps between their internal state and outward behavior, so measure what they actually do.
> No, local models will not win: Most AI work will stay in datacenters because their batching and bigger chips make them far cheaper, and people always pick the strongest model.
 

Other news & articles you might like

  • Mistral now offers EU data processing and priority access, but both come with important limits LINK
  • Tencent researchers say they can create agent training tasks for $0.05 LINK
  • Databricks acquires Electric to give every AI agent its own Postgres database LINK
  • Building monday Com Sidekick Why capable agents need more than just tools LINK
  • Why the agent harness matters as much as the model in AI security LINK

📚 Trending papers & reports

> Surgical robot training shows that pretraining on cheap, plentiful endoscopic video, without any robot action labels, sharply boosts success rates on simulated surgical tasks when only limited hands-on demonstration data is available. LINK
> Search-training data selection can be scored upfront, without costly fine-tuning, to predict which decoy wrong-answer examples will make retrieval systems perform best, though the method still misses one tricky decoy type in thirty-five of thirty-six tested cases. LINK
> Sheep pain scoring turns a single ordinary camera video into a 3D map of a sheep's face, then scores discomfort on a 0 to 100% scale, no depth hardware or vet needed. LINK
> Causal map building pairs chatbot-style language models with a rule-checking reasoning system, letting variable names alone help produce more accurate cause-and-effect diagrams from data than existing statistical methods. LINK
> Genome-reading AI models get upgraded to grasp the functional meaning of DNA segments, not just fill in missing letters, beating prior best models across 17 genomic benchmark tasks. LINK
 

🧰 Tools & repos

Nitro 4.0: a fast, human-powered translation service that delivers professional localization in 120+ languages within 24 hours for growing apps and games. LINK
Ticketdesk AI: an AI-powered support platform that creates automated agents to handle customer tickets and email responses around the clock. LINK
ShootClip: a macOS video editor with AI-generated captions and a built-in MCP server that lets AI assistants edit alongside you directly. LINK
Unsloth Desktop: a no-code desktop app for fine-tuning and running open-source language models locally, without cloud costs or coding knowledge. LINK
Assembly Studio: a low-code platform that lets professional services firms build and launch secure, authenticated, production-ready apps without prototyping overhead. LINK
Dograh: an open-source voice agent platform with a visual flow builder, 30+ model integrations, telephony, and QA monitoring-self-host free in one command. 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