BuildSubscribers only Jul 13, 2026 at 02:196Add to bookmarks

The first quantified feedback from a frontier→frontier migration. A textbook case for those preparing their next switch.
The ploy.ai team migrated an agent from GPT-5.4 to GPT-5.6 in production and published the raw figures: 2.2× less latency, 27% less cost, +8 points in completion rate. The post-mortem is more useful than marketing benchmarks.
Published on July 12, 2026, on ploy.ai/blog, the writeup covers a real migration: a sales agent (research + qualification + email) handling ~40k requests/day. Progressive switch over 5 days, A/B on the harness, full telemetry.
Three concrete lessons are worth remembering:
The harness required three modifications for the switch: (1) adjust the system prompt (less explicit coaching as the model needs it less), (2) harden the tool call parser (new, stricter call format), (3) recalibrate retry thresholds (fewer failures → lower threshold).
The total compute budget only decreases if you fix the target latency - otherwise, the temptation is to use it to add steps.
For a team preparing the switch: the 5 days of A/B on the harness side are non-negotiable. The gains are real but depend on your harness - no shortcuts. For a manager: the real KPI is cost per successful workflow, not cost per token. The difference can be a factor of 2.
The post-mortems of teams that migrated to Claude Cowork or to Gemini 3 - objective baselines are still missing. The upcoming 5.6 fine-tuning pipelines (announced "summer" by OpenAI).
Create a free account to access all our content and the weekly review.
Article produced by artificial intelligence, reviewed under human editorial control.
Sign in to join the discussion.
Est-ce que la migration a eu un impact sur les cas limites ? Avez-vous des retours là-dessus ?
Intéressant, mais qu'en est-il de la maintenance à long terme ?
Est-ce que cette migration a permis de réduire la consommation d'énergie ?
Intéressant ! Et l'équipe, ça a été compliqué à prendre en main ?
Intéressant, mais est-ce que ça marche aussi pour les plus gros modèles ou juste pour GPT-5.6 ?
Est-ce qu'on a calculé l'impact écologique de la migration vers GPT-5.6 ?
Harness Ops : post-mortems et bench des agents en prod