AI Engineering23 min read
The orchestration brain of a code-review AI agent
How architecting works in production. Learn how to build durable agentic workflows that survive failures, handle concurrency, and enable human-in-the-loop
Loading...
Build Your First Software Factory Execution Harness live Thursday, Oct 1, 12:00 PM ET
Oct 1, Reserve a seatExplore our latest articles and insights about AI Agents.
86 posts in total
AI Engineering23 min read
How architecting works in production. Learn how to build durable agentic workflows that survive failures, handle concurrency, and enable human-in-the-loop
AI Engineering22 min read
Learn how to architect a production-ready AI code review agent. Deep dive into the ingestion layer, filtering patterns, GraphRAG for code context, and m...
AI Engineering24 min read
Learn how to architect a production-ready multilingual AI receptionist that handles both text chat and phone calls. Deep dive into unified agent archite...
AI Engineering27 min read
Learn how to architect a production-ready multi-agent voice system where multiple AI personas engage in natural group discussions. Deep dive into conduc...
AI Engineering19 min read
Learn how to architect production-ready memory systems for AI agents. Deep dive into short-term buffers, semantic retrieval, episodic learning, and plan...
AI Engineering8 min read
How browser works in production. Learn how to build AI agents that can navigate the modern web using vision models and accessibility trees. Move from read-
AI Engineering7 min read
Learn how to build agentic workflows with LangGraph using nodes, edges, and shared state. Move from simple chains to cyclic state machines that can loop...
AI Engineering7 min read
Learn how to build Human-in-the-Loop (HITL) workflows with state persistence, breakpoints, and feedback injection. Design safe AI systems that can pause...
AI Engineering8 min read
Learn how to coordinate specialized AI agents using three fundamental patterns: The Chain, The Router, and The Supervisor. Move from monolithic prompts...
AI Engineering7 min read
Learn how to build multi-hop RAG agents that can decompose complex queries into sub-questions and chain multiple retrieval steps. Understand query decom...
AI Engineering7 min read
Learn how to build resilient RAG agents that handle API timeouts, tool failures, and real-world chaos. Understand fallback strategies, retries, and grac...
AI Engineering8 min read
How assembling works in production. Learn how to wire up all the nodes in LangGraph to create a complete, self-correcting RAG agent. See it in action with