Monday, October 21, 2024

AI: "Machines of Loving Grace" by Anthropic CEO

interesting blog post from founder/CEO of one most prominent AI companies,
(in size of an essay or small book)

Dario Amodei — Machines of Loving Grace

"most people are underestimating just how radical the upside of AI could be &
most people are underestimating how bad the risks could be."

using term "powerful AI" instead "AGI"

  • In terms of pure intelligence4, it is smarter than a Nobel Prize winner across most relevant fields – biology, programming, math, engineering, writing, etc. This means it can prove unsolved mathematical theorems, write extremely good novels, write difficult codebases from scratch, etc.

Dario Amodei - Wikipedia

Dario Amodei (born 1983) is an Italian-American artificial intelligence researcher and entrepreneur. He is the co-founder and CEO of Anthropic, the company behind the large language model series Claude AI. He was previously the vice president of research at OpenAI.

CaltechStanford UniversityPrinceton University (PhD)


Anthropic PBC is a U.S.-based artificial intelligence (AI) public-benefit startup founded in 2021. It researches and develops AI to "study their safety properties at the technological frontier" and use this research to deploy safe, reliable models for the public.[5][6][7] Anthropic has developed a family of large language models (LLMs) named Claude as a competitor to OpenAI's ChatGPT and Google's Gemini.

QuickJS Javascript Engine

QuickJS Javascript Engine (C, MIT license, updated 2024)

QuickJS is a small and embeddable Javascript engine. It supports the ES2023 specification including modules, asynchronous generators, proxies and BigInt.

It optionally supports mathematical extensions such as big decimal floating point numbers (BigDecimal), big binary floating point numbers (BigFloat) and operator overloading.

Small and easily embeddable: just a few C files, no external dependency, 210 KiB of x86 code for a simple hello world program.

Fast interpreter with very low startup time: runs the 76000 tests of the ECMAScript Test Suite in less than 2 minutes on a single core of a desktop PC. The complete life cycle of a runtime instance completes in less than 300 microseconds.

Almost complete ES2023 support including modules, asynchronous generators and full Annex B support (legacy web compatibility). Passes nearly 100% of the ECMAScript Test Suite tests when selecting the ES2023 features




Fabrice Bellard (French pronunciation: [fa.bʁis bɛ.laʁ]; born 1972) is a French computer programmer known for writing FFmpeg, QEMU, and the Tiny C Compiler. He developed Bellard's formula for calculating single digits of pi.