Skip to main content

66 docs tagged with "arch"

View all tags

Adversarial Testing

Prompt injection, PEP bypass, manifest violations, and entitlement escalation tests for PGAR runtimes.

Agents Playbooks

Hub for Agents playbooks: intent routing, orchestration (session, memory, autonomy), and tool manifests.

Audit & Replay

Immutable verdict logs, examiner questions, and replaying authorization without chat transcripts.

Autonomy Shape

Run Pattern 0-3 from the pinned route: single inference, autonomous loop, fixed workflow, or guided hybrid inside Plane ②.

Business Journey Mapping

Map business KPIs and customer journeys to observable events. Outcome SLOs, conversion signals, and business-layer instrumentation for unified observability.

Canary Promotion

Eval-gated model swap and rollback at the LLM gateway: change records, traffic split, and when canary becomes stable.

Capability Matrix

Versioned registry of approved model endpoints per profile, task, data class, and region: the Plane ③ source of truth.

Correlation Graph

Connect business KPIs to service traces and infrastructure signals. Correlation IDs, journey mapping, and the observability graph for unified enterprise operations.

Eval Engineering Playbooks

Hub for eval engineering playbooks — golden datasets, synthetic generation, online scoring, human review, LLM-as-judge, and per-plane recipes.

Eval Plane ①: Input

How to evaluate the Input plane — parsing, intent, injection resistance, and PII handling before inference begins.

Eval Plane ②: Data

How to evaluate the Data plane — source freshness, lineage, access boundaries, and factual correctness of underlying knowledge.

Eval Plane ③: Context

How to evaluate the Context plane — retrieval precision, ranking, scope, packing, and abstention when evidence is thin.

Eval Plane ④: Reasoning

How to evaluate the Reasoning plane — faithfulness to context, conclusion quality, tool selection, and multi-step logic.

Eval Plane ⑤: Tool

How to evaluate the Tool plane — selection, arguments, idempotency, error handling, and schema compliance for agent tool calls.

Eval Plane ⑥: Memory

How to evaluate the Memory plane — session scope, TTL, consistency, and cross-session leakage in agent and copilot systems.

Eval Plane ⑦: Action

How to evaluate the Action plane — policy enforcement, authorization, side effects, and auditability before irreversible operations execute.

Eval Plane ⑧: Outcome

How to evaluate the Outcome plane — end-user task success, clarity, usefulness, and trust in the final delivered response.

Further Reading

Curated third-party articles, guides, and tool docs on LLM and agent evaluation — mapped to the Eval Framework Blueprint series.

Further Reading

Curated third-party resources on PDP/PEP, OAuth, policy engines, and agent authorization, mapped to the PGAR playbook series.

Gateway Task Routing

Per-call filter, score, and pick (or abstain) at the LLM gateway: task type, failover, cost caps, and residency.

Go-Live Evidence Pack

What examiners get before scale: inventory row, obligation map, runtime verdict sample, eval gates.

Governance Playbooks

Two views, one G.A.I.N subject: estate operating how-to and PGAR runtime how-to.

Governance Rules

Discipline rules for enterprise observability. Structured logs, correlation IDs, KPI mapping, alert ownership, and telemetry purpose in regulated environments.

Inference Handoff

Every plan or synthesize call goes through Plane ③, then validate proposals against the manifest and gate side effects at the PEP.

Infrastructure Telemetry

Monitor compute, Kubernetes, network, and storage with signals linked to service identities. Infrastructure-layer observability for unified enterprise stacks.

Intent Router Playbooks

Hub for intent routing playbooks: route contract reference, route table lifecycle, layered classification, agentic app wiring, and routing eval CI.

Inventory Record

No inventory, no owner, no go-live. Minimum fields for an AI use-case row before runtime scale.

Layered Classifier

Implement intent classification: eligible routes, rules (channel and event), classifier, LLM fallback, safety veto, and outcomes before the agent loop.

Manifest Registry

Tool manifests, schema compliance, PEP gating per tool, and blocking proposals outside the registry.

Maturity Assessment

L0 through L5 observability maturity model for enterprises. Gap analysis, scoring checklist, and roadmap from reactive logs to business-aware and predictive operations.

MCP Playbooks

Hub for G.A.I.N MCP: MCP is transport. Tool contracts (manifests) live under Agents.

Memory

Session, working, loop, episodic, and long-term memory as route policy plus a partitioned store: isolation, TTL, retrieve_only, writes, and erase.

Model Routing Playbooks

Hub for Plane ③ model routing playbooks: capability matrix, gateway task routing, and eval-gated canary promotion at the LLM gateway.

Obligation-to-Control Map

Map each must-we obligation to a named control and an evidence artifact. Governance Operating how-to.

Observability Playbooks

Hub for unified observability playbooks. Business, service, and infrastructure layers, correlation graph, governance, maturity, and operating model.

Operating Model

RACI and team boundaries for unified observability. Product, engineering, platform, SRE, and architecture responsibilities in regulated enterprises.

Operating Playbooks

Estate how-to for G.A.I.N Governance: inventory, obligation-to-control map, and go-live evidence pack. Runtime PEP/PDP lives in the Runtime series.

Orchestration Playbooks

Hub for Plane ② orchestration playbooks: session custody, memory, autonomy shape, and inference handoff after the intent router decides and the app pins the run.

PDP Policy Surfaces

ALLOW, DENY, and STEP_UP only — policy versioning, rule authoring, and deterministic authorization.

PEP Enforcement

The four steps every Policy Enforcement Point runs on every proposal: receive, ask PDP, audit, act.

PGAR Boundary Playbooks

The five PGAR trust boundaries in request order (ingress, agentic app, LLM proposal, PEP + PDP, downstream), including multi-agent workflows, with links to each implementation playbook.

PGAR Foundation Playbooks

Core PGAR building blocks in implementation order — SARAC contracts, token custody, PEP/PDP enforcement, step-up, and audit replay.

Policy Test Scenarios

Golden scenario libraries for PDP/PEP regression, representative, edge, adversarial, and incident replay cases.

RAG Playbooks

Hub for G.A.I.N RAG playbooks: retrieval as a governed action, context packs, and PEP-gated search.

RAG Retrieval

Retrieval as a PEP-gated tool, context pack logging, validation handoff, and PGAR applied to RAG.

Route Contract Reference

Field dictionary for route table rows: route, activation target (which agentic app to start), manifest, policy, retrieval, memory, workflow, and related artifact ids.

Route Table Lifecycle

Where route contracts live, how to version and promote them, entitlement requirements per row, and rollback in regulated environments.

Routing Eval CI

Golden intent sets, release gates, adversarial coverage, and incident replay for Plane ① routing — aligned with Eval Input plane.

Runtime Playbooks

Hub for Policy-Governed Agent Runtime playbooks (foundation, assurance, and boundary). PEP/PDP on the request path.

Service Golden Signals

Instrument applications with latency, traffic, errors, saturation, distributed traces, and SLIs/SLOs. Service-layer observability for unified enterprise stacks.

Session Custody

Two pins, durable run store, and when a checkpointer or Temporal is enough: loop bounds, credential stripping, restart by run_id.

Step-Up & Attestation

STEP_UP verdict handling, four-eyes approval, re-evaluation with context.approval, and UX ownership in the agentic app.

Wire Agentic App

Decide-only router: freeze the route, async-start the app, skip the loop on clarify/abstain. UI and event ingress.