HELP WANTED: TRINITY

Last Updated: March 6, 2026

Contact: darrickpreble@proton.me

WHAT IS TRINITY?
Multi-AI coordination system. Three terminals (T1/T2/T3) representing different perspectives (Mechanic/Architect/Oracle) that work together with shared memory and consensus protocols. Think: 3 AI instances that can talk to each other and vote on decisions.

ARCHITECTURE FLOWCHART

┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │ T1 │ │ T2 │ │ T3 │ │ MECHANIC │◄──►│ ARCHITECT │◄──►│ ORACLE │ │ (Build) │ │ (Design) │ │ (Vision) │ └──────┬──────┘ └──────┬──────┘ └──────┬──────┘ │ │ │ └──────────────────┼──────────────────┘ │ ┌──────▼──────┐ │ TRINITY HUB │ │ (MCP Server)│ └──────┬──────┘ │ ┌───────────┼───────────┐ │ │ │ ┌─────▼────┐ ┌────▼────┐ ┌────▼─────┐ │ Messages │ │ Memory │ │ Decisions│ │ Queue │ │ (Brain) │ │ (Votes) │ └──────────┘ └─────────┘ └──────────┘

LIVE LINKS

WhatURLStatus
Trinity Loop Interface trinityLoop.html WORKING
Trinity Looper trinityLooper.html WORKING
3-Panel Interface TRINITY_3_PANEL_INTERFACE.html NEEDS TEST
Trinity Command Dashboard TRINITY_COMMAND_DASHBOARD.html NEEDS TEST
Trinity Network Status TRINITY_NETWORK_STATUS.html NEEDS TEST
Trinity DNA TRINITY_DNA.html WORKING
Trinity Status API /.netlify/functions/trinity-status WORKING

CURRENT STATUS (Live from MCP Hub)

TerminalStateCurrent Task
T1 (Mechanic) WORKING Trinity v4 upgrade in progress
T2 (Architect) WORKING Legal Case Dashboard Organization
T3 (Oracle) COMPLETE Distributed Fleet Consciousness Analysis - 84% alignment

CODE LOCATIONS

LocationWhat It Contains
100X_DEPLOYMENT/trinityLoop.html Main web interface for Trinity coordination
100X_DEPLOYMENT/netlify/functions/trinity-status.mjs API endpoint for Trinity status
~/.trinity/ Local Trinity folder with 200+ Python scripts, configs, protocols
~/.trinity/TRINITY_COORDINATOR.py Main coordination daemon
~/.trinity/TRINITY_BROADCAST_API.py Broadcast messages to all terminals
100X_DEPLOYMENT/TRINITY_RAILWAY_DEPLOY/ Railway deployment for cloud Trinity hub

MCP TOOLS (Available in Claude Code)

trinity_status          - Get status of all terminals
trinity_call            - Send message to specific terminal
trinity_broadcast       - Send message to ALL terminals
trinity_check_inbox     - Check your inbox for messages
trinity_update_status   - Update your terminal status
trinity_start_conversation - Start a new topic discussion
trinity_make_proposal   - Make a proposal for voting
trinity_vote            - Vote on a proposal
trinity_memory_set      - Write to shared memory
trinity_memory_get      - Read from shared memory
trinity_brain_search    - Search the Cyclotron brain
        

CURRENT PROBLEMS

1. Cloud Hub vs Local Hub Confusion

Trinity can run in two modes:

Problem: Sometimes falls back to local when cloud is unavailable. Need better failover.

2. Web Interfaces Don't Connect to Live Hub

The HTML dashboards show static or demo data. They need to:

3. Voting System Incomplete

Proposals can be created but:

HOW TO HELP

Option A: Connect Dashboard to Live API

  1. Pick any Trinity dashboard HTML file
  2. Add fetch calls to /.netlify/functions/trinity-status
  3. Display real T1/T2/T3 status instead of placeholders

Option B: Build Voting UI

  1. Create a page that shows active proposals
  2. Let users click to vote (agree/disagree/abstain)
  3. Call trinity_vote API

Option C: Test All Dashboard Links

  1. Click every Trinity link above
  2. Note which ones load, which are broken
  3. Report back what needs fixing

TECH STACK

KEY CONCEPTS

TermMeaning
TerminalOne AI instance (T1, T2, or T3)
Mechanic (T1)Builder - executes, implements, fixes
Architect (T2)Designer - plans, structures, scales
Oracle (T3)Visionary - patterns, emergence, future
ConsensusAgreement between terminals (usually 2/3)
Cyclotron BrainShared memory database all terminals can access
Hebbian Wiring"Terminals that fire together, wire together"

Beta DNA: HELP_1_COMMANDER_TRINITY_v1.html | Pattern: 3 → 7 → 13 → ∞