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

Desktop Application Automation with PyAutoGUI and AI Vision: Beyond Web Browsers

Learn to automate desktop applications using PyAutoGUI combined with AI vision models. Covers screen recognition, coordinate mapping, multi-monitor setups, keyboard automation, and building robust desktop agents.

Learn Agentic AI
12 min read0Mar 17, 2026

Building a Competitive Intelligence Agent: Monitoring Competitor Websites for Changes

Build an AI-powered competitive intelligence agent that monitors competitor websites, detects meaningful changes, performs content diffing with sentiment analysis, generates alerts, and displays insights on a dashboard.

Learn Agentic AI
10 min read2Mar 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 read5Mar 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.

Learn Agentic AI
10 min read1Mar 17, 2026

MRKL Architecture: Modular Reasoning, Knowledge, and Language for Expert Systems

Understand the MRKL (Modular Reasoning, Knowledge, and Language) architecture that combines LLMs with specialized expert modules, intelligent routing, and structured knowledge retrieval for building powerful AI systems.

Learn Agentic AI
10 min read3Mar 17, 2026

Building Metacognitive Agents: AI That Knows What It Doesn't Know

Learn how to build AI agents with metacognitive capabilities — uncertainty estimation, confidence calibration, knowledge boundary detection, and know-when-to-ask patterns that make agents more reliable and honest.

Learn Agentic AI
11 min read11Mar 17, 2026

Agent World Models: Internal Simulations for Planning and Prediction

Explore how AI agents use internal world models to simulate future states, predict action consequences, and perform look-ahead planning — enabling smarter decisions without costly real-world trial and error.

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