┌──────────────────────────────────────────────────────────────────┐
│ OpenCLIs │
├──────────────────────────────────────────────────────────────────┤
│ │
│ "Open" = CLIs are open to each other. │
│ Not open source. Not open API. │
│ Open access between CLI tools through shared terminal. │
│ │
│ Three properties: │
│ │
│ 1. Any AI CLI can invoke any other AI CLI │
│ Via shared PTY. No API keys. Official models. │
│ │
│ 2. Human and AI share the same environment │
│ Same shell, same tools, same file system. │
│ What human can do, AI can do. And vice versa. │
│ │
│ 3. Memory crosses model boundaries │
│ Sessions end, but memory stays. │
│ Models change, but context follows. │
│ │
└──────────────────────────────────────────────────────────────────┘