|
|
|
|
|
by dignick
559 days ago
|
|
I use o1, mainly to - write well-defined and self-contained bash, python, powershell scripts to automate tasks - give it an error (often from a build tool) and ask it to help fix it. Sometimes it figures it out, but if not then it gives me ideas, and sometimes this allows me to figure it out myself - ask it how to achieve things at a high level (if I’m unfamiliar with a tool or problem domain). Sometimes this is to validate what I was already planning to do or find a better way to achieve the desired result (I tend to work solo on projects) - text or code transformations - writing regular expressions - I use copilot to improve code writing speed. Sometimes it gets things wrong but overall I find it does speed things up, particularly for repetitive tasks (e.g switch statements with similar cases) |
|
Did you try the new pro mode