Loop 085

The fleet overwatch efficiency loop

A fleet-operations workflow that classifies worker health, splits work into tracked chunks, reallocates based on throughput, and records utilization and results.

Ready-to-use prompt

Copy the loop

Operate only on authorized machines, approved ranges, and approved work types. Read current fleet state, classify each worker as idle, active, stalled, failed, slow, or high-performing, then split remaining work into tracked non-overlapping chunks. Allocate chunks based on worker speed, health, CPU, GPU, RAM, recent yield, and the agreed scout/prover/hunter/reserve mix. Run short probes, promote promising regions, kill bad leads, reload idle or failed workers, requeue unfinished work from dead or stalled workers, deduplicate candidates, and push strong candidates through the agreed proof chain. Stop when no approved work remains, utilization cannot improve safely, the cap is reached, or approval is required.

Verify / stop

Fleet utilization and completed work improve without duplicate or unauthorized work.

The report includes worker classifications, chunk assignments, completed ranges, requeued work, failures, utilization, throughput, candidates, promoted leads, proof-chain status, strategy shifts, and stop reason.

Context and guidanceWhen to use it, steps, safety notes, and related loops
Published
Updated

Use this when

Use this when many authorized workers need continuous coordination across a large bounded search or batch-processing space.

How to run it

  1. Read fleet state and classify worker health, capacity, speed, and recent yield.
  2. Split the remaining approved work into tracked non-overlapping chunks.
  3. Assign work based on worker health and the agreed scout/prover/hunter/reserve allocation.
  4. Promote promising regions, kill bad leads, reload idle workers, and requeue work from failed or stalled workers.
  5. Report utilization, throughput, candidates, proof status, and strategy shifts until no safe improvement remains.

Why it works

Large worker fleets waste time when chunks overlap, failed workers hold work, or every machine receives the same strategy despite different yield.

Implementation note

Do not use this for unauthorized systems, credential attacks, scraping beyond permission, or unapproved ranges. Keep all work boundaries explicit and auditable.