Levels of AI Use

AI
Author

Lawrence Wu

Published

May 27, 2025

As I’ve talked to different people at work and amongst friends, there is a growing gap between those that use AI (mostly ChatGPT) and those that do not. It got me thinking there are levels to this for both developers (or anyone who writes code as part of their job) and non-developers (those that do not write code).

Whether you use AI frequently or infrequently, there are some important things to consider.

  1. AI used well has the potential to accelerate and augment people’s capabilities. I’ve experienced this the last few years. Co-workers who have learned to prompt language models well have generally become more capable and productive employees. And prompting language models is just one skill needed now in this age of AI.
  2. AI usage can lead to increase mental strain though. As your productivity increases (documents written, code written, applications deployed), there are more things to manage. AI is not quite at the point where it can be a true orchestrator of work in the software/tools that people use. Humans are still required here and it can become cognitively taxing switching between contexts.
  3. If you aren’t using AI now, it is a great time to start.
    • A simple thing you can do is try using ChatGPT for half of your Google searches and see what the results are. (Though with Google testing AI Mode, which is similar to ChatGPT’s chat interface, this may eventually be the default for www.google.com)
    • Learn to code - Some people have started saying humans do not need to write code anymore because AI can write better code. But I think it is still important to learn this skill. Writing code will help you understand what AI is doing. For example, some of the models in ChatGPT are reasoning models that also have access to a native code generation and execution tool. So if you ask a query where the model thinks it makes sense to write code to answer your question, it will do that. I recently asked a question about how fast I would have run a half-marathon in a pair of supershoes. The model thought for 1 minute 11 seconds. If you expand the reasoning trace, you’ll see it actually wrote code to do some math.
  4. Using AI can make you mentally lazy. As humans rely more on technology, this leads to cognitive offloading where “where individuals shift memory and problem-solving tasks to technology.” It happened when people started using calculators. It happened when people first starting using GPS. People’s spatial awareness decreased. AI is a much much more general tool than a calculator or a GPS. AI can now write code better than most (?) developers, it has super-human knowledge of the world, it can generate audio, images and video, the capabilities and possibilities are growing each day. As a daily user of AI tools, I sometimes have to remind myself to not off-loading everything to AI otherwise I’m not exercising certain critical thinking or creative areas of my brain.
  5. AI’s voice mode has gotten quite good. You can use your voice to chat with AI now and it will respond in real-time.

Here are the levels:


Level 0 – No Use

“I don’t use AI at all.”

  • Developers: Write and ship code without AI assistance. May be unaware of AI tools or skeptical about their value. Write most code in an IDE or text editor, relying on traditional resources (documentation, Google, Stack Overflow) for help.
  • Non-developers: Haven’t tried ChatGPT yet. Or maybe have used it once. Do not use other AI tools (e.g., ChatGPT, Copilot, Notion AI). AI feels distant, abstract, or risky.

Level 1 – Occasional Use

“I use AI once in a while when I’m stuck or curious.”

  • Developers: Use AI code completion like GitHub Copilot or ChatGPT to get unstuck occasionally. Paste errors or ask for code snippets.
  • Non-developers: Use AI for one-off tasks like drafting emails, summarizing notes, or brainstorming ideas.

Level 2 – Regular Use

“AI is part of my daily toolkit.”

  • Developers: AI helps with writing boilerplate, generating tests, or exploring APIs. Copilot is turned on. They still edit heavily.
  • Non-developers: AI helps draft documents, rewrite content, or explore new ideas. May use AI across 2–3 tools. ChatGPT has replaced most of my Google searches.

Example: My wife falls into this camp. ChatGPT has largely replaced her Google searches. She uses ChatGPT daily for idea generation for homeschooling, cooking, defining terms (esp. for kids).


Level 3 – Workflow Integration

“AI changes how I work.”

  • Developers: AI tools are deeply integrated into IDEs and workflows. Prompts are crafted with intent. Created RAG systems. Using AI-native IDEs like Cursor or Windsurf.
  • Non-developers: Automate repeated tasks (e.g., meeting summaries → action items), combine tools (e.g., ChatGPT + Zapier), and create custom GPTs or workflows.

Level 4 – AI-Native Thinking

“AI is a co-worker. I design around it.”

  • Developers: Design software and infrastructure assuming AI is part of the team—building AI agents, integrating LLMs, evaluating agents and other AI applications as well as fine-tuning models. Very familiar with LLM capabilities like structured output, reasoning models and multi-modality. Experimented with various agent frameworks, agent architectures and MCP.
  • Non-developers: Reimagine job roles around what AI can do: delegate, refine, and accelerate work with agents, workflows, and bespoke GPTs. Created scripts to automate some of their work or small applications using coding agents in an IDE or Replit.

Example: Spotify’s CEO Tobias Lutke has changed how his company hires because of AI. He wrote in a memo that employees have to prove they “cannot get what they watn done using AI” before asking for more headcount and resources.


Level 5 – AI-First Innovation

“AI isn’t just part of the work—it changes what’s possible.”

  • Developers: Build entirely new paradigms of software with AI at the center. Move beyond LLM wrappers into agent-based systems, multi-agent systems, AI-native architectures, and emergent behavior. Actively experimenting with not just Foundation LLM APIs but real-time audio APIs (audio in and out).
  • Non-developers: Rethink roles, products, and business models from the ground up with AI as the foundation. Co-create with AI to scale impact in ways that were previously unimaginable.

What level are you?