I built three Rust projects this week without typing a single line of code. Voice → Claude Code → pull requests. The floor is rising for everyone.
Auteurs: a community of engineers, designers, and product managers shipping things that matter. Scan the QR or click through to join the Discord.
I asked Claude to refactor a function used in 47 places across our monorepo. grep found 31. With LSP, Claude found all 47.
Step one of a web framework experiment: building a JSX-like declarative macro in Rust with macro_rules!.