DEV Community

Cover image for What's a cool concrete meaningful thing that you have done with ChatGPT?
Jean-Michel 🕵🏻‍♂️ Fayard
Jean-Michel 🕵🏻‍♂️ Fayard

Posted on

What's a cool concrete meaningful thing that you have done with ChatGPT?

I am late to the ChatGPT train because I dislike the many charlatans who are overselling. LinkedIn is especially full of them.

Even worse are the charlatans who do their best efforts to manufacture irrational fears

😱 AI will replace us! 🤥

But I've also seen a friend using it for content creation. And he is very much not carelessly trusting ChatGPT. He is using it expertly after being trained to ChatGPT, he treat ChatGPT like an intern, to go faster in a domain he is already an expert of.

So now I think that concerning ChatGPT we are at the same time in the Peak of expected inflation and in the Slope of Englightenment phrases of the Gartner Hype Cycle.

And you?

What's a cool concrete meaningful thing you have done with ChatGPT?

Feel free to {% embed xxx %} an article you have already written.

Latest comments (38)

Collapse
 
camilarales profile image
Camila Morales

Non-work-related :D

  1. I've asked ChatGPT to introduce some nice songs to me - I'm bored with my playlist
  2. I've asked ChatGPT what to go for my lunch - I've no idea what else to eat (I'm alone)
Collapse
 
rogue_paradigms profile image
Rogue Paradigms

I'm not an avid blogger. I sometimes start some experimental projects on weekends. I rarely complete them, but when I complete them I like to write about it.

I wrote this post 2 days back. Since you asked for it, the code walk through section was completely generated from plain code using chatgpt. I proofread it and I was impressed.
The rest of it is my own, but there are few paragraphs that ai has touched.

Collapse
 
bcouetil profile image
Benoit COUETIL 💫

It is amazing at starting in a field we know nothing.

I have written a Python script, a language I did not know well. I have described the journey in my article ChatGPT, if you please, make me a GitLab jobs attributes sorter

Collapse
 
jmfayard profile image
Jean-Michel 🕵🏻‍♂️ Fayard

C'est génial, je vais voir tout de suite, merci Benoît!

Collapse
 
gamerseo profile image
Gamerseo

Chatgpt can make your work with SEO easier.

Collapse
 
rahulsh18798877 profile image
Rahul Sharma

I used Chatgpt for creating outline of my tech blogs on medium. Also, used chatgpt to write a new diss track by Eminem, ;)

Collapse
 
paulsmithkc profile image
Paul Smith

Generated a how-to for how to use 2 products together (Postman + Salesforce Rest API)
chat.openai.com/share/e5a61193-c57...

Collapse
 
lelepg profile image
Letícia Pegoraro Garcez

I've been using ChatGPT for a lot of things. First of all, is content creation. I usually ask it to write me an article about technology X, then copy it and rewrite it. Starting articles was always difficult for me, so it helps in that sense and it also usually provides me with some good text structure.

I've also used it for writing LinkedIn posts. I'm terrible when it comes to exposing stuff on social media but I had some projects that I wanted to share so I decided to try it.

But I think that where ChatGPT really shines for me is in creating examples for courses. Sometimes when I have to teach a new technology, creating examples and exercises to illustrate the concepts is not easy, so I just type something like "write X exercises using Y technology", than I choose the best ones and usually I can finish the list for myself after some ideas.

I also used it to get suggestions for naming the repository of a project I was working on. It was better than brainstorming names for hours like I usually do.

Collapse
 
jmfayard profile image
Jean-Michel 🕵🏻‍♂️ Fayard • Edited

That's really cool, I have an article on how to write and I give the tip to always start with a first shitty draft and nowdays you can have ChatGPT to write hat first shitty draft, exactly like you said.

Do you mind sharing an example of prompts you use for ChatGPT in social posts or in courses?

Obrigado!

Collapse
 
lelepg profile image
Letícia Pegoraro Garcez

Not at all.
For courses I usually ask for something along the lines of "write me 10 exercises of X tecnhology using Y feature". I did a little search in my ChatGPT history and here are some prompts I've actually used:

  • Write a list of 10 crud exercises using the sample_mflix database from mongodb atlas
  • Write a list of exercises of aggregated queries with the collections comments, movies and users from mongodb atlas
  • Given these mongoose models paste code here write 10 exercises using crud operations
  • Create a mongodb collection with 6 documents with the following structure paste code here

For social media, I use something like these:

  • I just finished this project where I worked with X,Y,Z technologies. In this project, I developed something. Write a LinkedIn post saying that I've finished this project and am happy for it.
  • Write a LinkedIn post saying that I've presented X talk in Y event. (Sometimes from the event name ChatGPT creates some nice descriptions)
Collapse
 
smyja profile image
Smyja

Made a technical support bot.

Collapse
 
jmfayard profile image
Jean-Michel 🕵🏻‍♂️ Fayard

What was that experience like?

Collapse
 
balagmadhu profile image
Bala Madhusoodhanan
Collapse
 
montyharper profile image
Monty Harper

I'm taking an iOS Development course from Udacity. Their first line of defense in the help department is "Udacity GPT." Basically it's a Chat GPT interface built into their website right next to the content, so I can always ask any question and get an immediate answer. I love having it there. I'm constantly asking it to define terms and tell me the difference between this and that. When my code isn't working, I can copy it in and get an analysis. Given enough context it can always figure out what's wrong. When I was learning about delegates the other day I wrote and pasted in a bullet point list of what I felt like I had learned and asked for verification. GPT confirmed my understanding and added a few points to the list.

On the flip side, GPT has occasionally contradicted itself. Often this occurs when I haven't given it enough context, or if I try to get philosophical. So you do have to take its responses with a grain of salt. I've begun to get a sense of when to trust it and when to proceed with caution. GPT is expert at correcting errors in syntax, pretty good at describing features of and relationships between various concepts, and struggles mightily with the reasoning behind things. When it answers "why" questions, it tries, and it speaks with an air of authority, but you can really start to sense that it's just cobbling together text without understanding.

Collapse
 
jmfayard profile image
Jean-Michel 🕵🏻‍♂️ Fayard

That's super interesting, I also thought ChatGPT can be useful for accelerating learning - not replacing it - but you lay that out in concrete details.