AI Should Remove the Friction Around Your Craft, Not the Craft Itself

Helen Mary Labao Barrameda

Hatched by Helen Mary Labao Barrameda

Aug 17, 2026

9 min read

94%

0

What if the most productive use of AI is not doing more work, but helping you preserve the parts of work that make you want to do it at all?

That question sounds strange in an economy obsessed with output. The standard promise of an AI assistant is straightforward: finish tasks faster, generate more code, write more quickly, produce more. And the promise is not imaginary. Developers using coding assistants have been shown to complete substantially more tasks, with the largest gains often appearing among less experienced developers.

Yet speed creates a difficult question. If AI removes the friction from work, which friction should we welcome, and which friction should we protect? The answer determines whether AI expands our agency or quietly replaces the very activities through which we develop judgment, skill, and meaning.

The central mistake is treating all effort as waste. Some effort is merely administrative. Some effort is the medium through which a person thinks.

The productivity paradox: not all friction deserves to be removed

Imagine two writers facing a blank page. One is stuck because she cannot remember a fact, organize her research, or find a starting point. The other is stuck because she is trying to decide what she actually believes.

An AI assistant can be useful to both, but in radically different ways. For the first writer, it can surface possibilities, organize notes, and generate a rough structure. For the second, it can produce a polished paragraph that allows her to avoid the uncomfortable work of forming a position. The same tool can either release thought or replace it.

This distinction applies to software development too. A developer who spends an hour reconstructing an unfamiliar library can use an assistant to get oriented quickly. A developer who accepts generated code without understanding its assumptions has not merely saved time. They have transferred a piece of their intellectual responsibility to a system that cannot own the consequences.

A useful principle follows:

Remove friction that blocks your contribution. Preserve friction that creates your contribution.

This is why aggregate productivity figures can be both encouraging and incomplete. More tasks completed, more frequent compilation, and faster iteration indicate that AI helps people move through work more rapidly. But movement is not the same as progress. A team can produce more code while becoming less capable of explaining its architecture. A writer can produce more pages while having fewer thoughts that are genuinely hers.

The important question is not simply, “Did AI make this faster?” It is, “What did the saved time become?” If it became deeper testing, better questions, clearer design, or more careful language, the gain is meaningful. If it became more shallow output, more meetings, or a higher quota, the tool has increased throughput without increasing the quality of the life around the work.

Why beginners often gain more than experts

The uneven impact of AI on developers reveals something deeper about expertise. Less experienced developers often see larger productivity gains, while senior developers see more modest improvements. This is not necessarily evidence that senior developers are less suited to AI. It may show that the assistant is most valuable where a person lacks a map.

A junior developer may spend hours searching for the right syntax, locating a familiar pattern, or translating a vague intention into a working first attempt. An AI assistant compresses these obstacles. It offers examples, suggests approaches, and turns an empty editor into something that can be inspected and modified. The beginner gains momentum because the tool supplies temporary scaffolding.

A senior developer, by contrast, may already know how to construct the solution. Their bottleneck is more likely to be judgment: deciding whether the problem is framed correctly, whether a dependency is wise, whether an elegant abstraction will become a maintenance burden, or whether the feature should exist at all. Generating code faster does not eliminate these questions.

This suggests a distinction between execution difficulty and judgment difficulty. AI is extraordinarily effective at reducing the first. It is much less reliable at resolving the second.

The danger appears when organizations confuse the two. If a junior developer can now produce code at the speed of a senior developer, leadership may assume that the junior has acquired senior judgment. But output can be imitated before understanding is developed. A generated solution may compile, pass an initial test, and still encode a poor model of the system.

The same problem occurs in writing. A novice can ask for an articulate explanation of a subject and receive one instantly. But articulation is not comprehension. A fluent paragraph can conceal a weak mental model in the same way that functioning code can conceal weak engineering judgment.

The solution is not to deny beginners access to AI. It is to change what counts as learning. Beginners should use AI as a tutor, critic, and source of contrasting examples, not merely as a vending machine for finished answers. They should be able to explain why a solution works, identify where it could fail, and recreate its essential logic without assistance.

AI can accelerate the acquisition of patterns, but only deliberate understanding turns patterns into judgment.

The meaning gradient: where assistance belongs

Every task contains a mixture of activities. Some are tedious but necessary. Some are difficult but formative. Some are expressive, the parts that reflect your taste, values, and way of seeing. We can think of this mixture as a meaning gradient.

At one end are low meaning, high repetition activities: formatting, searching through documentation, converting data, drafting routine messages, or producing boilerplate code. At the other end are high meaning activities: choosing the question, interpreting evidence, making a tradeoff, finding the right words, and deciding what should remain unsaid.

