<?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: brian kelley</title>
    <description>The latest articles on DEV Community by brian kelley (@brian-kelley).</description>
    <link>https://dev.to/brian-kelley</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%2F2573973%2Fa8394fc9-d1fe-40fe-a12b-e28e926ca838.png</url>
      <title>DEV Community: brian kelley</title>
      <link>https://dev.to/brian-kelley</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/brian-kelley"/>
    <language>en</language>
    <item>
      <title>Origin Protocol — Using Copilot CLI to Build Trust Into Digital Creation. Helping content creators protect their assets.</title>
      <dc:creator>brian kelley</dc:creator>
      <pubDate>Sat, 24 Jan 2026 22:01:11 +0000</pubDate>
      <link>https://dev.to/brian-kelley/origin-protocol-using-copilot-cli-to-build-trust-into-digital-creation-4h45</link>
      <guid>https://dev.to/brian-kelley/origin-protocol-using-copilot-cli-to-build-trust-into-digital-creation-4h45</guid>
      <description>&lt;p&gt;This is a submission for the GitHub Copilot CLI Challenge&lt;/p&gt;

&lt;p&gt;Origin Protocol — An Open Standard for Creator Authenticity&lt;/p&gt;

&lt;p&gt;What I Built&lt;/p&gt;

&lt;p&gt;Origin Protocol is a fully open, platform‑agnostic standard for proving who created what, when, and how. It gives creators a cryptographically verifiable “seal” for their content and gives platforms a deterministic way to validate authenticity without relying on blockchain, tokens, or proprietary systems.&lt;/p&gt;

&lt;p&gt;The protocol includes:&lt;/p&gt;

&lt;p&gt;• a creator-side sealing workflow&lt;br&gt;
• a platform verification SDK&lt;br&gt;
• a ledger API for revocation and trust checks&lt;br&gt;
• a governance bootstrap for trust anchoring&lt;br&gt;
• a policy system for strict/standard/permissive verification&lt;br&gt;
• a pair of experimental identity modules inspired by my earlier R&amp;amp;D (LYRA)&lt;/p&gt;

&lt;p&gt;Everything is open-source, deterministic, and built to be adopted by platforms with minimal friction.&lt;/p&gt;

&lt;p&gt;This project matters to me because creators — especially small, independent ones — deserve a way to protect their work without needing money, legal teams, or specialized knowledge. Origin is my attempt to give them that.&lt;/p&gt;




&lt;p&gt;Demo&lt;/p&gt;

&lt;p&gt;GitHub Repository:&lt;br&gt;
&lt;a href="https://github.com/origin-protocol/origin-protocol" rel="noopener noreferrer"&gt;https://github.com/origin-protocol/origin-protocol&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Medium Article (public announcement):&lt;br&gt;
&lt;a href="https://medium.com/@bkelleytms/origin-protocol-a-new-open-standard-for-creator-authenticity-527074b14c0c" rel="noopener noreferrer"&gt;https://medium.com/@bkelleytms/origin-protocol-a-new-open-standard-for-creator-authenticity-527074b14c0c&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Key Features to Explore:&lt;/p&gt;

&lt;p&gt;• origin_protocol/identity/ — Ed25519-based trust anchor&lt;br&gt;
• origin_protocol/experimental/state_identity.py — coherence‑based identity&lt;br&gt;
• origin_protocol/experimental/coherence_grid.py — spatial coherence analysis&lt;br&gt;
• origin_protocol/cli/ — creator sealing workflow&lt;br&gt;
• origin_protocol/verification/ — platform-side validation logic&lt;/p&gt;

&lt;p&gt;Screenshots, CLI examples, and a full white paper are coming next.&lt;/p&gt;




&lt;p&gt;My Experience with GitHub Copilot CLI&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>githubchallenge</category>
      <category>cli</category>
      <category>githubcopilot</category>
    </item>
    <item>
      <title>Origin Protocol — A New Open Standard for Creator Authenticity</title>
      <dc:creator>brian kelley</dc:creator>
      <pubDate>Sat, 24 Jan 2026 21:00:26 +0000</pubDate>
      <link>https://dev.to/brian-kelley/origin-protocol-a-new-open-standard-for-creator-authenticity-4nbp</link>
      <guid>https://dev.to/brian-kelley/origin-protocol-a-new-open-standard-for-creator-authenticity-4nbp</guid>
      <description>&lt;p&gt;Protecting creators, restoring trust, and building the foundation for a safer digital world.&lt;/p&gt;

