Viaquo
EN ES
Sign in

An AI travel assistant must never invent a flight time

A chatbot that guesses a gate number is worse than no chatbot. How to tell whether an AI concierge is grounded in your itinerary data or improvising.

·3 min read

An AI travel assistant must never invent a flight time

There is a version of an AI travel assistant that demos beautifully and is unusable in production. You ask it what time your flight leaves and it answers instantly, fluently, and sometimes wrongly — because the model is very good at producing something that looks like a departure time.

In most software, a wrong answer is a bug. In travel, a wrong departure time is a missed flight, and the traveller does not blame the software. They blame the agency whose logo is on it.

The distinction that matters

There are two very different things a language model can do in this setting:

Interpret. Take a fact that is already in your system and say it clearly, in the traveller's language, at the right moment. "Your flight leaves at 17:10 from Terminal 4, and check-in is already open."

Generate. Produce a plausible answer when no fact is available.

The first is enormously valuable. The second is a liability. Everything hinges on the assistant being architecturally incapable of the second — not merely instructed to avoid it.

What "grounded" actually requires

An assistant is grounded when structured data is the source of truth and the model is only allowed to phrase it. Concretely:

Two things worth asking any vendor

"Where does a departure time come from?" If the answer involves the model at any point, walk away. If it is "from the segment record, rendered in the traveller's timezone", you are talking to someone who has thought about this.

"What does it say when it doesn't know?" Ask for the literal sentence. Ask what triggers it. A vendor who has not designed that path has an assistant that improvises.

Where a model genuinely helps

Grounding is not a limitation you tolerate. Within those bounds the model does the parts that were never automatable:

The test

Ask it something it cannot possibly know — a gate number three weeks out. A grounded assistant says gates are published a few hours before departure and offers to tell you the moment it appears. An ungrounded one gives you a gate.

Only one of those is safe to put in front of your travellers with your logo on it. Related: what should reach a traveller when a flight moves overnight.


Viaquo answers only from the itinerary your team has approved. Nothing a model extracted drives a message until a human confirms it.

Keep reading

What actually belongs in a travel itinerary you hand a client

A field guide to the itinerary document: the eleven things a traveller needs at the airport, the three that cause the phone call, and why the prettiest template is rarely the most useful one.

What travel agency software actually has to do in 2026

Booking engines, CRMs, itinerary builders and mid-office tools all call themselves travel agency software. A guide to which layer solves which problem, and the one nobody covers.

The flight moved at 3am. What should your travellers wake up to?

Airlines reschedule overnight and travellers find out at the gate. Here is the sequence that keeps an overnight change from becoming a morning of angry calls.

Talk to us