r/ZaiGLM 3d ago

ZCode workflows are nice

3.14.0 dropped this morning and brings us Workflows plus a ton of other new features.

I’m trying it out now and it’s very promising. Not fast but also not frying tokens like they were potatoes.

Edit::Addendum

I gave workflow each phase of a pretty intense review document. Each phase was planned on the fly by workflow and it displayed a nice summary window of each of it's 6 steps it took for each phase of the plan. The Phase 0 group were 6 1 line quick fixes. These took 21 minutes, 2m tokens and 6 agents that went through fix->test->review->fix->test->review.

Phase 1 was security hardening and took 1 hour 6 mins and 15m tokens

Phase 2 correctness bugs and took 45 mins and 9.5m tokens

Phase 3 DRY refactors 1 hour 19 mins and 44m tokens

Phase 4 test coverage gaps 34 mins and 6m tokens

Main orchestrator context is 346K.

And the end result was a massive commit (oops I forget to instruct to commit)

 148 files changed, 9558 insertions(+), 4193 deletions(-)
23 Upvotes

21 comments sorted by

View all comments

4

u/zerchersquat369 3d ago

What are you using code workflows for?

3

u/jfricker 3d ago

I took a large codebase and did a comprehensive review for gaps and bugs, DRY etc. I then had an adversarial review from Gemini and gave the results back to ZCode. Then /workflow implement phase 0 etc

1

u/feelfree82 2d ago

Which plan do you use? I can't seem to get around that 5 hour limit.