frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Noir Code – because QR sounds similar to "noir"

https://noir-code.suncake.xyz/
1•Sunkek•45s ago•1 comments

AI Has Ruined the Job Market

https://www.theatlantic.com/ideas/2026/06/ai-job-market-hiring/687403/
1•FinnLobsien•1m ago•0 comments

AI to double data centre power and water consumption by 2030, UN researchers say

https://www.reuters.com/business/energy/ai-double-data-centre-power-water-consumption-by-2030-un-...
1•tartoran•1m ago•0 comments

Running a full blockchain stack locally (2024, 22 minutes) [video]

https://www.youtube.com/watch?v=H-R5FqrCYQs
1•Olshansky•1m ago•0 comments

Majorana 2, made more reliable with Microsoft Discovery agentic AI

https://news.microsoft.com/source/features/innovation/majorana-2-microsoft-discovery-agentic-ai/
1•EvgeniyZh•1m ago•0 comments

Show HN: Extract (YC P25) – Fast, accurate document parsing

https://extract.page
1•soamikapadia•2m ago•0 comments

Tilt: A toolkit for fixing the pains of microservice development

https://tilt.dev/
2•Olshansky•2m ago•0 comments

DaVinci Resolve 21

https://www.blackmagicdesign.com/products/davinciresolve/whatsnew
2•pentagrama•3m ago•0 comments

Thoughts on Building with Agents

https://debarshibasak.github.io/readables/blogs/building-with-agents.html
2•linuxarm64•3m ago•0 comments

Randomize, Identify, or Dream – Perception in Robotics

https://atomsfrontier.substack.com/p/randomize-identify-or-dream
2•jpatel3•4m ago•0 comments

HostAnywhere – Securely connect devices and services, backup phones

https://hostanywhere.io
2•naveenksv•4m ago•0 comments

TypeScript Tips Everyone Should Know

https://github.com/AllThingsSmitty/typescript-tips-everyone-should-know
2•yanis_t•5m ago•0 comments

Show HN: Chatcode – Remote Control for Claude Code and Codex

https://chatcode.dev/
2•borkasm•7m ago•0 comments

Show HN: Ano – no-noise team chat with your code agent as your assistant

https://ano.chat
2•nilen•8m ago•0 comments

I shut down my bug bounty program after three months

https://killswitch.app/blog/why-i-shut-down-my-bug-bounty-program
2•ElixirMentor•8m ago•0 comments

Show HN: The Logos Machine – AI that distill knowledge into weights during Sleep

https://docsend.com/view/nx9sv43ze5rke6yn
2•AnvarBakiyev•9m ago•0 comments

Why People Hate Humanoid Robots

https://unherd.com/2026/06/why-people-hate-humanoid-robots/
2•voxleone•11m ago•0 comments

Encephalitis

https://burntsushi.net/encephalitis/
3•Tomte•11m ago•0 comments

My Latest LLM Workflow and Modern Engineering Values

https://cpojer.net/posts/modern-engineering-values
2•cpojer•11m ago•0 comments

Show HN: Wanderwhim – AI workspace for writers, bloggers, lifelong learners

https://www.wanderwhim.com
2•arbourtrary•12m ago•0 comments

Everyone in This Lego Dispute Should Have Spoken to a Lawyer Earlier

https://www.techdirt.com/2026/06/02/everyone-in-this-lego-dispute-should-have-spoken-to-a-lawyer-...
2•pseudalopex•12m ago•1 comments

Kyxgo Technology

https://sites.google.com/view/kyxgo/technology
1•aditya_rai-331•13m ago•0 comments

Doom Runs on Everything, Except Neo Geo [video]

https://www.youtube.com/watch?v=4f1-7c6WX10
1•redbell•15m ago•0 comments

This Month in Agentic Coding – May 2026

https://www.agenticcodingweekly.com/p/acw-monthly-brief-may-2026
1•primaprashant•17m ago•0 comments

Show HN: AgentLoop – a Claude agent starter you can read

https://github.com/mnifzied-create/agentloop
1•winphoto•17m ago•0 comments

Flatworms reveal explosive new type of immune cell

https://news.stanford.edu/stories/2026/06/flatworms-ruptoblasts-new-type-immune-cell-research
1•gmays•18m ago•0 comments

White House plans to vet public grants for 'American values' spark alarm

https://www.theguardian.com/us-news/2026/jun/03/trump-public-funding-proposal
1•geox•18m ago•1 comments

Show HN: Genomi – make genome data manageable and queryable by AI agents

https://github.com/exon-research/genomi
1•matthewzmd•18m ago•0 comments

Show HN: Anywager – Inline prediction-market lookup for whatever you're reading

https://chromewebstore.google.com/detail/anywager/eebgbiogbblikknenhchngapjofmbnlo
1•kingofsunnyvale•19m ago•0 comments

The largest privately owned laser just turned on

https://techcrunch.com/2026/06/03/the-worlds-largest-privately-owned-laser-just-turned-on/
1•Brajeshwar•19m ago•0 comments
Open in hackernews

Show HN: Tired of duct-taping access control into agent prompts. Here's the fix

https://github.com/yaodub/cast
5•zwigglers•1h ago

Comments

zwigglers•1h ago
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•41m ago
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
zwigglers•38m ago
Thanks, means a lot. the "tried to build it myself" crowd is exactly who this is for
raphaelschaad•12m ago
Cool — multi-user, multi-agent, virtual envs, single machine, is probably where most agentic DIY systems need to be going!