Researchers have published a framework that uses large language models to predict flight delays once aircraft enter the terminal maneuvering area.
The paper, arXiv:2510.23636, authored by the LLM4Delay team, describes a system that pulls together textual aeronautical data — flight records, weather reports, and aerodrome notices — and combines it with multiple aircraft trajectory streams. A cross-modality adaptation layer converts those trajectory representations into a form the language model can process alongside text. The result, the authors say, outperforms existing air traffic management frameworks and prior time-series-to-language methods. Predictions update continuously as new data arrives.
The terminal maneuvering area is where delay cascades become expensive and hard to reverse — aircraft are already committed to approach sequencing, and controllers have limited room to absorb surprises. A system that improves delay estimates at that stage could give ground crews and gate managers a tighter window to react, even if it does nothing for delays that originate upstream in cruise or at the departure gate.
Predicting flight delays is not a new problem — airlines and researchers have thrown everything from gradient boosting to recurrent networks at it for years. What LLM4Delay adds is a structured way to fuse heterogeneous inputs that air traffic controllers already monitor, rather than building a separate data pipeline. Whether that translates to real operational deployment, or stays a benchmark result, is the question the paper leaves open.