Is there anything actually useful or novel about "AI"?

Feel like we’ve got a lot of tech savvy people here seems like a good place to ask. Basically as a dumb guy that reads the news it seems like everyone that lost their mind (and savings) on crypto just pivoted to AI. In addition to that you’ve got all these people invested in AI companies running around with flashlights under their chins like “bro this is so scary how good we made this thing”. Seems like bullshit.

I’ve seen people generating bits of programming with it which seems useful but idk man. Coming from CNC I don’t think I’d just send it with some chatgpt code. Is it all hype? Is there something actually useful under there?

jmp242,

First of all AI is a buzzword that’s meaning has changed a lot since at least the 1950s. So… what do you actually mean? If you mean LLM like ChatGPT, it’s not AGI that’s for sure. It is another tool that can be very useful. For coding, it’s great for getting you very large blocks of code prepopulated for you to polish and verify it does what you want. For writing, it’s useful to create a quick first draft. For fictional game senses it’s useful for “embedding a character quickly”, but again you likely want to edit it some even for say a D&D game.

I think it can replace most first line chat based customer service people, especially ones who already just make stuff up to say something to you (we all have been there). I could imagine it improving call routing if hooked into speech recognition and generation - the current menus act like you can “say anything” but really only “work” if you’re calling about stuff you could also do with simple press 1,2,3 menus. ChatGPT based things trained on the companies procedures and data probably could also replace that first line call queues because it can seem to more usefully do something with wider issues. Although companies still would need to get their head out of their asses somewhat too.

Where I’ve found it falls down currently is very specific technical questions, ones you might have asked on a forum and maybe gotten an answer. I hope it improves, especially as companies start to add some of their own training data. I could imagine Microsoft more usefully replacing the first few lines of tech support for their products, and eventually having the AI pass up the chain to a ticket if it can’t solve the issue. I could imagine in the next 10 years most tech companies having purchased a service from some AI company to provide them AI support bots like they currently pay for ticket systems and web hosting. And I think in general it probably will be better for the users, because for less than the cost of the cheapest outsourced front line support person (who has near 0 knowledge) you can have the AI provide pretty good chat based access to a given set of knowledge that is growing all the time, and every customer gets that AI with that knowledge base rather than the crap shoot of if you get the person who’s been there 3 years or 1 day.

I think we are a long way from having AI just write the program or CNC code or even important blog posts. The hallucination has to be fixed without breaking the usefulness of the model (people claim guardrails on GPT4 make it stupider), and the thing needs to recursively look at it’s output and run that through a “look for bugs” prompt followed by a “fix it” prompt at the very least. Right now, it can write code with noticeable bugs, you can tell it to check for bugs and it’ll find them, and then you can ask it to fix those bugs and it’ll at least try to do that. This kind of needs to be built in and automatic for any sort of process - like humans check their work, we need to program the AI to check it’s work too. And then we might need to also integrate multiple different models so “different eyes” see the code and sign off before being pushed. And even then, I think we’d need additional hooks, improvement, and test / simulation passes before we “don’t need human domain experts to deploy”. The thing is - it might be something we can solve in a few years with traditional integrations - or it might not be entirely possible with current LLM designs given the weirdness around guardrails. We just don’t know.

magic_lobster_party,

AI hasn’t really changed meaning since the 50s. It has always been the field of research about how to make computers perform tasks that previously were limited to only humans. The target is always moving because once AI researchers figure out how to solve one task with computers it’s no longer limited to humans anymore. It gets reduced to “just computations”.

There’s even a Wikipedia page describing this phenomenon: https://en.wikipedia.org/wiki/AI_effect

AGI is the ultimate goal of AI research. That’s when there’s no more tasks left that only humans can do.

jmp242,

I mean, you’re pointing out what I am - that over time AI has referred to very different technologies and capabilities.

pelespirit,
@pelespirit@sh.itjust.works avatar

Yes and it should not be in a handful of companies and also be regulated up the ying yang. smartless.com/…/mit-professor-max-tegmark-live-in…

ezmack,

That tegmark guy is a good example of what I was talking about. That future of life institute he’s a part of has jaan tallinn as one of its founders; a person who is invested in AI companies. So I have a hard time telling what’s neutral information and what’s marketing

pelespirit,
@pelespirit@sh.itjust.works avatar

He is not marketing anything except his awful news site and he answers everything very carefully. He talks about them being murder machines but can cure cancer, etc. He said it’s like fire in that it’s neither good nor bad. I say we try and control fire though.

I was trying to find the NHK World show where they had 6 experts on to talk about he future but couldn’t find it. They had one guy saying AI is wonderful and perfect and will only do good. They had one woman saying, regulate, regulate, regulate that used to work for Google. The other 3 were using it all the time so liked it but were still worried about it. Couldn’t find it though. It was on last week if you want to give it a go.

