Understand AI research papers by interacting with them
Stop reading complex PDFs. PaperLab turns papers into live simulations you can experiment with — drag a slider, watch attention flow, break gradient descent — and an AI tutor explains what changed.
A guided path: basics → advanced
Ten papers that built modern AI, in order. Each 'Ready' stop is a full interactive deep-dive — live simulators, clickable architecture, math with analogies, a quiz, and a mini course.
Deep Learning Foundations
AlexNet: ImageNet Classification with Deep CNNs
The Big Bang of modern AI — GPU-trained convolutions crush ImageNet by 10 points.
Generative Adversarial Networks
Forger vs detective — two live networks duel until fakes match reality.
Deep Residual Learning (ResNet)
Skip connections fix the depth mystery — watch two real networks race to prove it.
You Only Look Once (YOLO)
Real-time detection in a single glance — tune confidence and NMS live.
The Transformer Era
Attention Is All You Need
The paper that started modern AI — attention simulators, math, and a mini course.
BERT: Bidirectional Transformers
Fill-in-the-blank with X-ray vision — play the masking game that broke 11 records.
GPT-3: Few-Shot Learners
Scale the decoder far enough and it learns tasks from your prompt alone.
An Image is Worth 16x16 Words (ViT)
Transformers leave language and beat CNNs at their own game — cut a photo into 'words' and watch attention read it.
This is what learning feels like here
A live gradient descent lab — crank the learning rate past 0.9 and watch training explode. That intuition is worth ten textbook pages.
Gradient Descent Lab
How neural networks actually learn
Press play to drop the ball! It always rolls downhill toward lower loss — that is how a neural network learns. Can you get it to the flag?
Analogy: A ball rolling down a foggy mountain: it can only feel the slope right under its feet, and the learning rate is the size of each hop.
Landmark papers, ready to explore
The papers that defined modern AI — each one an interactive learning experience.
Built for understanding, not skimming
A summarizer compresses a paper. PaperLab teaches it — the way a great mentor would sit next to you and walk through it.
Three explanation levels
Every paper explained for a 15-year-old, a developer, and a researcher. Switch depth with one tab.
Interactive diagrams
Architectures you can click. Select any block to see what it does, with concrete examples — not static figures.
Math that makes sense
Every equation comes with its plain meaning and a real-world analogy. Formula → intuition → analogy, always.
Chat with the paper
Ask anything — “what's the main innovation?”, “why √d_k?” — and get answers grounded in the paper itself.
Papers become courses
One click turns a paper into a mini course with lessons, visuals, and quizzes that check real understanding.
Runnable code
See the core idea as clean, minimal PyTorch you can actually run — the fastest path from theory to intuition.