<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Have You Implemented Backward Chaining On A Microsoft Rule Engine?</title>
	<atom:link href="http://karlreinsch.com/2010/01/11/have-you-implemented-backward-chaining-on-a-microsoft-rule-engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://karlreinsch.com/2010/01/11/have-you-implemented-backward-chaining-on-a-microsoft-rule-engine/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=have-you-implemented-backward-chaining-on-a-microsoft-rule-engine</link>
	<description>programming models, inference engines, AI, whatever</description>
	<lastBuildDate>Sat, 05 Jun 2010 01:33:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Karl W. Reinsch</title>
		<link>http://karlreinsch.com/2010/01/11/have-you-implemented-backward-chaining-on-a-microsoft-rule-engine/comment-page-1/#comment-2123</link>
		<dc:creator>Karl W. Reinsch</dc:creator>
		<pubDate>Sat, 05 Jun 2010 01:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://karlreinsch.com/?p=892#comment-2123</guid>
		<description>Excellent question, Carlos!

I&#039;m actually interested in any form of backward chaining implemented against one of the Microsoft engines: pseudo-backchaining via forward chaining, more traditional backchaining directly against the rule OM, etc.

The question does occasionally come up from customers who are doing checklist comparisons against other products. 

I got tired of hearing about &quot;friends&quot; who had done it, but the example code never arrives. If I had a quarter for every claim to have done it - I&#039;d have...well...a few dollars. (And Charles isn&#039;t one of the guilty parties here.)

I think Charles nails it when he says that the answer is effectively that people aren&#039;t doing it.

