<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>StateVec</title>
    <link>https://statevec.io/</link>
    <atom:link href="https://statevec.io/feed.xml" rel="self" type="application/rss+xml" />
    <description>StateVec engineering - deterministic OLTP engine for business-critical systems.</description>
    <language>en-us</language>
    <lastBuildDate>Thu, 14 May 2026 15:09:15 GMT</lastBuildDate>
    <item>
      <title>When Publication Became a Projector</title>
      <link>https://statevec.io/stories/publication-as-projector.html</link>
      <guid isPermaLink="true">https://statevec.io/stories/publication-as-projector.html</guid>
      <pubDate>Thu, 14 May 2026 00:00:00 GMT</pubDate>
      <category>Architecture Evolution</category>
      <description>How a SQL record-delta explorer led to readonly projectors, verified publication, and a cleaner effect boundary.</description>
    </item>
    <item>
      <title>Verified Projector Architecture</title>
      <link>https://statevec.io/blogs/verified-projector-architecture.html</link>
      <guid isPermaLink="true">https://statevec.io/blogs/verified-projector-architecture.html</guid>
      <pubDate>Thu, 14 May 2026 00:00:00 GMT</pubDate>
      <category>Architecture</category>
      <description>How StateVec separates canonical state change from verified external effects through readonly projectors.</description>
    </item>
    <item>
      <title>The Hard Part of a Matching Engine Is Consistent State</title>
      <link>https://statevec.io/stories/match-engine-consistency.html</link>
      <guid isPermaLink="true">https://statevec.io/stories/match-engine-consistency.html</guid>
      <pubDate>Wed, 13 May 2026 00:00:00 GMT</pubDate>
      <category>Exchange Origin</category>
      <description>Why exchange-grade matching engines are hard because of stable, recoverable consistency, not only raw performance.</description>
    </item>
    <item>
      <title>StateVec Bank HA Kafka Performance Run</title>
      <link>https://statevec.io/blogs/bank-ha-performance-run.html</link>
      <guid isPermaLink="true">https://statevec.io/blogs/bank-ha-performance-run.html</guid>
      <pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate>
      <category>Performance</category>
      <description>Kafka HA throughput, latency, resource, and tx sequence completeness results from the 2026-05-12 Bank HA runner.</description>
    </item>
    <item>
      <title>StateVec Overview</title>
      <link>https://statevec.io/blogs/statevec-overview.html</link>
      <guid isPermaLink="true">https://statevec.io/blogs/statevec-overview.html</guid>
      <pubDate>Sun, 10 May 2026 00:00:00 GMT</pubDate>
      <category>Overview</category>
      <description>What StateVec is, where it fits, and how execution, replay, and query surfaces work.</description>
    </item>
    <item>
      <title>StateVec Plugin Contract</title>
      <link>https://statevec.io/docs/plugin-contract.html</link>
      <guid isPermaLink="true">https://statevec.io/docs/plugin-contract.html</guid>
      <pubDate>Sun, 10 May 2026 00:00:00 GMT</pubDate>
      <category>Plugin</category>
      <description>The 30-second developer path: define records, commands, events, keys, indexes, and deterministic handlers.</description>
    </item>
    <item>
      <title>AWS Cost Model: Raft Shards vs StateVec</title>
      <link>https://statevec.io/docs/aws_cost_raft_vs_statevec.html</link>
      <guid isPermaLink="true">https://statevec.io/docs/aws_cost_raft_vs_statevec.html</guid>
      <pubDate>Sun, 10 May 2026 00:00:00 GMT</pubDate>
      <category>Cost Model</category>
      <description>Directional AWS instance cost model for a 16-shard Raft business engine setup versus StateVec.</description>
    </item>
    <item>
      <title>AWS Cost Model: Aurora Service Stack vs StateVec</title>
      <link>https://statevec.io/docs/aws_cost_relation_db_vs_statevec.html</link>
      <guid isPermaLink="true">https://statevec.io/docs/aws_cost_relation_db_vs_statevec.html</guid>
      <pubDate>Sun, 10 May 2026 00:00:00 GMT</pubDate>
      <category>Cost Model</category>
      <description>Directional AWS cost model for an Aurora-centered service stack versus StateVec at a 10k TPS write target.</description>
    </item>
    <item>
      <title>From Hedge Engine to a Reliable State Engine</title>
      <link>https://statevec.io/stories/original-problem.html</link>
      <guid isPermaLink="true">https://statevec.io/stories/original-problem.html</guid>
      <pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate>
      <category>Origin</category>
      <description>How hedge engine reliability exposed the need for a controllable deterministic state engine.</description>
    </item>
    <item>
      <title>Where the Common Service Pattern Hits Its Limit</title>
      <link>https://statevec.io/stories/domain-objects-to-deterministic-state.html</link>
      <guid isPermaLink="true">https://statevec.io/stories/domain-objects-to-deterministic-state.html</guid>
      <pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate>
      <category>Architecture</category>
      <description>What the standard service pattern gives you, and where it strains under critical state.</description>
    </item>
    <item>
      <title>SysId, UK, and Indexes: The Exchange Test Case</title>
      <link>https://statevec.io/stories/identity-uk-and-indexes.html</link>
      <guid isPermaLink="true">https://statevec.io/stories/identity-uk-and-indexes.html</guid>
      <pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate>
      <category>Modeling</category>
      <description>How a trading exchange test case shaped the design of identity, uniqueness, and prefix indexes.</description>
    </item>
    <item>
      <title>Power of Speculative Execution</title>
      <link>https://statevec.io/blogs/power-of-speculative-execution.html</link>
      <guid isPermaLink="true">https://statevec.io/blogs/power-of-speculative-execution.html</guid>
      <pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate>
      <category>Execution</category>
      <description>Why deterministic engines can compute, reject, commit, replay, and verify from a cleaner boundary.</description>
    </item>
    <item>
      <title>Stacked Data View</title>
      <link>https://statevec.io/blogs/stacked-data-view.html</link>
      <guid isPermaLink="true">https://statevec.io/blogs/stacked-data-view.html</guid>
      <pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate>
      <category>Data View</category>
      <description>How transaction-visible record, UK, and index views make speculative execution precise.</description>
    </item>
    <item>
      <title>TxLog as Source of Truth</title>
      <link>https://statevec.io/blogs/txlog-as-source-of-truth.html</link>
      <guid isPermaLink="true">https://statevec.io/blogs/txlog-as-source-of-truth.html</guid>
      <pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate>
      <category>TxLog</category>
      <description>Why TxLog is the durable source of truth for replay, audit, and cluster verification.</description>
    </item>
  </channel>
</rss>
