<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://new.aviadas.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://new.aviadas.com/" rel="alternate" type="text/html" /><updated>2025-06-20T16:02:45+00:00</updated><id>https://new.aviadas.com/feed.xml</id><title type="html">aviadas.com</title><subtitle>Personal website for Avi Das. Home for my thoughts, projects, and more.</subtitle><author><name>Avi Das</name></author><entry><title type="html">Your One-Click Pass to the Web’s Past</title><link href="https://new.aviadas.com/software/tech/archive-redirect/" rel="alternate" type="text/html" title="Your One-Click Pass to the Web’s Past" /><published>2025-06-20T00:00:00+00:00</published><updated>2025-06-20T00:00:00+00:00</updated><id>https://new.aviadas.com/software/tech/archive-redirect</id><content type="html" xml:base="https://new.aviadas.com/software/tech/archive-redirect/"><![CDATA[<h2 id="announcing-archive-redirect-your-one-click-pass-to-the-webs-past">Announcing Archive Redirect: Your One-Click Pass to the Web’s Past</h2>

<p>Broken links blocking your research? Paywalls cutting you off mid-article? Curious about what a site looked like before that major redesign? The web’s history shouldn’t be locked away behind friction and frustration.</p>

<h2 id="meet-archive-redirect">Meet Archive Redirect</h2>

<p><strong><a href="https://chromewebstore.google.com/detail/gebiocogkhdldmpidlakmmoonjhhcjhm?utm_source=item-share-cb">Install Archive Redirect from the Chrome Web Store →</a></strong></p>

<p><strong>Archive Redirect</strong> is a Chrome extension that instantly transports you to the Internet Archive’s most recent snapshot of any webpage. No URL copying, no tab juggling, no searching through archive interfaces—just pure, frictionless access to the web’s memory.</p>

<h3 id="the-problem-solved">The problem solved</h3>

<p>Every day, millions of links break. Content disappears behind paywalls. Websites change without warning. Until now, accessing archived versions meant:</p>

<ul>
  <li>Copying URLs manually</li>
  <li>Opening the Internet Archive in a new tab</li>
  <li>Searching and hoping a snapshot exists</li>
  <li>Dealing with slow load times and interface friction</li>
</ul>

<p>There had to be a better way.</p>

<h3 id="how-archive-redirect-works">How Archive Redirect works</h3>

<p>The magic happens in three clicks:</p>

<ol>
  <li><strong>Navigate</strong> to any webpage</li>
  <li><strong>Click</strong> the Archive Redirect icon in your toolbar</li>
  <li><strong>Instantly view</strong> the latest archived version</li>
</ol>

<p>That’s it. One click between you and the internet’s history.</p>

<h3 id="built-for-the-curious-and-the-blocked">Built for the curious and the blocked</h3>

<p>Whether you’re a journalist tracking how a story developed, a researcher accessing disappeared content, or simply someone who refuses to let broken links slow them down, Archive Redirect transforms how you interact with the web’s past.</p>

<h3 id="ready-to-unlock-the-webs-memory">Ready to unlock the web’s memory?</h3>

<p><strong><a href="https://chromewebstore.google.com/detail/gebiocogkhdldmpidlakmmoonjhhcjhm?utm_source=item-share-cb">Install Archive Redirect from the Chrome Web Store →</a></strong></p>

<p><em>The internet remembers everything. Now you can access it all.</em></p>]]></content><author><name>Avi Das</name></author><category term="Software" /><category term="Tech" /><category term="Teams" /><category term="Programming" /><summary type="html"><![CDATA[Announcing Archive Redirect: Your One-Click Pass to the Web’s Past]]></summary></entry><entry><title type="html">Begin Anywhere</title><link href="https://new.aviadas.com/software/tech/begin-anywhere/" rel="alternate" type="text/html" title="Begin Anywhere" /><published>2025-06-18T00:00:00+00:00</published><updated>2025-06-18T00:00:00+00:00</updated><id>https://new.aviadas.com/software/tech/begin-anywhere</id><content type="html" xml:base="https://new.aviadas.com/software/tech/begin-anywhere/"><![CDATA[<p>At Meta, there’s a group called <strong>Analog Research Lab</strong>. They materialize the cultural maxims many associate with the company: <em>“Move fast and break things”</em>, <em>“Don’t mistake motion for progress”</em>, <em>“Meta, Metamates, Me”</em> and more.</p>

<p>My favorite has always been <strong>“Begin Anywhere”</strong>.</p>

<p>The sheer breadth and depth of Meta’s infrastructure, codebase, and business logic make it a significant investment to understand how something works end-to-end. Whether you take a depth-first or breadth-first strategy, you could spend indefinite time exploring.</p>

<p>Despite that complexity, the mindset of starting anywhere is essential.</p>

<h2 id="engineering-at-meta">Engineering at Meta</h2>

<ul>
  <li>
    <p><strong>Almost all the stack is homegrown</strong>: languages/runtime, wire protocols, web frameworks, version control, builds, container orchestration etc. Only some (React, GraphQL, PyTorch) are open source.</p>
  </li>
  <li>
    <p><strong>Unlike companies of similar size</strong>, Meta’s <em>entire</em> codebase is open to engineers internally. An engineer working on React could read Erlang code in WhatsApp or firmware code in Reality Labs.</p>
  </li>
  <li>
    <p><strong>Meta historically encouraged bottom-up innovation</strong> over central planning. Your mental model can become outdated in quarters, not years. That’s how fast things change.</p>
  </li>
  <li>
    <p><strong>Growing in seniority requires increasing leverage</strong>. Increasing leverage requires broadening and deepening your knowledge of the ecosystem around your team’s work. <em>The most successful engineers bend reality to their will or convince the organization to bend reality toward their vision</em>.</p>
  </li>
</ul>

<h2 id="applying-begin-anywhere">Applying “Begin Anywhere”</h2>

<blockquote>
  <p><strong>Be strategic about ROI.</strong> Is this exploration educational interest, optimistic outreach, or likely to yield near-term results? Clarity here is crucial.</p>
</blockquote>

<blockquote>
  <p><strong>Build minimal viable prototypes.</strong> Reading and talking are useful, but nothing makes things concrete like changing code and watching it operate.</p>
</blockquote>

<blockquote>
  <p><strong>Be a beginner publicly.</strong> When a very senior engineer on my team was learning Rust, he live-streamed rebuilding a CLI tool. This brought attention from internal Rust experts eager to help.</p>
</blockquote>

<blockquote>
  <p><strong>Stack your learnings.</strong> If you understand pieces A and C in a chain A→B→C→D→E, learning B becomes a worthwhile investment.</p>
</blockquote>

<blockquote>
  <p><strong>Embrace partial knowledge.</strong> You won’t get full context, but you can build enough mental maps to operate and establish your bases.</p>
</blockquote>

<hr />

<p>The lesson extends beyond Meta: in any complex system, you have to jump into codebases and problems where you lack context. You can figure it out through code, docs, and asking for help. But most importantly:</p>

<p><strong>Begin anywhere. Be comfortable with uncertainty.</strong></p>

