NerdOut@Spotify-logo

NerdOut@Spotify

Technology Podcasts

NerdOut@Spotify is a technology podcast produced by the nerds at Spotify and made for the nerd inside all of us. Hear from Spotify engineers about challenging tech problems and get a firsthand look into what we're doing, what we're building, and what we’re nerding out about at Spotify every day.

Location:

United States

Description:

NerdOut@Spotify is a technology podcast produced by the nerds at Spotify and made for the nerd inside all of us. Hear from Spotify engineers about challenging tech problems and get a firsthand look into what we're doing, what we're building, and what we’re nerding out about at Spotify every day.

Language:

English


Episodes
Ask host to enable sharing for playback control

Join us for Wizards, Portals, and Spotify for Backstage

4/19/2024
Register for Spotify’s roadmap webinar on April 30, 2024 — and see what’s coming next from Spotify for Backstage, the open source platform for building internal developer portals. We’ll show you our latest developer tools, including a sneak peek at new Spotify Plugins for Backstage and a first-look at Spotify Portal for Backstage — a full-featured developer portal that is quick and easy for any engineering org to adopt. See demos from Spotify’s team and learn how to apply for the private beta — work with us to build the next great developer portal: yours! Host and principal engineer Dave Zolotusky has a quick chat with Helen Greul, head of engineering for Backstage at Spotify, about the event. They talk about the CNCF’s recent BackstageCon in Paris, the growing popularity of the Backstage platform, and why the roadmap webinar on April 30 isn’t one to miss for fans of developer experience and wizardry. Register for the April 30 roadmap webinarLearn more about Spotify and BackstageListen to Ep. 01: What Is Backstage?Watch the 2-minute Backstage explainer video Read what else we’re nerding out about on the Spotify Engineering Blog: engineering.atspotify.com You should follow us on Twitter @SpotifyEng, LinkedIn, and YouTube!

Duration:00:03:30

Ask host to enable sharing for playback control

27: Measuring Developer Productivity

4/18/2024
Host and principal engineer Dave Zolotusky talks with Kyle Buttner, a product manager on Spotify’s insights team, to discuss Spotify's journey in measuring developer productivity — from how we evaluate different frameworks (like DORA and SPACE) to what kind of data we collect, to the role Backstage plays in unifying our development practices. Can productivity metrics really draw an accurate picture of your engineering org and show you the way to happier and more productive developers? Learn more about how we measure developer happiness and productivity at Spotify: How Spotify measures the value of BackstageHow Backstage Made Our Developers More EffectiveRegister for the Spotify for Backstage roadmap webinar Read what else we’re nerding out about on the Spotify Engineering Blog: engineering.atspotify.com You should follow us on Twitter @SpotifyEng, LinkedIn, and YouTube!

Duration:00:32:02

Ask host to enable sharing for playback control

26: A Trillion Events

2/8/2024
How did we learn to do event delivery at scale at Spotify? It’s been a journey. When you do something like tap the play button in the Spotify app, that’s an event. And getting that event data is fundamental to the Spotify experience. Without it, we wouldn’t be able to make music recommendations, pay artists fairly, or track down pesky, hard-to-find bugs. At the most basic level, this seems like a straightforward process: record an event, send that event data to a server somewhere, do something useful with it. Easy, right? But now, multiply that process by 50 million events per second. So, how do we make sure all that important data is delivered reliably, from our client apps to the cloud? Host and principal engineer Dave Zolotusky talks with 9-year Spotify veteran Riccardo Petrocco about our journey building a event delivery system that can reliably handle a trillion events around the world, moving from Kafka to the cloud, building systems that are simple enough so that nobody tries to find a way around them and encourages “doing the right thing”, the definition of “quality data”, the value of moving up the stack and focusing less on the data pipes and more on what’s in them, and how Backstage makes it easier for our developers to discover, consume, produce, and manage data. Learn more about Spotify’s data journey: NerdOut@Spotify, Ep.09: It’s All About the DataData stories on the Spotify Engineering Blog Read what else we’re nerding out about on the Spotify Engineering Blog: engineering.atspotify.com You should follow us on Twitter @SpotifyEng, LinkedIn, and YouTube!

Duration:00:38:52

Ask host to enable sharing for playback control

25: Voice Translation *Release Notes*

