free-tech

9 ways ChatGPT saves me hours of work


9 ways ChatGPT saves me hours of work every day, and why you'll never outcompete those who use AI effectively.

A list for those who write code:

1. Explaining code: Take some code you want to understand and ask ChatGPT to explain it.

2. Improve existing code: Ask ChatGPT to improve existing code by describing what you want to accomplish. It will give you instructions about how to do it, including the modified code.

3. Rewriting code using the correct style: This is great when refactoring code written by non-native Python developers who used a different naming convention. ChatGPT not only gives you the updated code; it also explains the reason for the changes.

4. Rewriting code using idiomatic constructs: Very helpful when reviewing and refactoring code written by non-native Python developers.

5. Simplifying code: Ask ChatGPT to simplify complex code. The result will be a much more compact version of the original code.

6. Writing test cases: Ask it to help you test a function, and it will write test cases for you.

7. Exploring alternatives: ChatGPT told me its Quick Sort implementation wasn't the most efficient, so I asked for an alternative implementation. This is great when you want to explore different ways to accomplish the same thing.

8. Writing documentation: Ask ChatGPT to write the documentation for a piece of code, and it usually does a great job. It even includes usage examples as part of the documentation!

9. Tracking down bugs: If you are having trouble finding a bug in your code, ask ChatGPT for help.

Something to keep in mind:

I have 2+ decades of programming experience. I like to think I know what I'm doing. I don't trust people's code (especially mine,) and I surely don't trust ChatGPT's output.

This is not about letting ChatGPT do my work. This is about using it to 10x my output.

ChatGPT is flawed. I find it makes mistakes when dealing with code, but that's why I'm here: to supervise it. Together we form a more perfect Union. (Sorry, couldn't help it)

Developers who shit on this are missing the point. The story is not about ChatGPT taking programmers' jobs. It's not about a missing import here or a subtle mistake there.

The story is how, overnight, AI gives programmers a 100x boost.

Ignore this at your own peril.

9 ways ChatGPT saves me hours of work

9 ways ChatGPT saves me hours of work
9 ways ChatGPT saves me hours of work

9 ways ChatGPT saves me hours of work

9 ways ChatGPT saves me hours of work

9 ways ChatGPT saves me hours of work

9 ways ChatGPT saves me hours of work

9 ways ChatGPT saves me hours of work