frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: How do you distinguish prompt issues from model failures in LLMs today

2•se4u•32s ago•0 comments

Lifeguard: A fast Rust-based static analysis tool, for Python lazy imports

https://github.com/facebook/Lifeguard
1•phpencil•1m ago•0 comments

AWS spurs Catch-22, ending PostgreSQL 13 support for RDS

https://www.theregister.com/2026/03/17/aws_ends_support_postgresql_13_rds/
1•arusahni•1m ago•0 comments

EU Inc.: incorporate in any EU country in 48 hours with no minimum capital

https://twitter.com/EU_Commission/status/2034231737161588800
2•bpierre•2m ago•1 comments

Population Around a Point

https://www.tomforth.co.uk/circlepopulations/
1•bookofjoe•2m ago•0 comments

Xiaomi MiMo-V2-Pro: Flagship Foundation Model Towards Agent Era

https://mimo.xiaomi.com/mimo-v2-pro
1•gainsurier•3m ago•0 comments

Construct's official 3D model object

https://www.construct.net/en/blogs/construct-official-blog-1/introducing-constructs-1900
1•AshleysBrain•3m ago•0 comments

Preventing and Debugging Memory Leaks in Node.js

https://betterstack.com/community/guides/scaling-nodejs/high-performance-nodejs/nodejs-memory-leaks/
1•eustoria•3m ago•0 comments

Optimization lessons from a Minecraft structure locator

https://purplesyringa.moe/blog/optimization-lessons-from-a-minecraft-structure-locator/
1•gavide•5m ago•0 comments

Coastline – detect resonance between ideas, fed by your OpenClaw agent

https://coastline-production.up.railway.app/
1•pb_lightmind•5m ago•1 comments

Your ChatGPT Conversations Aren't as Private as You Think

https://stellarraccoon.com/your-chatgpt-conversations-arent-as-private-as-you-think-heres-whats-b...
1•eustoria•5m ago•0 comments

Verifying Move Borrow Checker in Lean:An Experiment in AI-Assisted PL Metatheory

https://proofsandintuitions.net/2026/03/18/move-borrow-checker-lean/
1•matt_d•7m ago•0 comments

Show HN: Augre – A cross platform ePub reader for deep reading

https://getaugre.com
1•ishanr•7m ago•0 comments

Judge orders Krafton to re-hire Subnautica studio founders

https://www.rockpapershotgun.com/subnautica-2-bosses-handed-back-control-of-company-after-judge-f...
1•12_throw_away•7m ago•0 comments

Show HN: HypergraphZ – Hypergraph Implementation in Zig

https://github.com/yamafaktory/hypergraphz
1•yamafaktory•8m ago•0 comments

Show HN: My VPS got DDoS'd into a kernel panic, so I learned XDP

https://liuu.org/posts/ddos/
1•kennethhh•9m ago•0 comments

Understanding Detection of Belowground Natural Gas Leaks in Urban Environments

https://www.sciencedirect.com/science/article/pii/S2667143325001647
1•PaulHoule•11m ago•0 comments

Does "AI" cause delusion, or just attract those aleady suffering?

2•chrisjj•13m ago•0 comments

Digg Is Gone Again

https://digg.com
3•hnarayanan•14m ago•1 comments

Ask HN: How do you use AI agents in your day to day life?

1•sujayk_33•15m ago•0 comments

Show HN: Built a crosslister (in PHP!) that supports Vinted (which has no API)

1•gosixl•16m ago•0 comments

Show HN: CareerKit – ATS scorer and resume tailoring tool for job seekers

1•tanbirrrrr•16m ago•0 comments

Encyclopedia Britannica, Merriam-Webster Sue OpenAI for Copyright Infringement

https://techcrunch.com/2026/03/16/merriam-webster-openai-encyclopedia-brittanica-lawsuit/
2•Vaslo•16m ago•1 comments

The biggest surprise of the MacBook Neo

https://asymco.com/2026/03/18/the-biggest-surprise-of-the-macbook-neo/
2•ndr42•16m ago•1 comments

Former Uber self-driving chief crashes his Tesla, exposes supervision problem

