What is the Workshop, exactly?
ARIA's sovereign cognitive IDE — codename SCORPIUM. Three regions: the Vault (your projects, on your disk), the Manifestation (real editor, real terminal, live builds you can steer), and the Mind (what she learned building with you). She reads, edits, runs, tests, versions and heals real projects — and "build me this" stops meaning "here's a snippet" and starts meaning working code you watched her produce, run, and prove on your own machine.
Why can't Cursor, Copilot, or Devin just do this too?
Because your code on their servers isn't their flaw — it's their business model. A cloud wrapper that goes fully local kills its own product: the cloud round-trip is where the subscription, the telemetry, and the moat live. That's why 73% of enterprise AI-coding rollouts die in security review and the vendors still can't fix it. The Workshop was born local, inside a mind that already runs on your machine. This is the one axis they cannot cross.
Is my code uploaded anywhere? Does she store it in her memory?
No, and no — the second no is architecture, not policy. The three-region law is doctrine: her brain stores learnings — your conventions, your architecture's laws, the mistakes never to repeat — and never file dumps. Your repo is never cloned to a cloud, never indexed on our servers, never used to train anything. The only thing that ever leaves is whatever your chosen LLM provider sees of the conversation itself — which is under your control in ARIA's settings, and can be zero with a local model.
What is SYNAPSE?
The codebase's nervous system. Before ARIA edits anything shared, SYNAPSE resolves the blast radius — who calls this exact definition, who imports it, and which routes, IPC channels, design tokens and environment variables hang off it. It's keyed by identity, not by name, which is why it doesn't weld two same-named functions into one and lie to her about the consequences.
What happens when SYNAPSE isn't sure?
It says "ambiguous" — out loud, as a first-class answer. Measured on a ~1M-line codebase, it resolves 80.9% of 89,741 call edges to exact definitions with zero fabricated edges; the rest it confesses instead of guessing. An invented edge is a lie with a number on it, and edits made on lies break real code.
Can she break my project?
The failure modes are walled off in layers: the Workshop can't leave the project root; risky operations ask before they run; every change lands as a changeset you can review and revert whole; ghost drafts explore without touching the live tree; and git is one of her hands, so history is always there. Real hands, real veto.
Does it replace my IDE?
It doesn't have to. The Workshop is where ARIA does her building — you can keep working in whatever editor you love, and the files are the same files, on your disk. Many people use it as the place they hand work over: she builds in the Workshop, you review the changeset wherever you like.
What does the Workshop cost?
Nothing on top of ARIA. Own ARIA once — €99 — and the Workshop, the Mind, SYNAPSE, and the design layer come with her. Compare the category: $20–500 a month per seat, $240–$3,600 a year for a serious stack — every year, forever, with your repo on the landlord's servers. No seat licenses here, no monthly IDE fee, no metered cloud compute. It's your machine doing the work; nobody should be billing you for it.