AI Coders Walk Around with Laptops Open to Keep Agents Running

Business Insider reports a growing trend among developers using AI coding agents: walking around in public with laptops partially open so their agents keep running. The article profiles several users of tools like Claude Code, OpenAI Codex, and OpenCode who carry laptops ajar through airports, offices, and even ice rinks.
Why the Clamshell Workaround?
Many AI coding agents run locally or rely on WiFi. Closing the laptop shuts down the agent, losing progress or wasting tokens. Users like Geoff Chan (head of product at Raven.AI) keep his laptop open while untying his daughters' skates after practice. Alison Kaizer (partner at Golden Ventures) walked onto a plane with her laptop open, only closing it when seated. Arav Jain (10th grader building a startup) carries his open laptop between high school classrooms.
Practical Tips from the Source
The article mentions a command to keep a Mac active while closed: caffeinate in the terminal. Third-party software can also prevent sleep. However, many users still prefer carrying the laptop open to avoid any interruption.
Andreas Kruszakin-Liboska, a UX designer, adjusts his screen to “just a tiny bit” open when walking to meetings to remain polite while keeping agents running.
Who This Affects
Developers who rely on AI coding agents as continuous assistants, especially when working on the go.
📖 Read the full source: HN AI Agents
👀 See Also

Claude Code Opus 4.6 Now Defaults to 1M Token Context Window
Claude Code's Opus 4.6 model now comes with a 1 million token context window by default, maintaining the same pricing as previous versions. This change appears to be live without an official announcement.

Claude Code v2.1.199 Patches 20+ Bugs: SSL, Subagents, Daemon Crashes Fixed
Claude Code v2.1.199 fixes SSL certificate errors, subagent silent failures, a Linux daemon crash loop, and 20+ other bugs. Key fixes include immediate SSL error hints, partial stream retention, and subagent error propagation.

OpenAI Releases GPT-5.3-Codex-Spark in Research Preview
OpenAI has introduced GPT-5.3-Codex-Spark in a research preview, promising faster development capabilities.

Reddit discussion highlights shift from chatbots to autonomous agents with local execution
A Reddit post distinguishes chatbots from autonomous agents using concrete examples and notes the trend toward local execution with models like LLaMA running on private workstations.