<?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: Jonathan Tuzman</title>
    <description>The latest articles on DEV Community by Jonathan Tuzman (@tuzmusic).</description>
    <link>https://dev.to/tuzmusic</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%2F205953%2Fc951f3b4-53d2-44f6-bb69-e58462c2babf.jpeg</url>
      <title>DEV Community: Jonathan Tuzman</title>
      <link>https://dev.to/tuzmusic</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tuzmusic"/>
    <language>en</language>
    <item>
      <title>My AI-Empowered Supercharged LinkedIn Workflow</title>
      <dc:creator>Jonathan Tuzman</dc:creator>
      <pubDate>Sat, 11 Apr 2026 00:50:26 +0000</pubDate>
      <link>https://dev.to/tuzmusic/my-ai-empowered-supercharged-linkedin-workflow-4pg</link>
      <guid>https://dev.to/tuzmusic/my-ai-empowered-supercharged-linkedin-workflow-4pg</guid>
      <description>&lt;p&gt;In my job search, my main strategy has been networking. I find people building products I’m excited about and ask for a quick chat. I noticed I was spending a surprising amount of time on the repetitive parts of LinkedIn outreach, and since I’m a frontend engineer (React/TypeScript), I decided to build a tool to fix it.&lt;/p&gt;

&lt;p&gt;I made LinkedIn Secret Weapon: a Chrome extension, built almost entirely with Claude Code, that personalizes an intro template and reduces the LinkedIn “connect” flow to a few keystrokes. &lt;/p&gt;


&lt;div&gt;
    &lt;iframe src="https://www.youtube.com/embed/4RS8EleryU8"&gt;
    &lt;/iframe&gt;
  &lt;/div&gt;


&lt;p&gt;You can download it on the &lt;a href="https://lnkd.in/ebxcEEZz" rel="noopener noreferrer"&gt;Chrome Web Store&lt;/a&gt;, or check out the source code on &lt;a href="https://dev.toGithub"&gt;Github&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it works:
&lt;/h2&gt;

&lt;p&gt;I write one template like this:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Hi {{firstName}}, I came across your profile while looking into the frontend engineer position at {{companyName}}… (etc)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Then, as I move through profiles, the extension pulls first name and company name and puts the filled-in message on my clipboard.&lt;/p&gt;

&lt;h2&gt;
  
  
  Learning from real-world usage
&lt;/h2&gt;

&lt;p&gt;After a few weeks of using my extension, I realized the biggest bottleneck wasn’t writing the message, it was the clicking (especially when Connect is hidden under More). So I added keyboard shortcuts, for a really quick workflow:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Opt+V — copy filled template&lt;/li&gt;
&lt;li&gt;Opt+C — trigger Connect (even under “More”)&lt;/li&gt;
&lt;li&gt;Opt+N — open “Add a note”&lt;/li&gt;
&lt;li&gt;Cmd+V — past&lt;/li&gt;
&lt;li&gt;Opt+Shift+S — send&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Claude Code made it quick work to add these features, and a few more besides! &lt;/p&gt;

&lt;p&gt;These new shortcuts save me time and emotional energy: job hunting is hard, and sometimes anxiety and impostor syndrome can make it hard to craft a new message, or even to copy and paste that message to new people.&lt;/p&gt;

&lt;p&gt;Try it out, I'd love to hear your feedback! What features would you want to see?&lt;/p&gt;

&lt;p&gt;Are you building stuff like this? What’s the most annoying 30-second workflow you’ve automated lately?&lt;/p&gt;

&lt;h2&gt;
  
  
  What's next?
&lt;/h2&gt;

&lt;p&gt;Can Claude help me migrate the extension to a modern toolchain, with Vite, Preact, and Tailwind? Find out!&lt;/p&gt;

</description>
      <category>claude</category>
      <category>automation</category>
    </item>
  </channel>
</rss>
