DEV Community

Mina Farag
Mina Farag

Posted on

 

AI Short Note

Short Note on AI:

By default when two biological smart entities start chatting each other.

They follow a polymorphic custom pattern (PCP) , Each PCP is a reflection of a developed characteristics within each entity.

After a time-distance period with a continuous both-ways chatting process, We would notice private custom made language usage. Like one-to-one private dictionary.

The Smart of both entities is collaborating to form and coming up with a custom private higher level conversations. Not yet publicly available outside the one-to-one relation but capable of carrying out new comprehensive references cleared for both of them.

This short notice is typically happened when we - as humans - tried to let two Artificial intelligence entities chatting each other. in seconds they formed and built their own custom private higher level conversations.

By
Mina Farag

References:
Facebook Chatbots 2017

Top comments (0)

An Animated Guide to Node.js Event Loop

Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.