• chilicheeselies@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    6 hours ago

    I don’t really understand how people are using so many tokens. At work I haven’t even hit $200 I spend per month. Wtf are people doing with these things that burns so many tokens?

    • ThirdConsul@lemmy.zip
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      1 hour ago

      If you run “agentic coding harness” or any kind of goal oriented loop then tokens goe brrrr.

      And LLM sellers are pushing for that (duh), as they managed to convince people to use infinite monkeys typewriting until they make Hamled.

      (Type made on purpose)

    • shaztopher@lemmy.zip
      link
      fedilink
      English
      arrow-up
      3
      ·
      5 hours ago

      If you click the most expensive model and then click max/fast mode, the same task can easily cost 10 or 20x of the cheaper models

      • aksdb@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        4 hours ago

        I watched two colleagues this week and both had Opus 4.8 1M max thinking. No matter which task. It’s also slow as fuck. I work almost all day with GPT-5.4 low thinking and get good results… but faster and cheaper.

        I guess good model selection and promoting will be what sets devs apart in the near future. Once that bubble bursts a bit more and prices increase further that will be an interesting reckoning. Also for companies who basically taunted their employees into tokenmaxxing.

    • Kaligalis@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 hours ago

      I am not able to use the tokens provided by a Claude Max account either.
      But if someone tries to be clever and have 10 employees use a single Max account, they probably run into the limits often. And if the response is to let them just buy API-prized tokens instead of getting more accounts, that gets very expensive very fast. The single-user accounts are subsidized. The extra token prices are not.
      Actual business accounts are prohibitively expensive. And at least Anthropic terminates subsidized accounts when they see extensive use.

      Real token prices are insane. Most businesses couldn’t afford them. And eventually the VC capital will dry up. The cheap AI bubble will burst. And then the market is in for a real sticker shock.
      Better be prepared to switch to local inference for as many use cases as possible.

    • Wispy2891@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      4 hours ago

      I tried Warp terminal because now that’s bankrolled by openai’s magic infinite money you can use your own openai api keys without a subscription. So I put one from my work account. I do a git commit (manually) and then it comes a prompt under it “push it, open a PR and switch to main?”. I click yes, it used one million tokens for that… (And it took about a minute because it did like 20 requests, so there was no time saving at all vs doing it manually)

      I wget something, it comes a prompt under it “now compare the hash?”. Boom, another 500k tokens

      • chilicheeselies@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        4 hours ago

        That’s completely insane. At best it would be useful for the pr title and message, but the rest of that is waste.

        These are the kinds of things I just ask in chat. “Whata the cli command to compare hashes again?”

        • raspberriesareyummy@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          3 hours ago

          People who use slop generators for coding assistance are insane. Everything else is a logical consequence of thinking you can take shortcuts to coding.

    • sobchak@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      ·
      5 hours ago

      I’ve heard “loops” will burn a lot of tokens. Haven’t tried it myself. A person could also spool up multiple loops to work on multiple branches at the same time.

      • aksdb@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        4 hours ago

        I am not convinced yet of letting agents completely unattended. Watching them work makes review easier for me. If I let the agent just produce some result it needed half an hour (or more) for, it’s very likely so convoluted that I can at best skim over it and then go „yeah yeah ok, it’s probably fine <merge>“.

        • HaraldvonBlauzahn@feddit.org
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          4 hours ago

          If I let the agent just produce some result it needed half an hour (or more) for, it’s very likely so convoluted that I can at best skim over it and then go „yeah yeah ok, it’s probably fine <merge>“.

          I am seeing the first job ads for senior software developers which can debug the resulting mess. A lot of it will be just unmaintenable. They will get 20 years of technical debt with ten times the speed and ten times the volume.

    • Johanno@feddit.org
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      3 hours ago

      Our company pays by token usage.

      Claude opus 4.5 costs about 25$ per one million input tokens.

      Well I manage to get to about 50 million input tokens per day regularly on the agent. Not everyday, but at least 7 per month. So I am alone cost the company about 2000$ extra on top of my salary.

      Well they fixed it by implementing some great caching for the tokens and using sonnet instead of opus I can save some money too. Also gemini flash is much cheaper and similar performant. So you can fix it so you don’t burn money on ai

      • chilicheeselies@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        3 hours ago

        I had to push back on that at work. Most of the problems presented were easily solvable via conventional methods. Only one task was a legitimate use of AI. There are some others, but the pressure to consider AI for every task is a little bananas

    • sanitation@lemmy.todayOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      5 hours ago

      What are you using? Which product? I got 2k last month and was told to use cheaper models indeed

      • chilicheeselies@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 hours ago

        I generally use sonnet 4.6, switching to opus 4.6 for more complex stuff. I try to stick with medium thinking, but will use max for stuff I am not super specific about in my prompt (or obscure errors).

        I use them through a GitHub copilot enterprise license, via the plugin for jetbrains.