How are you using ChatGPT internally at your company?
51–60 of 128 posts
Re: How are you using ChatGPT internally at your company?
#52I don't use it, it returns mostly incorrect code that makes me realize it's not worth it. I'm more productive and write better code ignoring ChatGPT 95% of the time.
I literally cannot understand how people code that need gpt as an assistant for writing code. If I can reason about it, I can write it faster then the feedback loop takes for prompting.
Re: How are you using ChatGPT internally at your company?
#53I don't use it, it returns mostly incorrect code that makes me realize it's not worth it. I'm more productive and write better code ignoring ChatGPT 95% of the time.
my comment will probably get flagged or downvoted or whatever, but yeah agreed. I literally cannot understand how people code that need gpt as an assistant for writing code. If I can reason about it, I can write it faster then the feedback loop takes for prompting.
Re: How are you using ChatGPT internally at your company?
#54Mostly using for content generation.
Re: How are you using ChatGPT internally at your company?
#55Not allowed, because the privacy is non-existant, the licensing is questionable, Microsoft sees everything, and the responses are often wrong and require more work to verify. The risks are greater than the reward.
Are you using Windows or Microsoft Office? Same here. Or Microsoft Exchange?
Re: How are you using ChatGPT internally at your company?
#56I don't use it, it returns mostly incorrect code that makes me realize it's not worth it. I'm more productive and write better code ignoring ChatGPT 95% of the time.
my comment will probably get flagged or downvoted or whatever, but yeah agreed. I literally cannot understand how people code that need gpt as an assistant for writing code. If I can reason about it, I can write it faster then the feedback loop takes for prompting.
It can increase efficiency for generalists. For deep work, it's less useful.
Re: How are you using ChatGPT internally at your company?
#57I don't use it, it returns mostly incorrect code that makes me realize it's not worth it. I'm more productive and write better code ignoring ChatGPT 95% of the time.
When I ask ChatGPT to do it for me it gives me an excellent starting point. Sure, there will be bugs, but because I know what I want I can spot and fix them immediately. It's much faster to adjust ChatGPT's code than it is to Google around for starting points.
Another example are shell scripts. I only touch bash once every few months and I keep forgetting the syntax for certain operations. Asking ChatGPT to give me a starting point is much faster than googling and visiting 20 StackOverflow posts for what I want.
But I agree with you that for day-to-day work on the same codebase where you have all the context, ChatGPT usually isn't worth it.
Re: How are you using ChatGPT internally at your company?
#58Re: How are you using ChatGPT internally at your company?
#59we built our own AI chat, it’s not that hard. It’s wired up to our internal data, with nlp search, and a few tools using swagger.
Re: How are you using ChatGPT internally at your company?
#60I’m a company of one, and I use it every day, multiple times a day as a coding assistant. I’m using the excellent Code Genie (sp?) plug-in to VSC which puts a chat window directly in VSC and does cool things like allow you to highlight blocks of code and ask contextual questions / refactors / bug checks, etc. I would say my efficiency is up ~20% since starting to use it, and my Google searches & StackOverflow visits…