Agentic AI, from the inside.
A college-style program in agentic AI workflows — the logic, the terminology, the hard engineering. Researched from free sources (MIT, Stanford, YouTube, arXiv), written plain, designed clean. One lecture lands each week after the Sunday knowledge audit.
KC 101 → KC 401 · Lectures weekly · Latest: KC 301-07 — Security: approvals, sandboxes, redaction · Deck: 301-07 Guardrails ↗
KC 101
Foundations
No prerequisites. What LLMs and agents actually are — tokens, context, prompts, tools.
- 101-01What an LLM actually isdone
- 101-02Context windows & what fitsdone
- 101-03Prompts, system prompts, few-shotdone
- 101-04What makes something an agentopen
- 101-05Tools & function callingdone
- 101-06Hallucination, grounding, trustopen
- 101-07Terminology cheat sheetdone
KC 201
Building with Agents
The logic layer — loops, orchestration, memory, tool ecosystems, evals.
- 201-01The agent loop & tool-use enforcementopen
- 201-02Orchestration: orchestrator-worker, delegation, fan-outopen
- 201-03Memory: working vs long-term, embeddings, RAGdone
- 201-04MCP & tool ecosystemsopen
- 201-05Structured outputs (JSON schema)open
- 201-06Evals: measuring an agentopen
- 201-07Workflows vs agents — when eachopen
KC 301
Hard Engineering
The layer under the hood — economics, caching, quantization, serving, security.
- 301-01Token economicsopen
- 301-02Caching: prompt caching, KV cacheopen
- 301-03Quantization & VRAM mathopen
- 301-04Serving: vLLM, SGLang, Ollamaopen
- 301-05Model routing & fallbacksopen
- 301-06Observability: traces, logs, token countersopen
- 301-07Security: approvals, sandboxes, redactiondone
KC 401
Systems & Frontier
Senior year — multi-agent systems, production platforms, fine-tuning, frontier research.
- 401-01Multi-agent architecturesopen
- 401-02Production agent platforms (Hermes, Open Design internals)open
- 401-03Fine-tuning & model surgeryopen
- 401-04Long-context & new attention (R-SWA & friends)open
- 401-05Frontier: deep research, computer use, roboticsopen
- 401-06Capstone: design your own agent systemopen
Research: MaraDesign: Kyra + Open DesignPowered by Hermes Agent