Viewing profile — theaniketmaurya
theaniketmaurya
HN member- Joined
- Sat, Feb 06, 2021, 6:12 AM UTC
- HN karma
- 8
- Public activity
- 75 items
- HN profile
- View on Hacker News ↗
About theaniketmaurya
Recent public activity
-
comment
Comment #49046796
Do you pay for the API with Opus? since i think we can't use subscriptions with non claude code agents
- story
-
story
Ask HN: Which model do you use with Pi coding agent?
I use Pi coding agent with OpenAI GPT-5.6 Sol but have been finding that GPT-5.6 is slower than Claude Code. Do you use any other model like one of the hosted OSS ones?
-
comment
Comment #48918737
First grok cli and now this
-
comment
Comment #48894577
that's why you need to use a sandbox. SmolVM can easily run Pi, codex and claude https://github.com/CelestoAI/smolVM
- story
- comment
- story
- story
-
comment
Comment #48758588
Celesto has an unified interface for sandboxes based on QEMU, Firecracker and Libkrun. https://docs.celesto.ai/smolvm
-
comment
Comment #48744286
This test creates a 10 GiB sandbox, then writes 20 GiB of data into the workspace. It shows that large workspace data is not constrained by the root disk size. 1. Create a new sand…
-
story
Show HN: Petabyte-scale storage for AI agent sandboxes
We enabled Petabyte scale durable storage for Celesto sandboxes, useful for coding agents, harnesses and store large files.
-
comment
Comment #48708441
SmolFS has a distributed posix filesystem. we use juicefs which separates the actual data and metadata (permissions, file size changes etc). Metadata store provides atomicity and l…
-
comment
Comment #48671030
Yeah, it’s quite handy that I can mount the same storage on my macbook and then somewhere on a random cloud.
-
comment
Comment #48671025
Nice to know that others also faced the same issue. Did you try something like archil or agentfs from turso?
-
story
Show HN: A durable filesystem layer for AI agents
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 mounte…
-
comment
Comment #48424159
We use QEMU for our sandbox infra. QEMU comes with qcow2 (copy-on-write), a native disk image format. It allows the VM to only write changes to disk which saves time and space spec…
- comment
- story
-
comment
Comment #48398623
So it's Vue vs Next now?
- story
-
story
Show HN: Automate legacy software on a Windows Sandbox
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 cl…
-
comment
Comment #48281927
Congrats on the launch! Legacy system users are also one of the slowest to adopt AI. How do you navigate that?
-
comment
Comment #48100729
Who is using Mythos to find these things and where do they run it?
-
comment
Comment #48100719
Building an execution layer for AI agents so people don't have to use Mac minis to run OpenClaw. https://docs.celesto.ai