Ask HN: Kennt ihr ein Unternehmen, das zur handgeschriebenen Code zurückgekehrt ist?

Ask HN: Do you know of any company that went back to hand-written code?

Ich frage mich, ob es Unternehmen gibt, die nach der anfänglichen Begeisterung für LLMs wieder auf handgeschriebenen Code umgestellt haben. Ich habe beobachtet, dass viele Firmen ihre LLM-Nutzung einschränken, aber ich frage mich, ob es auch Unternehmen gibt, die komplett darauf verzichten und wieder von Menschen geschriebenen Code bevorzugen. Mich interessiert, ob dies wirtschaftlich sinnvoll ist und ob es tatsächlich vorkommt.

I know of a company that went back to hand-written code after realizing that the LLM-generated code was creating more technical debt than it was saving time. They found that the code was harder to maintain and debug, and the initial speed gains were offset by the long-term costs.
We tried using LLMs for a while, but we found that the generated code often didn't align with our architecture and coding standards. We went back to hand-written code because it was easier to ensure quality and consistency across our codebase.
I think the key is to use LLMs for specific tasks like boilerplate or tests, but for critical business logic, hand-written code is still superior. We never fully abandoned hand-written code, but we definitely scaled back our LLM usage after some initial experiments.