Last Updated on June 22, 2026 by
Author(s): Chew Loong Nian – AI ENGINEER
Originally published on Towards AI.
Boris Cherny built Claude Code. In June 2026 he said the quiet part out loud: “I don’t prompt Claude anymore. I have loops running that prompt Claude and figuring out what to do. My job is to write loops.” In four years, the highest-value skill in applied AI has been rewritten 4 times — from prompts, to context, to the harness, to the loop. Each rewrite moved the job one layer outward, and each layer trades less manual operation for more system design.

After the opening, the article lays out a “through-line” for why the job keeps shifting: each new layer wraps the previous one. It details Layer 1 (prompt engineering), where the key object is a single input string and the challenge is phrasing and tool-use via prompt structure (few-shot, chain-of-thought, ReAct), but notes its brittleness and the assumption that the model already has everything it needs. It then covers Layer 2 (context engineering), focused on filling a limited context window with the right information using retrieval, memory, summarization, and strategies to prevent context rot—yet still observes that humans remain responsible for choosing what gets retrieved and when. Layer 3 (harness engineering) is presented as the environment around the agent—tools, permissions, sandboxing, lifecycle hooks, retries, traces, and sub-agents—moving reliability concerns into configuration rather than just model behavior. Finally, it introduces Layer 4 (loop engineering), where the system is scheduled and run repeatedly without constant manual prompting: triggers, goal/state persistence, scouting tasks, invoking harnessed agents, verifying outputs (often with a second agent), and writing memory across iterations. The piece concludes with a diagnostic to identify which layer you’re practicing, a “climb one layer” starting path, and a verdict that the next frontier after loops will likely involve fleets of coordinating loops, pushing the highest-paid skills further outward from direct prompt writing.
Read the full blog for free on Medium.
Published via Towards AI
Towards AI Academy
We Build Enterprise-Grade AI. We'll Teach You to Master It Too.
15 engineers. 100,000+ students. Towards AI Academy teaches what actually survives production.
Start free — no commitment:
→ 6-Day Agentic AI Engineering Email Guide — one practical lesson per day
→ Agents Architecture Cheatsheet — 3 years of architecture decisions in 6 pages
Our courses:
→ AI Engineering Certification — 90+ lessons from project selection to deployed product. The most comprehensive practical LLM course out there.
→ Agent Engineering Course — Hands on with production agent architectures, memory, routing, and eval frameworks — built from real enterprise engagements.
→ AI for Work — Understand, evaluate, and apply AI for complex work tasks.
Note: Article content contains the views of the contributing authors and not Towards AI.



























