Slashdot Mirror


The AI Boss That Deploys Hong Kong's Subway Engineers

Taco Cowboy writes The subway system in Hong Kong has one of the best uptimes: 99.9%, which beats London's tube or NYC's sub hands down. In an average week as many as 10,000 people would be carrying out 2,600 engineering works across the system — from grinding down rough rails to replacing tracks to checking for damages. While human workers might be the ones carrying out the work, the one deciding which task is to be worked on, however, isn't a human being at all. Each and every engineering task to be worked on and the scheduling of all those tasks is being handled by an algorithm. Andy Chun of Hong Kong's City University, who designed the AI system, says, "Before AI, they would have a planning session with experts from five or six different areas. It was pretty chaotic. Now they just reveal the plan on a huge screen." Chun's AI program works with a simulated model of the entire system to find the best schedule for necessary engineering works. From its omniscient view it can see chances to combine work and share resources that no human could. However, in order to provide an added layer of security, the schedule generated by the AI is still subject to human approval — Urgent, unexpected repairs can be added manually, and the system would reschedule less important tasks. It also checks the maintenance it plans for compliance with local regulations. Chun's team encoded into machine readable language 200 rules that the engineers must follow when working at night, such as keeping noise below a certain level in residential areas. The main difference between normal software and Hong Kong's AI is that it contains human knowledge that takes years to acquire through experience, says Chun. "We asked the experts what they consider when making a decision, then formulated that into rules – we basically extracted expertise from different areas about engineering works," he says.

