upvote
> I started keeping a markdown file at the root of every project that captures state and next steps whenever I stop working on it, purely so I can resume without the 20-minute "wait where was I" tax.

I wonder whether there could be an AI autocomplete specifically for the task of helping you with the markdown file (and collecting your thoughts and writing prompts in general). Not an agent since that wouldn't really save time, but actually an autocomplete.

Maybe a small specially-trained local model running at hyper fast speeds and which already has your project context baked in with prefix caching (with some other larger model having summarized the context beforehand to feed to the small model), so as you type this file it automatically uses the same prompt prefix over and over to suggest autocomplete which actually makes sense.

reply
I’ve been asking it to make some of my game tools into static websites where possible.

I did pay the $10 for the following domains but i’m ok with that so i can share some of the fun things that come out of the agent.

grandcheaten.com - a save game editor and guide for jagged alliance 3

thedailycheat.com - a save game editor for newstower

reply
Itch.io allows for browser-based app distribution and is probably a better path to a large audience—especially those interested in the two examples you listed—than a custom domain is.

It's not well-known, but Itch's offline Steam equivalent (<https://itch.io/app>) is also open source.

reply
> It's crazy. I have something like 120 personal tools at this point and the pattern you describe is exactly right. The bottleneck moved from implementation to context switching. I started keeping a markdown file at the root of every project that captures state and next steps whenever I stop working on it, purely so I can resume without the 20-minute "wait where was I" tax.

I sure hope companies double down on leetcode nonsense, because I really don’t have any capacity to compete with this level of ADHD.

reply