Skip to content

Notes on AI engineering

Mechanisms, patterns, references, a glossary, and reproducible labs, from the fundamentals through whatever building real AI systems requires.

Premises

  • A deployed system is a protocol: tools, context, evaluation, and recorded failure modes.
  • Vendor documentation describes mechanisms. The work is to implement them so that each hop can be inspected.
  • If a step cannot be traced, it cannot be measured or corrected.

Foundation

Seven building blocks to start from

Experiments

In-browser labs

Three implementations of the corresponding primitives: the agent loop, the context budget, and an evaluation harness.

All labs