34
90 Comments

I used $30,983 of AI tokens last month in Claude code on $200/mo plan

I built tokenflex.ing — a public leaderboard where devs and vibe coders can show off how much ai tokens they have used with Claude Code, Codex, OpenCode, Cursor and other AI tools.

Kind of like a GitHub profile, but for AI token usage.

My profile so far:

  • 18.7B tokens all-time
  • 17B tokens last 30 days
  • 51,414 Claude Code events
  • 5 models (Opus 4.6, Opus 4.7, Sonnet 4.6, Codex, synthetic)
  • Currently rank #4 today

Funny thing is nobody actually knows their actual token usage until they look. You assume you're using "a lot" of Claude. Then you see 12B tokens for the
month and have to quietly close the tab.

What does yours look like?

Especially if you're curious about anyone running Claude Code + Cursor + Codex together you must compare your usage with them.

You should try tokenflex.ing if you want to do that.

posted to Icon for group Building in Public
Building in Public
on May 22, 2026
  1. 1

    Pure vanity math. Token count without shipped features tells you one thing: how hard the AI worked. What actually shipped is a different number entirely. I ran Claude Code pretty hard for about 3 months on agent workflows, and the thing that actually changed my spend was session hygiene: keeping each session scoped to one problem, resetting context before it ballooned, and routing repetitive low-stakes subtasks to Haiku instead of Sonnet. That cut my spend by roughly 37%, delivery speed unchanged.

    The leaderboard is a fun idea. But rank 4 globally tells you either that you shipped something serious, or that you left Claude running in a loop with a bad prompt and went to bed. Without an output metric next to the token count, it doesn't say much.

    1. 1

      Session hygiene saves a massive amount of budget. Keeping context windows clean and offloading basic subtasks to lighter models cuts costs significantly without lowering output quality.

  2. 8

    amazing... that's crazy bro

  3. 7

    BUT how do you track token count for the claude desktop or web?

    1. 1

      we use claude code instance for that

    1. 1

      thanks for your kind words i would recommend checking it out

    1. 1

      Thanks man... did you gave it a try?

  4. 3

    is it for mac only or it works on windows as well?

    1. 1

      it works on both using cli

  5. 2

    It's interesting that you're using Claude Code on a $200/mo plan and have already utilized nearly $31,000 worth of AI tokens, I'd love to know more about the projects you're working on that require such a high volume of token usage. Are you building a large-scale application or is this for research purposes, and how do you plan to scale your token usage as your projects grow. What kind of models are you using Opus 4.6 and Sonnet 4.6 for, and how do they compare to Codex in terms of performance and cost.

    1. 1

      That level of token consumption usually points to agents running in long, unoptimized loops rather than efficient production code. It would be fascinating to see the actual architecture behind that spend and how those models handle context retention compared to older setups.

  6. 2

    the 'quietly close the tab' bit made me laugh. but real talk — token count without output metrics is just measuring how hard your AI had to work, not how much you shipped. ive seen devs burn way fewer tokens and ship more because they structure their prompts better upfront instead of doing 20 retry loops

  7. 2

    After trying Claude Code for two weeks, I felt that before I could create any profitable products/tools, I was already incurring token costs upfront. I realized I couldn't simply let the tool control my wallet, so I looked for some effective open-source libraries on GitHub and used them in conjunction with Claude Chat to significantly reduce token expenses. Perhaps this is why I won't be able to achieve a good ranking on this site you provided.

    1. 1

      did you find it was still effective with those libraries?

      1. 1

        Yes, but I haven't conducted large-scale testing yet. Just after adding it, normal usage did indeed reduce token usage, but often it's only after further testing that one can determine if it's effective.

  8. 2

    On the $200/mo plan, the cheapest single optimization is moving file-reading and grep-style operations to a cheaper model (Haiku / Sonnet) and keeping Opus only for actual reasoning steps — Claude Code respects a model override per subagent and you can cut token spend 40-60% without quality loss for routine ops. Second lever: cache_control headers on long system prompts / repo context so you're not paying full input tokens on every turn; Anthropic's prompt caching is dramatically underused.

  9. 2

    17B tokens in 30 days is the number that makes the leaderboard idea work as a product, not just as a flex. Most devs genuinely have no idea what they're burning, so the moment they see a ranked list they'll check just to find out where they stand. The interesting question is whether you add a ratio layer eventually: tokens-per-shipped-commit or tokens-per-closed-issue. Raw burn is compelling to compare, but the number that actually changes behavior is 'am I using 3x more tokens than someone shipping the same output?' The leaderboard is the hook; that ratio is what would make someone open it every week.

  10. 2

    i think that's a much needed service industry needed and this thing hasn't been launched anywhere till now that's the most concerning part.

  11. 2

    My shape is the opposite of yours, but that's the interesting part. On my small indie iOS memo app this year I burned ~340M tokens in 5 months — almost all from running CC in plan-mode on the same 3 Swift files I refused to refactor by hand. Switching to Sonnet for explanation passes and reserving Opus for the actual surgery cut monthly spend about 60% with no quality drop I could detect. The leaderboard's funny edge is what raw burn actually measures — it's curiosity, not value — and a "tokens-per-shipped-feature" axis would make that cruel in the best way. Until someone bolts that on, the rank quietly becomes a permission slip to keep burning.

    1. 1

      i understand that totally and agree with you. this is just a start which needs a validation and would start shipping more and more useful features on speed of light.

  12. 2

    GET IN TOUCH WITH A LICENSED CRYPTO RECOVERY HACKER EXPERT: ALPHA KEY

    After investing over $458,760 worth of USDT, everything turned out to be a scam. I was depressed and on the verge of taking my own life until a coworker recommended ALPHA KEY RECOVERY to me after reading their online reviews. After being scammed, I was 50/50 about everything because of trust issues. Today marks seven months since I was conned by some online broker who claimed to help me through my process.Alpha key came to my aid and restored back my joy and happiness by recovering almost everything taken from me reach out to them today and be a living witness of their good work .

    WhatsApp : +15714122170

    Signal : +15403249396

  13. 2

    i will try it for sure

    1. 1

      thanks will be waiting for your thoughts on it

  14. 1

    Damn 17B tokens in the last 30days...

  15. 1

    This is a strong flex mechanic. The bigger thing I keep seeing with Claude Code/Codex users is that people do not just want leaderboard stats, they want usage visible before they hit the wall.

    That is why I built TokenBar as the boring companion version: Mac menu bar visibility for AI usage, limits, and reset times while you work. If anyone here is getting surprised by resets, it is here: https://tokenbar.site

  16. 1

    I burn through tokens in Claude Code too, and one thing I have noticed: the way I type prompts versus the way I speak them is completely different. When I type, I get wordy and over-explain. When I dictate the same prompt, it comes out tighter because speaking forces conciseness. You naturally edit yourself.

    I built DictaFlow partly for this. It is a hold-to-talk dictation app that types into any window, including the Claude Code terminal. Hold a hotkey, speak the prompt, release, and it shows up at your cursor. The side effect I did not expect: my prompts got shorter and my token burn dropped noticeably just from switching to voice.

    Anyone else here dictating their Claude Code prompts, or is everyone still typing everything?

  17. 1

    the 200/mo to 30k tokens math is unreal but its less about the plan and more about how you scoped Sonnet vs Opus. when claude-code defaults to Opus for plan + Sonnet for impl, my burn dropped 60 percent. the heavy hitters arent the obvious ones either - the silent killer is bash output flowing back into context. a single find / or huge log tail spike eats 50k tokens you never see in the UI. /usage in 2.1.149 finally surfaces where this happens.

  18. 1

    haha I really love this I've only been coding 20 months using Claude code not really building anything until the last 3 weeks i Hit an idea. my genric token useage has never gone above 20,000 my usage so far in 3 weeks of building is 200,000
    but this is a my Ferrari is better than yours

  19. 1

    The slogan "Burn tokens. Get famous." is honestly great.

    One fun product idea: maybe you could add a "real-world impact" layer next to token usage.

    Not in a moralizing way, but as a more visual/funny comparison. For example:

    • "You burned enough tokens to power a lightbulb for X hours"
    • "Equivalent to boiling X kettles"
    • "Enough compute to run a small fan for X days"
    • "Your AI usage this month could power a laptop for X hours"

    Tokens are already a good flex metric, but translating them into real-world analogies could make the leaderboard much more shareable. People understand "17B tokens", but they feel "that's 200 kettles of energy" much faster.

  20. 1

    Running 10+ apps across iOS and web, my biggest token lesson wasn't about which model to use — it was about when NOT to use AI at all.

    Three things that cut my monthly Claude Code spend by roughly 65 percent:

    1. Pre-written project instruction files. Instead of letting the agent rediscover your codebase every session, give it a structured map upfront. Saves thousands of tokens per session in context discovery alone.

    2. Task-size discipline. The moment a task touches more than 3 files, I break it into subtasks with explicit specs. Large ambiguous tasks are where 80 percent of retry loops and token waste happen.

    3. Knowing when grep beats AI. File searches, simple refactors, find-and-replace — every unnecessary AI invocation is tokens you will never get back.

    The raw number is fun to flex, but what actually matters is tokens-per-shipped-feature. I would bet the top performers on that metric are burning way less than the leaderboard leaders.

  21. 1

    The cost creep is real. Building a fitness AI app and I hit this early — had to get deliberate about routing. The fix that helped most: only use the heavy model for reasoning-heavy tasks and route everything else to a cheaper/faster model. For my app I use Gemini Vision for food photo scanning and Llama 70B via OpenRouter for the conversational AI — each doing what it's actually good at. Costs dropped significantly without hurting quality. Claude Code is harder to control since it autonomously picks the model, but for product-facing AI you have full control.

  22. 1

    $30k worth of tokens on a $200 plan is absurd leverage. This is exactly what the AI era looks like—tiny teams, massive output.

  23. 1

    The token cost conversation is almost always the wrong cost conversation in enterprise B2B. In our deployments, the AI compute line item is usually 10-15% of total project cost. The other 85% is data sanitation, integration engineering, and the organizational overhead of getting 6 different stakeholders to approve data access.

    The $30k token bill is visible. The 3 months of eng time building around it usually isn't in the same spreadsheet.

  24. 1

    This is a brilliant idea — GitHub profile but for AI token usage. As someone who uses Claude heavily for building side projects, I had no idea how to track actual token consumption. Going to check it out!

  25. 1

    This is a really neat concept! It’s like a fitness tracker or a GitHub contribution graph, but specifically for AI developer throughput. As developers start moving more toward autonomous agents and CLI tools like Claude Code, visibility into token consumption is becoming essential to catch cost spirals early. I love the idea of making it social—it could actually gamify code efficiency! One cool feature suggestion: it would be great to see a breakdown of tokens consumed per line of code committed or features merged, rather than just raw volume. Keep up the great work.

  26. 1

    This is an incredible breakdown of token burn. From an optimization perspective, managing that level of raw API text payload throughput can get complex quickly if the underlying application structures are flat.

    I’ve been deep in systems architecture since the legacy mainframe days, and it's fascinating to watch modern platforms consume resources at this velocity. For high-concurrency architectures, keeping token parsing overhead lightweight—such as executing localized translation event loops via asynchronous serverless webhooks—is absolutely vital to stop the infrastructure costs from outpacing baseline product margins. Great data here!

  27. 1

    The root cause in most agentic cost spirals isn't the model —
    it's missing call velocity tracking. Raw token counts tell you
    what happened. Call velocity (second derivative of tool calls
    per minute) tells you 3-4 minutes before it becomes expensive.

    What I've seen work in production:

    1. Track call acceleration, not just volume. If an agent goes
      from 2 calls/min to 6 calls/min to 14 calls/min, that
      exponential curve trips a circuit breaker before you hit $500.

    2. Separate budget pools per agent. A verification agent
      shouldn't share quota with a generation agent — they have
      completely different call patterns.

    3. Add a deduplication registry. If the same fact was verified
      in the last 5 minutes, return the cached result. Alone this
      cuts 40-60% of runaway verification loops.

    I've been analyzing this pattern across multiple agentic systems
    recently. Happy to share what the monitoring signals look like
    in practice — DM me if useful.

  28. 1

    The "you assume you're using a lot until you actually look" line is real. Running gpt-4o across blog generation, SEO scoring, and keyword research for 6 SaaS apps — I stopped guessing my usage after the first month and just started treating it as a fixed infrastructure cost like hosting. The surprise was how uneven it is: the blog generator burns 10x what the route optimizer does, even though I assumed the opposite. Checking out tokenflex — that kind of visibility would actually help me optimize which features justify the compute.

  29. 1

    Same "quietly close the tab" energy when I tracked $/hour on my 4 side projects. One was $1.80/h 😬

  30. 1

    30k tokens on Claude Code in one month is wild - do you have any workflow tips for keeping context manageable without burning through the budget?

  31. 1

    Really appreciate you sharing the numbers transparently. The part about "validation before building" resonated — I actually fell into that trap too with my first project. What channel ended up driving your first 10 signups?

  32. 1

    Raw token totals are interesting, but the useful metric for founders is tokens burned before a decision or shipped artifact exists.

    I would split usage into three buckets: exploration, production work, and repair/retry waste. The last bucket is where most teams learn something actionable, because it points to unclear specs, too much context, or weak stop conditions rather than simply "AI is expensive."

  33. 1

    didn't realize how much autonomous agents cost until month 2. I now write a constraints doc per agent before deploying - it's dumb but it forces the cost question upfront.

  34. 1

    Cool concept. What I'd want to see next is tokens-per-outcome, not just raw tokens. At SocialPost we ship a lot with AI tooling but raw usage tells me nothing without context: was that 12B tokens behind 3 shipped features or 30? Pairing token spend with merged PRs or deployed features turns this from a vanity leaderboard into something that actually helps founders make better tooling decisions.

  35. 1

    interesting concept - turns claude-spend from private guilt to public game. would love a second axis though, like commits-per-1B-tokens, to balance the 'most burned wins' vibez

  36. 1

    Fun idea, but isn't the point to be productive with the least amount of token spent?

  37. 1

    Fun hook. But I’d love to see the next layer: what did those tokens actually ship?

    Tokens per merged PR / fixed bug / shipped feature would be way more useful than raw burn. Otherwise the leaderboard might just reward chaotic workflows 😂

  38. 1

    claude code only over here no cursor/codex. mostly long-context flutter work. the 'quietly close the tab when you see the number' part felt personal lol

  39. 1

    This is exactly why I built TokenWatch — paste your API key, get a weekly email showing exactly where the spend is going. No code changes. Check my profile for link.

  40. 1

    it is probably the best way to "purchaise" more tokens

  41. 1

    Wild numbers! The leaderboard idea is genuinely clever — most devs have no idea what they're actually burning until they see it ranked next to someone else. Checking mine now.

  42. 1

    It's interesting that you're showcasing AI token usage as a metric, similar to how developers showcase their code contributions on GitHub. I'd love to know more about how you plan to incentivize developers to optimize their token usage, as it seems like there could be a trade-off between showcasing high token usage and optimizing for cost efficiency. Are you considering adding features that highlight efficient usage or cost savings to the leaderboard?

  43. 1

    " Fascinating optimization metrics here. As a legacy systems engineer who started back when every single byte had to be manually declared on mainframes, seeing token burn at this velocity is wild. The shift to letting models handle boilerplate and heavy text formatting changes the game entirely, provided the core system design logic stays human-driven."

  44. 1

    The ROI math here is what matters — if those tokens generated more than $30k in output value (saved dev time, shipped features, avoided costly mistakes), then it's actually cheap. The interesting shift I'm watching is founders using AI not just for coding but for decision-making before they write code at all. I've been building in the validation space and the most painful thing I see is teams that spent months building something that six honest AI critics could have torn apart in an hour. The compounding cost isn't the tokens — it's building the wrong thing faster.

  45. 1

    This is a great breakdown of the token efficiency problem. The gap between what API providers advertise and what developers actually experience in production is massive. Building with AI infrastructure costs requires constant monitoring — the $200 plan being enough for this scale is genuinely surprising.

  46. 1

    This is wild – the leaderboard idea is genius. Nobody tracks this until they see the number and regret it. Curious how you're pulling the token data – is it directly from Claude Code logs or via API? Building on top of Supabase for the storage layer?

  47. 1

    Have you built this for Arduino? A little 3D-printed display would be so cool

  48. 1

    $30,983 in tokens on a $200 plan means Anthropic is subsidizing roughly 99% of your usage. Fun while it lasts. The thing I keep watching is when pricing tightens, rate limits cinch, or the unlimited tiers quietly disappear. Pattern from 20 years of running SaaS: you build the cost structure assuming you pay the real number, not the introductory one. Curious who here has actually budgeted for what their stack costs at list price.

  49. 1

    $30,983 of compute on a $200/month plan is wild, and the leaderboard idea is smart because it makes something invisible very visible. Most devs genuinely have no idea what they're actually burning until you put the number in front of them.

    One thing I'd push back on slightly: there's a fork in who actually wants this data. Devs who are proud of their usage want a leaderboard. Finance directors and bootstrapped founders building on top of these models want a cost alert. Trying to serve both might dilute the angle.

    Which behaviour have you seen more of in the early users -- people showing off their number, or people genuinely shocked by it?

  50. 1

    Tried running Claude Code + Cursor side by side for about six weeks on a tiny iOS side project (Captio replacement). It broke for me in two ways: I started double-checking the same diff in two tools, and my Claude usage quietly tripled because I was treating context as free. I switched to one primary agent + a strict 'one open project at a time' rule and my monthly spend dropped roughly 60% with no felt productivity loss. The interesting tell, like you said, is that you assume you're 'using a lot' until the number shows up. Curious — does the leaderboard surface a usage-per-shipped-commit ratio? That's the number I'd actually want to compete on, not raw tokens.

  51. 1

    I've been building KundliAI — an AI astrology platform for the Indian market — mostly through Claude ai chat rather than Claude Code, so my token burns look modest in comparison. But the moment I started using it for actual code generation and debugging, I could feel the tokens disappearing in real time.
    The funniest part of your post — "you assume you're using a lot, then see 12B tokens and quietly close the tab" — hit different. I had a similar moment when I saw my AstrologyAPI costs after a single day of decent traffic. The math changes fast when real users show up.
    Curious — at $30k of usage, are you seeing proportional output in terms of shipped features or revenue? Trying to calibrate whether heavy Claude Code usage actually accelerates building or just feels like it does.

  52. 1

    It seems like a very useful tool, but there's nothing like trying it out and seeing how it really works and if it's useful. Nowadays, with AI, those who are observant get ahead. Good luck on your journey...

  53. 1

    18B tokens for what? I can't wait for the count to be based on token usage rather than by plan...

    1. 1

      I am building multiple projects as i am too bullish on indiehacking and built this because thought similar minded people can hangout there.

  54. 1

    Fascinating — and a bit terrifying. The cost spiral you're describing is almost always a governance problem before it's a budget problem: no validation gate means the model runs until it's done, not until it's right. We built ConsensusPress exactly for this — five models reach consensus before a single word publishes, so you're paying for validated output, not iteration. Would love to know if you found a ceiling that worked.

    1. 1

      yupp... that's why i thought we should have a public leaderboard to flex our usage.

  55. 1

    "17B tokens in a month is an absolute flex, Khadin! Turning token usage into a gamified leaderboard is such a clever and fun idea for devs right now. It's like the new GitHub profile. Awesome project, congrats on the launch!"

    1. 1

      Thanks man let's compete on tokenflex.

  56. 1

    I am absolutely mortified by this and intrigued at the same time, I am bookmarking this because I am going to come back when I am less afraid of seeing this metric.

    1. 1

      hahaha... what about competing on tokenflex.

      1. 1

        I like the idea I really do, but I feel mine would say something like 1 trillion and I would be so embarrased and close my laptop forever

  57. 1

    This is crazy bro! Though what’s fascinating is that token cost is quickly becoming a secondary optimization compared to workflow efficiency.

    We’ve seen cases where:

    • better task decomposition
    • tighter context windows
    • structured specs
    • deterministic validation layers

    …reduced retries and hallucinated implementation so much that total operational cost dropped massively even when using “more expensive” models.

    A lot of AI engineering right now feels less like prompt engineering and more like systems engineering.

    1. 1

      Yupp you are absolutely right but the more fascinating thing is the margin that anthropic offers between a monthly plan and a token based usage system i mean api system.

  58. 1

    that's insane. trying to be like you one day

    1. 1

      Thanks man, sure let's compete on tokenflex.ing than

  59. 0

    We are looking for someone who can lend our holding company 300,000 US dollars.

    We are looking for an investor who can lend our holding company 300,000 US dollars.

    We are looking for an investor who can invest 300,000 US dollars in our holding company.

    With the 300,000 US dollars you lend us, we will open a game programming and e-commerce company.

    We will use the 300,000 US dollars you invest in our holding company to establish a game programming company and an e-commerce company.

    With the 300,000 US dollars budget you will provide to our holding company, we will open a game programming and e-commerce company.

    Why would we establish a company in these two business sectors?

    The game company we will establish will produce our own game projects and generate significant revenue by publishing our games for a fee on major gaming platforms such as the Play Store, Apple Store, Microsoft Store, and Steam.

    We will release the game projects we produce as paid downloads on digital stores, generating significant revenue by charging a fee for each download.

    The e-commerce company we will establish will promote our game projects and increase the download rate of our game.

    The e-commerce company we will establish will advertise our game projects, helping to introduce our game to a wider audience, and in this way, the download rate of our game will increase rapidly.

    In short, our game company will produce game projects and publish these games on digital stores. Our e-commerce company will promote these game projects, increasing download rates and thus generating significant revenue.

    By working in coordination between our game company and our e-commerce company, we will create great games and the download rates of the games we make will increase rapidly.

    Today, the gaming industry is a large, innovative sector that generates significant returns, so by focusing on the gaming industry, we will achieve substantial income.

    Because we have a strong infrastructure and advertising network, and an expert team, we will be able to grow the company rapidly by focusing on the gaming sector.

    Since we have the infrastructure ready in the gaming industry, we will be making big money in a short time.

    Because the gaming industry is a highly in-demand sector, and because we have a strong infrastructure and foundation, entering this sector will allow us to generate significant revenue.

    How will we advertise the game projects we will produce?

    We will increase the number of downloads for our game using 5 different advertising tactics.

    Thanks to the 5 different advertising tactics we will use, our game will be downloaded by an average of 10,000,000 people in just 2 months.

    Thanks to our strong advertising strategy, we will increase our game's download rate in a short time.

    1. Advertising strategy: By continuously promoting our game on global social media platforms like Facebook, Instagram, YouTube, X, Telegram, LinkedIn, and TikTok, we will attract a large audience to our game.

    2. Advertising strategy: We have 170 unique social media applications for each country. By using these applications, we will promote our game to many countries and increase its international popularity.

    3. Advertising Strategy: Our game will feature a referral system that will benefit both existing and new users. The system will work as follows: each registered user will receive a unique referral code, which they can share with others to bring in new customers. When a new user registers, they will enter this referral code in the designated field. The system will automatically recognize the code, and the user who shared the code will receive 2 US dollars for each new customer they bring in. Additionally, the new user who registers using the referral code will receive a 20% discount on the game purchase. This will motivate existing users to recommend the game to more people by earning income from their referrals, and will make new users more willing to join thanks to the discount. This will create a rapid and natural spread among users, allowing our game to reach a wider audience and grow quickly.

    4. Advertising strategy: By using advertising platforms like YouTube Ads, Google Ads, Facebook Ads, and Instagram Ads, we will have our game's promotional video viewed by millions, which will increase the number of downloads.

    5. Advertising strategy: We will place advertisements for our game on blogs and news websites.

    Thanks to our strong advertising network and strategy, our game will receive 10,000,000 downloads in just 2 months.

    By releasing our game on multiple app stores instead of just one, the download rate will increase even more.

    We will release our game on major digital stores such as the Play Store, Microsoft Store, App Store, and Steam.

    By implementing these 5 advertising tactics, we will increase our game's download rate in a short time.

    We aim for our game to have an average of 10,000,000 downloads within 2 months.

    How will we generate revenue from the game project we will produce?

    1. Our game will cost 7 US dollars. Since it will be a paid game, we will earn money for each download.

    2. The game will feature a purchase system. Some characters, weapons, and vehicles in the game will be offered for a fee. Users can purchase this content for a certain price to strengthen their characters and improve their performance and progress in the game more quickly and effectively.

    Thanks to the in-game purchase feature, we will generate significant revenue.

    1. By sharing our game on multiple digital stores instead of just one, we will further increase our revenue.

    2. We will add short ads to our game using Google AdMob and generate revenue from these ads.

    3. When our game's download numbers increase, we will advertise the products of companies for a fee.

    Today, the gaming market is a highly demanded sector, and by entering this market, we will generate significant revenue in a short time.

    With our expert game programming and e-commerce team, we will create great games, attract large audiences to our games, and generate significant profits.

    Thanks to our strong advertising network and advertising tactics, our game will receive an average of 10,000,000 downloads in just 2 months.

    Since we will be releasing our game on many digital stores, our game will definitely get a total of 10,000,000 downloads.

    We will have earned a total average of 70,000,000 US dollars from our game.

    Since the download price of our game will be 7 US dollars, we will earn 70,000,000 US dollars just from the number of downloads.

    Even companies that make simple games are earning billions of dollars these days.

    The gaming industry is a very profitable sector.

    By investing in our holding company, you too will earn significant returns and increase your wealth.

    How much revenue will you generate by investing in our game project?

    If you lend our holding company 300,000 US dollars, I will return your money as 950,000 US dollars on February 26, 2027.

    If you invest 300,000 US dollars in our holding company, we will return your money as 950,000 US dollars on February 26, 2027.

    I will invest the 300,000 US dollars you lent to our holding company in the gaming sector, increase its value, and return it to you as 950,000 US dollars on February 26, 2027.

    I will repay the 300,000 US dollars you lent to our holding company as a loan to you as 950,000 US dollars on February 26, 2027.

    You will receive your money back as 950,000 US dollars on February 26, 2027.

    By investing in our holding company, you will have increased your money within a few months.

    How to contact us:

    To learn how you can lend our holding company 300,000 US dollars, please send a message to the WhatsApp number, Telegram username, or Signal number below. I will provide you with detailed information.

    To learn how you can invest 300,000 US dollars in our holding company, please send a message to the WhatsApp number, Telegram username, or Signal number below. I will provide you with detailed information.

    To learn how you can increase your money by investing 300,000 US dollars in our game project, send a message to the WhatsApp number, Telegram username, or Signal number below. I will provide you with detailed information.

    For detailed information, please send a message to the WhatsApp number, Telegram username, or Signal number below. I will provide you with detailed information.

    To learn how you can lend our holding company 300,000 US dollars and to get more detailed information about our game project, please send a message to the WhatsApp number, Telegram username, or Signal number below. I will provide you with detailed information.

    My Telegram username:
    @adenholding

    Signal contact number:
    +447842572711

    Signal username:
    adenholding.88

    1. 1

      Hello @adenglobals
      I will love to know if your offer is still very much available? Cause am interested and I would love to know more about your project, please if you have written business/project plan available I would love to read it for investment consideration my contact it's

      Hiltonmachineries @ aol . co m

      Looking forward to read from you
      Thanks
      Mr Herbert Hilton

  60. 0

    Building a leaderboard for Claude token usage is such a clever idea! This scratches a real itch for devs who want to understand their actual AI spend vs what they think they're spending. The tokenflex.ing project is exactly the kind of transparency tool indie hackers need. Love the transparency angle! 🚀

  61. 0

    17B tokens in 30 days is a mind-blowing flex! Honestly, the margin that Anthropic is currently subsidizing on these pro plans compared to raw API costs is insane.

    What’s really fascinating from a backend perspective is how we process and visualize this scale of data. I’m currently building an AI-powered social listening and lead-generation tool, and my biggest headache right now is filtering the absolute noise so the incoming lead table doesn't completely flood the user's UI. Seeing your 51,414 Claude Code events just makes me think about the pure data pipelines running under the hood here.

    Definitely bookmarking —gamifying token usage like a GitHub contribution graph is brilliant for the AI-native dev era.

  62. 0

    About $1,000 deep in Claude Code tokens building a CRM from scratch. The thing that surprised me wasnt the total spend, it was how much was wasted on lazy prompts - probably $300 of it. Would love to see a "tokens per feature shipped" metric on the leaderboard. Raw volume doesnt tell you much without that context.

  63. 1

    This comment was deleted 3 days ago.

Trending on Indie Hackers
30 days ago I posted here with $0 revenue. Here's what actually happened next. User Avatar 129 comments my reddit post got 600K+ views. here's exactly what i did User Avatar 54 comments How to spot high-intent customers in 5 minutes, for free. User Avatar 43 comments I turned someone’s tweet into an app idea and it has made ~$3000 so far in 4 months. User Avatar 37 comments I Built a Habit Tracker SaaS Alone in 6 Weeks (No CS Degree, No Team). Here's Exactly How User Avatar 34 comments