Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
OCLoop: Loop Engineering in OpenCode
Learn to automate complex coding tasks with OCLoop. This talk demonstrates a reliable loop harness for OpenCode, orchestrating iterative task execution with built-in feedback mechanisms.
We built OCLoop — an open-source loop harness for OpenCode that implements the /loop pattern reliably and efficiently. Instead of manually prompting the model step by step, OCLoop orchestrates OpenCode to execute tasks defined in a PLAN.md file iteratively, each iteration in an isolated session, with back pressure via tests, linters, and security scanners. I’ll show the live loop running: how it reacts when tests fail, how it self-corrects, and how the repo diff evolves autonomously without touching the keyboard.
OCLoop is a resilient, customizable command-runner CLI tool featuring interactive plan generation, keybindings, and a command palette.