Tag Archives: AI

Using AI to Test a SQL Query

Someone sent me this code. WITH p AS ( SELECT ID, ROW_NUMBER() OVER (ORDER BY ID ASC) AS RN FROM wp_posts WHERE post_parent = 94341; ) UPDATE p SET menu_order = RN That’s not great code. In fact, it won’t … Continue reading

Posted in Blog | Tagged , , , | 1 Comment

Checking Myself with GenAI

I had a suggestion from somone on a place where AI helps them and I decided to try it. The person had an AI summarize their work and if the result wasn’t the intention of the author, then they know … Continue reading

Posted in Blog | Tagged , , | Comments Off on Checking Myself with GenAI

The AI View From Above

It likely isn’t a surprise to many of you that executives like AI. A survey shows that 74% of executives surveyed have greater confidence in AI-generated insights than advice from colleagues or friends. At the board level, even more (85%) … Continue reading

Posted in Editorial | Tagged | 4 Comments

How Helpful is a GenAI Copilot

I’m sure many of you have tried a GenAI LLM to do something. Maybe write some code, maybe get some sort of recommendation or suggestion, maybe to rewrite something or summarize text. I’m sure you have had some feelings about … Continue reading

Posted in Editorial | Tagged | Comments Off on How Helpful is a GenAI Copilot