<?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: Kyle007</title>
    <description>The latest articles on DEV Community by Kyle007 (@nenoke).</description>
    <link>https://dev.to/nenoke</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%2F4025877%2F61401c16-ed89-40c8-976b-0defb7838e4f.png</url>
      <title>DEV Community: Kyle007</title>
      <link>https://dev.to/nenoke</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nenoke"/>
    <language>en</language>
    <item>
      <title>Building an anonymous AI photo editor without letting one visitor take the GPU</title>
      <dc:creator>Kyle007</dc:creator>
      <pubDate>Wed, 15 Jul 2026 10:24:44 +0000</pubDate>
      <link>https://dev.to/nenoke/building-an-anonymous-ai-photo-editor-without-letting-one-visitor-take-the-gpu-dpo</link>
      <guid>https://dev.to/nenoke/building-an-anonymous-ai-photo-editor-without-letting-one-visitor-take-the-gpu-dpo</guid>
      <description>&lt;p&gt;I’m building Turner AI, a browser-based AI photo editor: &lt;a href="https://turner.art" rel="noopener noreferrer"&gt;https://turner.art&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The visible workflow is simple: upload a photo, write what should change, and download the result.&lt;/p&gt;

&lt;p&gt;The harder engineering problem is fairness.&lt;/p&gt;

&lt;p&gt;I wanted the first edit to work without an account. But image editing is not a zero-cost request, and anonymous traffic means a small number of visitors can consume a disproportionate amount of GPU time.&lt;/p&gt;

&lt;p&gt;The design we are moving toward separates convenience from authority:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;browser state can discourage accidental overuse;&lt;/li&gt;
&lt;li&gt;the server remains the source of truth for admission;&lt;/li&gt;
&lt;li&gt;usage is counted only after a job is actually created;&lt;/li&gt;
&lt;li&gt;queues and fair-use controls protect everyone else when capacity is tight.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That last point matters. A failed upload, a failed human check, or a rejected request should not silently spend someone’s allowance.&lt;/p&gt;

&lt;p&gt;The product is free to try, requires no account, and successful downloads do not carry a Turner watermark.&lt;/p&gt;

&lt;p&gt;For developers who have shipped anonymous compute-heavy tools: would you add signup earlier, or keep the first-use flow open and enforce fairness behind the scenes?&lt;/p&gt;

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