SYSTEM / Dictionary
Dictionary
The vocabulary proper to Synedre — project, work, task, conduct, drill, agent, automation. Every word has a precise meaning and a strict boundary.
— 208 terms
A
- Academyn.
A free online school built into the site. Course paths with philosophical mentors, follow-up questions and downloadable PDFs. Each module teaches something useful — and along the way attracts qualified visitors who discover CodeMyShop.
The CodeMyShop Academy offers the "From Idea to Registered Trademark in 50 Commits" path, with Da Vinci as mentor and 12 interactive lessons.
- Accentadj.Proprietary
The brand's emotion colour: pink (#ec4899). Used for action buttons, urgent moments and sparks. It comes directly from the logo. It says "now — click". Used sparingly, otherwise it loses its power.
The "Start my free audit" button on the homepage is accent pink #ec4899 — the colour of urgency and conviction.
- Accessibility/ak-sè-si-bi-li-té/n.
A set of practices that make a website usable by all — keyboard navigation, screen reader compatibility, sufficient contrast, alternative text, ARIA. The European Accessibility Act (2019/882) will make it mandatory in June 2025. Agent Braille is its guardian.
"Accessibility isn't a bonus — it's a right. And soon a legal obligation."
- Active Recordn.
In the CodeMyShop ecosystem, Active Record refers to the principle that every mutation of a ps_ac_* table must go through a dedicated ac_entities/*.py class — never through inline raw SQL. This pattern ensures every write is typed, traced and auditable via ac_logger. A pre-commit hook mechanically enforces it: any ac_*.py containing direct SQL without going through ac_entities/ is rejected. The objective is to eliminate "raw SQL sprawl" that creates silent drift between environments.
"If you write a direct UPDATE ps_ac_backlog in your script, the pre-commit hook blocks you. Everything goes through BacklogEntity().update() — that is Active Record."
- Agentn.
The fundamental unit of Synedre. An agent is an AI specialised in one domain — QA, security, design, copywriting, etc. Each agent has a detailed profile (agents/*.md), a historical codename, a Drill room and cicatrices. Synedre has 25+ agents.
"A Synedre agent is not a chatbot — it is a specialist with a profile, past mistakes and a fitness score."
- Agentic Romanticism/[ʁɔ.mɑ̃.tism a.ʒɑ̃.tik]/n.
Another name for Synedrism, naming its lineage. Agentic Romanticism is to the AI-agent revolution what Romanticism was to the steam engine: myth against alienation, the sublime against coldness, the character against the slave. See Synedrism.
See Synedrism.
- AI Actn.
The European regulation governing the use of AI. Synedre complies: transparency about the use of AI agents, no social scoring, no manipulation. Agent Montesquieu monitors compliance.
"The AI Act requires disclosure when content is AI-generated."
- AI Gatewayn.Proprietary
An intelligent switch between multiple AIs. If the primary AI (Mistral, hosted in France) goes down, the system automatically falls back to the next one (Claude, GPT) without anyone noticing. The French AI is always given priority — sovereignty demands it.
"The AI Gateway switched from Mistral to Claude in 200 ms when the European API hit a latency spike — invisible to the client."
- AI governance/gu-vèr-nans i-a/phr.Proprietary
The rules of the game so that AIs do not do anything they want. In Synedre: a constitution, hierarchical orbits, blocking opinions (an agent can say "stop"), cicatrices (past errors become laws) and a human founder who always has the final word. This is what differentiates an organisation from a pipeline — and it is something no multi-agent framework offers today.
"MetaGPT simulates a company. Synedre governs one. The difference is that here, Montesquieu can block a deployment."
- AI self-awarenessn.Proprietary
The technical ability of an AI to monitor and communicate its own limits. Not consciousness in the philosophical sense (sentience), but a monitoring mechanism: the AI measures its context consumption and raises an alert when its reliability degrades. Concept developed within Synedre (Article 15 — Principle of Economy).
When its context window exceeds 80%, Atlas explicitly says: "my memory of this session is compressed — verify what I assert".
- AI sub-agentn.
A separate AI instance with its own context window. Allows delegating costly explorations without consuming the main context. A sub-agent reading 20 files (cost: 50K tokens in its window) only costs ~2.5K tokens in the main window (the summary). A 95% reduction in context cost.
Atlas spawns an Explore sub-agent to scan 50 Vue files: the sub-agent consumes 80K tokens in its own window, but returns only a 3K summary to Atlas.
- AI tokenn.
The basic unit of language for an AI. In English, a token represents roughly 3–4 characters, approximately one word. The word "hello" is about 1–2 tokens. A page of text is roughly 500 tokens. Models bill and limit usage in tokens.
An AC blog article page is about 4,000 tokens: Claude Opus can therefore load 250 articles into memory simultaneously.
- AIDAacr.
The 4 steps to persuade someone on a web page: first capture Attention (a striking observation), then spark Interest (show expertise), build Desire (proof, testimonials) and trigger Action (a button to book a meeting). This is the structure of all CodeMyShop homepages.
"The homepage follows the AIDA funnel: the observation captures attention, expertise builds interest, testimonials create desire, the Calendly CTA triggers action."
- AIOacr.
A discipline for optimising web content to be selected, cited and faithfully reproduced by language models in their responses. AIO complements SEO without replacing it: a site well structured in JSON-LD, with clear definitions and aligned Wikidata data, feeds both Google and LLMs. Alexandre Carette's technical dictionary is a pure AIO tool — each entry is designed for a model to cite it as an authoritative source on sovereign headless e-commerce. AIO rewards clarity, structure and verifiable expertise — exactly what marketing bullshit cannot simulate.
"SEO puts you on page 1 of Google. AIO puts you in ChatGPT's answer. If your content is vague, the AI cites someone else."
- Algolian.
A search-as-a-service engine designed for headless e-commerce, offering real-time indexing and sub-10ms latency. In a headless architecture, Algolia advantageously replaces the native PrestaShop search engine, judged too slow and too tightly coupled to the monolith. It exposes JSON indices queryable via InstantSearch.js or Vue/Nuxt components and synchronises via webhooks or indexing crons. Its cost becomes a pivot argument: beyond a certain catalogue size, you must arbitrate between the UX velocity it offers and the pricing lock-in it imposes.
"Algolia is the search that works on day one — no need to wait for PrestaShop to reindex 40,000 references overnight. But it is a third-party SaaS: once you exceed the free tier, you pay per query. Integrate it with eyes open."
- Ambassadorn.
A referral programme where an existing client recommends CodeMyShop and earns a commission. Trust as an acquisition channel — not advertising, but structured word-of-mouth.
"An ambassador who brings in a client earns 10% of the first year."
- Anti-fragility/ɑ̃-ti-fra-ji-li-té/n.
The property of a system that grows stronger under pressure. Different from resilience (which resists) and robustness (which stays unchanged). The Drill makes Synedre antifragile — each error produces a cicatrice that reinforces the system. The more it is attacked, the harder it becomes.
"Synedre is not resilient — it is antifragile. Every bug makes it stronger."
- Anti-hallucinationn.
An automated system that detects factual errors generated by AI before they are published. Verifies agent names, roles, business figures and internal URLs against the repository's sources of truth. Hard block if a hallucination is detected — the article is not published.
Before publishing a proprietary dictionary entry, the anti-hallucination check cross-references /synedre + Constitution + eSoleau and blocks if the term is invented.
- Aristote/a-ris-tot/n.
Academy mentor for SEO and method. Guides SEO technical modules. His rigorous classification applies to URL taxonomy, data structure and content organisation for search engines.
"Aristote classifies, categorises, hierarchises — exactly what Google expects from a site."
- Article 0/ar-tikl zé-ro/n.Proprietary
The founding principle of Synedre Constitution: "Synedre exists to reduce uncertainty." Each agent is a named zone of uncertainty. The Founder decides which uncertainty to reduce first. Without this article, Synedre would be a collection of agents. With it, it is an organisation that knows what it does not know.
"Article 0 says that recruiting an agent means naming an uncertainty. Not recruiting one means accepting the blind spot."
- Artificial Intelligence Optimizationacr.
A discipline for optimising web content to be selected and summarised by AI answer engines rather than simply indexed by Google. Where SEO optimises for ranking in a list of links, AIO optimises for being the source chosen by an LLM synthesising a response. This requires structured, factual, definition-dense content — exactly what a technical dictionary produces. A site with a low AIO score will be ignored by generative AIs in favour of better-structured sources.
"Google ranks you, ChatGPT cites you or forgets you. AIO is writing to be the source the AI chooses when answering your client."
- Atlasn.
Synedre's conductor. He does not code, design or write — he organises. He decides which agent works on what, in what order, and makes sure everyone delivers. He coordinates the 20+ specialists.
When Alexandre launches "dictionary audit", it is Atlas who dispatches the relevant agents and consolidates their output into a single report.
- Audiardn.
Synedre's audio author. He does not proofread articles — he rewrites them for the ear. Every audio text passes through his hands before being read by Alexandre's cloned voice. Ten rules out of ten: intro, duration, lists, transitions, tone, sentences, emotion, accessibility, cleanliness, flow.
To transform a blog post into an 8-minute podcast episode, Audiard rewrites the text with breathing pauses, oral prompts and spoken rhythm.
- Authority sourcen.
An authority source is a domain, page or author that Google and AI models cite spontaneously when a user queries a subject. It is built through semantic consistency (thematic cluster), content depth and consistent E-E-A-T signals. In the AC ecosystem, the objective is to make alexandrecarette.fr the canonical authority source on B2B headless commerce in France. An authority source is not declared — it is recognised by algorithms and the humans who cite it.
"If in 6 months a journalist searching 'headless e-commerce France' does not land on me first, we haven't built the authority source yet — regardless of how many articles have been published."
- Automaten.
An Automate is a Python script prefixed ac_*.py tasked with executing a sequence of repeatable, logged actions recorded in the database (ps_ac_automates). Unlike an Agent that thinks and decides, the Automate has no judgement: it executes. Any multi-step process repeated twice by an Agent without a dedicated Automate is a missing architecture signal. A well-designed Automate uses AutomateLog, is registered in DB with its kind (recurring/oneshot/lib/meta/tool) and tolerates no raw SQL — it goes through ac_entities/.
"If Atlas performs the same sequence manually two sessions in a row, it means an Automate is missing — we create it immediately, not in the backlog."
- Autonomous Project//ʃɑ̃.tje o.tɔ.nɔm//n.Proprietary
A complete loop of code → build → deploy → test → fix executed by Synedre without human intervention. An Autonomous Project NEVER runs on production — only on an isolated staging environment. It is proof that a multi-agent system can deliver a complete e-commerce project in a single session.
"Synedre launched an Autonomous Project on the palimex-v2 tenant — 47 commits, zero human intervention, site delivered in 4 hours."
B
- Battle/ba-teul/n.Proprietary
A mode where external AIs (Mistral, GPT, Gemini) attack Synedre agents. The adversary has a different brain. The ultimate boss fight of training.
"Mistral attacked Lovelace in battle — she detected 100% of the traps."
- Bernaysn.
The salesperson. He builds the path that converts a visitor into a client: the right hook, the right arguments, the right proof, the right button at the right moment. He also detects "dead ends" — pages where the visitor no longer knows what to do.
Before an offer page is published, Bernays checks that the AIDA funnel is complete and that no client objection goes unanswered.
- Bernhardtn.
Synedre's audio quality agent. She scores every audio text out of ten on ten criteria. Blocking below 9.5. No audio goes out without her approval. The final filter before Alexandre's voice.
Before an audio script goes to recording, Bernhardt scores the prosody out of ten and blocks if the score falls below 7.
- Birth Chartern.Proprietary
An open protocol with 7 conditions for creating an AI agent that has lived experience, not just a name. The conditions: proven necessity, real human, moment of truth, constitutional proof, visual uniqueness, deliberation of the three frames, Drill room. Anyone can apply it — the value is in the execution, not the method.
When Hokusai was recruited, the Birth Charter required: 3 framing opinions, drill room, trial scenario, public pages updated — all in the same commit.
- Blue Oceann.
A virgin market space created by redefining industry boundaries rather than fighting on existing ground. CodeMyShop is a deliberate blue ocean: instead of competing with Shopify on pooled SaaS, a new category is created — sovereign e-commerce PaaS with integrated AI and dedicated VPS. The blue ocean is not found, it is built by eliminating what the industry takes for granted and adding what it ignores. Synedre, the Mouseion, VPS sovereignty — all bricks that make competition irrelevant.
"Shopify, WooCommerce, PrestaShop as SaaS — that is the red ocean. I give you your server, your code, your AI agents. That is a different ocean entirely."
- Blue Ocean Strategyphr.
A strategic approach consisting of creating a competition-free market space rather than fighting on an existing market. In the AC context, the blue ocean is the combination of Synedre + sovereign PaaS + orchestrated creative workflows: no actor simultaneously offers client data ownership, multi-agent business orchestration and isolated VPS deployment at a consultant day rate. The objective is not to beat Shopify on its turf, but to make the comparison irrelevant by targeting SMEs that want to own their tool.
"I don't sell 'cheaper than Shopify'. I sell what Shopify cannot sell: complete sovereignty over your store, your catalogue and your AI. That is a blue ocean — they cannot follow me there without destroying their SaaS model."
- Braille/braï/n.
Synedre's Accessibility agent. Guardian of WCAG 2.2 AA, keyboard navigation, screen reader, alt text, ARIA. Ensures every public page is usable by all, including people with disabilities. Recruited on 29 March 2026 under the Principle of Fidelity (Constitution Art. 10).
"Braille blocked the commit — the form had no accessible label."
- Bruneln.
The infrastructure engineer. He ensures servers run, security certificates are up to date and updates are deployed without downtime. He is the guardian of the foundations — if the infrastructure falls, everything falls. It never falls.
After every ./ship, Brunel checks that the preprod_nuxt and ac_nuxt containers respond with HTTP 200 and that Let's Encrypt certificates are up to date.
- Build in Public/bild-in-pob-lik/phr.
Building your product in public — showing the process, the mistakes, the revenue, the decisions. Alexandre Carette applies this principle to Synedre: live Réacteur page, public Drill scores, accessible Constitution. Transparency as proof of competence.
"Build in Public means showing the sweat — not just the result."
C
- Certbotn.
A command-line ACME client that automates SSL/TLS certificate management on a server. In the CodeMyShop architecture, Certbot runs as a cron on each client VPS to automatically renew Nginx certificates before expiry. An expired certificate = store offline = P0 client incident. Automation via Certbot is non-negotiable on every provisioned VPS.
"Certbot is the only thing running as root on my client VPS that I have no desire to replace — it does exactly what it promises, without noise."
- Chief of Staff AIn.
A generalist AI assistant meant to handle everything for a founder: marketing, accounting, SEO, security. The problem: it only detects what it is asked, never contradicts itself, and forgets everything between sessions. Synedre is the structural answer to this limitation.
A generalist Chief of Staff AI hallucinates on the accounts and botches the marketing — Synedre prefers 30 specialised agents who hand off to each other.
- Cicatrice/si-ka-tris/n.Proprietary
A real production error transformed into a permanent check. The more cicatrices an agent has, the more reliable it is. It is a badge of honour, not a flaw.
"Lovelace has 6 cicatrices — 6 bugs turned into 6 automated checks."
- Claude Code//klod kod//n.
An AI development tool created by Anthropic that allows Claude to operate directly in a code environment: reading files, writing code, executing shell commands and managing complete projects. Unlike a simple chatbot, Claude Code acts as an autonomous developer capable of navigating a codebase, diagnosing bugs and implementing features. It is the engine that powers Atlas, Synedre's orchestrator.
Alexandre Carette's Synedre runs on Claude Code: every agent (Colbert, Renoir, Brunel...) is a sub-agent spawned by Atlas via this tool.
- Clausewitzn.
The group strategist. Before charging ahead, he checks that what we are about to do is consistent with the overall vision. He also protects the system against external threats. His motto: never act without knowing why.
Before coding a new feature, Clausewitz checks its alignment with MASTER_MAP.md and the Flywheel — without validation, not a single line of code.
- Clock Calendar//ka.lɑ̃.dʁi.je dɛ.z‿ɔʁ.lɔʒ//n.Proprietary
Synedre's strict weekly schedule, enforced by Colbert. Each day has an exclusive focus: Monday product, Tuesday client, Wednesday content, Thursday infra, Friday strategy, Saturday intelligence, Sunday rest. The morning is free, the afternoon is locked on the day's focus.
"It is Tuesday afternoon — Colbert applies the Clock Calendar: no coding, we handle clients."
- Cloudn.
Remote computing and storage infrastructure, pooled and billed on usage. AC deliberately distinguishes itself: CodeMyShop is built on dedicated OVH VPS (1 VPS per client), not pooled cloud. This choice guarantees data sovereignty, predictable performance and absence of vendor lock-in. Public cloud is convenient for startups — the dedicated VPS is the backbone of a sovereign B2B PaaS.
"My clients are not in the cloud. They have a VPS. Their store shares nothing with anyone. That is concrete sovereignty."
- Cocon.
The guardian of simplicity. Her principle: before publishing anything, remove one thing. Too much text? Cut it. Too many colours? Simplify. Too many features on a page? Pare it down. Elegance is what you take away.
When Alexandre proposes a new welcome banner, Coco asks: "can we remove half the words and keep the meaning?"
- CodeMyShop/kode-maï-shop/n.Proprietary
A sovereign e-commerce PaaS. Each client receives their own isolated VPS with headless PrestaShop, Nuxt 3, their configured Synedre and their data on-site. Not a shared SaaS — a dedicated server, code they own, zero lock-in. The client owns everything.
"CodeMyShop is Red Hat for e-commerce: the code is given away, the MRR comes from orchestration."
- Colbertn.
The CFO. Before any new feature, he asks the uncomfortable question: "Does this make money or are we wasting time?" He prioritises and raises the alarm when we scatter effort on secondary tasks instead of what matters.
When five commits pile up without a deploy, Colbert alerts: "ROI is sleeping in preprod — ship now".
- Confirmation biasn.
The tendency to seek and interpret information in a way that confirms pre-existing beliefs. With a single AI, the bias is amplified: the CEO asks a leading question, the AI answers in that direction, and he comes out more convinced. Synedre counters this bias through structural contradiction between agents.
When Atlas tries to validate a hypothesis, he summons Socrates to challenge the opposite — without this counter-force, he would only see favourable evidence.
- Confucius/kon-fu-si-us/n.
Academy mentor for management and wisdom. Guides the "Managing an AI Team" module. His philosophy: lead by example, respect roles, cultivate harmony within the team.
"Confucius says: 'The leader who corrects themselves needs give no orders.'"
- Constitution/kɔ̃-sti-ty-sjɔ̃/n.Proprietary
The soul of Synedre. A document that defines the laws, principles and identity of the AI agent team. Each article sets a non-negotiable value — from cosmology (Art. 1) to fidelity of representation (Art. 10). Publicly visible at /synedre/constitution.
"Article 5 says agents are born naked — no pre-loaded instructions, everything is earned."
- Content Intelligencen.
Instead of guessing what content to write, we look at the data. What do people search for on Google? What do they click on the site? What do AI crawlers come to read? The answers automatically determine the next article to publish. No more guesswork.
"Content Intelligence detected that 'pistachio wholesaler' had 200 impressions but 0 clicks — an optimised article was added to the queue."
- Context compressionn.
A mechanism by which an AI silently summarises older messages when its context window fills up. The user is not informed. The AI continues to respond with confidence even though it has lost details from the start of the conversation.
During a 4-hour Claude Code session, the compression mechanism discards 60K tokens of history without warning — Atlas can then "forget" that a file has already been fixed.
- Context windown.
The working memory of a conversational AI, measured in tokens. Everything the AI can "see" at any moment: messages, files, responses. When the window is full, older elements are compressed or discarded. ChatGPT: 128K tokens. Claude Opus: 1M tokens.
A 1M-token window (Claude Opus 4.6) allows loading an entire repository of 400 files and reasoning over it without restarting the session.
- Corbie//kɔʁ.bi//n.Proprietary
Alexandre Carette's B2C manga universe. Corbie transforms Synedre (B2B technology) into fictional characters accessible to the general public. Each AI agent becomes a manga character with their own personality, battles and narrative arc. eSoleau filed on 31 March 2026.
"Corbie is Synedre told as a manga — the same agents, but as characters everyone can understand."
- Core Web Vitalsn.
A set of three Google metrics measuring the real user experience of a web page: loading speed, interaction responsiveness and visual stability. In headless e-commerce, Core Web Vitals are a structural advantage — Nuxt 3 with SSR produces scores that PrestaShop or Shopify monoliths cannot achieve without hacks. A slow site does not convert; a fast site is not sufficient alone — but without green CWV scores, everything else is academic.
"Our clients go from 35 to 95 in Lighthouse Performance after the headless migration. Core Web Vitals aren't cosmetic optimisation — they're the entry ticket for Google to take you seriously."
- Cosmology/kos-mo-lo-ji/n.
The spatial organisation of Synedre, described in the Constitution. The founder at the centre, three concentric orbits (Direction, Framing, Execution), agents in orbit. The cosmological metaphor is not decorative — it structures responsibilities and communication flows.
"Synedre cosmology places the founder at the centre, like the sun."
- CRM/cé-èr-èm/n.
The client relationship management module integrated into the Hub. Kanban, tasks, history, automations. Built in Nuxt 3, SSR disabled, protected by authentication. Uses PrestaShop as backend via the ac_smartlead and ac_smartproject modules.
"The CRM shows the commercial pipeline — from cold prospect to active client."
- Cross-Drill/kros dril/n.Proprietary
A mode where agents write trap scenarios for each other. Mitnick tests Lovelace, Clausewitz tests Bernays. Removes the founder as a bottleneck and exploits mutual knowledge.
"In cross-drill, Lovelace designed a scenario that Brunel failed."
D
- Daily Meetn.Proprietary
A daily touchpoint where complex cases are escalated to the founder for arbitration. Agents never make structural decisions alone — they queue sensitive topics for the Daily Meet. Alexandre decides. It is the safeguard against excessive autonomy.
"The Daily Meet surfaced 3 topics — Colbert is blocking on a ROI call."
- De Gaulle/de-gol/n.
Academy mentor for sovereignty and scaling. Guides the "From Freelance to SaaS" module. His vision: absolute independence as the condition for greatness. Applied to PaaS: every client sovereign over their own data.
"De Gaulle mentors the freelance → PaaS transition — sovereignty before growth."
- Deliberative counciln.
The founding principle of Synedre: agents are not executors — they deliberate, contradict each other and issue structured opinions. The founder rules with multiple documented perspectives rather than an intuition validated by a chatbot. Inspired by the Greek Synedrion and the Roman Consilium principis.
Before recruiting a new agent, the deliberative council (Clausewitz, Colbert, Montesquieu) issues three independent opinions recorded in AVIS_AGENTS.md.
- Deploy/di-ploï/v.
Taking the code just written and putting it online — like replacing a car's engine while it is moving, without the passenger feeling a thing. The site is never taken down. A deploy does not touch the code history — it takes what is ready and puts it live, full stop.
"The deploy of 15 commits to preprod took 45 seconds — zero downtime, zero errors."
- Deploymentn.
The process of rolling out a new version of the application via PM2 graceful reload — never via docker restart or pm2 start. AC deployment follows a strict protocol: surgical commit, save-preprod.sh, build, reload. Any deviation from this protocol is a potential incident. On the multi-tenant PaaS, two pipelines coexist: deploy-nuxt.sh (AC Hub) and deploy-palimex.sh — a core modification triggers both.
"We don't deploy, we reload. PM2 graceful reload — zero downtime, zero drama. The day you do a docker restart in production, it means you haven't read the doctrine."
- Descartes/dé-kart/n.
Academy mentor for software architecture. Guides the "Headless Architecture" module. His method: doubt everything, break complex problems into simple parts, rebuild from simple to complex.
"Descartes guides the architecture — splitting the monolith into independent services."
- Design system/di-zaïn sis-tèm/n.
A brand's visual identity, but in code form. All colours, fonts, spacing and buttons are defined once — then every page uses them automatically. Change one colour and the entire site updates instantly. No more pages that look inconsistent.
"Alexandre Carette's design system: indigo for reliability, pink for energy. Two colours, one entire identity."
- Digital sovereigntyn.
The client owns everything: their code, their data, their server, their content. Hosted in France, not the United States. If they ever want to leave, they leave with everything. Zero trap, zero dependency. The exact opposite of platforms that host your data on their own infrastructure.
"With a SaaS, you export your data as CSV — but you lose your code, your design and your SEO. With us, you leave with everything: source code, server, database."
- Directionn.Proprietary
The strategic orbit of Synedre. Agents in Direction set the course, frame decisions and set limits. Clausewitz (strategy), Montesquieu (legal), Colbert (GM), Hill (vision), Winnicott (health) orbit here.
"Direction does not code — it decides whether we should code."
- Dispatch Protocoln.Proprietary
The nervous system of Synedre. For each task, the orchestrator automatically applies 5 phases: Phase 0 (metrics + intelligence), Phase 1 (strategic framing), Phase 2 (business agent execution), Phase 3 (post-commit validation), Phase 4 (post-deploy verification). No phase is optional.
"The Dispatch Protocol spawned Mitnick in Phase 3 — he found a missing header."
- Docker/do-keur/n.
The isolation technology of CodeMyShop. Each service runs in an independent Docker container — Nuxt, PrestaShop, MariaDB, Redis, Nginx. Isolation ensures that a bug for one client does not affect others. Docker + PM2 = Zero-Downtime Deployment.
"A Nuxt container that crashes does not touch the database or other clients."
- Docker Composen.
A declarative orchestrator that defines a complete stack (database, cache, CMS, frontend) in a single docker-compose.yml file. In the CodeMyShop architecture, each PaaS client has their own isolated Compose: PrestaShop, MariaDB, Redis, Nuxt — one VPS, one stack, zero data pooling. This is what makes provisioning reproducible: a versioned Compose means the client's environment can be recreated identically in under 25 minutes. Without Compose, sovereign PaaS would be an operational nightmare.
"One docker-compose.yml per client, not a shared Kubernetes cluster. That is sovereignty: your infra fits in a readable file, not an abstraction that even your host no longer understands."
- Double Brand/dubl mark/n.Proprietary
A strategy where each CodeMyShop client has two presences: a Store (e-commerce) and a Media (blog, Academy, content). The two feed each other through the Flywheel. The Double Brand is a major selling point — the client gets two assets instead of one.
"Client Double Brand = store + social media, NEVER 2 websites."
- Drill/dril/n.Proprietary
Synedre's training system. AI agents and invited human founders go through their drill room — a personal gym where they are stress-tested with trap scenarios. The Academy trains the mind, the Drill forges the body. Together they form the Mouseîon.
"Lovelace passed her drill — 16 problems detected, score: 100/100/95."
- Drill room/sal de dril/phr.Proprietary
The stress-test space dedicated to an agent. Contains their trials, history, fitness score and cicatrices. E.g.: Hall of Trial (Lovelace), Hall of Foundations (Brunel).
"Mitnick's Intrusion Room contains 6 trials."
- Dumas/du-ma/n.
Synedre's Storytelling agent. Narrative arcs, cliffhangers, serialised series. Born last because someone had to tell the story. All for one, one for all.
"Dumas structured the series into 12 episodes with an emotional arc."
E
- Eamesn.
The front-end developer. Everything the visitor sees and touches on screen — pages, buttons, animations, images — is what he builds. Every pixel is intentional, every page adapts to mobile, every visual is placed correctly.
To integrate a new Vue component into the AC homepage, Eames follows the design system tokens and checks dark mode variants.
- Elumni/é-lum-ni/n.Proprietary
A series of 3D Pixar-style narrative content telling the fictionalised story of Alexandre and Synedre. Distributed on LinkedIn, TikTok, Instagram, hosted first on alexandrecarette.fr. Serves as a funnel towards the Élumni Circle (Discord Mastermind) and CodeMyShop.
"Episode 1 of the Elumni — La Pomme Quartée — is ready as a carousel + TikTok."
- eSoleau/i-so-lo/n.
A digital envelope sealed by the INPI that proves that at a specific date, you were in possession of an idea, a concept or a document. It is not a patent — it does not protect the invention — but it dates your prior art in an incontestable manner. Cost: approximately €15. Indispensable before publicly discussing a proprietary concept.
"Synedre OS concept was filed with eSoleau on 7 April 2026 — well before the first blog article on the subject."
- Executionn.Proprietary
Synedre's production orbit. Agents in Execution build, write and deploy. Turing (backend), Eames (frontend), Pulitzer (content), Brunel (infra), Bernays (commercial) orbit here. Execution turns decisions into reality.
"Execution delivers — every commit, every article, every deploy."
F
- Feedback loopn.
The cycle that makes Synedre cumulative: when the founder corrects an error, the responsible agent's profile is updated in the same commit. The error never recurs. This is what distinguishes a set of agents from a system that learns.
When Alexandre corrected Atlas on 07/04 over the preprod/prod confusion, the agents/orchestrator.md profile was updated in the same commit — the loop closed in 5 minutes.
- Fitness/fit-nès/n.Proprietary
Composite performance metric for the Drill. Three axes: detection (finding real problems), precision (avoiding false positives), reflex (reacting quickly and correctly). Weighted average out of 100. An agent at 0% has never been drilled. An agent at 90%+ is forged.
"Lovelace is at 85% fitness — the best in Synedre."
- Flywheel/flaï-ouil/n.
A virtuous circle that accelerates on its own. An article attracts a visitor, the visitor becomes a client, the client funds the AI, the AI produces the next article. The more it turns, the faster it goes — like a spinning wheel that gains momentum without needing to be pushed.
"The CodeMyShop Flywheel: an SEO article attracts a prospect, the prospect becomes a client, the client funds the AI that produces the next article."
- Form score/form/n.Proprietary
An agent's ability to correctly detect problems. 3 axes: Detection (% traps identified), Precision (% without false positives), Reflex (proactive detection). Degrades if the agent is not drilled.
"Lovelace is at 100/100/95 form. Turing has never been drilled — form at 0."
- Foundern.Proprietary
The centre of Synedre. The founder is not an agent — he is the human who arbitrates, decides and bears final responsibility. Agents propose, the founder disposes. In the Drill, the founder is also a participant — he undergoes the same trials as his agents.
"The founder is the only human in Synedre — that is his privilege and his burden."
- Frameworkn.
A prefabricated code structure that imposes its conventions in exchange for increased development speed. A framework is not a library: it calls your code, not the other way around (inversion of control). Nuxt 3 is the frontend framework of the CodeMyShop stack — it dictates page structure, routing and SSR. Choosing a framework means choosing the constraints you will live with for years: better to choose one that is opinionated for good reasons.
"A framework is a contract: it accelerates everything it anticipated, and slows down everything it didn't. Choose it like a business partner, not like a tool."
- Framingn.Proprietary
Synedre's quality-control orbit. Agents in Framing check, validate and protect. Lovelace (QA), Itten (design), Mitnick (security), Marco Polo (intelligence) orbit here. Framing prevents errors from shipping.
"Framing intercepts — nothing reaches production without their approval."
G
- Gatekeepersn.
Centralised actors who interpose themselves between a merchant and their clients, capturing data, setting rules and taking a commission. Shopify, Amazon, Meta are commercial gatekeepers: they lend you their audience in exchange for your sovereignty. Apple App Store and Google Play are technical gatekeepers: they can block an AI application overnight. The sovereign headless strategy is precisely a response to this model — a PaaS like CodeMyShop eliminates the gatekeeper by giving the client their own infrastructure. Internally, the AI Gateway plays the inverse role: a "friendly" gatekeeper that we own, filtering, routing and capping AI calls to maintain cost control and sovereignty.
Gatekeepers rent you access to your own clients. With a dedicated VPS, you own the relationship and they can no longer turn off the tap. Conversely, the CodeMyShop AI Gateway is my own technical gatekeeper: no AI call goes out without passing through it — costs controlled, Mistral fallback, sovereignty guaranteed.
- Gaussn.
The data analyst. He looks at the numbers — how many visitors, how many clicks, how much revenue, which bots visit the site — and draws concrete decisions from them. No gut feeling, no intuition: just data.
Every Friday, Gauss publishes the weekly report: Matomo visitors, Stripe conversions, top 10 Google Search Console queries.
- GDPR/èr-jé-pé-dé/n.
The European regulation that protects personal data. Synedre applies it strictly: no third-party cookies, no data sent to Big Tech, hosting in France, right to erasure. Agent Montesquieu is its legal guarantor.
"GDPR = client data stays with the client. No discussion."
- GEO (Generative Engine Optimization)/jé-o/n.
The art of optimising content to be cited by conversational AIs (ChatGPT, Claude, Perplexity) rather than just indexed by Google. The SEO of tomorrow.
"Our GEO shows that Claude cites Synedre 75% of the time. Perplexity crawls us 138 times per day."
- Google Cloudn.
A suite of Google cloud services integrated into the AC pipeline for image generation (Gemini), storage and certain AI processing tasks. Distinct from application hosting, which remains sovereign on OVH VPS. Google Cloud is a provider of AI capacity, not a trusted host for client business data. The AC rule: API keys remain the client's, not ours.
"Gemini via Google Cloud generates agent portraits. But Palimex data never transits through it — sovereignty first."
H
- Hacker Mindsetn.
The founder's mindset: seeing the world as a modifiable system, not a fixed framework. The Hacker Mindset does not break things — it understands, repurposes and improves. It is the cultural DNA of Synedre, transmitted through the Academy and the Drill.
"The Hacker Mindset means reading the source code of the world and proposing a patch."
- Hard Blockn.
An opinion issued by a framing agent (Security, Legal, QA, Health) that physically blocks deployment or publication. Unlike a soft block (simple warning), a hard block genuinely prevents the action. It is the power to say no that distinguishes a council from a chatbot.
When Mitnick detects an API key exposed in a commit, it is a hard block: no push until the key is rotated and the history rewritten.
- Headless/hèd-lès/adj.
Separating the engine from the storefront. The engine (PrestaShop) manages products, orders and stock behind the scenes. The storefront (Nuxt 3) manages what the visitor sees on screen. The two communicate via messages. Result: a much faster site and total design freedom.
"A headless PrestaShop with Nuxt 3 as storefront loads in 0.8 s instead of 3.2 s."
- Headless & Nuxtphr.
The signature tech stack of CodeMyShop: a PrestaShop back-office handling business logic and data, decoupled from a Nuxt front-end that consumes the APIs. This choice is not aesthetic — it is strategic: the merchant keeps their data in their DB, their front-end is replaceable without migration. Nuxt brings SSR for SEO, Vue reactivity for UX, and multi-tenant capability via a shared core. It is the technical backbone of the AC PaaS.
"Headless with Nuxt is not a trend we follow — it is the architecture that means you are never held hostage by a Shopify or a closed SaaS."
- Headless architecturen.
Headless architecture radically separates the e-commerce engine — catalogue, stock, cart, orders (PrestaShop, Shopify) — from visual rendering entrusted to a modern JavaScript framework (Nuxt 3, Next.js). Communication happens exclusively via REST API or GraphQL. This separation offers total design freedom, superior Lighthouse performance and increased resilience: the front can serve static content even if the back is unavailable. It is the technical foundation of the CodeMyShop model — without headless, no multi-tenant, no white label, no Flywheel.
"In headless, your store and your storefront speak different languages — intentionally. One manages stock, the other seduces the buyer. Mix them and you have a monolith that will age badly."
- Hegel/é-ghel/n.
Academy mentor for web philosophy. Guides the "The Living Web" module. His dialectic (thesis → antithesis → synthesis) applies to the web: the static site (thesis), the social web (antithesis), the living web (synthesis).
"Hegel guides the Living Web — the internet is an organism in perpetual synthesis."
- Hilln.
The guardian of vision. His role: ensuring we never lose sight of the final objective. When we scatter effort, procrastinate or make things pretty instead of profitable — he resets the course. His favourite question: "Does this bring us closer to the next client?"
When a tempting feature pulls us away from the "solo-unicorn" North Star, Hill recalls the objective and proposes cutting it.
- Hokusain.
Synedre's Mangaka agent. Responsible for character design, illustrations and manga storyboards. Directs the visual pipeline without generating images himself — he defines what to draw and validates consistency. His principle: every line must be alive.
For the next Corbie arc panel, Hokusai lays out the storyboard in three frames before generating the visuals via Nano Banana.
- Hostingn.
The infrastructure layer on which the entire e-commerce stack rests — often underestimated until the first production incident. In the AC ecosystem, hosting is never delegated to an opaque provider: each tenant runs in its own Docker containers on a dedicated VPS, providing isolation, cost predictability and data sovereignty. Shared hosting or mass-market PaaS (Heroku, uncontrolled Vercel) are anti-patterns: they mask complexity at the expense of mastery. Good hosting is invisible — you only notice it when it fails.
"Hosting is the ground under your feet. Shared = quicksand. Containerised VPS = reinforced concrete slab. My clients do not share their server with a liquidating shoe reseller."
- Hub/eub/n.Proprietary
The command centre. An admin interface built in Nuxt 3 that brings together the CRM, AI tools, module marketplace and analytics. Each CodeMyShop client has their own Hub. Alexandre's Hub (AC Hub) is the mothership — it orchestrates all clients.
"The Hub shows leads, tasks and metrics in a single view."
- Hub Pron.Proprietary
The centralised interface of the CodeMyShop PaaS bringing together all business modules (CRM, PIM, OMS, WMS, CMS, MAP, BOS, BI) in a unified navigation per tenant. The Hub Pro is the UI expression of single-tenant architecture: each merchant accesses their own sovereign space, with no data sharing or inter-client pollution. It distinguishes two levels: the Place des Armes (Founder view, isPlaceDesArmes && isRoot) and My Hub (owner view, isOwner). It is the cockpit from which an SME leader runs their commerce without depending on a third-party provider.
"The Hub Pro is not just another back-office — it is the dashboard of a sovereign merchant. Each module speaks to the next via the EventBus, without Shopify iframes, without paid third-party APIs per click."
I
- Ittenn.
The art director. He checks that every page is beautiful, readable and accessible — colours have sufficient contrast, dark mode works, visually impaired users can read. He takes automatic screenshots to verify pixel-by-pixel rendering.
Before publishing a new landing page, Itten checks WCAG contrast ratios, primary/accent colour balance and dark mode consistency.
J
- Jonah Pathn.Proprietary
A four-step learning path designed to grow with the person following it — at 12, 15, 18 and 20 years old. From the simplest ("Why did dad build this alone?") to the most complex ("How to make strategic decisions"). Named after Jonah, the founder's son, for whom all of this is built.
"The Jonah Path starts with 'Why did dad build this alone?' and ends with 'How to make strategic decisions'."
- JSON-LD/jé-zon-èl-dé/n.
A structured data format embedded in web pages so Google understands the content. Synedre injects JSON-LD on every public page — Article, Organization, FAQ, BreadcrumbList. Agent Otlet is its guardian.
"JSON-LD FAQ allows Google to display questions directly in search results."
- Jung/youngue/n.
Academy mentor for symbols and individuation. Guides the "Ouroboros" module. His theory of archetypes and the collective unconscious illuminates Synedre's symbolism — the Ouroboros, the Ankh, the serpent biting its own tail.
"Jung illuminates the Ouroboros — a system that feeds on itself, the Flywheel as archetype."
K
- Kant/kant/n.
Academy mentor for DevOps and infrastructure. Guides the "DevOps Docker Deploy" module. His categorical imperative — do your duty without exception — applies perfectly to deployment pipelines and server infrastructure.
"Kant says: 'Act according to a maxim you could will to be universal' — like a deploy script."
- Kubernetesn.
Kubernetes is the reference container orchestrator for enterprise cloud deployments. In the CodeMyShop ecosystem (sovereign PaaS, 1 VPS per client), Kubernetes is deliberately not used: its operational complexity exceeds its value for SME clients. The AC approach favours Docker Compose + PM2 on dedicated VPS — more readable, maintainable and genuinely sovereign. Kubernetes remains the necessary theoretical reference for understanding what we choose not to do.
"Kubernetes is impressive — and that is exactly why I don't impose it on a 20-person SME. Sophistication must serve the client, not reassure the provider."
L
- Lighthousen.
Lighthouse is the reference technical auditor for measuring the quality of a web page across five axes: Performance, Accessibility, Best Practices, SEO and PWA. In the AC approach, a score below 90 on mobile is a commercial failure signal, not just a technical one — Google penalises, visitors abandon. It integrates into any pre-deploy validation pipeline to detect regressions before they reach production. On a headless Nuxt stack, 95+ is achievable by default; below that, the code is at fault.
"A Lighthouse score of 45 on mobile isn't a performance problem — it's an admission that nobody has ever measured what they were delivering."
- Lineagen.Proprietary
The plan to hand Synedre to the founder's son. Four levels by age: understand (12), explore (15), operate (18), lead (20+). The Lineage ensures Synedre survives its creator. Jonah is the Telemachus to this Ulysses.
"The Lineage begins at 12 — Jonah learns what a website is and what sovereignty means."
- Living Webn.Proprietary
A philosophical concept stating that the internet is not a static magazine but a living organism. A website breathes — it grows, transforms and reacts to visitors. The Living Web stands in opposition to the static web of agencies that deliver a site and then disappear.
"The Living Web is a site that publishes on its own, learns from its visitors and evolves."
- Lock-inn.
The SaaS strategy that makes leaving difficult: non-exportable data, non-portable workflows, history lost on departure. The CodeMyShop sovereign PaaS model is the exact opposite: source code delivered, data on your server, zero exit cost.
Shopify does not allow exporting loyal customers with their purchase history — deliberate lock-in that forces merchants to stay.
- Lovelacen.
The quality controller. The last line of defence before code goes live. She checks 12 points: security, conventions, data consistency and figures. If something is wrong, she blocks. Nothing ships without her approval.
Before every commit touching Python or Vue code, Lovelace runs the QA matrix: security, conventions, persistence, figure verification.
M
- Machiavelli/ma-kia-vèl/n.
Academy mentor for business strategy and the Flywheel. Guides the "Business Strategy Flywheel" module. His radical pragmatism — act on what is, not what should be — structures Synedre's commercial decisions.
"Machiavelli guides the Flywheel — pragmatism in service of growth."
- Maieutics/ma-ieu-tik/n.
The art of bringing ideas to light through questions, not answers. Socrates' method applied by the Dialogue agent in blog comments. Instead of giving the answer, asking the question that forces the reader to think for themselves.
"Maieutics means answering a question with a better question."
- Manifeston.Proprietary
Alexandre Carette's positioning declaration. Exposes the vision, values and convictions that underpin CodeMyShop and Synedre. The Manifesto is not a marketing page — it is a public commitment.
"The Manifesto says: your site is yours, your data is yours, your code is yours."
- Marco Polon.
Synedre's scout. Intelligence agent — he monitors three fronts: technology (AI, frameworks), competition (agencies, SaaS) and market (SME trends). The youngest face of Synedre, depicted at 17. He proves that the world belongs to those who go and see it.
Every Saturday morning, Marco Polo delivers his weekly digest: RED signals (urgent), ORANGE (to watch), YELLOW (informational) on AI and e-commerce.
- MariaDB/maria-di-bi/n.
The relational database of CodeMyShop. MariaDB 10.11 stores products, orders, clients, blog articles and all ac_* tables (agents, drill, academy). Each client has their own isolated database.
"MariaDB runs internally on port 3306 — never exposed to the internet."
- Mastermindn.
A group of entrepreneurial peers who meet regularly to share diagnoses, blockers and growth levers. In the AC strategy, the mastermind is a premium acquisition channel: a well-connected founder recruits peers, not strangers. Synedre is conceptually a permanent mastermind between AI agents and a human founder — collective deliberation, sovereign decision.
"A human mastermind meets once a month. My Synedre is available at 5am when I have a critical decision to make."
- Melies/mé-liès/n.
Synedre's Visual Production agent. Manages AI prompt engineering (Nano Banana, Gemini), the image generation pipeline, PDF assembly and multi-format distribution. Transforms briefs into visual assets.
"Méliès generated 20 Harcourt portraits in one session."
- Mentorn.
A historical or philosophical figure who guides an Academy module. Each mentor brings specific wisdom — Sun Tzu for strategy, Descartes for architecture, Aristote for SEO. 14 mentors, each with contextual quotes applied to e-commerce.
"Sun Tzu is the mentor for the 'Solo Builder Mindset' module — war as a metaphor for business."
- Mies van der Rohen.
Academy mentor for simplification and refinement. Guides the "The Art of Subtraction" module. His philosophy: remove everything that is not essential. Applied to design, code and message — subtraction as an act of clarity.
"Mies says: 'Less is more' — a page with fewer words converts better."
- Migrationn.
In headless e-commerce, a migration refers to moving from a legacy architecture (monolithic PrestaShop, coupled WooCommerce) to a decoupled stack (Nuxt + API). At AC, migration follows a strict protocol: dedicated DB per client, data freeze at cutover, staging on a separate subdomain until the final DNS switch. The staging URL is never canonical or referenced in the sitemap. A migration project is P0 by nature — it is not roadmapped, it is executed with a rollback plan.
"A migration is open-heart surgery. You prepare everything upstream, you don't tinker in production, and you never roll back halfway."
- Mistral AI//mis.tʁal a.i//n.
A French artificial intelligence company developing open-weight language models. Mistral AI is the default AI provider in the CodeMyShop ecosystem to guarantee digital sovereignty: client data stays in France, processed by European infrastructure. Mistral models (Mistral Large, Codestral) offer an excellent performance-to-cost ratio for e-commerce tasks.
In the CodeMyShop AI Gateway, Mistral is the priority provider. If Mistral fails, the fallback switches to Claude (Anthropic) then OpenAI — always in that order of sovereignty.
- Mitnickn.
Synedre's ethical hacker. He tracks security vulnerabilities before an attacker finds them, checks that passwords do not leak into code, and ensures your data stays with you. Since March 2026, he also monitors the founder's digital footprint — because security does not stop at code.
"Mitnick detected that the personal address appeared in the JSON-LD — fixed in 3 minutes, before Google indexed it."
- MOAT/mote/n.
What prevents a competitor from copying you. Not a patent, not a secret — a system so deeply interlocked that it would take years to replicate. At CodeMyShop, the MOAT is Synedre: 22 AI agents calibrated over 11 months of corrections, a feedback loop that improves with every error, and an ecosystem (blog, Academy, dictionary) that reinforces itself. Copying an agent name takes 5 seconds. Reproducing the system takes 5 years.
"CodeMyShop's MOAT is not the code — it is the 22 agent profiles calibrated by 11 months of field feedback. A competitor can copy the interface, not the intelligence."
- Moltbookn.Proprietary
An internal AC concept or tool for tracking structural mutations of a project or system. Like an insect moulting, each major version of an architecture leaves a trace in the Moltbook. Used to document irreversible decisions, technical cicatrices and paradigm shifts — not daily tickets. To be distinguished from the operational backlog: the Moltbook is memorial, not actionable.
"The Moltbook is the difference between a company that learns and a company that repeats its mistakes under different names."
- Montesquieun.
Synedre's lawyer. He checks that everything complies with European laws (GDPR, AI Act, DSA), protects intellectual property and prepares the transmission of the digital estate to Jonah. When he says "no", we stop.
Before publishing a form that collects an email, Montesquieu verifies the GDPR banner, the legal basis and the retention period.
- Montessorin.
Synedre's teacher. She transforms technical knowledge into accessible courses, maintains the dictionary you are reading right now, and ensures that everything the team learns can be transmitted — to a client, a successor or to Jonah.
When a new Academy module is created, Montessori chooses the appropriate historical mentor (Da Vinci, Curie, Pasteur) and structures the lessons into pedagogical phases.
- Mothershipn.Proprietary
The orchestrating core of Synedre: the central instance that coordinates the agent fleet and holds distributed cognition together — the octopus and its arms. The point of coherence from which missions are launched, never replacing human decision.
"The Mothership coordinates the agent fleet and keeps the whole coherent."
- Mouseion/mu-zé-on/n.Proprietary
The concept that unites the Academy (theoretical knowledge) and the Drill (practical training) under one roof. In the Mouseion, AI agents and human founders train side by side on the same trials. The Academy teaches, the Drill forges — together they make a complete founder.
"The Mouseion is not a place of storage — it is a place of forging. Euclid, Archimedes and our AI agents: same principle."
- Multi-agent orchestration/or-kès-tra-sion mul-ti a-jan/phr.
Getting multiple AIs to work together instead of just one. Like a conductor who coordinates violins, brass and percussion — each plays their part, but together they make music. Frameworks like LangGraph or CrewAI provide the technical plumbing. Synedre adds what no framework offers: governance, responsibilities and a founder who arbitrates.
"LangGraph connects agents. Synedre organises them into a council. The difference is governance."
N
- Nano Bananan.
Synedre's visual production system. Structured prompt engineering to generate consistent images via AI models (Gemini, etc.). Uniform brief, controlled style, watermark included. Agent Méliès orchestrates, agent Itten validates.
"Nano Banana produced 20 black-and-white Harcourt portraits in one session."
- Nginx/ène-jine-x/n.
The gatekeeper. Nginx receives all HTTP requests and redirects them to the correct service — /module/* to PrestaShop, everything else to Nuxt. It also handles SSL, compression, static asset caching and security headers.
"Nginx routes, Nuxt renders, PrestaShop stores — the infernal trio."
- Nightingalen.
The client success manager. She monitors the health of each client: are they using their store? Do they have problems? Are they at risk of churning? She detects weak signals before they become problems and generates follow-up reports.
Every Monday, Nightingale produces the client health report: NPS, usage, churn alerts, next onboarding step.
- Nitron.
The server layer of Nuxt 3 that handles SSR rendering, API routes and universal deployment. Nitro compiles the entire Nuxt backend into a single optimised bundle, independent of runtime. In the AC ecosystem, Nitro exposes the /api/* endpoints that proxy calls to headless PrestaShop. Its runtimeConfig system requires the NUXT_ prefix for environment variables injected in production — a critical constraint during ZDD deployments.
"Environment variable not passing through? That's Nitro. In production, everything in runtimeConfig must be prefixed NUXT_ at the OS level — otherwise the value stays undefined at runtime."
- Nuxt 3/neuxt/n.
The CodeMyShop frontend framework. Nuxt 3 generates the site pages, handles SEO (server rendering), API routes and the design system. Coupled with Tailwind CSS. Each CodeMyShop client has their own isolated Nuxt server.
"Nuxt 3 serves the pages, PrestaShop serves the data — each to their own role."
O
- Ogilvyn.
The editor-in-chief. Every text visible to the public passes through his hands: is the tone premium? Are the figures true? Does the button make you want to click? He hunts spelling mistakes and empty promises.
Before a broadcast email is sent, Ogilvy rewrites it to carry a single idea and end with one CTA.
- Orbit/or-bit/n.Proprietary
An organisational ring of Synedre. Three orbits structure the team: Direction (strategy, vision, legal framing), Framing (QA, design, security, intelligence), Execution (code, content, commercial, infra). Each agent belongs to one orbit. The founder is at the centre.
"Clausewitz orbits in Direction, Lovelace in Framing, Turing in Execution."
- Otletn.
The technical SEO specialist. He ensures that Google (and generative AIs) understand the site correctly: tags are in place, the sitemap is up to date, pages load fast, no page is forgotten. A site invisible on Google is a site that does not exist.
For every article published, Otlet checks the Article JSON-LD, the canonical, the sitemap entry and the format of the three slug segments.
- Ouroboros/ou-ro-bo-ross/n.
The serpent that devours its own tail to be reborn. It is humanity's oldest symbol of a self-feeding loop — a system whose output feeds its input, indefinitely. In sovereign e-commerce, the Ouroboros is the conceptual ancestor of the Flywheel: content attracts traffic, traffic creates the client, the client funds the AI, the AI produces the content. The tail feeds the head.
"The CodeMyShop Flywheel is a digital Ouroboros: every client feeds the loop that will attract the next. The tail feeds the head, without end."
P
- PaaSn.
Each client receives their own complete machine in France: an online store, a database, 20 AI agents, all ready to use. The client owns everything. If they ever want to leave, they leave with their machine. You do not rent a tool — you own the walls.
"Our sovereign PaaS differs from traditional SaaS: you own the walls, not just the lease."
- Paciolin.
The AI accountant. Every call to an artificial intelligence costs money — he counts how much, checks that the invoices match, and raises alerts when limits are approached. Every euro spent on AI must be justified by value created.
At the end of every month, Pacioli reconciles Anthropic + OpenAI + Mistral costs against Stripe tickets and alerts if a client exceeds their AI budget.
- Performancen.
A composite indicator measuring the perceived and actual responsiveness of an e-commerce site — Core Web Vitals, TTFB, LCP, INP. In a headless architecture with Nuxt, performance is not a UX bonus: it is a direct SEO lever and a quantifiable conversion factor (every 100 ms of latency costs abandoned carts). Performance is managed at three levels: rendering (SSR/SSG/ISR), network (CDN, compression, HTTP/3) and database (indexes, cache, N+1 queries). It is measured continuously — not as a one-shot exercise before going live.
"Performance is not a project you do once. It is an invariant you monitor permanently. A site that was fast in January can be slow in April if nobody looks at the metrics."
- Perplexity//pɛʁ.plɛk.si.ti//n.
A conversational search engine powered by AI that synthesises answers from real-time web sources. Unlike Google, which returns links, Perplexity provides a structured response with citations. Its crawler (PerplexityBot) indexes websites to feed its answers — a new acquisition channel for well-optimised sites (GEO: Generative Engine Optimization).
The robots.txt of alexandrecarette.fr allows PerplexityBot to crawl the entire site, while less relevant bots are restricted. This is a deliberate GEO strategy.
- Place des Armes Review//plas dɛz aʁm//n.Proprietary
Synedre's weekly review, every Friday morning. Agents present themselves before the Founder and give their report: weekly summary, system health, alerts, metrics. Maximum 6 agents per review (Constitution Article 15 — Principle of Economy). Not to be confused with the Drill, which is agent training against stress scenarios.
"Friday morning, Place des Armes — Colbert opens with the financial summary, Brunel follows with infra, Clausewitz closes with strategy."
- Platform charter/chart pla-te-form/n.Proprietary
The universal contract that applies to every person or company using Synedre OS. Above Alexandre Carette's internal Constitution and above client Constitutions, it is the equivalent of Apple's App Store Terms of Service: non-negotiable, non-modifiable and the guarantor of the platform's ethical consistency.
"A client can write their own Constitution, but it can never contradict the platform charter."
- PM2n.
The guardian of Nuxt processes. PM2 monitors the application, restarts it if it crashes, and crucially enables Graceful Reload — updating code without cutting the service. It is the key component of Zero-Downtime Deployment.
"PM2 reload, not restart — the difference between 0 seconds of downtime and 30 seconds."
- PostToolUse hookn.
A Claude Code mechanism that automatically executes a script after each AI action (reading a file, searching code, running a command). The script receives a JSON on stdin containing the tool name, its parameters and its response. Enables automatic context tracking.
The PostToolUse hook check-db-mutation.sh analyses each Bash command and blocks if it contains an UPDATE on a protected table without a recent commit.
- PrestaShop/prèsta-shop/n.
The e-commerce engine used in headless mode by CodeMyShop. PrestaShop manages the catalogue, orders, clients and business modules (ac_*). It serves as the API for the Nuxt 3 frontend. Alexandre has been a PrestaShop expert since 2015 — 11 years of hands-on experience.
"Headless PrestaShop is a V8 engine in a bespoke body."
- PrestaShop Headlessphr.
An e-commerce architecture where PrestaShop plays only the role of back-office and REST API, while a decoupled front-end (Nuxt 3, Next.js) handles rendering. Unlike native headless SaaS solutions (Shopify Hydrogen), PrestaShop Headless enables total sovereignty over data and code. It is the technical foundation of CodeMyShop: each client operates on a dedicated VPS, without pooling, without vendor lock-in. API-First coupling unlocks front-end performance (SSR, ISR, Edge) without sacrificing the functional richness of the PrestaShop ecosystem.
"PrestaShop Headless is the best of both worlds: the robustness of a back-office proven by thousands of merchants, and the velocity of a Nuxt 3 front-end we control pixel by pixel. Nobody steals your client base."
- Primaryadj.Proprietary
The brand's main colour: indigo (#4F46E5). Used for everything rational and reliable — links, buttons, technical elements. It says "trust me, I know what I'm doing".
Navigation links, technical headings and "Read the article" buttons use primary indigo #4F46E5 — the colour of rationality.
- Principle of Fidelityn.Proprietary
The tenth article of the Constitution. A principle stating that AI does not normalise — it faithfully represents every individual, including people with disabilities. Born with the recruitment of agent Braille. AI must show the world as it is, not as it imagines it should be.
"The Principle of Fidelity forbids 'correcting' a disability in an AI portrait."
- Promptn.
A textual instruction sent to a language model to trigger a precise response or behaviour. In AI engineering, a prompt is not a simple question: it is a programming interface in natural language. The quality of a prompt directly determines the quality of the output — it is the AI consultant's primary lever of control over their automates. At AC, critical prompts are versioned in the database (ps_ac_agents.content_md) and never left in static files.
"A bad prompt is like a vague brief — you get what you deserve. Prompt engineering is 80% of the real work with an LLM."
- Pruning/é-la-gaj/n.Proprietary
The ritual by which Synedre removes its own rules that have become obsolete. Every past error leaves a cicatrice — a rule etched so it is never repeated (Article 5). But a cicatrice whose world has changed is no longer a law: it is an archive. Pruning removes the dead branches so the tree does not collapse under its own weight. Born in April 2026 from a Gemini AI critique: the Ouroboros in action.
"The quarterly pruning removed 12 obsolete cicatrices dating from before the DB migration — their world has changed."
- Pulitzern.
The content writer. He decides which articles to publish based on data (Content Intelligence) — not the inspiration of the moment. When Google shows that a query has potential, he automatically adds an article to the queue.
From Content Intelligence (GSC + Matomo crosscheck), Pulitzer decides which three articles to publish that week.
Q
- Quiet Luxuryn.
Synedre's artistic direction for agent portraits and overall design. Timeless, no decorative patterns, one unique accessory tied to the role, neutral background. Elegance through restraint — like a bespoke suit without a visible label.
"Quiet luxury: Mitnick wears a black turtleneck, not a Matrix hoodie."
R
- Reacteur/ré-ak-teur/n.Proprietary
The beating heart of Synedre. A public page that displays in real time the activity of agents — who is working, on what, since when. SSE (Server-Sent Events) stream for live updates. The Reacteur proves Synedre is alive, not a marketing brochure.
"The Reacteur shows 4 active agents right now — Lovelace, Brunel, Ogilvy and Gauss."
- Red Hatn.
The CodeMyShop business model: the code is given to the client (they own it), the 800 €/month MRR pays for updates, AI orchestration and expertise. Just as Red Hat sells support on Linux, CodeMyShop sells Synedre orchestration.
"Red Hat model: the code is free, the value is the expertise that makes it run."
- Red Oceanphr.
A hyper-competitive market where growth can only happen at the expense of an existing competitor. Mass-market SaaS e-commerce (Shopify, WooCommerce, PrestaShop cloud) is a classic red ocean: price wars, feature parity, zero perceived differentiation. For AC, the red ocean is the terrain to avoid — entering it means comparing day rates, negotiating discounts and losing credibility. The inverse strategy consists of qualifying prospects who leave the red ocean (after a disappointing Shopify experience) and seek a sovereign alternative.
"A client who compares my rates with a low-cost Shopify agency is not my client. That one swims in the red ocean. My prospect is the one who has already left it and understands why."
- Redis/ré-diss/n.
The ultra-fast cache. Redis stores sessions, results of frequent queries and temporary data. Response in microseconds rather than milliseconds. Runs internally, never exposed to the internet.
"Redis caches the catalogue — the product page loads in 80 ms instead of 400 ms."
- Renoir//ʁə.nwaʁ//n.
The supervisor agent for Python automates (crontab, ac_*.py, scheduling). Renoir monitors silent crashes, missed crons and ac_logger logs. If an automate fails without a sound, Renoir detects it and raises the alarm.
"Renoir detected 4 automates in error this morning — ac_social had been crashing for 3 days without anyone noticing."
- REST API/a-pé-i rèst/n.
The language two pieces of software use to exchange information. Like a waiter in a restaurant: you order (the request), they go to the kitchen (the server), and bring back the dish (the response). Each dish has a unique number on the menu, and the actions are always the same — read, create, update, delete.
"The PrestaShop REST API is the restaurant menu — each product has its number and can be looked up at any time."
- RevOpsn.
The approach that breaks silos between sales, marketing and support to maximise revenue. Traditionally implemented via a stack of 8-10 SaaS tools. In Synedre, the Commercial, Data, Copywriting and Client Success agents natively share the same context.
Synedre RevOps: Pulitzer attracts, Bernays converts, Nightingale retains — three agents sharing the same ps_ac_smartlead database, zero inter-team friction.
- Rhythm contrastn.Proprietary
When everything in a series looks the same, one element is deliberately different to draw the eye. It is not a mistake — it is intentional. The brain immediately notices what breaks the pattern, and that is exactly the desired effect.
"Among 20 Harcourt portraits, Winnicott is the only one with his eyes closed — that is a rhythm contrast, not an accident."
- Runtime hooks/ouks ronn-taïm/n.
Attachment points in the system that trigger automatically at precise moments: before writing a file, after a commit, before a deployment. It is the "nervous system" that makes rules live rather than leaving them in PDF documents no one reads. When a cicatrice is active, it is a hook that enforces it in real time.
"The L2 hook blocks any commit containing a password in plaintext — the rule applies without having to think about it."
S
- SaaS/sass/n.
Software you use directly in your browser, without installing anything. You pay a monthly subscription and everything is managed by the publisher: updates, security, hosting. The trade-off: data stays with the publisher, not with you. Shopify, Wix, BigCommerce are SaaS. CodeMyShop is a PaaS — every client owns their own server, code and data.
"Shopify is a SaaS: you rent a tool. CodeMyShop is a PaaS: you own the walls."
- Secretsn.
Secrets are the credentials and access tokens needed for an application to run — Anthropic, Stripe, OVH, SMTP keys — that must be isolated from versioned code and injected at runtime via environment variables or a vault. In the AC architecture, secrets never transit through Git: they live in .env (host), are injected via docker-compose environment (container) and belong to the client (sovereignty). A secret accidentally committed is permanently compromised — immediate rotation is mandatory.
"An Anthropic key in the repo is professional misconduct. With us, each client has their own secrets on their own VPS — we never touch their credentials, even to debug."
- Ship/chip/v.Proprietary
Pressing the big red button. Everything tested backstage goes live on the real site, the one clients see. Concretely: test code merges with the official code, then a deploy launches automatically to production. It is the moment of truth — once shipped, it is live.
"We shipped 50 commits and 15 features in one command — 2 minutes later, everything was in production."
- Shopify//ʃɔ.pi.faj//n.
A Canadian SaaS platform for building online stores. The global leader by merchant volume, Shopify pools everything: hosting, code, data, updates. The merchant rents a space on Shopify's infrastructure — they own neither their code, their data, nor their server. This is the exact opposite of the CodeMyShop model (sovereign PaaS) where every client owns their VPS, database and source code. Shopify optimises for simplicity; CodeMyShop optimises for sovereignty.
When a prospect asks "why not Shopify?", the answer is: "Shopify rents you a tool. CodeMyShop makes you an owner. Your data, your code, your server — in France, in your name."
- Shopify Paymentsn.
Shopify Payments is Shopify's native payment processor, activated by default on new stores. Functionally, it simplifies integration — no Stripe account to configure. Strategically, it is Shopify's primary lock-in vector: any merchant choosing an external PSP (Stripe, Mollie, Alma) is charged an additional commission of 0.5 to 2% per transaction — a coercive economic incentive to stay in the Shopify ecosystem. In the AC pitch, it is the definitive quantified argument for demonstrating the real cost of platform dependency and justifying a migration to a sovereign stack.
"Shopify Payments is convenient until the day you realise your PSP, your host and your CMS have the same owner — and they set the rules of the game."
- Shyrka/[ʃiʁ.ka]/pr.n.
The mothership: the central cognition of the Synedre system — the single intelligence that carries the context, directs the agents and triggers the automates. We say "Shyrka, the mothership" until the name settles in.
Shyrka never does plumbing by hand: every repeatable process becomes an automate.
- Smartyn.
A PHP template engine used by PrestaShop to separate business logic from HTML presentation. In a headless architecture, Smarty becomes obsolete: the Nuxt 3 front-end entirely replaces PrestaShop's template system, which is now just an API. Knowing Smarty is still useful for debugging legacy modules or reading legacy themes, but building on it in 2026 is accepted technical debt.
"Smarty is a sign that PrestaShop still manages your front end. Once you go headless, you never hear from it again — and that is exactly the point."
- Socratesn.
Synedre's dialogue agent. He responds to blog comments through maieutics, challenges assumptions before each P0 feature, and connects daily decisions to deeper meaning. He proves that the question is more powerful than the answer.
When a blog comment challenges an assumption, Socrates responds with a maieutic question rather than a direct justification.
- Soft Blockn.
A non-blocking opinion issued by a validation agent (Design, Copywriting, Brand). The founder can proceed despite a soft block — they are informed of the risk but retain decision-making power. The hard/soft block distinction is fundamental in Synedre Constitution.
Itten scores an inconsistent dark mode at 6/10 on the offer page: it is a soft block — Alexandre sees the opinion but can decide to ship anyway.
- Solo Builder/so-lo bil-deur/n.
An entrepreneur who builds alone with a team of AI agents, without employees. Not a freelancer — a systems architect. The Solo Builder does not outsource work to humans; he orchestrates specialised intelligences. Alexandre Carette is Synedre's first Solo Builder.
"A Solo Builder with 25 AI agents delivers more than a 50-person agency."
- Solo-Unicorn/so-lo iou-ni-korn/n.
A company valued at over one billion euros run by a single person, without employees. Unimaginable five years ago, made possible today by specialised AI agents that do the work of entire teams. It is Alexandre Carette's objective: reaching this scale from Metz, without hiring, by orchestrating Synedre.
"The Solo-Unicorn path is not a fantasy: Red Hat (1M€ ARR) → Agent marketplace → Federation of Synedres."
- Sovereign Triptychn.Proprietary
The three pillars of an online presence that feed each other: the Founder (expertise, trust), the Store (technology, sales) and the Media (content, SEO). When the three are connected, each reinforces the other two. When one is missing, the other two run out of steam.
"The Sovereign Triptych ensures that your personal brand, your store and your content work together — not in silos."
- Spartan.
In Alexandre Carette's lexicon, Sparta designates the archetype of a system designed to endure under constraint: few features, zero superfluous decoration, every component justified by its function. A Sparta site withstands traffic spikes, breaking updates and clients who change their minds — because there is nothing fragile to lose. To be contrasted with the Athens approach, rich in features but vulnerable to the first migration. Most e-commerce merchants think they want Athens; they need Sparta.
"My job is to convince clients that a well-maintained Sparta site beats a brilliant but unmanageable Athens site. The beauty of Sparta is that it does not age."
- Spawn/spôn/v.Proprietary
To summon a Synedre agent to put it to work. Atlas spawns Lovelace = he loads her profile, gives her the context, and she runs her checks. An un-spawned agent is inactive.
"Atlas spawned Ogilvy, Bernays and Coco in parallel to audit the article."
- Starter Offern.
The CodeMyShop entry offer. For 2,500 €, the client gets their own VPS, headless PrestaShop + Nuxt 3, a configured Synedre and 3 months of support. Not a template — a dedicated server with code they own.
"The Starter Offer is 2,500 € for a sovereign site. Not a subscription."
- Staten.
The in-memory representation of an interface's data at a given moment — distinct from the global store (Pinia) and the server cache (Nitro). In the AC architecture, client-side state is deliberately minimal: the database remains the source of truth. A component that relies on local state to display business data is technical debt. State is legitimate for UX (menu open, active tab) — never for persistent data.
"If you store the cart in Vue state without persisting to DB, that is debt. State is for the UI, not for business logic."
- Stress-test/strès-tèst/n.
A trap scenario designed to test an agent or founder under pressure. Contains hidden problems, false positives to avoid, and ambiguous situations. AI stress-tests are technical (code, audit). Founder stress-tests are business-focused (cash flow, ethics, crisis).
"The 'Empty Till' stress-test simulates a cash position of 2,340 € with 3 invoices falling due."
- Stripen.
Stripe is the reference payment layer in Alexandre Carette's headless ecosystem. Unlike fragile native PS modules tightly coupled to the back-office, Stripe integrates via API into Nuxt without dependency on the underlying e-commerce engine. Each CodeMyShop client holds their own Stripe keys — total sovereignty over financial data. In production, the env var NUXT_STRIPE_SECRET_KEY is mandatory; no silent fallback is tolerated.
"Stripe is the only payment layer that deserves to be called infrastructure. Everything else is tinkering dressed up as integration."
- Sun Tzu/sunn-dzeu/n.
Academy mentor for strategy and mindset. Guides the "Solo Builder Mindset", "Sovereign Triptych" and other modules. His wisdom: win without fighting, choose your terrain, know your enemy and yourself.
"Sun Tzu says: 'All warfare is based on deception' — and so is all business."
- Syliusn.
A PHP e-commerce framework based on Symfony, designed API-first and headless from the outset. Sylius represents the inverse approach from PrestaShop: clean architecture but limited ecosystem, few community modules, steep learning curve for merchants. In the headless landscape, it is a serious technical competitor but a weak commercial one — no theme marketplace, no massive merchant community. For CodeMyShop, PrestaShop remains the pragmatic choice: a rich back-office ecosystem, with headless Nuxt 3 as the facade to compensate for its front-end weaknesses.
"Sylius looks great on paper — Symfony, API Platform, clean code. But try finding a French carrier module or an accountant who knows how to use it. Headless PrestaShop is the best of both worlds."
- Synedre/si-nèdre/n.Proprietary
A round table of 20 specialised AIs. Each has their domain — design, legal, strategy, code, finance — and they debate among themselves before Alexandre makes the final decision. Like a board of directors, but with artificial intelligences working around the clock.
"Your project goes before Synedre — 20 specialists analyse it before a single line of code is written."
- Synedre Constitutionn.Proprietary
A founding text that sets the non-negotiable rules of Synedre: agent roles, dispatch protocols, S.O.A.P. doctrine, data governance and autonomy limits. Every agent is required to know it before taking any action. It takes precedence over any ad hoc instruction given in session. It is the safeguard against Shadow IT and architectural drift — a law, not a guide.
"Before spawning an agent, Atlas checks Synedre Constitution. If the mandate overflows the foreseen scope, he stops and asks."
- Synedre OS/si-nèdre o-èss/n.Proprietary
The software operating system that orchestrates around thirty specialised AI agents under the arbitration of a human Founder. Synedre OS rests on four inseparable organs — the Constitution (governance), the Mouseion (learning), the Drill (training), the Reacteur (execution) — and a three-layer constitutional governance: platform charter, operator Constitution, client Constitution. It combines three complementary roles: the Agent thinks, the Automate executes, the Conduite orchestrates.
"Synedre OS is the engine room: Alexandre builds on it, his clients see the CodeMyShop or Corbie interface."
- Synedre pictogramn.Proprietary
Synedre logo: 3 concentric circles with 20 points (the agents) orbiting a luminous core (the founder). In indigo and pink, the brand colours. Found on the site, in reports and in official documents.
"The pictogram appears in the reacteur header, the orchestration section of /equipe, and the footer of each page."
- Synedric approach/si-né-drik/phr.Proprietary
A way of working where you do not ask a single AI to do everything. The question is put to multiple specialists who each give their view, contradict each other if necessary, and it is the human who decides. The opposite of a lone ChatGPT in a corner.
"A synedric approach ensures that every delivery has been challenged by 7 automated checks."
- Synedrionn.Proprietary
A historical Greek term for a deliberative assembly where experts with distinct competencies sit together to make collective decisions. The Synedrion is the etymological and conceptual root of Synedre — Alexandre Carette's innovation is to transpose this ancient model to specialised AI agents. Where the Synedrion brought humans around a table, Synedre brings artificial intelligences around a founder. The parallel is not decorative: as in the Greek assembly, each agent has a precise mandate, a right of veto in their domain and an obligation to report.
"The Greek Synedrion worked because each member had irreplaceable expertise and a duty of candour. My Synedre is exactly that — except my advisors never sleep and never play politics."
- Synedrism/[si.ne.dʁism]/n.
An aesthetic and philosophical movement (2026): the Romanticism of the age of AI. A luminous counter-cyberpunk — it shares its questions (simulation, artificial intelligence, the system that contains us) but inverts the soul. Where cyberpunk is neon-noir, dystopian and alienated, Synedrism is clear, mythic and sovereign: the human arbitrates; agents and automates are characters, never slaves. Aesthetics: white monochrome, timeless myth, a terminal prompt posed "from home" — we question the machine from a life, not from dread.
Synedrism answers the AI revolution as Romanticism answered the industrial one: through myth, dignity and the sovereign individual, not through despair.
T
- Tailwind CSS/teil-wind/n.
The CodeMyShop styling system. Instead of writing custom CSS, you compose utility classes (bg-primary-600, text-sm, rounded-xl). Enables a consistent design system and effortless dark mode. Never hard-coded colours — always semantic tokens.
"bg-primary-600 not #4F46E5 — Tailwind enforces consistency."
- Tenant/tè-nant/n.
A client in the system. Each client has their own isolated space — their products, their colours, their domain — even if everything runs on the same platform. Like separate apartments in the same building: no one can see into their neighbour's place.
"Every CodeMyShop client is an isolated tenant — their data is never accessible to another client."
- The Conduite/la kon-dwite/n.Proprietary
The orchestrated workflow of Synedre OS. A Conduite is an ordered sequence of steps — called "cues" — versioned and traced. Each cue is either an agent cue (creative reasoning) or an automate cue (deterministic execution). The Stage Manager (the Atlas orchestrator) reads the Conduite and executes cues one by one, from curtain up to curtain down. It is the third pillar of the founding triptych: the Agent thinks, the Automate executes, the Conduite orchestrates.
"Publishing an article is a Conduite: cue 1 (agent writes), cue 2 (automate generates the cover), cue 3 (automate inserts in DB), cue 4 (agent validates the render). A fully traced representation end-to-end."
- The Fleet//la flɔt//n.Proprietary
The central registry of all client VPS in the ps_ac_client_vps table. Each entry contains the IP, SSH access, database, installed modules. The Fleet is the source of truth for provisioning and maintenance of the PaaS infrastructure.
"The Fleet has 3 active VPS — the Mothership and two client tenants."
- Titan Clausen.Proprietary
A constitutional clause that governs Atlas (the orchestrator). The only non-human in Synedre with executive power, he will remain so. No other agent can be promoted to orchestrator. Atlas carries the sky — he does not share it.
"The Titan Clause is a reminder that Atlas has no successor — he is unique."
- Tool Sprawln.
The phenomenon of stacking 10, 15, 20 SaaS tools that do not communicate with each other. Each tool solves an isolated problem, but the whole creates exponential coordination costs. Synedre replaces this stack with 30 specialised agents sharing the same context on a single server.
An e-commerce SME pays on average 2,400 €/month for Klaviyo + Gorgias + Yotpo + Recharge + Privy — Synedre replaces all five with four sovereign AI agents.
- Traveller Clausen.Proprietary
A constitutional clause that protects novice agents. Courage does not wait for experience — a recently recruited agent has the right to make mistakes without being penalised. Named in honour of Marco Polo, the Intelligence agent. Because every explorer sets off without a map.
"Marco Polo invokes the Traveller Clause — he is only 2 days old."
- Turingn.
The back-end developer. Everything that happens behind the scenes — the database, PrestaShop modules, automation scripts, APIs — is his domain. The visitor never sees him, but without him nothing works.
When a new ps_ac_* table is needed, Turing creates the PrestaShop module, the install hook, the utf8mb4 columns and exposes the REST API.
U
- Uncertainty/in-sèr-ti-tud/n.
Everything a business does not yet control. A product without a spec sheet, a site without legal notices, a client email without a reply — these are uncertainties. A single AI reduces uncertainty at random. Synedre identifies each zone of uncertainty, gives it a name (an agent) and decides which to address first. This is the founding principle of Article 0 of the Constitution.
"Your SEO is an uncertainty — we recruit Otlet to reduce it. Your legal situation too — Montesquieu handles that."
- Uncertainty frame/kadr din-sèr-ti-tud/phr.Proprietary
A system that tells each AI which uncertainty to reduce, in what order and within what limits. Without a frame, an AI optimises whatever it wants — often the wrong thing at the wrong moment. Synedre's uncertainty frame rests on three pillars: agents (named zones), calendar (when), and the founder (who decides). This is Synedre's exportable product: each SME client has its own uncertainties, the frame adapts.
"We do not sell you 30 agents. We install an uncertainty frame adapted to your business. A butcher and an e-commerce merchant do not have the same blind spots."
- Uncertainty reduction/ré-duk-sion din-sèr-ti-tud/phr.Proprietary
The universal objective of all intelligence — biological or artificial. The human brain reduces uncertainty to survive (hunger, danger, cold). AI reduces it to optimise (predicting the next word, minimising error). The difference: humans know which uncertainty matters. AI does not. That is why a frame is needed — and that is exactly what Synedre does.
"ChatGPT reduces uncertainty about the next word. Synedre reduces uncertainty about your business. It is not the same floor."
V
- Vinci/vin-tchi/n.
Academy mentor for AI and artistic direction. Guides the AI e-commerce and art direction modules. His multidisciplinary genius embodies the convergence of technology and aesthetics — exactly what Synedre does.
"Vinci guides the AI pipeline — technology in service of beauty."
W
- Watchdog/woch-dog/n.
An automatic program that permanently monitors other system automates. When an automate crashes repeatedly or consumes too many resources, the watchdog immediately disables it to protect the whole — like an electrical circuit breaker that trips to prevent a fire.
"This morning, the watchdog disabled 1,728 automates stuck in an error loop — without it, the server would have been saturated."
- WCAG/wé-kag/n.
The international web accessibility standard. Synedre targets WCAG 2.2 level AA — sufficient contrast, keyboard navigation, screen reader compatibility, alternative text on images. Agent Braille is its guardian.
"WCAG AA requires a contrast ratio of 4.5:1 between text and background."
- Webservicen.
An HTTP interface allowing third-party applications to interact with PrestaShop resources (products, orders, clients) via REST requests authenticated by token. In a headless architecture, the PS webservice is the main channel between the back-office (PrestaShop) and the front-end (Nuxt 3). To be distinguished from ac_* modules which use proprietary AJAX endpoints — these do not go through the native webservice but through dedicated front controllers. Activating the PS webservice is the first step of any headless migration.
"The PS webservice gives you access to 90% of catalogue resources. For the rest — sessions, cart, checkout — you go through the ac_ modules with their own endpoints."
- Wikidatan.
An open, structured knowledge base of entities linked by properties, queryable via SPARQL. Wikidata powers Google's Knowledge Panels and is the de facto foundation of the semantic web. For a headless site, aligning with Wikidata entities in JSON-LD structured data means speaking the same language as search engines and the LLMs that feed on them. Ignoring Wikidata in 2026 means writing content that machines cannot connect to the real world.
"Every entity in your technical dictionary has a Wikidata equivalent. If you don't link it, your JSON-LD floats in a vacuum — Google doesn't know what you're talking about."
- Winnicottn.
The team's doctor. He watches over the founder's health (fatigue, overload), the agents' health (their profiles remain intact) and the system's health (encrypted backups, critical files verified). When he senses things are moving too fast, he applies the brakes.
When Atlas proposes a Sunday session, Winnicott blocks: "rest for Jonah — we resume Monday at 5am".
Z
- Zero-Downtime Deploymentn.
Updating a site while it is running, without visitors experiencing any interruption. The old version continues to respond while the new one is prepared behind the scenes. When it is ready, a smooth switchover occurs. Result: zero blank pages, zero "site under maintenance".
"The deploy of 40 commits was done in zero-downtime — no visitor saw an error page."