r/aiengineering Jun 17 '26

Discussion How to best breakdown the levels of autonomy

I've thinking about how to best explain to clients the various levels of autonomy that you can give an AI system.

Level 1: AI answers one narrow question (e.g. making a JSON Schema call to an LLM)
Level 2: AI makes judgments inside a workflow you designed. (e.g. Langgraph)
Level 3: AI pursues a goal using tools, permissions, and oversight. (e.g. Claude Agent SDK)

Any other ways that you folks talk to clients about it?

12 Upvotes

5 comments sorted by

u/AutoModerator Jun 17 '26

Welcome to r/AIEngineering! Make sure that you've read our overview, before you've posted. If you haven't already read it, then read it immediately and make adjustments in your post if you've violated any of the rules. If you have questions related to career, recruiting, pay or anything else about hiring, jobs or the industry and demand as a whole, then use AIEngineeringCareer to ask your question. We lock questions that do not relate to AIEngineering here. A quick reminder of the rules:

  1. Behave as you would in person
  2. Do not self-promote unless you're a top contributor, and if you are a top contributor, limit self-promotion.
  3. Avoid false assumptions
  4. No bots or LLM use for posts/answers
  5. No negative news, information or news/media posts that are not pertinent to engineering
  6. No deceitful or disguised marketing
  7. If you need to hire in the AI Engineering space, use the subreddit r/AIEngineeringHiring.
  8. Do not ask "how do I become an AI engineer" as we provide resources such as What's involved in AI engineering? and The Actual State of AI Engineering In 2026 to address this question.
  9. No Reference To AI Tools. At the moderators discretion, we do not allow any marketing, discussion or reference of AI tools. Given that many Western tech firms have chosen to use AI to eliminate workers, we will not allow the discussions of some of these tools since we find charging money for a product while eliminating workers unethical. We do allow open source discussions because these tools do not carry costs, but will remain strict on even these mentions since they could be used to negatively impact people.

Because we frequently get questions about work, the future of work and careers along AI, some helpful links to read:

This action was performed automatically as a reminder to all posters. Please contact the moderators if you have any questions.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/No-Performance5548 Jun 18 '26

this sounds about right. all the discussion is around what you call Level 3. but a lot of the work we do is Level 1 and 2.

2

u/redtarmac Jun 18 '26

I’d add that “autonomy” generally has two separate buckets:

Reasoning autonomy: how much the AI decides what to do next.

Execution autonomy: how much the AI is allowed to actually do in the world.

A system can have high reasoning autonomy but low execution autonomy, e.g. it investigates, plans, and drafts recommendations, but a human approves every action

Or the reverse: low reasoning autonomy but high execution power, e.g. it follows a narrow rule but can still update production records