Using AI to build a stored procedure to give stock market signal

incendio

Well-Known Member
Licensed User
Longtime User
Hi guys,

Just for fun, I asked AI to build me a stored procedure to give stock market signal. Valid signal are Buy, Hold, and Sell.

Gave it Table's DDL and market data and with these data, it returned the result.

What amaze me are its ability to understand complex question, make deduction, and sometimes offer an alternative solution.
I could chat it in an interactive way and it can understood what I mean.

One thing for sure, AI always give answer to your question. Right or wrong answer, it is a different story. :)
 

zed

Well-Known Member
Licensed User
I tried using AI once to write a fairly complex procedure.
As you said, it immediately understood my requirements. The procedure was written in 15 seconds.
But the result was more than disappointing. Nothing worked.
I then asked it to write another procedure that I had already written and that worked perfectly. The AI was unable to write it without errors.
I showed it what I had written, and the AI refused to admit that my procedure was correct. Only its own was. Even though I proved to it that it was wrong.
For me, AI is only good for making my weekly grocery list.
 
Top