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 ...
For further actions, you may consider blocking this person and/or reporting abuse
This isn't really what's being asked, but I've used ChatGPT to write short stories for my pure personal enjoyment. Like — I pitch it some characters and then read what it gives me, and then if I like it, I'll ask for sequels to the story, etc.
I spend enough of my brainpower with generative AI trying to project into the future, understand the maximum impact, project concern or optimism, etc. But this activity is just for fun in a way I genuinely find to be a lot of fun, and I try not to overthink it.
Doing things just for fun is always a good idea.
I've heard a whole operating system was started this way.
Honestly, I was a late adopter of ChatGPT too, for the same reasons you pointed out. I've been using it for around a month, and despite it being a really impressive product, it isn't worth all the hype and fear mongering that people are attributing to it. I'm a physicist, and more than half of the questions I asked ChatGPT in this topic were answered in a completely hallucinatory way. When it comes to code, I use it sometimes for code reviews. It makes some nice suggestions sometimes, but when it comes to code generation, I noticed that it is often incapable of generating more complex snippets. Overall, I've been using it for writing. I've always struggled with writing, so I write what I need and then ask it to correct mistakes and/or rewrite some parts. It's been helping me a lot with article and email writing.
Code reviews? That sounds interesting.
Can you give a concrete example?
Sure! For example, I have this code I created some months ago:
github.com/ariasdiniz/cpf_cnpj_too...
I just asked the following input for GPT:
And it's answer:
I removed the code snippets because the answer was gigantic. But it's really nice to use it in this way.
Ok, that's really simple and interesting.
I can see that especially in the context of pair programming session where you can debate what you think of said output.
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.
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!
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:
For social media, I use something like these:
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.
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.
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.
I tried doing some written content analysis with it, to make it do predictions and generate new documents based on some user input, but the results vary a lot. To be honest, I think existing NLP tools might do a much better job. Whats nice though is that you dont have to be a math magician to use ChatGPT... Unlike some of these NLP tools...
I dont get the whole scare either... ChatGPT is great for small direct questions like: write me a loop. But it sucks when writing code from the ground up, or even refactoring an entire project... Its pretty obvious ChatGPT is just guessing a result together, it doesnt really understand what it is doing. Imagine a random person with zero coding experience but superman reading powers. Put this person inside a library with unlimited books about coding and tell them to write an app. Thats how good ChatGPT is at writing code. It can produce the result, but it has no idea what it is doing.
It becomes more obvious when you let it generate images with faces or hands... You specifically have to tell it that humans have 5 fingers on each hand and that they dont have beavis&butthead heads :P
I think the scare is because the less you know about the tech, the more you can make creative impressive claims about the what the tool will do in the future, which in turns make more views.
Also it's easier to raise funds. With Venture Capitalists the principle is "If you believe it, it's not a lie".
That doesn't mean ChatGPT is not an important technology, it happens with every tech regardless of their merit.
en.wikipedia.org/wiki/Gartner_hype...
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
C'est génial, je vais voir tout de suite, merci Benoît!
I've built a model trained on Playwright documentation to answer questions by referencing the original documentation.
ray.run/ask
I didn't know a thing about playwright so I asked an "How to get started" question and congrats, that's indeed a cool use case to make the documentation more discoverable
Thanks!
if we used ChatGPT in smart way then it is very useful!
That's the point
It is a big IF
😂 true
Effortless User Story Creation
Bala Madhusoodhanan ・ May 10 ・ 4 min read
ChatGPT Unplugged: Empowering Developer for documentation
Bala Madhusoodhanan ・ May 22 ・ 6 min read
I've never done android development before, and yet my job needed me to investigate an android-native solution for a problem we had. Thanks to ChatGPT guiding me through random Kotlin/Jetpack stuff I'm not practiced in, I had a proof of concept done in 3 hours.
I realized in that moment that my company did not need to hire an android developer for that task. They just needed a good developer who could discern useful functional code.
That sounds cool to me because I know how painful Android programming can be)
If you don't mind, what was your approach?
Did you use ChatGPT to do most of the work or more like a tool to accelerate your learning?
Any concrete example that worked well?
Because I just needed to quickly prove something out to see if the experience was good for our client, I mostly used it to generate a very good outline which introduced exactly the concepts I needed to learn and no more.
My favorite example was when I asked it about so-called "Composables" because I didn't want to deal with an XML file, and the code it gave me was something like this:
And that's when I realized that, if I squinted hard enough, the code looked very similar to React code!
Well in the end, we decided against using a native app ( :
That's great.
By the way, compose looks similar to react or flutter or SwiftUi because it's the same ideas under different clothes
I created a 20 scene two act Broadway show complete with lyrics and dialogue because I was bored a few nights ago.
Have you tried to sell the spectacle already?
oh is terrible lol
I did the same, I used ChatGPT to write a poem, something I cannot do myself.
Then I send it without context to a friend who actually knows something about poetry. And I sent it without context.
She just replied
And I was like:
I made a fake Einstein quote (in French) to remind me and others of that
Love that free intern quote.
Non-work-related :D
Generated a how-to for how to use 2 products together (Postman + Salesforce Rest API)
chat.openai.com/share/e5a61193-c57...
I used Chatgpt for creating outline of my tech blogs on medium. Also, used chatgpt to write a new diss track by Eminem, ;)
Chatgpt can make your work with SEO easier.
Made a technical support bot.
What was that experience like?