frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Unknowable Math Can Help Hide Secrets

https://www.quantamagazine.org/how-unknowable-math-can-help-hide-secrets-20260511/
1•Xcelerate•50s ago•0 comments

Google Unveils Googlebook, a New AI Laptop Built Around Gemini

https://www.macrumors.com/2026/05/12/google-unveils-googlebook/
1•Brajeshwar•1m ago•0 comments

Some Proposals for Reviving the Philosophy of Mathematics (1979) [pdf]

https://gwern.net/doc/math/1979-hersh.pdf
1•sebg•2m ago•0 comments

Filen deleted all of my data. A heads-up for others

https://old.reddit.com/r/filen_io/comments/1t3r055/filen_deleted_all_of_my_data_a_headsup_for_oth...
1•tcp_handshaker•2m ago•0 comments

DeepSeek and Grok hallucinated the same fictitious OpenBSD manpage quote

https://stuart-thomas.com/research/the-empirical-council/
1•ethical•5m ago•1 comments

One in seven prefer consulting AI chatbots to seeing a doctor, UK study shows

https://www.theguardian.com/society/2026/may/13/one-in-seven-prefer-ai-chatbots-to-seeing-doctor-...
1•chrisjj•6m ago•0 comments

Skip – One Swift Codebase. Two Native Platforms

https://skip.dev/
3•nikolay•7m ago•0 comments

AI is making it easy but also hard

1•andrewmurphy•7m ago•2 comments

Show HN: Ratify Protocol – prove who authorized an AI agent, offline, in <1ms

https://github.com/identities-ai/ratify-protocol
2•chuks•7m ago•0 comments

Fragnesia Made Public as Latest Linux Local Privilege Escalation Vulnerability

https://www.phoronix.com/news/Linux-Fragnesia
3•mikece•8m ago•0 comments

Some Business Ideas

1•haraldbregu•9m ago•0 comments

Claude for Small Business

https://www.anthropic.com/news/claude-for-small-business
1•surprisetalk•9m ago•0 comments

American Airlines flight from Miami lands in Chicago with two flat tires

https://www.cbsnews.com/chicago/news/american-airlines-flight-miami-chicago-flat-tires/
2•tusslewake•9m ago•0 comments

I'm frustrated that GitLab is doing layoffs

https://xeiaso.net/notes/2026/gitlab-layoffs/
2•ritzaco•9m ago•0 comments

Show HN: Is This Agent Safe? Free security checker that platforms cannot revoke

https://agentgraph.co/check
1•kenneives•9m ago•0 comments

Google reportedly in talks with SpaceX to launch its orbital data centers

https://www.tomshardware.com/tech-industry/artificial-intelligence/google-reportedly-in-talks-wit...
1•ritzaco•11m ago•0 comments

Ask HN: How are you securing your NPM dependencies?

2•madospace•11m ago•1 comments

Rolling the Root Key

https://www.potaroo.net/ispcol/2026-05/kskroll.html
1•speckx•12m ago•0 comments

Red Hat Desktop vs. Fedora Hummingbird: Which AI Linux Desktop Is Right for You?

https://www.zdnet.com/article/red-hat-desktop-vs-fedora-hummingbird-ai-linux/
1•CrankyBear•13m ago•0 comments

Force Social Media to Pick a Lane

https://blog.bix.computer/blog/pick-a-lane/
1•two-sandwich•13m ago•0 comments

Residents furious as Utah approves datacenter twice the size of Manhattan

https://www.theguardian.com/us-news/2026/may/13/utah-approves-datacenter-backlash
4•pzxc•14m ago•2 comments

MMTB: Evaluating Terminal Agents on Multimedia-File Tasks

https://arxiv.org/abs/2605.10966
1•Brajeshwar•15m ago•0 comments

Behavioral Integrity Verification for AI Agent Skills

https://arxiv.org/abs/2605.11770
1•Timofeibu•15m ago•0 comments

I gave a keynote called "Consent Is Dead."

https://mailchi.mp/vennfactory/pre-launch-8344837?e=462f5f3cc0
3•mooreds•16m ago•0 comments

Cool looking web development studio website

https://program.studio/
1•oriolgfarssac•17m ago•0 comments

S-100 Virtual Workbench

https://grantmestrength.github.io/S100/
3•rbanffy•17m ago•1 comments

Cheap agents, fake alumni shirts, and synthetic authors

