diff options
Diffstat (limited to 'docs/reviews/README.md')
| -rw-r--r-- | docs/reviews/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/reviews/README.md b/docs/reviews/README.md new file mode 100644 index 0000000..511c5e3 --- /dev/null +++ b/docs/reviews/README.md @@ -0,0 +1,14 @@ +# Reviews + +Three independent adversarial reviews (Gemini 3.1 Pro, Claude Opus 4.6, +GPT-5.6-Terra) commissioned before publishing. **Caveat:** these were written +against the ORIGINAL `jlens_v2`-style proxy implementation (which +differentiated `log_softmax` directly). The reviewers independently caught +that the proxy computes a different quantity than the paper's J-lens; that +finding led to the faithful implementation in `src/jlens_v3.py`. Treat the +reviews as historical input to the design, not as commentary on the current +canonical implementation. + +Later rounds of review (Gemini 3.6 Flash, Claude Opus 4.6, GPT-5.6 Luna) +against the full repo + blog are summarized in `results.md` and +`docs/blog-jlens-frequency.md`. |
