Away Together / how I built it

See how a photo changes the answer.

Fictional Madeira holiday

The flexible escape · 2

€1,465 · Full cash refund

Maya

Money back. No entrance stairs.

Ready to check

Explore a recorded result.

Open the full agency ↗

Build it one step at a time.

01Find a model
→
02Teach your job
→
03Test its answers
→
04Add pictures

The AI reads the holiday. Plain code checks each traveller’s wish list.

Keep the complete guide beside you ↗

Start with a model that can classify text.

“Cash refunds are available.”
ModernBERTMoritz Laurer’s zero-shot classifier
MeetsViolatesCan’t tell
Ask Claude

Look at this open classifier. Explain what it already does, check whether it fits my task, and tell me what I would need to run it locally.

Open the model page ↗

Measure it before you train it.

Ask AI to get it running.

Ask Claude

Set up this repo on my computer and launch the travel demo with its supplied model. Check my machine, download the required files, and add image understanding if supported. Open the app and help me check one holiday. Keep the model version; ask before any paid setup.

Starting model ↗

Tell it the job you want done.

Fictional Madeira hotel terrace
MayaCash back · No stairs
Booking termsFull cash refund
Ask Claude

Build a travel checker that reads a holiday’s booking terms and checks four things: a full cash refund, arrival after midnight without calling ahead, a pool guests can use for free, and an included guided hike. Answer yes, no, or can’t tell for each. Show me examples to check before training. Check photos separately from the written terms.

Give Claude the complete brief.

1. Define the job before writing training code

My input is [a holiday offer's complete written booking terms]. My questions are [full cash refund before the deadline; check-in after midnight without arranging it; included pool access; included guided hike]. For each question choose exactly one of [yes, no, can’t tell].

Give it three choices.

“Refunds are hotel credit only.”

Which label fits?

Pair each example with an answer.

What it reads

“Contact the booking office to learn which cancellation rules apply.”

What we ask

Can I get a full cash refund?

Correct label

Can’t tell insufficient_evidence

Keep some examples for the final test.

Train it using checked examples.

Test it on examples it hasn’t seen.

Ask Claude

Compare the original model and my trained model on the same untouched examples. Show both sets of answers, the scores, and every mistake. Keep the report even if training made it worse.

Look at an answer it got wrong.

“arrival and registration at 01:30 are available automatically without any earlier contact or request”

Can you check in after midnight without arranging it?

Reference + JevYes
Our V2 modelCan’t tell
Inspect full input and saved outputs ↗

Compare its answers with Jev's.

Same 360 fresh travel tests · 1,440 text decisions per model · V2 answers in about 0.1 s per holiday on this Mac

Our first model60.28%
Our V2 model95.28%
Jev98.61%
Read the result and limits ↗

Jev scored higher. Our app now runs V2.

Ask it to try a new policy.

Cancellation policy
“Cancel seven days before arrival for a full refund to your payment card.”
New example
Ask Claude

Load the model we saved. Check whether this policy allows a cash refund: “Cancel seven days before arrival for a full refund to your payment card.” Show its answer, then try a policy that offers hotel credit instead.

Connect the models with code.

Aa

Read the terms

Our trained text model

+
Fictional indoor swimming pool

Look at the photos

Pretrained OpenJev vision

→
✓ ? ×

Check the wish list

The app combines the answers

Show how a picture becomes evidence.

Try a picture with the local model ↗

Check what the photo can tell you.

Fictional Kyoto courtyard with ornamental pond

Can guests swim here?

Is it a swimming pool?

Can guests use it?

Is it included?

Check each person's requirements.

See where the costs come from.

Change one example yourself.

Your new dataset
No examples added yet.

You supply the answer. This editor does not train or predict.

Take the project and make it yours.

Your exampleTravel demo
Your starting pointModels + training code
Your instructionsPrompts + guide

The travel demo, prompts and guide are all in one repo.

01 / 22