immudb
immudb made itself speak Postgres — while its announced v2 rearchitecture sits unfinished.
A side-by-side editorial comparison of Sonic and Speakeasy — release velocity, themes, recent moves, and the top alternatives to consider.
| Feature | Sonic | Speakeasy |
|---|---|---|
| Sector | DevOps | DevOps |
| Velocity score | 5.0 | 10.0 |
| Sparks · 30d | 0 | 2 |
| Top themes | search-index, rust, tokenizer, dependency-hygiene | ai-governance, mcp, proxy-enforcement, cost-attribution |
| Last editorial update | 2h ago | 22h ago |
| Website | Visit → | — |
Sonic is shipping tokenizer control and a dependency diet, two tags at a time.
Sonic is a lightweight Rust search index that now releases in pairs — a server tag (v1.7.x) and a core-crate tag (v0.1.x) covering the same underlying commits. The recent work splits between tokenizer behavior, where pattern matching became opt-in and special tokens stopped being split apart, and a dependency audit that pinned every crate, disabled default features across the board, and trimmed unused RocksDB functionality. Release cadence is tight, with several tags landing within days.
Speakeasy moved enforcement to the proxy: a bad prompt now dies before inference, not after.
Speakeasy is an AI control plane that meters agent spend and governs MCP servers, and it crossed 1.0 at the end of July by enforcing role-based access on every plan tier instead of gating it behind a plan. The August releases widen what it can see — ChatGPT and ChatGPT Work usage now counts toward tokens under management alongside Claude Code, Codex, and Cursor — and add a second shadow-MCP posture that allows servers by default and names the ones to block. LiteLLM has become a first-class source, with prompt policies checked at the proxy.
Sonic is a lightweight Rust search index that now releases in pairs — a server tag (v1.7.x) and a core-crate tag (v0.1.x) covering the same underlying commits. The recent work splits between tokenizer behavior, where pattern matching became opt-in and special tokens stopped being split apart, and a dependency audit that pinned every crate, disabled default features across the board, and trimmed unused RocksDB functionality. Release cadence is tight, with several tags landing within days.
Two things are happening at once. The tokenizer changes are aimed at correctness for users indexing identifiers and structured strings — the recurring theme of treating more strings as IDs and performing implicit AND on ID queries suggests the index was mangling exactly the inputs developers reach for it with. The dependency work reads as supply-chain and binary-size discipline: pinning everything and disabling default features is what a project does when it wants a small, auditable, reproducible build. The core/server split into separate crates is what makes the paired tags necessary.
Expect the tokenizer work to continue toward configurable behavior rather than better defaults, given pattern matching was made opt-in and non-breaking in the same release. The paired v1.7.x/v0.1.x tagging will keep producing two changelog entries per actual release.
Speakeasy is an AI control plane that meters agent spend and governs MCP servers, and it crossed 1.0 at the end of July by enforcing role-based access on every plan tier instead of gating it behind a plan. The August releases widen what it can see — ChatGPT and ChatGPT Work usage now counts toward tokens under management alongside Claude Code, Codex, and Cursor — and add a second shadow-MCP posture that allows servers by default and names the ones to block. LiteLLM has become a first-class source, with prompt policies checked at the proxy.
The product is moving from observing AI usage to intercepting it. Early releases catalogued spend and inventoried shadow MCP servers; the newest ones stop a policy-violating prompt before it reaches a model, and turn a bypass approval into a project-wide unblock rather than a private exception. Coverage breadth and enforcement point are being pushed together, which is what a control plane needs in order to be authoritative rather than advisory.
Expect more first-class sources onboarded through the same proxy-ingestion pattern, and the project assistant to keep gaining the ability to act on findings rather than list them. The entries say nothing about enforcement latency or what happens when the proxy check fails, which is the open question for anything sitting in the request path.
Other DevOps products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either Sonic or Speakeasy.
immudb made itself speak Postgres — while its announced v2 rearchitecture sits unfinished.
Zalando's Postgres Operator finally shipped v2 — and had to reissue it within a day.
A graph database spending its releases on query-language parity and traversal speed.
Manticore tags a GitHub release per commit, so the real news is one entry in five.
PostgreSQL 19 support lands, and pgBackRest stops letting you run most commands as root.
Two patch lines, every release published twice, and no feature news since v24.0.0.
See all Sonic alternatives → · See all Speakeasy alternatives →
Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.
They serve adjacent needs but don't currently overlap on shipped themes. Speakeasy is currently shipping more aggressively (velocity 10.0 vs 5.0), with 2 editorial sparks in the last 30 days against 0. See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.
Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. Speakeasy is currently shipping more aggressively (velocity 10.0 vs 5.0), with 2 editorial sparks in the last 30 days against 0. For your specific use case, the alternatives sections above list other DevOps products to evaluate alongside.
Top Sonic alternatives in DevOps are ranked by recent ship velocity. Browse the "Sonic alternatives" section above for the current picks, or visit /alternatives/sonic-search for the full list with editorial commentary on each.
Top Speakeasy alternatives in DevOps are ranked by recent ship velocity. Browse the "Speakeasy alternatives" section above for the current picks, or visit /alternatives/speakeasy for the full list with editorial commentary on each.