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

Building Multi-Application Workflows with UFO: Cross-App Automation Sequences

Master cross-application automation with Microsoft UFO by building workflows that transfer data between Excel, Outlook, browsers, and desktop applications through coordinated multi-app sequences.

Learn Agentic AI
11 min read4Mar 17, 2026

UFO Limitations and Workarounds: Handling Complex UI Patterns and Edge Cases

Understand Microsoft UFO's known limitations with complex UI controls, high-DPI displays, and time-sensitive interactions, along with practical workarounds and hybrid strategies for production reliability.

Learn Agentic AI
11 min read1Mar 17, 2026

Text-to-SQL Fundamentals: Converting Natural Language Questions to Database Queries

Learn what text-to-SQL is, how the architecture works from schema understanding to query generation, and why it is one of the most practical applications of large language models in enterprise software.

Learn Agentic AI
13 min read1Mar 17, 2026

Building a Text-to-SQL Agent with GPT-4: Schema-Aware Query Generation

Build a complete text-to-SQL agent using GPT-4 that extracts database schemas, generates SQL queries from natural language, executes them safely, and formats results for end users.

Learn Agentic AI
12 min read1Mar 17, 2026

Text-to-SQL with Claude: Using Anthropic's API for Database Question Answering

Implement a text-to-SQL system using Anthropic's Claude API with tool use for SQL execution, multi-turn conversations, and structured output parsing for reliable database question answering.

Learn Agentic AI
11 min read2Mar 17, 2026

Schema Representation for Text-to-SQL: How to Describe Your Database to LLMs

Master the art of schema representation for text-to-SQL systems. Learn how to format CREATE TABLE statements, add column descriptions, encode foreign key relationships, and provide sample data for maximum query accuracy.

Learn Agentic AI
12 min read0Mar 17, 2026

SQL Query Validation and Safety: Preventing Dangerous Queries from AI Agents

Learn how to build a robust SQL validation layer that prevents injection attacks, enforces read-only access, limits query complexity, and ensures AI-generated queries cannot damage your database.

Learn Agentic AI
12 min read0Mar 17, 2026

Text-to-SQL with Open-Source Models: SQLCoder, NSQL, and DeFog SQLCoder

Compare open-source text-to-SQL models including SQLCoder, NSQL, and DeFog SQLCoder. Learn how to deploy them locally, fine-tune on your schema, and evaluate accuracy against commercial alternatives.