1/11/2024
We’ve seen generative AI and large language models do some amazing things in the past year — but how do you go from a tech demo to a real shipping product? In this Release Notes episode of the NerdOut@Spotify podcast, we’ll hear about what it took to ship our Voice Translation pilot, which takes podcasts recorded in English and uses AI to generate the original podcaster’s voice speaking in Spanish (with German and French coming next). Host Dave Zolotusky talks with senior machine learning engineering manager Sandeep Ghael about how we brought expertise from across the company in order to go from a weekend prototype to releasing fully translated episodes of Lex Fridman, Armchair Expert, and other podcasts — in just six weeks. Read more about Voice Translation for podcasts: Spotify’s AI Voice Translation Pilot Means Your Favorite Podcasters Might Be Heard in Your Native Language Hear the results on Spotify: Lex Fridman PodcastArmchair ExpertThe Diary of a CEO with Steven BartlettVoice Translation Hub Read what else we’re nerding out about on the Spotify Engineering Blog: engineering.atspotify.com You should follow us on Twitter @SpotifyEng and on LinkedIn!

Duration:00:19:04

Ask host to enable sharing for playback control

24: Tesla *Release Notes*

11/9/2023
Over the summer, Spotify helped Tesla engineers ship a major update to their built-in media player. In this Release Notes episode, host Dave Zolotusky talks with Spotify engineering manager Geetika Arora and senior product designer JC Chhim about collaborating with Tesla to improve the in-car listening experience, the value of having a familiar user experience across devices, and how there’s more to a great collaboration than just picking the right SDK for the job. Introducing Release Notes — a new series of mini episodes on the NerdOut@Spotify podcast. There are hundreds of teams at Spotify working on so many different things — from playlists that change throughout the day, to realistic voice translations, to a smarter way to shuffle songs. In each episode of Release Notes, we focus on one thing we shipped and what went into building it. You’ll see these mini episodes from time to time in the main podcast feed right alongside our regular episodes. Learn more about our SDKs on the Spotify for Developers site: developer.spotify.com Read what else we’re nerding out about on the Spotify Engineering Blog: engineering.atspotify.com You should follow us on Twitter @SpotifyEng and on LinkedIn!

Duration:00:15:13

Ask host to enable sharing for playback control

23: Searching for Neighbors with Voyager

10/19/2023
How do you get a machine to find a song that’s similar to another song? What properties of the song should it look for? And then does it just compare each track to every other track, one by one, until it finds the closest match? When you have a catalog of 100 million different music tracks, like we do at Spotify, that would take a long time. So, for these kinds of problems, we use a technique known as nearest neighbor search (NNS). This past summer at Spotify, we built a new library for nearest neighbor search: It’s called Voyager — and we open sourced it. Host and principal engineer Dave Zolotusky talks with Peter Sobot and Mark Koh, two of the machine learning engineers who developed Voyager. They discuss using nearest neighbor search for recommendations and personalization, how to go from searching for vectors in a 2D space to searching for them in a space with thousands of dimensions, the relative funkiness and danceability of Mozart and Bach, how to find a place on a map when you don’t have the exact coordinates, tricky acronyms (Annoy: “Approximate Nearest Neighbor Oh Yeah”) and initialisms (HNSW: “Hierarchical Navigable Small World”), why we stopped using our old NNS library, why we open sourced the new one, how it works for use cases beyond music (like LLMs), and looking for ducks in grass. Learn more about Spotify Voyager: About VoyagerVoyager on GitHubVoyager documentation for PythonVoyager documentation for Java Read what else we’re nerding out about on the Spotify Engineering Blog: engineering.atspotify.com You should follow us on Twitter @SpotifyEng and on LinkedIn!

Duration:00:34:36

Ask host to enable sharing for playback control

22: Declarative Infra and Beyond

