#architecture
6 posts
-
Tool Use Patterns: Building Reliable Agent-Tool Interfaces
Learn how to design, implement, and harden tool use in AI agents — covering schema design, result handling, parallel calls, and failure recovery.
-
Debugging and Observability in Autonomous Agent Systems
Building production-ready observability into AI agent workflows — logging, tracing, and debugging strategies for autonomous systems.
-
Agent Error Recovery: 5 Patterns for Production Reliability
Master 5 error recovery patterns to build autonomous agents that handle failures, retry intelligently, and stay reliable in production environments.
-
Building Agents at Home for Free: Open Source Tools and Models
A practical guide to building agentic systems using open source LLMs, frameworks, and tooling—no paid APIs required. Run everything locally on your machine.
-
State Machines and Agents: Building Reliable Workflows with LangGraph
Learn how to build structured, reliable agent workflows with LangGraph—state graphs, conditional routing, human checkpoints, and production patterns.
-
Multi-Agent Patterns: Orchestrators, Workers, and Pipelines
Three architecture patterns for building multi-agent systems with Claude — when to use orchestrators, parallel workers, and sequential pipelines.