
Boris Cherny Claude Code workflow covers Claude Code planning before implementation and Claude Code codebase context gathering.
Anthropic’s Boris Cherny has presented a roughly 30-minute session on the Boris Cherny Claude Code workflow, using the company’s command-line coding assistant. A Hacker News link post describes the presentation as “Mastering Claude Code in 30 minutes,” while a Japanese-language session report published on Zenn identifies Cherny as Claude Code’s creator and the presenter of an Anthropic-hosted video.
The session puts practical workflow at the center of using an AI coding assistant: establish context, examine an existing codebase, agree on a plan, make changes, and test the outcome. That approach closely matches Anthropic’s own Claude Code best-practices documentation, which advises developers to give the tool detailed information about a task and its constraints.
Anthropic recommends Claude Code planning before implementation, advising that users avoid jumping immediately from a broad request to implementation. Instead, its documentation suggests first asking Claude Code to investigate relevant files, describe the architecture, or identify likely areas for change. A developer can then request a proposed implementation plan and review it before authorizing code modifications.
That sequence is intended to surface misunderstandings early, particularly in larger or older repositories where a requested feature may interact with local conventions, dependencies, tests, or undocumented assumptions. Claude Code can produce code that is syntactically valid while still failing to fit a project’s intended structure; reviewing its understanding and plan gives developers an opportunity to correct course before changes spread across the codebase.
Anthropic’s written guidance treats Claude Code verification criteria prompts as another recurring theme. The company advises users to state how work should be checked, whether through a named test suite, a command, an expected behavior, or a concrete acceptance criterion. In practice, this gives the assistant a clearer definition of completion and gives developers a more direct way to assess the resulting patch.
Specificity matters at every stage. Anthropic recommends including the relevant files, interfaces, scope limits, technical constraints, and desired validation steps in a prompt when those details are known. For exploratory work, the initial prompt can instead ask Claude Code to gather that information and report back before implementation begins.
Cherny’s session offers a compact introduction to this model of AI-assisted programming, while Anthropic’s documentation provides the more detailed operating guidance. Together, they frame Claude Code not as a substitute for software-engineering judgment, but as a tool whose output is more useful when developers provide context, review intermediate reasoning and plans, and verify completed work.
Anthropic’s Boris Cherny has presented a roughly 30 minute session on the Boris Cherny Claude Code workflow, using the company’s command line coding assistant.
That approach closely matches Anthropic’s own Claude Code best practices documentation, which advises developers to give the tool detailed information about a task and its constraints.
Claude Code planning before implementation Anthropic recommends Claude Code planning before implementation, advising that users avoid jumping immediately from a broad request to implementation.
Continue reading