frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Skeleton of musketier d'Artagnan possibly found (Dutch)

https://nos.nl/artikel/2607725-skelet-van-vierde-musketier-d-artagnan-mogelijk-na-eeuwen-gevonden
1•28304283409234•1m ago•1 comments

Iris – a C inference pipeline for image synthesis models

https://github.com/antirez/iris.c
1•nnx•2m ago•0 comments

Death of Programming Languages?

1•tarunmangukiya•2m ago•0 comments

Death of the IDE?

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

How does behavior change happen

https://invertedpassion.com/how-does-behavior-change-happen/
1•vinhnx•4m ago•0 comments

Fractal Neuro Oscillator

https://sourceforge.net/projects/fractal-neuro-oscillator/
1•vector_the_lost•5m ago•0 comments

Firefox 149 adds split-view and free built-in VPN

https://www.firefox.com/en-US/firefox/149.0/releasenotes/
1•vidyesh•5m ago•0 comments

The junior developer pipeline is broken, and nobody has a plan to fix it

https://thinkpol.ca/2026/03/24/the-junior-developer-pipeline-is-broken-and-nobody-has-a-plan-to-f...
2•birdculture•7m ago•1 comments

AI Writes Code. You Own Quality

https://helderberto.com/posts/ai-writes-code-you-own-quality
1•helderburato•9m ago•0 comments

The Long Tail Comes for the Creative Industry

https://studios.greenhousepartners.com/insights/long-tail-creative-agencies-ai
1•mooreds•9m ago•0 comments

New Lord of the Rings movie is coming from superfan Stephen Colbert [video]

https://www.youtube.com/watch?v=HMHh4L2626A
1•HelloUsername•9m ago•0 comments

Hong Kong police can now demand phone passwords under national security law

https://www.bbc.com/news/articles/ce8j9yj52lro
1•latexr•12m ago•0 comments

Why no one cares? I'm building a physical Agent for seniors – nbdy gives a sh#t

https://github.com/thom-heinrich/twinr
1•thomheinrich•19m ago•1 comments

Sento: Actor Framework in Common Lisp

https://mdbergmann.github.io/cl-gserver/index.html
1•oumua_don17•20m ago•0 comments

The Trivy Supply Chain Attack Reached LiteLLM

https://grith.ai/blog/litellm-compromised-trivy-attack-chain
3•edf13•22m ago•0 comments

Show HN: I Built a Genogram Editor

https://genogrampro.com/free-genogram-maker
2•vincaslt•23m ago•1 comments

I Used AI to Do Real Science. It Hallucinated the Data

https://ryan.endacott.me/2026/03/25/ai-science-whale-strandings.html
2•rzendacott•25m ago•0 comments

Credential-stealing malware planted in widely used LiteLLM Python library

https://cyberinsider.com/new-supply-chain-attack-hits-litellm-with-95m-monthly-downloads/
1•bass_girl•29m ago•0 comments

Microsoft Product Name Changes

https://m365maps.com/renames.htm
2•riffraff•30m ago•0 comments

Limux: GPU-accelerated terminal multiplexer for Linux

https://github.com/am-will/limux
1•mariuz•31m ago•0 comments

MCS: Reproducible AI Infrastructure for Claude Code

https://mcs-cli.dev
1•bguidolim•36m ago•0 comments

Software Engineering Splits in Three

https://adventures.nodeland.dev/archive/software-engineering-splits-in-three/
2•vinhnx•39m ago•0 comments

Why aren't we fine-tuning more?

https://www.natemeyvis.com/why-arent-we-fine-tuning-more/
1•vinhnx•39m ago•0 comments

Almost every SaaS app inside Vercel has now been replaced with a generated app

https://twitter.com/rauchg/status/2036447879985037495
1•tosh•39m ago•0 comments

More Magic Math from OpenAI?

https://om.co/2026/03/23/more-magic-math-from-openai/
1•vinhnx•40m ago•0 comments

Coding Machines (sci-fi short story, 2009)

https://www.teamten.com/lawrence/writings/coding-machines/
1•vova_hn2•40m ago•0 comments

Adults Lose Skills to AI. Children Never Build Them

https://www.psychologytoday.com/us/blog/the-algorithmic-mind/202603/adults-lose-skills-to-ai-chil...
3•ep_jhu•42m ago•1 comments

Contextium: Single Source of Truth for Agents

https://contextium.io/
1•elementjj•42m ago•0 comments

Meta told to pay $375M for misleading users over child safety

https://www.bbc.com/news/articles/cql75dn07n2o
3•testrun•43m ago•0 comments

PDS Free method to convert olm to PST converter

https://www.perfectdatasolutions.com/en/olm/olm-to-pst-converter.html
1•tieanderson•44m 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?