Hi everyone,
I have just completed my first serious real-world experiment with GPT-5.6 Sol and GPT-5.6 Terra, and I would be very interested to compare results with other developers.
Today I spent around eight hours working continuously in Codex on a real application. Most of the implementation was done with GPT-5.6 Terra using Medium reasoning.
This was not a spontaneous “build me an app” prompt.
Before starting, I had prepared:
- detailed visual references;
- exact screenshots of the expected interfaces;
- seven Markdown files with specifications and implementation rules;
- a structured existing codebase;
- explicit acceptance criteria;
- detailed instructions intended to reduce ambiguity, unnecessary exploration and repeated corrections.
Some of these materials took several days — and in certain areas several weeks — to prepare.
Despite that, my entire weekly Codex allowance was consumed in approximately six hours of active development.
That was unexpected, especially because Terra appears to be positioned as the more practical model for sustained everyday development.
The experience itself was mixed.
There were moments when the model handled complex implementation work impressively. At the same time, I encountered the kinds of problems that become extremely expensive during a long agentic session:
- instructions being followed initially and then gradually forgotten;
- existing visual references being interpreted too freely;
- unnecessary changes outside the requested scope;
- completed fixes being reported as successful even when the visible problem remained;
- repeated repository analysis without a clearly visible reason;
- large amounts of usage being consumed without detailed telemetry;
- difficulty understanding whether the main cost came from reasoning, repository context, images, tool calls, repeated file reads or generated output.
I am not posting this simply to complain about the limit.
I am genuinely trying to understand how GPT-5.6 behaves in real production workflows, beyond short benchmarks and isolated coding tasks.
I would like to hear from developers who have already spent several days working with Sol or Terra:
- Which model are you currently using for serious repository work?
- Which reasoning level gives you the best balance between quality and usage?
- How quickly is your five-hour or weekly limit being consumed?
- Are you seeing context drift during long sessions?
- Does the model sometimes claim that a bug is fixed when the actual interface or behaviour has not changed?
- How well does it follow screenshots, design references and detailed specification files?
- Have you noticed unnecessary refactoring or changes outside the requested scope?
- Are Sol and Terra behaving significantly differently in real projects?
- What are the most common bugs or failure patterns you have encountered during these first days?
- What workflow changes have helped you reduce usage without sacrificing implementation quality?
I would also love to see more transparent task-level usage information from OpenAI.
For professional development, it would be extremely useful to know how much each task consumed in terms of:
- input and cached tokens;
- output and reasoning tokens;
- repository context;
- image processing;
- tool calls;
- repeated file reads;
- subagent activity;
- percentage of the five-hour and weekly allowances.
Right now, it is difficult to distinguish between an inherently expensive task, an inefficient workflow, unexpected model behaviour and a possible metering issue.
This was only my first full-day experiment, so I plan to continue testing both models and documenting what happens in real development rather than relying only on benchmark results.
I would be interested in turning this thread into a collection of practical observations from developers: what works, what breaks, how quickly limits are consumed, and which configurations currently provide the best real-world results.
OpenAI team: more detailed usage telemetry and visibility into agent behaviour would make these models much easier to evaluate, trust and use in production.
What have your first days with GPT-5.6 Sol and Terra looked like?