ADVERTISEMENT

'Rescue Kitchen' turns food waste into hope for the hungry

Published Oct 16, 2025 02:25 pm
Every time we bite into a juicy burger, do we ever stop to think how lucky we are that we are not one of the millions who go to bed hungry? It's ironic, isn't it? While so many struggle to find their next meal, the world continues to battle the problem of food waste.
In the Philippines, households are the biggest contributors to this issue. According to the 2024 Food Waste Index Report by the UN Environment Programme (UNEP), Filipino households throw away approximately 2.95 million metric tons of food each year, with rice being the most discarded item. That is food that could have fed millions.
But it is not just homes. The food service sector also contributes significantly to food waste. Restaurants and all-you-can-eat buffets account for 28% of the total food waste, according to the 2024 UNEP report.
Think of all the food that is being thrown away, the leftovers, untouched servings, and expired stock. It isn't just food that is wasted. Along with it go the water, energy, labor during harvest and the land that went into producing it.
Truly, the problem of food waste is widespread and Ajinomoto Philippines Corporation together with Scholars of Sustenance are stepping up to address this issue.
The Rescue Kitchen Program
In our country, food waste and hunger often sit side by side. Ajinomoto Philippines Corporation (APC), together with Scholars of Sustenance (SOS) Philippines, shows us how leftovers can become a lifeline for another family.
Koichi Ozaki, President of Ajinomoto Philippines Corporation
Koichi Ozaki, President of Ajinomoto Philippines Corporation
During a recent food distribution program held at the San Lorenzo Ruiz Parish in Quezon City, APC President Koichi Ozaki, who personally helped prepare and distribute the meals, spoke to Manila Bulletin about the Rescue Kitchen Program.
The Rescue Kitchen Program is a joint initiative by APC and SOS Philippines. It repurposes surplus food, turning it into nutritious meals for those who need them most. A simple idea, but one with a powerful impact.
"We start by sourcing surplus ingredients, those that don't meet market standards but are still perfectly safe and edible, from our production facilities and partner suppliers," Ozaki explained. From there, APC's nutrition experts design balanced meals tailored to the needs of the people they serve.
APC President Koichi Ozaki assists with the meal preparations before distribution at San Lorenzo Ruiz Parish, Quezon City.
APC President Koichi Ozaki assists with the meal preparations before distribution at San Lorenzo Ruiz Parish, Quezon City.
The meals are prepared and distributed through a partnership with Scholars of Sustenance (SOS) Philippines, a trusted environmental NGO partner of APC, known for its food rescue work.
When asked how this food distribution effort fits into Ajinomoto's broader sustainability and social responsibility programs, APC President Koichi Ozaki explained, "It aligns with Ajinomoto Group's Creating Shared Value (ASV) model, where social contribution and business growth go hand in hand."
He added, "We recognize that environmental issues and food security are deeply interlinked, especially in emerging markets like the Philippines. By reducing food loss, collaborating with local partners, and addressing community needs, we strengthen brand trust and demonstrate leadership in responsible food manufacturing."
A Long-Term Commitment to Care
When asked about the company's future programs, APC President Koichi Ozaki's stand was clear: "Rescue Kitchen is not a one-time campaign; it's a long-term commitment. As challenges around food waste and climate-related disasters persist, we want to be part of the sustainable solution."
He added, "The feedback from the communities has been heartwarming. We have seen how something simple as a warm meal can restore not just strength but also morale and sense of being cared for."
This reinforces APC's belief that food is more than just nourishment. As Ozaki puts it, "At Ajinomoto Philippines, we believe food has the power to bring comfort, connection, and hope."
So far, through this meaningful initiative, APC has served thousands of meals, and none of it would be possible without the generosity and teamwork behind it. Ajinomoto donates surplus food, while employees and partners from SOS Philippines roll up their sleeves to cook and deliver meals to those who need them most.
But giving food is just the beginning. For APC, it is all about giving time, care and effort.
Programs like the Rescue Kitchen remind us that sustainability is not just about reducing waste; it is about rethinking how we value food, how we care for one another and how we build systems that leave no one behind.
So the next time you check your pantry and find surplus rice and canned goods nearing their expiry, why not turn them into a hearty meal, pack them well, and share them with the street children you often see on your way to work?
It may not seem like much, but small acts can make a big impact.
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.