|
|
|
|
|
by silisili
405 days ago
|
|
I was playing with a toy program trying to hyperoptimize it and asked for suggestions. ChatGPT confidently gave me a few, with reasoning for each. Great. Implement it, benchmark, slower. In some cases much slower. I tell ChatGPT it's slower, and it confidently tells me of course it's slower, here's why. The duality of LLMs, I guess. |
|
- me: how can I do X?
- llm: do this
- me: doesn't fully work
- llm: refactoring to make it more robust ...
- me: still doesn't fully work
- llm: refactoring ...
- me: now it's worse than before
- llm: refactoring ...
- me: better but now there's this other regression
- llm: refactoring ...
- me: we're back to the first issue again
- (eventually ... me: forget it, I could have done it myself by now)