Bun now fuzzes every language parser 24/7 and routes repros to Claude
Bun is using continuous parser fuzzing plus minimized repros routed to Claude, turning crash discovery into a mostly automated repair pipeline
There is now a fuzzer running 24/7 for every language parser in Bun, ranging from .npmrc files and .patch files to shell scripts to jsonc & typescript & css. Once it minimizes a repro, it sends to Claude to fix and then I review.