2026-02-17 23:17:55 CET
in reply to

npub1l5…vmxm7 on Nostr: Where should I even begin 🤔 I once had an enum with over 100 entries converted ...

Where should I even begin 🤔

I once had an enum with over 100 entries converted into an SQL script. Extremely simple — just a UUID (unique) and a string. The LLM wasn’t able to generate truly unique UUIDs. There were constant duplicates, and in the end I had to find and fix them myself. The AI kept insisting the UUIDs were unique but refused to check for duplicates.