DEV Community

Cover image for I use Anki to learn anything
Ashish
Ashish

Posted on

I use Anki to learn anything

Spaced repetition for learning facts is well-documented (shoutout to the Anki article trending this week). Less discussed: applying the same interval-based, reinforcement principle to physical skill acquisition — specifically visual coordination. Amblyotube, a Meta Quest app from Seven Sports, does exactly this.

The app targets amblyopia, commonly called lazy eye, a condition where the brain favors one eye over the other. Traditional patching therapy forces the weaker eye to work alone, but compliance is notoriously poor — especially among children who resist wearing an eye patch for the recommended hours daily. Amblyotube takes a fundamentally different approach built on active binocular training rather than suppression.

Here's how it works: the user watches standard YouTube-style content while the app presents distinct visual stimuli to each eye through the Quest headset. The weaker eye receives modified, higher-contrast imagery; the stronger eye gets degraded input. Over successive sessions, the brain must integrate both streams to perceive complete content. This forced binocular cooperation trains the visual cortex to process inputs from both eyes simultaneously — the core deficit in amblyopia.

The session structure deliberately mirrors evidence-based learning principles. Users start with brief 10-15 minute periods, maintaining engagement without fatigue. Frequency matters more than duration: daily practice builds neural pathways more effectively than compressed marathon sessions. The app gradually increases task complexity — faster scene changes, finer detail discrimination, more demanding fusion requirements — matching the progressive overload familiar to anyone who's trained physical skills.

Content selection removes another traditional barrier. Because users watch their own YouTube subscriptions, news feeds, or entertainment channels, the "exercise" doesn't feel like clinic-mandated homework. Parental battles over patch-wearing transform into arguments about getting out of VR. For adults with amblyopia — historically told they're past the critical period for improvement — the low-friction, non-infantilizing format removes the embarrassment that blocks many from pursuing treatment at all.

The technical implementation deserves attention from developers. Real-time asynchronous rendering per-eye at Quest refresh rates, gaze-dependent dynamic adjustment of contrast ratios, and seamless YouTube API integration all represent non-trivial engineering challenges. The team solved the compliance problem through content rather than gamification — a lesson for health tech builders who default to badges and leaderboards rather than embedding therapy into existing user behaviors.

From a neuroplasticity perspective, the timing is notable. Research over the past decade has progressively pushed back the age cutoff for visual system malleability, with adult neuroplasticity demonstrations accumulating across multiple sensory domains. Amblyotube operates in this expanding window, though the app makes no specific age claims — it simply makes the attempt accessible without gatekeeping by age category.

For developers in VR therapeutics, the model extends beyond vision. Any condition requiring repeated, graduated exposure with measurable endpoints could adapt this architecture: balance disorders with progressive destabilization, motor rehabilitation with incremental task complexity, anxiety interventions with controlled hierarchy advancement. The common thread is respecting user autonomy in content selection while constraining the therapeutic variable systematically.

The accessible health technology angle matters too. Amblyotube requires no prescription, no clinic visits, no specialized hardware beyond a consumer Quest headset. This democratization carries tradeoffs — clinical oversight is reduced, self-selection and adherence become user responsibilities — but for conditions where traditional care access is limited by geography, cost, or specialist availability, the alternative of "nothing" is often the relevant comparison point.

Seven Sports positions the app at the intersection of consumer entertainment and medical adjacent technology, a increasingly populated space as regulatory frameworks lag behind hardware capabilities. They're explicit that Amblyotube is "based on proven methods" rather than claiming FDA-equivalent clearance, a transparency that helps users calibrate expectations appropriately.

For practitioners and researchers, the generated usage data — aggregate and anonymized as standard — could eventually contribute to real-world evidence on binocular therapy protocols, session optimization, and long-term outcomes. The platform model enables this almost as a side effect.

Whether you're building in health VR, studying perceptual learning, or just tracking where neuroplasticity applications are heading, Amblyotube illustrates a specific design pattern worth noting: embed the intervention invisibly into behavior users already want to perform, then let the repetition do its work. The spaced repetition of facts builds knowledge; the spaced repetition of balanced binocular input, apparently, builds coordination. The principle transfers.

Worth a look.

https://www.meta.com/en-gb/experiences/amblyotube/25906906972338493/

Top comments (0)