← Latest papers
🤖 machine learning

Interactive Training 2: Auditable Control Plane for Live Model Training

This paper introduces Interactive Training 2, an open-source control plane that enables auditable, real-time steering of live model training through a shared protocol and a customized Aim workspace, allowing both humans and automated agents to safely modify training parameters across diverse workflows.

Original authors: Wentao Zhang, Xuanhe Pan, Han Zhou, Yang Lu, Yuntian Deng

Published 2026-07-22
📖 4 min read☕ Coffee break read

Original authors: Wentao Zhang, Xuanhe Pan, Han Zhou, Yang Lu, Yuntian Deng

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are watching a master chef cook a complex dish. You can see the pot bubbling, smell the spices, and notice the sauce getting too thick. In the old days, if you wanted to tell the chef to turn down the heat or add a pinch of salt, you'd have to run into the kitchen, grab a specific tool, and whisper instructions that only that one chef understood. If you wanted to talk to a different chef cooking a different dish, you'd need a whole new set of tools and a new language. This is how training artificial intelligence models used to work: researchers could watch the "cooking" process, but changing the recipe while it was happening was messy, required custom code for every single experiment, and was hard to keep track of.

Now, imagine if every kitchen had a universal, magical intercom system. You could walk up to it, say "add more salt" or "turn down the heat," and the chef would hear you, check if it's safe to do so right now, and then make the change exactly when the pot is ready. The best part? The system would write down exactly who asked for what, when they asked, and whether the chef did it. This is the world of "Interactive Training," a field where researchers try to steer AI models while they are learning, rather than just watching them. The big question is: how do we make this steering easy, safe, and recordable for any AI chef, not just the ones using a specific brand of stove?

This paper introduces Interactive Training 2, a new "control plane" that acts like that universal intercom for AI training. The authors built an open-source system that lets humans, computer scripts, or even AI agents (like smart robots) talk to a training model through a single, shared language. Instead of writing new code for every experiment, a researcher simply tells the system, "Here are the knobs I can turn (like the learning speed) and the buttons I can press (like saving a checkpoint)."

Here is how it works in practice: A researcher (or a smart AI agent) looks at a live dashboard showing how the model is doing. If the model is struggling, they can send a request through the system, like "lower the learning rate to 0.00002." The training model doesn't change instantly; instead, it waits until a safe moment in its cooking process—what the authors call a "control point"—to make the change. It then checks if the request is valid, applies it, and writes down the whole story in a digital journal. This journal connects the request to the result, the new score, and the saved version of the model, creating a clear, auditable trail of who did what and when.

The team tested this system on five different types of AI tasks, including teaching models to understand human feelings (sentiment analysis) and playing games (reinforcement learning). They showed that the same system could handle everything from simple learning rate adjustments to complex changes in how the model processes data. In these tests, they used an AI agent to act as the "chef's assistant," which would look at the results, decide what to change next, and send the request. The system successfully recorded every step, from the initial plan to the final result, proving that you can steer a live AI model without breaking the code or losing track of the history.

The paper doesn't claim to have solved all AI training problems or to be a magic bullet that guarantees perfect results. Instead, it offers a reusable foundation. It suggests that by separating the "steering" from the "cooking," we can make training more flexible and easier to study. The authors demonstrate that this approach works across different frameworks and that it allows both humans and automated agents to collaborate on improving AI models in real-time, all while keeping a perfect record of the entire journey.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →