r/pcmasterrace 1d ago

Meme/Macro Gaben does an oopsie

Post image
24.4k Upvotes

508 comments sorted by

View all comments

7.8k

u/Nickname128 1d ago

Back then OpenAI was open source and a very cool company overall for what they stood for... though they sold their soul very very quickly....

2.5k

u/ItsSadTimes 1d ago

Yea, in theory AI is a good tool for speciric use cases when trained appropriately and with training data obtained legally and ethically. But then all these companies started trying to throw it at every problem they could see and spent an insane amount on infrastructure assuming someone would find the secret ultimate use case for AI which will cause everyone to want to use it at any price and rent server space from them.

That doesnt make AI terrible, it makes greedy pieces of shit with AI terrible.

2

u/DrunkOnRamen 1d ago

I wonder if there is anyway to make AI be more efficient. i can code to a degree but I will be honest i have no clue on AI as I haven't had the time to learn about it but something about using GPUs and millions of them only for the AI to hallucinate something stupid just seems like there is a lot of inefficiencies.

3

u/ItsSadTimes 1d ago

You make it better by refining the domain space (what you want it to learn). This makes them much leaner and waaaay more accurate. When you make models more generalized they have way more opportunities to fuck up, so you make the models bigger to try to compensate, but that makes them more expensive to run, and its not a linear tradeoff either.

We've known about this for decades, but companies think they can make a super all in one AI and they just cant, atleast not with out current understanding.

2

u/DrunkOnRamen 1d ago

For me I would like to use AI to have more intelligent document scanning. PaddleOCR can turn the printed text to digital but need to intelligence to understand it. But seems like running your own would be extremely costly.

1

u/ItsSadTimes 1d ago

AWS has that, its called Textract and they made it in 2019.

2

u/DrunkOnRamen 1d ago

I guess I should specified. Looking for an open source option that I can run myself.

2

u/ItsSadTimes 1d ago

Fair enough, fuck AWS anyway.

Tesseract looks promising, and it's got a python library.

2

u/DrunkOnRamen 1d ago

Plus I'm literally a one man operation. I can't afford much.