8/24/2023
In the very old days, if you needed more storage for your database, you had to walk into the data center and install another server. Now you can just log into your cloud provider’s console and click a few buttons. Voilá, more storage. So easy! But what if you’re replicating that storage configuration for hundreds of databases at once? Suddenly, that’s a lot more clicking. Not so easy! (Plus, very tedious and very error prone.) So instead of living with this “ClickOps” approach, we developed a declarative infrastructure model — our very own “infrastructure as code” solution for managing cloud resources at Spotify scale. Instead of manually configuring each resource, developers just describe the state they want. And once we adopted declarative infra, we unlocked ways to improve not just how we manage resources, but also how we update policies, manage dependencies, and make other changes to code across our entire fleet of repos — quickly, safely, easily. In other words, programmatically. Host Dave Zolotusky talks with David Flemström — who went from pushing the limits of Spotify’s infrastructure as a feature developer to working on the platform team in order to improve infrastructure for all of our developers. The two Daves discuss what declarative infrastructure means at Spotify, our journey to adopting it (going from Puppet to cloud consoles, to something better than both) and why we did it, how our model works (Kubernetes!), how it changed the relationship between our feature teams and our platform teams, how this shift helped enable Fleet Management at Spotify, and where we’re going next with abstracting infrastructure so that it helps our engineers do more, more easily. Learn more about declarative infrastructure and Fleet Management: NerdOut, Episode 12: Fleet FirstFleet Management at Spotify (Part 1): Spotify’s Shift to a Fleet-First MindsetFleet Management at Spotify (Part 2): The Path to Declarative InfrastructureFleet Management at Spotify (Part 3): Fleet-wide Refactoring Read what else we’re nerding out about on the Spotify Engineering Blog: engineering.atspotify.com You should follow us on Twitter @SpotifyEng and on LinkedIn!

Duration:00:44:32

Ask host to enable sharing for playback control

21: The Man Who Killed ABBA

8/3/2023
Last episode, we talked about ABBA, our first A/B testing tool. We used it to test UI changes, new features, content recommendations — anything and everything we could think of. ABBA was so good and worked so well for so long…that we decided to get rid of it. Years of using ABBA taught us what makes for good experimentation, and we eventually realized we needed a better tool, built from scratch. Listen to find out why we pulled the plug on ABBA and how Spotify’s Experimentation Platform was born. And in case you missed it, a version of our internal platform will be available to the public as Confidence, a new enterprise product for developer teams — read today’s announcement: “Coming Soon: Confidence — An Experimentation Platform from Spotify”. But first, let’s talk buttons. Everyone always has so many questions about buttons. How do you know which color they should be? Or how big they should be? Or whether the corners should be round or square? The easy answer: an A/B test! But if only all product experimentation was as simple as testing buttons. Senior staff engineer Mark Grey returns to talk with host Dave Zolotusky, along with senior engineer Dima Kunin — he helped build Spotify’s Experimentation Platform and was the guy who had the honor of finally retiring ABBA. They discuss the ins and outs of enabling experimentation at scale, including targeting criteria, controlling eligibility, the importance of measuring exposure, using properties instead of feature flags, the advantages of separating your app configuration from your experiments, fallback states, sample ratio mismatches — and all the other questions you have to answer about your experimentation process before you can even ask something as simple as “what color should a button be” — let alone “will this machine learning model consistently provide recommendations users appreciate over the next year”. Plus, did you definitely, positively, absolutely eat the bread? Or did you just buy the bread? And a bonus trick question: What’s the difference between “treatments”, “variants”, and “groups” — and why is it always so hard to name things? Learn more about ABBA and its successor, Spotify’s Experimentation Platform: 20: The Rise and Fall of ABBASpotify’s New Experimentation Platform (Part 1)ConfidenceSpotify’s New Experimentation Platform (Part 2) Plus, find out lots more about how we do experimentation at Spotify on our engineering blog — including a little light reading on automated salting and bucket reuse, choosing sequential testing frameworks, comparing quantiles at scale, and how we scale other scientific best practices across the org. Read what else we’re nerding out about on the Spotify Engineering Blog: engineering.atspotify.com You should follow us on Twitter @SpotifyEng and on LinkedIn!

Duration:00:45:05

Ask host to enable sharing for playback control

20: The Rise and Fall of ABBA

