<?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: deosaju</title>
    <description>The latest articles on DEV Community by deosaju (@deosaju).</description>
    <link>https://dev.to/deosaju</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%2F504168%2F76670d46-d21d-43c0-9a1a-bba53d7caf20.jpeg</url>
      <title>DEV Community: deosaju</title>
      <link>https://dev.to/deosaju</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/deosaju"/>
    <language>en</language>
    <item>
      <title>Persuade.ai</title>
      <dc:creator>deosaju</dc:creator>
      <pubDate>Mon, 11 May 2026 07:28:20 +0000</pubDate>
      <link>https://dev.to/deosaju/persuadeai-2ofm</link>
      <guid>https://dev.to/deosaju/persuadeai-2ofm</guid>
      <description>&lt;p&gt;&lt;a href="https://medo.dev/apps/app-berjhc6cc9oh?s=s" rel="noopener noreferrer"&gt;https://medo.dev/apps/app-berjhc6cc9oh?s=s&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Take a look and leave a like ❤️&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>productivity</category>
      <category>discuss</category>
    </item>
    <item>
      <title>I built a social engineering simulator with pixel fire effects and it got out of hand (in the best way)</title>
      <dc:creator>deosaju</dc:creator>
      <pubDate>Mon, 11 May 2026 06:13:16 +0000</pubDate>
      <link>https://dev.to/deosaju/i-built-a-social-engineering-simulator-with-pixel-fire-effects-and-it-got-out-of-hand-in-the-best-4dco</link>
      <guid>https://dev.to/deosaju/i-built-a-social-engineering-simulator-with-pixel-fire-effects-and-it-got-out-of-hand-in-the-best-4dco</guid>
      <description>&lt;p&gt;So this started as a weekend thing. I wanted to practice negotiation skills — not the awkward "let me read a book about it" way, but actually doing it and getting feedback on whether I'm using logic, empathy, or just vibes. Three weeks later I have a full blown app called PERSUADE.AI and I've spent way too many hours making pixel fire follow a cursor around.&lt;br&gt;
Let me explain what it actually is.&lt;/p&gt;

&lt;p&gt;What is PERSUADE.AI ?&lt;br&gt;
&lt;a href="https://app-berjhc6cc9oh.appmedo.com" rel="noopener noreferrer"&gt;&lt;em&gt;Link&lt;/em&gt;&lt;/a&gt;&lt;br&gt;
It's a persuasion and social engineering simulator. You pick a profession — Tech, Sales, Management, or General — and you get dropped into AI-driven scenarios where you have to convince an NPC of something. Could be pushing back on scope creep with a stubborn stakeholder (very cathartic if you work in tech), closing a difficult sales call, or resolving a team conflict.&lt;br&gt;
There are two meters on screen. A Resistance Meter for the AI — you're trying to get that to zero. And a Stress Meter for you — don't let that hit 100 or you lose. It's basically Dark Souls for your communication skills.&lt;br&gt;
When a scenario ends, you get a psychological breakdown of how you actually argued. What percentage was logic. What percentage was empathy. How much authority or scarcity you leaned on. It's weirdly humbling.&lt;/p&gt;

&lt;p&gt;The dual-agent setup is the interesting part&lt;br&gt;
There are two AI agents running under the hood. Agent A is the NPC you're talking to — the interrogator. It stays in character, uses profession-specific language, and adapts its tone based on your Aura score (more on that in a second).&lt;br&gt;
Agent B is hidden. It's watching the entire conversation transcript and acting as a judge. It decides win/loss, calculates your Aura gain, and writes the psychological report. I really liked this pattern because it separates the "character performance" from the "evaluation logic" cleanly. No awkward moment where the NPC stops mid-sentence to grade you.&lt;/p&gt;

&lt;p&gt;The Aura system is genuinely fun&lt;br&gt;
Every user starts with 100 Aura. Win a scenario and you get +20 to +50 depending on performance. Lose and it's -10. But here's what I like — the AI's starting attitude changes based on your Aura.&lt;br&gt;
Under 150? The NPC is skeptical and dismissive right from the first message. Over 500? It opens with some respect. It means your past performance actually bleeds into future sessions. High Aura players are playing a different game.&lt;/p&gt;

&lt;p&gt;What surprised me&lt;br&gt;
The psychological breakdown at the end is what people keep reacting to. Not the fire, not the voice input — just seeing "you used 62% logic, 11% empathy, and almost zero scarcity" after a conversation. People immediately want to run it again to try a different approach. That loop is satisfying in a way I didn't fully anticipate when I was building it.&lt;br&gt;
Also the dual-agent architecture turned out to be very clean. Would use it again for any app where you need both an interactive NPC and quality evaluation of user behavior.&lt;/p&gt;

&lt;p&gt;The stack is pretty standard web stuff. The interesting pieces are the Web Audio API synthesis, the particle systems, and prompt engineering for the dual agents. Happy to go deep on any of those if people are curious.&lt;br&gt;
Try it out if you want to find out whether you actually argue with logic or just assert things confidently and hope for the best. I learned some uncomfortable things about myself.&lt;/p&gt;

&lt;p&gt;Drop a comment if you want to see a breakdown of the agent prompt architecture or the audio synthesis code.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
