theaniketmaurya

↗ HN profile [ 72.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. We enabled Petabyte scale durable storage for Celesto sandboxes, useful for coding agents, harnesses and store large files.

  2. I run AI agents on my laptop and cloud. Often I wish to synchronize the memory markdowns created on multiple platforms. So I built a S3 based durable filesystem which can be mounted anywhere. It is implemented in Rust…

  3. The majority of legacy systems run on the Windows operating system. It is hard to automate with computer-use agents because of weird pop-ups, lack of a DOM like browsers, random clicks, and cost at scale. We built an…

  4. I've been running Pi using SmolVM to build SmolVM! SmolVM provides an abstraction over microVMs to easily create sandboxes for coding agents, OpenClaw, or just to build a custom harness. To use it, install using: curl…

  5. Launching SmolVM -- run claude and codex in sandboxed environment with full permissions worry free. It sucks to “press enter and accept changes” every few seconds while using coding agents. We made it easy to isolate…

  6. SmolVM is an open-source local sandbox for AI agents on macOS and Linux. I started building it because agent workflows need more than isolated code execution. They need a reusable environment: write files in one step,…