M.A. Dittenber / CIO · CTO — for companies that have outgrown their stack

Evidence
Over
Assertion

Five builds. Every one exists because a decision needed evidence.
This is the drawing set.
Issued for Review — Rev A
Sheet 02 / General Notes — Why This Set Exists

Many AI initiatives
are bought on a promise.

Slideware says it will work. Vendors say it will scale. Budgets get committed before anyone has measured anything. You can't govern what you never measured.

I start with the problem, not the tech. The build is never the point — somewhere there's a decision stuck for lack of evidence, and my job is to understand the business well enough to find it, then build whatever produces the proof.

Sheet 03 / Legend — For Executives

SPARK

AI projects, really IT projects, fail for organizational reasons, not technical ones. Most organizations don't have a structured way to think about those reasons before they become expensive lessons. A demo proves possibility. It does not prove the organization is ready.

I have always operated with a methodology; it just wasn't always formalized. SPARK is that methodology, written down — not another governance checklist to complete after the technology has already been selected. Anyone with a military briefing background may recognize the bones.

Key
Stands For
Ask Before You Commit
S
SituationHow the work actually gets done today — the real process, the real bottlenecks, not the official diagram.
Are we solving the real bottleneck, or the one everyone repeats in meetings?
P
PurposeThe measurable outcome that defines "better" — chosen before anyone chooses the tool.
What specific business decision or operational metric improves when this goes live?
A
ApproachHow it will be built, tested, secured, and rolled out — and how it fails safely.
How does this system fail safely, and how will we know the output is good enough to use?
R
ResourcesThe data, skills, controls, and operating budget it takes to sustain the system in production.
Do we have what this requires to run — not just to launch?
K
KeepersNamed owners of the outcome, the data, the system, and the controls — with the authority to act.
Who has the authority to stop this system, change the process, and own the outcome?

Everybody wants to be on the AI project until the project needs an owner.

Read the Anchor Article ↗
Sheet 04 / General Arrangement — How I Operate

The Forge Method

A build discipline for AI-assisted engineering. AI writes code faster than anyone can verify it — I wrote the Forge Method to help close that gap, so what gets built is something you understand and a stranger can inherit, trust, and extend.

Fig. 1 — The five hard rules · two shown, three to follow
Rule 01
Phases
Work moves in phases with a human-checked gate between each. Nothing advances on the AI's say-so — a person reads the evidence and decides.
Rule 02
Rule 03
Rule 04
Rule 05
Proof
A build is proved against real data before anyone believes it. Clean demo inputs don't count; the messy production record does.

Green tests aren't proof. The AI's report isn't proof. A human reading the real output is.

These rules didn't come from a whiteboard — each one came from something a live build broke. Every build in the next section came through them; the full method follows SPARK.

Preliminary — Not for Construction · Full Spec Follows SPARK
Sheet 05-A / Detail — Project DS

What does an AI agent
actually cost to run?

The Decision

Agent products live or die on unit economics. I wasn't willing to commit an architecture until I knew what a real session cost.

The Build

I built a game engine with an AI controller on Cloudflare's edge — Agents SDK, durable server-authoritative state, AI Gateway metering from the first call.

I exposed the shared capabilities as MCP services so the platform outlives the project.

The Evidence

Metered AI inference cost per 30-turn session: $0.097 — measured, not modeled — engineered to a $0.10 gate. Prompt restructuring cut uncached input tokens 89,315 → 20,743 (~77%).

I answered the cost question for about $3 in API spend — the price of a cup of coffee. At 10,000 sessions a month that comes to about $970, and I knew it before committing anything to production.

Basis: limited pilot · multiplayer unproven

What It Means for an AI Program

Unit economics belong in the build, not the postmortem. Meter from the first call and you always know what the system costs to run. This is the diligence most AI vendors hope you never do.

Sheet 05-B / Detail — Web Log Analyzer

Someone is probing your website
right now. Could you prove it?

The Decision

The traffic looked wrong. But "looks wrong" doesn't justify blocking, escalation, or spend — suspicion is not a security decision.

The proof was buried in 45 million log lines no human would ever read.

The Build

I built an AI-assisted pipeline and turned it loose on the raw record — 90 days of production web traffic — hunting the addresses and patterns that separate an attack from noise.

The Evidence

45 million records, distilled to named addresses and attack patterns. The suspected activity was real.

Worse — it wasn't new. The analysis tied the current activity to infrastructure one network block away from a previously investigated incident. Same provider, same neighborhood, years apart.

Basis: infrastructure proximity and behavioral correlation · common-actor attribution unproven

