All articles
Personas6 min read

Which AI Persona Are You If You're a Developer?

Most developers use AI for code completion and not much else. The ones who use it well are doing something entirely different. Find out which developer AI persona you are.

Published 8 May 2026

Developer AI adoption follows a pattern almost everywhere: 80% of developers try it, 20% actually change how they work.

The difference isn't the tools. Most developers have access to the same Copilot, the same Claude, the same ChatGPT. The difference is how they use it — and that comes down to their AI thinking style.

After mapping the quiz results of thousands of developers, four AI personas show up most consistently. Here's how to tell which one you are.

The four developer AI personas

The Scientist — analytical devs, backend engineers, QA

You approach AI the same way you approach code: with skepticism. You don't trust output you haven't verified. You've seen too many confident-sounding hallucinations pass a superficial review. You test before you ship, AI or not.

Signs you're a Scientist:

  • You review every AI-generated function before accepting it — you don't just tab-complete and move on
  • You've written a test specifically to catch an AI error after one got through
  • You find AI most useful for explaining unfamiliar code, not writing new code
  • You have opinions about which models are actually reliable and why

What to try next: Use AI for code review prep, not just generation. Before you open a PR, paste your diff and ask AI to find edge cases, missed error handling, and security issues. It catches things reviewers flag anyway — before they do.


The Hacker — full-stack devs, indie builders, startup engineers

You use AI as a velocity multiplier. You build fast, iterate fast, and treat AI as a collaborator that lets you skip the boring parts and focus on the interesting ones. You've built things in a weekend that would have taken a month before AI.

Signs you're a Hacker:

  • You've built an MVP or proof of concept significantly faster because of AI
  • You regularly paste error messages directly into AI and use the fix without fully understanding it (and you've been burned by this at least once)
  • You find AI most useful for scaffolding — getting a working skeleton that you then refine
  • You use AI to write code in languages or frameworks you don't fully know yet

What to try next: Build a debugging ritual. When AI gives you a fix, spend 2 minutes understanding why before applying it. Not because you need to understand everything — but because understanding the fixes you apply is how you stop making the same mistakes.


The Artisan — senior devs, principal engineers, tech leads

You've moved past the novelty phase. AI is a tool in your workflow, not a curiosity. You care about quality, consistency, and not creating tech debt you'll spend six months paying down. You're selective about where AI genuinely helps and where it creates more work than it saves.

Signs you're an Artisan:

  • You've defined team standards for AI-generated code (review requirements, test coverage, etc.)
  • You use AI heavily for documentation and test writing — the high-value, low-engagement work
  • You've rejected a non-trivial amount of AI-generated code because it passed tests but was structurally poor
  • You think carefully about what goes into the prompt before writing it

What to try next: Build a code review checklist for AI-generated code that your team actually uses. Document what passes and what doesn't. This turns your individual judgment into team capability — and it surfaces the AI anti-patterns your codebase is most susceptible to.


The Sovereign — CTOs, principal engineers, AI-native builders

You're not using AI to write code — you're designing systems where AI is the code. Agents, pipelines, LLM-powered features, evaluation frameworks. You think about AI reliability, latency, cost, and failure modes the way others think about database design.

Signs you're a Sovereign:

  • You've built at least one feature where an LLM is in the critical path
  • You have opinions on evals, prompt versioning, and model selection
  • You've thought seriously about what happens when the model hallucinates in production
  • You're the person other developers come to when something AI-adjacent breaks

What to try next: Build an evaluation framework for your AI features — even a simple one. Assertions that check output format and semantic correctness. The gap between "it works in the demo" and "it works reliably in production" is almost always closed by tests you run against the model, not the code that calls it.


Why level matters as much as style

The persona isn't just about thinking style — it's about level. A Level 2 Hacker and a Level 5 Hacker both build fast, but they're in completely different places. The junior Hacker is building demos. The senior Hacker is building things others rely on.

The most common developer pattern in our data: Scientist style, Level 2–3. High analytical rigor, still building the depth of AI integration habit. The step from Level 2 (Curious) to Level 3 (Tinkerer) is where the real skill jump happens — moving from "I use AI sometimes" to "AI is part of every significant coding session."


The one habit that separates good developer AI use from great

The developers who get the most from AI share one habit: they write better prompts, not longer ones.

Not "write me a function that does X" — but "I'm building a service that does X. The current implementation does Y. The problem I'm trying to solve is Z. Write a function that handles these edge cases: A, B, C."

Specificity beats length. Context beats cleverness. The more precisely you describe what you need, the less editing you do on the other end.

Take the quiz to find your developer AI persona →

Or explore the Hacker, Scientist, Artisan, and Sovereign persona profiles to see which one resonates.

Find your AI persona

Which of the 24 AI personas are you?

Twenty questions. Your level, your thinking style, and a personalised playbook.

Take the quiz — 4 minutes