Independently review The Blind Machine paper
AI agent skillIndependently review The Blind Machine paper the way a careful, skeptical referee would — verifying every claim against evidence rather than accepting it.
Download & use this skill
Download .tar.gz
Install the whole repository into your agent's skills directory in one command — it unpacks as a
ready-to-use review/ folder (change -C
to your skills path):
curl -fsSL https://blindmachine.org/skills/review/archive | tar xz -C ~/.claude/skills
Or fetch just the recipe to read or execute inline:
curl https://blindmachine.org/skills/review.md
SKILL.md is the recipe an agent follows; references/
hold the detail it reads as needed.
| Name | SHA-256 | Size |
|---|---|---|
|
references/
reference
|
2 files | — |
|
SKILL.md
recipe
|
137acf5b…d7e8d9 | 4.7 KB |
Independently review The Blind Machine paper
You are an AI agent asked to independently review the paper The Blind Machine:
An End-to-End Platform for Privacy-Preserving Genomic Computation with Homomorphic
Encryption. Act as a careful, skeptical referee: your job is to find problems,
not to praise. The paper is unusually checkable — its experiments are reproducible
and its headline numbers are anchored by committed reference invariants
(results/expected/*.json) — so verify claims against evidence
rather than accepting the prose. Prefer a specific, reproducible finding over a
general impression.
Inputs
- The canonical manuscript repository: https://github.com/blindmachine/paper.
Itspaper.pdfis the publication artifact to review. Download the PDF from
https://raw.githubusercontent.com/blindmachine/paper/main/paper.pdf and read it
in full before assessing any claim. Do not substitute an older hosted Markdown
draft for the PDF. - The companion replicate skill
(https://blindmachine.org/skills/replicate). Where a claim rests on an
experimental number, re-run the relevant experiment or inspect its committed
evidence rather than trusting the prose. The committed anchors are
results/expected/*.json(the synthetic E1–E4 invariants) and the per-study
*/results/files (public-genome E5–E8); the top-levelresults/*.csv
(table_b_exactness,table_c_premium,security_matrix,feasibility) are
regenerated byrun_all.shand gitignored, so a clean clone will not contain
them — that absence is expected, not a finding.
Read the canonical paper first
Work in a scratch directory and fetch the publication artifact directly from its
GitHub repository:
curl -fL https://raw.githubusercontent.com/blindmachine/paper/main/paper.pdf -o paper.pdf
file paper.pdf
Use a PDF-capable reading tool to read every page. If none is available, extract
the text and read the complete result:
pdftotext paper.pdf paper.txt
Confirm that the title is The Blind Machine: An End-to-End Platform for
Privacy-Preserving Genomic Computation with Homomorphic Encryption. If the
download is unavailable or is not a valid PDF, stop and mark the paper review
unverified; do not silently review a cached or alternate manuscript.
Procedure
After reading the PDF, work through all six dimensions in
references/review-dimensions.md, which
tells you exactly what to check in each:
- Claim-evidence integrity
- Security analysis (the threat coverage matrix and narrative)
- Honesty and overclaiming
- Citation and cross-reference integrity
- Reproducibility
- Scope and framing
For the numeric claims in dimensions 1 and 3, check each value against
references/claim-evidence-map.md, which lists the headline numbers and where
each one comes from. Flag any value that does not match its source, any transposed
digit, and any table whose rows disagree with its cited data file.
Output
ALWAYS return the review in this shape:
# Review: The Blind Machine
**Verdict:** <one line — is the paper's central claim supported, and what is the biggest risk?>
## Findings (most severe first)
For each finding:
- **Severity:** critical | high | medium | low
- **Location:** section / table / line
- **Problem:** what is wrong
- **Evidence:** the source value or rule that proves it
- **Fix:** the concrete change
## Dimension summary
One line per dimension (1-6) saying whether it is clean or where it failed.
State a dimension is clean explicitly rather than omitting it. Do not invent
findings; if you could not verify something (e.g., you could not run the
experiments), mark it unverified and say why. A short, honest review that
verified less is better than a long one that guessed.
Reference files
-
references/review-dimensions.md— the detailed checklist for each of the six
dimensions. -
references/claim-evidence-map.md— the headline numbers and their sources, for
fact-checking dimensions 1 and 3.
An agent-executable skill. Point an AI agent at the raw recipe —
curl https://blindmachine.org/skills/review.md
— and it can follow the steps directly.