How have AI tools improved your workflow?

general
Score: 31 | Author: Typical_Bear_264 | Subreddit: r/webdev
Author

Typical_Bear_264

Published

March 26, 2024

Post Content

For me it is:

  • copilot suggesting stuff. Although i have found out that one needs to be careful as suggestion often can contain bugs. I often use code comments to make request to copilot directly.

  • chat gpt replacing stack overflow to some extent. I just ask it to create some SMALL snippets of code i would be able to create myself anyway, but i’m just too lazy to look for specific function names and so on.

  • chat gpt debugging stuff. Great for just pasting stuff into it and asking why it doesnt work. Probably saved me many hours of work that way.

  • writing emails/messages or improving grammar. I sometimes just pass my random stream of consciousness into chat gpt and it creates a nice email for me that i can send to the client.

Right now im looking into some tool that would generate css from graphical project or maybe even take adobe xd or figma as an input.

Key Takeaways

  • No key quotes extracted