frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

OpenAI Onboards Department of War

https://twitter.com/i/status/2027578652477821175
1•dinosor•3m ago•0 comments

The use of hydroxyapatite toothpaste to prevent dental caries

https://pmc.ncbi.nlm.nih.gov/articles/PMC8930857/
2•gurjeet•5m ago•0 comments

Show HN: TattooForge – AI Tattoo Design Generator

https://tattooforge.art
1•crawde•7m ago•0 comments

Agreement with the Department of War

https://twitter.com/sama/status/2027578580159631610
2•madars•7m ago•0 comments

OpenAI Entered into an agreement with the DoD last January

https://defensescoop.com/2025/01/16/openais-gpt-4o-gets-green-light-for-top-secret-use-in-microso...
1•dakolli•8m ago•1 comments

Please, please, please stop using passkeys for encrypting user data

https://blog.timcappalli.me/p/passkeys-prf-warning/
1•zdw•9m ago•0 comments

Book Review: 'A World Appears,' by Michael Pollan

https://www.nytimes.com/2026/02/27/books/review/a-world-appears-michael-pollan.html
1•lxm•10m ago•0 comments

Jemini Deep Research

https://twitter.com/jmailarchive/status/2027516806806835548
2•jbegley•12m ago•1 comments

Ancient Killer Is Rapidly Gaining Resistance to Antibiotics, Scientists Warn

https://www.sciencealert.com/ancient-killer-is-rapidly-gaining-resistance-to-antibiotics-scientis...
1•thelastgallon•13m ago•0 comments

Burger King is testing AI headsets that will know if employees say 'welcome'

https://abc7.com/post/burger-king-is-testing-ai-headsets-will-know-employees-say-welcome-thank/18...
1•lxm•13m ago•0 comments

Elementary OS 8.1.1 Available Now

https://blog.elementary.io/os-8-1-1-available-now/
1•todsacerdoti•15m ago•0 comments

The Rise and Fall of a 3-D Printing Empire

https://www.nytimes.com/2026/02/27/business/3d-printing-industry.html
1•thelastgallon•18m ago•0 comments

Easel: What's New? (Feb 2026)

https://easel.games/blog/2026-feb-update
1•BSTRhino•20m ago•1 comments

OpenAI Executes Agreement with Dept of War for Classified Environment Deployment

https://twitter.com/sama/status/2027578652477821175
14•eoskx•21m ago•1 comments

I Trained My Own AI It Beat ChatGPT [video]

https://www.youtube.com/watch?v=aV4j5pXLP-I
1•yomismoaqui•22m ago•0 comments

"Tonight, we reached an agreement with the Dept. of War to deploy our models"

https://twitter.com/sama/status/2027578508042723599
8•davidbarker•23m ago•0 comments

Liberland

https://en.wikipedia.org/wiki/Liberland
1•pinkmuffinere•24m ago•0 comments

Bootc and OSTree: Modernizing Linux System Deployment

https://a-cup-of.coffee/blog/ostree-bootc/
2•mrtedbear•25m ago•0 comments

Kola Superdeep Borehole

https://www.davidsmythe.org/kola/kola.htm
1•DriftRegion•26m ago•0 comments

Rtk – reduce Claude Code token usage

https://github.com/rtk-ai/rtk
1•RyanShook•27m ago•0 comments

A "Rose" Made of Galaxies Highlights Hubble's 21st Anniversary

https://science.nasa.gov/asset/hubble/a-rose-made-of-galaxies-highlights-hubbles-21st-anniversary/
1•tzury•28m ago•0 comments

Show HN: Local memory for AI assistants – zero-cost Telegram history search

https://github.com/tituss-bit/openclaw-local-memory
1•tituss-bit•28m ago•0 comments

Deep Learning: Our Year 1990-1991

https://people.idsia.ch/~juergen/blog.html
1•vinhnx•29m ago•0 comments

Deep Learning: Our Year 1990-1991

https://arxiv.org/abs/2005.05744
1•vinhnx•29m ago•0 comments

WhatsApp Encryption, a Lawsuit, and a Lot of Noise

https://blog.cryptographyengineering.com/2026/02/02/whatsapp-encryption-a-lawsuit-and-a-lot-of-no...
1•Betelbuddy•30m ago•0 comments

Croatia declared free of landmines after 31 years

https://glashrvatske.hrt.hr/en/domestic/croatia-declared-free-of-landmines-after-31-years-12593533
3•toomuchtodo•32m ago•1 comments

I built the first multiplayer prompt-hacking game: Agent Has A Secret

https://agenthasasecret.com/
1•arm32•33m ago•1 comments

Coding Agents Wrote a Chess Engine in Pure TeX

https://blog.mathieuacher.com/TeXCCChessEngine/
1•azhenley•34m ago•0 comments

Building a Minimal Transformer for 10-digit Addition

https://alexlitzenberger.com/blog/post.html?post=/building_a_minimal_transformer_for_10_digit_add...
2•alexlitz•35m ago•0 comments

How Codex Is Built

https://newsletter.pragmaticengineer.com/p/how-codex-is-built
2•vinhnx•38m 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•9mo ago

Comments

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

Many come to HN also for the comments

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