<?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: Bogdan Stanga</title>
    <description>The latest articles on DEV Community by Bogdan Stanga (@bstanga).</description>
    <link>https://dev.to/bstanga</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%2F2472374%2F32563924-cd2c-4b50-9542-64349ad0c92a.png</url>
      <title>DEV Community: Bogdan Stanga</title>
      <link>https://dev.to/bstanga</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bstanga"/>
    <language>en</language>
    <item>
      <title>⏳ How I save 10 swe days/year with LLMs</title>
      <dc:creator>Bogdan Stanga</dc:creator>
      <pubDate>Sat, 23 Nov 2024 10:27:43 +0000</pubDate>
      <link>https://dev.to/bstanga/how-to-save-10-swe-daysyear-with-llms-3mac</link>
      <guid>https://dev.to/bstanga/how-to-save-10-swe-daysyear-with-llms-3mac</guid>
      <description>&lt;p&gt;Over the last year, I’ve reviewed more than 1000 code changes. Most of the time was spent catching obvious mistakes rather than debating complex design decisions. If we estimate ~10 minutes per review, that’s 160+ hours spent reviewing code in just one year.&lt;/p&gt;

&lt;p&gt;So I thought: could I get some of that time back using LLMs?&lt;/p&gt;

&lt;p&gt;That's why I spent the last few weekends building Presubmit.ai, an open-source AI reviewer that runs as a Github Action right when you open a Pull Request. The results so far are promising: I estimate it can reduce the review time by 50%, which in my case would mean I save 80hours (~10 working days) per year.&lt;/p&gt;

&lt;p&gt;Unlike similar SaaS solutions, the goal is not to replace the human reviewer but to highlight obvious mistakes early, spot security vulnerabilities and give more context about the change. I like to think of it as a “pre-reviewer”.&lt;/p&gt;

&lt;p&gt;Some of its features are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Line-by-line comments &lt;/li&gt;
&lt;li&gt;PR summarization &lt;/li&gt;
&lt;li&gt;Title generation on request &lt;/li&gt;
&lt;li&gt;Responds to review comments&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It supports all major LLMs, but I’ve found Anthropic's Claude works best for this use case.&lt;/p&gt;

&lt;p&gt;Check out the code here:&lt;br&gt;
&lt;a href="https://github.com/presubmit/ai-reviewer" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgh-card.dev%2Frepos%2Fpresubmit%2Fai-reviewer.svg%3Ffullname%3D" alt="GitHub Card" width="442" height="130"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>llm</category>
      <category>ai</category>
      <category>codereview</category>
    </item>
  </channel>
</rss>
