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

Building a Legal Reasoning Agent: Multi-Step Argument Construction with Evidence

Build an AI agent that performs structured legal reasoning — searching precedents, constructing multi-step arguments with evidence chains, generating counter-arguments, and producing balanced legal analysis.

Learn Agentic AI
15 min read4Mar 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.

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

Causal Reasoning in AI Agents: Going Beyond Correlation to Understand Why

Learn how to build AI agents that perform causal reasoning using causal graphs, interventions, and counterfactual analysis — moving beyond pattern matching to genuine understanding of cause and effect.

Learn Agentic AI
10 min read8Mar 17, 2026

Reflection Agents: Building AI Systems That Critique and Improve Their Own Output

Learn how to build reflection agents that evaluate their own outputs, assign quality scores, and iteratively refine results through multi-round self-improvement loops using the Reflexion pattern.

Learn Agentic AI
11 min read7Mar 17, 2026

Plan-and-Execute Agents: Separating Planning from Execution for Complex Tasks

Discover how plan-and-execute agent architectures split high-level reasoning from step-by-step execution, enabling robust replanning on failure and efficient handling of complex multi-step tasks.