73
Our first outage from LLM-written code
(sketch.dev)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
The first problem is they're letting AI touch their code.
The second problem is they're relying on a human to pick up changes in moved code while using git's built-in diff tools. There's a whole bunch of studies that show how git's diff algorithms are terrible, and how swapping to newer diff algos improves things considerably.
TL;DR on the studies:
There's also a bunch of alternative diff algos you can use, but the best ones are paid, and the free ones have fewer features. See: