frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Download: kids outlearning AI, and space travel agents

https://www.technologyreview.com/2026/08/24/1142863/the-download-kids-outlearning-ai-space-travel...
1•joozio•1m ago•0 comments

Show HN: Today's Fortune Experience with Three.js

https://omikuji.hyungyu.app/
1•gusrb3164•4m ago•0 comments

CPU Shack – IBM PowerPC 615 x86 and PPC

https://www.cpushack.com/CIC/announce/1995/PowerPC615.html
2•rbanffy•6m ago•0 comments

Hot Chips 2026: IBM's first dual-ISA core

https://www.tomshardware.com/pc-components/cpus/ibms-first-dual-isa-core-natively-executes-arm-an...
1•rbanffy•7m ago•0 comments

Miraculin

https://en.wikipedia.org/wiki/Miraculin
1•soupspaces•8m ago•0 comments

Tiny World Model

https://paul.mou.dev/posts/2026-08-16-twm/
2•rcarmo•9m ago•0 comments

Built a Chrome extension to stop getting cut off by Claude

https://www.indiehackers.com/post/built-a-chrome-extension-to-stop-getting-cut-off-by-claude-70-u...
1•Anoop69_•10m ago•0 comments

The Flock on Your Block

https://flockonyourblock.com
1•tostrstrudel•14m ago•0 comments

Windows 95 released August 24, 1995

https://dfarq.homeip.net/happy-20th-birthday-to-windows-95/
2•giuliomagnifico•17m ago•0 comments

Pretendard – A system-UI alternative font for all cross-platform

https://github.com/orioncactus/pretendard
1•plaguna•18m ago•1 comments

I found an SSRF in Google's official AI tooling, and how Google reacted

1•AnasSyed28•28m ago•0 comments

Hot Chips 2026: Intel's Diamond Rapids

https://chipsandcheese.com/p/hot-chips-2026-intels-diamond-rapids
2•ingve•29m ago•0 comments

Screen time at ages 1 and 6 may matter more than parents realize

https://www.sciencedaily.com/releases/2026/08/260823094152.htm
5•01-_-•30m ago•0 comments

All AI Data Centers Under Construction Could Emit as Much CO₂ as 24M Cars

https://www.gadgetreview.com/all-ai-data-centers-under-construction-could-emit-as-much-co%e2%82%8...
2•01-_-•31m ago•1 comments

Ask HN: Coding is a solved problem. What is left for experienced engineers?

1•gokuljs•31m ago•11 comments

China's Oil Demand 'Likely' Peaked Last Year, Sinopec Says

https://www.bloomberg.com/news/articles/2026-08-24/china-s-oil-demand-very-likely-peaked-last-yea...
2•xbmcuser•35m ago•2 comments

What happens when you benchmark 1B logs on ClickHouse vs. OpenObserve?

https://openobserve.ai/blog/openobserve-vs-clickhouse-one-billion-logs-benchmark/
1•smkumari•36m ago•0 comments

Show HN: Tsiolkovsky's 51k-page archive, machine-read with measured accuracy

https://beskvladimir-create.github.io/tsiolkovsky-papers/
1•vladimirbesk•48m ago•0 comments

Show HN: Planetary Energy Routing Protocol (PERP)

https://github.com/WVGlobal/Planetary-Energy-Routing-Protocol
2•WVGlobal•48m ago•0 comments

Show HN: Submit your good SaaS for free

https://goodsaas.xyz
2•its_ajseven•53m ago•0 comments

Post-scarcity abundance begins by manifesting first as youth unemployment

https://twitter.com/i/status/2092041265781277007
7•Michelangelo11•1h ago•0 comments

"Functional unemployment" nearing 25% in U.S., analysis finds [video]

https://www.youtube.com/watch?v=-y2gKIGFTns
3•mgh2•1h ago•0 comments

Graphene can be made using a kitchen blender, a mobile phone and a newspaper

https://theconversation.com/the-wonder-material-graphene-can-be-made-using-a-kitchen-blender-a-mo...
5•geox•1h ago•0 comments

New technology lets cloud AI models process your data without privacy leaks

https://plugos.net/blog/2026/08/confidential-ai-how-plugclaw-keeps-your-ai-work-private/
5•ElowenWinslet•1h ago•0 comments

'Don't ask me to print your ChatGPT birthday card': Hitting back at AI 'slop'

https://www.bbc.co.uk/news/articles/cq89jpjeq7ko
5•erehweb•1h ago•1 comments

Hot Chips 2026: Intel's Wildcat Lake

https://chipsandcheese.com/p/hot-chips-2026-intels-wildcat-lake
4•ingve•1h ago•0 comments

Open-Weight Masked Introspection: Measuring What LMs Can Report About Their Own

https://arxiv.org/abs/2608.20569
2•sbulaev•1h ago•0 comments

Actually Queryable Executables

https://fzakaria.com/2026/08/24/actually-queryable-executables
3•ingve•1h ago•0 comments

DefCon 34 – Stalking the Wily Hacker: 40 years later – Cliff Stoll [video]

https://www.youtube.com/watch?v=656058JxTM0
5•ericd•1h ago•0 comments

Comparing the two holograms on the Windows 95 box

https://devblogs.microsoft.com/oldnewthing/20260824-00/?p=112643
2•st_goliath•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•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?