<?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: Sergey Levine</title>
    <description>The latest articles on DEV Community by Sergey Levine (@sergeylevi).</description>
    <link>https://dev.to/sergeylevi</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%2F4144805%2F2e7bd411-46ca-4515-8b0f-491a818ca827.png</url>
      <title>DEV Community: Sergey Levine</title>
      <link>https://dev.to/sergeylevi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sergeylevi"/>
    <language>en</language>
    <item>
      <title>The hardest part of a local AI writing assistant is not the model</title>
      <dc:creator>Sergey Levine</dc:creator>
      <pubDate>Sat, 26 Sep 2026 19:58:46 +0000</pubDate>
      <link>https://dev.to/sergeylevi/the-hardest-part-of-a-local-ai-writing-assistant-is-not-the-model-j94</link>
      <guid>https://dev.to/sergeylevi/the-hardest-part-of-a-local-ai-writing-assistant-is-not-the-model-j94</guid>
      <description>&lt;p&gt;A lot of people assume the hard part of a local AI writing app is picking the model.&lt;/p&gt;

&lt;p&gt;That matters, but it has not been the whole problem.&lt;/p&gt;

&lt;p&gt;The harder product problem is making the assistant feel like it belongs in the text field you are already using.&lt;/p&gt;

&lt;p&gt;If writing help forces you to copy text into a separate chat window, wait, copy the result back, then clean it up, the model can be good and the workflow can still feel bad.&lt;/p&gt;

&lt;p&gt;For a Mac writing assistant, the boring details matter more than they look:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How quickly suggestions show up&lt;/li&gt;
&lt;li&gt;Whether rewriting works on selected text&lt;/li&gt;
&lt;li&gt;Whether the app stays out of the way when you do not need it&lt;/li&gt;
&lt;li&gt;Whether the text stays private instead of being sent to a server&lt;/li&gt;
&lt;li&gt;Whether the assistant works in normal macOS text fields instead of only inside one editor&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That is the direction I have been taking with DraftKey.&lt;/p&gt;

&lt;p&gt;DraftKey is a native Mac app for local AI autocomplete and instruction-based rewriting inside existing macOS text fields. It runs on-device on Apple Silicon, so the writing workflow is closer to "keep typing" than "open another AI tab."&lt;/p&gt;

&lt;p&gt;I am not trying to turn every writing moment into a chat session. I want the AI part to feel like a small layer on top of the text box you already picked.&lt;/p&gt;

&lt;p&gt;There are real tradeoffs with that approach. Local models need a download. Performance depends on the Mac. Some apps expose text fields better than others. But for private writing assistance, those tradeoffs feel worth it.&lt;/p&gt;

&lt;p&gt;If you are curious, the app is here: &lt;a href="https://www.getdraftkey.com/" rel="noopener noreferrer"&gt;https://www.getdraftkey.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The bigger lesson for me: with AI products, raw output quality is only one part of the product. The workflow around the output decides whether people actually use it.&lt;/p&gt;

</description>
      <category>productivity</category>
    </item>
  </channel>
</rss>
