• ๐Ÿง  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

    ๐Ÿ“Š 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

    ๐Ÿš€ 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…