| ▲ | mmusc 12 hours ago | |
Funny usually a lot of my code is software plumbing, and gardening. In terms of ai assisted programming. I microanage my ai. Give it specific instructions with single steps. Don't really let it build ehoe files by itself as it usually makes a mess of things, bit it's useful when doing predictable changes and marginally faster than doing it manually. | ||
| ▲ | graypegg 11 hours ago | parent [-] | |
Yeah I can totally see that working well! I think the main thing is taking small, specific steps that keep you in the loop, and less so about the actual act of typing the specific bytes that are fed into the compiler, though I guess I still find that more efficient for myself than trying to describe what I want ~90% of the time. | ||