Michelle Blomberg

AI Pilot Framework: prototype to production

Draft for review

A short, shared path for faculty and staff to take an AI prototype off a personal server and run it as a safe, district-hosted pilot with real faculty, staff, and students, then move a successful pilot into production. Draft for the district AI CIO’s input.

Why this exists

Faculty are already building useful AI tools, for student-services routing, career readiness, and course design, but they run on personal servers with no safe, shared way to pilot them with real users. The campuses have not provided one. This proposes a district-hosted lane so pilots are safe, comparable, and portable, rather than one-off experiments that live and die on an individual’s laptop.

How to request a pilot

A one-page intake, so the bar to start is low and the request is easy to review:

A named reviewer responds within a set window, so a request does not disappear.

What you are asking the district for

Guardrails that make it safe

Data and APIs in pilots

The default is no student data. The strongest pilots are data-sovereign by design: first name only, stored on the user’s own device, anonymized aggregates, so most need no student records at all. APIs are allowed, but only district-approved ones, never personal keys for anything user-facing, and never sending student PII to a model that trains on it. If a pilot genuinely needs student data, it routes through review and a data-use agreement and is de-identified wherever possible. When in doubt, build the tool so it never sees the sensitive data in the first place.

What success means, and moving to production

Success is the single measure named in the request, met during the pilot, plus three checks: it passed security, accessibility (WCAG), and data review; faculty, staff, or student feedback was positive; and there is a sustainable owner and support plan. A tool that clears those moves from the sandbox to monitored production hosting with a named maintainer. One that does not is documented and retired or revised. The point of a concrete bar is to prevent “pilot forever.”

A plain note on Docker

Docker is a way to package a tool with everything it needs to run into one sealed container, like a shipping container for software. Because the container is self-contained and identical everywhere, the exact prototype a faculty member built runs the same on a district pilot server and later in production, with no “it worked on my machine” surprises, and it stays walled off from other systems, which is what makes it safe to host. It is the standard, low-cost way to move a prototype onto shared, controlled infrastructure.

This is not from scratch

Established frameworks already cover the hard parts, and this adapts them into a lightweight faculty intake rather than inventing a new theory: the NIST AI Risk Management Framework for risk and guardrails, EDUCAUSE’s AI governance and ethical guidelines for higher-ed structure and values, WCET’s AI policy and practice framework, and FERPA for student data. The contribution here is the short, usable request-and-review path, so faculty who build have somewhere safe to go.