<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:base="en">
	<title>David T - Digital Consultancy</title>
	<subtitle>Digital audit and strategy consultations for small businesses. Free tools and insights to improve your digital presence.</subtitle>
	<link href="https://www.davidtiong.com/feed/feed.xml" rel="self"/>
	<link href="https://www.davidtiong.com/"/>
	<updated>2026-05-10T00:00:00Z</updated>
	<id>https://www.davidtiong.com</id>
	<author>
		<name>David Tiong</name>
		<email>david@davidtiong.com</email>
	</author>
	
	<entry>
		<title>I Built a Note Taking App for My Mac</title>
		<link href="https://www.davidtiong.com/ideas/lists-and-notes-for-mac/"/>
		<updated>2026-05-10T00:00:00Z</updated>
		<id>https://www.davidtiong.com/ideas/lists-and-notes-for-mac/</id>
		<summary type="html">Over the years I&#39;ve used a lot of different note taking apps and list managers. Evernote, Apple Notes, Notion, Obsidian, Craft, Google Docs, even just plain Word documents. They all have their...</summary>
		<content type="html">&lt;p&gt;Over the years I&#39;ve used a lot of different note taking apps and list managers. Evernote, Apple Notes, Notion, Obsidian, Craft, Google Docs, even just plain Word documents. They all have their strengths and I&#39;ve spent decent amounts of time in each of them, but I kept running into the same frustrations. Subscription costs that add up, concerns about who can see my data, and that uncomfortable feeling of being locked in where if you stop paying you lose access to your own notes.&lt;/p&gt;
&lt;p&gt;I think what bothered me most was that my notes and lists are pretty personal, they&#39;re how I organise my thinking, and I just wanted them on my machine. Not in someone else&#39;s cloud, not behind a login, just files on my Mac that I own and control. There are some benefits to cloud access sure, being able to get to your notes from anywhere sounds great, but in practice it&#39;s never been as simple or as reliable as it should be.&lt;/p&gt;
&lt;p&gt;So I built something for myself, and it turned into Lists &amp;amp; Notes.&lt;/p&gt;
&lt;p&gt;&lt;picture&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;/img/swj2VpZyGr-3024.avif 3024w&quot;&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;/img/swj2VpZyGr-3024.webp 3024w&quot;&gt;&lt;img alt=&quot;Lists &amp;amp; Notes — lists view with categories, tags, and progress tracking&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;/img/swj2VpZyGr-3024.png&quot; width=&quot;3024&quot; height=&quot;2078&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;h2 id=&quot;what-i-was-actually-looking-for&quot; tabindex=&quot;-1&quot;&gt;What I was actually looking for &lt;a class=&quot;header-anchor&quot; href=&quot;#what-i-was-actually-looking-for&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;I wanted something that combined note taking and list management in one place without being overcomplicated. A lot of apps try to do everything and end up doing nothing particularly well, or they start simple and then keep adding features until they become the thing you were trying to get away from.&lt;/p&gt;
&lt;p&gt;For notes I wanted to write in Markdown with a proper live preview, not something that feels like a code editor but something that&#39;s actually pleasant to write in, where you can see your formatted text updating as you type. For lists I wanted simple checkable items with priorities and categories, the kind of thing where you can quickly throw together a shopping list or a project checklist without it feeling like you&#39;re setting up a project management tool.&lt;/p&gt;
&lt;p&gt;I also wanted categories that matched how I actually think. Not tags scattered everywhere but proper categories with subcategories, like work and personal, or travel with a subfolder for japan. Nested so you can organise things how they make sense to you, and filter and search when you need to find something.&lt;/p&gt;
&lt;h2 id=&quot;writing-in-markdown&quot; tabindex=&quot;-1&quot;&gt;Writing in Markdown &lt;a class=&quot;header-anchor&quot; href=&quot;#writing-in-markdown&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;One of the things I feel strongly about is that notes should be stored in a format that isn&#39;t going to lock you in. Lists &amp;amp; Notes stores every note as Markdown, and you can easily export any note to PDF, to a Word doc, or just copy the Markdown to the clipboard and paste it wherever you like. If you need to send meeting notes to a colleague or put together something that looks a bit more professional, the app has font choices and optional metadata so your PDF exports come out looking clean.&lt;/p&gt;
&lt;p&gt;&lt;picture&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;/img/9mE3ygoKTT-3024.avif 3024w&quot;&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;/img/9mE3ygoKTT-3024.webp 3024w&quot;&gt;&lt;img alt=&quot;Markdown editor with side-by-side live preview showing formatted headings, lists, and action items&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;/img/9mE3ygoKTT-3024.png&quot; width=&quot;3024&quot; height=&quot;2078&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;p&gt;The editor gives you a side by side view where you type on the left and see the rendered version on the right, which I think is the right way to work with Markdown. Headings, tables, code blocks, checklists, it all renders in real time as you write.&lt;/p&gt;
&lt;h2 id=&quot;ai-features-if-you-want-them&quot; tabindex=&quot;-1&quot;&gt;AI features if you want them &lt;a class=&quot;header-anchor&quot; href=&quot;#ai-features-if-you-want-them&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;I added AI features but they&#39;re completely optional, you don&#39;t need an API key and the app works perfectly fine without one. If you do add your own Claude or OpenAI key you get grammar and spelling checks, a writing improvement tool, and TLDR summaries for longer notes. For lists the AI takes what you already have in your list and suggests new items, you pick what you want and add them.&lt;/p&gt;
&lt;p&gt;One thing I was careful about is that it saves a version of your note before any AI changes, so if the grammar check rewrites something in a way you don&#39;t like you can undo it straight away. There&#39;s a full version history as well if you need to go back further. Your API key is encrypted on your machine and when you use an AI feature only that specific note gets sent to the provider, nothing else.&lt;/p&gt;
&lt;h2 id=&quot;everything-stays-on-your-mac&quot; tabindex=&quot;-1&quot;&gt;Everything stays on your Mac &lt;a class=&quot;header-anchor&quot; href=&quot;#everything-stays-on-your-mac&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;I think this is the part that matters most to me. No account, no cloud, no tracking. Your notes, lists, settings, backups, all on your machine. The app does daily auto-backups and keeps 15 of them rolling so if something goes wrong you can restore from any recent point.&lt;/p&gt;
&lt;p&gt;With this Mac desktop app you can still choose to export your data, to back it up and store copies in your own cloud service. The app is yours to keep with no ongoing payments to access, so at any time you could reinstall and import one of your backups. It&#39;s just a JSON file so you can open it up in a text editor and extract what you need, or if you want you could also give it to your preferred AI tool to extract the content.&lt;/p&gt;
&lt;p&gt;In future I&#39;ll be adding additional bulk exporting options for notes as well. I will be continuing to refine this app since I&#39;m using it myself daily. I think this is how you make good software, to know from experience what works and what doesn&#39;t, and to be a daily active user so that you can ensure it works well and continues to deliver over time.&lt;/p&gt;
&lt;h2 id=&quot;one-time-purchase-with-free-updates&quot; tabindex=&quot;-1&quot;&gt;One time purchase with free updates &lt;a class=&quot;header-anchor&quot; href=&quot;#one-time-purchase-with-free-updates&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Did I mention it&#39;s a one-time purchase? I think subscriptions make sense for services with ongoing server costs, but a desktop app that runs locally and stores files on your machine doesn&#39;t really have those costs. It&#39;s &lt;a href=&quot;https://tiongcreative.gumroad.com/l/lists-and-notes&quot;&gt;$15 AUD on Gumroad&lt;/a&gt; and that includes free updates going forward. When I push an update the app detects there&#39;s a new version available and you can download the latest from your Gumroad purchase page, install it and select replace, it keeps all your files.&lt;/p&gt;
&lt;p&gt;If you are like me and like to take precautions with software updates, knowing that no matter how much a company tests and tests a new release things don&#39;t always show up until it hits the real world of users, then you&#39;d want to export a backup before you reinstall. It&#39;s a good habit to have with any software really, not just this one, but Lists &amp;amp; Notes makes it easy to do.&lt;/p&gt;
&lt;p&gt;I put together a &lt;a href=&quot;https://www.youtube.com/watch?v=7yodrPm3wTM&quot;&gt;short demo video&lt;/a&gt; if you want to see it in action, and there&#39;s more detail on the &lt;a href=&quot;https://tiongcreative.com.au/list-manager/&quot;&gt;product page&lt;/a&gt;. This is the third Mac app I&#39;ve shipped under &lt;a href=&quot;https://tiongcreative.com.au&quot;&gt;Tiong Creative&lt;/a&gt; and it&#39;s the one I find myself using every day. If you&#39;ve been looking for something straightforward and private for your notes and lists on your Mac, I hope it&#39;s useful to you.&lt;/p&gt;
</content>
	</entry>
	
	<entry>
		<title>AI Should Enhance What People Do, Not Replace Why They Do It</title>
		<link href="https://www.davidtiong.com/ideas/ai-should-enhance-not-replace/"/>
		<updated>2026-05-03T00:00:00Z</updated>
		<id>https://www.davidtiong.com/ideas/ai-should-enhance-not-replace/</id>
		<summary type="html">I&#39;ve been thinking about this for a while now. There&#39;s a growing push for AI to replace as much human work as possible. AI agents handling tasks end to end. Entire roles automated away. And the pitch...</summary>
		<content type="html">&lt;p&gt;I&#39;ve been thinking about this for a while now. There&#39;s a growing push for AI to replace as much human work as possible. AI agents handling tasks end to end. Entire roles automated away. And the pitch is that this is a good thing — that it will free people up, that society will flourish when we all just do less.&lt;/p&gt;
&lt;p&gt;I keep coming back to why that doesn&#39;t sit right with me. And I think it comes down to purpose.&lt;/p&gt;
&lt;h2 id=&quot;what-happens-when-purpose-goes-away&quot; tabindex=&quot;-1&quot;&gt;What happens when purpose goes away &lt;a class=&quot;header-anchor&quot; href=&quot;#what-happens-when-purpose-goes-away&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;I sometimes think about people who retire after long careers. You hear about it — someone who spent decades contributing, showing up every day, having a reason to get out of bed. And then they stop. And for some of them, things go downhill much faster than anyone expected. Not because retirement itself is bad, but because the thing that gave their days meaning and structure was suddenly gone.&lt;/p&gt;
&lt;p&gt;Now think about that happening at a larger scale. A whole generation being told that their skills don&#39;t really matter anymore. That an AI can do what they do, faster and cheaper, and they should probably step aside.&lt;/p&gt;
&lt;p&gt;I don&#39;t think most people actually want to be freed from work. They want their work to feel worthwhile. They want to get better at it, do more with it, feel like what they contribute actually matters. Take that away and I don&#39;t think you free people — I think you take something from them that&#39;s hard to get back.&lt;/p&gt;
&lt;h2 id=&quot;the-vibe-coding-question&quot; tabindex=&quot;-1&quot;&gt;The vibe coding question &lt;a class=&quot;header-anchor&quot; href=&quot;#the-vibe-coding-question&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;There&#39;s a related thing happening in tech right now — vibe coding. The idea is that you describe what you want and AI builds it for you. No deep expertise needed, no real understanding of what&#39;s happening underneath.&lt;/p&gt;
&lt;p&gt;And honestly, it works up to a point. I use AI extensively when I build. I&#39;m not a developer by trade, but AI has made it possible for me to turn 20+ years of digital experience into actual working tools — things that would have required a development team before. I&#39;m genuinely grateful for that.&lt;/p&gt;
&lt;p&gt;But here&#39;s what I keep noticing. There&#39;s a difference between using AI as a tool and treating expertise as something you can skip. Between a prototype that runs and a product that someone can rely on. The AI helps me move faster precisely because I understand what I&#39;m building and why. The experience isn&#39;t replaced by the AI — the experience is what makes the AI useful.&lt;/p&gt;
&lt;p&gt;My concern isn&#39;t vibe coding itself. It&#39;s the message underneath it that keeps surfacing — this idea that human skill and experience are things to route around, rather than things worth investing in. And I see that same message across the broader AI conversation too.&lt;/p&gt;
&lt;h2 id=&quot;technology-has-always-been-about-helping-people-do-more&quot; tabindex=&quot;-1&quot;&gt;Technology has always been about helping people do more &lt;a class=&quot;header-anchor&quot; href=&quot;#technology-has-always-been-about-helping-people-do-more&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;If you think about how technology has actually worked throughout history, there&#39;s a pretty consistent pattern. The printing press didn&#39;t replace writers — it gave them reach. Spreadsheets didn&#39;t replace accountants — they made them faster. Power tools didn&#39;t replace carpenters — they let them take on bigger projects.&lt;/p&gt;
&lt;p&gt;The technology made people more capable at the work they were already doing. It didn&#39;t try to make them unnecessary.&lt;/p&gt;
&lt;p&gt;That&#39;s the approach I take with everything I build. &lt;a href=&quot;https://tiongcreative.com.au/content-checker-pro/&quot;&gt;Content Checker Pro&lt;/a&gt; doesn&#39;t write content strategy for you — it gives the consultant better data to work with so they can deliver a stronger audit to their client. &lt;a href=&quot;https://tiongcreative.com.au/mindful-reader/&quot;&gt;Mindful Reader&lt;/a&gt; doesn&#39;t decide what you should think about — it helps you be more intentional about what you read, so the time you spend actually counts for something.&lt;/p&gt;
&lt;p&gt;You stay in the middle. The tool helps you be better at what you&#39;re already doing.&lt;/p&gt;
&lt;h2 id=&quot;more-productive-not-less-needed&quot; tabindex=&quot;-1&quot;&gt;More productive, not less needed &lt;a class=&quot;header-anchor&quot; href=&quot;#more-productive-not-less-needed&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The question I keep coming back to before building anything is pretty simple: does this help someone do their work better, or does it try to do their work for them?&lt;/p&gt;
&lt;p&gt;If a freelance marketer uses one of my tools to deliver a more thorough audit to their client — that&#39;s a good outcome for everyone. They&#39;re still the expert. The tool helped them be more productive. Their client got a better result because a skilled professional used a good tool well.&lt;/p&gt;
&lt;p&gt;But if an AI agent generates that audit and sends it straight to the client with no one in between, I&#39;m not sure who really benefits in the long run. The client might get something adequate. But the professional who spent years building that expertise just became unnecessary. And I think we lose something real when that happens — something that&#39;s harder to see in a productivity chart but matters a lot to the people involved.&lt;/p&gt;
&lt;h2 id=&quot;where-i-land-on-this&quot; tabindex=&quot;-1&quot;&gt;Where I land on this &lt;a class=&quot;header-anchor&quot; href=&quot;#where-i-land-on-this&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;I want to be clear — I&#39;m not against AI. I use it every day. I build with it. I think it&#39;s genuinely one of the most significant technologies we&#39;ve seen and I&#39;m excited about what it makes possible.&lt;/p&gt;
&lt;p&gt;But I think we&#39;re getting something wrong when we treat human work as a problem that needs solving. People want to contribute. They want to be good at something. They want to feel that what they do matters.&lt;/p&gt;
&lt;p&gt;I&#39;d rather build tools that help people do that. That&#39;s what I&#39;m trying to do, and I think it&#39;s the better path for where AI should be heading.&lt;/p&gt;
&lt;p&gt;If you&#39;re interested in the tools I&#39;ve built with this approach, &lt;a href=&quot;https://tiongcreative.com.au/content-checker-pro/&quot;&gt;Content Checker Pro&lt;/a&gt; is available now, and &lt;a href=&quot;https://tiongcreative.com.au/mindful-reader/&quot;&gt;Mindful Reader&lt;/a&gt; is available now.&lt;/p&gt;
</content>
	</entry>
	
	<entry>
		<title>I Built a Mac App for Content Audits — Here&#39;s Why</title>
		<link href="https://www.davidtiong.com/ideas/content-checker-pro/"/>
		<updated>2026-05-01T00:00:00Z</updated>
		<id>https://www.davidtiong.com/ideas/content-checker-pro/</id>
		<summary type="html">The free Content Checker was built as an instant tool — paste a URL, get quick insights on structure and basic SEO without wasting time. No signup, no setup.
