/* Loops Knowledge Hub — "Executive Function With ADHD" — editorial guide page. Knowledge Hub direction: eyebrow labels, stacked insight blocks, 2x3 card grid, distinct pull quote, single CTA at the end only. Inline links point to existing pages; UK English, no em dashes. */ const EF_LINK = "text-brand-deep font-semibold hover:underline"; /* ---------------- Page nav ---------------- */ const EF_NAV_LINKS = [ { label: "What it is", href: "#what" }, { label: "What helps", href: "#help" }, { label: "Knowledge Hub", href: "/adhd/knowledge-hub/" }, { label: "Blog", href: "/blog/" }, ]; const EfNav = () => { 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 EfHero = () => (
ADHD Knowledge Hub

Executive function with ADHD: the hard part was never knowing what to do

If you can plan something perfectly in your head and still not do it, you've already met executive dysfunction. Knowing and doing run on different systems. ADHD affects the doing one.

); /* ---------------- Section 2: What executive function is ---------------- */ const EfWhatItIs = () => (
The basics

The management layer of the brain.

Executive function isn't one skill. It's an umbrella term for the set of mental processes that turn intentions into actions: planning, prioritising, starting, sequencing steps, holding information in mind while you use it, resisting distraction, monitoring how it's going, and adjusting when it isn't.

A useful way to picture it: executive function is the management layer of the brain. It doesn't hold your knowledge or your skills. It decides which of them get deployed, when, in what order, and for how long. When that layer is unreliable, everything downstream becomes unreliable too, even when ability and motivation are completely intact.

Russell Barkley, whose model of ADHD is among the most cited, frames it in one line: ADHD is not a disorder of knowing what to do. It's a disorder of doing what you know.

That distinction sounds small. It changes everything about what help should look like.

); /* ---------------- Section 3: The name problem ---------------- */ const EfNameProblem = () => (
A common misunderstanding

Why "attention deficit" is a misleading name.

ADHD isn't a shortage of attention. Anyone who has watched someone with ADHD spend six unbroken hours on something fascinating knows the attention is there. What differs is how attention is regulated. In ADHD, attention tends to follow interest, novelty and urgency rather than importance. That's why focus can feel unpredictable rather than simply absent, and why hyperfocus sits inside the same condition as chronic distraction without any contradiction.

That regulation is an executive job. So is the ability to start a task that doesn't feel rewarding yet, which depends heavily on how ADHD brains process motivation and reward. Executive dysfunction and reward differences aren't competing explanations for ADHD. They interact, and most everyday struggles involve both at once.

); /* ---------------- Section 4: The intention-to-action gap ---------------- */ const EfGap = () => (
Understanding the gap

Knowing precisely what to do, and still not doing it.

Clinicians working with adults with ADHD describe something the psychologist J. Russell Ramsay calls the intention-to-action gap. People know exactly what they should do. They understand the consequences of not doing it. They may care about it more than anyone around them. And they still can't reliably make the action happen at the moment it needs to happen.

This gap is where most productivity advice quietly fails. Advice targets the planning stage: clarify the goal, break it down, schedule it. But research tracking people in real time suggests many failures to start happen in a very short window right at the point of performance, when a believable "not now" thought arrives seconds before action. The plan was fine. The bridge between plan and behaviour is what wobbled.

); /* ---------------- Section 5: How it shows up (6 cards) ---------------- */ const EF_CARDS = [ { t: "Starting", body: (<>The task is known, sized, and even easy. It still doesn't begin. This is task initiation failure, and it's the engine of most ADHD procrastination.) }, { t: "Sequencing", body: (<>Faced with a full plate, everything feels equally loud and nothing sorts itself into an order. It's why overwhelm with ADHD is a prioritisation bottleneck, not a workload problem.) }, { t: "Holding the thread", body: (<>Plans evaporate between rooms and instructions fall out of mind mid-task. That's working memory, an executive process that runs less reliably in ADHD.) }, { t: "Tracking time", body: (<>Deadlines feel abstract until they're suddenly on fire, and tasks take three times as long as estimated. This overlaps with time blindness.) }, { t: "Regulating responses", body: (<>Inhibition applies to feelings as well as impulses. That's part of why emotional dysregulation is so common alongside ADHD.) }, { t: "Keeping systems running", body: (<>Building a system takes one burst of effort. Maintaining it takes executive function every day, which is why organisation fails at the upkeep stage, not the setup stage.) }, ]; const EfShowsUp = () => (
Does any of this sound familiar?

What executive dysfunction looks like day to day.

The abstract definition becomes much more recognisable as a list of ordinary moments.

{EF_CARDS.map((c) => (

{c.t}

{c.body}

))}

None of this means every person with ADHD struggles with every item on this list. Executive function is a cluster, and people have genuinely different profiles within it. Some people never lose their keys and cannot start an email. Others start everything instantly and can't sequence any of it.

); /* ---------------- Section 6: The fluctuation problem ---------------- */ const EfFluctuation = () => (
The part people misread

It comes and goes. That isn't inconsistency of character.

The same task that was impossible on Tuesday takes four minutes on Saturday. It's tempting to read that as proof the difficulty was optional. It isn't.

Executive capacity is sensitive to context: sleep, stress, interest, hormones, medication timing, and how much regulating you've already done that day. Poor sleep reliably degrades it. Chronic stress does too, which creates a genuinely unfair loop: the more demanding life gets, the less capacity you have for the exact functions demanding periods require.

Someone masking through a difficult job may spend most of their daily capacity before they get home, which is why competence at work and chaos at home so often coexist. There's more on that pattern in masking and compensation.

); /* ---------------- Section 7: What helps (5 blocks + closing note) ---------------- */ const EfWhatHelps = () => (
Working with it

What tends to actually help.

Externalise, don't internalise

External structure outperforms internal effort. This is the most consistent finding across research and lived experience. Information held in the world, in one visible trusted place, survives. Information held in your head doesn't.

Shrink the step, not the goal

Since initiation is the bottleneck, reduce the size of the very next action until starting costs almost nothing. The goal can stay ambitious. The doorway needs to be small.

Design for the bad day

Any system that requires a good day to operate will collapse on the first bad one. The systems that survive are the ones built around variability rather than perfect conditions.

Borrow regulation from outside

Deadlines, other people and structured check-ins all provide executive support from the environment. Body doubling works for many people for exactly this reason, though not for everyone.

Treat the foundations as treatment

Sleep, movement and stress reduction aren't lifestyle extras here. They directly raise or lower the capacity everything else depends on.

Medication helps many adults meaningfully, and NICE guidance supports it as a first-line option. It's worth being honest about its shape, though: evidence is strongest for improving core symptoms in the short term, and weaker for broader outcomes like quality of life and day-to-day follow-through. Medication can raise capacity. It doesn't decide what the capacity gets spent on, which is why structure still matters alongside it.

); /* ---------------- Section 8: Open questions ---------------- */ const EfOpenQuestions = () => (
Honest limits

What we still don't know.

Executive function research is genuinely unsettled in places. Researchers still debate how many distinct executive processes there are and how cleanly they separate. Standard clinic tests of executive function correlate surprisingly weakly with real-world functioning, meaning someone can score normally in an assessment and still struggle profoundly at home.

Most intervention research also measures symptom scores rather than the outcomes people care about, like whether the important thing got done this week. Those gaps are worth naming, because they explain why lived experience sometimes runs ahead of the published evidence.

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

You were never fighting a knowledge problem.

Executive function is the machinery that turns intention into action, and ADHD makes that machinery unreliable rather than absent. The knowledge was never missing. The willpower was never the issue.

What helps is not more pressure on internal systems that fluctuate, but more support built into the world around them: smaller starting points, externalised memory and time, structure that survives bad days, and foundations treated as seriously as symptoms. Understanding this doesn't fix everything. It does stop you fighting the wrong problem.

); /* ---------------- Section 10: Final CTA ---------------- */ const EfFinalCTA = () => (
External executive support

Support for the doing part.

Loops is a daily coaching app that works as external executive support. It turns your goal into one small, obvious next step each day and gives you an easy way back in when a day goes wrong. You bring the intention. Loops helps with the doing.

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