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

OpenClaw Video Translator Skill Available on ClawHub
A new Video Translator skill for OpenClaw agents allows users to upload a video or provide a URL to get a translated preview instantly. The skill is hosted on ClawHub.

Atoo Studio: Open-Source Workspace for Managing Multi-Project Claude Code Workflows
Atoo Studio is an open-source workspace built to address terminal and tab chaos when using Claude Code across multiple projects. It introduces session forking like Git branches and allows continuation across Claude Code, Codex CLI, and Gemini CLI.

AI Doomsday Toolbox v0.932 adds benchmarking, dataset creation, and agent workspace for Android local AI
AI Doomsday Toolbox v0.932 introduces benchmarking for local LLMs on Android devices, a dataset creator that converts text/PDF files to Alpaca JSON format, and an AI agent workspace with Termux integration. The update also includes subtitle burning with Whisper and built-in Ollama management tools.

Using Claude Code to revive abandoned personal projects: a practical walkthrough
Matthew Brunelle shares how he used Claude Code (with Opus 4.6) to resurrect a stalled YouTube Music–to–OpenSubsonic API shim project, complete with setup steps, prompts, and workflow tips.