How we Claude Code

How we Claude Code

More

Summary

In this hands-on workshop from Anthropic’s official Claude channel, Ara — an architect on Anthropic’s applied AI team — presents how the internal Anthropic team uses Claude Code in production. The session is based on work originally demonstrated by teammate Tar at the AI Dev 26 San Francisco conference and published as a blog post titled “The Unreasonable Effectiveness of HTML Files.”

The central insight is that as models become more capable and agents run for longer, the quality of the specification becomes the primary bottleneck. Ara argues for replacing markdown spec files with interactive HTML previews: Claude generates multiple design directions as rendered HTML, the developer compares aesthetics visually, takes screenshots, and feeds them back to Claude — a feedback loop that is far more ergonomic than trying to mentally simulate what a markdown description will look like. The session also covers using Claude as an active interviewer to extract requirements from the developer rather than requiring the developer to specify everything upfront, drawing an analogy to Richard Sutton’s Bitter Lesson about the limits of hard-coded human priors.

The deeper technical section demonstrates agent-native verification using Storybook fixtures, a testing library with DOM data attributes, and Playwright MCP for a React application. This setup allows Claude to discover data contracts in the DOM, generate verification steps, execute them, and produce recordings stored on S3 — the same verification workflow used by the Claude Code engineering team. The workshop is aimed at developers who are already using Claude Code and want to move from ad-hoc prompting toward a systematic, scalable agentic workflow.


📺 Source: Claude · Published May 23, 2026
🏷️ Format: Tutorial Demo

1 Item

Channels

1 Item

Companies