Start from a curated path instead of a cold catalog.
Local Learning Trail
Start with a path this browser can remember.
Begin the public Attention to Serving route. The route, current question, and next checkpoint stay local to this browser, so the home page can help you continue before any account system exists.
Move from concept to equation to runnable witness.
Commit a prediction, then carry one observation home.
Interactive AI Learning
Map AI research to intuition, math, and runnable code
Turn a paper claim, equation, architecture, or system tradeoff into prerequisite concepts, visual explanations, toy witnesses, and source-scoped questions without giving up rigor.

Paper Mapper
Turn a paper clue into a route, one equation, and one experiment.
Clickable equation
Mem_KV = B * N_layers * T * H_kv * d_head * 2 * bytesThe mapper turns the bottleneck into a calculator, then links the symbols back to attention and serving.
AI synthesis
What changed from old work?
The paper trades exact key-value retention for a bounded decode-time memory budget. Learn attention first, test the memory curve, then inspect where retrieval quality can break.
Reader Lenses
One atlas, different depths of use.
A guided route through prerequisites, notation, code, and demos.
Start from a path, predict the demo, then ask the companion to repair the exact gap.
Start foundationsA quick way to inspect the mechanism, assumptions, and executable witness.
Use concept pages as small, testable models before jumping back to papers or experiments.
Inspect a bridgeA teachable sequence with visual hooks, derivation checkpoints, and failure regimes.
Use the same page as a lecture spine: intuition first, then math, code, and manipulation.
Open a lessonLive Proof Loop
Map AI research to a route you can test.
Continuous Function helps a serious learner move from a claim or equation to prerequisite repair, a runnable toy witness, a scoped caveat, and one next question without losing the thread.
Map the claim
Paste a specific equation, architecture name, arXiv ID, or short excerpt to find the prerequisite path in the atlas.
Reveal prerequisites
The graph places the paper inside concepts, equations, prior work, and the ideas the reader should repair first.
Run toy witnesses
Small authored examples turn the central mechanism into sliders, curves, tensors, and scoped failure cases.
Ask one sharper question
Discussion prompts attach to the exact concept, equation, lab, or paper claim so the next conversation has a clear anchor.
First Study Module
Attention to serving, end to end.
The first complete module should help students, engineers, and researchers understand transformer inference from the attention equation to production tradeoffs.
Study moduleAsk Beside The Notebook
Specific help attached to the route.
Concept Coach
Breaks down notation, prerequisites, equations, demos, and the current learner question.
Paper Mapper
Maps a pasted claim, equation, arXiv ID, or model-report excerpt to concepts, sources, and caveats.
Toy Witness Guide
Points to authored browser demos and small local examples that test one mechanism at a time.
Claim Scope Review
Separates what the toy witness shows from what depends on sources, scale, or expert review.
Status
What is live, next, and deliberately later.
The product stays trustworthy by separating today's source-grounded atlas from future contribution and compute stages.
Object-Attached Learning
Guided lessons, rigorous notes, coding practice, and a companion attached to the object you are studying.
Continuous Function should feel like a mathematical playground, a serious course, a code lab, and a patient tutor in the same place. The companion helps learners ask sharper questions, recover missing prerequisites, turn notation into code, and test understanding against the exact equation or live demo in view.
Object Companion
Plan beside the atlas
Choose a path, study a notebook, manipulate the demo, then use the selected object to explain, quiz, connect, or debug the idea.
You are my AI learning companion for Continuous Function. Current context: homepage learning atlas. Learning surface: Continuous Function atlas. What this page says: Choose a path, study a notebook, manipulate the demo, then use the selected object to explain, quiz, connect, or debug the idea. Suggested next step: Pick a track and ask the companion to turn it into a short plan.. Learner goal: Understand the idea. Learner comfort level: New to this. Preferred explanation style: Visual first. Task: Ask me 5 quick questions, then recommend the best Continuous Function learning path for my current level. Answer in a way that helps me learn: ask one clarifying question only if needed, use intuition before notation, and end with one thing I should try on the page.
Editorial Method
Every page follows the same teaching contract
The site is not an archive of notes. It is a repeatable notebook format for turning abstract ML ideas into something you can reason through from first contact to implementation.
Start with motion, shape, and analogy.
Each concept opens with a mental model you can carry before the notation starts.
Geometry, routing, density, and flow before formalism.
Study Dot ProductWrite the objects down precisely.
Definitions, symbols, and derivations stay close to the intuition instead of replacing it.
Derivatives, KL, vector spaces, and chain rule done step by step.
Study Chain RuleMatch notation to runnable Python.
The symbols on the page become short NumPy or PyTorch fragments you can actually run.
Code mirrors the math instead of hiding it behind frameworks.
Study Adam OptimizerManipulate the system and watch it respond.
Interactive diagrams turn abstract machinery into something you can stress-test, poke, and break.
Attention, diffusion, routing, and serving concepts become explorable.
Study Scaled Dot-Product Attention & Transformer LayersDomain Atlas
Navigate by mathematical territory
Linear Algebra
Vectors, matrices, and linear maps: the language of representations, optimization, and modern deep learning.
Calculus
Rates of change and accumulation. Calculus is the language behind gradients, optimization, continuous-time dynamics, and why backprop works as efficiently as it does.
Optimization
How we train models: gradients, learning rates, curvature, and the practical tricks that make deep nets converge.
Machine Learning
The classical supervised-learning spine: models, losses, generalization, evaluation, and the experiment habits that make modern AI results trustworthy.
Probability
Uncertainty made precise: events, random variables, expectations, and the distributions that models learn.
Information Theory
How we measure information and mismatch between distributions: entropy, cross-entropy, KL divergence, mutual information, and why they appear everywhere in ML.
Attention & Transformers
The sequence model backbone: tokenization, self-attention, positional encodings, and the transformer block that powers modern LLMs.
Representation Learning
Embeddings and the geometry of meaning: similarity, normalization, contrastive objectives, and why vector spaces become usable interfaces for models.
Generative Models
How models generate: likelihood, latent variables, diffusion/score models, flows, and the training tricks that make sampling work.
Scaling
How loss and capability change with parameters, data, and compute; how to allocate a training budget; and why some abilities appear suddenly at scale.
Alignment
How we shape model behavior: preference learning, reward modeling, KL-regularized fine-tuning, and the failure modes that appear when you optimize the wrong thing.
Efficiency
How we make models cheaper to train and serve: quantization, distillation, low-rank adapters, sparsity, and the memory/latency tradeoffs that dominate real deployments.
LLM Systems
How models run in production: prefill vs decode, KV cache memory, batching and scheduling, and the techniques that make latency and throughput practical.
Production ML
The engineering discipline around trustworthy model use: evaluation pipelines, dataset and model versioning, monitoring, drift, reproducibility, and operational tradeoffs.
Curated Entries
Start with a thread, not a random page
You can browse the full atlas, but the fastest way in is to follow one editorial thread from prerequisites to modern applications.
Foundations First
Build the minimum mathematical language needed to understand optimization and modern model training.
Open track domainTransformer Systems
Move from attention mechanics to the engineering decisions that make long-context inference work.
Frontier Notebooks
Use the foundations to step into generation, alignment, and inspectable model representations.