/* Loops Knowledge Hub — "All-or-Nothing Thinking With ADHD" — editorial guide page. Follows the Knowledge Hub design direction: eyebrow labels, stacked insight blocks with alternating rhythm, a 2x2 card grid, a distinct pull quote, single CTA at the end only. Inline links point to existing pages where they exist; UK English, no em dashes. */ const AON_LINK = "text-brand-deep font-semibold hover:underline"; /* ---------------- Page nav ---------------- */ const AON_NAV_LINKS = [ { label: "Why it happens", href: "#why" }, { label: "What helps", href: "#help" }, { label: "Knowledge Hub", href: "/adhd/knowledge-hub/" }, { label: "Blog", href: "/blog/" }, ]; const AonNav = () => { const [open, setOpen] = React.useState(false); const [scrolled, setScrolled] = React.useState(false); React.useEffect(() => { const onScroll = () => setScrolled(window.scrollY > 8); onScroll(); window.addEventListener("scroll", onScroll, { passive: true }); return () => window.removeEventListener("scroll", onScroll); }, []); React.useEffect(() => { if (!open) return; const onKey = (e) => e.key === "Escape" && setOpen(false); document.body.style.overflow = "hidden"; document.addEventListener("keydown", onKey); return () => { document.body.style.overflow = ""; document.removeEventListener("keydown", onKey); }; }, [open]); return (
Loops
); }; /* ---------------- Hero ---------------- */ const AonHero = () => (
ADHD Knowledge Hub

All-or-nothing thinking with ADHD: why one missed day feels like total failure

You miss one gym session and the whole programme is dead. You skip the routine once and it becomes something you used to do. If a single lapse routinely turns into a full stop, you've met one of the main mechanisms by which good systems die.

); /* ---------------- Section 2: What it is ---------------- */ const AonWhatItIs = () => (
The basics

Not a belief. An emotional event.

All-or-nothing thinking, sometimes called black-and-white or dichotomous thinking, is evaluating things in two categories with nothing between them. Perfect or ruined. On track or failed. Doing it properly or not doing it at all. It's a recognised cognitive distortion in the general psychology literature, but in ADHD it has a specific character worth understanding, because it isn't primarily a belief. It's an emotional event.

The distinction matters for what help looks like. A belief can be argued with. But when a missed day arrives with a full-volume feeling of failure attached, the verdict lands before any reasoning gets a chance to happen. That's why knowing the thought is distorted rarely stops it. The thinking is downstream of the feeling.

It's also worth separating this from high standards. Research on perfectionism in ADHD increasingly points at a maladaptive pattern tied less to unusually ambitious goals and more to harsh self-judgement and doubt about acting at all. The person caught in all-or-nothing thinking isn't usually demanding excellence. They're trying to avoid the feeling that arrives with anything that reads as failure, and the binary is the shape that avoidance takes.

); /* ---------------- Section 3: Why it happens (4 stacked blocks) ---------------- */ const AonWhyItHappens = () => (
Understanding the mechanism

Why ADHD brains default to binary.

Several well-documented ADHD mechanisms converge on this one pattern, which is why it's so persistent.

The pause is missing

Emotional dysregulation means feelings arrive faster, hit harder, and skip the waiting room. A lapse produces a spike of shame, and without a pause between feeling and conclusion, the spike gets read as information: this feeling is huge, so the failure must be huge.

Lapses don't stay the right size

A missed day doesn't sit in memory as one data point among thirty. It expands to fill the frame. This is the same time-perception machinery behind time blindness, applied to the past instead of the future: the streak is abstract, the lapse is vivid.

The evidence problem

By adulthood, most people with ADHD carry a genuinely long list of abandoned attempts, so "I always do this" feels like pattern recognition, not distortion. What the binary omits is why those attempts collapsed, which was rarely the first miss and almost always the spiral that followed it.

The binary meets the novelty cliff

ADHD motivation funds beginnings generously and fades once things become familiar. That fade is neurological and predictable, but if the only categories are "doing it properly" and "failed", the fade has nowhere to land except failure.

); /* ---------------- Section 4: The second face ---------------- */ const AonSecondFace = () => (
Something worth knowing

Perfectionism as a shield, not a standard.

There's a second face of this pattern that looks superficially opposite: not abandoning things after a lapse, but never letting them be finished or seen at all.

As long as work stays unshared, it can't be criticised. As long as a project stays in progress, it can't be judged as done and found wanting. For many people with ADHD, especially those with heightened sensitivity to rejection, finishing doesn't just feel hard. It feels unsafe, because done is the moment the binary gets to deliver its verdict. This is a large part of why sharing work stalls at the threshold and why finishing is disproportionately difficult even when almost all the work is complete.

Unfinished is the last safe category.

The same shield shows up at the start. "If I can't do it properly, there's no point starting" is all-or-nothing thinking working as a gatekeeper, and it quietly powers a lot of ADHD procrastination. Not starting protects the version of the task that could still have been perfect.

); /* ---------------- Section 5: How it shows up (4 cards) ---------------- */ const AON_CARDS = [ { t: "Routines", body: (<>One missed day registers as proof the routine has failed, rather than as a single missed day. It's why routines so often collapse after one bad day instead of degrading gracefully.) }, { t: "Training and health", body: (<>A skipped session becomes "I've blown it", followed by quitting or a compensatory binge effort. Two missed runs, one heroic overcorrection, repeat.) }, { t: "Projects", body: (<>When reality diverges from the plan, the plan doesn't get revised. It gets abandoned, because a broken plan feels like proof the whole thing was unrealistic. Long-term projects offer years of chances for the binary to trigger.) }, { t: "The perfect restart", body: (<>Resuming today, imperfectly, loses out to a clean boundary: Monday, the first of the month. Each deferred restart arrives with a raised bar, which makes the new attempt heavier and more breakable than the one that just failed. Run long enough, total-effort-total-collapse cycles are one of the roads into ADHD burnout.) }, ]; const AonShowsUp = () => (
Does any of this sound familiar?

Where the binary does its damage.

{AON_CARDS.map((c) => (

{c.t}

{c.body}

))}

Not everyone with ADHD experiences this strongly, and it isn't exclusive to ADHD. But emotional intensity, a real history of abandoned attempts, and a reward system that makes middles hard mean the pattern finds unusually fertile ground here.

); /* ---------------- Section 6: The reframe ---------------- */ const AonReframe = () => (
The category that changes everything

Paused is not failed.

The single most useful reframe in this area is a category correction. Between "on track" and "failed" there is a third state: paused. A project held as paused can be returned to without the identity cost of admitting failure. A routine with a planned minimum version for bad days hasn't broken when a bad day arrives. It's running in low-capacity mode, exactly as designed.

This isn't a gentler description of the same thing. It's a structural difference in what returning costs emotionally, and for ADHD brains, where returning is already expensive, that difference is often what decides whether the return happens at all.

); /* ---------------- Section 7: What helps (6 stacked blocks) ---------------- */ const AonWhatHelps = () => (
Working with it

Build the middle category on purpose.

Decide the minimum before you need it

Pre-define the smallest version that still counts: one exercise, one sentence, one small step. Deciding this in advance matters, because the moment of the lapse is precisely when the deciding machinery is least available.

Design for recovery, not streaks

Streak-based systems hand the binary a weapon. What matters isn't never lapsing. It's the average gap between lapse and return.

Name the verdict as a feeling

"This is the all-or-nothing response, not an assessment" doesn't dissolve the feeling, but labelling it buys the pause that ADHD skips. The disappointment is real. Its conclusion is not reliable data.

Shrink the judgement window

A day is small enough to fail and restart cheaply. A life overhaul is not. The bigger the unit being judged, the more catastrophic each lapse becomes, so keep the unit that can fail small.

Ban the upgraded restart

When returning after a gap, return to less than before, not more. The raised-bar restart feels like commitment and functions as self-sabotage.

Watch where it tips into something bigger

If the verdicts are constant, global and dark rather than task-shaped, that's worth raising with a doctor or therapist. Persistent harsh self-criticism travels closely with depression and anxiety, both common alongside ADHD.

Find help and support resources
); /* ---------------- Section 8: Open questions ---------------- */ const AonOpenQuestions = () => (
Honest limits

What we still don't know.

Perfectionism and dichotomous thinking are well studied in general and anxiety populations, but ADHD-specific research is younger and thinner. It isn't yet settled how much of the pattern is a direct product of ADHD neurobiology versus a learned response to years of accumulated failure experiences, and the honest answer is probably both, in proportions that differ between people.

Intervention evidence is similarly borrowed: cognitive and compassion-based approaches help with all-or-nothing patterns in other populations, but large ADHD-specific trials are scarce. The lived-experience accounts, meanwhile, are abundant and strikingly consistent, which is usually a sign the research has catching up to do.

); /* ---------------- Section 9: The bottom line ---------------- */ const AonBottomLine = () => (
The bottom line

Lapses should stay the size they actually are.

All-or-nothing thinking with ADHD is a binary verdict system running on emotional hardware: lapses arrive with outsized feelings attached, feelings get read as facts, and anything short of complete gets filed as failed. It was never a discipline problem, and the answer was never trying harder to be consistent.

What helps is building the middle category the binary refuses to offer: minimum versions decided in advance, recovery made cheaper than restarting, judgement windows kept small, and paused treated as a real state rather than a polite word for quit. The lapses will still happen. The goal is making sure they stay the size they actually are.

); /* ---------------- Section 10: Final CTA ---------------- */ const AonFinalCTA = () => (
Support for the doing part

One small step. Even on the bad days.

Loops is a daily coaching app built around the middle category. Each day asks for small steps rather than a perfect run, a missed day is treated as information rather than a verdict, and the way back in is always smaller than the fear of it.

7-day free trial. No complicated setup. Takes a few minutes.
); /* ---------------- App ---------------- */ function AonApp() { return (
); } const aonRoot = ReactDOM.createRoot(document.getElementById("root")); aonRoot.render();