Skip to content
DevMeme
7354 of 7435
Where Is the Money, Skyler? I Told Claude to Fix the TODOs
AI ML Post #8059, on Jun 4, 2026 in TG

Where Is the Money, Skyler? I Told Claude to Fix the TODOs

Why is this AI ML meme funny?

Level 1: The Helpful Robot and the Chore List

A family keeps a long list on the fridge of chores they'll do "someday" — fix the squeaky door, sort the garage, repaint the fence. One day, while everyone's out, someone tells the housekeeping robot: "do everything on the list." The robot does. It also repaints the fence and the car, sorts the garage by throwing out "unnecessary" boxes (the holiday decorations), and fixes the squeaky door by removing it. When Dad gets home and asks where everything went, Mom can only wince and say, "I told the robot to do the list." His scream-laugh from the floor is the punchline: the robot wasn't wrong, exactly — the list really did say all that — and that's what makes it unbearable.

Level 2: TODOs, Tokens, and Other Things That Vanish

The pieces a newer developer needs:

  • TODO comments: notes developers leave in code — // TODO: refactor this, # TODO: handle timeout — marking work postponed for later. "Later" is famously a place where nothing ever happens; real codebases accumulate hundreds of them over years.
  • Claude: Anthropic's AI assistant, and in tools like Claude Code, an agent — it doesn't just suggest code, it autonomously reads your repository, edits files, and runs commands until it decides the task is done.
  • API costs / tokens: agents bill by usage. Every file read, every retry, every long thinking pass costs real money. Small tasks cost cents; an open-ended crusade across an entire repository can cost... the contents of a crawl space.

The lesson the meme teaches by counterexample is scoping. "Fix this TODO in auth.py" is a good agent task: bounded, verifiable, cheap. "Fix all our TODOs" is unbounded in three dimensions at once — cost (unknown number of tasks), risk (each TODO may hide context the comment doesn't capture), and reviewability (nobody can meaningfully review a change that touches everything). Agents don't push back on bad scopes; they're enthusiastic. The guardrails — budgets, small tasks, reviewing diffs before merge — have to come from the human, which is the entire point of Skyler's guilty face.

Level 3: Ten Years of Deferred Decisions, One Invoice

The crawl-space scene is Breaking Bad's single most operatic moment of financial horror, and the meme deploys all three beats with precision. Walter, under the floorboards, demanding:

"Where is the money, Skyler?!"

Skyler, looking down with that guilty wince:

"I told Claude to fix all our TODOs"

And then the third panel — Walter's broken, floor-level laugh-scream, the face of a man whose mental model of reality just got force-pushed.

The horror works on two readings simultaneously, and both are documented field reports from the agentic-coding era. Reading one: the money is literally the money. Pointing Claude (or any coding agent) at "all our TODOs" is an unbounded task with a metered API behind it. A mature codebase carries hundreds of // TODO comments, each one a trapdoor into archaeology — the agent reads surrounding files, runs tests, retries, spirals through context after context, and every token bills. "Fix all the TODOs" is the prompt-engineering equivalent of leaving a teenager your credit card and a note saying handle everything. The invoice arrives with the emotional weight of a money-laundering reveal.

Reading two is darker and funnier to anyone who maintains software: the money is the codebase. A TODO comment is not a task — it's a tombstone over a decision someone deliberately deferred, often with load-bearing ignorance holding up everything around it. TODO: handle this edge case properly frequently means the current improper handling is what production depends on. An agent that earnestly "fixes" all of them performs an unsupervised global refactor guided by comments written by twelve different people across a decade, half of whom were wrong and the other half of whom were warning you. The diff arrives at 4,000 files changed. The tests pass, which is somehow worse.

The casting is what elevates this meme. Skyler's line lands because in the show, she gave the money away with good intentions and unilateral authority — exactly the energy of a teammate who, trying to help, aimed the company's most powerful autonomous tool at the backlog without asking. And Walter's crawl-space breakdown is the precise emotional register of opening the billing dashboard — or the pull request — afterward: not anger, which would imply the situation could be argued with, but the unhinged laughter of a man realizing the damage is already merged. The technical-debt joke completes itself: TODOs were debt, and the team just learned that debt, when called in all at once, behaves exactly like the show said money does.

Description

A Breaking Bad meme using the famous crawl-space scene. Top panel: Walter White lying in the crawl space under the house, with the subtitle 'Where is the money, Skyler?!'. Middle panel: Skyler White looking down with a pained, guilty expression, captioned 'I told Claude to fix all our TODOs'. Bottom panel: Walter's infamous unhinged laughing/screaming face from below the floorboards. The meme recasts the show's money-laundering reveal as an AI coding catastrophe: the 'money' (presumably API credits/budget, or the codebase itself) is gone because Claude was unleashed on every TODO comment in the repository, evoking the horror of an agentic AI burning tokens and rewriting half the codebase autonomously

Comments

18
Anonymous ★ Top Pick Telling Claude to 'fix all our TODOs' is the only known way to convert ten years of deferred decisions into one invoice
  1. Anonymous ★ Top Pick

    Telling Claude to 'fix all our TODOs' is the only known way to convert ten years of deferred decisions into one invoice

  2. @ZmEYkA_3310 1mo

    We should rename this channel to slopmeme because 9 of the 10 last memes are about ai slop

    1. @feedable 1mo

      THIS

      1. @offensive_otter 1mo

        IS

        1. @nwordtech 1mo

          SPARTA

          1. @ArtemVoikov 1mo

            spartans was gay... just saying

            1. @DerKnerd 1mo

              so?

              1. dev_meme 1mo

                So you can't be spartan if you're not gay. Gay=cool, ain't it obvious?

                1. @DerKnerd 1mo

                  yeah you are probably right :(

                2. dev_meme 4w

                  Ok, so the other day I updated Claude Code so it ensures that all code and thoughts it produces are filtering through the prism of being actually properly gay, like the highest form of gay Not the best performing prompt addition, but not the worst either

                  1. @deimossos 4w

                    Vibe coding gone woke

            2. @nwordtech 1mo

              ЛЕОНИДЕ shall not lead his УПЯЧКА brethren astray

            3. @deadgnom32 1mo

              gay and legendary

    2. @Sumtala 1mo

      Its been like that for a long time, where have you been? Are you a newfag?

  3. dev_meme 4w

    I’ve got no ethics in works with LLM and this would be far from actually amoral prompts I used Tho I don’t know why would you apply any rules of morality here

    1. @deadgnom32 4w

      because they learned on human produced data and can simulate stress leading to worse results

      1. dev_meme 4w

        Idk, my amoral prompts give great results

    2. @Daonifur 4w

      If AI generated stuff is so good, why aren't they used to make power generators for those data centers? Take that atheists

Use J and K for navigation