Live data from Hacker News

Ask HN: How have you applied AI in your life, work or hobbies?

news.ycombinator.com

11–20 of 21 posts

Re: Ask HN: How have you applied AI in your life, work or hobbies?

#14
post #6

I am using free OpenAI's Playground (faster response than ChatGPT, but it is the same davinci) to make UI texts and docs for my side webapp project, including translations. For now it is just "Explain it nicer:" plus seed with some topic context, and then "In German", "In French"... I think soon I can probably do an entire customer support work over email in any foreign language which I may not even know much but wit…

Ha, ChatGPT helping you create a literal implementation of the Chinese room, extending it to different languages. Edit: come to think of it, actually not (because the operator in the Chinese room has no understanding), but is helping you ChatGPT understand the questions (I presume?).

No, I don't use it to gather knowledge because I know ChatGPT makes a lot of mistakes, it requires human to correct it.

So I just use it to enhance ideas and as linguistic beautifier. E.g. run the seed (I mean prompt here) "I created web application to send files, explain nicely why it is better than FTP", and it does quite good but e.g. mentions SSL and that it helps prevent unauthorized access to files, which is weak because that is not what SSL/TLS is for. So the prompt and answer requires a little adjustment steps. Once I am happy with English explanation I ask for translations.

More often I have some bullet points description of topic which is kind of draft, something which doesn't look nice to be shown to user, so I just add "Make it professional text:".

Re: Ask HN: How have you applied AI in your life, work or hobbies?

#16
Here are my cases

GitHub CoPilot : I come from embedded engineering background, but now working in web tech space. CoPilot helps as a very good assistant when I am working with TypeScript. Essentially lesser number of lookups now to Google & StackOverflow

Content creation : I take help of ChatGPT to give me some pointers when I am about to write on a topic / blog post. For tech articles, it's a good help. Helps correct grammar, change content to professional tone.

Re: Ask HN: How have you applied AI in your life, work or hobbies?

#19
I write more. I think writing can be broken down into three main things - the idea, the structure of how you laid it out, and the style. Now I don't have to care about the style, I can focus on having clear thoughts and good ideas. It's like autoformatter for programming. And who formats their code manually these days?
Post reply on HN