Inside LangGraph: How Agentic Loops Are Actually Wired
A deep technical breakdown of LangGraph's execution model — state, nodes, edges, checkpointing, and multi-agent patterns used in production by Uber, LinkedIn, and Klarna.
Bi-weekly • Every Other Friday
In-depth technical explorations into system design, architecture patterns, and engineering best practices. Deep technical content for the curious engineer.
Join engineers receiving bi-weekly in-depth technical articles on system design, architecture patterns, and engineering best practices.
A deep technical breakdown of LangGraph's execution model — state, nodes, edges, checkpointing, and multi-agent patterns used in production by Uber, LinkedIn, and Klarna.
A comprehensive exploration of the PostgreSQL database schema powering Sim Studio's AI workflow builder - from normalized workflow graphs to vector embeddings
A deep dive into OpenCode's prompt architecture and how it creates an intelligent agent loop for autonomous code generation
A deep dive into Redux's core implementation - understanding createStore, middleware pipeline, and the subscription model that powers predictable state management.