Open Weights Aren’t Open Source — and a Korean Startup Just Proved the Difference

· Source: LLM on Medium · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering · Depth: Intermediate, medium

Summary

Aether-7B-5Attn, a ~6.59B-parameter foundation model developed by Korean startup VIDRAFT, redefines "open source" in the LLM space by releasing its entire manufacturing process under an Apache-2.0 license. Unlike typical "open weights" models, Aether provides full architecture source, a byte-reproducible training data recipe, training code, hyperparameters, logs, evaluation code, and intermediate checkpoints. This comprehensive release, achieved by a single company rather than a national consortium, establishes a new standard for "sovereign AI" by enabling full verification and rebuildability. The model also features an experimental heterogeneous attention architecture, mixing five distinct attention mechanisms across 49 layers, with a 7x7 Latin square design used as an experimental control to eliminate depth bias. Trained on 144.2B tokens, its data mix notably includes 37.8% math and equal 21.6% Korean and English content, all from public datasets. Users should note an inference caveat requiring batch_size = 1.

Key takeaway

For AI Scientists and ML Engineers evaluating foundation models, Aether-7B-5Attn sets a new standard for transparency and reproducibility. If your organization prioritizes verifiable AI or seeks to build truly sovereign capabilities, you should examine VIDRAFT's comprehensive release. This model demonstrates that full control over your AI stack, including data and training processes, is achievable, moving beyond mere "open weights" to true open source. Consider adopting similar transparency for your internal or public model releases.

Key insights

True "open source AI" demands full reproducibility of training data, code, and logs, not merely published model weights.

Principles

Method

A "fully open" model releases architecture, byte-reproducible data recipes, training code, hyperparameters, logs, evaluation code, and intermediate checkpoints.

In practice

Topics

Best for: Research Scientist, CTO, VP of Engineering/Data, AI Scientist, Machine Learning Engineer, Director of AI/ML

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by LLM on Medium.