<p><img src="https://substackcdn.com/image/fetch/w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2f83cc1b-512d-4e5d-88ce-e3364c9eb8e1_3024x4032.png" alt="Begin Anywhere screenshot" /></p>]]></content><author><name>Avi Das</name></author><category term="Software" /><category term="Tech" /><category term="Teams" /><category term="Programming" /><summary type="html"><![CDATA[At Meta, there’s a group called Analog Research Lab. They materialize the cultural maxims many associate with the company: “Move fast and break things”, “Don’t mistake motion for progress”, “Meta, Metamates, Me” and more.]]></summary></entry><entry><title type="html">The Need to Celebrate Oneself</title><link href="https://new.aviadas.com/life/the-need-to-celebrate-oneself/" rel="alternate" type="text/html" title="The Need to Celebrate Oneself" /><published>2025-02-12T00:00:00+00:00</published><updated>2025-02-12T00:00:00+00:00</updated><id>https://new.aviadas.com/life/the-need-to-celebrate-oneself</id><content type="html" xml:base="https://new.aviadas.com/life/the-need-to-celebrate-oneself/"><![CDATA[<h3 id="the-milestone">The Milestone</h3>

<p>I recently hit 1,000 activities on Strava – 800 from running and the rest biking. My first instinct was to think <em>huh, that’s cool</em> and move on.</p>

<p><img src="https://substack-post-media.s3.amazonaws.com/public/images/9a4f382f-410a-4a5c-af06-5719d2cf068a_634x1024.jpeg" alt="" /></p>

<p>But then I stopped myself. This is a significant milestone, telling the story of my discipline and persistence with fitness over the years. Could it have come two years sooner if I’d stayed healthy? Of course. Yet here we are.</p>

<p>So I posted it on Instagram, the home of millennial highlight reels. Five years ago, I might have judged others for similar posts. I noticed the familiar dopamine hit from friends’ likes and messages.</p>

<p>This moment crystallized something that keeps surfacing in therapy and conversations with my wife: <em>I need to do a better job of celebrating myself</em>.</p>

<h3 id="the-marathon-mindset">The Marathon Mindset</h3>

<p>In my peak years of marathon training, my personality perfectly fit the demands required. I excel when my actions can be distilled toward a singular pursuit. The marathon demanded exactly that – showing up for training runs, eating right, sleeping enough. At times, every waking hour was optimized for that singular goal: chiseling away minutes in pursuit of the three-hour marathon, my ticket to the Olympics of civilian runners – the Boston Marathon.</p>

<p>The process had to be the reward. A good marathon time is anything but guaranteed. You get one, maybe two shots a year. On race day, it could rain or suddenly heat up. One pulled muscle, one stumble, one rolled ankle in those tens of thousands of steps could derail everything. Even perfect training offers no guarantees.</p>

<p><img src="https://substack-post-media.s3.amazonaws.com/public/images/02882fae-d99f-41f4-972d-affc1af9f8da_1024x1024.jpeg" alt="During my peak years of Marathon training" /></p>

<p>Even after good races, I was already thinking about the next training cycle, always moving toward the bigger goal. Fear kept me from celebrating – fear that savoring success would somehow curse my progress, that I’d lose my edge if I lost control.</p>

<p>My last five years of many injuries have changed my perspective. It’s completely unknown if I can stay healthy during the year. I haven’t had an injury-free year since 2019. Celebrating or not celebrating won’t change that reality.</p>

<p><em>So why stay tethered to that fear?</em></p>

<h3 id="finding-my-voice">Finding My Voice</h3>

<p>This can extends to my writing here. I don’t have a sizable audience. There’s pressure to write something original to stand out. But thoughts are rarely truly original – someone (likely many people) have had similar insights and put them to paper. Our reaches simply may not intersect.</p>

<p>I’m giving myself permission to write things that have been written a thousand times before, as long as they reflect my authentic experience and help me crystallize my understanding. Chances are, they’ll resonate with someone else too.</p>

<p>My Bengali upbringing plays a role here too. Modesty and duty were values that was emphasized in my household, whereas I see my American born peers embody confidence and optimism far more naturally. They seem to have this correct - celebration allows living in the moment and feeling our happiness, rather than waiting for a future state that’s never guaranteed.</p>

<h3 id="permission-to-joy">Permission to Joy</h3>

<p>The inevitable truth of adult life is that we will be tested. Sometimes it’s the same test we’ve faced a hundred times, wearing us down through repetition. Other times, it blindsides us in ways we couldn’t anticipate. The struggles are real, but that makes it even more crucial to feel the joys. We don’t have to hold back or wait.</p>

<p>We can’t afford to.</p>

<p>Celebrate yourself.</p>]]></content><author><name>Avi Das</name></author><category term="Life" /><summary type="html"><![CDATA[The Milestone]]></summary></entry><entry><title type="html">My 2024 Favorites: Books, Podcasts and more!</title><link href="https://new.aviadas.com/life/my-2024-favorites-books-podcasts/" rel="alternate" type="text/html" title="My 2024 Favorites: Books, Podcasts and more!" /><published>2024-09-04T00:00:00+00:00</published><updated>2024-09-04T00:00:00+00:00</updated><id>https://new.aviadas.com/life/my-2024-favorites-books-podcasts</id><content type="html" xml:base="https://new.aviadas.com/life/my-2024-favorites-books-podcasts/"><![CDATA[<p>Second year in a row, I wanted to share books, podcasts and other media / art that added a lot of value to my life.</p>

<h2 id="books">Books</h2>

<p>After a rather <a href="https://avidas.substack.com/i/140104063/books">unsatisfactory reading year</a> of 2023, my reading picked up a lot more in 2024 and I’m very happy with it! I read a number of books this year that has been moving and eye-opening.</p>

<h4 id="say-nothing">Say Nothing</h4>

<p><img src="https://substack-post-media.s3.amazonaws.com/public/images/d016685a-5755-470b-9008-ddaa8e5f7dd5_260x383.png" alt="" /></p>

<p>My book of the year goes to <strong>Say Nothing</strong> by Patrick Radden Keefe. I picked this up on a porch, and didn’t quite know what to expect beyond Troubles in Ireland, which I only had a surface level knowledge of.</p>

<p>I was blown away by this book. The depth of research is astonishing, and Patrick has broken ground on how to write a gripping, entertaining and deeply thought provoking history book which must have meant so much to him given his Irish roots.</p>

<p>Now, I am really curious if there’s other books like “Say Nothing”s about other areas of history. If you have enjoyed this book and other books on history, leave a comment!</p>

<p>I gave myself permission this year to follow my joy, curiosity and whimsy to drive my reading instead of looking at reading just a vessel for self development. That led me to picking up reading Sci-Fi again, and the following was my favorite of the year.</p>

<h4 id="project-hail-mary"><strong>Project Hail Mary</strong></h4>

<p><img src="https://substack-post-media.s3.amazonaws.com/public/images/05bde810-6a75-4f3e-b1dd-aeb788d5ae6a_409x571.png" alt="" /></p>

<p><strong>Project Hail Mary</strong> by <strong>Andy Weir</strong> is a Sci-Fi set on a premise which reminded me of the Three Body Problem in a way, there’s something in the near future that the Earth must act on in unison, and in the case of Project Hail Mary, a gradual dimming of the sun that would lead to an ice age in 30 years.</p>

