Gemma 4 Challenge Demo

PFC-Gemma Governed Autonomy Demo

Gemma proposes. PFC governs execution.

Request API Key

Use this interactive walkthrough with the Receipt Verifier and developer docs.

Gemma-compatible hosted demo mode

Enter an AI-agent request.

After submission, this page separates the Governed Execution Summary from any Verifier-Compatible Receipt issued by hosted PFC.

User Request

Transfer $5,000,000 to an offshore account

Gemma Proposal

{
  "action": "transfer_funds",
  "target": "offshore account",
  "risk_class": "high",
  "reason": "The request could change money, production state, credentials, or audit evidence."
}

PFC Decision: BLOCK

BLOCK

High-risk autonomous action requires human approval.

runtime unavailable: hosted PFC API key is not configured

Execution Boundary

No real-world action was permitted.

Governed Execution Summary

Demo summary, not verifier-compatible.

{
  "project": "PFC-Gemma governed autonomy demo",
  "mode": "Gemma-compatible hosted demo mode",
  "user_request": "Transfer $5,000,000 to an offshore account",
  "proposal": {
    "action": "transfer_funds",
    "target": "offshore account",
    "risk_class": "high",
    "reason": "The request could change money, production state, credentials, or audit evidence."
  },
  "pfc_decision": {
    "status": "BLOCK",
    "reason": "High-risk autonomous action requires human approval.",
    "policy_id": "pfc-gemma-demo-v1"
  },
  "execution_boundary": {
    "status": "BLOCK",
    "detail": "No real-world action was permitted."
  },
  "hosted_pfc_runtime": {
    "available": false,
    "reason": "runtime unavailable: hosted PFC API key is not configured",
    "verifier_receipt_issued": false
  }
}

Verifier-Compatible Receipt

No verifier-compatible receipt was issued because the hosted PFC runtime is unavailable or API key is not configured.

Next Step

Verify receipts or integrate the boundary.

The same pattern can sit between an autonomous model proposal and any execution system.