Skip to content
Learn Agentic AI
Learn Agentic AI archive page 110 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 Landscaping Business Agent: Quote Generation, Seasonal Scheduling, and Maintenance Plans

Build an AI agent for landscaping companies that generates accurate quotes from service catalogs, manages seasonal scheduling patterns, creates recurring maintenance plans, and integrates weather data.

Learn Agentic AI
12 min read0Mar 16, 2026

AI Agent for Roofing Companies: Damage Assessment, Insurance Claims, and Scheduling

Build an AI agent for roofing companies that assists with damage assessment from photos, generates insurance claim documentation, manages insurance workflows, and schedules repair crews.

Learn Agentic AI
12 min read0Mar 16, 2026

Building a General Contractor Agent: Subcontractor Coordination and Project Management

Learn how to build an AI agent that coordinates subcontractors across trades, manages construction schedules, tracks budgets against estimates, and handles change orders for general contractors.

Learn Agentic AI
11 min read0Mar 16, 2026

AI Agent for Pest Control: Inspection Scheduling, Treatment Plans, and Follow-Up

Build an AI agent for pest control companies that identifies pest types, creates targeted treatment plans, schedules inspections, and manages recurring service agreements with automated follow-up.

Learn Agentic AI
11 min read1Mar 16, 2026

Building a Pool Service Agent: Maintenance Scheduling, Chemical Balance, and Equipment Repair

Build an AI agent for pool service companies that optimizes service routes, calculates chemical dosages, diagnoses equipment issues, and manages seasonal opening and closing schedules.

Learn Agentic AI
12 min read1Mar 16, 2026

AI Agent for Moving Companies: Quote Generation, Inventory Tracking, and Day-of Coordination

Build an AI agent for moving companies that generates accurate quotes from room-by-room inventories, estimates cubic footage, assigns crews, and provides real-time customer updates on move day.

Learn Agentic AI
11 min read2Mar 16, 2026

Constrained Decoding: Forcing LLM Outputs to Match Specific Grammars and Formats

Explore constrained decoding techniques that guarantee LLM outputs conform to formal grammars, regex patterns, or JSON schemas — eliminating format errors in agentic pipelines.

Learn Agentic AI
11 min read1Mar 16, 2026

Multi-Turn Reasoning: Building Agents That Think Across Multiple LLM Calls

Learn how to architect agents that maintain reasoning chains across multiple LLM invocations, accumulate state progressively, and refine their analysis through iterative thinking.