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

Logit Bias and Token Steering: Fine-Grained Control Over LLM Output Generation

Learn how to use the logit bias parameter to steer LLM outputs at the token level, suppress unwanted words, boost preferred vocabulary, and build more predictable agent behaviors.

Learn Agentic AI
11 min read1Mar 16, 2026

User Preference Learning: AI Agents That Adapt to Individual Users Over Time

Build AI agents that learn and adapt to individual user preferences over time — from implicit signal extraction and profile building to personalized responses — while respecting privacy boundaries.

Learn Agentic AI
12 min read1Mar 16, 2026

Knowledge Graphs for AI Agents: Structured Memory with Entities and Relations

Learn how to build knowledge graph memory for AI agents — extracting entities and relationships from text, storing them in graph structures, and querying connected information for richer agent reasoning.

Learn Agentic AI
11 min read2Mar 16, 2026

Cache Strategies for AI Agents: Avoiding Redundant LLM Calls

Master caching strategies for AI agents — from response caching and embedding caching to tool result caching and smart invalidation — to reduce latency, cut API costs, and improve throughput.

Learn Agentic AI
12 min read0Mar 16, 2026

Distributed Memory for Multi-Agent Systems: Sharing State Across Agent Instances

Learn how to build distributed memory for multi-agent systems using Redis, shared databases, event sourcing, and consistency patterns — enabling multiple agent instances to collaborate with shared state.

Learn Agentic AI
11 min read0Mar 16, 2026

Prompt Injection Attacks Explained: How Attackers Manipulate AI Agents

Understand the different types of prompt injection attacks targeting AI agents, see real-world examples of direct and indirect injection, and learn why agent security must be a first-class engineering concern.

Learn Agentic AI
12 min read0Mar 16, 2026

Output Guardrails: Preventing AI Agents from Returning Harmful Content

Build output scanning systems that detect PII leaks, toxic content, format violations, and off-topic responses before they reach your users, with practical Python implementations for each guardrail type.

Learn Agentic AI
13 min read0Mar 16, 2026

Sandboxing Agent Tool Execution: Running Untrusted Code and Commands Safely

Learn how to sandbox AI agent tool execution using Docker containers, restricted file systems, timeout enforcement, and resource limits to prevent agents from causing damage through code execution tools.