Skip to content
Learn Agentic AI
Learn Agentic AI archive page 43 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
13 min read1Mar 16, 2026

Haystack by deepset: Building Production NLP and Agent Pipelines

Learn how Haystack's pipeline architecture and component-based design enable building production-grade NLP and agent systems with flexible routing, branching, and ready-made components.

Learn Agentic AI
14 min read0Mar 16, 2026

Building Agents Without Frameworks: When Raw API Calls Beat Abstractions

Learn when and how to build agents using direct LLM API calls instead of frameworks, with a minimal implementation that demonstrates the agent loop, tool calling, and state management from scratch.

Learn Agentic AI
14 min read0Mar 16, 2026

Agent Framework Selection Guide: Choosing the Right Tool for Your Use Case

A practical decision matrix for selecting the right agent framework based on team size, use case complexity, scalability needs, vendor preferences, and production requirements.

Learn Agentic AI
14 min read0Mar 16, 2026

Migrating Between Agent Frameworks: Practical Guide to Switching Without Rewriting

Learn how to migrate between agent frameworks using abstraction layers, interface design, gradual migration strategies, and comprehensive testing to avoid costly full rewrites.

Learn Agentic AI
11 min read2Mar 16, 2026

Tree-of-Thought Prompting: Exploring Multiple Reasoning Paths Simultaneously

Learn how Tree-of-Thought prompting enables LLMs to explore branching reasoning paths, evaluate intermediate steps, and converge on higher-quality answers for complex problems.

Learn Agentic AI
10 min read0Mar 16, 2026

Self-Consistency Prompting: Sampling Multiple Answers for Higher Accuracy

Discover how self-consistency prompting improves LLM accuracy by sampling multiple reasoning paths and using majority voting to select the most reliable answer.

Learn Agentic AI
11 min read0Mar 16, 2026

Meta-Prompting: Using LLMs to Generate and Optimize Their Own Prompts

Explore meta-prompting techniques where LLMs generate, evaluate, and iteratively refine their own prompts, creating self-improving prompt optimization loops.

Learn Agentic AI
11 min read3Mar 16, 2026

Retrieval-Augmented Prompting: Injecting Context Dynamically into Prompts

Learn how to design retrieval-augmented prompts that dynamically inject relevant context, manage context windows efficiently, and produce grounded answers from external knowledge.