Digitising Internal Operations


Technology drivers of internal digitization, legacy system cost escalation, cloud migration strategies and the governance trilemma, the economic case for process digitization through efficiency gains and data as strategic asset, and managing the digital estate through build-versus-buy decisions.

Topics in this chapter

  • Understanding Digitization: Technology Drivers, Digitising Processes, Moving to the Cloud
  • Making the Case: Efficiency and Waste Reduction, Efficiency and Productivity, Data and Information, Advantages Beyond Efficiency and Data
  • Issues with Digitization: When Not to Digitize, Starting from Scratch, Managing the Digital Estate, Owning vs. Renting Assets

Understanding Digitization

Legacy administrative systems in government are typically characterized by monolithic, on-premise architectures, siloed databases, and mainframe applications designed for an era of batch processing and paper-based workflows. The marginal cost of maintaining these systems exhibits exponential growth due to technical debt and scarcity of specialized skills:

CL(t)=CL0eδtC_L(t) = C_{L0} e^{\delta t}

Where δ>0\delta > 0 reflects the rate at which maintenance, compliance, and integration costs compound. This cost-escalation dynamic creates an economic gravity pull toward modern platforms whose total cost of ownership (TCO) can decline through economies of scale, multi-tenancy, and elastic resource provisioning.

Digitising Processes

Transitioning from legacy to agile, data-driven workflows requires systematic process reengineering. The four-step methodology is: (1) Process Discovery and Value-Stream Mapping — decompose end-to-end administrative procedures into constituent activities, identifying manual handoffs, redundant validations, and data duplications that create friction; (2) De-layering and Simplification — eliminate non-value-adding steps and exploit digital artifacts such as e-signatures, digital identity, and automated verification to collapse sequential approvals into parallel, event-driven workflows; (3) API-driven Modularisation — break monolithic legacy applications into bounded context microservices that communicate via standard RESTful or gRPC APIs, enabling independent scaling, testing, and deployment; (4) Data-Workflow Integration — embed real-time analytics pipelines into operational processes, such as triggering fraud-detection models during claims submission rather than relying on post-hoc audits.

The economic rationale compares the unit processing cost of a legacy process cL=wtL+eLκc_L = w \cdot t_L + e_L \cdot \kappa with that of a digitised process cDc_D, where ww is the wage rate, tLt_L is processing time per case, eLe_L is the error probability, and κ\kappa is the cost of error correction. Digitisation reduces tDtLt_D \ll t_L through automation and can drive eD0e_D \to 0 via rule engines and machine learning, making cDcLc_D \ll c_L.

Moving to the Cloud

Cloud migration strategies exist on a spectrum of modernization effort. Lift and shift (re-hosting) migrates virtual machines as-is to Infrastructure-as-a-Service, realizing immediate Capex savings but retaining architectural rigidity. Re-platforming makes minor optimizations such as moving to managed database services without changing core application logic. Refactoring/re-architecting redesigns applications to exploit cloud-native features — serverless computing, auto-scaling, and managed AI services — yielding the highest long-term efficiency but incurring the greatest migration cost.

The total cost function for migration share α[0,1]\alpha \in [0,1] is:

TC(α)=(1α)CL(t)+α(p+cc)+12βα2TC(\alpha) = (1-\alpha) C_L(t) + \alpha(p + c_c) + \frac{1}{2} \beta \alpha^2

Where CL(t)=CL0eδtC_L(t) = C_{L0} e^{\delta t} captures escalating legacy maintenance cost, pp is the unit pay-per-use price of cloud services, ccc_c reflects migration-specific and organizational learning costs, and 12βα2\frac{1}{2} \beta \alpha^2 models the convex security and compliance risk. The optimal migration share is:

α=min{CL(t)(p+cc)β,2Rβ}\alpha^* = \min\left\{ \frac{C_L(t) - (p + c_c)}{\beta}, \sqrt{\frac{2\overline{R}}{\beta}} \right\}

This reveals a governance trilemma: operational efficiency, security/compliance, and strategic agility cannot all be simultaneously maximized. When R\overline{R} is very restrictive — as in defence, intelligence, or personally identifiable health data contexts — the optimal α\alpha^* remains small, forcing the agency to retain expensive legacy stacks.

The perimeter-based security models of legacy on-premises networks are obsolete in distributed cloud environments. Zero Trust Architecture (ZTA) operates on the principle of "never trust, always verify." The expected damage in a legacy system is E[D]=P(B)×P(LB)×VE[D] = P(B) \times P(L|B) \times V. ZTA minimizes P(LB)P(L|B) through micro-segmentation, continuous authentication, and least-privilege access controls, thereby decoupling the breach of a single node from the compromise of the entire administrative network.

Making the Case for Process Digitization

Efficiency and Waste Reduction

Digitization substitutes capital for labour, shifting the technology frontier of public service delivery. With a Cobb-Douglas production function, the ratio of post-digitization to pre-digitization average cost is:

CD(Q)C0(Q)=A0AD<1\frac{C_D(\overline{Q})}{C_0(\overline{Q})} = \frac{A_0}{A_D} < 1

The efficiency gain is driven by growth in total factor productivity, which captures not only the direct substitution of machines for clerical hours but also the elimination of non-value-adding activities — the essence of lean government. The cost reduction is not a one-off saving; it permanently lowers the marginal cost of delivering each additional unit of service, enabling an agency to absorb demand surges without a proportional increase in expenditure.

Efficiency and Productivity

