Skip to content

Commit ab22e26

Browse files
authored
style: using colon instead of hyphen (#13)
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).
1 parent 40b7e85 commit ab22e26

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/content/chapters/20-ai-fatigue.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Analysis of 300+ engineer responses revealed five recurring patterns.
2727

2828
### Pattern 1: The meditative middle is gone
2929
Coding has three psychological modes: 1. **Problem-solving**
30-
(stressful) - Understanding the problem 2. **Coding** (meditative)
31-
- Writing the solution 3. **Seeing it work** (dopamine) - Tests
30+
(stressful): Understanding the problem 2. **Coding** (meditative):
31+
Writing the solution 3. **Seeing it work** (dopamine): Tests
3232
pass, feature works
3333

3434
AI collapsed the meditative middle. Engineers now oscillate between
@@ -227,4 +227,4 @@ with deployment scripts and tuning guidance.
227227
- ☐ Team has a shared channel for agent wins and failures
228228
- ☐ Agent scope is limited to tasks with clear verification criteria
229229

230-
**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/)
230+
**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/)

0 commit comments

Comments
 (0)