Skip to main content

Writing

Blog

Notes on LLMs, AI agents, machine learning, and the craft of shipping ML systems.

Building Multi-Agent Systems with LangGraph

A practical look at orchestrating multiple LLM agents with LangGraph - why graph-based control flow beats a single monolithic prompt, and how to keep it debuggable.

  • LLMs
  • AI Agents
  • LangGraph
  • GenAI