AI Vendor Tracker: Solving the Multi-"Cohere" Identity Crisis

A Humanitarians AI Fellow traces a data-quality bug that let a radio company and a physics paper get scored as AI vendor funding, then fixes it with identity verification.

1:30 video3 min readWatch on YouTube

A dashboard that confidently reports a number is not the same as a dashboard that reports the right number. That gap is exactly what Muskan, a Humanitarians AI Fellow working on the AI Vendor Tracker project, ran into this week: the system was scoring the wrong companies entirely, and doing it with total confidence.

Three companies, one name

The first bug came down to a simple collision: three real-world organizations are all named Cohere. There's Cohere the AI vendor, Cohere the health insurer, and Cohere the radio maker. The tracker's data collector filed all three under the AI vendor bucket without checking which one a given article was actually about. The result was that a radio contract got counted as AI funding, even though the source article explicitly described it as unrelated to the AI startup. A signal that looked like investment activity in AI was, in reality, describing a completely different business.

Keyword matching without author checking

The second bug was subtler and came from how research papers were being matched to companies. Instead of matching by author or verified affiliation, the system matched by keyword. That meant any paper mentioning "anthropic" got attributed to the AI company Anthropic, including physics papers about the anthropic principle, a cosmological concept that has nothing to do with the AI lab. The same shallow matching let "coherence" in unrelated papers register as mentions of Cohere. Once Muskan audited the results, 85% of the papers attached to these companies turned out to belong to the wrong company entirely.

The fix: verify identity before trusting a signal

The fix Muskan landed on is a single governing idea: check identity before you trust a signal. Concretely, that meant adding a verification step before anything gets saved. Look-alike entities get rejected up front. Papers are now matched on title and abstract content rather than a bare keyword hit, and a classifier confirms which company is actually being discussed before that data point is allowed to move a score.

Applying that fix meant cleaning house. Muskan deleted 782 bad records, 45% of the entire database. That's a striking number, but it's the honest number. Cohere's score, which used to display a confidently wrong estimate of 75, now correctly shows "no data" rather than a fabricated figure. A missing number that admits it's missing is more useful than a wrong number dressed up as certainty.

Why this matters beyond one tracker

The underlying lesson generalizes past this one project: a number is only as trustworthy as the entity it's actually describing. Any system that automatically attributes signals to named companies, whether that's funding data, sentiment scores, or news mentions, is vulnerable to exactly this kind of collision the moment two organizations share a name or a keyword overlaps with an unrelated concept.

Key takeaways

  • A shared company name (Cohere the AI vendor, health insurer, and radio maker) caused unrelated activity to be misattributed to the AI vendor.
  • Keyword-only matching attributed physics papers on the "anthropic principle" to the AI company Anthropic.
  • 85% of the papers attributed to tracked companies were mismatched before the fix.
  • The fix verifies entity identity, by title and abstract, before a signal is allowed to affect a score.
  • Cleaning the database removed 782 bad records, 45% of the total.
  • An honest "no data" result is more trustworthy than a confident but fabricated score.

Try it yourself

Muskan's closing challenge is a good audit exercise for anyone maintaining a data pipeline: take one signal that moved a vendor's score and ask whether it's really about the right company, and what look-alike entity it could actually be describing. If you can't rule those out, don't let it count. This kind of hands-on data engineering work is representative of the projects Humanitarians AI Fellows take on as part of the program.

Chapters

  1. 0:00AI Vendor Tracker Update: Scoring the wrong companies
  2. 0:20Bug 1: The three "Coheres" (AI, Health, and Radio)
  3. 0:45Bug 2: Keyword failures and the "Anthropic Principle"
  4. 1:10The Fix: Checking identity before trusting the signal
Full transcript(auto-generated, with timestamps)

AI Vendor Tracker Update: Scoring the wrong companies

[0:00]Hey, I'm Muskin. Quick update on the AI vendor tracker. This week I caught it scoring the wrong companies and confidently inventing numbers. Here's what broke and how I fixed it. First bug, three companies are named Cohere, the AI vendor, a health insurer, and a radio maker. Our collector filed all three under the

Bug 1: The three "Coheres" (AI, Health, and Radio)

[0:20]AI vendor. A radio contract got counted as AI funding, even though the article called it unrelated to the AI startup. Second bug, papers were matched by keyword, not author. Anthropic pulled in physics papers on the anthropic principle. Coherence counted as Cohere. 85% of our papers were the wrong company. The fix is one idea, check identity before you trust a signal.

Bug 2: Keyword failures and the "Anthropic Principle"

[0:46]Before anything saved, we reject the look-alikes, match papers on title and abstract, and make the classifier confirm the company first. Then I cleaned house. 782 bad records gone, 45% of the database. Cohere's score now honestly reads no data, not a made-up 75. The lesson I'm keeping, a number is only as trustworthy as the entity behind

The Fix: Checking identity before trusting the signal

[1:11]It. Verify who a signal is about before you let it move a score. Your turn. Take one signal that moved a vendor's score and ask, is this the right company and what look-alike could it be? If you can't rule those out, don't let it count. The wrong Cohere. More fixes next week. Humanitarian's AI.

More from Mycroft Financial AI

Humanitarians AI Lyrical Literacy Project