ezmack,

Yeah ill check it out

MxM111,
@MxM111@kbin.social avatar

I will give you just one example. Pharmaceutical companies often create aggregate reports where they have to process a large number of cases. Say, 5000. Such processing sometimes includes analysis of x-Ray or other images. Very specialized and highly paid people (radiologists) do this. It is expensive and is part of the reason why medicine prices are high. One company recently had a trial - if AI can do that job. Turns out it can. Huge savings for the company. And the radiologist lost their job. This is just one example of good and bad things that will and already are happening in our society due to AI.

DrunkenPirate,

You know this personally or did you just read an article? My wife works in a pharmaceutical company. And if I learned one thing by her stories: there will always be some person responsible for decisions! I doubt the radiologist lost her/ his job. I mean who’s going to jail if the quality was poor and people die?

I rather think AI downsized her/ his engagement. Either just doing an supervision and sanity check or used the tool by itself and increased productivity.

MxM111,
@MxM111@kbin.social avatar

Yes, personally. They did the trials for precision of processing.

DrunkenPirate,

Good luck to them. Very brave to put their business critical decisions into the AI basket. FDA isn’t known for being humorous.

MxM111,
@MxM111@kbin.social avatar

Every large aggregate report contains errors. As long as the errors are small and do not impact conclusions, there is no “business critical” element. And of course, they are going to check the accuracy with real human beings, constantly. But I have no doubt that AI is capable to do this kind of work as good or even better than human beings. So yes, some radiologists will be remained employed, but you need like what? 20% of them? Less, as time goes?

sparse_neuron,

As someone who works in machine learning (ML) research the use of ML has hit almost every scientific discipline you can imagine and it’s been tremendously helpful in pushing research forward.

magic_lobster_party,

As a programmer, I think it’s scary how AI is now able to write functioning programs out of natural language input now. Sure, it’s not perfect. It’s still pretty mediocre at the task. But a few years ago this was way outside the realm of possibility.

It can even correct the code it has written if there’s any error (with varying results).

What will happen in five years time? Ten years? My fear is that it will only need to be “good enough” to replace most of the programmer’s work. Unlike self driving cars, where “good enough” isn’t good enough.

Vlyn,

It’s a language model, it can’t even do math reliably. Yes, it produces code that works sometimes, but it also hallucinates functions that don’t exist or can introduce bugs you won’t notice at first glance.

And writing a script is different than extending an existing code base. How often do you really start a greenfield project?

I wouldn’t even know how to input a code base into ChatGPT to extend, do you just throw in hundreds of files with a 100k+ lines of code?

magic_lobster_party,

I guess LLM with plugins can solve most of the problems. ChatGPT can already interact with Wolfram Alpha to do math.

I can imagine similar plugins for code. Like it knows what kind of function it needs, so it interacts with a plugin that searches the code base to see if it exists. It might get back a snippets of candidates and examples how they’re used in the code already.

This is probably a difficult thing to achieve, but I don’t think it’s impossible. It’s probably going to take some time until something like this is made.

mojo,

Crypto and AI can’t be compared at all. One is an extremely useful and revolutionary tool. The other is just pump & dump ponzi schemes for libertarians.

Semi-Hemi-Demigod,
@Semi-Hemi-Demigod@kbin.social avatar

I've been using it at my job to help me write code, and it's a bit like having a soux chef. I can say "I need an if statement that checks these values" or "Give me loop that does x y and z" and it'll almost always spit out the right answer. So coding, at least most of the time, changes from avoiding syntax errors and verifying the exact right format and turns into asking for and assembling parts.

But the neat thing is that if you have a little experience with a language you can suddenly start writing a lot of code in it. I had to figure out something with Ansible with zero experience. ChatGPT helped me get a fully functioning Ansible deployment in a couple days. Without it I'd have spent weeks in StackOverflow and documentation trying to piece together the exact syntax.

shootwhatsmyname,
@shootwhatsmyname@lemm.ee avatar

You should try out Codeium if you haven’t. It’s a VSCode toolkit completely free for personal use. I’ve had better results with it than ChatGPT

demesisx,
@demesisx@programming.dev avatar

Yes. What a strange question…as if hivemind fads are somehow relevant to the merits of a technology.

There are plenty of useful, novel applications for AI just like there are PLENTY of useful, novel applications for crypto. Just because the hivemind has turned to a new fad in technology doesn’t mean that actual, intelligent people just stop using these novel technologies. There are legitimate use-cases for both AI and crypto. Degenerate gamblers and Do Kwan/SBF just caused a pendulum swing on crypto…nothing changed about the technology. It’s just that the public has had their opinions shifted temporarily.

mo_lave,

I like to build up fictional settings. Not being limited to commissioning art/easy conceptualization without resorting to nicking images as-is from the internet is extremely useful.

