conv.

All stories
AIActive · 41h

Essay "Tokens Too Cheap to Meter" sparks debate over AI cost collapse

A blog post arguing AI inference costs are falling by orders of magnitude a year draws pickup on Hacker News and Lobsters, with commenters split on whether the trend is real or subsidized.

What to know

  • Essay claims AI inference cost-per-task has fallen roughly two orders of magnitude within 2026 alone, driven by GPU power-efficiency doubling every two years and rapidly improving inference software.
  • It predicts LLMs will become embedded computing infrastructure within one to two years and run at frontier quality on local commodity hardware within three to six years.
  • Commenters dispute whether the cited price drops reflect genuine hardware efficiency or are being subsidized/marketed by AI labs, since providers control the benchmarks cited.
  • Others counter with independent benchmark data and profitable third-party inference providers as evidence the trend is real and ongoing, citing newer cheaper model releases since publication.

The dispute Whether the essay's price-decline data reflects real hardware/software efficiency gains or is inflated/subsidized by AI labs' own claimed benchmarks. · positions read across 46 posts and comments

many voices

The claimed price/efficiency drops are supported by independent benchmarks and market evidence, and the trend is continuing with newer model releases.

  • “Since this post was written, there have actually been some more price-efficiency improvements from the U.S. LLM companies... For now, the trend continues.”

    gulbanana · Lobsters ↗
some voices

It's unclear whether the reported price declines reflect true costs, since they may be subsidized by AI labs or just taken on the labs' word.

  • “How do we know that the price per token is going down? Are we just taking the AI labs word for this?”

    roflmaoqwerty · Lobsters ↗
some voices

The practical implications are more nuanced: tool execution costs may fall similarly, and profitable third-party providers already show the economics work.

  • “Why wouldn't a tool's execution get cheaper on a similar curve to inference costs?”

    mysteriouspants · Lobsters ↗

jyn.dev (blog author) Author of the essayroflmaoqwerty Lobsters commentergulbanana Lobsters commentertimthelion Lobsters commenter

How it unfolded 5 developments, newest first · click a bar or a number to jump postscomments

