frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Viaduct – C4 models that coding agents can read and update

https://c4.quietgridlabs.com/
1•igrlgkv•15s ago•0 comments

OpenAI Urges U.S. Government to Create Global AI-Safety Standards

https://www.wsj.com/tech/ai/openai-urges-u-s-government-to-create-global-ai-safety-standards-a8af...
1•thm•50s ago•0 comments

Apple M6 SoC Analysis's 2 nm chip crushes AMD, Intel and Qualcomm

https://www.notebookcheck.net/Apple-M6-SoC-Analysis-Apple-s-2-nm-chip-crushes-AMD-Intel-Qualcomm....
1•cromka•2m ago•0 comments

Show HN: Snagr – abandoned checkout emails for Polar

https://www.snagr.sh
1•tejasbhovad•2m ago•0 comments

Rings around a tiny body have changed over the past decade

https://arstechnica.com/science/2026/09/rings-around-a-tiny-body-have-changed-over-the-past-decade/
1•PaulHoule•4m ago•0 comments

X's Updates to Terms of Service

https://privacy.x.com/en/blog/2026/terms-updates
1•simonebrunozzi•4m ago•0 comments

Show HN: 8 months extending my terminal to handle all my work with all agents

https://github.com/albertwujj/agent-term
1•aywu•5m ago•0 comments

Pipper

https://github.com/maker-or/omni
1•handfuloflight•7m ago•0 comments

Zerfoo – a pure Go framework for creating, training and running AI models

https://zer.foo
1•david-ndungu•8m ago•0 comments

Singeli: High-level domain-specific metaprogrammin language for low-level progra

https://github.com/mlochbaum/Singeli
2•fanf2•8m ago•0 comments

Lessons from projecting a private monorepo down to a public OSS release

https://opencomplai.com/blog/what-broke-open-sourcing-compliance-engine
1•ythouma•10m ago•0 comments

Show HN: FearGate – AI Fear Machine

https://feargate.org/
2•t_nate•10m ago•1 comments

Zeitpyramide

https://en.wikipedia.org/wiki/Zeitpyramide
1•bpierre•12m ago•0 comments

Seattle Bans Rental Junk Fees

https://www.multifamilydive.com/news/seattle-ban-rental-junk-fees/827816/
2•toomuchtodo•14m ago•2 comments

Alzheimer's disease starting to be considered a treatable condition – study

https://www.rnz.co.nz/news/health/1483456/alzheimer-s-disease-starting-to-be-considered-a-treatab...
4•theanonymousone•17m ago•0 comments

Study: BEVs emit 88g CO2/km over their lifecycle, less than half ICE cars [pdf]

https://www.nature.com/articles/s41467-026-77892-4_reference.pdf
2•giuliomagnifico•18m ago•0 comments

Newly discovered asteroid 2026 SY2 changes how NEO data is interpreted

https://www.astrophyzix.com/2026/09/asteroid-2026-SY2.html
2•JEOFFEZZ•18m ago•0 comments

The AI Agent Landscape – September 2026

https://thebeach.dev/posts/the-agent-landscape-september-2026/
1•jamiebeach•19m ago•0 comments

Turn off and restrict access to Apple Intelligence features on Mac

https://support.apple.com/guide/mac-help/turn-restrict-access-apple-intelligence-mchlb2e44f94/mac
7•alwillis•20m ago•0 comments

Arguing about Arguments

https://steveklabnik.com/writing/arguing-about-arguments/
3•steveklabnik•20m ago•0 comments

Advisory Group on Mathematics and Artificial Intelligence

https://openai.com/index/advisory-group-on-mathematics-and-ai/
2•js73js8•23m ago•0 comments

Ask HN: Formatting Guidelines for LLM Comments

2•manlymuppet•23m ago•0 comments

Dreams of making drugs and tissues in space get closer to reality

https://www.science.org/content/article/dreams-making-drugs-and-tissues-space-get-closer-reality
1•geneticdrifts•24m ago•0 comments

Vulnerability Disclosure Policy

https://www.flocksafety.com/legal/vulnerability-disclosure-policy
2•Tomte•24m ago•0 comments

Tinfield 1 is an open weight coding model from Nigeria that beats Opus 4.8

https://twitter.com/Badtheorylabs/status/2102046067990692093
5•gslepak•25m ago•0 comments

2026: The Year Galleries Realised the Need to Flag or Cull Slop Images

https://techrights.org/n/2026/09/21/2026_The_Year_Galleries_Realised_the_Need_to_Flag_or_Cull_Slo...
1•amcclure•27m ago•0 comments

Big AI to humanity: drop dead

https://matthewbutterick.com/chron/drop-dead.html
3•Tomte•27m ago•0 comments

Ten years since the factors (fiction)

https://dreamstation.systems/personal/factors.html
1•robinpie•28m ago•0 comments

The Apocalypse Will Not Be Sexy

https://www.techdirt.com/2026/09/21/the-apocalypse-will-not-be-sexy/
4•beardyw•30m ago•0 comments

Qwen3.8-Flash-Next on a 64 GB M2 Ultra: A 66-Minute Real Work Run

https://b1tank.github.io/writing/my-real-world-qwen38-flash-next-agent-run/
1•b1tank•31m 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?