small rant incoming

I work for a company that it’s mostly hardware focused, but we do ship some software for the final consumer including drivers and programs, to make use of said hardware.

While I am not in the software department, I held some SWE positions in previous companies for over a decade, our software isn’t very complex and I do know most of it pretty well.

Our employee just announced a new AI-only development cycle, they want all code submissions and reviews to be exclusively done by claude, effectively ending ownership of the code being shipped to customers. This is absolute madness.

Today, I received an email scheduling a workshop on how to integrate claude into vscode and how to work with the new gitflow, namely removing our authorship from commits and having al code reviews done by a LLM now.

I am just baffled at the decision.

edit: wow I’m a bit overwhelmed by the response, I did read all of you. Thanks!

  • Vivi@slrpnk.net
    link
    fedilink
    English
    arrow-up
    23
    ·
    6 days ago

    Part of the thinking is that claude will improve as you teach it.

    This is just a complete misunderstanding (by the manager) of how LLMs work. Sure, they probably log conversations as training data for a new model, but session to session, it does not improve from talking to it. The model is fixed. There are strategies which boil down to having the LLM write a diary of things it should “remember” which it subsequently has to reread when relaunching, but those suffer from fundamental limits, only so much can be stored before it runs out of context.

    It’s so frustrating how much imaginative thinking and anthropomorphization is applied to these tools…