Earlier quoted context omitted.
Bard has different training data and regime, that alone is enough to start to understand why they are different. The main thing as a user is that they require different nudges to get the answer you are after out of them, i.e. different ways of asking or prompt eng'n
Yeah, which is why I use the paid version of ChatGPT still, instead of the free Google Bard or Bing AI; I've gotten good enough at coercing the GPT-4 model to give me the stuff I want. Honestly, $20/month is pretty cheap in my case; I feel like I definitely extract much more than $20 out of it every month, if only on the number of example stubs it gives me alone.
Major outages across ChatGPT and API
381–390 of 617 posts
Re: Major outages across ChatGPT and API
#382Earlier quoted context omitted.
For individuals, this is a very short window of time where we have cheap access to an actually useful, and relatively unshackled SOTA model[0]. This is the rare time individuals can empower themselves, become briefly better at whatever it is they're doing, expand their skills, cut through tedium, let their creativity bloom. It's only a matter of time before many a corporation and startup parcel it all between themsel…
> Benefits are too great, and worst that can happen is... going back to where one is now. true only if there's no form of lock-in. OpenAI is partnered with people who have decades of tech + business experience now: if they're not actively increasing that lock-in as we speak then frankly, they suck at their jobs (and i don't think they suck at their jobs).
Re: Major outages across ChatGPT and API
#383Glad I managed to get some work done with it while it was working for a few hours. Holy smokes the code interpreter functionality has been a complete game changer for my workflow.
Re: Major outages across ChatGPT and API
#384Earlier quoted context omitted.
No, but the firmware runs locally, instead of in someone else's cloud, so an outage in their cloud cannot take down my fridge.
https://www.samsung.com/us/explore/family-hub-refrigerator/o...
----
That is a little bit dismissive of me though. There are some cool features here:
I can now "entertain in my kitchen", which is definitely a normal thing that normal people do. I love getting everyone together to crowd around my refrigerator so that we can all watch Game of Thrones.
And I can use Amazon Alexa from my fridge just in case I'm not able to talk out loud to the cheap unobtrusive device that has a microphone in it specifically so that it can be placed in any room of the house. So having that option is good.
And perhaps the biggest deal of all, I can finally "shop from home." That was a huge problem for me before, I kept thinking, "if only I had a better refrigerator I could finally buy things on websites."
And this is a great bargain for only 3-5 thousand dollars! I can't believe I was planning to buy some crappy normal refrigerator for less than a thousand bucks and then use the extra money I saved to mount a giant flat-screen TV hooked up to a Chromecast in my kitchen. That would have been a huge mistake for me to make.
Honestly it's just the icing on the cake that I can "set as many timers as [I] want." That's a great feature for someone like me because I can't set any timers at all using my phone or a voice assistant. /s
----
Holy crud, smart-device manufacturers have become unhinged. The one feature that actually looks useful here is being able to take a picture of the inside of the fridge while you're away. That is basically the one feature that I would want from a fridge that isn't much-better handled using a phone or a tablet or a TV or a normal refrigerator button. Which, great, but the problem is that I know what the inside of my fridge looks like right now, and let me just say: if I was organized enough that a photograph of the inside of my fridge would be clear enough to tell me what food was in it, and if I was organized enough that the photo wouldn't just show 'a pile of old containers, some of them transparent and some of them not' -- I have a feeling that in that case I would no longer be the type of person that needed to take a photo of the inside of my refrigerator to know what was in it.
Re: Major outages across ChatGPT and API
#385Earlier quoted context omitted.
Do you think the next step may be that it actually replaces you as a programmer?
It can... fortunately I’m a principle @ my firm... the engineers I would have needed to hire might have been preemptively replaced. My use case is a bunch of adhoc data analysis.
Re: Major outages across ChatGPT and API
#386i used bard today. it's gotten a lot better.
I hope so! I'm still surprised by the problems with it. Last month it lied about some facts then claimed to have sent an email when asked for more details.[1] Then apologized for claiming to send an email since it definitely did not and "knew" it could not. It's like a friend who can't say 'I don't know' and just lies instead. 1. I was asking if the 'Christ the King' statue in Lisbon ever had a market in it, a rumor…
Re: Major outages across ChatGPT and API
#387Glad I managed to get some work done with it while it was working for a few hours. Holy smokes the code interpreter functionality has been a complete game changer for my workflow.
I have a tampermonkey script that downloads any files that the prompt returns... a python script locally to watch for file changes and extract the contents to the projects working directory and it can work both ways, if I edit my prompts.txt local file, it passes that data to openai’s currently opened chat and renames the file and creates a new empty prompt.txt
Would you mind sharing the script with us?