The Open Weights
LatestModelsLeaderboardsCompanies
Subscribe
The Open Weights

The daily record of open-source AI. New model releases, leaderboards, and what's coming next — written for people who ship.

Refreshed every 12 hours

Discover

  • Latest releases
  • New today
  • Trending models

Browse

  • All models
  • Companies
  • Categories
  • Leaderboards

About

  • About
  • Editorial policy
  • RSS feed
  • Newsletter

© 2026 The Open Weights. An independent publication.

PrivacyTermsSMSAggregated by Claude · curated by humans.
LatestEdge0preview
Edge0Text / LLM

Edge0's 35B MoE Aims for SSD-Backed Edge Inference

A preview mixture-of-experts model uses trained routing prediction to run on machines that can't hold it all in memory.

Sep 8, 2026
NotableApache 2.0
Edge0-35B-A3B-preview

Edge0 has published a preview of Edge0-35B-A3B, a mixture-of-experts language model designed for a specific and often awkward problem: running large models on hardware that doesn't have enough RAM to hold them. According to its Hugging Face repository, the model carries roughly 35 billion total parameters but activates only about 3 billion per token, the sparse pattern that gives MoE models their efficiency edge.

The twist here is deployment strategy. Edge0 says the model is tuned for SSD-offloaded inference, meaning expert weights can live on fast storage rather than being fully resident in memory. To make that practical, the team trained a routing predictor — a mechanism that anticipates which experts a token will need — so the system can prefetch weights from disk before they're required, reducing the stalls that normally make offloading painful.

Why it matters

MoE architectures already reduce compute per token, but their full weight footprint still demands substantial memory. Offloading to SSD is a known workaround, and the bottleneck is latency: fetching the wrong experts on demand can grind throughput to a crawl. Training the model to help predict its own routing is a pragmatic attempt to close that gap.

  • Roughly 35B total parameters with about 3B active per token
  • Trained routing prediction to enable SSD prefetching
  • Released under the permissive Apache-2.0 license

As a preview, this is an early look rather than a finished release, and Edge0 has not published context length or detailed benchmarks. The permissive licensing and the focus on constrained hardware make it worth watching for anyone trying to squeeze capable models onto laptops, workstations, or edge boxes without generous RAM budgets.

Sources

  • Edge0/Edge0-35B-A3B-preview

    Hugging Face

    Visit

Get the model

Hugging Face

Specs

Parameters35B · MoE
Active params3B active
ArchitectureQwen3_5MoeForConditionalGeneration
LicenseAPACHE-2.0
Downloads37.1K
Likes3.3K

Modalities

Text / LLM

0 comments

No comments yet. Be the first to weigh in.

More in Text / LLM

Agnes-3.0-Flash
Agnes AI/Vision-Language

Agnes-3.0-Flash arrives as a multimodal reasoning model

The new release pairs vision-language understanding with a hybrid-attention design aimed at long-context reasoning.

Sep 11, 2026
Atria Dawn Preview
Internlm/Reasoning

InternLM's Atria Dawn Preview Targets Agentic Tasks

A new mixture-of-experts model trained on verified tool interactions arrives as an early preview under an MIT license.

Sep 11, 2026
Unknown/Reasoning

ZGCM-1 arrives as a fully open 7B reasoning model

A compact foundation model targets math reasoning and agentic search with tool use, and its makers are releasing it fully open.

Sep 10, 2026