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

Web Agent Memory: Remembering Login States, Preferences, and Past Navigation Paths

Learn how to build persistent memory for web agents covering cookie and session management, navigation history tracking, preference learning, and context reuse across browsing sessions.

Learn Agentic AI
11 min read5Mar 17, 2026

Building a Social Media Automation Agent: Content Posting, Scheduling, and Engagement

Learn to build an AI agent for social media automation covering platform API integration versus browser automation, content scheduling, engagement monitoring, and rate limiting strategies.

Learn Agentic AI
14 min read11Mar 17, 2026

Building a Multi-Agent Research Lab: Scientist, Librarian, Analyst, and Writer Agents

Construct a multi-agent research system with four specialized agents — Scientist, Librarian, Analyst, and Writer — that collaborate on source discovery, analysis, and paper generation with complete Python code.

Learn Agentic AI
12 min read10Mar 17, 2026

AI Agent for Automated Data Entry: Reading Source Documents and Filling Web Forms

Build an AI agent that reads source documents using OCR and vision models, maps extracted data to web form fields, fills forms automatically, and validates entries with intelligent error correction.

Learn Agentic AI
12 min read8Mar 17, 2026

Building an AI-Powered RPA Bot: Replacing Manual Clicks with Intelligent Automation

Learn how to build an AI-enhanced RPA bot that goes beyond traditional rule-based automation. Covers decision-making, exception handling, legacy system integration, and patterns for robust desktop and web automation.

Learn Agentic AI
12 min read10Mar 17, 2026

Building a Price Monitoring Agent: Automated Price Tracking Across E-Commerce Sites

Build a production-grade price monitoring agent that scrapes multiple e-commerce sites, extracts prices with AI, detects changes, sends alerts, and maintains a historical price database for trend analysis.

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