Earlier quoted context omitted.
He's not wrong. DeepMind spends time solving big scientific / large-scale problems such as those in genetics, material science or weather forecasting, and Google has untouchable resources such as all the books they've scanned (and already won court cases about) They do make OpenAI look like kids in that regard. There is far more to technology than public facing goods/products. It's probably in part due to the cultura…
> They do make OpenAI look like kids in that regard. Nokia and Blackberry had far more phone-making experience than Apple when the iPhone launched. But if you can't bring that experience to bear, allowing you to make a better product - then you don't have a better product.
Gemini AI
751–760 of 1001 posts
Re: Gemini AI
#752Earlier quoted context omitted.
Why do they gate access at country level if it's about language. I live in Europe and speak English just fine. Can't they just offer it in English only until the multi-language support is ready?
Could be a legal issue, privacy or whatnot.
Re: Gemini AI
#753Earlier quoted context omitted.
Investors are getting impatient! ChatGPT has already replaced Google for me and I wonder if Google starts to feel the pressure.
I wonder what advertising will look like with this. Will they suggest products in the response? Like “Top ideas:…” and the LLM’s response.
In this case, it's just directing to the service you would have best fit with.
This can be highly profitable, because you are solving the problem for the customer with the products you are suggesting based on what they are looking to solve.
Re: Gemini AI
#754Gemini Nano sounds like the most exciting part IMO. IIRC Several people in the recent Pixel 8 thread were saying that offloading to web APIs for functions like Magic Eraser was only temporary and could be replaced by on-device models at some point. Looks like this is the beginning of that.
Unless they make it open source, what benefits would it have compared to the tiny OpenAi models?
Re: Gemini AI
#755Earlier quoted context omitted.
> Sundar's comments in the main video seem like he's trying to communicate "we've been doing this ai stuff since you (other AI companies) were little babies" - to me this comes off kind of badly Reminds me of the Stadia reveal, where the first words out of his mouth were along the lines of "I'll admit, I'm not much of a gamer" This dude needs a new speech writer.
Dude needs a new job. He's been the Steve Balmer of Google, ruining what made them great and running the company into the ground.
I've been making this exact comparison for years at this point.
Both inherited companies with market dominant core products in near monopoly positions. They both kept the lights on, but the companies under them repeatedly fail the break into new markets and suffer from a near total lack of coherent vision and perverse internal incentives that contribute to the failure of new products. And after a while, the quality of that core product starts to stumble as well.
The fact that we've seen this show before makes it all the more baffling to me that investors are happy about it. Especially when in the same timeframe we've seen Satya Nadella completely transform Microsoft and deliver relatively meteoric performance.
Re: Gemini AI
#756Re: Gemini AI
#757Earlier quoted context omitted.
Investors are getting impatient! ChatGPT has already replaced Google for me and I wonder if Google starts to feel the pressure.
> "ChatGPT has already replaced Google for me" Would you mind elaborating more on this. Like how are you "searching" with ChatGPT?
Re: Gemini AI
#758*DOUBT
Maybe at very constrained types of leetcode-esque problems for which it has ample training data.
Re: Gemini AI
#759This demo is nuts: https://youtu.be/UIZAiXYceBI?si=8ELqSinKHdlGlNpX
I'm legitimately starting to wonder what white collar workers will even do in 5-10 years. This just Year 1 of this stuff going mainstream. Careers are 25-30 years long. What will someone entering the workforce today even be doing in 2035?
The same thing they're doing now, just with tools that enable them to do some more of it. We've been having these discussions a dozen times, including pre- and post computerization and every time it ends up the same way. We went from entire teams writing Pokemon in Z80 assembly to someone cranking out games in Unity while barely knowing to code, and yet game devs still exist.
Re: Gemini AI
#760Very impressive! I noticed two really notable things right off the bat: 1. I asked it a question about a feature that TypeScript doesn't have[1]. GPT4 usually does not recognize that it's impossible (I've tried asking it a bunch of times, it gets it right with like 50% probability) and hallucinates an answer. Gemini correctly says that it's impossible. The impressive thing was that it then linked to the open GitHub i…
I asked: How would I go about creating a sandbox directory for a subordinate user (namespaced user with subuid - e.g. uid 100000), that can be deleted as the superior user (e.g. uid 1000)? I want this to be done without root permissions.
Both said that it's impossible, which is the the generally accepted answer.
I then added: I don't care about data loss.
Bard correctly suggested mounting a filesystem (but didn't figure out that tmpfs would be the one to use). ChatGPT suggested using the sticky bit, which would make the situation worse.
Handing this one to Bard, especially given that it generated more detailed answers much faster.