Skip to content
Agentic AI
Agentic AI archive page 34 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 read4Dec 29, 2025

Agentic RAG: When Retrieval-Augmented Generation Meets Autonomous Agents

Explore how agentic RAG goes beyond simple retrieve-and-generate by letting AI agents dynamically plan retrieval strategies, reformulate queries, and synthesize across sources.

Agentic AI
5 min read2Dec 27, 2025

AI Agent Evaluation Frameworks: How to Measure Agent Performance in 2026

A practical guide to evaluating AI agents beyond simple accuracy metrics, covering task completion rates, tool use efficiency, reasoning quality, and emerging benchmarks.

Agentic AI
5 min read1Dec 21, 2025

AI Agents for Supply Chain Optimization: How Logistics Is Being Transformed in 2026

Explore how AI agents are revolutionizing supply chain management — from demand forecasting and inventory optimization to autonomous procurement and real-time logistics coordination.

Agentic AI
6 min read2Dec 17, 2025

AI Agent Frameworks Compared: OpenAI Agents SDK vs LangGraph vs CrewAI in 2026

A detailed technical comparison of the three leading AI agent frameworks in 2026 covering architecture, orchestration patterns, tool use, and production readiness.

Agentic AI
5 min read4Dec 17, 2025

AI Agent Error Handling: Graceful Degradation Patterns for Production Systems

Learn battle-tested error handling and graceful degradation patterns that keep AI agents reliable when LLM calls fail, tools break, or context windows overflow.

Agentic AI
5 min read1Dec 14, 2025

AI Agent Autonomy Levels: From Copilot to Fully Autonomous Systems

Understand the five levels of AI agent autonomy, from human-in-the-loop copilots to fully autonomous decision-making systems, and how to choose the right level for your use case.

Agentic AI
5 min read3Nov 3, 2025

What Is the Best Data Format for Fine-Tuning LLMs? A Complete JSONL Guide

JSONL is the standard data format for LLM fine-tuning. Learn why JSON Lines works best, how NeMo Curator processes raw data into JSONL, and best practices for training datasets.

Agentic AI
6 min read4Nov 1, 2025

How to Create Synthetic Data for LLM Training with NeMo Curator: Pipelines and APIs

NeMo Curator provides GPU-accelerated synthetic data generation pipelines for LLM training. Learn the Open QA, Writing, Math, and Coding pipelines with practical examples.