yodsanklai 6 hours ago

You review it like it wasn't AI generated. That is: ask author to split it in reviewable blocks. Or if you don't have an obligation to review it, you leave it there.

devrundown 4 hours ago

9000 LOC is way too long for a pull request unless there is some very special circumstance.

I would ask them to break it up into smaller chunks.

zigcBenx 2 days ago

In my opinion no PR should have so much changes. It's impossible to review such things.

The only exception is some large migration or version upgrade that required lots of files to change.

As far it goes for Vibe coded gigantic PRs It's a straight reject from me.

JohnFen 2 days ago

I'd just reject it for being ridiculous. It didn't pass the first step of the review process: the sniff test.

  • brudgers 2 days ago

    Charitably, even though it is not what you or I would do, the pull request could be a best good faith effort of a real human being.

    So to me, it's less about being ridiculous (and "ridiculous" is a fighting word) and more a simple "that's not how this team does things because we don't have the resources to work that way."

    Mildly hurt feelings in the most likely worst case (no food for a viral overtop tweet). At best recruitment of someone with cultural fit.

    • JohnFen 2 days ago

      My objection to a PR like this has nothing to do with whether or not a human wrote it. It's that the PR is too large and complex. The reason I'd give for rejecting it would be that. I wouldn't say "it's ridiculous" as the reason. I would 100% be thinking that, though.

      • brudgers a day ago

        That’s good.

        My experience is “too large/complex” provides an opening for arguementivenes and/or drama.

        “We don’t do it like this” does not so much. It is social, sufficient and not a matter of opinion (“too” is a matter of opinion).

wengo314 2 days ago

reject outright. ask to split it into reasonable chain of changesets.