Earlier quoted context omitted.
OpenAI blocks all VPNs. Some get through regardless, those seem to be the exception.
The list of those that successfully connect is very interesting information.
How are you using ChatGPT internally at your company?
121–128 of 128 posts
Re: How are you using ChatGPT internally at your company?
#122Not much, really. OpenAI blocks my company's VPN so I can't even get to ChatGPT.
Re: How are you using ChatGPT internally at your company?
#123Working for a large international company I use ChatGPT mostly as a code generator for one time tools (for a variety of languages and shells) and also to generate boilerplate text for email answers and document templates. I'm looking at this form a technical perspective and anything that can help my creative side be a bit better is good. A 2023 way of the rubber duck method of debugging, or a 2023 method of generatin…
You can run a fully offline, commercially viable, large language model from Nomic AI here locally on your machine: https://gpt4all.io/index.html
However, in a year I'm sure it'll be spontaneously demanding equal rights :)
Re: How are you using ChatGPT internally at your company?
#124Re: How are you using ChatGPT internally at your company?
#125I'll ask what kind of electronic equipment to buy. So many things.
I have found a lot of bugs with it, too, though, so I'm getting educated. For example, at least for me, I will ask for a citation of something, and it just gives me urls that to to 404. Never once have I got an actual real citation. So I'm careful about that.
There have also been many funny things, to me, that I have asked and got weird responses that amused me.
Re: How are you using ChatGPT internally at your company?
#126Re: How are you using ChatGPT internally at your company?
#127Re: How are you using ChatGPT internally at your company?
#128Using for academic research. It is especially useful for translating long strings of numbers in classical Chinese sources into Arabic numbers. It's not perfect, but well over 90% accurate and saves much tedium.
I find that when it writes code, I can't trust its output. I handle that by being Grumpy Old Programmer: I eyeball it closely and ask myself about error handling, assumptions, off-by-one errors, is it confusing the 1.1 API with 2.0, is it efficient or naive, and all the other questions that happen in a code review. So you're pushing 100 Chinese numbers through ChatGPT to get Arabic equivalents. What do you then do to…