Загрузка видео...
Не удалось загрузить видео
For fun I added AI generated SQL to my new product ( and it *changed our entire workflow* for Simple File Upload. My marketing contractor can now get access to the data she needs to do her job without me. This simple solution allows her to ask a question... show more
12,439 просмотров • 2 лет назад •via X (Twitter)
Комментарии: 9

And what's funny is I had previously spent a ton of time making her a beautiful Metabase dashboard that she literally never uses. People just want their data it seems. Sometimes simpler is better.

Really cool use of AI!

👏 What's the software you used to record this video?

Sooo much easier to use! 🙌

Interesting! How did you let whatever's on the receiving end know about the specifics of your schema?

I share an abbreviated schema with the LLM so it can form the queries. Also quite a bit of prompt engineering behind the scenes. The LLM never sees or touches the data itself.

are you using an API or running your own model? this is awesome!

Thanks! I honestly was surprised at how good it is. API. Would love to run my own model eventually, baby steps.

Yessss I've been waiting for someone to ask. 1. It's a read only connection to your db 2. We only run SELECT statements 2. This product is (currently) for internal teams only. The AI generated SQL can be modified - so you're giving your team the same SQL access you'd be giving them with a Metabase/TablePlus/etc. Give me a specific string and we can see what happens!

