- Core Argument
- Scalability is an engineering problem, not a hiring problem.
- Key Statistic
- Companies lose 20-30% of revenue annually to organizational silo inefficiencies.
- Primary Framework
- The six-layer Target Operating Model — treating org design as distributed systems engineering.
If you've been navigating this site using the "Polymorphic" toggle, you've seen the distinction between The Boardroom (Strategy) and The Engine Room (Execution). A dangerous void often exists between them — and that void has a name: the Accidental Operating Model.
In the current market, "scalability" is routinely confused with "growing headcount." That's a fatal error, and it's expensive. Companies lose 20-30% of revenue every year to inefficiencies caused by organizational silos. (Speakwise, 2025) That isn't a talent problem or a strategy problem. It's an architecture problem.
True scalability is the ability to increase revenue without a linear increase in cost.
Achieving this requires more than hiring smart people or buying better software. It requires a Target Operating Model (TOM) — the flagship product of the Operational Architect. It is the schematic that ensures your organization doesn't just grow, but scales.
Key Takeaways
- True scalability means revenue outpaces cost. Growing headcount is growth, not scale.
- The "Accidental" Operating Model is organizational technical debt: silos create latency, coupling stifles change, heroics mask fragility.
- Value stream teams achieve 75% active work time vs. 30% in functional silos — eliminating the wait states that compound into months of delay.
- A six-layer TOM treats Process, People, Service Delivery, Technology, Performance, and Governance as components of a distributed system.
- Elite engineering teams using these principles deploy 182x more frequently than low performers. (DORA 2024)
2.1 The Crisis of the "Accidental" Operating Model
Employees in siloed organizations waste an average of 12 hours per week — 30% of the working week — just searching for information across disconnected systems. (Speakwise, 2025) That isn't a productivity problem. It's an architecture problem. No amount of motivation fixes a distributed system with broken node-to-node communication.
Most mid-sized companies and rapidly scaling fintechs operate on what I call an "Accidental" Operating Model. Processes were established ad-hoc as the company grew. A procedure that worked for 10 employees is a bottleneck at 100. The result is a patchwork of functional silos, manual workarounds, and tribal knowledge that I view as "Organizational Technical Debt."
From an engineering perspective, this debt manifests in three specific failure modes:
-
Functional Silos (Latency): Sales, Operations, and Engineering operate as separate fiefdoms, throwing work over the wall to one another. In technical terms, this introduces massive latency and context loss between nodes. Each handoff is a dropped packet.
-
Dependency Chains (Coupling): Decision-making requires navigating a complex web of committees and approvals. The organization is tightly coupled — a change in one area breaks processes in another, stifling agility. Sound familiar? It should. It's the monolith problem.
-
Fragility (Single Points of Failure): The organization relies on heroics from key individuals rather than resilient systems. If a specific person leaves, the capability collapses. In engineering, we call this a low "Bus Factor."
The financial consequence isn't theoretical. In 2024, DATAVERSITY found that 68% of organizations now cite data silos as their top operational concern, up 7% from the year before. (DATAVERSITY Trends in Data Management, 2024) At the individual level, poor communication from organizational silos leads to a 40% drop in measured productivity.
Citation Capsule: Research consistently finds that organizational silos reduce productivity by up to 40% and cost the average enterprise $7.8 million annually in lost efficiency. (Speakwise, 2025) The engineering analogy is exact: silos are high-latency nodes in a distributed system. They don't fail visibly — they just slow everything down until throughput collapses.
2.2 Designing for "Value Streams" over "Departments"
Organizations that shift from functional silos to value-stream design typically achieve 100-140% ROI within 18-36 months — not from working harder, but from eliminating the 70% of cycle time currently trapped in wait states between functional handoffs. (Lean Horizons Consulting, 2024)
The Operational Architect fundamentally redesigns the organization around Value Streams.
The "Accidental" model organizes by function (e.g., "The Risk Department"). The Architected model organizes by the value delivered to the customer (e.g., "The Mortgage Origination Stream"). This is a shift from Vertical Optimization (making the department efficient) to Horizontal Flow (making the customer journey efficient).
-
Cross-Functional Teams: A value stream includes all the resources — sales, risk, tech, and ops — required to deliver a specific outcome. This reduces handoffs and accelerates Flow Efficiency.
-
Product-Centric Funding: We move away from project-based funding (temporary, disruptive) to product-based funding (long-lived teams). This aligns financial resources with strategic priorities and treats the operating model as a product that's constantly iterated upon.
The hidden cost of project-based funding is cognitive context-switching. Teams disbanded after a project carry institutional knowledge out the door. Teams reformed for the next project spend weeks rebuilding context. Product-centric funding eliminates this waste entirely — the team is the product.
Citation Capsule: A 2024 analysis of lean transformations found that value stream management typically delivers 100-140% ROI within 18-36 months. (Lean Horizons Consulting, 2024) The mechanism is simple: functional silos trap roughly 70% of cycle time in wait states between handoffs. Eliminating that wait is where the return comes from — not from asking people to work harder.
2.3 The Six Layers of a Robust TOM
The proof that operating model design matters is in the performance data. Elite software delivery teams deploy 182x more frequently than their low-performing peers — without sacrificing stability. (DORA State of DevOps 2024) That gap, measured across 39,000 professionals, is not explained by talent. It's explained by architecture.
The Operational Architect differentiates themselves by mastering the interplay of six critical layers of the TOM. I treat these layers not as HR concepts, but as components of a distributed system:
1. Process
- The Shift: From functional silos to end-to-end value streams.
- The Engineering View: We optimize for Cycle Time (start-to-finish speed) rather than Resource Utilization (keeping people busy). A server at 100% CPU isn't performing well — it's a bottleneck. The same principle applies to teams.
2. People
- The Shift: From filling vacancies to building capabilities.
- The Engineering View: We conduct a "Capability Gap Analysis" to identify future skill needs (AI prompting, data engineering) and design Topologies that minimize cognitive load on teams. Team Topologies (Skelton & Pais, 2019) gives us the vocabulary to do this systematically.
3. Service Delivery
- The Shift: From local support to global resilience.
- The Engineering View: Optimizing the geography of work (Onshore vs. Offshore vs. Nearshore) to implement "Follow the Sun" support models, ensuring 24/7 uptime for critical operations without 24/7 heroics.
4. Technology
- The Shift: From monolithic ERPs to composable architecture.
- The Engineering View: Decoupling data from applications to enable agility. We implement a "Data-Centric Operating Model" where the data schema is the source of truth, not the application UI.
5. Performance
- The Shift: From vanity metrics ("hours worked") to flow metrics.
- The Engineering View: We measure DORA Metrics (Deployment Frequency, Lead Time for Changes) and business flow metrics (Flow Velocity, Flow Load) that connect delivery performance to business outcomes. (Forsgren et al., Accelerate, 2018)
6. Governance
- The Shift: From manual audit to automated compliance.
- The Engineering View: Implementing "Automated Governance" where compliance rules (MiFID II, HIPAA, SOX) are encoded as code. This enables real-time auditing without the manual bottlenecks that slow regulated industries to a crawl.
Citation Capsule: The 2024 DORA State of DevOps report, drawing on 39,000+ professionals, found elite teams deploy 182x more frequently than low performers — without sacrificing stability. (DORA, 2024) The separating variable isn't individual talent. It's whether the team's operating model is designed for fast flow or for accidental friction.
Strategic Implication: The Engine of the Company
For a CEO, the Target Operating Model isn't an org chart. It's the engine of the company.
A well-designed TOM allows the business to absorb market shocks, integrate acquisitions, and launch new products without collapsing under its own weight. It bridges the gap between the Boardroom's ambition and the Engine Room's reality.
The test is simple. When your best team leaves a project, does the capability survive or vanish with them? When you add 50 new customers, do your processes scale or buckle? When a regulator asks for an audit trail, is the answer a system or a scramble?
If your strategy is to grow, hire more people. If your strategy is to scale, you need to Architect the Model.
Frequently Asked Questions
What is the difference between a Target Operating Model and an org chart?
An org chart shows reporting lines. A Target Operating Model is a complete architectural blueprint — how work flows, how decisions are made, how technology integrates, how performance is measured, and how compliance is enforced. The TOM is the system. The org chart is just one of its six components.
How do I know if my company has an "Accidental" Operating Model?
Three diagnostic signals: (1) Work regularly stops waiting for approvals from other departments. (2) When key people leave, capabilities disappear with them. (3) Adding a new product line requires building parallel support infrastructure rather than reusing existing systems. Two out of three and you're on an accidental model.
What is a value stream, and how does it differ from a department?
A department is organized around a function (e.g., "Risk"). A value stream is organized around the customer outcome (e.g., "Mortgage Origination") and includes every function required to deliver that outcome — under one team, one mandate, one measure of success. This eliminates the handoff latency that kills flow efficiency.
How long does a TOM redesign typically take?
A focused TOM engagement runs 90-120 days for the design phase: discovery, current-state assessment, future-state architecture, and a phased implementation roadmap. Implementation is iterative — 6-18 months depending on complexity. Research suggests ROI inflects positively at the 18-month mark when the new model reaches full operation. (Lean Horizons, 2024)
Works Cited & Notes
- [1] Project Management Institute (PMI). "Target Operating Model (TOM): The Bridge Between Strategy and Execution." PMI Thought Leadership Series, 2024.
- [2] Kersten, M. Project to Product: How to Survive and Thrive in the Age of Software with the Flow Framework. IT Revolution Press, 2018.
- [3] Skelton, M., & Pais, M. Team Topologies: Organizing Business and Technology Teams for Fast Flow. IT Revolution Press, 2019.
- [4] Forsgren, N., Humble, J., & Kim, G. Accelerate: The Science of Lean Software and DevOps. IT Revolution Press, 2018.
- [5] DORA. Accelerate State of DevOps Report 2024. Google Cloud, 2024.
- [6] Speakwise. Information Silos Statistics 2025. 2025.
- [7] Lean Horizons Consulting. Lean Transformation: Functional Management vs. Value Stream Management. 2024.