
AI lets operators build internal tools quickly. Learn how to choose the right level of build, weigh building against buying, and create governance that helps tools last.
This piece is adapted from an Operators Guild Focus Session on building with AI for non-engineers, featuring Miles Gullingsrud, Rob Owen, and David Campos, and shaped by a live discussion among operators who are actively building internal tools, standing up governance, and untangling the tradeoffs inside real companies.
Focus Sessions are small-group, member-only conversations where operators compare notes on decisions in flight, pressure-test tradeoffs, and surface the operational realities that rarely show up in polished frameworks.
If you want access to sessions like this, including the recordings and the community behind them, you can apply to join OG.
The first wave of AI at work helped people move faster inside the tools they already used. Now operators are starting to make the tools themselves.
A CFO can reshape a messy dashboard into an AI spend monitor built around the questions she asks. A finance analyst can create a platform connecting strategic initiatives to company metrics. Operations teams can turn onboarding spreadsheets, asset trackers, and close checklists into focused internal apps.
Building no longer requires waiting for a project to make it onto an engineering roadmap. But the ability to create software quickly introduces a new set of decisions:
AI creates value across four related areas:
Building with AI has changed who gets to create software.
An operator who understands a workflow can describe the problem, make product decisions, work through the requirements with an AI tool, and produce something functional. That opens the door to projects that would never have received traditional engineering resources.
But “building with AI” covers a wide range. It can mean writing reusable instructions for an AI assistant or deploying software the entire company relies on.
Those projects require very different levels of investment and oversight.
.png)
A useful way to evaluate an AI build is to place it on a six-level ladder.
The lower levels are primarily text-based and hosted through outside AI platforms. The higher levels involve code, internal infrastructure, and broader organizational ownership.
TMoving up the ladder adds capability, but it also increases the requirements for security, testing, documentation, maintenance, and ownership. The biggest shift happens when a personal tool becomes infrastructure other people depend on.
The right level of investment depends on the tool’s audience, importance, and cost of failure.
Two examples show how different that decision can look.
The need
A CFO needed faster visibility into growing AI spend and clearer signals when costs required attention.
The underlying data already existed in a Metabase dashboard, but it was not organized around the questions she regularly asked.
The build
She used Claude to read the dashboard and created an artifact that restructured the data around her needs. It also surfaced events that required a response, including automations that were generating costs without their owners realizing it.
The artifact became a primary tool for monitoring AI usage.
Why it worked
The limitations
For a focused need, those tradeoffs may be reasonable. They become more concerning when a larger group starts treating the artifact as an official company system.
The need
The company wanted one place to connect key metrics with the initiatives intended to move them.
Teams needed to add updates, report status, and drill into progress across the organization.
The build
A finance analyst worked with the COO to build a strategy initiatives platform using voice-to-code tools.
Because the application connected to the company’s data warehouse and would be used across teams, the project required support from security, IT, infrastructure, analytics, product, and engineering.
Why it worked
The limitations
The higher level was justified because the company planned to depend on the tool.
A personal dashboard and a board-reporting platform might begin with similar prompts. They are still very different products.
AI has made building faster and cheaper, but the basic build-versus-buy decision remains.
The analysis also needs a third word: maintain.

