Bhavesh Singh

Bhavesh Singh

Home Projects Blogs

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 📺.

Say hi on Twitter and GitHub.

Things I do

Runtime Labs

Working on cool AI projects — hit me up👋

YeetCode

Building the best free place to learn DSA.

Connect

Email

bhaveshsinghbiz@gmail.com

LinkedIn

@bhavesh-singh

Resume

View my latest resume

Writing

Adversarial review: what made the Bun rewrite possible

Adversarial review: what made the Bun rewrite possible

01-08-2026

Bun 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

Test in English: a week with Stagehand

18-07-2026

A 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

Chunk smarter: why context beats text splitting

11-07-2026

Three 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.