> On 10 Mar 2026, at 14:09, Jet <[email protected]> wrote: > >> but the 2026 reality is that someone would >> just say "deploy an AI agent to check whether the code is safe for the >> definition," and that might actually work in practical cases, but >> we're not going to add a call-out to Claude as part of the CREATE >> FUNCTION statement. > I notice the potential problem just because using Claude to write a simple > extension. And it works well on testing enviroment. But when take over the > Claude generated extenion to dev enviroment, the server crashed. > More and more people will use AI to generate codes, that's the trend, but AI > will make mistakes, and may leave many potention risks. So I suppose as the > base platform, we should try our best efforts to make it more robust.
There is no protection strong enough against developers who run generated C code in production that they didn't read, review and test properly. -- Daniel Gustafsson