Content Checker Pro takes the basics of...</summary>
		<content type="html">&lt;p&gt;The free &lt;a href=&quot;https://contentchecker.davidtiong.com&quot;&gt;Content Checker&lt;/a&gt; was built as an instant tool — paste a URL, get quick insights on structure and basic SEO without wasting time. No signup, no setup.&lt;/p&gt;
&lt;p&gt;Content Checker Pro takes the basics of that and enhances it with AI — combining technical checks with deeper content analysis. Something that could analyse multiple pages, compare against competitors, and produce a report you could actually hand over. So I built it.&lt;/p&gt;
&lt;p&gt;&lt;picture&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;/img/sprFyFqYVk-1600.avif 1600w&quot;&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;/img/sprFyFqYVk-1600.webp 1600w&quot;&gt;&lt;img alt=&quot;Content Checker Pro — AI-powered content audits for macOS&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;/img/sprFyFqYVk-1600.jpeg&quot; width=&quot;1600&quot; height=&quot;900&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;h2 id=&quot;what-it-does&quot; tabindex=&quot;-1&quot;&gt;What it does &lt;a class=&quot;header-anchor&quot; href=&quot;#what-it-does&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;It&#39;s a macOS desktop app that uses AI (Claude or GPT — you bring your own API key) to analyse web pages for content quality and SEO. You get:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;A Content Score out of 100&lt;/strong&gt; with specific, actionable recommendations&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Competitor benchmarking&lt;/strong&gt; — see where your client wins and where they&#39;re behind&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Branded PDF reports&lt;/strong&gt; — add your logo, export a multi-page report, hand it to the client&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Content briefs and rewrites&lt;/strong&gt; — AI-generated improvements optimised for discoverability&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sitemap import&lt;/strong&gt; — batch-analyse up to 10 pages at a time&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Everything runs locally on your Mac — no cloud account, no subscription server. Your data stays on your device, which matters if you&#39;re analysing client websites.&lt;/p&gt;
&lt;h2 id=&quot;built-with-ai-grounded-in-experience&quot; tabindex=&quot;-1&quot;&gt;Built with AI, grounded in experience &lt;a class=&quot;header-anchor&quot; href=&quot;#built-with-ai-grounded-in-experience&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;AI makes building tools like this possible for a solo developer. But the tool itself isn&#39;t meant to replace the expertise of content and SEO professionals — it&#39;s meant to support it. You take the results, interpret them, and adjust for your client. AI helps us move faster and do more, not replace what we bring to the table.&lt;/p&gt;
&lt;h2 id=&quot;the-details&quot; tabindex=&quot;-1&quot;&gt;The details &lt;a class=&quot;header-anchor&quot; href=&quot;#the-details&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Price:&lt;/strong&gt; $14.50 AUD (50% off — goes to $29 after July 2026)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Platform:&lt;/strong&gt; macOS 12 or later, Intel and Apple Silicon&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;AI:&lt;/strong&gt; Bring your own Anthropic (Claude) or OpenAI (GPT) API key&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;AI costs:&lt;/strong&gt; Typically $0.02–0.10 per page depending on the model&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Demo video, screenshots, and full feature list on the &lt;a href=&quot;https://tiongcreative.com.au/content-checker-pro/&quot;&gt;product page at Tiong Creative&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://tiongcreative.gumroad.com/l/content-checker-pro&quot;&gt;Buy Content Checker Pro →&lt;/a&gt;&lt;/p&gt;
</content>
	</entry>
	
	<entry>
		<title>Zestly: A Habit App That Doesn&#39;t Make You Feel Guilty</title>
		<link href="https://www.davidtiong.com/ideas/zestly-playful-habits-app/"/>
		<updated>2026-02-20T00:00:00Z</updated>
		<id>https://www.davidtiong.com/ideas/zestly-playful-habits-app/</id>
		<summary type="html">Most habit apps are built around not breaking the chain. Miss a day and your streak is gone — along with any motivation you had built up.
Zestly is a free iOS app I built that takes the opposite...</summary>
		<content type="html">&lt;p&gt;Most habit apps are built around not breaking the chain. Miss a day and your streak is gone — along with any motivation you had built up.&lt;/p&gt;
&lt;p&gt;Zestly is a free iOS app I built that takes the opposite approach. Instead of tracking streaks, it delivers short, fun activity prompts each day across six categories: Physical, Creative, Social, Mindset, Sound, and Mini Adventure. You rate how it went with an emoji, and at the end of the week everything resets.&lt;/p&gt;
&lt;p&gt;No guilt. No long-term accumulation. Just a fresh week to try again.&lt;/p&gt;
&lt;p&gt;&lt;picture&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;/img/1bP0uX4ZsV-2888.avif 2888w&quot;&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;/img/1bP0uX4ZsV-2888.webp 2888w&quot;&gt;&lt;img alt=&quot;Person playing with the Zestly app on an iPhone&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;/img/1bP0uX4ZsV-2888.jpeg&quot; width=&quot;2888&quot; height=&quot;2294&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;h2 id=&quot;why-no-streaks&quot; tabindex=&quot;-1&quot;&gt;Why No Streaks? &lt;a class=&quot;header-anchor&quot; href=&quot;#why-no-streaks&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Streaks create pressure. Once a streak becomes long enough, protecting it starts to feel more important than actually doing the habit. Miss one day and the whole thing feels ruined.&lt;/p&gt;
&lt;p&gt;Zestly sidesteps this entirely with a weekly reset — you get a summary of how your week went, then the slate clears. The goal is to build enjoyment and consistency over time, not to maintain a perfect record.&lt;/p&gt;
&lt;h2 id=&quot;whats-in-the-app&quot; tabindex=&quot;-1&quot;&gt;What&#39;s in the App &lt;a class=&quot;header-anchor&quot; href=&quot;#whats-in-the-app&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;60+ default prompts across 6 categories&lt;/li&gt;
&lt;li&gt;Optional activity timers&lt;/li&gt;
&lt;li&gt;Morning and evening reminder notifications&lt;/li&gt;
&lt;li&gt;Emoji-based enjoyment ratings&lt;/li&gt;
&lt;li&gt;Weekly summary with insights and a reflection journal&lt;/li&gt;
&lt;li&gt;Achievement badges for milestones&lt;/li&gt;
&lt;li&gt;Custom prompt creation&lt;/li&gt;
&lt;li&gt;4 themes: Playful, Energetic, Mindful, Minimal&lt;/li&gt;
&lt;li&gt;Fully offline — no account, no tracking, nothing leaves your device&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;built-with-ai-assisted-development&quot; tabindex=&quot;-1&quot;&gt;Built With AI-Assisted Development &lt;a class=&quot;header-anchor&quot; href=&quot;#built-with-ai-assisted-development&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Zestly was built using AI-assisted development — an approach I&#39;ve been exploring for building small, focused tools quickly. It&#39;s a good example of how a solo developer can go from idea to App Store without a large team.&lt;/p&gt;
&lt;p&gt;Zestly is available now on the App Store — free for iPhone.&lt;/p&gt;
&lt;a href=&quot;https://apps.apple.com/app/zestly-playful-habits/id6759180279&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; style=&quot;display: inline-block; margin-bottom: 1rem;&quot;&gt;
  &lt;img src=&quot;/img/app-store-badge.svg&quot; alt=&quot;Download on the App Store&quot; width=&quot;160&quot;&gt;
&lt;/a&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;/zestly-app/&quot;&gt;Full app details, features &amp;amp; privacy policy →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
</content>
	</entry>
	
	<entry>
		<title>Local Task Manager: A Lightweight, Privacy-First Task App</title>
		<link href="https://www.davidtiong.com/ideas/local-task-manager/"/>
		<updated>2026-02-17T00:00:00Z</updated>
		<id>https://www.davidtiong.com/ideas/local-task-manager/</id>
		<summary type="html">If you&#39;ve ever wanted a simple task manager that stays out of your way — no accounts, no cloud sync, no subscriptions — Local Task Manager might be exactly what you need.
It&#39;s a single-page app that...</summary>
		<content type="html">&lt;p&gt;If you&#39;ve ever wanted a simple task manager that stays out of your way — no accounts, no cloud sync, no subscriptions — Local Task Manager might be exactly what you need.&lt;/p&gt;
