How AI Engineering Keeps Renaming Itself; The Evolution of AI Engineering, From Prompt to Graph
Last Updated on July 27, 2026 by Editorial Team Author(s): Jahid Originally published on Towards AI. How AI Engineering Keeps Renaming Itself; The Evolution of AI Engineering, From Prompt to Graph Midway through 2026, a developer posted a twelve-word question. Are we still talking loops, or did we shift to graphs yet. Within a day it had drawn millions of views, spawned three competing definitions, and picked up a widely shared study that, it later turned out, had never existed. That question was only the newest name for a job the industry has renamed roughly once a quarter since 2022. First came prompt engineering. Then, faster and faster, context engineering, harness engineering, loop engineering, and now graph engineering, with a quieter stretch of tool use and agents folded in between. Six labels in four years for something that, squinted at from across the room, looks like one stubborn job. Getting a machine to do what we actually meant. What follows is a field guide to all six, built from the ground up so a newcomer can follow every step, and it ends on the question hiding under the whole parade. Are these six genuinely different disciplines, or one idea we keep renaming as the work grows from a sentence into a system. One idea sits under all six labels, and it is the thing to hold onto before the detail begins. Across the whole timeline, the unit of work keeps getting bigger. We began by engineering a sentence, the prompt. We are now engineering a network of programs that talk to each other, the graph. Everything between those two points is the story of that expansion, and it runs in a single direction. With each stage, the hard part of the job travels a little further from the model itself, out into the structure built around it. Six names in four years. The top row is each label and when it was coined, the bottom row is the practice underneath and when it actually appeared. The gap between the rows is the argument. Prompt engineering Prompt engineering is the craft of wording the instruction you give a model so it does what you want. A prompt is simply the text you send. That is the whole surface area at this stage, the words in, and the words back. To see why this was the first thing anyone engineered, it helps to picture the tool as it was in 2022, when ChatGPT arrived and a much wider audience met large language models for the first time. A large language model, or LLM, is a program trained on an enormous amount of text to predict what comes next, one piece at a time. It is frozen after training. It does not look anything up, it does not remember your last conversation, and it cannot press a button in the world. It sits there, and it responds. When the only thing you can change is the text you type, the text you type becomes the entire discipline. And it turned out the wording mattered far more than anyone expected. A famous early result showed that simply adding a short instruction to reason step by step, rather than answer immediately, made models dramatically better at arithmetic and logic problems. That technique, chain of thought prompting, came out of Google researchers in 2022, and it was a small shock, since nothing about the model had changed. The same frozen weights, asked more carefully, produced better answers. A whole toolkit grew from that observation. Giving the model a couple of worked examples before the real question, called few-shot prompting. Assigning it a role to steer its tone and priorities. Asking it to reason before it concludes. None of these touch the model. They only shape the request. The core discovery of the prompt era was that a frozen model already contained more capability than a careless question could reach. This is worth sitting with, because it sets up everything that follows. The bottleneck was never only the model. It was also the interface to it. And once people noticed that the interface was where the leverage lived, the natural next question was obvious. If wording the request unlocks this much, what else around the request could we shape. Before, a careless question and a vague answer. After, the same model with the instruction shaped into a role, an example, and step-by-step reasoning. Only the text changed. What prompt engineering could not do was let the model act. It could reason beautifully about a flight booking and still had no way to check a live price, because it had no hands. That limit is what forced the next rung into existence, and it is the rung most timelines skip. Tool use and agents The next shift did not arrive with a tidy name and a launch date, which is exactly why it often gets left off the timeline. But it is the most important change in the whole story, because it is the moment the model stopped only talking and started doing. Two ideas landed close together in 2023. The first was tool use, also called function calling. A tool is any external capability the model can invoke, a web search, a calculator, a database query, a call to another piece of software. Function calling gave the model a structured way to say, in effect, I need to run this specific operation with these inputs, and to receive the result back and carry on. The second idea was the agent, a model placed inside a loop where it can reason, take an action through a tool, observe what came back, and then reason again with that new information, repeating until the task is done. The pattern that made this concrete was named ReAct, a compression of reason and act, from researchers in 2022 whose influence landed through 2023. The move was to interleave thinking and doing. The model writes a thought, chooses an action, sees the […]
