frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Why are we eating slop? [video]

https://www.youtube.com/watch?v=Tsp2bC0Db8o
1•decimalenough•3m ago•0 comments

Manifestation Machines

https://thefuturistsage.substack.com/p/manifestation-machines
1•Archit_lal_•4m ago•0 comments

Tangled: Tightly Knit Social Coding

https://tangled.org
1•j3s•5m ago•0 comments

Is AI Making Us Stupid? Cal Newport Is Worried

https://www.chronicle.com/article/is-ai-making-us-stupid-cal-newport-is-worried
1•smugma•5m ago•1 comments

I tested every "lifetime" Mac app posted on R/macapps for 7 weeks

https://old.reddit.com/r/macapps/comments/1ryvdei/i_tested_every_lifetime_mac_app_posted_on/
1•saaspirant•7m ago•0 comments

Cal Newport is Worried (put down the ChatGPT)

https://www.chronicle.com/newsletter/the-review/2026-03-16
1•smugma•7m ago•1 comments

Show HN: I created a free LLMs.txt generator

https://kitful.ai/write-tools/llms-txt-generator
1•eashish93•9m ago•0 comments

Trivy Under Attack Again: Widespread GitHub Actions Tag Compromise Exposes

https://socket.dev/blog/trivy-under-attack-again-github-actions-compromise
1•tamnd•14m ago•0 comments

Declaration of Emil Michael: Anthropic poses security risks

https://www.courtlistener.com/docket/72379655/96/3/anthropic-pbc-v-us-department-of-war/
1•1vuio0pswjnm7•16m ago•0 comments

Show HN: Use AI to find customers who have intent to buy your product

https://www.outhop.ai/
1•edgware674•19m ago•1 comments

What's More to Do?

https://fev.al/posts/whats-more-to-do/
2•charles_f•25m ago•0 comments

Susurrus

https://susurrus.vercel.app/
1•memalign•31m ago•0 comments

Ubuntu 26.04 Ends 46 Years of Silent sudo Passwords

https://pbxscience.com/ubuntu-26-04-ends-46-years-of-silent-sudo-passwords/
3•akersten•33m ago•0 comments

Israel and Weapons of Mass Destruction

https://en.wikipedia.org/wiki/Israel_and_weapons_of_mass_destruction
4•handfuloflight•35m ago•0 comments

Show HN: I built a task manager that tracks estimated vs. actual time

https://demo.scopedin.app/demo-start
1•cwharris365•37m ago•0 comments

BIO – The Bao I/O Co-Processor

https://www.crowdsupply.com/baochip/dabao/updates/bio-the-bao-i-o-co-processor
1•monocasa•47m ago•0 comments

I Think We're A Clone Now, a parody made within Apple (1994) [video]

https://www.youtube.com/watch?v=PnCqNH7V9R0
1•Austin_Conlon•49m ago•0 comments

"LISP: Programming and Proving" by John McCarthy and Carolyn Talcott (1980)

https://archive.org/details/lisp-programming-and-proving
1•mself•55m ago•1 comments

Jurors wade through daunting evidence in high-stakes Meta trial re: social media

https://apnews.com/article/meta-new-mexico-lawsuit-a7374a4dbf19c885f0239431b2341e60
2•1vuio0pswjnm7•55m ago•0 comments

Why do we need apps like cursor?

2•amanhij•57m ago•3 comments

Ask HN: When Will AI Disappear?

3•roschdal•58m ago•2 comments

Jury finds Elon Musk misled investors during Twitter purchase

https://www.latimes.com/business/story/2026-03-20/jury-finds-elon-musk-misled-investors-during-tw...
5•1vuio0pswjnm7•59m ago•0 comments

Sit on Your Ass Web Development (2025)

https://blog.jim-nielsen.com/2025/sit-on-your-ass-web-dev/
1•fagnerbrack•1h ago•0 comments

Why Do Humanoid Robots Still Struggle with the Small Stuff?

https://www.quantamagazine.org/why-do-humanoid-robots-still-struggle-with-the-small-stuff-20260313/
1•nsoonhui•1h ago•0 comments

Built some free agents They've helped my business a lot

https://marketplace-weld-alpha.vercel.app
1•Yungdaddi•1h ago•0 comments

Cyber actors linked to Russia targeting users of messaging apps, FBI says

https://www.reuters.com/technology/cyber-actors-linked-russia-are-targeting-users-commercial-mess...
1•petethomas•1h ago•0 comments

Show HN: React-container-kit – named React providers and provider composition

https://github.com/harveyrandall/react-container-kit
1•harveyrandall•1h ago•0 comments

Tokens may soon drive the AI economy

https://www.ft.com/content/b7f681a5-fef8-4156-bbfa-88f9c93e08b4
2•paulpauper•1h ago•0 comments

The 'Seinfeld' Theory of Fiction

https://www.theatlantic.com/books/2026/03/down-time-andrew-martin-pandemic-novel-review/686455/
1•paulpauper•1h ago•0 comments

Gangs of Karachi

https://harpers.org/archive/2015/09/gangs-of-karachi/
2•ajax33•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•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?