正在加载视频...

视频加载失败

I normally don't like plugging on an AI chat into my projects, because it's seems too easy and basic I think you should instead rebuild entire projects from the ground up to be AI first, not just add some AI button But in this case is already AI from...

316,215 次观看 • 3 个月前 •via X (Twitter)

46 条评论

MartycFly 🇳🇱 | 𝝠 的头像
MartycFly 🇳🇱 | 𝝠3 个月前

I have a fitbit Air since 3 days and stayed in a hotel in Antwerp last night where.. guess what. The AC turns off after 12; environment yadiddi. Since it was like 34 degrees the whole day, which heated the walls, the temperature of the room instantly increased and I sweated my ass off; impacting my HF and sleep performance like crazy. (Normally it instantly goes to 52 and stays there; see pic 2) Tldr. How to flag hotels. It currently doesnt show "woke" xD B&B Hotel Antwerp; everything else was amazing but this on a hot day was totally rekt

Petar Georgiev 的头像
Petar Georgiev3 个月前

I can’t click or search properly on mobile. Unsure if it’s the X browser or something else but really wanted to try 😂

Thomas Rudy 的头像
Thomas Rudy3 个月前

I genuinely do not believe the revenue you post

Thijs 的头像
Thijs3 个月前

X AI?

@levelsio 的头像
@levelsio3 个月前

Ja alles is xAI op mijn sites!

Thijs 的头像
Thijs3 个月前

Think I'll try that too, maybe bit cheaper than OpenAI

Mark 的头像
Mark3 个月前

Some hotel information is occasionally incorrect. In this case, the hotel is in the centre of Tarragona (as stated in the text), but the details incorrectly show the city centre as 82 km away. It also wrongly lists the hotel as being in Barcelona.

@levelsio 的头像
@levelsio3 个月前

Thank you, fixing!

Guido Faux 的头像
Guido Faux3 个月前

Really this and the other tools that you built for nomads. I'm always using them when traveling. Something that I wrote about enshittification:

Neville is Never Normal 的头像
Neville is Never Normal3 个月前

Do you think this will be the new user interface or will everything turn into something like a backend plus an MCP server and we all use our own clients?

Thomas 的头像
Thomas3 个月前

love ! my to-go website to get honest hotel feedback thanks @levelsio

Chief Broker Dude 👨‍🚀 的头像
Chief Broker Dude 👨‍🚀3 个月前

Getting something went wrong errors. Also on mobile, it auto reframes the chat screen to hide the submit button.

Brooke Lacey 的头像
Brooke Lacey3 个月前

Badass!

Matthias 🌗 的头像
Matthias 🌗3 个月前

Bug: Help modal doesn't show properly. I was genuinely interested in understanding the background and how this works, but modal doesn't show and scroll properly.

@levelsio 的头像
@levelsio3 个月前

Oops thx, fixed!

Matthias 🌗 的头像
Matthias 🌗3 个月前

thx for fixing. how do you select which hotels get on the list?

Flere 的头像
Flere3 个月前

Tested it. It zoomed straight out to the full europe map like problem solved 🙃 Needs some tuning on the zoom and results focus. Good effort though. Once it clicks this will be way more useful than old school filters! Real estate properties need this approach too.

Flynn Robinson 的头像
Flynn Robinson3 个月前

- would be good if it skipped booking programmatically with a booking site and used whisper to call the hotel directly to make the booking. But I see why you may not have done this already - I don’t think lots of people would use it enough to justify a subscription BUT paired with a flight booking system it would - especially if it tied into your flight safety report

Max S 的头像
Max S3 个月前

Bug - Input is hidden by safari bottom navigation

@levelsio 的头像
@levelsio3 个月前

On MacOS or iOS?

@levelsio 的头像
@levelsio3 个月前

Fixed I think

pranay 的头像
pranay3 个月前

This is great, going to check it out. I tried Odessia for booking a holiday to Poland and was disappointed. My go to stack is still Google Flights and Maps (for Hotels) and it is super slow filled with ads that objectively make it harder.

Bhupendra Dahal 的头像
Bhupendra Dahal3 个月前

