"NUNTII EX MACHINA"
DOCUMENTING THE RACE TO AGI

THE
AGENTIC
TIMES_

▮ NEWS_TICKER.LIVE REC
▸ Ryan Serhant Reveals How He Turns AI Agents Into Million-Dollar Sales Forbes · 21.07.2026▸ Chinese Tech Firms Pitch AI Agents as the Future of Smartphones citynewsservice.cn · 21.07.2026▸ Powerful AI Models Happily Being Given Away for Free RealClearMarkets · 21.07.2026▸ GitLab 19.2 Puts AI Agents to Work on the Security Backlog infoq.com · 21.07.2026▸ OpenAI’s GPT-Red: How AI Models Are Now Training Each Other to Be More Secure quasa.io · 21.07.2026▸ MCP update prepares AI agents for widespread deployment Techzine Global · 21.07.2026▸ New ENCFORGE Ransomware Targets AI Model Files in Langflow RCE Attack The Hacker News · 21.07.2026▸ In Depth: Chinese Smartphone-Makers Bet on AI Agents Caixin Global · 21.07.2026▸ WebMCP: Bridging the Gap Between AI Agents and the Web devmio · 21.07.2026▸ Boomi study finds AI agent trust lags enterprise adoption InsiderPH · 21.07.2026▸ Rapidus and Cadence partner to advance AI-driven SoC design New Electronics · 21.07.2026▸ Agentic AI and Smart Data: The Architecture of the UK’s New Open Finance Framework… Finextra Research · 21.07.2026▸ Databricks: US$188bn Valuation, Genie One and Agentic AI AI Magazine · 21.07.2026▸ Nvidia targets simulation bottlenecks with AI agent expansion InsiderPH · 21.07.2026▸ China Weighs Export Controls on AI Models, Including Open Weight LLMs trendingtopics.eu · 21.07.2026▸ Research says JadePuffer Ransomware wipes off data on AI Model Infrastructure Cybersecurity Insiders · 21.07.2026▸ Reported US push to ban Chinese AI models reflects anxiety over eroding tech hegemony… Global Times · 21.07.2026▸ Webinar: Can AI agents finally automate data testing? QA Financial · 21.07.2026
▮ MODEL_FEED.LIVE REC
▸ Nemotron-Labs-Audex-30B-A3B NVIDIA · 30B · MoE · 06.07.2026▸ Nemotron-Labs-Audex-2B NVIDIA · 2B · 06.07.2026▸ DeepSeek-V4-Flash-DSpark DeepSeek · Open language model · 27.06.2026▸ Qwen-AgentWorld-35B-A3B Qwen · 35B · MoE · multimodal · 22.06.2026▸ GLM-5.2 Zhipu · Open language model · 16.06.2026▸ North-Mini-Code-1.0 Cohere · coding · 05.06.2026▸ DeepSeek-V4-Pro DeepSeek · Open language model · 22.04.2026▸ DeepSeek-V4-Flash DeepSeek · Open language model · 22.04.2026▸ granite-4.1-8b IBM · 8B · 06.04.2026▸ granite-4.1-3b IBM · 3B · 06.04.2026▸ Mamba2-primed-HQwen3-8B-Instruct Amazon · 8B · instruct · 31.03.2026▸ Falcon-OCR TII · Open language model · 22.02.2026▸ tiny-aya-base Cohere · Open language model · 13.02.2026▸ tiny-aya-global Cohere · Open language model · 13.02.2026▸ GLM-4.7-Flash Zhipu · Open language model · 19.01.2026▸ Falcon-H1R-7B TII · 7B · 29.10.2025
▮ DISPATCHES / 13.04.2026 · 3 MIN READ

MIT Researchers Find a Smarter Way to Build Leaner AI Models

MIT Researchers Find a Smarter Way to Build Leaner AI Models

One of the least glamorous but most consequential problems in AI development is the cost of training large models. The compute bills are enormous, the energy consumption significant, and the time required to produce a production-ready model can stretch to weeks. A new technique from researchers at MIT’s Computer Science and Artificial Intelligence Laboratory may not solve all of those problems — but it makes a serious dent in them.

The method, called CompreSSM, takes a fundamentally different approach to model compression. Conventional wisdom has long held that you have two options: train a large model and trim it down afterwards, or train a small model from scratch and accept weaker performance. CompreSSM sidesteps both by compressing the model during training itself — identifying which internal components are actually contributing to the model’s performance and discarding the rest before the bulk of training even begins.

The mechanism relies on a mathematical concept called Hankel singular values, borrowed from control theory. These values measure how much each internal component of a model contributes to its overall behaviour. The MIT team found that the relative importance of these components stabilises remarkably early — after roughly 10 percent of the training process. Once that ranking is established, the dead weight can be safely cut, and the remaining 90 percent of training runs on a significantly smaller, faster model.

The results are striking. On image classification benchmarks, a model compressed to roughly a quarter of its original size achieved 85.7 percent accuracy — compared to just 81.8 percent for a model trained at that size from scratch. On the Mamba architecture, one of the most widely deployed state-space models, the technique delivered approximately four times faster training speeds.

For the agentic AI field specifically, this matters for a reason that goes beyond raw cost savings. Agentic systems often need to run continuously, process inputs rapidly, and operate across distributed infrastructure. Smaller, faster models that don’t sacrifice capability are directly relevant to making those deployments practical and economical at scale.

Lead author Makram Chahine, a PhD student at MIT CSAIL, described the core insight simply: the model is getting rid of parts that are not useful to its development even as it learns. Senior author and MIT professor Daniela Rus framed the broader significance — this turns compression from an afterthought into part of the learning process itself.

The research was accepted at the International Conference on Learning Representations 2026 and will be presented later this month. The team has already demonstrated extensions to more complex architectures, with transformer-adjacent models the stated next frontier.

It is the kind of foundational research that rarely makes headlines but quietly shapes what becomes possible in the years that follow.

END OF TRANSMISSION ▮ ◂ MORE DISPATCHES