Case Study - AI or Die

Before the Pre-Sold Author Package was ever offered to an outside author, the founders ran the full package on themselves. AI or Die launched 2026-06-24. The metrics on this page refresh hourly.

Author
Brett K Moore + Mike Partners
Service
Pre-Sold Author Package
Status
Launched 2026-06-24

The anchor case study

Before the Pre-Sold Author Package was ever offered to an outside author, Brett K Moore and Mike Partners ran the full package on themselves. Same book pipeline through Legacy Publishing. Same podcast-driven audience build. Same knowledge panel work. Same waitlist mechanics. If the sequence had not produced the outcomes, we would have rebuilt it before taking a single outside author's payment.

The launch, happening now

The book launched 2026-06-24. What you see below is not a projection or a retrospective assembled after the fact. It is the launch in progress, and it refreshes hourly.

Live data

Refreshes hourly

Day in market

--

Amazon Best Sellers Rank

Publisher metrics pending

--

Goodreads rating

Book launched June 24. What you're seeing is the launch, happening now, not a retrospective. Publisher sales metrics are reported by the publisher and stay pending here. Sparse numbers on day nine-plus are what a real launch looks like at this stage.

Connecting to live sources…

The actual JSON-LD behind the entity

This is the Book entity as it ships in this page's own structured data. Google reads exactly this.

{
  "@context": "https://schema.org",
  "@type": "Book",
  "@id": "https://podcastnetwork.org/book/#book",
  "name": "AI or Die",
  "alternateName": "AI or Die: The Playbook for AI-Native Business",
  "url": "https://podcastnetwork.org/book/",
  "description": "The co-authored book by Brett K Moore and Mike Partners on building AI-native businesses. Anchor case study for the Pre-Sold Author Package, published under the Legacy Publishing JV.",
  "abstract": "AI or Die argues that the businesses that survive the next decade are the ones that rebuild themselves as AI-native from the operator layer down. Written by two operators running seven businesses under one AI-native architecture, the book documents the playbook that got them there.",
  "identifier": [
    {
      "@type": "PropertyValue",
      "propertyID": "ISBN-13",
      "value": "{{ISBN_13}}"
    },
    {
      "@type": "PropertyValue",
      "propertyID": "ISBN-10",
      "value": "{{ISBN_10}}"
    },
    {
      "@type": "PropertyValue",
      "propertyID": "ASIN",
      "value": "{{ASIN}}"
    }
  ],
  "bookFormat": "https://schema.org/Hardcover",
  "numberOfPages": 288,
  "inLanguage": "en-US",
  "author": [
    {
      "@id": "https://podcastnetwork.org/about/#brett-k-moore"
    },
    {
      "@id": "https://podcastnetwork.org/about/#mike-partners"
    }
  ],
  "publisher": {
    "@type": "Organization",
    "@id": "https://legacypublishing.com/#organization",
    "name": "Legacy Publishing",
    "url": "https://legacypublishing.com/",
    "sameAs": [
      "https://www.wikidata.org/wiki/{{WIKIDATA_Q_NUMBER_LEGACY}}"
    ]
  },
  "copyrightYear": 2026,
  "copyrightHolder": [
    {
      "@id": "https://podcastnetwork.org/about/#brett-k-moore"
    },
    {
      "@id": "https://podcastnetwork.org/about/#mike-partners"
    }
  ],
  "image": [
    "https://podcastnetwork.org/book/cover-3x4.jpg",
    "https://podcastnetwork.org/book/cover-1x1.jpg",
    "https://podcastnetwork.org/book/cover-16x9.jpg"
  ],
  "genre": [
    "Business",
    "Artificial Intelligence",
    "Entrepreneurship"
  ],
  "keywords": "AI-native operator, AI business, Claude, GPT, agentic workflow, seven businesses, portfolio operator, Pentatype, AI Expert OS",
  "workExample": [
    {
      "@type": "Book",
      "@id": "https://podcastnetwork.org/book/#hardcover",
      "bookFormat": "https://schema.org/Hardcover",
      "isbn": "{{ISBN_13_HARDCOVER}}",
      "potentialAction": {
        "@type": "ReadAction",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://www.amazon.com/dp/{{ASIN_HARDCOVER}}",
          "actionPlatform": [
            "http://schema.org/DesktopWebPlatform",
            "http://schema.org/MobileWebPlatform"
          ]
        },
        "expectsAcceptanceOf": {
          "@type": "Offer",
          "eligibleRegion": [
            {
              "@type": "Country",
              "name": "US"
            },
            {
              "@type": "Country",
              "name": "CA"
            },
            {
              "@type": "Country",
              "name": "GB"
            }
          ],
          "category": "purchase"
        }
      }
    },
    {
      "@type": "Book",
      "@id": "https://podcastnetwork.org/book/#ebook",
      "bookFormat": "https://schema.org/EBook",
      "isbn": "{{ISBN_13_EBOOK}}",
      "inLanguage": "en-US"
    },
    {
      "@type": "Book",
      "@id": "https://podcastnetwork.org/book/#audiobook",
      "bookFormat": "https://schema.org/AudiobookFormat",
      "readBy": [
        {
          "@id": "https://podcastnetwork.org/about/#brett-k-moore"
        },
        {
          "@id": "https://podcastnetwork.org/about/#mike-partners"
        }
      ],
      "duration": "PT8H30M"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "@id": "https://podcastnetwork.org/book/#rating",
    "ratingValue": "{{AGGREGATE_RATING_VALUE}}",
    "reviewCount": "{{AGGREGATE_REVIEW_COUNT}}",
    "bestRating": "5",
    "worstRating": "1"
  },
  "review": [
    {
      "@type": "Review",
      "@id": "https://podcastnetwork.org/book/#review-{{REVIEW_SLUG}}",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": "{{REVIEW_RATING}}",
        "bestRating": "5",
        "worstRating": "1"
      },
      "author": {
        "@type": "Person",
        "name": "{{REVIEWER_NAME}}",
        "jobTitle": "{{REVIEWER_JOB_TITLE}}",
        "url": "{{REVIEWER_URL}}"
      },
      "reviewBody": "{{REVIEW_BODY}}",
      "datePublished": "{{REVIEW_DATE_ISO_8601}}",
      "publisher": {
        "@id": "https://podcastnetwork.org/#organization"
      }
    }
  ],
  "sameAs": [
    "https://www.wikidata.org/wiki/{{WIKIDATA_Q_NUMBER_BOOK}}",
    "https://www.goodreads.com/book/show/{{GOODREADS_ID}}",
    "https://www.amazon.com/dp/{{ASIN}}"
  ],
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://podcastnetwork.org/book/"
  },
  "audience": {
    "@type": "Audience",
    "audienceType": "Founders, executives, operators, and independent professionals building or rebuilding businesses as AI-native"
  }
}

