<?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: Saimonsan</title>
    <description>The latest articles on DEV Community by Saimonsan (@saimonsan).</description>
    <link>https://dev.to/saimonsan</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%2F3763704%2F50b14d98-2c17-4c6f-a6ff-7499da152bcc.png</url>
      <title>DEV Community: Saimonsan</title>
      <link>https://dev.to/saimonsan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/saimonsan"/>
    <language>en</language>
    <item>
      <title>Test your CV against any job description — free, open-source</title>
      <dc:creator>Saimonsan</dc:creator>
      <pubDate>Sun, 12 Apr 2026 14:47:31 +0000</pubDate>
      <link>https://dev.to/saimonsan/test-your-cv-against-any-job-description-free-open-source-4h9a</link>
      <guid>https://dev.to/saimonsan/test-your-cv-against-any-job-description-free-open-source-4h9a</guid>
      <description>&lt;p&gt;Test your CV against any job description — free, open-source, AI-powered.&lt;br&gt;
🔗 &lt;a href="https://github.com/simonesan-afk/CV-Praetorian-Guard" rel="noopener noreferrer"&gt;https://github.com/simonesan-afk/CV-Praetorian-Guard&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>programming</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>PRAETOR – AI-based CV Self-Assessment Tool (Educational Use)</title>
      <dc:creator>Saimonsan</dc:creator>
      <pubDate>Tue, 10 Feb 2026 17:34:23 +0000</pubDate>
      <link>https://dev.to/saimonsan/praetor-ai-based-cv-self-assessment-tool-educational-use-2fe4</link>
      <guid>https://dev.to/saimonsan/praetor-ai-based-cv-self-assessment-tool-educational-use-2fe4</guid>
      <description>&lt;p&gt;PRAETOR is a forever free, experimental AI tool that helps you self-evaluate your CV against a job description. Use it with caution: it is still under development and the results are only heuristic guidance. It is designed for learning and experimentation, not for real hiring decisions.&lt;br&gt;
 &lt;a href="https://github.com/simonesan-afk/CV-Praetorian-Guard" rel="noopener noreferrer"&gt;https://github.com/simonesan-afk/CV-Praetorian-Guard&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>chatgpt</category>
    </item>
    <item>
      <title>Addressing Algorithmic Bias in Resume Screening: PRAETOR v5.5 (Experimental)</title>
      <dc:creator>Saimonsan</dc:creator>
      <pubDate>Tue, 10 Feb 2026 08:11:39 +0000</pubDate>
      <link>https://dev.to/saimonsan/addressing-algorithmic-bias-in-resume-screening-praetor-v55-experimental-2nod</link>
      <guid>https://dev.to/saimonsan/addressing-algorithmic-bias-in-resume-screening-praetor-v55-experimental-2nod</guid>
      <description>&lt;h1&gt;
  
  
  Heuristic Analysis vs. Rigid Filtering: PRAETOR v5.5 🛡️
&lt;/h1&gt;

&lt;p&gt;Resume screening is often criticized for being a "black box." Many automated systems rely on rigid keyword matching, which can inadvertently penalize candidates with non-linear career paths or those who prioritize privacy.&lt;/p&gt;

&lt;p&gt;To explore an alternative, I developed &lt;strong&gt;PRAETOR v5.5&lt;/strong&gt;, a free and experimental system prompt designed to test heuristic evaluation logic for CV self-assessment.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Objective: Neutralizing the "Gap" Penalty
&lt;/h2&gt;

&lt;p&gt;It is well-documented that some recruitment algorithms slash scores for career gaps exceeding 6 months. This often overlooks the human context—such as caregiving, health issues, or further education.&lt;/p&gt;

&lt;p&gt;PRAETOR is a technical experiment in &lt;strong&gt;bias-aware prompting&lt;/strong&gt;. It is designed to evaluate resume alignment without defaulting to penalties for structural gaps, provided context is available.&lt;/p&gt;

&lt;h2&gt;
  
  
  Project Overview: PRAETOR v5.5 (Experimental)
&lt;/h2&gt;

&lt;p&gt;This is a 100% free, open-source &lt;strong&gt;System Prompt&lt;/strong&gt; intended for personal reflection. It is not a software product, but a set of heuristic instructions for LLMs (like GPT-4 or Claude).&lt;/p&gt;

&lt;h3&gt;
  
  
  Implementation Details:
&lt;/h3&gt;

&lt;h4&gt;
  
  
  1. ⚖️ Heuristic Experience Scoring
&lt;/h4&gt;

&lt;p&gt;The prompt includes a specific "No Penalty" rule. When a user provides context for a career gap (e.g., maternity leave or health-related hiatus), the logic is instructed to neutralize any score deduction. The focus shifts to the relevance of the experience rather than its mere continuity.&lt;/p&gt;

&lt;h4&gt;
  
  
  2. 🛡️ Privacy &amp;amp; PII Detection Protocol
&lt;/h4&gt;

&lt;p&gt;Data hygiene is a concern when using public LLMs. This prompt includes a safety module designed to detect Personal Identifiable Information (PII) like phone numbers and physical addresses. It warns the user to redact such data before the analysis begins.&lt;/p&gt;

&lt;h4&gt;
  
  
  3. 🧠 Tiered Semantic Coverage
&lt;/h4&gt;

&lt;p&gt;Rather than a simple keyword count, PRAETOR uses a tiered model to match skills based on semantic meaning. For example, it is instructed to recognize that "ML" and "Machine Learning" represent the same competency, preventing score loss due to formatting differences.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Open Source?
&lt;/h2&gt;

&lt;p&gt;I am sharing this logic to encourage transparency in how AI handles career data. Being a system prompt, the scoring weights and bias-mitigation rules are fully auditable by anyone.&lt;/p&gt;

&lt;h3&gt;
  
  
  🔗 Access the Prompt
&lt;/h3&gt;

&lt;p&gt;As an experimental tool, PRAETOR requires peer review. If you are interested in Prompt Engineering or the ethics of AI in recruitment, I would value your feedback on the heuristic weights.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;GitHub Repository:&lt;/strong&gt; &lt;a href="https://github.com/simonesan-afk/CV-Praetorian-Guard" rel="noopener noreferrer"&gt;https://github.com/simonesan-afk/CV-Praetorian-Guard&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Disclaimer:&lt;/strong&gt; This tool is for educational self-reflection and personal use only. It is explicitly designed NOT to be used for hiring, screening, or any professional employment-related decisions.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>opensource</category>
      <category>testing</category>
    </item>
  </channel>
</rss>
