frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Non-Technical Lessons from 10 Years in Software Engineering

https://vikasz.substack.com/p/10-non-technical-lessons-from-10
1•vikasz•56s ago•0 comments

AI Slop Proof

https://eliocapella.com/blog/ai-slop-proof/
1•eliocs•1m ago•0 comments

The Passive Income Blueprint Smart Entrepreneurs Use to Build Automated Wealth

https://dollarsplan.blogspot.com/2026/03/the-passive-income-blueprint-smart.html
1•aamoudaamoud•1m ago•0 comments

The Caffeine Inception: Coffee, Sleep, and the Greatest Biological Heist

https://vikasz.substack.com/p/the-caffeine-inception-coffee-sleep-516
1•vikasz•1m ago•0 comments

How HN: We mapped 1.3M cultural heritage sites across 7 Nordic countries

https://www.fornland.com/
1•thor_martin•2m ago•1 comments

Parseword, making cryptic crosswords more accessible

https://www.parseword.com
1•wrsh07•4m ago•1 comments

Autoresearch anything – set up your own autonomous research loop

https://github.com/zkarimi22/autoresearch-anything
1•zknowledge•4m ago•0 comments

Ever wondered why video calls feel choppy even on fast internet?

https://github.com/grayguava/libreprobe/
1•grayguava•5m ago•0 comments

Show HN: MicroMoment Apple Watch micro-resets for focus, posture, and wellbeing

https://apps.apple.com/us/app/micromoment-app/id6760236374
1•powerwild•6m ago•0 comments

Show HN: Pitwall – Live F1 Stats in Your macOS Menu Bar

https://pitstop-landing-inky.vercel.app/pitwall
1•silverr•7m ago•0 comments

MCP is not dead Let me explain

https://ricciuti.me/blog/mcp-is-not-dead
1•pablopang•8m ago•2 comments

I planned a 3-week trip across Europe without the usual headaches

https://explorinder.com/
1•pabloceg•9m ago•0 comments

Lutris now being built with Claude AI, developer decides to hide it

https://www.gamingonlinux.com/2026/03/lutris-now-being-built-with-claude-ai-developer-decides-to-...
2•robin_reala•9m ago•0 comments

Xterm Control Sequences (1994)

https://www.xfree86.org/current/ctlseqs.html
1•vinhnx•9m ago•0 comments

Mac Neo and my afternoon of reflection and melancholy

https://twitter.com/stevesi/status/2031842797838614548
1•tosh•10m ago•0 comments

The modern formatting addiction in writing

https://dynomight.net/formatting/
1•surprisetalk•12m ago•0 comments

Dealing with versioning for long-running agents

https://www.restate.dev/blog/dealing-with-versioning-in-long-running-agents?trk=feed-detail_comme...
1•gk1•12m ago•0 comments

Juniors are more valuable than ever [pdf]

https://www.thoughtworks.com/content/dam/thoughtworks/documents/report/tw_future%20_of_software_d...
2•w-m•18m ago•1 comments

WA Income Tax – Real estate agent says 7 people listed homes this week

1•silexia•21m ago•0 comments

The Billionaires' War

https://paulkrugman.substack.com/p/the-billionaires-war
6•xqcgrek2•23m ago•1 comments

A quirk of relativity is the closest thing to achieving immortality

https://bigthink.com/starts-with-a-bang/relativity-physics-immortality/
1•Brajeshwar•25m ago•0 comments

Using AI to make an app that will cut fret slots

https://www.youtube.com/watch?v=4xS-GUuyw2o
1•seesthruya•25m ago•4 comments

Show HN: Elevators.ltd

https://elevators.ltd
3•pkstn•26m ago•2 comments

Show HN: SpotVortex helps SRE teams push more Kubernetes capacity onto Spot

https://github.com/softcane/spot-vortex-agent
1•softcane•26m ago•0 comments

Cutile.jl Brings Nvidia CUDA Tile-Based Programming to Julia

https://developer.nvidia.com/blog/cutile-jl-brings-nvidia-cuda-tile-based-programming-to-julia/
1•pjmlp•27m ago•0 comments

IconPilot – search and customize SVG icons instantly while building UI

https://www.iconpilot.app/
1•mlmoreno•27m ago•1 comments

AI Agent Security: Authentication, Tool Access, and Defense in Depth

https://chatbotkit.com/guides/ai-agent-security-guide
1•_pdp_•29m ago•0 comments

Why Falling Cats Always Seem to Land on Their Feet

https://www.nytimes.com/2026/03/11/science/falling-cat-problem.html
1•breve•31m ago•0 comments

Is MCP Dead?

https://medium.com/@flamehaven/is-mcp-really-dead-a-history-of-ai-hype-told-through-the-rise-and-...
1•interpol_p•32m ago•0 comments

OBS Studio 32.1 Released with WebRTC Simulcast Support

https://www.phoronix.com/news/OBS-Studio-32.1-Released
4•mikece•34m 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•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?