Developers found a cheaper way to feed Fable 5 large context by showing it pictures of text.
Normally, every code block, log, tool output, and old chat turn becomes text tokens.
Those tokens are billable units.
pxpipe changes the input. It renders dense text into PNG pages, then sends those pages as image blocks.
Fable 5 can read the pixels with OCR-like vision skills, so meaning often survives.
The price gap appears because one image has a mostly fixed token cost.
That cost barely changes when readable text gets packed into the same image.
a 1928×1928 image costs about 4,761 vision tokens.
The same page can hold roughly 92K characters, so dense code becomes cheaper.
The catch is that this is compression through vision, not lossless text storage.
Fable 5 may understand the gist while misreading exact IDs, hashes, names, or strings.
That makes it useful for bulky background context, but risky for byte-exact facts.