How are you using ChatGPT internally at your company?
1–10 of 128 posts
Re: How are you using ChatGPT internally at your company?
#2Re: How are you using ChatGPT internally at your company?
#3Re: How are you using ChatGPT internally at your company?
#4Re: How are you using ChatGPT internally at your company?
#5Re: How are you using ChatGPT internally at your company?
#6Re: How are you using ChatGPT internally at your company?
#7Re: How are you using ChatGPT internally at your company?
#8Extremely 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?
#9Re: How are you using ChatGPT internally at your company?
#10Prompts 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.