A useful prototype
Natural-language builders can compress the path from an idea to a clickable artifact. That is useful when the question is whether a workflow makes sense to users, whether a layout communicates an idea, or which assumptions deserve a real implementation. The prototype can contain rough data and shortcuts if those limits are visible. A screenshot, however, cannot establish authorization, error recovery, retention behavior, or operability. Treat the first working screen as a decision aid and write down which claims it actually supports.
The production boundary
Crossing into real users and real data changes the assignment. Identify where identity is checked, where authorization is enforced, which secrets exist, what data can be exported, and how a failed change is reversed. OWASP's prompt-injection guidance describes code, documents, and web pages as possible carriers of indirect instructions to an AI assistant. Its application-security guidance also emphasizes controls outside the prompt itself. These are source-backed risk categories; the exact controls for one app require its own threat model and review. Name the person responsible for that review.
Promote deliberately
Before promoting a generated prototype, require an owner who can explain the data flow and failure modes. Reproduce the build from checked-in dependencies, inspect generated database rules, exercise unauthorized and malformed requests, and document the deployment path. If a hosted builder owns the storage or runtime, test export and restore before depending on it. A visual preview is still valuable after this work; it simply becomes one item of evidence among code review, tests, logs, and operational rehearsal. This gate is an editorial recommendation, not a claim that any vendor performed those checks.
Keep the experiment reversible
Use synthetic or approved sample data while the design is unsettled. Limit integrations to the minimum needed to answer the prototype question, and make the preview plainly distinguishable from the public service. Record generated dependencies and configuration so another engineer can recreate the result. If no one can describe the authorization path or repair a failed release, the project needs ownership work before promotion. The goal is not to slow every experiment; it is to keep a fast experiment from quietly acquiring production obligations it was never designed to carry.
What to carry into the work
- State the hypothesis the prototype answers.
- Use approved sample data and bounded integrations.
- Review server-side authorization and secret handling.
- Rehearse build, restore, and rollback before promotion.
Sources & dates
- LLM Prompt Injection Prevention Cheat Sheet ↗OWASP · Undated source · Checked 16 Sept 2026
- OWASP Top 10 for LLM Applications archive ↗OWASP · Undated source · Checked 16 Sept 2026
Unknown source dates stay undated. Preparation is not publication; no historical byline or interview is implied.