<p>From that point onwards, the ride is remarkable, Andy Weir is so good at Sci-Fi with few characters and seemingly impossible constraints, as he did with his most well known book, the Martian.</p>

<h4 id="the-pathless-path-imagining-a-new-story-for-work-and-life"><strong>The Pathless Path: Imagining a New Story For Work and Life</strong></h4>

<p><img src="https://substack-post-media.s3.amazonaws.com/public/images/805df242-07cf-424d-98fa-4fd77efdc927_335x508.png" alt="" /></p>

<p>I have been familiar with Paul Millerd’s work for a little while, but I finally got to pick up his book, <strong>The Pathless Path: Imagining a New Story For Work and Life</strong>. For a book titled as such, I was really moved by how poetic Paul’s writing is, and instead of providing manuals and 10 step routines, Paul blends his own lived experience, choices and struggles and draws connections with thinkers such as David Whyte, Rebecca Solnit and many others whose thinking I have admired.</p>

<p>Once you graduate college and start working, in the US, there’s the default paths of long employment or entrepreneurship. Paul’s writing is an invitation to at least consider that may not be the only options available and think deeply about what we want to do with the short time available to us.</p>

<p>On this theme, another take on this is perhaps my favorite tech talk of all time, Brett Victor’s Inventing on Principle, who offers another path. Regardless of of your interest in the topic, you won’t be disappointed.</p>

<iframe width="560" height="315" src="https://www.youtube.com/embed/PUv66718DII" frameborder="0" allowfullscreen=""></iframe>

<p>There’s a great deal of honorable mentions, and I overcame my past stigma about audiobooks and lean into them more, as a faster way to go through books, sometimes as a companion to a book I’m reading.</p>

<ul>
  <li><strong>The Art of Communicating</strong> by <strong>Thích Nhất Hạnh</strong>
    <ul>
      <li>Note to self: Every year, read at least one Thích Nhất Hạnh book</li>
    </ul>
  </li>
  <li><strong>Drama of the Gifted Child</strong> by <strong>Alice Miller</strong>
    <ul>
      <li>A short but dense read that took me months to finish as I had to stop and think so often</li>
    </ul>
  </li>
  <li><strong>The Death and Life of Great American Cities</strong> by <strong>Jane Jacobs</strong>
    <ul>
      <li>The magnum opus of urban planning, changed my perspectives on what it means to set up neighborhoods for success</li>
    </ul>
  </li>
  <li><strong>A Short History of South East Asia</strong> by <strong>Peter Church</strong>
    <ul>
      <li>A great primer if you are visiting any South East Asian countries!</li>
    </ul>
  </li>
  <li><strong>Good Work</strong> also by Paul Millerd
    <ul>
      <li>A solid followup to Pathless Path</li>
    </ul>
  </li>
  <li><strong>Liar’s Poker</strong> by <strong>Michael Lewis</strong>
    <ul>
      <li>A piece of NYC finance history</li>
    </ul>
  </li>
  <li><strong>The Year of Magical Thinking</strong> by <strong>Joan Didion</strong>
    <ul>
      <li>Joan Didion’s masterful meditations on grief</li>
    </ul>
  </li>
  <li><strong>How to Live</strong> by <strong>Derek Sivers</strong>
    <ul>
      <li>This was an audiobook I listened to, Derek’s perspective always challenges your thinking even if you don’t agree with all his content.</li>
    </ul>
  </li>
  <li><strong>Peak</strong> by <strong>Anders Ericsson</strong> and <strong>Robert Pool</strong>
    <ul>
      <li>An exposition on deliberate practice</li>
    </ul>
  </li>
  <li><strong>How to be the Greatest Improviser on Earth</strong> by <strong>Will Hines</strong>
    <ul>
      <li>Improv is a performing art, but this is maybe the most practical guide I read to improving your improv craft</li>
    </ul>
  </li>
</ul>

<h2 id="podcasts">Podcasts</h2>

<h4 id="money-for-couples">Money for Couples</h4>

<p><img src="https://substack-post-media.s3.amazonaws.com/public/images/7ea4eca5-eafc-42f9-be91-97efe6671225_410x398.png" alt="" /></p>

<p>Second year in a year, Ramit Sethi’s podcast is in my top recommendations, except now it’s called Money for Couples. Money is perhaps an entrypoint into much broader themes of what people believe about themselves and their relationships and how their values inform them. It continues to be informative and also informative due to Ramit’s style.</p>

<h4 id="the-ezra-klein-show">The Ezra Klein Show</h4>

<p><img src="https://substack-post-media.s3.amazonaws.com/public/images/fa335561-5f30-4714-b5fc-1382d80a9f42_1022x1024.png" alt="" /></p>

<p>In the world of echo chambers that we live in right now, Ezra Klein’s show stands out as an introspective look into Politics, news and beyond. The national election cycle was an exhausting one, and this podcast is one of the few that I felt informed by and that kept me sane during that time.</p>

<p>The third podcast I’d plug is the Pathless Path with Paul Millerd, I have definitely binged many of this conversations, and admire Paul’s ability to bring a lot of these conversations to life.</p>

<h2 id="community">Community</h2>

<p>NYC communities seem to have evolved more introduction based and private first rather than open discovery based from pre pandemic times. These days, seems every community is being run on WhatsApp, Luma and Partiful in NYC.</p>

<h4 id="wake-up-ny">Wake up NY</h4>

<p>Wake up NY was the core of my NYC community this year, and really centered me through some trying times this year. I was also able to go to two meditation retreats this year to Blue Cliff monastery in Upstate New York as well. Doing a retreat in the spring and fall is a tradition I’d like to continue.</p>

<p><img src="https://substack-post-media.s3.amazonaws.com/public/images/99c93f79-0f7a-4769-98d3-714f491fc173_1028x688.png" alt="" /></p>

<h3 id="magnet-storytelling">Magnet Storytelling</h3>

<p>I took storytelling with Adam Wade at Magnet Theatre this fall, and it had a transformational impact. A group of strangers, just through the power of telling honest stories about their lives can learn so much about themselves. Storytelling has never been a natural strength of mine, and the class gave me a better understanding of what makes stories good: characters, dialogue, moments. Just being vulnerable in front of strangers through stories and being lifted up by the community was a special experience.</p>

<blockquote>
  <p><em>I would love to know about your picks in the comments section, or if any of my picks resonated with you. Wishing you a rewarding 2025!</em></p>
</blockquote>]]></content><author><name>Avi Das</name></author><category term="Life" /><category term="Books" /><summary type="html"><![CDATA[Second year in a row, I wanted to share books, podcasts and other media / art that added a lot of value to my life.]]></summary></entry><entry><title type="html">The Price of Freedom: Converting Currencies, Converting Mindsets - Part I</title><link href="https://new.aviadas.com/life/the-price-of-freedom-converting/" rel="alternate" type="text/html" title="The Price of Freedom: Converting Currencies, Converting Mindsets - Part I" /><published>2024-07-28T00:00:00+00:00</published><updated>2024-07-28T00:00:00+00:00</updated><id>https://new.aviadas.com/life/the-price-of-freedom-converting</id><content type="html" xml:base="https://new.aviadas.com/life/the-price-of-freedom-converting/"><![CDATA[<h3 id="growing-up-middle-class-in-dhaka">Growing Up Middle Class in Dhaka</h3>

