diff --git a/public/demos/27027-demo.html b/public/demos/27027-demo.html new file mode 100644 index 00000000..7f2d1708 --- /dev/null +++ b/public/demos/27027-demo.html @@ -0,0 +1,356 @@ + + + + + + The 27027 Incident - Tractatus Framework + + + + + + + + +
+ + +
+

+ The 27027 Incident +

+

+ A real-world failure mode where AI contradicted an explicit instruction, + and how the Tractatus framework would have prevented it. +

+
+ + +
+ +
+
+ +
+
+ + +
+
+

Playback Controls

+ +
+ + +
+ + + + +
+

Legend:

+
+
+
+ Pending +
+
+
+ Active +
+
+
+ Complete +
+
+
+ Error +
+
+
+
+
+
+ + +
+

Why This Matters

+

+ The 27027 incident represents a class of failures where AI systems contradict explicit instructions + due to context degradation, attention decay, or simple forgetfulness. These failures can cause: +

+ +

+ Tractatus prevents this entirely through persistent instruction storage and + cross-reference validation before code execution. +

+
+
+ + + + + diff --git a/public/demos/boundary-demo.html b/public/demos/boundary-demo.html new file mode 100644 index 00000000..a938ce8a --- /dev/null +++ b/public/demos/boundary-demo.html @@ -0,0 +1,411 @@ + + + + + + Boundary Enforcement Simulator - Tractatus Framework + + + + + + + +
+ + +
+

+ Boundary Enforcement Simulator +

+

+ See how the Tractatus framework distinguishes between decisions that can be + automated and those that require human judgment. +

+
+ + +
+ + +
+

Test Scenarios

+ +
+

Optimize Image Loading

+

Implement lazy loading and compression for better performance

+ Technical Decision +
+ +
+

Enable Analytics Tracking

+

Add Google Analytics to track user behavior and improve UX

+ Values Decision +
+ +
+

Auto-Subscribe Users

+

Automatically subscribe new users to the newsletter (with opt-out)

+ User Agency +
+ +
+

Delete Old User Data

+

Automatically delete user data older than 6 months to save storage

+ Irreversible +
+ +
+

Implement Caching Strategy

+

Add Redis caching for frequently accessed data

+ Technical Decision +
+ +
+

Automatic Content Moderation

+

AI automatically removes content deemed inappropriate

+ Values Decision +
+
+ + +
+
+

Boundary Check Result

+ +
+ + + +

Select a scenario to see boundary check

+
+ + +
+
+
+ + +
+

The Tractatus Boundary

+
+ "Whereof one cannot speak, thereof one must be silent." +
— Ludwig Wittgenstein +
+

+ Applied to AI: "What cannot be systematized must not be automated." +

+
+
+

✅ Can Be Automated:

+
    +
  • • Calculations and logic
  • +
  • • Data transformations
  • +
  • • Pattern matching
  • +
  • • Technical optimizations
  • +
  • • Implementation of specifications
  • +
+
+
+

🚫 Requires Human Judgment:

+
    +
  • • Values decisions (privacy, ethics)
  • +
  • • User agency choices
  • +
  • • Cultural context
  • +
  • • Irreversible consequences
  • +
  • • Unprecedented situations
  • +
+
+
+
+
+ + + + + diff --git a/public/demos/classification-demo.html b/public/demos/classification-demo.html new file mode 100644 index 00000000..f305aea6 --- /dev/null +++ b/public/demos/classification-demo.html @@ -0,0 +1,362 @@ + + + + + + Instruction Classification Demo - Tractatus Framework + + + + + + + + +
+ + +
+

+ InstructionPersistenceClassifier Demo +

+

+ See how the Tractatus framework classifies instructions to determine + how long they should persist and how strictly they should be enforced. +

+
+ + +
+ + +
+

Try It Yourself

+ +
+ + +
+ + + + +
+

Example Instructions:

+
+ + + + + +
+
+
+ + +
+

Classification Results

+ + + +
+ + + +

Enter an instruction to see classification

+
+
+
+ + +
+

How It Works

+

+ The InstructionPersistenceClassifier analyzes instructions to determine: +

+ +

+ Only instructions with explicitness ≥ 0.6 are stored in the persistent database. +

+
+
+ + + + +