SShortSingh.
Back to feed

ChatGPT and Gemini Agree on Top Local Business in Only 4.2% of Searches

0
·4 views

A study by Steady Demand analyzed 1,487 local-service queries across 50 U.S. cities and 10 service categories, finding that ChatGPT and Gemini recommended the same top business in just 4.2% of identical searches. The two AI assistants also drew on different source ecosystems, with Gemini leaning more on business websites while ChatGPT relied more heavily on Reddit and traditional directories. Repeated queries revealed further instability, with cited sources aligning only about 40% of the time — a pattern the researchers call 'grounding drift.' By contrast, Google's local-pack top results reappeared roughly 90% of the time, highlighting how much more variable AI-generated recommendations can be. The findings suggest that checking a brand's visibility on one AI assistant offers little insight into how it appears on others, complicating local marketing strategies.

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 ·

Google Rewrites Meta Descriptions 70% of the Time — Here Is What SMBs Should Do

Google replaces business-written meta descriptions with its own snippets in roughly 70% of tracked queries, and a single page can display multiple snippet variations within a month, according to analysis cited by Search Engine Land. This does not make meta descriptions obsolete, but it shifts the focus toward treating the entire page — headings, opening paragraphs, and key copy — as the real source of search-result messaging. Manually written descriptions still produced measurable click-through rate improvements over AI-generated and Google-generated alternatives in live tests by Seer Interactive, making human review worthwhile for high-value pages. For lower-priority pages, AI-assisted descriptions can provide adequate coverage at scale, while editorial effort is better reserved for pages with meaningful commercial intent. The core takeaway for small and medium businesses is to optimize page content holistically so that even when Google generates its own snippet, the available material is clear, relevant, and aligned with searcher intent.

0
ProgrammingDEV Community ·

WAN-3.0 Converts PowerPoint Slides Into AI Videos in Under 20 Seconds

Chinese AI tool WAN-3.0 can transform PowerPoint presentations into hyper-realistic videos in 10 to 20 seconds without requiring a video editor. The tool uses a hybrid cloud architecture combining Stable Diffusion 2.1 and ControlNet to convert each slide into a keyframe and generate smooth motion transitions between them. Users upload a PPTX file, which is processed into a JSON payload and sent to WAN-3.0's cloud API, returning a downloadable MP4 in under a minute. Compared to rivals like Runway Gen-2, Pika Labs, and Synthesia, WAN-3.0 offers the fastest render time at $0.12 per minute with a free tier of five minutes per day. The tool has drawn significant interest from marketers, educators, and HR teams seeking to speed up video content production.

0
ProgrammingDEV Community ·

How to add opt-in per-user two-factor auth in CakePHP using CakeDC/Users

The CakeDC/Users plugin offers built-in TOTP two-factor authentication for CakePHP, but its default configuration enforces 2FA for all users simultaneously rather than allowing individual opt-in. Developers can override this all-or-nothing behavior by implementing a custom OneTimePasswordAuthenticationChecker that checks a per-user database flag called two_steps before requiring the OTP step. A simple database migration adds the two_steps boolean column, defaulting to false so existing users are unaffected. A self-service enrollment screen lets signed-in users activate 2FA themselves by scanning a QR code and verifying a six-digit TOTP code, which then flips both the secret_verified and two_steps flags. Developers should also note a compatibility issue with the default QR code provider on modern dependencies, which can be resolved by switching to BaconQrCodeProvider with SVG output.

0
ProgrammingHacker News ·

Research Explores Programming Languages Used to Build AI Agent Skills

A research piece published by Plicara AI examines the programming languages commonly used to develop skills for AI agents. The study investigates what underlies the growing ecosystem of agent-based AI systems, focusing on the technical building blocks developers use. The article was shared on Hacker News, where it received minimal engagement at the time of posting. The research appears aimed at developers and researchers interested in the architecture of modern AI agent frameworks.