NVIDIA's Nemotron-Labs-TwoTower turns a 30B model into a diffusion-style writer that emits tokens in parallel, pairing a frozen context windowThe maximum amount of text a model can consider at once — its working memory for the current conversation or task.Full definition → model with a trained writer model. Claimed result: 2.42x faster generation keeping 98.7% of quality, no retraining from scratch.
Weaviate's Engram flips AI agentAn AI system that doesn't just answer once but works toward a goal in a loop — taking actions, reading the results, and deciding what to do next.Full definition → memory from retrieval to reconciliation: candidate memories are checked against existing memory and merged before being written, so a contradiction is resolved once at write time instead of at every query.
GLM-5.2 became the first open weightsA model whose trained parameters are published for anyone to download and run — unlike API-only models you can access but never possess.Full definition → model to lead a category on APEX-SWE, posting 55.3% Pass@1 on Integration with Kimi K2.7 close behind. The coding gap is closing in specific slices, not across the board.
The case against cheap difficulty pre-classifiers for model routingSending each request to a model chosen by the difficulty of the task, rather than using one model for everything.Full definition →: judging reliably whether a task is easy usually means half-solving it first, which eats the savings you were routing to a smaller model to get.
SkillComposer treats picking agent skills as one joint composition problem rather than independent lookups, reporting gains of 23.1 and 18.2 percentage points on SkillsBench over giving the model no skills at all.
Terms in this piece · Glossary
context window — The maximum amount of text a model can consider at once — its working memory for the current conversation or task.
AI agent — An AI system that doesn't just answer once but works toward a goal in a loop — taking actions, reading the results, and deciding what to do next.
open weights — A model whose trained parameters are published for anyone to download and run — unlike API-only models you can access but never possess.
model routing — Sending each request to a model chosen by the difficulty of the task, rather than using one model for everything.
Why it matters
AINews condenses the firehose of daily AI activity across Twitter, Reddit, and Discord into a single searchable recap of model releases, tooling launches, and research — a fast way to stay current without monitoring dozens of channels yourself.