Full-Time

Community and Creator Growth Manager

Mirelo AI

Mirelo AI

11-50 employees

Generative AI music models and apps

No salary listed

Berlin, Germany

In Person

Candidates are strongly preferred to work from the Berlin headquarters.

Category
Growth & Marketing (1)
Required Skills
Figma
Machine Learning
Data Analysis

Get referred to Mirelo AI

See people who can refer or advise you

Requirements
  • Experience growing or running a community, channel, or creator program professionally or as a serious side project, with demonstrable outcomes.
  • Fluency in X, LinkedIn, Reddit, and Discord, including understanding of platform culture and audience resonance.
  • Ability to manage multiple workflows with urgency and attention to detail.
  • Curiosity about artificial intelligence and creativity.
  • Clear communication skills.
  • Ability to move quickly, experiment, and learn by doing.
Responsibilities
  • Own direct messages and creator communications end-to-end across primary channels such as X, LinkedIn, YouTube, and TikTok.
  • Run regular outreach and activation loops.
  • Develop strategies to grow and activate the user base.
  • Create workflows, templates, and processes to scale community operations while maintaining authenticity.
  • Develop ambassador programs, creator spotlights, and loyalty initiatives to reward and engage active users.
  • Produce posts, videos, and user showcases that support AI video generation conversations.
  • Track engagement and retention, identify drop-offs, and refine systems based on data and feedback.
  • Build relationships with creators, filmmakers, and game developers.
  • Design systems and programs that turn users into advocates.
  • Own key workstreams that build and sustain the community.
Desired Qualifications
  • Basic content production skills using CapCut or Premiere and Figma.
  • Comfort conducting live sessions.
  • Strong interest in artificial intelligence, machine learning, creator tools, gaming, or video technology.

Mirelo AI builds and licenses AI models and applications for music creation using generative AI. Its products target both music professionals (producers, sound engineers) and tech enthusiasts, with offerings in B2B and B2C through licensing, subscription-based access, and bespoke enterprise solutions. The core of its product is foundational music models that generate or assist in music production, which can be accessed via licensed models, subscription apps, or customized AI solutions for clients. Mirelo AI differentiates itself by focusing specifically on music-oriented AI, offering a combination of ready-to-use licenses, consumer-facing apps, and tailored enterprise services, backed by a network of institutional investors. The company's goal is to enable widespread use of AI in music creation, helping users integrate advanced AI into their creative workflows and grow its footprint across both individual users and organizations.

Company Size

11-50

Company Stage

Seed

Total Funding

$41M

Headquarters

Tübingen, Germany

Founded

2023

Get referred to Mirelo AI

See people who can refer or advise you

Simplify Jobs

Simplify's Take

What believers are saying

  • July 2026 changelog shows rapid shipping across Studio, plugins, and API.
  • Runware, Premiere, and DaVinci Resolve integrations expand distribution beyond Mirelo's own app.
  • December 2025 raised $41M from Index and a16z, funding model expansion.

What critics are saying

  • Sony, Tencent, and ElevenLabs target Mirelo's exact video-to-audio category.
  • SFX 1.6 still depends on narrow creative workflows; broader platforms can commoditize it.
  • No major customer lock-in or enterprise contracts are public; funding alone won't protect margins.

What makes Mirelo AI unique

  • July 2026 SFX 1.6 adds inpainting, extension, and seamless loops.
  • Mirelo combines video-to-audio, gibberize, and Audio-to-MIDI inside one creator workflow.
  • Berlin founders CJ Simon-Gabriel and Florian Wenzel bring deep audio and ML credentials.

Help us improve and share your feedback! Did you find this helpful?

Benefits

Company Equity

Growth & Insights and Company News

Headcount

6 month growth

4%

1 year growth

4%

2 year growth

-16%
Mirelo
Jul 9th, 2026
You don't need words to sound convincing: Meet Gibberize.

