Comment by tyre

5 days ago

I wasn't thinking about tests, but yes those help for iteration. Deployment, version management, debugging things like compilation errors or package version mismatch, etc.

I've done enough of this in my career that I can do it, but I don't want to. It's not fun. Having an LLM iterate on that stuff is really nice. Especially to get a scaffolding that I can then read and learn from.

For example, I recently was using an eInk screen for the first time and wanting to stream the currently playing album art to it. Claude made it so, so, so much easier to troubleshoot.

> Deployment, version management, debugging things like compilation errors or package version mismatch, etc.

I was using tests as an example. The tasks you refer to, as well as tests, are big time sucks in professional environments, or for established ongoing projects. I really, really, really doubt debugging, ops, and housekeeping/administrivia keep people from finishing weekend “theoretically should be simple!” projects.