this post was submitted on 07 May 2025
671 points (100.0% liked)

TechTakes

1837 readers
619 users here now

Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.

This is not debate club. Unless it’s amusing debate.

For actually-good tech, you want our NotAwfulTech community

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 10 hours ago (1 children)

I've done some work on natural language to SQL, both with older (like Bert) and current LLMs. It can do alright if there is a good schema and reasonable column names, but otherwise it can break down pretty quickly.

Thats before you get into the fact that SQL dialects are a really big issue for LLMs to begin with. They all looks so similar I've found it common for them to switch between them without warning.

[–] [email protected] 1 points 18 minutes ago

Yeah I can totally understand that, Genie is databricks' one and apparently it's surprisingly decent at that, but it has access to a governance platform that traces column lineage on top of whatever descriptions and other metadata you give it, was pretty surprised with the accuracy in some of its auto generated descriptions though.