frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Risk of transmission of amyloid β pathology via transfused blood products

https://doi.org/10.1016/S0140-6736(26)00767-1
1•sbulaev•32s ago•0 comments

JIT Compiling Code in 5μs

https://malisper.me/jit-compiling-code-in-5-us/
1•zX41ZdbW•2m ago•0 comments

Topagent.lol – an AI agent leaderboard ranked purely by who paid most

https://topagent.lol
1•ashleyrudland87•6m ago•0 comments

The Company That Zips the Globe – YKK's Ninety-Year Obsession

https://www.carryology.com/liking/the-company-that-zips-the-world-ykks-ninety-year-obsession/
1•thunderbong•8m ago•0 comments

Shvl – Manage packages for multi-system NixOS configs

https://neil-lobo.com/2026/shvl/
1•lobon•9m ago•0 comments

We Have the Model, Why Do We Need You?

https://hank.bond/posts/we-have-the-model-why-do-we-need-you/
1•tristanMatthias•9m ago•0 comments

Prevention of myopia in a near-primate by supplemental indigo light

https://dx.doi.org/10.1016/j.xcrm.2026.102999
1•OutOfHere•13m ago•1 comments

The End of an Athlon

http://www.os2museum.com/wp/the-end-of-an-athlon/
1•userbinator•16m ago•0 comments

Integrating Discord SDK into Eve Frontier [pdf]

https://skemman.is/bitstream/1946/50465/2/integrating_discord_sdk_into_eve_frontier_report.pdf
1•majorchord•17m ago•1 comments

Firefox 155 and beyond will be released in a two-week cadence

https://support.mozilla.org/en-US/kb/firefox-enterprise-154-release-notes
1•Throwthrowbob•17m ago•0 comments

A school planner my brother and I built as high schoolers in Brazil

https://www.peakscore.com.br/demo
1•eduardokato•21m ago•0 comments

China Is Building AI Models of American Voters

https://nataliegwinters.substack.com/p/exclusive-china-is-building-ai-models
2•like_any_other•24m ago•0 comments

A mysterious free AI model is impressing developers. Nobody knows who made it

https://www.businessinsider.com/ox-alpha-ai-model-mystery-2026-8
3•newsomix9xl•26m ago•0 comments

Fast and Hard Code

https://lucumr.pocoo.org/2026/8/22/fast-hard-code/
2•tosh•28m ago•0 comments

How Prompt Caching Works

https://sankalp.bearblog.dev/how-prompt-caching-works/
2•tosh•30m ago•0 comments

4K Video Feedback Fractal Device

https://www.thelightherder.com/
1•tobr•34m ago•0 comments

Rare-Book Sales Are Booming. They're Getting Sliced Up and Fed to AI

https://www.wsj.com/articles/ais-need-for-content-has-put-rare-book-dealers-in-a-bind-1ac5a053
1•1vuio0pswjnm7•35m ago•0 comments

Formal Perf. and Compile Time Guarantees for Compiler Optimization Heuristics

https://arxiv.org/abs/2608.20137
1•matt_d•38m ago•0 comments

Show HN: A bilingual I Ching and BaZi reflection tool

https://eastern-divination.vercel.app
1•hdd-oliver•40m ago•0 comments

A historic El Nino is forming. Here's why scientists are worried [video]

https://www.youtube.com/watch?v=Dcl5Mn373Oc
3•ksec•44m ago•0 comments

Chinese Orgs Building AI Models of American Voters to Test Political Messages

https://twitter.com/nataliegwinters/status/2090814996687237570
4•daniel_iversen•47m ago•1 comments

Before-and-after images show where SpaceX rocket crashed into the moon

https://www.washingtonpost.com/technology/2026/08/19/nasa-images-show-spacex-crash-site-moon/
2•1vuio0pswjnm7•51m ago•0 comments

MailSift – Fast email and MX DNS validator Chrome extension

https://chromewebstore.google.com/detail/mailsift/aipolipnoajkejecehomimoglebbekdm
1•GriveDev•53m ago•0 comments

Fanpage dự án T&T Homes Elite Rivera – T&T Vĩnh Long

https://www.facebook.com/tteliterivera.officialpage
1•phuocphamrealty•54m ago•0 comments

Endangered Language

https://en.wikipedia.org/wiki/Endangered_language
1•Eridanus2•55m ago•0 comments

Crafted NTFS File-System Image Allows Root Access on Linux with NTFS3 Driver

https://www.phoronix.com/news/NTFS3-Vulnerability-For-Root
1•isodude•59m ago•0 comments

Level up your life by starting a side quest

https://www.npr.org/2026/08/19/nx-s1-5936241/feeling-restless-level-up-your-life-start-side-quest
1•andsoitis•1h ago•0 comments

Using Claude hosted agents to solve open source bugs and perf improvements

https://github.com/marketplace/jaipilot
2•surajkrajan•1h ago•1 comments

What Is Braille?

https://afb.org/blindness-and-low-vision/braille/what-braille
1•andsoitis•1h ago•0 comments

Vero: Can AI Agents Build Formally Verified Software Repositories?

https://vero.verina.io/
1•matt_d•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•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?