frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

IOC announces principles of neutrality during aggression against Iran

https://www.olympics.com/ioc/news/ioc-statement-on-athletes-safe-passage
1•metaPushkin•1m ago•0 comments

Skill for Creating Agent Skills

https://github.com/mgechev/skills-best-practices/tree/main/skill
1•ovvvn3r•2m ago•0 comments

The Birth of a New Commodity Class and a Spot Market for Inference

https://thegrid.ghost.io/the-birth-of-a-new-commodity-class-and-a-spot-market-for-inference/
1•sishirvarghese•2m ago•0 comments

Understanding Model Context Protocol: Connecting Your Software to AI

https://fusionauth.io/articles/ai/mcp-connecting-software-ai
2•mooreds•2m ago•0 comments

Do Nothing Investing

https://longviewy.com/do-nothing-investing-with-decision-gates/
1•josephcs•4m ago•0 comments

Reverse Engineering Crazy Taxi, Part 1

https://wretched.computer/post/crazytaxi
1•wgreenberg•4m ago•0 comments

War has pushed global markets into the danger zone

https://sherwood.news/markets/war-has-pushed-global-markets-into-the-danger-zone/
1•speckx•5m ago•0 comments

The Corporate Bullshit Receptivity Scale: Development, Validation, Work Outcomes

https://www.researchgate.net/publication/382308213_The_Corporate_Bullshit_Receptivity_Scale_Devel...
1•bikenaga•6m ago•0 comments

A Day in the Life of an Ensh**ttificator

https://www.youtube.com/watch?v=T4Upf_B9RLQ
1•rasso•6m ago•0 comments

GPT‑5.3 Instant System Card

https://openai.com/index/gpt-5-3-instant-system-card/
1•swolpers•8m ago•0 comments

Why VS Code remains a developer favorite, year after year

https://shiftmag.dev/vs-code-171/
1•TheAnkurTyagi•8m ago•0 comments

Quantum Data Can Teach AI to Do Better Chemistry

https://spectrum.ieee.org/quantum-chemistry
1•digital55•9m ago•0 comments

Vmsan – firecracker microVMs in one command

https://github.com/angelorc/vmsan
1•angelorc•9m ago•1 comments

Trump says U.S. will cut all trade with Spain

https://www.detroitnews.com/story/news/world/2026/03/03/trump-says-u-s-will-cut-all-trade-with-sp...
6•scythe•9m ago•3 comments

Qwen Lead "Forced Out"

https://old.reddit.com/r/LocalLLaMA/comments/1rjtzyn/junyang_lin_has_left_qwen/
1•mellosouls•10m ago•1 comments

Show HN: We want to displace Notion with collaborative Markdown files

https://www.moment.dev/
6•antics•11m ago•0 comments

Seurat Most Famous for Paris Park Painting Yet Half His Paintings Were Seascapes

https://www.smithsonianmag.com/smart-news/georges-seurat-is-most-famous-for-his-pointillist-paint...
1•bookofjoe•13m ago•0 comments

Show HN: Apcher – Generate self-hosted Node.js workflows from prompts

https://apcher.dev
2•Samueedwards1•13m ago•5 comments

More Than a Quarter of HBO Max Subscribers in the U.S. Have Paramount+

https://www.hollywoodreporter.com/tv/tv-news/hbo-max-paramount-plus-combination-how-many-subscrib...
1•indigodaddy•13m ago•0 comments

Exploring Maturity Models for Security

https://www.cloudsecuritypartners.com/blog/exploring-maturity-models
2•todsacerdoti•14m ago•0 comments

Data Talks on the Rocks: Elevating the Voice of Builders

https://datatalks.rilldata.com/
3•articsputnik•14m ago•0 comments

The Five Ways to Control a Coding Agent from Your Phone (and Where Each Breaks)

https://www.omnara.com/blog/mobile-coding-landscape
1•isehgal•14m ago•0 comments

An Age of Promethean Ambitions

https://brianschrader.com/archive/an-age-of-promethean-ambitions/
1•sonicrocketman•18m ago•0 comments

Lessons from CalyxOS signing process redesign

https://calyxos.org/news/2026/02/10/calyxos-hsm-signing/
1•PaulHoule•18m ago•0 comments

US Government Open Data MCP

https://github.com/lzinga/us-gov-open-data-mcp
1•Insight54•19m ago•1 comments

Trump Threatens to Cut Off Trade After Spain Denies Air Base Use

https://www.bloomberg.com/news/articles/2026-03-03/trump-threatens-to-cut-off-trade-after-spain-d...
10•akyuu•19m ago•3 comments

The Republic of Execution

https://blog.hermesloom.org/p/the-republic-of-execution
1•sigalor•20m ago•0 comments

Show HN: Homebrew tap for unsigned macOS apps rejected by official casks

https://github.com/SoftwareRat/homebrew-unsigned-tap
1•Enlarged9135•20m ago•0 comments

Patterns in AI-Augmented Software Development

https://library.chironcodex.com/books/patterns-in-ai-augmented-software-development
2•grahamlee•20m ago•0 comments

The six dumbest ideas in computer security (2005)

https://www.ranum.com/security/computer_security/editorials/dumb/
2•alcazar•22m ago•0 comments
Open in hackernews

Show HN: IronCurtain: A secure* runtime for AI agent loops

https://github.com/provos/ironcurtain
1•nielsprovos•2h ago

Comments

nielsprovos•2h ago
Hi! I have spent decades building security primitives such as bcrypt and Safe Browsing. The current rise in AI agents scares me due to them leveraging our full ambient authority. When proxying your full permissions, a single prompt injection can lead to sensitive data being exfiltrated or all your emails being deleted. I built IronCurtain as a research prototype to “secure” agents assuming that eventually they will go fully rogue. Instead of broad access, the agent is required to write TypeScript inside a V8 isolate. This code can only issue function calls that translate into Model Context Protocol (MCP) tool calls. Every call passes through a trusted policy engine driven by a plain English constitution compiled into deterministic rules. Credentials live exclusively in the MCP servers and remain invisible to the agent. It currently focuses on securing developer experiences like running Claude Code, with personal AI assistants as a longer term goal. I am looking for technical critiques of this trust model. If you see potential bypasses in the architecture, let me know.