Boris explains Claude Code

Boris, Anthropic00:56 · Jul 2025 · 13K views
Thumbnail for Boris explains Claude Code Watch on YouTube
TL;DR
  1. 1

    Boris says more general models tend to win as models improve exponentially in capability.

  2. 2

    Claude can now be used on GitHub, according to Boris.

  3. 3

    Boris uses Claude Code to review his Git commits and report what he shipped, and says it makes TDD easier to use in practice.

Summary

Boris, a technical staff member at Anthropic and the creator of Claude Code, gives a short demonstration of how he uses coding models in daily work. He says more general models tend to win as their capabilities grow exponentially. He mentions that Claude can now be used on GitHub. For his weekly stand-up, he asks Claude Code what he shipped that week, and the tool checks his Git commits so he does not have to remember each change. Boris also discusses test-driven development. He has found TDD difficult to use consistently, but says coding tools make it work much better in practice. He suggests this may be because the model handles the process instead of him. The clip is brief and focuses on two concrete workflows rather than showing detailed implementation steps.

Key ideas
00:00

Boris presents himself as the creator of Claude Code

Boris introduces himself as a member of technical staff at Anthropic and the creator of Claude Code. He connects the tool to a broader claim about model progress: more general models tend to win, while model capability increases exponentially. The introduction is brief, and he moves quickly from that claim to examples of how he uses Claude Code in his own work.

00:00

Claude can now be used on GitHub

Boris says Anthropic announced that Claude can now be used on GitHub. He presents this as one of several areas connected to the increasing capability of general models. The clip does not explain the integration or show its setup, but it establishes GitHub as a place where he expects Claude to take part in coding work.

00:22

Claude Code can report what Boris shipped

Boris describes a weekly stand-up workflow. He asks Claude Code, "what did I ship that week?" The tool looks through his Git commits and tells him what he shipped. This removes the need for him to keep track of every change himself. The example is grounded in a routine task rather than a special demo, since Boris says he does it pretty much every day on Monday.

00:40

Coding tools make TDD easier for Boris to use

Boris says he tries to use test-driven development, but finds it hard to apply in practice. He now thinks coding tools make TDD work much better. His explanation is that the model may be doing the process rather than him. He does not describe a specific test or repository, so the claim stays at the level of his own workflow experience.

00:40

The model handles part of the coding process

Boris contrasts his own difficulty with TDD against the results he gets from coding tools. He suggests that the improvement comes from assigning the work to the model. The point is practical: a workflow he finds hard to maintain himself becomes easier when the coding model carries it out. He ends after making this observation, without giving a longer account of how the model performs the TDD steps.

"The more general model always wins and the model increases in capability exponentially."00:00
Who should watch
  • You are evaluating Claude Code for routine software work and want a concrete example involving Git history.
  • You are interested in using coding models to support a TDD workflow that is difficult to maintain manually.
  • You want a very short live demonstration of Anthropic's claims about Claude and GitHub, rather than a detailed technical tutorial.