Skip to content
Learn Agentic AI
Learn Agentic AI archive page 68 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
10 min read0Mar 16, 2026

WebAssembly for AI Agents: Running Models in the Browser

Learn how to compile AI models to WebAssembly for browser-based agent inference, covering WASM compilation, model loading strategies, browser constraints, and progressive enhancement patterns.

Learn Agentic AI
11 min read0Mar 16, 2026

Hybrid Edge-Cloud Agent Architecture: Local Inference with Cloud Fallback

Design a hybrid agent system that runs fast local inference on edge devices for simple tasks and routes complex requests to cloud models, with seamless fallback and synchronization patterns.

Learn Agentic AI
10 min read0Mar 16, 2026

Building Offline-Capable AI Agents: Local Models with Sync-When-Connected

Build AI agents that work fully offline using local model caching, request queuing, and intelligent sync strategies that reconcile state when connectivity returns.

Learn Agentic AI
12 min read0Mar 16, 2026

Raspberry Pi AI Agent: Building a Hardware-Based Voice Assistant

Build a complete voice-controlled AI agent on a Raspberry Pi, covering hardware setup, model selection, audio input/output, wake word detection, and tool integration for home automation.

Learn Agentic AI
11 min read0Mar 16, 2026

Browser-Based AI Agents: WebGPU and transformers.js for Client-Side Intelligence

Build client-side AI agents using WebGPU acceleration and the transformers.js library, covering model loading, GPU inference in the browser, performance tuning, and privacy-first agent design.

Learn Agentic AI
10 min read0Mar 16, 2026

AI Agent for IoT Devices: Processing Sensor Data with Local Intelligence

Build an AI agent that processes IoT sensor data locally for real-time anomaly detection, with intelligent cloud reporting for aggregated insights and alerts.

Learn Agentic AI
12 min read0Mar 16, 2026

Optimizing Model Size for Edge Deployment: Pruning, Distillation, and Quantization

Master the three core techniques for reducing AI model size for edge deployment — pruning, knowledge distillation, and quantization — with practical code examples and quality preservation strategies.

Learn Agentic AI
14 min read0Mar 16, 2026

Multimodal Agent Architecture: Processing Text, Images, Audio, and Video Together

Learn how to design multimodal AI agent architectures that route inputs across text, image, audio, and video modalities. Covers fusion strategies, modality-specific processors, and unified reasoning pipelines.