/* Loops Knowledge Hub — "Living With ADHD" — cluster landing page.
Front door to the Living With ADHD section. NO topic-index section by site convention:
all routing happens through inline content blocks, so "Read the full page" text links are
load-bearing navigation and stay visually consistent (text links, never buttons).
Self-esteem and finances are covered in full body copy here (no dedicated deep pages).
Single final CTA button. UK English, no em dashes, non-geo-specific. */
const LW_LINK = "text-brand-deep font-semibold hover:underline";
const LW_PAGELINK = "inline-flex items-center gap-1 text-[14.5px] font-semibold text-brand-deep hover:underline";
/* ---------------- Page nav ---------------- */
const LW_NAV_LINKS = [
{ label: "The machinery", href: "#machinery" },
{ label: "The people", href: "#people" },
{ label: "Knowledge Hub", href: "/adhd/knowledge-hub/" },
{ label: "Blog", href: "/blog/" },
];
const LwNav = () => {
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 (
And how to work with it instead of against it. Not the diagnosis, not the debate. The actual Tuesday: what's happening underneath it, why the heavier patterns form, and where the leverage genuinely is.
ADHD is mostly discussed at the extremes: the diagnosis story, the crisis, the superpower headline. Living with it happens somewhere quieter. It's the reply you meant to send, the timer that didn't help, the promising Monday and the vanished Thursday, the constant low-level arithmetic of holding an ordinary life together on effort nobody sees.
The single most useful thing to know about that daily reality: it isn't hundreds of separate failings. It's a handful of mechanisms, expressing themselves through every domain of your life at once. Learn the mechanisms and the chaos becomes legible. Legible things can be designed for.
The everyday reality of an ADHD brain.
It's not the big moments. It's every day.
You don't have a hundred problems. You have about five mechanisms with a hundred costumes.
Live with those five mechanisms long enough, unexplained, and they compound into something heavier. These patterns aren't ADHD itself. They're what years of unsupported ADHD build.
By adulthood, most people with ADHD are carrying a ledger written by other people's feedback: lazy, careless, flaky, so much potential. Adults with ADHD report lower self-compassion and higher perceived criticism than the general population, and one study found 88.5% anticipated discrimination in daily life. When the entries pile up for decades, the conclusion stops feeling like an opinion and starts feeling like accurate self-knowledge. It isn't. It's a shame spiral with a mechanism, and the mechanism was never your character.
Rebuilding self-esteem with ADHD is less about affirmations and more about accounting: re-filing years of "lazy" under "unsupported", understanding the mechanisms well enough to stop prosecuting yourself for them, and then building a new evidence base the only way one gets built, through small kept promises that get noticed. The research is direct that reducing shame improves persistence and restarts. Self-compassion here is functional equipment, not decoration.
Partners experience the delivery, not the intention, and the gap between them is where the damage happens. The reminder trap, the amplified arguments, the fix that isn't "try harder".
Friendships with ADHD die of admin, not conflict. Out of sight, out of mind is a working memory statement, not a love statement, and the right people, told the truth, are more generous than your shame predicts.
ADHD runs strongly in families, so the hardest households are often managing parent ADHD and child ADHD at once. The same problems repeating isn't failure. It's the pattern, and it has its own page.
Money deserves naming on any honest page about daily reality, because nearly every financial habit, saving, paying on time, delaying a purchase, is a delayed-reward, multi-step, low-stimulation behaviour. That's exactly where ADHD bites hardest, and the result has a community name: the ADHD tax. Late fees, forgotten subscriptions, the letter that sat unopened until it became a much bigger problem, the relief spending after a hard day, the avoided banking app radiating guilt.
None of it is a money knowledge problem, which is why budgeting advice alone rarely fixes it. It's a follow-through problem, and it responds to the same design moves as everything else: automate what can be automated, make the important numbers visible without a login, and gentle regular check-ins instead of dreaded audits. The full page covers it properly.
"Work with your brain instead of against it" can sound like lowering the bar. It's the opposite. Against means running importance-based systems on interest-based wiring, budgeting zero for the invisible work, and treating every lapse as a verdict: a strategy with decades of your own evidence against it. With means engineering: rewards moved closer, steps shrunk, time made visible, restarts made cheap, and the load shared with systems and people instead of carried silently.
None of this means the hard days stop. It means the hard days stop costing the whole system. The practical toolkit lives in Treatment & Self-Management, and every mechanism page above ends with what actually helps for that specific piece.
Discipline asks you to be a different person every day. Design only asks you to build the system once.
The everyday reality of ADHD is five mechanisms wearing a hundred costumes, a few heavier patterns that years of going unexplained build on top, and a set of domains, love, money, family, self-worth, where it all plays out. Every piece of that is legible, and legible things can be designed for.
You've been running this life on effort and self-blame for long enough to know what that strategy yields. The alternative isn't trying harder. It's understanding the machine, working with its wiring, and letting structure carry what willpower was never going to. Start with whichever page above describes the thing that costs you most.
Loops is a daily coaching app built around how ADHD brains actually run with small steps a day, surfaced at the right moment, with restarts that never cost more than the step. The design practice, handled for you.