you are viewing a single comment's thread
view the rest of the comments
[–] 38 points 2 months ago (23 children)

What's the most expensive thing one can do with AI and how do we do it on a mass scale to one company at at time?

  • source
  • hideshow 23 child comments
  • [–] 28 points 2 months ago (3 children)

    Maybe 16k image/video upscaling of super low quality shitposts?

  • source
  • parent
  • hideshow 3 child comments
  • [–] 7 points 2 months ago (2 children)

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

  • source
  • parent
  • hideshow 2 child comments
  • [–] 7 points 2 months ago* (1 child)

    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.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 28 points 2 months ago (5 children)

    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.

  • source
  • parent
  • hideshow 5 child comments
  • [–] 27 points 2 months ago (4 children)

    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.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 11 points 2 months ago (3 children)

    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.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 7 points 2 months ago* (last edited 2 months ago) (2 children)

    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.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 8 points 2 months ago (1 child)

    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.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 4 points 2 months ago (10 children)

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

  • source
  • parent
  • hideshow 10 child comments
  • [–] 6 points 2 months ago (6 children)

    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.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 1 point 2 months ago (5 children)

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

  • source
  • parent
  • hideshow 5 child comments
  • [–] 4 points 2 months ago (4 children)

    i thought we were talking about OpenAI, antrhropic, etc, not Walmart?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 1 point 2 months ago (3 children)

    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?

  • source
  • parent
  • hideshow 3 child comments
  • [–] 1 point 2 months ago (2 children)

    ooh I see. my bad. erase the word either from my comment, it wasn't necessary.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 6 points 2 months ago* (last edited 2 months 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.

  • source
  • parent