• andallthat@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    27 minutes ago

    I am not a CEO and I hope this AI bubble bursts already.

    That said, if I were a CEO using all possible tokens while they are heavily subsidized and tightening the purse when they get more expensive does not sound like the worst strategy to me. You get all your teams to build some expertise and (hopefully) get a sense of where the technology might have some ROI.

    If only they had presented it this way (and not “AI therefore layoffs”) probably a lot of us would hate it much less now.

  • steadysummit38758@lemmy.1095.me
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    2
    ·
    48 minutes ago

    @sanitation,提到的‘我们创造了一个怪物’,确实反映了AI工具在初期应用中的预算挑战。很多公司在评估AI的效用和成本时,发现问题在于如何平衡创新和开支。有时候,小范围试点可以帮助更好地了解工具价值。我们总结了一些实际应用场景,更多细节在这里 https://cxgo.ai/l/WCe7FjK。

  • fodor@lemmy.zip
    link
    fedilink
    English
    arrow-up
    42
    ·
    edit-2
    5 hours ago

    So the the test of capitalism is whether any of the executives who pushed the AI roll out have gotten fired or had their bonuses slashed… My guess is none of them.

    If this were actually about competition, then people would be punished for not paying attention to all of the naysayers who predicted this exact phenomenon. If accountability were a key feature, then corporations would have set up their bonus structure to look for 5-year or 10-year benefits from the AI push because of this exact issue.

    Of course we haven’t seen that anywhere because AI was and always is a bubble and everybody knew it and the only goal was short-term profits for whoever can claw them out of the employees or the minor shareholders fingers.

    • bobbyfiend@retrolemmy.com
      link
      fedilink
      English
      arrow-up
      20
      ·
      14 hours ago

      This, plus if we had any kind of political will or intelligence (as a nation; meaning the USA) we’d force AI companies to pay their extenalities: treat and sanitize every drop of water they use, and build the infrastructure to bring it back to communities; pay for their electrical infrastructure in advance and pay their electricity bills to the tune of “nobody else’s bill goes up”; some kind of massive carbon capture tax for their use (this one might not be possible to actually do; it’s too much); and of course paying royalties and copyright violation fines.

      As at least one AI CEO has said, if they had to pay for all the laws they’ve broken and resources they’ve stolen, all AI companies currently existing would go out of business. let’s say they didn’t: The cost per token would be quite high, and very few people would use it.

      It runs on theft and planet-scale destruction.

      • floofloof@lemmy.ca
        link
        fedilink
        English
        arrow-up
        7
        ·
        10 hours ago

        It runs on theft and planet-scale destruction.

        You could argue that this is the very nature of capitalism: theft because it always means owners extracting value from other people’s work, and ultimately planet-scale destruction because it depends on infinite growth while externalizing (not paying for) the true costs of its activity.

        In that sense, AI companies are just a faster-growing strain of the global cancer that is capitalism.

        • bobbyfiend@retrolemmy.com
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 hour ago

          Reasonable take, but the last part (“faster-growing”) is huge here. The sheer scale and multipliers on the bad things caused by AI are far beyond most (all?) previous technologies used by capitalists.

      • Almacca@aussie.zone
        link
        fedilink
        English
        arrow-up
        11
        ·
        12 hours ago

        As at least one AI CEO has said, if they had to pay for all the laws they’ve broken and resources they’ve stolen, all AI companies currently existing would go out of business.

        I find those terms acceptable.

    • CaptDust@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      21
      ·
      15 hours ago

      I know a company that burned $100k in tokens after they they let like 50 worker bees using general AI for OCR, simply converting images and PDFs to text.

      They didn’t bother to create a skill, or teach the AI how to reuse a shared script so every request resulted in it writing a new python project, pulling libraries, using a frontier model rather than offloading a dumb one etc.

      Basically find a business process that happens often and let em at it inefficiently, it’ll happily chew through the budget.

      • bridgeenjoyer@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        23
        ·
        15 hours ago

        Thats pretty much what people freaked out about llms doing at my work and all they use it for. I’m here like…we have had OCR for over 20 years.

        People are duuumb.

        • Grimy@lemmy.world
          link
          fedilink
          English
          arrow-up
          9
          ·
          15 hours ago

          There has been some serious leaps in terms of quality. It couldn’t read human writing or half the fonts for that matter like 5 years ago, let alone 20.

          • CaptDust@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            7
            arrow-down
            1
            ·
            edit-2
            11 hours ago

            OCR libraries have undoubtedly improved but LLMs are using the same open source libraries and tools available to anyone… there’s few cases where sending the work through general models is worth it for text conversion. Employees just needed a front end to upload, run something like tesseract behind the scenes, and spit out the result. It’s an egregiously stupid use of resources.

            • Blue_Morpho@lemmy.world
              link
              fedilink
              English
              arrow-up
              8
              arrow-down
              1
              ·
              14 hours ago

              have undoubtedly improved but LLMs are using the same open source libraries and tools available to anyone…

              I read a surprising article on Lemmy just a week ago that explained that that is not how LLM’s do OCR. LLM’s convert images into tokens and then treat them like text input. I can’t see how it works but it does. It’s why they are better than classic OCR neural nets but at the trade off of enormously larger computation cost.

      • Zen_Shinobi@lemmy.world
        link
        fedilink
        English
        arrow-up
        7
        ·
        16 hours ago

        File sizes are going to be huge! 2K is already a lot to upload, couldn’t imagine 16K right now.

        • tal@lemmy.today
          link
          fedilink
          English
          arrow-up
          7
          ·
          13 hours ago

          Just expend some more compute time on doing compression and we’ll get those filesize numbers to a workable level.

          $ stat -c %s enhance.png 
          276773
          $ convert enhance.png enhance.avif
          $ identify enhance.avif
          enhance.avif AVIF 1164x558 1164x558+0+0 8-bit sRGB 14391B 0.000u 0:00.000
          $ stat -c %s enhance.avif
          14391
          $
          

          zoom and enhance

          $ identify enhance2x.avif
          enhance2x.avif AVIF 2328x1120 2328x1120+0+0 8-bit sRGB 32448B 0.010u 0:00.000
          $ stat -c %s enhance2x.avif 
          32448
          $
          

          zoom and enhance

          $ identify enhance4x.avif 
          enhance4x.avif AVIF 4656x2232 4656x2232+0+0 8-bit sRGB 50758B 0.000u 0:00.000
          $ stat -c %s enhance4x.avif
          50758
          $
          

          Okay, that last one took 17 minutes to upscale on my GPU, so I’m not going further. But I’m using SD Ultimate Upscale, which is tile-based, so in theory that could be farmed out over a collection of GPUs and parallelized. Just need more compute hardware.

          But as to filesize, that’s under 50kiB.

    • rozodru@piefed.world
      link
      fedilink
      English
      arrow-up
      8
      ·
      17 hours ago

      have it end to end build a fully featured web browser that works on Windows, MacOS, and Linux from scratch.

    • zeppo@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      17 hours ago

      Thus transferring their money to openAI, Anthropic etc? How does that help?

      • y0kai [he/him]@anarchist.nexus
        link
        fedilink
        English
        arrow-up
        6
        ·
        15 hours ago

        those companies arent profitable either and they have same problems in which it costs them more to run their products than they are currently charging people to use it.

        • zeppo@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          1
          ·
          12 hours ago

          What do you mean by either? Walmart and Amazon make tens of billions in profit a year if not a quarter.

            • zeppo@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              arrow-down
              1
              ·
              8 hours ago

              Did you read the title? It says to spend Walmart and Amazon’s money on AI. And you said “those companies aren’t profitable either” which would mean, using normal rules of English grammar, that “Walmart and Amazon aren’t profitable and OpenAI and Anthropic aren’t profitable either”. So what are you talking about? What does “either” mean?

      • DarkCloud@lemmy.world
        link
        fedilink
        English
        arrow-up
        5
        ·
        edit-2
        15 hours ago

        More companies with less money is better than a few companies with all the money.

        Ultimately distributed power has to be more democratic, and centralized power has to be more fascistic.

        That’s part of why governments having large distributed bureaucracies each with their own authority and independent ability to intervene is better than say; a single executive office/president controlling everything directly.

        Distribution also leads to stability though (making it harder to challenge the status quo), so it’s a double edged sword.

  • tgcoldrockn@lemmy.world
    link
    fedilink
    English
    arrow-up
    10
    ·
    14 hours ago

    “The public really didn’t like it when we shoved AI down their throats. Whats the solution?” “How bout a lil’ ‘artificial scarcity?’”

    • melroy@kbin.melroy.org
      link
      fedilink
      arrow-up
      1
      ·
      3 hours ago

      €69 per month

      Complete digital access to quality FT journalism with expert analysis from industry leaders. Pay a year upfront and save 20%.