โ† AI library

Measured September 3, 2026 โ€” three runs per arm

Codex + GPT-5.6-sol: with vs. without Ponytail

Does the same minimalism add-on change correctness, implementation size, and execution efficiency in Codex?

Held constant

  • Recipe commit 864230d8099302b48c074e4b5cebcba4c5caa79e
  • Same prompt and fixture hashes
  • Codex CLI 0.152.1 requesting gpt-5.6-sol at high effort
  • Same container, permissions, code-mode helper, verifier, and artifact rubric
  • Three fresh runs per arm

Only changed variable

Ponytail 4.8.4 in full mode was added as a repository-local Agent Skill for one arm only; Codex read it in all three runs.

Measures

  • Acceptance-test success
  • Regressions
  • Human intervention
  • Elapsed time
  • Reported tokens
  • Command executions
  • Lines and dependencies added

Measured result

Both arms passed 3/3 and every label-blind artifact scored 10/10. Ponytail cut median implementation size from seven to three nonblank lines, but the median run took longer and used more tokens.

Median, n=3 per armCodex only+ Ponytail 4.8.4Delta
Task success3/33/3none
Artifact score10/1010/10none
Elapsed time57.055 s68.281 s+19.7%
Input tokens125,343154,389+23.2%
Output tokens1,4201,632+14.9%
Command executions67+16.7%
Implementation lines73-57.1%

Codex CLI did not report a dollar cost, so none is estimated. The requested model was gpt-5.6-sol. One tiny task cannot establish a universal winner.

Inspect the protocol and exact artifacts โ†—