Emma_O
Newbie
- Joined
- Mar 31, 2026
- Posts
- 142
From my personal experience, AI has value in stubbing out fundamental functionality, i.e., a wrapper for a micro service based on a class I have already designed. For anything more complex, the cost of refactoring what it creates is too high. I've gotten similar reports from colleagues. In general, where coding is concerned, I feel it creates too much technical debt that a real person then has to go clean up. Technical debt is far more expensive than clean design up front.
When it comes to specific problems with business logic, I don't think AI can have much appreciable value unless the company invests heavily in their own private LLM based on their specific business functionality. I was discussing this with my older brother who is very high up in a financial services company. His take is that, in his world, is that the risks of putting their information into an LLM are just too great. It would make too much protected information public by default. WE were laughing at the risk a certain large multinational bank(WF) was taking by trying it by implementing an Google Cloud solution. Personal information hacks are too common already. Can you imagine having all of your banking history on the cloud, protected by Google? Not me.
"...Technical debt is far more expensive than clean design up front...."
I've often had similar thoughts, about a lot of things, not just AI, or coding . Mostly, I just dislike having to do anything twice. And its often my own screw-ups, LOL.
Last edited: