frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

US–Iran deal reportedly finalised, announcement expected within hours

https://www.fxstreet.com/news/breaking-us-iran-deal-reportedly-finalised-announcement-expected-wi...
1•personjerry•1m ago•0 comments

Anti-Data Center Rebels in Texas Pray to Jesus to Keep Them Out

https://www.bloomberg.com/news/features/2026-05-21/small-town-texas-rebels-against-data-centers-i...
1•1vuio0pswjnm7•2m ago•0 comments

London Met Police Palantir Contract Blocked by City Hall

https://www.bbc.co.uk/news/articles/clyp1e11px0o
1•m-i-l•2m ago•0 comments

Programmatic Devcontainer Interface

https://github.com/crunchloop/devcontainer
1•bilby91•2m ago•0 comments

Meta Settles School Suit over Social Media, Averting Trial

https://www.bloomberg.com/news/articles/2026-05-21/meta-settles-school-suit-over-social-media-ave...
1•1vuio0pswjnm7•3m ago•0 comments

NSF Leadership-Class Computing Facility (UT Austin) Passes $376M Obligation

https://www.usaspending.gov/award/ASST_NON_72061521CA00003_072/
1•thebuildout•3m ago•0 comments

Social-Media Companies Settle Youth-Harm Case Ahead of Wave of Trials

https://www.wsj.com/us-news/education/social-media-companies-settle-youth-harm-case-ahead-of-wave...
1•1vuio0pswjnm7•5m ago•0 comments

Termique: Cross-Platform SSH Manager

https://termique.app/
2•theanonymousone•8m ago•0 comments

Ehyeh: The behavioral identity primitive the internet forgot to build

https://noctaracorp.com/ehyeh
1•coleaalkire•8m ago•0 comments

Winning on Jeopardy

https://www.theatlantic.com/magazine/2026/06/how-to-win-jeopardy/686933/
1•Tomte•10m ago•0 comments

E-Hiking Is Here. You Can Tell by My 1k-Watt Hips

https://www.wsj.com/tech/personal-tech/robot-legs-hypershell-x-ultra-tested-e8a254e2
1•Cider9986•11m ago•0 comments

Show HN: AI Audiobook Narrator

https://warblize.com/
2•onhacker•12m ago•0 comments

Israel's High-Tech Campaign to Kill or Capture Every Oct. 7 Attacker

https://www.wsj.com/world/middle-east/israel-gaza-ceasefire-attacks-55c889b7
2•Cider9986•12m ago•0 comments

Multi-Stream LLMs: new paper on parallelizing/separating prompts, thinking, I/O

https://arxiv.org/abs/2605.12460
2•atomicthumbs•15m ago•1 comments

A MTL shall not be required of an individual, business for these activities

https://www.scstatehouse.gov/sess126_2025-2026/bills/163.htm
1•Cider9986•15m ago•1 comments

Blink – AI Assistant. A Knowledge Destination

https://blink-oi.vercel.app
1•Pascal1997•16m ago•0 comments

Open source platform for automating sandboxed coding agents

https://github.com/mistlehq/mistle
1•mickuehl•19m ago•0 comments

Schlitz Is Gone, but First It's Getting One Last Hurrah

https://www.milwaukeemag.com/schlitz-is-gone/
1•NaOH•20m ago•0 comments

Using Kagi Search with Low Vision

https://veroniiiica.com/using-kagi-search-with-low-vision/
3•speckx•20m ago•0 comments

Mozilla and Adafruit Bring Web Serial Workflows to Firefox

https://blog.mozilla.org/en/firefox/firefox-web-serial-adafruit/
3•pentagrama•22m ago•0 comments

SpaceX's IPO Bagship carries full payload of Elon's mistakes

https://jamesthomason.com/spacex-ipo-bagship-carries-full-payload-of-elons-mistakes/
7•dollar•22m ago•0 comments

Model Half-Life

https://aifoc.us/model-half-life/
1•gmays•25m ago•0 comments

Show HN: Dhrive – Prompt to a native iOS app, built locally with your own AI CLI

https://www.dhrive.app/
1•hsnrique•25m ago•0 comments

AOC displays drinking water contaminated by data center

https://bsky.app/profile/did:plc:iu4j537hox5huj4bwnwgub4z/post/3mmeysgcjbs2j
4•cdrnsf•26m ago•0 comments

Meta to lay off 350 staff from its Irish offices – The Irish Times

https://www.irishtimes.com/business/2026/05/20/metas-irish-workers-await-news-of-job-cuts/
1•rbanffy•28m ago•0 comments

Don't call yourself a Software Engineer, and other Career Advice

https://idiallo.com/blog/you-are-an-ai-enabled-engineer-now
3•firefoxd•28m ago•0 comments

Wallace Shawn Isn't Ready to Die

https://www.interviewmagazine.com/film/wallace-shawn-metrograph-retrospective-movies
1•speckx•32m ago•0 comments

The "Megalodon" Campaign: 5718 malicious commits to 5561 GitHub repos

https://xcancel.com/safedepio/status/2057501564609421557
2•theanonymousone•33m ago•0 comments

What will better AI mean?

https://geohot.github.io//blog/jekyll/update/2026/05/20/what-will-better-mean.html
2•andy99•33m ago•0 comments

Show HN: I made a premium booking platform in 2 months vibe coding

https://kalerum.com/en
1•mailforge•33m 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•1y ago

Comments

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

Many come to HN also for the comments

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