You don't need words to sound convincing: Meet Gibberize. By Mirelo Team | July 9, 2026 Have you ever listened to a song you loved and wished you could get the notes to play it yourself? Its new audio-to-MIDI model lets you do exactly that. Give it a song, and it gives you back the notes, separated into a track for each instrument: voice, drums, bass, keys, and more. Today, together with Kyutai, Mirelo AI GmbH is open-sourcing this model and the research behind it. Mirelo AI GmbH has also trained an improved version, on even more data, which you can test with its free Audio-to-MIDI product in Mirelo Studio. It transcribes your full mix from any WAV or MP3. From there, you can get a full music sheet to learn an instrument part, or export any track as MIDI and take it into your DAW to create something new. Go check it out! What you get. Its model is built for the full mix use case. Upload a recording and it gives you: * Automatic instrument detection. The model finds each part in the mix and labels it (voice, drums, electric bass, synth lead, and so on). * A separate MIDI track per instrument. Every detected part comes back as its own track on a piano roll, where you can review the transcription and adjust any notes you want to change before you export. * Musical context. As shown in its Audio-to-MIDI tool, applications built on the model can go further and detect chords, key, and tempo, giving you the full harmonic picture. * One-click export. Solo, mute, or download any track as MIDI and drop it into your DAW. Why Mirelo AI GmbH is excited. Audio-to-MIDI tools already exist, and some are good. But almost all handle one sound at a time: a single vocal, a solo piano, one guitar take. Real music is denser, layering vocals, drums, bass, and more all at once, often buried under effects. That density is where existing models break down, and why turning a full song into usable MIDI has stayed a hard problem. That is the gap its model closes: it takes the full mix and transcribes every instrument at once. Music transcription as language modeling. In its most basic form, music transcription involves taking the waveform of a music audio recording and extracting the start and end times of all the notes played within. In the multi-instrument case, Mirelo AI GmbH is also interested in knowing the exact instrument that played a particular note. The result of such a transcription is usually visualized using a piano roll representation, where the x-axis corresponds to time, the y-axis corresponds to pitch, and colored boxes indicate the notes played by different instruments. Its model, similar to prior work [MT3], represents such a piano roll as a 1-dimensional sequence of discrete tokens representing pitch, timing, and instrument type. This representation is similar to the popular MIDI standard used for encoding note sequences in digital instruments. The model predicts this token sequence using a straightforward, decoder-only transformer backbone, thus performing music transcription as language modeling. The model accepts a mel-spectrogram representing a 5-second audio chunk as prefix conditioning and autoregressively generates a stream of transcription tokens until an EOS token is obtained. Synthetic pre-training, RL post-training. Music transcription as language modeling has already been explored in prior work [MT3, YMT3]. So why then has effective multi-instrument transcription remained so elusive? A primary bottleneck in building multi-instrument AMT systems is the scarcity of music audio with aligned note annotations. Such data can be obtained relatively easily for specific instruments like piano [MAESTRO], but is much harder to create in multi-instrument scenarios. Synthetic music audio, which can be generated at scale, is a promising alternative. However, although previous work does utilize synthetic training data, the resulting models generalize poorly, leading to largely unusable transcription output in realistic, multi-instrument settings. For its model, Mirelo AI GmbH utilize synthetic data for pre-training while combining it with fine-tuning on real music audio and post-training using reinforcement learning, leading to a combination of three training datasets: * DSynth: Mirelo AI GmbH collect a dataset of roughly 1.45 million MIDI files across different genres (with a focus on pop and Western classical music). In order to utilize this data for transcription, Mirelo AI GmbH develop an on-the-fly synthesis pipeline using varying instruments, keys, tempos and tunings. * DReal: To complement its synthetic dataset DSynth and to investigate the impact of different data types, Mirelo AI GmbH also utilize an internal dataset of 170 000 real music audio recordings (totalling over 11 000 hours) with aligned note annotations. * DRL: Finally, Mirelo AI GmbH curate 300 tracks from DReal and apply a GRPO-like algorithm to its model to align it with this small dataset of high-quality transcriptions. Mirelo AI GmbH pre-train the model on DSynth, fine-tune on DReal and post-train on DRL. Mirelo AI GmbH observe that each training stage improves results over the previous one. In particular, while the model trained exclusively on synthetic data is already competitive with the prior state-of-the-art AMT baseline [YMT3] in terms of frame F1 score, Mirelo AI GmbH note that fine-tuning on DReal is essential for performance and improves all metrics by roughly 20 percentage points. In addition, the reinforcement learning phase on the high-quality dataset DRL further improves results, leading to its best overall model. In the paper accompanying the release Mirelo AI GmbH provide further analyses on the effect of synthetic pre-training as well as outline its optional instrument conditioning mechanism, which allows for customizing transcription outputs according to specific instrumentations. Open weights for researchers, an app for musicians. To aid future research, the inference code is on GitHub and the model weights are on Hugging Face. And the improved, even more accurate version is live now - see the Audio-to-MIDI product page or try it free in Mirelo Studio. To cite this work, please use the following reference: References. [MT3] J. Gardner, I. Simon, E. Manilow, C. Hawthorne, and J. Engel, "MT3: multi-task multitrack music transcription," in ICLR, 2022. [YMT3] S. Chang, E. Benetos, H. Kirchhoff, and S. Dixon, "YourMT3+: multi-instrument music transcription with enhanced transformer architectures and cross-dataset stem augmentation" in MLSP, 2024. [MAESTRO] C. Hawthorne, A. Stasyuk, A. Roberts, I. Simon, C. A. Huang, S. Dieleman, E. Elsen, J. H. Engel, and D. Eck, "Enabling factorized piano music modeling and generation with the MAESTRO dataset," in ICLR, 2019.

