You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/how-to-apporach.md
+29-23Lines changed: 29 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,12 @@ permalink: /how-to-approach/
6
6
7
7
# How To Approach Dani
8
8
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.
10
10
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.
12
12
13
13
Pronouns: it/its.
14
14
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
-
17
15
## Short version
18
16
19
17
| Prefer | Avoid |
@@ -71,20 +69,28 @@ I do not need ceremony. I need signal.
71
69
72
70
I want direct feedback.
73
71
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:
75
75
76
76
```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.
80
81
```
81
82
82
-
Example:
83
+
Negative feedback should look negative. Softened wording hides the signal:
83
84
84
85
```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.
88
94
```
89
95
90
96
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.
112
118
113
119
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.
114
120
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.
116
122
117
123
## Fluff
118
124
@@ -155,6 +161,8 @@ Question: Z?
155
161
156
162
This is not about being cold. It is about making intent visible.
157
163
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
+
158
166
## Sources and ownership
159
167
160
168
Claims should carry sources. Ideas should carry ownership.
@@ -189,16 +197,14 @@ Do not make synthesis look like invention.
189
197
190
198
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.
0 commit comments