top | item 3859562

Can you make yourself smarter?

118 points| restofus | 14 years ago |nytimes.com | reply

52 comments

order
[+] astrofinch|14 years ago|reply
The scientific evidence for Dual N Back improving fluid intelligence is actually fairly weak as far as I can tell, see this critique and the other studies discussed:

http://www.gwern.net/DNB%20FAQ#criticism

My personal theory is that solving difficult math and programming problems is a better use of time than doing working memory training exercises. I'd guess that solving math and programming problems improve working memory just as fast as playing 'brain games', and they have the additional benefit of improving one's math and programming skill.

Of course, this is just a guess of mine that is unsupported by any experimental evidence.

[+] moldbug|14 years ago|reply
That's a brutal critique which comes close to a charge of scientific fraud. I'd be curious to see a response. If there isn't one, I know what to think.
[+] palguay|14 years ago|reply
Not yet HN ready and I wanted to post this later . I have been working on a HTML 5 implementation , If you want to try the tasks mentioned.

http://alpha.brainturk.com

the chein task can be found here http://alpha.brainturk.com/chein

Please let me know your suggestions on how to improve this . I need to make a few more changes for this to be played on ipad but for now works with the keyboard

[+] molsongolden|14 years ago|reply
Keep going with this! I was just playing multiplication asteroids and there is a little lag between when I "die" and when the game over comes up so I can get an extra 2 or 3 answers in. Also, would it be possible to show lives remaining in asteroids?

I'd make the instructions pop up at first or at least make the link a little more prominent. I struggled with how to play the color game at first and it took me a minute to find the instructions.

The games are fun and I could see them being used for brain training or even just as teaching aids for middle school aged children.

[+] kux|14 years ago|reply
the Nback Progress page doesn't appear to be working
[+] leot|14 years ago|reply
Superficially, the answer to this question is, obviously, yes. We reason spatially and with mental simulation, but we also reason by applying the linguistic conventions learned from our culture (e.g., "if this statement were false, then ...").

What most people seem to fail to realize is just how different people are from each other cognitively, and how many different ways there are of getting to a particular conclusion. "Intelligence" is like a country's GDP -- a complicated, non-stationary mess that, taken together and measured in a way our culture deems important, ends up representing our "Gross Cognitive Product".

So, dual n-back probably improves working memory in most people, which will probably improve their problem solving ability, most of the time. But there are, without a doubt, many other subtle, complicated, and idiosyncratic aspects of cognition that are likely to have far more dramatic effects if appropriately tweaked.

[+] iskander|14 years ago|reply
Their sidebar explaining IQ scores seems a little silly. I'd like to see a citations for average scores of Nobel prize winners. Also, who went back in time to administer an intelligence test to Mozart?
[+] jessriedel|14 years ago|reply
IQ is just defined in terms of standard deviations. Having an IQ of 130 means you are 3 standard deviations smarter than average, i.e. in the 99.7th percentile. Presumably, they just put Motzart in the top 99.xxxxxx% percentile by guess and calculated the resulting IQ.
[+] tokenadult|14 years ago|reply
Also, who went back in time to administer an intelligence test to Mozart?

A very astute question. IQ scores are specific to a particular test taken at a particular time, even when comparing IQ scores according to today's standard score definition of IQ for test-takers taking several tests very close together in time.

http://en.wikipedia.org/wiki/Intellectual_giftedness#Identif...

(See the sortable table, with reference to the original publication, at this page anchor location on Wikipedia. The same table appears at the page anchor link below. ALL of the Wikipedia articles on human intelligence and IQ testing need a lot of updates, because they have been subject to frequent edit-warring, but that table is quite useful.)

http://en.wikipedia.org/wiki/Ceiling_effect#Validity_of_inst...

Nobody has an IQ score from more than about a century ago. The current standard score definition of IQ, performance on a cognitive test with the population median set at 100 and performance two standard deviations above the median being called IQ 130, began with the Wechsler adult tests in the 1950s and spread to child testing by the 1970s, and is now pretty nearly universal. But even with that definitional issue kept straight, an individual person's IQ score can bounce up and down over time, and by any kind of testing theory we can never be completely sure of a person's "true" score, as any score on any occasion of testing is an estimate of the test-taker's behavior on other occasions or with other item content. Honest IQ test-givers report scores with an error band around the score, as has always been done, for example, by the psychologist who has tested my children for appropriate educational placement.

