Live data from Hacker News

60% Fable cost cut by converting code to images and having the model OCR it

github.com

1–10 of 115 posts

Re: 60% Fable cost cut by converting code to images and having the model OCR it

#4
post #3

This seems like a pricing hack that burns resources, that when the loophole gets closed the price of OCR will have to rise?

It’s not a loophole, it just happens that encoding information as optical tokens is much more efficient than text.

Re: 60% Fable cost cut by converting code to images and having the model OCR it

#6
post #3

This seems like a pricing hack that burns resources, that when the loophole gets closed the price of OCR will have to rise?

Not really. They arent actually using more resources this way either. This might be a fundamental inefficiency thats being removed

It kinda makes sense too. Because while people do read code word by word, we often "glance over" it and do roughly pattern recognition on it to know what it does. Only homing in on something when we need to answer a specific question. I think humans kinda naturally do this exploit anyway

Re: 60% Fable cost cut by converting code to images and having the model OCR it

#8
post #3

This seems like a pricing hack that burns resources, that when the loophole gets closed the price of OCR will have to rise?

It’s not a loophole, it just happens that encoding information as optical tokens is much more efficient than text.

Truly a picture is worth a thousand words.

Re: 60% Fable cost cut by converting code to images and having the model OCR it

#10
In Gemini at least, if you look at how they process PDFs, they do an OCR and then feed the text + image to the model, without charging you for the text tokens (I believe).

So my guess is that Claude’s backend is doing the same — so this hack is probably more of a loophole in token accounting that might get closed if Claude is doing what Gemini does

Post reply on HN