Curious how people here are actually building their personal AI OS / agentic harness 🙂 My current setup is roughly: Local Codex instance + Notion as my operational AI brain (+ distilled into Obsidian) + Google Drive, with my important local folders/files synced to Drive in real time + GitHub (although quite poorly updated) On the VPS I run another Codex instance + Hermes. I’ve spent quite some time designing, organizing and populating my whole digital environment. At this point, my Notion is almost like an up-to-date digitalized version of my consciousness — projects, decisions, knowledge, ideas, systems and context — and Codex continuously keeps it updated and operational daily. Codex is currently my main go-to environment, while I still use Claude and Hermes separately. The next step I’m trying to solve is how to superpower all of this into one coherent system where Codex, Claude and Hermes work together, share context, hand tasks between each other and operate across both my Mac + VPS from one environment. For those building something similar: what does your architecture look like? Especially interested in how you handle: - local ↔ VPS control - shared memory/context - multiple agents/models - orchestration/routing - one unified interface vs separate tools Would love to see real setups, not just tool lists. 🙏