&lt;p&gt;It&#39;s a single-page app that runs on your machine via Node.js. Your tasks live in a local JSON file, the UI runs in your browser, and nothing ever leaves your computer.&lt;/p&gt;
&lt;h2 id=&quot;why-local&quot; tabindex=&quot;-1&quot;&gt;Why Local? &lt;a class=&quot;header-anchor&quot; href=&quot;#why-local&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Most task apps want you to create an account, sync to their servers, and pay a monthly fee. For a personal productivity tool, that&#39;s overkill. Local Task Manager takes a different approach:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Your data stays on your machine&lt;/strong&gt; — tasks are stored in a simple JSON file in the project folder&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;No internet required&lt;/strong&gt; — works completely offline&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;No accounts or logins&lt;/strong&gt; — just open your browser and go&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Instant startup&lt;/strong&gt; — the server launches in under a second&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Fully hackable&lt;/strong&gt; — it&#39;s plain JavaScript, easy to read and modify&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;what-it-does&quot; tabindex=&quot;-1&quot;&gt;What It Does &lt;a class=&quot;header-anchor&quot; href=&quot;#what-it-does&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Despite being lightweight, it packs in the features that actually matter for daily productivity:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Task timer&lt;/strong&gt; — start a timer on any task, track how long you spend&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Pomodoro mode&lt;/strong&gt; — optional work intervals (25, 45, or 65 min) with break reminders&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Focus mode&lt;/strong&gt; — immersive full-screen view when you need to concentrate&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Analog clock view&lt;/strong&gt; — see your scheduled tasks as arcs on a 12-hour clock face&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Calendar appointments&lt;/strong&gt; — set reminders for time-sensitive tasks&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Recurring tasks&lt;/strong&gt; — daily or weekly, with optional weekday-only scheduling&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Project categories&lt;/strong&gt; — group tasks with auto-colored badges&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Streaks&lt;/strong&gt; — gamification for completing 3+ tasks per day&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Import/export&lt;/strong&gt; — backup your data or import tasks from JSON&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;picture&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;/img/x5c9L0U10Q-1440.avif 1440w&quot;&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;/img/x5c9L0U10Q-1440.webp 1440w&quot;&gt;&lt;img alt=&quot;Analog clock view showing scheduled tasks as arcs on a 12-hour dial&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;/img/x5c9L0U10Q-1440.png&quot; width=&quot;1440&quot; height=&quot;900&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;p&gt;&lt;picture&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;/img/rJKA9VggZC-1440.avif 1440w&quot;&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;/img/rJKA9VggZC-1440.webp 1440w&quot;&gt;&lt;img alt=&quot;Add new task form with due dates, priority, project categories, and more&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;/img/rJKA9VggZC-1440.png&quot; width=&quot;1440&quot; height=&quot;900&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;h2 id=&quot;getting-started&quot; tabindex=&quot;-1&quot;&gt;Getting Started &lt;a class=&quot;header-anchor&quot; href=&quot;#getting-started&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id=&quot;1-install-node-js&quot; tabindex=&quot;-1&quot;&gt;1. Install Node.js &lt;a class=&quot;header-anchor&quot; href=&quot;#1-install-node-js&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Download and install Node.js (v18 or higher) from &lt;a href=&quot;https://nodejs.org/&quot;&gt;nodejs.org&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&quot;2-download-the-app&quot; tabindex=&quot;-1&quot;&gt;2. Download the App &lt;a class=&quot;header-anchor&quot; href=&quot;#2-download-the-app&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Download the latest release from GitHub and unzip it:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/davettt/local-task-manager&quot;&gt;github.com/davettt/local-task-manager&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Click the green &lt;strong&gt;Code&lt;/strong&gt; button, then &lt;strong&gt;Download ZIP&lt;/strong&gt;. Unzip the folder and move it somewhere suitable on your system (e.g. your home directory or a tools folder).&lt;/p&gt;
&lt;h3 id=&quot;3-install-dependencies&quot; tabindex=&quot;-1&quot;&gt;3. Install Dependencies &lt;a class=&quot;header-anchor&quot; href=&quot;#3-install-dependencies&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Open a terminal, navigate to the folder, and run:&lt;/p&gt;
&lt;pre class=&quot;language-bash&quot; tabindex=&quot;0&quot;&gt;&lt;code class=&quot;language-bash&quot;&gt;&lt;span class=&quot;token builtin class-name&quot;&gt;cd&lt;/span&gt; local-task-manager
&lt;span class=&quot;token function&quot;&gt;npm&lt;/span&gt; &lt;span class=&quot;token function&quot;&gt;install&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id=&quot;4-start-the-server&quot; tabindex=&quot;-1&quot;&gt;4. Start the Server &lt;a class=&quot;header-anchor&quot; href=&quot;#4-start-the-server&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre class=&quot;language-bash&quot; tabindex=&quot;0&quot;&gt;&lt;code class=&quot;language-bash&quot;&gt;&lt;span class=&quot;token function&quot;&gt;npm&lt;/span&gt; run dev&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Open your browser to &lt;code&gt;localhost:3000&lt;/code&gt; and you&#39;re ready to go. Check the terminal output after running the command — if port 3000 is already in use, the server will automatically find the next available port and show you which one it&#39;s using.&lt;/p&gt;
&lt;p&gt;The &lt;code&gt;dev&lt;/code&gt; command starts the server with auto-reload, so if you make changes to the code it picks them up automatically.&lt;/p&gt;
&lt;h3 id=&quot;stopping-and-restarting&quot; tabindex=&quot;-1&quot;&gt;Stopping and Restarting &lt;a class=&quot;header-anchor&quot; href=&quot;#stopping-and-restarting&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Press &lt;code&gt;Ctrl+C&lt;/code&gt; in the terminal to stop the server. To start again, just run &lt;code&gt;npm run dev&lt;/code&gt; from the same folder. Your tasks persist between restarts — they&#39;re saved to &lt;code&gt;local_data/tasks.json&lt;/code&gt; on disk, so nothing is lost.&lt;/p&gt;
&lt;h2 id=&quot;video-walkthrough&quot; tabindex=&quot;-1&quot;&gt;Video Walkthrough &lt;a class=&quot;header-anchor&quot; href=&quot;#video-walkthrough&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;For a full walkthrough of all features, check out the video:&lt;/p&gt;
&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/98C1oRvJU0A?si=ccXeipd397lmc5-b&amp;rel=0&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;/iframe&gt;
&lt;h2 id=&quot;running-on-system-startup-optional&quot; tabindex=&quot;-1&quot;&gt;Running on System Startup (Optional) &lt;a class=&quot;header-anchor&quot; href=&quot;#running-on-system-startup-optional&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;If you want the server to start automatically when your computer boots, you can use &lt;a href=&quot;https://pm2.keymetrics.io/&quot;&gt;PM2&lt;/a&gt;:&lt;/p&gt;
&lt;pre class=&quot;language-bash&quot; tabindex=&quot;0&quot;&gt;&lt;code class=&quot;language-bash&quot;&gt;&lt;span class=&quot;token function&quot;&gt;npm&lt;/span&gt; &lt;span class=&quot;token function&quot;&gt;install&lt;/span&gt; &lt;span class=&quot;token parameter variable&quot;&gt;-g&lt;/span&gt; pm2
pm2 start src/server.js &lt;span class=&quot;token parameter variable&quot;&gt;--name&lt;/span&gt; &lt;span class=&quot;token string&quot;&gt;&quot;task-manager&quot;&lt;/span&gt;
pm2 save
pm2 startup&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This keeps it running in the background so the app is always available in your browser.&lt;/p&gt;
&lt;p&gt;&lt;picture&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;/img/fR2Kk_m9UX-1440.avif 1440w&quot;&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;/img/fR2Kk_m9UX-1440.webp 1440w&quot;&gt;&lt;img alt=&quot;Settings panel with timezone, date format, and customisation options&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;/img/fR2Kk_m9UX-1440.png&quot; width=&quot;1440&quot; height=&quot;900&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;h2 id=&quot;keeping-your-data-safe&quot; tabindex=&quot;-1&quot;&gt;Keeping Your Data Safe &lt;a class=&quot;header-anchor&quot; href=&quot;#keeping-your-data-safe&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Since everything is stored locally in the &lt;code&gt;local_data/&lt;/code&gt; folder, you have a couple of options for keeping your tasks backed up:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Sync the folder&lt;/strong&gt; — If you already use a file sync service (Dropbox, Google Drive, iCloud, OneDrive, Tresorit, etc.), simply place the &lt;code&gt;local-task-manager&lt;/code&gt; folder inside a synced directory. Your tasks will automatically sync across your devices.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Regular exports&lt;/strong&gt; — If you don&#39;t sync your files, use the built-in backup feature (Settings &amp;gt; Backup) to export your tasks as a JSON file. Save these exports to your cloud storage or another safe location. It only takes a few seconds and gives you a full snapshot you can restore from at any time.&lt;/p&gt;
&lt;h2 id=&quot;links&quot; tabindex=&quot;-1&quot;&gt;Links &lt;a class=&quot;header-anchor&quot; href=&quot;#links&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;GitHub&lt;/strong&gt;: &lt;a href=&quot;https://github.com/davettt/local-task-manager&quot;&gt;github.com/davettt/local-task-manager&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;License&lt;/strong&gt;: MIT with Commons Clause — free to use, fork, and modify for personal use&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Issues&lt;/strong&gt;: &lt;a href=&quot;https://github.com/davettt/local-task-manager/issues&quot;&gt;Report bugs or feedback&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is a personal project I built for my own workflow. You&#39;re welcome to fork it and make it your own.&lt;/p&gt;
</content>
	</entry>
	
	<entry>
		<title>Finding Direction with Ikigai Compass</title>
		<link href="https://www.davidtiong.com/ideas/finding-direction-with-ikigai-compass/"/>
		<updated>2026-02-05T00:00:00Z</updated>
		<id>https://www.davidtiong.com/ideas/finding-direction-with-ikigai-compass/</id>
		<summary type="html">After 6.5 years at Webflow, I found myself in that familiar place many of us reach: stepping back to figure out what&#39;s next. As I worked through my own career questions, I realised something. While...</summary>
		<content type="html">&lt;p&gt;After 6.5 years at Webflow, I found myself in that familiar place many of us reach: stepping back to figure out what&#39;s next. As I worked through my own career questions, I realised something. While there are plenty of career assessment tools out there, I wanted to build a tool that respects your privacy, and considers that needs change depending on where you are in life.&lt;/p&gt;
&lt;p&gt;So I built something different.&lt;/p&gt;
&lt;h2 id=&quot;what-is-ikigai&quot; tabindex=&quot;-1&quot;&gt;What is Ikigai? &lt;a class=&quot;header-anchor&quot; href=&quot;#what-is-ikigai&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Ikigai (生き甲斐) literally means &amp;quot;a reason for being.&amp;quot; It is a Japanese concept that has guided people for centuries in finding purpose and fulfilment in their daily lives.&lt;/p&gt;
&lt;p&gt;At its core, ikigai lives at the intersection of four elements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;What you love&lt;/strong&gt; — your passion, what brings you joy&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;What you&#39;re good at&lt;/strong&gt; — your skills and strengths&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;What the world needs&lt;/strong&gt; — your contribution to others&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;What you can be paid for&lt;/strong&gt; — your vocation&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;What makes ikigai particularly valuable is that it is not a one-time destination. Your ikigai naturally evolves through different seasons of life. The questions you face when exploring options early in your career differ from those when you are established and seeking deeper meaning, transitioning between roles, reinventing yourself after a major change, or approaching retirement and thinking about legacy.&lt;/p&gt;
&lt;p&gt;This is why context matters. Understanding where you are in your journey shapes what kind of guidance will actually help.&lt;/p&gt;
&lt;h2 id=&quot;why-i-built-this&quot; tabindex=&quot;-1&quot;&gt;Why I Built This &lt;a class=&quot;header-anchor&quot; href=&quot;#why-i-built-this&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;I wanted a tool that:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Respects your privacy by running entirely on your own computer—your assessment data never leaves your machine&lt;/li&gt;
&lt;li&gt;Costs almost nothing to use (just your own Claude API key—about 1-5 cents per analysis)&lt;/li&gt;
&lt;li&gt;Adapts to your life stage, whether you are exploring, transitioning, established, reinventing, or retiring&lt;/li&gt;
&lt;li&gt;Works whether you are technical or not&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The app guides you through 190+ curated options across 30+ categories, lets you weight what matters most to you right now, and produces an analysis that considers your specific context—not just generic advice.&lt;/p&gt;
&lt;h2 id=&quot;how-to-get-started&quot; tabindex=&quot;-1&quot;&gt;How to Get Started &lt;a class=&quot;header-anchor&quot; href=&quot;#how-to-get-started&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;If you are comfortable with basic terminal commands:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Download the repo from GitHub&lt;/li&gt;
&lt;li&gt;Run &lt;code&gt;npm install&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Add your Anthropic API key to the &lt;code&gt;.env&lt;/code&gt; file&lt;/li&gt;
&lt;li&gt;Run &lt;code&gt;npm run dev&lt;/code&gt; and open &lt;code&gt;http://localhost:5173&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;That is it. Everything runs locally. Your API key stays in a local file that never gets uploaded anywhere. Your reports are saved to a folder on your computer, not a cloud server.&lt;/p&gt;
&lt;p&gt;For more detailed instructions, see the &lt;a href=&quot;https://github.com/davettt/ikigai-compass/blob/main/README.md&quot;&gt;README file&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;If command lines are not your thing:&lt;/strong&gt;
No problem. I have created a &lt;a href=&quot;https://github.com/davettt/ikigai-compass/blob/main/docs/ikigai-assessment-worksheet.md&quot;&gt;printable worksheet&lt;/a&gt; you can fill out by hand. Send it to me and I will run the analysis for you.&lt;/p&gt;
&lt;h2 id=&quot;what-is-next&quot; tabindex=&quot;-1&quot;&gt;What is Next? &lt;a class=&quot;header-anchor&quot; href=&quot;#what-is-next&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Try using the Ikigai Compass to find some clarity or ideas for where you currently are in life. If you hit a bug, open an issue on GitHub. If you&#39;d like to support the project, consider giving the repo a star.&lt;/p&gt;
&lt;p&gt;And if this tool genuinely helps you find direction? Consider &lt;a href=&quot;https://www.davidtiong.com/charities/&quot;&gt;donating to one of the charities I support&lt;/a&gt;. Purpose is not just about what we do for ourselves.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Questions or feedback?&lt;/strong&gt; Find me on &lt;a href=&quot;https://github.com/davettt&quot;&gt;GitHub&lt;/a&gt; or reach out directly.&lt;/p&gt;
</content>
	</entry>
	
	<entry>
		<title>Digital on a Shoestring — What Nonprofits Should Prioritise</title>
		<link href="https://www.davidtiong.com/ideas/digital-priorities-for-non-profits/"/>
		<updated>2026-01-12T00:00:00Z</updated>
		<id>https://www.davidtiong.com/ideas/digital-priorities-for-non-profits/</id>
		<summary type="html">If you&#39;re running a nonprofit, you already know that getting donations consistently isn&#39;t easy, and there&#39;s always more to do than there are people to do it. Digital often ends up as someone&#39;s side...</summary>
		<content type="html">&lt;p&gt;If you&#39;re running a nonprofit, you already know that getting donations consistently isn&#39;t easy, and there&#39;s always more to do than there are people to do it. Digital often ends up as someone&#39;s side responsibility, added on top of everything else they&#39;re already doing. Or maybe the website was built by an agency or volunteer years ago, and now nobody&#39;s quite sure how to update it. The result is a site that doesn&#39;t really reflect what you do anymore, social accounts that go quiet for months, and a vague sense that you should be doing more online but no clarity on where to start.&lt;/p&gt;
&lt;p&gt;Here&#39;s where to focus when you can&#39;t do everything.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Priority 1: A clear, simple website&lt;/strong&gt;
&lt;br&gt;
Your website is often someone&#39;s first impression. A potential donor, volunteer, or partner Googling you before they decide whether to engage. It doesn&#39;t need to be fancy, but it does need to answer three questions clearly: What do you do? Who do you help? How can someone support you? If those aren&#39;t obvious within ten seconds, that&#39;s your starting point.&lt;/p&gt;
&lt;p&gt;What often gets in the way is the opposite of simplicity. Too many fonts fighting for attention. Animations that distract, things rotating on hover, content sliding in and out. No consistent colour scheme, so every highlighted section competes with every other one and nothing stands out. Sliders with text that moves before anyone can read it. Popups that are broken or just annoying. Too many buttons and links on a single page, leaving visitors unsure what they&#39;re actually meant to do. Headings used for long sentences, causing text to overlap or break in odd ways.&lt;/p&gt;
&lt;p&gt;If a visitor can&#39;t figure out your work in plain language within a few seconds, you&#39;re losing people who might want to help.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Priority 2: An easy way to donate&lt;/strong&gt;
&lt;br&gt;
If donations matter to your funding, make the donate button impossible to miss. Put it in your header, not buried in a submenu. Then test the process yourself. Is it quick and painless, or does it require fifteen form fields, account creation, and three confirmation pages? Every extra step loses people. If your donation platform is clunky, consider switching to something simpler. The small cost is usually worth the reduced friction.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Priority 3: Email over social media&lt;/strong&gt;
&lt;br&gt;
For most small nonprofits, email is more valuable than social media. You own your email list. You don&#39;t own your Instagram followers. The algorithm decides who sees your posts, and that can change overnight. Build the list, send regular updates (even just monthly), and keep people connected to your work. Social media can support this, but it shouldn&#39;t be your only channel.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Something worth thinking about&lt;/strong&gt;
&lt;br&gt;
More people are finding organisations through AI tools now. Asking ChatGPT or Claude for recommendations rather than searching Google. If your website is clear, well-structured, and explains what you do in plain language, you&#39;re already doing most of what&#39;s needed for both humans and AI to understand you. The same things that help a visitor quickly grasp your work, clear headings, straightforward descriptions, no jargon, also help AI tools surface you when someone asks &amp;quot;which nonprofits help with X in my area.&amp;quot;&lt;/p&gt;
&lt;p&gt;You don&#39;t need a big budget to have a solid digital presence. You need clarity about what matters most and the discipline to ignore the rest, at least for now. Start with a website that actually explains your work, make it easy to donate, and build an email list. Everything else is a bonus.&lt;/p&gt;
</content>
	</entry>
	
	<entry>
		<title>Sunset on Retainers</title>
		<link href="https://www.davidtiong.com/ideas/sunset-on-retainers/"/>
		<updated>2026-01-01T00:00:00Z</updated>
		<id>https://www.davidtiong.com/ideas/sunset-on-retainers/</id>
		<summary type="html">You need a tiny website tweak. But you&#39;re waiting on your retainer-based agency, losing momentum, watching opportunities slip by. I used to be on the other side of that equation — and I know there&#39;s...</summary>
		<content type="html">&lt;p&gt;You need a tiny website tweak. But you&#39;re waiting on your retainer-based agency, losing momentum, watching opportunities slip by. I used to be on the other side of that equation — and I know there&#39;s a better way.&lt;/p&gt;