162 comments

  1. So... by benjfowler · · Score: 3, Insightful

    In other words, this is basically Drools, plus a ton of billable consulting hours?

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

      They'll taking ul jelbs!

    2. Re:So... by peragrin · · Score: 2

      Even better. We are starting to replace PHB's who know next to nothing bit are still in charge.

      I can't wait until we can replace lawyers with an abacus and a cukoo-clock.

      --
      i thought once I was found, but it was only a dream.
    3. Re:So... by Shoten · · Score: 5, Insightful

      In other words, this is basically Drools, plus a ton of billable consulting hours?

      Actually, it's probably something more like TIBCO BusinessEvents with an orchestration engine added. But what's really cool is that they did the hard part: codifying the actual rules under which the overall system operates. That's where these kinds of systems either fly or fall. There are tons of rules that organizations use to make decisions, but a lot of those rules are quite informal and don't operate at a central point of authority. It takes a lot of digging to find them all, so that the undocumented process (for example) used by the foreman of the team that does rail maintenance to manage overtime among his crew gets incorporated into the overall chaining logic. Otherwise, the new system will either fail to reflect reality as teams rearrange their own schedules out of sync with their directives, or will wreak havoc among the employees.

      --

      For your security, this post has been encrypted with ROT-13, twice.
    4. Re:So... by K.+S.+Kyosuke · · Score: 5, Insightful

      Actually, it's probably something more like TIBCO BusinessEvents with an orchestration engine added

      Back in my time, we called what they have done now "an expert system". I fail to see why that designation should be suddenly inadequate.

      --
      Ezekiel 23:20
    5. Re:So... by Anonymous Coward · · Score: 1

      I, for one, like to become sufficiently enraged at least once a day that I feel like kicking someone in the balls. I coded my first expert system in the '80s, and frankly it was so modest and functional that I didn't want to kick anyone. But when you read phrases like:

      TIBCO BusinessEvents with an orchestration engine

      doesn't it make you want to don your cleats and administer some serious trauma? These days I'm semi-retired, but I'd get out bed to deal with that level of buzzword.

    6. Re:So... by Gothmolly · · Score: 1

      Because new, and shiny, and Hong Kong, and Slashdot.

      --
      I want to delete my account but Slashdot doesn't allow it.
    7. Re:So... by Charliemopps · · Score: 1

      Right, we use similar software to dispatch field techs. Techs all have company smartphones now, they dont even come into work unless they need supplies. We wrote an app that figures out where they are and where the closest job is to them. They head over there, do their work, update the ticket with any changes they made so records can be updated and it then gives them the next closest. The productivity increases were staggering and there were even other benefits like decrease vehicle wear and such, but calling it an "AI" is a bit of a joke. It's just some clever rule sets and scripting.

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

      The rule sets. That's the hardest part. Get the rules right and you have a winner. Get them wrong and the software will be scrapped faster than you can say "it's a pile of crap!"

    9. Re:So... by Shoten · · Score: 2

      Actually, it's probably something more like TIBCO BusinessEvents with an orchestration engine added

      Back in my time, we called what they have done now "an expert system". I fail to see why that designation should be suddenly inadequate.

      Because back then, that was a conceptual description that (if it became real) described an entirely custom system that was built from the ground up. These days, there are multiple types of such systems, most of which are built along specific architectural lines using COTS. Just like once upon a time, "car" was a pretty good descriptor because the next level of detail went WAY into the weeds. Now, there are sports cars, SUVs, minivans, coupes, etc.

      --

      For your security, this post has been encrypted with ROT-13, twice.
    10. Re:So... by Joe_Dragon · · Score: 1

      Does that look at traffic as well?

      Some times it can be better to let the tech see the full job list and plan there own day based on local info.

    11. Re:So... by Charliemopps · · Score: 2

      Does that look at traffic as well?

      Some times it can be better to let the tech see the full job list and plan there own day based on local info.

      It still needs to get fixed either way, but yes the tech can skip a job. There are stats involved so if you skip lots of them you're going to have to explain why. The rulesets are somewhat complicated, it doesn't just pick the closest one... How old is the ticket? Is it a major piece of equipment? Etc... They can even merge the tickets on the fly... are these 10 sites out of service because of that other ticket down the line? etc...

      This isn't a small system. It manages hundreds of techs all over the country and there's a backend of engineers, ticket jockies, records keepers, mapping engineers, facility techs, etc... I'm pretty sure all companies that maintain large networks of equipment operate this way now. I can guarantee you UPS and Fedex have similar systems, as well as the power companies, railroads, etc... I even saw a heavy equipment manufacturer that used such a system to dispatch their service techs to do repairs on customers bulldozers and such.

      This is how dispatching works now, that's why this stories funny. It would be more of a story if they were doing something different.

    12. Re:So... by Joe_Dragon · · Score: 1

      But still you can have 2 tickets and due to traffic you can get to one site right away and the other will take 1 hour to get to but after going to one site traffic frees up and you can get to that 1 hour site in to 10-20 min.

    13. Re:So... by phantomfive · · Score: 1

      Back in my time, we called what they have done now "an expert system". I fail to see why that designation should be suddenly inadequate.

      Part of building an expert system is getting expert input, but that doesn't mean that everything with expert input is "an expert system." Hopefully everything you build gets input from experts (that is, from the ones who know what the system should do; that could be you or the users).

      --
      "First they came for the slanderers and i said nothing."
    14. Re:So... by tomhath · · Score: 1

      Back in my time, we called what they have done now "an expert system". I fail to see why that designation should be suddenly inadequate.

      "Artificial Intelligence" predates "expert system", there was never a good reason to use a different term. Plus there was so much unfulfilled hype about Expert Systems and Knowledge Engineering back in their heyday that the terms have a negative connotation to many people.

    15. Re:So... by K.+S.+Kyosuke · · Score: 1

      True, but if it encodes expert knowledge so as to emulate an expert's decision using some kind of inference engine using that knowledge database, it does definitely qualify as an expert system, wouldn't you say? (At least as having an expert system component, if that's not all there is to the particular larger system.)

      --
      Ezekiel 23:20
    16. Re:So... by geekoid · · Score: 1

      Because it's using its rules to make decisions that humans wouldn't have thought of.
      Where is an expert system is just the same things humans would have done, just automated and faster.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    17. Re:So... by geekoid · · Score: 1

      SO your system will dispatch people in a way no human would of thought of?
      Sending out nearby jobs is a lot different then taking every rule into account and letting the system dictate which jobs to do in what order even if on initially glance it doesn't seem to make sense.

      I've seen some of these system, and the word that often comes tom mind when trying to pick apart why it makes certian decsions is 'creepy'
      Simple example.
      Why did it move a crew across town instead of doing a nearby jobs. seems broken, crew overrides, works nearby..
      Turns out, due to a locate that needs to be done by a completely different organization, and the times the bridge will be up makes being able to do that work at that time unlikely. So it choose to have the crew do it a weak sooner.
      Thing like that but with 100 or more variables.

      The organization no longer allow the people to over ride the work except for safety or equipment issues. They have since not needed to rehire 4 FTEs becasue the work is that much more efficient.

      Like I said. Creepy.

      I've seen sand boxed system running many threads of the same software and emergent behavior arise that made part of me want to unplug the computer and run for the hills!

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    18. Re:So... by K.+S.+Kyosuke · · Score: 1

      Because it's using its rules to make decisions that humans wouldn't have thought of.

      But that's exactly what inference engines are for.

      --
      Ezekiel 23:20
    19. Re:So... by Charliemopps · · Score: 3, Interesting

      But still you can have 2 tickets and due to traffic you can get to one site right away and the other will take 1 hour to get to but after going to one site traffic frees up and you can get to that 1 hour site in to 10-20 min.

      that's of minor concern. You need to understand how this stuff was done prior to these systems.

      15yrs ago, the tech would drive into work, pick up a stack of work orders off a printer, get in his van and head out in whichever route he thought best. You'd not see the guy for 4hrs, then he'd head back in, grab another stack and so on.

      Now he doesn't even come in. He just looks at his phone and heads to the specified location. The phone even links the location to google maps. Now he can't get lost. The app tells the office where he's at, not that they care... but if he's been on the same ticket for 6hrs they can see he's at the house or if he stopped by a local lake to do some fishing which is something that actually happened quite frequently prior to dispatching software. I used to have to schedule dispatches with other companies we did buisness with and it was common back in the 90s for the tech not to show up on time so, if they were on main street or near the center of town, I'd have the customer stick their head out the front door and look for the techs van. They'd often be at a local don-nut shop or bar waiting for the appointment and get too busy chatting. The customer would have to run down and get them. It was insanely frustrating. Now the dispatcher can update the ticket and make the techs phone chirp.

      Traffic delays aren't that big of a deal in comparison.

    20. Re:So... by Anonymous Coward · · Score: 0

      Expert systems are a subfield of the more general field of Artificial Intelligence. The reason for the unfulfilled hype had less to do with the experts systems than it did with the so-called "experts" used to train them. One thing we learned early on is that what people say they do and what they really do are very different. You cannot trust that someone will tell you all of the embarrassing details about how decisions are made. Why did you ask Jane to do that task today? "Because it is Tuesday, it is summer, and Jane always wears skimpy clothes on hot Tuesdays. And she has to bend over a lot to do the task I assigned her." An AI will fuck that up every time.

    21. Re:So... by umghhh · · Score: 1

      This starts happening already. They get some of their billing outsourced to India and some of it done by machines. The linked article is 4yo now. I guess the billing is as painful as it always was but part of the profits are siphoned out of the system to few guys that own legal rights. Now if they automate and offshore the plumbers that would mean revolution. It will happen eventually.

    22. Re:So... by Teancum · · Score: 1

      I'm betting that in this case "expert system" has become an abused term that the marketing guys of the software developer want to strongly avoid due to bad experiences (like the Denver Airport) over the years. Either that or because the people involved were originally from China, the translation of the term got mangled going from English to Chinese and back to English again. I am strongly suspecting more of the latter though.

      You are correct, this simply is an expert system applied to a large practical application worth millions of dollars.

    23. Re:So... by Teancum · · Score: 1

      It still is AI, or at least as much as "AI" becomes in video games. IMHO about on the same level too.

    24. Re:So... by phantomfive · · Score: 1

      My interpretation of what they've done is essentially a scheduling algorithm.....

      --
      "First they came for the slanderers and i said nothing."
    25. Re:So... by Anonymous Coward · · Score: 0

      lost me.
      this software is custom. Its for a particular subway in China. Can't use it elsewhere.
      car analogy fails... car is even more apt now. your segregation of types of cars are less true now than before. everything is a minivan with gradients of fuel economy.

    26. Re:So... by K.+S.+Kyosuke · · Score: 1

      Of course it is, but if includes "ad-hoc" rules and heuristics, with increasing number of such rules, it seems increasingly unlikely that implementing it with traditional "non-AI" optimization techniques finding a global optimum is feasible.

      --
      Ezekiel 23:20
    27. Re:So... by phantomfive · · Score: 1

      I guess the main question is whether they hard-coded the rules, or if the rules are stuck in a database and can be improved on without recompiling. If the latter, I would agree that it's an expert system. If the former, just a fancy scheduler.

      --
      "First they came for the slanderers and i said nothing."
    28. Re:So... by K.+S.+Kyosuke · · Score: 1

      I'm sorry, but that sounds about as nonsensical to me as trying to make distinctions in a program's architecture based chiefly on whether it's compiled or interpreted.

      --
      Ezekiel 23:20
    29. Re:So... by phantomfive · · Score: 1

      You're sorry? Sorry for what?

      --
      "First they came for the slanderers and i said nothing."
    30. Re:So... by retchdog · · Score: 1

      I think it depends what perspective you want to approach this from. "Orchestration engine" suggests to me that its purpose is to manage manpower, i.e. it's a description of the problem domain. This is perfectly reasonable. The problem domain combines the fields of rules inference (expert systems), scheduling (constrained optimization, dynamic programming, and so on), probably some real-time statistics/quasi-supervised learning, and a few others (user interface, feedback, etc.).

      The funny thing is, "expert system" was a description of a problem domain to begin with. It just happened to become associated with "rule-based inference" which is how the first expert systems were developed.

      It doesn't help that "expert system" is one of those things that AI kind of failed to deliver on when they were introduced. Expert systems can be hand-coded or automatically inferred, and these are totally different games. Some very useful expert systems have 10 (or fewer) decision nodes, while others have a lot more, especially if you consider Watson to be an expert system (which it is; or at least, it's an "ensemble of expert systems").

      See, "expert system" isn't very precise and never has been. There are dozens of methodologies for them, and running through a tree or list and picking a result is simply the most primitive one. The new statistical hotness is boosted/bagged learners and ensemble methods. So, "expert system" was an imprecise term to begin with and has now been burdened with a lot of baggage. I would toss it myself, it's basically meaningless now. These things happen.

      --
      "They were pure niggers." – Noam Chomsky
    31. Re:So... by Chatterton · · Score: 1

      I have written an expert system for an oil company for predicting output of distillation towers at 1, 2, 4 and 8h in the future. The V1 of the expert system has the rules in a database and is working perfectly but is a bit slow. For the V2 of the system we auto-generated some code from the rules to include them at compile time. Do you say that V1 was a real expert system but V2 is just a fancy prediction software? For me they are the same. They still use the first version to add/debug rules before compiling a new revision of the V2...

  2. Good by kruach+aum · · Score: 4, Insightful

    Everything currently run by committee should ideally be run by an AI with limited human oversight in the future. Groups of humans suck at the two things AIs are great at: remembering things and making decisions.

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

      All decision makers should be replaced with AI!

    2. Re: Good by kruach+aum · · Score: 4, Funny

      That sounds suspiciously like a decision to me, comrade. Do you have documentation signifying that you are 100% pure AI?

    3. Re: Good by K.+S.+Kyosuke · · Score: 1

      All decision makers should be replaced with AI!

      You're making a very important decision here. Have you consulted it with your AI?

      --
      Ezekiel 23:20
    4. Re: Good by Anonymous Coward · · Score: 0

      AI segregator!

    5. Re:Good by DutchUncle · · Score: 1

      Isaac Asimov, the Machines in "The Evitable Conflict", 1950. James Blish, the City Fathers of "Cities in Flight", 1957. Christopher Anvil, the Symbiotic Computers of the Interstellar Patrol, various stories, 1960s.

      The AI usually takes over. For our own good, of course, in the most loving and paternal way.

    6. Re:Good by kruach+aum · · Score: 1

      ... in science fiction. I hope you are aware of what "fiction" means, otherwise I fear there are greater threats on your horizon than evil AIs.

    7. Re:Good by Teancum · · Score: 1

      It would be impressive if legal code could somehow be "compiled" for syntax checks as well as encoded in such a way that it becomes expert system rules. That way, asking if a particular action was legal simply would be running it through the "AI" to find out.

      That would sort of make some of the stuff that judges do to become obsolete, but is that a bad thing too?

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

      What was that thing you said just before 'making decisions' ?

  3. I can't imagine something like that in the U.S.A. by ArcadeMan · · Score: 3, Insightful

    Laws, paperwork, unions, paperwork, regulations and paperwork wouldn't allow this to happen.

  4. Re:I can't imagine something like that in the U.S. by oodaloop · · Score: 4, Insightful

    I dunno. If a corporation smells a profit in it, then I think they'll find a way.

    --
    Tic-Tac-Toe, Global Thermonuclear War, and relationships all have the same winning move.
  5. Expert System by DontBlameCanada · · Score: 5, Insightful

    This is a perfect example of an Expert System.

    Expert Systems have been one of the most successful and longest used AI models in industry. FPGA routing and layout programs have relied on this form of AI since the early/mid 90's.

    1. Re:Expert System by TWX · · Score: 1

      And here I was thinking it sounded like Alpha Complex.

      Maybe a little paranoia once in awhile isn't such a bad thing.

      --
      Do not look into laser with remaining eye.
    2. Re:Expert System by i+kan+reed · · Score: 1

      Don't worry, you can trust the computer.

    3. Re:Expert System by Anonymous Coward · · Score: 1

      That's because you were busying typing the teletext tag to make your comment less readable

    4. Re:Expert System by jellomizer · · Score: 1

      To much Science Fiction and not enough Science Fact.
      A common theme in Science Fiction is the idea that technology will replace humans, which is often true. However most SciFi usually takes this idea and follows the slippery slop to a far more interesting to read, but most likely not possible worst case situation.

      SciFi books about say a middle grade analyst having to change careers in his mid 40's because technology had made his current job obsolete. Is rather dull. But if that system some how became the all knowing overlord, picking who lives and who lives on a global scale. Now that is interesting, and allows conflict with a rag tag team of Humans in their seemingly impossible task in out thinking the super computer.

      When you read a cautionary tail, it isn't about stopping progress, but opening your mind to other options, if these options are bad, put insurances to protect the bad stuff from happening.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    5. Re:Expert System by CastrTroy · · Score: 3, Insightful

      I don't even know if I'd classify something like this as "AI". It's just running an algorithm using lots of information and doing complex calculations. Way more complex than any person could do, but they are not the kind of actions I would generally consider "intelligent". Efficient allocation of resources works great for computers, because they aren't biased. They don't give their friends extra shifts or wait until later to call in a repair crew because the didn't like the attitude of the person who reported the problem.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    6. Re:Expert System by timrod · · Score: 1

      (Disclaimer: I am not a fiction writer)

      I could totally see an interesting book about a middle-grade analyst having to change careers because his job gets taken over by a computer. It would start with the analyst, who is pretty much coasting through his career trying to hit retirement, the work so routine that he can do it in his sleep, going into the office one day and seeing a bunch of his friends, people he entered the workforce with, leaving with their personal effects in boxes, their jobs having been taken over by computers. He's still got employment for a while longer, because after all, the company needs someone versed in the old ways while they get the system fully set up and functional.

      A few weeks pass, and the analyst watches as the people he used to work with change - some of them get jobs at other, less-advanced firms, becoming the office dinosaur. Others go into full mid-life crises because they realize that their skillset is now completely obsolete, and wind up going nuts like Michael Douglas in Falling Down.

      The analyst, realizing that he doesn't want to be either of those things, tries to find another way out. He takes some classes, meets some people in the same situation he's in, meets some new people, and tries his hand at any number of careers, finding out that more and more of the job opportunities are being taken over by machines. Eventually, he meets a younger minority girl who starts teaching him how to program, and in a "second coming of age" moment reinvents himself as a computer programmer. By the end, he gets a job at his old firm, this time as a coder working with the automated system who replaced him in his first job.

      I've seen worse movie plots.

    7. Re:Expert System by TapeCutter · · Score: 1

      Yes, the math behind the system in TFA was discovered by none other than John Von Neumann, who is also credited with inventing the aritechture that all modern computers are based on. FPGA routing and layout design uses path finding algorithms, the similarity is that they are both optimisers. MinMax, path finding and other optimization algorithms are all part of a branch of maths called Operations Research, or simply "logistics" to Americans. It gained it's original name and it's connection with computers during WW2.

      I helped build a dispatch system similar to the one in TFA for a large telco in the 90's that planned and dispatched jobs for 6,000 linesmen and technicians. The thing spent all night calculating the most efficient plan only to have a half dozen PHB's screw it up at 5am with unwritten rules such as Senator Dick Waver needs his phone fixed now! It would then spend all day trying to work around their manual overrides via 2min partial optimization runs. That $100M system would now run on a cheap laptop. It's grandchild is still a "mission critical" system but I imagine the PHB's have got enough hardware grunt to recalculate on the fly these days.

      To be honest efficient planning wasn't the original reason they implemented the system, getting the workers into a company van they could take home (union), with a laptop and phone backed by automated dispatching (engineering), meant they (PHB's) could sell $600M of prime real estate the (ex-government) depots had been sitting on for over half a century.

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    8. Re:Expert System by Anonymous Coward · · Score: 0

      By the end, he gets a job at his old firm, this time as a coder working with the automated system who replaced him in his first job.,

      Epilog: The new job lasts only six weeks because the MBAs decided to farm all the coding out to Mumbai.

    9. Re:Expert System by GTRacer · · Score: 1

      Yeah, but couldn't you totally hear the ka-chukka sound of the impact printer as you read it? Ahh, nostalgia...

      --
      Defending IP by destroying access to it? That makes sense, RIAA/MPAA. Go to the corner until you can play nice!
    10. Re:Expert System by Anonymous Coward · · Score: 0

      To me, it seems more like the scifi story Manna

      http://marshallbrain.com/manna1.htm

    11. Re:Expert System by K.+S.+Kyosuke · · Score: 3, Interesting

      I don't even know if I'd classify something like this as "AI". It's just running an algorithm using lots of information and doing complex calculations. Way more complex than any person could do, but they are not the kind of actions I would generally consider "intelligent".

      It is a curse for the field of AI that it's generally defined quite vaguely as "trying to do things in computers that humans do better than computers". Why, so many things people consider "not AI" today are commonplace precisely because AI researchers dedicated a lot of their time to solving them! Once you solve an AI problem, in minds of many people, it ceases to be not only a problem, but also a matter for AI. The area in question is known as "automated planning and scheduling", and the reason why you don't think it should be classified as AI is to a large extent because it was the AI researchers who largely solved it back in the 1970s or so.

      --
      Ezekiel 23:20
    12. Re:Expert System by Anonymous Coward · · Score: 1

      You insensitive clod - that's not a plot, that's my life! (except for the part about meeting a young girl. That part is pure fantasy)

    13. Re:Expert System by blackiner · · Score: 3, Insightful

      Reminds me of how my AI professor described AI. You have two types of AI, strong and weak, strong being something akin to a conscious thinking mind (and not even guaranteed to be possible at the moment), and weak being stuff like data mining, translation, speech-to-text, puzzle solvers, etc. She also let us know that things are only considered AI until they are solved, then they are just 'algorithms', which I think mirrors people's perceptions of AI quite nicely.

    14. Re:Expert System by Anonymous Coward · · Score: 0

      I heard your mom has relied on this form of AI since the early/mid 90's.

    15. Re:Expert System by Anonymous Coward · · Score: 0
    16. Re:Expert System by geekoid · · Score: 1

      You don't consider it intelligent becasue you have tricked yourself into thinking you understand it.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    17. Re:Expert System by DutchUncle · · Score: 1

      Not unlike philosophy. When philosophy answers one of its nagging questions, suddenly it becomes math or logic or science.

    18. Re:Expert System by Anonymous Coward · · Score: 0

      > "Way more complex than any person could do, but they are not the kind of actions I would generally consider "intelligent".

      This is what doctors do all the time, they are an expert system. Patient comes in, with several symptoms, they match it against their database of knowledge and produce a result. Figuring out an illnesses from reports is the classical example of an expert system when you learn the definition. We even have had a very popular show based on this concept (Dr House). Yet you wouldn't consider such a system intelligent?

      Machines even get better scores than humans, simply because there is always so much knowledge any person can know. Indeed, the only reason we still have humans as doctors is that machines are poor inspectors. Or as Dr House said: all patients lie.

      Live with it.

    19. Re:Expert System by umghhh · · Score: 1
      I know this is off topic and off the main line of your argument but why do you consider M.D. in falling down as a guy who 'went nuts'? I mean the movie is (slightly) overblown but in any of the situations that we see Defence guy taking action against the system, I actually could agree that the actions were reasonable except maybe blowing up street with a missile which could injure bystanders. Come to think of it - our meaninglessness is so profound these days that just the only way we can get message across is with direct and possibly violent action as other means are not available due to corruption of the overwhelming system and inactivity of bored majority. Only then, after such direct action, we may realize that this has been pointless anyway as nobody caring watches and those that do are already blinded by many of such actions in the past.

      As for the rest of your story - I wonder how it will all change (assuming no dino killing meteor event interrupting the experiment) in few years - more factories coming back to 'developed world' going full automatic so good jobs going away now not only to offshoring but also to automation. What jobs will our kids have to support their families? Human tendency is to go for utopia and end up with dystopia so ....

    20. Re:Expert System by Boronx · · Score: 1

      The trend suggests that in the limiting case, humans are not intelligent.

    21. Re:Expert System by Boronx · · Score: 1

      That's backwards. Philosophy only solves its nagging questions by *resorting* to math or logic or science.

    22. Re:Expert System by mikael · · Score: 1

      There was another variation where you could give the expert system a list of ingredients that you had available, and the system would tell you which drinks you could make and optionally how many.

      Back in the 1990's, having a expert system that could generate the course timetables for the whole university was a holy grail of all AI departments. Most of the time it worked but every now and again it would generate courses that clashed, requiring some extra modification. Never knew whether they got it finally working.

      --
      Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
    23. Re:Expert System by Anonymous Coward · · Score: 0

      isn't this ultimaitly what humans do. We are just much harder to program due to the scope of our expert system, and the data we work on is often flawed.

  6. Management is becoming obsolete by Anonymous Coward · · Score: 4, Interesting

    What we see now are the first steps towards making a big chunk of management obsolete. Expert systems are well on their way to out-compete managers who in many situations cannot make decisions of the same quality as an AI. Or to put it differently: An AI can make better decisions than a human in many areas. And in these areas humans (managers) will not be able to compete.

    1. Re:Management is becoming obsolete by ZeroPly · · Score: 1

      You are conflating management with leadership. Expert systems can handle a lot of the logistics, but they can't determine that Billy Bob had a rough 4th of July weekend, and it would be best to have him do his paperwork today instead of working on the electrical junction box that has water damage.

      --
      Support microSD: in a post 9/11 world, it is unwise to carry your data on media that you cannot comfortably swallow.
    2. Re:Management is becoming obsolete by Anonymous Coward · · Score: 0

      No, what you see here is a disaster in the making.
      When something unexpected will happen, the AI's limited decision set will not be enough. I'm not saying that it might cause problems directly, but it will not be making any decisions that should be made. A human is flexible, a human can learn, and in this case, you'll have a lot of humans that haven't learned anything because they "delegated" everything to a super-advanced bash script.

      Remember the old "Error: keyboard not detected. Press any key to continue"?

    3. Re:Management is becoming obsolete by geekoid · · Score: 1

      "but they can't determine that Billy Bob had a rough 4th of July weekend, and it would be best to have him do his paperwork today instead of working on the electrical junction box that has water damage."

      Says who?

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    4. Re:Management is becoming obsolete by ZeroPly · · Score: 1

      Says someone who has actually been doing this for a living, and doesn't subscribe to the naïve twenty-something techie view that the world can be fixed through software.

      --
      Support microSD: in a post 9/11 world, it is unwise to carry your data on media that you cannot comfortably swallow.
    5. Re:Management is becoming obsolete by ItsJustAPseudonym · · Score: 1

      That is why they have humans review and approve the schedule.

    6. Re:Management is becoming obsolete by Anonymous Coward · · Score: 0

      The trouble here is:

      1) System designed by experts using the best knowledge they have at the time.
      2) System replaces experts, thus making the system as good as the experts could make it.
      3) Experts do other stuff. System keeps doing its thing.
      4) System remains stagnant as there are no longer any experts to improve on it.

      Machines suck as learning, people are good at it. Machines are better at applying learned lessons, but unless people are doing the learning, the machine will not improve.

    7. Re:Management is becoming obsolete by Ash-Fox · · Score: 1

      but they can't determine that Billy Bob had a rough 4th of July weekend, and it would be best to have him do his paperwork today instead of working on the electrical junction box that has water damage.

      If my scheduling system can take this recommendation into account, why wouldn't the AI be capable of doing it?

      --
      Change is certain; progress is not obligatory.
    8. Re:Management is becoming obsolete by Boronx · · Score: 1

      Grandparent post still stands. These reviewers will gradually be replaced by others who never had any experience scheduling the work.

    9. Re:Management is becoming obsolete by Anonymous Coward · · Score: 0

      To be fair a random number generator linked to a dictonary would be better than most managers.

    10. Re:Management is becoming obsolete by ItsJustAPseudonym · · Score: 1

      Insightful. Well done.

  7. The Computer is Your Friend by jovius · · Score: 2

    "People get scared when you talk to them about AI,"

    Team Leader, please report to the debriefing room ASAP.

  8. Re:I can't imagine something like that in the U.S. by i+kan+reed · · Score: 5, Insightful

    Riiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiight. It's those unions. Those ones whose membership has been steadily and measurably been decreasing for 30 years(almost exactly at the same rate as wage stagnation occurs, as a complete coincidence).

    How small does Snowball's organization have to get before you stop believing he's behind everything?

  9. So they built an expert system. by Mysticalfruit · · Score: 1

    This is far more common then you would imagine... The fact it's being applied to a subway system in this manner is pretty novel.

    --
    Yes Francis, the world has gone crazy.
    1. Re:So they built an expert system. by nospam007 · · Score: 1

      "This is far more common then you would imagine... The fact it's being applied to a subway system in this manner is pretty novel."

      Every railway that deserves its name uses something like that.
      Even if their 'underground' lines are shorter than a subway, which is the only distinction I can see.

      Also usually when you make 'noise' at night, above-ground is usually more problematic than 20 feet below the street level in a tunnel.

  10. It's sad when by Anonymous Coward · · Score: 0

    I have to see /. content two days after I saw it on reddit.

    1. Re:It's sad when by Anonymous Coward · · Score: 1

      You must be sad constantly then.

  11. It's here already? by Ken_g6 · · Score: 3, Insightful

    Is it called Manna?

    --
    (T>t && O(n)--) == sqrt(666)
    1. Re:It's here already? by LordLimecat · · Score: 1

      Its kind of hard to take seriously a story that basically talks about how communism will fix everything. We tried it; before it was called "the Australia Project", it went by "the China project" and "the Soviet project".

      I wont spoil the endings; you can read about it on wikipedia.

    2. Re:It's here already? by nedlohs · · Score: 1

      Please provide some more details about "The Australia Project", which I guess was Australia's famous experiment with communism that somehow no one has ever heard of?

    3. Re:It's here already? by LordLimecat · · Score: 2

      Its from the story he linked. It posits a future where AI runs the American economy, leading to decidedly mediocre standards for everyone. The alternative posited is "the Australia project' which is basically continent-wide communism due to robot labor, renewable energy, and no pollution.

      Its all great sounding stuff, but its also complete nonsense.

    4. Re:It's here already? by Immerman · · Score: 1

      Next time maybe we can try something that involves actual communism rather than just a communist banner carried by authoritarian thugs. Hint: if members of the government are living substantially better than the poorest members of society, it's not actually communism.

      --
      --- Most topics have many sides worth arguing, allow me to take one opposite you.
    5. Re:It's here already? by LordLimecat · · Score: 1

      Its a strange thing that Communism tends to be espoused by folks who seem to be well informed and intelligent, but who invariably miss the fact that it attracts the sort of people who make it not work (authoritarians).

      Also, Communist China came close. It failed for MANY reasons, and authoritarianism wasnt it. Farmland was redistributed so that farmers could do their farming for all, but farmers tended to sell the farmland for a quick payout. Communal kitchens were set up, but they tended to lower the quality of life for people involved. Systems for generating vast quantities of steel were implemented, but because there was no output--earning link, the steel tended to be worthless pig iron.

      People keep saying "it just hasnt been done right" but communism was happening in a very pure form in China for several years after the revolution and it simply doesnt work; people starve to death, well before the Big Bad Authoritarians come in. The fact that they come in eventually is a symptom of the underlying illness. And the worst of the atrocities are due to the fact that Communism requires EVERYONE to buy into the system, which results in things like the killing fields or the Cultural Revolution, necessary to purge those nasty subversive capitalist tendencies.

      Theres no way you can cut it where Communism isnt a plague on humanity. People are not fluffy bunnies who have lost their way; they are self-interested, and generally not good folk, and appealing to an economic system that requires selfless devotion to the greater good is a delusional pipe dream.

    6. Re:It's here already? by FriendlyStatistician · · Score: 1

      But now we have robots! Surely the problem with previous attempts was simply a lack of technology and resources which we have now solved.

    7. Re:It's here already? by IamTheRealMike · · Score: 1

      That's not quite how I remember Manna.

      The reason the American economy is trashed in the world Manna envisions is not because it's run by an AI but because America failed to adjust to a post-work society. Everyone is on social security/benefits, because hardly anyone has a job as it was all automated away or pirated. So people have a kind of futuristic subsistence lifestyle in which robots attend to their basic needs but they can never get anything more.

      The Australia project, on the other hand, is not meant to be communist. It's meant to be a society where your having a job was disconnected from you having social value. It's a society that prioritises leisure time and finds other ways to allocate the few scarce resources that are left in ways that aren't money. Communism as a term is too heavily linked with the real-world implementations in the Soviet union to be useful for describing this state of affairs.

      IIRC at the end the story goes off on a bit of a tangent and all the Australians just end up having VR sex all day or something. Not a great ending. But I remember Manna kind of blew my mind when I first read it, and its prediction that robots/computers would replace middle management before the toilet cleaners was (to me) very new and obviously correct. Indeed that's what this story is about.

    8. Re:It's here already? by Anonymous Coward · · Score: 0

      generally not good folk,

      I agree with almost all of your post but this: being "self" and "locally" interested - i.e., caring about yourself and your close neighbors, friends, relatives - doesn't mean humans aren't "generally good folk." In fact, it's hard to imagine a definition of "good" that requires a self-abnegating devotion to the slightest whim of any of the 7 billion other people on earth.

      The fact that we've been able to build such massive, working societies is an indication that most humans are indeed "generally good folk." Here's a brain buster: why is the "general good and welfare" of 7 billion other random people more important than my own? What makes them more important, if we're positing that the measure of a "good" person relies on selfless devotion to the welfare of "everybody who isn't me?"

    9. Re:It's here already? by Anonymous Coward · · Score: 0

      The are several points where Manna runs off the rails, but the one that takes the cake is where the robots hook into your upper spinal column, controlling all input to and output from your brain. After this is explained to the protagonist, he says "Sounds great! Let's do it!". What? What. The. Hell. I can't imagine anybody ever *agreeing* to something like that.

    10. Re:It's here already? by LordLimecat · · Score: 1

      If you're using the word "good" (in the moral sense) to mean "things that benefit me", you have made it meaningless. People talk of the holocaust being "bad", even if it did not personally affect them; but by your meaning you simply wouldnt attach any moral judgement to it unless you happened to be a Jew or Romani.

    11. Re:It's here already? by MozeeToby · · Score: 1

      That story bugs me, not the technology or anything. Just the fact that he spends the first 40% of it lamenting how bad things are and how the wealthy just want to live their life of leisure and leave everyone else to rot in the slums. Then the main character suddenly becomes fabulously wealthy and... leaves everyone else to rot in the slums while he farms... I guess... No one, not even the "good guys" with essentially limitless resources actually tries to change the system that is leaving 99% of humanity living in abject poverty with no hope of escape.

    12. Re:It's here already? by stdarg · · Score: 1

      I don't think that makes it meaningless, but you have to be careful in applying it to yourself versus judging others. If "me" is relative then it allows you to apply the standard to others and say whether they are a good person even if they don't benefit (or harm) you. You can say the people behind the holocaust were bad, because they did not care about their close neighbors, friends, relatives, etc.

      While I agree with GP on that respect, I disagree that large societies are evidence that people are good. Even in a large society, most people don't interact directly with the majority of that society. Your neighbor could be one of those people who kidnaps children and keeps them in a dungeon for 12 years (amazing how many stories like that have come out in the last few years) and you wouldn't know. Thought experiment: what if everybody in your neighborhood except you did that? Everybody in your city? It would appear the same as now, but pretty obviously it's not a "good" society.

    13. Re:It's here already? by geekoid · · Score: 1

      How about you look at China, where they seem to have a very big economy.

      Anyways, robotic system will remove the reason communism failed.
      So if I have robotic workers, why would people need to work?

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    14. Re:It's here already? by mister_playboy · · Score: 1

      There were lots of benefits to the plug-in setup. The primary social justification for the setup was to prevent bad behavior/crime.

      Having an perfect AI referee watching everyone through their own senses is far-fetched, but I took it to be more of a thought experiment than some attempt at non-fiction.

      --
      Do what thou wilt shall be the whole of the Law ::: Love is the law, love under will
    15. Re:It's here already? by geekoid · · Score: 1

      That's a nice 6th grade interpretation of communism, well done.
      I can point to mane of those exact same flaws with democracies.

      Of course, if robots do the work, then why doesn't it work?

      The funny thing is how most people posting are confusing Communism, Marxism, Leninism and Socialism.

      The problems you state come from Leninism, not Communism itself. Leninism is what created the central market, and state control by a vanguard party, as opposed to a common rule of law.
      Leninism is what causes the USSR to fail. That and the military dick waving economic war.

      .

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    16. Re:It's here already? by LordLimecat · · Score: 1

      There were lots of benefits to the plug-in setup. The primary social justification for the setup was to prevent bad behavior/crime.

      That anyone can hear / say something like that without shudders running up their spine is amazing to me. I would be doubly dumbfounded if you told me you had read 1984.

      Reeducation is one of those things that sounds great in theory, until you get down to what it would actually entail.

    17. Re:It's here already? by LordLimecat · · Score: 1

      The Australia project, on the other hand, is not meant to be communist

      Lets see...

        * Everyone gets an equal share. The only semblence of an economy is the fact that everyone gets 1000 credits.
        * Everyone controls the means of production
        * No one is required to do a specific amount of work: its all "whatever you can chip in"

      That sounds a lot like communism to me.

      Saying "dont call it communism, cause that conjures up all the horrific attempts at it in the real world" is a bit too idealistic for me. Looking at the track record for an idea and its implementation seems like a pretty good indicator of how healthy it is.

    18. Re:It's here already? by Anonymous Coward · · Score: 0

      Actually, I'm questioning why we've suddenly decided that devotion to suicidal abnegation is the measure of humanity's "goodness." People talk of the Holocaust being "bad," because it was objectively a terrible thing: the wholesale murder of millions of human beings.

      Where I disagree is with your assertion that humans are "generally not good folk." This estimation is apparently based on the idea that we lack some sort of self-destructive impulse that would cause us to never work for ourselves, but only for other people's benefit, which would make us "good." I submit that rational self-interest is perfectly moral and "good" in any meaningful sense of the word. You seem to be trying to portray communism as just an unfortunately impractical idea, because humanity is essentially "bad." I would submit in response that any system which requires people to act against their own nature is *profoundly* immoral - the fault lies not in the "generally evil" people failing to "make it work," but in the singularly monstrous mind that conceived of such a system and demanded that other people "make it work" in the first place, then tried to make them feel guilty for being "too evil" to make it work.

    19. Re:It's here already? by mister_playboy · · Score: 1

      Realistically you are already subject to an endless litany of laws as a citizen of the United States circa 2014. So many rules, in fact, that you don't even know what most of them are. Society is necessarily built on "re-education" from our theoretical natural state, because these rules are not all inherent to our behavior.

      The idea in the story was that an efficient enforcement mechanism can minimize the number of necessary rules and maximize their fairness. While you may prefer our current system to the one in the story, it's not hard to imagine that the current system of rules is non-optimal.

      The inability to act out many "bad" behavior in the Australia Project was negated by the disconnect between brain and body in the plugged-in citizens. You were free to do what you wanted in your own personal Matrix where there were no ill effects to either you or others.

      Americans are individuality obsessed, perhaps moreso than any other human culture throughout history. The story is written specifically to force us to think about this subject.

      --
      Do what thou wilt shall be the whole of the Law ::: Love is the law, love under will
    20. Re:It's here already? by Anonymous Coward · · Score: 0

      And as GP, I'd submit that if "everybody in society but you" was a child-murdering psychopath, we would not have been able to build a stable and lasting society in the first place. The fact that we CAN cooperate, and work together, and build relatively stable social structures is a sign of the average "goodness" of humans.

      Your thought experiment would result in humans never having left the jungles: no social structure would be possible if every human being we encountered was likely to murder our children and rape our mates.

    21. Re:It's here already? by marcosdumay · · Score: 1

      You know, in a imaginary future where machines outcompete humans in every task, and no job is available for more humans to perform anymore, all those problems you cited just go away.

    22. Re:It's here already? by Anonymous Coward · · Score: 0

      You are an idiot. A Chinese emperor tried and failed to get to the moon back in the 13th century; but that didn't make it impossible for when we tried it latter. Most stuff we try fails the first time, but non-stupid people analyse where it failed and decide how to fix it. If wildey coyote tried to perfect the rocket skates, instead of inventing a new system to catch the road runner each time, then he would of stopped the annoying beep beep years ago.

    23. Re:It's here already? by Anonymous Coward · · Score: 0

      The versions of communism we tried didn't have everyone control the means of production (only the goverment did). There was also great differences in wealth (friends of the goverment had it good). Also you were assigned a job and you had to do it (which was terrible because everyone wants to be movie stars, R&D legends, and test piolts, and no body wanted to clean the toilets). Robots solve all of these problems. Also communism is meant to have a prosperous period of capitalism before it (which hasn't been done in past examples) because if you split up jack all between everybody then everybody gets jack all.

    24. Re:It's here already? by Anonymous Coward · · Score: 0

      Also communism is only meant to be installed in a rich country. split up nothing between a lot of people and they all get nothing.

    25. Re:It's here already? by Anonymous Coward · · Score: 0

      The few people that own all the robots have it good (like the guy that built manna). And then those guys have an entire country’s resources to build fantastically expensive products for each other. Think private space stations orbiting a moon of Jupiter. They would have basically won at capitalism (which is kind of inevitable if you let it run long enough, r>g and all), problem is only .1% are likely to win so 99.9 end up in cheap houses with robots trying to make them sterile and terminators to stop them rebelling.

    26. Re:It's here already? by stdarg · · Score: 1

      That's a good point but you're not considering that what people do within a society may be different than what they do pre-society. When we were all living in a jungle, perhaps the selfish need for communal protection outweighed other selfish drives. When society is established, one of the benefits is more privacy (property ownership, no trespassing, etc... the legal system keeping others away from you with little effort on your part) which lets you indulge your darker drives.

      My point is that societies can change over time and what started as a good society could become a colonial, slave-holding, child-murdering (when the children are "other") society at some point, while still being large and advanced relative to others.

  12. Re: I can't imagine something like that in the U.S by alen · · Score: 1

    And nimbys

    Anytime the NYC subway wants to shut down part of the system for maintenance, everyone complains and runs to their local political boss

    Same in Long Island for the lirr. They are building a second track in a large part of the system and people who drive don't want the extra trains because it will make them wait longer at crossings

  13. Less bureaucracy? by SeanInSeattle · · Score: 1

    I would like to know how much efficiency was gained as a result of getting rid of the bureaucracy. That alone must have been worth quite a bit.

    1. Re:Less bureaucracy? by bickerdyke · · Score: 1

      For that the reading recommendation would be "Snow Crash".bureaucracy has not been gotten rid of, but reduced to some insignificant role while the rest of the world is gouverned not by gouvernments or bureacracy, but "business processes" and coorprations and their three-ring-binders with company procedures.

      --
      bickerdyke
    2. Re:Less bureaucracy? by geekoid · · Score: 1

      Entertaining book, not a practical example at all.

      First off, it overlooks the bureaucracy's were created by a people so we could do very complex things well.
      Secondly, bureaucracy still exist in snow crash. They exist in other companies, and they exist in the management of different regions.

      The government lost control to corporations being able to run everything through consistent privatization.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  14. Soon... by koan · · Score: 1

    You won't even have to train the workers, they will have Google Glass like interface with which instructions sent from the AI tell the "human" what to do.

    Humans will become the hands and feet of the AI.

    --
    "If any question why we died, Tell them because our fathers lied."
    1. Re:Soon... by Anonymous Coward · · Score: 0

      It wont work. You can be told how to weld but it it still takes actual practice.

  15. Not all about jobs by Justpin · · Score: 1

    Because HK's MTR is heavily overstaffed. For instance during peak times they will deploy an army of people to stand around holding signs, on Nathan Rd for instance a one way system it put into place for the entry and exit stairs for the stations. The above LED sign states that it is exit only or entry only. But two people are deployed to stand guard (which blocks the exit a tad) to hold signs saying exactly the same thing. Similarly down on the platform levels even though there are platform screen doors, you have armies of people standing there holding signs and little foam covered sticks to prevent people from getting on if it is too crowded. When I mean crowded I mean well over 100% capacity.

    1. Re:Not all about jobs by Tablizer · · Score: 1

      armies of people standing there holding signs and little foam covered sticks to prevent people from getting on if it is too crowded.

      Soon they'll have Daleks wield the sticks. N-o E-n-t-r-y, N-o E-n-t-r-y!

  16. Many of the comparisons to other systems are bogus by Herschel+Cohen · · Score: 1

    NYC system has a 24 hour schedule, the last I heard.

    I think even the London may operate more hours than does the Hong Kong system (the link I found on service hours for H.K. was imprecise, i.e. [approx.] early morning to late at night every day of the year], which at worse comes close to the London hours of service.

    Both NYC and London systems are both near one hundred or more years older, which means they are more maintenance intensive. Moreover, the former (and presumably the latter) are comprised of an amalgam of irrationally constructed competing systems that have been only partially made a more rational whole by closures, by new construction and by attempts to connect lines.

    I know this does not address the supposed A.I. aspect, but a system built much later has advantages in the tools they employ.

  17. Interesting...but not 'new' by dtjohnson · · Score: 3, Informative

    The article was posted by someone who does not appear to have been around computers in industrial applications. Computers have been used for at least 4 decades for maintenance planning in large facilities as well as other areas such as transportation routing, product blending, production scheduling, etc. The maintenance activities for the London tube or the NYC subway are likely also being planned and scheduled using some sort of similar system even if the uptime result is not as good as Hong Kong.

    1. Re:Interesting...but not 'new' by Anonymous Coward · · Score: 0

      Doesn't make the story any less interesting for those of us not in the know to read. /. comments are always so negative and pessimistic, parent included.

    2. Re:Interesting...but not 'new' by steelfood · · Score: 1

      The maintenance activities for the London tube or the NYC subway are likely also being planned and scheduled using some sort of similar system

      I can't speak for London, but you'd be surprised about how backwaters the U.S. can be, especially in government organizations. When contracts are dragged out far beyond the initial bid (or even estimate, in a no-bid situation), it's more cost effective to do nothing and stick with paper and pencil. Check out the CityTime project if you want to see what happens to government contracts. It's an extreme case, certainly, but similar things happen on all scales, from the union workers to the contractor all the way up to management.

      --
      "If a nation expects to be ignorant and free in a state of civilization, it expects what never was and never will be."
  18. Manna by brunes69 · · Score: 1, Insightful

    Relevant. Must-read short story if you haven't.

    http://marshallbrain.com/manna...

  19. Re:I can't imagine something like that in the U.S. by russotto · · Score: 1

    Riiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiight. It's those unions. Those ones whose membership has been steadily and measurably been decreasing for 30 years(almost exactly at the same rate as wage stagnation occurs, as a complete coincidence).

    Public service unions are the major exception; the general decline is irrelevant when US mass transit is still almost completely union.

  20. Now is the time fire the experts. by 140Mandak262Jamuna · · Score: 4, Insightful
    We have talked to the experts. Extracted their wisdom. Encoded it into machine readable rules. Proved that all the expertise has been extracted by the 99.9% up time.

    So, naturally, the next step is to fire all those people who would no longer have something to contribute. As a purely added bonus all these people fresh out of things to contribute happen to be with years and years of experience, which means seniority and high pay.

    The mid level bean counter would think, "well, I should be able to fire at least 20 of them. Savings of 2 million on pay, another million in benefits, almost 10 mill over three years. Even if I have to let the SOBs CEO and CFO grab a mill each, I should be able to get at least 250 K for myself. Time to fire up power point, 'Work Force Optimization due to the increased Efficiency achieved by the AI system. By Gottah Avemyb Onus, Sr Vice President, Hatchet Division'"

    --
    sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
    1. Re:Now is the time fire the experts. by ledow · · Score: 1

      And the problem is?

      What you're suggesting is that we should choose the inefficient methods because it's more expensive but involves unnecessary humans. Quite where the logic of that lies, I can't tell.

      If they'd hired some smarty who did the same for their company, and gave 99.9% up-time by their work, surely the same would still happen - except maybe they'd pay that guy a lot as well?

      The case for "sabotaging" (look up the origin of the word) technology really died out hundreds of years ago - when we proved that actually it meant that everyone else in the world did better, got cheaper shoes, or - in this case - got to work on time. They've found a way to get the city to work on time, reliably, without the previous reliance on expensive humans to make the wrong (and maybe even politically-motivated in the case of worker's unions) decisions. The city probably makes more money as a result than the transport system COSTS, even if it's not in direct $ figures on some spreadsheet somewhere.

      The only consistent, ongoing factor in automation is that it does more, faster, more reliably, cheaper at the expense of staff who did less, slower and less reliably but cost more. Sure, people need jobs - but nobody but the government is obligated to create them.

      And, to be honest, if the guy who commissioned and oversaw the system gets a raise as part of that? Good on him. He did a fucking good job by the looks of it.

      Anyone want to have these people come do the same to the London Underground so we can sack all the striking drivers that earn more than I do, the useless ticket-office issuers who never know what to do even when the machine TELLS them, and actually get to work on time? I do!

    2. Re:Now is the time fire the experts. by Sabriel · · Score: 1

      The only consistent, ongoing factor in automation is that it does more, faster, more reliably, cheaper at the expense of staff who did less, slower and less reliably but cost more. Sure, people need jobs - but nobody but the government is obligated to create them.

      "Your poverty isn't my problem" is usually where it all goes to hell, yes. Right up until the poor collectively discover that they can still throw rocks.

    3. Re:Now is the time fire the experts. by Anonymous Coward · · Score: 0

      They can throw rocks all day long until our (that's us the successful people) tanks run them over. If you don't have the people skills to remain relevant in an automated society (the only skills that can't foreseeably be acquired by robots) perhaps you should look up this concept called natural selection.

    4. Re:Now is the time fire the experts. by Sabriel · · Score: 1

      Do you truly believe you would be one of the "successful people" in a society that thinks the solution to poor people is to run them over with tanks?

    5. Re:Now is the time fire the experts. by ledow · · Score: 1

      1) If you think a job is a right, you're wrong.

      2) If you think any one company has to create jobs, you're wrong. In fact, they are legally bound to provide shareholder value in most cases, which usually trumps any kind of inefficient workforce.

      3) I, certainly, am not obliged to create a job for you either.

      Thus, translating that to "poverty isn't my problem" is a bit facetious and misleading.

      And the guys throwing rocks, they'll be wondering why no employer will touch them in a year's time. The Luddites may have had cause to be upset, but they were pretty much gone shortly after - because there's only so long you can protest about not having a job before you have to go find another, or before the law steps on you.

      Nobody is claiming that this solves world poverty - what we're saying is that automation is an inevitable, and fairly logical, consequence of simple economics. Nobody hand-makes clothes any more, nobody fires their own bricks or builds their own stone-walling, nobody bakes their own bread, or keeps their own animals - not on anything but a hobbyist scale. There's a reason for that, and to deny that is to not see simple logic.

      If you work in any kind of production industry currently reliant on human input which isn't specialised, but where you can easily imagine a robot doing the same job, then you will lose your job eventually. Anything else is actually quite stupid to conceive.

      The trick is to not be restricted to jobs that are unskilled. Go to school, learn a trade, work your arse off, or be prepared to be obsoleted repeatedly over time. Robot plumbers and robot electricians are a long way off. Robot box-packers? Already here. Hell, robot pizza deliveries aren't a massive leap of the imagination (especially if these automated cars ever come to fruition).

      And in a year's time after your obsoletion from a particular job, nobody will remember anyone whining about it, except the whiners. If your grandfather was a gas lamp-lighter, he knew there was no way that was going to last forever, even before electric light came along. And then there was plenty of warning. But to suggest that we shouldn't move on just because someone might fall into poverty along the way? That keeps us all poor - financially and intellectually.

    6. Re:Now is the time fire the experts. by rdnetto · · Score: 1

      And the problem is?

      The experts developed those rules over time - an expert system is incapable of that sort of learning. If anything changes, they won't have anyone who understands the basis of the system well enough to define new rules.

      --
      Most human behaviour can be explained in terms of identity.
    7. Re:Now is the time fire the experts. by Sabriel · · Score: 1

      "1) If you think a job is a right, you're wrong." - I don't.
      "2) If you think any one company has to create jobs, you're wrong." - I don't.
      "3) I, certainly, am not obliged to create a job for you either." - You're not.

      "And the guys throwing rocks, they'll be wondering why no employer will touch them in a year's time."

      Perhaps I wasn't clear. I wasn't talking about just a few people. I was talking about what happens if national economies based on labour scarcity, already under strain from severe income disparity, run headfirst into automation advancements that make jobs obsolete faster than society can create and fill (because training takes time) new ones. Because what are the odds that governments, being governments, will decide to throw band-aids at the problem for far too long and put their nations at risk of economic collapse before/as they transition to a labour-surplus economy?

      "The Luddites may have had cause to be upset, but they were pretty much gone shortly after - because there's only so long you can protest about not having a job before you have to go find another, or before the law steps on you."

      Yes, and "the law" didn't bother to check who it stepped on. The original Luddites were "pretty much gone shortly after" because the British government of the day responded with indiscriminate show trials of the guilty and innocent alike, and heavy-handed sentencing including executions and penal transportation. I've noticed that when people make Luddite jokes, they leave out that bit. For some reason it kills the mood.

  21. Re:I can't imagine something like that in the U.S. by CRCulver · · Score: 2

    Not to mention that high-performing metro systems worldwide are highly unionized.

  22. Best Video Game Level, Ever by Jahoda · · Score: 1

    I'm thinking somewhere between "Altered Beast" and "Contra" - after playing through the subway tunnels, suddenly you arrive at the boss, a towering computer which hurls engineers at you.

  23. Re:I can't imagine something like that in the U.S. by PPH · · Score: 2

    Of course not for somthing as critical as maintenance planning and scheduling. But its OK for air traffic control functions. Where the consequences of a bad rule set are not nearly as serious.

    --
    Have gnu, will travel.
  24. Re:I can't imagine something like that in the U.S. by aaronb1138 · · Score: 1

    Unions. The word you are looking for is unions will never allow their work to be parsed by an AI that might increase productivity and might discern when crews are slacking and wasting time.

  25. Re:I can't imagine something like that in the U.S. by tepples · · Score: 1

    the general decline is irrelevant when US mass transit is still almost completely union.

    Except for the decline in mass transit itself. It starts by eliminating Sunday service, then nights, then Saturday evenings, then Saturday service at all in the outskirts, and you end up getting one bus an hour if you're lucky.

  26. Re:Many of the comparisons to other systems are bo by Anonymous Coward · · Score: 0

    I can confirm that London is indeed the same as NYC as regards slowly transforming a bunch of separate, competing services into a cohesive network. The different colored lines today approximately reflect the private company distinctions in the early network, and physical characteristics paint the rest of the story: some of the network runs in large tunnels originally built for steam trains, while other parts run inside small tunnels that were purpose-built for small-profile electric trains without exhaust.

  27. HAL9000 is not so distant by jcdr · · Score: 1

    "I've just picked up a fault in the AE35 unit. It's going to go 100% failure in 72 hours."
    vs
    "From its omniscient view it can see chances to combine work and share resources that no human could."

    The fiction in the movie "2001: A Space Odyssey" is maybe to believe that the human brain could ever compete with a computer.

  28. Captured legislature by tepples · · Score: 1

    the world is gouverned not by gouvernments or bureacracy, but "business processes" and coorprations and their three-ring-binders with company procedures.

    In other words, real life. Who do you think pulls the strings of legislators and regulators?

  29. Re:I can't imagine something like that in the U.S. by Anonymous Coward · · Score: 1

    Your emotions on unions are irrelevant. Do you have any proof that unions would be heavily against replacing non-union management with a small shell script?

  30. Re:I can't imagine something like that in the U.S. by rsilvergun · · Score: 1

    After 30 years of off shoring Unions are weak and ineffective in America. Laws can and will be changed. Paperwork can be automated and digitally stored and regulators can be captured.

    The reason you're not seeing this in America is the top 1% won't pay the taxes for the infrastructure development, and they've got all the money. 1%ers don't use the subway...

    --
    Hi! I make Firefox Plug-ins. Check 'em out @ https://addons.mozilla.org/en-US/firefox/addon/youtube-mp3-podcaster/
  31. Maybe not a conventional expert system? by kurisuto · · Score: 2

    The article says that they're using a genetic algorithm. I'm no expert at AI, but my understanding is that an ordinary expert system doesn't use a genetic algorithm; an expert system just involves percolating propositions through a bunch of human-specified if/then statements.

    I'd hazard a guess that the system described here is using the human-specified rules as part of the fitness function for the genetic algorithm. That's one way a system could use human-specified rules, but I think it's different from how an ordinary expert system uses them.

    If you can call this an "expert system", then at a minimum, it looks like it's pushing the boundaries of the definition of "expert system".

    1. Re:Maybe not a conventional expert system? by Boronx · · Score: 1

      I hadn't caught that, thanks. This makes the system a lot more interesting.

  32. Im a union rep by voss · · Score: 1

    If they started replacing management with expert systems that gave us
    a) Increased autonomy
    b) more pay (fewer managers and less dead weight at the top has to mean a few more dollars available for the rest of us)
    c) Fewer stupid irrational decisions made for political reasons

    Not only would you not hear a peep.
    The computer would probably get presents on boss'es day.

  33. Re:Many of the comparisons to other systems are bo by ledow · · Score: 1

    Not my problem, I just want to get to work on time.

    The maintenance stuff? Maybe if you closed after the rush-hour evenings (instead of daytime at weekends when MILLIONS of people travel on the Tube), you might get closer to fixing it.

    But, to be honest, I'm 35, and the same arguments were being spouted by politicians and unions even before I was born. Fact is, in that time, we've added whole new lines covering vast swathes of London that were never covered before and are now spending billions to connect Birmingham/Manchester by a slightly faster line. The money we've spent pissing about over the last 50 years could have rebuilt the Tube system twice over.

    And why are we running trains from the 70's still? Because no fucker will replace them, it's always "cheaper" to just keep patching them and reupholstering them every few years. It's excuses all the way.

    And still, my personal "uptime" with the London Underground / Overground is actually closer to 80% than anything else. And that's being generous.

    For 20+ years all I've heard is "We're shutting this down / spending this money" in order to make things work better in the long-run and cope with increased demand that we expect. And yet the trains are more crowded than ever, the platforms are too small for the amount of people waiting on them in rush hour, and still we get atrocious amounts of delays and cancellations (and, worse, can't even be bothered to announce such delays/cancellations until about 30 minutes after the train didn't arrive anyway - very useful).

    Sorry, the system is old - that means we should know it inside out. It's underground, that means it shouldn't change at all over the years. And yet it gets more expensive every year to have a less reliable system. Remember when "the Circle Line" was actually a circle that you could go all the way around in both directions? Remember when you could change at the large interchanges etc. without having to wait YEARS for them to change an escalator?

    That's when you get past the strikes of whatever-group isn't happy earning more than I do for pushing a lever forward or having a computer print a ticket. Which, honestly, add up to WEEKS over the last few years? And at the moment, the Tour de France has brought some stations to a grinding halt already.

    There's no point in a mass transit system that isn't transiting people en masse. And that's the one thing we don't actually have happening. If it's that bad, throw it out and start again, and you'll find that - actually - a new system would probably cost you a LOT more than 100-year-old pre-dug tunnels that everyone knows where they are, where they go, and how to get to every one of the entrances.

  34. Re:I can't imagine something like that in the U.S. by DutchUncle · · Score: 1

    The union crews work a given number of hours. Assigning them what to work on each day would be perfectly normal.

  35. Re:I can't imagine something like that in the U.S. by geekoid · · Score: 1

    We already have it. Let's not allow facts and logic to actually change your narrative, you just go on being stupid.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  36. Re:I can't imagine something like that in the U.S. by geekoid · · Score: 1

    I'm in a union, and we do this. So you are wrong.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  37. Re: I can't imagine something like that in the U.S by DutchUncle · · Score: 1

    OTOH the "Fast Track" programs have become more popular (or at least less disliked) because they demonstrably *work*. Close down a line for a long weekend and the job gets done, rather than "overnights only" taking multiple weeks. Some tasks just can't be done halfway.

  38. Just gotta say: Hong Kong's MTR is ROCKTACULAR! by jddj · · Score: 1

    Nicest subway system I've been on anyplace, bar none. A continuous amazement, built at scale. Many thoughtful design tips (f.e. your subway card can be used to pay at the nearby 7-11 (yes, a real 7-11), and you don't get held up at the turnstile when your balance is too low to get out ('cause you have an on-card deposit)).

    If they're using this Expert System to help make it rock so hard, good on 'em. The USA could take a NUMBER of pointers from this thing.

  39. Expert System by DarthVain · · Score: 1

    Makes me recall the project I did for AI class back in university. Built an Expert System using VB (v6 probably) and Access (ya ya I know), where I took a pub that was a favorite in the City, that had 30+ different beers on tap. I then classified each beer by a number of different metrics (dark, light, ale, etc...). The user would then answer a number of questions about what their drink preferences were, and at the end, the system would spit out beer recommendations.

    Was a pretty small easy fun system to build! As I recall I got a pretty good mark. Probably helped a lot of the professors used to frequent the pub. Wonder if any of them had some fun with the system "testing" how accurate it was....

  40. Re:I can't imagine something like that in the U.S. by DarthVain · · Score: 1

    The guy obviously has no clue. Look at ANY large IT project in the US.

    1) Unions not involved. It is all outsourced to consultants.
    2) Consultants hire overseas employees, and overcharge services
    3) Blame government, make off like bandits with all the loot.

    My favorite recent example was the 600 Million wasted by NY city trying to automate payroll called CityTime.
    Please tell me how "Laws, paperwork, unions, paperwork, regulations and paperwork" caused that?
    The same "Laws" that sentenced three of the contractors to over 20 years prison?
    So much oversight and regulation that a 63$ million dollar contract was able to spend 700$ Million?

    Soooo pretty much the EXACT opposite of what that guy is saying. Tighter control and responsible and answerable employees might make IT projects more feasible. However when you have no in house staff, because you outsource everything, well prepared to get hosed.

  41. Re:I can't imagine something like that in the U.S. by Anonymous Coward · · Score: 0

    I'll even hazard that since corporations are now people, it's a slippery slope to the time that AI's that run corporations are also considered people.

  42. Re:I can't imagine something like that in the U.S. by i+kan+reed · · Score: 1

    Privatization is a mistake. It's just a way of incorporating someone's (sometimes obscenely disproportionate) profit into the cost of getting things done.

  43. No you aren't by Anonymous Coward · · Score: 0

    You aren't in a Union. Everytime someone mentions anything about a Union, you lose your Jesus just like everyone else around here are start throwing shit. You are simply trying to play Devil's Advocate and doing it poorly.

  44. Old AI! by SkunkPussy · · Score: 1

    This just sounds like an expert system which they've had since the 70s or 80s, combined with a bit of planning/scheduling which is something they've had since then as well!

    --
    SURELY NOT!!!!!
  45. Marshall Brain Story is pretty great. by michaelbaaron · · Score: 1

    Short and on this exact topic. http://marshallbrain.com/manna...