Discussion about this post

User's avatar
Anton Zaides's avatar

I definitely experienced it!! Sometimes I got so frustrated as to open another prompt from scratch and explain again, hoping it’ll work better without our shared history 😂

It can get addicting to go back and forth with an LLM. You ask, get code, explain the bugs, it tells you what to fix, and so on. Now my strategy is if it repeats the same solution I just try to solve it myself. As you said, it can be much faster.

Expand full comment
Anchal's avatar

I had to once do some validation on user input field. It had to be in compliance with a particular pattern. So i decided to use regex. I managed to write half of it but couldn't manage to complete it. As my last resort, I asked ChatGPT. I kept giving it different prompts but it couldn't give me anything useful.

I had to read about regex myself ( I was refraining myself from doing so earlier ). I modified the prompt with some regex specific terminology and ChatGPT gave me slightly better version. Even then I had to fix it myself a little but I realised that GPT is not that smart as I thought (not with regex atleast) :D.

Expand full comment
13 more comments...

No posts