Glossary
Glossary: AI management, ERP, GEO and migration
- AI agent
- An AI system that does more than answer: it takes actions to meet a goal (drafting an order, flagging a stockout, preparing an invoice), within defined limits.
- Management system (ERP)
- The software where a company runs its operation: customers, sales, purchasing, stock, cash and invoicing, integrated in one place.
- Meta-agent
- An agent that is not a fixed ERP, but the one that builds your management system by talking, migrates your data and optionally operates it. Remi is a meta-agent.
- Copilot
- The agent living inside your system, operating and assisting day to day. You talk to it by text (and later by voice) and it acts under the same controls.
- Action gate (traffic light)
- The control that decides how each action runs: green (reversible, automatic), yellow (external consequence, one-click confirmation), red (irreversible, never autonomous). The class lives in code, not decided by the AI at runtime.
- Assembled vs generative
- Remi's core rule: the system's structure is assembled from validated pieces (where mistakes are expensive), while presentation and add-ons are generated freely (where mistakes are cheap).
- Deterministic migration
- Migrating data with versioned code and exact reconciliation against the source, not guessing row by row. Balances and stock match before the old system is cut over.
- GEO (Generative Engine Optimization)
- Optimizing so AI engines (ChatGPT, Claude, Perplexity, Gemini) cite you when someone asks, with factual, extractable content. It is SEO for the age of AI answers.
- SEO
- Optimizing to show up in search engines like Google: content, technical structure (metadata, sitemap, structured data) and links.
- Structured data (JSON-LD)
- A block of schema.org data on the page that tells search engines and AI what each thing is (a company, a piece of software, a frequently asked question). It helps them understand and cite you.
- Electronic invoicing
- Issuing tax-valid documents from the system. In Remi it is a gated action: it is prepared automatically and issuing asks for confirmation.
- Tenant isolation (RLS)
- Each customer has its own database with data isolated by database-level rules (Row Level Security). No company sees another one’s data.
- Conversational onboarding
- Remi's assisted flow: it greets you, understands what you need, proposes a system, adjusts it with your feedback, builds it and migrates your data. All by talking.