I'm a full stack engineer in Bengaluru. At Eazytag I build Strivo, a multi-tenant SaaS platform for gyms: Angular frontends, Java 21 and Micronaut backends, and MongoDB with change streams for real-time updates. I run weekly on-call directly with client engineering teams. Outside work I build open source AI infrastructure: VoiceScope, an observability and regression-testing platform for voice AI agents, and MCP Foundry, a self-verifying OpenAPI-to-MCP generator. Before that, I contributed across 15+ modules of Eclipse JKube at the Eclipse Foundation. I optimize for systems that still work in production on a bad day.
- 01
Tests are a design tool.
On Strivo's booking engine, 1,400+ passing tests aren't insurance; they're how correctness under concurrent writes gets specified and proven.
- 02
Cost is an engineering constraint.
AutoAce hit 85% accuracy under $0.001/min against a $0.003 ceiling partly by replacing torch-based VAD with an ONNX runtime. Model and runtime choice are budget decisions.
- 03
Correctness lives at the race conditions.
Waitlist promotion and refund lifecycles break under concurrent writes, not in demos; the booking platform was designed against that failure mode.
- 04
Verify what you generate.
MCP Foundry exists because LLM-generated tools deserve the same skepticism as human code: every tool is evaluated against adversarial prompts before it registers.
- 05
Ship with accountability.
Weekly on-call with client engineering teams means the code you ship is the code you answer for, in real time.