Agentic AI for water utilities

The operational intelligence layer for water.

waterworks.ai connects SCADA, sensors, GIS and operational systems to create a living intelligence layer for your network. It continuously understands what is happening, identifies what needs attention, recommends the next best action and — where you allow it — helps automate operations.

Connect  →  Understand  →  Act
waterworks Agent
Monitoring
07:42:16 · TUESDAY · CATCHMENT MONITOR
Something unusual was detected
Catchment 17 · Wastewater network
Observed flow
38% above expected
Diagnosis
High probability of groundwater infiltration
Confidence 91%
Excess flow 43 m³/h
Annual impact €84k
  • Flow is 38% above seasonal baseline
  • Increase persists during dry weather
  • Night flow has risen 24%
  • Upstream meter shows normal demand
  • Similar pattern preceded the 2024 incident
  • I&I model attributes 71% of excess to infiltration
Recommended action
Inspect northern sewer section
Priority 87
One intelligence layer

Your network already has the data.
Make it work together.

waterworks.ai brings operational, environmental and geospatial signals into one reasoning layer so your applications and operators can work from the same picture.

SCADA Telemetry & control
Sensors Flow, level & pressure
GIS Network topology
Weather Rainfall & environment
Operations Maintenance & work orders

waterworks Intelligence

Agents combine your data, models and domain context to understand what is happening and determine what should happen next.

Detect Find anomalies before they become incidents
Diagnose Determine likely causes and confidence
Prioritize Quantify risk, cost and operational impact
Recommend Give operators an evidence-backed next step
Act Create workflows or execute permitted actions
Agentic workflows

Don't just ask AI.
Give it a job.

waterworks.ai agents continuously monitor defined parts of your network, investigate anomalies, gather evidence, recommend actions and hand control back to your team — or execute approved actions automatically.

01 / OBSERVE

Detect

Monitor flows, levels, pressure, rainfall and operational signals for patterns that deserve attention.

02 / REASON

Investigate

Query historical data, neighboring assets, topology, weather and models to understand what changed.

03 / DECIDE

Recommend

Rank likely causes and actions using evidence, confidence, impact and operational context.

04 / ACT

Execute

Create an investigation, notify a team, trigger a workflow or take an approved action.

Explainable by design

Every conclusion should survive the question: why?

In water infrastructure, an unexplained model output is not enough. waterworks exposes the evidence behind an agent's conclusion so operators can inspect, challenge and trust the recommendation.

Diagnosis · Groundwater infiltration 91% confidence
Flow above seasonal baseline +38%
Dry-weather persistence High
Night flow trend +24%
Upstream customer demand Normal
I&I attribution 71%
Historical pattern match 2024 event
For developers

Intelligence you can put inside your own applications.

Build workflows, agents and operational applications on top of the waterworks intelligence layer. Existing analytics remain available as composable API primitives.

Forecasting Short-term water and wastewater flow predictions.
Leakage & anomalies Detect abnormal flow and changing night-flow patterns.
I&I decomposition Separate sewage, infiltration and rainfall-driven inflow.
Asset intelligence Pipe survival, remaining useful life and consequence risk.
Agent-ready Compose analytics into automated investigations and workflows.
// Ask waterworks to investigate an asset

const investigation =
  await waterworks.investigate({

    asset: "catchment_17",

    question:
      "Why is flow elevated?",

    context: {
      include: [
        "flow_history",
        "rainfall",
        "topology",
        "maintenance"
      ]
    }
  });


// → Evidence-backed result

{
  finding:
    "groundwater_infiltration",

  confidence:
    0.91,

  excess_flow_m3h:
    43,

  priority:
    87,

  recommendation: {
    action:
      "inspect",
    asset:
      "northern_sewer_section"
  },

  evidence: [...]
}
Build the next generation of water operations

From data everywhere to decisions that matter.

Tell us what you're trying to automate, investigate or understand. We'll show you what an agentic waterworks workflow could look like for your network.