# Ad-supported AI coding agents in 2026: who pays, and what they can see

> Source: <https://clixad.io/blog/ad-supported-ai-coding-agents/>
> Published: 2026-07-29 00:00:00+00:00

# Ad-supported AI coding agents in 2026: who pays, and what they can see

**"Ad-supported" describes three different products.** In-session ads put the
advertisement inside your editor while you work, which means some amount of session context
has to leave your machine to target it. A free daily grant has no advertiser at all: the
vendor absorbs the cost as marketing, so the allowance moves when the budget does. A rewarded
offerwall pays you for an action you complete outside the tool, so the advertiser buys a
completed form, not access to your code.

All three are free of money. Only the last one is free of your working session.

For about a year, "free AI coding agent" has meant one of two things: an open-source client you point at your own API key, or somebody else's money. The second kind is the interesting one, because somebody else's money always has a shape, and that shape decides what the tool is allowed to do with your project.

The label everyone reaches for is **ad-supported**. It is doing too much work. Three
fundamentally different arrangements are currently sold under it, they expose you to completely
different things, and two of them are not advertising at all.

## Three products, one label

- 1. In-session ads
- The advertisement is rendered inside the coding tool, usually in the waiting line while the model thinks. The advertiser is buying a developer's attention during work. Because ad selection happens in the same process that holds your repository, the vendor has to decide how much of your session goes out to target and measure it. That decision is the product.
- 2. A free daily grant
- The vendor gives every account a fixed allowance per day and eats the inference bill as a customer acquisition cost. No advertiser is involved. This is the most comfortable model to use and the least stable to depend on, because an allowance funded by a marketing budget is a line item, and line items get cut.
- 3. A rewarded offerwall
- You choose to complete an advertiser action outside the tool, usually a signup form or a survey in a browser tab, and the payout for that completed action becomes usage credits. This is the model mobile games have run on for fifteen years. The advertiser is paying for the completed action itself, so it has no reason to want your session and no route to it.

The useful question is not "does it show ads". It is **where the ad is rendered**.
Everything else, including your exposure, follows from that one fact.

## What happened to ad-supported coding in 2026

The category had a loud year, and the direction of travel is worth writing down because most comparison articles still describe the state of things in early 2026.

| Date | What changed |
|---|---|
| Sourcegraph launches Amp Free with ads shown in the coding tool, the highest profile in-session ad model to date. | |
| Google restricts the Gemini CLI free tier: "Gemini Pro models will only be accessible via paid subscriptions. Free tier users will be limited to Gemini Flash models." | |
| Amp drops ads entirely. Sourcegraph cites the launches of Gemini 3 Pro, Opus 4.5 and GPT-5.2 Codex from late November 2025: "in this new world, ads don't make sense." The free daily grant stays, now funded by the vendor. | |
| Amp reports it has begun "pausing or reducing further Amp Free's daily allowance for more users." | |
| AdGuard publishes an analysis of Kickbacks.ai, an extension that sells the waiting line in your editor as ad space, documenting what its two modes send off the machine. |

Read as a sequence, those five rows say something specific. The in-session ad model was tried by the best-resourced company in the category and abandoned in under six months. What replaced it, the vendor-funded daily grant, then started being rationed eight weeks later. And the free tier at the largest vendor of all lost its strong models first, which is exactly what you would predict from the cost of a turn.

**Correction, August 2026.** "Abandoned in under six months" was too strong a
reading of one vendor leaving. FreeBuff launched with in-session text ads on 12 February 2026
and is still running them, so the model has a second live implementation rather than none.
[The comparison post](/blog/freebuff-vs-clixad/) covers what it grants, and what
its launch page says about prompts being analysed to personalise those ads.

## Can it see my code?

This is the question the label obscures, and the honest answer differs per model rather than per
vendor. The table below is about architecture: what each arrangement *structurally*
requires, before any particular company's policy is applied on top.

| In-session ads | Free daily grant | Rewarded offerwall | |
|---|---|---|---|
| Who pays | An advertiser, for your attention | The vendor, as marketing | An advertiser, for a completed action |
| Ad rendered in | Your editor or terminal | Nothing is rendered | A separate browser page |
| Session context needed to target | Some, and the vendor sets how much | None | None |
| Interrupts your work | Yes, by design | No | Only when you choose to top up |
| Survives a budget cut | Yes, while advertisers bid | No | Yes, while advertisers bid |
| Main thing to read carefully | What is sent to select the ad | Whether free mode grants training rights | What the offerwall itself collects |

