Sign InOpen Brain
Atlas / Model

Open Models

Open JSONConfidence: Auto-collectedLast updated 2026-09-09

Current Answer

No editorial synthesis yet — the evidence below is collected automatically from source labels. A current answer lands here once an editor approves one.

Evidence

Show-Harness: Just a VLM Agent Can Play Robots
arXiv · 2026-09-09

Show-Harness puts a compact semantic action layer between VLM intent and robot-specific control, a harness pattern for reusing frontier or small open models across embodiments.

Building Multilingual Bridges: Data Mixing as the Pillar of Generalization for In-Language Reasoning
arXiv · 2026-09-09

Tiny Aya L2-Thinker shows multilingual reasoning can transfer through data mixing, suggesting builders should evaluate whether agents reason in the user's language, not only answer in it.

Forgetting Only What Matters: Layer-Selective Unlearning toward Robust LLMs
arXiv · 2026-09-09

FOM-UL targets model layers that affect unwanted memories while sparing retained knowledge, and reports that forgetting survives 8-bit and 4-bit quantization better than baselines.

Multi-Step Tool-Calling over Korean Open Public APIs: A Benchmark and a Data-Synthesis Recipe
arXiv · 2026-09-04

EDGE synthesizes multi-step tool-call training data by retaining only API links verified through live execution. Its 9B model nearly matched an untuned 27B sibling on Korean public-API tasks.

Why AI Agents Need Million-Token Context — Thomas Wolf & Olive Song, MiniMax
AI Engineer · 2026-09-04

MiniMax argues that long-running, multimodal agents need enough context for repeated tool responses, while sparse attention makes that context more tractable.

The Structure of Quantization Damage in LLMs: Why the Next Bit Should Be Spent Globally
arXiv · 2026-09-01

When quantizing an open model, spend a small extra precision budget across the network before protecting a few “important” layers; causal tests found the damage was usually diffuse.

When Does Bigger Help? A Controlled Study of LLM Scale for Ontology Learning
arXiv · 2026-08-31

A controlled ontology-learning study finds model size is a weak selector on its own. Dense 27B models beat larger sparse models on one task, while MoE models led another.

DARTS: Decoder-Aware Representation Tuning via Surgery for Model Merging
arXiv · 2026-08-28

DARTS targets representation drift in merged decoder LLMs with entropy-weighted, position-aware correction, adding 0.1% parameters in the reported Llama-2-7B tests.

Training Communication-Efficient Mixture-of-Experts Language Models with Layer Re-Configuration
arXiv · 2026-08-28

CE-MoE concentrates routed experts in fewer layers and restores depth with dense layers, cutting reported GPU-hours by 33.3% at 31.5B parameters without worse benchmark results.

Hy4 Preview now available on AI Gateway
Vercel · 2026-08-28

Tencent’s Hy4 Preview is now callable through Vercel AI Gateway and selectable in coding agents, adding an open MoE option with a 1M-token context window.

Training Krea 2: What matters in generative model training — Sangwu Lee, Krea.ai
AI Engineer · 2026-08-18

Krea 2’s training notes put data curation and iteration speed ahead of architecture novelty, with explicit safeguards against filtering away unusual visual styles.

DARTree: Speculative Diffusion Decoding with Autoregressive Draft Trees
arXiv · 2026-08-13

DARTree uses autoregressive correction across diffusion-generated draft trees to accelerate lossless decoding. It reports up to 9.73× local speedup, but production gains depend on the serving stack.

DFM Mimir v1: An Open HRM Delivering Frontier Performance at 1B Parameters Using Only Permissible Post-Training Data
arXiv · 2026-08-13

Mimir v1 is an open 1B-parameter reasoning model trained with permissible post-training data. It is relevant for compact or Danish deployments, though the abstract supplies no benchmark scores.

Adaption Labs: Gradient-Free Continual Learning — Sara Hooker, Adaption
AI Engineer · 2026-08-12

Auto Scientist aims to automate model-training choices across data, alignment, and architecture. The builder-relevant claim is broader recipe search, though frontier training remains compute-heavy and safety stays unresolved.

DeepSeek overtakes Google on volume, cost per token falls 13.6%
Vercel · 2026-08-11

Vercel’s July gateway data shows model routing, not list-price cuts, drove a 13.6% drop in average token cost as open-weight models gained production traffic.

Open Source Is Dead. Long Live Open Source. — Saoud Rizwan, Cline
AI Engineer · 2026-08-07

Cline’s founder argues that cheaper open-weight models become practical when verification lives in the harness, while AI-generated noise and package compromise make open-source trust harder.

Local Models: Trust, Control, Optimization — Carter Abdallah, NVIDIA
AI Engineer · 2026-08-07

Open models let builders retain inference traces, customize the training stack, and reduce dependence on one provider, while closed frontier models remain useful for many workloads.

Compression at the Edge — NVIDIA, Unsloth, HuggingFace, Ollama
AI Engineer · 2026-08-07

Quantization can make large models locally runnable, but builders must evaluate each compressed artifact in its real harness because architecture, precision, speed, and quality interact.

Ling 3.0 Tiny is now available on AI Gateway
Vercel · 2026-08-06

Ling 3.0 Tiny gives coding agents a small MoE option with native function calling, prompt caching, a 256K context window, and gateway-based routing controls.

