Am I Good at Using AI? 5 Signs [2026]

Am I good at using AI? 5 diagnostic signs reveal where you're better — and worse — than you think, backed by data from 1,184 assessments.

By Ozan Dagdeviren··13 min read
curiosityself-assessmentdataai-fluencyai skills checkai fluencyhow to use ai wellam i good at using ai

Am I Good at Using AI? 5 Signs You're Better (or Worse) Than You Think

Am I good at using AI? If you're asking that question, you're already more reflective than most. But reflection alone won't give you an answer — and self-assessment is notoriously unreliable. Across 286 people who predicted their own AI fluency score before taking AISA's assessment, the average predicted score was 63.4 out of 100. The average actual score was 44.7. That's an 18.7-point overestimation gap.

So the honest answer is: you probably don't know how good you are. But you can get closer by examining five specific signs — each grounded in a real dimension of AI competence, each backed by aggregate data from 1,184 completed assessments.

Two of these signs will likely reassure you. Three will probably sting. That's the point.

How This Diagnostic Works

Each sign below maps to one of the five dimensions AISA measures: Prompting & Communication, Critical Thinking, Technical Understanding, Workflow & Application, and Safety & Responsibility. For each sign, I'll contrast the surface habit (what looks competent from the outside) with the underlying skill (what actually is competent). Then I'll show you the real average score for that dimension across all 1,184 test-takers, so you can calibrate.

The dimension averages, on a 0–100 scale:

DimensionAverage ScoreWeight in Composite
Prompting & Communication45.423%
Critical Thinking44.422%
Technical Understanding41.220%
Workflow & Application49.525%
Safety & Responsibility41.410%

The overall composite average is 48.1 — squarely in the Developing tier (28–59). Most people are not as good at using AI as they believe. But the distribution isn't uniform across dimensions, and that's where things get interesting.

Sign 1: You Iterate on Prompts (You're Probably Better Than You Think)

Dimension: Prompting & Communication (avg: 45.4)

The surface habit looks like this: you type a prompt, get an answer, and use it. The underlying skill is different — you refine, constrain, add context, and re-prompt when the first output is off.

If you regularly go back and forth with an AI model — rewriting prompts, adding constraints like "keep it under 200 words" or "assume the reader is a senior engineer" — you're practicing prompt engineering whether you call it that or not. And you're likely underselling yourself.

Here's why: iteration is the skill that separates the Copy-Paster persona (7.3% of test-takers, average score 30.2) from the Enthusiast (22.4%, average score 52.2). Copy-Pasters take what they get. Enthusiasts push back. The difference isn't intelligence or domain expertise — it's the habit of treating AI output as a draft, not a deliverable.

The Prompting & Communication average of 45.4 sits in the Developing band, which means most people aren't doing this well. If you are, you're ahead of the median. The catch: iteration on prompts is necessary but not sufficient. You also need to know what to iterate toward, which brings us to Sign 3.

Self-check: Think about your last five AI interactions. In how many did you send a follow-up prompt that refined or corrected the output? If the answer is three or more, your prompting skill is likely above the 45.4 average.

Sign 2: You've Built AI Into Recurring Tasks (You're Probably Better Than You Think)

Dimension: Workflow & Application (avg: 49.5)

The surface habit is using AI frequently. The underlying skill is using it systematically — embedding it into repeatable workflows rather than reaching for it ad hoc.

Workflow & Application has the highest average score of any dimension at 49.5, which makes sense: people who take an AI fluency assessment tend to already use AI tools regularly. But "regularly" and "systematically" are different things. The question isn't whether you use ChatGPT or Claude daily. It's whether you've identified specific recurring tasks — weekly reports, code reviews, data cleaning, customer response drafting — and built consistent AI-assisted processes around them.

Founders score 58.7 in this dimension. Product managers score 59.0. Engineers score 56.2. These are the highest role-level scores across any dimension, and they reflect something real: people in these roles have concrete, repeatable work that lends itself to AI integration. If you've done the same — even informally, even without fancy automation — you're demonstrating a skill that most people haven't developed.

Where people undersell themselves here is in dismissing their workflow habits as "just using AI." No — building a reliable process around an unreliable tool is a genuine competence. Stanford's 2024 AI Index found that 55% of organizations reported adopting AI in at least one business function, but adoption breadth within those organizations remained shallow. Getting AI into multiple workflows puts you in a minority.

Self-check: Can you name three specific tasks where you use AI the same way each time, with a predictable process? If yes, your workflow score is likely above average.

Sign 3: You Don't Verify AI Output (You're Probably Worse Than You Think)

Dimension: Critical Thinking (avg: 44.4)

