ADVERTISEMENT

Will AI kill music?

A conversation on possibilities of creating what appeals to the heart

Published Aug 27, 2025 05:40 pm
When it takes a few keystrokes to generate songs, “What’s the point of musicians anyway?”
I set up a call with Vic Icasas, CEO and managing partner of Hit Productions, and composer BP Valenzuela. Hit Productions works with clients to create engaging audio for advertising and entertainment. We discussed AI, how it’s affecting music, and what’s exciting about both human and AI-driven possibilities.
Not so great replacement
BP says, "I think when it comes to AI music and AI jingles, you could do that, and it's functional music, technically.” But, “When it comes to music you would listen to on your own, music you seek out that appeals to you as a person,” The idea here is we could have ‘“functional music” but that’s not what goes to our hearts. It’s just meant to, “be there.”
Composer BP Valenzuela in the studio
Composer BP Valenzuela in the studio
The conversation goes to the idea that AI is part of the history of technology making an impact on music. When synthesizers became available, musicians experimented and created new forms. Same with drum machines, samplers, autotune. Rather than replacing musicians, they led to new forms of expression.
Even when someone is using a synth or drum machine, there’s the impulse to infuse your humanity. As Vic says, “...the amount of obsession that goes into perfecting that beat, that sample... You're not just grabbing four bars off a loop library…But you have to add your own personality to it. You have to tweak it…you're trying to counteract the mechanical (nature) of the drum machine by adding a human element on top.”
The joys of discovery
We noted that apps like Suno and Udio are constantly updating to have richer sounding production, more features, and a better feel for music. Very much like the chatbots we use almost every day, are built on incredibly large datasets. Imagine the level of musical “knowledge” these apps hold, and how they are able to draw from all that training to generate new music. At the same time, we need to mention that these apps are being sued, like some LLM companies, because of alleged copyright infringements in their training data.
Hit Productions’ CEO and Managing Partner Vic Icasas
Hit Productions’ CEO and Managing Partner Vic Icasas
Operating alongside that are teams like BP’s made up of composers, arrangers, music producers, and musicians who collaborate, making jingles for ads or incredibly personal and artistic songs. There’s a joy to the process of creation and discovery that is different from quickly generated prompts.
The joys I am writing of might sound like a fetishizing of the manual and physical, but anyone who has stuck with an instrument or gone through a recording process knows that there is a chance to disappear into the music that is special.
Vic says, “...with AI, it's just all about the product, and it starts and ends there."
And BP replies, "It's all about the endpoint. It's all about the lack of the process, cutting the middle."
This cuts out the element that makes human collaboration and discovery so meaningful and fulfilling. Sometimes the end point of a good song is a bonus to having gone on a journey.
AI for expression
I mentioned my Spark Amp has a Smart Jam feature: if I start playing guitar, it can track my playing and generate bass and drum tracks. BP responds, “I would love an AI jamming partner. Honestly, if they could make that and it's trained on the stuff I like, that would be cool."
Vic says, "That's where I see everything going. Even what BP was saying about having a jamming partner or having it as a collaborator, I would love that to happen because at the end of the day, I would still listen to artists that did that, put music out that way. But if it was a music track from something that was completely AI, it would be hard to work up the enthusiasm…"
Vic Icasas and BP Valenzuela together in the recording studio.
Vic Icasas and BP Valenzuela together in the recording studio.
BP again, "It cuts out all of the fun parts about making music, like the things that I like. You learn who you are as a musician when you make things…I always say that you have to be bad before you get good at anything."
This gets us to the crux the challenge Generative AI presents. There are parts of craft and process so it “makes things easier.” But in removing those, we lose the value of working through a problem, developing craft, and enhancing skill.
When you’re already skilled, AI can supercharge your creativity, helping you create things you couldn’t before. It could lead to new ideas and new creative process.
But if you’re just starting out, it might be worth spending time cutting your fingertips on guitar strings or messing with knobs until you figure out how to EQ. There are things that take more time, but lead to joy, self-discovery and, self-expression.

Related Tags

SPOTLIGHT FEATURES
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.