<?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#"
	>

<channel>
	<title>Will Murphy</title>
	<atom:link href="https://willmurphy.net/feed/" rel="self" type="application/rss+xml" />
	<link>https://willmurphy.net</link>
	<description></description>
	<lastBuildDate>Wed, 21 Dec 2022 18:35:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>

<image>
	<url>https://i0.wp.com/willmurphy.net/wp-content/uploads/2019/05/cropped-W-Logo-2.png?fit=32%2C32&#038;ssl=1</url>
	<title>Will Murphy</title>
	<link>https://willmurphy.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">27840355</site>	<item>
		<title>AI Core Users Group Silicon Valley: Hype &#038; Magic &#8211; Building AI products (Talk)</title>
		<link>https://willmurphy.net/ai-core-users-group-silicon-valley-building-ai-products/</link>
		
		<dc:creator><![CDATA[will]]></dc:creator>
		<pubDate>Sun, 19 May 2019 17:31:59 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://willmurphy.net/?p=6242</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[
<figure><iframe loading="lazy" width="560" height="315" src="https://www.youtube.com/embed/9xhGmuW9ym8?start=2055" allowfullscreen=""></iframe></figure>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6242</post-id>	</item>
		<item>
		<title>Intelligent Agent Brain Design</title>
		<link>https://willmurphy.net/intelligent-agent-brain-design/</link>
		
		<dc:creator><![CDATA[will]]></dc:creator>
		<pubDate>Wed, 15 May 2019 19:32:49 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://willmurphy.net/?p=6208</guid>

					<description><![CDATA[I created a framework for designing Intelligent agents (IAs). I like to create models and frameworks for work I&#8217;m doing. When I&#8217;m working on a conversational AI/ Intelligent Agent (IA) system I have some categories of design so that the creator of the product/ use case/ design can organize our thought. This also helps with [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong>I created a framework for designing Intelligent agents (IAs)</strong>.</p>



<figure class="wp-block-image is-resized is-style-default"><img decoding="async" loading="lazy" src="https://i0.wp.com/willmurphy.net/wp-content/uploads/2019/05/Image-2019-05-19-at-10.42.44-AM-700x438.png?resize=700%2C438&#038;ssl=1" alt="" class="wp-image-6246" width="700" height="438" srcset="https://i0.wp.com/willmurphy.net/wp-content/uploads/2019/05/Image-2019-05-19-at-10.42.44-AM.png?resize=700%2C438&amp;ssl=1 700w, https://i0.wp.com/willmurphy.net/wp-content/uploads/2019/05/Image-2019-05-19-at-10.42.44-AM.png?resize=300%2C188&amp;ssl=1 300w, https://i0.wp.com/willmurphy.net/wp-content/uploads/2019/05/Image-2019-05-19-at-10.42.44-AM.png?resize=768%2C480&amp;ssl=1 768w, https://i0.wp.com/willmurphy.net/wp-content/uploads/2019/05/Image-2019-05-19-at-10.42.44-AM.png?resize=400%2C250&amp;ssl=1 400w, https://i0.wp.com/willmurphy.net/wp-content/uploads/2019/05/Image-2019-05-19-at-10.42.44-AM.png?resize=1080%2C676&amp;ssl=1 1080w, https://i0.wp.com/willmurphy.net/wp-content/uploads/2019/05/Image-2019-05-19-at-10.42.44-AM.png?w=1586&amp;ssl=1 1586w" sizes="(max-width: 700px) 100vw, 700px" data-recalc-dims="1" /></figure>



<p>I like to create models and frameworks for work I&#8217;m doing. When I&#8217;m working on a conversational AI/ Intelligent Agent (IA) system I have some categories of design so that the creator of the product/ use case/ design can organize our thought. This also helps with collaboration with software engineers. </p>



<p><strong>Communication</strong> <br>How will your agent communicate with humans and other agents?</p>



<p><strong>Skills</strong> <br>Also generally defined as &#8220;workflows&#8221;. What tasks will the agent be able to accomplish and how will it learn how to do them?</p>



<p><strong>Memory</strong> <br>Each agent needs to access data/ memory. Is this data store proprietary to each agent or is it shared across agents (or, some mix)?</p>



<p><strong>Personality</strong> <br>In order to more effectively interact with humans, what personality will the agent have? Will the agent have one personality or will you customize the personality for each human it interacts with?</p>



<p><strong>Privacy</strong> <br>The agent should be aware of personal data and also privacy hierarchies so that the right information is shared with the right people. It&#8217;s possible to have information that is accurate but non-shareable in different contexts. </p>



<p><strong>Advanced Contextual Awareness</strong> <br>The agent should be aware of as much context as it can get to fulfill its mission. </p>



<p><strong>Behavior</strong> <br>The agent should understand its communication channel context in order to behave properly in different contexts. </p>



<p></p>



<p></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6208</post-id>	</item>
		<item>
		<title>Key AI Discussions</title>
		<link>https://willmurphy.net/key-ai-discussions/</link>
		
		<dc:creator><![CDATA[will]]></dc:creator>
		<pubDate>Tue, 19 Mar 2019 16:16:26 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://willmurphy.net/?p=6275</guid>

					<description><![CDATA[Thoughts on some key AI discussions.]]></description>
										<content:encoded><![CDATA[
<p><em>Additional notes inspired by Rob May’s article&nbsp;</em><a href="https://inside.com/campaigns/inside-ai-2019-03-03-12267?token=R7jc9SR1H86vnbW3DzeRIg"><em>here</em></a><em>.</em></p>



<p><em>Rob and I go way back and this is the type of thing we talk about over beers. I feel obliged to add some notes of my own. I wish I vehemently disagreed on something. That would perhaps make for a more interesting post.</em></p>



<p><em>I will also give the caveat I give in talks at AI conferences — I don’t claim to be an expert on AI trying to innovate. I’m an expert on innovation trying to work on AI.</em></p>



<p>Here are 5 key, interesting things to discuss around AI:</p>



<ol><li><strong>AI innovation is limited</strong></li></ol>



<p>Innovation is one of the things I’ve spent time studying and trying to intentionally create across many products and technologies. The media likes to create clickable news across a wide array of topics (I suppose all topics).</p>



<p>So, when I talk to experts (no matter the expertise) they have some level of eye-rolling concerning the media. Nuance gets oversimplified.</p>



<blockquote class="wp-block-quote"><p>There’s a lot more to come: “AI fields like symbolic logic, evolutionary algorithms, and others have hardly been touched, and even for neural nets much of the work has been researchy, and is difficult to translate into applications.” (<a href="https://inside.com/campaigns/inside-ai-2019-03-03-12267?token=R7jc9SR1H86vnbW3DzeRIg">Inside AI</a>)</p></blockquote>



<p>As with most technologies, I advise people to lower expectations on what can be accomplished in 2 years and raise expectations on what they think can be expected in 10 years. The reason this phrase is often true is that humans are imagining improvement as linear when it’s actually exponential. And, this is exactly what it looks like when you map a linear improvement to an exponential curve. This of course assumes we’ll continue an exponential pace.</p>



<blockquote class="wp-block-quote"><p>I advise people to lower expectations on what can be accomplished in 2 years and raise expectations on what they think can be expected in 10 years</p></blockquote>



<p><strong>2. AI hardware is less talked about but important</strong></p>



<p>I attended Mythic’s B round celebration. And, I attend events where we talk about quantum computing. This will be a fun one to watch from the sidelines and making investments. It will be a massive revolution. Not much more for me to contribute here. I’m learning and watching. I recommend others learn and watch as well. This is a great area.</p>



<p><strong>3. “AI is X”</strong></p>



<p>I was one of the people propagating the imperfect “Data is the new oil” metaphor years ago. I spoke about it at conferences and followed up with Medium post. My original pitch was that if you look at the very largest companies, we’ve moved from oil-based companies to data-driven companies as the leaders in creating new value. Data replaced oil as the driver of the value.</p>



<figure class="wp-block-image"><img decoding="async" loading="lazy" width="700" height="492" src="https://i0.wp.com/willmurphy.net/wp-content/uploads/2019/07/Image-2019-07-14-at-9.14.00-AM.png?resize=700%2C492" alt="" class="wp-image-6276" srcset="https://i0.wp.com/willmurphy.net/wp-content/uploads/2019/07/Image-2019-07-14-at-9.14.00-AM.png?resize=700%2C492&amp;ssl=1 700w, https://i0.wp.com/willmurphy.net/wp-content/uploads/2019/07/Image-2019-07-14-at-9.14.00-AM.png?resize=300%2C211&amp;ssl=1 300w, https://i0.wp.com/willmurphy.net/wp-content/uploads/2019/07/Image-2019-07-14-at-9.14.00-AM.png?resize=768%2C539&amp;ssl=1 768w, https://i0.wp.com/willmurphy.net/wp-content/uploads/2019/07/Image-2019-07-14-at-9.14.00-AM.png?resize=1080%2C759&amp;ssl=1 1080w, https://i0.wp.com/willmurphy.net/wp-content/uploads/2019/07/Image-2019-07-14-at-9.14.00-AM.png?w=1398&amp;ssl=1 1398w" sizes="(max-width: 700px) 100vw, 700px" data-recalc-dims="1" /></figure>



<p>Also, oil comes from raw materials that need to be refined in order to be useful. Having done early big data, then AI projects at the corporate level, I noticed that’s where corporations get stuck. They are sitting on lots of data, but it needs to be refined. There are other areas (tangibility and fungibility for example) where the metaphor doesn’t work. So, I wouldn’t read too much into it beyond a simple story I tell to help executives understand what they are up against. It ties in well with our conversations about how all companies are becoming software companies going back 20 years.</p>



<p>“AI is the new electricity” falls into this category. I just interpret it as saying it will be ubiquitous and also enable new capabilities. Electricity did those things. As a business/ market study, it probably won’t work.</p>



<p>The interesting thing about the “AI is electricity” metaphor is that AI will be ubiquitous. In 10 years AI will probably morph into just being a category of “software development”. It will be as ubiquitous as microchips. Notice that no startups pitch themselves as “we run on microchips” today. It’s ubiquitous and obvious. The tech will be readily available.</p>



<p>“AI is the new electricity” falls into this category. I just interpret it as saying it will be ubiquitous and also enable new capabilities. Electricity did those things. As a business/ market study, it probably won’t work.</p>



<p>What this really comes down to is that there may not be any good metaphors for what’s happening.&nbsp;<strong>Technological civilizations only make all their software intelligent once, and it doesn&#8217;t look exactly like anything else before or after.</strong>&nbsp;That’s why AI is interesting. The arc of technology will happen once everything will be different. That’s what makes it interesting.</p>



<blockquote class="wp-block-quote"><p>What this really comes down to is that there may not be any good metaphors for what’s happening. Technological civilizations only make all their software intelligent once, and it doesn’t look exactly like anything else before or after.</p></blockquote>



<p><strong>4. New workflows require a culture change</strong></p>



<p>This is where innovation gets slowed down. The technology pioneers have a vision of where they want to go. And, culture changes much more slowly.</p>



<p>A really intelligent AI developer who was doing amazing things called me last week to chat about AI use cases. There are tons of developers ready to work on things. And in Silicon Valley, many use cases (the blatantly obvious use cases get more investment and therefore more technical attention). He wanted to know some ideas about how to think about opportunities. I told him to look beyond the technological trends and also the societal/cultural.</p>



<p>Bill Gross mentioned that timing is the number one issue causing the success or failure across IdeaLab companies. Timing is a mix of “can you build it” and cultural timing. When you get to the point where you know you can build it, the timing issue comes down to society and cultural timing. I think that internal corporate cultures are like overall social culture changes. They go in waves, and they impact timing.</p>



<figure><iframe loading="lazy" src="https://embed.ted.com/talks/bill_gross_the_single_biggest_reason_why_startups_succeed" width="854" height="480" allowfullscreen=""></iframe></figure>



<p>I’ve created software products since I was 12. I’ve done it professionally for 20 years. In those 20 years, I’ve probably launched 30 products. The vast majority actually were correct on the idea. But, none had perfect timing (too early by 5 to 10 years). So, I actually worry less about having the right idea now and worry more about whether I’m inputting it into society and corporate cultures at the right time. If it takes 6 years longer (as often happens) it might not fit the venture model. (I have an alternative model idea, but that’s another discussion.)</p>



<p>The workflow changes I see are around workflows for knowledge management and workflows around augmenting the work product itself using pattern recognition. Both types improve the work product and effectiveness of the work so much that there’s no stopping them.</p>



<p>Now, we’re just down to timing. Once we get them working, it still comes down to timing based on when society and companies will accept them — and acceptance means people will need to change as well.</p>



<p>The big opportunities don’t just change tech around how humans live. The big opportunities require human behavior change as well. Which we need to be aware of, but it’s difficult to predict.</p>



<p>The big opportunities don’t just change tech around how humans live. The big opportunities require human behavior change as well.</p>



<p><strong>5. Bias and optimization dangers will happen way sooner than AI sentience issues</strong></p>



<p>The question that people (and the media) like to talk about is AIs getting so smart they take over. I love to chat about it. The bigger problem that will actually happen sooner is the optimization problem.</p>



<p>The “optimization problem” I would define (as Rob gives an example) as the problem caused when we create systems that optimize at the macro, not at the micro (just you) level that we’re used to. A lot of AI systems will get their sustainable value from macro decision making (you become an input and also benefit from the output of the system). The problem is created when you don’t understand how you got “optimized” vs the collective. When are you getting optimized for your personal benefit vs. being optimized for the collective benefit?</p>



<p>When are you getting optimized for your personal benefit vs. being optimized for the collective benefit?</p>



<p>There’s an inverse correlation between AI talk and AI development. I talk to a lot of really smart people in Silicon Valley daily. The&nbsp;<em>closer to the code</em> people are less concerned about the dangers of sentience and more about bias. I want to add optimization to that list as we build systems that optimize across the population. Bias and optimization problems are here now.</p>



<hr class="wp-block-separator"/>



<p></p>



<p></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6275</post-id>	</item>
		<item>
		<title>On Canonical Companies</title>
		<link>https://willmurphy.net/on-canonical-companies/</link>
		
		<dc:creator><![CDATA[will]]></dc:creator>
		<pubDate>Mon, 28 Jan 2019 18:42:03 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://willmurphy.net/?p=6067</guid>

					<description><![CDATA[In Information Technology and tech startups, we talk about “systems of record”. It’s a system that is the source for particular data. That “system or record” is the ultimate source of truth. It’s the canonical record of data. We often talk about these systems as the place a single company puts data they can refer [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-6229" src="https://i0.wp.com/willmurphy.net/wp-content/uploads/2019/01/Image-2019-05-15-at-4.54.28-PM.png?resize=1080%2C279" alt="" width="1080" height="279" srcset="https://i0.wp.com/willmurphy.net/wp-content/uploads/2019/01/Image-2019-05-15-at-4.54.28-PM.png?w=2600&amp;ssl=1 2600w, https://i0.wp.com/willmurphy.net/wp-content/uploads/2019/01/Image-2019-05-15-at-4.54.28-PM.png?resize=300%2C78&amp;ssl=1 300w, https://i0.wp.com/willmurphy.net/wp-content/uploads/2019/01/Image-2019-05-15-at-4.54.28-PM.png?resize=768%2C198&amp;ssl=1 768w, https://i0.wp.com/willmurphy.net/wp-content/uploads/2019/01/Image-2019-05-15-at-4.54.28-PM.png?resize=700%2C181&amp;ssl=1 700w, https://i0.wp.com/willmurphy.net/wp-content/uploads/2019/01/Image-2019-05-15-at-4.54.28-PM.png?resize=1080%2C279&amp;ssl=1 1080w, https://i0.wp.com/willmurphy.net/wp-content/uploads/2019/01/Image-2019-05-15-at-4.54.28-PM.png?w=2160 2160w" sizes="(max-width: 1080px) 100vw, 1080px" data-recalc-dims="1" /></p>
<p id="fffa" class="graf graf--p graf--hasDropCapModel graf--hasDropCap graf-after--figure">In Information Technology and tech startups, we talk about “systems of record”. It’s a system that is the source for particular data. That “system or record” is the ultimate source of truth. It’s the canonical record of data.</p>
<p id="f5f2" class="graf graf--p graf-after--p">We often talk about these systems as the place a single company puts data they can refer to later as the single source of truth. A modern company will have a bunch of systems of record including products from companies like: SAP, Microsoft, Oracle, Intuit, Workday, Salesforce, Atlassian, etc.</p>
<p id="7431" class="graf graf--p graf-after--p">As we move into the federated and distributed world of IoT and AI, new companies will need to be formed to store and process common data at the next layer of abstraction above these names. <strong class="markup--strong markup--p-strong">This is the universal system of record.</strong></p>
<blockquote id="57ae" class="graf graf--pullquote graf-after--p"><p>As we move into the federated and distributed world of IoT and AI, new companies will need to be formed to store and process common data at the next layer of abstraction above these names.</p></blockquote>
<blockquote id="dffe" class="graf graf--pullquote graf-after--pullquote"><p>This is the universal system of record.</p></blockquote>
<p id="a70c" class="graf graf--p graf-after--pullquote">The key to this model is that the value of the company or system comes from creating and managing a common pool of data shared among <strong class="markup--strong markup--p-strong">independent institutions</strong>.</p>
<h3 id="da8a" class="graf graf--h3 graf-after--p"><strong class="markup--strong markup--h3-strong">The value comes in two parts:</strong></h3>
<ol class="postList">
<li id="400a" class="graf graf--li graf-after--h3">They are a place to store and share common data</li>
<li id="7c2b" class="graf graf--li graf-after--li">They are a place where common wisdom can be derived from the stream of shared data</li>
</ol>
<p id="e4d3" class="graf graf--p graf-after--li">This model won’t make sense for some companies, use cases, and data. But, as the value of large amounts of data becomes greater, the inventive to share data to create new use cases will become too great.</p>
<p id="d821" class="graf graf--p graf-after--p">And, creating your own features based on your own data (and not being a customer of the USR company) won’t be worth it. The networked data from your industry will be more valuable than your own siloed data.</p>
<blockquote id="1fe8" class="graf graf--pullquote graf-after--p"><p>The networked data from your industry will be more valuable than your own siloed data.</p></blockquote>
<h3 id="3297" class="graf graf--h3 graf-after--pullquote">What does a universal system of record (USR) look like?</h3>
<p id="e80d" class="graf graf--p graf-after--h3"><strong class="markup--strong markup--p-strong">The characteristics of a USR are:</strong></p>
<ol class="postList">
<li id="83c9" class="graf graf--li graf-after--p">Multiple institutions/ company have useful data they are willing to share</li>
<li id="7778" class="graf graf--li graf-after--li">There is value to the data across an industry or wider group</li>
<li id="1e64" class="graf graf--li graf-after--li">One (or small group) of companies form to store common data</li>
<li id="b641" class="graf graf--li graf-after--li">Depending on the industry and use case it may also enable a learning loop by processing the data it has access to</li>
</ol>
<h3 id="1161" class="graf graf--h3 graf-after--li">Examples of current universal systems of record</h3>
<p id="1784" class="graf graf--p graf-after--h3"><strong class="markup--strong markup--p-strong">Business communication data: </strong><a class="markup--anchor markup--p-anchor" href="https://messagepath.com/" target="_blank" rel="noopener noreferrer" data-href="https://messagepath.com/"><strong class="markup--strong markup--p-strong">MessagePath</strong></a><br />
The application I’m building with several other people will create a universal system of record for business communication patterns that will benefit all customers. On its face, the mission of MessagePath is to facilitate global business communication. But what’s different about us is that we’re going to be the canonical store of optimized business writing. Individual companies won’t need to keep up with the nuances of the language of business for marketing, sales, support, industry, and legal nuances. They will just use (or plug-in via API to) MessagePath.</p>
<p id="5f6a" class="graf graf--p graf-after--p">We have 4 API customers in the pipeline who know that the only way to get the language patterns that MessagePath supplies is to use our API. There’s no reason to build your own language data-set. There’s only room for us and a couple more canonical companies in our space. This is because the value is in what’s being learned (language practices and patterns) across all our customer activity. Trying this a within a single company won’t give you enough value to compete.</p>
<p id="e432" class="graf graf--p graf-after--p"><strong class="markup--strong markup--p-strong">AI, bot, and workflow data: </strong><a class="markup--anchor markup--p-anchor" href="https://botchain.talla.com/" target="_blank" rel="noopener noreferrer" data-href="https://botchain.talla.com/"><strong class="markup--strong markup--p-strong">BotChain</strong></a><br />
The last company I co-founded was a blockchain company. Blockchain can be a good technology for building universal systems of record. BotChain allows companies with bots and workflows to share a common platform to store bot identities, bot actions, and bot decisions. No need for each company to figure out how to operate with each other one by one. Plugging into BotChain will be the universal system of record for bot transactions and identities. (Note: There is a company that will hold BotChain related activities, but the product BotChain is an open-source distributed system.)</p>
<p id="b518" class="graf graf--p graf-after--p"><strong class="markup--strong markup--p-strong">Medical data: </strong><a class="markup--anchor markup--p-anchor" href="https://www.blochealth.com/" target="_blank" rel="noopener noreferrer" data-href="https://www.blochealth.com/"><strong class="markup--strong markup--p-strong">BlocHealth</strong></a><br />
The team at BlocHealth in Boston (I’m advising) is putting a universal record of all core medical licensure/credentialing documents on the blockchain.</p>
<h3 id="de41" class="graf graf--h3 graf-after--p">Examples of future universal systems of record</h3>
<p id="743a" class="graf graf--p graf-after--h3"><strong class="markup--strong markup--p-strong">USR for self-driving vehicles<br />
</strong>I’ve had some private conversations with engineers working on the next generation of mobility. In the future (starting to happen now), when one car learns new HD mapping data, the company that made that car will also learn. But is that good enough? With lives on the line, I think that some of that data should be shared for the benefit of all mobility/ logistics. This is where the universal system of record for mapping and self-driving data comes in.</p>
<p id="c022" class="graf graf--p graf-after--p"><strong class="markup--strong markup--p-strong">USR for government<br />
</strong>I’ve thought that we need to re-think government for a couple decades now. There is a ton of government-related data at many layers of abstraction within government. Some of it’s public and some of it’s private. I’m skeptical that it’s organized and shared optimally to improve government and lower the cost of government. A simple example — no matter what front-end you put on it, a USR should house all the data in cities pertaining to crime, mapping, potholes, etc.</p>
<h3 id="6e7d" class="graf graf--h3 graf-after--p">Defense against the looming AI threats</h3>
<p id="b9bd" class="graf graf--p graf-after--h3">Another benefit of pioneering universal systems of record is that it’s the solution to several looming problems:</p>
<p id="33f5" class="graf graf--p graf-after--p"><strong class="markup--strong markup--p-strong">The problem of data privacy + AI<br />
</strong>Other companies with fewer privacy rights (like China) may move ahead of the US due to their access to their population’s data. This is training data for their AI.</p>
<p id="5d90" class="graf graf--p graf-after--p"><strong class="markup--strong markup--p-strong">Solution:</strong> I propose public (or public/private) universal systems of record that ensure privacy and also allow innovation with the data sets. I’m not sure what this looks like. There’s a lot more thinking to do around rules and encryption. I’m interested in homomorphic encryption for this potential use. If we can get this working we would allow free societies to ensure privacy and also innovate in the area of AI.</p>
<p id="b599" class="graf graf--p graf-after--p"><strong class="markup--strong markup--p-strong">The problem of “out of control” AI<br />
</strong>People talk a lot about the dangers of sentient AI. I think that will be an issue, but not anytime soon. The real problem will be non-sentient AI that optimizes in ways we didn’t expect. Think of nature. It’s not sentient, but it’s a complex system. And complex systems that impact the real world (like AI will do more and more) are dangerous.</p>
<p id="90cb" class="graf graf--p graf-after--p"><strong class="markup--strong markup--p-strong">Solution:</strong> Systems of universal record can allow us to record, predict, and halt non-optimal decisions (and bad results from those decisions) before they happen.</p>
<p id="1644" class="graf graf--p graf-after--p graf--trailing"><strong class="markup--strong markup--p-strong">Next Steps<br />
</strong>The best way to know the next steps is to start building. I’m looking forward to see what companies are we need to build to manage common NLP, AI, and IoT data over the next 10 years. Some of them are already here.</p>
<p>Source: <em><a href="https://medium.com/@willmurphy/on-canonical-companies-741b7d1c5aa8">On Canonical Companies – Will Murphy – Medium</a></em></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6067</post-id>	</item>
		<item>
		<title>Augmented Intelligence: Building exoskeletons for the mind</title>
		<link>https://willmurphy.net/augmented-intelligence-building-exoskeletons-for-the-mind/</link>
		
		<dc:creator><![CDATA[will]]></dc:creator>
		<pubDate>Sun, 30 Sep 2018 04:40:24 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://willmurphy.net/?p=6006</guid>

					<description><![CDATA[When we think about uses for artificial intelligence and automation, we often think forward to super-intelligent machines replacing humans. I think that’s ambitious. I think we’ll get there, I just think the next wave isn’t pure AI (artificial intelligence). If you want discuss opportunities, we need to discuss a different AI — and that’s augmented intelligence. Humans [&#8230;]]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image"><img decoding="async" loading="lazy" width="1080" height="429" src="https://i0.wp.com/willmurphy.net/wp-content/uploads/2018/09/Image-2018-09-29-at-9.43.10-PM.png?resize=1080%2C429&#038;ssl=1" alt="" class="wp-image-6010" srcset="https://i0.wp.com/willmurphy.net/wp-content/uploads/2018/09/Image-2018-09-29-at-9.43.10-PM.png?w=2462&amp;ssl=1 2462w, https://i0.wp.com/willmurphy.net/wp-content/uploads/2018/09/Image-2018-09-29-at-9.43.10-PM.png?resize=300%2C119&amp;ssl=1 300w, https://i0.wp.com/willmurphy.net/wp-content/uploads/2018/09/Image-2018-09-29-at-9.43.10-PM.png?resize=768%2C305&amp;ssl=1 768w, https://i0.wp.com/willmurphy.net/wp-content/uploads/2018/09/Image-2018-09-29-at-9.43.10-PM.png?resize=1024%2C407&amp;ssl=1 1024w, https://i0.wp.com/willmurphy.net/wp-content/uploads/2018/09/Image-2018-09-29-at-9.43.10-PM.png?resize=1080%2C429&amp;ssl=1 1080w, https://i0.wp.com/willmurphy.net/wp-content/uploads/2018/09/Image-2018-09-29-at-9.43.10-PM.png?w=2160 2160w" sizes="(max-width: 1080px) 100vw, 1080px" data-recalc-dims="1" /></figure>



<p>When we think about uses for artificial intelligence and automation, we often think forward to super-intelligent machines replacing humans. I think that’s ambitious. I think we’ll get there, I just think the next wave isn’t pure AI (artificial intelligence). If you want discuss opportunities, we need to discuss a different AI — and that’s augmented intelligence. Humans will be improved by, but not necessarily replaced by, machines in the next wave. And, that’s going to be great.</p>



<p>I like Kevin Kelly’s saying “The business plans of the next 10,000 startups are easy to forecast: Take X and add AI.”</p>



<p>I would add another one “The best startups of the next decade will use augmented intelligence to create new businesses and markets that didn’t exist before.”</p>



<p>Similar to how exoskeletons will enhance human strength in the physical world across a lot of use cases. Much of the interesting software being built in the next decade will be “exoskeletons for the mind”.</p>



<div class="wp-block-image"><figure class="alignleft"><img decoding="async" src="https://i0.wp.com/cdn-images-1.medium.com/max/1200/1*I2hSjyHlQDVvVKQKjn3KcA.png?w=1080&#038;ssl=1" alt="" data-recalc-dims="1"/><figcaption>suitX</figcaption></figure></div>



<blockquote class="wp-block-quote"><p>Much of the interesting software being built in the next decade will be “exoskeletons for the mind”.</p></blockquote>



<h3 id="f102">Garry Kasparov and machines</h3>



<p>I was fortunate enough the meet Garry Kasparaov, the chess grandmaster and attend an event he was involved in. He mentioned that while machines could now beat humans at chess, the strongest competitor is the combination of human and machine working together. Sound familiar? Augmented intelligence. It’s here, it’s just not widely distributed, yet.</p>



<h3 id="65d2">Moving cognitive load</h3>



<p>We will use exoskeletons to move the physical load from our muscles to the exoskeleton — allowing the physical load to move from human to machine. Augmented intelligence will move the <strong>cognitive load</strong> from human to machine.</p>



<p>I look at augmented intelligence as a mix of technologies to create both intelligent machines, but also insanely simple user experiences. So, my design philosophy centers around three words: Intelligent, Ambient, and Automated.</p>



<h3 id="c70f"><strong>Augmented Intelligence Framework: Intelligent, Ambient, Automated</strong></h3>



<p>The three things I keep in mind as a framework for designing an augmented intelligent system are IAA:</p>



<p><strong>Intelligent:</strong> Use <strong>artificial intelligence</strong> (or any other set of algorithms) to get the job done, and get smarter. The key is to create feedback loops and improve over time based on feedback.</p>



<p><strong>Ambient:</strong> Create software that is an <strong>intelligent layer</strong> over what the human is already trying to accomplish. It should be integrated into the environment as much as possible and assist the human when and where the human needs it. It should assist humans with the lowest amount of user experience friction possible.</p>



<p><strong>Automation:</strong> Create software that <strong>removes cognitive load from humans</strong>and moves the load to machines.</p>



<h3 id="8cad">Augmented Communication</h3>



<p>At Cognifyd, we’re an augmented intelligence company in the pure sense. Our mission is to move cognitive load from humans to machines, and we’re starting with online communication, something that people spend 1/3 of their time doing at work.</p>



<p>We’ll be helping write business communication for all employees — allowing the signal to cut through the noise and creating more efficiency. It’s time to take one of the things we do a lot of — write communications at work — and augment it. We’ll make it more efficient and more effective.</p>



<p>Humans can communicate. Machines can communicate with humans (see chatbots). The best path to pursue (based on the maturity of the technology) is creating machines that augment humans while they are communicating. Just like chess. It looks like Cognifyd.</p>



<p>We launched our editor today. Sign up on our site for access to our <a href="https://cognifyd.com/" rel="noreferrer noopener" target="_blank">free business proofreading editor</a>.</p>



<p>Stay tuned. We have a lot of surprises in store.</p>



<p>And, pay attention to augmented intelligence. We’re just one of many future augmented intelligence companies.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6006</post-id>	</item>
		<item>
		<title>Stanford Talk: Rights, Revenues and Responsibilities in the Supply Chain of Data</title>
		<link>https://willmurphy.net/stanford-talk-rights-revenues-and-responsibilities-in-the-supply-chain-of-data-youtube/</link>
					<comments>https://willmurphy.net/stanford-talk-rights-revenues-and-responsibilities-in-the-supply-chain-of-data-youtube/#respond</comments>
		
		<dc:creator><![CDATA[will]]></dc:creator>
		<pubDate>Tue, 05 Jun 2018 20:23:02 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://willmurphy.net/?p=5911</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[
<div class="et_pb_section et_pb_section_0 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_0">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><iframe loading="lazy" width="1080" height="608" src="https://www.youtube.com/embed/AAuG6im6qM4?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
]]></content:encoded>
					
					<wfw:commentRss>https://willmurphy.net/stanford-talk-rights-revenues-and-responsibilities-in-the-supply-chain-of-data-youtube/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5911</post-id>	</item>
		<item>
		<title>A Timeline of Very Bad Future Predictions</title>
		<link>https://willmurphy.net/a-timeline-of-very-bad-future-predictions/</link>
					<comments>https://willmurphy.net/a-timeline-of-very-bad-future-predictions/#respond</comments>
		
		<dc:creator><![CDATA[will]]></dc:creator>
		<pubDate>Sat, 24 Feb 2018 15:17:27 +0000</pubDate>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Innovation]]></category>
		<guid isPermaLink="false">https://willmurphy.net/?p=5845</guid>

					<description><![CDATA[Sources: The Big Picture Infographic City]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-5846" src="https://i0.wp.com/willmurphy.net/wp-content/uploads/2018/02/TimelineVeryBadFuturePredictions.jpg?resize=1080%2C679" alt="" width="1080" height="679" srcset="https://i0.wp.com/willmurphy.net/wp-content/uploads/2018/02/TimelineVeryBadFuturePredictions.jpg?w=2048&amp;ssl=1 2048w, https://i0.wp.com/willmurphy.net/wp-content/uploads/2018/02/TimelineVeryBadFuturePredictions.jpg?resize=300%2C189&amp;ssl=1 300w, https://i0.wp.com/willmurphy.net/wp-content/uploads/2018/02/TimelineVeryBadFuturePredictions.jpg?resize=768%2C483&amp;ssl=1 768w, https://i0.wp.com/willmurphy.net/wp-content/uploads/2018/02/TimelineVeryBadFuturePredictions.jpg?resize=1024%2C644&amp;ssl=1 1024w, https://i0.wp.com/willmurphy.net/wp-content/uploads/2018/02/TimelineVeryBadFuturePredictions.jpg?resize=400%2C250&amp;ssl=1 400w, https://i0.wp.com/willmurphy.net/wp-content/uploads/2018/02/TimelineVeryBadFuturePredictions.jpg?resize=1080%2C679&amp;ssl=1 1080w" sizes="(max-width: 1080px) 100vw, 1080px" data-recalc-dims="1" /></p>
<p>Sources:<br />
<a href="http://ritholtz.com/2018/02/timeline-bad-future-predictions/">The Big Picture</a><br />
<a href="http://infographic.city/timeline-bad-future-predictions/">Infographic City</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://willmurphy.net/a-timeline-of-very-bad-future-predictions/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5845</post-id>	</item>
		<item>
		<title>Building Blockchain Companies (Presentation)</title>
		<link>https://willmurphy.net/building-blockchain-companies-presentation/</link>
		
		<dc:creator><![CDATA[will]]></dc:creator>
		<pubDate>Sat, 10 Feb 2018 16:18:51 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://willmurphy.net/?p=5830</guid>

					<description><![CDATA[Building Blockchain Companies &#8211; Will Murphy from willmurphy]]></description>
										<content:encoded><![CDATA[<p><iframe loading="lazy" style="border: 1px solid #CCC; border-width: 1px; margin-bottom: 5px; max-width: 100%;" src="//www.slideshare.net/slideshow/embed_code/key/igCfejnylFjUQw" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowfullscreen="allowfullscreen"> </iframe></p>
<div style="margin-bottom: 5px;"><strong> <a title="Building Blockchain Companies - Will Murphy" href="//www.slideshare.net/willmurphy/building-blockchain-companies-will-murphy-87743042" target="_blank" rel="noopener noreferrer">Building Blockchain Companies &#8211; Will Murphy</a> </strong> from <strong><a href="//www.slideshare.net/willmurphy" target="_blank" rel="noopener noreferrer">willmurphy</a></strong></div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5830</post-id>	</item>
		<item>
		<title>AI &#038; Business &#8211; Opportunities &#038; Dangers (Presentation)</title>
		<link>https://willmurphy.net/ai-business-opportunities-dangers/</link>
		
		<dc:creator><![CDATA[will]]></dc:creator>
		<pubDate>Sat, 10 Feb 2018 15:31:09 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://willmurphy.net/?p=5827</guid>

					<description><![CDATA[AI &#38; Business &#8211; Opportunities &#38; Dangers from willmurphy]]></description>
										<content:encoded><![CDATA[<p><iframe loading="lazy" style="border: 1px solid #CCC; border-width: 1px; margin-bottom: 5px; max-width: 100%;" src="//www.slideshare.net/slideshow/embed_code/key/yOH2r2PjeS8OTz" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowfullscreen="allowfullscreen"> </iframe></p>
<div style="margin-bottom: 5px;"><strong> <a title="AI &amp; Business - Opportunities &amp; Dangers" href="//www.slideshare.net/willmurphy/ai-business-opportunities-dangers" target="_blank" rel="noopener noreferrer">AI &amp; Business &#8211; Opportunities &amp; Dangers</a> </strong> from <strong><a href="https://www.slideshare.net/willmurphy" target="_blank" rel="noopener noreferrer">willmurphy</a></strong></div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5827</post-id>	</item>
		<item>
		<title>In 10 years we won’t have Blockchains</title>
		<link>https://willmurphy.net/in-10-years-we-wont-have-blockchains/</link>
		
		<dc:creator><![CDATA[will]]></dc:creator>
		<pubDate>Sat, 10 Feb 2018 14:58:06 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://willmurphy.net/?p=5808</guid>

					<description><![CDATA[Improvements in technology may create something better that’s not a block or a chain Source: In 10 years we won’t have Blockchains – Talla – Medium I think that in 10 years blockchain technology will improve to a level that calling it “blockchain” will no longer be a useful term. Let’s think about this a [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-6223" src="https://i0.wp.com/willmurphy.net/wp-content/uploads/2018/02/Image-2019-05-15-at-4.45.07-PM.png?resize=324%2C324" alt="" width="324" height="324" srcset="https://i0.wp.com/willmurphy.net/wp-content/uploads/2018/02/Image-2019-05-15-at-4.45.07-PM.png?w=324&amp;ssl=1 324w, https://i0.wp.com/willmurphy.net/wp-content/uploads/2018/02/Image-2019-05-15-at-4.45.07-PM.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/willmurphy.net/wp-content/uploads/2018/02/Image-2019-05-15-at-4.45.07-PM.png?resize=300%2C300&amp;ssl=1 300w" sizes="(max-width: 324px) 100vw, 324px" data-recalc-dims="1" /></p>
<blockquote><p>Improvements in technology may create something better that’s not a block or a chain</p></blockquote>
<p>Source: <em><a href="https://medium.com/talla-inc/in-10-years-we-wont-have-blockchains-2a679958d1c">In 10 years we won’t have Blockchains – Talla – Medium</a></em></p>
<p id="6a7e" class="graf graf--p graf-after--h4">I think that in 10 years blockchain technology will improve to a level that calling it “blockchain” will no longer be a useful term. Let’s think about this a moment. Why do we call it a blockchain?</p>
<p id="8957" class="graf graf--p graf-after--p">I think the three most interesting parts of the blockchain are:</p>
<ol class="postList">
<li id="545f" class="graf graf--li graf-after--p">Consensus mechanisms</li>
<li id="be04" class="graf graf--li graf-after--li">Management mechanisms (meta-consensus of how to manage future improvements to the overall chain)</li>
<li id="d15b" class="graf graf--li graf-after--li">The structure of the blockchain itself (blockchain design, off chain, fundamental architecture)</li>
</ol>
<p id="6d5e" class="graf graf--p graf-after--li">The last one will impact how large the network can get how fast transaction times will happen, et cetera. And the structure of the blockchain is why we call it a “blockchain.” Let’s break that down.</p>
<p id="a80b" class="graf graf--p graf-after--p"><strong class="markup--strong markup--p-strong">So, what do we mean by “Blockchain?”</strong></p>
<p id="83b0" class="graf graf--p graf-after--p">Let’s break out the two terms:</p>
<p id="cedf" class="graf graf--p graf-after--p"><strong class="markup--strong markup--p-strong">Block:</strong> A set of transactions connected together cryptographically into a block. So, a block is a bunch of transactions bundled together.</p>
<p id="a9d1" class="graf graf--p graf-after--p"><strong class="markup--strong markup--p-strong">Chain:</strong> The blocks from an endless connected chain connected cryptographically to each other. So, this is a linear chain of blocks.</p>
<p id="773d" class="graf graf--p graf-after--p">I think in the future the block will be more of a connected set of transactions (block would not be needed). And, I also think that in the future, the chain won’t be a single directional chain of blocks. I think it will look more like a mesh (or graph).</p>
<p id="b518" class="graf graf--p graf-after--p">So, maybe we’ll call it a transaction graph. I’ve also seen the term “tangle” for early similar concepts. Maybe we’ll call it “the graph” much the same way we say “the cloud” today. We will all save information and transactions into this global graph (whether we know it or not).</p>
<blockquote id="78b4" class="graf graf--pullquote graf-after--p"><p>Maybe we’ll call it “the graph” much the same way we say “the cloud” today.</p></blockquote>
<p id="c25c" class="graf graf--p graf-after--pullquote">The closest thing I’ve seen so far that matches my imagined path is a DAG. So, this looks very interesting to me. IOTA and Hashgraph are real-world projects that seem to be on the cutting edge of similar designs, those will be a couple projects watch as well. Let’s look at the DAG concept below.</p>
<h3 id="3a8c" class="graf graf--h3 graf-after--p">DAGs (D<strong class="markup--strong markup--h3-strong">irected Acyclic Graph</strong>)</h3>
<p id="2529" class="graf graf--p graf-after--h3">Some of you may be familiar with <a class="markup--anchor markup--p-anchor" href="https://en.wikipedia.org/wiki/Directed_acyclic_graph" target="_blank" rel="nofollow noopener noreferrer" data-href="https://en.wikipedia.org/wiki/Directed_acyclic_graph">DAGs</a>.</p>
<figure id="95e3" class="graf graf--figure graf-after--p">
<div class="aspectRatioPlaceholder is-locked">
<div class="aspectRatioPlaceholder-fill"></div>
<div class="progressiveMedia js-progressiveMedia graf-image is-canvasLoaded is-imageLoaded" data-image-id="1*MFJvbhAwOwm2f3rON9Ywjg.png" data-width="324" data-height="324" data-scroll="native"><canvas class="progressiveMedia-canvas js-progressiveMedia-canvas" width="75" height="75"></canvas><img decoding="async" loading="lazy" class="progressiveMedia-image js-progressiveMedia-image alignnone" src="https://i0.wp.com/cdn-images-1.medium.com/max/1600/1*MFJvbhAwOwm2f3rON9Ywjg.png?resize=324%2C324&#038;ssl=1" alt="" width="324" height="324" data-src="https://i0.wp.com/cdn-images-1.medium.com/max/1600/1*MFJvbhAwOwm2f3rON9Ywjg.png?resize=324%2C324&#038;ssl=1" data-recalc-dims="1" /></div>
</div><figcaption class="imageCaption">What a future “blockchain” will look like.</figcaption></figure>
<p id="3c0e" class="graf graf--p graf-after--figure">From Wikipedia:</p>
<blockquote id="afc1" class="graf graf--blockquote graf-after--p"><p>In <a class="markup--anchor markup--blockquote-anchor" title="Mathematics" href="https://en.wikipedia.org/wiki/Mathematics" target="_blank" rel="noopener nofollow noreferrer" data-href="https://en.wikipedia.org/wiki/Mathematics">mathematics</a> and <a class="markup--anchor markup--blockquote-anchor" title="Computer science" href="https://en.wikipedia.org/wiki/Computer_science" target="_blank" rel="noopener nofollow noreferrer" data-href="https://en.wikipedia.org/wiki/Computer_science">computer science</a>, a <strong class="markup--strong markup--blockquote-strong">directed acyclic graph</strong>, is a finite <a class="markup--anchor markup--blockquote-anchor" title="Directed graph" href="https://en.wikipedia.org/wiki/Directed_graph" target="_blank" rel="noopener nofollow noreferrer" data-href="https://en.wikipedia.org/wiki/Directed_graph">directed graph</a> with no <a class="markup--anchor markup--blockquote-anchor" title="Cycle graph" href="https://en.wikipedia.org/wiki/Cycle_graph#Directed_cycle_graph" target="_blank" rel="noopener nofollow noreferrer" data-href="https://en.wikipedia.org/wiki/Cycle_graph#Directed_cycle_graph">directed cycles</a>.</p></blockquote>
<p id="4333" class="graf graf--p graf-after--blockquote">A DAG-model works differently than a blockchain. A common blockchain requires miners to maintain blocks, a DAG wouldn’t need either proof of work or blocks. Transactions are linked together and can confirm previous transactions. In order to submit your next transaction, you need to validate others in the queue. In order to get what you want (your transaction submitted), you have to do some work for others.</p>
<p id="b964" class="graf graf--p graf-after--p">Transaction times in this model would be faster the bitcoin (for example) transaction times. Since the miner is technically removed and each transaction validates past transactions, and transaction times can actually go down as more people use the system. And, maybe we could have a non-linear set of of branches that go in several different directions, where many parallel transactions are happening. New models of management would be needed. So, there is a lot of work to do.</p>
<p id="4e62" class="graf graf--p graf-after--p">But to summarize, this model theoretically gets better as new nodes are added. So it may be an improved model for both fee (gas) and scalability over current blockchain models.</p>
<p id="f069" class="graf graf--p graf-after--p graf--trailing">As I mentioned above, in the future we won’t have blockchains. We may have something that does what a blockchain does, only better. There are still challenges to this model, so I don’t know how this will play out. But, I think this design is intriguing, and I’m curious to see how this develops.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5808</post-id>	</item>
	</channel>
</rss>
