Skip to content
Agentic AI
Agentic AI archive page 21 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
5 min read4Jan 27, 2026

Claude API Batching: Processing Thousands of Requests Cost-Effectively

Master the Claude Message Batches API for high-volume, cost-effective processing. Learn how to submit batch jobs, poll for results, handle errors, and save 50% on Claude API costs for non-real-time workloads.

Agentic AI
6 min read25Jan 27, 2026

Claude's Extended Thinking: When to Use It and When Not To

Understand Claude's extended thinking feature, how it improves reasoning quality for complex tasks, when it adds value vs. unnecessary cost, and implementation patterns for production applications.

Agentic AI
6 min read9Jan 27, 2026

Building a Code Review Bot with the Claude API

Step-by-step guide to building an automated code review bot using the Claude API. Covers GitHub integration, diff analysis, security scanning, style enforcement, and delivering actionable feedback on pull requests.

Agentic AI
5 min read7Jan 27, 2026

AI Agent Orchestration with Event-Driven Architectures

Learn how event-driven architectures using message queues and event buses enable scalable, decoupled AI agent orchestration for complex multi-agent production systems.

Agentic AI
8 min read5Jan 27, 2026

Cambridge Research: Agentic AI for Advanced HVAC Building Control

Cambridge University research demonstrates agentic AI frameworks for real-time HVAC optimization. See how office-in-the-loop control systems work.

Agentic AI
9 min read10Jan 27, 2026

AI Pair Programming in Practice: Productivity Gains Measured

Real productivity data from teams using Claude -- what actually improves, what does not, and how to maximize gains.

Agentic AI
6 min read9Jan 26, 2026

Claude API Streaming: Real-Time AI Responses in Production

Complete guide to implementing streaming responses with the Claude API. Covers SSE implementation, token-by-token rendering, error handling during streams, and production patterns for real-time AI applications.

Agentic AI
6 min read36Jan 26, 2026

Claude API Rate Limits: Best Practices for High-Volume Applications

Comprehensive guide to understanding and working within Claude API rate limits. Covers rate limit tiers, retry strategies, request queuing, load distribution, and scaling patterns for high-volume applications.