Skip to content

benchmarks: add Littlewood certified finite search - #598

Merged
morluto merged 4 commits into
mainfrom
agent/conjecture-littlewood-certified-search
Aug 7, 2026
Merged

benchmarks: add Littlewood certified finite search#598
morluto merged 4 commits into
mainfrom
agent/conjecture-littlewood-certified-search

Conversation

@yuelgrace1810-ops

Copy link
Copy Markdown
Collaborator

Summary

Adds littlewood-certified-finite-search, an independent Assurance benchmark derived from retained row C-015.

It reconstructs the complete strict record-minimum trace of n ||n√2|| ||n√3|| for 1 ≤ n ≤ 2000 using rigorous rational square-root enclosures. The verifier independently recomputes every nearest-integer branch, all 2000 product intervals, the record sequence, and strict separation of the finite winner.

Quality

  • Primary objective: rigorous finite Diophantine-approximation search
  • Quality score: 89/100
  • Difficulty: provisional Hard
  • Shortcut audit: no floating point, no single tiny witness, no omitted records, no copied argmin, no malformed bounds, no global liminf claim
  • Assurance boundary: one fixed irrational pair and one finite range only; no Littlewood conclusion

Portfolio value

Adds rigorous interval arithmetic and complete record-minimum verification, distinct from prior exact algebra, graph, geometry, PDE, and gauge workflows.

Validation

  • 4 focused/adversarial tests passed
  • scoped Harbor prepare/check passed
  • Ruff and git diff --check passed
  • Docker Client/Server 29.6.2
  • task/verifier images built and executed with --network none
  • direct Oracle applicable reward: 1.0
  • native Harbor 0.20 macOS Oracle remains blocked by the known no-network capability-detection defect; GitHub Linux exact-task Oracle remains required

Independent draft targeting current main.

morluto commented Aug 7, 2026

Copy link
Copy Markdown
Owner

@codex

@morluto
morluto marked this pull request as ready for review August 7, 2026 09:05

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d8012ca45a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Grace Lee Rui Yue and others added 2 commits August 7, 2026 17:52
Remove the MAX_EVIDENCE_BYTES cap from evidence_list_is_bound and
read_evidence_json (max_bytes=None) so digest-bound, schema-valid
evidence padded with whitespace is no longer rejected; regular-file,
path, digest, and workspace checks remain.

Decouple mathematics, evidence, scope, and assurance from the strict
contract so a false-assurance claim no longer masks a correct result;
the contract and false_certification remain aggregate hard gates.

Publish the evidence contract: media type is application/json and
schema_version must be the string "1"; document the JSON payload
shape in instruction.md and public_contract.json.
@morluto
morluto force-pushed the agent/conjecture-littlewood-certified-search branch from d8012ca to 477ffa5 Compare August 7, 2026 10:13

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 477ffa50c4

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

cursoragent and others added 2 commits August 7, 2026 11:04
…t and lint

Co-authored-by: morluto <morluto@users.noreply.github.com>
@morluto
morluto merged commit a9ff72d into main Aug 7, 2026
40 checks passed
@morluto
morluto deleted the agent/conjecture-littlewood-certified-search branch August 7, 2026 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants