Equiv, check that an AI refactor did not change what your code does Equiv, a new open-source tool, checks that an AI refactor did not change what code does by running changed functions against previous versions on deterministically generated inputs and reporting behavioral differences. It provides signed receipts for verification, addressing the need for deterministic checks in AI-written code review. The tool supports int, str, and list[int] inputs and integrates with GitHub Actions. An LLM should not be the only thing reviewing LLM-written code. equiv runs a changed function against its previous version on the same deterministically generated inputs and reports whether the behaviour changed. If it did, you get the exact input where they differ. Either way you get a reproducible, signed receipt: re-run the check on any machine and you get the same answer, byte for byte, without trusting any model's opinion. Most code is now written by AI and reviewed by AI. A model saying "this looks fine" is not verification. A deterministic check you can re-run yourself is. List the functions whose behaviour must be preserved across a PR in a manifest at the repository root. The format of each line is