Tap. Compute. Learn Python.
An incremental idle game that teaches Python and modern AI engineering, one FLOP at a time.
Tap your way from x = 1 through AGI Lab and into the
Singularity.
Try a slice right now — no install needed. β
Lesson
Built to teach. Designed to be played.
Every Compute Unit unlocks an interactive lesson, a quick-check quiz, and a 50-question practice bank. Mid-game side curricula, surprise events, and applied engineering scenarios keep the loop alive long after the early-game hook fades.
Idle progression
Tap to generate FLOPs, or buy Compute Units that produce them while you sleep, work, or stare into the middle distance. Offline progress is applied on relaunch.
40+ lessons
13 Compute Unit lessons (Variable β AGI Lab), 8 always-available Python Basics, plus 12 lessons across 3 unlockable side curricula β Debugging, Performance, Frontier AI.
Mastery Β· Knowledge Β· Insight
Three reward axes from quizzes, practice banks, and retrain. Each layered. Each compounding. None of them grindable by accident.
70 AI Landmarks
From McCullochβPitts Neuron through GPT-4, Claude 3, and beyond. Each lifetime-FLOPs marker grants a permanent tap multiplier you keep across every retrain.
23 achievements
Cosmetic badges for tapping milestones, retrain counts, mastery, knowledge, and reaching landmarks. No grind walls β just recognition for the work you did anyway.
Engineering scenarios
Multi-step puzzles that drop you into a real situation β a hallucinating support bot, a slow endpoint, a silent bug. Pick the right diagnostic call, earn a FLOPs reward.
Surprise events
OOM at step 47K. Memory leak in prod. Eval regression in CI. Random in-run interruptions test your applied judgement, not your trivia recall.
Retrain with review
Retraining quizzes you on your three lowest-mastery lessons before the reset. Drift, and mastery drops β just like real understanding does.
Transcendence end-game
Stack ten GPU Clusters to earn a Transcendence Unit. Spend TU to unlock Singularity (5 TU) and ASI (25 TU) β tiers that sit above the regular FLOPs ladder.
Built-in docs
An in-app reference covering 44+ topics across Python Basics, Foundations, Type System, Standard Library, Numerical & ML, Training, AI Patterns, and Tools & Workflow.
iPhone & iPad ready
Built with React Native + Expo. Universal iOS binary, dark UI, accessible tap targets. Saves are stored locally on-device β no account required.
Privacy-respecting
No third-party ads. No personal-data collection beyond purchase records. Anonymous analytics only, and you can request deletion any time.
The curriculum
A guided path from your first variable binding through the Transcendence tiers. 13 Compute Unit lessons gate the main ladder; 2 more sit above it on the Transcendence loop. Tap a tier to peek at the code.
x = 42 name = "ada"
def square(x):
return x * xclass Node:
def __init__(self, v):
self.v = vfrom math import sqrt import torch as T
x = torch.rand(8, 32) y = x @ W + b
y = relu(x @ W + b)
x = norm(x + mlp(x))
a = softmax(Q @ K.T / βd) out = a @ V
x = x + attn(norm(x)) x = x + mlp(norm(x))
model = pretrain(corpus) adapt(model, task)
while not done:
a = llm.act(state)
state = env.step(a)model = DDP(model) loss.backward() # all-reduce
# left as an exercise # for the reader π
# beyond the regular ladder
while True:
self = improve(self)# the ceiling # unlocked only via Transcendence Units
Python Basics always unlocked
Side curricula unlocks mid-game
Three small-scope tracks that unlock at lifetime-FLOPs thresholds across the run, distributing the “new lesson” surprise instead of clustering it all in the early Compute Units.
Mentor Pack optional add-on
A bonus curriculum unlocked by the one-time Mentor Pack purchase. Same lesson + quiz format as Basics β purely additive content for players who want to keep going past the core syllabus.
Lessons test recall. Scenarios test judgement.
Two layered systems make the mid-game feel like real engineering work, not flashcards.
Engineering Scenarios
Multi-step puzzles drawn from real situations: The Hallucinating Support Bot, The Slow Endpoint, The Silent Bug. Each scenario walks you through a diagnostic with 3–5 judgement calls. Wrong answers don’t kill the run — you retry until you reach the correct call, then collect a FLOPs reward proportional to difficulty.
Random Events
Once you’re past the early game, a long cooldown gives way to surprise interrupts: an OOM at step 47K, a memory leak in production, a 4% eval regression in CI, a prompt-injection report from security. Single-question, single-decision, paired with a real-world explainer.
Pop-up achievements & landmarks the whole way
Buy your first Compute Unit. Cross an AI Landmark. Ace a quiz cold. Every meaningful step lands with a satisfying ping — 23 cosmetic achievements and 70 lifetime-FLOPs landmarks across the run, each landmark granting a permanent tap multiplier you keep through every retrain.
Variable.Free to play. Optional support.
The full game is free. There are no ads, no energy timers, no paywalls between you and the curriculum. The in-app store carries optional, fairly-priced items for players who want to support development or skip ahead after a long break.
Founder Pack
One-time, non-consumable. Permanent 2× FLOPs/sec on every Compute Unit and on every tap, forever. Restorable across devices on the same Apple ID.
Mentor Pack
One-time, non-consumable. Unlocks a bonus curriculum: LoRA, RLHF, MoE, RAG, Function Calling, MCP, Tool Calling, Evals. Restorable.
Skip 4h / 24h / 7d
Consumable catch-up packs that apply offline progress at your current rate. The 24h and 7d skips unlock after your first / second retrain so they’re catch-up tools, not loop-skippers.
+5 / +15 Insight
Consumable packs that grant Insight directly — the same currency you earn by retraining. Each Insight you own multiplies your Compute Unit output, and they compound.
Purchases are processed through Apple In-App Purchase. Restore at any time from Store → Restore Purchases. Refunds are handled by Apple via reportaproblem.apple.com. Full terms in Terms & Conditions.
Ready to graduate from the demo?
Launching on iOS first — iPhone & iPad, free download, optional Founder & Mentor Packs. Android follows shortly after.
Need help? Support & FAQ Β· Press inquiries: press@idlepy.com