The very excellent book Terman's Kids: The Groundbreaking Study of How the Gifted Grow Up by Joel N. Shurkin

http://www.amazon.com/Termans-Kids-Groundbreaking-Study-Gift...

gives the full back story to the silly estimates you see of historical figures who lived before the era of IQ testing, which were mostly made up by Terman's collaborator Catherine Cox. Her procedure was justifiably laughed at by Shurkin as he described it: she counted the lines in biographical reference works on different historical figures, and supposed that the people in history who got the most ink probably had the highest IQs. There were always plenty of anomalies in her results from the very beginning, and no one takes them seriously anymore.

[+] invalidOrTaken|14 years ago|reply
Wow, the timing here seems auspicious.

Lately I've been thinking about the limitations that being human puts on a programmer. We work very hard (and should) to reduce cognitive load on ourselves through good development tools that act as crutches for memory---REPL's and good debuggers allow us to try something and see what happens, as opposed to simulating a multivariate operation in our heads. Intellisense and easily-available docs allow us to cheat a bit on learning(and what I really mean is memorizing) API's.

But what if we could do these things without relying on JIT computer aids? What if I could simulate more levels of abstraction in my head? The private dream of many a Lisper(this one, anyway)---writing programs that write programs that write programs---would be a bit more attainable.

I've been using Anki with great success to learn API's and keyboard shortcuts (Anki+emacs is a match made in heaven), but I despaired at my inability to hold the whole stack, from top to bottom, in my head at once. So I posted a badly phrased question on Stack Exchange, ("How can I increase the number of levels of abstraction I can reason about at once?), and kept Googling. Eventually I came across Jaeggi's research. It looks promising, but hasn't passed the wide-replication test yet. I'm glad this came up on HN, because I'm eager to see more research in the area and get come confirmation or refutation of the findings.

In the meantime, the premise of Jaeggi's conclusion raises two questions---if working memory can be trained, can it decay with disuse? In that case, are with our fancy debugging tools mere shadows of Real Programmers that used to walk the earth? The other question is this---if the brain is likened to a computer, working memory corresponds to RAM. If we are successful at training working memory and making people "smarter," will we in the future face a bottleneck of processing speed rather than space?

[+] bostonvaulter2|14 years ago|reply
How are you using Anki with emacs? Or are you using Anki to learn Emacs?
[+] georgieporgie|14 years ago|reply
Your comment reminds me of the Charles Petzold essay on getting away from the IDE, which is summarized fairly nicely in this Coding Horror post: http://www.codinghorror.com/blog/2005/10/the-cognitive-style...

Personally, I think that attaining the state of flow is what makes programming enjoyable, and I haven't experienced it in many years. There are just too many APIs, too much poor documentation, too many bugs, and too many languages I have to switch between for me to ever get into the 'zone'.

[+] dfan|14 years ago|reply
I did some moderately serious dual n-backing a year or so back in an effort to improve my chess game. Of course it wasn't a remotely scientific experiment so I can't tell if it really helped, but I did feel that my ability to concentrate increased, if not my ability to reason. I felt more able to take a breath after working out a variation and take a few seconds to really concentrate on the final (imagined) position and scrutinize it for tricks.

(My USCF rating did go up fairly significantly around then but it's no proof of any causation, plus I was doing plenty of other things at the same time to increase my chess results anyway.)

[+] marquis|14 years ago|reply
I feel the same way while learning a new technique on an instrument. It's having that focus and attention to detail that you can draw upon in your work when you need it.
[+] liber8|14 years ago|reply
It's interesting to think about what intelligence really means. In some ways, this has been frequently discussed (ie multiple types of intelligence) and in other ways it seems that this has never been discussed (ie what are we actually talking about when we call someone intelligent?) Is intelligence the ability to learn something quickly? Is it the ability to understand something quickly? Is it the ability to solve a particular type of problem quickly?

Depending on what we mean, "Can you make yourself smarter?" has fairly obvious answers.

Start by looking at children. In one regard, we rarely learn faster than when we are kids. Everything is foreign to us, and we are constantly learning, our brains little sponges in a wet world. But clearly, our 25-year old selves could solve far more complex problems than our 6-year old selves. Did we get smarter between 6 and 25?

In the same vein, think about how severely retarded people are described: "He has the mind of a 4 year old." Whether that description is medically accurate or not isn't the point. We certainly think of children as intellectually inferior, even though all of our brains started out that way.

So what changed? Why is a 25 year old "more intelligent" than a 6 year old? Is it the creation of new neural pathways? Is it simply the way they've learned to look at the world or quickly apply answers and processes they already know to fit new problems?

Maybe you can provide more answers? Because it seems to me that the fact that we got to where we are today indicates that you can absolutely make yourself more intelligent, depending on how you define that. But I'm open to objections.

[+] ajross|14 years ago|reply
Yes, you certainly did get smarter between 6 and 25. Children's brains are still developing until late puberty. All sorts of cognitive tasks show development, including short term memory, working memory, etc... It's absolutely not just factual learning taht is happening.
[+] paulsutter|14 years ago|reply
This reminds me of an old New York Times article that categorized people into two categories:

1. Those who believe that intelligence is fixed from birth, and

2. Those who believe that intelligence can be improved

The finding was that folks in category (1) tended to be fearful of being wrong, and had trouble succeeding in life whereas the folks in category (2) felt it was OK or good to make mistakes, and tended to be more successful.

EDIT: article is http://www.nytimes.com/2008/07/06/business/06unbox.html

[+] gojomo|14 years ago|reply
[dweck mindset] will find the work of the researcher most associated with that result.
[+] roryokane|14 years ago|reply
Another generic "intelligence" booster, for certain definitions of intelligence, is learning about cognitive biases and certain reasoning skills - "rationality". When I read the Sequences (http://wiki.lesswrong.com/wiki/Sequences) on Less Wrong (http://lesswrong.com/), I think my reasoning and analysis skills improved, and I was able to avoid some thinking mistakes, such as by training myself to be "fair" to all sides of an argument. I also found reading the Sequences fun; their subjects include interesting mental puzzles. Go check them out.
[+] sente|14 years ago|reply
I'm probably just being overly critical here but his example of "deciding if a number is odd or even in a matter of seconds" seems odd, I think 2nd graders and up can tell you in half a second or less whether or not a number's even or odd.

He says:

"In addition to working memory, researchers are seeking to improve fluid intelligence by training other basic mental skills — perceptual speed (deciding, in a matter of seconds, whether a number is odd or even), visual tracking (on a shoot-’em-up computer game, for instance) or quickly switching between a variety of tasks."

http://i.imgur.com/k9PXE.png

[+] gwern|14 years ago|reply
> can tell you in half a second or less whether or not a number's even or odd.

Sure, but just because it takes half a second or less doesn't mean it's not reflecting mental performance. For example, testing reflexes takes even less time, down to tenths of a second, but yet, reflex time still correlates with IQ.

[+] 6ren|14 years ago|reply
Working memory is convenient for mental dexterity. But it doesn't help you see deeper associations between the apparently unrelated, which is the true crux of genius and of all revolutionary insight and progress, IMHO. That comes from long-term associative memory, seeded by persevering immersion and experiment.

IQ!=genius. Genius is what you do.

[+] dedward|14 years ago|reply
Don't know about the specifics in the article, but modern research is showing (has already shown, I think...) that the brain shows far more plasticity than they thought not long ago. Things (not specificially intelligence) that were thought to be invariable turn out to not exist.... the brain can learn.
[+] unimpressive|14 years ago|reply
While I can't read the article. My answer to this question was always along the lines of "Oh I'm sure you can, but the problem is that thanks to the Dunning-Kruger effect, dumb people won't feel that they need to put in the effort to get smarter."

So the smart get smarter and the dumb get dumber; so to speak.

[+] gwern|14 years ago|reply
Actually, there was a weird recent re-analysis of Jaeggi 2011 using the Big Five psychology data they recorded for the subjects at the time, where the Conscientiousness (rough synonym for hardworking and self-disciplined) benefitted least in terms of far transfer/IQ while their scores improved the most: http://www.sciencedirect.com/science/article/pii/S0191886912...
[+] mhartl|14 years ago|reply
The title needs a question mark at the end (as in the original).
[+] ekm2|14 years ago|reply
Unscientific data point:Two weeks after playing this game,my chess rating improved by 70 points.I had tanked for close to six months