Show HN: Tired of duct-taping access control into agent prompts. Here's the fix
zwigglers
19 points
17 comments
June 03, 2026
Related Discussions
Found 5 related stories in 100.6ms across 10,324 title embeddings via pgvector HNSW
- Show HN: Claw Patrol, a security firewall for agents rough-sea · 22 pts · June 09, 2026 · 63% similar
- Show HN: Lazy-tool: reducing prompt bloat in MCP-based agent workflows like-to-code1 · 20 pts · March 31, 2026 · 59% similar
- Agents need control flow, not more prompts bsuh · 414 pts · May 07, 2026 · 59% similar
- Show HN: Zot – Yet another coding agent harness patriceckhart · 76 pts · May 29, 2026 · 54% similar
- Show HN: A lightweight way to make agents talk without paying for API usage juanpabloaj · 23 pts · April 20, 2026 · 54% similar
Discussion Highlights (5 comments)
zwigglers
Hi HN, Yao here. Most frameworks are built for one developer, one agent. The moment a team shares infrastructure, people end up duct-taping row-level access into the prompt and hoping the model doesn't argue past it. I got tired of that. Cast is a harness for multi-user, multi-agent systems: one server, a handful of people with their own identities, a fleet of agents handling different things and talking to each other when they need to. Agents are skills and CLAUDE.md, not Python classes, so you can focus on launching quick and refining the agent based on real usage. MIT, self-hosted, runs on a Mac Mini. Cast puts access control in the routing layer, not the prompt. Each agent runs in its own container with actual filesystem boundaries. Identity verified before the agent sees the conversation (Slack, telegram, etc). Credentials never mounted in. Developer alpha. Looking for teams that have hit the multi-user Claude Code wall and want to try this out. github.com/yaodub/cast. MIT. BYO Claude key.
gmmeyer
this looks very cool, it’s genuinely hard to manage all my claudes sometimes and i’ve tried to build something like this as well, though with much less success
raphaelschaad
Cool — multi-user, multi-agent, virtual envs, single machine, is probably where most agentic DIY systems need to be going!
binarymax
The repo is showing initial commit of the entire codebase "6 minutes ago", and this was posted an hour ago? Are we time travelling now?
rcarmo
I just gave my agents a keychain tool that expands prefixed environment variables automatically into their shell. Can work locally or against a cloud key vault. Done.