Learning Paths πΊοΈ¶
A pile of articles isn't a curriculum. Learning paths sequence Bee's content so each concept builds on the one before it. Pick the path that matches where you are β and where you want to go.
How to use a path
Follow it top to bottom. Each step links to a Bee page. Do the exercises β they're where the learning sticks. Paths reference content across the whole hive, including sections still being written (marked π§); those links light up as content lands.
Choose your path¶
-
π’ AI Engineer β Fundamentals
You can code, but LLMs are new to you. Build a correct mental model of how these systems actually work.
-
π‘ Building with LLMs
You've made API calls. Turn them into reliable features: structured output, tools, and good prompts.
-
π‘ RAG Specialist
You need models to use your data. Master retrieval end-to-end.
-
π΄ Agent Engineer
You want autonomous, tool-using systems. Planning, memory, and multi-agent design.
-
π΄ Production & MLOps
You need to ship. Evaluation, safety, deployment, and monitoring.
π’ Path 1 β AI Engineer: Fundamentals¶
Goal: understand what an LLM is doing well enough to reason about its behavior and cost.
- Setup & Prerequisites
- Your First LLM Call
- How LLMs Work
- Tokenization β why the model "sees" tokens, not characters
- The Transformer β attention, intuitively
- Embeddings β turning meaning into numbers
- Prompt Engineering β your first real skill
You'll be able to: explain next-token prediction, estimate cost, and write clear prompts.
π‘ Path 2 β Building with LLMs¶
Goal: ship reliable LLM features, not demos.
- Prompt Engineering
- System Prompts
- Structured Outputs β get JSON you can trust
- Function & Tool Calling β let the model do things
- Evaluation π§ β know if your changes help or hurt
- Security π§ β prompt injection and guardrails
You'll be able to: build a feature with validated output, tool use, and basic evals.
π‘ Path 3 β RAG Specialist¶
Goal: make a model answer accurately from your documents, with citations.
- Embeddings
- RAG Overview
- Chunking β the single biggest lever on RAG quality
- Vector Databases
- Hybrid Search & Reranking
- Evaluating RAG
You'll be able to: design, build, and evaluate a production RAG pipeline.
π΄ Path 4 β Agent Engineer¶
Goal: build systems that plan, use tools, and act over multiple steps.
- Function & Tool Calling
- Agent Fundamentals
- Memory
- Multi-Agent Systems
- Model Context Protocol (MCP)
- Evaluation π§ β evaluating non-deterministic agents
You'll be able to: design an agent loop, give it memory and tools, and know its failure modes.
π΄ Path 5 β Production & MLOps¶
Goal: take an AI feature from laptop to reliable, observable production.
- Evaluation π§
- Security π§
- Deployment π§ β Docker, serving, scaling
- MLOps π§ β CI/CD, observability, cost monitoring
You'll be able to: ship an AI service with tests, guardrails, monitoring, and cost controls.
Want a path we don't have yet?
Request one or design it yourself β learning paths are one of the most valuable things you can contribute.