Claude Has No ADHD Executive Function Mode. Here Is What People Mean.
No, Claude has no ADHD Executive Function Mode. The claim spread from one Instagram video with 182,800+ likes. Here is what the phrase really means.
Why this matters
No, Claude has no ADHD Executive Function Mode. The claim spread from one Instagram video with 182,800+ likes. Here is what the phrase really means.
In this cluster
Cluster context
This article sits inside Neurodivergent Systems.
ADHD traits as engineering advantages: pattern recognition, resilience, and system design.
Most productivity advice assumes a brain that prefers linearity and uniform energy. This cluster is the counter-program: use neurodivergent traits as a design constraint and build systems around them.
GTD for ADHD Doesn't Work: The Energy-Based System I Built Instead
GTD doesn't work for ADHD brains. The energy-aware productivity system I built instead, hyperfocus scheduling, AI processing, and the workflow I use to ship.
I Have 73 Browser Tabs Open. ADHD Made Me a Better Architect.
Five ADHD cognitive traits mapped to real systems architecture patterns: pattern recognition, parallel processing, novelty seeking, and chaos resilience.
Claude for ADHD: There's No Plugin, Here's My Workflow
No, Claude has no built-in ADHD mode or plugin. The 5-step workflow I use instead to beat task-initiation paralysis and context-switching.
Short answer: no, Claude does not have an ADHD Executive Function Mode. There is no toggle, no setting, no plugin by that name from Anthropic.
The claim traces to a single Instagram video posted around June 2026 by the account airesearches, which has since collected 182,800+ likes. It opens: “Claude has a feature called ADHD Executive Function Mode. You can use it to hack your brain’s dopamine and finish a week’s worth of work in 4 …” The same script was reposted near-verbatim to Facebook and LinkedIn. That one clip is why the phrase now has its own search demand. The feature it describes does not exist.
What does exist is the thing the phrase is reaching for: a persistent decision ledger and memory layer you build on top of Claude Code, which holds the thread of your work across sessions and does the job ADHD working memory does unreliably. That is real, I run one daily, and the rest of this post is how mine works and the week it failed without telling me.
Six days of silence, zero alerts, and I only found out by accident. That is what happened to the self-ledger my Claude Code harness uses as an executive-function prosthetic for ADHD working memory gaps: between June 2 and June 7 it wrote nothing, and I did not notice until June 8 when a recall query came back thin. The fix is not “check it more often.” A monitoring layer that only works when you remember to check it is not a monitoring layer, it is a second thing to forget. The real fix is making silence itself trip an alarm.
I learned this the way I learn most things about my own harness: by accident, a week late, while looking for something else. Here is what broke, why “just check it more” cannot be the fix for an ADHD brain, and what the actual fix looked like.
Looking for the daily 5-step setup instead of the failure story? Start with Claude for ADHD: the coding workflow; this post is what happens when that system’s memory layer breaks.
TL;DR
My Claude Code harness logs every meaningful decision to a self-ledger, a running file that acts as my agent’s working memory and my own executive-function prosthetic. Between June 2 and June 7 it wrote nothing. Six days, zero entries, no alert. I only noticed on June 8 when a recall query came back thin. The fix was not “remember to check the ledger.” The fix was making silence itself trip an alarm. That is the whole lesson of harness engineering for an ADHD brain: the prosthetic is the easy part, the failure detector is the product.
Last week vs this week
Last week’s report took apart the “Claude is nerfed” thread and landed on one idea: capability now lives in the harness layer, so two people on the same model are no longer running the same system. (Is Claude Nerfed, or Is Your Harness Flat?)
This week my own harness proved the same point from the embarrassing direction. The model was fine. The harness around it had a hole, and the hole was invisible from the inside, exactly the failure mode I warned about. Invisible is indistinguishable from broken.
What a self-ledger is, and why it is an executive-function prosthetic
People keep searching for “claude adhd executive function mode” as if it were a toggle Anthropic shipped. It is not a feature. It is something you build.
Here is the actual mechanic. My harness writes a structured row to a decisions log every time it makes a call worth remembering, a routing choice, a ratified decision, a goal set, a goal cleared. Future sessions read those rows back before acting, so the agent does not re-litigate settled questions or forget what it was doing across a context reset.
For an ADHD brain, that ledger is doing the exact job my working memory does badly: holding the thread of “what did we decide, and why” across interruptions. The agent’s persistence becomes my persistence. When it works, I stop paying the tax of reconstructing my own reasoning every morning.
Which is precisely why it failing silently is so dangerous. A prosthetic you have come to rely on is worse than no prosthetic when it fails without telling you, because you have stopped keeping the backup in your own head.
The receipt: six days of nothing
I did not estimate this. I counted the rows.
| Date | Decision rows logged |
|---|---|
| 2026-06-01 | 6 |
| 2026-06-02 | 0 |
| 2026-06-03 | 0 |
| 2026-06-04 | 0 |
| 2026-06-05 | 0 |
| 2026-06-06 | 0 |
| 2026-06-07 | 0 |
| 2026-06-08 | 18 |
June 1 logged six decisions. Then nothing for six days. Then June 8 came back with eighteen, as if nothing had happened. No error surfaced during the gap because nothing in the system was watching for absence. The writes simply stopped, and a stopped write produces no output to notice.
The work never stopped, which is the unsettling part. More than 180 sessions ran on my machine that week, all doing real work, none of it reaching the ledger. I was heads-down building my founder-OS, not auditing the one system whose entire job is so I do not have to. That is the ADHD trap stated plainly: the thing I built to cover the gap failed inside the exact gap it was built to cover.
The root cause was mundane, which is the point. My harness copies the ledger into a database, and that sync stops advancing the moment it hits one opaque production error, unless you explicitly tell it to skip and continue. On top of that, the file watcher that triggers a sync was only watching one folder, so decision-only writes never tripped it. Two quiet failures stacked, and neither one raised its hand. Mundane causes are the ones that run for six days, because dramatic failures page you and quiet ones do not.
Why “just check it” was the wrong fix
My first instinct was the ADHD-brain instinct: add it to the routine. Check the ledger every morning. Build the habit.
That fix fails for the same reason the ledger exists. If I could reliably hold a daily check in working memory, I would not need an external memory system in the first place. “Remember to verify your memory aid” is a contradiction. You cannot patch an executive-function gap with more executive function.
The correct fix moves the work off me and onto the harness. The system already knew how to write rows. It just needed to notice when it stopped.
The 4 things harness engineering for an ADHD brain actually requires
This is the framework I pulled out of the incident. It generalizes past my setup to anyone building an agent they intend to lean on.
1. The prosthetic. The thing that does the job your brain does unreliably, the persistent ledger, the memory file, the routing rules. This is the part everyone builds and the part everyone thinks is the whole job. It is the easy part.
2. The liveness check. A separate, dumb signal that the prosthetic is still running. Not “is the output correct,” just “did it produce output at all in the expected window.” Silence has to be an event. A gap of N hours with zero writes should trip something. The heartbeat is cheaper than the thing it watches and matters more.
3. The recovery. When the liveness check fires, you find the gap in hours and backfill it, instead of stumbling on it a week later. I want to be honest about my own case here, because the flattering version is a lie: nothing self-healed. I had no detector yet, so the system could not catch itself. I found the freeze late, by accident, while doing unrelated work, backfilled what I could, and then fixed the cause. The autonomous version is the goal, not what happened. What happened is the argument for building the detector.
4. The retro that feeds the next failure. The incident only pays off if it changes the harness so this class of failure cannot recur the same way. Every arc has to leave the system smarter than it found it. This article is part of that step: the lesson is now written down where the next session will read it.
The prosthetic is the easy work. The other three are the product. Miss any one and you have a memory aid that works until it does not, then quietly stops carrying you.
Built for this brain
ADHD Engineer's Productivity System $19
Notion templates built for how ADHD brains actually work: energy-based task management, two-axis filtering, and a brain-dump capture system.
The AI-visibility tie-in: silent gaps are the whole game
This is a visibility report, so here is the connection, because it is not a stretch.
Everything I do for AI visibility is the same shape as this ledger failure. A site gets cited by AI answer engines through a stack of signals, structured data, clean crawler access, entity authority, that you cannot see working from the front end. When one of them silently breaks, your pages keep loading fine and your citations quietly stop. No error. No alert. Just absence, for as long as nobody is watching for absence.
The discipline is identical: build the signal, then build the thing that screams when the signal goes dark. Most sites have the first and skip the second, which is why most AI-visibility problems are discovered the way I discovered my ledger gap, late, by accident, while looking for something else.
This week’s chudi.dev visibility numbers
Keeping the series honest means showing my own receipts, not just the lesson.
| Metric | This week (Jun 9-15) | Last week (Jun 2-8) | 90-day |
|---|---|---|---|
| Impressions | 32,190 | 11,205 | 94,277 |
| Clicks | 294 | 100 | 571 |
| CTR | 0.91% | 0.89% | 0.61% |
| Avg position | 6.5 | 7.2 | 7.8 |
Impressions nearly tripled week over week and average position improved from 7.2 to 6.5. Good. But the sitewide CTR sitting near 0.61% over 90 days is its own silent gap: people see the pages and do not click. The single worst offender is the query “claude adhd executive function mode,” 155 impressions at 1.29% CTR sitting at position 9.5, which is part of why this post exists and carries that exact title. The demand is real and the click is leaking. That is a content-and-title problem I can fix, and I am fixing it in public.
FAQ
Does Claude Code have an ADHD executive function mode feature?
No. Claude Code has no feature, setting, or command by that name, and Anthropic has never shipped one. The phrase comes from a June 2026 Instagram video with 182,800+ likes that described it as a built-in mode. What people are actually reaching for is a pattern you build yourself: a persistent decision ledger plus memory files that carry context across sessions. Claude Code gives you the pieces to build it (CLAUDE.md, memory files, hooks, skills); it does not ship the mode.
Does Claude have an ADHD executive function mode?
No, it is not a built-in feature. “Executive function mode” is something you engineer on top of Claude Code: a persistent decision ledger plus memory files that hold the thread of your work across sessions, doing the job that ADHD working memory does unreliably. The model supplies the reasoning; the harness supplies the persistence.
What is a self-ledger in an AI harness?
A self-ledger is a structured log where the agent records every meaningful decision, routing choices, ratified decisions, goals set and cleared, so future sessions can read them back instead of forgetting or re-deciding. It functions as shared working memory between you and the agent across context resets.
Why did the ledger fail without an error?
Because nothing was monitoring for absence. The writes stopped, and a stopped write produces no output, so there was no error to catch. The fix is a liveness check: a separate signal that treats a gap in expected writes as an event worth alarming on.
How do you monitor an AI agent’s memory layer?
Add a heartbeat: a cheap, separate check that confirms the memory system produced output within an expected window and fires when it does not. Pair it with a recovery step you own: find and backfill the gap, then fix the cause so it cannot recur the same way. Automating that recovery is the goal, but the heartbeat that makes the gap visible at all comes first.
How is this relevant to AI visibility?
AI-visibility signals, structured data, crawler access, entity authority, fail the same silent way: pages keep loading while citations quietly stop, with no error. The same discipline applies: build the signal, then build the monitor that screams when it goes dark.
What to do next
- Find the one external system you have started to depend on, a memory file, a sync, a cron, anything you would not notice failing for a week. Add a liveness check to it today. Not a correctness check, just “did it run.” If you have not built the prosthetic yet, start with the full Claude for ADHD workflow; this post is what happens after it is running.
- Make silence an event. Whatever your monitoring is, confirm it fires on absence, not only on errors. Most monitoring only catches the loud failures.
- If you are building an AI harness you intend to lean on, write the failure detector before you add the next feature. The prosthetic is the easy third.
- If your team is running an AI harness in production and nobody would notice a six-day silent failure until a customer does, that is the gap I close for clients: custom Claude Code pipelines with liveness checks built in from day one, $2,000 to $5,000. See how that engagement works, or start with the Chiron Seed if you want the harness-discipline starter first.
This is week 2 of the Weekly AI Visibility Report. Last week: Is Claude Nerfed, or Is Your Harness Flat? Next week: whether the “claude adhd executive function mode” retitle moved the click.
· Frequently asked
FAQ
Does Claude Code have an ADHD executive function mode feature?
No. Claude Code has no feature, setting, or command by that name, and Anthropic has never shipped one. The phrase comes from a June 2026 Instagram video with 182,800+ likes that described it as a built-in mode. What people are actually reaching for is a pattern you build yourself: a persistent decision ledger plus memory files that carry context across sessions. Claude Code gives you the pieces to build it (CLAUDE.md, memory files, hooks, skills); it does not ship the mode.
Does Claude have an ADHD executive function mode?
No, it is not a built-in feature. "Executive function mode" is something you engineer on top of Claude Code: a persistent decision ledger plus memory files that hold the thread of your work across sessions, doing the job that ADHD working memory does unreliably. The model supplies the reasoning; the harness supplies the persistence.
What is a self-ledger in an AI harness?
A self-ledger is a structured log where the agent records every meaningful decision, routing choices, ratified decisions, goals set and cleared, so future sessions can read them back instead of forgetting or re-deciding. It functions as shared working memory between you and the agent across context resets.
Why did the ledger fail without an error?
Because nothing was monitoring for absence. The writes stopped, and a stopped write produces no output, so there was no error to catch. The fix is a liveness check: a separate signal that treats a gap in expected writes as an event worth alarming on.
How do you monitor an AI agent's memory layer?
Add a heartbeat: a cheap, separate check that confirms the memory system produced output within an expected window and fires when it does not. Pair it with a recovery step you own: find and backfill the gap, then fix the cause so it cannot recur the same way.
How is this relevant to AI visibility?
AI-visibility signals, structured data, crawler access, entity authority, fail the same silent way: pages keep loading while citations quietly stop, with no error. The same discipline applies: build the signal, then build the monitor that screams when it goes dark.
· Sources & further reading
Sources & Further Reading
Further reading
- The ADHD Developer Tool Stack: What Actually Replaces Executive Function /blog/adhd-developer-tool-stack Six tools that externalize the specific executive functions ADHD breaks for developers: working memory, time perception, body doubling, and task-switching friction. What each one fixes and where it fails.
- Claude for ADHD: There's No Plugin, Here's My Workflow /blog/claude-code-adhd-workflows No, Claude has no built-in ADHD mode or plugin. The 5-step workflow I use instead to beat task-initiation paralysis and context-switching.
- I Have 73 Browser Tabs Open. ADHD Made Me a Better Architect. /blog/adhd-systems-architecture-engineering Five ADHD cognitive traits mapped to real systems architecture patterns: pattern recognition, parallel processing, novelty seeking, and chaos resilience.
- GTD for ADHD Doesn't Work: The Energy-Based System I Built Instead /blog/adhd-engineer-productivity-system GTD doesn't work for ADHD brains. The energy-aware productivity system I built instead, hyperfocus scheduling, AI processing, and the workflow I use to ship.
- ADHD Prompts for Claude: 9 I Run and the Failure Each One Guards /blog/adhd-prompts-for-claude Nine ADHD prompts for Claude, from the rules I run: brain dump, one question, evidence before done, checkpoint, re-entry. Each names the failure it guards.
Reading Path
Continue the Neurodivergent Systems track
Previous
None
Contextual next reads
GTD for ADHD Doesn't Work: The Energy-Based System I Built Instead
GTD doesn't work for ADHD brains. The energy-aware productivity system I built instead, hyperfocus scheduling, AI processing, and the workflow I use to ship.
I Have 73 Browser Tabs Open. ADHD Made Me a Better Architect.
Five ADHD cognitive traits mapped to real systems architecture patterns: pattern recognition, parallel processing, novelty seeking, and chaos resilience.
Claude for ADHD: There's No Plugin, Here's My Workflow
No, Claude has no built-in ADHD mode or plugin. The 5-step workflow I use instead to beat task-initiation paralysis and context-switching.
Want more of this in your Google results?
What do you think?
I post about this stuff on LinkedIn every day and the conversations there are great. If this post sparked a thought, I'd love to hear it.
Discuss on LinkedIn