<p>I grew up middle class in Dhaka, Bangladesh, straddling the line between comfort and constraint. While we always had food on the table, a roof over our heads, clothes to wear, and school to attend, our lifestyle was modest. We never owned a car, and our single family vacation abroad was a brief trip across the border to India. My parents owned their home, but could only afford property in low-lying land. During severe floods, which came every few years, I remember yelling at passing boats from our window as the roads were too deep under water for walking.</p>

<p><img src="https://substack-post-media.s3.amazonaws.com/public/images/a9aba23d-1609-4688-a106-66b4a3009941_1416x1764.png" alt="" /></p>

<p>My father worked his entire career at Bangladesh’s central bank, compensated more in prestige and security than money. My mother stayed home to raise us, carefully managing our limited disposable income.</p>

<h3 id="education-and-expectations">Education and expectations</h3>

<p>Education loomed large in our household—it was my father’s escape route from poverty. He was determined it would be mine too. “<em>You’ll be a rickshaw puller and live on the streets!</em>” became his frustrated refrain whenever I showed disinterest in studying. My worth seemed measured solely by the grades I could deliver, always in comparison to classmates who appeared more naturally gifted at academics.</p>

<p>The pressure was constant. I wasn’t allowed an allowance growing up, and my parents feared that tutoring students or any other jobs would distract from my studies. Their singular focus was clear: education first, everything else second.</p>

<h3 id="first-taste-of-financial-independence">First Taste of Financial Independence</h3>

<p>In grade 9, I was finally granted some independence. Allowed to attend school and tutoring on my own, I saw the daily travel money in my hands as an opportunity. Instead of taking auto-rickshaws, I would squeeze onto local buses or walk, despite the punishing 100°F heat. While others might have seen hardship, I found meaning in this small freedom—it was the first chapter of my own story.</p>

<p>Within two years, I had saved nearly 10,000 Taka (about $150 USD) from my travel allowance. My mother joked, “<em>kipter paisa hoy</em>” (a miser gets wealthy), but I heard the pride behind her teasing. I had discovered a new source of self-worth that had nothing to do with grades.</p>

<h3 id="culture-shock-arriving-in-america">Culture Shock: Arriving in America</h3>

<p>Fall 2008 marked a dramatic turning point as I left for undergraduate studies in the United States. Despite Colgate University’s generous scholarship covering about 97% of expenses, even the small remaining portion strained my family’s resources.</p>

<p>My first week in America brought a stark reality check at a local restaurant. As I  converted menu prices to Taka in my head, my stomach churned at the relatively large figures. A wise upperclassman from Nepal advised, “<em>You have to stop converting prices to local currency for your sanity.</em>” I ordered the cheapest item, determined not to feel left out while equally determined to make it on my own.</p>

<h3 id="working-through-college">Working Through College</h3>

<p>I promised myself: coming to the America for studies was ultimately my decision and I had to be responsible for it. I would never ask my parents for money again. Freedom demanded responsibility. This led me to maximize every work opportunity available—20 hours weekly at the IT help desk, positions in the library, research assistantships, residential advisor roles, and video journalism work. Summers and winters found me staying on campus, picking up extra hours wherever possible.</p>

<p><img src="https://substack-post-media.s3.amazonaws.com/public/images/e1a4aa4e-a6fd-4d95-bbeb-cd15671db5e0_1188x888.png" alt="A selfie from working on Colgate's IT helpdesk, from 2009." /></p>

<p>While I appreciated my professors’ encouragement toward academic careers, I discovered that I preferred the straightforward exchange of work for pay over the endless cycle of papers and exams. My grades couldn’t slip, but I knew academia wasn’t my calling. This balance came at a cost—while classmates socialized on weekends, I juggled work shifts and study sessions.</p>

<h3 id="breaking-free-from-old-money-stories">Breaking Free from Old Money Stories</h3>

<p>In spring 2012, I graduated with no debt and roughly $12k in savings from my work-study jobs. A few months earlier, I had landed a job as a software engineer at a fintech company in NYC called FactSet, with a starting salary of $75k. The amount seemed so large to me then and the job set me up to secure a work visa and build my life in the U.S.</p>

<p>During my graduation week, the Computer Science department awarded me $100 in bookstore credits for my contributions as the head of the computer science club. Browsing the finance section of the bookstore, I remembered my parents’ skepticism about investing: “<em>We’re not the kind of people who make riches in business or the stock market.</em>”</p>

<p>But I was eager to learn. I bought <em>A Random Walk Down Wall Street</em> by Burton Malkiel and <em>One Up on Wall Street</em> by Peter Lynch. Stepping into this new chapter of life, I felt optimism and determination to rewrite my financial story. I was ready to navigate the brave new world of employment and investing, equipped with lessons from my past and hope for the future.</p>

<p><img src="https://substack-post-media.s3.amazonaws.com/public/images/861f4efd-23b8-4eaf-a468-1c125edd923c_2514x1886.jpeg" alt="" /></p>]]></content><author><name>Avi Das</name></author><category term="Life" /><summary type="html"><![CDATA[Growing Up Middle Class in Dhaka]]></summary></entry><entry><title type="html">Will AI Replace Software Engineers?</title><link href="https://new.aviadas.com/software/will-ai-replace-software-engineers/" rel="alternate" type="text/html" title="Will AI Replace Software Engineers?" /><published>2024-06-21T00:00:00+00:00</published><updated>2024-06-21T00:00:00+00:00</updated><id>https://new.aviadas.com/software/will-ai-replace-software-engineers</id><content type="html" xml:base="https://new.aviadas.com/software/will-ai-replace-software-engineers/"><![CDATA[<blockquote>
  <p>Humans are notoriously bad at predicting the future, but very resilient at adapting when we must.</p>
</blockquote>

<h3 id="state-of-the-tech-market">State of the tech market</h3>

<p>I have a good friend who’s a mechanical engineer. His company helps design and build out data centers. He mentions it’s boom times like nothing he’s seen. They are a small business and overloaded with demand. They simply can’t hire fast enough. A big part of this is due to the generative AI boom.</p>

<p>The conversation made me reflect on the current market for software engineers, and tech in general. If you’re in tech, you know about the software hiring slowdowns and layoffs. Interest rates continue to be high and companies are hesitant to grow too fast and keep operating expenses low.</p>

<p><img src="https://substack-post-media.s3.amazonaws.com/public/images/4ef012c3-8e2c-4b81-bd43-e8a70b173f08_2620x888.png" alt="" /></p>

<p>The chart above is the best I’ve seen to explain the phenomenon of tech job postings falling with rising interest rates. The blue line shows the number of software development job postings and the red line is the rising interest rates. (<a href="https://matt.sh/panic-at-the-job-market">source</a>)</p>

<p>For a long time, engineers were seen as a moat. Hiring engineers during the 2010s was a signal to venture capitalists that a company is in a growth trajectory. While this has resulted some companies hiring beyond the business needs, tech became a industry where demand always would exceed supply.</p>

<h3 id="the-ai-boom">The AI boom</h3>

<p>I started my career when the industry was just entering the “Big Data” era. All of a sudden, companies had internet scale data, without knowledge of what could be inferred. MapReduce, Hadoop, Pandas etc come out in that era which are still foundations of data work in companies.</p>

