Woke today, Spidey Senses tingling, when I saw this code in a certain online place;
```python
for key, values in dict.items():
for value in values:
if values.count(value) > 1:
```
... am I being too sensitive?
Woke today, Spidey Senses tingling, when I saw this code in a certain online place;
```python
for key, values in dict.items():
for value in values:
if values.count(value) > 1:
```
... am I being too sensitive?
No lie, it's becoming one of my favorite demos LLMs not being good
`qwen3-coder:30b` got closest, so close it could almost not taint performance, but, close ain't gonna cut it
Plus it still took 5 proompts to get this far, far slower than doing it old-fashioned way with hands