Skip to content

feat(jobs): add claude-sonnet-4.6, gpt-5.2-codex, and zai/glm-4.7 eval results - #1

Open
DESU-CLUB wants to merge 2 commits into
mainfrom
feat/add-models
Open

feat(jobs): add claude-sonnet-4.6, gpt-5.2-codex, and zai/glm-4.7 eval results#1
DESU-CLUB wants to merge 2 commits into
mainfrom
feat/add-models

Conversation

@DESU-CLUB

@DESU-CLUB DESU-CLUB commented Apr 23, 2026

Copy link
Copy Markdown
Collaborator

Summary

Adds full run artifacts for three agent/model combinations against the Mastra benchmark task set:

  • claude-4-6-sonnet (2026-04-22 14:24)
  • gpt-5.2-codex (2026-04-22 15:14)
  • zai/glm-4.7 (2026-04-23 12:58)

The original zai/glm-4.7 run from 2026-04-22 is not included: one of its trajectories (~380 MB) exceeded GitHub's 100 MB per-file limit so the run was discarded and re-executed. The 2026-04-23 re-run's largest trajectory is ~1 MB, well under the limit.

Result overview

Model Score Failed tasks
claude-4-6-sonnet 11/13 (0.85) 35, 38
zai/glm-4.7 8/13 (0.62) 23, 26, 30, 35, 38
gpt-5.2-codex 7/13 (0.54) 21, 24, 26, 35, 38, 39

Task 35 is an environment/verifier mismatch with the current @mastra/core tool.execute signature (affects every model) — fix is tracked separately, not part of this PR.

Test plan

  • git ls-tree -r -l origin/feat/add-models | awk '$4 > 100000000' returns empty (no file exceeds the GitHub size limit).
  • Site build (site/) renders the three new job rows without errors.

🤖 Generated with Claude Code

@github-actions

github-actions Bot commented Apr 23, 2026

Copy link
Copy Markdown
PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://kweizh.github.io/mastra-benchmark/pr-preview/pr-1/

Built to branch gh-pages at 2026-04-24 22:58 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

…l results

Run artifacts:
- claude-4-6-sonnet (2026-04-22 14:24)
- gpt-5.2-codex     (2026-04-22 15:14)
- zai/glm-4.7       (2026-04-23 12:58)  re-run; previous run's trajectory
                                        exceeded GitHub's 100 MB file limit

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@DESU-CLUB DESU-CLUB changed the title feat(jobs): add claude-sonnet-4.6 and gpt-5.2-codex eval results feat(jobs): add claude-sonnet-4.6, gpt-5.2-codex, and zai/glm-4.7 eval results Apr 23, 2026
Replace task_35 and task_38 trials in all 4 job runs (gemini-flash, claude-4-6-sonnet, gpt-5.2-codex, glm-4.7) with re-runs against the patched task_35 verifier, and update job-level result.json stats accordingly. Also replace tasks/task_35 with the fixed version: test_final_state.py now calls execute() with validated input directly instead of wrapping in inputData, matching createTool's actual contract.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.

1 participant