frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Sidenote – comment on your rendered blog, an LLM writes the Git diff

https://github.com/bharadwaj-pendyala/sidenote
1•bharadwajp•35s ago•0 comments

Surveillance Companionship Entertainment: Intelligent Machines Ancient History

https://thereader.mitpress.mit.edu/the-ancient-history-of-intelligent-machines/
1•andsoitis•1m ago•0 comments

Scaling Laws, Honestly

https://www.completeskeptic.com/p/scaling-laws-honestly
1•dreamingincode•7m ago•0 comments

Show HN: Osint tool that finds exposed files on domains

https://search.cerast-intelligence.com/
1•PatchRequest•15m ago•0 comments

Zero-copy in Go: sendfile, splice, and the cost of io.Copy

https://segflow.github.io/post/zero-copy-sendfile-splice/
1•mrngm•15m ago•0 comments

Show HN: Open-source guided code reviews

https://twitter.com/plannotator/status/2073845811847512372
2•ramoz•16m ago•0 comments

ARRR: Pirate MMO vibecoded by its players

https://www.arrr.fun
2•m0dE•16m ago•0 comments

RePost API Tester Extension

https://chromewebstore.google.com/detail/repost-api-tester/eipmeckflplenlbnlhbpmjojahephhkp
1•info-chirila•17m ago•0 comments

3D-print your own modular eyeglasses frames

https://eiga.works/design/hitomi-frames/
2•thinkalone•20m ago•0 comments

Fugu – A multi-agent LLM orchestrator delivered as a single API

https://github.com/SakanaAI/fugu
4•terminalchai•26m ago•0 comments

Vibe-coding platform Base44 launches own model as AI startups seek defensibility

https://techcrunch.com/2026/06/29/vibe-coding-platform-base44-launches-own-model-as-ai-startups-s...
3•gmays•26m ago•0 comments

Tripadvisor AI summaries give glowing reviews to dangerous hotels

https://www.euronews.com/travel/2026/07/03/tripadvisor-ai-summaries-give-glowing-reviews-to-dange...
7•jethronethro•30m ago•1 comments

Immich v3.0.0 Released

https://immich.app/blog/v3.0.0-release
3•birdculture•33m ago•1 comments

Show HN: Social and context-aware AI platform to do math

https://www.prooftree.ai
2•lemma1729•33m ago•0 comments

Trouble Transitioning (2025)

https://www.lrb.co.uk/the-paper/v47/n01/adam-tooze/trouble-transitioning
2•measurablefunc•34m ago•0 comments

Speech and Noise Corpora for Pitch Estimation of Human Speech

https://zenodo.org/records/3920591
3•q7m•39m ago•0 comments

Cursed circuits #5: capacitance multiplier

https://lcamtuf.substack.com/p/cursed-circuits-capacitance-multiplier
7•surprisetalk•39m ago•0 comments

Understanding B-Tree Indexes in PostgreSQL: A Comprehensive Guide– Part 1

https://medium.com/@devli0/b-tree-indexes-in-postgresql-part-1-theory-eb2668c52520
2•corvus-cornix•43m ago•0 comments

How to Get a Healthy, Shiny Coat on Your Dog: The Ultimate Guide

https://pawcaremedia.com/how-to-get-a-healthy-shiny-coat-on-your-dog-the-ultimate-guide/
2•Han25•46m ago•0 comments

New contributors to GNU Emacs over time

https://old.reddit.com/r/emacs/comments/1uo4t5e/new_contributors_to_gnu_emacs_over_time/
5•srijan4•46m ago•0 comments

WebGlean – API that turns any site into clean Markdown for LLMs

https://www.webglean.com
3•qubomax•46m ago•0 comments

Slow Tuesday Night (1965)

https://www.baen.com/Chapters/9781618249203/9781618249203___2.htm
2•et1337•50m ago•0 comments

The Strange Locomotion of Spirocuta

https://chriskiehl.com/article/euglenid-motion-in-flagellates
3•goostavos•52m ago•0 comments

Show HN: 3·6·9 COMMANDER, a turn-based strategy card game

https://forgottenmachine.itch.io/369-commander
3•forgatmachine•53m ago•0 comments

The Mental Models I Use to Work with AI

https://metedata.substack.com/p/015-the-mental-models-i-use-to-work
4•young_mete•54m ago•0 comments

State Sponsored Media? No Thanks [video]

https://www.youtube.com/watch?v=sFgSzsusIwQ
4•dp-hackernews•56m ago•0 comments

View from the Shifting Mound

https://thesolarprincess.github.io/blog/en/shiftingmound.html
2•paulpauper•57m ago•0 comments

Contributor Visualization for Superset: top contributors own 90% of lines

https://twitter.com/Principal_ADE/status/2073853855545143427
5•fernando-ram•58m ago•0 comments

Social media management for AI Agents

https://schedpilot.com/
2•schedpilot•59m ago•0 comments

Eclipse Enclave

https://projects.eclipse.org/projects/ecd.enclave
4•Tomte•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?