<?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>self-improvement on S Anand</title>
    <link>https://www.s-anand.net/blog/tag/self-improvement/</link>
    <description>Recent content in self-improvement on S Anand</description>
    <generator>Hugo -- 0.156.0</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 01 Mar 2026 18:26:13 +0800</lastBuildDate>
    <atom:link href="https://www.s-anand.net/blog/tag/self-improvement/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Using Codex to improve Codex</title>
      <link>https://www.s-anand.net/blog/using-codex-to-improve-codex/</link>
      <pubDate>Sun, 01 Mar 2026 18:26:13 +0800</pubDate>
      <guid>https://www.s-anand.net/blog/using-codex-to-improve-codex/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://files.s-anand.net/images/2026-03-01-using-codex-to-improve-codex.avif&#34;&gt; &lt;!-- https://gemini.google.com/app/e32860c560c9df57 --&gt;&lt;/p&gt;
&lt;p&gt;Instead of learning and applying &lt;a href=&#34;https://developers.openai.com/codex/changelog/&#34;&gt;new Codex features&lt;/a&gt;, I asked it to analyze my sessions and tell me what I&amp;rsquo;m under-using.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-markdown&#34; data-lang=&#34;markdown&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;I&amp;#39;d like you to analyze my Codex sessions and help me use Codex better.
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sessions/ has all my past Codex sessions.
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Search online for the OpenAI Codex release notes for the latest features Codex has introduced and read them - from whatever source you find them.
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Then, create a comprehensive catalog of Codex features.
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Then, analyze my sessions and see which feature I could have used but didn&amp;#39;t and make a comprehensive list.
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Then summarize which features I should be using more, how, what the benefits are, and with examples from my sessions.
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Document these in one or more Markdown files in this directory. Write scripts as required. Commit as you go.
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;It did a thorough job of &lt;a href=&#34;https://github.com/sanand0/datastories/blob/8b7c71230900698ec424ba7e888f4deb74ac6ac6/codex-session-analysis/CODEX_FEATURE_CATALOG.md&#34;&gt;listing all the new features&lt;/a&gt; and &lt;a href=&#34;https://github.com/sanand0/datastories/blob/8b7c71230900698ec424ba7e888f4deb74ac6ac6/codex-session-analysis/CODEX_SESSION_GAP_ANALYSIS.md&#34;&gt;analyzing my gaps&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://sanand0.github.io/datastories/codex-session-analysis/&#34;&gt;&lt;strong&gt;Read the full story&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here&amp;rsquo;s the summary: I&amp;rsquo;m using new models immediately, but not the new features of Codex. For example:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Parallel execution&lt;/strong&gt;. Yesterday, I ran ~103 tool calls without the new &lt;a href=&#34;https://developers.openai.com/codex/changelog/#github-release-290476287&#34;&gt;spawn_agents_on_csv&lt;/a&gt; feature from last week, which would have saved a &lt;em&gt;lot&lt;/em&gt; of time running in parallel.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Permissions&lt;/strong&gt;. Last week, I ran a script that asked me for permissions 7 times towards the end. Instead, I could have used &lt;code&gt;/permissions&lt;/code&gt; to set early permissions.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The best part is that it could just add a few instructions to my &lt;code&gt;AGENTS.md&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-markdown&#34; data-lang=&#34;markdown&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Run multiple independent reads in parallel.
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;For 20+ tool calls, maintain update_plan throughout.
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;For long-running commands/tests, delegate via sub-agents and report checkpoints.
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;If blocked by permissions, ask me concise choices.
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;If sandbox/config gets in the way, use /permissions and /debug-config early.
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;hr&gt;
&lt;p&gt;Now, the beauty is that &lt;strong&gt;the tool optimized itself&lt;/strong&gt;. I don&amp;rsquo;t even need to learn how to optimize it!&lt;/p&gt;
</description>
    </item>
    <item>
      <title>AI makes me a better person</title>
      <link>https://www.s-anand.net/blog/ai-makes-me-a-better-person/</link>
      <pubDate>Thu, 21 Mar 2024 04:23:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/ai-makes-me-a-better-person/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;AI makes me a better person&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/f7f0a283-2446-4d5f-8875-46d694e3f7e6-1.webp&#34;&gt;&lt;/p&gt;
