HACKER Q&A
📣 devj

Do we need query languages like SQL, GraphQL, etc. anymore?


Especially since UI is being slowly replaced by chat based AI.


  👤 franckpachot Accepted Answer ✓
The power of SQL is that it is structured, based on mathematic definitions. Once written and tested, the surface of possible bug or wrong result is very limited. LLMs are based on language interpretation and do not have this precision

👤 mydriasis
Yes. Data is important and we still need a way to go and fetch it. Schemas are complicated, and we still need to navigate them. In my experience, the LLMs of today are not at all good at writing complex queries.

SQL has been around for decades. I imagine it's going to be around for decades more.


👤 catchnear4321
only as much as we need to understand what we are doing.