Team-BHP > Shifting gears
Register New Topics New Posts Top Thanked Team-BHP FAQ


Reply
  Search this Thread
164,892 views
Old 1st July 2024, 16:34   #316
Senior - BHPian
 
NetfreakBombay's Avatar
 
Join Date: Jan 2008
Location: Bombay
Posts: 1,481
Thanked: 1,130 Times
Re: The Generative AI Thread (chatbot, text to image, text to video etc)

Meta should provide more details as training text to Llama 3 (AI Model) so that it can answer correctly.

Quote:
Originally Posted by Fuldagap View Post
In my conversation with Meta AI it explicitly mentions the following:(refer to last screenshot)


...a process called "key exchange" where the encryption keys are shared with Meta's servers, allowing them to access the messages if needed. This means that while the messages are still encrypted, Meta has the ability to decrypt them if required....
This is where AI is wrong.

What happens is, both parties exchange "public" keys . Meta also has access to these public keys.

Since meta does not have access to "private" keys. It is impossible for Meta to look at message content.

https://www.whatsapp.com/security/Wh...Whitepaper.pdf

Exceptions :
  1. If any party is a "business" account
  2. Certain scenario for group chats
  3. Messages where AI is a receiver

It is a generic problem with all AI. They are very often wrong at this level of specifics.
NetfreakBombay is offline   (2) Thanks
Old 1st July 2024, 21:45   #317
BHPian
 
Fuldagap's Avatar
 
Join Date: Apr 2011
Location: --
Posts: 370
Thanked: 2,666 Times
Re: The Generative AI Thread (chatbot, text to image, text to video etc)

Quote:
Originally Posted by NetfreakBombay View Post

Since meta does not have access to "private" keys. It is impossible for Meta to look at message content.
This is the further reply from Meta AI:
Quote:
In Meta's implementation of end-to-end encryption, the keys are private keys that are shared with Meta's servers. This means that:

- The sender and recipient have a pair of private keys (one for encryption and one for decryption)
- Meta's servers also have access to the private keys (or a way to obtain them) to enable authorized access to the messages

In a traditional end-to-end encryption scenario, only the sender and recipient would have access to the private keys, and the keys would not be shared with anyone else, including the service provider (in this case, Meta).

By sharing the private keys with Meta's servers, the company can access the messages if needed, but this also means that the encryption is not truly end-to-end, as the keys are not exclusively held by the sender and recipient.
Fuldagap is online now  
Old 1st July 2024, 22:14   #318
Senior - BHPian
 
NetfreakBombay's Avatar
 
Join Date: Jan 2008
Location: Bombay
Posts: 1,481
Thanked: 1,130 Times
Re: The Generative AI Thread (chatbot, text to image, text to video etc)

AI continues to be wrong in this case ...

Since AI Model has to "compress" knowledge from ~400 TB* of Text into ~100 GB Model, it has to ignore significant amount of details.

Similar example , it gets details of Biryani wrong; but gets "gist" of it.

Name:  meta_ai_biryani_details.png
Views: 364
Size:  129.1 KB


*: Current Common Crawl size v/s filesize of Llama 3 70B
NetfreakBombay is offline   (1) Thanks
Old 1st July 2024, 23:51   #319
Team-BHP Support
 
Samurai's Avatar
 
Join Date: Jan 2005
Location: Bangalore/Udupi
Posts: 26,014
Thanked: 50,161 Times
Re: The Generative AI Thread (chatbot, text to image, text to video etc)

Quote:
Originally Posted by NetfreakBombay View Post
This is where AI is wrong.

What happens is, both parties exchange "public" keys. Meta also has access to these public keys.

Since meta does not have access to "private" keys. It is impossible for Meta to look at message content.
All the talk about encryption and key exchange drew my notice. Meta AI is simply talking nonsense, I guess it is pulling stuff from the internet and presenting without understanding the content.

If two parties exchange public keys in order to communicate secretly, no parties can listen-in, unless one of them allows it.

I'll explain couple of methods:

