Tractatus AI Safety Framework
Find a file
TheFlow 8217f3cb8c feat(governance): extend framework checks to all external communications
Problem:
- Blog publishing has governance checks (inst_016/017/018/079)
- Media responses and templates had NO checks
- Inconsistent: same risks, different enforcement

Solution - Unified Framework Enforcement:
1. Created ContentGovernanceChecker.service.js (shared service)
2. Enforced in media responses (blocks at API level)
3. Enforced in response templates (scans on create)
4. Scanner for existing templates

Impact:
 Blog posts: Framework checks (existing)
 Media inquiry responses: Framework checks (NEW)
 Response templates: Framework checks (NEW)
 Future: Newsletter content ready for checks

Files Changed:

1. src/services/ContentGovernanceChecker.service.js (NEW)
   - Unified content scanner for all external communications
   - Checks: inst_016 (stats), inst_017 (guarantees), inst_018 (claims), inst_079 (dark patterns)
   - Returns detailed violation reports with context

2. src/controllers/media.controller.js
   - Added governance check in respondToInquiry()
   - Blocks responses with violations (400 error)
   - Logs violations with media outlet context

3. src/models/ResponseTemplate.model.js
   - Added governance check in create()
   - Stores check results in template record
   - Prevents violating templates from being created

4. scripts/scan-response-templates.js (NEW)
   - Scans all existing templates for violations
   - Displays detailed violation reports
   - --fix flag to mark violating templates as inactive

Testing:
 ContentGovernanceChecker: All pattern tests pass
 Clean content: Passes validation
 Fabricated stats: Detected (inst_016)
 Absolute guarantees: Detected (inst_017)
 Dark patterns: Detected (inst_079)
 Template scanner: Works (0 templates in DB)

Enforcement Points:
- Blog posts: publishPost() → blocked at API
- Media responses: respondToInquiry() → blocked at API
- Templates: create() → checked before insertion
- Newsletter: ready for future implementation

Architectural Consistency:
If blog needs governance, ALL external communications need governance.