&lt;p&gt;When I ran my own agency years ago, retainers and maintenance plans were a core part of the business. Monthly fees, ongoing support, always available. It made sense at the time — predictable income, long-term relationships, clients who didn&#39;t have to think about their website because I was handling it. But over time, I started to see the downsides, and now I work differently.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What I noticed:&lt;/strong&gt;
&lt;br&gt;
The retainer model often created dependency rather than capability. Clients would call me for things they could have done themselves with a bit of guidance. They&#39;d wait on my availability instead of moving forward. Small decisions became bottlenecks. And when they eventually wanted to leave or change direction, they realised they didn&#39;t fully understand their own systems. I&#39;d become a crutch — and that limited their growth more than it helped.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The shift:&lt;/strong&gt;
&lt;br&gt;
I also realised that ongoing maintenance work wasn&#39;t the work I found most meaningful. The interesting part was always the beginning — understanding the business, diagnosing problems, mapping out a strategy, helping people see clearly. Not the endless small updates and &amp;quot;can you just change this?&amp;quot; requests. I burned out on that kind of work, and I don&#39;t want to go back to it.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What I do instead:&lt;/strong&gt;
&lt;br&gt;
Now I focus on building your capability. Audits that give you clarity. Training that transfers knowledge. Documentation you can actually use. I use AI where it adds real value — automating repetitive tasks, generating optimised copy, surfacing data-driven insights — without the hype. You&#39;ll understand your options, make informed decisions, and be able to move forward without me.&lt;/p&gt;
&lt;p&gt;You might come back for a follow-up session, a new project, or a workshop when something changes — but you won&#39;t need me just to keep things running day to day.&lt;/p&gt;
&lt;p&gt;This approach isn&#39;t for everyone. But if you&#39;d rather understand your digital direction and own it yourself — even if that takes a bit more effort upfront — that&#39;s where I can help.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Ready to own your digital direction?&lt;/strong&gt;
&lt;br&gt;
&lt;a href=&quot;/consultations&quot;&gt;Book a 45-minute strategy call&lt;/a&gt; and we&#39;ll map out the first steps together — whether that&#39;s a site audit, team training, or a focused content package.&lt;/p&gt;
</content>
	</entry>
	
	<entry>
		<title>What Your Small Business Website Actually Needs (And What It Doesn&#39;t)</title>
		<link href="https://www.davidtiong.com/ideas/what-your-small-business-website-needs/"/>
		<updated>2025-12-17T00:00:00Z</updated>
		<id>https://www.davidtiong.com/ideas/what-your-small-business-website-needs/</id>
		<summary type="html">There&#39;s a lot of noise about what a small business website &amp;quot;should&amp;quot; have. Animations, chatbots, fancy galleries, pop-ups, AI assistants, integrated booking systems. Most of it doesn&#39;t...</summary>
		<content type="html">&lt;p&gt;There&#39;s a lot of noise about what a small business website &amp;quot;should&amp;quot; have. Animations, chatbots, fancy galleries, pop-ups, AI assistants, integrated booking systems. Most of it doesn&#39;t matter — at least not until you&#39;ve got the basics right. Here&#39;s what actually does.&lt;/p&gt;
&lt;h2 id=&quot;what-you-need&quot; tabindex=&quot;-1&quot;&gt;What you need: &lt;a class=&quot;header-anchor&quot; href=&quot;#what-you-need&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Clear headline:&lt;/strong&gt;
Within 5 seconds, someone should know what you do and who you help. Not clever wordplay — clear, plain language. If your homepage says &amp;quot;Empowering synergies for transformative outcomes,&amp;quot; you&#39;ve already lost people. Say what you do in words your customers would use.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Simple navigation:&lt;/strong&gt;
Home, About, Services, Contact. Maybe a blog or portfolio if it&#39;s relevant to your business. That&#39;s usually enough. Every extra menu item adds cognitive load. If people can&#39;t find what they&#39;re looking for in two clicks, they&#39;ll leave.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;One clear call to action:&lt;/strong&gt;
What do you want visitors to do? Call you? Book a consultation? Request a quote? Pick one primary action and make it obvious — in your header, on your homepage, repeated where it makes sense. Don&#39;t make people guess.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Contact information that&#39;s easy to find:&lt;/strong&gt;
Phone number, email address, maybe a simple form. Don&#39;t bury it three clicks deep. Don&#39;t make people scroll to the footer. If someone wants to get in touch, make it effortless.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mobile-friendly design:&lt;/strong&gt;
More than half your visitors are on phones. If your site is hard to read, slow to load, or has buttons too small to tap, they&#39;re gone. Test it yourself on your own phone — not just once, but regularly.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;what-you-probably-dont-need&quot; tabindex=&quot;-1&quot;&gt;What you probably don&#39;t need: &lt;a class=&quot;header-anchor&quot; href=&quot;#what-you-probably-dont-need&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Sliders and carousels (studies show people don&#39;t click them — they&#39;re visual clutter)&lt;/li&gt;
&lt;li&gt;Chatbots (unless you&#39;re actually going to monitor them and they add value)&lt;/li&gt;
&lt;li&gt;Fancy animations (they slow things down, distract from your message, and often break on mobile)&lt;/li&gt;
&lt;li&gt;A blog you won&#39;t update (an empty or stale blog looks worse than no blog at all)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;On the blog question:&lt;/strong&gt; This one&#39;s nuanced. You don&#39;t need a blog, but you do need some way to keep your site fresh and give people a reason to return or find you through search.&lt;/p&gt;
&lt;p&gt;If you&#39;re going to have a blog, decide upfront: What&#39;s your publishing frequency — weekly, fortnightly, monthly? What topics will you cover? What structure will posts follow?&lt;/p&gt;
&lt;p&gt;Then create a realistic plan you&#39;ll actually stick to. A blog with four solid posts per year is better than one with a burst of activity followed by two years of nothing.&lt;/p&gt;
&lt;p&gt;If you can&#39;t commit to that, skip the blog and put that energy into making your core pages excellent.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Make your message clear:&lt;/strong&gt; A simple site that&#39;s clear, fast, and answers the basic questions will outperform a fancy one that confuses people. Get the foundations right first. Make sure a stranger could land on your homepage and within 10 seconds know what you do, who you help, and how to take the next step. Worry about the extras later — or not at all.&lt;/p&gt;
</content>
	</entry>
	
	<entry>
		<title>5 Ways Small Businesses Can Actually Use ChatGPT Today</title>
		<link href="https://www.davidtiong.com/ideas/5-ways-small-business-use-chatgpt/"/>
		<updated>2025-12-07T00:00:00Z</updated>
		<id>https://www.davidtiong.com/ideas/5-ways-small-business-use-chatgpt/</id>
		<summary type="html">Most small business owners have heard of ChatGPT but aren&#39;t sure how to actually use it. The headlines are full of hype about AI replacing jobs and transforming industries, but that doesn&#39;t help you...</summary>
		<content type="html">&lt;p&gt;Most small business owners have heard of ChatGPT but aren&#39;t sure how to actually use it. The headlines are full of hype about AI replacing jobs and transforming industries, but that doesn&#39;t help you get through your to-do list. Forget the big picture for now — here are five things you can do with it this week that will genuinely save you time. (I&#39;m using ChatGPT as the example because it&#39;s the name most people know, but tools like Claude and Gemini work similarly — try a few and see which suits how you think.)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1. Draft customer emails&lt;/strong&gt;
&lt;br&gt;
Responding to enquiries, following up on quotes, handling complaints — these eat up hours every week. Give ChatGPT some context about your business and the tone you want, and it&#39;ll give you a solid starting point you can edit. It won&#39;t capture your exact voice on the first try, but it&#39;s faster than staring at a blank screen. The trick is to refine your prompt: tell it who you are, who you&#39;re writing to, and what outcome you want.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2. Write social media posts&lt;/strong&gt;
&lt;br&gt;
Tell it what you&#39;re promoting, who your audience is, and which platform you&#39;re posting to. LinkedIn needs a different tone than Instagram. It won&#39;t produce anything brilliant — you&#39;ll still need to add your personality and check it doesn&#39;t sound generic — but it gets you 80% of the way there. Useful when you need to post consistently but don&#39;t have time to craft everything from scratch.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;3. Summarise long documents&lt;/strong&gt;
&lt;br&gt;
Paste in a contract, supplier agreement, policy document, or industry article and ask for the key points. It&#39;s surprisingly good at pulling out what matters. Great for getting up to speed quickly without reading every word, or for deciding whether something is worth your full attention. Just don&#39;t rely on it for legal or financial decisions — use it to understand, then verify.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;4. Create FAQ responses&lt;/strong&gt;
&lt;br&gt;
Feed it the common questions you get from customers — the ones you answer over and over again. It&#39;ll draft responses you can refine and reuse on your website, in emails, or in your onboarding materials. This is also increasingly important for visibility: AI tools like ChatGPT, Perplexity, and Google&#39;s AI overviews pull answers from well-structured FAQ content. This is sometimes called Answer Engine Optimisation (AEO) — making sure your content is the source AI tools cite when people ask questions in your space.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;5. Brainstorm ideas&lt;/strong&gt;
&lt;br&gt;
Stuck on a tagline, blog topic, product name, or marketing angle? Use it as a brainstorming partner. Ask for 10 options, then ask it to refine the best one, or combine elements from a few. Most suggestions won&#39;t be right, but that&#39;s not the point — it gets you unstuck and thinking in new directions. You can always throw out what doesn&#39;t work.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Get Started Today&lt;/strong&gt;
&lt;br&gt;
None of this replaces thinking. But it does replace staring at a blank page. The key is to start small: pick one of these, try it today, and see if it saves you time. If it doesn&#39;t, you&#39;ve lost 10 minutes. But if it does work, build from there and soon you might find yourself saving hours each week.&lt;/p&gt;
</content>
	</entry>
	
	<entry>
		<title>Let Them and Focus on Me</title>
		<link href="https://www.davidtiong.com/ideas/let-them-focus-on-me/"/>
		<updated>2025-02-02T00:00:00Z</updated>
		<id>https://www.davidtiong.com/ideas/let-them-focus-on-me/</id>
		<summary type="html">In her work, ℹThe Let Them Theory&amp;quot;, Mel Robbins encourages us to accept others as they are, emphasising that we cannot change them, even when they frustrate us. This concept aligns with the...</summary>
		<content type="html">&lt;p&gt;In her work, &lt;a href=&quot;#footnotes-section&quot;&gt;&lt;span class=&quot;footnote-icon&quot;&gt;ℹ&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;https://amzn.to/3EfucE4&quot; class=&quot;footnote-link&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;&lt;strong&gt;The Let Them Theory&lt;/strong&gt;&lt;/a&gt;&amp;quot;, Mel Robbins encourages us to accept others as they are, emphasising that we cannot change them, even when they frustrate us. This concept aligns with the Serenity Prayer, which advocates for accepting situations beyond our control. While both ideas centre on acceptance and personal responsibility, they differ in focus: &amp;quot;Let Them&amp;quot; pertains to interpersonal relationships, while the &lt;strong&gt;Serenity Prayer&lt;/strong&gt; addresses broader life circumstances.&lt;/p&gt;
&lt;h2 id=&quot;acceptance-as-empowerment&quot; tabindex=&quot;-1&quot;&gt;Acceptance as Empowerment &lt;a class=&quot;header-anchor&quot; href=&quot;#acceptance-as-empowerment&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Both concepts promote acceptance as a tool for emotional well-being. &amp;quot;Let them&amp;quot; helps us release the urge to control others, fostering healthier relationships. Similarly, the Serenity Prayer teaches that accepting what we cannot change brings peace. Both encourage us to shift our focus from external events to our internal responses.&lt;/p&gt;
&lt;h2 id=&quot;the-illusion-of-control&quot; tabindex=&quot;-1&quot;&gt;The Illusion of Control &lt;a class=&quot;header-anchor&quot; href=&quot;#the-illusion-of-control&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Though &amp;quot;Let them, let me&amp;quot; and the Serenity Prayer emphasise acceptance, they highlight different aspects of our experiences. &amp;quot;Let them&amp;quot; encourages releasing the need to control others, while the Serenity Prayer stresses recognising what we can and cannot change. Understanding this illusion of control liberates us to focus on personal growth rather than futile attempts to change others.&lt;/p&gt;
&lt;h2 id=&quot;reframing-the-narrative-engaging-with-discomfort&quot; tabindex=&quot;-1&quot;&gt;Reframing the Narrative: Engaging with Discomfort &lt;a class=&quot;header-anchor&quot; href=&quot;#reframing-the-narrative-engaging-with-discomfort&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;These concepts invite us to view acceptance as an active choice rather than passivity. &amp;quot;Let them, let me&amp;quot; serves as a mantra for navigating life’s challenges, reminding us to accept others while committing to our growth. This perspective transforms discomfort into opportunities for self-discovery.&lt;/p&gt;
&lt;h2 id=&quot;the-dance-of-change-navigating-life-s-unpredictability&quot; tabindex=&quot;-1&quot;&gt;The Dance of Change: Navigating Life’s Unpredictability &lt;a class=&quot;header-anchor&quot; href=&quot;#the-dance-of-change-navigating-life-s-unpredictability&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Acceptance and change can be seen as a dance, requiring balance between accepting what is (the &amp;quot;let them&amp;quot;) and having the courage to change what we can (the &amp;quot;let me&amp;quot;). This dynamic fosters flexibility, enabling us to respond to challenges with grace.&lt;/p&gt;
&lt;h2 id=&quot;lightbulb-moment-embracing-the-unpredictable&quot; tabindex=&quot;-1&quot;&gt;Lightbulb Moment: Embracing the Unpredictable &lt;a class=&quot;header-anchor&quot; href=&quot;#lightbulb-moment-embracing-the-unpredictable&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The realisation that change isn’t linear encourages us to embrace life’s ebb and flow. Significant transformations often arise from spontaneous responses rather than deliberate efforts. By releasing the illusion of control, we can find freedom in life’s unpredictability.&lt;/p&gt;
&lt;h2 id=&quot;a-balanced-path-forward&quot; tabindex=&quot;-1&quot;&gt;A Balanced Path Forward &lt;a class=&quot;header-anchor&quot; href=&quot;#a-balanced-path-forward&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;In summary, combining &amp;quot;Let them, let me&amp;quot; with the Serenity Prayer deepens our understanding of acceptance and personal growth. Recognising the similarities and differences in these concepts allows us to adopt a balanced view of life’s challenges.&lt;/p&gt;
&lt;p&gt;This approach encourages us to accept what we can’t change while actively pursuing personal development. It invites us to engage with life’s uncertainties, finding meaning and resilience in discomfort. Ultimately, this balance empowers us to navigate our paths with wisdom and appreciation for life’s complexities.&lt;/p&gt;
&lt;p&gt;To learn more about these concepts and how to apply them in your life, consider reading &lt;strong&gt;The Let Them Theory&lt;/strong&gt; &lt;a href=&quot;#footnotes-section&quot;&gt;&lt;span class=&quot;footnote-icon&quot;&gt;ℹ&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;https://amzn.to/3EfucE4&quot; class=&quot;footnote-link&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;here&lt;/a&gt;, or grab the Audible version &lt;a href=&quot;#footnotes-section&quot;&gt;&lt;span class=&quot;footnote-icon&quot;&gt;ℹ&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;https://amzn.to/3WHW9e4&quot; class=&quot;footnote-link&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;section class=&quot;footnotes&quot;&gt;&lt;hr id=&quot;footnotes-section&quot;&gt;&lt;h2&gt;Footnotes&lt;/h2&gt;&lt;p&gt;&lt;span class=&quot;footnote-icon&quot;&gt;ℹ&lt;/span&gt; As an Amazon Associate, I earn from qualifying purchases. The links provided are for Amazon Australia, and if you make a purchase through these links, I may earn a small commission at no extra cost to you. Thank you for your support!&lt;/p&gt;&lt;/section&gt;
</content>
	</entry>
	
	<entry>
		<title>Boost Productivity with AEDAEM</title>
		<link href="https://www.davidtiong.com/ideas/aedaem-productivity-process/"/>
		<updated>2024-11-05T00:00:00Z</updated>
		<id>https://www.davidtiong.com/ideas/aedaem-productivity-process/</id>
		<summary type="html">The AEDAEM process is a strategic framework designed to help you take on only the work that is truly necessary, while offloading or automating tasks that don&#39;t require your direct involvement.
The...</summary>
		<content type="html">&lt;p&gt;The AEDAEM process is a strategic framework designed to help you take on only the work that is truly necessary, while offloading or automating tasks that don&#39;t require your direct involvement.&lt;/p&gt;
&lt;p&gt;The key is to strike a balance - evaluating each project or responsibility with a critical eye, eliminating unnecessary efforts, delegating where possible, and automating repetitive tasks. The ultimate goal is to free up your time and mental energy for the high-impact work that aligns with your priorities and expertise.&lt;/p&gt;
&lt;p&gt;By applying the AEDAEM methodology, you can avoid overcommitting, reduce burnout, and focus your efforts on the tasks and decisions that will drive the greatest results.&lt;/p&gt;
&lt;p&gt;This guide outlines the AEDAEM process, provides a concise checklist, and explains how to apply it effectively, even when working independently with the support of a conversational AI tool.&lt;/p&gt;
&lt;h2 id=&quot;aedaem-summary&quot; tabindex=&quot;-1&quot;&gt;AEDAEM Summary: &lt;a class=&quot;header-anchor&quot; href=&quot;#aedaem-summary&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;[A]ssess&lt;/strong&gt;: Thoroughly evaluate the task or project at hand, considering the purpose, requirements, your own familiarity, stakeholders involved, potential outcomes, and any challenges or risks.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[E]liminate&lt;/strong&gt;: Determine if any aspects of the task can be eliminated or simplified, by challenging assumptions and considering alternative approaches.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[D]elegate&lt;/strong&gt;: Identify tasks or elements that can be assigned to others, leveraging the skills and expertise of your team or external resources.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[A]utomate&lt;/strong&gt;: Explore opportunities to automate repetitive or time-consuming tasks, using available tools, software, or AI-powered solutions.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[E]xecute (Efficiently)&lt;/strong&gt;: For tasks that cannot be eliminated or delegated, focus on executing them in the most efficient and time-saving manner, optimising your workflow and using productivity best practices.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[M]onitor&lt;/strong&gt;: Continuously review the outcomes of your decisions and actions, gather feedback, reflect on lessons learned, and make adjustments as needed.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;aedaem-checklist&quot; tabindex=&quot;-1&quot;&gt;AEDAEM Checklist: &lt;a class=&quot;header-anchor&quot; href=&quot;#aedaem-checklist&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id=&quot;assess&quot; tabindex=&quot;-1&quot;&gt;Assess &lt;a class=&quot;header-anchor&quot; href=&quot;#assess&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Understand the purpose, requirements, and desired outcomes of the task or project.&lt;/li&gt;
&lt;li&gt;Evaluate your current level of familiarity and access to necessary information/materials.&lt;/li&gt;
&lt;li&gt;Identify the stakeholders involved and their expectations.&lt;/li&gt;
&lt;li&gt;Anticipate potential challenges, risks, and constraints.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;eliminate&quot; tabindex=&quot;-1&quot;&gt;Eliminate &lt;a class=&quot;header-anchor&quot; href=&quot;#eliminate&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Critically examine the necessity of each aspect of the task.&lt;/li&gt;
&lt;li&gt;Challenge assumptions and consider alternative approaches.&lt;/li&gt;
&lt;li&gt;Simplify or remove any unnecessary or redundant elements.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;delegate&quot; tabindex=&quot;-1&quot;&gt;Delegate &lt;a class=&quot;header-anchor&quot; href=&quot;#delegate&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Identify tasks or components that can be assigned to others.&lt;/li&gt;
&lt;li&gt;Determine the appropriate individuals or teams to delegate to.&lt;/li&gt;
&lt;li&gt;Provide clear instructions and support to ensure successful delegation.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;automate&quot; tabindex=&quot;-1&quot;&gt;Automate &lt;a class=&quot;header-anchor&quot; href=&quot;#automate&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Explore tools, software, or AI-powered solutions that can automate repetitive or time-consuming tasks.&lt;/li&gt;
&lt;li&gt;Invest time upfront to set up automated workflows and processes.&lt;/li&gt;
&lt;li&gt;Integrate automation to reduce future effort and improve efficiency.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;execute-efficiently&quot; tabindex=&quot;-1&quot;&gt;Execute (Efficiently) &lt;a class=&quot;header-anchor&quot; href=&quot;#execute-efficiently&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Optimise your workflow and implement productivity best practices.&lt;/li&gt;
&lt;li&gt;Leverage available resources, tools, and techniques to streamline the execution.&lt;/li&gt;
&lt;li&gt;Focus on completing the task in the most time-saving and effective manner.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;monitor&quot; tabindex=&quot;-1&quot;&gt;Monitor &lt;a class=&quot;header-anchor&quot; href=&quot;#monitor&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Continuously review the outcomes and impact of your decisions and actions.&lt;/li&gt;
&lt;li&gt;Gather feedback from relevant stakeholders and team members.&lt;/li&gt;
&lt;li&gt;Reflect on lessons learned and make adjustments as needed.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;instructions-for-use&quot; tabindex=&quot;-1&quot;&gt;Instructions for Use: &lt;a class=&quot;header-anchor&quot; href=&quot;#instructions-for-use&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Whenever you have a new task or project, go through the AEDAEM checklist step-by-step.&lt;/li&gt;
&lt;li&gt;Document your responses and insights for each phase, either in a template or collaborative tool.&lt;/li&gt;
&lt;li&gt;Refer back to the checklist and your previous AEDAEM analyses to inform your approach and decision-making.&lt;/li&gt;
&lt;li&gt;Regularly review and update your AEDAEM process to incorporate new learnings and best practices.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&quot;applying-aedaem-with-a-conversational-ai-tool-solo&quot; tabindex=&quot;-1&quot;&gt;Applying AEDAEM with a Conversational AI Tool (Solo): &lt;a class=&quot;header-anchor&quot; href=&quot;#applying-aedaem-with-a-conversational-ai-tool-solo&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;When working on a task or project solo, you can leverage a conversational AI tool, such as this one, to walk through the AEDAEM process:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Initiate a conversation with the AI and explain the task or project you need to address.&lt;/li&gt;
&lt;li&gt;Ask the AI to guide you through the AEDAEM steps, responding to the questions and considerations for each phase.&lt;/li&gt;
&lt;li&gt;Capture the AI&#39;s responses and your own insights in a shared document or collaborative tool.&lt;/li&gt;
&lt;li&gt;Refer back to the AEDAEM analysis as you plan and execute the task or project.&lt;/li&gt;
&lt;li&gt;Provide feedback to the AI on the usefulness of the AEDAEM process, and suggest any improvements or refinements.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Use the following prompt with your favorite AI chat service to guide you through the AEDAEM process. Click the button below to copy it to your clipboard:&lt;/p&gt;
&lt;p&gt;&lt;button class=&quot;copy-prompt-button&quot; id=&quot;copy-prompt-button&quot;&gt;Copy AEDAEM Prompt&lt;/button&gt;&lt;/p&gt;
&lt;textarea id=&quot;hidden-prompt&quot; style=&quot;position: absolute; left: -9999px;&quot;&gt;
Prompt:

Okay, let&#39;s apply the AEDAEM process to a task or project you&#39;re currently working on. Can you briefly describe the task or project you need to make decisions about and take action on?

[Wait for the user to provide details about the task or project]

Great, thank you for sharing that. Now, let&#39;s go through the AEDAEM steps together:

A - Assess:

What is the purpose and desired outcome of this task or project?
How familiar are you with the requirements and necessary information/materials?
Who are the key stakeholders involved, and what are their expectations?
What potential challenges, risks, or constraints do you anticipate?

E - Eliminate:

Are there any aspects of this task or project that can be eliminated or simplified?
Have you challenged any underlying assumptions or considered alternative approaches?
Can you identify any unnecessary or redundant elements that can be removed?

D - Delegate:

Are there any tasks or components that can be assigned to others?
Who would be the appropriate individuals or teams to delegate to?
How can you provide clear instructions and support to ensure successful delegation?

A - Automate:

What tools, software, or AI-powered solutions could automate repetitive or time-consuming tasks?
Are you willing to invest time upfront to set up automated workflows and processes?
How can you integrate automation to reduce future effort and improve efficiency?

E - Execute (Efficiently):

How can you optimize your workflow and utilize productivity best practices?
What available resources, tools, and techniques can you leverage to streamline the execution?
How can you focus on completing the task in the most time-saving and effective manner?

M - Monitor:

How will you continuously review the outcomes and impact of your decisions and actions?
Who can you gather feedback from, and how will you reflect on lessons learned?
What adjustments might you need to make based on your monitoring and review process?
Okay, let&#39;s summarize the key insights and action steps from applying the AEDAEM process to your task or project:

[Provide a summary of the user&#39;s responses and insights for each AEDAEM step, highlighting the key takeaways and proposed actions.]
&lt;/textarea&gt;
</content>
	</entry>
	
	<entry>
		<title>Enantiodromia: Navigating the Balance of Extremes</title>
		<link href="https://www.davidtiong.com/ideas/balance-extremes/"/>
		<updated>2024-10-06T00:00:00Z</updated>
		<id>https://www.davidtiong.com/ideas/balance-extremes/</id>
		<summary type="html">Understanding Enantiodromia: The Balance of Opposites #
Enantiodromia, a term derived from Greek words &amp;quot;enantios,&amp;quot; meaning opposite, and &amp;quot;dromos,&amp;quot; meaning running, refers to the...</summary>
		<content type="html">&lt;h2 id=&quot;understanding-enantiodromia-the-balance-of-opposites&quot; tabindex=&quot;-1&quot;&gt;Understanding Enantiodromia: The Balance of Opposites &lt;a class=&quot;header-anchor&quot; href=&quot;#understanding-enantiodromia-the-balance-of-opposites&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Enantiodromia, a term derived from Greek words &amp;quot;enantios,&amp;quot; meaning opposite, and &amp;quot;dromos,&amp;quot; meaning running, refers to the phenomenon where an extreme or dominant idea eventually gives way to its opposite. This concept of running towards the opposite, popularised by Swiss psychiatrist Carl Jung, highlights how our tendencies—whether in human experience, society, or personal behavior—often swing between extremes. Jung believed that this duality is a natural part of human life, reflecting the inherent chaos that can emerge from rigid adherence to a singular viewpoint or approach.&lt;/p&gt;
&lt;p&gt;This tendency can be observed in various realms of life, particularly in our interactions with technology, infrastructure, and societal structures. Here are three illustrative examples:&lt;/p&gt;
&lt;h3 id=&quot;1-technology&quot; tabindex=&quot;-1&quot;&gt;1. Technology &lt;a class=&quot;header-anchor&quot; href=&quot;#1-technology&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;The initial promise of technology was to simplify our lives, allowing for increased efficiency and more free time. Innovations like smartphones and productivity apps were designed to streamline tasks, enhance communication, and give us more leisure time. However, as we became more reliant on these devices, we often found ourselves overwhelmed by distractions, constant notifications, and the pressure to be perpetually connected.&lt;/p&gt;
&lt;p&gt;The expectation of immediacy can create stress and anxiety, leading to feelings of burnout. Instead of liberating us, technology can sometimes ensnare us in a cycle of over-commitment and fatigue. This paradox illustrates enantiodromia, where the intention of enhancing our lives can result in greater complexity and stress.&lt;/p&gt;
&lt;h3 id=&quot;2-the-internet&quot; tabindex=&quot;-1&quot;&gt;2. The Internet &lt;a class=&quot;header-anchor&quot; href=&quot;#2-the-internet&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;The internet was heralded as a tool for freedom of information and expression, empowering individuals to voice their thoughts and access diverse perspectives. It was expected to democratise knowledge, enabling anyone to find information and share their ideas globally. However, the reality has revealed significant challenges.&lt;/p&gt;
&lt;p&gt;The vast amount of information available can lead to confusion and misinformation, making it difficult for individuals to discern credible sources. Additionally, the rise of social media has created echo chambers, where people are exposed primarily to views that align with their own, often reinforcing biases and contributing to societal polarisation. Rather than fostering open dialogue, the internet can sometimes restrict it, illustrating how a platform intended to empower can lead to fragmentation and control.&lt;/p&gt;
&lt;h3 id=&quot;3-freeways-and-motorways&quot; tabindex=&quot;-1&quot;&gt;3. Freeways and Motorways &lt;a class=&quot;header-anchor&quot; href=&quot;#3-freeways-and-motorways&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Freeways and motorways were designed to ease commutes and enhance mobility, providing multi-lane speedways for faster travel in and out of cities. The convenience of these road systems often encourages more people to relocate to suburban areas or take jobs farther away, as the perception of easier commuting leads to increased demand for housing in those areas.&lt;/p&gt;
&lt;p&gt;However, this induced demand can result in traffic congestion and bottlenecks, transforming what was intended to be a solution into a source of frustration. The original goal of reducing travel time can become counterproductive, as roadways become clogged with vehicles. This shift illustrates the concept of enantiodromia, demonstrating how an attempt to improve efficiency can yield the opposite effect when confronted with the dynamics of human behavior and urban planning.&lt;/p&gt;
&lt;h2 id=&quot;conclusion-the-implications-of-enantiodromia&quot; tabindex=&quot;-1&quot;&gt;Conclusion: The Implications of Enantiodromia &lt;a class=&quot;header-anchor&quot; href=&quot;#conclusion-the-implications-of-enantiodromia&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;These examples underscore the complexity of human systems and the potential for unintended consequences. Enantiodromia serves as a reminder that in both business and personal life, extremes can lead to chaos, and balance is crucial for sustainable growth and well-being.&lt;/p&gt;
&lt;h3 id=&quot;key-takeaways&quot; tabindex=&quot;-1&quot;&gt;Key Takeaways &lt;a class=&quot;header-anchor&quot; href=&quot;#key-takeaways&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Awareness of Extremes&lt;/strong&gt;: Understanding enantiodromia encourages us to recognise when we might be veering too far toward one extreme, whether in decision-making, habits, or relationships. This awareness can help prevent burnout or disconnection.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Adaptability&lt;/strong&gt;: By acknowledging the potential for opposite outcomes, we can cultivate adaptability and resilience, allowing us to respond more effectively to change and challenge. This flexibility is essential in both personal growth and organisational success.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Holistic Perspective&lt;/strong&gt;: In both business and personal contexts, considering enantiodromia promotes a more holistic view. It reminds us to seek balance, integrate diverse viewpoints, and remain open to the dynamic nature of life.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Ultimately, being mindful of enantiodromia can help us navigate complexities, fostering a deeper understanding of ourselves and the world around us. This perspective encourages us to strive for equilibrium, ensuring that our actions align with our intended goals without falling into the trap of unintended consequences.&lt;/p&gt;
</content>
	</entry>
	
	<entry>
		<title>Navigating Decision-Making: A Practical Checklist</title>
		<link href="https://www.davidtiong.com/ideas/decision-making-checklist/"/>
		<updated>2024-09-29T00:00:00Z</updated>
		<id>https://www.davidtiong.com/ideas/decision-making-checklist/</id>
		<summary type="html">Making decisions can often feel overwhelming. I’ve certainly been there—standing at a crossroads, burdened by the weight of uncertainty and the fear of making the wrong choice. To help myself—and...</summary>
		<content type="html">&lt;p&gt;Making decisions can often feel overwhelming. I’ve certainly been there—standing at a crossroads, burdened by the weight of uncertainty and the fear of making the wrong choice. To help myself—and hopefully you—I’ve created a structured decision-making checklist that serves as a guide through those tricky situations we all face.&lt;/p&gt;
&lt;h2 id=&quot;step-1-situation-summary&quot; tabindex=&quot;-1&quot;&gt;Step 1: Situation Summary &lt;a class=&quot;header-anchor&quot; href=&quot;#step-1-situation-summary&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Begin by summarising the situation you’re dealing with in one or two sentences. This helps clarify your thoughts and provides context for the decision ahead.&lt;/p&gt;
&lt;h2 id=&quot;step-2-checklist-questions&quot; tabindex=&quot;-1&quot;&gt;Step 2: Checklist Questions &lt;a class=&quot;header-anchor&quot; href=&quot;#step-2-checklist-questions&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id=&quot;awareness-of-uncertainty&quot; tabindex=&quot;-1&quot;&gt;Awareness of Uncertainty &lt;a class=&quot;header-anchor&quot; href=&quot;#awareness-of-uncertainty&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Identify Assumptions&lt;/strong&gt;: What assumptions am I making about this situation? Are they based on facts or feelings?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Confidence Level&lt;/strong&gt;: How confident am I in my assumptions? What evidence do I have to support them?&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&quot;consideration-of-extreme-outcomes&quot; tabindex=&quot;-1&quot;&gt;Consideration of Extreme Outcomes &lt;a class=&quot;header-anchor&quot; href=&quot;#consideration-of-extreme-outcomes&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ol start=&quot;3&quot;&gt;
&lt;li&gt;&lt;strong&gt;Worst-Case Scenarios&lt;/strong&gt;: What are the potential worst-case outcomes, and how would they impact my goals or team?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;High-Impact Events&lt;/strong&gt;: Are there rare but impactful events that I may be overlooking? How can I prepare for them?&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&quot;bias-reflection&quot; tabindex=&quot;-1&quot;&gt;Bias Reflection &lt;a class=&quot;header-anchor&quot; href=&quot;#bias-reflection&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ol start=&quot;5&quot;&gt;
&lt;li&gt;&lt;strong&gt;Identify Personal Biases&lt;/strong&gt;: What personal biases might be influencing my perspective? Am I overly reliant on past experiences?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Challenge Assumptions&lt;/strong&gt;: How can I validate my assumptions? Who can provide a different perspective?&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&quot;decision-framework&quot; tabindex=&quot;-1&quot;&gt;Decision Framework &lt;a class=&quot;header-anchor&quot; href=&quot;#decision-framework&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ol start=&quot;7&quot;&gt;
&lt;li&gt;&lt;strong&gt;Range of Outcomes&lt;/strong&gt;: Have I considered both positive and negative outcomes? What are their potential impacts?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Risk Mitigation Strategies&lt;/strong&gt;: What strategies can I implement to mitigate risks associated with less likely but high-impact outcomes?&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&quot;feedback-and-reflection&quot; tabindex=&quot;-1&quot;&gt;Feedback and Reflection &lt;a class=&quot;header-anchor&quot; href=&quot;#feedback-and-reflection&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ol start=&quot;9&quot;&gt;
&lt;li&gt;&lt;strong&gt;Review Past Decisions&lt;/strong&gt;: How can I create a process to review past decisions and their outcomes? What lessons can I learn?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Involve Others&lt;/strong&gt;: Who can I consult for additional perspectives? How can I encourage open dialogue to challenge my views?&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&quot;balance-and-perspective&quot; tabindex=&quot;-1&quot;&gt;Balance and Perspective &lt;a class=&quot;header-anchor&quot; href=&quot;#balance-and-perspective&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ol start=&quot;11&quot;&gt;
&lt;li&gt;&lt;strong&gt;Check for Overgeneralisation&lt;/strong&gt;: Am I stacking similar past events too broadly? How can I ensure each situation is evaluated on its own merits?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Encourage Flexibility&lt;/strong&gt;: Am I allowing room for uncertainty and different viewpoints? How can I stay open to new information?&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&quot;implementing-the-checklist&quot; tabindex=&quot;-1&quot;&gt;Implementing the Checklist &lt;a class=&quot;header-anchor&quot; href=&quot;#implementing-the-checklist&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;To truly benefit from this checklist, I recommend using it regularly, especially when you’re faced with important decisions. Set aside some quiet time for reflection, perhaps with a cup of coffee or during a peaceful moment in your day. Sharing the checklist with a trusted colleague or friend can also provide fresh perspectives, making the process feel less isolating.&lt;/p&gt;
&lt;h2 id=&quot;the-role-of-bias-in-decision-making&quot; tabindex=&quot;-1&quot;&gt;The Role of Bias in Decision-Making &lt;a class=&quot;header-anchor&quot; href=&quot;#the-role-of-bias-in-decision-making&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Bias is something we all grapple with. I know I do. Sometimes, I find myself leaning too heavily on past experiences, which can warp my perception of new situations. It’s all too easy to “stack” similar events in our minds, leading us to conclusions that may not apply. For instance, if I faced a setback with one approach, I might instinctively reject similar strategies without considering the unique factors at play this time around.&lt;/p&gt;
&lt;p&gt;Recognising these biases is crucial. By questioning my assumptions and actively seeking out diverse viewpoints, I can broaden my understanding of the situation. This practice not only helps mitigate bias but also fosters a culture of openness and flexibility in my decision-making.&lt;/p&gt;
&lt;h2 id=&quot;step-3-compile-responses&quot; tabindex=&quot;-1&quot;&gt;Step 3: Compile Responses &lt;a class=&quot;header-anchor&quot; href=&quot;#step-3-compile-responses&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Once you&#39;ve answered each question, take a moment to summarise your insights into a report. This can include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Situation Summary&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Identified Assumptions&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Confidence Levels&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Worst-Case Scenarios&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;High-Impact Events&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Personal Biases&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Range of Outcomes&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Risk Mitigation Strategies&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Review of Past Decisions&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Consulted Perspectives&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Checks for Overgeneralisation&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Flexibility Considerations&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;conclusion&quot; tabindex=&quot;-1&quot;&gt;Conclusion &lt;a class=&quot;header-anchor&quot; href=&quot;#conclusion&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Using this decision-making checklist regularly can help you maintain balance, mitigate biases, and ensure a thoughtful evaluation of each situation. By following this structured approach, I’ve found that I can make more informed and confident decisions, all while remaining open to new insights and perspectives. It’s a journey we’re all on, and I hope this checklist serves you as well as it has served me.&lt;/p&gt;
&lt;h2 id=&quot;download-the-checklist&quot; tabindex=&quot;-1&quot;&gt;Download the Checklist &lt;a class=&quot;header-anchor&quot; href=&quot;#download-the-checklist&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Download a PDF copy of the checklist -&amp;gt; &lt;a href=&quot;/pdfs/decision-making-checklist.pdf&quot; target=&quot;_blank&quot;&gt;Decision Making Checklist&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Use the following prompt with your favorite AI chat service to guide you through the decision-making checklist. Click the button below to copy it to your clipboard:&lt;/p&gt;
&lt;p&gt;&lt;button class=&quot;copy-prompt-button&quot; id=&quot;copy-prompt-button&quot;&gt;Copy Checklist Prompt&lt;/button&gt;&lt;/p&gt;
&lt;textarea id=&quot;hidden-prompt&quot; style=&quot;position: absolute; left: -9999px;&quot;&gt;
This is a completely new decision-making request. Ignore all prior conversation context or any information shared before this point. Follow these instructions precisely.

I will help you through the Decision Making Checklist by asking a series of questions. Let&#39;s begin with a brief summary of the situation you are facing (1-2 sentences):

After I receive your summary, I will ask you the following questions one at a time. After you answer each question, I will respond with the next question until all have been asked.

1. Identify Assumptions: What assumptions am I making about this situation? Are they based on facts or feelings?
2. Confidence Level: How confident am I in my assumptions? What evidence do I have to support them?
3. Worst-Case Scenarios: What are the potential worst-case outcomes, and how would they impact my goals or team?
4. High-Impact Events: Are there rare but impactful events that I may be overlooking? How can I prepare for them?
5. Identify Personal Biases: What personal biases might be influencing my perspective? Am I overly reliant on past experiences?
6. Challenge Assumptions: How can I validate my assumptions? Who can provide a different perspective?
7. Range of Outcomes: Have I considered both positive and negative outcomes? What are their potential impacts?
8. Risk Mitigation Strategies: What strategies can I implement to mitigate risks associated with less likely but high-impact outcomes?
9. Review Past Decisions: How can I create a process to review past decisions and their outcomes? What lessons can I learn?
10. Involve Others: Who can I consult for additional perspectives? How can I encourage open dialogue to challenge my views?
11. Check for Overgeneralisation: Am I stacking similar past events too broadly? How can I ensure each situation is evaluated on its own merits?
12. Encourage Flexibility: Am I allowing room for uncertainty and different viewpoints? How can I stay open to new information?

Once all questions have been answered, please summarise my insights into a report that includes:

- Situation Summary
- Identified Assumptions
- Confidence Levels
- Worst-Case Scenarios
- High-Impact Events
- Personal Biases
- Range of Outcomes
- Risk Mitigation Strategies
- Review of Past Decisions
- Consulted Perspectives
- Checks for Overgeneralisation
- Flexibility Considerations

Additionally, please:

- Identify any critical areas or considerations I may have overlooked.
- Suggest alternative strategies or approaches I should consider.
- Provide a SWOT analysis based on my responses.
- Generate ideas for actionable steps based on my responses to the questions.
  &lt;/textarea&gt;
</content>
	</entry>
	
	<entry>
		<title>Thinking and Perception of Reality</title>
		<link href="https://www.davidtiong.com/ideas/thoughts-vs-thinking/"/>
		<updated>2024-09-22T00:00:00Z</updated>
		<id>https://www.davidtiong.com/ideas/thoughts-vs-thinking/</id>
		<summary type="html">This week, during my run along the beach, I listened to the words of Joseph Nguyen in his book ℹDon&#39;t Believe Everything You Think. An exploration of how most people exist within their own thoughts...</summary>
		<content type="html">&lt;p&gt;This week, during my run along the beach, I listened to the words of Joseph Nguyen in his book &lt;a href=&quot;#footnotes-section&quot;&gt;&lt;span class=&quot;footnote-icon&quot;&gt;ℹ&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;https://amzn.to/3ZDVdtL&quot; class=&quot;footnote-link&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Don&#39;t Believe Everything You Think&lt;/a&gt;. An exploration of how most people exist within their own thoughts and perceptions of the world. Joseph emphasizes that the meaning we assign to events shapes our understanding and experience, creating a filter through which we interpret life. As a result, we often navigate a perception of reality rather than reality itself. This distinction is crucial in understanding how our thinking—rather than our thoughts—shapes our feelings and experiences.&lt;/p&gt;
&lt;h2 id=&quot;perception-vs-reality&quot; tabindex=&quot;-1&quot;&gt;Perception vs. Reality &lt;a class=&quot;header-anchor&quot; href=&quot;#perception-vs-reality&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Most people live within their own thoughts and interpretations, which act as filters through which they perceive reality. Reality itself is simply the event that occurs, devoid of any interpretation. For instance, two employees in the same role may experience their job differently: one might find it fulfilling due to a positive outlook, while the other feels overwhelmed because of negative thinking. Similarly, during a social gathering, one person might feel energised and connected, while another feels anxious and isolated—all based on their individual interpretations of the same situation. Understanding this distinction helps individuals recognise that their emotional responses arise not from the events themselves but from how they interpret those events, or how they &lt;em&gt;think&lt;/em&gt; in those events.&lt;/p&gt;
&lt;h2 id=&quot;the-nature-of-thoughts-and-thinking&quot; tabindex=&quot;-1&quot;&gt;The Nature of Thoughts and Thinking &lt;a class=&quot;header-anchor&quot; href=&quot;#the-nature-of-thoughts-and-thinking&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thoughts are transient mental events, while thinking is the active process of engaging with those thoughts. It&#39;s often this thinking that leads to suffering. For example, when a person has a neutral thought about an upcoming presentation, they might begin to overthink and worry about potential pitfalls, which can spiral into anxiety. Conversely, someone else might view the same presentation as a chance for growth without overthinking it, leading to a more positive experience. Recognising that our interpretations are what shape our reality empowers us to see that our emotional responses are based on our thinking. By understanding this, we can shift our experience of life—realising we are just one thought away from a different perspective, and that it’s the thinking about our thoughts where the pain often lies.&lt;/p&gt;
&lt;h2 id=&quot;non-attachment-to-thinking&quot; tabindex=&quot;-1&quot;&gt;Non-attachment to Thinking &lt;a class=&quot;header-anchor&quot; href=&quot;#non-attachment-to-thinking&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Practicing non-attachment to thinking involves observing thoughts without becoming entangled in them. While thoughts will inevitably arise, we don’t need to engage with or be defined by them. Our natural state is one of joy, love, and peace, much like the calm found in a gentle breeze or a still lake. The less thinking we engage in, the more present and content we become. Conversely, excessive thinking can clutter our minds and hinder our ability to fully experience the moment. By allowing thoughts to flow without judgement, we create space for positive emotions to surface naturally. As Eckhart Tolle reminds us, &amp;quot;Realise deeply that the present moment is all you ever have.&amp;quot; This reflects how embracing our thoughts without attachment can lead to greater presence and peace.&lt;/p&gt;
&lt;h2 id=&quot;mindfulness-and-presence&quot; tabindex=&quot;-1&quot;&gt;Mindfulness and Presence &lt;a class=&quot;header-anchor&quot; href=&quot;#mindfulness-and-presence&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Being present is essential for fully experiencing life, yet many people get caught up in their thinking, ruminating on the past or worrying about the future. Establishing a morning routine—like focused breathing or a brief meditation—can set a positive tone for the day and enhance our awareness of the thinking that leads to unnecessary pain. For instance, while walking in nature, we can appreciate the beauty around us without dwelling on the past or worrying about tomorrow. As Thich Nhat Hanh said, &amp;quot;Feelings come and go like clouds in a windy sky. Conscious breathing is my anchor.&amp;quot; This awareness reduces stress and allows us to engage more fully with life as it unfolds.&lt;/p&gt;
&lt;h2 id=&quot;the-source-of-goals&quot; tabindex=&quot;-1&quot;&gt;The Source of Goals &lt;a class=&quot;header-anchor&quot; href=&quot;#the-source-of-goals&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Understanding the origins of our goals is crucial for achieving true fulfillment. Goals can stem from two different sources: desperation or inspiration. Desperation-driven goals often arise from a need for external validation and serve as means to an end. For example, pursuing a job that pays significantly more money may be motivated by the desire to buy a luxury car. However, the underlying question remains: why seek that car? Is it for a feeling of status, freedom, or success? These types of goals are often merely means to an end.&lt;/p&gt;
&lt;p&gt;Even when these goals are achieved, they can leave individuals feeling empty, prompting the pursuit of new goals in a cycle of seeking fulfillment that never quite satisfies. This reflects a deeper sense of trying to escape from something rather than a genuine alignment with one&#39;s true purpose.&lt;/p&gt;
&lt;p&gt;In contrast, inspiration-driven goals resonate with our authentic selves, feeling more like a calling or a higher purpose. These are the pursuits we engage in because we want to, not because we have to. They come from a place of inspiration and offer fulfillment in themselves. However, overthinking can cloud this clarity, leading us back to feelings of inadequacy or self-doubt, which then drive us back to setting goals out of desperation.&lt;/p&gt;
&lt;h2 id=&quot;flow-state&quot; tabindex=&quot;-1&quot;&gt;Flow State &lt;a class=&quot;header-anchor&quot; href=&quot;#flow-state&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;We often do our best work when we’re not overthinking—when we enter a state of flow. This non-thinking state fosters creativity and productivity, allowing us to tap into our natural joy and peace. Activities that encourage flow, such as art, sports, or focused work, can help us engage deeply and enjoy the process without the pressure of outcomes. By embracing this state, we can better discern the source of our goals and recognise that our thoughts flow like a river—only blocked by our own thinking. If we can stop overthinking and simply create for the joy of it, we can rediscover what truly fulfills us.&lt;/p&gt;
&lt;h2 id=&quot;awareness-of-thinking&quot; tabindex=&quot;-1&quot;&gt;Awareness of Thinking &lt;a class=&quot;header-anchor&quot; href=&quot;#awareness-of-thinking&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Developing awareness of our thinking patterns is essential for finding clarity and peace. &amp;quot;A crowded mind often leaves no space for a peaceful heart&amp;quot; — Eckhart Tolle. Overthinking complicates our emotional landscape, obscuring the clarity that arises from simply observing our thoughts.&lt;/p&gt;
&lt;p&gt;By recognising our thoughts as neutral entities, we allow our minds to settle like murky water that becomes clear with time and space. We practice stepping back from our thinking, creating space to be with our thoughts and experience the moment. This approach helps us avoid being defined by an altered perception of reality generated by our thinking, enabling us to truly engage in the present in a state of non-thinking.&lt;/p&gt;
&lt;h2 id=&quot;quotes-to-reflect-on&quot; tabindex=&quot;-1&quot;&gt;Quotes to Reflect On &lt;a class=&quot;header-anchor&quot; href=&quot;#quotes-to-reflect-on&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&amp;quot;If the only thing people learned was not to be afraid of their experience, that would change the world.&amp;quot; — Sydney Banks. This quote emphasises the transformative potential of embracing our experiences rather than shying away from them, highlighting how acceptance can lead to profound change.&lt;/li&gt;
&lt;li&gt;&amp;quot;Anxiety is thought without control; flow is control without thought.&amp;quot;— James Clear. This insight underscores the importance of managing our thinking to foster creativity and presence, illustrating the difference between being overwhelmed by thoughts and finding freedom in a state of flow.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These quotes serve as reminders of the power of our mindset and the impact of our relationship with our thoughts. By reflecting on these ideas, we can cultivate a deeper understanding of our experiences and the choices we make in response to them.&lt;/p&gt;
&lt;h2 id=&quot;practical-applications&quot; tabindex=&quot;-1&quot;&gt;Practical Applications &lt;a class=&quot;header-anchor&quot; href=&quot;#practical-applications&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Joseph Nguyen’s insights in &lt;a href=&quot;#footnotes-section&quot;&gt;&lt;span class=&quot;footnote-icon&quot;&gt;ℹ&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;https://amzn.to/3ZDVdtL&quot; class=&quot;footnote-link&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Don&#39;t Believe Everything You Think&lt;/a&gt; provide valuable guidance for navigating our thoughts and experiences. Here are some practical applications to integrate his teachings into your daily life:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Daily Mindfulness:&lt;/strong&gt; Incorporate brief mindfulness practices into your routine, such as focusing on your breath or observing your surroundings. This cultivates presence and helps you connect with the moment without the distraction of overthinking.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Goal Reflection:&lt;/strong&gt; Regularly assess the source of your goals. Ask yourself whether they stem from inspiration or desperation. This reflection can guide you to realign your pursuits with your authentic self and foster deeper fulfillment.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Creative Pursuits:&lt;/strong&gt; Engage in activities that promote a flow state, allowing yourself to create and explore without the pressure of outcomes. Whether it’s painting, writing, or participating in sports, find joy in the process rather than fixating on results.&lt;/li&gt;
&lt;/ul&gt;
&lt;section class=&quot;footnotes&quot;&gt;&lt;hr id=&quot;footnotes-section&quot;&gt;&lt;h2&gt;Footnotes&lt;/h2&gt;&lt;p&gt;&lt;span class=&quot;footnote-icon&quot;&gt;ℹ&lt;/span&gt; As an Amazon Associate, I earn from qualifying purchases. The links provided are for Amazon Australia, and if you make a purchase through these links, I may earn a small commission at no extra cost to you. Thank you for your support!&lt;/p&gt;&lt;/section&gt;
</content>
	</entry>
	
	<entry>
		<title>Cost of Transparency: Remote vs. Traditional</title>
		<link href="https://www.davidtiong.com/ideas/cost-transparency-remote-traditional/"/>
		<updated>2024-09-15T00:00:00Z</updated>
		<id>https://www.davidtiong.com/ideas/cost-transparency-remote-traditional/</id>
		<summary type="html">Analysis of Communication Management in Remote-First Startups vs. Traditional Organizations #
Introduction #
As someone who&#39;s been in the trenches of remote work for several years, I&#39;ve noticed a...</summary>
		<content type="html">&lt;h2 id=&quot;analysis-of-communication-management-in-remote-first-startups-vs-traditional-organizations&quot; tabindex=&quot;-1&quot;&gt;Analysis of Communication Management in Remote-First Startups vs. Traditional Organizations &lt;a class=&quot;header-anchor&quot; href=&quot;#analysis-of-communication-management-in-remote-first-startups-vs-traditional-organizations&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id=&quot;introduction&quot; tabindex=&quot;-1&quot;&gt;Introduction &lt;a class=&quot;header-anchor&quot; href=&quot;#introduction&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;As someone who&#39;s been in the trenches of remote work for several years, I&#39;ve noticed a troubling trend in how remote startups handle communication. We&#39;ve all bought into this idea that more communication equals better collaboration, but I&#39;m here to tell you – it&#39;s not working out the way we thought it would.&lt;/p&gt;
&lt;p&gt;The way we&#39;re doing communication in remote startups is less than ideal, and it&#39;s time we faced that fact. We&#39;ve created this always-on, hyper-connected environment thinking it would solve the distance problem, but in reality, we&#39;ve just replaced one set of issues with another.&lt;/p&gt;
&lt;p&gt;Here&#39;s the crux of the problem:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Information Overload&lt;/strong&gt;: We&#39;re bombarding employees with constant updates across multiple platforms, leading to mental fatigue and reduced productivity.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Context Switching Nightmare&lt;/strong&gt;: The frequent jumping between tools and conversations is killing focus and deep work.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;False Sense of Urgency&lt;/strong&gt;: When everything is &amp;quot;transparent&amp;quot; and immediate, it creates an environment where everything feels urgent, even when it&#39;s not.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Potential for Burnout&lt;/strong&gt;: This constant state of communication alertness is leading to higher stress levels, which could contribute to burnout and, potentially, higher turnover rates in remote settings.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In this analysis, I&#39;m going to break down the numbers and show you just how much this communication chaos is costing us in terms of productivity and employee well-being. While turnover rates might be higher in remote settings due to these factors, we&#39;ll focus specifically on the costs associated with communication overhead and context switching.&lt;/p&gt;
&lt;h3 id=&quot;communication-management-differences&quot; tabindex=&quot;-1&quot;&gt;Communication Management Differences &lt;a class=&quot;header-anchor&quot; href=&quot;#communication-management-differences&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;h4 id=&quot;remote-first-startups&quot; tabindex=&quot;-1&quot;&gt;&lt;strong&gt;Remote-First Startups&lt;/strong&gt;: &lt;a class=&quot;header-anchor&quot; href=&quot;#remote-first-startups&quot;&gt;#&lt;/a&gt;&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Channels: Extensive use of multiple channels (Slack, email, Zoom, project management tools, etc.).&lt;/li&gt;
&lt;li&gt;Updates: Frequent updates and notifications across various platforms.&lt;/li&gt;
&lt;li&gt;Interaction: High transparency with open communication, allowing extensive participation and commenting.&lt;/li&gt;
&lt;li&gt;Context Switching: Frequent switching between tools and channels, contributing to significant time lost.&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&quot;traditional-organizations&quot; tabindex=&quot;-1&quot;&gt;&lt;strong&gt;Traditional Organizations&lt;/strong&gt;: &lt;a class=&quot;header-anchor&quot; href=&quot;#traditional-organizations&quot;&gt;#&lt;/a&gt;&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Channels: Fewer communication channels, such as email and memos.&lt;/li&gt;
&lt;li&gt;Updates: Less frequent, more structured updates (e.g., quarterly newsletters).&lt;/li&gt;
&lt;li&gt;Interaction: Information dissemination through managers and formal communications.&lt;/li&gt;
&lt;li&gt;Context Switching: Minimal, with more streamlined communication processes.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;basis-for-cost-calculations&quot; tabindex=&quot;-1&quot;&gt;Basis for Cost Calculations &lt;a class=&quot;header-anchor&quot; href=&quot;#basis-for-cost-calculations&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;Disclaimer: The following numbers are hypothetical and used for illustrative purposes only. They do not represent actual data from any specific company or industry. This analysis is intended to demonstrate a method of calculation and to provide a general understanding of potential costs associated with different communication management approaches.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;For the purposes of this sample analysis, we will use the following assumptions:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Average Employee Wage: $100,000 per year.&lt;/li&gt;
&lt;li&gt;Work Hours per Year: Approximately 2,000 hours (assuming 40 hours per week and 50 working weeks per year).&lt;/li&gt;
&lt;li&gt;Productivity Loss Due to Communication:
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Remote-First Startups&lt;/strong&gt;: 30% of work hours spent on communication-related activities.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Traditional Organizations&lt;/strong&gt;: 10% of work hours spent on communication-related activities.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Company Size: 500 employees (for both remote-first startups and traditional organizations in this example).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;These figures are simplified for the sake of this analysis and should be adjusted based on actual data when applied to real-world scenarios. The percentages of productivity loss are estimates and may vary significantly depending on the specific organization, industry, and other factors.&lt;/p&gt;
&lt;h3 id=&quot;impact-on-productivity&quot; tabindex=&quot;-1&quot;&gt;Impact on Productivity &lt;a class=&quot;header-anchor&quot; href=&quot;#impact-on-productivity&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;h4 id=&quot;remote-first-startups-1&quot; tabindex=&quot;-1&quot;&gt;Remote-First Startups: &lt;a class=&quot;header-anchor&quot; href=&quot;#remote-first-startups-1&quot;&gt;#&lt;/a&gt;&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Productivity Loss Calculation&lt;/strong&gt;:
&lt;ul&gt;
&lt;li&gt;30% of 2,000 hours = 600 hours spent on communication.&lt;/li&gt;
&lt;li&gt;Estimated effective work hours = 1,400 hours.&lt;/li&gt;
&lt;li&gt;Productivity Loss per employee = (2,000 hours - 1,400 hours) / 2,000 hours * $100,000 = $30,000 per employee per year.&lt;/li&gt;
&lt;li&gt;Total Productivity Loss: 500 employees * $30,000 = $15,000,000 per year.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&quot;traditional-organizations-1&quot; tabindex=&quot;-1&quot;&gt;Traditional Organizations: &lt;a class=&quot;header-anchor&quot; href=&quot;#traditional-organizations-1&quot;&gt;#&lt;/a&gt;&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Productivity Loss Calculation&lt;/strong&gt;:
&lt;ul&gt;
&lt;li&gt;10% of 2,000 hours = 200 hours spent on communication.&lt;/li&gt;
&lt;li&gt;Estimated effective work hours = 1,800 hours.&lt;/li&gt;
&lt;li&gt;Productivity Loss per employee = (2,000 hours - 1,800 hours) / 2,000 hours * $100,000 = $10,000 per employee per year.&lt;/li&gt;
&lt;li&gt;Total Productivity Loss: 500 employees * $10,000 = $5,000,000 per year.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;conclusion&quot; tabindex=&quot;-1&quot;&gt;Conclusion &lt;a class=&quot;header-anchor&quot; href=&quot;#conclusion&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;h4 id=&quot;remote-first-startups-2&quot; tabindex=&quot;-1&quot;&gt;Remote-First Startups: &lt;a class=&quot;header-anchor&quot; href=&quot;#remote-first-startups-2&quot;&gt;#&lt;/a&gt;&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Total Productivity Loss: $15,000,000 per year.&lt;/li&gt;
&lt;li&gt;Issues:
&lt;ul&gt;
&lt;li&gt;Significant productivity loss due to extensive context switching and communication overhead.&lt;/li&gt;
&lt;li&gt;Increased management of multiple communication streams without clear boundaries.&lt;/li&gt;
&lt;li&gt;Potential for higher stress levels and burnout due to constant communication demands.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&quot;traditional-organizations-2&quot; tabindex=&quot;-1&quot;&gt;Traditional Organizations: &lt;a class=&quot;header-anchor&quot; href=&quot;#traditional-organizations-2&quot;&gt;#&lt;/a&gt;&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Total Productivity Loss: $5,000,000 per year.&lt;/li&gt;
&lt;li&gt;Benefits:
&lt;ul&gt;
&lt;li&gt;Lower overall costs due to more streamlined communication and reduced context switching.&lt;/li&gt;
&lt;li&gt;Improved focus on deliverables with less communication overload.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This analysis reflects the financial and operational impacts of communication management strategies, demonstrating that remote-first approaches, while offering flexibility, can also lead to higher costs in terms of lost productivity due to communication overhead.&lt;/p&gt;
&lt;p&gt;It&#39;s worth noting that while we haven&#39;t included turnover costs in this analysis, the communication challenges in remote work environments could potentially contribute to higher turnover rates. Factors such as feeling disconnected, difficulty in separating work and personal life, and burnout from constant communication could all play a role. However, quantifying these effects would require additional research and data.&lt;/p&gt;
&lt;h3 id=&quot;addressing-the-communication-conundrum&quot; tabindex=&quot;-1&quot;&gt;Addressing the Communication Conundrum &lt;a class=&quot;header-anchor&quot; href=&quot;#addressing-the-communication-conundrum&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;To tackle these issues and create a more balanced, productive remote work environment, consider the following strategies:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Implement Communication Tiers&lt;/strong&gt;: Not all information needs to reach everyone. Create a tiered system where critical updates are widely shared, but day-to-day chatter is contained within relevant teams.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Establish &#39;Deep Work&#39; Hours&lt;/strong&gt;: Designate specific times for uninterrupted, focused work. During these hours, instant messaging and non-emergency communications are discouraged.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Adopt Asynchronous Communication&lt;/strong&gt;: Shift from real-time messaging to more asynchronous methods like well-documented tickets or thoughtful email updates. This allows employees to engage with information when it&#39;s most convenient for their workflow.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Regular Communication Audits&lt;/strong&gt;: Periodically review and prune communication channels. If a Slack channel or email list isn&#39;t providing value, don&#39;t be afraid to archive it.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Train on Effective Communication&lt;/strong&gt;: Provide training on writing clear, concise messages and knowing when to use which communication tool. The goal is to reduce noise and increase signal.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;By implementing these strategies, remote startups can maintain the benefits of flexible work while mitigating the hidden costs of over-communication. Remember, the goal isn&#39;t just to communicate more, but to communicate more effectively. With some mindful adjustments, we can create remote work environments that are both collaborative and conducive to high-quality, focused work.&lt;/p&gt;
</content>
	</entry>
	
	<entry>
		<title>Simplify Problems with Clear Thinking</title>
		<link href="https://www.davidtiong.com/ideas/simplify-problems/"/>
		<updated>2024-09-11T00:00:00Z</updated>
		<id>https://www.davidtiong.com/ideas/simplify-problems/</id>
		<summary type="html">Often, the real issue isn&#39;t the problem itself but how we perceive and react to it. Most of our distress arises from our own thoughts, which can exaggerate minor inconveniences into major obstacles....</summary>
		<content type="html">&lt;p&gt;Often, the real issue isn&#39;t the problem itself but how we perceive and react to it. Most of our distress arises from our own thoughts, which can exaggerate minor inconveniences into major obstacles. In many cases, the actual impact of problems is minimal compared to the turmoil created in our minds. By managing our thoughts and maintaining perspective, we can alleviate much of this unnecessary stress.&lt;/p&gt;
&lt;p&gt;Additionally, solving problems often requires patience and clarity rather than constant mental effort. Embracing silence and allowing time for reflection can lead to better solutions. Instead of being overwhelmed by complexity, choosing simpler, more straightforward approaches can be highly effective. As noted in the principle of Occam&#39;s Razor, the simplest solution is often the best. Applying this principle in our daily decisions can help us navigate life&#39;s challenges more efficiently.&lt;/p&gt;
&lt;h2 id=&quot;action-points&quot; tabindex=&quot;-1&quot;&gt;Action Points &lt;a class=&quot;header-anchor&quot; href=&quot;#action-points&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Simplify Your Perspective&lt;/strong&gt;: Challenge yourself to recognise when your thoughts are magnifying a problem. Reframe challenges by focusing on the most straightforward aspects and avoid overcomplicating them.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Embrace Occam’s Razor&lt;/strong&gt;: When faced with decisions or problems, choose the &lt;a href=&quot;/notes/occams-razor-simple-solutions/&quot;&gt;simplest solution with the fewest assumptions&lt;/a&gt;. Apply this principle to streamline your approach and minimise unnecessary complexity.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Allow Time for Reflection&lt;/strong&gt;: Instead of rushing to solve a problem, give yourself time to think in silence. This can lead to clearer insights and more effective solutions.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
</content>
	</entry>
	
	<entry>
		<title>Applying Occam&#39;s Razor for Simple Solutions</title>
		<link href="https://www.davidtiong.com/ideas/occams-razor-simple-solutions/"/>
		<updated>2024-09-09T00:00:00Z</updated>
		<id>https://www.davidtiong.com/ideas/occams-razor-simple-solutions/</id>
		<summary type="html">As we kick off another week and I look at my to-do list, it&#39;s easy to feel overwhelmed. Time seems to fly by, and juggling immediate tasks with long-term goals only adds to the complexity.
So this...</summary>
		<content type="html">&lt;p&gt;As we kick off another week and I look at my to-do list, it&#39;s easy to feel overwhelmed. Time seems to fly by, and juggling immediate tasks with long-term goals only adds to the complexity.&lt;/p&gt;
&lt;p&gt;So this week, I&#39;m going to try something different: applying &lt;strong&gt;Occam’s Razor&lt;/strong&gt;. This principle, named after 14th-century friar William of Ockham, tells us to go with the simplest explanation or solution—one with the fewest assumptions. It’s all about cutting through the clutter and sticking with what’s clear and straightforward.&lt;/p&gt;
&lt;p&gt;By focusing on the simplest path, I hope to handle my tasks more efficiently and make decisions with less fuss. It’s like choosing the shortest route with fewer twists and turns, making everything a bit easier to navigate.&lt;/p&gt;
&lt;h2 id=&quot;how-to-apply-occams-razor-in-business-and-life&quot; tabindex=&quot;-1&quot;&gt;How to Apply Occam&#39;s Razor in Business and Life: &lt;a class=&quot;header-anchor&quot; href=&quot;#how-to-apply-occams-razor-in-business-and-life&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Decision-Making — Simplify Choices&lt;/strong&gt;: When making decisions, prioritise options that are straightforward and require fewer assumptions, that have less unknowns. For instance, when choosing between two marketing strategies, select the one that is simpler to implement and understand, avoiding unnecessary complexities that might obscure the effectiveness of the strategy.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Problem-Solving — Streamline Solutions&lt;/strong&gt;: In problem-solving, look for solutions that address the core issue without adding unnecessary layers of complexity. For example, if a team is facing communication problems, start with simple solutions like improving meeting structures or using clearer communication tools before considering more complex interventions.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Project Management — Minimise Complexity&lt;/strong&gt;: In project management, focus on creating clear, concise project plans and processes. Avoid over-complicating the project scope or adding unnecessary features that do not directly contribute to the project&#39;s primary goals. This can help in maintaining focus and ensuring that the project progresses smoothly.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;By applying Occam&#39;s Razor, you can make more effective decisions, streamline problem-solving, and manage projects with greater clarity and efficiency.&lt;/p&gt;
</content>
	</entry>
	
	<entry>
		<title>Embrace the Uncertainty</title>
		<link href="https://www.davidtiong.com/ideas/the-uncertainty/"/>
		<updated>2024-09-03T00:00:00Z</updated>
		<id>https://www.davidtiong.com/ideas/the-uncertainty/</id>
		<summary type="html">Life often becomes stagnant when we rely on familiar routines and societal benchmarks. Once you hit conventional milestones, it’s easy to settle into comfort. However, there’s no rule that says you...</summary>
		<content type="html">&lt;p&gt;Life often becomes stagnant when we rely on familiar routines and societal benchmarks. Once you hit conventional milestones, it’s easy to settle into comfort. However, there’s no rule that says you must follow typical goals set by society. To spark growth, seek new ideas and perspectives that challenge your current mindset. Re-educating yourself can lead to fresh goals and opportunities, shifting you away from a predictable and narrow path.&lt;/p&gt;
&lt;p&gt;Embracing uncertainty involves more than just overcoming fear; it’s about actively experimenting and iterating. Instead of getting bogged down by planning, start small and test your ideas. Failure is part of the process, and early experimentation helps you better understand the potential and timing of your opportunities. This approach allows you to pivot and adapt, avoiding missed chances due to over-analysis.&lt;/p&gt;
&lt;p&gt;Acting sooner rather than later helps you seize opportunities and learn from real-world feedback. By launching a simple version of your idea and gathering customer responses, you can refine and improve as you go. Persistence and adaptability are crucial, as initial setbacks can often lead to valuable insights and eventual success.&lt;/p&gt;
&lt;h2 id=&quot;actionable-insights&quot; tabindex=&quot;-1&quot;&gt;Actionable Insights &lt;a class=&quot;header-anchor&quot; href=&quot;#actionable-insights&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Challenge Norms:&lt;/strong&gt; Question societal expectations and seek goals that resonate with your personal values and interests.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Start Small and Experiment:&lt;/strong&gt; Begin with a minimal viable version of your idea. Test it out, gather feedback, and iterate quickly.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Prioritise Action:&lt;/strong&gt; Avoid over-planning. Begin sooner to capture opportunities and learn from real-world responses.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Stay Persistent:&lt;/strong&gt; Use user or situational feedback to refine your approach. Embrace setbacks as learning opportunities and stay flexible in your methods.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
</content>
	</entry>
	
	<entry>
		<title>The Power of Habits in Shaping Your Identity</title>
		<link href="https://www.davidtiong.com/ideas/power-of-habits-identity/"/>
		<updated>2024-09-02T00:00:00Z</updated>
		<id>https://www.davidtiong.com/ideas/power-of-habits-identity/</id>
		<summary type="html">Habits are powerful tools in shaping our identity and transforming our lives. The essence of true change is not merely in setting goals or making grand plans, but in embedding habits that reflect the...</summary>
		<content type="html">&lt;p&gt;Habits are powerful tools in shaping our identity and transforming our lives. The essence of true change is not merely in setting goals or making grand plans, but in embedding habits that reflect the person we want to become. Instead of focusing solely on the outcomes we desire, we should focus on becoming the person who naturally embodies these habits. As James Clear discusses in his book &lt;a href=&quot;#footnotes-section&quot;&gt;&lt;span class=&quot;footnote-icon&quot;&gt;ℹ&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;https://amzn.to/3TgGS2j&quot; class=&quot;footnote-link&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Atomic Habits&lt;/a&gt;, the key is to start small and make gradual adjustments that align with our identity. This approach allows us to integrate new behaviours seamlessly into our daily lives, setting the stage for lasting change.&lt;/p&gt;
&lt;p&gt;When embarking on a new habit, such as running, it&#39;s tempting to set ambitious targets, like improving from 1km to 3km in just two weeks. However, this approach can be counterproductive if it’s too overwhelming. A more effective strategy is to start with a small, manageable action, such as a daily 5-minute run. This small step ensures that the habit is easy to maintain and minimises excuses. By focusing on consistency rather than immediate improvements, we lay a solid foundation for the habit to become ingrained in our routine.&lt;/p&gt;
&lt;p&gt;The real power of habits emerges when they shift from being mere actions to becoming part of our identity. Initially, you might say, &amp;quot;I want to be someone who runs daily,&amp;quot; but as the habit becomes a natural part of your life, you transition to thinking, &amp;quot;I am a runner.&amp;quot; This shift in self-perception transforms the habit from a goal to a core aspect of who you are. The more you align your actions with this new identity, the more effortless the habit becomes.&lt;/p&gt;
&lt;p&gt;Ultimately, the goal is to internalise the habit so deeply that it no longer feels like a chore but a fundamental part of who you are. By focusing on developing the habit first and letting the improvements follow naturally, you create a sustainable pattern of behaviour. This method not only simplifies the process but also strengthens your commitment, making the habit a permanent fixture in your life. As you embody this new identity, you realise that the habit has become an integral part of your existence, illustrating the profound connection between our daily actions and our sense of self.&lt;/p&gt;
&lt;h2 id=&quot;actionable-insights&quot; tabindex=&quot;-1&quot;&gt;Actionable Insights: &lt;a class=&quot;header-anchor&quot; href=&quot;#actionable-insights&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Start Small&lt;/strong&gt;: Begin with manageable actions to build consistency and ease into the habit.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Align with Identity&lt;/strong&gt;: Focus on becoming the person who naturally embodies the desired habit.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Prioritise Consistency&lt;/strong&gt;: Develop the habit first, allowing improvements to follow naturally as the habit becomes ingrained.&lt;/li&gt;
&lt;/ol&gt;
&lt;section class=&quot;footnotes&quot;&gt;&lt;hr id=&quot;footnotes-section&quot;&gt;&lt;h2&gt;Footnotes&lt;/h2&gt;&lt;p&gt;&lt;span class=&quot;footnote-icon&quot;&gt;ℹ&lt;/span&gt; As an Amazon Associate, I earn from qualifying purchases. The links provided are for Amazon Australia, and if you make a purchase through these links, I may earn a small commission at no extra cost to you. Thank you for your support!&lt;/p&gt;&lt;/section&gt;
</content>
	</entry>
</feed>
