Damus
Derek Ross · 8h
im generally curious can you give me an example of how an llm slowed you down?
rieger_san profile picture
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.
Derek Ross · 8h
What model were you using? I used AI for all sorts of SQL scripts with millions of records and had a lot of success.