<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Learning Layer</title>
	<atom:link href="https://learninglayer.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://learninglayer.wordpress.com</link>
	<description>Building the Next Level of Intellect in Your Organization</description>
	<lastBuildDate>Sat, 01 Feb 2025 18:37:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<site xmlns="com-wordpress:feed-additions:1">12767101</site><cloud domain='learninglayer.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://secure.gravatar.com/blavatar/fedca4fcb76bc41cf31d82229e7526a32786c9d80086e8d5fbcddc6871c6c2b4?s=96&#038;d=https%3A%2F%2Fs0.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>The Learning Layer</title>
		<link>https://learninglayer.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://learninglayer.wordpress.com/osd.xml" title="The Learning Layer" />
	<atom:link rel='hub' href='https://learninglayer.wordpress.com/?pushpress=hub'/>
	<item>
		<title>The Explanation Engine Redux</title>
		<link>https://learninglayer.wordpress.com/2024/09/01/the-explanation-engine-redux/</link>
					<comments>https://learninglayer.wordpress.com/2024/09/01/the-explanation-engine-redux/#respond</comments>
		
		<dc:creator><![CDATA[steveflinn]]></dc:creator>
		<pubDate>Mon, 02 Sep 2024 00:21:02 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://learninglayer.wordpress.com/?p=308</guid>

					<description><![CDATA[In my 2010 book, The Learning Layer, I made the case that explanatory capabilities in AI systems are an imperative, but I also described why providing such a capability that is sufficiently informative is highly challenging. Over the next few months after The Learning Layer was published, I published a series of blogs that discussed [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">             In my 2010 book, <a href="https://www.amazon.com/Learning-Layer-Building-Intellect-Organization/dp/0230103014"><em>The Learning Layer</em></a>, I made the case that explanatory capabilities in AI systems are an imperative, but I also described why providing such a capability that is sufficiently informative is highly challenging. Over the next few months after <em>The Learning Layer</em> was published, I published a series of blogs that discussed this topic in more detail, describing how a separate function is actually required, an “<a href="https://learninglayer.wordpress.com/2011/01/02/the-explanation-engine/">explanation engine</a>,” to provide intelligible explanations for the more inscrutable, mathematical-based capabilities that in reality make the decisions in advanced AI systems. The specific example I gave as follows was with respect to recommender systems, but it applies more broadly for any sufficiently complex AI-based system.</p>



<p class="wp-block-paragraph"><em>items to recommend are going to be the product of various high-powered mathematical evaluations  and manipulations of vectors and matrices. How can they possibly be compactly conveyed in an explanation to the recommendation recipient? After a while we realized that they really cannot—explanations necessarily have to be an approximation of the actual thought processes of the recommendation engine. A very useful approximation, but an approximation nevertheless. We also realized that to do them right, it was an architectural necessity to have a dedicated engine for explanations complementary to, but separate from, the powerful but inarticulate recommendation engine.</em></p>



<p class="wp-block-paragraph">I further made the point that this two-part architecture of, 1) a complex and inscrutable decision-making function coupled with, 2) a <em>separate</em> explanatory function to explain the decisions of the inscrutable decision-making function to others (or even to itself, which I described as <a href="https://learninglayer.wordpress.com/2010/08/31/self-inception/">self-inception</a>) basically recapitulates the evolution of the analogous two-part structure of human cognitive processes.</p>



<p class="wp-block-paragraph"><em>Turns out we are no different—we humans have a language-based explanation engine that explains to others, as well as ourselves, why we do the things we do. And it has become increasingly apparent from psychological studies over the past decade or two that our explanations are really only approximations of our underlying, unconscious decision making. In fact, it has been confirmed by recent brain imaging studies that although we tend to believe that our conscious and logical explanation engine is making the decisions, in reality it is just providing an after-the-fact explanation for a decision already unconsciously made elsewhere in our brain. . . our brain most fundamentally is nothing more than a vast, weighted network of neurons. Decisions are assessed and made by inscrutable interactions among this network. We humans, fairly recently in our evolutionary history, have developed a language-based explanation engine that has essentially been grafted on to this underlying network that enables us to effectively communicate with other humans. To achieve a reasonable compaction, the explanations we give must necessarily typically be extreme simplifications, and quite often will also have some degree of fabrication woven in.</em></p>



<p class="wp-block-paragraph">Later, I was delighted to read Daniel Kahneman’s book, <a href="https://en.wikipedia.org/wiki/Thinking,_Fast_and_Slow"><em>Thinking, Fast and Slow</em>,</a> which was published a little over a year after <em>The Learning Layer</em>, as well as after my follow-on blogs. Kahneman explained that human decision-making processes can be categorized into two fundamental processes: a first process that is fast, intuitive, pattern matching, and heuristic in nature, which Kahneman termed, “System 1,” and a second slower, more logical, reasoning and explanatory capability, which Kahneman termed, “System 2.” It is readily apparent, of course, that System 1 maps directly to the inscrutable decision-making function and System 2 maps to the explanation engine that I described with respect to AI systems. And, in fact, Kahneman’s book was based on earlier insights from cognitive research such as the those that I mentioned in <em>The Learning Layer</em> and in my blogs. Kahneman’s book greatly popularized these insights from the field of cognitive science, and for me, provided further credence that there was a strong parallel between the way AI would necessarily need to evolve and the way the human cognitive processes had evolved.</p>



<p class="wp-block-paragraph">            I also emphasized that we tend to <a href="https://learninglayer.wordpress.com/2011/05/15/our-conceit-of-consciousness/">think of ourselves</a> as our explanation engine rather than the underlying, inscrutable processes that studies had shown actually drive our decision making.</p>



<p class="wp-block-paragraph"><em>And our explanation engine continuously explains itself to us—so that we come to believe that we are our explanation engine, that there is a clear logic to what we do, that we have an explicit freedom to decide as we wish, and a variety of other explanatory conceits.&nbsp;&nbsp;&nbsp;</em></p>



<p class="wp-block-paragraph"><em>We humans believe that we are our language-based explanation engine, and we therefore literally tell and convince ourselves that true meaning is solely a product of the conscious, language-based reasoning capacity of our explanation engines.</em></p>



<p class="wp-block-paragraph">And because we think of ourselves as our explanation engine, it is not surprising that our initial focus in developing AI was almost solely directed toward embedding this type of symbolic, rule-based, logical capability within our AI, and more broadly, within our computing systems in general. But that’s <em>not</em> the way nature proceeded, and if we wanted to develop truly intelligent systems, I advocated that we needed to take lessons from nature in this regard!</p>



<p class="wp-block-paragraph"><em>Inarticulate inferencing and decision making capabilities evolved over the course of billions of years and work quite well, thank you. Only very recently did we humans, apparently uniquely, become endowed with a very powerful explanation engine that provides a rationale (and often a rationalization!) for the decisions already made by our unconscious intelligence—an endowment most probably for the primary purpose of delivering compact communications to others rather than for the purpose of improving our individual decision making. So to focus first on the explanation engine is getting things exactly backward in trying to develop machine intelligence. To recapitulate evolution, we first need to build intelligent systems that generate good inferences and decisions from large amounts of data, just like we humans continuously and unconsciously do. And like it or not, we can only do so by applying those inscrutable, inarticulate, complex, messy, math-based methods. With this essential foundation in place, we can then (mostly for the sake of our own conceit of consciousness!) build useful explanatory engines on top of the highly intelligent unconsciousness.</em></p>



<p class="wp-block-paragraph">Well, since <em>The Learning Layer</em> and these subsequent blogs, my advice has indeed been heeded (although correlation should certainly not be confused with causation!), and the significant AI advances, particularly in the past decade, have come from advancing those “inscrutable, inarticulate, complex, messy, math-based methods” I mention in the above passage, primarily in the form of neural network-based technology, specifically deep learning. And in particular, with the advent of transformer-based deep learning technology in 2017, we have achieved remarkable facility with language in the form of large language models (LLMs) and their conversational interfaces that are profoundly changing our world.</p>



<p class="wp-block-paragraph">And now that we’ve walked down memory lane, I want to get to the real point of this piece. We now have <em>even more</em> evidence that the path to artificial general intelligence (AGI) is by recapitulating the evolution of the explanation engine (or System 2) in humans. And that further evidence derives from the advances in the application of <em>Chain of Thought</em> (CoT)-based techniques in improving LLM-based performance. Chain of thought is a <a href="https://arxiv.org/abs/2201.11903">technique of prompting LLMs</a> to explain their reasoning steps in deciding on a conclusion or an action, often performed in an iteratively interactive manner. It has been demonstrated to greatly improve the resulting output from LLMs. This prompting method is classically performed by a user, and in that case the explanation engine is partially external to the LLM-based system. But that need not be the case—the chain of thought prompting can be <a href="https://arxiv.org/abs/2203.14465"><em>fully performed automatically</em> by another system or sub-system</a> of the LLM. And such an autonomous architecture should sound familiar—it’s basically the explanation engine, whether embodied in minds or machines!   </p>



<p class="wp-block-paragraph">This automated, built-in chain of thought capability is now <a href="https://arxiv.org/abs/2305.20050">a key direction</a> of all the major LLM providers that is designed to achieve a more System 2-like capability to complement the inherently System 1-like capabilities of LLMs. These explanation engine-based architectures therefore promise to be ubiquitous. That such an architecture seems required to flexibly achieve truly human-level capabilities adaptable to many different domains, and the fact that nature has evolved a similar architecture, leads me to the following generalized hypothesis.</p>



<p class="wp-block-paragraph"><strong>Hypothesis:</strong></p>



<ol class="wp-block-list">
<li>Only large scale, connectionist-based correlative learning systems are flexible enough to provide the base support for effective real-world decision making and agency (e.g., human System 1, AI LLMs/foundation models)<br></li>



<li>Every such connectionist, correlative learning system requires a complementary chain of thought-type function to achieve arbitrarily good inferences and decisions (e.g., human System 2, AI chain of thought)</li>
</ol>



<p class="wp-block-paragraph">The first point we have learned the hard way over many decades of trying to build AI. The second point I outlined nearly a decade and a half ago and is further confirmed by the essential nature of CoT techniques in augmenting LLMs. This hypothesis suggests that even if the human language-based explanation engine/System 2 initially evolved primarily for social communicative purposes as I speculated in the blog passage above, it undoubtedly also is applied <em>internally </em>to facilitate logical reasoning that was unattainable by our System 1 alone, and thereby improving our decision making.</p>



<p class="wp-block-paragraph">The most fundamental open technical question right now in AI is whether an explanation engine/System 2 functionality can be based <em>solely</em> on neural network-based systems or does it need to be augmented by symbolic-based systems. The human brain suggests it can be done with just connectionist models, so my bet is AI architected the same way will be able to achieve human level capabilities, but that we will necessarily want to augment these capabilities with specialized systems that may be more symbolic in nature, just as we currently employ to augment our own capabilities.</p>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
					<wfw:commentRss>https://learninglayer.wordpress.com/2024/09/01/the-explanation-engine-redux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">308</post-id>
		<media:thumbnail url="https://learninglayer.wordpress.com/wp-content/uploads/2024/09/learning-layer-emerges.jpg" />
		<media:content url="https://learninglayer.wordpress.com/wp-content/uploads/2024/09/learning-layer-emerges.jpg" medium="image">
			<media:title type="html">Learning Layer Emerges</media:title>
		</media:content>

		<media:content url="https://1.gravatar.com/avatar/45fbc10f003b973e2eacc498ba27f4bb1e399701fd5b370369234cc27df0ee33?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">steveflinn</media:title>
		</media:content>
	</item>
		<item>
		<title>Learning from Netflix</title>
		<link>https://learninglayer.wordpress.com/2014/12/09/learning-from-netflix-2/</link>
					<comments>https://learninglayer.wordpress.com/2014/12/09/learning-from-netflix-2/#respond</comments>
		
		<dc:creator><![CDATA[steveflinn]]></dc:creator>
		<pubDate>Wed, 10 Dec 2014 01:38:08 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://learninglayer.wordpress.com/2014/12/09/learning-from-netflix-2/</guid>

					<description><![CDATA[Originally posted on <a href="https://learninglayer.wordpress.com/2012/04/16/learning-from-netflix">The Learning Layer</a>: <br />Netflix recently published a blog that lays out some of their experiences with their recommender system.  The blog is notable in that Netflix was one of the pioneers of e-commerce recommendation engines, has one of the most famous recommendation engines, and packs a lot of details and good insights&#8230;]]></description>
										<content:encoded><![CDATA[<div class="wpcom-reblog-snapshot"><div class="reblogger-note"><div class='reblogger-note-content'><blockquote><p>Some more recent thoughts from Netflix: “the importance of Netflix’s recommendation engine is actually underestimated” <a href="https://gigaom.com/2014/11/22/why-technology-and-content-are-inseparable-at-netflix/" rel="nofollow ugc">https://gigaom.com/2014/11/22/why-technology-and-content-are-inseparable-at-netflix/</a></p>
</blockquote></div></div><div class="reblog-post"><p class="reblog-from"><img alt='steveflinn&#039;s avatar' src='https://1.gravatar.com/avatar/45fbc10f003b973e2eacc498ba27f4bb1e399701fd5b370369234cc27df0ee33?s=32&#038;d=identicon&#038;r=G' class='avatar avatar-32' height='32' width='32' /><a href="https://learninglayer.wordpress.com/2012/04/16/learning-from-netflix">The Learning Layer</a></p><div class="reblogged-content">
<p>Netflix recently <a href="http://techblog.netflix.com/2012/04/netflix-recommendations-beyond-5-stars.html">published a blog</a> that lays out some of their experiences with their recommender system.  The blog is notable in that Netflix was one of the pioneers of e-commerce recommendation engines, has one of the most famous recommendation engines, and packs a lot of details and good insights into the blog.</p>

<p>Here are a few takeaways:</p>

<p><strong>75% of what people watch via Netflix is due to recommendations.</strong>  And given how impressively recommendations drive sales for businesses such as Amazon, it is not surprising that sophisticated recommender systems are becoming the norm in e-commerce.</p>

<p><strong>“Everything is a Recommendation.”</strong>  Netflix uses this phrase to underscore the point that most of its interface now personalizes to the user. This approach is an inevitable direction for user interfaces most generally since it is clearly technically feasible and delivers business results.</p>

<p><strong>Optimize for accuracy <span style="text-decoration:underline">and</span> serendipity.</strong>  People are complex and have…</p>
</div><p class="reblog-source"><a href="https://learninglayer.wordpress.com/2012/04/16/learning-from-netflix">View original post</a> <span class="more-words">248 more words</span></p></div></div>]]></content:encoded>
					
					<wfw:commentRss>https://learninglayer.wordpress.com/2014/12/09/learning-from-netflix-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">305</post-id>
		<media:content url="https://1.gravatar.com/avatar/45fbc10f003b973e2eacc498ba27f4bb1e399701fd5b370369234cc27df0ee33?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">steveflinn</media:title>
		</media:content>
	</item>
		<item>
		<title>Self-Inception</title>
		<link>https://learninglayer.wordpress.com/2014/05/22/self-inception-2/</link>
					<comments>https://learninglayer.wordpress.com/2014/05/22/self-inception-2/#respond</comments>
		
		<dc:creator><![CDATA[steveflinn]]></dc:creator>
		<pubDate>Thu, 22 May 2014 21:53:56 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://learninglayer.wordpress.com/2014/05/22/self-inception-2/</guid>

					<description><![CDATA[Originally posted on <a href="https://learninglayer.wordpress.com/2010/08/31/self-inception">The Learning Layer</a>: <br />I recently saw the cool new movie Inception—where the term “inception” means the implanting of an idea into the brain of a target by way of hacking into the target’s dreams. And as those of you who have already seen the movie know, the plot plays with this idea&#8230;]]></description>
										<content:encoded><![CDATA[<div class="wpcom-reblog-snapshot"><div class="reblogger-note"><div class='reblogger-note-content'><blockquote><p>Self-inception is by far my most popular Learning Layer blog post of all time. It is a meme that not only sticks, but frequently seemingly spontaneously and independently re-emerges in minds around the world. Almost every day at least a handful of people arrive at this blog via independent searches for the term &#8220;self-inception.&#8221;  </p>
</blockquote></div></div><div class="reblog-post"><p class="reblog-from"><img alt='steveflinn&#039;s avatar' src='https://1.gravatar.com/avatar/45fbc10f003b973e2eacc498ba27f4bb1e399701fd5b370369234cc27df0ee33?s=32&#038;d=identicon&#038;r=G' class='avatar avatar-32' height='32' width='32' /><a href="https://learninglayer.wordpress.com/2010/08/31/self-inception">The Learning Layer</a></p><div class="reblogged-content">
<p>I recently saw the cool new movie <em><a href="http://en.wikipedia.org/wiki/Inception_(film)">Inception</a></em>—where the term “inception” means the implanting of an idea into the brain of a target by way of hacking into the target’s dreams. And as those of you who have already seen the movie know, the plot plays with this idea in a recursive way—the dream hacking is conducted in dreams within dreams, making for a mind bending movie experience, and, of course, sufficient ambiguity between dreaming and reality to allow for many Hollywood sequel directions . . .</p>

<p>Watching the movie was a particularly enthralling experience for me because two key themes flowing through <em>The Learning Layer</em> are dreams and recursion (and, ok, because I’m a bit of geek I suppose). Yeah, <em>The Learning Layer</em> is most fundamentally a book about next generation organizational learning, but it’s also a book of many layers, and the undercurrents of dreams and recursion…</p>
</div><p class="reblog-source"><a href="https://learninglayer.wordpress.com/2010/08/31/self-inception">View original post</a> <span class="more-words">571 more words</span></p></div></div>]]></content:encoded>
					
					<wfw:commentRss>https://learninglayer.wordpress.com/2014/05/22/self-inception-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">304</post-id>
		<media:content url="https://1.gravatar.com/avatar/45fbc10f003b973e2eacc498ba27f4bb1e399701fd5b370369234cc27df0ee33?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">steveflinn</media:title>
		</media:content>
	</item>
		<item>
		<title>Portable Personalization at Your Service</title>
		<link>https://learninglayer.wordpress.com/2014/04/29/portable-personalization-at-your-service/</link>
					<comments>https://learninglayer.wordpress.com/2014/04/29/portable-personalization-at-your-service/#respond</comments>
		
		<dc:creator><![CDATA[steveflinn]]></dc:creator>
		<pubDate>Tue, 29 Apr 2014 21:02:12 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://learninglayer.wordpress.com/?p=297</guid>

					<description><![CDATA[As the social layer continues its inexorable expansion throughout organizations, a rich set of information about what the users of these social platforms find interesting and beneficial and not so interesting also inexorably expands. This is information that in the old days of computing (i.e., last year :)) would have simply been ignored and discarded. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>As the social layer continues its inexorable expansion throughout organizations, a rich set of information about what the users of these social platforms find interesting and beneficial and not so interesting also inexorably expands. This is information that in the old days of computing (i.e., last year :)) would have simply been ignored and discarded.</p>
<p>But now there is an opportunity to put that information to work. From such social-based big data we can apply some fancy algorithms and make some very useful inferences. We can, for example, get a good sense about specific topics that are of interest to particular people. We can do that based on the realization that while each individual action of users tells us a little something about their interests, their collective actions can tell us a lot about their interests. For example, if you view a post or document associated with a given set of topics, it provides a hint that you might have a continuing interest in those topical areas. If you view a couple dozen documents associated with those same topics, it strongly suggests that you have a continuing interest in those topical areas. And, of course, viewing something is just one kind of behavior to consider&#8211;there are also actions such as contributing content, likes, comments, following, and so on. This rich variety of behaviors enables inferences to be even better. So applying this approach, systems can continuously learn from you, thereby anticipating your needs and not just reacting, and best of all, without you having to do any extra work!</p>
<p>Now, as a practical matter, even computers can’t be expected to actually always re-compute from scratch inferences of interests based on full behavioral histories. A method is needed to conveniently store a compressed, but still useful, summary of your interest profile. We can do just that with a little math construct that you may remember from your linear algebra class: a vector. A vector is just a fancy word for an ordered set of values. So (2, 33, 7, 12) is a vector. We can generate an interest vector by encoding what we have inferred about your degree of interest in various topics as a set of values (usually normalized in the range of 0-1) that correspond to specific topical areas. For example, (0.04, .0.56, 0.21, 0.78, . . .), where the 0.04 value corresponds to a first topic, 0.56 corresponds to a second topic, and so on. In this case the values imply that we have inferred that you have a much higher interest in the second topic (value of 0.56) than the first topic (value of 0.04). Now let’s say you begin viewing or liking or commenting on some new content associated with the first topic. It is then likely that 0.04 should increase. How much of an increase? That would depend on many factors that the inferencing algorithm would take into account.</p>
<p>So that’s how interest vectors work—they are continuously updated as new information becomes available and they can span hundreds or even thousands of topics, so the interest profile can be extraordinarily fine-grained. This allows them to be used to make very intelligent recommendations, and they can even serve auxiliary purposes, such as being compared among people to identify and match people with similar interests. And similar to interest vectors, expertise vectors can also be generated from behavioral information by using somewhat different algorithms and behavioral perspectives. For example, just viewing a document associated with a topic tells us perhaps a little bit about interests with respect to the topic, but probably nothing about expertise with respect to the topic. However, if you posted content associated with that topic and it received significant attention from those who have already been inferred to have higher-than-average expertise, that would tell us something about your expertise with respect to the topic. As in the case of interest vectors, an expertise vector is a personalization vector that can be applied to make intelligent recommendations, including recommendations of people whose inferred expertise may be quite relevant to a particular item of content you are viewing.</p>
<p>These personalization vectors that respectively summarize your interests and your relative expertise in various topical areas have another very useful property—they can be portable. That is, you could begin using a system you had never used before, but if you provided it your interest and/or expertise vector it could immediately begin being personally anticipatory with you, assuming that the system involved similar topical areas to those encoded in your personalization vectors. Suddenly it’s a very different world than what we have historically put up with—in this new world of portable personalization, all systems become much more intelligent by becoming immediately responsive to your particular interests and expertise! And with social networking becoming ubiquitous in our business as well as personal lives, this new world of portable personalization is just around the corner.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://learninglayer.wordpress.com/2014/04/29/portable-personalization-at-your-service/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">297</post-id>
		<media:content url="https://1.gravatar.com/avatar/45fbc10f003b973e2eacc498ba27f4bb1e399701fd5b370369234cc27df0ee33?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">steveflinn</media:title>
		</media:content>
	</item>
		<item>
		<title>Does Personalization Pave the Cow Paths?</title>
		<link>https://learninglayer.wordpress.com/2014/04/27/does-personalization-pave-the-cow-paths-2/</link>
					<comments>https://learninglayer.wordpress.com/2014/04/27/does-personalization-pave-the-cow-paths-2/#respond</comments>
		
		<dc:creator><![CDATA[steveflinn]]></dc:creator>
		<pubDate>Sun, 27 Apr 2014 18:25:28 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://learninglayer.wordpress.com/2014/04/27/does-personalization-pave-the-cow-paths-2/</guid>

					<description><![CDATA[Originally posted on <a href="https://learninglayer.wordpress.com/2011/05/22/does-personalization-pave-the-cow-paths">The Learning Layer</a>: <br />Michael Hammer, the father of business reengineering, famously used the phrase “paving the cow paths” to describe the ritualizing of inefficient business practices. Now the pervasiveness of personalization of our systems is being accused of paving our cow paths by continuously reinforcing our narrow interests at the expense of&#8230;]]></description>
										<content:encoded><![CDATA[<div class="wpcom-reblog-snapshot"><div class="reblogger-note"><div class='reblogger-note-content'><blockquote><p>I notice the issue of poorly engineered recommendation systems causing a &#8220;filter bubble&#8221; continues to surface. This blog is still very relevant with respect to how to do it right. And since this blog was originally published there have been additional advances, such as techniques that identify contrasting subsets of people&#8217;s interest profiles that otherwise more generally correlate (for which I received a patent).</p>
</blockquote></div></div><div class="reblog-post"><p class="reblog-from"><img alt='steveflinn&#039;s avatar' src='https://1.gravatar.com/avatar/45fbc10f003b973e2eacc498ba27f4bb1e399701fd5b370369234cc27df0ee33?s=32&#038;d=identicon&#038;r=G' class='avatar avatar-32' height='32' width='32' /><a href="https://learninglayer.wordpress.com/2011/05/22/does-personalization-pave-the-cow-paths">The Learning Layer</a></p><div class="reblogged-content">
<p>Michael Hammer, the father of business reengineering, famously used the phrase “paving the cow paths” to describe the ritualizing of inefficient business practices. Now the pervasiveness of personalization of our systems is being <a href="http://online.wsj.com/article/SB10001424052748703421204576327414266287254.html">accused</a> of paving our cow paths by continuously reinforcing our narrow interests at the expense of exposing us to other points of view. This latest apocalyptic image being painted is one of a world where we are all increasingly locked into our parochial, polarized perspectives as the machine feeds us only what we want to hear. Big Brother turns out to be an algorithm.</p>

<p>I commented on this over at Greg Linden’s<a href="http://glinden.blogspot.com/2011/05/eli-pariser-is-wrong.html"> blog</a>, but wanted to expand on those thoughts a bit here. Of course, I could first point out the irony that I only became aware of the Eli Pariser’s book about the perils of personalization, <em>The Filter Bubble</em>, through a personalized RSS feed…</p>
</div><p class="reblog-source"><a href="https://learninglayer.wordpress.com/2011/05/22/does-personalization-pave-the-cow-paths">View original post</a> <span class="more-words">562 more words</span></p></div></div>]]></content:encoded>
					
					<wfw:commentRss>https://learninglayer.wordpress.com/2014/04/27/does-personalization-pave-the-cow-paths-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">296</post-id>
		<media:content url="https://1.gravatar.com/avatar/45fbc10f003b973e2eacc498ba27f4bb1e399701fd5b370369234cc27df0ee33?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">steveflinn</media:title>
		</media:content>
	</item>
		<item>
		<title>Our Fuzzy Social Graphs</title>
		<link>https://learninglayer.wordpress.com/2013/01/06/our-fuzzy-friends/</link>
					<comments>https://learninglayer.wordpress.com/2013/01/06/our-fuzzy-friends/#respond</comments>
		
		<dc:creator><![CDATA[steveflinn]]></dc:creator>
		<pubDate>Sun, 06 Jan 2013 22:29:43 +0000</pubDate>
				<category><![CDATA[Fuzzy]]></category>
		<category><![CDATA[Personalization]]></category>
		<category><![CDATA[Social Networks]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[automated learning]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[fuzzy]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[Synxi]]></category>
		<guid isPermaLink="false">http://learninglayer.wordpress.com/?p=275</guid>

					<description><![CDATA[One of the problems we often encounter with our social networks is the lack of “fuzziness” that they provide us with respect to our relationships—that is, with standard social networks you either have a relationship with another person, or you don’t. I discussed this issue in The Learning Layer: People clearly comprise networks, and the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>One of the problems we often encounter with our social networks is the lack of “fuzziness” that they provide us with respect to our relationships—that is, with standard social networks you either have a relationship with another person, or you don’t. I discussed this issue in <i><a href="http://www.learninglayer.com/">The Learning Layer</a></i>:</p>
<blockquote><p>People clearly comprise networks, and the relationships between people are not necessarily just digital in nature. We all have some relationships that are very strong, and others that are much weaker. Some people are our soul mates, some are friends, some are colleagues, and some are just acquaintances. There are shades of gray in our social relationships, just as in the case of relationships among items of content and topics. And there are different types of relationships among people, and among people and content that should be explicitly recognized. Some of these types of relationship may, in fact, be digital—for example, someone is your classmate or is not; someone is an author of an item of content or is not. But some types of relationships, such as the degree of similarity of preferences between two people, or the degree of interest a person or a group of people have with regard to a topical area, clearly will not be digital. They will be much more nuanced than that.<i><br />
</i></p></blockquote>
<p>The inability to manage our online relationships in a more nuanced (i.e., fuzzy) fashion leads to ever bigger headaches as the scale of our social networking connections (i.e., our &#8220;social graphs&#8221;) increase. I had some comments on the way social networks have attempted to address this problem in the blog post, <i><a href="https://learninglayer.wordpress.com/2011/07/24/social-networking-and-the-curse-of-aristotle/">Social Networking and the Curse of Aristotle</a>. </i>At the end of the post, I mentioned that leveraging the power of machine learning provides a way for us to share activities and information in better accordance with the specific wishes we would have if we actually had the time to fully consider whether to share a particular item with each specific person to whom we are connected.</p>
<p>Along these lines, <a href="http://www.plosone.org/article/info:doi/10.1371/journal.pone.0052168">a recent study confirms</a> just how well our interactions within a social network (e.g., Facebook) can be used to infer the strength of our real-world relationships. And, in fact, under the covers, Facebook’s algorithms already use this type of information to decide what to deliver in your feeds and what not to deliver. Likewise, <a href="http://www.synxi.com/index.html">Synxi learning layer apps</a> do something quite similar in recommending other users or their content to users of enterprise social platforms. So machine learning is already on the job for you—your social graph is fuzzy, whether you know it or not!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://learninglayer.wordpress.com/2013/01/06/our-fuzzy-friends/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">275</post-id>
		<media:content url="https://1.gravatar.com/avatar/45fbc10f003b973e2eacc498ba27f4bb1e399701fd5b370369234cc27df0ee33?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">steveflinn</media:title>
		</media:content>
	</item>
		<item>
		<title>Enterprise Personalized</title>
		<link>https://learninglayer.wordpress.com/2012/11/01/enterprise-personalized/</link>
					<comments>https://learninglayer.wordpress.com/2012/11/01/enterprise-personalized/#respond</comments>
		
		<dc:creator><![CDATA[steveflinn]]></dc:creator>
		<pubDate>Thu, 01 Nov 2012 17:28:27 +0000</pubDate>
				<category><![CDATA[Adaptive]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[Personalization]]></category>
		<category><![CDATA[Recommendations]]></category>
		<category><![CDATA[adaptation]]></category>
		<category><![CDATA[ManyWorlds]]></category>
		<category><![CDATA[recommendations]]></category>
		<category><![CDATA[Synxi]]></category>
		<guid isPermaLink="false">http://learninglayer.wordpress.com/?p=268</guid>

					<description><![CDATA[The rise of machine learning-based personalized discovery features over the past few years is one of the biggest stories of IT. The statistics are truly staggering. For example, even as of several years ago, over 30% of Amazon’s sales were reportedly due to their personalized recommendations—the figure is no doubt even higher now. LinkedIn has [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The rise of machine learning-based personalized discovery features over the past few years is one of the biggest stories of IT. The statistics are truly staggering. For example, even as of several years ago, over 30% of Amazon’s sales were reportedly due to their personalized recommendations—the figure is no doubt even higher now. LinkedIn <a href="http://www.slideshare.net/dtunkelang/content-connections-and-context?ref=http%3A%2F%2Fthenoisychannel.com%2F2012%2F09%2F09%2Fcontent-connections-and-context%2F">has reported</a> that fully 50% of their users’ connections, group memberships, and job applications are driven by their personalized discovery features. And <a href="https://learninglayer.wordpress.com/2012/04/16/learning-from-netflix/">75% of what people watch via Netflix</a> is due to personalized recommendations. In addition, of course, targeted advertisements can be considered a form of personalized recommendations, as can personalized search, both of which have largely replaced their non-personalized precursors.</p>
<p>So in the consumer world automatic personalization has become an indispensable feature for users and a competitive imperative for providers. What about in the enterprise? Not so much—until now, that is. I wrote <a href="http://www.learninglayer.com/"><i>The Learning Layer</i></a> to lay out the path toward making adaptive, personalized discovery a <i>core</i> feature of enterprise IT, and we at ManyWorlds are excited that our<a href="http://www.synxi.com/index.html"> Synxi-brand technology</a> is now making that vision a reality!</p>
<p>We are delivering adaptive discovery apps for the major social platforms that continuously learn from users’ experiences and apply this learning to provide users with real-time, personalized recommendations of knowledge and expertise, and which are sensitive to the context of their current activities. Even better, we also have connectors among these apps that extend a layer of learning <i>across</i> platforms. That means users can receive cross-contextualized and personalized recommendations of knowledge and expertise from <i>one</i> platform (e.g., SharePoint) based on what they are doing in <i>another</i> platform. And finally, we have booster products for enterprise search that enable search results to be personalized and/or additional personalized content to be recommended based on the context of a specific search result. That provides users, for the very first time, an enterprise search experience that tops the search experience internet search providers can deliver.</p>
<p>These learning layer technologies are collectively leading toward enterprises becoming truly personalized. And an enterprise personalized is an enterprise that is more productive, as well as being an enterprise that is more compelling to be a part of and to work with.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://learninglayer.wordpress.com/2012/11/01/enterprise-personalized/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">268</post-id>
		<media:content url="https://1.gravatar.com/avatar/45fbc10f003b973e2eacc498ba27f4bb1e399701fd5b370369234cc27df0ee33?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">steveflinn</media:title>
		</media:content>
	</item>
		<item>
		<title>Just the Facts Ma&#8217;am?</title>
		<link>https://learninglayer.wordpress.com/2012/07/08/just-the-facts-maam/</link>
					<comments>https://learninglayer.wordpress.com/2012/07/08/just-the-facts-maam/#comments</comments>
		
		<dc:creator><![CDATA[steveflinn]]></dc:creator>
		<pubDate>Mon, 09 Jul 2012 03:04:46 +0000</pubDate>
				<category><![CDATA[Adaptive]]></category>
		<category><![CDATA[Recommendation explanations]]></category>
		<category><![CDATA[Recommendations]]></category>
		<category><![CDATA[automated learning]]></category>
		<category><![CDATA[explanations]]></category>
		<category><![CDATA[recommendations]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Siri]]></category>
		<guid isPermaLink="false">http://learninglayer.wordpress.com/?p=258</guid>

					<description><![CDATA[Now that Siri has a bona fide competitor, Google Voice Search, a bit of a kerfuffle has emerged with regard to personalities or lack thereof of these assistants. While Siri strives to project some personality by being conversational and peppering her responses with a bit of whimsy, Google Voice Search is all about just giving [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Now that Siri has a bona fide competitor, Google Voice Search, a bit of a kerfuffle has emerged with regard to personalities or lack thereof of these assistants. While Siri strives to project some personality by being conversational and peppering her responses with a bit of whimsy, Google Voice Search is all about just giving us the facts. Each approach has advantages and its vocal adherents. And as the systems’ capabilities leap-frog one another with each new version, the latest incarnation of Google Voice Search seems to have gained some <a href="http://www.forbes.com/sites/roberthof/2012/07/02/wait-you-mean-apples-siri-wont-kill-google-search-after-all/">speed and effectiveness advantages</a> versus the current incarnation of Siri. Of course, both of these incarnations promise to be fleeting given the pace of the respective development cycles.</p>
<p>Although Google labels their product “search,” the functionality has clearly already morphed more generally into a recommender—i.e., providing suggestions given a context of various of kinds. This trend is a reflection of a <a href="https://learninglayer.wordpress.com/2011/04/24/search-recommendations-2/">generalization noted</a> in <em>The Learning Layer</em>—plain old search is really best considered just a recommendation in which the context is of a particular type, i.e., a search term provided by the user. The inevitable next step in general-purpose recommender technology is delivering “meta-recommendations”—that is, <a href="https://learninglayer.wordpress.com/2011/01/02/the-explanation-engine/">explanations as to why the recommendation was provided</a>, particularly when an explanation is specifically asked for by the recommendation recipient. A capacity for a limited degree of explanatory capability has already been incorporated into the Apple and Google gals to some degree.</p>
<p>Then comes the really interesting advance—making the recommendations and even the explanations adaptive to the user.  That is, learning from her experiences with us to adapt her recommendations and explanations accordingly. Which is followed by one more short step in which aspects of her <em>overall personality</em> become adaptable to us and our particular circumstances as well. A little humor when called for, a bit of sympathy at other times; and all the while learning as to what works best and when, and tuning accordingly. I’ve got a feeling that at that point, which at the current pace of innovation, is not far away, always just providing the facts will be perceived to be somewhat stilted behavior—coming off like a cheesy movie version of AI of the 1960s.</p>
<p>So my guess is that there are times when, indeed, we are all <a href="http://en.wikipedia.org/wiki/Joe_Friday">Joe Friday’s</a>, but more often than not we’ll welcome more than just the facts.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://learninglayer.wordpress.com/2012/07/08/just-the-facts-maam/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">258</post-id>
		<media:content url="https://1.gravatar.com/avatar/45fbc10f003b973e2eacc498ba27f4bb1e399701fd5b370369234cc27df0ee33?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">steveflinn</media:title>
		</media:content>
	</item>
		<item>
		<title>Learning from Netflix</title>
		<link>https://learninglayer.wordpress.com/2012/04/16/learning-from-netflix/</link>
					<comments>https://learninglayer.wordpress.com/2012/04/16/learning-from-netflix/#comments</comments>
		
		<dc:creator><![CDATA[steveflinn]]></dc:creator>
		<pubDate>Mon, 16 Apr 2012 14:34:13 +0000</pubDate>
				<category><![CDATA[Adaptive]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[Personalization]]></category>
		<category><![CDATA[Recommendations]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[explanations]]></category>
		<category><![CDATA[Netflix]]></category>
		<category><![CDATA[recommendations]]></category>
		<guid isPermaLink="false">http://learninglayer.wordpress.com/2012/04/16/learning-from-netflix/</guid>

					<description><![CDATA[Netflix recently published a blog that lays out some of their experiences with their recommender system.  The blog is notable in that Netflix was one of the pioneers of e-commerce recommendation engines, has one of the most famous recommendation engines, and packs a lot of details and good insights into the blog. Here are a [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Netflix recently <a href="http://techblog.netflix.com/2012/04/netflix-recommendations-beyond-5-stars.html">published a blog</a> that lays out some of their experiences with their recommender system.  The blog is notable in that Netflix was one of the pioneers of e-commerce recommendation engines, has one of the most famous recommendation engines, and packs a lot of details and good insights into the blog.</p>
<p>Here are a few takeaways:</p>
<p><strong>75% of what people watch via Netflix is due to recommendations.</strong>  And given how impressively recommendations drive sales for businesses such as Amazon, it is not surprising that sophisticated recommender systems are becoming the norm in e-commerce.</p>
<p><strong>“Everything is a Recommendation.”</strong>  Netflix uses this phrase to underscore the point that most of its interface now personalizes to the user. This approach is an inevitable direction for user interfaces most generally since it is clearly technically feasible and delivers business results.</p>
<p><strong>Optimize for accuracy <span style="text-decoration:underline;">and</span> serendipity.</strong>  People are complex and have diverse tastes, moods, etc.  A good recommender will try to help recommendation recipients keep from just <a href="https://learninglayer.wordpress.com/2011/05/22/does-personalization-pave-the-cow-paths/">re-paving their own cow paths</a>.</p>
<p><strong>Diversity of behavior types trump incremental algorithm advances.</strong>  Given already advanced algorithms, recommender improvement comes grudgingly if based on limited behavioral types (e.g., just course-grained ratings). Deriving inferences from a greater diversity of behaviors, as well as contextual cues, delivers greater advantages.</p>
<p><strong>Explanations of recommendations are critically important.</strong>  Recommendations that are accompanied by explanations as to why the recommendation was delivered to the recipient are perceived to have greater levels of authority and credibility, and promote trust.</p>
<p>These are important takeaways for e-commerce, but they are just as applicable to enterprise adaptive discovery systems. In fact, as I discuss in <em>The Learning Layer</em>, because there are often more behavioral types, as well as topical structures, with which to work in the enterprise environment, adaptive systems in the enterprise have some inherent advantages versus those in purely consumer-facing environments.</p>
<p>I am often asked by executives about the value proposition of adaptive discovery or learning layer systems in the enterprise. A moment’s reflection on the ability to deliver the right knowledge and expertise to the right person at the right time generally suffices. But from a macro-economic standpoint, simply observing how recommendation systems have transformed e-commerce also should make the point.  On-line businesses without world-class personalized discovery capabilities simply cannot hope to compete going forward. The same lesson surely applies to systems within the enterprise.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://learninglayer.wordpress.com/2012/04/16/learning-from-netflix/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">250</post-id>
		<media:content url="https://1.gravatar.com/avatar/45fbc10f003b973e2eacc498ba27f4bb1e399701fd5b370369234cc27df0ee33?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">steveflinn</media:title>
		</media:content>
	</item>
		<item>
		<title>The Era of Adaptive Education</title>
		<link>https://learninglayer.wordpress.com/2012/01/22/the-era-of-adaptive-education/</link>
					<comments>https://learninglayer.wordpress.com/2012/01/22/the-era-of-adaptive-education/#respond</comments>
		
		<dc:creator><![CDATA[steveflinn]]></dc:creator>
		<pubDate>Sun, 22 Jan 2012 21:55:30 +0000</pubDate>
				<category><![CDATA[Adaptive]]></category>
		<category><![CDATA[automated learning]]></category>
		<category><![CDATA[education]]></category>
		<guid isPermaLink="false">http://learninglayer.wordpress.com/?p=236</guid>

					<description><![CDATA[No one seems quite happy with the current state of education. It’s too rote. Too much just teaching to the test. The system fails both the least and most capable students. Teachers are increasingly stressed. Etc. And we shouldn’t look to technology to solve all of this. I get that. However . . . two [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>No one seems quite happy with the current state of education. It’s too rote. Too much just teaching to the test. The system fails both the least and most capable students. Teachers are increasingly stressed. Etc. And we shouldn’t look to technology to solve all of this. I get that. However . . . two recent announcements surely signal the beginning of the end of education as we have known it.</p>
<p>First, there was the announcement of <a href="http://www.forbes.com/sites/bruceupbin/2011/11/01/pearson-knewton-team-up-to-personalize-college/">Knewton’s system</a> for adapting digital textbooks and materials to the student based on continuous assessments of progress. Then there was the <a href="http://www.informationweek.com/byte/news/personal-tech/digital-content/232500163">Apple iBook</a> announcement. I know, I know, there are legitimate concerns about Apple’s “walled garden” approach and potential lock-in to their brand of educational process. Nevertheless, there is no going back. These two announcements, the first by a high profile start-up in conjunction with the top text book company, and the second by the world’s top tech company, coming within just a few months of one another, usher in a new era education—one in which all of the education process will adapt to the specific needs of the student. In other words, the end of Zombie education processes!</p>
<p>Exactly how this will play out among the various competitors and complementors in this space is hard to predict, but the train has certainly left the station. The most basic adaptive approaches will be based on personalizing the instruction in response to explicit behavioral information such as test results. However, even more nuanced approaches are inevitable, with the adaptation and personalization being based on more subtle cues from the student, and/or from peers whom are inferred to be in some way similar to the student. And it seems obvious that very shortly Siri-type natural language-based interactive capabilities will be integrated with these learning platforms.</p>
<p>This will have profound implications for learning, as well as for the teaching profession and its administration. It can be expected that the technology will lead, and the necessary adaptation of formal education policies and processes will tend to lag, but inexpensive, adaptive learning tools are destined to rapidly and dramatically reduce the barriers to high quality education (just as Khan Academy videos have already begun to do). Within five years a personal tutor will be available 24&#215;7, and what we have known as education promises to blur into a global learning layer.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://learninglayer.wordpress.com/2012/01/22/the-era-of-adaptive-education/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">236</post-id>
		<media:content url="https://1.gravatar.com/avatar/45fbc10f003b973e2eacc498ba27f4bb1e399701fd5b370369234cc27df0ee33?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">steveflinn</media:title>
		</media:content>
	</item>
	</channel>
</rss>
