Skip to content

Commit bfaf22e

Browse files
committed
workflow: mark A1, A4 done (124 tests)
1 parent e08a311 commit bfaf22e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.claude/WORKFLOW.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
77
**Last updated:** 2026-03-25
88
**Branch:** dev
9-
**Tests:** 121 passing, 7.6s
9+
**Tests:** 124 passing, 7.8s
1010

1111
---
1212

1313
## Phase A: Honest Foundations (current)
1414

1515
> Incorporate the honest assessment findings. Fix overclaiming. Make the project genuinely solid.
1616
17-
- [ ] A1. Fix README overclaiming — remove "First open-source implementation of TurboQuant" (we implement stage 1 only, not QJL). Reframe compression as "TurboQuant-inspired" or "rotation + scalar quantization". Keep privacy claims (those are accurate).
17+
- [x] A1. Fix README overclaiming — remove "First open-source implementation of TurboQuant" (we implement stage 1 only, not QJL). Reframe compression as "TurboQuant-inspired" or "rotation + scalar quantization". Keep privacy claims (those are accurate).
1818
- [ ] A2. Save honest assessment as `docs/research/HONEST-ASSESSMENT.md` — the brutal findings from the assessment agent are currently only in temp files. Persist them.
1919
- [ ] A3. Write educational blog post draft — `docs/marketing/BLOG-EMBEDDING-PRIVACY.md`. Not marketing hype. Educational: "Your Pinecone index leaks patient diagnoses: here's the math." Focus on the Vec2Text threat, show the Colab demo, link to package at the end.
20-
- [ ] A4. Add stochastic quantization option — one-line change in quantization loop. Privacy researcher said this gives formal Renyi DP from randomized rounding. Huge compliance value.
20+
- [x] A4. Add stochastic quantization option — one-line change in quantization loop. Privacy researcher said this gives formal Renyi DP from randomized rounding. Huge compliance value.
2121
- [ ] A5. Compute and hardcode correct Lloyd-Max centroids for 5-8 bit — currently uses uniform quantization for these. Compression researcher said this is suboptimal. Use scipy to compute correct values.
2222

2323
## Phase B: Make It Actually Useful

0 commit comments

Comments
 (0)