@agenticgirl: This Anthropic talk made me realise Claude Code has a much bigger problem than writing code. Daisy Hollman, who works o…
Summary
The Anthropic talk highlights that Claude Code's biggest challenges involve integrating with external workflows and managing limited context windows, emphasizing the need for customization and better feedback in AI agents.
View Cached Full Text
Cached at: 09/13/26, 01:07 PM
This Anthropic talk made me realise Claude Code has a much bigger problem than writing code.
Daisy Hollman, who works on Claude Code, put it simply: if Claude cannot do everything you can do, it cannot really do your job with you.
Because your job is not sitting neatly inside the repo. It is spread across Slack threads, CI dashboards, design documents, internal tools, and years of knowledge that nobody bothered to write down. Claude Code starts with a repository and a shell. It has to be shown the rest.
She also explained why every company needs to customize its coding agents. It is not because the model is not smart enough. Your team’s way of working could never be fully included in its training because every codebase has different rules.
Then came the part I had not thought about. Context windows have barely grown compared with everything agents can now do. So the difficult skill is no longer putting more information into the model. It is choosing what to leave out.
Daisy compared it to running npm on an Arduino. On a laptop, you can keep adding things. Inside a limited context window, every piece of information is competing for space.
Better feedback helps too. An agent that sees the equivalent of a red squiggly line immediately can correct itself before one mistake turns into ten. Daisy shared that Mozilla shipped more security fixes in one month with its newest model than it had in the previous 15 months combined.
Claude helped create her slides and put the final point this way: “Your attention is the smallest box in the system.”
The problem is no longer getting enough information into an agent. It is helping one human keep up when 20 agents start sending work back.
Similar Articles
@MikeTamir: Anthropic pulls back the curtain on Claude Code. A deep dive into the engineering challenges, architectural decisions, …
Anthropic shares insights into the engineering challenges, architectural decisions, and agentic capabilities behind building Claude Code, their AI-powered coding assistant.
@S0N_IA: Anthropic Engineer: "90% of our engineers were already running self-improvement loops Now everyone is moving toward app…
An Anthropic engineer discusses the shift from prompting to AI engineering, emphasizing agents and self-improvement systems, with a live demonstration of setting up Claude Code.
@unicodef1wn: https://x.com/unicodef1wn/status/2070179071548395916
A thread explaining how Anthropic's dynamic workflows in Claude Code allow Claude to build custom harnesses for complex tasks, preventing failure modes like agentic laziness, self-preferential bias, and goal drift by splitting work across separate agents. It includes practical examples and patterns for users to implement.
@4rblaber: head of anthropic: "people get stuck trying to write the perfect line of code. stop doing that" "just tell claude what …
Anthropic CEO Dario Amodei advises developers to stop manually coding and instead guide AI models like Claude with goal-driven prompts, while OpenAI co-founder Andrej Karpathy echoes similar 'vibe coding' sentiments in a podcast, signaling a shift to AI-driven development workflows.
Anthropic’s Code with Claude showed off coding’s future—whether you like it or not
Anthropic's Code with Claude event in London showcased how AI coding tools like Claude Code are automating software development, with developers increasingly handing off code writing and debugging to AI. New features like 'dreaming' allow Claude agents to share notes and learn from past errors.