Who is the girl in Massive Attack?

I asked ChatGPT who is the girl in Massive Attack? It told me:

I think that’s a pretty good answer. The girl I was thinking of was Elizabeth Fraser who sings Teardrop. Horace Andy is a man, not a woman, but ChatGPT just listed him as an aside, it didn’t claim he was a woman.

I checked Massive Attack band members and there were a few other female collaborators which ChatGPT didn’t list, but it didn’t hallucinate anything or tell me any lies. I’m not sure if I should give ChatGPT a B grade for missing a few female collaborators, or an A for giving me a simpler answer which contained the fact I actually wanted to know, viz who is the girl who sings Teardrop?

Why AI Is So Dangerous & How It Could Destroy Humanity

Ah, click bait. Sign of the times! MEGATHREAT: Why AI Is So Dangerous & How It Could Destroy Humanity | Mo Gawdat.

Mo Gawdat is an Egyptian entrepreneur and writer. He is the former chief business officer for Google X and author of the books Solve for Happy and Scary Smart.

Mo says there are some things we shouldn’t waste time talking about because they are going to happen, inevitably. These are:

  1. There is no shutting down or reversing AI, we can’t stop it
  2. AI will be significantly smarter than humans
  3. Bad things will happen in the process of developing AI (the specifics to be determined)

…and the fourth inevitability? Utopia..?

Critical Path != Critical Section

I always get the concepts “critical path” and “critical section” confused.

The “critical section” is the part in your algorithm which you must hold a lock for; whereas the “critical path” is an idea from hardware design which relates to the time taken for the longest combinatorial logic that needs to be processed during a clock cycle, thus limiting the frequency you can run your clock at.

Although the terminology “critical path” came from hardware, the same terminology is used in software. ChatGPT has a fairly good write-up on the two uses of the term “critical path”.

I learned a little more about this in Introduction to VHDL for FPGA and ASIC design.