T9OS: An AI Orchestration System Built Entirely with Claude Code

T9OS is an AI orchestration system built entirely using Claude Code over three months by a non-developer economics student. The core concept treats ideas as starting from tension—conflicts between desired and existing states—and tracks how that tension becomes concrete or dissolves, with nothing ever deleted.
System Architecture
The system implements:
- 18 production pipelines including Telegram alerts, calendar sync, deadline tracking, AI guardian reviews, and voice transcription
- 61 architecture decisions documented
- A 12-state lifecycle engine
- 3-tier self-amending constitution
- 7 AI "Guardians" that review every output, including 2 that check philosophical consistency
- Multi-session IPC to prevent conflicts between parallel Claude Code instances
Getting Started
Installation and basic usage:
pip install git+https://github.com/HanbeenMoon/t9os.git
t9 init --quick
t9 capture "your first idea"Core features work without requiring any API keys.
The project is available on GitHub at https://github.com/HanbeenMoon/t9os.
📖 Read the full source: r/ClaudeAI
👀 See Also

Open Source MCP Server Connects Claude to Brazilian Central Bank Economic Data
Sidney Bissoli created bcb-br-mcp, an MIT-licensed MCP server that provides Claude access to 18,000+ time series from Brazil's Central Bank (SGS/BCB). The server includes 8 tools covering interest rates, inflation, exchange rates, GDP, employment, and credit data.

PRECC Tool Cuts Claude Code API Costs with Pre-Tool-Call Compression
A developer built PRECC, an open source tool that intercepts Claude Code tool calls and compresses payloads using RTK (Redundancy-aware Token Kompression), reducing input tokens by 40-66% with no perceptible latency impact.

VSCode-Perplexity-MCP: Use Your Perplexity Account for Free AI Search in VS Code
An open-source MCP server that lets you connect your Perplexity.ai account to VS Code, giving Clawbot search, reasoning, and compute capabilities without paying per API request.

Claude's Code Dashboard Tracks 19M+ AI-Generated Commits on GitHub
A developer built a dashboard tracking over 19 million commits generated by Claude Code on GitHub public repositories, showing TypeScript (35.3%), Python (19.2%), and JavaScript (10.3%) as the top languages. The system uses Next.js with Recharts and PostgreSQL, with an ETL pipeline that works around GitHub's API rate limits.