OctoLong: Mid-Training On Cross-Repository Code Contexts Enhances Long-Context Modeling
arXiv · 2026-08-05

OctoLong builds dependency-rich, cross-repository training contexts by following code references. The results suggest long-context coding models benefit from linked program structure, not just larger text windows.

Mixture-of-Kittens: our open-source MoE megakernel for NVL72s
Cursor · 2026-08-04

Cursor open-sourced a deterministic MoE training megakernel for GB300 NVL72 racks. It fuses communication with compute and reports 1.41× end-to-end training throughput in production.

Data Quality Is the Compute Multiplier — Ari Morcos, DatologyAI
AI Engineer · 2026-07-31

Training-data curation can improve model quality and inference efficiency without simply adding compute. The practical work is decontamination, deduplication, balancing, task matching, and selective synthesis.

Agents at Scale: Inside MiniMax's Model and the Infrastructure Behind It — Olive Song
AI Engineer · 2026-07-31

MiniMax and Together describe why agent workloads change inference priorities: large codebase context, repeated tool turns, multimodality, and long-horizon RL all demand purpose-built environments and kernels.

$β$-OPSD: Deriving with Policy Optimization, Training with Self-Distillation
arXiv · 2026-07-30

β-OPSD exposes self-distillation’s fixed regularization as a tunable parameter, then approximates policy optimization through logit mixing. It targets more stable reasoning training without direct RL.

Serving 2 Million Models Without Melting: Scaling the Hugging Face Hub — Arek Borucki, Hugging Face
AI Engineer · 2026-07-28

Hugging Face’s Hub shows how to scale model search: precompute tokens, separate metadata from artifacts, isolate heavy reads, and autoscale from workload signals.

DataOrchestra: Learning to Orchestrate Per-Example Curation of Pretraining Data
arXiv · 2026-07-27

DataOrchestra chooses a processing pipeline per pre-training example, improving average benchmark results while avoiding compute on chunks that need no transformation.

The Messy Reality of Scale: Synthetic Data and Pre-Training — Marah Abdin & Robert McHardy, poolside
AI Engineer · 2026-07-26

poolside treats synthetic data and training observability as one scaling problem: diversify scarce code data, decompose hard generation tasks, and verify numerical invariants before failures compound.

Why Large? Tiny LMs & Agents on Edge/Robotics — Cormac Brick, Google
AI Engineer · 2026-07-25

Edge-agent design is often memory-bound: use small prompted models when devices can spare gigabytes, or fine-tune tiny models for narrow functions when reach and latency matter more.

Training Frontier Models to Out-Think Hackers — Uri Rolls, Arithmetic & Thom Wolf, Hugging Face
AI Engineer · 2026-07-24

This security eval tests whether agents can discover and exploit logic flaws across live chained services, using hidden zero-days and deterministic grading instead of source-code pattern matching.

3D-Aware VLMs with Implicit and Explicit Geometries
arXiv · 2026-07-23

VLM-IE3D adds implicit and reconstructed geometry tokens to an RGB-video VLM, offering an open approach for agents that must reason about spatial scenes without dedicated 3D input.

Notion's Token Town — Sarah Sachs, Notion
AI Engineer · 2026-07-23

Agent economics can regress even when token prices look stable. Route by task, preserve model optionality, and move deterministic work out of LLM calls before scaling usage.

Ling 3.0 Flash is now available on AI Gateway
Vercel · 2026-07-23

Ling 3.0 Flash joins AI Gateway with a 256K context window, thinking and non-thinking modes, and free access through August 3 for agent workload testing.

Laguna S 2.1 is now available on AI Gateway
Vercel · 2026-07-21

Poolside’s open-weight Laguna S 2.1 is now callable through Vercel AI Gateway in free 256K and paid 1M-context variants, with thinking and no-thinking modes for coding agents.

unslothai/unsloth
GitHub

Unsloth can serve local models to Claude Code, Codex and other agents through compatible APIs, while also covering training and export. The main tradeoff is hardware complexity and a powerful local execution surface.

Open-weight models surge to 29% of volume, price per token flattens

Vercel’s June gateway data shows cheap volume moving to open-weight models while costly agent workloads stay on frontier models, strengthening the case for risk-based routing.

Comfy-Org/ComfyUI
GitHub

ComfyUI turns multimodal generation into reusable node graphs with API access, incremental execution, and offline operation. Pin stable releases if custom nodes matter to your workflow.

Lordog/dive-into-llms
GitHub

A free, code-oriented Chinese curriculum spans model tuning, deployment, agents, alignment, security, and multimodal systems. It is useful as a broad learning map, but remains a work in progress.

jundot/omlx
GitHub

oMLX serves local models to coding agents on Apple Silicon, combining continuous batching, persistent SSD-backed KV caching, and menu-bar control behind compatible APIs.

p-e-w/heretic
GitHub

Heretic automates refusal-removing ablation for local transformer models while optimizing to limit behavioral drift. It is useful for model research, but removes safety controls by design.

CompactionRL: Reinforcement Learning with Context Compaction for Long-Horizon Agents

CompactionRL uses RL to teach agents to compact their own context mid-task, lifting GLM-4.5-Air 7 points to 66.8% on SWE-bench Verified; the recipe is now in GLM-5.2's training pipeline.

Stable permalink · evidence auto-collected from source labels · synthesis maintained by feed7 editorial