Twitter/X

@levie (published 2026-07-15) argues code is especially amenable to agents…

Brief

Levie contends that code’s rapid testability makes it unusually suitable for agent automation, whereas other domains lack immediate validation until real-world outcomes occur (e.g., trades, contracts, pitches). He predicts increased agent layering in workflows and stresses enterprises must develop stronger evals for knowledge work—those that do will benefit most from AI adoption.

Why it matters

@levie (published 2026-07-15) argues code is especially amenable to agents because it can be quickly tested—either by manual checks or by running automated tests—giving fast feedback loops that most other work lacks.

Key details

  • Most non-code work only gets validated when it hits the real world (examples: a stock trade executes, a contract is negotiated, a sales pitch is delivered), so it lacks interim testability.
  • As a result, more agents will be layered into workflows and enterprises that build rigorous evals for knowledge work will capture the greatest AI gains; evaluation will become critical to agent adoption over time.
Source evidence

One of the many properties that code has that makes it highly amenable to agents is that you can more or less quickly test it. You can either go see if the application works manually, or you can actually run a test on what you built.

Most other areas of work don’t have this benefit. You only get the testing when the final product hits the real world in some capacity - a stock trade is executed, a contract is negotiated, a sales pitch is delivered, and so on.

There’s probably going to be a whole new set of opportunities for how we begin to test the rest of work in this way. Ultimately it will mean more agents being layered into workflows.

It also means we need much better evals on most of our workflows. Most work today in enterprises doesn’t have an associated eval to know if something broke or improved with a model, prompt, or system change.

The enterprises that are able to eval their knowledge work the best also stand to gain the most from AI. Will become a critical aspect of agent adoption over time.