StackPractices

Tag: ai-agents

Browse 3 practical software engineering resources tagged with "ai-agents". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving ai-agents. Each resource is written for engineers who ship real systems, with copy-paste examples and practical trade-offs.

AI Agents and Agentic Systems

AI agents are systems that perceive, reason, and act autonomously. They extend language models with tools, planning, and memory.

The resources below cover agent loops, tool use, planning, multi-agent systems, and guardrails. Each guide helps you build agents that are useful, safe, and reliable.

Every resource includes clear explanations, copy-paste code, and practical warnings. Use them to make informed decisions, avoid production pitfalls, and speed up your delivery. If you are just getting started, read the beginner-friendly articles first; if you are experienced, jump straight to the advanced patterns and architecture guides. New resources are added regularly, so bookmark this page and check back for the latest patterns.

Build Autonomous AI Agents with Tool Use and Reasoning

How to design AI agents that autonomously plan, execute tools, and iterate toward goals using...

AI Agents with Tool Use

Build autonomous AI agents that can use external tools and APIs to accomplish complex tasks.

Complete Guide to AI Agents in Production

Build production AI agents. Covers agent architectures, tool use, planning, memory, multi-agent...