← Back to context

Comment by Havoc

5 hours ago

Interesting breadth of takes in the comments.

Think most people recognize though that AI can generate more than humans can reviewing so the model does need to change somehow. Either less AI on submitting side or more on reviewing side (if that’s even viable)

Yeah, what happened to "review your own code first".

Even before AI I used to ban linting so I could spot and reject code that clearly showed no effort was put in it.

First occurrence of "undreadable" got a note, and a second one got a rejection. And by "undreadable" I do not intend missing semicolons or parenthesis styles or meaningless things like that. I mean obscured semantics or overcrowding and so on.