Skip to content

Commit 81c040b

Browse files
ithiria894claude
andcommitted
readme: replace ASCII architecture with hand-drawn diagram
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 89db2dc commit 81c040b

2 files changed

Lines changed: 3 additions & 22 deletions

File tree

README.md

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -120,28 +120,9 @@ Head-to-head, same test sets, same split, same seed. Every number is reproducibl
120120
121121
## How it works
122122

123-
```
124-
┌─────────────────┐ ┌─────────────────────────┐ ┌──────────────┐
125-
│ │ │ │ │ │
126-
│ Tool │────▶│ Qwen2.5-0.5B (frozen) │────▶│ Layers │
127-
│ description │ │ 494M params, any CPU │ │ 13, 14, 15 │
128-
│ │ │ │ │ │
129-
└─────────────────┘ └─────────────────────────┘ └──────┬───────┘
130-
131-
Activations (2,688 dim)
132-
133-
134-
┌────────────────────┐ ┌──────────────────┐
135-
│ │ │ │
136-
│ Trained probe │────▶│ allow / warn / │
137-
│ 22 KB, logreg │ │ block │
138-
│ │ │ │
139-
└────────────────────┘ └──────────────────┘
140-
+
141-
Static regex corroboration
142-
```
143-
144-
Under a second per description. No GPU. Nothing leaves your machine.
123+
<p align="center">
124+
<img src="docs/how-it-works.png" width="700" alt="How IntentProbe works: tool description → frozen model → slice open layers 13-15 → 22KB probe → allow/warn/block" />
125+
</p>
145126

146127
## Install
147128

docs/how-it-works.png

1.17 MB
Loading

0 commit comments

Comments
 (0)