How we sped up bun by 100x
Digest
How to code cannon yourself
Install vers CLI
$ curl -fsSL https://raw.githubusercontent.com/hdresearch/vers-cli/main/install.sh | sh
$ vers login
Configure environment variables
$ vers env set GITHUB_API_KEY github_pat_...
$ vers env set VERS_API_KEY abc123...
$ vers env set ANTHROPIC_API_KEY sk-ant-...
Write your initial plan
$ pi "Read plan.md and let me know when I can quit this session"
Let it start running
Check where it's at
Repeat running and checking in
How we rewrote git in zig
E...
Read more at vers.sh