Back to feed
News Story
APriority81
量子位
1 sources

When Question Banks Lag Behind Models, AI Starts Setting Its Own Questions: Chinese Team Achieves Data-Level RSI

A Chinese team composed of Shanghai Jiao Tong University, DP Technology, and Shanghai Algorithm Innovation Research Institute released BigBang-V1, the first foundation model trained natively using recursive self-improving (RSI). During training, AI autonomously generates, solves, and verifies questions without human involvement, and the model outperforms larger models on multiple benchmarks.

SynthePulse Insight · AI deep readingMembers

AI Starts Setting Its Own Problems: How BigBang-V1 Runs the RSI Loop at the Data Layer

Version 1 · 1 source

When the speed of human problem-setting becomes the bottleneck for AI evolution, a Chinese team trains a 35B model on 100% AI-synthesized data, outperforming 1T-level models on several scientific tasks. The core isn't data scale, but a dual-loop system that lets the data production system co-evolve with the model.

  • The Endless Frontier team releases BigBang-V1, claiming it's the first base model trained natively with recursive self-improving, with 100% of post-training data autonomously synthesized by AI.
  • BigBang-V1 has 35B parameters, ~3B activated during inference, supports 262K long context, and achieves 10 first-place results across all 35B model evaluations, surpassing 1T-level DeepSeek V4 Pro Preview on some scientific tasks.
  • The system uses a dual-agent collaboration between Generator and Critic, plus an outer loop driven by real training results, to prevent synthetic data collapse and evaluation standard drift.
Open section navigationData Bottleneck and RSI Consensus

Data Bottleneck and RSI Consensus

The most expensive word in Silicon Valley this year is Recursive Self-Improving (RSI), which lets AI participate in iterating its own models, algorithms, data, and R&D processes. Jeff Dean, after leaving Google, founded Discovery Loop to explore AI-automated scientific research. AlphaGo creator David Silver and other top AI researchers are on the same track, forming a consensus: let AI participate in creating the next generation of AI.

But under the consensus lies a thorny problem: the stronger the model, the fewer humans who can set problems, solve them, and verify them for AI. Where does high-quality training data come from? Traditional approaches either wrap the model in a tool shell (like a harness) without changing the underlying training pipeline, or use large models to score and filter, but the evaluation criteria are pre-written by humans, and old benchmarks quickly become obsolete as models improve. Training data is still produced problem-by-problem by humans, and the speed of evolution is bottlenecked by human problem-setting speed. This is one of the core issues for RSI implementation.

BigBang-V1: The Data Production System Becomes the Optimization Target

The Endless Frontier team, composed of Shanghai Jiao Tong University's School of AI, DP Technology, and Shanghai Algorithm Innovation Research Institute, releases BigBang-V1, the first base model trained natively with RSI. During training, problem-setting, solving, and verification are all handed to AI, continuously generating high-quality self-evolving synthetic data through verifiable frontier tasks, without human involvement in each problem.

The team took a different angle: if the model can self-improve, can the training data production system itself become the object of optimization? The question shifts from 'how to collect more scientific data' to 'how to make the data production system continuously evolve with model capabilities.' Data quality is not cleaned up but determined by task attributes. Tasks must simultaneously satisfy frontier-ness (located at the boundary of knowledge or capability, with no known optimal answer) and verifiability (able to be objectively checked through formal methods, program execution, numerical computation, etc.). If either is missing, data quickly depreciates.

Scientific fields happen to satisfy both conditions simultaneously, naturally combining search, reading, hypothesis, mathematical derivation, code development, tool invocation, experimental analysis, etc., equivalent to a comprehensive course for general intelligence. Jeff Dean says Discovery Loop applies to scientific and engineering fields with measurable goals, and BigBang's choice of science as a training ground shares the same underlying logic.

Free for now

Read the full analysis

3 more sections of analysis, plus the full takeaway

Loading

Credibility boundary

This article's information primarily comes from QbitAI's report, which is a secondary source and lacks independent verification. Model performance, evaluation scores, and team background are as reported, and some details (such as specific evaluation methods and reproduction processes) lack primary sources. Readers should treat them with caution.

Primary report

量子位

Primary source