How We Built an In-Database AI Agent in Pure T-SQL (And Fixed Its Hidden Architectural Blindspots)
This story is from 2026-09-19. It is preserved in the archive; the latest stories are on the live feed.
An AI agent doesn't need a heavy Python microservice, a complex LangChain orchestrator, or an external background daemon. In our architecture, ask_ai is an autonomous agent that lives entirely inside a SQL Server database schema ( {app}_proj ) [28, 29]. Its core engine ( sp_openai_agent ) is a tigh…
Read the full story at DEV Community — AI ↗
Timeline · 1 report
- 2026-09-19 14:28 · DEV Community — AI
How We Built an In-Database AI Agent in Pure T-SQL (And Fixed Its Hidden Architectural Blindspots)