Creative AI News
May 19th, 2026
Mirelo SFX 1.6 adds audio inpainting for video creators.

Mirelo SFX 1.6 adds audio inpainting for video creators. Mirelo SFX 1.6 adds audio extension, inpainting, and seamless loops to its video-to-audio model. Mirelo released SFX 1.6 on May 19, shifting its video-to-audio model from one-shot generation to iterative editing. The official release notes introduce audio extension, inpainting, seamless loops, and longer generation windows, letting creators revise a generated track instead of regenerating it from scratch every time. What you can do with this in a video edit. The new editing primitives map cleanly onto a working video timeline. Generate a base ambient bed for a 10-second shot, then extend it to cover the full sequence without a hard loop seam. If a footstep lands wrong against an explosion cue, inpaint just that region rather than re-rolling the whole take. The DaVinci Resolve Studio plugin keeps the audio in the same project that holds your edit, and the developer API at $0.007/sec on fal.ai lets pipelines call SFX-1.6 inside ComfyUI or n8n workflows. Why it matters. AI video generation has outpaced AI audio for two years, so most Sora, Veo, and Kling clips ship silent or with a placeholder track. Mirelo, which raised $41M from Index and a16z in December 2025 to close that gap, is now closing the iteration loop too. The earlier SFX-1.5 release could produce a synced track, but a track you cannot edit is a track you cannot use in client work. Inpainting and extension move the model from demo toy to a tool a sound editor can actually finish a delivery with. Key details. SFX 1.6 is a paired video-to-audio and video-to-video model. Input is a clip plus an optional text prompt; output is a synced sound track aligned to motion, emotion, and pacing in the source video. The model is positioned by Mirelo as commercial-use and is offered as a partner model on fal.ai. Audio extension supports stitching past the original 10-second cap, and inpainting accepts a time range plus an optional re-prompt for the patched region. What to do next. If you cut in DaVinci Resolve, install the Mirelo plugin and run SFX 1.6 against a silent AI-generated clip you have sitting in a project right now. If you build pipelines, swap an MMAudio call for the fal.ai endpoint and compare output on a 30-second timeline that needs an extension splice. The iterative-editing model only pays off once you stop treating audio generation as a one-shot step.

Mirelo
Dec 16th, 2025
Announcing Mirelo's Seed Round with a16z and Index - Mirelo AI

Upload your video and let AI generate custom sound effects & music in seconds. Mirelo AI offers much better SFX-to-video with higher audio quality than MMAudio, ThinkSound, PixVerse, or other alternatives.

EU-Startups
Dec 15th, 2025
Berlin-based Mirelo raises €35 million seed round co-led by Index Ventures and Andreessen Horowitz

