Discovering Alignment Windfalls Reduces AI Risk - Elicit
Discovering Alignment Windfalls Reduces AI Risk
My argument, in short:
- Just as there are alignment taxes, there are alignment windfalls.
- AI companies optimise within their known landscape of alignment taxes & windfalls.
- We can change what AI companies do by:
- Shaping the landscape of taxes and windfalls
- Shaping their knowledge of that landscape
- By discovering and advocating for alignment windfalls, we reduce AI risk overall because it becomes easier for companies to adopt more alignable approaches.
Alignment taxes
An “alignment tax” refers to the reduced performance, increased expense, or elongated timeline required to develop and deploy an aligned system compared to a merely useful one.
More specifically, let’s say an alignment tax is an investment that a company expects to help with alignment of transformative AI that has a net negative impact on the company's bottom line over the next 3-12 months.
A few examples, from most to least concrete:
Adversarial robustness: For vision models, and maybe deep learning models in general, there seems to be a trade-off between adversarial robustness and in-distribution performance. Effort can be invested in improving either metric, and adversarial training often requires larger training sets and more complex implementations. Simply put: making your model behave more predictably in unexpected scenarios can lead to it performing worse in everyday circumstances.
Robustness to distributional shift: Similarly, it’s easiest to develop and deploy systems that assume that the future will be like the past and present. For example, you don’t need to detect sleeper agents if you only care about the training distribution.
Safe exploration: Once AI systems are interacting with the real world, adding additional controls that prevent unsafe or unethical behaviours is more costly than simply allowing unlimited exploration.
Avoiding power-seeking: AI systems that engage in power-seeking behaviour—acquiring resources, colluding with other AI systems—may be more economically valuable in the short term, at the expense of long-term control.
All of these require more investment than the less aligned baseline comparison, and companies will face hard decisions about which to pursue.
Alignment windfalls
On the other hand, there are some ideas and businesses where progress on AI safety is intrinsically linked to value creation.
More specifically, let’s say an alignment windfall is an investment that a company expects to help with alignment of transformative AI that also has a net positive impact on the company's bottom line over the next 3-12 months.
For example:
Reinforcement Learning from Human Feedback. RLHF comes with significant upfront costs, but it easily pays for itself by producing a more valuable model. Nathan Labenz was one of the volunteers who assessed a “purely helpful” version of GPT-4, and found it was “totally amoral”. This early version of the model would have been a liability for OpenAI. The version which was made public has been carefully tuned with RLHF to avoid such behaviour. Anthropic proposed that an aligned ML system should be helpful, honest, and harmless: RLHF can make Pareto improvements on these three axes, making models both more valuable and safer.
Factored cognition when epistemics matter. High-quality thinking is often as much about the process followed as it is about the result produced. By setting up AI systems to follow systematic, transparent processes we improve the quality of thought, giving the user a richer experience as well as making the system safer. I think this is an underrated example and will discuss it in depth later in the post.
Interpretability tools. Interpretability is widely held to be a key component of AI safety. It can help spot inner misalignment, deception, aid with design and debugging, and lots more. Companies founded on productising interpretability are incentivised to make their tools' output as truthful and useful as possible. This increase in visibility naturally creates value for the business.
Eric Ho has a great list of for-profit AI alignment ideas that, besides interpretability tools, also includes software and services for testing, red-teaming, evals, cybersecurity, and high-quality data labelling.
In practice, almost all ideas will have some costs and some benefits: finding ways to shape the economic environment so that they look more like windfalls is key to getting them implemented.
Companies as optimisers
Startup companies are among the best machines we've invented to create economic value through technological efficiency.
Two drivers behind why startups create such an outsized economic impact are:
- Lots of shots on goal. The vast majority of startups fail: perhaps 90% die completely and only 1.5% get to a solid outcome. As a sector, startups take a scattergun approach: each individual company is likely doomed, but the outsized upside for the lucky few means that many optimists are still willing to give it a go.
- Risk-taking behaviour. Startups thrive in legal and normative grey areas, where larger companies are constrained by their brand reputation, partnerships, or lack of appetite for regulatory risk.
This optimisation pressure will be especially strong for artificial intelligence, because the upside for organisations leading the AGI race is gigantic.
Shaping the landscape
The technical approaches which lead to taxes and windfalls lie on a landscape that can be shaped in a few ways:
Regulation can levy taxes on unaligned approaches:
- Causes like environmental protection or consumer safety made progress when governments decreed that companies must absorb additional costs in order to protect the public.
- Regulation is fast becoming a reason to pay some alignment tax for AI too.
Public awareness can cause windfalls for aligned approaches:
- While regulation sets a minimum standard that companies must meet, marketing strategies can push beyond this and incentivise excellence.
- In AI, the marketing dynamic remains centred around avoiding PR disasters, rather than aiming for brand differentiation.
Recruiting top talent is easier for safety-oriented companies:
- Candidates would favour options that better align with their own moral code.
- AI companies that prioritise alignment—even if it comes with a tax—can boost their ability to hire the best people and remain competitive.
Companies greedily optimise within the known landscape
An important nuance with the above model is that companies don’t optimise within the true landscape: they optimise within the landscape they can access.
Here are a couple of reasons why the full landscape tends to be poorly known to AI startup founders:
- Startups are myopic. Startups excel at pivoting to whatever direction seems most promising for the next month or two.
- Companies are secretive. If a startup did happen to find an alignment windfall, they would be incentivised to keep it secret for as long as possible.
In contrast, researchers in academia have much more latitude to explore completely unproven ideas lacking any clear path to practical application.
Shaping knowledge of the landscape
What does it look like to shape the broader knowledge of this landscape?
- Some of this is technical alignment work: discovering how to build AI systems that are robustly aligned while minimising alignment taxes or even maximising windfalls.
- Another crucial part is exploring, testing, and promoting ideas for AI companies that exploit alignment windfalls.
Factored cognition
An example of an alignment windfall
Let’s consider a more detailed example. Elicit has been exploring one part of the landscape of taxes & windfalls, with a focus on factored cognition.
Factored cognition as a windfall
Since the deep learning revolution, most progress on AI capability has been due to a combination of:
- More data.
- More compute.
- More parameters.
Normally, we do all three at the same time. We have basically thrown more and more raw material at the models, then poked them with RLHF until it seems sufficiently difficult to get them to be obviously dangerous. This is an inherently fragile scheme, and there are strong incentives to cut corners.
Factored cognition offers a different path. Instead of solving harder problems with bigger and bigger models, we decompose the problem into smaller, more tractable problems. Each of these smaller problems is solved independently and their solutions combined to produce a final result.
How we’ve been exploring factored cognition at Elicit
Elicit, our AI research assistant, is built using factored cognition: we decompose common research tasks into a sequence of steps, using gold standard processes like systematic reviews as a guide.
For Elicit, creating a valuable product is the same thing as building a truthful, transparent system. Trustworthiness is our value proposition.
Conclusion:
Let's find and promote alignment windfalls!
I'm a proponent of other approaches—such as regulation—to guide us towards safe AI, but in high stakes situations like this my mind turns to the Swiss cheese model used to reduce clinical accidents.
In my view, Elicit is the best example of an alignment windfall that we have today. To have maximum impact, we need to show that factored cognition is a powerful approach for building high-stakes ML systems.