{
  "initiatives": [
    {
      "slug": "android-platform-pre-1-0",
      "year": 2008,
      "title": "Android platform (pre-1.0 demo)",
      "category": "Android",
      "announced": "Engineering Director Steve Horowitz demoed an early Android build at the inaugural I/O, with refined UI, Street View with built-in compass, Maps, Pac-Man and pattern-based unlock; consumers were told the first Open Handset Alliance phones would ship in the second half of 2008.",
      "reality": "The Android 1.0 SDK shipped on September 23, 2008 and the T-Mobile G1 launched October 22, 2008, both within the promised window. Android went on to dominate global mobile, holding around 70% worldwide market share by 2026 with Android 16 already at 7.5% adoption.",
      "status": "shipped",
      "shippedDate": "2008-09",
      "killedDate": null,
      "notes": "One of the few I/O 2008 announcements that delivered at promised scope and is still actively developed.",
      "sources": [
        {
          "url": "https://www.talkandroid.com/101-google-io-opening-android-keynote/",
          "title": "Google I/O Developer Event Opening Keynote - Talk Android"
        },
        {
          "url": "https://www.openhandsetalliance.com/press_102108.html",
          "title": "Google and the Open Handset Alliance Announce Android Open Source Availability"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Open_Handset_Alliance",
          "title": "Open Handset Alliance - Wikipedia"
        },
        {
          "url": "https://www.androidauthority.com/android-1-0-3028250/",
          "title": "Remembering Android 1.0: When a fledgling mobile OS took its first steps"
        }
      ]
    },
    {
      "slug": "google-app-engine-open-signups",
      "year": 2008,
      "title": "Google App Engine open sign-ups",
      "category": "Cloud",
      "announced": "Vic Gundotra announced that App Engine was 'available to everyone, no waiting required' starting May 28, 2008, lifting the previous preview that had a 150,000-developer waiting list.",
      "reality": "Open sign-ups went live as promised on May 28, 2008. App Engine is still operated by Google Cloud in 2026 with Python 3.14, Java, Go, Node, PHP and Ruby runtimes in GA, though it has become a niche product overshadowed by Cloud Run and GKE.",
      "status": "shipped",
      "shippedDate": "2008-05",
      "killedDate": null,
      "notes": "Delivered on the promised date; long-term success is more muted than the keynote pitch implied.",
      "sources": [
        {
          "url": "http://googlepress.blogspot.com/2008/05/google-app-engine-to-announce-open-sign_27.html",
          "title": "Google App Engine to Announce Open Sign-ups, Pricing Plans, and New APIs at Google I/O"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Google_App_Engine",
          "title": "Google App Engine - Wikipedia"
        },
        {
          "url": "https://cloud.google.com/appengine/docs/standard/lifecycle/support-schedule",
          "title": "Runtime support schedule - App Engine standard environment"
        }
      ]
    },
    {
      "slug": "app-engine-python-only-runtime",
      "year": 2008,
      "title": "App Engine Python-only runtime",
      "category": "Cloud",
      "announced": "At launch App Engine was pitched as a general-purpose Google-scale platform for web apps, but the only supported language at I/O 2008 was Python 2.5, with no C extensions and no filesystem writes.",
      "reality": "Java support did not arrive until April 2009, Go came in 2011, and PHP/Node arrived years later. Python 2.7 was deprecated and Python 3.x runtimes only became the recommended path starting in 2018. Modern App Engine eventually supported arbitrary languages, but the original 'Python is enough' framing was scaled back almost immediately.",
      "status": "scaled-back",
      "shippedDate": "2008-04",
      "killedDate": null,
      "notes": "The Python-only constraint was a major limitation that Google had to walk back.",
      "sources": [
        {
          "url": "https://visualstudiomagazine.com/articles/2009/04/09/googles-new-app-engine-adds-java-support.aspx",
          "title": "Google's New App Engine Adds Java Support"
        },
        {
          "url": "https://techcrunch.com/2017/03/09/new-version-of-google-app-engine-supports-all-programming-languages/",
          "title": "New version of Google App Engine supports all programming languages"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Google_App_Engine",
          "title": "Google App Engine - Wikipedia"
        }
      ]
    },
    {
      "slug": "app-engine-pricing-plans",
      "year": 2008,
      "title": "App Engine pricing tiers announced",
      "category": "Cloud",
      "announced": "Google announced a tentative pricing model: 500MB storage and roughly 5M pageviews per month free, then $0.10-$0.12 per CPU core-hour, $0.15-$0.18 per GB-month storage, and $0.11-$0.13 per GB outbound bandwidth once limits were exceeded.",
      "reality": "Paid billing for App Engine did not actually go live until February 2009, roughly 9 months after the I/O announcement. The pricing model has since been completely overhauled multiple times around instance-hours and serverless requests.",
      "status": "shipped-late",
      "shippedDate": "2009-02",
      "killedDate": null,
      "notes": "Pricing was announced in May 2008 but not actually charged until early 2009.",
      "sources": [
        {
          "url": "http://googlepress.blogspot.com/2008/05/google-app-engine-to-announce-open-sign_27.html",
          "title": "Google App Engine to Announce Open Sign-ups, Pricing Plans, and New APIs"
        },
        {
          "url": "https://www.silicon.co.uk/cloud/google-adds-billing-to-app-engine-254",
          "title": "Google Adds Billing to App Engine"
        },
        {
          "url": "https://www.computerworld.com/article/2531043/google-sets-billing-rates-for-app-engine.html",
          "title": "Google sets billing rates for App Engine"
        }
      ]
    },
    {
      "slug": "app-engine-memcache-api",
      "year": 2008,
      "title": "App Engine Memcache API",
      "category": "Cloud",
      "announced": "Brad Fitzpatrick's memcache integration was launched as one of two new App Engine APIs at I/O, providing high-performance in-memory caching to accelerate page rendering.",
      "reality": "Memcache shipped at I/O 2008 and was used by developers for years, but Google has since reclassified it as a 'legacy bundled service' and recommends Memorystore (Redis) for new App Engine apps. Still works on the Python 2 / Java 8 legacy runtimes only.",
      "status": "scaled-back",
      "shippedDate": "2008-05",
      "killedDate": null,
      "notes": "Demoted to legacy status; no longer the recommended caching layer.",
      "sources": [
        {
          "url": "https://simonwillison.net/2008/May/28/memcache/",
          "title": "Using Memcache with Google App Engine"
        },
        {
          "url": "https://cloud.google.com/appengine/docs/legacy/standard/python/memcache",
          "title": "Memcache API for legacy bundled services"
        }
      ]
    },
    {
      "slug": "app-engine-images-api",
      "year": 2008,
      "title": "App Engine Image manipulation API",
      "category": "Cloud",
      "announced": "Google announced an image-manipulation API for App Engine enabling server-side scaling, rotation, and cropping at I/O 2008.",
      "reality": "Shipped with App Engine in 2008 but, like Memcache, is now classified as a 'legacy bundled service' tied to old runtimes. Google now points developers to Cloud Functions, third-party libraries, or external image services for new apps.",
      "status": "scaled-back",
      "shippedDate": "2008-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "http://googlepress.blogspot.com/2008/05/google-app-engine-to-announce-open-sign_27.html",
          "title": "Google App Engine to Announce Open Sign-ups, Pricing Plans, and New APIs"
        },
        {
          "url": "https://docs.cloud.google.com/appengine/docs/standard/services/images",
          "title": "Images API for legacy bundled services"
        }
      ]
    },
    {
      "slug": "opensocial-cross-network-api",
      "year": 2008,
      "title": "OpenSocial cross-network API",
      "category": "Web",
      "announced": "OpenSocial was positioned as the open standard letting one social app run on MySpace, Orkut, hi5, LinkedIn, Ning, and others, with the OpenSocial Foundation formalized in March 2008 and major sessions at I/O dedicated to v0.8 and 'Meet The Containers.'",
      "reality": "Containers shipped but Facebook never joined, and once Facebook Platform won the developer mindshare the standard withered. The OpenSocial Foundation handed everything to the W3C Social Web Working Group on December 16, 2014. By 2026 essentially no consumer social network implements it.",
      "status": "killed",
      "shippedDate": "2008-05",
      "killedDate": "2014-12",
      "notes": "Existed as a spec but never delivered on its 'standard for the social web' pitch.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/OpenSocial",
          "title": "OpenSocial - Wikipedia"
        },
        {
          "url": "https://www.w3.org/blog/2014/opensocial-foundation-moves-standards-work-to-w3c-social-web-activity/",
          "title": "OpenSocial Foundation Moves Standards Work to W3C Social Web Activity"
        },
        {
          "url": "https://martech.org/google-gives-up-open-social-api/",
          "title": "Google To Close Social Graph API, Not OpenSocial - MarTech"
        }
      ]
    },
    {
      "slug": "opensocial-rest-api",
      "year": 2008,
      "title": "OpenSocial REST/JSON-RPC API",
      "category": "Web",
      "announced": "Sessions at I/O 2008 unveiled the OpenSocial server-to-server REST protocol and the JSON-RPC variant added in spring 2008, intended to let backends read friends, activities, and persistence across containers.",
      "reality": "The REST API was implemented in Apache Shindig and by Orkut, MySpace, and a handful of others, but it never reached Facebook or Twitter. With OpenSocial itself absorbed by the W3C in 2014, the REST protocol effectively died.",
      "status": "killed",
      "shippedDate": "2008-05",
      "killedDate": "2014-12",
      "notes": null,
      "sources": [
        {
          "url": "https://www.w3.org/submissions/osapi/",
          "title": "OpenSocial 2.5.1 Activity Streams and Embedded Experiences APIs"
        },
        {
          "url": "https://shindig.apache.org/about_shindig_overview.html",
          "title": "Apache Shindig - Overview"
        }
      ]
    },
    {
      "slug": "google-friend-connect",
      "year": 2008,
      "title": "Google Friend Connect",
      "category": "Web",
      "announced": "Previewed at Campfire One on May 13, 2008 and discussed at I/O, Friend Connect was pitched as a way for any website owner to drop a JavaScript snippet and make their site instantly social, pulling in identity and friends from MySpace, Plaxo, Orkut, Twitter, and (Google hoped) Facebook.",
      "reality": "Facebook blocked Friend Connect from accessing its data within days of launch. The service did reach ~8M sites per month by late 2009 but Google retired Friend Connect on all non-Blogger sites on March 1, 2012 and removed it from Blogger on January 11, 2016 in favor of Google+ badges.",
      "status": "killed",
      "shippedDate": "2008-12",
      "killedDate": "2012-03",
      "notes": null,
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Friend_Connect",
          "title": "Google Friend Connect - Wikipedia"
        },
        {
          "url": "https://techcrunch.com/2008/05/12/google-confirms-friend-connect/",
          "title": "Google Confirms Friend Connect - TechCrunch"
        },
        {
          "url": "https://gcemetery.co/friend-connect/",
          "title": "Friend Connect Discontinued - The Google Cemetery"
        }
      ]
    },
    {
      "slug": "google-gears-offline-web",
      "year": 2008,
      "title": "Google Gears (offline web)",
      "category": "Web",
      "announced": "Gears was promoted across multiple I/O 2008 sessions ('HTML5, Brought to You by Gears', 'Gears for Mobile', 'Client-Side Search Engine with Gears') as the bridge to offline web apps, with the WorkerPool API positioned as the future of background JavaScript.",
      "reality": "Google stopped Gears development on February 19, 2010, ostensibly to fold features into HTML5. Gears was removed from Chrome on June 7, 2011, and from Gmail/Calendar on December 1, 2011. The HTML5 features (Web Workers, IndexedDB, Application Cache, then Service Workers) did eventually ship in standards form, but the Gears product was killed.",
      "status": "killed",
      "shippedDate": "2007-05",
      "killedDate": "2011-12",
      "notes": "Pitched as the offline-web platform at I/O 2008, formally killed within 3 years.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Gears_(software)",
          "title": "Gears (software) - Wikipedia"
        },
        {
          "url": "http://gearsblog.blogspot.com/2011/03/stopping-gears.html",
          "title": "Gears API Blog: Stopping the Gears"
        },
        {
          "url": "https://gcemetery.co/google-gears/",
          "title": "Google Gears Discontinued - The Google Cemetery"
        }
      ]
    },
    {
      "slug": "google-web-toolkit-1-5",
      "year": 2008,
      "title": "Google Web Toolkit 1.5 (Java 5 support)",
      "category": "Developer",
      "announced": "Vic Gundotra announced a forthcoming GWT 1.5 release with Java 5 features including generics, enums, annotations, and enhanced for-loops, framing GWT as Google's strategic answer to writing AJAX without JavaScript.",
      "reality": "GWT 1.5 shipped in August 2008. The toolkit is now community-maintained on gwtproject.org rather than primarily by Google; releases continued (GWT 2.12 in 2024, 2.12.2 in 2025) but GWT was de-emphasized inside Google in favor of Dart and then Angular/TypeScript.",
      "status": "scaled-back",
      "shippedDate": "2008-08",
      "killedDate": null,
      "notes": "Still alive as an open-source project but no longer a Google strategic platform.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Web_Toolkit",
          "title": "Google Web Toolkit - Wikipedia"
        },
        {
          "url": "https://www.gwtproject.org/release-notes.html",
          "title": "GWT Release Notes"
        },
        {
          "url": "https://webtoolkit.googleblog.com/2008/",
          "title": "GWT Blog: 2008"
        }
      ]
    },
    {
      "slug": "ajax-libraries-api",
      "year": 2008,
      "title": "Google AJAX Libraries API (Hosted Libraries CDN)",
      "category": "Web",
      "announced": "Dion Almaer announced the AJAX Libraries API on May 27, 2008, the eve of I/O, with Google promising to permanently host jQuery, Prototype, script.aculo.us, MooTools, and Dojo on its global CDN with HTTP compression and minified versions.",
      "reality": "Rebranded as Google Hosted Libraries and still operating in 2026, serving an estimated 2.3M live websites according to Wappalyzer. The dynamic google.load() loader is deprecated but the static URLs remain serving traffic.",
      "status": "shipped",
      "shippedDate": "2008-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://www.stevesouders.com/blog/2008/05/27/google-ajax-libraries-api/",
          "title": "Google AJAX Libraries API - Steve Souders"
        },
        {
          "url": "https://developers.google.com/speed/libraries",
          "title": "Hosted Libraries - Google for Developers"
        },
        {
          "url": "https://www.wappalyzer.com/technologies/cdn/google-hosted-libraries/",
          "title": "Websites using Google Hosted Libraries - Wappalyzer"
        }
      ]
    },
    {
      "slug": "google-visualization-api",
      "year": 2008,
      "title": "Google Visualization API",
      "category": "Developer",
      "announced": "Launched in March 2008 and showcased at I/O, the Visualization API was pitched as a generic way to render structured data via chart gadgets, with Google Spreadsheets as the first data source.",
      "reality": "Renamed Google Charts and still maintained in 2026 with bimonthly releases (v50 current). Used by many Google services and external sites. However, the original 'gadgets' delivery model is deprecated and the Image Charts companion API was killed in 2012.",
      "status": "scaled-back",
      "shippedDate": "2008-03",
      "killedDate": null,
      "notes": "Library lives on; gadget-based distribution model and Image Charts companion are gone.",
      "sources": [
        {
          "url": "http://googlecode.blogspot.com/2008/03/introducing-google-visualization-api.html",
          "title": "Introducing the Google Visualization API"
        },
        {
          "url": "https://developers.google.com/chart/interactive/docs/release_notes",
          "title": "Google Charts Release Notes"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Google_Chart_API",
          "title": "Google Chart API - Wikipedia"
        }
      ]
    },
    {
      "slug": "google-maps-api-for-flash",
      "year": 2008,
      "title": "Google Maps API for Flash",
      "category": "Maps",
      "announced": "Michael Jones presented the new Maps API for Flash at I/O 2008, pitched as the long-awaited way to embed Google Maps in Flash/Flex apps using ActionScript, with Flash-rendered tiles, markers, info windows, and animation.",
      "reality": "Shipped in May 2008. Officially deprecated on September 2, 2011 and shut off on September 2, 2014, with Google urging migration to the JavaScript Maps API v3 as Flash itself died.",
      "status": "killed",
      "shippedDate": "2008-05",
      "killedDate": "2014-09",
      "notes": null,
      "sources": [
        {
          "url": "http://googlemapsapi.blogspot.com/2008/05/introducing-google-maps-api-for-flash.html",
          "title": "Introducing the Google Maps API for Flash"
        },
        {
          "url": "https://mapsplatform.googleblog.com/2011/09/maps-api-for-flash-deprecation.html",
          "title": "Maps API for Flash deprecation announcement"
        },
        {
          "url": "https://techcrunch.com/2011/09/02/google-abandons-maps-api-for-flash/",
          "title": "Google Abandons Maps API For Flash - TechCrunch"
        }
      ]
    },
    {
      "slug": "youtube-chromeless-player-api",
      "year": 2008,
      "title": "YouTube Chromeless Player & JavaScript API",
      "category": "Developer",
      "announced": "I/O 2008 'Design Your Own YouTube Player' session showcased the Chromeless Player plus a JavaScript Player API letting developers fully control embedded YouTube video.",
      "reality": "The Chromeless Player was a Flash-based product; it was deprecated alongside Flash and effectively gone by 2015 when YouTube switched to HTML5 by default. The successor iframe Player API does provide the same control today, but the original named product is dead.",
      "status": "killed",
      "shippedDate": "2008-03",
      "killedDate": "2015-01",
      "notes": "Replaced by the iframe Player API; original Flash Chromeless Player is gone.",
      "sources": [
        {
          "url": "https://developers.google.com/gdata/articles/youtube_as3_chromeless",
          "title": "ActionScript 3.0 Wrapper for Chromeless Player"
        },
        {
          "url": "https://www.youtube.com/watch?v=LDXulO6n7Vo",
          "title": "Google I/O 2008 - Design Your Own YouTube Player"
        }
      ]
    },
    {
      "slug": "open-handset-alliance",
      "year": 2008,
      "title": "Open Handset Alliance momentum",
      "category": "Android",
      "announced": "The OHA was prominently featured at I/O 2008 as the broad industry consortium of carriers, OEMs and chip vendors that would deliver Android together; consumers were promised the first OHA handsets in the second half of 2008.",
      "reality": "The G1 launched October 22, 2008 as promised. However, the OHA itself has effectively been moribund since around 2011: its website lists 84 members but shows no updates after 2011, and Google has unilaterally controlled AOSP and the Android trademark since. It exists in name only in 2026.",
      "status": "scaled-back",
      "shippedDate": "2008-10",
      "killedDate": null,
      "notes": "Android shipped; the 'alliance' framing has been hollowed out.",
      "sources": [
        {
          "url": "https://www.openhandsetalliance.com/oha_members.html",
          "title": "Alliance Members - Open Handset Alliance"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Open_Handset_Alliance",
          "title": "Open Handset Alliance - Wikipedia"
        },
        {
          "url": "https://www.androidauthority.com/open-handset-alliance-3051787/",
          "title": "Open Handset Alliance: Where are all the first Android phone makers now?"
        }
      ]
    },
    {
      "slug": "igoogle-developer-sandbox",
      "year": 2008,
      "title": "iGoogle Developer Sandbox & OpenSocial container",
      "category": "Web",
      "announced": "iGoogle was positioned across I/O 2008 sessions as a flagship OpenSocial container with a canvas view, opening 'tens of millions of users' to gadget developers via the new developer sandbox.",
      "reality": "Google announced the retirement of iGoogle in July 2012 and shut it down on November 1, 2013. The legacy gadget API was deprecated September 14, 2009 and stopped functioning on September 14, 2010, just over two years after I/O 2008.",
      "status": "killed",
      "shippedDate": "2008-04",
      "killedDate": "2013-11",
      "notes": null,
      "sources": [
        {
          "url": "http://googlepress.blogspot.com/2008/04/google-launches-developer-sandbox-for_21.html",
          "title": "Google Launches Developer Sandbox for iGoogle"
        },
        {
          "url": "http://igoogledeveloper.blogspot.com/2009/09/more-things-change-more-they-stay-same.html",
          "title": "iGoogle Developer Blog: The more things change"
        },
        {
          "url": "https://searchengineland.com/google-opens-developer-sandbox-for-igoogle-13821",
          "title": "Google Opens Developer Sandbox For iGoogle"
        }
      ]
    },
    {
      "slug": "ajax-search-feed-apis",
      "year": 2008,
      "title": "AJAX Search & Feed APIs",
      "category": "Search",
      "announced": "I/O 2008 sessions 'Spice up Your Web Apps with Google AJAX APIs' and 'A World Beyond AJAX' promoted the AJAX Search API (web/video/news/maps/blog results in any site) and AJAX Feed API (any RSS/Atom feed via JavaScript) as the modern replacements for the retired SOAP Search API.",
      "reality": "Both APIs were officially deprecated on November 1, 2010 with a 3-year wind-down. The AJAX Search API was effectively dead by 2014. Custom Search JSON API exists today but is paid and rate-limited, nowhere near the original 'just drop this in your page' pitch.",
      "status": "killed",
      "shippedDate": "2008-03",
      "killedDate": "2014-11",
      "notes": null,
      "sources": [
        {
          "url": "https://developers.googleblog.com/introducing-the-google-ajax-feed-api/",
          "title": "Introducing the Google AJAX Feed API"
        },
        {
          "url": "https://support.google.com/code/answer/55728?hl=en",
          "title": "What is the Google AJAX Search API?"
        },
        {
          "url": "https://www.youtube.com/watch?v=qU_1_DrP04I",
          "title": "Google I/O 2008 - Spice up Your Apps with Google AJAX APIs"
        }
      ]
    },
    {
      "slug": "gdata-protocol-apis",
      "year": 2008,
      "title": "GData Protocol & client libraries",
      "category": "Developer",
      "announced": "GData (Atom + AtomPub + JSON) was presented across I/O 2008 sessions as the unified read/write protocol for nearly every Google service, with client libraries in Java, JavaScript, .NET, PHP, Python, and Objective-C.",
      "reality": "Most GData APIs were deprecated through the early-to-mid 2010s in favor of v3+ JSON REST APIs (e.g., YouTube Data API v3, Calendar API v3). Google's own GData docs page now warns that 'several of the APIs listed on this page are deprecated or obsolete.'",
      "status": "killed",
      "shippedDate": "2006-01",
      "killedDate": "2015-01",
      "notes": null,
      "sources": [
        {
          "url": "https://developers.google.com/gdata",
          "title": "Google Data APIs - Google for Developers"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Google_Data_Protocol",
          "title": "Google Data Protocol - Wikipedia"
        }
      ]
    },
    {
      "slug": "embedded-experiences-opensocial",
      "year": 2008,
      "title": "Open Embedded Experiences (OpenSocial)",
      "category": "Web",
      "announced": "Discussed as part of OpenSocial's future, Embedded Experiences promised a mechanism for inserting apps into Activity Streams, email messages, and Atom feeds with contextual data so host apps could render them.",
      "reality": "Embedded Experiences was eventually formalized in OpenSocial 2.5.1 (W3C member submission in February 2014), but with OpenSocial dissolved into W3C in December 2014 and no major modern consumer container, it never reached the 'embed an app anywhere on the social web' promise.",
      "status": "vapor",
      "shippedDate": null,
      "killedDate": null,
      "notes": "Spec existed; meaningful real-world deployment never happened.",
      "sources": [
        {
          "url": "https://www.w3.org/submissions/osapi/",
          "title": "OpenSocial 2.5.1 Activity Streams and Embedded Experiences APIs"
        },
        {
          "url": "https://www.w3.org/submissions/2014/02/Comment/",
          "title": "Team Comment on OpenSocial 2.5.1 Submission"
        }
      ]
    },
    {
      "slug": "bigtable-mapreduce-infrastructure-talk",
      "year": 2008,
      "title": "Jeff Dean's 'Underneath the Covers at Google' talk",
      "category": "Developer",
      "announced": "Jeff Dean's standing-room session detailed GFS, BigTable, and MapReduce as the infrastructure powering Google, positioned as a glimpse of what App Engine developers were getting access to.",
      "reality": "This was a research/architecture talk rather than a product announcement, so it cannot 'ship.' BigTable did become a Google Cloud product (Cloud Bigtable, GA in 2015) and MapReduce was supplanted by Cloud Dataflow.",
      "status": "shipped",
      "shippedDate": "2015-08",
      "killedDate": null,
      "notes": "Counts as shipped via Cloud Bigtable; classified loosely because it was a tech-disclosure talk, not a product pitch.",
      "sources": [
        {
          "url": "https://indico.cern.ch/event/27391/contributions/613857/attachments/493797/682380/handling-large-datasets-20080507.pdf",
          "title": "Handling Large Datasets at Google - Jeff Dean"
        },
        {
          "url": "https://perspectives.mvdirona.com/2008/06/jeff-dean-on-google-infrastructure/",
          "title": "Jeff Dean on Google Infrastructure - Perspectives"
        }
      ]
    },
    {
      "slug": "gears-html5-bridge",
      "year": 2008,
      "title": "Gears as the bridge to HTML5",
      "category": "Web",
      "announced": "The 'HTML5, Brought to You by Gears' session pitched Gears APIs (LocalServer, Database, WorkerPool, Geolocation) as the de-facto reference implementation that browser vendors would adopt as HTML5.",
      "reality": "Browsers did adopt analogous standards: Web Workers, Web Storage, IndexedDB (replacing Gears Database), Application Cache then Service Workers, and the Geolocation API. The standards survived; the Gears product that delivered them died in 2011. So the standards-bridge promise was partially fulfilled by the W3C, not by Google's Gears.",
      "status": "rebranded",
      "shippedDate": "2010-10",
      "killedDate": null,
      "notes": "The capabilities moved into web standards; the Gears brand and runtime were retired.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Gears_(software)",
          "title": "Gears (software) - Wikipedia"
        },
        {
          "url": "http://gearsblog.blogspot.com/2011/03/stopping-gears.html",
          "title": "Gears API Blog: Stopping the Gears"
        }
      ]
    },
    {
      "slug": "google-wave",
      "year": 2009,
      "title": "Google Wave",
      "category": "Other",
      "announced": "Lars and Jens Rasmussen's audacious 'what email would look like if invented today' platform — merging email, IM, wikis, real-time collaborative editing, and social — demoed live on May 28. Positioned as a potential replacement for the email protocol itself, with an open federation protocol over XMPP so anyone could run a Wave server.",
      "reality": "Public preview to 100,000 users in September 2009; general availability May 19, 2010. Google announced discontinuation on August 4, 2010 — just 14 months after the I/O demo — citing 'lack of user adoption.' Waves became read-only January 2012 and were deleted in April 2012. Donated to Apache as 'Wave in a Box,' which never reached a full release and was retired by Apache on January 15, 2018.",
      "status": "killed",
      "shippedDate": "2010-05",
      "killedDate": "2012-04",
      "notes": "The keynote demo that became a generation's cautionary tale about overhyped Google launches.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Wave",
          "title": "Google Wave — Wikipedia"
        },
        {
          "url": "https://techcrunch.com/2010/08/04/wave-goodbye-to-google-wave/",
          "title": "Wave Goodbye To Google Wave — TechCrunch"
        }
      ]
    },
    {
      "slug": "wave-federation-protocol",
      "year": 2009,
      "title": "Google Wave Federation Protocol",
      "category": "Web",
      "announced": "Open XMPP-extension protocol so any organization could run its own Wave server and federate with Google's, framed as the next-generation email protocol. Prototype Java server released under Apache 2.0 in July 2009.",
      "reality": "Federation never reached production maturity. After Google killed Wave in 2010, the protocol moved to Apache as part of Wave in a Box. Apache Wave never made a 1.0 release, sat at 0.4-rc10 for years, and was officially retired by the Apache Software Foundation on January 15, 2018.",
      "status": "killed",
      "shippedDate": "2009-07",
      "killedDate": "2018-01",
      "notes": "Never delivered on the promise of being an open replacement for email.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Wave_Federation_Protocol",
          "title": "Google Wave Federation Protocol — Wikipedia"
        },
        {
          "url": "https://incubator.apache.org/projects/wave.html",
          "title": "Wave Incubation Status — Apache Incubator"
        }
      ]
    },
    {
      "slug": "html5-five-things",
      "year": 2009,
      "title": "HTML5 'Five Things' push (Canvas, Video, Geolocation, App Cache/DB, Web Workers)",
      "category": "Web",
      "announced": "Vic Gundotra declared 'the web has won' and laid out five HTML5 capabilities that would replace native apps: Canvas, the <video> tag, Geolocation, local Database + App Cache for offline, and Web Workers for background threads. YouTube was demoed running entirely via the <video> tag.",
      "reality": "All five capabilities shipped across browsers between 2009 and 2012 and are now foundational. Web SQL Database (the demo's offline storage) was deprecated in favor of IndexedDB, and App Cache was deprecated and removed from Chrome in 2021 in favor of Service Workers. The broader bet — that HTML5 would make native apps obsolete — clearly lost to the App Store / Play Store ecosystem.",
      "status": "scaled-back",
      "shippedDate": "2010-12",
      "killedDate": null,
      "notes": "The individual APIs shipped, but the 'web replaces native' framing did not pan out.",
      "sources": [
        {
          "url": "https://techcrunch.com/2009/05/27/live-from-google-io-2009/",
          "title": "Live From Google I/O 2009 — TechCrunch"
        },
        {
          "url": "https://developers.googleblog.com/2009/05/google-io-2009-day-1-recap.html",
          "title": "Google I/O 2009 Day 1 Recap"
        }
      ]
    },
    {
      "slug": "appengine-java",
      "year": 2009,
      "title": "App Engine for Java",
      "category": "Cloud",
      "announced": "Java became the second App Engine language (after Python), opening for public sign-ups at I/O after a limited 10,000-developer early-access phase. Google touted 80,000 apps already on App Engine and partnerships with Oracle, IBM, ThoughtWorks and others.",
      "reality": "Shipped at I/O 2009. App Engine for Java has remained continuously supported and is now in its third major Java runtime generation (Java 8 → Java 11 → Java 17/21). One of the longest-lived I/O 2009 announcements.",
      "status": "shipped",
      "shippedDate": "2009-05",
      "killedDate": null,
      "notes": "Still in active production use 17 years later.",
      "sources": [
        {
          "url": "https://www.computerworld.com/article/2524239/google-updates-app-engine--adds-java-support.html",
          "title": "Google updates App Engine, adds Java support — Computerworld"
        },
        {
          "url": "https://cloud.google.com/appengine/docs/java/",
          "title": "Java on Google App Engine — Google Cloud"
        }
      ]
    },
    {
      "slug": "appengine-task-queue",
      "year": 2009,
      "title": "App Engine Task Queue API",
      "category": "Cloud",
      "announced": "New Task Queue API for offline background processing — schedule work to run asynchronously without managing threads or polling. Presented at I/O 2009; Python-only at launch with Java promised soon.",
      "reality": "Shipped in App Engine 1.2.3 in June 2009 as a Labs feature, Java support followed. Still in production today; Google later released the modernized 'Cloud Tasks' service in 2018 as a successor for newer App Engine runtimes.",
      "status": "shipped",
      "shippedDate": "2009-06",
      "killedDate": null,
      "notes": "Still works, but newer services are pushed toward Cloud Tasks.",
      "sources": [
        {
          "url": "https://cloudplatform.googleblog.com/2009/06/the-new-task-queue-api-on-google-app.html",
          "title": "The new Task Queue API on Google App Engine — Google Cloud Blog"
        },
        {
          "url": "https://cloud.google.com/appengine/docs/legacy/standard/python/taskqueue",
          "title": "Task Queue Overview — Google Cloud"
        }
      ]
    },
    {
      "slug": "appengine-cron",
      "year": 2009,
      "title": "App Engine Cron Service",
      "category": "Cloud",
      "announced": "Built-in cron-style scheduled task service for App Engine apps, allowing developers to run periodic background jobs (daily reports, backups, etc.) directly from cron.yaml.",
      "reality": "Shipped with App Engine 1.2.x in 2009 and is still part of App Engine standard environment today across both legacy and second-generation runtimes.",
      "status": "shipped",
      "shippedDate": "2009-04",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://cloud.google.com/appengine/docs/legacy/standard/java/config/cron-yaml",
          "title": "Scheduling Tasks With Cron for Java — Google Cloud"
        },
        {
          "url": "https://gaejexperiments.wordpress.com/2009/11/16/episode-9-using-the-cron-service-to-run-scheduled-tasks/",
          "title": "Episode 9: Using the Cron Service — GAEJ Experiments"
        }
      ]
    },
    {
      "slug": "android-donut",
      "year": 2009,
      "title": "Android 'Donut' preview (Android 1.6)",
      "category": "Android",
      "announced": "Donut previewed on stage with universal Quick Search Box across contacts/apps/web, a new text-to-speech API, CDMA support, and multi-screen-resolution support. Limited-edition Donut devices distributed to attendees.",
      "reality": "Android 1.6 Donut shipped September 15, 2009 with all promised features and added VPN/802.1x support and a redesigned Android Market.",
      "status": "shipped",
      "shippedDate": "2009-09",
      "killedDate": null,
      "notes": "Long out of support but delivered exactly as previewed.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_Donut",
          "title": "Android Donut — Wikipedia"
        },
        {
          "url": "https://android-developers.googleblog.com/2009/09/android-16-sdk-is-here.html",
          "title": "Android 1.6 SDK is here — Android Developers Blog"
        }
      ]
    },
    {
      "slug": "htc-magic-giveaway",
      "year": 2009,
      "title": "HTC Magic ('Google Ion') giveaway",
      "category": "Hardware",
      "announced": "Every I/O 2009 attendee received a free unlocked HTC Magic (branded 'Google Ion' with conference logo) plus 30 days of T-Mobile voice and 3G data. The kickoff of Google's now-famous developer-device giveaway tradition.",
      "reality": "Delivered at the conference; the HTC Magic was one of the early Android touchscreen flagships. Phone is long obsolete but the giveaway shipped exactly as advertised.",
      "status": "shipped",
      "shippedDate": "2009-05",
      "killedDate": null,
      "notes": "Pure hardware giveaway — nothing to scale back.",
      "sources": [
        {
          "url": "https://www.engadget.com/2009-05-27-google-i-o-attendees-getting-free-unlocked-htc-magic-with-us-3g.html",
          "title": "Google I/O attendees getting free unlocked HTC Magic — Engadget"
        },
        {
          "url": "https://www.gsmarena.com/google_give_away_htc_magic_to_developers_called_google_ion-news-935.php",
          "title": "Google give away HTC Magic to developers, called Google Ion — GSMArena"
        }
      ]
    },
    {
      "slug": "android-developer-challenge-2",
      "year": 2009,
      "title": "Android Developer Challenge 2 (ADC 2)",
      "category": "Android",
      "announced": "Second Android Developer Challenge announced at I/O with prizes across ten categories, submissions through August, and user votes as part of judging — total prize pool around $2M.",
      "reality": "Submissions closed August 31, 2009; winners announced November 30, 2009 (SweetDreams, What the Doodle!?, WaveSecure). Google then quietly retired the Developer Challenge format and never ran ADC 3.",
      "status": "shipped",
      "shippedDate": "2009-11",
      "killedDate": null,
      "notes": "Delivered as promised, but Google moved on from the contest format afterwards.",
      "sources": [
        {
          "url": "https://android-developers.googleblog.com/2009/11/announcing-winners-of-adc-2.html",
          "title": "Announcing the Winners of ADC 2 — Android Developers Blog"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Android_Developer_Challenge",
          "title": "Android Developer Challenge — Wikipedia"
        }
      ]
    },
    {
      "slug": "google-web-elements",
      "year": 2009,
      "title": "Google Web Elements",
      "category": "Web",
      "announced": "Copy-paste embeddable widgets for Google products — Maps, News, Calendar, Custom Search, Presentations, Spreadsheets, YouTube News, and 'Google Conversation' (a Friend Connect-powered comments widget). Pitched as 'embed any Google product as easily as a YouTube video,' available at google.com/webelements.",
      "reality": "Launched May 27, 2009 with elements expanded through 2009 (Translate, Reader, theming). The product was quietly de-emphasized — most Web Elements stopped working after their underlying services were killed (Reader 2013, Friend Connect 2012, the standalone Web Elements site itself was retired). Today only Maps, YouTube, Calendar, and Custom Search 'embed' equivalents remain, integrated into those individual products.",
      "status": "killed",
      "shippedDate": "2009-05",
      "killedDate": "2013-07",
      "notes": "No formal Web Elements shutdown date — died slowly as its component products were killed.",
      "sources": [
        {
          "url": "https://developers.googleblog.com/2009/05/introducing-google-web-elements.html",
          "title": "Introducing Google Web Elements — Google Developers Blog"
        },
        {
          "url": "https://techcrunch.com/2009/05/27/widgets-everywhere-embed-your-favorite-chunks-of-google-with-web-elements/",
          "title": "Widgets Everywhere! — TechCrunch"
        }
      ]
    },
    {
      "slug": "gwt-2-runasync",
      "year": 2009,
      "title": "Google Web Toolkit 2.0 preview (code splitting, Speed Tracer, in-browser dev mode)",
      "category": "Developer",
      "announced": "Previewed GWT 2.0 features at I/O: GWT.runAsync() developer-guided code splitting, in-browser development mode (no more separate hosted-mode browser), UiBinder templating, and the Speed Tracer Chrome performance tool.",
      "reality": "GWT 2.0 shipped December 8, 2009 with all promised features. Google deprecated GWT internally by ~2022 and stopped using it for new products, but the project lives on as a community-driven open source effort — GWT 2.11 (Jan 2024) and 2.12 (Oct 2024) continue to ship.",
      "status": "scaled-back",
      "shippedDate": "2009-12",
      "killedDate": null,
      "notes": "Shipped on time but Google itself effectively abandoned GWT a decade later.",
      "sources": [
        {
          "url": "https://webtoolkit.googleblog.com/2009/12/introducing-google-web-toolkit-20-now.html",
          "title": "Introducing Google Web Toolkit 2.0, now with Speed Tracer — GWT Blog"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Google_Web_Toolkit",
          "title": "Google Web Toolkit — Wikipedia"
        }
      ]
    },
    {
      "slug": "speed-tracer",
      "year": 2009,
      "title": "Speed Tracer (Chrome performance profiler)",
      "category": "Developer",
      "announced": "A Chrome extension shipped with GWT 2.0 that visualized low-level browser instrumentation (parsing, layout, paint, JS, DOM events, XHRs) to find web app performance bottlenecks.",
      "reality": "Released December 8, 2009. Quietly abandoned within a few years — superseded by Chrome DevTools' built-in Timeline/Performance panel. The Google Code project is archived and the extension no longer works on modern Chrome.",
      "status": "killed",
      "shippedDate": "2009-12",
      "killedDate": "2013-01",
      "notes": "Functionality absorbed into Chrome DevTools.",
      "sources": [
        {
          "url": "https://techcrunch.com/2009/12/08/google-speed-tracer/",
          "title": "Google Web Toolkit: Now With Speed Tracer — TechCrunch"
        },
        {
          "url": "https://code.google.com/archive/p/speedtracer",
          "title": "speedtracer — Google Code Archive"
        }
      ]
    },
    {
      "slug": "google-plugin-eclipse",
      "year": 2009,
      "title": "Google Plugin for Eclipse",
      "category": "Developer",
      "announced": "An Eclipse plugin tying GWT and App Engine development together with deployment wizards, JSNI syntax highlighting, JUnit integration, and one-click deploy to App Engine. Released alongside App Engine for Java.",
      "reality": "Shipped April 7, 2009 (pre-I/O). Open-sourced in November 2011. Google eventually stopped maintaining it; community fork continues at gwt-plugins.github.io but mainstream support is effectively over.",
      "status": "killed",
      "shippedDate": "2009-04",
      "killedDate": "2018-01",
      "notes": "Last Google-supported release predates 2018; community fork only.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Plugin_for_Eclipse",
          "title": "Google Plugin for Eclipse — Wikipedia"
        },
        {
          "url": "https://webtoolkit.googleblog.com/2009/04/google-plugin-for-eclipse-peanut-butter.html",
          "title": "Google Plugin for Eclipse — Peanut Butter to Eclipse's Chocolate"
        }
      ]
    },
    {
      "slug": "o3d-plugin",
      "year": 2009,
      "title": "O3D 3D-in-browser plugin",
      "category": "Web",
      "announced": "Google's NPAPI browser plugin (announced April 2009 and featured at I/O) for hardware-accelerated 3D graphics in the browser via a JavaScript scene-graph API. Pitched as bridging desktop 3D apps and the web.",
      "reality": "On May 7, 2010 — less than a year after I/O — Google announced O3D would no longer be developed as a plugin and would instead become a JavaScript library on top of WebGL. The plugin was abandoned; the JS-on-WebGL library went nowhere either.",
      "status": "killed",
      "shippedDate": "2009-04",
      "killedDate": "2010-05",
      "notes": "Lost to WebGL.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/O3D",
          "title": "O3D — Wikipedia"
        },
        {
          "url": "https://googlecode.blogspot.com/2009/04/toward-open-web-standard-for-3d.html",
          "title": "Toward an open web standard for 3D graphics: Introducing O3D — Google Code Blog"
        }
      ]
    },
    {
      "slug": "geolocation-my-location",
      "year": 2009,
      "title": "HTML5 Geolocation + Google Maps 'My Location' button",
      "category": "Web",
      "announced": "Live demo of W3C Geolocation API using cell-tower/Wi-Fi positioning, with a new 'My Location' blue dot in Google Maps and Google Latitude running in mobile Safari on iPhone — pitched as feature parity with native apps.",
      "reality": "Geolocation API shipped across browsers in 2009-2010. The Maps My Location feature shipped and lives on inside Google Maps. Latitude itself — the headline demo — was discontinued August 9, 2013 and its iPhone web app was removed.",
      "status": "scaled-back",
      "shippedDate": "2009-08",
      "killedDate": null,
      "notes": "The API survived; the headline product (Latitude) was killed.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Latitude",
          "title": "Google Latitude — Wikipedia"
        },
        {
          "url": "https://gcemetery.co/google-latitude/",
          "title": "Google Latitude Discontinued — The Google Cemetery"
        }
      ]
    },
    {
      "slug": "html5-video-tag-youtube",
      "year": 2009,
      "title": "YouTube via HTML5 <video> tag",
      "category": "Web",
      "announced": "Vic Gundotra demoed YouTube running 'entirely using the video tag' as proof that Flash was on its way out and HTML5 could match it.",
      "reality": "YouTube launched an HTML5 video trial in January 2010 and made HTML5 the default for desktop browsers in January 2015, finally dropping Flash. Took 5.5 years from the I/O demo to actually become the default.",
      "status": "shipped-late",
      "shippedDate": "2015-01",
      "killedDate": null,
      "notes": "The demo was real; broad default rollout took years.",
      "sources": [
        {
          "url": "https://youtube-eng.googleblog.com/2015/01/youtube-now-defaults-to-html5_27.html",
          "title": "YouTube now defaults to HTML5 <video> — YouTube Engineering"
        },
        {
          "url": "https://techcrunch.com/2009/05/27/live-from-google-io-2009/",
          "title": "Live From Google I/O 2009 — TechCrunch"
        }
      ]
    },
    {
      "slug": "html5-app-cache",
      "year": 2009,
      "title": "HTML5 Application Cache (offline web apps)",
      "category": "Web",
      "announced": "Demoed Gmail running offline on Android using HTML5 App Cache + Web SQL Database as proof web apps could match native for offline use.",
      "reality": "App Cache shipped across browsers but was widely panned as a footgun, deprecated by the W3C, and removed from Chrome in early 2021. Replaced by Service Workers. Web SQL Database (the demo's storage layer) was also deprecated, replaced by IndexedDB.",
      "status": "killed",
      "shippedDate": "2010-01",
      "killedDate": "2021-04",
      "notes": "The promised future of offline web (App Cache + Web SQL) was a dead end; Service Workers and IndexedDB replaced both.",
      "sources": [
        {
          "url": "https://developer.chrome.com/blog/app-cache-removal/",
          "title": "Application Cache removal — Chrome for Developers"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Web_SQL_Database",
          "title": "Web SQL Database — Wikipedia"
        }
      ]
    },
    {
      "slug": "html5-web-workers",
      "year": 2009,
      "title": "HTML5 Web Workers",
      "category": "Web",
      "announced": "Background-thread JavaScript execution demoed with motion detection, pitched as solving the perennial 'browser frozen' problem.",
      "reality": "Web Workers shipped across all browsers in 2009-2010 and are now standard. Service Workers (a more specialized successor) shipped in 2014+. Survived and thrived.",
      "status": "shipped",
      "shippedDate": "2009-12",
      "killedDate": null,
      "notes": "Genuine web platform success.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Web_worker",
          "title": "Web Worker — Wikipedia"
        },
        {
          "url": "https://developers.googleblog.com/2009/05/google-io-2009-day-1-recap.html",
          "title": "Google I/O 2009 Day 1 Recap"
        }
      ]
    },
    {
      "slug": "ajax-apis-playground",
      "year": 2009,
      "title": "Google AJAX APIs Playground",
      "category": "Developer",
      "announced": "Interactive playground (originally launched January 2009 and showcased at I/O) for trying Google's JavaScript APIs — Maps, Search, Feeds, Calendar, Visualization, Language, Blogger, Libraries, Earth — with 170+ editable samples.",
      "reality": "Live throughout the early 2010s. Quietly retired after most underlying AJAX APIs were themselves deprecated (Search API, Feeds API, Language API all killed by 2016). The standalone Playground site no longer exists.",
      "status": "killed",
      "shippedDate": "2009-01",
      "killedDate": "2016-01",
      "notes": "Died with the AJAX APIs it was built to demo.",
      "sources": [
        {
          "url": "https://developers.googleblog.com/2009/01/playing-around-with-google-ajax-apis.html",
          "title": "Playing around with Google's AJAX APIs — Google Developers Blog"
        },
        {
          "url": "https://www.programmableweb.com/news/googles-javascript-apis-get-playground/2009/01/23",
          "title": "Google's JavaScript APIs Get a Playground — ProgrammableWeb"
        }
      ]
    },
    {
      "slug": "google-friend-connect-2",
      "year": 2009,
      "title": "Google Friend Connect Server API",
      "category": "Other",
      "announced": "Server-side API extending Google Friend Connect — Google's social-overlay-for-any-website product — beyond JavaScript gadgets. Pitched as letting any site add social/comments/profiles using OpenSocial.",
      "reality": "Friend Connect shipped, but never overtook Facebook's social plugins. Google announced retirement on November 23, 2011; turned off for non-Blogger sites March 1, 2012; finally removed from Blogger on January 11, 2016.",
      "status": "killed",
      "shippedDate": "2009-05",
      "killedDate": "2012-03",
      "notes": "Replaced by Google+ (which itself died in 2019).",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Friend_Connect",
          "title": "Google Friend Connect — Wikipedia"
        },
        {
          "url": "https://gcemetery.co/friend-connect/",
          "title": "Friend Connect Discontinued — The Google Cemetery"
        }
      ]
    },
    {
      "slug": "maps-api-flash",
      "year": 2009,
      "title": "Google Maps API for Flash",
      "category": "Web",
      "announced": "Continued investment in Maps API for Flash highlighted at I/O — used heavily for ActionScript developers and AIR offline maps. Promoted alongside the JS Maps API.",
      "reality": "Officially deprecated September 2, 2011 with a 3-year deprecation window. Maps API for Flash was fully turned off on September 2, 2014.",
      "status": "killed",
      "shippedDate": "2008-05",
      "killedDate": "2014-09",
      "notes": "Killed alongside the broader collapse of Flash.",
      "sources": [
        {
          "url": "https://mapsplatform.googleblog.com/2011/09/maps-api-for-flash-deprecation.html",
          "title": "Maps API for Flash deprecation announcement — Google Maps Platform"
        },
        {
          "url": "https://techcrunch.com/2011/09/02/google-abandons-maps-api-for-flash/",
          "title": "Google Abandons 'Maps API For Flash' — TechCrunch"
        }
      ]
    },
    {
      "slug": "google-earth-api",
      "year": 2009,
      "title": "Google Earth API / browser plugin",
      "category": "Web",
      "announced": "NPAPI-based browser plugin and JavaScript API for embedding interactive 3D Earth in web pages, heavily featured at I/O 2009 mashup sessions.",
      "reality": "Shipped, but tied to NPAPI which Chrome killed in 2015. Google announced Earth API deprecation December 12, 2014 with shutdown set for December 12, 2015; a temporary reprieve pushed final shutdown to January 11, 2017. Earth Plugin usage had collapsed from 9.1% of Chrome users (Oct 2013) to 0.1% (Oct 2014).",
      "status": "killed",
      "shippedDate": "2008-05",
      "killedDate": "2017-01",
      "notes": "Died with NPAPI.",
      "sources": [
        {
          "url": "https://9to5google.com/2014/12/12/google-earth-api-shut-down/",
          "title": "Google announces plans to sunset its Earth API — 9to5Google"
        },
        {
          "url": "https://www.gearthblog.com/blog/archives/2016/12/google-earth-api-plugin-finally-coming-end.html",
          "title": "Google Earth API/plugin finally coming to an end — Google Earth Blog"
        }
      ]
    },
    {
      "slug": "android-text-to-speech-api",
      "year": 2009,
      "title": "Android Text-to-Speech API",
      "category": "Android",
      "announced": "New open-source multi-lingual TTS engine and API in Android Donut, demoed for navigation and accessibility. Promised support for multiple languages and voices.",
      "reality": "Shipped in Android 1.6 Donut in September 2009 and has been part of every Android release since.",
      "status": "shipped",
      "shippedDate": "2009-09",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_Donut",
          "title": "Android Donut — Wikipedia"
        },
        {
          "url": "https://developer.android.com/reference/android/speech/tts/TextToSpeech",
          "title": "TextToSpeech — Android Developers"
        }
      ]
    },
    {
      "slug": "android-multi-resolution",
      "year": 2009,
      "title": "Android multiple-screen-resolution framework",
      "category": "Android",
      "announced": "Donut would add framework-level support for QVGA, HVGA, and WVGA resolutions, letting one APK adapt to many screens — necessary precondition for non-G1-class hardware.",
      "reality": "Shipped in Android 1.6 Donut in September 2009. Multi-density support became one of the defining strengths of Android and is still core to the platform.",
      "status": "shipped",
      "shippedDate": "2009-09",
      "killedDate": null,
      "notes": "Foundational, still in every Android release.",
      "sources": [
        {
          "url": "https://android-developers.googleblog.com/2009/09/android-16-sdk-is-here.html",
          "title": "Android 1.6 SDK is here — Android Developers Blog"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Android_Donut",
          "title": "Android Donut — Wikipedia"
        }
      ]
    },
    {
      "slug": "google-latitude-iphone",
      "year": 2009,
      "title": "Google Latitude for iPhone (mobile web)",
      "category": "Other",
      "announced": "Latitude demoed running in mobile Safari on iPhone — using HTML5 Geolocation — because Apple had blocked a native Latitude app. Positioned as proof that the mobile web could match native.",
      "reality": "Mobile web Latitude shipped in mid-2009 and was joined by a native iOS app in December 2010. Latitude was discontinued entirely on August 9, 2013, including the iPhone version and the API.",
      "status": "killed",
      "shippedDate": "2009-07",
      "killedDate": "2013-08",
      "notes": "Folded into Google+ briefly, then permanently killed; location-sharing reappeared inside Google Maps in 2017.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Latitude",
          "title": "Google Latitude — Wikipedia"
        },
        {
          "url": "https://killedby.tech/google/google-latitude/",
          "title": "Google Latitude — Killed by Google"
        }
      ]
    },
    {
      "slug": "google-chrome-os-preview",
      "year": 2009,
      "title": "Chrome OS (announced post-I/O on the back of HTML5 push)",
      "category": "Other",
      "announced": "Vic Gundotra's I/O 2009 'the web has won' framing built up to Chrome OS, formally announced July 7, 2009, then demoed by Sundar Pichai on November 19, 2009 — promising netbooks that 'boot up like a TV' with all apps and data in the cloud, available in second half of 2010.",
      "reality": "Missed the 'second half of 2010' deadline. First device (CR-48) shipped as a free pilot in December 2010; first consumer Chromebooks (Acer and Samsung) shipped June 15, 2011 — about a year late. Chromebooks went on to become a major presence in education and a real business.",
      "status": "shipped-late",
      "shippedDate": "2011-06",
      "killedDate": null,
      "notes": "Roughly 12 months past promised timing, but became one of Google's most durable platforms.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/ChromeOS",
          "title": "ChromeOS — Wikipedia"
        },
        {
          "url": "https://www.engadget.com/2009-07-08-google-announces-chrome-os.html",
          "title": "Google announces Chrome OS, coming to netbooks second half of 2010 — Engadget"
        }
      ]
    },
    {
      "slug": "wave-extensions-platform",
      "year": 2009,
      "title": "Google Wave Extensions: Robots & Gadgets API",
      "category": "Developer",
      "announced": "Two extension types announced for Wave: server-side Robots (automated participants) and client-side Gadgets (OpenSocial-based interactive widgets inside waves). Pitched as a 'Wave app store.'",
      "reality": "Both APIs shipped and 150+ extensions were built. All died when Wave was shut down in April 2012.",
      "status": "killed",
      "shippedDate": "2009-05",
      "killedDate": "2012-04",
      "notes": "Whole platform died with Wave itself.",
      "sources": [
        {
          "url": "https://googlewavedev.blogspot.com/2009/05/introducing-google-wave-apis-what-can.html",
          "title": "Introducing the Google Wave APIs — Google Wave Developer Blog"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Google_Wave",
          "title": "Google Wave — Wikipedia"
        }
      ]
    },
    {
      "slug": "google-tv",
      "year": 2010,
      "title": "Google TV",
      "category": "Hardware",
      "announced": "Google unveiled Google TV with Sony, Logitech, Intel, Dish Network, Adobe and Best Buy as launch partners, promising integrated Sony TVs, a Sony Blu-ray player, and the Logitech Revue companion box. Pitched as bringing the full web and Android apps to the living room, with launch in Fall 2010.",
      "reality": "Devices shipped in October 2010 but were a commercial flop — NBC, ABC, Fox, CBS and Hulu all blocked Google TV from accessing their web content for the platform's entire life. Logitech took a $100M+ writedown and announced no Revue successor in late 2011. Google TV was succeeded by Android TV in June 2014, with the Google TV SDK retired the same month.",
      "status": "killed",
      "shippedDate": "2010-10",
      "killedDate": "2014-06",
      "notes": "Name 'Google TV' was later revived in 2020 as a UI layer atop Android TV — a different product.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_TV_(2010%E2%80%932014)",
          "title": "Google TV (2010–2014) — Wikipedia"
        },
        {
          "url": "https://techcrunch.com/2010/10/12/sony-google-tv/",
          "title": "Sony Outs The First HDTV Powered By Google TV — TechCrunch"
        },
        {
          "url": "https://9to5google.com/2023/03/10/google-tv/",
          "title": "Google TV: The history of Google in the living room — 9to5Google"
        }
      ]
    },
    {
      "slug": "android-froyo",
      "year": 2010,
      "title": "Android 2.2 Froyo",
      "category": "Android",
      "announced": "Vic Gundotra unveiled Android 2.2 Froyo with 5 'pillars' — Dalvik JIT compiler (2-5x speedup), V8 JavaScript engine in the browser, enterprise features (Exchange, security policies), Adobe Flash 10.1 support, and over-the-air updates. Promised rollout starting in weeks.",
      "reality": "Froyo started rolling out to Nexus One in late May 2010 and OEM handsets through 2010-2011. All headlined features shipped. Adobe Flash on Android was killed in August 2012. Froyo itself reached end of Google services support in 2021.",
      "status": "shipped",
      "shippedDate": "2010-05",
      "killedDate": null,
      "notes": "JIT, V8, mobile hotspot and Flash all shipped on time; Flash itself died two years later.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_Froyo",
          "title": "Android Froyo — Wikipedia"
        },
        {
          "url": "https://www.engadget.com/2010-05-20-live-from-the-google-i-o-2010-day-2-keynote.html",
          "title": "Live from the Google I/O 2010 day 2 keynote — Engadget"
        },
        {
          "url": "https://android-developers.googleblog.com/2010/05/android-cloud-to-device-messaging.html",
          "title": "Android Cloud To Device Messaging — Android Developers Blog"
        }
      ]
    },
    {
      "slug": "froyo-mobile-hotspot",
      "year": 2010,
      "title": "Android Mobile Wi-Fi Hotspot",
      "category": "Android",
      "announced": "Built-in tethering and portable Wi-Fi hotspot — turning any Froyo phone into a hotspot for up to 8 devices, no third-party app required.",
      "reality": "Shipped in Android 2.2 in May 2010 exactly as promised and is still a core Android feature in 2026.",
      "status": "shipped",
      "shippedDate": "2010-05",
      "killedDate": null,
      "notes": "Carriers in the US initially tried to block/charge for it, but the feature itself shipped.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_Froyo",
          "title": "Android Froyo — Wikipedia"
        },
        {
          "url": "https://www.pcworld.com/article/512915/google_android_22_questions_and_answers.html",
          "title": "Google Android 2.2: Questions and Answers — PCWorld"
        }
      ]
    },
    {
      "slug": "adobe-flash-android",
      "year": 2010,
      "title": "Adobe Flash 10.1 on Android",
      "category": "Android",
      "announced": "Full Adobe Flash Player 10.1 support in the Android browser as a flagship Froyo demo, positioned as a key differentiator vs. iPhone ('we believe in choice').",
      "reality": "Flash shipped in Froyo and remained available on Android through 2012. Adobe announced in November 2011 it was halting mobile Flash development; updates stopped in August 2012 and the Play Store plug-in was removed. Flash Player as a whole reached end-of-life December 31, 2020.",
      "status": "killed",
      "shippedDate": "2010-05",
      "killedDate": "2012-08",
      "notes": "One of the most-touted I/O 2010 features, killed within ~2 years.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Adobe_Flash_Player",
          "title": "Adobe Flash Player — Wikipedia"
        },
        {
          "url": "https://www.engadget.com/2010-05-20-live-from-the-google-i-o-2010-day-2-keynote.html",
          "title": "Live from the Google I/O 2010 day 2 keynote — Engadget"
        }
      ]
    },
    {
      "slug": "webm-vp8",
      "year": 2010,
      "title": "WebM Project / VP8 codec",
      "category": "Web",
      "announced": "Google open-sourced the VP8 video codec under a BSD-style royalty-free license and launched the WebM open media format (VP8 + Vorbis in Matroska container) with Mozilla, Opera, and Adobe support. Pitched as the open alternative to H.264 for HTML5 video.",
      "reality": "VP8/WebM shipped in Chrome, Firefox, and Opera in 2010-2011. Apple/Safari held out until macOS 11.3/iOS 14.5 (2021). VP8 evolved into VP9 (2013) and laid foundation for AV1 (2018), now the dominant royalty-free codec. WebM itself never fully displaced H.264 but became universal in modern browsers.",
      "status": "scaled-back",
      "shippedDate": "2010-05",
      "killedDate": null,
      "notes": "Shipped fully but never became 'the' web video standard as positioned — VP9/AV1 are the real legacy.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/WebM",
          "title": "WebM — Wikipedia"
        },
        {
          "url": "https://caniuse.com/webm",
          "title": "WebM video format browser support — caniuse"
        },
        {
          "url": "https://developers.googleblog.com/en/google-chrome-at-google-io-2010/",
          "title": "Google Chrome at Google I/O 2010 — Google Developers Blog"
        }
      ]
    },
    {
      "slug": "chrome-web-store",
      "year": 2010,
      "title": "Chrome Web Store",
      "category": "Web",
      "announced": "Sundar Pichai announced the Chrome Web Store, a marketplace for installable web apps and Chrome extensions, with launch promised 'later this year' (2010).",
      "reality": "Launched December 7, 2010, alongside the Cr-48. Still operates in 2026 for Chrome extensions and themes. Hosted/Packaged web apps were deprecated for non-Chrome OS in 2018 and Chrome Apps fully ended on Windows/Mac/Linux in 2022 (still available on ChromeOS).",
      "status": "scaled-back",
      "shippedDate": "2010-12",
      "killedDate": null,
      "notes": "Extensions/themes side is alive; the 'installable web apps' pitch never lived up to the keynote framing.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Chrome_Web_Store",
          "title": "Chrome Web Store — Wikipedia"
        },
        {
          "url": "http://googlesystem.blogspot.com/2010/12/google-to-launch-chrome-web-store-and.html",
          "title": "Google Will Launch Chrome Web Store and Chrome OS Today — Google System"
        }
      ]
    },
    {
      "slug": "app-engine-for-business",
      "year": 2010,
      "title": "Google App Engine for Business",
      "category": "Cloud",
      "announced": "Enterprise version of App Engine with VMware/SpringSource partnership for cloud-portable Java apps, centralized admin console, 99.9% SLA, hosted SQL, SSL on custom domains, and premium support. Pricing $8/user/month up to $1000/app cap.",
      "reality": "Stayed in preview through 2010-2011. At I/O 2011 Google announced features were being merged into mainline App Engine, and App Engine for Business as a separate SKU was quietly retired. Cloud SQL (the 'hosted SQL' piece) was launched separately in October 2011 and remains active.",
      "status": "scaled-back",
      "shippedDate": "2011-11",
      "killedDate": null,
      "notes": "Never reached GA as a distinct product; pieces survived inside App Engine + Cloud SQL.",
      "sources": [
        {
          "url": "https://techcrunch.com/2010/05/19/google-launches-business-version-of-app-engine-collaborates-with-vmware/",
          "title": "Google Launches Business Version Of App Engine — TechCrunch"
        },
        {
          "url": "http://googleappengine.blogspot.com/2011/11/app-engine-160-out-of-preview-release.html",
          "title": "App Engine 1.6.0 Out of Preview Release — App Engine Blog"
        },
        {
          "url": "https://medium.com/@retomeier/an-annotated-history-of-googles-cloud-platform-90b90f948920",
          "title": "An Annotated History of Google's Cloud Platform — Reto Meier"
        }
      ]
    },
    {
      "slug": "google-storage-for-developers",
      "year": 2010,
      "title": "Google Storage for Developers",
      "category": "Cloud",
      "announced": "S3-style RESTful object storage with SSL, ACLs, 100GB+ object sizes, and a gsutil command-line tool. Limited preview with 100GB storage and 300GB monthly bandwidth free per developer.",
      "reality": "Reached general availability May 2011 as 'Google Cloud Storage,' which today is one of GCP's flagship services and a multi-billion-dollar revenue line. The gsutil tool announced at I/O 2010 is still in active use.",
      "status": "rebranded",
      "shippedDate": "2011-05",
      "killedDate": null,
      "notes": "Renamed but delivers everything originally promised — and dramatically more.",
      "sources": [
        {
          "url": "https://www.eweek.com/storage/google-introduces-new-cloud-storage-for-developers/",
          "title": "Google Introduces New Cloud Storage for Developers — eWeek"
        },
        {
          "url": "https://cloud.googleblog.com/2010/",
          "title": "2010 — Google Cloud Blog"
        },
        {
          "url": "https://medium.com/@retomeier/an-annotated-history-of-googles-cloud-platform-90b90f948920",
          "title": "An Annotated History of Google's Cloud Platform — Reto Meier"
        }
      ]
    },
    {
      "slug": "google-prediction-api",
      "year": 2010,
      "title": "Google Prediction API",
      "category": "AI",
      "announced": "RESTful API exposing Google's machine-learning algorithms to developers for spam detection, sentiment analysis, recommendations, and purchase prediction. Pitched as 'ML in the cloud for everyone.'",
      "reality": "Shipped to limited preview at I/O 2010, reached GA in 2013. Google announced deprecation in April 2017 and shut it down on May 1, 2018, telling users to migrate to Cloud Machine Learning Engine (now Vertex AI).",
      "status": "killed",
      "shippedDate": "2010-05",
      "killedDate": "2018-05",
      "notes": "An early Google attempt at ML-as-a-service that predated the modern AI cloud wave.",
      "sources": [
        {
          "url": "https://news.ycombinator.com/item?id=14343389",
          "title": "Google Cloud Prediction API End of Life — Hacker News"
        },
        {
          "url": "https://www.infoq.com/news/2017/06/google-drops-prediction-api/",
          "title": "Google Replaces Cloud Prediction API with Cloud Machine Learning Engine — InfoQ"
        },
        {
          "url": "https://developers.googleblog.com/en/google-prediction-api-helps-all-apps-to-adapt-and-learn/",
          "title": "Google Prediction API helps all apps to adapt and learn — Google Developers Blog"
        }
      ]
    },
    {
      "slug": "bigquery-preview",
      "year": 2010,
      "title": "BigQuery (initial preview)",
      "category": "Cloud",
      "announced": "Google previewed BigQuery, a fully-managed interactive SQL service for analyzing massive datasets, built on the internal Dremel technology described in a paper published that month.",
      "reality": "Stayed in limited preview through 2011, reached limited availability in November 2011 and general availability in May 2012. BigQuery is now one of Google Cloud's most successful products and a category-defining cloud data warehouse.",
      "status": "shipped-late",
      "shippedDate": "2012-05",
      "killedDate": null,
      "notes": "Took two years to reach GA but became a flagship GCP service.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/BigQuery",
          "title": "BigQuery — Wikipedia"
        },
        {
          "url": "https://cloud.google.com/blog/products/bigquery/bigquery-under-the-hood",
          "title": "BigQuery under the hood — Google Cloud Blog"
        }
      ]
    },
    {
      "slug": "google-font-api",
      "year": 2010,
      "title": "Google Font API & Font Directory",
      "category": "Web",
      "announced": "Free, open-source web font directory hosted by Google, served via a CSS3 @font-face API. Launched with Droid Sans/Serif and a handful of other open fonts.",
      "reality": "Now branded Google Fonts, the service hosts 1,500+ font families and serves trillions of font requests per year. One of the most successful and longest-lived I/O 2010 announcements.",
      "status": "shipped",
      "shippedDate": "2010-05",
      "killedDate": null,
      "notes": "An unambiguous win — became default for huge swaths of the open web.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Fonts",
          "title": "Google Fonts — Wikipedia"
        },
        {
          "url": "https://developers.googleblog.com/introducing-the-google-font-api-google-font-directory/",
          "title": "Introducing the Google Font API & Google Font Directory — Google Developers Blog"
        }
      ]
    },
    {
      "slug": "android-c2dm",
      "year": 2010,
      "title": "Android Cloud to Device Messaging (C2DM)",
      "category": "Android",
      "announced": "Push messaging service for Android letting servers send up to 1024 bytes of data to apps on Android 2.2 devices. Demoed with a 'send to Chrome' bookmark feature.",
      "reality": "Shipped in Froyo. Superseded by Google Cloud Messaging (GCM) in June 2012, then by Firebase Cloud Messaging (FCM) in 2016. C2DM was officially deprecated in 2012 and shut down October 2015. The underlying push-messaging concept lives on in FCM.",
      "status": "killed",
      "shippedDate": "2010-05",
      "killedDate": "2015-10",
      "notes": "Rebrand chain: C2DM → GCM → FCM. Capability survived, original product name didn't.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_Cloud_to_Device_Messaging",
          "title": "Android Cloud to Device Messaging — Wikipedia"
        },
        {
          "url": "https://android-developers.googleblog.com/2010/05/android-cloud-to-device-messaging.html",
          "title": "Android Cloud To Device Messaging — Android Developers Blog"
        }
      ]
    },
    {
      "slug": "google-apps-marketplace",
      "year": 2010,
      "title": "Google Apps Marketplace",
      "category": "Other",
      "announced": "Featured at I/O 2010 (launched two months earlier in March 2010) — an online store for third-party business apps integrating with Google Apps via SAML/OpenID/OAuth. Initial partners included Intuit, Appirio, and Atlassian.",
      "reality": "Renamed G Suite Marketplace, then Google Workspace Marketplace in 2020. Still active in 2026 with thousands of integrations.",
      "status": "rebranded",
      "shippedDate": "2010-03",
      "killedDate": null,
      "notes": "Cleanest example of a successful rebrand from the I/O 2010 lineup.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Workspace_Marketplace",
          "title": "Google Workspace Marketplace — Wikipedia"
        },
        {
          "url": "https://workspaceupdates.googleblog.com/2010/03/google-apps-marketplace-now-launched.html",
          "title": "Google Apps Marketplace now launched — Workspace Updates"
        }
      ]
    },
    {
      "slug": "google-wave-updates",
      "year": 2010,
      "title": "Google Wave updates (open signups, Robots API v2)",
      "category": "Other",
      "announced": "On Wave's first birthday, Google announced open signups (no invites), Robots API v2 with 'Active Robots' that push to waves, the Wave Data API, Google Apps domain support, and open-sourcing the rich text editor.",
      "reality": "Updates shipped in May 2010, but adoption never materialized. Just 11 weeks later, on August 4, 2010, Google announced it would stop standalone Wave development. The product became read-only in January 2012 and was deleted in April 2012.",
      "status": "killed",
      "shippedDate": "2010-05",
      "killedDate": "2012-04",
      "notes": "Killed faster than almost any product in I/O history — within 3 months of the I/O headlining update.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Wave",
          "title": "Google Wave — Wikipedia"
        },
        {
          "url": "https://techcrunch.com/2010/08/04/wave-goodbye-to-google-wave/",
          "title": "Wave Goodbye To Google Wave — TechCrunch"
        },
        {
          "url": "https://developers.googleblog.com/en/google-wave-at-io-learn-new-apis-build-your-own-wave/",
          "title": "Google Wave at I/O: Learn new APIs & Build your own Wave — Google Developers Blog"
        }
      ]
    },
    {
      "slug": "youtube-leanback",
      "year": 2010,
      "title": "YouTube Leanback",
      "category": "Other",
      "announced": "TV-optimized web YouTube interface designed for couch viewing with keyboard/remote navigation, demoed during the Google TV keynote.",
      "reality": "Launched July 2010 at youtube.com/leanback. The web version was disabled for non-supported devices in October 2019 and officially shut down July 29, 2023. The underlying TV UX migrated into the dedicated YouTube on TV app on Android TV/Roku/etc.",
      "status": "killed",
      "shippedDate": "2010-07",
      "killedDate": "2023-07",
      "notes": "Lived 13 years before being killed.",
      "sources": [
        {
          "url": "https://www.failory.com/google/youtube-leanback",
          "title": "What Was Youtube Leanback and Why Was it Discontinued? — Failory"
        },
        {
          "url": "https://9to5google.com/2019/09/16/youtube-leanback-tv-interface-disabled-soon/",
          "title": "YouTube is killing its 'leanback' TV interface — 9to5Google"
        }
      ]
    },
    {
      "slug": "app-inventor-android",
      "year": 2010,
      "title": "App Inventor for Android",
      "category": "Developer",
      "announced": "Visual, block-based programming environment for building Android apps without writing code, aimed at students and beginners. Developed by Google with MIT's Hal Abelson.",
      "reality": "Released by invitation July 2010, publicly December 2010. Google retired its server in late 2011 and transferred the project to MIT, which relaunched it as MIT App Inventor in March 2012. Still actively used worldwide in education in 2026.",
      "status": "scaled-back",
      "shippedDate": "2010-12",
      "killedDate": "2011-12",
      "notes": "Google killed it at Google but the project lives on at MIT — counts as scaled-back relative to Google's commitment.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/MIT_App_Inventor",
          "title": "MIT App Inventor — Wikipedia"
        },
        {
          "url": "https://news.mit.edu/2010/android-abelson-0819",
          "title": "The MIT roots of Google's new software — MIT News"
        }
      ]
    },
    {
      "slug": "latitude-api",
      "year": 2010,
      "title": "Google Latitude API",
      "category": "Other",
      "announced": "Public API for developers to read users' location history and current location from Google Latitude, enabling third-party location apps.",
      "reality": "Shipped in May 2010. Latitude itself was killed on August 9, 2013, taking the API with it. Some functionality reabsorbed into Google+ location sharing, which itself died in 2019. Modern equivalent is Google Maps location sharing.",
      "status": "killed",
      "shippedDate": "2010-05",
      "killedDate": "2013-08",
      "notes": "Both API and parent product killed.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Latitude",
          "title": "Google Latitude — Wikipedia"
        },
        {
          "url": "https://www.androidpolice.com/2013/08/09/psa-today-is-the-final-day-to-export-your-google-latitude-data/",
          "title": "PSA: Google Latitude Shuts Down Today — Android Police"
        }
      ]
    },
    {
      "slug": "gwt-2-1-spring-roo",
      "year": 2010,
      "title": "GWT 2.1 + Spring Roo (VMware partnership)",
      "category": "Developer",
      "announced": "Google and VMware/SpringSource announced a joint stack: GWT 2.1 (with RequestFactory, MVP framework, data presentation widgets) plus Spring Roo 1.1 for rapid Java cloud-portable web app development.",
      "reality": "GWT 2.1 and Roo 1.1 final releases shipped in October-November 2010 as promised. Both projects faded over the following decade — Google transitioned GWT to a Steering Committee in 2012, and Spring Roo was effectively end-of-lifed in 2019. GWT 2.x is still maintained as an open-source project but no longer actively pushed by Google.",
      "status": "scaled-back",
      "shippedDate": "2010-10",
      "killedDate": null,
      "notes": "Both shipped, but the heavily-promoted enterprise Java angle never panned out.",
      "sources": [
        {
          "url": "https://webtoolkit.googleblog.com/2010/10/announcing-final-release-of-gwt-21.html",
          "title": "Announcing the Final Release of GWT 2.1 — GWT Blog"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Google_Web_Toolkit",
          "title": "Google Web Toolkit — Wikipedia"
        }
      ]
    },
    {
      "slug": "android-market-music",
      "year": 2010,
      "title": "Android Market music store (preview)",
      "category": "Android",
      "announced": "Vic Gundotra demoed a music tab inside Android Market with cloud-based purchase and playback, positioned as a forthcoming feature.",
      "reality": "No music store launched in 2010. The Android Market web store launched in February 2011 (without music). Google Music Beta was unveiled at I/O 2011 — a full year late — and Google Music store launched November 2011. Renamed Google Play Music in 2012, then killed in October 2020 and replaced by YouTube Music.",
      "status": "shipped-late",
      "shippedDate": "2011-11",
      "killedDate": "2020-10",
      "notes": "Demoed in 2010, took 18 months to ship, ultimately killed.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Play_Music",
          "title": "Google Play Music — Wikipedia"
        },
        {
          "url": "https://techcrunch.com/2010/05/20/live-blogging-the-second-google-io-keynote-the-day-of-android-and-google-tv/",
          "title": "Live Blogging The Second Google I/O Keynote — TechCrunch"
        }
      ]
    },
    {
      "slug": "android-froyo-enterprise",
      "year": 2010,
      "title": "Android enterprise features (Exchange, device policies)",
      "category": "Android",
      "announced": "20+ enterprise features in Froyo: Exchange auto-discovery, security policies, GAL lookup, remote wipe, device admin APIs.",
      "reality": "Shipped in Android 2.2 in May 2010. The Device Admin API became the foundation for Android Enterprise / Android for Work (announced 2014, GA 2015), now the standard managed-device framework used by Android in business.",
      "status": "shipped",
      "shippedDate": "2010-05",
      "killedDate": null,
      "notes": "Foundation for modern Android Enterprise.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_Froyo",
          "title": "Android Froyo — Wikipedia"
        },
        {
          "url": "https://www.cmswire.com/cms/enterprise-20/google-io-2010-highlights-007570.php",
          "title": "Google I/O 2010 Highlights — CMSWire"
        }
      ]
    },
    {
      "slug": "froyo-ota-updates",
      "year": 2010,
      "title": "Android OTA updates and app auto-update",
      "category": "Android",
      "announced": "Froyo introduced over-the-air system updates and automatic background app updates from Android Market.",
      "reality": "Shipped in Android 2.2 in May 2010. Both have been core Android features ever since, with auto-update remaining the default in 2026.",
      "status": "shipped",
      "shippedDate": "2010-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_Froyo",
          "title": "Android Froyo — Wikipedia"
        },
        {
          "url": "https://www.engadget.com/2010-05-20-live-from-the-google-i-o-2010-day-2-keynote.html",
          "title": "Live from the Google I/O 2010 day 2 keynote — Engadget"
        }
      ]
    },
    {
      "slug": "html5-demos",
      "year": 2010,
      "title": "HTML5 demos / Chrome Web platform push",
      "category": "Web",
      "announced": "Series of HTML5 demos (Canvas, WebGL, Web Sockets, File API, drag-and-drop) positioning Chrome as the most-capable HTML5 browser and promising the web could replace native apps.",
      "reality": "All demoed HTML5 APIs shipped over 2010-2012 across modern browsers. The broader 'web replaces native' narrative was undermined by the rise of mobile apps, but HTML5 itself became the foundation of the modern web. Progressive Web Apps (2015+) revived the pitch in a different form.",
      "status": "shipped",
      "shippedDate": "2010-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://developers.googleblog.com/en/google-chrome-at-google-io-2010/",
          "title": "Google Chrome at Google I/O 2010 — Google Developers Blog"
        },
        {
          "url": "https://www.engadget.com/2010-05-21-google-i-o-recap-more-web-than-you-can-shake-a-frozen-desert-at.html",
          "title": "Google I/O recap — Engadget"
        }
      ]
    },
    {
      "slug": "chromebooks-consumer-launch",
      "year": 2011,
      "title": "Chromebooks (consumer launch with Acer & Samsung)",
      "category": "Hardware",
      "announced": "Sundar Pichai introduced the term 'Chromebook' and announced the first consumer-ready Chrome OS laptops from Samsung (12.1\", $429/$499) and Acer (11.6\", $349+), shipping June 15, 2011 in seven countries. Pitched as cloud-first computing with 8-second boot and all-day battery.",
      "reality": "Both Chromebooks shipped on schedule June 15, 2011. The Chromebook line has grown into a multi-billion-dollar education business and is still an active Google product line in 2026, though Google has signaled a long-term merger of Chrome OS and Android into a unified 'Googlebook' platform.",
      "status": "shipped",
      "shippedDate": "2011-06",
      "killedDate": null,
      "notes": "Rare unambiguous I/O 2011 success. Chromebooks went on to dominate US K-12.",
      "sources": [
        {
          "url": "https://techcrunch.com/2011/05/11/the-google-chrome-netbook-breaks-cover-at-io-2011/",
          "title": "The Google Chromebook Breaks Cover At I/O 2011 — TechCrunch"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Chromebook",
          "title": "Chromebook — Wikipedia"
        }
      ]
    },
    {
      "slug": "chromebooks-for-business-education",
      "year": 2011,
      "title": "Chromebooks for Business & Education subscription",
      "category": "Hardware",
      "announced": "Monthly subscription model for Chromebooks: $28/user/month for business and $20/user/month for education, bundling hardware, software, support and replacements.",
      "reality": "The subscription model launched alongside the Chromebooks on June 15, 2011. The pricing model evolved but Chrome Enterprise/Education Upgrades persist in 2026 as the foundation of Google's biggest Chromebook market.",
      "status": "shipped",
      "shippedDate": "2011-06",
      "killedDate": null,
      "notes": "Education in particular became a massive success.",
      "sources": [
        {
          "url": "https://www.engadget.com/2011-05-11-live-from-google-i-o-2011s-day-2-keynote.html",
          "title": "Live from Google I/O 2011's day 2 keynote — Engadget"
        },
        {
          "url": "https://www.huffpost.com/entry/google-chromebooks_n_860632",
          "title": "Google Chromebooks Debut At Google I/O 2011 — HuffPost"
        }
      ]
    },
    {
      "slug": "android-honeycomb-3-1",
      "year": 2011,
      "title": "Android 3.1 Honeycomb",
      "category": "Android",
      "announced": "First major update to Android Honeycomb for tablets, featuring resizable home-screen widgets, USB host mode (supporting cameras, keyboards, joysticks, gamepads), and a smoother task switcher. Rolled out to Verizon Motorola Xoom on day of the keynote, with Google TV slated for the summer.",
      "reality": "3.1 rolled out to Xoom on schedule May 10, 2011. Honeycomb itself was famously a problematic tablet-only fork — Google never open-sourced it and Android tablets struggled commercially for years. Superseded by Android 4.0 ICS in October.",
      "status": "shipped",
      "shippedDate": "2011-05",
      "killedDate": null,
      "notes": "Shipped exactly as promised but Honeycomb's broader strategy was a market failure.",
      "sources": [
        {
          "url": "https://developer.android.com/about/versions/android-3.1-highlights",
          "title": "Honeycomb MR1 — Android Developers"
        },
        {
          "url": "https://technologizer.com/2011/05/10/google-android-honeycomb-3-1/index.html",
          "title": "Google Releases Android 3.1, First Major Update to Honeycomb"
        }
      ]
    },
    {
      "slug": "android-ice-cream-sandwich-teaser",
      "year": 2011,
      "title": "Android Ice Cream Sandwich (4.0) teaser",
      "category": "Android",
      "announced": "Next-generation Android promised for Q4 2011, designed to unify the phone (Gingerbread) and tablet (Honeycomb) codebases into a single OS running on phones, tablets and 'phones-as-laptops'. Featured demo of head-tracking perspective adjustment.",
      "reality": "ICS launched October 19, 2011 alongside the Samsung Galaxy Nexus (event postponed one week out of respect for Steve Jobs's death). Galaxy Nexus shipped November 17, 2011 in Europe. Delivered the unified OS promise on schedule.",
      "status": "shipped",
      "shippedDate": "2011-10",
      "killedDate": null,
      "notes": "Roy Want's head-tracking demo never made it to consumer ICS but the unified OS did.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_Ice_Cream_Sandwich",
          "title": "Android Ice Cream Sandwich — Wikipedia"
        },
        {
          "url": "https://allthingsd.com/20110510/google-announces-plans-for-next-android-ice-cream-sandwich/",
          "title": "Google Announces Ice Cream Sandwich — AllThingsD"
        }
      ]
    },
    {
      "slug": "android-market-movies",
      "year": 2011,
      "title": "Movies in Android Market (rentals)",
      "category": "Android",
      "announced": "Movie rentals starting at $1.99 with a 30-day window and 24-hour playback. Streaming and 'pinning' for offline download. Available on Xoom day-of, phones running 2.2+ within 'a couple of weeks', plus web rental at market.android.com.",
      "reality": "Movie rentals launched on schedule May 10, 2011. Rebranded to Google Play Movies & TV in 2012. The dedicated Play Movies & TV app was shut down October 5, 2023, with library access migrated to YouTube and Google TV.",
      "status": "killed",
      "shippedDate": "2011-05",
      "killedDate": "2023-10",
      "notes": "Service ran for 12 years before consolidation.",
      "sources": [
        {
          "url": "https://www.engadget.com/2011-05-10-android-market-launches-movie-rentals-thousands-of-titles-avail.html",
          "title": "Android Market launches movie rentals — Engadget"
        },
        {
          "url": "https://www.techradar.com/computing/software/google-is-shutting-down-play-movies-and-tv-but-dont-worry-your-purchases-are-safe",
          "title": "Google is shutting down Play Movies & TV — TechRadar"
        }
      ]
    },
    {
      "slug": "music-beta-by-google",
      "year": 2011,
      "title": "Music Beta by Google (cloud music locker)",
      "category": "Other",
      "announced": "Cloud-based music service supporting upload of up to 20,000 songs, smart 'Instant Mix' playlists, offline caching, and cross-device sync. Free during beta, invite-only and US-only at launch.",
      "reality": "Music Beta launched as promised May 10, 2011. Publicly launched (still US-only) as 'Google Music' November 16, 2011, then rebranded to 'Google Play Music' in 2012. Replaced by YouTube Music and fully shut down December 2020.",
      "status": "killed",
      "shippedDate": "2011-05",
      "killedDate": "2020-12",
      "notes": "US-only and invite-only at launch generated audible grumbling from the international audience.",
      "sources": [
        {
          "url": "https://gigaom.com/2011/05/10/419-google-music-beta-finally-live-20000-songs-in-the-cloud/",
          "title": "Google Music Beta Finally Live — Gigaom"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Google_Play_Music",
          "title": "Google Play Music — Wikipedia"
        }
      ]
    },
    {
      "slug": "android-at-home",
      "year": 2011,
      "title": "Android@Home framework",
      "category": "Hardware",
      "announced": "An Android-based framework to control home appliances — lights, alarms, thermostats — from any Android device via a low-power 802.15.4 / 6LoWPAN protocol. Lighting Science Group LED bulbs promised by end of 2011.",
      "reality": "Android@Home was demoed at I/O 2011 and never went anywhere. No Lighting Science Group bulbs shipped in 2011 or after. The project was abandoned and barely mentioned at I/O 2012. Eventually superseded by entirely different efforts (Brillo 2015, Android Things 2016, both also killed).",
      "status": "vapor",
      "shippedDate": null,
      "killedDate": "2012-06",
      "notes": "The classic I/O 2011 demoware. Lightbulbs never shipped.",
      "sources": [
        {
          "url": "https://techcrunch.com/2012/06/24/what-happened-to-android-at-home/",
          "title": "Whatever Happened to Google's Android@Home? — TechCrunch"
        },
        {
          "url": "https://techcrunch.com/2011/12/30/damn-it-google-where-are-my-magic-android-lightbulbs/",
          "title": "Damn It Google, Where Are My Magic Android Lightbulbs? — TechCrunch"
        }
      ]
    },
    {
      "slug": "android-open-accessory-adk",
      "year": 2011,
      "title": "Android Open Accessory standard + ADK",
      "category": "Android",
      "announced": "New Android Open Accessory protocol letting USB peripherals act as host to Android phones/tablets, with an Arduino-based reference Accessory Development Kit (ADK) given to attendees. Promised available for Android 3.1 and back-ported to 2.3.4.",
      "reality": "The AOA protocol shipped in Android 3.1 (May 2011) and was back-ported to Gingerbread 2.3.4 as promised. Adoption stayed niche (hobbyist robotics, exercise equipment) but the API remains in Android.",
      "status": "shipped",
      "shippedDate": "2011-05",
      "killedDate": null,
      "notes": "Quietly successful as a niche API; never reached the mainstream Google hoped for.",
      "sources": [
        {
          "url": "https://blog.arduino.cc/2011/05/10/google-launches-android-open-accessory-development-kit-based-on-arduino/",
          "title": "Google Launches Android Open Accessory Development Kit — Arduino Blog"
        },
        {
          "url": "https://android-developers.googleblog.com/2011/05/bright-idea-android-open-accessories.html",
          "title": "A Bright Idea: Android Open Accessories — Android Developers Blog"
        }
      ]
    },
    {
      "slug": "project-tungsten",
      "year": 2011,
      "title": "Project Tungsten (home media hub)",
      "category": "Hardware",
      "announced": "Glowing-orb / cube prototype Android@Home hub running Android, demoed streaming music from Music Beta to home speakers and using NFC/RFID to add CDs to your library by tapping.",
      "reality": "Tungsten was never released as 'Tungsten'. A clear descendant — the Nexus Q — was unveiled at I/O 2012 for $299, then catastrophically pulled before public launch in July 2012 due to bad reviews. Its concepts were repurposed for Chromecast (2013).",
      "status": "vapor",
      "shippedDate": null,
      "killedDate": "2012-07",
      "notes": "Demoware that morphed into the Nexus Q, which itself was killed pre-launch.",
      "sources": [
        {
          "url": "https://www.tweaktown.com/news/19649/google_i_o_android_home_project_tungsten/index.html",
          "title": "Google I/O: Android @ Home & Project Tungsten — TweakTown"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Nexus_Q",
          "title": "Nexus Q — Wikipedia"
        }
      ]
    },
    {
      "slug": "android-update-alliance",
      "year": 2011,
      "title": "Android Update Alliance (18-month update commitment)",
      "category": "Android",
      "announced": "OEMs (HTC, Samsung, Sony Ericsson, LG, Motorola) and carriers (Verizon, AT&T, T-Mobile, Sprint, Vodafone) committed to providing Android updates for at least 18 months after a device's launch, provided hardware could handle them.",
      "reality": "The 'alliance' was never spoken of again. By January 2012 less than 1% of Android devices were on the latest version. No partner ever publicly confirmed adherence and Google never enforced it. Fragmentation remained Android's biggest criticism for years.",
      "status": "vapor",
      "shippedDate": null,
      "killedDate": "2012-01",
      "notes": "One of the most-cited broken Google promises of the decade.",
      "sources": [
        {
          "url": "https://www.umpcportal.com/2012/01/what-happened-to-the-android-update-alliance-less-than-1-of-devices-running-latest-version-of-android/",
          "title": "What Happened to the Android Update Alliance? — UMPCPortal"
        },
        {
          "url": "https://techcrunch.com/2011/05/10/google-partner-android-initiative/",
          "title": "Google's New Partner Android Update Initiative — TechCrunch"
        }
      ]
    },
    {
      "slug": "chrome-web-store-in-app-payments",
      "year": 2011,
      "title": "Chrome Web Store in-app payments",
      "category": "Web",
      "announced": "In-app payment API for Chrome web apps with a flat 5% fee (vs. Apple/Google Play's 30%). Available immediately in sandbox to US developers, consumer launch and international rollout 'over the summer'.",
      "reality": "In-App Payments shipped on the announced timeline. The 5% fee remained a developer favorite for years. Google suspended the system in March 2020 (citing COVID and fraud), deprecated it permanently September 2020, and shut it down February 1, 2021.",
      "status": "killed",
      "shippedDate": "2011-08",
      "killedDate": "2021-02",
      "notes": "Developers were given just months to migrate to alternatives.",
      "sources": [
        {
          "url": "https://techcrunch.com/2011/05/11/chrome-web-store-goes-international-gains-5-flat-fee-and-yes-angry-birds/",
          "title": "Chrome Web Store Goes International And Gains In-App Purchases — TechCrunch"
        },
        {
          "url": "https://www.theregister.com/2020/09/23/google_sunsets_chrome_web_store/",
          "title": "Another body for the Google graveyard: Chrome Web Store payments — The Register"
        }
      ]
    },
    {
      "slug": "chrome-web-store-international",
      "year": 2011,
      "title": "Chrome Web Store internationalization (41 languages)",
      "category": "Web",
      "announced": "Chrome Web Store expanded from English-only to 41 languages, opening up the global market to web app developers.",
      "reality": "International rollout happened on schedule in summer 2011. Chrome Web Store remains live in 2026, though it's now extension-focused after the Chrome Apps platform was killed (2017 for non-Chrome OS, 2022 for Chrome OS).",
      "status": "shipped",
      "shippedDate": "2011-08",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://venturebeat.com/2011/05/11/google-chrome-web-store-payments/",
          "title": "Google one-ups Apple with 5-percent transaction fee — VentureBeat"
        },
        {
          "url": "https://developers.googleblog.com/international-success-with-the-chrome-web-store/",
          "title": "International success with the Chrome Web Store — Google Developers Blog"
        }
      ]
    },
    {
      "slug": "angry-birds-chrome",
      "year": 2011,
      "title": "Angry Birds for Chrome (WebGL showcase)",
      "category": "Web",
      "announced": "Rovio's Mighty Eagle Peter Vesterbacka announced Angry Birds running in Chrome at 60fps using WebGL/Canvas, with Chrome-exclusive 'Chrome Dimension' levels, available free in the Chrome Web Store.",
      "reality": "Angry Birds Chrome launched on schedule May 11, 2011. It worked across browsers (not just Chrome). The game was discontinued and removed from the Chrome Web Store on May 4, 2015.",
      "status": "killed",
      "shippedDate": "2011-05",
      "killedDate": "2015-05",
      "notes": "Important demo for the early WebGL ecosystem.",
      "sources": [
        {
          "url": "https://thenextweb.com/apps/2011/05/11/angry-birds-comes-to-the-web-courtesy-of-webgl-and-chrome/",
          "title": "Angry Birds comes to the web — TNW"
        },
        {
          "url": "https://www.omgchrome.com/angry-birds-chrome-app-no-longer-works/",
          "title": "The Angry Birds Chrome App Has Been Discontinued — OMG Chrome"
        }
      ]
    },
    {
      "slug": "chrome-offline-gmail-docs-calendar",
      "year": 2011,
      "title": "Offline Gmail, Calendar & Docs for Chrome OS",
      "category": "Web",
      "announced": "Chrome OS would gain offline support for Gmail, Google Calendar and Google Docs 'over the summer', addressing the #1 criticism of cloud-only Chromebooks.",
      "reality": "Offline Gmail launched as a Chrome extension in August 2011. Offline Calendar followed but with read-only and limited editing for a long time. Offline Docs/Drive shipped meaningfully in 2012. All three remain core Chromebook capabilities in 2026.",
      "status": "shipped-late",
      "shippedDate": "2011-08",
      "killedDate": null,
      "notes": "Gmail shipped on time but Docs/Calendar offline took materially longer than implied.",
      "sources": [
        {
          "url": "https://www.engadget.com/2011-05-11-live-from-google-i-o-2011s-day-2-keynote.html",
          "title": "Live from Google I/O 2011's day 2 keynote — Engadget"
        },
        {
          "url": "https://www.velonexit.com/2011/09/google-apps-tip-working-offline-mode/",
          "title": "Google Apps Tip: Working in Offline Mode — Velonex Technologies"
        }
      ]
    },
    {
      "slug": "google-tv-honeycomb",
      "year": 2011,
      "title": "Google TV update to Honeycomb 3.1 + Android Market",
      "category": "Other",
      "announced": "Google TV would receive an update to Android 3.1 Honeycomb with full Android Market access 'this summer', plus open-sourced remote app code.",
      "reality": "Honeycomb update missed the summer 2011 window — Google TV 2.0 began rolling out to Sony devices on October 31, 2011, then to Logitech Revue. Logitech famously took a $34M loss writing off unsold Revue inventory and exited the business. Google TV platform was eventually replaced by Android TV in 2014.",
      "status": "shipped-late",
      "shippedDate": "2011-10",
      "killedDate": "2014-06",
      "notes": "Slipped by ~3 months past promised summer timing; platform itself was killed in 2014.",
      "sources": [
        {
          "url": "https://www.engadget.com/2011-05-11-google-tv-shows-off-new-honeycomb-ui.html",
          "title": "Google TV shows off new Honeycomb UI — Engadget"
        },
        {
          "url": "https://www.slashgear.com/google-tv-2-0-update-hits-sony-devices-logitech-revue-next-31192088/",
          "title": "Google TV 2.0 Update Hits Sony Devices — SlashGear"
        }
      ]
    },
    {
      "slug": "app-engine-ga",
      "year": 2011,
      "title": "Google App Engine General Availability + new pricing",
      "category": "Developer",
      "announced": "Google announced App Engine would graduate from preview/labs to full GA with a new pricing model and a paid-customer SLA later in the year.",
      "reality": "App Engine became GA in September 2011 alongside a controversial pricing overhaul that shifted from CPU-hours to instance-hours, raising prices 2x–10x+ for many customers. Sparked significant developer backlash. App Engine remains a live Google Cloud product in 2026.",
      "status": "shipped",
      "shippedDate": "2011-09",
      "killedDate": null,
      "notes": "Shipped on time but the price hike was widely seen as a breach of trust.",
      "sources": [
        {
          "url": "https://www.infoq.com/news/2011/09/app-engine-price-hike/",
          "title": "Google App Engine Price Rises Shock Developers — InfoQ"
        },
        {
          "url": "https://glaforge.dev/posts/2011/09/01/google-app-engine-s-new-pricing-model/",
          "title": "Google App Engine's new pricing model — Guillaume Laforge"
        }
      ]
    },
    {
      "slug": "samsung-galaxy-tab-101-giveaway",
      "year": 2011,
      "title": "Samsung Galaxy Tab 10.1 Limited Edition (attendee giveaway)",
      "category": "Hardware",
      "announced": "Every one of the ~5,000 I/O 2011 attendees received a free 32GB Galaxy Tab 10.1 Limited Edition with stock Honeycomb (no TouchWiz), launching publicly within a month.",
      "reality": "Tabs were handed out at the keynote May 10, 2011 and the consumer Galaxy Tab 10.1 launched June 8, 2011 in the US. Samsung sold ~2M units. The Limited Edition I/O tabs got 3.1 OTA within weeks.",
      "status": "shipped",
      "shippedDate": "2011-06",
      "killedDate": null,
      "notes": "Among the most famous I/O attendee gifts ever.",
      "sources": [
        {
          "url": "https://techcrunch.com/2011/05/10/samsung-gives-first-5000-galaxy-tab-10-1s-to-developers-at-google-io/",
          "title": "Samsung Gives First 5000 Galaxy Tab 10.1s To Developers — TechCrunch"
        },
        {
          "url": "https://www.engadget.com/2011-05-10-samsung-galaxy-tab-10-1-launching-in-about-a-month-google-giv.html",
          "title": "Google gives away 5,000 Galaxy Tab 10.1 tablets to devs — Engadget"
        }
      ]
    },
    {
      "slug": "chrome-6-week-release",
      "year": 2011,
      "title": "Chrome six-week release cycle + 160M users",
      "category": "Web",
      "announced": "Chrome announced a switch to a rapid six-week release cycle, with Chrome 12 in beta. Chrome user base doubled YoY to 160 million.",
      "reality": "Six-week release cycle held steady from 2011 through 2021, when Chrome moved to a four-week cycle. Chrome user base passed 1 billion in 2015 and the browser has dominated market share since 2012.",
      "status": "shipped",
      "shippedDate": "2011-05",
      "killedDate": null,
      "notes": "The release cadence has since been tightened to 4 weeks.",
      "sources": [
        {
          "url": "https://www.engadget.com/2011-05-11-live-from-google-i-o-2011s-day-2-keynote.html",
          "title": "Live from Google I/O 2011's day 2 keynote — Engadget"
        },
        {
          "url": "https://chromereleases.googleblog.com/2011/",
          "title": "Chrome Releases: 2011"
        }
      ]
    },
    {
      "slug": "chrome-gpu-acceleration",
      "year": 2011,
      "title": "Chrome GPU acceleration + Speech Input API",
      "category": "Web",
      "announced": "Chrome 12 was demoed with full GPU acceleration (showing 10x improvements) and a new HTML5 Speech Input API for voice search/typing on web pages.",
      "reality": "GPU acceleration shipped in Chrome 12 (June 2011). The HTML5 Speech Input API shipped as the webkitSpeechRecognition API and remained Chrome-only for years; eventually evolved into the Web Speech API standard, still widely used in 2026.",
      "status": "shipped",
      "shippedDate": "2011-06",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://9to5mac.com/2011/06/08/google-updates-chrome-12-with-more-gpu-acceleration-and-better-sec/",
          "title": "More GPU acceleration and safer browsing in Chrome 12 — 9to5Mac"
        },
        {
          "url": "https://www.engadget.com/2011-05-11-live-from-google-i-o-2011s-day-2-keynote.html",
          "title": "Live from Google I/O 2011's day 2 keynote — Engadget"
        }
      ]
    },
    {
      "slug": "android-market-books",
      "year": 2011,
      "title": "Books in Android Market",
      "category": "Android",
      "announced": "Books would be merged into a unified Android Market alongside apps, movies and music — a single storefront for all content types, including a redesigned mobile client.",
      "reality": "Books integration into Android Market shipped in July 2011 with a redesigned client. The entire Android Market was rebranded to Google Play in March 2012. Google Play Books remains an active Google product in 2026.",
      "status": "shipped",
      "shippedDate": "2011-07",
      "killedDate": null,
      "notes": "Google eBookstore had launched separately in December 2010 and was folded in here.",
      "sources": [
        {
          "url": "https://techcrunch.com/2011/07/12/android-market-overhaul-starts-rolling-out-videos-books-and-more-discovery-options/",
          "title": "Android Market Gets An Overhaul: Videos, Books, And More — TechCrunch"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Google_Play_Books",
          "title": "Google Play Books — Wikipedia"
        }
      ]
    },
    {
      "slug": "android-movie-studio",
      "year": 2011,
      "title": "Android Movie Studio (Honeycomb video editor)",
      "category": "Android",
      "announced": "Built-in tablet video editor for Honeycomb with transitions, audio import, splicing, multi-format export and YouTube integration — Google's iMovie answer, demoed across Honeycomb 3.0/3.1 marketing.",
      "reality": "Movie Studio shipped pre-installed on Honeycomb tablets but was widely panned as buggy, slow and lacking features. Google never updated it meaningfully and quietly removed it from later Android versions. By 2012, tech press were asking 'whatever happened to Movie Studio?'",
      "status": "scaled-back",
      "shippedDate": "2011-02",
      "killedDate": "2013-01",
      "notes": "Technically launched at MWC 2011 but featured prominently at I/O 2011 Honeycomb materials.",
      "sources": [
        {
          "url": "https://www.androidpolice.com/2012/08/08/editorial-hey-google-whatever-happened-to-movie-studio-or-its-time-to-start-caring-about-content-creation-again/",
          "title": "Hey Google, What Ever Happened To Movie Studio? — Android Police"
        },
        {
          "url": "https://www.engadget.com/2011-02-15-google-demos-android-movie-studio-for-honeycomb.html",
          "title": "Google demos Android Movie Studio for Honeycomb — Engadget"
        }
      ]
    },
    {
      "slug": "android-market-stats",
      "year": 2011,
      "title": "100M Android activations / 200K apps / 4.5B downloads",
      "category": "Android",
      "announced": "Hugo Barra reported 100M Android device activations, 400K daily activations, 200K apps in Android Market and 4.5B total downloads — Android's coming-of-age stats.",
      "reality": "All numbers were accurate at the time. Android continued to grow exponentially, passing 1B activations in 2014 and 3B+ active devices in 2021. Android remains the world's largest mobile OS in 2026.",
      "status": "shipped",
      "shippedDate": "2011-05",
      "killedDate": null,
      "notes": "Not a 'shipped product' per se but a milestone announcement.",
      "sources": [
        {
          "url": "https://searchengineland.com/live-blogging-the-google-io-2011-day-1-keynote-76503",
          "title": "Live Blogging Google I/O 2011 Day 1 Keynote — Search Engine Land"
        },
        {
          "url": "https://thenextweb.com/google/2011/05/10/google-io-everything-you-need-to-know-about-todays-announcements/",
          "title": "Google I/O: Everything you need to know — TNW"
        }
      ]
    },
    {
      "slug": "renderscript",
      "year": 2011,
      "title": "RenderScript graphics & compute API",
      "category": "Developer",
      "announced": "New low-level 3D rendering and parallel compute API for Android (C99-based, JIT-compiled on device), positioned as Google's CUDA-like answer for high-performance Android apps. Heavily featured in I/O 2011 sessions for Honeycomb.",
      "reality": "RenderScript shipped in Honeycomb 3.0/3.1 in 2011 and lived in Android for a decade. Google deprecated RenderScript in Android 12 (October 2021) in favor of Vulkan and OpenGL ES, citing limited adoption.",
      "status": "killed",
      "shippedDate": "2011-02",
      "killedDate": "2021-10",
      "notes": "Ran for ~10 years before deprecation.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/RenderScript",
          "title": "RenderScript — Wikipedia"
        },
        {
          "url": "https://www.xda-developers.com/renderscript-deprecated-android-12/",
          "title": "Android 12 deprecates RenderScript — XDA"
        }
      ]
    },
    {
      "slug": "android-market-on-web",
      "year": 2011,
      "title": "Android Market on the Web (remote install)",
      "category": "Android",
      "announced": "Browser-based Android Market at market.android.com letting users buy apps/movies/books on their PC and have them automatically installed on their phone or tablet over the air.",
      "reality": "Web Market shipped on schedule in May 2011. Rebranded to Google Play (play.google.com) in March 2012. Remote install from web remains a core Play Store feature in 2026.",
      "status": "shipped",
      "shippedDate": "2011-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://www.engadget.com/2011-05-10-live-from-google-i-o-2011s-opening-keynote.html",
          "title": "Live from Google I/O 2011's opening keynote — Engadget"
        },
        {
          "url": "https://thenextweb.com/google/2011/05/10/google-io-everything-you-need-to-know-about-todays-announcements/",
          "title": "Google I/O: Everything you need to know — TNW"
        }
      ]
    },
    {
      "slug": "chrome-160m-users",
      "year": 2011,
      "title": "Chrome reaches 160 million users",
      "category": "Web",
      "announced": "Pichai reported Chrome user base doubled YoY from 70M to 160M active users — positioning Chrome as a credible challenger to IE and Firefox.",
      "reality": "Chrome continued to explode in popularity, passing Firefox in 2012, IE in 2013, and 1 billion users by 2015. As of 2026 Chrome holds ~65% global browser market share.",
      "status": "shipped",
      "shippedDate": "2011-05",
      "killedDate": null,
      "notes": "More a milestone disclosure than a product.",
      "sources": [
        {
          "url": "https://www.engadget.com/2011-05-11-live-from-google-i-o-2011s-day-2-keynote.html",
          "title": "Live from Google I/O 2011's day 2 keynote — Engadget"
        },
        {
          "url": "https://9to5google.com/guides/google-io-2011/",
          "title": "Google I/O 2011 — 9to5Google"
        }
      ]
    },
    {
      "slug": "android-3g-mobile-hotspot-giveaway",
      "year": 2011,
      "title": "Verizon 4G LTE Mobile Hotspot trial (attendee perk)",
      "category": "Hardware",
      "announced": "I/O 2011 attendees also received a Samsung 4G Mobile Hotspot device with a 3-month free trial of Verizon's 4G LTE service.",
      "reality": "Devices and service trials were distributed at the conference as promised. Verizon 4G LTE was at the time the fastest US mobile network and the giveaway helped showcase Honeycomb/tablet cellular use.",
      "status": "shipped",
      "shippedDate": "2011-05",
      "killedDate": null,
      "notes": "Mainly noteworthy as part of the famous 'developer goody bag'.",
      "sources": [
        {
          "url": "https://androidcommunity.com/all-5000-google-io-attendees-receive-samsung-galaxy-tab-10-1-for-free-20110510/",
          "title": "All 5,000 Google I/O Attendees Receive Galaxy Tab 10.1 — Android Community"
        },
        {
          "url": "https://tablet-news.com/free-samsung-galaxy-tab-10-1-units-limited-edition-handed-out-to-people-at-google-io/",
          "title": "Free Samsung Galaxy Tab 10.1 Units Handed Out — Tablet News"
        }
      ]
    },
    {
      "slug": "project-glass",
      "year": 2012,
      "title": "Project Glass / Google Glass Explorer Edition",
      "category": "Hardware",
      "announced": "Sergey Brin took the I/O stage for a now-legendary live skydiving demo, with skydivers, BMX riders and rappellers all wearing Project Glass and streaming via Google+ Hangouts. US developers attending I/O could pre-order the 'Glass Explorer Edition' for $1,500 and Brin said it would ship 'early next year' (i.e. early 2013).",
      "reality": "The Explorer Edition shipped to developers starting April 16, 2013 — late but within the year. Google publicly killed the Explorer program on January 15, 2015 after intense backlash over privacy and the 'Glasshole' image. Glass pivoted to Enterprise Edition (launched May 2019); Google then sunset Enterprise sales on March 15, 2023. One of Google's most iconic vapor-into-killed narratives.",
      "status": "killed",
      "shippedDate": "2013-04",
      "killedDate": "2023-03",
      "notes": "Explorer Edition shipped slightly late vs. 'early next year' promise; consumer version never shipped at all.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Glass",
          "title": "Google Glass — Wikipedia"
        },
        {
          "url": "https://techcrunch.com/2012/06/27/sergey-brin-demos-google-glass-at-io/",
          "title": "Google Wins The Internet With A Live Skydiving Demo Of Google Glass — TechCrunch"
        },
        {
          "url": "https://www.engadget.com/2012-06-27-sergey-brin-demos-project-glass-on-stage-at-google-i-o.html",
          "title": "Sergey Brin demos Project Glass onstage at Google I/O — Engadget"
        }
      ]
    },
    {
      "slug": "nexus-7-2012",
      "year": 2012,
      "title": "Nexus 7 (2012)",
      "category": "Hardware",
      "announced": "Google's first own-branded tablet — a 7-inch, $199 Asus-built device aimed squarely at the Kindle Fire. 8GB at $199, 16GB at $249. Promised mid-July shipping.",
      "reality": "Shipped on July 13, 2012 to immense demand, retailers running out of stock. A second-gen Nexus 7 followed in 2013. The entire Nexus tablet line was effectively discontinued in 2015 and replaced by the Pixel C / Pixel Slate, both of which were themselves killed. The Nexus 7 brand is dead.",
      "status": "killed",
      "shippedDate": "2012-07",
      "killedDate": "2015-04",
      "notes": "Shipped on time and was a hit, but the Nexus 7 line was discontinued in 2015.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Nexus_7_(2012)",
          "title": "Nexus 7 (2012) — Wikipedia"
        },
        {
          "url": "https://tech.slashdot.org/story/15/04/27/123246/google-officially-discontinues-nexus-7-tablet",
          "title": "Google Officially Discontinues Nexus 7 Tablet — Slashdot"
        }
      ]
    },
    {
      "slug": "nexus-q",
      "year": 2012,
      "title": "Nexus Q",
      "category": "Hardware",
      "announced": "A $299 spherical 'social streaming device' built in the USA, designed to stream Google Play music, movies and YouTube. Pre-orders opened to I/O attendees, with retail launch promised for summer 2012.",
      "reality": "Reviewers panned the Q as overpriced and underfeatured. On July 31, 2012, Google indefinitely postponed the launch, refunded all pre-orders and gave pre-order customers a free unit. The product was quietly shelved in January 2013 and never released to consumers. One of Google's most famous hardware flops.",
      "status": "vapor",
      "shippedDate": null,
      "killedDate": "2013-01",
      "notes": "Pre-order units shipped to attendees and a small set of customers but consumer launch was cancelled.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Nexus_Q",
          "title": "Nexus Q — Wikipedia"
        },
        {
          "url": "https://techcrunch.com/2012/07/31/nexus-q-launch-postpone/",
          "title": "Google Delays The Nexus Q To Make It Better — TechCrunch"
        },
        {
          "url": "https://phandroid.com/2013/01/17/nexus-q-cancelled/",
          "title": "Google pulls plug on Nexus Q — Phandroid"
        }
      ]
    },
    {
      "slug": "android-jelly-bean",
      "year": 2012,
      "title": "Android 4.1 Jelly Bean",
      "category": "Android",
      "announced": "The next major Android release with smoother performance ('Project Butter'), expandable/actionable notifications, improved voice typing (now offline), Google Now, and improved widget resizing. Promised to start rolling out mid-July to Galaxy Nexus / Nexus 7.",
      "reality": "Android 4.1 was released to AOSP on July 9, 2012 with the Galaxy Nexus and Nexus 7. The release went exactly as promised. Jelly Bean (4.1–4.3) remained the dominant Android version for over a year.",
      "status": "shipped",
      "shippedDate": "2012-07",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_Jelly_Bean",
          "title": "Android Jelly Bean — Wikipedia"
        },
        {
          "url": "https://techcrunch.com/2012/06/27/android-jelly-bean-official/",
          "title": "Android 4.1 Jelly Bean Revealed At Google I/O — TechCrunch"
        }
      ]
    },
    {
      "slug": "project-butter",
      "year": 2012,
      "title": "Project Butter (60fps Android UI)",
      "category": "Android",
      "announced": "Performance initiative built into Jelly Bean: triple buffering, VSync timing for all drawing operations, CPU input boost on touch — promising a consistent 60fps UI on capable hardware.",
      "reality": "Shipped in Android 4.1 on July 9, 2012 exactly as promised. Project Butter techniques became permanent foundations of Android's rendering pipeline.",
      "status": "shipped",
      "shippedDate": "2012-07",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://www.androidpolice.com/2012/07/12/getting-to-know-android-4-1-part-3-project-butter-how-it-works-and-what-it-added/",
          "title": "Getting To Know Android 4.1, Part 3: Project Butter — Android Police"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Android_Jelly_Bean",
          "title": "Android Jelly Bean — Wikipedia"
        }
      ]
    },
    {
      "slug": "google-now",
      "year": 2012,
      "title": "Google Now",
      "category": "Search",
      "announced": "A new 'predictive' search experience built into Jelly Bean that surfaces context-aware information cards (traffic, weather, flights, sports) before you ask. Pitched as Google's answer to Siri.",
      "reality": "Shipped July 9, 2012 with Android 4.1. Expanded to iOS in April 2013. Google began phasing it out in favor of Google Assistant (2016) and the Discover feed. The Google Now brand was effectively dead by 2017; the Now Launcher app was killed in 2017.",
      "status": "killed",
      "shippedDate": "2012-07",
      "killedDate": "2017-03",
      "notes": "Functionality survives split between Assistant and Discover feed.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Now",
          "title": "Google Now — Wikipedia"
        },
        {
          "url": "https://www.howtogeek.com/789825/googles-first-assistant-the-death-of-google-now/",
          "title": "Google's First Assistant: The Death of Google Now — How-To Geek"
        }
      ]
    },
    {
      "slug": "google-compute-engine",
      "year": 2012,
      "title": "Google Compute Engine",
      "category": "Cloud",
      "announced": "Day 2 keynote unveiled Compute Engine — Google's EC2 competitor offering Linux VMs on Google's infrastructure. Initially a limited preview for select customers.",
      "reality": "Limited preview shipped on time in 2012. Compute Engine went GA in May 2013 (about 11 months after announcement) and is now a foundational Google Cloud product powering huge swaths of GCP.",
      "status": "shipped",
      "shippedDate": "2013-05",
      "killedDate": null,
      "notes": "Took ~11 months to reach GA from announcement, but still counts as on-time given the explicit 'limited preview' framing.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Compute_Engine",
          "title": "Google Compute Engine — Wikipedia"
        },
        {
          "url": "https://cloudplatform.googleblog.com/2012/06/google-compute-engine-launches.html",
          "title": "Google Compute Engine launches — Google Cloud Platform Blog"
        }
      ]
    },
    {
      "slug": "google-drive-ios",
      "year": 2012,
      "title": "Google Drive for iOS",
      "category": "Web",
      "announced": "Native Google Drive app for iOS with full file viewing, sharing, and editing. Promised at I/O 2012.",
      "reality": "Shipped to the App Store on June 28, 2012 — same day as the announcement. Still actively developed.",
      "status": "shipped",
      "shippedDate": "2012-06",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://www.engadget.com/2012-06-28-google-drive-sdk-version-2-supports-android-and-ios-apps.html",
          "title": "Google Drive SDK v2 supports Android and iOS — Engadget"
        },
        {
          "url": "https://martech.org/google-io-2012-day-two-keynote/",
          "title": "Google I/O 2012 Day Two Keynote — MarTech"
        }
      ]
    },
    {
      "slug": "google-drive-linux",
      "year": 2012,
      "title": "Google Drive for Linux",
      "category": "Web",
      "announced": "Sundar Pichai explicitly listed a Linux Drive client as 'coming soon' during the Drive segment at I/O 2012, alongside the iOS app and Chrome OS integration.",
      "reality": "Never shipped. As of 2026, Google has still not released an official Drive client for Linux despite repeated user requests over 14 years. The 'how long since Google promised a Drive Linux client' counter became a running internet joke.",
      "status": "vapor",
      "shippedDate": null,
      "killedDate": null,
      "notes": "Possibly the longest-running unkept Google promise.",
      "sources": [
        {
          "url": "https://abevoelker.github.io/how-long-since-google-said-a-google-drive-linux-client-is-coming/",
          "title": "How long since Google said a Drive Linux client is coming?"
        },
        {
          "url": "https://news.ycombinator.com/item?id=24183399",
          "title": "How long since Google said a Drive Linux client is coming? — Hacker News"
        }
      ]
    },
    {
      "slug": "google-drive-chrome-os",
      "year": 2012,
      "title": "Google Drive on Chrome OS",
      "category": "Web",
      "announced": "Native Drive integration baked directly into Chrome OS, replacing the local file manager with cloud-first storage.",
      "reality": "Drive integration shipped to Chrome OS in late 2012 / early 2013 and became the default cloud storage on Chromebooks. Still core to ChromeOS.",
      "status": "shipped",
      "shippedDate": "2013-02",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://martech.org/google-io-2012-day-two-keynote/",
          "title": "Google I/O 2012 Day Two Keynote — MarTech"
        },
        {
          "url": "https://en.wikipedia.org/wiki/ChromeOS",
          "title": "ChromeOS — Wikipedia"
        }
      ]
    },
    {
      "slug": "chrome-for-ios",
      "year": 2012,
      "title": "Chrome for iOS",
      "category": "Web",
      "announced": "Google launched Chrome for iPhone and iPad with cross-device tab sync, incognito mode, and unified search/URL bar.",
      "reality": "Released to the App Store June 28, 2012. Shot to the top of the free apps chart. Still actively developed and widely used.",
      "status": "shipped",
      "shippedDate": "2012-06",
      "killedDate": null,
      "notes": "Hampered for years by Apple's requirement that all iOS browsers use WebKit.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Chrome",
          "title": "Google Chrome — Wikipedia"
        },
        {
          "url": "https://martech.org/google-io-2012-day-two-keynote/",
          "title": "Google I/O 2012 Day Two Keynote — MarTech"
        }
      ]
    },
    {
      "slug": "chrome-for-android-stable",
      "year": 2012,
      "title": "Chrome for Android (stable)",
      "category": "Web",
      "announced": "Chrome for Android exited beta to become the stable, default browser on Android — replacing the legacy Android Browser on new devices.",
      "reality": "Shipped as stable on June 27, 2012, the day of the I/O announcement. Now the dominant mobile browser globally.",
      "status": "shipped",
      "shippedDate": "2012-06",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Chrome",
          "title": "Google Chrome — Wikipedia"
        },
        {
          "url": "https://martech.org/google-io-2012-day-two-keynote/",
          "title": "Google I/O 2012 Day Two Keynote — MarTech"
        }
      ]
    },
    {
      "slug": "google-plus-events",
      "year": 2012,
      "title": "Google+ Events",
      "category": "Social",
      "announced": "A new Google+ feature integrating with Google Calendar, allowing users to send invites with custom themes, collect 'Party Mode' photos in real time from attendees' phones, and surface them in a shared event stream.",
      "reality": "Shipped at I/O on June 27, 2012. Removed in the November 2015 Google+ redesign, later partially re-added. Died entirely when consumer Google+ shut down on April 2, 2019.",
      "status": "killed",
      "shippedDate": "2012-06",
      "killedDate": "2019-04",
      "notes": "Died with Google+ itself.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google%2B",
          "title": "Google+ — Wikipedia"
        },
        {
          "url": "https://www.digitaltrends.com/mobile/google-io-2012-recap/",
          "title": "Google I/O 2012 Day 1 recap — Digital Trends"
        }
      ]
    },
    {
      "slug": "google-plus-hangouts-mobile",
      "year": 2012,
      "title": "Google+ Hangouts mobile / Hangouts API",
      "category": "Social",
      "announced": "Mobile Hangouts updates with broadcast 'Hangouts On Air' integration and a new API for third-party Hangouts apps.",
      "reality": "Mobile Hangouts and the API shipped through 2012-2013. Google merged Talk/Messenger/Hangouts into a single 'Hangouts' product at I/O 2013. Hangouts On Air was folded into YouTube Live (Sept 2016) and shut down (Aug 2019). The Hangouts product itself was fully retired November 1, 2022.",
      "status": "killed",
      "shippedDate": "2012-06",
      "killedDate": "2022-11",
      "notes": "Replaced by Google Chat / Meet.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Hangouts",
          "title": "Google Hangouts — Wikipedia"
        },
        {
          "url": "https://techcrunch.com/2022/11/01/google-puts-an-end-to-google-hangouts-once-and-for-all/",
          "title": "Google puts an end to Google Hangouts once and for all — TechCrunch"
        }
      ]
    },
    {
      "slug": "google-play-tv-magazines",
      "year": 2012,
      "title": "Google Play TV shows and magazines",
      "category": "Other",
      "announced": "Google Play expanded beyond apps/books/music/movie-rentals to offer movie purchases, TV show purchases (Disney/ABC, NBC, Sony, Paramount) and magazines (Hearst, Conde Nast, Meredith).",
      "reality": "All shipped on June 27, 2012. Google Play Magazines was rebranded as Google Play Newsstand in 2013, then folded into Google News in 2018 (effectively killed). Google Play Movies & TV launched as promised but was renamed Google TV in 2020, with the standalone Movies & TV apps retired across 2021–2024.",
      "status": "killed",
      "shippedDate": "2012-06",
      "killedDate": "2024-01",
      "notes": "Magazines killed via News merger; Movies & TV folded into Google TV and effectively retired.",
      "sources": [
        {
          "url": "https://allthingsd.com/20120627/google-play-beefs-up-entertainment-content-with-tv-shows-magazines/",
          "title": "Google Play Adds TV Shows, Magazines and Movie Purchases — AllThingsD"
        },
        {
          "url": "https://engadget.com/2012/06/27/google-play-starts-selling-movies-tv-shows-magazines",
          "title": "Google Play starts selling movies, TV shows and magazines — Engadget"
        }
      ]
    },
    {
      "slug": "android-beam-photos",
      "year": 2012,
      "title": "Android Beam (Bluetooth-handoff photo/video sharing)",
      "category": "Android",
      "announced": "Major Android Beam enhancement in Jelly Bean: tap two phones together via NFC to instantly hand off a Bluetooth connection for transferring photos, videos and other large files. Also tap-to-pair Bluetooth speakers.",
      "reality": "Shipped in Android 4.1 on July 9, 2012. Never gained traction. Officially deprecated in Android 10 (Sept 2019) and removed entirely in Android 14 (Oct 2023). Replaced by Nearby Share / Quick Share.",
      "status": "killed",
      "shippedDate": "2012-07",
      "killedDate": "2023-10",
      "notes": "Replaced by Nearby Share, which itself was rebranded as Quick Share.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_Beam",
          "title": "Android Beam — Wikipedia"
        },
        {
          "url": "https://www.xda-developers.com/android-beam-permanent-removal-android-14/",
          "title": "Android Beam will be removed permanently with Android 14 — XDA"
        }
      ]
    },
    {
      "slug": "knowledge-graph-voice",
      "year": 2012,
      "title": "Knowledge Graph voice answers",
      "category": "Search",
      "announced": "Voice search on Jelly Bean would speak full Knowledge Graph answers aloud — the famous on-stage 'How tall is the Empire State Building?' demo. Pitched as Google's direct response to Siri.",
      "reality": "Shipped in Android 4.1 in July 2012 and on iOS in October 2012. The voice-answer + Knowledge Graph combination became the foundation of Google Assistant and modern Google Search.",
      "status": "shipped",
      "shippedDate": "2012-07",
      "killedDate": null,
      "notes": "Knowledge Graph itself had launched May 16, 2012, but its voice integration debuted at I/O.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Knowledge_Graph_(Google)",
          "title": "Knowledge Graph — Wikipedia"
        },
        {
          "url": "https://www.pcworld.com/article/258704/apple_siri_versus_google_jelly_bean_voice_search_showdown.html",
          "title": "Apple Siri Versus Google Jelly Bean: Voice Search Showdown — PCWorld"
        }
      ]
    },
    {
      "slug": "expandable-notifications",
      "year": 2012,
      "title": "Expandable / actionable notifications",
      "category": "Android",
      "announced": "Jelly Bean introduced expandable notifications with rich content and inline action buttons (e.g., 'Call back' or 'Reply' on a missed call) accessible via a two-finger drag.",
      "reality": "Shipped in Android 4.1 on July 9, 2012 and has remained a core Android design pillar through every version since.",
      "status": "shipped",
      "shippedDate": "2012-07",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_Jelly_Bean",
          "title": "Android Jelly Bean — Wikipedia"
        },
        {
          "url": "https://www.androidpolice.com/2012/06/27/android-4-1-jelly-bean-now-official-project-butter-android-bean-google-now-and-more/",
          "title": "Android 4.1 Jelly Bean Now Official — Android Police"
        }
      ]
    },
    {
      "slug": "smart-app-updates",
      "year": 2012,
      "title": "Smart (delta) app updates in Google Play",
      "category": "Android",
      "announced": "Google Play would only download the changed bytes of an APK on updates — roughly 1/3 the size of a full update on average. Supported on Gingerbread (2.3) and above.",
      "reality": "Shipped to Google Play in August 2012. Differential updates have been a permanent Play Store feature ever since.",
      "status": "shipped",
      "shippedDate": "2012-08",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://www.droid-life.com/2012/08/16/google-enables-smart-app-delta-updates-in-google-play/",
          "title": "Google Enables Smart App Delta Updates in Google Play — Droid-Life"
        },
        {
          "url": "https://techcrunch.com/2012/06/27/google-play/",
          "title": "Google Play: 600K Apps, 1.5B Installs Per Month — TechCrunch"
        }
      ]
    },
    {
      "slug": "google-wallet-in-app-purchases",
      "year": 2012,
      "title": "Google Wallet in-app purchases for physical goods",
      "category": "Other",
      "announced": "Expansion of Google Wallet APIs so Android apps could process payments for physical goods inside the app (not just digital content).",
      "reality": "Rolled out through 2012-2013. Google Wallet was rebranded as Google Pay (2018), then split back into Google Wallet + Google Pay (2022). In-app physical-goods payment APIs survive under Google Pay branding.",
      "status": "rebranded",
      "shippedDate": "2012-09",
      "killedDate": null,
      "notes": "Renamed across multiple iterations but the underlying capability persists.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Wallet",
          "title": "Google Wallet — Wikipedia"
        },
        {
          "url": "https://cio.com/article/2394544/google-i-o-roundup--the-six-biggest-announcements.html",
          "title": "Google I/O Roundup: The Six Biggest Announcements — CIO"
        }
      ]
    },
    {
      "slug": "google-maps-offline-android",
      "year": 2012,
      "title": "Google Maps offline for Android",
      "category": "Other",
      "announced": "Offline maps for Android — pre-cache map regions to use without a network connection. Previewed at a Maps event in early June and re-announced at I/O.",
      "reality": "The initial 'Make available offline' feature shipped in July 2012 but was extremely limited (no offline routing/search). Google removed and re-launched a much better offline maps feature in May 2015 with full directions. The 2012 promise was effectively scaled-back at first, then properly delivered ~3 years later.",
      "status": "scaled-back",
      "shippedDate": "2012-07",
      "killedDate": null,
      "notes": "Original 2012 offline feature was view-only; full offline routing arrived in 2015.",
      "sources": [
        {
          "url": "https://techcrunch.com/2012/06/06/google-maps-for-mobile-gets-offline-maps/",
          "title": "Google Maps for Mobile gets offline maps — TechCrunch"
        },
        {
          "url": "https://www.androidauthority.com/google-maps-3d-offline-android-93295/",
          "title": "Google Maps 3D and offline coming to Android — Android Authority"
        }
      ]
    },
    {
      "slug": "google-earth-3d",
      "year": 2012,
      "title": "Google Earth 3D cities on mobile",
      "category": "Other",
      "announced": "New 3D imagery captured by fleets of airplanes, rolling out to entire metropolitan areas in Google Earth mobile. Goal: cover communities of 300M+ people by end of 2012.",
      "reality": "Shipped in Google Earth 7.0 in late June 2012. Coverage expanded steadily. Google Earth's 3D imagery is now standard across Maps and Earth, and powers tools like Immersive View.",
      "status": "shipped",
      "shippedDate": "2012-06",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://techcrunch.com/2012/06/06/google-maps-for-mobile-gets-offline-maps/",
          "title": "Massively Improved 3D Views For Google Earth — TechCrunch"
        },
        {
          "url": "https://www.androidauthority.com/google-earth-7-3d-maps-offline-caching-98198/",
          "title": "Google Earth 7.0 update — Android Authority"
        }
      ]
    },
    {
      "slug": "street-view-trekker",
      "year": 2012,
      "title": "Street View Trekker backpack",
      "category": "Other",
      "announced": "A new wearable backpack rig for capturing Street View imagery in places cars and Trikes can't reach — hiking trails, ruins, narrow alleys.",
      "reality": "Trekker rolled out through 2012-2013 and has captured Street View imagery of the Grand Canyon, Galápagos, Machu Picchu, and many other off-road locations. Still actively used.",
      "status": "shipped",
      "shippedDate": "2013-03",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://techcrunch.com/2012/06/06/google-maps-for-mobile-gets-offline-maps/",
          "title": "New Street View backpack — TechCrunch"
        },
        {
          "url": "https://abcnews.com/blogs/technology/2012/06/google-offline-maps-street-view-trekker-and-improved-3-d-maps-announced",
          "title": "Street View Trekker announced — ABC News"
        }
      ]
    },
    {
      "slug": "android-platform-stats",
      "year": 2012,
      "title": "Android scale milestones (400M devices, 1M/day)",
      "category": "Android",
      "announced": "Hugo Barra announced Android had crossed 400 million activated devices, with 1 million new devices activated every day, and Google Play had passed 600,000 apps with 20 billion total installs.",
      "reality": "Numbers were real and Android continued exponential growth. By 2026 Android has 3B+ active devices.",
      "status": "shipped",
      "shippedDate": "2012-06",
      "killedDate": null,
      "notes": "Not a product per se but a major I/O 2012 announcement.",
      "sources": [
        {
          "url": "https://memeburn.com/2012/06/google-announces-400-million-android-devices/",
          "title": "Google announces 400-million Android devices — Memeburn"
        },
        {
          "url": "https://techcrunch.com/2012/06/27/google-play/",
          "title": "Google Play: 600K Apps, 20B Installs — TechCrunch"
        }
      ]
    },
    {
      "slug": "google-tv-update",
      "year": 2012,
      "title": "Google TV updates",
      "category": "Other",
      "announced": "Updates to Google TV with PrimeTime app, voice search via Android phones, and new partners. Google said the platform would scale to 'every TV.'",
      "reality": "Google TV gained a handful of partner devices in 2012-2014 but the platform was a commercial flop. Google rebranded the entire effort to 'Android TV' at I/O 2014, retiring the original Google TV. The 'Google TV' name was later revived in 2020 as a UI on top of Android TV.",
      "status": "rebranded",
      "shippedDate": "2012-10",
      "killedDate": "2014-06",
      "notes": "Original Google TV was killed and reborn as Android TV.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_TV_(2010_smart_TV_platform)",
          "title": "Google TV (2010 smart TV platform) — Wikipedia"
        },
        {
          "url": "https://cio.com/article/2394544/google-i-o-roundup--the-six-biggest-announcements.html",
          "title": "Google I/O Roundup: The Six Biggest Announcements — CIO"
        }
      ]
    },
    {
      "slug": "google-drive-sdk-v2",
      "year": 2012,
      "title": "Google Drive SDK v2",
      "category": "Developer",
      "announced": "Drive SDK v2 with Android and iOS support, file operations APIs (conversions, copying, revisions), and deeper third-party app integration.",
      "reality": "Shipped at I/O on June 28, 2012. Has been iterated on continuously; the Drive API is now a core Google Workspace API.",
      "status": "shipped",
      "shippedDate": "2012-06",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://www.engadget.com/2012-06-28-google-drive-sdk-version-2-supports-android-and-ios-apps.html",
          "title": "Google Drive SDK v2 — Engadget"
        },
        {
          "url": "https://martech.org/google-io-2012-day-two-keynote/",
          "title": "Google I/O 2012 Day Two Keynote — MarTech"
        }
      ]
    },
    {
      "slug": "offline-voice-typing",
      "year": 2012,
      "title": "Offline voice typing",
      "category": "Android",
      "announced": "Jelly Bean would do speech recognition entirely on-device, no network connection required — a notable departure from the cloud-only model Apple's Siri used.",
      "reality": "Shipped in Android 4.1 on July 9, 2012 on supported Nexus devices. On-device speech recognition has since become the norm and now powers Gboard, Recorder, and Pixel's Magic Cue.",
      "status": "shipped",
      "shippedDate": "2012-07",
      "killedDate": null,
      "notes": "An early sign of Google's on-device ML strategy that paid off massively a decade later.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_Jelly_Bean",
          "title": "Android Jelly Bean — Wikipedia"
        },
        {
          "url": "https://www.androidpolice.com/2012/06/27/android-4-1-jelly-bean-now-official-project-butter-android-bean-google-now-and-more/",
          "title": "Android 4.1 Jelly Bean Now Official — Android Police"
        }
      ]
    },
    {
      "slug": "google-plus-api-write",
      "year": 2012,
      "title": "Google+ History API / write access",
      "category": "Developer",
      "announced": "New Google+ History API would let third-party apps write activities to a user's Google+ stream, with a 'preview' release at I/O and full opening planned.",
      "reality": "The History API entered preview but was renamed 'Moments / App Activities' and saw limited adoption. Google+ APIs were progressively shut down through 2018-2019 ahead of the April 2019 Google+ consumer shutdown.",
      "status": "killed",
      "shippedDate": "2012-06",
      "killedDate": "2019-03",
      "notes": "Died with Google+.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google%2B",
          "title": "Google+ — Wikipedia"
        },
        {
          "url": "https://christianheilmann.com/2012/07/02/google-io-2012-notes-lots-of-them/",
          "title": "Google IO 2012 Notes — Christian Heilmann"
        }
      ]
    },
    {
      "slug": "io-attendee-hardware-bundle",
      "year": 2012,
      "title": "I/O attendee hardware giveaway (Galaxy Nexus, Nexus 7, Nexus Q, Chromebox)",
      "category": "Hardware",
      "announced": "Every I/O 2012 attendee received a Galaxy Nexus phone, Nexus 7 tablet, Nexus Q streaming device, and Samsung Chromebox — a giveaway widely valued at over $1,000.",
      "reality": "Delivered as promised at the event. The Nexus Q never reached consumer release but attendees kept their units. Considered one of the most generous swag bags in tech-conference history.",
      "status": "shipped",
      "shippedDate": "2012-06",
      "killedDate": null,
      "notes": "Notable as the giveaway that included the never-released Nexus Q.",
      "sources": [
        {
          "url": "https://www.digitaltrends.com/mobile/google-io-2012-recap/",
          "title": "Google I/O 2012 Day 1 recap — Digital Trends"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Google_I/O",
          "title": "Google I/O — Wikipedia"
        }
      ]
    },
    {
      "slug": "hangouts-unified-messaging",
      "year": 2013,
      "title": "Google Hangouts (unified cross-platform messaging)",
      "category": "Communication",
      "announced": "A single, cross-platform messaging service combining Google Talk, Google+ Messenger and Google+ Hangouts video into one product across iOS, Android and the web, with group video chat and group messaging.",
      "reality": "Shipped at I/O on May 15, 2013 across iOS, Android and the web. Failed to absorb SMS cleanly, was eventually split into two enterprise-focused products (Chat for Workspace, Meet for video) and the consumer service was wound down. SMS integration was removed in May 2017, Google Voice integration left classic Hangouts in 2021, and the consumer service was fully shut down by November 2022.",
      "status": "killed",
      "shippedDate": "2013-05",
      "killedDate": "2022-11",
      "notes": "A textbook 'unify everything' announcement that ended in a more fragmented messaging lineup than before.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Hangouts",
          "title": "Google Hangouts - Wikipedia"
        },
        {
          "url": "https://thenextweb.com/news/google-launches-a-new-unified-cross-platform-messaging-service",
          "title": "Google Launches Hangouts Messaging Service for iOS, Android and Web - TNW"
        },
        {
          "url": "https://www.androidauthority.com/google-hangouts-2739112/",
          "title": "RIP Google Hangouts, you deserved better - Android Authority"
        }
      ]
    },
    {
      "slug": "google-play-music-all-access",
      "year": 2013,
      "title": "Google Play Music All Access",
      "category": "Media",
      "announced": "On-demand subscription music streaming on top of Google Play Music for $9.99/month ($7.99 if you signed up before June 30), pitched by Google as 'radio without rules.'",
      "reality": "Launched in the US on May 15, 2013, expanded internationally over the following years and grew into the main Google Play Music product. The service was retired in favor of YouTube Music: the music store became unavailable in October 2020 and the service was fully shut down in December 2020.",
      "status": "killed",
      "shippedDate": "2013-05",
      "killedDate": "2020-12",
      "notes": "Library and playlists were migrated to YouTube Music, which inherited the catalog but launched as a separate brand.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Play_Music",
          "title": "Google Play Music - Wikipedia"
        },
        {
          "url": "https://musically.com/2020/08/04/youtube-google-play-music-shut-down/",
          "title": "YouTube reveals Google Play Music will shut down in October - Music Ally"
        }
      ]
    },
    {
      "slug": "google-play-game-services",
      "year": 2013,
      "title": "Google Play game services",
      "category": "Developer Platform",
      "announced": "An Apple Game Center-style cross-platform service for Android (with iOS and web SDKs) offering achievements, leaderboards, cloud saves and multiplayer.",
      "reality": "APIs shipped at I/O 2013 and the standalone Google Play Games mobile app launched on Android on July 24, 2013. The service is still alive and has since been extended with a Google Play Games on PC client, but the broader iOS SDK was deprecated and removed years later.",
      "status": "shipped",
      "shippedDate": "2013-07",
      "killedDate": null,
      "notes": "iOS support was wound down (Google deprecated the iOS SDK in 2017), but the core Android service is still actively maintained.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Play_Games",
          "title": "Google Play Games - Wikipedia"
        },
        {
          "url": "https://developers.googleblog.com/2013/05/introducing-google-play-game-services.html",
          "title": "Introducing Google Play game services - Google Developers Blog"
        },
        {
          "url": "https://thenextweb.com/google/2013/07/24/google-launches-androids-answer-to-apple-game-center-the-google-play-games-app/",
          "title": "Google Debuts Google Play Games - The Next Web"
        }
      ]
    },
    {
      "slug": "google-maps-redesign",
      "year": 2013,
      "title": "Google Maps complete redesign (web, Android, iOS, iPad)",
      "category": "Consumer App",
      "announced": "An all-new Google Maps for desktop (vector/WebGL based, full-window, personalized) plus refreshed Android and iOS apps and a brand-new native Maps app for iPad coming summer 2013.",
      "reality": "New web Maps shipped as an invite-only preview from I/O and went fully public in 2014. New Android Maps shipped July 10, 2013 and the new iOS app, including the first-ever native iPad Maps, launched July 16, 2013. The redesign lost some power-user features (terrain, embedded Street View overlays, My Places) at launch which were partially restored later.",
      "status": "scaled-back",
      "shippedDate": "2013-07",
      "killedDate": null,
      "notes": "Maps itself is still very much alive — the 'scaled-back' is because the original web preview removed features that long-time users relied on.",
      "sources": [
        {
          "url": "https://maps.googleblog.com/2013/07/the-new-google-maps-app-for-iphone-and.html",
          "title": "The new Google Maps app for iPhone and iPad is here - Google Lat Long"
        },
        {
          "url": "https://oobrien.com/2013/05/google-maps-2013-a-few-steps-forward-a-few-steps-back/",
          "title": "Google Maps 2013 - A Few Steps Forward, A Few Steps Back"
        }
      ]
    },
    {
      "slug": "conversational-search-ok-google-chrome",
      "year": 2013,
      "title": "Conversational Search and 'Ok Google' hotwording in Chrome",
      "category": "AI / Search",
      "announced": "Natural-language conversational voice search that talks back, with hands-free 'Ok Google' hotword activation on Chrome desktop — Amit Singhal called it 'the end of search as we know it.'",
      "reality": "Voice search with spoken answers shipped to Chrome later in 2013. The 'Ok Google' hotwording in Chrome shipped as an experimental extension and was eventually removed in 2015 due to low usage. The underlying voice-and-context tech evolved into Google Assistant (2016) and then the Gemini-powered assistant.",
      "status": "rebranded",
      "shippedDate": "2013-11",
      "killedDate": null,
      "notes": "Promise broadly delivered, but under Assistant/Gemini branding rather than as a Chrome feature; the standalone Chrome hotword feature was killed in October 2015.",
      "sources": [
        {
          "url": "https://searchengineland.com/googles-impressive-conversational-search-goes-live-on-chrome-160445",
          "title": "Google's Impressive Conversational Search Goes Live On Chrome - Search Engine Land"
        },
        {
          "url": "https://www.slashgear.com/google-voice-search-hits-chrome-with-hotwording-ok-google-15282253/",
          "title": "Google Voice Search Hits Chrome With Hotwording: Ok, Google - SlashGear"
        }
      ]
    },
    {
      "slug": "google-glass-explorer-edition",
      "year": 2013,
      "title": "Google Glass Explorer Edition (expanded enrollment)",
      "category": "Hardware",
      "announced": "Following the 2012 skydiving demo, Google used I/O 2013 sessions to expand the Glass Explorer program, with the $1,500 Explorer Edition shipping to developers and an open consumer launch teased for the future.",
      "reality": "Explorer Edition shipped to developers from April 2013 and was opened up to all US consumers in May 2014. Google ended the Explorer program and pulled Glass from sale in January 2015. The hardware was repositioned for enterprise (Glass Enterprise Edition) before that too was killed in March 2023.",
      "status": "killed",
      "shippedDate": "2013-04",
      "killedDate": "2023-03",
      "notes": "Consumer ambitions collapsed in 2015; enterprise version survived another eight years before being discontinued.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Glass",
          "title": "Google Glass - Wikipedia"
        },
        {
          "url": "https://www.informationweek.com/mobile-devices/google-glass-killed-for-now",
          "title": "Google Glass Killed: For Now - InformationWeek"
        }
      ]
    },
    {
      "slug": "samsung-galaxy-s4-google-edition",
      "year": 2013,
      "title": "Samsung Galaxy S4 Google Play Edition",
      "category": "Hardware",
      "announced": "A Samsung Galaxy S4 running stock Android 4.2.2 Jelly Bean, sold unlocked on the Google Play store for $649 starting June 26, 2013, with full LTE support on T-Mobile and AT&T.",
      "reality": "Shipped on June 26, 2013 as promised. Removed from the Play Store in early 2015 with no successor (no Galaxy S5 Google Edition materialized). The wider Google Play Edition program was quietly wound down through 2014-2015.",
      "status": "killed",
      "shippedDate": "2013-06",
      "killedDate": "2015-01",
      "notes": "The whole Google Play Edition concept lasted less than two years.",
      "sources": [
        {
          "url": "https://www.xda-developers.com/discontinued-a-look-at-google-play-edition-phones/",
          "title": "Discontinued: A Look At Google Play Edition Phones - XDA"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Samsung_Galaxy_S4",
          "title": "Samsung Galaxy S4 - Wikipedia"
        }
      ]
    },
    {
      "slug": "htc-one-google-play-edition",
      "year": 2013,
      "title": "HTC One Google Play Edition",
      "category": "Hardware",
      "announced": "Companion to the Galaxy S4 Google Edition: an HTC One M7 running stock Android instead of HTC Sense, $599 on the Play Store, announced May 30 (days after I/O), shipping alongside the Galaxy S4 GPE.",
      "reality": "Shipped June 26, 2013. Retired August 5, 2014, less than 14 months later.",
      "status": "killed",
      "shippedDate": "2013-06",
      "killedDate": "2014-08",
      "notes": "Same fate as the Galaxy S4 GPE; Google Play Edition program never produced a credible second wave.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/List_of_Google_Play_edition_devices",
          "title": "List of Google Play edition devices - Wikipedia"
        },
        {
          "url": "https://www.engadget.com/2013-07-05-htc-one-google-play-edition-review.html",
          "title": "HTC One Google Play edition: what's different? - Engadget"
        }
      ]
    },
    {
      "slug": "android-studio",
      "year": 2013,
      "title": "Android Studio (early access preview)",
      "category": "Developer Platform",
      "announced": "A new Android-focused IDE built on IntelliJ IDEA Community Edition, intended to replace Eclipse + ADT as the official Android development environment.",
      "reality": "Released as an early access preview (v0.1) on May 16, 2013. Reached 1.0 in December 2014, became the official Android IDE soon after, and Google deprecated the Eclipse ADT plugin in 2015. Still the standard Android IDE 13 years later.",
      "status": "shipped",
      "shippedDate": "2014-12",
      "killedDate": null,
      "notes": "One of the most successful I/O 2013 announcements.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_Studio",
          "title": "Android Studio - Wikipedia"
        },
        {
          "url": "https://android-developers.googleblog.com/2013/05/android-studio-ide-built-for-android.html",
          "title": "Android Studio: An IDE built for Android - Android Developers Blog"
        },
        {
          "url": "https://venturebeat.com/business/google-releases-android-studio-1-0-the-first-stable-version-of-its-ide/",
          "title": "Google releases Android Studio 1.0 - VentureBeat"
        }
      ]
    },
    {
      "slug": "play-developer-console-beta-staged-rollouts",
      "year": 2013,
      "title": "Play Developer Console: alpha/beta channels and staged rollouts",
      "category": "Developer Platform",
      "announced": "New Play Developer Console with private alpha and beta testing tracks, staged percentage rollouts of releases, professional app translation service, revenue graphs, optimisation tips, and referral tracking.",
      "reality": "All of it shipped. Alpha/beta tracks and staged rollouts are still core Play Console features in 2026 (now with managed publishing, halt-rollout, etc.).",
      "status": "shipped",
      "shippedDate": "2013-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://9to5google.com/2013/05/15/google-announces-updates-to-android-developer-console-beta-testing-staged-rollouts-app-translations-more/",
          "title": "Google announces updates to Google Play developer console - 9to5Google"
        },
        {
          "url": "https://developers.googleblog.com/en/google-io-2013-for-the-developers/",
          "title": "Google I/O 2013: For the developers - Google Developers Blog"
        }
      ]
    },
    {
      "slug": "google-play-for-education",
      "year": 2013,
      "title": "Google Play for Education",
      "category": "Education",
      "announced": "A curated Play store for K-12 with bulk app distribution to school-owned Android tablets, age/grade/subject filtering and education-friendly purchasing.",
      "reality": "Launched in the US in November 2013. Google announced in February 2016 that it would stop selling new Play for Education licenses, effectively winding the program down by March 31, 2016. Chromebooks ate Android tablets in education.",
      "status": "killed",
      "shippedDate": "2013-11",
      "killedDate": "2016-03",
      "notes": "Less than 2.5 years on the market.",
      "sources": [
        {
          "url": "https://www.k12dive.com/news/google-to-shut-down-play-for-education-in-march/413973/",
          "title": "Google to shut down Play for Education in March - K-12 Dive"
        },
        {
          "url": "https://www.androidauthority.com/google-to-shut-down-play-for-education-673780/",
          "title": "Google to shut down Play for Education in March - Android Authority"
        }
      ]
    },
    {
      "slug": "google-plus-41-features-stream-redesign",
      "year": 2013,
      "title": "Google+ redesign with 41 new features (cards Stream, Hangouts, Photos)",
      "category": "Social",
      "announced": "41 new Google+ features: a Pinterest-like multi-column card Stream, Hangouts integration, photo hashtags, related photos and a major Photos refresh.",
      "reality": "Shipped at I/O 2013. The consumer version of Google+ was shut down on April 2, 2019 after a security bug and persistent low engagement. An enterprise-only version was rebranded into Google Currents (which itself shut down in 2023).",
      "status": "killed",
      "shippedDate": "2013-05",
      "killedDate": "2019-04",
      "notes": null,
      "sources": [
        {
          "url": "https://9to5google.com/2019/01/30/google-plus-shut-down-dates-consumer/",
          "title": "Google+ will shut down for consumers on April 2nd, 2019 - 9to5Google"
        },
        {
          "url": "https://gizmodo.com/completely-redesigned-google-adds-41-new-features-506803700",
          "title": "Completely Redesigned Google+ Adds a Whopping 41 New Features - Gizmodo"
        }
      ]
    },
    {
      "slug": "google-plus-photos-auto-enhance-highlights-awesome",
      "year": 2013,
      "title": "Google+ Photos: 15GB free, Auto Enhance, Auto Highlight, Auto Awesome",
      "category": "Photos",
      "announced": "15GB free storage for full-size photos and unlimited storage at a standard resolution, plus a suite of automatic photo intelligence features (Auto Enhance, Auto Highlight, Auto Awesome animations/collages).",
      "reality": "Shipped at I/O 2013 inside Google+. When Google Photos was spun out as a standalone product in May 2015, all of these features moved into Photos and are still there (Auto Awesome was renamed 'Assistant' creations). The Google+ container was killed in 2019.",
      "status": "rebranded",
      "shippedDate": "2013-05",
      "killedDate": null,
      "notes": "The features survived; the Google+ wrapper did not.",
      "sources": [
        {
          "url": "https://www.engadget.com/2013-05-15-google-highlights-auto-enhance-photo-editing.html",
          "title": "Google shows off Auto Enhance and Highlights photo-editing tools for Google+ - Engadget"
        },
        {
          "url": "https://www.nbcnews.com/tech/tech-news/google-gains-41-features-auto-awesome-photos-hangouts-more-flna1c9929355",
          "title": "Google+ gains 41 features: Auto Awesome photos, Hangouts and more - NBC News"
        }
      ]
    },
    {
      "slug": "google-now-reminders-cards-desktop",
      "year": 2013,
      "title": "Google Now: reminders, new cards, and coming to Chrome desktop",
      "category": "AI / Search",
      "announced": "Voice-set reminders ('remind me to call Katie next Wednesday'), new cards for books/music/TV/public transit, and Google Now coming to Chrome on desktop / ChromeOS.",
      "reality": "Reminder cards and the new content cards shipped within weeks. Google Now for Chrome desktop landed in alpha in January 2014 and went GA in March 2014. Google Now itself was folded into the Google app feed (2016) and then Google Discover (2018), and the 'Now' brand was retired.",
      "status": "rebranded",
      "shippedDate": "2013-05",
      "killedDate": null,
      "notes": "Functionality persists as Discover and Assistant; the Google Now Chrome desktop integration was removed in 2015.",
      "sources": [
        {
          "url": "https://www.engadget.com/2013/05/15/google-now-updated-with-reminders-real-time-public-transit-upda/",
          "title": "Google Now adds reminder cards, real-time public transit info and music recommendations - Engadget"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Google_Now",
          "title": "Google Now - Wikipedia"
        }
      ]
    },
    {
      "slug": "fused-location-geofencing-activity-recognition",
      "year": 2013,
      "title": "Fused Location, Geofencing and Activity Recognition APIs",
      "category": "Developer Platform",
      "announced": "Three new Google Play services location APIs: a battery-efficient Fused Location Provider, a Geofencing API, and an Activity Recognition API (still / walking / cycling / in-vehicle) that didn't require GPS.",
      "reality": "Shipped via Google Play services soon after I/O 2013. All three APIs are still part of the standard Android developer toolkit in 2026, with Activity Recognition expanded over the years.",
      "status": "shipped",
      "shippedDate": "2013-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://www.androidpolice.com/2013/05/15/io-2013-new-apis-for-location-single-sign-on-and-google-cloud-messaging/",
          "title": "[I/O 2013] New APIs For Location, Single Sign-On, And Google Cloud Messaging - Android Police"
        },
        {
          "url": "https://developers.google.com/location-context/activity-recognition",
          "title": "Activity Recognition API - Google for Developers"
        }
      ]
    },
    {
      "slug": "gcm-xmpp-cloud-connection-server",
      "year": 2013,
      "title": "Google Cloud Messaging Cloud Connection Server (XMPP, upstream messaging)",
      "category": "Developer Platform",
      "announced": "Major upgrade to Google Cloud Messaging: persistent XMPP-based Cloud Connection Server, bi-directional and upstream messaging from device to server, notification sync across devices.",
      "reality": "Shipped after I/O 2013. GCM was renamed/folded into Firebase Cloud Messaging in 2016, and the legacy GCM endpoints (including the XMPP CCS) were fully deprecated and shut down on June 20, 2024.",
      "status": "rebranded",
      "shippedDate": "2013-05",
      "killedDate": "2024-06",
      "notes": "Functionality moved to Firebase Cloud Messaging; the original GCM service was eventually killed.",
      "sources": [
        {
          "url": "https://www.androidpolice.com/2013/05/15/io-2013-new-apis-for-location-single-sign-on-and-google-cloud-messaging/",
          "title": "[I/O 2013] New APIs For Location, Single Sign-On, And Google Cloud Messaging - Android Police"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Firebase_Cloud_Messaging",
          "title": "Firebase Cloud Messaging (formerly GCM) - Wikipedia"
        }
      ]
    },
    {
      "slug": "google-wallet-instant-buy-wallet-objects",
      "year": 2013,
      "title": "Google Wallet Instant Buy API and Wallet Objects API",
      "category": "Payments",
      "announced": "An Instant Buy Android API for one-tap in-app purchases and a Wallet Objects API to add loyalty cards, offers and tickets to Google Wallet.",
      "reality": "Both shipped. Instant Buy evolved into Android Pay (2015), then Google Pay (2018), then back into the relaunched Google Wallet (2022). Wallet Objects API survived and is now the Google Wallet API for passes.",
      "status": "rebranded",
      "shippedDate": "2013-05",
      "killedDate": null,
      "notes": "The brand has been rebooted multiple times; the underlying capabilities persist.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Wallet",
          "title": "Google Wallet - Wikipedia"
        },
        {
          "url": "https://developers.googleblog.com/en/everything-google-wallet-at-io-24/",
          "title": "Everything you need to know about Google Wallet - Google Developers Blog"
        }
      ]
    },
    {
      "slug": "gmail-send-money-attachment",
      "year": 2013,
      "title": "Send money as a Gmail attachment via Google Wallet",
      "category": "Payments",
      "announced": "A $ button in Gmail compose to send money to anyone via Google Wallet — free from bank account, 2.9% fee on card; US-only initially, with the UK following.",
      "reality": "Launched in the US in May 2013; rolled out in the UK later. The product was rebranded to Google Pay Send, then discontinued in 2020 when Google Pay was reworked; sending money in Gmail is no longer a built-in feature.",
      "status": "killed",
      "shippedDate": "2013-05",
      "killedDate": "2020-04",
      "notes": null,
      "sources": [
        {
          "url": "https://techcrunch.com/2013/05/15/google-folds-wallet-support-into-gmail-so-you-can-send-money-as-attachments/",
          "title": "Google Folds Wallet Support Into Gmail So You Can Send Money As Attachments - TechCrunch"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Google_Pay_Send",
          "title": "Google Pay Send - Wikipedia"
        }
      ]
    },
    {
      "slug": "polymer-web-components",
      "year": 2013,
      "title": "Polymer and Web Components",
      "category": "Web Platform",
      "announced": "Polymer, a new library built on the emerging Web Components standard, pitched as the future of UI on the web with polyfills so it works in today's browsers.",
      "reality": "Polymer shipped at I/O 2013, reached 1.0 in 2015 and 3.0 in 2018. At I/O 2018 Google announced LitElement as the recommended successor; classic Polymer entered maintenance-only mode. Web Components themselves became a real, shipped browser standard.",
      "status": "rebranded",
      "shippedDate": "2013-05",
      "killedDate": null,
      "notes": "The underlying Web Components vision delivered; Polymer the library was effectively succeeded by Lit.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Polymer_(library)",
          "title": "Polymer (library) - Wikipedia"
        },
        {
          "url": "https://techcrunch.com/2013/05/19/google-believes-web-components-are-the-future-of-web-development/",
          "title": "Google Believes Web Components Are The Future Of Web Development - TechCrunch"
        }
      ]
    },
    {
      "slug": "dart-language-io-2013",
      "year": 2013,
      "title": "Dart programming language progress",
      "category": "Developer Platform",
      "announced": "A strong Dart presence at I/O 2013 with new tooling, a Dart-to-JS compiler, Dart Editor, Dartium browser, package manager and Polymer.dart — pitched as a credible JavaScript replacement Google wanted in browsers.",
      "reality": "Dart-in-the-browser ambitions died in March 2015 when Google announced Dart would no longer be integrated into Chrome and Dartium was eventually killed. Dart found a second life as the language behind Flutter (2017+) and is still actively developed in 2026.",
      "status": "scaled-back",
      "shippedDate": "2013-05",
      "killedDate": null,
      "notes": "Original 'replace JavaScript in browsers' promise abandoned; language survived via Flutter.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Dart_(programming_language)",
          "title": "Dart (programming language) - Wikipedia"
        },
        {
          "url": "https://techcrunch.com/2015/03/25/google-will-not-integrate-its-dart-programming-language-into-chrome/",
          "title": "Google Will Not Integrate Its Dart Programming Language Into Chrome - TechCrunch"
        }
      ]
    },
    {
      "slug": "google-compute-engine-expanded",
      "year": 2013,
      "title": "Google Compute Engine expanded availability and features",
      "category": "Cloud",
      "announced": "At I/O 2013, GCE moved out of limited preview with sub-hour billing, shared-core instance types, larger persistent disks, SDN-based networking and ISO/IEC 27001 certification, broadly available to developers.",
      "reality": "Shipped as announced at I/O 2013 and reached general availability on December 2, 2013. Google Compute Engine is still the foundational IaaS layer of Google Cloud Platform.",
      "status": "shipped",
      "shippedDate": "2013-12",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Compute_Engine",
          "title": "Google Compute Engine - Wikipedia"
        },
        {
          "url": "https://cloud.googleblog.com/2013/12/google-compute-engine-is-now-generally.html",
          "title": "Google Compute Engine is now Generally Available - Google Cloud Blog"
        }
      ]
    },
    {
      "slug": "android-43-jelly-bean-preview",
      "year": 2013,
      "title": "Android 4.3 Jelly Bean (previewed via new Nexus 7 / Galaxy S4 GPE)",
      "category": "Operating System",
      "announced": "Indirectly previewed at I/O via the Galaxy S4 Google Play Edition and stock-Android emphasis; the next Jelly Bean update with Bluetooth LE, OpenGL ES 3.0, restricted profiles, SELinux and an internal App Ops privacy panel.",
      "reality": "Android 4.3 launched July 24, 2013 at the 'Breakfast with Sundar Pichai' event in San Francisco, on the new 2013 Nexus 7. Long since superseded by later Android versions.",
      "status": "shipped",
      "shippedDate": "2013-07",
      "killedDate": null,
      "notes": "App Ops was hidden and pulled in Android 4.4.2.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_Jelly_Bean",
          "title": "Android Jelly Bean - Wikipedia"
        },
        {
          "url": "https://android.googleblog.com/2013/07/introducing-android-43-sweeter-jelly.html",
          "title": "Introducing Android 4.3, a sweeter Jelly Bean - Official Android Blog"
        }
      ]
    },
    {
      "slug": "chromebook-pixel-attendee-gift",
      "year": 2013,
      "title": "Chromebook Pixel given to all I/O attendees (and refreshed)",
      "category": "Hardware",
      "announced": "Every I/O 2013 attendee received a Chromebook Pixel (the high-end Chrome OS laptop launched February 2013), reinforcing Google's commitment to premium Chrome OS hardware.",
      "reality": "Pixel handed out at I/O 2013 as promised. A second-generation Chromebook Pixel followed in March 2015. The Pixel laptop line was discontinued; Google later launched the Pixelbook (2017) and Pixelbook Go (2019), both of which were also eventually discontinued and Google formally killed its own Chromebook hardware in 2022.",
      "status": "killed",
      "shippedDate": "2013-02",
      "killedDate": "2022-08",
      "notes": "Hardware line ended; Chrome OS itself remains active on third-party Chromebooks.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Chromebook_Pixel",
          "title": "Chromebook Pixel - Wikipedia"
        },
        {
          "url": "https://www.androidcentral.com/google-io-2013-day-one-recap",
          "title": "Google I/O 2013 keynote recap - Android Central"
        }
      ]
    },
    {
      "slug": "chrome-750m-users-mobile-push",
      "year": 2013,
      "title": "Chrome at 750M MAU and mobile-web push",
      "category": "Browser",
      "announced": "Sundar Pichai announced Chrome had 750 million monthly active users (up from 450M a year earlier), with the goal to 'do to the mobile web what we did for the desktop web.'",
      "reality": "Chrome kept growing — passed 1B users on mobile alone by 2015 and is by far the dominant browser on every major platform in 2026. Mobile-web parity, however, took much longer than implied.",
      "status": "shipped",
      "shippedDate": "2013-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://techcrunch.com/2013/05/15/googles-chrome-browser-now-has-750-million-active-users/",
          "title": "Google Says Its Chrome Browser Now Has Over 750 Million Monthly Active Users - TechCrunch"
        },
        {
          "url": "https://venturebeat.com/2013/05/15/google-chrome-750-million-users/",
          "title": "Google Chrome reaches milestone of 750M monthly active users - VentureBeat"
        }
      ]
    },
    {
      "slug": "chromecast-google-cast-sdk",
      "year": 2013,
      "title": "Google Cast / Chromecast (teased)",
      "category": "Hardware / Media",
      "announced": "Cross-device 'cast from any screen' concept teased via Chrome Experiments (Racer, Roll It) at I/O; the actual Chromecast hardware and Google Cast SDK weren't formally unveiled until July 24, 2013.",
      "reality": "Chromecast launched July 24, 2013 at $35, became a runaway hit. The Cast SDK opened up to all developers in February 2014. The Chromecast hardware line was eventually retired in 2024 in favor of Google TV Streamer; the Google Cast protocol itself remains alive in Google TV and Android TV devices.",
      "status": "rebranded",
      "shippedDate": "2013-07",
      "killedDate": null,
      "notes": "Original Chromecast dongle line discontinued in 2024 but Cast protocol carried into Google TV Streamer.",
      "sources": [
        {
          "url": "https://techcrunch.com/2013/07/24/google-launches-google-cast-sdk-for-ios-android-and-chrome-lets-developers-stream-their-apps-to-chromecast/",
          "title": "Google Launches Google Cast SDK For iOS, Android and Chrome - TechCrunch"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Chromecast",
          "title": "Chromecast - Wikipedia"
        }
      ]
    },
    {
      "slug": "chrome-racer-roll-it-experiments",
      "year": 2013,
      "title": "Chrome Experiments: Racer and Roll It (multi-device mobile web)",
      "category": "Web Platform",
      "announced": "Two Chrome multi-device experiments demoed at the keynote: Racer (a 5-device synchronised slot-car race in the browser) and Roll It (phone-as-controller skee ball), built on WebSockets, Canvas and HTML5 to showcase mobile web capability.",
      "reality": "Both shipped publicly within weeks of I/O 2013. Roll It went on to win FWA's Site of the Month for July 2013. They remained in the Chrome Experiments gallery but are now historical curiosities rather than products.",
      "status": "shipped",
      "shippedDate": "2013-05",
      "killedDate": null,
      "notes": "Marketing/demo experiments, not products.",
      "sources": [
        {
          "url": "https://chrome.googleblog.com/2013/05/roll-across-platforms-and-race-across.html",
          "title": "Roll across platforms and race across screens with two new Chrome Experiments - Chrome Blog"
        },
        {
          "url": "https://www.engadget.com/2013-05-28-google-roll-it.html",
          "title": "Google's Roll It Chrome Experiment brings skee ball to your phone and browser - Engadget"
        }
      ]
    },
    {
      "slug": "google-maps-api-v2-deprecation",
      "year": 2013,
      "title": "Google Maps JavaScript API v2 turn-down (alongside Maps overhaul)",
      "category": "Developer Platform",
      "announced": "Tied to the broader 2013 Maps overhaul: the older Maps JavaScript API v2 (deprecated since 2010) finally stopped working on May 19, 2013, days before I/O, forcing migration to v3.",
      "reality": "v2 went away as scheduled. v3 has been the canonical Maps JavaScript API since (with periodic versioning bumps).",
      "status": "killed",
      "shippedDate": "2010-05",
      "killedDate": "2013-05",
      "notes": "Included for context with the I/O 2013 Maps reset.",
      "sources": [
        {
          "url": "https://mapsplatform.googleblog.com/2013/04/an-update-on-javascript-maps-api-v2.html",
          "title": "Google Maps Platform: An update on the JavaScript Maps API v2 deprecation"
        },
        {
          "url": "https://developers.google.com/maps/documentation/javascript/v2tov3",
          "title": "Upgrading Your Maps JavaScript API Application from V2 to V3"
        }
      ]
    },
    {
      "slug": "google-map-maker-state-of-the-map",
      "year": 2013,
      "title": "Google Map Maker (continued investment messaging)",
      "category": "Mapping",
      "announced": "I/O 2013 reinforced Map Maker as Google's official crowdsourcing tool for global map edits, alongside the bigger Maps redesign — pitched as a long-term mapping bet.",
      "reality": "Map Maker stayed alive but was repeatedly hit by vandalism and abuse (notably 2015). Google announced its shutdown in November 2016 and Map Maker fully closed on March 31, 2017. Contributions migrated to the Local Guides program inside Maps.",
      "status": "killed",
      "shippedDate": "2008-06",
      "killedDate": "2017-03",
      "notes": null,
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Map_Maker",
          "title": "Google Map Maker - Wikipedia"
        },
        {
          "url": "https://techcrunch.com/2017/04/03/google-map-maker-is-now-dead/",
          "title": "Google Map Maker is now dead - TechCrunch"
        }
      ]
    },
    {
      "slug": "google-play-books-textbooks",
      "year": 2013,
      "title": "Google Play textbook rentals (Play Books)",
      "category": "Education / Media",
      "announced": "At I/O 2013 Google said textbooks were coming to Google Play, with rentals at up to ~80% off versus purchase, partner publishers including Pearson, Wiley, McGraw-Hill, Macmillan, Cengage and Random House.",
      "reality": "Launched in August 2013 on web, Android and iOS with rentals, highlighting, bookmarks and night mode. Google Play Books still exists in 2026 and still offers textbook rentals, though the rest of Play for Education around it collapsed.",
      "status": "shipped",
      "shippedDate": "2013-08",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://techcrunch.com/2013/08/09/google-play-adds-digital-textbooks-for-rent-and-purchase/",
          "title": "Google's Play Store Adds Digital Textbooks For Rent And Purchase - TechCrunch"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Google_Play_Books",
          "title": "Google Play Books - Wikipedia"
        }
      ]
    },
    {
      "slug": "webrtc-data-channels-getusermedia",
      "year": 2013,
      "title": "WebRTC progress (data channels, getUserMedia improvements)",
      "category": "Web Platform",
      "announced": "Substantial I/O 2013 push for WebRTC across MediaStream / getUserMedia / RTCPeerConnection / RTCDataChannel, with TURN support, screencapture experiments and WebAudio integration, plus the promise of WebRTC powering experiences like Chrome Racer.",
      "reality": "WebRTC progressed steadily, became a W3C/IETF standard (W3C Recommendation in January 2021) and is the backbone of Google Meet, Discord, Whereby, etc. RTCDataChannel shipped broadly in browsers.",
      "status": "shipped",
      "shippedDate": "2013-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://developers.googleblog.com/en/race-across-screens-and-platforms-powered-by-the-mobile-web/",
          "title": "Race across screens and platforms, powered by the mobile web - Google Developers Blog"
        },
        {
          "url": "https://www.youtube.com/watch?v=p2HzZkd2A40",
          "title": "Real-time communication with WebRTC: Google I/O 2013 - YouTube"
        }
      ]
    },
    {
      "slug": "android-wear",
      "year": 2014,
      "title": "Android Wear",
      "category": "Wearables",
      "announced": "Google unveiled Android Wear, a customized version of Android designed for smartwatches, with Google Now-style cards, voice commands, notification sync, and Material Design. LG G Watch and Samsung Gear Live shipped the same day; Moto 360 was promised for summer.",
      "reality": "LG G Watch and Samsung Gear Live shipped immediately; Moto 360 launched September 2014. Android Wear was rebranded as 'Wear OS by Google' in March 2018 to acknowledge iOS compatibility. The platform stagnated for years before being revived with Samsung's One UI Watch collaboration (Wear OS 3, 2021) and the Pixel Watch line (2022 onward). Still actively developed; Wear OS 6 began rolling out in late 2025.",
      "status": "rebranded",
      "shippedDate": "2014-07",
      "killedDate": null,
      "notes": "Rebranded as Wear OS in 2018; platform delivers original promise via Pixel Watch and Galaxy Watch.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Wear_OS",
          "title": "Wear OS — Wikipedia"
        },
        {
          "url": "https://en.wikipedia.org/wiki/LG_G_Watch",
          "title": "LG G Watch — Wikipedia"
        },
        {
          "url": "https://www.androidpit.com/wearables-at-the-google-i-o-2014",
          "title": "Android Wear, Moto 360, G Watch and Samsung Gear Live: the wearables at Google I/O 2014 — AndroidPIT"
        }
      ]
    },
    {
      "slug": "android-auto",
      "year": 2014,
      "title": "Android Auto",
      "category": "Android",
      "announced": "Google announced Android Auto, a platform projecting a driver-safe version of Android to a car's head unit via USB. 40+ automakers in the Open Automotive Alliance signed on, with first cars promised by end of 2014.",
      "reality": "First car (2015 Hyundai Sonata) didn't ship Android Auto until May 2015; the standalone Android Auto app launched March 19, 2015. Android Auto is now in hundreds of car models and remains actively developed, including wireless Android Auto and Google built-in.",
      "status": "shipped-late",
      "shippedDate": "2015-03",
      "killedDate": null,
      "notes": "Slipped ~6 months past the 'end of 2014' promise for in-car availability.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_Auto",
          "title": "Android Auto — Wikipedia"
        },
        {
          "url": "https://techcrunch.com/2014/06/25/google-announces-android-auto-promises-enabled-cars-by-end-of-2014/",
          "title": "Google Announces Android Auto, Promises Enabled Cars By The End Of 2014 — TechCrunch"
        }
      ]
    },
    {
      "slug": "android-tv",
      "year": 2014,
      "title": "Android TV",
      "category": "Android",
      "announced": "Google unveiled Android TV as the spiritual successor to the failed Google TV, with a card-based UI, voice search, gaming with controllers, and Cast support. ADT-1 dev kits were given to attendees; reference Nexus Player promised.",
      "reality": "Nexus Player (Asus + Google) launched October 15, 2014 for $99. Android TV expanded to TVs from Sony, Sharp, Philips, Hisense and others. It remains Google's core TV platform, rebranded for streaming devices as 'Google TV' on top of Android TV in 2020.",
      "status": "shipped",
      "shippedDate": "2014-10",
      "killedDate": null,
      "notes": "Underlying Android TV OS is alive; Nexus Player itself was discontinued in May 2016.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Nexus_Player",
          "title": "Nexus Player — Wikipedia"
        },
        {
          "url": "https://variety.com/2014/digital/news/google-launches-first-android-tv-set-top-nexus-player-1201330865/",
          "title": "Google Launches First Android TV Set-Top: Nexus Player — Variety"
        }
      ]
    },
    {
      "slug": "android-l-lollipop",
      "year": 2014,
      "title": "Android L (5.0 Lollipop) Developer Preview",
      "category": "Android",
      "announced": "Google previewed 'Android L' featuring Material Design UI, ART runtime as default, 64-bit support, lockscreen notifications, Project Volta battery improvements, and the Android Extension Pack for graphics. Developer preview released June 26, 2014; full release promised for fall.",
      "reality": "Android 5.0 Lollipop launched November 12, 2014 as promised, with all the previewed features intact. Major design and platform reset that defined Android for years.",
      "status": "shipped",
      "shippedDate": "2014-11",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_Lollipop",
          "title": "Android Lollipop — Wikipedia"
        },
        {
          "url": "https://www.cnx-software.com/2014/06/26/android-l-lollipop-developer-preview",
          "title": "Google Releases Android L (Lollipop?) Developer Preview"
        }
      ]
    },
    {
      "slug": "material-design",
      "year": 2014,
      "title": "Material Design",
      "category": "Developer",
      "announced": "Google unveiled Material Design, a sweeping cross-platform design language with paper-like depth, responsive animations, bold color, grid-based layouts, and meaningful motion. Promised to unify Android, web, and Chrome OS UI.",
      "reality": "Material Design shipped with Android Lollipop in November 2014 and rolled out across Google's products. It evolved into Material 2 (2018), Material You / Material 3 (2021), and Material 3 Expressive (2025). One of Google's most influential and successful announcements ever.",
      "status": "shipped",
      "shippedDate": "2014-11",
      "killedDate": null,
      "notes": "Still the foundation of Google's design language a decade later.",
      "sources": [
        {
          "url": "https://medium.com/google-design/material-design-in-the-2014-google-io-app-e3b22caffae6",
          "title": "Material Design in the 2014 Google I/O App — Google Design"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Material_Design",
          "title": "Material Design — Wikipedia"
        }
      ]
    },
    {
      "slug": "android-one",
      "year": 2014,
      "title": "Android One",
      "category": "Android",
      "announced": "Sundar Pichai announced Android One, a reference platform for sub-$100 Android phones in emerging markets, partnering with Micromax, Karbonn, Spice and others. Devices to feature dual SIMs, 4.5\" displays, SD card slots, and FM radio. India launch promised for autumn 2014.",
      "reality": "First Android One phones launched in India in September 2014. The program flopped commercially: only ~700K devices sold in 100 days, ~3M total in year one, Indian retailers refused to stock them, and they lacked 4G. Google relaunched/pivoted Android One toward mid-range phones in developed markets; the program effectively died after 2020 with no new branded devices.",
      "status": "scaled-back",
      "shippedDate": "2014-09",
      "killedDate": null,
      "notes": "Pivoted away from original emerging-markets, sub-$100 mission; no new Android One devices since ~2020.",
      "sources": [
        {
          "url": "https://techcrunch.com/2014/09/15/android-one-india/",
          "title": "First Wave Of 'Affordable' Android One Phones Breaks Cover In India — TechCrunch"
        },
        {
          "url": "https://techpp.com/2015/11/09/android-one-failure/",
          "title": "Why Android One Flight Failed to Take Off? — TechPP"
        }
      ]
    },
    {
      "slug": "google-fit",
      "year": 2014,
      "title": "Google Fit",
      "category": "AI",
      "announced": "Google announced Google Fit, an open health/fitness platform with a single set of APIs blending data from multiple apps and devices, competing with Apple HealthKit. Partners included Nike, Adidas, Withings, Intel, RunKeeper.",
      "reality": "Google Fit launched October 28, 2014 with apps and APIs. It limped along for years as a half-hearted fitness app; the standalone Google Fit consumer app on Android was killed in 2024–2025 in favor of Health Connect and the new Google Health app. Google has announced the Fit APIs will be shut down in 2026.",
      "status": "killed",
      "shippedDate": "2014-10",
      "killedDate": "2025-06",
      "notes": "Fit APIs shutting down 2026; replaced by Health Connect and Google Health app.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Fit",
          "title": "Google Fit — Wikipedia"
        },
        {
          "url": "https://developer.android.com/health-and-fitness/health-connect/migration/fit",
          "title": "Fit migration guide — Android Developers"
        },
        {
          "url": "https://blog.google/products-and-platforms/products/google-health/google-health-app/",
          "title": "Introducing the Google Health app — Google Blog"
        }
      ]
    },
    {
      "slug": "google-cardboard",
      "year": 2014,
      "title": "Google Cardboard",
      "category": "AR/VR",
      "announced": "Google surprise-launched Cardboard, a literal cardboard VR viewer that turns a phone into a VR headset, as an I/O giveaway. Promised SDKs and a low-cost path into VR experimentation.",
      "reality": "Cardboard became a cultural phenomenon and shipped to ~15M users. Google open-sourced the SDK in November 2019 as adoption declined. Google Store stopped selling Cardboard viewers in March 2021. The Cardboard SDK is in open-source maintenance only.",
      "status": "killed",
      "shippedDate": "2014-06",
      "killedDate": "2021-03",
      "notes": "Originally a viral hit; long since abandoned as Google moved to Daydream and then quit mobile VR entirely.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Cardboard",
          "title": "Google Cardboard — Wikipedia"
        },
        {
          "url": "https://www.androidpolice.com/2021/03/03/google-finally-stops-selling-cardboard-vr-goggles/",
          "title": "Google finally stops selling Cardboard VR goggles — Android Police"
        }
      ]
    },
    {
      "slug": "project-tango",
      "year": 2014,
      "title": "Project Tango",
      "category": "AR/VR",
      "announced": "ATAP's depth-sensing AR research project made an early appearance at I/O 2014 alongside a $1,024 7-inch Tegra K1 developer tablet with depth sensor and motion-tracking cameras. Promised to enable indoor mapping, AR gaming, accessibility.",
      "reality": "Tango shipped on two consumer phones (Lenovo Phab2 Pro in 2016, Asus ZenFone AR in 2017) but never went mainstream — the bespoke depth-sensing hardware was too expensive. Google killed Tango on December 15, 2017 (effective March 1, 2018), replacing it with ARCore, a software-only AR platform.",
      "status": "killed",
      "shippedDate": "2016-11",
      "killedDate": "2018-03",
      "notes": "Replaced by ARCore. Tango's vision was eventually realized by Apple's LiDAR-equipped iPhones.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Tango_(platform)",
          "title": "Tango (platform) — Wikipedia"
        },
        {
          "url": "https://techcrunch.com/2017/12/15/google-kills-its-tango-augmented-reality-platform-shifting-focus-to-arcore/",
          "title": "Google kills its Tango augmented reality platform — TechCrunch"
        }
      ]
    },
    {
      "slug": "polymer-preview",
      "year": 2014,
      "title": "Polymer (Web Components framework)",
      "category": "Web",
      "announced": "Google heavily promoted Polymer, its web components framework implementing Material Design, with paper-element previews and a roadmap to a 1.0 release. Pitched as the future of cross-platform web UI.",
      "reality": "Polymer 1.0 shipped at I/O 2015 (a year later). Polymer saw modest adoption (notably YouTube) but Google itself moved on. At I/O 2018, Google announced LitElement as the successor, and the Polymer library entered maintenance mode. Polymer 3.0 in 2018 was the last meaningful release.",
      "status": "killed",
      "shippedDate": "2015-05",
      "killedDate": "2018-05",
      "notes": "Effectively replaced by Lit / LitElement.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Polymer_(library)",
          "title": "Polymer (library) — Wikipedia"
        },
        {
          "url": "https://github.com/Polymer/polymer",
          "title": "Polymer GitHub repository — maintenance mode"
        }
      ]
    },
    {
      "slug": "cloud-dataflow",
      "year": 2014,
      "title": "Google Cloud Dataflow",
      "category": "Cloud",
      "announced": "Google previewed Cloud Dataflow, a fully managed service for unified batch and streaming data processing with the same API for both, as a successor to MapReduce. Beta was announced at I/O.",
      "reality": "Cloud Dataflow went GA in August 2015. The underlying SDK was donated to the Apache Software Foundation in 2016 and became Apache Beam. Dataflow remains a core Google Cloud product used by major enterprises.",
      "status": "shipped",
      "shippedDate": "2015-08",
      "killedDate": null,
      "notes": "Spawned Apache Beam, a major open-source success.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Cloud_Dataflow",
          "title": "Google Cloud Dataflow — Wikipedia"
        },
        {
          "url": "https://developers.googleblog.com/2014/06/sneak-peek-google-cloud-dataflow-cloud.html",
          "title": "Sneak peek: Google Cloud Dataflow — Google Developers Blog"
        }
      ]
    },
    {
      "slug": "cloud-save",
      "year": 2014,
      "title": "Cloud Save (and Cloud Trace/Debugger/Monitoring)",
      "category": "Cloud",
      "announced": "A suite of Google Cloud developer tools — Cloud Save (cloud-backed user data persistence), Cloud Trace (latency analysis), Cloud Debugger (live debugging in production), and Cloud Monitoring (built on Stackdriver acquisition).",
      "reality": "Cloud Save was deprecated quickly and never reached broad availability; it was effectively folded into Firebase. Cloud Trace, Debugger and Monitoring shipped as part of Stackdriver and later rebranded as Google Cloud Operations Suite. Cloud Debugger was deprecated in 2022 (shutdown 2023).",
      "status": "scaled-back",
      "shippedDate": "2014-06",
      "killedDate": "2023-05",
      "notes": "The 'Cloud Save' piece was killed quickly; the observability tools shipped, were rebranded, and Cloud Debugger was later killed.",
      "sources": [
        {
          "url": "https://developers.googleblog.com/2014/06/sneak-peek-google-cloud-dataflow-cloud.html",
          "title": "Sneak peek: Google Cloud Dataflow, Cloud Save and more — Google Developers Blog"
        },
        {
          "url": "https://cloud.google.com/debugger/docs/deprecations",
          "title": "Cloud Debugger deprecation — Google Cloud"
        }
      ]
    },
    {
      "slug": "android-for-work",
      "year": 2014,
      "title": "Android@Work / Android for Work",
      "category": "Android",
      "announced": "Google previewed deep enterprise features for Android L: separate work profiles, bulk deployment, managed Play Store, and Samsung KNOX containerization integration. Promised to make Android enterprise-ready.",
      "reality": "Officially launched as 'Android for Work' on February 25, 2015. Later renamed to 'Android Enterprise' in 2016, which is still the active brand. Work profiles became a core Android feature.",
      "status": "rebranded",
      "shippedDate": "2015-02",
      "killedDate": null,
      "notes": "Renamed Android Enterprise in 2016; delivers original promise.",
      "sources": [
        {
          "url": "https://techcrunch.com/2015/02/25/google-makes-a-push-for-the-mobile-enterprise-market-with-android-for-work/",
          "title": "Google Makes A Push For The Mobile Enterprise Market With Android For Work — TechCrunch"
        },
        {
          "url": "https://www.androidpolice.com/2014/06/25/io-2014-numerous-enterprise-related-enhancements-slated-l-release-including-samsung-knox-integration/",
          "title": "I/O 2014: Numerous Enterprise-Related Security Enhancements — Android Police"
        }
      ]
    },
    {
      "slug": "drive-for-work",
      "year": 2014,
      "title": "Drive for Work",
      "category": "Other",
      "announced": "Google announced Drive for Work, a $10/user/month enterprise tier of Google Drive with unlimited storage (5TB file limit), advanced audit reporting, eDiscovery via Vault, and enhanced admin controls.",
      "reality": "Launched immediately on June 25, 2014 as promised. Folded into Google Apps for Work / G Suite / Google Workspace over time. The unlimited storage promise was rescinded for newer plans — current Workspace tiers have explicit storage caps.",
      "status": "scaled-back",
      "shippedDate": "2014-06",
      "killedDate": null,
      "notes": "Unlimited storage promise was quietly walked back; Workspace plans now have caps.",
      "sources": [
        {
          "url": "https://techcrunch.com/2014/06/25/google-launches-drive-for-work-with-unlimited-storage-for-10month/",
          "title": "Google Launches Drive For Work With Unlimited Storage For $10/Month — TechCrunch"
        },
        {
          "url": "https://workspaceupdates.googleblog.com/2014/06/unlimit-your-business-with-google-drive.html",
          "title": "Unlimit your business with Google Drive for Work — Workspace Updates"
        }
      ]
    },
    {
      "slug": "drive-for-education",
      "year": 2014,
      "title": "Drive for Education",
      "category": "Other",
      "announced": "Free Drive for Work-equivalent tier for educational institutions with unlimited storage and Vault eDiscovery. Previewed at I/O 2014.",
      "reality": "Drive for Education launched September 30, 2014. Like Drive for Work, the unlimited storage offer was rescinded: in 2021 Google announced storage caps for Education accounts taking effect July 2022.",
      "status": "scaled-back",
      "shippedDate": "2014-09",
      "killedDate": null,
      "notes": "Unlimited storage benefit ended in 2022 with the move to Google Workspace for Education.",
      "sources": [
        {
          "url": "https://techcrunch.com/2014/09/30/google-launches-drive-for-educationwith-unlimited-storage/amp/",
          "title": "Google Launches Drive For Education With Unlimited Storage — TechCrunch"
        },
        {
          "url": "https://workspaceupdates.googleblog.com/2014/10/unlimited-drive-storage-for-google-apps.html",
          "title": "Unlimited Drive storage for Google Apps for Education — Workspace Updates"
        }
      ]
    },
    {
      "slug": "chromebook-android-apps",
      "year": 2014,
      "title": "Android apps on Chrome OS (App Runtime for Chrome)",
      "category": "Web",
      "announced": "Google demoed running Android apps on Chrome OS using the App Runtime for Chrome (ARC). First four apps — Duolingo, Evernote, Sight Words, Vine — promised soon. Promised broader cross-pollination of Android and Chrome OS.",
      "reality": "ARC Beta shipped September 2014 but supported only a tiny curated list. The real solution — full Google Play Store on Chromebooks via a container — was announced at I/O 2016 and rolled out 2016–2019. Today all modern Chromebooks run Android apps natively.",
      "status": "shipped-late",
      "shippedDate": "2016-06",
      "killedDate": null,
      "notes": "The original ARC was effectively a stopgap; the real promise was fulfilled 2 years later via the Play Store on Chrome OS.",
      "sources": [
        {
          "url": "https://developers.google.com/web/shows/google-io/2014/chrome-apps-on-android-and-ios",
          "title": "Chrome Apps on Android and iOS — Google for Developers"
        },
        {
          "url": "https://www.itwriting.com/blog/8816-android-apps-on-chrome-how-it-works-and-joining-the-dots.html",
          "title": "Android apps on Chrome — Tim Anderson's IT Writing"
        }
      ]
    },
    {
      "slug": "chromebook-phone-unlock",
      "year": 2014,
      "title": "Chromebook proximity unlock via Android phone",
      "category": "Web",
      "announced": "Google demoed automatically unlocking a Chromebook when a paired Android phone is nearby, plus notification mirroring of Android calls/texts on the Chromebook.",
      "reality": "'Smart Lock for Chromebook' shipped in Chrome OS in 2015. Notification mirroring shipped as 'Messages for web' / Phone Hub. Smart Lock for Chromebook was killed in early 2024.",
      "status": "killed",
      "shippedDate": "2015-03",
      "killedDate": "2024-01",
      "notes": "Replaced by Phone Hub and Cross-Device Services.",
      "sources": [
        {
          "url": "https://www.androidpolice.com/2014/06/25/io-2014-android-apps-google-now-cards-notification-mirroring-automatic-unlocking-coming-chrome-os/",
          "title": "I/O 2014: Notification Mirroring And Automatic Unlocking Coming To Chrome OS — Android Police"
        },
        {
          "url": "https://9to5google.com/2024/01/22/smart-lock-chromebook-killed/",
          "title": "Smart Lock for Chromebook killed — 9to5Google"
        }
      ]
    },
    {
      "slug": "chromecast-mirroring",
      "year": 2014,
      "title": "Chromecast Android screen mirroring + Backdrop",
      "category": "Hardware",
      "announced": "Google announced Android screen mirroring to Chromecast, a new PIN-based cross-network pairing method (no shared Wi-Fi required), and Backdrop personalized ambient screens.",
      "reality": "Backdrop shipped fall 2014. Android screen mirroring rolled out gradually starting July 2014 with limited device support, eventually expanding. Both features remained in Chromecast/Google TV for years.",
      "status": "shipped",
      "shippedDate": "2014-07",
      "killedDate": null,
      "notes": "Mirroring rollout was painfully slow with device fragmentation.",
      "sources": [
        {
          "url": "https://www.techradar.com/news/television/chromecast-gets-mirroring-at-google-io-2014-1254880",
          "title": "Android device mirroring comes to Chromecast — TechRadar"
        },
        {
          "url": "https://en.softonic.com/articles/google-io-2014-chromecast-gets-minor-updates",
          "title": "Google I/O 2014: Chromecast gets updates"
        }
      ]
    },
    {
      "slug": "project-volta",
      "year": 2014,
      "title": "Project Volta (battery life)",
      "category": "Android",
      "announced": "An Android L initiative to dramatically improve battery life via JobScheduler API, Battery Saver mode, Battery Historian developer tool, and lazy first-boot optimizations.",
      "reality": "Shipped in Android 5.0 Lollipop in November 2014. JobScheduler became the standard background work API; Battery Saver is a core Android feature; Battery Historian is still maintained on GitHub.",
      "status": "shipped",
      "shippedDate": "2014-11",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://9to5google.com/2014/06/25/google-announces-project-volta-battery-saver-to-vastly-improve-battery-life-on-android/",
          "title": "Google announces Project Volta & Battery Saver — 9to5Google"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Android_Lollipop",
          "title": "Android Lollipop — Wikipedia"
        }
      ]
    },
    {
      "slug": "art-runtime",
      "year": 2014,
      "title": "ART runtime as Android default",
      "category": "Android",
      "announced": "ART (Android Runtime) replaced Dalvik as the default in Android L, with ahead-of-time compilation, 64-bit support across ARM/x86/MIPS, and a promised 15-20% performance improvement.",
      "reality": "Shipped in Android 5.0 Lollipop in November 2014. ART remains the Android runtime and has been continuously improved since.",
      "status": "shipped",
      "shippedDate": "2014-11",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://www.infoworld.com/article/2608136/google-s-android-l-ups-runtime--power--and-visuals-for-developers.html",
          "title": "Google's Android L ups runtime, power, and visuals — InfoWorld"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Android_Runtime",
          "title": "Android Runtime — Wikipedia"
        }
      ]
    },
    {
      "slug": "android-extension-pack",
      "year": 2014,
      "title": "Android Extension Pack (AEP) graphics API",
      "category": "Android",
      "announced": "An OpenGL ES extension bringing 'desktop-class' graphics — tessellation, geometry shaders, compute shaders, ASTC texture compression — to Android, demoed with Unreal Engine 4.",
      "reality": "AEP shipped in Android 5.0 Lollipop and saw adoption in some games, but was largely superseded by Vulkan (added in Android 7.0 Nougat, 2016). AEP fell into obsolescence and is no longer the recommended path for high-end graphics.",
      "status": "scaled-back",
      "shippedDate": "2014-11",
      "killedDate": null,
      "notes": "Mostly replaced by Vulkan in practice within ~2 years.",
      "sources": [
        {
          "url": "https://pcper.com/2014/07/google-i-o-2014-android-extension-pack-announced/",
          "title": "Google I/O 2014: Android Extension Pack Announced — PC Perspective"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Android_Lollipop",
          "title": "Android Lollipop — Wikipedia"
        }
      ]
    },
    {
      "slug": "play-games-quests",
      "year": 2014,
      "title": "Google Play Games: Quests, Saved Games, Game Profiles",
      "category": "Developer",
      "announced": "Major Play Games update with Quests (time-based developer challenges), Saved Games (cross-device cloud save using Drive quota), and Game Profiles with player levels and vanity titles.",
      "reality": "All three features shipped in 2014 as promised. However, the Quests API was deprecated and shut down in 2018; Saved Games remains a core Play Games Services API.",
      "status": "scaled-back",
      "shippedDate": "2014-07",
      "killedDate": "2018-09",
      "notes": "Quests was killed in 2018; Saved Games + Profiles continue.",
      "sources": [
        {
          "url": "https://www.androidpolice.com/2014/06/25/io-2014-google-play-games-sees-improvements-with-game-profiles-quests-and-saved-games/",
          "title": "I/O 2014: Google Play Games Sees Improvements — Android Police"
        },
        {
          "url": "https://android-developers.googleblog.com/2014/06/google-io-and-games.html",
          "title": "Games at Google I/O '14 — Android Developers Blog"
        }
      ]
    },
    {
      "slug": "google-now-updates",
      "year": 2014,
      "title": "Google Now (expanded cards + Chrome OS)",
      "category": "Other",
      "announced": "40+ new partners for Google Now cards, Now cards arriving on Chrome OS, and notification mirroring between Android and Chromebook.",
      "reality": "Now cards expanded as promised in 2014–2015. Google Now was effectively retired in 2016 when Google Assistant took over its contextual-card role. Assistant itself is being replaced by Gemini in 2025–2026.",
      "status": "killed",
      "shippedDate": "2014-07",
      "killedDate": "2016-10",
      "notes": "Folded into Assistant in 2016; Assistant is now itself being replaced by Gemini.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Now",
          "title": "Google Now — Wikipedia"
        },
        {
          "url": "https://www.howtogeek.com/789825/googles-first-assistant-the-death-of-google-now/",
          "title": "Google's First Assistant: The Death of Google Now — How-To Geek"
        }
      ]
    },
    {
      "slug": "android-auto-sdk",
      "year": 2014,
      "title": "Android Auto SDK",
      "category": "Developer",
      "announced": "Google promised an Android Auto SDK letting developers adapt their apps for in-car use, initially limited to music and messaging app categories.",
      "reality": "Initial Auto SDK shipped in 2015 with the Android Auto app. Categories were tightly restricted for years (only audio + messaging) and only opened up to navigation, parking, charging, and games in 2019–2022. The 'Cars App Library' arrived in 2021.",
      "status": "shipped-late",
      "shippedDate": "2015-03",
      "killedDate": null,
      "notes": "Real third-party app freedom didn't arrive until ~2021, ~7 years after the promise.",
      "sources": [
        {
          "url": "https://developers.google.com/cars/design/android-auto",
          "title": "Android Auto — Google for Developers"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Android_Auto",
          "title": "Android Auto — Wikipedia"
        }
      ]
    },
    {
      "slug": "samsung-knox-integration",
      "year": 2014,
      "title": "Samsung KNOX integration into Android",
      "category": "Android",
      "announced": "Samsung and Google jointly announced that core Samsung KNOX security/containerization tech (workspace separation, SE for Android, enterprise APIs) would be folded into Android L for all OEMs.",
      "reality": "The KNOX-derived work profile / containerization shipped in Android 5.0 Lollipop as the foundation of Android for Work / Android Enterprise. Samsung continued KNOX in parallel as a hardware-rooted security suite.",
      "status": "shipped",
      "shippedDate": "2014-11",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://news.samsung.com/global/samsung-and-google-to-bring-enterprise-enhancements-to-android",
          "title": "Samsung and Google to Bring Enterprise Enhancements to Android — Samsung Newsroom"
        },
        {
          "url": "https://www.androidpolice.com/2014/06/25/io-2014-numerous-enterprise-related-enhancements-slated-l-release-including-samsung-knox-integration/",
          "title": "Numerous Enterprise-Related Enhancements In Android L — Android Police"
        }
      ]
    },
    {
      "slug": "appurify-acquisition",
      "year": 2014,
      "title": "Appurify acquisition for mobile testing",
      "category": "Developer",
      "announced": "Google announced its acquisition of Appurify, a mobile app testing platform, planning to fold its automated testing infrastructure into Google Cloud and Android dev tools.",
      "reality": "Appurify became Firebase Test Lab (announced at I/O 2015, GA 2016) — a cloud-based testing service running apps on real and virtual devices. Test Lab remains active in Firebase today.",
      "status": "rebranded",
      "shippedDate": "2016-03",
      "killedDate": null,
      "notes": "Reborn as Firebase Test Lab.",
      "sources": [
        {
          "url": "https://thenextweb.com/news/everything-google-announced-google-io-2014",
          "title": "Everything Google Announced at Google I/O 2014 — TNW"
        },
        {
          "url": "https://firebase.google.com/docs/test-lab",
          "title": "Firebase Test Lab — Firebase"
        }
      ]
    },
    {
      "slug": "android-l-notifications",
      "year": 2014,
      "title": "Android L lockscreen + heads-up notifications",
      "category": "Android",
      "announced": "Rich, interactive notifications surfacing on the lockscreen, sorted by priority, with new heads-up 'peek' style for high-priority alerts. Privacy controls for sensitive content.",
      "reality": "Shipped in Android 5.0 Lollipop, November 2014. Lockscreen notifications and heads-up notifications became standard Android UX, though both have been substantially redesigned in later versions (notification channels in Oreo, conversation section in 11+).",
      "status": "shipped",
      "shippedDate": "2014-11",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_Lollipop",
          "title": "Android Lollipop — Wikipedia"
        },
        {
          "url": "https://handwiki.org/wiki/Software:Android_Lollipop",
          "title": "Android Lollipop — HandWiki"
        }
      ]
    },
    {
      "slug": "android-l-smart-lock",
      "year": 2014,
      "title": "Smart Lock (trusted devices, places, faces)",
      "category": "Android",
      "announced": "Context-based authentication in Android L: keep phone unlocked when paired to a trusted Bluetooth device (e.g., your smartwatch), trusted location, or trusted face.",
      "reality": "Smart Lock shipped in Android 5.0 Lollipop in November 2014 and became a long-running Android feature. Trusted Face was deprecated in Android 10 (2019). The rest of Smart Lock remains in modern Android.",
      "status": "scaled-back",
      "shippedDate": "2014-11",
      "killedDate": null,
      "notes": "Trusted Face was killed; other Smart Lock options remain.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_Lollipop",
          "title": "Android Lollipop — Wikipedia"
        },
        {
          "url": "https://support.google.com/android/answer/9075927?hl=en",
          "title": "Set your Android device to stay unlocked — Google Support"
        }
      ]
    },
    {
      "slug": "play-store-tablet-carrier-billing",
      "year": 2014,
      "title": "Direct carrier billing on tablets",
      "category": "Other",
      "announced": "Google expanded direct carrier billing for Play Store purchases from phones to tablets, allowing app/in-app purchases to be charged to a mobile carrier bill on tablets.",
      "reality": "Shipped in 2014–2015 as Play Store added more carrier partners. Direct carrier billing remains a Play Store payment option in many markets.",
      "status": "shipped",
      "shippedDate": "2014-09",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://thenextweb.com/news/everything-google-announced-google-io-2014",
          "title": "Everything Google Announced at Google I/O 2014 — TNW"
        },
        {
          "url": "https://support.google.com/googleplay/answer/2651410?hl=en",
          "title": "About direct carrier billing — Google Play Help"
        }
      ]
    },
    {
      "slug": "android-auto-companion",
      "year": 2014,
      "title": "Android Auto companion / phone-paired car experience",
      "category": "Android",
      "announced": "Google promised that Android Auto would pair via the user's phone (rather than running on the car's own hardware), with the phone doing the heavy lifting and the head unit acting as a thin client. SDK and design specs promised.",
      "reality": "This is exactly how Android Auto launched in March 2015 and how it has worked ever since. Wireless Android Auto added in 2018–2019. A separate 'Android Automotive OS' (running natively on the car) launched later as a complementary product.",
      "status": "shipped",
      "shippedDate": "2015-03",
      "killedDate": null,
      "notes": "The phone-tethered model still dominates Android Auto deployments.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_Auto",
          "title": "Android Auto — Wikipedia"
        },
        {
          "url": "https://techcrunch.com/2014/06/25/google-announces-android-auto-promises-enabled-cars-by-end-of-2014/",
          "title": "Google Announces Android Auto — TechCrunch"
        }
      ]
    },
    {
      "slug": "chromebook-work",
      "year": 2014,
      "title": "Chromebook + VMware for Work (legacy Windows apps)",
      "category": "Other",
      "announced": "Google emphasized Chromebooks for enterprise, with VMware Horizon View enabling legacy Windows apps and desktops on Chromebooks via virtualization. Designed to make Chromebooks viable in the workplace.",
      "reality": "VMware Horizon HTML5 'Blast' client for Chromebooks shipped. Google launched the formal 'Chromebooks for Work' program later in 2014 and eventually rebranded enterprise Chrome OS as 'Chrome Enterprise' in 2017. The platform remains active, with millions of seats.",
      "status": "rebranded",
      "shippedDate": "2014-09",
      "killedDate": null,
      "notes": "Rebranded as Chrome Enterprise in 2017.",
      "sources": [
        {
          "url": "https://www.theregister.co.uk/2014/02/13/vmware_google_team_to_target_corporate_chrome_os_adopters/",
          "title": "VMware and Google team up for Chrome OS — The Register"
        },
        {
          "url": "https://cloud.google.com/blog/products/chrome-enterprise/introducing-chrome-enterprise",
          "title": "Introducing Chrome Enterprise — Google Cloud Blog"
        }
      ]
    },
    {
      "slug": "android-studio-08-beta",
      "year": 2014,
      "title": "Android Studio 0.8 beta + push toward 1.0",
      "category": "Developer",
      "announced": "Google pushed Android Studio out of early-access preview into a 0.8 beta at I/O 2014, with promises of a stable 1.0 release and full migration away from Eclipse ADT.",
      "reality": "Android Studio 1.0 reached stable release on December 8, 2014. Google deprecated Eclipse ADT in 2015. Android Studio has been the official Android IDE ever since.",
      "status": "shipped",
      "shippedDate": "2014-12",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://android-developers.googleblog.com/2014/12/android-studio-10.html",
          "title": "Android Studio 1.0 — Android Developers Blog"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Android_Studio",
          "title": "Android Studio — Wikipedia"
        }
      ]
    },
    {
      "slug": "now-on-tap",
      "year": 2015,
      "title": "Now on Tap",
      "category": "AI / Search",
      "announced": "Long-press the home button anywhere in Android M and Google Now would understand on-screen context, surfacing relevant cards, deep links and actions without you having to type a query. Pitched as the future of Google's assistant.",
      "reality": "Shipped with Android 6.0 Marshmallow in October 2015 but the contextual understanding was shallow and depended on apps adopting the API. By 2017 Google rebranded it to 'Screen Search', stripped most of the intelligent contextual features, and folded what was left into the new Google Assistant.",
      "status": "killed",
      "shippedDate": "2015-10",
      "killedDate": "2017-03",
      "notes": "The flagship Android M feature was effectively dead within two years, replaced by Assistant.",
      "sources": [
        {
          "url": "https://www.androidpolice.com/android-features-that-were-hyped-as-game-changers-and-quietly-disappeared/",
          "title": "6 Android features that were hyped as game-changers and quietly disappeared - Android Police"
        },
        {
          "url": "https://9to5google.com/2017/03/02/google-assistant-vs-google-now-on-tap-poll/",
          "title": "Do you like that Google Assistant is replacing Google Now on Tap? - 9to5Google"
        }
      ]
    },
    {
      "slug": "android-m-marshmallow",
      "year": 2015,
      "title": "Android M (Marshmallow) Developer Preview",
      "category": "Mobile OS",
      "announced": "Next major Android version focused on polish: runtime permissions, Doze power management, App Standby, official fingerprint API, USB-C support, native app links and Now on Tap. Public release promised in Q3 2015.",
      "reality": "Shipped on schedule as Android 6.0 Marshmallow on October 5, 2015 to Nexus 5/6/7/9/Player. All core platform features (runtime permissions, Doze, App Standby, fingerprint API) delivered as promised and remain in modern Android.",
      "status": "shipped",
      "shippedDate": "2015-10",
      "killedDate": null,
      "notes": "One of the few I/O 2015 promises that landed as advertised and stuck.",
      "sources": [
        {
          "url": "https://android-developers.googleblog.com/2015/09/android-marshmallow-ready-for-devices.html",
          "title": "Android 6.0 Marshmallow coming to devices soon - Android Developers Blog"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Android_Marshmallow",
          "title": "Android Marshmallow - Wikipedia"
        }
      ]
    },
    {
      "slug": "doze-mode",
      "year": 2015,
      "title": "Doze and App Standby",
      "category": "Mobile OS",
      "announced": "New Android M power-saving feature that puts a stationary, unplugged device into a deep-sleep state where apps can't wake the radio or run background work, promising up to 2x longer standby.",
      "reality": "Shipped with Marshmallow in October 2015 and has been a permanent, regularly improved part of every Android release since (extended in N to apply on-the-go, in O with background limits, etc.).",
      "status": "shipped",
      "shippedDate": "2015-10",
      "killedDate": null,
      "notes": "Genuinely transformative for Android battery life.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Doze_(Android)",
          "title": "Doze (Android) - Wikipedia"
        },
        {
          "url": "https://android-developers.googleblog.com/2015/09/android-marshmallow-ready-for-devices.html",
          "title": "Android 6.0 Marshmallow coming to devices soon - Android Developers Blog"
        }
      ]
    },
    {
      "slug": "fingerprint-api",
      "year": 2015,
      "title": "Android Fingerprint API",
      "category": "Mobile OS",
      "announced": "A standard fingerprint authentication API in Android M so any OEM sensor (and any app, including Android Pay) could use biometrics in a secure, consistent way.",
      "reality": "Shipped with Marshmallow in October 2015, debuted on Nexus 5X/6P with 'Nexus Imprint', and became the industry baseline for Android biometrics. Later evolved into BiometricPrompt in Android P.",
      "status": "shipped",
      "shippedDate": "2015-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://www.nfcw.com/2015/09/29/338260/nexus-imprint-brings-fingerprint-sensor-support-to-android-m/",
          "title": "Nexus Imprint brings fingerprint sensor support to Android M - NFCW"
        },
        {
          "url": "https://developers.googleblog.com/en/new-in-android-samples-authenticating-to-remote-servers-using-the-fingerprint-api/",
          "title": "New in Android Samples: Authenticating with the Fingerprint API - Google Developers Blog"
        }
      ]
    },
    {
      "slug": "google-photos",
      "year": 2015,
      "title": "Google Photos (standalone) with free unlimited storage",
      "category": "Consumer apps",
      "announced": "A brand-new Google Photos product separated from Google+, with automatic organization, face/object/place recognition, assistant-generated creations, and 'free unlimited' high-quality photo and video backup forever.",
      "reality": "Launched May 28, 2015 and became a runaway hit (1B+ users by 2019). However, the headline 'free unlimited' promise was killed: on November 11, 2020 Google announced that as of June 1, 2021, new uploads would count against the 15GB free quota. The product itself is alive and well; the promise is not.",
      "status": "scaled-back",
      "shippedDate": "2015-05",
      "killedDate": "2021-06",
      "notes": "Classic 'shipped but the killer feature was killed' story. Pixel 1-5 retained the exemption.",
      "sources": [
        {
          "url": "https://blog.google/products/photos/storage-changes/",
          "title": "Updating Google Photos' storage policy to build for the future - The Keyword"
        },
        {
          "url": "https://techcrunch.com/2015/05/28/confirmed-google-will-launch-google-photos-a-standalone-photo-host-with-unlimited-storage/",
          "title": "Google Will Launch Google Photos, A Free Photo Host With Unlimited Storage - TechCrunch"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Google_Photos",
          "title": "Google Photos - Wikipedia"
        }
      ]
    },
    {
      "slug": "brillo",
      "year": 2015,
      "title": "Brillo (IoT OS)",
      "category": "IoT",
      "announced": "An Android-based, stripped-down embedded OS aimed at IoT devices with as little as 32-64 MB of RAM. Developer preview promised in Q3 2015.",
      "reality": "Quietly rebranded as 'Android Things' in late 2016. Android Things 1.0 shipped in May 2018, then in 2019 dropped support for low-memory IoT devices entirely and refocused on smart speakers/displays. The console shut down January 2022 and all data was deleted. Brillo as originally pitched — a real IoT OS for tiny devices — never delivered.",
      "status": "killed",
      "shippedDate": "2018-05",
      "killedDate": "2022-01",
      "notes": "Rebrand that lost the original promise, then died.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_Things",
          "title": "Android Things - Wikipedia"
        },
        {
          "url": "https://9to5google.com/2020/12/17/android-things-shutdown/",
          "title": "Google finalizes shutdown of Android Things platform, set for 2022 - 9to5Google"
        }
      ]
    },
    {
      "slug": "weave-protocol",
      "year": 2015,
      "title": "Weave (IoT communications protocol)",
      "category": "IoT",
      "announced": "A cross-device communications layer that would let Brillo devices, phones and cloud services discover and talk to each other. API publication promised in Q4 2015.",
      "reality": "Lingered on through Android Things, but on December 19, 2019 Google announced it was joining Amazon, Apple and Zigbee in the 'Connected Home over IP' project (now Matter) and was contributing Weave to it. Weave as a standalone Google protocol was effectively retired in favor of Matter.",
      "status": "killed",
      "shippedDate": "2016-12",
      "killedDate": "2019-12",
      "notes": "Folded into Matter; the original branded protocol is gone.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Weave_(protocol)",
          "title": "Weave (protocol) - Wikipedia"
        },
        {
          "url": "https://venturebeat.com/cloud/google-announces-brillo-os-for-the-internet-of-things/",
          "title": "Google announces Brillo OS and Weave protocol for IoT - VentureBeat"
        }
      ]
    },
    {
      "slug": "project-jacquard",
      "year": 2015,
      "title": "Project Jacquard (ATAP smart fabric)",
      "category": "ATAP / Hardware",
      "announced": "ATAP demoed conductive yarn that could be woven into ordinary fabric, turning a jacket cuff into a touch surface. Levi's announced as launch partner for a smart commuter jacket.",
      "reality": "Levi's Commuter Trucker Jacket with Jacquard shipped in 2017; later expanded to Saint Laurent, Adidas/EA Sports, and a Levi's Trucker v2 in 2019. Google shut down the Jacquard companion app on April 24, 2023, bricking every existing Jacquard product. The technology never escaped the wearables-experiment ghetto.",
      "status": "killed",
      "shippedDate": "2017-09",
      "killedDate": "2023-04",
      "notes": "Shipped, then bricked by app shutdown.",
      "sources": [
        {
          "url": "https://9to5google.com/2023/03/28/google-shutting-down-jacquard-app/",
          "title": "Google shutting down the Jacquard smart fabric app in April - 9to5Google"
        },
        {
          "url": "https://techcrunch.com/2019/09/30/google-brings-its-jacquard-wearables-tech-to-levis-trucker-jacket/",
          "title": "Google brings Jacquard tech to Levi's Trucker Jacket - TechCrunch"
        }
      ]
    },
    {
      "slug": "project-soli",
      "year": 2015,
      "title": "Project Soli (ATAP radar gestures)",
      "category": "ATAP / Hardware",
      "announced": "A miniaturized 60 GHz radar chip from ATAP capable of recognizing sub-millimeter finger motion as gesture input. Demoed on-stage controlling a watch face with a virtual dial.",
      "reality": "Took four years to ship, debuted in the Pixel 4 (October 2019) as 'Motion Sense' for air gestures and face unlock assist. Dropped from the Pixel 5 (2020) as 'too expensive'. Reappeared in the 2nd-gen Nest Hub (2021) for sleep tracking. No new flagship use since.",
      "status": "scaled-back",
      "shippedDate": "2019-10",
      "killedDate": null,
      "notes": "Shipped at much smaller scope than promised and quickly retreated.",
      "sources": [
        {
          "url": "https://www.androidpolice.com/google-pixel-4-killed-motion-soli-radar-future/",
          "title": "The Pixel 4 may have marked the end for Motion Sense - Android Police"
        },
        {
          "url": "https://www.tomsguide.com/news/google-pixel-5-drops-soli-chip-and-motion-sense-but-the-tech-will-return",
          "title": "Google Pixel 5 drops Soli chip and Motion Sense - Tom's Guide"
        }
      ]
    },
    {
      "slug": "project-vault",
      "year": 2015,
      "title": "Project Vault (ATAP secure microSD)",
      "category": "ATAP / Hardware",
      "announced": "A full secure computer in a microSD form factor — ARM chip, 4GB sealed storage, NFC, hardware RNG, on-device crypto — that you could plug into any phone or PC for encrypted comms and file storage.",
      "reality": "Google deployed about 500 prototypes internally, released a dev kit and open-sourced the design. No consumer product was ever sold. ATAP moved on.",
      "status": "vapor",
      "shippedDate": null,
      "killedDate": null,
      "notes": "Demo-ware. Never reached the public.",
      "sources": [
        {
          "url": "https://techcrunch.com/2015/05/29/googles-project-vault-is-a-secure-computing-environment-on-a-micro-sd-card-for-any-platform/",
          "title": "Google's Project Vault Is A Secure Computing Environment On A Micro SD Card - TechCrunch"
        },
        {
          "url": "https://www.engadget.com/2015-05-29-atap-project-vault.html",
          "title": "Google's Project Vault secures your devices with a microSD card - Engadget"
        }
      ]
    },
    {
      "slug": "polymer-1-0",
      "year": 2015,
      "title": "Polymer 1.0",
      "category": "Web / Developer",
      "announced": "First production release of Polymer, Google's web components library, billed as the future of building web UI on standards-based custom elements.",
      "reality": "Polymer 1.0 shipped at I/O 2015 and was widely adopted internally (used to build YouTube's web UI). On May 2, 2018 Google moved Polymer into maintenance mode and announced the successor library lit-html / LitElement, later just 'Lit' (2021). The Polymer Project itself is effectively sunset; only Lit is recommended for new work.",
      "status": "killed",
      "shippedDate": "2015-05",
      "killedDate": "2018-05",
      "notes": "Lit is the spiritual successor but Polymer itself is dead.",
      "sources": [
        {
          "url": "https://www.polymer-project.org/blog/2018-10-02-webcomponents-v0-deprecations",
          "title": "Web Components v0 deprecations - Polymer Project"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Polymer_(library)",
          "title": "Polymer (library) - Wikipedia"
        }
      ]
    },
    {
      "slug": "android-pay",
      "year": 2015,
      "title": "Android Pay",
      "category": "Payments",
      "announced": "A new NFC/tap-to-pay payments platform replacing Google Wallet, with an open API, Smart Lock support, and partnerships with the major US carriers (T-Mobile/Verizon/AT&T).",
      "reality": "Launched September 11, 2015. Rebranded to Google Pay in January 2018, merging in Google Wallet's web features. In May 2022 Google announced a new Google Wallet app at I/O — partially de-merging the brands again. The underlying tap-to-pay service still works fine; the branding has been a mess.",
      "status": "rebranded",
      "shippedDate": "2015-09",
      "killedDate": null,
      "notes": "Original promise (tap-to-pay) still delivered, just under different names.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Pay_(mobile_app)",
          "title": "Google Pay (mobile app) - Wikipedia"
        },
        {
          "url": "https://www.pymnts.com/google/2018/google-pay-android-pay-mobile-wallet/",
          "title": "Google Launches Google Pay, Sunsets Android Pay - PYMNTS"
        }
      ]
    },
    {
      "slug": "android-wear-ios",
      "year": 2015,
      "title": "Android Wear for iOS",
      "category": "Wearables",
      "announced": "Android Wear watches (then LG Watch Urbane, Huawei Watch) would pair with iPhones via a companion iOS app, opening Wear to Apple users.",
      "reality": "iOS app shipped August 31, 2015. From day one it was sharply limited: notifications only, no replies, no third-party apps, restricted watch faces, no Google services beyond very basic ones. Apple Watch crushed it. Wear OS for iOS has effectively been abandoned — modern Wear OS 3+ devices (Pixel Watch, Galaxy Watch 4+) don't support iPhone at all.",
      "status": "killed",
      "shippedDate": "2015-08",
      "killedDate": "2021-08",
      "notes": "Shipped but withered; new Wear OS dropped iOS support entirely.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Wear_OS",
          "title": "Wear OS - Wikipedia"
        },
        {
          "url": "https://www.androidcentral.com/wearables/wear-os/which-wear-os-3-watches-work-with-iphone",
          "title": "Which Wear OS watches work with iPhone? - Android Central"
        }
      ]
    },
    {
      "slug": "android-wear-always-on",
      "year": 2015,
      "title": "Android Wear Always-On apps, Wi-Fi, wrist gestures",
      "category": "Wearables",
      "announced": "Major Android Wear update: apps stay visible in low-power ambient mode, Wi-Fi support so the watch works without a tethered phone, new wrist-flick gestures to scroll cards.",
      "reality": "All three rolled out via the 5.1.1 update in spring/summer 2015 and remained core Wear capabilities until the platform's reboot as Wear OS 3 in 2021.",
      "status": "shipped",
      "shippedDate": "2015-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://android-developers.googleblog.com/2015/05/always-on-and-wi-fi-with-latest-android.html",
          "title": "Always-on and Wi-Fi with the latest Android Wear update - Android Developers Blog"
        },
        {
          "url": "https://www.wareable.com/android-wear/android-wear-update-wi-fi-support-gesture-controls-and-always-on-apps-1063",
          "title": "Android Wear Lollipop 5.1 update: new features in-depth - Wareable"
        }
      ]
    },
    {
      "slug": "google-cardboard-v2",
      "year": 2015,
      "title": "Google Cardboard v2",
      "category": "VR",
      "announced": "Updated Cardboard viewer with a bigger phone slot (up to 6\"), simpler assembly, and a capacitive button instead of a magnet. iOS support via a Cardboard SDK for Unity and a native iOS Cardboard app.",
      "reality": "The new viewer and iOS support shipped in 2015. But Google quietly abandoned the platform: Daydream (Cardboard's premium successor) was killed in October 2019, the Cardboard SDK was open-sourced in November 2019, and the Google Store stopped selling Cardboard viewers on March 3, 2021. The whole VR push is dead.",
      "status": "killed",
      "shippedDate": "2015-05",
      "killedDate": "2021-03",
      "notes": null,
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Cardboard",
          "title": "Google Cardboard - Wikipedia"
        },
        {
          "url": "https://chromeunboxed.com/goodbye-google-cardboard",
          "title": "Google Cardboard hardware finally discontinued - Chrome Unboxed"
        }
      ]
    },
    {
      "slug": "expeditions",
      "year": 2015,
      "title": "Google Expeditions for schools",
      "category": "VR / Education",
      "announced": "A classroom VR kit — 30 Cardboard viewers, a teacher tablet, and a curated catalog of guided virtual field trips. Pitched as VR's killer education use case.",
      "reality": "Rolled out through the Expeditions Pioneer Program starting in late 2015. Google shut down the Expeditions app on June 30, 2021 and moved selected tours into Google Arts & Culture. Most school deployments lost their content; third parties had to pick up the pieces.",
      "status": "killed",
      "shippedDate": "2015-09",
      "killedDate": "2021-06",
      "notes": null,
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Expeditions",
          "title": "Google Expeditions - Wikipedia"
        },
        {
          "url": "https://www.robotlab.com/blog/google-expeditions-is-gone-now-what",
          "title": "Google Expeditions Is Gone, Now What? - RobotLAB"
        }
      ]
    },
    {
      "slug": "jump-vr",
      "year": 2015,
      "title": "Jump (VR camera platform with GoPro)",
      "category": "VR",
      "announced": "A 16-camera circular rig (built with GoPro as the 'Odyssey'), a cloud-based stitching pipeline, and a YouTube playback path, all to enable easy stereoscopic 360 video production.",
      "reality": "The GoPro Odyssey began shipping in May 2016 for $15,000; a YI Halo followed in 2017. The Jump cloud stitching service shut down on June 28, 2019, citing a declining user base. The rigs technically still work with third-party stitching software.",
      "status": "killed",
      "shippedDate": "2016-05",
      "killedDate": "2019-06",
      "notes": null,
      "sources": [
        {
          "url": "https://www.engadget.com/2015-05-18-google-shut-down-jump-vr.html",
          "title": "Google is shutting down the Jump VR platform in June - Engadget"
        },
        {
          "url": "https://variety.com/2019/digital/news/google-jump-shutting-down-1203219306/",
          "title": "Google Is Shutting Down Its Jump VR Video Program - Variety"
        }
      ]
    },
    {
      "slug": "offline-maps",
      "year": 2015,
      "title": "Offline Google Maps",
      "category": "Consumer apps",
      "announced": "Full offline functionality — download an area and still get turn-by-turn driving navigation, search, and place info without a connection. Promised 'by the end of the year'.",
      "reality": "Shipped on Android on November 10, 2015 and on iOS shortly after, exactly as promised. Has been a stable core Maps feature ever since.",
      "status": "shipped",
      "shippedDate": "2015-11",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://techcrunch.com/2015/11/10/offline-navigation-comes-to-google-maps/",
          "title": "Google Maps Gets Offline Navigation And Search - TechCrunch"
        },
        {
          "url": "https://time.com/4103605/google-maps-offline-features/",
          "title": "Google Adds Powerful New Offline Features to Google Maps - TIME"
        }
      ]
    },
    {
      "slug": "inbox-by-gmail-updates",
      "year": 2015,
      "title": "Inbox by Gmail updates and public access",
      "category": "Consumer apps",
      "announced": "Inbox (launched Oct 2014 by invite) opened to everyone, with new features like trip bundling, customizable Snooze, undo send, and an Inbox API for developers.",
      "reality": "Public access shipped in May 2015 as promised. But Google killed Inbox entirely on April 2, 2019, telling users to fall back to Gmail, which had absorbed most of Inbox's signature features (snooze, smart reply, bundles).",
      "status": "killed",
      "shippedDate": "2015-05",
      "killedDate": "2019-04",
      "notes": null,
      "sources": [
        {
          "url": "https://workspaceupdates.googleblog.com/2018/09/inbox-by-gmail-shutdown.html",
          "title": "Inbox by Gmail shutting down at the end of March 2019 - Google Workspace Updates"
        },
        {
          "url": "https://9to5google.com/2018/09/12/google-killing-inbox-by-gmail/",
          "title": "Google unsurprisingly killing Inbox next year - 9to5Google"
        }
      ]
    },
    {
      "slug": "android-studio-1-3",
      "year": 2015,
      "title": "Android Studio 1.3 (C/C++ NDK support)",
      "category": "Developer tools",
      "announced": "Big Android Studio release with first-class C/C++ editing via JetBrains' CLion engine, a faster Gradle plugin, data binding, and a new Vector Asset Studio.",
      "reality": "Reached stable on July 30, 2015. Android Studio has gone on to become the default Android IDE; full NDK / C++ support has matured significantly since.",
      "status": "shipped",
      "shippedDate": "2015-07",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://www.androidpolice.com/2015/07/30/android-studio-v1-3-released-to-stable-channel-includes-support-for-cc-ndk-data-binding-and-more/",
          "title": "Android Studio v1.3 Released To Stable Channel - Android Police"
        },
        {
          "url": "https://www.androidheadlines.com/2015/05/android-studio-1-3-adds-native-support-cc.html",
          "title": "Android Studio 1.3 Adds Native Support for C/C++ - Android Headlines"
        }
      ]
    },
    {
      "slug": "cloud-test-lab",
      "year": 2015,
      "title": "Google Cloud Test Lab",
      "category": "Developer tools",
      "announced": "A cloud-based service for running automated tests of your Android app on a fleet of real, physical devices in Google's data centers, with automatic crash reports.",
      "reality": "Rebranded and shipped at I/O 2016 as 'Firebase Test Lab for Android', then expanded to iOS in 2018. Still actively offered today as part of Firebase.",
      "status": "rebranded",
      "shippedDate": "2016-05",
      "killedDate": null,
      "notes": "Promise delivered, under the Firebase brand.",
      "sources": [
        {
          "url": "https://firebase.googleblog.com/2016/06/introducing-firebase-test-lab-for.html",
          "title": "Introducing Firebase Test Lab for Android - The Firebase Blog"
        },
        {
          "url": "https://firebase.google.com/docs/test-lab",
          "title": "Firebase Test Lab - Google"
        }
      ]
    },
    {
      "slug": "app-indexing-ios",
      "year": 2015,
      "title": "App Indexing for iOS and deep links",
      "category": "Search",
      "announced": "Google Search would index content inside iOS apps (not just Android), opening links directly into native apps from search results, even for users who don't yet have the app.",
      "reality": "Shipped through Google Search Central in 2015 with launch partners like Pinterest, Facebook and OpenTable. Eventually largely superseded by Firebase App Indexing (deprecated 2019) and the move to web-based deep linking via App Links / Universal Links and ultimately Firebase Dynamic Links (also being shut down in 2025).",
      "status": "killed",
      "shippedDate": "2015-05",
      "killedDate": "2019-04",
      "notes": "The capability lives on via OS-level deep links; Google's branded SDK is dead.",
      "sources": [
        {
          "url": "https://developers.google.com/search/blog/2015/05/surfacing-content-from-ios-apps-in",
          "title": "Surfacing content from iOS apps in Google Search - Google Search Central Blog"
        },
        {
          "url": "https://blog.pragmaticengineer.com/google-shutting-down-firebase-dynamic-links/",
          "title": "Google Shutting down Firebase Dynamic Links - The Pragmatic Engineer"
        }
      ]
    },
    {
      "slug": "play-family-designed",
      "year": 2015,
      "title": "Google Play 'Designed for Families' and age ratings",
      "category": "Consumer apps",
      "announced": "A new family section in the Play Store, age-based content ratings via IARC (ESRB/PEGI/etc.), curated kid-safe app program, and family-friendly filters.",
      "reality": "Designed for Families launched May 28, 2015 as announced; IARC ratings rolled out as a developer requirement in 2015. The Family section still exists in Play and the rating system is universal.",
      "status": "shipped",
      "shippedDate": "2015-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://techcrunch.com/2015/05/28/google-play-gets-more-family-friendly-with-content-ratings-filtering-by-age-and-interest/",
          "title": "Google Play Gets More Family-Friendly With Content Ratings - TechCrunch"
        },
        {
          "url": "https://support.google.com/googleplay/answer/6209531",
          "title": "Find family-friendly content in Google Play - Google Play Help"
        }
      ]
    },
    {
      "slug": "smart-lock-passwords",
      "year": 2015,
      "title": "Smart Lock for Passwords",
      "category": "Identity / Security",
      "announced": "A cross-device password store: passwords saved in Chrome would sync to Android (and vice versa) and auto-fill into compatible apps, with a passwords.google.com management page.",
      "reality": "Shipped via Google Play Services 7.5 in mid-2015 and the passwords.google.com web vault went live the same month. The feature has evolved into Google Password Manager (the Android-side Smart Lock for Passwords SDK was deprecated in 2022 for new development).",
      "status": "rebranded",
      "shippedDate": "2015-05",
      "killedDate": null,
      "notes": "Still alive as Google Password Manager.",
      "sources": [
        {
          "url": "https://www.androidauthority.com/smart-lock-for-passwords-saved-passwords-website-available-612608/",
          "title": "Smart Lock for Passwords and Saved Passwords website available - Android Authority"
        },
        {
          "url": "https://developers.google.com/identity/smartlock-passwords/android/get-started",
          "title": "Start integrating Smart Lock for Passwords - Google for Developers"
        }
      ]
    },
    {
      "slug": "cardboard-ios-sdk",
      "year": 2015,
      "title": "Cardboard SDK for iOS",
      "category": "VR",
      "announced": "iOS support for the Cardboard SDK so developers (and the Cardboard demo app) could build VR experiences for iPhones, not just Android.",
      "reality": "iOS Cardboard SDK and demo app shipped in 2015 and were extended into the broader Google VR SDK. Maintenance ended with Google's broader VR pullout; the SDK was open-sourced in November 2019 and is now an unmaintained open-source project.",
      "status": "killed",
      "shippedDate": "2015-05",
      "killedDate": "2019-11",
      "notes": null,
      "sources": [
        {
          "url": "https://developers.google.com/cardboard",
          "title": "Open source Cardboard SDK - Google for Developers"
        },
        {
          "url": "https://github.com/googlevr/gvr-ios-sdk",
          "title": "googlevr/gvr-ios-sdk: Google VR SDK for iOS - GitHub"
        }
      ]
    },
    {
      "slug": "vr-view-for-web",
      "year": 2015,
      "title": "VR view for the web",
      "category": "VR",
      "announced": "An embeddable web/mobile component to drop 360° photos and videos into any web page or app, viewable as VR through Cardboard or as a pan-and-zoom widget on desktop.",
      "reality": "VR View shipped in March 2016, slightly after promised. It lived on through the Google VR SDK, but with the rest of Google's VR efforts wound down by 2019-2021 it has fallen into disuse. Web-native solutions (three.js, A-Frame) have taken over.",
      "status": "killed",
      "shippedDate": "2016-03",
      "killedDate": "2019-11",
      "notes": null,
      "sources": [
        {
          "url": "https://www.digitaltrends.com/virtual-reality/google-launches-vr-view-ios-cardboard-sdk/",
          "title": "Google Launches VR View, iOS Cardboard SDK - Digital Trends"
        },
        {
          "url": "https://developers.google.com/cardboard",
          "title": "Open source Cardboard SDK - Google for Developers"
        }
      ]
    },
    {
      "slug": "google-now-improvements",
      "year": 2015,
      "title": "Google Now expansion (70+ partner apps, contextual cards)",
      "category": "AI / Search",
      "announced": "Google Now would pull data from 70 third-party apps (Pandora, Lyft, Airbnb, etc.) to surface deeper contextual cards, in addition to the Now on Tap home-button feature.",
      "reality": "Third-party Now cards did roll out in 2015-2016, but Google steadily wound Google Now down in favor of Google Assistant (2016 launch). 'Google Now' as a brand disappeared; Snapshot, the closest successor, was killed in early 2022. The Google Now Launcher was delisted in 2018 and stopped functioning in April 2023.",
      "status": "killed",
      "shippedDate": "2015-06",
      "killedDate": "2022-01",
      "notes": null,
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Now",
          "title": "Google Now - Wikipedia"
        },
        {
          "url": "https://www.howtogeek.com/789825/googles-first-assistant-the-death-of-google-now/",
          "title": "Google's First Assistant: The Death of Google Now - How-To Geek"
        }
      ]
    },
    {
      "slug": "spotlight-stories",
      "year": 2015,
      "title": "Google Spotlight Stories (immersive mobile shorts)",
      "category": "VR / Content",
      "announced": "ATAP's interactive animated short-film platform, originally launched on Motorola, expanded with new films (Help, Special Delivery, Buggy Night) and a path to YouTube and Cardboard VR.",
      "reality": "Spotlight Stories continued producing critically acclaimed shorts (Pearl won an Emmy and got an Oscar nomination). Google shut the studio down on March 14, 2019, with no clear successor.",
      "status": "killed",
      "shippedDate": "2015-05",
      "killedDate": "2019-03",
      "notes": null,
      "sources": [
        {
          "url": "https://variety.com/2019/digital/news/google-spotlight-stories-shutting-down-1203163117/",
          "title": "Google Shuts Down Its Spotlight Stories VR Film Studio - Variety"
        },
        {
          "url": "https://9to5google.com/2019/03/14/google-shutting-down-spotlight-stories/",
          "title": "Google shutting down Spotlight Stories studio - 9to5Google"
        }
      ]
    },
    {
      "slug": "chromecast-platform-cast-for-audio",
      "year": 2015,
      "title": "Google Cast platform momentum and Cast for audio",
      "category": "Hardware / Platform",
      "announced": "1.5 billion stream sessions to date, 20,000 Cast-ready apps, and continued expansion via Cast for audio speakers (Sony, LG, Denon HEOS, Onkyo). New 2nd-gen Chromecast and audio-only Chromecast Audio teased.",
      "reality": "2nd-gen Chromecast and Chromecast Audio launched September 2015. Chromecast Audio was discontinued in January 2019. Google Cast still powers the broader Chromecast / Google TV ecosystem today, though many Cast-for-audio third-party speakers have been EOL'd by their makers.",
      "status": "scaled-back",
      "shippedDate": "2015-09",
      "killedDate": "2019-01",
      "notes": "Cast survives; the audio sub-product was killed.",
      "sources": [
        {
          "url": "https://techcrunch.com/2019/01/11/google-cans-the-chromecast-audio/",
          "title": "Google cans the Chromecast Audio - TechCrunch"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Chromecast",
          "title": "Chromecast - Wikipedia"
        }
      ]
    },
    {
      "slug": "android-auto-traction",
      "year": 2015,
      "title": "Android Auto traction update",
      "category": "Cars",
      "announced": "Updates and partner growth for Android Auto (originally unveiled at I/O 2014), with Hyundai shipping as the first OEM and dozens more on the way.",
      "reality": "Hyundai delivered Android Auto via update in May 2015. Android Auto is now supported by 500+ vehicle models from essentially every major automaker and is one of Google's clearest long-term wins.",
      "status": "shipped",
      "shippedDate": "2015-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_Auto",
          "title": "Android Auto - Wikipedia"
        },
        {
          "url": "https://www.android.com/auto/compatibility/vehicles/",
          "title": "Android Auto Vehicle Compatibility - Android"
        }
      ]
    },
    {
      "slug": "google-cloud-messaging-cross-platform",
      "year": 2015,
      "title": "Google Cloud Messaging for iOS and Chrome",
      "category": "Developer tools",
      "announced": "GCM (Google's push notification service) extended beyond Android to iOS and Chrome, becoming a single cross-platform messaging backend for developers.",
      "reality": "Cross-platform GCM rolled out in 2015. At I/O 2016 Google rebranded the whole stack as Firebase Cloud Messaging (FCM). GCM APIs were deprecated April 10, 2018 and the GCM server/client APIs were fully shut down May 29, 2019. FCM continues to deliver the original cross-platform push promise.",
      "status": "rebranded",
      "shippedDate": "2015-05",
      "killedDate": null,
      "notes": "Lives on as FCM.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Firebase_Cloud_Messaging",
          "title": "Firebase Cloud Messaging - Wikipedia"
        },
        {
          "url": "https://firebase.google.com/docs/cloud-messaging",
          "title": "Firebase Cloud Messaging - Google"
        }
      ]
    },
    {
      "slug": "io-2015-keynote",
      "year": 2015,
      "title": "I/O 2015 keynote framing: 'mobile-first, contextual computing'",
      "category": "Strategy",
      "announced": "Sundar Pichai (then SVP, Android/Chrome/Apps) framed the keynote around mobile dominance (1.4B active 30-day Android users) and 'in the moment' contextual help (Now on Tap, offline Maps, Photos).",
      "reality": "The 'contextual assistant' narrative survived but the I/O 2015 vehicle (Now on Tap) didn't. The strategy was effectively rebooted at I/O 2016 with the launch of Google Assistant and the Google Home speaker. Looking back, I/O 2015 is a high-water mark for promised features that quietly died.",
      "status": "rebranded",
      "shippedDate": "2016-05",
      "killedDate": null,
      "notes": "Strategic continuity via Assistant; the specific I/O 2015 products mostly didn't make it.",
      "sources": [
        {
          "url": "https://techcrunch.com/2015/05/28/everything-you-need-to-know-from-todays-google-io-keynote/",
          "title": "Everything You Need To Know From Today's Google I/O Keynote - TechCrunch"
        },
        {
          "url": "https://venturebeat.com/business/everything-google-announced-at-io-2015/",
          "title": "Everything Google announced at I/O 2015 - VentureBeat"
        }
      ]
    },
    {
      "slug": "google-assistant",
      "year": 2016,
      "title": "Google Assistant",
      "category": "Assistant",
      "announced": "Sundar Pichai unveiled Google Assistant as a 'conversational, two-way' AI helper that would be 'an ambient experience that extends across devices' and the successor to Google Now.",
      "reality": "Google Assistant launched October 2016 with the Pixel and rolled out broadly through 2017. The 'ambient' multi-device promise was only partially realized — it was hollowed out as Google shifted to Gemini. In March 2025, Google announced Gemini would replace Assistant on mobile devices. The transition continued through 2025 and 2026, with Google confirming Assistant is being decommissioned as the default assistant across phones, tablets, watches, and Google Home in favor of Gemini.",
      "status": "killed",
      "shippedDate": "2016-10",
      "killedDate": "2025-03",
      "notes": "Replaced by Gemini, not merely rebranded — different architecture, different capabilities, abandoning many original Assistant integrations.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Assistant",
          "title": "Google Assistant — Wikipedia"
        },
        {
          "url": "https://9to5google.com/2025/12/19/google-assistant-gemini-2026/",
          "title": "Gemini will replace Google Assistant on Android in 2026 — 9to5Google"
        },
        {
          "url": "https://blog.google/products/assistant/google-assistant-gemini-mobile/",
          "title": "Google announces Gemini will replace Assistant on mobile"
        }
      ]
    },
    {
      "slug": "google-home",
      "year": 2016,
      "title": "Google Home",
      "category": "Hardware",
      "announced": "Google previewed Google Home, a Wi-Fi speaker powered by Google Assistant designed to compete with Amazon Echo, with launch promised for later in 2016.",
      "reality": "The original Google Home launched November 4, 2016 at $129. The Google Home brand was retired in 2019 and folded into Google Nest. The original 1st-gen Home was discontinued, replaced by Nest Audio in October 2020. A new 'Google Home Speaker' name was revived in 2025 for a Gemini-powered speaker, but the 2016 product itself was discontinued.",
      "status": "killed",
      "shippedDate": "2016-11",
      "killedDate": "2020-10",
      "notes": "The original product was discontinued; the 'Google Home' name re-emerged in 2025 for an unrelated Gemini speaker.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Nest_(smart_speakers)",
          "title": "Google Nest (smart speakers) — Wikipedia"
        },
        {
          "url": "https://variety.com/2016/digital/news/google-home-introduction-1201877695/",
          "title": "Google Officially Introduces Google Home — Variety"
        }
      ]
    },
    {
      "slug": "allo",
      "year": 2016,
      "title": "Allo",
      "category": "Other",
      "announced": "A 'smart messaging app' with built-in Google Assistant, smart replies, image recognition, expressive 'shout/whisper' text sizing, and an optional end-to-end encrypted Incognito mode. Promised for summer 2016.",
      "reality": "Allo launched September 21, 2016 on Android and iOS. It never achieved meaningful traction (under 50M downloads total) and Google paused development in April 2018. Google announced the shutdown in December 2018 and Allo was killed March 12, 2019.",
      "status": "killed",
      "shippedDate": "2016-09",
      "killedDate": "2019-03",
      "notes": "One of Google's most-mocked messaging app failures.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Allo",
          "title": "Google Allo — Wikipedia"
        },
        {
          "url": "https://techcrunch.com/2018/12/05/farewell-allo/",
          "title": "Google is killing off Allo — TechCrunch"
        }
      ]
    },
    {
      "slug": "duo",
      "year": 2016,
      "title": "Duo",
      "category": "Other",
      "announced": "A simple one-to-one video calling app for Android and iOS with a 'Knock Knock' feature showing live preview of the caller, designed as Google's answer to FaceTime.",
      "reality": "Duo launched August 16, 2016. In 2022 Google announced it would merge Duo into Google Meet; the standalone Duo app was effectively retired in 2022–2023. Legacy Duo features inside Meet were fully sunset by March 2026.",
      "status": "killed",
      "shippedDate": "2016-08",
      "killedDate": "2022-09",
      "notes": "Merged into Google Meet; the Meet-as-Duo replacement is functionally different.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Duo",
          "title": "Google Duo — Wikipedia"
        },
        {
          "url": "https://9to5google.com/2026/03/13/google-meet-duo-legacy-gone/",
          "title": "Google Meet fully replaces legacy Duo calling — 9to5Google"
        }
      ]
    },
    {
      "slug": "android-nougat",
      "year": 2016,
      "title": "Android N (Nougat)",
      "category": "Android",
      "announced": "The next major Android release was previewed with split-screen multitasking, redesigned notifications, JIT compiler with 'seamless updates,' Vulkan graphics, and built-in Daydream VR support.",
      "reality": "Android 7.0 Nougat launched August 22, 2016, with all promised features.",
      "status": "shipped",
      "shippedDate": "2016-08",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_Nougat",
          "title": "Android Nougat — Wikipedia"
        },
        {
          "url": "https://time.com/4460089/android-nougat-release-date/",
          "title": "Google's Next Big Android Update Is Launching Today — TIME"
        }
      ]
    },
    {
      "slug": "daydream-vr",
      "year": 2016,
      "title": "Daydream VR platform",
      "category": "AR/VR",
      "announced": "A mobile VR platform built into Android N, with reference designs for headsets and controllers, and 'Daydream-ready' phones from Samsung, HTC, LG, Xiaomi, Huawei, ZTE, Asus, and Alcatel.",
      "reality": "The Daydream View headset launched November 10, 2016 at $79. Adoption never materialized; the Pixel 4 (Oct 2019) shipped without Daydream certification and Google stopped selling the View headset that same month. The platform's software was effectively shut down by 2020.",
      "status": "killed",
      "shippedDate": "2016-11",
      "killedDate": "2019-10",
      "notes": "Google cited 'no broad consumer or developer adoption.'",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Daydream",
          "title": "Google Daydream — Wikipedia"
        },
        {
          "url": "https://venturebeat.com/business/google-discontinues-daydream-vr/",
          "title": "Google discontinues Daydream VR — VentureBeat"
        }
      ]
    },
    {
      "slug": "android-instant-apps",
      "year": 2016,
      "title": "Android Instant Apps",
      "category": "Android",
      "announced": "Technology to run small parts of an app instantly from a URL without full installation. Promised 'native Android app experiences with the reach of the web.'",
      "reality": "Reached limited developer availability in 2017 and general release at I/O 2017. Adoption was weak; Google announced in 2025 that Instant Apps would be discontinued, with publishing and APIs ending in December 2025.",
      "status": "killed",
      "shippedDate": "2017-05",
      "killedDate": "2025-12",
      "notes": "Required developers to ship sub-15MB modules; few bothered.",
      "sources": [
        {
          "url": "https://www.androidauthority.com/google-killing-android-instant-apps-3567211/",
          "title": "Google is killing Android Instant Apps — Android Authority"
        },
        {
          "url": "https://developer.android.com/topic/google-play-instant",
          "title": "Google Play Instant — Android Developers"
        }
      ]
    },
    {
      "slug": "firebase-relaunch",
      "year": 2016,
      "title": "Firebase (relaunch as full app platform)",
      "category": "Developer",
      "announced": "Firebase was relaunched as a unified mobile/web development platform with Analytics, Cloud Messaging, Crash Reporting, Remote Config, Dynamic Links, and AdMob integration.",
      "reality": "Firebase shipped on schedule in 2016 and remains one of Google's most successful developer products. Firebase Analytics was renamed Google Analytics for Firebase in 2017 and folded into Google Analytics 4. Dynamic Links were deprecated in 2025. Crash Reporting was replaced by Crashlytics. At Cloud Next 2025, Firebase was extended with Firebase Studio and Genkit.",
      "status": "shipped",
      "shippedDate": "2016-05",
      "killedDate": null,
      "notes": "One of the rare unambiguous I/O 2016 wins — though several of the specific 2016 sub-products (Dynamic Links, Crash Reporting) have been deprecated or replaced.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Firebase",
          "title": "Firebase — Wikipedia"
        },
        {
          "url": "https://firebase.blog/posts/2025/04/cloud-next-announcements",
          "title": "What's new in Firebase at Cloud Next 2025"
        },
        {
          "url": "https://firebase.google.com/support/dynamic-links-faq",
          "title": "Firebase Dynamic Links deprecation FAQ"
        }
      ]
    },
    {
      "slug": "android-wear-2",
      "year": 2016,
      "title": "Android Wear 2.0",
      "category": "Android",
      "announced": "Major smartwatch OS update with standalone apps, on-watch Google Play Store, complications, handwriting and QWERTY input, Google Fit integration, and iOS support. Promised for fall 2016.",
      "reality": "Wear 2.0 was delayed from fall 2016 to early 2017 and finally shipped February 9, 2017. Android Wear was rebranded to 'Wear OS by Google' in March 2018 with significantly reduced market presence. iOS support has been progressively curtailed over the years. The platform remains a distant third behind Apple Watch and Samsung's pre-2021 Tizen install base.",
      "status": "shipped-late",
      "shippedDate": "2017-02",
      "killedDate": null,
      "notes": "Delayed ~5 months past promised fall 2016 timing; later rebranded as Wear OS. Promised broad iOS interop has been steadily reduced.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Wear_OS",
          "title": "Wear OS — Wikipedia"
        },
        {
          "url": "https://9to5google.com/2016/09/29/android-wear-2-delayed-early-2017/",
          "title": "Android Wear 2.0 delayed until early 2017 — 9to5Google"
        }
      ]
    },
    {
      "slug": "android-apps-chrome-os",
      "year": 2016,
      "title": "Android apps on Chrome OS",
      "category": "Web",
      "announced": "Google Play Store and Android apps coming to Chromebooks 'starting in June' with three initial models, expanding to most Chromebooks 'later this year' (2016).",
      "reality": "Android apps shipped to the first Chromebooks in beta in June 2016, but the promised broad rollout 'later this year' took until 2019. Today all Chromebooks launched since 2019 support Android apps, but the experience never matched the seamlessness of native apps and many enterprise/education Chromebooks block the Play Store.",
      "status": "shipped-late",
      "shippedDate": "2019-01",
      "killedDate": null,
      "notes": "Promise was broad 2016 rollout; full rollout took ~3 years past promised window.",
      "sources": [
        {
          "url": "https://www.chromium.org/chromium-os/chrome-os-systems-supporting-android-apps/",
          "title": "Chrome OS Systems Supporting Android Apps"
        },
        {
          "url": "https://chromeos.dev/en/android",
          "title": "Android apps on ChromeOS — ChromeOS.dev"
        }
      ]
    },
    {
      "slug": "project-tango-2",
      "year": 2016,
      "title": "Project Tango",
      "category": "AR/VR",
      "announced": "Google promoted Tango, its AR platform requiring depth-sensing hardware, with the first consumer Tango phone (Lenovo Phab2 Pro) due summer 2016 and broader rollout planned.",
      "reality": "The Lenovo Phab2 Pro launched November 2016; the Asus ZenFone AR followed in 2017. On December 15, 2017, Google announced Tango would be killed effective March 1, 2018, and replaced by ARCore.",
      "status": "killed",
      "shippedDate": "2016-11",
      "killedDate": "2018-03",
      "notes": "Replaced by ARCore.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Tango_(platform)",
          "title": "Tango (platform) — Wikipedia"
        },
        {
          "url": "https://techcrunch.com/2017/12/15/google-kills-its-tango-augmented-reality-platform-shifting-focus-to-arcore/",
          "title": "Google kills its Tango AR platform — TechCrunch"
        }
      ]
    },
    {
      "slug": "project-ara",
      "year": 2016,
      "title": "Project Ara",
      "category": "Hardware",
      "announced": "Modular smartphone with hot-swappable components. Google explicitly promised a developer edition shipping in Q4 2016 and a consumer device in 2017.",
      "reality": "Project Ara was cancelled outright on September 2, 2016, less than four months after I/O. No developer kit was ever shipped to outside developers and no consumer device was ever produced.",
      "status": "vapor",
      "shippedDate": null,
      "killedDate": "2016-09",
      "notes": "Killed faster than almost any other I/O 2016 announcement.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Project_Ara",
          "title": "Project Ara — Wikipedia"
        },
        {
          "url": "https://www.techadvisor.com/article/726577/google-project-ara-cancelled.html",
          "title": "Google Project Ara cancelled — Tech Advisor"
        }
      ]
    },
    {
      "slug": "project-soli-2",
      "year": 2016,
      "title": "Project Soli",
      "category": "Hardware",
      "announced": "ATAP's miniaturized radar chip for touchless gesture recognition, demonstrated for smartwatches and other devices.",
      "reality": "Soli shipped in the Pixel 4 (October 2019) as 'Motion Sense' but was dropped from Pixel 5 and never returned to a Pixel phone. Soli was embedded in the 2nd-gen Nest Hub (2021) for sleep tracking and the Nest Thermostat (2020), but the original smartwatch/touchless-gesture vision was never realized at consumer scale.",
      "status": "scaled-back",
      "shippedDate": "2019-10",
      "killedDate": null,
      "notes": "Shipped in one phone, then largely retreated to smart-home sleep tracking — far from the smartwatch/wearable vision pitched at I/O 2016.",
      "sources": [
        {
          "url": "https://www.androidpolice.com/google-pixel-4-killed-motion-soli-radar-future/",
          "title": "The Pixel 4 may have marked the end for Motion Sense — Android Police"
        },
        {
          "url": "https://9to5google.com/guides/soli/",
          "title": "Soli — 9to5Google"
        }
      ]
    },
    {
      "slug": "project-jacquard-2",
      "year": 2016,
      "title": "Project Jacquard",
      "category": "Hardware",
      "announced": "ATAP's smart fabric platform with touch-sensitive woven threads, debuting in a Levi's Commuter Trucker Jacket. Promised broad expansion to clothing partners.",
      "reality": "The Levi's Commuter Trucker Jacket with Jacquard launched October 2017. A handful of follow-on products (Saint Laurent backpack, Samsonite, Adidas) shipped 2018–2021. Google announced the Jacquard app shutdown March 2023; support ended April 24, 2023, making existing Jacquard garments non-functional.",
      "status": "killed",
      "shippedDate": "2017-10",
      "killedDate": "2023-04",
      "notes": "Shipped well after I/O 2016, then quietly abandoned.",
      "sources": [
        {
          "url": "https://9to5google.com/2023/03/28/google-shutting-down-jacquard-app/",
          "title": "Google shutting down the Jacquard smart fabric app — 9to5Google"
        },
        {
          "url": "https://www.androidpolice.com/google-project-jacquard-shutting-down/",
          "title": "Google's project-killing spree found a fashionable new victim — Android Police"
        }
      ]
    },
    {
      "slug": "android-auto-phone",
      "year": 2016,
      "title": "Android Auto standalone phone app",
      "category": "Android",
      "announced": "Google said Android Auto would be released as a standalone smartphone app, bringing the in-car experience to any phone.",
      "reality": "The Android Auto for phones app launched November 2016. Google deprecated it in 2019, replacing it with Assistant Driving Mode, and fully decommissioned the app in June 2022. Driving Mode was itself killed in 2025.",
      "status": "killed",
      "shippedDate": "2016-11",
      "killedDate": "2022-06",
      "notes": "Replaced by Driving Mode, which was itself killed in 2025.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_Auto",
          "title": "Android Auto — Wikipedia"
        },
        {
          "url": "https://techcrunch.com/2016/11/07/google-brings-android-auto-to-the-phone/",
          "title": "Google brings Android Auto to the phone — TechCrunch"
        }
      ]
    },
    {
      "slug": "awareness-api",
      "year": 2016,
      "title": "Awareness API",
      "category": "Developer",
      "announced": "Two unified APIs (Snapshot and Fence) for apps to access seven context signals — location, weather, headphones, activity, beacons, time, and place.",
      "reality": "Shipped June 27, 2016 in Google Play Services 9.2 as promised. Has been formally deprecated, with Google announcing Play services will stop supporting it by January 2027.",
      "status": "killed",
      "shippedDate": "2016-06",
      "killedDate": "2027-01",
      "notes": "Officially deprecated with a sunset date set; developers are being told to migrate.",
      "sources": [
        {
          "url": "https://developers.google.com/awareness",
          "title": "Google Awareness API (Deprecated)"
        },
        {
          "url": "https://android-developers.googleblog.com/2016/06/create-intelligent-context-aware-apps.html",
          "title": "Create Intelligent, Context-Aware Apps with Awareness APIs"
        }
      ]
    },
    {
      "slug": "tpu",
      "year": 2016,
      "title": "Tensor Processing Unit (TPU)",
      "category": "AI",
      "announced": "Sundar Pichai publicly disclosed for the first time that Google had been running custom machine-learning ASICs (TPUs) inside its data centers for over a year, with 'an order of magnitude' better performance per watt.",
      "reality": "TPU v2 launched in 2017, v3 in 2018, v4 announced at I/O 2021, and v7 'Ironwood' shipped in 2025. TPUs power most of Google's modern AI infrastructure including Gemini.",
      "status": "shipped",
      "shippedDate": "2016-05",
      "killedDate": null,
      "notes": "Arguably the most consequential I/O 2016 disclosure in retrospect.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Tensor_Processing_Unit",
          "title": "Tensor Processing Unit — Wikipedia"
        },
        {
          "url": "https://cloud.google.com/transform/ai-specialized-chips-tpu-history-gen-ai",
          "title": "TPU transformation: 10 years of AI-specialized chips — Google Cloud"
        }
      ]
    },
    {
      "slug": "google-spaces",
      "year": 2016,
      "title": "Google Spaces",
      "category": "Other",
      "announced": "A group-sharing app for small groups of friends, built around topics with integrated Search/YouTube/Chrome. Used at I/O 2016 itself for session discussions.",
      "reality": "Spaces launched May 16, 2016. It was made read-only March 3, 2017 and shut down completely on April 17, 2017 — less than 11 months after launch.",
      "status": "killed",
      "shippedDate": "2016-05",
      "killedDate": "2017-04",
      "notes": "Almost a footnote in the I/O 2016 keynote but worth flagging for speed of death.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Spaces",
          "title": "Google Spaces — Wikipedia"
        },
        {
          "url": "https://www.digitaltrends.com/social-media/google-spaces-shut-down/",
          "title": "Google Is Shutting Down Spaces — Digital Trends"
        }
      ]
    },
    {
      "slug": "google-expeditions",
      "year": 2016,
      "title": "Google Expeditions",
      "category": "AR/VR",
      "announced": "Education-focused VR app letting classrooms take virtual field trips using Cardboard / Daydream headsets, expanding nationwide rollout to schools.",
      "reality": "Expeditions launched broadly in 2016 and saw real classroom adoption. Google announced shutdown in 2020 and discontinued the app on June 30, 2021, migrating tours to Google Arts & Culture.",
      "status": "killed",
      "shippedDate": "2016-09",
      "killedDate": "2021-06",
      "notes": "Content survives inside Arts & Culture but the VR classroom product is gone.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Expeditions",
          "title": "Google Expeditions — Wikipedia"
        },
        {
          "url": "https://www.makeuseof.com/google-shutting-down-expeditions-virtual-reality-app/",
          "title": "Google Is Shutting Down Expeditions — MakeUseOf"
        }
      ]
    },
    {
      "slug": "android-studio-22",
      "year": 2016,
      "title": "Android Studio 2.2 + ConstraintLayout",
      "category": "Developer",
      "announced": "Preview of Android Studio 2.2 with a new visual Layout Editor, ConstraintLayout for flatter view hierarchies, APK Analyzer, expanded Espresso testing, and Firebase plugin integration.",
      "reality": "Android Studio 2.2 reached stable release in September 2016 and ConstraintLayout 1.0 followed in early 2017. ConstraintLayout became the recommended default for Android layouts and remains widely used.",
      "status": "shipped",
      "shippedDate": "2016-09",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://android-developers.googleblog.com/2016/09/android-studio-2-2.html",
          "title": "Android Studio 2.2 — Android Developers Blog"
        },
        {
          "url": "https://android-developers.googleblog.com/2016/05/android-studio-22-preview-new-ui.html",
          "title": "Android Studio 2.2 Preview"
        }
      ]
    },
    {
      "slug": "firebase-analytics",
      "year": 2016,
      "title": "Firebase Analytics",
      "category": "Developer",
      "announced": "Free, unlimited mobile analytics product integrated with Firebase and AdWords campaign measurement, billed as the new heart of Firebase.",
      "reality": "Firebase Analytics shipped at I/O 2016 and was renamed 'Google Analytics for Firebase' at I/O 2017. The underlying tech became the foundation for Google Analytics 4, which fully replaced Universal Analytics in July 2023.",
      "status": "rebranded",
      "shippedDate": "2016-05",
      "killedDate": null,
      "notes": "Live and bigger than ever — but no longer carries the Firebase Analytics name.",
      "sources": [
        {
          "url": "https://blog.google/products/marketingplatform/analytics/firebase-analytics-gets-new-features/",
          "title": "Firebase Analytics Gets New Features and a Familiar New Name"
        },
        {
          "url": "https://www.cardinalpath.com/blog/google-analytics-4-firebase-the-evolution-of-mobile-app-measurement",
          "title": "Firebase and Google Analytics 4 — Cardinal Path"
        }
      ]
    },
    {
      "slug": "google-play-awards",
      "year": 2016,
      "title": "Google Play Awards",
      "category": "Developer",
      "announced": "New annual awards program for top apps and games across categories like Best Use of Material Design, Best Indie, Standout Family App, etc.",
      "reality": "Play Awards returned at I/O 2017 and 2018, then transitioned to the 'Best of Play' end-of-year awards that continue annually.",
      "status": "rebranded",
      "shippedDate": "2016-05",
      "killedDate": null,
      "notes": "Still running, just under the 'Best of Play' branding rather than the original I/O-event format.",
      "sources": [
        {
          "url": "https://android-developers.googleblog.com/2017/04/the-google-play-awards-are-returning-to.html",
          "title": "The Google Play Awards are returning to Google I/O"
        },
        {
          "url": "https://play.google.com/store/apps/editorial",
          "title": "Best of Play Awards"
        }
      ]
    },
    {
      "slug": "android-vr-mode",
      "year": 2016,
      "title": "Android VR Mode",
      "category": "AR/VR",
      "announced": "New low-latency VR Mode added to Android N, dropping motion-to-photon latency below 20ms, with eight phone-maker partners building Daydream-ready devices.",
      "reality": "VR Mode shipped in Android 7.1 and Daydream-ready phones launched. The mode was effectively orphaned when Daydream was killed in 2019; Android 11 removed the VrListenerService and dedicated VR support.",
      "status": "killed",
      "shippedDate": "2016-10",
      "killedDate": "2019-10",
      "notes": "Died alongside Daydream.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Daydream",
          "title": "Google Daydream — Wikipedia"
        },
        {
          "url": "https://www.androidpolice.com/2021/02/09/googles-daydream-is-over-the-vr-platform-is-dead/",
          "title": "Google's Daydream is over — Android Police"
        }
      ]
    },
    {
      "slug": "allo-incognito",
      "year": 2016,
      "title": "Allo Incognito Mode (E2E encryption)",
      "category": "Other",
      "announced": "Optional end-to-end encrypted 'Incognito' mode in Allo using the Signal Protocol, with expiring messages and private notifications.",
      "reality": "Incognito Mode shipped in Allo on September 21, 2016, exactly as promised, but was criticized by EFF and Snowden for not being default. It died with Allo on March 12, 2019.",
      "status": "killed",
      "shippedDate": "2016-09",
      "killedDate": "2019-03",
      "notes": "Snowden famously tweeted 'don't use Allo' over the non-default E2E.",
      "sources": [
        {
          "url": "https://www.eff.org/deeplinks/2016/09/googles-allo-sends-wrong-message-about-encryption",
          "title": "Google's Allo Sends the Wrong Message About Encryption — EFF"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Google_Allo",
          "title": "Google Allo — Wikipedia"
        }
      ]
    },
    {
      "slug": "android-n-multiwindow",
      "year": 2016,
      "title": "Android N split-screen multi-window",
      "category": "Android",
      "announced": "Built-in multi-window split-screen mode for phones and tablets, with picture-in-picture support promised for Android TV.",
      "reality": "Split-screen shipped in Android 7.0 Nougat in August 2016 and remains a core Android feature.",
      "status": "shipped",
      "shippedDate": "2016-08",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_Nougat",
          "title": "Android Nougat — Wikipedia"
        },
        {
          "url": "https://time.com/4460089/android-nougat-release-date/",
          "title": "Google's Next Big Android Update Is Launching Today — TIME"
        }
      ]
    },
    {
      "slug": "material-design-wear",
      "year": 2016,
      "title": "Material Design for wearables / motion guidelines",
      "category": "Developer",
      "announced": "Extended Material Design guidelines to wearables and added detailed motion principles in collaboration with Google Calendar and Inbox teams, promising a coherent wearables design language.",
      "reality": "The guidelines shipped on material.io in 2016, but the wearables design system never gained meaningful traction outside Google's own Wear OS apps — most third-party Wear OS apps still feel unpolished. Material Design has since evolved through Material 2 (2018), Material You / Material 3 (2021), and Material 3 Expressive (2025), which largely supersedes the 2016 wearables work.",
      "status": "scaled-back",
      "shippedDate": "2016-05",
      "killedDate": null,
      "notes": "Guidelines existed but wearables-specific Material was effectively abandoned and re-done under Material 3 Expressive. The Wear OS ecosystem never achieved the promised design coherence.",
      "sources": [
        {
          "url": "https://medium.com/google-design/i-o-2016-our-definitive-guide-to-design-4d64d2db7150",
          "title": "I/O 2016: Our Definitive Guide to Design"
        },
        {
          "url": "https://blog.google/products-and-platforms/platforms/android/material-3-expressive-android-wearos-launch/",
          "title": "Google launches Material 3 Expressive redesign"
        }
      ]
    },
    {
      "slug": "project-bloks",
      "year": 2016,
      "title": "Project Bloks",
      "category": "Other",
      "announced": "Tangible programming research project (Google + IDEO + Stanford) using Raspberry Pi 'Brain Boards' and modular 'Pucks' to teach kids to code physically. Reference kit promised to researchers.",
      "reality": "Project Bloks was announced as a research effort. After a small reference kit and some research papers, the project went silent and never shipped a consumer product.",
      "status": "vapor",
      "shippedDate": null,
      "killedDate": null,
      "notes": "Quietly abandoned; no formal shutdown was announced.",
      "sources": [
        {
          "url": "https://research.google/blog/project-bloks-making-code-physical-for-kids/",
          "title": "Project Bloks — Google Research"
        },
        {
          "url": "https://techcrunch.com/2016/06/27/google-launches-project-bloks-a-new-open-hardware-platform-for-teaching-kids-to-code/",
          "title": "Google launches Project Bloks — TechCrunch"
        }
      ]
    },
    {
      "slug": "android-n-vulkan",
      "year": 2016,
      "title": "Vulkan graphics API support in Android",
      "category": "Android",
      "announced": "Android N would be the first Android release with native support for the Vulkan low-overhead graphics API.",
      "reality": "Vulkan shipped in Android 7.0 Nougat in August 2016 and remains a core graphics API.",
      "status": "shipped",
      "shippedDate": "2016-08",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_Nougat",
          "title": "Android Nougat — Wikipedia"
        },
        {
          "url": "https://developer.android.com/ndk/guides/graphics",
          "title": "Vulkan graphics — Android Developers"
        }
      ]
    },
    {
      "slug": "android-n-seamless-updates",
      "year": 2016,
      "title": "Seamless (A/B) system updates",
      "category": "Android",
      "announced": "Android N would introduce seamless background updates using A/B system partitions, eliminating the 'Android is upgrading' wait screen for all Android users.",
      "reality": "Seamless updates shipped in Android 7.0 on Pixel/Nexus only. For years (2016–2020) most major OEMs including Samsung, the largest Android maker, refused to adopt A/B updates due to storage overhead. Broader OEM adoption only became near-universal around 2021 once Project Mainline pressure mounted. The promise of universal seamless Android updates took ~5 years to roughly materialize.",
      "status": "scaled-back",
      "shippedDate": "2016-10",
      "killedDate": null,
      "notes": "Pitched as the new Android default; was effectively Pixel-only for years and Samsung in particular held out. Eventually broadly adopted but well past the implied I/O 2016 timeline.",
      "sources": [
        {
          "url": "https://source.android.com/docs/core/ota/ab",
          "title": "A/B (Seamless) System Updates — AOSP"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Android_Nougat",
          "title": "Android Nougat — Wikipedia"
        },
        {
          "url": "https://www.androidpolice.com/2021/03/16/samsung-still-not-using-seamless-updates/",
          "title": "Samsung still doesn't use seamless updates — Android Police"
        }
      ]
    },
    {
      "slug": "google-cast-presentation-api",
      "year": 2016,
      "title": "Google Cast / Presentation API for the web",
      "category": "Web",
      "announced": "New web Presentation API allowing any website to cast to Chromecast and other Cast receivers from Chrome on Android without the Cast extension.",
      "reality": "Shipped in Chrome on Android in 2016/2017 and remains a W3C standard.",
      "status": "shipped",
      "shippedDate": "2016-08",
      "killedDate": null,
      "notes": "Older Presentation API methods on insecure origins are deprecated.",
      "sources": [
        {
          "url": "https://developer.chrome.com/blog/presentation-api",
          "title": "Google Cast for Chrome on Android"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Google_Cast",
          "title": "Google Cast — Wikipedia"
        }
      ]
    },
    {
      "slug": "google-cardboard-2",
      "year": 2016,
      "title": "Google Cardboard (continued investment)",
      "category": "AR/VR",
      "announced": "Continued promotion of Cardboard as the gateway to mobile VR alongside Daydream, with 50M+ Cardboard apps installed and education partnerships highlighted.",
      "reality": "Google open-sourced the Cardboard SDK in November 2019. Google stopped selling Cardboard viewers in the Google Store in March 2021, ending official hardware support.",
      "status": "killed",
      "shippedDate": "2014-06",
      "killedDate": "2021-03",
      "notes": "Open-source code is still on GitHub but Google no longer ships or sells it.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Cardboard",
          "title": "Google Cardboard — Wikipedia"
        },
        {
          "url": "https://www.androidpolice.com/2021/03/03/google-finally-stops-selling-cardboard-vr-goggles/",
          "title": "Google finally stops selling Cardboard VR goggles — Android Police"
        }
      ]
    },
    {
      "slug": "android-n-doze-on-the-go",
      "year": 2016,
      "title": "Doze on the Go (extended Doze battery saving)",
      "category": "Android",
      "announced": "Android N would extend Doze mode — previously only when the device was stationary — to also work when the phone was in a pocket on the move, promising significant battery savings for all users.",
      "reality": "Doze on the Go shipped with Android 7.0 Nougat in August 2016 and remains part of Android's power-saving stack, though it has been largely superseded by App Standby Buckets (Android 9+) and adaptive battery features.",
      "status": "shipped",
      "shippedDate": "2016-08",
      "killedDate": null,
      "notes": "Less talked-about today but the underlying mechanism is still in AOSP.",
      "sources": [
        {
          "url": "https://developer.android.com/training/monitoring-device-state/doze-standby",
          "title": "Optimize for Doze and App Standby — Android Developers"
        },
        {
          "url": "https://www.androidauthority.com/android-7-0-doze-mode-697760/",
          "title": "Android 7.0's improved Doze mode — Android Authority"
        }
      ]
    },
    {
      "slug": "google-play-family",
      "year": 2016,
      "title": "Google Play Family Library",
      "category": "Other",
      "announced": "New Family Library letting up to six family members share Play Store app, game, movie, TV, and book purchases, with launch promised 'in the coming months.'",
      "reality": "Family Library launched July 2016 for movies/TV/books and was extended to apps and games in mid-2016. The feature still exists in 2026 but excludes many app categories (notably in-app purchases and most subscriptions), making the sharing promise narrower in practice than pitched.",
      "status": "scaled-back",
      "shippedDate": "2016-07",
      "killedDate": null,
      "notes": "Shipped but with significant carve-outs — many paid apps and most in-app purchases / subscriptions are not shareable, undermining the 'family' pitch.",
      "sources": [
        {
          "url": "https://support.google.com/googleplay/answer/7007852",
          "title": "Share Play purchases with your family — Google Play Help"
        },
        {
          "url": "https://9to5google.com/2016/07/01/google-play-family-library-launches/",
          "title": "Google Play Family Library launches — 9to5Google"
        }
      ]
    },
    {
      "slug": "google-lens",
      "year": 2017,
      "title": "Google Lens",
      "category": "AI",
      "announced": "Google unveiled Lens as a new computer-vision feature that would let users point their camera at objects (flowers, storefronts, Wi-Fi labels) to identify them and take action via Assistant and Photos — pitched as the ubiquitous AI-camera.",
      "reality": "Lens shipped on the Pixel 2 in October 2017, expanded to Google Photos on Android in March 2018, and became a standalone app in June 2018. While the underlying tech persists across Chrome and Photos, the Lens brand has been substantially overshadowed by Circle to Search (2024) and Gemini Live's visual modes (2024-2025). The 'ubiquitous AI-camera' product pitch never materialized at the scope and ubiquity promised.",
      "status": "scaled-back",
      "shippedDate": "2017-10",
      "killedDate": null,
      "notes": "Tech survived but Lens-the-product is being absorbed into Circle to Search and Gemini.",
      "sources": [
        {
          "url": "https://blog.google/innovation-and-ai/technology/developers-tools/all-io17-announcements/",
          "title": "All 101 announcements from Google I/O 2017"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Google_Lens",
          "title": "Google Lens — Wikipedia"
        }
      ]
    },
    {
      "slug": "google-assistant-ios",
      "year": 2017,
      "title": "Google Assistant on iPhone",
      "category": "Assistant",
      "announced": "Google promised to bring the Assistant to iOS as a standalone app, expanding it beyond Android and Google Home.",
      "reality": "The Google Assistant iOS app shipped in the US App Store in May 2017. In March 2025 Google announced Assistant would be discontinued on mobile in favor of Gemini, with the iOS app removed by March 2026. Product line being entirely retired.",
      "status": "killed",
      "shippedDate": "2017-05",
      "killedDate": "2026-03",
      "notes": "Shipped on time, replaced by Gemini ~9 years later.",
      "sources": [
        {
          "url": "https://blog.google/innovation-and-ai/technology/developers-tools/all-io17-announcements/",
          "title": "All 101 announcements from Google I/O 2017"
        },
        {
          "url": "https://www.ghacks.net/2025/11/24/google-assistant-to-be-discontinued-by-march-2026/",
          "title": "Google Assistant to be discontinued by March 2026"
        }
      ]
    },
    {
      "slug": "google-for-jobs",
      "year": 2017,
      "title": "Google for Jobs",
      "category": "Search",
      "announced": "A suite of products including a jobs search experience inside Google Search and the Cloud Jobs API, partnered with LinkedIn, Monster, CareerBuilder, Glassdoor, and Facebook — pitched as an ambitious recruitment platform.",
      "reality": "The organic Search jobs experience shipped in June 2017 and is still live. The Cloud Talent Solution / Job Discovery API was largely deprecated (v2 sunset 2018). A paid 'Google Job Ads' product entered alpha in 2023 and was killed in Q1 2024 before public launch. The full recruitment-platform vision never materialized.",
      "status": "scaled-back",
      "shippedDate": "2017-06",
      "killedDate": null,
      "notes": "Organic SERP feature lives on; broader recruitment platform vision failed.",
      "sources": [
        {
          "url": "https://blog.radancy.com/2024/05/29/google-for-jobs-paid-ads-to-be-discontinued/",
          "title": "Google for Jobs Paid Ads Discontinued"
        },
        {
          "url": "https://www.alexanderchukovski.com/google-is-killing-google-job-ads-before-it-went-live/",
          "title": "Google killing the Job Ads product"
        }
      ]
    },
    {
      "slug": "google-ai",
      "year": 2017,
      "title": "Google.ai (AI-first pivot)",
      "category": "AI",
      "announced": "Sundar Pichai declared Google was moving from 'mobile-first to AI-first', and unveiled google.ai as the umbrella for Google's AI research, tooling, and applied work.",
      "reality": "google.ai launched as a portal and the AI-first framing has defined Google ever since. Google Brain merged with DeepMind in April 2023 to form Google DeepMind. The AI-first pivot has been Google's defining strategic bet of the past decade.",
      "status": "shipped",
      "shippedDate": "2017-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/innovation-and-ai/technology/developers-tools/all-io17-announcements/",
          "title": "All 101 announcements from Google I/O 2017"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Google_AI",
          "title": "Google AI — Wikipedia"
        }
      ]
    },
    {
      "slug": "automl",
      "year": 2017,
      "title": "AutoML",
      "category": "Cloud",
      "announced": "Neural networks that design other neural networks — pitched as letting non-experts build production ML models by automating architecture search, democratizing ML.",
      "reality": "Cloud AutoML launched in January 2018 (Vision) and expanded into Translation, Natural Language, Tables. The 'design your own model' pitch for non-experts barely materialized. AutoML was folded into Vertex AI for enterprise users; several legacy capabilities migrated to Gemini tuning, with Vertex AI Data Labeling deprecated July 2024. The democratized ML vision never reached the broad audience Google sold.",
      "status": "scaled-back",
      "shippedDate": "2018-01",
      "killedDate": null,
      "notes": "Enterprise-only inside Vertex AI; original democratization pitch failed.",
      "sources": [
        {
          "url": "https://blog.google/innovation-and-ai/technology/developers-tools/all-io17-announcements/",
          "title": "All 101 announcements from Google I/O 2017"
        },
        {
          "url": "https://cloud.google.com/automl",
          "title": "Vertex AI / AutoML — Google Cloud"
        }
      ]
    },
    {
      "slug": "cloud-tpu-v2",
      "year": 2017,
      "title": "Cloud TPU (second generation)",
      "category": "Cloud",
      "announced": "Google announced TPU v2 — its first cloud-available custom AI chip capable of both training and inference, available on Google Compute Engine.",
      "reality": "Cloud TPU v2 entered beta in February 2018. The TPU program has continuously shipped through v3, v4, v5, Trillium (v6), and Ironwood (v7/v8), and now underpins Gemini and most internal Google AI workloads.",
      "status": "shipped",
      "shippedDate": "2018-02",
      "killedDate": null,
      "notes": "Arguably the single most consequential I/O 2017 launch.",
      "sources": [
        {
          "url": "https://cloud.google.com/blog/transform/ai-specialized-chips-tpu-history-gen-ai",
          "title": "TPU transformation: A look back at 10 years"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Tensor_Processing_Unit",
          "title": "Tensor Processing Unit — Wikipedia"
        }
      ]
    },
    {
      "slug": "tensorflow-research-cloud",
      "year": 2017,
      "title": "TensorFlow Research Cloud",
      "category": "AI",
      "announced": "Google promised free access to a cluster of 1,000 Cloud TPUs for top researchers working on open ML problems.",
      "reality": "Launched as TensorFlow Research Cloud, later renamed TPU Research Cloud (TRC). Still operational, now supporting TensorFlow, PyTorch, JAX, and Julia.",
      "status": "rebranded",
      "shippedDate": "2017-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://research.google/blog/introducing-the-tensorflow-research-cloud/",
          "title": "Introducing the TensorFlow Research Cloud"
        },
        {
          "url": "https://sites.research.google/trc/about/",
          "title": "TPU Research Cloud — About"
        }
      ]
    },
    {
      "slug": "android-oreo",
      "year": 2017,
      "title": "Android O (Oreo)",
      "category": "Android",
      "announced": "Google previewed Android O with picture-in-picture, notification dots, autofill, smart text selection, and battery improvements.",
      "reality": "Android 8.0 Oreo was officially released on August 21, 2017, on time and with the announced features. 8.1 followed in December 2017.",
      "status": "shipped",
      "shippedDate": "2017-08",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/innovation-and-ai/technology/developers-tools/all-io17-announcements/",
          "title": "All 101 announcements from Google I/O 2017"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Android_Oreo",
          "title": "Android Oreo — Wikipedia"
        }
      ]
    },
    {
      "slug": "project-treble",
      "year": 2017,
      "title": "Project Treble",
      "category": "Android",
      "announced": "An Android modularization effort to separate the OS framework from vendor-specific code, promised to speed up OEM updates dramatically.",
      "reality": "Shipped with Android 8.0 in August 2017. By 2019 Google reported it cut average upgrade time by 3+ months and Android Pie's adoption beat Oreo's. The architecture still underpins Android updates today, though Android updates still lag iOS substantially across most OEMs.",
      "status": "shipped",
      "shippedDate": "2017-08",
      "killedDate": null,
      "notes": "Real, measurable success at the architectural level.",
      "sources": [
        {
          "url": "https://android-developers.googleblog.com/2018/05/faster-adoption-with-project-treble.html",
          "title": "Faster Adoption with Project Treble"
        },
        {
          "url": "https://9to5google.com/2019/10/23/android-update-treble/",
          "title": "Google details Project Treble's impact"
        }
      ]
    },
    {
      "slug": "android-go",
      "year": 2017,
      "title": "Android Go",
      "category": "Android",
      "announced": "A lightweight Android configuration for entry-level devices with 512MB–1GB of RAM, optimized for emerging markets and lightweight versions of Google apps.",
      "reality": "First Android Go device (Alcatel 1X) shipped February 2018. Android (Go edition) has been released for every major Android version since, with 15 (Go) released in October 2024. Over 500 OEMs have launched 1,600+ Go-edition models in 180+ countries.",
      "status": "shipped",
      "shippedDate": "2018-02",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_Go",
          "title": "Android Go — Wikipedia"
        },
        {
          "url": "https://www.android.com/versions/go-edition/",
          "title": "Android (Go edition)"
        }
      ]
    },
    {
      "slug": "kotlin-first-class",
      "year": 2017,
      "title": "Kotlin as a first-class Android language",
      "category": "Developer",
      "announced": "Google announced first-class support for Kotlin alongside Java and C++ in Android, with built-in support in Android Studio 3.0.",
      "reality": "Android Studio 3.0 shipped in October 2017 with Kotlin out of the box. At I/O 2019 Google declared Android development 'Kotlin-first' and Kotlin is now the dominant Android language.",
      "status": "shipped",
      "shippedDate": "2017-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://android-developers.googleblog.com/2017/05/android-announces-support-for-kotlin.html",
          "title": "Android Announces Support for Kotlin"
        },
        {
          "url": "https://techcrunch.com/2019/05/07/kotlin-is-now-googles-preferred-language-for-android-app-development/",
          "title": "Kotlin is now Google's preferred language for Android"
        }
      ]
    },
    {
      "slug": "android-instant-apps-ga",
      "year": 2017,
      "title": "Android Instant Apps (general availability)",
      "category": "Android",
      "announced": "Google opened Instant Apps to all developers, promising users could run apps without installing them via deep links.",
      "reality": "Shipped to all developers in May 2017. Developer adoption never materialized. Google announced in 2025 that Android Instant Apps would be discontinued in December 2025.",
      "status": "killed",
      "shippedDate": "2017-05",
      "killedDate": "2025-12",
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/innovation-and-ai/technology/developers-tools/all-io17-announcements/",
          "title": "All 101 announcements from Google I/O 2017"
        },
        {
          "url": "https://www.androidauthority.com/google-killing-android-instant-apps-3567211/",
          "title": "Google is killing Android Instant Apps"
        }
      ]
    },
    {
      "slug": "android-things-preview",
      "year": 2017,
      "title": "Android Things (developer preview)",
      "category": "Other",
      "announced": "Google's IoT operating system in developer preview, promised to be fully released later in 2017 with thousands of developers from 60+ countries already engaged.",
      "reality": "Released for production in May 2018 (a year late), but Google restricted it to smart speakers/displays in 2019. The Console stopped accepting new projects January 5, 2021, and shut down completely January 5, 2022.",
      "status": "killed",
      "shippedDate": "2018-05",
      "killedDate": "2022-01",
      "notes": null,
      "sources": [
        {
          "url": "https://9to5google.com/2020/12/17/android-things-shutdown/",
          "title": "Google finalizes shutdown of Android Things"
        },
        {
          "url": "https://killedbygoogle.com/",
          "title": "Killed by Google"
        }
      ]
    },
    {
      "slug": "google-play-protect",
      "year": 2017,
      "title": "Google Play Protect",
      "category": "Android",
      "announced": "An always-on security suite built into Android and Play Services that automatically scans apps for threats.",
      "reality": "Began rolling out in July 2017 and remains the default Android malware scanner, now scanning 200B+ apps daily across most non-China Android devices.",
      "status": "shipped",
      "shippedDate": "2017-07",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://9to5google.com/2017/07/19/google-play-protect-rollout/",
          "title": "Google Play Protect begins rollout"
        },
        {
          "url": "https://developers.google.com/android/play-protect",
          "title": "Play Protect | Google for Developers"
        }
      ]
    },
    {
      "slug": "find-my-device-rebrand",
      "year": 2017,
      "title": "Find My Device (rebrand of Android Device Manager)",
      "category": "Android",
      "announced": "A new app for locating, ringing, locking, and erasing lost Android devices.",
      "reality": "Shipped in 2017 as the rebrand of Android Device Manager. The crowdsourced Bluetooth tracking network promised to compete with Apple's Find My only arrived April 2024 (7 years later), then rebranded again to 'Find Hub' in May 2025.",
      "status": "rebranded",
      "shippedDate": "2017-05",
      "killedDate": null,
      "notes": "Delivered the core promise but the competitive network came 7 years late.",
      "sources": [
        {
          "url": "https://www.androidpolice.com/google-find-my-device-guide/",
          "title": "What is Google Find Hub?"
        },
        {
          "url": "https://www.techradar.com/phones/android/android-find-my-device",
          "title": "Android Find My Device — TechRadar"
        }
      ]
    },
    {
      "slug": "android-wear-fashion-partners",
      "year": 2017,
      "title": "Android Wear (50 watches, Complications API)",
      "category": "Hardware",
      "announced": "Google touted Android Wear powering nearly 50 watches with new partners Emporio Armani, Movado, and New Balance, plus four new Complications API tools.",
      "reality": "Android Wear was renamed to Wear OS in March 2018. The platform stagnated until the Samsung partnership and Wear OS 3 in 2021. Several of the named fashion partners (Movado, New Balance) exited the smartwatch market entirely. The ambitious '50 watches' fashion ecosystem materialized then collapsed.",
      "status": "scaled-back",
      "shippedDate": "2017-05",
      "killedDate": null,
      "notes": "Rebranded to Wear OS, but the fashion-partner ecosystem was hollowed out.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Wear_OS",
          "title": "Wear OS — Wikipedia"
        },
        {
          "url": "https://www.macrumors.com/2018/03/15/android-wear-renamed-to-wear-os-by-google/",
          "title": "Android Wear Becomes 'Wear OS by Google'"
        }
      ]
    },
    {
      "slug": "android-studio-3",
      "year": 2017,
      "title": "Android Studio 3.0",
      "category": "Developer",
      "announced": "Preview of Android Studio 3.0 with Kotlin support, improved Gradle build speeds, and new Android O tooling.",
      "reality": "Released in October 2017, on time. Android Studio remains the canonical Android IDE.",
      "status": "shipped",
      "shippedDate": "2017-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://android-developers.googleblog.com/2017/05/android-announces-support-for-kotlin.html",
          "title": "Android Studio 3.0 announcement"
        },
        {
          "url": "https://blog.google/innovation-and-ai/technology/developers-tools/all-io17-announcements/",
          "title": "All 101 announcements from Google I/O 2017"
        }
      ]
    },
    {
      "slug": "architecture-components",
      "year": 2017,
      "title": "Android Architecture Components",
      "category": "Developer",
      "announced": "A new opinionated guide and libraries (Lifecycle, LiveData, Room, ViewModel) for structuring Android apps.",
      "reality": "Released as 1.0 in November 2017 and folded into Android Jetpack at I/O 2018. Architecture Components are now the standard recommended way to build Android apps.",
      "status": "rebranded",
      "shippedDate": "2017-11",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://venturebeat.com/business/google-launches-android-jetpack-a-set-of-components-to-speed-up-app-development/",
          "title": "Google launches Android Jetpack"
        },
        {
          "url": "https://developer.android.com/jetpack",
          "title": "Android Jetpack"
        }
      ]
    },
    {
      "slug": "tensorflow-lite",
      "year": 2017,
      "title": "TensorFlow Lite",
      "category": "AI",
      "announced": "A preview of a slimmer TensorFlow runtime for on-device ML on Android and embedded devices.",
      "reality": "Developer preview released November 2017; TensorFlow Lite 1.0 shipped at TF Dev Summit 2019. Renamed to LiteRT in late 2024. Now the standard on-device ML runtime across Android.",
      "status": "rebranded",
      "shippedDate": "2017-11",
      "killedDate": null,
      "notes": "TFLite → LiteRT rebrand confirmed; delivers original promise under new name.",
      "sources": [
        {
          "url": "https://venturebeat.com/ai/google-launches-tensorflow-lite-1-0-for-mobile-and-embeddable-devices",
          "title": "Google launches TensorFlow Lite 1.0"
        },
        {
          "url": "https://www.tensorflow.org/lite",
          "title": "TensorFlow Lite (LiteRT)"
        }
      ]
    },
    {
      "slug": "android-nnapi",
      "year": 2017,
      "title": "Android Neural Networks API",
      "category": "AI",
      "announced": "A new low-level Android API for accelerating on-device ML inference using available hardware (GPU, DSP, NPU).",
      "reality": "Shipped in Android 8.1 in December 2017. Maintained for years but Google announced in 2024 that NNAPI would be deprecated in Android 15 in favor of vendor TFLite delegates.",
      "status": "killed",
      "shippedDate": "2017-12",
      "killedDate": "2024-09",
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/innovation-and-ai/technology/developers-tools/all-io17-announcements/",
          "title": "All 101 announcements from Google I/O 2017"
        },
        {
          "url": "https://developer.android.com/ndk/guides/neuralnetworks",
          "title": "Android Neural Networks API"
        }
      ]
    },
    {
      "slug": "smart-reply-gmail",
      "year": 2017,
      "title": "Smart Reply in Gmail (and Inbox)",
      "category": "Workspace",
      "announced": "Three machine-learning-generated suggested replies surfaced inline in Gmail and Inbox for Android and iOS.",
      "reality": "Rolled out to Gmail in May 2017. Inbox by Gmail (the original home for ML 'smart' features) was killed April 2019. Smart Reply technology persists in Gmail, but the original brand and home have been absorbed into Gemini-powered contextual Smart Replies launched September 2024. The 'Smart' framing has been retired.",
      "status": "scaled-back",
      "shippedDate": "2017-05",
      "killedDate": null,
      "notes": "Inbox app killed; Smart Reply rebranded into Gemini-powered features.",
      "sources": [
        {
          "url": "https://blog.research.google/2017/05/efficient-smart-reply-now-for-gmail.html",
          "title": "Efficient Smart Reply, now for Gmail"
        },
        {
          "url": "https://workspaceupdates.googleblog.com/2024/09/contextual-smart-replies.html",
          "title": "Gemini-powered contextual Smart Replies"
        }
      ]
    },
    {
      "slug": "photos-shared-libraries",
      "year": 2017,
      "title": "Google Photos: Shared Libraries (Partner Sharing)",
      "category": "Photos",
      "announced": "A new feature to automatically share your full photo library, or a filtered subset, with a chosen partner.",
      "reality": "Launched in 2017 and is still active as 'Partner Sharing'. Quietly downgraded in late 2024 to exclude photos from non-Google camera apps by default.",
      "status": "scaled-back",
      "shippedDate": "2017-07",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://support.google.com/photos/answer/7378858",
          "title": "Set up partner sharing — Google Photos Help"
        },
        {
          "url": "https://www.androidpolice.com/google-photos-quietly-downgrades-partner-sharing-limitation/",
          "title": "Google Photos quietly downgrades partner sharing"
        }
      ]
    },
    {
      "slug": "photos-suggested-sharing",
      "year": 2017,
      "title": "Google Photos: Suggested Sharing",
      "category": "Photos",
      "announced": "ML-powered prompts that identify who's in your photos and suggest you share them with those people.",
      "reality": "Shipped in 2017. Mostly stable but has been quietly de-emphasized in the modern Photos UI in favor of Memories and Gemini-powered features.",
      "status": "shipped",
      "shippedDate": "2017-07",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/innovation-and-ai/technology/developers-tools/all-io17-announcements/",
          "title": "All 101 announcements from Google I/O 2017"
        },
        {
          "url": "https://support.google.com/photos/answer/7378858",
          "title": "Google Photos sharing — Help Center"
        }
      ]
    },
    {
      "slug": "photos-photo-books",
      "year": 2017,
      "title": "Google Photos: Photo Books",
      "category": "Photos",
      "announced": "Printed photo books orderable from Google Photos: $9.99 softcover and $19.99 hardcover 20-page editions in the US, pitched as a flagship monetization play.",
      "reality": "Launched in 2017 but remained a small niche feature. A related monthly Photo Prints subscription was killed in June 2020 after only four months. Photo books still exist but the mainstream consumer print business Google pitched never materialized.",
      "status": "scaled-back",
      "shippedDate": "2017-05",
      "killedDate": null,
      "notes": "Niche feature; never reached the mainstream Google envisioned.",
      "sources": [
        {
          "url": "https://blog.google/innovation-and-ai/technology/developers-tools/all-io17-announcements/",
          "title": "All 101 announcements from Google I/O 2017"
        },
        {
          "url": "https://www.androidpolice.com/2020/06/18/google-photos-subscription-service-for-printed-pictures-is-shutting-down/",
          "title": "Google Photos printed pictures shutting down"
        }
      ]
    },
    {
      "slug": "google-home-hands-free",
      "year": 2017,
      "title": "Hands-free calling on Google Home",
      "category": "Hardware",
      "announced": "Free hands-free voice calls from Google Home to any US/Canada landline or mobile number, via 'Hey Google, call…'",
      "reality": "Rolled out in August 2017, three months after announcement. Feature still technically exists on Google Home / Nest speakers, but has been steadily de-emphasized and is hidden behind layers of setup; never expanded broadly beyond US/Canada as pitched.",
      "status": "scaled-back",
      "shippedDate": "2017-08",
      "killedDate": null,
      "notes": "Region-limited, de-emphasized, never reached the mainstream pitched.",
      "sources": [
        {
          "url": "https://9to5google.com/2017/08/16/google-home-hands-free-calls-live/",
          "title": "Hands-free calling rolling out to Google Home"
        },
        {
          "url": "https://blog.google/innovation-and-ai/technology/developers-tools/all-io17-announcements/",
          "title": "All 101 announcements from Google I/O 2017"
        }
      ]
    },
    {
      "slug": "home-proactive-multiuser",
      "year": 2017,
      "title": "Google Home: Proactive Assistance & Multi-user",
      "category": "Assistant",
      "announced": "Proactive notifications (flight delays, traffic, reminders) and multi-user Voice Match identifying up to six household members.",
      "reality": "Voice Match rolled out in April 2017 and proactive notifications shipped in late 2017. Both are still part of Google Home / Nest, though the entire Assistant platform is being wound down for Gemini.",
      "status": "shipped",
      "shippedDate": "2017-04",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://voicebot.ai/2017/04/21/google-home-can-now-distinguish-multiple-users-voice/",
          "title": "Google Home distinguishes users by voice"
        },
        {
          "url": "https://www.macrumors.com/2017/04/21/google-home-smart-speaker-multiple-users/",
          "title": "Google Home Supports Multiple Users"
        }
      ]
    },
    {
      "slug": "actions-on-google",
      "year": 2017,
      "title": "Actions on Google on Android & iOS (Conversational Actions)",
      "category": "Assistant",
      "announced": "Third-party Actions running inside Google Assistant on phones, with a new developer console, app directory, and shortcuts.",
      "reality": "Shipped in 2017. Google killed Conversational Actions on June 13, 2023, after years of low adoption, redirecting developers to Android App Actions instead.",
      "status": "killed",
      "shippedDate": "2017-05",
      "killedDate": "2023-06",
      "notes": null,
      "sources": [
        {
          "url": "https://developers.google.com/assistant/ca-sunset",
          "title": "Conversational Actions sunset overview"
        },
        {
          "url": "https://www.androidpolice.com/google-shutting-down-assistant-conversational-actions-app-actions-for-android/",
          "title": "Google shutting down Conversational Actions"
        }
      ]
    },
    {
      "slug": "actions-transactions",
      "year": 2017,
      "title": "Transactions and payments in Assistant",
      "category": "Assistant",
      "announced": "Voice-driven transactions on Assistant for phones: ordering, reservations, and fingerprint-authenticated payments.",
      "reality": "Shipped later in 2017. Transactions for Conversational Actions ended in most of Europe in May 2022; the global Conversational Actions sunset in June 2023 effectively retired the broader feature.",
      "status": "killed",
      "shippedDate": "2017-11",
      "killedDate": "2023-06",
      "notes": null,
      "sources": [
        {
          "url": "https://voicebot.ai/2022/03/23/google-is-ending-transactions-for-conversational-actions-in-most-of-europe/",
          "title": "Google Ending Transactions in Europe"
        },
        {
          "url": "https://developers.google.com/assistant/ca-sunset",
          "title": "Conversational Actions sunset"
        }
      ]
    },
    {
      "slug": "google-assistant-sdk",
      "year": 2017,
      "title": "Google Assistant SDK",
      "category": "Assistant",
      "announced": "An SDK letting third parties embed Google Assistant in any hardware (Raspberry Pi, appliances, cars), including hotword 'Ok Google' triggering.",
      "reality": "Initial SDK shipped April 2017. Used by some third-party devices (Audi, Volvo, LG, GE). The whole Google Assistant platform is being retired in 2026 in favor of Gemini.",
      "status": "killed",
      "shippedDate": "2017-04",
      "killedDate": "2026-03",
      "notes": "SDK retired with the broader Assistant sunset.",
      "sources": [
        {
          "url": "https://9to5google.com/2017/04/27/google-assistant-sdk/",
          "title": "Google Assistant SDK launching"
        },
        {
          "url": "https://www.ghacks.net/2025/11/24/google-assistant-to-be-discontinued-by-march-2026/",
          "title": "Google Assistant to be discontinued by March 2026"
        }
      ]
    },
    {
      "slug": "assistant-languages",
      "year": 2017,
      "title": "Google Assistant language expansion",
      "category": "Assistant",
      "announced": "Assistant expanding to Brazilian Portuguese, French, German, Japanese in summer 2017, plus Italian, Korean and Spanish by year-end.",
      "reality": "All promised languages shipped on or near schedule. Now moot — Assistant being retired for Gemini.",
      "status": "shipped",
      "shippedDate": "2017-11",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/products/assistant/google-assistant-on-phones-now-in-new-languages/",
          "title": "Google Assistant in Spanish and Italian"
        },
        {
          "url": "https://blog.google/innovation-and-ai/technology/developers-tools/all-io17-announcements/",
          "title": "All 101 announcements from Google I/O 2017"
        }
      ]
    },
    {
      "slug": "standalone-daydream-2017",
      "year": 2017,
      "title": "Standalone Daydream VR headsets (HTC, Lenovo)",
      "category": "AR/VR",
      "announced": "All-in-one VR headsets running Google's Daydream platform, built by HTC and Lenovo on a Qualcomm reference design, with no phone or PC required.",
      "reality": "HTC pulled out. Lenovo Mirage Solo with Daydream shipped May 2018, was discontinued in 2019, and Google abandoned the entire Daydream VR platform in October 2019.",
      "status": "killed",
      "shippedDate": "2018-05",
      "killedDate": "2019-10",
      "notes": "One of the more embarrassing I/O 2017 announcements in retrospect.",
      "sources": [
        {
          "url": "https://www.androidpolice.com/2021/02/09/googles-daydream-is-over-the-vr-platform-is-dead/",
          "title": "Google's Daydream is over"
        },
        {
          "url": "https://killedby.tech/google/google-daydream/",
          "title": "Google Daydream — Killed by Google"
        }
      ]
    },
    {
      "slug": "worldsense",
      "year": 2017,
      "title": "WorldSense positional tracking",
      "category": "AR/VR",
      "announced": "Inside-out 6DoF positional tracking technology for standalone Daydream headsets, no external sensors required.",
      "reality": "Shipped on the Lenovo Mirage Solo in May 2018, the only WorldSense device ever made. Discontinued with Daydream in 2019.",
      "status": "killed",
      "shippedDate": "2018-05",
      "killedDate": "2019-10",
      "notes": null,
      "sources": [
        {
          "url": "https://techcrunch.com/2018/05/04/review-lenovo-mirage-solo-headset-with-google-worldsense-tracking/",
          "title": "Review: Lenovo Mirage Solo with WorldSense"
        },
        {
          "url": "https://killedby.tech/google/google-daydream/",
          "title": "Google Daydream — Killed by Google"
        }
      ]
    },
    {
      "slug": "vps",
      "year": 2017,
      "title": "Visual Positioning Service (VPS)",
      "category": "Maps",
      "announced": "Demoed as an indoor location technology that could identify a precise position by matching the camera view to known visual features — pitched for navigating inside stores and malls.",
      "reality": "The indoor VPS concept never shipped as demonstrated. Google later repurposed 'VPS' for outdoor AR navigation, shipping as Live View in Google Maps (2019) and the ARCore Geospatial API (May 2022). The original indoor-navigation pitch was abandoned.",
      "status": "scaled-back",
      "shippedDate": "2019-08",
      "killedDate": null,
      "notes": "Original indoor demo never materialized; the brand was repurposed.",
      "sources": [
        {
          "url": "https://research.google/blog/using-global-localization-to-improve-navigation/",
          "title": "Using Global Localization to Improve Navigation"
        },
        {
          "url": "https://blog.google/innovation-and-ai/technology/developers-tools/all-io17-announcements/",
          "title": "All 101 announcements from Google I/O 2017"
        }
      ]
    },
    {
      "slug": "expeditions-ar",
      "year": 2017,
      "title": "Expeditions AR (Pioneer Program)",
      "category": "AR/VR",
      "announced": "AR field trips for classrooms via Tango-enabled phones, launching as a school Pioneer Program in fall 2017.",
      "reality": "Tango shut down in March 2018 and Expeditions AR shifted to ARCore. Expeditions AR became available on iOS and Android in May 2018. The entire Expeditions app was killed June 30, 2021.",
      "status": "killed",
      "shippedDate": "2017-09",
      "killedDate": "2021-06",
      "notes": null,
      "sources": [
        {
          "url": "https://9to5google.com/2020/11/13/google-expeditions/",
          "title": "Google shutting down Expeditions app"
        },
        {
          "url": "https://support.google.com/edu/expeditions/answer/10892826",
          "title": "Expeditions & Tour Creator no longer available"
        }
      ]
    },
    {
      "slug": "arcore-from-tango",
      "year": 2017,
      "title": "Tango (eventually replaced by ARCore)",
      "category": "AR/VR",
      "announced": "Continued investment in Tango AR (depth-sensing on ASUS ZenFone AR, Expeditions AR, VPS).",
      "reality": "Google quietly killed Tango in December 2017 and replaced it with ARCore (announced August 2017, GA February 2018). ARCore became the standard Android AR runtime and is still active.",
      "status": "rebranded",
      "shippedDate": "2018-02",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://techcrunch.com/2017/12/15/google-kills-its-tango-augmented-reality-platform-shifting-focus-to-arcore/",
          "title": "Google kills its Tango AR platform"
        },
        {
          "url": "https://www.tomshardware.com/news/google-kills-tango-focuses-arcore,36134.html",
          "title": "Google Shutting Down Tango, Focuses on ARCore"
        }
      ]
    },
    {
      "slug": "webar-experiment",
      "year": 2017,
      "title": "Experimental Chromium build with AR API for web",
      "category": "Web",
      "announced": "An experimental Chromium build with augmented-reality APIs for the web, paving the way for AR on the open web.",
      "reality": "Eventually evolved into the WebXR Device API, which shipped in Chrome 79 (December 2019) — over 2 years late from the 2017 demo. Now a W3C standard but with limited practical AR adoption on the open web.",
      "status": "shipped-late",
      "shippedDate": "2019-12",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/innovation-and-ai/technology/developers-tools/all-io17-announcements/",
          "title": "All 101 announcements from Google I/O 2017"
        },
        {
          "url": "https://developer.mozilla.org/en-US/docs/Web/API/WebXR_Device_API",
          "title": "WebXR Device API — MDN"
        }
      ]
    },
    {
      "slug": "youtube-super-chat",
      "year": 2017,
      "title": "YouTube Super Chat",
      "category": "Other",
      "announced": "A paid 'highlight my comment' feature in live streams, plus a developer API for real-world integrations (lights, toys, etc.).",
      "reality": "Super Chat launched January 2017 and was expanded at I/O. Still active across 60+ countries, joined by Super Stickers and Super Thanks. The developer API for real-world integrations never gained meaningful adoption.",
      "status": "scaled-back",
      "shippedDate": "2017-01",
      "killedDate": null,
      "notes": "Core paid-comment shipped; the broader developer real-world-integration API died.",
      "sources": [
        {
          "url": "https://blog.youtube/news-and-events/can-we-chat-hello-super-chat/",
          "title": "Hello Super Chat — YouTube Blog"
        },
        {
          "url": "https://techcrunch.com/2017/01/12/youtube-launches-super-chat-a-way-for-creators-to-make-money-from-their-live-streams/",
          "title": "YouTube launches Super Chat"
        }
      ]
    },
    {
      "slug": "google-cloud-iot-core",
      "year": 2017,
      "title": "Google Cloud IoT Core",
      "category": "Cloud",
      "announced": "A fully-managed service for connecting, managing, and ingesting data from IoT devices at scale on Google Cloud.",
      "reality": "Went GA in February 2018. Google announced its shutdown in August 2022 and Cloud IoT Core was fully discontinued August 16, 2023, after just over five years.",
      "status": "killed",
      "shippedDate": "2018-02",
      "killedDate": "2023-08",
      "notes": null,
      "sources": [
        {
          "url": "https://www.thestack.technology/google-cloud-iot-core-retired-killed-by-google/",
          "title": "Google killing Cloud IoT Core"
        },
        {
          "url": "https://killedbygoogle.com/",
          "title": "Killed by Google"
        }
      ]
    },
    {
      "slug": "firebase-crashlytics",
      "year": 2017,
      "title": "Crashlytics moves to Firebase",
      "category": "Developer",
      "announced": "Crashlytics (acquired with Fabric) would become Firebase's primary crash reporter.",
      "reality": "Firebase Crashlytics SDK was released, the legacy Fabric SDK was sunset November 15, 2020, and Crashlytics is now the standard crash reporter on Firebase, reaching GA on the new SDK in June 2020 — about 2.5 years late.",
      "status": "shipped-late",
      "shippedDate": "2020-06",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://9to5google.com/2018/09/14/fabric-shutting-down-next-year/",
          "title": "Fabric shutting down, Crashlytics goes to Firebase"
        },
        {
          "url": "https://firebase.blog/posts/2020/10/its-time-to-upgrade-to-new-firebase/",
          "title": "Upgrade to the New Firebase Crashlytics SDK"
        }
      ]
    },
    {
      "slug": "firebase-perf-monitoring",
      "year": 2017,
      "title": "Firebase Performance Monitoring",
      "category": "Developer",
      "announced": "A free Firebase tool for diagnosing app code and network performance issues across mobile apps.",
      "reality": "Shipped in October 2017 and is still actively maintained on iOS, Android, and Web, with SDK and Gradle plugin updates throughout 2024-2025.",
      "status": "shipped",
      "shippedDate": "2017-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://firebase.google.com/products/performance/",
          "title": "Firebase Performance Monitoring"
        },
        {
          "url": "https://blog.google/innovation-and-ai/technology/developers-tools/all-io17-announcements/",
          "title": "All 101 announcements from Google I/O 2017"
        }
      ]
    },
    {
      "slug": "chatbase",
      "year": 2017,
      "title": "Chatbase (Area 120 chatbot analytics)",
      "category": "Developer",
      "announced": "An Area 120 'Early Access' analytics product for bots integrated with API.AI/Dialogflow.",
      "reality": "Google shut down its Chatbase product. The Chatbase.co brand that exists today is an unrelated company. The original Google product is gone, with Area 120 itself wound down in 2023.",
      "status": "killed",
      "shippedDate": "2017-05",
      "killedDate": "2021-12",
      "notes": null,
      "sources": [
        {
          "url": "https://cloud.google.com/blog/products/gcp/how-to-integrate-dialogflow-with-chatbase-for-easier-bot-analytics",
          "title": "Integrate Dialogflow with Chatbase"
        },
        {
          "url": "https://killedbygoogle.com/",
          "title": "Killed by Google"
        }
      ]
    },
    {
      "slug": "google-payment-api",
      "year": 2017,
      "title": "Google Payment API",
      "category": "Web",
      "announced": "A unified API for letting users pay in apps and on the web with cards saved in their Google account.",
      "reality": "Rolled out broadly in early 2018 as part of the Google Pay rebrand. Google Pay API is still active across web, Android, and merchants.",
      "status": "rebranded",
      "shippedDate": "2018-02",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Pay_(mobile_app)",
          "title": "Google Pay — Wikipedia"
        },
        {
          "url": "https://developers.google.com/pay/api",
          "title": "Google Pay API"
        }
      ]
    },
    {
      "slug": "family-link",
      "year": 2017,
      "title": "Family Link parental controls",
      "category": "Android",
      "announced": "A new parental-controls app letting parents manage screen time, app installs, and device location for kids' Android accounts. Launched in March 2017 invite-only, expanded at I/O.",
      "reality": "Removed from invite-only in September 2017 and expanded globally. Still active in 2026 with regular feature updates including supervision for teens, school-time mode, and integration with Family Group on Google.",
      "status": "shipped",
      "shippedDate": "2017-03",
      "killedDate": null,
      "notes": "One of the few I/O 2017 launches still going strong unchanged.",
      "sources": [
        {
          "url": "https://blog.google/technology/families/family-link-now-available-in-google-play/",
          "title": "Family Link now available in Google Play"
        },
        {
          "url": "https://families.google.com/familylink/",
          "title": "Family Link — Google"
        }
      ]
    },
    {
      "slug": "google-photos-suggestions-tab",
      "year": 2017,
      "title": "Google Photos: Sharing 'Sharing' tab & overall sharing redesign",
      "category": "Photos",
      "announced": "A redesigned Sharing tab in Google Photos consolidating shared albums, suggestions, and conversations.",
      "reality": "Shipped in 2017. The Sharing tab still exists in Google Photos but its prominence has been reduced as Memories and Gemini-powered features took the marketing spotlight.",
      "status": "shipped",
      "shippedDate": "2017-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/products/photos/share-your-photos-and-shoebox-too/",
          "title": "Share your photos and shoebox too — Google Blog"
        },
        {
          "url": "https://blog.google/innovation-and-ai/technology/developers-tools/all-io17-announcements/",
          "title": "All 101 announcements from Google I/O 2017"
        }
      ]
    },
    {
      "slug": "youtube-360-tv",
      "year": 2017,
      "title": "YouTube 360° and live VR on TV",
      "category": "Other",
      "announced": "Support for 360° video and live VR streams on YouTube's TV app (Smart TVs, game consoles, streaming boxes).",
      "reality": "Rolled out in 2017 on supported TV platforms. Adoption remained niche. YouTube 360-on-TV continues to exist but the broader VR/360 content push has been largely abandoned across the industry.",
      "status": "scaled-back",
      "shippedDate": "2017-09",
      "killedDate": null,
      "notes": "Feature exists but the VR/360 category never broke out.",
      "sources": [
        {
          "url": "https://blog.youtube/news-and-events/360-and-vr-videos-headed-to-tv/",
          "title": "360 and VR videos headed to TV — YouTube"
        },
        {
          "url": "https://blog.google/innovation-and-ai/technology/developers-tools/all-io17-announcements/",
          "title": "All 101 announcements from Google I/O 2017"
        }
      ]
    },
    {
      "slug": "google-assistant-lg-partnerships",
      "year": 2017,
      "title": "Google Assistant on third-party hardware (LG, Sony, Vizio, etc.)",
      "category": "Assistant",
      "announced": "Wide third-party hardware partner program bringing Assistant to fridges (LG), TVs (Sony, Vizio), headphones, cars, and more.",
      "reality": "Many partners shipped Assistant-integrated devices in 2017-2019. With Assistant's full retirement in March 2026 for Gemini, the entire third-party hardware ecosystem is being orphaned. Most LG/Sony devices still 'work' but with reduced or migrated functionality.",
      "status": "killed",
      "shippedDate": "2017-10",
      "killedDate": "2026-03",
      "notes": "Third-party hardware ecosystem orphaned by Assistant retirement.",
      "sources": [
        {
          "url": "https://blog.google/products/assistant/google-assistant-coming-to-more-devices/",
          "title": "Google Assistant coming to more devices"
        },
        {
          "url": "https://www.ghacks.net/2025/11/24/google-assistant-to-be-discontinued-by-march-2026/",
          "title": "Google Assistant to be discontinued by March 2026"
        }
      ]
    },
    {
      "slug": "google-home-spotify-bluetooth",
      "year": 2017,
      "title": "Google Home: Bluetooth audio + Spotify free + Soundcloud + Deezer",
      "category": "Hardware",
      "announced": "Google Home gaining Bluetooth audio output, support for free Spotify accounts, plus Soundcloud and Deezer.",
      "reality": "Bluetooth output and the music service additions shipped in late 2017. Features remain on Nest speakers; the broader audio integration story has been steady but unremarkable.",
      "status": "shipped",
      "shippedDate": "2017-08",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/products/google-nest/google-home-getting-better-every-day/",
          "title": "Google Home getting better every day"
        },
        {
          "url": "https://blog.google/innovation-and-ai/technology/developers-tools/all-io17-announcements/",
          "title": "All 101 announcements from Google I/O 2017"
        }
      ]
    },
    {
      "slug": "google-duplex",
      "year": 2018,
      "title": "Google Duplex",
      "category": "AI",
      "announced": "An AI that calls businesses on your behalf, demoed booking a hair-salon appointment and restaurant reservation with shockingly natural speech (including 'um' and 'mm-hmm'). Pichai framed it as a glimpse at a future general-purpose conversational AI.",
      "reality": "Launched on Pixel phones in November 2018, narrowly limited to restaurant reservations in a handful of US cities. A 'Duplex on the Web' expansion in 2019 was killed in December 2022. The voice-calling sliver still technically exists for restaurant bookings but never became anything close to the general-purpose conversational agent the demo implied — it's now a footnote next to Gemini.",
      "status": "scaled-back",
      "shippedDate": "2018-11",
      "killedDate": "2022-12",
      "notes": "The viral demo was effectively orphaned; Duplex on the Web was killed Dec 2022 and the rest has been swallowed by Gemini's voice features.",
      "sources": [
        {
          "url": "https://blog.google/technology/ai/google-duplex-ai-system-complex-conversational-tasks/",
          "title": "Google Duplex: An AI System for Accomplishing Real-World Tasks Over the Phone"
        },
        {
          "url": "https://techcrunch.com/2022/12/02/google-shuts-down-duplex-on-the-web-its-attempt-to-bring-ai-smarts-to-retail-sites-and-more/",
          "title": "Google shuts down Duplex on the Web"
        }
      ]
    },
    {
      "slug": "android-9-pie",
      "year": 2018,
      "title": "Android P (Android 9 Pie)",
      "category": "Android",
      "announced": "The next Android release, billed as 'AI at the core of the OS,' with adaptive features and a new gesture navigation pill replacing the three-button bar.",
      "reality": "Released to Pixel devices on August 6, 2018 — roughly on schedule. The pill gesture nav was widely criticized as a half-measure and was replaced in Android 10 (2019) by a swipe-based system closer to iOS. The OS itself shipped at promised scope.",
      "status": "shipped",
      "shippedDate": "2018-08",
      "killedDate": null,
      "notes": "The OS shipped on time; the specific pill-shaped gesture nav was killed one year later, but the release as a whole delivered.",
      "sources": [
        {
          "url": "https://blog.google/products/android/introducing-android-9-pie/",
          "title": "Introducing Android 9 Pie"
        },
        {
          "url": "https://www.androidpolice.com/2018/05/09/android-ps-gesture-navigation-bad-google/",
          "title": "Android P's gesture navigation is bad — Android Police"
        }
      ]
    },
    {
      "slug": "adaptive-battery",
      "year": 2018,
      "title": "Adaptive Battery",
      "category": "Android",
      "announced": "A DeepMind-powered feature that learns which apps you actually use and throttles the rest to extend battery life.",
      "reality": "Shipped in Android 9 Pie in August 2018 and is still on by default across Android. Independent reviewers found gains modest but real; the feature has quietly evolved across subsequent Android releases without fanfare.",
      "status": "shipped",
      "shippedDate": "2018-08",
      "killedDate": null,
      "notes": "One of the few I/O 2018 features that delivered at promised scope and is still actively maintained.",
      "sources": [
        {
          "url": "https://blog.google/products/android/introducing-android-9-pie/",
          "title": "Introducing Android 9 Pie"
        },
        {
          "url": "https://www.androidauthority.com/digital-wellbeing-hands-on-892869/",
          "title": "Digital Wellbeing hands-on"
        }
      ]
    },
    {
      "slug": "digital-wellbeing",
      "year": 2018,
      "title": "Digital Wellbeing (Dashboard, App Timer, Wind Down)",
      "category": "Android",
      "announced": "Tools to help users see and limit time on their phone: a usage Dashboard, per-app timers, Wind Down grayscale at night, and improved Do Not Disturb.",
      "reality": "Launched in beta with Android 9 Pie in fall 2018 and rolled out broadly in 2019. Features still nominally exist but have received essentially no meaningful updates in years; 2026 coverage explicitly noted Google has let the suite stagnate while pivoting attention to Gemini.",
      "status": "scaled-back",
      "shippedDate": "2018-09",
      "killedDate": null,
      "notes": "Shipped on time but unambiguously de-emphasized — the marquee anti-addiction framing is gone.",
      "sources": [
        {
          "url": "https://blog.google/technology/families/google-digital-wellbeing-tools/",
          "title": "Google Digital Wellbeing tools"
        },
        {
          "url": "https://9to5google.com/2026/02/20/google-has-ignored-androids-digital-wellbeing-tools-for-years-so-whats-next/",
          "title": "Google has ignored Android's Digital Wellbeing tools for years"
        }
      ]
    },
    {
      "slug": "app-actions",
      "year": 2018,
      "title": "App Actions",
      "category": "Android",
      "announced": "A system that lets apps surface deep-link 'actions' (e.g., 'Call Mom on Duo') across the launcher, Search, Assistant, and Play Store based on context.",
      "reality": "Shipped with Android 9 Pie's actions.xml schema, but adoption was thin and the Google Search integration promised in the keynote never materialized. Google moved developers to Android Shortcuts; the original actions.xml is officially deprecated and most Assistant built-in intents were sunset in 2023.",
      "status": "scaled-back",
      "shippedDate": "2018-08",
      "killedDate": "2023-06",
      "notes": "actions.xml deprecated; surviving as a thin wrapper over Android Shortcuts. The Search integration promise was never kept.",
      "sources": [
        {
          "url": "https://developer.android.com/guide/app-actions/legacy/overview",
          "title": "App Actions (deprecated)"
        },
        {
          "url": "https://developers.google.com/assistant/ca-sunset/best-practices",
          "title": "Conversational Actions sunset"
        }
      ]
    },
    {
      "slug": "slices",
      "year": 2018,
      "title": "Slices",
      "category": "Android",
      "announced": "Interactive snippets of app UI that would appear inline inside Google Search and Assistant — e.g., a Lyft Slice showing ride prices right in Search.",
      "reality": "The androidx.slice APIs technically shipped, but the marquee Google Search integration — the entire point of the announcement — was quietly paused around 2021 and never returned. By Android 13 the feature was effectively invisible to users; the App Actions integration was marked deprecated.",
      "status": "vapor",
      "shippedDate": null,
      "killedDate": "2021-12",
      "notes": "APIs exist as a developer ghost-town. The promised Search integration never reached users — textbook vapor at promised scope.",
      "sources": [
        {
          "url": "https://developer.android.com/guide/slices",
          "title": "Slices — Android Developers"
        },
        {
          "url": "https://medium.com/@hanru.yeh/the-feature-to-show-slices-in-google-search-app-has-been-paused-a581eec53c06",
          "title": "Slices in Google Search has been paused"
        }
      ]
    },
    {
      "slug": "android-app-bundle",
      "year": 2018,
      "title": "Android App Bundle (AAB)",
      "category": "Developer",
      "announced": "A new publishing format that lets Play deliver only the code/resources each device needs, shrinking download sizes.",
      "reality": "Shipped at I/O 2018 and became mandatory for new apps on Google Play in August 2021. Over 1 million apps and the majority of the top 1,000 had adopted AAB by 2021; still the standard in 2026.",
      "status": "shipped",
      "shippedDate": "2018-05",
      "killedDate": null,
      "notes": "One of I/O 2018's only unambiguous wins.",
      "sources": [
        {
          "url": "https://android-developers.googleblog.com/2018/05/io-2018-everything-new-in-google-play.html",
          "title": "I/O 2018: Everything new in the Google Play Console"
        },
        {
          "url": "https://android-developers.googleblog.com/2021/06/the-future-of-android-app-bundles-is.html",
          "title": "The future of Android App Bundles is here"
        }
      ]
    },
    {
      "slug": "android-jetpack",
      "year": 2018,
      "title": "Android Jetpack",
      "category": "Developer",
      "announced": "A re-organized suite of libraries (AndroidX, WorkManager, Navigation, Paging, plus the existing Architecture Components) to standardize modern Android development.",
      "reality": "AndroidX 1.0 shipped in September 2018 and Jetpack has only grown since — Compose, the modern UI toolkit, became part of Jetpack and is now the default for new Android apps in 2026.",
      "status": "shipped",
      "shippedDate": "2018-09",
      "killedDate": null,
      "notes": "Delivered at promised scope and still actively maintained.",
      "sources": [
        {
          "url": "https://android-developers.googleblog.com/2018/05/use-android-jetpack-to-accelerate-your.html",
          "title": "Use Android Jetpack to Accelerate Your App Development"
        },
        {
          "url": "https://techcrunch.com/2018/05/08/android-gets-a-jetpack/",
          "title": "Android gets a Jetpack — TechCrunch"
        }
      ]
    },
    {
      "slug": "ml-kit-firebase",
      "year": 2018,
      "title": "ML Kit for Firebase",
      "category": "Developer",
      "announced": "An on-device ML SDK packaged inside Firebase for text, image, face, barcode and label recognition.",
      "reality": "Shipped in May 2018 as a Firebase beta, but in June 2020 Google split it: on-device APIs were spun out as the standalone ML Kit SDK, and the Firebase-branded on-device APIs were deprecated. The capability survived; the Firebase branding did not.",
      "status": "rebranded",
      "shippedDate": "2018-05",
      "killedDate": "2020-06",
      "notes": "Capability preserved under new name — clean rebrand.",
      "sources": [
        {
          "url": "https://firebase.blog/posts/2018/05/introducing-ml-kit-for-firebase/",
          "title": "Introducing ML Kit for Firebase"
        },
        {
          "url": "https://developers.google.com/ml-kit/migration",
          "title": "ML Kit migration guide"
        }
      ]
    },
    {
      "slug": "tpu-3",
      "year": 2018,
      "title": "TPU 3.0",
      "category": "Cloud",
      "announced": "Google's third-generation Tensor Processing Unit, 8x the performance of TPU v2 per pod, requiring liquid cooling for the first time.",
      "reality": "Delivered to Google Cloud customers in 2018–2019. TPU v3 was followed by v4 (2021), v5 (2023), Trillium/v6 (2024), and Ironwood/v7 (2025).",
      "status": "shipped",
      "shippedDate": "2018-05",
      "killedDate": null,
      "notes": "Shipped at promised scope and still the backbone of Google's AI infrastructure roadmap.",
      "sources": [
        {
          "url": "https://cloud.google.com/blog/products/ai-machine-learning/google-cloud-offers-tpus-machine-learning",
          "title": "Google Cloud announces TPU 3.0"
        },
        {
          "url": "https://www.hpcwire.com/2018/05/09/google-o-2018-ai-everywhere-tpu-3-0-delivers-100-petaflops-requires-liquid-cooling/",
          "title": "Google I/O 2018: TPU 3.0 — HPCwire"
        }
      ]
    },
    {
      "slug": "android-things-1",
      "year": 2018,
      "title": "Android Things 1.0",
      "category": "Other",
      "announced": "A stripped-down Android-based OS for IoT devices, finally reaching 1.0 with partner devices from JBL, Lenovo and LG.",
      "reality": "Within nine months (February 2019) Google had narrowed scope to smart speakers/displays only. In December 2020 Google announced shutdown; the console stopped accepting new devices Jan 5, 2021 and stopped distributing updates Jan 5, 2022.",
      "status": "killed",
      "shippedDate": "2018-05",
      "killedDate": "2022-01",
      "notes": "Classic killed-by-Google trajectory.",
      "sources": [
        {
          "url": "https://developers.googleblog.com/en/android-things-1-0-launches-today/",
          "title": "Android Things 1.0 launches"
        },
        {
          "url": "https://9to5google.com/2020/12/17/android-things-shutdown/",
          "title": "Google finalizes shutdown of Android Things"
        }
      ]
    },
    {
      "slug": "smart-displays",
      "year": 2018,
      "title": "Third-party Smart Displays with Google Assistant",
      "category": "Hardware",
      "announced": "Showcased third-party Assistant-powered smart displays from Lenovo, JBL, LG, and Sony — a category to rival Amazon's Echo Show.",
      "reality": "Lenovo Smart Display launched July 2018, JBL Link View and LG WK9 followed. Google stopped major development on the underlying OS in February 2019, shifted to its own Nest Hub line, and in April 2023 stopped issuing software updates to those third-party displays entirely.",
      "status": "killed",
      "shippedDate": "2018-07",
      "killedDate": "2023-04",
      "notes": "Third-party displays effectively abandoned; even Google's own Nest Hub line faces a murky future as Assistant is replaced by Gemini.",
      "sources": [
        {
          "url": "https://blog.google/products/assistant/io-2018-smart-display-developers/",
          "title": "Smart Displays + Google Assistant"
        },
        {
          "url": "https://9to5google.com/2023/04/07/google-assistant-smart-displays-updates/",
          "title": "Google ends updates for 3rd-party Assistant Smart Displays"
        }
      ]
    },
    {
      "slug": "wear-os-rebrand",
      "year": 2018,
      "title": "Wear OS (rebrand of Android Wear)",
      "category": "Hardware",
      "announced": "Android Wear was renamed Wear OS in March 2018 and got new I/O attention with a darker, more battery-friendly UI.",
      "reality": "Shipped as a rebrand. Wear OS stagnated badly until the 2021 Samsung partnership produced Wear OS 3 on the Galaxy Watch 4. Now it powers Pixel Watch and Galaxy Watch lines, though the I/O 2018 era of the platform was effectively a three-year fallow period.",
      "status": "rebranded",
      "shippedDate": "2018-03",
      "killedDate": null,
      "notes": "Three lost years between rebrand and Samsung relaunch; capability ultimately preserved.",
      "sources": [
        {
          "url": "https://9to5google.com/2018/03/15/google-android-wear-os-rebrand/",
          "title": "Google officially rebrands Android Wear to 'Wear OS'"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Wear_OS",
          "title": "Wear OS — Wikipedia"
        }
      ]
    },
    {
      "slug": "google-pay-rebrand",
      "year": 2018,
      "title": "Google Pay (Android Pay + Google Wallet merger)",
      "category": "Other",
      "announced": "Google folded Android Pay and Google Wallet into a single 'Google Pay' brand in early 2018, with I/O 2018 expanding it to ticketing and airline boarding passes.",
      "reality": "Rebrand shipped in February 2018. But in 2022 Google revived 'Google Wallet' as the pass-storage app while keeping Google Pay for P2P — partially undoing the consolidation. By 2024 Google Pay's standalone US app was discontinued in favor of Wallet, effectively reversing the I/O 2018 merger.",
      "status": "scaled-back",
      "shippedDate": "2018-02",
      "killedDate": "2024-06",
      "notes": "The consolidation pitched at I/O 2018 was unwound — Wallet absorbed Pay's functions in the US and the standalone Pay app was killed.",
      "sources": [
        {
          "url": "https://blog.google/products/google-pay/announcing-google-pay/",
          "title": "Announcing Google Pay"
        },
        {
          "url": "https://www.androidcentral.com/apps-software/google-wallet-rebranding-confusing-google-pay",
          "title": "The Google Wallet / Google Pay split is messy"
        }
      ]
    },
    {
      "slug": "google-news-redesign",
      "year": 2018,
      "title": "Google News redesign (AI-powered)",
      "category": "Other",
      "announced": "A relaunched Google News app combining elements of Newsstand and YouTube, with AI-driven 'For You,' 'Newscasts' and 'Full Coverage' sections.",
      "reality": "Shipped on schedule in May 2018 and replaced the old Google Play Newsstand. The app still exists but has been overshadowed by Google Discover and AI Overviews; 'Newscasts' as a distinct feature quietly faded. The ambitious AI-meets-journalism framing is gone.",
      "status": "scaled-back",
      "shippedDate": "2018-05",
      "killedDate": null,
      "notes": "Core app survives but is a husk of the I/O 2018 vision.",
      "sources": [
        {
          "url": "https://blog.google/products/news/new-google-news-ai-meets-human-intelligence/",
          "title": "The new Google News: AI meets human intelligence"
        },
        {
          "url": "https://techcrunch.com/2018/05/08/google-news-gets-an-ai-powered-redesign/",
          "title": "Google News gets an AI-powered redesign"
        }
      ]
    },
    {
      "slug": "gmail-smart-compose",
      "year": 2018,
      "title": "Smart Compose in Gmail",
      "category": "Workspace",
      "announced": "ML-powered phrase autocompletion that suggests the rest of your sentence as you type an email — pitched as a free, universal Gmail feature.",
      "reality": "Rolled out to consumer Gmail in May 2018 and to G Suite in September 2018. Later expanded to Docs (2019), Android (2019), more languages. The free Smart Compose still works in Gmail today; the more ambitious next-gen 'Help me write' lives behind paid Gemini for Workspace tiers, but the original feature delivered at promised scope.",
      "status": "shipped",
      "shippedDate": "2018-05",
      "killedDate": null,
      "notes": "One of the few unambiguous shipped-at-promised-scope wins from I/O 2018.",
      "sources": [
        {
          "url": "https://blog.google/products/gmail/subject-write-emails-faster-smart-compose-gmail/",
          "title": "Write emails faster with Smart Compose in Gmail"
        },
        {
          "url": "https://venturebeat.com/mobile/google-launches-gmail-message-scheduling-and-expands-smart-compose-to-more-devices-and-languages/",
          "title": "Google expands Smart Compose to more devices"
        }
      ]
    },
    {
      "slug": "google-tasks-relaunch",
      "year": 2018,
      "title": "Google Tasks (relaunch)",
      "category": "Workspace",
      "announced": "A revived Tasks product with a dedicated Android/iOS app, integrated with the redesigned Gmail and Calendar.",
      "reality": "Standalone apps shipped in April 2018; Tasks became a G Suite core service on June 28, 2018. Still available and has gained recurring tasks and starred lists; Reminders were merged into Tasks in 2022–2023.",
      "status": "shipped",
      "shippedDate": "2018-04",
      "killedDate": null,
      "notes": "Delivered at promised scope and consolidated rather than fragmented.",
      "sources": [
        {
          "url": "https://workspaceupdates.googleblog.com/2018/06/gmail-smart-compose-gsuite.html",
          "title": "Google Workspace Updates (June 2018)"
        },
        {
          "url": "https://www.androidpolice.com/2018/04/25/new-google-tasks-made-official-standalone-android-ios-app/",
          "title": "New Google Tasks made official"
        }
      ]
    },
    {
      "slug": "material-theming",
      "year": 2018,
      "title": "Material Theming (Material Design 2)",
      "category": "Developer",
      "announced": "A refreshed Material Design system with a Theme Editor (Sketch plugin) and customizable color/typography/shape tokens.",
      "reality": "Shipped at I/O 2018 and rolled out across Google's apps through 2018–2019. Material You/Material 3 succeeded it in 2021 and Material 3 Expressive in 2025 — the I/O 2018 system itself is obsolete but evolved into its successors rather than being killed.",
      "status": "shipped",
      "shippedDate": "2018-05",
      "killedDate": null,
      "notes": "Superseded but not killed — natural design-system evolution.",
      "sources": [
        {
          "url": "https://design.google/library/io-2018-our-definitive-guide-design",
          "title": "I/O 2018: Our definitive guide to design"
        },
        {
          "url": "https://techcrunch.com/2018/05/08/google-makes-its-material-design-system-easier-to-customize/",
          "title": "Google makes its Material Design system easier to customize"
        }
      ]
    },
    {
      "slug": "google-lens-realtime",
      "year": 2018,
      "title": "Google Lens — real-time results, Smart Text Selection, Style Match",
      "category": "AI",
      "announced": "Lens upgrades: results overlaid live on the viewfinder, Smart Text Selection to copy real-world text, and Style Match to find clothes/decor visually.",
      "reality": "Real-time results and Smart Text Selection shipped in late May 2018 as promised. Style Match shipped but the visual shopping use case migrated into Google Shopping and (later) Circle to Search, where it's been substantially more successful than the original Lens framing.",
      "status": "shipped",
      "shippedDate": "2018-05",
      "killedDate": null,
      "notes": "Delivered roughly on time; evolved into Circle to Search.",
      "sources": [
        {
          "url": "https://blog.google/products/google-lens/google-lens-real-time-answers-questions-about-world/",
          "title": "Google Lens: real-time answers"
        },
        {
          "url": "https://9to5google.com/2018/05/08/google-lens-smart-text-real-time/",
          "title": "Google Lens smart text & real-time results"
        }
      ]
    },
    {
      "slug": "lens-oem-cameras",
      "year": 2018,
      "title": "Google Lens built into OEM camera apps",
      "category": "AI",
      "announced": "Lens would be integrated into the camera apps of 10 phone makers — LG, Motorola, Xiaomi, Sony, Nokia, Transsion, TCL, OnePlus, BQ, Asus.",
      "reality": "Integrations shipped through 2018, but most OEMs either replaced Lens with their own visual search or quietly removed the shortcut. Lens itself is now part of the Google app and the Pixel camera; the headline cross-OEM camera integration largely evaporated.",
      "status": "scaled-back",
      "shippedDate": "2018-05",
      "killedDate": null,
      "notes": "The 10-OEM cross-pollination story didn't last.",
      "sources": [
        {
          "url": "https://www.androidpolice.com/2018/05/08/google-lens-coming-camera-apps-google-motorola-lg-sony/",
          "title": "Google Lens coming to camera apps"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Google_Lens",
          "title": "Google Lens — Wikipedia"
        }
      ]
    },
    {
      "slug": "maps-ar-walking",
      "year": 2018,
      "title": "Google Maps AR walking directions (Live View)",
      "category": "Maps",
      "announced": "AR walking navigation overlaying arrows on the camera view, powered by a new Visual Positioning System (VPS). Demo included flying animated butterflies as guides.",
      "reality": "Beta launched August 2019 — over a year late — as 'Live View' for Pixel and select ARCore/ARKit devices. Broader rollout came in 2020. The flying butterflies never shipped. In 2024 Google began winding down some Live View features.",
      "status": "scaled-back",
      "shippedDate": "2019-08",
      "killedDate": null,
      "notes": "Late, lost the whimsical guide-character demo entirely, and is now being de-emphasized — scope materially less than promised.",
      "sources": [
        {
          "url": "https://blog.google/products/maps/google-maps-live-view/",
          "title": "Google Maps Live View"
        },
        {
          "url": "https://techcrunch.com/2019/08/08/google-launches-live-view-ar-walking-directions-for-google-maps/",
          "title": "Google launches Live View AR walking directions"
        }
      ]
    },
    {
      "slug": "maps-for-you",
      "year": 2018,
      "title": "Google Maps 'For You' tab",
      "category": "Maps",
      "announced": "A personalized recommendations tab in Maps surfacing new restaurants and places matching your taste.",
      "reality": "Rolled out in June 2018 in five countries and expanded to 130+ markets in December 2018. The tab was quietly removed/merged in late 2022 as Google replaced the bottom-nav with 'Explore' and 'You'.",
      "status": "killed",
      "shippedDate": "2018-06",
      "killedDate": "2022-12",
      "notes": "Shipped, then unceremoniously folded into other surfaces.",
      "sources": [
        {
          "url": "https://blog.google/products/maps/here-are-five-improvements-coming-google-maps/",
          "title": "Five improvements coming to Google Maps"
        },
        {
          "url": "https://9to5google.com/2018/12/10/google-maps-for-you-new-countries/",
          "title": "Google Maps widely rolling out 'For you' tab"
        }
      ]
    },
    {
      "slug": "assistant-six-voices",
      "year": 2018,
      "title": "Six new Google Assistant voices (WaveNet)",
      "category": "Assistant",
      "announced": "Six new Assistant voices built with DeepMind's WaveNet for more human-sounding speech.",
      "reality": "Shipped on day one of I/O 2018. The WaveNet voice stack is still used, but the Google Assistant product itself is being supplanted by Gemini through 2025–2026, with explicit sunset messaging on Android and Nest devices. The voices technically still work; the product they live in is on death row.",
      "status": "scaled-back",
      "shippedDate": "2018-05",
      "killedDate": null,
      "notes": "Feature shipped, but it lives inside a product Google is actively winding down for Gemini.",
      "sources": [
        {
          "url": "https://blog.google/products/assistant/io-2018-google-assistant-news/",
          "title": "What's new with the Google Assistant at I/O 2018"
        },
        {
          "url": "https://www.androidpolice.com/2018/05/09/googles-six-new-assistant-voices-now-live/",
          "title": "Google's six new Assistant voices are now live"
        }
      ]
    },
    {
      "slug": "assistant-john-legend",
      "year": 2018,
      "title": "John Legend celebrity voice for Assistant",
      "category": "Assistant",
      "announced": "John Legend would lend his voice to Google Assistant — the first 'celebrity cameo' voice.",
      "reality": "Shipped April 2019 — almost a year late — and was removed March 23, 2020. Other cameo voices (Issa Rae) followed similar short lifespans. The whole 'cameo voice' concept was abandoned.",
      "status": "killed",
      "shippedDate": "2019-04",
      "killedDate": "2020-03",
      "notes": "Always pitched as time-limited, but the splashy I/O demo glossed over that. Dead within a year.",
      "sources": [
        {
          "url": "https://blog.google/products/assistant/hey-google-talk-like-a-legend/",
          "title": "Hey Google, talk like a Legend"
        },
        {
          "url": "https://9to5google.com/2020/03/05/john-legend-assistant-voice/",
          "title": "John Legend's Assistant voice disappearing"
        }
      ]
    },
    {
      "slug": "assistant-continued-conversation",
      "year": 2018,
      "title": "Continued Conversation",
      "category": "Assistant",
      "announced": "Talk to Assistant naturally without re-saying 'Hey Google' for follow-up questions.",
      "reality": "Rolled out to Google Home and Nest in June 2018. Still works on legacy Assistant surfaces, but Google Assistant is being replaced by Gemini through 2026 and the feature's natural successor is Gemini Live's continuous conversation mode.",
      "status": "scaled-back",
      "shippedDate": "2018-06",
      "killedDate": null,
      "notes": "Lives in a product being sunset; capability is migrating to Gemini Live but the original product home is dying.",
      "sources": [
        {
          "url": "https://blog.google/products/assistant/have-natural-conversation-google-assistant/",
          "title": "Continued Conversation with Google Assistant"
        },
        {
          "url": "https://9to5google.com/2018/05/08/google-assistant-io-2018/",
          "title": "Google Assistant adding Continued Conversation, Multiple Actions, & Pretty Please"
        }
      ]
    },
    {
      "slug": "assistant-multiple-actions",
      "year": 2018,
      "title": "Multiple Actions",
      "category": "Assistant",
      "announced": "Chain commands in one sentence: 'Turn off the lights and play jazz.'",
      "reality": "Shipped the day of the keynote. Still technically works on Assistant, but the entire Assistant product is being replaced by Gemini, whose multi-step reasoning makes this 2018 feature a quaint footnote.",
      "status": "scaled-back",
      "shippedDate": "2018-05",
      "killedDate": null,
      "notes": "Feature still works but lives in a product Google is actively killing.",
      "sources": [
        {
          "url": "https://blog.google/products/assistant/io-2018-google-assistant-news/",
          "title": "What's new with the Google Assistant"
        },
        {
          "url": "https://www.androidpolice.com/2018/05/08/google-assistant-gets-conversational-will-soon-listen-consecutive-requests/",
          "title": "Google Assistant continued conversation & multiple actions"
        }
      ]
    },
    {
      "slug": "assistant-pretty-please",
      "year": 2018,
      "title": "Pretty Please",
      "category": "Assistant",
      "announced": "An optional family mode that thanks kids for saying 'please' to Assistant.",
      "reality": "Rolled out in November 2018 for Family Link accounts. Nominally still available but Google has barely mentioned it since 2019; many smart-display surfaces no longer expose the toggle. With Assistant being replaced by Gemini, the feature's death is essentially scheduled.",
      "status": "killed",
      "shippedDate": "2018-11",
      "killedDate": null,
      "notes": "De facto abandoned and on track to disappear with the broader Assistant sunset.",
      "sources": [
        {
          "url": "https://blog.google/technology/families/explore-and-learn-google-assistant/",
          "title": "Explore and learn with the Google Assistant"
        },
        {
          "url": "https://techcrunch.com/2018/05/08/a-google-assistant-update-will-teach-kids-to-say-please/",
          "title": "Google Assistant teaches kids to say 'please'"
        }
      ]
    },
    {
      "slug": "assistant-routines",
      "year": 2018,
      "title": "Google Assistant Custom Routines",
      "category": "Assistant",
      "announced": "User-created scheduled and triggered routines (e.g., 'Good Morning' to turn on lights, read the news, and start a commute).",
      "reality": "Shipped in summer 2018. Routines remain functional and the concept lives on in Google Home Automations, but the Assistant-branded version is being absorbed into Gemini / Google Home as Assistant is sunset.",
      "status": "scaled-back",
      "shippedDate": "2018-07",
      "killedDate": null,
      "notes": "Capability survives under different umbrellas; the Assistant-Routines branding is on its way out.",
      "sources": [
        {
          "url": "https://blog.google/products/assistant/your-google-assistant-can-now-help-take-on-the-day-with-routines/",
          "title": "Your Google Assistant can now help take on the day with Routines"
        },
        {
          "url": "https://9to5google.com/2018/05/08/google-assistant-io-2018/",
          "title": "Google Assistant Routines roll out"
        }
      ]
    },
    {
      "slug": "assistant-multilingual",
      "year": 2018,
      "title": "Multilingual Google Assistant",
      "category": "Assistant",
      "announced": "Assistant would understand two languages at once on the same device — initially English/French/German/Spanish/Italian/Japanese.",
      "reality": "Rolled out in August 2018 with English/French/German first, expanded later. Still works on Assistant, but the product is being replaced by Gemini, which handles multilingual interactions natively.",
      "status": "scaled-back",
      "shippedDate": "2018-08",
      "killedDate": null,
      "notes": "Feature delivered but rides the Assistant ship into the Gemini sunset.",
      "sources": [
        {
          "url": "https://blog.google/products/assistant/meet-bilingual-google-assistant-new-smart-home-devices/",
          "title": "Meet the bilingual Google Assistant"
        },
        {
          "url": "https://techcrunch.com/2018/08/30/the-google-assistant-is-now-bilingual/amp",
          "title": "The Google Assistant is now bilingual"
        }
      ]
    },
    {
      "slug": "photos-suggested-actions",
      "year": 2018,
      "title": "Google Photos Suggested Actions",
      "category": "Photos",
      "announced": "AI suggestions inline on photos: share with the person it recognized, brighten, rotate, archive.",
      "reality": "Shipped through 2018 and 2019 as promised; suggestions still appear on photos and have been quietly subsumed by Magic Editor / Gemini-powered editing features in 2024–2026.",
      "status": "shipped",
      "shippedDate": "2018-07",
      "killedDate": null,
      "notes": "Delivered at promised scope; still actively used.",
      "sources": [
        {
          "url": "https://blog.google/products/photos/take-action-sharing-editing/",
          "title": "One-tap actions in Google Photos"
        },
        {
          "url": "https://thenextweb.com/google/2018/05/08/google-suggested-actions-fixing-sharing-photos/",
          "title": "Google debuts Suggested Actions"
        }
      ]
    },
    {
      "slug": "photos-colorize-bw",
      "year": 2018,
      "title": "Google Photos black-and-white Colorize",
      "category": "Photos",
      "announced": "An AI feature that automatically colorizes old black-and-white photos — demoed live on stage as a near-term consumer feature.",
      "reality": "Promised at I/O 2018 with no date. David Lieb confirmed at I/O 2019 it was 'still coming.' A limited beta finally surfaced in October 2019; broader availability didn't arrive until 2021–2022 and even then required a Google One subscription. Eventually folded into Magic Editor / Gemini photo tools.",
      "status": "scaled-back",
      "shippedDate": "2021-06",
      "killedDate": null,
      "notes": "Three-plus years late and ended up paywalled behind Google One — far less than the I/O 2018 demo implied.",
      "sources": [
        {
          "url": "https://blog.google/products/photos/new-photo-editor-google-one/",
          "title": "New photo editing features in Google Photos"
        },
        {
          "url": "https://9to5google.com/2019/10/07/google-photos-colorize-gallery/",
          "title": "Google Photos' 'Colorize' filter in action"
        }
      ]
    },
    {
      "slug": "photos-doc-scanning",
      "year": 2018,
      "title": "Google Photos document scanning / PDF conversion",
      "category": "Photos",
      "announced": "Auto-detect a photo of a document and offer to convert it to a PDF.",
      "reality": "Shipped within months in Google Photos and the Google Drive scanner. Still available and considerably improved with on-device ML.",
      "status": "shipped",
      "shippedDate": "2018-08",
      "killedDate": null,
      "notes": "Delivered at promised scope.",
      "sources": [
        {
          "url": "https://blog.google/products/photos/take-action-sharing-editing/",
          "title": "One-tap actions in Google Photos"
        },
        {
          "url": "https://www.theverge.com/2018/5/8/17328840/google-photos-suggested-actions-machine-learning-ai-io-2018",
          "title": "Google Photos can now suggest actions"
        }
      ]
    },
    {
      "slug": "arcore-cloud-anchors",
      "year": 2018,
      "title": "ARCore Cloud Anchors",
      "category": "AR/VR",
      "announced": "Shared AR experiences across Android and iOS by anchoring virtual objects to cloud-synced positions in the real world.",
      "reality": "Shipped in ARCore 1.2 in May 2018. The original Cloud Anchor API cloud endpoint was deprecated and shut down on August 31, 2023, replaced by a newer ARCore API. Functionality continues under a new name.",
      "status": "rebranded",
      "shippedDate": "2018-05",
      "killedDate": "2023-08",
      "notes": "API moved; capability preserved.",
      "sources": [
        {
          "url": "https://developers.google.com/ar/develop/cloud-anchors",
          "title": "Cloud Anchors — ARCore"
        },
        {
          "url": "https://developers.google.com/ar/develop/cloud-anchors/cloud-anchor-deprecation-policy",
          "title": "ARCore Cloud Anchor API deprecation"
        }
      ]
    },
    {
      "slug": "sceneform",
      "year": 2018,
      "title": "Sceneform",
      "category": "AR/VR",
      "announced": "A 3D rendering library for ARCore so Java developers could build AR without learning OpenGL.",
      "reality": "Shipped May 2018. In August 2020 Google announced Sceneform would no longer receive new features; the open-source repo was archived. Replaced by community fork SceneView.",
      "status": "killed",
      "shippedDate": "2018-05",
      "killedDate": "2020-08",
      "notes": "Abandoned to the community.",
      "sources": [
        {
          "url": "https://developers.googleblog.com/en/sceneform-1-0/",
          "title": "Sceneform 1.0"
        },
        {
          "url": "https://www.codegenes.net/blog/google-sceneform-is-it-deprecated-any-replacement/",
          "title": "Is Google Sceneform Deprecated?"
        }
      ]
    },
    {
      "slug": "gboard-morse",
      "year": 2018,
      "title": "Gboard Morse code input",
      "category": "Other",
      "announced": "Morse code as an accessibility input method in Gboard, developed with Tania Finlayson.",
      "reality": "Beta on Android the day of the keynote, stable on Android and iOS by July 2018. Still available.",
      "status": "shipped",
      "shippedDate": "2018-07",
      "killedDate": null,
      "notes": "Niche but actually delivered and maintained.",
      "sources": [
        {
          "url": "https://blog.google/outreach-initiatives/accessibility/hello-morse/",
          "title": "Hello Morse"
        },
        {
          "url": "https://techcrunch.com/2018/05/08/google-adds-morse-code-input-to-gboard/",
          "title": "Google adds Morse code input to Gboard"
        }
      ]
    },
    {
      "slug": "chrome-os-linux",
      "year": 2018,
      "title": "Linux apps on Chrome OS (Crostini)",
      "category": "Web",
      "announced": "Native Linux app support on Chrome OS for Android and web developers.",
      "reality": "Reached dev channel in fall 2018 and stable in Chrome OS 72 (February 2019). Still supported in 2026.",
      "status": "shipped-late",
      "shippedDate": "2019-02",
      "killedDate": null,
      "notes": "Stable launched ~9 months after I/O announcement — just inside the 'shipped' window but late enough to flag.",
      "sources": [
        {
          "url": "https://chromeos.dev/en/linux",
          "title": "Linux on ChromeOS"
        },
        {
          "url": "https://www.linuxjournal.com/content/chrome-os-stable-channel-gets-linux-apps",
          "title": "Chrome OS Stable Channel Gets Linux Apps"
        }
      ]
    },
    {
      "slug": "ai-for-social-good",
      "year": 2018,
      "title": "AI for Social Good + $25M Impact Challenge",
      "category": "AI",
      "announced": "A program funneling Google AI research toward humanitarian problems (flood forecasting, whale tracking) plus a $25M Google.org grant pool for nonprofits.",
      "reality": "The $25M was awarded to 20 grantees in May 2019. Flood Hub launched to the public in 2022 and expanded to 80+ countries. Most of the original initiatives still exist in some form.",
      "status": "shipped",
      "shippedDate": "2019-05",
      "killedDate": null,
      "notes": "Money distributed and programs continue.",
      "sources": [
        {
          "url": "https://blog.google/technology/ai/ai-social-good-impact-challenge/",
          "title": "AI for Social Good"
        },
        {
          "url": "https://www.geekwire.com/2018/google-kicks-off-25m-competition-ideas-promote-ai-social-good/",
          "title": "Google kicks off $25M competition"
        }
      ]
    },
    {
      "slug": "waymo-phoenix",
      "year": 2018,
      "title": "Waymo commercial self-driving service (Phoenix, late 2018)",
      "category": "Other",
      "announced": "Waymo would launch the world's first commercial robotaxi service in Phoenix later in 2018 — the I/O 2018 framing strongly implied a true driverless service.",
      "reality": "Waymo One launched December 5, 2018 — just barely on time — but with safety drivers behind the wheel and limited to early-rider members. Truly driverless public rides didn't open broadly until 2020; meaningful expansion (Phoenix airport, SF, LA, Austin) came in 2024–2025.",
      "status": "scaled-back",
      "shippedDate": "2018-12",
      "killedDate": null,
      "notes": "Demo implied immediate full driverless service; reality was safety-driver chaperoned rides for an invite-only group. Capability eventually arrived but years later.",
      "sources": [
        {
          "url": "https://waymo.com/blog/2018/12/riding-with-waymo-one-today/",
          "title": "Riding with Waymo One today"
        },
        {
          "url": "https://techcrunch.com/2018/12/05/waymo-launches-self-driving-car-service-waymo-one/",
          "title": "Waymo launches Waymo One"
        }
      ]
    },
    {
      "slug": "wireless-android-auto",
      "year": 2018,
      "title": "Wireless Android Auto support",
      "category": "Other",
      "announced": "Wireless Android Auto would expand beyond Pixel/Nexus to any phone running Android 9.",
      "reality": "Shipped with Android 9 Pie; expanded to all Android 11+ phones in 2020. The separate phone-screen Android Auto app was killed in 2022 in favor of Assistant Driving Mode (which itself was shut down in 2024). The car-display wireless variant is the surviving part.",
      "status": "shipped",
      "shippedDate": "2018-08",
      "killedDate": null,
      "notes": "The specific wireless-Android-Auto promise (head-unit casting) shipped and is widely used; adjacent products died.",
      "sources": [
        {
          "url": "https://blog.google/products/android/android-auto-wireless/",
          "title": "Android Auto goes wireless"
        },
        {
          "url": "https://9to5google.com/2025/04/25/google-assistant-driving-mode-maps/",
          "title": "Google confirms removal of Assistant 'Driving Mode'"
        }
      ]
    },
    {
      "slug": "google-sans",
      "year": 2018,
      "title": "Google Sans typeface",
      "category": "Other",
      "announced": "A new corporate typeface (an evolution of Product Sans) rolled out across Google products.",
      "reality": "Shipped immediately on the I/O 2018 stage and is still Google's primary brand typeface across products and marketing.",
      "status": "shipped",
      "shippedDate": "2018-05",
      "killedDate": null,
      "notes": "Unambiguous win.",
      "sources": [
        {
          "url": "https://design.google/library/io-2018-our-definitive-guide-design",
          "title": "I/O 2018: Our definitive guide to design"
        },
        {
          "url": "https://9to5google.com/2018/05/12/this-weeks-top-stories-google-io-2018-pixel-smartwatch-more/",
          "title": "Google I/O 2018 stories"
        }
      ]
    },
    {
      "slug": "diabetic-retinopathy-screening",
      "year": 2018,
      "title": "AI-powered diabetic retinopathy screening with Verily",
      "category": "AI",
      "announced": "Google/Verily showcased a deep-learning model that screens eye fundus photos for diabetic retinopathy, headed to clinics in India and Thailand.",
      "reality": "Received CE mark, deployed at Aravind Eye Hospital (India) in 2019 and rolled out further in Thailand. By 2023 the algorithm had screened hundreds of thousands of patients; Verily continues to expand it.",
      "status": "shipped",
      "shippedDate": "2019-02",
      "killedDate": null,
      "notes": "Delivered at promised scope and still actively expanding.",
      "sources": [
        {
          "url": "https://blog.google/technology/health/new-milestones-helping-prevent-eye-disease-verily/",
          "title": "New milestones helping prevent eye disease with Verily"
        },
        {
          "url": "https://www.medtechdive.com/news/verily-launches-eye-disease-screening-algorithm-in-india/549190/",
          "title": "Verily launches eye disease screening algorithm in India"
        }
      ]
    },
    {
      "slug": "google-one",
      "year": 2018,
      "title": "Google One (paid storage rebrand)",
      "category": "Other",
      "announced": "Announced in May 2018 as a rebrand/relaunch of Google Drive paid storage plans, with family sharing, member perks, and a unified subscription brand.",
      "reality": "Rolled out in the US in August 2018 and globally through 2019. Has since absorbed Google's consumer VPN (launched 2020, then killed June 2024) and become the host for the AI Premium / Gemini Advanced tier in 2024–2026. Brand survives; some perks were quietly dropped.",
      "status": "shipped",
      "shippedDate": "2018-08",
      "killedDate": null,
      "notes": "Delivered and grown into Google's main consumer-subscription wrapper, though the included VPN was killed in 2024.",
      "sources": [
        {
          "url": "https://blog.google/products/google-one/one-low-price-google-one/",
          "title": "One low price for more storage, perks, and Google experts: meet Google One"
        },
        {
          "url": "https://9to5google.com/2024/06/14/google-one-vpn-shutting-down/",
          "title": "Google One VPN is shutting down"
        }
      ]
    },
    {
      "slug": "tensorflow-lite-1",
      "year": 2018,
      "title": "TensorFlow Lite for mobile/edge",
      "category": "Developer",
      "announced": "Heavily featured at I/O 2018 as the production-ready way to run ML models on phones and edge devices, with new optimizations and partner integrations.",
      "reality": "Shipped and matured into the standard mobile ML runtime for Android. In 2024 Google rebranded TensorFlow Lite as 'LiteRT' under the broader AI Edge umbrella, signaling a pivot away from TF-centric branding toward a multi-framework runtime (including JAX/PyTorch).",
      "status": "rebranded",
      "shippedDate": "2018-05",
      "killedDate": "2024-09",
      "notes": "Capability preserved as LiteRT; TF-Lite branding effectively retired.",
      "sources": [
        {
          "url": "https://blog.tensorflow.org/2018/05/announcing-tensorflow-15.html",
          "title": "TensorFlow 1.5 / TensorFlow Lite update"
        },
        {
          "url": "https://developers.googleblog.com/en/tensorflow-lite-is-now-litert/",
          "title": "TensorFlow Lite is now LiteRT"
        }
      ]
    },
    {
      "slug": "actions-on-google-investments",
      "year": 2018,
      "title": "Actions on Google / third-party Conversational Actions investment",
      "category": "Assistant",
      "announced": "I/O 2018 hyped a thriving third-party 'Actions' ecosystem on Assistant — apps, games, and businesses building voice experiences, with new tooling and discovery surfaces.",
      "reality": "The third-party Conversational Actions program was fully shut down on June 13, 2023. Google forcibly migrated remaining developers to App Actions / Android Shortcuts, and many businesses' voice apps simply ceased to exist.",
      "status": "killed",
      "shippedDate": "2018-05",
      "killedDate": "2023-06",
      "notes": "Entire third-party voice ecosystem Google spent years promoting was unceremoniously killed.",
      "sources": [
        {
          "url": "https://developers.google.com/assistant/ca-sunset",
          "title": "Conversational Actions sunset"
        },
        {
          "url": "https://www.theverge.com/2023/6/13/23759091/google-assistant-conversational-actions-sunset",
          "title": "Google Assistant Conversational Actions sunset"
        }
      ]
    },
    {
      "slug": "pixel-3a",
      "year": 2019,
      "title": "Pixel 3a / Pixel 3a XL",
      "category": "Hardware",
      "announced": "Affordable Pixel phones at $399/$479 with flagship Pixel camera features (Night Sight, HDR+), Snapdragon 670, 3.5mm jack and 3 years of updates.",
      "reality": "Launched on schedule on May 7, 2019. Became a major commercial hit — Pixel unit sales more than doubled in Q2 2019. Final security update arrived in July 2022, ending support roughly on the promised 3-year window.",
      "status": "shipped",
      "shippedDate": "2019-05",
      "killedDate": "2022-07",
      "notes": "Considered the most successful Pixel of the era.",
      "sources": [
        {
          "url": "https://blog.google/technology/developers/100-things-we-announced-io-19",
          "title": "100 things we announced at I/O '19"
        },
        {
          "url": "https://www.androidauthority.com/google-pixel-sales-2019-1127410/",
          "title": "2019 was Google's best year for phone sales"
        }
      ]
    },
    {
      "slug": "nest-hub-max",
      "year": 2019,
      "title": "Nest Hub Max",
      "category": "Hardware",
      "announced": "10-inch smart display at $229 with built-in camera, Face Match on-device facial recognition, Duo video calling, gesture control and louder speakers; shipping 'this summer.'",
      "reality": "Released on September 9, 2019, missing the promised summer window by a few weeks. Face Match shipped as advertised, on-device. The product is still sold, but no successor has appeared and Duo was killed/rebranded to Meet, removing a flagship feature.",
      "status": "scaled-back",
      "shippedDate": "2019-09",
      "killedDate": null,
      "notes": "Duo video calling pillar was killed; no successor product.",
      "sources": [
        {
          "url": "https://techcrunch.com/2019/09/09/google-nest-hub-max-review/",
          "title": "Google Nest Hub Max review — TechCrunch"
        },
        {
          "url": "https://9to5google.com/2019/09/09/google-nest-hub-max-impressions/",
          "title": "Nest Hub Max impressions: Face Match"
        }
      ]
    },
    {
      "slug": "next-gen-assistant",
      "year": 2019,
      "title": "Next-Generation Google Assistant (on-device, 10x faster)",
      "category": "Assistant",
      "announced": "Voice models compressed from 100GB to 500MB to run on-device, delivering 'up to 10x faster' answers; arriving 'first on Pixel 4' later in 2019.",
      "reality": "Shipped on the Pixel 4 in October 2019, but only in US English. Rollout to other Pixels and other regions was extremely slow and many promised cross-app multi-step demos never worked at I/O quality. By 2024 Google began replacing Assistant entirely with Gemini, and the Assistant product line is being sunset in 2026.",
      "status": "killed",
      "shippedDate": "2019-10",
      "killedDate": "2026-01",
      "notes": "Superseded by Gemini; entire Assistant product line being sunset.",
      "sources": [
        {
          "url": "https://9to5google.com/2019/05/07/google-assistant-next-generation/",
          "title": "Google reveals 'next generation Assistant'"
        },
        {
          "url": "https://www.androidpolice.com/2019/10/16/new-google-assistant-features-on-pixel-4-exclusive-to-us-at-launch-only-speaks-english/",
          "title": "'New Google Assistant' on Pixel 4 exclusive to US"
        }
      ]
    },
    {
      "slug": "android-10",
      "year": 2019,
      "title": "Android Q / Android 10",
      "category": "Android",
      "announced": "New OS with system-wide Dark Theme, gesture navigation, Live Caption, Focus Mode, Smart Reply in all apps, foldable and 5G support, plus reworked privacy controls.",
      "reality": "Shipped as Android 10 on September 3, 2019, on time and broadly as promised.",
      "status": "shipped",
      "shippedDate": "2019-09",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://android-developers.googleblog.com/2019/09/welcoming-android-10.html",
          "title": "Welcoming Android 10!"
        },
        {
          "url": "https://www.techradar.com/news/android-q",
          "title": "Android 10 features and release"
        }
      ]
    },
    {
      "slug": "live-caption",
      "year": 2019,
      "title": "Live Caption (on-device subtitles)",
      "category": "Android",
      "announced": "On-device automatic captioning for any audio/video on Android phones, working offline across any app.",
      "reality": "Launched October 2019 as a Pixel 4 exclusive, expanded to Pixel 3/3a in December 2019, then partially to non-Pixel Android devices over 2020–2021. The keynote framed it as a core Android feature; in practice it remains best on Pixel and inconsistent across OEMs.",
      "status": "scaled-back",
      "shippedDate": "2019-10",
      "killedDate": null,
      "notes": "Pitched as core Android, in practice a Pixel-first feature.",
      "sources": [
        {
          "url": "https://techcrunch.com/2019/10/16/live-caption-googles-automatic-captioning-technology-is-now-available-on-pixel-4/",
          "title": "Live Caption available on Pixel 4"
        },
        {
          "url": "https://9to5google.com/2020/08/03/live-captions-for-calls-coming-to-all-pixel-devices-w-4a-launch/",
          "title": "Live Captions for calls coming to all Pixels"
        }
      ]
    },
    {
      "slug": "live-relay",
      "year": 2019,
      "title": "Live Relay",
      "category": "AI",
      "announced": "Phone listens and speaks on behalf of deaf/hard-of-hearing users during regular phone calls; user types, phone speaks, all on-device.",
      "reality": "Demoed at I/O 2019 as a research project. Never shipped as a standalone product. Some underlying tech surfaced years later in Pixel's Call Assist / Call Screen features, but Live Relay as announced was never released to users.",
      "status": "vapor",
      "shippedDate": null,
      "killedDate": null,
      "notes": "Always framed as research, but headlined as if shipping soon.",
      "sources": [
        {
          "url": "https://blog.google/company-news/outreach-and-initiatives/accessibility/live-relay-phone-calls-io/",
          "title": "Live Relay: Easier phone calls without voice or hearing"
        },
        {
          "url": "https://venturebeat.com/2019/05/07/google-ai-accessibility-project-euphonia-diva-live-relay/",
          "title": "Google unveils 3 accessibility projects"
        }
      ]
    },
    {
      "slug": "project-euphonia",
      "year": 2019,
      "title": "Project Euphonia",
      "category": "AI",
      "announced": "AI research to recognise speech from people with ALS, stroke and other speech impairments, with the goal of making Assistant and dictation accessible to them.",
      "reality": "Continues as active research. Expanded to multilingual data collection (Spanish, French, Japanese, Hindi, several Ghanaian languages) by 2024–2025 and contributed to the UIUC Speech Accessibility Project. Open-source toolkit released. Seven years later it remains a research program, not a consumer product.",
      "status": "in-progress",
      "shippedDate": null,
      "killedDate": null,
      "notes": "Real ongoing research with public progress, but never became a consumer product.",
      "sources": [
        {
          "url": "https://sites.research.google/euphonia/about/",
          "title": "Project Euphonia (Google Research)"
        },
        {
          "url": "https://www.frontiersin.org/journals/language-sciences/articles/10.3389/flang.2025.1569448/full",
          "title": "Project Euphonia: expanded data collection"
        }
      ]
    },
    {
      "slug": "project-diva",
      "year": 2019,
      "title": "Project Diva",
      "category": "AI",
      "announced": "Research project letting people with disabilities trigger Google Assistant commands non-verbally via external buttons, RFID tags, etc.",
      "reality": "Project itself remained an internal/experimental effort. Its ideas were productised in 2020 as 'Action Blocks,' which lets users put Assistant shortcuts on the home screen as large tappable tiles. Action Blocks is still available but barely promoted, hasn't been meaningfully updated, and is tied to Assistant which is being sunset.",
      "status": "scaled-back",
      "shippedDate": "2020-04",
      "killedDate": null,
      "notes": "Only Action Blocks remained, and it's tied to the dying Assistant.",
      "sources": [
        {
          "url": "https://blog.google/outreach-initiatives/accessibility/diva-google-assistant/",
          "title": "How DIVA makes Google Assistant more accessible"
        },
        {
          "url": "https://www.androidpolice.com/2019/05/08/googles-project-diva-brings-non-verbal-commands-to-smart-speakers-and-displays/",
          "title": "Project DIVA brings non-verbal commands"
        }
      ]
    },
    {
      "slug": "stadia",
      "year": 2019,
      "title": "Google Stadia",
      "category": "Other",
      "announced": "Cloud gaming platform streaming AAA games at up to 4K/60fps from Google data centres to any screen, launching November 2019 with Pro subscriptions and an a-la-carte game store.",
      "reality": "Shipped November 19, 2019 to a brutal reception: 12 launch games, missing features, controller cable required on PC/mobile. Google shut down its in-house game studios in February 2021, then announced consumer Stadia would shut down on January 18, 2023, refunding all purchases.",
      "status": "killed",
      "shippedDate": "2019-11",
      "killedDate": "2023-01",
      "notes": "The poster child for Google killing products.",
      "sources": [
        {
          "url": "https://9to5google.com/2022/09/29/google-stadia-shutting-down/",
          "title": "Google Stadia is shutting down in January"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Google_Stadia",
          "title": "Google Stadia (Wikipedia)"
        }
      ]
    },
    {
      "slug": "lens-dining-translate",
      "year": 2019,
      "title": "Google Lens dining + 100-language translation",
      "category": "AI",
      "announced": "Lens highlights popular dishes on restaurant menus, splits receipts, and translates text in 100+ languages in real-time AR overlay.",
      "reality": "Both rolled out starting May 28, 2019, just weeks after the keynote. Translation remains a heavily used Lens feature. The dining/menu highlight feature still technically exists but has been heavily deprioritised in favour of Lens shopping and Circle to Search.",
      "status": "scaled-back",
      "shippedDate": "2019-05",
      "killedDate": null,
      "notes": "Translation thrives; dining/menu features deprioritised.",
      "sources": [
        {
          "url": "https://techcrunch.com/2019/05/28/google-rolls-out-dining-and-translation-filters-to-lens/",
          "title": "Google rolls out dining and translation filters to Lens"
        },
        {
          "url": "https://www.androidauthority.com/google-lens-translation-dining-text-992191/",
          "title": "Real-time translation, dining features rolling out"
        }
      ]
    },
    {
      "slug": "lens-read-aloud",
      "year": 2019,
      "title": "Google Lens Read Aloud in Google Go",
      "category": "AI",
      "announced": "Lens in the lightweight Google Go app reads printed text out loud, highlighting each word, with translation, aimed at low-literacy users in emerging markets. 14 launch languages.",
      "reality": "Launched in Google Go in September 2019 and remains available. The feature is broadly considered a quiet success in accessibility/literacy contexts.",
      "status": "shipped",
      "shippedDate": "2019-09",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://research.google/blog/giving-lens-new-reading-capabilities-in-google-go/",
          "title": "Giving Lens New Reading Capabilities in Google Go"
        },
        {
          "url": "https://www.androidcentral.com/google-go-picks-lens-integration-ability-read-text-out-loud",
          "title": "Google Go picks up Lens integration"
        }
      ]
    },
    {
      "slug": "ar-search-3d",
      "year": 2019,
      "title": "3D AR objects/animals in Google Search",
      "category": "Search",
      "announced": "Place 3D models (animals, planets, anatomy) into your real environment via AR from Search Knowledge Panels.",
      "reality": "Launched May 31, 2019, and went viral during COVID lockdowns in 2020 as families placed virtual tigers in their living rooms. Still works on ARCore/ARKit devices but has been deprioritised since.",
      "status": "shipped",
      "shippedDate": "2019-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://9to5google.com/2019/05/31/google-search-ar-animals/",
          "title": "First AR objects launch in Google Search with 3D animals"
        },
        {
          "url": "https://blog.google/products/google-lens/make-home-learning-more-fun-3d-and-ar-search/",
          "title": "Make at-home learning more fun with 3D and AR in Search"
        }
      ]
    },
    {
      "slug": "ar-shoe-tryon",
      "year": 2019,
      "title": "AR shoe/product try-on in Search",
      "category": "Search",
      "announced": "Try on shoes (starting with New Balance) and other products virtually via AR directly in Google Search results.",
      "reality": "The generic AR product preview ('View in your space') shipped through 2019–2020. Genuine virtual shoe try-on, where you see the shoe on your own foot, didn't actually launch as a Google product until 2024–2025 via AI-based 'Virtual Try-On' in Shopping — and it's a different technology stack, not the AR demo from 2019.",
      "status": "scaled-back",
      "shippedDate": "2019-12",
      "killedDate": null,
      "notes": "Static 'view in space' shipped; true on-foot AR try-on as demoed never materialised.",
      "sources": [
        {
          "url": "https://www.perfectcorp.com/business/blog/general/google-virtual-try-on-shoes",
          "title": "Google Launches AI Virtual Shoe Try-On"
        },
        {
          "url": "https://blog.google/products-and-platforms/products/shopping/ai-vision-match-ar-beauty-virtual-try-on/",
          "title": "Google Shopping AI update: virtual try-on"
        }
      ]
    },
    {
      "slug": "duplex-web",
      "year": 2019,
      "title": "Duplex on the Web",
      "category": "AI",
      "announced": "AI agent that navigates websites for you to complete tasks like renting a car or buying movie tickets, auto-filling forms from Gmail/Calendar.",
      "reality": "Limited rollout starting late 2019 on Pixel, then expanded to password changes and checkouts. Google announced the shutdown of Duplex on the Web in December 2022, citing a focus on voice-based Duplex and AI.",
      "status": "killed",
      "shippedDate": "2019-10",
      "killedDate": "2022-12",
      "notes": null,
      "sources": [
        {
          "url": "https://techcrunch.com/2022/12/02/google-shuts-down-duplex-on-the-web-its-attempt-to-bring-ai-smarts-to-retail-sites-and-more/",
          "title": "Google shuts down Duplex on the Web"
        },
        {
          "url": "https://9to5google.com/2022/12/03/google-duplex-web-shutting-down/",
          "title": "Google focusing Duplex on voice calls"
        }
      ]
    },
    {
      "slug": "federated-learning",
      "year": 2019,
      "title": "Federated Learning",
      "category": "AI",
      "announced": "Privacy-preserving ML technique that trains models across millions of devices without sending raw data to Google; powering Gboard predictions and more.",
      "reality": "Real, deployed, and expanded. By 2023 all Gboard next-word-prediction models in 7+ languages and 15+ countries are trained with federated learning + formal differential privacy guarantees. Now a published research foundation used across Google's on-device AI stack.",
      "status": "shipped",
      "shippedDate": "2019-05",
      "killedDate": null,
      "notes": "Genuine technical success with limited consumer awareness.",
      "sources": [
        {
          "url": "https://research.google/blog/federated-learning-with-formal-differential-privacy-guarantees/",
          "title": "Federated Learning with Formal DP Guarantees"
        },
        {
          "url": "https://arxiv.org/abs/2306.14793",
          "title": "Private Federated Learning in Gboard"
        }
      ]
    },
    {
      "slug": "maps-incognito",
      "year": 2019,
      "title": "Google Maps Incognito Mode",
      "category": "Maps",
      "announced": "Browse Maps and navigate without searches or destinations being saved to your Google account.",
      "reality": "Launched on Android in October 2019, iOS in early 2020 — on Google's promised timeline. Still available.",
      "status": "shipped",
      "shippedDate": "2019-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://fortune.com/2019/10/02/google-maps-incognito-mode/",
          "title": "Google Maps Unveils a Pro-Privacy 'Incognito Mode'"
        },
        {
          "url": "https://blog.google/products/maps/",
          "title": "Google Maps news"
        }
      ]
    },
    {
      "slug": "auto-delete-controls",
      "year": 2019,
      "title": "Auto-delete for Location History & Web/App Activity",
      "category": "Other",
      "announced": "User-set automatic deletion of Location History and Web & App Activity every 3 or 18 months.",
      "reality": "Rolled out in June 2019, on time. Default for new accounts changed to auto-delete in June 2020. Still in place.",
      "status": "shipped",
      "shippedDate": "2019-06",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://techcrunch.com/2019/05/01/google-now-lets-you-auto-delete-your-app-activity-location-and-web-history/amp",
          "title": "Google auto-deletes app activity, location, web history"
        },
        {
          "url": "https://www.macrumors.com/2019/06/26/google-auto-delete-controls-location-history/",
          "title": "Google Rolling Out Auto-Delete Controls"
        }
      ]
    },
    {
      "slug": "android-security-key",
      "year": 2019,
      "title": "Android phone as built-in security key",
      "category": "Android",
      "announced": "Any Android 7.0+ phone can act as a FIDO hardware security key for two-step verification on Bluetooth-enabled computers.",
      "reality": "Rolled out worldwide in April–May 2019 on schedule. Largely superseded by Google's broader passkey rollout from 2022 onward; the original Bluetooth flow has been deprioritised in favour of passkeys.",
      "status": "scaled-back",
      "shippedDate": "2019-04",
      "killedDate": null,
      "notes": "Original flow eclipsed by passkeys; same goal, different mechanism.",
      "sources": [
        {
          "url": "https://cloud.google.com/blog/products/identity-security/now-generally-available-android-phones-built-in-security-key",
          "title": "Android phone's built-in security key GA"
        },
        {
          "url": "https://krebsonsecurity.com/2019/04/android-7-0-phones-can-now-double-as-google-security-keys/",
          "title": "Android 7.0+ Phones Can Now Double as Google Security Keys"
        }
      ]
    },
    {
      "slug": "focus-mode",
      "year": 2019,
      "title": "Focus Mode (Digital Wellbeing)",
      "category": "Android",
      "announced": "Selectively pause distracting apps to minimise distractions; part of Digital Wellbeing.",
      "reality": "Entered beta in August 2019 with Android 10 and went stable in December 2019. Still technically present, but Google has heavily deprioritised Digital Wellbeing marketing and feature development, and many users don't know it exists.",
      "status": "scaled-back",
      "shippedDate": "2019-12",
      "killedDate": null,
      "notes": "Shipped, but Digital Wellbeing line broadly neglected.",
      "sources": [
        {
          "url": "https://www.androidpolice.com/2019/12/04/androids-focus-mode-leaves-beta-now-available-on-all-digital-wellbeing-devices/",
          "title": "Android's 'Focus Mode' leaves beta"
        },
        {
          "url": "https://9to5google.com/2019/09/03/how-to-digital-wellbeing-android-10-focus-mode-site-timers/",
          "title": "Digital Wellbeing in Android 10"
        }
      ]
    },
    {
      "slug": "smart-reply-all-apps",
      "year": 2019,
      "title": "Smart Reply in all messaging apps",
      "category": "Android",
      "announced": "OS-level Smart Reply suggestions and contextual actions across any messaging app on Android Q.",
      "reality": "Shipped with Android 10 in September 2019. Functioned across apps as promised; in 2024–2025 contextual notification suggestions have been progressively replaced by Gemini-powered Magic Compose / Notification Summaries, and the original OS-level Smart Reply has been deprecated.",
      "status": "killed",
      "shippedDate": "2019-09",
      "killedDate": "2024-06",
      "notes": "Replaced by Gemini-powered alternatives.",
      "sources": [
        {
          "url": "https://www.androidauthority.com/smart-reply-android-q-983647/",
          "title": "Smart Reply to all messaging apps in Android Q"
        },
        {
          "url": "https://www.androidpolice.com/2019/05/27/smart-replies-come-to-more-apps-and-automatically-suggest-contextual-actions/",
          "title": "Smart Replies suggest contextual actions"
        }
      ]
    },
    {
      "slug": "live-view-ar-walking",
      "year": 2019,
      "title": "Google Maps AR walking navigation (Live View)",
      "category": "Maps",
      "announced": "AR walking directions overlaid on the real world via your phone camera, broadly available on ARCore/ARKit phones with Street View.",
      "reality": "Beta launched to Pixel and Local Guides first, then rolled out broadly to ARCore/ARKit devices in August 2019. Improved with landmark recognition in 2020 and indoor Live View in 2021. Indoor Live View was sunset in select venues in 2024. Outdoor walking Live View remains but is rarely used.",
      "status": "scaled-back",
      "shippedDate": "2019-08",
      "killedDate": null,
      "notes": "Indoor Live View partially discontinued; outdoor feature deprioritised.",
      "sources": [
        {
          "url": "https://techcrunch.com/2019/08/08/google-launches-live-view-ar-walking-directions-for-google-maps/",
          "title": "Google launches Live View AR walking directions"
        },
        {
          "url": "https://techcrunch.com/2020/10/01/google-maps-gets-improved-live-view-ar-directions/",
          "title": "Improved Live View AR directions"
        }
      ]
    },
    {
      "slug": "assistant-driving-mode",
      "year": 2019,
      "title": "Google Assistant Driving Mode",
      "category": "Assistant",
      "announced": "Say 'Hey Google, let's drive' to launch a phone dashboard with navigation, calls, messages and media — promised for summer 2019.",
      "reality": "Missed the 2019 launch by more than a year. A limited preview rolled out in November 2020, and the full homescreen/dashboard didn't arrive until September 2021. Google then stripped out Google Maps integration in 2022 and effectively wound the feature down — by 2024–2025 it had been removed from Maps entirely, and Assistant itself is being sunset for Gemini.",
      "status": "killed",
      "shippedDate": "2020-11",
      "killedDate": "2024-11",
      "notes": "Shipped ~18 months late, then quietly killed.",
      "sources": [
        {
          "url": "https://voicebot.ai/2020/11/18/google-assistant-driving-mode-preview-rolls-out-in-us-after-a-years-delay/",
          "title": "Driving Mode Preview Rolls Out After a Year's Delay"
        },
        {
          "url": "https://9to5google.com/2022/10/04/assistant-driving-mode-google-maps-2/",
          "title": "Assistant Driving Mode ditches Google Maps integration"
        }
      ]
    },
    {
      "slug": "android-auto-redesign-2019",
      "year": 2019,
      "title": "Android Auto redesign (in-car)",
      "category": "Android",
      "announced": "Ground-up redesign with dark theme, dynamic navigation bar, faster startup; rolling out summer 2019.",
      "reality": "Began rolling out in July 2019 broadly on schedule. Remains the active Android Auto design on millions of vehicles.",
      "status": "shipped",
      "shippedDate": "2019-07",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://www.androidcentral.com/android-auto-redesign-2019",
          "title": "Android Auto's 2019 update"
        },
        {
          "url": "https://9to5google.com/2019/06/25/android-auto-redesign-live/",
          "title": "Android Auto redesign begins rolling out"
        }
      ]
    },
    {
      "slug": "android-automotive-os",
      "year": 2019,
      "title": "Android Automotive OS (vehicle infotainment)",
      "category": "Android",
      "announced": "New OS platform built directly into car infotainment systems (separate from Android Auto), with Google Maps, Assistant and Play Store built in.",
      "reality": "Polestar 2 became the first AAOS car in mid-2020 (~12 months past the implied timing). Volvo, GM, Renault, Honda, Ford and many others have since shipped AAOS in production vehicles. Active and growing platform.",
      "status": "shipped-late",
      "shippedDate": "2020-07",
      "killedDate": null,
      "notes": "First-ship slipped past 12 months of the I/O reveal.",
      "sources": [
        {
          "url": "https://spectrum.ieee.org/android-automotive-os-news-polestar-2-electric-sedan",
          "title": "AAOS Provides the Smarts for Polestar 2"
        },
        {
          "url": "https://9to5google.com/2020/07/24/android-automotive-apps-polestar-2/",
          "title": "Android Automotive apps for Polestar 2"
        }
      ]
    },
    {
      "slug": "wear-os-tiles",
      "year": 2019,
      "title": "Wear OS Tiles",
      "category": "Android",
      "announced": "Swipe-accessible 'tiles' for info like weather, goals, heart rate, calendar on Wear OS smartwatches.",
      "reality": "Started rolling out the week of I/O 2019 via server-side update. The 5-tile cap was lifted in 2020, third-party Tiles API arrived later, and Tiles are central to the Wear OS 3+/Pixel Watch experience.",
      "status": "shipped",
      "shippedDate": "2019-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://9to5google.com/2019/05/02/wear-os-tiles-roll-out-update/",
          "title": "Wear OS 'Tiles' rolling out"
        },
        {
          "url": "https://9to5google.com/2020/09/16/wear-os-app-version-2-40-now-allows-you-to-add-more-than-5-tiles-to-your-smartwatch/",
          "title": "Wear OS 2.40 allows >5 Tiles"
        }
      ]
    },
    {
      "slug": "project-mainline",
      "year": 2019,
      "title": "Project Mainline (modular OS updates)",
      "category": "Android",
      "announced": "Update core Android OS components via Google Play, without full OTA, to ship security and feature fixes faster across the ecosystem.",
      "reality": "Shipped with Android 10 (12 modules) in September 2019 and has grown to 37+ modules by Android 14. Backported features like the Photo Picker to older Android versions. Widely considered one of Android's biggest structural wins.",
      "status": "shipped",
      "shippedDate": "2019-09",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://android-developers.googleblog.com/",
          "title": "Fresher OS with Projects Treble and Mainline"
        },
        {
          "url": "https://www.androidpolice.com/project-mainline-android-14/",
          "title": "Project Mainline in Android 14"
        }
      ]
    },
    {
      "slug": "google-nest-rebrand",
      "year": 2019,
      "title": "Google Nest umbrella rebrand",
      "category": "Hardware",
      "announced": "All Home, Chromecast and Wifi products to be marketed under a unified 'Google Nest' brand; Nest Hub price drops.",
      "reality": "Rebrand executed through 2019–2020. Nest Wifi shipped November 2019. The Nest sub-brand remains, but Google has more recently re-emphasised 'Google' branding (Pixel Tablet/Speaker), making the unification never fully delivered.",
      "status": "scaled-back",
      "shippedDate": "2019-05",
      "killedDate": null,
      "notes": "Branding never fully unified across all home hardware.",
      "sources": [
        {
          "url": "https://www.androidauthority.com/google-nest-rebrand-984194/",
          "title": "Google Nest rebranding leaves questions"
        },
        {
          "url": "https://9to5google.com/2019/09/21/google-nest-rebrand-store/",
          "title": "Google Nest rebrand stickers arrive"
        }
      ]
    },
    {
      "slug": "works-with-google-assistant",
      "year": 2019,
      "title": "'Works with Google Assistant' unified platform",
      "category": "Hardware",
      "announced": "Single 'Works with Google Assistant' developer platform for third-party smart home devices, replacing the older Works with Nest program.",
      "reality": "Works with Nest was retired on August 31, 2019 as planned, replaced by Works with Google Assistant. The platform was further consolidated via the Matter standard and the unified Google Home APIs. With Assistant itself being sunset for Gemini, the 'Works with Google Assistant' brand is on borrowed time.",
      "status": "scaled-back",
      "shippedDate": "2019-08",
      "killedDate": null,
      "notes": "Tied to Assistant brand which is being sunset.",
      "sources": [
        {
          "url": "https://blog.google/products/google-nest/developing-standard-smart-home-industry/amp",
          "title": "Developing a standard for the smart home industry"
        },
        {
          "url": "https://9to5google.com/2025/01/07/google-home-apis-dev-beta/",
          "title": "Google Home APIs enter public developer beta"
        }
      ]
    },
    {
      "slug": "local-home-sdk",
      "year": 2019,
      "title": "Local Home SDK",
      "category": "Developer",
      "announced": "Developer toolkit letting smart home devices respond locally via Assistant speakers/displays instead of round-tripping to the cloud.",
      "reality": "Developer preview at I/O 2019; reached general availability April 6, 2020 — ~11 months late. Still in use as part of the Google Home developer platform, but tied to Assistant.",
      "status": "shipped-late",
      "shippedDate": "2020-04",
      "killedDate": null,
      "notes": "GA slipped ~11 months; future tied to Assistant transition.",
      "sources": [
        {
          "url": "https://siliconangle.com/2020/04/06/google-launches-local-home-sdk-boost-edge-computing-smart-home/",
          "title": "Google launches Local Home SDK"
        },
        {
          "url": "https://developers.home.google.com/local-home",
          "title": "Local Home SDK"
        }
      ]
    },
    {
      "slug": "kotlin-first-android-2019",
      "year": 2019,
      "title": "Kotlin-first for Android development",
      "category": "Developer",
      "announced": "Google declares Android development 'Kotlin-first' — docs, samples and new APIs designed for Kotlin first, with Java still supported.",
      "reality": "By 2022 Google reported >95% of the top 1,000 Android apps used Kotlin. Jetpack libraries, Compose and Android Studio all Kotlin-first as promised. One of the most successful platform bets of the I/O 2019 era.",
      "status": "shipped",
      "shippedDate": "2019-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://android-developers.googleblog.com/2022/08/celebrating-5-years-of-kotlin-on-android.html",
          "title": "Celebrating 5 years of Kotlin on Android"
        },
        {
          "url": "https://developer.android.com/kotlin/first",
          "title": "Android's Kotlin-first approach"
        }
      ]
    },
    {
      "slug": "jetpack-compose-preview-2019",
      "year": 2019,
      "title": "Jetpack Compose (preview)",
      "category": "Developer",
      "announced": "Open-sourced early preview of Jetpack Compose, a new Kotlin-first declarative UI toolkit for Android.",
      "reality": "Alpha August 2020, Beta February 2021, stable 1.0 on July 28, 2021 — ~26 months from preview to stable. Now Google's recommended UI toolkit for new Android apps and broadly adopted.",
      "status": "shipped-late",
      "shippedDate": "2021-07",
      "killedDate": null,
      "notes": "Stable arrived >2 years after preview reveal.",
      "sources": [
        {
          "url": "https://android-developers.googleblog.com/2021/07/jetpack-compose-announcement.html",
          "title": "Jetpack Compose is now 1.0"
        },
        {
          "url": "https://www.androidpolice.com/2021/07/28/googles-vision-of-android-development-is-finally-realized-with-jetpack-compose-1-0/",
          "title": "Google's Jetpack Compose 1.0"
        }
      ]
    },
    {
      "slug": "flutter-for-web",
      "year": 2019,
      "title": "Flutter for Web (technical preview)",
      "category": "Developer",
      "announced": "Initial technical preview of Flutter for the web, extending the mobile UI framework to browsers.",
      "reality": "Hit stable as part of Flutter 2 on March 3, 2021, ~22 months later. Adoption for web has remained modest compared to Flutter mobile, and Flutter itself has seen reduced Google investment with team layoffs in 2024.",
      "status": "shipped-late",
      "shippedDate": "2021-03",
      "killedDate": null,
      "notes": "Stable arrived ~22 months late; Flutter team since downsized.",
      "sources": [
        {
          "url": "https://www.smashingmagazine.com/2021/03/flutter2-stable-mobile-web-desktop-development-native-speed-one-codebase/",
          "title": "What's New In Flutter 2?"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Flutter_(software)",
          "title": "Flutter (Wikipedia)"
        }
      ]
    },
    {
      "slug": "in-app-updates",
      "year": 2019,
      "title": "In-App Updates API (Google Play)",
      "category": "Developer",
      "announced": "API letting developers prompt or force app updates from inside the app, without leaving for the Play Store.",
      "reality": "Reached general availability at I/O 2019 as part of Play Core 1.5.0+. Widely adopted; reported ~50% acceptance rate among early adopters. Still in use via Play Integrity / Play Core.",
      "status": "shipped",
      "shippedDate": "2019-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://android-developers.googleblog.com/2019/05/whats-new-in-play.html",
          "title": "What's new in Play at I/O 2019"
        },
        {
          "url": "https://developer.android.com/guide/playcore/in-app-updates",
          "title": "In-app updates"
        }
      ]
    },
    {
      "slug": "arcore-augmented-faces",
      "year": 2019,
      "title": "ARCore Augmented Faces + Scene Viewer",
      "category": "AR/VR",
      "announced": "Updates to ARCore including Augmented Faces (face filters/masks on iOS + Android) and Scene Viewer for 3D models on the web.",
      "reality": "Shipped through 2019. Augmented Faces, Cloud Anchors and Scene Viewer all still part of ARCore, though usage has plateaued and Google has dramatically reduced AR investment since.",
      "status": "scaled-back",
      "shippedDate": "2019-09",
      "killedDate": null,
      "notes": "Shipped as promised, but the broader AR push has been quietly abandoned.",
      "sources": [
        {
          "url": "https://developers.googleblog.com/2019/09/arcore-updates-to-augmented-faces-and.html",
          "title": "ARCore updates to Augmented Faces and Cloud Anchors"
        },
        {
          "url": "https://developers.google.com/ar/develop/scene-viewer",
          "title": "Scene Viewer"
        }
      ]
    },
    {
      "slug": "podcasts-in-search",
      "year": 2019,
      "title": "Playable podcasts in Google Search",
      "category": "Search",
      "announced": "Podcast episodes indexed and playable directly inside Google Search results.",
      "reality": "Launched within days of the keynote in May 2019. However, Google wound down the playable-in-search feature in February 2023 as it shut down the Google Podcasts app and pushed users to YouTube Music.",
      "status": "killed",
      "shippedDate": "2019-05",
      "killedDate": "2023-02",
      "notes": null,
      "sources": [
        {
          "url": "https://techcrunch.com/2023/02/07/google-winds-down-feature-that-put-playable-podcasts-directly-in-search-results/",
          "title": "Google winds down playable podcasts in search"
        },
        {
          "url": "https://9to5google.com/2019/08/08/google-podcast-search/",
          "title": "Google.com adds podcast search"
        }
      ]
    },
    {
      "slug": "full-coverage-search",
      "year": 2019,
      "title": "Full Coverage in Google Search",
      "category": "Search",
      "announced": "Bring News-style 'Full Coverage' (timelines, multiple perspectives, key people) to general Google Search results.",
      "reality": "Slow rollout. Full Coverage appeared in Search on mobile in March 2021, almost two years late. It technically exists but has been almost entirely subsumed by AI Overviews / AI Mode and rarely surfaces as a distinct feature.",
      "status": "scaled-back",
      "shippedDate": "2021-03",
      "killedDate": null,
      "notes": "Shipped ~22 months late and now subsumed by AI Overviews.",
      "sources": [
        {
          "url": "https://blog.google/products-and-platforms/products/news/get-full-news-story-full-coverage-search/",
          "title": "Get the full news story with Full Coverage in Search"
        },
        {
          "url": "https://searchengineland.com/google-brings-full-coverage-news-to-search-results-346727",
          "title": "Google brings Full Coverage news to search results"
        }
      ]
    },
    {
      "slug": "flood-forecasting",
      "year": 2019,
      "title": "AI flood forecasting (India expansion)",
      "category": "AI",
      "announced": "Expand AI flood forecasting in India to cover 90% of the country, predicting timing, location and severity for hundreds of millions.",
      "reality": "Expanded to all of India and Bangladesh in 2020, then to 18 more countries in 2022. As of late 2024, Flood Hub covers 100 countries and ~700 million people. One of Google's quiet long-running successes from I/O 2019.",
      "status": "shipped",
      "shippedDate": "2019-09",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/outreach-initiatives/sustainability/flood-hub-ai-flood-forecasting-more-countries/",
          "title": "Google expands Flood Hub to 80 countries"
        },
        {
          "url": "https://www.businesstoday.in/technology/news/story/google-expands-ai-driven-flood-forecasting-to-cover-700-million-people-in-100-countries-453699-2024-11-14",
          "title": "Flood forecasting expands to 700M people in 100 countries"
        }
      ]
    },
    {
      "slug": "ai-impact-challenge",
      "year": 2019,
      "title": "Google AI Impact Challenge ($25M)",
      "category": "AI",
      "announced": "$25M grant pool plus Cloud credits and accelerator support for 20 nonprofit AI-for-good projects.",
      "reality": "Grants were distributed in 2019 to the 20 named grantees. Several projects shipped meaningful tools through 2020–2022. Google.org has continued the model with subsequent AI Impact Challenges.",
      "status": "shipped",
      "shippedDate": "2019-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/outreach-initiatives/google-org/ai-impact-challenge-grantees/",
          "title": "Grantees of the Google AI Impact Challenge"
        },
        {
          "url": "https://www.google.org/impact-challenges/",
          "title": "Google.org Impact Challenges"
        }
      ]
    },
    {
      "slug": "privacy-sandbox-2019",
      "year": 2019,
      "title": "Privacy Sandbox (Chrome) — initial proposal",
      "category": "Web",
      "announced": "Set of open web standards to enhance privacy in Chrome, intended to phase out third-party cookies and provide new privacy-preserving ad APIs.",
      "reality": "Original 2022 cookie deprecation target slipped repeatedly. In July 2024 Google abandoned the plan to phase out third-party cookies, and in October 2025 it officially ended the Privacy Sandbox initiative after six years.",
      "status": "killed",
      "shippedDate": null,
      "killedDate": "2025-10",
      "notes": "Some APIs (Topics, FLEDGE/Protected Audience) shipped but the strategic goal was abandoned.",
      "sources": [
        {
          "url": "https://fortune.com/2024/07/23/google-drops-privacy-sandbox-plan-phase-out-third-party-cookies/",
          "title": "Google drops Privacy Sandbox cookie plan"
        },
        {
          "url": "https://usercentrics.com/knowledge-hub/what-is-google-privacy-sandbox/",
          "title": "Google Privacy Sandbox officially shuts down"
        }
      ]
    },
    {
      "slug": "duplex-voice-expansion-2019",
      "year": 2019,
      "title": "Duplex voice (restaurant calls) expansion",
      "category": "Assistant",
      "announced": "Expanded rollout of Duplex AI making restaurant reservation phone calls on the user's behalf — promoted as a flagship Assistant capability and rolling out across the US.",
      "reality": "Slowly expanded to ~49 US states and Pixel/Android via Google Assistant. Use cases were progressively narrowed (no longer reservations in many regions, focused on holiday-hours updates). With Google Assistant being sunset for Gemini in 2026, Duplex voice has been deprioritised and largely retired.",
      "status": "killed",
      "shippedDate": "2019-12",
      "killedDate": "2025-12",
      "notes": "Retired alongside the broader Assistant sunset.",
      "sources": [
        {
          "url": "https://techcrunch.com/2022/12/02/google-shuts-down-duplex-on-the-web-its-attempt-to-bring-ai-smarts-to-retail-sites-and-more/",
          "title": "Duplex retreat"
        },
        {
          "url": "https://blog.google/products/assistant/",
          "title": "Google Assistant blog"
        }
      ]
    },
    {
      "slug": "interpreter-mode-assistant-2019",
      "year": 2019,
      "title": "Google Assistant Interpreter Mode",
      "category": "Assistant",
      "announced": "Real-time spoken translation on Google smart speakers, displays and phones across 27+ languages — 'Hey Google, be my Italian interpreter.'",
      "reality": "Launched on Nest/Home devices in late 2019, expanded to Android/iOS phones in December 2019. The feature still nominally exists, but with Assistant being replaced by Gemini in 2025–2026, Interpreter Mode is being absorbed into Gemini Live's translation features rather than maintained as a distinct product.",
      "status": "killed",
      "shippedDate": "2019-12",
      "killedDate": "2026-01",
      "notes": "Folded into Gemini Live as Assistant sunsets.",
      "sources": [
        {
          "url": "https://blog.google/products/assistant/interpreter-mode-phones-features/",
          "title": "Interpreter mode on phones"
        },
        {
          "url": "https://9to5google.com/2019/12/12/google-assistant-interpreter-mode-phone/",
          "title": "Assistant Interpreter Mode on phones"
        }
      ]
    },
    {
      "slug": "lamda",
      "year": 2021,
      "title": "LaMDA (Language Model for Dialogue Applications)",
      "category": "AI",
      "announced": "Breakthrough conversation AI demoed with Pluto and paper airplane personas; framed as the future of natural, open-ended dialogue across Google products.",
      "reality": "LaMDA powered a closed AI Test Kitchen app in 2022, then was used as the initial engine for Bard (Feb 2023). Bard was upgraded to PaLM 2 by May 2023 and rebranded to Gemini in Feb 2024. The original LaMDA pitch — open-ended persona-driven dialogue (Pluto, paper airplane) — never shipped as a public product; Bard 1.0 was a stripped-down chatbot that explicitly refused that kind of persona play. Brand and original promise both effectively dead.",
      "status": "scaled-back",
      "shippedDate": "2023-02",
      "killedDate": null,
      "notes": "Technology lineage lives on in Gemini, but the original LaMDA promise (free persona conversation) was abandoned. Also produced the Blake Lemoine 'sentience' controversy in June 2022.",
      "sources": [
        {
          "url": "https://blog.google/technology/ai/lamda/",
          "title": "LaMDA: our breakthrough conversation technology"
        },
        {
          "url": "https://en.wikipedia.org/wiki/LaMDA",
          "title": "LaMDA — Wikipedia"
        }
      ]
    },
    {
      "slug": "mum",
      "year": 2021,
      "title": "MUM (Multitask Unified Model)",
      "category": "Search",
      "announced": "1000x more powerful than BERT; would understand text, images and 75 languages and power dramatic new Search experiences.",
      "reality": "Google has explicitly stated MUM is 'not used for general ranking.' Used only narrowly for COVID-19 vaccine info, About This Result, and multisearch in Google Lens. The marquee 1000x-BERT product never materialized; the multilingual cross-modal search vision was effectively abandoned and overtaken by LLMs/Gemini and AI Overviews. The MUM brand has largely disappeared from Google communications.",
      "status": "vapor",
      "shippedDate": null,
      "killedDate": null,
      "notes": "A handful of MUM-adjacent launches (multisearch, About This Result) shipped, but the headline promise of MUM as a search ranking/understanding breakthrough never happened.",
      "sources": [
        {
          "url": "https://blog.google/products/search/introducing-mum/",
          "title": "Introducing MUM: Multitask Unified Model"
        },
        {
          "url": "https://searchengineland.com/mum-brings-multimodal-search-to-lens-deeper-understanding-of-videos-and-new-serp-features-374798",
          "title": "MUM brings multimodal search to Lens"
        }
      ]
    },
    {
      "slug": "project-starline",
      "year": 2021,
      "title": "Project Starline",
      "category": "Hardware",
      "announced": "Photorealistic 3D 'magic window' video booth, demoed as the future of remote presence; planned trial deployments in Google offices and partner workplaces.",
      "reality": "Stayed an internal prototype for four years. At I/O 2025, rebranded as 'Google Beam'; the HP Dimension launched at $24,999 with limited rollout to enterprise customers only. The 2021 pitch was a future of consumer/workplace presence — what shipped is a niche enterprise videoconferencing rig at a price point that excludes virtually everyone. Materially less than promised in scope, reach, and accessibility.",
      "status": "scaled-back",
      "shippedDate": "2025-05",
      "killedDate": null,
      "notes": "Four years from demo to a niche, ultra-expensive enterprise product. Rebranded as Beam but the original 'magic window for everyone' promise is unmet.",
      "sources": [
        {
          "url": "https://blog.google/technology/research/project-starline/",
          "title": "Project Starline: feel like you're there, together"
        },
        {
          "url": "https://techcrunch.com/2025/05/20/googles-3d-teleconferencing-platform-now-called-beam-will-ship-later-in-2025/",
          "title": "Google's 3D teleconferencing platform now called Beam"
        }
      ]
    },
    {
      "slug": "android-12-material-you",
      "year": 2021,
      "title": "Android 12 with Material You",
      "category": "Android",
      "announced": "Biggest design refresh in Android history; wallpaper-based dynamic theming, redesigned widgets, new animations and privacy features.",
      "reality": "Released to AOSP on Oct 4, 2021 and Pixel on Oct 19, 2021, broadly on time. Material You spread to other OEMs starting with Galaxy S22 in Feb 2022 and is the basis of every Android release since.",
      "status": "shipped",
      "shippedDate": "2021-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/products/android/android-12-beta/",
          "title": "Android 12 Beta: Designed for you"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Android_12",
          "title": "Android 12 — Wikipedia"
        }
      ]
    },
    {
      "slug": "wear-os-3-samsung",
      "year": 2021,
      "title": "Unified Wear OS (with Samsung Tizen merge)",
      "category": "Android",
      "announced": "Google and Samsung jointly rebuilding Wear OS, merging best of Tizen and Wear OS for a faster, longer-battery smartwatch platform across all watches.",
      "reality": "Wear OS 3 shipped on Galaxy Watch 4 in Aug 2021 — but as a Samsung exclusive at launch. Rollout to existing watches (Fossil, TicWatch, Mobvoi) was massively delayed by 1.5–2+ years; many older models never received the update at all. The 'all watches benefit' promise was effectively broken; existing-Wear-OS-customer migration path was abandoned.",
      "status": "scaled-back",
      "shippedDate": "2021-08",
      "killedDate": null,
      "notes": "Existing Wear OS customers were largely left behind. The merger benefited new Samsung/Pixel hardware, not the broader Wear OS ecosystem as promised.",
      "sources": [
        {
          "url": "https://techcrunch.com/2021/08/11/samsung-returns-to-wear-os-with-the-galaxy-watch-4/",
          "title": "Samsung returns to Wear OS with the Galaxy Watch 4"
        },
        {
          "url": "https://www.androidcentral.com/these-are-all-watches-being-updated-wear-os-3",
          "title": "All the watches being updated to Wear OS 3"
        }
      ]
    },
    {
      "slug": "dermatology-assist",
      "year": 2021,
      "title": "AI Dermatology Assist Tool",
      "category": "AI",
      "announced": "Web app to help identify skin, hair, and nail conditions, launching first as a CE-marked Class I medical device in the EU later in 2021.",
      "reality": "Launched in limited EU markets in 2021 with CE Class I marking. Never came to the US (FDA path never opened). Google quietly shut down the standalone DermAssist app and shifted the use case into Google Lens skin-condition lookups, which are explicitly NOT medical-grade. Dormant as a Google Health product line with no public updates in years.",
      "status": "killed",
      "shippedDate": "2021-12",
      "killedDate": "2023-12",
      "notes": "Standalone DermAssist effectively defunct; functionality reduced to non-medical Lens lookup.",
      "sources": [
        {
          "url": "https://blog.google/innovation-and-ai/technology/health/ai-dermatology-preview-io-2021/",
          "title": "Using AI to help find answers to common skin conditions"
        },
        {
          "url": "https://onlinelibrary.wiley.com/doi/full/10.1002/jvc2.246",
          "title": "Considering the practical implications of DermAssist"
        }
      ]
    },
    {
      "slug": "smart-canvas",
      "year": 2021,
      "title": "Smart Canvas in Google Workspace",
      "category": "Workspace",
      "announced": "Major reinvention of Workspace collaboration: smart chips, @-mentions of files/people/meetings, pageless docs, integrated Meet, checklists, templates.",
      "reality": "Rolled out broadly from late 2021 through 2022 with smart chips, pageless mode, checklists, table templates, and timeline views. By Oct 2022, smart-canvas usage exceeded comment usage in Docs. Continues to be expanded; among the most successful items of I/O 2021.",
      "status": "shipped",
      "shippedDate": "2021-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://cloud.google.com/blog/products/workspace/next-evolution-of-collaboration-for-google-workspace",
          "title": "Smart canvas delivers the next evolution of collaboration"
        },
        {
          "url": "https://workspaceupdates.googleblog.com/2022/02/new-smart-canvas-features-in-google-docs.html",
          "title": "New smart canvas features in Google Docs"
        }
      ]
    },
    {
      "slug": "workspace-consumers",
      "year": 2021,
      "title": "Google Workspace for everyone (consumer + Individual tier)",
      "category": "Workspace",
      "announced": "Open Workspace to all 3 billion Google account holders; add a new paid 'Workspace Individual' tier for freelancers/SMBs; rename Rooms to Spaces.",
      "reality": "Shipped on June 14, 2021. Spaces went GA. Workspace Individual launched in mid-2021 in select markets. The branding consolidation has stuck.",
      "status": "shipped",
      "shippedDate": "2021-06",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/products/workspace/all-of-google-workspace-for-everyone/",
          "title": "Google Workspace is for everyone"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Google_Workspace",
          "title": "Google Workspace — Wikipedia"
        }
      ]
    },
    {
      "slug": "tpu-v4",
      "year": 2021,
      "title": "TPU v4 Pods",
      "category": "Cloud",
      "announced": "Next-gen TPU with 4,096-chip pods delivering >1 exaflops of ML compute, ~2x faster than TPU v3; coming to Google Cloud customers.",
      "reality": "Used internally from 2020 onward; reached Google Cloud customers in 2022 (preview) and broader availability shortly after. Powered training of PaLM and other models. Succeeded by TPU v5e/v5p, Trillium (v6), Ironwood (v7).",
      "status": "shipped",
      "shippedDate": "2022-05",
      "killedDate": null,
      "notes": "Cloud GA came roughly 12 months after I/O announcement — within reasonable range.",
      "sources": [
        {
          "url": "https://cloud.google.com/blog/topics/systems/tpu-v4-enables-performance-energy-and-co2e-efficiency-gains",
          "title": "TPU v4 enables performance, energy and CO2e efficiency gains"
        },
        {
          "url": "https://cloud.google.com/tpu/docs/v4",
          "title": "TPU v4 — Google Cloud Documentation"
        }
      ]
    },
    {
      "slug": "vertex-ai",
      "year": 2021,
      "title": "Vertex AI",
      "category": "Cloud",
      "announced": "Unified managed ML platform consolidating AutoML and AI Platform; promised ~80% fewer lines of code to train a model.",
      "reality": "Launched the day of the keynote (May 18, 2021) as GA. Has become Google Cloud's flagship ML/AI platform and now hosts Gemini, Model Garden, Agent Builder, etc.",
      "status": "shipped",
      "shippedDate": "2021-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://cloud.google.com/blog/products/ai-machine-learning/google-cloud-launches-vertex-ai-unified-platform-for-mlops",
          "title": "Google Cloud launches Vertex AI"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Vertex_AI",
          "title": "Vertex AI — Wikipedia"
        }
      ]
    },
    {
      "slug": "quantum-ai-campus",
      "year": 2021,
      "title": "Quantum AI Campus + million-qubit goal by 2029",
      "category": "Hardware",
      "announced": "New Santa Barbara campus with fab + data center; goal of a useful, error-corrected, million-qubit quantum computer by end of decade.",
      "reality": "Campus operational. Willow chip (Dec 2024) demonstrated below-threshold error correction with 105 qubits — five years from now, Google would need to scale by ~4 orders of magnitude to hit a million qubits. The 2029 deadline is widely considered unrealistic; public progress continues but the specific million-qubit-by-2029 promise is essentially aspirational marketing.",
      "status": "in-progress",
      "shippedDate": null,
      "killedDate": null,
      "notes": "Willow is real public progress, so not vapor. But the headline 2029 million-qubit number is extremely unlikely to be met at promised scope.",
      "sources": [
        {
          "url": "https://blog.google/technology/ai/unveiling-our-new-quantum-ai-campus/",
          "title": "Unveiling our new Quantum AI campus"
        },
        {
          "url": "https://blog.google/innovation-and-ai/technology/research/google-willow-quantum-chip/",
          "title": "Meet Willow, our quantum chip"
        }
      ]
    },
    {
      "slug": "private-compute-core",
      "year": 2021,
      "title": "Android Private Compute Core",
      "category": "Android",
      "announced": "On-device, network-isolated partition for AI features like Live Caption, Now Playing, and Smart Reply; open-source and inspectable.",
      "reality": "Shipped with Android 12 (Oct 2021). Has been extended every release and is now the basis for many on-device AI features in modern Pixels.",
      "status": "shipped",
      "shippedDate": "2021-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/products/android/android-12-beta/",
          "title": "Android 12 Beta"
        },
        {
          "url": "https://www.xda-developers.com/android-12-privacy-private-compute-core-privacy-dashboard/",
          "title": "Android 12 Private Compute Core"
        }
      ]
    },
    {
      "slug": "privacy-dashboard",
      "year": 2021,
      "title": "Android Privacy Dashboard + camera/mic indicators",
      "category": "Android",
      "announced": "Single dashboard showing what apps accessed location/camera/mic and when; always-on indicators when sensors are active.",
      "reality": "Shipped in Android 12 in Oct 2021; remains a core part of Android.",
      "status": "shipped",
      "shippedDate": "2021-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/products/android/android-12-beta/",
          "title": "Android 12 Beta"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Android_12",
          "title": "Android 12 — Wikipedia"
        }
      ]
    },
    {
      "slug": "photos-locked-folder",
      "year": 2021,
      "title": "Google Photos Locked Folder",
      "category": "Photos",
      "announced": "Passcode-protected folder for sensitive photos, starting on Pixel and 'coming to more Android devices'.",
      "reality": "Launched on Pixel in May/June 2021. Rolled out to all Android devices in early 2022 and to iOS in 2023. Now a standard Google Photos feature.",
      "status": "shipped",
      "shippedDate": "2021-06",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://techcrunch.com/2021/05/18/google-photos-update-adds-new-memories-and-a-locked-folder-previews-cinematic-moments/",
          "title": "Google Photos Locked Folder previews"
        },
        {
          "url": "https://9to5google.com/2024/07/03/google-photos-locked-folder-access/",
          "title": "Google Photos makes Locked Folder faster"
        }
      ]
    },
    {
      "slug": "photos-cinematic-moments",
      "year": 2021,
      "title": "Google Photos Cinematic Moments",
      "category": "Photos",
      "announced": "ML stitches together near-identical photos and fills in the gap to create cinematic, moving 'memory' clips.",
      "reality": "Rolled out as part of Memories in mid-2021. Exists but quietly de-emphasized; never became the headline Photos feature Google teased and surfaces rarely in the modern Memories experience.",
      "status": "scaled-back",
      "shippedDate": "2021-07",
      "killedDate": null,
      "notes": "Shipped but materially less prominent than promised; effectively a minor Memories sub-feature now.",
      "sources": [
        {
          "url": "https://blog.google/products/photos/new-memories-features-look-back/",
          "title": "New Memories features in Google Photos"
        },
        {
          "url": "https://www.tomsguide.com/news/google-photos-upgrades-what-are-cinematic-moments-and-little-patterns",
          "title": "What are Cinematic moments and Little Patterns?"
        }
      ]
    },
    {
      "slug": "photos-little-patterns",
      "year": 2021,
      "title": "Google Photos Little Patterns",
      "category": "Photos",
      "announced": "ML surfaces patterns across your library (e.g. the same orange backpack worldwide) as a new Memories type.",
      "reality": "Quietly rolled out in summer 2021. Still technically present in Memories but rarely surfaces and never became a notable user-facing feature; overshadowed by other Photos features and effectively abandoned as a marketed feature.",
      "status": "scaled-back",
      "shippedDate": "2021-08",
      "killedDate": null,
      "notes": "Shipped but at much smaller scope/visibility than announced.",
      "sources": [
        {
          "url": "https://www.androidpolice.com/2021/05/18/google-photos-is-learning-to-notice-all-the-interesting-little-things-in-your-pics/",
          "title": "Google Photos noticing little patterns"
        },
        {
          "url": "https://www.fonearena.com/blog/340065/google-photos-little-patterns-improved-cinematic-photos-locked-folder.html",
          "title": "Google Photos introduces Little Patterns"
        }
      ]
    },
    {
      "slug": "maps-eco-routing-us",
      "year": 2021,
      "title": "Google Maps eco-friendly routing",
      "category": "Maps",
      "announced": "Routes optimized for lowest fuel consumption when ETA is similar; promised to cut emissions equivalent to 200k+ cars/year.",
      "reality": "Launched in the US on Android/iOS in October 2021. Expanded to Canada and Europe in 2022, with broader EV-aware variations since. The feature still exists today as a default Maps option.",
      "status": "shipped",
      "shippedDate": "2021-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://techcrunch.com/2021/10/06/google-maps-launches-eco-friendly-routing-in-the-u-s/",
          "title": "Google Maps eco-friendly routing in the US"
        },
        {
          "url": "https://blog.google/products/maps/3-new-ways-navigate-more-sustainably-maps/",
          "title": "3 new ways to navigate more sustainably"
        }
      ]
    },
    {
      "slug": "maps-live-view-indoor",
      "year": 2021,
      "title": "Live View indoor AR navigation (airports, malls, transit)",
      "category": "Maps",
      "announced": "Expand Live View AR walking directions to indoor venues like airports, malls, and transit hubs in multiple cities.",
      "reality": "Initial rollout to a handful of US malls in 2021, expanded to Tokyo, Zurich, and large European cities by 2022. Coverage remains spotty and Live View as a whole has been steadily de-emphasized in favor of Immersive View. Quietly being scaled back in 2024–2026.",
      "status": "scaled-back",
      "shippedDate": "2021-09",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://www.engadget.com/google-maps-indoor-live-view-eco-friendly-routes-pickup-and-delivery-integration-100020907.html",
          "title": "Google Maps adds indoor AR directions"
        },
        {
          "url": "https://mobile-ar.reality.news/news/google-maps-expands-live-view-ar-navigation-capabilities-airports-shopping-malls-0384490/",
          "title": "Live View expands to airports & malls"
        }
      ]
    },
    {
      "slug": "maps-detailed-streets",
      "year": 2021,
      "title": "Detailed Street Maps + safer routing",
      "category": "Maps",
      "announced": "Up to 50 highlights per trip ('busy area' alerts, safer-routing variant choosing routes with lower hard-braking probability) and Detailed Street Maps with sidewalks/crosswalks in 50 more cities.",
      "reality": "Safer routing shipped in late 2021 on Android/iOS in the US but never expanded internationally as promised. Detailed Street Maps reached fewer cities than the announced '50 more,' and the feature is rarely surfaced. Quietly present but under-scoped.",
      "status": "scaled-back",
      "shippedDate": "2021-12",
      "killedDate": null,
      "notes": "Both sub-features shipped but at materially smaller scope than announced.",
      "sources": [
        {
          "url": "https://blog.google/products/maps/redefining-what-map-can-be-new-information-and-ai/",
          "title": "Redefining what a map can be"
        },
        {
          "url": "https://9to5google.com/2021/05/18/google-maps-detailed-streets/",
          "title": "Google Maps detailed streets I/O 2021"
        }
      ]
    },
    {
      "slug": "chrome-duplex-password",
      "year": 2021,
      "title": "Chrome auto password change (Duplex on the Web)",
      "category": "Web",
      "announced": "Chrome would use Duplex to automatically reset compromised passwords across major sites with a single tap.",
      "reality": "Launched on Chrome Android in late 2021 for a small set of sites; expanded slightly in 2022. Never reached the broad coverage promised. Duplex on the Web itself was killed in December 2022, gutting the feature. Unavailable today.",
      "status": "killed",
      "shippedDate": "2021-09",
      "killedDate": "2022-12",
      "notes": "Duplex on the Web shutdown effectively ended the feature.",
      "sources": [
        {
          "url": "https://blog.google/products/chrome/automated-password-changes/",
          "title": "Fix your passwords in Chrome with a single tap"
        },
        {
          "url": "https://techcrunch.com/2021/05/18/chrome-now-uses-duplex-to-fix-your-stolen-passwords/",
          "title": "Chrome uses Duplex to fix stolen passwords"
        }
      ]
    },
    {
      "slug": "shopping-graph-shopify",
      "year": 2021,
      "title": "Shopping Graph + Shopify partnership",
      "category": "Search",
      "announced": "AI-built Shopping Graph spanning 24B product listings; 1.7M Shopify merchants gain one-click distribution across Search, Maps, Images, Lens and YouTube.",
      "reality": "Shopify integration shipped in 2021 and expanded. Shopping Graph is still a real Google product and underpins shopping experiences in Search and Lens.",
      "status": "shipped",
      "shippedDate": "2021-06",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://techcrunch.com/2021/05/18/google-partners-with-shopify-on-online-shopping-expansion/",
          "title": "Google partners with Shopify"
        },
        {
          "url": "https://www.seroundtable.com/google-i-o-shopping-announcements-31446.html",
          "title": "Google I/O Shopping Announcements"
        }
      ]
    },
    {
      "slug": "android-digital-car-key",
      "year": 2021,
      "title": "Android Digital Car Key (UWB/NFC)",
      "category": "Android",
      "announced": "Pixel and Galaxy phones to unlock and start compatible BMWs (and other cars) via UWB/NFC; phone-as-key.",
      "reality": "BMW NFC Digital Key launched on Android in late 2021. UWB-based 'Digital Key Plus' for Android (the I/O demo) didn't arrive on BMW until April 2023 — almost 2 years after promised — and only on Pixel 7 Pro and select Samsung devices. Five years on, support remains BMW-only with very few other automakers onboard.",
      "status": "shipped-late",
      "shippedDate": "2023-04",
      "killedDate": null,
      "notes": "UWB 'magic walk-up' version slipped ~2 years; remains very narrow in OEM coverage.",
      "sources": [
        {
          "url": "https://www.press.bmwgroup.com/usa/article/detail/T0414019EN_US/bmw-digital-key-plus-now-available-on-compatible-android-devices",
          "title": "BMW Digital Key Plus on Android"
        },
        {
          "url": "https://www.nfcw.com/2023/04/25/383342/bmw-rolls-out-uwb-digital-car-keys-for-android-devices/",
          "title": "BMW rolls out UWB digital car keys"
        }
      ]
    },
    {
      "slug": "jetpack-compose-1",
      "year": 2021,
      "title": "Jetpack Compose 1.0",
      "category": "Developer",
      "announced": "Stable 1.0 of Android's modern declarative UI toolkit by July 2021.",
      "reality": "Released 1.0 on July 28, 2021 as promised. Has become the recommended UI toolkit for Android and powers a large fraction of new Android apps.",
      "status": "shipped",
      "shippedDate": "2021-07",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://android-developers.googleblog.com/2021/07/jetpack-compose-announcement.html",
          "title": "Jetpack Compose is now 1.0"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Jetpack_Compose",
          "title": "Jetpack Compose — Wikipedia"
        }
      ]
    },
    {
      "slug": "android-studio-arctic-fox",
      "year": 2021,
      "title": "Android Studio Arctic Fox + Apple Silicon support",
      "category": "Developer",
      "announced": "New Arctic Fox version with Compose tooling; native Apple Silicon (M1) build of Android Studio.",
      "reality": "Arctic Fox stable shipped July 28, 2021. Apple Silicon canary builds arrived in 2021, native stable later in 2022. Routine releases since.",
      "status": "shipped",
      "shippedDate": "2021-07",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://android-developers.googleblog.com/2021/07/android-studio-arctic-fox.html",
          "title": "Android Studio Arctic Fox"
        },
        {
          "url": "https://developer.android.com/studio/releases",
          "title": "Android Studio Release Notes"
        }
      ]
    },
    {
      "slug": "flutter-2-2",
      "year": 2021,
      "title": "Flutter 2.2",
      "category": "Developer",
      "announced": "Cross-platform Flutter 2.2 stable with null safety by default, web service-worker caching, deferred Android components, iOS shader precompile.",
      "reality": "Shipped at I/O 2021 as promised. Flutter has continued shipping (3.x) and is widely used; remains Google's flagship cross-platform UI toolkit.",
      "status": "shipped",
      "shippedDate": "2021-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://www.xda-developers.com/flutter-2-2-google-io-2021/",
          "title": "Flutter 2.2 announced at Google I/O 2021"
        },
        {
          "url": "https://docs.flutter.dev/release/release-notes/release-notes-2.2.0",
          "title": "Flutter 2.2.0 release notes"
        }
      ]
    },
    {
      "slug": "android-tv-remote-phone",
      "year": 2021,
      "title": "Built-in Android TV remote in Android phones",
      "category": "Android",
      "announced": "Replace Android TV's separate remote app with a system-level remote in every Android phone.",
      "reality": "Built-in TV remote shipped in Google's Quick Settings in 2022, accessible via system widget. Works with Google TV/Android TV. Standalone remote app was eventually phased out. Shipped roughly 12 months after announcement.",
      "status": "shipped-late",
      "shippedDate": "2022-06",
      "killedDate": null,
      "notes": "Slightly past the 6-month bar; functional but quietly delivered.",
      "sources": [
        {
          "url": "https://techcrunch.com/2021/05/18/android-tv-os-reaches-80m-monthly-active-devices-adds-new-features/",
          "title": "Android TV OS reaches 80M monthly active devices"
        },
        {
          "url": "https://9to5google.com/2022/06/22/google-tv-remote-android/",
          "title": "Google TV remote in Quick Settings"
        }
      ]
    },
    {
      "slug": "tb-screening-ai",
      "year": 2021,
      "title": "AI tuberculosis screening from chest X-rays",
      "category": "AI",
      "announced": "Deep-learning model matching radiologists at flagging TB on chest X-rays, intended for high-burden countries.",
      "reality": "Research published 2021–2022. Real-world deployments in India and other LMICs through 2023–2024 (incl. published validation studies). Never productized as a Google product; mostly lives as research papers and partner-led pilots. No major public progress in 2025–2026.",
      "status": "scaled-back",
      "shippedDate": null,
      "killedDate": null,
      "notes": "Stalled as a Google product line; survives only as research/partner work. Borderline vapor on the Google product side.",
      "sources": [
        {
          "url": "https://www.rsna.org/news/2022/september/deep-learning-tuberculosis-detection",
          "title": "AI-based System Shows Promise in TB Detection"
        },
        {
          "url": "https://journals.plos.org/digitalhealth/article?id=10.1371%2Fjournal.pdig.0000404",
          "title": "Implementing a chest X-ray AI tool for TB screening in India"
        }
      ]
    },
    {
      "slug": "carbon-aware-computing",
      "year": 2021,
      "title": "Carbon-aware computing (24/7 carbon-free by 2030)",
      "category": "Cloud",
      "announced": "Shift compute workloads to data centers and times of day with the cleanest energy; full 24/7 carbon-free energy by 2030.",
      "reality": "Carbon-aware scheduling for batch workloads shipped in 2021–2022 — that piece is real. But Google's overall emissions have RISEN sharply due to AI demand (up ~48% from 2019 baseline as of 2024 sustainability report), and the 24/7 CFE-by-2030 goal looks essentially unreachable. The headline promise is functionally broken even though work continues.",
      "status": "scaled-back",
      "shippedDate": "2021-09",
      "killedDate": null,
      "notes": "Carbon-aware scheduling shipped; 2030 net-zero/CFE goal is on track to be missed by a wide margin.",
      "sources": [
        {
          "url": "https://blog.google/outreach-initiatives/sustainability/carbon-aware-computing-location/",
          "title": "Our data centers work harder when the sun shines"
        },
        {
          "url": "https://www.cnbc.com/2022/04/13/google-data-center-goal-100percent-green-energy-by-2030.html",
          "title": "Google plans 100% carbon-free energy by 2030"
        },
        {
          "url": "https://www.bloomberg.com/news/articles/2024-07-02/google-s-emissions-shot-up-48-over-five-years-due-to-ai",
          "title": "Google's emissions shot up 48% due to AI"
        }
      ]
    },
    {
      "slug": "phone-hub-chromebook",
      "year": 2021,
      "title": "Phone Hub on Chrome OS",
      "category": "Other",
      "announced": "Tight Android-Chromebook integration: phone notifications, recent Chrome tabs, hotspot toggle, silence/locate from Chromebook shelf.",
      "reality": "Started rolling out in Feb–March 2021 and went broadly available later in 2021. Has been expanded with photo streaming, app streaming (Pixel-only), and notification mirroring.",
      "status": "shipped",
      "shippedDate": "2021-03",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://9to5google.com/2021/02/03/android-phone-hub-arriving-chrome-os/",
          "title": "Android 'Phone Hub' arriving in Chrome OS"
        },
        {
          "url": "https://support.google.com/chromebook/answer/10480029",
          "title": "Set up & use Phone Hub on your Chromebook"
        }
      ]
    },
    {
      "slug": "fast-pair-cars-watches",
      "year": 2021,
      "title": "Fast Pair to cars and Wear OS",
      "category": "Android",
      "announced": "Fast Pair (one-tap Bluetooth pairing) extended to cars from BMW/Ford and Wear OS watches.",
      "reality": "Fast Pair for cars launched with BMW and select Ford vehicles in 2022; Wear OS pairing shipped on Pixel Watch (2022) and Galaxy Watch 5. OEM coverage remains a fraction of what was implied at I/O 2021 — most cars still don't support it.",
      "status": "scaled-back",
      "shippedDate": "2022-08",
      "killedDate": null,
      "notes": "Shipped late and at narrower OEM coverage than promised.",
      "sources": [
        {
          "url": "https://www.xda-developers.com/fast-pair-soon-on-cars-and-watches/",
          "title": "Fast Pair on cars and Wear OS watches"
        },
        {
          "url": "https://blog.google/products-and-platforms/platforms/android/android-in-cars-updates/",
          "title": "Android in the car updates"
        }
      ]
    },
    {
      "slug": "android-12-system-ui",
      "year": 2021,
      "title": "Android 12 system UI: splash screens + stretch overscroll",
      "category": "Android",
      "announced": "All apps get auto-generated splash screens and a new stretch overscroll animation, system-wide.",
      "reality": "Both shipped with Android 12 in Oct 2021 across all apps.",
      "status": "shipped",
      "shippedDate": "2021-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://developer.android.com/about/versions/12/behavior-changes-all",
          "title": "Android 12 behavior changes"
        },
        {
          "url": "https://android-developers.googleblog.com/2021/10/android-12-is-live-in-aosp.html",
          "title": "Android 12 is live in AOSP"
        }
      ]
    },
    {
      "slug": "nest-hub-sleep-sensing",
      "year": 2021,
      "title": "Nest Hub (2nd gen) Sleep Sensing with Soli",
      "category": "Hardware",
      "announced": "Radar-based contactless sleep tracking on the new $99 Nest Hub, building on Project Soli.",
      "reality": "Shipped March 2021. Sleep Sensing was free in 2021, then planned to move behind a Fitbit Premium paywall — that paywall was delayed multiple times and ultimately the free preview was extended indefinitely. Nest Hub line has since stagnated with no successor; the product is on a slow death march.",
      "status": "scaled-back",
      "shippedDate": "2021-03",
      "killedDate": null,
      "notes": "Announced pre-I/O 2021 but heavily featured during I/O sessions. Product line effectively dormant.",
      "sources": [
        {
          "url": "https://9to5google.com/2021/03/16/new-nest-hub-sleep-sensing-soli/amp",
          "title": "2nd-gen Nest Hub with Soli Sleep Sensing"
        },
        {
          "url": "https://research.google/blog/contactless-sleep-sensing-in-nest-hub/",
          "title": "Contactless Sleep Sensing in Nest Hub"
        }
      ]
    },
    {
      "slug": "android-12-cross-device",
      "year": 2021,
      "title": "Cross-device APIs / 'devices work better together'",
      "category": "Android",
      "announced": "Better Android-Chromebook-watch-TV-car integration: spatial audio handoff, instant tethering, unified setup, etc.",
      "reality": "Partial. Spatial audio with head tracking arrived 2022 on Pixel Buds Pro. Quick Share/Nearby Share unification with Samsung happened in 2024. A formal Cross device SDK launched 2023. Overall the 'just works' vision Google sold lagged Apple ecosystem by years and most consumer-facing handoff moments still don't exist.",
      "status": "scaled-back",
      "shippedDate": "2022-08",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://www.androidpolice.com/2021/05/20/your-chromebook-and-android-phone-are-getting-a-new-tight-integration/",
          "title": "Chromebook and Android tighter integration"
        },
        {
          "url": "https://developers.googleblog.com/en/cross-device-sdk-preview/",
          "title": "Cross device SDK developer preview"
        }
      ]
    },
    {
      "slug": "google-tensor-tease",
      "year": 2021,
      "title": "Tensor chip / Pixel 6 teases",
      "category": "Hardware",
      "announced": "Heavy I/O 2021 ML demos that signposted the upcoming custom Google Tensor SoC and a more ambitious Pixel.",
      "reality": "Tensor was officially announced Aug 2, 2021, and shipped in Pixel 6 on Oct 28, 2021. Google has stayed on Tensor through Tensor G5 (Pixel 10, 2025) and beyond.",
      "status": "shipped",
      "shippedDate": "2021-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/products/pixel/google-tensor-debuts-new-pixel-6-fall/",
          "title": "Google Tensor debuts on Pixel 6"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Pixel_6",
          "title": "Pixel 6 — Wikipedia"
        }
      ]
    },
    {
      "slug": "android-earthquake-alerts-global",
      "year": 2021,
      "title": "Android Earthquake Alerts global expansion",
      "category": "Android",
      "announced": "Expand Android's crowdsourced earthquake detection and alerts from California/Greece/New Zealand to additional high-risk countries worldwide.",
      "reality": "Rolled out broadly through 2021–2024 across Turkey, the Philippines, Kazakhstan, the Pacific, much of Latin America, and most of Asia. Now available in dozens of countries. One of I/O 2021's clearest unambiguous wins.",
      "status": "shipped",
      "shippedDate": "2021-06",
      "killedDate": null,
      "notes": "Steady global expansion delivered the original promise.",
      "sources": [
        {
          "url": "https://blog.google/products/android/earthquake-detection-and-alerts/",
          "title": "Android Earthquake Alerts System"
        },
        {
          "url": "https://crisisresponse.google/androidearthquakealerts/",
          "title": "Android Earthquake Alerts coverage"
        }
      ]
    },
    {
      "slug": "project-taara-light-internet",
      "year": 2021,
      "title": "Project Taara wireless optical links",
      "category": "Other",
      "announced": "Post-Loon free-space optical 'fiber-without-the-fiber' links shown at I/O 2021 as the next phase of connectivity in hard-to-reach areas, including a high-profile Congo River crossing.",
      "reality": "The Congo crossing was real but Taara remained an Alphabet X experiment for years. Spun out of Alphabet in 2025 as an independent company with backing from Series X Capital, after limited commercial deployments. The original 'global connectivity' framing remains far away.",
      "status": "scaled-back",
      "shippedDate": "2025-03",
      "killedDate": null,
      "notes": "Spinout in 2025 confirms it was not scaling within Alphabet at the originally implied pace.",
      "sources": [
        {
          "url": "https://blog.x.company/taara-and-the-future-of-the-internet-2af1baa14db8",
          "title": "Taara and the future of the internet"
        },
        {
          "url": "https://techcrunch.com/2025/03/18/alphabet-spins-out-taara-its-light-based-broadband-project/",
          "title": "Alphabet spins out Taara"
        }
      ]
    },
    {
      "slug": "ar-immersive-translation-glasses-tease",
      "year": 2021,
      "title": "AR translation glasses concept (in-keynote tease)",
      "category": "Hardware",
      "announced": "I/O 2021 closing reel and demos suggested real-time translation/AR overlays as part of Google's near-future hardware ambitions (precursor to the Project Iris/AR-glasses pitch).",
      "reality": "Real AR translation glasses prototype was shown at I/O 2022, but Project Iris was shut down in 2023 and Google pivoted to providing Android XR for partners (Samsung's Project Moohan, 2025). No Google-branded consumer translation AR glasses have shipped.",
      "status": "vapor",
      "shippedDate": null,
      "killedDate": "2023-06",
      "notes": "Closest live successor is Android XR on partner hardware — not the original first-party promise.",
      "sources": [
        {
          "url": "https://www.theverge.com/2023/6/27/23775288/google-project-iris-ar-glasses-microsoft-hololens-meta-quest",
          "title": "Google reportedly cancels Project Iris AR glasses"
        },
        {
          "url": "https://blog.google/products/android/android-xr/",
          "title": "Introducing Android XR"
        }
      ]
    },
    {
      "slug": "pixel-6a",
      "year": 2022,
      "title": "Pixel 6a",
      "category": "Hardware",
      "announced": "Mid-range Pixel with Tensor chip, Titan M2, 6.1-inch OLED, $449, releasing summer 2022.",
      "reality": "Released on schedule July 28, 2022 at $449 with the promised Tensor chip and design.",
      "status": "shipped",
      "shippedDate": "2022-07",
      "killedDate": null,
      "notes": "On-time release a few months after I/O.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Pixel_6a",
          "title": "Pixel 6a — Wikipedia"
        },
        {
          "url": "https://9to5google.com/2022/05/12/google-pixel-6a-release-date-buds-pro-pixel-7-watch/",
          "title": "Release dates: Pixel 6a, Pixel 7, Pixel Watch, Pixel Buds Pro — 9to5Google"
        }
      ]
    },
    {
      "slug": "pixel-buds-pro",
      "year": 2022,
      "title": "Pixel Buds Pro",
      "category": "Hardware",
      "announced": "Google's first Pixel Buds with active noise cancellation, $199, summer 2022 release.",
      "reality": "Shipped July 28, 2022 at $199 with ANC, transparency mode, and later gained spatial audio.",
      "status": "shipped",
      "shippedDate": "2022-07",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://9to5google.com/2022/05/12/google-pixel-6a-release-date-buds-pro-pixel-7-watch/",
          "title": "Release dates: Pixel 6a, Pixel 7, Pixel Watch, Pixel Buds Pro — 9to5Google"
        },
        {
          "url": "https://www.soundguys.com/google-pixel-buds-pro-review-76163/",
          "title": "Google Pixel Buds Pro review — SoundGuys"
        }
      ]
    },
    {
      "slug": "pixel-7-preview",
      "year": 2022,
      "title": "Pixel 7 and Pixel 7 Pro Preview",
      "category": "Hardware",
      "announced": "Pixel 7/7 Pro with Tensor G2 chip, fall 2022 launch.",
      "reality": "Announced Oct 6, 2022 and shipped Oct 13, 2022 with Tensor G2 as promised.",
      "status": "shipped",
      "shippedDate": "2022-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Pixel_7",
          "title": "Pixel 7 — Wikipedia"
        },
        {
          "url": "https://9to5google.com/2022/09/06/pixel-7-google-tensor-g2/",
          "title": "Google confirms Pixel 7 series will run on new 'Tensor G2' chip"
        }
      ]
    },
    {
      "slug": "pixel-watch",
      "year": 2022,
      "title": "Pixel Watch",
      "category": "Hardware",
      "announced": "First Google-built smartwatch with round display, deep Fitbit integration, fall 2022 release.",
      "reality": "Announced Oct 6, 2022 and shipped Oct 13, 2022. Used aging Exynos 9110 chip, but Fitbit integration and round design delivered. Original Pixel Watch received its final update in 2025.",
      "status": "shipped",
      "shippedDate": "2022-10",
      "killedDate": null,
      "notes": "On schedule; line continues with Pixel Watch 2/3.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Pixel_Watch",
          "title": "Pixel Watch — Wikipedia"
        },
        {
          "url": "https://www.cnbc.com/2022/10/06/google-pixel-7-pixel-7-pro-pixel-watch-price-release-date-specs.html",
          "title": "Google Pixel 7, Pixel 7 Pro, Pixel Watch release on Oct. 13 — CNBC"
        }
      ]
    },
    {
      "slug": "pixel-tablet",
      "year": 2022,
      "title": "Pixel Tablet",
      "category": "Hardware",
      "announced": "New first-party Google tablet for 2023 launch, with charging speaker dock.",
      "reality": "Shipped June 2023 with Tensor G2 and charging dock as promised. Pixel Tablet 2 canceled in 2024, effectively ending the line.",
      "status": "killed",
      "shippedDate": "2023-06",
      "killedDate": "2024-11",
      "notes": "Original shipped, but the Pixel Tablet product line was effectively killed when Pixel Tablet 2 was canceled.",
      "sources": [
        {
          "url": "https://www.androidcentral.com/tablets/google-pixel-tablet-review",
          "title": "Google Pixel Tablet review — Android Central"
        },
        {
          "url": "https://9to5google.com/2024/11/21/pixel-tablet-2-canceled/",
          "title": "Google reportedly cancels Pixel Tablet 2 over profitability concerns"
        }
      ]
    },
    {
      "slug": "ar-translation-glasses",
      "year": 2022,
      "title": "AR Translation Glasses (Project Iris)",
      "category": "AR/VR",
      "announced": "Famous keynote-ending teaser of prototype AR glasses doing real-time speech translation captions.",
      "reality": "Limited public field tests in the US (Aug 2022) and Canada (Oct 2022), then Project Iris was shelved in early 2023 amid layoffs. No consumer product ever shipped.",
      "status": "vapor",
      "shippedDate": null,
      "killedDate": "2023-06",
      "notes": "Google pivoted to building the AR software platform for partners like Samsung instead.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Project_Iris",
          "title": "Project Iris — Wikipedia"
        },
        {
          "url": "https://www.businesstoday.in/technology/news/story/google-has-reportedly-killed-project-iris-augmented-reality-glasses-387359-2023-06-29",
          "title": "Google has reportedly killed 'Project Iris' AR glasses — Business Today"
        }
      ]
    },
    {
      "slug": "ai-test-kitchen",
      "year": 2022,
      "title": "AI Test Kitchen with LaMDA 2",
      "category": "AI",
      "announced": "Limited-access app to demo LaMDA 2 conversational AI ('Imagine It', 'List It', 'Talk About It').",
      "reality": "Launched in 2022 as a limited app. Mobile apps delisted from App Store/Play Store in August 2023; web version stripped to just MusicLM demo as Bard took over.",
      "status": "killed",
      "shippedDate": "2022-08",
      "killedDate": "2023-08",
      "notes": "Effectively rebranded as Bard (now Gemini) — original Test Kitchen never matured.",
      "sources": [
        {
          "url": "https://techcrunch.com/2023/08/02/google-pulls-its-ai-test-kitchen-app-from-play-store-and-app-store/",
          "title": "Google pulls its AI Test Kitchen app from Play Store and App Store — TechCrunch"
        },
        {
          "url": "https://9to5google.com/2023/08/01/google-delists-ai-test-kitchen-app/",
          "title": "Google delists AI Test Kitchen app on Android and iOS"
        }
      ]
    },
    {
      "slug": "palm",
      "year": 2022,
      "title": "PaLM (Pathways Language Model)",
      "category": "AI",
      "announced": "540B-parameter model demonstrating breakthrough reasoning, code generation, multilingual performance. Research, no product.",
      "reality": "PaLM API released to developers March 2023, then quickly succeeded by PaLM 2 at I/O 2023, then Gemini in late 2023. PaLM API sunset April 2024.",
      "status": "rebranded",
      "shippedDate": "2023-03",
      "killedDate": null,
      "notes": "Became foundation for Bard/Workspace AI; now superseded by Gemini family, which delivers the original promise at greater scale.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/PaLM",
          "title": "PaLM — Wikipedia"
        },
        {
          "url": "https://research.google/blog/pathways-language-model-palm-scaling-to-540-billion-parameters-for-breakthrough-performance/",
          "title": "Pathways Language Model (PaLM) — Google Research"
        }
      ]
    },
    {
      "slug": "immersive-view-maps",
      "year": 2022,
      "title": "Immersive View in Google Maps",
      "category": "Maps",
      "announced": "Photorealistic 3D fusion of aerial + Street View imagery to fly through cities, launching in select cities later in 2022.",
      "reality": "First rolled out February 2023 in five cities (LA, NY, SF, London, Tokyo); expanded to ~500 landmarks through 2023. By 2026 superseded by Gemini-powered Immersive Navigation, which delivers the original promise.",
      "status": "rebranded",
      "shippedDate": "2023-02",
      "killedDate": null,
      "notes": "Initially shipped late (~6-9 months); the feature has since been folded into and rebranded as Immersive Navigation in current Maps.",
      "sources": [
        {
          "url": "https://9to5google.com/2023/03/20/google-maps-immersive-view-rolling-out/",
          "title": "Google Maps Immersive View finally appears to be rolling out — 9to5Google"
        },
        {
          "url": "https://blog.google/products-and-platforms/products/maps/google-maps-october-2023-update/",
          "title": "Google Maps update: Immersive View for Routes and new AI features"
        }
      ]
    },
    {
      "slug": "multisearch",
      "year": 2022,
      "title": "Multisearch in Google Lens",
      "category": "Search",
      "announced": "Search using image + text together in Google Lens, building on the April 2022 beta.",
      "reality": "Beta launched April 2022, formally expanded throughout 2022–2023, and integrated into mainstream Lens / Circle to Search.",
      "status": "shipped",
      "shippedDate": "2022-04",
      "killedDate": null,
      "notes": "Clear win — delivered on time and scaled up.",
      "sources": [
        {
          "url": "https://techcrunch.com/2022/04/07/googles-multisearch-search-using-text-images/",
          "title": "Google's new 'multisearch' feature lets you search using text and images — TechCrunch"
        },
        {
          "url": "https://www.searchenginejournal.com/google-multisearch/444987/",
          "title": "Google Multisearch: A New Way To Search With Text & Images"
        }
      ]
    },
    {
      "slug": "multisearch-near-me",
      "year": 2022,
      "title": "Multisearch Near Me",
      "category": "Search",
      "announced": "Pair an image with 'near me' to find local retailers stocking the item, English/US 'this fall' 2022.",
      "reality": "Rolled out in US English in late 2022; expanded to more languages through 2023.",
      "status": "shipped",
      "shippedDate": "2022-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://techcrunch.com/2022/09/28/google-to-launch-its-image-and-text-based-multisearch-near-me-local-search-feature-in-the-u-s/",
          "title": "Google to launch Multisearch Near Me in the US — TechCrunch"
        },
        {
          "url": "https://searchengineland.com/google-multisearch-to-gain-near-me-support-385104",
          "title": "Google multisearch to gain near me support — Search Engine Land"
        }
      ]
    },
    {
      "slug": "scene-exploration",
      "year": 2022,
      "title": "Scene Exploration in Lens",
      "category": "Search",
      "announced": "Pan camera across a scene to get overlaid info on every object — 'Ctrl+F for the world'.",
      "reality": "Never shipped as the named 'Scene Exploration' feature. Camera-pan visual search ideas eventually surfaced via Circle to Search (2024) and Gemini Live video.",
      "status": "vapor",
      "shippedDate": null,
      "killedDate": null,
      "notes": "Spiritual successors exist but the demo as shown never landed.",
      "sources": [
        {
          "url": "https://9to5google.com/2022/05/11/google-lens-scene-exploration-io22/",
          "title": "Google Lens to add futuristic 'Scene Exploration' tool — 9to5Google"
        },
        {
          "url": "https://www.searchenginejournal.com/google-scene-exploration-searches-the-world-around-you/449804/",
          "title": "Google I/O Multisearch Update: Search The World Around You"
        }
      ]
    },
    {
      "slug": "docs-auto-summaries",
      "year": 2022,
      "title": "Auto-Summarization in Google Docs",
      "category": "Workspace",
      "announced": "Docs would auto-generate summaries of the document for you.",
      "reality": "Launched 2022 as suggested summaries for Workspace Business customers; greatly expanded with Gemini in 2024–2026 (including audio summaries), but remains gated to paid Workspace tiers.",
      "status": "scaled-back",
      "shippedDate": "2022-08",
      "killedDate": null,
      "notes": "Gated to paid Workspace tiers, not the universal feature implied at I/O.",
      "sources": [
        {
          "url": "https://research.google/blog/auto-generated-summaries-in-google-docs/",
          "title": "Auto-generated Summaries in Google Docs — Google Research"
        },
        {
          "url": "https://www.engadget.com/google-docs-automatic-summarization-chat-172231959.html",
          "title": "Google is bringing automatic summaries to Docs and Chat — Engadget"
        }
      ]
    },
    {
      "slug": "chat-summaries",
      "year": 2022,
      "title": "Conversation Summaries in Google Chat",
      "category": "Workspace",
      "announced": "Digest summaries of unread chat conversations using Pegasus model.",
      "reality": "Launched October 2022 on web for Workspace Spaces; later folded into Gemini's chat summarization in 2025, gated to paid Workspace tiers.",
      "status": "scaled-back",
      "shippedDate": "2022-10",
      "killedDate": null,
      "notes": "Original Pegasus-based summaries shipped on time but feature was scoped to Workspace customers, and the modern version is gated behind paid Gemini add-ons.",
      "sources": [
        {
          "url": "https://workspaceupdates.googleblog.com/2022/10/conversation-summaries-in-google-chat.html",
          "title": "Conversation summaries in Google Chat — Workspace Updates"
        },
        {
          "url": "https://research.google/blog/conversation-summaries-in-google-chat/",
          "title": "Conversation Summaries in Google Chat — Google Research"
        }
      ]
    },
    {
      "slug": "meet-summaries",
      "year": 2022,
      "title": "Google Meet Auto-Summarization (missed meetings)",
      "category": "Workspace",
      "announced": "Meet would auto-transcribe and summarize meetings you missed.",
      "reality": "Meeting summaries ('Take notes for me') eventually shipped via Duet AI / Gemini in 2023–2024, restricted to paid Gemini Workspace add-ons. Never delivered as the universal Meet capability hinted at I/O.",
      "status": "scaled-back",
      "shippedDate": "2023-08",
      "killedDate": null,
      "notes": "Now a Gemini-gated paid feature, not the universal Meet capability hinted at I/O.",
      "sources": [
        {
          "url": "https://workspace.google.com/blog/product-announcements/introducing-new-ai-to-help-people-thrive-in-hybrid-work",
          "title": "Hybrid work innovations for Google Workspace at Google I/O"
        },
        {
          "url": "https://support.google.com/meet/answer/14754931?hl=en",
          "title": "Take notes for me in Google Meet — Google Help"
        }
      ]
    },
    {
      "slug": "meet-portrait-light",
      "year": 2022,
      "title": "Google Meet Portrait Light & Portrait Restore",
      "category": "Workspace",
      "announced": "ML-powered studio-quality lighting and image restoration to make you look better on video calls.",
      "reality": "Portrait Light and Portrait Restore shipped to Workspace customers later in 2022.",
      "status": "shipped",
      "shippedDate": "2022-12",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://www.marktechpost.com/2022/05/22/google-adds-machine-learning-powered-studio-lighting-to-video-calls/",
          "title": "Google Adds Machine Learning-Powered Studio Lighting to Video Calls"
        },
        {
          "url": "https://9to5google.com/2022/05/11/google-workspace-io-2022/",
          "title": "Google Chat AI summaries, Meet portrait lighting, and more — 9to5Google"
        }
      ]
    },
    {
      "slug": "meet-live-sharing-sdk",
      "year": 2022,
      "title": "Google Meet Live Sharing SDK",
      "category": "Developer",
      "announced": "SDK letting apps sync experiences inside Meet calls (co-watch YouTube, queue music, play games together).",
      "reality": "SDK launched but never gained meaningful adoption. YouTube and a few partners shipped integrations but Live Sharing remains a niche feature.",
      "status": "scaled-back",
      "shippedDate": "2022-10",
      "killedDate": null,
      "notes": "Shipped but failed to become a major Meet platform.",
      "sources": [
        {
          "url": "https://developers.googleblog.com/introducing-the-google-meet-live-sharing-sdk/",
          "title": "Introducing the Google Meet Live Sharing SDK — Google Developers"
        },
        {
          "url": "https://workspace.google.com/blog/product-announcements/workflows-across-workspace",
          "title": "Build connected workflows with new APIs and SDK for Google Workspace"
        }
      ]
    },
    {
      "slug": "android-13",
      "year": 2022,
      "title": "Android 13",
      "category": "Android",
      "announced": "Themed app icons, per-app language preferences, multi-device improvements, privacy/security tweaks.",
      "reality": "Released to AOSP and Pixel devices on August 15, 2022 with all marquee features.",
      "status": "shipped",
      "shippedDate": "2022-08",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_13",
          "title": "Android 13 — Wikipedia"
        },
        {
          "url": "https://developer.android.com/about/versions/13",
          "title": "Android 13 — Android Developers"
        }
      ]
    },
    {
      "slug": "wear-os-3-updates",
      "year": 2022,
      "title": "Wear OS Updates",
      "category": "Android",
      "announced": "New apps coming to Wear OS (YouTube Music, Google Wallet, etc.) and platform improvements ahead of Pixel Watch.",
      "reality": "YouTube Music, Google Wallet, Maps redesigns all shipped on Wear OS 3.x through late 2022 with the Pixel Watch.",
      "status": "shipped",
      "shippedDate": "2022-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://android-developers.googleblog.com/2022/10/the-new-google-pixel-watch-is-here.html",
          "title": "The new Google Pixel Watch is here — Android Developers Blog"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Pixel_Watch",
          "title": "Pixel Watch — Wikipedia"
        }
      ]
    },
    {
      "slug": "android-auto-coolwalk",
      "year": 2022,
      "title": "Android Auto Redesign (Coolwalk)",
      "category": "Android",
      "announced": "Major redesign for Android Auto adapting to all screen sizes, splitting nav/media side-by-side, promised 'later this summer'.",
      "reality": "Slipped multiple times; beta in December 2022 and stable rollout from January 5, 2023.",
      "status": "shipped-late",
      "shippedDate": "2023-01",
      "killedDate": null,
      "notes": "About 6 months behind original implied timeline.",
      "sources": [
        {
          "url": "https://9to5google.com/2023/01/16/android-auto-coolwalk-poll/",
          "title": "Do you have the Android Auto 'Coolwalk' redesign yet? — 9to5Google"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Android_Auto",
          "title": "Android Auto — Wikipedia"
        }
      ]
    },
    {
      "slug": "magic-eraser-expansion",
      "year": 2022,
      "title": "Magic Eraser for non-Pixel and Google One",
      "category": "Photos",
      "announced": "Magic Eraser expanding from Pixel 6-exclusive to all Pixels (and broader access).",
      "reality": "Rolled out to all Pixels in 2022 and to Google One subscribers (Android and iOS) in February 2023 — about 9 months after I/O.",
      "status": "shipped-late",
      "shippedDate": "2023-02",
      "killedDate": null,
      "notes": "Broad availability slipped past 6mo; now overshadowed by Magic Editor (Pixel 8 era).",
      "sources": [
        {
          "url": "https://techcrunch.com/2023/02/23/google-photos-ai-powered-magic-eraser-is-now-a-google-one-subscription-perk/",
          "title": "Google Photos' Magic Eraser is now a Google One subscription perk — TechCrunch"
        },
        {
          "url": "https://www.androidcentral.com/apps-software/magic-eraser-google-one-android-ios",
          "title": "Magic Eraser rolls out for Google One subscribers — Android Central"
        }
      ]
    },
    {
      "slug": "google-wallet-relaunch",
      "year": 2022,
      "title": "Google Wallet Relaunch",
      "category": "Other",
      "announced": "Reborn Wallet app (payments, passes, digital IDs) replacing/coexisting with Google Pay.",
      "reality": "Wallet launched July 2022 in 39 countries; expanded to 50+ by year end. Replaced Google Pay app in the US on June 4, 2024.",
      "status": "shipped",
      "shippedDate": "2022-07",
      "killedDate": null,
      "notes": "Successfully replaced Google Pay in most markets.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Google_Wallet",
          "title": "Google Wallet — Wikipedia"
        },
        {
          "url": "https://blog.google/products/google-pay/payment-apps-update/",
          "title": "Simplifying our payment apps in the U.S. — Google Blog"
        }
      ]
    },
    {
      "slug": "translate-24-languages",
      "year": 2022,
      "title": "24 New Languages in Google Translate",
      "category": "AI",
      "announced": "Adding 24 languages including first indigenous American languages (Quechua, Guarani, Aymara) using Zero-Shot translation.",
      "reality": "Live in Google Translate within days of I/O 2022 keynote; later expanded by 110 more languages in 2024.",
      "status": "shipped",
      "shippedDate": "2022-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/products/translate/24-new-languages/",
          "title": "Google Translate learns 24 new languages — Google Blog"
        },
        {
          "url": "https://techcrunch.com/2022/05/11/google-translate-adds-24-new-languages-including-its-first-indigenous-languages-of-the-americas/",
          "title": "Google Translate adds 24 new languages — TechCrunch"
        }
      ]
    },
    {
      "slug": "maps-eco-routing-europe",
      "year": 2022,
      "title": "Eco-Friendly Routing Expansion to Europe",
      "category": "Maps",
      "announced": "Fuel-efficient route suggestions expanding from US/Canada to Europe.",
      "reality": "Rolled out to 40+ European countries starting September 2022, with engine-type selection for personalized routing.",
      "status": "shipped",
      "shippedDate": "2022-09",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://techcrunch.com/2022/09/06/google-maps-is-expanding-its-eco-friendly-navigation-feature-to-40-more-countries/",
          "title": "Google Maps expanding eco-friendly navigation feature to Europe — TechCrunch"
        },
        {
          "url": "https://blog.google/company-news/inside-google/around-the-globe/google-europe/eco-friendly-routing-in-europe/",
          "title": "Eco-friendly routing in Europe — Google Blog"
        }
      ]
    },
    {
      "slug": "maps-3d-buildings",
      "year": 2022,
      "title": "Maps Buildings Expansion (Africa, India, Indonesia)",
      "category": "Maps",
      "announced": "5x increase in African buildings on Maps (60M to 300M); 2x India/Indonesia using computer vision.",
      "reality": "Building data continued to expand through the Open Buildings dataset and Maps; targets quietly met and exceeded.",
      "status": "shipped",
      "shippedDate": "2022-12",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/technology/developers/io-2022-keynote/",
          "title": "Google I/O 2022: Advancing knowledge and computing — Google Blog"
        },
        {
          "url": "https://sites.research.google/gr/open-buildings/",
          "title": "Open Buildings — Google Research"
        }
      ]
    },
    {
      "slug": "youtube-auto-chapters-80m",
      "year": 2022,
      "title": "YouTube Auto-Generated Chapters Expansion (8M → 80M)",
      "category": "Other",
      "announced": "Expand auto chapters from 8M to 80M videos using DeepMind multimodal models within a year.",
      "reality": "Auto-chapters rolled out widely on YouTube and became standard, but Google never publicly confirmed hitting the specific 80M figure within the promised window.",
      "status": "scaled-back",
      "shippedDate": "2022-12",
      "killedDate": null,
      "notes": "Feature shipped but the specific 80M-video target was never verified publicly.",
      "sources": [
        {
          "url": "https://www.androidcentral.com/apps-software/youtube/youtube-is-making-videos-more-helpful-with-automatic-chapters-and-translation-to-16-languages",
          "title": "YouTube expands automatic chapters — Android Central"
        },
        {
          "url": "https://www.searchenginejournal.com/youtube-begins-adding-chapters-to-videos-automatically/413542/",
          "title": "YouTube Begins Adding Chapters to Videos Automatically"
        }
      ]
    },
    {
      "slug": "youtube-translated-captions",
      "year": 2022,
      "title": "YouTube Translated Captions in 16 Languages on Mobile",
      "category": "Other",
      "announced": "Auto-translated captions in 16 languages on Android and iOS, with Ukrainian coming next.",
      "reality": "Rolled out to YouTube mobile in 2022 as promised; Ukrainian added shortly after.",
      "status": "shipped",
      "shippedDate": "2022-06",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://www.androidcentral.com/apps-software/youtube/youtube-is-making-videos-more-helpful-with-automatic-chapters-and-translation-to-16-languages",
          "title": "YouTube expands automatic chapters, translated captions in 16 languages — Android Central"
        },
        {
          "url": "https://support.google.com/youtube/answer/4792576?hl=en",
          "title": "YouTube tools to translate your content — YouTube Help"
        }
      ]
    },
    {
      "slug": "youtube-video-transcripts",
      "year": 2022,
      "title": "YouTube Video Transcripts on Mobile",
      "category": "Other",
      "announced": "Auto speech-recognition transcripts coming to YouTube on Android and iOS.",
      "reality": "Transcripts rolled out to YouTube mobile through 2022–2023.",
      "status": "shipped-late",
      "shippedDate": "2023-02",
      "killedDate": null,
      "notes": "Took ~9 months from I/O to land on mobile.",
      "sources": [
        {
          "url": "https://blog.google/technology/developers/io-2022-keynote/",
          "title": "Google I/O 2022: Advancing knowledge and computing"
        },
        {
          "url": "https://9to5google.com/2023/02/02/youtube-mobile-transcript/",
          "title": "YouTube mobile transcripts roll out — 9to5Google"
        }
      ]
    },
    {
      "slug": "ml-hub-oklahoma",
      "year": 2022,
      "title": "Machine Learning Hub in Oklahoma (TPU v4)",
      "category": "Cloud",
      "announced": "World's largest publicly available ML hub in Mayes County, OK with 8 TPU v4 pods, 90% carbon-free energy.",
      "reality": "Site went live with TPU v4 capacity available via Google Cloud through 2022–2023; now expanded for TPU v5 and beyond.",
      "status": "shipped",
      "shippedDate": "2022-08",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/technology/developers/io-2022-keynote/",
          "title": "Google I/O 2022: Advancing knowledge and computing"
        },
        {
          "url": "https://cloud.google.com/blog/products/compute/cloud-tpu-v4-now-available",
          "title": "Cloud TPU v4 now available — Google Cloud Blog"
        }
      ]
    },
    {
      "slug": "privacy-sandbox-android",
      "year": 2022,
      "title": "Privacy Sandbox on Android Timeline",
      "category": "Android",
      "announced": "Multi-year initiative to bring privacy-preserving ad APIs (Topics, FLEDGE, Attribution Reporting) to Android.",
      "reality": "Developer previews through 2022, beta on Android 13 in Feb 2023, GA on Android 13+ in 2024, broader production rollout pushed to 2025+. Significantly slower than original implied timelines.",
      "status": "scaled-back",
      "shippedDate": "2024-02",
      "killedDate": null,
      "notes": "Reached GA but ambitious original timeline slipped by years; Chrome cookie deprecation also rolled back. Shipped meaningfully less than originally pitched.",
      "sources": [
        {
          "url": "https://privacysandbox.google.com/overview/android-progress-updates",
          "title": "Progress updates on Privacy Sandbox for Android — Google"
        },
        {
          "url": "https://thehackernews.com/2022/11/google-to-roll-out-privacy-sandbox-beta.html",
          "title": "Google to Roll Out Privacy Sandbox Beta on Android 13 — Hacker News"
        }
      ]
    },
    {
      "slug": "project-starline-2022",
      "year": 2022,
      "title": "Project Starline Update",
      "category": "Hardware",
      "announced": "Continued progress on 3D video telepresence booth; deploying prototypes inside select enterprise partners.",
      "reality": "Prototype shrunk dramatically by I/O 2023 using AI; deployed to Salesforce, T-Mobile, WeWork for testing. Rebranded as Google Beam and shipped via HP partnership in 2025 at $24,999 — far from a mainstream consumer/enterprise product.",
      "status": "scaled-back",
      "shippedDate": "2025-06",
      "killedDate": null,
      "notes": "Took 4+ years to reach commercial availability under the Google Beam brand, and the $24,999 price tag makes it a niche enterprise product rather than the broadly deployable telepresence vision originally pitched.",
      "sources": [
        {
          "url": "https://blog.google/technology/research/project-starline-prototype/",
          "title": "Google unveils new Project Starline prototype at I/O 2023"
        },
        {
          "url": "https://www.androidcentral.com/apps-software/project-starline-is-now-google-beam-but-whats-new-i-tried-it-to-find-out",
          "title": "Project Starline is now Google Beam — Android Central"
        }
      ]
    },
    {
      "slug": "meet-rest-api",
      "year": 2022,
      "title": "Google Meet REST and Events APIs",
      "category": "Developer",
      "announced": "Developer APIs to pre-configure and launch Meet calls from third-party apps, plus event notifications.",
      "reality": "Meet REST API entered preview in 2023 and reached general availability through 2024 — nearly two years after announcement.",
      "status": "shipped-late",
      "shippedDate": "2024-02",
      "killedDate": null,
      "notes": "About 20 months past the implied 2022 timeline.",
      "sources": [
        {
          "url": "https://developers.google.com/workspace/newsletters/issues/2022-may",
          "title": "Google Workspace Developers Newsletter — May 2022"
        },
        {
          "url": "https://developers.google.com/meet/api/guides/overview",
          "title": "Google Meet REST API overview"
        }
      ]
    },
    {
      "slug": "meet-de-reverberation",
      "year": 2022,
      "title": "Google Meet De-Reverberation",
      "category": "Workspace",
      "announced": "Audio ML feature to filter out echoes in rooms with hard surfaces during Meet calls.",
      "reality": "Rolled out to Workspace tiers in late 2022 and is on by default in current Meet.",
      "status": "shipped",
      "shippedDate": "2022-11",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://workspace.google.com/blog/product-announcements/introducing-new-ai-to-google-meet",
          "title": "Hybrid work innovations for Google Workspace at Google I/O"
        },
        {
          "url": "https://9to5google.com/2022/05/11/google-workspace-io-2022/",
          "title": "Google Workspace at Google I/O 2022 — 9to5Google"
        }
      ]
    },
    {
      "slug": "assistant-multilingual-look-and-talk",
      "year": 2022,
      "title": "Assistant 'Look and Talk' & Multilingual Improvements (Nest Hub Max)",
      "category": "AI",
      "announced": "On Nest Hub Max, look at the device and just speak — no 'Hey Google' needed; plus improved multilingual quick-phrase recognition.",
      "reality": "Look and Talk launched in the US on Nest Hub Max in mid-2022. Google Assistant has been progressively wound down across 2024-2026 in favor of Gemini, with the legacy Assistant being phased out in 2026.",
      "status": "killed",
      "shippedDate": "2022-05",
      "killedDate": "2026-03",
      "notes": "Shipped on time but the host product (Google Assistant) is being killed and replaced by Gemini in 2026.",
      "sources": [
        {
          "url": "https://blog.google/products/assistant/google-assistant-io-2022/",
          "title": "Have more natural conversations with Google Assistant — Google Blog"
        },
        {
          "url": "https://9to5google.com/2022/07/14/look-and-talk-nest-hub-max/",
          "title": "Google Assistant 'Look and Talk' rolls out on Nest Hub Max — 9to5Google"
        }
      ]
    },
    {
      "slug": "monk-skin-tone-scale",
      "year": 2022,
      "title": "Monk Skin Tone Scale in Search and Photos",
      "category": "Search",
      "announced": "Adopting the 10-shade Monk Skin Tone scale across Google products (Search image results, Photos filters) for more inclusive representation.",
      "reality": "Search image filters using MST scale launched May 2022; integrated into Real Tone in Photos and made available as an open-source resource for the wider industry.",
      "status": "shipped",
      "shippedDate": "2022-05",
      "killedDate": null,
      "notes": "Now standard across Search, Photos, and Pixel camera; open-sourced for industry adoption.",
      "sources": [
        {
          "url": "https://blog.google/products/search/monk-skin-tone-scale/",
          "title": "A new approach to skin tone in search — Google Blog"
        },
        {
          "url": "https://skintone.google/",
          "title": "Monk Skin Tone Scale — Google"
        }
      ]
    },
    {
      "slug": "palm-2",
      "year": 2023,
      "title": "PaLM 2",
      "category": "AI",
      "announced": "New foundation model family (Gecko, Otter, Bison, Unicorn) powering 25+ Google products, Bard, and Vertex AI.",
      "reality": "Shipped at I/O 2023 and powered Bard/Workspace for ~7 months, then was effectively superseded by Gemini in December 2023. The Codey/Imagen/Med-PaLM/Sec-PaLM tunes were all migrated to Gemini-based replacements through 2024.",
      "status": "rebranded",
      "shippedDate": "2023-05",
      "killedDate": "2024-04",
      "notes": "PaLM API was deprecated in favor of Gemini API.",
      "sources": [
        {
          "url": "https://blog.google/technology/ai/google-palm-2-ai-large-language-model/",
          "title": "Google AI: What to know about the PaLM 2"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Google_Gemini",
          "title": "Google Gemini — Wikipedia"
        }
      ]
    },
    {
      "slug": "bard-international",
      "year": 2023,
      "title": "Bard (PaLM 2 upgrade, 180-country expansion)",
      "category": "AI",
      "announced": "Bard upgraded to PaLM 2, waitlist removed, available in 180 countries, Japanese and Korean added, 40 languages coming.",
      "reality": "Shipped on the day. Bard kept evolving (Extensions in Sept 2023, Gemini Pro under the hood in Dec 2023), then was fully rebranded to Gemini in February 2024.",
      "status": "rebranded",
      "shippedDate": "2023-05",
      "killedDate": "2024-02",
      "notes": "Now lives as the Gemini app.",
      "sources": [
        {
          "url": "https://9to5google.com/2024/02/03/google-bard-gemini-rebrand-android-app-date/",
          "title": "Bard becomes 'Gemini' on February 7"
        },
        {
          "url": "https://blog.google/technology/ai/google-io-2023-keynote-sundar-pichai/",
          "title": "Google I/O 2023 keynote recap"
        }
      ]
    },
    {
      "slug": "search-generative-experience",
      "year": 2023,
      "title": "Search Generative Experience (SGE)",
      "category": "Search",
      "announced": "Generative AI snapshot at the top of Search results, launching as a Search Labs experiment in the US.",
      "reality": "Sat in Labs for ~12 months despite repeated 'coming soon' messaging. Finally launched to all US users in May 2024 — but renamed AI Overviews and immediately went viral for telling people to put glue on pizza and eat rocks. Google then sharply scaled back triggering, removed AI Overviews for many health/medical/sensitive queries, and added more conservative guardrails.",
      "status": "scaled-back",
      "shippedDate": "2024-05",
      "killedDate": null,
      "notes": "Shipped ~12 months late AND scaled back after the glue-on-pizza fiasco — per stricter rubric, pick the less generous label (scaled-back).",
      "sources": [
        {
          "url": "https://www.searchenginejournal.com/google-rolls-out-sge-ai-powered-overviews/516279/",
          "title": "Google Rolls Out AI-Powered Overviews"
        },
        {
          "url": "https://www.brightedge.com/blog/10-observations-about-transition-sge-ai-overviews-may-2024",
          "title": "Transition of SGE to AI Overviews"
        }
      ]
    },
    {
      "slug": "help-me-write-gmail",
      "year": 2023,
      "title": "'Help me write' in Gmail",
      "category": "Workspace",
      "announced": "Generative AI drafting full emails in Gmail, launching via Workspace Labs waitlist.",
      "reality": "Rolled out through Workspace Labs in 2023, then bundled into the Duet AI / Gemini for Workspace paid add-on in 2024. Now a core Gemini feature with Drive/Gmail context and tone matching.",
      "status": "shipped",
      "shippedDate": "2023-08",
      "killedDate": null,
      "notes": "Available in multiple languages.",
      "sources": [
        {
          "url": "https://workspaceupdates.googleblog.com/2024/08/refine-emails-faster-with-help-me-write-gmail.html",
          "title": "Refine emails faster with Help me write"
        },
        {
          "url": "https://support.google.com/mail/answer/13384326",
          "title": "Draft emails with Gemini in Gmail"
        }
      ]
    },
    {
      "slug": "sidekick-docs",
      "year": 2023,
      "title": "Sidekick in Google Docs",
      "category": "Workspace",
      "announced": "Contextual AI side panel in Docs that reads your document and proactively suggests prompts.",
      "reality": "Never shipped under the Sidekick name. The side-panel concept survived inside Duet AI, then again inside Gemini side panel for Workspace.",
      "status": "rebranded",
      "shippedDate": "2024-02",
      "killedDate": null,
      "notes": "Lives on as the Gemini side panel in Docs/Sheets/Slides.",
      "sources": [
        {
          "url": "https://techcrunch.com/2023/05/10/googles-sidekick-offers-contextual-prompts-to-get-better-results-from-ai/",
          "title": "Google's 'Sidekick' offers contextual prompts"
        },
        {
          "url": "https://9to5google.com/2024/02/21/google-workspace-gemini/",
          "title": "Google rebrands Duet AI in Workspace to Gemini"
        }
      ]
    },
    {
      "slug": "duet-ai-workspace",
      "year": 2023,
      "title": "Duet AI for Google Workspace",
      "category": "Workspace",
      "announced": "Generative AI assistant across Gmail, Docs, Sheets, Slides, Meet — Google's Microsoft Copilot answer.",
      "reality": "Generally available as a $30/user paid add-on in August 2023. Less than 6 months later, rebranded as Gemini for Workspace (Feb 2024) with new Business and Enterprise tiers.",
      "status": "rebranded",
      "shippedDate": "2023-08",
      "killedDate": "2024-02",
      "notes": "Duet AI brand had one of the shortest commercial lifespans in Google history.",
      "sources": [
        {
          "url": "https://9to5google.com/2024/02/21/google-workspace-gemini/",
          "title": "Google rebrands Duet AI"
        },
        {
          "url": "https://workspace.google.com/blog/product-announcements/duet-ai",
          "title": "Introducing Duet AI for Google Workspace"
        }
      ]
    },
    {
      "slug": "magic-editor-photos",
      "year": 2023,
      "title": "Magic Editor in Google Photos",
      "category": "Photos",
      "announced": "Generative AI photo editor that can reposition subjects, fill backgrounds, change lighting/sky.",
      "reality": "Shipped as Pixel 8 exclusive (Oct 2023), then expanded to Pixel 6+ (May 2024), then to ALL Google Photos users (May 2024) with 10 free saves/month; unlimited on Pixel or Google One Premium.",
      "status": "shipped",
      "shippedDate": "2023-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/products/photos/google-photos-editing-features-availability/",
          "title": "Google Photos expands AI editing features"
        },
        {
          "url": "https://9to5google.com/2024/05/21/magic-editor-google-pixel/",
          "title": "Magic Editor expands past Pixel 8"
        }
      ]
    },
    {
      "slug": "magic-compose-messages",
      "year": 2023,
      "title": "Magic Compose in Messages",
      "category": "Android",
      "announced": "AI-rewrites your draft RCS messages in different styles (Shakespeare, Chill, Lyrical, etc.).",
      "reality": "Beta launched May 2023 for Google One subscribers in the US. Never reached general availability in three years and started disappearing from beta builds in Jan 2025. Effectively dead — Gemini in Messages took over the use case.",
      "status": "killed",
      "shippedDate": "2023-05",
      "killedDate": "2025-01",
      "notes": "Never reached GA at promised scope and was pulled from beta — under the strict rubric this is killed, not scaled-back.",
      "sources": [
        {
          "url": "https://9to5google.com/2023/05/25/google-messages-magic-compose-beta/",
          "title": "Magic Compose beta starts rolling out"
        },
        {
          "url": "https://9to5google.com/2025/01/20/google-messages-magic-compose-beta-missing/",
          "title": "Magic Compose missing from beta"
        }
      ]
    },
    {
      "slug": "pixel-fold",
      "year": 2023,
      "title": "Pixel Fold",
      "category": "Hardware",
      "announced": "Google's first foldable phone, $1,799, 5.8\" cover + 7.6\" inner OLED, Tensor G2.",
      "reality": "Shipped on time in June 2023. Discontinued from the Google Store in August 2024 after just 14 months; the line continued as the differently-branded Pixel 9 Pro Fold.",
      "status": "killed",
      "shippedDate": "2023-06",
      "killedDate": "2024-08",
      "notes": "No 'Pixel Fold 2' ever shipped. Line absorbed into Pixel numbering.",
      "sources": [
        {
          "url": "https://9to5google.com/2024/08/13/google-pixel-fold-7-pro-stops-sales/",
          "title": "Google stops selling original Pixel Fold"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Pixel_9_Pro_Fold",
          "title": "Pixel 9 Pro Fold — Wikipedia"
        }
      ]
    },
    {
      "slug": "pixel-tablet-2023",
      "year": 2023,
      "title": "Pixel Tablet (with charging speaker dock)",
      "category": "Hardware",
      "announced": "$499 Android tablet with magnetic charging speaker dock turning it into a smart display.",
      "reality": "Shipped in June 2023. Sold as dock-less version in May 2024. Pixel Tablet 2 reportedly cancelled in November 2024 over profitability concerns.",
      "status": "killed",
      "shippedDate": "2023-06",
      "killedDate": "2024-11",
      "notes": "Original device still sold, but the product line itself is effectively on ice.",
      "sources": [
        {
          "url": "https://9to5google.com/2024/11/21/pixel-tablet-2-canceled/",
          "title": "Google cancels Pixel Tablet 2"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Pixel_Tablet",
          "title": "Pixel Tablet — Wikipedia"
        }
      ]
    },
    {
      "slug": "pixel-7a",
      "year": 2023,
      "title": "Pixel 7a",
      "category": "Hardware",
      "announced": "$499 mid-range Pixel with Tensor G2, 90Hz OLED, wireless charging.",
      "reality": "Shipped same day as the announcement (May 10, 2023). Succeeded by Pixel 8a (May 2024) and Pixel 9a (March 2025).",
      "status": "shipped",
      "shippedDate": "2023-05",
      "killedDate": null,
      "notes": "Perhaps the most boring entry on this list — it just worked.",
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Pixel_7a",
          "title": "Pixel 7a — Wikipedia"
        },
        {
          "url": "https://9to5google.com/2023/04/17/pixel-7a-starts-499-may-11/",
          "title": "Pixel 7a to start at $499"
        }
      ]
    },
    {
      "slug": "studio-bot",
      "year": 2023,
      "title": "Studio Bot in Android Studio",
      "category": "Developer",
      "announced": "AI coding assistant built on Codey, integrated in Android Studio for code generation and Q&A.",
      "reality": "Limited preview in Sept 2023 (US only). Rebranded Gemini in Android Studio in April 2024, upgraded to Gemini 1.0 Pro, available in 180+ countries — and free.",
      "status": "rebranded",
      "shippedDate": "2023-09",
      "killedDate": "2024-04",
      "notes": "Now Gemini in Android Studio.",
      "sources": [
        {
          "url": "https://android-developers.googleblog.com/2024/04/android-studio-uses-gemini-pro.html",
          "title": "Android Studio uses Gemini Pro"
        },
        {
          "url": "https://www.thurrott.com/a-i/google-gemini-a-i/300607/google-rebrands-studio-bot-to-gemini-in-android-studio",
          "title": "Google Rebrands Studio Bot to Gemini"
        }
      ]
    },
    {
      "slug": "project-tailwind",
      "year": 2023,
      "title": "Project Tailwind",
      "category": "AI",
      "announced": "AI-first research notebook that grounds answers in your own uploaded source documents.",
      "reality": "Renamed NotebookLM in July 2023, opened to US public Dec 2023, went globally viral in Sept 2024 with the Audio Overviews podcast feature. One of Google's biggest AI hits.",
      "status": "rebranded",
      "shippedDate": "2023-07",
      "killedDate": null,
      "notes": "Probably the best outcome of any I/O 2023 announcement.",
      "sources": [
        {
          "url": "https://www.androidauthority.com/project-tailwind-notebooklm-3344791/",
          "title": "Project Tailwind is now NotebookLM"
        },
        {
          "url": "https://en.wikipedia.org/wiki/NotebookLM",
          "title": "NotebookLM — Wikipedia"
        }
      ]
    },
    {
      "slug": "gemini-teaser",
      "year": 2023,
      "title": "Gemini (next-gen multimodal model)",
      "category": "AI",
      "announced": "Briefly teased: a next-generation multimodal foundation model 'in training', built from the ground up to be multimodal.",
      "reality": "Released as Gemini 1.0 (Nano/Pro/Ultra) on December 6, 2023 — 7 months after the I/O tease. Now Google's flagship model family powering virtually everything Google ships.",
      "status": "shipped",
      "shippedDate": "2023-12",
      "killedDate": null,
      "notes": "The teaser was the most consequential moment of the I/O 2023 keynote.",
      "sources": [
        {
          "url": "https://blog.google/technology/ai/google-gemini-ai/",
          "title": "Introducing Gemini"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Gemini_(language_model)",
          "title": "Gemini (language model) — Wikipedia"
        }
      ]
    },
    {
      "slug": "immersive-view-routes",
      "year": 2023,
      "title": "Immersive View for routes (Maps)",
      "category": "Maps",
      "announced": "AI-fused 3D bird's-eye preview of your driving/walking/cycling route, launching in 15 cities by end of 2023.",
      "reality": "Launched on schedule (Oct 2023) in 15 cities. Evolved into 'Immersive Navigation' announced in March 2026 with Gemini-powered enhancements.",
      "status": "shipped",
      "shippedDate": "2023-10",
      "killedDate": null,
      "notes": "Hit its 15-city target.",
      "sources": [
        {
          "url": "https://blog.google/products-and-platforms/products/maps/google-maps-october-2023-update/",
          "title": "Google Maps Immersive View for Routes"
        },
        {
          "url": "https://techcrunch.com/2026/03/12/google-maps-is-getting-an-ai-ask-maps-feature-and-upgraded-immersive-navigation/",
          "title": "Google Maps 'Ask Maps' and Immersive Navigation"
        }
      ]
    },
    {
      "slug": "maps-photo-search",
      "year": 2023,
      "title": "Maps photo-first search",
      "category": "Maps",
      "announced": "AI image-recognition search across community photos to find quirky/visual matches in Maps.",
      "reality": "Rolled out October 2023 in France, Germany, Japan, UK, US.",
      "status": "shipped",
      "shippedDate": "2023-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/products-and-platforms/products/maps/google-maps-october-2023-update/",
          "title": "Google Maps October 2023 update"
        },
        {
          "url": "https://9to5google.com/2023/10/26/google-maps-immersive-view-routes-2/",
          "title": "Google Maps Immersive View for routes"
        }
      ]
    },
    {
      "slug": "universal-translator",
      "year": 2023,
      "title": "Universal Translator (video dubbing with lip-sync)",
      "category": "AI",
      "announced": "Research demo: AI that transcribes, translates, regenerates voice, and lip-syncs the speaker on video.",
      "reality": "Explicitly limited to 'authorized partners' at announcement. Never released publicly. The capability resurfaced piecemeal in YouTube auto-dubbing (without lip-sync) in 2024.",
      "status": "vapor",
      "shippedDate": null,
      "killedDate": null,
      "notes": "Google literally flagged misuse risk on stage — never shipped to consumers.",
      "sources": [
        {
          "url": "https://techcrunch.com/2023/05/10/universal-translator-dubs-and-lip-syncs-speakers-but-google-warns-against-misuse/",
          "title": "Universal translator dubs and lip-syncs speakers"
        },
        {
          "url": "https://slator.com/google-teases-universal-translator-dubbing-developer-conference/",
          "title": "Google Teases 'Universal Translator'"
        }
      ]
    },
    {
      "slug": "musiclm",
      "year": 2023,
      "title": "MusicLM in AI Test Kitchen",
      "category": "AI",
      "announced": "Text-to-music generation, available to try in AI Test Kitchen.",
      "reality": "Available throughout 2023 in Test Kitchen, then quietly retired and replaced by MusicFX (Dec 2023). DeepMind's Lyria became the production model and powers DJ Mode / Lyria Realtime.",
      "status": "rebranded",
      "shippedDate": "2023-05",
      "killedDate": "2023-12",
      "notes": "Brand killed, capability evolved into MusicFX and Lyria.",
      "sources": [
        {
          "url": "https://blog.google/technology/ai/musiclm-google-ai-test-kitchen/",
          "title": "Try MusicLM from Google's AI Test Kitchen"
        },
        {
          "url": "https://vator.tv/2023-12-19-google-releases-generative-ai-music-tool-musicfx-for-public-use/",
          "title": "Google releases MusicFX"
        }
      ]
    },
    {
      "slug": "android-14",
      "year": 2023,
      "title": "Android 14",
      "category": "Android",
      "announced": "Preview shown at I/O with lockscreen customization, AI wallpapers, security upgrades.",
      "reality": "Released October 4, 2023 — slightly later than the usual August schedule, held back to align with Pixel 8 launch.",
      "status": "shipped",
      "shippedDate": "2023-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://en.wikipedia.org/wiki/Android_14",
          "title": "Android 14 — Wikipedia"
        },
        {
          "url": "https://www.androidpolice.com/android-14/",
          "title": "Android 14: The complete guide"
        }
      ]
    },
    {
      "slug": "find-my-device-network-2023",
      "year": 2023,
      "title": "Find My Device network",
      "category": "Android",
      "announced": "Crowdsourced Bluetooth tracking network for Android, with unknown-tracker alerts and tag support — coming 'summer 2023'.",
      "reality": "Delayed nearly a year while Apple shipped matching unknown-tracker protections in iOS 17.5. Finally launched April 8, 2024 — ~10 months late.",
      "status": "shipped-late",
      "shippedDate": "2024-04",
      "killedDate": null,
      "notes": "Almost a year late vs. announced 'summer 2023' window.",
      "sources": [
        {
          "url": "https://9to5google.com/2024/04/04/google-android-find-my-device-network-launch-date/",
          "title": "Find My Device network launch date"
        },
        {
          "url": "https://www.androidpolice.com/google-android-find-device-network-delay/",
          "title": "Find My Device network delay"
        }
      ]
    },
    {
      "slug": "wear-os-4",
      "year": 2023,
      "title": "Wear OS 4",
      "category": "Android",
      "announced": "New version of Wear OS with backup/restore, Gmail and Calendar apps for watches.",
      "reality": "Launched August 2023 on Samsung Galaxy Watch 6, then on Pixel Watch / Pixel Watch 2 in October 2023.",
      "status": "shipped",
      "shippedDate": "2023-08",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://www.androidpolice.com/wear-os-4/",
          "title": "Wear OS 4: Everything you need to know"
        },
        {
          "url": "https://www.androidauthority.com/wear-os-4-official-release-3349979/",
          "title": "Wear OS 4 is now official"
        }
      ]
    },
    {
      "slug": "gen-ai-wallpapers",
      "year": 2023,
      "title": "Generative AI wallpapers",
      "category": "Android",
      "announced": "Create custom wallpapers with text prompts via a diffusion model on Pixel.",
      "reality": "Shipped on Pixel 8 with Android 14 (Oct 2023), expanded to older Pixels and Pixel 8a (May 2024). Still Pixel-only for first-party — Samsung shipped its own version on Galaxy S24.",
      "status": "shipped",
      "shippedDate": "2023-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://techcrunch.com/2023/05/10/androids-new-generative-ai-wallpapers-will-let-you-create-unique-and-personalized-designs/",
          "title": "Android generative AI wallpapers"
        },
        {
          "url": "https://www.androidauthority.com/pixel-8a-ai-wallpapers-3441205/",
          "title": "Pixel 8a AI wallpaper generator"
        }
      ]
    },
    {
      "slug": "cinematic-wallpapers",
      "year": 2023,
      "title": "Cinematic Wallpapers",
      "category": "Android",
      "announced": "AI-powered 3D parallax effect for any photo wallpaper.",
      "reality": "Shipped in the June 2023 Pixel Feature Drop, expanded to all Android 14 devices.",
      "status": "shipped",
      "shippedDate": "2023-06",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://www.androidauthority.com/android-cinematic-wallpapers-3328906/",
          "title": "Android Cinematic Wallpapers"
        },
        {
          "url": "https://www.androidcentral.com/apps-software/how-to-use-cinematic-wallpaper-on-android-14",
          "title": "Cinematic Wallpaper on Android 14"
        }
      ]
    },
    {
      "slug": "about-this-image",
      "year": 2023,
      "title": "'About this image' in Search",
      "category": "Search",
      "announced": "Context panel showing when an image was first indexed, where it's been seen online, and whether it's AI-generated.",
      "reality": "Rolled out globally to English users in October 2023, ~5 months after announcement.",
      "status": "shipped",
      "shippedDate": "2023-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://9to5google.com/2023/10/25/google-about-this-image-launch/",
          "title": "Google Search rolls out 'About this image'"
        },
        {
          "url": "https://techcrunch.com/2023/05/10/google-introduces-new-features-to-help-identify-ai-images-in-search-and-elsewhere/",
          "title": "Google identifies AI images in Search"
        }
      ]
    },
    {
      "slug": "perspectives-search",
      "year": 2023,
      "title": "Perspectives filter in Search",
      "category": "Search",
      "announced": "New 'Perspectives' tab surfacing forum posts, Reddit threads, videos, and personal experiences.",
      "reality": "Launched June 2023. Killed and renamed 'Forums' filter in March 2024 — only nine months in production.",
      "status": "killed",
      "shippedDate": "2023-06",
      "killedDate": "2024-03",
      "notes": "Underlying content carousels remain, but the Perspectives label is gone.",
      "sources": [
        {
          "url": "https://searchengineland.com/google-to-replace-perspectives-filter-with-forums-filter-438473",
          "title": "Google replaces perspectives filter with forums"
        },
        {
          "url": "https://blog.google/products/search/google-search-perspectives/",
          "title": "Google Search: New perspectives"
        }
      ]
    },
    {
      "slug": "codey-vertex",
      "year": 2023,
      "title": "Codey (code generation model)",
      "category": "Cloud",
      "announced": "PaLM 2 fine-tuned for code, available on Vertex AI (code-gecko, code-bison, codechat-bison).",
      "reality": "GA on Vertex AI in June 2023; superseded by Gemini-based Code Assist in 2024. Original Codey endpoints deprecated.",
      "status": "rebranded",
      "shippedDate": "2023-06",
      "killedDate": "2024-04",
      "notes": "Now Gemini Code Assist.",
      "sources": [
        {
          "url": "https://developers.google.com/gemini-code-assist/docs/overview",
          "title": "Gemini Code Assist overview"
        },
        {
          "url": "https://cloud.google.com/blog/products/ai-machine-learning/vertex-ai-next-2023-announcements",
          "title": "Vertex AI Next 2023 announcements"
        }
      ]
    },
    {
      "slug": "imagen-vertex",
      "year": 2023,
      "title": "Imagen on Vertex AI",
      "category": "Cloud",
      "announced": "Text-to-image foundation model for enterprise on Google Cloud.",
      "reality": "GA in June 2023, Imagen 2 (Dec 2023), Imagen 3 (May 2024) on Vertex AI.",
      "status": "shipped",
      "shippedDate": "2023-06",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://cloud.google.com/blog/products/ai-machine-learning/imagen-2-on-vertex-ai-is-now-generally-available",
          "title": "Imagen 2 on Vertex AI is now GA"
        },
        {
          "url": "https://techcrunch.com/2023/05/10/google-brings-new-generative-models-to-vertex-ai-including-imagen/",
          "title": "Google brings generative models to Vertex AI"
        }
      ]
    },
    {
      "slug": "chirp-speech",
      "year": 2023,
      "title": "Chirp Universal Speech Model",
      "category": "Cloud",
      "announced": "2B-parameter speech model with 100+ language transcription, on Vertex AI.",
      "reality": "Shipped on Vertex AI in 2023, evolved to Chirp 2 (2024) and Chirp 3 HD voice with 248 voices in March 2025.",
      "status": "shipped",
      "shippedDate": "2023-06",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://techcrunch.com/2025/03/17/google-adds-its-hd-voice-model-chirp-3-to-its-vertex-ai-platform/",
          "title": "Google adds Chirp 3 to Vertex AI"
        },
        {
          "url": "https://medium.com/google-cloud/getting-started-with-chirp-the-googles-universal-speech-model-usm-on-vertex-ai-f54edaf4da93",
          "title": "Getting started with Chirp on Vertex AI"
        }
      ]
    },
    {
      "slug": "sec-palm",
      "year": 2023,
      "title": "Sec-PaLM (Security AI Workbench)",
      "category": "Cloud",
      "announced": "PaLM 2 fine-tuned for security, malicious-script explanation, threat analysis.",
      "reality": "Shipped to Google Cloud security customers in 2023, then replaced by Sec-Gemini v1 (experimental) in April 2025.",
      "status": "rebranded",
      "shippedDate": "2023-08",
      "killedDate": "2025-04",
      "notes": "Now Sec-Gemini / Gemini in Google SecOps.",
      "sources": [
        {
          "url": "https://security.googleblog.com/2025/04/google-launches-sec-gemini-v1-new.html",
          "title": "Google launches Sec-Gemini v1"
        },
        {
          "url": "https://blog.google/innovation-and-ai/products/google-palm-2-ai-large-language-model/",
          "title": "PaLM 2 announcement"
        }
      ]
    },
    {
      "slug": "med-palm-2",
      "year": 2023,
      "title": "Med-PaLM 2",
      "category": "Cloud",
      "announced": "Medical-domain LLM at 'expert' clinician level, available to trusted Cloud customers.",
      "reality": "GA on Vertex AI (allowlist) in late 2023 as part of MedLM. Google has since announced plans to migrate to a Gemini-based medical model.",
      "status": "rebranded",
      "shippedDate": "2023-12",
      "killedDate": null,
      "notes": "MedLM family is what shipped commercially; Gemini-based medical model in research.",
      "sources": [
        {
          "url": "https://cloud.google.com/blog/topics/healthcare-life-sciences/introducing-medlm-for-the-healthcare-industry",
          "title": "Introducing MedLM"
        },
        {
          "url": "https://blog.google/technology/health/google-generative-ai-healthcare/",
          "title": "Generative AI in healthcare"
        }
      ]
    },
    {
      "slug": "webgpu",
      "year": 2023,
      "title": "WebGPU in Chrome",
      "category": "Web",
      "announced": "Modern GPU API for the web shipping in Chrome 113.",
      "reality": "Shipped stable in Chrome 113 in April 2023. Firefox shipped it in July 2025; Safari in 2024 (Tech Preview) / 2025 stable.",
      "status": "shipped",
      "shippedDate": "2023-04",
      "killedDate": null,
      "notes": "On time, multi-browser adoption took 2+ years.",
      "sources": [
        {
          "url": "https://developer.chrome.com/blog/webgpu-release",
          "title": "Chrome ships WebGPU"
        },
        {
          "url": "https://news.slashdot.org/story/25/07/17/1829201/mozilla-ships-webgpu-in-firefox-141-catching-up-to-chromes-2023-launch",
          "title": "Mozilla Ships WebGPU in Firefox 141"
        }
      ]
    },
    {
      "slug": "baseline-web",
      "year": 2023,
      "title": "Baseline (cross-browser web feature compatibility)",
      "category": "Web",
      "announced": "Initiative to clearly mark which web features are safely usable across all major browsers.",
      "reality": "Launched at I/O 2023 with web.dev / MDN integration; now a widely-adopted standard maintained with the W3C WebDX Community Group.",
      "status": "shipped",
      "shippedDate": "2023-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://web.dev/baseline",
          "title": "Baseline — web.dev"
        },
        {
          "url": "https://9to5google.com/2023/05/10/google-io-2023-developer-keynote-recap/",
          "title": "I/O 2023 developer keynote recap"
        }
      ]
    },
    {
      "slug": "flutter-3-10-dart-3",
      "year": 2023,
      "title": "Flutter 3.10 + Dart 3.0",
      "category": "Developer",
      "announced": "Flutter 3.10 with Impeller on iOS, 42% web load time reduction; Dart 3 with sound null safety, records, patterns, and WebAssembly support.",
      "reality": "Both shipped during I/O 2023.",
      "status": "shipped",
      "shippedDate": "2023-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://9to5google.com/2023/05/10/google-io-2023-developer-keynote-recap/",
          "title": "I/O 2023 developer keynote recap"
        },
        {
          "url": "https://medium.com/dartlang/announcing-dart-3-53f065a10635",
          "title": "Announcing Dart 3"
        }
      ]
    },
    {
      "slug": "play-ai-listings",
      "year": 2023,
      "title": "Play Console AI listing generation",
      "category": "Developer",
      "announced": "AI-generated Play Store listings and review summaries.",
      "reality": "Shipped through Play Console in late 2023 and 2024; AI-powered review summaries went GA.",
      "status": "shipped",
      "shippedDate": "2023-11",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://android-developers.googleblog.com/2023/05/whats-new-in-google-play-io-2023.html",
          "title": "What's new in Google Play at I/O 2023"
        },
        {
          "url": "https://9to5google.com/2023/05/10/google-io-2023-developer-keynote-recap/",
          "title": "I/O 2023 developer keynote recap"
        }
      ]
    },
    {
      "slug": "wallet-rcs-boarding",
      "year": 2023,
      "title": "Google Wallet RCS boarding passes",
      "category": "Android",
      "announced": "Receive flight/train tickets directly in Messages via RCS and save to Wallet — launching with Vietnam Airlines and Renfe.",
      "reality": "Shipped May 2023 with the announced partners. Quietly remained niche — limited additional carrier adoption.",
      "status": "scaled-back",
      "shippedDate": "2023-05",
      "killedDate": null,
      "notes": "Technically shipped, but adoption never spread beyond a handful of partners.",
      "sources": [
        {
          "url": "https://9to5google.com/2023/05/11/google-wallet-rcs-messages/",
          "title": "Messages RCS to Wallet boarding passes"
        },
        {
          "url": "https://developers.google.com/business-communications/rcs-business-messaging/guides/use-cases/boarding-wallet",
          "title": "RCS boarding pass to Google Wallet"
        }
      ]
    },
    {
      "slug": "android-auto-meetings",
      "year": 2023,
      "title": "Zoom, Microsoft Teams, Webex for Android Auto",
      "category": "Android",
      "announced": "Audio-only meetings inside the car with simplified controls.",
      "reality": "Zoom and Webex shipped Sept 2023. Microsoft Teams — one of the three headline partners — didn't arrive until February 2024, ~9 months late.",
      "status": "shipped-late",
      "shippedDate": "2024-02",
      "killedDate": null,
      "notes": "Two of three apps shipped on time, but Teams (a marquee promised partner) was >6mo late, so under the strict rubric the bundle is shipped-late.",
      "sources": [
        {
          "url": "https://9to5google.com/2024/01/05/microsoft-teams-android-auto-release-date/",
          "title": "Microsoft Teams comes to Android Auto"
        },
        {
          "url": "https://9to5google.com/2023/05/10/android-auto-weather-channel-zoom-microsoft-teams/",
          "title": "Android Auto Zoom, Teams"
        }
      ]
    },
    {
      "slug": "google-home-redesign",
      "year": 2023,
      "title": "Google Home app redesign",
      "category": "Other",
      "announced": "New Home app with Favorites/Devices/Automations tabs, plus Wear OS and tablet versions.",
      "reality": "Public release on May 11, 2023. Wear OS update mid-May. Tablet UI in June 2023.",
      "status": "shipped",
      "shippedDate": "2023-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://9to5google.com/2023/05/10/google-home-app-redesign-public/",
          "title": "Google Home app redesign leaves beta"
        },
        {
          "url": "https://www.engadget.com/googles-redesigned-home-app-is-available-to-everyone-185733317.html",
          "title": "Google's redesigned Home app available"
        }
      ]
    },
    {
      "slug": "starline-prototype-2023",
      "year": 2023,
      "title": "Project Starline (slimmed-down prototype)",
      "category": "Hardware",
      "announced": "Slimmer 3D telepresence booth using new AI-fused light-field tech, in testing with enterprise partners.",
      "reality": "Productized via HP partnership announced at I/O 2024 as 'Google Beam', commercial launch 2025. Still niche enterprise hardware, not consumer.",
      "status": "rebranded",
      "shippedDate": "2025-01",
      "killedDate": null,
      "notes": "Now Google Beam, sold through HP.",
      "sources": [
        {
          "url": "https://blog.google/technology/research/google-project-starline-hp-partnership/",
          "title": "Project Starline x HP partnership"
        },
        {
          "url": "https://techcrunch.com/2024/05/13/googles-3d-video-conferencing-platform-project-starline-is-coming-in-2025-with-help-from-hp/",
          "title": "Project Starline coming in 2025 with HP"
        }
      ]
    },
    {
      "slug": "project-idx",
      "year": 2023,
      "title": "Project IDX (browser-based AI IDE)",
      "category": "Developer",
      "announced": "Cloud IDE built on VS Code with AI assistance for full-stack web/mobile, waitlist opened August 2023.",
      "reality": "Waitlist throughout 2023, open beta May 2024, GA in 2024. Rebranded Firebase Studio at Google Cloud Next April 2025.",
      "status": "rebranded",
      "shippedDate": "2024-05",
      "killedDate": "2025-04",
      "notes": "Now Firebase Studio with App Prototyping agent.",
      "sources": [
        {
          "url": "https://firebase.google.com/docs/studio/idx-is-firebase-studio",
          "title": "Project IDX is now Firebase Studio"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Firebase_Studio",
          "title": "Firebase Studio — Wikipedia"
        }
      ]
    },
    {
      "slug": "a3-vm-h100",
      "year": 2023,
      "title": "A3 Virtual Machines with NVIDIA H100",
      "category": "Cloud",
      "announced": "Purpose-built AI supercomputer VMs with 8x NVIDIA H100 GPUs, 3.7Tbps GPU-to-GPU bandwidth.",
      "reality": "GA in August 2023 on schedule. Backbone of Google Cloud's generative AI infrastructure ever since, followed by A3 Mega (2024) and A3 Ultra (late 2024).",
      "status": "shipped",
      "shippedDate": "2023-08",
      "killedDate": null,
      "notes": "One of the most-used GPU VM families on Google Cloud.",
      "sources": [
        {
          "url": "https://cloud.google.com/blog/products/compute/introducing-a3-supercomputers-with-nvidia-h100-gpus",
          "title": "Introducing A3 supercomputers with H100 GPUs"
        },
        {
          "url": "https://cloud.google.com/blog/products/compute/introducing-a3-ultra-with-nvidia-h200-gpus",
          "title": "A3 Ultra with NVIDIA H200 GPUs"
        }
      ]
    },
    {
      "slug": "search-ads-ai",
      "year": 2023,
      "title": "Generative AI in Search ads (conversational campaign creation)",
      "category": "Cloud",
      "announced": "Natural-language workflow in Google Ads to generate ad assets, with AI-powered Search ads inside SGE.",
      "reality": "Conversational ad creation went GA in early 2024. SGE-native ads piloted in late 2023 and rolled into the broader AI Overviews ad experience in 2024–2025.",
      "status": "shipped",
      "shippedDate": "2024-02",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/products/ads-commerce/google-ads-ai-features-io/",
          "title": "Reimagining ads with generative AI"
        },
        {
          "url": "https://searchengineland.com/google-ads-conversational-experience-now-available-in-english-globally-437005",
          "title": "Conversational experience in Google Ads goes global"
        }
      ]
    },
    {
      "slug": "geospatial-creator-arcore",
      "year": 2023,
      "title": "Geospatial Creator (ARCore + Adobe Aero)",
      "category": "Developer",
      "announced": "Tool to anchor AR experiences to real-world locations using Google's geospatial API, partnered with Adobe Aero and Unity.",
      "reality": "Shipped in May 2023 inside Adobe Aero and ARCore. Adoption has remained niche; ARCore itself continues but Adobe Aero was retired in 2024.",
      "status": "scaled-back",
      "shippedDate": "2023-05",
      "killedDate": null,
      "notes": "Shipped on the day, but Aero — its flagship distribution channel — was discontinued.",
      "sources": [
        {
          "url": "https://developers.googleblog.com/en/launching-geospatial-creator-immersive-content-real-world-experiences/",
          "title": "Launching Geospatial Creator"
        },
        {
          "url": "https://helpx.adobe.com/aero/kb/aero-end-of-development.html",
          "title": "Adobe Aero end of development"
        }
      ]
    },
    {
      "slug": "pacm-vertex-extensions",
      "year": 2023,
      "title": "Vertex AI Model Garden + Generative AI Studio",
      "category": "Cloud",
      "announced": "Curated catalog of foundation models (Google + open) and a low-code studio for prompt/tune/deploy on Vertex AI.",
      "reality": "Both shipped at I/O and have grown into core Vertex AI surfaces; Model Garden now hosts 200+ models including Gemini, Claude, Llama, and Mistral.",
      "status": "shipped",
      "shippedDate": "2023-06",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://cloud.google.com/blog/products/ai-machine-learning/google-cloud-launches-new-ai-models-opens-generative-ai-studio",
          "title": "Google Cloud launches Generative AI Studio and Model Garden"
        },
        {
          "url": "https://cloud.google.com/model-garden",
          "title": "Vertex AI Model Garden"
        }
      ]
    },
    {
      "slug": "gemini-1-5-pro-2m-context",
      "year": 2024,
      "title": "Gemini 1.5 Pro with 2M token context",
      "category": "AI",
      "announced": "Gemini 1.5 Pro with a 1M token context window for Advanced subscribers, plus 2M token window in private developer preview.",
      "reality": "The 2M context window opened to all developers on June 27, 2024, six weeks after I/O. Now standard across Gemini 1.5/2.x Pro.",
      "status": "shipped",
      "shippedDate": "2024-06",
      "killedDate": null,
      "notes": "Among the fastest-shipped I/O 2024 announcements.",
      "sources": [
        {
          "url": "https://developers.googleblog.com/en/new-features-for-the-gemini-api-and-google-ai-studio/",
          "title": "Gemini 1.5 Pro 2M context window now available"
        },
        {
          "url": "https://blog.google/inside-google/message-ceo/google-io-2024-keynote-sundar-pichai/",
          "title": "Sundar Pichai's Google I/O 2024 keynote"
        }
      ]
    },
    {
      "slug": "gemini-1-5-flash",
      "year": 2024,
      "title": "Gemini 1.5 Flash",
      "category": "AI",
      "announced": "A lighter, faster, cheaper Gemini model launching in the API on May 14, 2024.",
      "reality": "Shipped on time in preview and went GA on June 27, 2024. Now a workhorse model in the Gemini family.",
      "status": "shipped",
      "shippedDate": "2024-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/technology/developers/gemini-gemma-developer-updates-may-2024/",
          "title": "Gemini 1.5 Flash debut"
        },
        {
          "url": "https://developers.googleblog.com/en/gemini-15-pro-and-15-flash-now-available/",
          "title": "Gemini 1.5 Pro and Flash GA"
        }
      ]
    },
    {
      "slug": "project-astra",
      "year": 2024,
      "title": "Project Astra (universal multimodal AI assistant)",
      "category": "Assistant",
      "announced": "A 'universal AI agent' demoed with a phone camera and prototype glasses understanding the world in real time.",
      "reality": "Remained a research prototype. Capabilities (live video, screen share, memory) were folded into Gemini Live starting April 2025. Glasses still in trusted-tester program in 2026; no consumer Astra product.",
      "status": "scaled-back",
      "shippedDate": "2025-04",
      "killedDate": null,
      "notes": "The viral demo was the splashiest I/O 2024 moment — but the cohesive 'Astra' product never shipped as such.",
      "sources": [
        {
          "url": "https://techcrunch.com/2025/05/20/project-astra-comes-to-google-search-gemini-and-developers/",
          "title": "Project Astra comes to Search, Gemini, developers"
        },
        {
          "url": "https://9to5google.com/2025/04/07/gemini-live-camera-screen-sharing/",
          "title": "Gemini Live rolling out camera & screen sharing"
        }
      ]
    },
    {
      "slug": "ai-overviews-search",
      "year": 2024,
      "title": "AI Overviews in Google Search",
      "category": "Search",
      "announced": "AI Overviews (formerly SGE) rolling out to all U.S. users that week, expanding to one billion people by year-end.",
      "reality": "Shipped on time, then immediately drew ridicule for telling users to put glue on pizza and eat rocks. Google quietly cut AI Overview frequency from ~27% to ~11% of queries within weeks, restricted health queries, and added guardrails. Still live but smaller scope than promised.",
      "status": "scaled-back",
      "shippedDate": "2024-05",
      "killedDate": null,
      "notes": "The single most-mocked Google launch of 2024.",
      "sources": [
        {
          "url": "https://methodshop.com/ai-search-error-pizza-glue/",
          "title": "How a 'pizza glue' recipe reshaped Google's AI search"
        },
        {
          "url": "https://blog.google/products/search/generative-ai-google-search-may-2024/",
          "title": "Generative AI in Search"
        }
      ]
    },
    {
      "slug": "search-multi-step",
      "year": 2024,
      "title": "Multi-step reasoning, meal & trip planning in Search",
      "category": "Search",
      "announced": "Multi-step reasoning, meal plans and trip plans available in Search Labs, with date-night and workout plans coming later in 2024.",
      "reality": "Launched in Search Labs for U.S. English users in May 2024. The standalone planning tools were largely subsumed into the broader AI Mode launched March 2025.",
      "status": "rebranded",
      "shippedDate": "2024-05",
      "killedDate": null,
      "notes": "Effectively absorbed into AI Mode in 2025.",
      "sources": [
        {
          "url": "https://blog.google/products/search/generative-ai-google-search-may-2024/",
          "title": "Generative AI in Search"
        },
        {
          "url": "https://blog.google/products/search/ai-mode-search/",
          "title": "Expanding AI Overviews and introducing AI Mode"
        }
      ]
    },
    {
      "slug": "ask-photos",
      "year": 2024,
      "title": "Ask Photos (Gemini-powered Google Photos search)",
      "category": "Photos",
      "announced": "Gemini in Google Photos for natural-language search of your library, launching 'this summer' (summer 2024).",
      "reality": "Slipped: early-access waitlist opened September 2024, broader rollout pushed to 2025. Google paused the rollout in June 2025 over quality issues, then resumed it later that month. Capability also narrower than the keynote demo suggested.",
      "status": "scaled-back",
      "shippedDate": "2024-09",
      "killedDate": null,
      "notes": "Missed promised 'summer 2024' GA by ~a year and had to be paused mid-2025 for quality — less than promised on both timing and capability.",
      "sources": [
        {
          "url": "https://9to5google.com/2024/09/05/google-asks-photos-early-access/",
          "title": "Google Photos starts rolling out Ask Photos"
        },
        {
          "url": "https://techcrunch.com/2025/06/04/google-delays-rollout-of-its-ask-photos-ai-search-feature/",
          "title": "Google delays rollout of Ask Photos"
        }
      ]
    },
    {
      "slug": "veo",
      "year": 2024,
      "title": "Veo (text-to-video model)",
      "category": "AI",
      "announced": "1080p, minute-plus video generation model — Google's answer to OpenAI's Sora.",
      "reality": "Shipped behind a waitlist in VideoFX in 2024; Veo 2 (4K) launched December 2024; Veo 3, 3.1 and Lite followed through 2025–2026. Available in Vertex AI, AI Studio, VideoFX and YouTube.",
      "status": "shipped",
      "shippedDate": "2024-12",
      "killedDate": null,
      "notes": "Initial Veo 1 launch was gated; broad public access came with Veo 2.",
      "sources": [
        {
          "url": "https://9to5google.com/2024/12/16/google-veo-2/",
          "title": "Google announces Veo 2"
        },
        {
          "url": "https://blog.google/technology/ai/google-generative-ai-veo-imagen-3/",
          "title": "Introducing Veo and Imagen 3"
        }
      ]
    },
    {
      "slug": "imagen-3",
      "year": 2024,
      "title": "Imagen 3 (text-to-image model)",
      "category": "AI",
      "announced": "Highest-quality Google image model with photorealism and improved text rendering.",
      "reality": "Opened in ImageFX (US) August 2024, then expanded to Gemini app, Gemini API, and Vertex AI through Q4 2024.",
      "status": "shipped",
      "shippedDate": "2024-08",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/technology/ai/google-generative-ai-veo-imagen-3/",
          "title": "Introducing Veo and Imagen 3"
        },
        {
          "url": "https://developers.googleblog.com/imagen-3-arrives-in-the-gemini-api/",
          "title": "Imagen 3 arrives in the Gemini API"
        }
      ]
    },
    {
      "slug": "music-ai-sandbox",
      "year": 2024,
      "title": "Music AI Sandbox (with YouTube)",
      "category": "AI",
      "announced": "DeepMind+YouTube tool suite for AI music generation, demoed with Wyclef Jean, Justin Tranter, Marc Rebillet.",
      "reality": "Limited rollout to selected artists only; 'broader access' in 2025 still meant invited musicians. Never opened to the general public despite the broad keynote framing.",
      "status": "scaled-back",
      "shippedDate": "2024-05",
      "killedDate": null,
      "notes": "Pitched as a broader creative tool but remains artist-invite-only as of 2026.",
      "sources": [
        {
          "url": "https://deepmind.google/blog/music-ai-sandbox-now-with-new-features-and-broader-access/",
          "title": "Music AI Sandbox with broader access"
        },
        {
          "url": "https://musically.com/2024/05/15/google-deepmind-and-youtube-show-off-their-music-ai-sandbox/",
          "title": "Google DeepMind and YouTube Music AI Sandbox"
        }
      ]
    },
    {
      "slug": "lyria",
      "year": 2024,
      "title": "Lyria (music generation model)",
      "category": "AI",
      "announced": "DeepMind's music model powering Music AI Sandbox.",
      "reality": "Lyria stayed mostly behind-the-scenes through 2024. A consumer-facing Lyria 3 rolled out in the Gemini app in February 2026, followed by Lyria 3 Pro in March 2026 (full 3-minute tracks).",
      "status": "shipped-late",
      "shippedDate": "2026-02",
      "killedDate": null,
      "notes": "Almost two years before consumers got hands-on access.",
      "sources": [
        {
          "url": "https://blog.google/innovation-and-ai/products/gemini-app/lyria-3/",
          "title": "Lyria 3 in the Gemini app"
        },
        {
          "url": "https://techcrunch.com/2026/03/25/google-launches-lyria-3-pro-music-generation-model/",
          "title": "Google launches Lyria 3 Pro"
        }
      ]
    },
    {
      "slug": "notebooklm-audio",
      "year": 2024,
      "title": "NotebookLM Audio Overviews (podcast generation)",
      "category": "AI",
      "announced": "Early prototype: turn uploaded sources into a podcast-style conversation between two AI hosts.",
      "reality": "Shipped publicly September 2024, became one of Google's surprise viral hits. Interactive Audio Overviews (December 2024), 50+ languages (April 2025), new formats (September 2025).",
      "status": "shipped",
      "shippedDate": "2024-09",
      "killedDate": null,
      "notes": "Arguably the most-loved I/O 2024 product launch.",
      "sources": [
        {
          "url": "https://blog.google/technology/ai/notebooklm-audio-overviews/",
          "title": "NotebookLM Audio Overviews"
        },
        {
          "url": "https://blog.google/innovation-and-ai/models-and-research/google-labs/notebooklm-new-features-december-2024/",
          "title": "NotebookLM new features December 2024"
        }
      ]
    },
    {
      "slug": "gemini-in-workspace-2024",
      "year": 2024,
      "title": "Gemini in Workspace (Gmail Q&A, Docs help)",
      "category": "Workspace",
      "announced": "Gemini 1.5 Pro features inside Gmail, Docs, Drive, Slides, Sheets for paying users.",
      "reality": "Shipped for paid Workspace and Google One AI Premium customers. Later (January 2025) Google removed the upcharge and bundled most Gemini features into standard Workspace plans.",
      "status": "shipped",
      "shippedDate": "2024-06",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://workspaceupdates.googleblog.com/2024/06/gemini-in-side-panel-of-google-docs-sheets-slides-drive.html",
          "title": "Gemini in the side panel of Workspace apps"
        },
        {
          "url": "https://blog.google/products/workspace/google-gemini-workspace-may-2024-updates/",
          "title": "Gemini for Workspace updates"
        }
      ]
    },
    {
      "slug": "gemini-side-panel-2024",
      "year": 2024,
      "title": "Gemini side panel in Gmail, Docs, Drive, Sheets, Slides",
      "category": "Workspace",
      "announced": "1.5 Pro-powered side panel arriving 'next month' across Workspace apps.",
      "reality": "Started rolling out to paid users on June 24, 2024 — almost exactly when promised.",
      "status": "shipped",
      "shippedDate": "2024-06",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://9to5google.com/2024/06/24/gemini-side-panel-workspace/",
          "title": "Gemini side panel rolling out"
        },
        {
          "url": "https://workspaceupdates.googleblog.com/2024/06/gemini-in-side-panel-of-gmail.html",
          "title": "Gemini side panel in Gmail rolling out"
        }
      ]
    },
    {
      "slug": "trillium-tpu-v6",
      "year": 2024,
      "title": "Trillium (6th-gen TPU)",
      "category": "Cloud",
      "announced": "Sixth-generation TPU with 4.7x peak compute per chip vs TPU v5e and 67% better energy efficiency; on Google Cloud 'late 2024'.",
      "reality": "Hit preview in October 2024 and went GA in December 2024 — bang on the promised timing.",
      "status": "shipped",
      "shippedDate": "2024-12",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://cloud.google.com/blog/products/compute/trillium-tpu-is-ga",
          "title": "Trillium TPU is GA"
        },
        {
          "url": "https://cloud.google.com/blog/products/compute/introducing-trillium-6th-gen-tpus",
          "title": "Introducing Trillium TPUs"
        }
      ]
    },
    {
      "slug": "gemini-nano-pixel",
      "year": 2024,
      "title": "Gemini Nano with multimodality on Pixel",
      "category": "Android",
      "announced": "On-device Nano model that understands text, sight, and sound, coming to Pixel phones.",
      "reality": "Shipped on Pixel 9 series in August 2024 (powering Pixel Recorder etc.). Expanded via experimental access to Android developers in October 2024.",
      "status": "shipped",
      "shippedDate": "2024-08",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://9to5google.com/2024/09/01/pixel-recorder-gemini-nano-multimodality/",
          "title": "Pixel Recorder uses Gemini Nano with Multimodality"
        },
        {
          "url": "https://android-developers.googleblog.com/2024/10/gemini-nano-experimental-access-available-on-android.html",
          "title": "Gemini Nano on Android — Developers"
        }
      ]
    },
    {
      "slug": "gemini-live",
      "year": 2024,
      "title": "Gemini Live (mobile conversational AI)",
      "category": "Assistant",
      "announced": "Mobile-first conversational Gemini experience with 10 natural voices, hinted at via Project Astra demo.",
      "reality": "Launched on Pixel 9 in August 2024 as the new default assistant, gated to Gemini Advanced subscribers initially. Made free with camera/screen-share for all Android/iOS users in April 2025.",
      "status": "shipped",
      "shippedDate": "2024-08",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://www.tomsguide.com/ai/google-gemini/you-may-not-get-gemini-live-straight-away-google-confirms-rollout-happening-over-coming-weeks",
          "title": "Google confirms Gemini Live rollout timing"
        },
        {
          "url": "https://9to5google.com/2025/04/07/gemini-live-camera-screen-sharing/",
          "title": "Gemini Live camera & screen sharing"
        }
      ]
    },
    {
      "slug": "gems",
      "year": 2024,
      "title": "Gems (custom Gemini personas)",
      "category": "AI",
      "announced": "Custom versions of Gemini for specific use cases, similar to OpenAI's custom GPTs.",
      "reality": "Launched for Gemini Advanced subscribers in August 2024 across 150+ countries. Now in Workspace side panel and free tier of Gemini.",
      "status": "shipped",
      "shippedDate": "2024-08",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/products-and-platforms/products/gemini/google-gemini-update-august-2024/",
          "title": "Custom Gems and improved Imagen 3"
        },
        {
          "url": "https://workspaceupdates.googleblog.com/2025/07/gems-in-the-side-panel-of-google-workspace-apps.html",
          "title": "Gems in the side panel of Workspace"
        }
      ]
    },
    {
      "slug": "circle-to-search-expansion",
      "year": 2024,
      "title": "Circle to Search expansion",
      "category": "Android",
      "announced": "Available on 100M+ devices, doubling to 200M by end of 2024.",
      "reality": "Expanded steadily through 2024 to Galaxy A series, Galaxy Tab S9 FE, Motorola Razr, Xiaomi 14T, Tecno, Honor and others. By late 2025 it's effectively the default visual-search gesture across modern Android.",
      "status": "shipped",
      "shippedDate": "2024-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://9to5google.com/2024/09/18/google-circle-to-search-android-xiaomi-tecno/",
          "title": "Circle to Search expanding"
        },
        {
          "url": "https://9to5google.com/2024/08/14/galaxy-a-series-circle-to-search/",
          "title": "Circle to Search on Galaxy A"
        }
      ]
    },
    {
      "slug": "android-15",
      "year": 2024,
      "title": "Android 15",
      "category": "Android",
      "announced": "Next major Android release with Private Space, Theft Detection Lock, foldable improvements.",
      "reality": "AOSP release September 3, 2024; Pixel rollout October 15, 2024. Shipped on time.",
      "status": "shipped",
      "shippedDate": "2024-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/products-and-platforms/platforms/android/android-15/",
          "title": "Android 15"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Android_15",
          "title": "Android 15 — Wikipedia"
        }
      ]
    },
    {
      "slug": "theft-detection-lock",
      "year": 2024,
      "title": "Theft Detection Lock (Android)",
      "category": "Android",
      "announced": "AI detects snatch-and-run motion and auto-locks the device.",
      "reality": "Shipped globally with Android 15 in October 2024; expanded with Offline Device Lock and Remote Lock.",
      "status": "shipped",
      "shippedDate": "2024-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/products/android/android-theft-protection/",
          "title": "Android theft protection features"
        },
        {
          "url": "https://www.techbuzz.ai/articles/google-rolls-out-ai-powered-anti-theft-lock-for-android",
          "title": "AI-powered anti-theft lock for Android"
        }
      ]
    },
    {
      "slug": "private-space-android",
      "year": 2024,
      "title": "Private Space (Android 15)",
      "category": "Android",
      "announced": "Locked secondary space for sensitive apps with separate authentication.",
      "reality": "Shipped with Android 15 in October 2024; rolled out to Samsung, Lenovo, Motorola, Nothing, OnePlus over following months.",
      "status": "shipped",
      "shippedDate": "2024-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://www.digitaltrends.com/phones/android-15-private-space-how-to-use/",
          "title": "Private Space, Android 15's best new feature"
        },
        {
          "url": "https://developer.android.com/about/versions/15/behavior-changes-all",
          "title": "Android 15 behavior changes"
        }
      ]
    },
    {
      "slug": "scam-detection-calls",
      "year": 2024,
      "title": "AI scam call detection (on-device)",
      "category": "Android",
      "announced": "Gemini Nano listens to calls on-device to flag scam patterns.",
      "reality": "Beta launched for English-speaking Pixel 9+ users in the US, expanded to UK, Canada, Australia, Germany, Japan, India, etc. through 2025.",
      "status": "shipped",
      "shippedDate": "2024-11",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/security/new-ai-powered-scam-detection-features/",
          "title": "New AI-powered scam detection features"
        },
        {
          "url": "https://support.google.com/phoneapp/answer/15654065?hl=en",
          "title": "Use Scam Detection — Phone app Help"
        }
      ]
    },
    {
      "slug": "wear-os-5",
      "year": 2024,
      "title": "Wear OS 5",
      "category": "Hardware",
      "announced": "Next Wear OS version with up to 20% improved battery life.",
      "reality": "Shipped September 25, 2024 with Pixel Watch 3 and Galaxy Watch 7 / Ultra. Older Pixel Watch 1 and 2 got it in November 2024.",
      "status": "shipped",
      "shippedDate": "2024-09",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://www.androidcentral.com/wearables/wear-os-5",
          "title": "Wear OS 5 features"
        },
        {
          "url": "https://www.tomsguide.com/wellness/smartwatches/wear-os-5-coming-to-pixel-watch-and-pixel-2-how-to-get-the-new-os",
          "title": "Wear OS 5 on Pixel Watch"
        }
      ]
    },
    {
      "slug": "find-my-device-network-2024",
      "year": 2024,
      "title": "Find My Device network expansion",
      "category": "Android",
      "announced": "Crowdsourced Bluetooth tracking network across 1B+ Android devices, including offline finding for Pixel 8/8 Pro.",
      "reality": "Launched in US/Canada April 8, 2024 — actually launched ~5 weeks before I/O 2024. Expanded internationally over the following months. Tile/Chipolo/Pebblebee tracker support added.",
      "status": "shipped",
      "shippedDate": "2024-04",
      "killedDate": null,
      "notes": "Was discussed at I/O but had already begun rolling out.",
      "sources": [
        {
          "url": "https://9to5google.com/2024/04/08/find-my-device-network-launch/",
          "title": "Google rolls out Find My Device network"
        },
        {
          "url": "https://www.tomsguide.com/phones/google-pixel-phones/googles-find-my-device-network-has-officially-launched-heres-what-it-does",
          "title": "Find My Device network officially launched"
        }
      ]
    },
    {
      "slug": "gemma-2",
      "year": 2024,
      "title": "Gemma 2 (open weight model, 9B & 27B)",
      "category": "Developer",
      "announced": "Open-weight LLM at 27B parameters competitive with much larger models, 'launching in June 2024'.",
      "reality": "Released June 27, 2024 on Kaggle and Hugging Face — exactly when promised.",
      "status": "shipped",
      "shippedDate": "2024-06",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/technology/developers/google-gemma-2/",
          "title": "Gemma 2 launch"
        },
        {
          "url": "https://techcrunch.com/2024/05/14/google-announces-gemma-2-a-27b-parameter-version-of-its-open-model-launching-in-june/",
          "title": "Google announces Gemma 2"
        }
      ]
    },
    {
      "slug": "paligemma",
      "year": 2024,
      "title": "PaliGemma (open vision-language model)",
      "category": "Developer",
      "announced": "Google's first open vision-language model for visual Q&A and captioning.",
      "reality": "Released May 14, 2024 (day of I/O). PaliGemma 2 with 3B/10B/28B variants followed December 2024; PaliGemma 2 mix in 2025.",
      "status": "shipped",
      "shippedDate": "2024-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://huggingface.co/blog/paligemma2",
          "title": "Welcome PaliGemma 2"
        },
        {
          "url": "https://arxiv.org/abs/2407.07726",
          "title": "PaliGemma: A versatile 3B VLM"
        }
      ]
    },
    {
      "slug": "learnlm",
      "year": 2024,
      "title": "LearnLM (education-tuned model family)",
      "category": "AI",
      "announced": "Family of Gemini-based models fine-tuned for education, integrated into Search, YouTube, Classroom.",
      "reality": "Available in AI Studio as an experimental model. At I/O 2025, Google folded LearnLM capabilities directly into Gemini 2.5 — no more standalone LearnLM listing.",
      "status": "rebranded",
      "shippedDate": "2024-06",
      "killedDate": null,
      "notes": "Now part of mainline Gemini rather than a separate model.",
      "sources": [
        {
          "url": "https://blog.google/outreach-initiatives/education/google-gemini-learnlm-update/",
          "title": "I/O 2025: LearnLM in Gemini 2.5"
        },
        {
          "url": "https://ai.google.dev/gemini-api/docs/learnlm",
          "title": "LearnLM — Gemini API Docs"
        }
      ]
    },
    {
      "slug": "illuminate",
      "year": 2024,
      "title": "Illuminate (research papers to AI podcasts)",
      "category": "AI",
      "announced": "Experimental tool turning research papers into AI-narrated audio conversations.",
      "reality": "Available as a free Labs experiment with limited scope (primarily arXiv CS papers). Effectively cannibalised by NotebookLM's Audio Overviews. Still 'experimental' two years later with no visible roadmap or graduation from Labs.",
      "status": "vapor",
      "shippedDate": null,
      "killedDate": null,
      "notes": "Two years stuck in Labs with no meaningful progress — fails the 12-month public-progress bar.",
      "sources": [
        {
          "url": "https://www.androidpolice.com/google-illuminate-best-research-tool-i-didnt-know-i-needed/",
          "title": "Google Illuminate research tool"
        },
        {
          "url": "https://www.tomsguide.com/ai/illuminate-is-a-new-ai-podcasting-tool-from-google-heres-how-it-works",
          "title": "Illuminate AI podcasting tool"
        }
      ]
    },
    {
      "slug": "synthid-text-video",
      "year": 2024,
      "title": "SynthID expansion to text and video (open source)",
      "category": "AI",
      "announced": "Watermarking SynthID to cover text and video, with open-source release.",
      "reality": "SynthID Text open-sourced October 2024 on Hugging Face Transformers v4.46+. Video watermarking shipped for Veo outputs.",
      "status": "shipped",
      "shippedDate": "2024-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://www.technologyreview.com/2024/10/23/1106105/google-deepmind-is-making-its-ai-text-watermark-open-source/",
          "title": "Google DeepMind open-sources AI text watermark"
        },
        {
          "url": "https://huggingface.co/blog/synthid-text",
          "title": "Introducing SynthID Text"
        }
      ]
    },
    {
      "slug": "firebase-genkit",
      "year": 2024,
      "title": "Firebase Genkit",
      "category": "Developer",
      "announced": "Open-source framework for building AI-powered apps with Node.js, Go support to follow.",
      "reality": "Beta launched at I/O May 2024; active development through 2024–2026 with new languages, framework features, NVIDIA RTX optimisation.",
      "status": "shipped",
      "shippedDate": "2024-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://firebase.blog/posts/2024/05/introducing-genkit/",
          "title": "Introducing Firebase Genkit"
        },
        {
          "url": "https://techcrunch.com/2024/05/14/google-launches-firebase-genkit-a-new-open-source-framework-for-building-ai-powered-apps/",
          "title": "Google launches Firebase Genkit"
        }
      ]
    },
    {
      "slug": "project-idx-2024",
      "year": 2024,
      "title": "Project IDX (browser dev environment)",
      "category": "Developer",
      "announced": "Browser-based development environment, now public.",
      "reality": "Renamed to Firebase Studio at Google Cloud Next on April 15, 2025; existing IDX workspaces continue to function under the new brand.",
      "status": "rebranded",
      "shippedDate": "2024-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://firebase.google.com/docs/studio/idx-is-firebase-studio",
          "title": "Project IDX is now Firebase Studio"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Firebase_Studio",
          "title": "Firebase Studio — Wikipedia"
        }
      ]
    },
    {
      "slug": "gemini-nano-chrome",
      "year": 2024,
      "title": "Gemini Nano built into Chrome 126",
      "category": "Web",
      "announced": "Local Gemini Nano model built directly into desktop Chrome starting Chrome 126.",
      "reality": "Chrome 126 (June 2024) shipped with Nano on the desktop client behind dev flags; built-in AI Task APIs (translation, summarisation, etc.) followed.",
      "status": "shipped",
      "shippedDate": "2024-06",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://techcrunch.com/2024/05/14/google-is-building-its-gemini-nano-ai-model-into-chrome-on-the-desktop/",
          "title": "Google building Gemini Nano into Chrome"
        },
        {
          "url": "https://news.ycombinator.com/item?id=40360250",
          "title": "Gemini Nano in Chrome 126 — Hacker News"
        }
      ]
    },
    {
      "slug": "gemini-api-context-caching",
      "year": 2024,
      "title": "Gemini API context caching",
      "category": "Developer",
      "announced": "Cache repeated context to drastically reduce input-token cost.",
      "reality": "Launched in Gemini API and Vertex AI in June 2024. By 2026 cache reads cost ~10% of input tokens on Gemini 2.5+.",
      "status": "shipped",
      "shippedDate": "2024-06",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://cloud.google.com/blog/products/ai-machine-learning/vertex-ai-context-caching",
          "title": "Vertex AI context caching"
        },
        {
          "url": "https://ai.google.dev/gemini-api/docs/caching",
          "title": "Context caching — Gemini API"
        }
      ]
    },
    {
      "slug": "code-execution-gemini",
      "year": 2024,
      "title": "Code execution in Gemini API / AI Studio",
      "category": "Developer",
      "announced": "Gemini can run Python in a sandbox to perform calculations and analysis.",
      "reality": "Initial release in Gemini API in June 2024 (advanced settings); GA across AI Studio and API with Gemini 2.0 in March 2025.",
      "status": "shipped",
      "shippedDate": "2024-06",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://developers.googleblog.com/en/new-features-for-the-gemini-api-and-google-ai-studio/",
          "title": "New Gemini API features"
        },
        {
          "url": "https://developers.googleblog.com/gemini-20-deep-dive-code-execution/",
          "title": "Gemini 2.0 deep dive: code execution"
        }
      ]
    },
    {
      "slug": "lens-video-search",
      "year": 2024,
      "title": "Google Lens video search",
      "category": "Search",
      "announced": "Record a video in Lens, ask a question, get an AI answer.",
      "reality": "Launched globally for English Search Labs users (Android & iOS) on October 3, 2024.",
      "status": "shipped",
      "shippedDate": "2024-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://techcrunch.com/2024/10/03/google-lens-can-now-answer-questions-about-videos/",
          "title": "Google Lens can now answer questions about videos"
        },
        {
          "url": "https://blog.google/products-and-platforms/products/search/google-search-lens-october-2024-updates/",
          "title": "Google Lens October 2024 updates"
        }
      ]
    },
    {
      "slug": "videofx",
      "year": 2024,
      "title": "VideoFX (Veo-powered Labs tool with Storyboard)",
      "category": "AI",
      "announced": "Labs tool to turn text into video clips, with a Storyboard mode for scene-by-scene iteration plus music.",
      "reality": "Initial Storyboard feature was cut before public release; VideoFX shifted to single-video generation only. Wider access came via Veo 2 in December 2024.",
      "status": "scaled-back",
      "shippedDate": "2024-12",
      "killedDate": null,
      "notes": "The promised Storyboard mode never shipped publicly.",
      "sources": [
        {
          "url": "https://blog.google/technology/ai/google-labs-video-fx-generative-ai/",
          "title": "Labs: VideoFX, MusicFX, ImageFX updates"
        },
        {
          "url": "https://blog.google/technology/google-labs/video-image-generation-update-december-2024/",
          "title": "Updates to Veo, Imagen and VideoFX"
        }
      ]
    },
    {
      "slug": "helpful-content-core",
      "year": 2024,
      "title": "Helpful Content System merged into core ranking",
      "category": "Search",
      "announced": "The standalone helpful content classifier folded into Google's core ranking signals.",
      "reality": "Rolled out as part of the March 2024 core update (before I/O), reiterated at I/O. Many independent publishers reported catastrophic traffic losses lasting into 2025–2026.",
      "status": "shipped",
      "shippedDate": "2024-03",
      "killedDate": null,
      "notes": "Defining cause of the 2024 'small publisher apocalypse' narrative on HN.",
      "sources": [
        {
          "url": "https://developers.google.com/search/docs/appearance/core-updates",
          "title": "Google Search's core updates"
        },
        {
          "url": "https://www.gsqi.com/marketing-blog/google-march-2024-core-update-helpful-content-system/",
          "title": "March 2024 core update analysis"
        }
      ]
    },
    {
      "slug": "maps-geospatial-ar",
      "year": 2024,
      "title": "Geospatial AR content in Google Maps",
      "category": "Maps",
      "announced": "AR experiences in Maps, piloting in Singapore and Paris later in 2024.",
      "reality": "Paris pilot launched July 2024 with Ubisoft + Google Arts & Culture. Singapore content followed. Remained a small partner-led pilot — never broadened materially.",
      "status": "scaled-back",
      "shippedDate": "2024-07",
      "killedDate": null,
      "notes": "Barely talked about after launch.",
      "sources": [
        {
          "url": "https://blog.google/products-and-platforms/products/maps/immersive-ar-content-google-maps-paris/",
          "title": "Immersive AR content in Maps at Paris"
        },
        {
          "url": "https://techcrunch.com/2024/05/15/google-maps-is-getting-geospatial-ar-content-later-this-year/",
          "title": "Google Maps geospatial AR content"
        }
      ]
    },
    {
      "slug": "google-cast-cars",
      "year": 2024,
      "title": "Google Cast for cars (Android Automotive, Rivian)",
      "category": "Android",
      "announced": "Cast video from phone/tablet to car displays, launching first on Rivian/Android Automotive.",
      "reality": "Rolled out to Rivian via OTA in 2024; broader Android Automotive support remained limited through 2025.",
      "status": "scaled-back",
      "shippedDate": "2024-11",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://9to5google.com/2024/05/15/android-automotive-google-cast-rivian/",
          "title": "Google Cast on Android Automotive and Rivian"
        },
        {
          "url": "https://www.androidauthority.com/android-auto-google-cast-3443133/",
          "title": "Google Cast on Android Automotive"
        }
      ]
    },
    {
      "slug": "google-tv-gemini",
      "year": 2024,
      "title": "Gemini-generated movie/TV descriptions in Google TV",
      "category": "Other",
      "announced": "Gemini auto-fills missing show/movie descriptions and translates them, implied 'later this year' (2024).",
      "reality": "Slipped past 2024 — broader Gemini-on-TV experiences previewed at CES 2025 and the core auto-description feature only meaningfully appeared in early 2025.",
      "status": "shipped-late",
      "shippedDate": "2025-01",
      "killedDate": null,
      "notes": "~8 months after I/O 2024 and past the implied within-year timing.",
      "sources": [
        {
          "url": "https://techcrunch.com/2024/05/15/google-tv-to-launch-ai-generated-movie-descriptions/",
          "title": "Google TV AI-generated movie descriptions"
        },
        {
          "url": "https://blog.google/products-and-platforms/platforms/google-tv/gemini-google-tv/",
          "title": "Gemini comes to Google TV"
        }
      ]
    },
    {
      "slug": "wallet-photo-pass",
      "year": 2024,
      "title": "Create Google Wallet passes from photos",
      "category": "Other",
      "announced": "Use a photo to create a digital pass in Google Wallet.",
      "reality": "Custom-pass-from-photo shipped via Android share sheet in 2024; auto-import from photo gallery is still rolling out as of 2025–2026.",
      "status": "shipped",
      "shippedDate": "2024-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://www.androidpolice.com/google-wallet-share-sheet-custom-pass-entry/",
          "title": "Adding custom passes via share sheet"
        },
        {
          "url": "https://support.google.com/wallet/answer/14188766?hl=en-GB",
          "title": "Add passes from images"
        }
      ]
    },
    {
      "slug": "audio-gemini-api",
      "year": 2024,
      "title": "Audio understanding in the Gemini API",
      "category": "Developer",
      "announced": "Gemini API gains the ability to reason over audio alongside images and text.",
      "reality": "Native audio input added to Gemini 1.5 Pro/Flash API in June 2024; widely used today.",
      "status": "shipped",
      "shippedDate": "2024-06",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://developers.googleblog.com/en/new-features-for-the-gemini-api-and-google-ai-studio/",
          "title": "New features for the Gemini API"
        },
        {
          "url": "https://blog.google/technology/developers/gemini-gemma-developer-updates-may-2024/",
          "title": "Gemini 1.5 updates"
        }
      ]
    },
    {
      "slug": "search-organized-results",
      "year": 2024,
      "title": "AI-organized search results pages",
      "category": "Search",
      "announced": "AI-categorized results pages for restaurants, recipes, movies and music — 'starting with dining and recipes in the US this week'.",
      "reality": "Briefly appeared in Search Labs for some US users, then quietly de-emphasized in favour of the AI Overviews + AI Mode direction in 2025. Never became the default Search experience as the keynote framing implied.",
      "status": "scaled-back",
      "shippedDate": "2024-05",
      "killedDate": null,
      "notes": "Eclipsed by AI Overviews fallout and the later AI Mode pivot.",
      "sources": [
        {
          "url": "https://blog.google/products/search/generative-ai-google-search-may-2024/",
          "title": "Generative AI in Search"
        },
        {
          "url": "https://searchengineland.com/google-search-ai-organized-results-pages-442213",
          "title": "Google AI-organized search results pages"
        }
      ]
    },
    {
      "slug": "gmail-mobile-gemini-qa",
      "year": 2024,
      "title": "Gemini Q&A, summarize, and Contextual Smart Reply in Gmail mobile",
      "category": "Workspace",
      "announced": "Three Gemini features for Gmail on Android/iOS: summarize threads, contextual smart reply, and Q&A over inbox.",
      "reality": "Summarize and Contextual Smart Reply shipped to Workspace Labs and then Gemini Advanced/Workspace AI users in 2024. Gmail Q&A over inbox shipped on mobile later in 2024.",
      "status": "shipped",
      "shippedDate": "2024-07",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://workspace.google.com/blog/product-announcements/new-generative-ai-capabilities-for-workspace",
          "title": "New generative AI capabilities for Workspace"
        },
        {
          "url": "https://9to5google.com/2024/07/24/gmail-gemini-q-and-a-android/",
          "title": "Gmail Gemini Q&A on Android"
        }
      ]
    },
    {
      "slug": "gemini-app-pixel-buds",
      "year": 2024,
      "title": "Gemini on Pixel Buds Pro 2 / wearables",
      "category": "Hardware",
      "announced": "Hands-free Gemini conversations through earbuds previewed in the Project Astra direction.",
      "reality": "Pixel Buds Pro 2 shipped August 2024 with Gemini integration; conversational/Live support on earbuds rolled out incrementally through 2025 but remained more limited than the fluid Astra demo.",
      "status": "scaled-back",
      "shippedDate": "2024-08",
      "killedDate": null,
      "notes": "Hardware shipped; the seamless Astra-grade earbud experience did not.",
      "sources": [
        {
          "url": "https://blog.google/products/pixel/pixel-buds-pro-2/",
          "title": "Pixel Buds Pro 2 launch"
        },
        {
          "url": "https://9to5google.com/2024/08/13/pixel-buds-pro-2-gemini/",
          "title": "Pixel Buds Pro 2 Gemini features"
        }
      ]
    },
    {
      "slug": "trillium-anthropic",
      "year": 2024,
      "title": "Trillium TPUs powering Anthropic & external customers",
      "category": "Cloud",
      "announced": "Trillium pitched as the substrate for next-gen frontier model training, including external customers.",
      "reality": "Anthropic publicly committed to using Trillium TPUs at scale through 2024–2025; Trillium also powered Google's own Gemini 2.x training. External availability shipped with Trillium GA in December 2024.",
      "status": "shipped",
      "shippedDate": "2024-12",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://cloud.google.com/blog/products/compute/trillium-tpu-is-ga",
          "title": "Trillium TPU is GA"
        },
        {
          "url": "https://www.anthropic.com/news/expanding-our-use-of-google-cloud-tpus",
          "title": "Anthropic expands use of Google Cloud TPUs"
        }
      ]
    },
    {
      "slug": "ai-mode-search-us",
      "year": 2025,
      "title": "AI Mode in Google Search (US rollout)",
      "category": "Search",
      "announced": "Rolling out to all US users starting at I/O 2025; powered by a custom Gemini 2.5",
      "reality": "Rolled out broadly in the US within weeks of I/O, expanded globally (English) by August 2025, and by I/O 2026 Google said AI Mode had crossed 1 billion monthly users. AI Overviews reached 48% of queries by March 2026.",
      "status": "shipped",
      "shippedDate": "2025-05",
      "killedDate": null,
      "notes": "Arguably the biggest ship of I/O 2025; Search box itself was rebuilt around AI Mode at I/O 2026.",
      "sources": [
        {
          "url": "https://blog.google/products-and-platforms/products/search/personal-intelligence-expansion/",
          "title": "Personal Intelligence in AI Mode and Gemini expands"
        },
        {
          "url": "https://blog.google/products-and-platforms/products/search/search-io-2026/",
          "title": "Google Search's I/O 2026 updates"
        }
      ]
    },
    {
      "slug": "gemini-2-5-ga",
      "year": 2025,
      "title": "Gemini 2.5 Pro and 2.5 Flash GA",
      "category": "AI",
      "announced": "2.5 Flash out of preview; 2.5 Pro generally available in AI Studio/Vertex AI in early June",
      "reality": "Both 2.5 Pro and 2.5 Flash hit GA on June 17, 2025, on schedule. Google also surprise-launched 2.5 Flash-Lite that day. Family later extended with Deep Think and Gemini 3 by late 2025.",
      "status": "shipped",
      "shippedDate": "2025-06",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://cloud.google.com/blog/products/ai-machine-learning/gemini-2-5-flash-lite-flash-pro-ga-vertex-ai",
          "title": "Gemini 2.5 Flash/Pro GA on Vertex AI"
        },
        {
          "url": "https://ai.google.dev/gemini-api/docs/changelog",
          "title": "Gemini API release notes"
        }
      ]
    },
    {
      "slug": "gemini-deep-think",
      "year": 2025,
      "title": "Gemini 2.5 Deep Think reasoning mode",
      "category": "AI",
      "announced": "Experimental enhanced-reasoning mode for math, code and multimodality; coming to Gemini app for Ultra subscribers",
      "reality": "Shipped August 1, 2025 to Google AI Ultra subscribers in the Gemini app (with a daily prompt cap). Broader API access remained limited to trusted testers into 2026. Still locked to the $249.99/mo Ultra tier as of May 2026.",
      "status": "scaled-back",
      "shippedDate": "2025-08",
      "killedDate": null,
      "notes": "Keynote pitched it as Gemini's flagship reasoning capability; in practice it is paywalled behind the $249.99/mo Ultra tier with daily caps.",
      "sources": [
        {
          "url": "https://blog.google/products-and-platforms/products/gemini/gemini-2-5-deep-think/",
          "title": "Gemini 2.5: Deep Think rolling out"
        },
        {
          "url": "https://9to5google.com/2025/08/01/gemini-2-5-deep-think/",
          "title": "Deep Think for AI Ultra"
        }
      ]
    },
    {
      "slug": "imagen-4",
      "year": 2025,
      "title": "Imagen 4 (with Ultra and Fast variants)",
      "category": "AI",
      "announced": "Available today in Gemini app; Imagen 4 Fast 'up to 10x faster' coming soon; 2K resolution",
      "reality": "Imagen 4 launched in the Gemini app at I/O. Imagen 4 family (Standard, Ultra, Fast) reached GA in the Gemini API and AI Studio on August 15, 2025, with Fast priced at $0.02/image.",
      "status": "shipped",
      "shippedDate": "2025-08",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://developers.googleblog.com/announcing-imagen-4-fast-and-imagen-4-family-generally-available-in-the-gemini-api/",
          "title": "Imagen 4 Fast and family GA"
        },
        {
          "url": "https://techcrunch.com/2025/05/20/imagen-4-is-googles-newest-ai-image-generator/",
          "title": "Imagen 4 is Google's newest AI image generator"
        }
      ]
    },
    {
      "slug": "veo-3",
      "year": 2025,
      "title": "Veo 3 video generation with native audio",
      "category": "AI",
      "announced": "Available now in Gemini app for Ultra subscribers and Vertex AI",
      "reality": "Shipped at I/O for Ultra. Veo 3.1 followed in October 2025 with longer clips and better audio; Veo 3.1 Lite launched March 2026. Free Veo access landed in Gemini for many users via Google Labs.",
      "status": "shipped",
      "shippedDate": "2025-05",
      "killedDate": null,
      "notes": "Probably the most-cited 'AI slop' enabler of the year.",
      "sources": [
        {
          "url": "https://www.veo3ai.io/blog/veo-3-pricing-2026",
          "title": "Veo 3 Pricing 2026"
        },
        {
          "url": "https://max-productive.ai/blog/google-veo-3-1-release/",
          "title": "Google VEO 3.1 Released October 2025"
        }
      ]
    },
    {
      "slug": "google-flow",
      "year": 2025,
      "title": "Google Flow AI filmmaking tool",
      "category": "AI",
      "announced": "AI filmmaking tool built on Veo, Imagen and Gemini; available at launch for Pro/Ultra subscribers in the US",
      "reality": "Launched on schedule May 20, 2025 to AI Pro/Ultra. Got Veo 3.1 upgrade in late 2025. Rolled out to Workspace tiers from January 2026, with dedicated mobile apps unveiled at I/O 2026.",
      "status": "shipped",
      "shippedDate": "2025-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/innovation-and-ai/products/google-flow-veo-ai-filmmaking-tool/",
          "title": "Introducing Flow"
        },
        {
          "url": "https://chromeunboxed.com/google-flow-brings-high-definition-ai-filmmaking-to-workspace-users/",
          "title": "Google Flow brings HD AI filmmaking to Workspace"
        }
      ]
    },
    {
      "slug": "lyria-2-realtime",
      "year": 2025,
      "title": "Lyria 2 and Lyria RealTime",
      "category": "AI",
      "announced": "Lyria 2 expanded via YouTube Shorts and Vertex AI; Lyria RealTime interactive music model via Gemini API",
      "reality": "Lyria 2 shipped to YouTube Shorts (initially US/UK/CA/AU/NZ) and Vertex AI. Lyria RealTime available in AI Studio. Music AI Sandbox remains gated to selected artists/producers, not broadly available. Successor Lyria 3 launched later in the Gemini app, also restricted.",
      "status": "scaled-back",
      "shippedDate": "2025-05",
      "killedDate": null,
      "notes": "Models exist but the consumer-facing Music AI Sandbox is still artist-only — narrower than the broad creator pitch.",
      "sources": [
        {
          "url": "https://techcrunch.com/snippet/3009803/google-expands-access-to-its-lyria-music-generating-models/",
          "title": "Google expands access to Lyria"
        },
        {
          "url": "https://deepmind.google/models/lyria/lyria-realtime/",
          "title": "Lyria RealTime"
        }
      ]
    },
    {
      "slug": "project-mariner",
      "year": 2025,
      "title": "Project Mariner web-browsing agent",
      "category": "AI",
      "announced": "Agentic web-browsing capability for AI Mode and Gemini; available to Google AI Ultra subscribers in the US, computer-use API to Gemini/Vertex AI this summer",
      "reality": "Available to US Ultra subscribers from I/O. Mariner-powered tasks landed in AI Mode and Agent Mode. Computer-use API shipped to Gemini/Vertex AI in summer 2025. Still US-only/Ultra-gated as of May 2026; broader international rollout pushed to late 2026.",
      "status": "scaled-back",
      "shippedDate": "2025-05",
      "killedDate": null,
      "notes": "Available, but expensive and US-only — much narrower than the universal-agent vibe of the keynote demo.",
      "sources": [
        {
          "url": "https://techcrunch.com/2025/05/20/google-rolls-out-project-mariner-its-web-browsing-ai-agent/",
          "title": "Google rolls out Project Mariner"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Project_Mariner",
          "title": "Project Mariner — Wikipedia"
        }
      ]
    },
    {
      "slug": "agent-mode-gemini",
      "year": 2025,
      "title": "Agent Mode in Gemini app",
      "category": "AI",
      "announced": "Experimental capability where Gemini completes multi-step goals; coming soon to Google AI Ultra subscribers",
      "reality": "Launched (as 'Gemini Agent') to US Ultra subscribers later in 2025, handling tasks like inbox triage and travel booking. Still US-only and gated to the $249.99/mo tier.",
      "status": "scaled-back",
      "shippedDate": "2025-11",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/products/gemini/gemini-app-updates-io-2025/",
          "title": "Gemini App: 7 updates from Google I/O 2025"
        },
        {
          "url": "https://gemini.google/release-notes/",
          "title": "Gemini Apps release notes"
        }
      ]
    },
    {
      "slug": "agent2agent",
      "year": 2025,
      "title": "Agent2Agent (A2A) interoperability protocol",
      "category": "Developer",
      "announced": "Open protocol for AI agents with 50+ launch partners (Atlassian, Box, Salesforce, SAP, etc.)",
      "reality": "Shipped as open spec. Donated to the Linux Foundation under the Agentic AI Foundation; reached v1.2 with signed agent cards. ~150 organizations reportedly using it in production by Cloud Next 2026.",
      "status": "shipped",
      "shippedDate": "2025-04",
      "killedDate": null,
      "notes": "Initial announcement was actually April 2025 at Cloud Next; reinforced at I/O.",
      "sources": [
        {
          "url": "https://developers.googleblog.com/en/a2a-a-new-era-of-agent-interoperability/",
          "title": "Announcing the Agent2Agent Protocol"
        },
        {
          "url": "https://cloud.google.com/blog/products/ai-machine-learning/agent2agent-protocol-is-getting-an-upgrade",
          "title": "A2A protocol upgrade"
        }
      ]
    },
    {
      "slug": "jules",
      "year": 2025,
      "title": "Jules autonomous coding agent",
      "category": "Developer",
      "announced": "Coding agent in public beta worldwide, no waitlist; reads code, writes tests, fixes bugs, bumps deps",
      "reality": "Public beta from I/O day. Exited beta August 6, 2025 with a free tier and paid Pro ($124.99) / Ultra ($199.99) plans, powered by Gemini 2.5 Pro. Now has an API.",
      "status": "shipped",
      "shippedDate": "2025-08",
      "killedDate": null,
      "notes": "Notable price tags for Pro/Ultra — closer to Devin-tier than to Copilot.",
      "sources": [
        {
          "url": "https://techcrunch.com/2025/08/06/googles-ai-coding-agent-jules-is-now-out-of-beta/",
          "title": "Jules is now out of beta"
        },
        {
          "url": "https://blog.google/technology/google-labs/jules-now-available/",
          "title": "Jules out of public beta"
        }
      ]
    },
    {
      "slug": "gemini-code-assist-ga",
      "year": 2025,
      "title": "Gemini Code Assist for individuals and GitHub GA",
      "category": "Developer",
      "announced": "Generally available, powered by Gemini 2.5, with a free tier",
      "reality": "Free tier shipped on schedule with very generous limits (180k completions/mo, 240 chats/day). Agent Mode added in June, GA in VS Code/IntelliJ Aug 21, 2025.",
      "status": "shipped",
      "shippedDate": "2025-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/technology/developers/gemini-code-assist-free/",
          "title": "Try free Gemini Code Assist"
        },
        {
          "url": "https://developers.google.com/gemini-code-assist/resources/release-notes",
          "title": "Gemini Code Assist release notes"
        }
      ]
    },
    {
      "slug": "google-beam",
      "year": 2025,
      "title": "Google Beam (formerly Project Starline)",
      "category": "Hardware",
      "announced": "AI-first 3D video calling platform with HP launching first devices 'later this year'",
      "reality": "HP Dimension with Google Beam unveiled June 2025 at InfoComm, priced at $24,999 (license separate), shipping to select enterprise customers in US/UK/Canada/France/Germany/Japan in late 2025. Far from the consumer 'magic window' Starline pitch.",
      "status": "scaled-back",
      "shippedDate": "2025-12",
      "killedDate": null,
      "notes": "Shipped on time, but a $24,999 enterprise-only conference-room appliance is a different product category than the consumer Project Starline vision.",
      "sources": [
        {
          "url": "https://www.roadtovr.com/hp-dimension-google-beam-price-release-date/",
          "title": "HP Dimension with Google Beam $25,000"
        },
        {
          "url": "https://www.androidauthority.com/first-google-beam-device-3566467/",
          "title": "First Google Beam device $24,999"
        }
      ]
    },
    {
      "slug": "android-xr-galaxy",
      "year": 2025,
      "title": "Android XR platform / Samsung 'Project Moohan' headset",
      "category": "AR/VR",
      "announced": "Samsung's Project Moohan first Android XR headset coming 'later this year'",
      "reality": "Samsung Galaxy XR (the productized Moohan) launched at a 'Worlds Wide Open' event October 21, 2025; on sale in Korea Oct 13 and globally after. Android XR SDK Developer Preview 3 followed in December 2025.",
      "status": "shipped",
      "shippedDate": "2025-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://9to5google.com/2025/10/14/samsung-android-xr-headset-event-date/",
          "title": "Samsung Android XR headset event October 21"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Android_XR",
          "title": "Android XR — Wikipedia"
        }
      ]
    },
    {
      "slug": "astra-glasses-prototype",
      "year": 2025,
      "title": "Project Astra / Android XR smart glasses prototype",
      "category": "AR/VR",
      "announced": "Glasses prototype with Gemini, Samsung partnership; trusted-tester program; Gentle Monster and Warby Parker design partners; Samsung software/hardware platform for glasses, dev access later this year",
      "reality": "Glasses did not ship in 2025 — only kept in trusted-tester hands. At I/O 2026, Google announced 'intelligent eyewear' from Gentle Monster and Warby Parker launching Fall 2026, audio-only first. Original 2025 keynote demo glasses still not on sale.",
      "status": "in-progress",
      "shippedDate": null,
      "killedDate": null,
      "notes": "Classic Google smart-glasses demo-to-ship gap; first consumer hardware now slated for Fall 2026.",
      "sources": [
        {
          "url": "https://blog.google/products-and-platforms/platforms/android/android-xr-io-2026/",
          "title": "Intelligent eyewear with Gemini coming this fall"
        },
        {
          "url": "https://www.techradar.com/tech/warby-parker-and-gentle-monster-finally-showed-us-their-samsung-xr-glasses-but-forgot-to-tell-us-when-theyll-release-or-how-much-theyll-cost",
          "title": "Warby Parker and Gentle Monster glasses no date"
        }
      ]
    },
    {
      "slug": "xreal-project-aura",
      "year": 2025,
      "title": "XREAL Project Aura Android XR glasses",
      "category": "AR/VR",
      "announced": "XREAL making 'Project Aura' Android XR glasses for developers",
      "reality": "Project Aura formally shown at I/O 2026 with full specs (Snapdragon, 70° FOV OLED). Developer kits ship summer 2026, consumer launch by end of 2026 — about a year later than implied.",
      "status": "in-progress",
      "shippedDate": null,
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://9to5google.com/2026/05/19/xreal-project-aura-android-xr-developers-2026-launch/",
          "title": "XREAL Project Aura by end of 2026"
        },
        {
          "url": "https://www.xreal.com/blog/project-aura-google-io-2026",
          "title": "XREAL and Google showcase Project Aura at I/O 2026"
        }
      ]
    },
    {
      "slug": "google-ai-ultra",
      "year": 2025,
      "title": "Google AI Ultra $249.99/mo subscription",
      "category": "AI",
      "announced": "New $249.99/mo tier with 30TB storage, YouTube Premium, early access to Veo 3, Project Mariner, Deep Think; US-only at launch, more countries 'soon'",
      "reality": "Launched in US at I/O and expanded to 150+ countries by May 2026, but the flagship features that justified the price — Deep Think, Project Mariner, Gemini Agent, Project Genie — remain US-only or limited in most of those markets.",
      "status": "scaled-back",
      "shippedDate": "2025-05",
      "killedDate": null,
      "notes": "Subscription is sold globally, but the headline 'why pay $249.99' features are still gated to the US a year later.",
      "sources": [
        {
          "url": "https://blog.google/products-and-platforms/products/google-one/google-ai-ultra/",
          "title": "Introducing Google AI Ultra"
        },
        {
          "url": "https://gemini.google/subscriptions/",
          "title": "Google AI Pro & Ultra subscriptions"
        }
      ]
    },
    {
      "slug": "google-ai-pro",
      "year": 2025,
      "title": "Google AI Pro (rebrand from AI Premium)",
      "category": "AI",
      "announced": "Rebrand of $19.99 AI Premium tier to 'Google AI Pro' with higher rate limits",
      "reality": "Rebrand executed immediately at I/O. Free 12-month AI Pro for university students rolled out in US, UK, Brazil, Indonesia, Japan and ultimately 120+ countries by January 2026.",
      "status": "rebranded",
      "shippedDate": "2025-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/products-and-platforms/products/google-one/google-ai-ultra/",
          "title": "Google AI Ultra and AI Pro pricing"
        },
        {
          "url": "https://www.androidcentral.com/apps-software/ai/college-students-get-google-ai-pro-plan-free-with-gemini-2-5-pro-announced",
          "title": "Google AI Pro free for college students"
        }
      ]
    },
    {
      "slug": "meet-speech-translation",
      "year": 2025,
      "title": "Google Meet real-time speech translation",
      "category": "Workspace",
      "announced": "Near real-time speech translation in Google Meet, beta from launch day, voice-preserving",
      "reality": "Beta opened May 20, 2025 for AI Pro/Ultra users, English-Spanish only. Italian/German/Portuguese added later in 2025. Reached GA for Workspace businesses in February 2026.",
      "status": "shipped",
      "shippedDate": "2025-05",
      "killedDate": null,
      "notes": "Slow language ramp-up, but technically shipped on day one as promised.",
      "sources": [
        {
          "url": "https://techcrunch.com/2025/05/20/google-meet-is-getting-real-time-speech-translation/",
          "title": "Google Meet real-time speech translation"
        },
        {
          "url": "https://workspaceupdates.googleblog.com/2026/02/speech-translation-meet-ga.html",
          "title": "Speech translation in Meet GA"
        }
      ]
    },
    {
      "slug": "gmail-personalized-smart-replies",
      "year": 2025,
      "title": "Gmail Personalized Smart Replies",
      "category": "Workspace",
      "announced": "Smart Replies personalized using your past email tone and Drive files; rolling out 'later this year' on paid Workspace/AI Premium",
      "reality": "Labs alpha in July 2025, with broader Workspace/AI Pro rollout through Q3-Q4 2025. Shipped roughly on its 'later this year' commitment, paid-only as stated.",
      "status": "shipped",
      "shippedDate": "2025-09",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://9to5google.com/2025/05/20/google-workspace-i-o-2025/",
          "title": "Gmail personalized smart replies"
        },
        {
          "url": "https://www.engadget.com/apps/personalized-ai-powered-smart-replies-are-coming-to-gmail-172422777.html",
          "title": "Personalized AI Smart Replies in Gmail"
        }
      ]
    },
    {
      "slug": "google-vids-avatars",
      "year": 2025,
      "title": "Google Vids with AI Avatars",
      "category": "Workspace",
      "announced": "Google Vids available to AI Pro and Ultra users; AI Avatars from script uploads",
      "reality": "AI Avatars hit GA in Vids on August 27, 2025; upgraded to Veo 3.1-powered avatars in December 2025 with better lip sync and 12 cartoon styles. Consumer version of Vids also launched.",
      "status": "shipped",
      "shippedDate": "2025-08",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://techcrunch.com/2025/08/27/google-vids-adds-ai-avatars-to-its-video-editor-and-launches-a-consumer-version/",
          "title": "Google Vids adds AI avatars"
        },
        {
          "url": "https://workspaceupdates.googleblog.com/2025/12/veo-3-1-powered-avatars-google-vids.html",
          "title": "Veo 3.1-powered avatars in Vids"
        }
      ]
    },
    {
      "slug": "notebooklm-mobile",
      "year": 2025,
      "title": "NotebookLM mobile app (iOS/Android)",
      "category": "AI",
      "announced": "Standalone mobile apps with Audio Overviews, background playback, share-to-add sources",
      "reality": "Shipped on May 19–20, 2025 right before I/O. Subsequent additions: customizable Audio Overview length, then full Video Overviews in July 2025.",
      "status": "shipped",
      "shippedDate": "2025-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://9to5google.com/2025/05/19/notebooklm-app-launch/",
          "title": "NotebookLM app launch"
        },
        {
          "url": "https://blog.google/technology/ai/notebooklm-app/",
          "title": "Official NotebookLM mobile app"
        }
      ]
    },
    {
      "slug": "notebooklm-video-overviews",
      "year": 2025,
      "title": "NotebookLM Video Overviews",
      "category": "AI",
      "announced": "Convert PDFs, docs and images into narrated videos; 'coming soon'",
      "reality": "Standard narrated-slideshow Video Overviews launched July 29, 2025. Cinematic Video Overviews (animated, Veo-powered) followed in March 2026, but locked to the $249.99 Ultra plan and English-only.",
      "status": "shipped",
      "shippedDate": "2025-07",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://workspaceupdates.googleblog.com/2025/07/video-overviews-studio-panel-updates-notebooklm.html",
          "title": "Video Overviews in NotebookLM"
        },
        {
          "url": "https://techcrunch.com/2025/07/29/googles-notebooklm-rolls-out-video-overviews/",
          "title": "NotebookLM rolls out Video Overviews"
        }
      ]
    },
    {
      "slug": "search-live-camera",
      "year": 2025,
      "title": "Search Live (voice + camera in AI Mode)",
      "category": "Search",
      "announced": "Real-time camera and voice interaction with Search, 'coming this summer'",
      "reality": "Voice-only Search Live launched June 2025 in Labs; camera (video) input added July 29, 2025; full launch in the Google app without Labs opt-in on September 24, 2025; global expansion to 200+ countries in March 2026.",
      "status": "shipped",
      "shippedDate": "2025-09",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/products-and-platforms/products/search/search-live-ai-mode/",
          "title": "Search Live with voice in AI Mode"
        },
        {
          "url": "https://techcrunch.com/2026/03/26/google-is-launching-search-live-globally/",
          "title": "Search Live launches globally"
        }
      ]
    },
    {
      "slug": "virtual-try-on",
      "year": 2025,
      "title": "Virtual Try-On for apparel in Search",
      "category": "Search",
      "announced": "Try-on rolling out in Search Labs to US users at launch",
      "reality": "Available in Search Labs day-one. Reached general US rollout July 2025 across Search/Shopping/Images, with billions of apparel items. Selfie-based try-on (no full body photo needed) added December 2025.",
      "status": "shipped",
      "shippedDate": "2025-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/products-and-platforms/products/shopping/google-shopping-ai-mode-virtual-try-on-update/",
          "title": "Virtual try-on updates from I/O 2025"
        },
        {
          "url": "https://techcrunch.com/2025/12/11/googles-ai-try-on-feature-for-clothes-now-works-with-just-a-selfie/",
          "title": "AI try-on with just a selfie"
        }
      ]
    },
    {
      "slug": "agentic-checkout",
      "year": 2025,
      "title": "Agentic checkout in Google Shopping/AI Mode",
      "category": "Search",
      "announced": "Price tracking with budget-based agentic purchasing via Google Pay",
      "reality": "Rolled out on Google Search and AI Mode in the US in November 2025, with merchants including Wayfair, Chewy, Quince and select Shopify stores. Canada/Australia/UK expansion via Universal Commerce Protocol underway in 2026.",
      "status": "shipped",
      "shippedDate": "2025-11",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/products-and-platforms/products/shopping/agentic-checkout-holiday-ai-shopping/",
          "title": "Google Shopping launches agentic checkout"
        },
        {
          "url": "https://techcrunch.com/2025/11/13/google-expands-ai-shopping-with-conversational-search-agentic-checkout-and-an-ai-that-calls-stores-for-you/",
          "title": "Google expands AI shopping"
        }
      ]
    },
    {
      "slug": "gemini-live-google-apps",
      "year": 2025,
      "title": "Gemini Live with Maps, Calendar, Tasks, Keep",
      "category": "Assistant",
      "announced": "Integration with Google Maps, Calendar, Tasks, Keep for mid-conversation actions; 'coming weeks'",
      "reality": "Limited release began late June 2025; wide rollout on Android and iOS in August 2025, both as promised. Camera/screen sharing on iOS shipped on day one as announced.",
      "status": "shipped",
      "shippedDate": "2025-08",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://9to5google.com/2025/08/09/gemini-live-google-apps-access/",
          "title": "Gemini Live rolls out Google apps access"
        },
        {
          "url": "https://winbuzzer.com/2025/08/11/gemini-live-now-taps-into-your-google-calendar-and-tasks-in-wide-rollout-xcxwbn/",
          "title": "Gemini Live Calendar and Tasks rollout"
        }
      ]
    },
    {
      "slug": "personal-intelligence",
      "year": 2025,
      "title": "AI Mode personal context (Gmail/Photos)",
      "category": "Search",
      "announced": "AI Mode tapping Gmail for 'tailored results' reflecting your preferences",
      "reality": "Quietly tested for ~7 months. Branded 'Personal Intelligence' and rolled out publicly January 22, 2026 in the US (opt-in, Gmail + Photos). Expanded to ~200 countries / 98 languages at I/O 2026 without subscription.",
      "status": "shipped-late",
      "shippedDate": "2026-01",
      "killedDate": null,
      "notes": "Shipped ~8 months after announcement.",
      "sources": [
        {
          "url": "https://blog.google/products-and-platforms/products/search/personal-intelligence-ai-mode-search/",
          "title": "Google brings Personal Intelligence to AI Mode"
        },
        {
          "url": "https://blog.google/products-and-platforms/products/search/personal-intelligence-expansion/",
          "title": "Personal Intelligence expansion"
        }
      ]
    },
    {
      "slug": "gemini-in-chrome",
      "year": 2025,
      "title": "Gemini in Chrome (desktop)",
      "category": "Web",
      "announced": "Gemini integrated into Chrome on Windows/macOS for Pro and Ultra subscribers in the US",
      "reality": "Rolled out to Pro/Ultra subscribers around launch. Expanded to all US Chrome users (free tier) starting September 18, 2025. Expanded to India, Canada, New Zealand in March 2026. Upgraded to Gemini 3 with full agentic mode at I/O 2026.",
      "status": "shipped",
      "shippedDate": "2025-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://9to5google.com/2025/09/18/gemini-in-chrome/",
          "title": "Gemini in Chrome rolling out to free users"
        },
        {
          "url": "https://techcrunch.com/2026/03/10/google-gemini-chrome-expands-to-india-canada-new-zealand/",
          "title": "Gemini in Chrome expands"
        }
      ]
    },
    {
      "slug": "gemma-3n",
      "year": 2025,
      "title": "Gemma 3n on-device multimodal model",
      "category": "AI",
      "announced": "Fast multimodal Gemma model for phones, laptops, tablets, supporting audio/text/image/video",
      "reality": "Preview at I/O, full release June 26, 2025 as E2B and E4B sizes via Hugging Face, Kaggle, Vertex AI, AI Studio. Compatible with Transformers, llama.cpp, MLX, etc.",
      "status": "shipped",
      "shippedDate": "2025-06",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://developers.googleblog.com/en/introducing-gemma-3n/",
          "title": "Announcing Gemma 3n preview"
        },
        {
          "url": "https://ai.google.dev/gemma/docs/gemma-3n",
          "title": "Gemma 3n model overview"
        }
      ]
    },
    {
      "slug": "medgemma",
      "year": 2025,
      "title": "MedGemma medical AI model",
      "category": "AI",
      "announced": "Multimodal medical model for health app development; 'available now' as part of Health AI Developer Foundations",
      "reality": "MedGemma 4B + 27B released on May 20, 2025 via Hugging Face and Vertex AI. Expanded with MedGemma 27B Multimodal and MedSigLIP in July 2025. MedGemma 1.5 followed January 2026.",
      "status": "shipped",
      "shippedDate": "2025-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://www.infoq.com/news/2025/05/google-medgemma/",
          "title": "Google Releases MedGemma"
        },
        {
          "url": "https://huggingface.co/collections/google/medgemma-release",
          "title": "MedGemma collection"
        }
      ]
    },
    {
      "slug": "signgemma",
      "year": 2025,
      "title": "SignGemma sign-language model",
      "category": "AI",
      "announced": "Open model translating American Sign Language to English text",
      "reality": "Preview opened to LSPs, accessibility researchers, and Deaf community members via Google's AI Developer portal. Broader release was planned for Q4 2025 but never materialized — no public model card, no open weights, and no GA path 12 months on.",
      "status": "vapor",
      "shippedDate": null,
      "killedDate": null,
      "notes": "Announced as an 'open model' but never shipped one — still feedback-only access a year later.",
      "sources": [
        {
          "url": "https://multilingual.com/google-signgemma-on-device-asl-translation/",
          "title": "Google SignGemma on-device ASL"
        },
        {
          "url": "https://slator.com/google-invites-feedback-for-signgemma-a-new-ai-sign-language-translation-model/",
          "title": "Google invites feedback for SignGemma"
        }
      ]
    },
    {
      "slug": "gemini-diffusion",
      "year": 2025,
      "title": "Gemini Diffusion (text diffusion model)",
      "category": "AI",
      "announced": "Experimental text-diffusion research model, 5x faster than 2.5 Pro for code; trusted testers, 'broader release in coming months'",
      "reality": "Waitlist demo opened at I/O. Still labeled experimental / trusted-testers-only as of mid-2026, with no general API availability, no pricing, and no product surface — the 'coming months' broader release never happened.",
      "status": "vapor",
      "shippedDate": null,
      "killedDate": null,
      "notes": "Research preview pitched as a product line; 12 months later still no public access — calling this anything other than vapor flatters Google.",
      "sources": [
        {
          "url": "https://deepmind.google/models/gemini-diffusion/",
          "title": "Gemini Diffusion"
        },
        {
          "url": "https://simonwillison.net/2025/May/21/gemini-diffusion/",
          "title": "Gemini Diffusion — Simon Willison"
        }
      ]
    },
    {
      "slug": "stitch",
      "year": 2025,
      "title": "Stitch AI UI design tool",
      "category": "Developer",
      "announced": "AI-powered UI design generation for desktop and mobile from natural language",
      "reality": "Launched as a Google Labs experiment at I/O 2025 with single-screen generation. Major Stitch 2.0 update in March 2026 added multi-screen generation, infinite canvas, voice input, and code export in 7 frameworks. Still free Labs experiment.",
      "status": "shipped",
      "shippedDate": "2025-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/innovation-and-ai/models-and-research/google-labs/stitch-ai-ui-design/",
          "title": "Design UI using AI with Stitch"
        },
        {
          "url": "https://tech-insider.org/google-stitch-ai-design-tool-march-2026-update/",
          "title": "Google Stitch March 2026 update"
        }
      ]
    },
    {
      "slug": "wear-os-6",
      "year": 2025,
      "title": "Wear OS 6 with Material 3 Expressive",
      "category": "Android",
      "announced": "Developer Preview at I/O; biggest visual refresh in years with Material 3 Expressive, 10% battery improvement",
      "reality": "Developer Preview shipped May 2025. Stable Wear OS 6 rolled out to Pixel Watch via the October 2025 update, then to Samsung Galaxy Watch models via One UI 8 Watch.",
      "status": "shipped",
      "shippedDate": "2025-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://techcrunch.com/2025/05/20/google-releases-wear-os-6-with-material-expressive-design-refresh/",
          "title": "Google releases Wear OS 6"
        },
        {
          "url": "https://www.androidsage.com/2025/10/09/stable-wear-os-6-released-with-october-update-download/",
          "title": "Stable Wear OS 6 released"
        }
      ]
    },
    {
      "slug": "fitbit-health-coach",
      "year": 2025,
      "title": "Personal Health Coach in Fitbit (Gemini-powered)",
      "category": "Hardware",
      "announced": "Conversational AI tutor/coach concept teased at I/O (Project Astra-style), with health coach for Fitbit teed up later",
      "reality": "Officially unveiled at Made by Google in August 2025; public preview launched October 27, 2025 for Premium Android users in the US. iOS rollout and medical-records integration followed in 2026.",
      "status": "shipped",
      "shippedDate": "2025-10",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://techcrunch.com/2025/10/27/fitbits-revamped-app-with-gemini-powered-health-coach-rolls-out-to-premium-users/",
          "title": "Fitbit Gemini health coach"
        },
        {
          "url": "https://blog.google/products-and-platforms/devices/fitbit/personal-health-coach-public-preview/",
          "title": "Fitbit personal health coach public preview"
        }
      ]
    },
    {
      "slug": "astra-tutor",
      "year": 2025,
      "title": "Project Astra conversational tutor",
      "category": "AI",
      "announced": "Conversational tutor with step-by-step guidance and diagrams; 'coming to Google products and Android Trusted Testers later this year'",
      "reality": "Demoed at I/O 2025 as a research prototype. Capabilities seeded into Gemini Live, but a dedicated 'Astra Tutor' student product is only rolling out to students in 2026 — about a year after the keynote, and the original step-by-step diagram experience has not shipped as a discrete product.",
      "status": "in-progress",
      "shippedDate": null,
      "killedDate": null,
      "notes": "Borderline vapor — only kept in 'in-progress' because Gemini Live absorbed parts of the demo.",
      "sources": [
        {
          "url": "https://deepmind.google/models/project-astra/",
          "title": "Project Astra"
        },
        {
          "url": "https://blog.google/technology/google-deepmind/gemini-universal-ai-assistant/",
          "title": "Gemini as a universal AI assistant"
        }
      ]
    },
    {
      "slug": "astra-aira",
      "year": 2025,
      "title": "Project Astra x Aira (blind/low-vision)",
      "category": "AI",
      "announced": "Prototype with Aira to assist blind and low-vision users with daily tasks",
      "reality": "'Aira AI Visual Interpreter powered by Project Astra' launched in the Aira Explorer app via a Trusted Tester program — free for new and existing Aira users during the pilot, still pilot-only 12 months in.",
      "status": "scaled-back",
      "shippedDate": "2025-05",
      "killedDate": null,
      "notes": "Available only inside Aira's app as a pilot, not the broad Astra-for-accessibility product the demo implied.",
      "sources": [
        {
          "url": "https://aira.io/projectastra/",
          "title": "Aira's AI Visual Interpreter powered by Project Astra"
        },
        {
          "url": "https://nfb.org/images/nfb/publications/bm/bm25/bm2507/bm250712.htm",
          "title": "Google and Aira launch AI Visual Interpreter pilot"
        }
      ]
    },
    {
      "slug": "synthid-detector",
      "year": 2025,
      "title": "SynthID Detector portal",
      "category": "AI",
      "announced": "Verification portal to identify AI-generated content via SynthID watermarks",
      "reality": "Began rolling out to early testers (journalists, researchers, media pros) at I/O via waitlist. A unified, broader detector landed alongside Gemini 3 Pro in November 2025.",
      "status": "shipped",
      "shippedDate": "2025-11",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/innovation-and-ai/products/google-synthid-ai-content-detector/",
          "title": "SynthID Detector"
        },
        {
          "url": "https://techcrunch.com/2025/05/20/googles-new-synthid-detector-can-help-spot-ai-slop/",
          "title": "Google's new SynthID Detector"
        }
      ]
    },
    {
      "slug": "ironwood-tpu-v7",
      "year": 2025,
      "title": "Ironwood (TPU v7)",
      "category": "Cloud",
      "announced": "Reinforced at I/O after Cloud Next April 2025 reveal; 7th-gen TPU with 10x peak perf vs TPU v5p",
      "reality": "Ironwood (TPU7x) reached GA on Google Cloud later in 2025 in 256-chip and 9,216-chip pods. Anthropic publicly committed to up to 1 million TPUs.",
      "status": "shipped",
      "shippedDate": "2025-11",
      "killedDate": null,
      "notes": "Big competitive shot at Nvidia Blackwell.",
      "sources": [
        {
          "url": "https://cloud.google.com/blog/products/compute/ironwood-tpus-and-new-axion-based-vms-for-your-ai-workloads",
          "title": "Ironwood TPUs and Axion VMs"
        },
        {
          "url": "https://www.cnbc.com/2025/11/06/google-unveils-ironwood-seventh-generation-tpu-competing-with-nvidia.html",
          "title": "Google unveils Ironwood 7th-gen TPU"
        }
      ]
    },
    {
      "slug": "deep-research",
      "year": 2025,
      "title": "Deep Research with PDF/image upload and Drive/Gmail sources",
      "category": "AI",
      "announced": "PDF/image upload now; custom Drive/Gmail source selection 'coming soon'",
      "reality": "Upload shipped at I/O. Drive and Gmail source selection rolled out into Deep Research over summer 2025. Deep Research expanded into AI Mode in Labs as 'Deep Search'.",
      "status": "shipped",
      "shippedDate": "2025-05",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://blog.google/products/gemini/gemini-app-updates-io-2025/",
          "title": "Gemini App: 7 updates from I/O 2025"
        },
        {
          "url": "https://gemini.google/release-notes/",
          "title": "Gemini Apps release notes"
        }
      ]
    },
    {
      "slug": "sparkify",
      "year": 2025,
      "title": "Sparkify (question → animated short video)",
      "category": "AI",
      "announced": "Convert questions into animated 2-minute videos via Veo 3 and Gemini; waitlist at I/O; 'coming to Google products later this year'",
      "reality": "12 months later still a waitlist-gated Google Labs experiment at sparkify.withgoogle.com with no public on-ramp. Capabilities were partly absorbed into NotebookLM Video Overviews and Flow, but the named Sparkify product never launched.",
      "status": "vapor",
      "shippedDate": null,
      "killedDate": null,
      "notes": "A year of waitlist with no public release and no roadmap update — meets the rubric's definition of vapor.",
      "sources": [
        {
          "url": "https://sparkify.withgoogle.com/",
          "title": "Sparkify (Google Labs)"
        },
        {
          "url": "https://www.testingcatalog.com/sparkify-uses-gemini-and-veo-3-to-power-googles-latest-ai-video-experiment/",
          "title": "Sparkify uses Gemini and Veo 3"
        }
      ]
    },
    {
      "slug": "live-api-native-audio",
      "year": 2025,
      "title": "Live API with native audio dialogue",
      "category": "Developer",
      "announced": "Preview of audio-visual input and native audio dialogue in the Gemini Live API",
      "reality": "Live API native-audio preview shipped to developers. Computer-use (Mariner-derived) capability launched in the Gemini API and Vertex AI in summer 2025 as promised.",
      "status": "shipped",
      "shippedDate": "2025-06",
      "killedDate": null,
      "notes": null,
      "sources": [
        {
          "url": "https://ai.google.dev/gemini-api/docs/changelog",
          "title": "Gemini API release notes"
        },
        {
          "url": "https://blog.google/technology/google-deepmind/gemini-universal-ai-assistant/",
          "title": "Gemini universal AI assistant"
        }
      ]
    }
  ]
}