# The 7 Counter-Habits: When Not to Follow the 7 Habits

#### 1. Be Proactive → When to Let the Model Lead

**Skip when:**\
You’re tired, blocked, or unsure how to start, and need the model to *generate terrain*, not follow instructions.

**Instead:**\
Try:

* “Can you give me a few starting points on this topic?”
* “What questions would you ask if you were me?”

**Why:**\
Sometimes passivity is priming, letting the model move first can reveal angles you hadn’t considered.

**Risk if habit is over-applied:**\
Forcing a goal too early can close off creative space or misframe the whole dialogue.

***

#### 2. Begin with the End in Mind → When to Wander Intentionally

**Skip when:**\
You’re exploring foggy territory: unclear goal, emotional tangle, or conceptual ambiguity (e.g., life decisions, identity writing, early-stage design).

**Instead:**\
Try:

* “I don’t know where this is going. Can we map it together?”
* “Help me think out loud about this.”

**Why:**\
Some sessions are cartographic, not constructive. Over-defining purpose too early kills insight.

**Risk if habit is over-applied:**\
Over-structuring ambiguity leads to false clarity, precision without meaning.

***

#### 3. Put First Things First → When to Chase Momentum

**Skip when:**\
You’re in a flow state, riffing rapidly, or trying to *generate volume* (e.g., ideas, names, sketches, alt phrasings).

**Instead:**\
Use fast loops:

* “Give me 10 rough ideas”
* “Rapid fire, no filtering”
* “Quick list, no judgment”

**Why:**\
Sometimes quantity creates clarity. Depth can wait.

**Risk if habit is over-applied:**\
Slowing down can feel like friction, and interrupt breakthroughs born of speed and play.

***

#### 4. Think Win-Win → When to Use the Model as a Tool, Not a Partner

**Skip when:**\
The task is narrow, low-trust, or high-precision (e.g., regex fix, date formatting, data transformation).

**Instead:**\
Issue commands clearly:

* “Do exactly this”
* “Don’t explain, just output the YAML”
* “Format like this…”

**Why:**\
Not all sessions need dialogue. Sometimes you want a calculator, not a collaborator.

**Risk if habit is over-applied:**\
Treating *every* prompt as a conversation wastes time, and may introduce unnecessary variation.

***

#### 5. Seek First to Understand → When to Interrupt Misalignment Immediately

**Skip when:**\
The model veers way off course, especially in sensitive or technical settings (e.g., culture mismatch, factual distortion, inappropriate tone).

**Instead:**\
Interject early:

* “That’s not what I meant, try this instead”
* “Let’s reset with this framing”

**Why:**\
Reflective diagnosis takes time. Sometimes it’s better to cut the loop and steer cleanly.

**Risk if habit is over-applied:**\
Over-analyzing every misfire can become pedantic or tiring, especially when deadlines loom.

***

#### 6. Synergize → When You Need Clarity, Not Tension

**Skip when:**\
You’re trying to converge, not diverge. Final polishing, consensus synthesis, instructional writing.

**Instead:**\
Ask for *tight*, unambiguous responses:

* “Write it cleanly and simply”
* “Remove contradictions or mixed metaphors”
* “Make it sound resolved”

**Why:**\
\&#xNAN;*Synergy* is creative. But not all tasks are creative. Some need surgical precision and uniformity.

**Risk if habit is over-applied:**\
Chasing tension when you need clarity creates conceptual fatigue, and delays completion.

***

#### 7. Sharpen the Saw → When You’re Just Trying to Finish

**Skip when:**\
You’re under time pressure, cognitively depleted, or near the end of a workflow.

**Instead:**\
Treat the session as *execution*, not reflection. Save the *learning loop* for later.

**Why:**\
Sharpening takes energy. Sometimes you’re just swinging the axe one more time before nightfall.

**Risk if habit is over-applied:**\
Meta-overload. Prompting becomes performative, not practical. You lose momentum in the name of mastery.

***

#### Summary: When to Break the Frame

| Habit                 | Skip When…                         | Better Default                    |
| --------------------- | ---------------------------------- | --------------------------------- |
| 1. Be Proactive       | You’re foggy or blocked            | Let the model “go first”          |
| 2. End in Mind        | You’re in conceptual/emotional fog | Wander first, aim later           |
| 3. First Things First | You’re brainstorming               | Prioritize speed over structure   |
| 4. Think Win-Win      | You want deterministic output      | Treat the model as tool, not peer |
| 5. Understand First   | The model is way off               | Interrupt and reset               |
| 6. Synergize          | You’re converging/finalizing       | Seek harmony, not tension         |
| 7. Sharpen the Saw    | You’re on deadline or tired        | Default to practical, not meta    |

***

**Meta-Layer Insight**

The 7 Habits are powerful tools, but moderation is key.

Rigidly applying them in every situation can be counterproductive, especially when speed, simplicity, or clarity are more important than reflection.

Mastery is knowing when to apply, when to invert, when to let go.

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://praxistutor.gitbook.io/llm/reframing-the-7-habits-for-reflective-llm-use/section-5-limits-and-boundaries/the-7-counter-habits-when-not-to-follow-the-7-habits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
