frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Outflow connects directly to inverters, mints solar electricity records

1•OutflowLabsInc•14s ago•0 comments

Show HN: CertArena – Free AI certification simulator (zero deps, native Node 24)

https://aicertarena.com/
1•pennylaw946•6m ago•0 comments

Reconstructing Concurrency Invariants Through Medieval East Asian Logic

https://oborona.zip/post/a-middle-period-engine-reconstructing-concurrency-invariants-through-eas...
1•gg582•7m ago•0 comments

LiteLLM Alternatives?

1•leanroute_ai•7m ago•0 comments

AI Is Killing the App Economy and Building Its Successor

https://www.bloomberg.com/opinion/articles/2026-09-10/ai-is-killing-the-app-economy-and-building-...
1•thm•8m ago•0 comments

AI Thumbnail Generator for YouTube – Try Free – Thumbrix

https://thumbrix.com/
1•chaojie26•8m ago•0 comments

Solving Alignment with a Prompt

https://www.echohive.ai/can-an-ai-keep-an-agreement
1•echohive42•15m ago•0 comments

Whose actions are these proposals intended to constrain?

https://twitter.com/deredleritt3r/status/2098250739856330757
1•Ariarule•16m ago•0 comments

Apple A20 Pro Geekbench Result

https://browser.geekbench.com/v6/cpu/compare/19147979?baseline=19141805
1•aurareturn•16m ago•1 comments

California enacts new curbs on social media for children

https://www.cnbc.com/2026/09/11/california-enacts-new-curbs-on-social-media-for-children.html
1•1vuio0pswjnm7•17m ago•0 comments

FinOps for LLM – Leanroute Team wrote a blog

1•leanroute_ai•19m ago•2 comments

Serve Qwen3 2.4T-Parameter Model with Configurable Reasoning on Nvidia GB300

https://developer.nvidia.com/blog/serve-qwen3-8-2-4t-a95b-a-2-4t-parameter-model-with-configurabl...
2•backrun•20m ago•0 comments

OpenAI's Astra Made It to a Nether Fortress in Minecraft

https://twitter.com/ValsAI/status/2098193079178322196
2•ModernSnowman•25m ago•0 comments

Front-End Shouldn't Know What Marketing Wants

https://fagnerbrack.com/your-front-end-shouldnt-know-what-marketing-wants-879200fe0ac5
1•fagnerbrack•25m ago•0 comments

Ask HN: Those running agents 24/7, what's your workflow and what are they doing?

3•CuriousRose•30m ago•1 comments

Show HN: Self Host Your Own Minecraft Java Server with Ease

https://github.com/5TN1rcZRS79VAEFuUCRB/MCPersist
2•CMboSqdTACiEX27•34m ago•1 comments

I need a clear Python roadmap?

1•edviik•37m ago•1 comments

Quiet Awakening of the 2B-Parameter Model

https://medium.com/@vektormemory/the-quiet-awakening-of-the-2-billion-parameter-model-6decdbefc14b
1•vektormemory•38m ago•0 comments

Exercise intensity is associated with cardiometabolic health

https://www.cell.com/cell-reports-medicine/fulltext/S2666-3791(26)00405-2
3•qclibre22•38m ago•0 comments

Reverse-Engineering Claude Web's MicroVM: Uncovering Anthropic's Hidden Antspace

https://aprilnea.me/en/blog/reverse-engineering-claude-code-antspace
1•rzk•41m ago•0 comments

Locking the Web Open: A Call for a Decentralized Web (2015)

https://brewster.kahle.org/2015/08/11/locking-the-web-open-a-call-for-a-distributed-web-2/
2•justusw•42m ago•1 comments

Ask HN: Anyone made a HN aggregator that let's me hide all the pessimism?

2•ElijahLynn•48m ago•1 comments

Senior engineer, loop orchestrator sample setup

https://www.reddit.com/r/ClaudeAI/comments/1wd44vj/senior_engineer_loop_orchestrator_sample_setup/
1•bgnm2000•50m ago•0 comments

Governor Newsom signs child safety chatbot and social media laws

https://www.gov.ca.gov/2026/09/10/governor-newsom-signs-the-strongest-child-safety-chatbot-and-so...
4•ChrisArchitect•53m ago•0 comments

Julia 1.13 Highlights

https://julialang.org/blog/2026/09/julia-1.13-highlights/index.html
1•torrance•53m ago•0 comments

What happens when you unplug the coding agent from the cloud

https://littletheta.com/field-notes/seventy-minutes-of-nothing
1•NickHirras•54m ago•0 comments

An NYU Mathematician Clashed with OpenAI over a $1M Proof

https://www.nytimes.com/2026/09/10/science/tristan-buckmaster-openai-math-navier-stokes.html
1•alach11•1h ago•0 comments

You can play Snake while ChatGPT generates your image

https://twitter.com/francedot/status/2098249540268888546
1•frabonacci•1h ago•0 comments

Episode 7: The AI Doomer Cult with Brian Chau

https://twitter.com/willchamberlain/status/2098207395608699093
1•MrBuddyCasino•1h ago•0 comments

Optical Transistor

https://en.wikipedia.org/wiki/Optical_transistor
1•peter_d_sherman•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?