| ▲ | seanmcdirmid 3 days ago | |||||||
It is fun. It takes some skill to organize a pipeline to generate code that would be tedious to write and maintain otherwise. You are still writing stuff to instruct the computer, but now you have something taking natural language instructions and generating code and code test assets. There might have been people who were happy to write assembly that got bummed about compilers. This AI stuff judt feels like a new way to write code. | ||||||||
| ▲ | johnnyaardvark a day ago | parent [-] | |||||||
I've heard this take a few times, but I'm not convinced using general language is the new way to write code (beyond small projects). Inevitably AI will writes things in ways you don't intend. So now you have to prompt it to change and hope it gets it right. Oh, it didn't. Prompt it again and maybe this time will work. Will it get it right this time? And so on. It's so good at a lot of things, but writing out whole features or apps in my experience seems good at first, but then it turns out to be a time sync of praying it will figure it out on this next prompt. Maybe it's a skill issue for me, but I've gotten the most efficiency out of having it review code, pair with it on ideas and problems, etc. rather than actually writing the majority of code. | ||||||||
| ||||||||