Writings

Notes on AI, building software, and the things I've learned along the way.

A collection of notes on AI, software systems, product thinking, and lessons picked up along the way.

Apr 16, 2026using remote SSH with Codex app

Codex app now has alpha SSH remote support, but during rollout you may still need the hidden feature flag, the beta appcast build, or a shell-init fix.

Apr 15, 2026Tip: enable 1M context in Codex with one command

Run one command, let the script create a backup of ~/.codex/config.toml, patch the 1M settings if needed, then restart Codex.

Apr 13, 2026using claude code's new native ssh remote on a mac mini / darwin

Claude Code's SSH remote rejects darwin hosts, but a lightweight OrbStack Linux VM on a Mac Mini turns the whole thing into a workable remote dev setup.

Apr 13, 2026auto-approve Claude Code plan mode via PermissionRequest

Claude Code's plan approval dialog can be auto-approved by hooking PermissionRequest correctly and matching ExitPlanMode instead of Stop.