Skip to content
Learn Agentic AI
Learn Agentic AI archive page 21 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
11 min read8Mar 17, 2026

Building a Debate Agent System: Two AI Agents That Argue to Find Better Answers

Build a multi-agent debate system where pro and con agents construct opposing arguments while a judge agent evaluates quality, driving convergence toward more accurate and nuanced answers.

Learn Agentic AI
10 min read2Mar 17, 2026

Tool-Augmented Reasoning: When and How Agents Should Use Tools vs Pure Reasoning

Master the decision framework for when AI agents should reach for external tools versus relying on pure reasoning, with practical heuristics for tool selection, hybrid approaches, and cost-benefit analysis.

Learn Agentic AI
14 min read1Mar 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.

Learn Agentic AI
13 min read0Mar 17, 2026

Table Extraction from Images and PDFs with AI: Building Reliable Data Pipelines

Build an AI-powered table extraction pipeline that detects tables in images and PDFs, recognizes cell boundaries, infers structure, and outputs clean CSV data for downstream consumption.

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

Building a Whiteboard-to-Code Agent: Converting Hand-Drawn Diagrams to Working Software

Learn how to build an AI agent that recognizes hand-drawn diagrams on whiteboards, classifies shapes and connections, and generates working code including Mermaid diagrams, database schemas, and API stubs.

Learn Agentic AI
13 min read0Mar 17, 2026

AI-Powered Document Comparison: Redline Generation and Change Tracking with Vision

Build an AI agent that compares two versions of a document, identifies additions, deletions, and modifications, generates visual redlines, and produces annotated change summaries for legal, contract, and policy review workflows.

Learn Agentic AI
15 min read0Mar 17, 2026

Building a Medical Image Analysis Agent: X-Ray, Scan, and Lab Report Reading

Learn how to build an AI agent for medical image analysis that preprocesses X-rays and scans, detects findings, generates structured reports, and includes appropriate clinical disclaimers for responsible deployment.