Projects
Open source work and side projects
A lightweight, container-free sandbox written in Go for running commands with network, filesystem and command restrictions. Useful for running semi-trusted code (e.g., from AI coding agents) with controlled side effects. It uses Seatbelt profiles for macOS + bubblewrap, socat, and landlock for Linux.
A system to record and replay live traffic as API tests. Built the Tusk Drift CLI, contributed to the Node SDK. Also created an onboarding agent within the CLI for easy onboarding and setup. A significant part of my work is also on the API test deviation analysis pipeline in our backend, coordinating simultaneous agent runs over a common filesystem.
A tool that generates finds bugs and writes high-impact unit tests for pull requests. Built end-to-end AI workflows with LSPs, sandbox orchestration, etc.