Eight releases landed in two weeks. The two that change how you actually work: you can now chain up to five skills in one invocation, and the agent stops asking-then-guessing — decision dialogs no longer auto-continue.
In one week Claude Code stopped treating delegated work as throwaway. /fork now spins up a real background session, /subtask takes over in-session delegation, and a new EndConversation tool lets an agent close itself. Here's the new mental model for a team of one running many agents.
A single July 18 release made the Bash and Edit permission analyzer fail closed in six specific cases — including a broad glob rule that auto-approved writes far outside your project. What each fix means if you run the agent unattended.
Three unrelated releases landed in seven days and all made the same move: pull state and process out of the request. It's the clearest signal yet that the whole stack now assumes your agent runs for minutes, gets interrupted, and has to survive it.
They get pitched as rivals. They're not — they answer three different questions. A founder's decision guide to when you write a SKILL.md, when you stand up an MCP server, and when you spawn a subagent.
Five verified moves from the last two weeks, each read for the team of one. The MCP v2 SDKs you can install today, OpenAI's agent that returns finished docs, Anthropic's fresh $2B, Alibaba's agent-native cloud, and Google's security agents going GA.
Google Cloud Run Sandboxes charge no premium — they run inside compute you already pay for. That single fact reframes the whole build-vs-buy question for running untrusted, LLM-generated code.
Pinecone's Nexus moved to public preview on July 1, 2026 with a $20/month Builder tier. It reframes retrieval as a compile step and ships a query language, KnowQL, built for agents instead of humans. Here's what it is, who it's for, how to start, and when to skip it.
A day after we argued Go teams rarely need an agent framework, Microsoft put a first-party one into public preview. Here's what it covers, what it's still missing, and when a founder should reach for it instead of a forty-line loop.
The 2026-07-28 revision deletes the handshake and the session on the server side. For plain tool servers it's an SDK bump; the real work is replacing per-session state with explicit handles — here's the before/after, server-side.
Three ways to feed an agent what it needs to know — stuff the window, retrieve at read time, or compile context ahead of time. They fail differently and cost differently. Here's the one test that picks the right one for your workload.
Moonshot's new flagship goes fully open on July 27. Before you plan to self-host it, do the math: 1.4TB of weights, a $3/$15 API today, and a benchmark story you can't yet replay.
Object-storage vector databases are cheap because the index lives on S3, not in RAM — which is exactly why the first query to an uncached namespace stalls your agent. Here's how to hide the cold read instead of paying for it every turn.
MCP Apps (SEP-1865) let your server hand the host a real HTML interface instead of a wall of text. Here's the ui:// resource, the _meta binding, and the postMessage handshake — with the current spec values, not the deprecated ones.
xAI's Grok Build now ships the same feature surface as Claude Code — subagents, worktrees, MCP, skills, hooks, AGENTS.md, headless. So the decision collapsed to two things: which model bill you can stomach, and which subscription you already pay.
Andrew Ng and Anthropic just shipped a free Agent Skills course. The distilled version for a team of one: a skill is a folder, the description line is load-bearing, and you build it once to run everywhere.
Connect enough MCP servers and tool schemas alone can eat 150,000 tokens before the agent reads a word. Curation, tool search, or code execution — here's the one question that picks between them.
Three verified moves a team of one should act on this week — the MCP spec that finalizes July 28, a near-frontier open-weight model whose weights drop July 27, and a coding-agent update that quietly fixes a real data-safety bug.
The Linux Foundation stood up a neutral governance body for x402 on July 14 with 40 members and the whole card-and-cloud establishment behind it. Here's what actually changed for people shipping agents — and what didn't.
Inkling is not trying to beat Opus or GPT-5.6. It's a 975B Apache-2.0 base you specialize into your own model — the decision it forces is fine-tune-and-own versus rent-and-prompt.
SPACE runs every agent task in its own AWS Firecracker microVM, keeps your secrets outside the box, and lets a session be paused for a week and resumed — turning the runtime from plumbing into a load-bearing layer.
Ode with Anthropic launched July 15 with Blackstone, Hellman & Friedman, and a $1.5B war chest to embed Claude engineers inside mid-market companies. The lab that sells you the model now sells you the implementation too. Here's what that signals for anyone building on top.
You can now append a system instruction partway through a Claude conversation instead of editing the top-level system field — so a long agent can pick up a new rule after 40 cached turns without re-paying for all of them. Here's the API shape, the one placement rule that returns a 400, and why it's a direct token-cost win.
You can implement the enterprise token exchange inside your MCP server or push it to a proxy in front. The right answer depends on how many servers you run — and who you want holding the IdP secrets.
Kimi K3 topped the Frontend Code Arena as an open weight at a fraction of the price — but on rigorous SWE-bench Pro the closed frontier still leads. Here's the honest cost-per-task math, and when each one actually wins your coding pipeline.
The 2026-07-28 spec deprecates three features your server may lean on — Sampling, Roots, and Logging. Nothing breaks on July 28, but the clock started. Here's the before/after for each, with the replacement code.
The zero-touch OAuth flow that makes a remote MCP server sellable to enterprise buyers is three token calls and four server-side checks. Here's the copy-paste version, using the Identity Assertion JWT Authorization Grant that stabilized in June.
Google confirmed its flagship Pro model missed its internal bar and slipped again while Flash shipped on time. The three things Pro reportedly stumbled on — agentic coding, long-horizon tool use, and token efficiency — are the exact three things a founder should test any model on before building. Here's the read.
DeepMind's Hassabis wants a FINRA for frontier AI: a US-led body that tests models before release. OpenAI and Anthropic are converging on the same idea. A pre-release certification gate is a safety win — and a moat. Here's what a certified frontier market does to a company built on top of it.
A published artifact used to be a snapshot frozen at build time. Now it can fetch through MCP connectors every time someone opens it — using the viewer's own connections. Here's what shipped, how it works, and the one prompt that builds it.