A Philosophy of Software Design

matheus matheus at gmail.com
Sun May 24 12:08:20 UTC 2026


On Sunday, 24 May 2026 at 01:39:48 UTC, Walter Bright wrote:
> ...
> I've not vibe coded enough to see it for myself, but I've been 
> told that AI generated code simply generates code until it 
> works. It doesn't do very well at managing complexity. 
> Something to watch out for.

I haven't vibe coding as well, but I have being using it to 
generate some code sql queries scripts or writing a better ones 
and it wasn't a pleasant experience.

Where I work Devs are using it and some sql queries generated are 
pretty awful, making our Exadata suffering.

Another thing, as DBA the other I asked the AI to generate a 
script to purge sql profiles or baselines from a given SQL_ID 
which is a very known script used for DBAs out there, the AI 
generate a script that would have clear this but for ALL queries 
on the Database, which could have be a huge mess. After telling 
the AI the script was wrong and it would have put my job at risk, 
the AI agreed, asked for excuses and generated a correct version 
later. xD

Anyway I agree sometimes the AI can help a lot mainly for that 
dumb work, and it's nice for generating test cases too, but still 
It needed to be supervised.

Matheus.


More information about the Digitalmars-d mailing list