<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sean Z.</title>
    <description>The latest articles on DEV Community by Sean Z. (@seanz_thawly).</description>
    <link>https://dev.to/seanz_thawly</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3839775%2F0fdc7118-8299-47c1-8c99-cbc067edce76.jpg</url>
      <title>DEV Community: Sean Z.</title>
      <link>https://dev.to/seanz_thawly</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/seanz_thawly"/>
    <language>en</language>
    <item>
      <title>I Built an AI Task Engine Because My Brain Literally Can't Start Tasks</title>
      <dc:creator>Sean Z.</dc:creator>
      <pubDate>Mon, 23 Mar 2026 10:00:30 +0000</pubDate>
      <link>https://dev.to/seanz_thawly/i-built-an-ai-task-engine-because-my-brain-literally-cant-start-tasks-2jj9</link>
      <guid>https://dev.to/seanz_thawly/i-built-an-ai-task-engine-because-my-brain-literally-cant-start-tasks-2jj9</guid>
      <description>&lt;p&gt;I'm a developer with ADHD. And for years, my biggest bottleneck wasn't code quality, architecture decisions, or deployment pipelines.&lt;/p&gt;

&lt;p&gt;It was sending a three-sentence email.&lt;/p&gt;

&lt;p&gt;I'd sit at my desk, Gmail open, cursor blinking — and nothing would happen. Not because I was distracted. Not because I didn't care. My prefrontal cortex simply refused to fire the "start" signal. I'd lose 45 minutes, an hour, sometimes an entire afternoon to this invisible wall.&lt;/p&gt;

&lt;p&gt;Productivity tools made it worse. Notion? Too many nested pages — maintaining the system became its own source of paralysis. Todoist? A growing list of red badges generating guilt. Pomodoro? My hyperfocus doesn't care about your 25-minute timer.&lt;/p&gt;

&lt;p&gt;So I built the tool I actually needed.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Problem: Task Initiation Failure
&lt;/h3&gt;

&lt;p&gt;In clinical psych, what I experience is called &lt;strong&gt;task initiation failure&lt;/strong&gt; — a core symptom of executive dysfunction in ADHD. A &lt;a href="https://thawly.ai/blog/adhd-task-paralysis" rel="noopener noreferrer"&gt;2023 meta-analysis&lt;/a&gt; found that 67% of adults with ADHD report significant difficulty starting tasks, even when they know exactly what to do.&lt;/p&gt;

&lt;p&gt;The root cause is dopaminergic. ADHD brains have lower baseline dopamine in the prefrontal cortex. Dopamine isn't just the "pleasure chemical" — it's the &lt;strong&gt;motivation chemical&lt;/strong&gt;. It's what bridges the gap between "I should do this" and "I'm doing this."&lt;/p&gt;

&lt;p&gt;When that bridge is broken, you get paralysis. Not laziness. Not procrastination. A genuine neurological traffic jam.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Insight: Micro-Steps as Dopamine Hacks
&lt;/h3&gt;

&lt;p&gt;Here's what I learned from CBT (Cognitive Behavioral Therapy) and behavioral activation research:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Action precedes motivation, not the other way around.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can't wait to "feel like" starting. But you &lt;em&gt;can&lt;/em&gt; trick your brain into starting by making the first action so absurdly small that it requires almost zero activation energy.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"Write the report" → "Open the document"&lt;/li&gt;
&lt;li&gt;"Clean the kitchen" → "Pick up one cup"
&lt;/li&gt;
&lt;li&gt;"Send the email" → "Type the subject line"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This isn't just life-hack advice. It's based on Martell et al.'s (2010) behavioral activation framework — the principle that even the smallest action generates enough dopamine to lower the threshold for the next action.&lt;/p&gt;

&lt;p&gt;The problem? When you're paralyzed, you can't even generate the micro-steps yourself. Your working memory is already maxed out. Asking an overwhelmed ADHD brain to "just break it down" is like asking a crashed computer to debug itself.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Solution: Let AI Do the Breaking
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgge9ef5g19a6ncp7qe8e.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgge9ef5g19a6ncp7qe8e.png" alt=" " width="800" height="430"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That's where &lt;a href="https://thawly.ai" rel="noopener noreferrer"&gt;Thawly&lt;/a&gt; comes in. It's an AI-powered micro-step engine that:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Takes any task&lt;/strong&gt; you're stuck on (even vague ones like "deal with my taxes")&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Breaks it into 2-minute micro-steps&lt;/strong&gt; using CBT principles&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Serves them one at a time&lt;/strong&gt; — no overwhelming list, just "here's your next move"&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fie6enondngxytb39k038.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fie6enondngxytb39k038.png" alt=" " width="800" height="520"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The key design decisions were all informed by ADHD neuroscience:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;❌ Show a full task list     → Triggers overwhelm
✅ Show ONE step at a time   → Reduces cognitive load

