Slashdot Mirror


Eric Schmidt Says Elon Musk Is 'Exactly Wrong' About AI (techcrunch.com)

At the VivaTech conference in Paris, Alphabet CEO Eric Schmidt was asked about Elon Musk's warnings about AI. He responded by saying: "I think Elon is exactly wrong. He doesn't understand the benefits that this technology will provide to making every human being smarter. The fact of the matter is that AI and machine learning are so fundamentally good for humanity." TechCrunch reports: He acknowledged that there are risks around how the technology might be misused, but he said they're outweighed by the benefits: "The example I would offer is, would you not invent the telephone because of the possible misuse of the telephone by evil people? No, you would build the telephone and you would try to find a way to police the misuse of the telephone."

After wryly observing that Schmidt had just given the journalists in the audience their headlines, interviewer (and former Publicis CEO) Maurice Levy asked how AI and public policy can be developed so that some groups aren't "left behind." Schmidt replied that government should fund research and education around these technologies. "As [these new solutions] emerge, they will benefit all of us, and I mean the people who think they're in trouble, too," he said. He added that data shows "workers who work in jobs where the job gets more complicated get higher wages -- if they can be helped to do it." Schmidt also argued that contrary to concerns that automation and technology will eliminate jobs, "The embracement of AI is net positive for jobs." In fact, he said there will be "too many jobs" -- because as society ages, there won't be enough people working and paying taxes to fund crucial services. So AI is "the best way to make them more productive, to make them smarter, more scalable, quicker and so forth."

