Skip to content

Instantly share code, notes, and snippets.

View moiseenko-tech's full-sized avatar
🌈
Making Magic

Andrei Moiseenko moiseenko-tech

🌈
Making Magic
  • Limassol, Cyprus
  • 05:59 (UTC +03:00)
View GitHub Profile

INBOX

Dario Amodei published a 38-page letter to all of humanity

Breaking news: The CEO who created Claude just published a 38-page letter to all of humanity. Dario Amodei mapped out exactly which careers will survive AI and which won't. No hype. No doomsday. Just the coldest, most specific prediction any AI leader has ever made. But page 29 contains a reasoning framework that transforms AI from what will replace you into your greatest unfair advantage. Here are 9 prompts from Claude based on Amodei's methodology that will put you years ahead of everyone who didn't read this:

https://x.com/Aina_Ai2/status/2038526151258415380?s=20

Visual Studio Code settings

package Eco::Wiki;
require Exporter;
use vars qw(@ISA @EXPORT $VERSION);
@ISA = qw(Exporter);
@EXPORT = qw(%CONFIG &CONFIG_load &syntax_ok &wiki_to_html);
$VERSION = 0.1;