1926
The dream (lemmy.world)
you are viewing a single comment's thread
view the rest of the comments
[-] BoastfulDaedra@lemmynsfw.com 136 points 1 year ago

We really need to stop calling things "AI" like it's an algorithm. There's image recognition, collective intelligence, neural networks, path finding, and pattern recognition, sure, and they've all been called AI, but functionally they have almost nothing to do with each other.

For computer scientists this year has been a sonofabitch to communicate through.

[-] CeeBee@lemmy.world 60 points 1 year ago* (last edited 1 year ago)

But "AI" is the umbrella term for all of them. What you said is the equivalent of saying:

we really need to stop calling things "vehicles". There's cars, trucks, airplanes, submarines, and space shuttles and they've all been called vehicles, but functionally they have almost nothing to do with each other

All of the things you've mentioned are correctly referred to as AI, and since most people do not understand the nuances of neural networks vs hard coded algorithms (and anything in-between), AI is an acceptable term for something that demonstrates results that comes about from a computer "thinking" and making ~~shaved~~ intelligent decisions.

Btw, just about every image recognition system out there is a neural network itself or has a neural network in the processing chain.

Edit: fixed an autocorrect typo

load more comments (38 replies)
[-] lolcatnip@reddthat.com 35 points 1 year ago

I think you're fighting a losing battle.

[-] Sterile_Technique@lemmy.world 15 points 1 year ago

You're right, but so is the previous poster. Actual AI doesn't exist yet, and when/if it does it's going to confuse the hell out of people who don't get the hype over something we've had for years.

But calling things like machine learning algorithms "AI" definitely isn't going away... we'll probably just end up making a new term for it when it actually becomes a thing... "Digital Intelligence" or something. /shrug.

[-] tegs_terry@feddit.uk 10 points 1 year ago

It isn't human-level, but you could argue it's still intelligence of a sort, just erstatz

[-] OpenStars@kbin.social 4 points 1 year ago

I dunno... I've heard that argument, but when something gives you >1000 answers, among which the correct answer might be buried somewhere, and a human is paid to dig through it and return something that looks vaguely presentable, is that really "intelligence", of any sort?

Aka, 1 + 1 = 13, which is a real result that AI can and almost certainly has recently offer(ed).

People are right to be excited about the potential that generative AI offers in the future, but we are far from that atm. Also it is vulnerable to misinformation presented in the training data - though some say that that process might even affect humans too (I know, you are shocked, right? well, hopefully not that shocked:-P).

Oh wait, nevermind I take it all back: I forgot that Steven Huffman / Elon Musk / etc. exist, and if that is considered intelligence, then AI has definitely passed that level of Turing equivalence, so you're absolutely right, erstatz it is, apparently!?

[-] tegs_terry@feddit.uk 1 points 1 year ago

What's the human digging through answers thing? I haven't heard anything about that.

load more comments (5 replies)
[-] sukhmel@programming.dev 4 points 1 year ago

This problem was kinda solved by adding AGI term meaning "AI but not what is now AI, what we imagined AI to be"

Not going to say that this helps with confusion much 😅 and to be fair, stuff like autocomplete in office soft was called AI long time ago but it was far from LLMs of now

load more comments (2 replies)
load more comments (1 replies)
[-] OpenStars@kbin.social 22 points 1 year ago

AI = "magic", or like "synergy" and other buzzwords that will soon become bereft of all meaning as a result of people abusing it.

[-] CobblerScholar@lemmy.world 5 points 1 year ago

There's whole countries that refer to the entire internet itself as Facebook, once something takes root it ain't going anywhere

[-] d20bard@ttrpg.network 5 points 1 year ago* (last edited 1 year ago)

Computer vision is AI. If they literally want a robot eye to scan their cluttered pantry and figure out what is there, that'll require some hefty neural net.

Edit: seeing these downvotes and surprised at the tech illiteracy on lemmy. I thought this was a better informed community. Look for computer vision papers in CVPR, IJCNN, and AAAI and try to tell me that being able to understand the 3D world isn't AI.

[-] BoastfulDaedra@lemmynsfw.com 4 points 1 year ago

You're very wrong.

