<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>OLMo on Svtter's Blog</title><link>https://svtter.cn/en/tags/olmo/</link><description>Recent content in OLMo on Svtter's Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Fri, 10 Jul 2026 16:00:00 +0800</lastBuildDate><atom:link href="https://svtter.cn/en/tags/olmo/index.xml" rel="self" type="application/rss+xml"/><item><title>OLMo vs LLM360: Two Routes to Open-Source LLMs</title><link>https://svtter.cn/en/p/olmo-vs-llm360-two-routes-to-open-source-llms/</link><pubDate>Fri, 10 Jul 2026 16:00:00 +0800</pubDate><guid>https://svtter.cn/en/p/olmo-vs-llm360-two-routes-to-open-source-llms/</guid><description>&lt;img src="https://svtter.cn/p/olmo-%E4%B8%8E-llm360%E5%BC%80%E6%BA%90%E5%A4%A7%E6%A8%A1%E5%9E%8B%E7%9A%84%E4%B8%A4%E6%9D%A1%E8%B7%AF%E7%BA%BF/pics/olmo-llm360-cover.svg" alt="Featured image of post OLMo vs LLM360: Two Routes to Open-Source LLMs" /&gt;&lt;p&gt;In the &amp;ldquo;fully open-source&amp;rdquo; LLM lane, two projects are almost always mentioned together: &lt;strong&gt;OLMo&lt;/strong&gt; (Allen Institute for AI, USA) and &lt;strong&gt;LLM360&lt;/strong&gt; (MBZUAI, UAE). Both advocate releasing training data, code, weights, and even intermediate checkpoints — yet they differ in generation, scale, performance, and iteration cadence. This post lays them side by side so newcomers can build a full picture quickly.&lt;/p&gt;
&lt;h2 id="tldr"&gt;TL;DR
&lt;/h2&gt;&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;Dimension&lt;/th&gt;
					&lt;th&gt;OLMo family&lt;/th&gt;
					&lt;th&gt;LLM360&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;Lead org&lt;/td&gt;
					&lt;td&gt;&lt;strong&gt;Allen Institute for AI (AI2)&lt;/strong&gt;, US nonprofit&lt;/td&gt;
					&lt;td&gt;&lt;strong&gt;MBZUAI&lt;/strong&gt; (+ Petuum + Cerebras), UAE academic&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Key figure&lt;/td&gt;
					&lt;td&gt;Dirk Groeneveld, Matt Gardner, et al.&lt;/td&gt;
					&lt;td&gt;&lt;strong&gt;Eric Xing&lt;/strong&gt; — MBZUAI President / Petuum founder&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Latest version&lt;/td&gt;
					&lt;td&gt;&lt;strong&gt;OLMo 3 / 3.1&lt;/strong&gt; (2025-11/12)&lt;/td&gt;
					&lt;td&gt;&lt;strong&gt;K2-V2&lt;/strong&gt; (early 2026, 70B dense)&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Scale range&lt;/td&gt;
					&lt;td&gt;7B / 13B / 32B (+ multimodal Molmo)&lt;/td&gt;
					&lt;td&gt;7B (Amber/CrystalCoder) → 70B (K2-V2)&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Performance&lt;/td&gt;
					&lt;td&gt;Strongest in the fully-open camp, approaching Qwen 3 at same size&lt;/td&gt;
					&lt;td&gt;Gen-1 was weak; K2-V2 catches up at 70B&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Transparency&lt;/td&gt;
					&lt;td&gt;Fully open (data + code + checkpoints)&lt;/td&gt;
					&lt;td&gt;Fully open — the &amp;ldquo;360°&amp;rdquo; slogan goes further&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;One-liner: &lt;strong&gt;for benchmark performance pick OLMo; for studying the training process both work, and LLM360&amp;rsquo;s K2-V2 is a single-point flagship at 70B.&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="the-olmo-family-ai2"&gt;The OLMo Family (AI2)
