Home Articles News Topics About Subscribe

AI for Fashion — Consumer Experience

How Recommendation Engines Are Replacing the Shop Assistant

No customer ever asks a recommendation engine for help. That is precisely the point — and precisely why it has quietly become the most commercially significant AI system in fashion retail.

By Deepak Pachiannan
June 2025
13 min read

This series has already covered the AI stylist — the conversational layer customers actively engage with. This article closes the Consumer Experience arc with the layer most customers never notice at all: the silent algorithm that decides what they see before they have asked for anything.

35%
Of Amazon’s revenue attributed to recommendation systems

75%
Of Netflix-model retail interactions now algorithmically curated

26%
Average uplift in conversion from on-site recommendations

0
Explicit customer requests required to generate a suggestion

There is a particular kind of fashion retail interaction that has almost entirely disappeared from the customer’s conscious awareness, while becoming more commercially important than almost any other single system a retailer operates: the moment a customer is shown a product they did not search for, did not ask about, and may not have known existed — selected for them by an algorithm working silently in the background of every page they load.

This is the recommendation engine, and it represents a fundamentally different role from the AI stylist examined in this series’ previous article. Where a stylist engages in active dialogue — answering a question, responding to a stated need — a recommendation engine performs the function that a knowledgeable, attentive shop assistant once performed instinctively: noticing what a customer is drawn to, anticipating what else might interest them, and surfacing it before being asked. The difference is that a single recommendation system performs this function for tens of millions of customers simultaneously, continuously, and at a level of pattern detection no individual human assistant could approach.

This article examines how these systems actually work, why they have become so commercially central to fashion retail, and what happens to the parts of the shopping experience — serendipitous discovery, genuine surprise, the simple pleasure of browsing without algorithmic mediation — that recommendation engines were never designed to preserve.

01

The Two Engines: Collaborative and Content-Based Filtering

Modern fashion recommendation systems are typically built from two distinct underlying approaches, used in combination. Collaborative filtering identifies patterns across the behaviour of many customers: if customers who purchased item A also frequently purchased item B, the system infers that a new customer who buys item A is likely to be interested in item B too — a logic that requires no understanding of the products themselves, only the patterns in how people who bought them behaved. This is the same underlying logic that powers “customers who bought this also bought” sections across e-commerce, refined considerably by modern machine learning beyond its simple early implementations.

Content-based filtering works differently: it analyses the actual attributes of products — colour, silhouette, fabric, price point, style category — and a customer’s own history of engaging with products carrying particular attributes, then recommends new products with similar attribute profiles. This approach is particularly important in fashion because it can recommend genuinely new products with no purchase history of their own (solving the “cold start” problem that pure collaborative filtering struggles with for newly launched items) and can incorporate the visual and stylistic similarity computer vision models, discussed elsewhere in this series, are well-suited to detecting.

The most sophisticated fashion recommendation systems combine both approaches in what is generally called a hybrid model, weighting collaborative and content-based signals dynamically based on how much data is available for a given customer or product. A long-standing customer with extensive purchase history gets recommendations weighted more heavily toward collaborative filtering’s pattern-matching strength; a new customer or newly launched product, with little behavioural data yet accumulated, gets recommendations weighted more heavily toward content-based attribute matching.

Two Engines, Combined

Collaborative Filtering

“People who bought this also bought that.” Learns from patterns across millions of customers — no understanding of the product itself required.

Strength: deep pattern detection at scale
Weakness: cold start for new products

Content-Based Filtering

“This is similar to what you’ve liked.” Analyses actual product attributes — colour, silhouette, fabric — against a customer’s known preferences.

Strength: works for new products instantly
Weakness: misses non-obvious cross-category patterns

02

Where Recommendations Actually Live: The Five Surfaces

Recommendation engines are not a single feature but an infrastructure layer deployed across multiple distinct touchpoints in the customer journey, each with a different objective and a different data signal driving it.

The homepage and category page deploys broad personalisation — surfacing categories and styles aligned with a customer’s general taste profile, optimised for engagement and time-on-site rather than immediate conversion. The product detail page deploys the most familiar recommendation surface — “complete the look,” “you may also like” — typically using content-based filtering to suggest visually and stylistically complementary items, often built directly on outfit-completion logic similar to the AI stylist’s underlying approach but presented passively rather than conversationally.

The cart and checkout flow deploys recommendation logic optimised for incremental basket value — last-minute add-on suggestions calibrated to items genuinely likely to be added without disrupting the purchase decision already made, a delicate balance that requires far more conservative recommendation confidence than browse-stage suggestions. Email and push notification channels deploy recommendation engines optimised for re-engagement, often combining recency signals (what a customer recently viewed but did not purchase) with broader taste-profile matching to bring lapsed browsers back. And post-purchase recommendation, increasingly significant, surfaces complementary items based on what a customer has just bought — the digital equivalent of a sales associate suggesting a belt to go with the trousers just purchased.

Zalando has been particularly explicit about treating these as distinct optimisation problems rather than a single recommendation system deployed uniformly — reporting that homepage recommendations are tuned for discovery and engagement, while cart-stage recommendations are tuned conservatively for genuine incremental purchase likelihood, reflecting a sophisticated understanding that the same underlying algorithm serving two different commercial objectives needs meaningfully different tuning to perform well at both.

“The same algorithm serving a homepage and a checkout cart needs to behave completely differently. One is optimised to make you stay and browse. The other is optimised not to make you leave.”

The Five Recommendation Surfaces

Homepage

Optimised for engagement & time-on-site

Product Page

Complete-the-look, content-based matching

Cart / Checkout

Conservative — incremental value, no disruption

Email / Push