6/22/2023
Back in the day, Spotify built a custom A/B testing tool called ABBA. It was great. The platform enabled lots of teams to try out lots of ideas for new features to see what worked and what didn’t. With ABBA, we went from doing tens of experiments to hundreds of experiments. But we didn’t just learn what color button users liked better: the more tests we ran, the more we learned about our testing methods, including the limitations of ABBA itself — which eventually led us to a new, better way to test. Here’s the story of ABBA, our very first experimentation platform, and the lessons we learned about doing product experimentation at scale. Host Dave Zolotusky talks with Mark Grey, a senior staff engineer and 10-year Spotify veteran. They discuss Spotify’s earliest efforts at product testing, our early infrastructure for data and data processing (using Hive and Hadoop), how migrating to the cloud unlocked more processing power (and more testing), the difference between using tests to design the color of a button and using tests to inform the very next user interaction via machine learning, feature flags and holdout groups, all the things we learned about conducting scientifically sound experiments, how we built a culture of experimentation among our software development teams, and what finally drove us to sunset ABBA and build its successor: a bigger, better internal experimentation platform. Plus, progress bars and lightsabers. Read more about ABBA and how we do product experimentation at Spotify: Spotify’s New Experimentation Platform (Part 1)Spotify’s New Experimentation Platform (Part 2)Search Journey Towards Better Experimentation PracticesSpotify’s New Experimentation Coordination StrategyChoosing a Sequential Testing Framework — Comparisons and DiscussionsComparing Quantiles at Scale in Online A/B-Testing Read what else we’re nerding out about on the Spotify Engineering Blog: engineering.atspotify.com You should follow us on Twitter @SpotifyEng and on LinkedIn!

Duration:00:44:56

Ask host to enable sharing for playback control

19: Engineering for Accessibility

6/1/2023
We’re often focused on features that improve the experience for users — letting them do something better, faster, smarter. But if you don’t consider accessibility issues, many users won’t be able to use the feature at all. From color contrast and text size to alt text for enabling screen readers and voice commands, accessibility issues can affect everyone, whether you have a permanent disability or just an armful of groceries. So how do you get developers and designers to adopt an accessibility mindset and make it a fundamental part of the development process? Host Dave Zolotusky talks with Dani Devesa Derksen-Staats, an iOS engineer on Spotify’s accessibility team. We’ll hear how Dani went from a five-year computer science program, where accessibility wasn’t mentioned even once, to becoming so passionate about the topic, he wrote a book on it. They also talk about the basic things we forget to consider when we don’t consider accessibility; how we can all benefit from accessibility improvements, whether that’s getting up a curb in a wheelchair or while pushing a stroller; and ways to address accessibility issues into the development process, from adopting a multimodal approach to UX design to integrating accessibility tests into your CI/CD. Spotify recently introduced an Accessibility Center. Have questions or concerns about accessibility? Contact us: More on accessibility from Dani: Developing Accessible iOS AppsGitHubCreating Accessible iOS Apps: An Action Plan365 Days of Accessibility Read what else we’re nerding out about on the Spotify Engineering Blog: engineering.atspotify.com You should follow us on Twitter @SpotifyEng and on LinkedIn!

Duration:00:36:34

Ask host to enable sharing for playback control

18: Meet Your Personal AI DJ

5/4/2023
How do you make an AI-generated voice feel more like a real person? You give it a real personality. Spotify recently released a new feature in the US and Canada called DJ. Turn it on, and you hear a curated selection of music and recommendations, along with a fun, friendly, knowledgeable voice telling you more about what you’re listening to (you know, like a real DJ) — except everything you hear is personalized just for you. Learn what makes this DJ feel so realistic and meet the people behind the technology — including the DJ himself. Host Dave Zolotusky talks with product director Zeena Qureshi and director of engineering John Flynn — together they lead Speak, the team at Spotify responsible for DJ’s realistic, expressive voice. Hear how the AI voice technology they pioneered for Hollywood blockbusters and triple-A video games now brings Spotify’s personalized DJ to life, how they record a range of emotions to create deeper datasets for modeling DJ’s unique personality, the technical challenges of generating and delivering these dynamic performances at the press of a button, and how having your own personal audio guide brings a totally new dimension to the Spotify listening experience. You’ll also hear from the person who provides the raw ingredients for the AI DJ’s voice and soul: the real-life Xavier “X” Jernigan. Learn more about Spotify’s personalized DJ and the technology behind it: TechCrunch: “Xavier ‘X’ Jernigan, the voice of Spotify’s DJ, explains what it’s like to become an AI”Variety: “How Spotify Created Its First AI DJ”TechCrunch: Spotify’s new ‘DJ’ feature is the first step into the streamer’s AI-powered futureFor the Record: “Spotify Debuts a New AI DJ, Right in Your Pocket” Read what else we’re nerding out about on the Spotify Engineering Blog: engineering.atspotify.com You should follow us on Twitter @SpotifyEng and on LinkedIn!

