|
|
|
|
|
by cerved
263 days ago
|
|
Yesterday I asked Gemini to recalculate the timestamps of tasks in a sequence of tasks, given it's duration and the previous timestamp. It proceeded to write code which gave results like this 2025-09-26T14:32:10Z
2025-09-26T14:32:10Z200s
2025-09-26T14:32:10Z200s600s
2025-09-26T14:32:10Z200s600s300s
It then proceeded to talk about how efficient this approach was for thousands of numbers.Gemini is by far the dumbest LLM I've used |
|
It gave me a 160 line parse function.
After gaping for a short while, I implemented it in a 5 line function and a lookup table.
These vibe codes who are proud that they generated thousands of lines of code makes me wonder if they are ever reading what they generate with a critical eye.