Live data from Hacker News

Text-to-SQL is dead, long live text-to-SQL

exasol.com

1–10 of 52 posts

Re: Text-to-SQL is dead, long live text-to-SQL

#4
Long term, SQL will be phased out for new LLM-friendly query languages. The cost of AI generating tens of billions of queries per day creates a new incentive for rationality and efficiency that overcomes the human institutional weight of legacy languages. I'm working on such a language now: https://memelang.net/

Re: Text-to-SQL is dead, long live text-to-SQL

#5
post #4

Long term, SQL will be phased out for new LLM-friendly query languages. The cost of AI generating tens of billions of queries per day creates a new incentive for rationality and efficiency that overcomes the human institutional weight of legacy languages. I'm working on such a language now: https://memelang.net/

Why would it be phased out? This doesn’t track. If anything SQL is stickier than ever since LLMs are actually pretty good at generating it.

Re: Text-to-SQL is dead, long live text-to-SQL

#6
post #4

Long term, SQL will be phased out for new LLM-friendly query languages. The cost of AI generating tens of billions of queries per day creates a new incentive for rationality and efficiency that overcomes the human institutional weight of legacy languages. I'm working on such a language now: https://memelang.net/

That doesn't make sense. LLMs will be used to write SQL, I'm sure (I do that) but replacing SQL?

Re: Text-to-SQL is dead, long live text-to-SQL

#7
post #4

Long term, SQL will be phased out for new LLM-friendly query languages. The cost of AI generating tens of billions of queries per day creates a new incentive for rationality and efficiency that overcomes the human institutional weight of legacy languages. I'm working on such a language now: https://memelang.net/

Ah ournfuture where we vibe code memelang

Re: Text-to-SQL is dead, long live text-to-SQL

#9
post #4

Long term, SQL will be phased out for new LLM-friendly query languages. The cost of AI generating tens of billions of queries per day creates a new incentive for rationality and efficiency that overcomes the human institutional weight of legacy languages. I'm working on such a language now: https://memelang.net/

If history is any indication, you've got it backwards: it's more likely that LLMs will be phased out for SQL.

Re: Text-to-SQL is dead, long live text-to-SQL

#10
post #4

Long term, SQL will be phased out for new LLM-friendly query languages. The cost of AI generating tens of billions of queries per day creates a new incentive for rationality and efficiency that overcomes the human institutional weight of legacy languages. I'm working on such a language now: https://memelang.net/

I've always found it odd that most databases don't expose a kind of query bytecode API that SQL can be converted to. It would allow more kinds of languages, different SQL dialects, compile-time optimizations, and perhaps ORM could be compiled directly into your target database spec. Would reduce the amount of string operations by client code, at least
Post reply on HN