Comment on OpenAI introduces Sora, its text-to-video AI model
DSTGU@sopuli.xyz 10 months agoThe correct usage of LLMs in coding is either for a single use case at a time, building up to what you need from scratch. It requires skill both in talking to AI for it to give you what you want, knowing how to build up to it, reading the code it spits out so that you know when it goes south and the skill of actually knowing how to build the bigger picture software from little pieces but if you are an intermediate dev who is stuck on something it is a great help.
That or for rubber ducky debugging, it s also great in that
colonial@lemmy.world 10 months ago
That sounds like more effort than just… writing the code.
DSTGU@sopuli.xyz 10 months ago
It s situationally useful