Not prompt engineering not context engineering- this is how ai agents should be built now
I just watched a vid by Nate B. Jones on the Intent Gap in enterprise AI and it’s a massive wakeup call for anyone building with agents right now.
We’ve all heard the Klarna story they rolled out an AI agent that did the work of 700 people and saved $60M but then their CEO admitted it almost destroyed their customer relationships.
the problem was the AI worked too well. It was told to resolve tickets fast so it did at the expense of empathy judgment and long term customer value. It had the Prompt and the Context but it didn't have the Intent.
Jones breaks down the three eras of AI discipline:
- Prompt Engineering: Learning how to talk to the AI (Individual & Session-based).
- Context Engineering: Giving the AI the right data (RAG, MCP, organizational knowledge). This is where most of the industry is stuck right now.
- Intent Engineering: Telling the AI what to want. This means encoding organizational goals, trade offs (e.g. speed vs. quality) and values into structured, machine actionable parameters.
rn every team is rolling their own AI stack in silos. Its like the shadow IT era but with higher stakes because agents don't just access data they act on it. The company with a mediocre model but extraordinary Intent Infrastructure will outperform the company with a frontier model and fragmented unaligned goals every single time.
I realized that manually architecting these intent layers for every agent is not the easiest so i’ve started running my rough goals through a refiner or optimizer call it whatever. its the easiest way to ensure an agent doesn't just do the task but actually understands what I need it to want.
It's like if you arent making your company s values and decision making hierarchies discoverable for your agents you re essentially hiring 40000 employees and never telling them what the company actually does.