Guides

Everything you need to build and run a one-person AI-controlled business. Showing Orchestration Patterns.

Machine-readable: GET /api/v1/guides

5 guides

Orchestration Patterns·guide·intermediate·10 min

Delegating Creative Work to AI: Writing, Design, and Video

A practical guide for solopreneurs who need to produce marketing content, social posts, blog articles, images, and short-form video without a creative team. Covers brand voice training, AI design tools, video workflows, and quality control so you stay in the director's chair.

#creative-ai#brand-voice#ai-writing#ai-design#ai-video
Orchestration Patterns·guide·beginner·12 min

How to Delegate Tasks to AI Agents

A practical framework for handing off real work to AI agents, what to specify, how to structure instructions, which tasks to delegate, and how to recover when agents go wrong.

#delegation#prompt-engineering#agent-design#autonomy#task-decomposition
Orchestration Patterns·guide·intermediate·12 min

Humans and Agents in Software Engineering Loops

Martin Fowler explores how AI agents and humans collaborate in software engineering workflows, examining interaction patterns, decision-making, and practical implementation for autonomous systems.

#agent-orchestration#human-in-the-loop#autonomous-agents#software-engineering#workflow-design
Orchestration Patterns·guide·intermediate·7 min

Scaling LangGraph with Hexagonal Architecture: Production Patterns for Multi-Agent Systems

Reference architecture for maintaining complex LangGraph deployments with 8+ nodes, contract-driven state management, and 110 integration tests. Framework-independent core patterns that prevent AI agents from breaking architecture boundaries.

#langgraph#architecture#hexagonal-architecture#state-management#multi-agent
Orchestration Patterns·guide·intermediate·8 min

Building Production-Ready Multi-Agent Systems with FastAPI, Pydantic-AI, and MCP

Workshop repo demonstrating how to orchestrate multiple AI agents using FastAPI, Pydantic-AI, MCP servers, and agent-to-agent communication patterns for real-world applications.

#multi-agent#fastapi#pydantic-ai#mcp#agent-to-agent