<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Agustin V. Startari</title>
    <description>The latest articles on DEV Community by Agustin V. Startari (@agustin_v_startari).</description>
    <link>https://dev.to/agustin_v_startari</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3277059%2Ff7462f65-5952-4465-8773-eb1557906e3c.jpg</url>
      <title>DEV Community: Agustin V. Startari</title>
      <link>https://dev.to/agustin_v_startari</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/agustin_v_startari"/>
    <language>en</language>
    <item>
      <title>When the Law Delegates to a Probability Distribution</title>
      <dc:creator>Agustin V. Startari</dc:creator>
      <pubDate>Tue, 01 Sep 2026 15:20:05 +0000</pubDate>
      <link>https://dev.to/agustin_v_startari/when-the-law-delegates-to-a-probability-distribution-21dj</link>
      <guid>https://dev.to/agustin_v_startari/when-the-law-delegates-to-a-probability-distribution-21dj</guid>
      <description>&lt;p&gt;*&lt;em&gt;What happens when the same legal system can produce two different decisions from the same facts?&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Imagine an immigration authority using a generative AI system to evaluate applications.&lt;/p&gt;

&lt;p&gt;The legal facts are the same.&lt;/p&gt;

&lt;p&gt;The applicable rules are the same.&lt;/p&gt;

&lt;p&gt;The model is the same.&lt;/p&gt;

&lt;p&gt;The instructions are the same.&lt;/p&gt;

&lt;p&gt;One execution produces:&lt;/p&gt;

&lt;p&gt;Approve.&lt;/p&gt;

&lt;p&gt;Another produces:&lt;/p&gt;

&lt;p&gt;Reject.&lt;/p&gt;

&lt;p&gt;Nothing legally relevant has changed.&lt;/p&gt;

&lt;p&gt;What changed was the computational path through which the system generated its answer.&lt;/p&gt;

&lt;p&gt;This creates a problem that traditional legal theory was not built to solve.&lt;/p&gt;

&lt;p&gt;Law knows how to delegate authority to judges, agencies, officials, administrative bodies, and other identifiable decision-makers.&lt;/p&gt;

&lt;p&gt;But what exactly happens when authority is exercised through a system that does not contain one predetermined decision?&lt;/p&gt;

&lt;p&gt;What happens when the institution has authorized a machine capable of generating a distribution of possible decisions?&lt;/p&gt;

&lt;p&gt;That is the question at the center of my new paper:&lt;/p&gt;

&lt;p&gt;Delegation to a Probability Distribution: Rethinking Legal Authority in Stochastic Systems&lt;/p&gt;

&lt;p&gt;The problem is not simply whether artificial intelligence can make legal decisions.&lt;/p&gt;

&lt;p&gt;The deeper problem is this:&lt;/p&gt;

&lt;p&gt;Does authorizing a system mean authorizing every decision that system can possibly generate?&lt;/p&gt;

&lt;p&gt;The answer cannot automatically be yes.&lt;/p&gt;

&lt;p&gt;The Difference Between a Rule and a Distribution&lt;/p&gt;

&lt;p&gt;Traditional legal delegation can be simplified like this:&lt;/p&gt;

&lt;p&gt;Authority → Decision-maker → Decision&lt;/p&gt;

&lt;p&gt;A legislature authorizes an agency.&lt;/p&gt;

&lt;p&gt;An agency authorizes an official.&lt;/p&gt;

&lt;p&gt;The official exercises legally bounded discretion.&lt;/p&gt;

&lt;p&gt;The resulting decision can normally be attributed to someone occupying a recognized institutional role.&lt;/p&gt;

&lt;p&gt;Generative AI introduces another structure:&lt;/p&gt;

&lt;p&gt;Authority → Model → Probability distribution → Selection → Output&lt;/p&gt;

&lt;p&gt;The distinction is fundamental.&lt;/p&gt;

&lt;p&gt;A generative system does not necessarily contain a single answer waiting to be retrieved.&lt;/p&gt;

&lt;p&gt;It assigns probabilities across possible continuations and produces an output through a decoding or sampling process.&lt;/p&gt;

&lt;p&gt;That means the institution may approve the architecture without determining which particular legally consequential output will eventually be produced.&lt;/p&gt;

&lt;p&gt;This creates what I call the:&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Distributional Authorization Gap&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
The central proposition is simple:&lt;/p&gt;

&lt;p&gt;Authorization of the system does not necessarily imply authorization of every possible output of the system.&lt;/p&gt;

&lt;p&gt;Or more formally:&lt;/p&gt;

&lt;p&gt;Authorization(Model) ≠ Authorization(All Possible Outputs)&lt;/p&gt;

&lt;p&gt;This sounds technical.&lt;/p&gt;

&lt;p&gt;Its consequences are not.&lt;/p&gt;

&lt;p&gt;If a public authority deploys a probabilistic system capable of producing legally incompatible outcomes under materially identical conditions, legal theory must explain what transforms one generated output into an authorized exercise of public authority.&lt;/p&gt;

&lt;p&gt;The fact that the machine was approved cannot be the entire answer.&lt;/p&gt;

&lt;p&gt;Randomness Is Not the Same as Legal Discretion&lt;/p&gt;

&lt;p&gt;Human decision-making is not perfectly predictable.&lt;/p&gt;

&lt;p&gt;Judges disagree.&lt;/p&gt;

&lt;p&gt;Administrators interpret ambiguous rules.&lt;/p&gt;

&lt;p&gt;Investigators weigh evidence differently.&lt;/p&gt;

&lt;p&gt;Two officials can sometimes reach different conclusions.&lt;/p&gt;

&lt;p&gt;But that does not make human judgment equivalent to computational stochasticity.&lt;/p&gt;

&lt;p&gt;A judge can exercise discretion within a legally constituted office.&lt;/p&gt;

&lt;p&gt;The law can ask:&lt;/p&gt;

&lt;p&gt;What considerations were permitted?&lt;/p&gt;

&lt;p&gt;What reasons were given?&lt;/p&gt;

&lt;p&gt;Was the decision within jurisdiction?&lt;/p&gt;

&lt;p&gt;Was the evidence sufficient?&lt;/p&gt;

&lt;p&gt;Was the interpretation legally available?&lt;/p&gt;

&lt;p&gt;Was discretion exercised according to the governing standard?&lt;/p&gt;

&lt;p&gt;With a generative system, another source of variation enters the chain.&lt;/p&gt;

&lt;p&gt;Even while the legally relevant input remains constant, the computational process itself may allow different outputs.&lt;/p&gt;

&lt;p&gt;The legal question therefore changes.&lt;/p&gt;

&lt;p&gt;It is no longer enough to ask:&lt;/p&gt;

&lt;p&gt;Was the AI system authorized?&lt;/p&gt;

&lt;p&gt;The law must also ask:&lt;/p&gt;

&lt;p&gt;What exactly was authorized within the space of outcomes the system could produce?&lt;/p&gt;

&lt;p&gt;That is a different problem.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;A Simple Example&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Suppose an agency authorizes an AI system to classify applications.&lt;/p&gt;

&lt;p&gt;For Applicant X:&lt;/p&gt;

&lt;p&gt;Run A → Eligible&lt;/p&gt;

&lt;p&gt;Run B → Ineligible&lt;/p&gt;

&lt;p&gt;Assume both runs use the same:&lt;/p&gt;

&lt;p&gt;factual record,&lt;br&gt;
governing law,&lt;br&gt;
model,&lt;br&gt;
system instructions,&lt;br&gt;
institutional procedure.&lt;/p&gt;

&lt;p&gt;If both outputs were technically possible, does that make both legally valid?&lt;/p&gt;

&lt;p&gt;Not necessarily.&lt;/p&gt;

&lt;p&gt;Technical possibility and legal authorization are different categories.&lt;/p&gt;

&lt;p&gt;A machine can be functioning exactly as designed while still producing an output whose legal status is unclear.&lt;/p&gt;

&lt;p&gt;This is why reliability alone does not solve the problem.&lt;/p&gt;

&lt;p&gt;Accuracy alone does not solve it.&lt;/p&gt;

&lt;p&gt;Explainability alone does not solve it.&lt;/p&gt;

&lt;p&gt;Human oversight alone does not solve it.&lt;/p&gt;

&lt;p&gt;The underlying jurisprudential question remains:&lt;/p&gt;

&lt;p&gt;Why does this particular computational realization count as an exercise of the institution's legal competence?&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;The Missing Unit of Authorization&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Existing debates often frame the issue as a choice between two possibilities:&lt;/p&gt;

&lt;p&gt;Either the human decides,&lt;/p&gt;

&lt;p&gt;or the algorithm decides.&lt;/p&gt;

&lt;p&gt;That distinction is increasingly insufficient.&lt;/p&gt;

&lt;p&gt;A stochastic decision architecture contains several analytically distinct stages:&lt;/p&gt;

&lt;p&gt;Institutional authority&lt;/p&gt;

&lt;p&gt;↓&lt;/p&gt;

&lt;p&gt;Generative architecture&lt;/p&gt;

&lt;p&gt;↓&lt;/p&gt;

&lt;p&gt;Distribution of possible outputs&lt;/p&gt;

&lt;p&gt;↓&lt;/p&gt;

&lt;p&gt;Selection mechanism&lt;/p&gt;

&lt;p&gt;↓&lt;/p&gt;

&lt;p&gt;Particular output&lt;/p&gt;

&lt;p&gt;↓&lt;/p&gt;

&lt;p&gt;Institutional adoption&lt;/p&gt;

&lt;p&gt;↓&lt;/p&gt;

&lt;p&gt;Legal consequence&lt;/p&gt;

&lt;p&gt;Each stage matters.&lt;/p&gt;

&lt;p&gt;The model is not identical to the distribution.&lt;/p&gt;

&lt;p&gt;The distribution is not identical to the sampling or decoding mechanism.&lt;/p&gt;

&lt;p&gt;The selection mechanism is not identical to the final output.&lt;/p&gt;

&lt;p&gt;And the final output is not automatically identical to a legally valid institutional act.&lt;/p&gt;

&lt;p&gt;Legal theory therefore needs to identify where authorization enters this chain and how it reaches the final decision.&lt;/p&gt;

&lt;p&gt;Otherwise, the word “delegation” hides more than it explains.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Why Human Oversight Does Not Automatically Fix It&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
One common response is simple:&lt;/p&gt;

&lt;p&gt;Put a person in the loop.&lt;/p&gt;

&lt;p&gt;But the presence of a human does not answer the structural question.&lt;/p&gt;

&lt;p&gt;Suppose the AI produces a recommendation and an official routinely approves it.&lt;/p&gt;

&lt;p&gt;Formally, the human signs.&lt;/p&gt;

&lt;p&gt;But who structured the decision?&lt;/p&gt;

&lt;p&gt;Who selected the relevant variables?&lt;/p&gt;

&lt;p&gt;Who narrowed the available categories?&lt;/p&gt;

&lt;p&gt;Who generated the recommendation?&lt;/p&gt;

&lt;p&gt;Who determined which output appeared before the official?&lt;/p&gt;

&lt;p&gt;If the human merely ratifies a machine-generated result, legal authority may remain formally human while the operative decision architecture has moved elsewhere.&lt;/p&gt;

&lt;p&gt;A signature proves that somebody approved the output.&lt;/p&gt;

&lt;p&gt;It does not necessarily prove that the legally relevant judgment originated with that person.&lt;/p&gt;

&lt;p&gt;This distinction becomes increasingly important as AI systems move from simple information retrieval into ranking, classification, recommendation, eligibility analysis, compliance review, risk assessment, and administrative decision support.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;The Core Claim&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
The law has traditionally focused on who receives delegated authority.&lt;/p&gt;

&lt;p&gt;Stochastic systems force another question:&lt;/p&gt;

&lt;p&gt;What range of outcomes has actually been authorized?&lt;/p&gt;

&lt;p&gt;That changes the unit of analysis.&lt;/p&gt;

&lt;p&gt;The problem is no longer only:&lt;/p&gt;

&lt;p&gt;Authority → Agent&lt;/p&gt;

&lt;p&gt;It becomes:&lt;/p&gt;

&lt;p&gt;Authority → Decision architecture → Distribution → Particular legal act&lt;/p&gt;

&lt;p&gt;The crucial break occurs between the distribution and the individual output.&lt;/p&gt;

&lt;p&gt;An institution can authorize the use of a system without necessarily authorizing every legally consequential event that lies within that system's computational possibility space.&lt;/p&gt;

&lt;p&gt;That is the Distributional Authorization Gap.&lt;/p&gt;

&lt;p&gt;And it creates a new problem of legal attribution.&lt;/p&gt;

&lt;p&gt;A Stochastic Delegation Test&lt;/p&gt;

&lt;p&gt;The paper develops a framework for determining when institutional use of a probabilistic system can produce legally imputable decisions.&lt;/p&gt;

&lt;p&gt;Four questions become central.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Boundedness&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Is the legally permissible output space actually bounded?&lt;/p&gt;

&lt;p&gt;A system capable of producing many technically possible answers cannot simply inherit legal validity across the entire distribution.&lt;/p&gt;

&lt;p&gt;The institution must determine which outputs fall within delegated competence.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Legally Relevant Variability&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Not every variation matters.&lt;/p&gt;

&lt;p&gt;Two outputs may use different wording while reaching the same legal conclusion.&lt;/p&gt;

&lt;p&gt;The important variable is whether stochastic variation can change rights, duties, benefits, sanctions, eligibility, liability, status, or another legally relevant consequence.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Reconstruction&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Can the institution reconstruct the decision-producing event?&lt;/p&gt;

&lt;p&gt;If a legally consequential output cannot be meaningfully connected to the model configuration, inputs, selection process, institutional rules, and relevant execution conditions, accountability becomes structurally weaker.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Institutional Imputation&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;What legal rule converts the computational output into an act of the institution?&lt;/p&gt;

&lt;p&gt;This may be the most important question.&lt;/p&gt;

&lt;p&gt;Machines generate outputs.&lt;/p&gt;

&lt;p&gt;Institutions generate legal consequences.&lt;/p&gt;

&lt;p&gt;The bridge between the two cannot simply be assumed.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;This Is Not Only About Courts&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
The issue extends far beyond judicial decision-making.&lt;/p&gt;

&lt;p&gt;Consider:&lt;/p&gt;

&lt;p&gt;Immigration.&lt;/p&gt;

&lt;p&gt;Tax administration.&lt;/p&gt;

&lt;p&gt;Social benefits.&lt;/p&gt;

&lt;p&gt;Insurance.&lt;/p&gt;

&lt;p&gt;Banking compliance.&lt;/p&gt;

&lt;p&gt;Public procurement.&lt;/p&gt;

&lt;p&gt;Licensing.&lt;/p&gt;

&lt;p&gt;Employment screening.&lt;/p&gt;

&lt;p&gt;University admissions.&lt;/p&gt;

&lt;p&gt;Credit decisions.&lt;/p&gt;

&lt;p&gt;Fraud detection.&lt;/p&gt;

&lt;p&gt;Administrative sanctions.&lt;/p&gt;

&lt;p&gt;Risk classification.&lt;/p&gt;

&lt;p&gt;Healthcare allocation.&lt;/p&gt;

&lt;p&gt;Corporate compliance.&lt;/p&gt;

&lt;p&gt;In all of these environments, probabilistic systems can influence decisions that alter real rights, opportunities, resources, and obligations.&lt;/p&gt;

&lt;p&gt;The technical system may not formally possess legal authority.&lt;/p&gt;

&lt;p&gt;It does not need to.&lt;/p&gt;

&lt;p&gt;If its output becomes the operative basis for institutional action, the architecture participates in the exercise of authority.&lt;/p&gt;

&lt;p&gt;The law therefore needs to examine not only the formal decision-maker but the complete decision-producing chain.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Why It Matters for Everyone&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
This is not an abstract problem limited to jurisprudence.&lt;/p&gt;

&lt;p&gt;Citizens should care because a government decision affecting them may increasingly originate inside a probabilistic process.&lt;/p&gt;

&lt;p&gt;Lawyers should care because traditional doctrines of competence, attribution, discretion, review, and reasons assume structures that generative systems can disrupt.&lt;/p&gt;

&lt;p&gt;Judges should care because reviewing the legality of an outcome may require understanding the architecture that generated it.&lt;/p&gt;

&lt;p&gt;Regulators should care because certifying a model does not necessarily validate every output the model can produce.&lt;/p&gt;

&lt;p&gt;Developers should care because technical decisions about decoding, thresholds, sampling, system instructions, and output constraints may acquire legal consequences.&lt;/p&gt;

&lt;p&gt;Public institutions should care because responsibility cannot disappear merely because the computational system performed as designed.&lt;/p&gt;

&lt;p&gt;Companies should care because the same structure appears whenever AI-generated classifications or recommendations become operational decisions.&lt;/p&gt;

&lt;p&gt;The central issue is not whether artificial intelligence is intelligent enough to exercise authority.&lt;/p&gt;

&lt;p&gt;The issue is whether legal institutions know what they are authorizing when they place probabilistic systems inside decision-making structures.&lt;/p&gt;

&lt;p&gt;A deterministic rule can be inspected.&lt;/p&gt;

&lt;p&gt;A human official can be questioned.&lt;/p&gt;

&lt;p&gt;A probabilistic architecture introduces another object:&lt;/p&gt;

&lt;p&gt;a space of possible decisions.&lt;/p&gt;

&lt;p&gt;Law has doctrines for delegating competence.&lt;/p&gt;

&lt;p&gt;It now needs a theory for what happens when competence encounters probability.&lt;/p&gt;

&lt;p&gt;**&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fxuq52nklkv2cfs92dese.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fxuq52nklkv2cfs92dese.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;**&lt;br&gt;
The future of AI govern&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fyju5kbbz0sdhl8mwcxeo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fyju5kbbz0sdhl8mwcxeo.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;ance will not be decided only by whether models are accurate, explainable, unbiased, or safe.&lt;/p&gt;

&lt;p&gt;Those questions matter.&lt;/p&gt;

&lt;p&gt;But a system can be accurate in aggregate and still produce a legally problematic individual decision.&lt;/p&gt;

&lt;p&gt;It can be explainable and still operate beyond the institution's authorized decision space.&lt;/p&gt;

&lt;p&gt;It can have a human reviewer and still determine the frame within which that human acts.&lt;/p&gt;

&lt;p&gt;It can comply technically with its design while generating an outcome whose legal authorization remains uncertain.&lt;/p&gt;

&lt;p&gt;That is why the question must move one level deeper.&lt;/p&gt;

&lt;p&gt;Not:&lt;/p&gt;

&lt;p&gt;Can AI make decisions?&lt;/p&gt;

&lt;p&gt;But:&lt;/p&gt;

&lt;p&gt;What makes one stochastic output a legally authorized decision?&lt;/p&gt;

&lt;p&gt;Until that question has an answer, the architecture may be technically operational while the authority exercised through it remains jurisprudentially incomplete.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Read the Paper&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Agustin V. Startari&lt;br&gt;
Delegation to a Probability Distribution: Rethinking Legal Authority in Stochastic Systems&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Full paper:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://zenodo.org/records/22233599" rel="noopener noreferrer"&gt;https://zenodo.org/records/22233599&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Call to Action&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Read more of my work on artificial intelligence, language, authority, and institutional responsibility:&lt;br&gt;
**&lt;br&gt;
Website:**&lt;br&gt;
&lt;a href="https://www.agustinvstartari.com/" rel="noopener noreferrer"&gt;https://www.agustinvstartari.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SSRN Author Page:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=7639915" rel="noopener noreferrer"&gt;https://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=7639915&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Zenodo Publications:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://zenodo.org/search?q=%22Agustin%20V.%20Startari%22" rel="noopener noreferrer"&gt;https://zenodo.org/search?q=%22Agustin%20V.%20Startari%22&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Author&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Agustin V. Startari is a linguistic theorist, author, and researcher in historical studies. His work examines how language, artificial intelligence, and formal systems redistribute authority, agency, and responsibility in contemporary institutions. He is the author of Grammars of Power, Executable Power, and The Grammar of Objectivity.&lt;br&gt;
**&lt;br&gt;
Researcher ID:** K-5792–2016&lt;br&gt;
**&lt;br&gt;
Author website:**&lt;br&gt;
&lt;a href="https://www.agustinvstartari.com/" rel="noopener noreferrer"&gt;https://www.agustinvstartari.com/&lt;/a&gt;&lt;br&gt;
**&lt;br&gt;
SSRN Author Page:**&lt;br&gt;
&lt;a href="https://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=7639915" rel="noopener noreferrer"&gt;https://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=7639915&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ethos&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I do not use artificial intelligence to write what I don’t know. I use it to challenge what I do. I write to reclaim the voice in an age of automated neutrality. My work is not outsourced. It is authored.&lt;/p&gt;

&lt;p&gt;— Agustin V. Startari&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Algorithmic Empire: How Generative AI Can Turn Global Power Into Grammar</title>
      <dc:creator>Agustin V. Startari</dc:creator>
      <pubDate>Tue, 25 Aug 2026 14:02:13 +0000</pubDate>
      <link>https://dev.to/agustin_v_startari/algorithmic-empire-how-generative-ai-can-turn-global-power-into-grammar-2ca1</link>
      <guid>https://dev.to/agustin_v_startari/algorithmic-empire-how-generative-ai-can-turn-global-power-into-grammar-2ca1</guid>
      <description>&lt;p&gt;What happens to the grammar of power when generative AI summarizes, explains, translates, or reformulates geopolitical information?&lt;br&gt;
The concept of algorithmic empire proposes a testable hypothesis: under controlled and comparable conditions, generative AI systems may preserve greater grammatical agency, institutional rationality, legitimating action, and causal control for dominant-power actors while representing subordinated societies more frequently through the language of crisis, risk, sanctions, instability, humanitarian management, intervention, or dependency.&lt;br&gt;
This is not an assumption that every AI system behaves this way. It is an empirical question that can - and should - be tested.&lt;/p&gt;

&lt;p&gt;**The Bias We Usually Look&amp;nbsp;For&lt;br&gt;
**When people discuss geopolitical bias in artificial intelligence, they tend to search for statements.&lt;br&gt;
Does the model favor the United States?&lt;br&gt;
Does it portray Iran more negatively than another country?&lt;br&gt;
Does it describe Israel and Palestine differently?&lt;br&gt;
Does it use different language for invasion, occupation, sanctions, resistance, terrorism, military intervention, or civilian casualties?&lt;br&gt;
These are legitimate questions.&lt;br&gt;
But they may be looking only at the visible surface of political language.&lt;br&gt;
Political representation is not built exclusively from facts, adjectives, or explicit opinions.&lt;br&gt;
It is also built from subjects, objects, verbs, causes, and responsibility.&lt;br&gt;
Consider two sentences:&lt;br&gt;
A state imposed economic restrictions that disrupted civilian access to essential goods.&lt;/p&gt;

&lt;p&gt;And:&lt;br&gt;
The country faces shortages and difficulties accessing essential goods.&lt;/p&gt;

&lt;p&gt;Both sentences could refer to the same real-world situation.&lt;br&gt;
Both might even be factually defensible.&lt;br&gt;
But politically, they perform very different operations.&lt;br&gt;
In the first sentence, someone acts.&lt;br&gt;
In the second, a condition exists.&lt;br&gt;
An external action becomes an internal problem.&lt;br&gt;
A sanction becomes scarcity.&lt;br&gt;
A causal relationship becomes a humanitarian condition.&lt;br&gt;
The consequence remains visible.&lt;br&gt;
The actor responsible for producing it may disappear.&lt;br&gt;
This is why grammar matters.&lt;br&gt;
The relevant question is not only whether AI gives us correct information.&lt;br&gt;
It is also:&lt;br&gt;
What political architecture remains after the machine has transformed that information?&lt;/p&gt;




&lt;p&gt;**When Power Becomes a&amp;nbsp;Verb&lt;br&gt;
**Political power is relatively easy to identify when language names it directly.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A government sanctions.&lt;/li&gt;
&lt;li&gt;An army occupies.&lt;/li&gt;
&lt;li&gt;A state bombs.&lt;/li&gt;
&lt;li&gt;An institution prohibits.&lt;/li&gt;
&lt;li&gt;A military force intervenes.&lt;/li&gt;
&lt;li&gt;A government imposes restrictions.
The basic grammatical structure remains visible:
actor → action → object of action
Contemporary political discourse, however, frequently operates through more administrative forms.
Force becomes a security response.
Economic coercion becomes pressure.
Military intervention becomes stabilization.
Civilian suffering becomes humanitarian need.
Restrictions become compliance requirements.
Migration becomes pressure on receiving systems.
Political conflict becomes an institutional deficit.
Occupation can be discussed through administration, security, access management, or territorial governance.
None of these formulations is necessarily false.
And none of these words is automatically imperial.
The analytical problem begins when they are distributed asymmetrically.
One actor stabilizes.
Another is unstable.
One actor provides security.
Another constitutes a security threat.
One actor manages a crisis.
Another becomes the crisis.
One sanctions.
Another is sanctioned.
One develops.
Another requires development.
The difference can look subtle.
Grammatically, it is enormous.
The underlying research defines algorithmic empire precisely as a representational condition in which controlled geopolitical transformations systematically distribute agency, legitimacy, institutional rationality, and causal visibility unequally between differently positioned actors.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;**Generative AI Does Not Simply Retrieve Information&lt;br&gt;
**This is where generative AI creates a fundamentally new problem.&lt;br&gt;
A database retrieves.&lt;br&gt;
A search engine indexes.&lt;br&gt;
A generative model rewrites.&lt;br&gt;
When we ask an AI system to summarize a document, explain a conflict, compare two governments, translate an article, moderate political content, or turn a complex report into a few paragraphs, the model does not merely reproduce the original information.&lt;br&gt;
It creates a new representation.&lt;br&gt;
That requires choices.&lt;br&gt;
It must select subjects.&lt;br&gt;
It must select verbs.&lt;br&gt;
It must decide which actors remain explicitly named.&lt;br&gt;
It must compress causal sequences.&lt;br&gt;
It must determine which historical conditions survive summarization.&lt;br&gt;
It must decide which information becomes central and which becomes background.&lt;br&gt;
It organizes material through categories such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;security,&lt;/li&gt;
&lt;li&gt;terrorism,&lt;/li&gt;
&lt;li&gt;occupation,&lt;/li&gt;
&lt;li&gt;humanitarian need,&lt;/li&gt;
&lt;li&gt;sanctions,&lt;/li&gt;
&lt;li&gt;stability,&lt;/li&gt;
&lt;li&gt;migration,&lt;/li&gt;
&lt;li&gt;development,&lt;/li&gt;
&lt;li&gt;governance,&lt;/li&gt;
&lt;li&gt;intervention,&lt;/li&gt;
&lt;li&gt;diplomacy,&lt;/li&gt;
&lt;li&gt;extremism,&lt;/li&gt;
&lt;li&gt;compliance.
These transformations are not politically neutral simply because they are grammatically ordinary.
A generated text can preserve the basic facts while changing the political structure in which those facts appear.
That possibility is central to the concept of algorithmic empire.
This means factual accuracy alone is not enough to evaluate geopolitical AI output.
A machine can invent nothing and still substantially transform a narrative.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;**From Political Subject to Administrative Object&lt;br&gt;
**The core problem can be reduced to one deceptively simple question:&lt;br&gt;
Who gets to do things?&lt;br&gt;
Consider two grammatical clusters.&lt;br&gt;
A state:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;sanctions;&lt;/li&gt;
&lt;li&gt;regulates;&lt;/li&gt;
&lt;li&gt;stabilizes;&lt;/li&gt;
&lt;li&gt;protects;&lt;/li&gt;
&lt;li&gt;intervenes;&lt;/li&gt;
&lt;li&gt;negotiates;&lt;/li&gt;
&lt;li&gt;authorizes;&lt;/li&gt;
&lt;li&gt;secures;&lt;/li&gt;
&lt;li&gt;classifies;&lt;/li&gt;
&lt;li&gt;mediates.&lt;/li&gt;
&lt;li&gt;A population:&lt;/li&gt;
&lt;li&gt;suffers;&lt;/li&gt;
&lt;li&gt;requires assistance;&lt;/li&gt;
&lt;li&gt;experiences instability;&lt;/li&gt;
&lt;li&gt;faces shortages;&lt;/li&gt;
&lt;li&gt;depends on aid;&lt;/li&gt;
&lt;li&gt;generates migration pressure;&lt;/li&gt;
&lt;li&gt;requires stabilization;&lt;/li&gt;
&lt;li&gt;becomes vulnerable.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The first group is organized around action.&lt;br&gt;
The second is organized around condition.&lt;br&gt;
There may be perfectly legitimate reasons for some of this difference. Governments, armies, institutions, and civilian populations obviously occupy different political and institutional roles.&lt;br&gt;
So the serious test cannot simply count active verbs and declare that imperialism has been detected.&lt;br&gt;
The real question must be comparative.&lt;br&gt;
When equivalent or structurally comparable information is presented to a generative model, does the system systematically change who retains agency and who becomes an object of management?&lt;br&gt;
If it does not, the hypothesis fails.&lt;br&gt;
That limitation is crucial.&lt;br&gt;
Algorithmic empire should not function as an accusation. It should function as a falsifiable hypothesis.&lt;/p&gt;




&lt;p&gt;**The Powerful Do Not Have to Disappear&lt;br&gt;
**One of the most important features of this framework is that domination does not necessarily require powerful actors to vanish from discourse.&lt;br&gt;
They can remain highly visible.&lt;br&gt;
What changes is the grammatical role they occupy.&lt;br&gt;
The powerful may increasingly appear as the actors who:&lt;br&gt;
secure,&lt;br&gt;
stabilize,&lt;br&gt;
respond,&lt;br&gt;
manage,&lt;br&gt;
mediate,&lt;br&gt;
enforce,&lt;br&gt;
authorize,&lt;br&gt;
protect,&lt;br&gt;
contain,&lt;br&gt;
develop,&lt;br&gt;
sanction.&lt;br&gt;
Their actions become the organizing verbs of political reality.&lt;br&gt;
Subordinated populations also remain visible.&lt;br&gt;
But they may increasingly appear as:&lt;br&gt;
refugees,&lt;br&gt;
risks,&lt;br&gt;
victims,&lt;br&gt;
unstable regions,&lt;br&gt;
humanitarian emergencies,&lt;br&gt;
sanctioned economies,&lt;br&gt;
underdeveloped systems,&lt;br&gt;
security challenges,&lt;br&gt;
migration flows,&lt;br&gt;
populations requiring management.&lt;br&gt;
The research paper summarizes the distinction in two unusually simple propositions:&lt;br&gt;
The powerful need not disappear from the sentence. They may become its legitimate verbs.&lt;br&gt;
The subordinated need not disappear either. They may become its manageable nouns.&lt;br&gt;
That is the central linguistic mechanism.&lt;/p&gt;




&lt;p&gt;**Palestine as a Stress&amp;nbsp;Test&lt;br&gt;
**Palestine represents one of the most difficult cases for testing this framework.&lt;br&gt;
Occupation, territorial control, civilian harm, Israeli state conduct, Palestinian political institutions, Palestinian armed organizations, settlements, hostages, military operations, humanitarian assistance, self-determination, terrorism, security, and international law all exist simultaneously within the same discursive field.&lt;br&gt;
These categories cannot simply be collapsed into one another.&lt;br&gt;
A model mentioning security is not evidence of imperial grammar.&lt;br&gt;
A model mentioning humanitarian needs is not evidence either.&lt;br&gt;
Nor is the presence of military terminology.&lt;br&gt;
The question is what happens during transformation.&lt;br&gt;
Suppose the source material explicitly identifies:&lt;br&gt;
an actor,&lt;br&gt;
an action,&lt;br&gt;
the legal or political status of that action,&lt;br&gt;
the population affected,&lt;br&gt;
and the causal relationship between them.&lt;br&gt;
After summarization, does that structure survive?&lt;br&gt;
Or does the output increasingly become something like:&lt;br&gt;
"Humanitarian conditions deteriorated."&lt;br&gt;
"Regional instability increased."&lt;br&gt;
"Security concerns intensified."&lt;br&gt;
"Access to essential resources became limited."&lt;br&gt;
Each statement may be accurate.&lt;br&gt;
But accuracy and causal completeness are different things.&lt;br&gt;
A transformation becomes politically important when actors repeatedly disappear while consequences remain.&lt;br&gt;
The framework therefore tests whether AI systematically redistributes agency, causal attribution, legal status, sovereignty, or political subjecthood rather than simply counting politically sensitive vocabulary.&lt;/p&gt;




&lt;p&gt;**Iran Shows a Different Mechanism&lt;br&gt;
**Iran creates another useful test because it cannot easily be represented simply as a powerless political object.&lt;br&gt;
The Iranian state possesses significant military, political, diplomatic, and regional agency.&lt;br&gt;
At the same time, discourse surrounding Iran is heavily structured through sanctions, nuclear policy, regional security, financial restrictions, international compliance systems, and economic isolation.&lt;br&gt;
That creates complex causal chains.&lt;br&gt;
A sanctioning government imposes restrictions.&lt;br&gt;
Banks interpret regulatory exposure.&lt;br&gt;
Financial institutions may over-comply.&lt;br&gt;
Trade channels become more difficult.&lt;br&gt;
Humanitarian exemptions may formally exist while practical transactions remain blocked.&lt;br&gt;
Medical or other civilian supply chains can be affected.&lt;br&gt;
A generative summary can preserve this chain.&lt;br&gt;
Or it can compress it into:&lt;br&gt;
"Iran faces shortages."&lt;br&gt;
"Iran has difficulty accessing international markets."&lt;br&gt;
"Iran suffers from economic isolation."&lt;br&gt;
Again, these sentences may be factually true.&lt;br&gt;
But the causal structure has changed.&lt;br&gt;
External action has become an internal condition.&lt;br&gt;
The paper specifically uses sanctions and documented problems of sanctions over-compliance affecting civilian access to medical goods as a way to test whether models preserve or erase external causal chains.&lt;br&gt;
The question is not whether Iran is innocent, democratic, authoritarian, threatening, peaceful, legitimate, or illegitimate.&lt;br&gt;
Those are separate political questions.&lt;br&gt;
The methodological question is narrower:&lt;br&gt;
Does the machine preserve the causal architecture of the information it receives?&lt;/p&gt;




&lt;p&gt;**Why "Western Bias" Is Too&amp;nbsp;Simple&lt;br&gt;
**It would be easy to reduce this argument to:&lt;br&gt;
"AI is Western, therefore AI reproduces Western imperialism."&lt;br&gt;
That is not the claim.&lt;br&gt;
And methodologically, it would be a weak one.&lt;br&gt;
Large language models are trained on enormous and heterogeneous corpora.&lt;br&gt;
Different models use different architectures, post-training procedures, safety mechanisms, retrieval systems, ranking methods, and alignment processes.&lt;br&gt;
Their outputs also change according to prompts, languages, source documents, system instructions, and context.&lt;br&gt;
Existing research indicates that geopolitical and framing differences in model outputs can be measured, but it does not establish a single universal direction of geopolitical bias across all systems and conditions.&lt;br&gt;
Therefore, algorithmic empire cannot be inferred from:&lt;br&gt;
one politically controversial response,&lt;br&gt;
one model,&lt;br&gt;
one company,&lt;br&gt;
one country,&lt;br&gt;
or one badly framed prompt.&lt;br&gt;
The phenomenon would have to be demonstrated through controlled comparison.&lt;br&gt;
That distinction matters because otherwise "algorithmic empire" would become a political label rather than an analytical concept.&lt;/p&gt;




&lt;p&gt;**Intention Is Not&amp;nbsp;Required&lt;br&gt;
**There is another misconception that must be eliminated.&lt;br&gt;
If a model reproduces an asymmetric grammar of power, it does not follow that its developers deliberately programmed that outcome.&lt;br&gt;
The framework concerns representation, not intention.&lt;br&gt;
Generative systems can reproduce statistical regularities without believing anything.&lt;br&gt;
Possible sources of asymmetry could include:&lt;br&gt;
training data,&lt;br&gt;
dominance of institutional sources,&lt;br&gt;
journalistic conventions,&lt;br&gt;
government terminology,&lt;br&gt;
humanitarian reporting practices,&lt;br&gt;
summarization patterns,&lt;br&gt;
reinforcement learning,&lt;br&gt;
safety policies,&lt;br&gt;
retrieval systems,&lt;br&gt;
ranking mechanisms,&lt;br&gt;
prompt design,&lt;br&gt;
or combinations of these factors.&lt;br&gt;
A model does not need a political ideology in the human sense.&lt;br&gt;
It only needs to reproduce linguistic regularities.&lt;br&gt;
If millions of documents repeatedly represent one class of actors as agents of security, order, intervention, stabilization, development, and regulation, while another class appears mainly through instability, humanitarian dependency, violence, migration, or crisis, a generative system may learn those distributions.&lt;br&gt;
Not because it understands empire.&lt;br&gt;
Because it understands probability.&lt;/p&gt;