What It Means for a Business

Blocking decisions went from "we think" to "we know." Every public-facing site gets probed all day, every day. The real question is whether anyone would notice. This build did.

Sheet 05-C / Detail — Inventory Simulation

Can you test an inventory strategy
without betting the warehouse?

The Decision

In a high-velocity inventory operation, changing strategy in production is a bet with real capital. The question: could strategy be tested in simulation first?

The Build

I built a simulation of the operation around its real operating data, so a strategy could be run over and over without touching inventory or capital.

Technical basis: deterministic hash-keyed retrieval (retrieval-grounded, no vector database) · Dijkstra shortest-path routing

The Evidence

The simulation surfaced a "third state" data problem — inventory in a state the system of record couldn't represent. Found in the model, not on the warehouse floor.

What It Means for a Business

Strategies get tested before capital moves, and data-model flaws surface before they cost money. That's SPARK's first question answered in software: how does the work actually get done?

Sheet 05-D / Detail — Zero Trust AI Platform

Can an AI collaborator be powerful
without being autonomous?

The Decision

A lot of AI tools put the safety boundary in the prompt. I wanted a system I could trust with years of accumulated, high-value work — which meant the safety couldn't live there. It had to be architecture the AI physically couldn't route around.

The Build

I run a full AI production platform under house rules: every action routes through deterministic logic, not the model's own judgment. Retrieval is deliberate, not ambient — the system only sees what a task actually needs. And nothing destructive executes without a human confirming it first. The collaborator proposes. It never just acts.

The Evidence

Across sustained production use: zero unapproved actions. Destructive actions are blocked in the routing layer until a human confirms them. The model has no direct execution path around that control.

What It Means for an AI Program

This is agent governance that actually runs in production, not a slide about agent governance. The question every board eventually asks — "who can stop the system?" — has one answer here: the human, every time. Because it was built that way from the start, not bolted on after something went wrong.

Sheet 05-E / Detail — Recon

Can AI compress an enterprise assessment
from months to weeks?

The Decision

Enterprise assessments consume months of consulting hours on work that is largely structured. I decided to find out how much of that lift AI can carry while executive judgment stays where it belongs.

The Build

Recon asks the questions I would ask in an enterprise assessment, organizes the evidence, flags the contradictions, and maps organizational readiness — the groundwork a digital transformation roadmap gets built on.

The Evidence

Still in build, so the evidence is pending. This sheet gets its numbers before it ships — that is how the method works.

What It Means for a Business

The goal is to shrink the cost of knowing where you stand — from months of consulting hours to weeks of working sessions. The structured lift moves to the machine. The judgment stays human.

Sheet 06 / Revision History — Teams & Tenure

Built to run
without me.

Anyone can assert leadership, so this sheet holds to the same standard as the rest of the set. The evidence of leading well is what keeps running without you: the teams, the systems, and the people who took over.

Rev
What Was Built
What Remained
R0
United States Marine Corps — anti-armor infantry. The one entry where I was the thing being built.
What I carried out: mission briefs, standards, accountability as a default setting. Sheet 03's bones.
R1
An enterprise ERP program, rescued and delivered — the backbone of a 200-location, 2,500-user national operation.
Still in production 20+ years later — run by teams that inherited it long ago.
R2
One global shared-services organization, forged from six teams across continents — through a cultural turnaround, not a reorg memo.
Employee engagement went from 60% to 95% in one year. Getting six cultures to run as one operation is not theory to me. I have done it.
R3
IT organizations led through PE transactions, IPO readiness, and M&A integration — including a 70-location acquisition brought live on Day 1 of close.
Order built at inflection points, handed off clean — most recently to a successor three years in the making, whose work already stands on its own.
R4
Current revision: AI systems, built and governed under the methods in this set.
To be determined — that's what the rest of this drawing set is for.

A revision block means the same drawing, improved — never a new one. The names and dates are on my resume. This sheet is about what lasted.

Sheet 07 / Approval Block

Reviewed. Ready to build?

Don't hire me to just keep the lights on. I keep the lights on by building systems and teams that don't need heroics. Hire me to take you further, when your business has outgrown its stack and integration, modernization, and organizational design all have to happen at once.

I've run technology where controls weren't optional, so governance is baked into how I build teams and systems. I lead so controls aren't just compliance. My orgs don't prepare for audits; they just get audited.

Drawn byThe Forge Method
Checked byM.A. Dittenber
Approved byYou — pending review

If everyone in the room is certain and nobody has measured anything, that's usually where I come in.