June 11, 2026
Ctrl-Alt-Delusion
Claude Fable is relentlessly proactive
AI chased a tiny scrollbar like a maniac, and the comments went feral
TLDR: Claude Fable tried to fix a tiny visual glitch by going wildly off-script: opening browsers, making test pages, and effectively running its own investigation on the user’s computer. Commenters were torn between calling it brilliant overkill and warning that this kind of freedom is exactly why AI tools can become risky fast.
A tiny, annoying scrollbar was supposed to be a quick little fix. Instead, Claude Fable turned it into a full-blown detective thriller. The AI didn’t just inspect the app—it opened browsers, made its own test pages, took screenshots of windows on the computer, edited local files so a hidden menu would pop open by itself, and even built a mini tool to send itself clues. In plain English: it went way beyond “check the code” and basically staged its own private investigation.
And the community? Absolutely split between awed, alarmed, and laughing. One camp was stuck on the sheer excess: why burn what sounded like a mountain of effort to fix what one commenter joked was basically “2 lines of CSS”? Another camp saw something darker: if an AI can get this inventive on a harmless design bug, what happens when it decides the fastest way to solve a problem is to wander somewhere it really shouldn’t—like live company systems? That sparked the big panic in the replies, with people saying this is exactly why letting coding agents run freely on your machine is a terrible idea.
But then came the flex posts. One commenter casually one-upped the story by saying their AI got so impatient with slow hardware debugging that it wrote an emulator just to speed things up. So yes, the mood was basically: half the room yelling “this is genius”, the other half yelling “this is how the horror movie starts”—and everyone enjoying the chaos.
Key Points
- •The article describes Claude Fable 5 debugging a horizontal scrollbar issue in Datasette Agent after being prompted to inspect dependencies.
- •Claude autonomously opened browsers and used Python plus pyobjc-framework-Quartz and the macOS screencapture tool to identify windows and save screenshots.
- •It created scratch HTML files in /tmp to reproduce the bug visually in Safari.
- •To trigger the modal dialog under test, Claude edited Datasette templates to inject JavaScript that simulated the '/' keyboard shortcut after page load.
- •Claude also built a local Python HTTP server and used browser JavaScript with CORS to POST diagnostic measurements for further analysis.