Score: 0

Thinking While Driving: A Concurrent Framework for Real-Time, LLM-Based Adaptive Routing

Published: December 11, 2025 | arXiv ID: 2512.10610v1

By: Xiaopei Tan, Muyang Fan

Potential Business Impact:

Lets self-driving cars plan routes while moving.

Business Areas:
Autonomous Vehicles Transportation

We present Thinking While Driving, a concurrent routing framework that integrates LLMs into a graph-based traffic environment. Unlike approaches that require agents to stop and deliberate, our system enables LLM-based route planning while agents are moving, significantly reducing intersection wait times. Under high traffic, agents average just 0.75 seconds of decision latency. To coordinate many agents in real-time, we implement a non-blocking asynchronous architecture using Unity coroutines and a dedicated request manager. The environment is a weighted undirected graph with live congestion metrics, updated continuously by the agents to enable shared perception. Our results show LLM-driven agents can dynamically adapt to traffic, reroute around congestion, and exhibit behaviors beyond static pathfinding, all while maintaining real-time performance. This work provides a reproducible framework for future research in adaptive routing and multi-agent cooperation.

Page Count
7 pages

Category
Computer Science:
Multiagent Systems