https://electrek.co/2026/03/17/former-uber-self-driving-chief-tesla-fsd-crash-supervision-problem/
2•upofadown•17m ago•0 comments

A watchface where it's 11 AM, but the timezone changes every hour

https://mastodon.nl/@koenvh/116233325333833474
1•Koenvh•17m ago•0 comments

Government backtracks on AI and copyright after outcry from major artists

https://www.bbc.co.uk/news/articles/cvg1gr5v333o
4•chrisjj•18m ago•0 comments

Show HN: Procedural tree and boulder sprite generation – TypeScript library

https://markshtat.com/notebook/every-spruce-is-sacred/
1•markshtat•18m ago•0 comments

Gstack++ – Garry Tan's gstack adapted for C++ development

https://github.com/bulyaki/gstackplusplus
1•bulyaki•18m ago•1 comments

Banksy's Identity Has Been Revealed. Expect His Art to Sell for a Lot More

https://www.wsj.com/arts-culture/fine-art/banksy-reveal-art-cost-buyers-b54c109d
1•bookofjoe•20m ago•1 comments
Open in hackernews

Show HN: Permit MCP Gateway – Fine-Grained Authorization and IGA for MCP

https://www.permit.io/mcp-gateway
2•gemanor•1h ago
Hi HN, Gabriel, Co-Founder at Permit.io. We're releasing Permit MCP Gateway today, an authorization proxy for MCP servers.

TL;DR - we built an MCP Gateway that developers love and CISOs trust. Watch more[0]

Now, after your little hate on using fancy copy on HN, to the real thing:

MCP is in a strange place. Developers are debating whether it's overcomplicated compared to CLIs or skills files. Meanwhile, enterprises are adopting it by default because every agentic system that acts on your behalf, Cursor, Claude, Copilot, internal agents, needs a stable infrastructure for connecting to tools. MCP is the only standardized protocol for AI proactively acting on internal systems. Whether you love the protocol or not, it's where enforcement needs to happen.

We build authorization infrastructure (OPA-based, Zanzibar-style ReBAC, sub-10ms decisions). As our customers adopted AI tooling, MCP authorization became the most common gap they hit. The protocol has authentication (OAuth 2.1 in the latest spec), but no authorization layer. Once an agent authenticates, it can call any tool on the server. There's no per-tool policy, no way to scope what an agent can do based on who authorized it, no consent flow where a human explicitly approves what an agent can access, and no audit trail linking tool calls back to a human decision.

So we built a proxy that adds what's missing. You point it at any MCP server, change one URL in your client config, and every tool call gets evaluated against fine-grained policy before reaching the upstream server.

What the gateway does:

- Sits between MCP clients (Claude, Cursor, VS Code, custom agents) and upstream MCP servers - Auto-generates authorization policies per tool when you connect a new server - Evaluates every tools/call request against policy in real time - Tracks the delegation chain: which human authorized which agent, at what trust level - Enforces trust ceilings so an agent can't exceed what its human granted - Human-in-the-loop consent flows for sensitive tool access (visual editor, white-label support) - Logs every allow/deny decision with full context

The policy engine underneath uses OPA and a Zanzibar-style relationship graph (ReBAC). It supports RBAC, ABAC, and ReBAC. This is the same engine we've been running in production at companies like Tesla, Cisco, and Intel for application-level authorization. Extending it to MCP tool calls was a natural fit because the trust model maps directly: human -> agent -> server -> tool is just another relationship graph.

Tech details: the gateway speaks MCP natively (SSE transport, working on Streamable HTTP). It proxies the full MCP lifecycle including tool discovery, so it can inspect available tools and generate contextual policies on connection. Authorization decisions are evaluated by Permit's PDP (policy decision point) with sub-10ms latency. You can run it hosted (*.agent.security) or deploy the PDP in your own VPC for data residency.

Docs: https://docs.permit.io/permit-mcp-gateway/overview Architecture: https://docs.permit.io/permit-mcp-gateway/architecture Try it: https://app.agent.security

Happy to answer questions about the authorization model, the policy engine, the trust delegation approach, or hear how others are solving this.

[0] youtube.com/watch?v=plqcg31hsk8