Intent as the New Form of Communication and Interface
A thesis for intent native computing in the age of large models
Abstract
Human computer interaction is still bottlenecked by translation: people convert meaning into language, language into commands, and commands into software specific steps. Even with modern AI, users perform the hardest part themselves, turning a vague or emotional intention into precise instructions a system can execute. This thesis argues that intent should become a first class communication primitive, alongside text, voice, and touch.
An intent native system treats language as one rendering of an underlying intent rather than as the source of truth. It infers, represents, and negotiates intent directly, using context, goals, constraints, preferences, and uncertainty. The user expresses outcomes and boundaries; the system proposes drafts, actions, and next steps for review and approval.
This paper defines intent as a structured, continuously evolving object and proposes a computational and interface framework for inferring it, negotiating it, remembering it, and keeping it safe, with implications for messaging, productivity, learning, commerce, and creative work. It also addresses the risks: misinterpretation, manipulation, privacy leakage, and loss of user agency. Against these it proposes concrete safeguards, including reversible proposals, explicit uncertainty, provenance, and user owned memory.
The thesis concludes with a research and product agenda for building intent native platforms and evaluating them as communication systems rather than chatbots.
Keywords
Intent computing, human computer interaction, contextual AI, interactive inference, goal representation, uncertainty, memory, safety, user agency, interface evolution
1. Introduction
The claim here is not that intent can be perfectly decoded. It is that intent can be negotiated, tracked, and improved over time through uncertainty estimates, clarification, and memory, and that an interface built around negotiation rather than immediate execution can be given real capability without becoming dangerous.
A surprising share of the effort in modern computing goes into communication overhead, and not only between people. Most digital systems require the user to speak the system's language: menus, fields, workflows, formats, tool boundaries. Talking to AI added another dialect to learn, with its own craft of prompting, iterating, correcting, and explaining.
The surfaces have changed many times over; the translation burden has moved far less than the interfaces have.
The underlying problem is that language is a lossy encoding of a mental state. The intent exists before the sentence does, and it carries things the sentence usually drops: direction, outcome, urgency, constraints, shared context. When someone says "handle it," a colleague often understands because of shared memory and situational awareness. Software has neither, and interfaces make it worse by treating the sentence as the full input rather than as one artifact of it.
Large models generate fluent text, but fluency does not solve intent. Their outputs are often plausible and misaligned at the same time, because what the user meant never fully existed in the prompt. Users compensate by writing more, so the system appears smarter while the user quietly does more of the cognitive work.
This thesis proposes inverting that arrangement: treat intent as the core input and language as one projection of it. In such a system the user communicates outcomes and boundaries, the system drafts proposals from context, and the relationship shifts from a tool that waits for perfect instructions to a collaborator that proposes, clarifies, and learns.
2. The Interface Bottleneck Is Translation, Not Intelligence
Most interaction paradigms follow the same structure.
First, the human translates a mental goal into an external command. Second, the system interprets the command. Third, the system executes or responds.
Each generation of interface has mostly shuffled these costs around. Graphical interfaces constrained interpretation at the price of more navigation; search cut the navigation but demanded keywords; mobile smoothed the friction while hiding the complexity. Conversational AI removed the syntax constraints and kept the translation burden intact, since the user must still resolve ambiguity through language.
What makes this expensive is not typing speed but semantic packaging: deciding what to include, what to omit, how to phrase it, and how to head off misinterpretation. The cost rises with emotional weight, complexity, and stakes. People rewrite a sensitive message many times over, and for multi step work they end up managing sequencing, dependencies, and tool coordination themselves.
Measured as mental effort per unit of outcome, modern systems remain inefficient: fast per interaction, expensive per decision.
Intent native interfaces target the expensive part by moving intelligence to the system side of the boundary.
3. Intent as a Computational Object
Intent is usually defined loosely as "what the user wants," which is too loose to build on.
3.1 Definition
Intent is a structured representation of a desired state transition under constraints, grounded in context, accompanied by uncertainty and a confirmation policy.
Intent includes:
This forces systems to treat intent as more than text.
3.2 Intent Is Not a Single Moment
Intent evolves: people begin with a vague direction and refine it as they see options. A system that captures intent once and freezes it has captured the wrong thing, so intent has to be held as a living object.
3.3 Intent Must Be Separable From Language
Language is only one encoding of the underlying object. The same intent can generate several different artifacts: an email, a task list, a calendar plan, a meeting agenda, or a negotiation script.
A system that stores intent only as text has to re infer it every time it is needed, while a system that stores it as structure can render it appropriately for each channel.
That is the actual interface shift: the user states what matters and what must not happen, instead of writing exact instructions.
4. Intent as Communication, Not Command
Traditional software treats input as a command, and many AI assistants treat it as a request. Intent systems treat the interaction as communication, which includes negotiation.
Humans coordinate using a pattern:
Intent native interfaces mirror this structure: the user expresses a direction, the system proposes a draft, and the two converge through lightweight confirmation.
This changes safety and usability:
The product primitive that matters here is the proposal with its reasoning attached, not the answer.
5. The Intent Communication Stack
An intent native platform can be described as a layered system.
5.1 Context Grounding
Context here does not mean everything the user has ever done; it means the small set of signals that explain the present moment.
Relevant context includes:
Context grounding eliminates prompt inflation by retrieving what matters.
5.2 Intent Inference and Representation
Inference maps signals into candidate intents. Representation stores them explicitly.
A practical approach is multi hypothesis modeling:
This is roughly how people interpret one another: hold a few readings at once, act on the likeliest, and stay open to correction.
5.3 Negotiation and Clarification
Clarification should occur only when uncertainty affects consequences.
Methods include:
Edits double as learning signals; a tone change, for example, becomes a recorded preference.
5.4 Drafting and Rendering
Once intent stabilizes, the system renders artifacts:
All drafts remain reversible.
5.5 Memory and Learning
Persistent intent requires memory, and memory is only acceptable if it is safe.
Two principles apply:
Held to both principles, the system avoids the two failure modes of memory: forgetting everything, and hoarding everything.
6. Interface Primitives: Intent Cards and Confirmation Loops
Intent must be visible and inspectable.
An effective primitive is the intent card, displaying:
Intent cards teach systems through natural interaction and preserve user agency. Autonomy can increase selectively, but proposal remains the default.
7. Evaluating Intent Systems as Communication Systems
Output correctness alone is not a sufficient measure for a communication system.
7.1 Core Metrics
7.2 Safety Metrics
7.3 Longitudinal Metrics
A successful intent system feels calm and predictable in daily use; the metrics above are meant to measure that, rather than demo appeal.
8. Risks and Safeguards
8.1 Misinterpretation and Overreach
Safeguards include explicit uncertainty, multiple hypotheses, default drafting, and confirmation for irreversible outcomes.
8.2 Manipulation
Safeguards include user aligned objectives, transparent reasoning, visible ranking logic, audit logs, and configurable priorities.
8.3 Privacy and Surveillance
Safeguards include minimal capture, visible context sources, local processing where possible, granular permissions, and easy deletion.
8.4 Dependency and Skill Loss
Safeguards include teach modes, structural explanations, and user controlled assistance levels.
9. Research Agenda
9.1 Robust Intent Representations
Handling conflicting goals, hidden constraints, multi person negotiation, and long horizons requires hybrid symbolic, neural, and graph based approaches.
9.2 Uncertainty Aware Interaction
A system needs a calibrated sense of its own uncertainty, so that it asks only the questions whose answers change the outcome.
9.3 Memory That Feels Safe
Memory must support selective recall, decay, boundaries, ownership, and portability.
9.4 Intent Portability Standards
Intent schemas, permissioned transfer, auditability, and cross tool rendering are essential to prevent lock in.
9.5 Social and Legal Governance
Inferred intent must be treated as sensitive data. Governance must address consent, liability, workplace norms, and regulation.
10. Conclusion
The shift argued for here is a change in what we treat as the input to computing, which is a different project from better prompts or faster typing.
Humans already coordinate through intent before language enters the picture. The proposal is to make that signal computable, inspectable, and negotiable, so that software stops waiting for perfect instructions and collaborates through proposals, clarification, and memory instead.
Getting there requires the primitives, safety boundaries, and evaluation methods described above, all of which put trust and user agency ahead of raw capability.
If it works, the payoff is mundane: fewer rewrites, fewer rounds of clarification, less of the working day spent translating what you mean into what the machine will accept.
Whether a given system delivers that is checkable against the metrics in section 7, and that is where evaluation of intent native platforms should start.