Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

Tech

Nvidia executive to visit LG Electronics robotics hub on Tuesday

Madison Huang, a senior director at Nvidia and the daughter of CEO Jensen Huang, is scheduled to visit LG Electronics's robotics hub in Korea later this week, industry sources said Monday. During the visit scheduled for Tuesday, Huang plans to hold closed-door talks with senior LG Electronics officials on partnerships as the two companies deepen cooperation in artificial intelligence (AI)…

Nvidia executive to visit LG Electronics robotics hub on Tuesday

Nvidia executive Madison Huang will visit LG Electronics' robotics hub in Korea on Tuesday, according to industry sources. The purpose of the visit is to discuss potential partnerships focused on artificial intelligence infrastructure and robotics. The meeting will take place at LG Electronics' data factory under construction in southern Seoul, where the company is building a key infrastructure platform for humanoid robots.

Last week, LG Electronics announced plans to unveil a next-generation humanoid robot capable of bipedal walking in the first quarter of 2027, based on Nvidia's robotics platform. The partnership was formalized with a memorandum of understanding signed by LG Group Chairman Koo Kwang-mo and Nvidia CEO Jensen Huang at Nvidia's headquarters in Santa Clara, California.

Brief written by urgent.news from The Korea Times's own syndicated text. Machine-written — may contain errors; check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at koreatimes.co.kr →

More in Tech

Spring proxies: JDK dynamic vs CGLIB

You put @Transactional on a method and a database transaction opens before it runs and commits when it returns — yet you never wrote a line to start or end one.

  • Spring uses proxies to add cross-cutting concerns like transactions and caching
  • JDK dynamic proxy generates object at runtime with interfaces, requires bean to have interface
  • CGLIB proxy creates subclass of real class at runtime, overrides methods for extra functionality

More from Monday 17 August →