Savra

Author

Kash

Founder

Founder of Savra. Writes about building an AI marketing team that sounds like you, and the systems behind the Brand Genome.

Articles by Kash

Social card: Poster: "Five QA patterns" over a soft pastel sky and the number 5 patterns, by stakes (5 QA Patterns for Multi-Agent AI)
Engineering

No review, self-critique, supervisor review, human approval and double review, with the latency and token cost of each, and a decision matrix that picks by stakes and speed.

Social card: Poster: "Every agent, observed" over a soft pastel sky and a "Full observability" stamp (Building an Agent Hub with Full Observability)
Engineering

Define agents as data so the directory and API stay in step, then trace every run. What per-trace token and cost attribution makes visible, and why it comes before optimisation.

Social card: Poster: "One routing pattern" over a soft pastel sky and a "Chapter 1" stamp (The Pattern Every Multi-Agent AI System Needs)
Engineering

A zero-tool supervisor routing to specialised agents cut tokens per request from 8,000 to 800 and took throughput from 2 requests a minute to 12. What the pattern is, and what we later learned it costs.

Social card: Poster: "Don't go multi-agent" over a soft pastel sky and the number 15x the token cost (Don't Go Multi-Agent: What 2026 Actually Recommends)
Engineering

Multi-agent burns about 15x the tokens by design and carries 14 catalogued failure modes. Why one agent with dynamic skills, curated context and tiered memory is the 2026 default, and the read-write test for the exception.

Social card: Poster: "Your agent forgets" over a soft pastel sky and a "State persistence" stamp (Why Your LangGraph Agent Loses Its Memory)
Engineering

Pydantic AI tool calls inside a LangGraph node do not emit to astream_events. Capture state from the node's return value via on_chain_end instead, in about ten lines.

Social card: Poster: "106 agents. $76." over a soft pastel sky and the number $76 vs $1 (106 Agents. $76. One Question.)
Engineering

A field report on a single deep-research run: where 106 agents and $76 went, why 61% of the bill was cache writes, and the one thing adversarial verification bought that a $1 query cannot.

Social card: Poster: "25 tools is too many" over a soft pastel sky and a "Tool overload" stamp (Stop Giving Your AI Agent 25 Tools)
Engineering

Tool definitions cost tokens and add decisions. Published reports put the inflection near 15 tools. The minimal-base-plus-dynamic-loading pattern, and what it changed for us.

Social card: Poster: "Three lines of code" over a soft pastel sky and the number -57% cost per request (We Added 3 Lines of Code. AI Costs Dropped 57%.)
Engineering

A first-hand account of enabling Anthropic prompt caching: the trace that found the bottleneck, the three settings that fixed it, and the before-and-after cost and latency numbers.