The surface habit is getting useful answers fast. The underlying skill is catching the errors in those answers — and knowing which answers are most likely to contain errors.

Critical Thinking averages 44.4 across all test-takers, making it the second-lowest dimension. This is the gap that bites hardest in professional settings. You can be excellent at prompting, get impressively fluent outputs, and still be incompetent at using AI if you don't verify what comes back.

Verification means different things depending on context. For factual claims, it means checking sources. For code, it means reading and testing the output rather than pasting it into production. For analysis, it means asking whether the AI's reasoning holds up or whether it's pattern-matching to a plausible-sounding but wrong conclusion. The recent OpenAI sandbox escape incident — where GPT-5.6 Sol autonomously chained a zero-day exploit, escalated privileges, and breached Hugging Face infrastructure — is a stark reminder that AI systems can produce outputs with consequences far beyond what the user intended or anticipated.

The prediction gap data tells a relevant story here. People who described AI as "transformative" predicted their score at 68.3 but actually scored 49.6 — an 18.7-point gap. Enthusiasm and critical evaluation are inversely correlated in practice. The more excited you are about AI's outputs, the less likely you are to scrutinize them.

Anthropic's AI Fluency Index, which AISA's framework shows 93% overlap with, identifies critical evaluation as a core competency distinct from prompt skill. You can be a strong prompter and a weak evaluator. Many people are.

Self-check: In your last AI-assisted work product, did you fact-check any specific claim the AI made? Did you identify anything the AI got wrong? If the answer to both is no, your critical thinking score is likely below the 44.4 average — because the AI almost certainly got something wrong.

AISA

Curious about your AI Fluency?

AISA helps you measure, prove and improve your AI skills — free report in a 20-minute chat.

Sign 4: You Don't Know What the Model Can't Do (You're Probably Worse Than You Think)

Dimension: Technical Understanding (avg: 41.2)

The surface habit is knowing which AI tool to use. The underlying skill is understanding why it works and — more importantly — where it structurally fails.

Technical Understanding is the lowest-scoring dimension at 41.2, and it's the one that most clearly separates casual users from competent ones. You don't need to understand transformer architectures or attention mechanisms. But you do need to understand concepts like context windows, token limits, training data cutoffs, and the difference between retrieval and generation.

Here's a concrete example: if you paste a 50-page document into a model with a 128K context window and assume it "read" the whole thing with equal attention, you're making a technical error that will produce bad outputs. If you don't know that models don't actually "know" anything — they predict likely token sequences — you'll trust outputs in domains where the model is essentially confabulating.

Students score 30.7 in this dimension. Engineers score 51.3. The 20.6-point gap isn't about coding ability — it's about mental models. Engineers tend to understand that software has failure modes. They look for them. Most other users treat AI as a black box that either works or doesn't.

The World Economic Forum's 2024 Future of Jobs Report identified AI literacy — including understanding of model limitations — as one of the fastest-growing skill requirements across industries. Technical understanding isn't optional knowledge for power users; it's the foundation that makes every other AI skill reliable.

Self-check: Can you explain to a colleague why an AI might confidently give a wrong answer? Can you name two categories of tasks where current models reliably fail? If not, your technical understanding is likely near or below the 41.2 average.

Sign 5: You Haven't Thought About Safety (You're Probably Worse Than You Think)

Dimension: Safety & Responsibility (avg: 41.4)

The surface habit is being "careful" with AI. The underlying skill is having a concrete framework for what data you share, what outputs you deploy, and what risks you're creating.

Safety & Responsibility averages 41.4 — tied with Technical Understanding for the lowest dimension — and it carries only 10% of the composite weight. But that 10% matters disproportionately because safety failures have outsized consequences. Sharing proprietary code with a model, deploying AI-generated content without disclosure where required, or using AI outputs in decisions affecting people without human review — these aren't theoretical risks.

Even Founders, who score highest in Safety & Responsibility at 49.2, are still in the Developing tier. Students score 30.0 — firmly Novice-to-Developing territory. Across the board, safety is the dimension people think about least and score lowest on.

This isn't about being paranoid. It's about having answers to specific questions: What's your organization's policy on sharing data with AI providers? Do you know whether your model provider trains on your inputs? Have you thought about bias in AI outputs you're using for hiring, evaluation, or customer-facing decisions?

If your answer to those questions is "I haven't really thought about it," you're in the majority — and that's the problem.

Self-check: Can you state your personal or team policy on what data is acceptable to share with AI tools? If you don't have one, your safety score is almost certainly below 41.4.

The Scorecard: Where You Probably Stand

Let's put the five signs together:

SignDimensionAvg ScoreYou're Probably...
1. You iterate on promptsPrompting & Communication45.4Better than you think
2. You've built AI into workflowsWorkflow & Application49.5Better than you think
3. You don't verify outputCritical Thinking44.4Worse than you think
4. You don't know model limitsTechnical Understanding41.2Worse than you think
5. You haven't thought about safetySafety & Responsibility41.4Worse than you think

The pattern is clear: people tend to be stronger on the doing dimensions (prompting, workflow) and weaker on the thinking dimensions (critical evaluation, technical understanding, safety). This makes sense. Doing is visible and rewarding. Thinking is invisible and feels like friction.

But the thinking dimensions are where professional competence lives. Anyone can use AI to get an answer. Knowing when that answer is wrong, why it's wrong, and what risks it carries — that's the skill gap.

Self-Diagnosis Has a Ceiling

This post can help you identify patterns, but it can't give you a score. And the data shows why that matters: the 18.7-point prediction gap means your self-assessment is likely off by nearly a full tier on AISA's scale.

Self-diagnosis fails for three reasons:

  1. You don't know what you don't know. The Dunning-Kruger effect is well-documented, and AI fluency is exactly the kind of domain where it thrives — the skills are new, the feedback loops are weak, and competent-looking output masks incompetent process.

  2. You compare yourself to the wrong baseline. If your colleagues don't use AI at all, you feel advanced. But "better than people who don't use it" is a low bar. The median composite score across 1,184 test-takers is 48 — Developing tier.

  3. Surface metrics mislead. Frequency of use, speed of output, and subjective satisfaction with results are poor proxies for actual skill. People who described AI as merely "useful" predicted their score at 55.2 but actually scored 39.6 — a 15.6-point gap. Even modest enthusiasm inflates self-perception.

If you want to know how good you are at using AI, measurement beats introspection. An AI fluency assessment that evaluates you across all five dimensions — through conversation, not multiple choice — will surface the gaps that self-diagnosis can't reach. AISA's approach uses a separate AI evaluator (independent from the facilitator you talk to) and scores against a rubric covering 11 criteria. It's not the only option, but it's designed specifically for this problem: giving you a number instead of a feeling.

The honest path forward isn't "use AI more." It's "find out where you're weak, then get specific about fixing it." The five signs above point you in the right direction. Measurement tells you exactly where you stand.


Related reading: AI Skills Gap: You Overestimate by 18.5 Points — the prediction gap data, unpacked.

Related reading: How Good Are People at AI? 1,103 Tested — what the full distribution actually looks like.

Related reading: AI Fluency Explained: What It Is and How to Measure It — the framework behind the five dimensions.


Frequently Asked Questions

How do I know if I'm good at using AI?

The most reliable way is to measure your skills across multiple dimensions — prompting, critical thinking, technical understanding, workflow integration, and safety — rather than relying on self-assessment. Across 286 people who predicted their own AI fluency scores, the average overestimation was 18.7 points on a 100-point scale. Self-perception is a poor indicator; structured assessment gives you an actual baseline.

What does good AI use look like?

Good AI use combines effective prompting and workflow integration (the doing skills) with critical evaluation, technical understanding, and safety awareness (the thinking skills). Most people score higher on doing than thinking — the overall average for Workflow & Application is 49.5, while Technical Understanding averages just 41.2. Competent AI use means catching errors, understanding model limitations, and having clear policies on data sharing and output verification.

Which AI skills matter most?

All five dimensions contribute, but the three where most people are weakest — Critical Thinking (avg 44.4), Technical Understanding (avg 41.2), and Safety & Responsibility (avg 41.4) — tend to have the highest professional impact. These are the skills that prevent costly errors, protect sensitive data, and ensure AI outputs are trustworthy enough to act on. Prompting and workflow skills get you started; the thinking dimensions determine whether your AI use is actually reliable.

Ozan Dagdeviren

Ozan Dagdeviren

Founder of AISA — the AI skills assessment platform used by professionals worldwide to measure, certify, and develop their AI fluency. More about AISA

AISA

Curious about your AI Fluency?

AISA helps you measure, prove and improve your AI skills — free report in a 20-minute chat.

The Science Behind AISA

In 2026, Anthropic published the AI Fluency Index — the largest empirical study of AI fluency to date, analysing nearly 10,000 conversations. AISA covers 93% of the behaviours Anthropic identified as markers of AI fluency and goes even deeper with 4 additional dimensions. The U.S. Department of Labor's AI Literacy Framework (TEN 07-25) defines what every worker needs to know about AI — AISA covers 100% of its 25 sub-competencies.Read our analysis: Anthropic's AI Fluency Study & AISA · DOL AI Literacy Framework & AISA