• 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
        ·
        14 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
          ·
          14 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
            10 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
              ·
              13 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
        ·
        15 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
          ·
          edit-2
          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
      ·
      16 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
      ·
      16 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
          ·
          11 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.