Hi HN!<p>Before my current job, I worked in data analytics and spent 3 years leading data at an ed-tech nonprofit.<p>A big problem we had was "self-service" data. Everyone wanted to use data and make data-driven decisions, but it was often too complicated. So our data team spent a lot of time answering ad-hoc questions and requests to "do a quick pull."<p>Tons of data teams face this problem. It's the source of a bunch of memes and jokes in the community.<p>So I'm super excited to share Delphi.<p>Delphi takes plain English questions like "how much money did we make from gift cards in California last week?" and answers them using the data in your company's data warehouse.<p>We're using OpenAI's Codex, but unlike some of the text-to-SQL products you might have seen, Delphi integrates deeply with the Modern Data Stack tools teams are already using.<p>Instead of just generating arbitrary SQL, this lets Delphi scale to real-life data sets. Plus, users can use Delphi as a jumping-off point to explore data in their favorite BI tool.<p>Our prototype, a Slack bot, is ready for you to try today! And if you're using dbt's Semantic Layer, you can run queries against your own data. Check out the website for more, and reach out if this is a space that interests you!<p>Thanks everyone <3
Michael
You should probably change the name. Delphi is taken in the computing world:<p><a href="https://www.embarcadero.com/products/delphi" rel="nofollow">https://www.embarcadero.com/products/delphi</a><p>And the idea of the name is similar: <i>"Delphi was originally one of many codenames of a pre-release development tool project at Borland. Borland developer Danny Thorpe suggested the Delphi codename in reference to the Oracle at Delphi. One of the design goals of the product was to provide database connectivity to programmers as a key feature and a popular database package at the time was Oracle database; hence, 'If you want to talk to [the] Oracle, go to Delphi'."</i><p><a href="https://en.wikipedia.org/wiki/History_of_Delphi_(software)" rel="nofollow">https://en.wikipedia.org/wiki/History_of_Delphi_(software)</a>