The Government Wants Your AI Product. It Cannot Legally Buy It.
Public sector is the one market where enthusiasm from the buyer does not move the deal. An agency that loves your product still cannot put its data into an unauthorized cloud service. Authorization is the gate, and AI architecture makes passing through it harder than it is for ordinary software.
Why Public Sector Behaves Unlike Every Other Segment
In commercial sales, a motivated champion can usually get a deal through security review. In federal, the champion cannot override the requirement, because the requirement does not belong to them. An authorizing official has to accept risk on behalf of the agency, and that acceptance rests on a standardized body of evidence about your system. No amount of product enthusiasm substitutes for that package.
The practical consequence is that public sector cannot be treated as an opportunistic channel you serve when an inbound lead appears. Either you decide to build toward authorization deliberately, or you decline the segment. The middle path — accepting a pilot, storing agency data, and figuring out compliance later — is where vendors get into genuine trouble.
Everything Starts With the Boundary
The authorization boundary is the definition of what is being authorized: which services, which infrastructure, which data flows, which external connections. It is drawn before the control work begins, and drawing it badly is the most expensive mistake available, because every subsequent artifact references it.
AI products tend to have messier boundaries than the framework anticipates. A typical stack might include a hosted application, a vector database, an embedding service, one or more model APIs, an evaluation pipeline, an observability platform capturing prompts and completions, and a support tool where staff can view customer content to debug a bad output. Each of those is either inside the boundary or is an external service that data leaves the boundary to reach — and the second category is the one teams routinely forget to enumerate.
The question that stops most AI vendors is not a control requirement. It is "where does the prompt go?" Trace one government user's input all the way through your system, including logging, tracing, analytics and every debugging surface. If the answer includes a third-party service nobody listed on the architecture diagram, that is your first finding — and you found it cheaply.
The Model Provider Problem
Most AI products do not run their own models. That means a critical processing step happens at a vendor whose compliance posture you inherit and cannot change. If that provider offers an authorized government-facing offering, you may be able to leverage it and route agency traffic there. If it does not, you are left with unattractive options: self-host an open-weight model inside your boundary, degrade the product for government tenants, or wait.
This creates an architectural argument worth having early. A system with a hard abstraction between application logic and inference — where the model endpoint is a swappable dependency rather than an assumption baked into a hundred call sites — can redirect government traffic to a compliant deployment without a rewrite. A system that hardcodes one provider's SDK throughout cannot. That decision costs almost nothing at the start and is nearly impossible to retrofit later.
Where the Control Framework Meets Nondeterminism
Cloud control catalogs were written for systems that behave the same way twice. They ask for configuration baselines, change control, integrity verification and defined system behavior. Generative components strain several of those assumptions in ways assessors are still working out.
- Change control versus model updates: if a provider silently updates a model behind a stable endpoint name, your system's behavior changed without a change ticket. Pinning versions where possible and documenting how you learn about updates is the minimum defensible answer.
- Audit logging of AI actions: where the system takes actions rather than returning text, the log must show what was proposed, what was approved, by whom, and what executed. "The assistant did it" is not an audit trail.
- Data retention in prompts and outputs: prompt logs are often the highest-sensitivity store in the whole system and the one with the least deliberate retention policy, because it grew out of debugging.
- Least privilege for a system that reads everything: retrieval components tend to be given broad access for convenience. Under assessment, "the index can see all tenant documents" is a finding, not an implementation detail.
- Personnel and location requirements: some government-facing offerings carry expectations about who can access systems and from where, which affects hiring and support staffing, not just infrastructure.
StateRAMP Is Usually the Realistic First Door
State and local agencies buy considerably more software than most vendors assume, and the state-level program serving them shares a control foundation with the federal one. For a small AI company, the sequence that tends to work is to win state or municipal business first, build the evidence base and operational habits while the stakes are lower, then extend toward federal with most of the documentation already written.
The evidence overlaps but the programs are distinct, so be careful with how you describe your status. Claiming a posture you do not hold, or blurring "working toward" with "authorized," is both a sales problem and a representation problem — and in government contracting, representations carry consequences that commercial marketing copy does not.
What to Do Before You Spend Anything
- Identify a specific agency or state entity that wants the product. Authorization work without an identified buyer is speculative capital.
- Draw the real boundary on one page, including every external service that touches customer input or output — logging and analytics included.
- Determine your inference path's compliance status. If your model provider has no government-facing offering, decide now whether you would self-host.
- Read your own terms of service as an agency lawyer would. Training rights, subprocessor lists, data location and retention are the clauses that end deals.
- Audit your public site for claims you would have to substantiate — certifications, "government-ready," security assertions, and anything implying a status you have not obtained.
- Budget for the recurring obligation, not the project. Continuous monitoring is staffing, not a line item that ends.
Frequently Asked Questions
An agency wants to run a small pilot. Can we just do it and sort compliance out after?
That decision belongs to the agency, not to you, and agreeing to hold government data in an unauthorized system can create problems for the officials who approved it as well as for you. If a pilot proceeds, it should be on the agency's documented terms, with a clear understanding of what data may be used — synthetic or public data avoids most of the difficulty.
We're SOC 2 Type II certified. Doesn't that cover us?
It helps and the underlying work overlaps meaningfully, but it is not a substitute. The programs differ in control catalog, assessment process and who accepts the risk. A strong existing security program shortens the path considerably; it does not replace the authorization.
How long does this realistically take?
Long enough that it should not be a response to an inbound lead. The timeline varies with path, readiness, assessor availability and agency participation, and it is measured in quarters rather than weeks. Companies that succeed usually started before they had the deal that needed it.
Can we say 'FedRAMP in process' on our website?
Only if it is accurate under the program's own definitions of status, which are specific. Vague progress claims are a well-known irritant to government buyers, who can check, and to competitors, who will. If you are early, describing the concrete step you are on is both safer and more credible than a status label.
Does an agency's use of our AI create additional obligations for them?
Frequently yes. Public sector use of AI carries its own layers — inventories, impact assessments, human review expectations for consequential decisions, and transparency obligations. Vendors who can supply the documentation an agency needs for its own internal process become substantially easier to buy from than those who cannot.
We're a two-person company. Is this segment simply closed to us?
Federal directly, probably for now. State, local and education buyers are far more reachable, and subcontracting through an already-authorized prime is a legitimate route into federal work without carrying the authorization yourself. The mistake is assuming the door is open when it is not, and building a public sector pipeline you cannot close.
Government Buyers Read Your Website First
Before any conversation happens, a procurement team reads your public pages looking for security claims, certifications, data handling statements and anything that contradicts what you will later put in writing. Inconsistencies found there end evaluations quietly.
Find out what your site currently claims. Run a free scan and review every page that makes a security, compliance or data-handling assertion.