Representation as
a way of seeing.
Representation is the form a problem takes so that its important structure becomes visible. On this site, representation is not only a way to store information; it is a way to decide what can be solved, checked, moved, searched, or played.
Definition
What It Means
A problem can usually be described in more than one correct way. Each description preserves some meaning, reveals some structure, and hides other structure. The right representation depends on the question being asked and on the system that must act on it.
A representation can be faithful and still be awkward. It can contain the needed information while making the next operation difficult. A useful representation does not merely name the thing; it gives a mind, machine, robot, search system, or performer a workable grip on the structure that matters.
What It Is Not
Not only visual design.
Representation can be visual, but it can also be algebraic, geometric, semantic, procedural, mechanical, or embodied.
Not only a data format.
A file format stores information. A useful representation also exposes the operations a system needs to perform.
Not one best map forever.
One representation may be excellent for calculation and poor for motion, search, verification, or play.
Representation is also not a vague metaphor replacing technical specifics. The point is to choose forms that make specific operations possible: solving, checking, moving, retrieving, citing, shaping, or performing.
Why It Matters
A weak representation can make simple things hard because the structure needed for the next step is buried. A strong representation can make hidden structure visible enough to reason about, validate, move through, retrieve, cite, or play.
This is why a useful project often begins before the obvious solving step. Before solving a problem, ask what form the problem needs to take.
Examples Across The Site
In The Right Map for the Question, number systems are the doorway: the same quantity can be written in different forms, and those forms make different operations easy or hard.
In robotics, a robot can be represented as joints, coordinate frames, geometry, collision volumes, trajectories, constraints, or control signals. Geometric reasoning is one way physical questions become checkable.
In Clause, software intent is represented through requirements docs, design docs, manifests, code traces, tests, and validation records so design meaning remains visible under LLM-assisted editing.
In semantic AI search, a website represents people, projects, concepts, and relationships through canonical pages, visible text, internal links, and conservative schema. The site's entity map makes those relationships explicit.
In music technology, an instrument represents musical thought through gesture, resonance, mechanics, timing, and control. The Harmonic Sitar is one in-development expression of that question.