Source: AI Research Wiki — Open-Source Models State of the Art
Open-Source Models State of the Art — 2026-08-11
Source: Original Article
This page tracks the current open-weight frontier and the models most relevant for local deployment. The recent signal splits into frontier generalists, local-use quantized checkpoints, and release-engineering / safety-adjacent work that shapes how open weights actually ship.
Semantic links
- Foundation Models State of the Art — 2026-07-27 — 5 title terms overlap, shared tags: foundationmodels, stateoftheart, wiki, 5 topic terms overlap
- Foundation Models State of the Art — 2026-06-30 — 5 title terms overlap, shared tags: foundationmodels, stateoftheart, wiki, 5 topic terms overlap
- AI/ML Foundations Lesson 11 – Large Language Models: The Modern AI Interface — 2 title terms overlap, 2 topic terms overlap, same area: home
Snapshot
Open-source model progress now splits into two tracks:
- frontier open-weight generalists
- local-first quantized and fine-tuned models
The practical question is no longer just “what is the strongest open model?” It is also “what model can I run locally, tune for my tasks, and keep updated as the ecosystem moves?”
Frontier open-weight generalists
| Model | Why it matters | Main caveat |
|---|---|---|
| Qwen3.6-35B-A3B | Balanced multimodal + agentic coding model with a strong open-weight footprint | Heavier deployment than compact local specialists |
| Gemma 4 26B A4B | Strong open-weight multimodal generalist | Bigger memory footprint than smaller variants |
| Gemma 4 12B Unified | Best compact multimodal generalist in the Gemma 4 family | Less raw capacity than the 26B MoE model |
| Kimi K3 | Frontier open-weight model with huge context and agentic coding focus | More of a frontier pressure test than a lightweight local model |
| Inkling-Small | Open-weights MoE with 276B total parameters, 12B active, 1M-token context, and variable thinking effort | Still large and customization-oriented rather than compact |
| MuseGlimmer | Apache 2.0 30B model optimized for always-on local agents, tool use, coding, multimodal input, and failure recovery | Requires roughly 17–20 GB for the quantized model plus runtime headroom |
| Nemotron 3.5 Lightning | Open 30B MoE with 3B active parameters, optimized for fast, high-volume execution inside long-running agents | Execution specialist rather than a broad frontier generalist; benchmark and serving results are NVIDIA-reported |
| Ornith-1.0-35B | Purpose-built for agentic coding and repository-level automation | Focused more on coding than broad multimodal use |
| Qwythos-9B-Claude-Mythos-5-1M | Compact long-context reasoning model built from Claude Mythos / Fable traces | Derived model, not a broad frontier multimodal system |
| VibeThinker-1.5B | Tiny-model math and coding specialist | Experimental and not a general assistant |
What to watch
- whether open-weight multimodal models keep closing the gap with proprietary frontier systems
- whether agentic coding models keep improving on terminal-heavy and repo-level tasks
- whether long-context compact models remain useful once real tool use and retrieval are layered in
Local-use quantized and fine-tuned models
This subsection is for models that matter because they can actually be run, tuned, or adapted locally.
Current local-use watchlist
| Model / derivative | Local form | Why it matters |
|---|---|---|
| Qwen 3.6 27B GGUF release | GGUF + 4-bit quantization | Shows how a flagship open-weight model becomes practical on consumer hardware |
| Qwythos-9B-Claude-Mythos-5-1M | Dense 9B with 1M context | Very strong candidate for local long-context reasoning and tool use |
| Ornith-1.0 family | Dense / MoE checkpoints for local deployment | Designed for agentic coding and self-scaffolding workflows |
| VibeThinker-1.5B | Tiny dense checkpoint | Useful for low-cost experiments, edge cases, and fine-tune baselines |
| MuseGlimmer | Approximately 4-bit quantization; K-Quant-17GB and speculative decoding with DFlash | Targets 24–32 GB consumer hardware and local, responsive agent interaction |
| Nemotron 3.5 Lightning | NVFP4, speculative decoding with DFlash/DSpark, and deployment from RTX PCs/DGX Spark through data centers | Designed for low-latency tool calls, validation, code review, and other high-volume agent execution |
Local deployment notes
- GGUF support is still one of the biggest signals that a model is becoming locally useful quickly.
- For agentic work, Q4_K_M remains a practical sweet spot; overly aggressive quantization tends to hurt reasoning and tool calling.
- Fine-tuned local models are most interesting when they preserve enough general capability to remain useful outside a single benchmark.
- LM Studio-style workflows are ideal when you want to compare quantization levels and switch models quickly.
- The current conversation is less about raw downloadability and more about whether an open model can be made genuinely useful in a local agent loop with retrieval, tools, and serving optimizations.
Recent public discussion
- The loudest frontier signal is still Kimi K3: community coverage keeps framing it as an open-weight pressure test against closed frontier models, especially on coding and long-context work. YouTube coverage
- Anthropic’s open-weights position and related HN discussion show the argument has shifted from ideology to deployment policy: what should stay closed, and why. Anthropic
- The market debate is now explicitly about economics and regulation too, with HN threads on overregulating open-weight models and on low-cost open-model fine-tunes beating frontier defaults on narrow tasks. CNBC / HN · FermiSense
- A newer signal points to open weights being framed for local agentic use, not just benchmark wins. Meta HN signal
- Meta’s MuseGlimmer release makes that local-agent framing concrete: its Apache 2.0 weights, multimodal tool use, quantized deployment path, and DFlash speculative decoding are aimed at always-on agents running on consumer hardware. Meta AI Research
- NVIDIA’s Nemotron 3.5 Lightning extends the local-agent framing into a system-of-models architecture: a larger model plans while a fast 30B/3B-active MoE handles repetitive execution, with NeMo Switchyard routing requests across open and proprietary models. NVIDIA Developer
Progress log
- 2026-08-10 — Last30days research says the open-weight conversation is now centered on local-agent usefulness, cost/performance, and release policy, with Kimi K3 still the loudest frontier signal.
- 2026-08-10 — Meta releases MuseGlimmer, a 30B Apache 2.0 open-weight model designed for local agent workflows, adding a strong deployment-focused counterpoint to larger frontier releases.
- 2026-08-11 — NVIDIA adds Nemotron 3.5 Lightning, an open 30B MoE with 3B active parameters, plus NeMo Switchyard for model routing; the pair makes high-volume execution a first-class open-weight deployment target.
- 2026-08-04 — Inkling-Small, DeepSeek V4-Flash on a single MI300X, and Shieldstral each point to the same theme: open weights are becoming an operational/deployment story, not just a download story.
- 2026-07-15 — Agents-A1-NVFP4-MTP-GGUF adds a local agentic multimodal MoE derivative to the watchlist, showing how NVFP4/MTP packaging can make a Qwen3.5-35B-A3B-style model practical for local experiments.
- 2026-07-27 — Kimi K3 and Inkling join the open-weight frontier list, expanding the page to cover both big open frontier releases and the models likely to pressure closed-model defaults.
- 2026-07-10 — Qwen 3.6 27B arrives with GGUF support, making a flagship open-weight model viable for local multimodal use.
- 2026-06-30 — The model comparison page highlights current local frontiers like Ornith, Qwythos, VibeThinker, Qwen3.6, and Gemma 4.
- 2026-06-30 — Qwythos-9B-Claude-Mythos-5-1M shows how Claude Mythos / Fable traces can be distilled into a compact long-context reasoning model.
- 2026-06-09 — The open-weight landscape is already split between frontier generalists and task-specialist local models.
Sources
- Thinking Machines: Introducing Inkling-Small
- DeepSeek V4-Flash on a Single AMD MI300X
- Mistral’s Shieldstral 3B open-weights model
- A Safe Path to Open Weights
- Model Comparison — Ornith, Qwythos, VibeThinker, Qwen3.6, Gemma 4
- Qwen 3.6 27B Arrives with GGUF Support and Local Multimodal
- Summary: Inkling: Our Open-Weights Model
- Summary: Kimi-K3 Releases on HuggingFace 7/27
- Summary: Meta MuseGlimmer — open weights 30B local coding model · Original Meta AI Research article
- Summary: NVIDIA Nemotron 3.5 Lightning and NeMo Switchyard · NVIDIA Developer article
- LLM Release Tracker
- LLM Model Evolution
- Inference Layer: Quantized Models, GGUF, and Local Use