百度360必应搜狗淘宝本站头条
当前位置:网站首页 > IT知识 > 正文

才20多岁就感觉大脑越来越迟钝?别急,你的巅峰可能还没到

liuian 2025-02-10 13:22 20 浏览

If you believe that great scientists are most creative when they're young, you are missing part of the story.

你要是认为伟大的科学家年轻时最具有创造力,那么你可能只说对了一部分。

A new study of winners of the Nobel Prize in economics finds that there are two different life cycles of creativity, one that hits some people early in their career and another that more often strikes later in life.

一项关于历届诺贝尔经济学奖得主的新研究发现,人们有两段不同的创作生命周期:一段出现在职业发展早期,而另一段往往出现在生命的后期。

In this study, the early peak was found for laureates in their mid-20s and the later peak for those in their mid-50s.

这项研究发现,获奖者的年龄分布存在两个高峰值,即25岁左右和55岁左右。

The research supports previous work by the authors that found similar patterns in the arts and other sciences.

此前在艺术和其它科学领域的研究结果,与此次研究结论相似。

"We believe what we found in this study isn't limited to economics, but could apply to creativity more generally," said Bruce Weinberg, lead author of the study and professor of economics at The Ohio State University.

“我们认为,研究成果不仅仅局限于经济学领域,还可以适用于普遍的创新活动,”该研究的主要作者,俄亥俄州立大学经济学教授布鲁斯·温伯格说。

"Many people believe that creativity is exclusively associated with youth, but it really depends on what kind of creativity you're talking about."

“很多人以为,创造力只与年轻人有关。实际上,这取决于何种创造力。”

Weinberg did the study with David Galenson, professor of economics at the University of Chicago. In the study, the Nobel Prize winners who did their most groundbreaking work early in their career tended to be "conceptual" innovators.

温伯格与芝加哥大学经济学教授戴维·加伦森合作完成了这项研究。在职业生涯早期阶段实现领域突破的诺贝尔奖得主往往是“概念式”创新者。

These type of innovators "think outside the box," challenging conventional wisdom and tend to come up with new ideas suddenly. Conceptual innovators tend to peak early in their careers, before they become immersed in the already accepted theories of the field, Weinberg said.

这一类型的创新者往往不拘一格,灵光乍现。温伯格说,在职业生涯早期实现巅峰的概念式创新者通常会在完全接受现有理论之前,挑战传统智慧。

But there is another kind of creativity, he said, which is found among "experimental" innovators.

但是温伯格认为,还有另一种创新路径,适用于“经验式”创新者。

These innovators accumulate knowledge through their careers and find groundbreaking ways to analyze, interpret and synthesize that information into new ways of understanding.

这类创新者会不断在自己的职业生涯中积累知识,综合过往信息找到全新的角度分析、解释问题。

The long periods of trial and error required for important experimental innovations make them tend to occur late in a Nobel laureate's career.

重要的实验创新突破往往需要长期反复试错。这一类创新往往出现在诺贝尔奖得主职业生涯的后期。

"Whether you hit your creative peak early or late in your career depends on whether you have a conceptual or experimental approach," Weinberg said.

“你在职业生涯中达到创造力巅峰的早晚取决于你习惯于哪一种研究路径,概念式还是经验式,”温伯格称。

The researchers took a novel, empirical approach to the study, which involved 31 laureates. They arranged the laureates on a list from the most experimental to most conceptual.

研究人员采用了一种新颖的经验性研究方法。他们将31位诺贝尔奖得主按照从最“经验式”到最“概念式”的规则进行排序。

This ranking was based on specific, objective characteristics of the laureates' single most important work that are indicative of a conceptual or experimental approach.

该排序是基于获奖者的代表作(仅限一个)的具体客观特征,表明了其概念式或经验式研究路径。

For example, conceptual economists tend to use assumptions, proofs and equations and have a mathematical appendix or introduction to their papers.

例如,概念式经济学家往往倾向于在论文中使用假设、证明和方程,并附有数学附录或介绍。

Experimental economists rely on direct inference from facts, so their papers tended to have more references to specific items, such as places, time periods and industries or commodities.

经验式经济学家则依赖于事实的直接推论,因此他们的论文往往更多提及特定项目,例如地点、时间、行业或商品。

After classifying the laureates, the researchers determined the age at which each laureate made his most important contribution to economics and could be considered at his creative peak.

在对诺贝尔奖得主进行分类后,研究人员确定了每位获奖者对经济学做出最卓越贡献的年龄。这一时期可被认为是他的创造巅峰。

Weinberg and Galenson used two different methods to calculate at which age the laureates were cited most often and thus were at the height of their creativity.

温伯格和加伦森使用两种方法计算获奖者文献最多被引用的年龄,即他们的创造力巅峰期。

The two methods found that conceptual laureates peaked at about either 29 or 25 years of age. Experimental laureates peaked when they were roughly twice as old — at about 57 in one method or the mid-50s in the other.

