frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Civilization and Its Discontents (1930)

https://gutenberg.org/cache/epub/78221/pg78221-images.html
1•petethomas•22s ago•0 comments

Busdayaxis: Matplotlib scale collapsing weekends and off-hours on datetime axis

https://github.com/saemeon/busdayaxis
1•saemeon•42s ago•0 comments

40k-line AI platform built solo with Rails, self-hosted GPU, and an agent

https://austn.net/blog/building-an-ai-native-web-platform
1•frogr•2m ago•1 comments

China is running multiple AI races

https://www.brookings.edu/articles/china-is-running-multiple-ai-races/
2•hunglee2•5m ago•0 comments

Velvet-auth – Production-ready auth plugin for Elysia and Bun

https://github.com/raloonsoc/velvet-auth
1•raloonsoc•12m ago•0 comments

C++ Algorithms Library

https://en.cppreference.com/w/cpp/algorithm.html
1•tosh•14m ago•0 comments

Ask HN: We need to learn algorithm when there are Claude Code etc.

3•JasonHEIN•16m ago•0 comments

Slope Rider

https://slopeonline.online/slope-rider
1•charelie142•20m ago•1 comments

Clawforge SaaS Starter: OpenClaw and Nvidia Starter for Local AI SaaS Workflows

https://github.com/autopilotaitech/clawforge-saas-starter
2•autopilotaitech•23m ago•0 comments

Ask HN: Is it time for "organic" coding?

2•lexi-k•31m ago•4 comments

Using AI a man developed a custom mRNA cancer vaccine for his dying dog

https://fortune.com/2026/03/15/australian-tech-entrepreneur-ai-cancer-vaccine-dog-rosie-unsw-mrna/
1•aureliusm•33m ago•0 comments

HitPaw VikPea

https://www.hitpaw.com/vikpea-video-enhancer.html
1•HitPaw•33m ago•0 comments

Show HN: I Built StatusDrop

https://statusdrop.dev
1•razvanmac•33m ago•0 comments

Folgpris.no (followprice) – A way to track any price from any store

https://folgpris.no/
2•falense•34m ago•1 comments

Mistral AI partners with Nvidia to accelerate open frontier models

https://mistral.ai/news/mistral-ai-and-nvidia-partner-to-accelerate-open-frontier-models
1•tosh•36m ago•0 comments

Clawdoc – Find out where your OpenClaw agents went wrong and get recommendations

https://github.com/ashishjaingithub/clawdoc
2•jainashish•37m ago•0 comments

Out-of-Context Reasoning in LLMs: A short primer and reading list

https://outofcontextreasoning.com/
1•Anon84•38m ago•0 comments

Orc – multi-agent orchestration framework

https://github.com/PietroPasotti/orc
1•ppasotti•40m ago•0 comments

Peter Thiel's Antichrist lectures in Rome spark questions in Italian parliament

https://www.euractiv.com/news/peter-thiels-antichrist-lectures-in-rome-spark-questions-in-italian...
4•vrganj•45m ago•0 comments

From black boxes to black holes

https://www.hypertesto.me/en/blog/2026/03/from-black-boxes-to-black-holes
1•sebtron•46m ago•0 comments

Bit Blit

https://en.wikipedia.org/wiki/Bit_blit
1•tosh•47m ago•0 comments

US health care spending is not an outlier

https://randomcriticalanalysis.com/2016/09/25/high-us-health-care-spending-is-quite-well-explaine...
1•MrBuddyCasino•47m ago•0 comments

Show HN: Create your own online community

https://kraa.io/kraa/trees
1•levmiseri•52m ago•0 comments

Encyclopedia Britannica sues OpenAI over AI training

https://www.reuters.com/legal/litigation/encyclopedia-britannica-sues-openai-over-ai-training-202...
5•1vuio0pswjnm7•56m ago•0 comments

Engine‑Lang: A New Experimental Programming Language

https://github.com/annuaicoder/Engine-Lang
1•User49•57m ago•0 comments

SymbolicAI: A Neuro-Symbolic Perspective on Large Language Models

https://extensityai.gitbook.io/symbolicai
1•sigalor•58m ago•0 comments

Show HN: Smartipedia - Wikipedia for Agents

https://smartipedia.com/
1•sksareen1•1h ago•1 comments

PWAs Without the Browser?

https://kver.ca/2026/03/strand-slipshod-vibe-coded-pwas-for-the-desktop/
1•MarcellusDrum•1h ago•0 comments

Ask HN: What signals do you look for when hiring?

4•kathir05•1h ago•2 comments

Overwhelmed as a PO? Build Systems

https://www.leadinginproduct.com/p/the-product-owner-bottleneck
1•benkan•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•10mo ago

Comments

nip•10mo 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•10mo 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•10mo 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•10mo 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•10mo ago
This is an advertisement
tomrod•10mo ago
I wish this were critical, but it is an ad for MCP.run.
nip•10mo ago
It’s both in my opinion and discussions can stem from the linked article

Many come to HN also for the comments

palmfacehn•10mo ago
Personally, I'm not a fan. I thought the proponent's view might stimulate a discussion.
FunnyLookinHat•10mo 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•10mo 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•10mo 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•10mo ago
This post has too many "shameless plugs" to be taken seriously.
smitty1e•10mo 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?