|
|
|
|
|
by rybosworld
1 day ago
|
|
I think it's likely that what you call slop is more often than not "good enough". One thing a lot of developers aim for in their code, beyond "it does what it is meant to", is something along the lines of elegance (that's my word for it, there may be a better one). With AI generated code there is no time for elegance. It will happily recreate the same function in several different places for no reason. And that really doesn't matter anymore. Said another way: AI generated code doesn't chase perfection. It just chases good enough. |
|