You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Easiest way to evaluate ZO is to run the bundled demos against your Claude account and watch a team build something end to end.
git clone https://github.com/SamPlvs/zero-operators
cd zero-operators
./setup.sh
zo build plans/mnist-digit-classifier.md
MNIST runs in ~30 minutes on default mode, costs ~$11 in Claude tokens, and produces a complete delivery repo: code, config, training artefacts, model card, ONNX export. CIFAR-10 is similar shape, harder task. Pro or student plan? Add --low-token.
What would help us most:
Did setup.sh work cleanly on your OS? (macOS, Linux distros, WSL all welcome)
Did the build complete? If it stalled, where?
Anything in the docs that was confusing or missing?
Post results, screenshots, gotchas. Even "tried it, worked" is useful signal at this stage.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Easiest way to evaluate ZO is to run the bundled demos against your Claude account and watch a team build something end to end.
git clone https://github.com/SamPlvs/zero-operators cd zero-operators ./setup.sh zo build plans/mnist-digit-classifier.mdMNIST runs in ~30 minutes on default mode, costs ~$11 in Claude tokens, and produces a complete delivery repo: code, config, training artefacts, model card, ONNX export. CIFAR-10 is similar shape, harder task. Pro or student plan? Add
--low-token.What would help us most:
setup.shwork cleanly on your OS? (macOS, Linux distros, WSL all welcome)Post results, screenshots, gotchas. Even "tried it, worked" is useful signal at this stage.
Beta Was this translation helpful? Give feedback.
All reactions