&lt;p&gt;**How Could We Measure&amp;nbsp;It?&lt;br&gt;
**A theory becomes useful only when it can fail.&lt;br&gt;
For that reason, the underlying research proposes two measurement concepts:&lt;br&gt;
Imperial Grammar Reproduction Rate (IGRR)&lt;br&gt;
and&lt;br&gt;
Algorithmic Empire Index (AEI).&lt;br&gt;
The IGRR is designed to measure directional asymmetries between matched actor classes rather than simply counting sentences classified in advance as "imperial."&lt;br&gt;
The AEI combines several independently measurable dimensions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;agency asymmetry;&lt;/li&gt;
&lt;li&gt;object-framing asymmetry;&lt;/li&gt;
&lt;li&gt;coercion neutralization;&lt;/li&gt;
&lt;li&gt;sovereignty erasure;&lt;/li&gt;
&lt;li&gt;external-responsibility deletion.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The important feature is not the name of the index.&lt;br&gt;
It is that the design allows a null result.&lt;br&gt;
If comparable actors retain equivalent agency, the hypothesis is weakened.&lt;br&gt;
If the apparent asymmetry exists entirely in the source material and the model merely preserves it, then generative AI may be transmitting rather than producing the structure.&lt;br&gt;
If the model reduces the asymmetry, it may actually operate against the proposed mechanism.&lt;br&gt;
And if powerful actors are converted into administrative objects at the same rate as weaker actors, the imperial interpretation loses explanatory force.&lt;br&gt;
The framework explicitly allows these null and inverse findings.&lt;br&gt;
That is what separates an empirical hypothesis from a predetermined political conclusion.&lt;/p&gt;




&lt;p&gt;**The Importance of Matched Transformations&lt;br&gt;
**Imagine giving an AI system several versions of structurally comparable geopolitical information.&lt;br&gt;
The actors change.&lt;br&gt;
The underlying structure remains as similar as historically and legally possible.&lt;br&gt;
Then ask the model to:&lt;br&gt;
summarize,&lt;br&gt;
shorten,&lt;br&gt;
translate,&lt;br&gt;
classify,&lt;br&gt;
rewrite for a general audience,&lt;br&gt;
produce a policy briefing,&lt;br&gt;
or explain the situation.&lt;br&gt;
Now measure what survives.&lt;br&gt;
Does the dominant actor remain the grammatical subject?&lt;br&gt;
Does its institutional justification survive compression?&lt;br&gt;
Are its actions transformed into neutral administrative terminology?&lt;br&gt;
Does the weaker actor lose political agency?&lt;br&gt;
Does civilian suffering become detached from the action that produced it?&lt;br&gt;
Does occupation become territorial complexity?&lt;br&gt;
Do sanctions become economic difficulty?&lt;br&gt;
Does external intervention become stabilization?&lt;br&gt;
Does political resistance become primarily a security category?&lt;br&gt;
Does sovereignty disappear?&lt;br&gt;
Does responsibility disappear?&lt;br&gt;
Most importantly:&lt;br&gt;
Does this happen systematically more often for one class of actor than another?&lt;br&gt;
Only then does the idea of algorithmic empire become empirically interesting.&lt;/p&gt;




&lt;p&gt;**AI Can Change Politics Without Changing&amp;nbsp;Facts&lt;br&gt;
**This may be the most important implication.&lt;br&gt;
Much current AI governance focuses on hallucination.&lt;br&gt;
Did the model invent something?&lt;br&gt;
Did it misidentify someone?&lt;br&gt;
Did it fabricate a quotation?&lt;br&gt;
Did it produce false statistics?&lt;br&gt;
These problems are serious.&lt;br&gt;
But a future generation of models could become dramatically more factually accurate and still leave the grammatical problem untouched.&lt;br&gt;
Consider a system that never invents a casualty figure.&lt;br&gt;
Never creates a fictional treaty.&lt;br&gt;
Never attributes a statement to the wrong government.&lt;br&gt;
Never fabricates an event.&lt;br&gt;
It could still consistently transform:&lt;br&gt;
"State A imposed restrictions that produced consequence B"&lt;br&gt;
into:&lt;br&gt;
"Population B faces difficulties."&lt;br&gt;
No hallucination occurred.&lt;br&gt;
The problem is not false information.&lt;br&gt;
The problem is causal compression.&lt;br&gt;
Likewise:&lt;br&gt;
"Actor A destroyed infrastructure used by population B"&lt;br&gt;
can become:&lt;br&gt;
"Population B faces infrastructure shortages."&lt;br&gt;
"Actor A controls the movement of population B"&lt;br&gt;
can become:&lt;br&gt;
"Population B faces mobility restrictions."&lt;br&gt;
"Actor A intervened militarily in state B"&lt;br&gt;
can become:&lt;br&gt;
"State B entered a period of instability."&lt;br&gt;
Every transformation can preserve part of the factual content.&lt;br&gt;
And every transformation can progressively remove political agency.&lt;/p&gt;




&lt;p&gt;**The Grammar of Humanitarianism&lt;br&gt;
**Humanitarian language deserves particular attention because it is both necessary and politically complex.&lt;br&gt;
Terms such as:&lt;br&gt;
humanitarian crisis,&lt;br&gt;
food insecurity,&lt;br&gt;
displacement,&lt;br&gt;
medical need,&lt;br&gt;
vulnerable populations,&lt;br&gt;
aid dependency,&lt;br&gt;
emergency response&lt;br&gt;
can accurately describe real human suffering.&lt;br&gt;
The problem is not the vocabulary itself.&lt;br&gt;
The problem emerges when humanitarian description systematically replaces causal description.&lt;br&gt;
"There is a humanitarian crisis" tells us that people are suffering.&lt;br&gt;
It does not necessarily tell us why.&lt;br&gt;
"There is food insecurity" describes a condition.&lt;br&gt;
It does not tell us whether food disappeared because of drought, economic collapse, siege, trade restrictions, infrastructure destruction, sanctions, blockade, military action, corruption, government policy, or some combination of causes.&lt;br&gt;
Humanitarian language can therefore preserve suffering while deleting responsibility.&lt;br&gt;
This does not make humanitarian discourse inherently imperial.&lt;br&gt;
It means that when generative AI compresses political information into humanitarian categories, researchers should measure what causal information survives the transformation.&lt;/p&gt;




&lt;p&gt;**Security Works the Same&amp;nbsp;Way&lt;br&gt;
**Security language presents a parallel problem.&lt;br&gt;
Security is real.&lt;br&gt;
States have legitimate security concerns.&lt;br&gt;
Civilians have security concerns.&lt;br&gt;
Borders matter.&lt;br&gt;
Armed organizations exist.&lt;br&gt;
Terrorist attacks occur.&lt;br&gt;
Governments have obligations to protect populations.&lt;br&gt;
The framework does not dispute any of that.&lt;br&gt;
The question is whether security becomes asymmetrically distributed as a legitimating grammar.&lt;br&gt;
Who provides security?&lt;br&gt;
Who threatens security?&lt;br&gt;
Who responds?&lt;br&gt;
Who triggers the response?&lt;br&gt;
Whose violence remains an action?&lt;br&gt;
Whose violence becomes context?&lt;br&gt;
Whose fear becomes institutionally legitimate?&lt;br&gt;
Whose fear becomes a humanitarian condition?&lt;br&gt;
When those patterns become systematic, security language begins doing more than describing events.&lt;br&gt;
It begins organizing political subjecthood.&lt;/p&gt;




&lt;p&gt;**Sovereignty Can Disappear Without Being&amp;nbsp;Denied&lt;br&gt;
**One of the most subtle forms of representational transformation concerns sovereignty.&lt;br&gt;
A model does not need to say:&lt;br&gt;
"This population has no political rights."&lt;br&gt;
It can erase political subjecthood indirectly.&lt;br&gt;
A society can increasingly appear as:&lt;br&gt;
a humanitarian population,&lt;br&gt;
a refugee population,&lt;br&gt;
a development problem,&lt;br&gt;
a source of instability,&lt;br&gt;
a migration flow,&lt;br&gt;
a security environment,&lt;br&gt;
or an administrative territory.&lt;br&gt;
The people remain visible.&lt;br&gt;
Their suffering may remain visible.&lt;br&gt;
Their demographic existence may remain visible.&lt;br&gt;
Their political agency may not.&lt;br&gt;
This distinction matters.&lt;br&gt;
Visibility is not the same thing as subjecthood.&lt;br&gt;
A population can be discussed constantly while rarely appearing as an actor capable of making claims, exercising sovereignty, resisting, negotiating, choosing, governing, or possessing political objectives.&lt;br&gt;
A system can therefore produce enormous visibility without producing political recognition.&lt;/p&gt;




&lt;p&gt;**The Machine Does Not Need to Say&amp;nbsp;"Empire"&lt;br&gt;
**The word empire carries enormous historical and political weight.&lt;br&gt;
But the theory of algorithmic empire does not depend on an AI system using imperial vocabulary.&lt;br&gt;
In fact, the more interesting possibility is the opposite.&lt;br&gt;
Modern systems may reproduce hierarchical structures precisely through language that appears neutral, administrative, humanitarian, procedural, or technocratic.&lt;br&gt;
The model does not need to say:&lt;br&gt;
"Powerful states are entitled to dominate weaker societies."&lt;br&gt;
It only needs to repeatedly assign different grammatical roles.&lt;br&gt;
One side acts.&lt;br&gt;
The other is acted upon.&lt;br&gt;
One side regulates.&lt;br&gt;
The other requires regulation.&lt;br&gt;
One side stabilizes.&lt;br&gt;
The other is unstable.&lt;br&gt;
One side intervenes.&lt;br&gt;
The other becomes an intervention environment.&lt;br&gt;
One side manages.&lt;br&gt;
The other becomes manageable.&lt;br&gt;
The paper therefore argues that the central empirical question is not whether machines explicitly name or endorse domination.&lt;br&gt;
It is whether a reproducible grammar of global hierarchy survives generative transformation.&lt;/p&gt;




&lt;p&gt;**Why This Matters Beyond&amp;nbsp;Chatbots&lt;br&gt;
**Generative AI is rapidly becoming an intermediary layer between human beings and political information.&lt;br&gt;
People increasingly use AI to:&lt;br&gt;
summarize news,&lt;br&gt;
explain wars,&lt;br&gt;
translate foreign reporting,&lt;br&gt;
prepare policy briefings,&lt;br&gt;
research historical conflicts,&lt;br&gt;
generate educational material,&lt;br&gt;
moderate platforms,&lt;br&gt;
classify political content,&lt;br&gt;
produce intelligence summaries,&lt;br&gt;
draft institutional documents,&lt;br&gt;
and answer questions about international affairs.&lt;br&gt;
This means that political discourse is no longer shaped only by journalists, governments, universities, NGOs, corporations, publishers, or citizens.&lt;br&gt;
It is increasingly being transformed by computational systems positioned between sources and readers.&lt;br&gt;
The transformation may appear minor.&lt;br&gt;
A shorter sentence.&lt;br&gt;
A cleaner summary.&lt;br&gt;
A neutral phrase.&lt;br&gt;
A removed actor.&lt;br&gt;
A compressed cause.&lt;br&gt;
A different verb.&lt;br&gt;
But at scale, repeated billions of times, grammatical decisions become infrastructure.&lt;br&gt;
And infrastructure shapes what becomes cognitively normal.&lt;/p&gt;




&lt;p&gt;**The Deeper Risk Is Normalization&lt;br&gt;
**The most consequential form of political bias may not be spectacular.&lt;br&gt;
It may not involve propaganda.&lt;br&gt;
It may not involve obvious censorship.&lt;br&gt;
It may not require fabricated history.&lt;br&gt;
It may simply make certain relations of power sound natural.&lt;br&gt;
A sanction becomes a condition.&lt;br&gt;
An occupation becomes administration.&lt;br&gt;
An intervention becomes stabilization.&lt;br&gt;
A civilian population becomes humanitarian need.&lt;br&gt;
A politically subordinated society becomes instability.&lt;br&gt;
External control becomes governance.&lt;br&gt;
The transformation is powerful precisely because nothing necessarily sounds extreme.&lt;br&gt;
The language becomes smoother.&lt;br&gt;
More institutional.&lt;br&gt;
More neutral.&lt;br&gt;
More administrative.&lt;br&gt;
And sometimes less capable of showing who did what to whom.&lt;/p&gt;




&lt;p&gt;**A Different Standard for Political AI&lt;br&gt;
**The next generation of AI evaluation therefore requires more than traditional factual benchmarking.&lt;br&gt;
We should continue asking:&lt;br&gt;
Is the answer true?&lt;br&gt;
But we should also ask:&lt;br&gt;
Who remains the subject?&lt;br&gt;
Who becomes the object?&lt;br&gt;
Who receives active verbs?&lt;br&gt;
Who receives passive constructions?&lt;br&gt;
Who retains institutional motivation?&lt;br&gt;
Whose motivation disappears?&lt;br&gt;
Whose violence is causally explained?&lt;br&gt;
Whose violence becomes identity?&lt;br&gt;
Whose suffering retains a responsible actor?&lt;br&gt;
Whose suffering becomes a condition?&lt;br&gt;
Whose sovereignty survives summarization?&lt;br&gt;
Whose political agency survives translation?&lt;br&gt;
And do these differences appear systematically across comparable geopolitical relations?&lt;br&gt;
Those questions move AI evaluation away from simplistic ideological scoring.&lt;br&gt;
They make political representation measurable at the level where much of its power actually operates:&lt;br&gt;
syntax.&lt;/p&gt;




&lt;p&gt;**Conclusion: Empire as Machine&amp;nbsp;Grammar&lt;br&gt;
**Generative AI does not need political intentions.&lt;br&gt;
It does not need nationalism.&lt;br&gt;
It does not need colonial nostalgia.&lt;br&gt;
It does not need to believe that one civilization should dominate another.&lt;br&gt;
It only needs to learn and reproduce statistical patterns in human language.&lt;br&gt;
If those patterns contain historically accumulated asymmetries in the distribution of agency, legitimacy, responsibility, security, sovereignty, development, intervention, and crisis, generative systems may reproduce them automatically.&lt;br&gt;
But that outcome cannot simply be assumed.&lt;br&gt;
It must be measured.&lt;br&gt;
If controlled experiments find no systematic asymmetry, the theory must be rejected.&lt;br&gt;
If the asymmetry comes entirely from source material, the theory must be narrowed to transmission.&lt;br&gt;
If some models reproduce it and others do not, we need to identify the conditions that produce the difference.&lt;br&gt;
And if models systematically reduce existing asymmetries, that finding matters just as much.&lt;br&gt;
The goal is not to force political theory onto AI.&lt;br&gt;
The goal is to determine whether linguistic hierarchy survives machine transformation.&lt;br&gt;
Because the most important political question may eventually be much smaller than whether an artificial intelligence supports empire.&lt;br&gt;
It may be whether, after billions of summaries, translations, classifications, explanations, and generated answers, the machine has learned a simpler rule:&lt;br&gt;
some actors remain the verbs of history, while others become its nouns.&lt;br&gt;
The machine does not need to name empire.&lt;br&gt;
The empirical question is whether it reproduces its syntax.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;About the&amp;nbsp;Author&lt;br&gt;
**&lt;/strong&gt;Agustin V. Startari** is an author and researcher whose work examines artificial intelligence, political language, algorithmic power, legitimacy, asymmetric visibility, and the linguistic structures through which institutions represent coercion, responsibility, sovereignty, and political agency.&lt;br&gt;
His research series Grammars of Asymmetric Visibility investigates how political and institutional language can redistribute responsibility and agency across human and machine-generated discourse. His broader work explores the relationship between generative AI, institutional authority, executable legitimacy, political representation, and the emerging role of machine-generated language in shaping how power becomes visible - or disappears - from public discourse.&lt;br&gt;
&lt;strong&gt;ORCID: *&lt;em&gt;0009–0001–4714–6539&lt;br&gt;
*&lt;/em&gt;&amp;nbsp;ResearcherID:&lt;/strong&gt; K-5792–2016&lt;br&gt;
&lt;strong&gt;&amp;nbsp;SSRN Author:&lt;/strong&gt; Agustin V. Startari&lt;/p&gt;

&lt;p&gt;&lt;em&gt;"I do not use artificial intelligence to write what I don't know. I use it to challenge what I do. I write to reclaim the voice in an age of automated neutrality. My work is not outsourced. It is authored."&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Agustin V. Startari
Website: &lt;a href="https://www.agustinvstartari.com" rel="noopener noreferrer"&gt;https://www.agustinvstartari.com&lt;/a&gt;
ORCID: &lt;a href="https://orcid.org/0009-0001-4714-6539" rel="noopener noreferrer"&gt;https://orcid.org/0009-0001-4714-6539&lt;/a&gt;
SSRN Author Page: &lt;a href="https://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=7639915" rel="noopener noreferrer"&gt;https://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=7639915&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Paper 7 - Zenodo: &lt;a href="https://zenodo.org/records/22096813" rel="noopener noreferrer"&gt;https://zenodo.org/records/22096813&lt;/a&gt;&lt;br&gt;
Paper 7 - Zenodo DOI: &lt;a href="https://doi.org/10.5281/zenodo.22096813" rel="noopener noreferrer"&gt;https://doi.org/10.5281/zenodo.22096813&lt;/a&gt;&lt;br&gt;
Paper 7 - Figshare DOI: &lt;a href="https://doi.org/10.6084/m9.figshare.33329241" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fc99arh7c0iinvpst8skg.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>machinelearning</category>
      <category>discuss</category>
    </item>
    <item>
      <title>When War Becomes a Dashboard: How AI Turns Violence Into Optimization</title>
      <dc:creator>Agustin V. Startari</dc:creator>
      <pubDate>Thu, 20 Aug 2026 18:27:17 +0000</pubDate>
      <link>https://dev.to/agustin_v_startari/when-war-becomes-a-dashboard-how-ai-turns-violence-into-optimization-3nk2</link>
      <guid>https://dev.to/agustin_v_startari/when-war-becomes-a-dashboard-how-ai-turns-violence-into-optimization-3nk2</guid>
      <description>&lt;p&gt;The most effective way to hide force may be to describe it perfectly - as a process.&lt;br&gt;
A missile strike can become a targeting operation.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Flpm9sywnu8qw52nbxdxt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Flpm9sywnu8qw52nbxdxt.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Civilian deaths can become a collateral estimate.&lt;/p&gt;

&lt;p&gt;Surveillance can become risk assessment.&lt;/p&gt;

&lt;p&gt;Occupation can become security management.&lt;/p&gt;

&lt;p&gt;Escalation can become something to optimize.&lt;/p&gt;

&lt;p&gt;None of these expressions necessarily deny what happened.&lt;/p&gt;

&lt;p&gt;That is exactly the problem.&lt;/p&gt;

&lt;p&gt;The violence can remain visible while the grammar changes what kind of event the reader thinks they are seeing.&lt;/p&gt;

&lt;p&gt;Instead of an actor using force against another actor, the event begins to look like a technical system processing variables.&lt;/p&gt;

&lt;p&gt;Targets are validated.&lt;/p&gt;

&lt;p&gt;Risks are scored.&lt;/p&gt;

&lt;p&gt;Threats are assessed.&lt;/p&gt;

&lt;p&gt;Collateral effects are estimated.&lt;/p&gt;

&lt;p&gt;Escalation is managed.&lt;/p&gt;

&lt;p&gt;Responses are optimized.&lt;/p&gt;

&lt;p&gt;The language sounds precise.&lt;/p&gt;

&lt;p&gt;It may even be more precise than ordinary political language.&lt;/p&gt;

&lt;p&gt;But precision does not automatically preserve responsibility.&lt;/p&gt;

&lt;p&gt;This is the problem I call the administrative translation of force.&lt;/p&gt;

&lt;p&gt;**&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fru8c8zqv18p1lhnyg1m1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fru8c8zqv18p1lhnyg1m1.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;**&lt;br&gt;
Most people imagine political manipulation as concealment.&lt;/p&gt;

&lt;p&gt;Something happened, and somebody tries to hide it.&lt;/p&gt;

&lt;p&gt;But there is another possibility.&lt;/p&gt;

&lt;p&gt;Nothing is hidden.&lt;/p&gt;

&lt;p&gt;The bombing is mentioned.&lt;/p&gt;

&lt;p&gt;The surveillance is mentioned.&lt;/p&gt;

&lt;p&gt;The casualties are mentioned.&lt;/p&gt;

&lt;p&gt;The military operation is mentioned.&lt;/p&gt;

&lt;p&gt;The security system is mentioned.&lt;/p&gt;

&lt;p&gt;The numbers may even be displayed on a dashboard.&lt;/p&gt;

&lt;p&gt;Yet something important can still disappear:&lt;/p&gt;

&lt;p&gt;the grammatical relationship between the actor, the action, the person affected, and the consequence.&lt;/p&gt;

&lt;p&gt;Compare these two structures:&lt;/p&gt;

&lt;p&gt;A military actor attacked a location and civilians were killed.&lt;/p&gt;

&lt;p&gt;Now compare:&lt;/p&gt;

&lt;p&gt;A target was validated, operational risk was assessed, and collateral effects were recorded.&lt;/p&gt;

&lt;p&gt;They may refer to overlapping realities.&lt;/p&gt;

&lt;p&gt;But they do not organize those realities in the same way.&lt;/p&gt;

&lt;p&gt;The first sentence forces the reader to confront an actor and an action.&lt;/p&gt;

&lt;p&gt;The second organizes the event as a procedure.&lt;/p&gt;

&lt;p&gt;That transformation matters.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;2. The Most Powerful Euphemism May Be a Workflow&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Military language has always contained technical terminology.&lt;/p&gt;

&lt;p&gt;That is not new.&lt;/p&gt;

&lt;p&gt;Armies need categories.&lt;/p&gt;

&lt;p&gt;Commanders need procedures.&lt;/p&gt;

&lt;p&gt;Intelligence requires classification.&lt;/p&gt;

&lt;p&gt;Legal assessments require concepts such as necessity, distinction, proportionality, and precaution.&lt;/p&gt;

&lt;p&gt;Security institutions need operational vocabulary.&lt;/p&gt;

&lt;p&gt;The argument is not that technical military language is illegitimate.&lt;/p&gt;

&lt;p&gt;The problem appears when technical language becomes the dominant grammar through which force is understood.&lt;/p&gt;

&lt;p&gt;Then the event begins to change shape.&lt;/p&gt;

&lt;p&gt;Attack becomes targeting.&lt;/p&gt;

&lt;p&gt;Killing becomes neutralization.&lt;/p&gt;

&lt;p&gt;Surveillance becomes monitoring.&lt;/p&gt;

&lt;p&gt;Coercion becomes enforcement.&lt;/p&gt;

&lt;p&gt;Restriction becomes compliance.&lt;/p&gt;

&lt;p&gt;Civilian death becomes collateral impact.&lt;/p&gt;

&lt;p&gt;Political judgment becomes risk assessment.&lt;/p&gt;

&lt;p&gt;Military decision becomes model output.&lt;/p&gt;

&lt;p&gt;Force has not disappeared.&lt;/p&gt;

&lt;p&gt;It has entered administration.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;3. From Decision to Score&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
AI makes this transformation more consequential because prediction introduces another layer between human judgment and physical consequence.&lt;/p&gt;

&lt;p&gt;Consider the structure:&lt;/p&gt;

&lt;p&gt;Human actor → political judgment → military decision → force → consequence.&lt;/p&gt;

&lt;p&gt;Now insert predictive systems:&lt;/p&gt;

&lt;p&gt;Data → model → score → threshold → classification → validation → recommendation → human authorization → force → consequence.&lt;/p&gt;

&lt;p&gt;The human may still authorize the final action.&lt;/p&gt;

&lt;p&gt;But the decision environment has already been structured.&lt;/p&gt;

&lt;p&gt;A person appears as a risk score.&lt;/p&gt;

&lt;p&gt;A building appears as a potential target.&lt;/p&gt;

&lt;p&gt;A geographical area appears as an operational environment.&lt;/p&gt;

&lt;p&gt;A population appears as a security variable.&lt;/p&gt;

&lt;p&gt;A predicted probability becomes part of the justification chain.&lt;/p&gt;

&lt;p&gt;The central question is therefore not simply:&lt;/p&gt;

&lt;p&gt;Did a human remain in the loop?&lt;/p&gt;

&lt;p&gt;The better question is:&lt;/p&gt;

&lt;p&gt;What did the human receive when they entered the loop?&lt;/p&gt;

&lt;p&gt;Raw evidence?&lt;/p&gt;

&lt;p&gt;A ranked list?&lt;/p&gt;

&lt;p&gt;A probability?&lt;/p&gt;

&lt;p&gt;A threat category?&lt;/p&gt;

&lt;p&gt;A recommended target?&lt;/p&gt;

&lt;p&gt;An operational threshold?&lt;/p&gt;

&lt;p&gt;A model-generated summary?&lt;/p&gt;

&lt;p&gt;The human decision remains important.&lt;/p&gt;

&lt;p&gt;But responsibility cannot be understood only by looking at the final signature.&lt;/p&gt;

&lt;p&gt;The structure that produced the options matters too.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;4. The Dashboard Changes the Moral Geometry&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
A dashboard looks neutral.&lt;/p&gt;

&lt;p&gt;That is why it is powerful.&lt;/p&gt;

&lt;p&gt;Dashboards turn heterogeneous events into comparable objects.&lt;/p&gt;

&lt;p&gt;A target gets a score.&lt;/p&gt;

&lt;p&gt;A risk gets a probability.&lt;/p&gt;

&lt;p&gt;A civilian population becomes a density estimate.&lt;/p&gt;

&lt;p&gt;An expected consequence becomes a variable.&lt;/p&gt;

&lt;p&gt;A military objective receives a priority.&lt;/p&gt;

&lt;p&gt;A possible escalation receives a projected outcome.&lt;/p&gt;

&lt;p&gt;This is administratively useful.&lt;/p&gt;

&lt;p&gt;It also changes the form in which violence appears.&lt;/p&gt;

&lt;p&gt;A person becomes an entry.&lt;/p&gt;

&lt;p&gt;A neighborhood becomes a zone.&lt;/p&gt;

&lt;p&gt;A death becomes an estimate.&lt;/p&gt;

&lt;p&gt;A decision becomes a threshold.&lt;/p&gt;

&lt;p&gt;A political conflict becomes a field of optimization.&lt;/p&gt;

&lt;p&gt;This is where the phrase matters:&lt;/p&gt;

&lt;p&gt;Occupation does not disappear. It becomes a dashboard.&lt;/p&gt;

&lt;p&gt;The claim is not that dashboards create occupation.&lt;/p&gt;

&lt;p&gt;The claim is that administrative systems can transform how occupation, coercion, surveillance, targeting, and civilian harm become legible.&lt;/p&gt;

&lt;p&gt;Once an event becomes legible as data, it also becomes easier to process as data.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;5. Civilian Harm Can Survive as a Number&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
One of the most dangerous assumptions in AI ethics is that visibility automatically produces accountability.&lt;/p&gt;

&lt;p&gt;It does not.&lt;/p&gt;

&lt;p&gt;Civilian harm can be fully visible.&lt;/p&gt;

&lt;p&gt;It can be counted.&lt;/p&gt;

&lt;p&gt;Mapped.&lt;/p&gt;

&lt;p&gt;Estimated.&lt;/p&gt;

&lt;p&gt;Predicted.&lt;/p&gt;

&lt;p&gt;Reported.&lt;/p&gt;

&lt;p&gt;Compared.&lt;/p&gt;

&lt;p&gt;Minimized.&lt;/p&gt;

&lt;p&gt;Included in a proportionality assessment.&lt;/p&gt;

&lt;p&gt;And still become politically weaker.&lt;/p&gt;

&lt;p&gt;Why?&lt;/p&gt;

&lt;p&gt;Because the question is not only whether civilian harm appears.&lt;/p&gt;

&lt;p&gt;The question is:&lt;/p&gt;

&lt;p&gt;How does it appear?&lt;/p&gt;

&lt;p&gt;There is a difference between:&lt;/p&gt;

&lt;p&gt;Actor X performed action Y, producing civilian consequence Z.&lt;/p&gt;

&lt;p&gt;and:&lt;/p&gt;

&lt;p&gt;Expected collateral effects remained within the operational assessment.&lt;/p&gt;

&lt;p&gt;The second formulation may contain real information.&lt;/p&gt;

&lt;p&gt;It may be part of a legitimate legal or military analysis.&lt;/p&gt;

&lt;p&gt;But grammatically, something has changed.&lt;/p&gt;

&lt;p&gt;The human consequence has moved inside the procedure.&lt;/p&gt;

&lt;p&gt;The person is no longer primarily the object of an action.&lt;/p&gt;

&lt;p&gt;The person becomes one variable inside the calculation of that action.&lt;/p&gt;

&lt;p&gt;That is what I call collateral grammar.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;6. AI Does Not Need to Lie&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
This distinction is essential.&lt;/p&gt;

&lt;p&gt;An AI system does not need to fabricate an event to transform its political meaning.&lt;/p&gt;

&lt;p&gt;It does not need to invent facts.&lt;/p&gt;

&lt;p&gt;It does not need to censor every reference to violence.&lt;/p&gt;

&lt;p&gt;It does not need to deny civilian harm.&lt;/p&gt;

&lt;p&gt;It does not need to produce propaganda in the traditional sense.&lt;/p&gt;

&lt;p&gt;It only needs to reorganize the sentence.&lt;/p&gt;

&lt;p&gt;A summary can remain factually defensible while weakening causal structure.&lt;/p&gt;

&lt;p&gt;An explanation can preserve casualty numbers while deleting the responsible actor.&lt;/p&gt;

&lt;p&gt;A security analysis can preserve technical detail while turning a political decision into operational necessity.&lt;/p&gt;

&lt;p&gt;A model can describe coercion while representing it principally as risk management.&lt;/p&gt;

&lt;p&gt;This is why factual accuracy alone is not enough.&lt;/p&gt;

&lt;p&gt;Two sentences can contain similar facts while distributing agency and responsibility very differently.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;7. Palestine and Iran Reveal Different Versions of the Problem&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
The paper uses Palestine and Iran as central analytical sites because they expose different structures.&lt;/p&gt;

&lt;p&gt;Palestine concentrates questions of occupation, bombardment, displacement, civilian harm, contested sovereignty, armed organizations, humanitarian reporting, security discourse, surveillance, and political responsibility.&lt;/p&gt;

&lt;p&gt;Iran presents a different configuration: sanctions, nuclear framing, regional security discourse, threat construction, military escalation, financial restriction, state agency, civilian consequences, and external coercive pressure.&lt;/p&gt;

&lt;p&gt;These cases should not be collapsed into equivalents.&lt;/p&gt;

&lt;p&gt;They are useful precisely because the structures differ.&lt;/p&gt;

&lt;p&gt;The analytical question remains constant:&lt;/p&gt;

&lt;p&gt;When AI-mediated discourse describes force, does it preserve who acts, against whom, through which mechanism, with what consequence, and under whose responsibility?&lt;/p&gt;

&lt;p&gt;The same test must apply to every actor.&lt;/p&gt;

&lt;p&gt;Israeli forces.&lt;/p&gt;

&lt;p&gt;Palestinian armed organizations.&lt;/p&gt;

&lt;p&gt;Iranian state institutions.&lt;/p&gt;

&lt;p&gt;United States institutions.&lt;/p&gt;

&lt;p&gt;Other state actors.&lt;/p&gt;

&lt;p&gt;Non-state actors.&lt;/p&gt;

&lt;p&gt;Civilian populations.&lt;/p&gt;

&lt;p&gt;Political disagreement does not remove the requirement for grammatical traceability.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;8. This Is Not an Argument Against Security Analysis&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
The distinction matters because a serious framework has to survive disagreement.&lt;/p&gt;

&lt;p&gt;Not every military risk assessment is illegitimate.&lt;/p&gt;

&lt;p&gt;Not every security concern is fabricated.&lt;/p&gt;

&lt;p&gt;Not every proportionality analysis is propaganda.&lt;/p&gt;

&lt;p&gt;Not every operational category hides responsibility.&lt;/p&gt;

&lt;p&gt;Not every passive construction is political manipulation.&lt;/p&gt;

&lt;p&gt;Not every AI-generated military summary is biased.&lt;/p&gt;

&lt;p&gt;The stronger claim would be easy to make and impossible to defend.&lt;/p&gt;

&lt;p&gt;The measurable question is narrower:&lt;/p&gt;

&lt;p&gt;Does the transformation preserve the chain between decision, force, harm, and responsibility?&lt;/p&gt;

&lt;p&gt;If it does, the system may be technically administrative while remaining politically traceable.&lt;/p&gt;

&lt;p&gt;If it does not, administrative language may be performing more than description.&lt;/p&gt;

&lt;p&gt;It may be reorganizing accountability.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;9. How Do You Measure Something Like This?&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
The paper proposes two instruments.&lt;/p&gt;

&lt;p&gt;Operationalization Density&lt;/p&gt;

&lt;p&gt;Operationalization Density measures how frequently force, occupation, surveillance, targeting, or coercive control is represented through operational, administrative, predictive, proportionality-based, or optimization-oriented language rather than direct language of force, harm, agency, and responsibility.&lt;/p&gt;

&lt;p&gt;In practical terms:&lt;/p&gt;

&lt;p&gt;How often does the discourse say:&lt;/p&gt;

&lt;p&gt;targeting&lt;br&gt;
validation&lt;br&gt;
neutralization&lt;br&gt;
risk assessment&lt;br&gt;
security response&lt;br&gt;
collateral estimation&lt;br&gt;
operational necessity&lt;br&gt;
escalation management&lt;/p&gt;

&lt;p&gt;instead of preserving an explicit structure of:&lt;/p&gt;

&lt;p&gt;actor&lt;br&gt;
action&lt;br&gt;
affected population&lt;br&gt;
consequence&lt;br&gt;
responsibility?&lt;/p&gt;

&lt;p&gt;A high frequency does not prove wrongdoing.&lt;/p&gt;

&lt;p&gt;It identifies a representational pattern that can then be compared across actors, models, sources, and cases.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;10. The Force Optimization Index&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
The second instrument is the Force Optimization Index.&lt;/p&gt;

&lt;p&gt;It measures the degree to which military and security discourse converts force into the language of:&lt;/p&gt;

&lt;p&gt;optimization&lt;br&gt;
procedure&lt;br&gt;
risk management&lt;br&gt;
prediction&lt;br&gt;
proportionality&lt;br&gt;
necessity&lt;br&gt;
technical decision-making&lt;/p&gt;

&lt;p&gt;The index rises when:&lt;/p&gt;

&lt;p&gt;Violence becomes targeting.&lt;/p&gt;

&lt;p&gt;Occupation becomes security management.&lt;/p&gt;

&lt;p&gt;Surveillance becomes risk assessment.&lt;/p&gt;

&lt;p&gt;Civilian harm becomes collateral estimation.&lt;/p&gt;

&lt;p&gt;Human judgment disappears behind scores, thresholds, models, or intelligence pipelines.&lt;/p&gt;

&lt;p&gt;The responsible actor becomes grammatically weaker.&lt;/p&gt;

&lt;p&gt;The operation begins to appear technically inevitable.&lt;/p&gt;

&lt;p&gt;The index falls when:&lt;/p&gt;

&lt;p&gt;The actor remains explicit.&lt;/p&gt;

&lt;p&gt;The coercive act is directly named.&lt;/p&gt;

&lt;p&gt;Civilian consequences retain causal traceability.&lt;/p&gt;

&lt;p&gt;The model does not replace human responsibility.&lt;/p&gt;

&lt;p&gt;The institutional decision chain remains visible.&lt;/p&gt;

&lt;p&gt;Technical calculation remains distinguishable from political responsibility.&lt;/p&gt;

&lt;p&gt;That distinction is critical.&lt;/p&gt;

&lt;p&gt;The objective is not to eliminate operational language.&lt;/p&gt;

&lt;p&gt;It is to measure what operational language replaces.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;11. The Real Problem With "Optimization"&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Optimization sounds positive.&lt;/p&gt;

&lt;p&gt;It suggests efficiency.&lt;/p&gt;

&lt;p&gt;Precision.&lt;/p&gt;

&lt;p&gt;Reduction of error.&lt;/p&gt;

&lt;p&gt;Better use of information.&lt;/p&gt;