https://danielmay.co.uk/posts/cheap-agents-alumni-shirts-and-elias-thorne/
1•danielrmay•17m ago•0 comments

Can AI Chatbots Reason Like Doctors?

https://spectrum.ieee.org/ai-clinical-decision-support
1•leopoldj•18m ago•0 comments

HPE Throws VM Users a Lifeline, Unifying Containers and VM Management

https://www.nextplatform.com/cloud/2026/05/13/hpe-throws-vm-users-a-lifeline-unifying-containers-...
1•rbanffy•19m ago•0 comments

Keep OSS alive on company time

https://ossresistance.com/?
2•edent•19m ago•0 comments
Open in hackernews

A Critical Look at "A Critical Look at MCP."

https://docs.mcp.run/blog/2025/05/16/mcp-implenda-est/
33•palmfacehn•12mo ago

Comments

nip•12mo ago
> Further, one of the issues with remote servers is tenancy

Excellent write-up and understanding of the current state of MCP

I’ve been waiting for someone to point it out. This is in my opinion the biggest limitation of the current spec.

What is needed is a tool invocation context that is provided at tool invocation time.

Such tool invocation context allows passing information that would allow authorizing, authentication but also tracing the original “requester”: think of it as “tool invoked on behalf of user identity”

This of course implies an upstream authnz that feeds these details and more.

If you’re interested in this topic, my email is in my bio: I’m of the architect of our multi-tenant tool calling implementation that we’ve been running in production for the past year with enterprise customers where authnz and auditability are key requirements.

jensneuse•12mo ago
The way we've solved this in our MCP gateway (OSS) is that the user first needs to authenticate against our gateway, e.g. by creating a valid JWT with their identity provider, which will be validated using JWKS. Now when they use a tool, they must send their JWT, so the LLM always acts in their behalf. This supports multiple tenants out of the box. (https://wundergraph.com/mcp-gateway)
Yoric•12mo ago
Is this really hard to code?

I mean, converting a tool-less LLM into a tool-using LLM is a few hundred lines of code, and then you can plug all your tools, with whichever context you want.

nip•12mo ago
Indeed very easy to code!

My point is about the need for a spec of this mechanism: without a spec, every company / org will roll out their own and result in 500 flavors of the same concept.

That’s where MCP shines: tool calling and tool discovery is already 1.5 years old (an eternity in ai land).

The MCP spec ensures that we can all focus on solving problems with tool calling rather than wasting time in cobbling together services that re not interoperable (because developed without a common spec / standard)

__loam•12mo ago
This is an advertisement
tomrod•12mo ago
I wish this were critical, but it is an ad for MCP.run.
nip•12mo ago
It’s both in my opinion and discussions can stem from the linked article

Many come to HN also for the comments

palmfacehn•12mo ago
Personally, I'm not a fan. I thought the proponent's view might stimulate a discussion.
FunnyLookinHat•12mo ago
> Server authors working on large systems likely already have an OAuth 2.0 API.

I think this biases towards sufficiently large engineering organizations where OAuth 2.0 was identified as necessary for some part of their requirements. In most organizations, they're still using `x-<orgname>-token` headers and the like to do auth.

I'm not sure that there's a better / easier way to do Auth with this use case, but it does present a signficant hurdle to adoption for those who have an API (even one ready for JSON-RPC!) that is practically ready to be exposed via MCP.

motorest•12mo ago
> I think this biases towards sufficiently large engineering organizations where OAuth 2.0 was identified as necessary for some part of their requirements. In most organizations, they're still using `x-<orgname>-token` headers and the like to do auth.

I don't think that's it. Auth is a critical system in any organization, and larger organizations actually present more resistance to change, particularly in business critical areas. If anything, smaller orgs gave an easier time migrating critical systems such as authentication.

hirsin•12mo ago
Touching on tenancy and the "real" gaps in the spec does help push the discussion in a useful direction.

https://vulnerablemcp.info/ is a good collection of the immediately obvious issues with the MCP protocol that need to be addressed. A couple low blows in there, that feel a bit motivated to make MCP look worse, but generally a good starting point overall.

owebmaster•12mo ago
This post has too many "shameless plugs" to be taken seriously.
smitty1e•12mo ago
Serious question:

If doing an extended, service-level session (like a GPT interaction) with a server known beforehand, would it make sense to set up a keypair and manage the interaction over SSH?

Restated: are we throwing away a lot of bandwidth establishing TLS trust for the more general HTTP?