两种方法得出的结果是:概念式诺贝尔奖得主在29岁或25岁左右达到创造力巅峰,而经验式获奖者在年龄是两倍左右的时期达到创造力巅峰(57岁或55岁左右)。

——才20多岁就感觉自己已经大脑迟钝、灵感枯竭了,怎么办?

——别慌,说不定你的创作巅峰期在57岁。

编辑:张曦

实习生:钟文兴

相关推荐

总结下SpringData JPA 的常用语法

SpringDataJPA常用有两种写法,一个是用Jpa自带方法进行CRUD,适合简单查询场景、例如查询全部数据、根据某个字段查询,根据某字段排序等等。另一种是使用注解方式,@Query、@Modi...

解决JPA在多线程中事务无法生效的问题

在使用SpringBoot2.x和JPA的过程中,如果在多线程环境下发现查询方法(如@Query或findAll)以及事务(如@Transactional)无法生效,通常是由于S...

PostgreSQL系列(一):数据类型和基本类型转换

自从厂子里出来后,数据库的主力就从Oracle变成MySQL了。有一说一哈,贵确实是有贵的道理,不是开源能比的。后面的工作里面基本上就是主MySQL,辅MongoDB、ES等NoSQL。最近想写一点跟...

基于MCP实现text2sql

目的:基于MCP实现text2sql能力参考:https://blog.csdn.net/hacker_Lees/article/details/146426392服务端#选用开源的MySQLMCP...

ORACLE 错误代码及解决办法

ORA-00001:违反唯一约束条件(.)错误说明:当在唯一索引所对应的列上键入重复值时,会触发此异常。ORA-00017:请求会话以设置跟踪事件ORA-00018:超出最大会话数ORA-00...

从 SQLite 到 DuckDB:查询快 5 倍,存储减少 80%

作者丨Trace译者丨明知山策划丨李冬梅Trace从一开始就使用SQLite将所有数据存储在用户设备上。这是一个非常不错的选择——SQLite高度可靠,并且多种编程语言都提供了广泛支持...

010:通过 MCP PostgreSQL 安全访问数据

项目简介提供对PostgreSQL数据库的只读访问功能。该服务器允许大型语言模型(LLMs)检查数据库的模式结构,并执行只读查询操作。核心功能提供对PostgreSQL数据库的只读访问允许L...

发现了一个好用且免费的SQL数据库工具(DBeaver)

缘起最近Ai不是大火么,想着自己也弄一些开源的框架来捣腾一下。手上用着Mac,但Mac都没有显卡的,对于学习Ai训练模型不方便,所以最近新购入了一台4090的拯救者,打算用来好好学习一下Ai(呸,以上...

微软发布.NET 10首个预览版:JIT编译器再进化、跨平台开发更流畅

IT之家2月26日消息,微软.NET团队昨日(2月25日)发布博文,宣布推出.NET10首个预览版更新,重点改进.NETRuntime、SDK、libraries、C#、AS...

数据库管理工具Navicat Premium最新版发布啦

管理多个数据库要么需要使用多个客户端应用程序,要么找到一个可以容纳你使用的所有数据库的应用程序。其中一个工具是NavicatPremium。它不仅支持大多数主要的数据库管理系统(DBMS),而且它...

50+AI新品齐发,微软Build放大招:拥抱Agent胜算几何?

北京时间5月20日凌晨,如果你打开微软Build2025开发者大会的直播,最先吸引你的可能不是一场原本属于AI和开发者的技术盛会,而是开场不久后的尴尬一幕:一边是几位微软员工在台下大...

揭秘:一条SQL语句的执行过程是怎么样的?

数据库系统能够接受SQL语句,并返回数据查询的结果,或者对数据库中的数据进行修改,可以说几乎每个程序员都使用过它。而MySQL又是目前使用最广泛的数据库。所以,解析一下MySQL编译并执行...

各家sql工具,都闹过哪些乐子?

相信这些sql工具,大家都不陌生吧,它们在业内绝对算得上第一梯队的产品了,但是你知道,他们都闹过什么乐子吗?首先登场的是Navicat,这款强大的数据库管理工具,曾经让一位程序员朋友“火”了一把。Na...

详解PG数据库管理工具--pgadmin工具、安装部署及相关功能

概述今天主要介绍一下PG数据库管理工具--pgadmin,一起来看看吧~一、介绍pgAdmin4是一款为PostgreSQL设计的可靠和全面的数据库设计和管理软件,它允许连接到特定的数据库,创建表和...

Enpass for Mac(跨平台密码管理软件)

还在寻找密码管理软件吗?密码管理软件有很多,但是综合素质相当优秀且完全免费的密码管理软件却并不常见,EnpassMac版是一款免费跨平台密码管理软件,可以通过这款软件高效安全的保护密码文件,而且可以...