Urgent.News

What's breaking now, across thousands of outlets.

AI

My AI visibility score was 78%. Then I fixed how I measured it and it was 25%

In August, I published a number on my studio’s website: we had been named unprompted in 14 out of 18 blind answers across ChatGPT, Perplexity, and Gemini. It was wrong. And the way it was wrong turned out to be more valuable than the number itself. What I did I wrote a set of questions and pasted them into a single session on each engine. Most of the questions never mentioned my studio by name.…

On August 14, a report revealed that my studio had been named uncued in 14 out of 18 blind responses from ChatGPT, Perplexity, and Gemini. However, the methodology behind this figure was flawed. To rectify this, I conducted a revised test using two distinct, isolated sessions for each engine. One session held only the blind discovery questions, while the other held the fact-checking questions. This adjustment led to a corrected score of nine mentions out of 36 answers, which translates to 25%.

This new result was significantly lower than the initial 14 out of 18, indicating a drastic decrease in visibility. Moreover, the improvements were not uniform across all engines. While my studio was effectively detected in just one engine out of the three, it highlighted that the engines were relying more on external mentions and third-party roundups than the studio's own website.

Interestingly, even the engines that scored zero still had access to correct facts when asked directly about the studio. The issue lay not in the engines' knowledge of the brand, but in their decision-making process to surface it unprompted. Therefore, in tracking AI visibility, it's crucial to conduct blind discovery tests and named fact-checking tests in entirely separate sessions.

This prevents the brand name, website, or identifying details from entering the context window before the blind questions are answered. Lastly, always verify the methodology before celebrating an increase in your score. A high score built on a flawed test is not visibility – it's simply context.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in AI

GitHub's Copilot SDK for Java: What Running Agents in Spring Boot Without Frameworks Reveals About Tool Integration

Every Java team adding AI to a backend right now faces the same fork in the road. If you are on Spring Boot, you reach for Spring AI. If you are not, you reach for LangChain4j.

  • GitHub Copilot SDK for Java provides agent runtime for backend integration without subscription.
  • SDK offers tool calling, streaming, and context management built-in, unlike other Java AI libraries.
  • BYOK mode enables agent loop to run in JVM with custom API key for production Spring Boot services.

Robot comment classifier

(I used both AI and vibecoding tags because the article describes training a logistic regression/SVM on LLM output. I thought there was a statistics tag that would have been appropriate but apparently…

  • Classifier examines typographical marks in comments
  • Robots use em dashes, semicolons, unicode arrows, ellipses more often
  • Robots generate complex comments with commas, parentheses, line breaks

More from Saturday 22 August →