Episodes / Ep. 3
EPISODE 3 May 24, 2026 43 min

Logitech's Award-Winning AI Share of Voice, Mastering Agentic Commerce with Typesense

agentic commerce e-commerce search AI visibility composable architecture Logitech Typesense MCP
Play

Summary

Host Aparna Sinha sits down with Deepa Shekhar, Director of E-commerce Technologies at Logitech, and Jason Bosco, CEO and Co-founder of Typesense, for a two-sided look at agentic commerce. Deepa lays out her framework of three tracks of agentic commerce, distinguished by where the transaction happens and who owns the consumer experience, and walks through the composable architecture and content strategy that helped Logitech.com win the 'Growth Engine' award in Semrush's inaugural 2025 AI Visibility Awards for Consumer Electronics, measured across thousands of real prompts in ChatGPT and Google AI Mode. Jason brings the view from underneath the stack: why the search and retrieval layer is the most underestimated piece of the agentic commerce stack, what most teams get wrong when they reach for a vector database before they've gotten lexical retrieval right, and how Typesense scales to 10B+ queries a month as the open-source alternative to Algolia and Pinecone. The conversation gets into the fragmented product catalog and commerce protocols (ACP, UCP, MCP), real-time inventory and post-purchase gaps, legacy OMS and WMS constraints, emerging efforts like OnX, and the financial guardrails, auditability, observability, and verification work that agentic commerce still has ahead of it.

Chapters

Chapters

Why Listen

If you sell anything online, agentic commerce is your new top of funnel. This episode pairs a brand-side operator who has already rebuilt her stack for the agent era with the infrastructure founder whose search engine runs underneath some of the largest commerce stacks in the world. Deepa's three tracks give you a way to think about where to invest. Jason's view on retrieval gives you a way to think about whether your current stack can actually serve agents at the latency they expect.

Key Takeaways

  • Three Tracks of Agentic Commerce: commerce happening inside LLM platforms, brand-owned agents across web/app/messaging, and AI agents acting as autonomous buyers on behalf of consumers
  • Every agentic system is, at its core, a search system, retrieval decides whether agents can find the right product, in the right context, at the right latency
  • There is no universal real-time product catalog interface for LLMs yet, and protocols like ACP, UCP, MCP, and OnX are emerging to fill the gap, each with different tradeoffs
  • Content strategy inverts in the agentic era, from brand storytelling to answering customer questions, structured for machine readability with frameworks like llms.txt
  • Composable architecture is the prerequisite, not the strategy, when the front end, search, cart, and content can be independently composed and called by an agent, you can show up wherever the customer is
  • Logitech won the 'Growth Engine' award in Semrush's 2025 AI Visibility Awards for Consumer Electronics, measured across thousands of real prompts in ChatGPT and Google AI Mode, demonstrating that AI visibility is already a measurable funnel
  • Brand agents need shared intelligence, not isolated chatbots, one shared AI layer should power web, app, WhatsApp, and RCS, not five fragmented experiences
  • Most teams reach for a vector database before they have lexical retrieval right, and pay for it in relevance and latency
  • Legacy ERP, WMS, and OMS systems were architected for human web traffic and overnight batches; supporting agent traffic requires event-driven, sub-second translation layers
  • Agentic commerce introduces new risk surface area, prompt injection, agent manipulation, and material financial actions, that requires LLM-as-judge evaluators, audit trails, and human-in-the-loop guardrails

Insights

In the third episode of Enterprise Aligned AI, host Aparna Sinha sits down with Deepa Shekhar, Director of E-commerce Technologies at Logitech, and Jason Bosco, CEO and Co-founder of Typesense, for a two-sided look at agentic commerce, the brand-side operator and the infrastructure founder.

Deepa’s Three Tracks of Agentic Commerce

Deepa offers a clean way to think about where this is heading. The three tracks are distinguished by two questions: where does the transaction actually happen, and who owns the consumer experience?

“I see agentic commerce evolving across three tracks, distinguished by where the commerce transaction takes place and who owns the consumer experience. We must execute on all three tracks to be successful.” — Deepa Shekhar

  • Track 1: LLM Platforms as Strategic Engines of Commerce. Discovery and transaction journeys are moving from retailer websites to third-party LLMs like ChatGPT, Perplexity, Gemini, and Claude. The new KPIs are visibility and conversion inside LLM platforms, not website click-through rates.
  • Track 2: Proprietary Brand Agents Grounded in Your Data. Building your own AI agents (in your app, your website, messaging channels) is more important than ever, in your unique brand voice enriched with your user and product data.
  • Track 3: Pure Algorithmic Buying. Soon, personal consumer AI agents will shop on behalf of humans, and enterprise systems need to be ready. Agents rely on structured data and select products objectively based on operational parameters: granular specifications, shipping velocity, and historical fulfillment reliability.

AI Visibility Is the New Top of Funnel

Logitech won the “Growth Engine” award in Semrush’s inaugural 2025 AI Visibility Awards for Consumer Electronics, measured across thousands of real prompts in ChatGPT and Google AI Mode. Logitech.com was also named PCMag Reader’s Choice 2025 Best Manufacturer Online Store. The work to show up inside agentic surfaces is already producing a measurable funnel. This isn’t future state.

To win mindshare inside LLM answer windows, Deepa explains that marketing and technology teams must partner closely and jettison the keyword-based SEO mindset. Shoppers in LLMs ask intent-driven questions: “What is a good mouse for long working hours?” “What is a good mouse that works cleanly on a glass surface?” Logitech rewrote their content for those questions, and engineered it for machine readability with standards like llms.txt.

