Post
-
Use workflows when models cannot follow rules
Rules that current models cannot follow with skill, i.e. a single prompt: Chasing P2 and P3 errors: I have a rule in my autoimplement skill to stop reviewing once the last round of review only generates P2 errors or less. A considerable % of the time, the model just goes on an adventure addressing all the issues it can find Running checks and CI efficiently: I have rules like "commit and merge opportunistically, make sure to not wait for irrelevant tests". But it keeps waiting for 30 minutes of CI before merging, in every commit for every little fix, every time Those are the cases where graph workflows are needed. One can deterministically enforce the model not to take longer than N minutes reviewing, or fixing CI Or post to the agent to hurry up when it is taking too long (which I believe might be effective, since RL envs also have time constraints)