the zeigarnik effect:the scientific key to better work

蔡加尼克效应指出人们更倾向于记住未完成的任务而非已完成的任务。这种现象最初由心理学家Bluma Zeigarnik发现,并通过实验得到证实。文章探讨了如何利用这一效应提高工作效率,避免拖延,并解释了为什么传统的8小时工作制可能降低任务专注度。

If you, like us, are constantly looking for more efficient ways to work, then you will really appreciate what the Zeigarnik effect has to offer. It carries the name of Bluma Zeigarnik, a Lithuanian-born psychologist who first described this effect in her doctoral thesis in the late 1920s. Some accounts have it that Zeigarnik noticed this effect while she was watching waiters in a restaurant. The waiters seemed to remember complex orders that allowed them to deliver the right combination of food to the tables, yet the information vanished as the food was delivered. Zeigarnik observed that the uncompleted orders seemed to stick in the waiters’ minds until they were actually completed.

Young Bluma Zeigarnik  Zeigarnik effect

Bluma Zeigarnik, 1921. Image: A.V. Zeigarnik, http://psyhistorik.livejournal.com/16254.html

Zeigarnik didn’t leave it at that, though. Back in her laboratory, she conducted studies in which subjects were required to complete various puzzles. Some of the subjects were interrupted during the tasks. All the subjects were then asked to describe what tasks they had done. It turns out that adults remembered the interrupted tasks 90% better than the completed tasks, and that children were even more likely to recall the uncompleted tasks. In other words, uncompleted tasks will stay on your mind until you finish them!

If you look around you, you will start to notice the Zeigarnik effect pretty much everywhere. It is especially used in media and advertising. Have you ever wondered why cliffhangers work so well or why you just can’t get yourself to stop watching that series on Netflix (just one more episode)?

As writer Ernest Hemingway once said about writing a novel, “it is the wait until the next day that is hard to get through.” But the Zeigarnik effect can actually be used to positively impact your work productivity.

The Zeigarnik effect and productivity

Now you’re probably wondering how the Zeigarnik effect improves productivity. Since we experience intrusive thoughts about uncompleted tasks, the key to productivity is working in focused periods of time, while avoiding multi-tasking and disruptions. Getting a task done means peace of mind, while the intrusive thoughts mean that you will experience anxiety when leaving a task unfinished to focus on something else. Since multi-tasking is simply diverting your attention from one task to another (basically making the new task an interruption), your brain won’t allow you to fully focus on the new task because you have left the previous one uncompleted. That is why productivity techniques such as the Pomodoro technique work so well. Of course, another key element is adapting the time spent on focused work to the task at hand; some tasks will require a longer period of focused work than others.

Good news for procrastinators

The Zeigarnik effect means good news for procrastinators: you are less likely to procrastinate once you actually start a task. You’re more inclined to finish something if you start it. So how do you actually get started? It depends on what kind of procrastinator you are. If you’re likely to procrastinate because you’re faced with a big project, then don’t think about starting with the hardest chunk of work. Start with what seems manageable in the moment. You’ll be more likely to finish the task simply because you started. The Zeigarnik effect shows us that the key to beating procrastination is starting somewhere… anywhere.

Reward expectancy & the Zeigarnik effect: why the 8-hour work day doesn’t work

A study published in the Journal of Personality  in 2006 showed that the Zeigarnik effect is undermined by reward expectancy. The study had subjects working on a task, interrupting them before the task was finished. While one group of subjects was told that they would receive an amount of money for participating in the study, the other group wasn’t told anything. The result was that 86% of the subjects who didn’t know about the reward chose to return to the task after they were interrupted, while only 58% of the subjects who were expecting the reward returned to the task. As the study was over and the reward was there, they found no reason to return to the task. What’s more, the subjects who were expecting the reward actually spent less time on the task once they did return to it.

Compare this to the 8-hour work day. The end of the work-day is just like the interruption in the study: once the 8 hours are done, the task is interrupted. And the pay for the 8 hours of work is the expected reward. The above study shows that reward expectancy actually undermines the Zeigarnik effect, and that rewarding task performance can lead to early task disengagement. In other words, the 8 hour work-day actually makes us unattached to our work. A great way to fight this sort of complacency is offering flexible work arrangements for your employees and offering rewards in the way of a healthy work-life balance.

Have you observed the Zeigarnik effect anywhere else? Are there any tips you have for using it to improve work practices? Let us know in the comment section below.

转载于:https://www.cnblogs.com/menfightfor2018/p/3868105.html

内容概要:本文系统介绍了算术优化算法(AOA)的基本原理、核心思想及Python实现方法,并通过图像分割的实际案例展示了其应用价值。AOA是一种基于种群的元启发式算法,其核心思想来源于四则运算,利用乘除运算进行全局勘探,加减运算进行局部开发,通过数学优化器加速函数(MOA)和数学优化概率(MOP)动态控制搜索过程,在全局探索与局部开发之间实现平衡。文章详细解析了算法的初始化、勘探与开发阶段的更新策略,并提供了完整的Python代码实现,结合Rastrigin函数进行测试验证。进一步地,以Flask框架搭建前后端分离系统,将AOA应用于图像分割任务,展示了其在实际工程中的可行性与高效性。最后,通过收敛速度、寻优精度等指标评估算法性能,并提出自适应参数调整、模型优化和并行计算等改进策略。; 适合人群:具备一定Python编程基础和优化算法基础知识的高校学生、科研人员及工程技术人员,尤其适合从事人工智能、图像处理、智能优化等领域的从业者;; 使用场景及目标:①理解元启发式算法的设计思想与实现机制;②掌握AOA在函数优化、图像分割等实际问题中的建模与求解方法;③学习如何将优化算法集成到Web系统中实现工程化应用;④为算法性能评估与改进提供实践参考; 阅读建议:建议读者结合代码逐行调试,深入理解算法流程中MOA与MOP的作用机制,尝试在不同测试函数上运行算法以观察性能差异,并可进一步扩展图像分割模块,引入更复杂的预处理或后处理技术以提升分割效果。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值