The psychological engineering behind deepfake misuse
As developers in the computer vision and biometrics space, we often treat the "threat model" of our technology as a purely technical challenge. We focus on liveness detection, anti-spoofing algorithms, and hardening our APIs against injection attacks. However, recent research into the creation of deepfake pornography suggests that the most significant vulnerability in the facial recognition ecosystem isn't a bug in our code—it is a social permission structure enabled by the democratization of our tools.
The finding that dark personality traits like narcissism do not predict deepfake creation—but specific social attitudes do—should change how we think about the "bad actor" persona. For those of us building facial comparison and analysis tools, this indicates that the 464% explosion in deepfake content isn't driven by a small cohort of "monsters" using sophisticated exploits. It is driven by the fact that the barrier to entry for manipulating facial embeddings has dropped to near-zero, while the social cost remains dangerously low.
The Algorithm of Permission
From a technical perspective, deepfakes and professional facial comparison tools often rely on the same fundamental math: Euclidean distance analysis. We use these vectors to determine if two images represent the same individual for legitimate investigative purposes—helping solo investigators and OSINT professionals identify subjects with high confidence.
The research from Edith Cowan University highlights a "social distance" effect. When the distance between the creator and the subject is high (such as with a celebrity), the psychological friction of the act decreases. This is a critical insight for developers building consumer-facing AI. If users view facial data as "raw material" or abstract data points rather than a digital extension of a person’s identity, the ethical guardrails of the application will always be under pressure.
What This Means for the Dev Stack
If the threat is "ordinary" users with harmful attitudes rather than "specialized" attackers, our deployment strategies must adapt:
- Metadata and Attribution: We need more robust standards for image provenance. If attitudes minimize harm because the act feels anonymous, we must bake accountability into the output.
- Comparison vs. Synthesis: At CaraComp, we focus on facial comparison—taking two existing photos provided by an investigator to see if they match. This is a "closed-loop" use case. Deepfake synthesis, by contrast, is "open-loop," creating new, unverified data. Developers should prioritize building tools that verify reality rather than those that obscure it.
- UI/UX as a Guardrail: If "rape myth acceptance" and the minimization of harm are the primary drivers, the software interface itself must stop acting as a neutral conduit.
Moving Beyond the "Dark Triad" Myth
For too long, the tech industry has operated under the myth that misuse is a "fringe" problem caused by a "Dark Triad" of users. This study proves that the risk is systemic and cultural. When we build facial recognition or comparison APIs, we aren't just shipping code; we are shipping power.
As we continue to lower the cost of enterprise-grade analysis—bringing the power of Euclidean distance metrics to the solo PI at a fraction of the traditional cost—we have to ensure that our tools are designed for the high-integrity environment of a professional investigation, not the lawless environment of anonymous image boards.
Given that social attitudes are a better predictor of tech misuse than personality traits, do you believe developers have a responsibility to build "ethical friction" into AI tools, even if it degrades the user experience?













