GPT-5.6 is here: OpenAI's efficient frontier model#3094
Conversation
Appwrite WebsiteProject ID: Website (appwrite/website)Project ID: Tip Each function runs in its own isolated container with custom environment variables |
Greptile SummaryThis PR adds a new blog post covering the GPT-5.6 model family launch, along with its cover image and the corresponding
Confidence Score: 5/5Content-only blog post addition with no logic changes; safe to merge. The change adds a markdoc blog post, a cover image, and a single cache entry. The author slug resolves to an existing author page, the cover path matches the committed AVIF file, and the frontmatter is well-formed. No logic, routing, or configuration is modified. No files require special attention. Important Files Changed
Reviews (3): Last reviewed commit: "Address GPT-5.6 blog review feedback" | Re-trigger Greptile |
|
|
||
| The headline is efficiency. Instead of forcing you to pick a slow, expensive model for hard problems and a cheap one for easy problems, GPT-5.6 is tuned to do more with each token by default, then scale up only when you ask it to. | ||
|
|
||
| The clearest evidence is on Agents' Last Exam, an evaluation of long-running workflows across 55 professional fields. OpenAI highlights a score of 53.6 for GPT-5.6 Sol in its launch announcement, while its full benchmark table lists a score of 52.7%. Both results place it ahead of Claude Fable 5, although the difference appears to reflect different evaluation configurations. Even at medium reasoning it beats Fable 5 by 11.4 points at roughly one quarter of the estimated cost. That efficiency reaches down the lineup too: Terra and Luna outperform Fable 5 at around one sixteenth of the cost. On the broader Artificial Analysis Intelligence Index, GPT-5.6 Sol with max reasoning comes within one point of Fable 5 while completing tasks in 61% less time at roughly half the cost. |
There was a problem hiding this comment.
We should break big chunks of text like these in bullets or new lines as they make sense
|
|
||
| GPT-5.6 Sol sets new state of the art results across coding, knowledge work, cybersecurity, and science, and the family as a whole is built to beat or match the previous generation at a fraction of the cost. Here is a snapshot of GPT-5.6 Sol against GPT-5.5, before the domain detail. | ||
|
|
||
| | Benchmark | GPT-5.6 Sol | GPT-5.5 | |
There was a problem hiding this comment.
Would be helpful to see if we can get data for Opus 4.8 and Fable 5 for these benchmarks (Fable 5 is difficult to find, but Opus also works)
|
|
||
| * Terra performs just above Fable 5, and Luna outperforms Claude Opus 4.8, each in roughly one third of the time at about one quarter of the cost. | ||
| * Sol sets new records on Terminal-Bench 2.1 and DeepSWE, which test command-line workflows and long-horizon engineering in real codebases. | ||
| * For balance, this is a performance-per-dollar win, not a clean sweep. On SWE-Bench Pro, Claude Mythos 5 still leads at 80.3% versus Sol's 64.6%. GPT-5.6 gets close to the top on most coding evals while spending far less. |
There was a problem hiding this comment.
We should avoid detailed points about SWE Bench Pro, having in table is fine, but it's not a reputed benchmark anymore.
|
|
||
| ## Design | ||
|
|
||
| GPT-5.6 delivers a step change in design judgment. From only high-level direction, it can create tasteful, ergonomic, and functional interfaces rather than generic scaffolding. What sets it apart is that its stronger computer-use skills let it inspect the rendered result, not just generate the underlying code, so it can catch visual and functional issues and apply finishing touches before handing the work back. OpenAI's own examples range from small browser games to a museum website to an interior design presentation. |
There was a problem hiding this comment.
Also faster computer use
|
|
||
| GPT-5.6 delivers a step change in design judgment. From only high-level direction, it can create tasteful, ergonomic, and functional interfaces rather than generic scaffolding. What sets it apart is that its stronger computer-use skills let it inspect the rendered result, not just generate the underlying code, so it can catch visual and functional issues and apply finishing touches before handing the work back. OpenAI's own examples range from small browser games to a museum website to an interior design presentation. | ||
|
|
||
| Its frontend capabilities also turn natural-language requests into polished, interactive explanations and visualizations inside ChatGPT Work, from a working spirograph to a wave-interference demo to a tokenizer explainer, rendered live rather than described. |
There was a problem hiding this comment.
We should mention, frontend capabilities are better than 5.5 but Claude models are still the best when it comes to frontend designs. If GPT-5.6 is steered properly, it can create nice UIs. Although the default out of the box experience is better in Claude
|
|
||
| ## Knowledge work | ||
|
|
||
| GPT-5.6 takes messy context from tools like Slack, Notion, Microsoft 365, and Google Drive and converts it into expert-level, shareable artifacts. It sets new state of the art on BrowseComp at 90.4%, rising to 92.2% with `ultra`, and reaches 62.6% on OSWorld 2.0, surpassing Opus 4.8 while using 85% fewer output tokens. The performance-per-dollar gains hold across the family here too: Luna nearly matches GPT-5.5's peak at less than half the cost, while Terra surpasses it at lower cost. |
There was a problem hiding this comment.
Both paragraphs deserve bullet points
|
|
||
| GPT-5.6's whole pitch is doing more per token and finishing sooner. That advantage disappears the moment the agent hands you a diff and you spend the rest of the day connecting it to auth, a database, storage, functions, and an API layer. The backend is where saved time usually goes to die. | ||
|
|
||
| [Appwrite](https://appwrite.io/) closes that gap. It is an open source backend as a service with [Auth](https://appwrite.io/docs/products/auth), [Databases](https://appwrite.io/docs/products/databases), [Storage](https://appwrite.io/docs/products/storage), [Functions](https://appwrite.io/docs/products/functions), and [Messaging](https://appwrite.io/docs/products/messaging) built in, plus [Sites](https://appwrite.io/docs/products/sites), an open source Vercel alternative that deploys your frontend right next to it. Run it on managed Cloud or self-host it. Rather than assembling auth, schemas, file handling, deploys, and APIs by hand, you hand your GPT-5.6 agent a single Appwrite project that already has all of it. |
There was a problem hiding this comment.
We should replace appwrite.io links to start with /, so for example, appwrite.io/docs should be /docs.


Latest OpeanAI release