Lightnote is a creative AI toolkit that lived in the terminal and was given a canvas. Its sets, processes, and runs are arranged as rooms rather than commands, for assembling image sets, composing workflows, and training LoRAs.
It began weeks after the Pendulum pivot, when the lab needed its own fine-tuning tooling. We built a running prototype against the live engine, so the sketch became code and stayed there.
The brief arrived as a UI problem, put panels over the model calls, but the real problem was grammar. The CLI already spoke a complete language of sets, processes, and runs, and an interface that invented its own vocabulary would have forked the product in two. An early direction gave each model family its own bespoke panel, which looked richer on screen but broke that grammar into three dialects.
We rebuilt around one node form with flags as fields, letting models differ only in their parameters, and kept parity enforced by the API rather than by discipline, so a trigger word lands in the same call as its --trigger flag and nothing drifts. We delivered the canvas the lab itself worked in. Operations later paused at the investors' call, and in 2026 Page Nineteen released it publicly, open source under MIT.