You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**One person. 18 production pipelines. A complete AI orchestration layer — built solo over three months using Claude Code and philosophical intuition.**
11
11
12
12
Not theoretical. Production-grade.
13
13
14
+
<palign="center">
15
+
<imgsrc="docs/images/t9viz-overview.png"alt="T9 OS 3D Visualization — entity graph with urgency clustering"width="800">
16
+
<br>
17
+
<em>3D entity visualization — 1,500+ entities rendered as force-directed graph with urgency clustering</em>
18
+
</p>
19
+
14
20
---
15
21
16
22
## Overview
@@ -19,7 +25,60 @@ T9 OS is a personal operating system layered on top of Claude Code. It replaces
19
25
20
26
Everything passes through a 12-state lifecycle engine modeled on Gilbert Simondon's theory of individuation. A raw idea enters as `preindividual`. It becomes `tension_detected` when it conflicts with something else. It moves through `candidate_generated → individuating → stabilized`. Nothing is ever deleted — dissolved entities sink into sediment and remain searchable.
21
27
22
-
The result: **1,104 entities tracked**, **68 architectural decisions logged**, **18 pipelines running in production**, **8 scheduled cron jobs** — all operated by a single human who sets direction while the system handles execution, judgment, and verification autonomously.
28
+
The result: **1,100+ entities tracked**, **47 architectural decisions logged**, **18 pipelines running in production**, **8 scheduled cron jobs** — all operated by a single human who sets direction while the system handles execution, judgment, and verification autonomously.
29
+
30
+
### What it looks like in practice
31
+
32
+
```
33
+
$ t9 daily
34
+
35
+
=== T9 OS Seed v0.2 — 2026-03-26 Thursday ===
36
+
37
+
[!] Deadlines:
38
+
D-1 2026-03-27 Monitoring application deadline
39
+
D-5 2026-03-31 Monthly work report
40
+
D-9 2026-04-04 AT1 Finals (Kakao AI Campus)
41
+
42
+
Active: 262 entities
43
+
Preindividual: 405 | Tension: 167 | Candidate: 18
44
+
Sediment: 61 — dormant entities, searchable via `t9 search`
45
+
46
+
[Transduction] Patterns extracted from recent archives:
47
+
[120] SSK research → transferable to [136] ODNAR landing page
48
+
[165] Paper v9 → transferable to [807] PM3 quickstart
**Policy hooks as governance.**`pre-tool-hard-gate.sh` intercepts every tool call and blocks dangerous operations — force push, `rm -rf`, credential access, HWP originals — before they execute. Hard rules enforced in Bash; soft rules (build-vs-buy, philosophical alignment) enforced by an LLM running inline.
176
+
**Policy hooks as governance.**`pre-tool-hard-gate.sh` intercepts every tool call and blocks dangerous operations — force push, `rm -rf`, credential access — before they execute. Hard rules enforced in Bash; soft rules (build-vs-buy, philosophical alignment) enforced by an LLM running inline.
157
177
158
178
**Constitution as code.** Three tiers: L1 defines immutable execution rules. L2 defines transition logic and interpretation. L3 defines how L1 and L2 can be amended. The system can rewrite its own rules through a governed process. All changes leave ADR traces.
159
179
160
-
**MCP before MCP was standard.**`mcp/t9_seed_server.py` wraps the seed engine as a Model Context Protocol server — Claude Code calls `t9_capture`, `t9_search`, `t9_status` as native tools. Implemented independently before Anthropic shipped official MCP integration.
180
+
**MCP integration.**`mcp/t9_seed_server.py` wraps the seed engine as a Model Context Protocol server — Claude Code calls `t9_capture`, `t9_search`, `t9_status` as native tools.
161
181
162
182
**Philosophy as constraint.** Two of the seven Guardians check Simondonian alignment. Code that simplifies ideas into conventional patterns gets flagged the same way security vulnerabilities do. Without this, AI assistants quietly flatten your thinking.
0 commit comments