This document is an experimental report on a two-model LLM pipeline built with the mshell Ecosystem — an AI-mathematical powered shell developed by Art2Dec SoftLab that supports C, C++, Rust, Go, Python, Lua, Bash and native mshell scripting. The experiment demonstrates how two AI models can collaborate within a single Markdown document to generate, review, improve, and execute a C/OpenGL 3D solar system visualization — without any manual code editing. The pipeline passes code between models through mshell’s Interlang session variable system, with the mshell Validator automatically resolving compiler flags from include directives. The document includes the full pipeline Markdown source, all three versions of the generated code, a step-by-step execution log, and five practical conclusions about multi-model collaboration — including the observation that models evaluate code more critically when reviewing work they did not generate themselves.