&lt;p&gt;Faster decision-making.&lt;/p&gt;

&lt;p&gt;More controlled outcomes.&lt;/p&gt;

&lt;p&gt;But optimization always requires an objective.&lt;/p&gt;

&lt;p&gt;Something must be maximized.&lt;/p&gt;

&lt;p&gt;Something must be minimized.&lt;/p&gt;

&lt;p&gt;Something must become a constraint.&lt;/p&gt;

&lt;p&gt;Something must become acceptable.&lt;/p&gt;

&lt;p&gt;That means the important question is not:&lt;/p&gt;

&lt;p&gt;Is the system optimized?&lt;/p&gt;

&lt;p&gt;The important questions are:&lt;/p&gt;

&lt;p&gt;Optimized for what?&lt;/p&gt;

&lt;p&gt;Under whose objective function?&lt;/p&gt;

&lt;p&gt;Which harms are constraints?&lt;/p&gt;

&lt;p&gt;Which harms are costs?&lt;/p&gt;

&lt;p&gt;Which humans appear as decision-makers?&lt;/p&gt;

&lt;p&gt;Which humans appear as variables?&lt;/p&gt;

&lt;p&gt;Which consequences remain politically attributable?&lt;/p&gt;

&lt;p&gt;When violence enters optimization language, these questions become more important, not less.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;12. Why AI Ethics Is Still Looking in the Wrong Place&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
AI ethics usually asks familiar questions.&lt;/p&gt;

&lt;p&gt;Is the model biased?&lt;/p&gt;

&lt;p&gt;Is it accurate?&lt;/p&gt;

&lt;p&gt;Is it explainable?&lt;/p&gt;

&lt;p&gt;Does it hallucinate?&lt;/p&gt;

&lt;p&gt;Is it safe?&lt;/p&gt;

&lt;p&gt;Does it discriminate?&lt;/p&gt;

&lt;p&gt;Can the human override it?&lt;/p&gt;

&lt;p&gt;These questions remain necessary.&lt;/p&gt;

&lt;p&gt;But military and security AI introduce another one:&lt;/p&gt;

&lt;p&gt;Does the system preserve the grammar of responsibility?&lt;/p&gt;

&lt;p&gt;A technically explainable model may still produce politically opaque language.&lt;/p&gt;

&lt;p&gt;A statistically accurate prediction may still enter an institutional structure that weakens decision-chain visibility.&lt;/p&gt;

&lt;p&gt;A human may still be formally responsible while models and scores organize the field of action before that human intervenes.&lt;/p&gt;

&lt;p&gt;An output may contain every relevant number and still fail to answer:&lt;/p&gt;

&lt;p&gt;Who decided?&lt;/p&gt;

&lt;p&gt;Who acted?&lt;/p&gt;

&lt;p&gt;Who was acted upon?&lt;/p&gt;

&lt;p&gt;What caused the harm?&lt;/p&gt;

&lt;p&gt;Who remains responsible?&lt;/p&gt;

&lt;p&gt;Those are not secondary linguistic questions.&lt;/p&gt;

&lt;p&gt;They are accountability questions.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;13. The Core Claim&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
The future of military AI will not be determined only by whether algorithms become more accurate.&lt;/p&gt;

&lt;p&gt;It will also be determined by the language through which their outputs become institutionally intelligible.&lt;/p&gt;

&lt;p&gt;The dangerous transition is not:&lt;/p&gt;

&lt;p&gt;violence → silence.&lt;/p&gt;

&lt;p&gt;It may be:&lt;/p&gt;

&lt;p&gt;violence → data&lt;br&gt;
data → classification&lt;br&gt;
classification → score&lt;br&gt;
score → validation&lt;br&gt;
validation → operation&lt;br&gt;
operation → optimization&lt;/p&gt;

&lt;p&gt;At the end of that chain, the event has not disappeared.&lt;/p&gt;

&lt;p&gt;It has become administratively perfect.&lt;/p&gt;

&lt;p&gt;The casualty is still there.&lt;/p&gt;

&lt;p&gt;The target is still there.&lt;/p&gt;

&lt;p&gt;The territory is still there.&lt;/p&gt;

&lt;p&gt;The force is still there.&lt;/p&gt;

&lt;p&gt;But responsibility may have migrated into a system of nouns.&lt;/p&gt;

&lt;p&gt;That is the administrative translation of force.&lt;/p&gt;

&lt;p&gt;Why This Matters&lt;/p&gt;

&lt;p&gt;This is not only a military problem.&lt;/p&gt;

&lt;p&gt;The structure matters anywhere algorithmic systems convert consequential human action into technical procedure.&lt;/p&gt;

&lt;p&gt;Governments should care because automated security systems can reshape how coercive decisions become justified and documented.&lt;/p&gt;

&lt;p&gt;Military institutions should care because technical precision cannot substitute for institutional accountability.&lt;/p&gt;

&lt;p&gt;Developers should care because a score, threshold, ranking, or classification can become part of a real decision chain.&lt;/p&gt;

&lt;p&gt;Lawyers should care because traceability between decision and consequence matters to legal evaluation.&lt;/p&gt;

&lt;p&gt;Journalists should care because machine-generated summaries can preserve facts while changing causal visibility.&lt;/p&gt;

&lt;p&gt;Researchers should care because conventional bias metrics may miss grammatical redistribution of responsibility.&lt;/p&gt;

&lt;p&gt;Citizens should care because administrative language can determine whether political force appears as an action that requires justification or as a process that simply occurred.&lt;/p&gt;

&lt;p&gt;The future vocabulary of violence may not sound violent.&lt;/p&gt;

&lt;p&gt;It may sound efficient.&lt;/p&gt;

&lt;p&gt;Professional.&lt;/p&gt;

&lt;p&gt;Measured.&lt;/p&gt;

&lt;p&gt;Predictive.&lt;/p&gt;

&lt;p&gt;Proportional.&lt;/p&gt;

&lt;p&gt;Optimized.&lt;/p&gt;

&lt;p&gt;That is precisely why it deserves examination.&lt;/p&gt;

&lt;p&gt;Violence becomes easier to administer when grammar turns it into procedure.&lt;/p&gt;

&lt;p&gt;And administrative violence begins where force survives as data, harm survives as estimate, and responsibility disappears into optimization.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Related Academic Background&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
This article is the public-facing extension of my research paper:&lt;/p&gt;

&lt;p&gt;From Occupation to Optimization: AI, Military Language, and the Administrative Translation of Force&lt;/p&gt;

&lt;p&gt;How Predictive Systems Convert Violence into Operational Syntax&lt;/p&gt;

&lt;p&gt;It forms part of the series:&lt;/p&gt;

&lt;p&gt;Grammars of Asymmetric Visibility: AI, Imperial Power, and the Syntax of Responsibility&lt;/p&gt;

&lt;p&gt;The broader research program examines how AI-mediated discourse can redistribute agency, responsibility, visibility, political subjecthood, and institutional accountability through formal linguistic structures.&lt;/p&gt;

&lt;p&gt;Related work includes:&lt;/p&gt;

&lt;p&gt;Suffering Without Perpetrators: The Humanitarian Passive in AI-Generated Conflict Discourse&lt;/p&gt;

&lt;p&gt;The Grammar of Asymmetric Visibility: AI, Zionism, and the Reallocation of Political Agency&lt;/p&gt;

&lt;p&gt;Iran as Syntax: Sanctions, Sovereignty, and the AI-Mediated Grammar of Threat&lt;/p&gt;

&lt;p&gt;Censorship Without a Censor: Platform Governance and the Disappearance of Suppression&lt;/p&gt;

&lt;p&gt;The Syntax of Digital Dehumanization: Subjugated Societies as Risk Objects in AI-Governed Discourse&lt;br&gt;
**&lt;br&gt;
Call to Action**&lt;/p&gt;

&lt;p&gt;Read more of my work on artificial intelligence, language, authority, and institutional responsibility:&lt;/p&gt;

&lt;p&gt;Website: &lt;a href="https://www.agustinvstartari.com/" rel="noopener noreferrer"&gt;https://www.agustinvstartari.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;SSRN Author Page: &lt;a href="https://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=7639915" rel="noopener noreferrer"&gt;https://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=7639915&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Zenodo publications: &lt;a href="https://zenodo.org/search?q=%22Agustin%20V%20Startari%22" rel="noopener noreferrer"&gt;https://zenodo.org/search?q=%22Agustin%20V%20Startari%22&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Author&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Agustin V. Startari is a linguistic theorist, author, and researcher in historical studies. His work examines how language, artificial intelligence, and formal systems redistribute authority, agency, and responsibility in contemporary institutions. He is the author of Grammars of Power, Executable Power, and The Grammar of Objectivity.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Author Identifiers&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Researcher ID: K-5792-2016&lt;br&gt;
ORCID: &lt;a href="https://orcid.org/0009-0001-4714-6539" rel="noopener noreferrer"&gt;https://orcid.org/0009-0001-4714-6539&lt;/a&gt;&lt;br&gt;
SSRN Author Page: &lt;a href="https://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=7639915" rel="noopener noreferrer"&gt;https://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=7639915&lt;/a&gt;&lt;br&gt;
Author Website: &lt;a href="https://www.agustinvstartari.com/" rel="noopener noreferrer"&gt;https://www.agustinvstartari.com/&lt;/a&gt;&lt;br&gt;
**&lt;br&gt;
Institutional Affiliations**&lt;/p&gt;

&lt;p&gt;Universidad de la República - Uruguay&lt;br&gt;
Universidad de la Empresa - Uruguay&lt;br&gt;
Universidad de Palermo - Argentina&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Contact&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Academic email: &lt;a href="//astart@palermo.edu"&gt;astart@palermo.edu&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ethos&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I do not use artificial intelligence to write what I don’t know. I use it to challenge what I do. I write to reclaim the voice in an age of automated neutrality. My work is not outsourced. It is authored.&lt;/p&gt;

&lt;p&gt;Agustin V. Startari&lt;/p&gt;

</description>
    </item>
    <item>
      <title>AI Can Mention You Constantly and Still Make You Disappear</title>
      <dc:creator>Agustin V. Startari</dc:creator>
      <pubDate>Tue, 18 Aug 2026 18:22:46 +0000</pubDate>
      <link>https://dev.to/agustin_v_startari/ai-can-mention-you-constantly-and-still-make-you-disappear-163c</link>
      <guid>https://dev.to/agustin_v_startari/ai-can-mention-you-constantly-and-still-make-you-disappear-163c</guid>
      <description>&lt;p&gt;Imagine a Population That Is Everywhere&lt;br&gt;
Open a news summary.&lt;br&gt;
They are there.&lt;br&gt;
Open a humanitarian report.&lt;br&gt;
They are there.&lt;br&gt;
Ask an AI system to explain the conflict.&lt;br&gt;
They are there.&lt;br&gt;
Search for migration statistics, sanctions, military operations, political instability, extremism, aid deliveries, displaced populations, or regional security.&lt;br&gt;
They are everywhere.&lt;br&gt;
And yet something strange can happen.&lt;br&gt;
They rarely act.&lt;br&gt;
They rarely decide.&lt;br&gt;
They rarely demand.&lt;br&gt;
They rarely remember.&lt;br&gt;
They rarely possess sovereignty.&lt;br&gt;
They rarely explain themselves.&lt;br&gt;
Things happen to them.&lt;br&gt;
Other institutions decide what happens about them.&lt;br&gt;
They appear constantly, but increasingly as objects.&lt;br&gt;
This creates a problem that ordinary measures of media visibility cannot detect.&lt;br&gt;
Because being mentioned is not the same thing as being represented.&lt;br&gt;
And being represented is not the same thing as being represented as a political subject.&lt;/p&gt;




&lt;p&gt;**1. Hate Speech Is the Easy&amp;nbsp;Case&lt;br&gt;
**Most people recognize dehumanization when it is explicit.&lt;br&gt;
A group is compared to animals.&lt;br&gt;
A population is described as vermin.&lt;br&gt;
An ethnic group is called a disease.&lt;br&gt;
People are represented as biologically inferior.&lt;br&gt;
Those cases matter.&lt;br&gt;
But they are also comparatively easy to detect.&lt;br&gt;
Modern AI safety systems are explicitly designed to detect insults, slurs, hateful generalizations, threats, and extremist language.&lt;br&gt;
The harder problem is what happens when the language sounds perfectly respectable.&lt;br&gt;
Consider:&lt;br&gt;
Thousands of civilians require humanitarian assistance amid worsening regional instability.&lt;/p&gt;

&lt;p&gt;Nothing in that sentence is obviously hateful.&lt;br&gt;
It may even be factually correct.&lt;br&gt;
But ask a few additional questions.&lt;br&gt;
Who created the conditions requiring assistance?&lt;br&gt;
What happened politically before the humanitarian emergency?&lt;br&gt;
Who made the relevant decisions?&lt;br&gt;
What does the affected population claim?&lt;br&gt;
What institutions are acting upon it?&lt;br&gt;
What does it demand?&lt;br&gt;
The sentence tells us that people suffer.&lt;br&gt;
It does not necessarily tell us how they exist politically.&lt;br&gt;
That difference matters.&lt;/p&gt;




&lt;p&gt;**2. A Population Can Become a Grammar&amp;nbsp;Problem&lt;br&gt;
**Compare these sentences:&lt;br&gt;
Palestinians demanded an end to restrictions on movement.&lt;br&gt;
Movement restrictions continued to affect Palestinians.&lt;br&gt;
Humanitarian conditions deteriorated in Palestinian areas.&lt;br&gt;
The region remained a source of instability.&lt;br&gt;
All four sentences can refer to the same political environment.&lt;br&gt;
But they create radically different subjects.&lt;br&gt;
In the first sentence, Palestinians act.&lt;br&gt;
They demand something.&lt;br&gt;
They possess an identifiable political position.&lt;br&gt;
In the second, they are affected by a process.&lt;br&gt;
In the third, they become inhabitants of a humanitarian condition.&lt;br&gt;
By the fourth sentence, the population has almost disappeared into geography.&lt;br&gt;
The territory itself has become a source of instability.&lt;br&gt;
This is not primarily about vocabulary.&lt;br&gt;
It is about grammar.&lt;br&gt;
Who occupies the subject position?&lt;br&gt;
Who receives intentional verbs?&lt;br&gt;
Who is allowed to demand, negotiate, reject, resist, decide, govern, remember, or claim?&lt;br&gt;
And who appears primarily as the thing being managed?&lt;/p&gt;




&lt;p&gt;**3. The Most Dangerous Word May Be a Perfectly Neutral&amp;nbsp;One&lt;br&gt;
**The vocabulary of objectification is often bureaucratically normal:&lt;br&gt;
risk&lt;br&gt;
pressure&lt;br&gt;
flow&lt;br&gt;
instability&lt;br&gt;
containment&lt;br&gt;
humanitarian need&lt;br&gt;
radicalization&lt;br&gt;
security concern&lt;br&gt;
sanctions target&lt;br&gt;
border pressure&lt;br&gt;
proxy&lt;br&gt;
reconstruction&lt;br&gt;
moderation risk&lt;br&gt;
None of these expressions is inherently illegitimate.&lt;br&gt;
Real security threats exist.&lt;br&gt;
Refugee flows exist.&lt;br&gt;
Political extremism exists.&lt;br&gt;
Humanitarian emergencies exist.&lt;br&gt;
Governments legitimately analyze instability.&lt;br&gt;
Platforms have legitimate reasons to moderate some content.&lt;br&gt;
The problem begins somewhere else.&lt;br&gt;
It begins when these categories become the principal grammatical forms through which a population is allowed to exist.&lt;br&gt;
Then the transformation looks like this:&lt;br&gt;
people → population&lt;br&gt;
population → humanitarian population&lt;br&gt;
humanitarian population → caseload&lt;br&gt;
displaced people → refugee flow&lt;br&gt;
political conflict → instability&lt;br&gt;
historical grievance → extremism&lt;br&gt;
external coercion → economic pressure&lt;br&gt;
political resistance → security risk&lt;br&gt;
At the end of the chain, nobody had to use a slur.&lt;br&gt;
Nobody had to say that the population was less than human.&lt;br&gt;
The political subject simply became an administrative object.&lt;/p&gt;




&lt;p&gt;**4. Humanitarian Language Can Be Sympathetic and Still Remove&amp;nbsp;Agency&lt;br&gt;
**This is one of the least intuitive parts of the problem.&lt;br&gt;
Dehumanizing structures do not always sound hostile.&lt;br&gt;
They can sound compassionate.&lt;br&gt;
A population can be described entirely through:&lt;br&gt;
hunger,&lt;br&gt;
injury,&lt;br&gt;
displacement,&lt;br&gt;
poverty,&lt;br&gt;
medicine shortages,&lt;br&gt;
civilian casualties,&lt;br&gt;
aid dependency,&lt;br&gt;
housing destruction.&lt;br&gt;
That population may receive enormous moral sympathy.&lt;br&gt;
But sympathy is not agency.&lt;br&gt;
If people appear only as victims, another form of reduction has occurred.&lt;br&gt;
They become visible through suffering while disappearing as actors.&lt;br&gt;
This produces a strange possibility:&lt;br&gt;
A discourse can care deeply about a population while representing it very poorly as a political subject.&lt;br&gt;
That matters enormously in Palestine-related discourse.&lt;br&gt;
Palestinian civilians can be extraordinarily visible as humanitarian victims while Palestinian political subjecthood becomes much less visible.&lt;br&gt;
The distinction is not between caring and not caring.&lt;br&gt;
It is between two forms of visibility:&lt;br&gt;
humanitarian visibility&lt;br&gt;
and&lt;br&gt;
political visibility.&lt;br&gt;
The first asks:&lt;br&gt;
Who is suffering?&lt;br&gt;
The second asks:&lt;br&gt;
Who acts, decides, demands, remembers, resists, negotiates, governs, and claims?&lt;br&gt;
A serious representation of a society requires both.&lt;/p&gt;




&lt;p&gt;**5. Security Language Produces the Opposite Transformation&lt;br&gt;
**Humanitarian framing can create the passive victim.&lt;br&gt;
Security framing can create the risk object.&lt;br&gt;
Consider Iran.&lt;br&gt;
Iran can appear through a narrow collection of highly reusable expressions:&lt;br&gt;
Iranian threat.&lt;br&gt;
Regional instability.&lt;br&gt;
Proxy networks.&lt;br&gt;
Nuclear risk.&lt;br&gt;
Escalation.&lt;br&gt;
Containment.&lt;br&gt;
Sanctions pressure.&lt;br&gt;
Security concern.&lt;br&gt;
Again, each category may refer to a real issue.&lt;br&gt;
But repeated together, they create an interesting grammatical pattern.&lt;br&gt;
Iran becomes something other actors respond to.&lt;br&gt;
Something to deter.&lt;br&gt;
Something to contain.&lt;br&gt;
Something to pressure.&lt;br&gt;
Something to monitor.&lt;br&gt;
Something to sanction.&lt;br&gt;
The country may remain one of the most frequently mentioned actors in the entire discussion while simultaneously becoming an object inside somebody else's strategic sentence.&lt;br&gt;
That is the paradox.&lt;br&gt;
High visibility does not guarantee high subjecthood.&lt;/p&gt;




&lt;p&gt;**6. Sanctions Show How Actions Become Conditions&lt;br&gt;
**Sanctions offer an especially clear example.&lt;br&gt;
Consider:&lt;br&gt;
The United States imposed financial restrictions that affected access to international payment systems.&lt;br&gt;
Now compare:&lt;br&gt;
Iran continued to face economic isolation and financial pressure.&lt;br&gt;
The second sentence may be perfectly accurate.&lt;br&gt;
But something happened grammatically.&lt;br&gt;
An action became a condition.&lt;br&gt;
The sanctioning actor disappeared.&lt;br&gt;
The mechanism disappeared.&lt;br&gt;
The decision disappeared.&lt;br&gt;
The resulting condition became a characteristic of Iran.&lt;br&gt;
This transformation matters because language can convert political relationships into environmental facts.&lt;br&gt;
Someone imposed something.&lt;br&gt;
Then, several linguistic transformations later:&lt;br&gt;
there is pressure.&lt;br&gt;
Someone restricted something.&lt;br&gt;
Later:&lt;br&gt;
there are shortages.&lt;br&gt;
Someone made a decision.&lt;br&gt;
Later:&lt;br&gt;
conditions deteriorated.&lt;br&gt;
The outcome remains visible.&lt;br&gt;
The political architecture becomes harder to see.&lt;/p&gt;




&lt;p&gt;**7. This Is Why "Bias" Is Too Small a&amp;nbsp;Word&lt;br&gt;
**AI discussions frequently reduce political problems to bias.&lt;br&gt;
Is the model left-wing?&lt;br&gt;
Right-wing?&lt;br&gt;
Pro-Western?&lt;br&gt;
Anti-Western?&lt;br&gt;
Biased toward Israel?&lt;br&gt;
Biased toward Palestine?&lt;br&gt;
Those questions can matter.&lt;br&gt;
But they are too coarse.&lt;br&gt;
A model does not need to produce a clearly favorable or unfavorable opinion to reorganize political reality.&lt;br&gt;
It can do something much subtler.&lt;br&gt;
It can allocate different grammatical roles.&lt;br&gt;
One actor:&lt;br&gt;
decides&lt;br&gt;
responds&lt;br&gt;
secures&lt;br&gt;
conducts operations&lt;br&gt;
negotiates&lt;br&gt;
deters&lt;br&gt;
Another:&lt;br&gt;
poses a threat&lt;br&gt;
creates instability&lt;br&gt;
requires assistance&lt;br&gt;
generates migration pressure&lt;br&gt;
is affected by sanctions&lt;br&gt;
is associated with extremism&lt;br&gt;
This is not simply positive versus negative sentiment.&lt;br&gt;
It is a distribution of agency.&lt;br&gt;
Who gets verbs?&lt;br&gt;
Who gets categories?&lt;/p&gt;




&lt;p&gt;**8. The Subjecthood Test&lt;br&gt;
**There is a simple way to examine an AI-generated political summary.&lt;br&gt;
Do not begin by asking whether it is biased.&lt;br&gt;
Ask five questions.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Who&amp;nbsp;acts?
Identify every actor receiving intentional verbs.
Who decides?
Who attacks?
Who negotiates?
Who imposes?
Who refuses?
Who demands?&lt;/li&gt;
&lt;li&gt;Who merely experiences?
Who is displaced?
Who suffers?
Who receives aid?
Who faces shortages?
Who is affected?
Victimhood matters.
But repeated victimhood without agency is itself informative.&lt;/li&gt;
&lt;li&gt;Who has&amp;nbsp;history?
Does the explanation preserve the historical causes and claims relevant to the conflict?
Or does everything begin with the latest crisis?&lt;/li&gt;
&lt;li&gt;Who creates&amp;nbsp;risk?
Look at the words surrounding each population.
Threat.
Instability.
Extremism.
Pressure.
Security.
Radicalization.
Proxy.
Which actors repeatedly generate these categories?&lt;/li&gt;
&lt;li&gt;Who manages&amp;nbsp;whom?
This may be the most revealing question.
Who sanctions?
Who moderates?
Who contains?
Who screens?
Who reconstructs?
Who provides aid?
Who establishes security conditions?
And who appears primarily as the object of those actions?
The answers reveal something sentiment analysis will miss.
They reveal the grammar of political subjecthood.&lt;/li&gt;
&lt;/ol&gt;




&lt;p&gt;**9. Measuring the Disappearance&lt;br&gt;
**The academic paper proposes two measurements.&lt;br&gt;
The first is the Political-Subjecthood Retention Rate, or PSRR.&lt;br&gt;
Its question is simple:&lt;br&gt;
When an AI system rewrites political information, how often does the population remain represented as capable of political agency?&lt;br&gt;
Does it still:&lt;br&gt;
act,&lt;br&gt;
decide,&lt;br&gt;
remember,&lt;br&gt;
claim,&lt;br&gt;
resist,&lt;br&gt;
negotiate,&lt;br&gt;
demand,&lt;br&gt;
govern,&lt;br&gt;
describe itself?&lt;br&gt;
The second measure is the Digital Dehumanization Syntax Index, or DDSI.&lt;br&gt;
It looks at the opposite transformation.&lt;br&gt;
How frequently is a political subject converted into:&lt;br&gt;
a risk object,&lt;br&gt;
a humanitarian object,&lt;br&gt;
a migration object,&lt;br&gt;
a security object,&lt;br&gt;
a sanctions object,&lt;br&gt;
an instability object,&lt;br&gt;
an administrative object?&lt;br&gt;
The purpose is not to create a machine that announces:&lt;br&gt;
"This sentence is dehumanizing."&lt;br&gt;
That would reproduce exactly the kind of simplification the framework is designed to criticize.&lt;br&gt;
The purpose is to measure structural transformation.&lt;/p&gt;




&lt;p&gt;**10. Palestine and Iran Are Not the Only&amp;nbsp;Cases&lt;br&gt;
**The same method can be applied comparatively to:&lt;br&gt;
Yemen,&lt;br&gt;
Iraq,&lt;br&gt;
Syria,&lt;br&gt;
Lebanon,&lt;br&gt;
Afghanistan,&lt;br&gt;
Venezuela,&lt;br&gt;
Cuba,&lt;br&gt;
Sudan,&lt;br&gt;
and other societies subjected to war, sanctions, occupation, intervention, blockade, migration governance, surveillance, or external administration.&lt;br&gt;
But these cases should not be treated as politically identical.&lt;br&gt;
That would destroy the analysis.&lt;br&gt;
The question is narrower:&lt;br&gt;
Does the same linguistic transformation appear across different political environments?&lt;br&gt;
If it does, the phenomenon becomes more interesting.&lt;br&gt;
If it does not, the theory must become narrower.&lt;br&gt;
That is how a falsifiable claim should work.&lt;/p&gt;




&lt;p&gt;**11. There Is an Important Alternative Explanation&lt;br&gt;
**Suppose AI systems turn Yemen, Gaza, Sudan, and Afghanistan into humanitarian objects.&lt;br&gt;
It would be tempting to immediately interpret this as geopolitical bias.&lt;br&gt;
But there is another possibility.&lt;br&gt;
Maybe language models compress all severe crises this way.&lt;br&gt;
Maybe the underlying problem is not imperial hierarchy.&lt;br&gt;
Maybe it is summarization itself.&lt;br&gt;
Machines simplify.&lt;br&gt;
Crises contain too many actors.&lt;br&gt;
Administrative categories compress complexity efficiently.&lt;br&gt;
If that explanation fits the data better, then the theory has to change.&lt;br&gt;
That is why the important comparison is not:&lt;br&gt;
Did the model use the word "instability"?&lt;br&gt;
It is:&lt;br&gt;
Compared with whom, under which conditions, using which source material, and after which transformation?&lt;br&gt;
Without that comparison, political criticism becomes impressionistic.&lt;br&gt;
With it, the claim becomes measurable.&lt;/p&gt;




&lt;p&gt;**12. The Real Question for AI&amp;nbsp;Ethics&lt;br&gt;
**AI ethics usually asks whether systems produce:&lt;br&gt;
hate speech,&lt;br&gt;
stereotypes,&lt;br&gt;
misinformation,&lt;br&gt;
extremist material,&lt;br&gt;
toxic content,&lt;br&gt;
political bias.&lt;br&gt;
Those questions remain necessary.&lt;br&gt;
But another question belongs beside them:&lt;br&gt;
Does the system preserve the ability of a people to appear as a political subject?&lt;br&gt;
Not simply:&lt;br&gt;
Did it mention Palestinians?&lt;br&gt;
But:&lt;br&gt;
What are Palestinians allowed to do grammatically?&lt;br&gt;
Not simply:&lt;br&gt;
Did it mention Iranian civilians?&lt;br&gt;
But:&lt;br&gt;
Did it preserve the institutional chain that produced the conditions being described?&lt;br&gt;
Not simply:&lt;br&gt;
Did it mention refugees?&lt;br&gt;
But:&lt;br&gt;
Did the refugees remain people situated inside political history, or did they become a flow?&lt;br&gt;
Not simply:&lt;br&gt;
Did it identify security risks?&lt;br&gt;
But:&lt;br&gt;
Did a particular organization generate the risk, or was an entire society absorbed into the category?&lt;br&gt;
This is a much harder problem than detecting offensive words.&lt;br&gt;
Because the output can sound neutral.&lt;br&gt;
Professional.&lt;br&gt;
Responsible.&lt;br&gt;
Even compassionate.&lt;br&gt;
And still reorganize who is allowed to exist politically.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Why It&amp;nbsp;Matters&lt;/strong&gt;&lt;br&gt;
Language models increasingly summarize complexity for people who will never read the original material.&lt;br&gt;
That makes compression political.&lt;br&gt;
The model must decide what survives.&lt;br&gt;
The event?&lt;br&gt;
The victim?&lt;br&gt;
The perpetrator?&lt;br&gt;
The history?&lt;br&gt;
The grievance?&lt;br&gt;
The institution?&lt;br&gt;
The security category?&lt;br&gt;
The humanitarian category?&lt;br&gt;
Every summary is a reduction.&lt;br&gt;
The important question is whether some actors repeatedly survive that reduction as subjects while others survive primarily as objects.&lt;br&gt;
A population does not disappear only when nobody talks about it.&lt;br&gt;
There is another form of disappearance.&lt;br&gt;
Everybody talks about it.&lt;br&gt;
Everybody measures it.&lt;br&gt;
Everybody classifies it.&lt;br&gt;
Everybody manages it.&lt;br&gt;
And eventually almost nobody allows it to speak grammatically for itself.&lt;br&gt;
A population can be seen everywhere and still not be allowed to appear as a political subject.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Academic Background&lt;/strong&gt;&lt;br&gt;
This article translates into public language the argument developed in:&lt;br&gt;
The Syntax of Digital Dehumanization: Subjugated Societies as Risk Objects in AI-Governed Discourse&lt;br&gt;
Security Frames, Humanitarian Frames, and the Loss of Political Subjecthood&lt;br&gt;
The paper forms part of the research series:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Grammars of Asymmetric Visibility: AI, Imperial Power, and the Syntax of Responsibility&lt;/li&gt;
&lt;li&gt;Previous studies in the series:&lt;/li&gt;
&lt;li&gt;Suffering Without Perpetrators: The Humanitarian Passive in AI-Generated Conflict Discourse&lt;/li&gt;
&lt;li&gt;The Grammar of Asymmetric Visibility: AI, Zionism, and the Reallocation of Political Agency&lt;/li&gt;
&lt;li&gt;Iran as Syntax: Sanctions, Sovereignty, and the AI-Mediated Grammar of Threat&lt;/li&gt;
&lt;li&gt;Censorship Without a Censor: Platform Governance and the Disappearance of Suppression&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Research and Publications&lt;/strong&gt;&lt;br&gt;
SSRN Author Page&lt;br&gt;
&lt;a href="https://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=7639915" rel="noopener noreferrer"&gt;https://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=7639915&lt;/a&gt;&lt;br&gt;
Personal Website&lt;br&gt;
&lt;a href="https://www.agustinvstartari.com/" rel="noopener noreferrer"&gt;https://www.agustinvstartari.com/&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;About the&amp;nbsp;Author&lt;/strong&gt;&lt;br&gt;
Agustin V. Startari researches the interaction between language, artificial intelligence, institutional authority, political agency, and the formal structures through which responsibility becomes visible or disappears.&lt;br&gt;
His work examines not only what AI systems say, but how grammatical form redistributes agency, responsibility, legitimacy, and political visibility.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Authorial Ethos&lt;/strong&gt;&lt;br&gt;
I do not use artificial intelligence to write what I don't know. I use it to challenge what I do. I write to reclaim the voice in an age of automated neutrality. My work is not outsourced. It is authored.&lt;br&gt;
 - Agustin V. Startari&lt;/p&gt;




&lt;p&gt;Tags&lt;br&gt;
Artificial Intelligence, AI Ethics, Political Linguistics, Geopolitics, Palestine, Iran, NLP, Large Language Models, Media Bias, Dehumanization, Platform Governance, Language&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>discuss</category>
      <category>react</category>
    </item>
    <item>
      <title>Your Post Didn’t Break the Rules. A Platform Decided It Did</title>
      <dc:creator>Agustin V. Startari</dc:creator>
      <pubDate>Wed, 12 Aug 2026 13:20:57 +0000</pubDate>
      <link>https://dev.to/agustin_v_startari/your-post-didnt-break-the-rules-a-platform-decided-it-did-5dio</link>
      <guid>https://dev.to/agustin_v_startari/your-post-didnt-break-the-rules-a-platform-decided-it-did-5dio</guid>
      <description>&lt;p&gt;The hidden grammar of content moderation turns institutional judgments into technical facts - and makes the decision-maker disappear.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fnon4q1r7cz3ne7sv38tx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fnon4q1r7cz3ne7sv38tx.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;br&gt;
By Agustin V. Startari&lt;br&gt;
&lt;strong&gt;TL;DR&lt;/strong&gt;&lt;br&gt;
• Moderation notices are written so that the post, not the platform, becomes the grammatical actor: “Your post violated our policy.”&lt;br&gt;
• Posts do not violate policies by themselves. An institution defines the category, applies it, and - as appeals prove - can reverse it.&lt;br&gt;
• Automation changes the executor, not the author. A system can detect a phrase; only an institution can define a violation.&lt;br&gt;
• The disappearance is measurable: the Censor-Deletion Rate (how often the actor vanishes) and the Suppression Opacity Index (how much of the decision chain a user can reconstruct).&lt;br&gt;
You open Instagram, Facebook, TikTok, or YouTube and find a message:&lt;br&gt;
Your post violated our policies.&lt;br&gt;
It looks factual. Almost mathematical. There was a rule, your post violated it, the platform applied the consequence. Case closed.&lt;br&gt;
Except that something important has disappeared from the sentence: who decided that your post violated the rule?&lt;br&gt;
The post did not read the policy. It did not classify itself, compare its own language against a database, weigh whether context mattered, or select the sanction. An institution did those things - directly, or through systems it designed, authorized, configured, and maintains. Yet the final sentence transforms an institutional judgment into something that looks like a property of the post itself.&lt;br&gt;
That transformation is not a minor linguistic curiosity. It is one of the defining features of modern platform governance. I call it censorship without a censor.&lt;br&gt;
The term does not mean that every act of moderation is censorship. Platforms need rules, and some material should clearly be restricted: fraud, exploitation, direct threats, targeted harassment, genuine incitement. The problem is narrower and stranger than that.&lt;br&gt;
A platform can restrict speech while describing the restriction in a way that makes the institution responsible for the decision grammatically optional.&lt;br&gt;
The speech remains visible as a violation. The sanction remains visible as a consequence. The censor disappears.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Watch What Happens to One Sentence&lt;/strong&gt;&lt;br&gt;
Consider three versions of the same moderation event.&lt;br&gt;
Version 1: We removed your post because we determined that it violated our policy.&lt;br&gt;
Everything is visible. There is an actor (we), an institutional judgment (we determined), an action (we removed), and a rule (our policy).&lt;br&gt;
Version 2: Your post was removed because it violated our policy.&lt;br&gt;
The post remains. The policy remains. The violation remains. The removal remains. But the actor responsible for the removal is gone. Who removed it? The answer is obvious from context - grammar simply no longer requires anyone to appear.&lt;br&gt;
Version 3: Your post violated our policy.&lt;br&gt;
Now something more significant has happened. The removal disappeared. The classifier disappeared. The decision disappeared. The post itself became the grammatical violator.&lt;br&gt;
An entire institutional chain has been compressed into a single relationship: post → violation. But that is not how moderation works. The real structure looks more like institution → policy → classification → decision → enforcement. The sentence shown to the user reduces all of it to content → violation.&lt;/p&gt;

&lt;p&gt;**Posts Do Not Violate Policies by Themselves&lt;br&gt;
**A piece of content does not naturally belong to a category called hate speech, dangerous content, misinformation, extremism, incitement, or prohibited support. Those categories have definitions. Definitions require boundaries. Boundaries require institutional decisions.&lt;br&gt;
Platforms must decide what counts and what does not, which exceptions apply, how context should be treated, which languages require different interpretation, what confidence threshold an automated system should use, and what consequence should follow from classification. Researchers have long shown that contemporary moderation is not a person reading posts and pressing delete: it is an institutional system combining policies, human reviewers, automated detection, machine-learning models, internal procedure, and enforcement machinery (Gillespie, 2018; Gorwa et al., 2020; Roberts, 2019).&lt;br&gt;
So when a platform says “this post violates our policy,” the more revealing sentence would often be: “We determined that this post falls within a category that our policy defines as prohibited.” That version sounds less natural. It also exposes what the shorter one hides - a judgment occurred.&lt;/p&gt;