I haven&#039;t had a chance to really dig into what Charles has posted yet, so I can&#039;t answer authoritatively about what he built.</description>
		<content:encoded><![CDATA[<p>Excellent question, Carlos!</p>
<p>I&#8217;m actually interested in any form of backward chaining implemented against one of the Microsoft engines: pseudo-backchaining via forward chaining, more traditional backchaining directly against the rule OM, etc.</p>
<p>The question does occasionally come up from customers who are doing checklist comparisons against other products. </p>
<p>I got tired of hearing about &#8220;friends&#8221; who had done it, but the example code never arrives. If I had a quarter for every claim to have done it &#8211; I&#8217;d have&#8230;well&#8230;a few dollars. (And Charles isn&#8217;t one of the guilty parties here.)</p>
<p>I think Charles nails it when he says that the answer is effectively that people aren&#8217;t doing it.</p>
<p>I haven&#8217;t had a chance to really dig into what Charles has posted yet, so I can&#8217;t answer authoritatively about what he built.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Serrano-Morales</title>
		<link>http://karlreinsch.com/2010/01/11/have-you-implemented-backward-chaining-on-a-microsoft-rule-engine/comment-page-1/#comment-2121</link>
		<dc:creator>Carlos Serrano-Morales</dc:creator>
		<pubDate>Fri, 04 Jun 2010 23:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://karlreinsch.com/?p=892#comment-2121</guid>
		<description>Karl, Charles

And here I have to ask: backward chaining like what? 

It turns out that even in that world, there are as many different aspects to backward chaining as there are to forward chaining (you know, those pesky dynamic prios or not, conflict resolution choice, etc questions). The product I worked on before co-creating Blaze Advisor was a very powerful backward chainer, and, boy did we have discussions around the features...

I would love to get a better understanding for the type of backward chaining support you are asking about.
I am quite pleased to see that there seems to be a little bit of interest resurfacing on these technologies.

Thx</description>
		<content:encoded><![CDATA[<p>Karl, Charles</p>
<p>And here I have to ask: backward chaining like what? </p>
<p>It turns out that even in that world, there are as many different aspects to backward chaining as there are to forward chaining (you know, those pesky dynamic prios or not, conflict resolution choice, etc questions). The product I worked on before co-creating Blaze Advisor was a very powerful backward chainer, and, boy did we have discussions around the features&#8230;</p>
<p>I would love to get a better understanding for the type of backward chaining support you are asking about.<br />
I am quite pleased to see that there seems to be a little bit of interest resurfacing on these technologies.</p>
<p>Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Young : MS BRE Backward Chaining - Part 1: Situating the Business Rules Engine</title>
		<link>http://karlreinsch.com/2010/01/11/have-you-implemented-backward-chaining-on-a-microsoft-rule-engine/comment-page-1/#comment-1781</link>
		<dc:creator>Charles Young : MS BRE Backward Chaining - Part 1: Situating the Business Rules Engine</dc:creator>
		<pubDate>Mon, 18 Jan 2010 13:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://karlreinsch.com/?p=892#comment-1781</guid>
		<description>[...] Engine (I even sent him a little example). A couple of days later he published a second post at http://karlreinsch.com/2010/01/11/have-you-implemented-backward-chaining-on-a-microsoft-rule-engine/. So, I shall rise to the challenge and explain how backward chaining can be done in the BRE. [...]</description>
		<content:encoded><![CDATA[<p>[...] Engine (I even sent him a little example). A couple of days later he published a second post at <a href="http://karlreinsch.com/2010/01/11/have-you-implemented-backward-chaining-on-a-microsoft-rule-engine/" rel="nofollow">http://karlreinsch.com/2010/01/11/have-you-implemented-backward-chaining-on-a-microsoft-rule-engine/</a>. So, I shall rise to the challenge and explain how backward chaining can be done in the BRE. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Young</title>
		<link>http://karlreinsch.com/2010/01/11/have-you-implemented-backward-chaining-on-a-microsoft-rule-engine/comment-page-1/#comment-1778</link>
		<dc:creator>Charles Young</dc:creator>
		<pubDate>Wed, 13 Jan 2010 09:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://karlreinsch.com/?p=892#comment-1778</guid>
		<description>I know what you are saying, and for me this is certainly an intellectual exercise at the current time.   I&#039;m anticipating involvement in fairly heavy-duty rule design in a forthcoming project which will probably keep me occupied for half of this year, so maybe there will be occassion there to put things like backward-chaining into action.

The problem I have with Microsoft asking how many of their customers actually do this for real is that we can safely give the answer.   Broadly, none.   No one does it because no one knows you can do it, understands how to do it or sees any reason why you would want to do it   BRE is powerful (with some holes), but lacks the mature tooling and guidance to attract serious attention from most BizTalk developers.   The only thing people like me can do is to point out the missed opportunity and pass on the knowledge...which I shall do.</description>
		<content:encoded><![CDATA[<p>I know what you are saying, and for me this is certainly an intellectual exercise at the current time.   I&#8217;m anticipating involvement in fairly heavy-duty rule design in a forthcoming project which will probably keep me occupied for half of this year, so maybe there will be occassion there to put things like backward-chaining into action.</p>
<p>The problem I have with Microsoft asking how many of their customers actually do this for real is that we can safely give the answer.   Broadly, none.   No one does it because no one knows you can do it, understands how to do it or sees any reason why you would want to do it   BRE is powerful (with some holes), but lacks the mature tooling and guidance to attract serious attention from most BizTalk developers.   The only thing people like me can do is to point out the missed opportunity and pass on the knowledge&#8230;which I shall do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl W. Reinsch</title>
		<link>http://karlreinsch.com/2010/01/11/have-you-implemented-backward-chaining-on-a-microsoft-rule-engine/comment-page-1/#comment-1744</link>
		<dc:creator>Karl W. Reinsch</dc:creator>
		<pubDate>Wed, 13 Jan 2010 01:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://karlreinsch.com/?p=892#comment-1744</guid>
		<description>Well, Charles, that&#039;s because you aren&#039;t guilty of making the &quot;friend of a friend&quot; type statements. I know that you&#039;ll make good with your data in good time in one form on another. :-)

I&#039;m fishing for data regarding the multiple other instances I have heard about. Sure, it&#039;s technically possible. But how many people have actually tried it? And of those people, how many did so for more than just an intellectual exercise?</description>
		<content:encoded><![CDATA[<p>Well, Charles, that&#8217;s because you aren&#8217;t guilty of making the &#8220;friend of a friend&#8221; type statements. I know that you&#8217;ll make good with your data in good time in one form on another. :-)</p>
<p>I&#8217;m fishing for data regarding the multiple other instances I have heard about. Sure, it&#8217;s technically possible. But how many people have actually tried it? And of those people, how many did so for more than just an intellectual exercise?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Young</title>
		<link>http://karlreinsch.com/2010/01/11/have-you-implemented-backward-chaining-on-a-microsoft-rule-engine/comment-page-1/#comment-1743</link>
		<dc:creator>Charles Young</dc:creator>
		<pubDate>Wed, 13 Jan 2010 00:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://karlreinsch.com/?p=892#comment-1743</guid>
		<description>LOL.    Karl didn&#039;t say that I&#039;m one of the people who told him it can be done.   I will rise to the challenge, I promise, and document something.   It&#039;s actually quite straightforward in MS BRE, and a testament to the power of the &#039;situated rule engine&#039; concept that Microsoft picked up from IBM Research via CommonRules and BRML, together with the predicate/function aspect of BRL, built-in functions and predicates (still there, essentially, in W3C RIF) and things like long- and short-term facts.

I do want to do a bit more research on this before I blog.   In particular, I&#039;m intrigued by the prospect of implementing what others have called &#039;full opportunistic backward chaining&#039;.   I am fairly confident this can be done, but I need to look a bit deeper at the idea of automating the instrumentation of rule sets before they are translated to Rete and executed.   It would take some non-trivial coding.

Another interesting bit of trivia.   Turns out that you can quite easily implement &#039;continuous query&#039; on top of BRE as well.   Again, no in-built or explicit support (except, in a sense, the &#039;halt&#039; and &#039;execute&#039; engine methods), but it isn&#039;t hard to do.</description>
		<content:encoded><![CDATA[<p>LOL.    Karl didn&#8217;t say that I&#8217;m one of the people who told him it can be done.   I will rise to the challenge, I promise, and document something.   It&#8217;s actually quite straightforward in MS BRE, and a testament to the power of the &#8216;situated rule engine&#8217; concept that Microsoft picked up from IBM Research via CommonRules and BRML, together with the predicate/function aspect of BRL, built-in functions and predicates (still there, essentially, in W3C RIF) and things like long- and short-term facts.</p>
<p>I do want to do a bit more research on this before I blog.   In particular, I&#8217;m intrigued by the prospect of implementing what others have called &#8216;full opportunistic backward chaining&#8217;.   I am fairly confident this can be done, but I need to look a bit deeper at the idea of automating the instrumentation of rule sets before they are translated to Rete and executed.   It would take some non-trivial coding.</p>
<p>Another interesting bit of trivia.   Turns out that you can quite easily implement &#8216;continuous query&#8217; on top of BRE as well.   Again, no in-built or explicit support (except, in a sense, the &#8216;halt&#8217; and &#8216;execute&#8217; engine methods), but it isn&#8217;t hard to do.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
