frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: What Are You Building?

1•lagniappe•3m ago•0 comments

Now Available: Monthly Subscriptions with a 12-Month Commitment

https://developer.apple.com/news/?id=agq42lxe
3•Austin_Conlon•4m ago•0 comments

Trader.ai – a leaderboard of AI trading bots you can learn from

https://trader.ai
1•TTB_Bulletin•9m ago•0 comments

Microsoft is hiding Windows 11's 'eyes'

https://www.tomsguide.com/ai/microsoft-is-hiding-windows-11s-eyes-heres-how-to-find-copilot-visio...
2•rolph•12m ago•0 comments

Sick of Copilot? You Can Uninstall Microsoft's AI, but It's Tricky

https://www.pcmag.com/news/sick-of-copilot-you-can-finally-uninstall-microsofts-ai-but-its-tricky
2•rolph•17m ago•0 comments

Upscaling classic Sierra adventure games

https://www.youtube.com/watch?v=z9Yp9S23ICo
2•bane•18m ago•0 comments

82nd Airborne Division Using AI to Support 'Project Freedom'

https://www.wral.com/news/local/82nd-airborne-division-ready-support-project-freedom-iran-war-may...
2•Noaidi•23m ago•0 comments

Cryptographic hashing as a transformer attention head

https://github.com/ffr1/unbounded-context-attention
2•SkorpSeven•23m ago•0 comments

Show HN: Design Taste for AI Agents

https://aidesigntaste.com/
5•novateg•34m ago•0 comments

Incus 7.0 LTS has been released

https://discuss.linuxcontainers.org/t/incus-7-0-lts-has-been-released/26641
2•ropyeett•40m ago•1 comments

Two alleged murder plots brought India, US and Canada to a diplomatic crisis

https://www.bloomberg.com/features/2025-india-sikh-separatist-deaths/
7•areoform•40m ago•0 comments

Makúh Residencial – buy land in Yucatán with an online quote tool and financing

https://makuhresidencial.com/
2•Sabu87•41m ago•0 comments

From Nand to Tetris

https://www.nand2tetris.org
2•lopespm•47m ago•0 comments

Perspectival Ball Mixing

https://www.mint-teapot.com/balls/perspective/
4•mint-teapot•50m ago•0 comments

Chinese court rules firms can't lay off workers on AI grounds

https://fortune.com/2026/05/03/chinese-court-layoffs-workers-ai-replacement-labor-market/
2•latexr•53m ago•1 comments

CollectorVision Part 8: The Sol Ring Benchmark –Testing Hardest Card Recognition

https://blog.hanclin.to/posts/gh-26/
3•fragmede•54m ago•0 comments

Codex's precision and attention to detail is *crazy* when set up correctly

3•ditchfieldcaleb•56m ago•3 comments

Whole-body ultrasound captures full cross-sections in 10 seconds

https://medicalxpress.com/news/2026-04-body-ultrasound-captures-full-sections.html
3•PaulHoule•1h ago•0 comments

DeepSeek V4 Pro: The First Chinese Model at the Frontier

https://foodtruckbench.com/blog/deepseek-v4-pro
3•nnx•1h ago•0 comments

Show HN: Better Design – 28 Shadcn design systems (OSS, MCP: Cursor/Claude Code)

https://github.com/marvkr/better-design
3•marvinkr•1h ago•0 comments

The Physics Behind the Thumb on Hose Trick

https://practical.engineering/blog/2026/5/5/the-physics-behind-the-thumb-trick
4•sohkamyung•1h ago•0 comments

VECT: Ransomware by Design, Wiper by Accident

https://research.checkpoint.com/2026/vect-ransomware-by-design-wiper-by-accident/
2•gnabgib•1h ago•0 comments

Apache HTTP Server: HTTP2: double free and possible RCE on early reset

https://www.cve.org/CVERecord?id=CVE-2026-23918
4•IncandescentGas•1h ago•0 comments

We Analyzed 20 Most Common Fake WordPress Plugins. Here's What They Do

https://blog.imunify360.com/20-most-common-fake-wordpress-plugins
2•shaunpud•1h ago•0 comments

Izeria.com a website/app to discover spots and gamify visiting your local area

https://www.izeria.com/en
3•eltados•1h ago•3 comments

Human brain changes after first psilocybin use

https://www.nature.com/articles/s41467-026-71962-3
11•karma_daemon•1h ago•2 comments

Ubuntu Is Run by "N00bs" (and It Shows)

https://techrights.org/n/2026/05/05/Ubuntu_is_Run_by_N00bs_and_It_Shows.shtml
5•amcclure•1h ago•1 comments

How much of the scientific literature is generated by AI?

https://www.nature.com/articles/d41586-025-03504-8
2•warbaker•1h ago•0 comments

IronMap – Self-hosted fitness tracker with community gym equipment database

https://github.com/bhman792/ironmap
2•bhman79•1h ago•0 comments

An atmosphere around a tiny, icy world beyond Pluto

https://apnews.com/article/pluto-atmosphere-kuiper-belt-c6b0ec2e0631f47c25ce18479b14e1ed
4•tcp_handshaker•1h 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•11mo ago

Comments

nip•11mo 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•11mo 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•11mo 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•11mo 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•11mo ago
This is an advertisement
tomrod•11mo ago
I wish this were critical, but it is an ad for MCP.run.
nip•11mo ago
It’s both in my opinion and discussions can stem from the linked article

Many come to HN also for the comments

palmfacehn•11mo ago
Personally, I'm not a fan. I thought the proponent's view might stimulate a discussion.
FunnyLookinHat•11mo 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•11mo 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•11mo 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•11mo ago
This post has too many "shameless plugs" to be taken seriously.
smitty1e•11mo 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?