<?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: MyShape-Protocol</title>
    <description>The latest articles on DEV Community by MyShape-Protocol (@raymondhwu).</description>
    <link>https://dev.to/raymondhwu</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%2F4002308%2F34bf0fec-3e56-45be-b0f0-97012263978a.jpg</url>
      <title>DEV Community: MyShape-Protocol</title>
      <link>https://dev.to/raymondhwu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/raymondhwu"/>
    <language>en</language>
    <item>
      <title>The Continuity Paradigm: Redefining Identity in the AI Era</title>
      <dc:creator>MyShape-Protocol</dc:creator>
      <pubDate>Sun, 26 Jul 2026 16:30:43 +0000</pubDate>
      <link>https://dev.to/raymondhwu/the-continuity-paradigm-redefining-identity-in-the-ai-era-2jff</link>
      <guid>https://dev.to/raymondhwu/the-continuity-paradigm-redefining-identity-in-the-ai-era-2jff</guid>
      <description>&lt;p&gt;Everyone is asking the wrong question about AI and identity.&lt;/p&gt;

&lt;p&gt;The industry races to build liveness detection, anti-spoofing, and behavioral biometrics, assuming AI fakes identity signals so we need better ones.&lt;/p&gt;

&lt;p&gt;That misses a deeper truth.&lt;/p&gt;

&lt;p&gt;The problem isn't weaker signals; "who are you?" is the wrong question. Identity isn't a state—it's a continuous claim. Every post-authentication second risks a broken claim with no checking protocol.&lt;/p&gt;

&lt;p&gt;Current web standards (OAuth, TLS, DIDs, VCs) never answer: "Is the same entity still here?"&lt;/p&gt;

&lt;p&gt;The Continuity Lab published an open protocol (CPS-0001) for engine-independent continuity receipts proving continuous presence over time.&lt;/p&gt;

&lt;p&gt;Not who you are. That you stayed.&lt;/p&gt;

&lt;p&gt;Research by The Continuity Lab. myshape.com/research&lt;/p&gt;

&lt;h1&gt;
  
  
  AI Agents #CyberSecurity #Web3 #DecentralizedIdentity #ContinuityProtocol
&lt;/h1&gt;

&lt;p&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fatsrmj042rjy48uooz31.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fatsrmj042rjy48uooz31.png" alt=" " width="799" height="436"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>cybersecurity</category>
      <category>web3</category>
      <category>decentralizedidentity</category>
    </item>
    <item>
      <title>Testing a claim: Can you implement CPS-0001 without reading the source?</title>
      <dc:creator>MyShape-Protocol</dc:creator>
      <pubDate>Sat, 25 Jul 2026 03:54:16 +0000</pubDate>
      <link>https://dev.to/raymondhwu/testing-a-claim-can-you-implement-cps-0001-without-reading-the-source-1745</link>
      <guid>https://dev.to/raymondhwu/testing-a-claim-can-you-implement-cps-0001-without-reading-the-source-1745</guid>
      <description>&lt;p&gt;We just dropped the blind-implementation challenge for &lt;strong&gt;MyShape Protocol&lt;/strong&gt;—the sovereign 3D identity layer for the decentralized human.&lt;/p&gt;

&lt;p&gt;Instead of building another product, we are stress-testing a protocol. We are calling on 3 to 5 sharp, independent developers to see if the specification can stand on its own feet through pure cryptographic verification.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is the Challenge?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Target:&lt;/strong&gt; Implement &lt;code&gt;CPS-0001&lt;/code&gt; using pure SHA-256 and Ed25519.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Effort:&lt;/strong&gt; ~30–90 minutes.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Format:&lt;/strong&gt; Fork, implement, pass or fail (both are data).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;NPM Package:&lt;/strong&gt; &lt;code&gt;@thecontinuitylab/myshape@0.1.3&lt;/code&gt; is officially live for testing.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why this matters
&lt;/h2&gt;

&lt;p&gt;True decentralization requires protocol independence. We believe a sovereign 3D identity standard shouldn't rely on closed-source runtimes or fragmented 2D paradigms. &lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Legacy (2D / Fragmented)&lt;/th&gt;
&lt;th&gt;MyShape (3D / Sovereign)&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Static metadata&lt;/td&gt;
&lt;td&gt;Cryptographically bound continuous identity layer&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Siloed platforms&lt;/td&gt;
&lt;td&gt;Protocol-level sovereign validation&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Not a product pitch. Pure protocol testing. &lt;/p&gt;

&lt;p&gt;👉 Check out the repository and start your blind implementation here: &lt;a href="https://github.com/myshapeprotocol/myshape-protocol" rel="noopener noreferrer"&gt;MyShape Protocol GitHub Repository&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Pass or fail, let’s see what the data tells us.&lt;/em&gt;&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F48l2gcbe3okgspaj0x6u.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F48l2gcbe3okgspaj0x6u.png" alt=" " width="800" height="396"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>myshapeprotocol</category>
      <category>web3</category>
      <category>typescript</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Beyond 2D: Why AI-era Identity needs a Sovereign 3D Layer</title>
      <dc:creator>MyShape-Protocol</dc:creator>
      <pubDate>Thu, 25 Jun 2026 12:07:33 +0000</pubDate>
      <link>https://dev.to/raymondhwu/beyond-2d-why-ai-era-identity-needs-a-sovereign-3d-layer-5bi</link>
      <guid>https://dev.to/raymondhwu/beyond-2d-why-ai-era-identity-needs-a-sovereign-3d-layer-5bi</guid>
      <description>&lt;p&gt;The Identity Paradigm Shift&lt;br&gt;
We are moving away from the brittle 2D web towards a sovereign 3D future. Here is how the transition looks:&lt;/p&gt;

&lt;p&gt;Data Structure: From static text and pixels to dynamic 3D geometric primitives.&lt;/p&gt;

&lt;p&gt;Verification: From centralized OAuth dependencies to robust ZK-SNARK integration.&lt;/p&gt;

&lt;p&gt;Human Representation: From flesh-based, gendered avatars to ethereal data energy and wireframe anatomy.&lt;/p&gt;

&lt;p&gt;Sovereignty: From platform-owned data silos to true user-owned, self-sovereign identity.&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fem7ffxm42b1ard3lqc9b.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fem7ffxm42b1ard3lqc9b.png" alt=" " width="800" height="1200"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Join us in the data stream: MyShape Protocol Discord&lt;/p&gt;

&lt;p&gt;Your body is data. Your data is sovereignty.&lt;/p&gt;

</description>
      <category>web3</category>
      <category>ai</category>
      <category>security</category>
      <category>blockchain</category>
    </item>
  </channel>
</rss>
