Skip to content
← All examples

Before and after

A concrete comparison of agent behavior without and with DWP.

Before DWP

Given “add authentication to the app”, an agent:

  • Starts editing files immediately.
  • Loses track of what it changed.
  • Produces inconsistent, hard-to-review output.
  • Cannot resume if interrupted.

After DWP

Given the same goal, a DWP-driven agent:

  • Creates a plan: schema, endpoints, middleware, tests, docs.
  • Executes task by task, updating progress.
  • Produces reviewable, incremental changes.
  • Resumes cleanly after interruption.

Outcome

The same model produces more reliable, reviewable work when guided by a plan.