Set up a cluster

LoopClimber
Autonomous Workflow Improvement

LoopClimber creates candidate workflows, runs deterministic tests with quantified tolerances, prunes slower or failing graphs, and promotes the fastest passing workflow through an outer meta-learning loop.

The outer loop creates candidate inner loops.

The AI workflow node becomes a container. A large frontier model proposes prompts, retrieval, tools, handoffs, and smaller execution models; every proposal is saved as a candidate sub-DAG.

Open one candidate inner loop.

The container unfolds into inputs → large-model proposal → context filter → candidate graph → human checkpoint → distilled small model. Every inner-loop node stays explicit and replaceable.

Attach deterministic test code.

The execution node fans into code that checks quality ≥95%, calibration error ≤0.5%, tool errors <0.5%, p95 wall clock <4s, cost <$0.35, and unsafe actions =0. Every branch must pass its tolerance.

Run every inner loop in parallel.

The outer loop sends matched cases through candidate sub-DAGs. Edge rates show throughput; the wall-clock edge slows, blocks red, queues work, clears, and returns to blue.

Prune the graph as results arrive.

The outer loop updates metric tags from its meta-learning record, nests new recovery evals under promising nodes, deletes failed branches, and distills successful behavior from large models into smaller, faster models.

Live application · temporary shared room

Build the graph yourself.

Start an expiring practice room, operate the real Durable Object API, and share its link. Conflicting edits rebase once, so collaborators converge on one revision.

Preview · press Enter to start 1 user revision 1
← ↑ ↓ → / [ ]
Select a node or target
A
Add a workflow node
E
Edit the selected title
L + arrows + Enter
Link source to target
N + arrows + Enter
Nest node inside target
Delete
Remove node and its edges
R
Reset into a fresh room
S
Copy the collaboration link
? / Esc
Toggle help / cancel a mode
Home / F
Return to the first root node
Select the editor and press Enter to create a real practice room.

Promote the fastest passing loop. Repeat.

The surviving inner loop becomes the next baseline. Its traces and failures expand the regression bank, so the next outer-loop generation searches a smaller graph with stricter tests and lower wall-clock time. Read the research outline.