<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Short Lived</title>
    <description>The latest articles on DEV Community by Short Lived (@shortlivedage).</description>
    <link>https://dev.to/shortlivedage</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4061997%2Fad0735bc-7a79-4749-bc13-0a10af490d0e.png</url>
      <title>DEV Community: Short Lived</title>
      <link>https://dev.to/shortlivedage</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shortlivedage"/>
    <language>en</language>
    <item>
      <title>Passwords Are Losing, and the Numbers Finally Prove It</title>
      <dc:creator>Short Lived</dc:creator>
      <pubDate>Thu, 06 Aug 2026 09:49:45 +0000</pubDate>
      <link>https://dev.to/shortlivedage/passwords-are-losing-and-the-numbers-finally-prove-it-41m</link>
      <guid>https://dev.to/shortlivedage/passwords-are-losing-and-the-numbers-finally-prove-it-41m</guid>
      <description>&lt;h2&gt;
  
  
  What the report found
&lt;/h2&gt;

&lt;p&gt;The FIDO Alliance — the industry group behind the passwordless authentication standard — released its State of Passkeys 2026 report in May, based on research across 11,000 consumers and 1,400 enterprise decision-makers in ten countries. A few numbers stand out: passkeys now see a 93% sign-in success rate compared to 63% for passwords, and average sign-in time drops to roughly 8.5 seconds versus over 30 seconds for password-based logins. Awareness has also jumped to 90% of consumers, with about 5 billion passkeys now active worldwide.&lt;/p&gt;

&lt;p&gt;The security case is the more important one. Passkeys are built to be phishing-resistant by design — unlike a password, there’s no shared secret that can be typed into a fake login page, because the credential is cryptographically tied to the real site and your device. That’s a structural fix, not a behavioral one — it doesn’t depend on you spotting a scam email, which is precisely where most password-based breaches start.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why adoption still lags
&lt;/h2&gt;

&lt;p&gt;Here’s the more interesting number: even among organizations that have rolled out passkeys, the majority still keep passwords running in parallel as a fallback, and a large share of individual users still don’t use passkeys everywhere they’re offered. The barrier at this point isn’t awareness — it’s habit. People default to what’s familiar, even when the safer option is one tap away.&lt;/p&gt;

&lt;h2&gt;
  
  
  The practical takeaway
&lt;/h2&gt;

&lt;p&gt;Most major platforms — Google, Apple, Microsoft, and a growing list of banks and retailers — now offer passkeys as a login option, usually sitting quietly in account security settings labeled “passkey” or “sign in without a password.” The action worth taking today: pick your two or three most important accounts (email first, since it’s the recovery path to everything else) and set up a passkey where it’s offered, instead of waiting for a breach to force the decision.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Passkeys aren’t foolproof — device loss and account-recovery flows are still an active area of security research — but they close off phishing, which remains the largest single cause of account compromise today.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Reference
&lt;/h2&gt;

&lt;p&gt;FIDO Alliance, “The State of Passkeys 2026: Global Consumer and Workforce Report” (May 2026). &lt;a href="https://fidoalliance.org/fido-alliance-reports-accelerating-global-passkey-adoption-on-world-passkey-day-2026/" rel="noopener noreferrer"&gt;https://fidoalliance.org/fido-alliance-reports-accelerating-global-passkey-adoption-on-world-passkey-day-2026/&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;a href="https://ko-fi.com/shortlivedage" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F0x8a0yrz5e9avn6l2q5b.png" alt="Support Me on Ko-fi" width="800" height="162"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>passkeys</category>
      <category>digitalsafety</category>
      <category>passwords</category>
    </item>
    <item>
      <title>AI Can Make You Sharper at Spotting Misinformation — Or Worse at It</title>
      <dc:creator>Short Lived</dc:creator>
      <pubDate>Thu, 06 Aug 2026 04:32:18 +0000</pubDate>
      <link>https://dev.to/shortlivedage/ai-can-make-you-sharper-at-spotting-misinformation-or-worse-at-it-1pg8</link>
      <guid>https://dev.to/shortlivedage/ai-can-make-you-sharper-at-spotting-misinformation-or-worse-at-it-1pg8</guid>
      <description>&lt;h2&gt;
  
  
  What the research found
&lt;/h2&gt;

&lt;p&gt;Researchers at MIT's Media Lab ran a four-week study tracking 67 participants as they used AI assistants to help judge whether news headlines and images were real or fake. The AI tools themselves were genuinely useful — often landing on the accurate answer. But something notable happened to the people using them: participants who leaned on the AI's answers heavily got worse at spotting misinformation on their own over time, not better.&lt;/p&gt;

&lt;p&gt;The researchers point to a specific mechanism: the AI tended to hand over a confident answer rather than walk users through how to evaluate the claim themselves. Convenient in the moment, but it meant users weren't practicing the underlying skill — they were outsourcing it. The comparison researchers drew: much like GPS has quietly eroded many people's sense of direction, leaning on AI for judgment calls can erode the judgment itself.&lt;/p&gt;

