Live data from Hacker News

ChatGPT Plugins

openai.com

871–880 of 1001 posts

Re: ChatGPT Plugins

#871

Earlier quoted context omitted.

We have a ton of protection laws around all sorts of dangerous technology, this is a super naive take. You can't buy tons of weapon technology, nuclear materials, aerosolized compounds, pesticides. These are all highly regulated and illegal pieces of technology for the better . In general the liberal position of progress = good is wrong in many cases, and I'll be thankful to see AI get neutered. If anything treat it…

how do you regulate something that many people can already run on their home gpu? how much software has ever been successfully banned from distribution after release?

They do like to try :(

Re: ChatGPT Plugins

#874

Earlier quoted context omitted.

A railway would have created a gov't/corporate monopoly on human transport. Highways democratized the freedom of transportation.

TIL, no one moved anywhere until American highways were built.

They moved slower, yes.

Re: ChatGPT Plugins

#875
post #426

Earlier quoted context omitted.

Some cultures like the Amish said were stopping here.

The Amish are dependent on a technological powerhouse that is the US to survive. They are pacifists themselves, but they are grateful that the US allows them their way of life, they'll be extinct a long time ago if they arrived in China/Middle East/Russia etc. That's why the Amish are not interested in advertising their techno-primitivism. It works incredibly well for them, they raise giant happy families isolated fr…

>they'd be extinct a long time ago if they arrived in China/Middle East/Russia etc.

There is actually a group similar to the Amish in Russia, it's called the Old Believers. They formed after a schism within the Orthodox church and fled persecution to Siberia. Unlike the Amish, many of the Old Believers aren't really integrated with the modern world as they still live where their ancestors settled in. So groups that refuse to technologically progress do exist, and can do so even under persecution and changing economic regimes.

Re: ChatGPT Plugins

#876
post #530

I have some odd feelings about this. It took less than a year to go from "of course it isn't hooked up to the internet in any way, silly!" to "ok.... so we hooked up up to the internet..." First is your API calls, then your chatgpt-jailbreak-turns-into-a-bank-DDOS-attack, then your "today it somehow executed several hundred thousand threads of a python script that made perfectly timed trades at 8:31AM on the NYSE whi…

What I want to know is, what gives OpenAI and other relatively small technological elites permission to gamble with the future of humanity? Shouldn't we all have a say in this?

I have seen this argument a bunch of times and I am confused by what exactly you mean. Everyone is influencing the future of humanity (and in that sense gambling with it?) What gives company X the right to build feature Y? What gives person A the right to post B (for all you know it can be the starting point of a chain of actions that bring down humanity)

Are you suggesting that beyond a threshold all actions someone/something does should be subject to vote/review by everyone? And how do you define/formalise this threshold?

Re: ChatGPT Plugins

#877
post #759

Earlier quoted context omitted.

I think ChatGPT plugins may be what solves this problems. Does IMDB have an API?

Sites like IMDB feel like they might be in a pickle. What happens to their ad revenue if they expose their API and no one navigates to their site anymore?

API access as a service here we come!

Re: ChatGPT Plugins

#878
post #617

The idea that a GPT-n will gain sentience and take over the world seems less of a threat than if a GPT-n with revolutionary capabilities and a very restricted number of people that have unrestricted access to it help its unscrupulous owners to take over the world. The owners might even decide that as "effective altruists" it's their duty to take over to steer the planet in the right direction, justifying anything the…

OpenAI has a moat, but not that large of a moat. Anyone with a couple million dollars can train a competitive LLM.

Re: ChatGPT Plugins

#879

Earlier quoted context omitted.

LangChain can probably just call out to the new ChatGPT plugins. It's already very modular.

If they open it up, possibly. But honestly, building your own tools is _super_ easy with langchain. - write a simple prompt that describes what the tool does, and - provide it a python function to execute when the LLM decides that the question it's asked matches the tool description. That's basically it. https://langchain.readthedocs.io/en/latest/modules/agents/ex...

Open what up? The plugins are just a public manifest file pointing to an openapi spec. It's just a public formalised version of what langchain asks for.
Post reply on HN