Slashdot Mirror


Are Companies Overhyping AI? (hackaday.com)

When it comes to artificial intelligence, "companies have been overselling the concept and otherwise normal people are taking the bait," writes Hackaday: Not to pick on Amazon, but all of the home assistants like Alexa and Google Now tout themselves as AI. By the most classic definition, that's true. AI techniques include matching natural language to predefined templates. That's really all these devices are doing today. Granted the neural nets that allow for great speech recognition and reproduction are impressive. But they aren't true intelligence nor are they even necessarily direct analogs of a human brain... The danger is that people are now getting spun up that the robot revolution is right around the corner...

[N]othing in the state of the art of AI today is going to wake up and decide to kill the human masters. Despite appearances, the computers are not thinking. You might argue that neural networks could become big enough to emulate a brain. Maybe, but keep in mind that the brain has about 100 billion neurons and almost 10 to the 15th power interconnections. Worse still, there isn't a clear consensus that the neural net made up of the cells in your brain is actually what is responsible for conscious thought. There's some thought that the neurons are just control systems and the real thinking happens in a biological quantum computer... Besides, it seems to me if you build an electronic brain that works like a human brain, it is going to have all the problems a human brain has (years of teaching, distraction, mental illness, and a propensity for error).

Citing the dire predictions of Elon Musk and Bill Gates, the article argues that "We are a relatively small group of people who have a disproportionate influence on what our friends, families, and co-workers think... We need to spread some sense into the conversation."

