<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Mental-Models on Rafiul Alam</title>
    <link>https://alamrafiul.com/tags/mental-models/</link>
    <description>Recent content in Mental-Models on Rafiul Alam</description>
    <image>
      <title>Rafiul Alam</title>
      <url>https://alamrafiul.com/papermod-cover.png</url>
      <link>https://alamrafiul.com/papermod-cover.png</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Mon, 16 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://alamrafiul.com/tags/mental-models/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Think: 10 Mental Models for Sharper Reasoning</title>
      <link>https://alamrafiul.com/blogs/how-to-think/</link>
      <pubDate>Mon, 16 Feb 2026 00:00:00 +0000</pubDate>
      
      <guid>https://alamrafiul.com/blogs/how-to-think/</guid>
      <description>&lt;p&gt;Most of education teaches you &lt;strong&gt;what&lt;/strong&gt; to think. Almost none of it teaches you &lt;strong&gt;how&lt;/strong&gt; to think.&lt;/p&gt;
&lt;p&gt;Yet the quality of your thinking determines the quality of your decisions, and your decisions determine the trajectory of your life.&lt;/p&gt;
&lt;p&gt;Here are 10 mental models that fundamentally change how you approach problems.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;1-first-principles-thinking&#34;&gt;1. First Principles Thinking&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Strip away assumptions. Reason from fundamental truths.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Most people think by analogy: &amp;ldquo;This is like that, so I&amp;rsquo;ll do what others did.&amp;rdquo; First principles thinking asks: &amp;ldquo;What do I know to be absolutely true? What can I build from there?&amp;rdquo;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Noticing Patterns Across Domains: The Secret to Innovation</title>
      <link>https://alamrafiul.com/blogs/noticing-patterns-across-domains/</link>
      <pubDate>Thu, 30 Oct 2025 00:00:00 +0000</pubDate>
      
      <guid>https://alamrafiul.com/blogs/noticing-patterns-across-domains/</guid>
      <description>&lt;p&gt;I was stuck on a database indexing problem for three days.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The problem:&lt;/strong&gt; Queries were slow. I&amp;rsquo;d tried different index strategies. Nothing worked.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Then I went rock climbing.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Completely unrelated to the database problem.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Or so I thought.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;At the climbing gym, I watched an instructor teach a beginner:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Instructor:&lt;/strong&gt; &amp;ldquo;Don&amp;rsquo;t try to solve the whole wall at once. Look for the next handhold. Then the next one. Chain them together.&amp;rdquo;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Unlearning What No Longer Works: The Hardest Part of Growth</title>
      <link>https://alamrafiul.com/blogs/unlearning-what-no-longer-works/</link>
      <pubDate>Thu, 11 Sep 2025 00:00:00 +0000</pubDate>
      
      <guid>https://alamrafiul.com/blogs/unlearning-what-no-longer-works/</guid>
      <description>&lt;p&gt;For six months, I wrote every SQL query like this:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-sql&#34; data-lang=&#34;sql&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;SELECT&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;*&lt;/span&gt; &lt;span style=&#34;color:#66d9ef&#34;&gt;FROM&lt;/span&gt; users &lt;span style=&#34;color:#66d9ef&#34;&gt;WHERE&lt;/span&gt; id &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;123&lt;/span&gt;;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;SELECT star.&lt;/strong&gt; Get all the columns. Always.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;My reasoning:&lt;/strong&gt; &amp;ldquo;I might need all the data. Better to have it than query again.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;This worked fine for my bootcamp projects. Tables had 5 columns. Performance didn&amp;rsquo;t matter.&lt;/p&gt;
&lt;p&gt;Then I joined a company with real production data.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;My first code review:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Senior Engineer:&lt;/strong&gt; &amp;ldquo;Why are you selecting all columns?&amp;rdquo;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Psychology Short Collection: Hidden Systems - Esoteric Methods</title>
      <link>https://alamrafiul.com/blogs/psychology-short-collection-hidden-systems/</link>
      <pubDate>Wed, 06 Nov 2024 00:00:00 +0000</pubDate>
      
      <guid>https://alamrafiul.com/blogs/psychology-short-collection-hidden-systems/</guid>
      <description>&lt;p&gt;Obscure methods and mental models that change how you think about thinking. Each one a tool most people never discover.&lt;/p&gt;
&lt;h2 id=&#34;the-zettelkasten-method&#34;&gt;The Zettelkasten Method&lt;/h2&gt;
&lt;p&gt;Note-taking system that builds a &amp;ldquo;second brain.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The origin:&lt;/strong&gt;
German sociologist Niklas Luhmann used it to write:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;70 books&lt;/li&gt;
&lt;li&gt;400+ academic articles&lt;/li&gt;
&lt;li&gt;In 40 years&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;He said his productivity came from his Zettelkasten (slip-box).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How it works:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Fleeting notes:&lt;/strong&gt; Capture ideas immediately&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Literature notes:&lt;/strong&gt; Summarize what you read (in your own words)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Permanent notes:&lt;/strong&gt; One idea per note, written clearly&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Link notes:&lt;/strong&gt; Connect related ideas&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Index:&lt;/strong&gt; Entry points to chains of thought&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;The magic:&lt;/strong&gt;
Your notes become a &lt;strong&gt;thinking partner&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Psychology Short Collection: Mind Mechanics - Cognitive Rarities</title>
      <link>https://alamrafiul.com/blogs/psychology-short-collection-mind-mechanics/</link>
      <pubDate>Wed, 30 Oct 2024 00:00:00 +0000</pubDate>
      
      <guid>https://alamrafiul.com/blogs/psychology-short-collection-mind-mechanics/</guid>
      <description>&lt;p&gt;Small concepts that rewire how your brain works. Each one short enough to read in minutes, powerful enough to change everything.&lt;/p&gt;
&lt;h2 id=&#34;forcing-functions&#34;&gt;Forcing Functions&lt;/h2&gt;
&lt;p&gt;Designing irreversible commitments that make failure impossible.&lt;/p&gt;
&lt;p&gt;Burn the ships. Make public declarations. Put money on the line.&lt;/p&gt;
&lt;p&gt;When Cortés arrived in Mexico in 1519, he burned his ships. His soldiers couldn&amp;rsquo;t retreat. They had to win or die.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Modern versions:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Tweet your goal publicly&lt;/li&gt;
&lt;li&gt;Bet money you&amp;rsquo;ll finish&lt;/li&gt;
&lt;li&gt;Sign a contract with financial penalties&lt;/li&gt;
&lt;li&gt;Delete the escape route&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The fancy term: &lt;strong&gt;Ulysses contracts&lt;/strong&gt; - named after Odysseus who tied himself to the mast to resist the Sirens&amp;rsquo; song.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
