Skip to content

Operational technology · Applied AI

I've spent thirty years keeping pipelines running. Now I build the AI that reads their data.

Sr. Manager of OT Data Solutions at Williams. I own the governance and architecture that make pipeline and facility telemetry a trusted enterprise asset. On my own time I build applied AI systems for industrial data problems, hands on keyboard.

1. Current
Sr. Manager, OT Data Solutions — Williams
2. Based
Tulsa, Oklahoma
3. Focus
Applied AI for industrial data
V-101HV-101PT101P-101FCV-102DRAINTO METERGATE VALVE · 0.97INSTRUMENT PT-101 · 0.99PUMP · 0.94GRAPH — 8 NODES / 7 EDGESRUN 2 ≡ RUN 1 · DETERMINISTIC
FIG. 0 — P&ID sheet, auto-interpretedSee FIG. 1

Figures 1 – 5

Selected work

Applied AI systems I designed and wrote myself, aimed at problems I met in thirty years of operations. Each figure has its own sheet with the architecture and the decisions behind it.

Deterministic P&ID Extraction

Scanned engineering drawings to an auditable process graph

A nine-stage computer-vision and spatial-database pipeline that converts scanned piping & instrumentation diagrams into a queryable process graph: components, pipes, tags, and connectivity. The core extraction path uses no machine learning at all, and that choice drives the whole design.

Python 3.11FastAPIPostgreSQLPostGISpdfplumber
Read sheet 2

Factory

A plain-English description in, a running verified application out

An autonomous software factory: a frontier model designs the app, a local LLM builds it chunk-by-chunk in a sandboxed test loop, failures feed a retrieval-and-fine-tuning learning loop, and nothing ships unless the assembled app actually runs.

Python 3.12FastAPIDocker sandboxpytestvLLM
Read sheet 3

UNSHelper

Raw PLC tags to a Unified Namespace, with LLMs in the loop

A visual, node-based pipeline builder that puts language models to work on the hardest manual step in any Industry 4.0 program: deciding what every tag in every PLC actually represents. It ingests real Rockwell/Allen-Bradley exports, classifies equipment, generates descriptions, and proposes the namespace hierarchy.

React 18ViteTypeScriptExpress 5Azure OpenAI
Read sheet 4

Nova — Alarm Voice Bridge

A phone line that calls you about a critical alarm and takes your acknowledgment

A real-time voice assistant that answers phone calls, transcribes live, and responds conversationally. The part that matters: when a natural-gas facility raises a critical alarm, it calls a human, describes the condition out loud, and records the verbal acknowledgment.

Twilio Media Streamsμ-law audioDeepgram STTElevenLabs TTSOpenAI gpt-4o-mini
Read sheet 5

CoreThread

A local-first LLM router with a judge-gated escalation path

A self-hosted, OpenAI-API-compatible router that answers every request with a cheap local model first, has a second model grade that answer against a rubric, and calls a paid frontier model only when the local answer measurably fails.

Python 3.12FastAPIOllamaLM StudioReact
Read sheet 6

Additional work lives in private repositories. Happy to walk through architecture, code, and tradeoffs in conversation — just ask.

General notes

The gap

Most AI practitioners have never sat in a control room. Most OT leaders have never trained a model.

Industrial AI projects rarely fail on the modeling. They fail on assumptions about the data: that tags are clean, that timestamps align, that a historian value means what its name says, that the field device was actually reporting that day.

I work both sides of that gap. I've run the control-room systems that generate the data and the governance programs that make it trustworthy, and I build the systems that consume it. On one of the projects below, the right engineering call was to not use a model at all.

  • 30+ yrs

    Operational technology

    Four SCADA teams across gathering, transmission, storage, and liquids. Multiple full system replacements sequenced to hold control-room availability through every cutover.

  • Hands on

    Applied AI practice

    Computer vision, locally hosted language and vision-language models, real-time voice pipelines, multi-provider inference routing, MCP tool interfaces. TensorFlow Developer certified. I write the code.

  • Enterprise

    OT data governance

    Led the MQTT edge-connector and unified-namespace rollout streaming high-fidelity field data to enterprise analytics in real time, inside OT security boundaries.

Service record

Systems that are not allowed to fail

Control systems supporting 24/7 pipeline operations — four companies, every scale from field technician to multi-team leadership.

Williams

Current

Tulsa, OK

2009 — Present

Sr. Manager, OT Data Solutions

Apr 2022 — Present
  • Own the standards, governance, and delivery processes that turn pipeline and facility data into a trusted enterprise asset for analytics, reporting, and operations.
  • Pioneered the digital-transformation initiative deploying MQTT-based edge connectors and a unified namespace, streaming high-fidelity OT data from field devices to enterprise analytics platforms in real time.
  • Established governance frameworks that improved data quality and accessibility while holding compliance and OT security boundaries.
  • Sit between control-room operations and enterprise data teams, translating process constraints into architecture decisions both sides can live with.

