Recently, I submitted a pull request to a project and had an experience that felt very different from the usual OSS workflow in the past.
Instead of the typical back-and-forth with a human maintainer, most of the interaction in my PR came from automated systems: Copilot suggestions, Vercel-related checks, and CI-driven review comments. The maintainer eventually approved the PR with minimal direct discussion, and it was merged successfully.
What stood out to me wasn't just that the PR got merged, but how the review process felt distributed across multiple non-human participants.
In this case, I found myself responding to:
It wasn’t one reviewer giving feedback—it was a collection of systems continuously reacting to changes. At times, it honestly felt like maintaining a conversation with multiple tools rather than collaborating with a single maintainer.
What stood out most was how little direct back-and-forth there was with the maintainer during the process. Instead, it felt more like the automation handled the detailed feedback loop, which is pointing out issues, validating fixes, and checking consistency, while the maintainer stepped in later to look at the overall direction and give the final approval.
So, the human part wasn't really about line-by-line discussion. It was more like a final layer of judgment once everything else had already settled.
At that point, it made me wonder, are we already moving toward a setup where the human role becomes mostly invisible during the process, only stepping in at the end to hit "approve"?
I’m curious how you are experiencing this shift:
It feels like we are entering a phase where PRs (and maybe issues as well) are no longer human-to-human conversations, but hybrid interactions between devs, bots, and CI systems. And I am not fully sure yet whether that's a net positive or just a new normal.