-
๐ง Adding Business Rules to My AI SQL Agent
Another step in the development of my AI SQL Agent: Iโve added a centralized Business Rules layer that allows me to control how the AI Agent works with the database without hardcoding every instruction into the application logic.Instead of relying only on a large system prompt, I created a dedicated database table where architectural and…
-
๐ AI SQL Agent can now generate charts directly from natural language queries

Aug 9 2026Another exciting milestone for my AI SQL Agent!The latest version goes beyond generating SQL and displaying tablesโit can now automatically create visualizations based on query results.Users can simply ask questions like:Show total sales by monthDisplay revenue by product groupCompare product sales in JulyCreate a pie chart of sales by categoryThe AI Agent will:โ …
-
๐ AI SQL Agent is now running in Microsoft Azure

Aug 8 2026Over the past few weeks, I’ve been moving my AI SQL Agent from my local laptop to a cloud-based architecture built on Microsoft Azure.The project has reached another important milestone:โ Deployed the application to Azure App Serviceโ Built a public WordPress website as the front-endโ Integrated the AI SQL Agent directly into the…