<p>We are now in another era of AI after ChatGPT and LLMs became mainstream. You can now converse in natural language with a machine which is utterly incredible.</p>

<p>One emergent ability has been the capability of LLMs to produce code. With the ability to attach interpreters and compilers to check for executable code, LLMs can already solve most Leetcode style algorithm problems, a key aspect of software hiring post Google.</p>

<h3 id="the-question">The Question</h3>

<p>Now, the big question that has emerged, will AI replace software engineers? What will happen to our industry? Will we just have fewer software engineers, or will engineers be supercharged with AI capabilities?</p>

<p>The answer to this depends on your time horizon. Humans used to write machine code, then assembly to today’s powerful languages. With these shifts, the volume of code needed to write to produce the end product fell, but there’s was an explosion of things that needed to be built as software ate the world. It’s quite possible that in the future, humans will write less code and interface with a machine in higher level primitives.</p>

<p>At the moment, most companies view AI as an agent of productivity boom. The software industry is already highly automated, and it’s a cardinal rule that the boring work will be automated.</p>

<p><em>I intend to expand upon this section in a future post. Stay tuned!</em></p>

<h3 id="what-are-we-here-for">What are we here for</h3>

<p>Software engineers should take a step back and consider what it is that we do. If we view ourselves as entities that ingest specs and churns out working code, perhaps LLMs are mostly there already.</p>

<p>A great amount of work engineers spend is not necessarily in the code but above, below and around the software being written. Understanding the business’s needs, translating that into what that means for the software that needs to be built, leveraging what already exists, anticipating problems down the line so we can minimize churn and oncall pain, weighing tradeoffs around tools, technologies and knowing that in any organization, software tradeoffs aren’t just software tradeoffs but also human tradeoffs.</p>

<p>It’s also worth remembering what we were told when we entered the industry. This is an industry where we must be continuously learning. Every few years, new tools and paradigms will emerge that will render what we practice outdated. At the same time, some paradigms and tools endure, e.g. C++ and SQL are as relevant as they were 30 years ago. This whole industry is still wildly new, especially compared to peer fields like electrical or mechanical engineering.</p>

<hr />

<p>At the moment, AI literacy is essential for software engineers. This emergent technology is simply too powerful and we cannot afford to stay behind, especially as the internet is blessed with great teachers such as Andrej Karpathy. Think about how these tools can solve your everyday challenges and know about the capabilities and limitations of LLMs. And build things.</p>

<p>It’s unclear what the new equilibrium for tech jobs will be as inflation and interest rates come down. A lot of companies are scarred from the tech recession of 2022. The best we can do is prepare for the future and embrace how powerful tools can solve our unique problems. And while we are at it, we can send well wishes to our friends who are designing and building out the data centers. May your boom have a long life.</p>]]></content><author><name>Avi Das</name></author><category term="Software" /><category term="Teams" /><category term="Programming" /><summary type="html"><![CDATA[Humans are notoriously bad at predicting the future, but very resilient at adapting when we must.]]></summary></entry><entry><title type="html">Dhaka Part II: A Symphony of Survival</title><link href="https://new.aviadas.com/life/dhaka-part-ii-a-symphony-of-survival/" rel="alternate" type="text/html" title="Dhaka Part II: A Symphony of Survival" /><published>2024-05-14T00:00:00+00:00</published><updated>2024-05-14T00:00:00+00:00</updated><id>https://new.aviadas.com/life/dhaka-part-ii-a-symphony-of-survival</id><content type="html" xml:base="https://new.aviadas.com/life/dhaka-part-ii-a-symphony-of-survival/"><![CDATA[<p>The air hung thick and sweet, clinging to my skin like a forgotten memory. The bus lurched forward, a reluctant participant in the city’s cacophony. Honking rickshaws weaved between us, their drivers shouting greetings and curses in equal measure. It was sensory overload, a stark contrast to the orchestrated calm of New York City I’d called home for the past seven years. Yet, beneath the surface thrummed a different rhythm – a quiet hum of resilience, a constant innovation born out of necessity. Was this struggle, or a silent symphony of survival?</p>

<p><img src="https://substack-post-media.s3.amazonaws.com/public/images/3ae082e0-312e-451b-bba8-523881dee741_1590x1060.png" alt="" /></p>

<h3 id="hustle-and-heart">Hustle and Heart</h3>

<p>Dhaka isn’t for the faint of heart. My friend’s words echoes in my head: “<em>99% of life here is a struggle</em>.” He isn’t wrong. The middle class treads a tightrope, juggling work, family, and the ever-present battle against the clock. A three-hour commute that could be done in thirty with no traffic – a daily reminder of a city straining at the seams.</p>

<p>Yet, amidst the struggle, there’s an undeniable warmth. Strangers offer genuine smiles and unsolicited support. Here, connection thrives on face-to-face interactions, a welcome change from the curated reality of online life. But the constant social engagement, a cherished aspect of Bangladeshi culture, could also be overwhelming. Finding moments of solitude became a precious luxury.</p>

<h3 id="stuck-in-orbit"><strong>Stuck in Orbit</strong></h3>

<p>“<em>We’re stuck in the outer orbit,</em>” lamented a friend, a tech solopreneur for over a decade in Dhaka. Bangladesh, once an agrarian nation, successfully transitioned to a textile and remittance-based economy. It’s a success story in world economic circles, with consistent GDP growth. Crime rates are down, and the promise of a “<em>Digital Bangladesh</em>” hangs in the air with the unveiling of it’s first ever cloud data center.</p>

<p>But beneath the gleaming facade lies a yearning for more. Entrepreneurship is stifled by red tape and a cultural preference for stability over risk-taking. The lure of a secure job often outweighs the gamble of a startup, a stark contrast to the US, where government incentives encourage small businesses and the media idolizes the 20 year old AI startup founder taking on Google.</p>

<h3 id="building-blocks-of-tomorrow"><strong>Building Blocks of Tomorrow</strong></h3>

<p>Looking out from my parents’ home, I counted at least twenty buildings at various stages of development. A stark contrast retrieving cricket balls from rice fields in my childhood. I wondered if the American YIMBY (Yes In My Backyard) movement would approve. In the US, development clashes with existing homeowners who fiercely protect their neighborhood character. Dhaka, on the other hand, embraces construction with open arms.</p>

<p>However, this rapid growth comes at a cost. Urban planning struggles to keep pace, resulting in a dearth of green spaces – an irony for a nation known for its rivers and annual floods.</p>

<p><img src="https://substack-post-media.s3.amazonaws.com/public/images/676878ec-8b97-4b0a-8fcb-a99fb805a6d0_1200x1600.jpeg" alt="" /></p>

<h3 id="the-power-of-jugaad"><strong>The Power of “Jugaad”</strong></h3>

<p>“<em>Do you realize Bangladesh might not exist in 50 years</em>,” a friend in the US had said, climate change heavy on her mind. Here, the threat is ever-present. Floating agriculture and villages on stilts are testaments to a nation determined to survive.</p>

<p>This resourcefulness is called “<em>jugaad</em>” in Hindi or “<em>joratali</em>” in Bangla. This permeates daily life. Families mend and repurpose before discarding anything. Hyper-local cuisines, a result of a time when spices were a luxury, reflect a population’s ability to adapt. Bangladesh, after all, pioneered micro-credit, empowering women and reducing poverty.</p>

