Agentic AI Readiness Score

A free 25-question assessment of your organization's ability to run agentic AI in production, across five sub-dimensions: tools, memory, planning, guardrails, and observability. About 10 minutes. Nothing is submitted.

25 questions · max score 75 · operational counterpart to the Agentic AI framework dimension

Progress
0 / 25

Tool use & integration

How agents call external tools and services — from ad-hoc integrations to standardized protocols like MCP.

  • 1. How do your agents discover and call external tools?
  • 2. How do you restrict which tools an agent can call at runtime?
  • 3. How are tool outputs sanitized before feeding back to the model?
  • 4. How do agents authenticate when calling tools that require credentials?
  • 5. How do you handle destructive / irreversible tool actions (send email, transfer funds, delete data)?

Memory & state

How agents maintain and retrieve state across turns and sessions — from stateless to persistent shared memory.

  • 1. How do agents maintain context across steps within a single task?
  • 2. How do agents remember information across sessions or users?
  • 3. How does the agent retrieve relevant context from long-term memory?
  • 4. How is agent memory audited and cleared?
  • 5. How does memory handle cross-agent knowledge sharing?

Planning & orchestration

How agents decompose goals into steps — from linear chains to reasoning-model-driven dynamic plans.

  • 1. How do agents decompose complex goals into steps?
  • 2. How do you choose which model handles which subtask?
  • 3. How do agents recover from tool failures mid-task?
  • 4. How do multi-agent systems coordinate?
  • 5. How do you cap per-task compute and cost?

Guardrails & safety

Runtime safety controls — input filtering, output validation, per-action budgets, human-in-the-loop.

  • 1. How do you filter inputs (user + tool + retrieval) before they reach the agent?
  • 2. How do you filter outputs before showing them to users or invoking tools?
  • 3. How do you defend against indirect prompt injection (adversarial content in retrieved documents / tool outputs)?
  • 4. How is the human-in-the-loop pathway implemented?
  • 5. How do you red-team agents before launch?

Evaluation & observability

Instrumentation and evaluation of agent behaviour distinct from LLM evals.

  • 1. What do you log for every agent run?
  • 2. What metrics do you track for agent quality?
  • 3. Do you run offline evaluations on a golden dataset?
  • 4. How do you detect drift in production agent behaviour?
  • 5. How do you close the feedback loop from incidents back into evals and guardrails?

FAQs

  • How long does the assessment take?

    About 8–10 minutes. Twenty-five multiple-choice questions across five sub-dimensions of agentic AI.

  • What does the score mean?

    Your total maps to one of five readiness bands: Nascent → Exploring → Operational → Advanced → Leading. Each band comes with prioritized advice for the next investment to make.

  • What are the five sub-dimensions?

    Tool use & integration, Memory & state, Planning & orchestration, Guardrails & safety, Evaluation & observability. Each gets 5 questions and a per-dimension score so you can see where you are strong and where you are weakest.

  • Where does this fit in the GenAI Maturity Framework?

    This quiz is the operational counterpart to the Agentic AI dimension of the framework (see /framework/dimensions/agentic). Agentic capability becomes material at framework maturity level 4-5.

  • Are my answers stored anywhere?

    No. Nothing is submitted or logged. The tool runs entirely in your browser; your answers persist to localStorage on your device only, so you can come back later.

For developers

Call this framework and its tools from your own agent via the Model Context Protocol (MCP) server. Works with Claude Desktop, Cursor, Zed, Continue, and the OpenAI Agents SDK.