RIB · English Edition

Intent Computation vs. Sui’s Smart-Contract Logic

ICR

Intent Computation vs. Sui’s Smart-Contract Logic

Understanding the Key Difference in Simple Terms

At the core, the difference is this:

Sui’s contract logic executes commands.
Intent computation understands and realizes goals.

In other words, Sui focuses on “what to do,”
while Intent focuses on “what you want to achieve.”

🧠 1. Core Idea — “Command vs. Purpose”

Model

Core Logic

Example

Sui (Smart Contract)

You tell the system what to do, it executes precisely.

“Transfer 10 tokens to A.” → Executes and updates the ledger ✅

Intent Computation

You tell the system what outcome you want, it figures out how to achieve it.

“I want A to receive a reward of equal value.” → The system finds the best path to make it happen.

Sui = command → execution.
Intent = purpose → generation.

⚙️ 2. From a Developer’s Perspective

Aspect

Sui Smart Contract

Intent Computation

Programming object

Function / logic

Goal / purpose

Structure

Static execution

Dynamic generation

Input

Explicit parameters

Semantic intention

Output

State change

Action sequence + realized result

Example

transfer(token, A, 10)

reward(A, "contribution 10") → system auto-matches contracts and paths

Put simply:
Sui is a robot that follows your orders.
Intent is an assistant that understands your motivation.

🌐 3. System Logic: Execution vs. Generation

Layer

Sui Model

Intent Model

Contract layer

Logic is hard-coded

Logic is generated dynamically

State layer

Each operation consumes gas

Intents can batch, merge, or co-execute

Interaction

User signs each step

User only declares intent once

Composability

Manual composition of contracts

Automatic orchestration via AI planner

In Sui, you build step-by-step workflows.
In Intent systems, you describe the goal — the system composes the workflow itself.

💰 4. Economic & Business Angle

Aspect

Sui Logic

Intent Logic

Cost

Every action settles on-chain

Batching and off-chain orchestration reduce gas

Efficiency

Fast but rigid

Higher overall generation efficiency (RGR)

User experience

Developer-centric

User-centric (“just express what you want”)

Innovation

New code = new function

New intent = new reality generation path

On Sui, innovation means writing new contracts.
In Intent systems, innovation means combining existing ones in new ways.

🧩 5. Simple Analogy: Cooking

You no longer manage how — you define why.

🔮 6. Why This Matters

The real advantage of Intent computation is generativity.

So:

Intent computation turns a blockchain from an executor into a generator.

That brings three breakthroughs:

  1. Lower barrier — users don’t need to code.
  2. Higher efficiency — many actions can co-execute through shared intent.
  3. More creativity — the system can discover new economic patterns.

✅ 7. Summary in One Sentence

Sui’s smart-contract logic tells machines what to do.
Intent computation tells machines what you want to achieve.
The former is a command-driven deterministic world.
The latter is a goal-driven generative world.