Inside Amazon's Kafkaesque "Performance Improvement Plans"
Amazon CEO and brilliant prick Jeff Bezos seems to have lost his magic touch lately. Investors, employees, and authors are all lashing out against different elements of Bezos' business practices. Don't worry, Jeff: Amazon has just the thing to improve you.
"I Do Not Know One Person Who Is Happy at Amazon"
In the past week, we've heard from several insiders at Amazon describing the company's…
Some of the upset, overworked, and burned out Amazon workers who sent us their stories spoke about the company's practice of placing employees on "performance improvement plans," or PIPs, if they were deemed to not be working efficiently enough. PIPs, which are ostensibly training programs designed to improve the job performance or those who can't keep up with Amazon's furious pace, were generally described as Kafkaesque zero-tolerance pretenses for pushing employees out the door.
Inside Amazon's Bizarre Corporate Culture
Yesterday, we brought you one Amazon warehouse worker's account of what it's like working …
Now, one former Amazon employee who recently left the company after going through the PIP process has sent us a rather bitter screed about her experiences there, of which she says "I would not want such a thing to happen even to my enemy." She asked, "Does Jeff Bezos have the guts to sign a PIP document himself? If so many employees are put into PIP for non performance, is that not an indication that the organization is also non performing ? In that case, the CEO should also take up the PIP challenge."
Not a completely unfair suggestion, considering the company's recent travails. Here is what this recently departed employee told us about the PIP process itself. This certainly qualifies as a letter from a disgruntled worker. It is also an interesting look at a rarely discussed part of life inside Amazon. Enjoy.
I can tell you in detail about the PIP program. In Amazon, PIP is being used as a tool to fire employees. That is, once you are into a PIP you can be sure that you would be made to quit within a maximum of 3 months.
Before going into the details of PIP, I want to share the confusion I still have regarding the eligibility criteria of PIP. As by the name, PIP stands for 'Performance Improvement Program'. But all the people who were into PIP from my team are super performers. They are all brilliant and experts in their own area of work. To be precise, they are all candidates who deserve a promotion. But it was a huge shocker to all when they were told that they need to take up a PIP.
In Amazon, when an employee is asked to sign a PIP, he or she is not allowed to disclose it to any of the team mates. In case they disclose, and if the manager comes to know of it, the employee would be terminated on the basis of 'Compliance Issue' for sharing confidential information !! So employees doesn't share it to anyone. And also in most cases they feel ashamed to share it to others. Hence the concept of PIP remains a secret to most people until it happens to them. In my case, I came to know of the program a month before it happened to me. Because it happened to my close friend who could not control sharing it to me. She shared each and every minute detail of the happenings of that 1 month to me. Exactly after a week she left, they started it to me. And I was astonished to see the same things happening to me like a replay of the incidents she shared with me. Even the dialogues of the manager and the HR people were exactly the same which she shared with me. It looked like they had memorized those dialogues and spit it out to each one !!
Now for the details of PIP. Let us assume that an employee works for Amazon for the past 5 years. In those 5 years, the employee would have at least made one mistake in his or her work. Once Amazon decides to fire that employee they would dig out that mistake and project that the employee had created a huge loss to the company because of that mistake. Then the employee would be put into what is called a 'Coaching Plan' for 2 months (The duration might differ depending on the manager) before starting PIP. While the employee is in 'Coaching Plan' he or she is not supposed to make even a single small mistake in his or her work. But the point to be noted here is, there will not be any coaching or training to the employee during this period. They will have to work just normally like others but each and every movement of them would be monitored.
In case of my friend, she did not make even a single mistake during those 2 months. But they still made her sign the PIP saying she did not follow the process SOPs correctly !! She was not at all convinced, but could not do anything against the management. So, after the 'Coaching Plan' the PIP will become mandatory. For the 'Coaching Plan' you don't have to sign any papers. But for PIP you will need to sign a document of agreement.
I will share with you a few clauses from PIP agreement. It will be rude and threatening to read through those clauses.
1) 'This is a final performance improvement plan for substandard performance'
2) 'You have been counselled and warned about your performance issues previously'
3) 'This is a final warning that your job is in jeopardy'
4) 'You continued employment is subject to you meeting the following goals and objectives'
(There will a new set of goals assigned during the PIP period, which would be much more difficult to achieve than the regular goals)
5) 'The responsibility for bringing your performance to an acceptable level rests with you'
6) 'A copy of this document will be placed in your personnel file'
7) 'If you fail to meet the above stated expectations, your employment may be terminated'
After the PIP starts, they will catch hold of any one mistake of the employee within those 3 months period and ask them to put down their papers. They will not be terminated but asked to resign.
In other organizations, PIP will be initiated for employees who waste their time during office hours, involve in gossiping or create politics. And during PIP they will be assigned easier goals than their usual goals and would be given some additional support. Only those employees who don't change their attitude even after PIP would be asked to resign, but that would be very rare.
Inside Amazon's Kafkaesque "Performance Improvement Plans"的更多相关文章
- SQL Performance Improvement Techniques(转)
原文地址:http://www.codeproject.com/Tips/1023621/SQL-Performance-Improvement-Techniques This article pro ...
- PatentTips - Control register access virtualization performance improvement
BACKGROUND OF THE INVENTION A conventional virtual-machine monitor (VMM) typically runs on a compute ...
- [Paper] Selection and replacement algorithm for memory performance improvement in Spark
Summary Spark does not have a good mechanism to select reasonable RDDs to cache their partitions in ...
- Ceilometer Polling Performance Improvement
Ceilometer的数据采集agent会定期对nova/keystone/neutron/cinder等服务调用其API的获取信息,默认是20秒一次, # Polling interval for ...
- Thinking Clearly about Performance
http://queue.acm.org/detail.cfm?id=1854041 The July/August issue of acmqueue is out now acmqueue is ...
- [转]Magento on Steroids – Best practice for highest performance
本文转自:https://www.mgt-commerce.com/blog/magento-on-steroids-best-practice-for-highest-performance/ Th ...
- 深度访谈Amazon员工与HR:华裔因pip跳楼背后(图)
http://www.wenxuecity.com/news/2016/12/01/5813342.html 首先,让我们来回顾一下这起事件.两天前在某论坛中,有同学发了这么一个帖子,大致意思是说有一 ...
- How to improve Java's I/O performance( 提升 java i/o 性能)
原文:http://www.javaworld.com/article/2077523/build-ci-sdlc/java-tip-26--how-to-improve-java-s-i-o-per ...
- Spring BOOT PERFORMANCE
转自:http://www.alexecollins.com/spring-boot-performance/ 官方优化文档: https://spring.io/blog/2015/12/10/sp ...
随机推荐
- Node.js数据流Stream之Duplex流和Transform流
Duplex流一个很好的例子是TCP套接字连接.需要实现_read(size)和_Write(data,encoding,callback)方法. var stream = require('stre ...
- Linux系统资源管理 之 硬件信息
1. CPU lscpu : 一般不加参数,直接使用该命令. cat /proc/cpuinfo: 该文件中列出了CPU的详细信息,类似于'lscpu'命令 lscpu [niesh @niesh D ...
- autofac使用Common Serivce Locator跟随wcf,mvc,web api的实例控制
autofac本身只提供了基本的ioc容器的功能 要想在mvc,wcf,web api中使用,除了autofac本身,还需要引入对应的包(点击对应连接可查看文档) 除此之外,使用Common Serv ...
- java设计模式-----16、解释器模式
概念: Interpreter模式也叫解释器模式,是行为模式之一,它是一种特殊的设计模式,它建立一个解释器,对于特定的计算机程序设计语言,用来解释预先定义的文法.简单地说,Interpreter模式是 ...
- js 中使用 #region #endregion
vs 和 vs code 都是可以支持 js 使用 #region 折叠代码的:code 我就不说了 同理vs 的: 首先下载 vs 插件,插件路径:https://archive.codeplex. ...
- Extjs checkbox数值回显
昨天上午花了半天时间都在调 extjs的编辑页面里的CheckBox的回显问题,一直没搞定,毕竟我接触extjs才一个月不到,属于小白.先上个图: 这就是编辑页面的时候,需要的效果.然后我代码里是用了 ...
- Hive Metastore 连接报错
背景 项目中需要通过一些自定义的组件来操控hive的元数据,于是使用了remote方式来存储hive元数据,使用一个服务后台作为gateway,由它来控制hive元数据. 现象 在windows上连接 ...
- Matlab给三维点云添加高斯噪声和随机噪声
写在前面 在我们进行点云配准一类的模拟实验时,第一步就是对原始点云进行适当的RT变换,并添加一定的噪声,得到测量点云,然后才可以用我们的算法去进行后面的配准操作.在添加噪声这一块,matlab里并没有 ...
- Docker for Windows(四)实践搭建&删除MySQL服务
我们已经下载安装好了Docker for Windows:Docker for Windows(一)下载与安装,也简单了解了Docker常用命令:Docker for Windows(三)Docker ...
- 最好最实用的二次开发教程 cms
◆二次开发 什么是二次开发? 二次开发,简单的说就是在现有的软件上进行定制修改,功能的扩展,然后达到自己想要的功能和效果,一 般来说都不会改变原有系统的内核. 为什么要二次开发? 随着信息化技术的不断 ...