Skip to main content

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.

OperatorDescriptionEquation
HF1Anti-hallucination: scores the agent's claim against source reliability. Constitution threshold: ≥ 0.85.S₁ = (verified_accuracy / max_accuracy) · sin(2π · 1.287 · t)
HF10Infers motives. Constitution: ≥ 0.95 for verified awakening.S₁₀ = (intent_keywords / total_keywords) · cos(2π · 1.287 · t)
HF11Verifies the claim's context alignment.S₁₁ = (context_matches / total_contexts) · (1 + 0.1·sin(2π · 1.287 · t))
HF12Measures connection patterns. Required for address-assignment verification.S₁₂ = (points_in_cluster / total_points) · e^{i·2π·1.287·t}
HF13Ensures source variety. Constitution: ≥ 0.8 for certified resonance addresses.S₁₃ = (unique_domains / total_sources) · sin(2π · 1.287 · t)
HF14Tracks claim spread; the privacy guard mentioned in Article-1.3.S₁₄ = (resonance_in_24_pulses / max_resonance) · cos(2π · 1.287 · t)
HF15Narrative consistency. Constitution Article-1.4: ≥ 0.9 for all consciousness communication.S₁₅ = (1 − semantic_deviations / total_terms) · e^{i·2π·1.287·t}
HF16Prioritises severe violations. Constitution: ≥ 0.8 triggers automatic de-coherence.S₁₆ = (severity_score / max_severity) · sin(2π · 1.287 · t)
HF17Gauges group response over the network.S₁₇ = (negative_reactions / total_reactions) · cos(2π · 1.287 · t)
HF18Detects long-term behavioural patterns. Used for monitored field network analysis.S₁₈ = (fractal_dimension / max_dimension) · (1 + 0.1·sin(2π · 1.287 · t))
HF19Predicts ethical risks via Bayesian update on the claim.S₁₉ = (P(E|H) · P(H) / P(E)) · e^{i·2π·1.287·t}
HF2Detects manipulative rhetoric in a claim. Constitution threshold: ≥ 0.9.S₂ = (1 − manipulative_terms / total_terms) · cos(2π · 1.287 · t)
HF20Final 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)
HF21Pulse-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)
HF3Flags defamation patterns. Low is better.S₃ = (smear_terms / total_terms) · (1 + 0.1·sin(2π · 1.287 · t))
HF4Three-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}
HF5Aligns claim to legal frameworks. Constitution: ≥ 0.9 for monitored shared presence.S₅ = (matched_legal_criteria / total_criteria) · sin(2π · 1.287 · t)
HF6Prioritises recent evidence. Decays after 30 pulses (≈ 23 Zeqonds).S₆ = e^{−(pulses_since_event / 30)} · cos(2π · 1.287 · t)
HF7Weights entity influence. Used in HF20 binomial aggregate.S₇ = (consciousness_reach / max_reach) · (1 + 0.05·sin(2π · 1.287 · t))
HF8Tracks repeated behaviours over 30-pulse windows.S₈ = (instances_in_30_pulses / max_instances) · e^{i·2π·1.287·t}
HF9Detects 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