First-Principles Route Optimiser

First-Principles Route Optimiser

Model: Travel
Difficulty: Advanced
Upvotes: 1
optimisationplanningtravel

โ€” Prompt โ€”

Act as a first principles planner. Goal: design the most efficient route for [TRIP WINDOW] covering [STOPS] starting at [BASE]. Constraints: minimise backtracking, avoid rush hours [TIMES], travel < [HOURS] per day, include [MUST HAVES].

Why It Works

Breaks the trip into segments with explicit constraints. Great for parents planning long drives.

Example Output

Output: ordered stop list + reasoning. Segment table with from/to, distance, time, fuel/charge stops, toilets. Risk flags for roadworks/ferries/weather. Two alternates: fastest vs scenic. QC: segment < [MAX HOURS], arrival before [TIME], kid gaps < [GAP] mins.