That said I'm sure there are people out there doing it. So I'm curious if there are members of this community that are using AI successfully in their org. What specifically are you using it for? What models/providers are you using?
Co-pilot is mostly useful to stay in the zone, allowing me to focus on a larger task and letting it get some of the details right (which it does ~90% of the time).
On the other hand, I use ChatGPT/Claude for more open ended tasks (e.g. "I got this As I said a the beginning, mostly marginal improvement. It's definitely saved me time, but thus far nothing that I couldn't do myself by spending a little bit more time. Largely it is a nice to have, not a need to have.
Usually using Raycast (a Mac app), I enter my prompts for GPT-3.5 Turbo or Llama 3 from anywhere without having to open a browser, go to an AI UI, log in, etc.
I did use CodeWhisperer for awhile in VS Code but found it kind of disorienting.
I use it several times a day for generating JS code snippets or boilerplate that I can tweak to meet my needs. I've found it surprisingly helpful for writing Python code that generates charts using Matplotlib or Seaborn (who can ever remember any of those functions and options?) – easily saving me hours of manual research, trial and error. And I use it to refine or optimize SQL queries.
- Unit Tests - Refactoring (classes, methods, and functions) - Refactoring (cross-module or cross-interface) - Translation (one language or run-time to another) - Translation (one library to another - e.g. a ui kit) - Code snippets or code completions while developing - Building UIs from API - Building APIs from UI
Like we already talked about that. Let's move on