frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Latitude.sh / datapacket.com for bare metal servers?

1•truetraveller•2m ago•0 comments

PyTorch Init Functions Explained Visually [video]

https://www.youtube.com/shorts/pp6jV-sd_a0
1•0bytematt•4m ago•0 comments

Show HN: Cycle – inverse-Pomodoro for macOS that nags you to rest

https://github.com/saint-angels/CYCLE
1•saint_angels•4m ago•0 comments

George R. R. Martin Is "Not in the Mood" to Finish the Winds of Winter

https://www.esquire.com/entertainment/books/a64917333/george-rr-martin-the-winds-of-winter-update...
1•randycupertino•6m ago•1 comments

Yeah: LLM-powered yes/no CLI tool

https://github.com/crawshaw/yeah
4•super_linear•9m ago•0 comments

Fun with CSF firmware (RK3588 GPU firmware)

https://icecream95.gitlab.io/fun-with-csf-firmware.html
1•M95D•11m ago•0 comments

Terminal-based telemetry plugin for Claude Code

https://hook-hero-web.vercel.app
2•happinesszhang•12m ago•1 comments

Manufacturing Legitimacy in the AI era ($8M fraud)

https://om.co/2026/03/21/manufacturing-legitimacy-in-the-ai-era/
1•rmason•13m ago•0 comments

Show HN: Signet-eval offers deterministic policy enforcement for Claude Code

https://jmcentire.github.io/signet-eval/
1•jmcentire2025•14m ago•0 comments

Show HN: Pi and Ghostty Running on Cloudflare Workers

https://github.com/qaml-ai/pi-worker/tree/main/examples/terminal-agent
1•vercantez•16m ago•0 comments

Acme device attestation, smallstep and pkcs11: attezt

https://linderud.dev/blog/acme-device-attestation-smallstep-and-pkcs11-attezt/
1•Foxboron•17m ago•0 comments

AI wants your soul. I just want your long link

https://tiras.pro
1•hp2090•26m ago•0 comments

Death of the IDE?

https://addyo.substack.com/p/death-of-the-ide
4•ingve•26m ago•0 comments

Halide co-founder is suing former partner for bringing source code to Apple

https://www.theverge.com/business/898687/halide-lawsuit-co-founder-apple
1•rorylawless•27m ago•0 comments

Show HN: Context.dev – One API to scrape, enrich, and understand the web

https://www.context.dev
2•ICodeSometimes•28m ago•0 comments

Aunt got scammed and sent $50k+

https://veritrue.ai/
1•cheroll•32m ago•1 comments

I made this app 'Mind Influence Lab' for experimenting consciousness hypothesis

1•Wickeddarko•32m ago•0 comments

To tilt Hungarian election, Russians proposed staging assassination attempt

https://www.washingtonpost.com/world/2026/03/21/hungary-election-interference-russia-orban/
4•vrganj•33m ago•0 comments

The Tajik Files: Part II, the Golden Asset

https://isitpropaganda.substack.com/p/the-tajik-files-part-ii-the-golden
1•jerrybmarchant•34m ago•0 comments

An Aural Companion for Decades, CBS News Radio Crackles to a Close

https://www.nytimes.com/2026/03/21/business/media/cbs-news-radio-appraisal.html
2•tintinnabula•35m ago•0 comments

World’s first self-balancing electric motorcycle rolls into production

https://newatlas.com/motorcycles/omoway-omo-x/
2•breve•36m ago•0 comments

Who's Writing the Spec?

https://dekodiert.de/en/articles/wer-spezifiziert
3•sdoering•38m ago•0 comments

7ms E2E graph-RAG retrieval Neo4j Golang rewrite. Reddit called perf "insane"

https://www.reddit.com/r/Rag/s/6O8vTeQufK
3•orneryd•40m ago•0 comments

Blitz – open-source App Store Connect client agents can control

https://github.com/blitzdotdev/blitz-mac
4•minjunes•41m ago•1 comments

DOGE goes nuclear: How Trump invited SV into America's nuclear power regulator

https://www.propublica.org/article/trump-nuclear-power-nrc-safety-doge-vought
8•epistasis•42m ago•0 comments

Show HN: An event loop for asyncio written in Rust

https://github.com/RustedBytes/rsloop
2•yehors•42m ago•0 comments

The Last Testaments of Richard II and Henry IV

https://www.historytoday.com/archive/feature/last-testaments-richard-ii-and-henry-iv
2•Petiver•42m ago•0 comments

WikiBonsai: A Legible Knowledge Layer

https://wibomd.substack.com/p/wikibonsai-a-legible-knowledge-layer
2•manunamz•44m ago•0 comments

Show HN: Simple Terminal Voice Recorder

1•chistev•44m ago•0 comments

ESP-IDF v6.0

https://developer.espressif.com/blog/2026/03/idf-v6-0-release/
2•qpe0•46m 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•10mo ago

Comments

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

Many come to HN also for the comments

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