Building a Regex Engine with a team of parallel Claudes

Link post

I show two parallel Opus 4.6 agents build a fully functioning Rust regex engine after ~1,273 Claude sessions and 1.7K lines of code.

As I do not have the resources to build a c-compiler like is done in the original work by Carlini, the next task I am tackling is an embedded SQLite-like database engine in rust, which I predict to be 1 OOM larger in terms of LOC.