Lmaydev,

It’s insanely useful.

Take ChatGPT for instance.

You can essentially use it as an interactive docs when learning something new.

You can paste in a large text document and get it summarize it.

You can paste in a review and get it to do sentiment analysis and generate scores out of 100 for different things (actively pursuing this at work and it looks great)

I use it all the time to write simple regex and code snippets.

Machine learning has many massive applications. Many phone cameras use it to get the quality of photos up massively.

It’s used all over the place without you even realising.

bignavy,
@bignavy@programming.dev avatar

Just because it’s ‘the hot new thing’ doesn’t mean it’s a fad or a bubble. It doesn’t not mean it’s those things, but…the internet was once the ‘hot new thing’ and it was both a bubble (completely overhyped at the time) and a real, tidal wave change to the way that people lived, worked, and played.

There are already several other outstanding comments, and I’m far from a prolific user of AI like some folks, but - it allows you to tap into some of the more impressive capabilities that computers have without knowing a programming language. The programming language is English, and if you can speak it or write it, AI can understand it and act on it. There are lots of edge cases, as others have mentioned below, where AI can come up with answers (by both the range and depth of its training data) where it’s seemingly breaking new ground. It’s not, of course - it’s putting together data points and synthesizing an output - but even if mechanically it’s 2 + 3 = 5, it’s really damned impressive if you don’t have the depth of training to know what 2 and 3 are.

Having said that, yes, there are some problematic components to AI (from my perspective, the source and composition of all that training data is the biggest one), and there are obviously use cases that are, if not problematic in and of themselves, at very least troubling. Using AI to generate child pornography would be one of the more obvious cases - it’s not exactly illegal, and no one is being harmed, but is it ethical? And the more societal concerns as well - there are human beings in a capitalist system who have trained their whole lives to be artists and writers and those skills are already tragically undervalued for the most part - do we really want to incentivize their total extermination? Are we, as human beings, okay with outsourcing artistic creation to this mechanical turk (the concept, not the Amazon service), and whether we are or we aren’t, what does it say about us as a species that we’re considering it?

The biggest practical reasons to not get too swept up with AI is that it’s limited in weird and not totally clearly understood ways. It ‘hallucinates’ data. Even when it doesn’t make something up, the first time that you run up against the edges of its capabilities, or it suggests code that doesn’t compile or an answer that is flat, provably wrong, or it says something crazy or incoherent or generates art that features humans with the wrong number of fingers or bodily horror or whatever…well then you realize that you should sort of treat AI like a brilliant but troubled and maybe drug addicted coworker. Man, there are some things that it is just spookily good at. But it needs a lot of oversight, because you can cross over from spookily good to what the fuck pretty quickly and completely without warning. ‘Modern’ AI is only different from previous AI systems (I remember chatting with Eliza in the primordial moments of the internet) because it maintains the illusion of knowing much, much better.

Baseless speculation: I think the first major legislation of AI models is going to be to require an understanding of the training data and ‘not safe’ uses - much like ingredient labels were a response to unethical food products and especially as cars grew in size, power, and complexity the government stepped in to regulate how, where, and why cars could be used, to protect users from themselves and also to protect everyone else from the users. There’s also, at some point, I think, going to be some major paradigm shifting about training data - there’s already rumblings, but the idea that data (including this post!) that was intended for consumption by other human beings at no charge could be consumed into an AI product and then commercialized on a grand scale, possibly even at the detriment of the person who created the data, is troubling.

Sinnerman,

AI has gone through several cycles of hype and winter. There's even a Wikipedia page for it: https://en.m.wikipedia.org/wiki/AI_winter

Of course it's valuable to discuss the dangers and inequities of a new technology. But one of the dangers is being misled.

lowleveldata,

It is a useful tool to do something that I already know the answer but too lazy to work out. E.g. generate dummy data

PirateRabbits,

We’ve been using it at my day job to help us outline ideas for our content writers. It writes garbage content on its own, but it is a decent tool for organizing ideas.

At least that is what we use it for. I’m sure there are other valuable uses, but it is not as valuable (to me at least) as it has been made out to be.

snooggums,
@snooggums@kbin.social avatar

Would you say it is comparable for summarizing ideas as a spelling/grammar checker is at checking spelling/grammar?

Helpful, but not close to perfect?

PirateRabbits,

I think that is a great way to look at it.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • uselessserver093
  • Food
  • [email protected]
  • aaaaaaacccccccce
  • test
  • CafeMeta
  • testmag
  • MUD
  • RhythmGameZone
  • RSS
  • dabs
  • oklahoma
  • Socialism
  • KbinCafe
  • TheResearchGuardian
  • Ask_kbincafe
  • SuperSentai
  • feritale
  • KamenRider
  • All magazines