I prefer CLI
I prefer CLI

I prefer CLI

Why? Multi-tenant environments. First, we need to understand a few differences between environments:

  • End-user UI
  • Agent Runtime Environment
  • LLM Server

So

  • When you run Claude Code on your local MacBook, the first two are always local. The third is usually the Claude.ai server.
  • When you ssh to a virtual private server (VPS) and install Claude Code there, the first two are your remote server. The third is still the Claude.ai server.
  • When you run Claude RC on your virtual private server and code from your iPad using the Claude app, the end-user UI is on your iPad, the agent runtime environment is on your VPS, and the server is still Claude.ai.

Most people physically separate their tenancy, such as Claude Code, from their personal vs. work laptops. So in most cases, it's not a big deal.

But when you need multi-tenancy, it becomes super stressful. For example, say you have two different toolkits:

  • personal toolkits (personal Notion, personal Sentry, personal Linear)
  • workplace toolkits (company Notion, company Sentry, company Linear)

Most MCP auth states or code harnesses don't support profiles, so you can only log in to one.

So therefore... a natural evolution was to have both:

  • a personal VPS with all personal toolkits set up
  • a workplace VPS with all workspace toolkits set up

to physically isolate tenancies.

Now we've solved the multiple-profile issue, but the client's problems persist. Now let's get back to the environments:

  • End-user UI
  • Agent Runtime Environment
  • LLM Server

All MCP auth or toolkit auth info should always be saved in the Agent Runtime Environment IMHO. However, a surprising number of harnesses tie them to the LLM server (such as Codex Apps or Claude.ai Plugins) or put them in the end-user UI (Claude Desktop or Codex Desktop).

Now the problem is:

  • If the auth data is put on the LLM server, you cannot reuse LLM accounts across tenants
  • If the auth data is put on the end-user UI, you cannot use the same app to access multi-tenants.

The only way to reliably isolate different auth information is thus:

  • You ssh to a virtual private server (VPS) and run Claude Code there. Never use LLM server plugins.

Then

  • End-user UI
  • Agent Runtime Environment

are both isolated VPS, and

  • LLM Server holds no information on the tenancy

This way, you can provide different toolkits, creating multiple dev environments.

Backlinks (1)
  • 260619
260418
260418

260418

  • AutoBuilder
  • @github@anaclumos@rsc-swr
Backlinks (0)

No backlinks found.

Second Brain
Second Brain

Second Brain

State-of-the-art References

Stephan Ango Link

Images

EB6370 C82B1C

The Lab Notes by Alexander Obenauer

Seems like using Svelte

Images

53CB8D 1C6716 3C4B24 6A5DEA 5D9FD8

Younho9 Notes by younho9 (Younho Choo)

Images

030D1A 1541BC

기억보다 기록을 by Kyounghwan01 (kyounghwan Noh)

Images EC5497

Everything I know by nikitavoloboev (Nikita)

Images DA4882

Andy Matuschak

  • sliding panes

Potential Tools

  • Using React with D3.js
  • Speeding up force simulations with spirals
  • Scaling SVG Elements
  • Use the d3 force
  • ConvertKit: The creator marketing platform

Interesting Blogs

  • flurries of latent creativity
  • What to blog about
  • Simon Willison: TIL

Interactive Articles

  • Tania Rascia
  • Edy Kim
  • Chris Welch

Fast Websites

  • Telmo Goncalves
  • Lee Robinson - Developer, writer, creator.
  • Timo Lins - Code · Design · Film

Built with Market Softwares

  • Joshua's Garden
  • Mister Chad
  • JT's Digital Garden
  • docs.logseq.com
  • note.xuanwo.io
  • pengx17.github.io
  • whatiknown.strrl.dev
  • io-oi.me/wiki
  • To The Garden
  • zhangxueshan246.github.io
  • xutuan.vercel.app
  • bmpi.dev
  • logseq.abosen.top

References

  • Support Roam-like Linking for Docs Folder · Issue #7618 · facebook/docusaurus
  • Create beautifully tended Digital Gardens from your RoamResearch graph. Publish your notes as a static site in a few simple steps - Roam Garden
    • These notes are the first attempt at a Digital Garden and, as such, are a little wild and untamed. There's no central index or table of contents; you explore by going deeper and deeper down the rabbit hole. - About these notes
    • 👋 I'm Vlad Sitalo - the creator of Roam Garden. I like to build things, and at times, I wonder about: - Garden Terrace
  • GitHub - maximevaillancourt/digital-garden-jekyll-template: Start your own digital garden using this Jekyll template 🌱
  • GitHub Action Logseq Publish - Logseq Publish · Actions · GitHub Marketplace
Backlinks (11)
  • 230304
  • In search of my domain
  • Memex
  • 메멕스
  • 220721
  • 220701
  • Building a Second Brain
  • PKM
  • 220531
  • 220530
  • Extracranial
Index
cho.sh
I prefer CLIBB9A08260619260619컴퓨트로늄37A88F컴퓨트로늄0CF03F컴퓨트로늄2C60FB260618260618260418260418260528260528AutoBuilder63849A260419260419Setup9AC296StellaD226F7260415260415Debian SetupD2F701260414260414anaclumos/configs/AGENTS.mdED86A3Ramp의 AX (회사를 AI로 물들이는 법)840774260413260413How to get your company AI pilled46544C260411260411260409260409260407260407260406260406Separating Claude Code Personal Sub and Claude Code Company Sub33A53C
Warning
This post is more than a year old. Information may be outdated.