|
|
|
|
|
by still_grokking
937 days ago
|
|
> I'm told that Google has internal AI dev tools now that generate more code than humans. Given that code is not an asset but a heavy liability the elephant in the room is the question: Who is going to maintain all that huge piles of generated code? Wake me up when there's an AI that can safely delete code… That would be a really disrupting achievement! |
|
Big tech already has depandabot-like bots doing this: dead code removal, refactoring and other things a linter can warn you about all get turned into automated pull requests (or PR comments). These are things a linter would tell you - if you had the patience to wait several hours to lint a gigantic monorepo; there probably will be more tooling support based on LLM trained on the huge code bases.