AI agent engineering guides for people building real agents
Practical pages on Eve, MCP, tools, skills, subagents, durable runs, shadcn registries, and framework tradeoffs. Start with the decision, then inspect installable source when you are ready to build.
All guides
8 indexable guides, grouped by practical agent decisions.
MCP server for AI agents
A practical guide to MCP servers for agent builders: tools, resources, prompts, permissions, and where MCP stops.
Read guideAgentic workflows
How to decide when a workflow should be agentic, deterministic, or a hybrid of both.
Read guideAI agent frameworks
A practical checklist for comparing LangGraph, CrewAI, AutoGen-style systems, Eve, and other agent frameworks.
Read guideAI agent tools
How to design agent tools with narrow authority, typed inputs, clear descriptions, and observable results.
Read guideMCP vs skills
A grounded distinction between MCP servers, tools, resources, prompts, and skills for teams extending AI agents.
Read guideAgent registry
What an AI agent registry must expose before developers can reuse agents safely.
Read guideShadcn registry for agents
How the shadcn registry model applies to AI agent workflows, where users need source files rather than opaque packages.
Read guideLangGraph vs CrewAI
A builder-focused comparison of LangGraph and CrewAI, with Eve as a file-based reference point.
Read guide