What it does
Turn on Thorough review with/review and your coworker adds a real checking pass before it finishes: re-reading what it produced, testing its conclusions against the source, and looking for the thing it got wrong rather than confirming what it already believes.
It’s off by default because it costs more and takes longer. On work that matters, it’s the cheapest insurance available.
When it earns its keep
- Anything going to a customer or an executive
- Figures someone will make a decision on
- A document that will be published or filed
- Work you won’t have time to check yourself
- A long job where an early mistake would carry through everything after it
- The first time a coworker does an unfamiliar kind of task
When to skip it
Exploratory work, drafts you’ll read closely anyway, and quick lookups. Reviewing a first draft you’re about to rewrite is paying for care you don’t need.Good to know
Review checks the work against what you asked for. It can’t tell you that you asked for the wrong thing — that’s what Plan mode is for.
Common questions
Does it actually catch things?
Does it actually catch things?
Yes — most often arithmetic that drifted, a claim that isn’t quite what the source said, and requirements from your original message that got dropped along the way.
How much slower is it?
How much slower is it?
Noticeably, because it’s doing real additional work. On a task worth reviewing, that’s the trade you want.
Can I leave it on all the time?
Can I leave it on all the time?
You can, and you’ll pay for care you often don’t need. Better to switch it on for the tasks that warrant it.
What does it do if it finds a problem?
What does it do if it finds a problem?
Fixes it and tells you what it fixed. You see the correction rather than a silently different answer.
Is this the same as a reviewer helper?
Is this the same as a reviewer helper?
Similar in spirit. A helper is a named specialist you write with your own standards; this is a general checking pass with nothing to set up.
Next steps
Plan mode and Build mode
Checking before, not after.
Custom helpers
A reviewer with your standards.
Effort and model
The other quality dial.
Seeing what changed
Check it yourself.
