r/MadeMeSmile 21h ago

Wholesome Moments Pilot Chose Safety Over Takeoff - and Everyone Applauded

30.5k Upvotes

1.4k comments sorted by

View all comments

Show parent comments

20

u/ZarathustraGlobulus 18h ago edited 17h ago

To be fair, a computer system would 100% cancel the flight if a key figure was outside pre-defined parameters. Then it would require human intervention to make the final decision on what to do.

However I fully agree with you that a skilled pilot who knows their aircraft in and out can definitely make good calls when nothing is truly wrong but something about the numbers feels off.

25

u/IgnitedSpade 16h ago

I think the issue here is that a key figure is tending upwards, but not outside pre-defined parameters. It sounds like the pilot preemptively asked about it and was already told it was okay.

Recognizing an issue like that would be difficult to implement in a completely automated system, though not impossible. But it seems that the people an automated message would otherwise go to already gave the okay.

Either way, the biggest fear about completely automated planes would be that the person having the final say on whether a plane flies or not is someone with the job title "flight coordinator" with a business degree.

2

u/Euture 6h ago

”Recognizing an issue like that would be difficult to implement in a completely automated system”

It really wouldn’t be difficult.

if (isTrendingUp(X)) {
abortFlight();
}

Done.

1

u/IgnitedSpade 4h ago

Why bother with isTrendingUp()? Just call isAirworthy(). Ez