---
id: "concept-specification-precision"
type: "concept"
source_timestamps: ["00:04:46", "00:05:46"]
tags: ["prompt-engineering", "communication", "skill-1"]
related: ["concept-specification-drift", "action-write-precise-specs", "framework-7-ai-skills", "quote-literal-machine"]
definition: "The skill of translating business intent into literal, exhaustive, and unambiguous instructions that an AI agent can execute without requiring human-like inference."
sources: ["s42-job-market-split"]
sourceVaultSlug: "s42-job-market-split"
originDay: 42
---
# Specification Precision (Clarity of Intent)

## Skill #1 of [[framework-7-ai-skills]]

Often mislabeled simply as 'prompting', **Specification Precision** is the ability to communicate intent to a machine in a way the machine takes literally. As [[entity-nate-b-jones]] puts it in [[quote-literal-machine]]: *'You have to learn to talk English to a machine in a way a machine takes literally.'*

Unlike humans, who can read between the lines and infer intent reliably, AI agents are poor at filling in the blanks. If a specification is vague (e.g., 'improve customer support'), the agent guesses missing parameters, usually producing outputs that fail the actual business need.

## What rigorous specifications look like

A precise spec for a customer-support agent would include:

- Exactly which tier of tickets the agent handles (e.g., tier-one only).
- Specific definitions of in-scope scenarios — e.g., what counts as a *password reset* or *return initiation*.
- Measurable sentiment thresholds for human escalation.
- Required reason codes for every logged action.

This is closer to rigorous technical writing or QA engineering than to creative copywriting.

## Failure when missing

Without precision, agents drift over time — see the related failure mode [[concept-specification-drift]].

## Action

Apply [[action-write-precise-specs]] for every production agent prompt.


## Related across days
- [[concept-spec-quality-bottleneck]]
- [[concept-specification-engineering]]
- [[concept-clarity-of-intent]]
- [[concept-spec-driven-development]]