&lt;/h2&gt;&lt;h3 id="one-liner-positioning"&gt;One-liner positioning
&lt;/h3&gt;&lt;p&gt;The best-known fully-open LLM family in academia. Every generation releases pretraining data, code, and intermediate checkpoints. It has iterated from OLMo 1 (2024-02) to OLMo 3 (2025-11), and expanded into vision/multimodal (Molmo / OLMoVision).&lt;/p&gt;
&lt;h3 id="olmo-2-7b--13b-2024-11"&gt;OLMo 2 (7B / 13B, 2024-11)
&lt;/h3&gt;&lt;p&gt;Officially positioned as &amp;ldquo;the best fully-open model to date,&amp;rdquo; benchmarked against Llama 3.1, Gemma 2, and Qwen 2.5 at the same size. Core evaluations span 11 academic benchmarks: Average / ARC-C / HellaSwag / WinoGrande / MMLU / DROP / NQ / AGIEval / GSM8k / MMLUPro / TriviaQA.&lt;/p&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;Model&lt;/th&gt;
					&lt;th&gt;Avg&lt;/th&gt;
					&lt;th&gt;ARC-C&lt;/th&gt;
					&lt;th&gt;HellaSwag&lt;/th&gt;
					&lt;th&gt;MMLU&lt;/th&gt;
					&lt;th&gt;DROP&lt;/th&gt;
					&lt;th&gt;GSM8k&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;OLMo-2-1124-7B&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;strong&gt;62.9&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;79.8&lt;/td&gt;
					&lt;td&gt;83.8&lt;/td&gt;
					&lt;td&gt;63.7&lt;/td&gt;
					&lt;td&gt;60.8&lt;/td&gt;
					&lt;td&gt;67.5&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;OLMo-2-1124-13B&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;strong&gt;68.3&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;83.5&lt;/td&gt;
					&lt;td&gt;86.4&lt;/td&gt;
					&lt;td&gt;67.5&lt;/td&gt;
					&lt;td&gt;70.7&lt;/td&gt;
					&lt;td&gt;75.1&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Llama-3.1-8B&lt;/td&gt;
					&lt;td&gt;61.8&lt;/td&gt;
					&lt;td&gt;79.5&lt;/td&gt;
					&lt;td&gt;81.6&lt;/td&gt;
					&lt;td&gt;66.9&lt;/td&gt;
					&lt;td&gt;56.4&lt;/td&gt;
					&lt;td&gt;56.5&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Qwen-2.5-7B&lt;/td&gt;
					&lt;td&gt;67.4&lt;/td&gt;
					&lt;td&gt;89.5&lt;/td&gt;
					&lt;td&gt;89.7&lt;/td&gt;
					&lt;td&gt;74.4&lt;/td&gt;
					&lt;td&gt;55.8&lt;/td&gt;
					&lt;td&gt;81.5&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Gemma-2-9B&lt;/td&gt;
					&lt;td&gt;67.8&lt;/td&gt;
					&lt;td&gt;89.5&lt;/td&gt;
					&lt;td&gt;87.3&lt;/td&gt;
					&lt;td&gt;70.6&lt;/td&gt;
					&lt;td&gt;63.0&lt;/td&gt;
					&lt;td&gt;70.1&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;A few key observations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;vs Llama-3.1-8B&lt;/strong&gt;: OLMo-2-7B averages 62.9 vs 61.8 — roughly tied or slightly ahead, but at only ~1/4 the training FLOPs. Better compute efficiency.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;vs Qwen-2.5-7B&lt;/strong&gt;: trails by ~4-5 points (Qwen is clearly stronger on MMLU, ARC-C, GSM8k), but Qwen also uses ~4.5× the FLOPs.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Generational leap&lt;/strong&gt;: nearly every benchmark doubled vs the original OLMo-7B (GSM8k 9.2 → 67.5, MMLU 28.3 → 63.7).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Weak spots&lt;/strong&gt;: MMLUPro (31-35) and NQ (factual QA) are on the weaker side.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="olmo-3--31-2025-11--2025-12"&gt;OLMo 3 / 3.1 (2025-11 / 2025-12)
