A practical look at building agentic apps without all the plumbing
Summary
A practical guide on building AI agent applications with reduced infrastructure complexity, focusing on tools that handle the underlying plumbing.
Similar Articles
Building effective agents
Anthropic publishes engineering guidelines for building effective AI agents, advocating for simple, composable patterns and direct API usage over complex frameworks. The article distinguishes between workflows and autonomous agents, providing practical advice on when to use each architecture.
Building Agents
A guide or resource on building AI agents.
A developer shares insights on how to maximize AI agent capabilities, arguing that simpler setups and understanding core principles are more effective than complex harnesses and libraries.
A developer shares insights on how to maximize AI agent capabilities, arguing that simpler setups and understanding core principles are more effective than complex harnesses and libraries.
I wrote a practical, no-framework walkthrough of building a first AI agent (just the loop, no LangChain/CrewAI)
A no-framework walkthrough for building a simple AI agent by hand, focusing on the core loop of goal, tool call, observe, and decide, with practical tips on prompt design, tool exposure, step limits, and logging.
The evolution of agentic surfaces: building with Claude Managed Agents (13 minute read)
Anthropic introduces Claude Managed Agents, a set of composable APIs for building and deploying production-grade agents, addressing infrastructure challenges that separate prototypes from production.