From ChatGPT Chatbots to Graphs: The Rapid Evolution of How We Work with LLMs

· Source: AI on Medium · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering · Depth: Advanced, medium

Summary

Since ChatGPT's November 2022 release, the paradigm for working with large language models has rapidly evolved from conversational chatbots to sophisticated graph-based workflows. Initially, interaction focused on prompt engineering, where users crafted requests for black-box text completers. This progressed to agentic AI, enabling models to perform actions via tool use and the ReAct pattern. Production systems then adopted structured workflows for predictability, followed by context and harness engineering to manage the model's environment and runtime. A significant shift occurred around June 2026 with "loop engineering," where developers design systems that prompt agents, as highlighted by Peter Steinberger and Boris Cherny. This led to multi-agent orchestration and, currently, graph-based frameworks like LangGraph, which handle complex control flow, parallelism, and durable state. The human role has transitioned from direct prompting to designing and overseeing these advanced, goal-directed systems.

Key takeaway

For AI Engineers designing LLM-powered applications, the era of solely optimizing prompts is over. You should now prioritize designing robust "loops" or "graphs of loops" that manage agents, verify outcomes, and persist state autonomously. This shift means your focus moves to defining high-level goals, verification criteria, and accountability, allowing the system to handle inner cycles and scale complex tasks without constant manual intervention.

Key insights

LLM interaction evolved from direct prompting to designing autonomous, graph-based agent systems.

Principles

Method

Loop engineering involves designing systems to discover work, dispatch agents, verify results, persist state, and determine next actions, replacing manual agent prompting.

In practice

Topics

Best for: AI Engineer, Machine Learning Engineer, AI Architect

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by AI on Medium.