<?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: Sam</title>
    <description>The latest articles on DEV Community by Sam (@squishy).</description>
    <link>https://dev.to/squishy</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%2F3476477%2F2eba6d0e-fd2c-4c92-b654-eea7a4bc0f20.png</url>
      <title>DEV Community: Sam</title>
      <link>https://dev.to/squishy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/squishy"/>
    <language>en</language>
    <item>
      <title>Dokploy is such a breath of fresh air in the overcrowded cloud hosting space. perfect for small projects that don't need the scale up-front.</title>
      <dc:creator>Sam</dc:creator>
      <pubDate>Sun, 21 Sep 2025 09:24:22 +0000</pubDate>
      <link>https://dev.to/squishy/dokploy-is-such-a-breath-of-fresh-air-in-the-overcrowded-cloud-hosting-space-perfect-for-small-26le</link>
      <guid>https://dev.to/squishy/dokploy-is-such-a-breath-of-fresh-air-in-the-overcrowded-cloud-hosting-space-perfect-for-small-26le</guid>
      <description></description>
    </item>
    <item>
      <title>Build it and they won't come.</title>
      <dc:creator>Sam</dc:creator>
      <pubDate>Fri, 19 Sep 2025 19:55:35 +0000</pubDate>
      <link>https://dev.to/squishy/build-it-and-they-wont-come-3mj8</link>
      <guid>https://dev.to/squishy/build-it-and-they-wont-come-3mj8</guid>
      <description>&lt;p&gt;As a solo builder it's so easy to come up with an idea and fall straight into the trap of building first without talking to your target market, we foolishly assume that if we build it the users will come. I've made this mistake several times because building comes naturally to me and talking to people doesn't. Heck I'm making the same mistake right now.&lt;/p&gt;

&lt;p&gt;A lot of people are scared that if they talk to people about their idea to try and gauge worth, they'll steal their idea and get Zucked. The Reality is people are lazy. Really lazy! most people would rather go home eat food and watch TV, there's very few people that are going to steal your idea and even less that have put enough thought into it as you have. Don't be afraid, get out there and talk to users.&lt;/p&gt;

&lt;p&gt;The other hard part about talking to people is finding people to talk to about your idea. break it down into steps, the first thing to figure out is who is your user and where do they congregate? If you can answer those questions, then you can figure out how to start a dialog with them. Remember your targeting the early adopters, most people in your target audience are likely to be uninterested, you want to find the ones that are leaders and excited about doing something that no-one else doing yet.&lt;/p&gt;

&lt;p&gt;Remember that marketing is the majority of the work, the best product doesn't always win out, chances are the better marketed one does. For those of us who are builders, this is really hard. Building isn't the "work", Marketing is.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>ai</category>
      <category>startup</category>
      <category>learning</category>
    </item>
    <item>
      <title>Prompt analytics without the complexity (or vendor lock-in)</title>
      <dc:creator>Sam</dc:creator>
      <pubDate>Thu, 18 Sep 2025 13:45:56 +0000</pubDate>
      <link>https://dev.to/squishy/prompt-analytics-without-the-complexity-or-vendor-lock-in-1p3n</link>
      <guid>https://dev.to/squishy/prompt-analytics-without-the-complexity-or-vendor-lock-in-1p3n</guid>
      <description>&lt;p&gt;Over summer, while on parental leave, I looked at all the LLM prompt management platforms to see what might have worked for a previous project at work, where we just stored prompts in a file in the repo. Not great.&lt;/p&gt;

&lt;p&gt;I came away with two findings:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The platforms are either way too complicated.&lt;/li&gt;
&lt;li&gt;Or they lock you into using their own LLMs rather than the latest ones from OpenAI, Google, etc.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Neither of these is a compromise I am willing to make when choosing a prompt and analytics platform, I need something that doesn't force me into a single model and is quick to get started with.&lt;/p&gt;

&lt;p&gt;So I spent my somewhat limited free time whilst on parental leave building out a prompt management and testing platform that focuses only on 2 principles:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;how can I compare prompts to find the most effective for my goal.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;how can I do the above in the most simple way possible, shielding users from statistic overload&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  The Answer
&lt;/h3&gt;

&lt;p&gt;Testune is a simple LLM platform to manage and compare prompts. Three things make it practical:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Minimal API. Just three endpoints: create-thread, send-message, rate-message. Nothing else to learn.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Bring your own keys. You control spend and can switch providers at will. Tokens never leave your account.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Analytics done for you. Feedback is aggregated with internal LLM metrics to show which prompt performs better. Straight to the point, no analytical burden.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Check out my project &lt;a href="https://testune.xyz" rel="noopener noreferrer"&gt;here&lt;/a&gt;. Free for dev.to readers, no credit card required. I’d love your feedback, use the internal feedback tool or drop a comment below.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>promptengineering</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
