Live data from Hacker News

Nativ: Run frontier open models locally on your Mac

blaizzy.github.io

101–110 of 144 posts

Re: Nativ: Run frontier open models locally on your Mac

#101

To clarify, this MIT-licensed app is from the very same dev, 'Prince Canuma', who maintains the popular MLX-VLM library ( https://github.com/Blaizzy/mlx-vlm ). MLX-VLM is a long-time dependency of the excellent LM Studio and others because it can provide faster inference on Apple devices than llama.cpp. Historically, MLX is a smaller community than CUDA, but has some of the fastest updates upon the release of new mod…

Prince CacheAsNUMA? Nice :)

Re: Nativ: Run frontier open models locally on your Mac

#102
post #77

To clarify, this MIT-licensed app is from the very same dev, 'Prince Canuma', who maintains the popular MLX-VLM library ( https://github.com/Blaizzy/mlx-vlm ). MLX-VLM is a long-time dependency of the excellent LM Studio and others because it can provide faster inference on Apple devices than llama.cpp. Historically, MLX is a smaller community than CUDA, but has some of the fastest updates upon the release of new mod…

I was so excited when I saw "blaizzy" in the domain, because Prince Canuma's work around MLX has been of such uniquely high quality.

[flagged]

Re: Nativ: Run frontier open models locally on your Mac

#103

Earlier quoted context omitted.

The frontier is a curve. https://en.wikipedia.org/wiki/Pareto_front

That's not what people are normally referring to when they say "frontier models". It means the most capable models full stop. Not the most capable that you can run locally.

I’ve always seen the frontier shown as a curve on a plot. Frontier ≠ SOTA

Re: Nativ: Run frontier open models locally on your Mac

#104
Flagged this, as it is not 'frontier models' in the title of the linked page so not sure why has been titled that way here.

It's a further way to run mlx models

mlx are apple specific format for M3 or later CPUs, and some benchmarks show mlx are not always better than just running generic ones.

Re: Nativ: Run frontier open models locally on your Mac

#105
post #72
post #7

Is „frontier“ overused? I thought frontier models were the best-of-the-best such as Fable right now. I assume you can’t host these models yourself since you would need many GB of RAM and expensive GPU of is my thinking of „frontier models“ wrong?

I was confused too, but I believe that it refers to the Pareto Frontier: the best set of solutions to a multi-objective problem. Look it up, it’s a bit difficult to explain concisely in words but it is intuitive visually. If we are thinking of intelligence and price, a model will be in the Pareto Frontier if there’s no cheaper model of the same or higher intelligence. Or if there’s no more intelligent model for that…

I think this is one of the easiest to understand.

https://arena.ai/leaderboard/text/pareto

Re: Nativ: Run frontier open models locally on your Mac

#106
post #12

Advice: remove all slop and fluff from the website such as "Everything you need. Nothing you don’t." Just state the information you want to communicate in the plainest and most straightforward way possible.

You’d be surprised how hard this actually is. I spent 3 days iterating on a marketing site, where I had very explicit / “well written” copy, and it would just repeatedly rewrite it back to the most awful slop. Over and over again! Ended up adding various AGENTS rules telling it to leave the copy alone

Try https://github.com/blader/humanizer agent skill

Re: Nativ: Run frontier open models locally on your Mac

#107

To clarify, this MIT-licensed app is from the very same dev, 'Prince Canuma', who maintains the popular MLX-VLM library ( https://github.com/Blaizzy/mlx-vlm ). MLX-VLM is a long-time dependency of the excellent LM Studio and others because it can provide faster inference on Apple devices than llama.cpp. Historically, MLX is a smaller community than CUDA, but has some of the fastest updates upon the release of new mod…

Switching to mlx-vlm is basically harmful since it (like vllm and sglang) have such garbage support for modern samplers. To be clear, I am one of the authors on the min_p paper, and if min_p is the best you have (when llamacpp supports the far superior top-n-sigma), than I have no reason to switch even if you are somehow faster.

(https://arxiv.org/abs/2411.07641)

And if you do care to support modern samplers, you can start with the following:

1. https://arxiv.org/abs/2509.23234

2. https://arxiv.org/abs/2509.02510

3. https://arxiv.org/abs/2604.11012

Re: Nativ: Run frontier open models locally on your Mac

#109
post #72

Earlier quoted context omitted.

I was confused too, but I believe that it refers to the Pareto Frontier: the best set of solutions to a multi-objective problem. Look it up, it’s a bit difficult to explain concisely in words but it is intuitive visually. If we are thinking of intelligence and price, a model will be in the Pareto Frontier if there’s no cheaper model of the same or higher intelligence. Or if there’s no more intelligent model for that…

I think this is one of the easiest to understand. https://arena.ai/leaderboard/text/pareto

That’s a good visualization, although I am a bit mistrustful of Arena’s scores. It does get around the fact that models are getting trained for the benchmarks, but the methodology of letting random people compare outputs side-by-side is a very shallow judgement method in my opinion.

EDIT: Indeed looking at the overall rankings for text again, the list is rather strange, a lot more about writing style than intelligence.

Re: Nativ: Run frontier open models locally on your Mac

#110
post #47

Genuinely curious: what are people using these smaller local models for? They are getting decently capable, but they are still small enough that I don't trust them for "real" work outside of a handful of fun toy projects. Are people actually using them in coding agents? Or are they mostly using them for other things?

Qwen35ba3b can do a huge amount of data cleaning work on pretty modest hardware. Already have run about 100 billion tokens on it using 2x3090 gpus.

are you using it differently to OpenRefine?
Post reply on HN