&lt;/h3&gt;&lt;p&gt;This is OLMo&amp;rsquo;s biggest generational jump yet. It&amp;rsquo;s no longer just &amp;ldquo;a set of weights&amp;rdquo; — it open-sources the &lt;strong&gt;entire model flow&lt;/strong&gt;: data, code, and checkpoints at every stage, all forkable.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Four product lines&lt;/strong&gt;:&lt;/p&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;Line&lt;/th&gt;
					&lt;th&gt;Size&lt;/th&gt;
					&lt;th&gt;Purpose&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;OLMo 3-Base&lt;/td&gt;
					&lt;td&gt;7B / 32B&lt;/td&gt;
					&lt;td&gt;Base model — strongest fully-open base&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;OLMo 3-Think&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;7B / 32B&lt;/td&gt;
					&lt;td&gt;Flagship reasoning model with inspectable reasoning traces&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;OLMo 3-Instruct&lt;/td&gt;
					&lt;td&gt;7B&lt;/td&gt;
					&lt;td&gt;Chat / tool use&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;OLMo 3-RL Zero&lt;/td&gt;
					&lt;td&gt;7B&lt;/td&gt;
					&lt;td&gt;Starting point for RL research&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;OLMo 3-Think 32B core benchmarks&lt;/strong&gt;:&lt;/p&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;Benchmark&lt;/th&gt;
					&lt;th&gt;OLMo 3-Think 32B&lt;/th&gt;
					&lt;th&gt;Qwen 3 32B&lt;/th&gt;
					&lt;th&gt;DeepSeek R1 Distill 32B&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;MATH&lt;/td&gt;
					&lt;td&gt;&lt;strong&gt;96.1&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;95.4&lt;/td&gt;
					&lt;td&gt;92.6&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;AIME 2024&lt;/td&gt;
					&lt;td&gt;76.8&lt;/td&gt;
					&lt;td&gt;80.8&lt;/td&gt;
					&lt;td&gt;70.3&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;AIME 2025&lt;/td&gt;
					&lt;td&gt;&lt;strong&gt;72.5&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;70.9&lt;/td&gt;
					&lt;td&gt;56.3&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;MMLU-Pro&lt;/td&gt;
					&lt;td&gt;75.9&lt;/td&gt;
					&lt;td&gt;—&lt;/td&gt;
					&lt;td&gt;—&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;GPQA (Diamond)&lt;/td&gt;
					&lt;td&gt;61.0&lt;/td&gt;
					&lt;td&gt;67.3&lt;/td&gt;
					&lt;td&gt;61.8&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;IFEval&lt;/td&gt;
					&lt;td&gt;&lt;strong&gt;89.0&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;86.5&lt;/td&gt;
					&lt;td&gt;78.7&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;HumanEvalPlus&lt;/td&gt;
					&lt;td&gt;&lt;strong&gt;91.4&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;91.2&lt;/td&gt;
					&lt;td&gt;92.3&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;OLMo 3-Think 7B&lt;/strong&gt;: MATH 94.4 ties Qwen 3 8B; AIME 2024/2025 within a few points. Instruct 7B even beats Qwen 3 8B on Safety (87.3 vs 78.0).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The 2025-12-12 (3.1) update&lt;/strong&gt;: extended the 32B Think&amp;rsquo;s RL training by another 21 days, yielding AIME +5, IFEval +4, IFBench +20, plus the first large-size Instruct (32B).&lt;/p&gt;
&lt;h3 id="olmo-hybrid-2026-03-an-architecture-research-branch"&gt;OLMo Hybrid (2026-03, an architecture-research branch)
&lt;/h3&gt;&lt;p&gt;Note this is &lt;strong&gt;not&lt;/strong&gt; OLMo 4 (OLMo 4 is &lt;strong&gt;unannounced&lt;/strong&gt;). It&amp;rsquo;s a controlled experiment: take the OLMo 3 7B recipe as the control, &lt;strong&gt;change only the architecture&lt;/strong&gt; (transformer layers → hybrid SSM/attention, Mamba-style), keeping all data/code/hyperparams identical.&lt;/p&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;Metric&lt;/th&gt;
					&lt;th&gt;Result&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;Data efficiency&lt;/td&gt;
					&lt;td&gt;&lt;strong&gt;~2×&lt;/strong&gt; — reaches the same accuracy as OLMo 3 with 49% fewer tokens&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Compute equivalence&lt;/td&gt;
					&lt;td&gt;1.25×&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Positioning&lt;/td&gt;
					&lt;td&gt;Architecture research, not a product line&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;It&amp;rsquo;s the first time hybrid SSM architecture entered the mainstream open-source LLM roadmap, providing controlled evidence that hybrid models scale more efficiently than pure transformers — alongside NVIDIA Nemotron-3 and Jamba, marking &amp;ldquo;hybrid architectures moving from paper to production.&amp;rdquo;&lt;/p&gt;
