Beyond Dark Patterns: A Concept-Based Framework for Ethical Software Design
Evan Caragay, Katherine Xiong, Jonathan Zong, Daniel Jackson
TL;DR
This paper advances a positive, concept-based framework for ethical software design to address dark patterns. It defines software concepts as modular units with state, actions, and UI mappings, and introduces concept catalogs to articulate standard expectations and detect deviations. Through three studies, it shows that the framework can describe existing dark patterns, handle nuanced design differences (e.g., Shopping Cart variants), and capture common functionality across popular websites. The approach holds promise for regulators and practitioners by providing a concrete, interoperable language for evaluating design ethics and guiding safer, user-centered design practices.
Abstract
Current dark pattern research tells designers what not to do, but how do they know what to do? In contrast to prior approaches that focus on patterns to avoid and their underlying principles, we present a framework grounded in positive expected behavior against which deviations can be judged. To articulate this expected behavior, we use concepts -- abstract units of functionality that compose applications. We define a design as dark when its concepts violate users' expectations, and benefit the application provider at the user's expense. Though user expectations can differ, users tend to develop common expectations as they encounter the same concepts across multiple applications, which we can record in a concept catalog as standard concepts. We evaluate our framework and concept catalog through three studies, illustrating their ability to describe existing dark patterns, evaluate nuanced designs, and document common application functionality.
