System Initiative proposes a radical overhaul of infrastructure automation to address infrastructure-as-code chaos and longstanding devops toil.
Letโs face it. Devops hasnโt seen much innovation in recent years, particularly in infrastructure automation.
Despite radical shifts in technology, infrastructure automation has remained largely unchanged. Sure, itโs evolved โ from on-prem configurations to cloud and containers โ with tools like Terraform and OpenTofu. But the basic premise of declarative configuration management has been around since the 1990s.
โWhile the tech landscape has changed, the way we think about building automation has not,โ says Adam Jacob, CEO and co-founder at System Initiative. โItโs had an incredible run, but weโve taken that idea as far as it can go.โ
Infrastructure as code (IaC) isnโt wrong, but itโs struggling to keep pace with multicloud and scaled devops collaboration. Tools like Terraform rarely offer a one-size-fits-all approach, making configs hard to version and maintain.
โThe traditional Terraform or OpenTofu model is very declarative,โ says Ryan Ryke, CEO of Cloud Life. โYou think, โIโm going to build my castle!โ But on Day Two, your castle is falling apart because some developer went in and made some changes.โ
At the end of the day, IaC is still just static config files sitting in GitHub repositories that either get stale, or must be regularly reviewed, tested, and updated, becoming a maintenance burden at scale. And because environments always change, mismatches between configs and actual infrastructure are a constant worry.
โParadigm shiftโ is a phrase that shouldnโt be used lightly โ but thatโs the promise of System Initiative. โSystem Initiative comes closest to a single pane of glass Iโve seen,โ says Neil Hanlon, founder and infrastructure lead at Rocky Linux. โInstead of cutting you when you break through, it flexes with you.โ
The trouble with infrastructure as code
As it stands today, implementing infrastructure as code typically involves a learning curve. โYou have to understand all of the technology before you even think about how you can automate it,โ says System Initiativeโs Jacob.
Engineers typically use tools like Terraform, Pulumi, AWS CloudFormation, or Azure Resource Manager to define and manage infrastructure, versioning configurations in Git alongside application code. But unlike application code, small changes in infrastructure config can ripple across teams โ breaking deployments, introducing regressions, and slowing collaboration.
โConfiguration programming is worse than application programming, because, if you get it wrong, by definition it doesnโt work,โ says Jacob. โYou wind up with big, long-running conversations with yourself, the machine, and team members where youโre just trying to figure out how to make it all work.โ
Ryke agrees that IaC often leads to toil. โWhat ends up happening is you spend a lot of time updating Terraform for the sake of updating Terraform,โ he says. โWe need some sort of tool to rule them all.โ
According to Jacob, the deeper problem is that the industry hasnโt treated infrastructure automation as its own domain. Architects have AutoCAD. Game developers have Unity. But devops lacks a comparable standard.
System Initiative aims to change that, as an engine for engineers to build and maintain infrastructure as a living model. โOnce you have that engine, you worry less about how to put together the low-level pieces, and more about how to interact with the engine.โ
How System Initiative works
System Initiative turns traditional devops on its head. It translates what would normally be infrastructure configuration code into data, creating digital twins that model the infrastructure. Actions like restarting servers or running complex deployments are expressed as functions, then chained together in a dynamic, graphical UI. A living diagram of your infrastructure refreshes with your changes.
Digital twins allow the system to automatically infer workflows and changes of state. โWeโre modeling the world as it is,โ says Jacob. For example, when you connect a Docker container to a new Amazon Elastic Container Service instance, System Initiative recognizes the relationship and updates the model accordingly.
Developers can turn workflows โ like deploying a container on AWS โ into reusable models with just a few clicks, improving speed. The GUI-driven platform auto-generates API calls to cloud infrastructure under the hood.
Infrastructure varies widely by company, with bespoke needs for security, compliance, and deployment. An abstraction like System Initiative could embrace this flexibility while bringing uniformity to how infrastructure is modeled and operated across clouds.
The multicloud implications are especially intriguing, given the rise in adoption of multiple clouds and the scarcity of strong cross-cloud management tools. A visual model of the environment makes it easier for devops teams to collaborate based on a shared understanding, says Jacob โ removing bottlenecks, speeding feedback loops, and accelerating time to value.
Examples of System Initiative in practice
Aiding community development at Rocky Linux
One System Initiative user is the Rocky Linux project, maker of a free replacement for CentOS, which shifted to CentOS Stream (upstream from Red Hat Enterprise Linux) in late 2020. Theyโre using System Initiative to build new infrastructure for Rocky Linuxโs MirrorManager, a service every Rocky installation uses to find geographically close package mirrors.
Rocky Linuxโs community engineers were previously using Terraform, Ansible, and other tools to manage infrastructure piecemeal. But this approach lacked extensibility and posed a high barrier to anyone without deep familiarity. โIt made it very difficult to allow other teams to own their applications,โ says founder and infrastructure lead Hanlon.
Though still mid-adoption, theyโre already seeing collaboration wins. โSystem Initiative represents a really unique answer to problems faced by open-source organizations like ours, which have fairly decentralized leadership and organization, but where oversight is crucial,โ Hanlon says.
Hanlon views System Initiative as a huge force multiplier. โHaving a centralized location to manage, inspect, and mutate our infrastructure across any number of clouds or services is an incredibly powerful tool,โ he says. โSystem Initiative will allow our security, infrastructure, and release teams to sleep a bit easier.โ
Hanlon especially values how infrastructure is documented as a living diagram, which is malleable to changes and queryable for historical context. For this reason, and others, he believes System Initiative represents the future of devops.
IaC democratization at Cloud Life
Cloud Life, another System Initiative user, is a cloud consultancy supporting 20 to 30 clients with AWS migrations and IaC. With work highly tailored to each client, theyโve spent years hacking Terraform modules to meet specific project constraints.
โThere was never a one-size-fits-all module,โ says CEO Ryke. โYou could spend a lot of time trying to get everything into a single module, but it was never exactly what we needed for the next customer.โ
Terraform adoption has been messy, says Ryke โ from public forks to proprietary private modules. Some clients even embed Terraform within source code, requiring hours of updates for small changes.
โThen, you need tooling, and pipelines, and now, the Terraform ecosystem is enormous,โ he says. โAll to replace a five-minute click if I went into the console.โ Heโs had enough โ battling version changes, back-and-forth with clients, and high project bids for devops maintenance no one wants to pay for. โItโs infuriating as a business owner.โ
โThe paradigm shift is that System Initiative manages the real world, not just a declarative state โ thatโs the big change for me.โ As a result, Cloud Life made System Initiative the default โ bundling it into AWS services, with six new projects last quarter spanning greenfield and migration work.
At the end of the day, end users donโt care about infrastructure maintenance. โCustomers canโt give a shit less about Terraform,โ says Ryke. โThey care about the application and where it runs.โ Without a steep Terraform hill to die on, Cloud Life now can hand off a visual model of infrastructure to customers to maintain.
A major technology shift
Introducing a new way of working is no quick fix. โWeโre fundamentally trying to transform some of the hardest problems,โ says Jacob. โItโs not going to happen overnight.โ
Because System Initiative is a fundamentally new model, migrations will be challenging for teams with large, prebuilt automations. As with any major technology shift, the transition will involve significant upfront work and gradual progress.
As such, Jacob recommends testing iteratively, observing workflow changes, and replacing parts over time. For now, lower-hanging fruit includes greenfield apps or large-scale deployments that never implemented IaC in the first place.
Preconceptions are another barrier. โA lot of hardcore people are very put off by it,โ admits Ryke, comparing it to the original hesitancy about moving into the cloud. โIt will upset the ecosystem.โ
Jacob is sympathetic, acknowledging that โClickOpsโ โ i.e., provisioning infrastructure by clicking through GUIs โ had its faults. Those paradigms failed because they sacrificed power and completeness for usability, he says. โBut if you donโt sacrifice anything, they can accelerate you dramatically.โ
For Cloud Lifeโs purposes, Ryke doesnโt see any sacrifices moving to the System Initiative model. That said, it might be overkill for more predictable, repeatable infrastructure. โWhen you do the exact same thing every day, the programmatic nature of IaC makes a lot of sense.โ
To his point, some teams thrive with Terraform, especially those with stable infrastructure patterns. Meanwhile, other tools are also pushing to modernize IaC โ like Crossplane, CDK for Terraform, and OpenTofu modules. Some platform engineering solutions are going further, abstracting infrastructure management altogether.
System Initiative still shows signs of a product in early growth, adds Ryke: some friction points here and there, but a team eager to respond to fixes. Heโs hoping for better information retrieval capabilities and broader OS support over time. Jacob adds that cloud support beyond AWS (for Google Cloud Platform and Microsoft Azure) is still on the horizon.
Finally, costs and openness could be potential drawbacks. Although the code that powers System Initiative is completely open source, the product itself is priced. โThere is no free distribution of System Initiative,โ clarifies Jacob.
The future of devops
Software trends have shifted dramatically โ languages have come and gone, release cycles have shrunk from months to hours, architectures have evolved, and AI has taken the industry by storm. Yet the code that automates software deployment and infrastructure has remained largely unchanged.
โThe state of infrastructure automation right now is roughly equivalent to the way the world looked before the CRM was invented,โ says Jacob.
A skeptic might ask, why not use generative AI to do IaC? Well, according to Jacob, the issue is data โ or rather, the lack of it. โMost people think LLMs are magic. Theyโre not. Itโs a technology like anything else.โ
LLM-powered agents need structured, relationally rich data to act โ something traditional infrastructure tools donโt typically expose. System Initiative provides the high-fidelity substrate those models need, says Jacob. Therefore, System Initiative and LLMs could be highly complementary, bringing more AI into devops over time. โIf we want that magical future, this is a prerequisite.โ
System Initiative proposes a major overhaul to infrastructure automation. By replacing difficult-to-maintain configuration code with a data-driven digital model, System Initiative promises to both streamline devops and eliminate IaC-related headaches. But it still has gaps, like minimal cloud support, and few proven case studies.
Thereโs also the risk of locking into a proprietary execution model that replaces traditional IaC, which will be a hard pill for many organizations to swallow.
Still, that might not matter. If System Initiative succeeds, the use cases grow, and the digital-twin approach delivers the results, a new day may well dawn for devops.


