Laptop on minimal travel desk
← All Insights
Tooling · Published March 23, 2026 · 7 min read

My Travel Kit Is a $200 ThinkPad. Everything Important Lives Somewhere Else.

For years I flew with a heavy laptop, a brick charger, backup batteries, and a low-grade anxiety every time I hit airport security. Then I rebuilt the whole setup around a thin client and a cloud workstation. Now my travel kit is a 10-year-old ThinkPad T480S I paid $200 for, and if it drops out of a taxi in Mexico City tomorrow I don't lose a single file. Here's exactly how it works, and why any founder who lives out of a suitcase should steal it.

For years my travel kit was a heavy laptop, a charger the size of a brick, two backup batteries, and anxiety about airport security lines. I would lose three hours of productivity every time I flew because my actual work lived on the machine in my backpack. Every time the machine went through a scanner, a battery swap, a reboot, or a hotel WiFi reset — my work stopped.

Today my travel kit is a 10-year-old ThinkPad T480S with a screen I paid $40 to replace, a charger that fits in a jacket pocket, and zero anxiety. Nothing important lives on the laptop. Everything important lives on a small always-on workstation I can reach from any internet connection with SSH. I call the setup "OpenClaw" as a joke. The idea is that my hands are free and the actual compute is somewhere else entirely.

This is not novel technology. Thin clients have existed forever. What's new is that AI agents have finally made the economics of this setup attractive for an individual operator. The networking layer that makes this practical is Tailscale — their documentation is the best primer on how to wire a personal mesh network with zero exposed ports. Here's the why, the what, and the how.

Why the thin-client model suddenly matters for founders

Three things changed in the last 18 months that made this setup actually practical for me:

  1. Long-running agents. I now have background agents monitoring for news, scanning for RFP opportunities, running reports, watching court filings (yes, I have court filings to watch). Those cannot live on a laptop that gets closed when I go through TSA. They need to live somewhere always-on.
  2. State management got serious. The gsd ecosystem and similar tools mean my work now has persistent state that lives in files. If those files live on a server, I can walk up to any machine, SSH in, and be exactly where I was. That's the force multiplier.
  3. Claude Code runs over SSH. I can do real AI-assisted development from a terminal on any machine. The heavy lifting happens server-side. The laptop is just a keyboard and a screen.

The actual hardware

The laptop is a ThinkPad T480S. I bought it refurbished for just under $200. Replaceable battery. Real keyboard. Working trackpoint. Roughly zero resale value, which means I do not panic if it gets stolen, damaged, or confiscated. It runs a plain Linux install. No important data on it. No cached credentials that could do damage if someone else booted it.

That is the whole point. The laptop is literally disposable. If it drops out of a bag in a taxi in Mexico City, I go to a shop, buy the next cheap laptop off the shelf, install Linux and an SSH client, log back in, and I'm working again in 30 minutes. Try doing that with a MacBook that has three months of uncommitted work sitting in local folders.

The server side

On the other end of the SSH tunnel is a small always-on workstation. The specs don't matter. What matters is that it has:

That's it. No cloud provider lock-in. No SaaS subscription. No "agent platform." Everything is standard Unix. Everything is portable. If the server dies, I restore the backup to a new machine and I'm back in business the same day. Simple beats clever every time in infrastructure.

Your company's resilience is the sum of how many single points of failure you personally carry in your bag. Moving the state off your laptop is the single biggest resilience upgrade a traveling operator can make.

The travel kit that comes out of this

Total weight under 3 kilos. Total replacement cost if every single item got stolen tomorrow is under $500. My actual business — the agents, the files, the databases, the code, the contacts, the projects — is untouched, because none of it lives in the bag.

Where this setup fails

Honest disclosure. The downsides are real.

Is this for you?

If you travel more than two weeks a month, if you run anything that needs to be always-on, and if you're comfortable enough in a terminal to live in tmux — yes. This setup adds several hours a week to your effective productivity and removes a category of travel anxiety you probably forgot you were carrying.

If you live in your home office and never go anywhere, the calculus is different. You probably just want a nice laptop and good backups. The thin-client move is specifically for founders whose calendar looks like an airline route map.

Here's the challenge. Next time you're about to board a plane, ask yourself one question. If this laptop got stolen at baggage claim tomorrow, how many hours — honest answer — would it cost me to be productive again? If the number is more than one hour, you're carrying a single point of failure in your bag, and you should spend a weekend fixing it. Not because the laptop is going to get stolen. Because the resilience upgrade is the real product of this exercise. The laptop is just the forcing function.

For the agent stack that runs on top of this hardware, see how I actually use Claude Code skills inside the operator's cockpit.

Further Reading

Need an operator who has been in the chair?

Board advisory, fractional CEO, turnaround engagements, M&A integration support. I read every inquiry personally.

Get in Touch →