side note: let me just start by sharing that it is so much easier to write using Ghost — all I need is to login and start typing. Wow, I should've started a long time ago.
AI-driven Asynchronous "Coding"
(not async programming via futures, coroutines, etc.)
the problem: I've been spending a lot of free time working on building out the core infra for https://meshfi.app — and between the code changes, self-reviewed PRs and back-and-forths over extensible tooling choices, I've discovered that it'd be really nice if I could delegate some tasks.
My current backlog of coding tasks include: making my blog "share-able", completing code-coverage, etc.
But to who? I'm working on the project on nights & weekends, mostly solo (at my desk).
The answer is (always): AI a.k.a. a computer
let's sketch the approach:
- bootstrap with a local-first LLM (ollama should work!)
- prompt the LLM on how I can get started with the building an AI buddy
- ???
- profit ($$$)
Wish me luck!