frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

RCMP Eligibility Checker

https://checker.joinrcmp.ca
1•mrait•47s ago•0 comments

Trump's census overhaul would exclude some immigrants and remove race questions

https://www.hawaiitribune-herald.com/2026/09/10/nation-world-news/trumps-census-overhaul-would-ex...
1•hn_acker•1m ago•1 comments

One engineer shipped 2k PRs a month to production. Verification is the key

https://thenewstack.io/agentic-verification-distributed-systems/
1•geoffbp•4m ago•0 comments

A Hurricane of Pseudoscience

https://fasterik.substack.com/p/a-hurricane-of-pseudoscience
1•fasterik•5m ago•0 comments

Ilha Da Queimada Grande

https://en.wikipedia.org/wiki/Ilha_da_Queimada_Grande
1•thunderbong•6m ago•0 comments

Google will no longer satisfy Zero Data Retention through OpenRouter routing

https://www.reddit.com/r/openrouter/comments/1wkriut/google_gemini_models_no_longer_available_for...
1•theanonymousone•7m ago•0 comments

Zenodo performance: an update on the current situation

https://blog.zenodo.org/2026/09/15/2026-09-15-stability-and-performance-updates/
1•jszymborski•7m ago•0 comments

Argentic – Stateless L402 proxy gate for machine data monetization

https://github.com/amarongrantham-dev/README.md
1•Ag0146•9m ago•0 comments

Apple Explains Why the iPhone 18 Pro Has a Variable Aperture

https://petapixel.com/2026/09/19/apple-explains-why-the-iphone-18-pro-has-a-variable-aperture/
1•throw0101a•9m ago•0 comments

Key symbols we lost to time, pt. 2: The Mac side

https://unsung.aresluna.org/key-symbols-we-lost-to-time-pt-2-the-mac-side/
1•zdw•13m ago•0 comments

Computers turn 1's and 0's into Text and Images [video]

https://www.youtube.com/watch?v=h7UWFJDPX8g
1•dadawei•13m ago•0 comments

Pakistan 2076 Security, State and the Future

https://hassanali110.substack.com/p/pakistan-2076-security-state-and
1•securitystrateg•13m ago•0 comments

Paris probes smart glasses use for suspected sexual harassment

https://www.siliconrepublic.com/business/paris-probes-smart-glasses-over-suspected-sexual-harassment
1•eustoria•14m ago•0 comments

Open WebUI: Self-Hosted AI Platform

https://openwebui.com
1•eustoria•14m ago•0 comments

The Effect of CRTs on Pixel Art

https://datagubbe.se/crt/
3•tobr•14m ago•0 comments

Polyscope – Agentic coding environment for Laravel

https://getpolyscope.com/
1•eustoria•16m ago•0 comments

Secure VMs for Kubernetes: Hardening Kata Containers

https://srcreigh.ca/posts/auditable-kata/
1•srcreigh•17m ago•0 comments

Mac Mini Alternatives for Local LLMs: M6, M5 and Strix Halo

https://terminalbytes.com/mac-mini-alternatives-local-llm-2026/
1•walterbell•20m ago•1 comments

Enthusiast replaces ripped-off CPU pin in substrate – chip boots and hits 33% OC

https://www.tomshardware.com/pc-components/cpus/enthusiast-digs-into-cpu-substrate-to-replace-rip...
1•sbulaev•22m ago•0 comments

Ask HN: How do non-resident founders meet others in SF?

2•aperi•24m ago•0 comments

China Stockpiled Oil, and Now It Could Dominate the Energy Landscape

https://www.nytimes.com/2026/09/17/business/energy-environment/china-oil-iran-war.html
1•bookofjoe•25m ago•1 comments

Multi-agent workflows to reproduce error logs and open PRs

https://www.nishantjani.com/blog/error-log-pattern-analysis-is-hard-2/
1•nishantjani10•27m ago•0 comments

The innovators under 35 shaping climate tech

https://www.technologyreview.com/2026/09/17/1144251/innovators-shaping-climate-tech/
2•joozio•28m ago•0 comments

Show HN: Reader – I made a Mac workspace for books, browser tabs, notes, and AI

https://github.com/Marvy101/reader-source
1•marvy101•29m ago•0 comments

Does AI Assistance Enhance or Erode Expertise? Evidence from 3-Month Experiment

https://www.nber.org/papers/w35720
2•m-hodges•32m ago•0 comments

Jev example use cases from community

https://jevable.com/
1•theanonymousone•32m ago•0 comments

Checkout offered by banks and credit unions. Alternative to OneLink

https://www.paze.com/
2•dzonga•36m ago•0 comments

Montessori gave us great start. Still switched to public school for first grade

https://www.businessinsider.com/switched-from-montessori-public-school-decision-2026-9
2•theanonymousone•36m ago•0 comments

The paradox at the heart of AI and science – Terence Tao [video]

https://www.youtube.com/watch?v=svl_1upFpQo
2•lr0•37m ago•0 comments

Lawsuit: Illegal Agreement of Anthropic, OpenAI, SpaceXAI, Google on AI Slowdown

https://www.independent.co.uk/news/lawsuit-anthropic-google-openai-lawyers-b3052942.html
5•mdp2021•37m 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?