AI-Driven Citation Race: What AI Tools Reveal About Which Outlets and Writers They Cite Most

AI-Driven Citation Race: What AI Tools Reveal About Which Outlets and Writers They Cite Most
source: gettyimages
April 7, 2026

A new analysis from Muck Rack leverages millions of responses from AI chat platforms like ChatGPT, Gemini, and others to map which news outlets and individual writers are most frequently cited by AI systems. The findings, summarized by Press Gazette, show a surprising mix: both niche, lesser-known publications and well-known figures such as Jim Cramer from CNBC appear prominently in AI-generated references. In short, there’s an AI visibility race unfolding across the media landscape.

The takeaway is that AI-driven amplification can spotlight a broader range of sources than traditional metrics might suggest, bringing smaller outlets into AI-generated conversations alongside established names. The analysis underscores how researchers, editors, and readers should consider the evolving sources AI tools draw from when assessing influence and reach in digital news.

Readers interested in this trend can follow the topics and authors highlighted in the story to personalize their homepage feed and sign up for email updates.

By Mia Sato Posted Apr 7, 2026 at 10:00 PM UTC

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 152 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6647199,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}