Skip to main content
reopt Handbook
reopt Handbook
Developer Unlearning

Why Change

When Expertise Becomes WeightThe Illusion That I Must Write Everything

Design and Implementation Shift

From Up-Front Design to Iterative DesignPrompts Are Design LanguageCode Review in the AI Era

Practice Reset

Testing Strategy ShiftDebugging Habit ResetContext Management: The New Core SkillRedefining Technical Debt

Team and Career

Team Workflow ChangeWhat Not to UnlearnAgentic Transition Strategy

Appendix

Verification ReportUpdate Log
Handbook›Developer Unlearning
한국어English

Developer Unlearning

Engineering habits to drop, retain, and rebuild for the agentic coding era.

Recently Updated Chapters

  • Code Review in the AI Era2026-06-13

    Shift from reviewing handwritten code to verifying AI-generated code against intent and system context.

  • Context Management: The New Core Skill2026-06-13

    Decide what AI needs to know, what to omit, and when to reset context.

  • Debugging Habit Reset2026-06-13

    Move from trace-by-instinct to hypothesis-driven debugging with AI.

  • When Expertise Becomes Weight2026-06-13

    Why experienced developers can adapt more slowly to agentic coding, and how expertise turns into fixation.

  • The Illusion That I Must Write Everything2026-06-13

    Moving from code writer to intent designer.

In the era of agentic coding tools, learning the tool UI is not enough. The harder work is changing the habits that made experienced developers successful in the previous era.

This handbook is not a tool tutorial. It focuses on how developers shift from manual coding habits to intent design, delegation, verification, and team-level operating discipline.

How this differs from other handbooks

  • Claude Code Complete Guide: tool operations. This handbook: mindset and habit change.
  • Agentic MVP: MVP experimentation. This handbook: developer behavior change.
  • Agent Orchestration Patterns: system design. This handbook: the designer's mindset.
  • Windows Vibe Coding Setup: environment setup. This handbook: how work changes after setup.
A workbench changing from manual coding habits to intent, validation, and delegation

Questions This Handbook Answers

  • Why can a 10-year developer adapt more slowly than a junior developer?
  • How do you move past the identity that "real developers write every line themselves"?
  • How much should you design up front, and where should AI-driven iteration begin?
  • How do testing, debugging, and code review change when AI writes more of the code?
  • How should team workflow, ownership, and career growth adapt?

Who Should Read This

ReaderWhat you get
Senior developersPatterns where experience becomes friction, and concrete ways to change
Tech leads and architectsCriteria for changing design and review processes
CTOs and VPs of EngineeringA roadmap for team-wide workflow transition
Developers who tried AI tools but saw little gainA framework for diagnosing whether the blocker is the tool or the habit

Five-Minute Self-Diagnosis

SymptomStart here
"I can write this faster than AI" is your first reactionexpertise-trap -> letting-go
Long design docs often get overturned during implementationarchitecture-shift -> prompt-as-design
You are unsure how to review AI-generated codecode-review-new -> testing-shift
You do not know what context to give AI during debuggingdebugging-reset -> context-mastery
AI usage rules, ownership, and PR expectations clash inside the teamteam-workflow -> transition-roadmap
You are unsure what to drop and what to keepwhat-to-keep -> transition-roadmap

Recommended Paths

GoalReading path
Understand why change is neededexpertise-trap -> letting-go
Change daily work habits nowtesting-shift -> debugging-reset -> context-mastery
Shift design methodologyarchitecture-shift -> prompt-as-design -> code-review-new
Prepare a team transitionteam-workflow -> transition-roadmap
Confirm what must not be unlearnedwhat-to-keep -> expertise-trap

Handbook Structure

Table of Contents

01. When Expertise Becomes Weight

Why experienced developers can adapt more slowly to agentic coding.

02. The Illusion That I Must Write Everything

Moving from code writer to intent designer.

03. From Up-Front Design to Iterative Design

Drop over-design and discover structure through fast AI-assisted loops.

04. Prompts Are Design Language

Treat prompts as a new form of design specification.

05. Code Review in the AI Era

Shift from reviewing author intent to verifying generated code against system intent.

06. Testing Strategy Shift

Make tests drive implementation so AI can safely execute.

07. Debugging Habit Reset

Move from trace-by-instinct to hypothesis-driven debugging with AI.

08. Context Management

Decide what AI needs to know and what should be omitted.

09. Redefining Technical Debt

Understand what became cheaper and what became more expensive.

10. Team Workflow Change

How division of labor, review, and communication change when AI joins the team.

11. What Not to Unlearn

The engineering fundamentals that still matter.

12. Agentic Transition Strategy

Principles, role checklists, and a four-week transition plan.

Unlearning is not giving up

Unlearning does not mean throwing away your expertise. It means gaining the flexibility to choose between old and new modes depending on the situation. Your accumulated judgment still matters; the assumption to drop is that it is always the only correct path.

Related handbooks

Agentic MVP

How to use agentic coding workflows to build MVPs faster while preserving learning quality.

Harness Engineering

A practical guide to harness design, evaluation, and operations based on OpenAI, Anthropic, Toss, gstack, revfactory, Agents SDK, and Managed Agents patterns

Design Systems for the AI Era

A guide to building design systems that AI agents can understand, verify, and use.

Enterprise Eve Agent Development

A practical enterprise handbook for building high-quality durable AI agents with Vercel Eve, based on Eve 0.11.4 source and the full official docs corpus.

When Expertise Becomes Weight

Why experienced developers can adapt more slowly to agentic coding, and how expertise turns into fixation.

On this page

Questions This Handbook AnswersWho Should Read ThisFive-Minute Self-DiagnosisRecommended PathsHandbook StructureTable of Contents