Re-engagement, recency-weighted

Post-Purchase

Complementary items to what was just bought

03

The Shop Assistant Comparison: What Was Actually Replaced

It is worth examining precisely what function recommendation engines have replaced, because the comparison is more nuanced than a simple human-to-machine substitution. A skilled, attentive sales associate in a physical store performed a genuinely valuable function: noticing what a customer was drawn to on the rail, asking a clarifying question, suggesting a complementary item, and — critically — bringing genuine taste and contextual judgement to those suggestions in a way that drew on training, experience, and the kind of holistic perception explored in this series’ article on algorithmic taste.

But this idealised version of the shop assistant was never universal. The reality of in-store retail, particularly at mass-market price points, has long been understaffed, undertrained sales floors where the quality of guidance any individual customer received was almost entirely a matter of chance — which associate happened to be free, how busy the store was, whether that associate had genuine product knowledge or had started that week. Recommendation engines have not replaced an idealised stylist available to every customer; they have replaced an inconsistent, frequently absent service with a consistently available, if less perceptive, algorithmic equivalent.

This reframing matters for how the technology should be evaluated. A recommendation engine compared against an exceptional, attentive human assistant looks limited — it lacks genuine taste, cannot read body language, cannot have the kind of open dialogue the AI stylist examined in the previous article attempts to approximate. A recommendation engine compared against the actual median in-store experience — a customer browsing largely unassisted, receiving no proactive suggestions at all — looks considerably more impressive: a system that surfaces relevant products to literally every customer, every time, with no dependency on staffing levels or individual associate quality.

04

The Filter Bubble Problem in Fashion

Recommendation systems optimised purely for engagement and conversion carry a well-documented risk that has been extensively discussed in the context of social media and news content, and applies with equal force to fashion: the filter bubble, where a system that learns a customer prefers a particular style narrows their exposure progressively toward that style, reducing the likelihood they ever encounter something genuinely different that might have expanded their taste.

In fashion specifically, this creates a real tension with how style development actually works for most people: trying something unexpected, discovering it works better than anticipated, and gradually expanding a personal style vocabulary through genuine surprise and experimentation. A purely engagement-optimised recommendation engine has no inherent incentive to introduce this kind of productive surprise — predictable recommendations convert reliably, while genuinely novel suggestions carry real risk of rejection that hurts the system’s measured performance, even though the occasional successful surprise might build longer-term customer relationship value the short-term metrics do not capture.

The more sophisticated retailers have begun explicitly engineering exploration into their recommendation logic — deliberately surfacing a calculated proportion of recommendations slightly outside a customer’s established pattern, treating this as a long-term investment in taste discovery rather than a short-term conversion optimisation. Stitch Fix, drawing on the same styling expertise discussed in the AI stylist article, has been particularly explicit about engineering deliberate “stretch” items into client boxes — pieces slightly outside an established preference pattern, included specifically to test and gradually expand what a client might respond well to, a calculated departure from pure algorithmic comfort-zone reinforcement.

“A purely engagement-optimised recommendation engine has no inherent incentive to introduce productive surprise. Predictable recommendations convert reliably. The occasional successful surprise builds a relationship the short-term metrics cannot see.”

05

Brand Visibility in an Algorithmic Discovery Layer

Recommendation engines have created a commercially significant new dynamic for fashion brands selling on multi-brand marketplaces and platforms: visibility within a retailer’s recommendation logic has become as commercially important as physical shelf placement once was in traditional retail, and the rules governing it are considerably less transparent.

A brand’s products being recommended frequently by a major marketplace’s algorithm — Amazon, Zalando, ASOS — drives a meaningful proportion of total sales for many fashion brands operating on these platforms, and the optimisation of product listings, imagery, and metadata specifically to perform well within these recommendation systems has become a genuine specialist discipline, analogous to search engine optimisation but for algorithmic retail discovery rather than search results. Brands with the data sophistication to understand and optimise for these systems have a structural advantage over those treating their product listings as a static catalogue entry.

This raises a competitive dynamic similar to one explored in this series’ discussion of bias in fashion AI: platform recommendation algorithms, trained on historical sales and engagement data, will tend to reinforce the visibility of brands and products that have already performed well — a self-reinforcing advantage for established, data-rich brands that can create genuine structural barriers for smaller or newer brands attempting to gain visibility through the same algorithmic discovery layer that increasingly mediates most online fashion shopping.

Closing the Consumer Experience Arc

Four Articles. One Customer Journey.

Article 1

Hyper-Personalisation

Article 2

Virtual Try-Ons

Article 3

AI Stylists

Article 4

Recommendation Engines

Together, these four articles trace the complete AI-mediated customer journey: a wardrobe curated before you ask, a way to see how it looks before you buy, a conversation when you want to ask, and a silent layer working continuously in the background whether you ask or not.

The recommendation engine is the least visible and most commercially significant AI system most fashion customers will ever interact with — and most of them will never know it is there. That invisibility is not an accident of poor communication. It is the design goal: a good recommendation should feel less like being sold to and more like being understood.

The brands getting this right have learned the lesson that the best shop assistants always knew instinctively: the goal was never simply to predict what a customer would buy. It was to occasionally show them something they did not know they wanted — and trust that the surprise, handled well, was worth more than the safety of always being right.

AI for Fashion Series

Read More Articles

An ongoing editorial series exploring artificial intelligence across every dimension of the fashion industry.

Explore the Series

Link copied!
More ReadingView All →
Weekly Newsletter

Stay sharp.
Think deeper.

One weekly dispatch: the technology ideas worth your attention, filtered through a sharp lens. No noise. No spam.

No spam. Unsubscribe any time.