Duration:00:33:07

Ask host to enable sharing for playback control

17: Building Apps at Spotify Scale

3/16/2023
What happens when the standard tooling for iOS and Android just doesn't cut it anymore? What’s it like to maintain an app when there are literally thousands of commits every week? How do you develop your feature without worrying about everybody else’s feature, when at the end of the day, you’re shipping a single, massive app? In other words, what’s it really like to build apps at Spotify’s scale? Host Dave Zolotusky talks with Patrick Balestra, a staff engineer on our client platform team, whose job is to make sure every Spotify developer has a great experience building, no matter what Spotify app they’re building for. They talk about adopting Bazel, reducing local build times with remote caching, managing multiple monorepos and zillions of dependencies, doing big tech migrations (Objective-C to Swift, Java to Kotlin) without slowing down, open sourcing our tools, and contributing to the Mobile Native Foundation. Learn more about how we build mobile apps at Spotify: Kodeco: Building with BazelBazelCon 2022XCRemoteCacheXCLogParser2022 Mobile EcosystemMy Beat: Patrick BalestraMobile development posts on the Spotify Engineering Blog Read what else we’re nerding out about on the Spotify Engineering Blog: engineering.atspotify.com You should follow us on Twitter @SpotifyEng and on LinkedIn!

Duration:00:41:58

Ask host to enable sharing for playback control

16: Backstage Adopters Speak

2/23/2023
Whether you’re working at a major financial institution or an audio streaming platform, it turns out engineering teams face a lot of the same challenges to doing their jobs effectively. In this episode, you’ll hear Spotify’s head of technology and platforms, Tyson Singer, discuss developer experience with engineering leaders from Expedia Group, Bank of the West, consulting firm Booz Allen Hamilton, and digital telecom TELUS — all adopters of Backstage, our open platform for building developer portals. This panel discussion took place on December 15, 2022 at the launch event for Spotify Plugins for Backstage, our new developer software bundle. At the event, Tyson is joined on stage by Guillermo Manzo (Expedia Group), Boyan Vassilev (Bank of the West), Jason Miller (Booz Allen Hamilton), and Nate Axcell (TELUS) to talk about the costs of context switching, breaking down organizational silos, how to get your developers started and how to get them unstuck, open source, inner source, golden paths, and the importance of making sure the best way to do something is the easiest way to do something otherwise it just doesn’t get done. Learn more about Spotify Plugins for Backstage: Shipping Spotify’s Culture: 5 Plugins (and 4 Principles) for Supercharging Developer Experience at ScaleSpotify Plugins for Backstage Listen to more episodes about Backstage: Ep.01: What is Backstage?Ep.02: Open IssuesEp.03: Community BuildersEp.04: Backstage in the Wild Or check out the links below: Watch the Backstage Explainer VideoGet started at backstage.ioContribute to Backstage on GitHubExplore more open source projects from Spotify Read what else we’re nerding out about on the Spotify Engineering Blog: engineering.atspotify.com You should follow us on Twitter @SpotifyEng and on LinkedIn!

Duration:00:33:17

Ask host to enable sharing for playback control

15: Your Very Own Developer Advocate

2/2/2023
There are thousands of developers building great Spotify experiences — who don’t actually work at Spotify. From smart speakers to game consoles to car infotainment systems, how do we support this diverse, creative community building on top of the Spotify platform? Along with providing APIs, SDKs, and other developer tools, it starts with something even more fundamental: listening to and understanding their needs. That’s where our developer advocates come in. Host Dave Zolotusky talks with Serah Kiburu, a Spotify engineer and senior developer advocate. They discuss how and why Spotify supports third-party developers, the value of being “customer zero” for our own developer tools, our most popular APIs, the importance of listening before you start building, Serah’s journey to Spotify in Stockholm, and how she’s preparing for the robot apocalypse. Learn more about the resources we provide third-party developers: Spotify for DevelopersSerah Njambi Kiburu and Her Hack Week Team Read what else we’re nerding out about on the Spotify Engineering Blog: engineering.atspotify.com You should follow us on Twitter @SpotifyEng and on LinkedIn!

