Bhavesh Singh
I'm Bhavesh — I enjoy making tech products and providing value outside of tech. Currently diving deep into AI and building products at
AuditBot. Previously, I was Tech Lead at
Schbang, where I led engineering for
SecondBrain. Beyond tech, I lift weights and binge watch shows 📺.
Things I do
Connect
Writing

Adversarial review: what made the Bun rewrite possible
01-08-2026Bun was rewritten from Zig to Rust in a million-line PR. The interesting part is not the languages, it is the workflow: 64 Claudes running one implementer, two adversarial reviewers and one fixer.

Test in English: a week with Stagehand
18-07-2026A week learning end-to-end testing, and the library that made it click: Stagehand lets you write test steps in plain English, so an AI reads the page and figures out what to do.

Chunk smarter: why context beats text splitting
11-07-2026Three ways to cut a document for RAG — text splitting, semantic chunking, and contextual chunking. Same document, three cuts. Only the last one stops the retriever from lying.