frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A portable OS for emergency situations and extreme privacy needs

https://github.com/Ganso/refugiOS
1•SrTopete•2m ago•0 comments

Show HN: Proposly – AI-generated client proposals for freelancers

https://proposly.org
1•Jafer070•5m ago•0 comments

Everyone needs own their own machine that is an extension of their intelligence

https://twitter.com/beffjezos/status/2045719076644040991
2•bilsbie•5m ago•0 comments

I built a hobby matching engine that scores activities across lifestyle traits

https://hobbystack.net/
1•thorninanearcor•9m ago•1 comments

High-Fidelity KV Cache Summarization Using Entropy and Low-Rank Reconstruction

https://jchandra.com/posts/hae-ols/
2•jchandra•9m ago•0 comments

America wakes up to AI's dangerous power

https://www.economist.com/leaders/2026/04/16/america-wakes-up-to-ais-dangerous-power
1•runeks•11m ago•1 comments

Wine 11.7 – Run Windows Applications on Linux, BSD, Solaris and macOS

https://www.winehq.org/announce/11.7
1•neustradamus•12m ago•0 comments

Forecastr – RFC 3161 timestamps for AI forecasts, verifiable with OpenSSL

https://www.forecastr.dev/
1•dnsreicht•12m ago•0 comments

Mitit.org/Blogs/4

https://mitit.org/Blogs/4
1•yetercom•13m ago•0 comments

Cannabis criminal law in Germany in 2026

https://www.ferner-alsdorf.com/cannabis-criminal-law-in-germany-in-2026/
1•slow_typist•14m ago•0 comments

Vigil

https://github.com/KultMember6Banger/vigil
1•KM6B•20m ago•0 comments

Show HN: OpenClawdex – Open-Source Orchestrator UI for Claude Code and Codex

https://github.com/alekseyrozh/openclawdex
2•alekseyrozh•21m ago•0 comments

The Seaside Town Trying to Reclaim Its Title as 'Submarine Capital of the World'

https://www.wsj.com/us-news/the-seaside-town-trying-to-reclaim-its-title-as-submarine-capital-of-...
1•impish9208•25m ago•1 comments

Summarizing and Reviewing my earliest ML research paper, 7 years later

https://www.lesswrong.com/posts/s23gcSGmWh3YwDBdW/summarizing-and-reviewing-my-earliest-ml-resear...
1•joozio•27m ago•0 comments

Show HN: Vitality AI Health – blood work, wearables, and DNA unified

https://vitalityaihealth.com
1•Kevin_VAI•27m ago•1 comments

Show HN: Prompt-to-Excalidraw demo with Gemma 4 E2B in the browser (3.1GB)

https://teamchong.github.io/turboquant-wasm/draw.html
2•teamchong•27m ago•0 comments

My Obsidian Setup

https://cernockyd.com/blog/my-obsidian-setup
1•cernocky•28m ago•0 comments

Ruby Central in 'real financial jeopardy' following RubyGems maintainer ruckus

https://www.theregister.com/2026/04/19/rubygems_nonprofit_in_real_financial/
1•jjgreen•29m ago•0 comments

The three kinds of leverage that anchor effective strategies

https://longform.asmartbear.com/leverage/
1•kristianp•31m ago•0 comments

Track HN: Comparing 156 LLM Launch Posts on Hacker News

https://track-hacker-news.com/reports/llm-launches
1•namiwang•31m ago•0 comments

Apollo vs. Artemis: How the Earth changed in 58 years

https://www.bbc.com/future/article/20260417-apollo-v-artemis-how-the-earth-changed-in-58-years
1•giuliomagnifico•32m ago•0 comments

The Abstraction Fallacy: Why AI Can Simulate But Not Instantiate Consciousness

https://deepmind.google/research/publications/231971/
1•pseudolus•33m ago•1 comments

Laravel Magika – AI Powered File Type Detection

https://github.com/megoxv/laravel-magika
1•megoxv•34m ago•0 comments

Curing U.S. Health Care, Part I

https://paulkrugman.substack.com/p/curing-us-health-care-part-i
1•rbanffy•35m ago•0 comments

Scientists Capture Superconductivity's 'Dancing Pairs' for First Time

https://www.simonsfoundation.org/2026/04/15/scientists-capture-superconductivitys-dancing-pairs-f...
2•ganitam•35m ago•0 comments

18 Months of Monk Mode Taught Me: Reading Should Feel Like Play, Not Work

https://www.cogito-app.io
2•hugobeey•41m ago•0 comments

Show HN: Using Ramanujan's Pi Series for Bitcoin Security on Nvidia B200

https://zenodo.org/records/19650883
3•Prakash_1•44m ago•1 comments

When dashes give away ChatGPT usage

https://www.lemonde.fr/en/m-le-mag/article/2026/04/19/when-dashes-give-away-chatgpt-usage_6752585...
1•geox•45m ago•0 comments

WireGuard for Windows Reaches v1.0

https://www.phoronix.com/news/WireGuard-For-Windows-1.0
1•Bender•47m ago•0 comments

Robot beats humans to win Beijing half-marathon

https://news.sky.com/video/robot-beats-humans-to-win-beijing-half-marathon-13533657
1•austinallegro•47m ago•2 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?