There is No Conversation

Forget 'Prompt Engineering.' The Future Is Specification Engineering.
ITSG Insights — AI Strategy

Forget 'Prompt Engineering.' The Future Is Specification Engineering.

Why your conversational AI skills won't survive the age of autonomous agents — and what to do about it.

Kevin Daum · Principal Systems Architect April 2026 10 min read
AI Strategy Specification Engineering Autonomous Agents Context Engineering

There's a dirty secret in AI right now: many of people who got really good at prompting over the last two years are about to watch that skill become less effective when working with agents.

Not because prompting doesn't matter. It does. But because the thing we've been calling "prompt engineering" — the art of crafting a perfect conversational exchange with a chatbot — is being outpaced by a world where AI agents act autonomously, behind the scenes, with no human in the loop to nudge them back on track.

I've followed this path myself. I spent months building a collection of intricately structured prompts — multi-paragraph instructions loaded with constraints, examples, and formatting rules. That discipline taught me what actually matters in effective AI communication: clarity of intent, richness of context, and precision of specification. As context windows expanded from 4K to 200K tokens and session memory improved, I folded those lessons into more natural, conversational prompts. I could guide the AI as the conversation unfolded rather than front-loading every requirement up front.

It was liberating. And it worked — right up until I started building with agents.

The Moment Conversation Breaks Down

Here's what changes with autonomous agents: there is no conversation.

When you deploy an AI agent to process a pipeline of documents, triage support tickets, or draft a research brief, it doesn't pause after each step to ask, "Does this look right?" It runs. It makes decisions. It finishes. You see the output — not the journey.

That means every piece of guidance you would have offered mid-conversation — "No, focus on the cost angle, not the technical specs" or "Skip that section entirely" — needs to be baked in before the agent starts. The interactive steering wheel is gone. You need a flight plan.

This is why "prompt engineering" as most people practice it is no longer sufficient. What we actually need are distinct engineering disciplines, each solving a different part of the problem.

Prompting Has Split Into Four Disciplines

Nate B. Jones, former Head of Product for Amazon Prime Video and now an AI strategy advisor, has articulated what many practitioners are feeling: prompting has fractured into four separate disciplines, and most people are only fluent in one of them.

01

Prompt Craft

Structuring a request clearly with instructions, examples, guardrails, and output formats. This is what most "prompt engineering" guides teach. It's table stakes — necessary but no longer differentiating.

02

Context Engineering

Assembling the right background information, data, and reference material so the AI has what it needs to succeed. The raw material the AI works with — and the discipline that's attracted the most industry attention.

03

Intent Engineering

Encoding the purpose, decision-making rules, and organizational values that should guide the AI's judgment. It bridges the gap between AI capability and organizational purpose.

04

Specification Engineering

Creating a complete, machine-readable brief that an autonomous agent can execute without human intervention. Less a prompt, more a contract — with success criteria, failure conditions, and edge-case handling.

These aren't academic distinctions. They map directly to how AI systems are built and deployed in production — and understanding where each one applies is the difference between AI that demos well and AI that actually works.

This Isn't Just Theory — The Industry Is Converging

The shift away from simple prompting has been building for over a year. Some of the most respected voices in AI have been saying the same thing from different angles:

"I really like the term 'context engineering' over prompt engineering. It describes the core skill better: the art of providing all the context for the task to be plausibly solvable by the LLM." — Tobi Lütke, CEO of Shopify (June 2025)
"+1 for 'context engineering' over 'prompt engineering'... context engineering is the delicate art and science of filling the context window with just the right information for the next step." — Andrej Karpathy, co-founder of OpenAI (June 2025)

Within weeks, Simon Willison published a dedicated endorsement, Anthropic released a formal engineering guide on "Effective Context Engineering for AI Agents," and LangChain published "The Rise of Context Engineering." The term went from emerging to industry-standard in under a month.

Meanwhile, Ethan Mollick at Wharton co-authored research showing that "bigger models are better at figuring out intent, making prompt formulas less important" — effectively arguing that the models themselves are outgrowing the need for prompt tricks, while the need for clear context and intent only grows.

