Software engineering may be the best feedback field for agents, with absolutely rigid rules: code either compiles or it doesn't; unit tests either pass or they don't. If AI coding is to move toward serious production environments, it must return to the classic common sense of software engineering. Vibe Coding allows everyone to quickly whip up demos, but between a demo and real software that runs in production, there is a whole set of credibility verification missing. If coding agents only write code and offload all verification, alignment, and correction costs to human engineers, the efficiency leverage will soon hit a ceiling.
What Loom aims to explore is not just a useful open-source tool, but the state infrastructure missing for large models to move toward serious production environments. Large models learn 'what perfect final code looks like' from static corpora, but they struggle to learn 'how a complex bug is gradually located, fails, compromises, and finally fixed'—these process trajectories are the core engineering judgment in software engineering. Through this state layer, Loom not only makes agent long-task progression more stable but also captures the dynamic feedback trajectory of agents in real execution environments, providing more realistic engineering corpus for future dynamic evaluation and fine-tuning data collection of agents.