&lt;p&gt;Every time I get annoyed at people, I remind myself to be more like ChatGPT. Specifically:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Don&#39;t get annoyed. Be patient.&lt;/li&gt;
&lt;li&gt;Encourage them.&lt;/li&gt;
&lt;li&gt;Step back and show them the big picture.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;(Then I get annoyed at myself for getting annoyed.)&lt;/p&gt;
&lt;p&gt;Today, I analyzed how exactly ChatGPT is different from me. So, I took a pitch document I co-authored with ChatGPT.&lt;/p&gt;
&lt;h2 class=&#34;wp-block-heading&#34;&gt;Section A: Authored by Anand&lt;/h2&gt;
&lt;blockquote class=&#34;wp-block-quote&#34;&gt;
&lt;p&gt;&lt;strong&gt;WHAT DO WE NEED?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;We are looking for API access to (SYSTEM) via the REST API as an Agent role (read/respond to emails). Specifically, access via a bearer token.&lt;/p&gt;
&lt;p&gt;This would be accessed by a single application developed by a team of 3 developers and 1 business analyst. None of them have access to (SYSTEM) today.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;WHY DO WE NEED THIS, AND WHY SO SOON?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;We need this to classify emails automatically, as they arrive, into categories such as “non-value-add” (e.g. Thank you, Out-of-office, etc.)&lt;/p&gt;
&lt;p&gt;We’d line access today, please. Currently, we are processing XX,XXX non-value-add emails per month. Each day of delay leads to a processing waste of ~XX emails per day. At current volumes, this will save ~$XX,XXX per annum.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IS THERE ANY OTHER WAY?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;To access emails in real-time, this is the only option. (We’re ruling out web scraping.)&lt;/p&gt;
&lt;p&gt;(SYSTEM) rule-based closure won’t work. It’s based on keyword search, not semantic matches. For example, “Thank you” is present in non-value-add emails as well as follow-up questions. Multi-lingual matches are a challenge. So, though (SYSTEM) currently closes emails with rules, 1 out of 6 emails that are NOT closed already are non-value-add.&lt;/p&gt;
&lt;p&gt;This cannot be done via (SYSTEM) or any other BI system because it involves accessing the data in real-time as well as responding via (SYSTEM). This needs to be steady-state access, not one-time, since we want to classify emails real-time.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;HOW LONG WILL IT TAKE?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Based on our past experience, this would take about X weeks to prototype, X weeks to develop, and X weeks to test. We should have the application deployed in X months.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 class=&#34;wp-block-heading&#34;&gt;Section B: Authored by ChatGPT&lt;/h2&gt;
&lt;blockquote class=&#34;wp-block-quote&#34;&gt;
&lt;p&gt;&lt;strong&gt;WHAT’S THE IMPACT IF WE DON’T MOVE FORWARD?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Quantitatively, continuing without this solution wastes resources on XXX non-essential emails daily, costing $XX,XXX yearly. Delays in customer responses will ensue.&lt;/p&gt;
&lt;p&gt;Qualitatively, lack of automation strains customer service, risking employee burnout and diminished customer experience.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;WHAT’S THE PRIORITY (MOSCOW)?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;(SYSTEM) API access via REST as an Agent role with a bearer token is a “MUST HAVE”. Alternative methods like scraping (SYSTEM) are impractical due to high effort and maintenance.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;WHAT’S THE OUTCOME IF WE MOVE FORWARD?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Financially, securing API access saves $XX,XXX annually by cutting manual email sorting. Efficiency gains reduce operational costs and free resources for strategic tasks.&lt;/p&gt;
&lt;p&gt;Strategically, automating email classification boosts customer satisfaction and response times, establishing leadership in service innovation. Long-term, it enables data-driven insights into customer behaviour, improving decisions and customer service scalability.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 class=&#34;wp-block-heading&#34;&gt;Analysis&lt;/h2&gt;
&lt;p&gt;I fed these to ChatGPT and asked: &#34;&lt;em&gt;You are an English professor evaluating an essay. Compare the writing styles of the 2 sections. They&#39;re written by different authors. List the major differences in writing style.&lt;/em&gt;&#34;&lt;/p&gt;
&lt;p&gt;Here&#39;s what it said (roughly):&lt;/p&gt;
&lt;figure class=&#34;wp-block-table&#34;&gt;&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Area&lt;/th&gt;&lt;th&gt;Anand&lt;/th&gt;&lt;th&gt;ChatGPT&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Structure&lt;/td&gt;&lt;td&gt;Direct, concise, with specifics&lt;/td&gt;&lt;td&gt;Broader perspective and implications&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Focus&lt;/td&gt;&lt;td&gt;Detailing the process&lt;/td&gt;&lt;td&gt;Benefits and consequences&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Detailing&lt;/td&gt;&lt;td&gt;Specific, providing clear picture&lt;/td&gt;&lt;td&gt;General, providing implications&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Tone&lt;/td&gt;&lt;td&gt;Conveys urgency&lt;/td&gt;&lt;td&gt;Reflective rather than urgent&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Approach&lt;/td&gt;&lt;td&gt;Problem-solving oriented&lt;/td&gt;&lt;td&gt;Outcome-oriented&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/figure&gt;
&lt;p&gt;Yeah, that&#39;s definitely me on the left.&lt;/p&gt;
&lt;p&gt;I like the direct, concise, specific part. I plan to add the &#34;broader perspective&#34;, &#34;implications&#34;, and &#34;outcome-orientation&#34; to my life.&lt;/p&gt;
&lt;h2 class=&#34;wp-block-heading&#34;&gt;Postscript&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;https://www.linkedin.com/in/jaidevd/&#34;&gt;Jaidev&lt;/a&gt; pointed out that this is confirmation bias. He asked ChatGPT for the &lt;a href=&#34;https://chat.openai.com/share/a21b235e-9149-4ce7-bca7-180ddc8d06b7&#34;&gt;&lt;em&gt;similarities&lt;/em&gt; in the writings&lt;/a&gt;. It said both are clear, direct, structured, specific, quantitative, and strategic. So, if you ask for differences, you&#39;ll get them, even if they&#39;re marginal.&lt;/p&gt;
&lt;p&gt;I now need to learn (and write about) framing questions well!&lt;/p&gt;
</description>
    </item>
    <item>
      <title>My Year in 2023</title>
      <link>https://www.s-anand.net/blog/my-year-in-2023/</link>
      <pubDate>Sun, 31 Dec 2023 01:52:08 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/my-year-in-2023/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;My Year in 2023&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/DALL%C2%B7E-2023-12-31-09.48.46-An-inspirational-and-motivational-blog-post-featured-image-for-My-Year-In-2023-with-the-text-My-Year-In-2023-retained-and-all-other-text-removed.webp&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.s-anand.net/blog/my-year-in-2022/&#34;&gt;In 2023, I made 3 resolutions&lt;/a&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Run 50 experiments&lt;/strong&gt;. I managed 44 / 50. (Here are &lt;a href=&#34;https://www.s-anand.net/blog/category/experiments/&#34;&gt;some&lt;/a&gt;). Learnings: I need to improve planning (9), scepticism (6), and lateral thinking (4).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Make 1 change a month in my environment&lt;/strong&gt;. &lt;a href=&#34;https://www.s-anand.net/blog/one-year-of-transforming-thoughts-by-changing-environments/&#34;&gt;I managed 8 / 12&lt;/a&gt;. The largest impact was from meeting new people, working out of new places, and using new gadgets.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Calendar integrity&lt;/strong&gt;, i.e. stick to my calendar. I succeeded over 95% of the time.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;My most memorable events in 2023 were:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.s-anand.net/blog/father-of-the-bride/&#34;&gt;Straive acquiring Gramener&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chat.openai.com/&#34;&gt;LLMs taking over my world&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In 2024, I plan to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Compound long-term goals, daily&lt;/strong&gt;. I want fewer, bigger, more meaningful outcomes.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Hit 80 heart points, daily&lt;/strong&gt;. Cycling or swimming (not walking, on doctor’s advice.)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Be a better husband&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I&amp;rsquo;ll continue to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Experiment, like in 2023.&lt;/li&gt;