Buying may be the better choice when:
Buying means accepting some compromise. Your team may need to adapt its process, work around product limitations, or pay for features it does not need.
In exchange, someone else owns much of the infrastructure, support, security, and product roadmap.
.png)
Building may be the better choice when:
Building gives you a strong fit for the way your company operates today.
The risk is that “today” changes.
Every feature becomes something the company must own, secure, document, support, and update. Technical debt still compounds. A quick internal solution can become a legacy system, especially when the original builder moves on.
The underlying AI platforms change, too. A model update, integration change, or hosting decision can break a setup that previously worked.
AI can compress the initial build. It does not remove the product lifecycle.
Run through these questions before committing:
The larger the audience and the cost of failure, the more important these questions become.
Many useful operator-built tools begin with familiar, bounded workflows.
Spreadsheet-based processes are often strong candidates. The operator already understands the inputs, outputs, decisions, exceptions, and people involved.
Good first projects often have:
Examples include:
A good early build has one clear job. Its audience is known. Its data requirements can be explained. If it fails, the result is inconvenient rather than catastrophic.
As the scope expands, the operating model should expand with it.
The first stage of AI adoption is often helping people become comfortable enough to try the tools.
Once that happens, experimentation spreads quickly. Employees start connecting company data, using API keys, generating code, and deploying tools without always understanding the risks.
A policy document or FAQ rarely solves the problem on its own.
A better approach is a golden path: a set of opinionated defaults that makes the safe, supported way of building the easiest path to follow.
A strong golden path answers five questions:
Everyone should begin with the same approved stack.
A company might standardize on:
The exact tools will differ by company. The goal is to remove dozens of infrastructure and security decisions from every new project.
A builder should not have to choose a database, hosting platform, access model, and deployment process each time they have an idea.
Standard tools are only the beginning. Builders also need a repeatable way to work.
One useful development pattern is:
Kickoff → work locally → check → deploy
Inside the building phase, use a smaller loop:
Plan → code → test
This helps non-engineers borrow the discipline experienced developers bring to a project.
The company can also turn its FAQs, standard operating procedures, templates, and security requirements into reusable skills and hooks. That puts guidance directly inside the workflow rather than leaving it in a document someone has to remember to read.
A golden path also needs people.
Useful support structures include:
People need to see what others are building, learn from their work, and know where to go when they are stuck.
A standard stack without support can become another ignored FAQ.
Skills and hooks both help standardize how people build, but they serve different purposes.
A skill might guide a discovery process, create a project plan, review code, or check whether a build follows company standards.
The AI system reads the skill when it decides the instructions are relevant.
A secrets hook, for example, can check for sensitive information every time code is committed. If it finds an exposed API key, it stops the process.
That is more reliable than asking the model to remember not to expose secrets.
Skills guide the model. Hooks enforce the controls that cannot be optional.
A new builder might begin with:
“I want to build an OKR app. Can you do it?”
An experienced developer arrives with many more decisions already made. They have opinions about the interface, data, permissions, integrations, users, and expected behavior.
The difference is the amount of thinking that happens before the code.
Operators already bring this kind of judgment to finance, people, operations, and strategy. Building with AI requires making those opinions explicit.
Upfront planning may feel slow when AI can generate something immediately. That planning is also what makes faster, more reliable execution possible later.
The person who builds a tool often knows every decision behind it.
That becomes a problem when the person takes a vacation, changes roles, or leaves the company.
Maintainability depends on documentation, shared ownership, and cost visibility.
The next person should be able to answer:
GitHub can serve as a shared source of truth for code, project requirements, plans, reviews, integration standards, and operating instructions.
That creates cleaner handoffs between people, work sessions, and AI systems. A teammate can pick up an issue without requiring the original builder to explain the entire project.
The tool is only as transferable as the knowledge around it.
Runaway AI spending often comes from behavior rather than the price of the tools themselves.
Long-running conversations can become especially expensive because each interaction carries the previous context forward.
Useful cost controls include:
A costly workflow that produces meaningful business value may be worthwhile. An unattended automation consuming resources without producing useful work needs intervention.
Cost management belongs inside the same golden path as security, documentation, and deployment.
Operators can now create tools that once would have required a product manager, a team of engineers, and a place on the company roadmap.
That creates room for better dashboards, faster workflows, more useful internal systems, and ideas that otherwise would never get built.
It also moves product and technology decisions into new parts of the organization.
Companies need clear lanes:
The golden path connects them. It gives people room to build while making security, documentation, testing, cost management, and handoffs part of the process from the beginning.
The opportunity is real. So is the ownership. The strongest operator-builders understand both.
This piece was adapted from an Operators Guild Focus Session, where senior operators compared real tools, governance systems, costs, and lessons from building inside their companies.
OG members get access to Focus Sessions like this one, including the live discussion, recordings, working examples, and the community continuing the conversation afterward.
Apply to join Operators Guild and be part of the room.