What happened
A new technique called Null-Space Compression lets you combine multiple AI models that were trained separately on different jobs — like one for image classification and another for predicting numbers — without needing labeled examples to figure out how to blend them together. This matters because AI labs increasingly train many specialized models, and being able to cheaply combine them into one model that works across tasks would speed up deployment and reduce the computational cost of maintaining separate systems.
Why it matters
For years, merging fine-tuned AI models together reliably required either having labeled data to test which merge weights worked best, or accepting that merged models would fail on some tasks while excelling at others. This technique removes the labeled-data requirement by reading the geometric properties of the model's internal structure — essentially letting you infer which tasks matter most without expensive human annotation.