SnapshotJuly 2026a point-in-time write-up, left as written

Where this is going

A short closing chapter: current frontier, honest limits, what to watch.

What models can reliably do today vs. a year ago

In mid-2025, Claude could draft code for a task you described. By mid-2026, it can navigate an unfamiliar repository, propose an architectural change, write it, test it, and commit it, often without you intervening. A year ago, “multi-turn reasoning over a codebase” was aspirational. Today it’s the default mode of working.

The pace isn’t slowing. A reasonable reading of the trend: tasks that feel like they require an engineer in 2026 will feel like they require a product manager in 2027. The constraining factor is increasingly the clarity of the person driving, not the capability of the model.

What harnesses can do today vs. a year ago

The harness has been the bigger unlock than the model, in some ways. A year ago, Claude Code was a capable REPL. Today it’s a platform: Skills compose, sub-agents parallelize, MCP plugs in new capabilities per session, agent teams coordinate. The harness has become the surface where most of the interesting engineering is happening, rather than the model itself.

Anthropic’s own writing backs this up: on the same tasks, the difference between Claude Code’s harness and other harnesses is tens of percentage points of capability. The harness is not a thin UI layer.

The honest limits

Where this stuff still falls down, routinely:

None of these will hold forever. All of them hold today.

Near-term changes worth tracking

The shape of the next IDE

One forward-looking observation worth calling out: the “IDE” as we know it is converging on something that isn’t a code editor anymore.

VS Code today is a compromise: it pretends you’re still writing code. The real shape of the workflow looks more like an iTerm pane + browser preview + agent, with the code file as an output you read rather than something you author character-by-character.

Claude Code’s desktop and web apps are steps in this direction, but nobody has fully landed it yet. Several teams are trying. The interesting question is who gets there first and whether it stays open enough to build on.

What the curriculum probably needs to add or revise next

This course is a snapshot of what makes sense in 2026. It will age. The parts likely to age fastest:

The parts most likely to age well:

Read this course for the craft and principles. Read the docs for the specifics.

Resources