CINXE.COM

Google Danced - Will Apple?

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Google Danced - Will Apple?</title> <link rel="stylesheet" href="https://www.augment.ink/assets/built/screen.css?v=d7d952ff4c"> <style> :root { --background-color: #ffffff } </style> <script> /* The script for calculating the color contrast was taken from https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */ var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color'); accentColor = accentColor.trim().slice(1); var r = parseInt(accentColor.substr(0, 2), 16); var g = parseInt(accentColor.substr(2, 2), 16); var b = parseInt(accentColor.substr(4, 2), 16); var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000; var textColor = (yiq >= 128) ? 'dark' : 'light'; document.documentElement.className = `has-${textColor}-text`; </script> <meta name="description" content="Boy, did they make Google dance."> <link rel="icon" href="https://www.augment.ink/content/images/size/w256h256/2024/06/Copy-of-Your-paragraph-text-2.png" type="image/png"> <link rel="canonical" href="https://www.augment.ink/google-danced-will-apple/"> <meta name="referrer" content="no-referrer-when-downgrade"> <meta property="og:site_name" content="augment"> <meta property="og:type" content="article"> <meta property="og:title" content="Google Danced - Will Apple?"> <meta property="og:description" content="Boy, did they make Google dance."> <meta property="og:url" content="https://www.augment.ink/google-danced-will-apple/"> <meta property="og:image" content="https://www.augment.ink/content/images/size/w1200/2024/05/apple-technologic-3.png"> <meta property="article:published_time" content="2024-05-24T19:46:01.000Z"> <meta property="article:modified_time" content="2024-05-24T20:29:27.000Z"> <meta property="article:tag" content="generative-ai"> <meta property="article:tag" content="google gemini"> <meta property="article:tag" content="apple"> <meta property="article:tag" content="wwdc"> <meta property="article:tag" content="chatgpt"> <meta property="article:tag" content="openai"> <meta property="article:tag" content="google"> <meta property="article:publisher" content="https://www.facebook.com/ghost"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Google Danced - Will Apple?"> <meta name="twitter:description" content="Boy, did they make Google dance."> <meta name="twitter:url" content="https://www.augment.ink/google-danced-will-apple/"> <meta name="twitter:image" content="https://www.augment.ink/content/images/size/w1200/2024/05/apple-technologic-2.png"> <meta name="twitter:label1" content="Written by"> <meta name="twitter:data1" content="Anuj Ahooja"> <meta name="twitter:label2" content="Filed under"> <meta name="twitter:data2" content="generative-ai, google gemini, apple, wwdc, chatgpt, openai, google"> <meta name="twitter:site" content="@ghost"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="757"> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Article", "publisher": { "@type": "Organization", "name": "augment", "url": "https://www.augment.ink/", "logo": { "@type": "ImageObject", "url": "https://www.augment.ink/content/images/2024/06/Untitled-design.png" } }, "author": { "@type": "Person", "name": "Anuj Ahooja", "image": { "@type": "ImageObject", "url": "https://www.augment.ink/content/images/size/w1200/2024/02/received_322200897498364-2.jpeg", "width": 1200, "height": 1201 }, "url": "https://www.augment.ink/author/anuj/", "sameAs": [] }, "headline": "Google Danced - Will Apple?", "url": "https://www.augment.ink/google-danced-will-apple/", "datePublished": "2024-05-24T19:46:01.000Z", "dateModified": "2024-05-24T20:29:27.000Z", "keywords": "generative-ai, google gemini, apple, wwdc, chatgpt, openai, google", "description": "Boy, did they make Google dance.", "mainEntityOfPage": "https://www.augment.ink/google-danced-will-apple/" } </script> <meta name="generator" content="Ghost 5.109"> <link rel="alternate" type="application/rss+xml" title="augment" href="https://www.augment.ink/rss/"> <script defer src="https://cdn.jsdelivr.net/ghost/portal@~2.49/umd/portal.min.js" data-i18n="true" data-ghost="https://www.augment.ink/" data-key="feea719b673a885c9b3a91aae7" data-api="https://augmentink.ghost.io/ghost/api/content/" data-locale="en" crossorigin="anonymous"></script><style id="gh-members-styles">.gh-post-upgrade-cta-content, .gh-post-upgrade-cta { display: flex; flex-direction: column; align-items: center; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; text-align: center; width: 100%; color: #ffffff; font-size: 16px; } .gh-post-upgrade-cta-content { border-radius: 8px; padding: 40px 4vw; } .gh-post-upgrade-cta h2 { color: #ffffff; font-size: 28px; letter-spacing: -0.2px; margin: 0; padding: 0; } .gh-post-upgrade-cta p { margin: 20px 0 0; padding: 0; } .gh-post-upgrade-cta small { font-size: 16px; letter-spacing: -0.2px; } .gh-post-upgrade-cta a { color: #ffffff; cursor: pointer; font-weight: 500; box-shadow: none; text-decoration: underline; } .gh-post-upgrade-cta a:hover { color: #ffffff; opacity: 0.8; box-shadow: none; text-decoration: underline; } .gh-post-upgrade-cta a.gh-btn { display: block; background: #ffffff; text-decoration: none; margin: 28px 0 0; padding: 8px 18px; border-radius: 4px; font-size: 16px; font-weight: 600; } .gh-post-upgrade-cta a.gh-btn:hover { opacity: 0.92; }</style><script async src="https://js.stripe.com/v3/"></script> <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.5/umd/sodo-search.min.js" data-key="feea719b673a885c9b3a91aae7" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.5/umd/main.css" data-sodo-search="https://augmentink.ghost.io/" data-locale="en" crossorigin="anonymous"></script> <link href="https://www.augment.ink/webmentions/receive/" rel="webmention"> <script defer src="/public/cards.min.js?v=d7d952ff4c"></script> <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=d7d952ff4c"> <script defer src="/public/member-attribution.min.js?v=d7d952ff4c"></script><style>:root {--ghost-accent-color: #ff0000;}</style> <div id="fb-root"></div> <script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v19.0" nonce="KrXer36U"></script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-QG1BRT6R0V"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-QG1BRT6R0V'); </script> </head> <body class="post-template tag-generative-ai tag-google-gemini tag-apple tag-wwdc tag-chatgpt tag-openai tag-google is-head-left-logo has-classic-feed"> <div class="gh-site"> <header id="gh-head" class="gh-head gh-outer"> <div class="gh-head-inner gh-inner"> <div class="gh-head-brand"> <div class="gh-head-brand-wrapper"> <a class="gh-head-logo" href="https://www.augment.ink"> <img src="https://www.augment.ink/content/images/2024/06/Untitled-design.png" alt="augment"> </a> </div> <button class="gh-search gh-icon-btn" aria-label="Search this site" data-ghost-search><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17.5 17.5L12.5 12.5L17.5 17.5ZM14.1667 8.33333C14.1667 9.09938 14.0158 9.85792 13.7226 10.5657C13.4295 11.2734 12.9998 11.9164 12.4581 12.4581C11.9164 12.9998 11.2734 13.4295 10.5657 13.7226C9.85792 14.0158 9.09938 14.1667 8.33333 14.1667C7.56729 14.1667 6.80875 14.0158 6.10101 13.7226C5.39328 13.4295 4.75022 12.9998 4.20854 12.4581C3.66687 11.9164 3.23719 11.2734 2.94404 10.5657C2.65088 9.85792 2.5 9.09938 2.5 8.33333C2.5 6.78624 3.11458 5.30251 4.20854 4.20854C5.30251 3.11458 6.78624 2.5 8.33333 2.5C9.88043 2.5 11.3642 3.11458 12.4581 4.20854C13.5521 5.30251 14.1667 6.78624 14.1667 8.33333Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> </button> <button class="gh-burger"></button> </div> <nav class="gh-head-menu"> <ul class="nav"> <li class="nav-home"><a href="https://www.augment.ink/">Home</a></li> <li class="nav-about"><a href="https://www.augment.ink/about/">About</a></li> </ul> </nav> <div class="gh-head-actions"> <button class="gh-search gh-icon-btn" aria-label="Search this site" data-ghost-search><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17.5 17.5L12.5 12.5L17.5 17.5ZM14.1667 8.33333C14.1667 9.09938 14.0158 9.85792 13.7226 10.5657C13.4295 11.2734 12.9998 11.9164 12.4581 12.4581C11.9164 12.9998 11.2734 13.4295 10.5657 13.7226C9.85792 14.0158 9.09938 14.1667 8.33333 14.1667C7.56729 14.1667 6.80875 14.0158 6.10101 13.7226C5.39328 13.4295 4.75022 12.9998 4.20854 12.4581C3.66687 11.9164 3.23719 11.2734 2.94404 10.5657C2.65088 9.85792 2.5 9.09938 2.5 8.33333C2.5 6.78624 3.11458 5.30251 4.20854 4.20854C5.30251 3.11458 6.78624 2.5 8.33333 2.5C9.88043 2.5 11.3642 3.11458 12.4581 4.20854C13.5521 5.30251 14.1667 6.78624 14.1667 8.33333Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> </button> <div class="gh-head-members"> <a class="gh-head-link" href="#/portal/signin" data-portal="signin">Sign in</a> <a class="gh-head-btn gh-btn gh-primary-btn" href="#/portal/signup" data-portal="signup">Subscribe</a> </div> </div> </div> </header> <main class="gh-main gh-outer"> <div class="gh-inner"> <article class="gh-article post tag-generative-ai tag-google-gemini tag-apple tag-wwdc tag-chatgpt tag-openai tag-google no-image"> <section class="gh-content gh-canvas"> <figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://www.augment.ink/content/images/2024/05/apple-technologic-4.png" class="kg-image" alt="" loading="lazy" width="2000" height="1262" srcset="https://www.augment.ink/content/images/size/w600/2024/05/apple-technologic-4.png 600w, https://www.augment.ink/content/images/size/w1000/2024/05/apple-technologic-4.png 1000w, https://www.augment.ink/content/images/size/w1600/2024/05/apple-technologic-4.png 1600w, https://www.augment.ink/content/images/2024/05/apple-technologic-4.png 2000w" sizes="(min-width: 720px) 720px"><figcaption><span style="white-space: pre-wrap;">Screencap of Apple's </span><a href="https://www.youtube.com/watch?v=raXZelsYxKk&ref=augment.ink" rel="noreferrer"><span style="white-space: pre-wrap;">Technologic iPod Ad</span></a><span style="white-space: pre-wrap;"> from 2004</span></figcaption></figure><blockquote>"And I hope that, with our innovation, [Google] will definitely want to come out and show that they can dance. And I want people to know that we made them dance, and I think that'll be a great day" </blockquote><p>That's what <a href="https://www.youtube.com/watch?v=QinFy0RFDr8&ref=augment.ink" rel="noreferrer">a confident Satya Nadella</a>, CEO of Microsoft, said after the launch of Bing Chat, the predecessor to Copilot.</p><p>Boy, did they make Google dance.</p><h2 id="two-left-feet">Two Left Feet</h2><p>Google launched their Generative AI-based search this week and it's going very not so good. Across the internet, people are finding that Gemini - like other LLM services like it - tends to lie. A lot. Like, <a href="https://www.theverge.com/2024/5/23/24162896/google-ai-overview-hallucinations-glue-in-pizza?ref=augment.ink" rel="noreferrer">put Elmer's glue on pizza</a> and <a href="https://www.threads.net/@crumbler/post/C7VGpYSPOgT?xmt=AQGzc4PKF9MwmvFYXL6WTiB6mAuuaL1vuviEngsoNN9HJL4&ref=augment.ink" rel="noreferrer">eat rocks</a> kind of lies. It also lies <a href="https://www.cnbc.com/2024/05/24/google-criticized-as-ai-overview-makes-errors-like-saying-president-obama-is-muslim.html?ref=augment.ink" rel="noreferrer">on serious topics</a> too. </p><p>And it's a <a href="https://www.theverge.com/2024/5/23/24163667/bold-yet-responsible-and-crunchy?ref=augment.ink" rel="noreferrer">known problem</a> that doesn't have a solution.</p><p>We all saw this coming, right? From ChatGPT and Bing Chat's early hallucinations to Google's Gemini having <a href="https://www.npr.org/2024/03/18/1239107313/google-races-to-find-a-solution-after-ai-generator-gemini-misses-the-mark?ref=augment.ink" rel="noreferrer">a pretty bad start itself</a>, it was clear that this technology wasn't ready to play at the scale of something as big as the portal to the entire internet. </p><p>Google used the most important real estate on the internet to paraphrase Reddit trolls and satire websites, pushing informed answers further down the page. They danced, tripped on their own feet, and it's going to take a long time for them to heal their twisted ankle.</p><h2 id="hol-up-let-tim-cook">Hol' Up, Let Tim Cook</h2><p>But where do the rest of us go from here? Every company that owns the platforms that run our lives are currently caught up in the AI buzz. One of those is Apple, and while there haven't been any official announcements, <a href="https://www.theverge.com/2024/2/1/24058647/apple-ceo-tim-cook-teases-generative-ai-iphone?ref=augment.ink" rel="noreferrer">Tim Cook has confirmed</a> that the company has been working tirelessly to add AI features to their products.</p><p>Apple is apparently about to step on the dance floor in a few weeks at WWDC and, to be completely honest, I'm a bit nervous for them.</p><p>One rumor suggests that they're <a href="https://www.bloomberg.com/news/articles/2024-03-18/apple-in-talks-to-license-google-gemini-for-iphone-ios-18-generative-ai-tools?ref=augment.ink" rel="noreferrer">paring up with Google</a> for generative AI features. If it's just photography tools or better auto-correct, that's probably a great idea. But if they were planning on replacing the engine under Siri for Gemini, this launch from Google may convince them otherwise. </p><p>There have also been rumors that <a href="https://www.bloomberg.com/news/newsletters/2024-05-19/what-is-apple-doing-in-ai-summaries-cloud-and-on-device-llms-openai-deal-lwdj5pkz?ref=augment.ink" rel="noreferrer">Apple's working closely with OpenAI</a>. But the non-profit is going through <a href="https://www.nbcnews.com/tech/tech-news/scarlett-johansson-shocked-angered-openai-voice-rcna153180?ref=augment.ink" rel="noreferrer">a controversy of its own</a>, stressing an already-strained relationship with creatives. Apple also recently <a href="https://www.theverge.com/2024/5/9/24153113/apple-ipad-ad-crushing-apology?ref=augment.ink" rel="noreferrer">brought the ire of creatives</a> with its "Crush" ad, which means they're likely walking on thin ice for the next little while with that community as well. Tying the knot with OpenAI may raise a lot of eyebrows.</p><p>The last option is to go full-Apple - build an in-house competitor that's only available through Siri on their hardware. To be honest, there's very little that Apple could do to Siri to make it feel worse than it already is, so betting on themselves and hoping it gets better over time <a href="https://www.androidpolice.com/apple-maps-good-now-problem-google-maps/?ref=augment.ink" rel="noreferrer">like Apple Maps</a> is probably the right bet.</p><p>Or maybe the right bet is go the route Apple is best known for - sitting quiet and waiting for the promises of AI to match real-world experience expectations. To me, the biggest mic drop Tim Cook could make on the WWDC 2024 stage is "Y'all see how bad this is right? We don't want to get anywhere near it." </p><p>But line must go up and, if we've learned anything in the current phase of tech, GenAI makes the line go <a href="https://www.cnbc.com/2024/05/23/nvidia-stock-pops-10percent-to-record-high.html?ref=augment.ink" rel="noreferrer">very, very ,very up</a>.</p><p>I hope Tim brings the right dancing shoes.</p> <header class="gh-article-header"> <h1 class="gh-article-title">Google Danced - Will Apple?</h1> <p class="gh-article-excerpt">Boy, did they make Google dance.</p> </header> <aside class="gh-article-meta"> <div class="gh-article-meta-inner"> <figure class="gh-author-image"> <img src="https://www.augment.ink/content/images/2024/02/received_322200897498364-2.jpeg" alt="Anuj Ahooja"> </figure> <div class="gh-article-meta-wrapper"> <h4 class="gh-author-name"> <a href="/author/anuj/">Anuj Ahooja</a> </h4> <time class="gh-article-date" datetime="2024-05-24">May 24, 2024</time></div> <a class="gh-article-tag" href="https://www.augment.ink/tag/generative-ai/" style="--tag-color: ">generative-ai</a> </div> </aside> </section> <footer class="gh-article-footer gh-canvas"> <nav class="gh-navigation"> <div class="gh-navigation-previous"> <a class="gh-navigation-link" href="/human-generated-content-1/">← Previous</a> </div> <div class="gh-navigation-middle"></div> <div class="gh-navigation-next"> <a class="gh-navigation-link" href="/patreon-fediverse/">Next →</a> </div> </nav> </footer> </article> </div> </main> <footer class="gh-foot gh-outer"> <div class="gh-foot-inner gh-inner"> <nav class="gh-foot-menu"> <ul class="nav"> <li class="nav-sign-up"><a href="#/portal/">Sign up</a></li> </ul> </nav> <div class="gh-copyright"> augment © 2025. Powered by <a href="https://ghost.org/" target="_blank" rel="noopener">Ghost</a> </div> </div> </footer> </div> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <div class="pswp__bg"></div> <div class="pswp__scroll-wrap"> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"></button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <script src="https://www.augment.ink/assets/built/main.min.js?v=d7d952ff4c"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10