Skip to content

From AI assistants to agentic delivery workflows

Published:
2 min read

At XPER Consulting, Codex, Claude Code, and OpenCode already help individual developers investigate code, draft patches, and run tests.

For DocEngine, I want that help connected to a shared delivery process. An issue should contain enough context for an agent to work in the repository, run the expected checks, and prepare a pull request for review.

I use five levels to describe the progression:

  1. AI assistant per developer
  2. Shared context and repository instructions
  3. Workflow-based agents around issues and PRs
  4. Coordinated specialized agents
  5. Self-correcting autonomous delivery loops

Our target is Level 3:

This defines where work starts, what “done” means, which checks must pass, and who approves the result. The model stays replaceable because the process lives in the repository and delivery system.

The questions I care about are operational:

Those answers determine whether agents improve delivery or only help individuals produce code faster.


Edit on GitHub