Skip to content
Agentic AI
Agentic AI archive page 23 of 35

Agentic AI & LLM Engineering

Deep dives into agentic AI, LLM evaluation, synthetic data generation, model selection, and production AI engineering best practices.

9 of 314 articles

Agentic AI
6 min read6Jan 25, 2026

Building an AI Documentation Assistant with RAG

A complete guide to building a production-grade AI documentation assistant using Retrieval-Augmented Generation, covering chunking strategies, embedding models, vector stores, and answer synthesis.

Agentic AI
10 min read8Jan 25, 2026

LLM Security: Prompt Injection, Jailbreaking, and Defense Strategies

Practical security guide for production LLM applications -- prompt injection, jailbreak techniques, and layered defenses that work in production.

Agentic AI
6 min read7Jan 24, 2026

Multi-Agent Systems with Claude: Building Teams of AI Agents

Learn how to design and implement multi-agent systems using the Claude API and Agent SDK. Covers architecture patterns, inter-agent communication, task delegation, and real-world production examples.

Agentic AI
6 min read8Jan 24, 2026

Claude's Orchestrator and Subagent Model Explained

Deep dive into the orchestrator-subagent architecture pattern used in Claude Code and the Claude Agent SDK. Learn how task decomposition, delegation, and result synthesis work under the hood.

Agentic AI
6 min read6Jan 24, 2026

Claude API Tool Use: Building Custom AI Workflows

Complete guide to implementing tool use (function calling) with the Claude API. Covers tool definitions, execution patterns, multi-turn conversations, and production best practices.

Agentic AI
6 min read3Jan 24, 2026

Serverless AI: Running LLM Workloads on AWS Lambda and Cloud Functions

Explore the architecture, limitations, and practical patterns for running LLM inference and AI workloads on serverless platforms like AWS Lambda and Google Cloud Functions.

Agentic AI
7 min read6Jan 24, 2026

LLM Evals: Building an Automated Quality Framework from Scratch

A step-by-step guide to building a production-grade LLM evaluation framework that measures accuracy, safety, and quality across model versions and prompt changes.

Agentic AI
5 min read5Jan 24, 2026

AI Agent Observability: Tracing and Debugging with OpenTelemetry and LangSmith

How to implement end-to-end observability for AI agents using OpenTelemetry traces, LangSmith, and custom instrumentation to debug failures and optimize performance.