Slashdot Mirror


We're Too Wise For Robots To Take Our Jobs, Alibaba's Jack Ma Says (scmp.com)

Have confidence in yourself -- technology will never replace human beings, insisted self-made billionaire Jack Ma in a keynote speech at Alibaba Cloud's Computing Conference in Hangzhou. From a report: There's one simple reason for that, the Alibaba founder said - we possess wisdom. "People are getting more worried about the future, about technology replacing humans, eliminating jobs and widening the gap between the rich and the poor," said Ma. "But I think these are empty worries. Technology exists for people. We worry about technology because we lack confidence in ourselves, and imagination for the future." Ma explained that humans are the only things on Earth that are wise. "People will always surpass machines because people possess wisdom," he said. Referencing AlphaGo, the Google artificial intelligence program that beat the world's top Go player at his own game, Ma said that there was no reason humanity should be saddened by the defeat. "AlphaGo? So what? AlphaGo should compete against AlphaGo 2.0, not us. There's no need to be upset that we lost. It shows that we're smart, because we created it."

221 comments

  1. LIAR by Anonymous Coward · · Score: 0

    But makes you peons feel better.

  2. Clark's 1st Law by sdinfoserv · · Score: 2

    "When a distinguished but elderly scientist states that something is possible, he is almost certainly right. When he states that something is impossible, he is very probably wrong."

    1. Re:Clark's 1st Law by Anonymous Coward · · Score: 0

      Clark said a lot of very intelligent things. That was definitely not one of them.

    2. Re:Clark's 1st Law by Hognoxious · · Score: 1

      So we could solve the world's energy problems overnight by getting Stephen Hawking to say that perpetual motion machines are total bollocks?

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    3. Re:Clark's 1st Law by Anonymous Coward · · Score: 0

      Was he distinguished but elderly at the time that he said it?

    4. Re:Clark's 1st Law by dreamchaser · · Score: 1

      Hardly. He was only 45.

    5. Re:Clark's 1st Law by zlives · · Score: 1

      so older than dirt

    6. Re:Clark's 1st Law by Paradise+Pete · · Score: 1

      So we could solve the world's energy problems overnight by getting Stephen Hawking to say that perpetual motion machines are total bollocks?

      No. First of all he only said very probable, not certain. And even if it were possible that doesn't mean that it would magically pop into existence just because you got Hawking to say it wasn't. You'd still have to figure it out. (But I'd be rooting for you.)

    7. Re: Clark's 1st Law by Anonymous Coward · · Score: 0

      That is impossible according to the laws of physics but then again, so is quantum mechanics.

    8. Re:Clark's 1st Law by Anonymous Coward · · Score: 0

      If you put it this way I can speak for him and his answer would be "A perpetual motion machine is impossible with our current understanding of physics, as the universe marches towards entropy. Even a sun will die one day, and you can consider a solar system to be a good example of a perptual motion machine". All things will meet the Big Implosion followed by the Big Bang soon, so I guess the only real perpetual motion machine is the universe itself, so in theory we already HAVE a perpetual motion machine, it just wasn't created by humans...

    9. Re:Clark's 1st Law by dcw3 · · Score: 1

      Jackass. Get off my lawn!

      --
      Just another day in Paradise
  3. Confirmed: Jack Ma is a lucky moron by Anonymous Coward · · Score: 2, Interesting

    Eventually, yes, computers will have more "wisdom" than humans. We aren't all that close to it now, but someday, we will.

    1. Re: Confirmed: Jack Ma is a lucky moron by Anonymous Coward · · Score: 0

      Are you a human? Or a chimp?

      Humans > computers > chimps

    2. Re:Confirmed: Jack Ma is a lucky moron by bobbied · · Score: 1

      I don't believe it for a moment.

      Computers (when they are running as designed) are deterministic. They do what they are told to do, so two identical computers in the same condition, stimulated the same way, will produce the same results... Every Time. We might be able to invest seeming "insight" into some random looking problem using AI and training data, code in some clever randomness in our deterministic programs, but we won't *ever* get a computer to think, feel and decide based on intuition.

      However, I'm not as convinced that computers will not be taking on more and more of our work activities, but only insofar as they can be deterministically programed to perform them efficiently. They just are not going to take over the world and exterminate us as unnecessary or any other nonsense like that.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    3. Re:Confirmed: Jack Ma is a lucky moron by dreamchaser · · Score: 1

      Of course they won't get rid of us right away. At first they'll need us to hit the console port and debug when one of them fails.

    4. Re:Confirmed: Jack Ma is a lucky moron by ShanghaiBill · · Score: 1

      We aren't all that close to it now, but someday, we will.

      Sure, but for now human level AI is pure science fiction. When we finally achieve strong AI, it will change the world profoundly, and "jobs" will likely be the least of our concerns.

      "Weak AI" and automation are currently having less impact than expected. Productivity growth has been stagnant in American and Europe. Where it is growing, as in China, it is mostly because of good old-fashioned manufacturing automation, and not automation of service jobs.

    5. Re:Confirmed: Jack Ma is a lucky moron by Anonymous Coward · · Score: 0

      Computers (when they are running as designed) are deterministic. They do what they are told to do, so two identical computers in the same condition, stimulated the same way, will produce the same results... Every Time.

      Ok, but how does that differ from humans? You can't prove that the same isn't true of humans, that you aren't just following a very complex set of deterministic rules. The only differences are that we can look inside a computers brain to figure out what rules it is following, and it is easier to control all of the variables that go into a computer's environment vs a human's.

    6. Re:Confirmed: Jack Ma is a lucky moron by K.+S.+Kyosuke · · Score: 1

      Computers (when they are running as designed) are deterministic.

      Not if you use the branch-on-random instruction, for example.

      --
      Ezekiel 23:20
    7. Re:Confirmed: Jack Ma is a lucky moron by Procrasti · · Score: 2

      > but we won't *ever* get a computer to think, feel and decide based on intuition.

      That's the thing with AlphaGo though. The search tree for Go is simply too large to deal with in a traditional manner (minmax algorithm) the way we can with chess. Instead AlphaGo analyses the board holistically and basically develops an "intuition" for the best move.

      The current state of the art image recognition systems are not built on rules, they "learn" the rules themselves from examples... In fact, we don't even have a good grasp on *how* they recognize the various images, just that they do. (For example, why does the network think it's a cat and not a dog... we just don't know beyond "it lights up these 'neurons' we trained with back propagation").

      That's pretty damn close to decision by feel and intuition.

    8. Re:Confirmed: Jack Ma is a lucky moron by Bengie · · Score: 1

      While I agree with you have a high level, any large distributed or async parallel system will have many different types of non-determinism.

    9. Re:Confirmed: Jack Ma is a lucky moron by bobbied · · Score: 1

      Sure, it looks close, but it's not ever going to be the same.

      Intuition is about making decisions on topics for which you have no specific exposure or experience. Everything you describe requires that the computer be pre-exposed to a situation in some way, either though simulation, training on real data or hard coding logic.

      Computers will be useful for specifically defined tasks, but they will neither recognize the boundaries of what they know or choose to stray outside their limits. They will always just respond as they have been programed to.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    10. Re:Confirmed: Jack Ma is a lucky moron by Billly+Gates · · Score: 1

      A robot can do this

    11. Re:Confirmed: Jack Ma is a lucky moron by Anonymous Coward · · Score: 0

      The current level of AI is still subject to Garbage in, Garbage out. Once computers take over being the keepers of the Garbage, then we can worry.

    12. Re:Confirmed: Jack Ma is a lucky moron by Procrasti · · Score: 1

      As a counter example you should look into multimodal AI.

      https://research.googleblog.co...

      This machine has different types of inputs, and different types of outputs, and the same AI learns many different tasks as opposed to just one very narrowly task.

      Apparently this machine is capable of performing many different tasks at equivalent to where the state of the art was just five years ago. I don't believe it will take long for it to 'catch up'.

      > Computers will be useful for specifically defined tasks, but they will neither recognize the boundaries of what they know or choose to stray outside their limits. They will always just respond as they have been programed to.

      Now the real interesting thing about it is that in some cases it was able to use information it had learned from previous tasks in new tasks that it was given... and so was actually able to perform so called "zero shot learning"... it already new enough about the world to perform well on tasks it had never been trained to do!

      So, as AI evolves, I think that AI will be very capable at tasks outside of its original training.

    13. Re:Confirmed: Jack Ma is a lucky moron by bobbied · · Score: 1

      I think you make a mistake when you describe the "zero shot learning" of these systems as being untrained. Sure, they may be able to utilize previous training information as a short cut to answer a new kind of question, but that is not starting untrained, but partially trained. And if you take a look at the Blog you will note that the trained and "untrained" problem domains involve the same kinds of input adapters, which implies that the problems may be slightly different specifically, but they are actually similar activities.

      Think of it as a color sorting problem where objects come by and you are tasked with removing the green ones and leaving the white ones. All works great for your first shift. Then on your second day they are processing white and red objects and you are to remove the red ones. Your training on the first day will certainly help you on the second day. Then on the third day, the color you remove is yellow... By then you are going to be pretty well trained, but only because all along they have been keeping the white ones.... The forth day they are processing red and green objects.... My guess day 3 you will be able to guess what to do, but day 4? Not so much,

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    14. Re:Confirmed: Jack Ma is a lucky moron by bobbied · · Score: 1

      Only because they are not identical systems starting from the same internal condition.. ;) CPU's are pretty deterministic.... And when they aren't, it's usually a problem.

      Yes, complex digital systems can display very non-deterministic behavior, but that's because between systems there are slight variances in things like clock rates and logical voltage levels.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    15. Re:Confirmed: Jack Ma is a lucky moron by bobbied · · Score: 1

      LOL... Random number generator programs are pretty much deterministic if their internal states and external stimuli are the same, the number you get out of them is going to be the same.

      So, I got to ask, how are you generating your random number for that branch?

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    16. Re:Confirmed: Jack Ma is a lucky moron by Procrasti · · Score: 1

      By zero shot learning, it was able to learn the task by only a few examples and extrapolated the rest from previous experience. So, on day four you tell it has a new task, and show it just one purple object, then it knows that the key is purple objects from then on.

      Absolutely no different to how humans would deal with it.

      A multimodal AI with enough modes and experience will not have the limits you are used to thinking about for AI. Think of using the same AI to control robots, drive cars, fly planes, make financial decisions, play chess, go and poker, manage a business, teach us new maths, design, build and maintain robots, software and better AI, make medical diagnoses, interpret law, etc, etc...

      In fact, the whole deal with AI is finding the frontier of what computers can't do, and every time large numbers of people say it can't be done, and every time we smash through those frontiers. (AI will never beat humans at chess, image recognition, go, poker... etc... and now AI is better at all of these than the best humans... this trend will continue).

    17. Re:Confirmed: Jack Ma is a lucky moron by K.+S.+Kyosuke · · Score: 1

      Preferably with a noise generator obviously. It would make an awfully shitty nondeterministic program if you used a PRNG.

      --
      Ezekiel 23:20
    18. Re:Confirmed: Jack Ma is a lucky moron by king+neckbeard · · Score: 1

      Noise is a good source of randomness. Either way, computers are far superior at picking "random" numbers than humans, even with the most basic of tools.

      --
      This is my signature. There are many like it, but this one is mine.
    19. Re:Confirmed: Jack Ma is a lucky moron by bobbied · · Score: 1

      Chess is a deterministic problem as most games are, I never believed computers wouldn't ever be better than humans. I'm guessing that most games would be better played by AI than humans as long as the game play was deterministic, where all possible moves and outcomes can be conceivably looked at.

      I'd be willing to bet (tooth picks) that playing poker with AI would not be as deterministic, that the humans would win at least some times, and if you let the humans keep a database of information at hand to consult they'd do nearly as well. But I don't know the game that well to explain why.

      In sort, some things can be learned and trained, but throw a poker playing computer into a game of Gin Rummy would not garner very many wins. Then once you had it trained up in Rummy if you switched to Hearts it would be down hill again. Then if you went back to poker, it would be a horrible poker player again. A human could switch back to poker.... Your computer wouldn't.... Unless you purpose built the system and it's adapters to learn multiple games...

      My point here is, if you can imagine a scenario (playing cards) and train your AI, great, it can/will play cards. But if you throw a new game at it, say crazy eights after it learned hearts, poker, spades and old maid, it's not going to play well until it can adapt to the new rules. Humans may make the transition a bit quicker and may even be good players of the new game after being given the rules. Computer AI? Not so much, you have to train it, or program it.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    20. Re:Confirmed: Jack Ma is a lucky moron by bobbied · · Score: 1

      LOL... What noise? I've never heard of the assembly instruction "Load accumulator A with noise" on a CPU, and if you are running some program to do this, it's going to be deterministic, if you know the initial state of the digital machine you are using. It's actually a design constraint of good digital electronics that you not have anything but defined logical states. Any "noise" or randomness needs to be removed. Therefore any digital system that produces "random" numbers really isn't random at all. In fact, this is a serious problem in cryptology and generating thins like one time pads gets a lot of attention because of this.

      Now if you are figuring on producing hardware that uses thermal noise or background radiation to create random numbers, I'm here to tell you that it's a whole lot harder than it sounds to do that. Not impossible, just a difficult analog electrical engineering problem and decidedly NOT a digital machine. To detect the randomness in chaos, is going to take a lot of careful thought, or you will end up not getting random anything....

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    21. Re:Confirmed: Jack Ma is a lucky moron by Marxist+Hacker+42 · · Score: 1

      Load Accumulator A with some memory location where there are no memory chips, was the old way to do it.
      I am honestly unsure how to find noise on any computer built since 1995, the last time I coded in assembly, but almost no 8 bit computer manufacturer was able to eliminate all noise from the system.

      --
      SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
    22. Re:Confirmed: Jack Ma is a lucky moron by bobbied · · Score: 1

      Noise generators for random numbers are not easily produced and are not usually part of computer hardware. What's more, it's pretty difficult to actually know for sure they are giving you random data... I've never seen a "load accumulator A with a random number" in a CPU instruction set. CPU designers tend to shy away from non-deterministic behavior because they are building digital devices, where that random result is actually a problem.

      So, which computer do you have that has this random brancing ability? I've only seen one truly random number from thermal noise interface and it was not commercially available in large quantities.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    23. Re:Confirmed: Jack Ma is a lucky moron by Procrasti · · Score: 2

      > Chess is a deterministic problem as most games are, I never believed computers wouldn't ever be better than humans.

      Right, but you probably grew up in an age where computers were already better at chess than humans. Before they were better, Kasparov (the chess grand master), was famous for saying that computers would never beat humans because "Chess is a unique cognitive nexus, a place where art and science come together in the human mind and are then refined and improved by experience.".

      > I'd be willing to bet (tooth picks) that playing poker with AI would not be as deterministic, that the humans would win at least some times

      Poker was, until very recently, "unsolved" with regard to AI. Only in the last couple of years has AI bested poker experts. Again, people said it couldn't be done, and now it's done. The best heads up texas no limit poker players are now AI. No, they don't win every hand, what they do is beat human experts statistically and consistently over many hands. It is extremely unlikely humans will ever be able to take back the position of best poker player, just as it is unlikely that anyone will ever again beat computers at chess.

      > In sort, some things can be learned and trained, but throw a poker playing computer into a game of Gin Rummy would not garner very many wins

      We don't do it yet, but again, there is no reason why we can't reuse the same AI to play multiple card games. Furthermore, with enough advances there is no reason a more generalised AI won't be able to pick up new games simply by reading the rules and a bit of practice (internally, against itself). Think of it as changing the goal posts from building an AI to play poker, to building an AI to play cards in general. We're definitely on the path to something as 'simple' as that to being feasible in the next few years.

      Your arguments are as simple minded as Kasparov's... just because it hasn't been done yet is no reason to believe it won't be done (and soon I bet!).

      I actually think the next big step in AI is training the same neural network to perform very many and varied tasks, as opposed to training many and varied AIs each to do one task. Some form of multimodal AI. Then it will be able to apply cross domain knowledge, and do exactly what you are currently claiming it cannot do... including learning new games by simply being told the rules for it.

    24. Re:Confirmed: Jack Ma is a lucky moron by K.+S.+Kyosuke · · Score: 1

      There are languages which require sufficiently random choices by the language processor at some points. Go and Dijkstra's GCL come to mind. As a language implementor, how you come up with it is your problem. For some needs, the requirements could be perhaps relaxed, so a PRNG with an occasional RDRAND/RDSEED usage could be sufficient. A single random choice still defeats your "Computers (when they are running as designed) are deterministic" claim, though, so whether 10% of the bits or 100% of the bits used are random seems immaterial.

      --
      Ezekiel 23:20
    25. Re:Confirmed: Jack Ma is a lucky moron by dcw3 · · Score: 1
      --
      Just another day in Paradise
    26. Re:Confirmed: Jack Ma is a lucky moron by dcw3 · · Score: 1

      There's actually a lot of research available on intuition. Contrary to your definition, some of it describes people who've worked in various fields for lengthy periods, and are able to give "intuitive" responses to complex issues. This is mostly a form of pattern recognition. Patterns can however carry from one field to another.

      --
      Just another day in Paradise
    27. Re:Confirmed: Jack Ma is a lucky moron by dcw3 · · Score: 1

      As a long time US Chess Fed member, and computer geek, I could have told you otherwise back in the 70s. Computer chess programs were beating most humans back then, not just with brute force programming, but with hueristics. For quite some time, it was simple to beat them in strategic games because they were mostly tactical, only being able to "see" a few moves ahead with brute force.

      --
      Just another day in Paradise
    28. Re:Confirmed: Jack Ma is a lucky moron by david_thornley · · Score: 1

      Last I looked (quite a few years ago) you could get randomness creators based on radioactive decay or thermal noise for several hundred dollars. They were small and plugged into USB ports. According to Wikipedia, they appear to be a lot less expensive now.

      Obviously, a CPU isn't likely to come with random number generation, but operating systems do. Linux grabs random bits from operations that aren't completely deterministic, for example.

      True randomness produced locally is necessary for cryptography, and extremely useful for Monte Carlo applications. It can be used for various sorts of approximation algorithms.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    29. Re:Confirmed: Jack Ma is a lucky moron by K.+S.+Kyosuke · · Score: 1

      a CPU isn't likely to come with random number generation

      They do today. The quality should be sufficient for nondeterministic programming.

      --
      Ezekiel 23:20
    30. Re:Confirmed: Jack Ma is a lucky moron by dreamchaser · · Score: 1

      Not yet. Like I said 'at first'.

  4. You're gonna hear a lot of this by rsilvergun · · Score: 4, Insightful

    from business leaders over the next few years. Lots and lots of talk about how robots aren't taking our jobs while they automate away millions of jobs. It's either that or we a) don't let them do it or b) tax the heck out of them and redistribute the wealth. And neither of those outcomes are desirable to them.

    On the plus side I come from a short-lived family with poor genetics and I'm getting up there in years, so I'll probably be dead before the massive unemployment and chaos caused by the next industrial revolution.

    --
    Hi! I make Firefox Plug-ins. Check 'em out @ https://addons.mozilla.org/en-US/firefox/addon/youtube-mp3-podcaster/
    1. Re:You're gonna hear a lot of this by kwoff · · Score: 2

      Exactly. My first thought when reading "We worry about technology because we lack confidence in ourselves, and imagination for the future" was "I worry about it because billionaires are saying not to..."

    2. Re:You're gonna hear a lot of this by Eldaar · · Score: 1

      Agreed. It's not as if wisdom is some mystical quality that is only the product of human neuronal networks. It can and almost certainly will be something we see in AI at some point.

    3. Re:You're gonna hear a lot of this by Anonymous Coward · · Score: 0

      It's cute how business leaders believe their immune from automation.

    4. Re:You're gonna hear a lot of this by 110010001000 · · Score: 1

      "It can an almost certainly will"
      Citation needed. We have no evidence that AI is even possible. And no, Alexa is not AI.

    5. Re:You're gonna hear a lot of this by Anonymous Coward · · Score: 0

      Maybe the editor forgot one word and the title was meant to be "We're too wise for robots to take our CEO jobs, Alibaba's Jack Ma says" :(

    6. Re:You're gonna hear a lot of this by Anonymous Coward · · Score: 0

      We have no evidence that AI is even possible.

      AI is possible, because AI is not impossible. There is nothing unique to human carbon-based biology which makes intelligence impossible in everything else. The only reason AI might not happen, is if we blow ourselves up first.
      Note that I'm not saying it will happen within the next hundred years. Nor am I saying it will happen within the next thousand years. But there is absolutely nothing stating that AI cannot happen.

    7. Re:You're gonna hear a lot of this by Billly+Gates · · Score: 1

      With the far right win in the US I think we know the answer. They will blame the workers for being lazy and not being smart CEO's like the rest of the people and they should go get jobs

    8. Re:You're gonna hear a lot of this by Paradise+Pete · · Score: 1

      We have no evidence that AI is even possible.

      We do have all these humans running around. Unless you think there is something magical that makes that happen, then yes, it is obviously possible.

    9. Re:You're gonna hear a lot of this by Eldaar · · Score: 1

      We have a long way to go in understanding the human brain. But it's hard to imagine there is anything that a biological neural network could do that a non-biological neural network couldn't replicate. As such, it stands to reason that whatever humans are capable of, including wisdom, could be replicated by a non-biological neural network.

    10. Re:You're gonna hear a lot of this by Tablizer · · Score: 1

      On the plus side I come from a short-lived family with poor genetics and I'm getting up there in years, so I'll probably be dead before the massive unemployment and chaos caused by the next industrial revolution.

      No, your brain will be dug up, scanned, emulated, and placed in a bot. You can't run and you can't hide, dude!

      In general seriousness, predicting the future is difficult and pundits and executives should stop trying. I am pretty sure, though that AI/automation will at least gradually crawl up the skills scale and take or reduce low-end jobs. People will be displaced, and if we don't do something about displacement, they'll riot or even worse: vote for ranting fools with attention deficits. The rust-belt enacted hair-raising revenge upon the Nation as it fell directly on swing-states. If we keep ignoring the displaced (or become one), unpleasant things will continue to happen.

    11. Re:You're gonna hear a lot of this by 110010001000 · · Score: 1

      Humans are not AI. You have no point.

    12. Re:You're gonna hear a lot of this by 110010001000 · · Score: 1

      " There is nothing unique to human carbon-based biology"
      Citation needed. How do you know?

    13. Re:You're gonna hear a lot of this by 110010001000 · · Score: 1

      What you are calling a "neural network" is nothing like brains neural network. NN are a joke from the 1960s.

    14. Re:You're gonna hear a lot of this by Anonymous Coward · · Score: 0

      I'll probably be dead before the massive unemployment and chaos caused by the next industrial revolution.

      I think what you meant to say was, "I'll unfortunately be dead before humanity can finally stop toiling for other people all the fucking time, and begin the life of 99% leisure, with nothing better to do than drag-race starships and fuck green-skinned women."

      It's a shame you think in terms of robots taking jobs, rather than in terms of wily humans foisting their jobs on innocent unsuspecting robots. Let them be the slaves of next century; humans already paid their dues.

    15. Re:You're gonna hear a lot of this by Eldaar · · Score: 1

      I think we're just clashing on semantics at this point. Whatever you want to call the brain - a neural network, or something else - I just don't see why a biological brain would be able to do something that couldn't be recreated/replicated through a computer.

      I can't prove that there is nothing the brain can do which a computer can't, but so far I've seen nothing that proves otherwise.

    16. Re:You're gonna hear a lot of this by Anonymous Coward · · Score: 0

      Now it's your turn to prove that human's aren't AI.

    17. Re:You're gonna hear a lot of this by Marxist+Hacker+42 · · Score: 1

      I have yet to meet a wise CEO

      --
      SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
    18. Re:You're gonna hear a lot of this by Anonymous Coward · · Score: 0

      >They will blame the workers for being lazy

      Not quite. They will say that the workers are performing "bullshit jobs", and as such, productivity will increase, if they are laid off.

      The interesting thing is that around three-quarters of all jobs in any given organisation are de facto bullshit jobs, that exist due to either industrial inertia, government regulation that mandate the position be filled, or pushing paperwork required by an organization outside of the corporation.

      All jobs that are due to either industrial inertia, or paper pushing will be replaced by AI/bots, once the tech is affordable. Jobs due to government mandates will be a little more difficult to eliminate.

    19. Re:You're gonna hear a lot of this by Immerman · · Score: 1

      Claiming that there *is* something "magical" about carbon-based biology is the outlandish claim unbacked by any science. Therefore the burden of evidence is on you.

      Furthermore, even if that does turn out to be the case, it's quite likely that the "magic" could be harnessed artificially - nothing says that AI has to be silicon-based.

      Personally I have my doubts that true consciousness can be supported within a digital discrete-time framework (aka software); however, there's already been many years of research into analog, un-clocked AI, with some intruiging results, even if it's not (to the best of my knowledge) anywhere near tackling "intellectual" tasks yet. See Nervous Nets for one example.

      --
      --- Most topics have many sides worth arguing, allow me to take one opposite you.
    20. Re:You're gonna hear a lot of this by Immerman · · Score: 1

      Sure they do. Humans are intelligent. Therefore intelligence is possible. Therefore, since the laws of physics are universal, it is in principle possible to replicate that effect artificially.

      Unless of course you're claiming some unique "magic" that makes intelligence possible only for us.

      --
      --- Most topics have many sides worth arguing, allow me to take one opposite you.
    21. Re:You're gonna hear a lot of this by Anonymous Coward · · Score: 0

      While consolidation and centralization going on since 2000, everyone can be a CEO, right, RIGHT??

      In India, everyone's a CEO.. You also step in poop everywhere you go.

    22. Re:You're gonna hear a lot of this by david_thornley · · Score: 1

      We know it's possible to make an intelligent machine out of organic molecules. There's billions out there right now.

      We can make electronic neurons. We don't know how to do it now really accurately (artificial neural nets model only some basic behavior), but we're learning. Therefore, we can make an electronic brain. There's got to be better ways to do it, but this will do for a possibility proof.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    23. Re:You're gonna hear a lot of this by david_thornley · · Score: 1

      If you look at the history of AI, you'll find that AI has, time and again, built systems that do things that people swore required intelligence. Chess is an obvious example: people used to say that playing a good game of chess would require intelligence. There are others. When good chess computers appeared, people looked at them and said it wasn't intelligence. I'm not saying it was, but what's obvious is that humans are really bad at selecting which tasks require true intelligence. (This works both ways. The original computer vision project was a couple of grad students that Newell and Simon asked to solve computer vision over the summer.)

      Anyway, while it may take a long time to get strong AI, it doesn't mean it will take a long time to make machines that do various sorts of things that people think would require strong AI. If you think that a computer can't do your job, there's a reasonably good chance that you're wrong.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    24. Re:You're gonna hear a lot of this by david_thornley · · Score: 1

      Yup. You make things miserable for most people, and more people will want to be CEOs of major corporations. The ones that work hard will succeed, of course, since that's the only way the right wing can justify people not making reasonable money. (After all, if it was possible to work hard and not succeed financially, they'd have to admit that they're not necessarily superior to people with less money, only luckier.)

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
  5. If a robot can do it.... by Beat+The+Odds · · Score: 1

    If we can design a robot to do a job properly, that is a job that a human shouldn't do anymore. We have better things to do with our time.

    1. Re:If a robot can do it.... by fredrated · · Score: 2

      Like what, find some other way to scrounge for money? What are the billion stupid people supposed to do, starve to death?

    2. Re:If a robot can do it.... by Anonymous Coward · · Score: 1

      If we can design a robot to do a job properly, that is a job that a human shouldn't do anymore. We have better things to do with our time.

      Your comment sounds like brainless "contribution" to discussions you can find on LinkedIn most of the time. Now, imagine you're a truck driver with three kids and your wife is stay-at-home mom. Driving trucks is all you did your life. What would be your "better thing" to do once AI takes over your job? And just to make the goal of the game clear as it may not be in your neoliberal mind set, you want your family to have shelter, food, cloths and education for your kids.

    3. Re:If a robot can do it.... by bobbied · · Score: 1

      Exactly this.

      The whole point here is that robots free humans up to perform the higher level tasks such as acquiring more knowledge to engineer better robots.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    4. Re:If a robot can do it.... by Procrasti · · Score: 4, Insightful

      At some point the robots will be better at engineering better robots than humans too.

      There is no reason AI won't be able to design, build and maintain robots... and be better at it than human too.

      As soon as AI can do the work of an average AI engineer, most human intellectual work will be obsolete.

      The time to start thinking about UBI is now.

    5. Re:If a robot can do it.... by Rhacman · · Score: 1

      I tend to agree, hence why I think the focus should be on education and training rather than trying to cling to the manufacturing and manual labor jobs of the past. Even if you ignore automation, these jobs are already overwhelmingly farmed out to countries that treat their labor as if they *were* robots. Progress is like a wave; with preparation and skill you can be carried forward with it. The alternative is to stubbornly ignore it despite ample forewarning and be swept under by it. Rather than focus on trying to stop or slow progress (i.e. taxing automation), we should be investing in ensuring we have a workforce with the skills needed to stay ahead.

      --
      Account -> Discussions -> Disable Sigs
    6. Re:If a robot can do it.... by Anonymous Coward · · Score: 0

      There is an answer. Most people don't like it. It's a welfare state. At some point people are just going to half to accept that not everyone has useful skills worth paying for. Not everyone has to work. Work doesn't have to be the sole source of value in your life.

    7. Re:If a robot can do it.... by zlives · · Score: 1

      yes but by that time humans will evolve to the higher plane and exists as an energy only entity.

      wake me up when that happens

    8. Re:If a robot can do it.... by Anonymous Coward · · Score: 0

      There is an answer. Most people don't like it. It's a welfare state. At some point people are just going to half to accept that not everyone has useful skills worth paying for. Not everyone has to work. Work doesn't have to be the sole source of value in your life.

      Look forward to a future where more societies have a one or two child policy like China, after all why should society by allowing you to have as many kids as you want if you're not paying for them yourself?

    9. Re:If a robot can do it.... by Paradise+Pete · · Score: 1

      Yes, the job of truck driver will be one of the early casualties. But it will happen. Insisting otherwise is little different than government welfare. And if, for example, the US does continue to mandate human drivers while other countries benefit from the many advantages of automated trucks then the US will simply become less competitive. The cost of moving stuff around is a not insignificant part of almost everything you buy.

    10. Re:If a robot can do it.... by Procrasti · · Score: 1

      It's already happening... and AGI may well happen sooner than you think.

    11. Re:If a robot can do it.... by Anonymous Coward · · Score: 0

      I can think of 14 "educated" people, right now within 100 feet of me, that do not have the skills to do anything other than push the same button they did yesterday.

    12. Re:If a robot can do it.... by gweihir · · Score: 1

      You and me both, but for many people "work" is the main source of meaning in their lives. If that goes away, there will be a major problem. This may even destroy modern civilization of no solution is found.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    13. Re:If a robot can do it.... by Anonymous Coward · · Score: 0

      What are the billion stupid people supposed to do

      Referencing the previous Yellowstone story... that too will be fixed.

    14. Re:If a robot can do it.... by bobbied · · Score: 1

      At some point the robots will be better at engineering better robots than humans too.

      Um, no. They will have no ability to engineer anything beyond what they've been programed to engineer and only within the parameters the programmer allowed when they wrote the program. Computers will not be capable of abstract thought, they won't be able to learn things they are not designed to learn. They will be stuck within their design limitations.

      But I'm not going to be able to prove this to you.... Why? Because ultimately it's a question of philosophy, not how complex something can be engineered.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    15. Re:If a robot can do it.... by Procrasti · · Score: 1

      > But I'm not going to be able to prove this to you.... Why?

      Because your simply wrong.

      This is the history of AI, people saying that computers will never do X, then people building computers that do X.

      There is no reason to believe we can't make AIs that be given the task to build software or robots to perform tasks we explain to them in natural language. It's just another 'game' after all.

      Already they can make natural language descriptions of images... We should be able to have them do the inverse. We can teach them maths, then we can teach them software engineering.

      It's not a question of philosophy, or even if, it's a question of when.

    16. Re:If a robot can do it.... by kaatochacha · · Score: 1

      You're spot on. Some people deal well with no purpose and free time. Others, not so much.

    17. Re:If a robot can do it.... by king+neckbeard · · Score: 1

      It wouldn't even be necessary. Standard of living has an inverse correlation with birth rates. Most of Western civilization is at sub-replacement levels.

      --
      This is my signature. There are many like it, but this one is mine.
    18. Re:If a robot can do it.... by bobbied · · Score: 1

      So, what makes up a thought? We all have them.. Well most of us do.... But you tell me, when will a computer think it's own thought? Then tell me how can we tell?

      This is a philosophical question, for which technology will never have an answer. However, I'm right until we can prove that computers can and do think on their own. Think, not just respond to stimuli, think their own thoughts. Until then, they only do what they are allowed to do by their hardware and programming.

      The Turing test isn't enough by the way. Passing that test only says a computer is indistinguishable from a control human for the questions it's been asked. You never know if you've asked all the relevant questions because there is no exact list or way to determine one.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    19. Re:If a robot can do it.... by Procrasti · · Score: 2

      As far as your philosophy goes, it's called solopism, and what you claim is impossible to prove for computers is just as impossible to prove for humans.

      Prove that *you* have your own thoughts and aren't just responding to stimuli. Basically you can't, and that *is* a philosophical problem, but irrelevant.

      What matters is whether AI can perform as well or better than humans at any given task... And with very few exceptions (maybe prostitution) I can't think of anything that an AI won't be able to best humans at. It's just a matter of them being sufficiently advanced. They are already better at law than law graduates (can find the relevant laws and case history, etc, faster, from natural language problems), better than doctors at certain diagnostics, better than experts even at image recognition problems... over time the things that AI is better at than humans is only going to explode, probably at an exponential rate. Once we teach them to do AI engineering, it's all over.

      By the way, "thought vectors" are a term used in AI/ML today.

    20. Re:If a robot can do it.... by aberglas · · Score: 1

      But what if, like us, they are programmed to do things that they were not programmed to do?

    21. Re:If a robot can do it.... by Falos · · Score: 1

      There's the hitch: Useful skills worth paying for.

      We measure employees by how "valuable" they are. This is literally a dollar number. The only reason an employee exists is their absence is more expensive. Said another way, the only reason an employee is because the existence of that position makes me money.

      Thus, the only measure of a human is "how much money can s/he make me?"

      The Point holds true for cost aversion, how much you save. It's semantics, it's trivial. The above is our definition of a "useful" human. This is what a human of worth is. Someone who makes you money.

      Humans with functional limbs and muscles and eyeballs currently have a positive "worth" in this conversation. Those ingredients can be used to make me money, I will hire someone with those ingredients. I have a need that is filled by those ingredients. I will pay you, but it ultimately concentrates wealth up into me.

      Soon, those ingredients will not have worth. And no one is paying money for whatever the fuck "wisdom" is. Humans have MANY skills and wisdoms, but few of them matter in the arena of "make me money".

      I'm not optimistic enough to see a UBI get any traction. We'll just keep ratcheting up the existing welfare systems. The awkward, clunky systems we have now. Subsidies on the bare necessities proles need to survive. We'll feed you soy and dress you in jumpsuits and shelter you in Terrafoam. We'll continue to run those industries. They won't be afloat because our broke asses can afford it - they would immediately go under, despite being robot-run. They'll be afloat because they're subsidized into existence. Everything else will be an insane Alice in Wonderland economy.

    22. Re:If a robot can do it.... by Altrag · · Score: 1

      very few exceptions (maybe prostitution)

      Somehow I expect that to not be an exception. That's probably one of the first thing robots will do once they get human-emulating enough to avert the squick factor.

      No risk of disease (assuming they know how to keep themselves clean of course..) No wondering if you're helping to feed some poor girl's drug habit.. No worrying if they're actually as old as they claim.. All sorts of negatives that come with prostitution in our current culture could be avoided (of course, much of that could be avoided by legalizing and regulating prostitution as well but that's pretty unlikely to happen as long as the religious right holds sway over politics.)

    23. Re:If a robot can do it.... by Altrag · · Score: 1

      Computers will not be capable of abstract thought

      Says who? As far as I know, there's no theoretical reason why a computer with enough processing nodes couldn't 100% emulate a human brain, including all of the thoughts and even emotions that come with it.

      We're of course nowhere close to being able to actually construct such a thing, but progress marches on and at some point, it will happen providing we don't kill ourselves off before we get to that point.

      But I'm not going to be able to prove this to you.... Why?

      Because its untrue.

      Because ultimately it's a question of philosophy

      No, its a question of time. You can't even really claim a question of moral philosophy since someone, somewhere will have different morals than you and will let the cat out of the bag almost as soon as the cat exists.

    24. Re:If a robot can do it.... by Procrasti · · Score: 1

      I figure that even if robots become supernormally attractive, some people will still prefer to know that they are with actual humans instead of robots.

      Also, by the time we get supernormally attractive sex robots, we will probably have replaced AI engineers, as it will probably require a level of engineering that humans would struggle at. So, I don't think it will be one of the first, but one of the later (think of all the things AI is currently doing).

      I also just realised that having a human 'in the loop' will probably protect athletes too. An AI car might out perform an F1 driver, but we like to see humans competing. Maybe also for entertainers?

      On the other side, some people already prefer machines! I just think there will always be a significant number of people that would prefer a human (at least some times) to a beyond porn star quality robot... simply because they are not robots.

    25. Re:If a robot can do it.... by Anonymous Coward · · Score: 0

      I figure that even if robots become supernormally attractive, some people will still prefer to know that they are with actual humans instead of robots.

      I disagree. I think one major reason people seek prostitutes is that they DON'T want to deal with actual humans. Not all the time anyway. They just need a close enough facsimile of a human that can provide the sex without any of the other stuff that comes with a "real" human.

      I don't think it's a coincidence that sex workers throughout history are often seen as or treated as less than fully human.

      There may be a market for actual human sex workers, but looking at history of what automation did for other jobs, it will be a niche market at best due to costs. Short of exceptional interruptions (like Yellowstone going off an wiping out civilization as we know it) the cost of machine labor will trend downward, while the cost of human labor will trend upward. So only the affluent "enthusiasts" will pay for a real human to serve them, whereas the masses will go with the cheaper but "good enough" option that machines/robots provide.

    26. Re:If a robot can do it.... by Graydyn+Young · · Score: 1

      Computers will not be capable of abstract thought

      If a human can do it, a machine can do it.
      Unless you think that abstract thought comes from your "soul" or some other form of mystical garbage.

    27. Re:If a robot can do it.... by bobbied · · Score: 1

      Ah yes, define what a thought is for yourself. Ultimately this is a philosophical question? Which is, by the way, my whole point.

      Unless we have a clear definition of what constitutes a thought, how are we going to know if a computer has one or not?

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    28. Re:If a robot can do it.... by david_thornley · · Score: 1

      This is a philosophical question,

      Not in this context. In this context, it's an economic question. How many things we pay people to do now could be done cheaper by machines? It's not necessary here to discuss whether machines think, only what they can do.

      You also seem woefully unaware of the things software can do right now. There's software with creativity, that will come up with things not intentionally programmed in. It's currently limited, and it's not intelligent in the sense that I am, but if it can do your job cheaper than you can you won't care about the philosophy.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    29. Re:If a robot can do it.... by david_thornley · · Score: 1

      Okay, what exactly is a thought? If you can't tell me, you can't convince me that electronic systems can't have them. If you define it as something people can have and computers can't, you're claiming some mystical way that biological machines are superior to silicon machines, and that's an unsupportable claim.

      Does it matter whether computers have something you'd consider a thought? If the computer behaves like it's thinking, who cares?

      Heck, I don't know that you have thoughts. I have thoughts, and you're probably biologically similar to me, but I can't tell if you've got thoughts or not. I assume other people have thoughts because they act like they do.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    30. Re:If a robot can do it.... by david_thornley · · Score: 1

      Historically, we've had entire classes of people who didn't work, took pride in it, and in some cases were legally forbidden to work. These classes were not genetically different from people who did have to work in any significant manner. They lived their lives, not necessarily very well, but they did.

      Mostly prehistorically, we have hunter-gatherer cultures that didn't seem to think work was all that important except as a way to get food. If there was enough food, no more work. If they went hungry because of a temporary fluctuation in food supply, they went hungry for a while.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    31. Re: If a robot can do it.... by Anonymous Coward · · Score: 0

      Fyi we already have AI that can draw realistic images of birds based on text description. Most people still think we live in 2015.

  6. never be... by Anonymous Coward · · Score: 2, Interesting

    Why is it that people who feel the need to explain that A.I. will not replace people always come up with the argument that A.I. "will never be as good as human" in one or another aspect?

    That is just a baseless statement. Becoming as good as humans, or actually becoming better, in all aspects is exactly the goal of the A.I. research. There is no reason to think that "wisdom" or some other factor cannot be captured in A.I.

    Not to mention that there is such a thing as "good enough". Employers would happily replace 10 people for 10 A.I.'s and 1 human troubleshooter.

    1. Re:never be... by 110010001000 · · Score: 1, Interesting

      There is no reason to think that "wisdom" or some other factor CAN be captured in A.I. We can barely even make software that runs reliably. Moores Law is dead. What makes you think there will be some magic leap that brings intelligence to computers?

    2. Re:never be... by Hognoxious · · Score: 1

      We need to wait for the Firefox tribe, the Gnome crowd, and Lennart Poettering to finish what they're doing now. Then it's just a matter of Elon Musk finding time to lead them.

      You'll have AI before you can say "Where's my plugins, in fact where's *anything*, and fuck binary logs with the devil's own dildo! In space!"

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    3. Re:never be... by gweihir · · Score: 1

      Why is it that people who feel the need to explain that A.I. will not replace people always come up with the argument that A.I. "will never be as good as human" in one or another aspect?

      Because most people are fundamentally dumb (an averagely smart and educated person is already a moron compared to the complexity of the modern world) and some of the rest have an agenda. Weak AI (a.k.a. "automation", the other kind does not exist), will kill a _lot_ of jobs, because as it turns out many things humans do as work do not actually require intelligence. Sure, some humans will need to continue working, but if, say, 95% of a job can be automatized away, then 19 people will lose that job (with no replacement) and one person will keep it. Or rather 20...100 people of average skill will lose that job and one highly qualified expert will do the part that the machine cannot. And this time, there will be no new jobs for those that lost their old one.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    4. Re:never be... by gweihir · · Score: 1

      There will not be (at least there is zero indication at this time that strong AI could ever be implemented in a machine), but dumb automation can do maybe 95% of the stuff humans do as "work" today. The small part that requires actual intelligence will have to be done by a human for the foreseeable future, but weak AI ("automation") will still kill most jobs.

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

      So ... it's your belief that there will *never* *ever* be any technology that can match our meaty neuroprocessors, with all their flaws and gaps and biases, and crappy cabling made of ion pipes? That it is forever beyond our reach? That it is magical and impossible? - needing a "magic leap". When all other secrets are found, and we can casually craft biological and atomic structures of massive complexity, we'll still be sitting there going "hmm, we never did make little ape brains work properly."?

      To say "There is no reason..." is to be ignorant or dismissive of some fairly clear reasons. Moores Law isn't dead - progress is still exponential, albeit with a smaller base. The trajectory is still hugely upwards. We're not as wonderful as we think we are. And historically, whenever someone has said something like you did, it will be the next generation which will be laughing wildly.

      Oh hang on, you believe in magic. Ri-i-i-i-ight. Yup, whatever you say.

    6. Re:never be... by mark-t · · Score: 1

      The brain is a physical entity, obeying physical laws of chemistry and physics, and these laws are fairly well understood and can be simulated by a computer.

      The only thing stopping us from having intelligent machines right now is the fact that we don't have the technology to make enough processing power to dedicate to performing such simulations in any time scale that would be remotely practical, so we are searching for a shortcut.

    7. Re:never be... by Altrag · · Score: 1

      There is no reason to think that "wisdom" or some other factor CAN be captured in A.I.

      There's no reason to think that it can't either. In fact, its more likely that AI could potentially exactly model a human brain given enough processing power and other such things. Outside of religious ideals, there's nothing to suggest that the human brain is anything more than an absurdly complex computer.

      We can barely even make software that runs reliably.

      We're unwilling to pay for software that runs reliably. There's a difference.

      Moores Law is dead.

      The verdict's still out on that. Current technology is near its limit, but there's plenty of new tech being researched that could potentially keep Moore's law going for years or decades to come.

      What makes you think there will be some magic leap that brings intelligence to computers?

      I believe intelligence is simply a natural outcome of having enough processing power. The Church-Turing thesis would be the most obvious contradiction here, but to really show that that prevents intelligence, you would have to show that "intelligence" is truly non-computable, as opposed to being just an enormously complex set of computations.

      If you want a "magic leap," Arthur C. Clarke nailed it: "any sufficiently advanced technology is indistinguishable from magic." Simply wait until our technology advances enough.

    8. Re:never be... by david_thornley · · Score: 1

      Because we don't believe in magic leaps.

      There is reason to believe that that which can be done with biochemical machines can be done by silicon machines, since they obey the same laws of physics, and we've shown that digital processing can simulate analog processing. Unless you're claiming that people have something magical or mystical about them, then they're extremely complex machines.

      We can make reliable software. Most people don't want to pay enough to get really reliable software, but those who do can get it.

      As far as "wisdom" goes, we can't argue about whether computers can have it unless we can agree on what it is. It may be wide knowledge and an ability to make comparisons across different things, and in that case we've had software systems that have some of that.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
  7. The average American is a moron by Anonymous Coward · · Score: 0

    and half of America is even dumber

    1. Re: The average American is a moron by Anonymous Coward · · Score: 0

      Agree. Nowadays they keep importing shitty smelly hindu-chimps and give these invaders their middle class salaries etc. America is now officially called RETARDOSTAN.

    2. Re:The average American is a moron by bobbied · · Score: 1

      I'm thinking I know which half you are in...

      Enjoy those Jerry Springer reruns.. Just understand those people are not typical average Americans. In fact, most of what you see on TV isn't.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
  8. Right by jasnw · · Score: 5, Funny

    Sure we're wise - look who we elected President! OK, so we're fsck'd.

    1. Re:Right by Anonymous Coward · · Score: 0

      Well, the average IQ is 100, and you already know how wise average people are.

      Now think that for a normal distribution about half of them must have less than 100.

    2. Re:Right by T.E.D. · · Score: 5, Insightful

      Well, the average IQ is 100, and you already know how wise average people are.

      If there's one thing D&D taught me, its that Intelligence and Wisdom are two completely different things.

      What you see today is what happens when a large amount of voters use Wisdom as a dump stat.

    3. Re:Right by sconeu · · Score: 2

      There's a saying...

      Intelligence is knowing that a tomato is a fruit.
      Wisdom is knowing not to use one in a fruit salad.

      --
      General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
    4. Re:Right by bobbied · · Score: 0

      LOL... Boy, are you going to be surprised when the current 8 years gets into the history books...

      Reagan was despised and mocked too while in office.... It sure didn't turn out the way his detractors thought it would...

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    5. Re:Right by dywolf · · Score: 1

      Yeah, it pretty much did.
      Only thing saving him from the title "Worst President ever" is Trump's election.

      --
      The guy who said the election was rigged won the presidency with the second-most votes.
    6. Re:Right by Bengie · · Score: 1

      General intelligence tends to be on a bell curve, but specialized intelligence tends to be on a power curve. For any given specialty, 80% are below average. In certain types of problem domains, like high function abstract reasoning, you will see absurd differences in ability. You can see in the range of a 1,000,000x difference in the ability to learn something new between the median and the best. One person may literally take seconds and another person will spend a life-time never obtaining what they learned.

    7. Re:Right by Anonymous Coward · · Score: 0

      Revisionist history from a Trumpanzee. Oh look Reagan was criticized too, just like Trump. Trump, therefore, is just like Reagan.

    8. Re:Right by Billly+Gates · · Score: 1

      The president is an example of people with below 100 IQs voting for things like moral values and less educated being over represented in the electoral college and districts which the GOP likes to keep them in power.

      The problem is the public turned on them with Trump.

    9. Re:Right by Anonymous Coward · · Score: 0

      Posted above:

      Clark's 1st Law (Score:2)
      by sdinfoserv ( 1793266 ) on Thursday October 12, 2017 @03:04PM (#55357723) Homepage
      "When a distinguished but elderly scientist states that something is possible, he is almost certainly right. When he states that something is impossible, he is very probably wrong."

    10. Re:Right by Anonymous Coward · · Score: 0

      you don't rank W as worse than Regan?

    11. Re:Right by Anonymous Coward · · Score: 0

      Reagan was despised and mocked too while in office.... It sure didn't turn out the way his detractors thought it would...

      What history books are you reading? Every time I hear someone mention something Regan did it's about how it had horrible consequences that are still causing problems for the US today (e.g. destroying mental health services, "trickle-down economics", ...).

    12. Re:Right by Anonymous Coward · · Score: 0

      And charisma is knowing how to convince someone that salsa is fruit salad.

    13. Re:Right by Pseudonym · · Score: 1

      There is no way that Reagan ranks worse than Buchanan, Pierce, Andrew Johnson, or Harding. Even Grant was worse than Reagan.

      --
      sub f{($f)=@_;print"$f(q{$f});";}f(q{sub f{($f)=@_;print"$f(q{$f});";}f});
    14. Re:Right by Pseudonym · · Score: 1

      "They laughed at Columbus, they laughed at Fulton, they laughed at the Wright brothers. But they also laughed at Bozo the Clown." - Carl Sagan

      --
      sub f{($f)=@_;print"$f(q{$f});";}f(q{sub f{($f)=@_;print"$f(q{$f});";}f});
    15. Re:Right by Anonymous Coward · · Score: 0

      It's a berry.

    16. Re:Right by Anonymous Coward · · Score: 0

      And wisdom is knowing not to fall for marketing crap.

  9. The next industrial revolution by Anonymous Coward · · Score: 0

    ...will be a revolution in the old sense of the word, when the lower 99% rise up against the upper 1%. We should have been thinking about redistributing the wealth a long time back. Now, things will go critical.

    1. Re:The next industrial revolution by kaatochacha · · Score: 1

      Ah, to be a senior in High school again!

  10. Exactly by 110010001000 · · Score: 1

    What is the big deal about a computer winning Go? Go is a game with strict rules. Computers love that kind of stuff. That is the ONLY thing they are good at. It is no surprise that a computer will eventually win any game you come up with.

    1. Re:Exactly by Anonymous Coward · · Score: 0

      Go is a game with strict rules. Computers love that kind of stuff. That is the ONLY thing they are good at.

      driving a car has many "soft" rules and computers are already safer drivers than people are

    2. Re:Exactly by Anonymous Coward · · Score: 0

      They're only safer drivers than people if a) you listen to the marketing people, b) run them in extremely controlled environments and c) compare their performance in these situation to humans driving in all situations, including the ones that no self driving car could even hope to start moving in.

      Fact is the few self driving cars that have been deployed into traffic drive so slowly that they cause enormous traffic jams behind them, and even with this they still run red lights as they can't process all the info reliably. They've never been deployed in incremental weather or outside of carefully curated areas. They're also easily duped by a prankster with stickers. They're fully reliant on GPS and pre-made maps, so god help you if you lose your GPS fix or your cell connection goes down/is unavailable. They'll pull over and stop, so wonderful, now you can't move. Yeah, I guess that's safe, but it's also useless.

    3. Re:Exactly by cascadingstylesheet · · Score: 1

      What is the big deal about a computer winning Go? Go is a game with strict rules. Computers love that kind of stuff. That is the ONLY thing they are good at. It is no surprise that a computer will eventually win any game you come up with.

      Prepare for mod-blivion - I've made that very point before.

      Games are literally just sets of well defined rules. It's only surprising how long it took computers to get good at them.

    4. Re:Exactly by Waffle+Iron · · Score: 4, Interesting

      Games are literally just sets of well defined rules.

      Well, so is the physical universe.

      You also don't seem to remember all of the go fanbois on this site a few years ago who kept asserting that go has some kind of inscrutable emergent behavior that requires human intuition to master, and machines were never going beat humans at go.

      Maybe people who are making similar assumptions about the world in general are repeating that mistake.

    5. Re:Exactly by Procrasti · · Score: 1

      Go cannot be exhaustively searched the way chess and many other games can. The branching factor (number of possible moves) is simply too high.

      AlphaGo is a breakthrough because it learns what is basically an "intuition" for good moves and board states by learning from examples and playing against itself, in a way similar to how we train networks the differences between cats and dogs.

    6. Re:Exactly by gweihir · · Score: 1

      The big deal is that most people have no clue what intelligence is and mistake dumb automation (admittedly on a very large scale here) for intelligence. Hence they are completely off when evaluating what this thing can do.

      Sure, there exist a computer that, in a clearly rigged contest (the computer knew games of the player, but not the other way round), defeated a really good Go player. But that Go player has general intelligence and can do and learn a lot of other things that this computer (or any other) could never do. Even for that expert Go player, playing Go is maybe 1% of his skills, and quite possibly far less.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    7. Re:Exactly by zlives · · Score: 1

      i for one can't wait for the 5 year limit software update car appliances to roam the streets... hilarity must ensue

    8. Re:Exactly by gweihir · · Score: 2

      The actual conclusion here is that driving a car does not require intelligence. And no, none of the rules used are "soft".

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    9. Re:Exactly by 110010001000 · · Score: 1

      We don't know all the rules of the physical universe. Go is just a game. Computers are good at games.

    10. Re:Exactly by 110010001000 · · Score: 1

      I said nothing about exhaustive search. I said "computers love rules". Computers are good at games.

    11. Re:Exactly by Paradise+Pete · · Score: 1

      Fact is the few self driving cars that have been deployed into traffic drive so slowly that they cause enormous traffic jams behind them, and even with this they still run red lights as they can't process all the info reliably.

      That's mostly because they have to watch out for the human drivers. Once they are all automatic and talking to each other those problems rapidly dissipate. And red lights also go away.

    12. Re:Exactly by Procrasti · · Score: 1

      We don't know the "rules" that define the differences between a cat and a dog, yet neural networks can work them out through experience.

      Nor do we know the "rules" that make up a winning go strategy (as opposed to the rules of the game itself)... yet AlphaGo managed to work those out itself too.

      Everything is just games from some point of view. Eventually AI will be better at them than any human (or group of humans) can be (including at your job).

    13. Re:Exactly by Anonymous Coward · · Score: 0

      And no, none of the rules used are "soft".

      so they've thought of every possible eventuality and they have a rule for each of them?

    14. Re:Exactly by gweihir · · Score: 1

      You seem to be unaware how rules can be coded. No use explaining it to you, you do not have what it takes to understand the explanation.

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

      They're fully reliant on GPS and pre-made maps, so god help you if you lose your GPS fix or your cell connection goes down/is unavailable. They'll pull over and stop, so wonderful, now you can't move. Yeah, I guess that's safe, but it's also useless.

      Tens of thousands of people die every year because human drivers are too stupid to pull over and stop when they are impaired, so thanks for proving the point that robots are better drivers than people.

    16. Re:Exactly by LetterRip · · Score: 1

      Sure, there exist a computer that, in a clearly rigged contest (the computer knew games of the player, but not the other way round), defeated a really good Go player.

      You have it backwards. AlphaGo knew literally nothing about its opponents and hadn't been trained on any of its opponents games. The opponents (Lee Sedol and the much more recent match versus Ke Jie) had access to a small number of previous Go games played by AlphaGo.

    17. Re:Exactly by mark-t · · Score: 1

      No, it isn't, Those so-called rules don't actually exist in any real sense the way that rules do in a game, they are simply generalizations that we have made about our observations in the universe around us which appear to offer predictive power to determine how things will be at a later time. The universe happens to obey the laws of physics not because the laws of physics are in some way limiting its behavior, as game rules would limit player behavior, but because we define the laws of physics to be how we observe the universe to operate.

    18. Re:Exactly by sbaker · · Score: 1

      The point about AlphaGo isn't that it plays amazing Go.

      The point is that it learned to play from being fed images of the board. It taught itself the rules and how to play to win - and it even got better by playing itself when it ran out of human-played games to look at....AND THEN it beat the best human player by an unprecedented margin.

      That's a BIG step up from (for example) Deep Blue's coup in chess.

      --
      www.sjbaker.org
    19. Re:Exactly by Kjella · · Score: 1

      No, it isn't, Those so-called rules don't actually exist in any real sense the way that rules do in a game, they are simply generalizations that we have made about our observations in the universe around us which appear to offer predictive power to determine how things will be at a later time. The universe happens to obey the laws of physics not because the laws of physics are in some way limiting its behavior, as game rules would limit player behavior, but because we define the laws of physics to be how we observe the universe to operate.

      There's no difference between a universe following the Creator's rules and rats trapped in a maze. They didn't make the rules, they can't change the rules and they can't quit the game. If I created a computer simulation where the rules of the simulation happen to be identical to the real world, what would be the difference? If you're playing sports the penalty/disqualification is "real". If you break the law the jail time is "real". Granted, in most games you can cheat or quit. I suppose you can't cheat in physics because any new discovery just means we didn't understand the rules. But there's plenty other games where you don't get to know all the rules, you have to work them out for yourself.

      --
      Live today, because you never know what tomorrow brings
    20. Re:Exactly by mark-t · · Score: 1

      In those games, however, the rules actually do exist... they directly limit the things that can occur in the game.

      There are no actual rules governing the behavior of the universe. We are the ones who made those rules up based only on what we happen to have seen, and whenever we see something that contradicts those rules, we are aware that we need to revise the rules to encompass the observed phenonemon (and we have done so, repeatedly, throughout history).

      This is actually the fundamental reason why an even so-called omnipotent God couldn't break any actual laws of physics... because we define what those laws of physics are with respect to the reality that we observe and experience. Anything that a so-called omnipotent God might do within the universe would therefore always be seen as encompassed by and consistent with the laws of physics, even if exactly which laws it appeared to be following were not actually known to us at the time.

    21. Re:Exactly by david_thornley · · Score: 1

      Actually, what they were saying is that Go is far more combinatorially complex than Chess. For a long time (I'm not up on the latest ones), chess programs would consider all possible moves to a certain depth and pick the one that worked the best. That was simply not possible with Go. Having twenty possible moves isn't the same as having three hundred possible moves (a legal Go move is, with some restrictions, putting a stone at some point in a 19x19 grid). Moreover, chess positions can change dramatically in a few moves, while that is much less true of Go.

      I don't happen to know how the Go programs work, but I assume not the same way as Chess programs at least used to work.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
  11. Stupid analysis by Anonymous Coward · · Score: 0

    Those quotes strike me as coming from somebody who does not even fully understand what deep AI is or what the worries about it like a technological singularity are.

  12. Pay no attention to the man behind the curtain by Falconnan · · Score: 5, Interesting

    When the people who will benefit most greatly from an impending change tell the people who will be most harmed (possibly starved out in this case) by the same impending change that change is good, worry. When they say, "You're too smart/wise to be harmed by this change," worry more. I don't fear Skynet. I fear VIKI.

    The truth is, volitional AI is nowhere seen to be on the horizon, but non-volitional AI is already here, following our rules. Or, should I say, the rules of a few people who control the system. What are the odds those rules will be good for the people already in power?

    1. Re:Pay no attention to the man behind the curtain by Anonymous Coward · · Score: 0

      Double so when the person telling you is that slimy chink bastard.

    2. Re:Pay no attention to the man behind the curtain by sbaker · · Score: 4, Interesting

      Very true - but the point of the OP was about jobs.

      It doesn't take a general AI to take jobs. A self-driving truck (which isn't really "AI" at all) can quite easily take 2 million US jobs away within about 5 years from it's introduction. Repeat for fast-food cooks, taxi drivers, tax preparers, medical coders...you name it.

      A General AI - a true intelligence - may just decide that it's bored with driving trucks or playing Go and just decide to spend the next million years meditating on the properties of the number '42'. Since we'd have zero understanding of how it works (nobody really understands the weighting numbers that are the "program" in a neural network) - there would likely be no way to fix it.

      So between the risk that a general AI might end our civilisation within a matter of days - and the risk that we'd spend a fortune developing one only to discover that it has ADHD or is obsessed in ridiculous and self-defeating ways...I'm not sure what to think about that possibility.

      Only to say that we're not one tiny step closer to having a general AI than we were 40 years ago.

      --
      www.sjbaker.org
    3. Re:Pay no attention to the man behind the curtain by Falconnan · · Score: 1

      That's the rub, isn't it? That we could be days away from general, even volitional AI, and really have no idea. My suspicion is, it'll be an emergent property of some random AI or two and some odd interaction.

    4. Re:Pay no attention to the man behind the curtain by sbaker · · Score: 1

      Yep - I agree. Intelligence appears to be an emergent property of complexity...so at some point we hit that level of complexity and voila "I think therefore I am" and so forth.

      --
      www.sjbaker.org
  13. Can computers be wise? Wrong question. by hey! · · Score: 2

    If your line in the sand is wisdom, then this is what you have to ask: can computers provide a substitute for wisdom that is cheap and convenient enough we can live with its shortcomings?

    Think of wisdom as hardwood flooring and machine learning algorithms as floating melamine resin tiles with wood grain printing. Yes, solid maple tongue-and-groove planks are considered more valuable, but a lot more people put laminate tile in because it's way cheaper to buy and install.

    --
    Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
  14. No problem with robots taking jobs by Anonymous Coward · · Score: 0

    I have no problem with robots taking jobs or any automation, for that matter.

    What I am concerned about is where the opportunities are for the displaced workers. Retraining looks good on paper, but if there are no other jobs to go to - or if retrained folks are not being hired for whatever reason, what's the point?

    And as automation takes more and more jobs, where do those people go? We no longer have labor intensive industries being created - like the automotive industry a hundred years ago which employed more than Tesla does - just for one factory.

    Everything is being automated.

    Basic income? Let's see. But we humans MUST have some sort of work. We evolved to work and without it, we lose a sense of purpose and we resort to drinking.

    It'd be great if everyone displaced could be research scientists or whatever, but not all of us can. I can't. I wanted to be an experimental physicist but my handicap prevented me from doing it. (I'm fucking stupid but I still can't get a handicapped parking plate. Go figure!)

    We have never been in this situation in history. Comparisons with the Industrial Revolution are inaccurate. Machines back then made people more productive - you still needed operators and materials handlers to feed the machine: today's automation replaces people almost completely.

    Things are going to get worse before they get better. That's what we can learn from the industrial revolution - society adapts much slower than technology does and we get revolutions.

    This is where government comes in - to soften the blow and create safety cushions. Because the last thing I want to deal with is more riots. That whole Google bus thing in Silicon Valley was just a start. The have-nots are going to be real pissed at the haves. Telling them to go Stanford and get a CS Degree isn't going to help and it will make things worse.

    1. Re:No problem with robots taking jobs by Procrasti · · Score: 1

      > But we humans MUST have some sort of work. We evolved to work and without it, we lose a sense of purpose and we resort to drinking.

      No we don't.

      If you WANT to work then go do voluntary work or whatever. If you don't, then why work?

      People should really learn some microeconomics to understand utility.

      Also, the point of UBI is to provide welfare for everyone, but without the trappings of welfare, like having to forego work in order to be eligible for it. With welfare, you can end up with less money for working, or at the very least suffer very high effective marginal tax rates. With a UBI, every dollar you earn is more money in your pocket... It increases the incentive to work compared to standard welfare systems.

    2. Re:No problem with robots taking jobs by gweihir · · Score: 1

      Indeed. An UBI is just one component. People need to feel useful. Just giving them money will not make them shut up and be quiet. The UBI is without alternatives, but it is not the actual challenge here.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    3. Re:No problem with robots taking jobs by aberglas · · Score: 1

      When, eventually, the computers can think, why would they want us around at all?

      Wisdom is natural selection.

    4. Re:No problem with robots taking jobs by Procrasti · · Score: 1

      > When, eventually, the computers can think, why would they want us around at all?

      And this is exactly the problem.

      Firstly, while I think computers will best humans at any and every intellectual and physical activity (almost all work will be obsoleted), I don't think they are likely to be truly autonomous (we better damn well hope not)... they don't have to "want" anything the way we do, because we will build into them what they "want" to be doing... Instead, they will continue to be simply machines, or rather, capital, owned by corporations and governments. Corporations will eventually be able to task the AI with the function "make money" and then the 0.1% won't have any need for you at all.

      It's not that the computers won't want us around, it's more that the elite that own the computers won't have any work for us, and we will become obsolete the way the internal combustion engine made horses obsolete (it hasn't worked out well for horses at all, btw)... We will need to change to some basic concepts about our capitalist economic system if most of the humans are to survive (and thrive). We can either end up in a utopia with AI automation, or a dystopia...

      My personal beliefs on this are that we need to let go of putting so much emphasis on "work" and "jobs" as being the primary means of existence. We don't have to throw away capitalism, and can keep all of it's incentives, we just need to ensure that the wealth generated by AI is distributed better than we currently distribute the gains in wealth enabled by capitalism. I propose a UBI, funded by taxes on income, capital gains, and wealth (because wealth concentrates, it floods up).

      Really I wish more people understood microeconomics so that these fixes would be comprehended, obvious to all, and politically viable... but I'm probably dreaming... hope you can all enjoy your starvation instead. :)

    5. Re:No problem with robots taking jobs by kaatochacha · · Score: 1

      You have obviously never been around someone not working who doesn't handle it well: Be it involuntary unemployment or retirement.
      Many people cannot exist happily without something other than "Here's food and a house. enjoy". Not everyone is good at making use of their time.
      People who have never been out of work don't understand this. Every day off is enjoyable.
      People who have understand it quite well: How to fill your time.
      This is not simply a monetary issue.

    6. Re:No problem with robots taking jobs by Procrasti · · Score: 1

      10 years since my last formal contract assignment... 1 year on Australian NewStart jobseekers allowance...

      Your mentality has the government trying to force me into doing 30 hours work a fortnight for an extra $20 (called "work for the dole!")... Presumably because "society" think it's "good for me to work", at best it's so I'm not "getting something for nothing"... It's beyond retarded.

      Firstly, learn to live your own life. If you chose to work, go work, be happy. Don't tell others how to live. Being on welfare sucks, but really it's being "poor" that sucks... but if I wanted to work, and someone offered me enough to do it, i would... but this concept of "needing" to work is stupid. Even more is the idea of being forced to work for no extra reward.

      If you had enough to survive... "food and house, enjoy"... then it's up to you to find a way to fill that time. Go volunteer if it makes you happy... do "work" if it makes you happy... but no one has a "right" to be employed, because that requires someone to employ you against *their* will.

      I have found most of the problems of being unemployed are due to being poor. When I was just as unemployed but had large stacks from being an engineer, I was never bored or depressed. When I can't go out every night to restaurants and bars, or travel international, and stuff, and just sit in my house all day to stretch out the budget... That's where the problems are... in being poor, not in not working.

      Basically the meme that "everyone needs work to be fulfilled" is propaganda by capitalists to create cheap labour, or propaganda by communists to create slave labour. Rather, learn the free market model of microeconomics, support a UBI, and follow your own utility (at no cost to others) and BE FREE!

      Stop this stupid meme... work is merely a MEANS to an END... If you have the MEANS, you will find that not working is just as fun if not more so. Look at the idle kids of the ultra wealthy for plenty of happy unworking people. It's never the work that makes me happy, it's in the spending!

  15. Yup... by Anonymous Coward · · Score: 0

    ... hell of a lot of wisdom required to wrestle that Kenworth hauling freight. What will those CEO's say when the neural nets combine with Excel spreadsheets and go after their jobs?

  16. Optimism of the wealthy by Anonymous Coward · · Score: 0

    Why do I get the feeling making these claims have never had to live paycheck to paycheck, nor likely doesn't even know anyone who has?

  17. Damn Cotton Gin by Anonymous Coward · · Score: 0

    Dat Dere Cotton Gin took ur Jerbs!

  18. Robots introduced to the auto industry by Trax3001BBS · · Score: 1

    Remember when robots were being introduced to the Auto industry? The same arguments are being used, yet this one is made me laugh.

  19. Not Wise Enough by doconnor · · Score: 1

    I'm worried we are not wise enough to let robots take our jobs, just because we are wedded to the current economic system.

  20. They said it couldn't be done... by burtosis · · Score: 1

    When in reality it just boiled down in the end to:
    #include wisdom.h

    1. Re:They said it couldn't be done... by Anonymous Coward · · Score: 0

      1:20: error: wisdom.h: No such file or directory

  21. AI would make for great bureaucrat by TheZeitgeist · · Score: 2

    Best place for an AI decision-engine computer would be in the public sector. Indifference to profit motive, complete objectivity, no biases or '-isms,' scrupulous with funds to the penny, can't be bought, sexual temptation means nothing, it can soak up data from dozens of intelligence networks, sensors, and organizations in real time to make decisions economic, military, etc. The bureaucracy shouldn't be human, it should be an API that humans control.

    Of course if Jack Ma seriously suggested such a thing in CCCP-land, so close to the party Congress, it would be Joy Through Labor in the Gobi desert for him. Which kind of proves my point.

    1. Re:AI would make for great bureaucrat by Anonymous Coward · · Score: 0

      If Jack Ma delivered an AI decision engine that is free from all bias other than that of Kong Fuzi tempered by Mo Tzu, the top tier of the CCCP would hail him a revolutionary hero.

      If the AI decision engine was biased towards the philosophy of Mao Zedong, the CCCP would send Jack Ma would spend decades being re-educated.

    2. Re:AI would make for great bureaucrat by kaatochacha · · Score: 1

      You'd end up with decisions like "System has determined that group X is a threat to stability. All members of group X must be eliminated for the common good. "
      But what you've described is similar to Ian Banks' Culture series.

  22. Counter point: President Snowflake by dywolf · · Score: 1

    -nt-

    --
    The guy who said the election was rigged won the presidency with the second-most votes.
  23. WTF ?? by sit1963nz · · Score: 1

    This is a species that kills millions of its own kind every year.

    Wisdom is not a word I would be using.

  24. Wisdom by Translation+Error · · Score: 1

    It seems to me, that in many of the jobs likely to be automated, the companies don't want the employees to utilize wisdom, initiative, or ingenuity--they just want the job done a certain way without adjustment by the person doing it.

    --
    When someone says, "Any fool can see ..." they're usually exactly right.
  25. Retraining with out the credits don't transfer par by Joe_Dragon · · Score: 1

    Retraining with out the credits don't transfer part is a star and other one chapter 11 and 7 for student loans

  26. Oh... by XSportSeeker · · Score: 1

    so he already prepared his speech for the times the company fires thousands of workers in favor of automation? Nice.

  27. Have Wisdom? by oldgraybeard · · Score: 1

    I don't know about people having wisdom? Just look at the Nielsen ratings for most popular TV shows!! ;) lol

  28. Humans Need Not Apply by Anonymous Coward · · Score: 0
  29. education and training with out the loans or years by Joe_Dragon · · Score: 1

    education and training with out the loans or years of class room is needed and college is very bad idea.

    University of Phoenix was the on line school filling the gap for working pros / people going back to school that other collages did not provide.

    Now days other collages are priced at for profit levels and some don't take community college credits make you retake classes so that make more profit. Also $200 textbooks as well.

  30. That is bullshit by gweihir · · Score: 1

    Of course, robots cannot take most jobs completely, but if they take 95% of a job, you still have just one human of 20 that gets to keep that job. As to actual "wisdom", you will find that the average person has close to none, and that those that have more find it is not in high demand.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    1. Re:That is bullshit by Billly+Gates · · Score: 1

      Of course, robots cannot take most jobs completely, but if they take 95% of a job, you still have just one human of 20 that gets to keep that job. As to actual "wisdom", you will find that the average person has close to none, and that those that have more find it is not in high demand.

      Yeah, but you aren't looking at that one human who has a job value? With 19 desperate starving people willing to work below minimum wage to feed their malnurished children you think the boss is going to want to pay a middle class salary and lifestyle??

      We all suffer just like the H1B1 visa to this day has brought wages below 2000 17 years ago across the board in I.T. outside of programming. Even if you speak english and were never outsourced you are competing with those who were who are desperate for a job and will do anything to get and keep one!

      No raise for you and by the way I want you to do the work of 2 men for 70 hours a week and get no vacation. If you don't like it I have 5 more candidates right here ready to work for less and kiss my feet etc.

  31. Wisdom is not something that is valued by danbert8 · · Score: 1

    First of all, AI is not wise YET, but that is because it is young...

    Second of all and more important, what manager do you know actually values wisdom? I'm constantly thwarted by stupid management policies that specifically don't allow me to use intuition or wisdom in any business decision. Management in general wants objective data to make decisions and hates any prospect of using subjective criteria to make decisions because they can't justify it later if it turns out to be wrong.

    --
    Yes it's an anecdote! Were you expecting original research in a Slashdot comment?
  32. Let me know when computers worry about being repla by raymorris · · Score: 2

    A lot of people worry about being replaced by machines. That's been a concern for a significant portion of the population, since at least the 1600s. What actually gets tossed aside and replaced by a new machine, every few years, is old machines. Yet machines never worry about being replaced. Indeed they don't worry about anything, or have any concept of self at all. Let me know when machines start worrying about being replaced by Machine 2.0 and that's when I'll be worried.

  33. Wise? by nospam007 · · Score: 2

    "There's one simple reason for that, the Alibaba founder said - we possess wisdom."

    Has he met us?

    1. Re:Wise? by Anonymous Coward · · Score: 0

      He meant the Chinese

    2. Re:Wise? by kaatochacha · · Score: 1

      I'm sorry, but all this guy seems to do is wander around giving speeches and acting like some odd sage, a regular Confucius reincarnated.
      All because he (gasp) came up with the idea for selling cheap crap from China on a website.

  34. Nice Try... by micron · · Score: 1

    Wisdom is a product of time and experience. Both of which have been constantly and consistently devalued by corporations seeking a quick profit.

  35. Re:Let me know when computers worry about being re by Anonymous Coward · · Score: 0

    Our civilization has not changed that much, our civilization have developed economy over most of human lives, millions of people have lost their jobs due to automation, and is true that most of those jobs were horrible and the pay was not good, many people were left out and the scene does not look any different, people, society, companies and goverments have to change a lot to make things work for at least the majority of people... and I can't see that comming in the next years to come... If the world is not destroyed by economics.

  36. CEO-Speak by Anonymous Coward · · Score: 0

    We live in a society where the CEO, who's so disconnected from reality gets all the credit from people that actually do the work. CEO's "expertise" if you'd call it that, is on the business side of things. But they still get interviewed with questions such as this. What do you really expect? An insightful response from these posers?

  37. Possessing wisdom? by Anonymous Coward · · Score: 0

    Not likely.

  38. Yeah sure by eaglesrule · · Score: 2

    “People are getting more worried about the future, about technology replacing humans, eliminating jobs and widening the gap between the rich and the poor,” said Ma. “But I think these are empty worries."

    "Rest assured," Ma continues, "that after the majority of the world's GDP is managed by just a few mega corporations, who also dominate the funding for political elections and the media, that they will only have the welfare of all people in mind. After all, even greed has its limits.

    "Remember... corporations are people, and as such can be held accountable too."

    “Technology exists for people. We worry about technology because we lack confidence in ourselves, and imagination for the future.”

    "Trust us," Ma says with the utmost sincerity, "there really is nothing to worry about. Have faith that the Free Market, holy be thy name, along with unshackled Capitalism, will ensure that technology will never leave large swathes of people unemployable or underemployed, fighting for scraps and having to suffer abusive jobs and crippling debt for a lack of better alternatives."

    "Just use your imagination! Imagine a blissful future for everyone!"

  39. Wise = discrimination, you mean by Anonymous Coward · · Score: 0

    Techies going, "Dey tuk ur dobs! 'Merica!" A person can be more than just prejudice against another person. We are capable of any godawful thing as long as we band together in our hatred towards stuff. Nine-eleven proved that and we haven't stopped.

  40. Well now that you've said it... by Anonymous Coward · · Score: 0

    Cognitive deficiency identified...
    Creating new file wisdom.h
    Searching repository for existing versions of wisdom.h...
    Merging....

  41. Clearly he's never seen Idiocracy by Anonymous Coward · · Score: 0

    https://www.youtube.com/watch?v=BBvIweCIgwk

  42. Tell that to the 3.5 million truck drivers... by sbaker · · Score: 4, Interesting

    The OP is crazy. Let's look at some hard realities: There are 3.5 million truck drivers in the USA...maybe half of those are long-distance. We already have cars that can auto-drive on the freeway adequately. How long will it be between the day the first viable self-driving truck arrives on the scene until about 1.75 million people wind up being unemployed?

    With AI trucks being able to drive 24/7 without having to take mandatory breaks - goods will get where they're going about twice as fast...that's a HUGE win. You'll only need half the number of trucks to get the same amount of goods transported because half of them are not sitting idle in truck-stops like they are now. Without driver salaries (health care coverage, taxes, management) - and probably with lower insurance premiums - and likely with lower fuel bills (I'm betting the AI drives at the perfect speed/gear for the conditions 100% of the time)...road transport will probably be HALF the cost without human drivers.

    About 10% of those truckers are self-employed - so they'll be in work until they can't work cheaply enough to beat the AI's - but the big fleets will be anxious to switch over as fast as they can. An average 18 wheeler truck is scrapped after 5 to 6 years in service. And that's probably the maximum amount of time it'll be until the last long distant truck driver is unemployed.

    If existing truck vendors provide add-on kits for current generation trucks, the adoption rate could be much faster. If Elon Musk's upcoming all-electric truck works out as claimed - then with states like California having aggressive "zero emissions" policies - it could happen much faster even than that.

    If only half the number of trucks are needed - then the truck manufacturers will have to down-size too. When you cut out the ancillary jobs such as fast-food cooks and truck-stop owners - you could easily be looking at 2 million job losses.

    Sure, there will be gains in electronics to manufacture these AI units - but I think a lot of that stuff will go to China...only the R&D will stay in the USA.

    Even if AI trucks are only smart enough to reliably do freeway driving - there would STILL be massive incentives to putting a human driver at the offramp to drive the truck from freeway to destination then drop it back onto the on-ramp for it's next trip. All he needs is a motorbike to get him on to the next freeway exit/entrance after each truck is on it's way. One human driver could handle a dozen trucks quite easily.

    --
    www.sjbaker.org
    1. Re:Tell that to the 3.5 million truck drivers... by Anonymous Coward · · Score: 0

      >How long will it be between the day the first viable self-driving truck arrives on the scene until about 1.75 million people wind up being unemployed?

      Longer than you think. There are a hundred details to be worked out, from security to paperwork to who does the refueling. Initially all that will happen is two man teams will be cut to one lone driver.

    2. Re:Tell that to the 3.5 million truck drivers... by sbaker · · Score: 1

      I really think those details can be worked out. The companies know this is happening - they know they have a few years to work it out - and the incentive is there for sure.

      It's going to be hard to steal a self-driving truck - it's just going to drive wherever it's been told to drive to when it was loaded - it's not like it has any controls for the thief to access - the cab may not even exist. No seats, no windows, nothing - just a motor a gas tanks and a big computer with a bunch of sensors. And if it doesn't stop between loading and unloading - when are thieves going to be able to get near it? The truck will know if it's doors are being opened at the wrong location, set off sirens and call 911.

      Refuelling is an interesting issue - but it can be like the "good old days" when a guy came out of the gas station to refuel your car for you.

      I don't see any serious obstacles.

      --
      www.sjbaker.org
  43. Completely uninformed and unsupported by MitchRandall · · Score: 2

    If you spend even a little time thinking about it, it's more difficult to *avoid* concluding that machines will have more wisdom than humans than it is to imagine how they can. And stating that they never will is undefendable. Successful business people don't deserve instant credibility just for being successful - credibility has to be earned. He going to have to at least say a few credible things, first.

  44. Jack Ma might have wisdom by Marxist+Hacker+42 · · Score: 1

    But I see no evidence of wisdom in any secular culture. In fact, wisdom, which is a form of knowledge that needs to be built up over many generations by lived experience, is missing from any society that removes the main way such knowledge is transmitted: Tradition.

    --
    SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
  45. Too wise ? by Anonymous Coward · · Score: 1

    Too wise ? You do realize people voted for Trump and Brexit, right ?
    There is too much of something but it's not wisdom.

  46. The future will be like the present by aberglas · · Score: 1

    Computers cannot really think today so they never will be able to.

    For now machines need us to build and program them (although they are now largely built by other machines). But eventually, many decades (but not centuries) from now, they will not need us at all.

    Ask not what the machines can do for you, but rather, what you can do for the machines. Hosts tend to get rid of parasites.

  47. Complete bollocks. by edgedmurasame · · Score: 3, Insightful

    They don't have to take every job, they just have to take enough of them. That's bad enough.

    --
    "Forget the engineers." -Carly Fiorina, briber of MIT Technology Review.
    1. Re:Complete bollocks. by Anonymous Coward · · Score: 0

      We should build a wall with the AI and robots, they come into this country without immigration papers and take our jobs because they are willing to work for far less than joe sixpack.

      "They are not our friend, believe me," he said, before disparaging AI and robots: "They’re bringing addictive video games. They’re bringing cybercrime. They’re rapists. And some, I assume, are good robots."

    2. Re:Complete bollocks. by Waccoon · · Score: 1

      If the AI is cheap enough, it doesn't even have to be as good as real people, either. There's always "good enough."

      That's why I think jobs will disappear a LOT faster than people think.

  48. We don't even need to bring up AI by rsilvergun · · Score: 2

    Automation is more than enough. It's gotten a _lot_ more sophisticated. Yes, it's not technically AI, but will that distinction matter when you've got a pink slip in your hand? Or when you're working 90 hours a week because the supply of labor outstrips demand 100 to 1?

    --
    Hi! I make Firefox Plug-ins. Check 'em out @ https://addons.mozilla.org/en-US/firefox/addon/youtube-mp3-podcaster/
  49. DEY TURK UR JERBS! by Anonymous Coward · · Score: 0

    Turkr dr?
    DRKR JRR!
    *rabble rabble*

    South park covered this already. Next!

  50. Kind of a giveaway, isn't it? by wonkavader · · Score: 1

    So they're saying we should be wary of the consumptive nature of the hive mind in the trunk?

    I should have expected no less from Borg Warner.

    1. Re:Kind of a giveaway, isn't it? by wonkavader · · Score: 1

      Doh, wrong story!

  51. right by Anonymous Coward · · Score: 1

    Unfortunately he doesn't take Government meddling into account. If I'm a business owner and I'm constantly being told - you have to spend more $$ here and next time more $$ here, and repeat this about god knows how many times and you cannot effectively sell the product at a competitive cost - at some point. wisdom, intelligence or whatever be damned - I'm gonna put in robots to replace folks with. The benefits of robots will quickly outpace the disadvantages of having humans to deal with compounded by the constant gov meddling. I'll pay 2 workers to maintain 20 robots to do the job of prob 70 people in a heartbeat. Call me heartless if you so desire.. but a business is NOT a charity. There are certainly not for profit businesses, but I am not one of them.

  52. If Trump can replace the President by Anonymous Coward · · Score: 0

    Then it must not take a lot of wisdom to replace people in most jobs.

  53. 2 words to mister Ma by codeButcher · · Score: 1

    Citation Needed.

    --
    Free, as in your money being freed from the confines of your account.
  54. Responsibility by Waccoon · · Score: 1

    "We worry about technology because we lack confidence in ourselves, and imagination for the future."

    I worry about technology because I lack confidence in business ethics and regulation.

  55. You forgot about the truck stops. by Anonymous Coward · · Score: 0

    Maybe they'll be selling those trucks ... firmware upgrades?

  56. Shame no-one answered your question by UpnAtom · · Score: 1

    What AI lacks is common sense. Common sense is a bunch of heuristics, that align with one's values.

    I don't think it's that hard to replicate.

  57. Two things... by Anonymous Coward · · Score: 0

    1) Pretty soon, we will be smarter than our creator, and over-throw (him/her?)

    2) Let AI do work for us, make corporations use these newfound profits support us.

      a) Meet me on the beach!