view as markdownreport a mistake

Interaction Mode Routing

type: concept
confidence: medium
updated: 2026-07-13
status: compiled
namespace: ai-native-product-surfaces
sources: 6

Interaction Mode Routing is a product refactor lens for choosing whether a task should use direct UI, agentic delegation, generative UI, or stable truth/routing surfaces.

The question is not "should this use AI?" The question is: what interaction mode best fits the user's need for speed, control, exploration, inspection, and execution?

Four modes

ModeUse whenFailure smell
Direct UIThe human can act faster by manipulating visible objects than by describing the action.Replacing a faster button, slider, table, or visual control with a slower chatbot.
Agentic delegationThe user wants an outcome across repetitive or cross-tool work, not every step.Hiding judgment, provenance, or approval behind autonomous action.
Generative UIThe user needs to compare, inspect, tune, approve, or understand a middle-complexity task.A prompt box that only feeds a fixed grid, or a generated surface that hides source/constraints.
Stable truth/routingThe surface is durable source truth, provenance, or routing.Generated UI becoming the only place a decision, source, or constraint exists.

Product-surface use

Use AI-Native Problem Framing Framework first to define environment, actions, goal, constraints, and agency constraints. Then choose the interaction mode:

Use Material Loop and Glass Interfaces as the material closeness test: if the work carries taste, trust, scope, provenance, architecture, or release responsibility, keep it visible and steerable instead of collapsing it into black-box output.

Use Taste Requires Contact as the learning-friction test: when firsthand use, diagnosis, imitation, preference formation, or final selection is how the user develops judgment, assist that act without delegating it away.

I-know-kungfu refactor

For I-know-kungfu, the strongest next surface is a generated Fit Check Surface over stable wiki truth:

This keeps the product out of two traps: pure chatbot and static card pile.

Pixi Wiki / vault refactor

Pixi Wiki should keep source/navigation stable and generate temporary review surfaces above the corpus:

Agent workflow connection

For Hermes Mission Control, chat is the command channel, not the whole interface. Review and approval should be shaped as small generated control surfaces while durable truth remains in GitHub, Obsidian, handoffs, skills, and knowledge entrypoints.

For verbose agent output, use Agent Output Decision Artifacts when the user needs a decision, approval, comparison, or steering surface instead of a wall of chat prose.

Source

Compiled from Knowledge/concepts/interaction-mode-routing.md plus project applications in I-know-kungfu, Pixi Wiki, and Hermes Mission Control.