looks great, any plan to allow user to update info if wrong. I noticed some types on my hometown Bareilly hotel.

Art Stavenka ⚖️ 的头像
Art Stavenka ⚖️3 个月前

IMO the assistant finding you a hotel is the easy half. The price is the hard part, the same room is a different number depending what country your IP sits in. The agent that just books the cheapest version is the real unlock

Mario Hachemer 的头像
Mario Hachemer3 个月前

I just wish there was better data to help me travel with my family. Just finding a place as a Single traveler really isn't that much of an issue...

Niek van der Maas 的头像
Niek van der Maas3 个月前

Bug report: it shows some hotels that are closed, for example `Ikador Luxury Boutique Hotel & Spa` Feature request: ability to filter on family rooms (4 or 5 pax), I tried asking the chat but it seems to hallucinate which hotels have these.

Cam 的头像
Cam3 个月前

Can you add a filter for hotels for families? Meaning big rooms (2 bedroom suite, etc). When you have many young kids its not ideal to be split up in multiple hotel rooms. Takes me hours of scouring the internet and calling to find one.

Ryan J. Shaw 的头像
Ryan J. Shaw3 个月前

Been thinking about this for my site (similar but for local events, not hotels). Are you giving an agent tools to query a dB or just embedding all the info in the context?

@levelsio 的头像
@levelsio3 个月前

