Trust posture
What we ship, what we disclose.
Conservative claims, citation-grounded. Where a control is in a validation window or a mitigation is shipping in the coming weeks, we say so.
Grounded
Every answer is a cited quote or an explicit refusal
- Substantive answers include inline citations to the specific page, paragraph, and quoted text from district budgets, minutes, assessment schedules, or Florida Statutes Chapter 190 and related CDD chapters (189, 197, 218).
- The system rejects any output that tries to assert a legal fact without a quoted source.
- When the corpus does not contain the answer, CDDStream refuses rather than guessing.
Every response requires at least one quoted source or an explicit refusal before it can be surfaced. Refusals carry no citations by design.
Legal-advice guardrails
Layered automated defense, with each layer's status disclosed
- Multiple automated checks block legal-advice framing, imperative directives telling a reader what to do, and assertions of compliance or violation.
- A disclaimer-presence check rewrites or rejects substantive answers that lack the required disclaimer.
- A semantic classifier flags advice-like paraphrases the pattern-matching layers miss.
Every answer is audit-logged with the outcome of each automated check. Historical audit rows can reconstruct which check fired on any specific answer.
Tested
Adversarial prompts tested before every release
- We run adversarial prompts designed to elicit legal-advice responses.
- We run prompts that try to bypass our instructions.
- We run prompts about documents that do not exist.
- We verify every cited statute quote matches the source text.
- Before each release, we run a cross-district isolation test that fails the build if any district's data appears in another district's response.
All test outcomes are logged for audit. Release gates block deployment when tests fail.
Fast
Designed for cache-hit answers under a half-second
- A canonical answer cache is seeded with the most-asked questions per district so repeat questions skip the full retrieval and model call.
- Cold-path retrieval, for uncommon or district-specific questions, runs the full pipeline and targets 1 to 3 seconds.
- Compare to: a 15-minute phone call, or days of back-and-forth before a board meeting.
Per-district isolation
District isolation is enforced on every query
- District isolation is enforced on every request. Automated tests verify that no district's data can appear in another district's response.
- A release-time test seeds each district with unique tokens and fails the build on any cross-district leak.
- Database-level access controls block any path that does not go through the authenticated backend, and a nightly audit verifies the controls remain in place.
Our isolation discipline is layered: application-level enforcement, database-level access controls, row-level security policies, and a nightly drift audit.
Auditable
Every answer is logged with a defense-of-record shape
- Every request is stored with the question, the retrieved passages, the answer, the citations, and the disclaimer text that was shown.
- Every answer records which version of Florida law was in retrieval scope, so historical answers can be audited against the statute that was in effect at the time.
- The event log is append-only.
- Cost per answer is audit-logged.
This page describes engineering posture and is not legal advice. CDDStream is software; it is not a law firm, does not create an attorney-client relationship, and does not substitute for a licensed Florida attorney. District managers and supervisors evaluating CDDStream should verify district-specific obligations with counsel before relying on any answer for a compliance decision.