Remix.run Logo
sudosteph 2 hours ago

Only mentioning this because the OP did - but for me (also ADHD) it's kind of the opposite. I'm finishing side projects for the first time ever because I can actually get them working before I get bored of them. My projects are more infra-leaning, and not all of them get much use, but some do. Others let me explore certain ideas and then sometimes serve as a reference point later when I run into something that reminds me of that.

disiplus an hour ago | parent | next [-]

Diagnosed with ADHD, ultimately does not change anything for me even through i had the same idea as you. Reason is that i can now start even more stuff in parallel. And some part of them get finished more before i can just prompt more when in focus, but instead of finishing i add more features.

onlyrealcuzzo an hour ago | parent | prev | next [-]

I guess I'm between you and OP.

I've definitely spent too many sprints where LLMs told me that something would be easy and they could definitely do it, and then... 2 days later I'm still debugging their crap before it dawns on me... WTF am I doing with my time?!

Overall, I've built a memory safe programming language that solves a lot of problems I personally have - predominately in my spare time over 8 months - and I've learned A TON in the process.

I'm close to a release stage, and on top of that - I've built a lot of good tooling for Ruby that I think other people will find helpful once I polish it (especially if anyone plans to vibe code something non-trivial in Ruby - which I honestly wouldn't recommend).

But... I'm not really sure this is what I actually wanted to do with my time, and I'm constantly questioning how much time I'm sinking into this and why...

It started off as utter amazement of what LLMs can do, and then incredible frustration at what they can't do, and my unending desire to figure out why they're so bad at things so close to what they are exceptionally good at, and if there's anything I can do to bridge that gap.

That's partially what the language is designed for (before I even started using LLMs).

But after all this time... I'm not even sure I've really figured anything out tbh.

icauroboros 2 hours ago | parent | prev [-]

I feel the same. I not sure if I have ADHD, but I always have 2 mode of focusing on something, first one is shot burst of focus and other one is real locked in mode where I forgot to eat or drink water. While second one is much better at delivering value it mostly activated on management/strategy games that I love :D But with AI assisted coding now I can really work on my side project while having first focus mode. Im just writing or designing the parts I excited about, and then I let AI to handle boring task.