ADVERTISEMENT

Where flavors meet: The final bow of 'Mat Nam' at Balmori

Yakitori master Byung Mook Kim brings comfort, smoke, and soul to the last chapter of Your Local's cross-cultural dining series

Published May 30, 2025 07:35 am
Chef Byung Mook Kim
Chef Byung Mook Kim
In the quiet corners of Makati’s Balmori Suites, where light pools over polished tables and diners lean in with anticipation, a final act unfolds. “Mat Nam by Your Local,” a culinary series that has drawn fire and flavor from Korea’s “Culinary Class Wars,” concludes with a visit from the “Yakitori King” himself, Chef Byung Mook Kim.
The story began with traditional Korean tables and found its way to the open flame. Now it ends with a man who walked away from numbers and office walls to chase the language of smoke and fat. Kim once studied statistics. Now he studies chicken.
At Yakitori Mook in Japan, Kim learned the patience of skewers. His restaurant holds a Bib Gourmand honor, and the reason is simple. Negima Yakitori. Chicken thigh. Leek. A pinch of black squid ink salt and crisp breadcrumbs. It arrives hot. You eat it fast. Nothing more.
Yakitori
Yakitori
SMG Bao
SMG Bao
Potato Cheese Kimchi Pancake
Potato Cheese Kimchi Pancake
Nanbanzuke
Nanbanzuke
Wonton
Wonton
But his range extends past the stick. Nanbanzuke, a fried chicken dish soaked in a sweet and sour bath, is crisp despite the sauce. He calls it comfort. He is not wrong. It has been part of his craft for seven years.
Then comes Dewi Galbi Jim, his pork ribs. They rest after long hours in soy. They fall apart when touched. Most in Manila serve it as a stew. Kim serves it on a plate like a feast, the ribs glazed and shining beside okra, carrots, and mushrooms.
One of the surprises lies in a pancake. Its name hides its power. The outside crunches like a breakfast hash. Inside, shredded potatoes hold back the fire of kimchi. Each bite feels balanced, like a dish that knows restraint.
Chef Patrick Go
Chef Patrick Go
“Mat Nam” translates to a place where flavors cross paths. Here, Korea met Manila. Chef Patrick Go of Your Local brought the other half of the table. He did not try to match Kim’s dishes with more Korean food. Instead, he used Korean ingredients in quiet ways.
He served mantou toast with shiitake and gorgonzola, seasoned with seaweed. His tostada placed samgyupsal-style pork belly on a large, crisp molo wrapper. He pushed flavors without force.
The mains held their own. Halibut arrived dressed in rendang touched with ginamos, a fermented bagoong from the Visayas. Its heat lingered. River prawns roasted in soy brown butter carried shrimp and fish roe. The taste was briny and clean.
Dessert turned the heat down. Choco Na Gatas came cold with milk powder, like the ice cream we ate as children but richer. Yuzumansi Cake was sweet and bright, a last note that did not try to impress but succeeded anyway.
Palabok rice
Palabok rice
Yuzumansi Cake
Yuzumansi Cake
Choco na Gatas
Choco na Gatas
Prawns
Prawns
Dewi Galbui Jim
Dewi Galbui Jim
The “Mat Nam” series came together through the Tasteless Food Group. It told stories through dishes. Streaming shows gave these chefs a stage. In Manila, the food did the talking. Chef Kim once thought the silence during tapings meant the show would fail. But the silence came from focus, not boredom.
Now he serves his final dishes in the Philippines before heading home. The tables are still full. The fire still burns.
The last “Mat Nam by Your Local” runs until June 1 at The Chef’s Table in Balmori Suites, Makati. For bookings, guests may contact 0945 427 0054.
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.