frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Microsoft patents system for AI helpers to finish games for you

https://www.dexerto.com/gaming/microsoft-patents-system-for-ai-helpers-to-finish-games-for-you-33...
1•JeanKage•1m ago•0 comments

Millennium Challenge 2002

https://en.wikipedia.org/wiki/Millennium_Challenge_2002
1•vrganj•3m ago•0 comments

PromptVault free tool for multi agentic development

1•bohdokas•4m ago•0 comments

Ask HN: How to Plan for a Better GTM for a Digital SaaS Product B2B

1•sriramgonella•7m ago•0 comments

The 'number station' sending mystery messages to Iran

https://www.ft.com/content/86c4a4ca-ca06-4fc8-90fe-4f46357b804f
3•thm•8m ago•0 comments

White-Box Attacks on PhotoDNA Perceptual Hash Function

https://eprint.iacr.org/2026/486
1•_____k•9m ago•0 comments

Michael Faraday: Scientist and Nonconformist (1996)

http://silas.psfc.mit.edu/Faraday/
3•o4c•15m ago•0 comments

An open letter to Grammarly and other plagiarists, thieves and slop merchants

https://www.moryan.com/an-open-letter-to-grammarly-and-other-plagiarists-thieves-and-slop-merchants/
3•october8140•20m ago•0 comments

Reaching net zero by 2050 'cheaper for UK than one fossil fuel crisis'

https://www.theguardian.com/environment/2026/mar/11/reaching-net-zero-by-2050-cheaper-for-uk-than...
3•ljf•22m ago•0 comments

4n6Img Project

1•Hoxed•27m ago•0 comments

Capital Isn't Destiny

https://writing.nikunjk.com/p/capital-isnt-destiny
1•tosh•27m ago•0 comments

Show HN: CLI and TUI for Elasticsearch and OpenSearch

https://github.com/jillesvangurp/kt-search/tree/master/ktsearch-cli
1•jillesvangurp•27m ago•1 comments

FreeBSDKit: Swift Package to Write Capability-Aware FreeBSD Apps

https://christiantietze.de/posts/2026/03/freebsdkit-swift-package-write-capability-aware-freebsd-...
1•frizlab•29m ago•0 comments

At the Boundary of Self-Reference

https://changkun.substack.com/p/at-the-boundary-of-self-reference
2•changkun•30m ago•0 comments

Decoupled by Design: Billion-Scale Vector Search

https://www.databricks.com/blog/decoupled-design-billion-scale-vector-search
1•twalichiewicz•31m ago•0 comments

IamHacked Project

1•Hoxed•33m ago•0 comments

Bavaria 1930: How Beer Halls Became Town Halls

https://warcommons.com/2026/03/09/bavaria-1930-beer-halls-to-town-halls/
1•NENCMediaGroup•33m ago•1 comments

Double Descent

https://en.wikipedia.org/wiki/Double_descent
2•cl3misch•34m ago•0 comments

MacBook Neo Has Up to 8× Slower SSD Speeds Compared to New MacBook Pro

https://www.macrumors.com/2026/03/10/macbook-neo-slower-ssd-speeds/
1•tosh•35m ago•2 comments

Web Reading Assistant

https://speakoala.com/
1•yuhoayu•35m ago•0 comments

Gas Just Hit $8 a Gallon in This Major US City

https://www.slashgear.com/2120453/gas-8-dollars-gallon-los-angeles/
2•stopbulying•35m ago•1 comments

Ask HN: What is thick black row above top of header?

2•guiambros•39m ago•5 comments

Show HN: Access all your apps with a single AI

https://www.reflexion-labs.com
3•othm93•48m ago•0 comments

The Russian explosives plot that targeted the UK

https://www.bbc.com/news/articles/cpd83zwqlvno
1•MilnerRoute•49m ago•0 comments

X Users Find Their Real Names Are Being Googled in Israel by Using "Au10tix"

https://www.mintpressnews.com/x-users-find-their-real-names-are-being-googled-in-israel-after-usi...
5•vidyesh•52m ago•1 comments

Ask HN: What's the best computer science book you've read recently?

2•kothariji•55m ago•0 comments

Show HN: I built SinoName – gen Chinese names with culture meaning, in one day

https://sinoname.geekaa.com
2•quasimo•1h ago•1 comments

Gemma Needs Help

https://www.lesswrong.com/posts/kjnQj6YujgeMN9Erq/gemma-needs-help
7•pr337h4m•1h ago•0 comments

Ask HN: How are people forecasting AI API costs for agent workflows?

4•Barathkanna•1h ago•7 comments

Numerical Integration on HP Calculators

https://axiomelab.gitlab.io/hp-integral/article_hp_en.html
3•Tomte•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•9mo ago

Comments

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

Many come to HN also for the comments

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