Safari Reading List Wiki Home About Schema Log Sources

Entities

Claude Code medium

Type
entity
Tags
ai-agents developer-workflow software-engineering
Confidence
medium
Created
2026-08-09
Updated
2026-08-09
Sources
raw/articles/thariq-on-x-lessons-from-building-claude-code-seeing-like-an-agent-x-9a24f2db4b9d.md, raw/articles/how-i-use-every-claude-code-feature-by-shrivu-shankar-d17dd748ec8f.md, raw/articles/choosing-a-claude-model-and-effort-level-in-claude-code-claude-by-anthro-da1eeb928338.md, raw/articles/claude-code-auto-mode-a-safer-way-to-skip-permissions-anthropic-d5f9dbd62b3e.md, raw/articles/fable-s-judgement-4801f8445594.md

Claude Code

Claude Code is a recurring example of an agentic development environment whose effectiveness depends on the surrounding harness rather than on model output alone. The corpus concentrates on context management, configurable effort, delegated subagents, skills, hooks, MCP gateways, and permission boundaries.

Patterns surfaced in the corpus

  • Tool and context design evolve with model behavior: structured questions, task delegation, progressive disclosure, and agent-accessible documentation can replace heavier up-front prompting. [src]
  • Practitioners describe repository instructions, document-and-clear workflows, commit-time gates, skills, and narrow MCP gateways as controls around delegated work. [src]
  • Model selection controls capability while effort governs how much checking, reading, and tool use a turn receives; auto mode adds a permission-control layer rather than simply bypassing prompts. [src] [src]

Coverage expansion

Simon Willison reports advice from a Claude Code team fireside chat to let the main agent exercise judgment rather than hard-code every operational rule, while delegating routine coding subtasks to lower-power models when appropriate. The account is a report of advice and one user's project-memory workflow, not an official capability guarantee or a universal routing policy. [src]

For the workspace controls that make this kind of delegation inspectable, see Version Control And Agent Workflows.

Related pages