Duration:00:41:14

Ask host to enable sharing for playback control

14: For Love and Money?

1/12/2023
From Norway to Nebraska, there are individual developers keeping the open source projects that we all depend on going. Last year, Spotify started an annual fund to help support maintainers of free and open source software (FOSS) — the Spotify FOSS Fund. We earmarked 100,000 Euros and then gave it away to nine projects, no strings attached. One of those recipients was Byte Buddy, a project with millions of users, but just one volunteer maintainer — its creator, Rafael Winterhalter. Hear what it takes to sustain something that started as a passion project in 2014 and then grew to become much more. Rafael talks with our host Dave Zolotusky and Per Ploug, Spotify’s open source tech lead, who helped set up our FOSS fund. They discuss how Spotify decided which projects to fund, why giving away (and accepting) free money is harder than you might think, and what it’s really like maintaining a popular open source project all on your own. Learn more about the recipients of the the Spotify FOSS Fund and other ways we’re working to create a more sustainable open source ecosystem: Announcing the Spotify FOSS FundSay Hello to the Recipients of the 2022 Spotify FOSS FundQ&A with the Maintainers of the Spotify FOSS FundThe Open FutureByte Buddy@ByteBuddyHQ on Twitter@rafaelcodes on TwitterMastodon Read what else we’re nerding out about on the Spotify Engineering Blog: engineering.atspotify.com You should follow us on Twitter @SpotifyEng and on LinkedIn!

Duration:00:40:50

Ask host to enable sharing for playback control

13: Advent of Code Live!

12/15/2022
Recorded live at midnight EST, December 6, 2022, from Boston, Gothenburg, and Stockholm, via the Spotify Live app. In this special Advent of Code episode, we try to solve the Day 6 puzzle the moment it’s released. Host Dave Zolotusky and Spotify’s chief architect, Niklas Gustavsson (aka, ngn), play against Spotify’s reigning champ, the one and only, unstoppable Jimmy Mårdell. Entering today’s challenge behind ngn in the standings, will Jimmy reclaim his rightful place atop the Spotify leaderboard? Play along with us and find out! Plus, Spotify engineers share what makes this friendly, low-stakes coding competition so much fun every year, Jimmy answers questions from the live audience (including offering some speed tips), and more. The Advent of Code season is upon us once again: Advent of Code 2022 — Day 605: Advent of Codeadventofcode.com Special thanks to Eric Wastl for creating such a fun thing. Read what else we’re nerding out about on the Spotify Engineering Blog: engineering.atspotify.com You should follow us on Twitter @SpotifyEng and on LinkedIn!

Duration:00:34:26

Ask host to enable sharing for playback control

12: Fleet First

11/17/2022
Instead of performing 10 big software upgrades to our infrastructure every year, what if we did 10,000 small ones, in all our repos, all at once? That’s the idea behind Fleet Management: using automation to take away some of the everyday toil of being a developer, freeing our teams to focus on more interesting problems than migrating to the next version of a low-level software dependency. But for automation at this scale to succeed, our developers would have to be willing to give up some control over their codebases. Could we really get our squad-based culture to adopt a fleet-first mindset? Spotify’s chief architect, Niklas Gustavsson (aka, ngn), returns to the podcast to talk to host Dave Zolotusky about how we can safely make changes to thousands of repos at once (without bothering the repos’ owners), why adopting Fleet Management at Spotify was a cultural shift as much as a technological one, how having this level of automation in place helped us mitigate the log4j security incident within a few hours, the intricacies of software dependencies, the benefits of tech standards, and more. Welcome to the Fleet. Learn more: Launching soon: Spotify Plugins for BackstageLarge-Scale Automated Refactoring Using ClangMR Read what else we’re nerding out about on the Spotify Engineering Blog: engineering.atspotify.com You should follow us on Twitter @SpotifyEng and on LinkedIn!

Duration:00:36:30

Ask host to enable sharing for playback control

11: Open Source Work Is Work