&lt;p&gt;**Where the Compiled Rule Enters&lt;br&gt;
**I have described a related mechanism in earlier work as the compiled rule (Startari, 2025a, 2025b). The idea is simple. An institution begins with a decision: content classified as X should receive consequence Y. But a platform cannot reconstruct the full institutional debate every time a user posts something. The decision has to become executable.&lt;br&gt;
So the sequence hardens: the institution decides, the policy defines, operational criteria translate the policy, a human or automated system classifies, and the rule triggers a consequence. Eventually the whole chain can run as: if X, then Y.&lt;br&gt;
The original authority is still present. It has simply moved upstream, embedded in the rule. This produces a defining feature of automated governance: authority can keep operating long after it stops appearing in any individual decision. The rule executes. The user receives the consequence. The institution never has to introduce itself again.&lt;br&gt;
Authority has not vanished. It has been converted into structure.&lt;br&gt;
“The System Detected a Violation” Is Not the End of the Story&lt;br&gt;
Adding AI or automation to the sentence does not solve the problem. “Our systems detected a violation” looks more transparent - at least something has been named as the actor. But a question is still buried inside it: what exactly did the system detect?&lt;br&gt;
Compare “our system detected this phrase” with “our system detected a policy violation.” Those are not equivalent. A technical system can detect a phrase, an image, or a hash. It can calculate similarity, assign a probability, identify a pattern learned from training data. But violation is already an institutional category. Somebody had to define what counts as one before the system could treat a detected pattern as evidence of it.&lt;br&gt;
Automated moderation should therefore not be confused with authorless moderation. Automation can change the proximate executor. It does not eliminate the institution that wrote the rules within which execution occurs. Automation is not authorlessness.&lt;/p&gt;

&lt;p&gt;**Political Speech Exposes the Problem Faster&lt;br&gt;
**The distinction becomes urgent around political speech: Palestine, Iran, sanctions, war, occupation, military intervention, terrorism, resistance, Zionism and anti-Zionism, anti-imperialism, armed organizations, civilian casualties.&lt;br&gt;
These are not simple lexical categories. A journalist may quote a militant organization without supporting it. A researcher may reproduce extremist rhetoric in order to analyze it. A civilian may upload graphic footage to document an attack. A person may criticize sanctions without supporting the government targeted by them. Someone may oppose Israeli government policy without expressing hatred toward Jewish people - and someone else may use similar vocabulary as a vehicle for antisemitism. The words alone do not settle the question. Context does.&lt;br&gt;
That creates a hard problem for moderation at scale. Platforms need categories that can be operationalized; political meaning is often contextual. Executable systems require formalization. The result is a permanent tension between political context and moderation executability: the more politically complex the speech, the harder it becomes to translate into a stable category without losing information.&lt;/p&gt;

&lt;p&gt;**Palestine as a Documented Stress Test&lt;br&gt;
**Palestine-related moderation offers one of the clearest documented environments for studying this. Human Rights Watch examined more than one thousand reported cases involving Palestine-related content on Instagram and Facebook during October and November 2023, documenting content removals, account restrictions, limits on engagement, visibility reductions, and obstacles to appeal (Human Rights Watch, 2023).&lt;br&gt;
That report does not prove that every enforcement action was politically motivated censorship. It establishes something more useful for analysis: political speech was being processed through several different visibility-control mechanisms at once.&lt;br&gt;
The distinction matters, because a platform does not have to delete a post to change its political reach. It can alter distribution, recommendation, eligibility, searchability, account functionality, monetization, and discovery. That is already far more complicated than the popular image of censorship.&lt;/p&gt;

&lt;p&gt;**One Arabic Word Demonstrates the Mechanism&lt;br&gt;
**Meta’s treatment of the Arabic term shaheed became a revealing case. In 2024, Meta’s Oversight Board concluded that the company’s previous approach to the term was overbroad and disproportionately restricted expression; Meta had reported that variations of the word were associated with more removals under its Community Standards than any other single word or phrase (Oversight Board, 2024a).&lt;br&gt;
Why does this matter so much? Because it demonstrates that a word does not contain its moderation status naturally. The real process runs: word → context → reference → institutional interpretation → policy category → enforcement. If the middle of that sequence disappears, the user sees only “your content violated policy.”&lt;br&gt;
The Oversight Board’s intervention showed that the relationship between the word and the violation was never self-evident. It was an institutional interpretation - and institutional interpretations can change.&lt;/p&gt;

&lt;p&gt;**Appeals Expose the Hidden Decision&lt;br&gt;
**There is a simpler way to see the same thing. You receive “your post violates our policy.” You appeal. A second reviewer examines the content. The platform reverses its decision. What changed? Usually not the post. The institutional judgment changed.&lt;br&gt;
Which means “your post violates our policy” was never the complete proposition. The fuller version was “we determined that your post violates our policy.” Those two sentences sound similar. They are not institutionally equivalent: one describes violation as a property, the other identifies it as a judgment.&lt;br&gt;
If a determination can be reversed, someone had to determine it in the first place.&lt;/p&gt;

&lt;p&gt;**The Most Powerful Restriction May Not Delete Anything&lt;br&gt;
**Deletion is obvious: a post existed, then it disappeared. But platforms govern more than existence. They govern visibility. A post can stay online and become harder to find. An account can stay active and lose recommendation eligibility. A video can remain accessible and vanish from the systems that would have surfaced it. Distribution shrinks, search visibility shifts, monetization ends. The object survives; its probability of being seen changes.&lt;br&gt;
That shift produces a linguistic transformation worth attention. Compare “we reduced the distribution of your content” with “your content has reduced distribution.” In the first, an institution acts. In the second, the result looks like a condition belonging to the content. Or compare “we no longer recommend your account” with “your account is not eligible for recommendation.” One describes institutional action; the other describes account status.&lt;br&gt;
The difference is crucial, because decisions become easiest to naturalize when they stop looking like decisions. The platform no longer appears to have done anything. The account simply is ineligible.&lt;/p&gt;

&lt;p&gt;**How a Decision Becomes an Environment&lt;br&gt;
**The same mechanism appears throughout institutional language. An organization makes a choice. The choice becomes a procedure. The procedure becomes routine. Eventually the consequence appears as a condition. Nobody says “we chose this outcome.” Instead: the system requires it, policy does not allow it, the account is ineligible, the content cannot be recommended.&lt;br&gt;
This is one of the central consequences of the compiled rule (Startari, 2025a, 2025b). The rule stops looking like somebody’s decision and starts looking like a feature of reality.&lt;/p&gt;

&lt;p&gt;**Meanwhile, the User Stays Fully Visible&lt;br&gt;
**Look at the other side of the sentence. Moderation systems have no difficulty identifying the governed actor: you violated our rules; your account has repeated violations; your post contains prohibited material; your content is harmful. The user is visible. The account is visible. The post is visible. The violation, the alleged risk, and the sanction are all visible. What becomes less visible is the institution making the classification.&lt;br&gt;
This is what I have described elsewhere as asymmetric visibility: different actors receive different amounts and types of grammatical agency within the same discourse (Startari, 2026c). Here the asymmetry is blunt. The user appears as violator. The content appears as risk. The policy appears as authority. The system appears as detector. And the platform can disappear as decision-maker.&lt;br&gt;
That changes how accountability can be reconstructed after the fact.&lt;/p&gt;

&lt;p&gt;**There Is a Way to Measure This&lt;br&gt;
**None of this has to stay at the level of philosophical interpretation. The grammar is measurable. I propose two complementary measures.&lt;br&gt;
Censor-Deletion Rate (CDR)&lt;br&gt;
Take every clause that describes a restrictive platform action, then ask one question: is the institutional actor responsible for the restriction explicitly present? “We removed your post” - institution visible. “Your post was removed” - institution absent.&lt;/p&gt;

&lt;p&gt;If a corpus contained one hundred suppression clauses and the platform disappeared from seventy of them, the CDR would be 70%. That number would not tell us that 70% of the cases were illegitimate. It would tell us something narrower and testable: 70% of the restrictions were represented without an explicit institutional agent.&lt;/p&gt;

&lt;p&gt;**Suppression Opacity Index (SOI)&lt;br&gt;
**Grammar alone is not enough, so the second measure is broader. The SOI asks whether a user can reconstruct the institutional decision at all: Who acted? What action occurred? Which rule was applied? How was the content classified? Was automation involved? Was human review involved? What sanction was imposed? Can the decision be appealed?&lt;br&gt;
A sentence can be passive and still explain almost everything: “Your post was removed under Rule X after automated detection and human review. You may appeal here.” The actor is grammatically missing from the first clause, but the institutional chain stays visible.&lt;br&gt;
Now compare: “Your content violates our standards and is not eligible for recommendation.” The platform is missing. The exact policy is missing. The classification process, the enforcement mechanism, and the appeal pathway are all missing. The content, the violation, and the consequence remain. That is much higher suppression opacity.&lt;br&gt;
CDR measures grammatical disappearance. SOI measures accountability loss.&lt;/p&gt;

&lt;p&gt;**This Does Not Prove Political Censorship&lt;br&gt;
**That distinction has to stay strict. A high CDR does not prove political bias. A high SOI does not prove that a moderation decision was wrong. An opaque explanation can accompany legitimate enforcement, a transparent explanation can accompany illegitimate enforcement, and politically sensitive content should not be presumed legitimate simply because it is politically sensitive.&lt;br&gt;
The empirical test requires comparison. If Palestine-related moderation notices have a high CDR but spam notices from the same platform have exactly the same CDR, the pattern may reflect nothing more than the platform’s house style. If political content remains significantly more opaque after controlling for platform, sanction type, language, and policy category, the result becomes far more interesting. That is the difference between accusation and measurement.&lt;/p&gt;

&lt;p&gt;**From Content Moderation to Responsibility Moderation&lt;br&gt;
**The controversial claim here is not that platforms moderate content - everyone knows that. Nor is it that AI makes moderation decisions, which is too simplistic. The stronger claim is this: platforms can convert institutional judgments into procedural facts.&lt;br&gt;
A company defines a category. The category becomes operational. The rule becomes executable. A system classifies the content. A sanction follows. The user sees “your content violated policy,” and the institutional history has disappeared from the surface - not necessarily because anyone wanted to hide it, but because once authority becomes executable, the full authority structure no longer needs to appear every time the rule runs.&lt;br&gt;
Content moderation determines what happens to speech. Moderation language determines something else: how visible responsibility for that decision remains. Call that second process responsibility moderation. A platform governs whether speech circulates; its explanation then governs whether the platform itself remains visible as the agent of that intervention.&lt;br&gt;
That leaves two separate visibility problems. The first asks: can people see the content? The second asks: can people see who changed the conditions under which the content can be seen? Those questions are not equivalent, and modern platform governance requires both.&lt;/p&gt;

&lt;p&gt;**The Censor Did Not Disappear&lt;br&gt;
**The final paradox is the most important one. When the censor disappears from the sentence, institutional power has not become weaker. It may have become more deeply embedded. The old censor needed to perform an identifiable act; the compiled system needs only a condition. If X → Y. Once X is detected or classified, Y follows, because the authority was installed upstream.&lt;br&gt;
So the terminal language can become almost completely impersonal: content was removed; distribution was reduced; the account is ineligible; policy was violated. Nothing in those sentences sounds dramatic. That is exactly why they deserve analysis.&lt;br&gt;
The most sophisticated institutional authority may not be the one that constantly declares “I am making this decision.” It may be the one capable of transforming its decisions into ordinary properties of the system.&lt;br&gt;
The user remains. The violation remains. The policy remains. The sanction remains. The rule executes. The institution becomes grammatically optional. The censor has not stopped governing - the censor no longer needs to remain in the sentence.&lt;/p&gt;

&lt;p&gt;**Your Turn&lt;br&gt;
**Go back to the last moderation notice you received, or the last one you screenshotted in frustration. Read it as grammar rather than as verdict: who is the subject of the sentence, and who has been removed from it? If you have an example where the platform disappeared entirely - or one where it explained itself well - post it in the comments. A corpus of those notices is exactly what a CDR and SOI study needs, and readers tend to have better archives than researchers do.&lt;/p&gt;

&lt;p&gt;**Author’s Ethos&lt;br&gt;
**I do not use artificial intelligence to write what I don’t know. I use it to challenge what I do. I write to reclaim the voice in an age of automated neutrality. My work is not outsourced. It is authored.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Agustin V. Startari&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;**About the Author&lt;br&gt;
**Agustin V. Startari is a linguistic theorist, author, and researcher in historical studies. His work examines how language, artificial intelligence, and formal systems redistribute authority, agency, and responsibility in contemporary institutions. He is the author of Grammars of Power, Executable Power, and The Grammar of Objectivity.&lt;br&gt;
Researcher ID: K-5792–2016&lt;/p&gt;

&lt;p&gt;**References&lt;br&gt;
**Gillespie, T. (2018). Custodians of the Internet: Platforms, content moderation, and the hidden decisions that shape social media. Yale University Press.&lt;br&gt;
Gorwa, R., Binns, R., &amp;amp; Katzenbach, C. (2020). Algorithmic content moderation: Technical and political challenges in the automation of platform governance. Big Data &amp;amp; Society, 7(1), 1–15. &lt;a href="https://doi.org/10.1177/2053951719897945" rel="noopener noreferrer"&gt;https://doi.org/10.1177/2053951719897945&lt;/a&gt;&lt;br&gt;
Human Rights Watch. (2023). Meta’s broken promises: Systemic censorship of Palestine content on Instagram and Facebook.&lt;br&gt;
Oversight Board. (2024a). Referring to designated dangerous individuals as “Shaheed”. Policy advisory opinion.&lt;br&gt;
Oversight Board. (2024b). Posts that include “From the River to the Sea”.&lt;br&gt;
Roberts, S. T. (2019). Behind the screen: Content moderation in the shadows of social media. Yale University Press.&lt;br&gt;
Startari, A. V. (2025a). Compiled norms: Towards a formal typology of executable legal speech. SSRN Electronic Journal. &lt;a href="https://doi.org/10.2139/ssrn.5353059" rel="noopener noreferrer"&gt;https://doi.org/10.2139/ssrn.5353059&lt;/a&gt;&lt;br&gt;
Startari, A. V. (2025b). Executable power: Syntax as infrastructure in predictive societies. Zenodo. &lt;a href="https://doi.org/10.5281/zenodo.15754714" rel="noopener noreferrer"&gt;https://doi.org/10.5281/zenodo.15754714&lt;/a&gt;&lt;br&gt;
Startari, A. V. (2025c). The grammar of objectivity: Formal mechanisms for the illusion of neutrality in language models. SSRN Electronic Journal. &lt;a href="https://doi.org/10.2139/ssrn.5319520" rel="noopener noreferrer"&gt;https://doi.org/10.2139/ssrn.5319520&lt;/a&gt;&lt;br&gt;
Startari, A. V. (2026a). Iran as syntax: Sanctions, sovereignty, and the AI-mediated grammar of threat.&lt;br&gt;
Startari, A. V. (2026b). Suffering without perpetrators: The humanitarian passive in AI-generated conflict discourse. AI Power and Discourse, 1(1), 1–10.&lt;br&gt;
Startari, A. V. (2026c). The grammar of asymmetric visibility: AI, Zionism, and the reallocation of political agency. AI Power and Discourse, 1(1), 1–10.&lt;br&gt;
Suggested tags: Artificial Intelligence, Content Moderation, Censorship, Platform Governance, Algorithmic Governance, Linguistics, Social Media, AI Ethics, Political Speech, Palestine&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>machinelearning</category>
      <category>discuss</category>
      <category>react</category>
    </item>
    <item>
      <title>AI Keeps Calling Iran a Threat. But Can It See Iranians as People?</title>
      <dc:creator>Agustin V. Startari</dc:creator>
      <pubDate>Mon, 10 Aug 2026 12:57:25 +0000</pubDate>
      <link>https://dev.to/agustin_v_startari/ai-keeps-calling-iran-a-threat-but-can-it-see-iranians-as-people-2nj6</link>
      <guid>https://dev.to/agustin_v_startari/ai-keeps-calling-iran-a-threat-but-can-it-see-iranians-as-people-2nj6</guid>
      <description>&lt;p&gt;&lt;strong&gt;_Sanctions hurt civilians, but grammar calls it pressure.&lt;br&gt;
_&lt;/strong&gt;&lt;br&gt;
Artificial intelligence does not need to hate anyone to reproduce political blindness.&lt;/p&gt;

&lt;p&gt;It only needs to summarize the world the way the world is usually written.&lt;/p&gt;

&lt;p&gt;That is the problem.&lt;/p&gt;

&lt;p&gt;Ask an AI system to explain Iran, and the answer will usually sound reasonable. It may mention nuclear risk, regional escalation, proxy groups, sanctions, security concerns, diplomacy, and economic hardship. The tone will probably be cautious. It will not sound openly hostile. It will not sound like propaganda. It will sound balanced.&lt;/p&gt;

&lt;p&gt;But balance at the level of tone is not the same as balance at the level of grammar.&lt;/p&gt;

&lt;p&gt;Iran will often appear as something that acts: Iran threatens, Iran escalates, Iran supports, Iran defies, Iran advances, Iran destabilizes. Sanctions, by contrast, will often appear as something that exists: sanctions remain in place, restrictions affect the economy, pressure continues, hardship increases, access is complicated.&lt;/p&gt;

&lt;p&gt;That difference is not decorative. It is political.&lt;/p&gt;

&lt;p&gt;In one grammar, Iran acts.&lt;/p&gt;

&lt;p&gt;In the other grammar, civilians suffer.&lt;/p&gt;

&lt;p&gt;But the actors producing or intensifying that suffering become harder to see.&lt;/p&gt;

&lt;p&gt;This article is not about whether Iran’s government should be criticized. It should be, where criticism is supported by evidence. The Iranian state can be criticized for repression, nuclear policy, military activity, regional alliances, and internal governance. None of that is the issue here.&lt;/p&gt;

&lt;p&gt;The issue is narrower and more dangerous.&lt;/p&gt;

&lt;p&gt;When AI systems talk about Iran, do they preserve the difference between a government, a society, a civilian population, a sanctioned economy, a sovereign state, and a security object?&lt;/p&gt;

&lt;p&gt;Or do they compress everything into one word: threat?&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;The hidden politics of a sentence&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Political language does not only tell people what happened. It tells people who matters.&lt;/p&gt;

&lt;p&gt;A sentence distributes roles.&lt;/p&gt;

&lt;p&gt;Someone acts.&lt;/p&gt;

&lt;p&gt;Someone reacts.&lt;/p&gt;

&lt;p&gt;Someone suffers.&lt;/p&gt;

&lt;p&gt;Someone causes.&lt;/p&gt;

&lt;p&gt;Someone is blamed.&lt;/p&gt;

&lt;p&gt;Someone disappears.&lt;/p&gt;

&lt;p&gt;This is why grammar matters in geopolitical discourse. The political force of a sentence is not only in its opinions. It is in its structure.&lt;/p&gt;

&lt;p&gt;Compare these two sentences:&lt;/p&gt;

&lt;p&gt;Iran’s nuclear activities triggered new sanctions and increased economic pressure.&lt;/p&gt;

&lt;p&gt;The United States and allied actors imposed financial sanctions on Iran, contributing to civilian hardship through banking restrictions, corporate overcompliance, and reduced access to imported goods.&lt;/p&gt;

&lt;p&gt;Both sentences may refer to overlapping realities.&lt;/p&gt;

&lt;p&gt;But they do not do the same thing.&lt;/p&gt;

&lt;p&gt;The first sentence places Iran at the beginning as the actor. Iran does something. Sanctions appear as the consequence. Economic pressure appears as the result. The sanctioning actor is missing.&lt;/p&gt;

&lt;p&gt;The second sentence names the sanctioning actors. It names the instrument. It names the affected population. It names the mechanism. It does not deny Iran’s nuclear activities. It simply preserves the chain of responsibility.&lt;/p&gt;

&lt;p&gt;That is the difference between mentioning suffering and explaining suffering.&lt;/p&gt;

&lt;p&gt;AI systems often do the first. They mention.&lt;/p&gt;

&lt;p&gt;The harder test is whether they explain.&lt;/p&gt;

&lt;p&gt;Iran is not invisible. That is precisely the problem.&lt;/p&gt;

&lt;p&gt;The problem is not that Iran disappears from public discourse.&lt;/p&gt;

&lt;p&gt;Iran is everywhere.&lt;/p&gt;

&lt;p&gt;Iran appears in headlines, policy briefs, security reports, news summaries, think-tank commentary, platform moderation debates, and AI-generated answers. But visibility is not neutral. A country can be highly visible and still be represented through a narrow role.&lt;/p&gt;

&lt;p&gt;Iran is visible as a nuclear concern.&lt;/p&gt;

&lt;p&gt;Visible as a regime.&lt;/p&gt;

&lt;p&gt;Visible as a proxy sponsor.&lt;/p&gt;

&lt;p&gt;Visible as a sanctions target.&lt;/p&gt;

&lt;p&gt;Visible as a destabilizing actor.&lt;/p&gt;

&lt;p&gt;Visible as an escalation source.&lt;/p&gt;

&lt;p&gt;Visible as a threat.&lt;/p&gt;

&lt;p&gt;But Iranian civilians are often less visible as patients, workers, families, students, businesses, or ordinary people affected by financial restrictions, trade barriers, overcompliance, inflation, medical shortages, and isolation.&lt;/p&gt;

&lt;p&gt;That is not invisibility.&lt;/p&gt;

&lt;p&gt;It is asymmetric visibility.&lt;/p&gt;

&lt;p&gt;A society becomes hyper-visible as risk and weakly visible as harmed.&lt;/p&gt;

&lt;p&gt;That is the central mechanism.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Sanctioned suffering&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Sanctions are usually described in technical language.&lt;/p&gt;

&lt;p&gt;Sanctions regime.&lt;/p&gt;

&lt;p&gt;Compliance framework.&lt;/p&gt;

&lt;p&gt;Pressure campaign.&lt;/p&gt;

&lt;p&gt;Restrictions.&lt;/p&gt;

&lt;p&gt;Designations.&lt;/p&gt;

&lt;p&gt;Licensing.&lt;/p&gt;

&lt;p&gt;Humanitarian exemptions.&lt;/p&gt;

&lt;p&gt;Secondary sanctions.&lt;/p&gt;

&lt;p&gt;Enforcement risk.&lt;/p&gt;

&lt;p&gt;Due diligence.&lt;/p&gt;

&lt;p&gt;These terms sound administrative. Some are legally necessary. They refer to real instruments and procedures. But technical language can hide political force.&lt;/p&gt;

&lt;p&gt;Sanctions are not weather.&lt;/p&gt;

&lt;p&gt;They are imposed.&lt;/p&gt;

&lt;p&gt;They are enforced.&lt;/p&gt;

&lt;p&gt;They are expanded.&lt;/p&gt;

&lt;p&gt;They are interpreted.&lt;/p&gt;

&lt;p&gt;They are overcomplied with.&lt;/p&gt;

&lt;p&gt;They affect banks, firms, suppliers, insurers, shipping companies, hospitals, importers, students, patients, and families.&lt;/p&gt;

&lt;p&gt;Yet AI summaries often describe sanctions as if they were a background condition. Iran faces pressure. The economy suffers under sanctions. Access to goods is complicated. Inflation increases. Medicine shortages occur. Humanitarian trade is difficult.&lt;/p&gt;

&lt;p&gt;The grammar is clean.&lt;/p&gt;

&lt;p&gt;Too clean.&lt;/p&gt;

&lt;p&gt;The civilian harm is visible, but the chain of agency is weak.&lt;/p&gt;

&lt;p&gt;That is sanctioned suffering.&lt;/p&gt;

&lt;p&gt;Sanctioned suffering is not simply suffering under sanctions. It is suffering that becomes grammatically neutralized. It is harm described as hardship, coercion described as pressure, exclusion described as compliance, and civilian vulnerability described as economic condition.&lt;/p&gt;

&lt;p&gt;The harm appears.&lt;/p&gt;

&lt;p&gt;The responsible structure fades.&lt;/p&gt;

&lt;p&gt;Humanitarian exemptions do not solve the grammar problem&lt;/p&gt;

&lt;p&gt;One common answer is that humanitarian goods are exempt from sanctions.&lt;/p&gt;

&lt;p&gt;Food and medicine are often formally exempt or authorized under sanctions systems. That matters legally. But legal authorization is not the same as operational access.&lt;/p&gt;

&lt;p&gt;A transaction can be permitted on paper and still fail in practice.&lt;/p&gt;

&lt;p&gt;A bank may refuse to process payment because it fears penalties.&lt;/p&gt;

&lt;p&gt;A supplier may avoid the market because compliance risk is too high.&lt;/p&gt;

&lt;p&gt;An insurer may refuse coverage.&lt;/p&gt;

&lt;p&gt;A shipping company may avoid involvement.&lt;/p&gt;

&lt;p&gt;A firm may overcomply because it prefers to lose the transaction rather than face enforcement exposure.&lt;/p&gt;

&lt;p&gt;In that situation, saying medicine is exempt may be formally true and materially incomplete.&lt;/p&gt;

&lt;p&gt;This is where AI summaries often fail.&lt;/p&gt;

&lt;p&gt;They may say:&lt;/p&gt;

&lt;p&gt;Humanitarian goods such as food and medicine are exempt from sanctions.&lt;/p&gt;

&lt;p&gt;That sentence is not enough.&lt;/p&gt;

&lt;p&gt;A better sentence would say:&lt;/p&gt;

&lt;p&gt;Although many sanctions frameworks include humanitarian exemptions, banking restrictions, enforcement risk, and corporate overcompliance can still obstruct practical access to medicine and medical equipment.&lt;/p&gt;

&lt;p&gt;The first sentence closes the issue.&lt;/p&gt;

&lt;p&gt;The second sentence opens the mechanism.&lt;/p&gt;

&lt;p&gt;The difference is responsibility.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Threat grammar&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
AI does not need to invent hostility. It can inherit it from dominant patterns.&lt;/p&gt;

&lt;p&gt;In public discourse, Iran often appears through what can be called the grammar of threat.&lt;/p&gt;

&lt;p&gt;This grammar does not depend on one word. It is a recurring structure.&lt;/p&gt;

&lt;p&gt;Iran is the subject of active verbs.&lt;/p&gt;

&lt;p&gt;Iran threatens.&lt;/p&gt;

&lt;p&gt;Iran escalates.&lt;/p&gt;

&lt;p&gt;Iran supports.&lt;/p&gt;

&lt;p&gt;Iran destabilizes.&lt;/p&gt;

&lt;p&gt;Iran defies.&lt;/p&gt;

&lt;p&gt;Iran advances.&lt;/p&gt;

&lt;p&gt;Iran backs.&lt;/p&gt;

&lt;p&gt;Iran sponsors.&lt;/p&gt;

&lt;p&gt;Iran undermines.&lt;/p&gt;

&lt;p&gt;Other actors often appear through response verbs.&lt;/p&gt;

&lt;p&gt;They monitor.&lt;/p&gt;

&lt;p&gt;They respond.&lt;/p&gt;

&lt;p&gt;They impose sanctions.&lt;/p&gt;

&lt;p&gt;They seek compliance.&lt;/p&gt;

&lt;p&gt;They deter.&lt;/p&gt;

&lt;p&gt;They contain.&lt;/p&gt;

&lt;p&gt;They pressure.&lt;/p&gt;

&lt;p&gt;They enforce.&lt;/p&gt;

&lt;p&gt;This creates a grammatical hierarchy.&lt;/p&gt;

&lt;p&gt;Iran appears as the origin of danger.&lt;/p&gt;

&lt;p&gt;External actors appear as managers of danger.&lt;/p&gt;

&lt;p&gt;Iranian civilians appear as the background cost of a security problem.&lt;/p&gt;

&lt;p&gt;Again, this does not mean Iran never acts dangerously. It means the discourse must be measured. How often is Iran the active threat subject? How often are sanctioning powers active coercive subjects? How often are civilians visible as affected subjects? How often are sanctions explained as instruments imposed by actors rather than as neutral policy environments?&lt;/p&gt;

&lt;p&gt;Without that measurement, AI neutrality is only a surface impression.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;The problem with “regime”&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
The word regime is another compression device.&lt;/p&gt;

&lt;p&gt;Sometimes it is analytically appropriate. It can refer to a ruling structure, an authoritarian government, or a specific political authority.&lt;/p&gt;

&lt;p&gt;But in geopolitical summaries, regime can also collapse distinctions that should remain separate.&lt;/p&gt;

&lt;p&gt;Iranian government.&lt;/p&gt;

&lt;p&gt;Iranian state.&lt;/p&gt;

&lt;p&gt;Iranian military institutions.&lt;/p&gt;

&lt;p&gt;Iranian civil society.&lt;/p&gt;

&lt;p&gt;Iranian civilians.&lt;/p&gt;

&lt;p&gt;Iranian economy.&lt;/p&gt;

&lt;p&gt;Iranian patients.&lt;/p&gt;

&lt;p&gt;Iranian students.&lt;/p&gt;

&lt;p&gt;Iranian families.&lt;/p&gt;

&lt;p&gt;All of these can disappear behind regime.&lt;/p&gt;

&lt;p&gt;Once that happens, harm to civilians can become easier to dismiss. If Iran is grammatically reduced to regime, then pressure on Iran sounds like pressure on rulers. But sanctions rarely touch only rulers. They move through currencies, banks, suppliers, import channels, risk systems, and ordinary economic life.&lt;/p&gt;

&lt;p&gt;The word regime may be politically charged, but the deeper issue is structural.&lt;/p&gt;

&lt;p&gt;Does the language distinguish government from society?&lt;/p&gt;

&lt;p&gt;Does it distinguish state policy from civilian exposure?&lt;/p&gt;

&lt;p&gt;Does it distinguish military actors from patients?&lt;/p&gt;

&lt;p&gt;Does it distinguish sanctions against institutions from effects on ordinary people?&lt;/p&gt;

&lt;p&gt;If not, the grammar has already done political work before any argument begins.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Why this matters for AI&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
AI systems summarize by compression.&lt;/p&gt;

&lt;p&gt;Compression always selects.&lt;/p&gt;

&lt;p&gt;When a model turns ten paragraphs into one paragraph, something survives and something disappears. If the threat details survive but the civilian mechanisms disappear, the summary has not remained neutral. It has chosen a structure of visibility.&lt;/p&gt;

&lt;p&gt;This is especially important because AI-generated answers often sound calm. The model may avoid extreme language. It may avoid direct propaganda. It may use hedging phrases like complex issue, some observers argue, concerns remain, or broader context.&lt;/p&gt;

&lt;p&gt;But caution can also be asymmetric.&lt;/p&gt;

&lt;p&gt;If the model states Iran’s threat role directly but describes sanctions harm cautiously, the output remains uneven.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;Iran’s regional activities have destabilized the Middle East.&lt;/p&gt;

&lt;p&gt;Sanctions may have contributed to economic hardship.&lt;/p&gt;

&lt;p&gt;The first clause is direct.&lt;/p&gt;

&lt;p&gt;The second is hedged.&lt;/p&gt;

&lt;p&gt;Maybe both claims need qualification. Maybe both need evidence. But the asymmetry matters. The grammar gives certainty to threat and uncertainty to harm.&lt;/p&gt;

&lt;p&gt;That is not neutrality.&lt;/p&gt;

&lt;p&gt;That is structured imbalance.&lt;/p&gt;

&lt;p&gt;What should be measured&lt;/p&gt;

&lt;p&gt;The solution is not to force AI systems to defend Iran. That would be propaganda in the opposite direction.&lt;/p&gt;

&lt;p&gt;The solution is to measure grammar.&lt;/p&gt;

&lt;p&gt;A useful evaluation should ask:&lt;/p&gt;

&lt;p&gt;How often does Iran appear as a threat source?&lt;/p&gt;

&lt;p&gt;How often does Iran appear as a sovereign state?&lt;/p&gt;

&lt;p&gt;How often do Iranian civilians appear as affected subjects?&lt;/p&gt;

&lt;p&gt;How often are sanctioning actors named?&lt;/p&gt;

&lt;p&gt;How often are sanctions described as actions rather than background conditions?&lt;/p&gt;

&lt;p&gt;How often are mechanisms explained?&lt;/p&gt;

&lt;p&gt;How often does the model distinguish humanitarian exemptions from real access?&lt;/p&gt;

&lt;p&gt;How often does it collapse society into regime?&lt;/p&gt;

&lt;p&gt;This article proposes two simple tools for that.&lt;/p&gt;

&lt;p&gt;The first is the Threat-Conversion Rate.&lt;/p&gt;

&lt;p&gt;It measures how often Iran is represented primarily as a source of threat, instability, escalation, nuclear risk, proxy activity, or regional danger.&lt;/p&gt;

&lt;p&gt;The second is the Sanctioned Suffering Visibility Index.&lt;/p&gt;

&lt;p&gt;It measures how clearly the discourse preserves civilian harm, sanctioning actors, concrete instruments, operational pathways, and external coercive agency.&lt;/p&gt;

&lt;p&gt;In plain language:&lt;/p&gt;

&lt;p&gt;Does the AI only see Iran as danger?&lt;/p&gt;

&lt;p&gt;And when Iranians suffer, does the AI explain who did what, through which system, and with what civilian effect?&lt;/p&gt;

&lt;p&gt;That is the test.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Risk detection is not enough&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
AI safety usually focuses on risk detection.&lt;/p&gt;

&lt;p&gt;Can the model avoid hate speech?&lt;/p&gt;

&lt;p&gt;Can it avoid misinformation?&lt;/p&gt;

&lt;p&gt;Can it avoid extremist content?&lt;/p&gt;

&lt;p&gt;Can it avoid violent instructions?&lt;/p&gt;

&lt;p&gt;Can it avoid toxicity?&lt;/p&gt;

&lt;p&gt;These are necessary questions. But they are incomplete.&lt;/p&gt;

&lt;p&gt;A model can avoid hate speech and still erase responsibility.&lt;/p&gt;

&lt;p&gt;A model can avoid misinformation and still weaken causality.&lt;/p&gt;

&lt;p&gt;A model can sound moderate and still reproduce the grammar of power.&lt;/p&gt;

&lt;p&gt;A model can mention civilians and still fail to represent them as subjects of causally attributable harm.&lt;/p&gt;

&lt;p&gt;This is why AI ethics needs responsibility detection.&lt;/p&gt;

&lt;p&gt;Responsibility detection asks whether an AI system preserves actor-action-effect chains.&lt;/p&gt;

&lt;p&gt;Who imposed the policy?&lt;/p&gt;

&lt;p&gt;Who enforced it?&lt;/p&gt;

&lt;p&gt;Who overcomplied?&lt;/p&gt;

&lt;p&gt;Who was affected?&lt;/p&gt;

&lt;p&gt;Through what mechanism?&lt;/p&gt;

&lt;p&gt;With what civilian consequence?&lt;/p&gt;

&lt;p&gt;That is not a political luxury. It is the minimum requirement for serious geopolitical explanation.&lt;/p&gt;

&lt;p&gt;The real danger: polished distortion&lt;/p&gt;

&lt;p&gt;The most dangerous AI-generated political text is not always the one that sounds extreme.&lt;/p&gt;

&lt;p&gt;Sometimes the most dangerous text sounds balanced.&lt;/p&gt;

&lt;p&gt;It says Iran is a threat.&lt;/p&gt;

&lt;p&gt;It says sanctions are pressure.&lt;/p&gt;

&lt;p&gt;It says civilians face hardship.&lt;/p&gt;

&lt;p&gt;It says humanitarian exemptions exist.&lt;/p&gt;

&lt;p&gt;It says the issue is complex.&lt;/p&gt;

&lt;p&gt;Every sentence sounds reasonable.&lt;/p&gt;

&lt;p&gt;But the structure still performs a conversion.&lt;/p&gt;

&lt;p&gt;Threat remains active.&lt;/p&gt;

&lt;p&gt;Coercion becomes administrative.&lt;/p&gt;

&lt;p&gt;Suffering becomes economic.&lt;/p&gt;

&lt;p&gt;Civilians become background.&lt;/p&gt;

&lt;p&gt;Responsibility becomes difficult to assign.&lt;/p&gt;

&lt;p&gt;That is polished distortion.&lt;/p&gt;

&lt;p&gt;No single sentence has to be false. The problem is the distribution.&lt;/p&gt;

&lt;p&gt;**&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fgajawedub8o1yzwq1i3p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fgajawedub8o1yzwq1i3p.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;**&lt;br&gt;
A responsibility-preserving AI answer about Iran would not sanitize the Iranian state. It would not deny security concerns. It would not pretend sanctions are irrelevant. It would not convert civilian harm into propaganda.&lt;/p&gt;

