frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Lattice Semiconductor Completes Acquisition of BIOS Maker AMI

https://www.techpowerup.com/351114/lattice-semiconductor-completes-acquisition-of-ami
1•throw0101a•3m ago•0 comments

OpenAI, Google, and Anthropic Absent from Nvidia-Led Open Secure AI Alliance

https://www.tomshardware.com/tech-industry/artificial-intelligence/openai-google-and-anthropic-ab...
1•sbulaev•5m ago•0 comments

Don't ask an LLM for a confidence score

https://justinflick.com/2026/07/27/llm-confidence-scores.html
1•pamplemeese•5m ago•0 comments

Surveillance Is Trying to Be Sexy

https://www.hardresetmedia.com/p/surveillance-is-trying-to-be-sexy
2•theworkeragency•7m ago•0 comments

Admiral cloudberg: New article coming soon, and a teaser

https://admiralcloudberg.medium.com/progress-update-new-article-coming-soon-and-a-teaser-24f9093c...
1•mathgenius•10m ago•0 comments

Did an AI Really Hack Hugging Face? [video]

https://www.youtube.com/watch?v=q2KCrmQz9WE
1•marvinborner•11m ago•0 comments

Where USB Memory Sticks Are Born

https://www.bunniestudios.com/blog/2013/where-usb-memory-sticks-are-born/
1•jacquesm•13m ago•0 comments

The CEO of Shopify is contemptuous of democracy

https://www.jakelandau.ca/p/the-ceo-of-shopify-is-contemptuous
2•slowin•13m ago•0 comments

An Angry Spark, or a Triangle in Disguise?

https://medium.com/@billmarczak/an-angry-spark-or-a-triangle-in-disguise-ac32852a1be3
1•campuscodi•14m ago•0 comments

Pocketbyte: Modular ESP32-S3 Pocket Computer for Games, Music, and PDA Stuff

https://pocketbyte.co
1•omrawaley•17m ago•2 comments

Offgrid, solar powered fridge, with no battery bank

https://fridge0.branchable.com/
2•snthd•19m ago•0 comments

Git credential-cache and suspend: an unexpected timeout behavior

https://github.com/unlinkedbyte/unlinkedbyte.github.io/blob/main/_posts/2026-07-25-Git-credential...
1•unlinkedbyte•19m ago•0 comments

The five primitives I run a whole company on

https://methezone.github.io/solo-operator-playbook/five-primitives.html
1•dxs•20m ago•0 comments

Crystallization of Hard Spheres

https://www.youtube.com/watch?v=3QTbQdw0Vac
1•croemer•23m ago•0 comments

Apple fixes 75 security issues with your iPhone and 155 for Mac, update now

https://9to5mac.com/2026/07/27/ios-26-6-fixes-over-75-security-issues-with-your-iphone-update-now/
6•spenvo•25m ago•0 comments

The Burau representation of the braid group is faithful for n = 4

https://arxiv.org/abs/2607.05283
2•wglb•26m ago•1 comments

Measured LLM inference speeds on Apple Silicon, with raw data (CC BY 4.0)

https://macyou.co/benchmarks
2•bagdaerdev•27m ago•0 comments

"Google and Reddit do not own the Internet," web scraper says after court win

https://arstechnica.com/tech-policy/2026/07/google-wont-give-up-odd-war-against-ai-web-scraping-d...
5•leecoursey•28m ago•0 comments

Person Opposing Data Center Arrested for Clapping at City Meeting

https://www.404media.co/person-opposing-data-center-arrested-for-clapping-at-city-meeting/
3•cdrnsf•28m ago•0 comments

Manufactured crisis – Europe's car industry hoards funds, delays climate action

https://www.somo.nl/manufactured-crisis/
1•tchalla•29m ago•0 comments

SoK: 20 Years of Power, Privilege, and Peril in x86 System Management Mode

https://www.usenix.org/conference/woot26/presentation/louka
1•transpute•36m ago•0 comments

Big Tech credit risks rise sharply as AI spending soars

https://www.ft.com/content/ac136522-ecc7-4262-8702-e0d636ea3099
2•petethomas•39m ago•0 comments

Boris Cherny says "delete your Claude.md every 6 months"

https://www.youtube.com/watch?v=qyPCVqFUyDo
4•knighthacker•39m ago•2 comments

Manage Your Agent's Loadout with Dr Skill

https://www.dbreunig.com/2026/07/24/manage-your-agent-s-loadout-with-dr-skill.html
1•dbreunig•40m ago•0 comments

The new SDLC with vibe coding: what Google's paper says

https://okaneland.com/study/new-sdlc-with-vibe-coding/
1•ermantrout•41m ago•0 comments

Show HN: AlgoDeploy – Python algo trading you run yourself (Alpaca and IBKR)

https://algo-deploy.com/
2•Qnt_Algo_Trader•45m ago•0 comments

Dr. Death (James Grigson)

https://en.wikipedia.org/wiki/James_Grigson
2•Cider9986•45m ago•0 comments

Show HN: Trylle – The Next-Gen Git Platform for Modern Teams

https://trylle.com/home
3•Xlab•46m ago•0 comments

Show HN: Dowe – A full-stack language for server, web, desktop, Android, and iOS

https://www.dowe.dev
9•victorriba•46m ago•8 comments

Why communication might be the missing link in engineering education

https://digilent.com/blog/why-communication-might-be-the-missing-link-in-engineering-education/
2•teleforce•47m 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?