THE SCIENCE

Why an hour here beats a weekend of grinding.

Nothing here is proprietary magic. Three well-studied findings — spacing, retrieval, and cognitive load — implemented literally, in the one place they matter: your daily hour.

FIG. 1 — RETENTION WITH AND WITHOUT SCHEDULED REVIEW
{{ curveChart }}
day 0day 31
01 — SPACED REPETITION

Memory decays on a schedule, so review on one.

Ebbinghaus showed that without review, most of what you learn is gone within days. Each well-timed review flattens that curve and stretches the next interval.

Pebble runs SM-2 over whole problem structures rather than flashcards, aiming for desirable difficulty: late enough that recall costs effort, early enough that it still succeeds. You never pick what to review — deciding is the tax that kills most self-study.

ONE PROBLEM'S LIFETIME IN PEBBLE
{{ r.day }} {{ r.kind }} {{ r.note }} {{ r.interval }}
Five touches over a month buy retention that cramming never reaches — and cost about forty minutes in total.
FIG. 2 — DEPTH OF PROCESSING BY ACTIVITY
{{ b.label }}
{{ b.w }}
Bar length approximates where each activity sits on Bloom's taxonomy — from recognising a solution to generating the reasoning behind it.
02 — THE FEYNMAN TECHNIQUE

If you can't say it plainly, you don't own it.

Re-reading a solution feels like learning; it's recognition, the shallowest form of processing. Explaining forces retrieval, compression and honesty — gaps you can hide from a compiler are impossible to hide from a plain-language walkthrough.

So most reviews in Pebble are spoken, not typed: state the invariant, name the edge cases, give the complexity. Five minutes at maximum depth instead of forty minutes of boilerplate.

03 — COGNITIVE LOAD

Spend working memory on the problem, not the plan.

Sweller's cognitive load theory separates effort that builds schemas from effort that is pure overhead. "What should I practise today?" is overhead — and it runs on the same limited working memory the problem needs. Pebble moves planning, sequencing and scheduling out of your head entirely.

SELF-DIRECTED GRINDING
{{ l.k }}{{ l.v }}
INSIDE A PEBBLE WINDOW
{{ l.k }}{{ l.v }}
THE ENGINE

What Pebble actually watches.

{{ s.tag }} {{ s.t }} {{ s.b }}
SOURCES
{{ s.tag }} {{ s.title }}

{{ s.note }}

The mechanism is public. The engine is the hard part.

Join the waitlist