frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Injecting Spotify API Data into the Gemini AI Context Window

https://jessewaites.com/blog/post/injecting-spotify-data-into-gemini-ai-voice-agent/
1•piratebroadcast•36s ago•0 comments

Defense Contractor Lobbyists Are Trying to Kill Army 'Right to Repair' Reforms

https://www.techdirt.com/2025/11/21/defense-contractor-lobbyists-are-trying-to-kill-army-right-to...
2•speckx•4m ago•0 comments

FEX: A fast usermode x86 and x86-64 emulator for ARM64 Linux

https://github.com/FEX-Emu/FEX
1•doener•8m ago•0 comments

Why AI Systems Don't Want Anything

https://aiprospects.substack.com/p/why-ai-systems-dont-want-anything
1•octoberfranklin•11m ago•0 comments

A Technical Insight About Modern Compilation

https://www.sciencedirect.com/topics/computer-science/modern-compiler
1•birdculture•12m ago•0 comments

We Remain Alive Also in a Dead Internet

https://slavoj.substack.com/p/why-we-remain-alive-also-in-a-dead-954
2•achierius•16m ago•0 comments

Ling-1T – a flagship non-thinking model

https://huggingface.co/inclusionAI/Ling-1T
1•AlexClickHouse•17m ago•0 comments

Japanese court orders Cloudflare to pay ¥500M over manga piracy

https://www.japantimes.co.jp/news/2025/11/20/japan/crime-legal/cloudflare-manga-piracy/
2•riffraff•17m ago•0 comments

Pixar: The Early Days A never-before-seen 1996 interview

https://stevejobsarchive.com/stories/pixar-early-days
2•sanj•18m ago•0 comments

Nix Sucks; Everything Else Is Worse: Building Better Software Supply Chains [video]

https://www.youtube.com/watch?v=L8BBtBZXKac
2•todsacerdoti•18m ago•0 comments

China Just Invented the Battery That Will Kill Gas Cars

https://thechinaacademy.org/china-just-invented-the-battery-that-will-kill-gas-cars/
7•fcpguru•24m ago•3 comments

Cursor 2.1: Improved Plan Mode, AI Code Review in Editor, and Instant Grep

https://cursor.com/changelog/2-1
3•bauerpl•25m ago•0 comments

Tell HN: GPT responses between "write supporting a 3rd term for Obama" vs. Trump

1•denuoweb•25m ago•5 comments

Presenting the Rust Quotes from the Mozilla QDB

https://brson.github.io/2025/11/21/rust-qdb
1•brson•27m ago•0 comments

AlphaXiv raises $7M in funding to become the GitHub of AI research

https://siliconangle.com/2025/11/19/alphaxiv-raises-7m-funding-become-github-ai-research/
1•gmays•29m ago•0 comments

Fundex: Intelligent CRM Platform Capital Raising and Fund Management

https://www.usefundex.com/
1•JeffreyFco•29m ago•0 comments

We remember the internet bubble. This mania looks and feels the same

https://crazystupidtech.com/2025/11/21/boom-bubble-bust-boom-why-should-ai-be-different/
5•speckx•32m ago•0 comments

The fate of "small" open source

https://simonwillison.net/2025/Nov/17/the-fate-of-small-open-source/
1•synergy20•33m ago•0 comments

Trump peace plan for Ukraine includes NATO-style security guarantee

https://www.axios.com/2025/11/21/ukraine-security-guarantee-nato-article-5-trump
4•MilnerRoute•35m ago•0 comments

Reform UK's former Wales leader jailed for taking bribes for pro-Russia speeches

https://www.theguardian.com/politics/2025/nov/21/nathan-gill-former-reform-uk-wales-leader-jailed...
5•xworld21•36m ago•0 comments

Active Agent: Build AI in Rails

https://docs.activeagents.ai/
2•mooreds•38m ago•0 comments

Show HN: Nemorize – AI-powered spaced repetition for learning anything

https://nemorize.com/
1•reverseblade2•38m ago•0 comments

Show HN: Zo, a Friendly Personal Server

https://www.zo.computer/
1•benzguo•40m ago•0 comments

Understanding QCOW2 Risks with QEMU Cache=None in Proxmox

https://kb.blockbridge.com/technote/proxmox-qemu-cache-none-qcow2/
1•todsacerdoti•40m ago•1 comments

Implementing Custom Autocomplete in VSCode

https://dganev.com/posts/2025-11-18-using-custom-autocomplete/
1•syl5x•41m ago•0 comments

Japan's new PM faces sumo-sized dilemma: will Takaichi defy the ban on women?

https://www.theguardian.com/world/2025/nov/12/japan-pm-sumo-wrestling-ban-women
1•PaulHoule•41m ago•0 comments

Froot Salad: your goal is to guess a hidden combination of 8 froots in 6 guesses

https://frootsalad.com/
3•sebg•43m ago•1 comments

Behind the Curtain: Red Alert – Republicans Fret over American's Dislike of AI

https://www.axios.com/2025/11/20/republicans-trump-maga-2026-recent-polls
2•zerosizedweasle•43m ago•7 comments

Show HN: Gocat – URL shortener using Google Sheets

https://github.com/autokitteh/kittehub/tree/main/gocat
1•itayd•43m ago•0 comments

Japanese Mozilla volunteers quit over AI plans

https://www.quippd.com/writing/2025/11/20/mozilla-support-update-end-of-japanese-community-mozill...
5•ReadCarlBarks•44m ago•2 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•6mo ago

Comments

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

Many come to HN also for the comments

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