#150 · Primary category: MLOps & Evaluation

codex-candy-eval

Codex 降智测试

Project last updated:07/09/26

GitHub Stars

895

Forks

62

Contributors

4

License

Other

Why we included this project

For anyone who tinkers with the OpenAI Codex CLI locally, this is a small script that answers one narrow question: how often does a given model and reasoning setting nail a deceptively simple candy arithmetic problem, and how many reasoning tokens does that cost. It runs the same prompt a configurable number of times, checks the output against the known answer 21, and reports the pass rate together with token usage. The script has no third-party dependencies, so you can fetch and run it directly over the network as long as the CLI itself is installed and logged in. That makes it a convenient way to compare model versions or reasoning-effort levels quickly, though it is a single-question sanity check rather than a general benchmark suite.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category