• Rogue@feddit.uk
    link
    fedilink
    arrow-up
    7
    ·
    24 hours 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