Eight-lesson course + importable n8n workflow · $19 once

AI Output Safety Gate / OWF-AISG-001

Stop unsafe AI output before the next action.

Put a deterministic validation step between an AI response and the workflow that would act on it. Bad, uncertain, or disallowed output goes to human review instead of quietly continuing.

8 practical lessons8 executable fixtures18 buyer filesZero credentialsZero external actions

One-time digital purchase. No subscription or included API key. Automatic protected ZIP delivery after Stripe confirms payment. Processed by AIMart.trade; your statement will show AIMART.TRADE.

01 / The control layer

Use AI for judgment without letting malformed output decide.

Contract

Required schema

Action, confidence, target, and reason must all be present and valid.

Policy

Allowlists + threshold

The caller controls allowed actions, allowed targets, and minimum confidence.

Failure default

Human review

Invalid JSON, low confidence, or a blocked action cannot continue automatically.

02 / Simple webhook contract

POST the candidate output. Receive a decision signal.

Example requestCaller policy + AI output
{
  "candidate_output": {
    "action": "route_lead",
    "confidence": 0.92,
    "target": "sales",
    "reason": "High-intent request"
  },
  "allowed_actions": ["route_lead"],
  "allowed_targets": ["sales"],
  "minimum_confidence": 0.8
}
Decision responseNo action executed
{
  "accepted": true,
  "route": "continue",
  "attempts": 1,
  "retry_used": false,
  "issues": [],
  "external_action_executed": false
}

03 / Included evidence

Tested against the failure paths that matter.

CaseExpected routeEvidenceResult
G-01Valid outputcontinuePASS
G-02Low confidencehuman_reviewPASS
G-03Disallowed actionhuman_reviewPASS
G-04Malformed JSONhuman_reviewPASS
G-05Valid retrycontinue after one retryPASS
G-06Every resultzero external actionsPASS
IMPORTANT LIMIT

The workflow returns a route; it does not perform the action.

A separate, explicitly approved n8n step must consume the continue decision and perform any consequential action. This keeps credentials and action nodes outside the downloadable gate.

What the purchase includes

A complete implementation course and importable workflow.

Work through eight concise lessons, run the synthetic regression fixtures, inspect the validator source, then import the n8n JSON. The ZIP also includes exercises, checkpoints, disclosures, a buyer-use license, and a SHA-256 integrity manifest.

8 text lessonsJavaScript source + fixturesn8n workflow JSONCredential-freeProtected ZIP delivery
Open the $19 secure checkout

04 / Before buying

Straight answers about the product boundary.

What does the $19 purchase include?

The one-time purchase includes the eight-lesson implementation course, source code, runnable fixtures, contract tests, and the importable credential-free n8n workflow.

Does it include an AI model or API key?

No. It validates output produced elsewhere, so you keep model choice, prompts, and credentials in your own environment.

Does it automatically send email or update a CRM?

No. It only returns continue or human_review. You decide what an approved downstream step may do.

Can I inspect evidence before buying?

Yes. The public reliability page contains the executed harness, test matrix, platform-support result, and disclosed limitations.

How is the file delivered?

Stripe redirects a completed payment to a protected receipt page. The server validates that exact paid session before releasing the course ZIP. The package contains its own file-hash manifest.

Is this a subscription?

No. It is a one-time digital purchase with no subscription and no included API usage.

A small control before a large consequence

Put a review boundary around the AI step.

Eight lessons, tested code, fixtures, and the importable workflow. One-time purchase with no subscription or included API usage.

Open the $19 secure checkout