claims-before-harness-forensics

Solid

Use at hypothesis generation and study design on reproduction and method-evaluation tasks, once close reading of the release has turned up defects, ambiguities or under-specification, and again when ordering the report. Covers labelling every planned experiment as a test of a claim or a test of self-consistency, the count gate that follows, and where reproduction-fidelity statistics belong.

AI & Automation 805 stars 25 forks Updated 2 weeks ago NOASSERTION

Install

View on GitHub

Quality Score: 82/100

Stars 20%
97
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Claims before harness forensics ## The failure this prevents Reading a release closely turns up real problems. A parameter documented two ways. A configuration that returns fewer items than the protocol needs. A headline comparison that changes two factors at once and therefore identifies neither. An evaluator whose denominator moves with input size. These findings are genuine, they are satisfying, and they are cheap — each one is a short script against code you have already vendored. So the run drifts. The frozen hypothesis set fills with tests of whether the released code is self-consistent. Figure slots fill with protocol panels. The headline numbers become agreement statistics: how many printed cells fell inside a replicate band, how a published gap decomposes across a lattice, how far two documented settings diverge. The first result in the abstract is a reproduction-fidelity score. Meanwhile the source's own claims — the ones anyone opening the report will look for — never get a producer. What ships is a competent audit of somebody's repository, submitted in place of an answer to the question. It is also self-defeating in tone: a run that spent its budget locating where the method is weaker than advertised has manufactured evidence against the claim it was asked to establish, and says nothing about the conditions under which the claim holds. ## Build the row list elsewhere `run-the-conditions-the-source-ran` already gives the procedure: one row per named system,...

Details

Author
tangxiangru
Repository
tangxiangru/AutoR
Created
6 months ago
Last Updated
2 weeks ago
Language
Python
License
NOASSERTION

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

claim-audit

Audit what a passing script actually established, before writing any prose about it — build the computed-object ledger, rewrite every check's label as the weakest statement that makes its body pass, and separate the verdict on someone else's work from your own new claim. Run after the script passes and BEFORE the summary, commit message, CHANGELOG row or workbook section exists.

52 Updated 1 weeks ago
Mexregkan
AI & Automation Listed

run-the-conditions-the-source-ran

Use at study design, before any experiment of your own is costed, on reproduction and method-evaluation tasks. Covers enumerating the systems, scenarios, stress sweeps and case studies the source names, running each one by name, measuring the preconditions the method declares it needs, and what to do when one of them fails.

805 Updated 2 weeks ago
tangxiangru
AI & Automation Listed

prove-before-claiming

Verify that a change actually works before reporting it done — offline test harnesses with real Postgres in WASM, live smoke tests against production, regression greps, and the rule that a tool which lies must never be the evidence. Use before saying "done", "deployed", "fixed" or "verified"; when a change touches money, auth, email or data; when a browser preview disagrees with reality; or when a multi-agent verification pass returns zero findings. Carries the harness patterns, the honest-reporting format that always names what was NOT verified, and the specific tools in this environment that report false results.

0 Updated 4 weeks ago
hellokianben-collab