A lightweight ,portable virtual machine that simplifies/replaces need for containers. https://github.com/smol-machines/smolvm
Ask HN: What are you working on? (August 2026)
451–460 of 1001 posts
Re: Ask HN: What are you working on? (August 2026)
#452Re: Ask HN: What are you working on? (August 2026)
#453Re: Ask HN: What are you working on? (August 2026)
#454Re: Ask HN: What are you working on? (August 2026)
#455It is the most comprehensive collection of benchmarks of the safety, ethics, and values of LLMs. I also aggregate sparse safety benchmark scores into a global ranking by optimizing the global ranking to maximize correlation with individual benchmarks.
Re: Ask HN: What are you working on? (August 2026)
#456Also hacking on something similar to YC's QM but designed for small non-profits to ease as much back office work as possible.
Re: Ask HN: What are you working on? (August 2026)
#457Re: Ask HN: What are you working on? (August 2026)
#458Each instance gets its own persistent file system, root SSH access and a web terminal. The goal is to let an agent build skills with experience rather than start from scratch on every task.
I started with Hermes as the first harness and now exploring Prime Agent. You can use it for a personal assistant, use it to build LLM wiki, connect it as part of an agent team, or run any coding agent on the cloud with dangerously skip permissions.
I’m also working towards a more general-purpose agent setup that can connect to channels such as email, WhatsApp, Telegram, Slack, Buzz.
Re: Ask HN: What are you working on? (August 2026)
#459Re: Ask HN: What are you working on? (August 2026)
#460I'm building an uptime monitoring service, in Elixir, called https://larm.dev . It's a tough field because for some reason people vibe coding apps think this is very easy to do, and there are new apps coming out pretty much every day. I'm still figuring out how to effectively stand out in the noise. I really enjoy working on the app though. The backend is Elixir, with a Phoenix LiveView dashboard. I've got a cluster…