<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Digidave</title>
	<atom:link href="http://blog.digidave.org/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.digidave.org</link>
	<description>Journalism is a Process, Not a Product</description>
	<lastBuildDate>Thu, 10 Apr 2025 17:21:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.4.19</generator>

<image>
	<url>http://blog.digidave.org/wp-content/uploads/2017/11/cropped-navigation2-32x32.jpg</url>
	<title>Digidave</title>
	<link>http://blog.digidave.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title></title>
		<link>http://blog.digidave.org/2025/04/4814</link>
					<comments>http://blog.digidave.org/2025/04/4814#respond</comments>
		
		<dc:creator><![CDATA[Digidave]]></dc:creator>
		<pubDate>Thu, 10 Apr 2025 17:09:42 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blog.digidave.org/?p=4814</guid>

					<description><![CDATA[Research Dossier MEDIA EVENTS Contents Overview of the International Journalism Festival History and Development Location and Setting The 2025 International Journalism Festival Format and Accessibility&#8230;]]></description>
										<content:encoded><![CDATA[
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Research Dossier</title>
  <meta property="og:title" content="The International Journalism Festival" />
  <meta property="og:description" content="Europe's Premier Gathering for Global Media Professionals" />
  <meta property="og:image" content="https://images.mindstudio-cdn.com/other/functions/1213c994-c4dc-4ff5-acda-8078e5a0f8a3.jpeg?auto=compress,format" />
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&#038;display=swap"
    rel="stylesheet">
  <style>
    *,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      -webkit-print-color-adjust: exact;
      background: white;
      height: 100%;
    }

    body {
      min-height: 100%;
      font-family: "Lora", serif;
      font-size: 16px;
      line-height: 1.6;
      color: #000000;
      background: white;
    }

    .wrapper {
      width: 100%;
      display: flex;
    }

    .toc {
      height: calc(100vh - 36px);
      
      position: sticky;
      top: 36px;
      
      overflow-y: auto;
      

      width: 100%;
      min-width: 320px;
      max-width: 450px;

      display: flex;
      flex-direction: column;
      font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
      background: #f8f8f8;
      padding: 24px;
      margin: 0;
    }

    .toc .toc-header {
      width: 100%;
      display: flex;
      font-weight: bold;
      font-size: 14px;
    }

    .toc .toc-body {
      width: 100%;
      display: flex;
      margin-left: -32px;
    }

    
    .toc .toc-body ul {
      margin-bottom: 0;
      list-style: none;
      padding: 0;
      margin: 0;
      margin-block-end: 10px;
    }

    
    .toc .toc-body ul li {
      font-size: 14px;
      margin-block: 4px;
      padding-left: 32px;
      line-height: 150%;
      font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
      
    }

    
    .toc .toc-body ul ul {
      padding-left: 16px;
      
    }

    
    .toc .toc-body ul ul li {
      font-size: 12px;
      opacity: 0.7;
      
    }


    .toc .toc-body ul li a {
      text-decoration: none;
    }

    .toc .toc-body ul li a:hover {
      text-decoration: underline;
    }

    .page {
      width: 100%;
      max-width: 636px;
      margin: 0 auto;
      padding: 18px;
    }

    .heading {
      width: 100%;
      font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
      padding-top: 32px;
    }

    .section-heading {
      position: sticky;
      top: 0;
      z-index: 10;
      width: 100%;
      font-size: 16px;
      text-transform: uppercase;
      padding: 10px 16px;
      background: black;
      color: white;
      white-space: nowrap;
      text-align: center;
      font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    
    .hamburger-menu {
      display: none;
      
      position: absolute;
      left: 16px;
      width: 24px;
      height: 24px;
      cursor: pointer;
      flex-direction: column;
      justify-content: space-between;
      padding: 5px 0;
    }

    .hamburger-menu span {
      display: block;
      height: 2px;
      width: 100%;
      background-color: white;
      transition: all 0.3s ease;
    }

    .content {
      width: 100%;
      font-family: "Lora", serif;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
      margin-block: 2rem 0.5rem;
      line-height: 1.2;
      font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    }

    h1 {
      font-size: 42px;
      line-height: 110%;
      font-weight: 700;
      margin-top: 0.8rem;
    }

    h2 {
      font-size: 30px;
      font-weight: bold;
    }

    h3,
    h4 {
      font-size: 20px;
      font-weight: bold;
      color: #6d6d6e;
    }

    .subtitle {
      font-size: 20px;
      font-weight: 300;
      margin-top: 0.8rem;
      opacity: 0.9;
      line-height: 130%;
    }

    .date {
      font-size: 20px;
      font-weight: 300;
      margin-top: 0.8rem;
      opacity: 0.5;
      line-height: 130%;
    }

    .page-section {
      margin: 24px 0;
    }

    .key-points {
      font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
      background: #f8f8f8;
      padding: 24px;
      margin: 32px -24px;
      border-radius: 6px;
    }

    .points-title,
    .audio-title {
      font-weight: bold;
      color: #D0021B;
      font-size: 16px;
      line-height: 1.3;
      margin-bottom: 16px;
    }

    .key-points ol {
      margin-bottom: 0;
    }

    .point {
      font-size: 16px;
      margin-block: 10px;
      padding-left: 12px;
      font-family: 'Lora';
      line-height: 150%;
    }

    .point::marker {
      color: #6d6d6e;
    }

    .point &:last-of-type {
      margin-bottom: 0;
    }

    
    .audio-player {
      width: 100%;
      font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
      border: 1px solid rgba(0, 0, 0, 0.1);
      padding: 24px;
      margin: 32px 0;
      border-radius: 6px;
    }

    .audio-container {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .audio-description {
      width: 100%;
      display: flex;
      font-size: 14px;
      margin-block: 10px;
      font-family: 'Lora';
      line-height: 150%;
    }

    .audio-controls {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .audio-sub-controls {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 2px;
      margin-top: 6px;
    }

    .audio-progress {
      flex-grow: 1;
      position: relative;
    }

    audio {
      width: 100%;
      height: 40px;
      display: none;
      
    }

    .progress-bar {
      width: 100%;
      height: 10px;
      background-color: rgba(0, 0, 0, 0.1);
      border-radius: 100px;
      overflow: hidden;
      position: relative;
      cursor: pointer;
    }

    .progress-filled {
      height: 100%;
      width: 0%;
      background-color: #D0021B;
      border-radius: 2px;
      position: absolute;
      top: 0;
      left: 0;
      transition: width 0.1s;
    }

    .audio-time {
      margin-left: auto;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 8px;
      font-size: 12px;
      margin-top: 4px;
      color: #6d6d6e;
      line-height: 1;
    }

    .audio-time-separator {
      display: flex;
      width: 1px;
      min-width: 1px;
      max-width: 1px;
      height: 100%;
      background: rgba(0, 0, 0, 0.15);
    }

    .audio-btn {
      background: none;
      border: none;
      cursor: pointer;
      padding: 4px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      color: rgba(0, 0, 0, 0.5);

      border-radius: 4px;
      border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .audio-btn:hover {
      color: rgba(0, 0, 0, 0.7);
    }

    .audio-btn:hover svg {
      fill: rgba(0, 0, 0, 0.7);
    }

    .audio-btn:active {
      color: rgba(0, 0, 0, 0.7);
    }

    .speed-btn {
      height: 28px;
      min-height: 28px;
      max-height: 28px;
      font-weight: bold;
      font-size: 11px;
      width: auto;
      padding: 4px 10px;
      border-radius: 4px;
      border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .audio-btn svg {
      width: 16px;
      height: 16px;
      fill: rgba(0, 0, 0, 0.5);
    }

    .play-btn {
      background: black;
      color: #f8f8f8;
      border: none;
      cursor: pointer;
      padding: 4px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;

      width: 54px;
      height: 54px;
    }

    .play-btn svg {
      width: 30px;
      height: 30px;
      fill: #f8f8f8;
    }

    .play-btn:hover svg {
      fill: rgba(255, 255, 255, 0.6);
    }

    .hero-image {}

    .hero-image img {
      width: 100%;
      max-height: 500px;
      object-fit: contain;
    }

    .hero-image figcaption {
      font-size: 14px;
      font-weight: normal;
      font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
      color: #6d6d6e;
    }

    .hero-image figcaption a {
      font-size: 14px !important;
      font-weight: normal !important;
    }

    p {
      margin-block: 0.75rem;
      line-height: 1.6;
    }

    ol,
    ul {
      padding-left: 1.5rem;
      margin-block: 0rem 0.5rem;
    }

    li {
      margin: 0;
      line-height: 1.6;
    }

    li p {
      margin-block: 0;
    }

    a {
      color: #000000;
      transition: color 0.2s;
      text-decoration: underline;
    }

    a:hover {
      color: #1A3B8C;
      text-decoration: underline;
    }

    .sources {
      margin-top: 2rem;
      padding-top: 2rem;
      border-top: 1px solid black;
    }

    .sources-title {
      font-size: 20px;
      font-weight: bold;
      line-height: 1;
      font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
      margin-bottom: 1.5rem;
    }

    .research-section {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding-bottom: 1rem;
      margin-block: 1rem;
      font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    }

    .research-section a {
      font-size: 15px;
      display: flex;
      line-height: 130%;
      word-break: break-all;
    }

    .research-section blockquote {
      border-left: 6px solid rgba(0, 0, 0, 0.1);
      background: #f8f8f8;
      margin: 0.75rem 0;
      padding: 0.75rem;
      font-size: 11px;
      position: relative;
      font-family: 'Lora', serif;
      color: #6d6d6e;
      border-radius: 1px;
    }

    .research-section blockquote &:last-of-type {
      margin-bottom: 0;
    }

    .research-publisher {
      color: white;
      background: black;
      white-space: nowrap;
      width: min-content;
      line-height: 1;
      font-size: 12px;
      margin-bottom: 4px;
      padding: 5px 8px;
      font-weight: 300;
      border-radius: 2px;
    }

    .research-title {
      font-size: 16px;
      line-height: 130%;
    }

    .research-title a {
      font-size: 16px;
      line-height: 130%;
    }

    .research-description {
      color: #6d6d6e;
      font-size: 13px;
      line-height: 130%;
      margin-top: 4px;
      font-weight: 300;
    }

    .markdown-content ul {
      list-style-type: disc;
    }

    .markdown-content ol {
      list-style-type: decimal;
    }

    .markdown-content img {
      height: auto;
      max-width: 75%;
      border-radius: 2px;
      margin: 0 auto;
      margin-block: 16px 16px;
      display: block;
    }

    .hero-image img {
      height: auto;
      width: 100%;
      border-radius: none;
      margin: unset;
      max-width: 100%;
    }

    .markdown-content pre {
      background: #f8f8f8;
      padding: 1rem;
      border-radius: 4px;
      font-family: 'Source Code Pro', monospace;
      overflow-x: auto;
    }

    .markdown-content blockquote {
      border-left: 4px solid rgba(0, 0, 0, 0.8);
      margin: 0.75rem 0;
      padding: 0.1rem 1rem;
      position: relative;
    }

    
    .toc-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 9;
    }

    
    @media only screen and (max-width: 600px) {
      .heading {
        padding-top: 0;
      }

      .key-points,
      .audio-player {
        margin: 24px 0;
      }

      
      .hamburger-menu {
        display: flex;
      }

      
      .toc {
        display: none;
        
        position: fixed;
        top: 45px;
        
        left: 0;
        height: calc(100vh - 45px);
        z-index: 10;
        width: 80%;
        
        max-width: 320px;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
      }

      
      .toc.active {
        display: flex;
      }

      
      .toc-overlay.active {
        display: block;
      }

      .wrapper {
        flex-direction: column;
      }

      
      .hamburger-menu.active span:nth-child(1) {
        transform: translateY(4px) rotate(45deg);
      }

      .hamburger-menu.active span:nth-child(2) {
        opacity: 0;
      }

      .hamburger-menu.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
      }
    }
  </style>
</head>

<body>
  <div class="section-heading">
    <div class="hamburger-menu" id="hamburger-btn">
      <span></span>
      <span></span>
      <span></span>
    </div>
    MEDIA EVENTS
  </div>

  <div class="wrapper">
    <!-- Overlay that appears behind the TOC on mobile -->
    <div class="toc-overlay" id="toc-overlay"></div>
    <div class="toc" id="toc">
      <div class="toc-header">
        Contents
      </div>
      <div class="toc-body">
        <ul>
<li><a href="#overview">Overview of the International Journalism Festival</a></li>
<li><a href="#history-and-development">History and Development</a></li>
<li><a href="#location-and-setting">Location and Setting</a></li>
<li><a href="#upcoming-festival">The 2025 International Journalism Festival</a><ul>
<li><a href="#format-and-accessibility">Format and Accessibility</a></li>
<li><a href="#program-submissions">Program Submissions</a></li>
<li><a href="#transportation">Transportation and Logistics</a></li>
</ul>
</li>
<li><a href="#content-and-themes">Content and Themes</a><ul>
<li><a href="#artificial-intelligence">Artificial Intelligence in Journalism</a></li>
<li><a href="#conflict-reporting">Conflict Reporting and Global Crises</a></li>
<li><a href="#media-funding">Media Funding and Sustainability</a></li>
<li><a href="#press-freedom">Press Freedom and Media Independence</a></li>
<li><a href="#innovative-storytelling">Innovative Storytelling Approaches</a></li>
</ul>
</li>
<li><a href="#structure-and-format">Structure and Format of the Festival</a><ul>
<li><a href="#session-types">Session Types</a></li>
<li><a href="#language-distribution">Language Distribution</a></li>
<li><a href="#side-events">Side Events and Networking Opportunities</a></li>
<li><a href="#digital-accessibility">Digital Accessibility</a></li>
</ul>
</li>
<li><a href="#participation-and-attendance">Participation and Attendance</a><ul>
<li><a href="#attendee-profile">Attendee Profile</a></li>
<li><a href="#speaker-diversity">Speaker Diversity</a></li>
<li><a href="#attendance-logistics">Attendance Logistics</a></li>
</ul>
</li>
<li><a href="#funding-and-sponsorship">Funding and Sponsorship</a><ul>
<li><a href="#funding-sources">Funding Sources</a></li>
<li><a href="#sponsorship-influence">Sponsorship and Editorial Independence</a></li>
</ul>
</li>
<li><a href="#impact-and-significance">Impact and Significance</a><ul>
<li><a href="#industry-influence">Industry Influence</a></li>
<li><a href="#knowledge-sharing">Knowledge Sharing and Professional Development</a></li>
<li><a href="#networking-and-collaboration">Networking and Collaboration</a></li>
<li><a href="#global-perspective">Global Perspective</a></li>
</ul>
</li>
<li><a href="#practical-information">Practical Information for Attendees</a><ul>
<li><a href="#dates-and-location">Dates and Location</a></li>
<li><a href="#registration-and-entry">Registration and Entry</a></li>
<li><a href="#transportation">Transportation</a></li>
<li><a href="#accommodation">Accommodation</a></li>
<li><a href="#digital-participation">Digital Participation</a></li>
<li><a href="#side-events-attendance">Side Events Attendance</a></li>
</ul>
</li>
<li><a href="#critical-perspectives">Critical Perspectives and Challenges</a><ul>
<li><a href="#venue-capacity">Venue Capacity Challenges</a></li>
<li><a href="#diversity-and-representation">Diversity and Representation</a></li>
<li><a href="#sponsor-relationships">Sponsor Relationships</a></li>
<li><a href="#accessibility-beyond-attendance">Accessibility Beyond Physical Attendance</a></li>
</ul>
</li>
<li><a href="#conclusion">Conclusion and Future Outlook</a></li>
<li><a href="#sources">Sources</a></li>
</ul>

      </div>
    </div>

    <div class="page">
      <div class="heading">
        <h1 class="title">The International Journalism Festival</h1>
        <div class="subtitle">Europe&#8217;s Premier Gathering for Global Media Professionals</div>
        <div class="date">April 10, 2025</div>
      </div>

      <div class="key-points page-section">
        <div class="points-title">Key Points</div>
        <ol>
          <li class="point">Free and open access to 220+ sessions featuring 600+ speakers from across the global journalism landscape</li>
          <li class="point">Set in historic Perugia, Italy, the festival combines cutting-edge media discussions with medieval architecture</li>
          <li class="point">The 2025 edition (April 9-13) will feature expanded venues and focus on AI, conflict reporting, and media sustainability</li>
        </ol>
      </div>

      <div class="content markdown-content">
        <div class="hero-image page-section">
          <img src="https://images.mindstudio-cdn.com/other/functions/1213c994-c4dc-4ff5-acda-8078e5a0f8a3.jpeg?auto=compress,format" />
          <figcaption>International Journalism Festival audience / <a href="walkleys.com">The Walkley Foundation</a>
          </figcaption>
        </div>

        <!-- Audio Player Section -->
        <div class="audio-player page-section">
          <div class="audio-title">Medieval Streets, Modern Media: Inside Perugia&#8217;s Journalism Festival</div>
          <div class="audio-container">
            <audio id="podcast-audio" src="https://youai-cdn.s3.amazonaws.com/06a33f7b-fe1d-450f-9e02-8b9c12beec92/functions/985e9698-a39b-47de-86ef-afa3f776dbcb.mp3" preload="metadata"></audio>

            <div class="audio-controls">

              <!-- Play/Pause Button -->
              <button class="audio-btn play-btn" id="play-pause">
                <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                  <path d="M8 5v14l11-7z" />
                </svg>
              </button>


              <!-- Progress Bar -->
              <div class="audio-progress">
                <div class="progress-bar">
                  <div class="progress-filled"></div>
                </div>
                <div class="audio-sub-controls">
                  <!-- Back 15 Seconds Button -->
                  <button class="audio-btn" id="back15">
                    <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                      <path
                        d="M12,5V1L7,6l5,5V7c3.31,0,6,2.69,6,6s-2.69,6-6,6s-6-2.69-6-6H4c0,4.42,3.58,8,8,8s8-3.58,8-8S16.42,5,12,5z" />
                    </svg>
                  </button>

                  <!-- Playback Speed Button -->
                  <button class="audio-btn speed-btn" id="speed-toggle">
                    1X
                  </button>

                  <!-- Forward 15 Seconds Button -->
                  <button class="audio-btn" id="forward15">
                    <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                      <path
                        d="M12,5V1l5,5l-5,5V7c-3.31,0-6,2.69-6,6s2.69,6,6,6s6-2.69,6-6h2c0,4.42-3.58,8-8,8s-8-3.58-8-8S7.58,5,12,5z" />
                    </svg>
                  </button>

                  <div class="audio-time">
                    <span id="current-time">0:00</span>
                    <div class="audio-time-separator">&nbsp;</div>
                    <span id="duration">0:00</span>
                  </div>
                </div>
              </div>
            </div>

            <div class="audio-description">In this episode of Global Media Pulse, Sophia and Marcus take you behind the scenes of Europe&#8217;s largest journalism gathering. From the cobblestone streets of Perugia to cutting-edge AI discussions, discover why this unique festival shapes global media trends and why its democratic approach to attendance is revolutionizing industry conferences. Learn what to expect at the 2025 edition and why this medieval Italian town becomes the epicenter of journalism innovation every April.</div>
          </div>
        </div>

        <h2><a name="overview"></a>Overview of the International Journalism Festival</h2>
<p>The International Journalism Festival (IJF) stands as Europe&#39;s largest annual media event, bringing together thousands of journalists, media professionals, scholars, and experts from around the world. Held annually in the historic city of Perugia, Italy, the festival has established itself as a premier global gathering for discussing the most pressing issues facing journalism today.</p>
<p>According to the <a href="https://www.journalismfestival.com/faq/" target="_blank" rel="noopener noreferrer">festival&#8217;s official FAQ</a>, the 2024 edition featured an impressive <strong>220 sessions with 612 speakers</strong> during its five-day program, demonstrating the scale and comprehensive nature of the event. The festival covers a wide spectrum of topics including technology, ethics, investigative reporting, media freedom, artificial intelligence, and global media trends.</p>
<p>What makes the International Journalism Festival particularly unique is its accessibility. Unlike many professional conferences that require registration fees and formal registration processes, the IJF is completely <strong>free to attend with no registration required</strong>. This open-door policy has contributed significantly to its popularity and diverse attendance.</p>
<p>As described by <a href="https://www.walkleys.com/2024-international-journalism-festival-perugia-takeaways/" target="_blank" rel="noopener noreferrer">The Walkleys</a>, &quot;The International Journalism Festival is unique. It brings together more than 3000 participants from all over the world to explore what&#39;s happening – and what&#39;s next – in journalism. Held in the medieval city of Perugia, it&#39;s free to attend and there&#39;s no registration: you just turn up. The atmosphere is welcoming and friendly.&quot;</p>
<p>The festival was founded in 2006 by Arianna Ciccone and Christopher Potter, who remain the festival directors and oversee all aspects of the event. The IJF maintains complete independence, with no affiliation to any media organization, and does not operate with an advisory board or executive committee.</p>
<p><img src="https://images.mindstudio-cdn.com/other/functions/4575b191-9d16-429e-a436-274140005da0.jpg?auto=compress,format" alt="Arianna Ciccone and Chris Potter"></p>
<h2><a name="history-and-development"></a>History and Development</h2>
<p>The International Journalism Festival was established in 2006 by founders Arianna Ciccone and Christopher Potter. According to the <a href="https://www.media-diversity.org/perugia-international-journalism-festival-and-diversity/" target="_blank" rel="noopener noreferrer">Media Diversity Institute</a>, while some sources cite 2009 as the founding year, the festival&#39;s <a href="https://www.journalismfestival.com/faq/" target="_blank" rel="noopener noreferrer">official FAQ</a> confirms 2006 as the actual founding date.</p>
<p>From its inception, the festival has maintained its independence from media organizations, with Ciccone and Potter continuing to serve as the festival directors, overseeing all aspects of the event without an advisory board or executive committee. This independent structure has allowed the festival to maintain editorial freedom and address a wide range of topics without institutional constraints.</p>
<p>Over the years, the festival has grown substantially in both size and influence. What began as a relatively modest gathering has evolved into what is now described as &quot;the biggest annual media event in Europe.&quot; The 2024 festival featured 220 sessions with 612 speakers over its five-day program, demonstrating its significant growth and expanding scope.</p>
<p>The festival has adapted to changing times and technologies. In recent years, it has incorporated live streaming of sessions and made recordings available on its YouTube channel, expanding its reach beyond those physically present in Perugia. This digital accessibility became particularly important during the COVID-19 pandemic and has remained a key feature of the festival.</p>
<h2><a name="location-and-setting"></a>Location and Setting</h2>
<p>The International Journalism Festival takes place annually in Perugia, Italy, a picturesque medieval city in the Umbria region. The festival&#39;s venues are strategically situated throughout Perugia&#39;s historic town center, creating a unique atmosphere that blends cutting-edge media discussions with centuries-old architecture.</p>
<p><img src="https://images.mindstudio-cdn.com/other/functions/c47bb832-fb55-42c8-b54c-a9cdfa467452.jpg?auto=compress,format" alt="Attendees in Perugia"></p>
<p>According to <a href="https://thematthewrome.com/2024/04/29/international-journalism-festival-what-we-learned-in-perugia-about-the-present-and-future-of-journalism/" target="_blank" rel="noopener noreferrer">The Matthew</a>, &quot;From dawn till dusk, the city buzzed with activity as attendees, adorned with speakers&#39; tags, camera-wielding reporters, and curious onlookers cluttered the labyrinthine alleys and bustling restaurants, enveloping the town in an electrifying and bustling atmosphere.&quot;</p>
<p>The <a href="https://www.media-diversity.org/perugia-international-journalism-festival-and-diversity/" target="_blank" rel="noopener noreferrer">Media Diversity Institute</a> notes that the festival&#39;s &quot;beautiful location and the many medieval buildings in which conference panels and sessions are held are trumped only by the wide range of speakers and panels that the festival hosts every year.&quot;</p>
<p>This integration of a modern media conference within a historic setting creates a distinctive environment that many attendees find inspiring. The contrast between cutting-edge discussions about the future of journalism and the ancient surroundings of Perugia adds a unique dimension to the festival experience.</p>
<p>For the upcoming 2025 festival, organizers have announced changes to the venue arrangements. According to the <a href="https://www.journalismfestival.com/news/2025-international-journalism-festival/" target="_blank" rel="noopener noreferrer">official festival website</a>, &quot;Regarding #ijf25 venues, average capacity will be significantly higher than at #ijf24. We have added three bigger venues – and eliminated the smaller venues – in order to avoid a repetition of the #ijf24 problem of some attendees being unable to follow some sessions in person. Our objective is to guarantee that all attendees can get into any session they choose.&quot;</p>
<h2><a name="upcoming-festival"></a>The 2025 International Journalism Festival</h2>
<p>The 19th edition of the International Journalism Festival is scheduled to take place from <strong>Wednesday, April 9 to Sunday, April 13, 2025</strong> in Perugia, Italy. According to the <a href="https://www.journalismfestival.com/news/2025-international-journalism-festival/" target="_blank" rel="noopener noreferrer">festival&#8217;s official announcement</a>, the English-language portion of the program will be concentrated on Thursday, April 10 through Saturday, April 12, while Sunday, April 13 will feature exclusively Italian-language sessions.</p>
<h3><a name="format-and-accessibility"></a>Format and Accessibility</h3>
<p>Maintaining its commitment to accessibility, the 2025 festival will continue its tradition of free entry for all attendees. No tickets or registration are required to attend any of the sessions. Additionally, all sessions (except for one-to-one clinics) will be live-streamed, with on-demand videos available immediately afterward, allowing global participation beyond those physically present in Perugia.</p>
<p>The festival organizers have addressed a significant issue from the 2024 event by increasing venue capacity for 2025. They have added three larger venues and eliminated smaller ones to ensure that all attendees can access their sessions of choice. According to the official announcement, &quot;Our objective is to guarantee that all attendees can get into any session they choose.&quot;</p>
<h3><a name="program-submissions"></a>Program Submissions and Side Events</h3>
<p>For those interested in contributing to the festival program, proposals for sessions (including panel discussions, presentations, workshops, interviews, or other formats) can be submitted via an online form. The deadline for submissions is <strong>December 31, 2024</strong>, with decisions on accepted proposals to be communicated by January 10, 2025.</p>
<p>Side events, such as aperitivi (cocktail receptions) and meet-ups, have grown increasingly popular in recent years. The festival welcomes proposals for inclusion in the side events program, though there is no formal deadline. However, organizers recommend early submission due to high demand for suitable venues.</p>
<h3><a name="transportation"></a>Transportation and Logistics</h3>
<p>The festival will again offer a bus transfer service for attendees traveling from Rome Fiumicino airport to Perugia and back. According to the <a href="https://transfer.journalismfestival.com/" target="_blank" rel="noopener noreferrer">IJF Transfer Service</a>, tickets for festival attendees cost €30 one way per person, while the service is free for festival speakers. Complete details regarding departure times and ticket purchasing will be available on the festival website in January 2025.</p>
<h2><a name="content-and-themes"></a>Content and Themes</h2>
<p>The International Journalism Festival covers a broad spectrum of topics relevant to contemporary journalism, with themes evolving to reflect the most pressing issues facing the industry. Based on recent festivals and announced sessions for 2025, several key themes emerge:</p>
<p><img src="https://images.mindstudio-cdn.com/other/functions/556e047a-b359-4996-91fe-f590bc16399f.jpeg?auto=compress,format" alt="International Journalism Festival session"></p>
<h3><a name="artificial-intelligence"></a>Artificial Intelligence in Journalism</h3>
<p>Artificial intelligence has become an increasingly dominant topic at the festival. According to <a href="https://www.walkleys.com/2024-international-journalism-festival-perugia-takeaways/" target="_blank" rel="noopener noreferrer">The Walkleys</a>, the 2024 festival featured &quot;13 sessions looking at AI&#39;s opportunities and threats compared to just five last year,&quot; highlighting the rapidly growing importance of this technology in journalism.</p>
<p><a href="https://techpolicy.press/ai-charges-conversations-at-international-journalism-festival" target="_blank" rel="noopener noreferrer">Tech Policy Press</a> reported that the 2024 festival featured &quot;eleven panels focused on artificial intelligence (AI), including discussions about the relationship between publishers and technology platforms, the shift away from social media&#39;s global dominance, and the growing role of AI developers in news media.&quot;</p>
<p>For the 2025 festival, AI continues to be a central theme. The <a href="https://reutersinstitute.politics.ox.ac.uk/news/international-journalism-festival-2025-events-you-shouldnt-miss-perugia" target="_blank" rel="noopener noreferrer">Reuters Institute</a> highlights upcoming panels on &quot;AI and the media industry,&quot; indicating the continued relevance of this topic.</p>
<p><img src="https://images.mindstudio-cdn.com/other/functions/c4731368-67be-4d2f-8780-573aa1f7f657.jpg?auto=compress,format" alt="Robot at journalism conference"></p>
<h3><a name="conflict-reporting"></a>Conflict Reporting and Global Crises</h3>
<p>Reporting from conflict zones remains a critical focus of the festival. The <a href="https://reutersinstitute.politics.ox.ac.uk/news/international-journalism-festival-2024-what-we-learnt-perugia-about-future-news" target="_blank" rel="noopener noreferrer">Reuters Institute</a> noted that the 2024 festival included significant discussions on &quot;covering the war in Gaza,&quot; while the 2025 festival will feature panels on &quot;reporting from conflict zones.&quot;</p>
<p><a href="https://www.mediasupport.org/news/ims-recommendations-for-the-international-journalism-festival-2025/" target="_blank" rel="noopener noreferrer">International Media Support</a> mentions that the 2025 festival will include events dealing with topics such as &quot;media&#39;s role in post-Assad Syria,&quot; demonstrating the festival&#39;s engagement with complex geopolitical issues and the challenges journalists face in covering them.</p>
<h3><a name="media-funding"></a>Media Funding and Sustainability</h3>
<p>The financial sustainability of journalism remains a persistent theme at the festival. The <a href="https://www.icfj.org/news/media-funding-trust-metrics-news-creators-and-more-2025-international-journalism-festival-0" target="_blank" rel="noopener noreferrer">International Center for Journalists</a> highlights that their team will &quot;contribute to discussions on critical topics ranging from funding models&quot; at the 2025 festival.</p>
<p>Similarly, <a href="https://www.mediasupport.org/news/ims-recommendations-for-the-international-journalism-festival-2025/" target="_blank" rel="noopener noreferrer">International Media Support</a> notes that the 2025 festival will address &quot;where to find those much-needed funds to support public interest journalism.&quot;</p>
<p>The <a href="https://ipi.media/ipinetwork/ipi-perugia-international-journalism-festival-2025/" target="_blank" rel="noopener noreferrer">International Press Institute</a> mentions planned discussions on &quot;government funding of journalism&quot; and &quot;media support strategies,&quot; further emphasizing the importance of financial models for sustaining quality journalism.</p>
<h3><a name="press-freedom"></a>Press Freedom and Media Independence</h3>
<p>Press freedom challenges continue to be a central concern at the festival. The <a href="https://ipi.media/ipinetwork/ipi-perugia-international-journalism-festival-2025/" target="_blank" rel="noopener noreferrer">International Press Institute</a> will be participating in the 2025 festival to &quot;forge a path for the future of press freedom and independent media,&quot; including discussions on &quot;press freedom challenges.&quot;</p>
<p>This focus reflects the festival&#39;s commitment to addressing fundamental issues affecting journalists&#39; ability to work freely and independently around the world.</p>
<h3><a name="innovative-storytelling"></a>Innovative Storytelling Approaches</h3>
<p>The festival consistently showcases innovative approaches to journalism and storytelling. According to <a href="https://www.walkleys.com/2024-international-journalism-festival-perugia-takeaways/" target="_blank" rel="noopener noreferrer">The Walkleys</a>, the 2024 festival featured &quot;key topics in storytelling innovation included sessions on covering warzones and elections, investigative and data journalism, film-making, podcasting and audio, and climate journalism.&quot;</p>
<p>The same source noted multiple sessions on &quot;approaches to journalism such as constructive, solutions and collaborative reporting,&quot; highlighting the festival&#39;s focus on evolving methodologies in journalism practice.</p>
<h2><a name="structure-and-format"></a>Structure and Format of the Festival</h2>
<p>The International Journalism Festival employs a diverse and flexible format that accommodates various types of sessions and interactions. The festival typically runs for five days, with the upcoming 2025 edition scheduled from April 9-13. The structure includes:</p>
<h3><a name="session-types"></a>Session Types</h3>
<p>The festival features a variety of session formats to address different topics and facilitate various forms of engagement:</p>
<ul>
<li><strong>Panel Discussions</strong>: These bring together multiple experts to discuss specific topics, with moderated conversations that often include audience Q&amp;A.</li>
<li><strong>Presentations</strong>: Individual speakers or small groups present research findings, case studies, or innovative projects.</li>
<li><strong>Workshops</strong>: More interactive sessions that provide hands-on learning opportunities for participants.</li>
<li><strong>Interviews</strong>: One-on-one conversations between interviewers and notable figures in journalism.</li>
<li><strong>One-to-One Clinics</strong>: Personalized consultation sessions (notably, these are the only sessions not live-streamed).</li>
</ul>
<p>According to the <a href="https://www.journalismfestival.com/news/2025-international-journalism-festival/" target="_blank" rel="noopener noreferrer">festival&#8217;s official website</a>, individuals can propose any of these session types for inclusion in the 2025 program, with submissions due by December 31, 2024.</p>
<h3><a name="language-distribution"></a>Language Distribution</h3>
<p>The festival accommodates both international and local audiences through its language structure. For the 2025 festival, the <a href="https://www.journalismfestival.com/news/2025-international-journalism-festival/" target="_blank" rel="noopener noreferrer">official announcement</a> states: &quot;The English-language part of the festival programme will be concentrated on Thursday 10, Friday 11 and Saturday 12 April. On Sunday 13 April there will be only Italian-language sessions.&quot;</p>
<p>This structure allows the festival to serve both its international audience and the local Italian journalism community.</p>
<h3><a name="side-events"></a>Side Events and Networking Opportunities</h3>
<p>Beyond the formal sessions, the festival includes numerous side events that facilitate networking and community building. According to the festival website, &quot;Side events – aperitivi, meet-ups, other – have become increasingly popular over the past two years.&quot;</p>
<p>Examples of planned side events for 2025 include:</p>
<ul>
<li>A <a href="https://www.journalismfestival.com/programme-side/2025/networking-drinks-reception-hosted-by-one-world-media-and-rory-peck-trust" target="_blank" rel="noopener noreferrer">networking drinks reception</a> hosted by One World Media and Rory Peck Trust, described as &quot;an inspiring evening of connections and conversation, with a stunning view of Perugia.&quot;</li>
<li>An <a href="https://www.journalismfestival.com/programme-side/2025/independent-european-media-apro-with-sphera-network-and-mdianes" target="_blank" rel="noopener noreferrer">Independent European media apéro</a> with Sphera Network and Médianes, offering &quot;an evening of conversations, connections, and collaboration among Europe&#39;s independent media professionals.&quot;</li>
</ul>
<p>These events provide valuable opportunities for informal exchanges and relationship building that complement the more structured sessions of the main program.</p>
<h3><a name="digital-accessibility"></a>Digital Accessibility</h3>
<p>The festival has embraced digital accessibility, making its content available beyond those physically present in Perugia. According to the <a href="https://www.journalismfestival.com/news/2025-international-journalism-festival/" target="_blank" rel="noopener noreferrer">official announcement</a>, &quot;All festival sessions (with the exception of the one-to-one clinics) will be live-streamed with the on-demand video available immediately afterwards.&quot;</p>
<p>This approach significantly expands the festival&#39;s reach and impact, allowing journalists and media professionals worldwide to benefit from the discussions and presentations.</p>
<h2><a name="participation-and-attendance"></a>Participation and Attendance</h2>
<p>The International Journalism Festival attracts a diverse and substantial audience from across the global journalism community. According to <a href="https://www.walkleys.com/2024-international-journalism-festival-perugia-takeaways/" target="_blank" rel="noopener noreferrer">The Walkleys</a>, the festival &quot;brings together more than 3000 participants from all over the world to explore what&#39;s happening – and what&#39;s next – in journalism.&quot;</p>
<h3><a name="attendee-profile"></a>Attendee Profile</h3>
<p>The festival draws a broad spectrum of participants from various sectors of the media industry and related fields:</p>
<ul>
<li>Journalists and reporters from various media organizations</li>
<li>Editors and media executives</li>
<li>Academic researchers and scholars</li>
<li>Media technology developers</li>
<li>Journalism students</li>
<li>Media policy experts</li>
<li>Representatives from press freedom organizations</li>
<li>Media funders and philanthropic organizations</li>
</ul>
<p>The <a href="https://www.media-diversity.org/perugia-international-journalism-festival-and-diversity/" target="_blank" rel="noopener noreferrer">Media Diversity Institute</a> notes that &quot;Although it is held in Europe, the festival is international in its scope and attracts journalists from around the world,&quot; highlighting the global nature of the gathering.</p>
<h3><a name="speaker-diversity"></a>Speaker Diversity</h3>
<p>The festival features hundreds of speakers representing diverse perspectives and experiences. The 2024 festival included <strong>612 speakers</strong> across its 220 sessions, demonstrating the breadth of voices featured.</p>
<p><img src="https://images.mindstudio-cdn.com/other/functions/c57b82d3-b2b7-453b-b11a-590018e042e1.jpg?auto=compress,format" alt="Speaker at International Journalism Festival"></p>
<p>For the 2025 festival, numerous organizations have announced their participation, including:</p>
<ul>
<li>The <a href="https://www.icfj.org/news/media-funding-trust-metrics-news-creators-and-more-2025-international-journalism-festival-0" target="_blank" rel="noopener noreferrer">International Center for Journalists (ICFJ)</a>, whose team members &quot;will contribute to discussions on critical topics ranging from funding models and press freedom to AI&#39;s impact and innovative approaches to measuring impact.&quot;</li>
<li>The <a href="https://ipi.media/ipinetwork/ipi-perugia-international-journalism-festival-2025/" target="_blank" rel="noopener noreferrer">International Press Institute (IPI)</a>, which will participate in panels on &quot;government funding of journalism, press freedom challenges, and media support strategies.&quot;</li>
<li>The <a href="https://reutersinstitute.politics.ox.ac.uk/news/international-journalism-festival-2025-events-you-shouldnt-miss-perugia" target="_blank" rel="noopener noreferrer">Reuters Institute for the Study of Journalism</a>, which will contribute to discussions on &quot;AI and the media industry, reporting from conflict zones and how journalists can tackle considerable shifts in the international news ecosystem.&quot;</li>
</ul>
<h3><a name="attendance-logistics"></a>Attendance Logistics</h3>
<p>One of the most distinctive features of the International Journalism Festival is its open accessibility. According to the <a href="https://www.journalismfestival.com/faq/" target="_blank" rel="noopener noreferrer">festival&#8217;s FAQ</a>, when asked &quot;I want to attend IJF; what must I do?&quot; the answer is simply: &quot;Nothing. Just come to Perugia and enjoy the festival. All IJF sessions are free entry for all attendees, without tickets and without registration.&quot;</p>
<p>This open-door policy contributes significantly to the festival&#39;s inclusive atmosphere and diverse attendance. However, it also means that popular sessions can fill up quickly. The FAQ advises: &quot;Entry to all sessions is on a first-come-first-served basis. To guarantee entry you should arrive before the start of the session.&quot;</p>
<p>For the 2025 festival, organizers have addressed capacity issues from previous years by adding larger venues. According to the <a href="https://www.journalismfestival.com/news/2025-international-journalism-festival/" target="_blank" rel="noopener noreferrer">official announcement</a>, &quot;We have added three bigger venues – and eliminated the smaller venues – in order to avoid a repetition of the #ijf24 problem of some attendees being unable to follow some sessions in person. Our objective is to guarantee that all attendees can get into any session they choose.&quot;</p>
<h2><a name="funding-and-sponsorship"></a>Funding and Sponsorship</h2>
<p>The International Journalism Festival operates on a unique financial model that enables it to offer free attendance while maintaining its independence and comprehensive programming.</p>
<h3><a name="funding-sources"></a>Funding Sources</h3>
<p>According to the <a href="https://www.journalismfestival.com/faq/" target="_blank" rel="noopener noreferrer">festival&#8217;s FAQ</a>, &quot;All IJF sessions are free entry for all attendees. In consequence, ticket revenue is zero. IJF revenue comes from sponsorships, philanthropic donations and institutional partnerships.&quot;</p>
<p>The 2024 festival was supported by a diverse group of funders, including:</p>
<ul>
<li><strong>Philanthropic organizations</strong>: Craig Newmark Philanthropies, Knight Foundation, Luminate, Open Society Foundations</li>
<li><strong>Technology companies</strong>: Google News Initiative, Microsoft</li>
<li><strong>Consulting firms</strong>: McKinsey &amp; Company</li>
<li><strong>Government entities</strong>: Umbria Regional Council and Perugia Town Council</li>
</ul>
<p>This mix of funding sources helps the festival maintain both financial stability and editorial independence.</p>
<h3><a name="sponsorship-influence"></a>Sponsorship and Editorial Independence</h3>
<p>While the festival relies on sponsorships and partnerships for funding, it maintains strict editorial independence. As stated in the <a href="https://www.journalismfestival.com/faq/" target="_blank" rel="noopener noreferrer">FAQ</a>, &quot;IJF is totally independent and has no affiliation with any media organisation.&quot;</p>
<p>The festival was founded and continues to be directed by Arianna Ciccone and Christopher Potter, who &quot;remain the two IJF directors and who are in charge of all aspects of IJF. There is no IJF advisory board or executive committee.&quot; This structure helps ensure that programming decisions remain independent of sponsor influence.</p>
<p>However, it&#39;s worth noting that some of the festival&#39;s major sponsors, such as Google News Initiative and Microsoft, are also significant players in the media technology landscape that is often discussed at the festival. <a href="https://techpolicy.press/ai-charges-conversations-at-international-journalism-festival" target="_blank" rel="noopener noreferrer">Tech Policy Press</a> specifically mentioned that the 2024 festival was &quot;sponsored by the Google News Initiative and Microsoft, among others&quot; when discussing panels focused on artificial intelligence and the relationship between publishers and technology platforms.</p>
<h2><a name="impact-and-significance"></a>Impact and Significance</h2>
<p>The International Journalism Festival has established itself as a significant event in the global journalism landscape, with impact extending beyond the five days of the annual gathering in Perugia.</p>
<h3><a name="industry-influence"></a>Industry Influence</h3>
<p>The festival serves as an important platform for discussing and shaping trends in journalism. According to the <a href="https://reutersinstitute.politics.ox.ac.uk/news/international-journalism-festival-2024-what-we-learnt-perugia-about-future-news" target="_blank" rel="noopener noreferrer">Reuters Institute</a>, journalists from around the world gather at the festival &quot;to discuss some of the most crucial issues for the news industry at a time of upheaval.&quot;</p>
<p>The festival&#39;s influence is evident in how it identifies and amplifies emerging trends. For example, the significant increase in AI-focused sessions from five in 2023 to thirteen in 2024, as reported by <a href="https://www.walkleys.com/2024-international-journalism-festival-perugia-takeaways/" target="_blank" rel="noopener noreferrer">The Walkleys</a>, demonstrates the festival&#39;s role in tracking and responding to rapidly evolving industry developments.</p>
<h3><a name="knowledge-sharing"></a>Knowledge Sharing and Professional Development</h3>
<p>The festival facilitates extensive knowledge sharing across the journalism community. The <a href="https://www.icfj.org/news/media-funding-trust-metrics-news-creators-and-more-2025-international-journalism-festival-0" target="_blank" rel="noopener noreferrer">International Center for Journalists</a> describes their participation as an opportunity to &quot;learn, connect and collaborate with other journalists and media supporters from across the world.&quot;</p>
<p>This knowledge sharing extends beyond those physically present in Perugia through the festival&#39;s commitment to live streaming and recording all sessions. As noted by the <a href="https://reutersinstitute.politics.ox.ac.uk/news/international-journalism-festival-2025-events-you-shouldnt-miss-perugia" target="_blank" rel="noopener noreferrer">Reuters Institute</a>, &quot;All the panels will be live-streamed on the festival&#39;s IJF YouTube channel,&quot; making the insights and discussions accessible to a global audience.</p>
<h3><a name="networking-and-collaboration"></a>Networking and Collaboration</h3>
<p>The festival creates valuable opportunities for networking and collaboration within the journalism community. The <a href="https://ipi.media/ipinetwork/ipi-perugia-international-journalism-festival-2025/" target="_blank" rel="noopener noreferrer">International Press Institute</a> expresses excitement about &quot;connecting with our members, partners and the global journalism community to forge a path for the future of press freedom and independent media.&quot;</p>
<p>These connections often extend beyond the festival itself, leading to ongoing collaborations and initiatives. The numerous side events, such as the networking receptions hosted by various organizations, provide structured opportunities for relationship building and idea exchange.</p>
<h3><a name="global-perspective"></a>Global Perspective</h3>
<p>While based in Europe, the festival maintains a distinctly global perspective. The <a href="https://www.media-diversity.org/perugia-international-journalism-festival-and-diversity/" target="_blank" rel="noopener noreferrer">Media Diversity Institute</a> notes that &quot;Although it is held in Europe, the festival is international in its scope and attracts journalists from around the world.&quot;</p>
<p><a href="https://www.mediasupport.org/news/ims-recommendations-for-the-international-journalism-festival-2025/" target="_blank" rel="noopener noreferrer">International Media Support</a> highlights that their &quot;partners and collaborators are all over both the city and the programme – making sure that local perspectives and challenges are always represented in the global discussions on media and journalism,&quot; emphasizing the festival&#39;s commitment to including diverse global voices.</p>
<h2><a name="practical-information"></a>Practical Information for Attendees</h2>
<p>For those planning to attend the 2025 International Journalism Festival, here is essential practical information to help navigate the event effectively:</p>
<h3><a name="dates-and-location"></a>Dates and Location</h3>
<p>The 2025 festival will take place from <strong>Wednesday, April 9 to Sunday, April 13, 2025</strong> in Perugia, Italy. English-language sessions will be concentrated on Thursday through Saturday (April 10-12), while Sunday (April 13) will feature only Italian-language sessions.</p>
<p>All festival venues are located within Perugia&#39;s historic town center, creating a compact and walkable conference experience amid the city&#39;s medieval architecture.</p>
<h3><a name="registration-and-entry"></a>Registration and Entry</h3>
<p>One of the most distinctive features of the International Journalism Festival is its open accessibility. According to the <a href="https://www.journalismfestival.com/faq/" target="_blank" rel="noopener noreferrer">festival&#8217;s FAQ</a>:</p>
<ul>
<li><strong>No registration or tickets required</strong>: Simply arrive at the venues and attend the sessions of your choice.</li>
<li><strong>Free entry</strong>: All sessions are free to attend.</li>
<li><strong>First-come, first-served seating</strong>: For popular sessions, early arrival is recommended to secure a seat.</li>
</ul>
<p>For the 2025 festival, organizers have addressed capacity issues from previous years by adding larger venues to accommodate more attendees at popular sessions.</p>
<h3><a name="transportation"></a>Transportation</h3>
<p>For international attendees, the festival offers a convenient transfer service:</p>
<ul>
<li><strong>Airport transfers</strong>: Bus service is available from Rome Fiumicino airport and Perugia International airport to Perugia town center and back.</li>
<li><strong>Cost</strong>: €30 one way per person for festival attendees (free for festival speakers).</li>
<li><strong>Booking</strong>: According to the <a href="https://transfer.journalismfestival.com/" target="_blank" rel="noopener noreferrer">IJF Transfer Service</a>, complete details regarding departure times and ticket purchasing will be available on the festival website in January 2025.</li>
</ul>
<h3><a name="accommodation"></a>Accommodation</h3>
<p>While the research materials don&#39;t provide specific accommodation recommendations, the festival&#39;s popularity means that hotels and rental properties in Perugia fill up quickly during the event. Early booking is advisable for those planning to attend.</p>
<h3><a name="digital-participation"></a>Digital Participation</h3>
<p>For those unable to attend in person, the festival offers comprehensive digital access:</p>
<ul>
<li><strong>Live streaming</strong>: All sessions (except one-to-one clinics) are live-streamed.</li>
<li><strong>On-demand videos</strong>: Recordings are made available immediately after each session.</li>
<li><strong>YouTube channel</strong>: All content is accessible through the festival&#39;s YouTube channel.</li>
</ul>
<p>This digital accessibility makes the festival&#39;s content available to a global audience regardless of physical attendance.</p>
<h3><a name="side-events-attendance"></a>Side Events Attendance</h3>
<p>The festival includes numerous networking events and social gatherings that complement the main program:</p>
<ul>
<li>Many side events require separate registration due to capacity limitations.</li>
<li>Some events are by invitation only but allow registration of interest.</li>
<li>First drinks and refreshments are often provided at these networking events.</li>
</ul>
<p>Examples for 2025 include the <a href="https://www.journalismfestival.com/programme-side/2025/networking-drinks-reception-hosted-by-one-world-media-and-rory-peck-trust" target="_blank" rel="noopener noreferrer">networking drinks reception</a> hosted by One World Media and Rory Peck Trust and the <a href="https://www.journalismfestival.com/programme-side/2025/independent-european-media-apro-with-sphera-network-and-mdianes" target="_blank" rel="noopener noreferrer">Independent European media apéro</a> with Sphera Network and Médianes.</p>
<h2><a name="critical-perspectives"></a>Critical Perspectives and Challenges</h2>
<p>While the International Journalism Festival is widely regarded as a valuable and influential event, it&#39;s important to consider critical perspectives and challenges associated with the festival.</p>
<h3><a name="venue-capacity"></a>Venue Capacity Challenges</h3>
<p>One practical challenge that has affected attendee experience is venue capacity. The festival&#39;s popularity has sometimes exceeded the capacity of its venues, leading to situations where attendees were unable to access sessions of interest.</p>
<p>The organizers have acknowledged this issue and taken steps to address it for the 2025 festival. According to the <a href="https://www.journalismfestival.com/news/2025-international-journalism-festival/" target="_blank" rel="noopener noreferrer">official announcement</a>, &quot;We have added three bigger venues – and eliminated the smaller venues – in order to avoid a repetition of the #ijf24 problem of some attendees being unable to follow some sessions in person. Our objective is to guarantee that all attendees can get into any session they choose.&quot;</p>
<h3><a name="diversity-and-representation"></a>Diversity and Representation</h3>
<p>Questions of diversity and representation are important considerations for any global journalism event. The <a href="https://www.media-diversity.org/perugia-international-journalism-festival-and-diversity/" target="_blank" rel="noopener noreferrer">Media Diversity Institute</a> has specifically examined the festival through this lens, acknowledging its international scope while implicitly raising questions about representation.</p>
<p><a href="https://www.mediasupport.org/news/ims-recommendations-for-the-international-journalism-festival-2025/" target="_blank" rel="noopener noreferrer">International Media Support</a> notes their role in &quot;making sure that local perspectives and challenges are always represented in the global discussions on media and journalism,&quot; suggesting an ongoing need to ensure diverse global voices are included.</p>
<p>While the festival attracts participants from around the world, the extent to which it achieves balanced representation across geographical, cultural, and socioeconomic dimensions remains an important area for critical consideration.</p>
<h3><a name="sponsor-relationships"></a>Sponsor Relationships</h3>
<p>The festival&#39;s funding model, which relies heavily on sponsorships from major technology companies and foundations, raises questions about potential influence on programming and discussions. As noted by <a href="https://techpolicy.press/ai-charges-conversations-at-international-journalism-festival" target="_blank" rel="noopener noreferrer">Tech Policy Press</a>, the 2024 festival was &quot;sponsored by the Google News Initiative and Microsoft, among others&quot; while featuring numerous panels on artificial intelligence and the relationship between publishers and technology platforms.</p>
<p>While the festival maintains editorial independence, with founders Arianna Ciccone and Christopher Potter directing all aspects of the event without an advisory board or executive committee, the relationship between funding sources and festival content merits critical examination.</p>
<h3><a name="accessibility-beyond-attendance"></a>Accessibility Beyond Physical Attendance</h3>
<p>Although the festival offers free entry and digital access to sessions, attending in person requires significant resources for international travel, accommodation, and time away from work. This creates inherent limitations on who can fully participate in the networking and informal exchanges that are valuable aspects of the festival experience.</p>
<p>The festival&#39;s location in Europe, while beautiful and historically significant, may present barriers to participation for journalists from other regions, particularly those from the Global South or those working with limited institutional support.</p>
<h2><a name="conclusion"></a>Conclusion and Future Outlook</h2>
<p>The International Journalism Festival has established itself as a premier global gathering for the journalism community, offering a unique combination of accessibility, comprehensive programming, and a beautiful historic setting. As it approaches its 19th edition in April 2025, the festival continues to evolve while maintaining its core commitment to free and open access to discussions about the most pressing issues facing journalism today.</p>
<p>The festival&#39;s significance extends beyond the five days of sessions in Perugia, influencing industry trends, facilitating knowledge sharing, and fostering collaborations that continue throughout the year. Its digital accessibility ensures that insights and discussions reach a global audience far beyond those physically present in Italy.</p>
<p>Looking ahead, the festival faces both opportunities and challenges. The organizers&#39; proactive approach to addressing venue capacity issues demonstrates responsiveness to attendee feedback. However, questions of diversity, representation, and the influence of major sponsors remain important considerations for the festival&#39;s continued development.</p>
<p>For journalism professionals, scholars, and students, the International Journalism Festival offers a valuable opportunity to engage with current issues, connect with colleagues from around the world, and gain insights into the future of the field. Whether attending in person or participating digitally, the festival provides access to a rich array of perspectives and discussions that reflect the complex and evolving landscape of global journalism.</p>
<p>As the media industry continues to navigate technological disruption, economic challenges, and threats to press freedom, gatherings like the International Journalism Festival play an essential role in fostering the conversations, connections, and collaborations needed to sustain and advance quality journalism worldwide.</p>

      </div>

      <div class="content sources page-section">
        <div class="sources-title">Sources</div class="sources-title">
        <div class="research-section">
          <div class="research-publisher">Reuters Institute</div>
          <div class="research-title">
            <a href="https://reutersinstitute.politics.ox.ac.uk/news/international-journalism-festival-2024-what-we-learnt-perugia-about-future-news">
              International Journalism Festival 2024: what we learnt in Perugia about the future of news
            </a>
          </div>
          <div class="research-description">Highlights from the International Journalism Festival covering key issues in journalism including AI, social media, news avoidance, and more</div>
          <blockquote aria-label="Research snippet 1 from https://reutersinstitute.politics.ox.ac.uk/news/international-journalism-festival-2024-what-we-learnt-perugia-about-future-news">
            Journalists from all over the world gathered again this year at the International Journalism Festival in Perugia to discuss some of the most crucial issues for the news industry at a time of upheaval. Here are some of the festival&#8217;s highlights, curated by the Reuters Institute&#8217;s editorial team.
          </blockquote>
          <blockquote aria-label="Research snippet 2 from https://reutersinstitute.politics.ox.ac.uk/news/international-journalism-festival-2024-what-we-learnt-perugia-about-future-news">
            The festival covered a wide range of topics, including social media challenges, news avoidance, covering the war in Gaza, investigative journalism, and the rise of AI. Key discussions included the opportunities and challenges of AI in journalism, the importance of public service media, evolving social media landscapes, and strategies to counter news avoidance.
          </blockquote>
        </div>
        <div class="research-section">
          <div class="research-publisher">International Journalism Festival</div>
          <div class="research-title">
            <a href="https://www.journalismfestival.com/news/2025-international-journalism-festival/">
              Looking forward to the 2025 International Journalism Festival
            </a>
          </div>
          <div class="research-description">Details about the upcoming International Journalism Festival in Perugia, including dates, language sessions, and attendance information</div>
          <blockquote aria-label="Research snippet 1 from https://www.journalismfestival.com/news/2025-international-journalism-festival/">
            The 2025 festival will take place in Perugia from Wednesday 9 to Sunday 13 April. The English-language part of the festival programme will be concentrated on Thursday 10, Friday 11 and Saturday 12 April. On Sunday 13 April there will be only Italian-language sessions.
          </blockquote>
          <blockquote aria-label="Research snippet 2 from https://www.journalismfestival.com/news/2025-international-journalism-festival/">
            As in previous years, all festival sessions will be free entry for all attendees, without tickets and without the need for registration. All festival sessions (with the exception of the one-to-one clinics) will be live-streamed with the on-demand video available immediately afterwards.
          </blockquote>
          <blockquote aria-label="Research snippet 3 from https://www.journalismfestival.com/news/2025-international-journalism-festival/">
            The 2025 festival will take place in Perugia from Wednesday 9 to Sunday 13 April. The English-language part of the festival programme will be concentrated on Thursday 10, Friday 11 and Saturday 12 April. On Sunday 13 April there will be only Italian-language sessions.

As in previous years, all festival sessions will be free entry for all attendees, without tickets and without the need for registration. All festival sessions (with the exception of the one-to-one clinics) will be live-streamed with the on-demand video available immediately afterwards.

If you wish to propose a session (panel discussion, presentation, workshop, interview, other) for inclusion in the #ijf25 programme, kindly fill in and send this form. The deadline for receipt of proposals is 31 December 2024. If your proposal is accepted, you will be informed by 10 January 2025.
          </blockquote>
          <blockquote aria-label="Research snippet 4 from https://www.journalismfestival.com/news/2025-international-journalism-festival/">
            Regarding #ijf25 venues, average capacity will be significantly higher than at #ijf24. We have added three bigger venues – and eliminated the smaller venues – in order to avoid a repetition of the #ijf24 problem of some attendees being unable to follow some sessions in person. Our objective is to guarantee that all attendees can get into any session they choose.

Side events – aperitivi, meet-ups, other – have become increasingly popular over the past two years. If you wish to propose an event for inclusion in the #ijf25 side events programme, write to Chris. There is no deadline, but due to high demand for suitable venues the sooner such proposals are made the better.

The bus transfer service for festival attendees from Rome Fiumicino airport to Perugia (and from Perugia to Rome Fiumicino airport) will be available again at #ijf25. Details – including departure times and ticket prices – will be provided on the festival website in January.
          </blockquote>
          <blockquote aria-label="Research snippet 5 from https://www.journalismfestival.com/news/2025-international-journalism-festival/">
            The 2025 festival will take place in Perugia from Wednesday 9 to Sunday 13 April.

The English-language part of the festival programme will be concentrated on Thursday 10, Friday 11 and Saturday 12 April. On Sunday 13 April there will be only Italian-language sessions.

As in previous years, all festival sessions will be free entry for all attendees, without tickets and without the need for registration. All festival sessions (with the exception of the one-to-one clinics) will be live-streamed with the on-demand video available immediately afterwards.
          </blockquote>
          <blockquote aria-label="Research snippet 6 from https://www.journalismfestival.com/news/2025-international-journalism-festival/">
            The 2025 festival will take place in Perugia from Wednesday 9 to Sunday 13 April.

The English-language part of the festival programme will be concentrated on Thursday 10, Friday 11 and Saturday 12 April. On Sunday 13 April there will be only Italian-language sessions.

As in previous years, all festival sessions will be free entry for all attendees, without tickets and without the need for registration. All festival sessions (with the exception of the one-to-one clinics) will be live-streamed with the on-demand video available immediately afterwards.
          </blockquote>
          <blockquote aria-label="Research snippet 7 from https://www.journalismfestival.com/news/2025-international-journalism-festival/">
            Regarding #ijf25 venues, average capacity will be significantly higher than at #ijf24. We have added three bigger venues – and eliminated the smaller venues – in order to avoid a repetition of the #ijf24 problem of some attendees being unable to follow some sessions in person. Our objective is to guarantee that all attendees can get into any session they choose.
          </blockquote>
        </div>
        <div class="research-section">
          <div class="research-publisher">Walkleys</div>
          <div class="research-title">
            <a href="https://www.walkleys.com/2024-international-journalism-festival-perugia-takeaways/">
              Key takeaways from the International Journalism Festival
            </a>
          </div>
          <div class="research-description">Summary of the International Journalism Festival, highlighting its unique format, participants, and key discussions in journalism</div>
          <blockquote aria-label="Research snippet 1 from https://www.walkleys.com/2024-international-journalism-festival-perugia-takeaways/">
            The International Journalism Festival is unique. It brings together more than 3000 participants from all over the world to explore what&#8217;s happening – and what&#8217;s next – in journalism. Held in the medieval city of Perugia, it&#8217;s free to attend and there&#8217;s no registration: you just turn up. The atmosphere is welcoming and friendly. It&#8217;s an opportunity to meet and share ideas with hundreds of speakers and panellists.
          </blockquote>
          <blockquote aria-label="Research snippet 2 from https://www.walkleys.com/2024-international-journalism-festival-perugia-takeaways/">
            Artificial intelligence was a headline topic, with 13 sessions looking at AI&#8217;s opportunities and threats compared to just five last year. Key topics in storytelling innovation included sessions on covering warzones and elections, investigative and data journalism, film-making, podcasting and audio, and climate journalism. There were also multiple sessions on approaches to journalism such as constructive, solutions and collaborative reporting.
          </blockquote>
          <blockquote aria-label="Research snippet 3 from https://www.walkleys.com/2024-international-journalism-festival-perugia-takeaways/">
            The International Journalism Festival is unique. It brings together more than 3000 participants from all over the world to explore what&#8217;s happening – and what&#8217;s next – in journalism.

Held in the medieval city of Perugia, it&#8217;s free to attend and there&#8217;s no registration: you just turn up. The atmosphere is welcoming and friendly. It&#8217;s an opportunity to meet and share ideas with hundreds of speakers and panellists, and immerse yourself in the program.

There are big queues to get into almost every session, but you can watch the entire conference live or catch up later on YouTube.
          </blockquote>
        </div>
        <div class="research-section">
          <div class="research-publisher">American Indian Chamber of Commerce of Oklahoma</div>
          <div class="research-title">
            <a href="https://aiccok.org/event/international-journalism-festival/">
              International Journalism Festival Event Details
            </a>
          </div>
          <div class="research-description">Overview of the International Journalism Festival, including event dates, location, and attendance information</div>
          <blockquote aria-label="Research snippet 1 from https://aiccok.org/event/international-journalism-festival/">
            What is the International Journalism Festival (IJF)?

The biggest annual media event in Europe. The 2024 festival had 220 sessions and 612 speakers in the 5-day programme.

When and where does IJF take place?

Every April in Perugia, Italy. All IJF venues are situated in the stunning setting of the historic town centre of Perugia. The next festival (the nineteenth edition) will take place from Wednesday 9 to Sunday 13 April 2025. Please note that the English-language part of the festival programme will be concentrated on Thursday 10, Friday 11 and Saturday 12 April. On Sunday 13 April there will be only Italian-language events.

I want to attend IJF; what must I do? Nothing. Just come to Perugia and enjoy the festival. All IJF sessions are free entry for all attendees, without tickets and without registration.

I want to see a specific IJF session; what must I do to be sure of getting in?

Entry to all sessions is on a first-come-first-served basis. To guarantee entry you should arrive before the start of the session.
          </blockquote>
        </div>
        <div class="research-section">
          <div class="research-publisher">International Journalism Festival</div>
          <div class="research-title">
            <a href="https://www.journalismfestival.com/programme-side/2025/networking-drinks-reception-hosted-by-one-world-media-and-rory-peck-trust">
              Networking drinks reception hosted by One World Media and Rory Peck Trust
            </a>
          </div>
          <div class="research-description">A networking event for journalists and filmmakers at the International Journalism Festival in Perugia</div>
          <blockquote aria-label="Research snippet 1 from https://www.journalismfestival.com/programme-side/2025/networking-drinks-reception-hosted-by-one-world-media-and-rory-peck-trust">
            Join us for an inspiring evening of connections and conversation, with a stunning view of Perugia. One World Media and Rory Peck Trust warmly invite journalists and filmmakers to a networking event at Il Birraio. This is your chance to meet like-minded professionals, exchange ideas, and celebrate the work of courageous storytellers around the world. One World Media champions journalists and filmmakers from the Global Majority, while the Rory Peck Trust supports and trains freelance journalists globally. Enjoy a relaxed evening with your first drink and a slice of pizza or canapés on us! By invitation only, but please register interest here.
          </blockquote>
        </div>
        <div class="research-section">
          <div class="research-publisher">International Journalism Festival</div>
          <div class="research-title">
            <a href="https://www.journalismfestival.com/programme-side/2025/independent-european-media-apro-with-sphera-network-and-mdianes">
              Independent European media apéro with Sphera Network and Médianes
            </a>
          </div>
          <div class="research-description">A networking event for independent media professionals in Europe</div>
          <blockquote aria-label="Research snippet 1 from https://www.journalismfestival.com/programme-side/2025/independent-european-media-apro-with-sphera-network-and-mdianes">
            Join Sphera Network and Médianes for an evening of conversations, connections, and collaboration among Europe&#8217;s independent media professionals. This is a unique opportunity for journalists, editors, and media executives to meet, share insights and explore new ways to strengthen independent journalism across borders. Enjoy drinks, lively discussions, and make new connections while exploring the future of independent journalism in Europe. Snacks and first drink will be on us! Capacity is limited, so make sure to register here.
          </blockquote>
        </div>
        <div class="research-section">
          <div class="research-publisher">International Center for Journalists (ICFJ)</div>
          <div class="research-title">
            <a href="https://www.icfj.org/news/media-funding-trust-metrics-news-creators-and-more-2025-international-journalism-festival-0">
              Media Funding, Trust Metrics, News Creators and More: The 2025 International Journalism Festival
            </a>
          </div>
          <div class="research-description">ICFJ&#8217;s participation and contributions at the International Journalism Festival</div>
          <blockquote aria-label="Research snippet 1 from https://www.icfj.org/news/media-funding-trust-metrics-news-creators-and-more-2025-international-journalism-festival-0">
            The International Center for Journalists (ICFJ) will be at the International Journalism Festival in Perugia, Italy this spring to learn, connect and collaborate with other journalists and media supporters from across the world. ICFJ team members will contribute to discussions on critical topics ranging from funding models and press freedom to AI&#8217;s impact and innovative approaches to measuring impact. Sessions can be watched live online, and recordings will be available on their YouTube channel.
          </blockquote>
        </div>
        <div class="research-section">
          <div class="research-publisher">International Press Institute (IPI)</div>
          <div class="research-title">
            <a href="https://ipi.media/ipinetwork/ipi-perugia-international-journalism-festival-2025/">
              IPI is heading to the International Journalism Festival!
            </a>
          </div>
          <div class="research-description">International Press Institute&#8217;s participation and events at the 2025 International Journalism Festival</div>
          <blockquote aria-label="Research snippet 1 from https://ipi.media/ipinetwork/ipi-perugia-international-journalism-festival-2025/">
            The International Press Institute (IPI) team is excited to be participating in this year&#8217;s International Journalism Festival in the Italian city of Perugia! This year, as IPI is celebrating our milestone 75th anniversary, we&#8217;re looking forward to connecting with our members, partners and the global journalism community to forge a path for the future of press freedom and independent media. The festival will include multiple panels and events, including discussions on government funding of journalism, press freedom challenges, and media support strategies.
          </blockquote>
        </div>
        <div class="research-section">
          <div class="research-publisher">International Journalism Festival</div>
          <div class="research-title">
            <a href="https://www.journalismfestival.com/">
              International Journalism Festival
            </a>
          </div>
          <div class="research-description">Annual journalism conference in Perugia, Italy bringing together global media professionals to discuss pressing issues in journalism</div>
          <blockquote aria-label="Research snippet 1 from https://www.journalismfestival.com/">
            International Journalism Festival \| 17-21 April 2024

The International Journalism Festival is an annual event held in Perugia, Italy that brings together journalists, media professionals, scholars, and experts from around the world to discuss the most pressing issues in journalism. The festival features hundreds of sessions, panels, workshops, and discussions covering a wide range of topics including technology, ethics, investigative reporting, media freedom, AI, and global media trends.
          </blockquote>
          <blockquote aria-label="Research snippet 2 from https://www.journalismfestival.com/">
            International Journalism Festival | 17-21 April 2024

The festival will take place in Perugia from Wednesday 9 to Sunday 13 April. The English-language part of the festival programme will be concentrated on Thursday 10, Friday 11 and Saturday 12 April. On Sunday 13 April there will be only Italian-language sessions.

As in previous years, all festival sessions will be free entry for all attendees, without tickets and without the need for registration. All festival sessions (with the exception of the one-to-one clinics) will be live-streamed with the on-demand video available immediately afterwards.
          </blockquote>
        </div>
        <div class="research-section">
          <div class="research-publisher">International Media Support</div>
          <div class="research-title">
            <a href="https://www.mediasupport.org/news/ims-recommendations-for-the-international-journalism-festival-2025/">
              IMS&#8217; ten recommendations for the International Journalism Festival 2025
            </a>
          </div>
          <div class="research-description">International Media Support&#8217;s overview and recommendations for the annual International Journalism Festival</div>
          <blockquote aria-label="Research snippet 1 from https://www.mediasupport.org/news/ims-recommendations-for-the-international-journalism-festival-2025/">
            From 9-13 April, the yearly International Journalism Festival (IJF) will take place in the Italian city of Perugia. The festival will host a myriad of events dealing with everything from media&#8217;s role in post-Assad Syria to where to find those much-needed funds to support public interest journalism.

As always, IMS partners and collaborators are all over both the city and the programme – making sure that local perspectives and challenges are always represented in the global discussions on media and journalism.
          </blockquote>
        </div>
        <div class="research-section">
          <div class="research-publisher">Tech Policy Press</div>
          <div class="research-title">
            <a href="https://techpolicy.press/ai-charges-conversations-at-international-journalism-festival">
              AI Charges Conversations at International Journalism Festival
            </a>
          </div>
          <div class="research-description">Analysis of AI-focused discussions at the International Journalism Festival, exploring technology&#8217;s impact on media and journalism</div>
          <blockquote aria-label="Research snippet 1 from https://techpolicy.press/ai-charges-conversations-at-international-journalism-festival">
            Last week, thousands of journalists, scholars, and others descended on Perugia, Italy for the annual International Journalism Festival. The nearly week-long affair, sponsored by the Google News Initiative and Microsoft, among others, featured more than 200 panels.

Of those panels, eleven were focused on artificial intelligence (AI), including discussions about the relationship between publishers and technology platforms, the shift away from social media&#8217;s global dominance, and the growing role of AI developers in news media.
          </blockquote>
        </div>
        <div class="research-section">
          <div class="research-publisher">Reuters Institute for the Study of Journalism</div>
          <div class="research-title">
            <a href="https://reutersinstitute.politics.ox.ac.uk/news/international-journalism-festival-2025-events-you-shouldnt-miss-perugia">
              International Journalism Festival 2025: Events You Shouldn&#8217;t Miss in Perugia
            </a>
          </div>
          <div class="research-description">Preview and highlights of the 2025 International Journalism Festival, featuring panels on AI, media, and journalism trends</div>
          <blockquote aria-label="Research snippet 1 from https://reutersinstitute.politics.ox.ac.uk/news/international-journalism-festival-2025-events-you-shouldnt-miss-perugia">
            From 9 to 13 April, journalists worldwide will gather again for the International Journalism Festival in Perugia. Many voices from the Reuters Institute will speak at the festival. Here are some of the highlights this year, including panels on AI and the media industry, reporting from conflict zones and how journalists can tackle considerable shifts in the international news ecosystem.

All the panels will be live-streamed on the festival&#8217;s IJF YouTube channel. See you in Perugia or online.
          </blockquote>
        </div>
        <div class="research-section">
          <div class="research-publisher">The Matthew</div>
          <div class="research-title">
            <a href="https://thematthewrome.com/2024/04/29/international-journalism-festival-what-we-learned-in-perugia-about-the-present-and-future-of-journalism/">
              International Journalism Festival: What We Learned in Perugia About the Present and Future of Journalism
            </a>
          </div>
          <div class="research-description">The Matthew reports on highlights of conferences attended and conversations with journalists, addressing international journalism and its impact on today&#8217;s world.</div>
          <blockquote aria-label="Research snippet 1 from https://thematthewrome.com/2024/04/29/international-journalism-festival-what-we-learned-in-perugia-about-the-present-and-future-of-journalism/">
            Since 2006, the International Journalism Festival has become a cornerstone event in the world of journalism. This five-day extravaganza draws journalists, scholars, students, media professionals, and enthusiasts alike, converging to explore a myriad of topics discussed across numerous panels and sessions. From dawn till dusk, the city buzzed with activity as attendees, adorned with speakers&#8217; tags, camera-wielding reporters, and curious onlookers cluttered the labyrinthine alleys and bustling restaurants, enveloping the town in an electrifying and bustling atmosphere.
          </blockquote>
        </div>
        <div class="research-section">
          <div class="research-publisher">Media Diversity Institute</div>
          <div class="research-title">
            <a href="https://www.media-diversity.org/perugia-international-journalism-festival-and-diversity/">
              Perugia International Journalism Festival and Diversity
            </a>
          </div>
          <div class="research-description">An analysis of the International Journalism Festival&#8217;s approach to diversity, inclusion, and global representation in journalism.</div>
          <blockquote aria-label="Research snippet 1 from https://www.media-diversity.org/perugia-international-journalism-festival-and-diversity/">
            The International Journalism Festival in Perugia has become a firm favourite in the ever-growing calendar of media and journalism industry events. Founded in 2009, its beautiful location and the many medieval buildings in which conference panels and sessions are held are trumped only by the wide range of speakers and panels that the festival hosts every year. Although it is held in Europe, the festival is international in its scope and attracts journalists from around the world.
          </blockquote>
        </div>
        <div class="research-section">
          <div class="research-publisher">International Journalism Festival</div>
          <div class="research-title">
            <a href="https://www.journalismfestival.com/news/impact-cultural-biases-trump/">
              The path to impact, changing cultural biases, and the tug-of-war between Trump and the press
            </a>
          </div>
          <div class="research-description">Weekly round-up of the International Journalism Festival, highlighting key discussions and insights in global journalism.</div>
          <blockquote aria-label="Research snippet 1 from https://www.journalismfestival.com/news/impact-cultural-biases-trump/">
            The International Journalism Festival weekly round-up highlights key discussions and events, featuring insights from global majority newsrooms, perspectives on changing cultural biases, and explorations of media challenges such as the relationship between Trump and the press. The festival serves as a platform for discussing critical issues in journalism, including impact reporting, gender equity, media ethics, and the evolving media landscape.
          </blockquote>
        </div>
        <div class="research-section">
          <div class="research-publisher">International Journalism Festival</div>
          <div class="research-title">
            <a href="https://www.journalismfestival.com/faq/">
              FAQ &#8211; International Journalism Festival
            </a>
          </div>
          <div class="research-description">Frequently asked questions about the International Journalism Festival, including event details, attendance, and organization information</div>
          <blockquote aria-label="Research snippet 1 from https://www.journalismfestival.com/faq/">
            **I want to attend IJF; what must I do?** Nothing. Just come to Perugia and enjoy the festival. All IJF sessions are free entry for all attendees, without tickets and without registration.

**When and where does IJF take place?** Every April in Perugia, Italy. All IJF venues are situated in the stunning setting of the historic town centre of Perugia. The next festival (the nineteenth edition) will take place from Wednesday 9 to Sunday 13 April 2025. Please note that the English-language part of the festival programme will be concentrated on Thursday 10, Friday 11 and Saturday 12 April. On Sunday 13 April there will be only Italian-language events.
          </blockquote>
          <blockquote aria-label="Research snippet 2 from https://www.journalismfestival.com/faq/">
            **Who pays for IJF?** All IJF sessions are free entry for all attendees. In consequence, ticket revenue is zero. IJF revenue comes from sponsorships, philanthropic donations and institutional partnerships. 2024 IJF supporters included Craig Newmark Philanthropies, Google News Initiative, Knight Foundation, Luminate, McKinsey &#038; Company, Microsoft, Open Society Foundations, Umbria Regional Council and Perugia Town Council.
          </blockquote>
          <blockquote aria-label="Research snippet 3 from https://www.journalismfestival.com/faq/">
            **What is the International Journalism Festival (IJF)?** The biggest annual media event in Europe. The 2024 festival had 220 sessions and 612 speakers in the 5-day programme.

**Who organises IJF?** IJF is totally independent and has no affiliation with any media organisation. It was founded in 2006 by Arianna Ciccone and Christopher Potter who remain the two IJF directors and who are in charge of all aspects of IJF. There is no IJF advisory board or executive committee.
          </blockquote>
        </div>
        <div class="research-section">
          <div class="research-publisher">International Journalism Festival</div>
          <div class="research-title">
            <a href="https://transfer.journalismfestival.com/">
              IJF Transfer Service
            </a>
          </div>
          <div class="research-description">Bus transfer service for International Journalism Festival attendees between Rome Fiumicino Airport, Perugia Airport, and Perugia town centre</div>
          <blockquote aria-label="Research snippet 1 from https://transfer.journalismfestival.com/">
            The International Journalism Festival provides a bus transfer service from Rome Fiumicino Leonardo Da Vinci airport and from Perugia International airport to Perugia town centre and back, both for festival speakers and festival attendees.

**How much does a ticket cost?** For festival attendees each ticket costs 30 euros one way per person. For festival speakers the service is free. The festival organisation will send each festival speaker a coupon to buy the ticket for free.
          </blockquote>
        </div>
      </div>
    </div>
  </div>

  <script>
    document.addEventListener('DOMContentLoaded', function () {
      const audio = document.getElementById('podcast-audio');
      const playPauseButton = document.getElementById('play-pause');
      const back15Button = document.getElementById('back15');
      const forward15Button = document.getElementById('forward15');
      const speedToggleButton = document.getElementById('speed-toggle');
      const progressFilled = document.querySelector('.progress-filled');
      const progressBar = document.querySelector('.progress-bar');
      const currentTimeDisplay = document.getElementById('current-time');
      const durationDisplay = document.getElementById('duration');

      
      const speeds = [0.75, 1, 1.25, 1.5, 2, 2.5];
      let currentSpeedIndex = 1; 

      
      function updatePlayPauseIcon() {
        if (audio.paused) {
          playPauseButton.innerHTML = '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M8 5v14l11-7z"/></svg>';
        } else {
          playPauseButton.innerHTML = '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6 19h4V5H6v14zm8-14v14h4V5h-4z"/></svg>';
        }
      }

      
      function formatTime(seconds) {
        const minutes = Math.floor(seconds / 60);
        const secs = Math.floor(seconds % 60);
        return `${minutes}:${secs < 10 ? '0' : ''}${secs}`;
      }

      
      function updateTimeDisplays() {
        currentTimeDisplay.textContent = formatTime(audio.currentTime);
        durationDisplay.textContent = formatTime(audio.duration || 0);
      }

      
      playPauseButton.addEventListener('click', function () {
        if (audio.paused) {
          audio.play();
        } else {
          audio.pause();
        }
        updatePlayPauseIcon();
      });

      
      back15Button.addEventListener('click', function () {
        audio.currentTime = Math.max(0, audio.currentTime - 15);
      });

      
      forward15Button.addEventListener('click', function () {
        audio.currentTime = Math.min(audio.duration, audio.currentTime + 15);
      });

      
      speedToggleButton.addEventListener('click', function () {
        currentSpeedIndex = (currentSpeedIndex + 1) % speeds.length;
        audio.playbackRate = speeds[currentSpeedIndex];
        speedToggleButton.textContent = `${speeds[currentSpeedIndex]}x`;
      });

      
      audio.addEventListener('timeupdate', function () {
        const percent = (audio.currentTime / audio.duration) * 100;
        progressFilled.style.width = `${percent}%`;
        updateTimeDisplays();
      });

      
      progressBar.addEventListener('click', function (e) {
        const progressBarRect = progressBar.getBoundingClientRect();
        const percent = (e.clientX - progressBarRect.left) / progressBarRect.width;
        audio.currentTime = percent * audio.duration;
      });

      
      audio.addEventListener('loadedmetadata', function () {
        updateTimeDisplays();
      });

      
      audio.addEventListener('ended', function () {
        updatePlayPauseIcon();
      });

      
      updatePlayPauseIcon();
    });

    
    const hamburgerBtn = document.getElementById('hamburger-btn');
    const toc = document.getElementById('toc');
    const tocOverlay = document.getElementById('toc-overlay');

    
    hamburgerBtn.addEventListener('click', function () {
      hamburgerBtn.classList.toggle('active');
      toc.classList.toggle('active');
      tocOverlay.classList.toggle('active');

      
      if (toc.classList.contains('active')) {
        document.body.style.overflow = 'hidden';
      } else {
        document.body.style.overflow = '';
      }
    });

    
    tocOverlay.addEventListener('click', function () {
      hamburgerBtn.classList.remove('active');
      toc.classList.remove('active');
      tocOverlay.classList.remove('active');
      document.body.style.overflow = '';
    });

    
    const tocLinks = toc.querySelectorAll('a');
    tocLinks.forEach(link => {
      link.addEventListener('click', function () {
        if (window.innerWidth <= 600) {
          hamburgerBtn.classList.remove('active');
          toc.classList.remove('active');
          tocOverlay.classList.remove('active');
          document.body.style.overflow = '';
        }
      });
    });
  </script>
</body>

</html>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>http://blog.digidave.org/2025/04/4814/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://youai-cdn.s3.amazonaws.com/06a33f7b-fe1d-450f-9e02-8b9c12beec92/functions/985e9698-a39b-47de-86ef-afa3f776dbcb.mp3" length="5303108" type="audio/mpeg" />

			</item>
		<item>
		<title>The Inflation of Followers</title>
		<link>http://blog.digidave.org/2023/03/the-inflation-of-followers</link>
					<comments>http://blog.digidave.org/2023/03/the-inflation-of-followers#respond</comments>
		
		<dc:creator><![CDATA[Digidave]]></dc:creator>
		<pubDate>Mon, 27 Mar 2023 11:20:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blog.digidave.org/?p=4784</guid>

					<description><![CDATA[The rise of the “creator economy” has allowed individuals to make a living by creating and sharing content online. At the crux of this profession&#8230;]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image"><img src="https://cdn-images-1.medium.com/max/800/1*21vJZ1MIMad0uM3h63KsTA.png" alt=""/></figure>



<p>The rise of the “creator economy” has allowed individuals to make a living by creating and sharing content online. At the crux of this profession is the concept of “1,000 true fans,” first coined<a href="https://kk.org/thetechnium/1000-true-fans/" rel="noreferrer noopener" target="_blank"> by Kevin Kelly in 2008</a>, which states that by cultivating a base of 1,000 dedicated fans willing to purchase products or services, creators can sustain a successful middle-class career. This concept is the foundation for an entire class of internet entrepreneurs and a swirling ecosystem of vendors like Patreon and Substack.</p>



<p>To reach 1,000 true fans, creators must first acquire 10,000 mediocre fans, 50,000 lookyloos, and 100,000 passerbys. These “top of the funnel” fans inevitably attract advertisers and sponsors, leading many content creators to prioritize gaining a large audience on platforms like Facebook, Instagram, Twitter and Tiktok, instead of focusing on building relationships with 1,000 true fans who pay with their personal money for a product or service.</p>



<p>Just as consumers have experienced monetary inflation, content creators who chased large numbers of followers have started to learn about the negative effects of “follower inflation.” Not all followers are equal, especially if they were artificially created or never meaningfully engaged with the content. Follower inflation can provide short-term benefits and increased confidence, but if the relationship with a follower isn’t built on a platform that allows for meaningful connections to be formed, creators will ultimately be left with an empty bag.</p>



<h3><strong>Where The Inflation Comes&nbsp;From</strong></h3>



<p><strong>You’re popular with bots!!!!!!</strong></p>



<p>One way followers are inflated is through bots. One of Elon Musks’ presumptive goals is to rid Twitter of bots, which researchers have estimated to<a href="https://www.reuters.com/technology/do-spam-bots-really-comprise-under-5-twitter-users-elon-musk-wants-know-2022-05-13/" rel="noreferrer noopener" target="_blank"> be between 9–15% of all accounts</a>. The “<a href="https://digs.net/the-dead-internet-theory/" rel="noreferrer noopener" target="_blank">Dead Internet</a>” theory, that bots comprise much of the content/follower activity we see, is overblown, but not entirely without merit. Maybe those TikTok numbers are real, or maybe they’re inflated by a platform which knows it can keep content creators on a treadmill chasing virality and producing free content if their egos get a number boost. This form of follower inflation is particularly egregious as it comes from the platforms themselves. And while it sounds conspiratorial, only a few years ago the biggest episode of follower inflation of this kind came from Facebook which notoriously<a href="https://www.theverge.com/2018/10/17/17989712/facebook-inaccurate-video-metrics-inflation-lawsuit" rel="noreferrer noopener" target="_blank"> over-counted video views</a> for over a year. You could say the “pivot to video”<a href="https://slate.com/technology/2018/10/facebook-online-video-pivot-metrics-false.html" rel="noreferrer noopener" target="_blank"> was built on a big lie</a>.</p>



<p><strong>Nobody actually stays</strong></p>



<p>Another way followers are inflated is through the never-ending scroll feature on most major platforms. Even if your post is favored by the algorithm and does get to a segment of your audience, they will quickly be distracted by the next post in their feed. This gap between “views” and actual “engagement” leads a content creator to think their follower bark is bigger than its bite.</p>



<p>Social media platforms are like sharks. They need to keep moving and growing to stay alive. The feed is designed to keep the user scrolling and associating the overall experience with the larger brand, Facebook/Twitter/TikTok and not neccesarily the individual content creator.</p>



<p>The nature of platforms is to incentivize this kind of follower inflation, but just as economists will tell you a bubble needs to pop for the financial ecosystem to be healthy, so too do the follower numbers in our media environment.</p>



<p><strong>Followers are more Fickle</strong></p>



<p>Audiences in 2023 are more likely to consume content and less likely to become loyal fans if their main interaction with your brand is through a larger platform. There’s a gluttony of creators vying for attention and it can be difficult to stand out and attract followers to your specific “SubscriberStareOnfaneon” page.</p>



<p>Today, being a “true fan” may no longer mean a lifetime commitment. Instead, individuals may purchase merchandise and then move on with the tide. In 2023 it’s easier for audiences to flit from creator to creator, making it harder for professionals to retain a steady fanbase. Churn is now an occupational hazard for creators. This is a new challenge that wasn’t present in 2008 when the concept of “1,000 true fans” was first introduced. Back then, the technological barriers to becoming a fan were much higher, making the signal to noise ratio better. Any fan that found you was immediately a more dedicated and committed supporter. Now, with the ease of subscribing and unsubscribing, retention and churn have become major concerns for creators.</p>



<p><strong>Squeezing the Middle Class</strong></p>



<p>As the legendary rapper Biggie Smalls once said, “more money, more problems.” The professionalization of the creator economy has led to increased expenses and competition, rather than less. One of the key aspects of the “1,000 True Fan Theory” was that internet creators could keep their expenses low. However, as creators have become a professional class, with expenses such as management, platform fees, travel costs and more, they are facing<a href="https://www.thewrap.com/the-creator-economy-was-way-overblown-pro-insight/" rel="noreferrer noopener" target="_blank"> increasing financial pressures</a>.</p>



<p><strong>Follower Inflation is real, but that doesn’t mean the party is over</strong></p>



<p>The 1,000 True Fan theory isn’t obsolete, it’s just been taken to the next level.</p>



<p>Gaining a following has become more challenging as it requires more investment and takes longer to achieve because it is harder to convert followers acquired through typical platforms. However, there are still opportunities for success. For example, smaller and more niche communities tend to convert faster. This means that not all followers are equal. Having one follower on TikTok might be worth 1/100th as much as having a follower who subscribes to your RSS feed, podcast, email, <a href="https://joinsubtext.com/digitalchatter" rel="noreferrer noopener" target="_blank">or text group</a>.</p>



<p>In today’s landscape, a successful creator must focus on building a bridge between the large number of followers at the top of the social media funnel and the smaller group of dedicated fans who will remain loyal through any circumstance. The skill of strategically placing and nurturing these bridges will differentiate those who are blindly casting a net and only acquiring cheap inflated followers and those who are deliberately working towards acquiring 1,000 true fans.</p>



<p> — -</p>



<p>Join “<a href="https://joinsubtext.com/digitalchatter" rel="noreferrer noopener" target="_blank">This Week in Digital Media</a>” a text group where every-other week(ish) a different digital leader shares their thoughts via text to you.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://blog.digidave.org/2023/03/the-inflation-of-followers/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Newsroom of 2040</title>
		<link>http://blog.digidave.org/2022/05/the-newsroom-of-2040</link>
					<comments>http://blog.digidave.org/2022/05/the-newsroom-of-2040#respond</comments>
		
		<dc:creator><![CDATA[Digidave]]></dc:creator>
		<pubDate>Fri, 20 May 2022 20:54:51 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blog.digidave.org/?p=4774</guid>

					<description><![CDATA[It’s the year 2040 and our newsroom is as silent as ever. The proprietary AI we license “GA-Net” does most of the daily grind stories.&#8230;]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image"><img src="https://miro.medium.com/max/1400/1*lZ2fhkP5tI0FWpB_Hz-50Q.png" alt=""/><figcaption>The future will have colors. Of that, I’m sure!</figcaption></figure>



<p>It’s the year 2040 and our newsroom is as silent as ever. The proprietary AI we license “GA-Net” does most of the daily grind stories. I honestly forget what it’s like to do the sports score, Wall Street-score, obits and other run-of-the-mill event-based stories.</p>



<p>Today our reporters focus only on enterprise stories. Everything else is covered faster and better than we could ever churn them out by the AI. Our head of AI-editorial has to fill in the occasional variable and is staying on top of the latest developments, but for the most part we’re hooked into the right inputs to get those stories out seamlessly.</p>



<p>The newsroom is silent, because well, who even goes into the newsroom? Our chat rooms, however, are buzzing both with people conversing but also the notifications of smart contracts being executed. Our newsroom operates off four main layers of smart contracts and you can tune in and see how we’re doing by subscribing to those notifications. In short, our newsroom is a Decentralized Autonomous Organization (DAO).</p>



<p>Today if you want to plug into the global value transfer protocol you need tokens and a wallet, just like in 2004 you would have needed a website to plug into the global information transfer protocol that defined the early internet. In the year 2040, digital property rights are arguably more safe and secure than meat-space property rights. This security has enabled a thriving marketplace and our newsroom operates trying to grab our fair share.</p>



<p>The path to get here wasn’t always obvious. There was the mis-and-dis information wars of the early 2020s. And who could forget the&nbsp;<a href="https://meedan.com/blog/missing-information-not-just-misinformation-is-part-of-the-problem/" rel="noreferrer noopener" target="_blank">midinformation</a>&nbsp;wars that followed from 2025–2029, where expert consensus over emerging scientific data reached a fever pitch. But the roots of our newsroom go back to 2007ish and the rise of the anachronistic phrase “citizen journalism.”</p>



<p>In 2007 Wired writer Jeff Howe, who coined the phrase “crowdsourcing,” observed in a blog post ‘<a href="https://crowdsourcing.typepad.com/cs/2007/07/the-importance-.html" rel="noreferrer noopener" target="_blank">The Importance of Community</a>’ “a dirty little secret of open source.” While crowdsourced projects of the early web are thought of as the product of a few super-contributors and a mass of people who contribute minor bits, there’s another important element Howe observed. “Any crowdsourcing project must install one go-to guy (or girl) who will thanklessly toil day and night to keep the project on the rails. At a magazine this person is called the Production Manager.” Many minds make for lighter work, but there has to be somebody to make sense of it all.</p>



<p>Back then somebody had to pull the levers to finish the “last mile” of a collaborative project among strangers. Today, in a world of DAOs and smart contracts,&nbsp;<a href="https://niemanreports.org/articles/how-nfts-could-lead-to-a-serious-business-opportunity-for-news-organizations/" rel="noreferrer noopener" target="_blank">a series of rules</a>, written into code govern these relationships. Even with individuals operating in their own self-interest, incentives and structures allow “organizations” to emerge.</p>



<p>The critical discovery was when news organizations realized that it wasn’t enough to open themselves up to drive-by audience participation: leave a comment here, hit a Facebook like there. That was the hub-and-spoke model of the first quarter-century. It kept the “Cathedral” news operation intake. Through the use of smart contracts, proper incentives and blockchain technology the community became the organization itself. The spiderweb of relationships became the bazaar of information exchange where news was produced and value exchanged as a result.</p>



<figure class="wp-block-image"><img src="https://miro.medium.com/max/1206/1*6MjrAwaCuqAVXcqopdtnYA.png" alt=""/></figure>



<p>The rules didn’t come via social media companies like Facebook or Twitter. Those organizations got close to becoming the arbiters of information between the Arab Spring and the 2024 election, but, we realized by 2025 that multinational corporate entities were actors, not governors, in the information space. Instead the rules were protocols that anyone could interact with. For the first 25 years of this century the protocols of the web were open to all, but only a few elite organizations were able to truly enrich themselves. After the monopoly scares of 2027 even those organizations were ready to embrace a new protocol layer to the internet that enabled commerce and gave secure property rights to the participants themselves. You owned your data and any value it created.</p>



<p>In short, the revolution has rules that are put into code. Most newsrooms today, in 2040, rely on four main layers of smart contracts. There’s the layer of editorial creation, the layer of management and the layer of ownership. As you might guess, these layers can intermix, mingle or downright plop on top of each other. But we have rules in place for these situations.</p>



<p>Most people who engage with the newsroom do so in a fleeting way and that’s fine. Some tune into our streaming videos. Every minute they’re charged .0000005 BTC, the equivalent of a less than a penny in 2022 dollars. It’s possible to have this low rate because there’s no middleman or payment processor. Most people agree to the smart contract that governs this transaction once and never think about it again. Same for per-article transactions.</p>



<p>All of this revenue from readers is governed by the layer of “ownership.” That’s a strong word, since most people who add U.S dollars or BTC into our system in exchange for access don’t own anything more than access. This access can only be granted via these kinds of transactions which add liquidity into our own DAO tokens. The tokens are what signify a level of ownership. These tokens can be purchased separately or earned.</p>



<p>Some users step up their interactions and want to comment on articles, join the community chat or even eventually write their own op-eds. These loose editorial creations do not yet earn our DAO tokens. They are different from the transactions above in that they can be both purchased or earned through our editorial marketplace.</p>



<p>Open up your crypto wallet (what we call a “key” in the year 2040) and you can browse our editorial marketplace. Here, our managers, who have a specific class of DAO tokens, create bids for what they think our newsroom needs. They can be entire op-eds, or as specific as a quote from an official on a topic. They can be open to all users or only able to be bid on by people who have earned a other specific class of tokens. Earn enough and you can make a living and even rise higher in the ranks until you’re a manager too. This is the machine at work, where the layer of management and editorial meet. The content decisions that used to happen every morning around a table with croissants and bagels among a select few is now distributed.</p>



<p>The active are rewarded. The quality of one’s work isn’t judged in the vacuum of a corporate office, but by the outcomes of their work.</p>



<p><a href="https://www.hyperorg.com/blogger/2009/07/19/transparency-is-the-new-objectivity/" rel="noreferrer noopener" target="_blank">Transparency is the new objectivity</a>&nbsp;in this world and nothing goes unseen. Everything is tallied and tabulated. If fact-check, their own bids to be taken up, finds somebody’s work was sloppy, Tokens can be revoked. This can be permanent if necessary. There’s always an audience sloshing around our content and within that audience we can see who is browsing our editorial marketplace, what work they’ve done for other newsrooms and more.</p>



<p><a href="https://twitter.com/Digidave/status/1480966211525492736" rel="noreferrer noopener" target="_blank">It’s 2040 and you open your key (crypto wallet) and seen an offer to buy 500 tokens for .00005 BTC to join a driverless car DAO that has a fleet of 50 cars in your city.</a>&nbsp;As you take the driverless cars from point A to point B, part of the proceeds are taken by the DAO and go towards maintenance and saving up to buy more cars for the fleet. More cars increases the appeal of the network and might even increase the value of your remaining tokens.</p>



<p>Like the newsroom, this was written into the code of the DAO and was advertised to you and part of the reason why you decided to try it out. You could take Uber’s driverless cars. They do come with unique media (Uber-only shows) but you wanted to feel like you were investing in a car-share too.</p>



<p>This is the age we live in. You don’t just participate, you own, invest and interact with coded rules with almost every decision you make.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://blog.digidave.org/2022/05/the-newsroom-of-2040/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Meet The New Narrators</title>
		<link>http://blog.digidave.org/2022/03/meet-the-new-narrators</link>
					<comments>http://blog.digidave.org/2022/03/meet-the-new-narrators#respond</comments>
		
		<dc:creator><![CDATA[Digidave]]></dc:creator>
		<pubDate>Tue, 22 Mar 2022 22:12:27 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blog.digidave.org/?p=4769</guid>

					<description><![CDATA[If you want to tell a narrative, you may need a narrator. It’s one of the oldest storytelling tools that exist. As storytelling becomes enhanced&#8230;]]></description>
										<content:encoded><![CDATA[
<p>If you want to tell a narrative, you may need a narrator. It’s one of the oldest storytelling tools that exist.</p>



<figure class="wp-block-image"><img src="https://miro.medium.com/max/1400/1*lE3WcPNXy_giXIktTTO_2Q.png" alt=""/></figure>



<p>As storytelling becomes enhanced through technology so too will our narrators. We’re increasingly comfortable engaging with fictional digital personas like Alexa and Siri to get us real world information, so it stands to figure our fictional characters should take a giant step into real world space.</p>



<p><a href="https://www.wired.com/story/lil-miquela-digital-humans/">Wired captured some of this in a recent article</a>: <a rel="noreferrer noopener" href="https://www.wired.com/story/lil-miquela-digital-humans/" target="_blank">CGI &#8216;Influencers&#8217; Like Lil Miquela Are About to Flood Your Feeds.&#8221;</a></p>



<blockquote class="wp-block-quote"><p>“In the near future, Rivietz thinks, many companies may begin building their own digital influencers, simply because it’s a more efficient way of controlling the message that reaches their target audiences.”</p></blockquote>



<p>It’s not clear what the rules are for these characters or what ‘best practices’ might be.</p>



<p>For example, while they can break the fourth wall they never need to acknowledge their own artifice. In other words, these CGI characters can take selfies, and know they are posing for the camera, but they appear to have just as much at stake in their self-image as real people.</p>



<p>This is not a new phenomena. The Muppets, for all their meta-humor and interactions with real people over the decades, have a rule that the characters never acknowledge they aren’t real. They are just a different class of person, like children or senior citizens. Just like the Muppets, these new characters will walk among us, or at least, our feeds.</p>



<p>Brands are taking tried and true characters and turning them into modern trans-media narrators. Not sure exactly what I mean. Check out Barbie’s YouTube page. Here’s her latest video, a vlog about how she wants to stop using the word “sorry” as a reflex.</p>



<figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="@Barbie | Sorry Reflex | Barbie Vlogs" width="640" height="360" src="https://www.youtube.com/embed/g9ahiHpM3yQ?start=8&#038;feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div></figure>



<p>This video is not about plot. This is an empowering message the brand wants to associate with Barbie. The delivery is authentic, even if the CGI is obvious. There’s enough willing suspension of disbelief in watching Barbie go through her vlogs that the message comes through loud and clear. The character in this instance is successful in transmitting her message, perhaps more successful than any real person could be.</p>



<p>We expect to see more brands play in this space. This isn’t your father’s Jolly Green Giant. These characters aren’t meant to sing a tune for a commercial and disappear. They are immersed in the same digital ocean we swim in. We can leave comments for them. They can “like” our content back. They will respond and react to the same real world conditions we are keeping up with.</p>



<p>How will Ronald McDonald react to the latest Marvel movie release? How might Mr. Clean comment on U.S. politics? Maybe The Quaker Oats man has a wicked sense of humor and will tell us a story about his college days. For all the praise the Wendy’s brand has gotten for its&nbsp;<a href="http://time.com/5271254/wendys-mcdonalds-savage-tweet/" rel="noreferrer noopener" target="_blank">Twitter snark</a>, the real jump will be in turning Wendy into a fully formed character we can see interact in the world….. holding a phone…. sending a “real” Tweet.</p>



<p>That’s not to say these new narrators will only have commerce as their goal. In fact, I think there’s potential in mystery, intrigue, drama and more. Students of the web may remember LonelyGirl15, an early YouTube vlogger who turned out to be a character played by an actress. What we are seeing now is the evolution of that moment. How might studios build characters that don’t live on comic pages, but instead are built out on Snapchat or Instagram?</p>
]]></content:encoded>
					
					<wfw:commentRss>http://blog.digidave.org/2022/03/meet-the-new-narrators/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Information wants to be free, but digital property won’t be</title>
		<link>http://blog.digidave.org/2022/01/information-wants-to-be-free-but-digital-property-wont-be</link>
					<comments>http://blog.digidave.org/2022/01/information-wants-to-be-free-but-digital-property-wont-be#respond</comments>
		
		<dc:creator><![CDATA[Digidave]]></dc:creator>
		<pubDate>Fri, 14 Jan 2022 20:02:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blog.digidave.org/?p=4761</guid>

					<description><![CDATA[Originally published in Nieman Lab 2022 Predictions “What Web 3.0 represents is an Internet where private digital property is finally realized. Safe and secure property&#8230;]]></description>
										<content:encoded><![CDATA[
<p>Originally published in <a href="https://www.niemanlab.org/2021/12/information-wants-to-be-free-but-digital-property-wont-be/">Nieman Lab 2022 Predictions</a></p>



<p>“What Web 3.0 represents is an Internet where private digital property is finally realized. Safe and secure property rights are the basis of any thriving marketplace.”</p>



<p>In 1997, an astute prediction would have been that, in five or ten years, every barber, florist, and creative designer would have their own website. “This HTTP thing could have legs to it!”</p>



<p>Today, there’s a betting chance the same can be said of crypto wallets and tokens.</p>



<p>When the web started, journalists lamented the truism that “information wants to be free.” What Web 3.0 represents is an Internet where private digital property is finally realized. Safe and secure property rights are the basis of any thriving marketplace, and if you want to plug into a global value transfer protocol, you’ll need a token and wallet, just as you would have needed a website to plug into the global information transfer protocol that’s defined the Internet thus far.</p>



<p>What does this mean in the near term?</p>



<h3>NFT to XYZ</h3>



<p>Near the end of 2021, the Atlanta Journal-Constitution&nbsp;<a href="https://www.ajc.com/nft/">created NFTs to celebrate the World Series victory of the Atlanta Braves</a>.</p>



<p>In addition to selling the digital rights to these collectible works of art, owners of the NFTs are joining a community. “Owning an AJC NFT is a great way to own a part of Atlanta culture. The AJC NFT team will deliver online and offline experiences for members of the AJC NFT community. Additionally, a portion of every AJC NFT offering will be given to a community organization to help the Atlanta region grow and thrive.”</p>



<p>The experiences Atlanta Journal-Constitution could offer in the coming years are boundless, and each one could both serve this community and act as marketing to bring more people inside it. Maybe they’ll organize a business cruise, a “shop local” day with discounts, or they’ll take over Truist Park one lazy Sunday. In any of these scenarios, the NFT holders don’t just have a piece of art/history, but a piece of a growing economic system, and the AJC is essentially a small central bank issuing currency.</p>



<p>Crypto isn’t going away and next year we can expect more media organizations to join the Atlanta Journal-Constitution in making a first foray into NFTs. The differentiators will be what events they are able to capitalize on (a World Series win is a good one) and what experiences or alternative value they’ll be able to offer in tandem with the “art.” Owning an NFT isn’t just about having a digital playing card to look at. It’s a golden ticket into the economic system and experiences the Atlanta Journal-Constitution can create. A thriving marketplace will attract more participants and give them the chance to mint more NFTs.</p>



<p>NFTs are the low-hanging fruit, especially for news organizations right now as the marketplace of Web 3.0 gets set up. But I don’t expect it to be the end-all of blockchain technology.</p>



<h3>You down with DAO? Yeah, you know me!</h3>



<p>Elsewhere on the internet in late 2021, a DAO (Decentralized Autonomous Organization)&nbsp;<a href="https://www.npr.org/2021/11/19/1057211030/constitutiondao-constitution-auction-cryptocurrency">raised over $40 million to bid for ownership</a>&nbsp;of a physical copy of the U.S. Constitution up for auction. Token holders of the “<a href="https://youtu.be/ZvJAa7ECFLU">Constitution DAO</a>” wouldn’t have had fractionalized ownership of the Constitution, but instead voting rights on where it would have been housed, among other voting parameters. We’ve seen how social media storms can be used for good (Arab Spring) and bad (trolls), and in 2022, I think we’ll see this phenomenon become financialized. Now anyone can build their own GoFundMe.&nbsp;<a href="https://twitter.com/CO_EQ/status/1459987314717773825">Here’s a Twitter thread</a>&nbsp;that expands on this possible utopian/dystopian vision. You thought Twitter storms had consequences? Now we can have cash-storms with smart contracts that execute actions if successful.</p>



<p>This could mean the next local media org on its deathbed could be saved by a community in the form of a decentralized autonomous organization. Perhaps the DAO will include fractionalized ownership of the organization, or it could include voting rights on elements laid out in the code of the DAO. We’ve&nbsp;<a href="https://www.niemanlab.org/2021/10/lauded-local-news-co-op-shuts-down-without-warning-leaving-its-co-owners-in-the-dark/">seen community media orgs die in 2021</a>. Perhaps next year a DAO could be a savior? This kind of collective action raises more questions than it might answer, but so did Reddit when it first launched.</p>



<h3>Facebook loses the metaverse</h3>



<p>Despite claiming to be “Meta” incarnate, the PR-inspired name change of Facebook won’t guarantee its success in the metaverse.</p>



<p>For starters, there won’t be just one metaverse but&nbsp;<em>many</em>&nbsp;metaverses, and Meta (I’ll just call it Facebook from here on out) is already late to the party. Or maybe I should say they’re late to the “game,” with Roblox, Minecraft, and Fortnite already defining the experience of virtual worlds for the next generation. These aren’t just games either. Fortnite hosted a concert attended by 12.3 million concurrent players. Add in payment platforms and these virtual worlds are ripe to take advantage of a networked digital property layer in a way Facebook just isn’t.</p>



<p>Surely Facebook, the great platform maker, will find a way to undercut these gaming companies, right? After all, creating platforms is how Facebook got its start! Alas, Facebook is behind the 8-ball here too. To build virtual worlds, people rely on virtual world engines like Unreal Engine, owned by Epic Games, the creator of Fortnite. Facebook itself is relying on the&nbsp;<a href="https://unity.com/">Unity engine</a>. When it comes to hardware, Sony (Playstation), Microsoft (Xbox, Minecraft), and others already have a larger market share along with years of infrastructure and hardware production experience over Facebook.</p>



<h3>That buzzword “decentralized”</h3>



<p>As an industry, we’ve spent the last 10 years online roiling in closed platforms, often feeling like the rug was being pulled from under us. The audience was aggregated and Facebook (or pick your walled garden) placed itself at the center of commerce via an algorithm. Businesses had to advertise to communicate with customers.</p>



<p>But in the coming years, a clothing company won’t advertise on Facebook in order to get their product out to users. Instead, they’ll mint 3D versions of their new outfit and place it in all the metaverses for users to interact with. They’ll work with content creators to market and maybe even sell unique digital copies of it, with smart contracts defining future royalty payments for resales.</p>



<p>A garden can have a wall around it, but the coming metaverse will be a vast jungle, too big for any one company to control. Moreover, with strong digital property rights, if you create, participate, or interact, then you’ll be at the center of the transaction, not Facebook’s algorithm. This could allow for a new generation of a “thousand flowers blooming” that we haven’t seen since the dawn of the social web. And this time, if it is&nbsp;<em>successfully</em>&nbsp;decentralized, then smaller local players like the AJC might finally have a leg up on behemoths like Facebook.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://blog.digidave.org/2022/01/information-wants-to-be-free-but-digital-property-wont-be/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What journalists can leave behind on our way to the Promised Land</title>
		<link>http://blog.digidave.org/2022/01/what-journalists-can-leave-behind-on-our-way-to-the-promised-land</link>
					<comments>http://blog.digidave.org/2022/01/what-journalists-can-leave-behind-on-our-way-to-the-promised-land#comments</comments>
		
		<dc:creator><![CDATA[Digidave]]></dc:creator>
		<pubDate>Wed, 05 Jan 2022 20:01:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blog.digidave.org/?p=4759</guid>

					<description><![CDATA[Originally published in What&#8217;s New in Publishing by David Cohn I often refer to the journalism community as a diaspora. Like the Jews in the&#8230;]]></description>
										<content:encoded><![CDATA[
<p>Originally published in <a href="https://whatsnewinpublishing.com/what-journalists-can-leave-behind-on-our-way-to-the-promised-land/">What&#8217;s New in Publishing by David Cohn </a></p>



<figure class="wp-block-image"><img src="https://whatsnewinpublishing.com/wp-content/uploads/2021/06/screen_2x-29-1170x780.jpg" alt=""/></figure>



<p>I often refer to the journalism community as a diaspora. Like the Jews in the biblical story of Moses, we’ve left.</p>



<p>Most people know the basics of the story; After 10 miraculous events the Jewish people grabbed unleavened bread (Matzah) and fled the only life they knew in search of a new homeland. What most people don’t know about the story is that despite all the miracles that happened, the Jews weren’t whisked away to the promised land, or even a place with air-conditioning. Instead, they wandered the desert for 40 years. An entire generation lived and died only knowing this nomadic life. And while it can be depressing to think of journalists today as wandering the desert, there is also a noble role that this generation must play.</p>



<p>When fleeing their life in Egypt, there wasn’t much time and so it was an easy choice to take unleavened bread. At the same moment, the Jews decided to take the Torah, a cumbersome and heavy object, strapped to their backs and protected for the next 40 years. This was a value decision. Today, journalists are making similar decisions. What do we value? What are the traditions, customs and ethics we wish to carry with us for generations to come and what do we feel comfortable dropping, to be lost in the sands of time?</p>



<h3>Three Examples: What we can drop</h3>



<p>A perfect example of a tradition to be dropped is the “reporter standup” performed by most local broadcasters. This was first pointed out by Jeff Jarvis in 2008 in this post “<a href="https://buzzmachine.com/2014/02/08/kill-stand/">Rethinking TV news</a>.” While beautifully fit for a time-locked TV viewing experience, this tradition of the TV reporter being ‘on the scene,’ but really just holding a mic against a backdrop that doesn’t add much information, will go the way of the Dodo bird. And as far as values go, I don’t think we’re losing much. Seems like leavened bread to me.</p>



<p>Another place of slippage is the idea that a local paper must be “daily.” We’re already seeing this with the&nbsp;<a href="https://www.niemanlab.org/2019/08/newsonomics-the-daily-part-of-daily-newspapers-is-on-the-way-out-and-sooner-than-you-might-think/">decline of 7-day-a-week print editions</a>, but even digital-first news organizations may decide that they don’t need the eyeballs from churning content, and would prefer the loyalty of subscribers earned from infrequent but deep reporting. Maybe it would be a boon to have a news org that only focuses on press releases dropped on Friday evenings. Such an org wouldn’t compete with the breaking news of the AP, but it could become a highly sought-after weekly visit rich with sponsors and members.</p>



<p>A third area of change might be the dropping of relatively young trends or traditions, which have only come of age recently. During our nomadic years we’ve seen the rise of millennial media news organizations, mostly venture-backed and reliant on social media platforms for distribution. In retrospect, our worship of the “pivot to video” could be seen as a false idol moment. It’s definitely something we’ve lived through and has played a formative role for any journalist coming of age in the last 15 years, but I wonder if some of the newer habits from these orgs will stand the test of time. These organizations&nbsp;<a href="https://www.theawl.com/2013/01/take-a-minute-to-watch-the-new-way-we-make-web-headlines-now/">changed the way we wrote headlines</a>&nbsp;and the traditional career arc (go straight to New York, do not stop in a small market first, do not collect print clips) and more. But I suspect many of these traditions will revert or morph. Whereas elements of this fad will become a part of journalism going forward, others may end up watered down as new, more fit traditions take their place.</p>



<h3>What we can’t stand to lose</h3>



<p>If that’s what we can leave behind, what is our Torah? What are the traditions and norms we should strap to our back and carry through the wasteland no matter what? This is the most important question for journalists today, because ultimately this will be our legacy – what we carry forward. What I most value about this framing is it brings us back to first principles. What is journalism for?</p>



<p>It’s worth noting that this is precisely where the best arguments should be had. While I offer suggestions, I don’t think any one person can be the arbiter of truth here. At one time most journalists would have listed “<a href="https://www.americanpressinstitute.org/journalism-essentials/bias-objectivity/lost-meaning-objectivity/">objectivity</a>” as an immediate keeper, but even that value is&nbsp;<a href="https://www.nytimes.com/2021/10/10/business/journalists-objectivity.html">under attack as something to drop in the sands of time</a>. I’ve even been part of a startup that tried to&nbsp;<a href="https://www.niemanlab.org/2015/06/one-thing-we-can-learn-from-circa-a-broader-way-to-think-about-structured-news/">imagine journalism without the confines of “the article</a>” as the core unit of information. Nothing should be taken for granted and everything must prove its worth. That’s our generation’s calling. We are the funnel through which values and traditions must pass and we should not take that responsibility lightly.</p>



<p>What do you, reader, think are the values and traditions journalism can leave behind and what should we clutch close to our chest?</p>
]]></content:encoded>
					
					<wfw:commentRss>http://blog.digidave.org/2022/01/what-journalists-can-leave-behind-on-our-way-to-the-promised-land/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>In 2022, revenue will return to news organizations in style</title>
		<link>http://blog.digidave.org/2021/12/in-2022-revenue-will-return-to-news-organizations-in-style</link>
					<comments>http://blog.digidave.org/2021/12/in-2022-revenue-will-return-to-news-organizations-in-style#respond</comments>
		
		<dc:creator><![CDATA[Digidave]]></dc:creator>
		<pubDate>Wed, 22 Dec 2021 20:00:13 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blog.digidave.org/?p=4757</guid>

					<description><![CDATA[Originally published at Poynter by David Cohn Glossy brands are situated for an increase in digital shopping, but it isn’t just for them. Local media&#8230;]]></description>
										<content:encoded><![CDATA[
<p>Originally <a href="https://www.poynter.org/business-work/2021/in-2022-revenue-will-return-to-news-organizations-in-style/">published at Poynter</a> by David Cohn</p>



<h2>Glossy brands are situated for an increase in digital shopping, but it isn’t just for them. Local media organizations can offer their own twist.</h2>



<figure class="wp-block-image"><img src="https://www.poynter.org/wp-content/uploads/2021/12/AP_17224060017369.jpg" alt=""/><figcaption>In this Friday, Aug. 11, 2017, photo, co-owner Daniel Franzese poses for a photo at &#8220;The Winston Box&#8221; showroom in Gardena, Calif. The Winston Box is a monthly subscription box that designs and makes its own clothes for big guys. (AP Photo/Damian Dovarganes)</figcaption></figure>



<p>In 2022, people will adjust to the new normal. The pandemic that started in 2020 will begin to fade. That’s not to say all the problems in its wake will be solved, but the public will adjust and move on. News organizations will have to do the same.</p>



<p>With the shift to the new normal comes lots of opportunities. One that I think is poised to grow in 2022 is how local and national media organizations will diversify revenue strategies, specifically by leaning into e-commerce.</p>



<p>In August 2021, Esquire magazine&nbsp;<a href="https://www.esquire.com/style/mens-fashion/a37294945/bespoke-post-esquire-box-issue-one/">teamed up with Bespoke</a>, a monthly subscription service of curated goods. The collaboration offered a perfect cross-marketing opportunity. Esquire could bring its discerning taste and audience with Bespoke providing the infrastructure to do regular&nbsp;<a href="https://www.bespokepost.com/esquire">co-branded monthly collections</a>&nbsp;shipped directly to their home. This isn’t a “shop” button on the Esquire homepage. That would sully the site with 2009 style e-commerce. This is “an experience” with editorial edge.</p>



<p>We’ve been in a vast unbundling phase that began with Craigslist and today is marked by cable unbundling for Netflix and Hulu. But as former Digiday president and editor-in-chief&nbsp;<a href="https://twitter.com/bmorrissey/status/1455536051532046336">Brian Morrissey often says</a>, “Unbundling phases in media quickly give way to rebundling.” That rebundling, however, never looks exactly like its historical analog. For news publishers, part of the rebundling could include a shopping experience.</p>



<p><a href="https://digiday.com/media/how-publishers-are-introducing-and-growing-product-box-programs/">Digiday noted</a>&nbsp;that, this November,&nbsp;<a href="https://thebeautyseason.com/">InStyle</a>&nbsp;and&nbsp;<a href="https://visa-v.myshopify.com/">The Cut</a>&nbsp;both created their first product boxes just as Eater and Group Nine celebrated the 1-year anniversary of their own product boxes. Each publication’s box has their own on-brand flavor to match its audiences. These products offer a tangible way for magazine brands to uplift their advertisers, serve readers/customers and generate recurring revenue. One fell swoop. Not bad!</p>



<h1>The local product box</h1>



<p>While glossy brands are situated perfectly for the increase in digital shopping, this style of revenue isn’t just for them. Local media organizations can have their own twist.</p>



<p>A local publication that understands its community is in the perfect position to leverage its business relationships to put itself at the center of commerce. I fully expect a local publication to create a cookbook from local chefs replete with discounts to brick-and-mortar restaurants. Other ideas include a “shop local gift giving guide” (too late for December 2021, but get ready for Valentine’s Day), or perhaps it’s tickets to local events, which are finally making a comeback —&nbsp;and readers might value a discount/commitment to one event a month.</p>



<p>We talk about “service journalism,” but we forget that many of these services don’t have to be “Big J” journalism. The newspaper of old had classifieds, public notices, crosswords, job adverts, apartment listings, and more. All of these were services. Newspapers had coupons and other deals to help shoppers. Today, the service isn’t in finding a deal. We have Amazon for that. But newspapers can create a sense of curation and editorial finesse to make a shopper feel like they’re getting quality and participating in their community. Anyone can consume, but it takes somebody in the know to shop!</p>



<p>As always, the tough legwork will be in fostering the relationships between the restaurants, candy stores or other local businesses and explaining the value. But, this isn’t your grandmother’s advertising. This is selling a real product, which means advertisers can turn into revenue partners as well. Everyone is looking for ways to compete with the DoorDashes, Amazons and Zooms of our new distributed reality. Local news publishers actually outfox their digital counterparts with the right product fit and marketing.</p>



<p>Imagine: “Sign up for ‘Food Week’ and we’ll deliver a meal to you from these 5 restaurants M-F, limited to the first x people who sign up. $130.” It lacks some of the convenience and user experience of food delivery apps, but it creates an experience and that’s part of what people pay for.</p>



<p>Much will be afoot in 2022. One area that I hope publishers can ground themselves will be in exploring direct revenue. Subscriptions and membership is the obvious and low-hanging fruit, to be sure, but I believe publishers who branch out and expand what their “products” are can find new direct revenue.</p>



<p>In 2022, ask yourself: What’s your box and how many people will order it?</p>
]]></content:encoded>
					
					<wfw:commentRss>http://blog.digidave.org/2021/12/in-2022-revenue-will-return-to-news-organizations-in-style/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Five lessons every media innovator needs to learn</title>
		<link>http://blog.digidave.org/2021/11/five-lessons-every-media-innovator-needs-to-learn</link>
					<comments>http://blog.digidave.org/2021/11/five-lessons-every-media-innovator-needs-to-learn#respond</comments>
		
		<dc:creator><![CDATA[Digidave]]></dc:creator>
		<pubDate>Fri, 19 Nov 2021 18:38:21 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blog.digidave.org/?p=4754</guid>

					<description><![CDATA[First published at Journalism.co.uk Many companies are embracing &#8216;startup thinking&#8217; to launch their own products&#160;and&#160;a growing number of journalists are going solo. Here are the&#8230;]]></description>
										<content:encoded><![CDATA[
<h2><a href="https://www.journalism.co.uk/news/five-tips-on-leading-tech-and-media-r-d/s2/a876990"><strong>First published at Journalism.co.uk</strong></a></h2>



<p><a href="https://www.journalism.co.uk/news/axel-springer-is-betting-on-audio-for-long-term-sustainability/s2/a874646/">Many companies are embracing &#8216;startup thinking&#8217; to launch their own products</a>&nbsp;and&nbsp;<a href="https://www.journalism.co.uk/podcast/newsrewired-special-angie-lau-founder-of-forkast-news-on-developing-a-business-mindset/s399/a869082/">a growing number of journalists are going solo</a>. Here are the top lessons I have learned during my career in research and development &#8211; usually referred to as R&amp;D &#8211; where most of the innovation happens around new products and services. Startups especially must create and sustain this culture of experimentation.</p>



<p>For the last six years, I have been a senior director of the Alpha Group, an internal incubator at Advance Publications with the aim to build startups in tech and media. Adding this to my years in startups and I have got 20 years of experimenting at the particularly rough intersection of technology and media.</p>



<h2>&#8220;Ideas are cheap, execution is everything&#8221;</h2>



<p>You do not need exact coordinates when you start to chase down an idea.</p>



<p>It is great to have a general sense of important trends and tech. But in the end, lots of people can come up with the same conclusions. What matters are the details both from a product perspective but also an operational one. What you need need to figure out is how to get somewhere specific and meaningful.</p>



<p>I have seen startups blow up because the founders could not sit in the same room, or the product did not have any user input, or the business just did not add up. These were all &#8220;good&#8221; startup ideas. Their markets have since been validated. It was the execution that was off.&nbsp;</p>



<p>The only major upside of going through bad execution is that you build a &#8220;spidey-sense&#8221; to recognise it earlier next time. The startup space has a history of &#8220;fake it till you make it&#8221;. Perhaps those days are coming to an end&nbsp;<a href="https://www.cnbc.com/2021/11/16/brian-grossman-says-holmes-lied-about-theranos-finger-prick-tech.html">with the trial of Theranos</a>, the blood-testing technology company which lied about its finger-prick tech and military use.</p>



<p>The bottom line is: trust your gut feeling when it tells you when your execution is lacking and rationalise from it. It is easy to ignore but invaluable to pay attention to. After all, ideas are cheap but the execution is everything.</p>



<h2>Network effects are real</h2>



<p>The value of a service increases as more people use it. We call this phenomenon&nbsp;<a href="https://www.investopedia.com/terms/n/network-effect.asp">&#8216;network effects&#8217;</a>. And it is very real.</p>



<p>The Instagram account&nbsp;<a href="https://www.instagram.com/friday.beers/">Friday Beers</a>&nbsp;got a rough start using a product the Alpha Group built that let content creators produce easy video memes. Years (and 1.4M followers) later when we created Subtext,&nbsp;<a href="https://www.journalism.co.uk/podcast/innovative-us-local-newsroom-strategies-san-francisco-chronicle-and-l-a-taco-on-sms/s399/a858854/">which lets content creators text directly with their audience</a>, it made sense for us to reach back out to Friday Beers. That product makes a lot more sense for them, and now they use Subtext to&nbsp;<a href="https://joinsubtext.com/beerlifesports">text out sports betting advice</a>.</p>



<p>Network effects exist at multiple levels. In the startup arena, social media sites are the first thing people think of when you say &#8220;network effects,&#8221; perhaps citing&nbsp;<a href="https://www.peterfisk.com/2020/02/metcalfes-law-explains-how-the-value-of-networks-grow-exponentially-there-are-5-types-of-network-effects/">Metcalfe&#8217;s law</a>. But network effects are real in business relationships, hiring, building trust, and more.</p>



<p>The point of all of this is that the process is cyclical. If you help your clients to grow, their expanding user base will also mean there will be more opportunities for you. And as more people hear about and use your product, the more it will develop over time.The more positive business relationships you build with coworkers will lead to better working relationships with more people down the road.</p>



<h2>&#8220;Keep your head down&#8221;</h2>



<p><a href="http://blog.digidave.org/2010/10/lessons-in-entrepreneurship-keep-your-head-down">I learned this one early</a>. My first startup &#8220;Spot.Us&#8221; was a crowdfunding site for journalists. At the time, crowdfunding was still a new concept. My claim to fame was that Spot.Us launched before Kickstarter, which popularised the concept of crowdfunding. But here is the lesson: &#8220;don&#8217;t get distracted by your competitors&#8221;.</p>



<p>As technology overturns every sector, the odds that you are the first or only disruptor is slim-to-none. But just because there is somebody else in your niche does not mean you cannot both be successful. And even if you truly believe it is a winner-take-all game, focusing on what your competitor is doing will not improve your product, networks, execution or ideas.</p>



<p>Yes, it is a good idea to keep tabs on competitors. You can even be inspired by them. Just avoid turning it into a dog fight unless you need to. Nine times out of ten, you can avoid going toe-to-toe and let the best product/experience win. Even better, it can be a rising tide that lifts all boats. There will be competition. There will be projects that graze, overlap, or downright sit right on top of your project. The challenge is to choose your battles.</p>



<h2>Lead from the back</h2>



<p>Leaders often think they have to risk literal life-and-limb (via no sleep, friends or love) to prove they are worthy of a leadership role. This is a recipe for burnout and it will not actually rally the troops. You have to be at 100 per cent every day.</p>



<p>If you go 120 per cent and burn out this inevitably means you will be at 80 per cent for a week while you recover. You are not Superman. It is okay to find a sustainable 100 per cent.</p>



<p>More to the point, you should express this to your team(s). &#8220;Don&#8217;t be a hero&#8221; is what I tell people. Be your best, but do not be a hero. We need you for the next fight and the one after that too. Most importantly, everyone wants to find a way to lead. The best part about working on a startup is the opportunity to grow. Do no take that opportunity away from other people because you felt the need to climb every mountain. Are there times to do a war-cry and charge? Sure. But as with most of my lessons, moderation is a virtue.&nbsp;</p>



<h2>Stop debating, start testing</h2>



<p>We have all heard of going for the &#8220;MVP&#8221; &#8211;&nbsp;<a href="https://www.techopedia.com/definition/27809/minimum-viable-product-mvp">the minimum viable product</a>&nbsp;&#8211; where a new product or website is developed with enough features to work for early adopters. Feedback from this initial group is used to design a final product. But why? The reason for this is because a rule of the internet is that it is ultimately cheaper and easier to try something than it is to debate about whether or not to try something.</p>



<p>I learned this early on in my consulting days when there would be meetings with the entire editorial staff to debate whether or not a news organisation should start a Twitter account. Today that is a silly question but we spent a lot of cycles and meetings to schedule meetings to have the real meeting to talk about starting said account. A free account nonetheless.</p>



<p>When we launched Subtext our first MVP was actually just a burner phone. We got Joe Eskenazi, a reporter&nbsp;<a href="https://joinsubtext.com/joe">who still texts about San Francisco politics today</a>, and we invited him into our slack. Every morning he would slack me what to text out and I would send it out. The burner phone could only send 10 texts at a time, so in batches of 10 I texted over 400 subscribers. If they responded, I would send it to Joe and he would slack me back what to reply with. It is an MVP we are particularly proud of because the cost was minimal and the user experience was still very solid.&nbsp;</p>



<h2>Final thoughts</h2>



<p>There is no substitute for first-hand experience. No amount of Gary Vee YouTube videos can give you the intuition about execution. No Substack essay can give you the peace of mind to keep your head down. Like most life lessons, these have to be experienced, absorbed, and re-articulated. Prepare now, because lessons are coming your way.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://blog.digidave.org/2021/11/five-lessons-every-media-innovator-needs-to-learn/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How pandemic uncertainty sparked innovation in the media industry</title>
		<link>http://blog.digidave.org/2021/10/how-pandemic-uncertainty-sparked-innovation-in-the-media-industry</link>
					<comments>http://blog.digidave.org/2021/10/how-pandemic-uncertainty-sparked-innovation-in-the-media-industry#respond</comments>
		
		<dc:creator><![CDATA[Digidave]]></dc:creator>
		<pubDate>Wed, 20 Oct 2021 17:48:25 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blog.digidave.org/?p=4751</guid>

					<description><![CDATA[First published at What&#8217;s New in Publishing, written by me. They say necessity is the mother of invention. It’s a truism that can be traced&#8230;]]></description>
										<content:encoded><![CDATA[
<p>First <a href="https://whatsnewinpublishing.com/how-pandemic-uncertainty-sparked-innovation-in-the-media-industry">published at What&#8217;s New in Publishing</a>, written by me. </p>



<p>They say necessity is the mother of invention. It’s a truism that can be traced back as far as Plato, who said in The Republic, “Our need will be the real creator.”&nbsp;</p>



<p>Pretty much anyone who has lived through COVID-19 would trade the last 20 months for, well … just about anything. But decades or even generations from now, historians will dispassionately examine this time not for the devastation it wrought, but for the societal-level transformations that took place in its wake.</p>



<h3>The rally for independent local news</h3>



<p>With media having its own “Theranos moment”&nbsp;<a href="https://www.nytimes.com/2021/09/26/business/media/ozy-media-goldman-sachs.html">in the form of Ozy Media</a>, one area that is ripe for rejuvenation is local media, a polar opposite to the millennial branded, venture capital-backed media organizations of the 2010’s.</p>



<p>Two organizations that speak directly to rebirth at the local level are LION —&nbsp;Local Independent Online News Publishers&nbsp;— and News Catalyst. When talking about local news, New York University journalism professor&nbsp;<a href="https://twitter.com/jayrosen_nyu/status/1370484430557442048">Jay Rosen said</a>, “When there is no more profit to be won by cutting quality, firing people and raising prices for a (worse) product, the financializers will abandon the franchise and Indy publishers will take root.”&nbsp;</p>



<p>Like many things in the fallout of the pandemic, it’s not the trajectory that is new, but the velocity of change. Both LION and News Catalyst predate COVID-19, but it was during this trial they announced the Tiny News Collective, an effort to launch 500 new local news organizations within three years. “<a href="https://tinynewsco.org/faq">The project will</a>&nbsp;offer entrepreneurial journalists a tech stack, business training, legal assistance, and back-office services like payroll for around $100 a month.”</p>



<p>In the aftermath of every forest fire is new life, but it can take many seasons before that beauty becomes apparent. The Tiny News Collective is an innovative way to spread the seeds of local independent online news publishers and perhaps it’s an approach that never would have come forth had it not been for Covid.&nbsp;</p>



<h3>Moving from eyeballs to community</h3>



<p>Content is still king, but community is queen. In chess, the king is the most important piece, without which you lose the game, but the queen is the most powerful piece and often predicts the winner. Another major transition for the industry is a shift in revenue away from an emphasis on eyeballs and monetizing through ads to direct revenue through community. As we return to our new normal this is a space where we can expect a ton of creative destruction. We see it already at the individual content creator level, with major platforms (Facebook, Twitter, etc.) recognizing that they have to offer creators the means to directly monetize their niche/small audience&nbsp;<a href="https://about.fb.com/news/2021/06/introducing-bulletin-a-platform-for-independent-writers/">through Facebook Bulletin</a>&nbsp;and&nbsp;<a href="https://help.twitter.com/en/using-twitter/revue">Twitter’s Revue</a>.&nbsp;</p>



<p>That this trend is&nbsp;<em>just</em>&nbsp;hitting the major platforms means it’s large enough to take seriously, but still has plenty of room to grow. It’s also possible that it’s just not in the DNA of the algorithmically based platforms to get this right. If that’s true — large media organizations like The New York Times have a chance to finally get one up&nbsp;<a href="https://www.businessinsider.com/new-york-times-responds-to-the-substack-boom-2021-4">on their frenemies: the platforms</a>. This also begs the question of how media organizations will navigate the changing power dynamics between their own brand and that of their staff.</p>



<h3>Events in the 21st Century&nbsp;</h3>



<p>Events organized by news organizations, once an innovation unto itself, had to be re-thought during Covid. For more than a decade Technical.ly organized in-person quarterly stakeholder meetings with a dozen or so readers in every city they publish. It was an opportunity to get regular, qualitative feedback from readers. In the absence of in-person events CEO Chris Wink said the business publication spun out several virtual versions including AMAs in their public Slack community, more reporter-led virtual chats and several small learning communities.&nbsp;</p>



<p>Publications across the country like Scalawag Magazine and Radio Ambulante used events not only to connect with readers and provide a service, these events served as sources of revenue too. And of course – the “socially distanced event” is an innovation that only Covid could have spawned. It’s a practice that is&nbsp;<a href="https://localnewsinitiative.northwestern.edu/posts/2021/05/04/events-in-the-pandemic/index.html">actively being refined</a>&nbsp;and defined with journalists sharing tips and tricks through professional slack communities in the hopes that collectively we can create an experience worth virtually attending. It looks very promising as one&nbsp;<a href="https://www.poynter.org/locally/2021/the-pandemic-didnt-wreck-news-outlets-hopes-for-events-far-from-it-in-some-cases/?utm_source=Daily+Lab+email+list&amp;utm_campaign=ab7661b2d3-dailylabemail3&amp;utm_medium=email&amp;utm_term=0_d68264fd5e-ab7661b2d3-396056625">Poynter article notes</a>&nbsp;“While in-person events went on the shelf, many local news outlets made an impressive shift to virtual, sometimes even ramping up their level of connection to their audience.”&nbsp;</p>



<p>I do believe the emerging art of virtual events is something that will continue to evolve through 2022 and will be another innovation we can credit to the pandemic.</p>



<h3>In conclusion</h3>



<p>We started with a truism, so perhaps it’s best to end with one as well. “Every generation thinks it’s the end of the world.” Covid will not be the end of journalism. Just like the biological adaptations that persist through time, the changes that serve journalism best in our “new normal” environment will be the innovations that keep us keeping on.</p>



<p><strong>David Cohn</strong><br>Co-Founder and Chief Strategy Officer, Subtext</p>



<p><strong>About</strong>:&nbsp;<a rel="noreferrer noopener" href="https://joinsubtext.com/" target="_blank">Subtext</a>&nbsp;is an award-winning conversation platform that connects&nbsp;creators and subscribers&nbsp;through text messaging. By making direct connections with their fans,&nbsp;Subtext hosts have the ability to communicate one on one or at scale free from the toxicity of social platforms and the clutter of email.&nbsp;Subtext customers include INFLCR, Sony Music, Condé Nast, USA Today Network, CNET, and IRONMAN.&nbsp;Subtext is the fourth product spinout from The Alpha Group, a successful incubator for new technology and media properties inside Advance.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://blog.digidave.org/2021/10/how-pandemic-uncertainty-sparked-innovation-in-the-media-industry/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How NFTs Could Lead to A Serious Business Opportunity for News Organizations</title>
		<link>http://blog.digidave.org/2021/10/how-nfts-could-lead-to-a-serious-business-opportunity-for-news-organizations</link>
					<comments>http://blog.digidave.org/2021/10/how-nfts-could-lead-to-a-serious-business-opportunity-for-news-organizations#respond</comments>
		
		<dc:creator><![CDATA[Digidave]]></dc:creator>
		<pubDate>Wed, 20 Oct 2021 17:47:18 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blog.digidave.org/?p=4749</guid>

					<description><![CDATA[First published at Nieman Reports, written by me. The media&#8217;s first step into blockchain may be a dead end, but what grows out of it&#8230;]]></description>
										<content:encoded><![CDATA[
<p>First <a href="https://niemanreports.org/articles/how-nfts-could-lead-to-a-serious-business-opportunity-for-news-organizations/">published at Nieman Reports</a>, written by me.</p>



<h3>The media&#8217;s first step into blockchain may be a dead end, but what grows out of it could have impact</h3>



<figure class="wp-block-image"><img src="https://niemanreports.org/wp-content/uploads/2021/08/AP_21168089081639-scaled.jpg" alt="Hand holding phone with NFT image"/><figcaption>In this photo illustration, a NFT (Non-fungible token) logo seen displayed on a smartphone.&nbsp;Photo by Rafael Henrique / SOPA Images/Sipa USA (Sipa via AP Images)</figcaption></figure>



<p>Circa 2015 the phrase “pivot to video” became popular in the news industry. Organizations were indeed leaning into video, but fast forward just a couple of years, and the catchy phrase had become a tongue-in-cheek joke. It had become clear that video wasn’t going to be any kind of&nbsp;<a href="https://www.vanityfair.com/news/2018/10/was-the-medias-big-pivot-to-video-all-based-on-a-lie">panacea</a>. The jump into video was in truth a leap of faith. It had immediate consequences, like&nbsp;<a href="https://www.theatlantic.com/technology/archive/2018/10/facebook-driven-video-push-may-have-cost-483-journalists-their-jobs/573403/">layoffs</a>, but we pursued the strategy nonetheless in the hopes that social media platforms like Facebook would catch us before we fell.</p>



<p>Today news organizations like&nbsp;<a href="https://www.theverge.com/2021/3/25/22350663/new-york-times-nft-auction-half-million-dollar-article-charity">The New York Times</a>,&nbsp;<a href="https://www.theverge.com/2021/3/22/22344403/time-nft-auction-is-fiat-dead-cover">Time magazine</a>,&nbsp;<a href="https://qz.com/1984094/quartz-is-selling-the-first-ever-nft-news-article/">Quartz</a>, and others are selling NFTs or “non-fungible tokens.” While they are bringing in a pretty penny, this buzzword vault into blockchain, while worthy of criticism, could in retrospect be the opposite of the infamous “pivot to video.”</p>



<p>The “pivot to NFTs” is subdued, and everyone already recognizes that its current instantiation is limited and probably a cash grab. I would argue, however, that over time the dipping of toes that is happening now into blockchain technology, via NFTs, could end up becoming a rich ecosystem where the news industry finds an interesting and viable path forward.</p>



<p>Simply put, an NFT proves ownership of a unique digital asset. Whereas one bitcoin has the same value and can be swapped one for one with another bitcoin, an NFT’s value is in the eye of the beholder. Hence, NFTs are very popular in the arts and sports memorabilia sectors.</p>



<p>How does this translate to journalism?</p>



<h2>Step 1: Sell your headline</h2>



<p>There’s a closet in my parents’ house that is filled with copies of historic editions of the Los Angeles Times, covering events including 9/11, the election of Barack Obama, the Los Angeles riots of ‘92, and so on. Certainly, not every headline is precious, but one thing that can drive value up is scarcity. Imagine if my mother had the ONLY copy of these Los Angeles Times editions. With every article published, news organizations can create an NFT and, with digital scarcity now enforceable, perhaps there will be buyers, too.</p>



<p>A fair critique of this development, and one that I share, is that headlines turned NFTs by news organizations is a quick buck, serving an audience that doesn’t really care about the news, but wants assets they hope to flip. In short, it’s a bubble. The long-term “market” for headlines is probably few and far between, with the exception of rare and historic moments. Even then, I suspect the NFTs of headlines will serve the needs of a small, elite and wealthy audience.</p>



<p>But perhaps there could be more to the story? Much like the early adoption of the internet, our industry tends to skate along the surface of new technology without fully recognizing the tectonic shifts that are beginning to form. What’s the next step to add value to these NFTs?</p>



<h2>Step 2: Build the value</h2>



<p>Tickets to events are also non-fungible. They may grant you access to the same event, but you wouldn’t swap courtside tickets for seats in the nosebleed section. They just aren’t equal.</p>



<p>Embedded in NFTs is the ability not only to sell an asset, but to sell access. “GaryVee” has done this with his “<a href="https://veefriends.com/">VeeFriends</a>.” People aren’t necessarily purchasing his doodles because they think he’s a great artist, but because of the benefits these tokens can bestow within his community, including multiyear access to the annual VeeCon conference, among other things.</p>



<p>Along these lines, the USA Today Network&nbsp;<a href="https://twitter.com/RaySotoTech/status/1409856287848927234">auctioned</a>&nbsp;its first NFT, and it&nbsp;<a href="https://www.usatoday.com/in-depth/opinion/2021/06/29/raymond-soto-my-experience-touring-kennedy-space-center/7784390002/">included</a>&nbsp;“an exclusive behind-the-scenes Space Coast tour with Florida Today Space Reporter Emre Kelly.” As reported in the Press Gazette, in addition to selling this NFT for more than $8,000,&nbsp;<a href="https://www.pressgazette.co.uk/media-nfts-gannett/">Gannett CEO Mike Reed</a>&nbsp;said that NFTs could represent “a new business opportunity for Gannett [USA Today’s owner] as we see how this space continues to develop and how our incredible archives could be monetized in new marketplaces.” By including a “Space Coast tour” as part of the NFT, USA Today has already taken NFTs from “trinkets” to “tickets.”</p>



<p>While a step in the right direction, it’s still fair to say this isn’t game changing. News organizations can already sell tickets to events. But perhaps the rabbit hole goes even further? I would argue by making NFTs more than just assets, but also tickets, news organizations have dipped their toenails into a new type of audience and community engagement. Enter the DAO.</p>



<h2>Step 3: Build the community</h2>



<p>Another feature of blockchain technology is the ability to write rules for how tokens (scarce digital assets) can be used and exchanged. These “smart contracts” can become the backbone of a DAO (<a href="https://en.wikipedia.org/wiki/Decentralized_autonomous_organization">Decentralized Autonomous Organization</a>).</p>



<p>Imagine a series of rules written into code that govern relationships between people who may never actually meet or converse. While everyone may be operating in their own self-interest, incentives and structures enable an “organization” to emerge. There are lots of practical applications for these smart contracts, including&nbsp;<a href="https://www.gemini.com/cryptopedia/aave-flashloans">giving and receiving loans</a>,&nbsp;<a href="https://dao.casino/">making bets</a>, and even&nbsp;<a href="https://twitter.com/oneseventwonine/status/1410297461646585856">incorporating</a>.</p>



<p>In terms of audience engagement, practices like “<a href="https://www.niemanlab.org/2020/03/how-engagement-reporting-is-helping-propublica-journalists-find-their-next-big-story/">callouts</a>” still require a centralized organization or even an individual to make sense of contributions from the public. With DAOs, we can begin to ask questions like, how does audience engagement evolve if participation is codified?</p>



<p>Think about what Coral, which uses open-source tools to help journalists and communities engage,&nbsp; has done for the comment section of websites by applying unique technology and incentives. Now imagine a system of rules that touches every level of how a person can contribute to an organization. In this world, owning an NFT isn’t just about having an asset worth money; it’s permission to contribute at various levels, access to edit, proof that something has been edited, and/or perhaps even a seat at the table for governance. (To be clear, this isn’t about ceding editorial control or creating pay-to-play schemes at legacy news organizations. It’s about creating sustainable platforms that can bring people together.)</p>



<p>Let’s look at “<a href="https://mirror.xyz/">Mirror</a>,” which states, “Joining Mirror does not only make you a community member. It makes you a co-owner of the platform. As a result, our platform is a sum of our contributors.” You can only publish on Mirror if you have a token, and each week token holders vote on what writer(s) will join their cadre. If two or more writers work on a story together, the revenue—derived from cryptocurrency or crowdfunding—can be split among them. Mirror is similar to a Substack: contributors own what they create. Currently, it’s a straightforward DAO with simple governance rules, but we can imagine all kinds of added layers.</p>



<p>Some tokens might be just for the public, giving them access to read and comment. In the case of Mirror, other more “rare” tokens might be for freelancers who have earned the right to contribute columns. Maybe even more rare tokens bestow the privilege to edit other contributors’ content. Financial rewards could be built into the acceptance of work at various stages, all predetermined with the goal of keeping the organization moving forward with correct incentives.</p>



<p>This kind of organization to a reader would look like any other media site. It could cover any topic. What would make it unique is how it functions. To create the content, people would take actions to complete contracts, which would act as guides for how to be productive in the network. Is there an editor in chief or a publisher? That would vary depending on the specific DAO’s code, which would be transparent for all to see.</p>



<p>Today the audience trusts a news organization based on its brand. They participate with the news in limited and often unstructured ways. A news organization built as a DAO would gain trust based on the transparent and coded rules of participation and its outcomes.</p>



<p><a href="https://crypto.plainenglish.io/what-journalists-got-wrong-about-blockchain-5f0dfb1e545f">What many journalists misunderstand is that blockchain technology isn’t about money</a>. It’s fundamentally about truth, transparency, and participation. It’s still very early in this space and not only will there be misses (Civil was too early, among other issues) but, if we’re honest, it’s too early to know how it will all play out.</p>



<p>The early internet pioneers pictured a decentralized utopia built on top of the web. There was a moment when it felt like things were on that track. It’s possible blockchain technology could end up becoming just as fraught and centralized as social media today. News organizations that play in the space now may not hit the nail on the head, certainly not at first. But they are paving the way for us as an industry to explore what the news could be as technology continues to become the message.</p>



<p><em>David Cohn is a cofounder of Subtext (<a href="http://joinsubtext.com/">JoinSubtext.com</a>) and a senior director of the R&amp;D team at Advance known as “The Alpha Group.”</em></p>
]]></content:encoded>
					
					<wfw:commentRss>http://blog.digidave.org/2021/10/how-nfts-could-lead-to-a-serious-business-opportunity-for-news-organizations/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
