Deixis
Description
Deixis is reference whose meaning is determined by the context of utterance — the speaker’s location, time, identity, conversational thread, or surrounding frame. The deictic expression itself (“this,” “here,” “now,” “I”) is lexically lightweight; what makes it concrete is the anchor context against which it resolves. Strip the anchor and the reference becomes unresolved (“meet me here” — where?) or misresolves to a different referent than intended. The diagnostic question — “if I transplant this expression to a different context without its anchor, does the reference survive intact, fail to resolve, or silently misresolve?” — separates deixis from context-independent reference. A proper name (“Madison, Wisconsin”) survives transplant; a deictic expression (“this city”) does not. The transportability failure mode is the structural fingerprint. Linguistically, deixis sorts into a small number of well-studied categories — person (I / you), spatial (here / there / this / that), temporal (now / yesterday / soon), discourse (the aforementioned / the following), and social (formality registers tied to speaker-hearer status). But the structural pattern recurs far outside language. Anywhere a system uses lightweight references that depend on an anchor (relative file paths,self / this in OOP, frame-relative coordinates in physics or graphics, current-user / current-session in agent contexts, “the directory above” in shell commands), deixis is the underlying mechanism. The benefit is compression — short references that pack meaning by leaning on context. The cost is brittleness under transplantation.
The catalog’s interest in deixis is mostly that it crosses domain boundaries cleanly. The same structural shape (lightweight reference + required anchor + transportability failure) shows up in linguistics, file systems, programming, physics, and agent-context design. When references break in unexpected places, deixis is often the diagnostic.
Triggers
User-initiated: User describes a reference that resolves differently in different contexts, a system where the meaning of an expression depends on where you are when you read it, or a failure where a previously-working reference now points somewhere wrong. Vocabulary cues: “deixis,” “deictic,” “relative reference,” “context-dependent,” “this/here/now,” “self,” “current,” “frame-relative.” Agent-initiated: Agent notices an expression whose referent depends on the surrounding context, especially if the agent is preparing to quote, transplant, or serialize the expression. Candidate inference: “this is deictic — if I move it without its anchor, will it still resolve?” Situation-shape signals: Relative paths in code or URLs,self/this/current_* references, frame-relative coordinate systems, conversation transcripts with deictic gaps, voice memos with unresolved “this,” anchor-loss failures in agent context handoff.
Exclusions
- Fully-resolved absolute references — “Madison, Wisconsin, 53703” survives any transplant. Proper names, GPS coordinates, absolute timestamps, fully-qualified URLs are deliberately non-deictic. Applying the deixis frame to them is a category mistake.
- Pure timeless mathematical or logical statements — “2 + 2 = 4,” “for all x, P(x) implies Q(x).” No deictic anchor required; meaning is invariant across contexts. The structure isn’t deixis.
- Content with no anchored pivot — a generic policy document that says “users should not share passwords” has no deictic expression; it just states a rule. The deixis frame doesn’t fit unless there’s an anchor-dependent reference doing work.
- Conventional shortcuts that LOOK deictic but aren’t — “the README” in a project context can feel like deixis but is usually a stable convention referring to the file at the project root. If the conventional referent is fixed across all contexts, the expression isn’t truly deictic — it’s an abbreviation. The diagnostic: does it resolve to different things in different contexts? If no, it’s not deixis.
Structure
Relationships
- route-as-context — the path IS the deictic anchor. Route-as-context is the high-level doctrine; deixis is the semantic mechanism that makes the doctrine carry meaning.
- isomorphism — opposite of context-portability. Isomorphism preserves under structure-preserving maps; deixis breaks. Together they form the spectrum of how references survive translation.
- pragmatic-implicature — sibling on the context-dependence axis. Deixis resolves references; implicature resolves meanings. Both fail when the frame fails.
- frame-story — narrative analog. Deixis at the frame boundary flips reference; the same “I” or “now” means different things on either side of the frame.
- seam — deictic expressions are often the items that need explicit handling at seams between systems. The seam between two file systems, two coordinate frames, two conversational frames is where deictic-vs-absolute conversions live.
Examples
Linguistic deixis (canonical case) · linguistics
Linguistic deixis (canonical case) · linguistics
Relative file paths · computer-science
Relative file paths · computer-science
../images/foo.png resolves against the current file’s location. Move the file, and the reference now points somewhere different (or nowhere). Deixis in the file system; the transportability failure is well-known to anyone who’s reorganized a project.C. S. Peirce, *Collected Papers* (1931-1958) on indexical signs — semiotic forerunner; the "index" pointing to its objec · linguistics
C. S. Peirce, *Collected Papers* (1931-1958) on indexical signs — semiotic forerunner; the "index" pointing to its objec · linguistics
self pointers, temporal references), make the anchor’s existence and structure explicit in documentation or type-system enforcement. The structural failure mode of indexical reference is silent misresolution when the anchor changes — and silent failures are the most expensive class to debug.Frame-relative coordinates in physics and graphics · computer-science
Frame-relative coordinates in physics and graphics · computer-science
Husserl's indexicality · philosophy
Husserl's indexicality · philosophy
John Perry, "The Problem of the Essential Indexical." *Noûs*, 13(1), 1979, pp. 3–21. · philosophy
John Perry, "The Problem of the Essential Indexical." *Noûs*, 13(1), 1979, pp. 3–21. · philosophy
`self` and `this` in object-oriented code · computer-science
`self` and `this` in object-oriented code · computer-science
self so the implementation is portable across instances; the anchor (which instance is executing) supplies the referent at runtime.Shell commands · computer-science
Shell commands · computer-science
cd -, ls ., git checkout HEAD~1 all use deictic anchors. The same command produces different effects depending on the shell’s current state. Power and confusion live in equal measure here.Stephen C. Levinson, *Pragmatics* (Cambridge University Press, 1983; Cambridge Textbooks in Linguistics), ch. 2, "Deixis." · linguistics
Stephen C. Levinson, *Pragmatics* (Cambridge University Press, 1983; Cambridge Textbooks in Linguistics), ch. 2, "Deixis." · linguistics
cwd, a self pointer, or a “now” timestamp.Inference: every deictic system is organized around a small set of anchor types, and a reference is only interpretable to someone who shares the relevant anchor — so the cost of a deictic expression is the context the receiver must already have.Voice memos and saved-for-later notes · linguistics
Voice memos and saved-for-later notes · linguistics