Viewing profile — chalyi
chalyi
HN member- Joined
- Wed, Feb 11, 2026, 4:12 AM UTC
- HN karma
- 6
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About chalyi
Recent public activity
- comment
- story
- comment
- story
- story
- story
- story
- story
- story
-
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…
-
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…
-
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 …
- comment
- story
- comment
- story
-
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…
- story
-
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…
- story
-
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…
- story