More on the topic...
Generating detailed summary...
Failed to generate summary. Please try again.
Kun Chen stopped writing most of his own code and now treats agents like a dev team. He stays at the top level—deciding what to build and judging quality—while a suite of open-source tools handles the heavy lifting. His example project, “Hi Bit,” is an AI tutor for his son. In a single slow day he produces over 30 high-quality PRs. That throughput comes from refining real-world workflows, not chasing demos or hype.
He works entirely in a terminal. WezTerm runs as one frameless window. Tmux splits it into panes and tabs for agents, code, logs and tests. Neovim—with oil.nvim for file browsing, neogit for diffs and snacks.nvim for search—lets him stay keyboard-driven. For agents he uses Claude Code with Anthropic’s models and OpenCode for everything else. He avoids gimmicks like auto-memory so he can swap in any model from any vendor without rewriting prompts.
Prompt writing itself is a key lever. Chen pairs terminal prompts with local speech recognition—fast, offline, and free—to speed up iterations. He treats each prompt like a mini spec, iterating until responses match his golden set. Over time he’s built CLI tools that automate context loading, versioning and error handling, so his prompts plug into a consistent pipeline every time. That end-to-end setup keeps his hands on the keyboard and his mind on design, not busywork.
Questions about this article
No questions yet.