Building the AI Data Analyst
"It just needs to be able to C.R.U.D. a database and we're in business!"
I decided to build a chatbot to automate basic SQL database interaction. Got this far in 10 minutes.
How? I quickly modded an unreleased variant of FenixAGI, a research prototype I’m working on.
I suspect context limits will force me to rethink my approach soon. You can’t just add tools infinitely… can you?
Day 2 (chat w/ database)
Built on OpenAI function calling, I can chat directly with a database now.
Still need to give it a front end.
Now we’ve got working natural language → SQL query. LFG.








This is awesome!