Computer vision is scanning the differentials of an image and determining the statistical likelihood of two three-dimensional objects being the same base mesh from a different angle, then making a boolean decision on it. It requires a database, not a neutral net, though sometimes they are used.

A neutral net is a tool used to compare an input sequence to previous reinforced sequences and determine a likely ideal output sequence based on its training. It can be applied, carefully, for computer vision. It usually actually isn't to any significant extent; we were identifying faces from camera footage back in the 90s with no such element in sight. Computer vision is about differential geometry.

[-] danielbln@lemmy.world 5 points 1 year ago

Computer vision deals with how computers can gain high level understanding of images and videos. It involves much more than just object reconstruction. And more importantly, neural networks are a core component is just about any computer vision application since deep learning took off in the 2010s. Most computer vision is powered by some convolutional neural network or another.

Your comment contains several misconceptions and overlooks the critical role of neural networks, particularly CNNs, which are fundamental to most contemporary computer vision applications.

[-] d20bard@ttrpg.network 3 points 1 year ago

Thanks, you saved me the trouble of writing out a rant. I wonder if the other guy is actually a computer scientist or just a programmer who got a CS degree. Imagine attending a CV track at AAAI or the whole of CVPR and then saying CV isn't a sub field of AI.

load more comments (1 replies)
[-] DudeBro@lemm.ee 1 points 1 year ago

I imagine it's because all of these technologies combine to make a sci-fi-esque computer assistant that talks to you, and most pop culture depictions of AI are just computer assistants that talk to you. The language already existed before the technology, it already took root before we got the chance to call it anything else.

[-] schmidtster@lemmy.world 1 points 1 year ago

Shouldn’t there be a catch all term to explain the broader scope of the specifics?

Science is a broad term for multiple different studies, vehicle is a broad term for cars and trucks.

[-] can@sh.itjust.works 5 points 1 year ago
[-] TheGreenGolem@lemmy.dbzer0.com 3 points 1 year ago

Glorified chatbots. Tops. But definitely not something with any kind of intelligence.

[-] ParetoOptimalDev@lemmy.today 2 points 11 months ago* (last edited 11 months ago)

Yesterday I prompted gpt4 to convert a power shell script to Haskell. It did it in one shot. This happens more and more frequently for me.

I don't want to oversell llms, but you are definitely underselling them.

[-] schmidtster@lemmy.world 1 points 1 year ago

Is that not a type of AI already?

[-] sukhmel@programming.dev 2 points 1 year ago

Well, there's an argument over not calling machine learning AI in this very thread, so… ¯\_(ツ)_/¯

[-] schmidtster@lemmy.world 3 points 1 year ago

So why suggest it for the catch all term for AI when it’s only one portion of the argument itself? Such a strange suggestion,

[-] MotoAsh@lemmy.world 2 points 1 year ago
[-] schmidtster@lemmy.world 2 points 1 year ago

So people think of programming instead?

[-] MotoAsh@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

Computer science involves all sciences of computing. It has materials science, logics, maths galore, just to do basic circuitry and chip design. It spirals on and on and on to get a real computer.

The point is it is a culmination of MANY different disciplines, and the people who think it's only "this" or "that" are demonstrating their great lack of knowledge on the subject.

It is a generic term because it takes MANY different things to complete the picture. Pidgeonholing things when you do not even understand them is only an excercise of ignorant stereotyping.

load more comments (1 replies)
[-] DarkNightoftheSoul@mander.xyz 1 points 1 year ago

Those are all very specific intelligences. The goal is to unite them all under a so-called general intelligence. You're right, that's the dream, but there are many steps along the way that are fairly called intelligence.

load more comments (2 replies)
this post was submitted on 25 Dec 2023
1926 points (97.9% liked)

People Twitter

5396 readers
1090 users here now

People tweeting stuff. We allow tweets from anyone.

RULES:

  1. Mark NSFW content.
  2. No doxxing people.
  3. Must be a pic of the tweet or similar. No direct links to the tweet.
  4. No bullying or international politcs
  5. Be excellent to each other.
  6. Provide an archived link to the tweet (or similar) being shown if it's a major figure or a politician.

founded 2 years ago
MODERATORS