Comment by SkyPuncher

3 months ago

For me, the most time consuming parts of coding don’t require deep meaningful thought. It’s often things like stepping through code to figure out where something breaks (answer is often obvious once you find it) or iterating through broken specs or simply playing with a library/interface enough to figure out how it actually works (vs how’s it’s documented)

This type of stuff is great to have an LLM tackle while I work on something else.