SShortSingh.
Back to feed

Why a single chatbot screenshot is worthless as an LLM brand-visibility metric

0
·1 views

As more users turn to AI models instead of search engines for vendor recommendations, businesses are trying to measure whether their brand gets mentioned in responses. However, a single conversational AI output is non-deterministic — two users asking the same question on the same day can receive different answers — making one-off screenshots unreliable as tracking data. Meaningful measurement requires a consistent time series: the exact same query, run against the same model and web-search configuration, classified by the same criteria across every round. Analysts must also distinguish between three distinct states — absent, mentioned in the response body, and cited as a source — since collapsing them into a single visibility score can mask the absence of any real structural change. Additional sources of error include drifting query wording between rounds and mixing web-enabled and non-web-enabled queries in the same series, both of which produce misleading fluctuations that are often misattributed to algorithm volatility.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Are AI Giants Too Big to Be Held Accountable for Data Practices?

Questions are being raised about whether major AI companies like Anthropic and OpenAI are fully transparent about their data training practices. The concern draws a parallel to the 2015 Volkswagen emissions scandal, in which the automaker was caught falsifying clean diesel test results. Critics worry that AI firms may be training their models on user data despite promising otherwise in their terms and conditions. The comparison highlights broader anxieties about corporate accountability in the rapidly growing AI industry. As AI regulation remains limited, observers suggest the truth about these data practices may only emerge over time.

0
ProgrammingDEV Community ·

How Expo Router Enables Universal Invite Links for Web and iOS Apps

A developer building a club management app implemented Universal Links to allow a single invite URL to open either the iOS app or a web page depending on whether the app is installed. Using Expo Router, the invite screen was created as a dynamic route that extracts the organization ID directly from the URL. The setup required serving an Apple App Site Association (AASA) file from the web domain and configuring associated domains in the Expo app config for both production and development environments. While Expo Router made the in-app routing straightforward, correctly associating the domain with iOS through AASA and signed builds proved to be the most time-intensive part of the process. The developer also noted that custom URL schemes were avoided for shared invite links due to security concerns around scheme hijacking by third-party apps.

0
ProgrammingDEV Community ·

Snowflake to Databricks Migration: Real Costs and Trade-offs Teams Must Know

Migrating from Snowflake to Databricks is often justified on cost savings, but teams that end up satisfied typically moved to consolidate ML, streaming, and GenAI workloads alongside analytics data. The two platforms differ significantly beneath the surface, particularly in how storage is handled — on Databricks, storage costs appear on the cloud provider's bill rather than the platform bill, a distinction finance teams must understand upfront. Migration approaches range from a quick lift-and-shift to a full re-architecture, and choosing the wrong strategy can eliminate any expected savings, since Snowflake-shaped tables on Databricks compute carry similar costs. While moving the data itself is relatively straightforward using bulk Parquet exports and Delta Lake, translating the code — especially complex stored procedures — is where timelines and budgets tend to overrun. Automated SQL conversion tools can handle standard queries, but the harder edge cases require significant manual engineering effort that is often underestimated at the planning stage.

0
ProgrammingHacker News ·

ACM Queue Article Challenges Eight Common Myths About GenAI in Software Engineering

An article published in ACM Queue examines and debunks eight widely held misconceptions about generative AI and its role in software engineering. The piece addresses beliefs that may be shaping how developers and organizations approach AI-assisted coding tools. It was shared on Hacker News, where it attracted moderate attention with six upvotes. The article aims to provide a more grounded, evidence-based perspective on what GenAI can and cannot realistically do in software development contexts.