When AI Becomes a Nail, the Real Skill Is Designing the Hammer

Nan Wang

Hatched by Nan Wang

Apr 28, 2026

9 min read

74%

0

The hidden mistake people make with AI

What if the biggest mistake in using generative AI is not that it makes too many mistakes, but that it makes us stop noticing what kind of task we are actually doing?

That is the deeper problem behind today’s AI enthusiasm. People ask whether a model is “smart,” but the more useful question is whether the task in front of them is fuzzy enough for probability or specific enough to demand precision. A language model is excellent at producing something plausible. It is much less reliable when the work requires satisfying a long chain of exact criteria, where each condition matters and none can be skipped.

This is why AI feels magical in one setting and frustrating in another. It is not a universal mind. It is a probabilistic engine dropped into a world full of very different kinds of work. The real challenge is not deciding whether AI is useful. It is learning how to fit it into the right shape of task.

The question is not, “Can AI do this?” The question is, “What kind of task am I turning this into?”

That question changes everything.


Probability versus procedure

A useful way to think about work is to separate it into two broad categories: tasks that tolerate approximation and tasks that require procedural exactness.

A probabilistic task is one where being right most of the time is enough. Drafting marketing copy, brainstorming product names, summarizing a meeting, or suggesting code ideas all fit here. If the output is imperfect but directionally useful, the system succeeds. A model that is “good enough most of the time” can be enormously valuable.

A procedural task is different. It has explicit constraints, and those constraints are not decorative. Filing a legal form, calculating payroll, applying a security policy, or executing a release checklist are all examples. In these tasks, one missed rule can nullify the result. It is not enough to be plausible. The system has to be correct in the narrow, formal sense.

This is where many AI deployments go wrong. Organizations treat a probabilistic tool like a universal replacement for procedure. Then they are surprised when it fails at the exact moments when the criteria become nonnegotiable. The model did not suddenly become worse. The task became more demanding than the tool’s native strengths.

The deeper insight is that AI does not merely answer questions. It changes the geometry of work. It invites us to convert structured labor into promptable labor, and that conversion has both power and danger.


Why simple automation feels more revolutionary than it is

There is a tempting fantasy that AI will eventually replace all forms of knowledge work, but that fantasy depends on flattening the whole technology landscape into one thing. In reality, AI sits in a much larger universe of tools, from symbolic systems and rules engines to search, databases, and traditional software automation.

That distinction matters because not every problem should be solved by guessing.

Symbolic systems are strong when the world can be expressed in rules, constraints, and logic. If you want to validate whether a password meets policy, reconcile a ledger, or enforce a formatting standard, deterministic systems are ideal. Machine learning, by contrast, excels where the signal is messy, the patterns are implicit, and the acceptable answer is not singular but approximate.

Generative AI belongs closer to the second category. It can imitate, infer, compress, and extend. But it cannot reliably “understand” in the way a rules engine enforces. That means the highest-value use cases are often not the ones where AI is asked to be the sole authority. They are the ones where AI is used to accelerate exploration, draft a candidate, or bridge ambiguity, while a stricter layer verifies the result.

Think of the difference between a sketch artist and a quality inspector. The sketch artist helps you see possibilities. The inspector ensures that the final product meets spec. The failure mode today is confusing those roles and expecting the sketch to pass inspection.


The real superpower is not generation, it is compression

Most people think the magic of AI is that it generates text, code, or images. That is true, but incomplete. The deeper magic is that it compresses search space.

When you ask a model for options, it can produce fifty half-decent directions in seconds. That is not the same as solving the problem. It is the ability to quickly move from blankness to a rough distribution of possibilities. For many human tasks, that is the bottleneck. Not final judgment, but getting past the awkward first draft.

This is why AI is so effective for ideation, early writing, prototyping, and internal tooling. It reduces the cost of exploration. A designer can test more directions. A developer can scaffold more code. A manager can prepare more drafts of a policy. The point is not that the model knows the answer. The point is that it shrinks the distance between intention and something reviewable.

But compression cuts both ways. If you compress too aggressively, you also lose structure. A vague request to a model often yields a vague response because the system is optimizing for plausibility, not strict compliance. When the criteria are loose, this is fine. When the criteria are exact, vagueness becomes expensive.

This gives us a practical principle:

The more specific the criteria, the more you must design the surrounding system, not just the prompt.

That is where the overlooked connection appears. The AI conversation often focuses on the model as if capability lives inside the model alone. But in practice, capability emerges from the interface between model and structure.


Why custom commands matter more than flashy demos

