-
What Happens When You Hit Enter: The Anatomy of a Coding Agent
A practical look inside coding agents: the LLM, tools, agent loop, context engineering, approvals, and isolation.
-
Stream and Validate JSON as It Arrives: Pydantic’s Partial Validation
How Pydantic’s experimental partial validation lets you parse and display streaming LLM JSON as it arrives, with a worked example and the trade-offs.