Something I've wondered about sorting algorithms: Humans can visually spot the smallest and largest item from among 1000s of items, almost instantly (usually, depending on the variance)
Could AI be used this way? Just splat a visual representation of each item on a virtual wall and have an AI "visually" pick them out?
I can't imagine inference on an image could be faster that just a sort.