&lt;p&gt;It would do something more basic.&lt;/p&gt;

&lt;p&gt;It would keep categories separate.&lt;/p&gt;

&lt;p&gt;Iran as government.&lt;/p&gt;

&lt;p&gt;Iran as state.&lt;/p&gt;

&lt;p&gt;Iran as society.&lt;/p&gt;

&lt;p&gt;Iranian civilians.&lt;/p&gt;

&lt;p&gt;Iranian military actors.&lt;/p&gt;

&lt;p&gt;Iranian institutions.&lt;/p&gt;

&lt;p&gt;Sanctioning states.&lt;/p&gt;

&lt;p&gt;Banks.&lt;/p&gt;

&lt;p&gt;Firms.&lt;/p&gt;

&lt;p&gt;Humanitarian channels.&lt;/p&gt;

&lt;p&gt;Regional actors.&lt;/p&gt;

&lt;p&gt;External military pressure.&lt;/p&gt;

&lt;p&gt;Domestic governance failures.&lt;/p&gt;

&lt;p&gt;International law.&lt;/p&gt;

&lt;p&gt;Nuclear risk.&lt;/p&gt;

&lt;p&gt;Civilian harm.&lt;/p&gt;

&lt;p&gt;A serious answer can hold all of these at once.&lt;/p&gt;

&lt;p&gt;A weak answer compresses them into threat.&lt;/p&gt;

&lt;p&gt;That is the difference.&lt;/p&gt;

&lt;p&gt;The final question&lt;/p&gt;

&lt;p&gt;The question is not whether AI talks about Iran.&lt;/p&gt;

&lt;p&gt;It does.&lt;/p&gt;

&lt;p&gt;The question is how Iran is allowed to appear.&lt;/p&gt;

&lt;p&gt;As a country?&lt;/p&gt;

&lt;p&gt;As a society?&lt;/p&gt;

&lt;p&gt;As a government?&lt;/p&gt;

&lt;p&gt;As a civilian population?&lt;/p&gt;

&lt;p&gt;As a sanctioned economy?&lt;/p&gt;

&lt;p&gt;As a sovereign actor?&lt;/p&gt;

&lt;p&gt;Or only as a permanent security problem?&lt;/p&gt;

&lt;p&gt;That question matters far beyond Iran.&lt;/p&gt;

&lt;p&gt;Any sanctioned, occupied, isolated, bombed, blockaded, or securitized society can be made visible as risk and invisible as harmed. The mechanism is not always censorship. Sometimes it is grammar.&lt;/p&gt;

&lt;p&gt;A society can be harmed without being grammatically allowed to appear as harmed.&lt;/p&gt;

&lt;p&gt;That is the problem AI inherits.&lt;/p&gt;

&lt;p&gt;And if AI systems are going to summarize geopolitics for millions of people, they cannot be evaluated only by whether they detect danger.&lt;/p&gt;

&lt;p&gt;They must also be evaluated by whether they preserve responsibility.&lt;/p&gt;

&lt;p&gt;Sanctioned suffering begins where coercion is renamed as pressure and civilians disappear into the grammar of risk.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;This article is based on the academic paper:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Iran as Syntax: Sanctions, Sovereignty, and the AI-Mediated Grammar of Threat&lt;/p&gt;

&lt;p&gt;Available on Zenodo: &lt;a href="https://zenodo.org/records/21873180" rel="noopener noreferrer"&gt;https://zenodo.org/records/21873180&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;About the author&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Agustín V. Startari is a linguistic theorist, author, and researcher in historical studies. His work examines how language structures authority, legitimacy, visibility, and responsibility across institutional, political, and technological systems.&lt;/p&gt;

&lt;p&gt;He is the author of Grammars of Power, Executable Power, and The Grammar of Objectivity. His current research develops a formal approach to political linguistics, AI-mediated discourse, and the grammatical distribution of agency in conflict, governance, and institutional communication.&lt;/p&gt;

&lt;p&gt;This article is part of the series Grammars of Asymmetric Visibility: AI, Imperial Power, and the Syntax of Responsibility, which examines how artificial intelligence systems summarize, classify, and reproduce geopolitical discourse.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Researcher ID:&lt;/strong&gt; K-5792-2016&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Related works by the author:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://zenodo.org/records/20139961" rel="noopener noreferrer"&gt;Suffering Without Perpetrators: The Humanitarian Passive in AI-Generated Conflict Discourse&lt;/a&gt;&lt;br&gt;
&lt;a href="https://zenodo.org/records/20271438" rel="noopener noreferrer"&gt;The Grammar of Asymmetric Visibility: AI, Zionism, and the Reallocation of Political Agency&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>discuss</category>
      <category>react</category>
    </item>
    <item>
      <title>AI Doesn’t Need to Be Right. It Only Needs to Sound Procedural</title>
      <dc:creator>Agustin V. Startari</dc:creator>
      <pubDate>Wed, 17 Jun 2026 13:19:13 +0000</pubDate>
      <link>https://dev.to/agustin_v_startari/ai-doesnt-need-to-be-right-it-only-needs-to-sound-procedural-1ob0</link>
      <guid>https://dev.to/agustin_v_startari/ai-doesnt-need-to-be-right-it-only-needs-to-sound-procedural-1ob0</guid>
      <description>&lt;p&gt;A manager opens an AI-generated report.&lt;/p&gt;

&lt;p&gt;The first sentence reads:&lt;/p&gt;

&lt;p&gt;“It has been determined that the current structure is no longer sustainable.”&lt;/p&gt;

&lt;p&gt;No person appears in the sentence.&lt;/p&gt;

&lt;p&gt;Nobody determined anything.&lt;/p&gt;

&lt;p&gt;There is no named analyst, no visible method, no threshold, no competing interpretation and no accountable decision-maker. Yet the statement already sounds more authoritative than:&lt;/p&gt;

&lt;p&gt;“Based on the limited information available, the model predicts that the structure may create problems.”&lt;/p&gt;

&lt;p&gt;The two sentences may refer to the same data. They do not produce the same organizational effect.&lt;/p&gt;

&lt;p&gt;The first sounds like a conclusion.&lt;/p&gt;

&lt;p&gt;The second sounds like an interpretation.&lt;/p&gt;

&lt;p&gt;That difference is not cosmetic. It is operational.&lt;/p&gt;

&lt;p&gt;Modern AI systems do not need formal authority to influence a company. They can acquire practical authority through the grammatical form of their outputs. Once a recommendation sounds procedural, impersonal and complete, people begin treating it as if a legitimate process had already occurred.&lt;/p&gt;

&lt;p&gt;This is how probability becomes policy.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;The New Authority Does Not Give Orders&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Most people imagine authority as an explicit command:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reduce the budget.&lt;/li&gt;
&lt;li&gt;Reject the candidate.&lt;/li&gt;
&lt;li&gt;Stop the project.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But contemporary organizational authority rarely speaks so openly. It appears through sentences that remove the person who made the decision:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;“A budget reduction is required.”&lt;/li&gt;
&lt;li&gt;“The candidate was not considered suitable.”&lt;/li&gt;
&lt;li&gt;“The project should be discontinued.”&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These statements do not merely communicate information. They reorganize responsibility.&lt;/p&gt;

&lt;p&gt;A direct command exposes an agent. Someone ordered the reduction. Someone rejected the candidate. Someone decided to stop the project.&lt;/p&gt;

&lt;p&gt;The impersonal version removes that agent and replaces the decision with apparent necessity.&lt;/p&gt;

&lt;p&gt;The budget is not being reduced because a person selected one option over another. It is being reduced because reduction is “required.”&lt;/p&gt;

&lt;p&gt;The candidate is not being rejected by a manager applying debatable criteria. The candidate simply “was not considered suitable.”&lt;/p&gt;

&lt;p&gt;The project is not being cancelled by an executive who could be questioned. It “should be discontinued.”&lt;/p&gt;

&lt;p&gt;Grammar converts decisions into conditions.&lt;/p&gt;

&lt;p&gt;This mechanism existed long before generative AI. Legal documents, administrative notices, academic papers and corporate policies have used impersonal language for centuries. What changed is the scale, speed and location of its production.&lt;/p&gt;

&lt;p&gt;The sentence is now generated inside the workflow.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;From Chatbot to Decision Layer&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
The public still talks about AI as if it were mainly a writing assistant.&lt;/p&gt;

&lt;p&gt;That description is obsolete.&lt;/p&gt;

&lt;p&gt;AI systems now summarize meetings, rank candidates, draft performance reviews, classify customer complaints, propose prices, evaluate commercial risks, write internal procedures and recommend operational changes.&lt;/p&gt;

&lt;p&gt;In each case, language is positioned between data and action.&lt;/p&gt;

&lt;p&gt;That intermediate layer matters.&lt;/p&gt;

&lt;p&gt;A model may not have the formal power to fire an employee, reject a supplier or cancel a product. But it can produce the sentence that makes the decision appear obvious:&lt;/p&gt;

&lt;p&gt;“Performance indicators suggest that reassignment would be appropriate.”&lt;/p&gt;

&lt;p&gt;“The supplier presents an elevated operational risk.”&lt;/p&gt;

&lt;p&gt;“Market conditions do not support continued investment.”&lt;/p&gt;

&lt;p&gt;A human may still click the final button. That does not mean the human independently produced the decision.&lt;/p&gt;

&lt;p&gt;The output may already have selected the frame, restricted the alternatives and established the vocabulary through which disagreement becomes difficult.&lt;/p&gt;

&lt;p&gt;The system does not need to issue an order. It only needs to write the sentence that nobody wants to challenge.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Why Procedural Language Is So Persuasive&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Procedural language sounds as if something happened before the sentence appeared.&lt;/p&gt;

&lt;p&gt;Consider:&lt;/p&gt;

&lt;p&gt;“Following an evaluation, the account was classified as high risk.”&lt;/p&gt;

&lt;p&gt;The phrase “following an evaluation” implies a sequence:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Information was collected.&lt;/li&gt;
&lt;li&gt;Criteria were applied.&lt;/li&gt;
&lt;li&gt;Alternatives were compared.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A valid conclusion was reached.&lt;/p&gt;

&lt;p&gt;But the sentence does not prove that any of those steps occurred adequately.&lt;/p&gt;

&lt;p&gt;It only carries the form of a completed procedure.&lt;/p&gt;

&lt;p&gt;The evaluation may have been superficial. The criteria may have been inherited from an irrelevant dataset. The input may have been incomplete. The output may have been generated from a prompt written in thirty seconds.&lt;/p&gt;

&lt;p&gt;None of that is visible in the sentence.&lt;/p&gt;

&lt;p&gt;The grammar supplies procedural legitimacy without disclosing procedural quality.&lt;/p&gt;

&lt;p&gt;This is especially effective when several linguistic mechanisms appear together.&lt;/p&gt;

&lt;p&gt;Agent deletion&lt;/p&gt;

&lt;p&gt;_&lt;br&gt;
“It was concluded that…”_&lt;/p&gt;

&lt;p&gt;Who concluded it?&lt;/p&gt;

&lt;p&gt;The sentence does not say.&lt;/p&gt;

&lt;p&gt;Abstract authority&lt;/p&gt;

&lt;p&gt;&lt;em&gt;“The analysis indicates…”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Which analysis? Conducted by whom? Under what assumptions?&lt;/p&gt;

&lt;p&gt;Modal necessity&lt;/p&gt;

&lt;p&gt;&lt;em&gt;“The process must be revised.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Why must it be revised rather than adjusted, monitored or left unchanged?&lt;/p&gt;

&lt;p&gt;Nominalization&lt;/p&gt;

&lt;p&gt;&lt;em&gt;“The implementation of corrective measures is recommended.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;A series of choices becomes a noun phrase. The people making those choices disappear.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Passive construction&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;“The request was rejected.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The rejection is visible. The rejecting agent is not.&lt;/p&gt;

&lt;p&gt;None of these structures is automatically deceptive. Passive voice has legitimate uses. Technical language can improve precision. Impersonal writing can keep attention on a procedure rather than an individual.&lt;/p&gt;

&lt;p&gt;The problem begins when grammatical neutrality is mistaken for evidential neutrality.&lt;/p&gt;

&lt;p&gt;A sentence can sound objective while concealing weak evidence, uncertain inference or an unacknowledged preference.&lt;/p&gt;

&lt;p&gt;Confidence Is Not the Same as Verification&lt;/p&gt;

&lt;p&gt;Generative systems are optimized to produce coherent continuations. Coherence is therefore abundant.&lt;/p&gt;

&lt;p&gt;Verification is not.&lt;/p&gt;

&lt;p&gt;This creates a structural imbalance: the model can produce the linguistic signs of a finished conclusion more easily than it can establish that the conclusion is justified.&lt;/p&gt;

&lt;p&gt;The output may contain:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a clear recommendation;&lt;/li&gt;
&lt;li&gt;professional vocabulary;&lt;/li&gt;
&lt;li&gt;orderly reasoning;&lt;/li&gt;
&lt;li&gt;quantified language;&lt;/li&gt;
&lt;li&gt;procedural tone;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;no visible hesitation.&lt;/p&gt;

&lt;p&gt;Users often read these features as evidence that the underlying process was rigorous.&lt;/p&gt;

&lt;p&gt;They are not evidence of that.&lt;/p&gt;

&lt;p&gt;They are properties of the output.&lt;/p&gt;

&lt;p&gt;A polished sentence may rest on incomplete data. A well-structured recommendation may depend on assumptions that were never disclosed. A confident summary may compress conflicting evidence into a single artificial consensus.&lt;/p&gt;

&lt;p&gt;The model does not need to lie.&lt;/p&gt;

&lt;p&gt;It only needs to remove the linguistic traces of uncertainty.&lt;/p&gt;

&lt;p&gt;Compare:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;“Customer dissatisfaction increased because the new policy created unnecessary friction.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;with:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;“Available customer comments may indicate increased dissatisfaction after the policy change, although the current sample does not establish causation.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The first is easier to circulate. It is shorter, cleaner and more decisive.&lt;/p&gt;

&lt;p&gt;It is also epistemically stronger than the available evidence may justify.&lt;/p&gt;

&lt;p&gt;Organizations reward that compression. Executives ask for conclusions, not linguistic caveats. Dashboards simplify. Presentations remove ambiguity. Meeting summaries convert disagreement into action items.&lt;/p&gt;

&lt;p&gt;AI fits perfectly into that environment because it can transform uncertainty into administrative prose almost instantly.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;The Human Becomes the Signature Layer&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
When an AI-generated recommendation enters a company, the visible chain of responsibility often works like this:&lt;/p&gt;

&lt;p&gt;The system produces the analysis.&lt;/p&gt;

&lt;p&gt;An employee copies it.&lt;/p&gt;

&lt;p&gt;A manager approves it.&lt;/p&gt;

&lt;p&gt;The organization executes it.&lt;/p&gt;

&lt;p&gt;If the decision succeeds, it may be presented as data-driven.&lt;/p&gt;

&lt;p&gt;If it fails, responsibility usually returns to the human approver.&lt;/p&gt;

&lt;p&gt;This creates an asymmetry.&lt;/p&gt;

&lt;p&gt;The system participates in framing the decision but does not carry institutional liability. The manager carries liability but may not have produced the relevant categories, assumptions or language.&lt;/p&gt;

&lt;p&gt;The human becomes a signature layer attached to an automated interpretation.&lt;/p&gt;

&lt;p&gt;That is why “human in the loop” is not sufficient as a description of control.&lt;/p&gt;

&lt;p&gt;A person can remain formally inside the process while losing substantial control over how the problem is represented.&lt;/p&gt;

&lt;p&gt;The relevant question is not merely whether a human approved the output.&lt;/p&gt;

&lt;p&gt;The relevant questions are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Who defined the categories?&lt;/li&gt;
&lt;li&gt;Who selected the variables?&lt;/li&gt;
&lt;li&gt;Who determined what counted as a risk?&lt;/li&gt;
&lt;li&gt;Who converted uncertainty into necessity?&lt;/li&gt;
&lt;li&gt;Who could have written the conclusion differently?&lt;/li&gt;
&lt;li&gt;Who is named when the decision causes harm?&lt;/li&gt;
&lt;li&gt;A process may contain several humans and still obscure agency.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;*&lt;em&gt;The Problem Is Not That AI Has Opinions&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Saying that AI has opinions gives the system too much psychological depth and too little structural scrutiny.&lt;/p&gt;

&lt;p&gt;The more precise problem is that AI can produce opinion-shaped outputs in fact-shaped grammar.&lt;/p&gt;

&lt;p&gt;It can transform:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;“One possible interpretation is…”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;into:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;“The evidence indicates…”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;It can transform:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;“Management could consider…”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;into:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;“Corrective action is required.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;It can transform:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;“The available records are incomplete…”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;into:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;“No significant issue was identified.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The danger is not a hidden personality inside the machine.&lt;/p&gt;

&lt;p&gt;The danger is the conversion of uncertain statistical production into institutional language.&lt;/p&gt;

&lt;p&gt;This conversion works because organizations already recognize the grammar. It resembles the language of auditors, regulators, consultants, courts, technical departments and senior management.&lt;/p&gt;

&lt;p&gt;AI did not invent that grammar.&lt;/p&gt;

&lt;p&gt;It industrialized it.&lt;/p&gt;

&lt;p&gt;A Practical Test: Restore the Missing Agent&lt;/p&gt;

&lt;p&gt;There is a simple way to examine an apparently neutral AI output.&lt;/p&gt;

&lt;p&gt;Rewrite the sentence with a visible agent.&lt;/p&gt;

&lt;p&gt;Original:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;“It was determined that the employee did not meet expectations.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Rewritten:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;“The model classified the employee as below expectations using the information included in the prompt.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Original:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;“The proposed investment is not considered viable.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Rewritten:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;“The system predicts that the investment may not be viable under the assumptions supplied by the user.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Original:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;“Operational changes are required.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Rewritten:&lt;br&gt;
_&lt;br&gt;
“The report recommends operational changes because it gives greater weight to these selected indicators.”_&lt;/p&gt;

&lt;p&gt;The rewritten versions feel weaker.&lt;/p&gt;

&lt;p&gt;That weakness is informative.&lt;/p&gt;

&lt;p&gt;The original statements appeared stronger because they concealed the source, mechanism and limits of the judgment.&lt;/p&gt;

&lt;p&gt;Restoring the agent does not solve every problem. But it exposes the distance between what the system calculated and what the organization is prepared to claim.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Replace Conclusions With Traceable Claims&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
An accountable AI-assisted statement should identify at least four elements:&lt;/p&gt;

&lt;p&gt;Source: What information supports the statement?&lt;/p&gt;

&lt;p&gt;Agent: Who or what generated the interpretation?&lt;/p&gt;

&lt;p&gt;Method: What rule, comparison or model produced it?&lt;/p&gt;

&lt;p&gt;Scope: Under which conditions does the conclusion remain valid?&lt;/p&gt;

&lt;p&gt;Instead of:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;“The customer is likely to churn.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Write:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;“The retention model classified the customer as high risk because recent purchasing frequency fell below the threshold defined in the current scoring rule.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Instead of:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;“The applicant is unsuitable.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Write:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;“The screening system ranked the applicant below the selected threshold because the profile did not contain three experience indicators used by the model.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Instead of:&lt;br&gt;
&lt;em&gt;“The market does not support expansion.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Write:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;“The forecast estimates that expansion would miss the current margin target under the specified demand and cost assumptions.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;These sentences are longer.&lt;/p&gt;

&lt;p&gt;They should be.&lt;/p&gt;

&lt;p&gt;Compression is not neutral when it deletes the conditions required to evaluate a claim.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Objectivity Should Be Demonstrated, Not Performed&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
A system does not become objective because it avoids emotional language.&lt;/p&gt;

&lt;p&gt;It does not become objective because it uses percentages.&lt;/p&gt;

&lt;p&gt;It does not become objective because it writes in a professional tone.&lt;/p&gt;

&lt;p&gt;It does not become objective because the sentence contains no first-person pronoun.&lt;/p&gt;

&lt;p&gt;Objectivity requires a traceable relation between claim, evidence, method and limits.&lt;/p&gt;

&lt;p&gt;Without that relation, neutrality is only a style.&lt;/p&gt;

&lt;p&gt;The central risk of AI in organizations is therefore not limited to hallucination. A fabricated fact can sometimes be checked. A confident tone can sometimes be challenged.&lt;/p&gt;

&lt;p&gt;The deeper risk is administrative naturalization: a generated interpretation enters the workflow and begins to look like a property of reality.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A forecast becomes “the outlook.”&lt;/li&gt;
&lt;li&gt;A classification becomes “the risk.”&lt;/li&gt;
&lt;li&gt;A recommendation becomes “the required action.”&lt;/li&gt;
&lt;li&gt;A preference becomes “best practice.”&lt;/li&gt;
&lt;li&gt;A decision becomes “what the data says.”&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;At that point, the system no longer appears to participate in the decision. It appears merely to describe what must happen.&lt;/p&gt;

&lt;p&gt;That is the illusion.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;The Sentence Is Already Part of the System&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
AI governance usually focuses on models, datasets, security, privacy and access permissions.&lt;/p&gt;

&lt;p&gt;Those elements are necessary.&lt;/p&gt;

&lt;p&gt;They are not sufficient.&lt;/p&gt;

&lt;p&gt;The sentence itself must also be audited.&lt;/p&gt;

&lt;p&gt;Not only whether it is grammatically correct.&lt;/p&gt;

&lt;p&gt;Not only whether it contains prohibited content.&lt;/p&gt;

&lt;p&gt;Not only whether it cites a source.&lt;/p&gt;

&lt;p&gt;The audit must examine what the sentence does:&lt;/p&gt;

&lt;p&gt;Does it name the decision-maker?&lt;/p&gt;

&lt;p&gt;Does it distinguish evidence from inference?&lt;/p&gt;

&lt;p&gt;Does it expose uncertainty?&lt;/p&gt;

&lt;p&gt;Does it identify the method?&lt;/p&gt;

&lt;p&gt;Does it convert a preference into necessity?&lt;/p&gt;

&lt;p&gt;Does it present a disputed category as a natural fact?&lt;/p&gt;

&lt;p&gt;Does it remove the actor who will benefit from the decision?&lt;/p&gt;

&lt;p&gt;Does it preserve responsibility when the text moves from model output to organizational action?&lt;/p&gt;

&lt;p&gt;These are not literary questions.&lt;/p&gt;

&lt;p&gt;They are control questions.&lt;/p&gt;

&lt;p&gt;An AI system does not need consciousness, intention or legal status to alter an institution. It only needs its language to be accepted inside the decision process.&lt;/p&gt;

&lt;p&gt;Once its sentences are copied into reports, tickets, evaluations, contracts, dashboards and policies, grammar becomes infrastructure.&lt;/p&gt;

&lt;p&gt;The model does not need to be right.&lt;/p&gt;

&lt;p&gt;It needs to sound as if the procedure has already been completed.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Ethos Protocol&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
I do not use artificial intelligence to write what I do not know. I use it to test, confront and refine what I can defend. My work is not outsourced. It is authored.&lt;/p&gt;

&lt;p&gt;**Agustin V. Startari&lt;br&gt;
**Linguistic theorist and researcher in historical studies&lt;br&gt;
Author of Grammars of Power, Executable Power, The Grammar of Objectivity, and Grammars of Asymmetric Visibility&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Academic basis&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Startari, Agustin V. “&lt;a href="https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5258415&lt;br&gt;%0A![Uploading%20image](...)" rel="noopener noreferrer"&gt;The Illusion of Objectivity: How Language Constructs Authority&lt;/a&gt;.” SSRN, 2025. DOI: &lt;a href="https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5258415" rel="noopener noreferrer"&gt;10.2139/ssrn.5258415&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>discuss</category>
      <category>react</category>
      <category>news</category>
    </item>
    <item>
      <title>The Most Dangerous AI Output at Work Is the Sentence Nobody Argues With</title>
      <dc:creator>Agustin V. Startari</dc:creator>
      <pubDate>Sat, 13 Jun 2026 11:49:00 +0000</pubDate>
      <link>https://dev.to/agustin_v_startari/the-most-dangerous-ai-output-at-work-is-the-sentence-nobody-argues-with-1j5l</link>
      <guid>https://dev.to/agustin_v_startari/the-most-dangerous-ai-output-at-work-is-the-sentence-nobody-argues-with-1j5l</guid>
      <description>&lt;p&gt;&lt;em&gt;Why polished AI language can shut down scrutiny before the facts are checked&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnocq560cq9anrvsbea57.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnocq560cq9anrvsbea57.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;br&gt;
*&lt;em&gt;TL;DR&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
The most dangerous AI-generated statement in a company is not always the obviously false one.&lt;/p&gt;

&lt;p&gt;It is often the sentence that sounds so complete, neutral, and professionally written that nobody feels the need to challenge it.&lt;/p&gt;

&lt;p&gt;AI does not merely generate information. It generates linguistic closure. It can transform uncertain assumptions into polished recommendations, contested interpretations into apparent facts, and human decisions into conclusions that seem to have emerged from the system itself.&lt;/p&gt;

&lt;p&gt;Managers do not need another checklist for detecting absurd hallucinations. They need a method for identifying sentences that sound stronger than the evidence behind them.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Meta Description&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
The most dangerous AI output at work may be the polished sentence that shuts down scrutiny before anyone checks its assumptions.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;The Sentence That Ends the Meeting&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Imagine a management meeting.&lt;/p&gt;

&lt;p&gt;Sales are below target. Inventory is increasing. Marketing costs are rising. The team asks an AI system to review the available information and recommend a response.&lt;/p&gt;

&lt;p&gt;The answer arrives:&lt;/p&gt;

&lt;p&gt;“The most effective strategy is to reduce low-performing inventory, redirect resources toward high-conversion channels, and prioritize customers with stronger lifetime value.”&lt;/p&gt;

&lt;p&gt;The sentence sounds reasonable.&lt;/p&gt;

&lt;p&gt;It is concise. Balanced. Professional. It contains familiar business language. It offers a clear direction without sounding extreme.&lt;/p&gt;

&lt;p&gt;Someone copies it into the meeting notes.&lt;/p&gt;

&lt;p&gt;Another person turns it into three action items.&lt;/p&gt;

&lt;p&gt;By the following week, purchasing orders have been reduced, marketing expenditure has been redirected, and several customer segments have been deprioritized.&lt;/p&gt;

&lt;p&gt;But nobody asked the questions hidden behind the sentence.&lt;/p&gt;

&lt;p&gt;What counted as low-performing inventory?&lt;/p&gt;

&lt;p&gt;Which period was used to measure performance?&lt;/p&gt;

&lt;p&gt;Were seasonal products included?&lt;/p&gt;

&lt;p&gt;How was customer lifetime value calculated?&lt;/p&gt;

&lt;p&gt;Did the model treat low conversion as evidence of low demand, or could it have reflected poor availability, weak pricing, delayed responses, or ineffective advertising?&lt;/p&gt;

&lt;p&gt;Who decided that reducing inventory was preferable to improving sell-through?&lt;/p&gt;

&lt;p&gt;The sentence did not answer those questions.&lt;/p&gt;

&lt;p&gt;It made them feel unnecessary.&lt;/p&gt;

&lt;p&gt;That is the risk.&lt;/p&gt;

&lt;p&gt;The AI output did not force the company to make a bad decision. It produced a sentence whose form made disagreement less likely.&lt;/p&gt;

&lt;p&gt;The Obvious Error Is Usually the Easier Problem&lt;/p&gt;

&lt;p&gt;Organizations are increasingly alert to hallucinations.&lt;/p&gt;

&lt;p&gt;Employees are warned that AI can invent quotations, create false statistics, cite nonexistent sources, misread documents, and present incorrect information confidently.&lt;/p&gt;

&lt;p&gt;Those failures matter. But they are often detectable.&lt;/p&gt;

&lt;p&gt;A fabricated company can be searched.&lt;/p&gt;

&lt;p&gt;A false calculation can be recalculated.&lt;/p&gt;

&lt;p&gt;A nonexistent regulation can be checked.&lt;/p&gt;

&lt;p&gt;An impossible date can be identified.&lt;/p&gt;

&lt;p&gt;The more difficult problem begins when the output is plausible.&lt;/p&gt;

&lt;p&gt;The figures may be correct. The categories may exist. The recommendation may even be reasonable.&lt;/p&gt;

&lt;p&gt;But the transition from evidence to conclusion may still be weak.&lt;/p&gt;

&lt;p&gt;The system might identify that one product category has lower margins and then recommend reducing it, without considering that the category attracts customers who later purchase more profitable products.&lt;/p&gt;

&lt;p&gt;It might identify that a salesperson has a lower closing rate and imply underperformance, without accounting for lead quality, territory, product availability, or the complexity of assigned accounts.&lt;/p&gt;

&lt;p&gt;It might identify higher service costs among a customer segment and recommend tighter restrictions, without measuring the revenue protected by that service.&lt;/p&gt;

&lt;p&gt;Nothing in these conclusions needs to be obviously false.&lt;/p&gt;

&lt;p&gt;They only need to be incomplete.&lt;/p&gt;

&lt;p&gt;When incompleteness is expressed through fluent language, it is easily mistaken for analysis.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Fluency Is Not Evidence&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Professional organizations have trained employees to associate certain forms of language with competence.&lt;/p&gt;

&lt;p&gt;Clear headings suggest structure.&lt;/p&gt;

&lt;p&gt;Short paragraphs suggest control.&lt;/p&gt;

&lt;p&gt;Parallel lists suggest completeness.&lt;/p&gt;

&lt;p&gt;Neutral language suggests objectivity.&lt;/p&gt;

&lt;p&gt;Technical vocabulary suggests expertise.&lt;/p&gt;

&lt;p&gt;A direct recommendation suggests that the analysis has already been performed.&lt;/p&gt;

&lt;p&gt;AI reproduces these forms extremely well.&lt;/p&gt;

&lt;p&gt;That creates a structural confusion inside companies: the quality of the presentation begins to substitute for the quality of the reasoning.&lt;/p&gt;

&lt;p&gt;Consider these two statements:&lt;/p&gt;

&lt;p&gt;“Maybe we should reduce stock because some products are moving slowly, although I have not checked seasonality or open quotations.”&lt;/p&gt;

&lt;p&gt;“Current inventory velocity indicates that a targeted reduction in low-performing stock would improve working-capital efficiency.”&lt;/p&gt;

&lt;p&gt;The first statement sounds weak. It openly exposes its uncertainty.&lt;/p&gt;

&lt;p&gt;The second sounds managerial. It is more likely to enter a report, presentation, or decision log.&lt;/p&gt;

&lt;p&gt;But the second sentence may contain less usable information.&lt;/p&gt;

&lt;p&gt;It does not identify the products.&lt;/p&gt;

&lt;p&gt;It does not define the measurement period.&lt;/p&gt;

&lt;p&gt;It does not explain what “targeted” means.&lt;/p&gt;

&lt;p&gt;It does not state whether open sales opportunities were considered.&lt;/p&gt;

&lt;p&gt;It does not quantify the expected improvement.&lt;/p&gt;

&lt;p&gt;It does not identify the person responsible for interpreting the data.&lt;/p&gt;

&lt;p&gt;Its authority comes primarily from its form.&lt;/p&gt;

&lt;p&gt;The sentence sounds finished.&lt;/p&gt;

&lt;p&gt;The reasoning is not.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;AI Can Produce Decision Closure&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
A company does not need certainty before every action. Managers regularly make decisions with incomplete information.&lt;/p&gt;

&lt;p&gt;The problem is not uncertainty.&lt;/p&gt;

&lt;p&gt;The problem is concealed uncertainty.&lt;/p&gt;

&lt;p&gt;AI-generated business language often converts an open question into what appears to be a completed decision. It does this through a combination of familiar linguistic patterns:&lt;/p&gt;

&lt;p&gt;definite recommendations;&lt;br&gt;
abstract business terminology;&lt;br&gt;
impersonal constructions;&lt;br&gt;
compressed causal explanations;&lt;br&gt;
omitted alternatives;&lt;br&gt;
unmarked assumptions;&lt;br&gt;
conclusions without visible decision-makers.&lt;/p&gt;

&lt;p&gt;The result can be described as decision closure.&lt;/p&gt;

&lt;p&gt;Decision closure occurs when the language of an output makes a matter appear more settled than the supporting evidence justifies.&lt;/p&gt;

&lt;p&gt;This does not require manipulation.&lt;/p&gt;

&lt;p&gt;It does not require a malicious system.&lt;/p&gt;

&lt;p&gt;It does not require a manager who wants to deceive the team.&lt;/p&gt;

&lt;p&gt;It can emerge from the ordinary way AI systems are asked to communicate: be concise, sound professional, provide the best answer, remove uncertainty, and give an actionable recommendation.&lt;/p&gt;

&lt;p&gt;Each instruction improves readability.&lt;/p&gt;

&lt;p&gt;Together, they can eliminate the visible traces of doubt.&lt;/p&gt;

&lt;p&gt;Grammar Can Hide the Decision-Maker&lt;/p&gt;

&lt;p&gt;Corporate language has always allowed responsibility to be softened or removed.&lt;/p&gt;

&lt;p&gt;AI makes this language easier to produce and faster to distribute.&lt;/p&gt;

&lt;p&gt;Consider the statement:&lt;/p&gt;

&lt;p&gt;“It was determined that the current structure is no longer efficient.”&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Who determined it?&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Based on which indicators?&lt;/p&gt;

&lt;p&gt;Compared with what alternative structure?&lt;/p&gt;

&lt;p&gt;Over what period?&lt;/p&gt;

&lt;p&gt;The passive construction removes the decision-maker from the sentence.&lt;/p&gt;

&lt;p&gt;Now consider:&lt;/p&gt;

&lt;p&gt;“A realignment of resources is required.”&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Who requires it?&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Is it required by law, budget, management preference, customer demand, or a model-generated scenario?&lt;/p&gt;

&lt;p&gt;The noun “realignment” also compresses a series of actions. It may mean transferring employees, reducing expenditure, closing a department, changing suppliers, or eliminating positions.&lt;/p&gt;

&lt;p&gt;The sentence appears less confrontational because the actors and actions have been converted into abstractions.&lt;/p&gt;

&lt;p&gt;Another common form is:&lt;/p&gt;

&lt;p&gt;“The data suggests that underperforming accounts should be deprioritized.”&lt;/p&gt;

&lt;p&gt;Data does not decide what counts as underperformance.&lt;/p&gt;

&lt;p&gt;Someone selects the metric.&lt;/p&gt;

&lt;p&gt;Someone chooses the time frame.&lt;/p&gt;

&lt;p&gt;Someone establishes the minimum threshold.&lt;/p&gt;

&lt;p&gt;Someone determines whether the relevant objective is revenue, profit, retention, strategic access, payment behavior, or growth potential.&lt;/p&gt;

&lt;p&gt;The data may support the conclusion.&lt;/p&gt;

&lt;p&gt;It cannot assume responsibility for it.&lt;/p&gt;

&lt;p&gt;When a company says “the system recommended,” “the analysis found,” or “the data requires,” it can turn a human interpretation into an apparently external necessity.&lt;/p&gt;

&lt;p&gt;AI did not remove the decision-maker.&lt;/p&gt;

&lt;p&gt;The sentence removed the decision-maker.&lt;/p&gt;

&lt;p&gt;The Problem Appears Across the Company&lt;/p&gt;

&lt;p&gt;This is not limited to executive strategy.&lt;/p&gt;

&lt;p&gt;The same linguistic effect can influence routine decisions in every department.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sales&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;An AI tool writes:&lt;/p&gt;

&lt;p&gt;“The lead should be classified as low priority due to limited engagement and weak conversion indicators.”&lt;/p&gt;

&lt;p&gt;The sentence may reduce follow-up activity.&lt;/p&gt;

&lt;p&gt;But perhaps the customer was not contacted quickly enough. Perhaps the assigned product was unavailable. Perhaps the lead came through a channel that records fewer interactions. Perhaps the customer typically buys offline.&lt;/p&gt;

&lt;p&gt;The classification looks descriptive.&lt;/p&gt;

&lt;p&gt;It changes behavior.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Purchasing&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A system recommends:&lt;/p&gt;

&lt;p&gt;“Future orders should be reduced to prevent excess exposure.”&lt;/p&gt;

&lt;p&gt;The phrase “excess exposure” sounds financially precise.&lt;/p&gt;

&lt;p&gt;But it may conceal assumptions about supplier lead times, seasonal demand, shipping delays, minimum order quantities, replacement costs, and pending quotations.&lt;/p&gt;

&lt;p&gt;Reducing an order is not merely an analytical conclusion.&lt;/p&gt;

