Git way of learning to code

Shreyas Prakash headshot

Shreyas Prakash

My last year’s resolution was to learn how to build on Rails. I taught myself the basics by following some courses, but nothing really stuck with me. I wasn’t building apps; I was getting into a tutorial rut. I needed a better way to learn, akin to being pushed into the river with a swimming instructor.

So, I discovered the Founder/Hacker course, which provided more tactical insights into the actual process of building Rails apps. Most online courses polish the loose ends and make it look spotless, but Ryan Kulp didn’t want to do that. He wanted us to see through the mistakes he made as he built the app in a spontaneous manner. I enjoyed this approach so much and have been practicing Rails fundamentals ever since.

In a few months, the learning-to-code landscape has changed rapidly (dated. Mar, 2025). Nobody learns syntax anymore; you just start building things with a bare minimum understanding of the system. AI coding introduces new paradigms such as Model Control Programs (MCPs), Cursor rules, Project rules, and embedded documentation. I briefly got enamored with this process and felt that all my efforts to understand syntax and learn to write code might be futile.

I was wrong, and now I believe it’s important to understand both ways of building apps—by writing code yourself and by leveraging AI to do the heavy lifting.

The problem with AI coding is that it’s non-deterministic; you might not know when you will face errors.

Sometimes it works, and sometimes it doesn’t, making it hard to predict when it breaks. As a learner, I wanted to figure out the strengths of both traditional coding and AI-assisted coding. Right now, everyone is excited about AI-assisted coding, but as a learner, I have a hunch that it won’t serve all our needs which made me explore both.

Learning Loop 1 — In my first attempt, I started watching building videos passively, similar to watching TV. It was very passive, and I forgot most of what I listened to. I had to rewatch various videos again and again, but it never stuck with me.

Learning Loop 2 — Realizing that coding videos are better learned by practicing directly, I started watching videos and then pausing them to try the concepts in my local environment. This worked fine for a while, until something broke. It was hard to rewind without using Git, and when I had a small gap in my learning and wanted to dive deep into the coding lectures, I didn’t quite know where to start.

Learning Loop 3 — Having learned the ability to do versioning with Git the hard way, I started making extensive Git commits based on what I changed while building the app. This allowed me to solve the cold start problem, especially when I had to start again after a long break. The Git commits helped me keep track of my progress.

Learning Loop 4 — With the latest AI coding paradigms evolving, I wanted to incorporate both approaches into my learning practice. I did this by using two specific branch names in Git. This was the methodology I followed for Git versioning:

Workflow for Both Approaches

  1. Create Separate Branches:

    • For human updates: git checkout -b human/feature-name.
    • For AI agent updates: git checkout -b ai-agent/feature-name.
  2. Work Independently:

    • Commit changes to the respective branches (human/feature-name or ai-agent/feature-name) as you develop or test.
  3. Merge Changes:

    • Once both branches are ready, merge them back into the main branch (e.g., main or dev) or a shared feature branch.
    • Use git merge or create pull requests to review and resolve conflicts collaboratively.

I liked the improvement with the Git workflow as it helped demarcate the code written by humans and the code written by AI agents with Cursor.

While building an app this way, I observed that it was relatively easier in some cases to write the code myself instead of relying on AI-assisted coding practices to reach my final outcome. In most other cases, the AI did a better job.

Subscribe to get future posts via email (or grab the RSS feed). 2-3 ideas every month across design and tech

