My notes from conference sessions I have attended.
July 24th, 2026
Cincinnati, OH
with Jim Myers
93% of software engineers code with AI now. There’s been about a 10% productivity boost with that.
METR famously reported in 2024 that engineers felt 20% faster, but were actually 20% slower.
METR 2026 doesn’t show that slowdown anymore, but the gap in perception remains.
If we harden both the planning and test phases (with Guides and Sensors, respectively).
Build Contextual Equity, the compound interest of quality in the code and docs.
Codex is good at Code Review.
Claude has Principal Engineer energy.
Models and their strengths will change like the wind.
Make your harness pluggable and model-agnostic as they emerge.
The processes out there were built for how software was made 20 years ago.
Genies are good enough at coding now that when they make mistakes, it’s on you and the context you gave.
Our instinct is to give the model ALL THE THINGS, and let it sort them out. This doesn’t work.
Use a fresh session for every task/step.
Agent = Model + Harness
Harness = Guides (docs, md - non-deterministic) + Sensors (tests, pipeline, etc. - deterministic)
Models follow instructions from Guides about 1/3 of the time. We need Sensors to enforce them.