The key human-AI workflow shift in AI engineering is moving from task delegation to end-state expression: a human should specify the desired outcome instead of orchestrating steps, because models perform better when handed the end-state.
It changes where engineering attention goes: instead of investing in step-level prompts, chain-of-thought scaffolding, and manual decomposition, builders should invest in end-state specs, acceptance checks, and enough model autonomy for the model to determine its own path.
Any harness or runtime that exposes a human-model loop can treat the model's own plan as an implementation detail and make the end-state the unit of contract between human and agent.
Engineers moved from breaking down tasks step-by-step to expressing end states.
Users and developers should express the final desired outcome rather than micro-managing intermediate steps.
Fable and other models perform better when given the end-state to execute on.