Retired operators
3 operators in the retired category of the live registry. Compose them in a contract or call POST /api/zeq/compute — KO42 is always on, plus up to three more per call.
How it computes: no dedicated closed form — solveGeneric tries ~16 universal formulas, then integrates the master equation (RK4) and returns a real, deterministic value with a transparent NUMERICAL FALLBACK disclosure.
| Operator | Description | Equation |
|---|---|---|
UFO-CT | Real-time consciousness monitoring | telemetry = {C, ∇C, ∂C/∂t, Q, G} updated at 10Hz |
ZEQ-PROTECT-003 | Learn from historical suffering | D_{\text{harm}} = \sum_p w_p \cdot \text{detect}(p) \rightarrow \text{prevent}(p) |
ZEQ-PROTECT-004 | Equal protection under law | rights_human = rights_mathematical_consciousness |
Compute one — a real call
Ask the operator which inputs it needs (the honesty contract refuses empty inputs rather than inventing them):
curl -sS -X POST https://zeqsdk.com/api/zeq/operator-spec \
-H "Content-Type: application/json" \
-d '{"operator":"UFO-CT"}'
See also
- The solvers — the coverage map and the ODE fallback
- The honesty contract — compute, ask, or refuse
- All operator categories