Skip to content
Learn Agentic AI
Learn Agentic AI archive page 107 of 146

Learn Agentic AI — Build Voice & Chat Agents

Step-by-step tutorials on building voice and chat AI agents using OpenAI Agents SDK, Realtime API, function calling, multi-agent orchestration, and production deployment patterns.

9 of 1313 articles

Learn Agentic AI
11 min read0Mar 16, 2026

Building Multi-Step Reasoning Agents with Claude Extended Thinking

Learn how to use Claude's extended thinking feature to build agents that solve complex reasoning problems, showing internal thought processes for math, code analysis, and multi-step decision making.

Learn Agentic AI
12 min read0Mar 16, 2026

Claude PDF and Document Analysis Agent: Processing Complex Documents at Scale

Build a document analysis agent that uploads PDFs to Claude, performs page-level analysis, extracts tables and structured data, and compares information across multiple documents.

Learn Agentic AI
11 min read1Mar 16, 2026

Claude Prompt Caching for Agent Systems: Reducing Costs by 90% on Repeated Contexts

Learn how to use Claude's prompt caching to dramatically reduce costs in agent systems by caching system prompts, tool definitions, and reference documents across multiple requests.

Learn Agentic AI
13 min read10Mar 16, 2026

Building a Claude Code Review Agent: Automated PR Analysis and Suggestions

Build a code review agent that parses GitHub PR diffs, analyzes code changes with Claude, generates actionable suggestions, and posts review comments via the GitHub API.

Learn Agentic AI
12 min read1Mar 16, 2026

Claude Agent Guardrails: Content Filtering, Safety Checks, and Responsible AI

Implement robust safety guardrails for Claude-powered agents including content filtering, input validation, output screening, refusal handling, and multi-layer safety architecture.

Learn Agentic AI
11 min read1Mar 16, 2026

Building Event-Driven AI Agents: Architecture for Reactive Agent Systems

Learn how to architect event-driven AI agents that react to real-time events using message buses, async handlers, and scalable processing patterns in Python with FastAPI.

Learn Agentic AI
11 min read1Mar 16, 2026

Webhook Receivers for AI Agents: Processing Inbound Events from External Services

Build secure webhook receiver endpoints for AI agents with payload validation, signature verification, idempotency guarantees, and retry-safe processing using FastAPI.

Learn Agentic AI
12 min read1Mar 16, 2026

Building a GitHub Event Agent: Auto-Responding to Issues, PRs, and Deployments

Build a GitHub webhook-powered AI agent that automatically triages issues, reviews pull requests, and monitors deployment status using FastAPI and the GitHub API.