I just surfaced from a frustrating vibe session with Claude. I asked for a set of Stored Procedures to manage extended properties on tables.
Long story short, the internals of reading, listing, appending and deleting extended properties are, as you might surmise, cryptic. So the first request was to upgrade the stored procs to use plain language names instead. That took four rounds * 2 or 3 iterations, for the four stored procs.
Then, during UAT, I discovered an inconsistency in the way Claude converted those cryptic internal properties to plain language terms in each stored procedure! That was something I didn't expect. I had asked for all four together, but Claude treated them as unique things.
That lead to four more rounds of one or more iterations. It managed to catch on and not repeat the errors in the final sps.
If I were a newbie, I wouldn't have known if the problems were inconsistencies, hallucinations, or just passive-aggressive obstruction. That's all aside from the question of emerging technologies. Extended properties is well established, but less commonly used tech. It still took multiple iterations, and multiple tests in between each round.
New tech? That could be an interesting process.