Skip to content

llm · experimental

This skill is experimental. Recipes cover the LLM engineering stack but assume familiarity with Python packaging, TypeScript, and basic LLM concepts.

Context skill for LLM engineering: agent frameworks, document/image processing for LLMs, open-weight model serving, retrieval-augmented generation, and evaluation tooling.

Requirements

  • Python 3.11+
  • Node.js 20+ and pnpm — for TypeScript agent recipes
  • uv — Python package and project manager
  • Cloud provider CLI (AWS CLI or gcloud) — for serving and cloud RAG recipes

Philosophy

LLM engineering is systems engineering with a probabilistic core. The model is just one component in a pipeline that includes document ingestion, embedding, retrieval, prompt construction, tool execution, and output evaluation. These recipes treat each component as an independently testable, observable subsystem.

Recipes

References

Released under the MIT License.