Skip to content
Learn Agentic AI
Learn Agentic AI archive page 111 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
10 min read2Mar 16, 2026

Mixture of Experts in Practice: How MoE Models Change Agent Architecture Decisions

Understand how Mixture of Experts architectures work, how token routing and expert capacity affect performance, and what MoE models mean for designing efficient agentic systems.

Learn Agentic AI
10 min read0Mar 16, 2026

Speculative Decoding: Using Small Models to Speed Up Large Model Inference

Learn how speculative decoding uses lightweight draft models to generate candidate tokens that a large target model verifies in parallel, achieving 2-3x inference speedups without quality loss.

Learn Agentic AI
10 min read0Mar 16, 2026

Prefix Tuning and Soft Prompts: Lightweight Model Customization Without Full Fine-Tuning

Learn how prefix tuning and soft prompts let you customize LLM behavior by training small continuous vectors prepended to model inputs, achieving fine-tuning-level performance at a fraction of the cost.

Learn Agentic AI
10 min read0Mar 16, 2026

Token Healing and Output Recovery: Fixing Common LLM Generation Artifacts

Learn techniques for detecting and repairing common LLM output problems including truncated responses, malformed JSON, encoding artifacts, and broken code blocks through robust post-processing pipelines.

Learn Agentic AI
11 min read0Mar 16, 2026

Context Distillation: Compressing Long Contexts into Efficient Representations

Learn how context distillation compresses lengthy documents, conversation histories, and knowledge bases into compact representations that preserve essential information while dramatically reducing token costs.

Learn Agentic AI
14 min read0Mar 16, 2026

Building an AI Agent Marketplace: Architecture for Agent Discovery and Deployment

Design a production-grade AI agent marketplace with catalog management, semantic search, automated provisioning, and usage-based billing. Learn the core data models and API patterns that power agent distribution at scale.

Learn Agentic AI
13 min read0Mar 16, 2026

Agent Packaging and Distribution: Creating Portable AI Agent Bundles

Learn how to package AI agents into portable, versioned bundles with dependency management, configuration schemas, and reproducible deployments. Build a packaging format that works across teams and environments.

Learn Agentic AI
13 min read0Mar 16, 2026

Agent White-Labeling: Building Customizable Agents for Reseller Partners

Architect a white-label AI agent system that lets reseller partners rebrand, customize behavior, and deploy agents under their own identity. Covers multi-tenant isolation, branding configuration, and partner management APIs.