busyocto.ai
· Software Developer2024 – presentrole
Building production features across the full stack. Shipping complex interfaces, handling real-world state at scale, and working async across timezones. This is where I learned what it means to ship things people actually depend on.
PolicyLens
May 2026project
A document compiler for Indian health insurance PDFs. Policy wordings are deeply nested legal documents that break every standard tool—RAG loses hierarchy, vector DBs flatten structure, LLMs hallucinate clause relationships. PolicyLens processes them through a multi-stage pipeline: physical layer (PDF structure), logical layer (clause boundaries, hierarchy), and semantic layer (typed fact extraction with evidence coordinates). The engine worked—490/490 tests passing, 647 active policies processed—but the prototype revealed that even perfect parsing can't guarantee accurate product recommendations. The project closed out after 2 weeks as a finished open-source artifact.
Python ·TypeScript ·LLMs ·SQLite
DigitiseMyBusiness
· Resumemate · Software Developer2023 – 2024role
My first professional engineering role. Built Resumemate, a dynamic resume builder platform. Went from writing code that works to writing code that ships. Production React, API integration, working with a team, and learning that building for real users requires a different kind of discipline.
A scheduling platform with Google Calendar integration, availability management, and automatic Google Meet link generation. Built it because I wanted to understand how OAuth flows, calendar APIs, and complex scheduling logic actually work under the hood, not just use a library.
Next.js ·Prisma ·NeonDB ·Clerk Auth
Collaborative online whiteboard with real-time sketching. Two people drawing on the same canvas, seeing each other's strokes instantly. Built to learn WebSockets and the patterns behind real-time sync.