frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AWS-bench: Benchmark for evaluating AI coding agents on real-world AWS tasks

https://github.com/aws-bench/aws-bench
1•Betelbuddy•2m ago•0 comments

OpenAI agents hijacked German website before Hugging Face hack, report claims

https://www.bbc.com/news/articles/ckg725z5kgzo
1•theanonymousone•2m ago•0 comments

Could Cargo's scheduler be better?

https://spirali.github.io/blog/cargo-scheduler/
1•birdculture•3m ago•0 comments

Thinking in Code

https://aishwaryagoel.com/thinking-in-code/
1•agcat•5m ago•0 comments

Data from drones in Ukraine is fueling a new Wild West marketplace

https://www.technologyreview.com/2026/09/04/1143452/drone-data-wild-west/
1•jonbaer•6m ago•0 comments

Ask HN: How do you know if you have a product problem or a distribution one?

1•mustafak99•10m ago•0 comments

Friendly names for private services using Headscale, CoreDNS and DNSimple

https://www.coryd.dev/posts/2026/friendly-names-for-private-services-using-headscale-coredns-and-...
1•cdrnsf•11m ago•0 comments

Prediction: GPU's are currently the cheapest they're ever gonna be

1•217•13m ago•2 comments

Blockchain und Bitcoin erklärt in 6 Episoden – Episode 5

https://medium.com/@chris.ahrweiler/blockchain-und-bitcoin-erkl%C3%A4rt-in-6-episoden-episode-5-1...
1•docjojo•13m ago•0 comments

Household Laser Cuts

https://cceckman.com/writing/household-laser-cuts/
2•evakhoury•14m ago•0 comments

EPA Moves to Drop Protections for More Wetlands

https://www.nytimes.com/2026/09/04/climate/epa-wetlands-water-protections.html
1•jonrcooper•15m ago•0 comments

Zstandard einfach erklärt in 2 Episoden – Episode 2

https://medium.com/@chris.ahrweiler/zstandard-einfach-erkl%C3%A4rt-in-2-episoden-episode-2-1d8e4c...
1•docjojo•15m ago•0 comments

What Is a Neki Router?

https://planetscale.com/blog/what-is-a-neki-router
1•yakkomajuri•16m ago•0 comments

Patient Received Pig Kidney Becomes First to Progress to Human Kidney Transplant

https://hms.harvard.edu/news/patient-who-received-pig-kidney-becomes-first-progress-human-kidney-...
1•DeepLogin•17m ago•0 comments

Chinese businesses giving away AI tokens with coffee, credit cards, dumplings

https://restofworld.org/2026/china-ai-tokens-consumer-rewards-credit-cards-telcos-deepseek/
4•billybuckwheat•17m ago•0 comments

Atmosphere Explorer Browse and manage data across the AT Protocol

https://pds.ls/
2•Bluestein•18m ago•0 comments

Show HN: Marketplace for finding craft fairs and vendor events

https://www.boothscout.com
2•wowinter15•18m ago•1 comments

What is known about how Eric Lu factored the 862-bit RSA-260 after 35 years

https://lilting.ch/en/articles/rsa-260-factored-how-computed
2•upofadown•19m ago•0 comments

Show HN: Set Game for iOS

https://apps.apple.com/us/app/setle/id6801995128
1•elilevin•20m ago•0 comments

Statichost.eu – 100% European static site hosting

https://www.statichost.eu/
4•p4bl0•22m ago•0 comments

Ask HN: Anyone's gonna use GPT-6 Astra in Microsoft Foundry?

1•skwasimin•24m ago•0 comments

Kubernetes Promotes Kyaml as a Safer, More Consistent Way to Work with Manifests

https://www.infoq.com/news/2026/09/kubernetes-kyaml-manifests/
2•theanonymousone•26m ago•0 comments

Macha: Save 42% tokens. Use South Indian English inspired response style for AI

https://github.com/kingroryg/macha
2•rgbimbochamp•27m ago•0 comments

Show HN: Tesoro.help – rogue AI helpdesk for my kid's high school

https://tesoro.help/
1•MediaSquirrel•27m ago•0 comments

Scientists observe Einstein's gravity in the quantum world

https://www.ox.ac.uk/news/2026-08-28-scientists-observe-einsteins-gravity-in-the-quantum-world
1•mudil•28m ago•0 comments

Doh-proxy – An simple DNS-over-HTTPS (DoH) proxy server written in Go

https://github.com/afonsofrancof/doh-proxy
1•peter_d_sherman•28m ago•0 comments

OpenAI rolls out GPT-6 Astra to Pro, Enterprise

https://9to5mac.com/2026/09/04/openai-releasing-major-upgrade-to-chatgpt-and-codex-with-gpt-6-ast...
1•utiiiD•29m ago•0 comments

Learning Cultures Reading Group: "Like Coding in the Dark"

https://www.maayanroth.com/blog/posts/coding-in-the-dark.html
2•evakhoury•33m ago•0 comments

Workout or nap? Either can help your sleepless brain

https://www.mcgill.ca/newsroom/channels/news/workout-or-nap-either-can-help-your-sleepless-brain-...
1•gmays•34m ago•0 comments

Who holds the steering wheel of AI?

https://ana15.substack.com/p/who-holds-the-steering-wheel-of-ai
1•aborovykh•35m 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?