The mistake is to automate according to difficulty alone. A task may be difficult but deeply meaningful. Another may be easy but consume enormous time. The best use of AI is not to remove the hardest activity. It is to remove the activities that are farthest from your source of meaning while protecting the activities closest to it.

Consider a researcher who loves making sense of complex subjects but dislikes organizing scattered references. An assistant can help classify notes, suggest connections, and identify gaps. That does not diminish the researcher’s role. It increases the amount of time available for interpretation, the activity that gives the research its purpose.

Now consider a programmer who enjoys understanding system behavior but dislikes writing repetitive interface code. AI can generate a first version. The programmer can then spend more time examining data flow, failure modes, and user consequences. In this case, automation is not a retreat from craft. It is a way to concentrate craft where it matters most.

This framework also explains why indiscriminate automation feels strangely empty. If a novelist delegates ideation, narrative decisions, prose, and revision, the machine may produce a competent artifact, but the novelist has been removed from the sequence of choices that made the work hers. The output survives, but the practice has lost its meaning.

A personal energy and life audit can make this visible. Track your recurring commitments for one week and ask three questions:

  1. Which activities leave me more alert because they engage curiosity, care, or judgment?
  2. Which activities reliably drain me without teaching me anything or expressing anything I value?
  3. Which activities are difficult mainly because I lack a useful starting point?

The second category is the clearest target for automation. The third is where AI can provide scaffolding. The first requires caution. It may be the part of your work that should be protected, even when it is slow.

From assistant to mirror: using AI without surrendering agency

The most valuable AI interaction is often not “do this for me.” It is “help me see what I am trying to do.” Used well, an assistant can function as a mirror for intention.

Suppose you are stuck on an essay. You could ask for a finished introduction, but that may conceal the reason you are stuck. A better sequence is to ask the system for several possible interpretations of your argument, the assumptions behind each, and the questions a skeptical reader might ask. You remain responsible for selecting the direction and finding the language. The assistant expands the field of possibilities without making the central decision.

A similar sequence works in programming. Before requesting implementation, state the desired behavior, constraints, known risks, and alternative designs. Ask the assistant to challenge the design and identify edge cases. Then generate a small piece of code, test it, and explain it in your own words. The tool becomes part of a reasoning loop rather than a substitute for reasoning.

This is a form of cognitive sovereignty: retaining ownership of the questions, standards, and final judgments that govern your work. Cognitive sovereignty does not mean refusing assistance. It means knowing which decisions you are willing to delegate and which decisions define your responsibility.

A practical rule is to delegate search, variation, and compression, while retaining framing, evaluation, and commitment.

Search means locating possibilities or relevant information. Variation means producing multiple approaches, examples, or drafts. Compression means turning a large amount of material into a usable structure. Framing determines what problem is worth solving. Evaluation determines whether an answer is sound. Commitment determines what you are willing to stand behind.

AI is often strong at the first three and unreliable at the last three. Confusing these categories is how convenience turns into dependency.

For teams, this has an organizational implication. Training should not focus only on prompt techniques. It should teach people how to review generated work, expose assumptions, preserve provenance, and recognize when an answer is plausible but wrong. Governance is not merely a legal requirement concerning intellectual property. It is a learning system that keeps responsibility visible.

If every generated solution is accepted immediately, the team may gain speed while losing its collective memory. If generated work is treated as a proposal that must be explained, tested, and improved, the team can gain both velocity and capability.

Key Takeaways

  • Map your meaning gradient. Identify the activities that express your judgment, curiosity, or care. Use AI to reduce peripheral effort, not to erase the center of your craft.

  • Ask what the saved time became. Measure the consequences of AI by the quality of attention it creates, not only by tasks completed. More output is valuable only when it funds better thinking, testing, or service.

  • Use AI as scaffolding when learning. Request examples, explanations, counterexamples, and critiques. Before accepting a solution, explain its logic and failure modes without relying on the generated text.

  • Retain the sovereign decisions. Keep ownership of the problem definition, evaluation criteria, tradeoffs, and final commitment. Delegate search and variation more readily than judgment.

  • Build review into the workflow. Treat AI output as a proposal. Require testing, explanation, source checking, and human approval, especially when the work affects other people or becomes part of a shared system.

The future of valuable work will not belong simply to the people who use AI most aggressively. It will belong to those who can distinguish between effort that should disappear and effort that should become more deliberate.

That is the deeper choice beneath the productivity debate. We can use intelligent systems to make ourselves interchangeable with faster producers, or we can use them to become more particular: more capable of asking original questions, making nuanced judgments, and spending our limited attention on what we actually value.

The goal is not to eliminate struggle. It is to eliminate the struggle that keeps us from reaching the work only we can do.

Sources

← Back to Library

Hatch New Ideas with Glasp AI 🐣

Glasp AI allows you to hatch new ideas based on your curated content. Let's curate and create with Glasp AI :)

Start Hatching 🐣