this post was submitted on 26 Apr 2026
750 points (99.0% liked)
Not The Onion
21336 readers
1128 users here now
Welcome
We're not The Onion! Not affiliated with them in any way! Not operated by them in any way! All the news here is real!
The Rules
Posts must be:
- Links to news stories from...
- ...credible sources, with...
- ...their original headlines, that...
- ...would make people who see the headline think, “That has got to be a story from The Onion, America’s Finest News Source.”
Please also avoid duplicates.
Comments and post content must abide by the server rules for Lemmy.world and generally abstain from trollish, bigoted, ableist, or otherwise disruptive behavior that makes this community less fun for everyone.
And that’s basically it!
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yeah, ATC seems like a great problem for automation but a horrible problem for LLMs.
If plane is entering airspace, give them a path that doesn't intersect any other current path or holding pattern if no such path is available (simple version). Or add in velocity and time for the more complex version if the airspace is too busy, so that any paths given do not intersect within x minutes of each other.
Plue takeoff and landing scheduling, which is just the same problem but with some of the path on the ground.
And then add monitoring to ensure planes follow their assigned path within some error margin and a loop that attempts to make contact to correct the course as well as redirect nearby planes farther away from it until it starts moving predictably again.
And weather monitoring that informs parameters, like how close the paths are allowed to be, climbing and turning attack angles, airspeed/groundspeed, etc.
Also things like airspace restrictions (which should be dynamic to handle things like major weather events, accidents, military training, detected drone activity, military action (friendly or enemy), etc).
And then, most importantly, talk to actual ATC people (at high and low levels) from start to end of development, to make sure the system works and is helpful, maybe starting by just simulating how it would direct the current traffic by a separate system to see if any accidents would result.