// Adds dimensions UUID, Author and Topic into GA4
Wednesday, January 14, 2026
25.2 C
Singapore

Grab acquires Beijing start-up Infermove in AI-enabled food delivery push

SINGAPORE: Grab Holdings has acquired Beijing-based start-up Infermove in a push to use artificial intelligence-enabled robotics for food delivery.

The Singapore-based company told Bloomberg News on Friday that Infermove’s solutions would add to its first- and last-mile delivery capabilities, adding that the investment would also support Infermove’s growth.

A spokesperson for Infermove confirmed the deal and related details.

The Chinese tech company was founded in Beijing in 2021 by Aaron (Yingxiang) Lu and Yuhan Long. The company has developed a mixed-road autonomous driving system and several hardware autonomous products, including armless and single-arm delivery robots, a driving armchair and a fishing feeder.

Before being acquired by Grab, Infermove raised about US$300,000 (S$387,990) in angel funding from investors such as MiraclePlus. In 2024, the company signed an agreement with a Tieda Technology subsidiary that valued the start-up at US$33 million (S$42.68 million). /TISG

Read also: GoTo denies merger rumours, says no agreement with Danantara and Grab

Featured image by Depositphotos

See also  Many support packages and no GST hike in Hongbao Budget
- Advertisement -

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });
// //