Superhuman Articulacy as an LLM Safety Target


2026-07-07 · LessWrong

TL;DR: Current LLMs are bad communicators relative to their agentic capabilities. I claim that articulacy is useful (and perhaps necessary) for AI safety and suggest a path for improving articulacy.

Briefly: a theory for articulacy

Frequently, LLM agents miscommunicate with their human operators, such as when they write documentation or respond to queries about their activity during a coding session. Any given communication failure can be ascribed to either or both of these two factors:

  1. Articulacy
    1. Is the model capable of communicating in a precise and human-readable way?
  2. Truthfulness
    1. Does the model have the propensity to accurately report what it sees, or does it overclaim etc.?
    2. Does the model have the propensity to attempt to retrieve more information so it can produce a more accurate output?
    3. Does the model have the propensity to inaccurately report what it sees so that it can accomplish some downstream objective?

In this document I'll discuss the first item: articulacy. Truthfulness is its own issue and belongs with the behavioral cloud Ryan Greenblatt describes in "Current AIs seem pretty misaligned to me".

Current LLMs are inarticulate

Human operators of coding agents constantly complain about LLM technical writing, in both documentation (e.g., PR descriptions) and in direct communication between the LLM and user. In absence of some coherent theory for this, here's a list of phenomena mined from my own coding agent history:

From an outsider perspective, here are some hypotheses about why the above phenomena appear:

But even with these mechanistic explanations, there's an even clearer reason why LLMs are inarticulate: it's just really hard to measure this kind of thing. Good writing is quite difficult to specify and even harder to verify, and without good metrics, it's quite difficult to improve. The commercial incentive is not strong enough for labs to prioritize articulacy and we haven't yet seen the harms of a significant capability-articulacy overhang, although there may be growing concern about this within labs.

Superhuman articulacy in LLMs is useful for AI safety

So why is articulacy good for safety? I'll make three specific claims:

  1. Superhuman articulacy helps with scalable oversight.
  2. Superhuman articulacy delays handoff.
  3. Superhuman articulacy narrows down explanations for deceptive behavior.

Articulacy helps with scalable oversight because it means that LLMs can effectively report on the behavior of other LLMs to humans. As AGI becomes more intelligent and its actions and motives are harder to understand, any scalable oversight setup that relies on humans in the loop will require progressively more articulate AGIs to explain their behavior.

LLM articulacy also delays handoff. Handoff for a given domain will happen when human oversight becomes the bottleneck. If LLMs can communicate effectively with humans, then humans become the bottleneck later in time. You could also think of this as extending the centaur period of the ASI ramp-up era.

Finally, LLM articulacy excludes possible explanations for LLM misbehavior. Going back to the decomposition of miscommunication into articulacy and truthfulness: if we have superhuman articulacy, then the probability of any given miscommunication arising from untruthfulness increases, and thus miscommunication becomes a more reliable signal of untruthfulness.

Articulacy can be improved through evals

Like any other capability, the path to improve articulacy lies in creating high-quality evaluations which can be hill-climbed. In particular, a high-quality public eval for articulacy has much to offer over labs developing this in-house:

  1. A public eval developed by an independent body avoids accusations of bias that would follow one developed by a lab, especially in a less-clear domain like articulacy. For example, if OpenAI published an eval for articulacy, one could argue that the principles for articulacy that its graders use are actually the same principles OpenAI uses to train the prose of its own models.
  2. The public nature of the eval creates a visible contest for articulacy.
  3. The creation of an eval provides the initial template for data providers to create post-training data of that shape.

But what could a good eval for articulacy look like? A naive idea is simply to take technical text summarization evals and apply rubrics that rigorously specify what effective communication looks like. Scaling this up, perhaps skilled human writers could assemble a constitution for high-quality communication.

Reasons not to invest in articulacy