Blog  Tag

Tag Archive

Tag: expressions

Posts connected to the expressions topic.

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.

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.