Skip to content
askwrong

Start from wrong.Leave understanding.

Most AI tools hand you an answer and move on. AskWrong turns every question into a living course - taught at your level, pressure-tested with a deliberate flaw to catch, then scheduled back until it sticks. You leave knowing why, not just what to paste.

Real interface, real content: switch topics, walk the loop, open your documents and your library. Building a course starts when you sign in.

learning workspace
interactive demo
Topics
Machine learning2 topics
3 more topics in your library
Machine learning
Gradient descent
Course1 built1 learned

Chapter 01What gradient descent doeswhat-gradient-descent-does

OBJECTIVES
  • Read each optimizer step as a downhill move on the loss surface.
  • Explain why following the negative gradient lowers the loss.
  • Spot when small steps converge versus overshoot the minimum.
TLDR

The gradient is the steepest-uphill vector; we step along its negative, scaled by η.

INTUITION

The slope the hiker feels is the gradient ∇L - the vector of partial derivatives, one per parameter. It points in the direction of steepest increase, so −∇L is the steepest decrease. The update rule writes that down: θ ← θ − η∇L.

In practice ∇L is averaged over the batch, so the step size doesn't silently scale with how many samples you fed it.

for epoch in range(epochs):
grad = compute_grad(X, y, theta) # averaged over the batch
theta = theta - lr * grad
the rest of this chapter, and 1 more chapter in this course

Start learning free, and the course carries on from here.

Ask, Practice, Feynman, and the rest of this window, continue in your workspaceStart learning free

Built on how people actually learn

Active recallSpaced repetition - FSRSThe Feynman techniqueLearning from errorno telemetry - no training on you

One question in

A whole livingcourse out.

Five phases. Fully connected.

Any phases
any time.

No fixed staircase, no “ask again” step. The next question is just another edge. The tutor routes you wherever the gap is: back to theory, straight into practice, out to a Feynman check.

The graph

Hover a phase. Every phase connects to every other.

Memory model — try it

Play the forgetting curve.

Reviews: 2

Two reviews are already scheduled — click the chart to add your own. Each review flattens the decay; spacing them out is the whole trick. The tutor times them the moment before you’d forget.

Hover for memory level — click to review

MEMORY ↑TIME →ABOUT TO FORGET
FSRSThe modern spaced-repetition scheduler, running under the hood

The engine

Two ideas do the teaching

Everything else - the four graded surfaces, the schedule - is just machinery around these two.

01

Learning from error

Spotting a flaw forces you to hold the correct model in your head and compare. So one surface hands you an answer with a deliberate, real mistake and asks you to find it - the moment you catch it, you have understood it.

02

The Feynman technique

Every loop ends with you re-explaining the concept in your own words. The coach grades the explanation against the concept’s key points and files whatever you glossed over for spaced review.

Four graded retrieval surfaces - your Ask guess, Practice, Interrogate the flaw, and Feynman - feed one living course and one schedule. Theory and Answer are where you read; the graded surfaces are where you prove it.

effort is the only currency we care about

Start free.Then scale your learning.

Plans

Free
Start here
Always free
  • The full learning loop: Ask, Theory, Practice, Interrogate the flaw, Feynman
  • Theory at any depth, including PhD - free on every tier
  • 150 credits per month on the house models - we cover the inference
  • One credit is one question on the fast model; stronger models cost more
  • 10 saved sessions, 30-day history
  • 5 document pages imported per month
Max
$20/mo /mo
  • Everything in Pro, plus:
  • Frontier models, 1M-token context
  • 33,000 credits per month
  • 100,000 saved sessions
  • 1,000 document pages imported per month
Sign in to upgrade

Questions, answered properly

Will it just give me the answer?

Eventually - with the why attached, a flaw to catch, and a question back to prove you got it. If you only wanted the answer pasted, you already have sixty chatbots for that. This is for the times you want to actually keep it.

How deep does the theory go?

As deep as you ask. Each topic is one living course you can read at beginner, practitioner, or PhD depth. At PhD it develops the subject formally - definitions, properties and theorems in rendered LaTeX, with cited sources and a proof-on-demand button on each statement. Proofs are generated only when you click, which is what keeps the deeper depth affordable. Theory at any depth, including PhD, is free on every plan: no upgrade unlocks it. Free of a paywall, not free of credits; a proof click is an answer and spends like one.

Why is it called “AskWrong”?

Because being wrong is where learning starts. You bring a half-formed attempt, we work from it, and one step hands you a deliberately flawed answer to interrogate. Recognising what is wrong is what locks in what is right.

Do I need an account? Do you train on my questions?

Yes - you create a free account to start, because your course and schedule sync across your devices and need a home. We do not train on your questions, there is no telemetry, and we never sell your stack traces. No model training, ever. What you learn is yours and it stays yours - delete it any time and it is gone.

How do the limits work?

Every account gets a monthly balance of credits. One credit is one ask on the cheapest fast model; heavier models and deeper thinking cost more, and the price is on screen before you send. Which models you can pick is set by your plan, not by your balance: the stronger ones stay locked until you upgrade, and credits never unlock them. When you run out you see exactly what you hit and when it refills - your balance and the date - never a bare error code. Pro and Max raise the balance and open the stronger models, and no step of the loop is paywalled, PhD depth included.

The answer is the byproduct. The understanding is the product.

Learn it for real.

Stop pasting answers you don’t understand. Create your account and run your first learning loop.