Developer on the AnalytAI blog
Every post we have published in Developer. Practical, no-fluff reads.
- Developer 10 May 2026
Natural-language query layer for your SaaS: build, buy or embed
If you run a B2B SaaS and customers want to ask questions of their own data, here is the build-vs-buy-vs-embed analysis, with the architecture sketches for each path.
By Ramanuj Laddha
- Developer 4 May 2026
Writing SQL with AI in 2026: what works, what does not
An honest review of LLM-generated SQL after two years in production: where the models are excellent, where they still fail, and the engineering patterns that close the gap.
By Shlok Zanwar
- Developer 1 May 2026
Auto-generate charts from any SQL database: patterns that actually work
How to go from an arbitrary SQL result to the right chart: column-shape rules, a default-picker algorithm, when to override, and the common traps.
By Ramanuj Laddha
- Developer 28 Apr 2026
Talk to your PostgreSQL database in plain English: a developer's guide
How natural-language-to-SQL actually works on PostgreSQL: schema introspection, retrieval, prompt design, sandboxing, and the failure modes that don't show up in demos.
By Shlok Zanwar