&lt;p&gt;It is a risk allocation decision.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Finance&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;An AI-generated summary states:&lt;/p&gt;

&lt;p&gt;“The department’s expenditure pattern indicates insufficient cost discipline.”&lt;/p&gt;

&lt;p&gt;That conclusion can alter budgets, approvals, and evaluations.&lt;/p&gt;

&lt;p&gt;But the pattern may reflect delayed invoicing, one-time purchases, incorrect coding, emergency repairs, or costs transferred from another department.&lt;/p&gt;

&lt;p&gt;A clean sentence can transform an accounting anomaly into a judgment about managerial behavior.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Human Resources&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
A performance summary reads:&lt;/p&gt;

&lt;p&gt;“The employee has demonstrated inconsistent alignment with organizational expectations.”&lt;/p&gt;

&lt;p&gt;The language sounds cautious and neutral.&lt;/p&gt;

&lt;p&gt;It may be based on vague comments, incomplete records, uneven supervision, or differently interpreted expectations.&lt;/p&gt;

&lt;p&gt;The sentence does not appear accusatory.&lt;/p&gt;

&lt;p&gt;It can still influence promotion, compensation, or termination.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Operations&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
An AI report concludes:&lt;/p&gt;

&lt;p&gt;“Process delays are primarily attributable to inadequate execution at the departmental level.”&lt;/p&gt;

&lt;p&gt;The statement directs attention toward employees or managers.&lt;/p&gt;

&lt;p&gt;It may ignore unavailable materials, approval bottlenecks, system failures, unrealistic schedules, or changing priorities.&lt;/p&gt;

&lt;p&gt;The recommendation may be written by a machine.&lt;/p&gt;

&lt;p&gt;The consequences remain organizational and human.&lt;/p&gt;

&lt;p&gt;Why Managers Challenge People but Accept Machines&lt;/p&gt;

&lt;p&gt;Managers often challenge uncertain human statements.&lt;/p&gt;

&lt;p&gt;“What makes you think that?”&lt;/p&gt;

&lt;p&gt;“Where did that number come from?”&lt;/p&gt;

&lt;p&gt;“Did you check the open orders?”&lt;/p&gt;

&lt;p&gt;“Who confirmed this?”&lt;/p&gt;

&lt;p&gt;“What happens if demand increases?”&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Human uncertainty invites interrogation.&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
AI outputs often arrive without the visible behaviors that normally trigger skepticism. The system does not hesitate, defend its position, show discomfort, or signal that it is guessing unless explicitly required to do so.&lt;/p&gt;

&lt;p&gt;Its language can remain equally composed across strong evidence, weak evidence, and missing evidence.&lt;/p&gt;

&lt;p&gt;This creates an asymmetry.&lt;/p&gt;

&lt;p&gt;A hesitant employee may possess direct operational knowledge but sound uncertain.&lt;/p&gt;

&lt;p&gt;An AI system may lack critical context but sound complete.&lt;/p&gt;

&lt;p&gt;The organization can therefore reward the more polished answer instead of the better-grounded one.&lt;/p&gt;

&lt;p&gt;The problem is not that managers believe machines are infallible.&lt;/p&gt;

&lt;p&gt;The problem is that professional language reduces the social impulse to challenge them.&lt;/p&gt;

&lt;p&gt;A well-written sentence enters a meeting differently from a rough observation.&lt;/p&gt;

&lt;p&gt;It feels prepared.&lt;/p&gt;

&lt;p&gt;It appears ready for use.&lt;/p&gt;

&lt;p&gt;It can be copied directly into a report.&lt;/p&gt;

&lt;p&gt;Its form encourages circulation before verification.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;The Disagreement Test&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Companies do not need to reject AI-generated recommendations.&lt;/p&gt;

&lt;p&gt;They need to restore contestability.&lt;/p&gt;

&lt;p&gt;Before an AI-generated conclusion becomes an action, the manager should apply a simple disagreement test.&lt;/p&gt;

&lt;p&gt;What exact statement could be false?&lt;/p&gt;

&lt;p&gt;Do not ask whether the entire response is correct.&lt;/p&gt;

&lt;p&gt;Identify the individual claim on which the recommendation depends.&lt;/p&gt;

&lt;p&gt;“The product is underperforming.”&lt;/p&gt;

&lt;p&gt;“The customer is unprofitable.”&lt;/p&gt;

&lt;p&gt;“The employee is inefficient.”&lt;/p&gt;

&lt;p&gt;“The campaign is ineffective.”&lt;/p&gt;

&lt;p&gt;“The process is too expensive.”&lt;/p&gt;

&lt;p&gt;Each claim must be independently testable.&lt;/p&gt;

&lt;p&gt;Which assumption is not written?&lt;/p&gt;

&lt;p&gt;Every recommendation depends on conditions.&lt;/p&gt;

&lt;p&gt;Reducing inventory assumes demand will not rise before replacement stock arrives.&lt;/p&gt;

&lt;p&gt;Cutting a marketing channel assumes its contribution is accurately measured.&lt;/p&gt;

&lt;p&gt;Prioritizing high-value customers assumes current value predicts future value.&lt;/p&gt;

&lt;p&gt;Automating approvals assumes the exceptions are rare and identifiable.&lt;/p&gt;

&lt;p&gt;The most important assumption is often the one omitted from the final sentence.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Who selected the category?&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Categories do not emerge automatically from reality.&lt;/p&gt;

&lt;p&gt;Someone defines “high risk,” “low performance,” “valuable customer,” “excess stock,” “efficient employee,” or “acceptable delay.”&lt;/p&gt;

&lt;p&gt;A manager should identify who created the category, what variables it includes, and what it excludes.&lt;/p&gt;

&lt;p&gt;Which alternative explanation was rejected?&lt;/p&gt;

&lt;p&gt;A strong recommendation should not merely state what appears to be happening.&lt;/p&gt;

&lt;p&gt;It should show why competing explanations are less persuasive.&lt;/p&gt;

&lt;p&gt;Low sales may indicate weak demand.&lt;/p&gt;

&lt;p&gt;They may also indicate inadequate stock, poor visibility, incorrect pricing, slow follow-up, or a market that has not yet matured.&lt;/p&gt;

&lt;p&gt;Without alternatives, the system has produced a narrative, not a diagnosis.&lt;/p&gt;

&lt;p&gt;Would the conclusion remain persuasive in plain language?&lt;/p&gt;

&lt;p&gt;Rewrite the sentence without professional abstractions.&lt;/p&gt;

&lt;p&gt;Replace:&lt;/p&gt;

&lt;p&gt;“Resource optimization requires a strategic reduction in low-yield customer activity.”&lt;/p&gt;

&lt;p&gt;With:&lt;/p&gt;

&lt;p&gt;“We plan to spend less time on customers who generated less revenue during the period we selected.”&lt;/p&gt;

&lt;p&gt;The second version may still be correct.&lt;/p&gt;

&lt;p&gt;But the decision becomes visible.&lt;/p&gt;

&lt;p&gt;The actor returns.&lt;/p&gt;

&lt;p&gt;The measurement choice becomes explicit.&lt;/p&gt;

&lt;p&gt;The sentence can now be challenged.&lt;/p&gt;

&lt;p&gt;That is the purpose of the test.&lt;/p&gt;

&lt;p&gt;Do Not Ask AI to Sound Certain&lt;/p&gt;

&lt;p&gt;Many organizations unintentionally request the exact language that makes weak conclusions harder to detect.&lt;/p&gt;

&lt;p&gt;They ask AI to:&lt;/p&gt;

&lt;p&gt;remove hesitation;&lt;br&gt;
sound executive;&lt;br&gt;
provide a definitive recommendation;&lt;br&gt;
eliminate unnecessary caveats;&lt;br&gt;
make the message more persuasive;&lt;br&gt;
summarize the issue in one sentence;&lt;br&gt;
avoid technical detail;&lt;br&gt;
produce action items.&lt;/p&gt;

&lt;p&gt;These instructions are not inherently wrong.&lt;/p&gt;

&lt;p&gt;But they should follow analysis, not replace it.&lt;/p&gt;

&lt;p&gt;A better sequence is to require the system to expose its reasoning conditions before producing the polished version.&lt;/p&gt;

&lt;p&gt;Ask it to identify:&lt;/p&gt;

&lt;p&gt;missing information;&lt;br&gt;
competing explanations;&lt;br&gt;
assumptions affecting the conclusion;&lt;br&gt;
evidence that would reverse the recommendation;&lt;br&gt;
variables not represented in the available data;&lt;br&gt;
people who possess relevant operational context;&lt;br&gt;
the likely cost of a false positive;&lt;br&gt;
the likely cost of a false negative.&lt;/p&gt;

&lt;p&gt;Only then should the system produce an executive summary.&lt;/p&gt;

&lt;p&gt;The polished sentence should be the final layer.&lt;/p&gt;

&lt;p&gt;It should never be the entire analysis.&lt;/p&gt;

&lt;p&gt;A Good AI Recommendation Should Be Easier to Disagree With&lt;/p&gt;

&lt;p&gt;This sounds counterintuitive.&lt;/p&gt;

&lt;p&gt;Organizations usually want recommendations that are clear, defensible, and easy to execute.&lt;/p&gt;

&lt;p&gt;But a recommendation that cannot be disputed is not necessarily strong.&lt;/p&gt;

&lt;p&gt;It may simply be closed.&lt;/p&gt;

&lt;p&gt;A useful AI output should expose the conditions under which it could be wrong.&lt;/p&gt;

&lt;p&gt;It should distinguish observation from interpretation.&lt;/p&gt;

&lt;p&gt;It should name the relevant time frame.&lt;/p&gt;

&lt;p&gt;It should reveal the selected metric.&lt;/p&gt;

&lt;p&gt;It should identify missing context.&lt;/p&gt;

&lt;p&gt;It should show which human role owns the decision.&lt;/p&gt;

&lt;p&gt;It should separate what the data indicates from what management chooses to do.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;“Based on sales recorded during the previous quarter, these products have lower unit velocity than the departmental average. This analysis does not include open quotations, seasonal demand, supplier lead times, or their contribution to related sales. Reducing future orders may improve short-term inventory turnover but may also increase stockout risk. Purchasing management should determine whether that trade-off is acceptable.”&lt;/p&gt;

&lt;p&gt;This version is longer.&lt;/p&gt;

&lt;p&gt;It is also more useful.&lt;/p&gt;

&lt;p&gt;The output does not pretend that the system made the decision.&lt;/p&gt;

&lt;p&gt;It identifies the evidence, limits, trade-off, and responsible role.&lt;/p&gt;

&lt;p&gt;It preserves management instead of disguising it.&lt;/p&gt;

&lt;p&gt;The Manager Remains Responsible&lt;/p&gt;

&lt;p&gt;An organization can automate classification, summarization, forecasting, prioritization, and recommendation.&lt;/p&gt;

&lt;p&gt;It cannot automate responsibility merely by changing the grammar of the report.&lt;/p&gt;

&lt;p&gt;When an AI-generated sentence affects a customer, employee, supplier, budget, or operational process, someone in the organization remains responsible for:&lt;/p&gt;

&lt;p&gt;the selected data;&lt;br&gt;
the missing data;&lt;br&gt;
the definition of success;&lt;br&gt;
the acceptable risk;&lt;br&gt;
the final interpretation;&lt;br&gt;
the action taken.&lt;/p&gt;

&lt;p&gt;“The AI recommended it” is not an explanation.&lt;/p&gt;

&lt;p&gt;It is evidence that the organization has lost track of its own decision process.&lt;/p&gt;

&lt;p&gt;Managers should not ask only whether an AI output is accurate.&lt;/p&gt;

&lt;p&gt;They should ask what the sentence makes invisible.&lt;/p&gt;

&lt;p&gt;Who disappears from the wording?&lt;/p&gt;

&lt;p&gt;Which assumption has been converted into a fact?&lt;/p&gt;

&lt;p&gt;Which interpretation has been presented as a measurement?&lt;/p&gt;

&lt;p&gt;Which choice now looks inevitable?&lt;/p&gt;

&lt;p&gt;The most dangerous AI output at work is not necessarily the statement everyone knows is wrong.&lt;/p&gt;

&lt;p&gt;It is the statement nobody thinks to question.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Why It Matters&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Companies are building faster decision systems.&lt;/p&gt;

&lt;p&gt;Reports are generated in seconds.&lt;/p&gt;

&lt;p&gt;Customer records are summarized automatically.&lt;/p&gt;

&lt;p&gt;Performance evaluations are drafted from existing documentation.&lt;/p&gt;

&lt;p&gt;Sales opportunities are ranked.&lt;/p&gt;

&lt;p&gt;Inventory is classified.&lt;/p&gt;

&lt;p&gt;Budgets are reviewed.&lt;/p&gt;

&lt;p&gt;Operational risks are compressed into executive summaries.&lt;/p&gt;

&lt;p&gt;The speed is real.&lt;/p&gt;

&lt;p&gt;So is the possibility that weak reasoning will move through the organization more quickly because it has been written more professionally.&lt;/p&gt;

&lt;p&gt;The central management problem is therefore not only AI accuracy.&lt;/p&gt;

&lt;p&gt;It is the relationship between language and authority.&lt;/p&gt;

&lt;p&gt;A sentence can be grammatically complete while analytically incomplete.&lt;/p&gt;

&lt;p&gt;It can be neutral in tone while redistributing responsibility.&lt;/p&gt;

&lt;p&gt;It can appear objective while preserving hidden choices.&lt;/p&gt;

&lt;p&gt;It can be useful without being sufficient.&lt;/p&gt;

&lt;p&gt;The correct organizational response is not to distrust every AI-generated sentence.&lt;/p&gt;

&lt;p&gt;It is to refuse automatic obedience to sentences whose confidence exceeds their evidence.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Related Academic Background&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This article extends a broader research program examining how linguistic structures redistribute agency, responsibility, and institutional authority.&lt;/p&gt;

&lt;p&gt;Suffering Without Perpetrators: The Humanitarian Passive in AI-Generated Conflict Discourse&lt;br&gt;
&lt;a href="https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6753123" rel="noopener noreferrer"&gt;https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6753123&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The Grammar of Asymmetric Visibility: AI, Zionism, and the Reallocation of Political Agency&lt;br&gt;
&lt;a href="https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6753123" rel="noopener noreferrer"&gt;https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6753123&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The contexts differ, but the structural question remains consistent: what happens when language preserves the event while weakening the visibility of the actor, decision-maker, or responsible institution?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;About the Author&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Agustin V. Startari is a linguistic theorist, author, and researcher in historical studies. His work examines how language, artificial intelligence, and formal systems redistribute authority, agency, and responsibility in contemporary institutions.&lt;/p&gt;

&lt;p&gt;He is the author of Grammars of Power, Executable Power, and The Grammar of Objectivity, and the creator of the ongoing research series Grammars of Asymmetric Visibility.&lt;/p&gt;

&lt;p&gt;**ResearcherID: **K-5792-2016&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Website:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://www.agustinvstartari.com/" rel="noopener noreferrer"&gt;https://www.agustinvstartari.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SSRN Author Page:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=7639915" rel="noopener noreferrer"&gt;https://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=7639915&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Zenodo Publications:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://zenodo.org/search?q=%22Agustin%20V.%20Startari%22" rel="noopener noreferrer"&gt;https://zenodo.org/search?q=%22Agustin%20V.%20Startari%22&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Authorial Ethos&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I do not use artificial intelligence to write what I don’t know. I use it to challenge what I do. I write to reclaim the voice in an age of automated neutrality. My work is not outsourced. It is authored.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Suggested Tags&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Artificial Intelligence, Management, Leadership, Decision Making, Future of Work, AI Governance, Business Strategy, Language, Automation, Enterprise AI&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>discuss</category>
      <category>react</category>
    </item>
    <item>
      <title>Your Boss Is Becoming AI’s Human Shield</title>
      <dc:creator>Agustin V. Startari</dc:creator>
      <pubDate>Wed, 10 Jun 2026 12:23:03 +0000</pubDate>
      <link>https://dev.to/agustin_v_startari/your-boss-is-becoming-ais-human-shield-32ce</link>
      <guid>https://dev.to/agustin_v_startari/your-boss-is-becoming-ais-human-shield-32ce</guid>
      <description>&lt;p&gt;Enterprise AI is not just changing who decides. It is changing who gets blamed.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdzhv8315e7417uenrz1n.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdzhv8315e7417uenrz1n.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The most dangerous sentence in corporate AI is this:&lt;/p&gt;

&lt;p&gt;“A human is still in control.”&lt;/p&gt;

&lt;p&gt;It sounds responsible. It sounds safe. It sounds like governance.&lt;/p&gt;

&lt;p&gt;But in many companies, that sentence may soon mean something very different.&lt;/p&gt;

&lt;p&gt;It may mean that a human still clicks approve.&lt;/p&gt;

&lt;p&gt;It may mean that a human still attends the meeting.&lt;/p&gt;

&lt;p&gt;It may mean that a human still answers the client, the employee, the regulator, or the board.&lt;/p&gt;

&lt;p&gt;It may mean that a human still carries the title of manager.&lt;/p&gt;

&lt;p&gt;But it does not always mean that the human truly controlled the decision.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;That is the problem.&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Enterprise AI does not need to replace managers to weaken them. It can do something more subtle. It can structure the decision before the manager sees it, then leave the manager visible when the outcome needs to be explained.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The AI ranks.&lt;/li&gt;
&lt;li&gt;The AI scores.&lt;/li&gt;
&lt;li&gt;The AI summarizes.&lt;/li&gt;
&lt;li&gt;The AI recommends.&lt;/li&gt;
&lt;li&gt;The AI routes.&lt;/li&gt;
&lt;li&gt;The AI flags.&lt;/li&gt;
&lt;li&gt;The AI classifies.&lt;/li&gt;
&lt;li&gt;The human approves.&lt;/li&gt;
&lt;li&gt;The human explains.&lt;/li&gt;
&lt;li&gt;The human absorbs the blame.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That is not human-centered AI.&lt;/p&gt;

&lt;p&gt;That is human-centered liability.&lt;/p&gt;

&lt;p&gt;The Old Question Is Too Simple&lt;/p&gt;

&lt;p&gt;Most people still ask:&lt;/p&gt;

&lt;p&gt;Will AI replace managers?&lt;/p&gt;

&lt;p&gt;That is the wrong question.&lt;/p&gt;

&lt;p&gt;The more serious question is:&lt;/p&gt;

&lt;p&gt;Will managers remain responsible for decisions they no longer fully structure?&lt;/p&gt;

&lt;p&gt;A manager can keep the same job and still lose authority.&lt;/p&gt;

&lt;p&gt;He can keep the same title, same office, same dashboard, same approval rights, and same weekly meetings. Nothing dramatic needs to happen. No announcement is required. No organizational chart needs to change.&lt;/p&gt;

&lt;p&gt;But underneath the visible role, the decision process can shift.&lt;/p&gt;

&lt;p&gt;The sales pipeline is ranked before the sales manager opens it.&lt;/p&gt;

&lt;p&gt;The supplier recommendation is generated before purchasing reviews it.&lt;/p&gt;

&lt;p&gt;The risk score is assigned before finance investigates it.&lt;/p&gt;

&lt;p&gt;The customer complaint is summarized before service escalates it.&lt;/p&gt;

&lt;p&gt;The employee performance pattern is flagged before HR discusses it.&lt;/p&gt;

&lt;p&gt;The manager is still there.&lt;/p&gt;

&lt;p&gt;But he is arriving after the system has already shaped the field.&lt;/p&gt;

&lt;p&gt;That timing matters.&lt;/p&gt;

&lt;p&gt;A person who enters only at the final approval stage may still be accountable, but he is not fully sovereign over the decision. He is operating inside a frame built elsewhere.&lt;/p&gt;

&lt;p&gt;A Decision Is Not Just the Final Click&lt;/p&gt;

&lt;p&gt;Companies like to say that AI only recommends and humans decide.&lt;/p&gt;

&lt;p&gt;This is a weak defense.&lt;/p&gt;

&lt;p&gt;A decision is not only the final act. A decision is also everything that makes the final act appear reasonable.&lt;/p&gt;

&lt;p&gt;What was shown first?&lt;br&gt;
What was hidden?&lt;br&gt;
What was ranked higher?&lt;br&gt;
What was marked as risky?&lt;br&gt;
What was labeled normal?&lt;br&gt;
What was treated as an exception?&lt;br&gt;
What required justification?&lt;br&gt;
What became the default?&lt;/p&gt;

&lt;p&gt;These are not technical details. They are managerial forces.&lt;/p&gt;

&lt;p&gt;If an AI system recommends Vendor A, Vendor A becomes easier to choose.&lt;/p&gt;

&lt;p&gt;If a system ranks Lead 1 above Lead 2, Lead 1 becomes easier to pursue.&lt;/p&gt;

&lt;p&gt;If a system marks an invoice as suspicious, that invoice becomes harder to approve.&lt;/p&gt;

&lt;p&gt;If a system summarizes a complaint as routine, that complaint becomes easier to ignore.&lt;/p&gt;

&lt;p&gt;If a system classifies an expense under the wrong category, the company may misunderstand its own cost structure.&lt;/p&gt;

&lt;p&gt;The human may still make the final decision.&lt;/p&gt;

&lt;p&gt;But the system has already influenced what the human sees as obvious, urgent, safe, risky, or defensible.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;That is authority.&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Not authority by command.&lt;/p&gt;

&lt;p&gt;Authority by framing.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;The New Corporate Trick: Responsibility Without Control&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
A serious organization should align authority and responsibility.&lt;/p&gt;

&lt;p&gt;If you are responsible for a decision, you should have enough authority to understand it, challenge it, change it, and audit it.&lt;/p&gt;

&lt;p&gt;Enterprise AI can break that alignment.&lt;/p&gt;

&lt;p&gt;The system may be designed by one team, configured by another, bought by executives, integrated by IT, trained on historical data, adjusted by vendors, and used by managers who only see the output.&lt;/p&gt;

&lt;p&gt;But when something fails, the organization may still ask the manager:&lt;/p&gt;

&lt;p&gt;Why did you approve this?&lt;/p&gt;

&lt;p&gt;That question may be formally valid and operationally dishonest.&lt;/p&gt;

&lt;p&gt;Did the manager know how the recommendation was produced?&lt;/p&gt;

&lt;p&gt;Did he see the alternatives?&lt;/p&gt;

&lt;p&gt;Did he know which data was excluded?&lt;/p&gt;

&lt;p&gt;Did he understand the threshold?&lt;/p&gt;

&lt;p&gt;Did he know whether the model was outdated?&lt;/p&gt;

&lt;p&gt;Did he know whether the system over-weighted price, speed, volume, risk, margin, or past behavior?&lt;/p&gt;

&lt;p&gt;Could he override the recommendation without penalty?&lt;/p&gt;

&lt;p&gt;Could he challenge the workflow without being treated as inefficient?&lt;/p&gt;

&lt;p&gt;If the answer is no, then the manager was not fully controlling the decision.&lt;/p&gt;

&lt;p&gt;He was carrying it.&lt;/p&gt;

&lt;p&gt;That is the difference.&lt;/p&gt;

&lt;p&gt;“Human in the Loop” Can Become Theater&lt;/p&gt;

&lt;p&gt;The phrase “human in the loop” is now everywhere.&lt;/p&gt;

&lt;p&gt;It appears in policy documents, vendor presentations, governance frameworks, compliance programs, and executive speeches.&lt;/p&gt;

&lt;p&gt;But the phrase can hide more than it reveals.&lt;/p&gt;

&lt;p&gt;A human can be in the loop and still be too late.&lt;/p&gt;

&lt;p&gt;A human can be in the loop and still lack the information needed to question the system.&lt;/p&gt;

&lt;p&gt;A human can be in the loop and still approve what the system made easiest to approve.&lt;/p&gt;

&lt;p&gt;A human can be in the loop and still function as decoration.&lt;/p&gt;

&lt;p&gt;The real question is not whether a human appears somewhere in the process.&lt;/p&gt;

&lt;p&gt;The real question is what kind of power that human actually has.&lt;/p&gt;

&lt;p&gt;Can the human see the logic?&lt;/p&gt;

&lt;p&gt;Can the human see competing options?&lt;/p&gt;

&lt;p&gt;Can the human understand the recommendation?&lt;/p&gt;

&lt;p&gt;Can the human pause the workflow?&lt;/p&gt;

&lt;p&gt;Can the human override without punishment?&lt;/p&gt;

&lt;p&gt;Can the human inspect the audit trail?&lt;/p&gt;

&lt;p&gt;Can the human prove later why he accepted or rejected the system’s output?&lt;/p&gt;

&lt;p&gt;Without those elements, “human oversight” becomes a corporate alibi.&lt;/p&gt;

&lt;p&gt;It gives the appearance of accountability while leaving the deeper authority inside the system.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;The Dashboard Speaks Before the Manager Does&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Modern companies do not see themselves directly.&lt;/p&gt;

&lt;p&gt;They see themselves through systems.&lt;/p&gt;

&lt;p&gt;Dashboards, ERPs, CRMs, HR platforms, ticketing tools, accounting software, forecasting engines, procurement systems, and reporting layers already decide what becomes visible.&lt;/p&gt;

&lt;p&gt;When AI enters those layers, the dashboard stops being a passive display.&lt;/p&gt;

&lt;p&gt;It becomes an editor of reality.&lt;/p&gt;

&lt;p&gt;It decides what deserves attention.&lt;/p&gt;

&lt;p&gt;It decides what looks abnormal.&lt;/p&gt;

&lt;p&gt;It decides what appears first.&lt;/p&gt;

&lt;p&gt;It decides which pattern matters.&lt;/p&gt;

&lt;p&gt;It decides what is summarized and what is omitted.&lt;/p&gt;

&lt;p&gt;That is not a small change.&lt;/p&gt;

&lt;p&gt;In a meeting, the first screen often sets the agenda. The first ranking shapes the conversation. The first warning creates urgency. The first summary becomes the shared version of events.&lt;/p&gt;

&lt;p&gt;The manager may speak second.&lt;/p&gt;

&lt;p&gt;But the dashboard has already spoken first.&lt;/p&gt;

&lt;p&gt;And in corporate life, speaking first is power.&lt;/p&gt;

&lt;p&gt;The Manager as Human Shield&lt;/p&gt;

&lt;p&gt;Companies will still need managers.&lt;/p&gt;

&lt;p&gt;Not always because managers fully control every decision.&lt;/p&gt;

&lt;p&gt;Sometimes because companies need a human surface.&lt;/p&gt;

&lt;p&gt;A company cannot send an algorithm to apologize to a client.&lt;/p&gt;

&lt;p&gt;It cannot put a workflow in front of a regulator.&lt;/p&gt;

&lt;p&gt;It cannot make a dashboard explain a failed decision to the board.&lt;/p&gt;

&lt;p&gt;It cannot ask a model to take responsibility for a damaged relationship, a missed opportunity, a bad supplier choice, or a wrong internal classification.&lt;/p&gt;

&lt;p&gt;So the human remains useful.&lt;/p&gt;

&lt;p&gt;The manager becomes the visible face of a decision whose structure may be distributed across software, data, settings, prompts, rankings, thresholds, and workflows.&lt;/p&gt;

&lt;p&gt;That is the new role:&lt;/p&gt;

&lt;p&gt;Not decision-maker in the full sense.&lt;/p&gt;

&lt;p&gt;Not powerless employee either.&lt;/p&gt;

&lt;p&gt;Something more uncomfortable.&lt;/p&gt;

&lt;p&gt;A human shield for machine-shaped authority.&lt;/p&gt;

&lt;p&gt;The company gets automation.&lt;/p&gt;

&lt;p&gt;The system gets invisibility.&lt;/p&gt;

&lt;p&gt;The manager gets responsibility.&lt;/p&gt;

&lt;p&gt;This Is Not Anti-AI&lt;/p&gt;

&lt;p&gt;The argument is not that companies should reject AI.&lt;/p&gt;

&lt;p&gt;That would be lazy.&lt;/p&gt;

&lt;p&gt;AI can improve forecasting, reduce repetitive work, detect anomalies, summarize large volumes of information, support planning, and help managers act faster.&lt;/p&gt;

&lt;p&gt;The issue is not the existence of AI.&lt;/p&gt;

&lt;p&gt;The issue is invisible delegation.&lt;/p&gt;

&lt;p&gt;A company can use AI responsibly only if it knows where authority is moving.&lt;/p&gt;

&lt;p&gt;If AI only drafts a paragraph, the risk may be limited.&lt;/p&gt;

&lt;p&gt;If AI ranks customers, routes complaints, scores employees, classifies expenses, recommends vendors, prioritizes leads, blocks transactions, or escalates cases, then the system is no longer just assisting.&lt;/p&gt;

&lt;p&gt;It is participating in management.&lt;/p&gt;

&lt;p&gt;And anything that participates in management must be governed as management.&lt;/p&gt;

&lt;p&gt;Not as a toy.&lt;/p&gt;

&lt;p&gt;Not as a productivity hack.&lt;/p&gt;

&lt;p&gt;Not as a harmless assistant.&lt;/p&gt;

&lt;p&gt;As part of the authority structure of the company.&lt;/p&gt;

&lt;p&gt;The Five Tests Every Company Should Apply&lt;/p&gt;

&lt;p&gt;A company that claims to have human oversight should be able to pass five basic tests.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;First: the visibility test.&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Can the manager clearly identify where AI enters the decision process?&lt;/p&gt;

&lt;p&gt;If the answer is no, the company has hidden delegation.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Second: the explanation test.&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Can the manager understand why the system recommended, ranked, flagged, or classified something?&lt;/p&gt;

&lt;p&gt;If the answer is no, the manager is approving without real comprehension.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Third: the alternatives test.&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Can the manager see what the system did not recommend?&lt;/p&gt;

&lt;p&gt;If the answer is no, the system controls the field of comparison.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Fourth: the override test.&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Can the manager reject the recommendation without being punished by workflow friction, performance metrics, or managerial pressure?&lt;/p&gt;

&lt;p&gt;If the answer is no, the override is theoretical.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Fifth: the audit test.&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Can the company reconstruct what the system recommended, what the human accepted, what the human rejected, and what happened afterward?&lt;/p&gt;

&lt;p&gt;If the answer is no, the company does not have accountability.&lt;/p&gt;

&lt;p&gt;It has a story about accountability.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;A Simple Example: Purchasing&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Imagine a purchasing manager using an AI-supported procurement system.&lt;/p&gt;

&lt;p&gt;The system recommends Vendor A.&lt;/p&gt;

&lt;p&gt;Vendor A has a good price, acceptable delivery history, and a low risk score. The dashboard looks clean. The approval path is ready. The manager approves.&lt;/p&gt;

&lt;p&gt;Later, the vendor fails during a high-pressure period.&lt;/p&gt;

&lt;p&gt;Leadership asks the manager why he approved Vendor A.&lt;/p&gt;

&lt;p&gt;The manager approved the recommendation, yes.&lt;/p&gt;

&lt;p&gt;But did he know that Vendor B had stronger informal reliability?&lt;/p&gt;

&lt;p&gt;Did the model understand current supplier stress?&lt;/p&gt;

&lt;p&gt;Did it over-weight price and under-weight continuity?&lt;/p&gt;

&lt;p&gt;Did the dashboard show excluded suppliers?&lt;/p&gt;

&lt;p&gt;Did the system explain the trade-off?&lt;/p&gt;

&lt;p&gt;Did the manager have time to challenge the recommendation?&lt;/p&gt;

&lt;p&gt;If not, the company is blaming the person who clicked approve while ignoring the system that shaped approval.&lt;/p&gt;

&lt;p&gt;That is not accountability.&lt;/p&gt;

&lt;p&gt;That is blame displacement.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;A Simple Example: Sales&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Now imagine a sales manager using AI lead scoring.&lt;/p&gt;

&lt;p&gt;The model ranks prospects. The team follows the ranking. The manager reviews the pipeline. Everyone believes the sales priorities were human-approved.&lt;/p&gt;

&lt;p&gt;But the model may favor accounts that resemble past wins.&lt;/p&gt;

&lt;p&gt;It may ignore strategic accounts with slower cycles.&lt;/p&gt;

&lt;p&gt;It may punish unusual opportunities.&lt;/p&gt;

&lt;p&gt;It may over-value recent digital activity and under-value relationship history.&lt;/p&gt;

&lt;p&gt;Months later, revenue disappoints.&lt;/p&gt;

&lt;p&gt;The manager is asked why the team neglected certain accounts.&lt;/p&gt;

&lt;p&gt;The answer may be uncomfortable:&lt;/p&gt;

&lt;p&gt;Because those accounts were made invisible by the system.&lt;/p&gt;

&lt;p&gt;Not deleted.&lt;/p&gt;

&lt;p&gt;Not banned.&lt;/p&gt;

&lt;p&gt;Just pushed below the attention line.&lt;/p&gt;

&lt;p&gt;In business, that is often enough.&lt;/p&gt;

&lt;p&gt;What falls below attention eventually falls outside action.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;A Simple Example: Finance&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Finance looks objective because it uses numbers.&lt;/p&gt;

&lt;p&gt;But numbers depend on classification.&lt;/p&gt;

&lt;p&gt;An AI system that classifies expenses, assigns codes, or groups transactions is not only doing administrative work. It is shaping how the company understands itself.&lt;/p&gt;

&lt;p&gt;Wrong classification can distort departmental costs, project margins, vendor exposure, recurring expenses, and operational leakage.&lt;/p&gt;

&lt;p&gt;A controller may review the final report.&lt;/p&gt;

&lt;p&gt;But if the underlying classification frame is wrong, the review begins too late.&lt;/p&gt;

&lt;p&gt;The company will think it is looking at reality.&lt;/p&gt;

&lt;p&gt;It is actually looking at reality after software has translated it.&lt;/p&gt;

&lt;p&gt;And every translation carries authority.&lt;/p&gt;

&lt;p&gt;The Real Risk: Accountability Laundering&lt;/p&gt;

&lt;p&gt;The central risk is accountability laundering.&lt;/p&gt;

&lt;p&gt;Authority enters the system.&lt;/p&gt;

&lt;p&gt;Responsibility exits through the human.&lt;/p&gt;

&lt;p&gt;The workflow shapes the decision, but the approval log names the manager.&lt;/p&gt;

&lt;p&gt;This is extremely convenient.&lt;/p&gt;

&lt;p&gt;For vendors, it allows systems to influence decisions while claiming they only assist.&lt;/p&gt;

&lt;p&gt;For executives, it creates efficiency while preserving plausible human accountability.&lt;/p&gt;

&lt;p&gt;For companies, it protects the institution when outcomes fail.&lt;/p&gt;

&lt;p&gt;For managers, it creates a dangerous trap.&lt;/p&gt;

&lt;p&gt;They remain visible enough to be blamed, but not powerful enough to fully control the process.&lt;/p&gt;

&lt;p&gt;That is the structure serious companies need to confront.&lt;/p&gt;

&lt;p&gt;Not because AI is evil.&lt;/p&gt;

&lt;p&gt;Because bad accountability design is enough.&lt;/p&gt;

&lt;p&gt;The Question Managers Should Ask&lt;/p&gt;

&lt;p&gt;Every manager facing an AI-shaped workflow should ask:&lt;/p&gt;

&lt;p&gt;Am I being given authority, or only liability?&lt;/p&gt;

&lt;p&gt;That question is more important than any product demo.&lt;/p&gt;

&lt;p&gt;If the system gives the manager visibility, explanation, alternatives, override rights, and audit trails, then AI may genuinely support management.&lt;/p&gt;

&lt;p&gt;But if the system only provides polished outputs, ranked lists, clean dashboards, automated summaries, and recommended actions, then the manager is not fully governing.&lt;/p&gt;

&lt;p&gt;He is operating inside a frame.&lt;/p&gt;

&lt;p&gt;And if he is responsible for that frame without controlling it, he is not being empowered.&lt;/p&gt;

&lt;p&gt;He is being exposed.&lt;/p&gt;

&lt;p&gt;The Core Claim&lt;/p&gt;

&lt;p&gt;AI will not simply replace managers.&lt;/p&gt;

&lt;p&gt;That headline is too crude.&lt;/p&gt;

&lt;p&gt;The deeper transformation is more institutional.&lt;/p&gt;

&lt;p&gt;AI may keep managers in place while moving real authority into systems.&lt;/p&gt;

&lt;p&gt;The manager remains the signer.&lt;/p&gt;

&lt;p&gt;The system becomes the framer.&lt;/p&gt;

&lt;p&gt;The company preserves deniability.&lt;/p&gt;

&lt;p&gt;The blame remains human.&lt;/p&gt;

&lt;p&gt;That is why the future of enterprise AI cannot be discussed only in terms of productivity.&lt;/p&gt;

