logoalt Hacker News

AmazingTurtletoday at 5:03 PM7 repliesview on HN

There are already a handful of repos doing essentially exactly this: `mlx-moe-offload`, `streamlx`, `mlx-moe`, `mlx-flash`, and `deepseek-v4-flash-mlx` - i.e. keep the resident parts of an MoE in unified memory and page/stream routed experts from SSD on Apple Silicon.

At this point I'd much rather see people collaborate on one of these implementations, benchmark against them, or upstream the useful bits into MLX/MLX-LM instead of producing yet another near-identical repo.

The local-LLM ecosystem really does not need every implementation idea rediscovered five times and wrapped in a new README. AI-assisted coding makes producing a new repo cheap; maintaining, benchmarking, and integrating one is the actually valuable part.


Replies

brailsafetoday at 7:22 PM

This is one of the aspects of this year that I've been finding very grating and wasteful. Collaboration still happens among people with the ability to do so and the technical skills, but everyone else is taking their own helicopter to the top of the mountain, "putting it out there", and there's just a ton of redundant projects that do the same thing.

show 1 reply
carloslfutoday at 5:16 PM

I see your point. As an oss defender myself, I agree, however, the spirit of this is to see how fast I can make it. I'm sharing this with the community, which I think is aligned with the original oss spirit.

It's an experiment for myself but I am committing to maintain it. I've been an oss person for a loooong time, way before AI was a thing. Think about it as a new, from-scratch take at it, not as a re-reproduction.

show 1 reply
Barbingtoday at 5:10 PM

Vouched especially since OP might have a perspective on this. And readers may want to look up those other repos and compare for themselves.

show 1 reply
genxytoday at 5:30 PM

Why should they do that? For you? You could merge those projects and see if they get traction.

kzrdudetoday at 5:21 PM

And there are `Mference` and `SwiftLM` too, I think they are doing the same use case.

dofmtoday at 5:15 PM

AI NIH

show 1 reply
apitoday at 5:09 PM

> every implementation idea rediscovered five times and wrapped in a new README

That's open source since forever, unfortunately.

show 2 replies