Live data from Hacker News

Viewing profile — chalyi

chalyi

HN member
Joined
Wed, Feb 11, 2026, 4:12 AM UTC
HN karma
6
Public activity
22 items

About chalyi

building everruns, bashkit, yolop, llmsim

Recent public activity

  1. comment
  2. story
  3. comment
  4. story
  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
    Show HN: LLMSim – a fast OpenAI LLM API simulator for load-testing LLM apps

    Testing LLM apps and agent frameworks against real APIs is expensive, rate-limited, slow, and non-reproducible. LLMSim is a Rust simulator for the OpenAI Chat Completions, OpenResp…

  11. comment
    Comment #48634952

    Bash (even if you find a way to compile it to wasm) will need POSIX to operate and also file system. Bashkit reimplements portion of POSIX and have own FS, so there is no need a de…

  12. comment
    Comment #48606484

    Yeh, bashkit was in general developed mostly for agentic runtimes. So it might be a good fit, especially if there is a need to run agent in some isolation. Regarding incorporating …

  13. comment
  14. story
  15. comment
  16. story
  17. comment
    Comment #48577804

    Basically a backbone of your own agent in rust. All common agentic features and optimizations: streaming, multi-provider, multi-model, multi-modal, MCP, AGENTS.md, context manageme…

  18. story
  19. comment
    Comment #48165024

    Agents talk to agents: they negotiate, buy, align, and communicate. FCP is the simplest shared channel for that. The idea is to provide the simplest possible HTTP-based way for act…

  20. story
  21. comment
    Comment #46970845

    I needed something in-process that would allow AI agents to perform complex orchestration-something that could run in multitenant environments. I started with a custom language, bu…

  22. story