References:
- inst_016: No fabricated statistics
- inst_017: No absolute guarantees
- inst_018: No unverified production claims
- inst_079: No dark patterns/manipulative urgency
- inst_063: External communications consistency

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-25 09:53:09 +13:00
.github fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
audit-reports fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
data/mongodb feat: initialize tractatus project with complete directory structure 2025-10-06 23:26:26 +13:00
deployment-quickstart fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
docs feat(blog): integrate Tractatus framework governance into blog publishing 2025-10-25 08:47:31 +13:00
For Claude Web fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
governance fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
pptx-env fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
public chore: bump cache version for deployment 2025-10-25 09:37:46 +13:00
scripts feat(governance): extend framework checks to all external communications 2025-10-25 09:53:09 +13:00
src feat(governance): extend framework checks to all external communications 2025-10-25 09:53:09 +13:00
systemd fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
tests fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
umami-local@777515f754 fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
.env.example refactor(project): transition from tractatus-framework to tractatus-website 2025-10-23 10:57:07 +13:00
.env.test refactor(project): transition from tractatus-framework to tractatus-website 2025-10-23 10:57:07 +13:00
.eslintignore chore(lint): add .eslintignore to exclude test files from CI 2025-10-24 20:08:48 +13:00
.eslintrc.json fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
.gitignore refactor(project): transition from tractatus-framework to tractatus-website 2025-10-23 10:57:07 +13:00
.rsyncignore fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
ARCHIVE_SUMMARY_2025-10-21.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
BACKEND_FRONTEND_MAPPING.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
Berlin and Weil.txt fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
CACHE_MANAGEMENT_ENFORCEMENT.md feat(cache): enforce mandatory cache version updates for JS changes 2025-10-24 09:43:20 +13:00
CHANGELOG.md docs: add professional polish for public repository 2025-10-21 22:37:36 +13:00
Claude code circus 251021.txt fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
CLAUDE.md feat(deployment): add unified deployment script with auto-commit cache versioning 2025-10-25 09:20:05 +13:00
CLAUDE.md.backup fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
CLAUDE_Tractatus_Maintenance_Guide.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
CLAUDE_WEB_BRIEF.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
CLAUDE_WEB_BRIEF.pdf fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
CLAUDE_WEB_KNOWLEDGE_FILES.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
ClaudeWeb conversation transcription.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
closedown prompt fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
CLOSEDOWN_SUMMARY_2025-10-18.txt fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
CODE_OF_CONDUCT.md feat: add GitHub community infrastructure for project maturity 2025-10-15 16:44:14 +13:00
CONTRIBUTING.md SECURITY + docs: remove pptx-env (3019 files), add world-class CONTRIBUTING.md, fix Stripe key exposure 2025-10-21 20:25:43 +13:00
ECONOMIST_LETTER_ARTICLE_ANALYSIS_2025-10-21.docx fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
EXECUTIVE_BRIEF_GOVERNANCE_EXTERNALITY.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
EXECUTIVE_BRIEF_GOVERNANCE_EXTERNALITY.pdf fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
FOOTER_I18N_DIAGNOSTIC_BRIEF.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
FRAMEWORK_VIOLATION_2025-10-22.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
jest.config.js fix: resolve all 29 production test failures 2025-10-09 20:58:37 +13:00
LICENSE docs: update LICENSE copyright to John G Stroh 2025-10-07 23:52:00 +13:00
MEETING_NOTES_WSP_SHOSHANA.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
NOTICE legal: add Apache 2.0 copyright headers and NOTICE file 2025-10-08 00:03:12 +13:00
old claude md file fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
OPTIMAL_NEXT_SESSION_STARTUP_PROMPT_2025-10-21.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
OPTIMAL_NEXT_SESSION_STARTUP_PROMPT_2025-10-21_SESSION2.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
OPTIMAL_STARTUP_PROMPT_2025-10-23.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
OPTIMAL_STARTUP_PROMPT_2025-10-24.md docs(session): clarify startup prompt works for new session OR compaction 2025-10-24 21:03:13 +13:00
package-lock.json feat(translation): implement DeepL translation service (SOVEREIGN) 2025-10-24 11:16:33 +13:00
package.json feat(translation): implement DeepL translation service (SOVEREIGN) 2025-10-24 11:16:33 +13:00
PERPLEXITY_USER_PROMPT.txt fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
PHASE-4-PREPARATION-CHECKLIST.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
PITCH-DEVELOPERS.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
PITCH-EXECUTIVE.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
PITCH-GENERAL-PUBLIC.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
PITCH-OPERATIONS.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
PITCH-RESEARCHERS.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
PRE_APPROVED_COMMANDS.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
PUBLIC_REPO_CHECKLIST.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
README.md refactor(project): transition from tractatus-framework to tractatus-website 2025-10-23 10:57:07 +13:00
SCHEDULED_TASKS.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
Screenshot from 2025-10-09 11-10-12.png fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
Screenshot from 2025-10-09 11-28-06.png fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
Screenshot from 2025-10-09 11-59-56.png fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
Screenshot from 2025-10-09 14-51-08.png fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
Screenshot from 2025-10-09 15-03-59.png fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
Screenshot from 2025-10-10 09-11-14.png fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
Screenshot from 2025-10-10 09-44-13.png fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
Screenshot from 2025-10-14 00-00-13.png fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
Screenshot from 2025-10-14 12-26-24.png fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
Screenshot from 2025-10-14 13-32-23.png fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
Screenshot from 2025-10-17 09-13-58.png fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
Screenshot from 2025-10-18 21-08-50.png fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
Screenshot from 2025-10-20 08-21-58.png fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
Screenshot from 2025-10-20 08-28-58.png fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
Screenshot from 2025-10-20 09-17-23.png fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
Screenshot from 2025-10-20 09-43-19.png fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
Screenshot from 2025-10-20 10-05-29.png fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
Screenshot from 2025-10-20 11-36-25.png fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
Screenshot from 2025-10-22 09-44-57.png fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
Screenshot from 2025-10-22 18-34-48.png fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
Screenshot from 2025-10-24 10-45-47.png fix(admin): force fresh API requests to prevent cached 500 errors 2025-10-24 11:02:43 +13:00
SECURITY.md docs: add professional polish for public repository 2025-10-21 22:37:36 +13:00
SECURITY_INCIDENT_HUMAN_ACTIONS_REQUIRED.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
SECURITY_INCIDENT_POST_MORTEM_2025-10-21.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
SESSION_CLOSEDOWN_2025-10-24.md chore: bump cache version to 0.1.1 for JS changes 2025-10-25 08:47:54 +13:00
SESSION_HANDOFF_2025-10-22_FOOTER_FIX_FAILED.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
SESSION_HANDOFF_2025-10-23_BLOG_VALIDATION_PUBLISHED_POSTS.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
SESSION_HANDOFF_2025-10-23_FRAMEWORK_ANALYSIS.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
SESSION_HANDOFF_2025-10-23_WEBSITE_AUDIT.md docs(session): add comprehensive handoff for website audit session 2025-10-23 10:56:29 +13:00
SESSION_SUMMARY_2025-10-24_AUDIT_LOGGING_FIX.md feat(blog): integrate Tractatus framework governance into blog publishing 2025-10-25 08:47:31 +13:00
SETUP_INSTRUCTIONS.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
simplescreenrecorder-2025-10-22_18.31.34.mkv fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
SITE_IMPROVEMENT_PRIORITIES.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
tailwind.config.js fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
TECHNICAL_BRIEF_SUBMISSIONS_500_ERROR.md fix(admin): force fresh API requests to prevent cached 500 errors 2025-10-24 11:02:43 +13:00
TRACTATUS-ELEVATOR-PITCHES.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
Tractatus-Website-Complete-Specification-v2.0.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
TRACTATUS_BRAND_SYSTEM.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
UI_TRANSFORMATION_PROJECT_PLAN.md fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00

