AI Search Drives Shopify's Revenue Up 36% – Complements, Not Replaces, Google

Shopify's Q2 2026 earnings reveal that AI search is a significant growth driver, with revenue up 36% to $3.6 billion (beating forecasts) and AI-driven traffic and orders tripling year-over-year. Crucially, AI is complementing—not replacing—traditional search, which still holds roughly a third of storefront sessions and is growing 1.3x over two years.
Why AI Search Works Better for Commerce
Shopify President Harley Finkelstein explained that unlike traditional search engines which rank by popularity against a few keywords, AI agents make multiple calls into Shopify's catalog, using richer structured data to match products to specific buyer intent. Example: "When a buyer asks an AI assistant for the best car seat that fits three across a sedan, traditional search focuses on the keyword 'car seat.' An agent understands the actual need, the dimensions, the vehicle type, and that they need three."
Key Metrics
- AI-referred sessions land directly on product description pages 2.5x more often than traditional search.
- 75% of AI-attributed purchases in Q2 happened outside the top 100 categories—Shopify's "sweet spot"
The company is investing in AI integrations, building connectors to Claude, ChatGPT, Perplexity, Manus, Replit, Vercel, and vibe-coding platforms like Lovable.
📖 Read the full source: HN LLM Tools
👀 See Also

Running Claude Code 24/7 as a Background Agent — 2 Weeks of Experience
A developer shares their setup for running Claude Code continuously on a VPS, handling code reviews, refactoring, and deployments while they sleep.

Reddit user reports 30% budget waste from AI agent restart tax, shares checkpointing solution
A developer on r/LocalLLaMA found their team was spending 30% of their AI budget on restarts when workflows failed mid-task. They implemented checkpointing for every tool call, which immediately reduced API costs by eliminating redundant processing.

OpenClaw Implementation for Logistics Company: Email Parsing and Status Updates
A developer configured OpenClaw for a small logistics company to automate email parsing, spreadsheet cross-referencing, and status updates, saving the owner 2-3 hours daily with minimal code.

Developer Considers Switching from DeepSeek to Grok for Finance AI Agent
A developer building a finance AI web app in FastAPI/Python reports DeepSeek V3.2 Reasoning has 70s TTFT and ~25 t/s output speed, making streaming feel terrible. They're considering Grok 4.1 Fast Reasoning with ~15s TTFT and ~75 t/s output.