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

Claude Vision: Building Multi-Modal Agents That Understand Images and Documents

Build multi-modal agents that process images, PDFs, and diagrams using Claude's vision capabilities. Learn how to send image data via the API, analyze documents, and combine vision with tool use.

Learn Agentic AI
12 min read1Mar 16, 2026

Claude Streaming: Real-Time Token Output for Responsive Agent Applications

Implement real-time streaming with Claude for responsive agent UIs. Learn how to handle stream events, process content_block_delta tokens, manage partial tool calls, and build streaming agent loops.

Learn Agentic AI
11 min read1Mar 16, 2026

Claude Prompt Caching: Reducing Costs and Latency with Cached Context

Cut Claude API costs by up to 90% with prompt caching. Learn how to use cache_control breakpoints, design cache-friendly prompts, and measure cost savings in production agent systems.

Learn Agentic AI
14 min read0Mar 16, 2026

Building Multi-Agent Systems with Claude: Coordination Without a Framework

Build multi-agent systems using the raw Anthropic API without any framework. Learn patterns for routing, delegation, result aggregation, and inter-agent communication using plain Python and Claude.

Learn Agentic AI
13 min read0Mar 16, 2026

Claude vs GPT-4 for Agent Development: Feature Comparison and Migration Guide

Compare Claude and GPT-4 for building AI agents. Understand API differences, capability trade-offs, cost structures, and get a practical migration guide for switching between platforms.

Learn Agentic AI
12 min read0Mar 16, 2026

Claude Batch API: Processing Thousands of Agent Tasks Cost-Effectively

Use Claude's Batch API to process thousands of agent tasks at 50% reduced cost. Learn how to create batches, poll for completion, retrieve results, and design batch-friendly agent workflows.

Learn Agentic AI
11 min read0Mar 16, 2026

Running Llama Models Locally with Ollama: Setup and Agent Integration

Learn how to install Ollama, pull Llama models, serve them through OpenAI-compatible endpoints, and integrate local LLMs into your AI agent pipelines for private, cost-free inference.

Learn Agentic AI
12 min read0Mar 16, 2026

vLLM for High-Throughput LLM Serving: Running Open-Source Models in Production

Set up vLLM for production-grade LLM inference with PagedAttention, continuous batching, and OpenAI-compatible APIs. Learn performance tuning for serving open-source models at scale.