CINXE.COM
Human-Generated Content #2
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Human-Generated Content #2</title> <link rel="stylesheet" href="https://www.augment.ink/assets/built/screen.css?v=19002ed318"> <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="Publishers are seeing two very different futures for their businesses. Is the future of media aggregated and summarized or is it direct-to-audience?"> <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/human-generated-content-2/"> <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="Human-Generated Content #2"> <meta property="og:description" content="Publishers are seeing two very different futures for their businesses. Is the future of media aggregated and summarized or is it direct-to-audience?"> <meta property="og:url" content="https://www.augment.ink/human-generated-content-2/"> <meta property="og:image" content="https://www.augment.ink/content/images/2024/06/image-1-2-1-1-1-1-1-1.png"> <meta property="article:published_time" content="2024-06-06T18:37:46.000Z"> <meta property="article:modified_time" content="2024-06-06T18:37:46.000Z"> <meta property="article:tag" content="human generated content"> <meta property="article:tag" content="fediverse"> <meta property="article:tag" content="generative-ai"> <meta property="article:tag" content="activitypub"> <meta property="article:tag" content="chatgpt"> <meta property="article:tag" content="social media"> <meta property="article:tag" content="openai"> <meta property="article:tag" content="llm"> <meta property="article:publisher" content="https://www.facebook.com/ghost"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Human-Generated Content #2"> <meta name="twitter:description" content="Publishers are seeing two very different futures for their businesses. Is the future of media aggregated and summarized or is it direct-to-audience?"> <meta name="twitter:url" content="https://www.augment.ink/human-generated-content-2/"> <meta name="twitter:image" content="https://www.augment.ink/content/images/2024/06/image-1-2-1-1-1-1-1.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="human generated content, fediverse, generative-ai, activitypub, chatgpt, social media, openai, llm"> <meta name="twitter:site" content="@ghost"> <meta property="og:image:width" content="778"> <meta property="og:image:height" content="435"> <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": "Human-Generated Content #2", "url": "https://www.augment.ink/human-generated-content-2/", "datePublished": "2024-06-06T18:37:46.000Z", "dateModified": "2024-06-06T18:37:46.000Z", "keywords": "human generated content, fediverse, generative-ai, activitypub, chatgpt, social media, openai, llm", "description": "Publishers are seeing two very different futures for their businesses. Is the future of media aggregated and summarized or is it direct-to-audience?", "mainEntityOfPage": "https://www.augment.ink/human-generated-content-2/" } </script> <meta name="generator" content="Ghost 5.101"> <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.46/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=19002ed318"></script> <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=19002ed318"> <script defer src="/public/member-attribution.min.js?v=19002ed318"></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-human-generated-content tag-fediverse tag-generative-ai tag-activitypub tag-chatgpt tag-social-media tag-openai tag-llm 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-human-generated-content tag-fediverse tag-generative-ai tag-activitypub tag-chatgpt tag-social-media tag-openai tag-llm no-image"> <section class="gh-content gh-canvas"> <p>Hello, again! </p><p>The first edition of this series brought the largest amount of new subscribers augment has ever seen, so I want to start by thanking all of you for joining me on this journey. As you can probably tell, I'm still trying to figure this out but I hope I'm leaving you with a few nuggets of knowledge and context with each post I leave in your inbox. </p><p>Before we jump in: I also wrote two other pieces on augment in between issues. Check them out if you haven't yet, I'm really happy with how they turned out:</p><ul><li><a href="https://www.augment.ink/google-danced-will-apple/" rel="noreferrer">Google Danced - Will Apple?</a></li><li><a href="https://www.augment.ink/patreon-fediverse/" rel="noreferrer">Patreon Belongs in the Fediverse</a></li></ul><p>For this edition, I want to talk about two conversations happening around the future of journalism. One side sees the end-times and is handing their content to be aggregated and summarized for easy consumption. The other side also sees the end-times, but is opting to change the way they distribute and build their audience. Yup - it's another AI and Fediverse conversation. But I also warned you it would be last time so I hope it isn't a surprise.</p><p>So let's look at these two forks in the road and see what their potential for the future is.</p><h2 id="the-publishers-dilemma">The Publisher's Dilemma </h2><p>I want to start this with <a href="https://werd.io/2024/dispatches-from-the-media-apocalypse?ref=augment.ink" rel="noreferrer">a blog post by Ben Werdmuller</a> (Senior Director of Technology at ProPublica) that summarizes the current social media news landscape, different business models that have been attempted in the past, and the various solutions ahead of them.</p><blockquote>We’re at the foothills of both changes: social media is likely to fragment further, and generative AI will become even more prevalent as it becomes more powerful. Newsrooms can no longer rely on their old tactics to reach their audiences, and they will need to build new tactics that take these trends into account if they hope to survive.</blockquote><p>So here we are: the distribution strategies of the 2010s are looking a whole lot like the newsstands of the mid-2000s. The first time, the newsstands scaled back because the audience changed the way they consume the news. This time, however, it's because the newsstands themselves have either decided they don't want to sell the news or that they would rather summarize the day's news instead - sometimes lying to you confidently as they do.</p><p>There's a lot of more in Ben's piece and I urge you to read it, along with <a href="https://newsletter.werd.io/?ref=augment.ink" rel="noreferrer">subscribing to his newsletter</a>. His experience in the industry has taught him about the dynamics between journalism and technology and I've learned a lot from reading his work. </p><p>I want to add another excerpt from the piece:</p><blockquote>These organizations must own their digital presence outright to shield themselves from risks created by third parties that wield outsized supplier power over their business models. They must build direct relationships with their communities, prioritizing open protocols over proprietary systems. They need to invest in technology expertise that can help them weather these changes and make that expertise a first-class part of their senior leadership teams.</blockquote><p>So, which one are publishers choosing - open protocols or proprietary systems? Well, it's complicated.</p><h2 id="publishers-turn-to-ai-companies">Publishers Turn to AI Companies</h2><p>Let's start with the publishers opting into proprietary systems. Namely, in the last few weeks <a href="https://www.axios.com/2024/05/29/atlantic-vox-media-openai-licensing-deal?ref=augment.ink" rel="noreferrer">Vox, The Atlantic, and News Corp</a> have all signed deals with OpenAI. These deals go two ways - OpenAI gets a pipeline of up-to-date news content to add to their models and publishers get deals on OpenAI tools, some of which will actually be really useful for both the publisher and its readers.</p><p>It is important, however, to note that how news content will surface on ChatGPT is still unclear once these deals have a tangible impact on the experience. When I ask for the day's news on the platform today, this is what it looks like:</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://www.augment.ink/content/images/2024/06/image.png" class="kg-image" alt="" loading="lazy" width="1188" height="785" srcset="https://www.augment.ink/content/images/size/w600/2024/06/image.png 600w, https://www.augment.ink/content/images/size/w1000/2024/06/image.png 1000w, https://www.augment.ink/content/images/2024/06/image.png 1188w" sizes="(min-width: 720px) 720px"><figcaption><span style="white-space: pre-wrap;">OpenAI responds with what it considers the four top news stories of the day</span></figcaption></figure><p>First off, these are definitely not the biggest news stories of the day—there's an election happening in India and a Bollywood actress's endorsement is certainly not the most important part of it. But I digress.</p><p>Another thing to note about this response is the attribution: it does link me to news sites where some of this is sourced but it doesn't take me to the article, it takes me to the homepages. There are no quotes from the pieces and no authors called out. There's four stories with three sites and it doesn't tell you which stories line up with which publications. Now, maybe all this will change after these deals but I currently see no real benefit to the media businesses other than an upfront, short-term bank deposit. </p><p>But it somehow gets worse. The next day I got more specific about what news I want to focus on and ChatGPT just straight up lied to me:</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://www.augment.ink/content/images/2024/06/image-1.png" class="kg-image" alt="Me: Tell me about yesterday's elections in India. ChatGPT: The 2024 Indian general elections concluded with the counting of votes on June 4. These elections were conducted over seven phases from April 19 to June 1. The final results declared that the Bharatiya Janata Party (BJP) secured a significant victory, solidifying its position with a majority in the Lok Sabha. The BJP-led National Democratic Alliance (NDA) won a decisive majority, with the BJP alone securing 303 seats. This result marked another strong performance by the BJP, led by Prime Minister Narendra Modi, who is set to continue his tenure (IndiaTimes) (Free Press Journal). In addition to the national elections, state assembly elections were also held in Andhra Pradesh, Odisha, Arunachal Pradesh, and Sikkim. The BJP made notable gains in Odisha, winning 78 seats in the 147-member state assembly, marking a significant political shift in the state (India Today). Overall, the election saw a high voter turnout and reinforced the BJP's dominance in Indian politics, both at the national and state levels. Me: This isn't true, the BJP did not win a majority ChatGPT: The 2024 Indian general elections resulted in a hung parliament, with no single party securing a clear majority. The Bharatiya Janata Party (BJP), led by Prime Minister Narendra Modi, did not achieve the expected majority. Instead, the opposition coalition known as the INDIA bloc made significant gains, creating a more balanced power distribution in the Lok Sabha. The BJP and its allies won around 240 seats, falling short of the 272 needed for a majority. In contrast, the INDIA bloc, a coalition of various opposition parties, secured approximately 220 seats. This outcome has led to a highly competitive and uncertain political landscape, with both blocs needing to negotiate with smaller parties to form a government (Hindustan Times) (India Today). In the state assembly elections, the BJP saw mixed results. They managed to secure a win in the Odisha state assembly with 78 seats, marking a significant political shift in the state (India Today). However, the overall national outcome has created a scenario where coalition politics will play a crucial role in the formation of the next government." loading="lazy" width="1096" height="1441" srcset="https://www.augment.ink/content/images/size/w600/2024/06/image-1.png 600w, https://www.augment.ink/content/images/size/w1000/2024/06/image-1.png 1000w, https://www.augment.ink/content/images/2024/06/image-1.png 1096w" sizes="(min-width: 720px) 720px"><figcaption><span style="white-space: pre-wrap;">ChatGPT thinks that the BJP won the majority in the 2024 Indian elections. They did not.</span></figcaption></figure><p>This time it does a marginally better job of attributing the news to its sources, but fails at actually being accurate about the most important news coming out of the Indian elections. Am I supposed to trust ChatGPT as a source of up-to-date truthful journalism? Am I supposed to click on the links, go to the homepage of the news site, then search for the sourced story to confirm what ChatGPT says? Why are media brands trusting this system in its current state? I have so many questions.</p><p>If we ignore the truth - which is a really weird thing to ignore - there's another major problem here. What I see here is the further consolidation - or as Kyle Chakya would say, <a href="https://www.penguinrandomhouse.com/books/695902/filterworld-by-kyle-chayka/?ref=augment.ink" rel="noreferrer">flattening</a> - of the media industry. ChatGPT didn't attempt to look at multiple different news sites for the same story to get multiple perspectives, they chose at most two. In other words: unlike the ten links in Google Search or even the "Full Coverage" option in Google News which enables the user to get multiple viewpoints, ChatGPT is choosing a couple sources based on who made deals with them.</p><p>Not to get political here, but if a news story on ChatGPT is going to be sourced from a News Corp entity, I really want it to look for different perspectives. If that's where OpenAI's information is coming from, I likely won't be trusting it. I think Vanessa Otero - Founder/CEO of Ad Fontes Media, the organization that invented the Media Bias Chat - said it best:</p> <!--kg-card-begin: html--> <script async src="https://www.threads.net/embed.js"></script> <blockquote class="text-post-media" data-text-post-permalink="https://www.threads.net/@vanessa_lea_otero/post/C7VjgMlMS5P" data-text-post-version="0" id="ig-tp-C7VjgMlMS5P" style=" background:#FFF; border-width: 1px; border-style: solid; border-color: #00000026; border-radius: 16px; max-width:540px; margin: 1px; min-width:270px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"> <a href="https://www.threads.net/@vanessa_lea_otero/post/C7VjgMlMS5P?ref=augment.ink" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%; font-family: -apple-system, BlinkMacSystemFont, sans-serif;" target="_blank"> <div style=" padding: 40px; display: flex; flex-direction: column; align-items: center;"><div style=" display:block; height:32px; width:32px; padding-bottom:20px;"> <svg aria-label="Threads" height="32px" role="img" viewBox="0 0 192 192" width="32px" xmlns="http://www.w3.org/2000/svg"> <path d="M141.537 88.9883C140.71 88.5919 139.87 88.2104 139.019 87.8451C137.537 60.5382 122.616 44.905 97.5619 44.745C97.4484 44.7443 97.3355 44.7443 97.222 44.7443C82.2364 44.7443 69.7731 51.1409 62.102 62.7807L75.881 72.2328C81.6116 63.5383 90.6052 61.6848 97.2286 61.6848C97.3051 61.6848 97.3819 61.6848 97.4576 61.6855C105.707 61.7381 111.932 64.1366 115.961 68.814C118.893 72.2193 120.854 76.925 121.825 82.8638C114.511 81.6207 106.601 81.2385 98.145 81.7233C74.3247 83.0954 59.0111 96.9879 60.0396 116.292C60.5615 126.084 65.4397 134.508 73.775 140.011C80.8224 144.663 89.899 146.938 99.3323 146.423C111.79 145.74 121.563 140.987 128.381 132.296C133.559 125.696 136.834 117.143 138.28 106.366C144.217 109.949 148.617 114.664 151.047 120.332C155.179 129.967 155.42 145.8 142.501 158.708C131.182 170.016 117.576 174.908 97.0135 175.059C74.2042 174.89 56.9538 167.575 45.7381 153.317C35.2355 139.966 29.8077 120.682 29.6052 96C29.8077 71.3178 35.2355 52.0336 45.7381 38.6827C56.9538 24.4249 74.2039 17.11 97.0132 16.9405C119.988 17.1113 137.539 24.4614 149.184 38.788C154.894 45.8136 159.199 54.6488 162.037 64.9503L178.184 60.6422C174.744 47.9622 169.331 37.0357 161.965 27.974C147.036 9.60668 125.202 0.195148 97.0695 0H96.9569C68.8816 0.19447 47.2921 9.6418 32.7883 28.0793C19.8819 44.4864 13.2244 67.3157 13.0007 95.9325L13 96L13.0007 96.0675C13.2244 124.684 19.8819 147.514 32.7883 163.921C47.2921 182.358 68.8816 191.806 96.9569 192H97.0695C122.03 191.827 139.624 185.292 154.118 170.811C173.081 151.866 172.51 128.119 166.26 113.541C161.776 103.087 153.227 94.5962 141.537 88.9883ZM98.4405 129.507C88.0005 130.095 77.1544 125.409 76.6196 115.372C76.2232 107.93 81.9158 99.626 99.0812 98.6368C101.047 98.5234 102.976 98.468 104.871 98.468C111.106 98.468 116.939 99.0737 122.242 100.233C120.264 124.935 108.662 128.946 98.4405 129.507Z" /></svg></div> <div style=" font-size: 15px; line-height: 21px; color: #999999; font-weight: 400; padding-bottom: 4px; "> Post by @vanessa_lea_otero</div> <div style=" font-size: 15px; line-height: 21px; color: #000000; font-weight: 600; "> View on Threads</div></div></a></blockquote> <!--kg-card-end: html--> <p>It also looks like the journalists on the ground floor aren't all that happy about this decision as well. Vox reporter Bryan Walsh had <a href="https://www.vox.com/technology/352849/openai-chatgpt-google-meta-artificial-intelligence-vox-media-chatbots?ref=augment.ink" rel="noreferrer">swift pushback for his employer</a>:</p><blockquote>But while I’m not a media executive, I have been working in this business for more than 20 years. In that time, I’ve seen our industry pin our hopes on search engine optimization; on the pivot to video (and back again); on Facebook and social media traffic. I can remember Apple coming to my offices at Time magazine in 2010, <a href="https://www.nytimes.com/2010/02/01/business/media/01carr.html?ref=augment.ink">promising us</a> that the iPad would save the magazine business. (It did not.) </blockquote><blockquote>Each time, we are promised a fruitful collaboration with tech platforms that can benefit both sides. And each time, it ultimately doesn’t work out because the interests of those tech platforms do not align, and have never fully aligned, with those of the media. But sure — maybe this time <a href="https://www.youtube.com/watch?v=mC5MzvgE4c0&ref=augment.ink">Lucy won’t pull the football away</a>. </blockquote><p>Tell us how you really feel, Bryan.</p><p>The Verge's Editor-in-Chief, Nilay Patel had a bit of a different - or indifferent - reaction to the news of his employer's partnership with OpenAI:</p> <!--kg-card-begin: html--> <blockquote class="text-post-media" data-text-post-permalink="https://www.threads.net/@reckless1280/post/C7juyV6xRrY" data-text-post-version="0" id="ig-tp-C7juyV6xRrY" style=" background:#FFF; border-width: 1px; border-style: solid; border-color: #00000026; border-radius: 16px; max-width:540px; margin: 1px; min-width:270px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"> <a href="https://www.threads.net/@reckless1280/post/C7juyV6xRrY?ref=augment.ink" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%; font-family: -apple-system, BlinkMacSystemFont, sans-serif;" target="_blank"> <div style=" padding: 40px; display: flex; flex-direction: column; align-items: center;"><div style=" display:block; height:32px; width:32px; padding-bottom:20px;"> <svg aria-label="Threads" height="32px" role="img" viewBox="0 0 192 192" width="32px" xmlns="http://www.w3.org/2000/svg"> <path d="M141.537 88.9883C140.71 88.5919 139.87 88.2104 139.019 87.8451C137.537 60.5382 122.616 44.905 97.5619 44.745C97.4484 44.7443 97.3355 44.7443 97.222 44.7443C82.2364 44.7443 69.7731 51.1409 62.102 62.7807L75.881 72.2328C81.6116 63.5383 90.6052 61.6848 97.2286 61.6848C97.3051 61.6848 97.3819 61.6848 97.4576 61.6855C105.707 61.7381 111.932 64.1366 115.961 68.814C118.893 72.2193 120.854 76.925 121.825 82.8638C114.511 81.6207 106.601 81.2385 98.145 81.7233C74.3247 83.0954 59.0111 96.9879 60.0396 116.292C60.5615 126.084 65.4397 134.508 73.775 140.011C80.8224 144.663 89.899 146.938 99.3323 146.423C111.79 145.74 121.563 140.987 128.381 132.296C133.559 125.696 136.834 117.143 138.28 106.366C144.217 109.949 148.617 114.664 151.047 120.332C155.179 129.967 155.42 145.8 142.501 158.708C131.182 170.016 117.576 174.908 97.0135 175.059C74.2042 174.89 56.9538 167.575 45.7381 153.317C35.2355 139.966 29.8077 120.682 29.6052 96C29.8077 71.3178 35.2355 52.0336 45.7381 38.6827C56.9538 24.4249 74.2039 17.11 97.0132 16.9405C119.988 17.1113 137.539 24.4614 149.184 38.788C154.894 45.8136 159.199 54.6488 162.037 64.9503L178.184 60.6422C174.744 47.9622 169.331 37.0357 161.965 27.974C147.036 9.60668 125.202 0.195148 97.0695 0H96.9569C68.8816 0.19447 47.2921 9.6418 32.7883 28.0793C19.8819 44.4864 13.2244 67.3157 13.0007 95.9325L13 96L13.0007 96.0675C13.2244 124.684 19.8819 147.514 32.7883 163.921C47.2921 182.358 68.8816 191.806 96.9569 192H97.0695C122.03 191.827 139.624 185.292 154.118 170.811C173.081 151.866 172.51 128.119 166.26 113.541C161.776 103.087 153.227 94.5962 141.537 88.9883ZM98.4405 129.507C88.0005 130.095 77.1544 125.409 76.6196 115.372C76.2232 107.93 81.9158 99.626 99.0812 98.6368C101.047 98.5234 102.976 98.468 104.871 98.468C111.106 98.468 116.939 99.0737 122.242 100.233C120.264 124.935 108.662 128.946 98.4405 129.507Z" /></svg></div> <div style=" font-size: 15px; line-height: 21px; color: #999999; font-weight: 400; padding-bottom: 4px; "> Post by @reckless1280</div> <div style=" font-size: 15px; line-height: 21px; color: #000000; font-weight: 600; "> View on Threads</div></div></a></blockquote> <!--kg-card-end: html--> <p>And based on The Verge's recent moves, it's pretty clear that Nilay is planning on taking his newsroom in a very, very different direction. In fact, let's talk about it.</p><h2 id="publishers-turn-to-the-fediverse">Publishers Turn to the Fediverse</h2><p>In parallel, another conversation is happening around a direct-to-audience strategy using social web protocols like ActivityPub.</p><p> Sara Guaglione from Digiday <a href="https://digiday.com/media/why-publishers-are-preparing-to-federate-their-sites/?ref=augment.ink" rel="noreferrer">reports</a>:</p><blockquote>The Verge and 404 Media are building out new functions that would allow them to distribute posts on their sites and on federated platforms – like Threads, Mastodon and Bluesky – at the same time. Replies to those posts on those platforms become comments on their sites. </blockquote><p>I mentioned in <a href="https://www.augment.ink/human-generated-content-1/" rel="noreferrer">the last edition</a> of this newsletter that Semafor and The Verge have both been transitioning their distribution to using open social protocols like ActivityPub. In the long-run, The Verge wants to be a Fediverse-first publication. But as they work through this transition, The Verge - along with Semafor, 404Media, and WeDistribute among other publishers - are using Flipboard as a pipe into the social web.</p><p>One thing to note about 404 Media is that they're currently hosted by Ghost, the same newsletter engine "Human-Generated Content" runs on. While 404 Media is currently piping through Flipboard, <a href="https://www.augment.ink/ghost-substack-discoverability/" rel="noreferrer">Ghost is also on the path of federating</a> using ActivityPub. This means that with little to effort, all media organizations using the platform will be able to enter the Fediverse with the flip of a few switches.</p><p>Yet another publisher that's on Ghost that's also bullish on the Fediverse is Platformer, the popular newsletter by Casey Newton and Zoe Schiffer. In a <a href="https://pjvogt.substack.com/p/how-do-we-survive-the-media-apocalypse?ref=augment.ink" rel="noreferrer">conversation with PJ Vogt</a> on his podcast "Search Engine", both Casey and PJ have a long, grim conversation about what AI means for the future of publishing. But Casey states the solution of what to do about it bluntly: </p><blockquote>"We have to finish building the Fediverse"</blockquote><p>Casey built Platformer as a direct-to-audience newsletter on day one and it's clearly worked out for him. He leveraged the audience and network he built while writing at The Verge, including his popular newsletter series "The Interface", and built a media business from the ground up using Substack while also syndicating some his content.</p><p>Now, Casey wasn't the first to run the <a href="https://www.theverge.com/2023/10/23/23928550/posse-posting-activitypub-standard-twitter-tumblr-mastodon?ref=augment.ink" rel="noreferrer">POSSE</a> playbook, but he was definitely one of the few writers that understood how to run the blitz. He launched a Discord server "Sidechannel" for paid subscribers, he was hosting Twitter Spaces with Kara Swisher during the pandemic, he was booking interviews with Mark Zuckerberg, and he was picking up scoop after scoop in back-to-back issues. He took his audience and gave them strong reasons to stick around.</p><p>I think The Verge has seen how they can be an incubator for talent and their new homepage design is, what I believe, a direct influence of that realization. The Story Stream looks like a microblogging platform's For You feed and the writers treat it as such. As they focus on their shift to the Fediverse, I have a strong feeling they'll be importing their brand and author profiles to an organization-owned ActivityPub server. Authors could post from The Verge to reach their audience across all protocol-supporting platforms as if they were using Threads or Mastodon and The Verge's brand profile could repost them when it's appropriate, centering the writers behind the work rather than just the entity. If you want to see a sneak-peek of such a system, an enthusiast brought The Verge's Story Stream to the Fediverse on <a href="https://theverge.space/?ref=augment.ink" rel="noreferrer">theverge.space</a>. Pretty cool, huh?</p><p>They've decided to invest in their own technology using open protocols rather than depend on proprietary systems. At this point, if you're not looking at these publishers as social web platforms that are hosting hand-picked bloggers, podcasters, and content creators with a publisher's infrastructure, you're not paying attention. </p><h2 id="until-next-time">Until Next Time</h2><p>My goal for the next issue is to not talk about the Fediverse. It's going to be tough but I think there's a lot of Human-Generated Content that's not related to the future of social media and I want to make sure I surface it as well. We'll see if I can keep that promise but...well, we'll see.</p><p>So, until then - hope you have a great couple weeks ✌🏼</p><p><em>I hope you enjoyed this issue of Human-Generated Content! If you want to be notified of future issues and other posts on augment, you can </em><a href="https://www.augment.ink/rss/" rel="noreferrer"><em>follow on RSS</em></a><em> or </em><a href="https://www.augment.ink/#/portal/" rel="noreferrer"><em>subscribe here for free</em></a><em>. You can also follow me directly on </em><a href="https://www.threads.net/quillmatiq?ref=augment.ink" rel="noreferrer"><em>Threads</em></a><em> and </em><a href="https://mastodon.social/@quillmatiq?ref=augment.ink" rel="noreferrer"><em>Mastodon</em></a><em>.</em></p> <header class="gh-article-header"> <h1 class="gh-article-title">Human-Generated Content #2</h1> <p class="gh-article-excerpt">Publishers are seeing two very different futures for their businesses. Is the future of media aggregated and summarized or is it direct-to-audience?</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-06-06">Jun 6, 2024</time></div> <a class="gh-article-tag" href="https://www.augment.ink/tag/human-generated-content/" style="--tag-color: ">human generated content</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="/patreon-fediverse/">← Previous</a> </div> <div class="gh-navigation-middle"></div> <div class="gh-navigation-next"> <a class="gh-navigation-link" href="/human-generated-content-3/">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 © 2024. 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=19002ed318"></script> </body> </html>