ADVERTISEMENT

The culinary wonders of Nyx

Published Feb 6, 2026 08:31 am
One section of Nyx’s interiors.
One section of Nyx’s interiors.
In Greek mythology, Nyx is the goddess of night. The offspring of Chaos, she is often described as a black-robed goddess riding through the sky in a chariot pulled by horses. She is of such strong character, it is written in Homer’s Iliad that even Zeus fears to displease her. She is associated with things that are chaotic or disruptive.
Opening ceremonies get started, with Jackson Go on the far right.
Opening ceremonies get started, with Jackson Go on the far right.
And on the right side of disruptive, there is certainly something to be said about how the new Jackson Go-led restaurant at the Level 4 of One Ayala’s al fresco area is appropriately named Nyx. Jackson’s restaurant group, led by Vikings, needs no introduction in our dining landscape. And with Nyx, he now transforms and elevates the buffet concept to an unheard-of gastronomic experience.
Arrayed in the buffet stations and kitchen areas of Nyx are dishes that one only finds in fine-dining establishments. Whether Western cuisine, Filipino, Chinese, Japanese, or Thai, among others, be ready to be mesmerized by what’s on offer. It’s “takaw tingin,” a version of food porn, and it’s guaranteed to disrupt the previously comfortable world of buffets organized by the best hotels in the city. For Nyx is challenging these buffets to offer the wide diversity that’s to be found at Nyx, for the unbelievable price points and quality.
Thai Curry Beef and Mushrooms
Thai Curry Beef and Mushrooms
Barramundi
Barramundi
Silken tofu
Silken tofu
When dining at Nyx, there are even periodic light and sound shows, live musical interludes, and dining booths that offer a sense of privacy within the expansive floor area. It’s an unheard-of concept, and when I asked Jackson if there was a peg for this, he just smiled, saying not that he knew of, and that only time will tell if it’s a concept that will click with the more discriminating dining demographic.
During the opening night hosted by 1Lit’s Jackie Go, she explained how certain dishes would be served at our table, but that we were also free to roam around the buffet setups and order for certain items to be brought to our tables. And honestly, while one could just wait for the nine dishes that would reach our tables, the buffet setup had so many interesting and tempting stations.
I’ve made a selection of some of these stations, so you understand how tempting it was to just gorge and end up stuffed.
As for the ones that were especially cooked and brought to our table, the first one I have to mention would be the U.S. scallops that were served with creamy spaghettini with a scoop of caviar. Talk about indulgence, and this dish had it. The plump scallops were bites of perfection.
Then there was the lobster, done in Thermidor style, and browned to enhance the dish. And one will love how the claw part had already been cracked so it was easy to get to the lobster meat.
The garlic abalone was their concession to Chinese, and showing us how Nyx would define Chinese cuisine, only offering the dishes that were once the exclusive domain of royalty.
The wagyu nigiri is a must try, as it’s super tender and hides the portion of rice that’s to be found underneath the thin slice of quality beef.
US Scallops
US Scallops
Nicole Laurel Asensio during her first set.
Nicole Laurel Asensio during her first set.
Wagyu Nigiri
Wagyu Nigiri
Issa Litton and Jackie Go at Nyx
Issa Litton and Jackie Go at Nyx
There’s a dessert section that’s out of this world. And beyond the bevy of choices, there’s even a section with terrific gelato and sorbet flavors, and here is a photo with just a quarter of the ice cream display.
I can write more about my Nyx experience, but trust me when I say that there’s nothing like heading there and experiencing it yourself. I’m wishing great success for Nyx, as Issa and I both agreed that we’d be back as regulars.
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.