Digitized processes reduce coordination frictions. The throughput (transactions per unit of labour) elasticity with respect to digital intensity is:

εT,k=τ(k)k1τ(k)>0\varepsilon_{T,k} = \frac{\tau'(k) k}{1-\tau(k)} > 0

In empirical studies of revenue administration, this elasticity has been estimated between 0.3 and 0.8, underscoring that the primary efficiency dividend flows from eliminating coordination waste rather than pure labour shedding.

Data and Information

The most profound strategic dividend of process digitization is the conversion of operational by-products into governance intelligence. Every digital transaction leaves a trace — an event log recording applicant characteristics, decision timestamps, intermediate outcomes, and final disposition. This digital exhaust transforms internal operations from a mere execution engine into a sensing infrastructure that continuously generates high-granularity data on citizen needs, staff performance, and policy effectiveness.

The value of such data can be formalized through a Bayesian decision-theoretic framework. The posterior variance shrinks as digital evidence accumulates:

1σ^2=1σ2+nτ2\frac{1}{\hat{\sigma}^2} = \frac{1}{\sigma^2} + \frac{n}{\tau^2}

The reduction in uncertainty has direct economic value. If the manager allocates funds to maximize expected social welfare, the expected loss from incomplete information is proportional to the posterior variance. The data asset exhibits non-rivalrous and recombinable properties that spawn increasing returns to scope.

Advantages Beyond Efficiency and Data

Three additional outcomes justify digitization. Enhanced transparency arises because digital workflows produce immutable, machine-readable audit trails. Every decision, modification, and approval is time-stamped and attributable, radically reducing the information asymmetry between citizens (principals) and bureaucrats (agents). Increased public trust follows as digitization boosts perceived competence by reducing service delivery times and errors, while simultaneously enhancing perceived integrity through immutable audit trails that limit opportunities for rent-seeking and corruption. Organizational agility — the capacity of a government to rapidly reconfigure its operations in response to exogenous shocks — becomes a decreasing function of system modularity and digital maturity.

Issues with Digitization

When Not to Digitize

Digitization becomes counterproductive in several scenarios. When the task requires high levels of tacit knowledge, empathy, or contextual judgment — such as complex medical diagnosis, judicial deliberation, or high-stakes negotiation — forcing these into algorithmic templates can degrade quality and accountability. When process variability is extreme and volumes are low, the fixed costs of digitization can only be amortized over a large number of transactions; for rare, highly customized activities, the unit cost of digital execution may exceed that of manual expert handling. When the digital infrastructure is fragile relative to the environment, operations in settings with unreliable connectivity, frequent regulatory changes, or volatile security threats may be better served by maintaining robust analogue fallbacks. When stakeholders are not digitally ready, digitizing workflows that users cannot or will not adopt can lower morale, increase error rates, and spawn shadow IT.

The Automation Paradox and Starting from Scratch

The automation paradox captures a key vulnerability: as systems become more reliable, human operators lose the skill and vigilance needed to intervene when the algorithm fails, turning rare edge-case failures into catastrophic events. The certainty equivalent of a project with risk aversion coefficient λ\lambda is CE=μVλ2σV2ICE = \mu_V - \frac{\lambda}{2} \sigma_V^2 - I. The risk premium λ2σV2\frac{\lambda}{2}\sigma_V^2 can be substantial even when expected returns are positive.

The real options approach recognizes that waiting has value. The optimal investment threshold is V=ββ1(I+V0)V^* = \frac{\beta}{\beta - 1} (I + V_0), where β>1\beta > 1 depends on the drift, volatility, and discount rate. The wedge β/(β1)>1\beta/(\beta-1) > 1 means digitization should only proceed when the expected digital benefit sufficiently exceeds the status quo plus cost.

Managing the Digital Estate

The digital estate — the collection of applications, data assets, infrastructure, devices, digital identities, and interdependencies — requires a digital asset register (DAR) capturing identity and ownership, functional footprint, lifecycle stage, technical health, value and cost (TCO, strategic criticality score), and interdependencies. The optimal resource allocation for asset jj is:

xj=μjθcjϕrjλσj2x_j^* = \frac{\mu_j - \theta c_j - \phi r_j}{\lambda \sigma_j^2}

Investment is penalized by operational volatility and marginal contribution to systemic risk, weighted by the shadow prices of budget and risk constraints.

Owning vs. Renting Assets

The build-versus-acquire decision is governed by transaction cost economics. When the digital asset is highly specific to the organization's unique processes, market acquisition exposes the firm to holdup risk — the vendor may behave opportunistically after the firm has sunk relationship-specific investments. If the quasi-rent is large, vertical integration via building is preferred. Conversely, if the required functionality is generic and widely adopted, acquisition harnesses market competition to lower costs and accelerate innovation. Most organizations adopt a hybrid composable architecture: acquire commoditized platform components (identity management, cloud infrastructure) and build differentiating, core-domain systems in-house.

Recording the Digital Estate

The Digital Asset Lifecycle Matrix (DALM) forces continuous inventorying, categorizing assets by strategic alignment and technical health. Assets with high marginal contribution to systemic risk will naturally see their optimal allocation driven toward zero, triggering automated deprecation protocols. By treating the digital estate as a constrained, risk-adjusted portfolio rather than a static collection of tools, governance leaders can systematically eradicate technical debt, enforce architectural coherence, and ensure digital operations remain robust, secure, and aligned with the overarching strategic mandate.