Alex Amadori

75 posts

Alex Amadori

Alex Amadori

@testdrivenzen

Policy research at @ControlAI

London Katılım Ekim 2024
45 Takip Edilen163 Takipçiler
Sabitlenmiş Tweet
Alex Amadori
Alex Amadori@testdrivenzen·
Any plan for surviving superintelligent AI that doesn't go through strong international coordination fails in at least one of three ways: - It sparks war between nuclear powers - It causes a misaligned ASI to kill everyone - It establishes a permanent dystopian dictatorship
Alex Amadori tweet mediaAlex Amadori tweet media
English
2
6
46
6.8K
Alex Amadori retweetledi
bayesian asian (42/50 paintings)
I meditated a lot in my mid 20s to reduce tanha/dukhha, but now I'm really into them. I like grasping & craving, taking things personally, waking up tortured with what I want to do and probably can't pull off, and thinking it'll just feel so great if I get one more thing
English
23
45
684
31.9K
Alex Amadori
Alex Amadori@testdrivenzen·
People are like 1. Progress right now feels slow or normal 2. Most days I've felt "thing" was going slowly or normally (except the few hours after "news" came out when I felt like it was fast) 2. Therefore I've been predicting progress correctly Just absolutely frog boiled
English
0
0
0
130
Alex Amadori
Alex Amadori@testdrivenzen·
I beg you to write down a prediction for AI will be like 1 year out and set a reminder on your phone to check back how it aged. Exponentials completely break human brains. You can get caught off guard by progress over and over again and don't realize it's going to keep happening
Alex Amadori tweet media
roon@tszzl

year after year I’m like “better models are coming” and ai twitter screenshots as tho it’s news w something like “GPT8 confirmed” in a samsaric loop since chatgpt. we are all like babies without object permanence when it comes to exponential progress. but better models are coming

English
3
7
72
5.8K
roon
roon@tszzl·
year after year I’m like “better models are coming” and ai twitter screenshots as tho it’s news w something like “GPT8 confirmed” in a samsaric loop since chatgpt. we are all like babies without object permanence when it comes to exponential progress. but better models are coming
English
117
67
1.7K
142.7K
Alex Amadori
Alex Amadori@testdrivenzen·
ex-xAI researcher: Once it gets smarter than all of humanity combined, that’s where you start bending the limits of physics. interviewer: What does that mean for jobs?
Alex Amadori tweet media
English
1
2
18
1.1K
Alex Amadori retweetledi
Andrea Miotti
Andrea Miotti@andreamiotti·
Incredible work by Daniel and team! I agree with much of it. All "uncontrolled" paths are extremely likely to end in human extinction. Plan A offers many good ideas for preventing ASI development while reaping enormous benefits from other AI. One thing I do not agree with...
Andrea Miotti tweet media
Daniel Kokotajlo@DKokotajlo

In AI 2027, we predicted that AI would take over the world or irreversibly concentrate power. In AI 2040: Plan A, we've laid out our positive vision for what should happen instead.

English
4
6
48
6K
Alex Amadori retweetledi
Alex Amadori retweetledi
Sam Ashworth-Hayes
Sam Ashworth-Hayes@SAshworthHayes·
Updating the classics
Sam Ashworth-Hayes tweet media
English
27
234
3.8K
105K
Alex Amadori
Alex Amadori@testdrivenzen·
...be in a situation where everyone has to cut corners on safety to win the race, and we likely end up with an ASI killing everyone. And whoever is losing still has a reason to attack preemptively with all their military might before the coalition gets a decisive advantage.
English
1
0
4
57
Alex Amadori
Alex Amadori@testdrivenzen·
This does not address catastrophic risks, and fails all three checks for a plan to address catastrophic risks. Development, not deployment, of powerful AI needs to be restricted at a global level if we are to survive ASI. x.com/DarioAmodei/st…
Dario Amodei@DarioAmodei

Today I'm publishing a new essay, Policy on the AI Exponential. AI is progressing extremely fast—much faster than the policy process was built to handle. The essay lays out where I think the technology is now, and the action needed to close the gap: darioamodei.com/post/policy-on…

