<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>My notes and stuff - AI</title>
    <subtitle>This is just a space for me to share some notes and thoughts. I hope someone finds something useful here.</subtitle>
    <link rel="self" type="application/atom+xml" href="https://suchaboris.com/tags/ai/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://suchaboris.com/"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2025-12-21T00:00:00+00:00</updated>
    <id>https://suchaboris.com/tags/ai/atom.xml</id>
    <entry xml:lang="en">
        <title>AI for Switching to a New Codebase</title>
        <published>2025-12-21T00:00:00+00:00</published>
        <updated>2025-12-21T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://suchaboris.com/blog/ai-for-switching-to-a-new-codebase/"/>
        <id>https://suchaboris.com/blog/ai-for-switching-to-a-new-codebase/</id>
        
        <content type="html" xml:base="https://suchaboris.com/blog/ai-for-switching-to-a-new-codebase/">&lt;p&gt;I recently moved to a new team at &lt;strong&gt;Zendesk&lt;&#x2F;strong&gt;, which meant switching to a new programming language and framework I haven&#x27;t used in years.&lt;&#x2F;p&gt;
&lt;p&gt;Besides reading various related documents and trying to familiarize myself with new things, I think I have come up with the most useful &lt;strong&gt;AI prompt&lt;&#x2F;strong&gt; I have used so far. It goes something like this:&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;&quot;I&#x27;ve been using &lt;strong&gt;[Language A + Framework 1]&lt;&#x2F;strong&gt; for the last 3 years and have not used &lt;strong&gt;[Language B]&lt;&#x2F;strong&gt; since version X. Tell me everything I need to know switching to this codebase, which is using the latest version of &lt;strong&gt;[Language B]&lt;&#x2F;strong&gt; and &lt;strong&gt;[Framework 2]&lt;&#x2F;strong&gt; as a framework.&quot;&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;And this was awesome. It helped me map my existing knowledge to the new environment, highlighting new language features and framework conventions I had missed. I asked a lot of clarifications and follow-up questions, and at this point, I feel like I am very familiar with the code and features of the framework. This is probably the most time-saving prompt I have used to date.&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>The Power of Hands-on Learning</title>
        <published>2025-11-23T00:00:00+00:00</published>
        <updated>2025-11-23T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://suchaboris.com/blog/the-power-of-hands-on-learning/"/>
        <id>https://suchaboris.com/blog/the-power-of-hands-on-learning/</id>
        
        <content type="html" xml:base="https://suchaboris.com/blog/the-power-of-hands-on-learning/">&lt;p&gt;This week, I wanted to highlight briefly how important it is to be &lt;strong&gt;hands-on&lt;&#x2F;strong&gt; with any learning. Theory is great, and I would have learned a lot just by reading &lt;strong&gt;Kubernetes&lt;&#x2F;strong&gt; docs and examples. But I would never solidify that knowledge if I hadn&#x27;t built my own &lt;strong&gt;K8s cluster&lt;&#x2F;strong&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;When you are actually applying what you have learned, there is some different feedback loop in the brain that makes it stick better. I&#x27;m sure other people can explain it better. All I want to say is if you want to learn something new, just reading about it is not enough. You need to practice it. I know that&#x27;s nothing new, it&#x27;s a well-known fact. I&#x27;m just comprehending and appreciating it much more after doing it myself.&lt;&#x2F;p&gt;
&lt;p&gt;I find it a bit relevant with &lt;strong&gt;AI&lt;&#x2F;strong&gt;. I always ask it to explain to me what and why it is doing certain things so I understand. But when I actually do something similar myself, my understanding is much deeper. And that&#x27;s just much more satisfying.&lt;&#x2F;p&gt;
</content>
        
    </entry>
</feed>
