Verification register Compute & Web Infra
Current reading
Readiness band and full integer triple
AI-assisted assembly · derived results
Readiness band
Ready
Primary summary from verified readiness
- Confidence
- 68% · fresh
- Computed at
- 2026-09-22T00:12:00.036004+00:00
- Claimed
- 75
- Reported
- 75
- Verified
- 72
- Gap
- +3
Public ambition and stated capability
Observed practitioner reporting
Independently supported evidence
Claimed leads verified
Evidence strength Strong
Decision
What the current evidence supports
Human editorial judgment · 2026-09-22
Proceed with caution
- Why
- The 5x streaming speedup, SQL-streaming default, cost-based join reordering, and native Iceberg sink metadata reuse are genuine infrastructure wins, but the same release changes the default execution engine in a way that both the official docs and a community migration write-up explain can silently reorder rows on exactly the operations most likely to feed a downstream diff or join — a correctness risk, not just a performance tradeoff — and the release is still RC, not GA.
- Next
- Stay pinned to Polars 1.x (or set pl.Config.set_engine_affinity('in-memory')/POLARS_ENGINE_AFFINITY) until 2.0 reaches GA; before flipping the default, grep every join/group_by/unpivot call site for order-dependence, apply the operation-appropriate maintain_order setting or an explicit sort where needed, and diff a shadow run's output against the 1.x baseline.
Constraints
Blockers
No named blocker is present in the current public projection.
Evidence summary
Derived counts
AI-assisted assembly
- Total
- 6
- Tier 1
- 1
- Tier 2
- 1
- Tier 3
- 4
- Supports
- 4
- Contradicts
- 1
- Context
- 1
- Latest observed
- 2026-09-03
Counts and dates only. Raw signals, private excerpts, trust records, and internal corpus material are not published here.
Publication record
Revisions
Initial public reading
- 2026-09-21 Reading moved from ready to ready.