AI Catchup

Developer Productivity Articles

4 articles across AI Catchup's news, guides, tutorials, and comparisons.

All Developer Productivity articles

claude-codeApr 17, 2026

Claude Code Subagent Patterns: 10 Reusable Agent Definitions

A Claude Code subagent is a delegated worker with its own context window, defined as a markdown file with YAML frontmatter in .claude/agents/. Subagents can edit files when you grant Edit or Write, nest three layers deep by default, and run 20 at a time. These 10 definitions cover the highest-value delegations.

claude-codeApr 15, 2026

Master Claude Code's 1M Context Window: Rewind, Compact, Clear, and Subagents

Claude Code's 1M token context window opens longer autonomous sessions but introduces 'context rot' -- degraded performance as the window fills. Master four turn-end tools: /rewind to drop bad branches, /compact to summarize and continue, /clear to start fresh with a distilled brief, and subagents to wall off noisy work in their own context.

cursorApr 15, 2026

Auto-Generate Cursor Rules and Skills From Your Chat History

Cursor stores agent sessions as JSONL transcripts on disk, which means an agent can read its own history and propose rules and skills based on patterns it spots. Eric Zakariasson's prompt formalizes this -- point Cursor at your transcripts and it emits ready-to-save .cursor/rules/*.mdc and .cursor/skills/<slug>/SKILL.md files for review.

prompt-engineeringMar 4, 2026

Prompt Engineering in 2026: The Playbook That Works Across Claude and GPT

Prompt engineering in 2026 has two layers: cross-model fundamentals (clear direct instructions, motivated rules, 3-5 structured examples, XML boundaries, long documents before the question) and model-specific overrides that matter more than ever, because the newest models need instructions deleted as often as added. Start here, then apply the guide for your model.

Get the weekly AI Catchup

Tools, practices, and what matters, in your inbox every week.