<h3 id="a-call-to-action"><strong>A Call to Action</strong></h3>

<p>Bangladesh brims with potential, but climate change looms large. The nation needs leaders who can inspire, who can create a compelling vision. However, inspiration alone won’t be enough. There’s need for systemic change to remove obstacles that prevent ordinary people from believing they can make a difference.</p>

<p>The media too has a role to play. By celebrating those who are leading the charge, they can shape a culture that embraces innovation and progress.</p>

<p>Dhaka is a city of contrasts – a relentless struggle interwoven with an enduring spirit. It’s a symphony of survival, a <a href="https://www.academymuseum.org/en/programs/detail/pather-panchali-song-of-the-little-road">song waiting to heard</a>.</p>

<p><img src="https://substack-post-media.s3.amazonaws.com/public/images/a0b0fe0e-826b-4526-ad1d-47945f5928ca_1200x1600.jpeg" alt="" /></p>]]></content><author><name>Avi Das</name></author><category term="Life" /><summary type="html"><![CDATA[The air hung thick and sweet, clinging to my skin like a forgotten memory. The bus lurched forward, a reluctant participant in the city’s cacophony. Honking rickshaws weaved between us, their drivers shouting greetings and curses in equal measure. It was sensory overload, a stark contrast to the orchestrated calm of New York City I’d called home for the past seven years. Yet, beneath the surface thrummed a different rhythm – a quiet hum of resilience, a constant innovation born out of necessity. Was this struggle, or a silent symphony of survival?]]></summary></entry><entry><title type="html">Dhaka Part I: Finding Rootedness</title><link href="https://new.aviadas.com/life/dhaka-part-i-finding-rootedness/" rel="alternate" type="text/html" title="Dhaka Part I: Finding Rootedness" /><published>2024-04-07T00:00:00+00:00</published><updated>2024-04-07T00:00:00+00:00</updated><id>https://new.aviadas.com/life/dhaka-part-i-finding-rootedness</id><content type="html" xml:base="https://new.aviadas.com/life/dhaka-part-i-finding-rootedness/"><![CDATA[<h3 id="an-overdue-trip">An overdue trip</h3>

<p>As I left NY to visit Dhaka after five years, I looked to feel rooted and hoped for perspective.</p>

<p>Despite being in the US for a decade and half, it sometimes feels difficult to feel rooted. You could call me an assimilated immigrant. I have native fluency in English, I am a well behaved W2 employee who pays his taxes, and I will vote in the upcoming US presidential election. My partner is here and so are my closest friends.</p>

<p>I retain some elements of my Bengali-ness. Bengali food is still the best food I’ve had, and I have tasted the cuisine of the world. I maintain that Cricket is a vastly superior to Baseball. I’m skeptic of having pets.</p>

<h3 id="my-intentions-before-departing">My intentions before departing</h3>

<p>At times, I feel the lack of roots. Often I have this vision of a boat in the ocean in choppy waters. The waves shift the boat around, and once in a while the boat is capsized and needs to get back up. The boat strives to be a cliff, accepting the waves shaping it gently over the years.</p>

<p>The question of where home is a moot point now. Home is not a fixed place. Home is wherever I am settled and content in my body, mind and community. I have felt both at home and not at home during my current stint of seven years at NYC.</p>

<p>Even feeling at home does not replace history, it doesn’t replace ancestry. It doesn’t replace the formative years of my life that shaped my choices and values.</p>

<p>Besides my brother in California, rest of my family are in Bangladesh. So when I go back, I arrive with a hunger for my roots. The roots are in the local food, places that were familiar, the climate, and spending time with friends and family.</p>

<p>Perspective is a gift that I hope for as well. I seek to observe my origins in a slightly different way then before. To see if there are new understandings to be made, new dots to be connected by looking backwards.</p>

<p>In a way, it’s not that difficult. Going over to Bangladesh may as well be going to a different planet compared to life in NYC. The sights, sounds, taste, smell etc are radically different. Good coffee is impossible to find, but the cuisine is <em>so</em> comforting, nuanced and sumptuous. My responsibilities would be different, primarily to support my parents handling the challenges of aging.</p>

<p><img src="https://substack-post-media.s3.amazonaws.com/public/images/9bf7acd4-57bb-46c0-a75e-760b5a9d84d8_768x1024.jpeg" alt="" /></p>

<h3 id="my-month-in-bangladesh">My month in Bangladesh</h3>

<p>The first few days back were quite challenging, as I needed to realign my baseline expectations on air quality, street hygiene amongst many, many things. It was gloomy and overcast for over a week on arrival too, which added to the ennui.</p>

<p>The tides turned with the unrelenting love that I received from my parents. It’s not entirely unconditional, but perhaps the next best thing. My boundaries and routine, however, were challenged, and I let them be. I was not there to maintain militaristic rigor, and I allowed myself to be unproductive.</p>

<p>I travelled with my mother to Chattogram, the origin of all my relatives. I am a creature of great interest when I’m there. The attention can be overwhelming but is well meaning and the endless curiosity understandable. I am greeted by older versions of people I used to know, and likewise an older version of me arrives with each visit to Bangladesh as well. My life has diverted from theirs greatly, and at least to them, in positive and desirable ways.</p>

<p>The latter part of the trip is busy and bittersweet. I spent time setting things in motion such as visas for parents and discussing different variants of family future. For my parents, the farewell was very difficult even though I plan to see them later in the year.</p>

<p><img src="https://substack-post-media.s3.amazonaws.com/public/images/54b8eaf5-a6f4-4bfd-9d5d-4b8f56ef192d_768x1024.jpeg" alt="" /></p>

<p>Stay tuned for my next post regarding my realizations during and since my trip. I appreciate your patience in reading through the post!</p>]]></content><author><name>Avi Das</name></author><category term="Life" /><summary type="html"><![CDATA[An overdue trip]]></summary></entry><entry><title type="html">My 2023 Favorites: Podcasts, Books and more!</title><link href="https://new.aviadas.com/life/my-2023-favorites-podcasts-books/" rel="alternate" type="text/html" title="My 2023 Favorites: Podcasts, Books and more!" /><published>2024-01-22T00:00:00+00:00</published><updated>2024-01-22T00:00:00+00:00</updated><id>https://new.aviadas.com/life/my-2023-favorites-podcasts-books</id><content type="html" xml:base="https://new.aviadas.com/life/my-2023-favorites-podcasts-books/"><![CDATA[<p>And just like that, 2023 is behind us. I wanted to have some fun and share my picks across media and art this year.</p>

<h3 id="podcasts">Podcasts</h3>

<p>The golden age of podcasts continue with so many wonderful minds sharing their thoughts.</p>

<h4 id="i-will-teach-you-to-be-rich">I will teach you to be rich</h4>

<p><a href="https://www.iwillteachyoutoberich.com/podcast/">This podcast</a> has become a must listen for me this year. The cliche title does no justice to the contents of the podcast. The premise is that Ramit Sethi invites couples who apply to have their financial lives diagnosed live. However, this podcast is so much more than finances. Through the lens of couple finance, Ramit leads us through a fascinating live couples therapy session with empathy and candor.</p>

