frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Include "Build.h"

https://includebuild.com/
1•rurban•7m ago•0 comments

Show HN: Tone Generator

https://soundtonegenerator.com/
1•artiomyak•10m ago•0 comments

Should You Marry Her?

https://acotra.substack.com/p/should-you-marry-her
2•kqr•12m ago•0 comments

An old-new take on argument parsing in Rust

https://jmmv.dev/2026/07/hello-getoptsargs.html
1•birdculture•15m ago•0 comments

Police in the US are making their own true crime podcasts

https://www.bbc.com/news/articles/cpw9q0ekd9eo
1•1659447091•17m ago•0 comments

Idle Murpg – Miracle Mu – Immortal Legends

https://idle-murpg.com
1•Kunstnebel•21m ago•0 comments

IBM i (OS/400) the Database Operating System

https://osadmins.com/en/ibm-i-os-400-the-database-operating-system/
1•naves•24m ago•0 comments

DeepSeek's Theory of the AI Gap

https://hellochinatech.com/p/deepseek-liang-wenfeng-transcript
1•sbmthakur•26m ago•0 comments

Towards Designing an Execution Control System with Metastability Resilience

http://muratbuffalo.blogspot.com/2026/08/towards-designing-execution-control.html
1•matt_d•26m ago•0 comments

AI labels to be compulsory on authentic-looking content under EU rules

https://www.theguardian.com/technology/2026/jul/31/ai-labels-to-be-compulsory-on-authentic-lookin...
4•tosh•28m ago•1 comments

Ask HN: How do you make people notice the cameras watching them?

1•bogomil•30m ago•0 comments

Show HN: Galda – Come back to Claude Code/Codex without digging through Git

https://galda.app/
1•masa1992•30m ago•0 comments

I don't recommend Tailwind CSS

https://en.andros.dev/blog/af3ee191/why-i-dont-recommend-tailwind-css/
4•andros•32m ago•0 comments

Australia's social media ban has failed

https://www.reuters.com/legal/litigation/australia-defends-teen-social-media-ban-after-study-show...
4•BlueBerry2001•35m ago•2 comments

Show HN: An SDK to build apps for Kobo eReaders

https://github.com/BandarLabs/Cobalt
2•thepoet•37m ago•0 comments

MUD as AI Evaluation and LLM-judge distortion in ways aggregate κ misses

https://www.lesswrong.com/posts/GPbWyHgx9hCLMdAjc/mud-as-ai-evaluation-and-llm-judge-distortion-i...
2•joozio•39m ago•0 comments

Agent4Lease

https://agent4lease.com/
1•vytasta•42m ago•0 comments

CRM: An open-source, agentic-first CRM

https://github.com/trycompai/crm
2•handfuloflight•42m ago•0 comments

Testing LLM Concurrency on Consumer Hardware (RTX 5060)

https://ai.2it.onl/posts/concurrency-sweep/
1•MatCat•45m ago•0 comments

ESP32-C3 SuperMini antenna modification

https://peterneufeld.wordpress.com/2025/03/04/esp32-c3-supermini-antenna-modification/
1•ta988•45m ago•0 comments

CodeFloe – Alternative to GitHub

https://codefloe.com
1•mcp_•50m ago•0 comments

Static Sites Without Big Tech Hosting

https://www.souveraen-durch-architektur.de/en/artikel/statische-seiten-ohne-big-tech-hosting
1•mcp_•54m ago•0 comments

DeepSeek V4 Pro GA on GPT 5.6 Sol (xhigh) level for fraction of cost

https://twitter.com/MaxForAI/status/2083481455095959945
2•thewavelength•55m ago•1 comments

Show HN: Btfy – a blockchain that uses weather observations

https://github.com/kotagit75/btfy
2•yuzu_mikan•57m ago•1 comments

California to destroy 420000 peach trees. Del Monte closes canning facilities

https://ubirataonline.com.br/california-farmers-will-destroy-420000-peach-trees-after-del-monte-c...
1•NoRagrets•59m ago•0 comments

Federal Trade Commission vs. Hims and Hers Health, Inc. [pdf]

https://www.ftc.gov/system/files/ftc_gov/pdf/Hims-Complaint-Redacted-E-Filed.pdf
1•luu•1h ago•0 comments

Created a network that combines Hacker News and geniuses at one place

1•silisleek•1h ago•2 comments

Show HN: Run multiple Claude desktop accounts in isolated windows (Mac/Windows)

https://deckspace.dev/claude-accounts/
1•sami_builds•1h ago•0 comments

Speedrunning Software: How we 3×'d PRs in 6 months, and how you can too

https://amplitude.com/3x
1•lox•1h ago•0 comments

Software Abundance

https://twitter.com/dabit3/status/2083679999597392011
1•tosh•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?