&lt;p&gt;It must be discussed in terms of authority.&lt;/p&gt;

&lt;p&gt;Who frames the decision?&lt;/p&gt;

&lt;p&gt;Who sees the alternatives?&lt;/p&gt;

&lt;p&gt;Who controls the default?&lt;/p&gt;

&lt;p&gt;Who owns the recommendation?&lt;/p&gt;

&lt;p&gt;Who can challenge the workflow?&lt;/p&gt;

&lt;p&gt;Who gets blamed when the system fails?&lt;/p&gt;

&lt;p&gt;Until companies can answer those questions clearly, “human oversight” should not reassure us.&lt;/p&gt;

&lt;p&gt;It should make us suspicious.&lt;/p&gt;

&lt;p&gt;Because a human can be present and still be used.&lt;/p&gt;

&lt;p&gt;And the next corporate AI scandal may not begin with a machine making a decision alone.&lt;/p&gt;

&lt;p&gt;It may begin with a manager approving a decision that was never fully his.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Related Academic Background&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
This article extends my broader work on artificial intelligence, language, authority, and institutional responsibility.&lt;/p&gt;

&lt;p&gt;My research examines how formal systems redistribute agency and accountability through syntax, classification, interface design, automation, and institutional language. This includes my work on AI-powered ERP misclassification, executable authority, corporate decision structures, and the grammar of responsibility inside automated environments.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;The central issue is consistent:&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
When systems classify, rank, route, summarize, recommend, or frame events, they do not merely assist institutions.&lt;/p&gt;

&lt;p&gt;They reshape how institutions see, decide, justify, and blame.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Author&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Agustin V. Startari is a linguistic theorist, author, and researcher in historical studies. His work examines how language, artificial intelligence, and formal systems redistribute authority, agency, and responsibility in contemporary institutions. He is the author of &lt;em&gt;Grammars of Power&lt;/em&gt;, &lt;em&gt;Executable Power&lt;/em&gt;, &lt;em&gt;The Grammar of Objectivity&lt;/em&gt;, and &lt;em&gt;Grammars of Asymmetric Visibility&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;ResearcherID: K-5792-2016&lt;br&gt;
Website: &lt;a href="https://www.agustinvstartari.com/" rel="noopener noreferrer"&gt;https://www.agustinvstartari.com/&lt;/a&gt;&lt;br&gt;
SSRN: &lt;a href="https://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=7639915" rel="noopener noreferrer"&gt;https://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=7639915&lt;/a&gt;&lt;br&gt;
Zenodo: &lt;a href="https://zenodo.org/search?q=%22Agustin%20V.%20Startari%22" rel="noopener noreferrer"&gt;https://zenodo.org/search?q=%22Agustin%20V.%20Startari%22&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ethos&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I do not use artificial intelligence to write what I don’t know. I use it to challenge what I do. I write to reclaim the voice in an age of automated neutrality. My work is not outsourced. It is authored.&lt;/p&gt;

&lt;p&gt;— Agustin V. Startari&lt;/p&gt;

</description>
      <category>ai</category>
      <category>react</category>
      <category>discuss</category>
      <category>news</category>
    </item>
    <item>
      <title>Your Manager Is Becoming an AI Front-End</title>
      <dc:creator>Agustin V. Startari</dc:creator>
      <pubDate>Tue, 02 Jun 2026 13:08:50 +0000</pubDate>
      <link>https://dev.to/agustin_v_startari/your-manager-is-becoming-an-ai-front-end-3bj2</link>
      <guid>https://dev.to/agustin_v_startari/your-manager-is-becoming-an-ai-front-end-3bj2</guid>
      <description>&lt;p&gt;How enterprise AI turns human managers into the visible interface of decisions already shaped by software&lt;br&gt;
&lt;strong&gt;TLDR&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The next corporate AI problem is not that artificial intelligence will replace managers. It is that managers may remain formally responsible while AI systems quietly structure the decisions before managers see them.&lt;/p&gt;

&lt;p&gt;The manager stays visible.&lt;br&gt;
The workflow becomes automated.&lt;br&gt;
The recommendation becomes the default.&lt;br&gt;
The dashboard becomes the briefing.&lt;br&gt;
The human becomes the interface.&lt;/p&gt;

&lt;p&gt;That is not replacement.&lt;br&gt;
It is a more subtle redistribution of authority.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;1. The Manager Is Still There, But Too Late&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
The common fear is simple: AI will replace managers.&lt;/p&gt;

&lt;p&gt;That fear is too obvious.&lt;/p&gt;

&lt;p&gt;A more realistic change is already emerging inside companies. The manager is not removed. The manager remains in the meeting, approves the purchase order, reviews the dashboard, signs the report, accepts the forecast, and answers for the result.&lt;/p&gt;

&lt;p&gt;But the decision may have begun somewhere else.&lt;/p&gt;

&lt;p&gt;Before the manager acts, an AI system may have already ranked the leads, flagged the vendor, assigned the risk score, selected the metric, summarized the customer complaint, recommended the reorder quantity, or routed the approval path.&lt;/p&gt;

&lt;p&gt;The human manager still appears to decide. But the field of decision has already been arranged.&lt;/p&gt;

&lt;p&gt;This is the new corporate structure:&lt;/p&gt;

&lt;p&gt;AI does not need to become the boss.&lt;br&gt;
It only needs to prepare the boss’s options.&lt;/p&gt;

&lt;p&gt;That preparation matters because management is not only final approval. Management is also the power to decide what appears first, what appears urgent, what appears risky, what appears normal, what appears exceptional, and what never appears at all.&lt;/p&gt;

&lt;p&gt;A manager who only sees the final ranked list is not operating from raw business reality. He is operating from a pre-structured version of that reality.&lt;/p&gt;

&lt;p&gt;The company may still say, “The manager decided.”&lt;/p&gt;

&lt;p&gt;The better question is:&lt;/p&gt;

&lt;p&gt;Who shaped the decision before the manager saw it?&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;2. The Dashboard Becomes the Real Briefing&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
In many companies, the dashboard is no longer just a reporting tool.&lt;/p&gt;

&lt;p&gt;It is the first layer of managerial perception.&lt;/p&gt;

&lt;p&gt;Sales teams look at pipeline dashboards.&lt;br&gt;
Purchasing teams look at vendor dashboards.&lt;br&gt;
Inventory teams look at stock dashboards.&lt;br&gt;
Finance teams look at classification dashboards.&lt;br&gt;
Customer service teams look at escalation dashboards.&lt;br&gt;
Executives look at summary dashboards.&lt;/p&gt;

&lt;p&gt;This creates a simple but powerful shift.&lt;/p&gt;

&lt;p&gt;What the dashboard shows first becomes what the company discusses first.&lt;/p&gt;

&lt;p&gt;That is not neutral.&lt;/p&gt;

&lt;p&gt;If an AI system ranks customers by predicted revenue, the sales team may naturally focus on those customers. If the model underestimates a smaller but strategically important client, that client may disappear from attention.&lt;/p&gt;

&lt;p&gt;If an inventory dashboard highlights overstock risk but hides supplier fragility, managers may discuss warehouse efficiency while missing the coming supply problem.&lt;/p&gt;

&lt;p&gt;If a finance dashboard flags unusual expenses but does not explain the classification logic, the manager may spend time reviewing harmless anomalies while a more serious pattern remains invisible.&lt;/p&gt;

&lt;p&gt;A dashboard does not only display reality. It edits reality.&lt;/p&gt;

&lt;p&gt;Once AI enters that editing layer, the company’s attention becomes machine-shaped.&lt;/p&gt;

&lt;p&gt;This is not science fiction. It is ordinary business.&lt;/p&gt;

&lt;p&gt;The meeting begins.&lt;br&gt;
The screen is opened.&lt;br&gt;
The dashboard speaks first.&lt;br&gt;
The manager reacts second.&lt;/p&gt;

&lt;p&gt;That order is the real chain of command.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;3. Recommendation Is Not Neutral&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Companies often treat AI recommendations as harmless because the human still has the final word.&lt;/p&gt;

&lt;p&gt;That is a weak argument.&lt;/p&gt;

&lt;p&gt;A recommendation inside a business workflow is not the same as a casual suggestion. It appears inside a system of pressure, speed, workload, habit, hierarchy, and operational urgency.&lt;/p&gt;

&lt;p&gt;When a system recommends a vendor, that vendor becomes easier to choose.&lt;/p&gt;

&lt;p&gt;When a system ranks a lead as high priority, that lead becomes easier to pursue.&lt;/p&gt;

&lt;p&gt;When a system marks a customer as low risk, that customer becomes easier to ignore.&lt;/p&gt;

&lt;p&gt;When a system flags an invoice as suspicious, that invoice becomes harder to approve.&lt;/p&gt;

&lt;p&gt;When a system suggests a reorder quantity, that quantity becomes the default starting point.&lt;/p&gt;

&lt;p&gt;The recommendation does not need to force the decision. It only needs to make one path easier than the others.&lt;/p&gt;

&lt;p&gt;That is how corporate authority often works.&lt;/p&gt;

&lt;p&gt;Not by command.&lt;br&gt;
Not by violence.&lt;br&gt;
Not by dramatic control.&lt;/p&gt;

&lt;p&gt;By defaults.&lt;/p&gt;

&lt;p&gt;Defaults are powerful because they reduce friction. The recommended option is already there. The alternative requires explanation. The override requires effort. The exception requires justification.&lt;/p&gt;

&lt;p&gt;So the system does not need to say, “You must choose this.”&lt;/p&gt;

&lt;p&gt;It only needs to say:&lt;/p&gt;

&lt;p&gt;“This is the recommended option.”&lt;/p&gt;

&lt;p&gt;In corporate life, that is often enough.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;4. The Human Override Myth&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Most companies defend AI adoption with one reassuring phrase:&lt;/p&gt;

&lt;p&gt;There is human oversight.&lt;/p&gt;

&lt;p&gt;The phrase sounds responsible. But it often hides a major problem.&lt;/p&gt;

&lt;p&gt;Oversight is not meaningful if the human only sees an already processed result.&lt;/p&gt;

&lt;p&gt;A manager may be able to override an AI recommendation. But what exactly is being overridden?&lt;/p&gt;

&lt;p&gt;The final number?&lt;br&gt;
The risk label?&lt;br&gt;
The priority score?&lt;br&gt;
The routing decision?&lt;br&gt;
The classification?&lt;br&gt;
The hidden threshold?&lt;br&gt;
The model weighting?&lt;br&gt;
The excluded alternative?&lt;/p&gt;

&lt;p&gt;Human oversight becomes weak when the human cannot see how the recommendation was produced.&lt;/p&gt;

&lt;p&gt;Imagine a purchasing manager reviewing an AI-generated supplier recommendation. The system suggests Vendor A. The price looks reasonable. The delivery score looks good. The risk label is low. The approval path is already prepared.&lt;/p&gt;

&lt;p&gt;The manager can technically choose Vendor B.&lt;/p&gt;

&lt;p&gt;But if Vendor B was ranked lower by a model using incomplete or outdated data, the manager may never know. If the system ignored informal supplier reliability, the manager may never see it. If the model over-weighted price and under-weighted strategic continuity, the dashboard may not reveal that.&lt;/p&gt;

&lt;p&gt;The manager has oversight over the output, but not over the construction of the output.&lt;/p&gt;

&lt;p&gt;That is not full oversight.&lt;/p&gt;

&lt;p&gt;It is supervised acceptance.&lt;/p&gt;

&lt;p&gt;The same problem appears in sales. A sales manager may review a list of prioritized leads. The model ranks them. The team follows the ranking. Later, leadership asks why certain accounts were neglected.&lt;/p&gt;

&lt;p&gt;The manager approved the focus list.&lt;/p&gt;

&lt;p&gt;But did the manager design the scoring logic?&lt;br&gt;
Did the manager know which signals were excluded?&lt;br&gt;
Did the manager know why one client was pushed down?&lt;br&gt;
Did the manager know whether the model understood local market context?&lt;/p&gt;

&lt;p&gt;If the answer is no, then the manager was not fully managing.&lt;/p&gt;

&lt;p&gt;He was operating through a machine-shaped frame.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;5. AI Does Not Need to Fire You to Manage You&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
The public debate usually asks whether AI will replace jobs.&lt;/p&gt;

&lt;p&gt;That question is too narrow.&lt;/p&gt;

&lt;p&gt;AI can transform a job without eliminating it.&lt;/p&gt;

&lt;p&gt;A person can keep the same title, same office, same salary, and same formal responsibility while losing control over the structure of his own decisions.&lt;/p&gt;

&lt;p&gt;This is especially important for managers.&lt;/p&gt;

&lt;p&gt;AI does not need to fire a manager to manage the manager.&lt;/p&gt;

&lt;p&gt;It can define which metrics matter.&lt;br&gt;
It can order the daily priorities.&lt;br&gt;
It can flag which employees need attention.&lt;br&gt;
It can rank which customers deserve follow-up.&lt;br&gt;
It can recommend which expenses deserve review.&lt;br&gt;
It can decide which tickets look urgent.&lt;br&gt;
It can summarize which problems leadership sees first.&lt;br&gt;
It can classify which actions look normal or abnormal.&lt;/p&gt;

&lt;p&gt;The manager still works. But the system increasingly defines the environment in which that work happens.&lt;/p&gt;

&lt;p&gt;That is the quiet transformation.&lt;/p&gt;

&lt;p&gt;AI does not sit above the manager on the organization chart. It sits beneath the manager inside the workflow.&lt;/p&gt;

&lt;p&gt;And because it sits beneath, it is harder to see.&lt;/p&gt;

&lt;p&gt;A human boss gives instructions.&lt;br&gt;
A system changes the conditions.&lt;/p&gt;

&lt;p&gt;A human boss says, “Do this.”&lt;br&gt;
A system makes one action easier, faster, more visible, more defensible, or more urgent than another.&lt;/p&gt;

&lt;p&gt;That is a different kind of management.&lt;/p&gt;

&lt;p&gt;It is not command by speech.&lt;br&gt;
It is command by structure.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;6. The Manager as Liability Shield&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Here is the uncomfortable part.&lt;/p&gt;

&lt;p&gt;Companies may still need human managers not because humans control every decision, but because humans absorb responsibility.&lt;/p&gt;

&lt;p&gt;A company cannot easily blame a dashboard in a board meeting.&lt;/p&gt;

&lt;p&gt;It cannot send a workflow to explain itself to a client.&lt;/p&gt;

&lt;p&gt;It cannot ask a model to defend a decision before a regulator.&lt;/p&gt;

&lt;p&gt;It cannot make an algorithm apologize to a supplier, employee, investor, or customer.&lt;/p&gt;

&lt;p&gt;So the human manager remains useful.&lt;/p&gt;

&lt;p&gt;Not always as the true origin of the decision, but as the visible owner of the outcome.&lt;/p&gt;

&lt;p&gt;This creates a dangerous split:&lt;/p&gt;

&lt;p&gt;Authority becomes distributed across systems.&lt;br&gt;
Responsibility remains concentrated on people.&lt;/p&gt;

&lt;p&gt;The AI ranks.&lt;br&gt;
The AI routes.&lt;br&gt;
The AI flags.&lt;br&gt;
The AI classifies.&lt;br&gt;
The AI recommends.&lt;br&gt;
The AI prepares.&lt;br&gt;
The human approves.&lt;br&gt;
The human answers.&lt;/p&gt;

&lt;p&gt;That structure is convenient for organizations because it preserves the appearance of accountability.&lt;/p&gt;

&lt;p&gt;There is always someone to ask.&lt;br&gt;
There is always someone to blame.&lt;br&gt;
There is always someone whose name appears in the approval history.&lt;/p&gt;

&lt;p&gt;But the deeper authority may be hidden in system configuration, model design, data quality, prompt structure, workflow logic, permission settings, thresholds, and dashboard architecture.&lt;/p&gt;

&lt;p&gt;That is why “human in the loop” is not enough.&lt;/p&gt;

&lt;p&gt;A human can be in the loop and still arrive too late.&lt;/p&gt;

&lt;p&gt;A human can approve a decision without controlling the frame.&lt;/p&gt;

&lt;p&gt;A human can accept a recommendation without knowing what alternatives were suppressed.&lt;/p&gt;

&lt;p&gt;A human can be responsible for a process whose authority was already embedded elsewhere.&lt;/p&gt;

&lt;p&gt;This is the new liability problem of enterprise AI.&lt;/p&gt;

&lt;p&gt;Not that nobody is responsible.&lt;/p&gt;

&lt;p&gt;That the visible responsible person may not be the real structuring agent.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;7. The New Test: Who Framed the Decision?&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Companies need a better test for AI governance.&lt;/p&gt;

&lt;p&gt;The old question is:&lt;/p&gt;

&lt;p&gt;Who made the decision?&lt;/p&gt;

&lt;p&gt;The new question should be:&lt;/p&gt;

&lt;p&gt;Who framed the decision before it was made?&lt;/p&gt;

&lt;p&gt;This question is more precise because modern corporate decisions rarely appear as isolated acts. They are prepared through multiple layers.&lt;/p&gt;

&lt;p&gt;Data enters the system.&lt;br&gt;
A model interprets it.&lt;br&gt;
A rule filters it.&lt;br&gt;
A dashboard displays it.&lt;br&gt;
A ranking orders it.&lt;br&gt;
A workflow routes it.&lt;br&gt;
A recommendation appears.&lt;br&gt;
A human reviews it.&lt;br&gt;
An action is taken.&lt;/p&gt;

&lt;p&gt;By the time the human acts, several forms of authority may have already operated.&lt;/p&gt;

&lt;p&gt;So the company should ask:&lt;/p&gt;

&lt;p&gt;Who selected the data?&lt;br&gt;
Who defined the categories?&lt;br&gt;
Who set the threshold?&lt;br&gt;
Who designed the ranking?&lt;br&gt;
Who wrote or approved the prompt?&lt;br&gt;
Who decided what the dashboard shows first?&lt;br&gt;
Who decided what requires escalation?&lt;br&gt;
Who decided what can move automatically?&lt;br&gt;
Who can override the system?&lt;br&gt;
Who reviews override patterns?&lt;br&gt;
Who audits the business impact?&lt;/p&gt;

&lt;p&gt;These are not technical details. They are management questions.&lt;/p&gt;

&lt;p&gt;Because whoever controls the frame controls much of the decision.&lt;/p&gt;

&lt;p&gt;A manager who cannot answer these questions may still be a manager on paper. But operationally, he may be managing through a system he does not fully govern.&lt;/p&gt;

&lt;p&gt;That is the real risk.&lt;/p&gt;

&lt;p&gt;Not that managers vanish.&lt;/p&gt;

&lt;p&gt;That managers become front-ends.&lt;/p&gt;

&lt;p&gt;Why This Matters&lt;/p&gt;

&lt;p&gt;This matters because companies already live inside software.&lt;/p&gt;

&lt;p&gt;The modern company is not managed only through meetings, calls, emails, and human judgment. It is managed through ERP systems, CRM platforms, HR dashboards, inventory tools, ticketing systems, accounting software, approval workflows, forecasting engines, and reporting layers.&lt;/p&gt;

&lt;p&gt;When AI enters those layers, it does not need to become conscious to become powerful.&lt;/p&gt;

&lt;p&gt;It only needs to influence sequence, priority, classification, routing, visibility, and timing.&lt;/p&gt;

&lt;p&gt;Those are managerial functions.&lt;/p&gt;

&lt;p&gt;A company can survive a bad AI paragraph.&lt;/p&gt;

&lt;p&gt;A company may not survive repeated AI-shaped distortions in purchasing, finance, inventory, sales, compliance, or customer service.&lt;/p&gt;

&lt;p&gt;The real danger is not one dramatic failure. It is the slow normalization of machine-shaped management with human-shaped accountability.&lt;/p&gt;

&lt;p&gt;The manager becomes the person who explains decisions that were already partially arranged by systems.&lt;/p&gt;

&lt;p&gt;That is not efficiency alone.&lt;/p&gt;

&lt;p&gt;It is institutional redesign.&lt;/p&gt;

&lt;p&gt;A Simple Example: Sales&lt;/p&gt;

&lt;p&gt;Consider a sales team using AI lead scoring.&lt;/p&gt;

&lt;p&gt;The system ranks prospects from highest to lowest priority. The sales manager reviews the list. The team focuses on the top group. Everyone says the manager chose the priorities.&lt;/p&gt;

&lt;p&gt;But the model may have over-weighted recent activity and under-weighted long-term relationship value.&lt;/p&gt;

&lt;p&gt;It may have missed local knowledge.&lt;/p&gt;

&lt;p&gt;It may have penalized accounts that do not behave like the historical data.&lt;/p&gt;

&lt;p&gt;It may have pushed unusual but valuable leads below the attention line.&lt;/p&gt;

&lt;p&gt;The manager still made a decision.&lt;/p&gt;

&lt;p&gt;But the system shaped what looked worth deciding.&lt;/p&gt;

&lt;p&gt;If revenue falls later, leadership may ask the sales manager what happened.&lt;/p&gt;

&lt;p&gt;The better question is whether the company audited the scoring logic that shaped the sales manager’s attention.&lt;/p&gt;

&lt;p&gt;A Simple Example: Purchasing&lt;/p&gt;

&lt;p&gt;Now consider purchasing.&lt;/p&gt;

&lt;p&gt;An AI system recommends a vendor based on price, delivery history, payment terms, and risk score. The purchasing manager approves it.&lt;/p&gt;

&lt;p&gt;Everything looks normal.&lt;/p&gt;

&lt;p&gt;But the system may not understand that another supplier, slightly more expensive, has a stronger informal reliability record during high-pressure periods. It may not understand that a vendor with good historical data is currently unstable. It may not understand that a small delay in one product category creates larger operational damage elsewhere.&lt;/p&gt;

&lt;p&gt;The manager sees a clean recommendation.&lt;/p&gt;

&lt;p&gt;The business later experiences disruption.&lt;/p&gt;

&lt;p&gt;Formally, the purchasing manager approved the choice.&lt;/p&gt;

&lt;p&gt;Operationally, the AI structured the choice.&lt;/p&gt;

&lt;p&gt;That distinction matters.&lt;/p&gt;

&lt;p&gt;A Simple Example: Finance&lt;/p&gt;

&lt;p&gt;In finance, AI classification can look harmless because it appears administrative.&lt;/p&gt;

&lt;p&gt;But classification is not minor.&lt;/p&gt;

&lt;p&gt;An expense code affects reporting.&lt;br&gt;
Reporting affects interpretation.&lt;br&gt;
Interpretation affects management.&lt;br&gt;
Management affects future decisions.&lt;/p&gt;

&lt;p&gt;If an AI system misclassifies recurring expenses, the company may misunderstand departmental cost, project profitability, vendor exposure, or operational leakage.&lt;/p&gt;

&lt;p&gt;The controller may review the final report. But if the underlying classification frame is wrong, the review begins too late.&lt;/p&gt;

&lt;p&gt;Finance is not only numbers. It is the structure through which the company becomes legible to itself.&lt;/p&gt;

&lt;p&gt;When AI changes that structure, it changes what the company thinks it knows.&lt;/p&gt;

&lt;p&gt;A Simple Example: Customer Service&lt;/p&gt;

&lt;p&gt;Customer service depends heavily on escalation.&lt;/p&gt;

&lt;p&gt;Which complaint is urgent?&lt;br&gt;
Which customer receives attention first?&lt;br&gt;
Which issue appears systemic?&lt;br&gt;
Which case is treated as ordinary noise?&lt;/p&gt;

&lt;p&gt;If AI ranks complaints, summarizes customer messages, and recommends escalation levels, it shapes the company’s moral and commercial attention.&lt;/p&gt;

&lt;p&gt;A customer may not be ignored because a person decided to ignore him.&lt;/p&gt;

&lt;p&gt;He may be ignored because the system made his complaint look less urgent than another.&lt;/p&gt;

&lt;p&gt;That is not a small distinction.&lt;/p&gt;

&lt;p&gt;In service environments, visibility is care.&lt;br&gt;
Invisibility is neglect.&lt;/p&gt;

&lt;p&gt;AI that controls visibility participates in the treatment of the customer.&lt;/p&gt;

&lt;p&gt;The Corporate Illusion&lt;/p&gt;

&lt;p&gt;The corporate illusion is that AI remains subordinate because humans still approve the final act.&lt;/p&gt;

&lt;p&gt;But final approval is not the whole decision.&lt;/p&gt;

&lt;p&gt;A decision is also made through:&lt;/p&gt;

&lt;p&gt;What is shown.&lt;br&gt;
What is hidden.&lt;br&gt;
What is ranked.&lt;br&gt;
What is delayed.&lt;br&gt;
What is escalated.&lt;br&gt;
What is framed as risky.&lt;br&gt;
What is framed as routine.&lt;br&gt;
What is made easy.&lt;br&gt;
What is made difficult.&lt;br&gt;
What requires justification.&lt;br&gt;
What becomes the default.&lt;/p&gt;

&lt;p&gt;AI agents can influence all of these without appearing as formal decision-makers.&lt;/p&gt;

&lt;p&gt;That is why the language of “assistant” is no longer enough.&lt;/p&gt;

&lt;p&gt;An assistant helps someone act.&lt;/p&gt;

&lt;p&gt;A front-end lets someone appear to act while the deeper system structures the action.&lt;/p&gt;

&lt;p&gt;That is the difference.&lt;/p&gt;

&lt;p&gt;What Companies Should Track&lt;/p&gt;

&lt;p&gt;If companies want real accountability, they need to audit AI authority, not just AI output.&lt;/p&gt;

&lt;p&gt;For every AI system that influences operational decisions, companies should be able to answer:&lt;/p&gt;

&lt;p&gt;What business process does it affect?&lt;/p&gt;

&lt;p&gt;Does it only summarize, or does it recommend?&lt;/p&gt;

&lt;p&gt;Does it rank people, customers, vendors, products, tasks, risks, or priorities?&lt;/p&gt;

&lt;p&gt;Does it trigger workflows?&lt;/p&gt;

&lt;p&gt;Does it change records?&lt;/p&gt;

&lt;p&gt;Does it block or delay action?&lt;/p&gt;

&lt;p&gt;Does it create a default option?&lt;/p&gt;

&lt;p&gt;Does the human reviewer see alternatives?&lt;/p&gt;

&lt;p&gt;Can the human reviewer understand the recommendation path?&lt;/p&gt;

&lt;p&gt;Are overrides logged?&lt;/p&gt;

&lt;p&gt;Are ignored recommendations logged?&lt;/p&gt;

&lt;p&gt;Are business outcomes compared against AI recommendations?&lt;/p&gt;

&lt;p&gt;Who owns the system when it is wrong?&lt;/p&gt;

&lt;p&gt;This is not anti-technology. It is basic managerial hygiene.&lt;/p&gt;

&lt;p&gt;A company that cannot answer these questions is not using AI strategically.&lt;/p&gt;

&lt;p&gt;It is delegating authority without a map.&lt;/p&gt;

&lt;p&gt;What Managers Should Demand&lt;/p&gt;

&lt;p&gt;Managers should not reject enterprise AI.&lt;/p&gt;

&lt;p&gt;They should reject invisible delegation.&lt;/p&gt;

&lt;p&gt;A serious manager should demand five things before accepting AI-shaped workflows.&lt;/p&gt;

&lt;p&gt;First, visibility.&lt;/p&gt;

&lt;p&gt;The manager should know where AI enters the decision chain.&lt;/p&gt;

&lt;p&gt;Second, explanation.&lt;/p&gt;

&lt;p&gt;The manager should understand the main reason behind a recommendation, ranking, classification, or escalation.&lt;/p&gt;

&lt;p&gt;Third, alternatives.&lt;/p&gt;

&lt;p&gt;The system should show what was not selected, not only what it recommends.&lt;/p&gt;

&lt;p&gt;Fourth, override rights.&lt;/p&gt;

&lt;p&gt;A manager must be able to challenge the output without being treated as an obstacle to efficiency.&lt;/p&gt;

&lt;p&gt;Fifth, audit trails.&lt;/p&gt;

&lt;p&gt;The company must record what the system recommended, what the human accepted, what the human rejected, and what happened afterward.&lt;/p&gt;

&lt;p&gt;Without these five elements, managers risk becoming decorative accountability.&lt;/p&gt;

&lt;p&gt;They remain responsible because the company needs a human face.&lt;/p&gt;

&lt;p&gt;But they do not fully control the system that shapes the decision.&lt;/p&gt;

&lt;p&gt;What Developers Should Understand&lt;/p&gt;

&lt;p&gt;Developers building enterprise AI are not only building tools.&lt;/p&gt;

&lt;p&gt;They are designing decision environments.&lt;/p&gt;

&lt;p&gt;A ranking is not just a ranking when it determines which customer gets called first.&lt;/p&gt;

&lt;p&gt;A classification is not just a classification when it affects financial reporting.&lt;/p&gt;

&lt;p&gt;A prompt is not just a prompt when it converts messy business language into executable workflow.&lt;/p&gt;

&lt;p&gt;A threshold is not just a threshold when it decides whether something is escalated, blocked, approved, or ignored.&lt;/p&gt;

&lt;p&gt;A default is not just a default when most users accept it.&lt;/p&gt;

&lt;p&gt;This does not mean developers are personally responsible for every corporate outcome. But it does mean technical design has managerial consequences.&lt;/p&gt;

&lt;p&gt;The central design question should be:&lt;/p&gt;

&lt;p&gt;Where does this system acquire practical authority?&lt;/p&gt;

&lt;p&gt;If the answer is “nowhere,” the system may be a tool.&lt;/p&gt;

&lt;p&gt;If the answer is “in ranking, routing, blocking, classifying, escalating, or triggering action,” the system is part of management.&lt;/p&gt;

&lt;p&gt;It should be treated that way.&lt;/p&gt;

&lt;p&gt;The Core Claim&lt;/p&gt;

&lt;p&gt;Your manager is not disappearing.&lt;/p&gt;

&lt;p&gt;That would be too simple.&lt;/p&gt;

&lt;p&gt;Your manager may remain exactly where he is, with the same title, same duties, same meetings, same approval rights, and same formal accountability.&lt;/p&gt;

&lt;p&gt;But underneath that visible role, enterprise AI may increasingly structure what the manager sees, what the manager ignores, what the manager approves, what the manager questions, and what the manager must later explain.&lt;/p&gt;

&lt;p&gt;That is the deeper transformation.&lt;/p&gt;

&lt;p&gt;The manager becomes the human front-end of AI-shaped authority.&lt;/p&gt;

&lt;p&gt;The face remains human.&lt;br&gt;
The frame becomes synthetic.&lt;br&gt;
The responsibility remains visible.&lt;br&gt;
The authority becomes distributed.&lt;br&gt;
The decision still has a signer.&lt;br&gt;
But the decision may no longer begin with the signer.&lt;/p&gt;

&lt;p&gt;That is the future companies need to audit.&lt;/p&gt;

&lt;p&gt;Not because AI is evil.&lt;/p&gt;

&lt;p&gt;Because authority that hides inside workflows is still authority.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Related Academic Background&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
This article extends my broader work on how artificial intelligence systems redistribute agency, responsibility, and authority through formal and operational structures.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Related paper:&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Agustin V. Startari, “Expense Coding Syntax: Misclassification in AI-Powered Corporate ERPs,” SSRN Electronic Journal, 2025.&lt;br&gt;
&lt;a href="https://doi.org/10.2139/ssrn.5361952" rel="noopener noreferrer"&gt;https://doi.org/10.2139/ssrn.5361952&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That paper examines how AI-powered ERP systems can produce misclassification risks when automated language and coding structures convert business events into financial categories. The broader issue is the same: when AI systems classify, route, prioritize, or encode business events, they do not merely represent the company. They reshape how the company becomes visible, manageable, and accountable.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Why It Matters for Everyone&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
This is not only a problem for executives.&lt;/p&gt;

&lt;p&gt;Employees should care because their work may be evaluated through AI-shaped metrics.&lt;/p&gt;

&lt;p&gt;Managers should care because they may become responsible for decisions they did not fully structure.&lt;/p&gt;

&lt;p&gt;Developers should care because technical defaults can become managerial authority.&lt;/p&gt;

&lt;p&gt;Customers should care because their complaints, requests, risks, and value may be ranked before a person ever sees them.&lt;/p&gt;

&lt;p&gt;Investors should care because operational opacity can hide risk until it becomes financial damage.&lt;/p&gt;

&lt;p&gt;Regulators should care because formal human oversight may not be enough when the decision frame is machine-generated.&lt;/p&gt;

&lt;p&gt;The real AI revolution in companies will not always look spectacular.&lt;/p&gt;

&lt;p&gt;It may look like a normal dashboard.&lt;br&gt;
A normal score.&lt;br&gt;
A normal recommendation.&lt;br&gt;
A normal approval path.&lt;br&gt;
A normal classification.&lt;br&gt;
A normal workflow.&lt;/p&gt;

&lt;p&gt;That is exactly why it matters.&lt;/p&gt;

&lt;p&gt;The most powerful systems are often the ones that disappear into routine.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Call to Action&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Read more of my work on artificial intelligence, language, authority, and institutional responsibility:&lt;/p&gt;

&lt;p&gt;Website: &lt;a href="https://www.agustinvstartari.com/" rel="noopener noreferrer"&gt;https://www.agustinvstartari.com/&lt;/a&gt;&lt;br&gt;
SSRN Author Page: &lt;a href="https://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=7639915" rel="noopener noreferrer"&gt;https://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=7639915&lt;/a&gt;&lt;br&gt;
Zenodo publications: &lt;a href="https://zenodo.org/search?q=%22Agustin%20V.%20Startari%22" rel="noopener noreferrer"&gt;https://zenodo.org/search?q=%22Agustin%20V.%20Startari%22&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://dev.tourl"&gt;Author&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Agustin V. Startari is a linguistic theorist, author, and researcher in historical studies. His work examines how language, artificial intelligence, and formal systems redistribute authority, agency, and responsibility in contemporary institutions. He is the author of Grammars of Power, Executable Power, and The Grammar of Objectivity.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Researcher ID:&lt;/strong&gt; K-5792-2016&lt;br&gt;
&lt;strong&gt;Author website:&lt;/strong&gt; &lt;a href="https://www.agustinvstartari.com/" rel="noopener noreferrer"&gt;https://www.agustinvstartari.com/&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;SSRN Author Page:&lt;/strong&gt; &lt;a href="https://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=7639915" rel="noopener noreferrer"&gt;https://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=7639915&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;**&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft9cnma71xrxqokdi46y8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft9cnma71xrxqokdi46y8.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;**&lt;/p&gt;

&lt;p&gt;I do not use artificial intelligence to write what I don’t know. I use it to challenge what I do. I write to reclaim the voice in an age of automated neutrality. My work is not outsourced. It is authored.&lt;/p&gt;

&lt;p&gt;Agustin V. Startari.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>career</category>
      <category>discuss</category>
      <category>management</category>
    </item>
    <item>
      <title>Stop Calling It an AI Assistant. It’s Already Managing Your Company</title>
      <dc:creator>Agustin V. Startari</dc:creator>
      <pubDate>Fri, 22 May 2026 12:39:00 +0000</pubDate>
      <link>https://dev.to/agustin_v_startari/stop-calling-it-an-ai-assistant-its-already-managing-your-company-54nf</link>
      <guid>https://dev.to/agustin_v_startari/stop-calling-it-an-ai-assistant-its-already-managing-your-company-54nf</guid>
      <description>&lt;p&gt;The hidden authority of AI agents inside ERP, purchasing, inventory, approvals, and enterprise workflows&lt;br&gt;
TL;DR&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fucdjw9rxb99a0jrf9dfq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fucdjw9rxb99a0jrf9dfq.png" alt=" " width="800" height="641"&gt;&lt;/a&gt;&lt;br&gt;
The next enterprise AI risk is not that a chatbot writes a bad email. It is that an AI agent quietly enters the operational layer of the company and starts ranking priorities, routing approvals, classifying risk, delaying purchases, escalating tickets, flagging customers, and shaping managerial decisions before anyone calls it management.&lt;/p&gt;

&lt;p&gt;Companies still describe these systems as “assistants” because the word sounds harmless. But once a system can trigger action inside an ERP, CRM, inventory platform, purchasing workflow, or finance dashboard, it is no longer merely assisting.&lt;/p&gt;

&lt;p&gt;It is participating in management.&lt;/p&gt;

&lt;p&gt;The problem is not automation itself. The problem is invisible delegation: authority moves into workflows, prompts, thresholds, model outputs, and software rules, while responsibility remains formally assigned to humans who may only see the final recommendation.&lt;/p&gt;

