Field guide · AI best practices · July 2026

What is no longer human work

How to use AI fully: refuse labor, keep judgment, and demand a decision surface. Companion to agent-centered coding workflows.

For students and builders Judgment · orchestration · labor Related: coding practices

1. The real lesson

“This is not human work. Use the tools. Bring me the decision surface.”

Example: an agent suggests reinstalling a Chrome extension by hand. Following those steps keeps you as the labor. The better move is to reclassify the task: machine chore = labor, then have the agent (or OS / browser automation) remove, reinstall, and test.

Fully using AI is not “AI while you still click everything.” It is assigning labor out of the room and keeping only the signature: the decision, the verify step, and the accountability.

2. Three layers of work

Judgment

Values, risk, relationships, “should we?”, certification of truth. Stays human.

Orchestration

Specs, constraints, verify, escalate, load the right skill. Human + light AI.

Labor

Clicking, drafting, searching, formatting, scaffolding, reconciling, first-pass analysis. Agent.

SOTA workflow = keep judgment, systematize orchestration, automate labor.

Skill amnesia is a common failure: multi-step work without plan mode or a named skill often produces garbage. That is not always “the model is bad.” It is often that you never loaded the process, so the agent invents one.

3. Not-human-work catalog

Domains where agent labor is normal if you still own the decision surface. For each area, practice naming: what is labor, what you must verify, what you alone sign.

Machine chores (browser, OS, installs)

Rule: If the step is procedure on a computer, the agent should drive it. You only approve risky actions.

Software labor (beyond “features”)

Agent coding (plan → harness → tests → review) is a subset of this layer.

Document and research labor

Rule: You do not need to have opened every page yourself. You need a verification plan and a signature of responsibility.

Communication labor (not relationship)

Pattern: agent = first analyst. You = editor and relationship owner. Guess → confirm → send.

Design / CAD / visual labor

Spec + constraints + visual check. Hands on the mouse for taste, not every dimension change.

Ops and dashboards

Humans review dashboards. Building the dashboard is labor.

Life systems and learning systems

Boundary: Care, attachment, and presence stay human. Scaffolding, logging, planning, and summarizing can be agent labor. “AI runs the pipeline; humans coach” - not “AI replaces the relationship.”

Meta-labor (highest leverage)

4. What is still human work

Still human Why
Final accountability You sign the memo, the PR, the email
Relationship and trust The confirming call; tone with people who matter
Taste and values What “good enough” means for your product, team, or family
Risk and ethics PII, legal, safety, money, chain of command
Verification design What evidence would change your mind
Saying “not human work” The meta-skill of refusing labor
Rule of thumb: If the cost of being wrong is social, legal, medical, or permanent, a human confirms. The agent still does the draft and the dig.

5. The protocol (use on every task)

  1. Name the outcome in one sentence.
  2. Classify: labor / orchestration / judgment.
  3. If labor: assign tools, skills, or automation. Stop doing the clicking yourself.
  4. Demand a decision surface: table, options, risks, draft, or diff - not the ordeal.
  5. Verify proportional to stakes: glance / tests / call / dual-source.
  6. Certify only what you own.
  7. Compound: if you will do this twice, make a skill or checklist.

6. Phrases to practice

7. What to try this week

  1. Label five real tasks as judgment, orchestration, or labor.
  2. Pick one labor task you usually do by hand. Force an agent (or skill) to do it. Speak the phrase: “This is not human work.”
  3. Write the decision surface you needed: options, risks, draft, or diff.
  4. Verify at the right level of stakes (glance, test, second source, or a human call).
  5. Save one skill or checklist so you do not forget the process next time.
Win condition: three documented cases where you refused labor and still owned the outcome.

8. Pitfalls

9. How this connects to coding agents

Coding agents This guide
Agent stack, skills, plan mode Same ideas as a full work operating system
Local models / tools Labor vs judgment (hardware optional)
How you ship code How you refuse labor across domains
Best practices for agents Best practices for delegating to agents

You are not collecting more tools. You are building a habit of default refusal of labor plus honest verification. Related: AI coding now and next.