// TOPIC

#evaluation

24 articles

◆◆IntermediateAnthropicOpenAI
01

How AI coding assistants work

The engineering behind Copilot, Cursor, and Claude Code: repo maps, tree-sitter indexing, edit formats, long-file strategies, and how to evaluate code generation properly.

#agents#tool-use#context-engineering
16 min
◆◆IntermediateAnthropicGoogle
02

Long Context vs RAG: The Million-Token Question

When does stuffing a million tokens beat retrieval? The empirics on lost-in-the-middle accuracy, context-stuffing costs, and when RAG still wins at 1M tokens.

#rag#context-engineering#cost-optimization
14 min
◆◆Intermediate
03

Reading LLM Benchmarks Without Getting Fooled

LLM leaderboard scores are routinely inflated by contamination and benchmark saturation. Learn how to read them skeptically — and what to do instead.

#fundamentals#evaluation#llm-internals
18 min
◆◆◆Advanced
04

Red-Teaming LLMs: From Manual Probing to Automated Adversarial Testing

How to run a structured red-team engagement against your LLM system — scoping, tooling (Garak, PyRIT, PromptFoo), automation, and what the results actually mean.

#security#guardrails#evaluation
17 min
◆◆◆Advanced
05

Tracing and observability tooling: LangSmith, Langfuse, Braintrust, and Arize compared

A production-honest comparison of LangSmith, Langfuse, Braintrust, and Arize Phoenix for LLM tracing, evaluation, and quality monitoring in 2026.

#observability#evaluation#llmops
17 min
◆◆◆AdvancedAnthropicOpenAI
06

RAG evaluation, failure modes, and when to use long context or fine-tuning instead

Measure a RAG pipeline with RAGAS, spot the failure modes that kill production quality, and decide between RAG, long context, or fine-tuning.

#rag#evaluation#fine-tuning
18 min
◆◆◆AdvancedAnthropicOpenAI
07

Prompt Versioning, Evaluation, and LLMOps: Treating Prompts Like Code

How production teams version, test, and regression-test prompts the same way they ship software — CI/CD gates, eval datasets, and the tools that make it tractable.

#prompting#evaluation#llmops
19 min
◆◆Intermediate
08

Hallucination mitigation and output validation for production systems

Factuality vs. faithfulness, grounding techniques, structured outputs, LLM-as-judge, and conformal prediction — practical controls that reduce hallucination in deployed LLMs.

#guardrails#reliability#rag
15 min
◆◆◆Advanced
09

Agent Evaluation: Trajectories, Tool Calls, and Multi-Step Correctness

End-to-end task success is not enough for agents. Learn to evaluate at three levels: outcome, trajectory soundness, and per-component correctness — with code.

#agents#evaluation#observability
19 min
◆◆◆Advanced
10

Agent Evaluation and Why Agents Fail in Production

Why 85% of agent pilots never reach production scale — compounding error rates, LLM-judge bias, and the six evaluation layers that catch what offline tests miss.

#agents#evaluation#observability
20 min
◆◆Intermediate
11

A/B Testing Prompts and Models in Production

How to run statistically valid experiments on LLM prompt variants and model swaps — shadow mode, canary rollout, LLM-as-judge scoring, and when to call the winner.

#llmops#evaluation#observability
18 min
◆◆Intermediate
12

RAG Evaluation with Ragas: Measuring Retrieval and Generation Separately

Measure retrieval and generation separately with RAGAS — faithfulness, context precision, answer relevancy — and catch the failures end-to-end scores hide.

#rag#evaluation
17 min
◆◆◆AdvancedOpenAIAnthropic
13

Synthetic Data Engineering: Pipelines, Quality, and Model Collapse Risks

How to build production-grade synthetic data pipelines for LLM fine-tuning—Magpie, Evol-Instruct, quality filters—and why model collapse is a real but avoidable failure.

#fine-tuning#post-training#data-engineering
19 min
◆◆IntermediateOpenAIAnthropic
14

LLM Observability: Monitoring Quality, Cost, and Drift in Production

Traditional APM tells you the HTTP call succeeded. LLM observability tells you whether the answer was any good — covering traces, quality scores, cost anomalies, and drift.

#observability#llmops#cost-optimization
17 min
◆◆Intermediate
15

Golden Datasets: Building the Ground Truth Your Evals Depend On

A concrete recipe for constructing and maintaining LLM evaluation datasets — sourcing, sizing, versioning, and wiring them into CI so regressions are caught before they ship.

#evaluation#observability#llmops
18 min
◆◆Intermediate
16

Prompt Versioning and CI/CD for LLM Changes

How to treat prompts as versioned, tested artifacts and build a deployment pipeline that gates every change on automated evaluation before it reaches users.

#llmops#prompting#evaluation
17 min
◆◆IntermediateOpenAIAnthropic
17

LLM-as-Judge: Calibrating Your Automated Evaluator

How to build an LLM judge that actually agrees with your domain experts — covering bias failure modes, rubric design, calibration targets, and production cost math.

#evaluation#observability#prompting
17 min
Beginner
18

Offline vs Online Evaluation: Building Your Two-Layer Safety Net

Pre-deployment regression suites catch what you break; production sampling catches what happens to you. Here is how to build both layers and wire them together.

#evaluation#observability#llmops
17 min
Beginner
19

Why Eval Is Hard: The Measurement Problem in LLM Applications

Standard software metrics miss quality regressions in LLM apps. Learn why subjectivity, Goodhart traps, and silent failures demand a dedicated eval discipline.

#evaluation#observability
16 min
BeginnerOpenAIAnthropic
20

The Model Landscape: Choosing Without Getting Played

A decision framework for picking between closed frontier models, open-weight, and reasoning tiers — plus benchmark literacy so leaderboard scores stop misleading you.

#fundamentals#evaluation#inference
16 min
◆◆Intermediate
21

RAG in One Pass: Build, Measure, Improve

Build a complete RAG pipeline end-to-end — ingest, chunk, embed, index, retrieve, generate — with evaluation wired in from day one so you catch failures before users do.

#rag#vector-search#evaluation
15 min
◆◆Intermediate
22

Eval First: Building the Safety Net Before You Need It

Why LLM eval is hard, how 50 real examples beat 5,000 synthetic ones, and how to wire offline CI gates and production sampling into a two-layer safety net.

#evaluation#observability#llmops
18 min
◆◆Intermediate
23

Fine-Tuning: The Decision Framework

When to fine-tune, when to stay with RAG or prompting, and how LoRA, DPO, and distillation actually work — with the cost math to make the call.

#fine-tuning#post-training#llm-internals
16 min
◆◆Intermediate
24

LLMOps: Shipping and Operating AI Products

The operational layer that separates lasting AI products from perpetual pilots: gateways, eval pipelines, prompt CI/CD, observability, and the data flywheel.

#llmops#observability#evaluation
15 min