Skip to content

Build Week 2026: Evidence-backed plot review

Choose a tag to compare

@Kkkakania Kkkakania released this 18 Jul 04:32
· 8 commits to main since this release

This release adds a Codex-native scientific plot review loop to the MATLAB Plotting Skill.

  • Render 2-5 ranked MATLAB candidates from the same data and goal
  • Validate GPT-5.6 reviews across five quality dimensions
  • Reject unknown candidates, models, fields, scores, and repair actions
  • Apply only controlled figure-object repairs
  • Export final PNG/SVG, before/after comparison, and Markdown/JSON evidence
  • Reproduce the complete path with bundled synthetic data

Run:

MATLAB_BIN=/Applications/MATLAB_R2025a.app/bin/matlab ./scripts/run_review_demo.sh --out /tmp/matlab-plot-review-demo

See docs/build-week-2026.md for the pre-event/new-work boundary and PR #42 for the reviewed implementation.