tractatus/public/about/values.html
TheFlow 4408b694f9 feat: Add comprehensive visitor retention system
Implemented RSS feeds, newsletter subscriptions, email templates, and admin UI
to encourage repeat visits from self-selected visitors.

## RSS Feeds
- Created RSS 2.0 feed generation (main + topic-specific)
- Endpoints: /feed.xml and /feed/:topic.xml
- Added getPublished() and getPublishedByTag() to BlogPost model

## Newsletter Subscriptions
- Created reusable newsletter modal component
- Added to index, researcher, implementer, leader pages
- Interest selection: research, implementation, governance, project-updates
- Added newsletter trigger button to footer
- Uses existing /api/newsletter/subscribe endpoint

## Email Templates
- Created comprehensive specifications for 4 newsletter tiers
- Research Updates (monthly) - scholarly audience
- Implementation Notes (bi-weekly) - practitioners
- Governance Discussions (sporadic) - stakeholders
- Project Updates (quarterly) - general audience
- Documented template variables, design guidelines

## Admin UI
- Enhanced newsletter management with "Send Newsletter" section
- Tier selection, subject/preview input, JSON content editor
- Preview/test/send buttons (UI ready, email service TBD)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-04 10:42:43 +13:00

481 lines
33 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Values & Principles | Tractatus AI Safety Framework</title>
<meta name="description" content="Our core values: sovereignty, transparency, harmlessness, and community. Including our commitment to Te Tiriti o Waitangi and indigenous data sovereignty.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://agenticgovernance.digital/about/values.html">
<meta property="og:title" content="Values & Principles | Tractatus Framework">
<meta property="og:description" content="Sovereignty, Transparency, Harmlessness, Community - enforced through architectural principles, not training. Including Te Tiriti o Waitangi commitment and indigenous data sovereignty.">
<meta property="og:image" content="https://agenticgovernance.digital/images/social-preview.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:site_name" content="Tractatus Framework">
<meta property="og:see_also" content="https://www.facebook.com/agenticgovernance">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://agenticgovernance.digital/about/values.html">
<meta name="twitter:title" content="Values & Principles | Tractatus Framework">
<meta name="twitter:description" content="Sovereignty, Transparency, Harmlessness, Community - enforced through architectural principles, not training. Including Te Tiriti o Waitangi commitment and indigenous data sovereignty.">
<meta name="twitter:image" content="https://agenticgovernance.digital/images/social-preview.png">
<link rel="stylesheet" href="/css/fonts.css?v=0.1.2.1761600551809">
<link rel="stylesheet" href="/css/tailwind.css?v=0.1.2.1761600551809">
<link rel="stylesheet" href="/css/tractatus-theme.min.css?v=0.1.2.1761600551809">
<style>
html { scroll-behavior: smooth; }
/* Accessibility: Skip link */
.skip-link { position: absolute; left: -9999px; top: 0; }
.skip-link:focus { left: 0; z-index: 100; background: white; padding: 1rem; border: 2px solid #3b82f6; }
/* Accessibility: Focus indicators (WCAG 2.4.7) */
a:focus, button:focus, input:focus, select:focus, textarea:focus {
outline: 3px solid #3b82f6;
outline-offset: 2px;
}
a:focus:not(:focus-visible) { outline: none; }
a:focus-visible { outline: 3px solid #3b82f6; outline-offset: 2px; }
</style>
<!-- Privacy-Preserving Analytics (Umami - GDPR Compliant, No Cookies) -->
<script src="/js/components/umami-tracker.js"></script>
</head>
<body class="bg-gray-50">
<!-- Skip Link for Keyboard Navigation -->
<a href="#main-content" class="skip-link">Skip to main content</a>
<!-- Navigation (injected by navbar.js) -->
<script src="/js/components/navbar.js?v=0.1.2.1761600551809"></script>
<!-- Hero Section -->
<div class="bg-gradient-to-br from-purple-50 to-blue-50 py-20">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h1 class="text-5xl font-bold text-gray-900 mb-6" data-i18n="header.title">
Values & Principles
</h1>
<p class="text-xl text-gray-600 max-w-3xl mx-auto" data-i18n="header.subtitle">
The foundational values that guide the Tractatus Framework's development, governance, and community.
</p>
</div>
</div>
</div>
<!-- Table of Contents -->
<main id="main-content" class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
<div class="bg-white rounded-lg shadow-sm p-6">
<h2 class="text-lg font-bold text-gray-900 mb-4" data-i18n="toc.heading">Contents</h2>
<nav class="space-y-2">
<a href="#core-values" class="block text-blue-600 hover:text-blue-700" data-i18n="toc.core_values">Core Values</a>
<a href="#sovereignty" class="block text-blue-600 hover:text-blue-700 pl-4" data-i18n="toc.sovereignty">• Sovereignty</a>
<a href="#transparency" class="block text-blue-600 hover:text-blue-700 pl-4" data-i18n="toc.transparency">• Transparency</a>
<a href="#harmlessness" class="block text-blue-600 hover:text-blue-700 pl-4" data-i18n="toc.harmlessness">• Harmlessness</a>
<a href="#community" class="block text-blue-600 hover:text-blue-700 pl-4" data-i18n="toc.community">• Community</a>
<a href="#architectural-principles" class="block text-blue-600 hover:text-blue-700" data-i18n="toc.architectural_principles">Architectural Principles</a>
<a href="#te-tiriti" class="block text-blue-600 hover:text-blue-700">Te Tiriti o Waitangi & Digital Sovereignty</a>
<a href="#indigenous-data-sovereignty" class="block text-blue-600 hover:text-blue-700">Indigenous Data Sovereignty</a>
<a href="#governance" class="block text-blue-600 hover:text-blue-700">Governance & Accountability</a>
</nav>
</div>
</div>
<!-- Main Content -->
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
<!-- Core Values -->
<section id="core-values" class="mb-16">
<h2 class="text-3xl font-bold text-gray-900 mb-6" data-i18n="core_values.heading">Core Values</h2>
<div class="prose prose-lg text-gray-600 mb-8">
<p data-i18n="core_values.intro">
These four values form the foundation of the Tractatus Framework. They are not aspirational—they are architectural. The framework is designed to enforce these values through structure, not training.
</p>
</div>
<!-- Sovereignty -->
<div id="sovereignty" class="mb-12 bg-white rounded-lg shadow-md p-8 border-l-4 border-green-600">
<h3 class="text-2xl font-bold text-gray-900 mb-4" data-i18n="sovereignty.title">1. Sovereignty</h3>
<p class="text-gray-600 mb-4">
<strong data-i18n="sovereignty.principle">Principle:</strong> <span data-i18n="sovereignty.principle_text">Individuals and communities must maintain control over decisions affecting their data, privacy, values, and agency. AI systems must preserve human sovereignty, not erode it.</span>
</p>
<h4 class="text-lg font-semibold text-gray-900 mb-2" data-i18n="sovereignty.practice_heading">What This Means in Practice:</h4>
<ul class="list-disc list-inside text-gray-600 space-y-2 mb-4">
<li>AI cannot make values trade-offs (e.g., privacy vs. convenience) without human approval</li>
<li>Users can always override AI decisions</li>
<li>No "dark patterns" or manipulative design that undermines agency</li>
<li>Communities control their own data and AI systems</li>
<li>No paternalistic "AI knows best" approaches</li>
</ul>
<h4 class="text-lg font-semibold text-gray-900 mb-2" data-i18n="sovereignty.framework_heading">Framework Implementation:</h4>
<ul class="list-disc list-inside text-gray-600 space-y-2">
<li><strong>BoundaryEnforcer</strong> blocks values decisions requiring human judgment</li>
<li><strong>InstructionPersistenceClassifier</strong> respects STRATEGIC and HIGH persistence instructions</li>
<li>All decisions are reversible and auditable</li>
</ul>
</div>
<!-- Transparency -->
<div id="transparency" class="mb-12 bg-white rounded-lg shadow-md p-8 border-l-4 border-blue-600">
<h3 class="text-2xl font-bold text-gray-900 mb-4" data-i18n="transparency.title">2. Transparency</h3>
<p class="text-gray-600 mb-4">
<strong data-i18n="transparency.principle">Principle:</strong> <span data-i18n="transparency.principle_text">All AI decisions must be explainable, auditable, and reversible. No black boxes. Users deserve to understand how and why systems make choices.</span>
</p>
<h4 class="text-lg font-semibold text-gray-900 mb-2" data-i18n="transparency.practice_heading">What This Means in Practice:</h4>
<ul class="list-disc list-inside text-gray-600 space-y-2 mb-4">
<li>Every AI decision includes reasoning and evidence</li>
<li>Users can inspect instruction history and classification</li>
<li>All boundary checks and validations are logged</li>
<li>No hidden optimization goals or secret constraints</li>
<li>Source code is open and auditable</li>
</ul>
<h4 class="text-lg font-semibold text-gray-900 mb-2" data-i18n="transparency.framework_heading">Framework Implementation:</h4>
<ul class="list-disc list-inside text-gray-600 space-y-2">
<li><strong>CrossReferenceValidator</strong> shows which instruction conflicts with proposed action</li>
<li><strong>MetacognitiveVerifier</strong> provides reasoning analysis and confidence scores</li>
<li>All framework decisions include explanatory output</li>
</ul>
</div>
<!-- Harmlessness -->
<div id="harmlessness" class="mb-12 bg-white rounded-lg shadow-md p-8 border-l-4 border-purple-600">
<h3 class="text-2xl font-bold text-gray-900 mb-4" data-i18n="harmlessness.title">3. Harmlessness</h3>
<p class="text-gray-600 mb-4">
<strong data-i18n="harmlessness.principle">Principle:</strong> <span data-i18n="harmlessness.principle_text">AI systems must not cause harm through action or inaction. This includes preventing drift, detecting degradation, and enforcing boundaries against values erosion.</span>
</p>
<h4 class="text-lg font-semibold text-gray-900 mb-2" data-i18n="harmlessness.practice_heading">What This Means in Practice:</h4>
<ul class="list-disc list-inside text-gray-600 space-y-2 mb-4">
<li>Prevent parameter contradictions (e.g., 27027 incident)</li>
<li>Detect and halt values drift before deployment</li>
<li>Monitor context pressure to catch silent degradation</li>
<li>No irreversible actions without explicit human approval</li>
<li>Fail safely: when uncertain, ask rather than assume</li>
</ul>
<h4 class="text-lg font-semibold text-gray-900 mb-2" data-i18n="harmlessness.framework_heading">Framework Implementation:</h4>
<ul class="list-disc list-inside text-gray-600 space-y-2">
<li><strong>ContextPressureMonitor</strong> detects when error probability increases</li>
<li><strong>BoundaryEnforcer</strong> prevents values drift</li>
<li><strong>CrossReferenceValidator</strong> catches contradictions before execution</li>
</ul>
</div>
<!-- Community -->
<div id="community" class="mb-12 bg-white rounded-lg shadow-md p-8 border-l-4 border-orange-600">
<h3 class="text-2xl font-bold text-gray-900 mb-4" data-i18n="community.title">4. Community</h3>
<p class="text-gray-600 mb-4">
<strong>Principle:</strong> AI safety is a collective endeavor, not a corporate product. Communities must have tools, knowledge, and agency to shape AI systems affecting their lives.
</p>
<h4 class="text-lg font-semibold text-gray-900 mb-2" data-i18n="community.practice_heading">What This Means in Practice:</h4>
<ul class="list-disc list-inside text-gray-600 space-y-2 mb-4">
<li>Open source framework under permissive Apache License 2.0 (with patent protection)</li>
<li>Accessible documentation and educational resources</li>
<li>Support for academic research and validation studies</li>
<li>Community contributions to case studies and improvements</li>
<li>No paywalls, no vendor lock-in, no proprietary control</li>
</ul>
<h4 class="text-lg font-semibold text-gray-900 mb-2" data-i18n="community.framework_heading">Framework Implementation:</h4>
<ul class="list-disc list-inside text-gray-600 space-y-2">
<li>All code publicly available on GitHub</li>
<li>Interactive demos for education and advocacy</li>
<li>Three audience paths: researchers, implementers, advocates</li>
</ul>
</div>
</section>
<!-- Architectural Principles -->
<section id="architectural-principles" class="mb-16">
<h2 class="text-3xl font-bold text-gray-900 mb-6" data-i18n="architectural_principles.heading">Architectural Principles</h2>
<div class="bg-gray-50 border-l-4 border-gray-600 p-6 rounded-r-lg mb-8">
<p class="text-gray-800 mb-4" data-i18n-html="architectural_principles.intro">
Our values—sovereignty, transparency, harmlessness, community—guide <em>what</em> we build. But values alone don't prevent systems from drifting. We need architectural principles that show <em>how</em> to preserve values through structure, not aspiration.
</p>
<p class="text-gray-800" data-i18n-html="architectural_principles.alexander_credit">
Drawing on Christopher Alexander's work in architectural pattern languages, we've identified five principles that translate living systems thinking into governance architecture. These aren't metaphors—they're operational requirements that shape every framework decision.
</p>
</div>
<div class="space-y-8">
<!-- Deep Interlock -->
<div class="border-l-4 border-purple-600 pl-6">
<h3 class="text-2xl font-bold text-gray-900 mb-4" data-i18n="architectural_principles.deep_interlock.title">Deep Interlock</h3>
<p class="text-gray-700 mb-4" data-i18n-html="architectural_principles.deep_interlock.description">
Six governance services <strong>coordinate through mutual validation</strong>, not operate in silos. When BoundaryEnforcer detects a values conflict, CrossReferenceValidator checks if it aligns with stored instructions, ContextPressureMonitor assesses session conditions, and PluralisticDeliberationOrchestrator coordinates stakeholder deliberation if needed.
</p>
<p class="text-gray-700" data-i18n-html="architectural_principles.deep_interlock.connection">
<strong>Connects to Transparency:</strong> Service coordination creates audit trails showing how governance decisions emerge from multiple reinforcing checks, not single-point failures.
</p>
</div>
<!-- Structure-Preserving -->
<div class="border-l-4 border-blue-600 pl-6">
<h3 class="text-2xl font-bold text-gray-900 mb-4" data-i18n="architectural_principles.structure_preserving.title">Structure-Preserving</h3>
<p class="text-gray-700 mb-4" data-i18n-html="architectural_principles.structure_preserving.description">
Framework changes <strong>enhance without breaking</strong>. When we add new governance rules or refine service logic, historical audit logs remain interpretable. A decision made under framework v4.2 can still be understood in v4.4—institutional memory preserved across evolution.
</p>
<p class="text-gray-700" data-i18n-html="architectural_principles.structure_preserving.connection">
<strong>Connects to Accountability:</strong> Structure-preserving transformations mean governance continuity. Organizations can demonstrate regulatory compliance across framework versions because the audit trail remains coherent.
</p>
</div>
<!-- Gradients Not Binary -->
<div class="border-l-4 border-indigo-600 pl-6">
<h3 class="text-2xl font-bold text-gray-900 mb-4" data-i18n="architectural_principles.gradients.title">Gradients Not Binary</h3>
<p class="text-gray-700 mb-4" data-i18n-html="architectural_principles.gradients.description">
Governance operates on <strong>intensity scales</strong> (NORMAL/ELEVATED/HIGH/CRITICAL), not yes/no switches. Context pressure monitoring adjusts behavior gradually as session conditions change—token usage climbs, message length increases, task complexity escalates. Nuanced response to risk, not mechanical on/off.
</p>
<p class="text-gray-700" data-i18n-html="architectural_principles.gradients.connection">
<strong>Connects to Harmlessness:</strong> Gradients prevent both under-response (missing risks) and over-response (alert fatigue). The system adapts governance intensity to match actual risk levels, like living systems responding to environmental stress.
</p>
</div>
<!-- Living Process -->
<div class="border-l-4 border-teal-600 pl-6">
<h3 class="text-2xl font-bold text-gray-900 mb-4" data-i18n="architectural_principles.living_process.title">Living Process</h3>
<p class="text-gray-700 mb-4" data-i18n-html="architectural_principles.living_process.description">
The framework <strong>evolves from operational failures</strong>, not predetermined roadmaps. When the "27027 incident" revealed pattern recognition bias (AI autocorrected user's explicit "port 27027" to "port 27017"), we didn't just document the failure—we built CrossReferenceValidator to prevent that class of error architecturally.
</p>
<p class="text-gray-700" data-i18n-html="architectural_principles.living_process.connection">
<strong>Connects to Community:</strong> Living process means continuous learning from real-world use. The framework grows smarter through operational experience shared across the community, not consultant wisdom imposed from above.
</p>
</div>
<!-- Not-Separateness -->
<div class="border-l-4 border-pink-600 pl-6">
<h3 class="text-2xl font-bold text-gray-900 mb-4" data-i18n="architectural_principles.not_separateness.title">Not-Separateness</h3>
<p class="text-gray-700 mb-4" data-i18n-html="architectural_principles.not_separateness.description">
Governance is <strong>woven into the deployment architecture</strong>, not bolted on as afterthought. PreToolUse hooks intercept actions before execution. Services run in the critical path. Bypasses require explicit <code>--no-verify</code> flags and are logged. Enforcement is structural, not voluntary.
</p>
<p class="text-gray-700" data-i18n-html="architectural_principles.not_separateness.connection">
<strong>Connects to Sovereignty:</strong> Not-separateness ensures AI cannot bypass governance to override human agency. The architecture makes it structurally difficult to erode boundaries, preserving decision-making authority where it belongs—with affected humans.
</p>
</div>
</div>
<div class="bg-amber-50 border-l-4 border-amber-500 p-6 rounded-r-lg mt-8">
<p class="text-amber-900" data-i18n-html="architectural_principles.monitoring_note">
<strong>Note:</strong> These principles were integrated into the framework in October 2025. We're monitoring their effectiveness through audit log analysis and operational metrics. This is active research—we're learning whether architectural principles from the built environment translate meaningfully to AI governance.
</p>
</div>
</section>
<!-- Te Tiriti o Waitangi -->
<section id="te-tiriti" class="mb-16">
<h2 class="text-3xl font-bold text-gray-900 mb-6" data-i18n="te_tiriti_section.title">Te Tiriti o Waitangi & Digital Sovereignty</h2>
<div class="bg-blue-50 border-l-4 border-blue-600 p-6 rounded-r-lg mb-8">
<p class="text-blue-900 mb-4">
<strong data-i18n="te_tiriti_section.context_label">Context:</strong> <span data-i18n="te_tiriti_section.context_text">The Tractatus Framework is developed in Aotearoa New Zealand. We acknowledge Te Tiriti o Waitangi (the Treaty of Waitangi, 1840) as the founding document of this nation, and recognize the ongoing significance of tino rangatiratanga (self-determination) and kaitiakitanga (guardianship) in the digital realm.</span>
</p>
<p class="text-blue-900">
<span data-i18n="te_tiriti_section.context_para2">This acknowledgment is not performative. Digital sovereignty—the principle that communities control their own data and technology—has deep roots in indigenous frameworks that predate Western tech by centuries.</span>
</p>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-4" data-i18n="te_tiriti_section.why_matters_heading">Why This Matters for AI Safety</h3>
<div class="prose prose-lg text-gray-600 mb-6">
<p>
<span data-i18n="te_tiriti_section.why_matters_text">Te Tiriti o Waitangi establishes principles of partnership, protection, and participation. These principles directly inform the Tractatus Framework\'s approach to digital sovereignty:</span>
</p>
<ul class="list-disc list-inside space-y-2">
<li><strong data-i18n="te_tiriti_section.rangatiratanga_label">Rangatiratanga (sovereignty):</strong> <span data-i18n="te_tiriti_section.rangatiratanga_text">Communities must control decisions affecting their data and values</span></li>
<li><strong data-i18n="te_tiriti_section.kaitiakitanga_label">Kaitiakitanga (guardianship):</strong> <span data-i18n="te_tiriti_section.kaitiakitanga_text">AI systems must be stewards, not exploiters, of data and knowledge</span></li>
<li><strong data-i18n="te_tiriti_section.mana_label">Mana (authority & dignity):</strong> <span data-i18n="te_tiriti_section.mana_text">Technology must respect human dignity and cultural context</span></li>
<li><strong data-i18n="te_tiriti_section.whanaungatanga_label">Whanaungatanga (relationships):</strong> <span data-i18n="te_tiriti_section.whanaungatanga_text">AI safety is collective, not individual—relationships matter</span></li>
</ul>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-4" data-i18n="te_tiriti_section.approach_heading">Our Approach</h3>
<div class="prose prose-lg text-gray-600 mb-6">
<p>
<span data-i18n="te_tiriti_section.approach_intro">We do not claim to speak for Māori or indigenous communities. Instead, we:</span>
</p>
<ul class="list-disc list-inside space-y-2">
<li><strong data-i18n="te_tiriti_section.approach_frameworks_label">Follow established frameworks:</strong> <span data-i18n="te_tiriti_section.approach_frameworks_text">We align with <em>Te Mana Raraunga</em> (Māori Data Sovereignty Network) and CARE Principles for Indigenous Data Governance</span></li>
<li><strong data-i18n="te_tiriti_section.approach_respect_label">Respect without tokenism:</strong> <span data-i18n="te_tiriti_section.approach_respect_text">Te Tiriti forms part of our strategic foundation, not a superficial overlay</span></li>
<li><strong data-i18n="te_tiriti_section.approach_engagement_label">Avoid premature engagement:</strong> <span data-i18n="te_tiriti_section.approach_engagement_text">We will not approach Māori organizations for endorsement until we have demonstrated value and impact</span></li>
<li><strong data-i18n="te_tiriti_section.approach_learn_label">Document and learn:</strong> <span data-i18n="te_tiriti_section.approach_learn_text">We study indigenous data sovereignty principles and incorporate them architecturally</span></li>
</ul>
</div>
<div class="bg-gray-100 rounded-lg p-6">
<h4 class="text-lg font-semibold text-gray-900 mb-3" data-i18n="te_tiriti_section.principles_heading">Te Tiriti Principles in Practice</h4>
<div class="space-y-4 text-sm text-gray-700">
<div class="flex items-start">
<div class="w-8 h-8 bg-green-100 rounded-full flex items-center justify-center mr-3 flex-shrink-0 mt-1">
<span class="text-green-700 font-bold"></span>
</div>
<div>
<strong data-i18n="te_tiriti_section.partnership_label">Partnership:</strong> <span data-i18n="te_tiriti_section.partnership_text">AI systems should be developed in partnership with affected communities, not imposed upon them.</span>
</div>
</div>
<div class="flex items-start">
<div class="w-8 h-8 bg-green-100 rounded-full flex items-center justify-center mr-3 flex-shrink-0 mt-1">
<span class="text-green-700 font-bold"></span>
</div>
<div>
<strong data-i18n="te_tiriti_section.protection_label">Protection:</strong> <span data-i18n="te_tiriti_section.protection_text">The framework protects against values erosion, ensuring cultural contexts are not overridden by AI assumptions.</span>
</div>
</div>
<div class="flex items-start">
<div class="w-8 h-8 bg-green-100 rounded-full flex items-center justify-center mr-3 flex-shrink-0 mt-1">
<span class="text-green-700 font-bold"></span>
</div>
<div>
<strong data-i18n="te_tiriti_section.participation_label">Participation:</strong> <span data-i18n="te_tiriti_section.participation_text">Communities maintain agency over AI decisions affecting their data and values.</span>
</div>
</div>
</div>
</div>
</section>
<!-- Indigenous Data Sovereignty -->
<section id="indigenous-data-sovereignty" class="mb-16">
<h2 class="text-3xl font-bold text-gray-900 mb-6" data-i18n="indigenous_data.title">Indigenous Data Sovereignty</h2>
<div class="prose prose-lg text-gray-600 mb-6">
<p>
<span data-i18n="indigenous_data.intro">Indigenous data sovereignty is the principle that indigenous peoples have the right to control the collection, ownership, and application of their own data. This goes beyond privacy—it\'s about self-determination in the digital age.</span>
</p>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-4" data-i18n="indigenous_data.care_heading">CARE Principles for Indigenous Data Governance</h3>
<p class="text-gray-600 mb-4">
<span data-i18n="indigenous_data.care_intro">The Tractatus Framework aligns with the <a href="https://www.gida-global.org/care" class="text-blue-600 hover:text-blue-700 underline" target="_blank" rel="noopener">CARE Principles</a>, developed by indigenous data governance experts:</span>
</p>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-8">
<div class="bg-white rounded-lg shadow-sm p-6 border-l-4 border-teal-500">
<h4 class="text-lg font-bold text-gray-900 mb-2" data-i18n="indigenous_data.collective_benefit_label">Collective Benefit</h4>
<p class="text-sm text-gray-600">
<span data-i18n="indigenous_data.collective_benefit_text">Data ecosystems shall be designed and function in ways that enable Indigenous Peoples to derive benefit from the data.</span>
</p>
</div>
<div class="bg-white rounded-lg shadow-sm p-6 border-l-4 border-blue-500">
<h4 class="text-lg font-bold text-gray-900 mb-2" data-i18n="indigenous_data.authority_label">Authority to Control</h4>
<p class="text-sm text-gray-600">
<span data-i18n="indigenous_data.authority_text">Indigenous Peoples\' rights and interests in Indigenous data must be recognized and their authority to control such data be empowered.</span>
</p>
</div>
<div class="bg-white rounded-lg shadow-sm p-6 border-l-4 border-purple-500">
<h4 class="text-lg font-bold text-gray-900 mb-2" data-i18n="indigenous_data.responsibility_label">Responsibility</h4>
<p class="text-sm text-gray-600">
<span data-i18n="indigenous_data.responsibility_text">Those working with Indigenous data have a responsibility to share how data are used to support Indigenous Peoples\' self-determination and collective benefit.</span>
</p>
</div>
<div class="bg-white rounded-lg shadow-sm p-6 border-l-4 border-green-500">
<h4 class="text-lg font-bold text-gray-900 mb-2" data-i18n="indigenous_data.ethics_label">Ethics</h4>
<p class="text-sm text-gray-600">
<span data-i18n="indigenous_data.ethics_text">Indigenous Peoples\' rights and wellbeing should be the primary concern at all stages of the data life cycle and across the data ecosystem.</span>
</p>
</div>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-4" data-i18n="indigenous_data.resources_heading">Resources & Further Reading</h3>
<div class="bg-gray-50 rounded-lg p-6">
<ul class="space-y-3">
<li>
<a href="https://www.temanararaunga.maori.nz/" class="text-blue-600 hover:text-blue-700 font-medium" target="_blank" rel="noopener">
<span data-i18n="indigenous_data.tmr_title">Te Mana Raraunga Māori Data Sovereignty Network →</span>
</a>
<p class="text-sm text-gray-600 mt-1">Leading network advancing Māori data sovereignty in Aotearoa.</p>
</li>
<li>
<a href="https://www.gida-global.org/care" class="text-blue-600 hover:text-blue-700 font-medium" target="_blank" rel="noopener">
<span data-i18n="indigenous_data.care_title">CARE Principles for Indigenous Data Governance →</span>
</a>
<p class="text-sm text-gray-600 mt-1">International framework for indigenous data rights.</p>
</li>
</ul>
</div>
</section>
<!-- Governance & Accountability -->
<section id="governance" class="mb-16">
<h2 class="text-3xl font-bold text-gray-900 mb-6" data-i18n="governance.title">Governance & Accountability</h2>
<div class="prose prose-lg text-gray-600 mb-6">
<p>
<span data-i18n="governance.intro">Values without enforcement are aspirations. The Tractatus Framework implements these values through architectural governance:</span>
</p>
</div>
<div class="space-y-6">
<div class="bg-white rounded-lg shadow-sm p-6">
<h3 class="text-lg font-bold text-gray-900 mb-3" data-i18n="governance.strategic_review_heading">Strategic Review Protocol</h3>
<p class="text-gray-600">
<span data-i18n="governance.strategic_review_text">Quarterly reviews of framework alignment with stated values. Any drift from sovereignty, transparency, harmlessness, or community principles triggers mandatory correction.</span>
</p>
</div>
<div class="bg-white rounded-lg shadow-sm p-6">
<h3 class="text-lg font-bold text-gray-900 mb-3" data-i18n="governance.values_alignment_heading">Values Alignment Framework</h3>
<p class="text-gray-600">
<span data-i18n="governance.values_alignment_text">All major decisions (architectural changes, partnerships, licensing) must pass values alignment check. If a decision would compromise any core value, it is rejected.</span>
</p>
</div>
<div class="bg-white rounded-lg shadow-sm p-6">
<h3 class="text-lg font-bold text-gray-900 mb-3" data-i18n="governance.human_oversight_heading">Human Oversight Requirements</h3>
<p class="text-gray-600">
<span data-i18n="governance.human_oversight_text">AI-generated content (documentation, code examples, case studies) requires human approval before publication. No AI makes values decisions without human judgment.</span>
</p>
</div>
<div class="bg-white rounded-lg shadow-sm p-6">
<h3 class="text-lg font-bold text-gray-900 mb-3" data-i18n="governance.community_accountability_heading">Community Accountability</h3>
<p class="text-gray-600">
<span data-i18n="governance.community_accountability_text">Open source development means community oversight. If we fail to uphold these values, the community can fork, modify, or create alternatives. This is by design.</span>
</p>
</div>
</div>
</section>
<!-- Commitment Statement -->
<section class="mb-16">
<div class="bg-gradient-to-r from-purple-600 to-blue-600 rounded-2xl p-12 text-white">
<h2 class="text-3xl font-bold mb-4" data-i18n="commitment.title">Our Commitment</h2>
<div class="prose prose-lg text-white opacity-95">
<p class="mb-4">
<span data-i18n="commitment.intro">These values are not negotiable. They form the architectural foundation of the Tractatus Framework. We commit to:</span>
</p>
<ul class="space-y-2 mb-6">
<li data-i18n="commitment.item1">Preserving human sovereignty over values decisions</li>
<li data-i18n="commitment.item2">Maintaining radical transparency in all framework operations</li>
<li data-i18n="commitment.item3">Preventing harm through structural constraints, not promises</li>
<li data-i18n="commitment.item4">Building and empowering community, not extracting from it</li>
<li data-i18n="commitment.item5">Respecting Te Tiriti o Waitangi and indigenous data sovereignty</li>
</ul>
<p class="font-semibold">
<span data-i18n="commitment.closing">When in doubt, we choose human agency over AI capability. Always.</span>
</p>
</div>
</div>
</section>
</div>
<!-- Footer -->
<script src="/js/components/footer.js?v=0.1.2.1761600551809"></script>
<!-- Internationalization -->
<script src="/js/i18n-simple.js?v=0.1.2.1761600551809"></script>
<script src="/js/components/language-selector.js?v=0.1.2.1761600551809"></script>
<\!-- Feedback System (Governed by Tractatus + Agent Lightning) -->
<script src="/js/components/feedback.js?v=0.1.2.1762138733208"></script>
</html>