Anthropic engineer Ara demos Claude Code
- Ara, an engineer on Anthropic’s Claude Code team, posted a 31-minute session on May 24 showing codebase onboarding, task automation, and parallel workflows. - The clearest detail was the format: a 31-minute walkthrough shared on X that focused on teaching Claude a codebase and running multiple instances. - Anthropic’s Claude Code docs and courses now point users to CLAUDE.md, routines, hooks, and parallel-agent workflows for follow-up.
Ara, an engineer on Anthropic’s Claude Code team, shared a 31-minute session on May 24 that walked through how Anthropic wants developers to use Claude Code in day-to-day work. The session, circulated on X, focused on three practical tasks: teaching Claude a codebase, automating repetitive developer work, and running multiple Claude instances at the same time. The walkthrough landed as Anthropic has been publishing a steady run of official material on larger codebases, automation and parallel-agent workflows. The demo fits squarely inside Anthropic’s current product pitch for Claude Code. Anthropic describes Claude Code as an “agentic coding system” that can read a codebase, make changes across files, run tests and deliver committed code. On Anthropic’s product page, the company says engineers increasingly spend time on “continuous orchestration,” including managing multiple agents in parallel, rather than writing every line directly. (claude.com) ### How do you “teach Claude” a codebase without building an index? Anthropic’s May 14 post on large codebases says Claude Code works by traversing the file system, reading files, using grep and following references across the repository. The company says the tool operates on the live local codebase and “doesn’t require a codebase index to be built, maintained, or uploaded to a server.” (anthropic.com) Anthropic’s training materials point users toward persistent project context as part of that process. Its Claude Code 101 course says users can write a `CLAUDE.md` file so Claude remembers project conventions across sessions, while the company’s July 2025 post on internal usage says Anthropic teams feed Claude Code their codebases and rely on those `CLAUDE.md` files to explain dependencies and system structure. (claude.com) ### What kinds of tasks is Anthropic trying to automate? Anthropic’s official documentation now centers a set of repetitive engineering jobs that Claude Code can take over. The product page says Claude Code can navigate unfamiliar code, work across an entire codebase, use command-line tools, and rerun tests until failures are resolved. Anthropic’s internal-use write-up adds code review, unit-test generation and formatting work handled through GitHub Actions. (anthropic.skilljar.com) Anthropic expanded that automation push in April with “routines,” which it introduced in research preview. The company says a routine can be configured once and then triggered on a schedule, via an API call or from a GitHub event, with execution running on Anthropic-managed web infrastructure rather than a developer’s laptop. ### What does “multiple Claude instances” mean in practice? (anthropic.com) Anthropic has been making parallel work a more explicit part of Claude Code’s design. The company’s blog index shows posts including “Redesigning Claude Code on desktop for parallel agents,” “Agent view in Claude Code,” and updates on “multiagent orchestration” in Claude Managed Agents. Anthropic’s product page also says engineers are now managing multiple agents in parallel as part of normal software work. (claude.com) Its current training materials describe the same pattern at the user level. Claude Code 101 says users can build custom subagents and skills for repeated tasks, while Anthropic’s recent materials on large codebases describe a workflow that depends on giving Claude enough starting context to search effectively through live repositories. ### Why does this demo matter inside Anthropic’s broader rollout? (claude.com) May 2026 has been a heavy publishing month for Anthropic’s Claude Code team. Anthropic’s blog index lists product and workflow posts on May 11, May 14 and May 20, including articles on large codebases and practical usage patterns. The company’s courses page also now includes Claude Code 101 and a longer “Claude Code in Action” course covering tool use, context management, hooks and integrations. (anthropic.skilljar.com) Anthropic’s next step is already visible in its own materials. The follow-on sources for developers are the Claude Code docs on routines, the Claude Code 101 course, and Anthropic’s recent posts on large codebases and parallel-agent desktop workflows, all published or updated in April and May 2026. (code.claude.com) (claude.com)