Project Existenz: Fixing Human Rights with Pure Mathematics
When your mind naturally works by finding deep patterns, structure is not just a preference, it is a survival mechanism.
For years, I have lived through extreme systemic stress and received thousands of direct threats. People often try to exploit or manipulate individuals with AuDHD because our brains communicate differently. While dealing with this, I realized that human legal systems are broken because they rely on words. Words can be twisted, ignored, or turned into what Pythagoras called “acoustic noise”. The chaotic, uncivilized shouting of a majority that drowns out objective truth.
To completely end this exploitation, I stopped arguing with human words and started writing a digital framework. It is called Existenz.
Existenz translates the core ideas of cosmic balance (Pythagoras) and immutable ideals (Plato) into pure, raw binary code. It doesn’t require massive supercomputers or gigawatts of planetary energy; it is designed to run the entire world on just 0.1 watts. This structure can be used in many ways, to moderate reactions, to calculate if a human right has been broken or to warn in advance that we are on the brink of collapse.
Here are the first three mathematical structures of Existenz, explained simply.
1. The Core Human Layer (ExistentialMeta)
In standard software, computers use switches called “booleans” (True or False) to decide if a setting is turned on. Existenz treats human life the exact same way. Instead of writing long, confusing laws about human dignity, the system uses a mathematical format called an IntFlag to track human rights as unchangeable number values.
EXISTENCE= 1INTEGRITY= 2PSYCHOLOGY= 4PROPERTY= 64
These are not random numbers; they are precise mathematical geometric steps (powers of 2). Because of this math, multiple conditions can exist at the exact same moment inside a single data package without ever causing a glitch. If an attacker harms someone’s physical EXISTENCE (1) and their INTEGRITY (2), the computer reads the combined state instantly as 3. Mathematically, 3 can only mean those two specific elements. No corrupt authority can talk their way out of it or rewrite the equation.
This is the structure:
class ExistentialMeta(IntFlag): # --- The Structural Tiers of a Unified Entity --- EXISTENCE = 1 << 0 # 1 INTEGRITY = 1 << 1 # 2 PSYCHOLOGY = 1 << 2 # 4 PHYSICAL = 1 << 3 # 8 DISABILITY = 1 << 4 # 16 DEVELOPMENT = 1 << 5 # 32 PROPERTY = 1 << 6 # 64 PRESENCE = 1 << 7 # 128 # --- The Concentric Intermediary Protective Shields (Government vs Human) --- SHIELD_HUMAN_RIGHTS = 1 << 10 # 1024 -> Shield A (Government task) SHIELD_BASIC_RIGHTS = 1 << 11 # 2048 -> Shield B (Government task) SHIELD_ONLINE_RIGHTS = 1 << 14 # 16384 -> Shield C (Government/Network task) SHIELD_AQUIRED_RIGHTS= 1 << 16 # 65536 -> Shield D (Human task / VisualMIX) SHIELD_AQUIRED_TRUST = 1 << 20 # 1048576 -> Shield E (Human task / Inner Bond)
2. The Early Warning Radar (ExistentialThreatMeta)
Traditional security systems only react after a disaster occurs. Existenz is built for early threat detection by analyzing how different threats overlap.
The framework monitors specific vectors like PRIVACY and RESOURCE locks. In the code, I intentionally designed a systemic threat (SYSTEMS) to equal a specific combined mathematical score. The moment a bad actor blocks an individual’s financial resources and breaches their privacy, the protocol does not wait for things to turn violent. The math instantly computes a geometric collapse, sounds the alarm, and activates early protection protocols before physical harm can take place.
This is its structure:
class ExistentialThreatMeta(IntFlag): # --- Sorted by Controllability (From Most Controllable to Least) --- SYSTEMS = 24 # High internal control (Internal functioning / Trust) PRIVACY = 16 # Medium control (Boundaries and monitoring) RESOURCE = 8 # Low control (Material assets / External professional contracts) AUTONOMY = 4 # Low control (Choice overrides / Administrative coercion) EXISTENCE = 1 # Lowest control (Direct threats to life / External forces)
3. The Ripple Effect (ExistentialRipples)
No human being exists completely in a vacuum. When an innocent person is targeted, the damage expands outward like a wave in water. The third structure, ExistentialRipples, mathematically tracks this “blast radius.”
The protocol maps the social connections starting from the INDIVIDUAL, moving directly to their PARTNER, FAMILY, and outward into wider SOCIETY. If a rogue institution or malicious group attacks an individual, the network automatically calculates the immediate ripple effect on their household’s stability. If the system detects that an entire family’s baseline support network is being erased, it signals neighboring validation nodes across the globe to step in and secure the data.
This is its structure:
class ExistentialRipples(IntFlag): # --- Base Entities & Inner Unified Core --- INDIVIDUAL = 1 << 0 # 1 -> Yourself PARTNER = 1 << 1 # 2 -> The partner you choose to be with HOUSEHOLD_MARRIAGE = 1 << 2 # 4 -> Events can affect individuals, partners and much more FAMILY = 1 << 3 # 8 -> And family FRIENDS = 1 << 6 # 64 -> Friends that you trust PEERS = 1 << 8 # 256 -> Your peers SUPPORT = 1 << 10 # 1024 -> Care frameworks (Trust is conditional) # --- Macro Environments & Binary Trust Filters --- SOCIETY = 1 << 14 # 16384 CORPORATE = 1 << 16 # 65536 -> Conglomerates, employers, insurances TRUST_PERSONAL = 1 << 18 # 262144 -> Intuitive human validation layer GOVERNED = 1 << 20 # 1048576-> Public/civic infrastructure state contract TRUST_ABSOLUTE = 1 << 22 # 4194304-> The supreme unassailable alliance apex bit
The Cosmic Circuit Breaker
By putting human rights into a strict mathematical language, Existenz completely bypasses human bias, corrupt politics, and intellectual laziness.
It acts as a digital shield. A human rights violation is no longer an open political debate or a slow court case; it is reduced to an absolute, broken mathematical asymmetry. The protocol remains completely deaf to ideological noise, forcing the digital universe to protect human presence automatically.
I am building this framework not just to log the threats against my own life and that against my family, but as an open system to safeguard the right to exist for all of humanity.
This is part 1 of probably 3 parts. The next parts will be with more structures, algorithms and explanations why which choice.
TERMS OF USE & LICENSE: THE EXISTENZ PLATFORM (PROTOTYPE CORE)Copyright (c) 2026 by Gunther Voet, autiboi.be. All Rights Reserved.1. NON-COMMERCIAL USE (FREE): Permission is hereby granted, free of charge, to any individual, human rights activist, academic researcher, non-profit organization, or educational institution to use, study, and copy this architectural framework and source code, provided that it is used strictly for non-commercial, non-profit, defensive, or humanitarian purposes.2. COMMERCIAL USE RESTRICTION (PROHIBITED WITHOUT WRITTEN LICENSE):Any commercial use, including but not limited to:- Integrating this code or architectural model into a for-profit software application, SaaS, or platform.- Using this logic to optimize corporate infrastructure or proprietary security tools.- Selling, renting, or leasing services derived from this mathematical framework.IS STRICTLY PROHIBITED without a formal, written commercial license explicitly granted and signed by the author (autiboi.be). Commercial entities MUST contact the author directly to negotiate licensing fees and payment terms before utilizing any part of this framework.3. DERIVATIVE WORKS & ATTRIBUTION:If you modify, extend, or build upon this framework for non-commercial purposes, you must prominently retain this copyright notice and attribute the original conceptual design and base-2 mathematical architecture to autiboi.be.THIS ARCHITECTURE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. THE MATHEMATICAL HARMONY AND CORE VALIDATION PROTOCOLS OPERATE AS OBJECTIVE FORENSIC RECORDERS.