frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Linked Automation Tool MyEasyLead

https://www.youtube.com/watch?v=pnwA5vlhqko
1•finestevenx•1m ago•0 comments

The Price of Freedom and the Entropy of Decentralization

https://dmf-archive.github.io/docs/posts/centralization-decentralization/
1•NetRunnerSu•5m ago•0 comments

What the heck is neuromorphic computing?

https://datascienceathome.com/brains-in-the-machine-the-rise-of-neuromorphic-computing-ep-285/
1•frag•5m ago•0 comments

Ubuntu 25.04, Fedora 42 Hit Long Sought Milestone with HDR Support Working Well

https://www.phoronix.com/review/linux-hdr-2025
1•teleforce•7m ago•0 comments

The Colorless Man [video]

https://www.youtube.com/watch?v=yOcJyRbC7uo
1•TMWNN•7m ago•0 comments

A modern puzzle games collection written with AI

https://puzzles-game.com/en/
1•selfboot•11m ago•1 comments

Food for though: is this the same surface?

1•teocalin37•19m ago•0 comments

I have thoughts on the normalization and enshittification of sponsors [video]

https://www.youtube.com/watch?v=KX5XW9kqhdA
1•iscream26•19m ago•0 comments

Show HN: Seedance 1.0 Pro Video Generator

https://seedanceai.app/
1•Johnny_young•23m ago•0 comments

Karnataka Proposes 12-Hour Workdays for IT Employees

https://www.ndtvprofit.com/nation/karnataka-proposes-12-hour-workdays-for-it-employees-union-pushes-back
2•b0a04gl•26m ago•0 comments

SpaceX Starship 36 Anomaly

https://twitter.com/NASASpaceflight/status/1935548909805601020
10•Ankaios•30m ago•0 comments

Regulators Approve a Twice-Yearly Shot to Prevent HIV Infection

https://www.nytimes.com/2025/06/18/health/hiv-fda-lenacapavir.html
1•lovestory•37m ago•1 comments

Gurney Halleck from Dune tells you to do stuff

https://gurney-gurney-halleck.fly.dev/
1•big_cloud_bill•45m ago•0 comments

June 2025 C2PA News

https://www.tbray.org/ongoing/When/202x/2025/06/17/More-C2PA
1•zdw•47m ago•0 comments

This month in Servo: color inputs, SVG, embedder JavaScript, and more

https://servo.org/blog/2025/06/18/this-month-in-servo/
1•CharlesW•52m ago•0 comments

Triaging security issues reported by third parties

https://gitlab.gnome.org/GNOME/libxml2/-/issues/913
2•zdw•52m ago•0 comments

SpaceX Ship 36 RUDs During Testing

https://www.youtube.com/watch?v=WKwWclAKYa0
10•codewiz•53m ago•0 comments

Stinging Tree

https://en.wikipedia.org/wiki/Dendrocnide_moroides
1•lend000•55m ago•0 comments

Deepwiki

https://deepwiki.com/
2•handfuloflight•56m ago•0 comments

How My AI Free Commitment Challenge Is Going

https://ishayirashashem.substack.com/p/aichallengeforreddit
1•paulpauper•59m ago•0 comments

The Megaproject Economy

https://www.palladiummag.com/2025/06/01/the-megaproject-economy/
1•paulpauper•59m ago•0 comments

Death to WYSIWYG!

https://ratfactor.com/htmlwarden/death-to-wysiwyg
6•zdw•59m ago•0 comments

I created a data enrichment guide

https://chatgpt.com/g/g-684f893ae7c881919f210399e940105a-data-enrichment-guide-and-expert
1•arcknighttech•1h ago•0 comments

Writing Toy Software Is a Joy

https://blog.jsbarretto.com/post/software-is-joy
3•zdw•1h ago•0 comments

OpenAI wins $200M contract with US Military for 'warfighting'

https://www.theguardian.com/technology/2025/jun/17/openai-military-contract-warfighting
1•sdenton4•1h ago•0 comments

Anthropic RSS Feeds

https://github.com/Olshansk/rss-feeds
2•Olshansky•1h ago•0 comments

Hacker News Frontpage with Filtering

https://isit.mooo.com/
1•goodburb•1h ago•0 comments

Juneteenth: History

https://en.wikipedia.org/wiki/Juneteenth
3•tomrod•1h ago•0 comments

Elliptic Curves as Art

https://elliptic-curves.art/
17•nill0•1h ago•3 comments

Compliant-Mechanism Mattress for Preventing Pressure Ulcers [video]

https://www.youtube.com/watch?v=KfIB_e_6rzY
1•Klaster_1•1h ago•0 comments
Open in hackernews

