The world is a fast and dangerous place. To survive a company must innovate. Many organizations look to their innovation teams, but to thrive, the whole of an organization needs to become an innovation engine. Businesses that understand that dedicated innovation teams are grossly insufficient to maintain market leadership will ultimately shape their respective industries.

innovate:创新,改革    dedicated:专注的,献身的    

Creating an 'innovation capability' has become increasingly necessary for companies to simply survive. Many companies have experienced the disappointment of following the popular innovation-mill recipe:

1. Assemble the organization's best and brightest employees.

2. Provide a modest amount of funding.

3. Place this group at the edge of the organization by exempting it from many of the corporation's most innovation stifling policies and processes.

4. Label this group as the firm's hallowed Innovation Team.

Assemble:集合,聚集    exempt:免税,免除    stifling:令人窒息的,沉闷的    hallowed:神圣的,神圣化的

The problem with this common 'Innovation Team' approach is that it is based on a profoundly inaccurate assumption; namely, that only a select few in an organization can be innovative. The recipe lacks ingredients. Perhaps it's understandable though, as most firms' employees have struggled to innovate over the years. And when there is a market disrupting innovation, it is often the product of a small group of people, with a big idea, and the ability to execute. Unfortunately for large business, these disruptions tend to come from small startups, very often out of areas like Silicon Valley, Boston, or Beijing.

Why are the small startups seemingly more innovative than big business? They simply operate much like a larger firm's innovation team. Smart people focused on an unmet need. With no constraining processes and policies, usually a startup's greatest obstacle is attracting investors.

unmet:未满足的,未相遇的    

Imagine if they only had the deep pockets of big business.

Large businesses can become natively innovative, across the whole of their enterprise. Instead of a dedicated innovation team, however, it requires a firms' leadership to have the guts and wherewithal to fundamentally change the organization itself. Thus, a new recipe is offered:

wherewithal:必要的资金,用以    

1. First, prepare your organization's policies and processes by aggressively eliminating anything that doesn't directly assist in the creation of customer value. A small amount of corporate compliance seasoning is appropriate, but should be added with great care.

2. Add a generous helping of disruptive leadership. Mix into the organization the ideals of:
Questioning. Challenging the status quo
Observing. Understanding small details, and looking for improvement
Networking. Gaining radically different perspectives from others
Experimenting. Employ the scientific method; test hypotheses
Associative Thinking. Drawing connections from unrelated areas

3. Infuse courage and reward the lessons learned from failure. Be careful to extract all elements of fear at this stage. Add incentives that reward ideas and risk taking instead of preserving the status quo.

4. Season with 'gameful engagement' to inspire others to follow in their example. Optionally, increase temperature by adding ways to measure peoples' innovation reputations.

5. Enthusiastically stir, heat and serve. Present with the champagne commonly served at successful business launches.

disruptive:破坏的,分裂的    Associative:联合的,联想      incentives:激励,奖励    Enthusiastically:热心地,满腔热情地

The idea of grassroots innovation, where the whole of a firm becomes an innovation ecosystem, is not a new concept. Also not new is the utter failure of most firms to create any meaningful innovation capability, let alone one that exists enterprise-wide. If firms would address the structures and the innovation-chilling examples of leadership by policy - the overhead and bureaucracy associated with large firms could yield to a culture that is not only willing to change itself, but entire industries.

每日英语:A New Recipe for Innovation That Feeds the Whole Organization的更多相关文章

  1. 每日英语:China's Bigger Innovation Problem

    Last month's Third Plenum meeting of Chinese leaders seemed to signal Beijing's intention to experim ...

  2. 每日英语:Missing at Mobile World Congress: Innovation

    The hottest showcase for new technology at this year's Mobile World Congress wasn't in the event's c ...

  3. 每日英语:why can't China produce world-class CEO?

    The appointment of India-born Satya Nadella as Microsoft Corp.'s CEO has caused a bit of a stir in C ...

  4. 每日英语:Booming Tech Sector Redraws the Map

    China's high-tech companies have made their mark on the nation's economy. Now, with growing cash and ...

  5. 每日英语:Auto Makers Accelerate Efforts to Develop Self-Driving Cars

    Big auto makers are steering their efforts to develop cars that drive themselves out of the labs and ...

  6. 每日英语:Political Gridlock, Beijing Style

    To admirers outside the country, China's political system stands far above the dysfunctional democra ...

  7. 每日英语:The Biggest Distraction In The Office Is Sitting Next To You

    The big push in office design is forcing co-workers to interact more. Cubicle walls are lower, offic ...

  8. 每日英语:Why Food Companies Are Fascinated by the Way We Eat

    Are you a cruncher? Or a 'smoosher'? cruncher:咬嚼者,咬碎 Some people crave the perfectly crispy crunch o ...

  9. 每日英语:China's New Anti-Graft Website: A Tale of Tigers, Flies and Bath Tubs

    With considerable fanfare, China's anti-graft squad has rolled out a brand new website in the ongoin ...

随机推荐

  1. PHP匿名函数如何理解,什么是匿名函数

    揭秘PHP匿名函数 定义:匿名函数就是没有名字的函数. 有2种形式的匿名函数: 形式1:将一个匿名函数"赋值"给一个变量——此时该变量就代表该匿名函数了! 形式2: 是直接将一个匿 ...

  2. Navicat如何直接修改表中数据?

    Navicat如何直接修改表中数据?

  3. 设置TreeView背景色

    以下为在Csdn上找到的Treeview资源管理器代码,怎样改变其背景色?用:SendMessage SysTreeWindow,TVM_SETBKCOLOR,0,byval RGB(255,255, ...

  4. JSONP简单例子

    jsonp的原理很简单,主要利用了HTML中所有有src的属性的标签可以跨域的特点,利用script的src进行get请求,后端输出一段js代码的字符串在script中便会执行. 当然后端输出普通的j ...

  5. Stage3d 由浅到深理解AGAL的管线vertex shader和fragment shader || 简易教程 学习心得 AGAL 非常非常好的入门文章

    Everyday Stage3D (一) Everyday Stage3D (二) Triangle Everyday Stage3D (三) AGAL的基本概念 Everyday Stage3D ( ...

  6. java上传excel文件及解析

      java上传excel文件及解析 CreateTime--2018年3月5日16:25:14 Author:Marydon 一.准备工作 1.1 文件上传插件:swfupload: 1.2 文件上 ...

  7. idea 修改编辑区字体样式、大小

      idea 修改编辑区字体样式.大小 CreateTime--2018年4月26日10:36:59 Author:Marydon 设置-->Editor-->Font-->修改Fo ...

  8. DX:神奇的LayoutControl.BestFit()

    自动生成LayoutControl后,界面总是不对:在LayoutControl中找到一个BestFit()方法,调用后神奇的结果出现了,这不正是我想要的吗?测试代码: public partial ...

  9. 在win7/8下搭建简易的无线平台

    资料:http://www.cnblogs.com/KeenLeung/p/3482073.html http://www.cnblogs.com/KeenLeung/p/3481998.html 其 ...

  10. HDUOJ---(4708)Rotation Lock Puzzle

    Rotation Lock Puzzle Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Oth ...