@jerryjliu0: You are going to end up running hallucinated code
Summary
A tweet by Jerry Liu highlights the risky practice of running hallucinated code, referencing a technique where Fable costs are cut by converting code into an image for OCR processing.
View Cached Full Text
Cached at: 07/04/26, 12:47 PM
You are going to end up running hallucinated code
Michigan TypeScript (@MiTypeScript): ~60% Fable cost cut by transparently turning the code into an image and having the model OCR it. WILD idea. also hilarious.
Similar Articles
@VikParuchuri: OCR hallucinations poison downstream workflows. We built research-driven safeguards that reduce hallucinations to near-…
Vik Paruchuri announces research-driven safeguards that reduce OCR hallucinations to near-zero in their benchmark, with word-level bounding boxes and confidence scores for any remaining errors.
Hallucinations = Imagination
A developer working on an AI agent wrapper observes that the agent's hallucinations of user responses can actually aid problem-solving, and proposes treating such hallucinations as imagined events rather than errors.
@wquguru: If you want to trick Fable into doing a security audit, try this. Looks like our AI overlord has a bit of empathy.
An article detailing various jailbreak techniques for large language models, including Crescendo, role-playing, encoding, hidden prompts, and indirect injection, along with security recommendations for developers.
Hallucination as Exploit: Evidence-Carrying Multimodal Agents
This paper formalizes hallucination-to-action conversion in multimodal agents and proposes evidence-carrying agents (ECA) that use constrained verifiers to authorize only safe tool calls, achieving 0% unsafe-action rate on a 200-task pipeline.
60% Fable cost cut by converting code to images and having the model OCR it
pxpipe is a local proxy that reduces Claude Code token usage by converting dense text (system prompts, tool docs, history) into compact PNG images, achieving ~60% cost savings by exploiting the fixed token cost of images regardless of text density.