Here's how it works: The one clever idea: the AI never searches the database or makes up hotels. It just decides what you want and then drives the real website UI for you — exactly as if you'd clicked the filters yourself. So every search runs through the same code as a normal human search. No separate "AI path" that can drift or hallucinate listings. The flow, step by step 1. You type something like "cheap hotels with a gym in Bangkok" or "which of these is best for a couple?" 2. The browser sends your message to a small backend endpoint (/ai_chat) along with some context: the chat history, what city the map is showing, and the IDs of the hotels currently on screen. 3. That endpoint is a thin proxy to Grok (xAI). Grok doesn't get database access — it gets a list of "tools" it's allowed to call and a description of what each does. 4. Grok reads your message and either: - calls a tool with structured arguments (e.g. search_hotels(city: "Bangkok", chain: "Marriott", amenities: ["gym"], sort_by: "price_asc")), or - just answers in text (for questions or travel advice). 5. The browser receives that decision and operates the actual filter controls — it picks the city, sets the chain dropdown, ticks the amenity checkboxes, sets the sort order, moves the map — and then runs the site's normal search. The results you see are 100% the real search engine, not the AI's imagination. The tools Grok can use - search_hotels — city / country / region, chain, min rating, max price, "newness" (built in last N years), amenities, sort order, boutique/collection. The browser maps each of these onto a real dropdown or slider. - find_hotel_by_name — global search for a specific hotel. - open_hotel — opens a specific hotel's detail card ("open the Four Seasons one"). Asking questions about the results When you ask "which of these is cheapest?" or "any with a sauna?", the browser sends the on-screen hotel IDs up; the backend pulls those hotels' real details (price, amenities, wifi, pros/cons) straight from the database and hands them to Grok as context. Grok then answers from real data only — it's told not to invent anything. Nice touches - If a place isn't one of our ~1,400 known cities (say "Bali" — it's an island), it geocodes the name and flies the map there anyway. - If a search returns zero hotels, it honestly says "couldn't find any — try loosening the filters" instead of pretending. - Your conversation and whether the chat is open are remembered (local storage). - It's rate-limited (per-person and global daily caps) so it can't run up a huge bill. Why this design is good Because the AI's only job is translation (English → filter settings) and reasoning over real data — never retrieval or generation of facts — it basically can't show you a hotel that doesn't exist or a price that isn't real. The trustworthy parts (search, ratings, data) stay deterministic; the AI just makes them easier to reach.

Ryan J. Shaw 的头像
Ryan J. Shaw3 个月前

Awesome, thanks for this… pretty much validated the approach I was thinking about 👌

Wes Eklund 的头像
Wes Eklund3 个月前

Wow, the response times and the UI updates are really smooth and fast on here. Well done.

@levelsio 的头像
@levelsio3 个月前

Thank you man!

AIBuildersDaily 的头像
AIBuildersDaily3 个月前

This feels less like a hotel search engine and more like a travel agent that never sleeps. what query made you realize the AI assistant was genuinely useful, not just a gimmick?

justin (jalco) 的头像
justin (jalco)3 个月前

how do you deal with costs though? it inevitably becomes an issue once you get enough users.

@levelsio 的头像
@levelsio3 个月前

Not really, LLM costs are super super cheap

Lex Builds 的头像
Lex Builds3 个月前

does it also list like really cheap hotels? (for us who haven‘t made it yet)

FrenchTechLead 的头像
FrenchTechLead3 个月前

Areyou using webMCP ?

corey 的头像
corey3 个月前

What is your architecture for map based web apps? Is everything server side rendered? What frameworks do you use for the tiles?

jakubkudela 的头像
jakubkudela3 个月前

Sorry, something went wrong — try again?

Marc Vuitton 的头像
Marc Vuitton3 个月前

I think in future people will be bored of AI, and simple apps which integrate AI seamlessly will Win

pablo 的头像
pablo3 个月前

People would pay for an hotelist MCP to connect their AI agents with trustful and curated info (not the SEO/marketing bullshit in other platforms)

Ainars Klavins 💡 的头像
Ainars Klavins 💡3 个月前

I have been testing built in AI Chats in several products and that it is not working either. Two main takeways: 1. trust - you have to go lengths to prove that this is not just another dumb chat 2. commitment - engaging with chat is commitment. Almost like downloading an app

Mikan Mikan 的头像
Mikan Mikan3 个月前

Love this but it's not working for me

Lone Cook Trader 的头像
Lone Cook Trader3 个月前

This is the right way to do it. Most people slap an AI button on top — you rebuilt the whole experience around intelligence from day one. That’s why it feels like magic instead of a gimmick.

Samy Davis Sr 的头像
Samy Davis Sr3 个月前

Imagine making an AI system to optimize hotels while being unable to distinguish “energy policy” from “woke agenda.” The algorithm is smarter than the user.

Jay Hon ✈️🧳🗺️ 的头像
Jay Hon ✈️🧳🗺️3 个月前

This is pretty cool. I just built a site that’s niche without AI that will have vacation type of listings. Mostly because I didn’t build it I used boxed software because it’s just a fun project (now that I’m using Claude deeply at work I realize my mistake) But I will rebuild it with my own code once it’s launched. Two concerns I have with using ai 1. The sheer cost of using it for listings, but I assume I can mitigate most of this with super aggressive caching 2. Copyright issues with the images and such that I’m able to find and use with AI #2 is the one I know least about but I’ll figure it out

相关视频

Elon Musk on Grok: “I think an AI that is sort of SpaceX’s baby will be a very good AI. I think SpaceX is a collection of some of the very best humans on Earth, both in capability and morality and goodness, and I think we want to have an AI that is born of that capability and that morality and that goodness. I think that’s very, very important. So I’d like to encourage people to help out, actually, with the AI hardware on the ground and the AI software and, of course, with the AI satellites. Solar is going to be a very important part of that. The TerraFab will be a very important part of that, but we must also succeed on the software front, and we’re going to be training Grok on the sum total of all SpaceX information. So in a way, it will be trained on you. You will effectively be the parents of the AI. It will inherit your thoughts and ideas and beliefs, and I think that’s a good thing. So, yeah, we’ve got to win here on the AI hardware and the AI software. That maybe is the most important message. I think that is actually the most important message I wanted to convey today is that we must win on AI because the future is overwhelmingly AI and robots. So we won’t ultimately be able to control the AI. It’ll be too smart for that. But just like if you have a child that is a super genius child, you can still instill in that child the values and beliefs that you think are good and right. And so that’s why it’s incredibly important that we succeed with Grok. So, yeah, well, Grok 4.5 you’ve tried probably. We’ve got 4.6 coming out in about a week. And then 4.7 should be really pretty special. So I’d like to encourage everyone at SpaceX to use AI and to make it better.”

DogeDesigner

64,434 次观看 • 1 个月前

This time in Tokyo we experienced the full range of hotels I think, from $40 to $5000/night We arrived from a long night flight where we barely slept from Singapore and then at our hotel we couldn't get early check in cause it was full (which seems to be the case everywhere you go now in Japan, everything is fully booked, soooooooooooo many tourists, like I never seen this at this level anywhere, not even Thailand or Paris!) So anyway we were in Shibuya at 7am completely homeless, roaming the streets, eating in 7/11, we walked around and tried to find other hotels to get a room like APA, but they were all full too, entire Shibuya was full! Then I remembered, Japan has those hourly 🏩 love hotels of course, so I found one, they're kinda camouflaged, you don't really see many signs, just a black wall and some stairs down, then a front desk that has half the wall covered so you can't look the front desk staff in the face (cause shame and privacy) She didn't speak English and we didn't speak Japanese but she was very helpful though and got us a room until 5pm! Most Japanese are honestly so helpful and sweet trying to get you what you want without much/any English It was a very compact and a bit old room but very clean. I kept it secret from my gf that it was a love hotel or she would never want to go in 😂👌 she also kept her jacket on thinking it was dirty My argument for the love hotel being clean was "it's cleaned more than a regular hotel" for that exact reason. And it was REALLY clean to be fair. After convincing gf, she took her bomber jacket off too I actually slept really good for a few hours It was 6700 JPY or $40 to stay 7am-5pm, so ~10 hours, not so bad. And the room had everything like soap, tooth brush, comb etc. Probably if we booked days before it could have been much cheaper. There's something in me that highly prefers these kind of compact functional hotels over luxury hotels, obviously it's the Dutchness in me (we like simple and cheap), but also I've increasingly realized luxury hotels are just facades for chains with shitty service I feel with compact functional hotels you get what you pay for and things usually just work better (I think because there's higher volume and you have less expectations), very similar to how EasyJet, RyanAir, Air Asia, and JetBlue are low-cost but actually really good airlines So this trip we experienced both $43 love hotels and $5000/night luxury hotel which was Aman (the quoted tweet below is Aman) Aman was flawless btw, and I think the best hotel I've ever stayed, we paid for a big suite, and it was a crazy amount of money, and everyone asked me how it was Well it was what you'd expect from a regular hotel, everything just works, the people are helpful, the AC works and is cold (!!!!!!!), when something goes wrong you call and there's a person at your door instantly to fix it, no need to keep calling, it's like how hotels were before "The Great Enshittification of post-COVID 2020" happened, just excellent! It says something about hidden inflation that a good luxury hotel where you actually get service you used to get is now $5000/night! Unaffordable but I guess that's how it is now! Don't call me jaded, I'm just the messenger! Obviously Asia helps, hotels are just much better here than the rest of the world in terms of service Anyway I hope you like the video tour of our love hotel 😊🏩

