Tech
Volkswagen to develop own assisted driving chip in China
Germany’s Volkswagen said on Wednesday it would develop an in-house assisted driving chip for its business in China as it seeks to recover from sagging sales in the world’s largest auto market.
Volkswagen is still the leading foreign group operating in China but the auto giant’s sales have drooped as local brands rise. It is also seeking to insulate itself from global tensions over semiconductors.
The group announced a series of new electric and hybrid vehicles in April and an assisted driving system designed specifically for the Chinese market in an effort to counter that slide.
“We are accelerating and deepening the implementation of our ‘In China, for China’ strategy—moving beyond localized production to mastering the core technologies that shape tomorrow’s mobility,” Ralf Brandstatter, CEO of Volkswagen Group China, said in a news release on Wednesday.
It is the first time the Volkswagen Group has developed its own in-house chip of this sort, a spokesman said.
Responsibility for its design and production will lie with a joint venture between CARIAD, Volkswagen’s software company, and Chinese technology company Horizon Robotics.
Smart driving capabilities have emerged as a key battleground in China’s cut-throat domestic auto market.
Semiconductors have also increasingly become the target of global trade tensions, in particular between the United States and China.
Washington has steadily expanded export controls in recent years, particularly in advanced chips and digital infrastructure.
European automakers have also been rocked by a row between China and the Netherlands over Nexperia chips, which despite being relatively simple in technology terms are nonetheless crucial as vehicles rely more on electronics.
Volkswagen’s aim with the new chip is “taking control of a key technology that will define the future of intelligent driving,” CEO Oliver Blume said in the news release.
“This marks the next logical step in our strategy for outstanding long-term innovation capabilities.”
The chip is expected to be delivered within the next three to five years, the release said.
Asked whether there were plans to eventually use the chip outside the Chinese market, a spokesman said the focus was currently on “localized implementation”.
“Looking ahead, we will align with the Group’s overall strategic roadmap to feed technological achievements from China back into the global business,” he said.
© 2025 AFP
Citation:
Volkswagen to develop own assisted driving chip in China (2025, November 5)
retrieved 5 November 2025
from https://techxplore.com/news/2025-11-volkswagen-chip-china.html
This document is subject to copyright. Apart from any fair dealing for the purpose of private study or research, no
part may be reproduced without the written permission. The content is provided for information purposes only.
Tech
Democrats Did Much Better Than Expected
If you’re like me, Steve Kornacki is just as adored by your aunt as he is in your group chats. He’s become a staple of Election Day coverage, putting in long hours at the big board and copious amounts of prep beforehand.
His granular knowledge of key counties and voter turnout trends made him not just indispensable for many Americans on election night, but also a full-blown celebrity. I caught up with him bright and early this morning to talk about Tuesday night’s election results.
We broke down what the returns mean heading into the 2026 midterm elections, where Democrats currently hold an 8 percentage point advantage over Republicans in the latest NBC News poll, and what they say about President Donald Trump’s second-term agenda. We also spoke about what surprised him in the New Jersey governor’s race, whether Trump’s base is weakening, and, of course, New York mayor-elect Zohran Mamdani’s historic win. Heading into the midterms, Kornacki is taking on an expanded role at NBC News following parent company Comcast’s decision to spin off its cable TV properties, including a soon-to-be rebranded MSNBC.
Kornacki is not someone to put too much stock into an off-year election, but the breadth and depth of Democratic victories suggested a political environment that’s radically changed in the year since Trump’s election—and if anyone can find some important details to follow going forward, it’s Steve.
This interview has been edited for length and clarity.
WIRED: Steve, thanks for joining us after a long night. Before we get into the meat and potatoes here, let’s start with a quick lightning round: How many hours of sleep were you shooting for, how many did you get, and can you tell us if you have any election night superstitions?
Steve Kornacki: Well, I shoot for zero, so I’m not disappointed and therefore I’m pleasantly surprised with whatever I get, which I think was about two and a half last night.
There we go.
So that’s not too bad. Superstitions? I don’t know about that. My challenge is to just tune out all the anecdotal turnout data on Election Day. I just think it’s a ton of noise that starts messing with your head.
What surprised you from last night?
What surprised me was—it’s probably not the most original observation this morning—but New Jersey. [Representative Mikie Sherrill, the Democratic nominee, won with more than 56 percent of the vote.] The margin there for Sherrill, which is about 13 points, is much more than expected. I mean, I was talking to Democrats right up through Election Day who were telling me some version of: “She’s run a terrible campaign, she’s not been a good candidate. Maybe she’ll still win because of Trump, but this is going to be closer than it should be.” I mean, that was a widely shared view between the two parties, that Sherrill had run a bad campaign and was in danger of even losing, and that was not the case at all.
Tech
Teaching robots to map large environments
A robot searching for workers trapped in a partially collapsed mine shaft must rapidly generate a map of the scene and identify its location within that scene as it navigates the treacherous terrain.
Researchers have recently started building powerful machine-learning models to perform this complex task using only images from the robot’s onboard cameras, but even the best models can only process a few images at a time. In a real-world disaster where every second counts, a search-and-rescue robot would need to quickly traverse large areas and process thousands of images to complete its mission.
To overcome this problem, MIT researchers drew on ideas from both recent artificial intelligence vision models and classical computer vision to develop a new system that can process an arbitrary number of images. Their system accurately generates 3D maps of complicated scenes like a crowded office corridor in a matter of seconds.
The AI-driven system incrementally creates and aligns smaller submaps of the scene, which it stitches together to reconstruct a full 3D map while estimating the robot’s position in real-time.
Unlike many other approaches, their technique does not require calibrated cameras or an expert to tune a complex system implementation. The simpler nature of their approach, coupled with the speed and quality of the 3D reconstructions, would make it easier to scale up for real-world applications.
Beyond helping search-and-rescue robots navigate, this method could be used to make extended reality applications for wearable devices like VR headsets or enable industrial robots to quickly find and move goods inside a warehouse.
“For robots to accomplish increasingly complex tasks, they need much more complex map representations of the world around them. But at the same time, we don’t want to make it harder to implement these maps in practice. We’ve shown that it is possible to generate an accurate 3D reconstruction in a matter of seconds with a tool that works out of the box,” says Dominic Maggio, an MIT graduate student and lead author of a paper on this method.
Maggio is joined on the paper by postdoc Hyungtae Lim and senior author Luca Carlone, associate professor in MIT’s Department of Aeronautics and Astronautics (AeroAstro), principal investigator in the Laboratory for Information and Decision Systems (LIDS), and director of the MIT SPARK Laboratory. The research will be presented at the Conference on Neural Information Processing Systems.
Mapping out a solution
For years, researchers have been grappling with an essential element of robotic navigation called simultaneous localization and mapping (SLAM). In SLAM, a robot recreates a map of its environment while orienting itself within the space.
Traditional optimization methods for this task tend to fail in challenging scenes, or they require the robot’s onboard cameras to be calibrated beforehand. To avoid these pitfalls, researchers train machine-learning models to learn this task from data.
While they are simpler to implement, even the best models can only process about 60 camera images at a time, making them infeasible for applications where a robot needs to move quickly through a varied environment while processing thousands of images.
To solve this problem, the MIT researchers designed a system that generates smaller submaps of the scene instead of the entire map. Their method “glues” these submaps together into one overall 3D reconstruction. The model is still only processing a few images at a time, but the system can recreate larger scenes much faster by stitching smaller submaps together.
“This seemed like a very simple solution, but when I first tried it, I was surprised that it didn’t work that well,” Maggio says.
Searching for an explanation, he dug into computer vision research papers from the 1980s and 1990s. Through this analysis, Maggio realized that errors in the way the machine-learning models process images made aligning submaps a more complex problem.
Traditional methods align submaps by applying rotations and translations until they line up. But these new models can introduce some ambiguity into the submaps, which makes them harder to align. For instance, a 3D submap of a one side of a room might have walls that are slightly bent or stretched. Simply rotating and translating these deformed submaps to align them doesn’t work.
“We need to make sure all the submaps are deformed in a consistent way so we can align them well with each other,” Carlone explains.
A more flexible approach
Borrowing ideas from classical computer vision, the researchers developed a more flexible, mathematical technique that can represent all the deformations in these submaps. By applying mathematical transformations to each submap, this more flexible method can align them in a way that addresses the ambiguity.
Based on input images, the system outputs a 3D reconstruction of the scene and estimates of the camera locations, which the robot would use to localize itself in the space.
“Once Dominic had the intuition to bridge these two worlds — learning-based approaches and traditional optimization methods — the implementation was fairly straightforward,” Carlone says. “Coming up with something this effective and simple has potential for a lot of applications.
Their system performed faster with less reconstruction error than other methods, without requiring special cameras or additional tools to process data. The researchers generated close-to-real-time 3D reconstructions of complex scenes like the inside of the MIT Chapel using only short videos captured on a cell phone.
The average error in these 3D reconstructions was less than 5 centimeters.
In the future, the researchers want to make their method more reliable for especially complicated scenes and work toward implementing it on real robots in challenging settings.
“Knowing about traditional geometry pays off. If you understand deeply what is going on in the model, you can get much better results and make things much more scalable,” Carlone says.
This work is supported, in part, by the U.S. National Science Foundation, U.S. Office of Naval Research, and the National Research Foundation of Korea. Carlone, currently on sabbatical as an Amazon Scholar, completed this work before he joined Amazon.
Tech
Could a ‘gray swan’ event bring down the AI revolution? Here are 3 risks we should be preparing for
The term “black swan” refers to a shocking event on nobody’s radar until it actually happens. This has become a byword in risk analysis since a book called “The Black Swan” by Nassim Nicholas Taleb was published in 2007. A frequently cited example is the 9/11 attacks.
Fewer people have heard of “gray swans“. Derived from Taleb’s work, gray swans are rare but more foreseeable events. That is, things we know could have a massive impact, but we don’t (or won’t) adequately prepare for.
COVID was a good example: precedents for a global pandemic existed, but the world was caught off guard anyway.
Although he sometimes uses the term, Taleb doesn’t appear to be a big fan of gray swans. He’s previously expressed frustration that his concepts are often misused, which can lead to sloppy thinking about the deeper issues of truly unforeseeable risks.
But it’s hard to deny there is a spectrum of predictability, and it’s easier to see some major shocks coming. Perhaps nowhere is this more obvious than in the world of artificial intelligence (AI).
Putting our eggs in one basket
Increasingly, the future of the global economy and human thriving has become tied to a single technological story: the AI revolution. It has turned philosophical questions about risk into a multitrillion-dollar dilemma about how we align ourselves with possible futures.
US tech company Nvidia, which dominates the market for AI chips, recently surpassed US$5 trillion (about A$7.7 trillion) in market value. The “Magnificent Seven” US tech stocks—Amazon, Alphabet (Google), Apple, Meta, Microsoft, Nvidia and Tesla—now make up about 40% of the S&P 500 stock index.
The impact of a collapse for these companies—and a stock market bust—would be devastating at a global level, not just financially but also in terms of dashed hopes for progress.
AI’s gray swans
There are three broad categories of risk—beyond the economic realm—that could bring the AI euphoria to an abrupt halt. They’re gray swans because we can see them coming but arguably don’t (or won’t) prepare for them.
1. Security and terror shocks
AI’s ability to generate code, malicious plans and convincing fake media makes it a force multiplier for bad actors. Cheap, open models could help design drone swarms, toxins or cyber attacks. Deepfakes could spoof military commands or spread panic through fake broadcasts.
Arguably, the closest of these risks to a “white swan“—a foreseeable risk with relatively predictable consequences—stems from China’s aggression toward Taiwan.
The world’s biggest AI firms depend heavily on Taiwan’s semiconductor industry for the manufacture of advanced chips. Any conflict or blockade would freeze global progress overnight.
2. Legal shocks
Some AI firms have already been sued for allegedly using text and images scraped from the internet to train their models.
One of the best-known examples is the ongoing case of The New York Times versus OpenAI, but there are many similar disputes around the world.
If a major court were to rule that such use counts as commercial exploitation, it could unleash enormous damages claims from publishers, artists and brands.
A few landmark legal rulings could force major AI companies to press pause on developing their models further—effectively halting the AI build-out.
3. One breakthrough too many: innovation shocks
Innovation is usually celebrated, but for companies investing in AI, it could be fatal. New AI technology that autonomously manipulates markets (or even news that one is already doing so) would make current financial security systems obsolete.
And an advanced, open-source, free AI model could easily vaporize the profits of today’s industry leaders. We got a glimpse of this possibility in January’s DeepSeek dip, when details about a relatively cheaper, more efficient AI model developed in China caused US tech stocks to plummet.
Why we struggle to prepare for gray swans
Risk analysts, particularly in finance, often talk in terms of historical data. Statistics can give a reassuring illusion of consistency and control. But the future doesn’t always behave like the past.
The wise among us apply reason to carefully confirmed facts and are skeptical of market narratives.
Deeper causes are psychological: our minds encode things efficiently, often relying on one symbol to represent very complex phenomena.
It takes us a long time to remodel our representations of the world into believing a looming big risk is worth taking action over—as we’ve seen with the world’s slow response to climate change.
How can we deal with gray swans?
Staying aware of risks is important. But what matters most isn’t prediction. We need to design for a deeper sort of resilience that Taleb calls “antifragility“.
Taleb argues systems should be built to withstand—or even benefit from—shocks, rather than rely on perfect foresight.
For policymakers, this means ensuring regulation, supply chains and institutions are built to survive a range of major shocks. For individuals, it means diversifying our bets, keeping options open and resisting the illusion that history can tell us everything.
Above all, the biggest problem with the AI boom is its speed. It is reshaping the global risk landscape faster than we can chart its gray swans. Some may collide and cause spectacular destruction before we can react.
This article is republished from The Conversation under a Creative Commons license. Read the original article.
Citation:
Could a ‘gray swan’ event bring down the AI revolution? Here are 3 risks we should be preparing for (2025, November 5)
retrieved 5 November 2025
from https://techxplore.com/news/2025-11-gray-swan-event-ai-revolution.html
This document is subject to copyright. Apart from any fair dealing for the purpose of private study or research, no
part may be reproduced without the written permission. The content is provided for information purposes only.
-
Tech1 week agoOpenAI says a million ChatGPT users talk about suicide
-
Tech1 week agoUS Ralph Lauren partners with Microsoft for AI shopping experience
-
Tech1 week agoHow digital technologies can support a circular economy
-
Sports1 week agoBilly Bob Thornton dishes on Cowboys owner Jerry Jones’ acting prowess after ‘Landman’ cameo
-
Tech1 week agoAI chatbots are becoming everyday tools for mundane tasks, use data shows
-
Fashion1 week agoITMF elects new board at 2025 Yogyakarta conference
-
Business1 week agoTransfer test: Children from Belfast low income families to be given free tuition
-
Business1 week agoLucid targets industry-first self-driving car technology with Nvidia
