Back to Dictionary
ADHD
🎤 Podcast 1
Introduction: ADHD
A documentary narration — not a deficit of attention, but a difference in how it works
Ready
NarratorADHD. An acronym and noun. It stands for Attention-Deficit/Hyperactivity Disorder. Each letter: A-D-H-D.
NarratorADHD is a neurodevelopmental condition characterised by persistent, impairing patterns of inattention, hyperactivity, and impulsivity that are inconsistent with a person's developmental level and significantly interfere with daily functioning.
NarratorThe condition involves three presentations: predominantly inattentive — difficulty sustaining focus, following through on tasks, and organising activities; predominantly hyperactive-impulsive — excessive movement and verbal impulsivity; and the combined presentation, which features both.
NarratorThe term ADHD was formally established in the DSM-III-R in 1987, replacing the earlier Attention Deficit Disorder introduced in 1980. Before that, the condition was known as Hyperkinetic Reaction of Childhood in 1968, and described as Morbid Defect of Moral Control by Sir George Still as far back as 1902.
NarratorThe evolution of the name reflects a deepening understanding. Early framings overemphasised hyperactivity and moral failing. Later research revealed that inattention — not hyperactivity — is the most persistent and impairing dimension, especially in adult life, and that the condition has a measurable neurobiological basis.
NarratorADHD is now understood to involve differences in the dopaminergic and noradrenergic systems, and reduced activity in prefrontal networks that govern executive function — the cognitive processes that manage planning, working memory, impulse control, and emotional regulation.
NarratorDespite being one of the most extensively studied neurodevelopmental conditions, ADHD carries significant stigma — often dismissed as laziness, poor parenting, or lack of willpower. Research consistently contradicts these misconceptions.
NarratorADHD is treated through a combination of behavioural interventions, structured environments, coaching, and in many cases medication — most commonly methylphenidate or amphetamine-based stimulants, which increase dopamine availability in the prefrontal cortex.
NarratorApproximately five to eight percent of children and two to five percent of adults worldwide are estimated to have ADHD — making it one of the most prevalent neurodevelopmental conditions globally.
NarratorRemember: ADHD is not a deficit of attention — it is a difference in when and how attention is directed.
💬 Podcast 2
Daily Use: Real Conversations
Two British speakers — late diagnosis, stigma, executive function, and the language that matters
Ready
Speaker AI was reading about how ADHD affects adults so differently from children. A lot of adults are diagnosed quite late because the hyperactivity fades and the inattention becomes harder to distinguish from stress or overwork.
Speaker BThat is really common. And the gender disparity is striking too — girls with ADHD are often missed entirely because they tend to present as inattentive rather than hyperactive, which is less disruptive in a classroom and therefore less likely to be flagged.
Speaker AI knew someone at university who was only diagnosed with ADHD at 24. She had been compensating by working twice as hard as everyone else just to produce the same output.
Speaker BRight. And that is the invisible burden of ADHD — the effort to compensate is enormous and unseen. People see the results, not the cognitive load required to achieve them without a naturally functioning executive system.
Speaker AOne thing I notice: ADHD gets used very loosely in everyday conversation — "oh I am so ADHD today" to mean scattered or unfocused. Is that a problem?
Speaker BIt trivialises a genuine clinical condition. ADHD has specific diagnostic criteria involving significant functional impairment across multiple settings and over time. Saying "I am ADHD today" because you are distracted is like saying "I am diabetic today" because you want cake.
Speaker AThat is a good analogy. Is there a difference between ADHD and ADD? I still hear ADD used.
Speaker BADD — Attention Deficit Disorder — is an older term from the DSM-III of 1980. It was replaced by ADHD in 1987 because the updated name better captured all presentations. ADD now informally refers to the predominantly inattentive presentation, though it is not the current clinical term.
Speaker AAnd executive function — that comes up constantly in ADHD discussions.
Speaker BExecutive function is the set of cognitive processes that manage goal-directed behaviour — planning, organising, working memory, emotional regulation, cognitive flexibility. These are precisely the functions most affected by ADHD, which is why the condition is sometimes described as an executive function disorder rather than simply an attention disorder.
Speaker AADHD, ADD, executive function disorder — they all point to the same underlying complexity.
Speaker BYes. And increasingly, researchers are moving towards understanding ADHD not as a deficit but as a different cognitive profile — one with very real challenges but also, in the right environment, distinct cognitive strengths.
Speaker ADivergent thinking, hyperfocus, creative problem-solving — all commonly associated with ADHD.
Speaker BExactly. The challenge is building environments and systems that work with the ADHD brain rather than against it.
⌨️ Podcast 3
Prompt Engineering: ADHD in Dev
Instructor + Developer — 6 practical AI prompts using ADHD
Ready
InstructorToday we are examining ADHD in development prompts. ADHD is a precise clinical acronym that tells the AI exactly what domain you are working in — neurodevelopmental health, executive function support, accessibility design. One acronym sets the features, the data model, the UX philosophy, and even the colour palette.
InstructorWhen you use ADHD in a prompt, the AI understands: micro-tasks over large projects, Pomodoro-style timers, anonymous data handling, calm and uncluttered interfaces, and evidence-based coping strategies. All of that from three letters and a letter D.
DeveloperSo it shapes the entire UX philosophy — calm, structured, non-overwhelming — automatically?
InstructorExactly. Let us start with a PHP daily management application.
Build me a PHP daily management app for adults with ADHD. Include: a micro-task manager that breaks large tasks into 5-minute steps; a Pomodoro focus timer; a daily wins log to reinforce positive momentum; and an anonymous mood and focus tracker storing data in MySQL. Use PHP and vanilla JavaScript.
InstructorMicro-task manager with 5-minute steps, Pomodoro timer, wins log, mood tracker — ADHD in the prompt tells the AI these are evidence-based ADHD management techniques, not generic productivity features. The AI builds clinically relevant functionality because it recognises the domain.
DeveloperOne acronym and the AI understands the clinical context completely. What about CSS design?
InstructorHere is a CSS design prompt.
Create a CSS stylesheet for an ADHD-friendly web application. Design with: high-contrast calm colour palette (deep teal and white); generous whitespace to reduce visual noise; large click targets for impulsive interaction; gentle fade transitions instead of flashing animations; and a reading focus mode that dims everything except the active section.
InstructorGenerous whitespace, large click targets, gentle fades, reading focus mode — ADHD in the CSS prompt produces an accessibility profile specifically adapted to executive function differences. The AI does not treat this as generic good design; it treats it as clinical accessibility for a specific cognitive profile.
DeveloperRight. And a database schema for this kind of application?
InstructorHere is a schema prompt.
Design a MySQL schema for an ADHD support application. Include tables for: users (anonymous, session_id only), daily_focus_logs (session_id, date, focus_score, distraction_count, notes), task_steps (task_id, step_text, estimated_minutes, is_done), and coping_strategies (category, title, description). Add indexes on date and focus_score for trend analysis.
InstructorThe distraction_count column emerges directly from ADHD — it is a clinically meaningful metric for ADHD management. Anonymous session_id only comes from ADHD implying data sensitivity. The coping_strategies table appears because ADHD management includes evidence-based coping libraries. One acronym drives the entire schema design.
DeveloperWhat about a dedicated JavaScript focus timer?
InstructorHere is a timer prompt.
Build a vanilla JavaScript Pomodoro focus timer for ADHD management. Include: an animated circular progress ring in CSS; a 25-minute work period followed by a mandatory 5-minute break; a distraction counter that increments when the user clicks away from the tab; gentle Web Audio API sound cues at start, break, and end. No frameworks.
InstructorThe distraction counter that increments when the user clicks away — that is an ADHD-specific feature. It tracks the very attentional pattern the app is designed to address. The mandatory break is also ADHD-specific: the AI adds it because ADHD involves impaired ability to self-regulate break timing.
DeveloperWhat about an admin dashboard for a coaching programme?
InstructorHere is a dashboard prompt.
Build a PHP admin dashboard for an ADHD coaching programme. Show: a line chart of weekly focus scores per participant, a bar chart of most common distraction triggers, a table of completed vs abandoned task steps, and CRUD controls for the coping strategy library. Use PHP, MySQL, and vanilla JavaScript.
InstructorMost common distraction triggers as a chart category — ADHD tells the AI this is a clinical coaching tool, not a generic analytics dashboard. The data structure mirrors what an ADHD coach actually needs: focus trends, abandonment patterns, and a coping library they can update for their clients.
DeveloperAnd the entire application in one prompt?
InstructorHere is a complete application prompt.
Build a complete ADHD daily management web application in PHP and MySQL: a landing page explaining the app, anonymous user registration, a daily task and focus tracker with Pomodoro timer, a mood and focus journal, a coping strategy library, and an admin dashboard. Mobile responsive with a calm teal colour theme. No frameworks.
InstructorLanding page, anonymous registration, focus tracker, mood journal, coping library, admin dashboard, calm teal theme — ADHD in the prompt drives every single one of these architectural and design decisions. The AI does not guess; it recognises the clinical domain and builds accordingly.
DeveloperPHP app, CSS design, MySQL schema, JavaScript timer, admin dashboard, full application — ADHD shapes every single layer of the stack.
InstructorExactly. In development, ADHD is not just a label — it is a complete clinical domain specification. Three letters and one D tell the AI what features to build, what data to track, what colours to use, and what the user's cognitive profile actually requires.
1 / 3