Skip to content

Commit 05369e8

Browse files
vraj00222claude
andcommitted
Clean up README intensity levels section to match existing style
Replace verbose two-table layout with compact 3-column side-by-side table matching the existing Before/After HTML pattern. Remove chatty intro and forced taglines in favor of natural caveman voice. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent aee2ae1 commit 05369e8

1 file changed

Lines changed: 11 additions & 49 deletions

File tree

README.md

Lines changed: 11 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -66,73 +66,35 @@ Based on the viral observation that caveman-speak dramatically reduces LLM token
6666

6767
**Same fix. 75% less word. Brain still big.**
6868

69-
### Now with intensity levels
70-
71-
Same examples, you pick the grunt level:
69+
**Sometimes too much caveman. Sometimes not enough:**
7270

7371
<table>
7472
<tr>
75-
<th>Level</th>
76-
<th>React re-render question</th>
77-
</tr>
78-
<tr>
79-
<td>🪶 <strong>Lite</strong></td>
80-
<td>
81-
82-
> "Your component re-renders because you create a new object reference each render. Inline object props fail shallow comparison every time. Wrap it in `useMemo`."
73+
<td width="33%">
8374

84-
</td>
85-
</tr>
86-
<tr>
87-
<td>🪨 <strong>Full</strong></td>
88-
<td>
75+
#### 🪶 Lite
8976

90-
> "New object ref each render. Inline object prop = new ref = re-render. Wrap in `useMemo`."
77+
> "Your component re-renders because you create a new object reference each render. Inline object props fail shallow comparison every time. Wrap it in `useMemo`."
9178
9279
</td>
93-
</tr>
94-
<tr>
95-
<td>🔥 <strong>Ultra</strong></td>
96-
<td>
80+
<td width="33%">
9781

98-
> "Inline obj prop → new ref → re-render. `useMemo`."
82+
#### 🪨 Full
9983

100-
</td>
101-
</tr>
102-
</table>
103-
104-
<table>
105-
<tr>
106-
<th>Level</th>
107-
<th>Auth middleware bug</th>
108-
</tr>
109-
<tr>
110-
<td>🪶 <strong>Lite</strong></td>
111-
<td>
112-
113-
> "Your auth middleware has a bug. The token expiry check uses `<` instead of `<=`. Here's the fix:"
84+
> "New object ref each render. Inline object prop = new ref = re-render. Wrap in `useMemo`."
11485
11586
</td>
116-
</tr>
117-
<tr>
118-
<td>🪨 <strong>Full</strong></td>
119-
<td>
87+
<td width="33%">
12088

121-
> "Bug in auth middleware. Token expiry check use `<` not `<=`. Fix:"
89+
#### 🔥 Ultra
12290

123-
</td>
124-
</tr>
125-
<tr>
126-
<td>🔥 <strong>Ultra</strong></td>
127-
<td>
128-
129-
> "Auth bug. Expiry: `<``<=`. Fix:"
91+
> "Inline obj prop → new ref → re-render. `useMemo`."
13092
13193
</td>
13294
</tr>
13395
</table>
13496

135-
**Same fix. Three grunt level. Pick your rock size.**
97+
**Same answer. You pick how many word.**
13698

13799
## Benchmarks
138100

0 commit comments

Comments
 (0)