# User Segment Comparison

| Habit # | Beginner                     | Intermediate                    | Advanced (Reflective Fluent)                    |
| ------- | ---------------------------- | ------------------------------- | ----------------------------------------------- |
| 1       | Passive, reactive            | Try a few re-prompts            | Architect their sessions intentionally          |
| 2       | Vague aims                   | Task-focused (e.g., code, copy) | Outcome-driven framing with future use in mind  |
| 3       | Speed over quality           | Balance varies                  | Depth-first, meta-cognitive prioritization      |
| 4       | Treat LLM as tool            | Slightly iterative              | Full *co-creation* stance                       |
| 5       | Don’t read model’s reasoning | Surface-level adjustments       | Ask: “What is the model *assuming*?”            |
| 6       | Frustrated by errors         | Try to “fix” prompts            | Use errors as mirrors for reflection            |
| 7       | No *learning loop*           | Occasional reflection           | Track their own LLM fluency growth deliberately |

***


---

# 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-1-orientation/user-segment-comparison.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.
