
Model choice at this granularity is downstream of the harness more than the model. Fable and Opus get compared on tasks where the difference is mostly how much scaffolding each one needs around it, and once that scaffolding is there the gap tends to close. The comparison worth making is which one you can leave alone on a task without watching it. Cyclomatic caps are one way to keep that honest, since a model that keeps functions small is easier to supervise than one that writes a clever hundred-line function.

Sounds like a good thing to have around. What level are you pitching it at though, someone who’s never touched a neural net or someone who already writes code and wants the theory behind it? And is it a course with a fixed path or more the kind of thing where you bring a problem and it gets answered? Either way, where can I see it?