← X

@jeremywei Agree — Claude is getting better at this, and improving quickly

X · bcherny · July 16, 2026
@jeremywei Agree — Claude is getting better at this, and improving quickly --- @bcherny AI时代有一个残酷的真相:不是AI取代了你,而是会用AI的人取代了不会用AI的你。你别盯着AI的缺陷不放,先想想你能不能把AI的长处变成自己的武器。拒绝新技术不是情怀,是等死。 --- @heyvishal_ @bcherny Yeah why have repeatable automated quality tests when an

Detailed Analysis

Boris Cherny, the Anthropic engineer who leads Claude Code, sparked a wide-ranging community discussion with a short reply endorsing the idea that Claude is "getting better at this, and improving quickly" — a claim that, based on the ensuing thread, refers to Claude's growing ability to internalize and act on project-level context stored in files like CLAUDE.md. The response thread, populated largely by developers, engineering leads, and AI power users, quickly evolved into a broader debate about how coding agents should retain and apply institutional knowledge. Central to the discussion is the practice of encoding conventions, review standards, and architectural decisions into markdown files that Claude Code and rival agents consult before writing or reviewing code, effectively turning tribal knowledge into machine-readable infrastructure.

The most contentious thread of debate concerns standardization: whether CLAUDE.md, AGENTS.md, or some universal convention should become the industry norm for agent instruction files. Some commenters argue that a single, model-agnostic rules file is the obvious end state, since maintaining separate configuration files for Claude, Codex, GPT, and other agents is redundant overengineering. Others push back, noting that prompts genuinely need model-specific tuning, meaning fragmentation may persist for now. This tension mirrors a familiar pattern in software tooling history — the early chaos before a de facto standard emerges (akin to package.json, Dockerfile, or .gitignore) — and reflects how quickly "agentic" development practices are being formalized into reusable, shareable artifacts rather than ad hoc prompts.

Beyond file-format squabbles, the replies surface a more substantive theme: leverage. Multiple commenters frame AI-assisted development as fundamentally about eliminating repeated work — onboarding, code review feedback, procurement knowledge, creator-economy collaboration — and converting it into automated, compounding systems. Users describe building "skills" for Claude Code that chain together security checks, architectural review, and spec-compliance validation, as well as multi-model consensus loops where Claude, GPT, Grok, and GLM cross-review each other's output before a fix is committed. This illustrates a maturing ecosystem where individual practitioners are constructing increasingly sophisticated agent orchestration layers on top of foundation models, treating memory persistence, self-updating documentation, and parallel test execution as the next frontier once basic code generation has been largely solved.

Not all sentiment in the thread is celebratory. Several replies raise sharp criticism, including a complaint about Claude Code's usage-tracking system consuming an entire Max-plan allowance after a single overnight code review, and pointed skepticism about taking engineering advice from Claude Code's creators given reliability concerns. This mixed reception is characteristic of Claude Code's current position in the market: a tool with passionate, technically sophisticated advocates pushing its boundaries with skills, memory systems, and multi-agent pipelines, alongside frustrated users hitting friction with billing, non-determinism, and trust in agent-driven review processes.

Collectively, the thread captures a moment in agentic AI development where the conversation has shifted from "can AI write code" to "how do organizations operationalize AI coding agents at scale." The emphasis on CLAUDE.md-style context files, skill libraries, cross-agent memory registries, and automated quality gates signals that the industry is moving toward treating AI agents as semi-autonomous team members requiring onboarding artifacts, governance, and infrastructure — a trend Anthropic is actively shaping through Claude Code while competitors like OpenAI's Codex and various open agent frameworks race to establish their own conventions.

Read original article →