Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment OpenAI/ChatGPT is available as an Azure Service (Score 2) 61

After seeing a reference that it was available as an Azure Service I went in and tried to create an OpenAI resource and sure enough, it's there, currently in a limited sign-up enterprise-only preview.

Enable new business solutions with OpenAI's language generation capabilities powered by GPT-3 models. These models have been pretrained with trillions of words and can easily adapt to your scenario with a few short examples provided at inference. Apply them to numerous scenarios, from summarization to content and code generation.

I'm ready to drop $$$$ to feed it our sources (>1000 bytes at a time) and internal queries and get uninterrupted responses.

Comment Re:Non-Coders don't understand coding (Score 1) 97

ChatGPT is already at the "structure the program" stage.

I asked in rather general terms for ChatGPT to generate me a program for a rather complex UI simulation using tools I was aware of but not yet proficient in. Apparently I asked for too much so ChatGPT didn't generate code, it generated an outline for the steps that code would need to do (structure). I then asked for code for each of those steps. ChatGPT either provided the code or broke down the step into smaller steps. In the end it had generated all the code and it worked with minor tweaking, using tools I've yet to learn in-depth and likely wouldn't have been able to get this far this quickly by "learning by example". Knowing my own proficiency, I'd say I accomplished in a few hours what would have taken a couple weeks.

I'm confident that if we had a $work-internalized copy of ChatGPT that had access to our git repo I could ask ChatGPT for about half the pull-requests our team currently does by hand.

Slashdot Top Deals

Don't sweat it -- it's only ones and zeros. -- P. Skelly

Working...