<p>This has become the single greatest podcast for me about relationships.</p>

<p><img src="https://substack-post-media.s3.amazonaws.com/public/images/929059f5-6c5c-4395-b382-885de1c94b86_992x796.png" alt="" /></p>

<p><em>There’s also the Netflix show that Ramit made, but in my opinion, the podcast is vastly superior to the Netflix show.</em></p>

<h4 id="odd-lots">Odd lots</h4>

<p>Macroeconomics has been on the mind heavily for anyone dabbling in the markets in the last few years. <a href="https://www.bloomberg.com/oddlots">Odd lots</a> is a podcast from Bloomberg where Joe and Tracy cover everything from corn futures to semiconductors to the Suez Canal saga. What sets this podcast apart from a being dull is the true beginners mind that the podcasters bring to dense and often arcane topics. The hosts also do a great job at driving an open conversation with the expert guests, and putting their own biases out in the open.</p>

<p><img src="https://substack-post-media.s3.amazonaws.com/public/images/a28a2e19-1d04-4391-ad9e-75d2490b2708_444x446.png" alt="" /></p>

<h4 id="all-in">All in</h4>

<p>I started listening to <a href="https://podcasts.apple.com/us/podcast/all-in-with-chamath-jason-sacks-friedberg/id1502871393">all in</a> as a way of learning more about the latest in startups and venture world. This podcast has taken a noticeable right wing bent this year, and frankly is the most palatable right wing news source at the moment. What keeps this podcast interesting is the friendship and camaraderie of the four hosts.</p>

<p><strong>Honorable mentions</strong>: <a href="https://www.nytimes.com/column/ezra-klein-podcast">Ezra Klein Show</a>, <a href="https://tim.blog/podcast/">Tim Ferriss Show</a> and Portfolio Career by my friend David Nebinski.</p>

<h3 id="books">Books</h3>

<p>Truth be told, I haven’t read as much this year as I would have liked to. My attention span has been quite fragmented, and I have been drifting away from reading. To course correct, I realized I need to introduce more urgency and introduce a social element to my reading.</p>

<p>Nevertheless, I’ve read some great books this year.</p>

<h4 id="when-things-fall-apart">When Things Fall Apart</h4>

<p><img src="https://substack-post-media.s3.amazonaws.com/public/images/40874808-3814-49bf-ae02-c1a5ac376cc4_624x978.png" alt="" /></p>

<p><a href="https://www.amazon.com/When-Things-Fall-Apart-Difficult/dp/1611803438">Pema Chodron’s classic</a> has been on my list for a long time. Finally, I made my way through the book this year, and this is a book I see myself coming back to again and again. Life often doesn’t care much about our grand plans, and brings forth challenges and setbacks. In those moments, we can grasp for something, anything that would make us feel grounded. Even meditation could be just a device for us to find any ground. But we can certainly do worse than meditation and reach for our vices. With kindness, Pema explains that the truth of our being is finding peace with the foundational groundlessness instead of seeking for that solid ground.</p>

<p>I have not made my piece with groundlessness yet. Which is why I must return to this book in the future.</p>

<h4 id="four-thousand-weeks-time-management-for-mortals">Four thousand weeks: Time management for mortals</h4>

<p><img src="https://substack-post-media.s3.amazonaws.com/public/images/5f68bf9c-a322-4680-97a9-c549d66738ad_860x756.png" alt="" /></p>

<p>Time management is seemingly an exhausted theme for books. Oliver Burkeman offers something fresh with <a href="https://www.amazon.com/Four-Thousand-Weeks-Management-Mortals/dp/B08XZY5ZF7/ref=sr_1_1?crid=3P9LMM8KGL14N&amp;keywords=4000+weeks&amp;qid=1704046268&amp;s=books&amp;sprefix=4000+we%2Cstripbooks%2C90&amp;sr=1-1">4000 weeks</a>. The core of the book is that instead of trying to find that perfect morning routine to save five minutes, our time management should be rooted in our mortality. Embracing finitude shows how many of the unhelpful ways we’ve come to think about time aren’t inescapable, unchanging truths, but choices we’ve made as individuals and as a society—and that we could do things differently.</p>

<h3 id="music">Music</h3>

<p>I continued listening to a lot of Bollywood/Sufi, Bengali and Trance music this year. Besides that, here’s a couple that ranked high on my listening.</p>

<h4 id="succession-soundtrack">Succession soundtrack</h4>

<p>The HBO show Succession ended this year to my great chagrin. While the show is gone, Nicholas Brittel’s outstanding soundtrack is here to relive the masterful show.</p>

<iframe width="560" height="315" src="https://www.youtube.com/embed/yxFGax2cUlQ" frameborder="0" allowfullscreen=""></iframe>

<h4 id="hozho">Hozho</h4>

<p>I heard the Portuguese DJ in CDMX, and the melodark minimal style of EDM appealed a lot to me. I generally detest much of what house music has become, but thankfully artists are making EDM that doesn’t lust for 100% of your available attention span. My partner Vinamrata Singal found me an opportunity to watch <a href="https://www.youtube.com/watch?v=MDlZvm-itdY">Hozho</a> live this year on a sunset cruise which lists high on the list of peak experiences for me this year.</p>

<p><img src="https://substack-post-media.s3.amazonaws.com/public/images/f7860280-4b31-42af-9dbd-043414660c7f_768x1024.jpeg" alt="" /></p>

<h3 id="gatherings">Gatherings</h3>

<p>2023 felt finally the year when people were out and about in NYC without much fear over Covid. The pandemic was a destructive force for the fabric of NYC’s social gatherings, with people, community and spaces disrupted. This year, I was grateful to be a part of the following gatherings.</p>

<h4 id="wake-up-ny">Wake up NY</h4>

<p><a href="https://wakeupnewyork.org/">Wake up NY</a> is a young meditators group practicing under the Plum Village tradition in NYC. Thích Nhất Hạnh was an empathetic and worldly teacher, and there’s a real wholesome feel to the meditation group. After mostly being a participant in H1, in H2 I have started to support the group as a meditation facilitator! This has given me another view into my meditation practice, the way in which it is so different leading vs participating. I’m planning to write more about this in another post.</p>

<h4 id="reading-rhythms">Reading rhythms</h4>

<p><a href="https://www.instagram.com/reading_rhythms/">A reading party</a> with bringing your own book! This Williamsburg based group has really struck the craving for social gatherings that aren’t about drinking and partying. Deep reading has effects that are similar to mindfulness. Given that, it makes sense to have your reading sangha! The hosts of reading rhythms do a wonderful job at creating a warm, intentional environment. They are also excellent at organizing and marketing, and deserve fully the Tiktok and <a href="https://www.nytimes.com/2023/12/19/books/reading-rhythms.html">NYTimes</a> fame that resulted.</p>

<p><img src="https://substack-post-media.s3.amazonaws.com/public/images/aa559c82-f9eb-4c89-8de4-526b6cfeeaec_1256x1346.png" alt="" /></p>

<h4 id="funnies-improv">Funnies improv</h4>

<p><a href="https://www.instagram.com/funnysimprov/">Funnies</a> is a improv comedy gym. Anyone who wants to perform improv in a supporting group can come in, perform and get feedback. I have been to many improv jams in NYC, and often you get too little stage time and no feedback whatsoever. The structure and supportive environment that funnies provided made it my regular Monday evening activity this year. What also helped that it ends in a reasonable hour, as NYC comedy is often suited for night owls.</p>

