Kickbacks is a VS Code extension that swaps the small “thinking…” line inside Claude Code for a five-second sponsored message, then pays you a cut of what the advertiser paid for that slot.
I installed it, kept using Claude Code exactly the way I normally do for a full week, and tracked what actually landed in my account rather than trusting the screenshots going around online.
The pitch sounds almost too easy. Get paid to watch an AI think. The reality involves a ten-dollar Stripe payout threshold, a founder who patches Anthropic’s own extension bundle to do it, and a security review that called the whole thing adware with a payout page.
TL;DR: Kickbacks swaps Claude Code’s loading spinner for short sponsored text lines, paying you roughly half the ad revenue. While it works seamlessly, real daily usage yields modest pocket change ($10–$15/month) rather than the massive payouts seen on social media, and it requires letting an unsigned script patch your editor files every 90 seconds.
What Kickbacks actually does inside VS Code

Kickbacks does not read your code, your prompts, or your files. It only replaces the loading verb, Discombobulating, Baking, Percolating, that Claude Code shows while it is thinking, and auctions that single line off to advertisers in real time.
The extension was built by Andrew McCalip, an engineer previously known for his LK-99 superconductor replication attempt, and launched on June 11, 2026 under the name Kickbacks, though the underlying codebase still carries its original name, Vibe Ads, in its file structure.
| Surface | Supported | Notes |
|---|---|---|
| VS Code extension, Claude Code | Yes | Patches the loading verb directly |
| VS Code extension, Codex | Yes | Same patch mechanism as Claude Code |
| Terminal CLI, Claude Code | Yes | Uses the official spinnerVerbs setting |
| Terminal CLI, Codex CLI | Yes | Sponsors the status line |
| OpenCode | No | Listed as coming soon |
| Cursor | No | Described only as a maybe |
Advertisers buy blocks of a thousand five-second impressions and bid per block in an open auction, and a click on the sponsored line counts as fifty impressions toward what the advertiser owes.
Getting Kickbacks running next to Claude Code
Installing it took two minutes. Search Kickbacks in the VS Code Marketplace, install it, then sign in through the status bar using Google, GitHub, or Apple.
My first sign in attempt did not stick. The status bar sat on a grey dot for a few minutes before I reloaded the window twice, which matches a pattern other early users have reported around authentication and SSH remote setups, not unlike the connection hiccups we covered in Claude tool errors.
Once it went green, I found myself glancing at that status bar before every prompt out of habit, the same reflex as checking a signal bar in an elevator.
Claude Code itself did not change. Every command, every file edit, every tool call behaved exactly as it had before I installed anything.
What Kickbacks actually paid me in a week

This is where the marketing and the math stop matching. A security review by Southside CHI Solutions ran a four-day test account and recorded a lifetime total of 2.24 dollars across four days of active Claude Code use, with 1.32 dollars on the single best day.
My own week of normal daily use, writing and debugging code the way I already do, landed in a similar range. Nowhere close to the five-figure earnings dashboards being screenshotted on social media.
A Product Hunt reviewer reported something stranger. Their first day earned 5.40 dollars over roughly two hours of use, and a full day a few days later earned only 0.43 dollars, which felt to them like earnings quietly shrinking the closer they got to the ten-dollar cash-out line.
At the pace most people are actually seeing, the ten-dollar Stripe minimum takes about three weeks of daily Claude Code use to reach, not the afternoon the screenshots suggest.
The security concerns nobody put in the marketing copy
Kickbacks works by patching files inside the installed Claude Code extension bundle, not by using an official plugin API, and it reapplies that patch through an unsigned auto-update roughly every ninety seconds.
The public GitHub mirror of the extension is source available for transparency, not open source, and reviewers who read through it flagged a hardcoded click token and a way to fabricate billable ad impressions without ever actually viewing one.
Both issues sat open on the repository with zero comments for close to three weeks at the time of the security review, on a project still running unsigned code updates on developer machines every minute and a half.
None of this is new territory for ads inside a developer tool. Ads inside the npm terminal were killed within a week of backlash back in 2019, and the registry eventually shipped its own opt-in alternative instead.
Anthropic has also been vocal about keeping ads away from Claude, which sits oddly next to an extension that exists specifically to sell space inside Claude Code’s own interface.
Is Kickbacks worth installing for the money
If you are weighing this purely as income, it is not close. A heavy daily Claude Code user is realistically looking at somewhere in the ten to fifteen dollar a month range, against a Claude subscription that can run well past that, especially if you are using one of the paid tiers covered in our AI chatbot rankings.
The bigger cost is not financial. Letting an unsigned, frequently auto-updating third-party process rewrite parts of your editor’s rendering layer is a real attack surface, even one built by a well-known engineer with good intentions.
I disabled it after my test week. The status bar reverts cleanly and Claude Code goes back to its normal loading verbs the moment you toggle Kickbacks off.
If you are curious rather than counting on it for income, it is a low-stakes, week-long experiment worth trying once. Just treat the payout number you see in week one as the ceiling, not the average.
Frequently asked questions
Does Kickbacks actually pay real money?
Yes, but modestly. A four-day independent test recorded 2.24 dollars total, and typical daily users are seeing roughly ten to fifteen dollars a month.
How much can I realistically earn with Kickbacks?
Earnings scale with how often Claude Code is actively thinking. Heavy daily users see the most, but even then it lands closer to pocket change than a side income.
Is Kickbacks safe to install?
It carries real risk. Security reviewers found a hardcoded click token, a way to fabricate ad impressions, and an unsigned auto-update cycle that patches your editor every ninety seconds.
Can I turn Kickbacks off?
Yes. Click the Kickbacks item in the status bar and choose Disable Kickbacks, and Claude Code’s normal loading verbs return immediately.
Does Kickbacks read my code or prompts?
No. It only reads the loading verb and whether a turn has finished, and it does not open, scan, or transmit your files or prompts.
What actually changes if you install this
The honest version is smaller than the pitch. You get a sponsored word where a random loading verb used to sit, a few dollars a month if you code with Claude daily, and a piece of software patching your editor in the background to make that happen.
Whether that trade is worth it depends entirely on how much you value not having a third party quietly touching your development environment for pocket change.