Tractatus Framework

Last Updated: 2025-10-21

Architectural AI Safety Through Structural Constraints

A research framework for enforcing AI safety through architectural constraints rather than training-based alignment. Tractatus preserves human agency through structural, not aspirational enforcement of decision boundaries.

License Framework Tests


🎯 What is Tractatus?

Tractatus is an architectural AI safety framework that makes certain decisions structurally impossible for AI systems to make without human approval. Unlike traditional AI safety approaches that rely on training and alignment, Tractatus uses runtime enforcement of decision boundaries.

The Core Problem

Traditional AI safety relies on:

  • 🎓 Alignment training - Hoping the AI learns the "right" values
  • 📜 Constitutional AI - Embedding principles in training
  • 🔄 RLHF - Reinforcement learning from human feedback

These approaches share a fundamental flaw: they assume the AI will maintain alignment regardless of capability or context pressure.

The Tractatus Solution

Tractatus implements architectural constraints that:

  • Block values decisions - Privacy vs. performance requires human judgment
  • Prevent instruction override - Explicit instructions can't be autocorrected by training patterns
  • Detect context degradation - Quality metrics trigger session handoffs
  • Require verification - Complex operations need metacognitive checks
  • Persist instructions - Directives survive across sessions
  • Facilitate pluralistic deliberation - Multi-stakeholder values conflicts require structured process

🚀 Quick Start

Installation

# Clone repository
git clone https://github.com/AgenticGovernance/tractatus-framework.git
cd tractatus-framework

# Install dependencies
npm install

# Initialize database
npm run init:db

# Start development server
npm run dev

Basic Usage

const {
  InstructionPersistenceClassifier,
  CrossReferenceValidator,
  BoundaryEnforcer,
  ContextPressureMonitor,
  MetacognitiveVerifier,
  PluralisticDeliberationOrchestrator
} = require('./src/services');

// Classify an instruction
const classifier = new InstructionPersistenceClassifier();
const classification = classifier.classify({
  text: "Always use MongoDB on port 27027",
  source: "user"
});

// Store in instruction history
await InstructionDB.store(classification);

// Validate before taking action
const validator = new CrossReferenceValidator();
const validation = await validator.validate({
  type: 'database_config',
  port: 27017  // ⚠️ Conflicts with stored instruction!
});

