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 1313 articles

Learn Agentic AI
11 min read3Mar 17, 2026

UFO's Visual Understanding: How GPT-4V Interprets Windows Application Screenshots

Explore how UFO captures, annotates, and sends Windows application screenshots to GPT-4V for UI element detection, control identification, and intelligent action mapping at each automation step.

Learn Agentic AI
12 min read2Mar 17, 2026

Claude Computer Use for Form Automation: Auto-Filling Complex Multi-Step Forms

Build a Claude-powered form automation agent that detects fields, maps data intelligently, handles validation errors, and navigates multi-step form wizards — all through visual understanding instead of DOM selectors.

Learn Agentic AI
11 min read1Mar 17, 2026

Getting Started with Playwright for AI Browser Automation: Installation and First Script

Learn how to install Playwright for Python, launch browsers programmatically, navigate to pages, locate elements with selectors, and capture screenshots in your first browser automation script.

Learn Agentic AI
12 min read3Mar 17, 2026

Playwright Page Interactions: Clicking, Typing, and Navigating with Python

Master Playwright's interaction API for AI agents — learn how to click buttons, fill forms, select dropdowns, use keyboard and mouse actions, and implement reliable waiting strategies.

Learn Agentic AI
13 min read0Mar 17, 2026

Playwright Network Interception: Capturing API Calls and Modifying Requests

Master Playwright's network interception API to capture API responses, log request/response data, mock endpoints, and extract structured data from XHR and fetch calls in your AI agents.

Learn Agentic AI
14 min read2Mar 17, 2026

Building a Web Scraping Agent with Playwright: Dynamic Content and JavaScript-Rendered Pages

Build a production-grade web scraping AI agent using Playwright that handles SPAs, infinite scroll, pagination, dynamic content loading, and basic anti-detection strategies.

Learn Agentic AI
12 min read1Mar 17, 2026

Playwright Browser Contexts: Isolated Sessions for Multi-Account AI Agents

Learn how to use Playwright browser contexts to create isolated sessions with separate cookies, storage, and authentication state for multi-account AI agents with proxy rotation.

Learn Agentic AI
13 min read4Mar 17, 2026

Playwright with Async Python: Concurrent Browser Automation for AI Agents

Learn how to use Playwright's async API with Python asyncio to run concurrent browser sessions, parallelize page interactions, and build high-throughput AI agent automation pipelines.