| ▲ | danggggg 2 hours ago | ||||||||||||||||||||||||||||||||||
Why not just write the code yourself? To me it seems like methodically constructing the pull request by hand is probably faster than lazily prompting and re-prompting. | |||||||||||||||||||||||||||||||||||
| ▲ | denkmoon 2 hours ago | parent | next [-] | ||||||||||||||||||||||||||||||||||
because my manager will ping me and say "anon you aren't prompting enough" like they never heard of Goodhart's law before. | |||||||||||||||||||||||||||||||||||
| ▲ | jdw64 2 hours ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||
Writing code directly takes longer to warm up. Usually, I'd keep tens of thousands of lines in my head. In the past, I spent a lot of time designing error propagation and execution contexts. (Talented people might figure it out right away, but unfortunately I don't have that kind of talent.) So I'd have to think about things like Result<T> and how far to propagate errors—and worry about whether my approach would conflict with the existing codebase. But these days, AI just generates code following the existing patterns of the codebase. In the past, staring at a blank screen meant going through a checklist of things to design—starting from policies and writing everything down step by step. Now, I just ask AI and it gives me a template—which is great. Then if the AI makes a mistake, I fix it manually. Of course, I still hand-code sometimes—but only in the areas I enjoy. Most of the time, I use AI coding. Both are fun, and they complement each other in interesting ways. Doing both together is actually enjoyable. | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||