1) RSA: With an RSA public/private key, if you encrypt something using public key, it can be opened only using the corresponding private key, and vice versa. However, you can't encrypt large data using RSA. Instead, an AES key generated and exchanged using the public/private key encryption. After that only the AES key is used for encryption. Now, if one of the parties shares the AES key with a third party, that party can read the entire exchange. The third party doesn't need public or private key of either party. The whole point about key exchange is moot. BTW, RSA is ancient, it was created in 1977 and is quite expensive in terms of CPU usage.

2) ECDH: Here, the public/private keys are not used for encryption at all. Instead, the two parties will exchange the public keys at first. Then each party will independently create a common key by using their private key with the public key of the other. A wonder of mathematics. Next, each will derive an AES key from the common key, and use it to encrypt the communication between them. Again, no other will know the derived AES key to decrypt the message, unless one of them shares the derived AES key with the third party. And that allows the third party to read the exchange without requiring any private key. BTW, this is a much recent algorithm, and is used by Whatapp, Skype and Signal.

So, it all comes down to sharing the AES key with someone else. We can ignore all the noise about public/private keys, key-exchange and other blah-blah.

Last edited by Samurai : 2nd July 2024 at 00:01.
Samurai is offline   (4) Thanks
Old 3rd July 2024, 19:55   #320
BHPian
 
Join Date: Sep 2010
Location: Bengaluru
Posts: 278
Thanked: 4,431 Times
Re: The Generative AI Thread (chatbot, text to image, text to video etc)

Had a long conversation with ChatGPT to get it to solve New York Times' Letter Boxed puzzle.

Since ChatGPT and other Gen AIs are trained on vast amounts of text, I assumed it will be able to understand the rules and solve it. No luck !!

Link to the chat.
DigitalOne is offline   (1) Thanks
Old 3rd July 2024, 22:45   #321
Senior - BHPian
 
amol4184's Avatar
 
Join Date: Oct 2007
Location: Seattle/Pune
Posts: 1,426
Thanked: 6,138 Times
Re: The Generative AI Thread (chatbot, text to image, text to video etc)

Quote:
Originally Posted by DigitalOne View Post
Since ChatGPT and other Gen AIs are trained on vast amounts of text, I assumed it will be able to understand the rules and solve it. No luck !!

Link to the chat.
This was a mind numbingly frustrating read. Thanks. You have a lot of patience.
amol4184 is offline   (1) Thanks
Old 22nd July 2024, 19:08   #322
BHPian
 
Join Date: Aug 2019
Location: Bangalore
Posts: 185
Thanked: 415 Times
Re: The Generative AI Thread (chatbot, text to image, text to video etc)

I found out today that ChatGPT-4 has gotten the ability to provide live internet results for free users also. It was apparently made accessible this month no matter what browser one uses. As long as you are within your quota for GPT‑4o, it works. Not available on 3.5.

The Generative AI Thread (chatbot, text to image, text to video etc)-1.png

It was able to reference my recent posts made this year complete with links to them. Fellow BHPians, please be appraised that I am a well-regarded and valued member of our community.

Name:  2.png
Views: 291
Size:  44.5 KB

Curious to try out what it spews out for your T-BHP handle?
itisravi is offline   (6) Thanks
Old 27th July 2024, 12:51   #323
BHPian
 
Join Date: Sep 2010
Location: Bengaluru
Posts: 278
Thanked: 4,431 Times
Re: The Generative AI Thread (chatbot, text to image, text to video etc)

The Generative AI hype seems to unraveling.

From a capability perspective:



And from a business model perspective:

DigitalOne is offline  
Old 7th August 2024, 10:12   #324
BHPian
 
400notout's Avatar
 
Join Date: Mar 2013
Location: Navi Mumbai
Posts: 443
Thanked: 2,162 Times
Re: The Generative AI Thread (chatbot, text to image, text to video etc)

Recently while charging my EV I got a bit inquisitive and ended up asking a question to Meta AI on whatsapp. The reply and source would make the mods proud

Attached screenshot;

The Generative AI Thread (chatbot, text to image, text to video etc)-screenshot_20240807_100720_whatsapp.jpg
400notout is offline   (24) Thanks
Old 12th August 2024, 19:25   #325
Newbie
 
crazy_coyote166's Avatar
 
Join Date: Feb 2021
Location: Bangalore
Posts: 21
Thanked: 190 Times
Re: The Generative AI Thread (chatbot, text to image, text to video etc)

