AI engineer building agent runtimes and developer infrastructure. I work on the layer where model output meets system guarantees: tool execution, sandboxing, persistence, verification, evaluation, and context cost.
manasr.dev · LinkedIn · X · Email
Nap · durable runtime for long-running coding agents
Nap runs coding work outside the request that started it.
- A Postgres-backed queue and event log let workers execute turns while the browser reconnects from durable
seqvalues. - An E2B sandbox owns all six agent tools: read, write, edit, list, search, and command execution.
- Each turn commits its workspace, discovers checks from the project's
package.json, and creates a checkpoint only after verification. Failures open a bounded repair turn. - A documented nine-pod load run completed 2,310 turns at 100 concurrent with zero sequence gaps and zero duplicates. Read the scale report.
Woopcode · terminal coding agent
Woopcode is a Bun/TypeScript CLI with provider adapters for Gemini, OpenAI, and Anthropic.
- Plan mode withholds write tools and rejects writes at runtime.
- Approval classification parses shell structure and defaults unknown commands to risky.
- Optional E2B execution, content-hash workspace sync, project-scoped sessions, replayable JSONL telemetry, and a Harbor adapter.
- Read the runtime loop · read the approval boundary · read sandbox sync
- In Woopcode, a context compaction change cut peak prompt size by 36–43% but reduced cache reuse. Fewer tokens did not mean lower cost.
- In Nap, funded runs exposed a verifier blind spot: a missing sandbox
typecheckscript made absent checks look verified. The fix added template coverage, regression tests, and a real-sandbox integration case. Read the measurement notes.
I’m building agent runtimes and AI infrastructure. I’m open to AI Engineer, Applied AI, AI Infrastructure, and Developer Tools roles.
I’m interested in systems that make model behavior inspectable, recoverable, and safe to act on.



