Articles
Technical deep-dives on building production-grade agents. State machines, memory architectures, and the engineering that makes autonomy work.
ADK sub_agents vs AgentTool: Two Delegation Patterns, One Critical Difference
Both sub_agents and AgentTool let a parent delegate to a child in Google ADK, but they have fundamentally different control flow semantics. Pick the wrong one and you get an agent that never hands back control - or a parent synthesizing output the child should have owned.
Bridging Agents to UI: How AG-UI and CopilotKit Make It Stupidly Easy
Connecting your agent backend to a real-time UI used to mean weeks of custom streaming code. AG-UI and CopilotKit collapse that into a protocol and a few React components.
Al Bundy - Shoe Salesman Agent Stage 1: Functional Requirements
Defining what a shoe recommendation agent actually needs to do - user personas, conversation flows, edge cases, and what makes a good recommendation.
Agents are the New Websites: The Evolution of the Software Engineer
The era of the web developer as protagonist is ending. As building websites becomes commoditized, the premium is shifting to engineers who can build the reasoning systems behind the interfaces.