Slashdot Log In
Multitasking Makes You Stupid and Slow
Posted by
kdawson
on Sun Jan 27, 2008 07:16 PM
from the knew-it-all-along dept.
from the knew-it-all-along dept.
Reverse Gear recommends a long and interesting article over at The Atlantic in which Walter Kirn talks about the scientific results that support his claim and his own experiences with multitasking: that it destroys our ability to focus. "Multitasking messes with the brain in several ways. At the most basic level, the mental balancing acts that it requires — the constant switching and pivoting — energize regions of the brain that specialize in visual processing and physical coordination and simultaneously appear to shortchange some of the higher areas related to memory and learning. We concentrate on the act of concentration at the expense of whatever it is that we're supposed to be concentrating on... studies find that multitasking boosts the level of stress-related hormones such as cortisol and adrenaline and wears down our systems through biochemical friction, prematurely aging us. In the short term, the confusion, fatigue, and chaos merely hamper our ability to focus and analyze, but in the long term, they may cause it to atrophy."
Related Stories
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
I'd half agree (Score:5, Interesting)
Re:I'd half agree (Score:5, Funny)
Parent
The Brain Uses the Cerebellum to Multitask (Score:5, Interesting)
Parent
Re:The Brain Uses the Cerebellum to Multitask (Score:5, Interesting)
I practice Aikido, and the most difficult part of it is not to have your cognitive brain interfere when you're exectuing a technique against an opponent (or two or three
Parent
Easy (Score:5, Funny)
The guy who modded that Flamebait was balancing his checkbook at the time.
Parent
True... for everyone but you of course (Score:5, Insightful)
Re:True... for everyone but you of course (Score:5, Insightful)
Parent
Re:True... for everyone but you of course (Score:5, Interesting)
Second, There is a reason that people would call other people dumb by saying "He can't walk and chew gum at the same time." long before 'Multitask' became a common word.
While a task that takes all of your though to accomplish might take a hit if your doing two of them, the majority of tasks that people preform in a day do not take even a small fraction of our mental capabilities. Such as... walking and chewing gum. By saying that multi-tasking makes you worse at what you are doing, you are also saying at the very least, you cannot walk as well if you are chewing gum.
I don't know about you, but I really can walk and chew gum at the same time.
Parent
I knew it all the time. But explain that to the .. (Score:5, Interesting)
Just about every freekin job add I see requires the ability to multi task. I used to say that I can't do it. Now, I just say that I'm as good at it as any other human. Most of the gung ho corporate types insist that they can multi task wonderfully and trying to reason with them is pointless.
Re:I knew it all the time. But explain that to the (Score:5, Insightful)
Ask yourself why they want that. In a lot of cases, it's because they want people to do the job of more than one person. It's the same reason they try to get people to work 70 hours a week (and, sadly, some of the people that work for them fall for it and even think it's "macho" to trade their entire waking life for a paycheck).
Parent
Maybe (Score:5, Insightful)
Multitasking? (Score:5, Funny)
Oh, wait, hold on a minute... Hey! move it! the light's green, you jerkwad... That's it, right foot is the gas... Pay attention to what you're doing for once, huh? Jeez.
OK, sorry, where were we?
Really (Score:5, Funny)
Re:Really (Score:5, Interesting)
I've taught about 20 students with similar IQ levels. To you, and them, this article probably doesn't apply. Your minds are making unbelievably fast connections with little effort - so what to you is really just fast processing and quick changes is a neurobiological impossibility to others.
I always ask my students, "What will you do with the abilities and opportunities you are given?"
Parent
I'd read the link... (Score:5, Funny)
Price and overhead (Score:5, Insightful)
If you're worrying/stressing about something it is no surprise it will help age you. If you worry about 70 things instead of 7, it's no surprise it'll stress and age you faster. I'd say modern life is what's doing that.
If you're multitasking there's also an overhead for switching tasks. Some of your thought is occupied by the mental juggling act. This is also no surprise.
However what's the alternative? Modern life doesn't give you large slabs of time where you get to concentrate on one thing. If something comes up at work or at home while we're in the middle of something else that's important, what do you do? Multitasking isn't something our brains weren't built for. If we couldn't multitask we'd be very easy prey - just distract us and have us for lunch.
Multitasking is the antithesis of "flow" (Score:5, Interesting)
In my own view (and experience), it is closely related to "happiness."
Charles Kingsley wrote "We act as though comfort and luxury were the chief requirements of life, when all that we need to make us really happy is something to be enthusiastic about." Enthusiasm is obviously related to flow.
And multitasking is compatible with neither.
What this feels like (Score:5, Insightful)
For example, as a software developer, I find that there are often many things that I could be working on 'at once'. Say I have 10 bugs assigned to me, a major architectural investigation, two features that I am working on, a document or two that I need to write, and of course emails and phone conversations to keep up on.
In the past, I have tried to maximize my productivity by switching from one to the next each time something 'blocks' me from work on the one I am actively engaged in. For example, say that I've written a bunch of code and I'm ready to check it in. But whoops, I find that there is a 'build break' and I'm not allowed to check in until whoever was responsible for it fixes it. At this point, I could switch tasks to working on some other task that is independent of this; say, some other feature that I am coding up. In order to switch to the new task, however, I have to make some mental notes of what I was doing in the first task so that I can pick up where I left off (it might just be as much as remembering that I have to hit 'return' at the end of a command line that I've already typed in, just waiting for the green light to finish the checkin; or it may be significantly more - remembering that I have to re-test a bunch of stuff to make sure it's still working in combination with whatever changes have simultaneously occurred in the code base in between now and whenever I get back to checking this code in). Once switched to this new task, I could work for a little while, only to discover that some key piece of documentation is missing that would explain to me how to use someone else's API, and that the person I need to ask about this is out of the office for the day. OK, time to switch to a new task. Once again I have to store away enough information to be able to continue where I left off on this task when I get back to it; this could mean writing some comments in the code, or sending off an email to the person who is out of the office, the response to which will be enough context to remind me of what I was doing, and pick up where I left off, or maybe doing nothing except making a mental note that I have to re-read the code when I get back to it to remember what I was doing, assuming that when I read the code again, I will come to the same conclusions and once again seek out that person, who hopefully by this time will be back in the office. At this point, I switch to the new task of, say, working on some documentation. Eventually this task will be blocked in a similar way (maybe I will just get tired of working on the documentation - this happens pretty quickly because I hate writing documentation!), and I will have to task switch again, maybe to something new, maybe back to something I was already working on.
The amount of bookkeeping involved with retaining and then re-creating enough state to effectively work on multiple tasks at once is, in a word, exhausting. It is also stressful because one feels like one can at any moment 'forget' something important, and then lose track of a task completely, or maybe just lose track of enough information about a task that getting back to it will be much more work than it should have been. Combine all of this with the feeling that one has to stay very productive within this system in order to be seen as an effective employee, and it becomes very stressful, and mentally exhausting, indeed.
So as a result, my mind eventually starts to 'resist' doing this kind of multitasking; it does so my making me feel like I don't like multitasking. And usually I don't perceive it specifically as a desire not to multitas
Re:Fast lane. (Score:5, Funny)
Parent
Re:Funny... (Score:5, Interesting)
Doing something different every couple of hours for a little while provides a mental break from the task at hand. Having to constantly switch between things, on the other hand, causes you more stress and makes you less effective as a general rule.
Parent
Re:Funny... (Score:5, Insightful)
Computers have only accelerated the problem in some jobs, as they a great facilitators of even greater levels of multitasking, where you can do several different tasks at the same time.
Not necessarily by choice, but customer demands, supplier demands and fellow staff member demands all need to be fulfilled and earning a reputation for multitasking, just leads to ever greater demands being made upon you, until, burnout, you've made enough, and a single focused effort on doing nothing becomes appealing ;).
Parent
Re:Funny... (Score:5, Insightful)
Parent
Re:Funny... (Score:5, Insightful)
Parent
Re:Funny... (Score:5, Insightful)
Parent
I CALL B.S. on your CALL OF B.S. (Score:5, Informative)
Amongst US health professionals, the term epinephrine is used over adrenaline. However, it should be noted that universally, pharmaceuticals that mimic the effects of epinephrine are called adrenergics, and receptors for epinephrine are called adrenoceptors.
Parent