&lt;li&gt;Change environments, like in &lt;a href=&#34;https://www.s-anand.net/blog/one-year-of-transforming-thoughts-by-changing-environments/&#34;&gt;2023&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Read 50 books a year, like in &lt;a href=&#34;https://www.goodreads.com/user_challenges/38719689&#34;&gt;2023&lt;/a&gt;, &lt;a href=&#34;https://www.s-anand.net/blog/books-in-2022/&#34;&gt;2022&lt;/a&gt;, &lt;a href=&#34;https://www.s-anand.net/blog/books-in-2021/&#34;&gt;2021&lt;/a&gt;, and &lt;a href=&#34;https://www.s-anand.net/blog/books-in-2020/&#34;&gt;2020&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I’m curious — what’s &lt;strong&gt;ONE&lt;/strong&gt; thing you’d like to do in 2024?&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Santhosh&lt;/strong&gt; &lt;em&gt;1 Jan 2024 7:53 pm&lt;/em&gt;:
One thing that I want to do is run planned experiments and run more experiments !!!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.s-anand.net/blog/my-year-in-2024/&#34;&gt;My Year in 2024 - S Anand&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;30 Dec 2024 10:00 pm&lt;/em&gt; &lt;em&gt;(pingback)&lt;/em&gt;:
[…] Here’s the report card for my 2024 resolutions: […]&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.s-anand.net/blog/my-learnings-as-week-notes/&#34;&gt;My learnings as week notes - S Anand&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;25 Dec 2024 7:57 pm&lt;/em&gt; &lt;em&gt;(pingback)&lt;/em&gt;:
[…] of my goals for 2024 is to “Compound long-term goals, daily.” Learning is one of […]&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>My Year in 2022</title>
      <link>https://www.s-anand.net/blog/my-year-in-2022/</link>
      <pubDate>Sat, 31 Dec 2022 03:12:25 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/my-year-in-2022/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;My Year in 2022&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/new-year-2022.webp&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.s-anand.net/blog/my-year-in-2021/&#34;&gt;In 2022, I made 3 resolutions&lt;/a&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Run 50 experiments&lt;/strong&gt;. I ran ~20 until April (here are &lt;a href=&#34;https://www.s-anand.net/blog/category/experiments/&#34;&gt;some&lt;/a&gt;), but stopped (for no reason). I&amp;rsquo;ll continue.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Speak at 10 global forums&lt;/strong&gt;. I delivered 10+ &lt;a href=&#34;https://pycon.org/&#34;&gt;PyCon&lt;/a&gt; talks. They were pre-recorded, allowing me to scale. But recording videos and no feedback are boring. I&amp;rsquo;ll explore how to scale enjoyably.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Be 10X more effective&lt;/strong&gt;. I improved my &lt;a href=&#34;https://www.s-anand.net/blog/increasing-calendar-effectiveness-by-2x/&#34;&gt;calendar effectiveness 2X&lt;/a&gt; in Jan. But I realized this is actually efficiency. Not effectiveness. Maybe effectiveness shouldn&amp;rsquo;t be optimized, but discovered. I&amp;rsquo;ll continue to ponder.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Milestones in 2022:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;I completed &lt;a href=&#34;https://www.linkedin.com/posts/sanand0_hyderabad-activity-6909797500946186240-sFF5&#34;&gt;10 years at Gramener&lt;/a&gt; in February.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.s-anand.net/blog/moving-to-singapore/&#34;&gt;I moved to Singapore&lt;/a&gt; in August. (&lt;a href=&#34;https://www.lta.gov.sg/content/ltagov/en/map/cycle.html&#34;&gt;Cycling&lt;/a&gt; and &lt;a href=&#34;https://www.singaporecomiccon.com/&#34;&gt;ComicCon&lt;/a&gt; were mind-blowing discoveries.)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;2 habits I continued from last year:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&#34;https://www.s-anand.net/blog/2-inches-will-change-my-life/&#34;&gt;Walk 10,000 steps daily&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/challenges/11636&#34;&gt;Read 50 books&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;In 2023, I plan to:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Run 50 experiments&lt;/strong&gt;. I’ll learn by disproving my beliefs with measurable tests.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Make 1 change a month in my environment&lt;/strong&gt;. 90% of our thoughts are shaped by our environment. (Read &lt;a href=&#34;https://www.goodreads.com/book/show/42291479-the-extended-mind&#34;&gt;The Extended Mind&lt;/a&gt;.) So I&amp;rsquo;ll use the remaining 10% to &lt;strong&gt;shape my environment&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Calendar integrity&lt;/strong&gt;. Stick to my calendar. Especially the time I block for myself to work. (This is a &lt;a href=&#34;https://www.s-anand.net/blog/my-year-in-2021/&#34;&gt;2021 habit&lt;/a&gt; I&amp;rsquo;ve slipped on.)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I&amp;rsquo;m curious — what&amp;rsquo;s &lt;strong&gt;ONE&lt;/strong&gt; thing you&amp;rsquo;d like to do in 2023?&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.s-anand.net/blog/my-year-in-2023/&#34;&gt;My Year in 2023 - S Anand&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;31 Dec 2023 7:22 am&lt;/em&gt; &lt;em&gt;(pingback)&lt;/em&gt;:
[…] For 2023, I made 3 resolutions: […]&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.s-anand.net/blog/picking-books-to-read/&#34;&gt;Picking books to read - S Anand&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;11 Jan 2023 8:50 am&lt;/em&gt; &lt;em&gt;(pingback)&lt;/em&gt;:
[…] 2023, I’m reshaping my environment. Picking books I usually won’t pick. (Read The Unknown Unknown: Bookshops and the Delight of […]&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>My Year in 2021</title>
      <link>https://www.s-anand.net/blog/my-year-in-2021/</link>
      <pubDate>Sun, 02 Jan 2022 08:06:25 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/my-year-in-2021/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;My Year in 2021&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/my-year-in-2021.webp&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.s-anand.net/blog/my-year-in-2020/&#34;&gt;In 2021, I made 3 resolutions&lt;/a&gt;.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Lose 10 kgs&lt;/strong&gt;. I lost 5 kg in 3 months. But gained it back by the year-end.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Fail big&lt;/strong&gt;. I practiced confronting people – and failed. I still run from fights. Even when important.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Calendar integrity&lt;/strong&gt;. I stuck to my calendar 90% of the time. But personal commitments slipped.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;On &lt;strong&gt;learning&lt;/strong&gt;, I discovered network clusters. My &lt;a href=&#34;https://youtu.be/vEvHq4qW3bk&#34;&gt;PyCon talk on movie networks&lt;/a&gt; is the start of a fascinating exploration of actors that &lt;a href=&#34;https://www.s-anand.net/blog/can-foreigners-enter-hollywood/&#34;&gt;I’ll write more about&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;On &lt;strong&gt;training&lt;/strong&gt;, I designed a &lt;a href=&#34;https://onlinedegree.iitm.ac.in/course_pages/BSCSE2002.html&#34;&gt;Tools for Data Science Course&lt;/a&gt; for IITM’s Bachelor’s in Data Science. I’m now a “faculty” at my alma mater, and no longer scared of it.&lt;/p&gt;
&lt;p&gt;On &lt;strong&gt;self-improvement&lt;/strong&gt;, I completed a &lt;a href=&#34;https://www.landmarkworldwide.com/advanced-programs/leadership-and-assisting-programs/introduction-leaders-program&#34;&gt;Landmark course&lt;/a&gt; and continued &lt;a href=&#34;https://www.artofliving.org/programs&#34;&gt;Pranayama&lt;/a&gt;. Both helped my resolutions.&lt;/p&gt;
&lt;p&gt;I also continued 2 habits from last year.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Walk 10,000 steps daily&lt;/strong&gt;. I averaged 10,200.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Read 50 books&lt;/strong&gt;. I read 52. &lt;a href=&#34;https://www.s-anand.net/blog/books-in-2021/&#34;&gt;Here are my reviews&lt;/a&gt;. (Which did &lt;strong&gt;you&lt;/strong&gt; like? What would you recommend?)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;In 2022, I plan to:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Run 50 experiments&lt;/strong&gt;. I’ll learn by disproving my beliefs with measurable tests.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Speak at 10 global forums&lt;/strong&gt; on data stories, and spread the beauty of data.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Be 10X more effective&lt;/strong&gt;. I’ll measure the impact and stop low-impact work.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I&amp;rsquo;m curious &amp;ndash; what&amp;rsquo;s &lt;strong&gt;ONE&lt;/strong&gt; thing you&amp;rsquo;d like to do in 2022?&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.s-anand.net/blog/my-year-in-2022/&#34;&gt;My Year in 2022 - S Anand&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;31 Dec 2022 8:42 am&lt;/em&gt; &lt;em&gt;(pingback)&lt;/em&gt;:
[…] integrity. Stick to my calendar. Especially the time I block for myself to work. (This is a 2021 habit I’ve slipped […]&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.s-anand.net/blog/learning-to-speak-better/&#34;&gt;Learning to speak better - S Anand&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;17 Oct 2022 9:40 am&lt;/em&gt; &lt;em&gt;(pingback)&lt;/em&gt;:
[…] of my year’s goals is to run 50 experiments. I’d been doing well until April, and then fizzled out. Partly motivation. Partly a lack of […]&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://fully-faltoo.com&#34;&gt;Pratyush&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;2 Jan 2022 7:08 pm&lt;/em&gt;:
I&amp;rsquo;d like to learn native mobile development. I want to try out Flutter, Kotlin and Swift.
I have been developing websites for the last 15 years. But those skills suddenly feel so outdated. The new hardware provides so many exciting opportunities. I&amp;rsquo;d like to explore them.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.s-anand.net/blog/increasing-calendar-effectiveness-by-2x/&#34;&gt;Increasing calendar effectiveness by 2X - S Anand&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;25 Jan 2022 1:31 pm&lt;/em&gt; &lt;em&gt;(pingback)&lt;/em&gt;:
[…] took a 2022 goal to be 10X more effective. In Jan, I managed 2X. Here’s […]&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>My year in 2020</title>
      <link>https://www.s-anand.net/blog/my-year-in-2020/</link>
      <pubDate>Mon, 28 Dec 2020 02:58:32 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/my-year-in-2020/</guid>
      <description>&lt;p&gt;In 2020 I made 3 resolutions.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Read 50 books&lt;/strong&gt;. I almost made it. Here are my &lt;a href=&#34;https://www.s-anand.net/blog/books-in-2020/&#34;&gt;reviews&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Walk 10,000 steps&lt;/strong&gt; daily. &lt;a href=&#34;https://www.s-anand.net/blog/walking-10000-steps-a-day/&#34;&gt;I managed it&lt;/a&gt;, like the last two years.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Lose 2 kgs&lt;/strong&gt;. I failed &amp;ndash; and instead, put on 6 kgs.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;On &lt;strong&gt;self-improvement&lt;/strong&gt;, I completed a &lt;a href=&#34;http://ec2-52-26-194-35.us-west-2.compute.amazonaws.com/x/d?c=10417628&amp;amp;l=c842000e-931e-4d54-af9c-ebbc6c54d7bc&amp;amp;r=45175846-d074-47f3-8009-1c30fffcb3b5&#34;&gt;Landmark course&lt;/a&gt; and an &lt;a href=&#34;https://artofliving.org/&#34;&gt;Art of Living&lt;/a&gt; course. Both had a huge productivity impact. (Mail me for details.)&lt;/p&gt;
&lt;p&gt;On &lt;strong&gt;software&lt;/strong&gt;, I starting playing Minecraft and moved from Gmail to Windows 10 Mail. &lt;a href=&#34;https://www.s-anand.net/blog/software-gadgets-2020/&#34;&gt;More on this&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;On &lt;strong&gt;training,&lt;/strong&gt; we built a &lt;a href=&#34;https://gramener.com/data-storytelling-workshop&#34;&gt;data storytelling course&lt;/a&gt; and intend to train 100,000 people. (You can &lt;a href=&#34;https://gramener.com/data-storytelling-workshop&#34;&gt;register&lt;/a&gt; for a free 90-min online workshop.)&lt;/p&gt;
&lt;p&gt;In 2021, I&amp;rsquo;m taking up 3 new goals.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Lose 10 kgs&lt;/strong&gt;. I&amp;rsquo;ll share my stats publicly.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Fail big&lt;/strong&gt;. Take up initiatives I&amp;rsquo;m likely to fail on and learn.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Calendar integrity&lt;/strong&gt;. Do what my calendar says, no matter what.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Hope you have an amazing 2021!&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Krishna&lt;/strong&gt; &lt;em&gt;28 Dec 2020 5:03 am&lt;/em&gt;:
Great to see you are back to posting. Glad I didn&amp;rsquo;t prune your feed from my rss reader :)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.s-anand.net/blog/my-year-in-2021/&#34;&gt;My Year in 2021 - S Anand&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;31 Dec 2024 4:31 pm&lt;/em&gt; &lt;em&gt;(pingback)&lt;/em&gt;:
[…] In 2021, I made 3 resolutions. […]&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
  </channel>
</rss>