&lt;h2 id="llm360-mbzuai--petuum--cerebras"&gt;LLM360 (MBZUAI + Petuum + Cerebras)
&lt;/h2&gt;&lt;h3 id="lead-org--positioning"&gt;Lead org &amp;amp; positioning
&lt;/h3&gt;&lt;p&gt;LLM360 is an open research initiative co-founded by three institutions:&lt;/p&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;Org&lt;/th&gt;
					&lt;th&gt;Role&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;MBZUAI&lt;/strong&gt; (Mohammed bin Zayed University of AI)&lt;/td&gt;
					&lt;td&gt;Lead — Abu Dhabi, UAE, the world&amp;rsquo;s first graduate-level AI university. The K2 series is built by its Institute of Foundation Models (IFM)&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Petuum, Inc.&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Co-founder — an AI startup founded by Eric Xing&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Cerebras Systems&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Compute / hardware support (wafer-scale chips)&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The key figure is &lt;strong&gt;Eric Xing&lt;/strong&gt;: MBZUAI President, Petuum founder, former CMU professor. LLM360 and OLMo form an East/West contrast of the two academic open-source camps.&lt;/p&gt;
&lt;p&gt;⚠️ &lt;strong&gt;Important clarification&lt;/strong&gt;: the &amp;ldquo;K2 trillion-parameter, SWE-Bench 65.8%&amp;rdquo; you often see in search results refers to &lt;strong&gt;Moonshot AI&amp;rsquo;s Kimi K2&lt;/strong&gt; (a commercial open-weight MoE, 1T total params) — &lt;strong&gt;not&lt;/strong&gt; an LLM360 product. They just share a name.&lt;/p&gt;
&lt;h3 id="generation-1-amber--crystalcoder-both-7b-2023-12"&gt;Generation 1: Amber &amp;amp; CrystalCoder (both 7B, 2023-12)
&lt;/h3&gt;&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;Model&lt;/th&gt;
					&lt;th&gt;Strength&lt;/th&gt;
					&lt;th&gt;Performance&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Amber-7B&lt;/strong&gt; (general base)&lt;/td&gt;
					&lt;td&gt;Relatively competitive on MMLU&lt;/td&gt;
					&lt;td&gt;ARC clearly behind peers; MT-Bench only 2.49 (weak)&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;AmberChat / AmberSafe&lt;/td&gt;
					&lt;td&gt;Chat / safety finetunes&lt;/td&gt;
					&lt;td&gt;MT-Bench 4.95 / 4.97&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;CrystalCoder-7B&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Code&lt;/td&gt;
					&lt;td&gt;Clearly beats Amber on MMLU / HumanEval / MBPP; coding is the highlight&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Honestly, Gen-1 LLM360 was on the weak side at 7B — its value was &amp;ldquo;transparency,&amp;rdquo; not &amp;ldquo;performance.&amp;rdquo;&lt;/p&gt;
&lt;h3 id="new-generation-k2-v2-early-2026-70b-dense"&gt;New generation: K2-V2 (early 2026, 70B dense)
&lt;/h3&gt;&lt;p&gt;LLM360&amp;rsquo;s most important update since 2024:&lt;/p&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;Item&lt;/th&gt;
					&lt;th&gt;Detail&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;Release&lt;/td&gt;
					&lt;td&gt;Early 2026 (marking LLM360&amp;rsquo;s 2nd anniversary)&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Params&lt;/td&gt;
					&lt;td&gt;~65–70B (dense)&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;License&lt;/td&gt;
					&lt;td&gt;Apache 2.0 (free commercial use worldwide)&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Positioning&lt;/td&gt;
					&lt;td&gt;A &amp;ldquo;360-open&amp;rdquo; fully-transparent LLM, focused as a superior base for reasoning adaptation&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Key benchmarks (mid-4 checkpoint)&lt;/strong&gt;:&lt;/p&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;Benchmark&lt;/th&gt;
					&lt;th&gt;K2-V2 (mid-4)&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;GPQA-Diamond&lt;/td&gt;
					&lt;td&gt;55.1&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;GSM8K&lt;/td&gt;
					&lt;td&gt;93.6&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;MATH&lt;/td&gt;
					&lt;td&gt;94.7&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;There&amp;rsquo;s also &lt;strong&gt;K2 Think V2&lt;/strong&gt; (an end-to-end reasoning system built on K2-V2, positioned as &amp;ldquo;the UAE&amp;rsquo;s first fully sovereign reasoning system,&amp;rdquo; with partners including G42 and Cerebras).&lt;/p&gt;
