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 308 articles

Agentic AI
8 min read11Jan 24, 2026

How AI Agents Automate Insurance Claims Processing and Underwriting

Discover how agentic AI is transforming insurance claims assessment, fraud detection, and risk underwriting across the US, UK, and European InsurTech markets in 2026.

Agentic AI
5 min read8Jan 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.

Agentic AI
6 min read10Jan 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

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
6 min read12Jan 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 read10Jan 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 read8Jan 23, 2026

AI Cost Management: Building a Budget for Production LLM Apps

A comprehensive guide to understanding, forecasting, and optimizing the costs of running LLM-powered applications in production, with real pricing data and cost reduction strategies.

Agentic AI
6 min read13Jan 23, 2026

Reasoning Models in Production: When Chain-of-Thought Matters

A practical guide to deploying reasoning and chain-of-thought models in production, covering when extended thinking adds value, cost-performance tradeoffs, and implementation patterns.