AI Rule Engine Journal

AI Rule Engine Blog

Keep up with the latest announcements, tutorials, demos, and product notes from AI Rule Engine.

When a Run Produces Nothing, Read the Proof

Jul 30, 2026   

A rule set that fires no rules gives you no error and no output to work backwards from. A goal-driven run turns that silence into a tree, where the deepest red node names the input that was actually missing.

Ask One Ruleset Different Questions

Jul 30, 2026   

A goal-driven ruleset does not have to answer the same question every time. Override its goals per run, from the runner or from an API call, and one set of rules can answer eligibility today and pricing tomorrow without being edited.

Goal-Driven Evaluation: Start From the Answer You Want

Jul 30, 2026   

Name the context keys a run should establish and the engine works backwards to find the rules that can produce them, firing only what the answer actually needs. Every run comes back with a proof tree that shows how the value came to be, or which input was missing.

The Rules You Forgot You Wrote

Jul 30, 2026   

Every mature ruleset accumulates logic that no longer does anything. Here is how to find it in an afternoon, using the fire rates on the Analytics page and the Verify tab, and how to tell dead rules apart from rules that are merely waiting.

See Which Rules Actually Fire

Jul 30, 2026   

The new Analytics page shows how your rules behave in production: how often each rule fires, what decisions your RuleSets are producing, and how runs are turning out day by day.

AI Decisions Inside Your Own Azure Tenant: Dedicated Hosting, Azure OpenAI, and MCP

Jul 29, 2026   

A reference view for cloud architects: run AI Rule Engine in your own Azure subscription, point AI steps at your own Azure OpenAI resource, and expose governed decisions to AI agents over MCP - with the data boundary drawn where your compliance team expects it.

Rules That Schedule Themselves: Effective and Expiration Dates

Jul 29, 2026   

Give any rule an active date window and a policy change turns itself on and off. Schedule a price change weeks ahead, retire a promotion at midnight, and prove both work with a simulated run date in your tests.

Automatic Retraction: Conclusions That Take Themselves Back

Jul 29, 2026   

Mark a rule as retractable and its conclusions are only true while the rule still matches. When the facts behind a decision move, the decision comes back out, and so does everything built on top of it.

Verify Your Rules Before They Run

Jul 29, 2026   

The new Verify tab reads your RuleSet without running it and tells you what is wrong: rules that can never fire, rules that duplicate each other, two rules fighting over the same value, keys nothing supplies, and input combinations no rule covers.

Your AI Agent Shouldn't Guess Your Business Rules

Jul 22, 2026   

Thousands of MCP servers hand your agent data. Almost none hand it decisions. AI Rule Engine turns your business logic into governed, deterministic MCP tools - with per-agent permissions, explainable runs, and human approval gates an agent can carry but never bypass.

Your AI Agent Can Now Complete Human-in-the-Loop Forms

Jul 20, 2026   

Workflows that pause for human review no longer dead-end an AI agent. Over MCP, your assistant can read the pending form, submit your answers on your behalf, and bring back the final result — with a per-action switch that keeps in-person approvals in person.

New in AI Rule Engine: Inference, Traces, What-If, and More

Jul 18, 2026   

A tour of what shipped this month — forward-chaining inference, explainable traces, what-if simulation, derived facts, the expression language, and collection conditions — with a link to the full story on each.

Forward-Chaining Inference: Rules That React to Their Own Results

Jul 18, 2026   

Turn on Inference and your rules re-fire as their actions change the facts other rules read — one firing at a time by salience, only where inputs actually changed, until the run reaches a stable state.

Explainable Rule Runs: See Why, Not Just What

Jul 18, 2026   

Most engines tell you the result. The inference trace tells you the reasoning — every firing in order, a green/red condition tree with the actual values, every context change, and a plain-language explanation on demand.

What-If Simulation: Change an Input, See What Flips

Jul 18, 2026   

Edit the inputs and hit Compare. AI Rule Engine runs your RuleSet twice in the sandbox and shows exactly which rules and conclusions changed — each traced back to the input that moved it. No metered run, no side effects, nothing in your history.

Derived Facts: Values Your Rules Compute for Themselves

Jul 18, 2026   

Stop passing in values you could compute. Derived facts are context values resolved on demand from other values — defaults, shared definitions, expressions, even lazy AI classifications — evaluated only when a rule actually reads them.

The Expression Language: ctx.price * ctx.qty, Anywhere a Value Goes

Jul 18, 2026   

A small, deterministic expression language for computed values and conditions: read context with ctx.key, 32 built-in functions across strings, math, dates and arrays, null-safe with coalesce, and validated as you type.

Collection Conditions: One Clause Instead of a Loop

Jul 18, 2026   

Aggregates and quantifiers let a single condition reason about a whole array. Sum the line items and compare, or ask whether any element clears a threshold — no extra rules, no manual unrolling.

Deterministic by Design

Jul 18, 2026   

Why the expression language has no now() or random(), why re-fires key off real value changes, why AI results are remembered for unchanged inputs, and why an inference cascade still meters as one run. Determinism is what makes the rest trustworthy.

A Redesigned RuleSet Editor, Now With a Decision Table

Jul 14, 2026   

The RuleSet editor has been rebuilt around a DMN-style decision table: every rule is a row, every context key is a column, and you can author conditions and outputs inline without opening a single dialog.

AI Rule Engine Now Natively Supports Azure OpenAI

Jun 17, 2026   

AI Rule Engine now includes native support for Azure OpenAI models, and when paired with our dedicated Azure hosting plan, your data never leaves your own tenant.

Stop Paying for Tokens You Don't Need

Jun 15, 2026   

Token-maxing every decision sounds like a smart AI strategy until the bill arrives. Here's how to use AI where it earns its cost and let rule-based logic handle the rest.

Generate a Complete Workflow from a Natural Language Prompt

Jun 15, 2026   

AI Rule Engine now lets you create a new project by describing what you want to automate. The AI generates the rules, conditions, and actions that make up your workflow — no blank canvas required.

Rich Text Editor for Extensions

Jun 8, 2026   

AI Rule Engine extensions now include a built-in rich text editor, letting you add formatted instructions, embed images, collect user input with a variety of field types, and control UI visibility with conditional blocks.

Introducing the Human Intervention Action

May 30, 2026   

AI Rule Engine now includes a Human Intervention action that lets you design rich-text forms and collect user feedback in the middle of an automated workflow.

Why Multi-Model AI Workflows Matter

May 30, 2026   

Different AI models excel at different tasks. AI Rule Engine lets you mix providers and models in one workflow so you can optimize for quality, speed, and cost at each step.

Introducing the Visual Workflow Editor

May 27, 2026   

AI Rule Engine now includes a visual workflow editor for exploring branches, editing nodes inline, and saving workflow drafts from an interactive canvas.

Start on a Shared Host — No Azure Subscription Required

May 20, 2026   

AI Rule Engine offers shared-host plans (Free, Pro, and Team) with no Azure subscription required, plus dedicated Enterprise hosting in your own Azure subscription.

Introducing Model Context Protocol (MCP) Support

May 19, 2026   

AI Rule Engine now supports MCP so AI assistants can initiate workflows, read files, inspect ruleset run logs, and operate with per-instance permissions.

Keeping Humans in the Loop with AI Rule Engine

May 17, 2026   

Why human oversight matters in AI processes, and how AI Rule Engine connects AI providers, governed workflows, and MCP-enabled assistants in one controlled system.