On the specification side, GitHub launched an open-source Spec Kit for "spec-driven development." Addy Osmani at Google published "How to Write a Good Spec for AI Agents." Martin Fowler's team analyzed the emerging ecosystem of specification tools. The convergence is unmistakable: the unit of AI work is shifting from the prompt to the specification.

The Agent Readiness Problem

Here's the uncomfortable reality: roughly 80% of what makes a business valuable lives in people's heads, not in structured data. Tribal knowledge. Institutional judgment. The reason your senior engineer knows not to restart that particular service on Tuesdays.

Conversational prompting can sometimes surface this knowledge because a skilled human is in the loop, adding context and correcting course in real time. But agents can't read tribal knowledge. They can't ask clarifying questions mid-task. They need everything spelled out in advance.

This means the organizations that will succeed with agentic AI are the ones that formalize their knowledge into agent-readable specifications — not just documentation, but documentation structured enough that an autonomous system can act on it reliably.

Where Each Discipline Lives

These four skills aren't interchangeable. They each solve different problems at different stages of an AI workflow, and each performs best with different classes of model.

Context Engineering: The Foundation

Haiku · Gemini Flash · Gemma
The Problem It Solves

Raw information is scattered, unstructured, and too voluminous for any single prompt. Context engineering is the discipline of ingesting, normalizing, and preparing the raw material everything else depends on.

This is high-volume, well-defined processing — converting PDFs to searchable text, chunking documents for embedding, standardizing messy data. Fast, cost-efficient models excel here. You don't need deep reasoning; you need reliable throughput at pennies per thousand documents.

Example: A consulting firm processing 500 pages of compliance documentation into structured, searchable Markdown. The task is mechanical but essential — garbage context in, garbage output out.

Intent Engineering: The Navigation Layer

Sonnet · GPT-4o mini · Llama 3
The Problem It Solves

The AI has plenty of data but doesn't know what matters or why. Intent engineering encodes purpose — categorization, tagging, metadata enrichment, priority scoring. Any task that requires understanding purpose rather than just processing content.

Mid-range models with strong semantic understanding hit the sweet spot. They need to interpret meaning accurately but aren't performing the final high-stakes synthesis. Jones warns of the "Klarna pattern" — where technically excellent AI optimization drove customer satisfaction off a cliff because the intent was never properly specified.

Example: An IT managed services provider routing incoming tickets. The model needs to understand organizational priorities: "Database outages affecting production trump all other categories, even if the ticket doesn't use the word 'critical.'"

Specification Engineering: The Execution Layer

Opus · GPT-4o · o1-class
The Problem It Solves

The agent has great context and clear intent, but needs an unambiguous contract for exactly what to produce and how. A specification isn't a prompt — it's a blueprint:

  • Inputs — What data the agent receives and in what format
  • Process — Step-by-step execution logic, including decision trees for edge cases
  • Outputs — Exact deliverable format, structure, and quality criteria
  • Guardrails — What the agent must not do, and when it should stop and escalate

This is where you deploy your premium reasoning models. The inputs are clean, the task requires maximum intelligence, and the output quality is what your client actually sees.

Example: An agent that produces weekly analyst-grade competitive intelligence briefings. The specification defines the structure, sources, tone, length, what qualifies as a "key development" versus noise, and the conditions under which the agent should flag uncertainty rather than guess.

Prompt Craft & Chat: The Interface

Opus · GPT-4o · Conversational
The Problem It Solves

A human needs to interact with the system naturally, ask follow-up questions, and get nuanced responses. This is the "face" of your system — the layer where user experience matters most.

Conversational fluency isn't dead. It's just no longer the only skill that matters. Premium conversational models ensure the user experience is fluid, intelligent, and reliable — querying the high-quality outputs produced by the specification layer upstream.

Example: A consultant querying the briefings produced by the specification layer: "What's the biggest risk to our client's migration timeline based on last week's vendor announcements?"

Specifications Are Reusable Assets

Here's what separates specification engineering from everything that came before: a well-written specification is not disposable.

A conversational prompt dies when the chat session ends. Even a beautifully crafted structured prompt is tied to a single interaction. But a specification — particularly one formalized into a skill definition or spec document — becomes a reusable organizational asset.

