Code Effects Version 6 Released - AI-Powered Decision Automation for .NET #3
Code Effects Software Admin
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Code Effects Version 6 Is Here
We're excited to announce the release of Code Effects Version 6 - our biggest update since the platform was introduced.
Version 6 isn't just another feature release. It fundamentally changes how business rules, deterministic decision automation, and AI work together in .NET applications.
Learn more: https://codeeffects.com/decision-automation/new-features-version-6-business-rules-engine
Highlights
Bring Your Own AI (BYOAI)
Instead of locking you into a specific AI provider, Version 6 lets you integrate any LLM into both rule authoring and rule evaluation. Use:
Your application owns the prompts, infrastructure, models, and execution flow.
Adaptive Source
Version 6 introduces Adaptive Source, a completely new way to build business rules.
Instead of presenting static field menus, the Rule Editor requests available options from your application while the user is building the rule. Because each request includes the complete rule context, you can dynamically generate menus using:
This makes truly context-aware rule authoring possible.
AI Prompt Rule Elements
Any string field, method parameter, or method return value can now be marked as a Prompt. The Rule Editor automatically displays a prompt dialog, allowing users to write structured instructions that your own AI implementation can consume.
AI becomes another executable part of deterministic rule evaluation rather than an external workflow.
Native Visual Studio Rule Debugging
Probably our favorite new feature.
Simply pass a tracing delegate into
Evaluate()method and debug business rules directly inside Visual Studio:No external debugger.
No custom tooling.
Just Visual Studio.
Stronger Security
Version 6 includes significant security improvements, including:
Everything continues to execute inside your own environment.
Native Performance
Rules are compiled directly into .NET IL instead of being interpreted at runtime. The result is native execution speed with a fully thread-safe stateless engine capable of evaluating millions of objects with extremely low latency.
Runs Anywhere .NET Runs
Built on .NET Standard 2.0, Version 6 supports modern and legacy environments including:
With Full Source licensing, you can even compile the platform specifically for your own environments.
Still the Same Philosophy
Code Effects remains focused on helping organizations move business logic out of application code while giving business users a web-based, sentence-like interface for creating and maintaining decision logic.
Version 6 extends that philosophy into the AI era by combining deterministic business rules with probabilistic AI evaluation - without sacrificing transparency, security, or control.
Learn More
What's New in Version 6
https://codeeffects.com/decision-automation/new-features-version-6-business-rules-engine
Product Overview
https://codeeffects.com/decision-automation-engine
We'd love your feedback, feature requests, and questions. Thanks to everyone who tested the release candidates and helped shape Version 6!
Beta Was this translation helpful? Give feedback.
All reactions