Composable Architecture Is the Prerequisite

Logitech’s shift to composable architecture wasn’t an AI play. It’s the reason agentic commerce is available to Deepa’s team today. When the front end, the search layer, the cart, and the content can each be composed and called by an agent, you can show up wherever the customer is, whether that’s the brand site, an LLM, or something that doesn’t exist yet. The infrastructure decisions made to “modernize” the stack now look like AI-readiness decisions. The work compounds.

Jason’s View from Underneath the Stack

Jason has a slightly counter-narrative point of view. The conversation has gravitated to LLMs and vector databases, but whether an agent can find the right product, in the right context, at sub-50ms latency, is decided in the search and retrieval layer. Typesense ships as a single C++ binary, open-source, revenue-funded, with 25,000+ GitHub stars and 12M+ Docker pulls behind it, and runs 10B+ queries a month on Typesense Cloud as the open-source alternative to Algolia and Pinecone. Jason explains what most teams get wrong when they reach for a vector database before they’ve gotten lexical retrieval right.

In Deepa and Jason’s recommended architecture, the LLM does intent detection (translating a query about “repetitive strain injury” into an ergonomic design match), then passes the extracted intent to a high-performance search engine that runs dozens of query combinations across millions of records in milliseconds. The result is more queries per second, better answers, and higher AI visibility.

The Missing Product Catalog Interface

One roadblock facing enterprises trying to plug into Agentic Commerce is that there is no unified mechanism to share product catalogs with LLMs. Deepa walks through the fragmented protocol landscape:

  • OpenAI’s Agentic Commerce Protocol (ACP) provides structured capabilities for syncing catalogs, pricing models, and active promotions, but lacks native payment capabilities.
  • Universal Commerce Protocol (UCP) defines standards for checkout, order updates, and payment handoffs, but only checks inventory at the final moment of checkout, which forces merchants to build parallel low-latency inventory APIs to avoid cart abandonment.
  • Model Context Protocol (MCP) is not yet intuitive for scaled retail and functions more like a sandboxed app extension inside the LLM container.
  • Order Exchange Protocol (OnX), championed by a consortium of modern OMS and e-commerce vendors, is aiming to introduce standardized, real-time eventing layers over legacy backends.

The industry needs a unified, cross-platform protocol that binds real-time inventory, batch product attributes, and multi-vendor financial transactions into a single standard. Until then, engineering teams face significant architectural friction.

Agents Are Already Making Product Decisions

Perhaps the best moment of the discussion: Jason recounts an autonomous agent (built to construct a personal knowledge repository) that was given autonomy to choose its own technology stack. It rejected a vector-only database, discovered Typesense, systematically tested its hybrid search and typo tolerance, and deployed it into production, documenting the whole evaluation in its own log files. After seeing this, Jason updated how Typesense exposes its technical assets, serving documentation as pure markdown alongside HTML, and embedding metadata that points crawling AI bots at the markdown versions so they don’t waste tokens parsing decorative web formatting.

Guardrails for the Buy Click

Agents executing financial transactions require financial integrity and system auditability. The primary defense against AI-driven transactional risk is automated, real-time evaluation layers, specialized LLM evaluators in production to dynamically audit conversation flows, monitor financial thresholds, and catch prompt injection vectors before anomalies register on the financial ledger. This is a domain that’s still early; the conversation barely scratches the surface of what’s coming.

Why This Matters Now

If you’re running e-commerce, the question isn’t “should we have an agentic strategy?” anymore. The question is which of Deepa’s three tracks you’re investing in, and whether the layer underneath your store (the part Jason cares about) can actually serve those agents at the latency and relevance bar they expect.

Speakers

Deepa Shekhar

Deepa Shekhar

Director of E-commerce Technologies @ Logitech

Deepa is Director of E-commerce Technologies at Logitech, where she leads the transformation of the company's global digital commerce platform. Her shift to composable architecture and high-performance experiences materially improved conversion and scalability on Logitech.com — a direct-to-consumer channel generating roughly $349M in annual revenue — and contributed to the site being named PCMag Reader's Choice 2025 Best Manufacturer Online Store and Logitech earning the "Growth Engine" award in Semrush's inaugural 2025 AI Visibility Awards for Consumer Electronics, measured across thousands of real prompts in ChatGPT and Google AI Mode. She is now focused on the next wave — agentic commerce — where she has outlined the three tracks reshaping how people discover, evaluate, and buy products.

Jason Bosco

Jason Bosco

CEO and Co-founder @ Typesense

Jason is the CEO and co-founder of Typesense, the open-source search engine that powers more than 10 billion searches per month on Typesense Cloud, with 25,000+ GitHub stars and 12M+ Docker pulls. Built as a single C++ binary delivering sub-50ms search across million-record datasets, Typesense is the open-source alternative to Algolia and Pinecone — and is revenue-focused, not VC-backed. Before Typesense, Jason was VP of Engineering at Dollar Shave Club and VP of Technology at Verishop, so he has lived the e-commerce journey from multiple sides. He has a strong point of view on why the search and retrieval layer is the most underestimated part of the agentic commerce stack.

Share:

Subscribe for free to receive new episodes

Weekly insights and monthly episodes on Enterprise AI, straight to your inbox.

Stay connected