Ilmu Komputer & AI editorial
Open AccessOA2026
A Phased Workflow for Operating LLM-Based Coding Agents
Front-loading human effort and context management strategies for reliable agent-assisted development
Ante Kapetanovic; Tomislav Duricic; Andro Mercep; Emanuel Lacicยท 2026ยท DOI 10.48550/arXiv.2608.30701
The core problem
LLM-based coding agents combine a foundation model with a harness that shapes agent behavior. For non-trivial tasks, how practitioners structure their work with the coding agents determines whether reliable results follow. The authors report on a phased workflow for operating coding agents developed by the AI research team at Infobip. The workflow structures agent-assisted development into four phases where human effort is front-loaded and delegation increases as artifacts mature. Context management is the central concern, addressed through four strategies applied at each phase to counter known failure modes. From practitioner experience, the authors observe that upstream errors in research and planning can compound across later phases, while correcting generated code can introduce bloat and fragility. This motivates front-loading human review. Two open problems are identified: the absence of metrics for workflow effectiveness and the gap between formalized context management components and the workflow-level patterns that practitioners need.
Innovation
From practitioner experience, the authors observe that upstream errors in research and planning can compound across later phases, while correcting generated code can introduce bloat and fragility. This motivates front-loading human review. The workflow was developed by the AI research team at Infobip. No quantitative metrics are reported; the results are based on practitioner observations. The authors identify two open problems: the absence of metrics for workflow effectiveness and the gap between formalized context management components and the workflow-level patterns that practitioners need.
LLM-based coding agents combine a foundation model with a harness that shapes agent behavior. For non-trivial tasks, how practitioners structure their work with the coding agents determines whether reliable results follow. The authors report on a phased workflow for operating coding agents developed by the AI research team at Infobip. The workflow structures agent-assisted development into four phases where human effort is front-loaded and delegation increases as artifacts mature. Context management is the central concern, addressed through four strategies applied at each phase to counter known failure modes. From practitioner experience, the authors observe that upstream errors in research and planning can compound across later phases, while correcting generated code can introduce bloat and fragility. This motivates front-loading human review. Two open problems are identified: the absence of metrics for workflow effectiveness and the gap between formalized context management components and the workflow-level patterns that practitioners need.
The workflow is structured into four phases, with human effort front-loaded and delegation increasing as artifacts mature. Context management is addressed through four strategies applied at each phase to counter known failure modes. The authors do not provide a formal algorithm or equation, but the phased approach can be represented as a state machine where each phase transitions to the next based on artifact maturity. A Mermaid diagram illustrates the flow:
Why it matters
The central concern is context management, addressed through four strategies applied at each phase to counter known failure modes. The authors argue that front-loading human effort is necessary because upstream errors in research and planning can compound across later phases, while correcting generated code can introduce bloat and fragility. The phased workflow allows delegation to increase as artifacts mature, balancing human oversight with agent autonomy. Two open problems are identified: the absence of metrics for workflow effectiveness and the gap between formalized context management components and the workflow-level patterns that practitioners need. These open problems suggest future research directions for evaluating and formalizing agent-assisted development workflows.
Who should read this
CS practitioners and researchers
Opening member contentโฆ