Two details from the 2026 record make the point better than the abstraction does. AdGuard's analysis of Kickbacks.ai found that its private mode sends a pseudonymous identifier, a truncated IP, OS and editor version and an approximate location, while its boosted mode additionally processes recent prompts and AI responses on the vendor's servers along with open-file extensions and repository hints, with credential stripping described as best effort rather than guaranteed. That is not a scandal, it is what buying attention inside a working session costs to target.

The second detail is subtler and catches more people: on some tools the free mode is where the
**training** terms live, not where the ads live. A tool can truthfully say no code
is shared with ad partners while the free tier still opts your threads into model training. Those
are two separate questions and marketing pages tend to answer only the first one.

If you work on anything under an NDA, none of the three models is the right default. Every free tier in this category is aimed at personal projects, learning and open source, and every vendor in it will tell you the same thing if you read as far as the enterprise page.

## What one coding turn actually costs

Ad funding is only ever as plausible as the bill it has to cover, and that bill is very unevenly distributed. Below is the raw provider cost of a single agent turn, priced through the same engine Clixad meters with, so the numbers are the ones we actually charge rather than an illustration.

A "turn" here is defined as **20,000 input tokens and 1,500 output tokens**: one
round trip where the agent has a few files and some conversation in context and replies with an
edit. Credits are Clixad's unit, where **100,000 credits is $1** of list value.

| Model | Credits per turn | Roughly |
|---|---|---|
| Gemini 2.5 Flash-Lite | 390 | a third of a cent |
| Kimi K2 | 2,228 | two cents |
| Claude Haiku 4.5 | 4,125 | four cents |
| Claude Sonnet 5 | 8,250 | eight cents |
| Claude Opus 5 | 20,625 | twenty cents |

The spread is the story: **the same turn costs about fifty times more on the frontier model
than on the cheap one**. A display ad in an editor earns single-digit cents per thousand
impressions. That funds an enormous amount of Gemini 2.5 Flash-Lite and almost no Claude Opus 5,
which is why every free tier under pressure sheds its strong models first, and why Sourcegraph's
stated reason for dropping ads was a wave of frontier model launches rather than anything about
advertising itself.

One turn is the right unit for comparing models and the wrong one for planning work, because an
agent makes about a dozen model calls per instruction and resends the whole conversation on each
of them. [The follow-up post prices a whole task](/blog/free-ai-coding-tier-limits/)
instead, across the entire catalogue, and works out why free tiers are quoted in requests rather
than in anything you can convert.

## What a rewarded action actually pays

The offerwall model works on different arithmetic, because a completed signup or survey is worth a hundred to a thousand times a display impression. It also has two properties that are uncomfortable to publish and dishonest to omit.

**The payout varies enormously at the same duration.** These are amounts we have
observed on the wall in Germany, credited on completion:

- a 3 minute action: roughly 40,000–42,000 credits
- a 6 minute action: roughly 45,000–107,000 credits
- a 16 minute action: roughly 300,000 credits

Two six-minute surveys differing by more than 2x is normal, because the advertiser is pricing the respondent, not the minutes. This is why we publish ranges and never a "6 minutes = 45,000 credits" figure: our own pricing engine will happily compute a point value, and it would be a number nobody can hold us to.

**Being screened out is the normal case, not an error.** The most common outcome of
starting a survey is that it ends part way through without credit, because you did not match the
panel the advertiser was buying. Any product that presents this as a failure state is describing
the wall inaccurately. Every amount above is what lands *on completion*.

For scale against the table in the previous section: one 3 minute completion at the low end of that range is on the order of a hundred turns on Gemini 2.5 Flash-Lite, about five on Claude Sonnet 5, or about two on Claude Opus 5.

## Five questions before you trust one

These are ordered by how much they tell you per minute of reading, and every one of them is answerable from a vendor's public pages.

