Tools Intermediate 1 minute read Updated 2026-06-28 UTC

Apex scorecard calculator

A browser-local calculator for comparing champion, challenger, specialist, and no-op decisions across utility, human capability, autonomy, privacy, diversity, and resource cost.

Research statusDecision-support worksheet from Apex Multi Model and positive mutualism theory Publication statePublished Reviewed byMichael Kappel Source reports3

Purpose

The Apex scorecard turns the positive theory into a decision worksheet. It compares a candidate descendant or routing change against no-op and asks whether the proposal increases capability while preserving local privacy, human agency, useful diversity, and resource discipline.

Apex decision support

Champion, challenger, specialist, no-op

Score the candidate as an ecology member, not only as a benchmark entry. All computation stays in this browser.

Calculated locally
Positive contribution
Operating burden
Positive value0.0
Burden0.0
Margin0.0

Adjust the inputs to calculate a recommendation.

Interpretation

A positive score means the candidate deserves further evidence collection. It is not production approval. A negative score means no-op currently wins. The most important result is often not the number; it is the list of assumptions you need to measure.

pseudocode
FUNCTION apex_score(candidate, evidence)
    benefit <- SUM(
        evidence.delta_task_utility,
        evidence.delta_human_capability,
        evidence.delta_reuse,
        evidence.delta_autonomy,
        evidence.delta_local_privacy,
        evidence.delta_efficiency,
        evidence.delta_diversity
    )

    cost <- SUM(
        evidence.delta_latency,
        evidence.delta_memory,
        evidence.delta_energy,
        evidence.delta_maintenance
    )

    RETURN benefit - cost
END FUNCTION

Source reports used for this guide

These reports are preserved verbatim in the site archive. The guide above is an editorial synthesis and may narrow, qualify, or reorganize claims from the source material.