Skip to content
About

LLM Engineering

This is the section most readers came for. LLM engineering is the discipline of building reliable software on top of large language models — models you call, not models you train. It demands a different mindset than ordinary programming: your core dependency is non-deterministic, occasionally wrong, and priced per word.

Reason about why an LLM produced a given output, choose decoding settings deliberately, estimate token cost, and decide between prompting, retrieval, and fine-tuning for a real feature.

Deep Learning — particularly the transformer and self-attention.