The most revealing AI features are often not the spectacular ones. They are the small, repeatable ones.

Consider a project directory with a hidden .claude folder, a commands subdirectory, and a markdown file named audit.md. The filename itself becomes a command. That seems mundane, even bureaucratic. Yet it captures something profound about how AI becomes useful in serious work.

The real leap is not that you can ask a model anything. It is that you can package judgment into reusable workflows. A command is a way of turning a one-off prompt into a reliable ritual. It lets you define a purpose, a context, and a mode of action so that the AI behaves less like a chat partner and more like a tool embedded in process.

That matters because most valuable work is not a single question. It is a sequence. Audit this codebase. Review this contract. Summarize this backlog. Check this migration plan. Each of these tasks benefits from a repeatable frame, not an improvisation every time.

A custom command is a small but important act of design: you are not just asking the model to think. You are telling it what kind of thinking this is for.

This is the missing bridge between symbolic discipline and generative flexibility. The folder structure, filename, and markdown file are not just implementation details. They are a miniature governance layer. They turn an amorphous capability into a bounded operation.


The best AI systems are not prompts, but protocols

This is the synthesis: the future of useful AI is less about clever prompts and more about protocols that separate generation from validation.

A protocol is a repeatable sequence with clear roles. One step generates options. Another checks constraints. Another escalates ambiguity to a human. Another records the result. In this model, AI becomes one component inside a larger system, not the whole system.

Imagine a code review workflow. A model can propose a patch, annotate a diff, or flag suspicious sections. But a linting tool checks syntax. Tests verify behavior. A human decides whether the code is acceptable in context. The AI adds speed and breadth, while the surrounding protocol adds certainty.

The same pattern applies in writing. A model can draft an outline or a first pass. A style guide checks tone. A fact checker verifies claims. A human edits for judgment and voice. The more important the criteria, the more layered the protocol must be.

This is why the most mature AI users do not ask, “What can the model do?” They ask, “What workflow produces trustworthy outcomes when the model is inside it?”

That is a radically different mental model. It shifts attention from raw capability to system design. It also explains why some AI pilots fail despite impressive demos. They optimized for dazzling output instead of operational reliability.


A practical framework: the two by two of AI tasks

You can make better decisions by classifying work with two questions:

  1. How specific are the criteria?
  2. How costly is being wrong?

This creates four useful zones.

1. Loose criteria, low cost of error

This is the home turf of generative AI. Brainstorming names, drafting rough copy, exploring options, or generating examples. Here, probability is a feature, not a flaw.

2. Loose criteria, high cost of error

This is where AI can assist, but not decide. Strategic memos, customer messaging, and initial analysis may allow variation, but stakes still demand oversight.

3. Specific criteria, low cost of error

This is where light automation or structured templates often outperform pure generation. The output must fit a format, but failure is not catastrophic.

4. Specific criteria, high cost of error

This is the danger zone. Compliance, security, finance, medicine, and legal processes belong here. AI can support the workflow, but only inside strict guardrails, with deterministic checks and human accountability.

This framework helps prevent a common category error: assuming that because a model can produce something impressive in zone 1, it can safely operate in zone 4. It cannot, at least not by itself.


Key Takeaways

  • Stop asking whether AI is smart enough. Ask whether the task is tolerant of probabilistic output or demands exact compliance.
  • Use AI for exploration, not final authority, when criteria are specific. Let it draft, suggest, and compress search space, then verify with stricter tools or human review.
  • Design protocols, not just prompts. Reusable commands, templates, checklists, and validation steps make AI dependable.
  • Match the tool to the kind of judgment required. Symbolic systems enforce rules. Generative systems propose possibilities. Mature workflows use both.
  • Treat AI as a workflow component, not a magical replacement. The best results come from surrounding it with structure.

The future belongs to people who can tell a sketch from a specification

AI will not eliminate the need for judgment. It will make judgment more important, because it makes it easier to confuse plausibility with correctness. The more fluent machines become, the more valuable it is to know when fluency is enough and when it is dangerously insufficient.

That is the real shift. We are moving into an era where anyone can generate a convincing answer, but not everyone can design a trustworthy process. The scarce skill is no longer merely prompting a model. It is recognizing the shape of the task, deciding where probability is acceptable, and building the protocol that turns guesswork into dependable work.

The future will not be owned by people who treat AI like a magical oracle, or by people who dismiss it as a toy. It will belong to those who understand a subtler truth: AI is most powerful when it is no longer pretending to be the whole solution. It becomes useful when it is placed inside a system that knows exactly what must be guessed, what must be checked, and what must never be left to chance.

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 🐣