Structured Query Language: The Other AI

D. Richard Hipp

Creator of SQLite

Richard Hipp is the creator and lead developer for SQLite, the most widely deployed database engine, and perhaps the most widely deployed software of any type, in the world today. He also works on other open-source projects such as Fossil and Pikchr

Structured Query Language: The Other AI

When we talk about AI today, we think of LLMs like ChatGPT, Claude, or Grok. But SQL is also a kind of AI, and one that’s been quietly powering applications for decades. D. Richard Hipp (creator of SQLite) explores how SQL database engines implement a form of automatic programming: taking your problem statement and generating the algorithms and execution code for you.

Why SQL qualifies as AI, and how it compares to large language models

How SQL compilers translate declarative queries into optimized execution plans

Examples showing multiple possible algorithms for a query, and how the engine selects the best one in microseconds

Why advanced optimizations in SQL engines solve NP-complete problems on your behalf

How leveraging SQL as an AI assistant can boost productivity and accuracy while preventing “reinventing the wheel” with custom code

Practical guidance: when to use embedded engines like SQLite vs. client–server databases like Postgres or MySQLSQL has been writing code for us all along

This talk reframes SQL as the AI assistant you already have, and shows why mastering it is key to long-term developer productivity.

SUBSCRIBE TO
RUC NEWSLETTER

We'll share the latest updates—new speakers, ticket offers,
and additional events details. Stay tuned!

Thanks for getting in touch! Stay tuned!
Oops! Something went wrong while submitting the form.