What problem does it solve? Results that run on one machine often fail elsewhere due to unpinned dependencies, unset random seeds, drifting data sources, and undocumented manual steps. Anchor audits these failure layers and produces a replication package that a reviewer or teammate can actually rerun. ## Core Features & Use Cases - Reproducibility Audit: Systematically checks environment pinning, randomness control, data versioning, and run steps, reporting risks and fixes per layer. - Replication Packaging: Produces lockfiles or Docker/conda environments, seeded run harnesses, data snapshots with hashes, a one-command run path, and a README with expected output and tolerance. - Use Case: Before submitting code with a paper for artifact evaluation, use Anchor to pin torch and CUDA dependencies, set and record seeds, snapshot the dataset with a content hash, and smoke-test a clean rerun from a fresh clone. ## Quick Start Ask Anchor to audit your project for reproducibility and build a replication package with pinned dependencies, a recorded seed, and versioned data.