Case study · located work
MAGI System on Jev
An open-source three-sage voting experiment inspired by Neon Genesis Evangelion.
Observedhide-G
- Problem
- An open-source three-sage voting experiment inspired by Neon Genesis Evangelion.
- Jev’s role
- Independent probabilistic judgments combined through majority voting.
- Architecture
- Question → three Jev evaluations → deterministic aggregation → decision.
- Why it matters
- Cheap typed judgments invite ensemble and quorum experiments, though correlated errors still need measurement.
Code boundary
Jev answers the bounded questions described above. Thresholds, retries, side effects, and anything that must be reproducible stay in the surrounding application code. The research record does not capture this project’s exact question set or threshold values; read the linked source before copying the architecture.
Sources
Limitations
- A located repository or demonstration does not establish production reliability or independent validation.
Reusable pattern and related records
- Probabilistic predicate + deterministic action PlausibleJev supplies fuzzy predicates while TypeScript, policies, and workflows execute constrained actions.
- Probabilistic Rules Engine Authored HypothesisAn open-source engine combining Jev judgments with auditable deterministic conditions.
- Cheap decision calls could make tens or hundreds of semantic judgments per event economical. SpeculativeThe product design follows from published pricing and parallel question primitives, not independent production evidence.
- Decision quorum PlausibleMultiple typed judgments are aggregated through voting or confidence-aware stopping.