The 2026-07-28 spec kills server-initiated sampling but keeps elicitation — and adds a URL mode built for exactly the flows you couldn't do before: OAuth, credential entry, and payment setup that must never touch the model context.
The release candidate everyone read for the deprecations buried the bigger change: MCP is no longer a session. It's a stateless request/response protocol you can put behind a plain load balancer — and that quietly rewrites how you deploy every server you own.
Both run vector, full-text, and hybrid search off object storage at billion scale. The real fork is whether your data stays an open file you own, or lives behind one vendor's API.
Intercept the tool call, pause for a human approve/deny/edit, then resume from the exact checkpoint — and put the gate where risk lives, not on every call.
Your tool schemas are the fattest, most stable block in every agent request — and the single highest-leverage thing to cache. The trick is not breaking the prefix.
On Agents' Last Exam — the benchmark for long-running professional workflows, where agent products actually die — GPT-5.6's cheapest tiers now clear a bar that Claude Fable 5 couldn't. The premium you pay for a frontier model just stopped being obvious.
China switches off its two biggest AI companions tomorrow, Google turned managed agents into background jobs, and open-weight coding got cheaper — the three shifts that change what you ship this week, and what to do about each before Monday.
From July 1, every Cursor Teams seat carries two separate usage pools and comes in Standard or Premium. It's the clearest sign yet that agent pricing is settling into 'predictable seat + separated model spend' — and a map for picking the seat by your bottleneck, not the brand.
On July 15 China switches off its companion agents. But it's the third jurisdiction in nine months to write 'AI companion' into law as a category — and the test they all use decides whether your product is regulated.
Google now spawns a locked-down, millisecond sandbox inside your existing Cloud Run instance — no env vars, zero egress, no premium. For anyone already on GCP, the build-vs-buy math for running agent code just changed.
Sonnet 5 is a drop-in replacement for 4.6, but it turns adaptive thinking on by default and max_tokens now caps thinking plus response. Two forces quietly push your final answer toward truncation. Here's the 20-minute migration that doesn't cut your agents off mid-sentence.
Claude Managed Agents let you swap the model, system prompt, tools, MCP servers, or skills for a single session with agent_with_overrides — no new agent version, no config drift. Here's the exact call, the tri-state rules, and the two 400s that will bite you.
The Rust rewrite made Chroma fast, but the architecture that matters is where the index lives. Chroma serves search from S3-class storage, which sets the exact cost and latency shape you're signing up for.
China switches off Doubao and Qwen's AI companions on July 15. The overlooked lesson isn't the category ban — it's that hundreds of millions of accumulated personas can't be moved anywhere.
Both raised this month to build the worlds your agent lives in, and the pitches sound identical. They aren't: one makes your agent better, the other tells you where it breaks. Which you need depends on which problem you actually have.
Lyzr let its own agent, SivaClaw, field 130+ investors and close a $100M Series B. Strip out the PR and three parts of the playbook generalize to a pre-seed deck — and three don't.
In a two-week stretch, the biggest agent checks skipped foundation models and landed on the reliability layer — evaluation, oversight, and domain decisioning.
Four verified moves that change what a solo founder ships this week: confirmed three-tier GPT-5.6 pricing, tomorrow's Doubao and Qwen agent shutdown, Sonnet 5 as the new default, and a cheaper tool-schema bill.
In six months, both independent metering leaders got bought by payment giants. Here's what that changes for a founder deciding how to bill tokens, seats, and agent actions.
The Doubao and Qwen shutdowns land this week. The shutdown is the news; the classification test underneath it is the thing that follows your product home. Run your app through it now.
Once you've decided the hardest coding stays on a frontier tier, three of them are fighting for the slot. The winner isn't the cheapest per token or the highest on a leaderboard — it's the one with the lowest cost per bug it actually closes, and that number inverts the sticker prices.
OpenAI open-sourced a single markdown file that turns your Linear board into an autonomous engineering team. Here's what it actually is, and how to steal the idea.
Three raw-compute homes for an agent, and the real question isn't who's fastest — it's what happens, and what you pay, during the hours your agent sits idle waiting on a tool, a webhook, or a human.
Mistral's first physical-AI model guides a robot through spaces it has never seen using a single RGB camera and a sentence — no LiDAR, no depth sensors, no map — and it outscores rigs that carry all three. The 'physical AI is a 2027 problem' assumption just expired.
Microsoft's agent framework now lets an agent pull MCP tool schemas in on demand instead of front-loading all of them. It's the tool-search fix — and it means the big three frameworks now agree on the shape.
Microsoft Agent Framework 1.0 ships native A2A support. Here's how to consume a remote agent in three lines — and expose yours so other people's agents can call it — with code.
The jscrambler supply-chain attack drops a Rust infostealer that grabs cloud keys and crypto wallets — and, newly, the config files of your AI coding tools. That target is the tell.
The biggest ML conference of the year just told you where the frontier thinks the hard problems are. Best paper went to diffusion. Agents got shoved into the workshops — under the heading 'safety.'
The minimal code to pause a tool call for human sign-off in LangGraph, the Vercel AI SDK, and the OpenAI Agents SDK — and the one design choice that actually matters.
The approval gate you added is only as durable as the thing storing the paused run. Most tutorials pause your agent in memory — one deploy and the pending approval is gone. Here's how to make the wait outlive a restart.