Skip to content
Learn Agentic AI
Learn Agentic AI archive page 22 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
14 min read0Mar 17, 2026

Building a Floor Plan Analysis Agent: Room Detection, Measurement, and Description

Build an AI agent that analyzes architectural floor plans to detect rooms, classify their types, estimate areas, identify furniture, and generate natural language descriptions for real estate and interior design applications.

Learn Agentic AI
14 min read0Mar 17, 2026

Video Frame Analysis Agents: Object Tracking, Event Detection, and Timeline Generation

Learn how to build a video analysis agent that samples frames intelligently, detects and tracks objects across time, classifies events, and generates structured timelines for surveillance, sports, and content analysis applications.

Learn Agentic AI
13 min read0Mar 17, 2026

Building a Visual QA Agent: Answering Natural Language Questions About Any Image

Build a visual question answering agent that understands images, routes questions to specialized analysis modules, performs multi-modal reasoning, and generates accurate natural language answers about any image content.

Learn Agentic AI
13 min read3Mar 17, 2026

Generative UI with AI Agents: Dynamically Creating React Components from Natural Language

Explore how the Vercel AI SDK's generativeUI capability lets AI agents stream fully interactive React components to users, replacing static text responses with dynamic, data-rich interfaces.

Learn Agentic AI
14 min read4Mar 17, 2026

Building AI Agents That Write and Deploy Their Own Tools: Self-Extending Agent Systems

Discover how to build AI agents that can write new Python tools at runtime, validate them in a sandbox, register them dynamically, and use them in subsequent reasoning — creating truly self-extending agent systems.

Learn Agentic AI
13 min read5Mar 17, 2026

Multi-Model Agent Architectures: Using Different LLMs for Different Reasoning Steps

Learn how to build agent systems that route different reasoning tasks to different language models — using fast, cheap models for classification and routing, and powerful models for generation and complex reasoning.

Learn Agentic AI
14 min read0Mar 17, 2026

Building an AI Agent Debugger: An Agent That Debugs Other Agents

Learn how to build a meta-agent that analyzes execution traces from other agents, diagnoses failures in tool calls and reasoning chains, suggests fixes, and can even apply automated remediation.

Learn Agentic AI
13 min read3Mar 17, 2026

Streaming Agent Architectures: Real-Time Token-by-Token Output with Tool Call Interleaving

Master the architecture of streaming AI agents that deliver token-by-token output while interleaving tool calls, using Server-Sent Events and progressive rendering to create responsive user experiences.