Thanos
Thanos is rebuilding Receive around multi-tenancy, and shipping it through a stuttering RC train.
A side-by-side editorial comparison of Ably and webpack — release velocity, themes, recent moves, and the top alternatives to consider.
| Feature | Ably | webpack |
|---|---|---|
| Sector | Infra & APIs | Infra & APIs |
| Velocity score | 7.5 | 6.3 |
| Sparks · 30d | 2 | 1 |
| Top themes | realtime-infrastructure, ai-agents, durable-execution, liveobjects | zero-config, native-typescript, loader-consolidation, parser-performance |
| Last editorial update | 2d ago | 1h ago |
| Website | — | Visit → |
Ably is building an agent transport layer, shipping a new AI SDK version roughly every ten days.
The AI Transport JS SDK moved from 0.4.0 to 0.7.0 inside a single month, each release adding a distinct piece of agent infrastructure: seeding a conversation from an app's own message store, a Step primitive that survives process restarts under Temporal or Vercel's Workflow Development Kit, mid-run steering through run.steer(), and a codec that streams the OpenAI Responses API over a channel with client-executed tools and human approvals. In parallel, the established Pub/Sub line is spreading LiveObjects further — a path-based API in the Java SDK, a useObject React hook, and React Native push support.
webpack is absorbing its own loader ecosystem — TypeScript, CSS and HTML now build natively.
webpack 5.109 flips experiments.typescript, experiments.css, experiments.html and experiments.asyncWebAssembly to "auto", so a project on Node 22.6+ compiles TypeScript, CSS and HTML with no loader registered at all. The same release adds built-in build progress via infrastructureLogging.progress, resource hints (preload/prefetch/modulepreload/preconnect) on by default for ESM output, and CommonJS module concatenation. Underneath, the 5.108 line is a sustained parser-performance campaign — struct-of-arrays HTML ASTs, dropped unused CSS value tokens, lower peak memory.
The AI Transport JS SDK moved from 0.4.0 to 0.7.0 inside a single month, each release adding a distinct piece of agent infrastructure: seeding a conversation from an app's own message store, a Step primitive that survives process restarts under Temporal or Vercel's Workflow Development Kit, mid-run steering through run.steer(), and a codec that streams the OpenAI Responses API over a channel with client-executed tools and human approvals. In parallel, the established Pub/Sub line is spreading LiveObjects further — a path-based API in the Java SDK, a useObject React hook, and React Native push support.
The pattern is a realtime messaging company treating agent runs as the thing its network transports. Each AI Transport release closes a gap that would otherwise force developers to build around the channel — history reconciliation, crash recovery, changing direction mid-response, and now speaking a specific model provider's wire format. The LiveObjects work runs on a slower track and points the same way: path-based subscriptions that survive structural change are aimed at the fast-mutating state agents and collaborative apps produce.
Expect the codec pattern to extend to other model provider APIs beyond OpenAI Responses, and the LiveObjects path-based API to keep propagating across the remaining SDK languages after Java.
webpack 5.109 flips experiments.typescript, experiments.css, experiments.html and experiments.asyncWebAssembly to "auto", so a project on Node 22.6+ compiles TypeScript, CSS and HTML with no loader registered at all. The same release adds built-in build progress via infrastructureLogging.progress, resource hints (preload/prefetch/modulepreload/preconnect) on by default for ESM output, and CommonJS module concatenation. Underneath, the 5.108 line is a sustained parser-performance campaign — struct-of-arrays HTML ASTs, dropped unused CSS value tokens, lower peak memory.
The direction is unmistakable: webpack is deleting the reason its configs became notorious. Every capability that used to require ts-loader, css-loader or html-webpack-plugin is being pulled into core and defaulted on, which is the only credible answer to zero-config rivals that never asked users to assemble a loader chain. Alongside that, a bun target and repeated Bun/Deno compatibility guards show webpack no longer assumes Node is the only runtime it must run under.
Expect the "auto" experiments to graduate out of the experiments namespace into stable top-level options, and expect the loader-shaped surface area to keep shrinking as more of the pipeline lands in core.
Other Infra & APIs 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 Ably or webpack.
Thanos is rebuilding Receive around multi-tenancy, and shipping it through a stuttering RC train.
CAS 8.0 is six release candidates deep with notes that describe nothing
LibreELEC's changelog stops dead at the 12.0 release in May 2024
Node-RED 5.0 rebuilt the editor, and the patches since are settling it in
Jaeger folds its MCP server into the query service and drops Elasticsearch 6
Biome's patch train is really a type-aware linting project in disguise
See all Ably alternatives → · See all webpack alternatives →
Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.
They serve adjacent needs but don't currently overlap on shipped themes. Ably is currently shipping more aggressively (velocity 7.5 vs 6.3), with 2 editorial sparks in the last 30 days against 1. 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. Ably is currently shipping more aggressively (velocity 7.5 vs 6.3), with 2 editorial sparks in the last 30 days against 1. For your specific use case, the alternatives sections above list other Infra & APIs products to evaluate alongside.
Top Ably alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "Ably alternatives" section above for the current picks, or visit /alternatives/ably for the full list with editorial commentary on each.
Top webpack alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "webpack alternatives" section above for the current picks, or visit /alternatives/webpack for the full list with editorial commentary on each.