MCP Specification – version 2025-06-18 changes

https://modelcontextprotocol.io/specification/2025-06-18/changelog
84•owebmaster•5h ago

Comments

dend•3h ago
I am just glad that we now have a simple path to authorized MCP servers. Massive shout-out to the MCP community and folks at Anthropic for corralling all the changes here.
jjfoooo4•2h ago
What is the point of a MCP server? If you want to make an RPC from an agent, why not... just use an RPC?
refulgentis•2h ago
Not everyone can code, and not everyone who can code is allowed to write code against the resources I have.
nsonha•1h ago
you have to write code for MCP server, and code to consume them too. It's just the LLM vendor decide that they are going to have the consume side built-in, which people question as they could as well do the same for open API, GRPC and what not, instead of a completely new thing.
antupis•19m ago
It is easier to communicate and sell that we have this MCP server that you can just plug and play vs some custom RPC stuff.
TOMDM•3h ago
Maybe the Key Changes page would be a better link if we're concerned with a specific version?

https://modelcontextprotocol.io/specification/2025-06-18/cha...

lyjackal•3h ago
Agree, thanks for the link. I was wondering what actually changed. The resource links and elicitation look like useful functionality.
tomhow•3h ago
OK we've changed the URL and the title to that, thanks!
elliotbnvl•3h ago
Fascinated to see that the core spec is written in TypeScript and not, say, an OpenAPI spec or something. I suppose it makes sense, but it’s still surprising to see.
lovich•1h ago
Why is it surprising? I use typescript a lot, but I would have never even thought to have this insight so I am missing some language design decisions
freed0mdox•3h ago
What MCP is missing is a reasonable way to do async callbacks where you can have the mcp query the model with a custom prompt and results of some operation.
lherron•3h ago
Isn't this what sampling is for?

https://modelcontextprotocol.io/docs/concepts/sampling

lsaferite•2h ago
That was my thought as well.

My main disappointment with sampling right now is the very limited scope. It'd be nice to support some universal tool calling syntax or something. Otherwise a reasonably complicated MCP Server is still going to need a direct LLM connect.

refulgentis•2h ago
Dumb question: in that case, wouldn't it not be an MCP server? It would be an LLM client with the ability to execute tool calls made by the LLM?

