HyperAIHyperAI

Command Palette

Search for a command to run...

17 days ago
LLM
Generative AI

AI Targets Dopamine for ADHD

Independent developers have launched NeuroBait, a specialized large language model designed to mitigate task-initiation paralysis in individuals with Attention-Deficit/Hyperactivity Disorder. Originally developed as a private household solution, the project has been deployed as a public Hugging Face Space to address a documented deficiency in digital productivity tools for neurodivergent users. Conventional AI applications typically rely on structured outputs such as bullet points, checklists, and clinical categorizations. For users experiencing executive dysfunction, these formats often exacerbate cognitive overload. NeuroBait addresses this limitation by prioritizing conversational flow and contextual resonance. Instead of generating comprehensive plans, the model analyzes user input to identify immediate priorities and tangible deadlines. It then delivers concise, three-to-six-sentence responses that reframe the user as the primary agent while prescribing a single, immediate micro-action to bypass decision fatigue. The underlying architecture utilizes Google’s Gemma 3 12B-it dense model as its foundation. Training was executed through a parameter-efficient fine-tuning approach, specifically 16-bit Low-Rank Adaptation with a rank of sixteen, an alpha of sixteen, and zero dropout. The optimization pipeline leveraged the Unsloth framework, configured for three training epochs with a learning rate of 2e-4, a batch size of one with gradient accumulation of eight, and a maximum sequence length of two thousand forty-eight tokens. Computational resources were provisioned via modal.com using a single NVIDIA H100 80GB GPU. To ensure training stability and prevent checkpoint corruption, the configuration explicitly disabled model saving during the pipeline execution. Dataset curation proved critical to the project’s efficacy. The developers emphasized that input quality directly correlates with voice consistency, constructing a specialized training corpus from authentic ADHD friction scenarios rather than generic productivity templates. During deployment, the base model is loaded via bitsandbytes NF4 quantization on a zero-a10g infrastructure, with the LoRA adapter applied at inference time. Runtime operations utilize standard transformers and Gradio, intentionally avoiding GGUF conversion to maintain output fidelity. Comparative analysis demonstrates a distinct behavioral shift between the base model and the fine-tuned variant. While the unmodified Gemma 3 defaults to structured but cognitively dense responses, the NeuroBait adapter eliminates rigid formatting. The tuned model dynamically adjusts its prose style, maintains conversational brevity, and explicitly requests contextual clarification before generating recommendations. This architectural choice ensures that outputs feel individually calibrated rather than algorithmically templated. Although engineered for neurodivergent users, the underlying interaction paradigm addresses a broader contemporary challenge: digital overwhelm. The developers note that the dopamine-triggering mechanism effectively assists individuals experiencing general paralysis due to information saturation or daily stressors. The project roadmap includes releasing full open weights, integrating bilingual support for English and Indonesian, and transitioning to a community-driven development model. The initiative aims to establish a feedback loop where end users directly influence architectural updates, addressing historical criticisms that digital wellness tools are frequently engineered by individuals without lived experience of the targeted condition. Early access remains available through the official Hugging Face deployment, with active solicitation of user feedback to refine contextual accuracy and response pacing.

Related Links

AI Targets Dopamine for ADHD | Trending Stories | HyperAI