diff --git a/public/architecture.html b/public/architecture.html index d2a464c5..9aeafd9b 100644 --- a/public/architecture.html +++ b/public/architecture.html @@ -77,7 +77,7 @@

Five Architectural Principles for AI Safety

-

+

Tractatus governance is woven into deployment architecture, not bolted on. Five principles guide how the framework evolves, maintains coherence, and resists bypass—making it structurally more difficult (though not impossible) to circumvent through prompting.

diff --git a/public/index.html b/public/index.html index d8759cc6..95e45d5e 100644 --- a/public/index.html +++ b/public/index.html @@ -3,6 +3,9 @@ + + + Tractatus AI Safety Framework | Architectural Constraints for Human Agency @@ -560,16 +563,16 @@ Handles plural moral values without imposing hierarchy—facilitates human judgm -
+
-
+
Production Evidence
-

Tractatus in Production: The Village Platform

-

+

Tractatus in Production: The Village Platform

+

Our research has produced a practical outcome. Home AI applies all six Tractatus governance services to every user interaction in a live community platform.

@@ -577,84 +580,68 @@ Handles plural moral values without imposing hierarchy—facilitates human judgm
-
-
-
+
+
+
🏠
-

Home AI

-

Six Services Per Response

+

Home AI

+

Six Services Per Response

-

+

Every Home AI response passes through the complete Tractatus governance stack before reaching the user. BoundaryEnforcer blocks values judgments, CrossReferenceValidator prevents prompt injection, ContextPressureMonitor tracks session health.

-
-
-
6
-
Governance services per response
+
+
+
6
+
Governance services per response
-
-
11+
-
Months in production
+
+
11+
+
Months in production
-

+

These figures reflect single-tenant deployment. Multi-tenant validation pending.

-
-

Governance-Protected Features

+
+

Governance-Protected Features

-
    -
  • -
    - - - -
    +
      +
    • +
      -
      RAG-Based Help Centre
      -
      Vector search with permission-aware retrieval
      +
      RAG-Based Help Centre
      +
      Vector search with permission-aware retrieval
    • -
    • -
      - - - -
      +
    • +
      -
      Document OCR
      -
      Automated text extraction under consent controls
      +
      Document OCR
      +
      Automated text extraction under consent controls
    • -
    • -
      - - - -
      +
    • +
      -
      Story Assistance
      -
      Content suggestions filtered through BoundaryEnforcer
      +
      Story Assistance
      +
      Content suggestions filtered through BoundaryEnforcer
    • -
    • -
      - - - -
      +
    • +
      -
      AI Memory Transparency
      -
      User-controlled summarisation with audit dashboard
      +
      AI Memory Transparency
      +
      User-controlled summarisation with audit dashboard
    @@ -662,22 +649,22 @@ Handles plural moral values without imposing hierarchy—facilitates human judgm
-
+ -
-

+

+

Limitations: Single implementation, self-reported metrics, operator-developer overlap. Independent audit and multi-site validation scheduled for 2026.

diff --git a/public/privacy.html b/public/privacy.html index d46ba6d3..076b92b5 100644 --- a/public/privacy.html +++ b/public/privacy.html @@ -314,7 +314,7 @@

Te Tiriti o Waitangi | Treaty Commitment

-

+

As a New Zealand-based project, we acknowledge Te Tiriti o Waitangi and our commitment to partnership, protection, and participation. Our privacy practices respect Māori concepts of data sovereignty (rangatiratanga) and collective guardianship (kaitiakitanga).

diff --git a/public/service-worker.js b/public/service-worker.js index 15dcb908..ed5141f4 100644 --- a/public/service-worker.js +++ b/public/service-worker.js @@ -4,7 +4,7 @@ * NO aggressive caching (rely on HTTP caching instead) */ -const CACHE_VERSION = '0.1.3'; +const CACHE_VERSION = '0.2.0'; // Install immediately, don't cache anything self.addEventListener('install', (event) => { diff --git a/public/version.json b/public/version.json index 466b7719..a483093b 100644 --- a/public/version.json +++ b/public/version.json @@ -1,13 +1,12 @@ { - "version": "0.1.3", - "buildDate": "2025-11-23T19:42:59.203Z", + "version": "0.2.0", + "buildDate": "2025-12-09T01:40:00.000Z", "changelog": [ - "CRITICAL FIX: Simplified service worker - removed aggressive caching", - "Removed auto-reload.js causing reload loops", - "Now using HTTP caching with proper cache-busting only", - "Phase 2: Agent Lightning integration complete", - "Discord communities live" + "Village platform case study added", + "Home AI integration section", + "Framework metrics v0.2 update", + "Force cache invalidation" ], "forceUpdate": true, - "minVersion": "0.1.6" + "minVersion": "0.2.0" } diff --git a/public/village-case-study.html b/public/village-case-study.html index da9d2ad9..b3e0f6ba 100644 --- a/public/village-case-study.html +++ b/public/village-case-study.html @@ -3,6 +3,9 @@ + + + Village Case Study | Tractatus AI Safety Framework @@ -63,23 +66,23 @@
-
-
-
-
+
+
+
+
CASE STUDY
-

+

Village Platform: Tractatus in Production

-

+

How Home AI applies all six Tractatus governance services to every user interaction in a live community platform.

- -
-

- Important: This documents a single implementation by the framework developer. + +

+

+ ⚠️ Important: This documents a single implementation by the framework developer. Metrics are self-reported. Independent audit and multi-site validation are planned but not yet conducted.

@@ -425,24 +428,24 @@
-
-

Explore Further

-

+

+

Explore Further

+

See the Village platform in action, or dive deeper into the technical architecture.

-