You know how you'll eat the donut even though you know about cholesterol? Not because you're ignorant of heart disease — you read the article last week — but because the donut is here, warm, now, and the heart attack is a vague cloud twenty years out. That's hyperbolic discounting, and it's the exact mechanism this paper argues is running your users' password decisions. The committed claim: cognitive biases from behavioral economics — specifically hyperbolic discounting, status quo bias, and present bias — are better explanatory models for insecure password behavior than simple lack of awareness. Users know passwords should be strong and unique. They reuse them anyway because the cost of a breach is abstract and future, while the cost of remembering a new password is concrete and now. This isn't a knowledge problem. It's a temporal discounting problem. Crowe et al. from Texas A&M ran a survey examining how people create, store, and manage passwords, looking at whether increased cybersecurity awareness has actually changed behavior over time. The answer is roughly: awareness went up, behavior barely budged. Users consistently prioritize memorability over strength. Password managers and multi-factor authentication remain under-adopted not because people haven't heard of them, but because switching costs feel immediate and large while security benefits feel distant and probabilistic. The architecture here is straightforward survey methodology filtered through a behavioral economics lens. No ML, no novel algorithm — this is human-subjects research applying established decision-theory frameworks (Kahneman and Tversky's lineage) to a security domain. The paper sits in the usable security / human-centered security subfield, which has been running this play — 'users are irrational about security, here's why' — for about fifteen years now. The specific contribution is mapping three named biases to three specific password behaviors and confirming them via survey data. The integrity question is the weak link. Survey-based self-report about security behavior is notoriously unreliable — people over-report good habits and under-report bad ones. The paper doesn't mention sample size, demographics, or statistical tests in the abstract, which makes it hard to assess effect sizes or generalizability. No pre-registration is mentioned. The validation is essentially: we asked people what they do, they said what we expected, and behavioral economics explains why. That's circular unless the survey design forces specific predictions that could have failed. The practical value is in the design implications. If you're building authentication systems, the takeaway is: stop designing for the rational user who weighs long-term breach probability against short-term convenience. Design for the user who hyperbolically discounts the future. That means reducing the immediate friction of secure behavior (password managers with zero-click autofill, passkeys, invisible MFA) rather than increasing awareness of threats. The field has been saying this for a decade, but this paper adds the specific behavioral economics vocabulary that might help security architects talk to product designers. The obvious next experiment nobody ran: an intervention study. You've identified the biases — now test whether nudges calibrated to those specific biases actually change behavior. A/B test a password-creation flow that uses commitment devices against hyperbolic discounting versus a control with standard 'make your password stronger' warnings. My read on why they didn't run it: this is a survey paper from what appears to be a student research team, and intervention studies require IRB approval, a live system to instrument, and significantly more time and budget. They're establishing the theoretical framework first — classic (a), ran out of resources.