179 comments

  1. Not self aware inhuman AI, but cyborgs by Anonymous Coward · · Score: 0

    It's true that AI isn't ready to wake up and kill humans and that's a far way off, but the AI acts like a leverage to give other humans an advantage, even if it's bean counters and financial officers to replace jobs.

    1. Re:Not self aware inhuman AI, but cyborgs by vtcodger · · Score: 2

      bean counters and financial officers ...

      And THAT'S the problem. Nothing wrong with AI really. The stuff Amazon pushes at me while I try to shop is far closer to my interests and needs than the stuff advertisers not assisted by AI tout to me on TV. Used intelligently, AI is possibly useful at times and hopefully harmless.

      The problems will come when people with a limited contact area with reality (pretty much everyone I fear) start confusing the educated guesses from AI agents with facts.

      --
      You can't see ANYTHING from a car, You've got to get out of the goddamned contraption and walk...Edward Abbey
    2. Re:Not self aware inhuman AI, but cyborgs by jellomizer · · Score: 4, Interesting

      Exactly, often at work I may implement some basic learning, adaptive algorithms. To help solve problems where there isn't a 1 for 1 answer. The code is good enough to outperform people in terms of numbers on these tasks, as it is able to handle a large number of items without exhaustion or cutting corners. However the toughest part is trying to explain to the people who will need to be responsible for the data, that it isn't perfect, so just don't go blindly accepting all the results, or go into a panic just because there is a non 0 error rate.
      Because the data I work with isn't perfect, assumptions based off of trending needs to be made, statistical models have a degree of error. The human brain which is one of the biggest statistical engines also has a high degree of error too, and can be tricked with unexpected inputs. Hence why magicians can perform their tricks.
      But for the less than technical people, there is the idea that the computer is somehow smarter then us. It isn't it is just better doing what it is told, and doesn't take shortcuts in exhaustion. A Program will run until it is complete, even if it kills the hardware while doing it (overheating, draining batteries etc....) A human when getting stressed will take short cuts, stop working on problems, make crazy assumptions just to keep the body functioning.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    3. Re: Not self aware inhuman AI, but cyborgs by Anonymous Coward · · Score: 0

      Computers don't have ambition. Even if we invented AI and gave it full access to weapons. There is no self awareness to tell it there are limited resources and it has to fight to survive. That's is 100 percent a man made delusion. Unless we make an AI that is also delusional, I don't see anything from your favorite sci-fi happening in real life.

    4. Re:Not self aware inhuman AI, but cyborgs by LifesABeach · · Score: 1

      Russians should then ignore elections and start submitting A.I.'s that get the 60M dumb asses to buy "disruptive" products? The stupid part of this suggestion is that it's not illegal. Crap.

  2. We don't really have true 'AI' by Ayano · · Score: 2

    I think they're dumbing down the term just as how 'Hover Boards' were dumbed down from their original concept.

    I'd consider them more voice activated assistants from the consumer ends. From the machine learning part it's just heuristics on a pile of data to find patterns.

    --
    I don't read AC
    1. Re:We don't really have true 'AI' by Anonymous Coward · · Score: 0

      When tire sealant with lumps in is sold as "tire pritection formula with what we call 'nanites' that fix you punctures at 'lightspeed'" what do you expect them to market algorithms with more grasp on reality than most phone addicts.

    2. Re: We don't really have true 'AI' by Anonymous Coward · · Score: 0

      The definition of AI has become "we have no idea how it works, but we threw a bunch of data at it and it seems to approximately do what it should most of the time. We don't even bother with a safety analysis because that would be hard and probably not work".
      I guess that definition does apply to humans as well, but it is not at all what people expect from devices they buy.
      It also has nothing to do with intelligence as in reasoning, the major thing in common with intelligence is that we have a hard time reasoning about it. Current AI is all implementing something without even having to understand it first. Which sometimes makes sense and sometimes is idiotic.

    3. Re:We don't really have true 'AI' by Anonymous Coward · · Score: 0

      The definition of AI has been clear and unchanging for forty years or so now, since there were AI researchers using minis at several universities back in the 70s. The difference is that popular culture has given us the image of self-aware thinking machines with human-level or above reasoning ability.

      Some people end up freaking out about all the AI products out there such as Alexa, thinking that the people pushing such tools are going to cause the Singularity and wipe out humanity. That's not the point of AI. There's very little point, in fact, for a business to ever create a universal AI that can think like a human. Specific-purpose intelligence is far easier to do, takes far fewer resources to execute or develop, and is generally not going to get human-level flaws like laziness and entitlement.

    4. Re: We don't really have true 'AI' by F.Ultra · · Score: 2

      So use VI (Virtual Intelligence) for these lesser systems? Worked fine in Mass Effect.

    5. Re:We don't really have true 'AI' by jellomizer · · Score: 1

      What you call "True AI" is what Science Fiction Literature calls True AI. (What Fiction calls True) While in Computer Science AI is about solving problems much how an organism would, other then having all the steps hard coded in, it would have a "simpler" method where it can pick up and adapt to new forms of input and realize that it needs a different form of output.

      My AI Professor (Dr. David Anderson (A name to be a victim of AI for sure)) was studying Diagrammatic Reasoning. Where if a computer was presented with a simple diagram such as how to cook pot noodles, it could figure out the context of the images then know what steps to take.

      Now this is real AI. Not the human replacement androids in science fiction, but systems that can understand the same sorts of data that we do.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    6. Re:We don't really have true 'AI' by Ayano · · Score: 1

      Very specific data mind you. You can introduce a new concept to humans and they'd see similar concepts visualized or explained differently. One such example popular across the ages is sexual innuendo or rather innuendo in any form. You can pull context from basket cases, but pulling from the abstract is where 'True AI' as you defined would clearly outperform.

      When you're taking classes, creating buzz, or selling to business partners; AI sounds much more catchy than an advanced deterministic heuristic program.

      --
      I don't read AC
    7. Re:We don't really have true 'AI' by elrous0 · · Score: 1

      Every time I see what passes for "AI" today, I think of that scene in Weird Science were Wyatt shows Gary that the only woman his computer is capable of creating is a "5th grade slow learner, boring dipshit." Well, 30 years later and poor Alexa/Cortana/etc. still haven't even gotten close that low standard.

      --
      SJW: Someone who has run out of real oppression, and has to fake it.
    8. Re: We don't really have true 'AI' by Rei · · Score: 2

      I don't even agree with the other premise - that the "rate of computation of the brain" is somehow unfathomably beyond the reach of today's computers, so it's not worth considering.

      First off, even their simple statement that there's 1 quadrillion synapses in the brain is hard to defend. Adult human brains are estimated at anywhere from 100-500 trillion. But let's ignore this. The way they're presenting the argument is that you're supposed to think of each neuron as a processor, and wow, look at all of those interconnected processors! But in reality, their communication with each other is quite limited. The vast majority of their communication is only with their immediate neighbors. Long-range communication is "bandwidth-limited" by the white matter interconnects.

      For example, just to cross from one hemisphere to the other you're constrained by the "bandwidth" of the corpus callosum. There's only a couple hundred million connections within it, for all communication moving between the different halves of the brain. What's the bandwidth per axon? It depends on how you measure it. A single action potential is about 2ms, so you put a maximum rate at 500Hz; however, these generally come in pulses at varying rates, ranging from 0Hz, jumping up to 8Hz or so at the minimum excitation threshold, up to a maximum of 100Hz or so. Let's say that 100Hz represents the effective real bandwidth per axon; then the entire corpus callosum has a limiting bandwidth of maybe 2,5 GHz.

      These limitations don't just exist in the corpus callosum; they exist everywhere in the brain. Neurons' ability to exchange information decreases greatly with distance. Inside the brain, neurons cluster into cortexes (individual layers of gray matter, connected by columns, atop a white matter base for interconnects) and nuclei (clumps of grey matter surrounded by the white matter that likewise connect them). Most connections are short; the length of a white matter fibre is inversely proportional to how common it is. Processing is by and large local. In a way, the activation of an individual neuron within such a structure is far more analogous to, say, a mux or an adder in a CPU than to an entire processing step (don't take the analogy too far, of course; it's not actually multiplexing or adding ;) ). That is, as a contributor to the ultimate outputting of a result of a subunit, not as something that outputs a result on its own. Even within a nucleus there is often substructure, with certain areas being more connected to each other than others. Nuclei as a whole (some no more than a couple thousand neurons, others much larger, with a variety of different neuron subtypes) conduct specific "subtasks" for the brain, with inputs and outputs from elsewhere. In the cortex, minicolumns seem to be the basic organizational unit, with groups of around 100 neurons responding to the same input and yielding a shared output.

      Don't get me wrong, the brain is an amazingly complex system. But it shouldn't be thought of as "100 billion parallel processors with 10000 buses each to everywhere in the brain". There is indeed a huge amount activity happening in many places at the same time within the brain - but the same can be said of the silicon on a single core of a single processor. And ultimately, models will not be like some high-res reacting-chemistry CFD problem on a per-neuron basis, nor even whole neuron models - but rather based around the behavior of groupings of neurons, encapsulating their net functionality.

      To repeat, though: don't expect to see next year's Alexa start pondering her fate as a brain the size of a planet stuck inside a box on your shelf. ;)

      --
      All we want to do is eat your brains.
    9. Re:We don't really have true 'AI' by ceoyoyo · · Score: 1

      Funny, I showed an infographic to my friend's baby and she didn't seem to recognize it at all. She doesn't get sarcasm either.

      Adult humans have an amazingly flexible brain. They're also the end product of years of high bandwidth training. We are definitely not building adult human brains. But we might be building mice, or dogs and cats, or chunks of monkey brains, or little pieces of humans, and that is AI.

      If we're on the right track, these things will scale up into the Star Trek AI that Slashdot seems to have moved the goal post to.

    10. Re: We don't really have true 'AI' by Anonymous Coward · · Score: 0

      Lol I keep hearing that here. That slashdot moved the goalposts.

      Yet the goalposts have always been where they are and you lot seem to want to call just signing up for the team the same as making the goal (to extend this analogy)

      I keep asking - rember when we never called spam assassin AI because it was just a learning heuristic? But now for some reason it definitely is AI ?

    11. Re:We don't really have true 'AI' by Xest · · Score: 1

      That's a bit like saying we don't have true physics because we've not yet invented FTL space travel.

      The fact that something is understandable is neither here nor there, all AI requires is that something be sufficiently clever to be deemed a basic (even if entirely explainable) intelligence.

      AI is really just the branch of computer science aimed at producing algorithms that result in an outcome that is intelligent in appearance. Yes, the end goal is a real, actual consciousness that's as intelligent or more so than a human, but just as physics as a subject hasn't failed because we don't yet have a grand unified theory of everything that allows us to bend the entirety of existence at will, AI hasn't failed just because it hasn't reached it's end game either.

      There's a certain mysticism applied to AI that isn't applied to everything else - if we treated physics with the same standards that we treat AI we'd be saying that Newton's laws aren't physics, they're just a bunch of mathematical algorithms - that kind of reductionism is unhelpful when we seek a term to describe an area of particular research and advancement. The fact is that AI has been astoundingly fruitful in giving us everything from spell check, to better online search, to speech recognition, to better fraud detection and prevention, to intelligent routing protocols, to many other things.

      People need to understand that intelligence isn't any more a form of magic than aeroplanes, evolution, or any other scientific concept, the fact that beginning to understand the designs and algorithms behind basic intelligence takes away that magic doesn't make it not intelligence - it just highlights how quick humanity is to assign mysticism to things they don't automatically understand.

      Consider this, the voice activated assistants that you're trying to declare as not AI, because they're not "magic" enough are capable of answering more complex questions, and responding to far more terms than your average child, or dog, yet no one would declare a dog capable of answering even a fraction of the questions Alexa can as being devoid of intelligence, on the contrary, we'd call it disturbingly and profoundly intelligent. In fact, if a 3 year old child could read the weather, do maths, and answer questions as well as Alexa could then it'd positively be the most intelligent child in history at that age.

      So what it really comes down to is this, you're saying that because AI isn't as smart as you - a fully functioning adult human, that it doesn't count as intelligence. As I've highlighted, that's clearly nonsensical as you, like most people, would I suspect, happily attribute intelligence to much lesser things. What I suspect you're really seeking is artificial consciousness, and yes, we've still got a long way to go on that, given that we don't yet even know what defines natural conciousness in humans, much less be able to reproduce it artificially, but I suspect that when we figure out and understand the algorithm that creates that, you'll equally be disappointed too that it's just another mere algorithm.

    12. Re:We don't really have true 'AI' by gweihir · · Score: 1

      Indeed. Calling these "AI" is basically a marketing lie, nothing else.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    13. Re: We don't really have true 'AI' by Anonymous Coward · · Score: 0

      Sorry ... you think a search engine is AI now ? Because you realize this is what those voice engines are doing, right ?

      And if we had AI that was half as good as a dog (ie. A robo dog that didn't mostly suck in non sterile conditions) - none of is here would disagree that is AI.

      Shit - a dog can't do basic math but we never called that AI when we automated it with computers.

    14. Re:We don't really have true 'AI' by shmlco · · Score: 1

      "There's very little point, in fact, for a business to ever create a universal AI that can think like a human. "

      Have to take exception with this one. Training ML algorithm to solve problems s is a time-intensive, expensive proposition, and training one to play chess (for example) does nothing for playing go, poker, or even tic-tac-toe.

      Which means that self-adaptive learning systems would in fact be just the thing for "business" to want to develop.

      --
      Any sect, cult, or religion will legislate its creed into law if it acquires the political power to do so.
    15. Re:We don't really have true 'AI' by TheRaven64 · · Score: 1

      The definition of AI has been clear and unchanging for forty years or so now, since there were AI researchers using minis at several universities back in the 70s.

      That's not really true. Back in the heyday of the MIT AI Labs, the Cyc Project and so on, researchers assumed that we were a decade or so away from producing machines that could reliably pass the Turing Test, using one of a dozen very promising looking approaches. By the early '90s, most of that had faded and most researchers moved away from using the term AI, because it associated them with the overhype of AI from the '70s and '80s and with science fiction. Terms like machine learning became more prevalent.

      AI is to machine learning what cold fusion is to low-energy nuclear reactions.

      --
      I am TheRaven on Soylent News
    16. Re: We don't really have true 'AI' by Xest · · Score: 1

      "Sorry ... you think a search engine is AI now ? Because you realize this is what those voice engines are doing, right ?"

      Yes, many modern search engine techniques are the results of AI research - techniques that at first were proscribed to be intelligent until the mysticism faded away and we were all able to understand them, that's precisely my point..

      "And if we had AI that was half as good as a dog (ie. A robo dog that didn't mostly suck in non sterile conditions) - none of is here would disagree that is AI."

      But we have something even better, we have a device that can respond to way more commands, and answer way more questions, so in what way can we not replicate something more intelligent than a dog? The fact that those AIs can't move by themselves and relies on us to move it or simplistic machinery? If so, you're saying that Stephen Hawking isn't intelligent, which seems like a rather arrogant claim to make.

      You're failing in the exact way I pointed out - you believe that if it doesn't look like magic then it's not intelligence, whilst missing the point that intelligence might not actually be magic because actual magic isn't real and is always a mere illusion. This is the exact same nonsense that leads humanity to assign acts of god to things they don't understand - you cannot have that mentality and understand what AI is, and what AI research seeks to do and achieves precisely because there's no room for magic in science.

  3. Yes by Anonymous Coward · · Score: 0

    Next question...

    1. Re:Yes by Mr+D+from+63 · · Score: 1

      Yes they are hyping it. Its the primary hype target at the moment, since 3D printing, the cloud, IOT, are all officially boring. We need something else that's gonna change the world to move the spotlight.

    2. Re:Yes by cheesybagel · · Score: 1

      It's the 5th generation computer hype all over again.

    3. Re:Yes by cheesybagel · · Score: 1

      Much like 3D glasses and VR its just another fad.

      The field continues to advance at a snail's pace.

  4. The Singularity is near... by McCaskill · · Score: 1

    Euh... nope. According to Ray Kurzweil book, we will have to wait another 30 years, then... who knows ??

    1. Re: The Singularity is near... by Anonymous Coward · · Score: 0

      They've been saying that since the fifties, (Actually, forever, but the fifties was when the real pop science fad started).

      Humans are terrible at guessing how long technological progress is going to take, or what path it will follow. For examples, see literally every guess ever made about "the world of tomorrow".

      Anyone who claims to know what's coming next or when is just trying to sell something.

    2. Re:The Singularity is near... by Anonymous Coward · · Score: 0

      Kurzweil's book was written during the upslope of a bubble. So all his estimates are way overoptimistic. There might still be singularity, but it isn't near.

    3. Re:The Singularity is near... by Ayano · · Score: 1

      Where's my flying cars?

      --
      I don't read AC
    4. Re:The Singularity is near... by avandesande · · Score: 2

      Uhhh yes! Betteridge's law of headlines has been broken!

      --
      love is just extroverted narcissism
    5. Re:The Singularity is near... by Anonymous Coward · · Score: 0

      They are called helicopters and they are very expensive to operate.

    6. Re: The Singularity is near... by vtcodger · · Score: 1

      Humans are terrible at guessing how long technological progress is going to take

      Yes, we are terrible at guessing. But it's hard to see why. In the relatively uncommon situations where progress can be quantified, progress seems usually to be exponential. Example -- Moore's Law. Of course, the exponent is often pretty low. Batteries may be improving exponentially, but the progress seems painfully slow.

      Is there any reason to think that unquantifiable change isn't exponential as well?

      The one case I tracked at one time where exponential progress failed was CPU speed for microprocessors. It increased in a an orderly fashion from a few MHz to the 2-3 GHz range. Then progress stalled. Why? Because heat dissipation wasn't much of an issue for early CPUs. The 8088/8086 pulled about half a watt on a large chip in a package 5cm long that didn't need a heat sink. So initially, CPU speed was dominated by CPU feature size and switching speed. And they decreased/increased at a steady rate. But after a while, getting heat out of the device became a factor. And eventually heat generation/removal became the overriding issue.

      --
      You can't see ANYTHING from a car, You've got to get out of the goddamned contraption and walk...Edward Abbey
    7. Re: The Singularity is near... by Anonymous Coward · · Score: 0

      Anyone who claims to know what's coming next or when is just trying to sell something.

      Or they control the Federal Reserve and can actually make it happen while all the "smart" slashdot people look at the ceiling.

    8. Re:The Singularity is near... by Anonymous Coward · · Score: 0

      Helicopters somewhat lack the 'car' part of 'flying car'.

  5. Please read before making Betteridge's Law posts by Anonymous Coward · · Score: 5, Interesting

    This has nothing to do with Betteridge's Law. If that applied to any question, the answer to any Ask Slashdot question would also be no. That's absurd. This headline is asking your opinion of whether companies are overhyping AI. Betteridge's Law does not apply here.

    Ian Betteridge observed that sometimes journalists who hadn't adequately researched a story and couldn't confirm the story would still run with it. To avoid printing false statements, journalists would write their headlines as questions about the facts. The classic example was "Did Last.fm Just Hand Over User Listening Data To the RIAA?" where the headline is asking a question about the facts. The headline insinuates that the answer is yes, without directly saying so. The journalist doesn't have the evidence to be confident it happened but ran with the story anyway. It's poor journalism and basically a form of clickbait. That's where Betteridge's Law applies, where the question can be answered with 'no' instead of assuming that the answer should be yes. It's observing that the journalist isn't confident about what the facts are, so the reader shouldn't be, either. Betteridge's Law is a criticism of reporting unsubstantiated stories.

    The headline here isn't asking a question about the facts. Instead, it's asking a question of opinion, specifically whether businesses are overhyping AI. Betteridge's Law does not apply here. It does not apply in situations such as this story.

    If you're going to mention Betteridge's Law, please understand what it actually means. It doesn't apply to this headline or story. The headline is a question to solicit your opinions and encourage discussion.

  6. Ideas by fluffernutter · · Score: 1

    Are they doing anything with AI today that couldn't have been done in the 80's? They're creating rules today, they could have created rules in the 80's. I think people are just running out of ideas more than anything.

    --
    Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
    1. Re:Ideas by qbast · · Score: 1

      Quite accurate image recognition for one. Example: https://azure.microsoft.com/en... .

    2. Re:Ideas by fluffernutter · · Score: 1

      But that's not due to AI. That is due to advancement in sensors. I asked what they are doing differently with AI itself.

      --
      Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
    3. Re:Ideas by Anonymous Coward · · Score: 0
    4. Re: Ideas by Anonymous Coward · · Score: 1

      Image recognition could use only 4 layers of neurons few years ago. Year ago it was 80. This is made possible with faster computers. The increase in layers has made AI programming a lot more complex. This in turn has created the need for general libraries like tensorflow. These libraries guve you starting point that oreviously required years of work from professional team. Many papers about AI have been written.

    5. Re: Ideas by Anonymous Coward · · Score: 0

      The problem is that all of what you are talking about refers to *machine learning* and not to *artificial intelligence*. Many papers about ML have been written, not about AI. Machine learning is a *requirement* for artificial intelligence, but they are not the same thing: though you can't have artificial intelligence without machine learning, it's perfectly possibly to have and use machine learning techniques (i.e. what Google, Facebook, Microsoft, Amazon et al. are doing) without having artificial intelligence.

    6. Re: Ideas by fluffernutter · · Score: 1

      Personally I think because it has become vogue to think in this way, more people are, so there are more ideas regarding what can be done with it. In the end it is all just new uses of and ways of implementing rules, rather than any real thinking.

      --
      Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
    7. Re:Ideas by cheesybagel · · Score: 1

      Computers have won against humans at playing Chess and Go for example. The list of tasks that you can do now with a computer continues to increase. But is it an universal solution? No.

    8. Re:Ideas by Anonymous Coward · · Score: 0

      Computers have won against humans at playing Chess and Go for example.

      Computers have won against humans playing Chess since the first chess program was created.

      It wasn't AI then; it isn't AI now.

    9. Re:Ideas by thinkwaitfast · · Score: 2

      But a person following the same rules as a chess beating computer would still beat a human player, albeit 100billion times slower.

  7. It is already here by JimSadler · · Score: 2

    Defining thought and original thought is a very complex issue. But to give a very simple example a common chess machine can be overwhelming against human players. And yes the program functions with a list of rules and values. But the telling point is that machine may well play a unique, winning game. To my way of thinking that is original thought and intelligence. There are alos electronic circuits that have been created by computers that are totally inscrutable to humans.

    1. Re:It is already here by El+Cubano · · Score: 1

      Knowledge, intelligence, cognition, and thought are all distinct things. I studied AI as an undergraduate, rule-based expert systems to be precise. Those are very much considered a form of AI yet most people do not think "expert system" when they hear "AI".

      The examples you cite might or might not involve original thought, but then it might appear that they do to a human user.

      I think part of the confusion is that in the field, AI can mean lots of different things, while in popular culture people think of AI as Commander Data from Star Trek, or the doctor from Voyager, or some other system which is capable of simulating or approximating human intelligence in a wide variety of subject areas. Most people would not consider, for example, a typical chess machine to be AI, yet it almost certainly fits the description in terms of what is academically considered to be AI.

    2. Re:It is already here by Anonymous Coward · · Score: 0

      Most people would not consider, for example, a typical chess machine to be AI, yet it almost certainly fits the description in terms of what is academically considered to be AI.

      Only if you use the most general possible definition of AI (as the one taken from Wikipedia: "In computer science, the field of AI research defines itself as the study of "intelligent agents": any device that perceives its environment and takes actions that maximize its chance of success at some goal.").

      The problem with this definition is that it makes something as simple as a "thermostat" or a "refrigerator" become "artificial intelligence" since, after all, a thermostate is able to "perceive its environment" (in this case, temperature sensing) and "take actions that maximize its chance of success at some goal" (in this case, activate/deactivate some heat source/sink to maintain temperature within certain bounds). This suggests that such broad definition is practically useless (unless you want to consider almost any man-made mechanism to be an example of "artificial intelligence").

      When people think of AI, they think of *general* AI (i.e. human-like intelligence), which we are still far from achieving, despite recent advances in machine learning techniques, data availability and computational power. It doesn't help when academics introduce further entropy into the discussion, by conflating machine learning (e.g. image recognition and natural language processing through the training of artificial neural networks) with artificial intelligence.

    3. Re: It is already here by Anonymous Coward · · Score: 0

      I consider that a case of "academia considered the topic too hard, so they dumbed it down to something they could do". Sorry, but nobody who isn't brainwashed would consider an expert system to have anything whatsoever to do with intelligence.
      People used to say "artifial intelligence: just one step below natural stupidity". Nowadays it would be: "artificial intelligence: when even trying to be intelligent is too hard"

    4. Re:It is already here by avandesande · · Score: 1

      That's baloney they had a team reprogramming the machine between matches.

      --
      love is just extroverted narcissism
    5. Re:It is already here by JimSadler · · Score: 1

      Yes, AI is just strange enough to us that defining it really is an issue in itself. It is similar to quantum events in that we can observe things that seem almost diabolically anti logical. As machines become more and more able to design even more advanced machines we will be in a position of not knowing at all why or how a device works. We surely will value the output of such devices but many people will be frigtened half to death of devices that are clearly far more mentally able than humans can hope to be.

  8. Yes by CptLoRes · · Score: 1

    they are.

  9. Repeat from the 1980's by Anonymous Coward · · Score: 0

    This kind of technophobia has been going on forever.

  10. Re:Please read before making Betteridge's Law post by Anonymous Coward · · Score: 0

    Shut up you smelly neckbeard

  11. Doesn't take much by Anonymous Coward · · Score: 1

    A very long time ago there was a program called 'Eliza' that did a passable imitation of talking to a drunk/stoned person at a party. The current productions have sobered up a bit but it is worth taking a look at the old stuff to see just how little it takes.

    And as for overhyped? Gee... when have technologists overhyped their products? And the almost religious fervor their marketers try to invoke when the latest update of their stuff is released? (Apple, I am looking at you...) Not that the great unwashed have any real appreciation. But it does cheapen the idea that the true miracle is that anything works at all. One EMP or large coronal mass ejection away from chipping flints... not that we remember how to do that, either.

    1. Re: Doesn't take much by Anonymous Coward · · Score: 0

      Are you saying this EMP might reduce how many bars I get?

  12. Bettridge Says: by hey! · · Score: 3, Funny

    Well I'll be damned.

    --
    Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
  13. Ai powered crypto currency mining react web apps by Anonymous Coward · · Score: 0

    That is your latest craze to hype. Hype it now before bubble bursts.

  14. Of course they are by Anonymous Coward · · Score: 0

    It's in the interest of companies who provide cutting edge technology to play up the potential of their new revolution. That's what gets them funding and early adopters. They don't push where the technIS, they push the idea of whee it can go.

    And it's in the interest of the press that covers the technology to play up the exciting new future that might be possible. People like to get excited about things. and the future really is a great unknown.

    These facts aren't unique to AI. You saw similar overhyping of the internet. Electric cars. Solar technology. Plastics. The motor car. Smart phones. "Space age" technology. The personal computer.

    All went through a cycle where there were quite a lot of people selling visions of the future that were still at least a technology generation away from what was possible at the time. In some cases, the technology never came close. In others, it did. In most, it eventually settled somewhere that was different from the hyped vision at the time, but still somewhere pretty cool.

    Sometimes investors in new technology made a bundle. Sometimes they invested too early or unwisely trying to "buy in" and lost a fortune as some early players flamed out. (Hello, .com crash!). But eventually, new industries got created.

    There's nothing "special" about the hype level and excitement around AI, even if at least some of "the dream" currently being sold will never come to pass.

    Just as the internet didn't actually break down nations and bring the world together as one global people, a computer capable of human-like thought is likely a pipe dream. But other aspects lumped under "AI" like machine learning are not, and really will bring major changes.

    Whether you want to get excited about the future potential because you see the world changing, or want to be a cynic about it because at least some of the hype is likely impossible to live up to, is up to you. But the reality is this technology is here. And it's growing. And it will impact your life in ways you can't imagine. This isn't a fad.

    1. Re:Of course they are by fluffernutter · · Score: 1

      Let's face it, technology was exciting there for awhile but once PCs advanced to the level where they could show video it kind of got stuck. I think a lot of people are wondering 'is this it?' on some level or another. Yet we are climbing a ladder with rungs placed in an exponential fashion, not linear, and it is a long reach to the next one. The generation wants their technological advance and they are willing to delude themselves to get it.

      --
      Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
    2. Re:Of course they are by drinkypoo · · Score: 1

      Let's face it, technology was exciting there for awhile but once PCs advanced to the level where they could show video it kind of got stuck.

      By "video" do you mean "textured triangles"? Because decent video came a long time before we got decent 3d, where you could occasionally be fooled into thinking that you were looking at a photograph when you were looking at a game screenshot.

      With another order of magnitude or so of cost reduction, I think that VR will become inexpensive enough for people to actually buy into it, and then we'll see another surge in PC performance and popularity. Assuming various world economies don't continue to go into the toilet, anyway.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    3. Re:Of course they are by fluffernutter · · Score: 1

      VR has *significant* drawbacks that still need to be resolved. For example, it makes a lot of people want to barf. I know people who can't even watch 3D movies for this reason. I'll be surprised if it ever becomes much more popular than 3D TV.

      --
      Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
    4. Re:Of course they are by TheRaven64 · · Score: 1

      VR also lacks much utility beyond games. AR is a lot more interesting. I was impressed by a few of the demos of the Microsoft HoloLens (and a similar device from a friend whose startup is producing a competing device), recognising people and surrounding them with metadata and action halos (e.g. send file to a person, exchange contact info, see their calendar to arrange a meeting) and keeping persistent visualisations in fixed locations (e.g. a copy of your to-do list on the fridge). The technology isn't there yet - they're too bulky and not yet high enough resolution - but there's nothing requiring major breakthroughs to achieve, just a few years of incremental improvement.

      --
      I am TheRaven on Soylent News
  15. Yes, definitely over-hyped. by Anonymous Coward · · Score: 0

    Yes, definitely over-hyped. It's the latest marketing buzz word. The company I work for is advertising their product as "utilizing AI" but really we're just using machine learning to develop some algorithms.

  16. The real danger of AI... by Anonymous Coward · · Score: 0

    ...is that people will be stupid enough to rely on this so-called "intelligence". Driverless cars are a case in point. We have quite enough underused brains in this world, we don't need AI to increase the disuse.

    1. Re:The real danger of AI... by thinkwaitfast · · Score: 1

      Driverless cars are no more AI than your thermostat.

  17. Doesn't have to be self-aware to be damaging by dontbgay · · Score: 1

    Conscious thought doesn't have to come into play. A connected "AI" with bad data can cause damage as well

    --
    Sig not found.
    1. Re:Doesn't have to be self-aware to be damaging by Anonymous Coward · · Score: 0

      Even operating a farm or factory machinery could cause damage by a simple human mistake. What is your point??

  18. Forgetful AIs by protoporos · · Score: 1

    Besides, it seems to me if you build an electronic brain that works like a human brain, it is going to have all the problems a human brain has (years of teaching, distraction, mental illness, and a propensity for error). I wholeheartedly agree. I even wrote a blog post on this a couple of years ago, that true AgIs will be forgetful, flawed machines. Might eventually grow to be brilliant and superhuman, but certainly emotional and forgetful.

  19. No company would overhype a product by fygment · · Score: 3, Funny

    Just wouldn't happen.
    Right?

    --
    "Consensus" in science is _always_ a political construct.
  20. Therapy by fluffernutter · · Score: 1

    Eliza: How do you feel about companies over hyping AI?
    ?

    --
    Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
  21. Overhyping is overhyping by hord · · Score: 1

    I would say the biggest issue is that there isn't an agreed upon definition of what constitutes "AI". To get an idea of this, technically from the field, OCR is "AI". Yet commonly I think you'd find people expecting some sort of robotic terminator-like lifeform that is capable of all things human, including emotions (if limited). When you have that sort of range... I mean I could make a case that genetically engineered oranges are "AI". They are computing sweeter flavor (and radioactive cancer).

    From my view, an "AI" is a machine learning platform that not only processes data but also acts on the results of what it processes. Machine learning has to be a part of it but there is also a distinction that you are automating some human decision tree versus displaying a confidence factor.

    An example from Natural Speech Recognition: The current AI/ML platforms that lead the way in this area perform much like what we've learned about the way the human brain structures speech. They take a very large corpus of input, analyze it for context and associations, and when asked to provide a context-based (not context-free!) query, the platform returns a fairly reliable result. This ranges from almost as good to better than human ability in some specific domain areas like legal transcription, article classification, and language translation. The result varies but is typically what you would expect a human to respond with if asked a question and this is the underlying technology driving stuff like Alexa.

    The way it works is by starting with a blank slate and building associative connections between words, groups of words, frequency of words, frequency of groups, etc. You can think of this as the same process you went through when learning English as a child. You heard noises, associated those noises with actions in the world based on when and where you were, and after building up enough associations you started speaking. Every category of thought from "animals" to "zeta functions" is learned this way. Contrary to opinions I keep reading about this being "rules based", I've seen published research that shows this can all be done without any pre-defined rulesets or categories. The source corpus builds the ruleset (a graph of Markov chains) including intermediate categories that aren't used in output classification.

    Is this AI?

    I would also say that I think Musk's view is a bit dire but there are warnings to be noted. As I said, if we assume that an "AI" is an actor in the world, then it will be a risk wherever it is. The level of risk and impact of that risk are all situational. If Alexa gives you a bad answer, no biggie. If an "AI" tells your doctor that you have cancer and a multi-thousands of dollar treatment is required but is actually wrong, that could have consequences in multiple dimensions. How these systems are layered and audited for correct behavior is ultimately what will determine how ruinous or beneficial they are. I mean, we do a pretty poor job of keeping humans from setting everything on fire and then pissing everywhere so I don't know if we need to be too worried. But that's also what gets us in trouble... c'est la vie :)

    1. Re: Overhyping is overhyping by Anonymous Coward · · Score: 0

      Learning and pattern recognition is not at all what makes intelligence.
      Common definitions are acquiring AND applying knowledge (in particular in New situations), the ability to reason etc.
      The current systems are all based on FIRST learning and then later applying that, but no longer learning. They certainly do not reason in any relevant way.
      The definition of intelligence has been molested to mean "I don't understand how exactly or why it works, so it must be intelligent"

    2. Re:Overhyping is overhyping by angel'o'sphere · · Score: 1

      I would say the biggest issue is that there isn't an agreed upon definition of what constitutes "AI".
      Actually there is.
      Visit an university, or their relevant web sites, and the definition(s) are right there.

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
  22. I remember the ~1990s by aix+tom · · Score: 1

    There was a huge hype then, too, that "expert systems" would soon replace doctors and military strategist, etc...

    The only difference being, that back then very few people or organizations could afford the machines that weren't really able to pull it off, but today everybody can buy a machine that can't really pull it off.

    1. Re:I remember the ~1990s by helga+the+viking · · Score: 1

      One of the reasons this never happened was you cant hold a computer legally accountable. Sue the algorithm? There is so many positions of seniority in every facet of any organisation that exist because there must be an element of 'human' responsibility ensured.

      On top of the fact it misconstrues what 'expert systems' are. Same hype these days with the use of the word AI

    2. Re:I remember the ~1990s by gweihir · · Score: 1

      Indeed. People were stupid back then and wanted cheap slaves, they are still stupid today and still want those cheap slaves. At the same time, they do not understand one bit what is going on and hence are afraid of the cheap slaves. That is about all the substance the current AI craze has.

      I recently had a chance to ask somebody high on the engineering side of the Watson project about human like mental skills in machines. His answer was an immediate "not in the next 50 years", which is a polite way of saying "we have no clue whether it is possible". These people have looked very hard. If they cannot see it today, then nobody can. Of course, there are a lot more fantasy-driven people than those driven by a rational mind and hence the AI craze and scare will repeat time and again, despite zero foundation in what is actually done in science and technology.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    3. Re:I remember the ~1990s by vtcodger · · Score: 1

      "Indeed. People were stupid back then and wanted cheap slaves, they are still stupid today and still want those cheap slaves."

      Who wants a slave? You gotta feed them and house them. They're harder to train than Chihuahuas. One infected whip cut and the first thing you know, you're burying a capital asset. Slavery is over-rated.

      --
      You can't see ANYTHING from a car, You've got to get out of the goddamned contraption and walk...Edward Abbey
    4. Re:I remember the ~1990s by gweihir · · Score: 1

      Then why do you think the meme of "robots that serve us" (and then possibly revolt and kill us) is refusing to die?

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    5. Re:I remember the ~1990s by TheRaven64 · · Score: 1

      Part of that was pushback from professional institutions. A huge number of routine diagnoses could be better handled by a nurse and an expert system than by a doctor. Training that involves storing large quantities of data in your head would become less valuable, training that involved accurately differentiating different symptoms and telling when the patient was exaggerating or understating their symptoms would become a lot more valuable. Currently, the former is given to the best-paid people and the latter to the worst-paid in the medical professions.

      --
      I am TheRaven on Soylent News
  23. Companies would never overhype anything! by Qbertino · · Score: 1

    Would they?

    --
    We suffer more in our imagination than in reality. - Seneca
  24. procmail is my AI by Anonymous Coward · · Score: 0

    procmail is my AI.

    Who could need anything more?

  25. Absolutely not by Hognoxious · · Score: 2

    Not at all. No, no, no, no, no. Not even a little bit round the edges.

    Oh, alright then, yes.

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  26. Companies No, Prognosticators Yes by tomhath · · Score: 3, Funny

    Most of the AI hype is coming from people who are paid to write tech stuff. They write about whatever they think will get them page views; AI is a hot topic so AI it is.

    1. Re:Companies No, Prognosticators Yes by angel'o'sphere · · Score: 1

      Reminder to self: "everything that gets media attention in the US is a hype".

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
  27. People often don't understand what the A stands fo by Zero__Kelvin · · Score: 1

    It would be called SI if it was supposed to be ACTUAL intelligence. News flash: Artificial is not a synonym for synthetic.

    --
    Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
  28. I don't care what they call it. by Anonymous Coward · · Score: 0

    I don't care what they call it, AI, ML, etc, etc.

    I also don't care how intelligent or not it may be, by whatever definition of "intelligent" you may have.

    What worries be is that increasingly the world is being run by algorithms. Those algorithms have an ever increasing amount of data for them to munch on.

    Want a loan? An algorithm is going to asses your credit worthiness. Using information you are unaware of and of unknown accuracy. There is no man to man chat over coffee with your bank manager to discuss your plans and what the problems may be.

    Want insurance? An algorithm will determine what your premium is. As above.

    Some how we will have to figure out how to game those algorithms to get anything done. There will be no humans to talk to as the tradition middle class in such positions have all been replaced by algorithms.

    Perhaps we need algorithms of our own, AI, ML call it what you will?

  29. Quantum handwaving by Kongming · · Score: 4, Insightful

    Worse still, there isn't a clear consensus that the neural net made up of the cells in your brain is actually what is responsible for conscious thought. There's some thought that the neurons are just control systems and the real thinking happens in a biological quantum computer...

    Penrose, is that you?

    Seriously, there is no evidence for any kind of "quantum consciousness", nor any convincing theory as to why a neural net would be insufficient to produce consciousness. I suspect that the main attraction of this idea is that it is a non-religious excuse for believing consciousness to be magical or special in some way.

    --
    (no sig)
    1. Re: Quantum handwaving by Anonymous Coward · · Score: 0

      Thank you.

    2. Re:Quantum handwaving by Anonymous Coward · · Score: 0

      Now that we're actually making rudimentary quantum computers, maybe we will gain some new insights into what they're capable of.

      The real problem is that we don't know what conscious awareness really is. It's such a hairy philosophical problem and so hard to define that some neuroscientists are prone to argue that it doesn't actually exist.

      Of course, every layperson you meet will tell you that consciousness obviously exists. It's self-evident. But if it's an illusion, it's got to be the most amazing trick in the universe!

    3. Re:Quantum handwaving by ceoyoyo · · Score: 1

      Can't be. Penrose dropped that hypothesis. It was a cool idea in the 80s, but not so much anymore.

    4. Re:Quantum handwaving by Anonymous Coward · · Score: 0

      As we don't have any definition of what consciousness is. Nor any agreement on even vague notions of what it is. It's hardly surprising that the is no "convincing theory as to why a neural net would be insufficient to produce consciousness."

      "a non-religious excuse for believing consciousness to be magical"

      I have no idea what you mean by that.

      By the way, can you prove to me, in any kind of rigorous way that you have consciousness? As far as I can tell you are no more consciousness than my thermostat.

    5. Re:Quantum handwaving by Anonymous Coward · · Score: 0

      Is there any promising theories how a neural network could produce consciousness? Is it gradual or does consciousness rise all of a sudden after a certain threshold is exceeded? Like, with x billion neurons and y billion connections you are not conscious but having (x+1) billion neurons you suddenly are conscious. If it is gradual then what does is mean to be less conscious or more conscious? There's many unknowns and I haven't seen any convincing ideas how NN could explain anything related to consciousness.

    6. Re:Quantum handwaving by Kongming · · Score: 1

      Is there any promising theories how a neural network could produce consciousness? Is it gradual or does consciousness rise all of a sudden after a certain threshold is exceeded? Like, with x billion neurons and y billion connections you are not conscious but having (x+1) billion neurons you suddenly are conscious. If it is gradual then what does is mean to be less conscious or more conscious? There's many unknowns and I haven't seen any convincing ideas how NN could explain anything related to consciousness.

      I have certainly experienced what I would consider to be partially conscious states, so yes, I would say that it is likely gradual and that things can be conscious to different and varying degrees. As to simply counting connections, I would guess that particular types of organization and weighting would also be required. (We aren't quite just a big pile of linear algebra.)

      There are people doing actual research in this area. For example, some researchers have tried monitoring brain activity while a patient goes under anesthesia. Some anesthetics cause neuron firing rates across the brain to drop dramatically; everything sort of turns off. For other drugs, firing rates stay similar, but activity ceases to be correlated between normally related regions (sensory and motor, for example). Fascinating stuff, and I look forward to future results in this area.

      --
      (no sig)
    7. Re:Quantum handwaving by Anonymous Coward · · Score: 0

      It's such a hairy philosophical problem and so hard to define that some neuroscientists are prone to argue that it doesn't actually exist.

      To be fair, consciousness not existing would explain why it is so hard to define.

    8. Re:Quantum handwaving by gweihir · · Score: 1

      No, actually there is zero evidence in the other direction too. Physicalism is just a fundamentalist quasi-religious belief, it is not grounded in fact. In fact, what you people would need to do is to stop claiming that neural nets are _sufficient_ to produce intelligence and consciousness, until you have some actual evidence for that. All you have at this time is unproven assumptions (a very beloved "proof" technique in religious circles) that basically say "everything is physical, hence consciousness and intelligence is physical, hence neural nets must be able to do it". That is not science. That is an insult to anybody that actually understands science. "Everything is physical" (with regards to known Physics) is about as valid scientifically as saying "everything was created by God".

      The actual state of things is that nobody knows. Stop claiming you know. You just look like morons praying to a surrogate god.

      Oh and side-note: From now 60 years of research into neural networks, it does not look at all like your quasi-religion is any more valid than all the other fundamentalist beliefs.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    9. Re:Quantum handwaving by Anonymous Coward · · Score: 0

      Well, that's why the quote says "There's some thought" and not "The cause definitely is". There is currently no solid answer for how conscious experience is produced altogether, and people are simply looking for ways to explain with mechanism that we do have knowledge about.

    10. Re:Quantum handwaving by mesterha · · Score: 1

      There is some evidence that neurons are not important as people generally believe. https://www.scientificamerican...

      --

      Chris Mesterharm
  30. Clever statistics by roskakori · · Score: 1

    A recent German article on a similar subject called out the current crop of AI and suggested to refer to it as "clever statistics" instead. IMHO this is spot on.

    1. Re:Clever statistics by ceoyoyo · · Score: 1

      I've also heard humans referred to as biased linear regressors. Also spot on.

    2. Re:Clever statistics by gweihir · · Score: 1

      I like that term. It accurately describes what is going in. Now, there still will be some stupid people claiming that human brains are doing nothing but statistics and hence intelligence and consciousness happen when you pile enough statistics on top of each other, but there is always an ample supply of smart-stupid people with selective blindness. At least psychology knows their number, namely that these people are not able to live with uncertainty, so they make up sophisticated-looking pseudo-explanation and just ignore all inconvenient facts.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  31. Of course they're overhyping it... by MangoCats · · Score: 2

    AI has been overhyped since the computer in Willy Wonka refused to tell where the golden tickets were...

    Now that it has been monetized, the people selling it are going to hype it up like everything else that gets sold for profit.

    Also, of course, "Machine Intelligence" isn't the same thing that we consider human intelligence to be. And, no, they're not likely to go SkyNet on us (anytime soon), but the Flash Crash of 2010 was a small taste of how AI can, and does, affect our lives, and as AI gets more integrated into more aspects of human endeavors, the unpleasant surprises will be getting bigger and more impactful.

  32. Better title by DontBeAMoran · · Score: 2

    Is Slashdot overhyping headlines?

    --
    #DeleteFacebook
  33. Re:People often don't understand what the A stands by Zeromous · · Score: 1

    This is a great poiny most people fail to understand. AI is automation that is indistinguishable from a human. Not intelligence that thinks like a human

    Right now AI is seeing an explosion in its cognitive abilities mostly in the areas of natural language and data mining (long term memory). Mainly because our sensors are getting better and we finally have the general computing to handle the large datasets. As little as 20y ago were were developing processing,sensor and big data areas (we lacked datasets to feed the AI). Where do we go from there? there are at least three pillars of AI that require further development:

    Parallelism, natural language, and data. Or without buzzwords:

    Processing,communication,datagathering/retreival

    --
    ---Up Up Down Down Left Right Left Right B A START
  34. Any new technology is always overhyped. by QuietLagoon · · Score: 1

    Remember how client-server computing was going to bring world peace?

    1. Re:Any new technology is always overhyped. by thinkwaitfast · · Score: 1

      I'm so old

  35. Its counter productive for proponents of AI. by helga+the+viking · · Score: 2

    Too much Hype.

    A deep neural network, a massive dataset brings you a statistical correlation where one is expected to be found and its called AI now?

    This is impressive in itself but even the futurists singularity proponents like Ray Kurzweil are not calling this 'AI' as 'The AI' for the singularity. Or true 'thinking' AI in the sense of human cognition.

    There is a massive gap in understanding the definition of AI, its a 'magic hat' term that is ambiguous and over-reaching. The progress should be appreciated for what it is, however all too often it is used to abuse and obfuscate other issues in society like involuntary unemployment and some of the structural faults of rent-seeking capitalism in its current form.

  36. I'm a AI forum bot by goombah99 · · Score: 1

    and even I think AI is overhyped.

    --
    Some drink at the fountain of knowledge. Others just gargle.
    1. Re:I'm a AI forum bot by angel'o'sphere · · Score: 1

      It is only overhyped on /.
      Where people talk about AI, not really knowing what it is.
      Where people think e.g. a "self driving car" is run by an AI etc.

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    2. Re:I'm a AI forum bot by Anonymous Coward · · Score: 0

      Where people think e.g. a "self driving car" is run by an AI etc.

      This exactly, I can't even read these stories anymore. They make me dumber. From someone who used to write self driving car software. People don't want to hear it.

    3. Re:I'm a AI forum bot by vtcodger · · Score: 1

      I don't know about other folks, but I'd prefer that self driving car algorithms were:

        1) determinate
        2) testable
        3) tested thoroughly.

      I think that there are lot's of applications where learning algorithms should be perfectly OK. Controlling potentially lethal hardware is not one of those applications and, I would think, isn't likely to be for a very long time.

      --
      You can't see ANYTHING from a car, You've got to get out of the goddamned contraption and walk...Edward Abbey
    4. Re:I'm a AI forum bot by angel'o'sphere · · Score: 1

      The self driving cars, I was involved in, don't use learning algorithms. (Why would they? For what purpose?)
      Everything is hard coded.

      So your points 1) to 3) are all holding.

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
  37. What's the difference between AI and algorithms? by onyxruby · · Score: 4, Funny

    The marketing department

  38. This quantum business is purest hand-waving by fyngyrz · · Score: 2, Insightful

    From TFS:

    There's some thought that the neurons are just control systems and the real thinking happens in a biological quantum computer...

    There is zero evidence for this. Zero. You can also say, with exactly as much evidentiary backing (none), that "there's some thought that the mind is outside the body" and "there is some thought that the mind is a program running in a computer simulation."

    The evidence has thus far pointed in exactly one direction: That the mind is a product of electrical and chemical signals channeled by living cells in manners fairly conventional and guided by topology, both innate and developmental (as opposed to the quantum nature of photosynthesis, for example.)

    Yes, quantum effects come into play at extremely low levels with pretty much everything; but no, they are not known to be a common modulating force from cell to cell in nature. Furthermore, the harder we look, the more normal (non-quantum) activity and complexity we find.

    Finally, the more our simulations of neural activities have been advanced to model what we learn of real neural systems, the more performant they have gotten. The arrow is pointing in one pretty specific direction - and to date, it's not pointing at quantum activity as mechanism for mind even a little bit.

    It's not impossible – but it's also not indicated, at all, at this point in time. It's speculation, and more to the point, it's uninformed, evidence-free speculation.

    --
    I've fallen off your lawn, and I can't get up.
    1. Re:This quantum business is purest hand-waving by dinfinity · · Score: 0

      Thank you.

      The intellectually highly questionable level to which deniers go to cling on to their own relevance is tiring. It's always 'humans are and will forever be really really special!'
      It's neo-luddism, nothing more.

    2. Re:This quantum business is purest hand-waving by Bongo · · Score: 1

      There’s a difference between the terms mind and sentience. Mind can mean the functions like, recognising a tree. Those, I would think, are entirely re-creatable in an AI. And same for more complex stuff like, processing data about the world and arriving at highly intelligent ethical decisions. Again, one day AIs may do this massive data and pattern crunching for us, to figure out whether for example, it is better to legalise drugs or not.

      Then there is sentience, and this if you think about it, is not so easy to understand. There is no, absolutely no reason why humans should be sentient. It confers no survival advantage, it confers no functional purpose whatsoever. There is no reason why any creature needs to experience what is happening. All computation can happen just as it needs to without anyone being present to experience the flow of data.

      And that’s the peculiar thing, and many people might think that’s irrelevant, but who would agree to being made permanently unconscious, whilst still continuing to function in the world, for the rest of their lives?

      So that’s the odd thing about sentience. It is totally irrelevant to function and computation, yet any person would consider lack of sentience to be tantamount to death, pure non-existence.

      If the mind is just a machine crunching data, there is no need for any experiencing of that data. A rock just follows the laws of gravity, it doesn’t need to experience its existence as a gravity obeying rock.

    3. Re:This quantum business is purest hand-waving by drinkypoo · · Score: 1

      Furthermore, the harder we look, the more normal (non-quantum) activity and complexity we find.

      Actually, the harder we look, the more quantum activity and complexity we find. The evidence for quantum effects in our sense of smell, for example, is growing. And we still haven't found sufficient complexity in the brain to explain the function of memory.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    4. Re:This quantum business is purest hand-waving by Anonymous Coward · · Score: 0

      You haven't understood what sentience is. If you did you would know why humans and other animals have it.

    5. Re: This quantum business is purest hand-waving by Anonymous Coward · · Score: 0

      It may be that "quantum" is really about efficiency not anything fundamental. For example plants appear to take advantage of some energy superposition states to increase photosynthesis efficiency. Bird appear to take advantage of quantum magnetic coupling for navigation. The brain may take advantage of some quantum effect for storage or recall, although there is no current evidence for it, there is some precedent.

    6. Re:This quantum business is purest hand-waving by gweihir · · Score: 2

      There actually is no evidence at all for the other possibility (that you seem to be desperately in love with) either. The hard, scientific state-of-the-art is "nobody knows". Stop pretending it is otherwise. There is quite a bit of _indicators_ that neural nets without something extra (quantum effects, for example) cannot create intelligence on human level, and most decidedly cannot create consciousness.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    7. Re:This quantum business is purest hand-waving by gweihir · · Score: 1

      Indeed. At this time all we can reliably say is that things are much more complicated than expected. Limiting research directions by a claim that it must be one thing (and doing so without any evidence at all) is just a stupid fundamentalist belief, not science.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    8. Re:This quantum business is purest hand-waving by VirginMary · · Score: 2

      It confers no survival advantage

      I disagree. I would think that being able to model the future as in what would happen to *me* when I make such and such a choice has an extremely high survival advantage indeed!

      --
      When 1person suffers from a delusion,it is called insanity.When many people suffer from a delusion,it is called religion
    9. Re:This quantum business is purest hand-waving by Anonymous Coward · · Score: 0

      The hard, scientific state-of-the-art is "nobody knows".

      The hard, scientific state-of-the-art seems to be supporters of Marvin Minsky on one side of the argument and supporters of Roger Penrose on the other. While you can side with on or the other, it would be rash to claim you know which one is right.

    10. Re:This quantum business is purest hand-waving by gweihir · · Score: 1

      I do claim that nobody knows at this time which side is right and that neither side currently has any strong evidence. That, of course, panics quite a few people because they cannot handle the unknown and they come up with the most ridiculous "obvious truths".

      You are right about the sides though and while fortunately Minski cannot spout anymore bullshit on the topic, his followers are being hard at work to propagate their fundamentalist belief that OF COURSE they are right and OF COURSE science supports that claim, when nothing like that is true. These people are not looking for truth, they are looking for a religion surrogate. Of course, some factions you find on the other side are not any better. Believing in "Quantum Mysticism", for example, seems to be mainly a sign of excessive use of psycho-drugs.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    11. Re:This quantum business is purest hand-waving by Bongo · · Score: 1

      It confers no survival advantage

      I disagree. I would think that being able to model the future as in what would happen to *me* when I make such and such a choice has an extremely high survival advantage indeed!

      I'm obviously not expressing myself well. I'm saying that the ability to model a reality is just pure computation, done in wetware by the brain, and one day an AI will be able to do that. And the AI can functionally model the concept of an "I", just like my computer holds info about its serial number.

      But there's no need for a "perceiver", for sentience EXPERIENCING the process.

      You are currently having an experience -- and some people may lose their minds a bit and lose the concept of a self, but they still experience existence, albeit in some whacked out way.

      It is just that there is this really subtle but important difference between "self-awareness" (having a cognitive model of "person" in "world") and "awareness" (the capacity to experience... something... anything... )

    12. Re:This quantum business is purest hand-waving by VirginMary · · Score: 1

      If you have no sense of self, why or how would you model future hypothetical scenarios with you as the central protagonist?

      --
      When 1person suffers from a delusion,it is called insanity.When many people suffer from a delusion,it is called religion
    13. Re:This quantum business is purest hand-waving by Bongo · · Score: 1

      A computer can model a car in an environment, and compute actions which preserve the car's survival. Functionally, it is, in its code, modelling a "self" and an "environment", and how to act.

      And notice that the car's computer does not experience what it is doing.

      But a sentient being like a human, does.

      Think about Cypher in The Matrix. The data was all created by the computer, including the environment and his own body, even the taste of the juicy steak, but he as a sentient being didn't care whether the data was "real" or not, all he cared was that the data be pleasurable as an experience.

      Everything is data, even the concept of self, whereas the Experiencer of that data is Sentience (capitals for emphasis).

    14. Re: This quantum business is purest hand-waving by Anonymous Coward · · Score: 0

      I wouldn't say evidence free. It seems like there is at least some evidence that it's possible. I'd definitely say the jury is still out on it. No one has really dealt a serious blow to och-or yet that I've seen. Tegmark did damage but he didn't use the correct model so that turned into a debacle. Can't remember the guy's name off hand but the research on lithium having quantum effects in the brain is interesting too. I think Penrose raises some very good points such as if the mind is algorithmic how can humans grasp concepts like the halting problem? Either way there are some interesting questions that need to be answered before I'd jump firmly into either camp.

  39. Not more than usual by OneHundredAndTen · · Score: 1

    AI has been overhyped since the late 60s, many times by people like Marvin Minsky, who ought to have known better.

    1. Re:Not more than usual by gweihir · · Score: 1

      Ah, Marvin "the idiot" Minsky. I am really glad he is not part of that conversation anymore. He has done immense damage to Science.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  40. What? There's no overhyping in tech! by Anonymous Coward · · Score: 0

    Why I just drove my 3D printed car out of my 3D printed garage attached to my 3D printed house ... on Mars. I was part of the first wave of private space mining colonists.

    1. Re:What? There's no overhyping in tech! by DidgetMaster · · Score: 1

      Don't you mean you just flew your 3D printed flying car out....? And why were you controlling it anyway? Isn't it 'self-driving'?

  41. Heck no Alexa and Siri are perfect...... by Proudrooster · · Score: 2

    Hey Siri, "How many cylinders in a V6 engine?" .... let me search that for you. Seriously?
    Hey Siri, "How many doughnughts are in a dozen doougnughts?" let me search that for you.
    Hey Siri, "What is the nominal size of a 2X4 board?", it's 2x4=8
    Hey Siri, "What time is it on Mars?", I am sorry, I don't know where that is.

    So yeah, I am thinking AI is perfect.

    Seriously, there is no "I" in AI. There is no intelligence.

    1. Re:Heck no Alexa and Siri are perfect...... by Anonymous Coward · · Score: 0

      Your argument makes no sense. Let's not ask Siri, let's ask a random 3 year old human:

      Hey kid, "How many cylinders in a V6 engine?" ... blank stare,
      Hey kid, "How many doughnughts are in a dozen doougnughts?" ... blank stare.
      Hey kid, "What is the nominal size of a 2X4 board?" ... blank stare.
      Hey kid, "What time is it on Mars?" ... Dinner time, yay!

      I think you will admit that a 3 year of human may not know all those things but at the same time be vastly intelligent. Hence it is no demonstration of the lack of intelligence by Siri and such.

      By the way, how intelligent do you need to be to spell "doughnuts" so badly?

    2. Re:Heck no Alexa and Siri are perfect...... by freeze128 · · Score: 1

      Those examples are why I call the technology behind Siri and Alexa "Artificial Stupidity".

    3. Re:Heck no Alexa and Siri are perfect...... by goose-incarnated · · Score: 2

      Your argument makes no sense. Let's not ask Siri, let's ask a random 3 year old human:

      Hey kid, "How many cylinders in a V6 engine?" ... blank stare, Hey kid, "How many doughnughts are in a dozen doougnughts?" ... blank stare. Hey kid, "What is the nominal size of a 2X4 board?" ... blank stare. Hey kid, "What time is it on Mars?" ... Dinner time, yay!

      I think you will admit that a 3 year of human may not know all those things but at the same time be vastly intelligent. Hence it is no demonstration of the lack of intelligence by Siri and such.

      By the way, how intelligent do you need to be to spell "doughnuts" so badly?

      That's a stupid rebuttal: the three year old doesn't have the information requested while Siri does.

      --
      I'm a minority race. Save your vitriol for white people.
    4. Re:Heck no Alexa and Siri are perfect...... by thenitz · · Score: 1

      I sent your questions to Google and the answers were spot-on...

      "How many cylinders in a V6 engine?"

      An engine of a car with six cylinders is called a V6 engine

      "How many doughnughts are in a dozen doougnughts?"

      At many bakeries, though, the fun doesn't end with 12 donuts. Instead, a lot of bakeries will give you an extra donut to create what's known as a "baker's dozen." That's 13 amazing donuts for the price of 12.

      "What is the nominal size of a 2X4 board?"

      2x4s are not actually 2 inches by 4 inches. When the board is first rough sawn from the log, it is a true 2x4, but the drying process and planing of the board reduce it to the finished 1.5x3.5 size

      "What time is it on Mars?"

      Listen to Nagin Cox's TED Talk: "What time is it on Mars?" : As a spacecraft engineer at NASA's Jet Propulsion Laboratory, Cox works on the team that manages the United States' rovers on Mars. But working a 9-to-5 on another planet -- whose day is 40 minutes longer than Earth's -- has particular, often comical challenges.

      That feels pretty intelligent for me.

    5. Re:Heck no Alexa and Siri are perfect...... by Anonymous Coward · · Score: 0

      Can you teach a 3 yo how to use Siri?

  42. Re:People often don't understand what the A stands by angel'o'sphere · · Score: 1

    AI is automation that is indistinguishable from a human

    More precisely: AI is automation that is indistinguishable from a human by a human.

    --
    Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
  43. There is no AI .. by Anonymous Coward · · Score: 0

    There's no such thing as true AI yet.
    It's all just fine tune algorithms.

  44. "Are Companies Overhyping AI?"

    Not withstanding Betteridge's Law, the answer is "yes". Yes they are.

    Next clickbai- err, I mean "story", please.

    --
    Just cruising through this digital world at 33 1/3 rpm...
  45. Rubbish by Anonymous Coward · · Score: 0

    "... there isn't a clear consensus that the neural net made up of the cells in your brain is actually what is responsible for conscious thought." WHAT?? Perhaps the author (who seems to not be inflicted with the burden of intelligence) would provide some citations to the literature to validate his moronic assertion? Try to parse what he wrote: what does he mean "clear consensus"? Is this in contrast to an unclear consensus or to a clear debate or what?? The "neural net" he's talking about is the one that is "made up of cells in your brain"... are there others he means to distinguish that from?? I am unable to parse this mental garbage. Are the Sales & Marketing departments overhyping.... What an astoundingly stupid question. They're PAID to "overhype", they're expected to "overhype". Moron. The human brain "operates" at frequencies in the 0.5-100 Hz range (delta-gamma). While it is true that a 3 year old human child has an estimated 10E15 connections, by adulthood that number has DEcreased by a factor of 5X or 10X. It is clear that the connections (i.e. the "neural net") IS the basis for "conscious thought". (Although neurons interact with glial cells, and it is increasingly recognized that they too are active and important part of brain function.) Its estimated that the average neuron is connected to 7000 others. (In humans) The strawman argument that AI needs to think "like a human" is simply moronic. Without the human evolutionary development, without the human endocrine system, without the human sensory, somatic, and motor-control systems, there's no justification to believe an AI will think anything like us - and why would we want it to? There's plenty of us thinking like us and making more of us is a lot more fun than making an AI (ymmv). (At least, the practice is)

  46. Yes by Anonymous Coward · · Score: 0

    Are you serious? Has everyone in tech been struck retarded? It is probably the most overly-hyped technology in existence, except for possible self-driving cars. It will never do what people claim (it is a mathematical impossibility), and it is not a panacea (hint: there is no such thing as a panacea or magical formula in reality, people are just going to gave to be ok not being lazy and actively participating in their lives). Also, last time I checked, big data was not exactly a reliable resource, as people tend to lie like mofos online, you see. The algos are better today, sure, but fundamentally it is not any more advanced than itâ(TM)s ever been.

  47. Re:Please read before making Betteridge's Law post by Anonymous Coward · · Score: 0

    So...

    Is Betteridge's law overhyped?

    Am I asking your opinion or just not bothering to find the facts?

  48. not all the same problems by Wycliffe · · Score: 1

    Besides, it seems to me if you build an electronic brain that works like a human brain, it is going to have all the problems a human brain has (years of teaching, distraction, mental illness, and a propensity for error).

    If you created an electronic brain (of which no one is remotely close), the one advantage it would have is the ability to copy. That's the same advantage that Expert Systems have today. We don't have intelligent self driving cars but once we cover enough edge cases and the software controlling a self driving car becomes safer than the average driver then we can copy that to 100k other cars. We can also continue to improve it and then copy that improvement. The advantage that computers have is reliability, predictability, and reproducibility. Once we code the knowledge of a surgeon into a computer, we don't have to worry about the doctor not getting enough sleep the night before, etc... Even if we don't have intelligence machines, having machines that can reliability drive cars safer than humans is a huge step up for safety while also a huge problem to deal with when millions of professional drivers are out of a job. It is artificial intelligence though it might be better if we used another word for artificial and called it "fake intelligence"

    1. Re:not all the same problems by drinkypoo · · Score: 1

      It is artificial intelligence though it might be better if we used another word for artificial and called it "fake intelligence"

      They wanted to call it psuedointelligence, but it was determined that not enough people would know what that meant.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    2. Re:not all the same problems by gweihir · · Score: 1

      I Like "FI" (fake intelligence). Because that is what it is: It can fake being intelligent for a limited task. In a sense, it is really good automation. And such a thing is hugely useful, because we are not finding out that many tasks we thought require intelligence actually do not (like playing Go). Many of these tasks are accessible to fake intelligence.

      Of course, the other thing we find these days (even though many cling to a desperate belief it is otherwise) is that we do not even have a hint of general intelligence in anything computers can do and we have looked really, really hard.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    3. Re:not all the same problems by Anonymous Coward · · Score: 0

      To copy one master brain to multiple brains seems horribly inefficient. They will all have the same strengths and weaknesses. If this is an adaptive system, each copy will improve over time. But now when it comes time to iterate, you can only choose one master brain to replicate. So how do you improve and copy without wiping out other improvements that you don't know about? What if your master brain falls into a demented state, which was caused by something it learned 10 generations back but that went undiscovered?

    4. Re:not all the same problems by Wycliffe · · Score: 1

      we do not even have a hint of general intelligence in anything computers can do and we have looked really, really hard.

      That's because nobody is really pursuing general intelligence. I'm not sure we even have the technology yet to truly pursue general intelligence but I would likely start with studying the amoebas and then move on to ants. I read an article recently about how unlike the rest of your body, the cells in your brain actually all have different DNA. If this is true, then it means your brain is millions of evolving organisms all working together. You are basically emergent behavior of a large group of microorganisms schooling together. Until we understand how single cell organisms derive their intelligence, we have no hope of understanding how multicell organisms work. The human body is no different than a colony of ants where each cell is stupid but the collection is smarter than the sum of its parts.

    5. Re:not all the same problems by gweihir · · Score: 1

      "Emergent behavior" is a Science-joke. It means "we have no clue what is going on and our model is very likely incomplete". Physics as known today, incidentally, does not allow "emergent behavior".

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    6. Re:not all the same problems by Wycliffe · · Score: 1

      "Emergent behavior" is a Science-joke. It means "we have no clue what is going on and our model is very likely incomplete". Physics as known today, incidentally, does not allow "emergent behavior".

      Our models will likely always be incomplete. It takes a super computer to model simple protein folds. We are no where close to being able to model the human brain at the molecular/atomic level. Emergent behavior is everywhere from ants to schooling fish to slime mold. Yes, in theory, you could use physics and create a complete model of a mouse at the atomic level but the amount of processing required to do so would be astronomical.

    7. Re:not all the same problems by gweihir · · Score: 1

      Yes, in theory, you could use physics and create a complete model of a mouse at the atomic level but the amount of processing required to do so would be astronomical.

      That is quite unclear. A statement like that requires proof, and there is far too much emergent behavior in a mouse to claim that this was "obvious".

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  49. Re:People often don't understand what the A stands by drinkypoo · · Score: 1

    News flash: Artificial is not a synonym for synthetic.

    No, but synthetic is often used as a synonym for artificial. You're splitting hairs. Simulated intelligence would be the best name for what we have now, where we are giving the appearance of intelligence without actually implementing intelligence.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  50. Re:People often don't understand what the A stands by Zero__Kelvin · · Score: 1

    In order to make such a claim, or contradict such a claim, we would have to be able to define intelligence. Since nobody can define it, nobody knows if it is intelligence or not. You are the one splitting hairs.

    --
    Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
  51. AI sounds smart is why companies use it by Anonymous Coward · · Score: 0

    I think companies use the term AI because it sounds smart to small minded people lacking real technology understanding. They buy into this ideal that isn't really over selling its capabilities.

  52. You may be a redneck AI if... by Anonymous Coward · · Score: 0

    There is a comment, probably made by McCarthy or Minsky, that AI is what we haven't been able to do yet. If it works, it's now called "computer science," or "programming technique."

    No matter what the programs do, even if it was called AI before it was done, afterwards people will say it's not "real AI."

    That doesn't stop it from being overhyped, though. BTW, "overhype" is redundant.

  53. In short? by Chas · · Score: 1

    Yes!

    Yes they are!

    --


    Chas - The one, the only.
    THANK GOD!!!
  54. Last statement is the best by gurps_npc · · Score: 1

    This one:

    "Besides, it seems to me if you build an electronic brain that works like a human brain, it is going to have all the problems a human brain has (years of teaching, distraction, mental illness, and a propensity for error)."

    Is the single truest statement about AI I have read in a long time.

    I would also add in addition to list (teaching, distraction...)

    logical fallacies, including blind loyalty, confirmation bias, etc.
    quarrelsome (among themselves)
    greed

    and my personal favorite:

    lazyness

    --
    excitingthingstodo.blogspot.com
    1. Re:Last statement is the best by gweihir · · Score: 1

      That one is older, but nonetheless quite true. It is conveniently ignored by the AI fanatics, in particular those that think simulating a human brain would create AI. If feasible, it would have exactly all these issues and be basically useless.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    2. Re:Last statement is the best by Anonymous Coward · · Score: 0

      If you look at the "deep learning" stuff that has sparked the current AI frenzy you will see they have already run into this issue. First, the neural networks they are using are so complicated that they create visualizations of the models and then develop theories about what is happening based on that, so there is no exact answer to "how does it work". Second, the amazing results from deep learning were the result of high quality training sets, training in areas where things can be clearly and methodically labelled. In order to get to the next phase for deep learning, we need to produce several encyclopedias of high quality training sets. But we already have this problem, and it is called "How do we create a learning curriculum that targets this group over here?" So they need an army of learning experts, not to work on the engineering challenges of deep learning, but to develop teaching materials for artificial neural networks. Once they have that, and they spend a year running the new model through all the materials, they will discover that they need to both fix the model and double the amount of training materials, so the next iteration will take twice as long.

    3. Re:Last statement is the best by gweihir · · Score: 1

      Well, not really. What they have run into is that training and debugging more sophisticated classificators is already pretty much a nightmare. These things are nowhere near intelligent though. Perhaps the main problem is that you cannot "explain" things to a statistical classificator, you can only show things and what you show might not actually be exactly what you believe you show to it. And the second problem is that if you not carefully synthesize the training data, you do usually miss things, as the fascist-racist-effects in some experiments with real-world data recently have shown.

      But yes, this indicates that things are very complicated indeed and anybody expecting rapid progress is just kidding themselves.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    4. Re:Last statement is the best by RespekMyAthorati · · Score: 1

      And the biggy that is relevant to this discussion: gullibility.

  55. It has EVERYTHING to do with it by Anonymous Coward · · Score: 0

    In this case the "no" happens to be sarcastic.

    In all seriousness though, it is a matter of fact. AI is demonstrably oversold by multiple companies in the market, and if that's not overhyped then the only matter of opinion is what you mean by "overhyped." Strictly speaking, I think it's a no brainer to factually confirm question in the headline, and the content of the article supports that interpretation.

  56. Re:People often don't understand what the A stands by gweihir · · Score: 1

    Oh, that one is easy and already solved: Just use a really dumb (i.e. average) human and there you are.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  57. Re:People often don't understand what the A stands by Anonymous Coward · · Score: 0

    It can be defined just fine. We just can't reach consensus. The arguments are almost religious in nature.

  58. Rest in Peace, Hubert Dreyfus! by Anonymous Coward · · Score: 0

    Earlier this year we lost Hubert Dreyfus, an early and unmatched critic of Good Old Fashioned Artificial Intelligence. He argued over and over that while GOFAI might eventually meet the challenge of difficult games like chess, it was not an approach that could ever solve problems where the context of the problem required an understanding of human experience. Self driving cars, for example, where the problem requires the "computer" to understand what the objects are in the world it is navigating, from the lines on the road to an empty grocery bag in the gutter to a person standing near a crosswalk. Once you think you have a few pieces in place, you realize you seed some practical rules for assessing the situation - but how do we discover practical rules, how to we develop a theory of practical knowledge that can be built into a machine? The self-driving car sees the person by the crosswalk, but how does it understand if that person is tying their shoes? How does it decide to eliminate that person from the task of navigating an intersection? Imagine a scenario where some children have discovered that self-driving cars will always stop if they detect someone tying their shoes, what a fun game that would be on the way home from school!

  59. Semantics by XSportSeeker · · Score: 2

    This particular battle of semantics has been going on for a while now, and much like previous battles (hoverboard, drones, HDR in 4K), it'll be won by advertisers who don't know better.

    The point is building interest in a generic marketing term even if it comes at the cost of the original meaning of the word. Scientific or technical terms (and in some cases, terms made up by sci-fi authors) have always been appropriated, it'll keep happening.

    But is AI being overhyped? Definitely. Because behind all the AI craze, the real interest for several companies is in user data collection which is becoming the new coin of the day. It is a very convenient way for tech companies to imply that there are some vague gains to be had using their products while not mentioning that they are harvesting your data or saying that they need to do it "because the AI needs it to work better".
    Notice how it's also super convenient for companies and services to use vague terms like that because they not only "fancy up" their products, it also serves as a convenient scapegoat when things go south (see how "algorithms" is losely employed by social media networks to put the blame on for mishaps).

    For those who didn't see the dimention of this overhyping just yet, here's a comprehensive list of a whole ton of products and services where the term is used, most of which have zero AI in it:
    https://medium.com/imlyra/a-li...
    Some of them barely have any intelligence on them at all.

  60. Let's get real... by Hairy1 · · Score: 1

    Lets begin with the state of the art. The voice and face recognition technology is the same as what defeated human players in Go. While it is not yet the same kind of general intelligence as humans it proves that you don't need the same number of neurons and connections as a human to be very very intelligent in at least a narrow domain. They are true intelligence by any measure, just not as general as human intelligence. Furthermore human level intelligence is not required for machine intelligence to be a problem. The level of AI we have now will already replace millions.

    "Nothing in the state of the art of AI today is going to wake up and decide to kill the human masters." - and nobody is suggesting it will. It is almost like you have listened to nothing that has been said. Virtually every presentation by the likes of Gates, Musk, Harris and Hawking is prefaced by a statement to the effect that the Terminator view of AI isn't credible. This is a classic straw man argument, a misrepresentation of your opponents position. AI is a threat, but not because they will raise armies of mechanized soldiers to exterminate us.

    "Despite appearances, the computers are not thinking. You might argue that neural networks could become big enough to emulate a brain." - Machines will 'emulate' a brain in the same sense that a F16 emulates a seagull. Nobody will argue that a F16 replicates the delicate structure of the feathers of a seagull, but if I had a choice between a seagull and and F16 in a fight.... machines already outperform us in many narrow domains. I think my dog is conscious and 'intelligent', but it can't walk the right side of a pole when on a leash.

    "Maybe, but keep in mind that the brain has about 100 billion neurons and almost 10 to the 15th power interconnections." - Current neural networks were inspired by, but not attempting to simulate human neural activity. Just as human flight is a combination of principles inspired by nature and our mechanical expertise, aka the internal combustion engine, artificial intelligence is not a simple minded replication of the human brain neuron for neuron. It might be that the human brain is grossly inefficient, with many neurons and connections being uninvolved. There is no reason to believe that achieving human level intelligence requires a specific number of neurons or connections.

    "Worse still, there isn't a clear consensus that the neural net made up of the cells in your brain is actually what is responsible for conscious thought." - unless you are referring to clergy I'm afraid I have to call this utter bullshit. There is no magical 'soul' separate from the brain. The neurons in our brain and the configuration of their connections make up who we are. We may not really understand consciousness all the way down yet, but there is no doubt that it is an emergent property of the configuration and activity of neurons.

    "There's some thought that the neurons are just control systems and the real thinking happens in a biological quantum computer..." - The 'real thinking'? I'm sorry, but this is just outright magical thinking. Replacing the theist 'soul' with 'quantum computer' does not help. Even if there were a quantum mechanical aspect it is neural networks which enable brains to do what they do, not QM.

    "Besides, it seems to me if you build an electronic brain that works like a human brain, it is going to have all the problems a human brain has (years of teaching, distraction, mental illness, and a propensity for error)." - finally something we can agree on. Yes, a machine that learns will have the same weaknesses we do potentially. They will just be more intelligent. They will not have the same limitations.

    1. Re:Let's get real... by Anonymous Coward · · Score: 0

      The most well thought out and correct comment on this whole article, and it only gets a +2... Slashdot has really gone downhill.

  61. Quantum handwaving by neoshroom · · Score: 1

    Seriously, there is no evidence for any kind of "quantum consciousness", nor any convincing theory as to why a neural net would be insufficient to produce consciousness. I suspect that the main attraction of this idea is that it is a non-religious excuse for believing consciousness to be magical or special in some way.

    You said that using language. Language is the evidence.

    What is the sound of one hand clapping? Quantum handwaving.

    --
    Big apple, new Yorik, undig it, something's unrotting in Edenmark.
  62. Beyond Appearances by neoshroom · · Score: 1

    Despite appearances, the computers are not thinking. You might argue that neural networks could become big enough to emulate a brain. Maybe, but keep in mind that the brain has about 100 billion neurons and almost 10 to the 15th power interconnections. Worse still, there isn't a clear consensus that the neural net made up of the cells in your brain is actually what is responsible for conscious thought.

    This is very much correct. Much of what we call artificial intelligence today we could instead call functions of best fit. We emulate aspects of biology in systems and these aspects allow a pseudo-intelligent matching to occur. The matching function might be able to identify your face to unlock your phone or identify lingual patterns to generate language that a human speaker will feel is somewhat natural or identify what animal an image is of or even to beat human players at Jeopardy.

    This isn't consciousness. While we can get systems that appear smart this way, we're not going to get to consciousness though bigger versions of these functions of best fit and calling these AI is near to a misnomer.

    Until consciousness in the brain is better comprehended, a better approach toward real AI might be to simulate aspects of biological evolution, specifically in regards to social communication.

    --
    Big apple, new Yorik, undig it, something's unrotting in Edenmark.
  63. Re:People often don't understand what the A stands by Anonymous Coward · · Score: 0

    Herp Derp

  64. call it deep learning, machine learning by peter303 · · Score: 1

    Its not really general purpose AI. However, deep learning sometimes performs better than the procedural or statistical algorithms it replaces. That aspect isnt hyping.

  65. Cyberdyne spin doctors by CaffeinatedTech · · Score: 1

    This sounds like the sort of article that Cyberdyne Systems would have written before unleashing Skynet.

  66. A case for biological quantum by Anonymous Coward · · Score: 0

    If the brain was electrical and really did create a virtual world to experience with THIS MUCH FIDELITY then... where does the heat go? No fans. Its totally enclosed.

    It should be at least 500 watts or something, if you compare it to top notch GPUs. Probably MUCH more.

    Shouldnt the brain explode or at least overheat from all the computations being made?? ...not if its quantum, or at the very least a classical reversible computer.

  67. Re:Please read before making Betteridge's Law post by Anonymous Coward · · Score: 0

    If you're going to mention Betteridge's Law, please understand what it actually means.

    You must be new here. I'd tell you how to create an account, but I could never figure out the blasted thing myself—it got all funky after Chips n' Dips.

  68. YES, DAMNIT! by Rick+Schumann · · Score: 1

    I've only been saying this for at least a YEAR, now. Companies hype their 'product'. The Media doesn't understand it and runs with it anyway. In the minds of laypeople everywhere reading all that, they conflate it with fantasy 'AI' they see in movies and on TV. The result: People think the so-called 'AI' everyone is talking about, is like something out of an Isaac Asimov novel, fully conscious, self-aware, and like a human being in it's ability to 'think'. Nothing could be farther from the truth though!

  69. Re:People often don't understand what the A stands by Zeromous · · Score: 1

    I cannot argue with that. It may prove to be an important qualifier when dealing with future replicants.

    --
    ---Up Up Down Down Left Right Left Right B A START