Is anyone actually running coding agents autonomously from issue to PR?

Reddit r/AI_Agents News

Summary

A discussion inquiring about the real-world use of fully autonomous coding agents that take an issue and produce a PR without human steering, focusing on verification and manual oversight.

I’m trying to understand how common the fully autonomous workflow actually is. Not using Claude or Codex interactively while you steer it, but assigning an issue, letting the agent plan and implement it unattended, then receiving a finished PR. If you are doing this in a real repository, how do you verify that the agent followed the assignment, stayed within its permissions, and ran the required checks before someone reviews or merges the PR? I’m especially interested in recent real examples, including what still requires manual verification.
Original Article

Similar Articles

Are coding agents creating a new review problem?

Reddit r/AI_Agents

The article discusses how while coding agents can effectively generate code, they introduce a new bottleneck in reviewing and trusting the changes, questioning whether agents reduce or shift the review workload.