A supervisor hands off to a worker, the worker calls a tool, the tool calls an MCP server — and the run stalls. Here's how to make that legible with OpenTelemetry spans and one trace.
From an empty file to a running fan-out-and-join agent in one sitting — using the minimal event bus that shipped stable on June 22, 2026. Copy-paste the steps, then swap in your own model and tools.
The 2026-07-28 spec killed the session handshake — so any replica now serves any request, and blue-green deploys finally become a five-command chore instead of an outage risk.
The reliability trick behind Claude's 'Outcomes' is a loop you can build yourself in about forty lines: a worker produces an artifact, a separate grader scores it against a rubric, and the gap goes back until it passes. Here's the pattern, the code, and the two mistakes that make it useless.
After OpenAI's July 30 price cut, Luna is a fifth of its launch cost and the tier spread is now up to 25x. Here's how to route your work so you're not paying flagship rates for jobs a cheap model finishes just as well — with the per-token math.
Autonomous SecOps crossed from preview into general availability this month. For a founder with no security team, the real news is that the floor moved on both sides at once — defense and offense.
The headline number is a threat to incumbents. The sentence under it — agents deliver outcomes and make the software invisible — is the clearest description yet of the wedge an AI-native founder ships against.
Both let you own the control flow instead of renting a black-box agent loop. The choice comes down to one question — is the hard part your org chart of agents, or the events between your steps?
Three ways to extend a Claude agent that founders keep confusing — one teaches it a workflow, one gives it a capability, one buys it a clean context. Here's the decision rule.
Anthropic's Outcomes feature wraps an agent in a grader that scores every attempt against a rubric you write, feeds back the gap, and makes it try again — turning a one-shot loop into a self-correcting one. Here's what it does, what it costs, and when a founder should turn it on.
Managed-agent vaults store a secret as an opaque placeholder inside the sandbox and swap in the real value at the network edge — so a prompt-injected agent can't leak a key it was never shown. Here's the exact call, the injection_location rules, and the two clients this breaks.
Two days apart, the two biggest labs shipped the same thesis — an agent that finishes the job instead of chatting about it. Here's the decision, on the axes a founder actually feels: what it produces, where it runs, what it connects to, and what it costs.
Three ways to hand real work to an agent — finished documents, governed cloud agents, or tasks that keep running while your laptop is closed. A decision guide for a small team picking exactly one, with what's verified and what isn't.
You'll ship a working `writing-pr-descriptions` skill that teaches an agent your exact PR format once — then reuses it everywhere without re-prompting.
An AI agent is a while-loop around one model call. Here's the ~90 lines of Python that does what LangGraph does for an MVP — and the three seams where a framework starts to earn its keep.
An "agent" is a while-loop around a model call with tool results fed back in — the framework is optional, and the spine that makes it a coding agent is about 40 lines.
Three vendors shipped 'runtime control planes' for AI agents between July 1 and July 17. They solve a real gap your APM and firewall miss — but a solo founder should copy the pattern before buying the product.
Neo left stealth on July 20 with $100M to police enterprise agents; Norm AI hit a $1.2B unicorn to automate regulated work. The month's money isn't chasing smarter models — it's chasing the mess the models leave behind.
Google, Microsoft, and AWS now speak the Agent2Agent protocol natively. Here's the honest line on when that matters for a team of one — and when it's plumbing you can safely ignore.
Three shipping-this-week moves that all point the same direction — the agent stack is coming apart into swappable layers you own, not one vendor's bundle. What Creed, Netchex Mesh, and Poolside's Laguna S 2.1 mean for a founding team.
Four verified moves that show the agent standards layer consolidating — the stateless MCP spec locks July 28, A2A ships natively across Google, Microsoft, and AWS, LangGraph's durable-execution model sets the framework bar, and Skills become the portable capability package.
Three verified moves that all point the same way — the agent stack is growing a governance-and-knowledge layer. Autonomous SecOps went generally available, a runtime control plane shipped, and retrieval started compiling instead of searching.
An event-driven durable execution engine for background jobs and long-running agent steps — for solo founders who don't want to run their own queue and worker fleet.
Three products bet the same thing — your embeddings belong on object storage, not in RAM. The bet cuts retrieval cost up to 90%. What separates them is how much latency you pay to get it back.
Kimi K3 landed July 16 with dated open weights; Qwen3.8-Max previewed July 19 claiming 'second only to Fable 5.' One is a shippable artifact, the other is a claim. Here's the founder's read on both — access, price, openness, and what's actually verified.
A 2.4-trillion-parameter model previewed at WAIC Shanghai with a frontier ranking, no model card, no independent scores, and no license. Here's how a team of one should read a launch that ships a claim instead of a receipt.
The July 20 release folds durable execution into the same 'capabilities' system V2 introduced. Temporal, DBOS, and Prefect now attach in one line — and the wrapper-agent classes you may have shipped are on the way out.
The July 8 NemoClaw blueprint makes self-hosting open agents a real option — but for a team of one, the deciding factor is token volume, not vendor benchmarks.
The Python 1.12 and .NET 1.14 releases landed July 21 — and the headline isn't a new agent trick. It's that your agent becomes an MCP server, and its memory stops dying with the session.
The 2026-07-28 spec ships in a week, and the official SDKs already have betas you can install now. Here's the concrete upgrade — the new package names, the FastMCP → MCPServer rename, the .tool() → registerTool() codemod, and how to flip on stateless — with old-vs-new code.