**Where is the ad rendered?** Inside the tool, or in a separate page you open on purpose. This single fact determines your exposure.**What leaves the machine to target it?** Look for the specific list, not the reassurance. "We do not sell your data" is not a list.**Does the free mode also grant training rights?** Check the free tier's terms, not the general privacy policy. This is the one that most often differs, and[a later post follows what happened to it in 2026](/blog/free-ai-coding-tier-privacy/), when the largest free tier in the category was opted in by default.**Is the free allowance revenue or marketing?** If no advertiser or customer is paying for it, it is a budget line, and 2026 has now shown twice what happens to those.**Can you see the price of a turn before you spend it?** A tool that meters in a unit you can inspect is one you can plan around. A tool with an opaque "requests" quota is not.

## Where Clixad sits, and what it does not solve

Clixad is the third model. It is a terminal coding agent that reads your project, edits files and runs commands, and it is funded by rewarded offerwall completions: you open a page in your browser when you want credits, complete a form or a survey, and the payout lands in a wallet the agent spends against. Advertisers never see your code, your prompts or the name of your project, because they are not in the coding session at all. New accounts start with 5,000 credits, and buying credits is possible but never required.

The honest limits, since this article has spent nine hundred words asking other tools for honesty. You are paying with your time and your survey answers, which is a real price even though it is not a subscription. The offerwall provider collects its own data about you, on its own terms, and that is a second privacy question we cannot answer on its behalf. Screenouts will waste some of your minutes. And nothing here is appropriate for code you are contractually obliged to keep confidential.

What the model does buy you is a free tier that is not a trial. The margin on a completed offer is the business, so a user who never pays a cent is a profitable user rather than a cost being tolerated until the funding round closes. That is the part 2026 keeps demonstrating the hard way.

## FAQ

### Are ad-supported AI coding agents actually free?

They are free of money, not free of cost. You pay in attention, in data, or in both, and which one depends on the funding model. In-session ads cost attention while you work and some amount of session context. A free daily grant costs nothing but can be reduced at any time, because it is a marketing budget rather than revenue. A rewarded offerwall costs the minutes you choose to spend on a form or a survey, and nothing while you are coding.

### Can an ad-supported coding agent see my source code?

It depends entirely on where the ad is rendered. If the ad appears inside your editor or terminal, ad selection happens in the same process that holds your code, and the vendor decides how much context leaves the machine to target it. If the ad lives in a separate browser page, the advertiser never touches the coding session at all. Read the specific mode you are on rather than the marketing page: on some tools the free mode also opts you into training on your threads.

### Why did Amp Free stop showing ads?

Sourcegraph announced on 30 March 2026 that Amp Free would no longer show ads, writing that the launches of Gemini 3 Pro, Opus 4.5 and GPT-5.2 Codex from late November 2025 had changed the economics so that ads no longer made sense. The free daily grant stayed, funded by Sourcegraph rather than by advertisers. On 23 May 2026 the company said it had begun pausing or reducing that allowance for more users.

### How much ad revenue does one AI coding turn need?

Less than most people expect on a cheap model, and far more than most people expect on a frontier one. On a 20,000 token input and 1,500 token output turn, Gemini 2.5 Flash-Lite costs about a third of a US cent of raw provider spend, while Claude Opus 5 costs roughly fifty times that on the same turn. Any ad-funded tool is solvent at the cheap end and needs real advertiser money at the expensive end, which is why free tiers tend to lose the strong models first.

### What should I check before trusting an ad-funded coding tool?

Ask five things: where the ad is rendered, what leaves your machine to target it, whether the free mode also grants training rights on your threads, whether the free allowance is revenue or a marketing budget, and whether you can see the price of a turn before you spend it. The first three decide your exposure and the last two decide whether the tool will still be free next quarter.

## Sources

- Sourcegraph,
[Amp Free Is Ad-Free](https://ampcode.com/news/amp-free-is-ad-free), 30 March 2026, with the allowance update of 23 May 2026. - Google,
[Service update: mitigating abuse and prioritizing traffic](https://github.com/google-gemini/gemini-cli/discussions/22970), Gemini CLI discussion #22970, effective 25 March 2026. - AdGuard,
[AI coding ads: the privacy cost of Kickbacks.ai](https://adguard.com/en/blog/ai-coding-ads-kickbacks-vscode.html), 22 July 2026. - Per-turn credit prices: Clixad's own pricing engine,
`packages/pricing`

, at the model catalogue read from OpenRouter on 26 July 2026. - Offerwall payouts: amounts observed on Clixad's own wall in Germany, credited on completion, July 2026.