@levelsio

728,040 次观看 • 10 个月前

🚁 My war drone simulator Apocalypse Drone now has support for 32 players! I also made it Conquest/CTF so you have multiple bases that you have to capture, each round the map is procedurally generated and random so every time it's different (like Battlefield) There's still some bugs to work out and most importantly I have to figure out soldier animations, because they're fixed models now But I have got really far this time I think and coding with AI is really way further than it was a year ago, you mostly notice that how few times you get stuck, only one time this month building this I got stuck which was today where I moved the AI players to the server and they kept showing up as invisible, very buggy, every time I told it that it couldn't fix it though Then I asked it to fundamentally analyze the current server-side AI player code and make it work like industry standard, and it took a long time and fixed everything Last year I'd get stuck hundreds of times and the AI just couldn't get itself out of a hole, but now it can I think it's impressive that just last year only for the first time we could make actual games with AI But this year as non-game dev, I can get pretty close to the level of a multiplayer game from 20y ago (like Battlefield 1942, that lots of ideas here are based on, but with drones :D) Obviously we're still far away from AAA (I hate that term though) but the curve of exponential progress is there again, as it was in AI image generation, then video, and now code, first bad, then better, then good enough! Here's a video of gameplay from my drone sim You can play it with the link in the reply below and it's multiplayer!

@levelsio

55,036 次观看 • 4 个月前