According to DynaBeat monitoring, how was Claude Code, the tool that allows developers to say goodbye to handwritten code, created? Anthropic officially reviewed the backstage development story of this tool.
The development team had previously built an internal tool named clide in 2023. Due to the limitations of the traditional large model context window, this tool even required the parallel startup of 100 Claude Haiku models to read in parallel when processing file directories beyond the window, resulting in extremely slow startup and a plethora of complex instructions.
In September 2024, Boris Cherny, the former Meta Chief Engineer and author of "Programming TypeScript," joined the lab team. Initially, he planned to start by developing a simple code static checker (Linter), but at the urging and encouragement of his supervisor, he decided to let go and develop a groundbreaking tool from scratch, naming it Claude CLI. In the earliest demos, this tool demonstrated the magic of directly controlling basic system commands: it could automatically take screenshots, read the Apple Music interface, and accurately identify what song Boris was listening to.
With the breakthrough in the capabilities of the Claude 4 model, this initially toy-like tool directly exploded with astonishing iteration speed. Due to its lightweight command-line architecture, without the need to maintain a complex web interface, the team could complete hot updates in minutes. Alongside the public testing in February 2025, Claude CLI was officially renamed Claude Code. By the end of 2025, lead Boris Cherny, sitting on the couch with his family, directly commanded Claude Code in a conversation to automatically make 88 code commits in a single day. He and core member Igor Kofman have both achieved 100% of their code being written by Claude Code, no longer personally writing any lines of code.
