OpenAI introduces Sora, its text-to-video AI model

catculation@lemmy.zip to Technology@lemmy.world – 424 points –
OpenAI introduces Sora, its text-to-video AI model
theverge.com
141

You are viewing a single comment

The correct usage of LLMs in coding imo is 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

That sounds like more effort than just... writing the code.