Some quarters the agent ecosystem ships features. This one shipped decisions. Between June 1 and July 11, 2026, the default framework firmed up, the open-weight coding tier reset, and the first identity standard got a working group — often in the same week. If you're a solo founder building on agents, several of your "we'll pick later" choices just got picked for you, and a couple of your existing bets picked up migration debt. Here are the six that matter, and what each one asks you to do.

1. Microsoft Agent Framework is the default now — and it's maturing fast#

The Microsoft Agent Framework, the unified successor to Semantic Kernel and AutoGen, has been GA since April and is now iterating past its 1.1x releases with native MCP and A2A support across .NET and Python. What it means: if you're on the Microsoft or Azure stack, this is the LTS-supported path — Semantic Kernel and AutoGen are maintenance-only. Native protocol support means less glue code for tool and agent interop. If you're still on the old libraries, plan the move.

2. Google ADK 2.0 rebuilt its engine — mind the breaking change#

Google ADK 2.0 replaced the 1.x hierarchical executor with a graph-based Workflow Runtime: nodes for agents, tools, and functions, with routing, fan-out/fan-in, loops, retry, human-in-the-loop, and nested workflows in one place. The Python release went stable in May; the Go version GA'd June 30. What it means: you get deterministic and model-led orchestration in the same engine — but it's a breaking migration. If you're on ADK 1.x, this is a scheduled project, not a pip install -U.

3. Pydantic AI V2 shipped — and CodeMode is a real token lever#

Pydantic AI V2 went stable on June 23 (2.9.0 followed July 11). The headline is a "capabilities" primitive that bundles tools, hooks, instructions, and model settings into one reusable unit — plus CodeMode, where the model writes Python to orchestrate tools instead of round-tripping each call. What it means: for tool-heavy agents, CodeMode can collapse many model calls into roughly two, which is a direct latency and token-cost win. For typed Python agents, this is a strong default. (We covered the V2 harness in depth when it landed.)

4. Three open-weight coding models reset the cost floor in twelve days#

Between June 1 and June 13, three Chinese labs shipped near-frontier open-weight coding models: MiniMax M3, Kimi K2.7 Code (Moonshot), and GLM-5.2 (Z.ai). GLM-5.2 leads the independent Artificial Analysis Intelligence Index among open-weight models — and ships under MIT. What it means: the price of routing agent work to a capable model just dropped, and you can now self-host the weights instead of renting behind a closed API. Which one to pick isn't obvious — they split on capability, token cost, and license — so we wrote the full routing guide.

5. Claude's Agent SDK lets subagents spawn subagents#

Anthropic's Claude Agent SDK now supports nested subagents — agents that spawn their own children, several levels deep — which was previously blocked to prevent runaway recursion. What it means: a solo builder can model an org chart in one run (a planning agent that delegates to worker agents that delegate to leaf tasks) and route cheaper models to the leaves. That tiered routing — expensive model to plan, cheap model to execute — is where the real cost savings on large jobs live.

The pattern of the quarter isn't a smarter model. It's cheaper tokens plus less glue code — the two things that actually move a solo builder's margin.

6. Agent identity became a standards problem#

On July 9, the ITU launched a Focus Group on Trust and Identity for Humans and Agentic AI (FG-TIDA) — the first standards-track effort to answer "prove who this agent is and what it's authorized to do," aimed squarely at high-stakes actions like payments and critical infrastructure. The inaugural meeting is in Paris in November. What it means: if you're building agents that act on a user's behalf, "trust me, it's my agent" is on a clock. Identity and authorization for agents are moving from a thing you hack together to a thing there are rules about. It's open to participation — worth watching even if you don't join.

The through-line#

Read the six together and the shape is clear: the frameworks consolidated, the tokens got cheaper, and the first rules of the road showed up. For a founder, that's mostly good news — fewer bespoke choices, better unit economics, an emerging standard to build toward. The catch is the migration debt hiding in items 1 and 2. The stack that was "flexible" last quarter is "opinionated" this one, and opinions have upgrade paths. Budget for them now, while the moves are small.