Google ships full agent lifecycle stack: context layers, self-heal, one-command deploy
blaizedsouza · x · 2026-09-17
A viral thread breaks down Google's new agent stack, which covers build, scale and govern and targets the common ways agents die in production:
- Context layers (Static / Turn / User / Cache): explicit control over what the model carries between turns, making token spend predictable
- Self-heal plugin: failed tool calls are retried differently instead of crashing the run
- ADK deploy: one command from laptop to managed runtime, no packaging or infra tickets
- Go joins Python and Java, with its own A2A SDK
- Ops dashboard for token consumption, latency, error rates and tool calls, plus a traces tab replaying the agent's actual action sequence and a playground wired to the deployed agent
The quoted article, "From 296 Agents to One Graph", argues for orchestrating complex agents as a graph rather than 296 untraceable workers.
More from coding & agent
- Claude Code Tells Dev a Feature Is Too Simple to Code, Go Do It Yourself — bendee983 · 2026-09-17
- Microsoft's MarkItDown Passes 100K Stars: Turn Almost Any File Into Clean Markdown — mdancho84 · 2026-09-17
- What breaks when an LLM agent moves from demo to production? — Substantial_Bus_5237 · 2026-09-17
- 'When Context and Code Live Together': Devs Revive Knuth's Literate Programming for AI — carsonfarmer · 2026-09-17
- Switching tweet classification to Jev: 6x faster, ~40x cheaper than fastest LLMs — altryne · 2026-09-17
- Dev says Jev classifies tweets 6X faster and ~40X cheaper than fastest LLM — altryne · 2026-09-17