The arc, as it ran

  • Book (Legacy Publishing JV)
  • Podcast network launch
  • Knowledge Panel entity work
  • Pre-sold audience build

Day 1 to 30. Manuscript work in flight with Legacy Publishing. Podcast production stood up. Entity Home built. Knowledge panel work seeded on Wikidata.

Day 30 to 90. Podcast in-market and shipping episodes on cadence. Knowledge panel indexing in motion. Guest appearance sequence live. Waitlist accepting sign-ups.

Day 90 to 180. Manuscript into final production with Legacy. Knowledge panels maturing. Guest appearance count building. Waitlist growing toward the Day 180 pre-order target.

Day 180. Book launched 2026-06-24. Pre-orders converted. Knowledge panel entity work live and indexing. Podcast established in-market.

The Pre-Sold Author Package works because the founders ran it on themselves first. Every author inside the current cohort runs the same sequence, on the same 180-day clock, through the same Legacy Publishing pipeline. AI or Die is the case study we shipped so that no outside author has to be the first.

More case studies

Dominic Jones

Discovery complete. Manuscript kickoff underway. Podcast arc begins next month.

Read more

Michele Okimura

In production. Podcast arc live. Manuscript on schedule. Full case study lands at launch.

Read more

You've seen the diagnostic. You've seen the builds. You know what's missing.

Reach us directly