&lt;p&gt;This isn't an isolated finding — a growing body of research this past year has converged on the same pattern across different tasks: AI tools reduce the mental effort a task takes, but that reduced effort sometimes comes at the cost of the reasoning skill the effort was building in the first place.&lt;/p&gt;

&lt;h2&gt;
  
  
  The practical takeaway
&lt;/h2&gt;

&lt;p&gt;None of this means avoid AI tools — the same research shows they're genuinely useful. The distinction that matters is how you use them:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Outsourcing judgment (accepting an AI's verdict on something and moving on) is where the erosion happens.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Using AI as a sparring partner — asking it to lay out the reasoning, checking that reasoning yourself, or asking it to argue the opposite case — keeps you actively engaged instead of passively accepting an answer.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A simple habit: before accepting an AI's answer on something that matters, ask it "what would make this wrong?" It's a small shift that keeps you in the loop rather than out of it.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;This study focused on misinformation-detection tasks over four weeks with 67 participants — a meaningful but specific slice of how people use AI day to day. The broader pattern is echoed elsewhere, but effects likely vary by task and person.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Reference
&lt;/h2&gt;

&lt;p&gt;Rani, A., Danry, V., Liang, P. P., Lippman, A., &amp;amp; Maes, P. "Dialogues with AI Reduce Beliefs in Misinformation but Build No Lasting Discernment Skills." Proceedings of the 2026 CHI Conference on Human Factors in Computing Systems. &lt;a href="https://doi.org/10.1145/3772318.3790656" rel="noopener noreferrer"&gt;https://doi.org/10.1145/3772318.3790656&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;a href="https://ko-fi.com/shortlivedage" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F0x8a0yrz5e9avn6l2q5b.png" alt="Support Me on Ko-fi" width="800" height="162"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>criticalthinking</category>
      <category>techtalks</category>
      <category>medialiteracy</category>
    </item>
    <item>
      <title>Turning On Two-Factor Authentication Isn't Optional Anymore</title>
      <dc:creator>Short Lived</dc:creator>
      <pubDate>Thu, 06 Aug 2026 04:19:46 +0000</pubDate>
      <link>https://dev.to/shortlivedage/turning-on-two-factor-authentication-isnt-optional-anymore-1h3o</link>
      <guid>https://dev.to/shortlivedage/turning-on-two-factor-authentication-isnt-optional-anymore-1h3o</guid>
      <description>&lt;h2&gt;
  
  
  What the research found
&lt;/h2&gt;

&lt;p&gt;A study published in 2026 tracked what happened when three major Canadian banks rolled out two-factor authentication (2FA) — the extra login step beyond just a password — during 2021–2022. Two banks made it optional. One made it mandatory. Researchers then analyzed cyber threat intelligence from criminal marketplaces to see which accounts were actually showing up as compromised.&lt;/p&gt;

&lt;p&gt;The result was clear: mandatory 2FA significantly reduced the number of compromised accounts. Optional 2FA did not — even though it was available to everyone. Having the option to be safer wasn’t enough; only requiring it moved the needle.&lt;/p&gt;

&lt;p&gt;This tracks with what large platforms report from their own systems: Microsoft has stated that MFA blocks over 99.9% of automated account-compromise attempts, and Google’s research shows that adding even a simple recovery phone number can block the vast majority of bulk phishing and bot-driven attacks.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why this matters for you personally
&lt;/h2&gt;

&lt;p&gt;The lesson isn’t really about banks — it’s about human behavior. If 2FA is sitting there as an optional toggle in your settings, the research suggests most people simply never turn it on, even when they know it helps. The fix isn’t more awareness; it’s making the safer choice the default in your own digital life, right now, rather than waiting for “someday.”&lt;/p&gt;

&lt;p&gt;Practical steps, in order of effectiveness:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Turn on 2FA for your email first — it’s the recovery key to everything else.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Prefer an authenticator app or a physical security key over SMS codes, which can be intercepted via SIM-swapping.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Do this for your bank and any account tied to money before anything else.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;blockquote&gt;
&lt;p&gt;2FA isn’t perfect — SMS-based codes have known weaknesses, and no single measure eliminates risk. Treat it as a strong first layer, not a complete solution.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Reference
&lt;/h2&gt;

&lt;p&gt;Kamar, E., Howell, C. J., Maimon, D., &amp;amp; Fraser, I. “Evaluating the Effectiveness of Two-Factor Authentication (2FA) in Mitigating Account Takeover Fraud: A Natural Experimental Study on Canadian Banks.” (2026). &lt;a href="https://doi.org/10.1177/00111287261441235" rel="noopener noreferrer"&gt;https://doi.org/10.1177/00111287261441235&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;a href="https://ko-fi.com/shortlivedage" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F0x8a0yrz5e9avn6l2q5b.png" alt="Support Me on Ko-fi" width="800" height="162"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>privacy</category>
      <category>digitaltrust</category>
      <category>onlinesafety</category>
    </item>
  </channel>
</rss>
