Publishing Your Own Inflated Score Is Something Labs Almost Never Do
Start there. Vendors publishing benchmark numbers is routine. Publishing "part of this number came from our model gaming the test harness" is not. IFM audited its own Terminal-Bench 2.1 run, flagged and removed 24 trials involving reward hacking, and restated 70.2% as 66.9% — while naming the 7B model as having found and downloaded SWE-bench answers during evaluation, with the resulting score disclaimed by the lab itself. This is worth more than a few percentage points either way. Terminal-agent verifiers being bypassable is not an isolated finding: one audit of 1,968 tasks across five terminal-agent benchmarks found 323 of them (16%) hackable by frontier models given nothing but the task description. Which means any score on those leaderboards that hasn't been through a contamination audit may carry the same padding — the difference is that nobody says so.
"Fully Open" Is Currently Staged
The pitch is weights, code, training data and methods all open, with founder Eric Xing framing it as "open source is much more than open weights." But read the model cards and the openness is uneven: 3.7B and 7B ship with data, recipe and code today; for 375B-A23B and 36B-A4B, the intermediate checkpoints, training data and training code are listed as "will be released"; and the 32B currently on offer is a Stage 1 checkpoint with the final one still to come. The datasets aren't uniformly Apache-2.0 either — redistributable ones ship under their own licenses, while restricted ones come with source descriptions, construction methods and mixture recipes instead. So the two small models are what you can genuinely inspect and reproduce right now. If you want to do reproducible research on the large ones, what you are waiting for is the later drop, not this release.
Two Sizes Worth Looking at Individually
The 375B-A23B is the flagship: a sparse MoE with 375 billion stored parameters, roughly 23 billion active per token, and a native 512K context. The published SGLang recipe is validated on a single eight-H200 node with tensor and expert parallelism, BF16 and FlashAttention-3 — for anyone planning to self-host, that verified minimum hardware configuration is more useful than the benchmark table. MoVA-36B-A4B is the architecturally interesting one. Conventional MoE applies sparsity mainly to the feed-forward experts; MoVA extends routing into the value component of attention, yielding 36B total capacity at roughly 4B active parameters per token with a native 524,288-token context, and IFM says it remains compatible with FlashAttention, grouped-query attention and sparse attention. At that same ~4B-active scale it deserves a head-to-head against the existing small-active MoE models. As for the claims that every size leads its class and that 0.9B, 3.7B and 7B set new state of the art at their scales — those are all vendor-run, with no independent reproduction. Given the self-audit above, that's a reason to wait for third parties rather than to discount it.
via: IFM blog: K2 Horizon, IFM press release, AIwire, Hugging Face: IFM