<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: nicolasborrazas</title>
    <description>The latest articles on DEV Community by nicolasborrazas (@nicolasborrazas).</description>
    <link>https://dev.to/nicolasborrazas</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3889117%2F68f50355-eccc-4a4f-9c41-68f8b52a782f.jpeg</url>
      <title>DEV Community: nicolasborrazas</title>
      <link>https://dev.to/nicolasborrazas</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nicolasborrazas"/>
    <language>en</language>
    <item>
      <title>How I stopped losing 4 hours a week writing client status updates</title>
      <dc:creator>nicolasborrazas</dc:creator>
      <pubDate>Mon, 20 Apr 2026 13:56:31 +0000</pubDate>
      <link>https://dev.to/nicolasborrazas/how-i-stopped-losing-4-hours-a-week-writing-client-status-updates-1ke3</link>
      <guid>https://dev.to/nicolasborrazas/how-i-stopped-losing-4-hours-a-week-writing-client-status-updates-1ke3</guid>
      <description>&lt;p&gt;The Context Switching Tax&lt;br&gt;
As developers, our flow is sacred. But every Friday, I had to stop coding to perform "translation work" for my clients. They didn't care about "Refactored the auth middleware," they wanted to know "The login system is now more stable."&lt;/p&gt;

&lt;p&gt;The Solution&lt;br&gt;
I built a pipeline that uses the GitHub API to fetch my activity and passes it through a structured prompt engine.&lt;/p&gt;

&lt;p&gt;Key Technical Challenges I faced:&lt;/p&gt;

&lt;p&gt;Context Mapping: I created a "Soul Map"—an initial index of the repo so the AI understands the project's domain before reading a single commit.&lt;/p&gt;

&lt;p&gt;Deep Code Analysis: Implementing a way to read diffs securely in-memory without persisting any source code.&lt;/p&gt;

&lt;p&gt;I turned this into a tool called commitplain. I’m curious: how do you guys keep your non-technical stakeholders in the loop without losing your mind?&lt;/p&gt;

&lt;p&gt;Check it out here: &lt;a href="https://commitplain.com" rel="noopener noreferrer"&gt;https://commitplain.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>career</category>
      <category>github</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
