From e55ac574edfe8ddd1a2d36d029f6a35e1ef69928 Mon Sep 17 00:00:00 2001 From: Paulo Suzart Date: Tue, 24 Mar 2026 15:19:17 +0100 Subject: [PATCH] style: using colon instead of hyphen Using a colon instead of a hyphen to enumerate the phases of coding. This avoids accidental rendering as a list (happening now), and keeps the raw text clear of escapes (`\-` escaping the hyphen). --- src/content/chapters/20-ai-fatigue.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/chapters/20-ai-fatigue.mdx b/src/content/chapters/20-ai-fatigue.mdx index 0cb7e89..6f05fc6 100644 --- a/src/content/chapters/20-ai-fatigue.mdx +++ b/src/content/chapters/20-ai-fatigue.mdx @@ -27,8 +27,8 @@ Analysis of 300+ engineer responses revealed five recurring patterns. ### Pattern 1: The meditative middle is gone Coding has three psychological modes: 1. **Problem-solving** -(stressful) - Understanding the problem 2. **Coding** (meditative) -- Writing the solution 3. **Seeing it work** (dopamine) - Tests +(stressful): Understanding the problem 2. **Coding** (meditative): + Writing the solution 3. **Seeing it work** (dopamine): Tests pass, feature works AI collapsed the meditative middle. Engineers now oscillate between @@ -227,4 +227,4 @@ with deployment scripts and tuning guidance. - ☐ Team has a shared channel for agent wins and failures - ☐ Agent scope is limited to tasks with clear verification criteria -**Related Concepts:** [AI Fatigue & Sustainable Adoption](/20-ai-fatigue/), [The Conductor Model](/21-conductor-model/), [Backpressure](/32-backpressure/) **Related Practices:** [The Agent Adoption Playbook](/33-adoption-playbook/) \ No newline at end of file +**Related Concepts:** [AI Fatigue & Sustainable Adoption](/20-ai-fatigue/), [The Conductor Model](/21-conductor-model/), [Backpressure](/32-backpressure/) **Related Practices:** [The Agent Adoption Playbook](/33-adoption-playbook/)