Category Archives: Decision Modeling

KISS Principle for Decision Modeling

The KISS is an abbreviation of “Keep It Short and Simple” or “Keep It Simple, Stupid”. This principle has been a key, and a huge success in years of software engineering. A common problem among software engineers and developers is … Continue reading

Posted in Decision Modeling | Leave a comment

Which rules not to execute

Can a rule engine decide in runtime which rules are not necessary to execute? See an interesting analysis of a quite simple decision model provided by Jack Jansonius in response to our Apr-2021 Challenge Link

Posted in Decision Modeling, Rule Engines and BRMS | Leave a comment

Can Your Machine Learning Do the Lambada?

Ulrich Wiesner from FICO wrote: “Machine learning and data analytics are powerful methods, but typically the benefits do not come without effort, and careful considerations are required to make these tools efficient. When you purchase a tool or service, make … Continue reading

Posted in Decision Modeling, Machine Learning | Leave a comment

DecisionCAMP April-7 Session with Trisotech

The Prince is a 16th-century political treatise written by Niccolò Machiavelli as an instruction guide for new princes and royals. But what if Machiavelli had the benefit of modern modeling tools to capture his teachings? Join us on April 7 to … Continue reading

Posted in Decision Modeling, Events | Leave a comment

Vaccination Scheduling Decisions

Geoffrey De Smet created a vaccination scheduling software. He discovered an interesting Vaccination Appointment Scheduling Paradox: It’s more user friendly if people can NOT choose their own appointment. Watch video

Posted in Constraint Programming, Coronavirus, Decision Modeling, Optimization, Scheduling and Resource Allocation | Leave a comment

DecisionCAMP March-10 Session with Nick Broom

Date: Wed, March 10, 2021 at 12:00 PM EST (New York Time) Title: “Practical decision modelling in an Agile environment” Presenter: Nick BroomAbstract: Agile has been the buzzword across companies and domains for years now and focusing on the early delivery … Continue reading

Posted in Decision Modeling, Events | Leave a comment

Microservices Design – API Gateway Pattern

Decision Microservices and Serverless Architecture quickly become the de-facto approach for many modern decision-making applications.  “The goal of the microservices is to sufficiently decompose/decouple the application into loosely coupled microservices/modules in contrast to monolithic applications where modules are highly coupled … Continue reading

Posted in Decision Modeling, Microservices, Serverless | Leave a comment

Alternatives to ‘If-Then’ Statements

The Medium’s article “5 Alternatives to ‘If’ Statements for Conditional Branching” states: “There’s some thinking in the programming community that if should be considered harmful or a code smell. Regardless of the validity of this claim, there may be cases where if isn’t the best … Continue reading

Posted in Decision Modeling | Leave a comment

Government Rules as Code (RaC)

BRCommunity.com just published “The Distilled Principles of Rules as Code (RaC): How to Produce Better Rules” by Pim Willemstein and Ronald G. Ross. RaC is an idea that addresses how law and regulations should be simultaneously produced in natural language … Continue reading

Posted in Decision Modeling | Leave a comment

A Simple Decision Service Benchmark

Today we published Feb-2021 Challenge that contains a simple benchmark to compare performance of different decision service implementations. It has only one decision table and a set of JSON input structures. We expect that DM practitioners and vendors will implement the … Continue reading

Posted in Decision Modeling | Leave a comment