Gnesis Spec · Core Product

Aleph Product Spec

Status: Private beta. Public launch Q3 2026. Owners: Rabih Naja (Founder & Chief Builder), Wassim Moumneh (Co-Founder & Chief Orchestrator) Last updated: 2026-04-23


1. What Aleph is

Aleph is the build engine, runtime substrate, tool registry, and document factory. It executes the pipeline that turns a brief into a deployed application and a full bundle of business-setup deliverables, under Shakeeb's orchestration.

Aleph is a sub-brand of Gnesis. It has a first-class dashboard. Users see Aleph whenever they look at how a build is going, what the runtime looks like, what tools are installed, or how the bundle is being produced.

Inside Aleph, the core build engine handles the code track; the Aleph Assembly Line sub-engine handles the bundle track (30+ business-setup documents). Same gate discipline, same audit log, same eject path. Two surfaces of one factory.

2. What Aleph is not

3. The four roles

Aleph plays four roles in one system:

  1. Build engine. Takes a brief and emits a deployed multi-tenant application. Every mutation is a git commit. Every commit runs gates. Every pass leads to a preview or a prod deploy.
  2. Assembly Line. Takes the same brief and emits the 30+ business-setup documents across marketing, legal, compliance, finance, content, ops, sales. Every deliverable is a versioned artifact. Every generation records inputs, prompt envelope, and pipeline state. Every deliverable passes the Assembly Line acceptance gates before release (see Generated-Business-Standard §5).
  3. Runtime substrate. The generated application runs on infrastructure Aleph provisions and operates. Observability, secrets, storage, compute, and scale live here.
  4. Tool registry. The catalog of capabilities available to Shakeeb and to generated apps. Each tool is a declarative spec plus an implementation. The Assembly Line has its own tool sub-registry for document-production tools (voice-guide extractor, jurisdictional annotator, financial-model builder).

One engine, one dashboard, four roles.

4. The 7-stage pipeline

Aleph executes seven stages per project. Shakeeb orchestrates; Aleph acts.

  1. Brief. Aleph stores and versions the brief produced by Shakeeb.
  2. Plan. Aleph drafts architecture and data model proposals. Shakeeb walks the user through trade-offs.
  3. Scaffold. Aleph generates the base repo from the opinionated stack.
  4. Build. Aleph writes feature code. Every change is a commit. Every commit carries a Shakeeb decision record.
  5. Test. Aleph auto-generates unit and e2e tests from the brief. The 17 Aleph gates and 6 CI gates run. Shakeeb self-reviews.
  6. Deploy. Staging preview, user signoff on diff plus Shakeeb recommendation, production deploy.
  7. Operate. Ambient monitoring. Cost, error, and usage anomaly surfacing. Change requests loop back to Build. Bundle delivery runs on a parallel cadence during this stage: legal pack day 3, finance pack day 5, marketing + content pack day 8, compliance pack day 10, ops + sales pack day 12, bundle closeout day 14. See Generated-Business-Standard §4.

The 72-hour end-to-end SLA runs from brief signoff for the code track. The bundle SLA runs on the 7-to-14-day cadence. No per-stage SLAs at launch on either track.

5. Gates

Every build passes through two stacks.

5.1 The 17 Aleph gates

Applied before code reaches CI. Representative classes (not an exhaustive list in this doc):

The full list lives in Gnesis-Build-Engine.

5.2 The 6 CI gates

Standard CI on the generated repo.

  1. Lint.
  2. Typecheck.
  3. Unit tests.
  4. Integration tests.
  5. E2E (Playwright).
  6. Build artifact (Next.js build, Drizzle generate, bundle analyzer).

Target gate-pass rate first try: above 70 percent by Q3 2026.

5.3 The 8 Assembly Line gates

Applied to every business-setup deliverable before release (see Generated-Business-Standard §5 for the full spec).

  1. Brief fidelity.
  2. Voice conformance (customer brand voice guide or neutral default).
  3. AI-pattern filter (no em dashes, no filler, specific nouns).
  4. Jurisdictional annotation for region-dependent content.
  5. Legal-review flag on every legal, compliance, or finance doc.
  6. Consistency cross-check against sibling bundle documents.
  7. Format integrity (Word opens clean, markdown renders, formulas evaluate).
  8. Rebuild recipe included.

Target Assembly Line gate-pass rate first try: above 80 percent by Q3 2026.

6. Tool registry

Tools are declarative. Each tool ships:

Tools are loaded per project at brief signoff. Custom tools can be installed by the tenant. Marketplace rollout is post-launch.

See Tool-Registry for the full schema and lifecycle.

7. Runtime substrate

7.1 Default stack

The stack is an opinionated default. Deviations are possible but tracked.

7.2 Isolation modes

Three modes, tier-defaulted, always overridable.

No hard gate on any mode. Downgrade and upgrade paths are both documented.

7.3 Secrets

Gnesis vault stores secret material. The vault UI is the authoring surface. Secrets sync to Coolify per-environment secrets (local, staging, production). Rotation rotates both.

7.4 Observability

Four layers:

  1. Sentry for errors.
  2. PostHog for product analytics.
  3. OpenTelemetry traces and metrics.
  4. Gnesis-hosted telemetry dashboard that rolls all three up per project.

8. Dashboard

The Aleph dashboard is user-facing. It is the only Aleph surface most users ever open.

8.1 Home

A grid of projects. Each card shows name, current stage, last build status, and last deploy.

8.2 Project page

Two primary elements.

  1. Pipeline lane view. Seven lanes, one per stage. Current stage highlighted. Events flow under each lane.
  2. Active build timeline. The most recent build expanded, phases horizontal (generating, testing, gating, deploying).

Drill-downs: file tree plus diff viewer per build. Decisions inbox accessible via project nav.

8.3 Live activity feed

Right rail. Commits, gate results, deploys, ambient events, tool calls, Assembly Line generations and gate results. Filterable.

8.4 Bundle lane

Separate lane under the project page. Shows all 33 bundle deliverables with status: not-yet-run, generating, ready-for-review, delivered. Clicking a deliverable opens the document viewer plus the audit record plus the rebuild recipe. See Surfaces-Spec §5 and §14.

9. APIs

9.1 Aleph API

Programmatic access to build, deploy, rollback, tool install, and audit log. Used by Shakeeb, by Gnesis CLI, and by Enterprise customers who want to drive Aleph from their own systems.

9.2 Aleph CLI

Thin wrapper around the API. Primary audience: developers who eject and keep using Aleph-compatible tooling locally.

10. Migrations

11. Rollback

Rollback is always a first-class path. If a change has no rollback, it is classified destructive.

12. Failover

13. Metrics (internal)

14. Open questions

Tracked in the Open-Questions-Ledger. Current top-of-stack items:


Related docs: Gnesis-Product-Spec, Shakeeb-Product-Spec, Gnesis-Build-Engine, Generated-App-Standard, Tool-Registry, Observability-Spec, Data-Model, Tenant-Model.

Gnesis · Aleph Product Spec · private beta · 2026-04-23