&lt;p&gt;⚠️ Important: K2-V2&amp;rsquo;s GPQA-Diamond 55.1 / MATH 94.7 (mid-4 checkpoint) &lt;strong&gt;can&amp;rsquo;t be directly compared&lt;/strong&gt; with OLMo 3-Think 32B — eval setups, checkpoint stages, and whether reasoning mode is on all differ. Always cite each project&amp;rsquo;s own technical report.&lt;/p&gt;
&lt;h2 id="side-by-side-how-to-choose"&gt;Side-by-side: how to choose
&lt;/h2&gt;&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;You want&amp;hellip;&lt;/th&gt;
					&lt;th&gt;Recommendation&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;Strongest base + reasoning model in the fully-open camp&lt;/td&gt;
					&lt;td&gt;&lt;strong&gt;OLMo 3-Think 32B&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;A high-efficiency 7B at the same compute budget&lt;/td&gt;
					&lt;td&gt;OLMo 3-Think 7B&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;A single-point 70B fully-transparent research flagship&lt;/td&gt;
					&lt;td&gt;&lt;strong&gt;LLM360 K2-V2&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Pure &lt;strong&gt;coding&lt;/strong&gt; tasks with a small model&lt;/td&gt;
					&lt;td&gt;OLMo 3 family overall (HumanEvalPlus 91.4 leads; Gen-1 CrystalCoder is outdated)&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;To &lt;strong&gt;study the training process itself&lt;/strong&gt; / do RL experiments&lt;/td&gt;
					&lt;td&gt;Both release checkpoints; OLMo 3-Think 32B is officially &amp;ldquo;the workhorse for RL research&amp;rdquo;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Just the absolute highest score&lt;/td&gt;
					&lt;td&gt;Look elsewhere — Qwen 3 / DeepSeek open-weights are stronger&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="my-take"&gt;My take
&lt;/h2&gt;&lt;p&gt;Both projects are benchmarks of open-science spirit, but differ clearly in engineering investment and iteration cadence:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;OLMo&amp;rsquo;s generational progress is visible to the naked eye.&lt;/strong&gt; From 1 → 2 → 3, each generation raises the ceiling of the fully-open camp by a big margin, and Gen-3 has begun catching Qwen 3. AI2&amp;rsquo;s pace feels more like a product team.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;LLM360&amp;rsquo;s value is &amp;ldquo;the whole process is researchable.&amp;rdquo;&lt;/strong&gt; Gen-1 Amber/CrystalCoder was genuinely weak, but K2-V2 jumping to 70B gives it real competitive teeth. The &amp;ldquo;360°&amp;rdquo; slogan isn&amp;rsquo;t marketing — even training logs are open, making it excellent reproduction/teaching material.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Both share a weak spot: general knowledge.&lt;/strong&gt; Both lose to the strongest open-weights on MMLU / GPQA. That&amp;rsquo;s the price of full-open (including data): you can&amp;rsquo;t use high-quality proprietary data.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If you&amp;rsquo;re doing research reproduction or teaching, OLMo 2/3 + LLM360 K2-V2 are currently the two most complete textbook-grade open LLM stacks.&lt;/p&gt;
&lt;h2 id="further-reading"&gt;Further reading
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class="link" href="https://allenai.org/blog/olmo3" target="_blank" rel="noopener"
 &gt;OLMo 3 official blog — AI2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="link" href="https://arxiv.org/abs/2501.00656" target="_blank" rel="noopener"
 &gt;&amp;ldquo;2 OLMo 2 Furious&amp;rdquo; technical report (arXiv:2501.00656)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="link" href="https://allenai.org/blog/olmohybrid" target="_blank" rel="noopener"
 &gt;Introducing OLMo Hybrid — AI2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="link" href="https://huggingface.co/allenai/OLMo-2-1124-7B" target="_blank" rel="noopener"
 &gt;OLMo-2-1124-7B · Hugging Face&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="link" href="https://www.llm360.ai/" target="_blank" rel="noopener"
 &gt;LLM360 official site&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="link" href="https://arxiv.org/abs/2512.06201" target="_blank" rel="noopener"
 &gt;K2-V2 paper (arXiv:2512.06201)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="link" href="https://arxiv.org/html/2312.06550v1" target="_blank" rel="noopener"
 &gt;LLM360 original paper (arXiv:2312.06550)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="link" href="https://mbzuai.ac.ae/news/large-language-model-k2-65b-launches-globally-setting-a-new-standard-for-sustainable-performance/" target="_blank" rel="noopener"
 &gt;MBZUAI: K2-65B launch&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>