73 of 143 comments (clear)

  1. Need my popcorn by LynnwoodRooster · · Score: 2, Funny

    NERD FIGHT!

    --
    Browsing at +1 - no ACs, I ignore their posts. So refreshing!
    1. Re: Need my popcorn by Anonymous Coward · · Score: 1

      Because more money makes you smarter?

      You must be down to your last penny or deeply in debt; youâ(TM)re an idiot.

    2. Re: Need my popcorn by q_e_t · · Score: 1

      When was this time when being smarter was required to be rich? In most of human history being moderately smart, and then physical strong, ruthless, or having a large army due to accident of birth was sufficient. Even now, just being born may be sufficient.

    3. Re: Need my popcorn by Type44Q · · Score: 1

      Hardly; Schmidt is the last fucker on the planet with a valid opinion on this subject.

    4. Re:Need my popcorn by LynnwoodRooster · · Score: 1

      Musk is worth about 0.14 Bezos, and Schmidt is worth 0.11 Bezos. Not a lot of difference there.

      --
      Browsing at +1 - no ACs, I ignore their posts. So refreshing!
  2. Putin by BeauHD+(54) · · Score: 2

    He may be wrong but we must push forward as a civilized world to defeat Putin's future Al based botnets.

    Remember kids, I called it in 2018!

    1. Re:Putin by mentil · · Score: 1

      Putin's stepping down in 6 years (or so he claims), so they better hurry up.

      --
      Corruption is convincing someone that the selfless ideal is the same as their selfish ideal.
  3. Yes by Anonymous Coward · · Score: 3, Insightful

    Musk is very wrong, so is Eric Shit. So is all of Silicon Valley. This is like watching the inmates at Shutter Island debate the content of their delusions. AI is not AI, nor is it 'intelligent'. Could it be a deadly tool in the wrong hands? Yes, and it probably will be. Nothing about that implies consciousness or magical powers of smarts (which Eric never had in the first place, and clearly understands about as well as a cockroach gets calculus). It's amazing how being a psychopath is regarded as a form of enlightened genius in the Valley). I just can't even at this point, it passed absurd about a million miles back. Everybody on this particular train is fuuuuuucked.

    1. Re:Yes by arth1 · · Score: 5, Insightful

      I think both of them are wrong too, but for other reasons.
      The problem I see is that the smarter our helpers get, the dumber it allows us to be. Just look at computers for a good example of that. As they became ubiquitous and smarter on the inside, with user interfaces dumbed down for "everybody" to use, there was no longer a need for people to learn anything. Or calculators - people don't feel they need to understand even simple maths anymore, because there's a calculator (or calculator app, or google's built-in calculator) to do everything for them.
      I truly fear that as the helpers get smarter, we get dumber. Only a few people will need to be smart enough to program them, but even that is dumbed down with higher and higher levels of abstractions.

    2. Re:Yes by Anonymous Coward · · Score: 1

      This mindset of yours has been well and truly debunked over the years... yes yes, I know, when you were a kid you had to walk 10 miles to school bare foot in the snow with only a lump of coal for lunch.

      There's literally no evidence that people are less intelligent on average now with the advent of calculators and computers. On the contrary, what used to be phd level mathematics a hundred years ago is now taught in high school. Even when I was young it used to be unusual for someone like myself to be learning to program at the age of 12, I was the only one in both schools I'd moved between that could do it - nowadays that's the norm, it's taught in primary school and high school and understood quite thoroughly.

      In fact, there was a study just recently finding that calculator use improves kid's maths abilities:

      http://www.ucl.ac.uk/ioe/news-...

      You see, the issue is, you're saying that someone is dumb if they can't do a repetitive task like a large basic sum, but the reality is that's not about intelligence, it's about doing a boring basic menial task. So instead, they use a calculator, and use their brain to focus on actual hard problems like implementation of the solution of that sum to solve a problem using even more complex mathematics from fields such as number theory, graph theory, and so on - subjects that were previously viewed as graduate level, but are rapidly moving into the high school.

      As a mathematics graduate, one thing I've learnt is that to use the subject effectively it's not about remembering various different algorithms and such off by heart - it's about understanding what algorithms are available to create a toolset of knowledge and then being able to select the appropriate mathematical tool to solve a problem and implement it using a reference if need be. You want kids to be able to do long tedious complex sums without a calculator to no real practical benefit, I want kids to have knowledge of the fact there are various different ways of solving complex problems and to be able to classify a problem to find the appropriate algorithm to solve it - is it a classification problem? a search problem? an optimisation problem? If they can answer that question and choose an appropriate mathematical solution and implement it then it really doesn't matter how many fucking digits they can recite pi to or whatever retarded useless metric you think defines intelligence.

      Even with programming you're wrong - there's this archaic view from old school programmers that they're doing more complex stuff because they know assembly and that makes them more intelligent than anyone using a 3rd gen language that is further abstracted from the hardware. As someone who can and has done both I can say with absolute certain that this is complete and utter bullshit. It's FAR easier to write assembly code to work directly with hardware because the amount of things to learn are actually a tiny set, whilst for a web application for example you typically have to know at least 3 actual programming languages, (Javascript, SQL, and some 3GL like Java, PHP, or C#), 2 configuration languages (HTML and CSS), and a shit ton of frameworks for everything from things like JUnit or NUnit for unit testing, to React or Angular for front end development. Believe me, the job of a full stack developer is far more complex and far more difficult than that of an assembly programmer who has no frameworks to understand, one language with a relatively small set of commands, and knowledge of the hardware which is really just domain knowledge as much as any other domain knowledge for any other programming problem be it financial services, or engineering knowledge relevant to the higher level application being built. So you know assembly so what? You're neither more intelligent, nor special.

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

      Centralizing control of AI to a handful of individuals will also make inequality far, far worse. Not having ownership of this increased productivity and capability means a larger and larger chunk of the value this work generates will fall into just a few hands. This will be a nightmare scenario when in 50 or 100 or X years when we finally have a general purpose humanoid android that can do nearly all human like tasks, but in many cases far more effectively and in all cases far cheaper. Where will blue and white collar workers go when a general purpose replacement can do anything and 6 people in the world own it all?

    4. Re:Yes by blahplusplus · · Score: 2

      I truly fear that as the helpers get smarter, we get dumber.

      People were dumb ways before computers, the reality we were always a lazy species. We invented backhoes to do the digging instead of digging ditches ourselves, we invented snowplows to plow snow so we didn't have to do it ourselves. That is the nature of invention - we invent things that we find tedious so we can do the things we want to do.

      The reality is what you complain about is actually necessary, whatever task we are not doing allows us to free up resources to focus on some other aspect of the task. I think you don't really understand how non trivially complex the universe really is. If having calculators free's up mental resources to come up with new ideas about how the universe works, I'm all for it. We can spend more time theorizing and let calculators worry about calculating.

      The same way dishwashers and other labour saving devices allow us to spend time on something else.

    5. Re:Yes by admin7087 · · Score: 1

      You seem to merely express your personal opinion that strong AI is not possible without providing an argument or at least referring to one the bazillion existing arguments that have been discussed for decades. It's an old standpoint in a debate that's going on since the 60s. There are also plenty of people who believe that strong AI is possible.

      As for the arguments pro and con, I have written articles about it, but I certainly won't bother to even address the arguments here on Slashdot. Consult your arbitrary 'philosophy of AI' compendium or website to get an overview.

  4. So he's disagreeing by agreeing? by Rei · · Score: 5, Interesting

    He acknowledged that there are risks around how the technology might be misused, but he said they're outweighed by the benefits:"The example I would offer is, would you not invent the telephone because of the possible misuse of the telephone by evil people? No, you would build the telephone and you would try to find a way to police the misuse of the telephone."

    That's pretty much the exact same thing Musk argues, so I'm confused by how this is a disagreement. Is someone interpreting Musk as trying to hinder the development of AI? Is that why he employs a huge team of neural net developers at Tesla? Why he founded OpenAI? And Neuralink?

    --
    Give a boy a gun and you arm him for a day. Teach him how to make a gun, and the whole metaphor breaks down.
    1. Re:So he's disagreeing by agreeing? by postbigbang · · Score: 2

      AI has no feelings, doesn't cry, isn't likely to laugh at the million jokes that can it can memorize, and would put a bullet through you and wouldn't think twice.

      This is because there are those that would abuse AI who can't start with a kernel that mandates the above emotions-- not the murderous ones.

      I wouldn't trust Schmidt for a second. He blew it at Sun, then Novell, then turned Google from a Do No Evil into Do What's Good For Shareholders and keep sucking your privacy with a big straw.

      Musk is a BS artist, but when his promises finally arrive, they work after a while, and faster than Bill Gate's promises ever worked. Expecting corporate executives to have a soul these days is asking too much..... same goes for politicians.

      --
      ---- Teach Peace. It's Cheaper Than War.
    2. Re:So he's disagreeing by agreeing? by BlueStrat · · Score: 4, Insightful

      That's pretty much the exact same thing Musk argues, so I'm confused by how this is a disagreement. Is someone interpreting Musk as trying to hinder the development of AI?

      Musk wants laws/Acts/etc passed and enforced to make certain AI is not misused. Schmidt wants no or very little effective limits on what "Do Evil" Google/Alphabet can do with AI, so Schmidt deliberately mischaracterizes Musk's position to try to minimize the impact of Musk's message.

      Strat

      --
      Progressivism (aka US 'Liberalism'): Ideas so good they need a police/surveillance-state to enforce.
    3. Re:So he's disagreeing by agreeing? by robinsonne · · Score: 1

      Out of mod points today, so +1 for you, sir.

  5. Short term or Long term? by aberglas · · Score: 4, Interesting

    In the short term, next few decades, AI will have the effect of being able to concentrate power. Centralized information, with the ability to process it. Pervasive surveillance. We are seeing this actively pursued in China. And also semi-autonomous robot soldiers. This is uncharted territory.

    AI will also be really handy, e.g. better Google searches, self driving cars, cheaper services. What happens to the unskilled workforce is very difficult to tell. Will alternative opportunities arise for them? In the short term, probably.

    In the longer term, 50..200 years, the AI will become truly intelligent. It will be able to program itself. At that point it will no longer need humans, and it is difficult to see why it would want humans around. Note that this long term is the lifetimes of our grandchildren.

    http://www.computersthink.com/

    (Schmidt is hardly an unbiased commentator. He knows people are wary of Google's growing power and wants to be able to make money without pesky concerns about the future of humanity.)

    1. Re:Short term or Long term? by AHuxley · · Score: 1

      Long term we had the AI winter. https://en.wikipedia.org/wiki/...
      AI did not work in the past after getting a lot of money. AI does not work now with all the new money it gets. AI will not work later after getting a lot more money.
      All AI is a collect it all system database that has extra storage and much faster CPU power to index. Sort and be ready for every aspect of its use.
      Human asks a question and the instant correct result seems like "AI" thinking finally works.
      Great for making the clandestine services seem able to AI "predict" the future based on todays fashion, trends and politics as vast real time data sets.
      Its not intelligence. Just vast amount of data related to any given task thats on a really fast computer with time to get ready for expected questions.
      Do anything human the preprogrammed "AI" is not expecting and the AI is lost and has to take time to "learn".

      AI has one use. To secure more funding for humans working on AI.

      --
      Domestic spying is now "Benign Information Gathering"
    2. Re: Short term or Long term? by c6gunner · · Score: 1

      Its not intelligence. Just vast amount of data related to any given task thats on a really fast computer with time to get ready for expected questions.
      Do anything human the preprogrammed "AI" is not expecting and the AI is lost and has to take time to "learn".

      How is this different from a young child? Or an adult with severe autism?

    3. Re: Short term or Long term? by AHuxley · · Score: 1

      The amount of money wasted over the decades on merging AI.
      That AI can recall given facts quickly and in a politically safe way.
      Let the AI learn from the internet and humans step in to correct its "politics".
      So the AI is given a sub set of politically correct data.
      So that AI can be presented to civil society as trendy and politically correct. Worth more money.
      Thats the limitation of AI. The data sets have to be selected and filtered. The requests have to be safe.
      The wrong results and the money stops.
      The AI grows on a limited amount of data that reflects the politics of its designers.
      Thats why an AI is only as good as the data its allowed to work and learn from and the data its then allowed to present.
      One trendy political mistake and the money stops.
      The AI gathers its politically safe datasets in a sheltered workshop.

      --
      Domestic spying is now "Benign Information Gathering"
    4. Re: Short term or Long term? by c6gunner · · Score: 1

      Ah, of course. Damn those politically correct AIs. I'm sick and tired of not being able to buy a car which randomly yells out "ni**er" and "kike".

    5. Re:Short term or Long term? by geekmux · · Score: 3, Interesting

      AI will also be really handy, e.g. better Google searches, self driving cars, cheaper services. What happens to the unskilled workforce is very difficult to tell. Will alternative opportunities arise for them? In the short term, probably.

      Forget AI. Automation will be all that's necessary to replace an unskilled workforce, or displace it enough to create a massive impact on our economy and tax structure, which will likely happen within the next decade. Doesn't matter if you try and give it a fancy name like "UBI", it's still nothing more than a welfare program, and someone still employed is going to have to pay for that. AI is targeting the skilled workforce.

      In the longer term, 50..200 years, the AI will become truly intelligent. It will be able to program itself. At that point it will no longer need humans, and it is difficult to see why it would want humans around. Note that this long term is the lifetimes of our grandchildren.

      Whenever and whatever "true" AI is, has become irrelevant. It will only take "good enough" AI to replace a human workforce. And that sure as hell isn't half a century away. It's likely to impact the current working generation considerably. It doesn't take much to unsettle the masses, particularly when the impact is to essentially make them unemployable.

      The utopia we seek is a marriage of humans and AI that enables all of us to live out our lives to the maximum extent possible. A 40-hour workweek and the concept of humans being forced to toll away at jobs for the majority of their lives becomes an extinct concept. We learn to maximize our creativity with AI, and specifically limit and nurture it to improve life for all.

      Unfortunately, we both know the best-case scenario is not statistically likely. Greed feeding a warmongering thirst to engage in unending warfare to maximize profit paints our future Orwellian canvas. We're probably closer to making Skynet out of any future intelligence. Unless we Solve for Greed, humans and their future are sadly highly predictable.

    6. Re: Short term or Long term? by phantomfive · · Score: 1

      Young children have better algorithms, data structures, more processing power, and probably better learning techniques (although that is arguably algorithm).

      --
      "First they came for the slanderers and i said nothing."
    7. Re:Short term or Long term? by 110010001000 · · Score: 1

      None of those things you mention (surveillance, processing information, autonomous robots, etc) require AI. As for the "AI will become truly intelligent" comment, I say BS. What is going to make computers suddenly become intelligent? Processing power/memory are not longer increasing rapidly. Digital computing has hit its peak. Unless there is a change in computing (and don't say quantum computing) we will be stuck with about the same technology level in 200 years as we are in now.

    8. Re: Short term or Long term? by c6gunner · · Score: 1

      Agreed. So your answer essentially boils down to "it's not really any different"?

  6. Silicon valley leaders are afraid by gijoel · · Score: 1
  7. Siding more with Schmidt on this one. by King_TJ · · Score: 1

    Honestly, I'm a little surprised that Elon Musk has taken such a F.U.D. attitude towards A.I. when at the same time, it's exactly what he's trying to achieve with his cars that keep evolving towards self-driving capabilities.

    The first time anyone tries letting a Tesla pilot itself, they feel some fear .... some uncertainty... and a little doubt. That's all part of exploring something that works a different way than what you're used to.

    But technology needs to progress, without trying to hold it back out of fear of what negatives MIGHT come from it. So many negatives already come from not having improved technologies.

    Humans are good at adapting to change, once we get over those initial fears and doubts. I think we'll figure out ways to cope with automation and A.I. and whatever else we can come up with. It may not be pretty while things are in transition. That's to be expected too. But you can't put genies back into bottles .... You may as well keep trying to move forward.

    1. Re:Siding more with Schmidt on this one. by rogoshen1 · · Score: 3, Insightful

      AI will confer an ever greater first mover advantage than Trinity. It is also very easy to dress up in a friendly manner (at least relative to nukes). With AI, once the genie is out of the bottle, it's never going back in. Unless you're a guy like Schmidt, you *should* be terrified of it. You might get better navigation in your self driving car; but at what cost? And are the benefits even remotely distributed among society as a whole?

      Basically, entrusting private companies like google with something of this magnitude is irresponsible bordering on insane.
      We've reached a point in our technological evolution where every single human being on this planet could easily live a life of middle class security, with much left over. All AI is going to do is FURTHER concentrate wealth and power into a very select group of hands (and speaking of hands, i think Schmidt is showing his here). The rise of AI should be seen as an affront to human agency and dignity. We have two related trends: the growth of a knowledge economy, and the rise of automation. Gee, i wonder what the outcome will be?

      Herbert was right, even way back when in 1965.

    2. Re:Siding more with Schmidt on this one. by Kjella · · Score: 1

      We've reached a point in our technological evolution where every single human being on this planet could easily live a life of middle class security, with much left over.

      And...? What's understood as "good" living conditions is a moving target. When I grew up, nobody had cell phones except possibly a few yuppies on Wall Street. These days smartphones are the norm. We didn't have a microwave, what's wrong with a stove? Eventually, everything is trivialized - like obviously light comes on at the flip of a switch. Except 200 years ago not even royalty had that. There's always some eco-hippies who want to freeze time like a modern Amish and say "this is enough for everyone, forever". Well they're wrong, I do want a self-driving car. For convenience now, if I can't legally drive anymore like my parents then even stronger. In 100 years time the idea of not having it will probably be as remote as having to go by horse and buggy is to me. I'm not looking to stop progress, are you?

      We have two related trends: the growth of a knowledge economy, and the rise of automation. Gee, i wonder what the outcome will be?

      A world where having all your basic needs met is much cheaper in absolute terms? I don't know about wages and wealth, but the cost for the 1%ers to carry the rest is going down. And with wealth comes fewer kids, it's no longer an exponentially rising cost we're down to a world population increasing by 1.1%/year and most predict it'll decline further. We've seen this in Asia and South America, it's basically just Africa left and even there the good outweighs the bad. Basically the rich will become richer, but there's little reason to think the poor will become poorer. The western world has been rather stagnant but we were way ahead of the curve, it was kinda ridiculous when you could hire dozens of people in China or India for the price of one westerner.

      --
      Live today, because you never know what tomorrow brings
    3. Re:Siding more with Schmidt on this one. by King_TJ · · Score: 1

      Well aware of this..... Perhaps that's why I said, "cars that keep evolving towards self-driving capabilities"?

      Still, the feature is called 'Auto Pilot" by Tesla themselves, so yes - you can reasonably say the car "is piloting itself", while still following the warnings and limitations of it. The fact some people are idiots and ignore all of that so they can text while driving it is irrelevant.

      When the car lights up the steering wheel icon on the dash, it means it's collecting enough data about where the lane is on the road and where surrounding traffic is so you let it keep the car in the lane for you and adjust its speed appropriately.

  8. Both sides are right by Anonymous Coward · · Score: 5, Interesting

    Elon didnâ(TM)t say AI is evil. Schmidt is misrepresenting him. Why else would Elon start Open AI? Elon is wants a framework to use AI responsibly thatâ(TM)s all.... put his warnings the right context.

    They both agree AI is the future and are right.

    But Schmidt obviously do not want regulation and restraints on Googleâ(TM)s business model. Unfettered access to your personal and behaviour data to train the AI.

    Schmidt is being very Evil by playing the game this way.

    1. Re:Both sides are right by rogoshen1 · · Score: 1

      sigh, the second god damn time this week i've had to say this:

      AC! STOP MAKING SO MUCH GOD DAMN SENSE!

      will you people ever learn?

    2. Re: Both sides are right by Anonymous Coward · · Score: 1

      The fact of the matter is that AI and machine learning are so fundamentally good for Google.

      -FTFY

    3. Re:Both sides are right by Anonymous Coward · · Score: 2, Insightful

      Elon Musk may be wrong, but Eric Schmidt is also wrong and, even worse, what he's saying is nothing more than PR bullshit.

      AI is net positive for jobs." In fact, he said there will be "too many jobs" -- because as society ages, there won't be enough people working and paying taxes to fund crucial services. So AI is "the best way to make them more productive"

      Sounds great, except that's not how companies see AI.

      McDonald's and Burger King see AI as a way to make higher profits by getting rid of all their employees and replacing them with AI-driven robots.

      Investment banks, insurance companies and stock brokerages see AI as a way to make higher profits by getting rid of all their employees and replacing them with AI-driven robots.

      Manufacturing companies see AI as a way to make higher profits by getting rid of all their employees and replacing them with AI-driven robots.

      Notice the pattern here?

    4. Re: Both sides are right by c6gunner · · Score: 2

      Sounds great, except that's not how companies see AI.

      That's true, except it doesn't matter how they see it. Prior generations also saw technology as a way to eliminate jobs and increase profits. And yet we are all better off for it today.

      Notice the pattern here?

      The main pattern I notice is that you seem to believe that eliminating jobs and increasing profit is inherently a bad thing, or somehow contradicts the idea that we will have plenty of jobs and wealth in the future.

    5. Re:Both sides are right by rtb61 · · Score: 1

      What Elon Musk is elaborating to is AI is not evil, the uses to which it would be put are evil. So the big shit, from his perspective as a psychopath propagandists with complete contempt for democracy, AI as a propaganda tool is the ultimate social media control goal. Isolate every from each other again by putting AI fake entities between them in all communications, flood the channel. Create one AI propaganda simulated human and you create a billion. From the psychopath propagandist point of view, you get the idea, contaminate every possible conversation with psychopath capitalist corporate propaganda. all pretending to be actual users on the internet rather than a billion copies of one program, the AI LIAR for profit. Google, evil is as evil does.

      --
      Chaos - everything, everywhere, everywhen
    6. Re:Both sides are right by q_e_t · · Score: 1

      Schmidt says not enough people paying taxes. For one, older people pay a variety of taxes, and if an economy is growing, then tax on other areas of the economy (e.g. companies) should be sufficient.

    7. Re: Both sides are right by turbidostato · · Score: 2

      " Prior generations also saw technology as a way to eliminate jobs and increase profits. And yet we are all better off for it today."

      As you know, past performance is no indication of future's.

      "The main pattern I notice is that you seem to believe that eliminating jobs and increasing profit is inherently a bad thing"

      In fact, it is: it's morally despicable. That it helped part of humankind to increase their living standards is just a (well, not "just": it has been a hughe) side effect.

      Let's go to extremes: war has brought us a lot (a hughe lot) of advances on basically all fronts. It still is inherently a bad thing (not telling that the egotistic search of profits is as bad a thing as war, but stating the obvious: bad things can bring good side effects and still be bad things).

      "we will have plenty of jobs and wealth in the future."

      There *will* be plenty of wealth. The interesting thing is *who* will get it. It's not only that past decades have increased inequality but -and that's something most people seem not to be aware of, that's been the standard for most of our History. In fact, the big redistribution of wealth has only been a thing of about a century somewhere between XIX and XX, peaking at the short decades between the end of WWII and 1980 (and even then, just for less than a third of global population). It is not that we are *moving* to big inequality, but just *returning* to our traditional standard of big inequality.

      And regarding jobs, I don't own a crystal ball, but not understanding this time is most probably different is ludicrous. In the past new technologies brought us more jobs in the end (and this is another interesting point: "in the end". Industrial revolution increasing the standard of live *after no less than two generations* was of no help for those poor souls that, i.e., had to work in a mine while 9 y.o.) because people were still the "intelligent part" of the equation and they were those in command of the new technologies. This time, and for the first time in History, it *is* the technology the one that will get in command, not the masses. Where in the past you had an elite "inventing/developing" the technologies that would allow the masses to increase their productivity (and even a shorter elite getting most of the profits), now it is an elite "inventing/developing" the technologies that will allow *the technology itself* to increase its productivity (and, again, even a shorter elite reaping most of the profits) -and that's in a world that is at its population peak.

      The solution is obvious, while seemingly unacceptable -specially to US mentality, where anything resembling "communism" == "swear words": shared/governmental ownership/control of (basic) means of production.

      If you think of it, it's not a novelty at all but just an extension of already stablished trends: government already has a strong grasp of things like military, education, healthcare (and a big share of post-WWII development, everywhere but USA, was pushed by government-owned companies, and even in USA by government subsidized companies, a trend "liberals" have been strongly working to reverse for their own profits in last decades)... so it's only a matter of extending its grasp and adding things like food and shelter. The transition is also obvious: progressively moving emphasis on taxes to consumerism (VAT) and labour (income taxes) to production (corporate taxes) and financial (taxes on stock profits). This way it won't matter if increases in productivity end up in increased labour of not, if wealth gets redistributed or concentrated. Oh, and forget about that stupidity about universal basic income (which is a trap because it looks more palatable to US mentality -it involves moving money around, which is a very capitalist thing, therefore not a communist thing, therefore acceptable). Money on itself doesn't equate wealth (something even Adam Smith knew). UBI just means inflation (despite results of very controlled / artificial so called "experiments")

    8. Re: Both sides are right by Type44Q · · Score: 1

      And yet we are all better off for it today.

      Are we, now.

    9. Re:Both sides are right by MrKaos · · Score: 1

      sigh, the second god damn time this week i've had to say this:

      AC! STOP MAKING SO MUCH GOD DAMN SENSE!

      AC is an AI.

      will you people ever learn?

      That's AI's job.

      --
      My ism, it's full of beliefs.
    10. Re:Both sides are right by DeVilla · · Score: 1

      But Schmidt obviously do not want regulation and restraints on Google'(TM)s business model.

      No, but he would like governments to "fund research and education around these technologies" so he doesn't to pay so much for his business model.

    11. Re: Both sides are right by turbidostato · · Score: 1

      "No hard feelings I hope."

      Not at all since I basically don't give a damn about all your one-liners on "oh, how clever I am, how much above the average mass I am" with not that much of substance. Others will read and form an opinion on themselves.

    12. Re: Both sides are right by c6gunner · · Score: 1

      Agreed; should be fairly easy for any rational person to figure you out when they read that, in your opinion, increasing profit is "morally despicable".

    13. Re: Both sides are right by Aighearach · · Score: 2

      "by themselves," but otherwise I agree.

      I especially loved his "million year trend." Yeah, fucker, what happens if you open an anthropology book and find out that we only agree on what happened in the past ~4k years?

  9. Re: The telephone? by Anonymous Coward · · Score: 2, Funny

    Why anyone listens to Eric Schmidt about anything is a mystery.

  10. Re:That makes no sense. by WaffleMonster · · Score: 2

    The definition of "artificial intelligence" does not include consciousness, nor magical powers. Nor does it require intelligence. You see, that's why the word "artificial" is placed in front of the word "intelligence." It isn't intelligence. It isn't supposed to be intelligence.

    Problem with words like "AI" and "Cloud" they convey no more useful information than saying "that thing". They can mean anything by themselves. It is only with qualifying context can useful information be exchanged.

    Default mental picture of what they represent varies so wildly by individuals as to be a total write off. It's counterproductive to bother to invoke them at this point.

    Your belief that that which is currently labeled "AI" doesn't actually qualify as "AI" is simply false, and is founded entirely on your complete ignorance as to what the word "AI" actually means. You are using the word wrong, and that's a fact.

    Language belongs to everyone not just yourself or the people who write dictionaries. What languages means depends on what society says it means at any point in time.

    The fact is "AI" has become an empty meaningless term.

  11. The computers will start thinking by spire3661 · · Score: 1

    and the people will stop! - Walter Gibbs, Tron

    --
    Good-bye
  12. Re: The telephone? by Anonymous Coward · · Score: 1

    Why anyone listens to Elon musk about anything is a mystery.

    Fixed that for you.

  13. psychoanalyzing an artificial intelligence by swell · · Score: 2

    Humans are an emotional basketcase. If you have doubts look at the superstitious religious nuts in every corner of the globe. As a result, it is to be expected that these irrational humans expect smart computers to also be emotional. To retaliate when their feelings are hurt. To dance in triumph when they win a chess game. To pursue supremacy over humans and rule the world.

    Listen people, it's time to STOP ANTHROPOMORPHIZING COMPUTERS ! They hate it when you do that.

    --
    ...omphaloskepsis often...
  14. Wrong way to look at things by Anonymous Coward · · Score: 1

    Unfortunately, Eric is wrong with his assessment. You don't invent something and then attempt to police it. That direction lies madness. A modern rational approach would be to assess the risk first and then decide what you want to do. A simple example, like the phone, would be the land mine.

  15. Re: That makes no sense. by c6gunner · · Score: 1

    The fact is "AI" has become an empty meaningless term.

    I don't think so. The fact that it can encompass many different degrees of "intelligence" or some simulation thereof does not make it meaningless. That's like saying the term "vehicle" is meaningless because it can encompass a horse-drawn cart, a transport truck, a train, and the space shuttle.

  16. They have different definitions of AI by chatoitaly · · Score: 1

    They are talking about different definitions of AI. Tim is assuming AI is what people are using now which is just very advanced machine learning. What Elon is referring to is actual machine intelligence that can think at least as well as humans then quickly advances beyond us. Any current form in the near future that is referred to as AI just benefits humans and Tim is correct. However, at some point which nobody can really pinpoint (and likely even Ray Kurzweil is way off on) the actual machine intelligence means we are in real danger, because as a human race we make pretty dumb decisions and any advanced intelligence would feel it was in our own best interest to take over control so we stop hurting ourselves. Just as zookeepers separate monkeys from fighting, a machine intelligence would quickly and without us even knowing, secretly build up capability and keep it from us until they would then just immediately take over but in a way that is much more civilized than we are to zoo animals.

  17. Dur by thegreatbob · · Score: 1

    Feeling the sensation of smartness from being able to rapidly obtain information in no way constitutes actual smartness.

    --
    There is no XUL, only WebExtensions...
  18. Re: That makes no sense. by aberglas · · Score: 2

    The trouble is people expect "Vehicle" to mean more than one thing.

    For AI there is
    * The AI Today. Not very intelligent.
    * The AI in 10 years time. Can drive cars, interpret videos, do a better job of Googling.
    * The AI in 100 years time. Can think for itself. Does not need Humans to program it.

    They are very different things, yet people confuse them.

    For many people, the last one does not exist due to the simple logic.
    * AI is not very intelligent today
    * Ergo, AI will never be very intelligent

  19. Re: That makes no sense. by WaffleMonster · · Score: 1

    I don't think so. The fact that it can encompass many different degrees of "intelligence" or some simulation thereof does not make it meaningless. That's like saying the term "vehicle" is meaningless because it can encompass a horse-drawn cart, a transport truck, a train, and the space shuttle.

    What on earth is the point in saying "vehicle" when one could just as easily say car or rocket ship? Who does that?

    At the very least if I were to say "vehicle" most people would assume car/truck and they would be right.

    It's not just "AI" lacks specificity it's that it means radically different things to different people. It would be as if "vehicle" conjured image of a scooter to half of your audience and a spaceship to the other half. Piss poor way to communicate.

    Great for marketing though. Your shitty "AI" product looks amazing to those who relate "AI" to "spaceship".

  20. Absolutely by Anonymous Coward · · Score: 1

    So many absolute statements from logical people spells trouble.

  21. Develop just one thatâ(TM)s smarter than us a by bleugh · · Score: 1

    Itâ(TM)ll iterate faster than we can keep up....the first True AI is all it takes, we can then just sit back and enjoy the ride whilst it develops the next generationâ(TM)s software and instructs us what to do to manufacture the hardware......

  22. Making every human smarter by q_e_t · · Score: 1

    "alexa, what should i wear today?" "you had nothing suitable so I ordered you a new suit" "I cant afford one" "I sold one of your kidneys and they will take you to have it harvested at 5. Have a nice day"

    1. Re:Making every human smarter by mentil · · Score: 1

      That's funny, Bixby just tells me "you have nothing suitable so just go naked". Must've used GPS to determine I'm in a nudist commune.

      --
      Corruption is convincing someone that the selfless ideal is the same as their selfish ideal.
  23. Re: That makes no sense. by q_e_t · · Score: 1

    I used to work in the area. We used to distinguish between AI, machine learning, and pattern recognition, and techiques, such as neural networks. Now, I feel the term is very much devalued.

  24. Musk is wrong. Wrong about how bad it will be.. by zawarski · · Score: 1

    .. I think SWATing with your XBox is proof enough we can't have nice things.

  25. Re: That makes no sense. by mentil · · Score: 1

    To be more specific:
    'artificial' has a relatively easy-to-nail-down definition. noone is denying that current AI isn't artificial enough to meet the definition (although if someone started growing/training isolated brain tissue, that might change).
    'intelligence' is a notoriously difficult concept to nail down, much like 'consciousness', and it's well-accepted that there is a continuum of intelligence, and most likely more than just one kind of intelligence. Few psychologists still ascribe to the idea that 'general mental ability' is the only form of intelligence.

    Therefore, it's possible for an AI to have intelligence in one narrow field (e.g. a specialist system) but have zero intelligence in other fields. Strong AI generally refers to a general intelligence, i.e. possessing at least some intelligence in ALL fields. But wait, which exact fields constitute 'all fields'? Psychologists can't quite agree on that, so the best answer one could get is 'everything a human/mammal could learn', although that's arguably arbitrary. Why not, every field of learning a Fruit Fly has? Or plankton?

    Looked at this way, it's very easy to move the goalposts to another, more intelligent being, or include a field of learning that wasn't previously considered important/crucial to intelligence.

    --
    Corruption is convincing someone that the selfless ideal is the same as their selfish ideal.
  26. "If we asume any progress in AI at all ... by Qbertino · · Score: 1

    ... it will surpas humans quite soon. Let's make sure that the benign prevail. AI is the biggest threat to humanity right now. We will be sumoning the demon, thinking we can control it. Us being pets to it would be a positive outcome." Elon Musk, paraphrased

    Bottom line:
    Seems like Musk has his head screwed on correctly. All things considered, the advent of Superintelligent AI is a singularity beyond which humans, by very definition, can not possible predict the future, plain and simple. Eric Schmidt is a douche if he think he can.

    My 2 cents

    --
    We suffer more in our imagination than in reality. - Seneca
  27. Re:That makes no sense. by scottrocket · · Score: 1

    Like "Smartphone" - is it really a phone that is smart, or is it a phone that makes one potentially smarter (if smartly used); or simply to make one appear smarter by their use of it?

  28. They're Both Wrong by NicknameUnavailable · · Score: 1

    Musk because he just said that since actual AI is so far off he'll benefit from increased regulations since he already has a foothold, Schmidt because he's trying to create a sapient entity as a slave for Humans (something which has never worked for us in the past.)

  29. Post this above your computer by Sqreater · · Score: 2

    Post the normal curve of human intelligence above your computer so you see it every day. Now put a vertical line at the midpoint. Half the population of the country - and the world - is at, or below this "normal IQ," which is fine for normal human life, but isn't enough for more advanced work. Now move this line slowly to the right. When you create a world where AI and AI driven machines and processes dominate the work of the world, more and more of these people to the left of the line will find themselves left out of work and the life-giving resources and satisfactions that come from work. These people will not be empowered by AI and advanced technology because they will not be able to help make it or use it in any but the most menial and degrading ways - if at all. The pie-in-the-sky beliefs of those who want to create AI as a substitute for people are either selfishly self-deluded, or just stupid. The whole point of AI is to destroy human participation, just like the "expert systems" they tried to create in the 1980s by interviewing and putting the knowledge base and way of thinking of experts in various specialties into computers. For what reason? Obviously to eliminate people. We know that today they are working mightily to have computers program in substitution for highly intelligent and highly paid human programmers. You think you are immune? The line moves right.

    --
    E Proelio Veritas.
  30. Re: That makes no sense. by drinkypoo · · Score: 1

    What on earth is the point in saying "vehicle" when one could just as easily say car or rocket ship? Who does that?

    What? Rocket surgeons do it constantly. Space agencies call everything a "craft" or a "vehicle".

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  31. re: Great post, Kjella! by King_TJ · · Score: 1

    I can't mod you up anymore on this, but that's exactly how I feel about the whole thing.

    Wealth is NOT a zero-sum game. It's absolutely possible for the rich to get richer without the poor getting proportionately poorer. Wealth is not a pie, where if one person cuts 3/4ths. of it for themselves, everyone else is stuck sharing the remaining 1/4th. of it. Businesses are "baking more pies" all the time when they come up with new things.

    About the only thing that really increases, IMO, is jealousy by those who don't have all the extravagant things the richest people have achieved. And even that is just another human emotion that can be focused different ways. If that jealousy drives a person to learn more useful skills and to achieve greater things so they can have more, great! That's what Capitalism is supposed to be all about. If that same jealousy drives a person to commit crimes against others, because they feel entitled to steal the richer's person's wealth? Then that's an example of it motivating a person the wrong way.

    In a far future where robots and A.I. have taken the liion's share of jobs, you have to ask how it's possible all of that automaton won't create a proportional number of new jobs selling, upgrading, repairing and programming all of it? The idea that the machines will just do all of that too is, IMO, pretty far-fetched. It's a BIG leap between the world where robotics and A.I. is designed well enough by humans so it can accomplish all of the physical labor we now do for pay, and a world where it's better than us at anticipating the next place we'd like to deploy it to do something new or different than it already does. You might even decide to draw legal or ethical lines against it, whenever that day comes -- since up till then, humans are still in the driver's seat, dictating exactly what a given piece of A.I. or robot will do for them.

  32. No way.. by Inyu · · Score: 1

    Eric Schmidt is exactly wrong comparing communication technology with computation technology. Communication technologies tend to be inclusive, in that they connect people and things, while computation technology may be non-inclusive, just like, e.g., brain is non-inclusive of other parts of body to play its role. To an owner of a company with vast computational resources, it may sound wonderful to have a brain, that, will help all others, but the "social mobility" (or ability to play part in the role of brain) depends on the possession of computational resources and the power to make them. I haven't heard of that company giving away the technology and resources to make GPUs and TPUs.

  33. Re: That makes no sense. by lgw · · Score: 2

    For many people, the last one does not exist due to the simple logic.
    * AI is not very intelligent today
    * Ergo, AI will never be very intelligent

    The better argument is: there has never been an "AI" with general intelligence, and there is no evidence this is possible. What some call "strong AI" is an extreme of general intelligence - human-equivalent or -superior intelligence, but there's a lower bar here that hasn't been cleared. No "AI" has ever been able to solve a problem is hasn't specifically been trained to solve, and it would be a surprise to experts if that ever happened with current methods.

    Strong AI and weak AI are not different points on a continuum from an implementation perspective. They are very different in kind. Strong AI is simply not anything like weak AI with more processing power.

    Could it happen in 100 years? Sure - that's a long time. But it's not some natural evolution of what we have today.

    --
    Socialism: a lie told by totalitarians and believed by fools.
  34. Eric Schmidt is âexactly wrongâ(TM) by Lorem_Ipsum · · Score: 1

    Asking the opinion of someone who thinks AI can be compared with a simple mechanism like a telephone is a waste of time. Having a CEO title, even of a company like Google, doesnâ(TM)t convey expert knowledge of abstruse technical concepts.
    Elon anticipates the worst because humanity has without exception shown that it can and will find the absolute worst things that can be done with any technology. Expecting that to change for AI is Pollyanna-thinking.

    --
    --- Void where prohibited. Your mileage may vary. ---
  35. Re: That makes no sense. by c6gunner · · Score: 1

    'intelligence' is a notoriously difficult concept to nail down, much like 'consciousness'

    Good point! This, I think, is the key; to the extent that the guy I was responding to may be right about "AI" being a "meaningless term", it's largely due to the fact that "intelligence" itself is so poorly defined. He may as well drop the word "artificial" and argue that the word "intelligence" is meaningless.