Consider Claude Code's Skill format: a structured definition file that tells an agent exactly how to perform a complex task. It includes metadata for discovery, step-by-step instructions for execution, and reference materials for edge cases. Once written, it can be invoked by any agent, any time, producing consistent results. It turns a one-off prompt into a durable capability.

GitHub recognized this same principle with their open-source Spec Kit. Addy Osmani published guidance for Google engineers. Martin Fowler's team analyzed the emerging tool ecosystem. The pattern is converging from multiple directions: the unit of AI work is shifting from the prompt to the specification.

From Conversation to Contract
1

Prompt Craft

Learn what makes AI communication effective

2

Context

Build the data infrastructure agents need

3

Intent

Encode your organization's judgment & priorities

4

Specification

Write the contracts that let agents execute autonomously

Each stage builds on the previous one. You can't write a good specification without understanding intent. You can't encode intent without solid context. And you can't build any of it without the fundamentals of clear, structured communication.

If you're using AI primarily through chat interfaces — asking questions, refining responses, iterating in real time — you're practicing a valuable skill. Don't stop. Conversational fluency will remain essential for exploration, research, and creative work.

But if your organization is building toward autonomous AI workflows — and you should be — then conversational prompting alone is a dead end. The agents that will run your processes, generate your reports, and triage your tickets don't benefit from your ability to have a great conversation. They benefit from your ability to write a great specification.

The age of the conversational prompt isn't ending. But the age of the specification is beginning — and the organizations that recognize this shift will be the ones whose AI actually works.

References & Further Reading

  1. Tobi Lütke on context engineering — X post, June 19, 2025
  2. Andrej Karpathy endorsing context engineering — X post, June 25, 2025
  3. Simon Willison, "Context Engineering" — simonwillison.net, June 2025
  4. Anthropic, "Effective Context Engineering for AI Agents" — anthropic.com engineering blog
  5. LangChain, "The Rise of Context Engineering" — blog.langchain.com
  6. Nate B. Jones, "The State of Prompt Engineering" & "The Age of Intent Engineering" — promptkit.natebjones.com
  7. Ethan Mollick, "Prompt Engineering is Complicated and Contingent" — Wharton/SSRN, March 2025
  8. GitHub, "Spec-Driven Development with AI" — github.blog
  9. Addy Osmani (Google), "How to Write a Good Spec for AI Agents" — addyosmani.com
  10. Martin Fowler, "Understanding Spec-Driven Development" — martinfowler.com

Ready to move beyond prompting?

ITSG helps organizations build AI-ready infrastructure and specification-driven workflows.

Get in Touch
© 2026 ITSG · IT Solutions Group, LLC. All rights reserved.
w

Lorem ipsum dolor sit amet, consectetur adipiscing elit eiusmod tempor

w

ITSG Services

Consulting & Strategy


IT strategy only works if it reflects how your business actually operates. ITSG’s consulting practice pairs decades of enterprise experience with a genuine effort to understand your environment — your constraints, your goals, your team.

We help you design infrastructure and workflows that are secure, scalable, and built for where you’re going, not just where you are.

  • IT roadmap development aligned to business objectives
  • Infrastructure architecture and design review
  • Vendor evaluation and technology selection
  • Security posture and compliance strategy
  • AI readiness and integration planning

Ready to start the conversation?

Schedule a Consultation

ITSG Services

Assessments & Reporting


Comprehensive visibility into your technical landscape. We provide the data you need to make informed decisions about risk, compliance, and investment.

  • Network discovery and mapping
  • Asset inventory and lifecycle management
  • Compliance reporting (HIPAA, SOC2, etc.)
  • Vulnerability assessments

Need a clear picture of your IT?

Request an Assessment

ITSG Services

Monitoring & Management


Proactive oversight of your critical systems. We don't just wait for things to break; we monitor performance and health to ensure maximum uptime.

  • 24/7 infrastructure monitoring
  • Proactive alerting and incident response
  • Patch management and system maintenance
  • Performance optimization

Keep your operations running smoothly.

Learn More

Discover more from IT Solutions Group

Subscribe now to keep reading and get access to the full archive.

Continue reading