Live data from Hacker News

How are you using ChatGPT internally at your company?

news.ycombinator.com

1–10 of 128 posts

Re: How are you using ChatGPT internally at your company?

#7
Extremely good at turning JSON into a Go struct. Just in general, as someone who has spent years writing Python, it’s helped me fill in gaps with Go. This is a killer feature for GPT.. if you’re proficient in one language it can help you rapidly get up to speed in another.

Re: How are you using ChatGPT internally at your company?

#8

Extremely good at turning JSON into a Go struct. Just in general, as someone who has spent years writing Python, it’s helped me fill in gaps with Go. This is a killer feature for GPT.. if you’re proficient in one language it can help you rapidly get up to speed in another.

Check out https://github.com/ChimeraCoder/gojson as well, been my go to for this.

Re: How are you using ChatGPT internally at your company?

#9
Coding aid for unittests. Debugging aid for languages / frameworks I'm not particularly familiar with. Work that requires reformatting. Translating from rough drafts to more polished / professional language. Learning more about domains I don't have much expertise in where I need specific conceptual questions answered.

Re: How are you using ChatGPT internally at your company?

#10
We use it a lot at my job. A lot of tasks that used to hour long minor tasks are great for generating with ChatGPT and getting them done in a few minutes

Prompts like these

1. Generate me a build pipeline using GitHub actions that builds a java project with docker and posts JUnit test results to a PR

2. Write me a python program that copies all the Cloudwatch dashboards my production AWS account, replace all the instances of the word ‘prod’ and replace with ‘qa’ and and post the results to this AWS account.

These are two things I’ve done recently that aren’t particularly enjoyable but necessary parts of any software work.

Post reply on HN