<?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: Anton Zaharenko</title>
    <description>The latest articles on DEV Community by Anton Zaharenko (@anton_zaharenko).</description>
    <link>https://dev.to/anton_zaharenko</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4008716%2Fde67ba1b-34e0-4c93-be05-b908a14f2032.jpg</url>
      <title>DEV Community: Anton Zaharenko</title>
      <link>https://dev.to/anton_zaharenko</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/anton_zaharenko"/>
    <language>en</language>
    <item>
      <title>I built a Chrome extension</title>
      <dc:creator>Anton Zaharenko</dc:creator>
      <pubDate>Tue, 30 Jun 2026 08:25:51 +0000</pubDate>
      <link>https://dev.to/anton_zaharenko/i-built-a-chrome-extension-nn0</link>
      <guid>https://dev.to/anton_zaharenko/i-built-a-chrome-extension-nn0</guid>
      <description>&lt;p&gt;I built a Chrome extension that extracts code from tutorial &lt;br&gt;
videos using Claude's Vision API. Wrote up what I learned:&lt;/p&gt;

&lt;p&gt;Key findings:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Vision models handle code extraction surprisingly well better than OCR for anything syntax-sensitive&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Prompt engineering matters more than model choice. &lt;br&gt;
"Extract the code" vs "identify all code blocks, preserve &lt;br&gt;
indentation, differentiate from terminal output" huge &lt;br&gt;
difference in quality&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Latency: ~2-3 seconds for a 1080p frame. Acceptable for &lt;br&gt;
this use case, too slow for real-time&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Edge case: slides with code + screenshots of code — &lt;br&gt;
model correctly identifies both as "code" even with &lt;br&gt;
different visual styling&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Full writeup with prompt examples: [link to dev.to article]&lt;/p&gt;

&lt;p&gt;The extension itself is free if anyone wants to try the &lt;br&gt;
output quality: &lt;a href="https://codera.click/" rel="noopener noreferrer"&gt;codera.click&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>claude</category>
      <category>showdev</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
