Vol. I · No. 03The ClarifydBroadsheet
Editions archive

Everything we’ve shipped, edition by edition.

Hand-curated. Newest first. Every entry tagged Feature, Fix, Security, or Design so you can scan for what matters to you.

Vol. I · No. 06

Broadsheet — the editorial redesign.

v0.6.0May 2026

Whole-site rebrand to The Broadsheet: ivory paper, coffee ink, arterial red. Pre-seed-only product targeting. Per-user storage scoping fixes the cross-account data bleed.

  • 01 DesignBrutalist editorial system across 20+ routes. Geist Sans + Geist Mono, Phosphor duotone icons, sharp edges, no gradients / glass / shadows.
  • 02 FeatureNew routes: /lawyer (article forthcoming plate), /library (template catalog), /integrations.
  • 03 FeatureReasoning surface renamed Clarifyd AI. Provider abstraction in services/reasoning/ preserved.
  • 04 FixPer-user localStorage scoping via lib/user-storage.ts. AuthProvider wipes 11 legacy global keys on login/logout.
  • 05 FixForms hardened: blue focus ring suppressed, WebKit search decorations hidden, range slider custom thumb (no native black outline).
  • 06 SecurityAI-can-make-mistakes disclosure consolidated to /terms Article 06 (not splattered across every page).
Vol. I · No. 05

Speed pass + reasoning quality.

v0.5.0March 2026

Pipeline parallelism, cache write-race fix, prompt rubric tightening.

  • 01 FeaturePer-clause reasoning loop runs in parallel with the reporter; DB writes batched.
  • 02 FixClauseCache write race fixed; reporter skipped on clean docs; max_tokens tightened.
  • 03 FixSeverity rubric anchored with worked examples; suggestion validator + one-shot retry.
Vol. I · No. 04

Findings, exports, OAuth + Postgres.

v0.4.0February 2026

Single-tab Findings view, DOCX exports, Google + Facebook OAuth, production path live.

  • 01 FeatureFindings tab unifies risky clauses + loopholes + suggestions; one-tap Apply.
  • 02 FeatureRe-open any analyzed contract from the dashboard, instantly.
  • 03 FeatureOne-tap sign-in with Google and Facebook.
  • 04 FeaturePrivate workspace — every contract scoped to your account.
Vol. I · No. 03

Reasoning provider abstraction.

v0.3.0January 2026

ReasoningProvider ABC, fallback chain, Prometheus counters, audit on every call.

  • 01 FeatureReasoningProvider ABC with RulesBasedProvider fallback chain.
  • 02 FeaturePer-clause SHA-256 cache; report-level cache for byte-identical re-reads.
  • 03 FeaturePrometheus counters for calls, tokens, cost, latency.