| ▲ | furyofantares 3 hours ago | |
From the article, Claude Code is being used extensively to develop Bun already. > Over the last several months, the GitHub username with the most merged PRs in Bun's repo is now a Claude Code bot. We have it set up in our internal Discord and we mostly use it to help fix bugs. It opens PRs with tests that fail in the earlier system-installed version of Bun before the fix and pass in the fixed debug build of Bun. It responds to review comments. It does the whole thing. You do still need people to make all the decisions about how Bun is developed, and to use Claude Code. | ||
| ▲ | mjr00 3 hours ago | parent [-] | |
> You do still need people to make all the decisions about how Bun is developed, and to use Claude Code. Yeah but do you really need external hires to do that? Surely Anthropic has enough experienced JavaScript developers internally they could decide how their JS toolchain should work. Actually, this is thinking too small. There's no reason that each developer shouldn't be able to customize their own developer tools however they want. No need for any one individual to control this, just have devs use AI to spin up their own npm-compatible package management tooling locally. A good day one onboarding task! | ||