<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"><channel><title><![CDATA[Tony’s Newsletter]]></title><description><![CDATA[Writings about building companies, ideas, teams, and other things.]]></description><link>https://www.thunter.xyz</link><image><url>https://www.thunter.xyz/img/substack.png</url><title>Tony’s Newsletter</title><link>https://www.thunter.xyz</link></image><generator>Substack</generator><lastBuildDate>Sun, 20 Sep 2026 09:14:39 GMT</lastBuildDate><atom:link href="https://www.thunter.xyz/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Tony Hunter]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[tonyhunter@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[tonyhunter@substack.com]]></itunes:email><itunes:name><![CDATA[Tony Hunter]]></itunes:name></itunes:owner><itunes:author><![CDATA[Tony Hunter]]></itunes:author><googleplay:owner><![CDATA[tonyhunter@substack.com]]></googleplay:owner><googleplay:email><![CDATA[tonyhunter@substack.com]]></googleplay:email><googleplay:author><![CDATA[Tony Hunter]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[AI is underhyped]]></title><description><![CDATA[An enthusiastic and optimistic view of the future, powered by AI]]></description><link>https://www.thunter.xyz/p/ai-is-underhyped</link><guid isPermaLink="false">https://www.thunter.xyz/p/ai-is-underhyped</guid><dc:creator><![CDATA[Tony Hunter]]></dc:creator><pubDate>Mon, 12 Feb 2024 15:38:41 GMT</pubDate><content:encoded><![CDATA[<p>AI, Large Language Models (LLMs), Generative Models. Gallons of metaphorical ink have been spilt on these technologies over the past several years. The tech world is alight with ideas for their implementation, and regulators worldwide are trying to catch up to their mass-market introduction. </p><p>Techno Optimists have waxed lyrical on their power and ability to positively change the world, while many are worried about the societal impact of their introduction.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.thunter.xyz/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Tony&#8217;s Newsletter! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p>I&#8217;m here to say I think their impact is underrated: if you&#8217;re thinking you&#8217;re thinking big enough, you&#8217;re not - the total addressable market (TAM) of LLMs is the entirety of white-collar work, and trillions of dollars are about to change hands.</p><p></p><h3>The future is almost here</h3><p>The concept of AI is, of course, not new. Works were being published in the 1920s, Turing wrote papers on it in the 1950s, and the phrase was introduced by <a href="https://www.tableau.com/data-insights/ai/history#:~:text=1955%3A%20John%20McCarthy%20held%20a,it%20came%20into%20popular%20usage.">John McCarthy in 1955</a>. What we&#8217;re seeing now is not new; it&#8217;s just <em>much</em> better.</p><p>Through a confluence of compute power improvements, the development of transformer models by Google and others, and OpenAI&#8217;s public introduction of ChatGPT in mid-2020, the power of AI is at everyone&#8217;s fingertips. The worlds I follow are ablaze: Twitter, LinkedIn, and my friends all played with this thing and speak about it ad nauseam. </p><p>For me, GPT - especially GPT-4 - passes the Turing Test: it&#8217;s hard to tell if a human is typing the responses or a machine. There are many examples of &#8216;hallucinations&#8217; where the model has produced something blatantly wrong, and many critics have used these instances as reasons to doubt its power. Similarly, people lament these models for having a training cut-off date, i.e., their datasets are outdated and don&#8217;t include recent information. These are genuine issues <em>today</em>, but they won&#8217;t be for long. I expect the recency of data issue will be fixed long before the hallucination problem. </p><p>Downplaying these technologies because of these two current issues is myopic.</p><p></p><h3>My recent experience</h3><p>Recently, I used GPT to build a toy Customer Relationship Management (CRM) platform. This experience and reflections of what I see in the market prompted me to write this. </p><p>For context, I started to learn to program when I was 13, have a degree in Computer Science, and worked as a software engineer at Morgan Stanley after graduating. While I&#8217;m technical and have a good foundation of knowledge, I haven&#8217;t coded professionally for years. I&#8217;ve run two startups since my last full-time engineering role and haven&#8217;t meaningfully kept up-to-date with coding. All skills atrophy over time, and I&#8217;ve certainly felt that.</p><p>Most important for this story, I used to write &#8216;backend&#8217; code. I built risk systems for equity derivative traders that ran valuation models for stock positions and fed data into various systems. Another project I led automated the hedging of FX exposure when traders bought an asset denominated in a different currency than the one used to pay for it.</p><p>While highly technical behind the scenes, I didn&#8217;t build the User Interface (UI) associated with these projects. I&#8217;ve never spent time learning how to build UIs, and I don&#8217;t have the fundamental knowledge to assemble them myself. </p><p></p><h3>My project - a basic CRM</h3><p>CRMs are commonplace within companies I&#8217;ve founded and worked with. For those unfamiliar, they&#8217;re systems that allow users to create a list of customers, associate &#8216;deals&#8217; linked against them, and perform analytics. This description is a gross oversimplification - the largest CRM companies are worth hundreds of billions, and people specialise their careers focusing on them - but will serve the purpose of this story.</p><p>I asked GPT-4 to help me build one. I&#8217;ve included the prompts I used to create the CRM at the bottom of this article. The workflow to build went something like this:</p><ol><li><p>I asked GPT to create a Python backend, creating the concept of a Customer and Deal.</p></li><li><p>I iterated on this, extending the concepts, adding new functionality, and so on, copying and pasting code from my Python coding environment (PyCharm) to GPT and copying the fixes and new code back to PyCharm.</p></li><li><p>I cycled around this improvement loop until I had what I wanted.</p></li><li><p>I then asked GPT to build me a React frontend.</p></li><li><p>I repeated the same improvement and bug-fixing copy/paste cycle until I had something working that did what I needed.</p></li><li><p>I connected the frontend and backend and repeated the same copy/paste, improve/fix loop until I was happy with what I had.</p></li></ol><p>After about four hours of coding - or, really, four hours of me copying and pasting text from one window to another - I had a (very basic) CRM. I could add deals, add customers, assign them deals, change the deal values, and chart them over time.  </p><p>What I built was a toy: there&#8217;s no way I could release it or charge for it, but it was an incredible first step towards a usable piece of software, especially for someone who, it&#8217;s charitable to say, is rusty.</p><p></p><h3>Reflections</h3><p>GPT allowed me to build something in a language I&#8217;m unfamiliar with - Python - with a frontend - something I&#8217;m entirely unaccustomed to building - creating a working prototype in a couple of hours.</p><p>I had four thoughts:</p><ol><li><p><strong>I was surplus to requirements</strong>. I had the idea for the project, and I knew what I wanted, but other than that, I just copied and pasted things from one window to another. As soon as GPT has access to an entire desktop and as soon as it can do Robotic Process Automation (RPA), I wouldn&#8217;t need to do&#8230; anything. I&#8217;d just describe the app I was looking to build, review its progress, and give feedback and pointers.</p><blockquote><p>Humans will transition from being the creators of work to the curators - supervising, editing and improving work, not initiating it.</p></blockquote></li><li><p><strong>I had grossly underestimated the TAM of LLMs</strong>. For years, when thinking about technological progress and creative destruction, I thought job disruption would be at the low end: blue-collar workers would be replaced with robots, automated machines, performing their tasks 24/7, with no &#8216;people&#8217; requirements - like wages, health care requirements, bathroom breaks, and so on.<br><br>While that will continue to happen - <a href="https://www.figure.ai/">Figure</a>, <a href="https://www.tesla.com/AI">Tesla</a> and others are pursuing this vision - it&#8217;s not where the most change will happen in the next ten years. The scope, dynamics, and number of white-collar jobs, especially those relying on operating on large corpora of text - think lawyers, accountants, &#8230; even programmers, will fundamentally change.</p><blockquote><p>LLMs with full access to our computers and company file systems will take over all repeatable and explainable important-but-rote work.</p></blockquote></li><li><p><strong>This is unbelievably powerful</strong>. I <em><strong>wish</strong></em> this thing had been available during my programming days; it is so, so, so much better than the previous approach of Googling, reading Stack Overflow and other sites, sometimes, dare I say it, physical books, speaking to others, etc. None of these options is as powerful as this $20/month product.</p><blockquote><p>How would your role change if you had the smartest helper in the world aiding you 24/7 for $20/month?</p></blockquote></li><li><p><strong>It&#8217;s the best teacher of all time. </strong>This thing is: never tired, never snarky, doesn&#8217;t judge, there to help, available 24/7, highly personalisable, with the backing of nearly all information ever published online.</p><blockquote><p>How much better would you be at your job, hobby, or whatever if you had access to an always-on teacher whose only role is to help you?</p></blockquote></li></ol><p></p><h3>Where will the value go?</h3><p>Lots has been written and predicted about the future transition of money in this new economy. </p><p>Many commentators have predicted value accruing to incumbents. I expect the multinational software houses - Microsoft, Alphabet, SAP, Oracle, Databricks, Snowflake, etc. - will benefit in droves from LLMs: their reach and distribution into the major buyers, the ability to improve COGS or sell a net-new product will create a significant windfall.</p><p>From my point of view as a startup founder, whole new industries and ideas, previously impossible, have become possible due to the power of LLMs. These products will need to add significant end-user functionality above the underlying power generated by the LLM, but the market has that message, and &#8220;GPT-wrappers&#8221; are likely to become a thing of the past.</p><p>Regarding LLM providers, it&#8217;s clear to me that (1.) competition and open source will compete away the excess profits of any pure-play LLM provider<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-1" href="#footnote-1" target="_self">1</a>, (2.) training new LLMs will require an enormous amount of capital to be competitive with those already on the field, which are compounding additional benefits and power, and at some point - quite soon - new entrants will not be funded for fear of too much competition, and (3.) developers will want to use a &#8216;company safe&#8217; provider that provides value above pure LLM functionality.</p><p>All this means, in my perspective, that a lot of the value will accrue to the hyperscalers - AWS, Azure, GCP, etc. - that&#8217;ll either build their own LLMs or provide third parties, likely through creative investment deals, al la Microsoft&#8217;s investment in OpenAI, Amazon&#8217;s in Anthropic, and others to come. Will we see another pure-play LLM provider post-Mistral? I don&#8217;t think so.</p><p>Then, of course, there&#8217;s money spent on jobs: $10.5tr in the US, according to ChatGPT<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-2" href="#footnote-2" target="_self">2</a>. How much of that spend will transition to LLM providers? Will companies need five people in FP&amp;A, eight people in Legal, or ten in HR? What about the 150 programmers? Could their work be magnified through LLMs, or could the company just reduce headcount? This is an evolving field that is going to play out before us in real-time. I wouldn&#8217;t be surprised if we start seeing LLM-inspired layoffs before long, especially if the much-spoken-about-but-still-impending recession does come knocking.</p><p></p><h3>Transition</h3><p>I believe that roles in organisations that are <em>currently</em> pivotal will be substantially transitioned and potentially erased. Trillions of dollars will change hands over the next few years: from human capital to AI-backed service providers that understand the roles, apply AI - and other technologies - to them, and can execute faster, with no &#8216;people overhead&#8217;. <a href="https://x.com/jasonlk/status/1755634371233771721?s=20">People</a> in my tech-bubble are talking about a potential future business worth $10bn run by only ten people. This, I think, is infinitely possible.</p><p>I mentioned in the subheading of this post that this is an optimistic view of the future, while I have outlined in this post that I think a lot of people are going to lose their jobs. I&#8217;m a capitalist, certainly, but also a human, and I don&#8217;t want to be seen as celebrating an enormous reduction in available roles.</p><p>What I&#8217;m describing is the next step in the creative destruction cycle: innovation leads to the obsolescence of old industries and jobs but simultaneously creates new opportunities and markets. Who knows what new roles this LLM revolution will create.</p><p>Who knew that the GPS in smartphones would create Uber, a $145bn<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-3" href="#footnote-3" target="_self">3</a> juggernaut that has fundamentally changed how car drivers make money, opening new opportunities and flexibility to them at the expense of traditional cab firms? Who knew how introducing smartphone cameras would create the world of the digital influencer? Instagram, YouTube, TikTok, and other apps have created a world where teenagers can make millions from dancing, unboxing toys<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-4" href="#footnote-4" target="_self">4</a>, and creating makeup brands<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-5" href="#footnote-5" target="_self">5</a>.</p><p>Consumers still want to speak to someone when setting up their Wills; they still require a human to survey a house they&#8217;re considering buying; they want to be sure they&#8217;ve correctly submitted their tax return; they want help when choosing an expensive good in a store; etc.</p><p>I expect humans will continue this way. Perhaps the automation of some white-collar roles will create pressure on blue-collar roles - will the next wave of applicants to management roles in restaurants have multiple degrees? Will service in restaurants be improved because of the quality of applicants due to increased demand for those roles that, at this point - and even with AI improvements to come - require a human? What about call centres where humans field questions from customers? Will those be replaced with human-like voice systems? </p><p>There have been many conversations around Universal Basic Income (UBI) over the past few years. I expect these conversations will reoccur while the transition that has already started in the coastal cities of America and the central cities in Europe, China, and elsewhere proliferates.</p><p>The future is not bleak for humanity, but the introduction of LLMs marks a definite shift. Many have said before me that &#8220;<em>AI isn&#8217;t going to take your job; someone knowing how to use AI will</em>&#8221;. This, I do believe - it&#8217;s time to get learning.</p><p></p><p>The future is here and is relatively evenly distributed: $20/month gets you access to the most powerful resource of all time. What will you build?</p><p></p><div><hr></div><p>Thanks for reading; if you enjoyed this, please do share. Contact me if you&#8217;re building something interesting in this area or have other ideas. </p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://www.thunter.xyz/p/ai-is-underhyped?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://www.thunter.xyz/p/ai-is-underhyped?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://www.thunter.xyz/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://www.thunter.xyz/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><p></p><h3>Disclaimer</h3><p>I have invested in several AI-focused startups: <a href="https://jitty.com/">Jitty</a>, building a better home moving experience, indexing the property market with GPT, <a href="http://usechannel.com">Channel</a>, helping companies answer their burning questions by converting natural language to SQL, <a href="https://www.quantly-ai.com/">Quantly</a> providing financial insights in seconds, <a href="https://platformed.com/">Platformed</a>, helping companies accelerate procurement processes, and <a href="https://audiostack.ai/">AudioStack</a>, generating studio-quality audio for adverts, walk-throughs, and so on, with AI. None of this article is influenced by my experience with these companies or is intended to promote them.</p><p></p><h3>The prompts I used</h3><p>Here are the first few prompts I used:</p><blockquote><p><code>Write a simple CRM in python including APIs, including models for Customer and Deal</code></p></blockquote><p>It produced a Python web app that did exactly what I needed. It included the concept of customers out of the box, with the ability to create, fetch, update, and remove them - the four horsemen of CRUD (Create, Read, Update, and Delete), a core paradigm for building web apps.</p><p>I tried to run the code it gave me in a code editor called PyCharm (think, Word for writing Python). It didn&#8217;t work, and gave me an error, so I asked:</p><blockquote><p><code>I've run the pip install step on the command line, but pycharm can't find the module</code></p></blockquote><p>GPT told me what to do. It fixed that error, but I got another:</p><blockquote><p><code>now I get this error when running the app: UserWarning: Flask-SQLAlchemy integration requires marshmallow-sqlalchemy to be installed. warnings.warn( Traceback (most recent call last): File "/Users/tony/programming/python/crm/main.py", line 15, in &lt;module&gt; class CustomerSchema(ma.SQLAlchemyAutoSchema): ^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Marshmallow' object has no attribute 'SQLAlchemyAutoSchema'</code></p></blockquote><p>It told me what to do, which fixed the error, and the app ran.</p><p>I wanted to expand it:</p><blockquote><p>cool now it's running - give me some URLs I can use to call the API</p></blockquote><p>It gave me the code to do so, but with some warnings:</p><blockquote><p>I get python warnings saying "Shadows built-in name 'id' " in the code - what does this mean?</p></blockquote><p>It told me what the problem was and how to fix it. Eventually, I added a UI:</p><blockquote><p>write a simple react frontend that queries all of the APIs</p></blockquote><p>This web app worked perfectly, so I asked to extend it:</p><blockquote><p>add a text box to the front end to allow the user to specify the first and last names</p></blockquote><p>And so it went on.</p><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-1" href="#footnote-anchor-1" class="footnote-number" contenteditable="false" target="_self">1</a><div class="footnote-content"><p>This year OpenAI prophylactically reduced prices: this, I&#8217;m sure, will continue.</p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-2" href="#footnote-anchor-2" class="footnote-number" contenteditable="false" target="_self">2</a><div class="footnote-content"><p>As seen in <a href="https://chat.openai.com/share/25662be3-0c1d-4e3e-9824-c955604a96da">this conversation</a>.</p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-3" href="#footnote-anchor-3" class="footnote-number" contenteditable="false" target="_self">3</a><div class="footnote-content"><p>At the time of writing, February 2024.</p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-4" href="#footnote-anchor-4" class="footnote-number" contenteditable="false" target="_self">4</a><div class="footnote-content"><p>Ryan Kaji of <a href="https://en.wikipedia.org/wiki/Ryan%27s_World">Ryan's World</a> makes ~$30m/year from unboxing toys.</p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-5" href="#footnote-anchor-5" class="footnote-number" contenteditable="false" target="_self">5</a><div class="footnote-content"><p>Kylie Jenner has become a centimillionaire through <a href="https://en.wikipedia.org/wiki/Kylie_Cosmetics">Kylie Cosmetics</a>.</p></div></div>]]></content:encoded></item><item><title><![CDATA[Startup reading list]]></title><description><![CDATA[Things I recommend leaders reading]]></description><link>https://www.thunter.xyz/p/startup-reading-list</link><guid isPermaLink="false">https://www.thunter.xyz/p/startup-reading-list</guid><dc:creator><![CDATA[Tony Hunter]]></dc:creator><pubDate>Wed, 22 Feb 2023 16:51:08 GMT</pubDate><content:encoded><![CDATA[<p>I read and listen to a lot of content, and often find myself recommending it to others. I&#8217;m collating it here to create a resource for others to dip into.</p><p>Tim Ferriss has a way of thinking about reading (non-fiction) I really like: focus on just-in-time information rather than just-in-case information. There are <em>a lot</em> of resources below; it can be useful to snack on content, but I suggest focusing on what really moves the needle at the relevant time.</p><h3>For founders</h3><ul><li><p><a href="https://www.foundingsales.com/">Founding Sales</a> - a free-to-access 400+ page book on founder-driven sales. Especially useful for founders starting to create a repeatable sales process for the first time. If you want to buy the Kindle or physical version, <a href="https://amzn.to/3xKaOZC">link here</a>.</p></li><li><p><a href="https://amzn.to/48cZs13">The 7 Powers</a>, by <a href="https://7powers.com/">Hamilton Helmer</a>. This is the best book I've read on describing, creating, and maintaining moats with your business. Like all good concepts, these are obvious in retrospect, and you can quickly start describing them in businesses you observe. Hamilton's description of <em>persistent differential returns</em> is extremely valuable. If you don't have at least one of these Powers, stop what you're doing and reconsider how you might achieve one.</p></li><li><p><span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;OnlyCFO's Software World&quot;,&quot;id&quot;:1237997,&quot;type&quot;:&quot;pub&quot;,&quot;url&quot;:&quot;https://open.substack.com/pub/onlycfo&quot;,&quot;photo_url&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/84746ad9-46eb-4dca-9453-00397d46d07e_530x530.png&quot;,&quot;uuid&quot;:&quot;7274aecb-f87a-4273-ace7-8810cabcfa44&quot;}" data-component-name="MentionToDOM"></span> - introduces many topics on financial documentation and thought processes in a very easy-to-access way that especially first-time founders might benefit from.</p></li><li><p><span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;The Breaking Point&quot;,&quot;id&quot;:861741,&quot;type&quot;:&quot;pub&quot;,&quot;url&quot;:&quot;https://open.substack.com/pub/breakingpoint&quot;,&quot;photo_url&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/f93a078f-aeee-4455-b512-bcfca07c0378_256x256.png&quot;,&quot;uuid&quot;:&quot;94ccce49-79da-49db-8933-314198d20115&quot;}" data-component-name="MentionToDOM"></span> by <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Sean Byrnes&quot;,&quot;id&quot;:429647,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/a75f81bb-4ea6-4a6c-ab43-e975926b0e99_150x225.png&quot;,&quot;uuid&quot;:&quot;6f0cbee7-8122-4023-927e-a0c2aad9549e&quot;}" data-component-name="MentionToDOM"></span>, former CEO of Outlier.ai and Flurry, Sean writes of his experience building companies at scale and shares his mental models for solving problems. I often learn something through reading.</p></li><li><p><a href="https://docs.google.com/document/d/18FiJbYn53fTtPmphfdCKT2TMWH-8Y2L-MLqDk-MFV4s/">Mochary Method Curriculum</a> and <a href="https://amzn.to/3xKQ9V8">The CEO Within</a> by <a href="https://en.wikipedia.org/wiki/Matthew_Mochary">Matt Mochary</a>. The Google Doc later became a fully-fledged book. Both very accessible and easy to consume; they help you think about framing difficult conversations.</p></li><li><p><span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Bottom Up by David Sacks&quot;,&quot;id&quot;:91289,&quot;type&quot;:&quot;pub&quot;,&quot;url&quot;:&quot;https://open.substack.com/pub/sacks&quot;,&quot;photo_url&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/0a906683-adbf-4aa7-aa17-9ced40d1b6d2_256x256.png&quot;,&quot;uuid&quot;:&quot;045a118a-7afd-49a5-9382-55a8081c33f0&quot;}" data-component-name="MentionToDOM"></span> by <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;David Sacks&quot;,&quot;id&quot;:878874,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/d98038bb-1610-4866-9341-c3a256046053_48x48.jpeg&quot;,&quot;uuid&quot;:&quot;c8e24030-6a50-4171-a7aa-6944f879e0e9&quot;}" data-component-name="MentionToDOM"></span>, former COO of PayPal, CEO of Yammer, now Partner of Craft Ventures. Infrequent posts, but excellent content on building, creating, and growing SaaS startups.</p></li><li><p><a href="https://twitter.com/jasonlk">Jason Lemkin</a> - if you&#8217;re working in SaaS, and not following Jason &#8220;godfather of SaaS&#8221; Lemkin on Twitter, what are you doing?</p></li><li><p><a href="https://www.linkedin.com/pulse/amp-up-frank-slootman/">Amp it Up</a> by <a href="https://www.linkedin.com/in/frankslootman/">Frank Slootman</a>, and the ensuing <a href="https://amzn.to/3Z7p5Lk">book by the same name</a> - Frank is an execution machine, has taken three companies public, and is currently CEO of Snowflake. You can do more, faster, with fewer resources, if you have the right people on the team, and push very hard.</p></li><li><p><a href="https://amzn.to/3YQh91i">Good to Great</a> by <a href="https://www.jimcollins.com/">Jim Collins</a>. Jim describes complex principles in a simple way. Two of his phrases I think about regularly - &#8220;<a href="https://www.jimcollins.com/concepts/first-who-then-what.html">First who, Then what</a>&#8221;, and &#8220;<a href="https://www.jimcollins.com/concepts/confront-the-brutal-facts.html">Confront the Brutal Facts</a>&#8221;. You can read pieces of the <a href="https://www.jimcollins.com/article_topics/articles/good-to-great.html#articletop">book here</a>.</p></li><li><p><a href="https://amzn.to/3lZfwA1">Trillion Dollar Coach</a> by <a href="https://en.wikipedia.org/wiki/Eric_Schmidt">Eric Schmidt</a>, <a href="https://en.wikipedia.org/wiki/Jonathan_Rosenberg_(technologist)">Jonathan Rosenberg</a>, and <a href="https://www.harpercollins.com/blogs/authors/alan-eagle-20177171328423">Alan Eagle</a>. An easy to read account of <a href="https://en.wikipedia.org/wiki/Bill_Campbell_(business_executive)">Bill Campbell</a>, an impressive executive in his own right, and a coach to many of Silicon Valley&#8217;s high-performance CEOs. </p></li><li><p><a href="https://amzn.to/3ZfG1Q6">The Goal</a> by <a href="https://en.wikipedia.org/wiki/Eliyahu_M._Goldratt">Eliyahu M. Goldratt</a> - teaches the theory of constraints in business. Written in a fiction style about a factory manager in a troubled manufacturing plant, Alex, the protagonist, continually runs into issues (bottlenecks) that he sequentially solves to make the business move faster, and ultimately make more money. Everyone needs a Jonah in their life.</p></li><li><p><a href="https://amzn.to/3ZbcOFU">High Output Management</a> by <a href="https://en.wikipedia.org/wiki/Andrew_Grove">Andy Grove</a> - a classic in management, and a must-read for those thinking about building high-performance organisations.</p></li></ul><h3>For business nerds</h3><ul><li><p><a href="https://www.acquanon.com/">Acquisitions Anonymous</a> by <a href="https://twitter.com/girdley">Michael Girdley</a>, <a href="https://twitter.com/BillDA">Bill D'Alessandro</a>, and <a href="https://twitter.com/thegeneralmills">Mills Snell</a> - a fun and entertaining guide through the small business M&amp;A space. Each episode the hosts run through a prospective deal. A great way to learn about a topic you unlikely know that much about.</p></li><li><p><a href="https://every.to/">Every</a> - a great collection of newsletters. I especially like <a href="https://every.to/divinations">Divinations</a>, and read almost all of their writing.</p></li><li><p><a href="https://www.joincolossus.com/episodes?prod-episode-release-desc%5BrefinementList%5D%5BpodcastName%5D%5B0%5D=Invest%20Like%20the%20Best">Invest Like The Best</a> by <a href="https://twitter.com/patrick_oshag">Patrick O'Shaughnessy</a> - amazing guests, and Patrick is a really talented interviewer; he often asks the questions I&#8217;m thinking of.</p></li><li><p><a href="https://tim.blog/podcast/">The Tim Ferriss Show</a> by <a href="https://tim.blog/">Tim Ferriss</a>. The first podcast I subscribed to, Tim is a hero. Outside of my parents, Tim is the longest-term teacher I&#8217;ve had in my life; I owe him a great deal.</p></li><li><p><a href="https://open.spotify.com/show/3dVqgYXN29DwwnqdY3YsCk">BG2</a> by <a href="https://en.wikipedia.org/wiki/Brad_Gerstner">Brad Gerstner</a> and <a href="https://en.wikipedia.org/wiki/Bill_Gurley">Bill Gurley</a>. A great podcast covering multiple topics from two seasoned investors.</p></li></ul><h3>For engineers</h3><ul><li><p><span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;The Skip&quot;,&quot;id&quot;:92860,&quot;type&quot;:&quot;pub&quot;,&quot;url&quot;:&quot;https://open.substack.com/pub/theskip&quot;,&quot;photo_url&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/a71af358-fda3-4230-945d-60070b5f81ae_1280x1280.png&quot;,&quot;uuid&quot;:&quot;942649d9-8384-4fbf-be72-4a9245c0088e&quot;}" data-component-name="MentionToDOM"></span> by <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Nikhyl Singhal&quot;,&quot;id&quot;:14592316,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/0cba4fd1-a2b7-4d3d-9f91-bec8caf4551e_256x256.png&quot;,&quot;uuid&quot;:&quot;e476e82d-9237-4642-b6f4-2cbd4b1409c4&quot;}" data-component-name="MentionToDOM"></span> - an excellent Substack on Engineering growth.</p></li><li><p><a href="https://lethain.com/">Lethain</a> by <a href="https://twitter.com/lethain">Will Larson</a> - just piece after piece of gold.</p></li></ul><h3>For product people</h3><ul><li><p><span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Lenny's Newsletter&quot;,&quot;id&quot;:10845,&quot;type&quot;:&quot;pub&quot;,&quot;url&quot;:&quot;https://open.substack.com/pub/lenny&quot;,&quot;photo_url&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/40b73d36-7447-4f52-83b5-4bbf44b9324a_1200x1200.png&quot;,&quot;uuid&quot;:&quot;fb4e8734-1e37-4953-a9f2-7c7c5f6555b2&quot;}" data-component-name="MentionToDOM"></span> - would recommend to more than just product teams.</p></li><li><p><a href="https://amzn.to/3IIkHvZ">Inspired</a> by <a href="https://www.svpg.com/team/marty-cagan/">Marty Cagan</a> - one of the OGs of Product Management, Inspired is a Product Managers classic. It&#8217;s highly aspirational, and frankly good luck implementing all the ideas, but it&#8217;s great&#8230; inspiration.</p></li><li><p><a href="https://www.intercom.com/blog/podcasts/intercom-on-product-ep01/">Intercom on Product</a> hosted by <a href="https://twitter.com/destraynor">Des Traynor</a> and <a href="https://twitter.com/Padday">Paul Adams</a>. Covers a lot more than product (strategy, team building, scaling, innovation). &#8220;Fast gets good quicker than good will ever get fast&#8221; is the best quote.</p><p></p></li></ul><p>That&#8217;s it for now. I&#8217;ll continue to update this article as I read (or remember) more. Let me know if I&#8217;ve missed anything obvious!</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.thunter.xyz/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading my newsletter! Subscribe for free to receive new posts.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><p><em>Please note, where I&#8217;ve linked to Amazon I&#8217;ve used my Amazon affiliate link: I may receive royalties from purchases. Regardless, I genuinely recommend these resources and have linked where possible to free-to-access versions also.</em></p><p></p>]]></content:encoded></item><item><title><![CDATA[On innovation in drinks]]></title><description><![CDATA[My wife and I have recently had our youngest child, and every day one of us walks him for his afternoon nap.]]></description><link>https://www.thunter.xyz/p/on-innovation-in-drinks</link><guid isPermaLink="false">https://www.thunter.xyz/p/on-innovation-in-drinks</guid><dc:creator><![CDATA[Tony Hunter]]></dc:creator><pubDate>Fri, 04 Mar 2022 22:22:40 GMT</pubDate><content:encoded><![CDATA[<p>My wife and I have recently had our youngest child, and every day one of us walks him for his afternoon nap. On my walks, I listen to a podcast or two. Recently, while on my routine nap-walk, I listened to <a href="https://thisweekinstartups.com/google-ar-peloton-pullback-david-friedberg-cana-the-first-molecular-beverage-printer-e1365/">This Week In Startups</a> by <a href="https://twitter.com/Jason">Jason Calcaneus</a> with <a href="https://twitter.com/friedberg">David Friedberg</a>. My mind melted.&nbsp;</p><p>During the walk, I had to constantly stop, rewind, pause, consider the implications, rewind, and repeat. An hour interview took me three to complete. In the end, I listened to it twice.</p><p>The innovation David and Jason discussed has the potential to disrupt a large subset of very valuable, entrenched companies. At this point, public response to the podcast seems to be minimal, but I have no doubt that it will be truly transformational for many, and devastating for some companies that won&#8217;t see this change coming. At first they&#8217;ll belittle it, then it&#8217;ll be a nuisance when it starts rolling out, and eventually these companies won&#8217;t be able to react to it when it scales.</p><p><em>First they ignore you, then they laugh at you, then they fight you, then you win.</em></p><p>I&#8217;ve been lucky to meet all kinds of business builders, doing all kinds of things, throughout my career. But it&#8217;s rare for me to leave any kind of interaction and think that my counterpart is building something truly revolutionary. A pronounced improvement in some parts of the Internet, perhaps, but a revolutionary change to billions of people and major parts of the economy? Generally not.&nbsp;</p><p>On the episode Jason brought on David, who runs <a href="https://www.tpb.co/">The Product Board</a> (TPB), a platform for launching businesses focused on hard-tech problems that require serious R&amp;D investment to validate. The idea David covered is a machine from <a href="https://www.cana.com/">Cana</a>, a TBP company, that uses 80 compounds which, when mixed together in the correct quantities and with the right amount of water, sugar, and ethanol, can reproduce the smell, taste, and mouth feel of virtually any drink on the planet.&nbsp;</p><p>An inkjet printer for drinks.&nbsp;</p><p>Using Cana&#8217;s touchscreen you can tap in your order, choose what you want to drink, and voila - it&#8217;ll be poured for you. The device has a water cooler inside so it&#8217;ll be served at the perfect temperature. The compounds come in a cartridge, which you replace as you run out.</p><p><em>A cola? You got it. You&#8217;d like a Duckhorn Cabernet Sauvignon 2004? No problem. Coffee? Exactly how caffeinated would you like it? We&#8217;ve got it.</em></p><p>Many analysts talk about the future of the world after the internal combustion engine and the impact of driverless, electric cars. There are the first order changes, the obvious shifts, like long-haul coast-to-coast trucking jobs will decrease. Millions of people are employed directly by the industry, and millions more in restaurants, garages, service stations, and so on, that service them<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-1" href="#footnote-1" target="_self">1</a>. But then there are the second order changes. Humanless cars shuttling themselves from coast-to-coast will require fewer pit stops in middle America, which leads to falling demand in traditional servicing like gas stations. This means a reduction in jobs, of course, but also trickles down to less obvious outcomes like a reduction in cigarette sales; half of those sold in the USA are transacted in gas stations<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-2" href="#footnote-2" target="_self">2</a>.</p><p>What led to the rewind-pause-consider-repeat process of listening to the podcast was my fascination with the second order effects of the Cana product. During the episode, Jason asks the classic Venture Capitalist question of &#8220;<em>what happens if this works?</em>&#8221;. The following presupposes that Cana (or another company) does get this thing to work. David mentions that the initial machine will be prohibitively expensive, but by version three they'll be more mass market. Let&#8217;s assume that version three happens.&nbsp;</p><p>This is such a big idea I can only cover a tiny fraction of the impact it&#8217;ll have, but below I consider eight factors: retail, transportation, venues, the environment, Coca-Cola, Amazon, creators, and general life.&nbsp;</p><p>Let&#8217;s imagine Cana - or a version of it - works. What happens now?&nbsp;</p><p><strong>Retail: the at-home disintermediation</strong></p><p>While people will buy drinks for on-the-go consumption, a huge reduction in purchasing for the large family weekly/fortnightly shop will occur.</p><p>Stores will be able to reuse the real estate they currently dedicate to drinks - often several aisles - for other goods. The amount of warehouse space required will reduce. Both impacts will allow them to reduce their physical footprints.</p><p>Maybe retailers start having a Cana in-store, and consumers buy empty two litre bottles, self-serving their designer drinks; this is already starting to happen, with Coca-Cola introducing a bring-your-own-bottle vending machine in Japan, and the wine service Vagabond trialling similar ideas<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-3" href="#footnote-3" target="_self">3</a><a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-4" href="#footnote-4" target="_self">4</a>. Perhaps micro stores will start to appear, unstaffed, giving consumers access to a Cana machine - a vending machine for tailor made drinks.</p><p>Stores will lose revenue because of the machines - although they may sell replacement cartridges, they&#8217;ll lose out on high margin drinks and alcohol sales. In this new reality, 6,000 square foot off licences will be replaced with a single machine<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-5" href="#footnote-5" target="_self">5</a>. Worth mentioning that I&#8217;m writing this as a Brit, where alcohol is sold in grocery stores, which isn&#8217;t the case in the US/Canada<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-6" href="#footnote-6" target="_self">6</a>.</p><p><strong>Transportation: lightweight, cleaner, and cheaper</strong></p><p>Planes that currently take large amounts of beverage stock into the sky just need to take a water tank and a Cana machine, allowing them to convert the water into whatever drink the customer desires. The amount of plastic used to wrap the drinks, and the amount of aluminium and cardboard used to house them, won&#8217;t be required. At the scale of flights internationally, this will be an enormous weight and waste saving.</p><p>This means that the waste produced by a flight will decrease impressively, and turning planes around at airports will take less time. Not to mention that fewer staff will be required to process the rubbish.&nbsp;</p><p>American Airlines famously saved $40,000/year by removing an olive from each salad plate<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-7" href="#footnote-7" target="_self">7</a>. Imagine how much an airline could save in kerosene with fewer refrigerators needed to keep drinks cool?&nbsp;</p><p>Will airline tickets become cheaper because of Cana?</p><p><strong>Venues: more choice, smaller space, fewer staff</strong></p><p>Mixer-taps in bars, nightclubs, bowling alleys, and cinemas will continue to exist, but rather than connecting to cardboard boxes containing plastic bags of syrup, they&#8217;ll draw directly from a machine that&#8217;s using the right compounds.&nbsp;</p><p>If venues have the choice of which route to invest in - hundreds of cans of different drinks, wrapped in cellophane, with large refrigerators to keep them cool, and staff to load/unload delivery trucks - or a single machine connected to a water line and a cartridge of spare compound, they&#8217;re definitely going to choose the Cana.</p><p>And with such a rightful focus on the environment, regulation of new bars, pubs, and nightclubs may require venues to use the machine. Councils might even raise rates if a venue <em>doesn&#8217;t</em> use one.</p><p><strong>Environment: dramatic reduction in waste</strong></p><p>The data is staggering; 400 million tonnes of plastic are produced each year, 40% of which is single use<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-8" href="#footnote-8" target="_self">8</a><a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-9" href="#footnote-9" target="_self">9</a>. Coca-Cola alone produces three million tonnes of plastic packaging per year, nearly one percent of the global plastic production<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-10" href="#footnote-10" target="_self">10</a>.</p><p>While many organisations, including those in the beverage industry, have been pressured into reducing the usage of plastic in packaging, we&#8217;re far from a plastic-free reality. And the continued increase in demand for plastic-packed products - driven by population increases - will create upward pressure on their usage of plastic.</p><p>Much of the plastic used by the drinks industry has to do with transporting the drinks to consumers; the branded plastic-wrapped crates of drinks come in, cellophane wrap around bottles and cases of drinks, etc. And drinks are heavy and take up space. They require large diesel-fueled trucks and trains to transport. Cana&#8217;s device leapfrogs this - it&#8217;s <em>already</em> in the consumer&#8217;s home; it has direct access to buyers, completely skipping the transportation step.</p><p>Presuming that the compounds are easy to retrieve or create, the environmental benefits of this device are mind boggling.</p><p><strong>Coca-Cola: ceasing all bottling operations</strong></p><p>Coca-Cola operates through two corporate identities. The Coca-Cola Company owns all the recipes, and produces syrup concentrate, which bottlers - the other constituent - are responsible for marketing, producing, and distributing. Given their global reach, The Coca-Cola Company owns various bottling companies throughout the world<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-11" href="#footnote-11" target="_self">11</a>.&nbsp;</p><p>Through these operations, The Coca-Cola Company has become the world&#8217;s number one producer of plastic waste<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-12" href="#footnote-12" target="_self">12</a>.</p><p>Cana offers a radical alternative to classic production models. They&#8217;ve already &#8216;done&#8217; the work of shipping and logistics, making any drink under the sun readily available in people&#8217;s homes and venues. All that Coca-Cola and other companies like it would need to do in a Cana-filled future is digitally distribute recipes via a website, right to people&#8217;s homes.</p><p>What does innovation look like for a brand like Coca-Cola in this new potential world? Do they become ultra high margin formula companies? Do they shed their logistical bottling and shipping operations, or at least pivot and focus only on marketing activities?&nbsp;</p><p>Consumer sentiment continues to shift to be more focused on environmental issues<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-13" href="#footnote-13" target="_self">13</a>. Companies that continue to deal in plastic bottling and distribution will be severely disrupted. What do they do in a future where consumer choice will drive down usage of disposable drink containers?</p><p>While I&#8217;ve focused on Coca-Cola throughout this section, the lessons are applicable for all large drinks producers and bottlers; hundreds of billions of dollars of enterprise value is ready to be disrupted.</p><p><strong>Amazon: the category owner?</strong></p><p>Here&#8217;s my prediction: Amazon will buy Cana. They&#8217;ll go vertical on beverage production, already owning the relationship with the customer. The device will come free with a Prime subscription and because Amazon already operates a huge third-party marketplace, they can leverage their existing brand partners - who already know how to produce formulas, lotions, and potions. In this new reality, Amazon partners just shift their focus to this new consumer channel Amazon controls. It&#8217;s a slam dunk. There are only a few markets large enough to really stretch Amazon to the next trillion dollars in enterprise value. By purchasing Cana, Amazon becomes the largest distributor of drinks overnight; nearly a $2 trillion market including alcohol<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-14" href="#footnote-14" target="_self">14</a>. It&#8217;s a big enough offering for Amazon execs to jump out of bed for.</p><p>Amazon doesn&#8217;t like shipping heavy, low margin products - they&#8217;re harder to ship, take up a lot of room, and are relatively low value; drinks are the opposite of what Amazon likes to distribute. Shipping high-value lightweight cartridges full of compounds is right up Amazon&#8217;s ally. And of course, they know how to build hardware: the Kindle, Echo, Ring, Fire TV, Eero. Yes, this is a more complex product, and one that is based on significantly more detailed science, but they have the capabilities and human and investment capital to quickly get to grips with it.</p><p>If Amazon doesn&#8217;t try to purchase Cana, I predict that they&#8217;d try to create the product themselves. Though you&#8217;d imagine there&#8217;d be some considerable IP protection work going on inside TPB/Cana my pretty comprehensive search on LinkedIn only showed one person with a legal background working at TPB - and seemingly no one at Cana. I suppose science is Cana&#8217;s current core competency, but I expect IP (protection and defence, and attack from incumbents) will become their long-term protector of value.</p><p><strong>Creators: everyone becomes a drink brand</strong></p><p>In the episode, Jason and David speak about what&#8217;s clearly to come, but hasn&#8217;t been announced yet: an App Store for drinks running on the Cana touchscreen. Companies will be able to move out of the physical ingredient and drink logistics business and focus solely on brand and marketing execution, pushing their product to consumers through bits and bytes, not trucks and cellophane wrap. Presumably Cana will take an App Store-like clip of sales; 30% of the gross cost.</p><p>With this in mind, drinks brands will need to continue to attain the appropriate regional and worldwide licences and certificates to sell soft/hard drinks, and I&#8217;d imagine that some kind of approval process will be required to be featured on the Cana platform. But <strong>wow</strong>&#8230; the distribution channel potential with the low setup costs is incredible.</p><p>Imagine being able to change the composition of your drink with no retooling (albeit, likely requiring licensing and certificate reapproval). With Cana, companies will be able to launch new drinks brands with just a formula and zero inventory. It&#8217;ll radically change the landscape of available drinks.</p><p>Famously, consumer goods companies like Coca-Cola, Unilever, and P&amp;G do not have access to the end consumer; they&#8217;re disintermediated by the retailer (supermarkets, convenience stores, pubs/clubs etc.). Despite the fact that Unilever have 2.5 billion daily users of their products, they really don&#8217;t know who the vast majority of them are or what drives them to purchase<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-15" href="#footnote-15" target="_self">15</a>. If Cana passed back more information about the end user to the brand after purchase, they could rapidly become the preferred sales channel for brands.</p><p>As a data nerd, the new reality could be hugely beneficial to disintermediated brands: in a future state, Cana might collect demographic data on their users to build algorithms that provide recommendations to their customers - &#8220;<em>gym goers of your age like XYZ beverage after working out</em>&#8221;. Frequency and preference of drinking, number of people in the household, rough ages (maybe age bands), gender? Data driven brands could leverage this data in ways that are currently impossible. Imagine the targeting capabilities - it&#8217;s the targeting capability of Facebook from 2010-2020 all over again.</p><p>Brands will move from earning thin margins - especially when selling to wholesale - to earning software-like margins. Their Costs Of Goods Sold (COGS) transferred to the <em>customer</em> who pays for the compound cartridge. Presumably we see their other main contributor to COGS, the Cana App Store take-rate reduce with time, scale, and competition.&nbsp;</p><p>People will have profiles of how they like to drink coffee. They&#8217;ll store them in the Cana network, and share them with their friends when they visit their houses. Their friends will love their specific recipe and ask if they can have the formula. Soon they&#8217;ll be wondering, &#8220;<em>Maybe other people would like my coffee formular too? &#8230; Maybe they&#8217;d pay for it?</em>&#8221;. Soon enough, your dad will have his own branded coffee on the Cana network.</p><p><strong>Life: altered&nbsp;</strong></p><p>I wonder if some brands with huge existing bottling&nbsp;operations will start innovating in new ways. Maybe they&#8217;ll start creating drinks with fresh fruit in them, something that can&#8217;t be replicated through the machine. Will <em>Orange Juice with Bits</em> become the top selling juice at retail because other juices are made through the machine, at home?</p><p>Will drinks as we know them now, bottled in plastic, aluminium, glass and otherwise, be relegated to something people buy because of their novelty? A bit like how, in a future world of electric-only vehicles, internal combustion engine cars will be a toy for the rich and the reminiscent, only accessible to those with the means who go out of their way to purchase them. Or the way records are treasured for their crisp sound and nostalgic reference to a world gone by.</p><p>Will you go to friend&#8217;s houses and marvel at the fact they offer you a Coke in a glass bottle, bought from a shop? &#8220;<em>It&#8217;s more expensive, and I had to go to three different stores before I found it, but I think it just tastes more authentic</em>&#8221; they&#8217;ll say, while trying to remember how to use a bottle opener.</p><p>In the episode that sparked this article, David mentioned Cana&#8217;s product roadmap and the fact that this initial version of the product is very much version one, and that in the future lots more will be added. Something that wasn&#8217;t discussed, and I think will have a massive impact on the adoption of this product and it&#8217;s beverages, is packaging: how can I take my lemon ice tea with me on the go? A disposable container won&#8217;t cut it: it won&#8217;t make this invention better than the status quo. We&#8217;ll need a sustainable way to transport the drinks themselves.</p><p>Homes will produce less rubbish - fewer plastic and glass bottles, cans, and so on. Less fridge space will be required to store drinks. Palettes will be widened, and people will try drinks they&#8217;d never usually reach for, just because they can.&nbsp;</p><p>I can imagine a world where new homes come with these machines, in the same way they come with air conditioning or solar panels or built-in speakers right now. Home builders will become a sales channel for Cana.&nbsp;</p><p>This machine has the power to reset our expectations of what products can do. It&#8217;s straight out of science fiction - The Replicator in Star Trek<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-16" href="#footnote-16" target="_self">16</a> - and it&#8217;s going to pull the future forward. Our children&#8217;s children won&#8217;t know what it&#8217;s like to go to a store and see hundreds of plastic and glass bottle options.</p><div><hr></div><p>All in, this is an invention that will radically, and I think rapidly, change the world. The next challenge for Cana - aside from shipping this science fiction device and reducing the cost to make it affordable for the majority of the world - is of course food, an even larger market.</p><p></p><p>PS. Just as I finished this article, Cana launched their product - there&#8217;s a new <a href="https://thisweekinstartups.com/cana-ceo-matt-mahar-on-launching-a-replicator-for-beverages-turning-a-product-into-a-platform-working-with-the-production-board-and-more-e1399/">This Week In Startups episode to watch</a>, and I can&#8217;t wait.</p><div><hr></div><p>Disclaimer: these are of course only ideas of things that may happen, projected from various readings and learnings. All rights belong to their respective owners.</p><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-1" href="#footnote-anchor-1" class="footnote-number" contenteditable="false" target="_self">1</a><div class="footnote-content"><p>There were 1.8m Heavy and Tractor-Trailer Truck Drivers in 2020 (<a href="https://www.bls.gov/oes/current/oes533032.htm">bls.gov/oes/current/oes533032.htm</a>) with a median wage of $47,130; a good living, $12.5k more than the median across the US: <a href="https://www.ssa.gov/oact/cola/central.html">ssa.gov/oact/cola/central.html</a></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-2" href="#footnote-anchor-2" class="footnote-number" contenteditable="false" target="_self">2</a><div class="footnote-content"><p>See this excellent essay by Ben Evans on the topic: <a href="https://www.ben-evans.com/benedictevans/2017/3/20/cars-and-second-order-consequences#:~:text=Tobacco%20in%20particular,tobacco%20kills%20500k.%C2%A0">ben-evans.com/benedictevans/2017/3/20/cars-and-second-order-consequences</a></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-3" href="#footnote-anchor-3" class="footnote-number" contenteditable="false" target="_self">3</a><div class="footnote-content"><p><a href="https://asia.nikkei.com/Business/Food-Beverage/BYOB-Coca-Cola-s-bottleless-vending-machines-debut-in-Japan">asia.nikkei.com/Business/Food-Beverage/BYOB-Coca-Cola-s-bottleless-vending-machines-debut-in-Japan</a></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-4" href="#footnote-anchor-4" class="footnote-number" contenteditable="false" target="_self">4</a><div class="footnote-content"><p><a href="https://www.vagabondwines.co.uk/">vagabondwines.co.uk</a></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-5" href="#footnote-anchor-5" class="footnote-number" contenteditable="false" target="_self">5</a><div class="footnote-content"><p>&nbsp;20-30% margins for beer, 50% for wine, according to <a href="https://www.eposnow.com/uk/resources/liquor-store-profit-margins/">eposnow.com/uk/resources/liquor-store-profit-margins</a></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-6" href="#footnote-anchor-6" class="footnote-number" contenteditable="false" target="_self">6</a><div class="footnote-content"><p>For more details on US laws related to alcohol sales, see <a href="https://thegrocerystoreguy.com/why-dont-grocery-stores-sell-liquor/">thegrocerystoreguy.com/why-dont-grocery-stores-sell-liquor</a></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-7" href="#footnote-anchor-7" class="footnote-number" contenteditable="false" target="_self">7</a><div class="footnote-content"><p><a href="https://www.forbes.com/sites/moiravetter/2015/06/04/the-40000-olive-how-entrepreneurs-can-spend-time-saving-money/?sh=34eb33ce5fbb">forbes.com/sites/moiravetter/2015/06/04/the-40000-olive-how-entrepreneurs-can-spend-time-saving-money/?sh=34eb33ce5fbb</a></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-8" href="#footnote-anchor-8" class="footnote-number" contenteditable="false" target="_self">8</a><div class="footnote-content"><p><a href="https://www.unep.org/resources/report/drowning-plastics-marine-litter-and-plastic-waste-vital-graphics#:~:text=Global%20plastic%20production%20has%20risen,estimated%209%25%20have%20been%20recycled">unep.org/resources/report/drowning-plastics-marine-litter-and-plastic-waste-vital-graphics</a></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-9" href="#footnote-anchor-9" class="footnote-number" contenteditable="false" target="_self">9</a><div class="footnote-content"><p><a href="https://www.bbc.co.uk/newsround/56210735">bbc.co.uk/newsround/56210735</a></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-10" href="#footnote-anchor-10" class="footnote-number" contenteditable="false" target="_self">10</a><div class="footnote-content"><p><a href="https://www.theguardian.com/business/2019/mar/14/coca-cola-admits-it-produces-3m-tonnes-of-plastic-packaging-a-year">theguardian.com/business/2019/mar/14/coca-cola-admits-it-produces-3m-tonnes-of-plastic-packaging-a-year</a></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-11" href="#footnote-anchor-11" class="footnote-number" contenteditable="false" target="_self">11</a><div class="footnote-content"><p>See <a href="https://en.wikipedia.org/wiki/List_of_assets_owned_by_The_Coca-Cola_Company">en.wikipedia.org/wiki/List_of_assets_owned_by_The_Coca-Cola_Company</a> and <a href="https://en.wikipedia.org/wiki/Anchor_bottler">en.wikipedia.org/wiki/Anchor_bottler</a></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-12" href="#footnote-anchor-12" class="footnote-number" contenteditable="false" target="_self">12</a><div class="footnote-content"><p><a href="https://www.independent.co.uk/life-style/coca-cola-pollution-plastic-environment-coke-a9168921.html">independent.co.uk/life-style/coca-cola-pollution-plastic-environment-coke-a9168921.html</a></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-13" href="#footnote-anchor-13" class="footnote-number" contenteditable="false" target="_self">13</a><div class="footnote-content"><p><a href="https://www2.deloitte.com/uk/en/pages/consumer-business/articles/sustainable-consumer.html">deloitte.com/uk/en/pages/consumer-business/articles/sustainable-consumer.html</a></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-14" href="#footnote-anchor-14" class="footnote-number" contenteditable="false" target="_self">14</a><div class="footnote-content"><p><a href="https://blog.pipecandy.com/market-size-of-beverage-industry-2020/">blog.pipecandy.com/market-size-of-beverage-industry-2020/</a></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-15" href="#footnote-anchor-15" class="footnote-number" contenteditable="false" target="_self">15</a><div class="footnote-content"><p><a href="https://www.unilever.com/our-company/at-a-glance/">unilever.com/our-company/at-a-glance/</a></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-16" href="#footnote-anchor-16" class="footnote-number" contenteditable="false" target="_self">16</a><div class="footnote-content"><p><a href="https://en.wikipedia.org/wiki/Replicator_(Star_Trek)">en.wikipedia.org/wiki/Replicator_(Star_Trek)</a></p><p></p></div></div>]]></content:encoded></item><item><title><![CDATA[On not writing]]></title><description><![CDATA[I have very few memories of being young.]]></description><link>https://www.thunter.xyz/p/on-not-writing</link><guid isPermaLink="false">https://www.thunter.xyz/p/on-not-writing</guid><dc:creator><![CDATA[Tony Hunter]]></dc:creator><pubDate>Sat, 04 Dec 2021 21:49:16 GMT</pubDate><content:encoded><![CDATA[<p>I have very few memories of being young. My brother, four years my senior, has far more vivid memories of his youth than I do. It&#8217;s been my anecdotal observation of about five families that the eldest child tends to be the family historian. They seem to remember intricate details of holidays, pets, friends, and other things from very early in their life. They&#8217;re often the ones reminding the rest of the family, including parents (who were there, too, at least in body), about details they&#8217;ve long forgotten.</p><p>One of the memories I do have from being young is sitting in a classroom in year three, aged about seven or eight. A supply teacher was covering the lesson. We had to write a story, something I found intensely challenging. I looked at my page and willed words to come out. But they didn&#8217;t, not in any great volume. At the end of the lesson we had to show the teacher our work.</p><p>The boy sitting next to me went first. I sat looking at my half page of rubbish that had taken the whole lesson and had made my brain ache, listening to the teacher discuss my table-mate&#8217;s story. Much to my horror, I heard her turn the page. &#8220;He&#8217;s written <em>more than a page!</em>&#8221;. I panicked.</p><p>The teacher, very impressed with my colleague&#8217;s <em>Ulysses</em>, beamed and invited me up to be judged. I walked the three meters to her desk in what seemed like 20 minutes, and presented my workbook, full - or rather lacking - in tripe to the teacher. It was quickly obvious that her style wasn&#8217;t soft and encouraging.</p><p>&#8220;Is this it?&#8221; she enquired. It was, I reassured her. She invited my classmate back to the stage. My classmate, let&#8217;s call him James, returned carrying his heavy tome.</p><p>&#8220;Do you think yours is enough compared to James&#8217;?&#8221; she asked me as she flicked between the three pages of his modernist literature masterpiece. At this point the whole class was looking at me, while the teacher looked at my half page, and then back to James&#8217; great work.</p><p>I can&#8217;t remember quite how I replied. I do remember 30 sets of eyes looking at me when I took my book back and sat down, and prayed for some kind of cataclysmic event to take place to remove me from the room.</p><p>Although an event I remember well for bad reasons, this episode taught me an important lesson about stage order: be first, or last, but never in-between if you can help it.</p><div><hr></div><p>In year eight, when I was 12 or 13, my class took a spelling test. I looked forward to spelling tests in much the same way that a confectionary connoisseur looks forward to visiting the dentist.</p><p>This was a surprise test; a surprise to us all, and to my cortisol levels. &#8220;Just 40 words&#8221;. My English teacher walked around handing out pieces of paper for us to enumerate our great wisdom upon. I received my blank A4 and thought silently about how it knew as much as I did about how the words should be spelled (spelt?).</p><p>We began the test and it was clear that I&#8217;d end up with a &#8220;clean sheet&#8221;, in that I wouldn&#8217;t know how any of the damn words were spelled and my piece of paper would only contain the numbers 1-40.</p><p>The test included words that I was very familiar with. I have always had a great vocabulary,&nbsp; but I have no idea how to turn spoken words into text. People often say &#8220;spell it like it sounds&#8221;. This line of advice doesn&#8217;t work for me, at all. Any word I know how to spell is from muscle memory and practice, not from first principles.</p><p>We get to the end of the test. It&#8217;s over, I think. I&#8217;ve actually managed to write a lot of &#8220;words&#8221; down, but I knew many of them were letter soup thrown at the page. I get ready to give my test to the teacher, for her to mark and give me the terrible feedback another day. It was over.</p><p>&#8220;Swap your test with the person next to you for them to mark&#8221;, my teacher instructed.</p><p>Fantastic.</p><p>My neighbour marked my test. There was a 40 on the page, but sadly it was only the denominator. The number above it was 1. It quite quickly got out that &#8220;Tony got 1/40 on the test&#8221;. I was sitting at the back of the room, and the news travelled to my teacher at the front; I remember her&nbsp; saying &#8220;no, no, he can&#8217;t of, that must be a mistake?&#8221;. It wasn&#8217;t.</p><div><hr></div><p>As I&#8217;ve grown up, various professionals, and my mother, realised I have symptoms of dyslexia (a word that I always have to Google to spell correctly, including just now as I typed this).</p><p>I don&#8217;t exhibit all the <a href="https://www.nhs.uk/conditions/dyslexia/#:~:text=What%20are%20the%20signs%20of%20dyslexia%3F">common symptoms</a>, and some I do have are only mild, which I believe prevented a formal diagnosis when I was younger.</p><p>There is an enormous power to dyslexia that isn&#8217;t generally recognised. I definitely see things differently to other people, and make connections where others wouldn&#8217;t. I think the most important thing by far in life is relationships and connections, not knowledge and data retention. The phrase &#8220;it&#8217;s not what you know, it&#8217;s who you know&#8221; feels very natural to me. The creativity that stems from dyslexia has enabled people like Richard Branson see through what people often think is entirely impossible.</p><p>My inability to write at an early age, issues with spelling, and numerous other delights of being an undiagnosed dyslexic at school, prevented me from growing up to be the sort of entrepreneur who chronicles their journey in a public blog. It&#8217;s not all bad: my lack of expertise in the written word pushed me towards computer programming, the greatest skill I&#8217;ve ever learned.&nbsp;</p><p>It wasn&#8217;t until last year when I read Stephen King&#8217;s <em>On Writing</em>, from where I took the name of this post, that I realised writing, like many skills, is easy. Simply practise everyday, work really hard at improving it for an extended period of time, and just like that you too could be an ok writer.</p><p>During the pandemic I started writing for work to distribute ideas and plans, that previously I&#8217;d communicate in-person. It&#8217;s an essential skill for any leader, and one I want to continue to hone, covering many topics here. Despite the fact that it takes me longer than others to create the same output, I&#8217;ve found I enjoy it.</p><p>I&#8217;m moving to a new chapter in my professional life, and I&#8217;m looking for a way to explore what I will do next. I&#8217;ve decided to try writing in this blog as a way to publicly learn more about myself, and share ideas.</p><p>Thanks for following along.</p>]]></content:encoded></item></channel></rss>