Windows Task Manager Creator Releases TMOG, Built via AI Vibe Coding
Dave Plummer, the original creator of the Windows Task Manager, has released TMOG (Task Manager OG) version 0.1.1 for Windows 11, Linux, and macOS. The cross-platform application was developed using Anthropic's Claude Code tool based on a detailed 107-page specification document. This project serves as a high-profile case study for "vibe coding," demonstrating how experienced developers can leverage agentic AI tools to rapidly build functional, cross-platform system utilities from natural language specifications. It highlights a shift in software engineering workflows where writing comprehensive documentation replaces manual coding. The initial version of TMOG was built in just 4.5 hours on a MacBook Air, running successfully on its very first try. The utility combines the clean interface of macOS's Activity Monitor with the technical depth of the classic Windows Task Manager.
## BACKGROUND
"Vibe coding" is a term coined by computer scientist Andrej Karpathy in early 2025 to describe AI-assisted software development where developers guide LLMs to generate code rather than writing it themselves. Claude Code is an agentic coding tool developed by Anthropic that operates directly in the terminal to edit codebases, run commands, and manage git workflows.