AI news and explainers at 7 AM weekdays, plus a Sunday weekly at 8Get it in your inbox

METAL LAB

As Fable Gets Pricier, Developers Split Coding Work Across Models Like GLM 5.2

Since the high-cost coding model Fable arrived, developers are increasingly routing different tasks to different models depending on cost and job type

해질녘 해안 절벽과 파도치는 바닷가 풍경

이미지: dbreunig.com

Summary

  • Fable delivers top-tier quality but at a steep price, so more developers now use it for design work while offloading repetitive tasks to cheaper models
  • GLM 5.2, released the same week as Fable, reportedly costs about one-ninth as much as Fable and roughly one-fifth as much as Opus 5
  • Fable's access controls and data retention policies have reportedly pushed some companies and governments to re-examine where their traffic and token processing actually go
Fable 특징
뛰어난 코딩 품질, 높은 비용, 접근 통제·동적 성능 저하·데이터 보관 정책 포함
GLM 5.2 출시 시점
Fable과 같은 주 출시로 알려졌어요
GLM 5.2 상대 비용
Fable 대비 약 1/9, Opus 5 대비 약 1/5 수준
업계 반응
일부 기업·국가가 트래픽·토큰 처리 경로를 재검토하는 계기가 됐어요
배경 비유
허브 서터의 2005년 에세이 '공짜 점심'과 2000년대 중반 무어의 법칙 둔화에 빗댐
함께 언급된 모델
Opus 5, GPT-5.6, K3 — 대부분의 코딩 작업에 충분하다고 평가됨

Since the new coding model Fable launched, developers have gotten a lot more deliberate about deciding which task should go to which model. Tech blogger dbreunig compared this shift to the era when Moore's Law started faltering, and the timing lines up with a broader trend: coding agent users frustrated with Anthropic's pricing have been migrating to alternative models.

A developer sits at the center, with a thick, heavy circle labeled Fable on the left and a thin circle labeled GLM 5.2 on the right. A solid arrow runs from the developer to Fable labeled "design," while a dotted arrow runs from the developer to GLM 5.2 labeled "implementation." The image illustrates how the heavy, expensive model is used to set direction while the light, cheap model handles the repetitive actual work.

Top-tier performance, but at a cost

Fable is widely regarded as one of the best coding models to date in terms of raw quality. The problem is price. Models available around the same time — Opus, GPT-5.6, K3 — could already handle most coding tasks just fine, so there wasn't much reason to route everything through Fable. dbreunig summed up the situation with a simple line: the free lunch is over.

That phrase traces back to a 2005 essay by software engineer Herb Sutter. Back when Moore's Law was still holding, you could just wait 18 months and CPU performance would double, so there was little incentive to optimize code by hand. But once single-thread performance stalled in the mid-2000s, developers were forced to think seriously about parallelization, architecture, and memory layout. dbreunig argues something similar is now playing out in the AI coding model market.

GLM 5.2: an alternative that showed up the same week

GLM 5.2, released in the same week as Fable, sits at the center of this shift. It reportedly costs about one-ninth as much as Fable and roughly one-fifth as much as Opus 5. Its quality may fall short of Fable's, but according to dbreunig, it's more than good enough for the bulk of routine coding work. That's why he's landed on a split workflow: talk through design decisions with Fable, then hand off the actual implementation instructions to GLM.

ModelRelative cost (GLM 5.2 = 1)
GLM 5.21 bar:11
Opus 55 bar:56
Fable9 bar:100

Some argue that as inference costs keep falling, everything will eventually consolidate back around the biggest, most capable model. But dbreunig pushes back on that: when costs drop, cheaper models like K3 and Qwen benefit just as much, and as coding harnesses — the tooling that feeds AI systems task context — keep improving, even weaker models can perform well as long as they're given sufficient context.

A second shock: data policy

Pricing isn't the only thing Fable has shaken up. According to dbreunig, the model also comes with access controls, dynamic performance degradation, and mandatory data retention policies — enough that some companies and governments are now reconsidering where their work logs and token processing actually get routed. In effect, choosing a model has become inseparable from choosing where your data ends up.

This trend also connects to the recent price cuts from OpenAI and Anthropic as they respond to competitive pressure from Chinese AI models.

Editor's take

This piece isn't a knock on Fable. If anything, it's pointing out a paradox: Fable is so good that it ended up fragmenting the market. That tracks with what teams actually running coding agents have found in practice. Using the smartest, most expensive model to set direction during the design phase, then handing off the repetitive follow-through to a much cheaper model once that direction is locked in — that's already become a natural routine at plenty of development teams.

For teams here, there are two practical takeaways. First, build a routing strategy ahead of time that splits coding work into "design" and "implementation" phases, each assigned to models at a different price point. Second, get in the habit of tracking, as a team, which data flows into which model. If you adopt a model like Fable — with its strict data retention terms — without reviewing the contract first, you risk running into problems later during an audit. That's not something to gloss over.

Over the coming months, expect more teams to build stacks that combine cheaper models — GLM, K3, Qwen and similar — with harnesses tuned to work well with them. Meanwhile, the most expensive top-tier models will likely get pushed into a narrower role: handling only the high-stakes stages, like design and verification, where mistakes are costly. The era of one model doing everything looks like it's coming to an end.

Comments