ADVERTISEMENT

Judy Ann Santos on why young people should be genuine

The award-winning actress shares her secret to thriving in work and in life

Published Aug 11, 2025 03:14 pm
Judy Ann Santos has been a well-known figure in the Philippine entertainment industry for decades. She started out as a teenage star and worked hard to become an award-winning actress, producer, and restaurant owner. People remember her for her famous parts and box office hits. Some young people now know her for her funny, viral videos. But it's the ideals she's lived by—kindness, self-awareness, and keeping true to herself—that make her a role model outside of the screen.
In this interview with Manila Bulletin Lifestyle, Judy Ann, the newest ambassador for Tala, talks about what she's learned from her own successes and failures. She gives the next generation of dreamers honest, heartfelt guidance to getting through both work and life.
What do you wish you knew at 18 when you were just starting out that would have saved you a lot of heartache?
Looking back, I used to think, I wish I did this, or I wish I knew it was going to be like this. But now that I’m in this position, I can’t really say I regret those heartaches. Maybe because at that time, I was always on set, every single day, so it was easy for me to believe in things. If there was a heartbreak, I went through the process of feeling it, but I limited it to a day. The next day, it was gone because I’d change my number and move on. If there’s one thing I wish I knew then, it’s that not all people who show good intentions to you actually have good intentions.
What’s a career regret that has kept you up at night?
Probably when I was younger. At that time, my regret was that I didn’t have the voice to tell my manager that I really didn’t want to do a certain project, but I allowed it. That was my fault, and I learned from it. I learned a lot growing up with those regrets.
I mean, my career growing up was very colorful. Even if I didn’t like what I was doing, I made it a point to enjoy my job—going to the set, cooking on the set—even if I didn’t like my colleagues. It was still an experience. Probably, I can’t say they were regrets because I learned a lot from them.
Judy Ann with Piolo Pascual in their movie 'Till there was you.'
Judy Ann with Piolo Pascual in their movie 'Till there was you.'
What’s one habit teens should pick up now to help them become the best at what they do?
They just have to own themselves. Be genuine. When I say be authentic, I mean you should be you. People will love you for you. You don’t have to pretend—it’s hard to stick to something you’re not. If you know your talent, your skills, and how to build genuine relationships with people around you while respecting them, that’s a real investment. Start there.
Be yourself so you can have fun. When you’re having fun in whatever you do—whether in the corporate world or somewhere else—as long as you’re happy, you know what you’re doing, and you believe in it, you’ll get through all of it. You’ll also be able to save money for your future. Yes, you’ll cry during difficult times, but you’ll know you have a solution because you love what you’re doing.
What’s a skill or skill set you advise kids or teens should develop that’s not related to your career but would help you grow or become better at it?
Explore. Do your research. And while you’re exploring, make it a point to have fun so that early on, you can identify what you really want. Don’t pressure yourself into following what society says. If you depend on that, you might end up doing something you don’t actually like just because society says you should, and that won’t make you happy.
Whatever they want to do in the future, they have to make sure they know what they’re doing, they know how to do it, and they know why they want to do it. For me, these are the key aspects of building yourself and having a dream. You need to have a plan. What is your plan in life? Where do you see yourself 10 years from now?

What advice has been given to you that you consider to be the most helpful and something you can share to those who want to follow in your footsteps?
My mom’s advice: Don’t forget the people you’re with as you go through your career, from the smallest role to the biggest. Because those are the people you’ll meet again when you come back. Don’t measure the respect you give based on someone’s position—be a good person. Kindness will really go a long way.
Mentors is Manila Bulletin Lifestyle’s dedicated space that features industry leaders as they share valuable insights and lessons to help guide the youth in discovering and pursuing their career paths.

Related Tags

Mentors Youth
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.