<?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: JonK</title>
    <description>The latest articles on DEV Community by JonK (@jonk).</description>
    <link>https://dev.to/jonk</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%2F3264004%2F4a42989d-b65b-42ab-b1d5-d2b93fa639bf.png</url>
      <title>DEV Community: JonK</title>
      <link>https://dev.to/jonk</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jonk"/>
    <language>en</language>
    <item>
      <title>Seven-Number Psychology Vector Beats Baseline Claude 12-1</title>
      <dc:creator>JonK</dc:creator>
      <pubDate>Tue, 17 Jun 2025 20:57:45 +0000</pubDate>
      <link>https://dev.to/jonk/seven-number-psychology-vector-beats-baseline-claude-12-1-1gen</link>
      <guid>https://dev.to/jonk/seven-number-psychology-vector-beats-baseline-claude-12-1-1gen</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;A psychologically-aware Claude is a safer, clearer Claude.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  TL;DR
&lt;/h3&gt;

&lt;p&gt;I injected a &lt;strong&gt;7-number psychology vector&lt;/strong&gt; (≈ 50 bytes) into Claude Sonnet’s system prompt.&lt;br&gt;&lt;br&gt;
It boosted empathy, risk calibration, and action clarity.&lt;br&gt;&lt;br&gt;
In a blind A-B, Claude preferred the vector reply &lt;strong&gt;12-1&lt;/strong&gt; (plus one tie).&lt;br&gt;&lt;br&gt;
See screenshot for before-after responses and σ-scores.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5teokqutjyftbi46l6o7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5teokqutjyftbi46l6o7.png" alt="Claude response without vs. with psychology vector" width="800" height="454"&gt;&lt;/a&gt;&lt;/p&gt;


&lt;h2&gt;
  
  
  What is a psychology vector?
&lt;/h2&gt;

&lt;p&gt;Receptiviti’s API returns 200 quantitative signals for any chunk of text.&lt;br&gt;&lt;br&gt;
For this demo I used just seven:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;emotional awareness
&lt;/li&gt;
&lt;li&gt;risk tolerance
&lt;/li&gt;
&lt;li&gt;conscientiousness
&lt;/li&gt;
&lt;li&gt;analytical thinking
&lt;/li&gt;
&lt;li&gt;affiliation drive
&lt;/li&gt;
&lt;li&gt;openness
&lt;/li&gt;
&lt;li&gt;authenticity
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Those numbers are normalised (−1 σ to +1 σ) and squeezed into one comma-separated line:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;[psyvec: -0.2,+0.8,+0.4,-0.5,+0.6,-0.1,+0.3]
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Place that directly after your &lt;strong&gt;system&lt;/strong&gt; role. It costs &lt;em&gt;virtually&lt;/em&gt; zero extra tokens at inference time.&lt;/p&gt;

&lt;h2&gt;
  
  
  Results: before-after screenshot attached:
&lt;/h2&gt;

&lt;p&gt;• Gemini-style went from generic to empathy-tuned reply&lt;br&gt;
• Tone shifts, psychological inference scaled to σ-scores&lt;br&gt;
• Claude’s own blind eval picked the vector response 12/14 times&lt;/p&gt;

&lt;h2&gt;
  
  
  Why it matters for builders
&lt;/h2&gt;

&lt;p&gt;Plug-and-play: no model fine-tune, no extra GPUs, works in any prompt flow, vector replies felt more personal&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it yourself
&lt;/h2&gt;

&lt;p&gt;Capture ~350 words of user text.&lt;br&gt;
Send it to /analyze on the Receptiviti API.&lt;br&gt;
Select a subset of salient measures (start with the seven above).&lt;br&gt;
Build a psyche vector string and prepend it to your next Claude call.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>nlp</category>
      <category>developers</category>
    </item>
  </channel>
</rss>
