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›Agentic Transition Strategy
한국어English

Agentic Transition Strategy

Principles, role checklists, and a four-week plan for moving from old habits to agentic coding.

Key takeaways

  • The agentic transition is an operating change, not a tool rollout; the safest approach is small, measured, and team-visible.
  • Adoption moves through five maturity levels from Awareness to Diffusion; most developers stall at Lv.2 Trial and wrongly conclude "AI is not useful" when the real gap is context, prompting, or task selection.
  • A four-week baseline plan sequences observe, safe experiments, verification loop, then codify, producing a baseline, prompt patterns, a PR template, and a keep/stop list.
  • Common failure patterns include early abandonment, AI magic thinking, private transition without team agreement, no measurement, and the perfection trap.
  • Continue when a task is repeatably faster with verifiable quality and reproducible by the team; stop when verification costs more than manual work or output keeps violating business or security rules.

The transition is not a tool rollout. It is an operating change. The safest approach is small, measured, and team-visible.

Principles

Maturity Levels

LevelDescriptionSignal
Lv.1 AwarenessYou know the tool is possibleDemos only
Lv.2 TrialYou use AI occasionallyResults vary, prompts are unstable
Lv.3 HabitYou collaborate with AI dailyYou know which tasks fit
Lv.4 IntegrationWorkflow is redesignedDesign, implementation, verification use AI deliberately
Lv.5 DiffusionTeam adoptionGuidelines, training, shared metrics

Most developers stop at Lv.2 and conclude "AI is not useful." Often the failure is context, prompting, or task selection, not the model itself.

Four-Week Baseline Plan

Template, not mandate

Adjust timing and scope for team size, regulation, legacy burden, and risk. The value is the sequence: observe, experiment, stabilize verification, then codify.

WeekGoalActionsOutputSuccess signal
1Observe and baselineRecord current workflow, choose 3 AI candidates, define forbidden areasPersonal or team baselineFirst safe use cases are clear
2Safe experimentsApply AI to tests, utilities, docs, and low-risk refactorsSuccess/failure log, prompt drafts1-2 repeatable prompt patterns
3Verification loopAdjust PR descriptions, tests, and review checklistPR template, review checklistReviewers know what to verify
4Codify and decideDocument patterns, decide what to keep or stopCLAUDE.md or team guideKeep/stop/expand list is clear

Role Checklist

RoleWeek 1Week 2Week 3Week 4
Individual developerIdentify repeated workTry two safe tasksBuild a verification routineSave personal prompts and notes
Senior / tech leadDefine no-go areasAdjust experiment scopeUpdate review standardsPublish team guidance
EM / team leadAgree baseline metricsApprove pilot scopeDesign retro questionsDecide expand, hold, or stop

Common Failure Patterns

PatternSymptomRoot cause
Early abandonment"I can do it faster myself"Started with complex familiar work
AI magic thinkingDelegates everything and is disappointedNo understanding of limits
Private transitionIndividual speed rises, team friction risesWorkflow changed without agreement
No measurement"It feels better" but no confidenceBaseline was skipped
Perfection trap"AI output is below my level"Treating AI as replacement, not drafter

Do not change everything at once

A lead's first job is not to force speed. It is to define what is experimental, what is forbidden, and what has become team policy.

Continue or Stop Criteria

Continue when:

  • A task is repeatably faster with equal or better quality.
  • Tests or review criteria can verify output.
  • Multiple team members can reproduce the workflow.
  • The resulting code is easier to maintain.

Stop or defer when:

  • Verification costs more than manual implementation.
  • The workflow depends on one person's prompt intuition.
  • The output repeatedly violates business or security rules.
  • The team cannot agree on ownership.

Closing

Agentic transition succeeds when it becomes boring: clear tasks, clear constraints, clear tests, clear ownership, and clear review criteria.

Related docs

Team Workflow Change

How division of labor, review, and communication change when AI participates like a teammate.

SDK 55 Breaking Change Archive

Expo Enterprise Production · Compatibility path for the old SDK 55 breaking changes page. Use the SDK 56 page for the current baseline.

Agentic MVP

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

Cmd. /stop

Codex Command Master · Stop all background terminals owned by the current Codex session.

What Not to Unlearn

The engineering fundamentals that still matter in the AI era.

Verification Report

Verification notes for the English Developer Unlearning handbook.

On this page

PrinciplesMaturity LevelsFour-Week Baseline PlanRole ChecklistCommon Failure PatternsContinue or Stop CriteriaClosing