frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Reduce Cron Email Noise with Logdiff

https://chapati.systems/reduce-cron-email-noise-with-logdiff/
1•Wronnay•1m ago•0 comments

DeepSeekMath-V2: Towards Self-Verifiable Mathematical Reasoning

https://github.com/deepseek-ai/DeepSeek-Math-V2
1•maxloh•1m ago•0 comments

Anime event in Shanghai canceled after singer's show interrupted

https://www.japantimes.co.jp/news/2025/11/29/japan/shanghai-japan-anime-event-cancel/
1•DustinEchoes•4m ago•0 comments

Unconditional self-acceptance is impossible

https://www.technotheoria.org/p/unconditional-self-acceptance-is
1•paulpauper•4m ago•0 comments

A Different Type of Dementia Is Changing What's Known About Cognitive Decline

https://www.nytimes.com/2025/11/28/health/late-dementia-alzheimers.html
1•mitchbob•7m ago•1 comments

Why Doesn't Anyone Monitor AI Consciousness? [video]

https://youtu.be/S8ttAlUXbc0
1•indigodaddy•8m ago•0 comments

Colleges Are Preparing to Self-Lobotomize

https://www.theatlantic.com/ideas/2025/11/colleges-ai-education-students/685039/
1•JumpCrisscross•10m ago•0 comments

We're learning more about what Vitamin D does to our bodies

https://www.technologyreview.com/2025/11/21/1128206/vitamin-d-bodies-bone-health-immune/
2•Brajeshwar•13m ago•0 comments

A real-time stream of anonymous human thoughts

https://cloudly.cc
1•98469056•13m ago•0 comments

Inside the deal-making power of the F-35: A weapon, a network, strategic lock-in

https://timesofindia.indiatimes.com/world/us/inside-the-deal-making-power-of-the-f-35-a-weapon-a-...
1•rustoo•13m ago•0 comments

UN Convention Against Torture–Findings Re Albania, Argentina, Bahrain and Israel

https://tbinternet.ohchr.org/_layouts/15/treatybodyexternal/SessionDetails1.aspx?SessionID=2844&L...
1•treetalker•13m ago•1 comments

How and Why You Should Cut Your Social Media Usage

https://www.samstack.io/p/how-and-why-you-should-cut-your-social
1•paulpauper•13m ago•0 comments

N.Y. Law Could Set Stage for A.I. Regulation's Next 'Big Battleground'

https://www.nytimes.com/2025/11/29/nyregion/personalized-surveillance-pricing-ai-new-york.html
1•mitchbob•14m ago•1 comments

Experts warn of growing risk of 'ChatGPT psychosis' among AI chatbot users

https://techoreon.com/ai-chatgpt-psychosis-delusion-among-chatbot-users-experts/
2•ashishgupta2209•15m ago•0 comments

Auditing Large-Scale GCP Environments with InSpec/CINC

https://www.alexbilz.com/post/2025-11-18-auditing-gcp-with-inspec/
1•ninefinger•16m ago•1 comments

I measure my cortisol from sweat using a hacked-together device

https://www.reddit.com/r/Biohackers/s/lSS8Z42oWq
1•hentrep•16m ago•0 comments

His Very Variousness: Benjamin Franklin's Experiments

https://www.lrb.co.uk/the-paper/v47/n22/ferdinand-mount/his-very-variousness
1•jger15•16m ago•0 comments

I used an algorithm to see every inch of my neighborhood

https://youtu.be/hjuu-w2sK2g
2•dbsdev•17m ago•0 comments

How much do I owe in taxes?

https://taxquarterly.com/
1•vetraxneo_apps•18m ago•1 comments

FAA issues airspace warning for the SVZM FIR

https://safeairspace.net/venezuela/
1•ByteBlaster•19m ago•0 comments

Openreview Statement Regarding API Security Incident

https://openreview.net/forum/user%7Cstatement_regarding_api_security_incident
1•sieste•23m ago•0 comments

Individual and well-being factors associated w chatbot usage: A 6-country study

https://journals.sagepub.com/doi/10.1177/02654075251392956
1•DrierCycle•24m ago•0 comments

I'm a Concert Pianist. This Is Why I Seek Imperfection.

https://www.nytimes.com/2025/11/29/opinion/pianist-music-performance-perfection.html
1•mitchbob•24m ago•1 comments

Schubfach: The smallest double-to-string implementation

https://vitaut.net/posts/2025/smallest-dtoa/
2•todsacerdoti•26m ago•0 comments

Setting a wallpaper with less than 250 Kb

https://www.lgfae.com/posts/2025-11-21-SettingAWallpaperWithLessThan250KB.html
1•todsacerdoti•28m ago•0 comments

Bikeshedding, or why I want to build a laptop

https://geohot.github.io//blog/jekyll/update/2025/11/29/bikeshedding-or-laptop.html
3•lairv•29m ago•1 comments

Show HN: Rhubarb – C89 Libraries in Latin

https://github.com/farant/rhubarb
1•water_badger•33m ago•0 comments

Problematic USB NVMe SSD Enclosure? Disable Linux USB Attached Storage (UAS)

https://leo.leung.xyz/wiki/How_to_disable_USB_Attached_Storage_(UAS)
1•transpute•34m ago•0 comments

The Ukachi Universal Law of Transformation Energy

https://zenodo.org/records/17756265
1•tressp•34m ago•1 comments

How do you learn without AI?

https://stackoverflow.com/q/79832798/453783
1•robin_reala•35m ago•1 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•6mo ago

Comments

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

Many come to HN also for the comments

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