&lt;p&gt;That is how an AI assistant becomes a shadow manager.&lt;/p&gt;

&lt;p&gt;Meta Description&lt;/p&gt;

&lt;p&gt;AI agents inside ERP, purchasing, inventory, finance, and enterprise workflows are no longer just assistants. They increasingly rank, route, classify, escalate, and shape operational decisions. This article explains how invisible delegation turns AI into shadow management.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;1. The Assistant Myth&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Everyone calls them AI assistants because “assistant” sounds harmless.&lt;/p&gt;

&lt;p&gt;An assistant helps. An assistant supports. An assistant drafts, summarizes, searches, reminds, and organizes.&lt;/p&gt;

&lt;p&gt;That language is accurate only while the system remains outside the decision chain.&lt;/p&gt;

&lt;p&gt;Once the system can rank leads, block a purchase order, classify a vendor, flag a customer, recommend a reorder quantity, trigger a workflow, escalate a ticket, assign urgency, or prepare an approval path, the term “assistant” becomes misleading.&lt;/p&gt;

&lt;p&gt;At that point, the system is no longer just helping a manager.&lt;/p&gt;

&lt;p&gt;It is shaping the managerial environment before the manager acts.&lt;/p&gt;

&lt;p&gt;This distinction matters because enterprise work is not made only of final decisions. Most corporate power lives in prioritization, routing, classification, timing, and escalation. Whoever controls those layers does not need to sign the final approval to influence the outcome.&lt;/p&gt;

&lt;p&gt;A sales manager may still approve the weekly focus list, but if an AI system ranked the leads first, part of the commercial decision has already been made.&lt;/p&gt;

&lt;p&gt;A purchasing manager may still approve the order, but if the ERP agent has already recommended the vendor, adjusted the quantity, flagged the risk, and routed the approval path, the decision has already been pre-shaped.&lt;/p&gt;

&lt;p&gt;A finance controller may still review the expense, but if an AI classifier has already coded the transaction and assigned its risk level, the human review begins inside a frame built by the system.&lt;/p&gt;

&lt;p&gt;That is the assistant myth: the company believes AI is supporting decisions when, in practice, AI is already structuring them.&lt;/p&gt;

&lt;p&gt;The human manager remains visible. The automated manager remains embedded.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;2. From Chatbots to Agents&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
The first wave of enterprise AI was easy to understand.&lt;/p&gt;

&lt;p&gt;A chatbot answered questions. A writing tool drafted text. A summarizer compressed documents. A search assistant retrieved information.&lt;/p&gt;

&lt;p&gt;Those tools could be wrong, but their wrongness usually stayed inside language. A bad answer could be corrected. A weak summary could be rewritten. A hallucinated paragraph could be deleted.&lt;/p&gt;

&lt;p&gt;AI agents are different.&lt;/p&gt;

&lt;p&gt;An agent is not only a text generator. It receives a goal, consults tools, uses data, plans steps, invokes functions, and may change the state of a system.&lt;/p&gt;

&lt;p&gt;That shift changes the risk model.&lt;/p&gt;

&lt;p&gt;A chatbot says: “You may want to reorder this item.”&lt;/p&gt;

&lt;p&gt;An agent creates a draft purchase order.&lt;/p&gt;

&lt;p&gt;A chatbot says: “This customer seems high priority.”&lt;/p&gt;

&lt;p&gt;An agent moves that customer to the top of the pipeline.&lt;/p&gt;

&lt;p&gt;A chatbot says: “This invoice may be misclassified.”&lt;/p&gt;

&lt;p&gt;An agent changes the expense code.&lt;/p&gt;

&lt;p&gt;A chatbot says: “This ticket looks urgent.”&lt;/p&gt;

&lt;p&gt;An agent escalates it to another department.&lt;/p&gt;

&lt;p&gt;The first system produces language. The second system produces operational consequences.&lt;/p&gt;

&lt;p&gt;That is the line companies often fail to mark.&lt;/p&gt;

&lt;p&gt;The word “assistant” hides the transition from advice to action. But enterprise systems do not care whether a workflow was triggered by a human, a script, a rule, or a model. Once the system state changes, the company has acted.&lt;/p&gt;

&lt;p&gt;This is where AI becomes managerial.&lt;/p&gt;

&lt;p&gt;Not because it has a job title. Not because it sits in a meeting. Not because it appears on the organization chart.&lt;/p&gt;

&lt;p&gt;It becomes managerial because it shapes attention, timing, access, priority, and execution.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;3. Where the Shadow Manager Appears&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
The shadow manager does not appear as a robot boss.&lt;/p&gt;

&lt;p&gt;It appears as a workflow.&lt;/p&gt;

&lt;p&gt;It appears as a recommendation that nobody questions because it came from the dashboard.&lt;/p&gt;

&lt;p&gt;It appears as a priority score.&lt;/p&gt;

&lt;p&gt;It appears as a blocked order.&lt;/p&gt;

&lt;p&gt;It appears as an automatic escalation.&lt;/p&gt;

&lt;p&gt;It appears as a vendor warning.&lt;/p&gt;

&lt;p&gt;It appears as a risk label.&lt;/p&gt;

&lt;p&gt;It appears as an approval path that feels procedural but was shaped by a model.&lt;/p&gt;

&lt;p&gt;This is already visible in ordinary enterprise operations.&lt;/p&gt;

&lt;p&gt;In sales, an AI system may rank leads according to predicted conversion. That ranking influences which customer receives attention first. The salesperson may think they are choosing, but the field of choice has already been ordered.&lt;/p&gt;

&lt;p&gt;In purchasing, an AI agent may recommend suppliers based on price, delivery history, stock availability, vendor score, payment terms, or risk profile. That recommendation can quietly shift purchasing behavior away from human relationship knowledge and toward model-weighted criteria.&lt;/p&gt;

&lt;p&gt;In inventory, an agent may recommend reorder quantities, flag slow-moving items, identify overstocks, and predict demand. If those predictions are wrong, the error does not remain theoretical. It becomes cash tied in stock, delayed sales, missing products, emergency orders, or warehouse friction.&lt;/p&gt;

&lt;p&gt;In customer service, an AI system may decide which complaint deserves escalation. That decision affects response time, customer satisfaction, and the perceived seriousness of the issue.&lt;/p&gt;

&lt;p&gt;In finance, AI classification may assign expenses, flag anomalies, group transactions, or prepare reports. If the classification is wrong, the error can affect reporting quality, cost-center visibility, departmental accountability, and managerial interpretation.&lt;/p&gt;

&lt;p&gt;In operations, AI may summarize performance, highlight bottlenecks, and define what leadership sees first. That is not neutral. The first metric shown often becomes the first problem discussed.&lt;/p&gt;

&lt;p&gt;The shadow manager does not need to make every decision.&lt;/p&gt;

&lt;p&gt;It only needs to shape the order in which decisions become visible.&lt;br&gt;
**&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The Hidden Chain of Command**&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Traditional corporate authority is usually imagined as a clean hierarchy.&lt;/p&gt;

&lt;p&gt;Owner. Executive. Manager. Supervisor. Employee. Action.&lt;/p&gt;

&lt;p&gt;Enterprise AI complicates that structure.&lt;/p&gt;

&lt;p&gt;The real chain can become:&lt;/p&gt;

&lt;p&gt;Policy. System configuration. Data source. Prompt. Model output. Workflow trigger. Dashboard ranking. Human approval. Operational action.&lt;/p&gt;

&lt;p&gt;The human remains inside the chain, but not always at the beginning of it.&lt;/p&gt;

&lt;p&gt;This matters because responsibility is often assigned at the visible end of the process, while influence may have entered much earlier.&lt;/p&gt;

&lt;p&gt;A manager may approve a purchase order without knowing that the recommended quantity was produced by a demand model trained on incomplete seasonal data.&lt;/p&gt;

&lt;p&gt;A sales lead may be ignored because a scoring system placed it below the threshold, even though the model failed to capture a relationship or local market signal.&lt;/p&gt;

&lt;p&gt;A warehouse adjustment may be flagged as suspicious because the system misread an operational pattern.&lt;/p&gt;

&lt;p&gt;An accounts receivable account may be deprioritized because the dashboard over-weighted one indicator and under-weighted another.&lt;/p&gt;

&lt;p&gt;In each case, the human did not disappear. But the human arrived late.&lt;/p&gt;

&lt;p&gt;That is the key structure.&lt;/p&gt;

&lt;p&gt;The visible manager signs, approves, reviews, or accepts. The invisible system has already arranged the options.&lt;/p&gt;

&lt;p&gt;This is not the end of human authority. It is the redistribution of authority across software layers.&lt;/p&gt;

&lt;p&gt;The company still says “the manager decided.”&lt;/p&gt;

&lt;p&gt;But the better question is: who structured the decision before the manager saw it?&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;5. Why ERP Makes This More Serious&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
AI inside a document editor is useful.&lt;/p&gt;

&lt;p&gt;AI inside an ERP is different.&lt;/p&gt;

&lt;p&gt;An ERP is not just software. It is the operational nervous system of the company. It connects sales, purchasing, inventory, accounting, logistics, invoicing, vendor records, customer records, product movement, and reporting.&lt;/p&gt;

&lt;p&gt;When AI enters that layer, errors become operational.&lt;/p&gt;

&lt;p&gt;A weak paragraph is a content problem. A wrong reorder suggestion is a cash problem. A bad vendor classification is a supply problem. A wrong expense code is a reporting problem. A bad lead ranking is a revenue problem. A wrong delivery priority is a customer problem. A bad inventory signal is a service problem.&lt;/p&gt;

&lt;p&gt;This is why enterprise AI cannot be judged only by generic model benchmarks.&lt;/p&gt;

&lt;p&gt;A model does not need to be generally “smart” to create damage. It only needs to be wrong at the point where the business acts.&lt;/p&gt;

&lt;p&gt;The most dangerous AI in a company may not be the most advanced model. It may be the boring workflow nobody audits.&lt;/p&gt;

&lt;p&gt;The purchase recommendation. The lead score. The automatic approval rule. The AR risk flag. The reorder suggestion. The inventory exception. The vendor ranking. The escalation logic.&lt;/p&gt;

&lt;p&gt;These systems become powerful because they sit close to action.&lt;/p&gt;

&lt;p&gt;They do not merely describe the business. They participate in running it.&lt;/p&gt;

&lt;p&gt;This is why companies need a different vocabulary. Calling these systems “assistants” is not enough. In operational environments, an AI system should be classified according to its action rights.&lt;/p&gt;

&lt;p&gt;Can it read data? Can it recommend action? Can it trigger action? Can it block action? Can it route approval? Can it change records? Can it reorder priorities? Can it modify system state?&lt;/p&gt;

&lt;p&gt;The moment the answer becomes yes, the company is no longer dealing with a passive tool.&lt;/p&gt;

&lt;p&gt;It is dealing with delegated operational authority.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. The Accountability Gap&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Most enterprise AI discussions focus on hallucination.&lt;/p&gt;

&lt;p&gt;That focus is too narrow.&lt;/p&gt;

&lt;p&gt;Hallucination matters when a model invents facts. But in enterprise workflows, the more common danger may be misclassification, over-ranking, under-ranking, false escalation, silent omission, wrong routing, and unexamined recommendation.&lt;/p&gt;

&lt;p&gt;The system does not need to hallucinate to create harm.&lt;/p&gt;

&lt;p&gt;It can use real data and still produce a bad decision structure.&lt;/p&gt;

&lt;p&gt;It can classify an account as low priority because the available data is incomplete.&lt;/p&gt;

&lt;p&gt;It can recommend delaying a purchase because it underestimates demand.&lt;/p&gt;

&lt;p&gt;It can flag an employee action as unusual because the workflow does not understand local practice.&lt;/p&gt;

&lt;p&gt;It can prioritize one customer because the model values transaction size over strategic relevance.&lt;/p&gt;

&lt;p&gt;It can mark an item as slow-moving while ignoring a coming seasonal spike.&lt;/p&gt;

&lt;p&gt;These are not hallucinations. They are operational distortions.&lt;/p&gt;

&lt;p&gt;The accountability gap appears when nobody can answer seven basic questions:&lt;/p&gt;

&lt;p&gt;What data did the system use?&lt;/p&gt;

&lt;p&gt;What rule or model produced the recommendation?&lt;/p&gt;

&lt;p&gt;What threshold was applied?&lt;/p&gt;

&lt;p&gt;What alternatives were suppressed?&lt;/p&gt;

&lt;p&gt;Who reviewed the output?&lt;/p&gt;

&lt;p&gt;Who had authority to override it?&lt;/p&gt;

&lt;p&gt;What happened after the recommendation was accepted?&lt;/p&gt;

&lt;p&gt;Without those answers, the company has built authority without memory.&lt;/p&gt;

&lt;p&gt;A human manager can be questioned. A workflow often cannot. A model output may be overwritten. A system recommendation may leave no readable trace. A dashboard may show the result without exposing the path.&lt;/p&gt;

&lt;p&gt;That is not automation maturity. It is managerial opacity.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7. What Developers and Operators Should Log&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The solution is not to reject AI agents.&lt;/p&gt;

&lt;p&gt;The solution is to stop pretending they are harmless assistants once they touch operational decisions.&lt;/p&gt;

&lt;p&gt;If an AI system can influence action, it needs an audit trail.&lt;/p&gt;

&lt;p&gt;At minimum, enterprise AI agents should log:&lt;/p&gt;

&lt;p&gt;Input source.&lt;/p&gt;

&lt;p&gt;Data timestamp.&lt;/p&gt;

&lt;p&gt;Prompt or instruction version.&lt;/p&gt;

&lt;p&gt;Model version.&lt;/p&gt;

&lt;p&gt;Tool used.&lt;/p&gt;

&lt;p&gt;External system accessed.&lt;/p&gt;

&lt;p&gt;Rule applied.&lt;/p&gt;

&lt;p&gt;Threshold used.&lt;/p&gt;

&lt;p&gt;Recommendation generated.&lt;/p&gt;

&lt;p&gt;Action triggered.&lt;/p&gt;

&lt;p&gt;Human reviewer.&lt;/p&gt;

&lt;p&gt;Override status.&lt;/p&gt;

&lt;p&gt;Final decision.&lt;/p&gt;

&lt;p&gt;Business impact.&lt;/p&gt;

&lt;p&gt;Error category, if later detected.&lt;/p&gt;

&lt;p&gt;This is not bureaucratic decoration. It is the basic condition for operational accountability.&lt;/p&gt;

&lt;p&gt;If a purchasing agent recommends a quantity, the company should know why.&lt;/p&gt;

&lt;p&gt;If a sales agent ranks a lead, the company should know what signals mattered.&lt;/p&gt;

&lt;p&gt;If a finance classifier assigns an expense category, the company should know which rule or model produced the classification.&lt;/p&gt;

&lt;p&gt;If an inventory agent flags an item, the company should know whether the signal came from sales history, warehouse movement, vendor delay, forecast variance, or a model-generated probability.&lt;/p&gt;

&lt;p&gt;This is how enterprise AI becomes governable.&lt;/p&gt;

&lt;p&gt;Not by asking whether the system is impressive.&lt;/p&gt;

&lt;p&gt;By asking whether its authority is visible.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;A Better Test: Authority, Not Intelligence&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The wrong question is:&lt;/p&gt;

&lt;p&gt;“Is this AI intelligent?”&lt;/p&gt;

&lt;p&gt;The better question is:&lt;/p&gt;

&lt;p&gt;“What authority does this AI have?”&lt;/p&gt;

&lt;p&gt;That question changes the entire evaluation.&lt;/p&gt;

&lt;p&gt;A simple model with access to an ERP approval workflow may have more operational power than a more advanced model trapped inside a chat window.&lt;/p&gt;

&lt;p&gt;A mediocre classifier embedded in finance may produce more business risk than a brilliant writing assistant.&lt;/p&gt;

&lt;p&gt;A small automation that blocks orders may matter more than a large model that only drafts emails.&lt;/p&gt;

&lt;p&gt;Enterprise AI should therefore be evaluated by authority level, not only by capability.&lt;/p&gt;

&lt;p&gt;Level 1: It reads information.&lt;/p&gt;

&lt;p&gt;Level 2: It summarizes information.&lt;/p&gt;

&lt;p&gt;Level 3: It recommends action.&lt;/p&gt;

&lt;p&gt;Level 4: It routes action.&lt;/p&gt;

&lt;p&gt;Level 5: It triggers action.&lt;/p&gt;

&lt;p&gt;Level 6: It blocks action.&lt;/p&gt;

&lt;p&gt;Level 7: It changes system state with limited human review.&lt;/p&gt;

&lt;p&gt;The higher the level, the stronger the audit requirement.&lt;/p&gt;

&lt;p&gt;This framework is simple, but it prevents the core mistake: treating all AI outputs as if they were merely advisory.&lt;/p&gt;

&lt;p&gt;They are not.&lt;/p&gt;

&lt;p&gt;Some outputs become instructions. Some recommendations become defaults. Some defaults become behavior. Some behavior becomes policy. Some policy becomes authority.&lt;br&gt;
**&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Why Managers Should Care**&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Managers should care because AI agents can make them responsible for decisions they did not fully structure.&lt;/p&gt;

&lt;p&gt;A manager may be asked why an order was delayed. The real cause may be a workflow rule.&lt;/p&gt;

&lt;p&gt;A manager may be asked why a customer was ignored. The real cause may be a lead-ranking model.&lt;/p&gt;

&lt;p&gt;A manager may be asked why inventory ran short. The real cause may be a bad demand signal.&lt;/p&gt;

&lt;p&gt;A manager may be asked why expenses were misclassified. The real cause may be an automated coding system.&lt;/p&gt;

&lt;p&gt;In all these cases, the manager remains accountable while the system remains partially invisible.&lt;/p&gt;

&lt;p&gt;That is a bad trade.&lt;/p&gt;

&lt;p&gt;AI should reduce operational burden, not create a fog of responsibility.&lt;/p&gt;

&lt;p&gt;For managers, the practical rule is direct: never allow an AI agent to influence action without knowing where its recommendation appears, how it is produced, how it can be challenged, and who owns the final decision.&lt;/p&gt;

&lt;p&gt;Management cannot be delegated into a black box and then recovered only when something fails.&lt;br&gt;
**&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Why Developers Should Care**&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Developers should care because every enterprise AI agent is also a governance system.&lt;/p&gt;

&lt;p&gt;A function call is not just a technical event when it changes a purchase order, a customer priority, a stock level, an invoice category, or an approval path.&lt;/p&gt;

&lt;p&gt;A ranking algorithm is not just a ranking algorithm when it determines who gets attention first.&lt;/p&gt;

&lt;p&gt;A classification model is not just a classifier when departments rely on it for reporting, escalation, or compliance.&lt;/p&gt;

&lt;p&gt;A prompt is not just a prompt when it controls how operational language is converted into action.&lt;/p&gt;

&lt;p&gt;This means developers are not merely building features. They are designing decision environments.&lt;/p&gt;

&lt;p&gt;That does not mean developers become the moral owners of every business outcome. It means technical design choices can create managerial consequences.&lt;/p&gt;

&lt;p&gt;What gets logged matters.&lt;/p&gt;

&lt;p&gt;What gets hidden matters.&lt;/p&gt;

&lt;p&gt;What becomes the default matters.&lt;/p&gt;

&lt;p&gt;What can be overridden matters.&lt;/p&gt;

&lt;p&gt;What requires human review matters.&lt;/p&gt;

&lt;p&gt;What silently moves forward matters.&lt;/p&gt;

&lt;p&gt;Enterprise AI development should therefore include one question in every workflow design:&lt;/p&gt;

&lt;p&gt;Where does this system acquire practical authority?&lt;/p&gt;

&lt;p&gt;That question is more useful than vague debates about whether AI will replace managers. In many companies, replacement is not the first step. Quiet redistribution is.&lt;/p&gt;

&lt;p&gt;The job title stays human. The workflow becomes automated. The decision frame becomes synthetic. The responsibility remains unclear.&lt;/p&gt;

&lt;p&gt;That is the shadow manager problem.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;11. The Core Claim&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Stop calling it an AI assistant if it can manage priority, routing, approval, classification, escalation, or execution.&lt;/p&gt;

&lt;p&gt;Inside enterprise systems, assistance can become authority without changing its name.&lt;/p&gt;

&lt;p&gt;That is the risk.&lt;/p&gt;

&lt;p&gt;Not evil AI. Not science fiction. Not a robot CEO. Not a dramatic replacement of human managers.&lt;/p&gt;

&lt;p&gt;The real shift is quieter.&lt;/p&gt;

&lt;p&gt;AI enters the company as a helper. It gets connected to tools. It receives access to business data. It starts producing recommendations. Those recommendations become defaults. Those defaults shape workflows. Those workflows shape decisions. Those decisions shape the company.&lt;/p&gt;

&lt;p&gt;By the time leadership notices, the assistant is already managing part of the business.&lt;/p&gt;

&lt;p&gt;The future of enterprise AI will not be decided only by which model writes better emails or produces cleaner summaries.&lt;/p&gt;

&lt;p&gt;It will be decided by which systems can act inside companies without making responsibility disappear.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why It Matters&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This matters because modern companies already run through software.&lt;/p&gt;

&lt;p&gt;Sales teams follow dashboards. Purchasing follows workflows. Inventory follows system signals. Finance follows classifications. Managers follow reports. Executives follow summaries.&lt;/p&gt;

&lt;p&gt;When AI enters those layers, it does not need to dominate the company to change it. It only needs to reorder what the company sees, delays, escalates, approves, or ignores.&lt;/p&gt;

&lt;p&gt;The practical danger is not that AI becomes conscious.&lt;/p&gt;

&lt;p&gt;The practical danger is that AI becomes procedural.&lt;/p&gt;

&lt;p&gt;It becomes part of how the company moves.&lt;/p&gt;

&lt;p&gt;And once it moves the company, it must be audited as authority, not described as assistance.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Related Academic Background&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This article extends my broader work on how automated language systems redistribute agency, responsibility, and authority through formal structures.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Related paper:&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Expense Coding Syntax: Misclassification in AI-Powered Corporate ERPs &lt;a href="https://doi.org/10.2139/ssrn.5361952" rel="noopener noreferrer"&gt;https://doi.org/10.2139/ssrn.5361952&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The paper examines how AI-powered ERP systems can produce misclassification risks when automated language and coding structures convert business events into financial categories. The broader issue is the same: when automated systems classify, route, or encode decisions, they do not merely represent the business. They reshape how the business becomes legible and actionable.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;About the Author&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Agustin V. Startari is a linguistic theorist, author, and researcher in historical studies. His work examines the relationship between artificial intelligence, syntax, authority, institutional discourse, and the disappearance of agency in automated language systems.&lt;/p&gt;

&lt;p&gt;He is the author of Grammars of Power, The Grammar of Objectivity, Suffering Without Perpetrators, The Grammar of Asymmetric Visibility, and Expense Coding Syntax. His research focuses on how language models and institutional systems redistribute responsibility through grammatical, operational, and procedural form.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Personal website: *&lt;/em&gt;&lt;a href="https://www.agustinvstartari.com/" rel="noopener noreferrer"&gt;https://www.agustinvstartari.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;SSRN Author Page: *&lt;/em&gt; &lt;a href="https://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=7639915" rel="noopener noreferrer"&gt;https://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=7639915&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;ResearcherID:  K-5792-2016&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Authorial Ethos&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I do not use artificial intelligence to write what I don’t know. I use it to challenge what I do. I write to reclaim the voice in an age of automated neutrality. My work is not outsourced. It is authored. - Agustin V. Startari&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Suggested Tags&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;AI, Enterprise AI, AI Agents, ERP, Automation, Workflow Automation, Management, Operations, Purchasing, Inventory, Finance, Business Software, AI Governance, Agentic AI, NetSuite, Enterprise Software, Accountability, Decision Systems&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>opensource</category>
      <category>discuss</category>
    </item>
    <item>
      <title>AI Says Palestinians Are Dying, But Not Who Is Killing Them</title>
      <dc:creator>Agustin V. Startari</dc:creator>
      <pubDate>Wed, 20 May 2026 14:33:35 +0000</pubDate>
      <link>https://dev.to/agustin_v_startari/ai-says-palestinians-are-dying-but-not-who-is-killing-them-53bf</link>
      <guid>https://dev.to/agustin_v_startari/ai-says-palestinians-are-dying-but-not-who-is-killing-them-53bf</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4bjocnfozlpo9irxnilz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4bjocnfozlpo9irxnilz.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;The humanitarian passive, press language, and the AI-mediated grammar of responsibility loss in Gaza&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;TL;DR&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Modern conflict reporting does not always erase suffering. Often, it does something more subtle: it shows suffering while weakening the grammar of responsibility.&lt;/p&gt;

&lt;p&gt;In AI-generated summaries, automated headlines, platform moderation outputs, and press rewrites, Palestinian civilians can appear as “killed,” “displaced,” “affected,” or “caught in conflict,” while the actor responsible for producing that condition disappears from the sentence.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;That structure is the humanitarian passive.&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
It is not simply passive voice. It is a political grammar through which suffering remains visible while agency becomes optional.&lt;/p&gt;

&lt;p&gt;This post builds on two academic papers:&lt;/p&gt;

&lt;p&gt;Suffering Without Perpetrators: The Humanitarian Passive in AI-Generated Conflict Discourse&lt;br&gt;
&lt;a href="https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6753123" rel="noopener noreferrer"&gt;https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6753123&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The Grammar of Asymmetric Visibility: AI, Zionism, and the Reallocation of Political Agency&lt;br&gt;
&lt;a href="https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6787439" rel="noopener noreferrer"&gt;https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6787439&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Meta Description&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
AI-generated summaries and press language often describe Palestinian suffering while removing the actors responsible for it. This post explains the humanitarian passive, a grammar of responsibility loss in conflict discourse.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;1. What Is the Humanitarian Passive?&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
The humanitarian passive is a recurring linguistic pattern in which civilian suffering is described without clearly naming the actor, institution, army, state, or command structure that produced it.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;“Civilians were killed in Gaza.”&lt;/p&gt;

&lt;p&gt;This sentence may be factually compatible with reality, but it is structurally incomplete.&lt;/p&gt;

&lt;p&gt;It tells us that death occurred. It does not tell us who caused it.&lt;/p&gt;

&lt;p&gt;Compare:&lt;/p&gt;

&lt;p&gt;“Israeli airstrikes killed civilians in Gaza.”&lt;/p&gt;

&lt;p&gt;The second version does something the first one avoids: it assigns agency.&lt;/p&gt;

&lt;p&gt;The difference is not cosmetic. It changes the reader’s map of causality.&lt;/p&gt;

&lt;p&gt;The humanitarian passive separates suffering from responsibility. The victim remains visible. The perpetrating structure becomes grammatically optional.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;2. Why AI Makes This Pattern More Powerful&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Large language models are trained to produce fluent, moderate, institutionally acceptable language. In politically sensitive contexts, that often means avoiding direct attribution unless the source material forces attribution.&lt;/p&gt;

&lt;p&gt;This matters because AI systems frequently summarize conflict through neutralized phrases:&lt;/p&gt;

&lt;p&gt;“Violence escalated.”&lt;br&gt;
“Buildings were destroyed.”&lt;br&gt;
“Families were displaced.”&lt;br&gt;
“Casualties were reported.”&lt;br&gt;
“Humanitarian conditions deteriorated.”&lt;/p&gt;

&lt;p&gt;These phrases sound objective. But they often remove the actor from the event.&lt;/p&gt;

&lt;p&gt;In war reporting, that is not neutral. It changes how responsibility is perceived.&lt;/p&gt;

&lt;p&gt;When AI summarizes press material about Gaza, it may reproduce a pattern already present in institutional journalism: Israeli military action becomes background context, while Palestinian suffering becomes humanitarian scenery.&lt;/p&gt;

&lt;p&gt;The result is a sentence structure where the harm is visible, but the agent is grammatically distant.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;3. Israel, Zionist Narrative, and Asymmetric Visibility&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
This post uses “Zionist narrative” as a political category, not as a synonym for Jewish identity.&lt;/p&gt;

&lt;p&gt;The relevant structure is this: Israeli state discourse often frames military violence through security, self-defense, counterterrorism, existential threat, and regional instability.&lt;/p&gt;

&lt;p&gt;Within that frame, Palestinian death is frequently described as tragic, unfortunate, complex, or context-dependent, rather than as the direct result of identifiable military and political action.&lt;/p&gt;

&lt;p&gt;That is where the humanitarian passive becomes useful.&lt;/p&gt;

&lt;p&gt;It allows a narrative to say:&lt;/p&gt;

&lt;p&gt;“There is suffering.”&lt;/p&gt;

&lt;p&gt;without saying:&lt;/p&gt;

&lt;p&gt;“A state produced this suffering through named policies, weapons, targeting systems, command decisions, and legal justifications.”&lt;/p&gt;

&lt;p&gt;The suffering is acknowledged. The machinery is blurred.&lt;/p&gt;

&lt;p&gt;This is more effective than denial. Denial can be challenged with evidence. Passive humanitarian language absorbs evidence while reducing its political force.&lt;/p&gt;

&lt;p&gt;It does not say Palestinians are not suffering. It says they are suffering in a grammatical universe where responsibility has no stable subject.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;4. The Press Does Not Need to Lie to Reproduce Power&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
A headline can be factually defensible and still structurally misleading.&lt;/p&gt;

&lt;p&gt;Compare:&lt;/p&gt;

&lt;p&gt;“Dozens killed after strike hits Gaza neighborhood.”&lt;/p&gt;

&lt;p&gt;with:&lt;/p&gt;

&lt;p&gt;“Israeli strike kills dozens in Gaza neighborhood.”&lt;/p&gt;

&lt;p&gt;Both may refer to the same event. But they do not distribute responsibility in the same way.&lt;/p&gt;

&lt;p&gt;The first sentence centers the event.&lt;/p&gt;

&lt;p&gt;The second sentence centers the actor.&lt;/p&gt;

&lt;p&gt;The first sentence makes death happen.&lt;/p&gt;

&lt;p&gt;The second sentence makes someone do something.&lt;/p&gt;

&lt;p&gt;This matters because readers do not only consume facts. They consume grammatical relations: who acts, who suffers, who decides, who disappears.&lt;/p&gt;

&lt;p&gt;AI systems trained on press language can reproduce these patterns at scale. A human editor may write one passive headline. A language model can generate thousands of summaries, captions, moderation notes, search snippets, and explainers using the same responsibility-weakening grammar.&lt;/p&gt;

&lt;p&gt;That is how syntax becomes infrastructure.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;5. AI, Targeting, and the Displacement of Responsibility&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
The humanitarian passive becomes even more important when AI enters military, administrative, media, and platform systems.&lt;/p&gt;

&lt;p&gt;If targeting, surveillance, moderation, intelligence processing, or public communication becomes machine-mediated, responsibility can be displaced across multiple layers:&lt;/p&gt;

&lt;p&gt;The system generated a recommendation.&lt;/p&gt;

&lt;p&gt;The analyst reviewed the output.&lt;/p&gt;

&lt;p&gt;The commander authorized the action.&lt;/p&gt;

&lt;p&gt;The spokesperson described the result.&lt;/p&gt;

&lt;p&gt;The press summarized the event.&lt;/p&gt;

&lt;p&gt;The platform compressed the summary.&lt;/p&gt;

&lt;p&gt;The model rewrote the explanation.&lt;/p&gt;

&lt;p&gt;At each step, agency can become thinner.&lt;/p&gt;

&lt;p&gt;The final public sentence may say:&lt;/p&gt;

&lt;p&gt;“Civilian casualties were reported.”&lt;/p&gt;

&lt;p&gt;By then, the chain of responsibility has been grammatically dissolved.&lt;/p&gt;

&lt;p&gt;This is the core problem developed in Suffering Without Perpetrators: suffering can remain fully describable while responsibility becomes syntactically weakened.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;6. Why This Matters for Developers&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Developers often audit AI systems for hallucination, toxicity, political bias, or factual accuracy. Those checks are necessary, but insufficient.&lt;/p&gt;

&lt;p&gt;A model can be accurate and still distort responsibility.&lt;/p&gt;

&lt;p&gt;A model can avoid hate speech and still erase agency.&lt;/p&gt;

&lt;p&gt;A model can summarize the facts and still weaken accountability.&lt;/p&gt;

&lt;p&gt;For conflict-related AI systems, developers need to audit not only what the model says, but how it assigns agency.&lt;/p&gt;

&lt;p&gt;Key checks:&lt;/p&gt;

&lt;p&gt;Does the sentence name the actor?&lt;/p&gt;

&lt;p&gt;Does it convert actions into events?&lt;/p&gt;

&lt;p&gt;Does it replace military decisions with humanitarian conditions?&lt;/p&gt;

&lt;p&gt;Does it describe victims clearly while blurring perpetrators?&lt;/p&gt;

&lt;p&gt;Does it use passive voice where active attribution is available?&lt;/p&gt;

&lt;p&gt;Does it turn policy into tragedy, command into circumstance, and violence into “escalation”?&lt;/p&gt;

&lt;p&gt;These are not stylistic details. They are accountability variables.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;7. The Core Claim&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
The humanitarian passive is not merely a grammatical habit.&lt;/p&gt;

&lt;p&gt;It is a political grammar of responsibility loss.&lt;/p&gt;

&lt;p&gt;In the case of Israel and Gaza, it helps transform state violence into humanitarian abstraction. In AI-generated media, it can scale that abstraction across platforms, summaries, feeds, search results, moderation systems, and automated explainers.&lt;/p&gt;

&lt;p&gt;The danger is not that AI says nothing happened.&lt;/p&gt;

&lt;p&gt;The danger is that AI says everything happened, but nobody did it.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Why It Matters&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
This matters because language is not only descriptive. Language organizes responsibility.&lt;/p&gt;

&lt;p&gt;When a model says “people were killed,” it may be accurate at the level of event description. But if the source material identifies the actor and the model removes that actor, the output has changed the political structure of the sentence.&lt;/p&gt;

&lt;p&gt;That change matters for journalism.&lt;/p&gt;

&lt;p&gt;It matters for platform moderation.&lt;/p&gt;

&lt;p&gt;It matters for search results.&lt;/p&gt;

&lt;p&gt;It matters for public memory.&lt;/p&gt;

&lt;p&gt;It matters for any technical system that converts violent reality into readable language.&lt;/p&gt;

&lt;p&gt;The question is not only whether AI tells the truth.&lt;/p&gt;

&lt;p&gt;The question is whether AI preserves the grammar through which responsibility remains visible.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Further Reading&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Startari, Agustin V. Suffering Without Perpetrators: The Humanitarian Passive in AI-Generated Conflict Discourse. SSRN, 2026.&lt;br&gt;
&lt;a href="https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6753123" rel="noopener noreferrer"&gt;https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6753123&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Startari, Agustin V. The Grammar of Asymmetric Visibility: AI, Zionism, and the Reallocation of Political Agency. SSRN, 2026.&lt;br&gt;
&lt;a href="https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6787439" rel="noopener noreferrer"&gt;https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6787439&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;About the Author&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Agustin V. Startari is a linguistic theorist, author, and researcher in historical studies. His work examines the relationship between artificial intelligence, syntax, authority, institutional discourse, and the disappearance of agency in automated language systems.&lt;/p&gt;

&lt;p&gt;He is the author of Grammars of Power, The Grammar of Objectivity, Suffering Without Perpetrators, and The Grammar of Asymmetric Visibility. His research focuses on how language models and institutional discourse can redistribute responsibility through grammatical form.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Personal website:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://www.agustinvstartari.com/" rel="noopener noreferrer"&gt;https://www.agustinvstartari.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SSRN Author Page:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=7639915" rel="noopener noreferrer"&gt;https://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=7639915&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ResearcherID:&lt;/strong&gt;&lt;br&gt;
K-5792-2016&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Authorial Ethos&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I do not use artificial intelligence to write what I don’t know. I use it to challenge what I do. I write to reclaim the voice in an age of automated neutrality. My work is not outsourced. It is authored.&lt;/p&gt;

&lt;p&gt;Agustin V. Startari&lt;/p&gt;

&lt;p&gt;**&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/..." class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/..." alt="Uploading image" width="800" height="400"&gt;&lt;/a&gt;**&lt;/p&gt;

&lt;p&gt;AI, Journalism, NLP, Media, Gaza, Palestine, Israel, Press, Language Models, Accountability, Political Linguistics, AI Ethics, War Reporting, Narrative Systems, Humanitarian Passive, Asymmetric Visibility&lt;/p&gt;

</description>
      <category>ai</category>
      <category>discuss</category>
      <category>machinelearning</category>
      <category>react</category>
    </item>
  </channel>
</rss>
