Version 2.0.0 Feature
AI rule builder for plain-language goals
What shipped
- A free-text goal box returns rule tasks together with a confidence score from 0 to 100
- The prompt is assembled from the live metric catalogue in the database, so a metric added there is available on the next request
- Generated tasks land in the same task list a person edits, each carrying an AI Generated badge and its confidence
- Every generation is written to an audit log with the request, the response, the response time in milliseconds and the confidence score
The AdOps AI rule builder turns a described goal into rule tasks. You type an outcome in plain language, AdOps assembles a prompt from the live metric catalogue held in its database, sends it to its Claude-backed rule service, and returns a set of tasks with a confidence score from 0 to 100.
Where does the output land?
In the ordinary rule editor, not in a separate artefact. Generated tasks are pushed into the same task list a person edits by hand, each rendered with an AI Generated badge and a confidence pill. The modal shows example goals, runs a six-stage progress bar while it waits, and locks itself so the window cannot be closed mid-generation. Nothing reaches a campaign until the rule is saved and set live.
What is recorded?
Each call writes a pending row before dispatch and updates it afterwards with the response body, the response time in milliseconds, the confidence score and a success or error status. Those records are browsable, scoped to the requesting user, and filterable by rule, so a team can review every generation attempt against the rule it was made for. The request times out after 30 seconds.
Two things to know
The Generate with AI button sits behind a feature flag in the rule builder. And AdOps does not validate the model’s output against its metric grammar before showing it, so read every generated task, check its metric, operator and threshold, and edit before setting the rule live.
Sample data