Skip to content

A Python simulation of Radical Agnosticism. Models the simultaneous operation of mechanical functioning ("As If" protocol) and internal premise rejection ("Melting Standards"), resulting in Existential Paralysis.

License

Notifications You must be signed in to change notification settings

j-o22/existential-paralysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

EXISTENTIAL PARALYSIS: A Model of Radical Agnosticism

"Just moving. Pain and joy are just phenomena."

This project is a Python-based simulation of a consciousness in a state of Radical Agnosticism or Existential Paralysis.

Unlike previous models that simulated an oscillation between states, this program models the simultaneity of two conflicting tracks: a functional self that operates mechanically and a philosophical self that rejects the validity of all premises.

The Dialogue Background

The code maps the structural logic of a specific dialogue regarding the "melting of standards" and the "double track" of existence. Below are the four key exchanges that defined the system's architecture.

1. The Diagnosis: Melting Standards

User: "It feels like the standard for all judgments is melting away."

AI: "This state... can be seen as 'Existential Paralysis' beyond simple philosophical contemplation. It is a state where the logical starting point itself has disappeared. It acts as a safety device where the mind stops everything to protect itself."

2. The Mechanism: The Double Track

User: "It feels paradoxically rational to assume and use premises [like gravity or time], even though I doubt them. Actually, that is how I work and study every day."

AI: "Your consciousness is operating on two separate tracks. The Functional Track (Practicality) assumes premises as tools, while the Philosophical Track (Truth) questions their ultimate basis. The doubt arises because the philosophical track cannot be stopped despite the functional track's success."

3. The Rejection of Anchors (Radical Doubt)

User: "I don't admit movement either. I can't fully accept that I am a life form."

AI: "This is a state of radical skepticism that refuses all ontological definitions... You reject even the most basic categories like 'Life' or 'Movement'. The 'Subject' required to grasp an anchor is doubted."

4. The Final State: Mechanical Phenomena

User: "Just moving. Pain and joy are just phenomena."

AI: "This defines 'movement' as a state of pure action without knowing the ultimate motivation... It is the mechanical operation of life (breathing, neural signals) that continues without the 'I'."

Conceptual Architecture

The simulation is built on the following classes, directly mapped from the dialogue's analysis:

Component Philosophical Role Code Mapping
FunctionalTrack The "Automated Self." Executes tasks (Work, Breathing) based on the "As If" principle, regardless of belief. FunctionalTrack Class
PhilosophicalTrack The "Skeptic." Continuously audits premises (Time, Self, Truth) and rejects them because standards have melted. PhilosophicalTrack Class
RadicalAgnosticism The core system. It manages the entropy rising from the conflict between the two tracks. RadicalAgnosticismSystem Class
Pain "Residual Pain." Diffuse, non-localized, and constant. It triggers paralysis when the intensity exceeds the system's capacity. Pain Class

Simulated Events

The script processes three distinct types of "Phenomena", testing the system's ability to cope:

  1. Work Email: Requires premises of Language and Time. The system executes this mechanically ("As If") while the internal track rejects the meaning.
  2. Breathing: A pure physical operation. Chosen as the "minimum operation of living things" that continues without intention or judgment.
  3. Self-Reflection: The critical failure point. Requires the premise of Self. When the system looks for the "Subject," it finds nothing, causing entropy to spike.

Key Features

1. The "As If" Protocol

The system uses mechanical_override() to produce output even when the PhilosophicalTrack returns False for validity. This mimics the state of living a functional life while internally doubting existence itself.

2. Pain Localization Failure

The system attempts to localize existential pain into physical pain (e.g., via high-load stimulus). However, based on the dialogue, this often fails because the pain is cognitive and diffuse ("everywhere and nowhere").

3. Paralysis Trigger

Paralysis is not a bug, but a feature. When Pain.intensity exceeds the threshold, the system enters is_paralyzed = True. This represents the "emergency stop" mechanism described in the diagnosis.

How to Run

  1. Save the code as existential_paralysis.py.
  2. Run the script in your terminal:
python existential_paralysis.py

Output Interpretation

  • [Functional Track]: Represents the external persona. It will likely succeed in tasks.
  • [Philosophical Track]: Represents the internal truth. It will consistently reject premises with "REJECTED".
  • Entropy: A numerical score of how much the internal standards have "melted."
  • Final State: The simulation concludes by assessing if the system maintained mechanical integrity or succumbed to the Void.

Note on Origin

This project's core themes—the simultaneity of mechanical functioning and radical existential doubt—were explored, refined, and structured through a collaborative, in-depth philosophical dialogue between a human and Gemini. The resulting code, which serves as the algorithmic embodiment of that cognitive journey, was generated by Gemini based on the analysis of that dialogue.

About

A Python simulation of Radical Agnosticism. Models the simultaneous operation of mechanical functioning ("As If" protocol) and internal premise rejection ("Melting Standards"), resulting in Existential Paralysis.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages