Hype cycle

The hype cycle is a branded graphical presentation developed and used by the American research, advisory and information technology firm Gartner, for representing the maturity, adoption and social application of specific technologies. The hype cycle provides a graphical and conceptual presentation of the maturity of emerging technologies through five phases.

An example of a hype cycle is found in Amara's law[1] coined by Roy Amara,[2] which states that

We tend to overestimate the effect of a technology in the short run and underestimate the effect in the long run.[3][4]

Five phases

 

General hype cycle for technology

Each hype cycle drills down into the five key phases of a technology's life cycle.

No. Phase Description
1 Technology Trigger A potential technology breakthrough kicks things off. Early proof-of-concept stories and media interest trigger significant publicity. Often no usable products exist and commercial viability is unproven.
2 Peak of Inflated Expectations Early publicity produces a number of success stories—often accompanied by scores of failures. Some companies take action; most don't.
3 Trough of Disillusionment Interest wanes as experiments and implementations fail to deliver. Producers of the technology shake out or fail. Investment continues only if the surviving providers improve their products to the satisfaction of early adopters.
4 Slope of Enlightenment More instances of how the technology can benefit the enterprise start to crystallize and become more widely understood. Second- and third-generation products appear from technology providers. More enterprises fund pilots; conservative companies remain cautious.
5 Plateau of Productivity Mainstream adoption starts to take off. Criteria for assessing provider viability are more clearly defined. The technology's broad market applicability and relevance are clearly paying off. If the technology has more than a niche market then it will continue to grow.[5]

The term "hype cycle" and each of the associated phases are now used more broadly in the marketing of new technologies.

Hype in new media

Hype (in the more general media sense of the term "hype"[6]) plays a large part in the adoption of new media forms by society. Terry Flew states[citation needed] that hype (generally the enthusiastic and strong feeling around new forms of media and technology in which people expect everything will be modified for the better[citation needed]) surrounding new media technologies and their popularization, along with the development of the Internet, is a common characteristic. But following shortly after the period of 'inflated expectations', as per the diagram above, the new media technologies quickly fall into a period of disenchantment, which is the end of the primary, and strongest, phase of hype.

Many analyses of the Internet in the 1990s featured large amounts of hype,[7][8][9] which created "debunking" responses.[6] However, such hype and the negative and positive responses toward it have given way to research that looks empirically at new media and its impact.

A longer-term historical perspective on such cycles can be found in the research of the economist Carlota Perez.[citation needed] D R Laurence in clinical pharmacology described a similar process in drug development in the seventies.[citation needed]

Criticisms

There have been numerous criticisms[10][11][12][13] of the hype cycle, prominent among which are that it is not a cycle, that the outcome does not depend on the nature of the technology itself, that it is not scientific in nature, and that it does not reflect changes over time in the speed at which technology develops. Another is that the "cycle" has no real benefits to the development or marketing of new technologies and merely comments on pre-existing trends. Specific disadvantages when compared to, for example, technology readiness level are:

  • The cycle is not scientific in nature, and there is no data or analysis that would justify the cycle.
  • With the (subjective) terms disillusionmentenlightenment and expectations it can not be described objectively or clearly where technology now really is.
  • The terms are misleading in the sense that one gets the wrong idea what he or she can use a technology for. The user does not want to be disappointed, so should he or she stay away from technology in the Trough of Disillusionment?
  • No action perspective is offered to move technology to a next phase.
  • This appears to be a very simplified impulse response of an elastic system representable by a differential equation. Perhaps more telling would be to formulate a system model with solutions conforming to observable behavior.

An analysis of Gartner Hype Cycles since 2000[13] shows that few technologies actually travel through an identifiable hype cycle, and that in practice most of the important technologies adopted since 2000 were not identified early in their adoption cycles.

