DEVCEPTION BLOG

INTEL DISPATCH

Game design, developer psychology, and technical deep-dives from the developer behind Devception.

4 ARTICLES
GAME DESIGN

How Social Deduction Changes Coding Collaboration

Most collaboration tools assume everyone acts in good faith. Devception removes that assumption on purpose — and turns code review, communication, and trust into a skill you can feel yourself sharpening.

#social deduction#code review#collaboration
April 12, 20268 MIN READ →
GAME PSYCHOLOGY

The Psychology of Finding the Imposter

People detect lies at barely better than chance. So why do skilled players catch saboteurs so reliably? Because good detection is about evidence and pattern recognition — not gut feeling. Here is the science.

#psychology#deception detection#cognitive bias
April 28, 20269 MIN READ →
BEHIND THE SCENES

How We Built Devception: An Honest Build Log

The real engineering story of a pre-launch multiplayer coding game: the naive textarea that fell apart, the operational-transform rabbit hole, and why we ended up on CRDTs with Yjs.

#engineering#crdt#yjs
May 15, 202610 MIN READ →
TECHNICAL

Real-Time Multiplayer Architecture with Socket.IO and Next.js

A practical guide to the architecture behind Devception: Socket.IO rooms and reconnection, why Vercel serverless fights long-lived sockets, CRDT vs OT for the shared editor, and server-authoritative anti-cheat.

#socket.io#next.js#websockets
June 2, 202611 MIN READ →