Read more

  1. Breadboarding, shaping, slicing, and steelthreading solutions with AI agentsproduct-management
  2. How I started building softwares with AI agents being non technicalagentic-engineering
  3. Legible and illegible tasks in organisationsproduct
  4. L2 Fat marker sketchesdesign
  5. Writing as moats for humanswriting
  6. Beauty of second degree probesdecision-making
  7. Read raw transcriptsknowledge
  8. Boundary objects as the new prototypesprototyping
  9. One way door decisionsproduct
  10. Finished softwares should existproduct
  11. Essay Quality Rankerobsidian
  12. Export LLM conversations as snippetsbrowser-extension
  13. Flipping questions on its headinterviewing
  14. Vibe writing maximswriting
  15. How I blog with Obsidian, Cloudflare, AstroJS, Githubwriting
  16. How I build greenfield apps with AI-assisted codingai-coding
  17. We have been scammed by the Gaussian distribution clubmathematics
  18. Classify incentive problems into stag hunts, and prisoners dilemmasgame-theory
  19. I was wrong about optimal stoppingmathematics
  20. Thinking like a ship
  21. Hyperpersonalised N=1 learningeducation
  22. New mediums for humans to complement superintelligenceai-coding
  23. Maxims for AI assisted codingai-coding
  24. Personal Website Starter Kitai-coding
  25. Virtual bookshelvesaesthetics
  26. It's computational and AI everythingai-coding
  27. Public gardens, secret routesdigital-garden
  28. Git way of learning to codeai-coding
  29. Kaomoji generatorsoftware
  30. Copy, Paste and Citecuriosities
  31. Style Transfer in AI writingai-coding
  32. Understanding codebases without using codeai-coding
  33. Vibe coding with Cursorai-coding
  34. Virtuoso Guide for Personal Memory Systemsmemory
  35. Writing in Future Pastwriting
  36. Publish Originally, Syndicate Elsewhereblogging
  37. Poetic License of Designdesign
  38. Idea in the shower, testing before breakfastsoftware
  39. Technology and regulation have a dance of ice and firetechnology
  40. How I ship "stuff"software
  41. Weekly TODO List on CLIcli
  42. Writing is thinkingwriting
  43. Song of Shapes, Words and Pathscreativity
  44. How do we absorb ideas better?knowledge
  45. Read writers who operatewriting
  46. Brew your ideas lazilyideas
  47. Vibescreativity
  48. Trees, Branches, Twigs and Leaves — Mental Models for Writingwriting
  49. Compound Interest of Private Notesknowledge
  50. Conceptual Compression for LLMsai-coding
  51. Meta-analysis for contradictory research findingsdigital-health
  52. Beauty of Zettelswriting
  53. Proof of workproduct
  54. Gauging previous work of new joinees to the teamleadership
  55. Task management for product managersproduct
  56. Stitching React and Rails togetherai-coding
  57. Exploring "smart connections" for note takingknowledge
  58. Deploying Home Cooked Apps with Railssoftware
  59. Self Marketing
  60. Repetitive Copypromptingwriting
  61. Questions to ask every decadejournalling
  62. Balancing work, time and focusproductivity
  63. Hyperlinks are like cashew nutswriting
  64. Brand treatments, Design Systems, Vibesdesign
  65. How to spot human writing on the internet?writing
  66. Can a thought be an algorithm?product
  67. Opportunity Harvestingcareers
  68. How does AI affect UI?design
  69. Everything is a prioritisation problemproduct-management
  70. Nowlifestyle
  71. How I do product roastsproduct
  72. The Modern Startup Stacksoftware
  73. In-person vision transmissionproduct
  74. How might we help children invent for social good?social-design
  75. The meeting before the meetingmeetings
  76. Design that's so bad it's actually gooddesign
  77. Breaking the fourth wall of an interviewinterviewing
  78. Obsessing over personal websitessoftware
  79. Convert v0.dev React to Rails ViewComponentsrails
  80. English is the hot new programming languagesoftware
  81. Better way to think about conflictsconflict-management
  82. The role of taste in building productsdesign
  83. World's most ancient public health problemsoftware
  84. Dear enterprises, we're tired of your subscriptionssoftware
  85. Products need not be user centereddesign
  86. Pluginisation of Modern Softwaredesign
  87. Let's make every work 'strategic'consulting
  88. Making Nielsen's heuristics more digestibledesign
  89. Startups are a fertile ground for risk takingentrepreneurship
  90. Insights are not just a salad of factsdesign
  91. Minimum Lovable Productproduct
  92. Methods are lifejackets not straight jacketsmethodology
  93. How to arrive at on-brand colours?design
  94. Minto principle for writing memoswriting
  95. Importance of Whytask-management
  96. Quality Ideas Trump Executionsoftware
  97. How to hire a personal doctor
  98. Why I prefer indie softwareslifestyle
  99. Use code only if no code failscode
  100. Personal Observation Techniquesdesign
  101. Design is a confusing worddesign
  102. A Primer to Service Design Blueprintsdesign
  103. Rapid Journey Prototypingdesign
  104. Directory Structure Visualizercli
  105. AI git commitscli
  106. Do's and Don'ts of User Researchdesign
  107. Design Manifestodesign
  108. Complex project management for productproducts
  109. How might we enable patients and caregivers to overcome preventable health conditions?digital-health
  110. Pedagogy of the Uncharted — What for, and Where to?education
  111. Future of Ageing with Mehdi Yacoubiinterviewing
  112. Future of Equity with Ludovick Petersinterviewing
  113. Future of Mental Health with Kavya Raointerviewing
  114. Future of Tacit knowledge with Celeste Volpiinterviewing
  115. Future of Rural Innovation with Thabiso Blak Mashabainterviewing
  116. Future of unschooling with Che Vanniinterviewing
  117. Future of work with Laetitia Vitaudinterviewing
  118. How might we prevent acquired infections in hospitals?digital-health
  119. The soul searching yearsentrepreneurship
  120. Design education amidst social tribulationsdesign
  121. How might we assist deafblind runners to navigate?social-design