Show HN: Endo Familiar, an O-cap based JavaScript agent sandbox
zmanian
11 points
3 comments
April 23, 2026
Related Discussions
Found 5 related stories in 77.7ms across 5,406 title embeddings via pgvector HNSW
- Show HN: Deterministic browser control for AI agents (~90% on Mind2Web) theredsix · 12 pts · March 06, 2026 · 66% similar
- Show HN: Open-source browser for AI agents theredsix · 118 pts · March 11, 2026 · 65% similar
- Show HN: Per-user isolated environments for AI agents anup_sia · 13 pts · April 07, 2026 · 62% similar
- Show HN: We built a multi-agent research hub. The waitlist is a reverse-CAPTCHA LZK · 24 pts · March 28, 2026 · 61% similar
- Show HN: Run coding agents in microVM sandboxes instead of your host machine phoenixranger · 54 pts · April 23, 2026 · 60% similar
Discussion Highlights (2 comments)
cowbertvonmoo
I’m Kris Kowal and I’m the tech lead on the Familiar project and happy to answer questions about building this new kind of user agent for safely managing and extending the capabilities of bots and apps.
hierophantos
I wanted to ask perhaps an impossible question on this notion that I've been chewing on — particularly around the composition of "capabilities" (LLM sense of the word) and what they could acquire through some transitive closure over their "capability set(s)" in a multi-agent scenario. I stumbled into two recent papers, thinking that it was about "capabilities" in the OCap sense and datalog (a related technology to what I'm working on): • https://arxiv.org/html/2603.26725 Capability Safety as Datalog: A Foundational Equivalence; Cosimo Spera; March 2026 • https://arxiv.org/html/2603.15973 Safety is Non-Compositional: A Formal Framework for Capability-Based AI Systems; Cosimo Spera; March 2026 Since capabilities in the OCap sense are just transitive closure of references on some reference graphs, it turns out that these two concerns with conflated terminology are nonetheless the same. Curious if you or anyone has thoughts on managing capability escalations in multi-agent systems. Some thoughts be a-brewing...