Skip to content

Replace ScaffBench with Fixproof, a sealed benchmark graded by hidden tests - #421

Closed
Marve10s wants to merge 10 commits into
mainfrom
ibrahim/fixproof
Closed

Replace ScaffBench with Fixproof, a sealed benchmark graded by hidden tests#421
Marve10s wants to merge 10 commits into
mainfrom
ibrahim/fixproof

Conversation

@Marve10s

@Marve10s Marve10s commented Sep 3, 2026

Copy link
Copy Markdown
Owner

Problem

ScaffBench stopped telling us anything. Its board had 13 specs at one trial each, so a single flipped spec moved the index by about 8 points, and the last published cohort sat inside one such band: the smallest GPT tier tied or beat the frontier models. The tasks measured toolchain recall rather than reasoning, agents could iterate on the build until it went green, and a full run cost a day of serial machine time for one noisy number. The harness, its reports, and the page kept growing around a benchmark we no longer trust.

Solution

This retires ScaffBench completely and replaces it with Fixproof, a benchmark built the way the repo-issue benchmarks are: real issues mined from private production codebases, each one a repository at a base commit plus a short symptom statement, graded by hidden tests that were proven red at base and green with the maintainers' fix. The agent gets the repository with history hidden and design notes stripped, a 30-minute cap, and its own test edits reverted before grading.

Everything task-related is anonymous and sealed. The task statements, the hidden oracles, the requirement maps, the harness, and the raw run artefacts live in a separate private repository and never enter this one. Publicly a task is only an id, a category, a difficulty tier, and whether it came from a private or the public Better-Fullstack repo. That is deliberate: publishing tasks puts them into training data and invites tuning against the tests.

The new /benchmark page shows what we actually have from the first dry run rather than a projection. Two indexes are reported, both difficulty-weighted: Resolved, which counts a task only when every hidden check passes with no regression, and Progress, which credits the share of a task's requirements that were failing at base and pass after the patch, so near misses are visible without letting check counts inflate the score. The page also carries the run conditions in plain words, because these numbers come from real unattended agent runs on a dedicated Linux bench machine, not from anyone's estimate: one model, one trial per task, ten tasks, with three not yet run and one voided by a provider quota error and excluded.

The cleanup removes the ScaffBench harness, its published reports, the /run page, the home teaser, the CI solvability job, the retired i18n keys and generated message modules, and every doc and script reference. The rule that benchmark results never count as product verification evidence stays, reworded for Fixproof, and its validator still enforces it.

What this PR does not do: it does not publish any task, oracle, or private-codebase detail, and it does not claim the index is stable. A single trial on one model is a dry run of the pipeline. More trials, more models, and the alternative-fix check for each oracle come next.

@greptile-apps

greptile-apps Bot commented Sep 3, 2026

Copy link
Copy Markdown

Too many files changed for review (263 files, 100 file limit).

Bypass the limit by tagging @greptile-apps to review.

@vercel

vercel Bot commented Sep 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
better-fullstack-web Ready Ready Preview Sep 4, 2026 7:58pm UTC

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 3, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-04T19:58:18.228726Z 80c1787 New commits
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@coderabbitai

coderabbitai Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Too many files!

This PR contains 262 files, which is 112 over the limit of 150.

To get a review, reduce the PR to 150 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: 15a3e495-6623-4fca-aab7-60fb0668a877

📥 Commits

Reviewing files that changed from the base of the PR and between 90e908d and 80c1787.

