Google optimizes trip-planning itineraries with a hybrid LLM and constraint-optimization system
LLMs handle soft qualitative preferences well but are unreliable at hard logistical constraints like opening hours, travel times, and scheduling feasibility, producing itineraries with impractical elements.
The hybrid system produces itineraries that are practical and feasible, correcting LLM-generated plans through optimization while preserving the user's qualitative intent.
Frequently asked questions
What did this team achieve with this AI workflow?
The hybrid system produces itineraries that are practical and feasible, correcting LLM-generated plans through optimization while preserving the user's qualitative intent.
What tools did this team use?
Gemini, search backends.
What results were reported?
Itinerary feasibility: practical and feasible; Plan quality vs pure retrieval: better serve the user's needs than a traditional retrieval system (source-reported, not independently verified).
How is this workflow AI workflow structured?
Trip query received → LLM generates initial plan → Grounding with real-world data → Search retrieves substitutes → Two-stage optimization → Final itinerary produced.