I wonder whether Claude is doing the same kind of training and it's coming with the next model, and that's why the agent swarm mode in Claude Code is hidden for now. We might be getting very very good agent orchestrators/swarms very soon.
Kimi Released Kimi K2.5, Open-Source Visual SOTA-Agentic Model
211–220 of 251 posts
Re: Kimi Released Kimi K2.5, Open-Source Visual SOTA-Agentic Model
#212* https://lmarena.ai/leaderboard — crowd-sourced head-to-head battles between models using ELO
* https://dashboard.safe.ai/ — CAIS' incredible dashboard
* https://clocks.brianmoore.com/ — a visual comparison of how well models can draw a clock. A new clock is drawn every minute
* https://eqbench.com/ — emotional intelligence benchmarks for LLMs
* https://www.ocrarena.ai/battle — OCR battles, ELO
* https://mafia-arena.com/ — LLMs playing the social deduction game Mafia
* https://openrouter.ai/rankings — marketshare based on OpenRouter
Re: Kimi Released Kimi K2.5, Open-Source Visual SOTA-Agentic Model
#213Earlier quoted context omitted.
Is there a catch? I was not getting anything like this on a 70B model. EDIT: oh its a marketing account and the program never finished... who knows the validity.
I don't think Awni should be dismissed as a "marketing account" - they're an engineer at Apple who's been driving the MLX project for a couple of years now, they've earned a lot of respect from me.
Re: Kimi Released Kimi K2.5, Open-Source Visual SOTA-Agentic Model
#214Earlier quoted context omitted.
tell me more...
Go to kimi chat, there will come up multiple suggestions of use cases. One of them will be the bargain robot. If you download their mobile app, the challenge to bargain will probably popup too! Depending on how well you bargain with the robot, you can go as low as 0,99$ (difficult). Either way, their moderate plan doesn’t have to be 20$. The agent wants a good reason for why it should lower the price for you. Here’s…
Re: Kimi Released Kimi K2.5, Open-Source Visual SOTA-Agentic Model
#215Earlier quoted context omitted.
Mac studio way is not "AI on CPU," as M2/M4 are complex SoC, that includes a GPU with unified memory access.
If it worked IRL for anything useful, I'd be more interested in the technical differences. But it was a mere toy for a few tests at my fortune 20 company. Language is full of issues of particulars vs universals, and you could debate if its just an integrated GPU with different marketing. Whatever the case, we couldn't use it in production, and NVIDIAs stock price reflects the reality on the ground.
My 2 cents
Re: Kimi Released Kimi K2.5, Open-Source Visual SOTA-Agentic Model
#216Earlier quoted context omitted.
Yup, I experience the same. I don't know what they do to achieve this but it gives them this edge, really curious to learn more about what makes it so good at it.
A lot of people point to the Muon optimizer that Moonshot (the creators of Kimi) pioneered. Compared to the standard optimizer AdamW, Muon amplifies low-magnitude gradient directions which makes the model learn faster (and maybe gives Kimi its unique qualities). Muon paper: https://arxiv.org/abs/2502.16982
Re: Kimi Released Kimi K2.5, Open-Source Visual SOTA-Agentic Model
#217Earlier quoted context omitted.
When I've measured this myself, I've never seen a medium-to-long task horizon that would have expert locality such that you wouldn't be hitting the SSD constantly to swap layers (not to say it doesn't exist, just that in the literature and in my own empirics, it doesn't seem to be observed in a way you could rely on it for cache performance). Over any task that has enough prefill input diversity and a decode phase th…
> hitting the SSD constantly to swap layers Thing is, people in the local llm community are already doing that to run the largest MoE models, using mmap such that spare-RAM-as-cache is managed automatically by the OS. It's a drag on performance to be sure but still somewhat usable, if you're willing to wait for results. And it unlocks these larger models on what's effectively semi-pro if not true consumer hardware. O…
I can run Minimax 2.1 in 5bpw at 200k context fully offloaded to GPU. The 30-40 tk/s feels like a lifetime for long horizon tasks, especially with subagent delegation etc, but it's still fast enough to be a daily driver.
But that's more or less my cutoff. Whenever I've tested other setups that dip into the single and sub-single digit throughput rates, it becomes maddening and entirely unusable (for me).
Re: Kimi Released Kimi K2.5, Open-Source Visual SOTA-Agentic Model
#218Earlier quoted context omitted.
The model absolutely can be run at home. There even is a big community around running large models locally: https://www.reddit.com/r/LocalLLaMA/ The cheapest way is to stream it from a fast SSD, but it will be quite slow (one token every few seconds). The next step up is an old server with lots of RAM and many memory channels with maybe a GPU thrown in for faster prompt processing (low two digits tokens/second). At t…
Its often pointed out in the first sentence of a comment how a model can be run at home, then (maybe) towards the end of the comment it’s mentioned how it’s quantized. Back when 4k movies needed expensive hardware, no one was saying they could play 4k on a home system, then later mentioning they actually scaled down the resolution to make it possible. The degree of quality loss is not often characterized. Which makes…
Re: Kimi Released Kimi K2.5, Open-Source Visual SOTA-Agentic Model
#219Re: Kimi Released Kimi K2.5, Open-Source Visual SOTA-Agentic Model
#220The "Deepseek moment" is just one year ago today! Coincidence or not, let's just marvel for a second over this amount of magic/technology that's being given away for free... and how liberating and different this is than OpenAI and others that were closed to "protect us all".
What amazes me is why would someone spend millions to train this model and give it away for free. What is the business here?
How many millions did Google spend on Android (acquisition and salaries), only to give it away for free?
Usually, companies do this to break into a monopolized market (or one that's at risk of becoming one), with openness as a sweetener. IBM with Linux to break UNIX-on-big-iron domination, Google with Android vs. iPhone, Sun with OpenSolaris vs. Linux-on-x86.