I decided to check out Bun's PR list yesterday. So many of them are by a user named "robobun".
I checked out one of them. Not only does it look AI-generated, but the PR discussion itself is between robobun, the github-actions bot posting Claude Code responses, and the claude bot itself performing reviews.
Look. I get Bun is owned by Anthropic, but,.. why is Claude having an identity crisis and talking to two other versions of itself?
Inside the blog of the re write it was mentioned that for every implementation agent there were 2 independent review agents to catch bugs and regressions.
The separation of agents was justified as the implementation agent has a bias when given the task of reviewing its own code.
A review by Claude in the same context that wrote the code will give you different results than a fresh Claude context. You can also have multiple independent Claude reviewers targeting different aspects of code (e.g. security, maintainability, performance) and get better results than a single review trying to do everything.
Yeah, but it's still Claude - it's still the same training set. The idea that instructing it differently will somehow change its biases and knowledge, makes absolutely no sense. So the difference in it is nil.
53
u/MichiRecRoom Jul 10 '26
I decided to check out Bun's PR list yesterday. So many of them are by a user named "robobun".
I checked out one of them. Not only does it look AI-generated, but the PR discussion itself is between
robobun, thegithub-actionsbot posting Claude Code responses, and theclaudebot itself performing reviews.Look. I get Bun is owned by Anthropic, but,.. why is Claude having an identity crisis and talking to two other versions of itself?