this post was submitted on 10 Feb 2025
37 points (95.1% liked)
ProgrammingCircleJerk
48 readers
64 users here now
Programming CircleJerkCommunity at request of a user.
founded 1 week ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you're developing something that has been written a million times before such as a user authentication API then yes you can just let ChatGPT do it for you.
But as soon as you're writing something new or niche any LLM is going to mostly spew useless nonsense.
I've been working with Bevy a lot lately and because it's new and iterating quickly there are a lot of breaking changes between versions. AI simply isn't able to cope with that. It was trained with years old data and is incapable of adapting to the new way of doing things