CINXE.COM
If You Can't Beat'em - Human-Generated Content #5
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>If You Can't Beat'em - Human-Generated Content #5</title> <link rel="stylesheet" href="https://www.augment.ink/assets/built/screen.css?v=371cb69bc7"> <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="Human Generated Content: Issue 5"> <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-5/"> <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="If You Can't Beat'em - Human Generated Content #5"> <meta property="og:description" content="Today, I want to expand on a topic I discussed in issue #2: publishers striking deals with AI companies and what that means for their futures and the publisher landscape as a whole."> <meta property="og:url" content="https://www.augment.ink/human-generated-content-5/"> <meta property="og:image" content="https://www.augment.ink/content/images/2024/07/Copy-of-Your-paragraph-text--2--1.png"> <meta property="article:published_time" content="2024-07-18T18:47:48.000Z"> <meta property="article:modified_time" content="2024-08-21T17:39:34.000Z"> <meta property="article:tag" content="human generated content"> <meta property="article:tag" content="generative-ai"> <meta property="article:tag" content="chatgpt"> <meta property="article:tag" content="llm"> <meta property="article:tag" content="newsletter"> <meta property="article:tag" content="openai"> <meta property="article:tag" content="fediverse"> <meta property="article:publisher" content="https://www.facebook.com/ghost"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="If You Can't Beat'em - Human Generated Content #5"> <meta name="twitter:description" content="Today, I want to expand on a topic I discussed in issue #2: publishers striking deals with AI companies and what that means for their futures and the publisher landscape as a whole."> <meta name="twitter:url" content="https://www.augment.ink/human-generated-content-5/"> <meta name="twitter:image" content="https://www.augment.ink/content/images/2024/07/Copy-of-Your-paragraph-text--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="human generated content, generative-ai, chatgpt, llm, newsletter, openai, fediverse"> <meta name="twitter:site" content="@ghost"> <meta property="og:image:width" content="500"> <meta property="og:image:height" content="500"> <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": "If You Can't Beat'em - Human-Generated Content #5", "url": "https://www.augment.ink/human-generated-content-5/", "datePublished": "2024-07-18T18:47:48.000Z", "dateModified": "2024-08-21T17:39:34.000Z", "keywords": "human generated content, generative-ai, chatgpt, llm, newsletter, openai, fediverse", "description": "Human Generated Content: Issue 5", "mainEntityOfPage": "https://www.augment.ink/human-generated-content-5/" } </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=371cb69bc7"></script> <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=371cb69bc7"> <script defer src="/public/member-attribution.min.js?v=371cb69bc7"></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-generative-ai tag-chatgpt tag-llm tag-newsletter tag-openai tag-fediverse 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-generative-ai tag-chatgpt tag-llm tag-newsletter tag-openai tag-fediverse no-image"> <section class="gh-content gh-canvas"> <p>Hello, again!</p><p>Over the last few issues, I've been focused on telling stories about how human content is slowly <a href="https://www.augment.ink/human-generated-content-4/" rel="noreferrer">being erased or added to datasets</a> to be replaced by AI-generated content. </p><p>Today, I want to expand on a topic I discussed in <a href="https://www.augment.ink/human-generated-content-2/" rel="noreferrer">issue #2</a>: publishers striking deals with AI companies and what that means for their futures and the publisher landscape as a whole.</p><p>Before we jump in: last week, I published a post on the thankless work of the Threads community builder, and it somehow caught fire enough <a href="https://www.techmeme.com/240713/p11?ref=augment.ink#a240713p11" rel="noreferrer">to land on Techmeme</a>. The conversations that came out of the post, stemming from the wide spectrum of responses and experiences had by readers, were incredibly rewarding: some who agreed, some who had constructive criticism, and even some Meta employees who followed up. I'm so thankful to everyone who reads my work and engages with it this way, and I hope I can spark more discussion in the near future. Thank you, thank you, thank you.</p><p>With that said, let's get into this week's issue of Human Generated Content.</p><hr><figure class="kg-card kg-image-card"><img src="https://www.augment.ink/content/images/2024/07/issue-five.png" class="kg-image" alt="" loading="lazy" width="1000" height="300" srcset="https://www.augment.ink/content/images/size/w600/2024/07/issue-five.png 600w, https://www.augment.ink/content/images/2024/07/issue-five.png 1000w" sizes="(min-width: 720px) 720px"></figure><hr><h3 id="a-seat-at-the-ai-table">A Seat at the AI Table</h3><p>On a <a href="https://www.theverge.com/2024/7/11/24196396/the-atlantic-openai-licensing-deal-ai-news-journalism-web-future-decoder-podcasts?ref=augment.ink" rel="noreferrer">recent episode of <em>The Verge</em>'s "Decoder" podcast</a>, host Nilay Patel sat down with <em>The Atlantic</em>'s CEO Nicholas Thompson to discuss their data-sharing deal with OpenAI. <em>The Verge</em>'s parent company, <em>Vox Media</em>, made a similar deal, although the full details of both are unclear.</p><p>We've <a href="https://www.augment.ink/human-generated-content-2/" rel="noreferrer">previously discussed</a> these data-sharing deals, but hearing from a decision maker why they opted to move in this direction was enlightening. Thompson makes the case for being a part of the conversation around how publisher content is used in the age of generative AI:</p><blockquote>...if there had been a way early in Facebook to shift the way that newsfeed worked so that established brands weren't given the same weight as non-established brands [...] But one of the tweaks would've been, can you sort of change the weight and the way they design and the way the fonts work or whatever so that somebody in Macedonia can't start a publication called The Verge with another Z at the end that looks just like you and has the exact same weight.</blockquote><blockquote>I think that one of the lessons is to pay a lot of attention, right? So, the AI search products have not been built and have not been launched as they're built, and as they're launched, what are the values we want embedded in them? Like how much text do we want them to show? How do we want the external Links to work? How do we want the level of summarization? Those are really crucial questions to get right at the beginning. And I think we are more likely to get them right as they do these kind of deals.</blockquote><p>His goal is to get a seat at the table early and influence decisions, ensuring <em>The Atlantic</em>'s brand remains intact as ChatGPT summarizes its content. </p><p>I understand the logic here, but I have two problems with this take:</p><ol><li>Influence is not enough: OpenAI will ultimately make decisions that enrich them over anything <em>The Atlantic</em> or their peers want them to do. Having a seat at the table does not mean they are decision-makers.</li><li>Consolidation is accelerated: Having only "established" brands at the table means that smaller media organizations without bargaining power remain outside the conversation. I've spoken about <a href="https://www.augment.ink/human-generated-content-2/" rel="noreferrer">the inevitable consolidation of the media under AI summarization</a>, and deals like this only exacerbate those issues. </li></ol><p>It also looks like <em>The Atlantic</em> plans to integrate OpenAI's technology directly into its website using credits they received as a part of the deal. Getting credits is a good way to test the generative AI waters, but there's a part of this conversation that stands out:</p><blockquote>They give us credits. So we are building tools on the business side with the engineering team that are using OpenAI, so we don't have to rely on Llama [...] we are just using OpenAI Credits, we are working with them. At some point there may be engineering support, there may not be engineering support. </blockquote><p>This is concerning. <em>The Atlantic</em> is aware that there are open source models that would enable them to own their product–from publishing content to generative AI search of that content–and they consider that more of a reliance than partnering with a black box. </p><p>What they are actually doing is turning down the opportunity to own their technology stack and become an end-to-end product for their subscribers. </p><p>Using open-source technology is the opposite of reliance. The deal they just signed up for creates more dependencies, reduces the potential for internal innovation, and makes tech companies a stand-in for an internal product and engineering team.</p><p><em>The Atlantic</em> needs to become OpenAI before OpenAI becomes <em>The Atlantic,</em> and not working on internal solutions is setting them back much further than I think they realize.</p><p>It's not to say that they shouldn't make deals with AI companies at all – growing a team and culture to build this internally will take time and effort that they may not have today. However, writing off an option that enables independence feels like a bad bet to make in the long term. The best time to plan for the future was yesterday, and the next best time is now.</p><p>We'll have to see how this plays out as this deal solidifies and yields products across the ecosystem. I just wish publishers realized that they're making only slight improvements to their interactions with tech companies rather than actually working to change their culture to build better inside.</p><h3 id="scrape-and-imitate">Scrape and Imitate </h3><p>Speaking of AI companies turning into publishers, this week, we saw one of the most egregious examples when a now-defunct fan-favorite Apple news site, TUAW (The Unofficial Apple Weblog), was invaded by AI slop farm <em>Web Orange Limited</em>.</p><p><a href="https://www.404media.co/a-beloved-tech-blog-tuaw-is-now-publishing-ai-articles-under-the-names-of-its-old-human-staff/?ref=augment.ink" rel="noreferrer">Jason Koebler of 404 Media reports</a>:</p><blockquote>This month, “Christina Warren” started blogging again for The Unofficial Apple Weblog (TUAW), a legendary and long-dead Apple-centric tech news blog that she worked at more than a decade ago. Warren was for years a well-known and very good tech journalist, before she went on to work for Microsoft and GitHub. The real Christina Warren hasn’t been writing these new posts on the zombie TUAW, however. The site’s new owners have stolen her identity, replaced her photo with an AI-generated one, and have been publishing what appear to be AI-generated articles under her byline. </blockquote><p>So, not only did the website get taken over and filled with AI-generated content, but the original reporters' names were used with AI-generated images that looked nothing like them. They also republished articles from their archives and <em>rewrote them </em>using AI. </p><p>Sheesh.</p><p>After being exposed, <em>Web Orange Limited</em> changed the authors' names but continues to publish stories daily, all in the same AI-generated format. </p><p>To the unknowing eye, TUAW still looks like a legitimate website with real authors. But, as <a href="https://en.wikipedia.org/wiki/Dead_Internet_theory?ref=augment.ink" rel="noreferrer">The Dead Internet Theory</a> predicted, this is only a microcosm of the proliferation of AI-based content online. What do publishers do when top search engine results and answers from chatbots are not sourced by human-owned websites and are instead LLM-based content farms written and rewritten always to get top billing? </p><p>If <em>The Atlantic </em>is making deals with OpenAI to attract subscribers, what happens when it's cheaper for OpenAI not to give them the real estate they expected because they can just invent AI journalists to write AI-generated stories that bubble up to ChatGPT responses? </p><p>And it looks like they don't even need to make deals with <em>The Atlantic </em>to make this happen. In an investigation by Proof News, it was found that YouTube data is <a href="https://www.proofnews.org/apple-nvidia-anthropic-used-thousands-of-swiped-youtube-videos-to-train-ai/?ref=augment.ink" rel="noreferrer">used by Apple, Nvidia, and Anthropic</a> to train their LLM models. OpenAI has <a href="https://www.theverge.com/2024/4/6/24122915/openai-youtube-transcripts-gpt-4-training-data-google?ref=augment.ink" rel="noreferrer">also been caught</a> using YouTube data for their latest GPT models. And, of course, Google–who owns YouTube–is obviously <a href="https://www.nytimes.com/2024/04/06/technology/tech-giants-harvest-data-artificial-intelligence.html?ref=augment.ink" rel="noreferrer">using their treasure trove</a>.</p><blockquote>The dataset, called YouTube Subtitles, contains video transcripts from educational and online learning channels like Khan Academy, MIT, and Harvard. The Wall Street Journal, NPR, and the BBC also had their videos used to train AI, as did “The Late Show With Stephen Colbert,” “Last Week Tonight With John Oliver,” and “Jimmy Kimmel Live.”</blockquote><p>Deals with AI companies may be a good stop-gap for publishers to catch up. But if they take too long, every AI company will likely have a half-decent replacement for them over the next decade. It may be sloppy, but it'll be cheaper, and most readers likely won't be able to tell the difference anyway–especially if the training set already includes them, their competitors, and so much more. </p><p>If publishers want to be serious in this next generation of media distribution, they need to start thinking about detaching from external dependencies rather than betting on letting tech giants build the future for them and, eventually, without them.</p><h3 id="own-your-stack">Own Your Stack</h3><p>I spent a lot of time in this issue discussing how publishers need to own their AI stack, but that's just one example of a larger cultural shift we need to see in the media industry. These AI deals are a symptom of a deeper issue with the way publishers look at the technology that distributes their content. </p><p>Publishers need to start considering their websites as end-to-end products, more than just linked posts on social media apps or blurbs in AI chatbots. <em>The Verge</em> has done a phenomenal job of that with its Story Stream, which makes its homepage more like a social media feed than a news site. Their focus is now on <a href="https://www.adweek.com/media/the-verge-redesign-loyalty-readership-dwindles/?ref=augment.ink" rel="noreferrer">loyal readers</a> rather than ones who happen to click on a story and forget that the site exists. They've shifted from click-throughs to an actual user base. And there's even more of that coming as they invest in making their product <a href="https://digiday.com/media/why-publishers-are-preparing-to-federate-their-sites/?ref=augment.ink" rel="noreferrer">into a Fediverse platform</a>.</p><p>They've also launched two paid newsletters (<a href="https://www.theverge.com/command-line-newsletter?ref=augment.ink" rel="noreferrer">Command Line</a>, <a href="https://www.theverge.com/notepad-microsoft-newsletter?ref=augment.ink" rel="noreferrer">Notepad</a>). Eventually, these newsletters can be distributed via ActivityPub, similar to <a href="https://activitypub.ghost.org/?ref=augment.ink" rel="noreferrer">what Ghost is doing with its newsletter platform</a>. If that's the case, a "Follow" on a Fediverse platform like Mastodon, Flipboard, Threads, or Ghost could prompt the user to pay to subscribe and get the newsletter directly in their social feeds instead of cluttering their inbox.</p><p>With that interaction model, <em>The Verge</em> will own its newsletter stack, social profiles, and audience all at once. The website-to-product transition has started, and while its parent company may be making deals with AI companies, <em>The Verge</em> is on a quest to become a technology company in its own right.</p><p>Perhaps more publishers need to do the same.</p><hr><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><h3 id="link-list">Link List</h3><p><em>Intro</em></p><figure class="kg-card kg-bookmark-card"><a class="kg-bookmark-container" href="https://www.techmeme.com/240713/p11?ref=augment.ink#a240713p11"><div class="kg-bookmark-content"><div class="kg-bookmark-title">Threads needs to foster community builders rather than get celebrity creators from platforms like Instagram, who tend not to do well on a microblogging platform</div><div class="kg-bookmark-description">By Anuj Ahooja / augment. View the full context on Techmeme.</div><div class="kg-bookmark-metadata"><img class="kg-bookmark-icon" src="https://www.techmeme.com/img/favicon.ico" alt=""><span class="kg-bookmark-author">Techmeme</span></div></div><div class="kg-bookmark-thumbnail"><img src="https://www.augment.ink/content/images/size/w1200/2024/07/Screenshot-2024-07-11-122001-3.png" alt=""></div></a></figure><p><em>A Seat at the AI Table</em></p><figure class="kg-card kg-bookmark-card"><a class="kg-bookmark-container" href="https://www.theverge.com/2024/7/11/24196396/the-atlantic-openai-licensing-deal-ai-news-journalism-web-future-decoder-podcasts?ref=augment.ink"><div class="kg-bookmark-content"><div class="kg-bookmark-title">Why The Atlantic signed a deal with OpenAI</div><div class="kg-bookmark-description">The former Wired editor-in-chief on why it makes sense to partner with AI firms.</div><div class="kg-bookmark-metadata"><img class="kg-bookmark-icon" src="https://www.theverge.com/icons/apple_touch_icon.png" alt=""><span class="kg-bookmark-author">The Verge</span><span class="kg-bookmark-publisher">Arthur Brooks</span></div></div><div class="kg-bookmark-thumbnail"><img src="https://cdn.vox-cdn.com/thumbor/L7DOhXDb7XKVES56nuWRaiBlX5Y=/0x0:2040x1360/1200x628/filters:focal(1020x680:1021x681)/cdn.vox-cdn.com/uploads/chorus_asset/file/25526976/Nick_Thompson.jpg" alt=""></div></a></figure><p><em>Scrape and Imitate</em></p><figure class="kg-card kg-bookmark-card"><a class="kg-bookmark-container" href="https://www.404media.co/a-beloved-tech-blog-tuaw-is-now-publishing-ai-articles-under-the-names-of-its-old-human-staff/?ref=augment.ink"><div class="kg-bookmark-content"><div class="kg-bookmark-title">A Beloved Tech Blog Is Now Publishing AI Articles Under the Names of Its Old Human Staff</div><div class="kg-bookmark-description">TUAW, a site that was shut down 10 years ago, was sold to a private equity firm, then to a company in Hong Kong, and has now stolen its old workers’ identities and is running their old work through AI summarizers.</div><div class="kg-bookmark-metadata"><img class="kg-bookmark-icon" src="https://www.404media.co/content/images/size/w256h256/format/png/2023/08/favicon-3.svg" alt=""><span class="kg-bookmark-author">404 Media</span><span class="kg-bookmark-publisher">Jason Koebler</span></div></div><div class="kg-bookmark-thumbnail"><img src="https://www.404media.co/content/images/size/w1200/2024/07/CleanShot-2024-07-09-at-10.02.08@2x-3.png" alt=""></div></a></figure><figure class="kg-card kg-bookmark-card"><a class="kg-bookmark-container" href="https://www.proofnews.org/apple-nvidia-anthropic-used-thousands-of-swiped-youtube-videos-to-train-ai/?ref=augment.ink"><div class="kg-bookmark-content"><div class="kg-bookmark-title">Apple, Nvidia, Anthropic Used Thousands of Swiped YouTube Videos to Train AI</div><div class="kg-bookmark-description">Creators claim their videos were used without their knowledge</div><div class="kg-bookmark-metadata"><img class="kg-bookmark-icon" src="https://www.proofnews.org/content/images/size/w256h256/format/png/2024/01/proof-favicon-1.svg" alt=""><span class="kg-bookmark-author">Proof</span><span class="kg-bookmark-publisher">Annie Gilbertson</span></div></div><div class="kg-bookmark-thumbnail"><img src="https://www.proofnews.org/content/images/size/w1200/2024/07/AI_YT-Thumbnail-1.png" alt=""></div></a></figure><p><em>Own Your Stack</em></p><figure class="kg-card kg-bookmark-card"><a class="kg-bookmark-container" href="https://www.adweek.com/media/the-verge-redesign-loyalty-readership-dwindles/?ref=augment.ink"><div class="kg-bookmark-content"><div class="kg-bookmark-title">The Verge’s Dramatic Redesign Boosts Loyalty as Readership Dwindles</div><div class="kg-bookmark-description">The publisher, like much of the industry, has seen traffic steadily decline.</div><div class="kg-bookmark-metadata"><img class="kg-bookmark-icon" src="https://www.adweek.com/wp-content/themes/adweek-next/src/images/logos/adweek-favicon.svg" alt=""><span class="kg-bookmark-author">Adweek</span><span class="kg-bookmark-publisher">Mark Stenberg</span></div></div><div class="kg-bookmark-thumbnail"><img src="https://static-prod.adweek.com/wp-content/uploads/2023/11/The-Verge-redesign-2023-600x315.jpg" alt=""></div></a></figure><figure class="kg-card kg-bookmark-card"><a class="kg-bookmark-container" href="https://digiday.com/media/why-publishers-are-preparing-to-federate-their-sites/?ref=augment.ink"><div class="kg-bookmark-content"><div class="kg-bookmark-title">Why publishers are preparing to federate their sites</div><div class="kg-bookmark-description">The Verge and 404 Media are exploring the fediverse as a way to take more control over their referral traffic and onsite audience engagement.</div><div class="kg-bookmark-metadata"><img class="kg-bookmark-icon" src="https://digiday.com/wp-content/themes/digiday/static/images/favicons/apple/apple-touch-icon-180x180.png" alt=""><span class="kg-bookmark-author">Digiday</span><span class="kg-bookmark-publisher">Sara Guaglione</span></div></div><div class="kg-bookmark-thumbnail"><img src="https://digiday.com/wp-content/uploads/sites/3/2023/07/threads-user-digiday.png" alt=""></div></a></figure><figure class="kg-card kg-bookmark-card"><a class="kg-bookmark-container" href="https://activitypub.ghost.org/?ref=augment.ink"><div class="kg-bookmark-content"><div class="kg-bookmark-title">Building ActivityPub</div><div class="kg-bookmark-description">Ghost is federating over ActivityPub to become part of the world’s largest publishing network.</div><div class="kg-bookmark-metadata"><img class="kg-bookmark-icon" src="https://activitypub.ghost.org/content/images/size/w256h256/2024/04/ghost-favicon48.png" alt=""><span class="kg-bookmark-author">Building ActivityPub</span></div></div><div class="kg-bookmark-thumbnail"><img src="https://activitypub.ghost.org/content/images/size/w1200/2024/04/appp-1.jpeg" alt=""></div></a></figure> <header class="gh-article-header"> <h1 class="gh-article-title">If You Can't Beat'em - Human-Generated Content #5</h1> <p class="gh-article-excerpt">Human Generated Content: Issue 5</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-07-18">Jul 18, 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="/the-threads-creator-paradox/">← Previous</a> </div> <div class="gh-navigation-middle"></div> <div class="gh-navigation-next"> <a class="gh-navigation-link" href="/human-generated-content-6/">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=371cb69bc7"></script> </body> </html>