Skip to content
Learn Agentic AI
Learn Agentic AI archive page 132 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
12 min read1Mar 16, 2026

Building Developer Playgrounds: Interactive API Explorers for Your AI Agent Platform

Learn how to build interactive developer playgrounds that let users explore your AI agent API with live request builders, code generation, response visualization, and shareable configurations.

Learn Agentic AI
13 min read3Mar 16, 2026

Building a Research Agent with Claude: Web Search, Analysis, and Report Generation

Build a complete research agent that searches the web, evaluates sources, synthesizes findings, and generates structured reports using Claude and the Anthropic SDK.

Learn Agentic AI
11 min read1Mar 16, 2026

Building a CRM Event Agent: Reacting to New Leads, Updates, and Deal Closures

Build an AI agent that reacts to CRM webhook events to score leads, automate follow-ups, and trigger notifications when deals progress through your sales pipeline.

Learn Agentic AI
11 min read2Mar 16, 2026

SRE for AI Agents: Applying Site Reliability Principles to Agent Systems

Learn how to apply Site Reliability Engineering principles to AI agent systems, including defining SLIs and SLOs, managing error budgets, reducing operational toil, and running effective incident management for autonomous agent workloads.

Learn Agentic AI
11 min read0Mar 16, 2026

Building a Public Transit Information Agent: Route Planning, Delays, and Accessibility

Build an AI agent that provides real-time public transit information including route planning, live delay updates, accessibility features, and multimodal trip suggestions for city residents.

Learn Agentic AI
11 min read0Mar 16, 2026

FastAPI Dependency Injection for AI Agents: Managing LLM Clients and Sessions

Master FastAPI's Depends system to inject LLM clients, database sessions, and agent configurations into your AI agent endpoints. Covers scoped dependencies, sub-dependencies, and testing with overrides.

Learn Agentic AI
10 min read0Mar 16, 2026

Batch Processing for Cost Reduction: When Real-Time Isn't Necessary

Learn when and how to use batch processing to cut AI agent costs by up to 50%. Covers batch API usage, queue-based architectures, priority tiers, and SLA tradeoffs for non-time-critical agent workloads.

Learn Agentic AI
11 min read0Mar 16, 2026

Testing Multilingual AI Agents: Evaluation Across Languages and Cultures

Build comprehensive multilingual test suites that validate AI agent quality across languages with automated quality checks, native speaker reviews, and regression detection.