Live data from Hacker News

Viewing profile — theaniketmaurya

theaniketmaurya

HN member
Joined
Sat, Feb 06, 2021, 6:12 AM UTC
HN karma
8
Public activity
75 items

About theaniketmaurya

Building intelligent software for a living

Recent public activity

  1. comment
    Comment #49046796

    Do you pay for the API with Opus? since i think we can't use subscriptions with non claude code agents

  2. story
  3. 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?

  4. comment
    Comment #48918737

    First grok cli and now this

  5. 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

  6. story
  7. comment
  8. story
  9. story
  10. comment
    Comment #48758588

    Celesto has an unified interface for sandboxes based on QEMU, Firecracker and Libkrun. https://docs.celesto.ai/smolvm

  11. 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…

  12. 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.

  13. 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…

  14. 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.

  15. comment
    Comment #48671025

    Nice to know that others also faced the same issue. Did you try something like archil or agentfs from turso?

  16. 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…

  17. 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…

  18. comment
  19. story
  20. comment
    Comment #48398623

    So it's Vue vs Next now?

  21. story
  22. 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…

  23. comment
    Comment #48281927

    Congrats on the launch! Legacy system users are also one of the slowest to adopt AI. How do you navigate that?

  24. comment
    Comment #48100729

    Who is using Mythos to find these things and where do they run it?

  25. 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