Barkley's ADHD Model — Boole Learn Propositional Map¶
A propositional analysis of Russell Barkley's executive function model of ADHD using the Boole Learn framework. First non-codebase application of the skill — testing it on a psychological/neuroscience claim.
The Claim¶
"ADHD is not a disorder of not knowing what to do. It's a disorder of not doing what you already know."
Barkley argues the brain splits into a knowledge system (posterior cortex) and an execution system (prefrontal/executive). ADHD "severs" the two. The solution isn't teaching more skills — it's changing the environment at the exact point where the execution failure occurs.
Foundational Propositions¶
P1: Two Brain Systems — Rock Solid (as approximation)¶
The brain has a knowledge system (posterior cortex) that acquires and stores skills, and an execution system (prefrontal/executive) that applies them in real-time. These are functionally separable.
Neuroscience broadly supports this (Luria, Fuster). But the split is gradient, not binary — frontal and posterior cortex interact bidirectionally, not as isolated modules. The "meat cleaver" metaphor overstates the separation.
P2: ADHD Severs Execution from Knowledge — Contested¶
ADHD selectively impairs the executive system while leaving the knowledge system intact. You know what to do; you can't do what you know.
The core claim. Would be falsified if ADHD patients showed knowledge deficits proportional to execution deficits. Some evidence of working memory impairment (which IS knowledge-adjacent) complicates this. Also: ADHD varies hugely — some people have execution gaps only in specific domains, not globally.
P3: Time Blindness is the Primary Manifestation — Provisional¶
Executive dysfunction manifests primarily as "time blindness" — the inability to feel the reality of non-immediate events. Goals and deadlines that aren't immediate feel abstract. This drives the "last-minute crisis" pattern.
Downstream of P2. But emotional dysregulation (rejection sensitivity, frustration intolerance) is increasingly recognized as equally central — not just a side effect. Barkley himself has evolved to emphasize emotional regulation, but the popular version of his model still leads with time blindness.
P4: Skill-Building Doesn't Work — Contested¶
Traditional interventions fail because they target the knowledge system (teaching skills) rather than the execution system (changing the environment at the point of performance).
Would be falsified if CBT or skill-based ADHD coaching showed lasting effects without environmental changes. Evidence: CBT does help some adults with ADHD, especially combined with medication. Barkley may overstate the futility of internal strategies.
P5: Point of Performance is the Only Leverage — Provisional¶
Environmental modification at the exact moment of executive failure (external timers, body-doubling, removing friction) is more effective than internal strategies (willpower, motivation, planning).
Would be falsified if medication (internal, not environmental) were effective. And it is — stimulants are the most effective ADHD treatment. Barkley resolves this by redefining meds as "point of performance" interventions (active in the moment), but this makes the claim unfalsifiable — any effective intervention gets retroactively classified as "point of performance."
Logical Structure¶
P1 (Two systems) ─── foundational neuroscience claim
└─→ P2 (ADHD severs them) ─── the disease model
├─→ P3 (Time blindness) ─── primary symptom
└─→ P4 (Skills don't help) ─── why traditional treatment fails
└─→ P5 (Point of performance) ─── what to do instead
Critical path: P1 → P2 → P4 → P5
Key Tension¶
P5 risks unfalsifiability. If "point of performance" absorbs medication (internal neurochemistry) into its definition alongside environmental modifications (external structure), then the term describes all effective interventions by definition. A proposition you can't falsify isn't really a proposition — it's a belief dressed as knowledge. (This is Boole's own test.)
Falsification Summary¶
| Proposition | Rating | Strongest Challenge |
|---|---|---|
| P1: Two brain systems | Rock solid | Gradient, not binary — but useful approximation |
| P2: ADHD severs execution from knowledge | Contested | Working memory impairment blurs the line |
| P3: Time blindness is primary | Provisional | Emotional dysregulation equally central |
| P4: Skill-building fails | Contested | CBT + meds shows lasting effects |
| P5: Point of performance only | Provisional | Risks unfalsifiability when meds are included |
Where This Framework Breaks Down¶
-
ADHD subtypes — Inattentive ADHD doesn't always present as "last-minute crises." Chronic low-grade underperformance, not crisis cycles. P3 fits hyperactive/combined better than inattentive.
-
Comorbidity — Anxiety, depression, autism frequently co-occur. These DO affect the knowledge system (anxiety distorts risk assessment; depression affects motivation). The clean two-system split gets muddy.
-
The "already know" assumption — P2 assumes the person has the knowledge. But ADHD often causes missed learning opportunities (couldn't pay attention, didn't read the material). Some adults genuinely DON'T know what peers know — knowledge deficit is secondary but real.
-
Emotional dysregulation — Barkley himself emphasizes emotional regulation as core executive function, but it doesn't fit cleanly into "time blindness." Blowing up at your partner is impulse control failure, not temporal myopia.
What Survives Falsification¶
The durable insight: If you have ADHD, adding more knowledge/skills/education without changing your environment and systems at the moment of action will likely fail.
This holds even if: - The two-system split is oversimplified - Time blindness isn't the only mechanism - Some skill-building does help (especially with meds) - "Point of performance" is too elastic a category
The practical advice is right even when the theoretical scaffolding is imperfect.
What to Study Next¶
- Barkley's full model — his 30 Essential Ideas lecture and the hybrid model of executive function (not just the viral quote)
- Emotional dysregulation in ADHD — evidence it's core, not peripheral (Barkley's own later work)
- CBT for ADHD — meta-analyses on skill-based approaches (Safren et al.)
- Brown's ADHD model — six clusters (activation, focus, effort, emotion, memory, action) vs Barkley's two-system model
- ADHD and motivation — dopamine/reward sensitivity as execution mediator, not just "time blindness"
Provenance¶
Framework: Boole Learn Source: Russell Barkley quote (via viral LinkedIn/X post) Generated: 2026-04-13 by CC Sam First non-codebase application of the boole-learn skill
See Also¶
- Boole Learn framework — the method
- Claude Code propositional map — codebase example
- OpenClaw propositional map — codebase example
- Hermes Agent propositional map — codebase example