Derek Ross
· 8h
im generally curious can you give me an example of how an llm slowed you down?
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.