10/27/2022
If you look at any of our open source projects, you’re bound to see the phrase “Made with 💚 at Spotify.” That’s because many open source projects start off as passion projects. But is passion enough? Now that open source code is so essential to how we all build, it’s important for us to treat that code more seriously. To be sustainable, open source can’t rely on passion alone. It needs a little tough love, too. For that, we got an OSPO — an open source program office — to help our developers (and Spotify) get the most out of their open source experience. Host Dave Zolotusky talks with Per Ploug, our open source tech lead and head of Spotify’s OSPO. You’ll hear about what developers can learn from open sourcing their projects, why we shouldn’t treat open source like a side gig, how to measure the success of an open source project (by the number of stars on GitHub, of course), what open source at Spotify looked like in the past (the good, the bad, the so-so), and what we hope it looks like tomorrow. Read more about open source at Spotify on the Spotify Engineering blog: Open Source Work Is WorkThe Open Future Listen to more episodes about open source at Spotify: 10: Basic Pitch06: Bits of Math at Scale04: Backstage in the Wild03: Community Builders02: Open Issues01: What Is Backstage? Read what else we’re nerding out about on the Spotify Engineering Blog: engineering.atspotify.com You should follow us on Twitter @SpotifyEng and on LinkedIn!

Duration:00:46:09

Ask host to enable sharing for playback control

10: Basic Pitch

10/6/2022
What if you could create a guitar solo just by humming it? That’s Basic Pitch, a new open source project from Spotify’s Audio Intelligence Lab. Basic Pitch is a neural network that can analyze the recording of almost any instrument (including your voice) and then transcribe the notes that it detects into MIDI, the standard file format used for musical notation. It’s like speech-to-text, except it’s turning musical performances — whatever you hum, strum, pluck, peck, or tinkle — into a digital score you can edit on your computer. Hear host Dave Zolotusky talk with Spotify researcher Rachel Bittner about what makes detecting musical notes an interesting machine learning problem. You’ll learn about how musicians use audio-to-MIDI converters to make music, the subtleties of pitch tracking, and why you want your model to capture the main pitch events in the audio as well as all the “wiggly stuff”. Plus, a live demo of the model in action and all the “Hot Cross Buns” you can handle. Listen to the end of the episode to hear "Virgo", the single that artist-producer Bad Snacks composed using Basic Pitch.🎻🎻🎻🎻🎻🎻 Basic Pitch is open source software that musicians can use online for free and that ML developers and researchers can tinker with and contribute to. BasicPitch.ioPython repoTypeScript repoSoundtrapMeet Basic Pitch: Spotify’s Open Source Audio-to-MIDI Converter“Virgo” by Bad Snacks on SpotifySpotify Made an Audio to MIDI Converter (?!?) - Basic Pitch OverviewOp37 Maximum Shimmer Want more open source goodness from Spotify’s Audio Intelligence Lab? Listen to Ep.06: Bits of Math at Scale to learn about Pedalboard, a Python library for applying studio-quality audio effects at scale. Read what else we’re nerding out about on the Spotify Engineering Blog: engineering.atspotify.com You should follow us on Twitter @SpotifyEng and on LinkedIn!

Duration:00:43:44

Ask host to enable sharing for playback control

09: It's All About the Data

9/15/2022
In technology, as in life, bad experiences often start with bad data. This is as true with a misguided aunt setting you up on a blind date as it is with machine learning recommendations about which podcast you might want to listen to next. High quality data is essential to making sure every Spotify listener has a rewarding experience made just for them. But with a half trillion events happening on the platform every day, how do you even begin to sort all that data out? Enter Laura Lake, senior director of Spotify’s Personalization Insights team. When she first arrived here, even simple questions were difficult to answer without teams having to “knit together 50 different data sources”. In this episode, she talks with host Dave Zolotusky about a critical point in Spotify’s growth and the yearslong journey that resulted in improving and ensuring the quality of the data that all our developers rely on. Hear about the technological and cultural changes that led to both better quality data and better collaboration between our teams — and how we use the data to build the knowledge models that lead to Discover Weekly, Daily Mix, and a more personalized experience for every one of Spotify’s hundreds of millions of listeners. How do we know if our ML models are doing what we want them to? Did our listeners actually discover something new? Let’s dig into the data. This is the second episode in our miniseries about machine learning and personalization at Spotify. Humans in the Loop Read what else we’re nerding out about on the Spotify Engineering Blog: engineering.atspotify.com You should follow us on Twitter @SpotifyEng and on LinkedIn!

Duration:00:32:08