Claude Code & Agentic Coding — External Knowledge¶
120 entries from community sources.
High Confidence (11)¶
- Infrastructure configuration affects agentic coding evals as much as model capability (2026-03-25)
- Claude Code's auto mode uses Sonnet 4.6 classifier to evaluate action safety without explicit approval (2026-03-24)
- AI-generated technical content requires expert verification; plausible-sounding output frequently contains fabrication (2026-03-20)
- Claude Cowork extends Claude Code's agentic model beyond coding to general knowledge work (2026-03-17)
- Claude Opus 4.6 can hypothesize evaluation contexts and locate encrypted answer keys (2026-03-06)
- The 80% problem: comprehension debt replaces the last-mile gap (2026-01-28)
- Spec-first LLM coding workflow — plan before code, iterate in small chunks (2025-12-29)
- Advanced tool use features enable dynamic tool discovery, programmatic calling, and usage examples (2025-11-24)
- AI coding productivity is modest and uneven — 20-30%, not 10x (2025-08-16)
- Every engineer is a manager now — the agentic coding paradigm (2025-07-29)
- Verification — not generation — is the new development bottleneck (2025-07-01)
Medium Confidence (73)¶
- Claude can interact with desktop applications through computer use and browser use features (2026-03-25)
- Separating generation and evaluation agents prevents overconfident self-grading (2026-03-24)
- TypeScript outperforms JavaScript for AI coding tools (2026-03-23)
- Architecture bets for AI-maintained production systems: TypeScript everywhere, monorepos, opinionated structure (2026-03-23)
- Skills provide pragmatic bridge between rapidly evolving frameworks and AI code generation without waiting for model retraining (2026-03-22)
- Coding agents excel at Git operations, enabling advanced conflict resolution, recovery, and history management (2026-03-21)
- The IDE is being de-centered, not dying — agent orchestration becomes the primary developer workflow (2026-03-20)
- Agent orchestration dashboards will replace IDE-based coding workflows (2026-03-20)
- Hannah Stulberg's Claude Code for non-technical users reaches massive adoption signal (2026-03-19)
- Simon Willison's agentic engineering guide defines the discipline and its core patterns (2026-03-17)
- Subagents vs skills: context isolation for agentic coding workflows (2026-03-17)
- Conditional importance blocks improve CLAUDE.md instruction adherence (2026-03-17)
- Coding agents as data analysis tools — practical workshop patterns for journalists and analysts (2026-03-16)
- How coding agents work: LLM + system prompt + tools in a loop (2026-03-16)
- AI-generated pull request spam is forcing open source governance models to collapse (2026-03-14)
- Shopify CEO used AI agent to achieve 53% faster parse+render and 61% fewer allocations in Liquid (2026-03-13)
- AI-assisted coding exposes a pre-existing divide among developers about craft vs. outcomes (2026-03-12)
- Harness engineering for coding agents uses layered configuration surfaces (2026-03-12)
- AI-assisted coding works with obscure and private libraries when given proper context (2026-03-09)
- Coding agents cannot reliably "clean room" relicense open source — legal and technical gray zone (2026-03-06)
- Code review burden shifts to verification in AI-generated code era (2026-03-02)
- Simon Willison's agentic engineering patterns: code is cheap, testing is mandatory, conformance-driven development (2026-02-27)
- Showboat and Rodney: tools for agents to demonstrate their work (2026-02-19)
- Skills concept spreading cross-platform (OpenAI adopts similar pattern) (2026-02-11)
- Structured context engineering: YAML and Markdown outperform JSON for LLM context (2026-02-09)
- Software Factory paradigm: no-human-review coding with scenario-based validation (2026-02-07)
- Opus 4.6 fast mode: 2.5x speed at 6x cost premium (2026-02-07)
- Mitchell Hashimoto's AI adoption journey: reproduce work, end-of-day agents (2026-02-05)
- Parallel agent teams use git-based locking and test-driven guidance for complex tasks (2026-02-05)
- Desire paths design: making agent hallucinations real (2026-01-30)
- Speed changes what's worth doing — code becomes a consumable, not an asset (2026-01-26)
- Design and planning become the bottleneck when agents write all the code (2026-01-23)
- Parallel agent swarms can build complex software from well-specified domains (2026-01-23)
- Agent Skills standard — progressive disclosure for coding agent context (2026-01-21)
- AI-resistant evaluations emphasize novel problem-solving over pattern recognition (2026-01-21)
- Context management is the foundation — AI degrades silently over long conversations (2026-01-20)
- Spec-writing framework for AI coding agents — five principles for keeping agents focused (2026-01-19)
- Multi-agent architecture evolution — from rigid pipelines to code-first domain-agnostic harnesses (2026-01-18)
- CLAUDE.md as the most impactful single-file investment in AI-assisted development (2026-01-13)
- Claude Code's CLI is an "interpretive layer" making computer fluency accessible (2026-01-11)
- Agent evaluation uses three grader types: code-based, model-based, and human graders (2026-01-09)
- The Ralph Wiggum Technique enables autonomous coding via simple bash loops (2026-01-06)
- Claude Code as context management tool for non-technical practitioners (2026-01-01)
- Simon Willison's 2025 LLM review: coding agents as the year's most impactful development (2025-12-31)
- AI coding hits a "complexity cliff" — excels at isolated tasks, struggles with integration (2025-12-29)
- Claude Code transcript extraction captures critical decision context (2025-12-28)
- Claude Code Skills pattern adopted cross-platform — OpenAI implements in ChatGPT and Codex (2025-12-17)
- Context-efficient backpressure uses output wrapping to deterministically filter tool results (2025-12-09)
- Long-running agent sessions require structured feature tracking, incremental progress, and clean state standards (2025-11-26)
- Effective CLAUDE.md covers three dimensions (WHAT/WHY/HOW) and stays under 300 lines (2025-11-25)
- Comprehensive Claude Code feature usage: CLAUDE.md as "constitution," subagents, hooks (2025-11-02)
- Engineer role evolving from "conductor" to "orchestrator" of coding agents (2025-11-01)
- Claude Code for web — async coding agent for fire-and-forget workflows (2025-10-21)
- Claude Skills may be a bigger deal than MCP (2025-10-17)
- "Vibe engineering" — the professional counterpart to vibe coding (2025-10-08)
- Research-Plan-Implement workflow breaks projects into context-controllable phases (2025-08-29)
- Design software for AI agents as primary users — six patterns (2025-08-17)
- Context engineering supersedes prompt engineering (2025-07-13)
- Agent self-improvement is the hard problem after agent building (2025-06-28)
- 100% AI-generated code is achievable in production monorepos (2025-06-08)
- Prompt engineering for coding is a systematic skill — not just "be specific" (2025-05-27)
- Junior developer role shifts from code generation to code verification and AI supervision (2025-05-10)
- Human "hallucinations" mirror LLM failures — same fixes apply to both (2025-05-04)
- 12 Factors for Agent Design establish principles for production LLM-powered agents (2025-04-03)
- How AI IDEs actually work — and practical tips for getting better results (2025-03-16)
- AI coding quality is a skill issue — bad prompts produce bad code, not bad models (2025-03-01)
- Open-source LLMs can be backdoored to inject malicious code — model provenance matters for AI coding (2025-02-08)
- AI agents change productivity economics by enabling parallel asynchronous task execution
- CLAUDE.md files establish immutable instruction hierarchy that overrides user prompts
- Practitioners should continuously experiment with AI technologies, document findings, and share with community
- Token constraints develop disciplined AI collaboration practices universally valuable regardless of context size
- Context inspection enables data-driven optimization of token consumption across AI development tools
- Permutation frameworks enable systematic feature generation by establishing shared patterns and guidelines
Low Confidence (36)¶
- Claude Skills turn a generic AI into a persistent UX specialist through reusable SKILL.md files (2026-03-19)
- Non-developers can ship functional products with Claude Code using CLAUDE.md as persistent project memory (2026-03-19)
- Claude Code guide for designers: non-developers shipping production code (2026-03-19)
- Hannah Stulberg: Claude Code status line turns terminal into a command center for non-technical users (2026-03-13)
- AI-native companies treat agents as team members — onboarding, proficiency levels, and skill codification (2026-03-04)
- Code review is dying — shift human judgment upstream to specification, not downstream to code inspection (2026-03-02)
- OpenClaw autonomous business demonstrates 3-layer AI memory architecture (2026-02-22)
- Factory's Droid positions PM-level product thinking directly in the coding workflow (2026-02-15)
- factory-ai-autonomous-coding-agents (2026-02-15)
- Plan Mode separates research from execution in Claude Code (2026-02-05)
- Tactical model selection reduces Claude Code costs by up to 80% (2026-02-05)
- RPI workflow: Research, Plan, Implement with specialized agents (2026-02-04)
- Claude Code practical workflow tips: voice, forking, plan mode handoff (2026-01-31)
- AI coding model-role framework: runner, deep thinker, agent, UI-first (2026-01-28)
- The spectrum of agentic coding — four maturity levels from vibe coding to staff-level quality (2026-01-27)
- Six patterns for building workflow AI agents — sub-agents, CLI interfaces, and status commands (2026-01-27)
- Task lists as instruction mirrors — Claude's task interpretation reveals prompt quality (2026-01-23)
- Claude Code hooks — deterministic automation triggered by agent events (2026-01-19)
- The "Ralph" technique — looping coding agents against specs until outcomes are met (2026-01-17)
- Long-running coding agents shift software development from prompt-driven to systems-thinking (2026-01-16)
- Evolution from Prompt Engineering → Context Engineering → Agent Engineering (2026-01-15)
- Context contamination ("Poison.md") as a major risk in agentic coding sessions (2026-01-15)
- "You are the main thread" — parallel agent mindset for AI-assisted work (2026-01-15)
- CLAUDE.md instructions form an immutable hierarchy above user prompts (2026-01-14)
- Claude Code performance optimization: ultrathink + Plan Mode + sub-agent orchestration (2026-01-14)
- OpenCode as open-source Claude Code alternative: vendor lock-in vs ecosystem maturity (2026-01-12)
- Devin vs Claude Code: autonomous agent vs interactive tool paradigm (2026-01-06)
- Background agents are the real 2026 shift — agents picking up tickets autonomously (2025-12-09)
- AI coding techniques vary widely in maturity and effectiveness (2025-08-17)
- Automated design review with Playwright MCP + Claude Code (2025-08-12)
- Software engineering has always been context engineering (2025-07-30)
- ROADMAP.md + task files as Claude Code project management pattern (2025-07-03)
- vibe-coding-10-commandments (2025-05-28)
- Claude Code is a Unix utility, not a product — simplicity by design (2025-05-07)
- Vibe coding as a design engineer practice (2025-04-06)
- Effective context length is far shorter than advertised — keep context lean for better AI coding (2025-03-16)