In a few threads recently a lot of devs state they use GPT to improve their efficiency and become 1.5x engineers etc.<p>Could you please elaborate and give practical examples on how you do that?<p>What type of tasks? Alt-tab between Windows and copy paste etc? Prompt engineering? How do you work with it in large projects etc?<p>Reference thread:
https://news.ycombinator.com/item?id=36338187
I find that GPT is great at generating test code :)<p>Paste in a function or file and ask GPT to create test code for particular edge-cases. It's usually close enough.<p>You can also ask it to create sample data for tables and API requests.