Smallpaul
Smallpaul t1_jegi080 wrote
Reply to comment by Freedom_Alive in ChatGB: Tony Blair backs push for taxpayer-funded ‘sovereign AI’ to rival ChatGPT by signed7
They wouldn’t do it in-house. They would fund some kind of coalition.
Also: it’s been proven that you can use one AI to train another so you can bootstrap more cheaply than starting from scratch. Lots of relevant open source out there.
A huge part of the problem is just having enough cash to rent GPUs in any case. Not necessarily deep technical problems.
Also, as I said above, it doesn’t have to be competitive. It doesn’t have to be a product they sell. It could be a tool they themselves use to run the UK government without sending citizen data to a black box in America.
Smallpaul t1_jefs4d6 wrote
Reply to comment by SkyeandJett in ChatGB: Tony Blair backs push for taxpayer-funded ‘sovereign AI’ to rival ChatGPT by signed7
If absolutely means something.
The goal wouldn’t be to make something better than GPT-5 to outcompete it.
The goal would be to have an AI that could be run locally, fine tuned locally and trusted with the data of UK citizens.
Smallpaul t1_jec8qy8 wrote
Reply to comment by acutelychronicpanic in LAION launches a petition to democratize AI research by establishing an international, publicly funded supercomputing facility equipped with 100,000 state-of-the-art AI accelerators to train open source foundation models. by BananaBus43
Your mental model seems to be that there will be a bunch of roughly equivalent models out there with different values, and they can compete with each other to prevent any one value system from overwhelming.
I think it is much more likely that there will exist one, single lab, where the singularity and escape will happen. Having more such labs is like having a virus research lab in every city of every country. And like open sourcing the DNA for a super-virus.
Smallpaul t1_jea4whk wrote
Reply to comment by cc-test in [D] What do you think about all this hype for ChatGPT? by Dear-Vehicle-3215
>You get a zero cost tutor that may or may not be correct about something objective, and as a student you are supposed to trust that?
No. I did not say to trust that.
Also: if you think that real teachers never make mistakes, you're incorrect yourself. My kids have textbooks full of errata. Even Donald Knuth issues corrections for his books (rarely).
>I also pay, well my company does, to access GPT-4 and it's still not that close to being a reliable tutor. I wouldn't tell my juniors to ask ChatGPT about issues they are having instead of asking me or another of the seniors or lead engineer.
Then you are asking them to waste time.
I am "junior" on a particular language and I wasted a bunch of time on a problem because I don't want to bug the more experience person every time I have a problem.
The situation actually happened twice in one day.
The first time, I wasted 30 minutes trying to interpret an extremely obscure error message, then asked my colleague, then kicked myself because I had run into the same problem six months ago.
Then I asked ChatGPT4, and it gave me six possible causes. Which included the one that I had seen before. Had I asked GPT4, I would have saved myself 30 minutes and saved my colleague an interruption.
The second time, I asked ChatGPT4 directly. It gave me 5 possible causes. Using process of elimination I immediately knew which it was. Saved me trying to figure it out for myself before interrupting someone else.
You are teaching your juniors to be helpless instead of teaching them how to use tools appropriately.
> Code working is not equivocal to the code being written correctly or well. If you're the kind of engineer that just think "oh well it works at least, that's good enough" then you're the kind of engineer who will be replaced by AI tooling in the near future.
One of the ways you can use this tool is to ask it how to make the code more reliable, easier to read, etc.
If you use the tool appropriately, it can help with that too.
Smallpaul t1_je9e0am wrote
Reply to comment by cc-test in [D] What do you think about all this hype for ChatGPT? by Dear-Vehicle-3215
Note: although I have learned many things from ChatGPT, I have not learned a whole language. I haven't run that experiment yet.
ChatGPT is usually good at distilling common wisdom, i.e. professional standards. It has read hundreds of blogs and can summarize "both sides" of any issue which is controversial, or give you best practices when the question is not.
If the question is whether the information it gives you is factually correct, you will need your discernment to decide whether the thing you are learning is trivially verifiable ("does the code run") or more subtle, in which case you might verify with Google.
In exchange for this vigilance, you get a zero-cost tutor that answers questions immediately, and can take you down a personalized learning path.
It might end up being more trouble than it is worth, but it might also depend on the optimal learning style of the student.
I use GPT-4, and there are far fewer hallucinations.
Smallpaul t1_je9bwuq wrote
Reply to comment by cc-test in [D] What do you think about all this hype for ChatGPT? by Dear-Vehicle-3215
It is easy to verify anything ChatGPT tells you about programming.
Smallpaul t1_jdxf3u3 wrote
Reply to comment by ninjasaid13 in [D] Instruct Datasets for Commercial Use by JohnyWalkerRed
Probably not legally different than a document you created with a word processor.
Smallpaul t1_jdwt4ao wrote
So I guess LlamaIndex has nothing to do with Meta's LLaMa except that they both have "LLM" in their names? They switched from one confusing name to another!
Smallpaul t1_jdw0vx9 wrote
It seems to me that if a researcher uses OpenAI to generate an open source Instruct dataset, and a different corporation takes that dataset and uses it commercially, they are both legally in the clear unless they collude. The entity that is legally in contact with OpenAI has a legitimately non-commercial purpose and the entity doing the commercial work has no relationship with OpenAI.
Smallpaul t1_jdv3vwv wrote
Reply to comment by timelyparadox in [D] Will prompting the LLM to review it's own answer be any helpful to reduce chances of hallucinations? I tested couple of tricky questions and it seems it might work. by tamilupk
What is the difference?
Smallpaul t1_jdusjts wrote
Reply to comment by matthkamis in [D] Can we train a decompiler? by vintergroena
Good question.
The generative model might be able to learn with fewer examples? Because if already knows more about coding in various languages?
Just a guess.
Smallpaul t1_jdu38fb wrote
Reply to [D] Can we train a decompiler? by vintergroena
Decompilers already exist though.
Smallpaul t1_jds9001 wrote
Reply to [D] GPT4 and coding problems by enryu42
My rule of thumb is that GPT4 seems to be able to solve any problem that a first year university CS student at a mid-tier University could solve.
Smallpaul t1_jdejh9x wrote
Reply to comment by nightofgrim in [N] ChatGPT plugins by Singularian2501
>I crafted a promoted to get ChatGPT
?
Smallpaul t1_jdd8q6m wrote
Reply to comment by Different_Prune_3529 in [P] Open-source GPT4 & LangChain Chatbot for large PDF docs by radi-cho
It *is* OpenAI's GPT. Through an API.
Smallpaul t1_jcsah9r wrote
Reply to comment by RoyalCities in [P] The next generation of Stanford Alpaca by [deleted]
I think the new model gets most of its knowledge from its original model and the training is mostly about how to act like a RLHF model.
Smallpaul t1_jce114b wrote
Reply to comment by VelveteenAmbush in [D] What do people think about OpenAI not releasing its research but benefiting from others’ research? Should google meta enforce its patents against them? by [deleted]
Just to be clear, I was just elaborating on /u/twilight-actual’s idea.
Smallpaul t1_jcdnffe wrote
Reply to comment by VelveteenAmbush in [D] What do people think about OpenAI not releasing its research but benefiting from others’ research? Should google meta enforce its patents against them? by [deleted]
Software patents assigned to a public trust are a different idea than randomly suing people.
It might be set up to only sue companies that are not open.
Smallpaul t1_jcdn6lf wrote
Reply to comment by bert0ld0 in [D] What do people think about OpenAI not releasing its research but benefiting from others’ research? Should google meta enforce its patents against them? by [deleted]
What a wasted lead with Siri.
That said, apple has an even higher reputation around polish and accuracy than Google does. They would need something different than ChatGPT. A lot more curated.
Smallpaul t1_jam83rb wrote
Reply to comment by MonstarGaming in [D] OpenAI introduces ChatGPT and Whisper APIs (ChatGPT API is 1/10th the cost of GPT-3 API) by minimaxir
I guess you haven’t visited any B2C websites in the last 5 years.
But also: there is a world model behind the chatbot which can translate between human languages, between computer languages, can compose marketing copy, summarise text...
Smallpaul t1_jam7abr wrote
Reply to comment by WarAndGeese in [D] OpenAI introduces ChatGPT and Whisper APIs (ChatGPT API is 1/10th the cost of GPT-3 API) by minimaxir
> Don't let it demotivate competitors. They are making money somehow,
What makes you so confident?
Smallpaul t1_jam6mjl wrote
Reply to comment by Educational-Net303 in [D] OpenAI introduces ChatGPT and Whisper APIs (ChatGPT API is 1/10th the cost of GPT-3 API) by minimaxir
1 of 2 months??? How would that short time achieve the goal against well-funded competitors?
It would need to be multiple years of undercutting and even that might not be enough to lock google out.
Smallpaul t1_jam6et8 wrote
Reply to comment by andreichiffa in [D] OpenAI introduces ChatGPT and Whisper APIs (ChatGPT API is 1/10th the cost of GPT-3 API) by minimaxir
They’ll need a stronger story around lock-in if that’s their strategy. One way would be to add structured and unstructured data storage to the APIs.
Smallpaul t1_jegmcar wrote
Reply to comment by evemeatay in ChatGB: Tony Blair backs push for taxpayer-funded ‘sovereign AI’ to rival ChatGPT by signed7
You know the people voted for Brexit, right? Several prime ministers ago.