&lt;p&gt;Creators are losing ownership of their work. Platforms are overwhelmed by impersonation, stolen content, and synthetic media. And the tools we rely on — UUIDs, Ed25519 keys, OAuth identity, even blockchain signatures — were never designed for the world we’re living in now.&lt;br&gt;
So I built something new.&lt;br&gt;
Origin Protocol is an open, platform‑agnostic standard for proving who created what, when, and how — without requiring creators to understand cryptography or trust any single company.&lt;br&gt;
It’s simple, tamper‑evident, and ready for platforms to adopt today.&lt;br&gt;
— -&lt;br&gt;
Why I built Origin&lt;br&gt;
I’m a solo developer with limited resources, but I care deeply about creators — especially the ones who don’t have teams, lawyers, or money to protect their work. I wanted to build something that:&lt;br&gt;
gives creators a verifiable signature on every piece of content&lt;br&gt;
• gives platforms a trustworthy verification path&lt;br&gt;
• gives the public a way to know what’s real&lt;br&gt;
• works across any platform, any format, any ecosystem&lt;br&gt;
And it had to be open.&lt;br&gt;
No lock‑in.&lt;br&gt;
No gatekeeping.&lt;br&gt;
No hidden dependencies.&lt;br&gt;
Just a standard anyone can adopt.&lt;br&gt;
— -&lt;br&gt;
What Origin does&lt;br&gt;
Origin provides:&lt;br&gt;
a creator app that seals content with a cryptographic manifest&lt;br&gt;
• a platform SDK for verifying authenticity&lt;br&gt;
• a ledger API for checking revocation, key status, and policy&lt;br&gt;
• a governance bootstrap for trust anchoring&lt;br&gt;
• a test suite for platform integration&lt;br&gt;
• a policy system for strict, standard, or permissive verification&lt;br&gt;
Everything is documented, versioned, and ready for real‑world use.&lt;br&gt;
— -&lt;br&gt;
What makes Origin different&lt;br&gt;
Origin isn’t a blockchain.&lt;br&gt;
It isn’t a token.&lt;br&gt;
It isn’t a walled garden.&lt;br&gt;
Become a member&lt;br&gt;
It’s a protocol, not a product.&lt;br&gt;
No fees&lt;br&gt;
• No tokens&lt;br&gt;
• No dependencies&lt;br&gt;
• No platform lock‑in&lt;br&gt;
• No proprietary algorithms&lt;br&gt;
Just a clean, open, verifiable standard.&lt;br&gt;
— -&lt;br&gt;
The experimental layer: LYRA&lt;br&gt;
Alongside Origin, I’ve been developing LYRA, a quantum‑inspired identity model based on:&lt;br&gt;
coherence&lt;br&gt;
• entropy&lt;br&gt;
• harmonic signatures&lt;br&gt;
• state evolution&lt;br&gt;
• spatial coherence grids&lt;br&gt;
It’s experimental, but it represents a possible future beyond static keys and traditional PKI.&lt;br&gt;
Origin uses Ed25519 today — because platforms need stability — but LYRA is where identity could go next.&lt;br&gt;
— -&lt;br&gt;
What’s next&lt;br&gt;
I’m preparing:&lt;br&gt;
a public v1 API&lt;br&gt;
• an OpenAPI spec&lt;br&gt;
• a platform onboarding kit&lt;br&gt;
• a trust anchor package&lt;br&gt;
• a staging ledger service&lt;br&gt;
• a full white paper&lt;br&gt;
And I’m inviting developers, creators, and platforms to explore the protocol, test it, and challenge it.&lt;br&gt;
I’m not asking anyone to trust me.&lt;br&gt;
I’m saying: look at the code, run the tests, break it if you can.&lt;br&gt;
Origin is open.&lt;br&gt;
Origin is real.&lt;br&gt;
Origin is ready.&lt;br&gt;
— -&lt;br&gt;
If you want to follow the journey&lt;br&gt;
I’ll be publishing updates, technical breakdowns, and the full white paper here on Medium.&lt;br&gt;
Thank you for reading — and for caring about the future of authenticity online.&lt;br&gt;
— Brian&lt;/p&gt;

</description>
      <category>security</category>
      <category>programming</category>
      <category>software</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
