Slashdot Mirror


Software Agents Can Help Time-Stressed Teams

Roland Piquepaille writes "Penn State researchers have developed software agents which can help human teams to react more accurately and quickly in time-stressed situations than human teams acting alone. According to this news release, the software was tested in a military command-and-control simulation. "When time pressures were normal, the human teams functioned well, sharing information and making correct decisions about the potential threat." But when the pressure increased, the human teams made errors who would have cost lives in real situations. The decisions taken by agent-supported human teams were much better. Now, it remains to be seen if this software can be used in other stressful situations, such as for emergency management operations. Read more for other details, references and illustrations about this project."

5 of 136 comments (clear)

  1. Misleading Summary by VoidWraith · · Score: 5, Informative

    First of all, the summary doesn't explain anything about what this thing actually does, just that it involves stressful situations.

    Even reading the article doesn't make it very clear, but it turns out that this is merely a system for getting information from one person to another more quickly. How this is a headline I do not know.

  2. The same model works in self defense by Colin+Smith · · Score: 4, Insightful

    If you have to consciously think then you lose. Thinking takes too long. It has to be reflex/muscle memory/autopilot or whatever you want to call it.

    Which is why all the repetitive training, the high pressure fighting during practice. And it's also why books and videos though good for imparting information can never help when the real thing happens.

    --
    Deleted
  3. Not on my watch by zappepcs · · Score: 4, Insightful

    I have been part of teams working under pressure, and there is little that I can see of value in a clippy if the team is actually well trained and have worked together.

    Human interaction changes dramatically under pressure to perform. Long sentences can become single words or syllables, yet full communication is achieved. An well trained team member begins to anticipate the action of other team members, in ways that clippy cannot do.

    The parallel like processing of the human mind still outperforms that of any computer in small paradigms. Even in military situations, no computer application can apply all the relelvant information from other team members and information sources in a way that can replace or even assist in those decisions. If a team member forgets part of their job, it is usually not because s/he is under stress, it is because of lack of training or experience. Substituting computer assistance for training and experience is an EXTREMELY dangerous thing in my opinion, especially where human life is at risk.

    Just my two cents.

  4. Re:I look at it this way... by Jaime2 · · Score: 4, Interesting

    Simplistics attitudes like this get in the way of real decision making.

    What if by allocating resources to this project, the project to build a resource allocation system for medical personnel is scrapped?

    Anyone who says "If it saves only one life..." has turned off their brain. How about this... We take your house and turn it into a homeless shelter (you included). It will save several lives. If we do it to 100 people in 50 cities in colder climates, we can save hundreds of lives in one winter, for almost no money.

  5. YES by Moraelin · · Score: 4, Insightful

    Actually, we already _are_ using software agents to work a lot faster. Compilers, IDEs, frameworks, you name it. That's what they're there for.

    Agents to help decision making? Well, that's what syntax highlighting, auto-completion, help files, and other tools in the IDE do for me. They let me decide faster what can I use there.

    (Which also addresses the flood of "ugh! they're making Clippy!" posts. There are at least a dozen tools I use every day that aren't Clippy. Just because one tool is retarded, doesn't mean they all are.)

    And they _do_ allow us to achieve deadlines that were unthinkable back in the days of coding in hex/octal and counting the bytes by hand.

    The problem isn't the reliance on _good_ tools. The problem is, well, bad management. (Including buying the wrong tools, but that's a topic for itself.)

    I really hope more managers will read threads like these, because there's one important message there: stressed people make more mistakes. And according to other studies, some of which were linked to by /. too, tired people make more mistakes too.

    And between those two, you have the whole picture of what's wrong with 84 hour weeks and other PHB-style management techniques. It's not that programmers aren't soldiers. It's just that humans (programmers, soldiers, etc) are not machines. A computer can work on SETI packets 24x7 and do proportionally more work than 8x5. A human can't.

    Since in programming most of the time is spent in debugging and maintenance, not in just typing code, past a point it's exactly that making more mistakes (which need to be debugged... again) and taking weird shortcuts (which will bog down maintenance) that's ending up costing more time than it saves.

    Not that I'm setting my hopes too high, though. There are managers which do have a clue, and then there are the PHB's. Those who fall in the second category, well, I just can't see them getting a clue, even if it was written in big letters on a billboard in front of their office.

    --
    A polar bear is a cartesian bear after a coordinate transform.