<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>My Second Life</title>
    <link>https://mysecondlife.blog/</link>
    <atom:link href="https://mysecondlife.blog/feed.xml" rel="self" type="application/rss+xml"/>
    <description>Field notes from a man in his fifties who is still running the experiment, published with the numbers attached. Healthy, wealthy, wise.</description>
    <language>en-GB</language>
    <copyright>© 2026 Errol Tan</copyright>
    <managingEditor>errol@mysecondlife.blog (Errol Tan)</managingEditor>
    <webMaster>errol@mysecondlife.blog (Errol Tan)</webMaster>
    <lastBuildDate>Thu, 10 Sep 2026 09:00:00 +0000</lastBuildDate>
    <pubDate>Thu, 10 Sep 2026 09:00:00 +0000</pubDate>
    <image>
      <url>https://mysecondlife.blog/assets/img/og.png</url>
      <title>My Second Life</title>
      <link>https://mysecondlife.blog/</link>
    </image>
    <item>
      <title>The Prompt Is Not The Point</title>
      <link>https://mysecondlife.blog/articles/learning-about-ai.html</link>
      <guid isPermaLink="true">https://mysecondlife.blog/articles/learning-about-ai.html</guid>
      <pubDate>Thu, 10 Sep 2026 09:00:00 +0000</pubDate>
      <category>Wise</category>
      <description>Learning AI in middle age — from writing wishes to writing context.</description>
      <content:encoded><![CDATA[<p>Most men my age are waiting to be retrained or reskilled. I personally think that they will be waiting a very long time.</p>

      <p>Nobody is coming. There is no course, no corporate rollout, no two-day workshop that will do this for you. I have spent nearly thirty years in civil engineering and transport planning, on several continents, and I can tell you that the single biggest determinant of whether someone my age gets any value out of AI is not intelligence, technical background or budget. It is the willingness to look stupid for about six weeks.</p>

      <p>I looked stupid for about six weeks.</p>

      <h2>Stage one: writing wishes</h2>

      <p>My first prompts were wishes. &ldquo;Summarise this report.&rdquo; &ldquo;Write me a market entry strategy.&rdquo; &ldquo;What are the benchmarks for metro construction costs?&rdquo;</p>

      <p>I got mush. Confident, well-structured, plausible mush &mdash; the sort of thing a very keen graduate produces on their first Friday when they have not asked a single question all week. And like most people, I drew exactly the wrong conclusion. I decided the tool was overrated.</p>

      <p>It wasn&rsquo;t overrated. <strong>I was under-briefing it.</strong></p>

      <p>Think about how you actually delegate. You do not walk up to a new starter and say &ldquo;do the rates benchmarking.&rdquo; You give them the contract. You tell them the client, the currency, the seniority tiers, the format the PMO expects, the three things the last submission got wrong. You tell them what good looks like. Then you leave them alone.</p>

      <p>I was doing none of that. I was typing one sentence into a box and expecting a deliverable.</p>

      <h2>Stage two: context is the whole job</h2>

      <p>The turn came when I stopped writing prompts and started writing context.</p>

      <p>Markdown files. Plain text, structured with headings, bullets, tables. Nothing clever. One file describing the project &mdash; the site parameters, the institutional landscape, the standards that apply, the terminology. One file describing how I want work produced &mdash; Word documents with source citations and confidence ratings, no unsourced assertions dressed as fact, professional judgement flagged as professional judgement. One file holding what we have already established, so I never have to explain it twice.</p>

      <p>That is it. That is the whole trick. <strong>Markdown files that travel with the work.</strong></p>

      <p>The difference is not incremental. It is the difference between a stranger and a colleague of three years. When I open a benchmarking task now, the model already knows that unit cost rates are in SAR, that the deliverable is a colour-coded workbook with one firm per tab, that the naming convention is fixed, that a triangulated estimate must carry an explicit confidence caveat. I do not restate it. It is written down.</p>

      <p>Write the context down. Refuse to repeat yourself. Every sentence you type twice is a file you should have written once. If you&rsquo;re already there, maybe start thinking about creating skills so that you can streamline your processes in the future.</p>

      <h2>What it actually does</h2>

      <p>Three examples from the last year, all real, none of them toys.</p>

      <p><strong>Benchmarking.</strong> Infrastructure CAPEX work using actual outturn costs as the primary comparator, cross-referenced against the NYU Marron Transit Costs Project and the Flyvbjerg cost-overrun literature. Actual detailed comparisons of publicly available, exemplary mobility and transport hubs and pulling out details that are pertinent to my work, and that a human would normally miss from the sheer amount of data. Work that used to be a fortnight of a junior&rsquo;s life, done properly in an afternoon, with the sourcing hierarchy visible so I can audit every number.</p>

      <p><strong>Go-to-market.</strong> Pitch narrative and market sizing for NAYRobotics, my warehouse automation venture. A Gulf-focused market entry due diligence pack for a Madrid consultancy &mdash; market conditions, competitive landscape, MISA licensing, Saudization, financial estimates, twenty-three slides and a full Word appendix. Drafted with me, not for me.</p>

      <p><strong>The virtual PA.</strong> Inbox and diary. Email triaged and drafted, meetings scheduled, documents filed to Drive, the CRM kept current. Every outbound draft is flagged DO NOT SEND until I have read it myself. That rule is not negotiable and never will be.</p>

      <h2>Where it will burn you</h2>

      <p><strong>It lies. Beautifully.</strong></p>

      <p>It will invent a citation with a plausible author, a plausible journal and a plausible year, and it will do it in the same even tone it uses for the things that are true. It will produce a number that is directionally sensible and factually fabricated. If you cannot tell the difference, it will eat you.</p>

      <p>This is precisely where thirty years is worth something. I know what a plausible day rate looks like for a Grade 3 engineer in the Gulf. I know when a cost-per-kilometre figure has drifted into fantasy. I know which standards actually apply and which ones the model has hallucinated into relevance. The judgement is the scarce input. It always was.</p>

      <p>So verify. Demand sources. Make it separate verified citation from professional judgement, explicitly, in every document. Then check the citations anyway. Create feedback loops like I&rsquo;ve done, and if you&rsquo;re really getting competent with your prompt engineering, you can even create independent AI checkers with explicit checking criteria (like a really good QA/QC person).</p>

      <h2>The part nobody says out loud</h2>

      <p>The advantage in this is not with the twenty-five-year-olds. It is with us.</p>

      <blockquote class="pull">The judgement is the scarce input. It always was.</blockquote>

      <p>They can prompt faster. Fine. But prompting is not the point &mdash; the prompt is the least valuable part of the entire exercise. The valuable part is knowing what question to ask, what a good answer looks like, and when you are being told something that is confidently wrong. That takes decades. You already have the decades.</p>

      <p>What you do not have is an excuse.</p>

      <p>Start with one real piece of work. Not a toy, not a demo &mdash; something you actually have to deliver this month. Write down the context first. Give it the brief you would give a competent new starter, then set the guardrails to ensure that your data isn&rsquo;t misused or co-opted to train the AI provider&rsquo;s models. Read the output like a reviewer, not an audience.</p>

      <p>Then do it again tomorrow.</p>

      <p><strong>Show up, do the work, go home. Same as it ever was. The tools changed. The hard graft didn&rsquo;t.</strong></p>]]></content:encoded>
    </item>
    <item>
      <title>Good.</title>
      <link>https://mysecondlife.blog/articles/growth-mindset.html</link>
      <guid isPermaLink="true">https://mysecondlife.blog/articles/growth-mindset.html</guid>
      <pubDate>Wed, 02 Sep 2026 09:00:00 +0000</pubDate>
      <category>Wise</category>
      <description>The complaint reflex costs you the first minute. The competence reflex costs you the new sector. Kill both.</description>
      <content:encoded><![CDATA[<p>The most expensive habit a man can carry into his fifties is the reflex to complain.</p>

      <p>It feels free and I think that&rsquo;s what makes it dangerous. The project award goes to someone else, the flight gets cancelled, the pilot data comes back ugly &mdash; and before you have processed a single fact, you have already spent forty seconds narrating why this is unfair. Multiply that by a career. Nearly thirty years in civil engineering and transport planning has taught me that the complaint is never the problem. The complaint is the price you pay before you start solving the problem.</p>

      <p>Jocko Willink has the best fix I have found, and it is one word.</p>

      <p><strong>Good.</strong></p>

      <p>Something goes wrong, and you say it out loud. I didn&rsquo;t win the framework contract. <em>Good.</em> Now I find out what the winner priced that I didn&rsquo;t. Robot vendor pushed the delivery back a quarter. <em>Good.</em> More time to nail down the brownfield site survey for the client&rsquo;s warehouse before anything lands on a warehouse floor. Client killed the scheme. <em>Good.</em> I was building it on an assumption I never tested.</p>

      <p>The trick is that you have to finish the sentence. &ldquo;Good&rdquo; on its own is stoicism as a bumper sticker. &ldquo;Good, because &mdash;&rdquo; is a demand. It forces your brain out of the grievance loop and into search mode, and your brain, being lazy and obedient, will actually go and look for an answer. Sometimes the answer is thin. Take it anyway. A thin answer beats forty seconds of narration.</p>

      <p>Refuse to complain first. Complain later if you must, on your own time, with the work already moving.</p>

      <hr class="piece__break" aria-hidden="true">

      <p>The second habit is harder, because it attacks something men our age quietly treasure: competence.</p>

      <p>I moved to Riyadh in July 2021. I now run a mobility practice by day and a warehouse robotics venture, NAYRobotics, alongside it. I am learning Najdi Arabic. I am learning Mandarin. I spend a good part of my week being visibly, measurably worse at things than people twenty years my junior.</p>

      <p>The first year of that was awful. Not hard &mdash; awful. Because at fifty-something you have built an identity out of being the person in the room who knows. Being a beginner again feels like a demotion so you avoid it. You stay in the sectors and comfort zone where you are already the expert, you delegate the unfamiliar, and you tell yourself it is a use-of-time argument. It isn&rsquo;t. It is ego management dressed up as prioritisation.</p>

      <p>Here is the reframe that worked. Frustration when learning something new is not evidence that you are too old. It is the sensation of the thing working. It is lactate building up in muscles that you haven&rsquo;t been using. You would not stop a hill climb because your legs hurt &mdash; the hurt is the point of the hill. Mental effort is identical, and it is the only signal you get that you are actually building something rather than rehearsing what you already own.</p>

      <p>So chase it. Look forward to it. Go and find the meeting where you are the least knowledgeable person present and sit in it deliberately.</p>

      <p>One caveat, because I dislike self-help delivered as gospel: the academic literature on &ldquo;growth mindset&rdquo; is far weaker than the TED-talk version suggests, and large meta-analyses have found the effects small and inconsistently replicated. I am not making a scientific claim. I am making a practical one, and the practical one is unarguable &mdash; the man who is willing to be a beginner has more options at sixty than the man who isn&rsquo;t.</p>

      <hr class="piece__break" aria-hidden="true">

      <p>The third point is the payoff, and it is the one only a middle-aged man gets.</p>

      <blockquote class="pull">Frustration when learning something new is not evidence that you are too old. It is the sensation of the thing working.</blockquote>

      <p>Thirty years of experience is not thirty years of knowing more transport planning. Its real value is the pattern library and joining the dots across other disciplines and sectors.</p>

      <p>When I look at brownfield warehouse automation, I am not seeing robotics. I am seeing a network problem I have solved before &mdash; flow, conflict points, throughput at the constrained node, the difference between designed capacity and operated capacity. At its essence, a warehouse shuttle system is a metro system with a smaller loading gauge. When I read a robotics-as-a-service contract, I am reading an availability-payment concession with different nouns. Rate benchmarking, technical due diligence, dialect learning &mdash; every one of them is pattern-matching under uncertainty.</p>

      <p>Young people learn faster. They cannot do this. They haven&rsquo;t got the second sector to connect it to.</p>

      <p>That is the whole argument. The complaint reflex costs you the first minute. The competence reflex costs you the new sector. Kill both, and thirty years of scar tissue stops being a record of what you have done and starts being an instrument for reading things you have never seen before.</p>

      <p><strong>Good.</strong></p>]]></content:encoded>
    </item>
    <item>
      <title>The Sardine Fast: What It Is, What the Evidence Says, and Who Should Leave It Alone</title>
      <link>https://mysecondlife.blog/articles/sardines.html</link>
      <guid isPermaLink="true">https://mysecondlife.blog/articles/sardines.html</guid>
      <pubDate>Wed, 19 Aug 2026 09:00:00 +0000</pubDate>
      <category>Healthy</category>
      <description>The evidence for the fish is strong and the evidence for the fast is almost nonexistent, which are two very different claims that almost nobody bothers to separate.</description>
      <content:encoded><![CDATA[<p>Most short fasts fail for the same reason most diets fail. They ask you to be hungry and heroic at the same time.</p>

      <p>It&rsquo;s for the above reasons that I personally think that the sardine fast is the workaround. In case you&rsquo;ve never heard of it, the concept behind it is pretty straightforward: three to five days, a few tins of the oily fish, water, black coffee. You stay in a deep calorie deficit, but you&rsquo;re not staring at the ceiling at 3am wondering whether you&rsquo;re catabolising the deltoids you spent years building so that you look like the Ultimate Warrior (yes, I&rsquo;m from that era). It&rsquo;s cheap. It&rsquo;s simple. It takes no willpower to prepare. And it has become the fasting protocol of choice for people who don&rsquo;t actually enjoy fasting.</p>

      <p>Having said all that, there is also almost no direct evidence behind it &mdash; but I know how a sardine fast makes me feel personally. Let&rsquo;s go through what the science actually says.</p>

      <h2>The protocol</h2>

      <p>Dominic D&rsquo;Agostino &mdash; the USF neuroscientist who has spent his career on ketone metabolism &mdash; described his version on The Tim Ferriss Show in September 2025: roughly one to two cans a day, for up to a week, repeated monthly, with magnesium and vitamin C added.<sup><a href="#ref-1">1</a>,&hairsp;<a href="#ref-2">2</a></sup> He reaches for it when he feels something coming on &mdash; illness, brain fog, a flare-up. Other practitioners run it heavier, four or five cans a day, eating to satiety rather than counting.</p>

      <p>Know what you&rsquo;re actually consuming. One 3.75&nbsp;oz tin of Atlantic sardines in oil, drained, bones in, gives you roughly 191 calories, 22.6&nbsp;g of protein, 0.89&nbsp;g of EPA and DHA, 351&nbsp;mg of calcium, 8.2&nbsp;mcg of B12 and 48.5&nbsp;mcg of selenium. Two tins is under 400 calories. Five tins is about 955 calories and 113&nbsp;g of protein.<sup><a href="#ref-3">3</a></sup></p>

      <p>That spread matters more than anything else in this article. Hold that thought.</p>

      <h2>Where it came from</h2>

      <p>Fred Hatfield &mdash; &ldquo;Dr. Squat,&rdquo; the first man to squat over 1,000&nbsp;lb in competition &mdash; was diagnosed with metastatic skeletal cancer in 2012 and told by three doctors he had three months. He went ketogenic, ran repeated sardine fasts, and the cancer went into remission. He died in May 2017. Of sudden heart failure, at 74. Not of cancer.<sup><a href="#ref-4">4</a>,&hairsp;<a href="#ref-5">5</a></sup></p>

      <p>It&rsquo;s a hell of a story. It is also a single uncontrolled self-reported case, with concurrent treatment, no imaging trail in the literature, and every survivorship bias you can name. Anecdote generates hypotheses. It does not test them. Anyone who sells you the Hatfield story as proof is selling you something.</p>

      <blockquote class="pull">You stay in a deep calorie deficit, but you&rsquo;re not staring at the ceiling at 3am wondering whether you&rsquo;re catabolising the deltoids you spent years building so that you look like the Ultimate Warrior</blockquote>

      <h2>The strongest argument against calling this a fast</h2>

      <p>Here&rsquo;s the objection nobody in the sardine-fast community wants to engage with.</p>

      <p>The mechanistic pitch is that this mimics fasting &mdash; low insulin, low mTOR, AMPK up, autophagy on. The closest properly tested cousin is Valter Longo&rsquo;s fasting-mimicking diet. In the randomised trial, 100 participants ran 750&ndash;1,100 calories a day for five days a month, three cycles. Results: about 6&nbsp;lb lost, 1&ndash;2 inches off the waist, systolic pressure down 4.5&nbsp;mmHg, diastolic down 3.1, IGF-1 down into a lower-risk range, fasting glucose normalised in the at-risk group, lean mass preserved.<sup><a href="#ref-6">6</a></sup></p>

      <p>But Longo&rsquo;s diet is deliberately <em>low protein</em>. That&rsquo;s the active ingredient in the IGF-1 and mTOR story. Eat five tins of sardines and you&rsquo;ve taken in 113&nbsp;g of protein &mdash; more than most people eat on a normal day.<sup><a href="#ref-3">3</a></sup> You have not mimicked a fast. You&rsquo;ve run a protein-sparing modified fast, which is a legitimate, well-characterised intervention in its own right, but it is not the same lever and it will not do the same things.</p>

      <p>So pick your objective. Want the IGF-1 and autophagy signal? Stay at one or two tins and accept that you&rsquo;ll be hungry. Want the deficit with your muscle intact and your training tolerable? Eat four or five and stop claiming autophagy benefits you haven&rsquo;t earned. You cannot have both at once. Anyone telling you otherwise is hand-waving. I&rsquo;ve personally gone with the second route in order to preserve my muscle mass but it&rsquo;s entirely up to you, depending on your own objectives.</p>

      <h2>What sardines earn on their own merits</h2>

      <p>Strip the fasting narrative away and the fish still stands up.</p>

      <p>The best trial is Spanish: 152 adults over 65 with prediabetes, randomised, twelve months. Both groups got a diabetes-prevention nutrition programme; one group added 200&nbsp;g of sardines a week &mdash; two tins. The proportion in the high-risk-of-diabetes category fell from 37&nbsp;per cent to 8&nbsp;per cent in the sardine group, against 27&nbsp;per cent to 22&nbsp;per cent in the controls. HOMA-IR down, HDL up, adiponectin up, triglycerides down, blood pressure down. Twelve months, real endpoints, control group.<sup><a href="#ref-7">7</a></sup> That&rsquo;s the good stuff.</p>

      <p>Then there&rsquo;s the micronutrient load. Bones in, you&rsquo;re getting calcium and vitamin D from a whole food. B12 at several times the daily requirement per tin. Selenium. And an EPA/DHA dose that most people never reach from supplements.<sup><a href="#ref-3">3</a></sup></p>

      <p>Mercury is the objection people raise, and it&rsquo;s the wrong one. Sardines are small, short-lived and low on the food chain. FDA sampling puts them at 0.013&nbsp;ppm &mdash; against 0.126 for canned light tuna, 0.350 for albacore, and 0.995 for swordfish. Roughly seventy-five times cleaner than swordfish.<sup><a href="#ref-8">8</a></sup> Eat the sardines like me.</p>

      <h2>Who should not do this</h2>

      <p><strong>Gout.</strong> This is the real risk and it is not theoretical. Sardines are among the most purine-dense foods available, and in 47,150 men followed for 12 years, top-quintile seafood intake carried a relative risk of gout of 1.51. Concentrating five days of purines into a body that already struggles with uric acid is a bad experiment with a painful endpoint.<sup><a href="#ref-9">9</a></sup></p>

      <p><strong>Chronic kidney disease.</strong> Same logic, worse consequences.</p>

      <p><strong>Anyone on insulin or sulfonylureas.</strong> A sudden deficit of a thousand calories or more, combined with hypoglycaemic medication, is a situation that needs a doctor involved, not a blog.</p>

      <p><strong>Anyone on blood-pressure medication or diuretics.</strong> Watch the sodium, which varies wildly by brand &mdash; drained tins run around 280&nbsp;mg, some brands considerably more.<sup><a href="#ref-3">3</a></sup></p>

      <p><strong>Anyone with a history of disordered eating.</strong> Restrictive protocols with rules and a countdown are not a neutral tool for everyone.</p>

      <h2>If you&rsquo;re going to run it</h2>

      <p>Buy tins with bones in, in olive oil or water. Drain them. Salt your food and take magnesium and potassium, because ketosis dumps electrolytes and most people who feel terrible on day two are simply low on sodium. Drink more water than feels necessary. If you like data, measure glucose and ketones and track your GKI &mdash; glucose in mg/dL divided by 18, divided by ketones in mmol/L; under 3 is deep territory.<sup><a href="#ref-10">10</a></sup> Train light. Walk instead of lifting heavy.</p>

      <p>And break it with real food, or a bone broth as a transition back into heavier foods. A five-day protocol undone by a Friday night blowout is a five-day protocol wasted.</p>

      <h2>The verdict</h2>

      <p>The sardine fast has never been tested as the sardine fast. Not once. What it has is two well-supported limbs &mdash; short-term energy restriction, and sardines themselves &mdash; bolted together by a plausible mechanism and one dramatic anecdote.</p>

      <p>That makes it a reasonable, cheap, low-risk thing for a healthy person to try for three to five days. It does not make it medicine. Don&rsquo;t let anyone sell it to you as cancer treatment, and don&rsquo;t let the story of one very strong man carry more weight than it can hold.</p>

      <p>Confidence in the sardine evidence: high. Confidence in short-term energy restriction: moderate to high. Confidence in the sardine fast specifically doing anything beyond those two things: low. Eat the fish anyway &mdash; your skin and bones will also thank you.</p>

      <h2>Sources</h2>

      <p>Evidence tier is flagged on each entry. Nothing below is a trial of the sardine fast itself, because no such trial exists.</p>

      <ol class="piece__sources piece__sources--numbered">
        <li id="ref-1">Ferriss, T. (host) and D&rsquo;Agostino, D. <a href="https://tim.blog/2025/09/03/dr-dominic-dagostino-all-things-ketones/">&ldquo;Dr. Dominic D&rsquo;Agostino &mdash; All Things Ketones, How to Protect the Brain and Boost Cognition, Sardine Fasting, Diet Rules, Revisiting Metformin and Melatonin, and More.&rdquo;</a> The Tim Ferriss Show, episode 825, 3 September 2025. &mdash; Tier: expert opinion, unreviewed.</li>
        <li id="ref-2">Podcast Notes. <a href="https://podcastnotes.org/tim-ferris-show/all-things-ketones-how-to-boost-cognition-sardine-fasting-diet-rules-more-dr-dom-dagostino-on-the-tim-ferriss-show-ep-825/">&ldquo;All Things Ketones, How to Boost Cognition, Sardine Fasting, Diet Rules, &amp; More &mdash; Dr. Dom D&rsquo;Agostino on The Tim Ferriss Show Ep. 825.&rdquo;</a> 2025. &mdash; Tier: third-party summary of [1]. Protocol figures cross-checked against the episode notes.</li>
        <li id="ref-3">U.S. Department of Agriculture, FoodData Central. <a href="https://tools.myfooddata.com/nutrition-facts/175139/wt1">&ldquo;Fish, sardine, Atlantic, canned in oil, drained solids with bone,&rdquo;</a> FDC ID 175139. Values per 92&nbsp;g (3.75&nbsp;oz) tin. &mdash; Tier: reference database.</li>
        <li id="ref-4">English, N. <a href="https://barbend.com/fred-hatfield-dr-squat/">&ldquo;Fred &lsquo;Dr. Squat&rsquo; Hatfield Passes Away at 74.&rdquo;</a> BarBend, 15 May 2017. &mdash; Tier: journalism reporting a self-reported case. Records the 2012 diagnosis and the three-month prognosis.</li>
        <li id="ref-5"><a href="https://en.wikipedia.org/wiki/Frederick_Hatfield">&ldquo;Frederick Hatfield.&rdquo;</a> Wikipedia. &mdash; Tier: tertiary, weakest source cited here. Reported causes of death differ between [4] and [5]; both agree the cause was not the cancer.</li>
        <li id="ref-6">Wei, M., Brandhorst, S., Shelehchi, M., et al. &ldquo;Fasting-mimicking diet and markers/risk factors for aging, diabetes, cancer, and cardiovascular disease.&rdquo; Science Translational Medicine, 2017;9(377):eaai8700. doi:10.1126/scitranslmed.aai8700. <a href="https://gero.usc.edu/2017/02/16/scientifically-designed-fasting-diet-lowers-risks-for-major-diseases/">Trial summary.</a> &mdash; Tier: randomised controlled trial (n=100 randomised, 71 completers).</li>
        <li id="ref-7">D&iacute;az-Rizzolo, D.A., Serra, A., Colungo, C., Sala-Vila, A., Sis&oacute;-Almirall, A., Gomis, R. &ldquo;Type 2 diabetes preventive effects with a 12-months sardine-enriched diet in elderly population with prediabetes: an interventional, randomized and controlled trial.&rdquo; Clinical Nutrition, 2021;40(5):2587&ndash;2598. doi:10.1016/j.clnu.2021.03.014. PMID 33932804. <a href="https://www.uoc.edu/en/news/2021/115-health-nutrition-diabetes-sardines">Summary.</a> &mdash; Tier: randomised controlled trial, 12 months, n=152. The strongest evidence in this article.</li>
        <li id="ref-8">U.S. Food and Drug Administration. <a href="https://www.fda.gov/food/environmental-contaminants-food/mercury-levels-commercial-fish-and-shellfish-1990-2012">&ldquo;Mercury Levels in Commercial Fish and Shellfish (1990&ndash;2012).&rdquo;</a> &mdash; Tier: regulatory sampling data.</li>
        <li id="ref-9">Choi, H.K., Atkinson, K., Karlson, E.W., Willett, W., Curhan, G. <a href="https://www.nejm.org/doi/full/10.1056/NEJMoa035700">&ldquo;Purine-rich foods, dairy and protein intake, and the risk of gout in men.&rdquo;</a> New England Journal of Medicine, 2004;350(11):1093&ndash;1103. doi:10.1056/NEJMoa035700. PMID 15014182. &mdash; Tier: prospective cohort, 47,150 men, 12 years, 730 incident cases.</li>
        <li id="ref-10">Meidenbauer, J.J., Mukherjee, P., Seyfried, T.N. <a href="https://link.springer.com/article/10.1186/s12986-015-0009-2">&ldquo;The glucose ketone index calculator: a simple tool to monitor therapeutic efficacy for metabolic management of brain cancer.&rdquo;</a> Nutrition &amp; Metabolism, 2015;12:12. doi:10.1186/s12986-015-0009-2. &mdash; Tier: methodology paper. The GKI range quoted was derived in a brain-cancer context, not validated for healthy people running short fasts.</li>
      </ol>]]></content:encoded>
    </item>
    <item>
      <title>Creatine Is the Cheapest Upgrade Available to a Middle-Aged Man</title>
      <link>https://mysecondlife.blog/articles/creatine.html</link>
      <guid isPermaLink="true">https://mysecondlife.blog/articles/creatine.html</guid>
      <pubDate>Wed, 05 Aug 2026 09:00:00 +0000</pubDate>
      <category>Healthy</category>
      <description>The most-studied supplement in sports nutrition turns out to be a brain supplement.</description>
      <content:encoded><![CDATA[<p>I&rsquo;m of the view that most men over forty are buying the wrong supplements. Most of my male friends in this age group (at least those they care one wit about their health) go for the exotic stuff &mdash; mushroom extracts, peptides, nootropic blends with a proprietary label so the dose stays hidden. Meanwhile the boring compound with a thousand peer-reviewed human trials behind it sits on the bottom shelf at twenty quid a kilo, is dismissed as something for teenagers who want bigger arms.</p>

      <p>That is a mistake. Creatine monohydrate is not a bodybuilding supplement but a naturally occurring chemical compound. It is an energy-buffering system, and your brain works it as hard as your quadriceps do.</p>

      <p>The mechanism is simple. Every cell runs on ATP. When demand spikes &mdash; a heavy set, a hard problem, a night without sleep &mdash; <strong>ATP gets spent faster than it can be rebuilt</strong>. Phosphocreatine is the reserve tank that regenerates it on the spot. Load more creatine into the tissue and you extend the window before performance falls off a cliff. That is the whole story. Muscle and brain, same currency.</p>

      <h2>The brain case is now stronger than the muscle case</h2>

      <p>This is the part that should change your thinking. It&rsquo;s certainly changed mine, especially with my inter-continental trips across time zones. At my age, I&rsquo;ve definitely started feeling the effect of doing so, not just physically but also mentally (screw you brain fog!!).</p>

      <blockquote class="pull">It boosts ATP production to fuel your muscles, and emerging research shows it also sharpens cognitive function, especially under stress and fatigue.</blockquote>

      <p>In 2024, researchers at Forschungszentrum J&uuml;lich gave fifteen volunteers a single high dose of creatine &mdash; 0.35&nbsp;g/kg, roughly 26&nbsp;g for a 75&nbsp;kg man &mdash; during 21 hours of sub-total sleep deprivation. Cognitive performance improved from three and a half hours after the dose and the effect held or grew out to nine hours. Word memory rose about 10&nbsp;per cent. Processing speed on language, logic and numeric tasks improved by 16 to 29&nbsp;per cent. Measured fatigue fell. They watched the brain&rsquo;s high-energy phosphates shift on magnetic resonance spectroscopy while it happened.</p>

      <p>Read the caveats before you get excited. Fifteen people. Average age 23. A single dose, never replicated in men in their fifties. And a dose that size in one hit will send a fair number of people straight to the bathroom. This is a proof of mechanism, not a protocol.</p>

      <p>The wider literature is where the age pattern gets interesting. A 2023 meta-analysis in Nutrition Reviews pooled memory trials in healthy adults and found a modest overall effect (SMD 0.29). Split by age, it was 0.88 in adults aged 66 to 76 and essentially zero &mdash; 0.03 &mdash; in the young. Creatine does very little for a well-rested 25-year-old&rsquo;s memory. It does something measurable for an older brain under load. Which is exactly the brain you and I are now relying on.</p>

      <p>Then 2025. A pilot trial at the University of Kansas gave 20&nbsp;g a day for eight weeks to twenty patients with Alzheimer&rsquo;s disease. Brain creatine rose 11&nbsp;per cent on spectroscopy &mdash; hard proof the stuff crosses into brain tissue at that dose &mdash; and scores improved on the global cognition and fluid reasoning composites, plus the individual working-memory, reading and attention tests. I&rsquo;m not quite ready to up my own dosage from the 5&nbsp;g a day to 20&nbsp;g but nevertheless, I&rsquo;m keeping an eye on the research because this is a signal that deserves a proper randomised trial.</p>

      <h2>Muscle, and what the numbers <em>actually</em> say</h2>

      <p>The physical case is settled. It is also smaller than the marketing implies.</p>

      <p>A 2025 meta-analysis of eight randomised trials in adults over fifty found creatine plus resistance training beat training alone for lean tissue mass (SMD 0.27) and lower-limb strength (SMD 0.29). Real, statistically significant, modest. Upper-body strength did not reach significance in the pooled analysis.</p>

      <p>Note the structure of that sentence. Creatine <em>plus</em> resistance training. It is a multiplier on work you are already doing, not a substitute for it. Take creatine and sit still and you will gain water weight and nothing else. Train hard and take creatine and you get maybe 10 to 15&nbsp;per cent more out of the same programme.</p>

      <p>That sounds unglamorous. It compounds. Sarcopenia &mdash; the slow default loss of muscle that begins in your fourth decade and accelerates in your sixth &mdash; is a twenty-year problem, and a 10&nbsp;per cent edge applied every year for twenty years is not a rounding error. It is the difference between carrying your own bags at seventy and not. Just one thing worth pointing out: my weight has hovered between 62 and 64 kilograms for the last two decades but taking creatine has pushed my steady-state weight to 67 to 69 kilograms. I can&rsquo;t quite separate creatine ingestion from my starting to do more resistance training but reliable research all point to water weight accumulation so that&rsquo;s the story I&rsquo;m going with.</p>

      <h2>Where I would push back on the standard pitch</h2>

      <p>Two claims you will hear repeated on every podcast do not survive contact with the evidence. I am including them because you will hear them anyway, and you should know which parts of your own argument are load-bearing.</p>

      <p><strong>Bone density has been oversold.</strong> Chilibeck&rsquo;s 2015 trial showed creatine slowing femoral neck bone loss in postmenopausal women, and it launched a thousand blog posts. The two-year follow-up randomised trial published in 2023 found no benefit to bone mineral density. Forbes&rsquo; meta-analysis found none either. In 2025, Osteoporosis International ran a letter titled, without ambiguity, &ldquo;Insufficient evidence to recommend creatine supplementation as a therapeutic option for osteoporosis.&rdquo; Bone geometry and bone quality signals are more encouraging than the density numbers, but if you are taking creatine for your skeleton you are running on hope, not data. Take it for muscle. Accept that stronger muscle pulling on bone is the plausible route to a stronger skeleton &mdash; an indirect one, and a slow one.</p>

      <p><strong>Depression is thinner still.</strong> The 2025 meta-analysis in the British Journal of Nutrition pooled eleven trials and 1,093 participants. The effect was SMD &minus;0.34, about 2.2 points on the Hamilton Depression Rating Scale, against a clinically meaningful threshold of 3.0. The evidence was graded very low quality. Heterogeneity ran at 71&nbsp;per cent. Correcting for publication bias shrank the effect further. Something may be there. It is not a mood treatment, and nobody should be swapping care for a scoop of powder.</p>

      <p><strong>Cardiovascular markers are early but worth watching.</strong> A 2025 pilot in twelve sedentary adults aged 50 to 64 found flow-mediated dilation improved from 7.7 to 8.9&nbsp;per cent, microvascular reperfusion improved, and fasting glucose and triglycerides fell over four weeks. Twelve people. No control group. File it under &ldquo;promising&rdquo; and check back in three years.</p>

      <h2>What to <em>actually</em> do</h2>

      <p>Buy creatine monohydrate. Not HCl, not buffered, not the liquid, not the version with a stack of amino acids and a marketing budget. Monohydrate is the form used in essentially every trial cited above, and it is the cheapest thing on the shelf. I personally consume the unflavoured kind because I find the artificial berry flavours completely vile, and they&rsquo;re much easier to add to smoothies and protein shakes.</p>

      <p>Five grams a day. Every day, training days and rest days alike. Four years in, that is still my dose, and nothing I have read since has given me a reason to change it. Timing is irrelevant &mdash; you are filling a reservoir over weeks, not spiking a hormone, so take it whenever you will actually remember to take it. Skip the loading phase unless you want saturation in a week rather than a month; if you do load, 20&nbsp;g split into four doses for five days, then drop to five.</p>

      <p>Expect a kilo or two (five in my case!) on the scales in the first fortnight. Like I mentioned above, that is intramuscular water. It is not fat, and it is arguably the point.</p>

      <p>The safety file is about as clean as nutrition science gets: the International Society of Sports Nutrition position stand covers doses up to 30&nbsp;g a day for five years in healthy people with no evidence of renal harm. One practical warning &mdash; creatine raises serum creatinine, which is the marker your doctor uses to estimate kidney function. Tell them you are taking it before somebody panics at a lab result and sends you for a scan you do not need.</p>

      <p>Roughly a quarter of people are non-responders, usually those already near saturation from a heavy red-meat diet. Give it eight weeks and judge honestly.</p>

      <p>That is the whole protocol. Five grams, daily, indefinitely, alongside the training that makes it work. The evidence for the brain is thinner than the evidence for the muscle, and the evidence for bone barely exists at all. Take it anyway. When the downside is twenty quid a month and a heavier bathroom scale, and the upside is a hedge against the two things that genuinely take men apart after fifty &mdash; losing muscle and losing sharpness &mdash; the arithmetic is not close.</p>

      <h2>Sources</h2>

      <ol class="piece__sources">
        <li>Gordji-Nejad A, et al. &ldquo;Single dose creatine improves cognitive performance and induces changes in cerebral high energy phosphates during sleep deprivation.&rdquo; Scientific Reports, 2024. doi:10.1038/s41598-024-54249-9</li>
        <li>Prokopidis K, et al. &ldquo;Effects of creatine supplementation on memory in healthy individuals: a systematic review and meta-analysis of randomized controlled trials.&rdquo; Nutrition Reviews, 2023;81(4):416&ndash;427.</li>
        <li>Smith AN, et al. &ldquo;Creatine monohydrate pilot in Alzheimer&rsquo;s: feasibility, brain creatine, and cognition.&rdquo; Alzheimer&rsquo;s &amp; Dementia: TRCI, 2025. doi:10.1002/trc2.70101 (trial NCT05383833)</li>
        <li>Systematic review and meta-analysis: creatine with resistance training on muscular strength and lean tissue mass in the aged. European Review of Aging and Physical Activity, 2025. doi:10.1186/s11556-025-00392-9</li>
        <li>Chilibeck PD, et al. &ldquo;Effects of creatine and resistance training on bone health in postmenopausal women.&rdquo; Med Sci Sports Exerc, 2015;47:1587&ndash;1595. &mdash; and the 2-year follow-up RCT, Med Sci Sports Exerc, 2023 (PMID 37144634).</li>
        <li>Machado M. &ldquo;Insufficient evidence to recommend creatine supplementation as a therapeutic option for osteoporosis.&rdquo; Osteoporosis International, 2025. doi:10.1007/s00198-025-07713-9</li>
        <li>&ldquo;Creatine supplementation for treating symptoms of depression: a systematic review and meta-analysis.&rdquo; British Journal of Nutrition, 2025 (PMID 41189312).</li>
        <li>&ldquo;Effect of creatine monohydrate supplementation on macro- and microvascular endothelial function in older adults: a pilot study.&rdquo; Nutrients, 2025;17(1):58.</li>
        <li>Kreider RB, et al. &ldquo;ISSN position stand: safety and efficacy of creatine supplementation in exercise, sport, and medicine.&rdquo; J Int Soc Sports Nutr, 2017;14:18.</li>
      </ol>]]></content:encoded>
    </item>
    <item>
      <title>Why I Became an Angel Investor</title>
      <link>https://mysecondlife.blog/articles/angel-investing.html</link>
      <guid isPermaLink="true">https://mysecondlife.blog/articles/angel-investing.html</guid>
      <pubDate>Wed, 15 Jul 2026 09:00:00 +0000</pubDate>
      <category>Wealthy</category>
      <description>Somebody has to go first, you get to choose who, and thirty years of asking what breaks first has to be worth something.</description>
      <content:encoded><![CDATA[<p>Most people invest in things they will never touch, run by fund managers they will never meet, doing work they could not describe if you put a gun to their head. That is what a fund is. You hand over the money, somebody charges you for the privilege of allocating it, and every quarter a number appears on a screen. Up. Down. You had no say in either.</p>

      <p>Angel investing is the opposite of that. You meet the founder. You read the science. You decide.</p>

      <p>I want to be precise about why I do it, because the reasons that get trotted out in most articles on this subject &mdash; returns, excitement, &ldquo;giving back&rdquo; &mdash; are either wrong or lazy. There are three reasons that hold up. Here they are.</p>

      <h2>One: Somebody has to go first</h2>

      <p>Every company you admire was, at one point, two or three brilliant (and usually young) people with an idea and no money.</p>

      <p>That gap &mdash; between the idea working on a bench and the idea working in the world &mdash; is where good technology goes to die. Institutional capital will not touch it. Venture funds have minimum cheque sizes and mandates that make pre-seed uneconomic for them; grant bodies move at the speed of committees with a million bureaucratic hoops to jump through; banks want assets to secure against, and a founding team has none. So the ideas that deserve to exist often sit in a drawer, not because they were wrong, but because nobody was willing to be first.</p>

      <p>The angel is the person willing to be first.</p>

      <p>Now don&rsquo;t get me wrong &mdash; this is not charity. It is the single highest-leverage moment in the entire life of a company, and it is the only moment at which a private individual with a modest cheque can materially alter what happens next. A hundred million pounds arriving at Series C changes a company&rsquo;s trajectory. A five-figure cheque arriving at pre-seed changes whether there is a company at all &mdash; therefore the matter is of an existential nature.</p>

      <p>And the capital is the smaller half of it. Founders at this stage are not short of enthusiasm. They are short of people who will tell them the truth. Being the first outside investor buys you a seat at the table where you can say that assumption is wrong, that customers will not pay for a particular product or feature, or that you are about to sign something you will regret. Do that once, properly, and you have earned your entry price before the company has sold anything.</p>

      <h2>Two: You get to pick who you back &mdash; and what they stand for</h2>

      <p>This is the part that most institutional investing cannot give you at any price.</p>

      <p>When you buy a fund, you buy everything in it. You buy the companies you admire and the ones you would cross the street to avoid, bundled together and sold to you as diversification. You have no vote on ethos. You have no vote on anything.</p>

      <p>As an angel, you have exactly one vote, and it counts for everything: yes or no.</p>

      <p>I use mine on companies whose work sits close to something I actually care about. Food security is the clearest example. It is easy to treat that as an abstraction from a comfortable seat in Riyadh or London. It is not an abstraction. It is arithmetic about protein, land and water, and the arithmetic is not going the right way.</p>

      <p>Which brings me to Algiplex.</p>

      <p>Algiplex is a UK company working on the productivity and resilience of commercial algae farms. Their approach is unusual and, I think, correct: rather than engineering the algae itself, they engineer the microbial ecosystem around it &mdash; evolving symbiotic microbial communities, selecting the best variants, and deploying them as plug-and-play modules that keep physical separation while still delivering the benefit. In lab trials they have reported productivity gains of up to 8.5 times, alongside protection against the contamination events that wipe out crops.</p>

      <p>Now understand why that matters, because the connection to food security is one or two steps removed and that is precisely the point.</p>

      <p>Spirulina is between 55 and 70&nbsp;per cent protein by dry weight. Per unit of land it yields roughly twenty times the protein of soybeans, forty times that of corn, and over two hundred times that of beef. It uses about a quarter of the water that soy protein needs and two per cent of what beef protein needs. It does not require fertile land &mdash; it will tolerate saline conditions that would kill a conventional crop. The FAO has documented cases in Mexico, Togo and China where roughly ten grams a day produced rapid recovery in malnourished children. Those are the FAO&rsquo;s figures, not a marketing brochure&rsquo;s. Did I also mention that it can become a cash crop for farmers in these countries too?</p>

      <p>So the technology exists. The nutrition works. Why has it not eaten the world?</p>

      <p>Because algae farms are biologically unstable. Crops crash. Contamination arrives, the pond turns, and months of production disappear in a week. That instability is what keeps yields down, costs up, and the product priced as a wellness supplement for the affluent rather than a protein source for the people who need protein most. Fix the resilience and you fix the unit economics. Fix the unit economics and the protein becomes cheap. Cheap protein grown on land nobody wants, using water nobody is fighting over, is not a lifestyle product. It is infrastructure.</p>

      <p>That is the chain. Microbial modules, then stable farms, then affordable biomass, then feed and food, then people who could not previously afford the protein. Two steps, maybe three. Unglamorous every one of them.</p>

      <p>The unglamorous step is usually the one that decides the outcome.</p>

      <h2>Three: Thirty years has to be worth something</h2>

      <p>I have spent nearly three decades building and assessing physical systems &mdash; planning them, financing them, tearing apart other people&rsquo;s business cases in due diligence, and watching what happens when a beautiful design meets an operating environment that does not care.</p>

      <p>That experience has one recurring lesson. Things do not fail in the laboratory. They fail at scale, in the field, in the rain, when the operator is tired, assets are not maintained, and the maintenance budget has been cut. The gap between &ldquo;it works&rdquo; and &ldquo;it works reliably, repeatably, at cost, for years&rdquo; is where almost all the value and almost all the risk actually live.</p>

      <blockquote class="pull">The unglamorous step is usually the one that decides the outcome.</blockquote>

      <p>That is not a transferable insight. That is <em>the</em> insight, and it applies to an algae farm exactly as it applies to a metro system.</p>

      <p>So when I look at an early-stage company, I am not trying to out-guess a specialist on the science. I am asking the questions I have spent thirty years learning to ask. What breaks first? What does this cost when you have built a hundred of them rather than one? Who operates it, and what happens when they get it wrong? What is the failure mode nobody has modelled? Founders rarely resent those questions. They have usually been waiting for someone to ask them.</p>

      <p>Angel investing is the only vehicle I know of that converts a career&rsquo;s worth of pattern recognition into an actual position. Deploy it into sectors you understand, at the stage where judgement is worth more than capital, and you are no longer a passive allocator. You are useful.</p>

      <h2>The part nobody puts in the headline</h2>

      <p>Be clear-eyed. The most credible UK dataset we have &mdash; Robert Wiltbank&rsquo;s study for NESTA and the British Business Angels Association, covering 1,080 investments by 158 angels &mdash; found an overall return of 2.2 times capital over an average of 3.6 years. That is the good news. The bad news sits in the same report: fifty-six per cent of exits failed to return the capital invested, and nine per cent of investments generated nearly eighty per cent of all the positive cash flow.</p>

      <p>Read that again. More than half of everything you back will lose money, and your entire result will be decided by one or two positions. This is not an asset class. It is a portfolio of lottery tickets where diligence improves your odds and nothing guarantees them. Invest what you can lose, and mean it. There are however some safeguards and tax relief, especially for EIS-registered startups.</p>

      <p>I invest anyway in spite of the risks. Not despite that distribution &mdash; because of what the winners do when they land. For me, this is an asymmetric bet that has a high chance of failure, but the upside and positive impacts if successful makes it worth my time, effort and money.</p>

      <p>You cannot buy that exposure through a platform. You have to choose it, one founder at a time, and be willing to be wrong in public.</p>

      <p><strong>Choose well. Then be useful.</strong></p>

      <h2>Sources</h2>

      <ol class="piece__sources">
        <li>Algiplex &mdash; company website, <a href="https://algiplex.co.uk">algiplex.co.uk</a> (technology description and reported lab productivity figures).</li>
        <li>Habib, M.A.B., Parvin, M., Huntington, T.C. and Hasan, M.R. (2008), <em>A Review on Culture, Production and Use of Spirulina as Food for Humans and Feeds for Domestic Animals and Fish</em>, FAO Fisheries and Aquaculture Circular No. 1034 (protein content, land and water comparisons, malnutrition case studies).</li>
        <li>Wiltbank, R.E. (2009), <em>Siding with the Angels: Business angel investing &mdash; promising outcomes and effective strategies</em>, NESTA / British Business Angels Association (returns, holding period, loss rate).</li>
      </ol>]]></content:encoded>
    </item>
    <item>
      <title>Carbs Are Fuel. Buy Good Fuel.</title>
      <link>https://mysecondlife.blog/articles/carbs.html</link>
      <guid isPermaLink="true">https://mysecondlife.blog/articles/carbs.html</guid>
      <pubDate>Wed, 01 Jul 2026 09:00:00 +0000</pubDate>
      <category>Healthy</category>
      <description>How I went from zero carbs to some carbs, and why the choice of carb matters more than the amount.</description>
      <content:encoded><![CDATA[<p>Carbohydrates are not the enemy. Bad carbohydrates are.</p>

      <p>It took me a while to learn the difference. For about five years, I ran my diet close to zero carbs, and it did exactly what I asked of it. I got lean and even managed to get my body fat percentage to about 11&nbsp;per cent. No bread, no rice, no potatoes. Protein, fat, green vegetables (usually broccoli, kale and cavolo nero when I can get it). Repeat.</p>

      <p>It worked. I won&rsquo;t pretend otherwise.</p>

      <p>Then the goal changed, and the diet had to change with it.</p>

      <h2>From lean to long-lived</h2>

      <p>Getting lean is a body composition goal. Living longer (and staying useful while I do it) is a different job, and it needs a different toolbox.</p>

      <p>The number that changed my thinking was VO2max: the maximum amount of oxygen your body can take in and use during hard exercise. It is about as close as we have to a single measure of the engine you&rsquo;re running on. And the data linking it to how long you live are brutal.</p>

      <p>In 2018, a team at the Cleveland Clinic followed 122,007 patients who had done a treadmill fitness test, for a median of 8.4 years. People in the elite fitness bracket had roughly 80&nbsp;per cent lower risk of death than those in the lowest bracket. Being in the bottom group carried a bigger mortality risk than smoking, diabetes or coronary artery disease. And there was no ceiling. Elite performers still beat the merely &ldquo;high&rdquo; fit group. More fitness, more benefit, all the way up.</p>

      <p>(It&rsquo;s an observational study, so it shows association, not proof of cause. But the effect is huge, it&rsquo;s consistent with decades of other data, and I&rsquo;m not waiting for a perfect trial before I act on it.)</p>

      <p>So I rebuilt my training around cardio, following I&ntilde;igo San Mill&aacute;n&rsquo;s polarised model. Most of the week is Zone 2: easy, conversational running on Monday, Friday and a long run on Sunday. That builds the base. Once a week, on Wednesday, I go hard: Zone 5 intervals. Sometimes a fartlek session replaces one of the Zone 2 runs. What I don&rsquo;t do is spend time grinding away in the grey middle of Zone 3, which is too hard to build the base and too easy to raise the ceiling.</p>

      <p>The hard day is where the ceiling goes up. In a classic 2007 study, 40 moderately trained men did eight weeks of training with the total workload matched across groups. Long, slow running and threshold running didn&rsquo;t move VO2max significantly. Four-minute intervals at 90&ndash;95&nbsp;per cent of max heart rate improved it by 7.2&nbsp;per cent.</p>

      <p>Here&rsquo;s the catch though. High intensity runs on carbohydrate and I found out the hard way when my body just basically refused to do more work as it was running on fumes.</p>

      <p>Fat is a fantastic fuel for easy work. It&rsquo;s a lousy fuel when you&rsquo;re going flat out. San Mill&aacute;n&rsquo;s own research with George Brooks measured this directly: as intensity climbs, everyone shifts from burning mostly fat to burning mostly carbohydrate. Professional cyclists held on to fat until around 75&nbsp;per cent of their maximum power. Moderately active people crossed over at around 55&nbsp;per cent. By the time you&rsquo;re doing VO2max intervals, you&rsquo;re running almost entirely on glycogen, the carbohydrate stored in your muscles and liver.</p>

      <p>Show up with an empty tank and the intervals go flat. You can&rsquo;t hit the pace. You can&rsquo;t hold the effort. The session that was supposed to raise the ceiling becomes another mediocre Zone 3 slog.</p>

      <p>The best evidence on this comes from Louise Burke&rsquo;s work at the Australian Institute of Sport. She put elite race walkers on either a high-carb diet or a ketogenic, low-carb high-fat diet during three weeks of hard training. The low-carb group more than doubled their fat burning. Sounds great. It wasn&rsquo;t. Their oxygen cost at race pace went up (they got less economical) and they got none of the performance benefit from the training block. The high-carb group raced 10km 6.6&nbsp;per cent faster. The low-carb group didn&rsquo;t improve at all. Burke&rsquo;s team repeated the study in 2020 with 26 walkers. Same result: high-carb 4.8&nbsp;per cent faster, low-carb 2.3&nbsp;per cent slower.</p>

      <p>I&rsquo;m not an elite runner or athlete and neither are most of the people reading this. The physiology is the same though. Hard efforts burn carbohydrate, and if you want quality hard efforts, you have to put some carbohydrate in the tank.</p>

      <p>So the carbs came back. Some, not lots. Enough to fuel the work.</p>

      <h2>Choose your carbs like you&rsquo;d choose your tools</h2>

      <p>Once you accept that you need some carbohydrate, the question becomes which carbohydrate. That&rsquo;s where most people go wrong. They hear &ldquo;carbs are OK now&rdquo; and go straight back to white bread and pastries.</p>

      <p>Don&rsquo;t.</p>

      <blockquote class="pull">Fat is a fantastic fuel for easy work. It&rsquo;s a lousy fuel when you&rsquo;re going flat out.</blockquote>

      <p>My base is vegetables. Lots of them. They bring carbohydrate, but they also bring fibre, and fibre is the part that does the heavy lifting for long-term health. The biggest review on this, published in <em>The Lancet</em> in 2019, pooled nearly 250 studies and trials. People eating the most fibre had 15&ndash;30&nbsp;per cent lower rates of death from all causes and from cardiovascular disease, plus less coronary heart disease, stroke, type 2 diabetes and bowel cancer, compared with people eating the least. The sweetspot was 25&ndash;29 grams a day. Most people fall well short.</p>

      <p>The vegetables also keep the glycaemic index (GI) of my meals low. GI measures how fast a food raises your blood sugar. Low GI means steadier energy and no crash an hour later. Worth knowing though: the same <em>Lancet</em> review found the evidence for fibre much stronger than the evidence for GI on its own. Fibre is the main tool. GI is a useful secondary gauge.</p>

      <p>On top of the vegetables, I add the occasional portion of three things:</p>

      <p><strong>Sweet potato.</strong> Brilliant, but only if you cook it right. This is the one most people get wrong. A 2011 study tested sweet potato cooked different ways. Boiled, it scored a GI of 41&ndash;50: low. Roasted, 79&ndash;93. Baked, 82&ndash;94. Same potato, and the oven takes it from low GI to higher than a lot of white bread. Boil it.</p>

      <p><strong>Brown rice.</strong> Better than white, mostly because it keeps the bran, so you get more fibre and more minerals. Don&rsquo;t assume it&rsquo;s automatically low GI, though. In the University of Sydney GI database, brown rice has tested anywhere from 48 to 75 depending on the variety and how it&rsquo;s cooked. Keep the portion modest and eat it with vegetables and protein, which slow the whole meal down.</p>

      <p><strong>Flatbread.</strong> Occasionally. Pick wholemeal over white when you have the choice. And treat it as a side, not the main event. I&rsquo;m lucky because most of the year, I&rsquo;m based in Riyadh (Saudi Arabia) so flatbread or <em>khubz al-jamri</em> (flatbread baked in charcoal oven) is easily accessible.</p>

      <p>The principle is simple. Vegetables are the foundation. The starchy carbs are the top-up, sized to the training I&rsquo;m actually doing.</p>

      <h2>Strictly no empty carbs</h2>

      <p>This is where I refuse to budge.</p>

      <p>No sugary drinks. No sweets. No pastries. No fruit juice pretending to be healthy. None of it.</p>

      <p>&ldquo;Empty&rdquo; is the right word. Sugar gives you calories and nothing else: no fibre, no micronutrients, nothing that keeps you full. It spikes your blood sugar, drops it again, and leaves you hungrier than before.</p>

      <p>The World Health Organization recommends keeping &ldquo;free sugars&rdquo; (added sugar, plus the sugar in honey, syrups and fruit juice) below 10&nbsp;per cent of your daily calories, and ideally below 5&nbsp;per cent. On a 2,000-calorie day, 5&nbsp;per cent is about 25 grams. A single 330ml can of regular cola has around 35 grams. One can, and you&rsquo;ve blown the whole day&rsquo;s budget before you&rsquo;ve eaten anything.</p>

      <p>The drinks are the worst offenders. You don&rsquo;t feel full after a sugary drink, so those calories get stacked on top of everything else you eat. They sneak in all day long: the fizzy drink with lunch, the sweetened coffee in the afternoon, the juice with breakfast. Cut them out completely. Not &ldquo;cut down&rdquo;. Cut out.</p>

      <p>If I&rsquo;m eating carbohydrate, it has to earn its place. Vegetables earn it with fibre. Sweet potato, brown rice and the occasional flatbread earn it by fuelling my hard sessions. Sugar earns nothing.</p>

      <h2>The blueprint</h2>

      <p>Here&rsquo;s where I&rsquo;ve landed, and I suspect it&rsquo;s where a lot of people chasing longevity will end up:</p>

      <ul>
        <li><strong>Low carb is a good tool for getting lean.</strong> Use it if that&rsquo;s your goal.</li>
        <li><strong>Once the goal becomes fitness and longevity, the hard sessions need fuel.</strong> High-intensity work runs on carbohydrate. Starve it and you undercut the very training that builds VO2max.</li>
        <li><strong>Build every meal on vegetables.</strong> Fibre is the most underrated tool in the box but just remember that not all vegetables are equal.</li>
        <li><strong>Add starchy carbs in moderation, and choose them carefully.</strong> Boiled not baked. Brown over white. Portions sized to the work.</li>
        <li><strong>No empty carbs. Ever.</strong> No sugary food, no sugary drinks.</li>
      </ul>

      <p>None of this is complicated. The hard part is sticking to it week after week when there&rsquo;s a can of something sweet within arm&rsquo;s reach.</p>

      <p>Carbs are fuel. Buy good fuel. Burn what you buy.</p>

      <h2>Sources</h2>

      <ol class="piece__sources">
        <li>Mandsager K, et al. <a href="https://jamanetwork.com/journals/jamanetworkopen/fullarticle/2707428">&ldquo;Association of cardiorespiratory fitness with long-term mortality among adults undergoing exercise treadmill testing.&rdquo;</a> <em>JAMA Network Open</em>, 2018;1(6):e183605.</li>
        <li>Helgerud J, et al. <a href="https://pubmed.ncbi.nlm.nih.gov/17414804/">&ldquo;Aerobic high-intensity intervals improve VO2max more than moderate training.&rdquo;</a> <em>Medicine &amp; Science in Sports &amp; Exercise</em>, 2007;39(4):665&ndash;671.</li>
        <li>San Mill&aacute;n I, Brooks GA. <a href="https://escholarship.org/content/qt5cz1v976/qt5cz1v976.pdf">&ldquo;Assessment of metabolic flexibility by means of measuring blood lactate, fat, and carbohydrate oxidation responses to exercise in professional endurance athletes and less-fit individuals.&rdquo;</a> <em>Sports Medicine</em>, 2018;48(2):467&ndash;479.</li>
        <li>Burke LM, et al. <a href="https://physoc.onlinelibrary.wiley.com/doi/10.1113/JP273230">&ldquo;Low carbohydrate, high fat diet impairs exercise economy and negates the performance benefit from intensified training in elite race walkers.&rdquo;</a> <em>Journal of Physiology</em>, 2017;595(9):2785&ndash;2807.</li>
        <li>Burke LM, et al. <a href="https://journals.plos.org/plosone/article?id=10.1371%2Fjournal.pone.0234027">&ldquo;Crisis of confidence averted: impairment of exercise economy and performance in elite race walkers by ketogenic LCHF diet is reproducible.&rdquo;</a> <em>PLOS ONE</em>, 2020;15(6):e0234027.</li>
        <li>Reynolds A, et al. <a href="https://www.thelancet.com/article/S0140-6736(18)31809-9/fulltext">&ldquo;Carbohydrate quality and human health: a series of systematic reviews and meta-analyses.&rdquo;</a> <em>The Lancet</em>, 2019;393(10170):434&ndash;445.</li>
        <li>Bahado-Singh PS, et al. <a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC3205609">&ldquo;Relationship between processing method and the glycemic indices of ten sweet potato cultivars commonly consumed in Jamaica.&rdquo;</a> <em>Journal of Nutrition and Metabolism</em>, 2011;2011:584832.</li>
        <li>University of Sydney Glycemic Index Research Service database, rice values. <a href="https://www.glycemic-index.org/glycemic-index-of-rice.html">Summary.</a></li>
        <li>World Health Organization. <em>Guideline: Sugars intake for adults and children</em>. Geneva: WHO, 2015.</li>
      </ol>]]></content:encoded>
    </item>
    <item>
      <title>Why I Own Slivers of Paintings I Will Never Hang</title>
      <link>https://mysecondlife.blog/articles/fractional-art.html</link>
      <guid isPermaLink="true">https://mysecondlife.blog/articles/fractional-art.html</guid>
      <pubDate>Wed, 17 Jun 2026 09:00:00 +0000</pubDate>
      <category>Wealthy</category>
      <description>Thirteen positions, seventeen thousand dollars, down 1.3 per cent in three and a half years, and the honest reason I have not sold.</description>
      <content:encoded><![CDATA[<p>Fifty-one thousand two hundred years ago, someone in a cave in Sulawesi painted three people and a wild pig, and arranged them so the picture told a story.</p>

      <p>That is older than agriculture. Older than writing, older than the wheel, older than the first walled town. Researchers from Griffith University and Indonesia&rsquo;s BRIN dated the Leang Karampuang panel using laser-ablation uranium-series analysis and published the result in <em>Nature</em> in July 2024. It is currently the oldest known narrative art on earth.</p>

      <p>Think about what that means. Before we could farm, before we could write anything down, we could already make a mark on a wall that meant something to another person. Art is not a luxury that civilisation produced once it had spare capacity. Art came first. It is the oldest surviving evidence that there is a mind behind the eyes.</p>

      <p>So when people ask why I put money into paintings, the honest first answer has nothing to do with returns. Owning a piece of a Cecily Brown or a Yoshitomo Nara connects me, in a small and very literal way, to the same impulse that put a pig on a cave wall in Sulawesi. That is not a financial argument so I am not going to pretend it is. But it is the reason I looked at the asset class at all, and I would rather say so than dress it up.</p>

      <p>Now the financial part.</p>

      <h2>The gate, and how it opened</h2>

      <p>A serious Nara canvas trades in the millions. A Soulages, a Frankenthaler, a Joan Mitchell &mdash; millions. That market has always been open to the same people: those who can write a seven-figure cheque, absorb the buyer&rsquo;s premium, insure the thing, store it, and wait a decade.</p>

      <p>I cannot do that since I&rsquo;m not an ultra-high net worth investor. Neither can you, probably.</p>

      <p>Fractional platforms &mdash; Masterworks is the one I use &mdash; buy the canvas, put it into a single-purpose LLC, register the offering with the SEC, and sell you shares at $20 a piece. You own an economic interest in one specific painting. You do not get to hang it but you do get exposure to a market that was, for my entire working life, sealed.</p>

      <p>That is the real attraction for me and not just the potential returns. <strong>Access.</strong> I now hold positions in thirteen works by Banksy, Nara, Soulages, Cecily Brown, Helen Frankenthaler, Robert Colescott, Avery Singer, Liu Ye and Christine Ay Tjoe. Total outlay: $17,000. Not one of those artists would have taken my call.</p>

      <p>Three of them, if you want to see what I actually own:</p>

      <ul>
        <li><strong>Yoshitomo Nara, <em>Under the Hazy Sky</em></strong> &mdash; my largest single position, Sotheby&rsquo;s Contemporary Art Evening Sale, Hong Kong, 2021</li>
        <li><strong>Christine Ay Tjoe, <em>First Type of Stairs</em></strong> &mdash; same Sotheby&rsquo;s sale</li>
        <li><strong>Yoshitomo Nara, <em>Sprout in Hands</em></strong> &mdash; Sotheby&rsquo;s 50th Anniversary Contemporary Evening Auction, 2023</li>
      </ul>

      <h2>The correlation argument, told straight</h2>

      <p>Here is the pitch you will hear everywhere: art does not move with the stock market, so it diversifies your portfolio.</p>

      <p>From my own research, the measured correlation genuinely is low but I do think that it&rsquo;s important for you to understand <em>why</em> before you lean on it.</p>

      <p>Paintings trade rarely and are valued by appraisal in between. Appraisals smooth. A smoothed series cannot fall in step with a market that reprices every second &mdash; not because the underlying value is stable, but because nobody is looking. That is a measurement artefact dressed up as a risk property, and it is the same trick that made unlisted property look bulletproof for thirty years.</p>

      <blockquote class="pull">Art is not a luxury that civilisation produced once it had spare capacity. Art came first.</blockquote>

      <p>Worse, when researchers correct for the fact that owners choose <em>when</em> to sell &mdash; you sell the winner, you sit on the dog &mdash; the numbers deflate badly. Korteweg, Kr&auml;ussl and Verwijmeren studied 32,928 repeat-sale paintings from 1960 to 2013 and found that selection correction cut average annual index returns from 8.7&nbsp;per cent to 6.3&nbsp;per cent, and the Sharpe ratio from 0.27 to 0.11 (<em>Review of Financial Studies</em>, 2016).</p>

      <p>Nor is art independent of equities. Goetzmann, Renneboog and Spaenjers tracked art prices against markets from 1830 to 2007 and found equity capital gains &mdash; same-year and lagged &mdash; significantly drive art prices. Which makes sense. The people bidding at Sotheby&rsquo;s got rich somewhere, and mostly they got rich in financial assets.</p>

      <p>So: low measured correlation, yes. Real, structural independence from the wealth cycle, no. The diversification is thinner than the brochure suggests. It is not zero, and I still think a small allocation earns its place &mdash; but hold it for the right reason, and size it accordingly.</p>

      <h2>My own book, warts and all</h2>

      <p>I have had one exit. In August 2024 I put $1,000 into a Joan Mitchell. It exited in November 2025 at $23.40 a share &mdash; <strong>$1,170 back, a 17.0&nbsp;per cent gain, roughly 12.7&nbsp;per cent annualised.</strong> Clean, and exactly what the model promises when it works.</p>

      <p>Across the twelve positions still open, the spread is wide. Cecily Brown&rsquo;s <em>This is Funfun</em> is marked at $24.26 against my $20 cost &mdash; <strong>up 21.3&nbsp;per cent</strong>, and it is my second-largest holding. Christine Ay Tjoe&rsquo;s <em>First Type of Stairs</em> is up 16.9&nbsp;per cent. Frankenthaler&rsquo;s <em>Seaspace</em>, up 14.1&nbsp;per cent.</p>

      <p>The other side of the ledger is uglier. A Soulages is marked down 37.9&nbsp;per cent. An Avery Singer, down 22.4&nbsp;per cent. My biggest position of all, the Nara, is down 10.5&nbsp;per cent.</p>

      <p>Net of everything &mdash; one realised exit plus twelve open positions at Masterworks&rsquo; mid-point valuations &mdash; I am at roughly <strong>$16,773 against $17,000 invested, so I&rsquo;m down about 1.3&nbsp;per cent over three and a half years.</strong></p>

      <p>Over the same stretch the S&amp;P 500 returned north of 100&nbsp;per cent on a total-return basis. I am not going to pretend that away.</p>

      <p>Two more things you should know before you copy me. Those valuations are Masterworks&rsquo; own appraisals, not transaction prices &mdash; two of my holdings carry no appraisal at all and sit at cost by default. And the platform takes 1.5&nbsp;per cent a year plus 20&nbsp;per cent of profits, which is a private-equity fee load on an asset that may take a decade to clear.</p>

      <p>So why am I still in?</p>

      <p>Because I did not buy this to beat the index. I bought it for a small, uncorrelated-ish sleeve of a portfolio that is otherwise entirely exposed to listed markets, and I bought it because I wanted to own a piece of the thing that makes us human. On the first count the jury is out. On the second, I am already paid.</p>

      <p>So my advice to you, if you&rsquo;re keen on art, is to keep it small. Be patient. And be honest with yourself about which of those two reasons is doing the work.</p>

      <h2>Sources</h2>

      <ol class="piece__sources">
        <li>Oktaviana et al., &ldquo;Narrative cave art in Indonesia by 51,200 years ago&rdquo;, <em>Nature</em>, July 2024.</li>
        <li>Korteweg, Kr&auml;ussl &amp; Verwijmeren, &ldquo;Does it Pay to Invest in Art? A Selection-Corrected Returns Perspective&rdquo;, <em>Review of Financial Studies</em> 29(4), 2016.</li>
        <li>Goetzmann, Renneboog &amp; Spaenjers, &ldquo;Art and Money&rdquo;, NBER Working Paper 15502.</li>
        <li>Sotheby&rsquo;s lot records.</li>
        <li>S&amp;P 500 annual total returns, Slickcharts.</li>
        <li>Portfolio and transaction data: Masterworks account exports, 9 September 2026.</li>
      </ol>]]></content:encoded>
    </item>
    <item>
      <title>Why I Changed My Mind About Gold</title>
      <link>https://mysecondlife.blog/articles/precious-metals.html</link>
      <guid isPermaLink="true">https://mysecondlife.blog/articles/precious-metals.html</guid>
      <pubDate>Wed, 03 Jun 2026 09:00:00 +0000</pubDate>
      <category>Wealthy</category>
      <description>Money printing, crowded central bank vaults, and a very hard-working metal called silver. Plus the one rule that keeps me honest.</description>
      <content:encoded><![CDATA[<p>For most of my investing life, I thought gold was either a pet rock, or an obsession for rappers and old Asian aunties.</p>

      <p>It pays no dividend. It doesn&rsquo;t grow, hire, invent or compound. You buy it, lock it away, and then pay someone to guard it. Stocks, by contrast, are claims on real businesses full of people who get up every morning trying to make things better. Over long stretches of time during my lifetime, that engine has won. Comfortably.</p>

      <p>I still believe most of that. But I&rsquo;ve changed my mind about where precious metals belong in my own portfolio, and I&rsquo;ve moved part of my money out of stocks and into gold and silver. Three things did it.</p>

      <h2>1. The printing press never really stopped</h2>

      <p>Here&rsquo;s the number that got under my skin. Before the 2008 financial crisis, the US Federal Reserve&rsquo;s balance sheet was under $900&nbsp;billion. Three rounds of quantitative easing (QE) later, it was around $4.5&nbsp;trillion. Then Covid arrived, and by 2022 it was nearly $9&nbsp;trillion.</p>

      <p><strong>Roughly tenfold, in fourteen years.</strong></p>

      <p>Closer to home, the Bank of England bought &pound;895&nbsp;billion of bonds through its QE programme. In the US, the broad money supply grew by about a quarter in a single year during the pandemic, the fastest pace since the 1940s.</p>

      <p>Then came the clean-up. The Fed spent three and a half years shrinking its balance sheet, and stopped at the start of December 2025 at about $6.6&nbsp;trillion. That&rsquo;s still more than seven times its pre-2008 size. Within days it was buying Treasury bills again. These were &ldquo;reserve management purchases&rdquo;, not QE, as it was careful to point out. (Fair enough. It walks a lot like a duck, though.)</p>

      <p>That was the moment it clicked for me. The emergency measure had quietly become the operating model. And if the supply of money can be expanded at the stroke of a pen, I want some of my wealth parked in something that can&rsquo;t be.</p>

      <p>I&rsquo;ll be straight about one thing: QE doesn&rsquo;t push gold up in a neat straight line. Gold peaked at around $1,920 an ounce in 2011 and then slid to roughly $1,050 by the end of 2015, even as the Fed pushed its balance sheet to a then-record $4.5&nbsp;trillion. Anyone who bought in 2011 purely on the money-printing argument sat through four very uncomfortable years. The logic is long term. The timing is anyone&rsquo;s guess.</p>

      <h2>2. Watch what central banks do, not what they say</h2>

      <p>The second thing that changed my thinking was seeing who else was buying.</p>

      <p>Between 2010 and 2021, central banks bought an average of about 473 tonnes of gold a year. Then something shifted. They bought more than 1,000 tonnes a year for three years running, from 2022 to 2024. 2025 &ldquo;slowed&rdquo; to 863 tonnes, which is still close to double the old average.</p>

      <p>Poland alone added 102 tonnes last year. Gold is now 28&nbsp;per cent of its reserves, and it has set itself a 30&nbsp;per cent target. Kazakhstan, Brazil, Turkey, China and the Czech Republic were all buyers too, and the list isn&rsquo;t confined to any one political bloc.</p>

      <p>Then there&rsquo;s this. According to the European Central Bank, gold made up 27&nbsp;per cent of global central bank reserves at the end of 2025. That put it ahead of US Treasuries (22&nbsp;per cent) and the euro (15&nbsp;per cent). Part of that jump is simply the gold price going up, and I don&rsquo;t want to oversell it. Still, the institutions that print money are choosing to hold more of the one reserve asset that nobody can print, and based on what I&rsquo;ve read in the last few weeks, central banks are starting to repatriate a lot of that gold as well.</p>

      <blockquote class="pull">Central bankers are not gold bugs. They are cautious, committee-driven people. When they quietly back up the truck, I pay attention.</blockquote>

      <table class="piece__figures">
        <thead><tr><th scope="col">By the numbers</th><th scope="col">Figure</th></tr></thead>
        <tbody>
          <tr><td>US Fed balance sheet, before the 2008 crisis</td><td>under $0.9&nbsp;trn</td></tr>
          <tr><td>US Fed balance sheet, 2022 peak</td><td>nearly $9&nbsp;trn</td></tr>
          <tr><td>US Fed balance sheet when QT ended, Dec 2025</td><td>about $6.6&nbsp;trn</td></tr>
          <tr><td>Bank of England QE, total</td><td>&pound;895&nbsp;bn</td></tr>
          <tr><td>Central bank gold buying, 2010&ndash;2021 average</td><td>473 t a year</td></tr>
          <tr><td>Central bank gold buying, 2024 / 2025</td><td>1,092 t / 863 t</td></tr>
          <tr><td>Gold share of central bank reserves, end-2025</td><td>27&nbsp;per cent</td></tr>
          <tr><td>&mdash; against US Treasuries / the euro</td><td>22 / 15&nbsp;per cent</td></tr>
          <tr><td>Solar PV share of silver industrial demand, 2014 &rarr; 2024</td><td>11 &rarr; 29&nbsp;per cent</td></tr>
          <tr><td>Silver mined as a by-product of other metals, 2025</td><td>roughly three-quarters</td></tr>
          <tr><td>Gold record high / early Sept 2026</td><td>$5,589 / ~$4,350</td></tr>
          <tr><td>Silver record high / early Sept 2026</td><td>above $121 / ~$66</td></tr>
        </tbody>
      </table>
      <p class="piece__caption">Key figures referenced in this piece. Prices approximate, early September 2026. Gold record set 28 January 2026; silver, 29 January 2026.</p>

      <h2>3. Silver: part money, part raw material</h2>

      <p>Gold is a monetary metal, pure and simple. Silver does two jobs.</p>

      <p>It has been money for thousands of years. In French the word for money, <em>argent</em>, literally means silver. It is also one of the most useful industrial materials we have: silver conducts electricity and heat better than any other metal. It goes into solar panels, electric vehicles, phones, missiles, and the data centres behind the AI boom.</p>

      <p>Solar has been the big story. In 2014, photovoltaics accounted for 11&nbsp;per cent of silver&rsquo;s industrial demand. By 2024 it was 29&nbsp;per cent. Industrial use now takes close to 60&nbsp;per cent of all the silver consumed each year. And the market has been in deficit, with more silver used than produced, every year since 2021. The Silver Institute is forecasting a sixth straight deficit for 2026.</p>

      <p>The supply side is what really caught my eye. Roughly three-quarters of the world&rsquo;s silver comes out of the ground as a by-product of mining lead, zinc, copper and gold. So when the silver price rises, miners can&rsquo;t simply dig more silver. Supply is stubborn, and stubborn supply meeting steady demand is an interesting set-up.</p>

      <p>Two caveats, in fairness. First, industrial demand isn&rsquo;t growing in a straight line either. It peaked at around 680 million ounces in 2024 and dipped about 3&nbsp;per cent in 2025, because solar manufacturers are working hard to use less silver per panel (high prices tend to do that). Second, silver is volatile. Properly volatile (and some say, prone to market manipulation). It hit a record of over $121 an ounce at the end of January 2026 and is trading around $66 as I write. That&rsquo;s a drop of nearly half in about seven months.</p>

      <p>Silver is gold&rsquo;s wilder younger brother. I own some, but I keep him on a shorter lead.</p>

      <h2>How I actually hold it</h2>

      <p>I&rsquo;ve split my holdings across three routes, because each one does a slightly different job.</p>

      <p><strong>Vaulted bullion in Singapore, through BullionVault.</strong> This is professional-grade bullion held in a vault in Singapore, one of Asia&rsquo;s main bullion hubs. The gold sits in large London Good Delivery bars, the wholesale industry standard, and my share is legally mine rather than an IOU on someone&rsquo;s balance sheet. Dealing costs are low, and I can sell online whenever I need to.</p>

      <p><strong>Gold coins: the Queen&rsquo;s Beasts and the Tudor Beasts.</strong> I&rsquo;ll admit it, I bought these partly because they&rsquo;re beautiful. The Royal Mint&rsquo;s Queen&rsquo;s Beasts series (2016&ndash;2021) depicts the ten heraldic beasts that stood guard outside Westminster Abbey at the 1953 coronation. The Tudor Beasts that followed are inspired by the King&rsquo;s Beasts on the moat bridge at Hampton Court Palace. They are small works of art you can hold in your hand. They are also bullion coins, so the premium over the spot gold price is modest and you aren&rsquo;t paying through the nose for the artistry. As a bonus, Royal Mint bullion coins are UK legal tender, which makes them exempt from Capital Gains Tax for UK residents. A handy bonus for anyone who is, or later becomes, UK tax resident.</p>

      <p><strong>Physically backed gold and silver ETFs.</strong> This is the practical route. They trade like shares in a normal brokerage account, they&rsquo;re easy to top up or trim, and they&rsquo;re backed by metal sitting in vaults. The trade-off is that you own units in a fund rather than the metal itself, and you pay a small annual fee for the privilege.</p>

      <p>The vault is my long-term store. The coins are the part I can hold, and the part I enjoy most. The ETFs are the easy-to-adjust part.</p>

      <h2>Why I stop at 15 per cent</h2>

      <p>This is where I part company with the gold bugs.</p>

      <p>Like I mentioned previously, gold doesn&rsquo;t pay anything. No dividend, no coupon, no rent. It will never compound the way a good business does. If you had bought gold at its 1980 peak of $850 an ounce, you would have waited 28 years just to get your money back in nominal terms, and roughly 45 years (until 2025) once you allow for inflation. Stocks did vastly better over that stretch.</p>

      <p>So I don&rsquo;t think of gold as something that makes me richer. I think of it as insurance that stops me getting poorer. <strong>Think wealth preservation, not wealth creation.</strong> Different tools, different jobs. You wouldn&rsquo;t use a spirit level to drive in a nail.</p>

      <p>That&rsquo;s why I cap precious metals at 15&nbsp;per cent of my total portfolio and my net worth. It&rsquo;s enough to matter if the monetary system takes a nasty knock, and not so much that I give up the long-term compounding that equities and income-producing assets provide. For what it&rsquo;s worth, it sits at the top of the 5&ndash;15&nbsp;per cent range that Ray Dalio has argued for. It is not a small bet.</p>

      <p>A cap also brings a bit of discipline. When metals run hard, as they did through 2025, they can grow past the limit, and the cap says it&rsquo;s time to trim. When they fall, as silver has this year, there&rsquo;s room to add. The rule does the thinking, so emotion doesn&rsquo;t have to.</p>

      <h2>Where I could be wrong</h2>

      <p>I&rsquo;d be kidding myself if I pretended this was a one-way bet. Here are the things that keep me grounded:</p>

      <ul>
        <li><strong>Interest rates.</strong> Gold tends to struggle when cash and bonds pay a decent real return relative to inflation. With oil back near $100 and markets openly pricing a possible Fed rate rise this month, that headwind isn&rsquo;t theoretical.</li>
        <li><strong>Central bank appetite.</strong> Buying fell 21&nbsp;per cent in 2025. If it keeps easing, one pillar of the story gets weaker.</li>
        <li><strong>Thrifting.</strong> Solar makers are getting very good at using less silver. Industrial demand could keep slipping.</li>
        <li><strong>Price.</strong> Gold more than doubled from the start of 2025 to its peak in January 2026, and it has since given back about a fifth. Buying after a run like that carries its own risk.</li>
      </ul>

      <h2>The bottom line</h2>

      <p>Gold isn&rsquo;t going to make me rich. That was never its job. Its job is to still be there, holding its value, when other things aren&rsquo;t. After watching the printing presses run for the best part of two decades, I&rsquo;m happy to pay a small price for that peace of mind.</p>

      <p>That&rsquo;s my approach, for my circumstances. Yours may well look different, and that&rsquo;s fine. If you&rsquo;ve been through a similar change of heart, or think I&rsquo;ve got this completely wrong, I&rsquo;d love to hear from you.</p>

      <h2>Sources</h2>

      <p class="piece__caption">Prices are approximate as of early September 2026.</p>

      <ol class="piece__sources">
        <li>World Gold Council &mdash; <a href="https://www.gold.org/goldhub/research/gold-demand-trends/gold-demand-trends-full-year-2025/central-banks"><em>Gold Demand Trends: Full Year 2025</em>, Central Banks.</a></li>
        <li>MINING.COM &mdash; <a href="https://www.mining.com/gold-overtakes-us-treasuries-in-global-reserve-shift-ecb/">&ldquo;Gold overtakes US Treasuries in global reserve shift: ECB&rdquo;</a>, June 2026.</li>
        <li>Silver Institute &mdash; <a href="https://silverinstitute.org/wp-content/uploads/2026/03/Silver-News-FEB2026.pdf"><em>Silver News</em>, February 2026.</a></li>
        <li>Mexico Business News &mdash; <a href="https://mexicobusiness.news/professional-services/news/world-silver-survey-2026-liquidity-squeeze-and-deficit-trends"><em>World Silver Survey 2026</em> summary.</a></li>
        <li>Statista &mdash; <a href="https://www.statista.com/statistics/253629/percentage-of-global-silver-production-by-primary-source/">global silver production by source, 2025.</a></li>
        <li>International Banker &mdash; <a href="https://internationalbanker.com/banking/why-the-fed-began-a-new-phase-of-balance-sheet-expansion-in-december/">&ldquo;Why the Fed began a new phase of balance-sheet expansion&rdquo;</a>.</li>
        <li>Bloomberg &mdash; <a href="https://www.bloomberg.com/news/articles/2025-12-10/fed-says-it-will-begin-treasury-bill-purchases-on-dec-12">&ldquo;Fed begins $40 billion monthly bill purchases&rdquo;</a>, December 2025.</li>
        <li>CBS News &mdash; <a href="https://www.cbsnews.com/news/highest-gold-price-in-history-how-its-changed-from-2025-to-2026/">highest gold price in history.</a></li>
        <li>Yahoo Finance &mdash; <a href="https://finance.yahoo.com/personal-finance/investing/article/silver-prices-today-tuesday-september-8-2026-silver-prices-holding-over-66-as-iran-conflict-wages-on-111935447.html">silver prices, 8 September 2026.</a></li>
        <li>Yahoo Finance &mdash; <a href="https://finance.yahoo.com/markets/commodities/articles/want-come-win-ray-dalio-100500541.html">Ray Dalio says gold should be 5&ndash;15&nbsp;per cent of your portfolio.</a></li>
        <li>BullionVault &mdash; <a href="https://www.bullionvault.com/help/vault_singapore.html">the Singapore vault.</a></li>
        <li>The Royal Mint &mdash; <a href="https://www.royalmint.com/gold-price/capital-gains-tax-on-investments/">gold bullion coins and Capital Gains Tax.</a></li>
      </ol>]]></content:encoded>
    </item>
  </channel>
</rss>
