> I miss the time when computers did what you told them to, instead of trying to read your mind.
You haven't seen anything yet.
Get ready for "Sort by AI" which will try to interpret the content of your images to sort them based on what you'll want to look at next.
Incidentally, in this case AI would have sorted them the way you want:
These look like photos straight from a phone, with filenames in the form:
IMG_YYYYMMDD_HHMMSS...
So the natural way to sort them is *chronologically*, by the timestamp embedded in the filename.
If we do that, the order becomes:
1. `IMG_20250820_055436307.jpg` — Aug 20, 05:54:36
2. `IMG_20250820_092016029_HDR.jpg` — Aug 20, 09:20:16
3. `IMG_20250820_092440966_HDR.jpg` — Aug 20, 09:24:40
4. `IMG_20250820_092832138_HDR.jpg` — Aug 20, 09:28:32
5. `IMG_20250820_095716_607.jpg` — Aug 20, 09:57:16
6. `IMG_20250820_103857_991.jpg` — Aug 20, 10:38:57
7. `IMG_20250820_103903_811.jpg` — Aug 20, 10:39:03
That order reflects the actual sequence the photos were taken.