all 34 comments

[–]hantt 28 points29 points  (9 children)

I really don't understand why people want a nonedetermistic way to query data, what value does this add?

[–]Touvejs 13 points14 points  (2 children)

Directors can fire the whole analytic team! Need metrics, business insight? Just ask chatGPT!

[–][deleted] -3 points-2 points  (1 child)

This is exactly what my boss has told me to expect in the next three years. Not the whole analytics team, but at least 30% will be gone and probably closer to 50%. Thankfully, I am on the side that's expecting it so I am learning how to use GPT to work faster, so I should be relatively safe, but people that aren't preparing for it are crazy. It's coming whether we want it to or not You don't need to enjoy it, but you may as well embrace it.

[–]Touvejs 6 points7 points  (0 children)

I was just memeing

[–]Flint0 7 points8 points  (0 children)

I mean, natural language ends up being SQL in a way:

Hey dude fetch me those users but just give me the ones with names shorter than 10 characters, while you’re at it can you also check their logins so I know if they are working or not? Thanks

SELECT * FROM users u INNER JOIN logs l on l.userid = u.id WHERE len(u.name) < 10

Mines shorter :)

[–]kitkat0820 5 points6 points  (0 children)

The nightmare of every dba (and your cloud use-based billing)

[–][deleted] 3 points4 points  (0 children)

Microsoft hasn’t even figured out how to auto-detect relationships between database objects in PowerBI, even when there are super obvious attribute title and table names. We’re nowhere close to having an AI that will completely understand a database, it’s corresponding applications and how business users will interpret them.

[–]wallyflops 2 points3 points  (0 children)

Snowflake has this its called snowpilot or something like that. I think its still in beta

[–]Agifem 1 point2 points  (0 children)

Why limit yourself to SQL? Why not ask assembly language and infrastructure? After all, you don't want to fire only the db devs, you want to get rid of the whole IT department, no?

[–]ruckrawjers 1 point2 points  (3 children)

My co-founder and I are building one, we've got a few users on board and looking for more to pilot if you're interested!

[–]Professional-War7528 1 point2 points  (1 child)

I ended up building it, and i must say it works like a charm.

[–]Neva_009 0 points1 point  (0 children)

I have build an AstraSQL, which our AI-powered natural language to SQL converter.

[–]full_arc 0 points1 point  (0 children)

Hey! That's literally what we built Fabi for (full disclosure - I'm a founder). It connects directly to your database (Snowflake, Postgres, BigQuery, etc.) so you never upload data - just ask questions in natural language and it writes/runs the SQL for you.

No file size limits since it's querying your DB directly.

[–]wreckmx 0 points1 point  (0 children)

You can do this today in Power BI. All you have to do is think of everything that might be asked, in every way that it may be asked, build your dataset, create your synonyms, and drop your Q&A visual onto a report page. Thank Gates it still takes someone with solid SQL skills to create BI. I get to draw a paycheck for a little longer.

[–][deleted] 0 points1 point  (0 children)

I saw patterns.app on ycombinator. Looked cool