Fable users compare GLM-5.2, GPT-5.5, and model panels on one-shot UI work
Two days after Fable 5 went offline, developers started testing GLM-5.2, GPT-5.5, and multi-model panels against the kinds of one-shot frontend and greenfield builds Fable handled well. The early pattern is that replacements cover much of the work, but Fable still leads on UI taste and first-pass product completion.

TL;DR
- In the clearest like-for-like frontend test so far, aibuilderclub_'s dashboard rerun found GLM-5.2 could recreate a 3D dashboard with route arcs, glass panels, and stats cards from the same prompt and reference image, but still trailed Fable 5 on visual precision and one-shot polish.
- Several hands-on reports put GPT-5.5 near Fable on general coding, while haider1's comparison and NirantK's hands-on note both single out UI work as the place the gap stays obvious.
- Model panels are posting better benchmark numbers than single models, but bridgemindai's Fusion claim ran into an immediate trust hit when teortaxesTex's API log post showed Opus 4.8 appearing as a judge in a supposedly cheap open-model setup.
- The recurring phrase from Fable users is not raw benchmark lead, it is first-pass product completion: ctatedev's report said greenfield ideas came back about 90% complete, while emollick's one-shot FTL demo showed the kind of polished interactive artifact people keep using as the reference point.
- GLM-5.2 and Fusion both shipped with more concrete operator knobs than the tweet chatter suggests: Z.AI's model-switching docs show how to remap Claude Code to
glm-5.2[1m], while OpenRouter's Fusion docs document custom panels, judge overrides, and theopenrouter/fusionalias.
You can read Z.AI's GLM-5.2 switching docs, inspect OpenRouter's Fusion pipeline, and click through emollick's generated FTL demo. The weirdly useful detail is that the replacement race is splitting in two directions at once: single models are getting closer on everyday coding, while panel systems are trying to patch over taste and coverage with orchestration.
GLM-5.2 on the dashboard test
The best early GLM-5.2 evidence is narrow and concrete. aibuilderclub_ reran a standing one-shot frontend test, a 3D dashboard prompt they say they have used since Sonnet 3.7, and got a usable result with the globe, route arcs, glass panels, and stats cards intact.
The catch is in the second sentence. According to aibuilderclub_'s follow-up, the gap is shrinking faster than expected, but harder edge cases still need a few rounds of iteration, and the model still falls short of Opus on finer details.
That matches the official framing in Z.AI's docs, which emphasize coding-plan availability and 1M-context support more than benchmark bragging. The story from actual UI tests is simpler: GLM-5.2 is in the conversation, but not yet the clean one-shot replacement Fable users wanted.
GPT-5.5 covers the coding, not the taste
The emerging GPT-5.5 consensus is annoyingly specific. NirantK said Opus 4.5, Opus 4.8, and GPT-5.5 were hard to tell apart once tool calling worked, but Fable 5 still felt different in practice, enough to compress a week of experiments into one long day.
haider1's comparison sharpens that into a more useful distinction: GPT-5.5 is already close to Fable 5 level except for UI, because weak vision and poor design sense are where the output falls apart. QuixiAI's complaint points the other way, arguing Fable could still get stuck for hours on tasks GPT-5.5 finished in 15 minutes.
Put those together and the comparison stops looking mystical. GPT-5.5 is covering a lot of the same coding ground, but the missing piece in these reports is not syntax or tool use. It is layout judgment, visual coherence, and how often a first pass already looks like a product.
Fusion raises the ceiling, and the trust tax
OpenRouter's Fusion docs and model page describe a simple pipeline: fan the prompt out to a panel of models in parallel, let a judge compare consensus and contradictions, then synthesize the final answer. The official docs also say the openrouter/fusion alias, the plugin, and the server tool all hit the same pipeline.
The product claim landed fast, and so did the backlash. bridgemindai framed Fusion as "three budget models in a trenchcoat" that beat solo GPT-5.5 and Opus 4.8 and came within 1% of Fable 5 at half the price, but teortaxesTex's API log post said their cheap open-model setup was still calling Opus 4.8 as a judge.
That specific complaint partly softened within hours. teortaxesTex's correction said the problem looked like a web failure, and arbitrary model configurations did work over the API. Even with that correction, Fusion's first day showed the exact failure mode compound systems get judged on: better outputs are not enough if developers cannot tell which models are actually in the loop.
What Fable users say the others still miss
The strongest pro-Fable posts are less about leaderboard wins than about completion quality. ctatedev said the surprising part was watching a greenfield idea come back about 90% complete on its own, with outputs that felt like products rather than prototypes.
emollick's FTL demo is the cleanest artifact in the set because the result is public. The linked SUPERLUMINAL demo is a stylized interactive FTL field guide with a destination placard, an "ENGAGE" flow, and an arrival sequence, plus the odd prose flourishes Mollick left intact. emollick's toast joke adds a smaller tell: Fable had recognizable wording habits, which is exactly the kind of model-family texture users notice once they start steering agents all day.
Other users describe the same thing with less restraint. NickADobos's withdrawal post called the step back to Opus and GPT-5.5 a hangover, while NickADobos's follow-up said going backward suddenly made last month's models feel worse. Hyperbole aside, the repeated technical claim is consistent: Fable's first pass needed less steering on open-ended UI work.
The replacement knobs are already here
Some of the most useful details are buried in product surfaces, not reactions. Z.AI's model-switching docs say GLM-5.2 is available to Max, Pro, and Lite coding-plan users, and show the exact Claude Code remap: set ANTHROPIC_DEFAULT_SONNET_MODEL and ANTHROPIC_DEFAULT_OPUS_MODEL to glm-5.2[1m], with CLAUDE_CODE_AUTO_COMPACT_WINDOW at 1000000 for the 1M context path.
OpenRouter's side is similarly concrete. The official Fusion guide says developers can swap the default Quality preset for Budget, override the analysis panel, and replace the judge model entirely. That matters because the first wave of comparisons is already separating into two different substitute strategies: pick a single near-Fable model such as GLM-5.2 or GPT-5.5, or accept more orchestration overhead in exchange for a deliberation layer that tries to manufacture better taste and coverage.