Skip to main content

30 docs tagged with "ai-intelligence"

View all tags

Agents Playbooks

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

Autonomy Shape

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

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.

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.

Gateway Task Routing

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

Inference Handoff

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

Intent Router Playbooks

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

Layered Classifier

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

Model Routing Playbooks

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

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.

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.

Session Custody

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

Wire Agentic App

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