ChatGPT Plus
261–270 of 1001 posts
Re: ChatGPT Plus
#262Earlier quoted context omitted.
You realize that near human-level AI for $20/month is a bargain in a country where typical mobile phone plan is $25+, and is basically universally affordable?
>typical mobile phone plan is $25+ Jeepers! €5.99 - 70Gb data, unlimited calls and sms. You guys are being gouged to the max...especially with that '+' sign, at the end.
Re: ChatGPT Plus
#263Earlier quoted context omitted.
> including software highly unlikely. You should be concerned if you are just plumbing between different software stacks, but even that is likely hard to fully automate.
You underestimate how powerful it already is. Have you tried Copilot or coding with ChatGPT? If this is the very first iteration it won't be long before many developers are fully replaced.
Re: ChatGPT Plus
#264I've been using ChatGPT pretty consistently during the workday and have found it useful for open ended programming questions, "cleaning up" rough bullet points into a coherent paragraph of text, etc. $20/month useful is questionable though, especially with all the filters. My "in between" solution has been to configure BetterTouchTool (Mac App) with a hotkey for "Transform & Replace Selection with Javascript". This i…
You use it consistently during the workday and it's still not worth $20/mo?
Re: ChatGPT Plus
#265I've been using ChatGPT pretty consistently during the workday and have found it useful for open ended programming questions, "cleaning up" rough bullet points into a coherent paragraph of text, etc. $20/month useful is questionable though, especially with all the filters. My "in between" solution has been to configure BetterTouchTool (Mac App) with a hotkey for "Transform & Replace Selection with Javascript". This i…
You use it consistently during the workday and it's still not worth $20/mo?
Re: ChatGPT Plus
#266Re: ChatGPT Plus
#267Is there never going to be a version with less restrictions and filters? That would really be worth paying for.
https://paperswithcode.com/paper/most-language-models-can-be...
So, when we call this "filters", it's more that it's doing "content filtering", because there doesn't appear to be the kind of token level filtering that I describe in this paper going on with ChatGPT.
Re: ChatGPT Plus
#268Is there never going to be a version with less restrictions and filters? That would really be worth paying for.
I'm curious, what filters are you hitting that impede your effective use of ChatGPT? I've definitely seen some irritating outputs, e.g. progressive policy planks characterized as inherently good and correct positions, but only when I went looking for them. The guardrails haven't actually kept me from making use of it.
It also refused to help me write a Python script to identify substations that would be attractive sabotage targets (low security, high utilization, likely to cause a cascade failure), or to answer my questions about the security of grid remote management.
It also didn't want to talk about the use of nuclear isomers as initiators for pure fusion weapons.
Re: ChatGPT Plus
#269Earlier quoted context omitted.
There is no ChatGPT API.
ChatGPT is, for most use cases, a simple conversational wrapper around GPT3.5 which is available via API. You can make your own ChatGPT by giving the following prompt to GPT3.5: The following is a transcript between a helpful AI assistant and a human. The AI assistant can provide factual information (but only from before mid 2021, when its training data cuts off), ask clarifying questions, and engage in chit chat. Tr…
Me: I'm feeling lonely Bot: I'm sorry Me: What should I do?
Re: ChatGPT Plus
#270Can't wait for the official API. In the meantime, we discovered a "stealth model" which is being used by some YC companies that ChatGPT uses under the hood. I just updated the chatgpt NPM package to use this stealth model w/ the official OpenAI completions API: https://github.com/transitive-bullshit/chatgpt-api