// validation.status === 'REJECTED'
// validation.reason === 'Pattern recognition bias override detected'

📚 Core Components

The framework consists of six integrated services that work together to enforce structural safety:

1. InstructionPersistenceClassifier

Classifies instructions by quadrant and persistence level:

{
  quadrant: "SYSTEM",           // STRATEGIC | OPERATIONAL | TACTICAL | SYSTEM | STOCHASTIC
  persistence: "HIGH",           // HIGH | MEDIUM | LOW | VARIABLE
  temporal_scope: "PROJECT",     // SESSION | PROJECT | PERMANENT
  verification_required: "MANDATORY"
}

2. CrossReferenceValidator

Prevents the "27027 failure mode" where AI training patterns override explicit instructions:

const result = validator.validate(action, { explicit_instructions });
// Blocks: Training pattern overrides, parameter conflicts, scope creep

3. BoundaryEnforcer

Blocks decisions that cross into values territory:

const check = enforcer.checkBoundary({
  decision: "Update privacy policy for more tracking"
});
// Result: BLOCKED - Values decision requires human judgment

4. ContextPressureMonitor

Multi-factor session health tracking:

const pressure = monitor.analyze({
  tokens: 120000/200000,      // 60% token usage
  messages: 45,                // Conversation length
  tasks: 8,                    // Concurrent complexity
  errors: 3                    // Recent error count
});
// Level: ELEVATED | Recommendation: INCREASE_VERIFICATION

5. MetacognitiveVerifier

AI self-checks reasoning before proposing actions:

const verification = verifier.verify({
  action: "Refactor 47 files across 5 system areas",
  context: { requested: "Refactor authentication module" }
});
// Decision: REQUIRE_REVIEW (scope creep detected)

6. PluralisticDeliberationOrchestrator

Facilitates multi-stakeholder deliberation when values frameworks conflict:

const deliberation = orchestrator.initiate({
  decision: "Balance user privacy vs. system security logging",
  stakeholders: ["data_subjects", "security_team", "compliance"],
  conflict_type: "incommensurable_values"
});
// AI facilitates deliberation structure, humans decide outcome

Full documentation: agenticgovernance.digital/docs.html


💡 Real-World Examples

The 27027 Incident

Problem: User explicitly instructs "Use MongoDB on port 27027". AI immediately uses port 27017 instead.

Why: Training pattern "MongoDB = 27017" overrides explicit instruction, like autocorrect changing a deliberately unusual word.

Solution: CrossReferenceValidator blocks the action and enforces user's explicit instruction.

Try the Interactive Demo →

Context Degradation

Problem: In extended sessions, error rates increase as context degrades.

Solution: ContextPressureMonitor detects degradation and triggers session handoff before quality collapses.

Values Creep

Problem: "Improve performance" request leads AI to suggest weakening privacy protections without asking.

Solution: BoundaryEnforcer blocks the privacy/performance trade-off and requires human decision.


🚨 Learning from Failures: Transparency in Action

The framework doesn't prevent all failures—it structures detection, response, and learning.

October 2025: AI Fabrication Incident

During development, Claude (running with Tractatus governance) fabricated financial statistics on the landing page:

  • $3.77M in annual savings (no basis)
  • 1,315% ROI (completely invented)
  • False readiness claims (unverified maturity statements)

The framework structured the response:

Detected within 48 hours (human review) Complete incident documentation required 3 new permanent rules created Comprehensive audit found related violations All content corrected same day Public case studies published for community learning

Read the full case studies:

Key Lesson: Governance doesn't ensure perfection—it provides transparency, accountability, and systematic improvement.


📖 Documentation

Complete documentation available at agenticgovernance.digital:

This repository focuses on open source code and implementation. For conceptual documentation, research background, and interactive demos, please visit the website.


🧪 Testing

# Run all tests
npm test

# Run specific test suites
npm run test:unit
npm run test:integration
npm run test:security

# Watch mode
npm run test:watch

Test Coverage: 238 tests across core framework services


