Agent
Decides and acts, within the frame you define.
Craft · Frameworks
Using the frameworks well means composing agents, skills, loops and workflows so the system does the heavy, repetitive work, deterministically where it must. Humans keep the two ends: the requirements and the quality gate.
An agent decides and acts; a skill is a reusable capability; a loop repeats a step until a condition holds; a workflow chains it all in a fixed order. Composed correctly, the system takes on the repetitive heavy lifting, you do not orchestrate every step by hand. The craft is not in the single prompt, but in making these blocks mesh cleanly.
Decides and acts, within the frame you define.
A reusable capability, built once, usable everywhere.
Repeats a step until the condition holds.
Chains it all in a fixed, traceable order.
You state what the software has to do and define the test that proves it. The framework runs the loop: the agent writes code, runs the test suite, reads the errors, fixes, and repeats, until the loop terminates cleanly. You implement nothing by hand; you define what “done” means, and the system works its way there. The same pattern carries from software to any other use case.
Human AI Algorithm
As in any serious software project (ISO, arc42), the result is proven, not trusted. A human-defined metric and a deterministic quality gate decide pass or fail, an algorithm checks, not the model grading itself. The middle may be stochastic; the gate never is. Afterwards everything is documented and structured, ready for the next change.
The middle may be stochastic. The gate never is.
You and AI define the requirements together.
The framework runs the loops and implements, no manual coding.
A deterministic quality gate (arc42) proves the requirements are met.
The start and the end stay human-owned; the quality gate is deterministic. Everything stays documented and retrievable for the next change.
How agents, skills, loops and workflows compose cleanly, with a human at the start and a deterministic gate at the end, we show in the blog and in mema's code.
Horizontally scrollable content. Use the Left and Right Arrow keys to view all content.