Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@donkulator I bet one of the few niches where LLMs will stick around after the hype dies down and everyone reckons with the cost of maintaining LLM-generated code is merging. It's not a terribly intellectually demanding task, it benefits from non-spatial thinking (you can look at previous nearby merges for precedent), it's massively quantity over quality since by that point your approach should be correct and you should have tests, and it demands no original thought.
-
The only hitch, but I'm sure that'll be fixed eventually, is that it's crucial for merge automation to be able to declare that it isn't sure how to resolve something, and an LLM in its current state will just bullshit something if a problem is beyond its complexity.
Related Rants
I actually think that auto-completing pull requests with any merge strategy other than fast-forward is completely insane. WTF do you mean the final version of the code is produced with no humans present?
rant
automerge
ci/cd