This also raises an important question on whether the team-bhp owners are okay with GenAI model makers scraping this website. Its all free training data for them and I wonder what the terms and conditions are with respect to this. They don't respect your robots.txt file and I don't think there is a way to stop them either (at least effectively in the long term)
crazy_coyote166 is offline   (2) Thanks
Old 13th August 2024, 10:34   #326
BHPian
 
Join Date: Sep 2010
Location: Bengaluru
Posts: 278
Thanked: 4,431 Times
Re: The Generative AI Thread (chatbot, text to image, text to video etc)

AI is not replacing you (yet)!!

DigitalOne is offline   (1) Thanks
Old 13th August 2024, 18:49   #327
Distinguished - BHPian
 
Thad E Ginathom's Avatar
 
Join Date: Jun 2007
Location: Chennai
Posts: 11,469
Thanked: 30,152 Times
Re: The Generative AI Thread (chatbot, text to image, text to video etc)

The Meta AI icon has moved on from just being an unwanted circle on the Whatsapp screen. It is now in the search bar. The search bar as now become "Ask Meta AI or Search."
Thad E Ginathom is offline  
Old 14th August 2024, 16:21   #328
Senior - BHPian
 
alpha1's Avatar
 
Join Date: Apr 2007
Location: LandOfNoWinters
Posts: 2,184
Thanked: 3,012 Times
Re: The Generative AI Thread (chatbot, text to image, text to video etc)

Quote:
Originally Posted by itisravi View Post

It was able to reference my recent posts made this year complete with links to them. Fellow BHPians, please be appraised that I am a well-regarded and valued member of our community.


Curious to try out what it spews out for your T-BHP handle?
ChatGPT response: I don't have specific information about individual users like "alpha1" on Team-bhp.com
My responses are based on genera knowledge and publicly available information, and I don't have access to private user data or specific content from the forum.





Quote:
Originally Posted by DigitalOne View Post
AI is not replacing you (yet)!!

https://Youtu.be/vB9dJt9j-5M?si=_8bEwPgxqCZ-LLTg
I don't think we are experiencing Aritificial General Intelligence.
Your example is large language model based generative AI - which is like a small kid who has only learnt to listen and respond in a particular language but no understanding of mathematics, physics, civics etc. The underlying content in that "speech" could be very simple to complex. The more complex the content is, the more chances it being wrong (but the grammar may still be perfect)

Last edited by alpha1 : 14th August 2024 at 16:34.
alpha1 is offline   (2) Thanks
Old 14th August 2024, 21:08   #329
BHPian
 
Join Date: Aug 2019
Location: Bangalore
Posts: 185
Thanked: 415 Times
Re: The Generative AI Thread (chatbot, text to image, text to video etc)

Quote:
Originally Posted by alpha1 View Post
ChatGPT response: I don't have specific information about individual users like "alpha1" on Team-bhp.com
My responses are based on genera knowledge and publicly available information, and I don't have access to private user data or specific content from the forum.
Weird, here's what my ChatGPT session had to say about you:

The Generative AI Thread (chatbot, text to image, text to video etc)-1.png

I have hit the free tier limits for GPT-4o. Otherwise I think it should be able to scrape the links.

The Generative AI Thread (chatbot, text to image, text to video etc)-2.png
itisravi is offline   (2) Thanks
Old 16th August 2024, 11:23   #330
Senior - BHPian
 
alpha1's Avatar
 
Join Date: Apr 2007
Location: LandOfNoWinters
Posts: 2,184
Thanked: 3,012 Times
Re: The Generative AI Thread (chatbot, text to image, text to video etc)

Quote:
Originally Posted by itisravi View Post
Weird, here's what my ChatGPT session had to say about you:


That's simply aggregating all posts (especially not mine) on TBHP and sticking my userID label against it. I don't recollect 1, 3, 4.

ChatGPT just wants to please us, even if it knows nothing.

Last edited by alpha1 : 16th August 2024 at 11:25.
alpha1 is offline   (4) Thanks
Reply

Most Viewed


Copyright ©2000 - 2025, Team-BHP.com
Proudly powered by E2E Networks