Earlier quoted context omitted.
To me it sounds like a useful thing, for communicating your vision and getting early feedback on whether you are building the right thing. Like uh, a live action blueprint. Let's say the client is like "Email???? That's no good. It needs to be a text message". Now you have saved yourself the trouble of implementing email.
> To me it sounds like a useful thing To me it sounds like lying... Context matters a ton though. Are you presenting the demo as if the events are being automatically triggered (as in the OP) or are you presenting as this is your plan? Explicitly. If it is implicit, it's deceptive. If you explicitly do not say what parts are faked, it is lying. Of course in a magic show this is totally okay because you're going to th…
Gemini "duck" demo was not done in realtime or with voice
501–510 of 683 posts
Re: Gemini "duck" demo was not done in realtime or with voice
#502Re: Gemini "duck" demo was not done in realtime or with voice
#503I was fooled. The model release announcement said it could accept video and audio multi-modal input. I understood that there was a lot of editing and cutting, but I really believed I was looking at an example of video and audio input. I was completely impressed since it’s quite a leap to go from text and still images to “eyes and ears.” There’s even the segment where instruments are drown and music was generated. I t…
This kind of moral fraud - unethical behavior - is tolerated for some reason. It's almost like investors want to be fooled. There is no room for due diligence. They squeel like excited Taylor Swift fans as they are being lied to.
Re: Gemini "duck" demo was not done in realtime or with voice
#504Earlier quoted context omitted.
This can depend a lot on the context, which we don't have a lot of. Looking at this a different way, they gave first-year students, likely with no established pre-requistites, an open-ended project with fixed hardware but no expectation to submit the final project for review. If they wanted to verify the students actually developed a working program, they could have easily asked for the Pi's to be returned along with…
> If they wanted to verify the students actually developed a working program, they could have easily asked for the Pi's to be returned along with the source code. Wait, is your argument honestly "it's not cheating because they just trusted the students"? There's a huge difference between demoing something as "this is what we did" vs "we didn't quite get there, but this is what we're envisioning." Edit: You all are re…
Re: Gemini "duck" demo was not done in realtime or with voice
#505Earlier quoted context omitted.
This can depend a lot on the context, which we don't have a lot of. Looking at this a different way, they gave first-year students, likely with no established pre-requistites, an open-ended project with fixed hardware but no expectation to submit the final project for review. If they wanted to verify the students actually developed a working program, they could have easily asked for the Pi's to be returned along with…
> If they wanted to verify the students actually developed a working program, they could have easily asked for the Pi's to be returned along with the source code. Wait, is your argument honestly "it's not cheating because they just trusted the students"? There's a huge difference between demoing something as "this is what we did" vs "we didn't quite get there, but this is what we're envisioning." Edit: You all are re…
Re: Gemini "duck" demo was not done in realtime or with voice
#506Earlier quoted context omitted.
I imagine the commenter was calling out what they perceived to be an inauthentic yet carefully planned facade of diversity. This marketing trend rubs me the wrong way as well, because it reminds me of how I was raised and educated as a 90s kid to believe that racism was a thing of the past. That turned out to be a damaging lie. I don't mean to imply that companies should avoid displays of diversity, I just mean that…
You'd prefer the alternative with just a few white guys in the picture and no consideration given at all to appearing diverse?
Re: Gemini "duck" demo was not done in realtime or with voice
#507Earlier quoted context omitted.
Don't forget they also invented XHR (aka fetch) in 2001. https://en.wikipedia.org/wiki/XMLHttpRequest
Kind of, using it became known as "AJAX" and it took many many years (and the addition of promises to JS) before the more sophisticated "Fetch API" became available. Even then usage of AJAX declined rather slowly as it was so established, and indeed even now it's still used by many websites!
Before the invention of the xmlhttprequest there was so little you could do with JS most dynamic content was some version of shifty tricks with iframes or img tags or anything that could trigger the browser to make a server request to a url that you could generate dynamically.
Fetch was the formalization of the xmlhttprequest (hence the use of xhr as the name of the request type ). Jquery wrapped it really nicely and essentially popularized (they may have invented async js leveraging callbacks and the like), the creation of promises was basically the formalization and standardization of this.
So AJAX itself is in fact used almost in the entire totality of the web, the term has become irrelevant given the absolute domination of the technology.
Re: Gemini "duck" demo was not done in realtime or with voice
#508Earlier quoted context omitted.
You have to be taught to use the home row because the natural inclination for most people is to peck and hunt with their two index fingers. Watch how old people or young kids type. That being said staying on the home row is how you type fast and make the most of the layout. Everything is comfortably reachable for the most part unless you are a windows user ime.
If you learn a keyboard layout where the home row is actually the most common keys you use, you will not have to be encouraged to use the home row. You just will. I know, because I have, and I never "tried" to use the home row. People don't hunt and peck after years of keyboard use because of the keyboard; they do it because of the keyboard layout . If you want to prove I'm wrong, go learn Dvorak or Colemak and show…
I understand how dvorak is designed. I am still not convinced people will be using all their fingers especially their pinkys in a consistent manner that without learning that this is what you should work towards.
Re: Gemini "duck" demo was not done in realtime or with voice
#509Earlier quoted context omitted.
> To me it sounds like a useful thing To me it sounds like lying... Context matters a ton though. Are you presenting the demo as if the events are being automatically triggered (as in the OP) or are you presenting as this is your plan? Explicitly. If it is implicit, it's deceptive. If you explicitly do not say what parts are faked, it is lying. Of course in a magic show this is totally okay because you're going to th…
How about in the original iPhone keynote, when Steve says “this cable is just here for it to work on our projector” - if you follow closely, there was no phone demo’d that day with screen on and no cable. I’m sure the main board was still external.
Re: Gemini "duck" demo was not done in realtime or with voice
#510Earlier quoted context omitted.
The issue of hallucinations won't be solved with the RAG approach. It requires a fundamentally different architecture. These aren't my words but Yann LeCun's. You could easily understand if you spend some time playing around. The autoregressive nature won't allow the LLMs to create an internally consistent model before answering the question. We have approaches like Chain of Thought and others, but they are merely ba…
If you build a complex Chain if Thought style Agent and then train/finetune further by reinforcement learning with this architecture then it is not a band-aid anymore, it is an integral part of the model and the weights will optimize to make use of this CoT ability.
If it was possible to solve LLM hallucinations with simple Chain-of-Thought style agents, someone would have done that and released a product by now.
The fact that nobody has released such a product, is pretty strong evidence that you can't fix hallucinations via Chain-of-Thought or Retrieval-Augmented Generation, or any other band-aid approaches.