YYLO CLI is an open-source command-line tool for orchestrating AI coding agents, repeatable development workflows, and Git-backed software delivery. It helps developers use Claude Code, OpenAI Codex, Gemini, and Pi through a consistent workflow while keeping agent runs bounded, observable, and easier to verify.
Instead of relying on an unlimited AI coding loop, YYLO lets teams control iterations, preserve session continuity, run ordered commands, track tasks, collect validation evidence, and apply guarded merge workflows. Developers can start with a simple prompt-driven agent run and grow into structured task automation without locking their process to one model provider.
YYLO is built with TypeScript, distributed as the @yylo/cli npm package, and available under the MIT License. The equivalent yy and yylo commands make it suitable for local development, terminal-based AI programming, repository automation, and CI-friendly workflows.
Website: https://yylo.dev
Source code: https://github.com/yylo-dev/yylo

The bounded-iteration model is the part that stands out. Unbounded agent loops tend to burn tokens and hide failures until the merge, so having ordered steps with validation evidence collected along the way makes runs auditable. The multi-provider angle is also smart; teams I know hesitate to wire their delivery process to one model vendor. Would like to see how session continuity handles long-running refactor tasks.



The bounded-iteration model is the part that stands out. Unbounded agent loops tend to burn tokens and hide failures until the merge, so having ordered steps with validation evidence collected along the way makes runs auditable. The multi-provider angle is also smart; teams I know hesitate to wire their delivery process to one model vendor. Would like to see how session continuity handles long-running refactor tasks.
Find your next favorite product or submit your own. Made by @FalakDigital.
Copyright ©2025. All Rights Reserved