Skip to content
AI Anytime
← Paths

01

Foundations

The shortest honest route from Python to shipping something that uses an LLM and doesn't fall over.

6 lessons · ~40 hours

0 / 6
  1. 01

    Python for AI engineers

    The parts of Python that bite you when calling models in production.

  2. 02

    LLM fundamentals

    Tokens, temperature, context windows, cost. What matters and what doesn't.

  3. 03

    Prompt engineering

    Structured output, few-shot patterns, and injection as a security problem.

  4. 04

    Embeddings and vector search

    How text becomes vectors, and where the abstraction leaks.

  5. 05

    Retrieval-augmented generation

    A full RAG pipeline end to end, then where each stage breaks.

  6. 06

    Your first agent

    Tools, the reasoning loop, and termination — before any framework.

Next

Production Systems

→