Newly added · AI engineering

Everything an AI engineer needs to learn, one article at a time.

A running stream of in-depth pieces on LLM internals, prompting, retrieval, agents, MCP, context engineering, evals, and production observability — each one filed under a category you can browse.

Browse all categories205 listings · 23 external · 178 categories

Newly added

The latest pieces across every category, newest first.

Chunking strategies that survive production

Listed inChunkingRAGon

Structural, recursive, and semantic splitting compared — plus the sizes to start from and the five ways chunking quietly caps your retrieval quality.

Intermediate8 min
#rag
#retrieval
#pipeline

Building effective agents

Listed inWhat are AI Agents?AI Agentson

Anthropic on the difference between workflows and agents, five composable patterns, and why most teams should start with the simplest thing that works.

External
Anthropic · anthropic.com
#agents
#patterns

Stop estimating tokens

Listed inTokensHow LLMs Workon

Why character and word counts are wrong by enough to matter, how BPE actually splits your text, and how to budget a request so the model never gets cut off mid-sentence.

Beginner6 min
#fundamentals
#cost

Introducing contextual retrieval

Listed inChunkingRAGon

Prepending model-generated context to each chunk before embedding, and the measured drop in failed retrievals it produced.

External
Anthropic · anthropic.com
#rag
#retrieval

Inference

Listed inInferenceIntroductionon

Running a trained model to get output, and the cost, latency, and throughput levers around it.

Beginner6 minDraft
#concepts