frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: Agentic OS: one Rust Linux binary, one SQLite and sandbox per actor

https://github.com/mmeyerlein/meclaw/
1•mmeyerlein•42m ago

Comments

mmeyerlein•42m ago
Hey HN, Marcus here.

I'm working on an agentic OS, which is much more than just a harness manager.

Meclaw is the foundation, the substrate, not a harness. Meclaw isn't based on a rigid harness structure arranged in a loop around an LLM. Meclaw breaks down a harness into its individual parts, into actors. Each actor is a directory, a config.json file, an SQLite database and a sandbox, and it doesn't access anything else. It's message-based. The edges between actors form a large graph. There are no direct agent loops. An LLM cell (cell=actor) makes a call and sends its response as a message. The conditional graph can then route the message wherever it needs to go, for example, to tools, and the route may, conditionally, lead back through the graph to the LLM, though it doesn't have to. It can also take its own paths, to another small, fast LLM, for instance, which first summarizes things before sending the message back to the original LLM. Everything is configurable. A change to the graph structure is made via a diff, which is posted to a system api, validated, and applied. All of this is written to a ledger in an audit-friendly manner during runtime. Everything is posted via the same interface.

Two things I find really exciting are the voice and web cells. I haven't seen either of them implemented this way directly in the harness yet. The voice cell is used to communicate with voice providers via WebSockets. In Meclaw-OS, I have an example that also connects to a FreeSwitch for telephony. Simply through a code cell. And the web cell is super exciting. It is SSR and pushes only small diffs to the client over a websocket. On the client side, I'm using the LiveView client from the Phoenix Project, thanks and best regards to Chris McCord. This gives agents the ability to dynamically display information to the user in realtime.

All of this is bundled with audit support, secrets are stored in a vault cell, and each cell runs in its own sandbox. It's all wrapped up nicely.

This is a follow-up post to https://news.ycombinator.com/item?id=49590351 because valid criticism was raised regarding the GH README, stating that it appears to be automatically generated. I have now completely rewritten it by hand.

Limitations, so no one wastes their time: Linux only, since isolation takes place at the kernel level (Landlock, network namespace, cgroup v2, seccomp), and while a macOS version would fulfill the promise, it would lose this feature. Code cells run Python 3, nothing else. No authentication in the binary, that belongs in the upstream proxy.

Show HN: A browser MMO designed to be played by scripts, not people

https://space-core.at/
1•SpaceCoreDev•1m ago•0 comments

AI Journal 2: Vibe-Coding for Fun and Profit

https://devshrine.net/blog/ai-journal-2/
1•renehsz•4m ago•0 comments

Why MCP Was Always a Bad Idea

https://maharship.com/blog/why-mcp-was-always-a-bad-idea/
3•maharshi365•5m ago•0 comments

The Economics of Open-Weight Inference [pdf]

https://data.ornn.com/the-economics-of-open-weight-inference.pdf
1•adletbalzhanov•5m ago•0 comments

AI-native degree planning software for universities

https://www.coursetrees.com
1•noahfinkelstein•5m ago•1 comments

Reviving the language that brought us the Jak and Daxter Series

https://opengoal.dev/
1•birdculture•6m ago•0 comments

Exploration-Exploitation Dilemma

https://en.wikipedia.org/wiki/Exploration%E2%80%93exploitation_dilemma
1•azhenley•9m ago•0 comments

Tg-Rich-Converter: Streaming LLM Markdown and LaTeX to Telegram Bot API 10.1

https://github.com/kobaltgit/tg-rich-converter
1•kobaltGIT•9m ago•0 comments

Give, Don't Take

https://schestowitz.com/Weblog/archives/2026/09/20/give-dont-take/
1•amcclure•11m ago•0 comments

Experiments in Squatting

https://moxie.org/stories/together-two/
1•simonebrunozzi•12m ago•0 comments

The Hierarchy of Money

https://gregorygundersen.com/blog/2026/09/20/hierarchy-of-money/
2•gwgundersen•12m ago•0 comments

JEV OAS Sentinel – catch breaking API changes hidden in OpenAPI prose

https://github.com/marketplace/actions/jev-oas-sentinel
1•bookcool•12m ago•0 comments

Slapp Censorship – Pt. 190/200: Plagiarism, Back Doors, and Sabotage of Linux

https://techrights.org/n/2026/09/20/SLAPP_Censorship_Part_190_Out_of_200_Plagiarism_Back_Doors_an...
2•amcclure•13m ago•0 comments

GNU/Linux Has Grown a Lot Lately

https://techrights.org/n/2026/09/20/GNU_Linux_Has_Grown_a_Lot_Lately.shtml
1•amcclure•13m ago•0 comments

Safety Warning: Carborane Mixtures

https://www.science.org/content/blog-post/safety-warning-carborane-mixtures
1•EA-3167•17m ago•0 comments

The Problem Is Prompt Debt

https://www.dbreunig.com/2026/06/22/the-problem-is-prompt-debt.html
1•raphaelcosta•18m ago•0 comments

How workers are unlocking new ways of working

https://openai.com/index/unlocking-new-ways-of-working/
2•rdslw•19m ago•0 comments

Tensorbrife

https://www.tensorbrife.site/
2•tjjune•19m ago•1 comments

Show HN: Emetgate – a verification gate between an LLM and your source tree

https://github.com/emetgate/emetgate
2•ugurcl•20m ago•0 comments

How to Be Sovereign

1•At1C•27m ago•0 comments

Post-Quantum OpenID Connect

https://openid.net/post-quantum-openid-connect/
1•EthanHeilman•28m ago•0 comments

Geatsc – TypeScript-to-C++ Compiler

https://github.com/geastack/compiler
1•arbayi•29m ago•0 comments

One model writes the code, a different model reviews it

https://github.com/WDahah/portable-dsh-multi-agent-plugin
1•WDahah•31m ago•0 comments

Show HN: SubCrisp, a free subscription tracker that shows what cancelling saves

https://subcrisp.com/
1•dablity•31m ago•0 comments

What Is It Like to Be a Cat Tail? (2021)

https://gwern.net/blog/2021/cat-tail
1•1317•32m ago•0 comments

Planetary Boundaries Laser Talk Booklet

https://docs.google.com/document/d/1K7O1Aq2EXhZ2AJhJunAwuZ8B41nZFfGufFRJDe92jdA/edit?tab=t.0
1•debo_•35m ago•1 comments

Claude skill and Obsidian plugin to proofread your English writing

https://codomaniac.com/claude-skill-and-obsidian-plugin-to-proofread-your-english-writing/
1•piorus•36m ago•0 comments

Show HN: NiceTryGPT and CTF and riduzione degli shortcut LLM

https://github.com/aleff-github/NiceTryGPT
2•aleff•37m ago•0 comments

NodeX – Serverless P2P E2EE Messenger in Rus

https://github.com/NetGadz/NodeX
1•gadz•37m ago•0 comments

QLoRA Explained – How 4 Bit Quantization Unlocks Frontier Models

https://theneuralmaze.substack.com/p/qlora-explained-how-4-bit-quantization
1•peter_d_sherman•38m ago•0 comments