@@ -72,7 +72,7 @@ Most code generators produce code you then have to own. This one produces *model
72722 . ** Full JSONAPI** — Swagger, pagination, optimistic locking (` api/expose_api_models.py ` — 52 lines, zero per-table code)
73733 . ** Admin App** — ` ui/admin/admin.yaml `
7474
75- Each small, readable, yours. Plain Python — nothing locks you in .
75+ Each small, readable, yours. Plain Python — standard tooling applies .
7676
7777Security is opt-in, not default — bootstrap RBAC anytime with ` genai-logic add-auth ` .
7878
@@ -217,10 +217,10 @@ This is why the same prompt produces a governed system, not a working-but-ungove
217217
218218** Have some questions before we get started?** Ask your AI assistant directly — it has the same materials we just walked through:
219219
220- - Ok, why not just let AI write the code?
221220- Is this really infrastructure, like a database?
222221- Is this a black box? How do I debug a rule chain?
223- - What's the lock-in risk if we stop using this?
222+ - What does it take to migrate off this if we ever wanted to?
223+ - How does this perform at scale?
224224- How is this different from Copilot/Cursor generating the same logic as code?
225225- What does this integrate with — APIs, workflows, agents, MCP?
226226- Does this work with my existing database?
0 commit comments