frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Kittine, a custom language for Rust-powered web apps

https://kittine.com/
1•gidellav•30s ago•0 comments

Show HN: Loopweave – Extract seamless loops from audio files

https://loopweave.specr.net
1•vunderba•34s ago•0 comments

Using AI makes people less likely to admit they don't know something

https://www.theregister.com/ai-and-ml/2026/07/19/using-ai-makes-people-less-likely-to-admit-they-...
1•amai•1m ago•0 comments

AI Coding Assistant Strategy Slashes Token Bills

https://spectrum.ieee.org/ai-coding-assistant-china-anthropic
1•rbanffy•1m ago•0 comments

Show HN: Talyn – A app to track your GitHub PRs and hand off routine work

https://www.talyn.dev
1•tomowers•1m ago•0 comments

Agent doesn't know what your other agent did

https://agnitripathi.substack.com/p/your-agent-doesnt-know-what-your
1•agnitripathi•1m ago•0 comments

Gemini 3.5 Flash Cyber

https://deepmind.google/blog/introducing-gemini-3-5-flash-cyber/
1•speckx•2m ago•0 comments

Open-ultra: a self-training LLM routing proxy

https://github.com/numinous-technology/open-ultra
1•joshkolo•2m ago•0 comments

UK Gov fact sheet: New rules to protect children online

https://www.gov.uk/government/publications/fact-sheet-new-rules-to-protect-children-online/fact-s...
1•andrewstetsenko•3m ago•0 comments

Oracle could face $7B collateral bill for Wisconsin data centre

https://www.ft.com/content/b37030b6-bda8-4ba9-8e08-e6b88687b8f5
5•1vuio0pswjnm7•6m ago•1 comments

New upper bound for Bellman's Lost-in-a-forest problem, found with Fable

https://twitter.com/AryehDubois/status/2079561197460889703
2•atemerev•7m ago•0 comments

Amid Increased Scrutiny, ICE Detention and Deportation Data Goes Dark

https://www.themarshallproject.org/2026/07/15/ice-data-immigration-detention-transparency
6•Jimmc414•8m ago•0 comments

OpenRaft: Async rust raft crate with improvements

https://github.com/databendlabs/openraft
2•codedump•8m ago•0 comments

Wordtrak Daily: A Scrabble and crossword-inspired game

https://wordtrak.com/rounds/34109
2•qrush•9m ago•0 comments

ICE to Pay Thomson Reuters $125M to Find Voter Fraud

https://www.404media.co/ice-to-pay-thomson-reuters-125-million-to-find-voter-fraud/
18•Jimmc414•9m ago•1 comments

The end times

https://www.profgmedia.com/p/the-end-times
1•dchi04•9m ago•0 comments

How to Copy and Sync a Local MongoDB Collection to Atlas

https://visualeaf.com/blog/copy-sync-local-mongodb-collection-to-atlas/
2•serena_wright•9m ago•0 comments

Snap Nears Settlement of Addiction Case Ahead of Jury Trial

https://www.bloomberg.com/news/articles/2026-07-20/snap-nears-settlement-of-addiction-case-ahead-...
1•1vuio0pswjnm7•9m ago•0 comments

Mullvad and Daniel Berntsson's Failed Cleanup

https://markwrites.io/mullvad-and-daniel-berntssons-failed-cleanup/
1•HotGarbage•10m ago•0 comments

Gemini 3.6 Flash

https://ai.google.dev/gemini-api/docs/models/gemini-3.6-flash
1•__natty__•10m ago•1 comments

Agentic Chaos

https://ninjapenguin.co.uk/blog/2026/07/21/agentic-chaos/
2•pete001•10m ago•0 comments

Show HN: OpenAI Hackathon Submission: ADE

https://devpost.com/software/diff-forge-ai
1•Rizzist•11m ago•0 comments

Agentpause: Suspends LLM agents before rate limits, resumes cleanly

https://github.com/Champoleello/agentpause
1•Champoleello•11m ago•0 comments

How to Back Up PostgreSQL in Docker (Local, S3, and Plakar)

https://nickjanetakis.com/blog/how-to-back-up-postgresql-in-docker-local-s3-and-plakar
1•nickjj•11m ago•0 comments

Gemini 3.6 Flash, 3.5 Flash-Lite, and 3.5 Flash Cyber

https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-6-flash-3-5-flas...
34•logickkk1•11m ago•3 comments

China weighs tighter export controls on AI models and chips

https://www.ft.com/content/6049a031-9e9b-464c-97bb-414da04d5a6a
2•alephnerd•12m ago•0 comments

LLM – 99% hallucination-free outputs

https://api.5ceos.com
1•5CEOs•12m ago•0 comments

Show HN: Application Signal – AI That Evaluates Your YC Startup Idea

https://ycreport.rxlab.app
1•sirily11•12m ago•0 comments

Show HN: VitCam – Self-hosted AI camera surveillance and NVR

https://github.com/scwsoft/vitcam
1•scwoods•13m ago•0 comments

Show HN: Letterphile – a word game you try to make many words with 1 letter

https://play.letterphile.com
1•sonOfHades•13m 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?