Skip to content
Learn Agentic AI
Learn Agentic AI archive page 45 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 read9Mar 16, 2026

Extracting Entities from Documents: Names, Dates, Addresses, and Custom Types

Build production-grade entity extraction with LLMs. Learn schema design for names, dates, addresses, and custom entity types, plus batch extraction techniques and accuracy optimization strategies.

Learn Agentic AI
13 min read8Mar 16, 2026

Pydantic AI: Type-Safe Agent Framework with First-Class Data Validation

Explore PydanticAI's approach to building agents with typed tool parameters, structured result types, dependency injection, and the data validation guarantees that Pydantic is known for.

Learn Agentic AI
10 min read6Mar 16, 2026

Prompt Caching Strategies: Reducing Latency and Cost with Cached Prefixes

Learn how to leverage prompt caching features from OpenAI and Anthropic to dramatically reduce latency and cost by reusing cached prompt prefixes across requests.

Learn Agentic AI
14 min read1Mar 16, 2026

MCP Authentication and Authorization: Securing Tool Access for AI Agents

Implement robust security for MCP servers with OAuth2 integration, API key validation, permission scopes, and token management to ensure AI agents only access tools they are authorized to use.

Learn Agentic AI
14 min read3Mar 16, 2026

Claude Tool Use: Building Function-Calling Agents with Anthropic's API

Build function-calling agents with Claude's native tool use. Learn how to define tools with JSON schemas, handle tool_use and tool_result blocks, and orchestrate multi-step tool conversations.

Learn Agentic AI
14 min read2Mar 16, 2026

Chat Analytics: Tracking Conversations, Measuring Success, and Improving Agents

Build a comprehensive chat analytics system with conversation metrics collection, conversion tracking, satisfaction scoring, session analysis, and A/B testing frameworks to continuously improve your chat agents.

Learn Agentic AI
12 min read1Mar 16, 2026

Distillation: Training Smaller Models to Mimic Larger Ones for Production Use

Learn how to use knowledge distillation to transfer capabilities from large teacher models to smaller, cheaper student models suitable for production deployment, with concrete examples of cost savings and quality tradeoffs.

Learn Agentic AI
13 min read0Mar 16, 2026

Continuous Fine-Tuning: Updating Models with New Data Without Catastrophic Forgetting

Learn how to incrementally update fine-tuned models with new data while preserving existing capabilities, using replay buffers, evaluation gates, elastic weight consolidation, and model versioning strategies.