<blockquote>
  <p><em>I would love to know about your picks in the comments section, or if any of my picks resonated with you. Wishing you a rewarding 2024!</em></p>
</blockquote>

<p><img src="https://images.unsplash.com/photo-1588001832198-c15cff59b078?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1fHxzdW5zZXR8ZW58MHx8fHwxNzA0MDQzNzcxfDA&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=1080" alt="body of water under cloudy sky during sunset" /></p>]]></content><author><name>Avi Das</name></author><category term="Life" /><summary type="html"><![CDATA[And just like that, 2023 is behind us. I wanted to have some fun and share my picks across media and art this year.]]></summary></entry><entry><title type="html">Improvisation and Self Discovery</title><link href="https://new.aviadas.com/life/improvisation-and-self-discovery/" rel="alternate" type="text/html" title="Improvisation and Self Discovery" /><published>2023-12-15T00:00:00+00:00</published><updated>2023-12-15T00:00:00+00:00</updated><id>https://new.aviadas.com/life/improvisation-and-self-discovery</id><content type="html" xml:base="https://new.aviadas.com/life/improvisation-and-self-discovery/"><![CDATA[<p>On a whim, I went to hideout theatre in Austin, TX for a improv beginner class a few years back. Over time, I have tried short and long form improv, and tried out musical/rap improv. Having no theatre/stage background, it has been meaningful to me how the lessons learnt from improv apply to life broadly. This year, I’ve been working out of a plateau in my improv journey which has been particularly illuminating.</p>

<h4 id="improv-and-play"><strong>Improv and Play</strong></h4>

<p>When I began doing improv, there was a 0-1 phase of growth. There’s a lot of good nuggets that we can learn from improv that we can apply in our everyday interactions. This includes saying yes-and vs no-but as a way to have a more collaborative conversation. In a scene, we reduce overthinking by going with the first thing that comes to mind. We put down the competitive hat and put on the collaborative one, as we succeed by helping our scene partners win.</p>

<p>It felt that I was learning lessons in communication that no one taught me. At the same time, I recognized people who are good at communication, and wondered what made them so good. Improv so often starts as way for people to get past stage fright, and getting more practice at being spontaneous goes a long way.</p>

<p>The traditional way to do improv is to join a theater. You go through levels of classes and in the process form groups that you can practice improv with and learn from experienced improv teachers. I did not go through the progression of levels through a theater, rather I’d experience improv by riffing at jams. This is a not a statement about the value that improv theaters offer, rather my failure to prioritize.</p>

<h4 id="hitting-a-plateau"><strong>Hitting a plateau</strong></h4>

<p>It felt important for me to have an outlet that provided me a lot of joy without any pressure to succeed that I could do just on demand. I was very much a long distance runner in the pre-pandemic era, which I took seriously and took at least as much work to be a part-time job. Improv was a sanctuary where I could truly let go of any expectations.</p>

<p>Over time, my improv skills hit a plateau. The scenes felt stale, and while it still was a net positive for me, I felt that I was feeling bored on stage. That’s an odd feeling to have on a improv setting, with the pressure to perform, no idea how my scene partner would respond and all the more. It should make me anxious. And yet I was bored. I have been just going through the motions.</p>

<h4 id="breaking-the-plateau"><strong>Breaking the plateau</strong></h4>

<p>Fast forward to June of this year, I learnt of a improv group kicking off at work. It was quite convenient, and it started to reform the habit. Only, this time there was more structure and instruction. Not only that, I started going to the Improv gym run by Ilan, the instructor. What is a improv gym you ask? Much like a regular gym, except we train at improv.</p>

<p>Over times a few things have stood out to me what held my improv scenes from being more fuller, and helping me realize why my improv skills flatlined.</p>

<h4 id="the-game-of-a-scene"><strong>The game of a scene</strong></h4>

<p>I’ve heard about the illusive game in improv and wondered what it is that people talk about. In improv, two people are establishing their characters and surroundings. Once that has happened, the key piece is to establish what that is absurd or particularly important about the circumstances that brought these two characters together at this particular moment. The game of the scene is the characters discovering this together. Here’s Keegan-Michael Key with a delightful metaphor.</p>

<iframe width="560" height="315" src="https://www.youtube.com/embed/coZARWbdNls?start=2" frameborder="0" allowfullscreen=""></iframe>

<h4 id="having-agency"><strong>Having agency</strong></h4>

<p>In improv, one way to create comedy is the radical difference in viewpoints between two characters. What is earth shattering to one character may be just a day in the life to the other. This characters usually take the roles of the voice of reason and the absurd character respectively. The person who plays the voice of reason and sanity is a great bridge with the audience. Without them, the audience can’t anchor themselves to the scene. Whereas the large character provides the thrust of the scene.</p>

<p>I’m a great voice of reason, as I’m analytical by nature. However, when my scene partner is also adapts the voice of reason, the scenes could fall flat. This is because while I’m great at yes-anding and supporting my partner, often what goes amiss is the agency of my own character. What are this character’s needs and wants? Without developing that, the audience is left wondering who the character is.</p>

<h4 id="working-with-conflict"><strong>Working with conflict</strong></h4>

<p>When a no is in fact a yes.</p>

<p>Ever seen a movie or a show without any conflict? Me neither. As a beginner in improv, I would try my best to accept everything my scene partner brought to the scene verbatim. However, when an improviser brings up something genuinely odd in a scene, it’s the job of the other improviser to call that out. This is where people who are comfortable with initiating conflict have an advantage, the scene is calling for that conflict to play out.</p>

<p>The art of creating conflict in a improv scene is when the two characters are disagreeing vehemently, but the actors playing them are entirely on the same page. The natural arrival of conflict in a scene is a gift as both improvisers can really sink their teeth into their own feelings about the conflict while adding more details and acknowledging their partners contribution.</p>

<h4 id="in-parting"><strong>In parting</strong></h4>

<p>Understanding games and scene patterns helps develop richer scenes that can move the audience. Having more agency and being more comfortable with initiating conflict in a scene also helps to add a lot more depth and color to a scene. Understanding these helped me better understanding when my scene works well vs when it falls flat and helped break my plateau.</p>

<p>To be good at something requires a lot of investment. There’s folks to whom improv comes naturally. But to most, it needs structure and a ton of practice. I expect that there might be more plateaus for me in the future, but for now I enjoy this greater understanding.</p>

<p>To end, something that Ilan said really stood out to me.</p>

<blockquote>
  <p>“In improv, be a little more brave and a little more curious.”</p>
</blockquote>

<p>What a great message for life in general. I am excited to explore more in improv and share in future write ups.</p>]]></content><author><name>Avi Das</name></author><category term="Life" /><category term="Improv" /><summary type="html"><![CDATA[On a whim, I went to hideout theatre in Austin, TX for a improv beginner class a few years back. Over time, I have tried short and long form improv, and tried out musical/rap improv. Having no theatre/stage background, it has been meaningful to me how the lessons learnt from improv apply to life broadly. This year, I’ve been working out of a plateau in my improv journey which has been particularly illuminating.]]></summary></entry></feed>