Munatsi Ziumbe

What: A VPS that acts as a shared workspace between me and my AI assistant. My notes, calendar, and daily operations live there — I write in Obsidian on my Mac or phone, and Chipo (the AI) can read, organise, and build on top of it.

Why: An AI assistant is more useful when it has persistent access to your actual context — not just a chat window. By giving Chipo access to my Obsidian vault, calendar, and task list, it can do things like prepare standup summaries, track habits, manage appointments, and produce meeting minutes without me having to explain everything from scratch each session.

The Architecture

iPhone / Mac                        VPS (always on)
┌──────────┐    Syncthing     ┌──────────────────┐
│ Obsidian │ ◄──────────────► │ Obsidian Vault   │
│ (notes)  │                  │ (shared copy)    │
└──────────┘                  │                  │
                              │ AI Assistant     │
┌──────────┐    Tailscale     │ (Chipo/OpenClaw) │
│ iPhone   │ ◄──────────────► │                  │
│ Shortcut │   (private net)  │ Calendar sync    │
└──────────┘                  │ (vdirsyncer)     │
                              └──────────────────┘

Three layers:

  1. Private network (Tailscale) — all devices are on the same encrypted mesh network. Nothing is exposed to the public internet. The iPhone can talk to the VPS directly, securely.

  2. File sync (Syncthing) — the Obsidian vault syncs automatically between my Mac and the VPS. I write notes on my Mac, they appear on the VPS within seconds. Chipo writes files on the VPS, they appear on my Mac.

  3. AI assistant (OpenClaw) — runs on the VPS with full access to the vault. It can read my notes, append log entries, manage tasks, query my calendar, and produce documents. It’s always on — I can message it from Telegram, and it has the context of everything in the vault.

What Lives in the Shared Workspace

What the AI Can Do With It

Because Chipo has persistent access to this workspace, it can:

Key Principles

Getting Started

The core setup:

  1. Provision a VPS — any Linux box will do (I use a small Hetzner instance)
  2. Install Tailscale — join the VPS, your Mac, and your phone to the same tailnet
  3. Install Syncthing — set up two-way sync between your Mac’s Obsidian vault and the VPS
  4. Install OpenClaw — the AI assistant framework that gives your AI persistent context
  5. Connect a messaging channel — Telegram, WhatsApp, Signal, or just the web UI

Once it’s running, you have an AI assistant that knows your schedule, reads your notes, and can actually help — not just answer questions in a vacuum.


Last updated 2026-02-27

#Vps #Obsidian #Syncthing #Tailscale #Infrastructure