Glossary
The words we use, defined once
Sapilon has a precise vocabulary because governance needs one. Here is what each term means, everywhere it appears.
Governance
- Ownership zones
- Explicit markers in the codebase that define what the AI may touch and what stays under human control. Three zones exist: //!AUTO, //!SAFE, and //!DEV. The zones live in the code itself, not in a hidden policy. More →
- //!AUTO
- The zone the AI owns: it may change this code autonomously, with every action logged, diffable, and reversible. More →
- //!SAFE
- The zone where the AI proposes and a human approves: changes are staged as diffs for review before they land. More →
- //!DEV
- The humans-only zone: the AI does not modify this code. More →
- Governed agent
- Sapilon’s AI agent, constrained by ownership zones and gates. Everything it does is logged, rendered as diffs, and reversible; automated code review runs on generated changes. More →
- Expert verdict
- The decision a verified human expert returns on an escalated action: approve, approve with changes, reject, or need more information. Reasoning is required for everything except a plain approve, and an approval clears the gate exactly once, for exactly the reviewed action. More →
- Review brief
- An AI-generated summary that carries everything an expert needs to decide: what was asked, what the agent was about to do, why it was blocked, and where the project stands. Most reviews are decided from the brief alone, with no project access. More →
- Access grant
- A scoped, time-limited permission under which an expert does hands-on work. It names the project and the expert, expires on its own, and can be revoked in one click. More →
Lifecycle
- Project stages
- The four gated phases every Sapilon project moves through: Design (architecture and frontend against mocked data), Build (backend wired up end-to-end), Rehearsal (pre-production dress rehearsal), and Live (real users, real data). More →
- Build Server
- The real development environment where your app runs end-to-end during the Build stage. More →
- Rehearsal Server
- The pre-production environment in your own AWS where user journeys are walked through, data migration is drilled, and security and costs are checked before go-live. More →
- Live Server
- The production environment. The new system takes over here and the old one is retired; versioning, monitoring, and backups keep it healthy long-term. More →
- Bootstrap
- The automated first pass of a modernization: Sapilon imports your legacy inputs and rebuilds 50–95% of the app on an AI-safe architecture, ~10× faster than a traditional rewrite. Sapilon verifies the app first and estimates up front how much it can recreate. More →
- Modernization
- Turning a legacy system or an AI-built prototype into production-ready, AWS-native software you own: real architecture, tests, governance, and your own cloud. More →
- Upgrade-aware diff
- A computed diff that brings your app in line with evolving best-practice templates and dependencies, so it stays current without a risky manual rewrite. More →
- Project memory
- The architecture, intent, constraints, and decisions that persist with a project, so the AI keeps context instead of forgetting it between sessions. More →
Commerce
- Point
- Sapilon’s fixed-price AI usage unit with one published rate. Every AI interaction costs a predictable whole number of points instead of raw token pricing. More →
- Wallet
- The prepaid balance everything draws from: AI points, AWS hosting, and expert time. Pay-as-you-go, no subscription, no seats, and the balance cannot go negative. More →
- Feature Pack
- A packaged, versioned feature slice (contacts, invoicing, bookings) extracted from a real Sapilon app, ready to apply to any project. More →
- Job size
- How expert work is priced: Small (under 30 minutes) and Medium (about an hour) are fixed prices; Large jobs are billed per hour against an estimate and a cap you approve before work starts. More →