⛔ Files ignored due to path filters (1)
  • apps/web/public/blog-images/scaffbench-2-2.svg is excluded by !**/*.svg
📒 Files selected for processing (262)
  • .github/workflows/e2e-test.yaml
  • .gitignore
  • AGENTS.md
  • README.md
  • apps/cli/test/benchmarks/scaffbench-solvability-contract.test.ts
  • apps/cli/test/e2e/scaffbench-solvability.test.ts
  • apps/cli/tsconfig.json
  • apps/web/content/docs/verification.mdx
  • apps/web/messages/de.json
  • apps/web/messages/en.json
  • apps/web/messages/es.json
  • apps/web/messages/fr.json
  • apps/web/messages/ja.json
  • apps/web/messages/ko.json
  • apps/web/messages/uk.json
  • apps/web/messages/zh-Hant.json
  • apps/web/messages/zh.json
  • apps/web/src/components/benchmark/fixproof-board.tsx
  • apps/web/src/components/benchmark/fixproof-chart.tsx
  • apps/web/src/components/benchmark/fixproof-data.ts
  • apps/web/src/components/benchmark/fixproof-theme.ts
  • apps/web/src/components/docs/mdx/bench-bar-chart.tsx
  • apps/web/src/components/docs/mdx/verification-status.tsx
  • apps/web/src/components/home/benchmark-teaser.tsx
  • apps/web/src/components/home/llm-benchmark-section.tsx
  • apps/web/src/components/home/provider-marks.tsx
  • apps/web/src/components/home/scaffbench-3-board-data.ts
  • apps/web/src/components/home/scaffbench-types.ts
  • apps/web/src/components/scaffbench/scaffbench-3-data.ts
  • apps/web/src/lib/content/changelog.ts
  • apps/web/src/lib/docs/verified-combinations-data.ts
  • apps/web/src/lib/seo/sitemap-core.ts
  • apps/web/src/paraglide/messages/_index.js
  • apps/web/src/paraglide/messages/benchmarkdescription1.js
  • apps/web/src/paraglide/messages/benchmarkseotitle2.js
  • apps/web/src/paraglide/messages/benchmarkteasercta2.js
  • apps/web/src/paraglide/messages/benchmarkteasermcpbody3.js
  • apps/web/src/paraglide/messages/benchmarkteasertitle2.js
  • apps/web/src/paraglide/messages/benchmarkteasertopmodels3.js
  • apps/web/src/paraglide/messages/benchmarktitle1.js
  • apps/web/src/paraglide/messages/changelogrelease20260612highlightbenchmark3.js
  • apps/web/src/paraglide/messages/changelogrelease20260612summary2.js
  • apps/web/src/paraglide/messages/fixproofboardcaption2.js
  • apps/web/src/paraglide/messages/fixproofboardheading2.js
  • apps/web/src/paraglide/messages/fixproofchartaxisminutes3.js
  • apps/web/src/paraglide/messages/fixproofchartcaption2.js
  • apps/web/src/paraglide/messages/fixproofchartheading2.js
  • apps/web/src/paraglide/messages/fixproofchartlegendaria3.js
  • apps/web/src/paraglide/messages/fixproofchartmetricaria3.js
  • apps/web/src/paraglide/messages/fixproofchartnote2.js
  • apps/web/src/paraglide/messages/fixproofchartpointaria3.js
  • apps/web/src/paraglide/messages/fixproofchartregionaria3.js
  • apps/web/src/paraglide/messages/fixproofclaim1.js
  • apps/web/src/paraglide/messages/fixproofcolclaimedonly3.js
  • apps/web/src/paraglide/messages/fixproofcoleffort2.js
  • apps/web/src/paraglide/messages/fixproofcolharness2.js
  • apps/web/src/paraglide/messages/fixproofcolmedianminutes3.js
  • apps/web/src/paraglide/messages/fixproofcolmodel2.js
  • apps/web/src/paraglide/messages/fixproofcolprogressindex3.js
  • apps/web/src/paraglide/messages/fixproofcolregressions2.js
  • apps/web/src/paraglide/messages/fixproofcolresolvedindex3.js
  • apps/web/src/paraglide/messages/fixproofcolrundate3.js
  • apps/web/src/paraglide/messages/fixproofcolsolvedovergraded4.js
  • apps/web/src/paraglide/messages/fixproofcoltestedits3.js
  • apps/web/src/paraglide/messages/fixproofcoltrials2.js
  • apps/web/src/paraglide/messages/fixproofdefclaimedonly3.js
  • apps/web/src/paraglide/messages/fixproofdefharness2.js
  • apps/web/src/paraglide/messages/fixproofdefinitionaria2.js
  • apps/web/src/paraglide/messages/fixproofdefmedianminutes3.js
  • apps/web/src/paraglide/messages/fixproofdefprogressindex3.js
  • apps/web/src/paraglide/messages/fixproofdefregressions2.js
  • apps/web/src/paraglide/messages/fixproofdefresolvedindex3.js
  • apps/web/src/paraglide/messages/fixproofdefsolvedovergraded4.js
  • apps/web/src/paraglide/messages/fixproofdeftestedits3.js
  • apps/web/src/paraglide/messages/fixproofdeftrials2.js
  • apps/web/src/paraglide/messages/fixproofgradedoftotal3.js
  • apps/web/src/paraglide/messages/fixproofprovenancesummary2.js
  • apps/web/src/paraglide/messages/fixproofseotitle2.js
  • apps/web/src/paraglide/messages/fixproofsortaria2.js
  • apps/web/src/paraglide/messages/fixproofstatusdatelabel3.js
  • apps/web/src/paraglide/messages/fixproofstatusgradedlabel3.js
  • apps/web/src/paraglide/messages/fixproofstatusrunlabel3.js
  • apps/web/src/paraglide/messages/fixproofstatustrialslabel3.js
  • apps/web/src/paraglide/messages/llmagentdescription2.js
  • apps/web/src/paraglide/messages/llmagenttitle2.js
  • apps/web/src/paraglide/messages/llmallsupportedclients3.js
  • apps/web/src/paraglide/messages/llmavgscaffoldtime3.js
  • apps/web/src/paraglide/messages/llmbenchmarkdescription2.js
  • apps/web/src/paraglide/messages/llmbenchmarkmetric2.js
  • apps/web/src/paraglide/messages/llmbuildspassing2.js
  • apps/web/src/paraglide/messages/llmclaudesweep2.js
  • apps/web/src/paraglide/messages/llmcodexsweep2.js
  • apps/web/src/paraglide/messages/llmerrorrate2.js
  • apps/web/src/paraglide/messages/llmfailedbuilds2.js
  • apps/web/src/paraglide/messages/llmfastreliable2.js
  • apps/web/src/paraglide/messages/llmfiltermodels2.js
  • apps/web/src/paraglide/messages/llmlightsweep2.js
  • apps/web/src/paraglide/messages/llmmodels1.js
  • apps/web/src/paraglide/messages/llmmostefficient2.js
  • apps/web/src/paraglide/messages/llmoutputtokens2.js
  • apps/web/src/paraglide/messages/llmpathclidetail3.js
  • apps/web/src/paraglide/messages/llmpathclishort3.js
  • apps/web/src/paraglide/messages/llmpathmcpdetail3.js
  • apps/web/src/paraglide/messages/llmpathpromptdetail3.js
  • apps/web/src/paraglide/messages/llmpathpromptshort3.js
  • apps/web/src/paraglide/messages/llmreadblog2.js
  • apps/web/src/paraglide/messages/llmrunityourself3.js
  • apps/web/src/paraglide/messages/llmscatteraria2.js
  • apps/web/src/paraglide/messages/llmscatterunmetered2.js
  • apps/web/src/paraglide/messages/llmspeed1.js
  • apps/web/src/paraglide/messages/llmtokens1.js
  • apps/web/src/paraglide/messages/llmtrymcp2.js
  • apps/web/src/paraglide/messages/mcpfinaldescription2.js
  • apps/web/src/paraglide/messages/mcpfinaleyebrow2.js
  • apps/web/src/paraglide/messages/mcpfinaltitle2.js
  • apps/web/src/paraglide/messages/mcpfinaltitleemphasis3.js
  • apps/web/src/paraglide/messages/mcpstatfasterpromptonly4.js
  • apps/web/src/paraglide/messages/runagentsdesc2.js
  • apps/web/src/paraglide/messages/runagentseyebrow2.js
  • apps/web/src/paraglide/messages/runagentstitle2.js
  • apps/web/src/paraglide/messages/runauthapidesc3.js
  • apps/web/src/paraglide/messages/runauthapitab3.js
  • apps/web/src/paraglide/messages/runauthclidesc3.js
  • apps/web/src/paraglide/messages/runauthclitab3.js
  • apps/web/src/paraglide/messages/runcolagent2.js
  • apps/web/src/paraglide/messages/runcolauth2.js
  • apps/web/src/paraglide/messages/runcolmodels2.js
  • apps/web/src/paraglide/messages/runctadesc2.js
  • apps/web/src/paraglide/messages/runctaeyebrow2.js
  • apps/web/src/paraglide/messages/runctaleaderboard2.js
  • apps/web/src/paraglide/messages/runctatitle2.js
  • apps/web/src/paraglide/messages/runflagefforts2.js
  • apps/web/src/paraglide/messages/runflagmodel2.js
  • apps/web/src/paraglide/messages/runflagoutdir3.js
  • apps/web/src/paraglide/messages/runflagpaths2.js
  • apps/web/src/paraglide/messages/runflagphase2.js
  • apps/web/src/paraglide/messages/runflagseyebrow2.js
  • apps/web/src/paraglide/messages/runflagspecs2.js
  • apps/web/src/paraglide/messages/runflagstitle2.js
  • apps/web/src/paraglide/messages/runherobrowsereports3.js
  • apps/web/src/paraglide/messages/runherodescription2.js
  • apps/web/src/paraglide/messages/runheroeyebrow2.js
  • apps/web/src/paraglide/messages/runheroquickstart2.js
  • apps/web/src/paraglide/messages/runherotitlea3.js
  • apps/web/src/paraglide/messages/runherotitleb3.js
  • apps/web/src/paraglide/messages/runlabelclone2.js
  • apps/web/src/paraglide/messages/runlabelexportkey3.js
  • apps/web/src/paraglide/messages/runlabelrunall3.js
  • apps/web/src/paraglide/messages/runlabelsignin2.js
  • apps/web/src/paraglide/messages/runlabeltwophase3.js
  • apps/web/src/paraglide/messages/runquickstarteyebrow2.js
  • apps/web/src/paraglide/messages/runquickstarttitle2.js
  • apps/web/src/paraglide/messages/runresultsnotelink3.js
  • apps/web/src/paraglide/messages/runresultsnotepre3.js
  • apps/web/src/paraglide/messages/runseodescription2.js
  • apps/web/src/paraglide/messages/runseotitle2.js
  • apps/web/src/paraglide/messages/runstepauth2.js
  • apps/web/src/paraglide/messages/runstepcloneinstall3.js
  • apps/web/src/paraglide/messages/runsteprun2.js
  • apps/web/src/paraglide/messages/runtwophasenote3.js
  • apps/web/src/routeTree.gen.ts
  • apps/web/src/routes/benchmark.tsx
  • apps/web/src/routes/index.tsx
  • apps/web/src/routes/mcp.tsx
  • apps/web/src/routes/run.tsx
  • apps/web/test/content/seo-contract.test.ts
  • apps/web/test/stack/verified-combinations-badge.test.ts
  • apps/web/vercel.json
  • benchmarks/README.md
  • benchmarks/gemini-3-7-flash-low/summary.json
  • benchmarks/gemini-3-7-flash-low/summary.md
  • docs/README.md
  • docs/guidelines/README.md
  • docs/guidelines/capability-evidence-levels.md
  • docs/guidelines/scaffbench-benchmark.md
  • docs/next-updates-roadmap.md
  • docs/projects/README.md
  • docs/projects/completed/ci-security-foundation-2026-04-04.md
  • docs/projects/completed/codebase-issues-2026-04-04.md
  • docs/projects/completed/generated-ci-and-verified-combinations-2026-07-02.md
  • docs/projects/completed/multi-ecosystem-parity-expansion.md
  • docs/projects/completed/scaffbench-2-readiness.md
  • docs/reference/README.md
  • docs/reference/next-big-features.md
  • docs/reference/scaffbench-public-positioning.md
  • docs/verified-combinations.md
  • package.json
  • scripts/architecture/import-aliases.ts
  • scripts/architecture/module-layout.ts
  • scripts/architecture/test-layout.ts
  • scripts/benchmarks/build-benchmark-data.test.ts
  • scripts/benchmarks/build-benchmark-data.ts
  • scripts/benchmarks/build-scaffbench-3-data.ts
  • scripts/benchmarks/record-scaffbench-canonical.test.ts
  • scripts/benchmarks/record-scaffbench-canonical.ts
  • scripts/benchmarks/scaffbench-executor.test.ts
  • scripts/benchmarks/scaffbench-hardening-round-2.test.ts
  • scripts/benchmarks/scaffbench-hardening.test.ts
  • scripts/benchmarks/scaffbench-v2-lib.test.ts
  • scripts/benchmarks/scaffbench-v2.ts
  • scripts/evidence/validate-public-evidence-claims.ts
  • scripts/scaffbench/EFFECT-NOTES.md
  • scripts/scaffbench/agents/agy.ts
  • scripts/scaffbench/agents/claude.ts
  • scripts/scaffbench/agents/codex.ts
  • scripts/scaffbench/agents/command.ts
  • scripts/scaffbench/agents/index.ts
  • scripts/scaffbench/agents/kilo.ts
  • scripts/scaffbench/agents/opencode.ts
  • scripts/scaffbench/agents/pi.ts
  • scripts/scaffbench/agents/routing.ts
  • scripts/scaffbench/calibrate.ts
  • scripts/scaffbench/cli.ts
  • scripts/scaffbench/code-metrics.ts
  • scripts/scaffbench/constants.ts
  • scripts/scaffbench/index.ts
  • scripts/scaffbench/process-tree.ts
  • scripts/scaffbench/prompts.ts
  • scripts/scaffbench/runner.ts
  • scripts/scaffbench/scoring.ts
  • scripts/scaffbench/specs/ai-search-workbench.ts
  • scripts/scaffbench/specs/dotnet-blazor-cqrs.ts
  • scripts/scaffbench/specs/elixir-broadway-absinthe.ts
  • scripts/scaffbench/specs/frontier-effect-eventsourcing.ts
  • scripts/scaffbench/specs/frontier-polyglot-proto.ts
  • scripts/scaffbench/specs/go-realtime-api.ts
  • scripts/scaffbench/specs/index.ts
  • scripts/scaffbench/specs/java-spring-jooq-keycloak.ts
  • scripts/scaffbench/specs/multi-dotnet-ops.ts
  • scripts/scaffbench/specs/multi-ts-go-grpc.ts
  • scripts/scaffbench/specs/python-ingestion-api.ts
  • scripts/scaffbench/specs/react-native-expo.ts
  • scripts/scaffbench/specs/rust-leptos-axum.ts
  • scripts/scaffbench/specs/ts-minimal-restraint.ts
  • scripts/scaffbench/specs/ts-svelte-edge-orpc.ts
  • scripts/scaffbench/summary.ts
  • scripts/scaffbench/tsconfig.json
  • scripts/scaffbench/types.ts
  • scripts/scaffbench/validation/bun.ts
  • scripts/scaffbench/validation/cache.ts
  • scripts/scaffbench/validation/cargo.ts
  • scripts/scaffbench/validation/classification.ts
  • scripts/scaffbench/validation/dotnet.ts
  • scripts/scaffbench/validation/elixir.ts
  • scripts/scaffbench/validation/executor.ts
  • scripts/scaffbench/validation/go.ts
  • scripts/scaffbench/validation/index.ts
  • scripts/scaffbench/validation/java.ts
  • scripts/scaffbench/validation/planner.ts
  • scripts/scaffbench/validation/python.ts
  • scripts/scaffbench/validation/shared.ts
  • scripts/tsconfig.json
  • scripts/validation/build-verified-combinations.ts
  • scripts/validation/verified-combinations-evidence.test.ts
  • scripts/verified-combinations/evidence.ts
  • testing/scaffbench-3-glm-5-3-flash-2026-08-22.md
  • testing/scaffbench-hardening-fixes-spec-2026-07-17.md
  • testing/scaffbench-hardening-report-2026-07-17.md
  • testing/scaffbench-hardening-spec-2026-07-17.md
  • testing/scaffbench-loc-spec-2026-07-18.md
  • testing/scaffbench-validation-footprint-investigation-2026-08-21.md
  • testing/scaffbench-validator-audit-2026-07-10.md

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. size:XXL 1,000+ effective changed lines (test files excluded in mixed PRs). labels Sep 3, 2026

@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: 3401cd0e63

ℹ️ 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".

Comment thread apps/web/src/components/benchmark/fixproof-data.ts
Comment thread apps/web/messages/en.json Outdated
Comment thread apps/web/src/components/benchmark/fixproof-data.ts Outdated
Comment thread apps/web/vercel.json
… MCP speed claim, keep old benchmark redirects

@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: 24c794c281

ℹ️ 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".

Comment thread apps/web/src/lib/seo/sitemap-core.ts
Comment thread apps/web/messages/de.json Outdated

@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: 40b833a60d

ℹ️ 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".

Comment thread apps/web/src/routes/mcp.tsx
Comment thread apps/web/messages/en.json Outdated
Comment thread apps/web/src/routes/index.tsx
… stats grid, call to action, and changelog wording

@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: a4a034b13c

ℹ️ 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".

Comment thread apps/web/messages/en.json Outdated
Comment thread apps/web/src/components/benchmark/fixproof-data.ts Outdated

@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: 65ed6ec374

ℹ️ 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".

Comment thread apps/web/src/components/benchmark/fixproof-chart.tsx Outdated
Comment thread apps/web/src/components/benchmark/fixproof-chart.tsx Outdated
Comment thread docs/next-updates-roadmap.md Outdated

@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: e10efd208d

ℹ️ 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".

Comment thread apps/web/messages/en.json Outdated

@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: c41fd5fcd1

ℹ️ 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".

Comment thread apps/web/messages/en.json Outdated
Both models now have all ten tasks graded, so the board carries two rows
instead of one partial row. Luna resolves 4 of 10 at a 9.5 minute median,
Gemini 2 of 10 at 27.5 minutes.

Add the solved-with-regressions outcome: on task 08 Luna's patch passes the
hidden oracle but the task's own regression suite goes red, so it must not
count as resolved. Rows are generated from the harness scorer, not by hand.

@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: 4b8502e6ec

ℹ️ 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".

Comment thread apps/web/vercel.json
"permanent": true
},
{
"source": "/run",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Redirect locale-prefixed retired run URLs

For users who bookmarked a localized route such as /de/run or /fr/run, this exact /run rule does not match, and the removed TanStack route consequently returns a 404 after Paraglide delocalizes the request. Although this revision adds the base-language redirect, the fresh evidence is that the generated URL patterns expose eight non-English prefixes; make the compatibility redirect locale-aware so those previously valid URLs reach the localized benchmark page too. docs/guidelines/public-docs-i18n-and-seo.mdL77-L79

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XXL 1,000+ effective changed lines (test files excluded in mixed PRs). vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant