Realtime AI News
CosmosMind and university partners release MetaRSI-v1, an architecture for improving self-improvement
CosmosMind, working with more than ten universities including Stanford, Berkeley, MIT, Tsinghua and Peking University, has released MetaRSI-v1, which it describes as the first architecture to unify Model-RSI, Data-RSI and Harness-RSI. The team also open-sourced its RSI-Harness, reporting an average 10.9-point gain for a 3B-active small model across four benchmarks and 7.3 points for six frontier models on Terminal-Bench 2.1.
On September 14, QbitAI published CosmosMind's release write-up for MetaRSI-v1, an architecture the team describes as the first to unify Model-RSI, Data-RSI and Harness-RSI inside a single meta-recursive framework. The work was carried out with more than ten universities including Stanford, Berkeley, MIT, Tsinghua and Peking University, and the stated goal is unusual: improving the process of self-improvement itself. The paper, project page and open-source code were released together.
Recursive self-improvement (RSI) covers systems that generate their own training data, rewrite their own prompts or repair their own code. According to the write-up, almost all such systems share one shape — a fixed improvement program applied to a model again and again — and usually attack only one of three spaces: the harness, the data or the model.
MetaRSI-v1's answer is a Loop Kernel: feedback is consumed into learning signals, changes are proposed across the Data, Harness and Model spaces, verifiers rule on them, and the verdicts flow back as the next round of signal. The three operators divide the work — Data-RSI extracts learning signals from the system's own trajectories, validates them into synthetic data and calibrates the positive and negative boundaries of a model's ability; Harness-RSI adds and subtracts across five pluggable slots covering system prompt, skills, MCP, tools and memory; Model-RSI updates parameters and structure so that repeatedly validated behaviour is internalised into the model.
Two orchestration axes sit on top of that kernel. Horizontal orchestration chooses which operator runs next, while vertical optimisation rewrites an operator's own RSI rules through a dedicated sub-agent. Four agents — MetaRSI² Agent, RSI² Agent, RSI² Sub-Agent and Transition Agent — coordinate three improvement levels: the operators, the way they are used, and the orchestration policy itself. Each level can be partially replaced by human experts, forming a human-in-the-loop system.
Experiments ran on two tracks. On the small-model track, Qwen3.5-35B-A3B (35B total, 3B active parameters) improved by an average of 10.9 points across Terminal-Bench 2.1, SWE-bench Pro, a hard subset of GPQA-Diamond and AIME, with no external teacher model, and its SWE-bench Pro solve rate nearly doubled. On the frontier track, six models including Claude Opus 5, GPT-5.6 sol and Kimi K3 gained 7.3 points on average on Terminal-Bench 2.1, using only the Data and Harness operators because of scale or closed weights.
The team distilled five laws from the experiments: verification decides where the self-improvement frontier lies; self-knowledge expires, making the rediscovery of capability boundaries the rate bottleneck; capability is carrier-agnostic while cost is carrier-dependent; credibility is measured on the non-writable surface; and a loop cannot create capability from nothing, since gains come from external information entropy or from activating potential already present. These read as the team's normative claims about RSI's limits rather than settled results.
The QbitAI piece is an authorised reprint of the team's own write-up, so the claims belong to the authors. Alongside the paper, CosmosMind open-sourced RSI-Harness, a self-learning, self-iterating harness that the team says can accumulate portable Harness Genomes for scientific and engineering domains. The project page sits at cosmosmind.ai, the code at GitHub's CosmosMind-ai/RSI-Harness, with a companion HuggingFace repository; the team describes its members as graduates of Tsinghua, Peking University and Stanford, plus core model researchers from major technology companies.
The number that matters least here is the headline gain, and the claim that matters most is testability: MetaRSI-v1 ships architecture and harness together, which hands verification to outsiders. RSI has become a crowded narrative — from reports of frontier models optimising themselves to harness-driven autonomous research — and the field still has no shared answer to who validates machine progress. The next questions are whether third parties can reproduce the 10.9- and 7.3-point gains, whether the loop holds across domains, and whether the team's proposed automated-laboratory cycle becomes the first evolutionary loop to close in the physical world.
Why it matters
If independent groups reproduce the gains, unified meta-level RSI architectures could turn self-improvement from a single-slot engineering trick into schedulable system capability. That would make verification, not raw uplift, the central question for anyone deploying agents that train themselves.
Nearby Updates
All09/14, 11:55
Chinese Models Lead Weekly Token Volume for 20th Straight Week as DeepSeek V4.1 Flash Hits No. 6
National Business Daily, using the latest OpenRouter data, calculates that global large-model token consumption reached 127 trillion tokens in the week of Sept. 7 to Sept. 13, with Chinese models at 61.17 trillion tokens, leading for a 20th consecutive week. DeepSeek V4.1 Flash, released Sept. 10, climbed to sixth place within three days, while Chinese models took four of the top five slots.
09/14, 12:05
OpenAI Pitches AI-Native ChatGPT Ads That Open a Brand Chat, Not a Website
Digiday reports that OpenAI has introduced a new AI-native ad format to select clients, attaching a branded business agent to the ad so that a click opens a chat inside ChatGPT instead of sending users to the advertiser's site. Wayfair is trialing the format, and OpenAI CFO Sarah Friar has described today's response ads as only a "basic starting point."
09/14, 11:18
China's PhysBrain 1.5 tops the global open-source ranking for physical AI
PhysBrain 1.5, a physics-focused AI model from a Chinese team, has reached the top of a global open-source leaderboard, according to QbitAI, which frames the result as clearing the hardest stretch of the physical closed loop. The report puts its spatial intelligence on par with GPT-6 Astra.
09/14, 11:01
DeepSeek-V4.1-Flash: 552B-Parameter MoE Built for Efficient Inference
A technical breakdown of the DeepSeek-V4.1-Flash model card describes a multimodal mixture-of-experts model with a 552B-parameter backbone that activates only about 8B parameters at a time. The weights ship under an MIT license with a 1M-token context window, but the model still trails the larger V4-Pro family on several reasoning benchmarks.