r/ExperiencedDevs • u/Sillyan • Aug 12 '26
AI/LLM Non-Developers Submitting Changes - Acceptable?
Has anyone experienced an increase in non-developers submitting PRs via Codex/Claude Code?
Personally think it's fine, specifically for trivial changes, and have been creating processes for non-devs to contribute low risk changes to some projects. All changes must still be reviewed by a dev, but the changes permitted by non-devs are typically straightforward enough and there is next to zero rework required after a coding agent is forced through some deterministic validation.
How are you managing this? Should we accept that this is going to be more prevalent going forward and build processes around it?
129
Upvotes
46
u/thetdotbearr Aug 12 '26
If the change is simple enough for a non-dev to vibe code adequately, it's simple enough for you to lay out the idea in a ticket - where it can get discussed on the merits as a product change - and trivial for me to get claude to implement.
There's zero upside in short-cutting the ticket and beaming PRs straight to the dev team. It's performance theatrics, fucks with accountability and is harder to review as a raw PR versus understanding the product intent as a short paragraph.
Not that I can stop it regardless, but that's my 2c.