Workspace loading
Preparing your next step…
Reconnecting your learning path, saved progress, and study tools.
Workspace loading
Reconnecting your learning path, saved progress, and study tools.
Building products on LLMs: prompting, RAG, agents, and running AI features in production.
Tokens, transformers-at-a-glance, and why models hallucinate — the conceptual base for everything else.
Providers, open vs closed models, and choosing by capability, cost, and latency.
Study this topicGetting reliable behavior from models: structure, examples, and iteration.
Messages, roles, parameters, and handling API failures properly.
Study this topicGetting JSON you can actually parse: schemas, validation, and repair strategies.
Study this topicSemantic vectors: what they capture, and similarity math.
Study this topicUsing vector stores in applications: indexes, filters, and choosing one. (Capacity math and scaling live in System Design.)
Study this topicThe full loop: ingest → chunk → embed → retrieve → generate, with citations.
Query rewriting, multi-hop retrieval, and agentic RAG.
Study this topicThe agent loop: reason, act, observe — and when an agent is overkill.
Study this topicPlanning, reflection, and multi-agent designs that actually help.
Study this topicMaking AI features fast and affordable at scale.
Study this topicCurating the window: retrieved docs, tool schemas, history, and constraints — and the failure modes of too much.
Study this topicRole, constraints, and format as a designed artifact — versioned and injection-resistant.
Study this topicLangGraph vs AI SDK vs Agents SDKs — and what a harness actually owns.
Study this topicDesigning tools, resources, and prompts that agents can actually use well.
Study this topicThe unglamorous 80%: PDFs, OCR, tables, and metadata enrichment.
Study this topicKnowledge-graph retrieval: when relationships beat chunks.
Study this topicThe decision tree: prompting vs RAG vs fine-tuning, with honest cost math.
Study this topicParameter-efficient tuning: adapters, data prep, and what actually matters.
Study this topicvLLM and friends: continuous batching and KV-cache-aware capacity planning.
Study this topicSmaller, faster models — and testing that quality survived.
Study this topicSpeech-to-speech loops: latency budgets, barge-in, and telephony.
Study this topicDocument VQA, UI understanding, and image inputs done reliably.
Study this topicThe security checklist applied to a real LLM application.
Study this topicInput/output classifiers, policy models, and jailbreak monitoring.
Study this topicLetting models invoke your code — the foundation of agents.
Study this topicToken streaming UX and fitting conversations into finite context.
Study this topicSplitting documents so retrieval actually finds the right piece.
Study this topicBeyond naive similarity: hybrid search and reranking.
Study this topicMeasuring whether RAG actually answers correctly from the right sources.
Study this topicThe open standard for connecting tools and context to AI applications.
Study this topicShort-term, long-term, and episodic memory for agents.
Study this topicTracing, logging, and debugging non-deterministic systems.
Study this topicSystematic quality measurement — the skill that separates AI engineers from API callers.
Frontier vs open-weight, reasoning tiers, and reading benchmarks with skepticism.
Study this topicThe two biggest cost levers: cache breakpoints and offline batch pricing.
Study this topicTool poisoning, confused deputies, and permission scoping in agent ecosystems.
Study this topicOrchestrators, workers, and handoffs — when many agents beat one.
Study this topicScreenshot-to-action loops: capabilities, sandboxing, and honest reliability limits.
Study this topicAgents that survive restarts: checkpointing, resumability, and approval gates.
Study this topicTools are prompts: naming, granularity, and errors a model can act on.
Study this topicMillion-token windows vs retrieval: cost math and hybrid designs.
Study this topicTeacher-student pipelines: small models that punch above their weight.
Study this topicRLHF and DPO intuition — what product teams actually need to know.
Study this topicOllama, on-device SLMs, and privacy-driven architectures.
Study this topicImage/video generation with safety filters and cost controls.
Study this topicPII redaction, retention, and regional constraints in AI features.
Study this topicVersioning, rollout, and eval-gated deployment for prompts and models.
Study this topicEvaluating trajectories, not just answers: tool-call correctness and end states.
Study this topicThe product patterns of AI features: streaming, interruption, and human-in-the-loop.
Study this topic