Posts

Showing posts from February, 2022

The Fallacy of Artificial General Intelligence: Microsoft's Recognition of the Limits of LLMs

  Microsoft released a research work last week [1] that claims that GPT-4 capabilities can be viewed as an early version of Artificial General Intelligence. The authors states that " the breadth and depth of GPT -4's capabilities, we believe that it could reasonably be viewed as an early (yet still incomplete) version of an artificial general intelligence (AGI) system. "  The researchers adopted the following definition of human Intelligence to reach this conclusion: " a very general mental capability that, among other things, involves the ability to reason, plan, solve problems, think abstractly, comprehend complex ideas, learn quickly and learn from experience. ". According to the same paper, the definition was proposed in 1994 by a group of psychologists. Interestingly, the authors of the paper [1] acknowledges that the definition of human intelligence is somehow restrictive. They also acknowledge that some components of this definition are currently missing

Which virtualisation technology can I use on ARM (aarch64) processors

Many users are getting the new Mac Laptop using ARM-based processors (M1 Pro & M1 Max). As a result, some virtualization adaptations need to be made by students to be able to install and use virtual machines.  I give here some of my findings related to Hypervisors, Emulators, Dockers, and ARM-based Windows VM. Traditional Hypervisors  VMware proposes a Hypervisor that is allowed to install and create virtual machines on ARM-based processors. You can download the tool from here https://communities.vmware.com/t5/Fusion-for-Apple-Silicon-Tech/ct-p/3022 Some Linux distributions already have ARM-compatible OSs, such as Ubuntu. You can find here the ARM-based distribution for Ubuntu that I tested using the VMware tool. Ubuntu Server: https://ubuntu.com/download/server/arm Ubuntu Desktop 64-bit ARM (ARMv8/AArch64) desktop image Fedora has also a distribution for ARM based systems https://arm.fedoraproject.org I'm not sure about Kali & other distributions, please let me know if you