← Insights
·6 min read·executive-brief·prompt-engineering·ai-agents·harness-engineering
PulseFlow Tecnologia

Why prompt engineering isn't enough anymore

LangChain's State of AI Agents report has a data point that sums up where the industry stands: 51% of surveyed companies already use agents in production, and 78% have active plans to do so - but the top concern reported isn't "is the prompt good enough." It's execution quality, weighted twice as heavily as any other factor. That's a direct symptom that prompt engineering, on its own, is no longer the variable that decides whether an agent works.

What the research shows about where companies actually get stuck

Among the 1,300+ people LangChain surveyed (60% from the tech sector), the most common agent use cases today are research and summarization (58%), personal productivity (53.5%), and customer support (45.8%) - tasks where input and output text matters, but what decides success or failure is what surrounds the model: tracing and observability (the most-cited control), offline evaluation (39.8%, used more than online evaluation at 32.5%), read-only permissions by default, and human approval for critical actions like writes or deletes. Tech teams use, on average, 51% more simultaneous control methods than companies in other sectors - and those are precisely the teams that report the least friction putting agents into production.

The extreme case: when the prompt stops being the central artifact

OpenAI's documented harness engineering experiment shows the other side of this shift. In a repository built entirely by agents over five months (~1 million lines, 1,500+ PRs, three engineers), the artifact that decided whether the agent performed well wasn't the prompt for each task - it was how "legible" the repository was to the agent: architecture context, technical decisions, and conventions documented inside the code itself, not in one-off prompts or Slack conversations the agent would never see. A well-structured AGENTS.md - now an open, documented format with adoption measured in tens of thousands of GitHub stars - fills that role: defining context, boundaries, and commands persistently, outside any single interaction's prompt.

What actually changes

Prompt engineering hasn't disappeared - writing clear instructions still matters. What changed is that it stopped being the only lever. LangChain's data shows this directly: performance quality, security, and observability weigh more than prompt phrasing when deciding whether an agent ships to production or stays stuck in proof-of-concept. Teams that treat agents as "just write a better prompt" tend to end up among the 22% citing cost and technical complexity as a barrier. The ones that treat an agent as a system - with persistent context, scoped tools, tests, evaluation, and human approval where it matters - are the ones showing up in the 51% already in production.

Sources