AI Agents
Build autonomous AI agents that reason, plan, and take action
Showing 49-60 of 71
Tool-Use Pattern: Connecting Agents to the Real World
Master the tool-use agentic design pattern. Learn how agents decide when and how to use tools, handle tool results, and chain multiple tools together.
Level 3 Agents: Tool Calling Mastery
Build AI agents that select and invoke external tools. Learn tool definition, parameter extraction, result handling, and error recovery patterns.
Level 2 Agents: Router Pattern Deep Dive
Master the router pattern for AI agents. Learn how LLMs decide execution paths, implement conditional logic, and build intelligent routing systems.
The Reflection Pattern: Self-Improving AI Agents
Learn how the reflection pattern enables AI agents to review and improve their own work. Implement self-critique, iterative refinement, and quality assurance.
ReAct Pattern: How Agents Reason and Act
Master the ReAct pattern - the fundamental loop of Reasoning and Acting that powers effective AI agents. Learn implementation, examples, and best practices.
The Planning Pattern: Strategic AI Agent Design
Learn how the planning pattern enables agents to tackle complex tasks through strategic decomposition, goal setting, and adaptive execution.
Level 4 Agents: Multi-Agent Orchestration
Design and implement multi-agent systems. Learn orchestration patterns, agent communication, task delegation, and building collaborative AI teams.
Multi-Agent Pattern: Orchestrating Agent Teams
Master the multi-agent design pattern. Learn how to build systems where specialized agents collaborate to solve complex problems together.
Build a Deep Researcher: Multi-Agent Tutorial
Create a multi-agent deep research system using Linkup, CrewAI, and Ollama. Build agents that collaborate to research complex topics comprehensively.
Multi-Agent Cooperation: Building Agent Teams
Learn how to build systems where multiple AI agents collaborate. Patterns for coordination, delegation, and collective intelligence.
Building a Financial Analyst Agent with MCP
Create an AI financial analyst using CrewAI, Ollama, and MCP servers. Build agents that analyze markets, evaluate investments, and generate reports.
Building Your First AI Agent: A Practical Tutorial
Step-by-step guide to building a functional AI agent from scratch. Learn the core patterns, implement tools, and deploy your first agent.