Skip to content
Learn Agentic AI
Learn Agentic AI archive page 13 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 1309 articles

Learn Agentic AI
13 min read10Mar 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 read7Mar 17, 2026

Building a Knowledge Graph Construction Agent: Extracting Entities and Relations from Documents

Build an AI agent that reads documents, extracts named entities and their relationships, constructs a knowledge graph stored in Neo4j, and provides a natural language query interface over the graph.

Learn Agentic AI
13 min read5Mar 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

Handwriting Recognition with AI Agents: Processing Handwritten Forms and Notes

Build an AI agent pipeline for handwriting recognition that processes handwritten forms and notes, extracts field values with confidence scoring, and routes low-confidence results to human reviewers for correction.

Learn Agentic AI
13 min read7Mar 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.

Learn Agentic AI
14 min read11Mar 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
14 min read3Mar 17, 2026

Receipt and Invoice Processing with Vision AI: End-to-End Expense Automation

Build a vision AI pipeline that scans receipts and invoices, extracts vendor names, dates, line items, and totals, categorizes expenses, and integrates with accounting systems for fully automated expense processing.

Learn Agentic AI
14 min read2Mar 17, 2026

Building a Document Intelligence Agent: OCR, Layout Analysis, and Information Extraction

Learn how to build an end-to-end document intelligence agent that combines Tesseract OCR, layout detection, zone classification, and structured information extraction to process any document type automatically.