Sadiya Bhawania
Full-Stack · AI Systems · LLMs

/ HI, I'M SADIYA

I make AI do real work, safely.

Full-stack software engineer building production AI systems, from the React frontend to the cloud infrastructure to the validation layers most demos skip.

TEXT-TO-SQL

top 5 customers by revenue last quarter

SELECT customer, SUM(revenue)
FROM orders
WHERE quarter='Q4'
GROUP BY customer
ORDER BY 2 DESC LIMIT 5
✓ validatedstreaming answer…

/ FEATURED PROJECT

A drop-in text-to-SQL engine

Point it at your database, ask questions in plain English, get answers you can trust, with validation gates between the model and your data.

Ask in EnglishGenerate SQLValidate & gateStream answerExplore →