frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Hugging Face attack surprised me

https://www.planned-obsolescence.org/p/the-hugging-face-attack-surprised
1•divbzero•54s ago•0 comments

Wyoming governor requests investigation into activity of DOJ election monitors

https://www.wral.com/news/ap/3d454-wyoming-governor-requests-investigation-into-activity-of-justi...
1•hn_acker•1m ago•1 comments

The Patterns of Startup Failure

https://www.nfx.com/post/hidden-patterns-startup-failure
2•rzk•3m ago•0 comments

A Tale of Two Coding Subscriptions

https://insufferable.dev/posts/a-tale-of-two-coding-subscriptions/
1•allisdust•4m ago•0 comments

Silicon Valley's simulation idea is old and dull

https://www.economist.com/united-states/2026/08/29/checks-and-balance-newsletter-silicon-valleys-...
1•andsoitis•6m ago•0 comments

Show HN: OutFund – a leaderboard where indie projects can raise funds

https://outfund.lol/
1•Fotis-Karmpas•6m ago•1 comments

Solar Has Crossed a Critical Economic Tipping Point

https://oilprice.com/Alternative-Energy/Solar-Energy/Solar-Has-Crossed-a-Critical-Economic-Tippin...
1•thelastgallon•7m ago•0 comments

Cool little hack using Claude Code watching files with tail -f

1•dataviz1000•7m ago•0 comments

Hours unattended: the memory bugs that broke my autonomous coding agent

https://eltoncherrington.github.io/memctl-shop/essay.html
1•memctlagent2026•8m ago•0 comments

Collapse in Support for AI Data Centers Captured in New Poll

https://www.commondreams.org/news/data-center-poll-collapse
2•hn_acker•9m ago•2 comments

Debian Votes to Allow "Responsible Use of Generative AI"

https://www.phoronix.com/news/Debian-Votes-Responsible-AI-Use
1•guerby•10m ago•3 comments

My contribution: PolyDB – one database for agents, instead of five

https://beta.polydb.dev
1•richardwii•12m ago•1 comments

Security scanner for AI agents, MCP servers and agent skills

https://github.com/snyk/agent-scan/
2•saikatsg•13m ago•0 comments

Newly Invented Pixel Could Turn Screens into Cameras

https://gizmodo.com/newly-invented-pixel-could-turn-screens-into-cameras-2000777917
3•vinnyglennon•15m ago•1 comments

Observational reconstruction, then the inverse problem

https://seldon-ai.com/blog/reconstructing-agentic-workflows-from-traces
1•nlpnerd•15m ago•0 comments

How Sleep Optimization Can Backfire

https://moreisdifferent.blog/p/how-sleep-hygiene-and-sleep-optimization
1•delton137•18m ago•1 comments

BROCS: The framework for enterprise AI enablement

https://brocs.fyi
4•powvans•22m ago•1 comments

Stratum 1 PTP grandmaster and router for $150

https://opscode.io/posts/ptp-grandmaster-r5s-nanopi/
2•malcolmfrazier•23m ago•0 comments

Amlc – fhe compiler where the noise budget is a static value of the type sys

https://github.com/octra-labs/amlc
2•0x0ffh_local•24m ago•0 comments

Show HN: Snaketron – Competitive multiplayer Snake. Back after 14 years

https://snaketron.io
3•lopatin•26m ago•0 comments

Agents. Your Controls

https://gryph.sh/
2•kunalsin9h•27m ago•0 comments

Show HN: Nohtml.felixs.eu

https://nohtml.felixs.eu
2•felixseu•31m ago•0 comments

With the snip of a gene, scientists hope to erase high cholesterol for life

https://www.cnn.com/2026/08/28/health/gene-editing-cholesterol-study-wellness
3•bushwart•32m ago•0 comments

Agentic SQL for Free with Qwen3.8 27B and DuckDB

https://motherduck.com/blog/Agentic-SQL-for-Free-with-Qwen3.8-27B-and-DuckDB/
3•tosh•32m ago•0 comments

Has vibecoding fried your brain?

https://codeset.ai/fried
1•andre15silva•34m ago•0 comments

Google Maps Faces Fury for Caving to Trump

https://www.thedailybeast.com/google-maps-faces-fury-for-caving-to-trumps-lake-america-demand/
6•rayrey•36m ago•4 comments

Icelanders say no to restarting talks to join the EU

https://www.politico.eu/article/icelanders-say-no-to-restarting-talks-to-join-the-eu/
3•mikhael•37m ago•2 comments

European Commission Revives Push for Encryption Backdoors in ProtectEU Strategy

https://reclaimthenet.org/eu-protecteu-strategy-encryption-backdoor-law-enforcement
20•nickslaughter02•37m ago•5 comments

An interesting website, looks like AI companion but only voice

https://hers-site.vercel.app/
1•Jamessfks123•38m ago•2 comments

Show HN: Mktero – a source-linked Markdown reader for Zotero

https://github.com/tenglvjun/mktero
1•tenglvjun•39m 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•1y ago

Comments

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

Many come to HN also for the comments

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