Add InstantSearch and Autocomplete to your search experience in just 5 minutes
A good starting point for building a comprehensive search experience is a straightforward app template. When crafting your application’s ...
Senior Product Manager
A good starting point for building a comprehensive search experience is a straightforward app template. When crafting your application’s ...
Senior Product Manager
The inviting ecommerce website template that balances bright colors with plenty of white space. The stylized fonts for the headers ...
Search and Discovery writer
Imagine an online shopping experience designed to reflect your unique consumer needs and preferences — a digital world shaped completely around ...
Senior Digital Marketing Manager, SEO
Winter is here for those in the northern hemisphere, with thoughts drifting toward cozy blankets and mulled wine. But before ...
Sr. Developer Relations Engineer
What if there were a way to persuade shoppers who find your ecommerce site, ultimately making it to a product ...
Senior Digital Marketing Manager, SEO
This year a bunch of our engineers from our Sydney office attended GopherCon AU at University of Technology, Sydney, in ...
David Howden &
James Kozianski
Second only to personalization, conversational commerce has been a hot topic of conversation (pun intended) amongst retailers for the better ...
Principal, Klein4Retail
Algolia’s Recommend complements site search and discovery. As customers browse or search your site, dynamic recommendations encourage customers to ...
Frontend Engineer
Winter is coming, along with a bunch of houseguests. You want to replace your battered old sofa — after all, the ...
Search and Discovery writer
Search is a very complex problem Search is a complex problem that is hard to customize to a particular use ...
Co-founder & former CTO at Algolia
2%. That’s the average conversion rate for an online store. Unless you’re performing at Amazon’s promoted products ...
Senior Digital Marketing Manager, SEO
What’s a vector database? And how different is it than a regular-old traditional relational database? If you’re ...
Search and Discovery writer
How do you measure the success of a new feature? How do you test the impact? There are different ways ...
Senior Software Engineer
Algolia's advanced search capabilities pair seamlessly with iOS or Android Apps when using FlutterFlow. App development and search design ...
Sr. Developer Relations Engineer
In the midst of the Black Friday shopping frenzy, Algolia soared to new heights, setting new records and delivering an ...
Chief Executive Officer and Board Member at Algolia
When was your last online shopping trip, and how did it go? For consumers, it’s becoming arguably tougher to ...
Senior Digital Marketing Manager, SEO
Have you put your blood, sweat, and tears into perfecting your online store, only to see your conversion rates stuck ...
Senior Digital Marketing Manager, SEO
“Hello, how can I help you today?” This has to be the most tired, but nevertheless tried-and-true ...
Search and Discovery writer
Guest Post by Pierre Fournier, Chief Product Officer, ManoMano
It’s always special when we can feature a customer on our site. Today, we are delighted to have a guest post from Pierre Fournier, Chief Product Officer at ManoMano, “the one stop shop for all things DIY & garden” — delivered right to your door. As a leading marketplace for DIY consumers across the UK and Europe, ManoMano’s site needs to perform, scale and help buyers and sellers find one another.
Today’s article from Pierre first appeared on Medium. Please share Pierre’s wisdom and insights with your network, especially as they consider building vs. buying new technology.
With the rise of SaaS editors in the tech world, you now have a tool for any need you can imagine (search, marketplace, chat, content management, payment…). It can be an incredible accelerator if you pick up the right tools but also turns into a nightmare when things go wrong (migration, integrations, data ownership…). So “make or buy” decision became one of the most critical that a Product Manager can take in his job.
Here is a summary of the criteria we assess at ManoMano (MM):
As a bonus, we also share some tips to successfully run a RFP (Request For Proposal) when having to select a tool for a buy strategy.
Make or Buy decisions can be really tough decisions, and I think that it will be more and more the case in the future. At the beginning of my career, you hardly had SaaS tools (not to even mention interoperability issues) and you had to develop on your own almost everything. Here are a few thoughts about make or buy decisions in the light of 10 years spent in technology attending buzz, trends and participating to RFPs (Request For Proposal)…
This is probably one of the most strategic criteria. MM data going through the tool shouldn’t be used to improve editor’s tool and potentially our competitors’ performance. Tool’s value should come from the algorithm itself or from the features the tool offers.
For instance ManoMano uses Algolia to power its search. We chose Algolia for two main reasons. Their relevance algorithm will always be better than what we are able to do as of now and does not take advantage of our data to improve. Also, their interface makes it way easier for developers or Product Managers to make changes on relevance rules compared to Elastic Search (previous tech stack we used for our search).
However, we turned down another SaaS solution offering query clustering because their algorithm would have taken advantage of our queries data to improve their own clustering and that would have potentially benefit to our competitors.
When MM’s needs are the same as everyone else in the industry, there is no value in redeveloping the solution since it won’t bring extra value. We prefer allocating our tech resources on developing differentiating bricks of software. Again for Algolia, relevance, or rather document search, follows the same rules in every industry on a semantic basis (you will see in the next paragraph that behavioral relevance is different in our DIY industry). You apply the same rules of stemming, stop words removing , use same algorithm (TF-IDF), you have the same speed needs to answer to a query…
A counterexample for us can be the CMS (Content Management System) that we chose to develop internally (even if we resorted to low level existing bricks like WYSIWYG editors, roles and administration management). It is mainly used to provide Tip Sheets to help our users choose the right product. As we wanted to connect it to our catalog (product suggestions), to our taxonomy (to reuse the attributes we created in our filters, for instance to explain them right from the tip sheets and allow our users to narrow the range of products as they go through the tip sheet).
You might have to reconsider the market regularly because changes happen at high speed. For instance we were in advance to offer chat advice through a community in 2016. No satisfying solutions were available at that time so we took the decision to move on internally on a dedicated platform. 3 years later, the market has matured and off-the-shelf tools are now available. How hard it is to go backward, we had to make this decision because shifting on a 3rd party tool would dramatically speed up the release of key features. And it would allow the team to concentrate on more strategic extra features on top of these basic features. This leads us to the next criterium: customization.
A key point we are looking at is our ability to tweak the tool. Generally 80% of our needs are shared with other competitors from our industry and can be addressed by an off-the-shelf tool. But there often remains 20% of our needs that are specific to us because of strategic considerations. So we must still be able to develop these specific features on top of the 3rd party tool. It often relies on the use of our data to personalize user experience (search, advice…). The ability to manage programmatically the tool (via an API) is thus critical. Algolia for instance allows us to override the native ranking algorithm through an API enabling us to serve personalized results based on behavioral data. Iadvize offers the opportunity to customize native widgets with ManoMano’s data (eg. product recommendations) or to add our own billing system on top of the chat infrastructure.
Backward compatibility is an essential criteria because things can change very fast (see our chat example above). New technologies can create step changes (see databases management for instance when Nosql technologies appeared) that new editors can benefit from to create big differences in little time. That’s why you need to be able to unplug a solution at a reasonable cost (it always requires efforts). You need of course to be able to get back all your data (because this is a critical asset that takes time to rebuild, see the data ownership paragraph) and you need to limit as much as possible developments dedicated only to this specific tool. The more you spend time and energy writing code dedicated to the tool to customize it, the least you will be able to re-use it. However, if you build custom in-house APIs to tweak the tool, you should be able to easily re-use them modulo a few updates on the transferts formats. Again in our exemple with Algolia, if we would like to re-internalize search, all the code we have built about our query re-ranking could be re-used.
When your company reaches a critical size (ManoMano is the online leading platform for Do It Yourself in Europe), you have to be sure that your partner will still be there within 3 years. Because you will invest time and energy in integrating its solution. In parallel, VCs fund several tech companies every month that will come and see you pretending they are the next big thing, bringing you an insane competitive advantage. Some might be, but a majority will be dead within 2 years.
Does it prevent you from working with young startups developing cutting edge technologies but not having found scale yet? I would say you can, but only if:
It requires a very mature behavior from both stakeholders. The client must not cannibalize the whole roadmap otherwise the editor won’t be able to develop. The editor must be very transparent, able to refuse some features and to warn if its economic viability is at threat.
Again, this item makes sense for bigger companies. As a startup you will have low volumes so cost is not as much an issue. At ManoMano, our monthly traffic reaches almost 50M of unique visitors. Knowing that most of the solutions are billed on a per volume basis, it can become extremely expensive at some point. This is usually one of the reason a company will re-internalize a third-party tool. This doesn’t mean the solution has to be cheap. Knowing that a Product Team (PM, devs, designers…see this article for our ratio) roughly costs around 500K€ per year, if the tool let you spare the equivalent of one or two features teams, it means that you can pay up to 1M€ per year. To bring economic value, it should be 30 to 50% less. Also takes into account that doing it on your own requires maintenance, that contrary to a third party tool you won’t probably benefit from the latest technologies updates, etc… Negotiations with the editor are also keys, especially the thresholds when the tool is based on a per volume basis. The more volumes, the less expensive it should be marginally.
We had several discussions as well as regards to our PIM solutions (Product Information Management). PIM is quite common to many industries, features are always the same, off-the-shelf solutions exist. But finally we decided to make it on our own, because we though it was a strategic asset (quality data product information) but also because the cost of the solutions would have been quite high compared to the commission we bill to our sellers.
When choosing a 3rd party tool, companies usually go through a RFP (Request For proposal) process that explain their needs, their current stack, the features they need… I would suggest to keep it as light as possible. Here is what I would recommend:
1/ Experts should assist final users, not the contrary. Here is how things usually happen: a project manager from IT, Product or even Procurement is entitled with the responsibility to run the RFP. He will conduct a few interviews with some final users. And then he will write the decision grids, weight each criteria, interviews the editors… I think it is wrong. It should be the contrary: final users should be at the heart of the RFP, supported by experts (architects, product managers, project manager, developers…). You should name as a project manager a person from the final users group.
2/ Involve as much people as possible in the RFP from every impacted BUs. I know this sounds counter intuitive (we usually try to have the least persons involved to remain agile) but by using for instance Liberating Structures formats, you should be able to. It will save you a lot of time by:
3/ Try as much as possible to test the solution through a POC. Sales rep from the editor often lie (unconsciously) because they are very far from the tech teams, so you have to test the tool in real conditions. Some will argue it takes time. It does, but less than implementing the wrong tool. The way to proceed to minimize time spent is to reduce considerably the scope. By testing the solution, you will quickly assess the quality of the technical documentation, of the API, of the tech employees, the usability of the tool…
4/ Select the 3 key criteria that would constitute a deal breaker. Don’t get messed in a hundred criteria requirement grid. You can easily get trapped in an endless decision grid with a weighted scoring. Even if it can make you feel reassured, it is not useful, because you can then miss the key feature that would turn this choice into a big mistake.
Within every company, tech resources are limited. On the contrary, business ideas are limitless. “Buy” strategies can mitigate tech dependencies especially on sales and marketing and help business grow faster. At least at first. If not done wisely, it can become a mess after a few years and all the agility you first won can get lost into endless migrations and revamping. So don’t hurry in those decisions.
Besides, “Make or buy” strategy will also depend on your company DNA and ambition. Are you a tech company like Amazon? Or do you rely mainly on marketing? ManoMano could have used an off-the-shelf tool like Mirakl to build its marketplace. It would have been faster. But when volumes get so high, the cost of the tool can become a real issue. And we knew that if we wanted to build something unique, we had to do it by our own.
If you want to join ManoMano’s product team, feel free to apply, we always have open positions at every level (if none of the “official” job posts suits your need, still apply precising you are looking for your desired position)
To learn more about how ManoMano uses Algolia, please read the story here
Powered by Algolia Recommend