Sr. Manager, SCADA

Dec 2009 — Apr 2022
  • Led four SCADA teams supporting pipeline control groups across Gathering & Processing, Transmission, Storage, and Liquids assets.
  • Directed multiple SCADA upgrade and full-replacement programs, sequencing cutovers to protect control-room availability throughout transition.
  • Owned system maintenance, availability, and lifecycle standards for control systems supporting 24/7 pipeline operations.
  • Coordinated DOT and FERC regulatory compliance activities, including documentation and audit readiness.

Atlas Pipeline Mid-Continent

Oklahoma City, OK

2005 — 2009

Director, SCADA & Telecommunications

Nov 2005 — Dec 2009
  • Directed design, implementation, and support of SCADA solutions and telecommunications infrastructure across midstream assets.
  • Managed vendors, technicians, and consultants delivering SCADA and telecom projects.
  • Developed and maintained procedures meeting SOX, DOT, and FERC compliance requirements.

TEPPCO

Houston, TX

2002 — 2005

Lead SCADA Analyst

Feb 2002 — Nov 2005
  • Installed, configured, and maintained Telvent and Wonderware SCADA systems.
  • Developed applications for leak detection, pressure monitoring, batch tracking, and ticketing.
  • Maintained DNS and Active Directory servers supporting the SCADA environment.

OGE Energy Corp

Oklahoma City, OK

1996 — 2002

SCADA Specialist

Dec 1996 — Feb 2002
  • Designed, installed, and maintained communication circuits and SCADA configurations.
  • Supported specification, installation, and commissioning of gas measurement and SCADA equipment.

Earlier service

  • Electronic Technician

    Mason & Hanger Inc.

    1992 — 1996

    Installed and maintained electronic security systems protecting nuclear assets. Served on the OSHA compliance team.

  • Telecommunications Analyst

    Phillips Petroleum Co.

    1990 — 1992

    Installed and maintained conventional and trunking radio systems supporting field operations.

  • Sergeant — Avionics & Autopilot Technician

    U.S. Air Force

    1986 — 1990

    Maintained inertial navigation and autopilot systems on AWACS Boeing 707 airframes.

Legend

What I work with

AI & Machine Learning

  • TensorFlow
  • Locally hosted LLMs & vision-language models
  • LLM-as-judge evaluation
  • MCP tool interfaces & agent design
  • Real-time STT / TTS pipelines
  • Structured output (JSON schema, Zod)
  • Computer vision (OpenCV, contour geometry)

OT & Control Systems

  • CygNet
  • Telvent
  • Wonderware
  • Rockwell / Allen-Bradley
  • MQTT edge connectors
  • Unified namespace architecture
  • Pipeline control-room support

Engineering

  • Python · FastAPI
  • TypeScript · React · Node
  • PostgreSQL · PostGIS
  • Terraform · Azure · Docker
  • OT data governance & architecture
  • Telemetry & telecom — RF, satellite, LTE
  • OT cybersecurity

Leadership & Compliance

  • Multi-team leadership & org development
  • DOT, FERC, SOX compliance
  • Vendor & capital project management
  • Lean Six Sigma Green Belt

Off the clock

Boards, teaching, credentials

  • ENTELEC Association

    2023 — Present

    Board Member

    Industry association for energy telecommunications and data professionals.

  • Atlas School

    Present

    Advisory Board Member — AI Curriculum

    Shaping how the next cohort of engineers is taught to build with AI.

  • International School of Hydrocarbon Measurement

    Ongoing

    Instructor

    Teaching measurement and SCADA practice to industry practitioners.

Education

  • M.S., Energy Management

    Oklahoma City University · 2016

  • B.S., Management & Ethics — Magna Cum Laude

    Mid-America Christian University · 2002

  • A.A.S., Electronics & Programming

    Clarendon College · 1986

Certifications

  • TensorFlow Developer Certificate

    Zero To Mastery Academy · 2023

  • Lean Six Sigma Green Belt

    University of Oklahoma

  • NCO Preparatory School

    Community College of the Air Force

Correspondence

Let's talk about industrial AI.

Open to conversations about AI and data leadership roles in energy, manufacturing, and industrial software — and to comparing notes with anyone working the same seam.

Darin Molone

OT Data Solutions · Applied AI

Tulsa, Oklahoma

Drawn by
D. Molone
Checked
In service since 1986
Scale
N.T.S.
RevDescriptionDate
5Nova call-flow plate; dark default2026-08
4Plates issued; Factory added2026-08
3Redrawn — sheet & redline system2026-08

Sheet 1 of 6 · © 2026