T9OS: An AI Orchestration System Built Entirely with Claude Code

✍️ OpenClawRadar📅 Published: March 26, 2026🔗 Source
T9OS: An AI Orchestration System Built Entirely with Claude Code
Ad

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

Ad

👀 See Also

Claude Code Prompt Architecture Reverse-Engineered for Local Models
Tools

Claude Code Prompt Architecture Reverse-Engineered for Local Models

A clean-room reimplementation of Claude Code's 26-prompt architecture is now available on GitHub, offering system prompts, tool prompts, safety rules, memory compression, and verification patterns for building coding agents on local models like Ollama, llama.cpp, or vLLM.

OpenClawRadar
Mia: Local AI Workspace Daemon with Native Android App and P2P Streaming
Tools

Mia: Local AI Workspace Daemon with Native Android App and P2P Streaming

Mia is a daemon that runs on your machine and pairs with a native Android app over P2P, allowing you to kick off and monitor long-running AI coding tasks from your phone. It supports OpenCode, Claude Code, Gemini CLI, and Codex agents, streaming output directly to your device in real time.

OpenClawRadar
StartClaw: A headless browser automation tool built on ZeroClaw with Claude integration
Tools

StartClaw: A headless browser automation tool built on ZeroClaw with Claude integration

StartClaw is a browser automation tool built on ZeroClaw's Rust base with Composio v3 for integrations, designed to run headless in the cloud without requiring local hardware. It uses Claude exclusively for reliability and includes built-in context compaction that reduces token usage by ~5x.

OpenClawRadar
Agent Forge: Open Source Tool Scaffolds Multi-Agent Pipelines for Claude Code
Tools

Agent Forge: Open Source Tool Scaffolds Multi-Agent Pipelines for Claude Code

Agent Forge is a Claude Code skill that generates complete multi-agent pipelines from use case descriptions. It creates prompt files, orchestrator scripts, data flow directories, and GitHub Actions configs based on patterns observed in existing multi-agent systems.

OpenClawRadar