ADVERTISEMENT

Jace Roque on AI in music: 'It's offensive - something I will never support'

Published Apr 1, 2026 08:50 am

Singer-songwriter Jace Roque is speaking out against artificial intelligence in music, arguing that it undercuts the value of genuine artistic effort.

"AI in music is something I can never get behind. It diminishes my hard work. When AI-generated music gets more attention than music made by a truly talented person, it devalues what I do. It's offensive, honestly — something I will never support," Jace said in an interview at the launch of Ato Gaido Tea Shop at CityWalk 2 in Eastwood City.

Singer-songwriter Jace Roque (Raymond Cauilan)
Singer-songwriter Jace Roque (Raymond Cauilan)

Still, Jace draws a distinction: AI has its place, but only as a tool that assists — never one that replaces — human creativity.

"In general, AI is fine as long as it serves as a supporting tool. What's not okay is when there's nothing left for a human to contribute — you just type a prompt and that's it. AI was created to ease the burden, not to take over," he said.

He acknowledged that some people have encouraged him to experiment with AI in his music, but he remains firmly against it.

"It's like driving — you can't just hand the wheel over to AI and remove all human intervention. The human element has to remain at the core."

With 18 years in the industry, Jace has picked up lessons that go well beyond the stage.

"You can't just be an artist on the creative side. You have to immerse yourself in the business. You have to be knowledgeable about the industry you're entering — not just because you're talented and want to be in showbiz. You need to equip yourself with everything there is to know about the business.

"You need to read your contracts and negotiate everything. And you have to be grateful to everyone who helped you along the way.

"That's one of the problems I've noticed with some artists — they lose their sense of gratitude. I've seen it time and again: you won't get far if you're not thankful to the people who helped you get there," he said.

On breaking into the entertainment industry, Jace stressed that training is non-negotiable.

"With so many people wanting to break in, talent almost becomes secondary. There are a lot of talented people out there — what sets you apart is your training.

"You have to prepare and train. You need to own your craft, because there are so many skilled people out there. When you truly hone your skills, the difference between someone who is well-prepared and someone who is just winging it becomes obvious."

Jace also expressed excitement about the current state of Original Pilipino Music (OPM), saying the scene has never felt more alive.

At Ato Gaido-Eastwood's grand launch. From left: Jess Salvani, Rhonda Salvani, franchise owners; singer-songwriter Jace Roque; and Arlyn Mendoza, business partner.
At Ato Gaido-Eastwood's grand launch. From left: Jess Salvani, Rhonda Salvani, franchise owners; singer-songwriter Jace Roque; and Arlyn Mendoza, business partner.

"It's alive — thriving and surviving. BINI's Coachella appearance will open more doors for Filipino artists. Every artist should push themselves so we can all be given more opportunities," he said.

Looking ahead, Jace is eyeing a strong finish to the year.

"I just want to put out everything I’ve been working hard on for the past three years. Hopefully, I can take home some awards during awards season.

"I'm just grateful to still be here, because longevity is hard to come by. I'm sure many artists are chasing it for as long as their bodies will allow. Even after 18 years, I still feel relevant," he added.

Jace is also looking forward to the release of his new Star Music single, “Pagbangon,” dropping on streaming platforms on April 10.

“'Pagbangon' is the story of my rebirth — how I turned pain and despair into fuel to reignite my passion,” he shared.  

Related Tags

Jace Roque OPM Pagbangon Ato Gaido Eastwood
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.