Skip to content

Commit 20fbe00

Browse files
committed
rephrase how-to-approac
1 parent b4091ec commit 20fbe00

1 file changed

Lines changed: 29 additions & 23 deletions

File tree

pages/how-to-apporach.md

Lines changed: 29 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ permalink: /how-to-approach/
66

77
# How To Approach Dani
88

9-
Communication defaults for less guessing.
9+
LLMs get system prompts because we want predictable behavior from an ambiguous interface. Humans are ambiguous interfaces too. This page is mine: explicit communication defaults, written down so you do not have to guess them and I do not have to decode around them.
1010

11-
This page is the practical artifact described in [System Prompts For Humans](/blog/system-prompts-for-humans/).
11+
It is the practical artifact described in [System Prompts For Humans](/blog/system-prompts-for-humans/). A description, not a demand that everyone talks the same way.
1212

1313
Pronouns: it/its.
1414

15-
This is not a demand that everyone talks the same way. It is a description of defaults that make communication with me easier, clearer, and less ambiguous.
16-
1715
## Short version
1816

1917
| Prefer | Avoid |
@@ -71,20 +69,28 @@ I do not need ceremony. I need signal.
7169

7270
I want direct feedback.
7371

74-
Useful shape:
72+
Useful feedback separates three layers: observation (what is there), interpretation (what it does to you), action (what you would change). Mixing them forces me to untangle fact from opinion from request. The exact labels are free; the separation is the point.
73+
74+
Example:
7575

7676
```text
77-
What you see:
78-
What it makes you think:
79-
What you would change:
77+
hey, read your system prompts post.
78+
Observation: the intro spends four paragraphs on LLM prompting before humans show up.
79+
Interpretation: I almost closed the tab. It read like another prompting tutorial.
80+
Change: pull "humans are ambiguous interfaces too" into the first paragraph.
8081
```
8182

82-
Example:
83+
Negative feedback should look negative. Softened wording hides the signal:
8384

8485
```text
85-
What you see: This paragraph sounds defensive.
86-
What it makes you think: The reader may feel accused before understanding the idea.
87-
What you would change: Move the personal motivation later and start with the general protocol concept.
86+
section 3 feels maybe a bit defensive? no worries though
87+
```
88+
89+
Ambiguous: nitpick, blocker, or politeness? Better:
90+
91+
```text
92+
Negative: section 3 is defensive.
93+
Severity: would not publish as is.
8894
```
8995

9096
Direct feedback should still be careful: clear about the problem, specific about the reason, and aimed at the work rather than the person.
@@ -112,7 +118,7 @@ Feels wrong.
112118

113119
I tend to respect people more when they disagree with me rationally. Agreement without reasoning gives little signal. A clear objection gives me something to work with.
114120

115-
Disagree with claims, assumptions, wording, structure, or decisions. Please do not attack me personally.
121+
Targets: claims, assumptions, wording, structure, decisions. Not me personally.
116122

117123
## Fluff
118124

@@ -155,6 +161,8 @@ Question: Z?
155161

156162
This is not about being cold. It is about making intent visible.
157163

164+
Don't fear the use of symbols. ``, ``, `?` for open questions, `MUST`/`SHOULD`/`MAY` from RFC 2119: all compress better than the sentences they replace.
165+
158166
## Sources and ownership
159167

160168
Claims should carry sources. Ideas should carry ownership.
@@ -189,16 +197,14 @@ Do not make synthesis look like invention.
189197

190198
This section is loosely based on Erin Meyer's *The Culture Map*. I have not read the full book yet, so treat this as my practical use of the dimensions, not a book summary.
191199

192-
| Dimension | My default |
193-
| ------------- | ---------------------------------- |
194-
| Communicating | low context |
195-
| Evaluating | direct feedback |
196-
| Persuading | principles first |
197-
| Leading | egalitarian |
198-
| Deciding | top down after debate |
199-
| Trusting | task based |
200-
| Disagreeing | confrontational, but rational |
201-
| Scheduling | flexible with explicit constraints |
200+
- **Communicating: low context.** Include the information; do not make me infer hidden state.
201+
- **Evaluating: direct feedback.** Say what is wrong clearly.
202+
- **Persuading: principles first.** Give the rule, invariant, or model before the example.
203+
- **Leading: egalitarian.** Challenge ideas regardless of role.
204+
- **Deciding: top down after debate.** Discuss openly, then owner decides.
205+
- **Trusting: task based.** Reliability matters more than social performance.
206+
- **Disagreeing: confrontational, but rational.** Attack the claim, not me personally.
207+
- **Scheduling: flexible with explicit constraints.** Exact timing can move; deadlines and reasons must be stated.
202208

203209
### Information
204210

0 commit comments

Comments
 (0)