I don't get how MCP could create a wrapper for all possible LLM inference APIs or why it'd be desirable (that's an awful long leash for me to give out on my API key)

lsaferite•2h ago
An MCP Server can be many things. It can be as simple as an echo server or as complex as a full-blown tool-calling agent and beyond. The MCP Client Sampling feature is an interesting thing that's designed to allow the primary agent, the MCP Host, to offer up some subset of LLM models that is has access to for the MCP Servers it connects with. That would allow the MCP Server to make LLM calls that are mediated (or not, YMMV) by the MCP Host. As I said above, the feature is very limited right now, but still interesting for some simpler use cases. Why would you do this? So you don't have to configure every MCP Server you use with LLM credentials? And the particulars of exactly what model gets used are under your control. That allows the MCP Server to worry about the business logic and not about how to talk to a specific LLM Provider.
refulgentis•2h ago
I get the general premise but am uncertain as to if it's desirable to invest more in inverting the protocol, where the tool server becomes an LLM client. "Now you have 2 protocols", comes to mind - more concretely, it upends the security model.
ashwinsundar•3h ago
Why does MCP need to support this explicitly? Is it hard to write a small wrapper than handles async callbacks? (Serious question)
atlgator•2h ago
The async callbacks are in your implementation. I wrote an MCP server so customers could use an AI model to query a databricks sql catalog. The queries were all async.
jjfoooo4•2h ago
It's very hard for me to understand what MCP solves aside from providing a quick and dirty way to prototype something on my laptop.

If I'm building a local program, I am going to want tighter control over the toolsets my LLM calls have access to.

E.g. an MCP server for Google Calendar. MCP is not saving me significant time - I can access the same API's the MCP can. I probably need to carefully instruct the LLM on when and how to use the Google Calendar calls, and I don't want to delegate that to a third party.

I also do not want to spin up a bunch of arbitrary processes in whatever runtime environment the MCP is written in. If I'm writing in Python, why do I want my users to have to set up a typescript runtime? God help me if there's a security issue in the MCP wrapper for language_foo.

On the server, things get even more difficult to justify. We have a great tool for having one machine call a process hosted on another machine without knowing it's implementation details: the RPC. MCP just adds a bunch of opinionated middleware (and security holes)

refulgentis•2h ago
I agree vehemently, I'm sort of stunned how...slow...things are in practice. I quit my job 2 years ago to do LLM client stuff and I still haven't made it to Google calendar. It's handy as a user to have something to plug holes in the interim.

In the limit, I remember some old saw about how every had the same top 3 rows of apps on their iPhone homescreen, but the last row was all different. I bet IT will be managing, and dev teams will make, their own bespoke MCP servers for years to come.

throwaway314155•1h ago
If I understand your point correctly - the main bottleneck for tool-calling/MCP is the models themselves being relatively terrible at tool-calling anything but the tools they were finetuned to work with until recently. Even with the latest developments, any given MCP server has a variable chance of success just due to the nature of LLM's only learning the most common downstream tasks. Further, LLM's _still_ struggle when you give them too many tools to call. They're poor at assessing the correct tool to use when given tools with overlapping functionality or similar function name/args.

This is what people mean when they say that MCP should maybe wait for a better LLM before going all-in on this design.

refulgentis•46m ago
Not in my opinion, works fine in general, wrote 2500 lines of tests for me over about 30 min tonight.

To your point that this isn't trivial or universal, there's a sharp gradient that you wouldn't notice if you're just opining on it as opposed to coding against it -- ex. I've spent every waking minute since mid-December on MCP-like territory, and it still bugs me out how worse every model is than Claude at it. It sounds like you have similar experience, though, perhaps not as satisfied with Claude as I am.

cubancigar11•2h ago
It is a protocol. If I have to list a bunch of files on my system I don't call a rest server. Same way mcp is not for you doing your stuff. It is for other people do to stuff on your server by the way of tools.
lsaferite•2h ago
> It's very hard for me to understand what MCP solves

It's providing a standardized protocol to attach tools (and other stuff) to agents (in an LLM-centric world).

8n4vidtmkvmk•33m ago
What I don't get is why all the MCPs I've seen so far are commands instead of using the HTTP interface. Maybe I'm not understanding something, but with that you could spin up 1 server for your org and everyone could share an instance without messing around with different local toolchains
eadmund•2h ago
It is mostly pointless complexity, but I’m going to miss batching. It was kind of neat to be able to say ‘do all these things, then respond,’ even if the client can batch the responses itself if it wants to.
lsaferite•2h ago
I agree. JSON-RPC batching has always been my "gee, that's neat" feature and seeing it removed from the spec is sad. But, as you said, it's mostly just adding complexity.
neya•1h ago
One of the biggest lessons for me while riding the MCP hype was that if you're writing backend software, you don't actually need to do MCP. Architecturally, they don't make sense. Atleast not on Elixir anyway. One server per API? That actually sounds crazy if you're doing backend. That's 500 different microservices for 500 APIs. After working with 20 different MCP servers, it then finally dawned on me, good ole' function calling (which is what MCP is under the hood) works just fine. And each API can be just it's own module instead of a server. So, no need to keep yourself updated on the latest MCP spec nor need to update 100s of microservices because the spec changed. Needless complexity.
leonidasv•1h ago
I always saw MCPs as a plug-and-play integration for enabling function calling without incurring API costs when using Claude.

If you're using the API and not in a hurry, there's no need for it.

aryehof•58m ago
It really is a standard protocol for connecting clients to models and vice versa. It’s not there to just be a container for tool calls.
throwaway314155•56m ago
> One server per API? That actually sounds crazy if you're doing backend

Not familiar with elixir, but is there anything prohibiting you from just making a monolith MCP combining multiple disparate API's/backends/microservices as you were doing previously?

Further, you won't get the various client-application integrations with MCP merely using tool-calling; which to me is the "killer app" of MCP (as a sibling comment touches on).

(I do still have mixed feelings about MCP, but in this case MCP sorta wins for me)

neya•4m ago
> just making a monolith MCP combining multiple disparate API

This is what I ended up doing.

The reason I thought I must do it the "MCP way" was because of the tons of YouTube videos about MCP which just kept saying how much of an awesome protocol it is, an everyone should be using it, etc. Once I realized it's actually more consumer facing than the backend, it made much more sense as why it became so popular.

mindwok•50m ago
“each API can just be its own module instead of a server”

This is basically what MCP is. Before MCP, everyone was rolling their own function calling interfaces to every API. Now it’s (slowly) standardising.

gotts•1h ago
Very glad to see MCP Specification rapid improvement. With each new release I notice something that I was missing in my MCP integrations.
Aeolun•58m ago
Funny that changes to the spec require a single approval before being merged xD
swalsh•56m ago
Elicitation is a big win. One of my favorite MCP servers is an SSH server I built, it allows me to basically automate 90% of the server tasks I need done. I handled authentication via a config file, but it's kind of a pain to manage if I want to access a new server.