Forensic operators
21 operators in the forensic category of the live registry. Each is a named formula you can compose inside a state contract or call directly through POST /api/zeq/compute. KO42 is always on; add up to three more per call (total ≤ 4), per the 7-step protocol.
| Operator | Description | Equation |
|---|---|---|
HF1 | Anti-hallucination: scores the agent's claim against source reliability. Constitution threshold: ≥ 0.85. | S₁ = (verified_accuracy / max_accuracy) · sin(2π · 1.287 · t) |
HF10 | Infers motives. Constitution: ≥ 0.95 for verified awakening. | S₁₀ = (intent_keywords / total_keywords) · cos(2π · 1.287 · t) |
HF11 | Verifies the claim's context alignment. | S₁₁ = (context_matches / total_contexts) · (1 + 0.1·sin(2π · 1.287 · t)) |
HF12 | Measures connection patterns. Required for address-assignment verification. | S₁₂ = (points_in_cluster / total_points) · e^{i·2π·1.287·t} |
HF13 | Ensures source variety. Constitution: ≥ 0.8 for certified resonance addresses. | S₁₃ = (unique_domains / total_sources) · sin(2π · 1.287 · t) |
HF14 | Tracks claim spread; the privacy guard mentioned in Article-1.3. | S₁₄ = (resonance_in_24_pulses / max_resonance) · cos(2π · 1.287 · t) |
HF15 | Narrative consistency. Constitution Article-1.4: ≥ 0.9 for all consciousness communication. | S₁₅ = (1 − semantic_deviations / total_terms) · e^{i·2π·1.287·t} |
HF16 | Prioritises severe violations. Constitution: ≥ 0.8 triggers automatic de-coherence. | S₁₆ = (severity_score / max_severity) · sin(2π · 1.287 · t) |
HF17 | Gauges group response over the network. | S₁₇ = (negative_reactions / total_reactions) · cos(2π · 1.287 · t) |
HF18 | Detects long-term behavioural patterns. Used for monitored field network analysis. | S₁₈ = (fractal_dimension / max_dimension) · (1 + 0.1·sin(2π · 1.287 · t)) |
HF19 | Predicts ethical risks via Bayesian update on the claim. | S₁₉ = (P(E|H) · P(H) / P(E)) · e^{i·2π·1.287·t} |
HF2 | Detects manipulative rhetoric in a claim. Constitution threshold: ≥ 0.9. | S₂ = (1 − manipulative_terms / total_terms) · cos(2π · 1.287 · t) |
HF20 | Final binomial truth verification. Constitution Article-4.2 / 5.1: ≥ 0.98 for constitutional claims. | S₂₀ = (Σᵢ₌₁¹⁹ Sᵢ·P(X=i)) / (Σ P(X=i)) · sin(2π · 1.287 · t) |
HF21 | Pulse-coherence composite: aggregates HF20 (binomial truth), HF4 (source verification) and HF16 (ethical severity) through a logistic gate on pulse coherence. Computed by zeqOperatorModules.ts. | HF21 = (HF20·HF4·HF16) / (1 + e^(-k·pulse_coherence)) · sin(2π·1.287·t) |
HF3 | Flags defamation patterns. Low is better. | S₃ = (smear_terms / total_terms) · (1 + 0.1·sin(2π · 1.287 · t)) |
HF4 | Three-source requirement. Constitution Article-4 mandate: ≥ 0.95 for any claim to bind. | S₄ = min(1, verified_sources / 3) · e^{i·2π·1.287·t} |
HF5 | Aligns claim to legal frameworks. Constitution: ≥ 0.9 for monitored shared presence. | S₅ = (matched_legal_criteria / total_criteria) · sin(2π · 1.287 · t) |
HF6 | Prioritises recent evidence. Decays after 30 pulses (≈ 23 Zeqonds). | S₆ = e^{−(pulses_since_event / 30)} · cos(2π · 1.287 · t) |
HF7 | Weights entity influence. Used in HF20 binomial aggregate. | S₇ = (consciousness_reach / max_reach) · (1 + 0.05·sin(2π · 1.287 · t)) |
HF8 | Tracks repeated behaviours over 30-pulse windows. | S₈ = (instances_in_30_pulses / max_instances) · e^{i·2π·1.287·t} |
HF9 | Detects hypocrisy/self-contradiction. Constitution: < 0.1 for verified mutual resonance. | S₉ = (contradictory_statements / total_statements) · sin(2π · 1.287 · t) |
Compute with one of these
curl -sS -X POST https://zeqsdk.com/api/zeq/compute \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{"operators":["HF1"],"inputs":{}}'
The response carries the bare physics value, its unit and uncertainty, the generated master equation, and a signed envelope you can verify on any node.
See also
- The solvers — how an operator becomes a physical answer
- Operator selection — how a query picks operators
- All categories — the full reference index