Hype cycle(Gartner 成熟度曲线)的更多相关文章

  1. Gartner: Hype Cycle for Emerging Technologies-2012 (技术成熟度曲线) [转]

      英文稿: The “Hype Cycle for Emerging Technologies” report is the longest-running annual Hype Cycle, p ...

  2. Gartner 2018新技术成熟度曲线

    https://blog.csdn.net/BtB5e6Nsu1g511Eg5XEg/article/details/82047719 近日,Gartner发布了2018年新技术成熟度曲线,首次将生物 ...

  3. Gartner:Hype Cycle for Emerging Technologies-2013

      The “Hype Cycle for Emerging Technologies” report is the longest-running annual Hype Cycle, provid ...

  4. 2017 Gartner Hype Cycle for Emerging Technologies: AI, AR/VR, Digital Platforms

  5. 灵雀云入选Gartner 2020中国ICT技术成熟度曲线报告,容器技术处于顶峰

    近日,全球权威咨询分析机构Gartner发布了"2020中国ICT技术成熟度曲线(Hype Cycle for ICT in China, 2020 )"报告,灵雀云作为国内容器和 ...

  6. 解读Gartner《2015年度新兴技术成熟度曲线报告》

    详细见:http://www.360doc.com/content/16/0209/16/26186435_533443133.shtml 今年的报告评估了112个领域超过2000项新型技术的市场类型 ...

  7. Gartner:2018人工智能技术成熟度曲线

    https://www.secrss.com/articles/4392 人工智能被广为关注,但是一些想法恐难达到预期.本成熟度曲线将追踪AI基本趋势和未来创新,以确定人工智能技术发展的范围.状态.价 ...

  8. 从Gartner与IDC三大行业报告,看国产RPA的市场规模与未来发展

    从Gartner与IDC三大行业报告,看国产RPA的市场规模与未来发展 Gartner与IDC的三份报告,描绘出中国RPA的市场规模与未来宏图 文/王吉伟 近期的国产RPA,可谓捷报频频.三个重量级行 ...

  9. 巨杉数据库入选Gartner数据库报告,中国首家入选厂商

    SequoiaDB巨杉数据库入选Gartner数据库报告,成为国内首批入选Gartner报告的数据库厂商. “SequoiaDB, 总部位于中国广州,是一款分布式.多模型(Multimodel).高可 ...

随机推荐

  1. SpringBoot与SpringCloud学习指南

    推荐一个Spring Boot的导航网站:Spring Boot 中文导航 Spring boot使用的各种示例,以最简单.最实用为标准 spring-boot-helloWorld:spring-b ...

  2. 一个linux下简单的纯C++实现Http请求类(GET,POST,上传,下载)

    目录 一个linux下简单的纯C++实现Http请求类(GET,POST,上传,下载) Http协议简述 HttpRequest类设计 请求部分 接收部分 关于上传和下载 Cpp实现 关于源码中的Lo ...

  3. clob字段超过4000转String类型

    上次提到listagg()和wm_concat()方法合并过的字段类型为clob,要是字段长度超过4000,直接使用to_char()方法转会报错. 解决方法可以在java代码中使用流的方式转化成字符 ...

  4. 网页图表Highcharts实践教程之图表区

    网页图表Highcharts实践教程之图表区 网页图表Highcharts图表区 图表区是图表的基本区域.所有的数据和图形都是绘制在图表区中.从图形绘制范围来分,图表区域分为外层图表区和绘图区.本章将 ...

  5. Linux学习笔记04—IP配置

    一.自动获取IP只有一种情况可以自动获取IP地址,那就是你的Linux所在的网络环境中有DHCP服务.只要你的真机可以自动获取IP,那么安装在虚拟机的Linux同样也可以自动获取IP. 方法很简单,只 ...

  6. c# dapper mysql like 参数化

    //拼接sql语句: if (!string.IsNullOrEmpty(model.Email)) { where += " and a.email like @email "; ...

  7. 【原】用IDEA远程Debug Tomcat服务

    [环境参数] Web容器:Tomcat 8.0 IDE:IDEA 2018.1.5 [具体步骤] 1.配置Tomcat容器参数 编辑$CATALINA_HOME/bin/catalina.sh脚本,加 ...

  8. native与ascii互转

    package org.edujks.schoolapp.schoolbasedresearch.schoolsubject.action; public class DecodeUtil { /** ...

  9. Ubuntu Java7 SDK环境变量配置(转)

    1.去甲骨文官网下载java7 sdk http://www.oracle.com/technetwork/java/javase/downloads/index.html 这里笔者下载了最新的jav ...

  10. TCP状态知识总结(图解)

    tcp状态:   LISTEN:侦听来自远方的TCP端口的连接请求 SYN-SENT:再发送连接请求后等待匹配的连接请求 SYN-RECEIVED:再收到和发送一个连接请求后等待对方对连接请求的确认 ...