# personalisation

Published articles for personalisation.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## How Vinted Serves Personalised Search Autocomplete

DevFeed: [How Vinted Serves Personalised Search Autocomplete](<https://devfeed.tech/articles/how-vinted-serves-personalised-search-autocomplete-20447.md>)

Original publisher: [Read original article](<https://vinted.engineering//2026/04/22/personalized-search-autocomplete/>)

Author: Justina Bartulevičienė

Published: 2026-04-22T00:00:00Z

Content type: article

Language: en

Sources: [Vinted](<https://devfeed.tech/sources/vinted.md>)

Topics: [recommendation systems](<https://devfeed.tech/topics/recommendation-systems.md>), [data](<https://devfeed.tech/topics/data.md>), [systems](<https://devfeed.tech/topics/systems.md>), [Learning](<https://devfeed.tech/topics/learning.md>)

Tags: [autocomplete](<https://devfeed.tech/tags/autocomplete.md>), [model](<https://devfeed.tech/tags/model.md>), [offline](<https://devfeed.tech/tags/offline.md>), [performance](<https://devfeed.tech/tags/performance.md>), [personalisation](<https://devfeed.tech/tags/personalisation.md>), [pipeline](<https://devfeed.tech/tags/pipeline.md>), [search](<https://devfeed.tech/tags/search.md>)

### AI overview

Vinted describes the architecture and operation of its personalized search autocomplete service. The system generates candidate queries from product metadata and search logs, indexes and matches them with typo tolerance, and ranks suggestions using personalization and a Learning-to-Rank model. The service supports 24 languages and more than 50 country-language combinations, with 125 million queries and reported throughput of 4,700 queries per second at 31 ms P99.

### Source excerpt

At Vinted, more than 20% of all search sessions now start with a click on an autocomplete suggestion. A few years ago, that number was below 8%. Autocomplete not only saves typing effort - it helps people discover listings they didn't know existed, and guides them toward successful searches. Today, across 24 languages and 50+ country-language combinations, we have a pool of 125 million different queries ready to suggest to users. Our service, svc-suggestions, runs on Vespa and matches and ranks 4,700 queries per second at 31 ms P99.

## Lumos: Inside Dream11's Leap from Task-Based Models to Foundational Intelligence

DevFeed: [Lumos: Inside Dream11's Leap from Task-Based Models to Foundational Intelligence](<https://devfeed.tech/articles/lumos-inside-dream11-s-leap-from-task-based-models-to-foundational-intelligence-22624.md>)

Original publisher: [Read original article](<https://medium.com/dreamlockerroom/lumos-inside-dream11s-leap-from-task-based-models-to-foundational-intelligence-9a52049737e2?source=rss----5c7a7f580b01---4>)

Author: Dream Blog

Published: 2026-01-22T06:40:39Z

Content type: article

Language: en

Sources: [Dream11 Engineering](<https://devfeed.tech/sources/dream11-engineering.md>)

Topics: [foundation-models](<https://devfeed.tech/topics/foundation-models.md>), [Sports](<https://devfeed.tech/topics/sports.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [Large language models (LLMs)](<https://devfeed.tech/topics/large-language-models-llms.md>)

Tags: [analysis](<https://devfeed.tech/tags/analysis.md>), [competition](<https://devfeed.tech/tags/competition.md>), [context](<https://devfeed.tech/tags/context.md>), [dream11](<https://devfeed.tech/tags/dream11.md>), [fragmentation](<https://devfeed.tech/tags/fragmentation.md>), [incremental](<https://devfeed.tech/tags/incremental.md>), [llm](<https://devfeed.tech/tags/llm.md>), [ml](<https://devfeed.tech/tags/ml.md>), [models](<https://devfeed.tech/tags/models.md>), [notifications](<https://devfeed.tech/tags/notifications.md>), [personalisation](<https://devfeed.tech/tags/personalisation.md>), [scale](<https://devfeed.tech/tags/scale.md>), [sports](<https://devfeed.tech/tags/sports.md>), [systems](<https://devfeed.tech/tags/systems.md>), [tech](<https://devfeed.tech/tags/tech.md>)

### AI overview

Dream11 describes Lumos, a foundation model for personalisation that connects user behaviour, context, and changing interests across sports experiences. The article reports a 2.5% lift in ROC AUC and a 4.6% reduction in MAPE across key tasks, while replacing dozens of task-specific systems with a single scalable foundation.

### Source excerpt

By Dhruv Nigam At Dream11, our mission to 'make every match more exciting' starts with a simple truth: every fan experiences sport differently. Some users show up for marquee matches, while others engage consistently across the season. Some enjoy deep analysis; others come for emotion, banter, and shared moments. Even how fans prefer to be spoken to -- through in-app communication or notifications -- varies, from playful and expressive to direct and informational. In sports, context changes everything. A quiet weekday feels very different from the eve of a knockout match, and behaviour shifts with formats, rivalries, and the stage of competition. Personalisation at Dream11 therefore goes beyond surface-level customisation -- it's about understanding fans in motion and how their interests evolve. We've long recognised this challenge, but understanding and acting on these signals across millions of users, each with their own patterns and preferences, is far from easy. Over time, it became clear that small, incremental ML enhancements wouldn't get us where we needed to go. To stay truly user-first, we needed a system that could connect behaviour, context, and past, present, and future moments, all at once. That realisation led us to a ground-up rethink of how we build models at Dream11, and eventually, to Lumos -- our foundation model for personalisation. Lumos helped deliver a 2.5% lift in ROC AUC (Area Under the Receiver Operating Characteristic Curve) and a 4.6% reduction in MAPE (mean absolute percentage error) across key tasks, significantly improving personalisation, while replacing dozens of task-specific systems with a single, scalable foundation.The Problem: When Task-Based Models Stop Scaling For a long time, our personalisation stack relied on 50+ small, specialised models, each designed to understand a narrow aspect of user behaviour. Some models focused on sports affinity, others on language preferences or communication style. While these were effective in iso

## Location-Based Fashion Recommendations at Myntra

DevFeed: [Location-Based Fashion Recommendations at Myntra](<https://devfeed.tech/articles/decoding-the-regional-fashion-signatures-using-ai-20134.md>)

Original publisher: [Read original article](<https://medium.com/myntra-engineering/decoding-the-fashion-signature-using-embeddings-b21221806b7d?source=rss----7484818e9f88---4>)

Author: Siddhartha Devapujula

Published: 2024-04-22T11:25:37Z

Content type: tutorial

Language: en

Sources: [Myntra](<https://devfeed.tech/sources/myntra.md>)

Topics: [recommendation systems](<https://devfeed.tech/topics/recommendation-systems.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [recommendations](<https://devfeed.tech/topics/recommendations.md>)

Tags: [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [ecommerce](<https://devfeed.tech/tags/ecommerce.md>), [fashion](<https://devfeed.tech/tags/fashion.md>), [location-based](<https://devfeed.tech/tags/location-based.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [personalisation](<https://devfeed.tech/tags/personalisation.md>), [recommendation-system](<https://devfeed.tech/tags/recommendation-system.md>), [recommendation-systems](<https://devfeed.tech/tags/recommendation-systems.md>), [search](<https://devfeed.tech/tags/search.md>)

### AI overview

Myntra explains how machine-learning recommendation systems can use location as user side information to improve personalized fashion recommendations, including for cold-start users.

### Source excerpt

Authored By Rohit Gupta & Siddhartha Devapujula Introduction Millions of users visit Myntra daily to upgrade their wardrobes and millions of items are listed on the platform at any given time. Users neither have the time nor the capability to scroll through this vast list of items. Even after applying category and attribute filters, usually the number of items is still in thousands. Hence it becomes critical that the top search results for any user are both relevant and personalized. Just like search, many other recommendation widgets across the platform face the same challenges. Fashion Diversity -- Every Region has its own Fashion Showing each user the best styles for them from a catalog of million plus products is where machine learning based recommendation systems come into play. From search results on google to your netflix home screen, recommendation systems are working in the background to get you the best results. It is impossible to imagine modern age internet experience without these systems. The uber goal of these models is to take the user features and the vast list of items as input ,and generate a small personalized list of items for each user. For these systems to work, we mainly use the user's historical activity on the platform. In this blog we will see how using other kinds of user details can also enhance the quality of recommendations. In the next sections, we dive into the details of recommendation systems and related techniques. We explain the motivation for a location based recommendation system and how we built one at Myntra. Later we discuss a few use cases at Myntra, results and potential future work. Basics of recommendation systems This is a very simple read about recommendation systems by Google -- Recommendations: What and Why? | Machine Learning | Google for Developers. Readers can skip if they are already aware of this. Traditional recommendation models focus on using the user's historical interactions on the platform to learn. This wor

## Designing a faster data model to personalize browsing in real time

DevFeed: [Designing a faster data model to personalize browsing in real time](<https://devfeed.tech/articles/designing-a-faster-data-model-to-personalize-browsing-in-real-time-18445.md>)

Original publisher: [Read original article](<https://www.tinybird.co/blog/clickhouse-query-optimization>)

Author: Jordi Villar

Published: 2022-05-11T00:00:00Z

Content type: article

Language: en

Sources: [Tinybird](<https://devfeed.tech/sources/tinybird.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [data](<https://devfeed.tech/topics/data.md>), [real-time](<https://devfeed.tech/topics/real-time.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [data](<https://devfeed.tech/tags/data.md>), [personalisation](<https://devfeed.tech/tags/personalisation.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [the-data-base](<https://devfeed.tech/tags/the-data-base.md>)

### AI overview

The article discusses designing a faster data model and optimizing API endpoint performance to personalize browsing in real time.

### Source excerpt

Optimizing API endpoint performance for browsing personalisation.