Earlier quoted context omitted.
Isn't that just because others have stored solutions to these problems in GitHub?
That is my question too. Is it a fancier autocomplete? Or does it reason about code?
GPT-3 is no longer the only game in town
81–90 of 217 posts
Re: GPT-3 is no longer the only game in town
#82I think companies should be banned from having "Open" in their names.
OpenAI takes the Orwellian cake.
Re: GPT-3 is no longer the only game in town
#83Can anyone tell me what the value of GPT-3 actually is other than generating meaningless prose? What would a business use it for
Have you heard of GitHub copilot ? It’s based on GPT3 and I can tell you one thing: it does not generate meaningless prose (90% of the time)
Re: GPT-3 is no longer the only game in town
#84Earlier quoted context omitted.
Have you heard of GitHub copilot ? It’s based on GPT3 and I can tell you one thing: it does not generate meaningless prose (90% of the time)
How many % of the time does it produce code that compiles?
Simply leading the horse to water is enough in something like PHP:
// instantiate cURL event from API URL, POST vars to it using key as variable name, store output in JSON array and pretty print to screen
Usually results in code that is 95-100% of the way done.
Re: GPT-3 is no longer the only game in town
#85Earlier quoted context omitted.
I am so confused. Is there a tutorial explaining how you are using in the IDE whatever it is. I use vscode curious if it can be applied. Thanks
It works very well with VSCode. It has an integration. It shows differently than normal autocomplete, it shows just like gmail autocomplete (grayed out text sugggestion, and press tab to actually autocomplete). Sometimes the suggestion is just a couple tokens long, sometimes it’s an entire page of correct code. Nice trick: write a comment describing quickly what your code will do (“// order an item on click”) and enj…
Re: GPT-3 is no longer the only game in town
#86I have supported my beliefs on this topic in these threads to the point of exhausting myself. The tools that we use to find these agents are the underpinning of AGI, it’s coming way faster than even most people here appreciate, this development is intrinsically against the interest of human beings. Please stop and think, please.
Re: GPT-3 is no longer the only game in town
#87Can anyone tell me what the value of GPT-3 actually is other than generating meaningless prose? What would a business use it for
Life online is about to become very annoying.
Re: GPT-3 is no longer the only game in town
#88If I were to run GPT-3 on my 70000 browser bookmarks, what kind of insights could I get from that? Only by analyzing the page title (from the bookmark, not by re-fetching the url) and eventually also the domain name.
>>> You are spending way to much time browsing.
Re: GPT-3 is no longer the only game in town
#89Earlier quoted context omitted.
At https://reviewr.ai we're using GPT-3 to summarize product reviews into simple bullet-point lists. Here's an example with backpack reviews: https://baqpa.com
How do you avoid libel?
Re: GPT-3 is no longer the only game in town
#90Earlier quoted context omitted.
>What would a business use it for If you think about business uses you can actually get advices from Jerome Powell, simulated by GPT-3. If someone use GPT-3 to simulate Warren Buffet, he can extract even more value. https://www.institutionalinvestor.com/article/b1tktmhcfdyqsk...
Somehow I don't think that this is quite how Jerome Powell would respond in an interview: > Interviewer: How do you think a global pandemic would impact the financial system? > Mr. Powell: A pandemic will have impact on the economy. It will have an impact on the financial system. > Interviewer: What would the impact be? > Mr. Powell: If a major pandemic occurred, the economy would be affected, and the financial syste…
> > Interviewer: What would the impact be? > Mr. Powell: If a major pandemic occurred)
Output( it could be very disruptive. > > Interviewer: How disruptive? > Mr. Powell: Well, it could be disruptive in a number of ways. > > Interviewer: How so? > Mr. Powell: Well, one of the first things that would be disrupted would be the supply chain. )
Using prompts well makes a huge difference.
If you parse the generated output, classify it, then develop a decision tree that uses further prompts to refine the response, you can get more sophisticated, valuable responses.
The output in the parent is comparable to an off-the-cuff interview response. If you emulate a deeper thought process, you can get more meaningful output, and if you use the right prompts, you can access the semantic networks in the model related to your domain of interest.