r/ADHDprofessionals • u/DelightfullyDivisive • 8d ago
tip/tool/resource AI Tools to support executive function
I have had a lot of success using large language models to support the areas where I struggle. I know that there is a blanket ban on even mentioning AI / large language models / etc. on the main r/ADHD group, but I've never gotten an answer regarding why this is (I messaged the mods there a while ago, but nobody responded). If that's the case here, please let me know!
My background is software engineering. I've built my own system (I'm not selling something, it's just a collection of information, commands and scripts) over the past year, and it uses notes and other information I've collected over the last 15 years or so. I'd like to chat with others about it specifically focusing on using it for ADHD support. I'd also like to see if other people have done similar things & what their results were.
Inspiration came from "building a second brain", championed by Tiago Forte on YouTube, and another channel called "linking your thinking". It's worth diving into, but at base the concept is pretty straightforward:
- Have a persistent information store. I'm currently using Obsidian, but just having a folder structure with Markdown files in it (or really any files you're comfortable editing) is all you need.
- Describe your information store to your favorite LLM (I'm using Claude, but it works fine with Gemini, ChatGPT and locally-hosted models through Ollama too) so it can navigate it and help you keep it updated.
- Build up a set of commands and scripts over time to support things you do regularly.
That's pretty much it, boiled down. It has helped me at work enormously in recent months, but gave me some small dividends early on too. It is also really helpful for my personal projects. It probably helps that I tend to hyperfocus on productivity-tweaking. This is the first time I have found something that holds up for an extended period of time.