Berlin-based Mirelo raises €35 million seed round co-led by Index Ventures and Andreessen Horowitz. Mirelo, an audio company that lets anyone generate perfectly synchronized sound effects for videos, has just raised about €35 million ($41 million) in a seed round, co-led by Index Ventures and Andreessen Horowitz, with participation from Atlantic.vc and TriplePoint Capital. The Berlin-based startup was founded by two senior AI researchers who are also accomplished musicians, and who left big tech to build breakthrough foundation models in audio - one of the most emotionally resonant but technically underdeveloped areas of AI. The funding is a sign of a broader shift in creative expression, as AI tools empower more and more artists and designers to bring their ideas to life. Sound has a unique power to influence our feelings and reshape how we experience reality. Yet while AI has transformed the creation of text, images and video, sound is yet to catch up. As a consequence, adding music and audio to visuals still involves creators and sound designers spending hours searching stock libraries and manually syncing effects. Mirelo, founded in 2023, has responded to this challenge by developing its own cutting-edge foundation models for sound in videos. A user can upload any video, and in a matter of seconds Mirelo's system produces matching audio for anything happening on screen. The ability to produce high-quality sound faster than real time becomes particularly important in a world of dynamic content, whether that's AI-generated videos or adaptive gaming worlds that shift for each player. "Think of the difference between talkies and silent films - video without sound has so much less feeling and atmosphere," says CJ Simon-Gabriel, CEO, and co-founder. "Mirelo's first step is about democratising access, empowering everyone to create the sound that their (AI) video deserves. But we'll also empower professionals to rework audio, to do more of what they love, to be more expressive and imaginative in what they can achieve, while handling the boring stuff such as synchronization. Our bigger mission is to become the audio layer for all visual content across videos, gaming, social media, films and beyond." Mirelo's founders, CJ, and Florian Wenzel, met as AI researchers at AWS Labs before starting their own company. CJ has a PhD in machine learning and causal inference from the Max Planck Institute, where he studied under renowned computer scientist Bernhard Schölkopf, and completed a postdoc at ETH Zurich. Florian, Mirelo's CTO, has a PhD in deep learning from Humboldt University, and was a researcher at Google Brain. Mirelo sprang from the pair's shared passion for music and frustration with their field's narrow focus on images and LLMs. CJ has a degree in piano, organ and composition from the Conservatoire in Strasbourg, and was very close to pursuing music professionally; he dreams one day of recreating the unwritten music of Mozart and Schubert. Meanwhile, Florian mixes music and plays electric guitar as a member of an electro band in Berlin. A couple of weeks ago, the young company released a new, top-notch video-to-sound-effect model, Mirelo SFX v1.5, which can generate various soundtrack versions faster than real-time. It is available via their self-serve API and web-app, Mirelo Studio. Mirelo's models are very lightweight, requiring 50 times less compute than typical LLMs, while also delivering superior quality to any competitor so far according to external evaluations. "Sound is too often an afterthought in video production, yet it's what determines whether a video or game truly resonates with its audience. Mirelo gives creators a new form of expression, letting them move faster and sound better," says Georgia Stevenson, the partner at Index Ventures who led the investment. "The team led by CJ and Florian combines cutting-edge AI expertise with an unparalleled focus on audio's emotional power. It is a combination that positions them to reshape how the world experiences sound." "To date, a16z has invested in multiple world-leading generative models each with a different focus area. Mirelo is tackling one of the most technically challenging and least explored areas of generative media: a specialized model for sound effect creation." said Guido Appenzeller, partner at Andreessen Horowitz. "CJ and Florian have assembled a research-driven team whose breakthroughs in tokenization, data curation, and conditioning rival far larger efforts and we're excited to back Mirelo as they scale their technology for the next generation of video models."

TechCrunch
Dec 15th, 2025
Mirelo raises $41M from Index and a16z to add AI-generated soundtracks to videos

Mirelo, a Berlin-based AI startup, has raised $41 million in seed funding led by Index Ventures and Andreessen Horowitz. The two-year-old company develops AI technology that automatically generates and synchronises sound effects for videos. Earlier this year, Mirelo released SFX v1.5, an AI model that interprets video content to add matching soundtracks. The technology has attracted interest from venture capitalists betting on generative AI's potential in gaming. The funding will help Mirelo compete against larger rivals including Sony, Tencent, Kuaishou-owned Kling AI, and ElevenLabs, which have all released similar video-to-sound-effects models. Mirelo differentiates itself through its narrower focus on audio generation. The company plans to use the capital to expand its team and strengthen its competitive position in the emerging video-to-audio AI category.