this post was submitted on 10 Feb 2025
45 points (95.9% liked)

Programming Circlejerk

157 readers
38 users here now

Community to talk about enlightened programming takes

Rules:

founded 2 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 2 months ago

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