Peak 6 pieces in one hour at Yesterday, 9 AM; 52 pieces over 42 hours (2 articles · 6 posts · 44 comments) Sep 22, 10 AM — 1 piece · 1 post — Hacker News 1Sep 22, 11 AM — 1 piece · 1 post — Lobsters 1Sep 22, 12 PM — quietSep 22, 1 PM — quietSep 22, 2 PM — quietSep 22, 3 PM — quietSep 22, 4 PM — quietSep 22, 5 PM — 1 piece · 1 comment — Lobsters 1Sep 22, 6 PM — 1 piece · 1 comment — Lobsters 1Sep 22, 7 PM — 3 pieces · 1 post · 2 comments — Lobsters 2, Hacker News 1Sep 22, 8 PM — quietSep 22, 9 PM — 1 piece · 1 comment — Lobsters 1Sep 22, 10 PM — quietSep 22, 11 PM — quietYesterday, 12 AM — 1 piece · 1 comment — Lobsters 1Yesterday, 1 AM — 3 pieces · 3 comments — Lobsters 3Yesterday, 2 AM — quietYesterday, 3 AM — 1 piece · 1 comment — Lobsters 1Yesterday, 4 AM — 3 pieces · 2 articles · 1 post — Newswires 2, Hacker News 1Yesterday, 5 AM — quietYesterday, 6 AM — 1 piece · 1 comment — Lobsters 1Yesterday, 7 AM — quietYesterday, 8 AM — 5 pieces · 1 post · 4 comments — Hacker News 4, Mastodon 1Yesterday, 9 AM — 6 pieces · 6 comments — Hacker News 5, Lobsters 1Yesterday, 10 AM — 4 pieces · 4 comments — Hacker News 3, Lobsters 1Yesterday, 11 AM — 2 pieces · 2 comments — Hacker News 2Yesterday, 12 PM — quietYesterday, 1 PM — 2 pieces · 2 comments — Hacker News 2Yesterday, 2 PM — 4 pieces · 4 comments — Hacker News 4Yesterday, 3 PM — 2 pieces · 2 comments — Hacker News 2Yesterday, 4 PM — 2 pieces · 1 post · 1 comment — Lobsters 1, Mastodon 1Yesterday, 5 PM — 3 pieces · 3 comments — Hacker News 3Yesterday, 6 PM — 1 piece · 1 comment — Hacker News 1Yesterday, 7 PM — quietYesterday, 8 PM — quietYesterday, 9 PM — quietYesterday, 10 PM — 2 pieces · 2 comments — Hacker News 2Yesterday, 11 PM — quietToday, 12 AM — quietToday, 1 AM — 1 piece · 1 comment — Hacker News 1Today, 2 AM — 1 piece · 1 comment — Hacker News 1Today, 3 AM — quiet 1–2345
4 PMyesterday8 AM4 PMnow · 4:47 AM ET
  1. 5

    Commenters cite hardware benchmarks and provider economics as evidence

    Other commenters counter the skepticism by pointing to independent benchmark data on cost-per-intelligence and to third-party inference providers profitably serving open-source models on commodity GPUs, arguing the efficiency gains are grounded in hardware trends rather than marketing.

    “This isn't about marketing claims, this is just basic hardware benchmarking. The inference hardware is getting more efficient per watt.”
    — timthelion
    • Because there are third party inference providers serving large open source models without large investments and they seem to make s profit.

      marcecollvibecoding1d ago12▲view on Lobsters ↗
    2 more of the top 3 · 41 posts in this stretch
    • A few years is hardly forever and the state of the world here indicates a lot of low hanging fruit still exists.An LLM can certainly be cheaper than grep, because it’s an approximation, while a grep is deterministic and must examine every byte in what can be a relatively complex state machine for a regex based grep. There are other scales to…

      fnordpigletHacker News10h agoview on Hacker News ↗
    • hkrn@mstdn.social

      Tokens Too Cheap to Meter L: https:// jyn.dev/tokens-too-cheap-to-me ter/ C: https:// news.ycombinator.com/item?id=4 9813482 posted on 2026.09.23 at 05:21:17 (c=0, p=7)

      hkrn@mstdn.socialMastodon19h agoview on Mastodon ↗
    all of them →
  2. 4

    Commenter notes newer model releases continue the price-efficiency trend

    A Lobsters commenter points out that since the essay was written, new versions of Claude Opus, GPT Luna and GPT Sol have shipped, each claimed to be cheaper and more capable than its predecessor, suggesting the trend described in the post is ongoing.

    “Since this post was written, there have actually been some more price-efficiency improvements from the U.S. LLM companies... For now, the trend continues.”
    — gulbanana
    • The author gives an example of using [jgrep](https://github.com/keltokhy/jgrep) rather than grep. If I wanted to search a corpus of text for references to sphynx cats, I (or an LLM) could write a regex to search that corpus with grep. But if I want it to also catch references like "sphinx cats", "them bald cats", or "那种没有毛的猫的品种", then I'm suddenly…

      tuxesvibecoding1d ago15▲view on Lobsters ↗
    1 more of the top 2 · 2 posts in this stretch
    • Since this post was written, there have actually been some more price-efficiency improvements from the U.S. LLM companies. New versions of Claude Opus, GPT Luna and GPT Sol have been reached, each (according to claimed benchmarks) cheaper and more capable than the previous versions of those models. For now, the trend continues.

      gulbananavibecoding1d ago5▲view on Lobsters ↗
    all of them →
  3. 3

    Commenters question whether price declines are real or subsidized

    Several Lobsters commenters push back on the essay's premise, asking whether reported per-token price drops reflect true costs or are being subsidized by AI labs, and whether the industry's own claims can be trusted.

    “How do we know that the price per token is going down? Are we just taking the AI labs word for this?”
    — roflmaoqwerty
    • LLMs are evaluated on benchmarks, which show this large drop in cost per intelligence: https://sanand0.github.io/llmpricing/intelligence.html This aligns with my experiences too.

      tuxesvibecoding1d ago9▲view on Lobsters ↗
    2 more of the top 3 · 3 posts in this stretch
    • How do we know that the price per token is going down? Are we just taking the AI labs word for this?

      roflmaoqwertyvibecoding1d ago8▲view on Lobsters ↗
    • > once models are cheaper than tools Why wouldn’t a tool’s execution get cheaper on a similar curve to inference costs?

      mysteriouspantsvibecoding1d ago5▲view on Lobsters ↗
    all of them →
  4. 2

    Essay reposted to Lobsters and Hacker News, gains traction

    The same essay was submitted separately to Lobsters and, a second time, to Hacker News within about nine hours, accumulating tens of upvotes and a discussion thread of roughly a dozen comments.

    “This is an increase in efficiency that we haven't seen since Moore's Law in the 1960s.”
    — jyn.dev (blog author), Essay author · source
  5. 1

    Essay argues AI token costs are collapsing toward zero

    A blog post at jyn.dev claims machine learning inference costs are falling by several orders of magnitude per year, driven by GPU power-efficiency gains (doubling roughly every two years) and improving inference engines, and predicts LLMs will become embedded computing infrastructure within one to two years and run locally at frontier quality within three to six.

    “The price of using machine learning intelligence is decreasing by several orders of magnitude a year and shows no signs of slowing.”
    — jyn.dev (blog author)

Also covered reported alongside — the timeline has no entry for these yet

  1. first by HN Best, 23h ago · also HN Frontpage

What people are saying 15 voices from 3 sites · best of 46 · verbatim

Still unanswered
  • How do we know the cost per intelligence isn't being heavily subsidized by the labs?
  • How do we know that the price per token is actually going down rather than just following labs' own claims?