Skip to main content
Verify code correctness against documented behavior, reference implementations, and API contracts. Returns a Pass/Fail verdict with analysis.

When to Use

  • After writing critical code: Verify it correctly implements a concept or algorithm
  • Logic errors: Detect off-by-one mistakes, wrong assumptions, or incorrect API usage
  • Reference comparison: Compare against documented behavior and reference implementations

Parameters

Example

Returns: Verdict (Pass/Fail) and analysis of any discrepancies found.