English
1
1
13
708
Dario Amodei
Dario Amodei@DarioAmodei·
Today I'm publishing a new essay, Policy on the AI Exponential. AI is progressing extremely fast—much faster than the policy process was built to handle. The essay lays out where I think the technology is now, and the action needed to close the gap: darioamodei.com/post/policy-on…
English
1.5K
2.5K
13.8K
6.8M
Alex Amadori retweetledi
Alex Amadori
Alex Amadori@testdrivenzen·
Any plan for surviving superintelligent AI that doesn't go through strong international coordination fails in at least one of three ways: - It sparks war between nuclear powers - It causes a misaligned ASI to kill everyone - It establishes a permanent dystopian dictatorship
Alex Amadori tweet mediaAlex Amadori tweet media
English
2
6
46
6.8K
Alex Amadori
Alex Amadori@testdrivenzen·
This will almost certainly help destroy the world by improving ASI-relevant capabilities more than it helps save the world by improving "epistemics". Like seriously, you know like I know that one of the main bottlenecks in AI capabilities is memory-management for long-horizon tasks. For any tool like this that you add to the AI toolbelt, it helps ASI capabilities much more, because those can be improved with a for-loop that uses numerical metrics from the world as a reward signal. Things like "alignment" or "epistemics" will go much slower, because you can't improve them in a for-loop. You either a very tasteful human in the loop, or "all of society" digesting it for a long time.
English
0
0
2
51
Ben Goldhaber
Ben Goldhaber@BenGoldhaber·
@ilex_ulmus and I don't think this line of building is that relevant for RSI; seems much more useful for improving individual and societal epistemics as AI gets more powerful, which I think we need if we're going to navigate big choices well (including pause)
English
2
0
6
510
Ben Goldhaber
Ben Goldhaber@BenGoldhaber·
FLF is running a competition to find the best AI workflows to produce reliable, trustworthy knowledge base. There’s a $200k total prize pool + the glory of advancing the state of the art of human<>AI knowledge collaboration infrastructure.
Andrej Karpathy@karpathy

LLM Knowledge Bases Something I'm finding very useful recently: using LLMs to build personal knowledge bases for various topics of research interest. In this way, a large fraction of my recent token throughput is going less into manipulating code, and more into manipulating knowledge (stored as markdown and images). The latest LLMs are quite good at it. So: Data ingest: I index source documents (articles, papers, repos, datasets, images, etc.) into a raw/ directory, then I use an LLM to incrementally "compile" a wiki, which is just a collection of .md files in a directory structure. The wiki includes summaries of all the data in raw/, backlinks, and then it categorizes data into concepts, writes articles for them, and links them all. To convert web articles into .md files I like to use the Obsidian Web Clipper extension, and then I also use a hotkey to download all the related images to local so that my LLM can easily reference them. IDE: I use Obsidian as the IDE "frontend" where I can view the raw data, the the compiled wiki, and the derived visualizations. Important to note that the LLM writes and maintains all of the data of the wiki, I rarely touch it directly. I've played with a few Obsidian plugins to render and view data in other ways (e.g. Marp for slides). Q&A: Where things get interesting is that once your wiki is big enough (e.g. mine on some recent research is ~100 articles and ~400K words), you can ask your LLM agent all kinds of complex questions against the wiki, and it will go off, research the answers, etc. I thought I had to reach for fancy RAG, but the LLM has been pretty good about auto-maintaining index files and brief summaries of all the documents and it reads all the important related data fairly easily at this ~small scale. Output: Instead of getting answers in text/terminal, I like to have it render markdown files for me, or slide shows (Marp format), or matplotlib images, all of which I then view again in Obsidian. You can imagine many other visual output formats depending on the query. Often, I end up "filing" the outputs back into the wiki to enhance it for further queries. So my own explorations and queries always "add up" in the knowledge base. Linting: I've run some LLM "health checks" over the wiki to e.g. find inconsistent data, impute missing data (with web searchers), find interesting connections for new article candidates, etc., to incrementally clean up the wiki and enhance its overall data integrity. The LLMs are quite good at suggesting further questions to ask and look into. Extra tools: I find myself developing additional tools to process the data, e.g. I vibe coded a small and naive search engine over the wiki, which I both use directly (in a web ui), but more often I want to hand it off to an LLM via CLI as a tool for larger queries. Further explorations: As the repo grows, the natural desire is to also think about synthetic data generation + finetuning to have your LLM "know" the data in its weights instead of just context windows. TLDR: raw data from a given number of sources is collected, then compiled by an LLM into a .md wiki, then operated on by various CLIs by the LLM to do Q&A and to incrementally enhance the wiki, and all of it viewable in Obsidian. You rarely ever write or edit the wiki manually, it's the domain of the LLM. I think there is room here for an incredible new product instead of a hacky collection of scripts.

English
3
1
58
6.8K
Alex Amadori retweetledi
Andrea Miotti
Andrea Miotti@andreamiotti·
Not just foreseeable, but foreseen and called out. We ran a campaign to get them out of the first ever AI Safety Summit. We won that one. Yet most of the field kept licking the boot of the companies and here we are. controlai.com/past-campaigns…
Andrea Miotti tweet media
Dan Hendrycks@hendrycks

@CRSegerie What a waste of a few years RSPs were. Unfortunately the waste was foreseeable.

English
1
14
51
3.3K