Most people who design software think about it in terms of tools — menus, buttons, inputs, outputs. Brenda Laurel looked at a computer screen and saw a stage. Her radical insight, that human-computer interaction should be understood through the lens of dramatic theory rather than engineering, changed the way an entire generation of designers thought about what software could be. From her groundbreaking doctoral work applying Aristotelian poetics to interface design, to her pioneering experiments in virtual reality at Atari, to her courageous attempt to build a game company for girls when no one else would, Laurel spent decades proving that technology is at its most powerful when it treats users not as operators but as participants in a living, unfolding story.
From Theater to Technology: An Unlikely Path
Brenda Laurel was born in 1950 and grew up immersed in the performing arts. She earned a BFA in theater from DePauw University and a PhD in theater from Ohio State University, where her dissertation explored the intersection of dramatic structure and interactive computing. This was the late 1970s, when personal computing was still embryonic, and the idea that Aristotle’s Poetics could inform software design struck most computer scientists as absurd.
But Laurel saw connections that no one else did. In Aristotle’s framework, drama unfolds through six elements: action (plot), character, thought, language, pattern (music), and spectacle (visual design). Laurel argued that these same elements are present in every interaction a person has with a computer. The user is not merely pressing buttons — they are an actor in a dramatic structure, with agency, intention, and emotional engagement. The designer’s job is not to build a control panel but to create the conditions for meaningful dramatic action.
This insight would take decades to be fully appreciated, but it planted the seeds for what we now call experience design, narrative UX, and interactive storytelling. Designers like Don Norman, who championed human-centered design, were working on parallel tracks, but Laurel’s theatrical framework offered something unique: a way to think about the emotional arc of an interaction, not just its usability.
The Atari Years and the Birth of VR Research
In 1980, Laurel joined Atari, which at the time was not just a game company but a hotbed of technological experimentation. She worked in the Atari Research Lab alongside some of the most creative minds in computing, including Alan Kay, who had already revolutionized thinking about personal computing and object-oriented programming at Xerox PARC.
At Atari, Laurel began exploring virtual reality and interactive narrative in earnest. She helped develop early concepts for immersive environments that would respond to user actions in dramatically coherent ways. The idea was not just to create a 3D space but to create a 3D story — an environment where the user’s choices generated meaningful dramatic consequences rather than arbitrary branching paths.
This work predated the mainstream VR boom by decades. While Ivan Sutherland had built the first head-mounted display in 1968, Laurel was among the first to think seriously about what people would actually do inside virtual worlds and how to design those experiences to be emotionally and narratively satisfying. Her approach was fundamentally different from the engineering-first mindset that dominated early VR: she started with the human experience and worked backward to the technology.
Interactive Theater Patterns in Software Design
Laurel’s dramatic framework was not merely theoretical — it offered concrete design patterns that developers could apply. The following pseudocode illustrates how Aristotelian dramatic structure can be mapped onto an interactive system’s event handling:
// Interactive Theater Pattern: Aristotelian Event Architecture
// Maps dramatic structure to software interaction design
class DramaticInteraction {
constructor(userAgent) {
this.agent = userAgent;
this.dramaticArc = new DramaticArc();
this.emotionalState = new EmotionalTracker();
}
// Aristotle's Six Elements mapped to interaction design
processInteraction(event) {
// 1. Action (Plot) — what happens in response to user choice
const plotPoint = this.dramaticArc.evaluateAction(event);
// 2. Character — maintain consistent agent personality
const characterResponse = this.agent.respondInCharacter(plotPoint);
// 3. Thought — the reasoning visible to the user
const exposition = this.revealThought(characterResponse, {
clarity: 'progressive', // unfold understanding gradually
discovery: true // let user feel they figured it out
});
// 4. Language — diction and tone appropriate to context
const message = this.composeDiction(exposition, {
register: this.emotionalState.currentTone(),
rhythm: this.dramaticArc.currentPacing()
});
// 5. Pattern (Music) — tempo and rhythm of the interaction
const timing = this.calculateDramaticTiming({
tension: this.dramaticArc.currentTension(),
phase: this.dramaticArc.currentPhase(), // rising, climax, falling
userEngagement: this.emotionalState.engagement
});
// 6. Spectacle — visual/sensory presentation
const presentation = this.renderSpectacle(message, {
visualIntensity: timing.tension,
transitions: this.selectTransitions(timing.phase)
});
// Advance the dramatic arc based on user's enacted choice
this.dramaticArc.advance(plotPoint);
this.emotionalState.update(event, presentation);
return { presentation, timing, nextPossibleActions: plotPoint.branches };
}
// The key insight: rising action, climax, resolution
// applied to interface flow, not just narrative
calculateDramaticTiming({ tension, phase, userEngagement }) {
const pacing = {
exposition: { delay: 800, animDuration: 1200 },
risingAction: { delay: 400, animDuration: 800 },
climax: { delay: 100, animDuration: 300 },
fallingAction: { delay: 600, animDuration: 1000 },
denouement: { delay: 1000, animDuration: 1500 }
};
return {
...pacing[phase],
tension,
shouldPause: userEngagement < 0.3 // dramatic pause if user disengages
};
}
}
This pattern captures Laurel's core insight: every element of Aristotle's dramatic theory has a direct analog in interaction design. The pacing of animations, the tone of system messages, the way information is progressively revealed — all of these are dramatic choices, whether designers recognize them as such or not.
Computers as Theatre: The Book That Changed the Field
In 1991, Laurel published Computers as Theatre, which became one of the most influential books in the history of human-computer interaction. The book argued that the design of interactive experiences should be modeled on dramatic theory rather than on the conversation metaphor that dominated HCI at the time.
The conversational model treated the computer as a dialogue partner: the user says something, the computer responds. Laurel argued this was impoverished. In a conversation, you are always aware that you are talking to someone. In theater, you become immersed — you forget the medium and engage directly with the experience. This is what good software should do: make the interface disappear so the user is engaged in the action itself.
The book introduced several concepts that have become foundational in interaction design and UX. The notion of "first-person experience" — that the user should feel like a direct participant rather than an outside observer giving commands — anticipated the shift from command-line interfaces to direct manipulation, from flat UIs to immersive environments. Designers working on everything from video games to enterprise software found practical value in Laurel's framework.
The impact on game design was particularly profound. Designers like Will Wright, who created The Sims and SimCity, and Amy Hennig, who brought cinematic storytelling to games, were working in territory that Laurel had mapped. The idea that interactive media should aim for dramatic engagement rather than mere mechanical challenge owes a significant debt to her work. Roberta Williams, who pioneered the graphic adventure genre, had already demonstrated that narrative could be the backbone of interactive entertainment — Laurel provided the theoretical vocabulary to explain why it worked.
Purple Moon: Games for Girls in a Boy's World
In 1996, Laurel co-founded Purple Moon, a game company specifically designed to create interactive experiences for girls. This was a radical act. The game industry of the 1990s was overwhelmingly focused on male audiences, and the few games marketed to girls were typically shallow dress-up or fashion titles that reinforced stereotypes rather than challenging them.
Laurel approached the problem as a researcher first. She and her team spent years studying what girls actually wanted from interactive experiences, conducting extensive interviews and observations. The findings were revelatory: girls were not less interested in technology or games than boys. They were interested in different kinds of experiences — stories about navigating social relationships, managing emotional complexity, and exploring identity. They wanted characters with psychological depth, not just avatars to control.
Purple Moon produced two game series: Rockett, which followed a girl navigating the social landscape of a new school, and Secret Paths, which explored emotional and imaginative inner worlds. Both series were commercial successes, with millions of units sold. The games were also among the first to have a significant online community component, with the Purple Moon website becoming one of the most visited children's sites on the early web.
Despite this success, Purple Moon was acquired by Mattel in 1999 and subsequently shut down. The closure was a significant loss for the industry. Laurel had demonstrated that there was a vast, underserved audience for interactive experiences that prioritized emotional intelligence, narrative depth, and social exploration — insights that would take the game industry another fifteen years to fully absorb. The legacy is visible today in narrative-driven games that prioritize character and story, and in the growing recognition that the audience for interactive entertainment is far more diverse than the industry long assumed.
Virtual Reality and Embodied Interaction
Throughout the 1990s and into the 2000s, Laurel continued to push the boundaries of virtual reality and embodied interaction. Her work at Telepresence Research, Inc. explored how VR could be used not just for entertainment but for education, therapy, and social connection. She was particularly interested in the concept of "place" in virtual environments — the idea that a well-designed virtual space should feel like a real location with its own atmosphere, history, and emotional resonance.
VR Interaction Design: From Engineering to Experience
Laurel's approach to VR design rejected the prevailing engineering-first methodology. Instead of asking "what can the hardware do?", she asked "what should the human experience be?" The following code demonstrates her philosophy applied to VR interaction design:
# VR Interaction Design Framework
# Brenda Laurel's experience-first methodology applied to spatial computing
class ExperienceFirstVR:
"""
VR design framework based on Laurel's theatrical approach.
Prioritizes felt experience over technical capability.
"""
def __init__(self, environment):
self.environment = environment
self.sense_of_place = PlaceDesigner()
self.dramatic_engine = DramaticEngine()
self.embodiment = EmbodimentTracker()
def design_interaction(self, user_intent):
# Step 1: What is the dramatic purpose of this action?
# (Not: "what button does the user press?")
dramatic_purpose = self.dramatic_engine.interpret_intent(user_intent)
# Step 2: How should this feel in the body?
# Laurel's key insight: VR is embodied theater
somatic_response = self.embodiment.design_feeling(
action=dramatic_purpose,
proprioception=True, # awareness of body in space
kinesthetic_empathy=True # feeling through movement
)
# Step 3: How does the environment respond as a living place?
# Not a "level" or "scene" — a PLACE with character
environment_response = self.sense_of_place.respond(
to_action=dramatic_purpose,
atmosphere=self.environment.current_mood,
history=self.environment.accumulated_narrative
)
# Step 4: Maintain dramatic coherence across the experience
narrative_continuity = self.dramatic_engine.ensure_coherence(
past_actions=self.dramatic_engine.action_history,
current_beat=dramatic_purpose,
emotional_trajectory=self.embodiment.emotional_arc
)
return VRMoment(
somatic=somatic_response,
environmental=environment_response,
narrative=narrative_continuity,
# The "seam" between user and world should be invisible
immersion_integrity=self.calculate_immersion(
somatic_response, environment_response
)
)
def calculate_immersion(self, somatic, environmental):
"""
Laurel's theatrical principle: the medium should disappear.
In VR, any moment where the user thinks about the technology
is a failure of design, just as a visible stagehand
breaks theatrical illusion.
"""
friction_points = []
# Check for breaks in embodied presence
if somatic.latency > 20: # ms — threshold for presence
friction_points.append('motion_latency')
if not environmental.spatial_audio_coherent:
friction_points.append('audio_spatial_mismatch')
if somatic.haptic_delay > environmental.visual_delay + 5:
friction_points.append('haptic_visual_desync')
return ImmersionScore(
seamlessness=1.0 - (len(friction_points) * 0.15),
presence_quality='theatrical' if not friction_points else 'technical',
friction=friction_points
)
This framework embodies Laurel's principle that VR design is fundamentally an art of disappearance. The technology succeeds precisely when the user stops noticing it — just as great theatrical staging makes the audience forget they are sitting in chairs watching actors on a platform.
Design Research and the Art of Listening
One of Laurel's most enduring contributions is her approach to design research. Her 2003 book Design Research: Methods and Perspectives brought together diverse approaches to understanding users, from ethnography to participatory design to cultural probes. The book argued that good design research requires genuine curiosity about human experience — not just asking people what features they want, but understanding the deeper patterns of meaning in their lives.
This philosophy informed her work at institutions including the California College of the Arts, where she chaired the graduate Media Design program, and Sun Microsystems, where she worked on experimental interaction concepts. Her approach to research was always interdisciplinary, drawing on anthropology, psychology, performance studies, and philosophy alongside computer science. In the era of modern project management, tools like Taskee help research teams coordinate these complex interdisciplinary efforts — the kind of collaborative, cross-domain work that Laurel championed throughout her career.
Laurel's research methodology influenced a generation of UX researchers and designers. The tech industry's gradual shift from feature-driven development to user-centered design owes something to her insistence that understanding human experience requires methods borrowed from the humanities, not just the sciences. Her emphasis on empathetic, qualitative research anticipated practices that would become standard in design thinking and human-centered design frameworks.
Utopian Entrepreneur: Technology in Service of Values
In 2001, Laurel published Utopian Entrepreneur, a slim but powerful book arguing that technologists have an obligation to consider the social and ethical implications of their work. Written in the aftermath of the dot-com crash, the book challenged the Silicon Valley ethos of growth at all costs and argued for a more intentional, values-driven approach to technology development.
Laurel drew on her experience with Purple Moon to illustrate the challenges of building a values-driven technology company within a market-driven ecosystem. She argued that entrepreneurs should start with a clear understanding of the values they want to embody and the change they want to create in the world, and then design their businesses and products accordingly. This approach anticipated many themes that would become central to discussions about tech ethics, responsible innovation, and stakeholder capitalism in the 2010s and 2020s.
Her work in this area connects to a broader tradition in computing of thinkers who understood that technology is never neutral. Douglas Engelbart, who invented the computer mouse and pioneered hypertext, was driven by a vision of technology augmenting human intellect for the collective good. Laurel shared this conviction that the purpose of technology is not efficiency alone but human flourishing.
Legacy and Continuing Influence
Brenda Laurel's influence extends across multiple domains. In human-computer interaction, her theatrical framework remains one of the most generative models for thinking about interactive experience design. In virtual reality, her insistence on experience-first design anticipated many of the principles that contemporary VR designers are still learning. In game design, her work with Purple Moon demonstrated that interactive entertainment can and should serve diverse audiences with diverse kinds of experience.
Her intellectual lineage is visible in the work of countless designers, researchers, and entrepreneurs. The narrative turn in game design, the experience economy, the movement toward empathetic and inclusive design — all of these have roots in Laurel's work. When modern design agencies like Toimi approach digital product design as the crafting of holistic user experiences rather than the arrangement of interface elements, they are operating in the conceptual space that Laurel helped create.
The current renaissance in VR and spatial computing has given Laurel's ideas renewed relevance. As companies build immersive environments for work, play, education, and social interaction, the questions she raised decades ago — about presence, embodiment, dramatic structure, and the emotional quality of virtual places — are more urgent than ever. Pioneers like Alan Cooper, who brought interaction design into mainstream software development, extended many of the principles that Laurel articulated in a theatrical key.
Laurel was also an early voice arguing that the tech industry needed more diverse perspectives — not just for reasons of equity, but because homogeneous teams produce impoverished designs. Her work at Purple Moon was a practical demonstration of this principle: by taking girls' experiences seriously and designing for their actual interests rather than industry assumptions, she created products that were both commercially successful and culturally significant. Carol Shaw, the first professional female video game designer, had broken ground in the earliest days of the industry; Laurel built on that foundation by showing that the industry itself needed to be redesigned.
Perhaps Laurel's most profound contribution is the simple, radical idea that technology is a performing art. The screen is a stage. The user is a participant. The interaction is a drama. When this drama is well-designed — when it has the right pacing, the right emotional arc, the right balance of agency and structure — technology achieves something more than utility. It becomes an experience worthy of the people who use it.
Frequently Asked Questions
What is Brenda Laurel's "Computers as Theatre" theory?
Brenda Laurel's "Computers as Theatre" theory proposes that human-computer interaction should be understood through the lens of dramatic theory — specifically Aristotle's Poetics — rather than through the conversational or tool-use metaphors that traditionally dominated interface design. She argues that Aristotle's six elements of drama (action, character, thought, language, pattern, and spectacle) map directly onto the elements of interactive experience. The key insight is that users should be treated as participants in a dramatic experience rather than as operators of a machine, and that the goal of interaction design is immersion — making the interface disappear so the user engages directly with the experience itself.
What was Purple Moon and why was it significant?
Purple Moon was a video game company co-founded by Brenda Laurel in 1996, specifically designed to create interactive experiences for girls. Based on extensive research into what girls actually wanted from games — not what the industry assumed they wanted — Purple Moon produced the Rockett and Secret Paths game series, which explored social relationships, emotional complexity, and identity. The company sold millions of units and built one of the most popular children's websites of the late 1990s. Purple Moon was acquired by Mattel in 1999 and shut down, but its research and products demonstrated that the audience for interactive entertainment was far more diverse than the male-dominated game industry recognized.
How did Brenda Laurel contribute to virtual reality?
Laurel contributed to virtual reality through both theoretical and practical work spanning several decades. At Atari Research in the early 1980s, she helped develop concepts for immersive narrative environments. Through her company Telepresence Research, Inc. in the 1990s, she explored VR applications for education, therapy, and social connection. Her most important VR contribution was methodological: she championed an experience-first approach that starts with the desired human experience and works backward to the technology, rather than starting with hardware capabilities. She also introduced the concept of "place" in virtual environments — the idea that virtual spaces should have atmosphere, history, and emotional character, not just geometric form.
How does Laurel's theatrical framework apply to modern UX design?
Laurel's theatrical framework applies to modern UX design in several concrete ways. First, it encourages designers to think about the emotional arc of an interaction — not just whether a user can complete a task, but how the experience feels from beginning to end. Second, it emphasizes the concept of first-person experience: the user should feel like a direct participant rather than someone giving commands to a system. Third, it provides a vocabulary for discussing elements like pacing, tension, and resolution in interface design, concepts that are difficult to articulate using purely technical frameworks. Fourth, it foregrounds the principle that the best interface is invisible — just as great theater makes you forget you are watching a performance, great software makes you forget you are using a tool.
What is Brenda Laurel's approach to design research?
Laurel advocated for an interdisciplinary, empathetic approach to design research that draws on methods from the humanities and social sciences alongside traditional engineering and usability testing. Her 2003 book Design Research: Methods and Perspectives presented a wide range of research methodologies, from ethnography and participatory design to cultural probes. She argued that understanding users requires genuine curiosity about human experience — going beyond surface-level feature requests to understand the deeper patterns of meaning in people's lives. This approach was instrumental in the tech industry's gradual shift from feature-driven development to human-centered design, and it anticipated many practices that are now standard in design thinking methodologies.