❌ Require setup/config      → Creates friction
✅ Zero-config, just type    → Removes activation barrier

❌ Track streaks/points      → Creates guilt when broken
✅ No judgment, restart anytime → Removes shame
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  The Tech Stack
&lt;/h3&gt;

&lt;p&gt;For the curious devs:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend&lt;/strong&gt;: Next.js (App Router) + React — deployed on Vercel&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI&lt;/strong&gt;: GPT-4 for task decomposition with custom CBT-informed prompting&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PWA&lt;/strong&gt;: Full progressive web app with offline support (iOS + Android)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;pSEO&lt;/strong&gt;: 30+ programmatically generated pages targeting specific ADHD pain points&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The most interesting technical challenge was &lt;strong&gt;prompt engineering for CBT compliance&lt;/strong&gt;. Generic task breakdown ("Step 1: Research. Step 2: Draft.") is useless for ADHD. The AI needed to generate steps that are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Absurdly small&lt;/strong&gt; (2 minutes max)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Concrete&lt;/strong&gt; (not "think about X" but "open Y and type Z")&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Emotionally safe&lt;/strong&gt; (no perfectionism triggers)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Sequenced by activation energy&lt;/strong&gt; (easiest first)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This required iterating on the system prompt extensively, incorporating principles from Brendan Mahan's "Wall of Awful" framework and behavioral activation therapy.&lt;/p&gt;

&lt;h3&gt;
  
  
  What I Learned Building for Neurodivergent Users
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;1. Simplicity isn't a feature — it's an accessibility requirement.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Every extra button, every config option, every "would you like to customize?" dialog is a decision point. For ADHD users, each decision drains from the same dopamine pool needed to actually do the task. I stripped Thawly to the absolute minimum: type your task, get your steps, start.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Shame is the product killer.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Most productivity apps implicitly shame you. Missed streaks. Overdue tasks in red. "You completed 0 tasks today." For ADHD users, shame doesn't motivate — it paralyzes. Thawly has zero tracking, zero streaks, zero judgment. You can abandon a task and come back to it without any guilt signals.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. "Just one more feature" is the enemy.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I fought the urge to add calendars, reminders, note-taking, collaboration. Every feature I didn't build is a feature that can't overwhelm my users. The best ADHD tool does exactly one thing and does it instantly.&lt;/p&gt;

&lt;h3&gt;
  
  
  Results
&lt;/h3&gt;

&lt;p&gt;Since launching:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Users report being able to start tasks they'd been avoiding for days/weeks&lt;/li&gt;
&lt;li&gt;The average session starts within 15 seconds of opening the app (zero friction)&lt;/li&gt;
&lt;li&gt;pSEO pages are ranking for long-tail ADHD keywords with very low competition&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  If You're a Dev with ADHD
&lt;/h3&gt;

&lt;p&gt;You're not lazy. Your brain has a different ignition system. The tools built for neurotypical workflows (Notion, Jira, Todoist) weren't designed for your brain's constraints — and using them can actually make paralysis worse.&lt;/p&gt;

&lt;p&gt;If you want to try Thawly: &lt;a href="https://thawly.ai" rel="noopener noreferrer"&gt;thawly.ai&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you want to read the neuroscience behind task paralysis: &lt;a href="https://thawly.ai/blog/adhd-task-paralysis" rel="noopener noreferrer"&gt;ADHD Task Paralysis: Why You Can't Start&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And if you're building tools for neurodivergent users — I'd love to connect. The intersection of AI, CBT, and accessibility is wide open and desperately needed.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;I'm Sean, founder of &lt;a href="https://thawly.ai" rel="noopener noreferrer"&gt;Thawly&lt;/a&gt;. I built it because I spent too many afternoons frozen in front of a blinking cursor. If this resonated, drop a comment — you're definitely not alone.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
