Live data from Hacker News

OpenAI API pricing update FAQ

help.openai.com

21–30 of 205 posts

Re: OpenAI API pricing update FAQ

#21

Honest question: What does GPT-3 add to my tookbox as a developer?

I wonder if anyone has successfully used it to create library documentation. Obviously you'd have to tweak whatever output you get but can GPT-3 provide a substantial starting point?

Yes, there are several VScode plugins for it. Not sure if they use GPT-3 specifically or one of the slightly smaller versions though.

Re: OpenAI API pricing update FAQ

#22
Is it just me, or are phrases like "3x cheaper" hard for other people to grok too? For some reason they always require me to pause and try to sort it out. Like, is the price being reduced by 66% or 75% or something else? What would "1x cheaper" mean?

Re: OpenAI API pricing update FAQ

#24
post #20

The so-called "open" in their name is an oxymoron. The whole thing is a trap. We need to work on our own, possibly publicly founded but really open solutions rather than depend on proprietary ones.

We really gotta come up with another thing to repeat as the go-to diss than this. I'm all for putting pressure on them to release weights etc but they are a lot more open than e.g. google or meta, and the whole "ClosedAI" is so over-repeated at this point.

They brought it on themselves. They chose the name OpenAI. It was a terrible choice on their part, and the repeated criticism is a direct result of that choice.

Re: OpenAI API pricing update FAQ

#26
post #22

Is it just me, or are phrases like "3x cheaper" hard for other people to grok too? For some reason they always require me to pause and try to sort it out. Like, is the price being reduced by 66% or 75% or something else? What would "1x cheaper" mean?

I usually read that as "new price = old price / X" where X = "3" in this scenario. In my head, "1x cheaper" would mean "new price = old price / 1", so no reduction, I guess.

Re: OpenAI API pricing update FAQ

#27
post #22

Is it just me, or are phrases like "3x cheaper" hard for other people to grok too? For some reason they always require me to pause and try to sort it out. Like, is the price being reduced by 66% or 75% or something else? What would "1x cheaper" mean?

I know what you mean. 1x cheaper would be same price. 3x cheaper means “the new price times 3 equals the old price.” However this is easier than percents or fractions. 100% cheaper means free. Do you want something 67% cheaper, 2/3s cheaper or 3x cheaper?

Re: OpenAI API pricing update FAQ

#28

Honest question: What does GPT-3 add to my tookbox as a developer?

We're still figuring that out. It's a really fascinating piece of tech, and has all kinds of non-obvious applications.

I wrote about using it to explain code (and mathematical formulas and suchlike) a few weeks ago: https://simonwillison.net/2022/Jul/9/gpt-3-explain-code/

I've been experimenting with using it to build a human-language-to-SQL tool, so that people can ask questions of their data "what country had the highest GDP in 2019" and it will turn them into the correct SQL query, given a table schema. I'm still iterating on this but it's shown some very promising initial results.

I use it a lot when I need to get something small working in a language that I don't have day-to-day familiarity with. "Write a bash script that loops through every MOV file in this folder and extracts the audio as MP3" is a good example of that kind of prompt.

Riley Goodside on Twitter posts weird and interesting new things you can do with GPT-3 on a daily basis: https://twitter.com/goodside/ - his instructional template trick was on HN the other day, it's really clever: https://news.ycombinator.com/item?id=32532875

Post reply on HN