Skip to content
Learn Agentic AI
Learn Agentic AI archive page 128 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 16, 2026

Building a Data Pipeline Agent: ETL Workflows with AI-Powered Transformation

Build an intelligent ETL pipeline agent that uses LLMs to infer schemas from messy data, transform records with natural language instructions, and validate data quality at each stage.

Learn Agentic AI
12 min read0Mar 16, 2026

Safety Evaluation for AI Agents: Testing for Harmful Outputs and Policy Violations

Learn how to build safety evaluation pipelines for AI agents including red team datasets, automated harm scanning, policy compliance scoring, and production safety monitoring.

Learn Agentic AI
11 min read1Mar 16, 2026

Designing Database Schemas for AI Agent Systems: Conversations, Messages, and Metadata

Learn how to design normalized database schemas for AI agent systems that store conversations, messages, tool calls, and metadata with proper indexing and query patterns for production workloads.

Learn Agentic AI
11 min read0Mar 16, 2026

ONNX Runtime for Agent Inference: Cross-Platform Model Deployment

Learn how to export AI agent models to ONNX format, optimize them with ONNX Runtime, and deploy cross-platform for consistent inference performance on any hardware.

Learn Agentic AI
14 min read0Mar 16, 2026

PDF Processing Agent: Extracting Text, Tables, and Charts from Documents

Build a PDF processing agent that extracts text, tables, and charts from documents using Python. Covers page-level parsing, table detection with pdfplumber, chart analysis with vision models, and structured output generation.

Learn Agentic AI
13 min read0Mar 16, 2026

AI Agent for Document Generation: Contracts, Proposals, and Reports on Demand

Build an AI agent that generates professional documents like contracts, proposals, and reports by combining template engines, dynamic data injection, and PDF rendering with version tracking.

Learn Agentic AI
13 min read0Mar 16, 2026

AI Flashcard Agent: Automatic Card Generation and Intelligent Review Scheduling

Build an AI agent that extracts key concepts from study material, generates effective flashcards, and schedules reviews using the SM-2 algorithm with performance analytics.

Learn Agentic AI
10 min read0Mar 16, 2026

Building a Security Scanning Agent: Vulnerability Detection and Remediation Suggestions

Learn how to build an AI agent that scans for CVEs in dependencies, audits container images, generates fix suggestions with priority scoring, and tracks remediation progress.