Article Summary (Model: gpt-5.6-sol)
Subject: Elevator Scheduling Tradeoffs
The Gist:
An interactive article explains elevator dispatch from single-car SCAN and LOOK algorithms through multi-car scheduling, wait-time distributions, traffic patterns, Otis-style Relative System Response (RSR), and destination dispatch. Its simulations argue that smarter scheduling is not universally better: RSR helps under some loads but can lose to LOOK in small or saturated systems, while destination kiosks often increase wait times because assigning riders to a fixed car prevents later rebalancing.
Key Claims/Facts:
- Tail latency matters: The article emphasizes p50 and p90 waits because unusually long waits shape riders’ perceptions more than averages.
- RSR dispatch: Cars are scored using pickup ETA, load, direction, bunching, and proximity, with calls reassigned every five seconds.
- Context determines performance: Traffic pattern, demand, building size, and car count can reverse which algorithm performs best.
Discussion Summary (Model: gpt-5.6-sol)
Consensus: Enthusiastic about the interactive explanation, but skeptical that its simulation supports broad real-world conclusions—especially about destination dispatch.
Top Critiques & Pushback:
Better Alternatives / Prior Art:
Expert Context: