Two claims are often collapsed into one: a system is capable across many domains, and a system can operate for a long time without intervention. They are not equivalent.
Generality concerns breadth. Performance concerns how well a system performs within that breadth. Autonomy concerns the relationship between the system and human control: how long it can proceed, which tools it can invoke, when it must ask, and how easily a person can interrupt or reverse the work.
The distinction is central to responsible product language. A narrow system can be highly autonomous. A broad model can be placed behind strict approvals. Neither deployment choice, by itself, settles whether the underlying intelligence is general.
A useful map, not a final definition
The Google DeepMind paper Levels of AGI for Operationalizing Progress on the Path to AGI proposes a framework that separates the depth of performance from the breadth of capability. It also discusses autonomy as a deployment characteristic rather than a synonym for intelligence. The paper is a position and taxonomy, not a universally accepted benchmark. Its value is that it forces claims into clearer categories.
That clarity changes how a team should evaluate an “agent.” Ask at least three separate questions:
- What tasks can it perform, and across how many domains?
- How reliably does it perform them under realistic conditions?
- What is it authorized to do without a human decision?
A demo can look broad because the task is loosely defined. A workflow can look autonomous because the system repeats a narrow action. A benchmark score can look decisive while ignoring tool failures, stale state, permissions, or recovery. Separating the axes prevents these signals from being turned into claims they do not support.
Autonomy is a control surface
Autonomy should not be treated as a switch labeled “off” or “fully autonomous.” Real systems have multiple control points: which data can be read, which functions can be called, which values are bounded, which actions require approval, how long a run may continue, and what happens after an error.
Official OpenAI guidance on guardrails and human review describes checks around inputs, outputs, and tool calls, plus approval pauses for sensitive operations. Those controls do not guarantee safety. They are mechanisms for defining the operating envelope. The quality of the system depends on how those mechanisms are configured, tested, observed, and revised.
This is why “read-only” is meaningful but not synonymous with “zero risk.” Read-only access can reduce the possibility of direct modification, yet a system can still misunderstand incomplete data, expose sensitive context to an unauthorized viewer, or produce a recommendation that a person follows without sufficient review. The permission narrows one class of harm. It does not erase judgment.
Why the distinction matters for NOISE
NOISE is narrow by design. Its hosted Search Console path exposes seven bounded read-only tools against properties the user authorizes. It can help Codex ground analysis in first-party search data. It does not edit Search Console or a website. It does not provide a universal business model, and it does not turn a scheduled task into general intelligence.
Where platform scheduling is available, a task can return later and run against newly available evidence. That persistence is operationally useful. It is still bounded by the plugin’s permissions, the platform’s availability, the task instructions, the data source, and human review.
Precise language makes the product stronger. We can be confident that persistent, connected systems matter without calling every recurring workflow AGI. We can design for increasing capability while making autonomy deliberate, inspectable, and revocable.
What remains uncertain
There is no settled industry agreement on AGI levels, autonomy levels, or the benchmarks that should govern either. Guardrails can fail, approval fatigue can reduce their effectiveness, and long-running systems may encounter states that were absent from testing. The appropriate autonomy level will differ by domain, consequence, reversibility, and operator competence.
Sources
- Google DeepMind: Levels of AGI for Operationalizing Progress on the Path to AGI
- OpenAI: Guardrails and human review