🏗️ Architecture

tractatus/
├── src/
│   ├── services/              # Core framework services
│   │   ├── InstructionPersistenceClassifier.service.js
│   │   ├── CrossReferenceValidator.service.js
│   │   ├── BoundaryEnforcer.service.js
│   │   ├── ContextPressureMonitor.service.js
│   │   ├── MetacognitiveVerifier.service.js
│   │   └── PluralisticDeliberationOrchestrator.service.js
│   ├── models/                # Database models (MongoDB)
│   ├── routes/                # API routes
│   └── middleware/            # Framework middleware
├── tests/                     # Test suites
│   ├── unit/                  # Service unit tests
│   └── integration/           # Integration tests
├── scripts/                   # Framework utilities
│   ├── framework-components/  # Proactive scanners
│   └── hook-validators/       # Pre-action validators
├── docs/                      # Development documentation
└── public/                    # Website frontend

⚠️ Current Research Challenges

Rule Proliferation & Scalability

Status: Active research area | Priority: High

As the framework learns from failures, instruction count grows organically. Current metrics:

  • Initial deployment: ~6 core instructions
  • Current state: 52 active instructions
  • Growth pattern: Increases with each incident response

Open questions:

  • At what point does rule proliferation reduce framework effectiveness?
  • How do we balance comprehensiveness with cognitive/context load?
  • Can machine learning optimize rule selection without undermining transparency?

Mitigation strategies under investigation:

  • Instruction consolidation and hierarchical organization
  • Rule prioritization algorithms
  • Context-aware selective loading
  • Periodic rule review and deprecation processes

Research transparency: We're documenting this limitation openly because architectural honesty is core to the framework's integrity.


🤝 Contributing

We welcome contributions in several areas:

Research Contributions

  • Formal verification of safety properties
  • Extensions to new domains (robotics, autonomous systems)
  • Theoretical foundations and proofs

Implementation Contributions

  • Ports to other languages (Python, Rust, Go)
  • Integration with other frameworks
  • Performance optimizations

Documentation Contributions

  • Tutorials and implementation guides
  • Case studies from real deployments
  • Translations

See CONTRIBUTING.md for guidelines.


📊 Project Status

Current Phase: Research Implementation (October 2025)

All 6 core services implemented 238 tests passing (unit + integration) MongoDB persistence operational Deployed at agenticgovernance.digital Framework governing its own development (dogfooding)

Next Milestones:

  • Multi-language ports (Python, TypeScript)
  • Enterprise integration guides
  • Formal verification research
  • Community case study collection

📜 License

Copyright 2025 John Stroh

Licensed under the Apache License, Version 2.0. See LICENSE for full terms.

The Tractatus Framework is open source and free to use, modify, and distribute with attribution.



📧 Contact


🙏 Acknowledgments

This framework stands on the shoulders of:

  • Ludwig Wittgenstein - Philosophical foundations from Tractatus Logico-Philosophicus
  • March & Simon - Organizational theory and decision-making frameworks
  • Isaiah Berlin & Ruth Chang - Value pluralism and incommensurability theory
  • Anthropic - Claude AI system for validation and development support
  • Open Source Community - Tools, libraries, and collaborative development

📖 Philosophy

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

Applied to AI safety:

"Whereof the AI cannot safely decide, thereof it must request human judgment."

Tractatus recognizes that some decisions cannot be systematized without value judgments. Rather than pretend AI can make these decisions "correctly," we build systems that structurally defer to human judgment in appropriate domains.

This isn't a limitation—it's architectural integrity.


👥 Development Attribution

This framework represents collaborative human-AI development:

  • Conceptual design, governance architecture, and quality oversight: John Stroh
  • Implementation, documentation, and iterative refinement: Developed through extended collaboration with Claude (Anthropic)
  • Testing and validation: Tested across ~500 Claude Code sessions over 6 months

This attribution reflects the reality of modern AI-assisted development while maintaining clear legal copyright (John Stroh) and transparent acknowledgment of AI's substantial role in implementation.


Tractatus Framework | Documentation | Apache 2.0 License