<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:podcast="https://podcastindex.org/namespace/1.0"
xmlns:rawvoice="https://blubrry.com/developer/rawvoice-rss/"
>

<channel>
	<title>Asian Efficiency</title>
	<atom:link href="https://www.asianefficiency.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.asianefficiency.com/</link>
	<description>Asian Efficiency is the leading website on time management and productivity. Learn how to be efficient, get things done (GTD), and stay motivated.</description>
	<lastBuildDate>Tue, 05 May 2026 16:23:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.asianefficiency.com/wp-content/uploads/2020/05/favicon-ae.png</url>
	<title>Asian Efficiency</title>
	<link>https://www.asianefficiency.com/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<atom:link rel="hub" href="https://pubsubhubbub.appspot.com/" />
	<itunes:author>Asian Efficiency</itunes:author>
	<itunes:explicit>false</itunes:explicit>
	<itunes:image href="https://asianefficiency.com/images/podcast/the-productivity-show-33.jpg" />
	<itunes:owner>
		<itunes:name>Asian Efficiency</itunes:name>
		<itunes:email>podcast@asianefficiency.com</itunes:email>
	</itunes:owner>
	<copyright>Copyright Asian Efficiency, LLC</copyright>
	<podcast:license>Copyright Asian Efficiency, LLC</podcast:license>
	<podcast:medium>podcast</podcast:medium>
	<image>
		<title>Asian Efficiency</title>
		<url>https://asianefficiency.com/images/podcast/the-productivity-show-33.jpg</url>
		<link>https://www.asianefficiency.com/our-podcast/</link>
	</image>
	<itunes:category text="Business">
		<itunes:category text="Careers" />
	</itunes:category>
	<itunes:category text="Education">
		<itunes:category text="Self-Improvement" />
	</itunes:category>
	<itunes:category text="Business">
		<itunes:category text="Management" />
	</itunes:category>
	<podcast:podping usesPodping="true" />
	<rawvoice:subscribe feed="https://www.asianefficiency.com/feed/" itunes="https://itunes.apple.com/us/podcast/productivity-show-by-asian/id955075042"></rawvoice:subscribe>
	<item>
		<title>How I Automated My Content Pipeline with Jira, Lindy, and a Story Database</title>
		<link>https://www.asianefficiency.com/technology/how-i-automated-my-content-pipeline-with-jira-lindy-and-a-story-database/</link>
					<comments>https://www.asianefficiency.com/technology/how-i-automated-my-content-pipeline-with-jira-lindy-and-a-story-database/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Tue, 05 May 2026 21:00:49 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23094</guid>

					<description><![CDATA[I drag a Jira card and get a podcast outline in minutes. Here's the exact workflow: Kanban board, Lindy agent, Supabase story database.]]></description>
										<content:encoded><![CDATA[<p>A few months ago I was sitting on a call with the Lindy team, doing a live demo of my workflows. Someone asked me to show something that actually surprised me when I built it.</p>
<p>So I screen-shared my Jira board.</p>
<p>I dragged a card from Backlog to In Progress.</p>
<p>Within about two minutes, a podcast outline hit my Slack with <a href="https://www.asianefficiency.com/social/every-meeting-you-have-is-already-generating-content-heres-how-to-capture-it/" target="_blank" rel="noopener">real stories from my past conversations</a> already tagged in&#8230; relevant ones, not random ones. The agent had searched my Supabase vector database, found the stories that matched the topic, and built the outline around them.</p>
<p>The Lindy team was quiet for a second. Then: Wait. Can you show that again?</p>
<p>Yeah. That is the one.</p>
<h2>The problem content creation actually has</h2>
<p>Most people think the bottleneck is writing. It is not. The bottleneck is starting.</p>
<p>Before I built this system, I would sit down to record a podcast and spend 20-30 minutes <a href="https://asianefficiencygo.com/focus-filter-evergreen/" target="_blank" rel="noopener">organizing my thoughts</a>. Looking for the story I told three months ago that was perfect for this topic. Flipping through notes.</p>
<p>Not terrible. But I record 2-3 times a week. That friction compounds.</p>
<h2>How the system actually works</h2>
<p>Three pieces.</p>
<p><strong>The Kanban board (Jira).</strong> Each quarter I plan my content topics and drop them into Jira as cards. When I am ready to create, I drag the card to In Progress. That drag is the trigger.</p>
<p><strong>The webhook to Lindy.</strong> Jira fires a webhook the moment a card changes status. Lindy is listening. The agent receives the card data and that context becomes the input for what it builds.</p>
<p><strong>The Supabase story database.</strong> Over the past couple years I have been running a transcript-first system where every meeting, coaching call, podcast recording, and workshop gets transcribed and stored. I extracted the stories from those transcripts and stored them in Supabase with vector embeddings.</p>
<p>So when Lindy gets the topic, it runs a semantic search against that database. Finds the 3-5 most relevant stories. Tags them into the outline.</p>
<p>Total time from drag to outline: a few minutes.</p>
<h2>Why this works better than just prompting an LLM</h2>
<p>A generic outline is fine. <a href="https://www.asianefficiency.com/technology/why-your-ai-content-sounds-like-everyone-elses-and-how-to-fix-it/" target="_blank" rel="noopener">But generic outlines produce generic content</a>.</p>
<p>When the outline already has a specific story from a real client call, the recording goes somewhere real. The stories are mine. The AI just surfaced them at the right moment.</p>
<p>Your past conversations are a goldmine. The problem is not that the material is not there. The problem is accessing it when you need it.</p>
<h2>The bigger thing I noticed</h2>
<p>Once you have a system synthesizing across your transcripts, you start seeing patterns you would never catch otherwise.</p>
<p>I added a companion workflow that runs every Friday. It reads the transcripts from all my meetings that week, sometimes 15 to 20 of them, and gives me a summary of recurring themes and patterns.</p>
<p>Reading one meeting in isolation, you cannot see it. But when <a href="https://www.asianefficiency.com/productivity/how-i-stay-current-on-ai-without-spending-more-time-reading/" target="_blank" rel="noopener">an agent reads 20 meetings</a> and tells you four different clients mentioned confusion around the same thing&#8230; that is actually useful intelligence. Not just notes. Insight.</p>
<p>That took maybe two hours to build on top of what was already there.</p>
<h2>The 80-20 principle for agent building</h2>
<p>Does this task happen daily or weekly? If yes, build it now. Is this a quarterly or one-off thing? Wait.</p>
<p>The math on compounding is brutal in your favor when something runs every week. A workflow I built in one weekend has now run over a hundred times. The ROI cleared in the first two weeks.</p>
<p>That is the first agent most people should build: whatever their version of I do this every week and the prep is annoying is.</p>
<h2>How to build something like this</h2>
<p>You do not need Jira or Supabase.</p>
<ul>
<li>A Google Sheet can replace the Kanban board. Add a status column. Use Zapier or Make to watch for status changes.</li>
<li>A simple Airtable base with tagged notes can replace a vector database.</li>
<li>The Lindy agent can be a Make scenario or a custom GPT with a retrieval plugin.</li>
</ul>
<p>The core pattern: trigger on status change, look up relevant context, assemble structured output.</p>
<h2>What changed after building this</h2>
<p>The biggest change is not speed. It is energy.</p>
<p>When I sit down to record, I am not in logistics mode. I am in thinking mode from the start. The outline is there. The stories are there. I just bring the energy and the perspective.</p>
<p>Build the system once. Let it do the boring part. Show up for the part only you can do.</p>
<p><em>Want to build something like this? The best starting point is my <a href="https://go.asianefficiency.com/productivity-academy/">Productivity Academy</a> where we walk through agent building from scratch with real workflows.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/technology/how-i-automated-my-content-pipeline-with-jira-lindy-and-a-story-database/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The One AI Agent Everyone Wants After Seeing It (And Almost Nobody Has Built Yet)</title>
		<link>https://www.asianefficiency.com/technology/the-one-ai-agent-everyone-wants-after-seeing-it-and-almost-nobody-has-built-yet/</link>
					<comments>https://www.asianefficiency.com/technology/the-one-ai-agent-everyone-wants-after-seeing-it-and-almost-nobody-has-built-yet/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Tue, 05 May 2026 18:00:12 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23095</guid>

					<description><![CDATA[Meeting prep is the most universal daily time drain and AI agents can eliminate it. Here is what it looks like in practice.]]></description>
										<content:encoded><![CDATA[<p>I've done a lot of AI demos. Workshops, one-on-one sessions, client calls. And I've noticed a pattern.</p>
<p>When I show email automation, people nod. Calendar management, they're interested. Research tools, they're following along.</p>
<p>Then I show the meeting prep agent.</p>
<p>Something shifts in the room.</p>
<p>People start leaning forward. They start asking questions. And by the end of the demo, everybody wants to know: &#8220;Okay, how do I get this?&#8221;</p>
<p>It's been true in every single workshop I've run.</p>
<p>So let me tell you what it does, why it works, and how to think about building something like it for yourself.</p>
<h2>What the Meeting Prep Agent Actually Does</h2>
<p>Here's the core workflow.</p>
<p>An hour before each of your meetings, the agent wakes up. It <a href="https://asianefficiencygo.com/calendar-captain-evergreen/" target="_blank" rel="noopener">looks at your calendar</a>, grabs the attendees, and starts researching. It checks LinkedIn. It checks their <a href="https://www.asianefficiency.com/likes/crushing-it-book" title="crushing-it-book" class="pretty-link-keyword"rel="">social media</a>. It scans your email history with that person.</p>
<p>Then it writes you a two-page brief: who they are, what you've discussed before, any relevant context, and suggested talking points.</p>
<p>You read it in 2-3 minutes. You walk into the meeting knowing exactly what you need to know.</p>
<p>Total setup time? Maybe 30 seconds of actual prep on your end. Because the agent already did it.</p>
<p>Compare that to what most people actually do: open a new tab, Google the person's name, scroll their LinkedIn, try to remember what you talked about last time, maybe <a href="https://asianefficiencygo.com/inbox-detox" target="_blank" rel="noopener">dig through email</a> for the thread. That's 10-15 minutes per meeting, every time.</p>
<p>If you have 6 or 7 meetings in a day, you're spending close to two hours just on pre-meeting admin. And the thing is, it doesn't feel like a problem. It feels like normal. You've always done it this way.</p>
<h2>Why This One Lands When Other Automations Don't</h2>
<p>I have a concept I use when helping clients build agents. I call it the 80-20 rule for automation.</p>
<p>The idea is simple: automate the things you do every day or every week first. Not the impressive rare stuff. Not the complex one-off project. The boring repetitive daily loop.</p>
<p>That's where compounding ROI lives.</p>
<p>Meeting prep is daily. For most knowledge workers, it happens multiple times a day. The time isn't all in one place, so it doesn't feel like a problem. But add it up&#8230; and it becomes one of the biggest drains on your day.</p>
<p>That's exactly why this agent creates such an immediate reaction when people see it. They calculate it in real time. &#8220;I have 8 meetings tomorrow. That's what, an hour and a half I just got back?&#8221;</p>
<p>Yeah. Pretty much.</p>
<h2>A Real Example: 20 Hours a Week, Down to 15 Minutes</h2>
<p>I was working with a client who runs a membership club in Austin. Packed schedule. He was spending something like 20 hours a week on meeting prep and follow-up combined.</p>
<p>We built him a daily briefing system. Each morning, it pulls from his calendar, looks up everyone he's meeting that day, and combines that with the email history and context from his CRM.</p>
<p>He reads it over coffee. 15 minutes. For the whole day.</p>
<p>That's not a small improvement. That's his entire week of prep, automated.</p>
<p>The interesting part: after he saw it working, he wanted to roll out the same system for everyone on his team. Because at that point the ROI is obvious. It's not &#8220;AI feels exciting.&#8221; It's &#8220;this thing just saved me two hours this morning.&#8221;</p>
<h2>The Tool Selection Question</h2>
<p>Here's something I get asked a lot after demos: &#8220;Do I build this in ChatGPT or in Lindy?&#8221;</p>
<p>The answer depends on what you need it to do.</p>
<p>If you want the agent to actually connect to your calendar, scan your email inbox, and pull LinkedIn data&#8230; you need Lindy (or a similar workflow automation tool). That's because you need to connect to external systems. Calendar APIs. <a href="https://asianefficiencygo.com/optimize-outlook-evergreen/" target="_blank" rel="noopener">Email</a>. CRM.</p>
<p>ChatGPT is great for pure text work. If you want to take a bunch of notes and ask AI to organize them into a brief, ChatGPT is faster to iterate with. But it doesn't natively connect to your Gmail, your calendar, or your contact database.</p>
<p>I think of it this way: use ChatGPT for tasks where the information is already in front of you. Use Lindy when you need the AI to go out and gather the information for you.</p>
<p>Meeting prep requires gathering. So Lindy wins here.</p>
<p>The broader principle is what I call being multi-tool native. The best AI users aren't loyal to one platform. <a href="https://www.asianefficiency.com/technology/which-ai-should-you-use-and-when/" target="_blank" rel="noopener">They route work to whichever tool fits the job</a>. ChatGPT for content drafts. Gemini for visual tasks or multi-step research. Lindy for recurring automations that touch external systems.</p>
<h2>How to Start Building This</h2>
<p>You don't need to build the whole thing at once.</p>
<p>The simplest version: create a Lindy agent that takes a contact's name and runs a Google search plus LinkedIn lookup, then summarizes what it finds.</p>
<p>That's step one. A manual research helper you invoke before each meeting.</p>
<p>Once that's working, you add the calendar trigger. Now it runs automatically an hour before every meeting.</p>
<p>Then you add the email scan. Now it's pulling your actual conversation history.</p>
<p>Each step builds on the last. And each step alone is already useful.</p>
<p>That's the pattern I've seen work with every client. Don't design the full system first. Build the smallest useful version, confirm it actually saves time, then expand.</p>
<p>Most people over plan the agent they want. They want the full Digital Chief of Staff on day one.</p>
<p>Start with meeting prep. That's the thing everyone needs, everyone does manually, and takes maybe an afternoon to get working.</p>
<p>After that, adding features becomes incremental. You're not starting over. You're just adding to something that already works.</p>
<p><em>Want to see how this works in a live environment? I run one-day AI workshops in Austin where we build agents like this from scratch. <a href="https://www.asianefficiency.com/contact">Get in touch</a> if you're interested.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/technology/the-one-ai-agent-everyone-wants-after-seeing-it-and-almost-nobody-has-built-yet/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Your AI Calendar Agent Is Failing Because You Haven&#8217;t Told It What to Do</title>
		<link>https://www.asianefficiency.com/schedule-management/your-ai-calendar-agent-is-failing-because-you-havent-told-it-what-to-do/</link>
					<comments>https://www.asianefficiency.com/schedule-management/your-ai-calendar-agent-is-failing-because-you-havent-told-it-what-to-do/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Tue, 05 May 2026 16:03:06 +0000</pubDate>
				<category><![CDATA[Schedule Management]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23093</guid>

					<description><![CDATA[Most calendar agents produce bad results because the brief is too vague. Here's how to build one that actually protects your time.]]></description>
										<content:encoded><![CDATA[<p>Last November I was teaching a <a href="https://go.asianefficiency.com/2-hour-work-day-249/" target="_blank" rel="noopener">Two Hour Workday workshop</a> in Austin, and we hit a wall.</p>
<p>One of the guys in the group had spent about two hours trying to build a calendar agent in Lindy. He was frustrated. The agent kept scheduling meetings he didn't want, missing the ones he did, and producing calendar summaries that weren't useful. He was ready to write off the whole thing.</p>
<p>I asked him: &#8220;What exactly did you tell it to do?&#8221;</p>
<p>He pulled up his prompt. It said something like: &#8220;Help me manage my calendar.&#8221;</p>
<p>That's the problem. That's almost always the problem.</p>
<h2>The Doorman Analogy</h2>
<p>Here's how I explained it to him, and to every workshop group since.</p>
<p>Think of your calendar agent as a doorman. Not just someone standing at an entrance. A really good doorman — the kind you find at a hotel where everyone knows your name. One who knows which guests are expected, who gets waved through, who waits in the lobby, and who gets politely turned away. And one who keeps you in the loop without you having to ask.</p>
<p>That's what a calendar agent should be.</p>
<p>It should protect your time. Filter what gets scheduled. Brief you before your day starts. And flag things that don't belong.</p>
<p>When I use that frame in workshops, something clicks for people. They stop thinking about the agent as a tool to configure&#8230; and start thinking about it as a role to fill.</p>
<p>And like any role you're hiring for, it needs a clear job description.</p>
<h2>Vague Brief = Vague Output</h2>
<p>I had a coaching session last year where a guy was stuck on a similar thing — couldn't get his AI to give him useful results on anything.<a href="https://www.asianefficiency.com/technology/why-your-ai-keeps-failing-and-its-not-the-tools-fault/" target="_blank" rel="noopener"> He kept blaming the model.</a></p>
<p>When I pressed him, I realized the issue: he couldn't clearly explain what he wanted. Not to me, not to the AI.</p>
<p>I quoted something I come back to a lot: defining the problem is half the battle. And it's harder than most people expect.</p>
<p>The same applies to building agents. If you can't explain what good looks like, neither can <a href="https://go.asianefficiency.com/4-day-ai-recordings/" target="_blank" rel="noopener">the AI</a>.</p>
<p>This is what I mean by the OCE prompt formula. Before you write a single line of your agent's instructions, get clear on three things: the Outcome you want, the Context the agent is working in, and your Expectations for format, timing, and behavior. Most people skip straight to expectations without ever nailing the outcome.</p>
<h2>What Goes in a Calendar Agent Brief</h2>
<p>So what does a good calendar agent brief actually include? Here's what I give mine, and what I walk workshop participants through:</p>
<p><strong>1. What it can auto-accept</strong></p>
<p>Be specific. &#8220;Accept any 30-minute coffee meeting from someone I've already met&#8221; is good. &#8220;Accept meetings that seem important&#8221; is not. The agent needs rules, not instincts.</p>
<p><strong>2. What requires your review</strong></p>
<p>Anything over 90 minutes. New contacts. Meetings that conflict with blocks you've protected. Write these out explicitly.</p>
<p><strong>3. What to decline automatically</strong></p>
<p>For me: same-day meeting requests, anything with vague agendas, calls scheduled for Friday afternoons. Your list will be different. Write it down.</p>
<p><strong>4. A daily briefing format</strong></p>
<p>This is the piece most people miss. A good calendar agent doesn't just execute — it keeps you posted. Mine sends me a morning summary that includes what's on the schedule, any changes from yesterday, and what's coming up in the next 48 hours. Two sentences is enough.</p>
<p><strong>5. Edge case escalation</strong></p>
<p>When in doubt, what should the agent do? Flag it for you? Decline with an apology? Hold the time pending your response? Define this. An agent without escalation rules makes its own decisions&#8230; and they're usually not the ones you'd make.</p>
<h2>Meta Prompting: Let the AI Write the Brief for You</h2>
<p>Here's a trick I showed in the same November workshop that got a lot of &#8220;wait, what&#8221; reactions.</p>
<p>You don't have to write the calendar agent prompt yourself. You can ask Claude or ChatGPT to write it for you.</p>
<p><a href="https://www.asianefficiency.com/technology/why-your-ai-agent-keeps-giving-you-different-outputs-every-time/" target="_blank" rel="noopener">I call this meta prompting</a>. You describe your situation to the AI — the kind of schedule you keep, the types of meetings you take, your working hours, your scheduling rules — and then you ask it to write the agent prompt. A proper one, with role, goal, behavior instructions, examples of success, and a definition of done.</p>
<p>The prompts it generates are almost always better than what people write themselves. More complete. More specific. And they include components that people forget — like handling ambiguous requests or what to do when the agent encounters a calendar conflict.</p>
<p>One workshop participant tried this in real time. He spent maybe 10 minutes describing his work situation to Claude, asked it to draft a calendar agent prompt, and then copied the output into Lindy. His agent started working correctly almost immediately.</p>
<p>The insight is simple: if you're not sure how to write a brief, describe what you want to a smarter system and let it structure the brief for you. Then use that output as your agent's instructions.</p>
<h2>The Logo Designer Test</h2>
<p>There's another way I check whether an agent brief is good enough.</p>
<p>I ask: would you give this brief to a logo designer and expect a good logo?</p>
<p>If a client walked into a design studio and said &#8220;make me something modern, clean, and premium&#8221; — every designer in the building would groan. That's not a brief. That's a mood board. The designer needs to know the dimensions, the use cases, the colors to avoid, and what the client will actually do with the logo.</p>
<p>&#8220;Help me manage my calendar&#8221; is the AI equivalent of &#8220;make me something modern, clean, and premium.&#8221;</p>
<p>A good brief gives the agent a clear definition of done. Something it can check itself against. &#8220;The meeting is confirmed only when both parties have received a calendar invite and the meeting includes a Zoom link&#8221; is a definition of done. &#8220;The meeting is scheduled appropriately&#8221; is not.</p>
<p>When your agent has a clear definition of done, it stops guessing. And that's when it starts actually being useful.</p>
<h2>The 15-Cent Proof</h2>
<p>One of my clients had a scheduling workflow that took 30 to 60 minutes of back-and-forth every week. Coordinating calendars with multiple people, making sure his preferences were respected, chasing confirmations.</p>
<p>After we built a calendar agent with a proper brief — using all of the components above — <a href="https://www.asianefficiency.com/schedule-management/how-my-ai-agent-scheduled-a-meeting-for-me-and-it-cost-15-cents/" target="_blank" rel="noopener">that same workflow ran for 15 cents</a> in API credits. One pass. The agent scheduled the right things, declined the wrong ones, and sent a summary he could read in 45 seconds.</p>
<p>That's not a feature of the technology. That's what happens when you give an agent a real job description instead of a vague hope.</p>
<h2>Where to Start</h2>
<p>If you want to try this, here's the simplest path.</p>
<p>Open a blank chat with Claude or ChatGPT. Describe your work situation: what kind of meetings you take, when you prefer to work, who you work with regularly, what your scheduling headaches are. Then ask it to write a calendar agent prompt using best practices for role, goal, context, samples of success, and definition of done.</p>
<p>Read what it produces. Edit anything that doesn't match your actual situation. Then copy it into your calendar agent tool of choice.</p>
<p>That's it. The whole thing takes less than 20 minutes.</p>
<p>The hard part isn't the tool. It was never the tool. It's giving the AI a job description clear enough that it can actually do the job.</p>
<p><em>If you want to see this built live, my one-day <a href="https://www.asianefficiency.com/ai-workshop/" target="_blank" rel="noopener">AI workshops in Austin</a> walk through calendar agents, email agents, and meeting prep agents from scratch. Every workshop is hands-on. No slides, no theory — just building. Check the schedule at asianefficiency.com.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/schedule-management/your-ai-calendar-agent-is-failing-because-you-havent-told-it-what-to-do/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How I Compressed a 3-Day Goal Setting Retreat Into 2 Hours Using AI</title>
		<link>https://www.asianefficiency.com/goals/how-i-compressed-a-3-day-goal-setting-retreat-into-2-hours-using-ai/</link>
					<comments>https://www.asianefficiency.com/goals/how-i-compressed-a-3-day-goal-setting-retreat-into-2-hours-using-ai/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Tue, 05 May 2026 15:50:45 +0000</pubDate>
				<category><![CDATA[Goals]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23092</guid>

					<description><![CDATA[I used to spend full weekends in a Hill Country cabin to plan my goals. Here's the AI-powered process that replaced it in under 2 hours.]]></description>
										<content:encoded><![CDATA[<p>For years, goal setting was a whole production.</p>
<p>I'd drive out to the Texas Hill Country, find a cabin for the weekend, and spend two or three days in near-total isolation just to figure out what I wanted to focus on for the next 90 days. No distractions. No calls. Just me, my notebook, and a lot of walks.</p>
<p>It felt necessary. Like the clarity would only come if I physically escaped everything.</p>
<p>That was the old way.</p>
<p>Last December, I ran the same process in under 2 hours. At my desk. And honestly? The output was better.</p>
<p>Here's what changed.</p>
<h2>AI Doesn't replace thinking. It Accelerates It.</h2>
<p>The big misconception people have about <a href="https://www.asianefficiency.com/podcasts/610-ai-save-10-hours-week-actual-workflow/" target="_blank" rel="noopener">using AI for goal setting</a> is that the AI does the thinking for you. It doesn't. You still have to do the hard work of deciding what matters.</p>
<p>But what AI can do is get you to the hard questions faster.</p>
<p>When I used to go on those cabin retreats, I'd spend the first day just clearing my head. Writing down random thoughts. Dumping everything that had been bouncing around in my brain. Only on day two would I start making sense of it.</p>
<p>With AI, that initial dump-and-clarify phase takes about 20 minutes.</p>
<p>I open a session, share what's been on my mind, and within a few exchanges I'm already at the interesting questions — not still sorting through noise.</p>
<h2>The Flip the Script Prompt</h2>
<p><a href="https://www.asianefficiency.com/technology/the-moment-i-stopped-using-ai-as-a-chat-tool-and-started-using-it-as-a-teammate/" target="_blank" rel="noopener">Most people use AI the same way they use a search engine</a>. They ask it a question, it answers. That's fine for some things, but for goal setting it's backwards.</p>
<p>When I don't know exactly what I want or how to prioritize competing goals, I flip the script.</p>
<p>Instead of telling the AI what to do, I say something like: &#8220;Here's a rough list of goals I'm considering. I want you to help me <a href="https://asianefficiencygo.com/focus-filter-evergreen/" target="_blank" rel="noopener">prioritize them</a>. Ask me what you need to know.&#8221;</p>
<p>And then it interviews me.</p>
<p>It asks about my timeline, what matters most this quarter, where I'm already making progress, what keeps getting pushed to the back burner. The questions it asks are often better than the ones I'd think to ask myself.</p>
<p>This works because the bottleneck in goal setting isn't usually information — it's clarity. You already know what's important. You just haven't articulated it yet. The back-and-forth of being interviewed surfaces things you wouldn't have written down on your own.</p>
<p>I've used variations of this with clients in workshops and they consistently say the same thing: &#8220;I didn't expect to learn something new about my own goals from that conversation.&#8221;</p>
<h2>The Question Most People Skip</h2>
<p>Here's the prompt I've found most useful in quarterly planning.</p>
<p>It's not &#8220;what should I focus on?&#8221; Most people ask that. The answers tend to be obvious.</p>
<p>The better question is: &#8220;Based on everything you know about me and my current situation, which of these goals should I NOT pursue — and why?&#8221;</p>
<p>That one lands differently.</p>
<p>When you ask AI to argue against your goals, it forces the same kind of hard thinking that used to take me three days in a cabin. It brings up the opportunity costs, the conflicts between competing priorities, the goals that only feel urgent because they're exciting right now.</p>
<p>And then you're left with what actually matters.</p>
<p>The subtraction philosophy is something I've come back to repeatedly at Asian Efficiency. It's easy to add more. Taking things off is harder and usually more valuable. This prompt is a fast path to doing exactly that.</p>
<h2>How This Fits Into Quarterly Planning</h2>
<p>I still believe in <a href="https://www.asianefficiency.com/podcasts/599-strategic-planning-tips/" target="_blank" rel="noopener">quarterly planning</a>. The 12 Week Year approach — picking one meaningful goal and building everything around it — is one of the frameworks we've taught for years. The compressed 90-day cycle creates urgency in a way that annual planning just doesn't.</p>
<p>But the front end of that process, the part where you figure out what the right goal even is, used to be where I got stuck. Too many options. Too much noise. That's where the cabin retreats came in.</p>
<p>Now I use AI to compress that front end. Get clear on what matters, eliminate what doesn't, and show up to the 12-week sprint with confidence that I'm working on the right thing.</p>
<p>The retreat was never about the cabin. It was about having enough uninterrupted time to think clearly. AI gives me that&#8230; on demand, in a fraction of the time.</p>
<h2>What to Try Before Your Next Planning Session</h2>
<p>If you're heading into Q2 planning — or any quarterly review — try this sequence before your next session:</p>
<ol>
<li>Write down every goal or project that's been on your mind. Don't filter. Just get it out.</li>
<li>Share the list with ChatGPT or Claude and say: &#8220;Ask me what you need to know to help me prioritize these.&#8221;</li>
<li>Answer its questions honestly. Let it push back.</li>
<li>Then ask: &#8220;Which of these should I NOT pursue right now and why?&#8221;</li>
<li>Take what's left. That's your quarter.</li>
</ol>
<p>This works whether you're planning your business, your personal goals, or a mix of both.</p>
<p>The cabin was good. But you don't need the cabin.</p>
<p><em>Want to go deeper on AI-powered goal setting and quarterly planning? I cover this in detail in my <a href="https://go.asianefficiency.com/productivity-academy/" target="_blank" rel="noopener">Productivity Academy</a> workshops and one-day AI intensives.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/goals/how-i-compressed-a-3-day-goal-setting-retreat-into-2-hours-using-ai/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>I Used to Spend 5 Hours a Week on Research. Two AI Agents Replaced All of It.</title>
		<link>https://www.asianefficiency.com/productivity/i-used-to-spend-5-hours-a-week-on-research-two-ai-agents-replaced-all-of-it/</link>
					<comments>https://www.asianefficiency.com/productivity/i-used-to-spend-5-hours-a-week-on-research-two-ai-agents-replaced-all-of-it/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Mon, 04 May 2026 18:00:29 +0000</pubDate>
				<category><![CDATA[Productivity]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23090</guid>

					<description><![CDATA[How I automated my newsletter research workflow with two Lindy agents, and the one mistake people make when trying to build the same thing.]]></description>
										<content:encoded><![CDATA[<p>Every Friday, I used to <a href="https://www.asianefficiency.com/technology/the-background-research-trick-that-kills-the-rabbit-hole-perplexity-slack/" target="_blank" rel="noopener">block off a chunk of the afternoon for research</a>.</p>
<p>It wasn't glamorous. Open YouTube, check 20 channels I follow. Google a bunch of keywords. Skim articles. Copy stuff into a doc. Flag things for the newsletter. Four to five hours, give or take, every single week.</p>
<p>I didn't love it. But I figured it was part of the job.</p>
<p>That was before I built the two-agent setup that replaced all of it.</p>
<h2>What the Setup Actually Looks Like</h2>
<p>The workflow has two agents. Simple enough.</p>
<p><strong>Agent 1</strong> <a href="https://www.asianefficiency.com/technology/how-i-follow-20-youtube-channels-without-watching-a-single-video/" target="_blank" rel="noopener">monitors 20 YouTube channels I care about.</a> Whenever a new video drops, the agent summarizes it and sends that summary to a Slack channel. This runs automatically throughout the week without me touching anything.</p>
<p><strong>Agent 2</strong> is a researcher plus writer combo. Once a week it pulls all those Slack summaries together, identifies the most interesting stuff, and drafts the research section of my newsletter.</p>
<p>By the time Thursday rolls around, the research is basically done. I spend maybe 15-20 minutes <a href="https://go.asianefficiency.com/weekly-review-blueprint/" target="_blank" rel="noopener">reviewing it</a> and making edits.</p>
<p>That's it. The five hours are gone.</p>
<p>I talked through the whole thing with Ilias, a structural engineer I coach who also runs an investment research newsletter on the side. He immediately asked: Can I just use Claude instead of Perplexity for the research part?</p>
<p>That question is important. Because the answer is why most people fail when they try to build something like this.</p>
<h2>The Mistake: Forcing One AI to Do Everything</h2>
<p>LLMs like Claude, ChatGPT, and Gemini are incredible at synthesizing information. They can take a pile of text and turn it into something clean, clear, and useful.</p>
<p>But finding information? Searching the internet in real time? That's not what they're built for.</p>
<p>Perplexity is a search tool. Google is a search tool. These are designed to surface what's actually on the internet right now.</p>
<p><a href="https://www.asianefficiency.com/technology/how-to-learn-from-any-expert-without-paying-consulting-fees/" target="_blank" rel="noopener">LLMs are interpretation tools</a>. They're built to take information you already have and do something smart with it.</p>
<p>When people try to use Claude or ChatGPT as a research tool, they're asking the wrong tool to do the job. The outputs feel off. The agent misses things. And then they blame the agent instead of the architecture.</p>
<p>I call this being <strong>Multi-Tool Native</strong>. The best AI users don't fall in love with one platform and try to force it to do everything. They treat different tools like specialists and route each task to whoever's best at it.</p>
<p>Here's roughly how I think about it:</p>
<ul>
<li><strong>Perplexity</strong>: find things on the internet, real-time research</li>
<li><strong>ChatGPT or Claude</strong>: synthesize, draft, interpret, explain</li>
<li><strong>Lindy</strong>: automate recurring workflows, connect tools, run agents on a schedule</li>
<li><strong>Gemini</strong>: visual tasks, anything inside Google Workspace</li>
</ul>
<p>Four tools. Four different jobs. They're not interchangeable.</p>
<h2>The 80-20 Rule for Picking What to Automate First</h2>
<p>I get asked a lot: Where do I start with AI automation?</p>
<p>My answer is always the same. <a href="https://www.asianefficiency.com/technology/the-80-20-flip-why-getting-better-at-ai-coding-means-writing-less-code/" target="_blank" rel="noopener">Start with the thing you do most often</a>.</p>
<p>Not the coolest use case. Not the most impressive demo. The thing that repeats.</p>
<p>Daily or weekly tasks are where the compounding kicks in. The newsletter research was a perfect candidate. It happened every single week without fail. Five hours every Friday. Over a year that's north of 200 hours.</p>
<p>I track how much time my agents save me every week. At my peak, I hit 83 hours in a single week. One week recently was 34 hours. The number one driver, every time I check, is email. My inbox agent handles the bulk of it.</p>
<p>But the research automation was the one that surprised me most. Because I didn't realize how much I was losing until it was gone.</p>
<h2>How to Think About Building This for Yourself</h2>
<p>You don't have to start with 20 YouTube channels and a two-agent pipeline.</p>
<p>Start with one repetitive information task. Something you gather, track, or summarize on a regular basis. Could be news in your industry. Could be competitor updates. Could be something specific to your client work.</p>
<p>Then think about two steps:</p>
<ol>
<li><strong>Find it.</strong> Use Perplexity or Google-based tools to surface the information automatically.</li>
<li><strong>Interpret it.</strong> Use an LLM to summarize, extract key points, or draft something from it.</li>
</ol>
<p>Most people skip step one or use the wrong tool for it. That's where the results fall apart.</p>
<p>Getting the tool routing right is 80% of the battle. Once that clicks, building the actual agent is the easy part.</p>
<h2>The Takeaway</h2>
<p>Five hours of weekly research. Gone.</p>
<p>Not because I found a magic AI tool that does everything. Because <a href="https://www.asianefficiency.com/technology/which-ai-should-you-use-and-when/" target="_blank" rel="noopener">I stopped trying to make one tool do everything</a>.</p>
<p>Perplexity finds. Claude interprets. Lindy automates. Each one doing the job it's actually built for.</p>
<p>If your AI setups keep disappointing you, ask: am I routing this to the right tool? Or am I forcing one tool to be all things?</p>
<p>Try it on your next repetitive research task. Build the find step and the interpret step separately. See what happens.</p>
<p><em>Want to see how to build something like this yourself? We cover agent architecture in our <a href="https://www.asianefficiency.com/ai-workshop/" target="_blank" rel="noopener">AI workshops</a>. Details at asianefficiency.com.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/productivity/i-used-to-spend-5-hours-a-week-on-research-two-ai-agents-replaced-all-of-it/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>You Don&#8217;t Need 40 AI Agents. You Need One Good One.</title>
		<link>https://www.asianefficiency.com/technology/you-dont-need-40-ai-agents-you-need-one-good-one/</link>
					<comments>https://www.asianefficiency.com/technology/you-dont-need-40-ai-agents-you-need-one-good-one/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Mon, 04 May 2026 15:00:52 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23089</guid>

					<description><![CDATA[Seeing someone's full AI setup can feel intimidating. Here's why that feeling is wrong, and what to do instead.]]></description>
										<content:encoded><![CDATA[<p>Every December, I run a two-hour workday demo session for my students.</p>
<h2>The Bookshelf Problem</h2>
<p>You know, when you walk into someone's home and see 200 books on their shelf? Your first thought is never &#8220;I need to read all of those this week.&#8221; You just go, wow, they've been around a while. They've had time.</p>
<p>That's the exact same thing as my AI collection.</p>
<p>I've been building since February 2025 — just over a year now. One agent at a time. Some worked great on the first try. Some took three rebuilds to get right. A few I deleted entirely because I thought I needed them, but did not.</p>
<p>The collection did not appear overnight. It accumulated.</p>
<h2>Where I Actually Started</h2>
<p>My first Lindy agent was an email drafter. Basic. Very basic. <a href="https://www.asianefficiency.com/email-management/the-ai-email-agent-that-processes-my-inbox-for-4-cents-per-email/" target="_blank" rel="noopener">All it did was take emails from my inbox</a>, pull context from previous conversations, and draft a reply for me to review.</p>
<p>Saved me maybe 20 minutes a day. That was the whole win.</p>
<p>That is it. I did not automate <a href="https://asianefficiencygo.com/calendar-captain-evergreen/" target="_blank" rel="noopener">my calendar</a> at the same time, or build a research pipeline, or set up weekly reports. I just had a thing that drafted email replies and I used it every morning.</p>
<p>Boring, right? But that 20 minutes compounded.</p>
<h2>The One Tweak a Week Frame</h2>
<p>I teach something called One Tweak a Week for AI adoption. The idea is dead simple: do one more thing with AI this week than you did last week. Not ten things. Not a full automation stack. One thing.</p>
<p>Week one: get an email drafter working. Week two: set up a meeting prep brief. Week three: add a basic weekly digest.</p>
<p>That pace feels slow. But it does not feel slow six months in when you look back at what you have built.</p>
<p>I run workshops in Austin every six weeks. I have watched people go from never using Lindy to running a 5-agent system in 90 days just by following this pacing.</p>
<h2>The 55 Hours Moment</h2>
<p>Lindy sends me a <a href="https://asianefficiencygo.com/optimize-outlook-evergreen/" target="_blank" rel="noopener">weekly email</a> with my time savings report. At some point earlier this year, the report said <a href="https://www.asianefficiency.com/systems/how-i-built-an-agent-army-that-saves-239-hours-a-week/" target="_blank" rel="noopener">I had saved 55 hours that week</a>. I had to re-read it.</p>
<p>That is what most people miss when they look at someone's complex AI setup. They see the end state. They do not see the two hundred micro-experiments that got it there.</p>
<h2>The AI Fluency Framework</h2>
<p>When I teach workshops, I describe three stages of working with AI: AI Assisted, AI Workflows, and Building Agents.</p>
<p>Most people try to jump straight to stage three because that is what they see in demos. But you need stages one and two to make stage three work. The skills compound.</p>
<h2>What to Do This Week</h2>
<p>Pick one thing you do every week that is predictable and annoying. Something with a clear input and a clear output.</p>
<p><a href="https://www.asianefficiency.com/productivity/how-ai-agents-changed-what-i-think-working-means/" target="_blank" rel="noopener">Build one agent that does that one thing.</a> Use it for three weeks before you build anything else.</p>
<p>The bookshelf fills up faster than you think once you get going. But it fills up one book at a time.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/technology/you-dont-need-40-ai-agents-you-need-one-good-one/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Why Your AI Agent Keeps Giving You Different Outputs Every Time</title>
		<link>https://www.asianefficiency.com/technology/why-your-ai-agent-keeps-giving-you-different-outputs-every-time/</link>
					<comments>https://www.asianefficiency.com/technology/why-your-ai-agent-keeps-giving-you-different-outputs-every-time/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Mon, 04 May 2026 12:00:03 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23088</guid>

					<description><![CDATA[Your AI agent isn't broken -- it just needs a sample of success. Here's the one addition to your prompt that stops the variance and makes outputs consistent.]]></description>
										<content:encoded><![CDATA[<p>Last November I was running a <a href="https://go.asianefficiency.com/2-hour-work-day-249/" target="_blank" rel="noopener">Two Hour Workday session</a> on AI agents. We had a group working on their first email drafting agent in Lindy.</p>
<p>One of the participants raised his hand about halfway through. He had built the whole thing. Connected his inbox. Set up the trigger. The agent was working, drafting replies. But every draft was different. Sometimes short and punchy. Sometimes three paragraphs long. No consistency.</p>
<p>He was frustrated. He asked me what was wrong with the prompt.</p>
<p>I looked at it. The prompt was fine. The instructions were clear. But there was one thing missing.</p>
<p>There was no example.</p>
<h2>The Missing Piece Nobody Talks About</h2>
<p>When you write an agent prompt, you are basically giving someone a job description. You tell them what you want, what to avoid, and how to handle edge cases.</p>
<p>But imagine hiring a new assistant and handing them a job description with no examples of good work. They would read every instruction carefully&#8230; and still produce wildly different results, because they are interpreting everything based on their own defaults.</p>
<p>AI agents do the same thing.</p>
<p>Without a reference point, the model fills in the gaps with its own judgment. Sometimes it guesses right. Sometimes it does not. And there is no way to know in advance which one you will get.</p>
<p>I call what fixes this the <em>sample of success</em> &#8212; a real example of the output you actually want, <a href="https://www.asianefficiency.com/productivity/your-old-school-process-skills-are-a-superpower-for-building-ai-agents/" target="_blank" rel="noopener">added to the bottom of the prompt.</a></p>
<h2>What I Added (And What Happened)</h2>
<p>After the participant showed me his prompt, I had him scroll to the bottom and add <a href="https://asianefficiencygo.com/inbox-detox" target="_blank" rel="noopener">one email</a>.</p>
<p>Not a hypothetical email. A real reply he had written that he was happy with. Short, direct, around 5 sentences. The kind of reply he would want his agent to write.</p>
<p>He ran the agent again.</p>
<p>The next five drafts? All came back in the 4-6 sentence range. Same tone. Same structure. Totally consistent.</p>
<p>The agent was not smarter. The model did not change. He just gave it something to aim for.</p>
<p>The difference between &#8220;<a href="https://www.asianefficiency.com/email-management/the-ai-email-agent-that-processes-my-inbox-for-4-cents-per-email/" target="_blank" rel="noopener">write a professional email reply</a>&#8221; and &#8220;write a professional email reply that looks like this&#8230;&#8221; is enormous. The second instruction does so much more work, even though it feels like a small addition.</p>
<h2>This Applies to Every Kind of Agent</h2>
<p>The sample of success is not just an email thing. It works for any agent where output quality or format matters.</p>
<p><strong>Content agents:</strong> If you are using an agent to draft LinkedIn posts or newsletters, add one post or newsletter you have already written and liked. The agent will start mirroring that structure, that length, that tone.</p>
<p><strong>Meeting summary agents:</strong> Add an example of a meeting summary in the exact format you want. Two sentences of context, then bullet points? Show it that. Three-paragraph narrative? Show it that.</p>
<p><strong>Research agents:</strong> If you want a research brief in a specific format, paste in a good one. The agent will use it as a template without you having to describe the template in words.</p>
<p>The pattern is always the same: the clearer your example, the more consistent the output.</p>
<h2>The Two-Part Prompt Formula</h2>
<p>At my workshops, I teach something I call the OCE formula for agent prompts &#8212; Outcome, Context, Expectations. Most people get the outcome right. They state what they want. Some people add good context. But the Expectations piece&#8230; that is where the sample of success lives.</p>
<p>Expectations tell the agent: here is exactly what done looks like.</p>
<p>Without that piece, your prompt is incomplete. The agent knows the goal but not the standard.</p>
<p>And honestly? <a href="https://www.asianefficiency.com/technology/why-your-ai-keeps-failing-and-its-not-the-tools-fault/" target="_blank" rel="noopener">Most AI-generated content I have seen is weak</a> for exactly this reason. Someone gave the model a goal without a standard. So the model filled in the standard itself, and it did not match what the person actually wanted.</p>
<h2>The Shortcut When You Are Stuck on the Prompt Itself</h2>
<p>Here is something that trips a lot of people up: they know they need a better prompt, but they do not know how to write one.</p>
<p>I have started using what I call meta prompting for this.</p>
<p>Instead of staring at a blank text box trying to craft the perfect prompt, I ask the AI to write it for me. I describe what I want the agent to do, paste in an example output if I have one, and say: &#8220;Write me an agent prompt that would produce something like this.&#8221;</p>
<p>Claude and ChatGPT are both good at this. What comes back usually includes a clear role, a goal, some context, a set of instructions, and &#8212; if you gave it an example &#8212; a sample of success already baked in.</p>
<p>A client of mine was struggling to write a prompt for a complex spreadsheet automation. Instead of coaching him through the whole prompt-writing process, I told him to take a screenshot of the spreadsheet, paste in what he was already trying to do, and ask Claude to write the agent prompt for him. He had a solid prompt in about 3 minutes. He had been stuck for an hour.</p>
<p>The AI can write its own instructions. You just have to know to ask.</p>
<h2>Start Here</h2>
<p>If you have an agent right now that is producing inconsistent output, here is what to try:</p>
<ol>
<li>Pull up the prompt.</li>
<li>Find one real example of the output you would actually want to use.</li>
<li>Add it to the bottom of the prompt with a label like &#8220;Example output:&#8221; or &#8220;Sample of success:&#8221;</li>
<li>Run the agent again on the same input.</li>
</ol>
<p>If the variance does not drop significantly, the prompt might need work. That is when meta prompting helps &#8212; paste the whole prompt into ChatGPT or Claude and ask it to improve it.</p>
<p>Inconsistency is not a model problem. It is an instruction problem. And it is usually fixable in about 10 minutes.</p>
<p><em>I cover this kind of thing in my one-day <a href="https://www.asianefficiency.com/ai-workshop/" target="_blank" rel="noopener">AI workshops</a> in Austin &#8212; hands-on, no slides, real agents built by the end of the day. If that sounds useful, reach out.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/technology/why-your-ai-agent-keeps-giving-you-different-outputs-every-time/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Procrastination Equation: Why You Delay and the 4-Step Fix (TPS611)</title>
		<link>https://www.asianefficiency.com/podcasts/611-procrastination-equation-why-you-delay-4-step-fix/</link>
					<comments>https://www.asianefficiency.com/podcasts/611-procrastination-equation-why-you-delay-4-step-fix/#respond</comments>
		
		<dc:creator><![CDATA[Asian Efficiency Team]]></dc:creator>
		<pubDate>Mon, 04 May 2026 11:00:00 +0000</pubDate>
				<category><![CDATA[Podcasts]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23683</guid>

					<description><![CDATA[Ever wonder why some tasks feel impossible to start, even when they only take 10 minutes? In this episode, you'll learn why procrastination is actually about emotion regulation, not laziness, and how to diagnose your own delay patterns using four key variables: expectancy, value, impulsiveness, and delay. We provide a practical 4-step fix to increase [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Ever wonder why some tasks feel impossible to start, even when they only take 10 minutes? In this episode, you'll learn why procrastination is actually about emotion regulation, not laziness, and how to diagnose your own delay patterns using four key variables: expectancy, value, impulsiveness, and delay. We provide a practical 4-step fix to increase your confidence, reconnect with your purpose, and build an environment that makes focus easier than distraction.</p>



<p>Visit <a href="https://www.asianefficiency.com" target="_blank" rel="noopener">www.asianefficiency.com</a> for more productivity tips and tactics.</p>



<p>Sign up for a $1/month trial period at <a href="https://www.shopify.com/tps" target="_blank" rel="noopener">shopify.com/tps</a>.</p>



<p>Get the right life insurance for you and save more than 50% on term life insurance at <a href="https://www.selectquote.com/tps" target="_blank" rel="noopener">SelectQuote.com/TPS</a>.</p>



<p>Visit <a href="https://www.upwork.com" target="_blank" rel="noopener">Upwork.com</a> right now and post your job for free.</p>









<span id="more-23683"></span>



<h2 class="wp-block-heading">Cheat Sheet</h2>



<ul class="wp-block-list">
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3c6.png" alt="🏆" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Top 3 Productivity Resources <span>[2:25]</span></li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9e0.png" alt="🧠" class="wp-smiley" style="height: 1em; max-height: 1em;" /> The real reason you can't start that task (hint: it's not laziness) <span>[4:33]</span></li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4aa.png" alt="💪" class="wp-smiley" style="height: 1em; max-height: 1em;" /> How watching someone else succeed can unlock your own confidence <span>[9:42]</span></li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f90f.png" alt="🤏" class="wp-smiley" style="height: 1em; max-height: 1em;" /> The &#8220;I'll just&#8221; trick that makes any task feel ridiculously easy to start <span>[19:46]</span></li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f525.png" alt="🔥" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Why you'll never procrastinate on something that truly matters to you <span>[21:20]</span></li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/23f1.png" alt="⏱" class="wp-smiley" style="height: 1em; max-height: 1em;" /> The sprint mindset that made Brooks's personal velocity skyrocket <span>[28:22]</span></li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9f9.png" alt="🧹" class="wp-smiley" style="height: 1em; max-height: 1em;" /> What your 30 open browser tabs are really costing you <span>[33:54]</span></li>
</ul>



<h2 class="wp-block-heading">Links</h2>



<ul class="wp-block-list">
<li><a href="https://www.shopify.com/tps" target="_blank" rel="noopener">Shopify</a></li>



<li><a href="https://www.selectquote.com/tps" target="_blank" rel="noopener">SelectQuote</a></li>



<li><a href="https://www.upwork.com" target="_blank" rel="noopener">Upwork</a></li>



<li><a href="https://25xcoaching.com" target="_blank" rel="noopener">25X Productivity Coaching</a></li>



<li><a href="https://www.amazon.com/Procrastination-Equation-Putting-Things-Getting/dp/0061703621/?tag=asianeffic-20" target="_blank" rel="noopener">The Procrastination Equation by Piers Steel</a></li>



<li><a href="https://www.amazon.com/Code-Book-Science-Secrecy-Cryptography/dp/0385495323/?tag=asianeffic-20" target="_blank" rel="noopener">The Code Book by Simon Singh</a></li>



<li><a href="https://www.amazon.com/vitamix-replacement-blade/s?k=vitamix+replacement+blade&tag=asianeffic-20" target="_blank" rel="noopener">Vitamix Wet Blade Replacement</a></li>



<li><a href="https://www.amazon.com/How-Change-Science-Getting-Where/dp/059308375X/?tag=asianeffic-20" target="_blank" rel="noopener">How to Change by Katy Milkman</a></li>



<li><a href="https://claude.ai" target="_blank" rel="noopener">Claude</a></li>



<li><a href="https://www.amazon.com/12-Week-Year-Others-Months/dp/1118509234/?tag=asianeffic-20" target="_blank" rel="noopener">The 12 Week Year by Brian P. Moran</a></li>
</ul>


	<p>If you enjoyed this episode, <strong>follow the podcast on <a href="https://podcasts.apple.com/us/podcast/the-productivity-show/id955075042" target="_blank" rel="noreferrer noopener">Apple Podcasts</a>, <a href="https://open.spotify.com/show/6idQBTQNbAQEKSDJHV5OjX?si=hjMZHJXbQuanyh-HDrSupg" target="_blank" rel="noreferrer noopener">Spotify</a>, <a href="https://www.stitcher.com/podcast/asian-efficiency">Stitcher</a>, <a href="https://overcast.fm/p253645-XOswX3" target="_blank" rel="noreferrer noopener">Overcast</a>, <a href="https://pca.st/productivityshow" target="_blank" rel="noreferrer noopener">Pocket Casts</a></strong> or your favorite podcast player.<b> </b>It’s easy, you’ll get new episodes automatically, and it also helps the show. You can also leave a review!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/podcasts/611-procrastination-equation-why-you-delay-4-step-fix/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
				<enclosure url="https://dts.podtrac.com/redirect.mp3/mgln.ai/e/275/prfx.byspotify.com/e/pscrb.fm/rss/p/clrtpod.com/m/traffic.libsyn.com/productivityshow/611_Procrastination_Equation.mp3" length="41146022" type="audio/mpeg" />

				<itunes:author>Asian Efficiency</itunes:author>
		<itunes:episode>611</itunes:episode>
		<podcast:episode>611</podcast:episode>
		<itunes:title>The Procrastination Equation: Why You Delay and the 4-Step Fix</itunes:title>
		<itunes:episodeType>full</itunes:episodeType>
		<itunes:duration>42:20</itunes:duration>
	</item>
		<item>
		<title>Your Old-School Process Skills Are a Superpower for Building AI Agents</title>
		<link>https://www.asianefficiency.com/productivity/your-old-school-process-skills-are-a-superpower-for-building-ai-agents/</link>
					<comments>https://www.asianefficiency.com/productivity/your-old-school-process-skills-are-a-superpower-for-building-ai-agents/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Thu, 30 Apr 2026 21:00:06 +0000</pubDate>
				<category><![CDATA[Productivity]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23087</guid>

					<description><![CDATA[If you have done flowcharts, SOPs, or process mapping, you're already ahead of most people trying to build AI agents. Here's why.]]></description>
										<content:encoded><![CDATA[<p>Last November I was teaching a live workshop session on AI calendar agents. We were going deep on decision logic &#8212; how to build an agent that handles meeting requests, routes emails to the right place, and<a href="https://www.asianefficiency.com/technology/not-every-agent-needs-to-know-everything-and-two-of-mine-know-it-all/" target="_blank" rel="noopener"> takes action without you touching a thing</a>.</p>
<p>We got to the part about conditional routing. &#8220;If the meeting is external, do X. If the attendee is on your VIP list, do Y. If it's a recurring sync, skip the prep email.&#8221;</p>
<p>One of the participants, Mark, kind of laughed and said he was old enough to remember doing actual flowcharts back in the day. He said it almost apologetically, like he was dating himself.</p>
<p>I stopped the session. &#8220;Mark,&#8221; I said. &#8220;That makes you more qualified for this than you think.&#8221;</p>
<h2>What AI Agents Are Actually Made Of</h2>
<p>Here's the thing about building AI agents that nobody explains clearly enough.</p>
<p>It's two things: logic and prompting.</p>
<p><a href="https://www.asianefficiency.com/technology/prompt-engineering-is-dead-heres-what-actually-works-now/" target="_blank" rel="noopener">Prompting is the part everyone talks about</a>. How to write a good instruction. What context to give the model. How to phrase the output format. That stuff is learnable and you can get decent at it in a weekend.</p>
<p>The logic part is different. That's the &#8220;if this, then that&#8221; decision structure underneath the agent. It's what determines whether an agent is actually useful or just a glorified auto-reply.</p>
<p>Most people who try to build AI agents get stuck on the logic layer. Not because they aren't smart. Because they've never had to think through workflows in that structured, conditional way before.</p>
<p>But ops people? Project managers? Consultants who've built SOPs and process maps?</p>
<p>They've been doing that exact thinking for years.</p>
<h2>Why Your Old Skills Transfer Directly</h2>
<p>I've been thinking a lot about skill stacking lately. The idea that combining two skills creates something rare that most people can't replicate.</p>
<p>I've seen this at Asian Efficiency. Brooks, our operations guy, also learned digital <a href="https://www.asianefficiency.com/likes/crushing-it-book" title="crushing-it-book" class="pretty-link-keyword"rel="">marketing</a>. Neither skill alone made him uniquely valuable. But an ops person who deeply understands digital <a href="https://www.asianefficiency.com/likes/crushing-it-book" title="crushing-it-book" class="pretty-link-keyword"rel="">marketing</a> campaigns? That's genuinely hard to find.</p>
<p>Same principle is playing out right now with AI agents.</p>
<p>If you have experience writing SOPs and process documentation, practice thinking through &#8220;what happens in each case&#8221; logic, and a habit of mapping workflows before automating them&#8230; you have the primary ingredient for agent building.</p>
<p>The prompting layer is learnable. The logic layer takes much longer to internalize if you're starting from scratch. Most people are starting from scratch.</p>
<p>You're not.</p>
<h2>What This Looks Like in Practice</h2>
<p>Let me make this concrete.</p>
<p><a href="https://asianefficiencygo.com/calendar-captain-evergreen/" target="_blank" rel="noopener">A calenda</a>r agent that handles inbound meeting requests needs to answer questions like:</p>
<ul>
<li>Is this person already on my contact list?</li>
<li>Is this a request for a specific time or an open-ended &#8220;let's meet&#8221;?</li>
<li>Does this conflict with anything already blocked?</li>
<li>What's the appropriate response if no slots are available this week?</li>
</ul>
<p>That's a decision tree. It has branches. Some branches lead to different actions.</p>
<p>If you've ever built a flowchart, you know exactly how to think through that. You've probably built more complex logic than that for an actual operations process.</p>
<p>The only difference is that instead of drawing boxes and arrows, you're now writing it in plain English inside an agent prompt. That's not a dramatic skill leap. That's a translation.</p>
<h2>Where People Get This Wrong</h2>
<p>There's a common assumption floating around that AI is mostly for developers and tech people. That if you don't have a technical background, you're behind.</p>
<p>I push back on that hard.</p>
<p>The best agent builders I've worked with aren't necessarily technical. They're people who think clearly about process. They know how to decompose a workflow into steps. They can articulate edge cases. They understand what &#8220;done&#8221; looks like for a task.</p>
<p>That's not a developer skill. That's an ops skill. And it transfers almost directly.</p>
<p>What technical people sometimes lack is the habit of asking &#8220;what happens in each case?&#8221; before building anything. That single habit is worth more in agent design than any programming language.</p>
<h2>The Skill Nobody's Talking About</h2>
<p>Most AI content right now is focused on prompting tips, tool comparisons, and <a href="https://go.asianefficiency.com/productivity-academy/" target="_blank" rel="noopener">productivity hacks</a>. That's fine. But it misses something important.</p>
<p>The people who are going to be exceptional at building agents are going to have strong process fundamentals underneath. They're going to look at a workflow and immediately see the decision points. The exceptions. The places where an agent would need to ask a clarifying question vs. just take action.</p>
<p>That's process mapping thinking.</p>
<p>And if you've spent years as an ops person, a project manager, a consultant, or anyone who's had to document how work actually flows through an organization&#8230; you already have that.</p>
<p>You just didn't know it was relevant yet.</p>
<p>It is.</p>
<p><em>Want to build your first AI agent without needing a technical background? Join an <a href="https://www.asianefficiency.com/ai-workshop/" target="_blank" rel="noopener">upcoming workshop</a> to see this in action.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/productivity/your-old-school-process-skills-are-a-superpower-for-building-ai-agents/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What an AI Agent Actually Does (It&#8217;s Not What You Think)</title>
		<link>https://www.asianefficiency.com/technology/what-an-ai-agent-actually-does-its-not-what-you-think/</link>
					<comments>https://www.asianefficiency.com/technology/what-an-ai-agent-actually-does-its-not-what-you-think/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Thu, 30 Apr 2026 18:00:45 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23086</guid>

					<description><![CDATA[Most people use AI like a smarter search engine. Here's what changes when you move to agentic workflows, with a real example from a live workshop in Austin.]]></description>
										<content:encoded><![CDATA[<p>Last November, I was mid-workshop. Twenty or so people in the room, all learning how to build AI agents.</p>
<p>And I decided to do something unrehearsed.</p>
<p>I pulled up Lindy on the big screen, hit the voice button, and said: &#8220;Hey, check the sentiment around Red Ash — the restaurant here in Austin. If it's positive, find a time on <a href="https://asianefficiencygo.com/calendar-captain-evergreen/" target="_blank" rel="noopener">my calendar</a> and add it as a walk-in.&#8221;</p>
<p>One sentence. No other instructions.</p>
<p>Then I turned to the group and said, &#8220;Watch this.&#8221;</p>
<h2>What Happened Next</h2>
<p>Lindy went to Perplexity first. It searched for reviews and sentiment about Red Ash. Came back: overwhelmingly positive.</p>
<p>So it kept going.</p>
<p>It went to Google and looked up Red Ash's opening hours.</p>
<p>Then it opened my Google Calendar and found a free slot that matched those hours.</p>
<p>Then it added a calendar event. Automatically.</p>
<p>The room went quiet. Not the polite quiet of people being respectful — the actual quiet of people whose brains just caught up to what they witnessed.</p>
<p>I said &#8220;I'm going to delete this because I actually don't feel like going right now,&#8221; and a few people laughed. But then someone asked: &#8220;<a href="https://www.asianefficiency.com/productivity/ultimate-productivity-toolbox/" target="_blank" rel="noopener">How many tools did that use?</a>&#8221;</p>
<p>Four. It used four separate tools, chained together, from a single sentence. No additional prompts. No clicks.</p>
<h2>Why This Isn't Just a Party Trick</h2>
<p>Here's what I want to be clear about: that demo wasn't meant to impress. It was meant to show the difference between using AI as a tool and using AI as an agent.</p>
<p>Most people are still at what I call the AI Assisted stage. They open ChatGPT, ask a question, get an answer, copy it somewhere. That's fine. That's genuinely useful. But it's basically a faster, smarter Google search.</p>
<p>When you move to the agent level, something different happens. The agent doesn't just answer — it reasons across multiple sources, makes intermediate decisions, and takes action inside real systems. No babysitting required.</p>
<p>The Red Ash example hit four tools in sequence:</p>
<ol>
<li>Perplexity (real-time research for sentiment)</li>
<li>Google (look up hours — actual business data)</li>
<li>Google Calendar (find availability)</li>
<li>Google Calendar again (create the event)</li>
</ol>
<p>Each step required a decision. &#8220;Is the sentiment positive enough to continue?&#8221; &#8220;Do the hours overlap with Thanh's free time?&#8221; &#8220;Which slot makes sense?&#8221;</p>
<p>A chatbot can't do that. <a href="https://www.asianefficiency.com/technology/the-moment-i-stopped-using-ai-as-a-chat-tool-and-started-using-it-as-a-teammate/" target="_blank" rel="noopener">A chatbot waits for you to tell it what to do next.</a></p>
<h2>The Cost Question</h2>
<p>At the end of that session, someone asked how much all of that cost.</p>
<p>I pulled up the Lindy usage dashboard and checked. The entire session — multiple scheduling tasks, calendar rescheduling, the restaurant lookup, all of it — ran about 15 cents.</p>
<p>Think about that against the alternative: emailing an assistant, waiting 30 minutes to an hour, getting the calendar invite, <a href="https://go.asianefficiency.com/weekly-review-blueprint/" target="_blank" rel="noopener">reviewing it</a>, confirming back. That's a real-world workflow for a lot of people.</p>
<p>15 cents. Done in seconds.</p>
<p>I'm not saying this to be dramatic about it. I say it because people underestimate the economic argument for agents. Once you see the usage cost on something like this, it changes how you think about what's worth automating.</p>
<h2>The Mental Model Shift</h2>
<p>Here's what I find most useful for people just getting into this: stop thinking about AI as a question-answering machine.</p>
<p>Start thinking about it as a digital teammate that can use tools.</p>
<p>You give it an outcome. It figures out the steps. It uses the right tool for each step. It reports back when it's done.</p>
<p>That's the agent model. And when you internalize that model, you start seeing automation opportunities everywhere. Not just &#8220;I should ask ChatGPT about this&#8221; — but &#8220;I could build a workflow that handles this every time it comes up.&#8221;</p>
<p>The multi-tool chaining is what makes agents genuinely different. <a href="https://www.asianefficiency.com/technology/the-background-research-trick-that-kills-the-rabbit-hole-perplexity-slack/" target="_blank" rel="noopener">The ability to use Perplexity for research</a>, Google for facts, a calendar for scheduling, an email system for communication — and chain all of those together inside a single instruction.</p>
<p>That's not a better chatbot. That's a different category.</p>
<h2>Where to Start</h2>
<p>If you're still mostly using AI for one-off questions, that's a great starting point. But the next level is learning to think in workflows.</p>
<p>Pick one task you do every week that involves at least two steps. Map out what a human would do to complete it. Then ask whether an agent could handle those steps.</p>
<p>If the steps involve information lookup, any kind of scheduling, or sending a message to someone — there's a good chance an agent can take it off your plate.</p>
<p>The Red Ash demo was unrehearsed because I wanted people to see how natural it is once you've built that muscle. One sentence. Four tools. Done.</p>
<p>That's the goal.</p>
<p><em>Thanh runs hands-on AI workshops in Austin for entrepreneurs and business owners. If you want to see what agentic workflows look like for your specific situation, <a href="https://go.asianefficiency.com/productivity-academy/">check out the next available workshop</a>.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/technology/what-an-ai-agent-actually-does-its-not-what-you-think/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Why a 5-Minute AI Demo Does More Than Hours of Explaining</title>
		<link>https://www.asianefficiency.com/technology/why-a-5-minute-ai-demo-does-more-than-hours-of-explaining/</link>
					<comments>https://www.asianefficiency.com/technology/why-a-5-minute-ai-demo-does-more-than-hours-of-explaining/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Thu, 30 Apr 2026 15:09:40 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23085</guid>

					<description><![CDATA[Most AI pitches fail because they explain instead of show. Here is why live demos unlock ideas that no presentation ever could.]]></description>
										<content:encoded><![CDATA[<p>Last December I was sitting across from a father and his college-aged son. They run a real estate business. We were there to talk about AI.</p>
<p>I did about five minutes of explaining how our super agent worked. They listened. Nodded. Asked a couple of questions.</p>
<p>Then I stopped talking and just ran it. Pulled up the agent, typed a quick prompt, and it generated a <a href="https://asianefficiencygo.com/inbox-detox-blog" target="_blank" rel="noopener">full emai</a>l with a linked Google Doc in about 30 seconds.</p>
<p>The son stayed quiet. But the dad said something I've heard variations of dozens of times now.</p>
<p>&#8220;I'm currently thinking of 30 or 40 different things I could do to implement this.&#8221;</p>
<p>Thirty to forty things. Immediately. From a single five-minute demo.</p>
<p>That's not a great pitch deck or a clever case study doing that. That's the thing itself, running in real time, using real context.</p>
<h2>The Difference Between Explaining and Showing</h2>
<p>Here's what I've noticed after doing <a href="https://www.asianefficiency.com/ai-workshop/" target="_blank" rel="noopener">AI workshops</a> across Austin for most of the past year.</p>
<p>When I explain how an AI agent works, people follow along. They nod. They say &#8220;that's interesting.&#8221; And then we move on and they forget most of it by the next morning.</p>
<p>When I show an AI agent working on their actual business&#8230; something different happens.</p>
<p>I did a session where I walked someone through a SWOT analysis using ChatGPT. Not their imaginary business. Their real business, with their real data. Within about 10 minutes, hands were up across the room. <a href="https://www.asianefficiency.com/technology/stop-selling-ai-just-show-people/" target="_blank" rel="noopener">People wanted to know what else it could do</a>. They weren't asking if AI was useful. They were already past that question.</p>
<p>The demo had done something explanation couldn't: it gave them permission to imagine.</p>
<h2>Why Live Demos Work the Way They Do</h2>
<p>There's a gap between understanding that AI exists and understanding that AI applies to your specific situation. Explanation closes the first gap. Demos close the second.</p>
<p>When someone watches a live demo using their own industry, their own terminology, their own problems&#8230; the brain starts making connections automatically. Jacob's dad wasn't waiting for me to tell him what to do with the tool. He was already 30 steps ahead in his own head.</p>
<p>This is the whole design principle behind the workshops I run. I teach a three-level progression&#8230; AI Assisted, AI Workflows, and Building Agents. But the way I get people to believe that progression is real isn't by showing them a slide about it. It's by running something live and letting them see what level three looks like in practice.</p>
<p>Once they see it, they stop asking &#8220;is this worth it?&#8221; They start asking &#8220;how do I get there?&#8221;</p>
<h2>A Finance Team That Went From Skeptical to All-In</h2>
<p>I worked with a finance and accounting team at a real estate company earlier this year. Standard situation: they were curious about AI but not convinced.</p>
<p>I did a demo two weeks before the tools we were discussing even officially launched. Showed them what was coming and how it would fit their workflows.</p>
<p>When the tools actually came out? The team went crazy. Not because of a great rollout or a polished training deck. Because they'd already seen it in action and spent two weeks thinking about what they'd do with it.</p>
<p>The demo had done the convincing weeks earlier. Everything after that was just logistics.</p>
<h2>How to Run a Good Demo</h2>
<p><strong>Use their actual stuff.</strong> If you can load their data, <a href="https://asianefficiencygo.com/optimize-outlook-evergreen/" target="_blank" rel="noopener">their emails</a>, their business name&#8230; do it. Generic examples feel like commercials. Real examples feel like magic.</p>
<p><strong>Keep it short.</strong> Five to ten minutes is enough. You're not trying to show everything. You're trying to generate the &#8220;30-40 things&#8221; moment. Let them fill in the rest.</p>
<p><strong>Run it live.</strong> Pre-recorded demos don't have the same effect. Something about watching it happen in real time makes it feel more real.</p>
<p><strong>Let silence happen.</strong> After the demo, don't immediately start talking. Give people a second to process. That's when the ideas come.</p>
<h2>The Pitch You Don't Have to Make</h2>
<p>When a demo works, you don't have to pitch anything.</p>
<p>Jacob's dad wasn't asking me to convince him AI was worth it. He was already sold. He was figuring out the implementation in his head before I even finished the demo.</p>
<p>That's the goal. Not to make a compelling argument. To show something real and let people's imagination do the rest.</p>
<p>If you're trying to get your team, your clients, or your leadership on board with AI&#8230; stop rehearsing your pitch deck. Fire up a demo. Use real data. Run it live.</p>
<p>The ideas will come. You just have to get out of the way.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/technology/why-a-5-minute-ai-demo-does-more-than-hours-of-explaining/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Every Meeting You Have Is Already Generating Content (Here&#8217;s How to Capture It)</title>
		<link>https://www.asianefficiency.com/social/every-meeting-you-have-is-already-generating-content-heres-how-to-capture-it/</link>
					<comments>https://www.asianefficiency.com/social/every-meeting-you-have-is-already-generating-content-heres-how-to-capture-it/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Thu, 30 Apr 2026 12:00:00 +0000</pubDate>
				<category><![CDATA[Social]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23084</guid>

					<description><![CDATA[Your AI notetaker isn't just for action items. Here's how to turn every meeting transcript into LinkedIn posts, newsletter material, and marketing assets automatically.]]></description>
										<content:encoded><![CDATA[<p>A few months back I was testing meeting bots. I had Lindy, Otter, and one from Calendly all joining the same call at the same time.</p>
<p>It was just me and a buddy catching up on some project stuff.</p>
<p>Three bots. Two people. Completely absurd.</p>
<p>But something clicked while I was laughing about it: I realized the transcript was the least interesting part. <a href="https://www.asianefficiency.com/schedule-management/how-i-got-ai-to-turn-my-meeting-promises-into-to-do-items-automatically/" target="_blank" rel="noopener">What mattered was what happened <em>after</em> the transcript</a>. And for most people, what happens after is&#8230; nothing.</p>
<p>They get the<a href="https://asianefficiencygo.com/optimize-outlook-evergreen/" target="_blank" rel="noopener"> summary email</a>. Maybe they skim the action items. Then the whole conversation — every insight, every story, every aha moment — disappears into a folder nobody opens again.</p>
<p>That's the gap. And it's a big one.</p>
<h2>The Conversation You're Already Having</h2>
<p>A few weeks ago, I had a call with Monica, who runs a nonprofit here in Austin called CC4C. She was exploring AI tools — how they could help her organization run more efficiently.</p>
<p>At one point she mentioned how often her staff shares powerful donor impact stories in internal team meetings. Not formal presentations. Just: someone on a call describing how a specific donation had changed a family's situation. How a program finally worked. How a kid got access to something they never would have had otherwise.</p>
<p>I asked her: does any of that ever make it to LinkedIn? To a newsletter? To a grant application?</p>
<p>She paused. &#8220;No, not really.&#8221;</p>
<p>That's when I said something that kind of stopped the conversation: <a href="https://www.asianefficiency.com/technology/why-your-ai-content-sounds-like-everyone-elses-and-how-to-fix-it/" target="_blank" rel="noopener">those stories are already content.</a> The raw material exists. Someone said it out loud on a recorded call. All you're missing is a system to catch it.</p>
<h2>What Most People Do With Transcripts</h2>
<p>If you're using a meeting notetaker — Lindy, Otter, Fireflies, Granola, whatever — you're already capturing the raw text. The question is what you do with it.</p>
<p>Most people use transcripts for:</p>
<ul>
<li>Action items</li>
<li>Decision logs</li>
<li>Meeting summaries to share with people who weren't there</li>
</ul>
<p>That's fine. Those are real uses. But it's the lowest-value thing you can extract from a transcript.</p>
<p>The higher-value extraction is stories. Insights. Moments. Things someone said that were unexpectedly good.</p>
<p>A client describing what changed in their business after using your product. A question from a workshop attendee that reveals a gap in how the market thinks about your category. A funny thing that happened that actually illustrates a serious point.</p>
<p>These are the pieces that turn into content people actually want to read.</p>
<h2>The Transcript First Approach</h2>
<p>I've been running what I call a &#8220;transcript first&#8221; workflow for about a year now. Everything I record — coaching calls, client demos, workshops, community sessions — gets processed through the same system.</p>
<p>The basic idea: every conversation generates assets. Not just notes. Actual reusable material.</p>
<p>The workflow has a few steps:</p>
<p><strong>1. Capture everything.</strong> This is the non-negotiable. If you're not recording and transcribing, you have nothing to work with. Get a meeting bot set up and running on every call where there's a consent-appropriate reason to record.</p>
<p><strong>2. Extract stories, not just facts.</strong> Most notetaker prompts are configured to pull action items and decisions. Reconfigure them (or add a second pass) to also pull: interesting moments, unusual insights, stories someone shared, results or before/after comparisons.</p>
<p><strong>3. Route stories to a content doc.</strong> I keep a running <a href="https://asianefficiencygo.com/digital-declutter-evergreen/" target="_blank" rel="noopener">Google Documents</a> where my content pipeline drops extracted story material. It's not polished. It's raw. But it's searchable and reusable.</p>
<p><strong>4. Let AI write the first draft in your voice.</strong> Once the raw story is in the doc, you can hand it to an LLM with your voice profile and ask it to turn it into a LinkedIn post, a newsletter paragraph, or a section of a longer article.</p>
<p>The whole thing is automated. A meeting ends. The transcript gets processed. Story material gets flagged. It drops into the content doc. I review and edit. Done.</p>
<h2>Why This Works Better Than &#8220;Writing Content&#8221;</h2>
<p>The hard part of content creation isn't writing. It's finding something worth saying.</p>
<p>Most people sit down to &#8220;write a LinkedIn post&#8221; and stare at a blank screen because they're starting from zero. They're trying to generate an idea from nothing.</p>
<p>The transcript approach flips this. You're not generating ideas. You're finding them in conversations you already had.</p>
<p>And conversations are almost always more interesting than ideas you invent alone. Real stories beat thought leadership. Specific examples beat general advice. What someone actually said beats what you think sounds smart.</p>
<p>When I told Monica that her team's internal stories were already content, she immediately understood. The bottleneck wasn't creativity. It was infrastructure. She had everything she needed. She just wasn't routing it anywhere.</p>
<h2>A Practical Setup You Can Build This Week</h2>
<p>If you want to try this, here's the simplest version:</p>
<p>Start with one week of calls. Pick your AI notetaker and add a secondary prompt: &#8220;In addition to action items, list any stories, examples, or surprising moments from this conversation. Include who said it and a one-sentence context.&#8221;</p>
<p>At the end of the week, collect what came out. You'll probably find five to ten moments across your calls that could become content.</p>
<p>Take the best one. Hand it to ChatGPT or Claude with a simple prompt: &#8220;Write a LinkedIn post in my voice based on this story. Keep it casual and specific. No em dashes. Short sentences.&#8221;</p>
<p>Edit it. Post it. That's the proof of concept.</p>
<p>Once you've done it once, you'll start seeing every meeting differently. Not just as a task to get through. As a potential asset.</p>
<h2>The Nonprofit Story Ended Well</h2>
<p>At the end of my call with Monica, she started brainstorming immediately. She mentioned three or four specific stories her team had shared in recent meetings that she'd completely forgotten about until we started talking.</p>
<p>One of them — about a teenager who'd gotten into college partly because of a program CC4C ran — would make an incredible newsletter story. She already had the transcript. She already had the permission to use it.</p>
<p>She just needed the system to make it happen.</p>
<p>That's all most people need. Not more content ideas. Just a better way to catch the content they're already creating.</p>
<p><em>Want to build a system like this? Check out the <a href="https://go.asianefficiency.com/productivity-academy/" target="_blank" rel="noopener">Productivity Academy</a> — we cover AI workflows for content creation, meeting intelligence, and more.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/social/every-meeting-you-have-is-already-generating-content-heres-how-to-capture-it/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How a Personal Chef Cut Her Menu Writing From 4 Hours to 30 Minutes With AI</title>
		<link>https://www.asianefficiency.com/case-studies/how-a-personal-chef-cut-her-menu-writing-from-4-hours-to-30-minutes-with-ai/</link>
					<comments>https://www.asianefficiency.com/case-studies/how-a-personal-chef-cut-her-menu-writing-from-4-hours-to-30-minutes-with-ai/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Wed, 29 Apr 2026 21:00:58 +0000</pubDate>
				<category><![CDATA[Case Studies]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23083</guid>

					<description><![CDATA[A real AI workflow case study: how one service business owner automated her most painful weekly task without replacing what makes her great.]]></description>
										<content:encoded><![CDATA[<p>Last July, I sat down with Michelle, a personal chef based in Austin who cooks for over 10 clients a week.</p>
<p>She’s good at what she does. Custom menus, dietary restrictions tracked, clients with strong preferences about spice levels and proteins, and what they ate last week. Real relationship-based work.</p>
<p>And every single week, she was spending four hours writing menus by hand.</p>
<p>I asked her what that process looked like. She’d open her client list, pull up each person’s notes, think through what she’d made for them recently, factor in what was seasonal or on sale, and then type out a custom menu for each client from scratch.</p>
<p>Every week. Same process. Four hours gone.</p>
<p>When she said that, I didn’t immediately say, “Here’s the AI tool for that.” I asked more questions first. What format do the menus go out in? Where do you keep the client preferences? How much does the menu vary week to week?</p>
<p>That diagnostic step matters more than most people think. It’s the difference between building something that works and building something that looks good in a demo but fails on Tuesday.</p>
<h2>The First Attempt (And Why It Broke)</h2>
<p>Michelle had already tried to fix this herself before we talked.</p>
<p>She built a ChatGPT prompt that was supposed to do everything: read the client preferences, remember past menus, generate new ones, and export them to CSV all at once.</p>
<p>It kept failing. Forgetting which client was which. Messing up the CSV. Generating the wrong proteins for someone with dietary restrictions.</p>
<p>She figured she’d done something wrong with the prompt. But the prompt was fine. The architecture was the problem.</p>
<p>One agent trying to do four separate jobs at once is like asking someone to be the chef, waiter, cashier, and dishwasher simultaneously. They’ll do all of it badly. There’s a design principle I use with every client now: one agent, one job.</p>
<p>When you try to <a href="https://www.asianefficiency.com/technology/the-ai-model-mistake-most-people-make-bigger-isnt-always-better/" target="_blank" rel="noopener">cram too much into a single AI prompt</a>, you’re overloading the context window, creating conflicting instructions, and making it nearly impossible for the model to know which task should take priority when they conflict. The result is exactly what Michelle experienced — inconsistent, unreliable output that you can’t trust.</p>
<h2>What We Actually Built</h2>
<p>We spent about 90 minutes mapping the workflow together before touching any AI tool.</p>
<p>First, we figured out the data. She already had a spreadsheet with client preference tabs — one tab per client, with notes on their allergies, favorite proteins, what they’d eaten recently, and any restrictions. That spreadsheet was the source of truth we needed.</p>
<p>Then we designed backwards from the output. What does a finished menu actually look like? How long is it? What format does it need to be in? Once we knew exactly what “done” looked like, building toward it got a lot simpler.</p>
<p>The workflow ended up with two focused steps:</p>
<ol>
<li>Read the client preference tab and pull the relevant data</li>
<li>Generate a personalized weekly menu based on those preferences</li>
</ol>
<p>That’s it. No CSV export in the same step. No memory of past menus baked into the same prompt. Just two clean, focused tasks.</p>
<p>Michelle reviews the output, makes any adjustments that feel off (she still knows her clients better than any AI does), and sends them out.</p>
<p>The whole thing now takes about 30 minutes instead of four hours.</p>
<h2>The Dual-Brand Problem</h2>
<p>Michelle also runs two different lines of business under her name — a luxury catering arm and the personal chef meal service. They have completely different voices. The catering side is formal, polished, upscale. The personal chef side is warmer, more casual, like a friend who happens to cook for you.</p>
<p>She’d been writing all her client communications by hand to manage that tonal difference. Which made sense — she just didn’t have another option.</p>
<p>So we added a second piece to the workflow: she used ChatGPT to analyze her existing content for each line of business and write a <a href="https://www.asianefficiency.com/likes/crushing-it-book" title="crushing-it-book" class="pretty-link-keyword"rel="">brand</a> voice prompt that captured the tone. Then we imported those prompts into her AI agent’s system settings.</p>
<p>Now when the agent generates a menu or a client update for the catering side, it automatically writes in the right voice. Same for the personal chef side. Two brands. Two distinct voices. Zero extra effort on her end.</p>
<p>This “use AI to write the prompt for another AI” approach sounds a bit meta, but it works really well for service businesses with multiple client segments or <a href="https://www.asianefficiency.com/likes/crushing-it-book" title="crushing-it-book" class="pretty-link-keyword"rel="">brand</a> voices.</p>
<h2>What Made This Actually Work</h2>
<p>A few things made this project go smoothly that I want to call out because they’re not obvious.</p>
<p><strong>She had clean data.</strong> The client preference spreadsheet was organized and up to date. If that hadn’t existed, we would have spent the first hour just figuring out where her client information lived. Data centralization isn’t glamorous, but it’s what makes automation possible.</p>
<p><strong>We didn’t start with the tool.</strong> We started with the workflow. What’s the desired output? What’s the trigger? What are the steps a human would take? I call this designing backwards — start at the end state and work backward. It keeps you from building a solution in search of a problem.</p>
<p><strong>She stayed in the loop.</strong> Michelle still reviews every menu before it goes out. The AI isn’t making final calls — it’s doing the drafting work. That <a href="https://go.asianefficiency.com/weekly-review-blueprint/" target="_blank" rel="noopener">human review step</a> means clients still get her judgment, and she catches anything the AI gets wrong before it matters.</p>
<p>That last point is worth sitting with. The goal wasn’t to remove her from the process. It was to remove the part of the process that was just mechanical repetition, so she could focus on the part that actually requires her expertise.</p>
<h2>Your Version of This</h2>
<p>Almost every service business has a version of Michelle’s four-hour menu writing task. Some repeating process that requires your knowledge, but not your active presence every single time.</p>
<p>It might be client intake forms. Proposal generation. Weekly check-in emails. <a href="https://www.asianefficiency.com/likes/crushing-it-book" title="crushing-it-book" class="pretty-link-keyword"rel="">Social media</a> captions. Progress reports.</p>
<p>The pattern is almost always the same: you know exactly what needs to go in, you’ve done it dozens of times, and yet you’re still sitting there typing it from scratch every week.</p>
<p>The fix usually isn’t complicated. <a href="https://www.asianefficiency.com/technology/why-your-ai-keeps-failing-and-its-not-the-tools-fault/" target="_blank" rel="noopener">It’s mostly about designing the workflow</a> right before touching any AI tool.</p>
<p>If you’re curious what this might look like for your business, I run AI workshops where we actually build these systems together — not just talk about them. Check out my upcoming workshops at <a href="https://www.asianefficiency.com/" target="_blank" rel="noopener"><em>asianefficiency.com</em></a> and see if there’s one that fits.</p>
<p>Or just try mapping your own version of “the four-hour task” this week. Write down the steps a human would take. Figure out where the data lives. Then ask yourself: which of these steps actually needs me?</p>
<p>That question alone might get you most of the way there.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/case-studies/how-a-personal-chef-cut-her-menu-writing-from-4-hours-to-30-minutes-with-ai/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>AI Won&#8217;t Replace Your Service Staff. It&#8217;ll Move Them Up.</title>
		<link>https://www.asianefficiency.com/case-studies/ai-wont-replace-your-service-staff-itll-move-them-up/</link>
					<comments>https://www.asianefficiency.com/case-studies/ai-wont-replace-your-service-staff-itll-move-them-up/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Wed, 29 Apr 2026 18:00:18 +0000</pubDate>
				<category><![CDATA[Case Studies]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23082</guid>

					<description><![CDATA[After building AI automation for salons, real estate firms, and medical offices, here's what I've actually found: the humans matter more, not less.]]></description>
										<content:encoded><![CDATA[<p>A few months ago,<a href="https://www.asianefficiency.com/technology/the-wrong-person-is-asking-for-your-5-star-reviews-and-what-to-do-about-it/" target="_blank" rel="noopener"> I built a 5-star review automation system</a> for a hair salon owner here in Austin.</p>
<p>We set up follow-up emails. Timed outreach after every appointment. A sequence that triggered automatically when someone left the chair. Looked great on paper.</p>
<p>Then we started testing it.</p>
<p>And that’s when I realized we’d been thinking about it wrong.</p>
<h2>The Part We Almost Missed</h2>
<p>The stylist was still the most important variable.</p>
<p>Not the email. Not the timing. Not the copy.</p>
<p>The person who cut the client’s hair.</p>
<p>If the stylist built a real connection during the appointment&#8230; the review almost always came. If the appointment was transactional and the client walked out feeling like a number&#8230; the automated follow-up <a href="https://asianefficiencygo.com/digital-declutter-evergreen/" target="_blank" rel="noopener">hit the trash folder</a>.</p>
<p>We had to go back and rework the whole process. Instead of treating AI as the driver, we treated it as support. The stylist does the relationship work. The AI handles everything that happens after.</p>
<p>That’s the actual split.</p>
<h2>What I Keep Seeing in Service Businesses</h2>
<p>I gave a talk in New Orleans last year to a room full of salon owners. Sirius Business conference. Three standing-room-only sessions.</p>
<p>I showed them things they’d never seen before. AI responding to text messages. Rebooking clients automatically when a regular hadn’t been in 90 days. <a href="https://www.asianefficiency.com/technology/the-graveyard-of-unpublishable-photos-and-how-ai-clears-it-in-20-seconds/" target="_blank" rel="noopener">Taking 500 unpublished product photos and sorting</a>, cleaning, and resizing them in an afternoon.</p>
<p>The reactions were what I’d come to expect. Jaws dropped. “I didn’t know this was possible.”</p>
<p>But the question that comes after is always the same.</p>
<p>One owner pulled me aside after the session: “So what happens to my front desk person?”</p>
<p>I’ve gotten that question dozens of times now. From salon owners, from attorneys, from real estate brokers, from nonprofit directors.</p>
<p>And the answer is always the same: if you deploy this right, your front desk person gets promoted.</p>
<h2>The Actual Role AI Plays in a Service Business</h2>
<p>Here’s what I mean.</p>
<p>In a salon, the front desk person typically spends her day on three things:</p>
<ol>
<li>Answering phones and booking appointments</li>
<li>Sending reminder texts and confirmation emails</li>
<li>Chasing no-shows and rebooking cancellations</li>
</ol>
<p>That’s all automatable. Lindy can handle inbound texts, trigger reminders at the right intervals, and even draft rebooking messages when someone goes quiet.</p>
<p>So what does the front desk person do when that work is gone?</p>
<p>She does the thing AI genuinely can’t do. She learns every regular client’s name. She notices when someone walks in looking stressed and adjusts the energy. She makes a first-time client feel like they’ve been coming there for years.</p>
<p>That’s not a job at risk. That’s a job that gets better.</p>
<p>This is what I call “human in the loop” thinking. AI handles the repeatable work. The human stays in the loop for anything that requires judgment, trust, or relationship.</p>
<h2>Why Most AI Deployments in Service Businesses Fail</h2>
<p>The failures I’ve seen come from the same mistake: <a href="https://www.asianefficiency.com/technology/the-difference-between-ai-working-with-you-and-ai-working-for-you/" target="_blank" rel="noopener">treating AI like a replacement instead of support</a>.</p>
<p>A salon that auto-sends review requests without training stylists to ask in person&#8230; gets a fraction of the reviews they should.</p>
<p>A medical office that automates all their patient follow-up without ever explaining it to their staff&#8230; gets pushback and confusion on day one.</p>
<p>A real estate firm that builds an AI lead enrichment system but never changes how their brokers use their prep time&#8230; doesn’t see the ROI.</p>
<p>The technology works. The human integration doesn’t.</p>
<p>I built a briefing system for a VC named Evan. Before every call, he gets a prep doc. Context on the company, relevant news, <a href="https://asianefficiencygo.com/inbox-detox-blog" target="_blank" rel="noopener">old email</a> threads, a suggested talking point or two. What used to take a human assistant 20 hours a week to put together now runs automatically overnight.</p>
<p>But Evan still does every call himself. He still makes every investment decision. The AI made him more prepared. It didn’t make him less necessary.</p>
<h2>How to Get the Split Right</h2>
<p>If you’re in a service business thinking about AI, here’s how I’d approach it.</p>
<p>First, map what your team actually does in a week. Break it into two buckets: things that require human judgment and relationship, and things that are just process.</p>
<p>The process stuff is where AI wins. Scheduling, follow-up, document prep, data entry, research, reminders. These are things that are currently eating your team’s best hours and delivering nothing extra because of it.</p>
<p>The human stuff is where your team should be spending more time, not less. Client relationships. Problem-solving. Handling anything sensitive or unusual. The moments that make or break whether someone comes back.</p>
<p>Second, deploy AI in the process bucket first. Get a win. Let your team see that it works and that it doesn’t eliminate them&#8230; it frees them.</p>
<p>Third, watch what your team does with the extra time. That’s where you’ll find the real ROI. Not in the hours saved. In what those hours get redeployed toward.</p>
<h2>The Stylist Still Has the Most Important Job</h2>
<p>When I went back and retooled the salon review system, we added one thing the AI couldn’t do.</p>
<p>We trained the stylists to ask.</p>
<p>Not a script. Just a natural mention near the end of the appointment: “If you had a good experience today, a review would really mean a lot to us.”</p>
<p>The automated follow-up email still goes out. But now it lands with someone who’s already been asked, who already had a great experience, who already feels like the stylist valued them.</p>
<p>The conversion rate on reviews jumped.</p>
<p>The AI didn’t do that. The stylist did. The AI just made sure the follow-through happened every single time, without anyone having to remember.</p>
<p>That’s the combination that works.</p>
<p>If you’re curious how to find those same opportunities in your business, I run workshops on exactly this. One day, hands-on, specific to your industry. Reply here or check the site for upcoming dates.</p>
<p><em>Thanh Pham is an AI consultant and workshop instructor based in Austin, TX. He’s helped businesses across salon, real estate, healthcare, and professional services deploy practical AI systems.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/case-studies/ai-wont-replace-your-service-staff-itll-move-them-up/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Why Your AI Keeps Failing (And It&#8217;s Not the Tool&#8217;s Fault)</title>
		<link>https://www.asianefficiency.com/technology/why-your-ai-keeps-failing-and-its-not-the-tools-fault/</link>
					<comments>https://www.asianefficiency.com/technology/why-your-ai-keeps-failing-and-its-not-the-tools-fault/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Wed, 29 Apr 2026 15:00:51 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23081</guid>

					<description><![CDATA[Most AI workflows fail because of bad design, not bad tools. Here's the one rule that fixes it — one agent, one job.]]></description>
										<content:encoded><![CDATA[<p>Last July, I sat down with a personal chef in Austin for what was supposed to be a Lindy workshop.</p>
<p>Michelle was spending four hours every single week writing menus by hand. She had ten clients, each with their own list of proteins, carbs, allergies, spice preferences, and weekly modifications. Some wanted rice, others wanted melon salad. Some were paleo. Some were dairy-free, but only for certain things.</p>
<p>She'd already built a custom GPT to handle it. She called it &#8220;Menu Maestro.&#8221;</p>
<p>And it was a disaster.</p>
<p>Every session, it forgot someone's profile. Every session, the CSV export failed. She kept having to start over, re-explaining the same preferences, getting halfway decent results before the whole thing broke down.</p>
<p>&#8220;He's missing clients,&#8221; she said, pulling up the screen. &#8220;Again.&#8221;</p>
<p>She thought the tool was broken.</p>
<p>It wasn't. The design was.</p>
<h2>The Most Common AI Mistake I See</h2>
<p><a href="https://www.asianefficiency.com/technology/the-free-3-step-workflow-that-replaced-my-10000-design-brief/" target="_blank" rel="noopener">When most people build their first AI workflow</a>, they do what feels logical: they give it the full picture and expect it to handle everything.</p>
<p>One GPT. One prompt. Ten tasks.</p>
<p>The problem is that language models aren't multi-taskers. They're not like a human assistant who can juggle context across fifteen different things and still remember that Janet is lactose intolerant.</p>
<p>A GPT does one job with high consistency. It does five jobs with mediocre results across all of them.</p>
<p>This is what I call the &#8220;<a href="https://www.asianefficiency.com/productivity/how-ai-agents-changed-what-i-think-working-means/" target="_blank" rel="noopener">one agent, one job</a>&#8221; rule. It's the single most important design principle for building AI workflows that actually work.</p>
<p>Michelle's Menu Maestro was trying to:</p>
<ol>
<li>Remember ten client profiles</li>
<li>Generate a master menu</li>
<li>Customize each dish per client</li>
<li>Flag exceptions and modifications</li>
<li>Export everything to a Google Sheet</li>
</ol>
<p>That's five separate jobs. And every job it had to do increased the chances of it dropping the ball on the others.</p>
<h2>What Good Design Looks Like</h2>
<p>Once I understood what was happening, the fix was straightforward.</p>
<p>Instead of one GPT doing everything, we broke it apart:</p>
<p>Step one is understanding the client. A dedicated context file per client — stored as a spreadsheet tab — that the GPT reads at the start. Not a &#8220;remember this&#8221; prompt buried in a conversation. A structured file it can reference reliably.</p>
<p>Step two is generating the base menu. One prompt, one output: here's the master set of dishes for this week.</p>
<p>Step three is the customization. For each client, take the base and apply their preferences. One client, one output. No trying to do all ten at once.</p>
<p>That's it. Three focused steps. Chain them in sequence.</p>
<p>&#8220;I would cry with happiness,&#8221; Michelle said when we mapped it out.</p>
<p>We estimated her four-hour weekly process could drop to about thirty minutes once the workflow was running properly.</p>
<h2>Why You Should Start With ChatGPT, Not Lindy</h2>
<p>Here's a counterintuitive thing I tell people who want to build AI automations: don't start with the automation tool.</p>
<p>Start with ChatGPT.</p>
<p>When Michelle mentioned the session was supposed to be a Lindy workshop, she asked — shouldn't we be building this in Lindy?</p>
<p>Not yet.</p>
<p>Lindy is excellent for external integrations: connecting to email, <a href="https://asianefficiencygo.com/calendar-captain-evergreen/" target="_blank" rel="noopener">calendar</a>, Slack, Google Sheets, triggering workflows automatically. But <a href="https://www.asianefficiency.com/technology/when-not-to-use-lindy-and-what-to-use-instead/" target="_blank" rel="noopener">it's not the fastest tool for prototyping</a> the actual logic of what you're building.</p>
<p>ChatGPT lets you iterate the design in minutes. You paste a prompt, see what it produces, adjust, try again. Once the logic works reliably in chat, porting it to Lindy is easy.</p>
<p>This is what I call &#8220;start small, iterate.&#8221; The smallest useful version of any workflow isn't the automated version. It's the working version.</p>
<p>Automation before validation is how you end up building a complicated system that reliably produces the wrong output.</p>
<p>Prove the logic first. Then automate.</p>
<h2>A Framework You Can Use Right Now</h2>
<p>Before you build your next AI workflow, answer these three questions for each step:</p>
<p><strong>What is the one output this step needs to produce?</strong></p>
<p>Not &#8220;manage the whole process.&#8221; One output. &#8220;Generate a list of ten menu ideas based on these ingredients and these client restrictions.&#8221; One thing.</p>
<p><strong>What is the minimum input it needs to do that job?</strong></p>
<p>Client preferences, weekly ingredients, and nothing else. Don't feed it the entire history of the business. The more you add, the less reliable it gets.</p>
<p><strong>Can this step succeed without knowing what comes next?</strong></p>
<p>If yes, it's a good candidate for a standalone step. If it needs to &#8220;keep track&#8221; of what it's going to do five steps later, it's doing too much.</p>
<p>Three questions. If each step can answer them clearly, your workflow will be more reliable, easier to debug, and faster to build.</p>
<h2>The Lesson That Applies Beyond AI</h2>
<p>What I keep seeing in workshops and client sessions is that most people approach AI with a project management mindset. Define the big outcome, build toward it, see if it works.</p>
<p>But AI workflows are more like cooking.</p>
<p>You don't throw everything in the pot at once and hope it turns out. You have a sequence. You build flavor in stages. One step informs the next.</p>
<p>Michelle is a personal chef. She would never give someone a raw list of ingredients and say &#8220;figure it out.&#8221; She designs the week's menu first, then customizes per client, then writes the shopping list.</p>
<p>The AI workflow for her business just needed to mirror how she already worked.</p>
<p>That's the principle: design your AI workflow the way you'd design the process itself. Break it into steps. Give each step one job. Then chain them together.</p>
<p>The tool isn't the problem. The design almost always is.</p>
<p><em>Want to learn how to build AI workflows that actually work for your business? Thanh runs hands-on <a href="https://www.asianefficiency.com/ai-workshop/" target="_blank" rel="noopener">AI workshops in Austin</a> — one day, 9am to 5pm, personalized by industry.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/technology/why-your-ai-keeps-failing-and-its-not-the-tools-fault/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Why the Best AI Clients Don&#8217;t Want to Learn — They Want It Built</title>
		<link>https://www.asianefficiency.com/case-studies/why-the-best-ai-clients-dont-want-to-learn-they-want-it-built/</link>
					<comments>https://www.asianefficiency.com/case-studies/why-the-best-ai-clients-dont-want-to-learn-they-want-it-built/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Wed, 29 Apr 2026 14:12:37 +0000</pubDate>
				<category><![CDATA[Case Studies]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23080</guid>

					<description><![CDATA[Most AI clients don't want courses or workshops. They want someone to build it for them. Here's what that market actually looks like.]]></description>
										<content:encoded><![CDATA[<p>Last October, I got on a call with Daniela Woerner. She runs a 35,000-person <a href="https://asianefficiencygo.com/optimize-outlook-evergreen/" target="_blank" rel="noopener">email list</a> in the spa industry and has been building AI programs for aestheticians and salon owners across the country.</p>
<p>We were exploring a potential partnership. She wanted to bring AI tools to her audience. I wanted to understand who her people actually were before I started pitching anything.</p>
<p>She described them in a way I keep thinking about:</p>
<p>&#8220;They are all extremely not tech-savvy. <a href="https://www.asianefficiency.com/case-studies/why-non-tech-industries-have-the-biggest-ai-opportunity-right-now/" target="_blank" rel="noopener">They would want someone to build it.</a> They would hire it out. They are very good at revenue. Very good at sales. Very good at serving their clients. But they are like pen and paper. Some of them don't even know how to add a Google Calendar.&#8221;</p>
<p>I've heard versions of this from a lot of people I've talked to over the past year. And I think it reveals something important about where the real AI opportunity is right now.</p>
<h2>The Myth of the &#8220;AI-Ready&#8221; Client</h2>
<p>When most people talk about selling AI services, they picture someone like themselves. Someone who's already tinkering with ChatGPT, reads the newsletters, and watches the demos. Someone who just needs help going deeper.</p>
<p>But that's a pretty small market.</p>
<p>The much larger market is people running real businesses who have zero interest in learning a new skill set. They're already stretched. They're good at what they do. A salon owner with three locations isn't lying awake at night thinking about agents and context windows. She's thinking about her stylists, her retention numbers, and whether the new Aveda line is worth the shelf space.</p>
<p>That's not ignorance. That's good prioritization.</p>
<p>And here's the thing: those clients often get better results from AI than the tinkerers do. Not because they're smarter, but because they're more focused. They hire someone to solve a specific problem, that problem gets solved, and then they go back to what they're actually good at.</p>
<h2>The Education Phase Nobody Skips</h2>
<p>Daniela had been working with her audience for three to four months before she even started talking about selling AI services. She called it &#8220;seeding.&#8221;</p>
<p>Just teaching people what the language means. What does &#8220;agent&#8221; mean? What does &#8220;automation&#8221; actually look like? What can it do?</p>
<p>This sounds slow. But it's the right order.</p>
<p>When I teach <a href="https://www.asianefficiency.com/ai-workshop/" target="_blank" rel="noopener">AI workshops</a>, I see a version of this every single time. People come in skeptical. They've heard the hype. They don't know what applies to them. The first hour isn't really about AI at all&#8230; it's about recalibrating expectations.</p>
<p>The moment it clicks is usually during a live demo. I'll pull up a real workflow and show someone their exact problem being solved in real time. Email drafted in 12 seconds. Meeting prep done automatically. <a href="https://www.asianefficiency.com/productivity/stop-collecting-start-researching-the-4d-system-for-ai-powered-research/" target="_blank" rel="noopener">Research that would take an afternoon done in minutes.</a></p>
<p>The room changes. I watched someone in one of my February workshops go from folded arms to rapidly taking notes in about 90 seconds. That's not a product decision. That's a &#8220;don't know what you don't know&#8221; moment resolving in real time.</p>
<p>But that moment only works if someone's been warmed up to the possibility first. You can't skip to the demo without the foundation.</p>
<h2>Two Markets, Two Very Different Services</h2>
<p>There's a real split in who buys AI services right now.</p>
<p>One group wants to learn. They want to understand how it works. They'll watch your course, attend your workshop, try things themselves. They're excited by the process. This is the DIY market.</p>
<p>The other group wants it done. They don't want to learn prompting. They don't want to think about which tool is best for which task. They want someone to build the thing, train them on the one button they need to push, and then be available when something breaks. This is the done-for-you market.</p>
<p>Neither is wrong. But they're different businesses.</p>
<p>The DIY market is where workshops, courses, and content <a href="https://www.asianefficiency.com/likes/crushing-it-book" title="crushing-it-book" class="pretty-link-keyword"rel="">marketing</a> work well. You educate, demonstrate, and let people self-select into your programs.</p>
<p>The done-for-you market is won with trust. Specifically, with trust built over time before you ever ask for money. Daniela's three-month seeding window wasn't a <a href="https://www.asianefficiency.com/likes/crushing-it-book" title="crushing-it-book" class="pretty-link-keyword"rel="">marketing</a> delay&#8230; it was the <a href="https://www.asianefficiency.com/likes/crushing-it-book" title="crushing-it-book" class="pretty-link-keyword"rel="">marketing</a>.</p>
<h2>What High-Touch Actually Means</h2>
<p>One thing I do with every client: I give them my personal cell.</p>
<p>When I told Daniela this, she paused. &#8220;I don't know if you should do that with our people.&#8221;</p>
<p>I understand the concern. But this is actually a feature, not a risk.</p>
<p>When you're selling AI services to non-technical clients, the biggest fear isn't the price. It's the feeling of being stranded. What if it breaks and I can't fix it? What if I don't understand it six months from now?</p>
<p>Having direct access to the person who built it removes that fear. And in my experience, people almost never abuse it. They text occasionally with a quick question, feel reassured, and keep using the system. That access is part of what they're paying for.</p>
<p>This also creates referrals. Non-technical clients talk to other non-technical clients. Word spreads that you're actually available. That's a stronger acquisition channel than any ad campaign.</p>
<h2>The Right Framework for This Work</h2>
<p>I use what I call the AI Fluency Levels to think about where any client is starting from. Level 1 is AI-Assisted: using AI tools directly, like ChatGPT for writing or Perplexity for research. Level 2 is AI Workflows: stringing tools together to automate repeating tasks. Level 3 is Building Agents: creating autonomous systems that run without you.</p>
<p>Most non-technical clients don't need to reach Level 3 themselves. They need someone who's already there to build Level 3 for them. And they need enough Level 1 understanding to feel confident using what gets built.</p>
<p>The education gap Daniela described is real. But closing it doesn't require turning a salon owner into an AI builder. It just requires showing her enough to trust the outcome.</p>
<p>That's a very different job. And honestly&#8230; a more interesting one.</p>
<hr />
<p><em>Thanh Pham runs AI workshops for business owners and consults on AI implementation. If you want to explore what's possible for your business, <a href="https://www.asianefficiency.com/ai-workshops/">learn about his workshops here</a>.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/case-studies/why-the-best-ai-clients-dont-want-to-learn-they-want-it-built/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The 80-10-10 Rule: How to Actually Delegate to AI</title>
		<link>https://www.asianefficiency.com/podcasts/610w-80-10-10-rule-delegate-ai/</link>
					<comments>https://www.asianefficiency.com/podcasts/610w-80-10-10-rule-delegate-ai/#respond</comments>
		
		<dc:creator><![CDATA[Asian Efficiency Team]]></dc:creator>
		<pubDate>Wed, 29 Apr 2026 11:00:00 +0000</pubDate>
				<category><![CDATA[Podcasts]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23674</guid>

					<description><![CDATA[Stop adding more tools and start reclaiming your time. In this episode, I break down my actual AI workflow for planning and decision-making. You'll learn the 80-10-10 rule for delegation and how to turn AI into your personal execution system so you can finally focus on the work that actually matters. Visit www.asianefficiency.com for more [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Stop adding more tools and start reclaiming your time. In this episode, I break down my actual AI workflow for planning and decision-making. You'll learn the 80-10-10 rule for delegation and how to turn AI into your personal execution system so you can finally focus on the work that actually matters.</p>



<p>Visit <a href="https://www.asianefficiency.com" target="_blank" rel="noopener">www.asianefficiency.com</a> for more productivity tips and tactics.</p>



<p>Go to <a href="https://www.homeserve.com" target="_blank" rel="noopener">HomeServe.com</a> to find the plan that's right for you. Not available everywhere. Most plans range between $4.99 to $11.99 a month your first year. Terms apply on covered repairs.</p>









<span id="more-23674"></span>



<h2 class="wp-block-heading">Links</h2>



<ul class="wp-block-list">
<li><a href="https://www.homeserve.com" target="_blank" rel="noopener">HomeServe</a></li>



<li><a href="https://25xcoaching.com" target="_blank" rel="noopener">25X Productivity Coaching</a></li>



<li><a href="https://chatgpt.com" target="_blank" rel="noopener">ChatGPT</a></li>



<li><a href="https://claude.ai/tps" target="_blank" rel="noopener">Claude</a></li>



<li><a href="https://www.anthropic.com" target="_blank" rel="noopener">Anthropic</a></li>



<li><a href="https://gemini.google.com" target="_blank" rel="noopener">Gemini</a></li>



<li><a href="https://www.anthropic.com/product/claude-cowork" target="_blank" rel="noreferrer noopener">Claude Cowork</a></li>
</ul>


	<p>If you enjoyed this episode, <strong>follow the podcast on <a href="https://podcasts.apple.com/us/podcast/the-productivity-show/id955075042" target="_blank" rel="noreferrer noopener">Apple Podcasts</a>, <a href="https://open.spotify.com/show/6idQBTQNbAQEKSDJHV5OjX?si=hjMZHJXbQuanyh-HDrSupg" target="_blank" rel="noreferrer noopener">Spotify</a>, <a href="https://www.stitcher.com/podcast/asian-efficiency">Stitcher</a>, <a href="https://overcast.fm/p253645-XOswX3" target="_blank" rel="noreferrer noopener">Overcast</a>, <a href="https://pca.st/productivityshow" target="_blank" rel="noreferrer noopener">Pocket Casts</a></strong> or your favorite podcast player.<b> </b>It’s easy, you’ll get new episodes automatically, and it also helps the show. You can also leave a review!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/podcasts/610w-80-10-10-rule-delegate-ai/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
				<enclosure url="https://dts.podtrac.com/redirect.mp3/mgln.ai/e/275/prfx.byspotify.com/e/pscrb.fm/rss/p/clrtpod.com/m/traffic.libsyn.com/productivityshow/610w_Delegate_AI.mp3" length="11405520" type="audio/mpeg" />

				<itunes:author>Asian Efficiency</itunes:author>
		<itunes:episode>610</itunes:episode>
		<podcast:episode>610</podcast:episode>
		<itunes:title>The 80-10-10 Rule: How to Actually Delegate to AI</itunes:title>
		<itunes:episodeType>full</itunes:episodeType>
		<itunes:duration>11:22</itunes:duration>
	</item>
		<item>
		<title>Why Non-Tech Industries Have the Biggest AI Opportunity Right Now</title>
		<link>https://www.asianefficiency.com/case-studies/why-non-tech-industries-have-the-biggest-ai-opportunity-right-now/</link>
					<comments>https://www.asianefficiency.com/case-studies/why-non-tech-industries-have-the-biggest-ai-opportunity-right-now/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Tue, 28 Apr 2026 21:00:26 +0000</pubDate>
				<category><![CDATA[Case Studies]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23079</guid>

					<description><![CDATA[The industries furthest behind on AI have the biggest first-mover advantage. Here is what I have seen teaching AI workshops to salon owners, contractors, and spa owners.]]></description>
										<content:encoded><![CDATA[<p>Last week I had a call with a woman named Daniela who runs one of the biggest training programs in the spa industry. Her email list has 35,000 people. Her membership program has over 200 active members. She paused a program that was doing well into six figures a month&#8230; specifically to rebuild it around AI.</p>
<p>She told me something I keep thinking about: &#8220;In the spa world, everybody is essentially stuck in the nineties.&#8221;</p>
<p>Spa software hasn't changed in decades. Most spa owners don't know how to add a Google Calendar event. And Daniela, who's been studying AI for two years and is considered the AI-forward voice in her space, says she's still a beginner compared to what people in tech circles are doing.</p>
<p><a href="https://www.asianefficiency.com/podcasts/607w-ai-skill-gap-waiting-biggest-risk/" target="_blank" rel="noopener">That gap right there? That's the opportunity</a>.</p>
<h2>The Industries Furthest Behind Are the Most Interesting</h2>
<p>When people ask me about AI adoption, they usually assume the interesting things are happening in tech companies, startups, and Silicon Valley offices.</p>
<p>But I've been teaching AI workshops to salon owners, spa owners, real estate agents, and contractors. And every single time I walk into one of those rooms, I see the same thing.</p>
<p>Not resistance. Not skepticism. Just&#8230; they had no idea this was possible.</p>
<p>At a salon conference a while back, all three of my sessions were standing room only. These were business owners who didn't know AI could respond to their text messages. Didn't know it could handle phone calls. Didn't know a 30-minute intake conversation could generate 30 days of social content automatically.</p>
<p>The moment they see it, they want it immediately.</p>
<p>This is what I mean by the first-mover advantage in non-tech industries. In these spaces, nobody's doing this yet. The person who shows up first with real, working AI solutions becomes the go-to expert almost overnight.</p>
<h2>What Being Behind on AI Actually Means</h2>
<p>Here's a useful reframe. When I say these industries are behind, I'm not talking about people who are <a href="https://asianefficiencygo.com/motivation-mastery-evergreen/" target="_blank" rel="noopener">lazy or resistant to change</a>.</p>
<p>Spa owners are incredible at their craft. They're excellent at revenue and sales and serving clients. They just happen to run businesses where the technology layer has been mostly ignored for twenty years.</p>
<p>The same is true for contractors, lawyers, physical therapists, and most of healthcare. These are people who went deep on their actual profession. The technology side just never demanded their attention until now.</p>
<p>And because of that, almost nobody in their industry is ahead of them on AI. The playing field is flat.</p>
<p>The approach I call &#8220;one tweak a week&#8221; applies perfectly here. You don't need to leap from zero to full automation overnight. You pick one thing AI can help with this week, implement it, see the result. Then you add the next tweak next week. Let curiosity compound.</p>
<h2>Where to Start: Revenue First</h2>
<p>Here's the thing I keep telling business owners in these industries. Start closest to revenue.</p>
<p>If you can show a spa owner that AI will generate more five-star reviews, she'll be interested. If you can show her that AI will help her post on <a href="https://www.asianefficiency.com/likes/crushing-it-book" title="crushing-it-book" class="pretty-link-keyword"rel="">social media</a> every day without hiring someone, she'll be very interested.</p>
<p>But if you lead with &#8220;AI can optimize your scheduling&#8221; or &#8220;AI can cut your operational overhead&#8221;&#8230; you've lost her.</p>
<p>I've seen this pattern with multiple clients. The ones who start with revenue-generating applications get hooked immediately. And then, once they've seen it working, they come back asking about everything else. The operations, the payroll, the scheduling. But you have to earn that trust first with something that visibly moves the needle.</p>
<p>This is why I built a content strategy agent for a jewelry business recently. Here's how it works:</p>
<ol>
<li>A 30-minute intake call where we capture the <a href="https://www.asianefficiency.com/likes/crushing-it-book" title="crushing-it-book" class="pretty-link-keyword"rel="">brand</a> voice and content strategy</li>
<li>The agent ingests all of that and generates a 30-day content calendar in Airtable</li>
<li>Every day, it posts automatically. The owner reviews and approves once a month to make sure everything still looks on <a href="https://www.asianefficiency.com/likes/crushing-it-book" title="crushing-it-book" class="pretty-link-keyword"rel="">brand</a></li>
</ol>
<p>Total cost: about $6,000 to build. Then $50-100 a month to keep running.</p>
<p>For context, a <a href="https://www.asianefficiency.com/likes/crushing-it-book" title="crushing-it-book" class="pretty-link-keyword"rel="">social media</a> manager typically costs $3,000-5,000 per month. You can do the math.</p>
<h2>The Part AI Cannot Replace</h2>
<p>One salon owner I worked with wanted more five-star reviews. Makes sense, they're critical for local businesses.</p>
<p>We built an automated follow-up system. But something interesting happened when we dug into it. The biggest driver of reviews wasn't the follow-up emails. It was the hairstylist's relationship with the client during the appointment.</p>
<p>AI could automate the ask. But it couldn't automate the connection. And that's actually a good thing.</p>
<p>What the automation did was take all the admin friction away from the stylist. They didn't have to remember to ask. They didn't have to send the text themselves. The system handled that. And because the friction was gone, the conversion rate went up.</p>
<p>AI doesn't replace the human. It removes the friction around the human. <a href="https://www.asianefficiency.com/technology/the-wrong-person-is-asking-for-your-5-star-reviews-and-what-to-do-about-it/" target="_blank" rel="noopener">The stylist's talent is still what drives the review.</a> AI just makes sure the ask happens every single time.</p>
<h2>The Education Gap Is Real</h2>
<p>Daniela told me she'd been spending three to four months just seeding her audience on what AI agents even are. What the vocabulary means. How to think about automation.</p>
<p>That felt slow to me at first. But she was right.</p>
<p>In non-tech industries, you can't skip the education phase. People need time to understand the language before they can say yes to the solution.</p>
<p>This is also why workshops work so well for this market. You're not selling software. You're giving people a live experience of what's possible. Once someone sees an AI agent do something in real time that they thought was impossible&#8230; they're sold.</p>
<h2>What to Do If You Are in One of These Industries</h2>
<p>You have more time than the tech crowd, but not unlimited time. The window where you can be the first person in your specific niche doing this is probably 6-18 months wide, depending on your industry.</p>
<p>Start with whatever is closest to revenue for your specific business. If reviews drive clients, start there. If <a href="https://www.asianefficiency.com/likes/crushing-it-book" title="crushing-it-book" class="pretty-link-keyword"rel="">social media</a> drives your pipeline, start there. If proposals are eating your time, start there.</p>
<p>And find someone who can show you what's already working in other industries, then adapt it to yours. You don't need to figure this out from scratch. The playbooks already exist.</p>
<p>The spa industry is behind. Construction is behind. Most of healthcare is behind. But the people in those industries who get moving now won't be behind for long.</p>
<p><em>Interested in AI automation for your business? Thanh runs hands-on AI workshops in Austin and works directly with business owners on implementation. <a href="https://www.asianefficiency.com">Learn more here.</a></em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/case-studies/why-non-tech-industries-have-the-biggest-ai-opportunity-right-now/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What a Digital Chief of Staff Actually Looks Like (And How to Build One)</title>
		<link>https://www.asianefficiency.com/technology/what-a-digital-chief-of-staff-actually-looks-like-and-how-to-build-one/</link>
					<comments>https://www.asianefficiency.com/technology/what-a-digital-chief-of-staff-actually-looks-like-and-how-to-build-one/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Tue, 28 Apr 2026 18:00:39 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23077</guid>

					<description><![CDATA[A digital chief of staff is not one AI tool. It is a set of agents handling meeting prep, follow-ups, and introductions. Here is how to build one.]]></description>
										<content:encoded><![CDATA[<p>A few months back I was on a call with Monica, the executive director of a nonprofit in Austin. She wanted to know how I use AI in my day-to-day.</p>
<p>I pulled up my screen and showed her something I call a dossier.</p>
<p>It was a Google Doc the AI had generated about her before our call — pulled from her LinkedIn, her organization's website, and a timeline of her nonprofit work. Nothing private. Just public context, organized nicely.</p>
<p>She looked at the screen and said, &#8220;Wow, that's so cool.&#8221;</p>
<p>The whole thing took 45 seconds to generate.</p>
<p>That was the meeting prep agent. But it's just one piece of a larger system.</p>
<h2>What &#8220;Digital Chief of Staff&#8221; Actually Means</h2>
<p><a href="https://www.asianefficiency.com/technology/the-moment-i-stopped-using-ai-as-a-chat-tool-and-started-using-it-as-a-teammate/" target="_blank" rel="noopener">When most people hear &#8220;AI assistant,&#8221; they picture a chatbot</a>. Something you type questions into and get answers back.</p>
<p>That's not what I'm talking about.</p>
<p>A digital chief of staff is a set of AI agents — each one handling a specific job that used to eat your time. Meeting prep. Follow-up emails. Introduction drafts. Daily briefings. Task creation from spoken commitments.</p>
<p>You still make every decision. You review everything before it goes out. But the legwork — the research, the drafting, the coordination — that all happens in the background.</p>
<p>Think of it as <a href="https://www.asianefficiency.com/podcasts/610-ai-save-10-hours-week-actual-workflow/" target="_blank" rel="noopener">AI digital employees</a>. Not a single magic tool. A small team, each one trained on one job.</p>
<h2>The Three Jobs That Changed Everything</h2>
<p>Here's the specific setup I use most, and the one I now help clients build.</p>
<p><strong>Job 1: Meeting prep in 45 seconds</strong></p>
<p>Before any first meeting, I get a Google Doc on the person. LinkedIn data, professional history, org context, sometimes a personalized visual. I scan it for 45 seconds before I join the call and I'm up to speed.</p>
<p>Without this, I was either going into calls cold or spending 10-15 minutes manually looking people up beforehand. For someone who has 5-8 meetings a day, that adds up fast.</p>
<p><strong>Job 2: Follow-up emails before I leave the room</strong></p>
<p>The moment a meeting ends, the AI has already drafted the follow-up. It pulls from what was said in the transcript and writes in my voice. I open <a href="https://asianefficiencygo.com/inbox-detox-blog" target="_blank" rel="noopener">my inbox</a>, read the draft, make any edits, and hit send.</p>
<p>I built a daily briefing system for a VC friend that does something similar — normally it would take a human assistant 20 hours a week to research every person he's meeting, find old email context, and summarize the latest news on their companies. Now he gets a prep doc every morning and spends his time on strategy instead of inbox archaeology.</p>
<p><strong>Job 3: Introduction emails that used to take 20 minutes</strong></p>
<p>I make a lot of introductions. I care about them being thoughtful — not lazy &#8220;you should know each other&#8221; emails with no context.</p>
<p>That used to take me 20 minutes per email. I'd look up both people, think about what they have in common, write something personal.</p>
<p>Now I just mention the name. The agent knows both people from my CRM and past transcripts. It drafts the email.<a href="https://go.asianefficiency.com/weekly-review-blueprint/" target="_blank" rel="noopener"> I review it.</a> Done.</p>
<p>20 minutes down to about 90 seconds of review.</p>
<h2>The Concept Behind It: Agent as Teammate</h2>
<p>What makes this work is not the individual tools. It's the mental model.</p>
<p>Most people build AI workflows as one-off automations — &#8220;if this happens, do that.&#8221; That's fine for simple stuff.</p>
<p>But a chief of staff is not a flowchart. It's someone who understands your priorities, remembers context across conversations, and knows when to act versus when to ask.</p>
<p>That's what I'm aiming to replicate. I think of this as building an agent as a teammate — aware of who you're meeting, what you've committed to, what <a href="https://asianefficiencygo.com/calendar-captain-evergreen/" target="_blank" rel="noopener">your calendar</a> looks like, and what tone you use when you write.</p>
<p>The more context the agents have, the better the output. <a href="https://www.asianefficiency.com/habits/the-context-profile-that-makes-your-ai-actually-know-you/" target="_blank" rel="noopener">This is why I keep a master context document</a> — a single file that tells the agents who I am, what I care about, how I communicate, and what my current priorities are. Every agent reads it.</p>
<h2>What People Save When They Set This Up</h2>
<p>The number I hear most often from people who've implemented this: 20 hours a week.</p>
<p>That's specifically the admin work that wraps every meeting — prep research, follow-up writing, intro emails, CRM updates, task logging.</p>
<p>None of that is hard work. It's just work that eats time.</p>
<p>And the interesting thing is, once it's automated, you realize how much of your day used to be spent on stuff that wasn't actually your job. Your job is the thinking, the decisions, the relationships. The prep and the follow-up are infrastructure.</p>
<h2>How to Start Building Yours</h2>
<p>You don't have to build 14 agents at once. I didn't.</p>
<p>I've been using Lindy since early 2025, and my current system is the result of incremental improvements over months. I built one agent. It worked. I built another. Iterated. The system I have now is not something I sat down and architected in a weekend.</p>
<p>A good starting point:</p>
<ol>
<li>Pick one meeting each week where you wished you'd been more prepared going in</li>
<li>Build a prep agent for that meeting type — ask for LinkedIn and org context plus one talking point</li>
<li>Run it for two weeks. See how it feels.</li>
<li>Then tackle follow-ups.</li>
</ol>
<p>One agent at a time. That's how you get to a full system without burning out or building something that falls apart.</p>
<p>The goal is not to automate your personality. It's to handle the grunt work so your actual personality has more room to show up.</p>
<p><em>Want to see a digital chief of staff built live? I run one-day AI workshops where we build your first agents together. <a href="https://www.asianefficiency.com/contact/">Drop me a note</a> if you want details on the next one.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/technology/what-a-digital-chief-of-staff-actually-looks-like-and-how-to-build-one/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>AI Skills Are Now a Job Market Differentiator (Even in Non-Tech Industries)</title>
		<link>https://www.asianefficiency.com/technology/ai-skills-are-now-a-job-market-differentiator-even-in-non-tech-industries/</link>
					<comments>https://www.asianefficiency.com/technology/ai-skills-are-now-a-job-market-differentiator-even-in-non-tech-industries/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Tue, 28 Apr 2026 15:58:33 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23076</guid>

					<description><![CDATA[A college senior at a home builder learned that AI skills moved him to the top of the hiring list. Here is what that means for your career.]]></description>
										<content:encoded><![CDATA[<p>Last December, I was doing a live demo for a college senior named Jacob and his dad.</p>
<p>Jacob had one semester left. He was interning at a home builder in the area. And his dad had specifically reached out to me because of something the company told Jacob: if you can help us with AI implementation, you jump to the top of the candidate list.</p>
<p>Not a software company. Not a startup. A home builder.</p>
<p>That conversation stuck with me because I hear versions of it constantly now. The job market is shifting in real time, and most people are still treating AI as optional.</p>
<p>It's not optional anymore.</p>
<h2>What the Home Builder Story Actually Shows</h2>
<p>Jacob's situation is interesting because it flips the usual narrative. We talk a lot about AI taking jobs. But here's a company in a physical, blue-collar-adjacent industry actively rewarding the employee who can bring AI skills.</p>
<p>Why? Because the home builder had real problems, AI could solve. Proposal tracking. Project status reports. Communication between site teams and office staff. These aren't exotic problems. They're just problems no one had the time to fix.</p>
<p>Jacob's dad made a decision I respect. He didn't want to hire someone to build AI tools for Jacob's employer. He wanted Jacob to learn how to build them himself.</p>
<p>His exact reasoning: &#8220;<a href="https://www.asianefficiency.com/technology/ai-fluency-is-the-new-career-moat-and-how-to-build-it/" target="_blank" rel="noopener">If he learns this, he can be valuable to people.</a>&#8221;</p>
<p>That's the right call. And it's something I've been saying in my workshops for two years.</p>
<h2>The Difference Between Using AI and Building with AI</h2>
<p>There are three levels of how people work with AI. I call them the AI Fluency Levels.</p>
<p>The first level is AI Assisted &#8211; you're having conversations with ChatGPT, getting writing help, maybe using it for research. Good start. Most people are here or haven't started at all.</p>
<p>The second level is AI Workflows &#8211; you've connected tools together. Emails go to a folder, get summarized by AI, and you review a digest. You've automated something.</p>
<p>The third level is Building Agents &#8211; you've created something that runs without you. A system that handles a specific task end-to-end while you focus on something else.</p>
<p>Jacob's employer isn't looking for someone who can chat with GPT-4. They want someone who can get to level two or three. Someone who can look at a 15-page project status report and say: I can build an agent that converts this to a one-page visual every Friday.</p>
<p>That's what creates real value. And that's what moves you to the top of the list.</p>
<h2>I've Seen This Story More Than Once</h2>
<p>Around the same time I was working with Jacob, I was coaching another student. He'd been trying to get hired at a construction company for six months. No luck.</p>
<p>After five weeks of working with me&#8230; about an hour a week&#8230; he built a web app from scratch. He went to the job site, asked the workers what slowed them down, and built a project tracking tool that calculated whether timelines were on schedule.</p>
<p>When he reapplied with the app in hand, management reconsidered him.</p>
<p>Not because he had more experience. Because he showed up with a solution to their actual problem.</p>
<p>That's the shift happening right now.</p>
<h2>Why Most People Miss This Window</h2>
<p>Here's the thing that frustrates me.</p>
<p>If you're on Twitter or LinkedIn, you think everyone is building <a href="https://www.asianefficiency.com/technology/the-ai-gap-is-not-access-it-is-skill-and-the-power-law-is-steep/" target="_blank" rel="noopener">AI agents and the window is closing</a>. But I talk to actual business owners every week. Small companies, service businesses, construction firms, clinics. Most of their staff barely knows how to write a prompt. The average employee is nowhere close to building an agent.</p>
<p>The window is still wide open.</p>
<p>I ran my<a href="https://www.asianefficiency.com/agent-workshop/" target="_blank" rel="noopener"> first AI workshop in Austin</a> in early 2025. Sold out immediately. My second one: five repeat attendees from the first workshop, just trying to stay current. The hunger for practical AI skills is real, and the supply of people who can actually teach it in a hands-on way&#8230; not seminars, not YouTube videos, but real hands-on workshops&#8230; is still tiny.</p>
<h2>What to Actually Do</h2>
<p>If you're early-career or trying to differentiate yourself, here's the simplest frame.</p>
<p>Start with one thing. Not five tools, not an entire automation stack. One problem at work that eats 30 minutes a week. <a href="https://www.asianefficiency.com/podcasts/604-ai-tips-for-everyday-productivity/" target="_blank" rel="noopener">Build something small that solves it</a>. Document before and after.</p>
<p>That single project is now something you can put in front of an employer.</p>
<p>The One Tweak a Week approach works here. Add one more AI capability to your toolkit each week. In three months, you've built 12 small things. Some won't work. Some will. The ones that work become your portfolio.</p>
<p>Jacob's dad was right. Learning to build is different from having it built for you. The skill compounds. Every project teaches you something the next one needs.</p>
<p>Home builders are asking for this. Construction companies are asking for this. Clinics, real estate firms, law offices &#8211; they all have the same problems. And they're all starting to notice who walks in the door with real solutions.</p>
<p>That person doesn't have to be a programmer. They just have to be curious enough to start.</p>
<hr />
<p><em>Thanh Pham runs AI workshops in Austin and works with companies across industries to implement practical AI systems. If you want to learn hands-on AI skills for your career or business, check out the <a href="https://go.asianefficiency.com/productivity-academy/">Productivity Academy</a> or reach out directly.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/technology/ai-skills-are-now-a-job-market-differentiator-even-in-non-tech-industries/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How I Got AI to Turn My Meeting Promises Into To-Do Items Automatically</title>
		<link>https://www.asianefficiency.com/schedule-management/how-i-got-ai-to-turn-my-meeting-promises-into-to-do-items-automatically/</link>
					<comments>https://www.asianefficiency.com/schedule-management/how-i-got-ai-to-turn-my-meeting-promises-into-to-do-items-automatically/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Tue, 28 Apr 2026 12:00:11 +0000</pubDate>
				<category><![CDATA[Schedule Management]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23075</guid>

					<description><![CDATA[My AI notetaker listens to calls and auto-creates Todoist tasks with due dates. Here is exactly how I built it and what it does after every meeting.]]></description>
										<content:encoded><![CDATA[<p>Here's something that probably sounds familiar.</p>
<p>You get off a call. You made two or three promises. You're onto the next thing, and one of those commitments quietly disappears. Not because you're disorganized. Just because you're human.</p>
<p>I used to handle this with sticky notes, a Todoist list I'd update manually after each call. It kind of worked. But I was still the bottleneck.</p>
<p>About four months ago, I built an agent that removed me from that process entirely.</p>
<h2>What the Agent Does</h2>
<p>My AI notetaker handles 9+ tasks after every call. <a href="https://www.asianefficiency.com/schedule-management/how-i-set-it-up-my-meetings/" target="_blank" rel="noopener">The one that changed my day-to-day</a>: it listens for verbal commitments and creates a Todoist task with the right due date automatically.</p>
<p>If I say I'll get you a proposal by Monday on a Wednesday call, I close Zoom, and a task is already in Todoist: Send proposal to [name]. Due: Monday.</p>
<p>The full sequence after each meeting:</p>
<ol>
<li>Meeting gets recorded and transcribed</li>
<li>Summary generated</li>
<li>Action items pulled out, tasks created in Todoist with due dates</li>
<li>CRM updated with notes from the call</li>
<li>Draft follow-up email queued for my review</li>
</ol>
<p>The whole thing runs in the background while I grab coffee.</p>
<h2>Why I Built It This Way</h2>
<p>There's a principle I come back to: automate the stuff that happens every day first. I call this the 80/20 rule for agent building. Daily loops create compounding ROI. Quarterly workflows just don't move the needle the same way.</p>
<p>Meetings happen every day. Admin after meetings happens every day. That's the loop worth building first.</p>
<h2>What Happened With a Client</h2>
<p>A few months back I deployed a version of this for a commercial real estate client. His sales team had the universal sales team problem: great at calls, terrible at CRM admin afterward.</p>
<p>Same agent concept. Calls end, the agent transcribes, CRM updates automatically, action items created, <a href="https://www.asianefficiency.com/productivity/how-to-have-your-follow-up-email-written-before-you-close-your-laptop/" target="_blank" rel="noopener">follow-up emails drafted</a>. What used to be 30 minutes of post-call admin per rep now happens instantly.</p>
<h2>The Email Cleanup Layer</h2>
<p>I also layered in a weekly <a href="https://asianefficiencygo.com/inbox-detox-blog" target="_blank" rel="noopener">inbox cleanup</a> agent. Every Friday at 9am it goes through my inbox and archives emails older than 7 days. But with rules: anything related to LATT3, Padel Society, or fundraising always gets flagged. Promotional stuff just gets cleared out.</p>
<p>Two layers: real-time triage during the week, deep clean on Fridays. My inbox is finally not a source of stress.</p>
<h2>Where to Start</h2>
<p><a href="https://www.asianefficiency.com/systems/how-i-built-an-agent-army-that-saves-239-hours-a-week/" target="_blank" rel="noopener">I have 40+ agents running now.</a> When I show my agent library in workshops, people sometimes feel overwhelmed. But I've been building since early 2025, adding one at a time.</p>
<p>You don't start with 40. You start with one. The thing that happens every day and drains a little energy every time. For most people I talk to, that's the meeting notetaker.</p>
<p>If you want to see the setup, drop a comment or reach out. I run <a href="https://www.asianefficiency.com/ai-workshop/" target="_blank" rel="noopener">workshops in Austin</a> where I walk through this live.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/schedule-management/how-i-got-ai-to-turn-my-meeting-promises-into-to-do-items-automatically/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How I Use AI to Save 10+ Hours Every Week (My Actual Workflow) (TPS610)</title>
		<link>https://www.asianefficiency.com/podcasts/610-ai-save-10-hours-week-actual-workflow/</link>
					<comments>https://www.asianefficiency.com/podcasts/610-ai-save-10-hours-week-actual-workflow/#respond</comments>
		
		<dc:creator><![CDATA[Asian Efficiency Team]]></dc:creator>
		<pubDate>Mon, 27 Apr 2026 11:00:00 +0000</pubDate>
				<category><![CDATA[Podcasts]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23661</guid>

					<description><![CDATA[Discover how to reclaim 10+ hours every week by turning AI into your personal execution system. In this episode, we break down a simple, real-world workflow that uses AI to handle planning, decision-making, and repetitive tasks—without adding more tools or complexity. Learn how to automate context-gathering, research, and follow-ups so you can stop digging through [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Discover how to reclaim 10+ hours every week by turning AI into your personal execution system. In this episode, we break down a simple, real-world workflow that uses AI to handle planning, decision-making, and repetitive tasks—without adding more tools or complexity. Learn how to automate context-gathering, research, and follow-ups so you can stop digging through your inbox and start focusing on the high-value work that actually matters.</p>



<p>Visit <a href="https://www.asianefficiency.com" target="_blank" rel="noopener">www.asianefficiency.com</a> for more productivity tips and tactics.</p>



<p><a href="https://www.masterclass.com/tps" target="_blank" rel="noopener">Masterclass.com/TPS</a> for at least 15% off any annual membership.</p>



<p>Go to <a href="https://www.homeserve.com" target="_blank" rel="noopener">HomeServe.com</a> to find the plan that's right for you. Not available everywhere. Most plans range between $4.99 to $11.99 a month your first year. Terms apply on covered repairs.</p>



<p>Ready to tackle bigger problems? Go to <a href="https://claude.ai/tps" target="_blank" rel="noopener">Claude.ai/tps</a>.</p>



<p><br /><br /></p>



<span id="more-23661"></span>



<h2 class="wp-block-heading">Cheat Sheet</h2>



<ul class="wp-block-list">
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3af.png" alt="🎯" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Top 3 Productivity Resources <span>[1:46]</span></li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a1.png" alt="⚡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> The shift that changes everything: when AI stops advising and starts executing <span>[5:53]</span></li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f5a5.png" alt="🖥" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Why the Mac Mini is sold out everywhere (and what it unlocks for your workflow) <span>[9:32]</span></li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4ca.png" alt="📊" class="wp-smiley" style="height: 1em; max-height: 1em;" /> The uncomfortable test for whether you're actually using AI or just playing with it <span>[14:07]</span></li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cb.png" alt="📋" class="wp-smiley" style="height: 1em; max-height: 1em;" /> The $1 morning briefing that replaces your executive assistant <span>[22:27]</span></li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9e0.png" alt="🧠" class="wp-smiley" style="height: 1em; max-height: 1em;" /> How to stop your AI from reminding you about things you've already handled <span>[28:39]</span></li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f454.png" alt="👔" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Three things a digital chief of staff does that you probably didn't know were possible <span>[37:29]</span></li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f91d.png" alt="🤝" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Thanh's personal rule for what AI can do without checking with him first <span>[46:54]</span></li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f916.png" alt="🤖" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Four AIs coded and argued for five straight days while Thanh watched a paddle tournament <span>[50:36]</span></li>
</ul>



<h2 class="wp-block-heading">Links</h2>



<ul class="wp-block-list">
<li><a href="https://www.masterclass.com/tps" target="_blank" rel="noopener">MasterClass</a></li>



<li><a href="https://www.homeserve.com" target="_blank" rel="noopener">HomeServe</a></li>



<li><a href="https://claude.ai/tps" target="_blank" rel="noopener">Claude</a></li>



<li><a href="https://25xcoaching.com" target="_blank" rel="noopener">25X Productivity Coaching</a></li>



<li><a href="https://www.lindy.ai" target="_blank" rel="noopener">Lindy</a></li>



<li><a href="https://www.perplexity.ai" target="_blank" rel="noopener">Perplexity Computer</a></li>



<li><a href="https://wisprflow.ai/r/THANH11" target="_blank" rel="noreferrer noopener">Wispr Flow</a></li>



<li><a href="https://www.asianefficiency.com/podcasts/600-whats-possible-with-ai-2026/#">What’s Possible with AI in 2026: From Flashy Demos to Quiet Leverage (TPS600)</a></li>



<li><a href="https://obsidian.md" target="_blank" rel="noopener">Obsidian</a></li>



<li><a href="https://search.brave.com" target="_blank" rel="noopener">Brave Search</a></li>



<li><a href="https://otter.ai" target="_blank" rel="noopener">Otter</a></li>



<li><a href="https://www.granola.ai" target="_blank" rel="noopener">Granola</a></li>



<li><a href="https://www.apple.com/mac-studio/" target="_blank" rel="noopener">Mac Studio</a></li>



<li><a href="https://hermesagent.agency" target="_blank" rel="noopener">Hermes Agent</a></li>



<li><a href="https://openai.com/codex/" target="_blank" rel="noopener">OpenAI Codex</a></li>



<li><a href="https://github.com/QwenLM/Qwen" target="_blank" rel="noopener">Qwen 3.5</a></li>
</ul>


	<p>If you enjoyed this episode, <strong>follow the podcast on <a href="https://podcasts.apple.com/us/podcast/the-productivity-show/id955075042" target="_blank" rel="noreferrer noopener">Apple Podcasts</a>, <a href="https://open.spotify.com/show/6idQBTQNbAQEKSDJHV5OjX?si=hjMZHJXbQuanyh-HDrSupg" target="_blank" rel="noreferrer noopener">Spotify</a>, <a href="https://www.stitcher.com/podcast/asian-efficiency">Stitcher</a>, <a href="https://overcast.fm/p253645-XOswX3" target="_blank" rel="noreferrer noopener">Overcast</a>, <a href="https://pca.st/productivityshow" target="_blank" rel="noreferrer noopener">Pocket Casts</a></strong> or your favorite podcast player.<b> </b>It’s easy, you’ll get new episodes automatically, and it also helps the show. You can also leave a review!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/podcasts/610-ai-save-10-hours-week-actual-workflow/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
				<enclosure url="https://dts.podtrac.com/redirect.mp3/mgln.ai/e/275/prfx.byspotify.com/e/pscrb.fm/rss/p/clrtpod.com/m/traffic.libsyn.com/productivityshow/610_AI_Save_Hours.mp3" length="57010648" type="audio/mpeg" />

				<itunes:author>Asian Efficiency</itunes:author>
		<itunes:episode>600</itunes:episode>
		<podcast:episode>600</podcast:episode>
		<itunes:title>What’s Possible with AI in 2026: From Flashy Demos to Quiet Leverage</itunes:title>
		<itunes:episodeType>full</itunes:episodeType>
		<itunes:duration>58:52</itunes:duration>
	</item>
		<item>
		<title>Why Most AI Training Doesn&#8217;t Stick (And What Actually Works)</title>
		<link>https://www.asianefficiency.com/technology/why-most-ai-training-doesnt-stick-and-what-actually-works/</link>
					<comments>https://www.asianefficiency.com/technology/why-most-ai-training-doesnt-stick-and-what-actually-works/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Sat, 25 Apr 2026 15:00:22 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23074</guid>

					<description><![CDATA[Most AI training leaves you inspired for a day but changes nothing. Here is why hands-on workshops beat online courses for actually learning AI tools — and what good teaching really looks like.]]></description>
										<content:encoded><![CDATA[<p>Last December, I had a call with Monica, the executive director of a nonprofit called CC4C. She asked me a question I get a lot:</p>
<p>&#8220;Do the people who attend your workshops actually walk away knowing how to use AI? Or do they just feel inspired for a day?&#8221;</p>
<p>Fair question. Because most AI training does exactly that — leaves you inspired for a few hours, then back to square one by Monday.</p>
<p>Before I answered, I did something. I pulled up a Google Doc my AI agent had auto-generated before our call. It had Monica's full professional timeline, her LinkedIn data, the CC4C nonprofit's background, and a personalized image of the organization.</p>
<p>She didn't know I'd built it before we spoke.</p>
<p>Her reaction: &#8220;Wow, that's so cool.&#8221;</p>
<p>And then I said: &#8220;That's what you'll be able to build yourself by the end of the day.&#8221;</p>
<p>That's the whole philosophy behind my workshops.</p>
<h2>The Problem With Most AI Training</h2>
<p>Most AI education is passive. You watch a demo. You nod along. You think, &#8220;that looks useful.&#8221; You go home.</p>
<p>And you do nothing differently.</p>
<p>This isn't because the content is bad. It's because of the format. Watching is not the same as doing. You can watch a thousand hours of cooking videos and still not know how to cook.</p>
<p>I tried online courses for a while. Recorded videos, structured modules. The problem: <a href="https://shop.asianefficiency.com/finishers-fastlane-elite-6p-checkout/" target="_blank" rel="noopener">people don't finish them</a>, and even when they do, transfer is low. They can describe what they learned but can't reproduce it on their own.</p>
<p>The format that actually works is what I call the &#8220;let's do this together&#8221; model.</p>
<p>I demo it. You try it. You hit a wall. I'm right there to fix it with you, live.</p>
<h2>What Hands-On Teaching Looks Like</h2>
<p>I had a friend named Jacob come through a hands-on session earlier this year. <a href="https://www.asianefficiency.com/productivity/i-dont-know-how-to-code-ive-built-dozens-of-apps-anyway/" target="_blank" rel="noopener">Zero coding experience</a>. Six weeks later he'd gone from zero to intermediate — setting up Docker, using Claude Code, shipping a production app for construction superintendents.</p>
<p>He told me directly: watching hundreds of YouTube tutorials didn't come close to one session with real feedback. His rate of learning was different. Faster. More durable.</p>
<p>That's not surprising. In the AI Fluency Levels framework I use in my workshops, there are three stages: AI Assisted, AI Workflows, and Building Agents. Most people try to skip straight to agents without mastering the basics. You can't really teach stage three without someone watching you do stage one wrong first.</p>
<p>Catching the mistake live is worth more than a hundred explainer videos.</p>
<h2>The 14-Minute Manufacturer Story</h2>
<p>Here's a concrete example of what this looks like in practice.</p>
<p>I was working with Gwyneth, a jewelry designer who wanted to transition from fine jewelry to semi-fine. She needed a manufacturer who could do it — but not in China, in a specific geographic area. She'd been searching for two weeks. Getting nowhere.</p>
<p>I showed her how to do it in 14 minutes using AI research workflows. The right combination of prompting, search tools, and structured output.</p>
<p>&#8220;Little things like that,&#8221; I told Monica, &#8220;that you can just learn and discover that would make your life day to day a lot easier.&#8221;</p>
<p>That story wouldn't land in a YouTube video the same way it lands when someone watches you do it in real time. In a live setting, Gwyneth gets to watch the exact prompt, see the output, ask questions, and then try it herself. The learning sticks because she did it, not just watched it.</p>
<h2>Every Meeting Can Become a Learning Moment</h2>
<p>One of the side effects of running a lot of workshops: I've gotten very good at capturing what happens in them.</p>
<p>I use a transcript-first approach. Every meeting, every coaching call, every workshop session gets captured and stored. And then something interesting happens — AI can turn those transcripts into <a href="https://www.asianefficiency.com/likes/crushing-it-book" title="crushing-it-book" class="pretty-link-keyword"rel="">marketing</a> assets, case studies, teaching examples, even blog posts like this one.</p>
<p>This is what I call <a href="https://www.asianefficiency.com/technology/why-your-ai-content-sounds-like-everyone-elses-and-how-to-fix-it/" target="_blank" rel="noopener">the story bank concept</a>. Every meeting you have is a potential source of real content. A donor impact story from a nonprofit team meeting. A time-savings win from a one-on-one coaching call. A &#8220;wow, that's so cool&#8221; moment from a discovery call.</p>
<p>Most people let those moments evaporate. With the right setup, they become a searchable library of real proof points your AI can draw from whenever you're creating content.</p>
<p>Generic AI content uses fabricated stories. Your content can use real ones.</p>
<h2>The Difference Between Inspired and Changed</h2>
<p>I ended that call with Monica by asking what kind of training her team actually needed.</p>
<p>She said she didn't want them to just understand AI. She wanted them to use it.</p>
<p>That's the dividing line. Seminars create understanding. Workshops create skill.</p>
<p>Understanding fades. Skills don't.</p>
<p>Laurina, who attended a workshop in Virginia Beach, said it best — she was reaching for paper to take notes when she stopped and laughed: &#8220;You probably have an agent taking notes right now, don't you?&#8221;</p>
<p>Yes. The whole conversation was being automatically transcribed and organized. She left not just knowing that was possible, but knowing how to set up the same thing herself.</p>
<p>That's the format. That's the goal. Not &#8220;wow, that's cool.&#8221; But &#8220;I can do that now.&#8221;</p>
<hr />
<p><strong>Want to actually use AI, not just learn about it?</strong> My next full-day workshop in Austin is coming up. Nine to five, hands-on, personalized by your industry. Reply to this post or reach out directly if you're interested.</p>
<p><em>Thanh runs <a href="https://www.asianefficiency.com/ai-workshop/" target="_blank" rel="noopener">AI workshops</a> for founders, investors, and business owners in Austin and remotely. 88 NPS in 2025.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/technology/why-most-ai-training-doesnt-stick-and-what-actually-works/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The AI Agent That Closes Deals While You&#8217;re Still on the Call</title>
		<link>https://www.asianefficiency.com/productivity/the-ai-agent-that-closes-deals-while-youre-still-on-the-call/</link>
					<comments>https://www.asianefficiency.com/productivity/the-ai-agent-that-closes-deals-while-youre-still-on-the-call/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Fri, 24 Apr 2026 21:00:06 +0000</pubDate>
				<category><![CDATA[Productivity]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23072</guid>

					<description><![CDATA[How a 5-minute auto-generated meeting summary infographic won Thanh a consulting contract -- and the simple agent stack behind it.]]></description>
										<content:encoded><![CDATA[<p>Five minutes after a sales call with a real estate company, I sent them an email.</p>
<p>Inside the email was a graphic. It laid out everything we had talked about in the meeting, visually summarized, with the key points organized so anyone on their team could scan it in 30 seconds. No bullet-point wall of text. An actual graphic.</p>
<p>They hired me to do their AI strategy the same day.</p>
<p>I want to be clear about something: I was not trying to be impressive. I was not pulling some sales trick. <a href="https://www.asianefficiency.com/email-management/how-my-email-inbox-agent-saved-18-hours-in-one-week-and-im-not-a-developer/" target="_blank" rel="noopener">That email was automated</a>. My meeting notetaker agent had already joined the call, listened to everything, generated the summary image, and drafted the follow-up before I even stood up from my desk.</p>
<p>I reviewed it. Hit send.</p>
<p>That was it.</p>
<h2>Why the Follow-Up is the Most Underrated Part of Sales</h2>
<p>There is a thing I tell people in my workshops: the faster your follow-up, the more business you close. It sounds obvious. And yet most people send follow-up emails hours later, or the next day, or sometimes not at all.</p>
<p>AI does not procrastinate.</p>
<p>I built a workflow where <a href="https://www.asianefficiency.com/technology/the-ai-agent-that-reads-all-your-meetings-and-finds-what-you-missed/" target="_blank" rel="noopener">my notetaker agent joins every Zoom</a> or in-person call I take. When the meeting ends, it:</p>
<ol>
<li>Transcribes everything</li>
<li>Pulls out key decisions, action items, and next steps</li>
<li>Generates a visual meeting summary (an infographic-style graphic)</li>
<li>Drafts a follow-up email in my voice, referencing specific things from the conversation</li>
</ol>
<p>Within minutes, the draft is in my inbox. I review it, make any tweaks, and send.</p>
<p>The whole thing takes me about two minutes.</p>
<p>And the people on the other side of that email? They are blown away. Not because I am special. Because almost nobody does this. You send a personalized follow-up with a polished visual summary within five minutes of hanging up, and you stand out from literally everyone else they talked to that week.</p>
<h2>The Super Agent Behind the Scenes</h2>
<p>Here is what I actually built, and why it matters for anyone thinking about AI tools.</p>
<p>I have what I call a super agent. It is a Lindy workflow that connects three things ChatGPT cannot connect on its own: my email, my calendar, and my Google Drive.</p>
<p>When I need a project update on a key client relationship, I ask this agent to catch me up. It searches the last 30 days of email with that person, cross-references calendar events, matches the two together, and creates a Google Doc with a full status summary. Then it links that doc to my upcoming calendar event with them so I have it ready before the meeting starts.</p>
<p>Three steps. One request. Done.</p>
<p>I showed this live in my Two Hour Workday course and the reaction was basically: &#8220;Wait, that is it?&#8221;</p>
<p>Yeah. That is it. The power is not in complexity. It is in connecting things that most people still do manually, or do not do at all.</p>
<h2>The 42-Cent Agent (My Favorite Example)</h2>
<p>I want to give you a smaller example too, because I think people get overwhelmed when they hear &#8220;AI agents.&#8221;</p>
<p>I have been car-free in Austin for over 11 years. I use Uber for almost everything. And I constantly forget to add addresses to <a href="https://asianefficiencygo.com/calendar-captain-evergreen/" target="_blank" rel="noopener">my calendar events</a>, which means when I am about to leave I am scrambling to look up where I am going.</p>
<p>So I built a tiny agent. It wakes up every Monday, Wednesday, and Friday at 8am. It scans my calendar for the next five days. Any event that looks like it involves a physical location but is missing an address, it Googles the address and adds it to the calendar event.</p>
<p>Cost: 42 cents a week.</p>
<p>That is what I mean by start small. I am not saving 20 hours a week with this one. But it removes a small, consistent friction that was annoying me every single week. And it runs whether I think about it or not.</p>
<p>This is the framework I use when thinking about what to build: the 80-20 rule applied to automation. Do not build the big impressive agent first. Build the one that handles a thing you do or deal with every day. Those are the ones that compound.</p>
<h2>Where Most People Get Stuck</h2>
<p>The question I hear most often in my workshops is not &#8220;how do I build this?&#8221; It is &#8220;what should I build first?&#8221;</p>
<p>And the answer is almost always the same: what is the thing that happens every day or every week that you wish just happened on its own?</p>
<p>For a lot of people, that is meeting follow-ups. Or email triage. Or preparing for the next day calls.</p>
<p>Start there. Build something small that works reliably. Use it. See what it saves you.</p>
<p>Then expand.</p>
<p>That is the whole philosophy behind start small, iterate. Life gets better one agent at a time. You do not need a 20-agent system on day one. You need one agent that you actually use and trust. That trust builds. And then you add the next one.</p>
<p>The meeting summary infographic that closed a real estate deal? That started as a simple notetaker experiment. I did not know it would win me business. I just wanted to stop spending 30 minutes writing follow-up emails after every call.</p>
<p>The side effect was getting hired on the spot.</p>
<h2>Try This This Week</h2>
<p>If you want to start somewhere:</p>
<ol>
<li>Look at the last 5 meetings you had. How many got a same-day follow-up? How many got a follow-up that included a summary the other person could share?</li>
<li>If the answer is &#8220;not many&#8221; &#8212; that is your first agent to build.</li>
<li>Tools like Lindy can connect your notetaker to your email and have drafts ready within minutes of a call ending. Start with that workflow.</li>
</ol>
<p>One agent. Daily use. See what happens.</p>
<p><em>Thanh runs <a href="https://www.asianefficiency.com/ai-workshop/" target="_blank" rel="noopener">AI workshops</a> and consulting for entrepreneurs and executives. If you want to see these workflows live, check out the next workshop or reach out directly.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/productivity/the-ai-agent-that-closes-deals-while-youre-still-on-the-call/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Why Your Junior Staff Might Be Your Best AI Adopters (And What That Tells You)</title>
		<link>https://www.asianefficiency.com/case-studies/why-your-junior-staff-might-be-your-best-ai-adopters-and-what-that-tells-you/</link>
					<comments>https://www.asianefficiency.com/case-studies/why-your-junior-staff-might-be-your-best-ai-adopters-and-what-that-tells-you/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Fri, 24 Apr 2026 18:00:56 +0000</pubDate>
				<category><![CDATA[Case Studies]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23071</guid>

					<description><![CDATA[A CPA client's insight flipped my thinking on AI adoption. The least experienced people on your team might absorb AI tools fastest. Here's why.]]></description>
										<content:encoded><![CDATA[<p>A few months back, <a href="https://www.asianefficiency.com/outsourcing/when-your-ai-actually-works-it-feels-like-the-wifi-is-broken/" target="_blank" rel="noopener">I was on a check-in call with a CPA client of mine</a>. She'd been using an AI inbox manager for a few weeks and we were walking through what was working and what wasn't.</p>
<p>Midway through the call, she said something that's stuck with me.</p>
<p>&#8220;I think I need people who are NOT seasoned. Because they don't come in with those preconceived notions.&#8221;</p>
<p>She wasn't complaining. She was having a genuine insight in real time.</p>
<p>Her senior bookkeepers&#8230; the ones with 10 or 15 years under their belts&#8230; kept dragging their feet with the AI tools. Not openly hostile, just passive. &#8220;I like checking it myself.&#8221; &#8220;What if it misses something?&#8221; They'd give it a try, notice one small thing it got wrong, and use that as proof it wasn't ready.</p>
<p>Her junior staff? Two days. Done. Using it, trusting it, moving on.</p>
<h2>The problem with expertise</h2>
<p>Here's what I think is happening.</p>
<p>When you get really good at something, you build systems inside your head. Not formal systems. Just&#8230; the way you do things. The order you check stuff in. The mental shortcuts you've developed. The feel for when something's off.</p>
<p>That's valuable. My client's senior bookkeeper caught a $65K error last tax season that three other team members had missed. The client's tax bill had been calculated at $90,000. Should have been $25,000. The preparer missed it. The reviewer missed it. A second reviewer missed it. She caught it in about 30 seconds because she knew the client well enough to know the number was wrong.</p>
<p>That's expertise. Real expertise. Hard to replicate.</p>
<p>But the same pattern that makes expertise powerful also makes it resistant. When AI enters the picture, it doesn't just change the tools. It changes <em>where the skill lives.</em> And that feels threatening to someone who's spent years building competence in a specific way.</p>
<p>The junior person? They haven't built that identity yet. The new tool isn't replacing anything. It's just&#8230; how they learn to do the job.</p>
<h2>What this actually means for hiring and onboarding</h2>
<p>I'm not saying you should replace experienced staff with fresh graduates and call it an AI strategy. That's a terrible idea.</p>
<p>But I do think the client's insight points to something real: the way you <a href="https://www.asianefficiency.com/podcasts/609w-ai-massive-everyday-productivity-gains/" target="_blank" rel="noopener">onboard people into AI tools</a> matters a lot, and it probably needs to be different for different team members.</p>
<p>For newer staff, get out of the way. Give them the tool, a basic orientation, and let them explore. They'll figure out where it helps fastest.</p>
<p>For experienced staff, you have to do the opposite. You have to explicitly honor what they already know. The framing isn't &#8220;here's a tool that will make your job easier.&#8221; It's &#8220;you have expertise this tool doesn't have. Here's how we use the tool for the repetitive stuff so your expertise has more space to do what only you can do.&#8221;</p>
<p>That framing matters. Because it's also true.</p>
<h2>Before you automate: map it first</h2>
<p>One thing I always tell my consulting clients is that AI adoption problems are usually workflow problems in disguise.</p>
<p>Before we build any agents or set up any automations, I want to do a process mapping session first. Literally get a visual of every step someone takes in their workflow. What happens when an <a href="https://asianefficiencygo.com/optimize-outlook-evergreen/" target="_blank" rel="noopener">email comes in</a>? Who touches it? What decision gets made? Where does it go next?</p>
<p>Once you can see the whole workflow on a whiteboard or a screen, it becomes obvious where automation helps and where human judgment is non-negotiable. And that map is also the tool you use to show your experienced team: &#8220;Here are the parts we're automating. Here's the part where you're still the expert.&#8221;</p>
<p>That conversation goes much better when people can see it.</p>
<h2>The real question isn't &#8220;will they adopt AI&#8221;</h2>
<p>It's &#8220;what are they afraid of losing?&#8221;</p>
<p>A front desk person who's built a career on being the hub of information at a clinic&#8230; she's afraid AI makes her redundant. A bookkeeper who's proud of never missing an error&#8230; she's afraid AI gets the credit for the work she's been doing for 15 years.</p>
<p>Those fears are reasonable. They need to be addressed directly, not assumed away.</p>
<p>The clients I've seen do this well are the ones who bring their team into the process early. Not to teach them how to use the tool. To ask them: what are the parts of this job you hate? What takes the most time but adds the least satisfaction? Let's start there.</p>
<p>When you automate the stuff they hate, it stops feeling like a threat. It starts feeling like a gift.</p>
<h2>One thing to try</h2>
<p>If you're rolling out AI tools at your company and hitting resistance, try this before anything else.</p>
<p>Talk to the resistors one on one. Not about the tool. About their job. Ask them what parts of their week feel like a waste of their skill. Ask what they'd do with that time if the repetitive stuff disappeared.</p>
<p>You'll probably find out the problem isn't the tool at all.</p>
<p>And you'll learn something useful about your own workflow in the process.</p>
<p><em>Thanh Pham runs AI workshops for business teams and consults on automation strategy. If you want help mapping your team's workflows before rolling out AI tools, <a href="https://go.asianefficiency.com/productivity-academy/">the workshop is a good place to start</a>.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/case-studies/why-your-junior-staff-might-be-your-best-ai-adopters-and-what-that-tells-you/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How My Email Inbox Agent Saved 18 Hours in One Week (And I&#8217;m Not a Developer)</title>
		<link>https://www.asianefficiency.com/email-management/how-my-email-inbox-agent-saved-18-hours-in-one-week-and-im-not-a-developer/</link>
					<comments>https://www.asianefficiency.com/email-management/how-my-email-inbox-agent-saved-18-hours-in-one-week-and-im-not-a-developer/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Fri, 24 Apr 2026 15:00:36 +0000</pubDate>
				<category><![CDATA[Email Management]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23070</guid>

					<description><![CDATA[Thanh Pham shares how a simple AI email inbox agent saved him 18 hours in a single week — and how non-technical people can build the same thing.]]></description>
										<content:encoded><![CDATA[<p>Back in August, I ran a report from Lindy to see how much time my AI agents had saved me that week.</p>
<p>73 hours. Across over 1,000 tasks.</p>
<p>The number that surprised me most wasn't the total. It was the breakdown. One single agent — <a href="https://www.asianefficiency.com/email-management/the-ai-email-agent-that-processes-my-inbox-for-4-cents-per-email/" target="_blank" rel="noopener">my email inbox manager</a> — had done 198 tasks and saved me almost 18 hours in that one week.</p>
<p>Just email. Nothing fancy.</p>
<p>I share that screenshot in workshops now. People stare at it for a second and then ask: &#8220;What kind of complicated system did you build for that?&#8221;</p>
<p>And I have to tell them&#8230; it was just the inbox.</p>
<h2>Why Email Is the Right Place to Start</h2>
<p>Most people I talk to want their first AI agent to be impressive. Something that monitors multiple data sources, synthesizes information, and outputs strategic recommendations. Something they can show people at a conference.</p>
<p>But the 80-20 of agent building says: start with frequency, not sophistication.</p>
<p>What you do every single day is worth more to automate than something you do once a quarter. <a href="https://asianefficiencygo.com/optimize-outlook-evergreen/" target="_blank" rel="noopener">Email</a> is the thing most knowledge workers touch the most, groan about the most, and almost never think to automate.</p>
<p>I've spent a lot of time teaching this stuff, and the pattern is consistent. People skip email because it feels too basic. And then they wonder why their fancy automation isn't saving them much time.</p>
<h2>What the Email Agent Actually Does</h2>
<p>Here's what mine handles:</p>
<ol>
<li>Reads every new email as it arrives</li>
<li>Categorizes it: needs action, FYI only, can delete, needs follow-up later</li>
<li>Drafts a reply in my voice if a response is needed</li>
<li>Flags anything that actually requires my judgment</li>
</ol>
<p>What I do: open the review queue, check the drafts, edit if needed, click send. Maybe 20 minutes total. For a day of email.</p>
<p>The first time I taught this in a workshop, someone raised her hand and said: &#8220;But isn't it scary to have AI handling your email?&#8221;</p>
<p>I get that reaction. A lot of people are worried the agent will send something on their behalf without them approving it. Mine never does that. It drafts. I review. <a href="https://www.asianefficiency.com/technology/the-difference-between-ai-working-with-you-and-ai-working-for-you/" target="_blank" rel="noopener">That's the human-in-the-loop setup</a> I always recommend for anything that goes out with your name on it.</p>
<p>Once you trust the drafts — once you see they actually sound like you — that's when you start moving faster.</p>
<h2>The Telegram Piece Nobody Expects</h2>
<p>Here's the part that surprised even me.</p>
<p>I interface with my email agent through Telegram. It's just a messaging app I already used, so adding this layer felt natural.</p>
<p>Walking to a meeting, I'll dictate: &#8220;Draft an email to Evan introducing Lauren Goldstein as a potential guest for the members club. She'd be a great fit.&#8221; Thirty seconds later there's a draft in my inbox. Ready to review.</p>
<p>I didn't sit down. Didn't open my laptop. Just talked.</p>
<p>Combine that with Whisperflow — which uses AI to understand intent, not just transcribe words literally — and dictating emails while walking between things became genuinely faster than typing at a desk.</p>
<p>That's the shift I didn't fully expect. It's not just that email takes less time. It's that email gets handled at times of day when it previously couldn't happen at all.</p>
<h2>You Don't Have to Be Technical</h2>
<p>This one I want to say clearly.</p>
<p><a href="https://www.asianefficiency.com/productivity/i-dont-know-how-to-code-ive-built-dozens-of-apps-anyway/" target="_blank" rel="noopener">I am not a developer. I can't write code.</a> A year ago I had no idea how to build any kind of automated workflow.</p>
<p>The barrier has dropped that fast.</p>
<p>Lindy, the tool I use for most of this, has a visual interface and a chat editor. You describe what you want in plain language and it builds the workflow. The most common fear I hear from workshop participants — &#8220;I'm not technical enough for this&#8221; — disappears pretty quickly once they're actually in the tool.</p>
<p>I've watched accountants, salon owners, and real estate agents build working agents in a single afternoon. None of them had a technical background.</p>
<p>What it does take is willingness to start small. Most people want to build everything at once. The agents that actually get used are the ones that do one thing reliably.</p>
<p>Email is that one thing for a lot of people.</p>
<h2>The Progression</h2>
<p>If you want to get here, the path is pretty simple.</p>
<p>Start with AI-assisted work: use ChatGPT or Claude to help you draft individual emails. Just that. Get comfortable with what good outputs look like in your voice.</p>
<p>Then build a simple workflow: something that drafts replies to a specific category of email automatically. Maybe just client inquiries. Or meeting requests. Pick one.</p>
<p>Once that's running and you trust it, expand.</p>
<p>This is what I call the <a href="https://www.asianefficiency.com/technology/ai-fluency-is-the-new-career-moat-and-how-to-build-it/" target="_blank" rel="noopener">AI fluency progression</a>. Assisted, then automated, then agents. You build trust at each level before moving to the next. Skipping to agents without the earlier stages usually means the first thing you build doesn't get used because you don't trust it yet.</p>
<p>The 18 hours didn't happen overnight. They built up over a few months of incremental improvements.</p>
<p>But at some point you add up the weekly numbers and the total is 73 hours in a week, and you go back and look at which agent is doing the heavy lifting.</p>
<p>Almost always, it's email.</p>
<h2>Try This Week</h2>
<p>Pick the email category you spend the most time on. For most people that's client questions, scheduling requests, or follow-ups after calls.</p>
<p>Spend 30 minutes building one draft agent for just that category.</p>
<p>Don't try to make it perfect. Just see if it drafts something you'd actually send with a small edit.</p>
<p>That's the whole experiment. And if it works, that one agent will save you more time than anything else you build for a while.</p>
<p><em>Want to learn how to build this for yourself? The <a href="https://go.asianefficiency.com/productivity-academy/" target="_blank" rel="noopener">Productivity Academy</a> has workshops on AI agent building, including the exact setup I use for the email inbox manager.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/email-management/how-my-email-inbox-agent-saved-18-hours-in-one-week-and-im-not-a-developer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>When Your AI Actually Works, It Feels Like the Wifi Is Broken</title>
		<link>https://www.asianefficiency.com/outsourcing/when-your-ai-actually-works-it-feels-like-the-wifi-is-broken/</link>
					<comments>https://www.asianefficiency.com/outsourcing/when-your-ai-actually-works-it-feels-like-the-wifi-is-broken/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Fri, 24 Apr 2026 12:00:47 +0000</pubDate>
				<category><![CDATA[Outsourcing]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23069</guid>

					<description><![CDATA[A CPA got an AI inbox manager. First week: 'It feels like the wifi is broken.' Then she had 3 hours of uninterrupted deep work. Then she built her own AI tool.]]></description>
										<content:encoded><![CDATA[<p>Amanda is a CPA in Austin. She’s been running her own practice for years. And last October, she texted me after her first week with an <a href="https://www.asianefficiency.com/email-management/the-ai-email-agent-that-processes-my-inbox-for-4-cents-per-email/" target="_blank" rel="noopener">AI inbox manager</a> I’d set up for her through Lindy.</p>
<p>“It still feels weird. Like the wifi is broken or something.”</p>
<p>She meant it as a compliment. I think.</p>
<h2>What “Wifi Is Broken” Actually Means</h2>
<p>Before the agent, Amanda’s inbox was running in the background of everything. Not just open in a tab. Actually running. The mental check-ins between client files. The “let me just see if anything came in” that breaks a 45-minute focus block into two 20-minute ones.</p>
<p>Tax season is brutal for CPAs. The work itself isn’t the problem. It’s that the work happens inside a <a href="https://www.asianefficiency.com/productivity/how-to-have-your-follow-up-email-written-before-you-close-your-laptop/" target="_blank" rel="noopener">constant buzz of emails</a>, CPE requirements, team coordination, and client questions that feel urgent but usually aren’t.</p>
<p>The Lindy agent I built for her does a few things. It auto-categorizes CPE emails and adds the trainings <a href="https://asianefficiencygo.com/calendar-captain-evergreen/" target="_blank" rel="noopener">to her calendar</a>. It forwards team-related emails to the right people. It handles inbox routing for the stuff that can be handled without her.</p>
<p>First week, she did three hours of uninterrupted deep work on tax returns.</p>
<p>Three hours. During tax season.</p>
<p>That “wifi is broken” feeling? That’s the inbox being silent for the first time in years. Not because nothing came in. Because the agent handled it.</p>
<h2>The Part I Didn’t Expect</h2>
<p>A few weeks later, Amanda called me. She wanted to tell me something.</p>
<p>She’d started building her own thing.</p>
<p>A custom GPT that could read a tax return and flag checklist errors before they hit her desk. She’d spent about 90 minutes iterating with ChatGPT. Got a working version, even if it wasn’t perfect yet.</p>
<p>“I actually tried to build a custom GPT that could read a tax return and analyze it for certain points,” she told me. “It asked me to drop the return in there, redacted, and I was working on building it. I was able to do that because Lindy is saving me time. I actually have more time to iterate with GPT.”</p>
<p><a href="https://www.asianefficiency.com/productivity/i-dont-know-how-to-code-ive-built-dozens-of-apps-anyway/" target="_blank" rel="noopener">She built a second AI tool</a>. On her own. Without me.</p>
<p>That’s not something I planned for when we started. It’s what happens when the first automation actually works.</p>
<h2>The Compounding Effect Nobody Talks About</h2>
<p>Most people think about AI automation as a time savings calculation. If this takes me 30 minutes every day and the agent can do it, I get 30 minutes back. That math is real.</p>
<p>But there’s a second effect that’s harder to quantify: when you get your attention back, you start seeing differently.</p>
<p>Amanda wasn’t just saving time. She was getting back the mental bandwidth to ask “what else is possible?” And she had enough slack in her day to actually experiment.</p>
<p>This is what I mean when I say start small and build from there. The email automation wasn’t the end goal. It was the foundation that made the next thing possible.</p>
<h2>How to Actually Build This</h2>
<p>Here’s a technique I use with clients that almost nobody talks about.</p>
<p>If you want to build an <a href="https://www.asianefficiency.com/technology/the-moment-i-stopped-using-ai-as-a-chat-tool-and-started-using-it-as-a-teammate/" target="_blank" rel="noopener">AI agent that replicates your own expertise</a> — like Amanda’s tax review GPT — screen record yourself doing the work.</p>
<p>Not just capturing the screen. Narrating out loud. Talk through exactly what you’re looking at, what you’re noticing, what flags you’re catching and why.</p>
<p>Do it two or three times on different cases.</p>
<p>Then give the recordings and the transcripts to ChatGPT. Tell it: based on how I think through this work, help me codify this into a system. A checklist. A custom GPT. A review process.</p>
<p>Your own narration becomes training data. The AI learns your judgment from watching you work, not from a prompt you wrote trying to explain it.</p>
<p>This works for tax reviews. It works for sales calls. It works for any expertise that’s hard to put into words because you’ve been doing it so long it’s automatic.</p>
<h2>What the $65K Error Taught Her About AI and Human Judgment</h2>
<p>One more thing Amanda told me, and it stuck with me.</p>
<p>A client came in saying they owed $90,000 in taxes. Should have been around $25,000. Before she even pulled up the return, she knew something was wrong. Her gut immediately went to three possible places it could be.</p>
<p>She was right. A bookkeeping error that had passed through three different team members. Nobody caught it.</p>
<p>AI can handle the repetitive, rules-based work. The sorting, the routing, the formatting. But that pattern recognition she has after years of seeing thousands of returns? That’s not automatable yet. And it’s worth protecting.</p>
<p>That’s the right framing for AI in a professional services business. Not: AI replaces the expertise. It: AI clears the path so the expertise can actually be used.</p>
<p>When Amanda isn’t sorting CPE emails, she’s catching $65,000 errors.</p>
<p>That’s the trade worth making.</p>
<p><em>Curious what it looks like to set up an AI inbox manager for your own practice? I run one-day workshops where we build these systems live. Or reach out directly if you’d like to explore a custom setup.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/outsourcing/when-your-ai-actually-works-it-feels-like-the-wifi-is-broken/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Cross-Platform and Offline Support Aren&#8217;t Features Anymore — They&#8217;re the Minimum</title>
		<link>https://www.asianefficiency.com/productivity/cross-platform-and-offline-support-arent-features-anymore-theyre-the-minimum/</link>
					<comments>https://www.asianefficiency.com/productivity/cross-platform-and-offline-support-arent-features-anymore-theyre-the-minimum/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Thu, 23 Apr 2026 21:00:03 +0000</pubDate>
				<category><![CDATA[Productivity]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23068</guid>

					<description><![CDATA[If your productivity app doesn't work offline and across all your devices, it's not a productivity tool. Here's what to check before you commit.]]></description>
										<content:encoded><![CDATA[<p>There's a version of me from about four years ago who would have gotten excited seeing &#8220;offline mode&#8221; listed in a product's features.</p>
<p>Now? If offline mode is listed as a feature, that's actually a yellow flag. It means the team is still treating it as optional.</p>
<p>In 2026, cross-platform availability and offline support are table stakes. Not selling points. Not differentiators. The baseline.</p>
<p>And if an app doesn't clear that bar, I don't spend much time on it.</p>
<h2>The Client With Three Note-Taking Apps</h2>
<p>A while back, I was working with a client on a <a href="https://go.asianefficiency.com/productivity-academy/" target="_blank" rel="noopener">productivity overhaul</a>. He was a sharp guy — running a solid business, staying on top of a lot.</p>
<p>But he had a note-taking problem.</p>
<p>He was using Evernote, Apple Notes, and Notion — all simultaneously. I asked him which one he used when he needed to save something.</p>
<p>&#8220;Whichever one is open,&#8221; he said.</p>
<p>And to find something later? He'd try to remember where he'd put it. Or just search all three.</p>
<p>That's not a system. That's chaos with extra tabs.</p>
<p>But here's the thing — this wasn't a him problem. It was a tool problem. When apps work poorly offline or only on certain devices, people naturally fragment across multiple tools. You open what's convenient. You save where it loads fastest. And over time you end up with your <a href="https://www.asianefficiency.com/podcasts/592-organizing-your-digital-life/" target="_blank" rel="noopener">notes spread across three apps and no real home for any of them</a>.</p>
<p>The fix wasn't a new habit. It was picking one tool that worked everywhere.</p>
<h2>The Notion Lesson</h2>
<p><a href="https://www.notion.so/" target="_blank" rel="noopener">Notion</a> is a great example of this playing out in real time.</p>
<p>For years, Notion's offline mode was rough. Not non-existent, but rough. You'd open it on a flight or in a spotty wifi zone and get inconsistent behavior. Notes that wouldn't load. Edits that wouldn't save.</p>
<p>It got much better eventually. But for a long time, that was a real problem for anyone who relied on it as their main system.</p>
<p>And I felt it firsthand. I was traveling pretty frequently during that stretch, and every flight was a reminder that I couldn't fully trust my notes system without a wifi connection.</p>
<p>That kind of friction is sneaky. It doesn't break your workflow all at once. It just adds a little bit of doubt every time you open the app. You start keeping a backup. Then the backup becomes the real system. And now you're back to two apps.</p>
<h2>My Checklist Before Committing to Any New Tool</h2>
<p>Over the years I've developed a short filter for any new productivity app. It's not comprehensive — it's just the stuff that saves me from bad decisions.</p>
<p><strong>Does it work offline?</strong></p>
<p>Not &#8220;kind of offline.&#8221; Not &#8220;you can view cached content offline.&#8221; Actually offline — you can create, edit, and save without a connection, and it syncs when you reconnect.</p>
<p><strong>Is it cross-platform?</strong></p>
<p>I work across a Mac, iPhone, and sometimes an iPad. If the app lives only on one of those devices, it's not a productivity app for me. It's a partial solution. And partial solutions create the fragmentation problem.</p>
<p><strong>Would I commit to this for at least 2 years?</strong></p>
<p>This one's underrated. App switching costs are brutal. When you move notes, you have to migrate content, rebuild your system, and relearn the shortcuts. If you're switching every 6-12 months, you're spending a huge chunk of your time and mental energy just on tool maintenance — not on actual work.</p>
<p>I follow a rough 90-day forced trial rule for any new tool I'm evaluating seriously. The first few weeks feel clunky no matter what. It takes about 90 days to really know if something will stick and serve you well long-term. If it's still not clicking at 90 days, that's useful data.</p>
<p><strong>Is it at least 10x better than what I already have?</strong></p>
<p>Switching costs are real. If a new tool is only marginally better than what you're using now, it's probably not worth the disruption. The bar for switching should be high — not &#8220;this is <a href="https://asianefficiencygo.com/organize-your-files-evergreen/" target="_blank" rel="noopener">slightly more organized</a>&#8221; but &#8220;this changes how I work in a meaningful way.&#8221;</p>
<h2>What Mac-Only Apps Get Right (and Wrong)</h2>
<p>There's a nuance here worth mentioning.</p>
<p>If an app is Mac-only, I can work with that — because I'm mostly on my Mac anyway. Being device-limited is a smaller problem than being offline-limited.</p>
<p>But an app that's online-only? That's a deal breaker for me. Because the moment I'm on a flight, in a remote workshop location, or anywhere with spotty connection, I need my tools to keep working.</p>
<p>The best apps treat offline as part of the core experience, not an afterthought. Todoist does this well. Obsidian does this really well — it's actually fully local by default.</p>
<h2>The Real Productivity Win Here</h2>
<p>The point isn't really about offline mode. The point is about trust.</p>
<p>When you trust your tools to work wherever you are, you can stop managing your tools and start using them. You don't keep a backup system &#8220;just in case.&#8221; You don't hesitate before the flight to make sure everything synced. You just&#8230; work.</p>
<p>That mental overhead adds up. Every tool decision that adds friction or doubt costs you more than the tool is worth.</p>
<p>So before you download the next productivity app that your colleague recommended or saw on Twitter — run it through the basics first:</p>
<ol>
<li>Does it work offline?</li>
<li>Does it work on every device you actually use?</li>
<li>Could you see yourself using this in two years?</li>
</ol>
<p>If those check out, then it's worth evaluating the features. If they don't, move on fast.</p>
<p>There's no shortage of great tools. But there's a real shortage of tools that fit your actual life.</p>
<p><em>Want to build a cleaner, more sustainable productivity system? Check out the <a href="https://go.asianefficiency.com/weekly-review-blueprint/" target="_blank" rel="noopener">weekly review</a> — it's a good place to start.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/productivity/cross-platform-and-offline-support-arent-features-anymore-theyre-the-minimum/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>I Tested ChatGPT, Claude, and Gemini on the Same Task. ChatGPT Finished Last.</title>
		<link>https://www.asianefficiency.com/technology/i-tested-chatgpt-claude-and-gemini-on-the-same-task-chatgpt-finished-last/</link>
					<comments>https://www.asianefficiency.com/technology/i-tested-chatgpt-claude-and-gemini-on-the-same-task-chatgpt-finished-last/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Thu, 23 Apr 2026 18:00:20 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23067</guid>

					<description><![CDATA[Thanh Pham ran the same AI workflow through three models and discovered his assumptions about which AI was best were completely wrong.]]></description>
										<content:encoded><![CDATA[<p>I'd been running a weekly synthesizer workflow for a few months. Every Sunday, it reads through all my meeting transcripts from the past week and spits out a summary of insights, patterns, and things I should pay attention to.</p>
<p>Good idea. But I'd just been running it on Claude because&#8230; that's what I'd been using. I'd never actually tested whether it was the right choice.</p>
<p>Then one week, I got curious.</p>
<h2>The Test</h2>
<p>I ran the exact same workflow three times. Same prompt, same input data — a full week of meeting transcripts. The only variable was the model:</p>
<ul>
<li>Claude Sonnet 4.5 (cost: 214 credits)</li>
<li>ChatGPT 5.2 (cost: 217 credits)</li>
<li>Gemini 3.0 (cost: 274 credits)</li>
</ul>
<p>Then I read all three outputs against what I actually knew about my week.</p>
<h2>What Happened</h2>
<p>ChatGPT came in last. Not slightly behind — genuinely last. It skipped things that had clearly happened. Missed patterns that were right there in the text. I don't know if it was the context window, the summarization behavior, or something else, but the output was noticeably thinner than the other two.</p>
<p>Claude was the runner-up. Solid, complete, nothing obviously missing. But nothing surprising either. It gave me back a clean version of what I already knew.</p>
<p>Gemini 3.0 won. And it wasn't really close.</p>
<p>Gemini surfaced stuff I would have missed on my own. Connections between meetings from different weeks. A theme that had been building for about six weeks that I hadn't consciously noticed. Specific phrasing patterns from client calls that kept repeating.</p>
<p>That's what I was building this workflow to catch. And only one model actually delivered it.</p>
<h2>Why This Matters More Than You Think</h2>
<p>Here's the thing. I've been teaching <a href="https://www.asianefficiency.com/ai-workshop/" target="_blank" rel="noopener">AI productivity</a> for a few years now, and one of the patterns I see constantly is what I call <strong>model loyalty</strong>. People start with one AI tool, get comfortable, and just&#8230; stay there.</p>
<p>It's like finding a restaurant you like and never eating anywhere else.</p>
<p>The truth is, each model has different strengths. I think of it this way:</p>
<ul>
<li><strong>ChatGPT</strong> is the daily driver. The reliable workhorse. Great for general tasks, quick answers, and anything where you need something done fast.</li>
<li><strong>Claude</strong> is the speedboat. Fast, precise, excellent at technical reasoning, writing, and nuanced analysis.</li>
<li><strong>Gemini</strong> is built on top of Google's data. It handles long documents and large amounts of text better than the others, and it surfaces patterns across big datasets in a way that genuinely surprises me.</li>
</ul>
<p>This is what I call being <strong>multi-tool native</strong> — you don't pick one AI and stay loyal to it. You match the tool to the job.</p>
<p>The best AI users I know all do this. <a href="https://www.asianefficiency.com/technology/which-ai-should-you-use-and-when/" target="_blank" rel="noopener">They route work to wherever it'll get done best</a>. Technical reasoning goes to Claude. Image analysis goes to Gemini. Quick daily-driver tasks go to ChatGPT. Recurring workflows that need integrations go to Lindy.</p>
<h2>The Wrong Assumption</h2>
<p>When I started testing, I assumed ChatGPT would do fine. It's the most popular, the most talked about, the one most people default to. I figured it would at least be competitive.</p>
<p>I was wrong.</p>
<p>And this is the bigger lesson: most people's assumptions about which AI is best are based on reputation, not testing. They go with the one they heard about first, or the one that feels most familiar, or the one their tech-savvy friend recommended two years ago.</p>
<p>That's a terrible way to build a workflow.</p>
<p>The models are improving and changing constantly. The right call last year might not be the right call today. What works for one task category might fail on another.</p>
<p>The only way to know is to test.</p>
<h2>How to Run Your Own Test</h2>
<p>You don't need to do anything complicated here. <a href="https://www.asianefficiency.com/podcasts/609w-ai-massive-everyday-productivity-gains/" target="_blank" rel="noopener">Pick one task you use AI</a> for every week. Something recurring. Something where you have a sense of what good output looks like.</p>
<p>Then run it through two different models side by side this week.</p>
<p>That's it. Just compare the outputs. Don't add any other variables.</p>
<p>You'll get a useful data point. And you'll probably discover something that surprises you — the way my Gemini result surprised me.</p>
<p>From there, you can start routing intentionally. When you have a <a href="https://asianefficiencygo.com/digital-declutter-evergreen/" target="_blank" rel="noopener">long document</a> to synthesize, you know which model to reach for. When you need precise technical writing, you know where to go.</p>
<p>That's how you actually get better results from AI&#8230; not by finding the one best model, but by knowing when to use each one.</p>
<h2>One More Thing</h2>
<p>I still run that weekly synthesizer on Gemini. Every Sunday, it reads the week's transcripts, and every Sunday I read something I didn't already know.</p>
<p>I'm spending 274 credits instead of 214. The extra 60 credits is maybe $0.10.</p>
<p>Best $0.10 I spend all week.</p>
<p><em>Want to learn how to build workflows like this? The <a href="https://go.asianefficiency.com/productivity-academy/" target="_blank" rel="noopener">Productivity Academy</a> has workshops that cover AI agent design, tool selection, and getting real results from automation. Check it out.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/technology/i-tested-chatgpt-claude-and-gemini-on-the-same-task-chatgpt-finished-last/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The 3-Phase Annual Review That Actually Works (Reflect, Synthesize, Design)</title>
		<link>https://www.asianefficiency.com/productivity/the-3-phase-annual-review-that-actually-works-reflect-synthesize-design/</link>
					<comments>https://www.asianefficiency.com/productivity/the-3-phase-annual-review-that-actually-works-reflect-synthesize-design/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Thu, 23 Apr 2026 15:00:34 +0000</pubDate>
				<category><![CDATA[Productivity]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23065</guid>

					<description><![CDATA[Most year-end reviews are just recency bias. Here is the 3-phase annual review framework — reflect, synthesize, design — that actually works.]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.asianefficiency.com/productivity/how-to-do-an-annual-review-that-actually-works/" target="_blank" rel="noopener">Most people's version of an annual review</a> goes like this: sit down in January, stare at a blank page, try to remember the year, and end up writing about December.</p>
<p>That's not a review. That's recency bias with a journal.</p>
<p>Your brain is not a good archive. It's excellent at surfing the most recent weeks, but it drops most of what happened in February, March, or June. By the time January rolls around, you're basically reviewing a highlight reel of the last 30 days&#8230; and calling it a year.</p>
<p>This is why the same goals show up year after year. Not because people are lazy. Because they're planning from memory instead of from data.</p>
<p>Here's the framework we use at Asian Efficiency. Three phases: reflect, synthesize, design. In that order. The review has to come before the goals.</p>
<h2>Phase 1: Reflect — With Actual Data</h2>
<p>Don't start with journaling. Start with data.</p>
<p>Pull up five sources:</p>
<ol>
<li>Your calendar — scroll through the whole year, month by month</li>
<li>Your photos — surprisingly powerful memory trigger</li>
<li>Your journal entries (if you keep one)</li>
<li>Your credit card statements — where your money actually went</li>
<li>Your <a href="https://www.asianefficiency.com/likes/crushing-it-book" title="crushing-it-book" class="pretty-link-keyword"rel="">social media</a> or email history</li>
</ol>
<p><a href="https://asianefficiencygo.com/calendar-captain-evergreen/" target="_blank" rel="noopener">The calendar</a> and photos are the big ones. Once you scroll through, you start remembering things your memory had buried. A workshop you ran in March. A rough patch in May. A trip that energized you in September.</p>
<p>I had a client once who said fitness was her top priority going into the year. When we looked at her calendar and her spending, fitness barely showed up. A few gym visits scattered through spring. Nothing from July through October. The data told a different story than her memory&#8230; and than her stated values.</p>
<p>That's why the data pull matters. You get to see your year as it actually happened, not as you'd like to remember it.</p>
<p>Spend 30-45 minutes on this phase. Go slowly. Take notes as memories surface.</p>
<h2>Phase 2: Synthesize — Wins, Lessons, Patterns</h2>
<p>Once you have your raw data, the next job is to make sense of it. <a href="https://asianefficiencygo.com/organize-your-files-evergreen/" target="_blank" rel="noopener">Organize</a> what you found into three buckets:</p>
<p><strong>Wins.</strong> Real ones, not planned ones. What actually happened that you're proud of? What worked? What results showed up that you didn't expect?</p>
<p><strong>Lessons.</strong> What went wrong? What did you try that failed? Where did you overcommit, underestimate, or just get it wrong? No self-flagellation here — just clear-eyed honesty.</p>
<p><strong>Patterns.</strong> This is the most useful bucket. What kept repeating? What did you keep putting off? Where did the same problem show up in different disguises?</p>
<p>I noticed one year that I kept deferring admin work. Month after month, it showed up in my review as something I &#8220;needed to deal with.&#8221; I'd tell myself I'd get to it next week. Then next month. Like ignoring a check engine light until the car breaks down. The annual review made that pattern visible in a way that <a href="https://go.asianefficiency.com/weekly-review-blueprint/" target="_blank" rel="noopener">weekly reviews</a> hadn't.</p>
<p>Patterns are where the real insight lives. If something shows up twice in a year, it's a data point. If it shows up every quarter, it's a pattern that needs a system — not just more willpower.</p>
<h2>Phase 3: Design — Build the Next Year From Evidence</h2>
<p>Now, finally, you plan.</p>
<p>But you're not planning from wishful thinking. You're planning from evidence. You know what actually worked. You know what you kept avoiding. You know what energized you and what drained you.</p>
<p>This changes the quality of your goals.</p>
<p>Instead of &#8220;I want to get fit this year&#8221; (same goal as last year), you might notice: &#8220;I consistently work out when it's scheduled on Tuesday and Thursday mornings, but I never do it when I leave it open.&#8221; So the plan isn't just a goal. It's a system. Tuesday and Thursday mornings, blocked, protected.</p>
<p>Instead of &#8220;I want to grow my business,&#8221; you might notice: &#8220;Every time I ran a live workshop, revenue jumped. Every time I tried to create async content, I procrastinated for months.&#8221; So the plan prioritizes live events and deemphasizes solo recording projects.</p>
<p>Design based on who you actually are, not who you're trying to become. The data from phases 1 and 2 shows you both.</p>
<h2>The Weekly Review Is the Year-Round Version</h2>
<p>The annual review is a once-a-year deep dive. But you don't have to wait until December to do this.</p>
<p>The <a href="https://go.asianefficiency.com/weekly-review-blueprint/" target="_blank" rel="noopener">weekly review</a> runs the same underlying logic on a shorter cycle. Every week, you look back at what happened, capture patterns, and set up the next week intentionally.</p>
<p>Most AE frameworks compound through the weekly review. If you only do the annual review, you're course-correcting once a year. If you also do the weekly review, you're course-correcting every week. The annual review becomes much more useful because you've been tracking patterns all year.</p>
<h2>The Order Matters</h2>
<p>Most people skip to phase 3. They start with goals in January without doing any reflecting or synthesizing first. That's why the same goals repeat.</p>
<p>Reflect first. Let the data surface what actually happened. Synthesize second. Find the patterns and lessons. Design third. Build a plan from what you now know.</p>
<p>Takes a few hours total. Once a year. Worth more than any amount of goal-setting workshops.</p>
<p>If you're doing a quarterly review right now — same process, shorter time window. Pull your Q1 calendar before you write a single Q2 goal.</p>
<p>The data is always smarter than your memory.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/productivity/the-3-phase-annual-review-that-actually-works-reflect-synthesize-design/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How I Follow 20 YouTube Channels Without Watching a Single Video</title>
		<link>https://www.asianefficiency.com/technology/how-i-follow-20-youtube-channels-without-watching-a-single-video/</link>
					<comments>https://www.asianefficiency.com/technology/how-i-follow-20-youtube-channels-without-watching-a-single-video/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Thu, 23 Apr 2026 12:00:44 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23064</guid>

					<description><![CDATA[How to monitor 20 YouTube channels without watching a single video using an RSS agent that auto-transcribes and summarizes new content into Slack.]]></description>
										<content:encoded><![CDATA[<p>Here's an embarrassing truth: I had a &#8220;watch later&#8221; list on YouTube that was over 200 videos long.</p>
<p>Not because I didn't want to watch them. I genuinely did. These were channels I'd deliberately subscribed to&#8230; people I respected, analysts I wanted to follow, creators teaching things I needed to know.</p>
<p>But 20-minute videos compete with everything else in a day. So most of them just&#8230; sat there.</p>
<p>Then I built a fix.</p>
<h2>The RSS Agent Setup</h2>
<p>Every YouTube channel has a public RSS feed. Most people don't know this, but it's been there for years. The feed updates every time a new video goes live.</p>
<p>My setup in Lindy monitors 20 channels via their RSS feeds. When a new video drops, the agent wakes up, pulls the transcript from the video, generates a plain-text summary, and sends it to a dedicated Slack channel I call &#8220;Learning.&#8221;</p>
<p>No link to watch. No &#8220;save for later.&#8221; Just the summary, ready to read in about 90 seconds.</p>
<p>The information density is actually close to the same. Maybe 80-90% of what I'd get from watching. For most content, that's fine. If something is genuinely worth the full 20 minutes, I can still watch it. But that's now a deliberate choice, not a default.</p>
<p>I went from watching maybe 3 videos a month from those 20 channels to reading every single one.</p>
<h2>What This Looked Like in Practice</h2>
<p>Last November, I walked one of my coaching clients through this setup. Ilias is a structural engineer who also runs an investing business on the side. He was trying to f<a href="https://www.asianefficiency.com/productivity/stop-collecting-start-researching-the-4d-system-for-ai-powered-research/" target="_blank" rel="noopener">ollow 12 research-focused channels</a>&#8230; quarterly earnings breakdowns, sector analysis, market commentary. The kind of content where you genuinely need to stay current.</p>
<p>He'd been saving videos to watch on weekends. Watching maybe 4 or 5. Feeling perpetually behind on the rest.</p>
<p>We built his version of this agent in about an hour. Set it up for his 12 channels, configured the summaries to focus on key data points and analyst takes rather than general content, and pointed it to a private Slack channel.</p>
<p>Two weeks later he told me the part that surprised him wasn't the time saved. It was that he <em>actually followed through</em> now.</p>
<p>Because the friction was gone. The summary was just there. Short. Readable. No decision to make about whether to &#8220;find time to watch.&#8221;</p>
<p>That's the hidden cost of &#8220;watch later&#8221; lists. Every item on that list <a href="https://www.asianefficiency.com/podcasts/608-attention-residue-hidden-tax-context-switching/" target="_blank" rel="noopener">represents a small mental tax</a> every time you open YouTube and see it sitting there, unkept.</p>
<h2>Two Agents Are Better Than One</h2>
<p>The YouTube RSS setup is a good example of what I call the 80/20 agent building approach: automate the high-frequency pain first.</p>
<p>But there's a variation of this I use for research that goes a step further.</p>
<p>For the Asian Efficiency newsletter, I run two separate agents. The first one is the researcher. It runs three times a week — Monday, Wednesday, Friday — <a href="https://www.asianefficiency.com/technology/the-background-research-trick-that-kills-the-rabbit-hole-perplexity-slack/" target="_blank" rel="noopener">using Perplexity</a> to search across several topics, then stores links and summaries in a Google Sheet.</p>
<p>The second agent is the writer. It runs every Tuesday at 5am, pulls from that accumulated sheet, and generates a newsletter draft.</p>
<p>One agent does research. One agent writes. They don't even run at the same time.</p>
<p>Before I built this, I was spending 4-5 hours every week manually doing that research online. Typing in search terms, opening tabs, taking notes, synthesizing it all. It was one of those tasks I always put off until Sunday night because I dreaded it.</p>
<p>Now the Google Sheet has over 1,000 rows of accumulated research. The writer agent has rich material to pull from every single week.</p>
<p>This is the compound effect of automation. The value isn't just in the time saved per task. It's that the work keeps happening whether I'm paying attention or not.</p>
<h2>The Format Problem (Not a Time Problem)</h2>
<p>Here's the reframe that I think is worth sitting with:</p>
<p>If you have a &#8220;watch later&#8221; list, you don't have a time problem. You have a format problem.</p>
<p>Video is a great format for some things. For a tutorial where you need to see someone's hands. For a long-form conversation where tone and context matter. For something genuinely entertaining.</p>
<p>But for most informational content&#8230; a summary works better. It's faster. It's searchable. You can skim it.</p>
<p>The reason we default to video isn't because it's the best format for learning. It's because that's what the platform serves you. YouTube is optimized for watch time, not for your retention.</p>
<p>There's a version of this I've taken even further. I set up a personal daily podcast from my Instapaper reading backlog. Every morning, a bot pulls my latest saved article, converts it to audio with my voice preferences, and uploads it to a private RSS feed. I listen to it on my walk or during my commute.</p>
<p>Same information I was &#8220;going to read.&#8221; Just in a format I'll actually use.</p>
<p>That's the pattern. Take the information you care about and change the container.</p>
<h2>How to Start Building This</h2>
<p>The YouTube RSS agent setup is one of the better starter automations I recommend because it has a few qualities that make automation stick:</p>
<ul>
<li>High frequency (new videos every week from channels you care about)</li>
<li>Clear output (a summary you can read in 90 seconds)</li>
<li>Low risk (no external actions, nothing breaks if it misses one)</li>
</ul>
<p>If you're in Lindy, you can build the basic version in an afternoon. Set the RSS trigger, pull the transcript, write a prompt asking for a plain-text summary with 3-5 key points, and route it to Slack or<a href="https://asianefficiencygo.com/optimize-outlook-evergreen/" target="_blank" rel="noopener"> email</a>.</p>
<p>If you want to get fancy, add a prompt layer that filters by topic. So if you follow a channel that covers both things you care about and things you don't, the agent can flag only the summaries relevant to you.</p>
<p>Start simple. One channel. See how it goes. Then scale.</p>
<p>That's the whole philosophy. Life gets better one agent at a time.</p>
<hr />
<p><em>Want to learn how to build setups like this? Check out the <a href="https://go.asianefficiency.com/productivity-academy/">Productivity Academy</a> — or come to one of our AI workshops in Austin.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/technology/how-i-follow-20-youtube-channels-without-watching-a-single-video/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Two Hour Workday: How AI Agents Changed What I Think Working Means</title>
		<link>https://www.asianefficiency.com/productivity/how-ai-agents-changed-what-i-think-working-means/</link>
					<comments>https://www.asianefficiency.com/productivity/how-ai-agents-changed-what-i-think-working-means/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Wed, 22 Apr 2026 21:00:27 +0000</pubDate>
				<category><![CDATA[Productivity]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23063</guid>

					<description><![CDATA[How AI agents handling email, scheduling, and admin created a new model of work - just 2 focused hours to get 80-100% of real work done.]]></description>
										<content:encoded><![CDATA[<p>Six months ago I started an experiment. I wanted to see how little focused time I actually needed if I removed everything AI could handle for me.</p>
<p>The result surprised me.</p>
<p>Two hours. Most days, two hours of real focused work gets me 80 to 100% of what I used to accomplish in a full workday. Not because I'm working faster or burning myself out in those two hours. Because the other six hours were never really work to begin with.</p>
<p>Let me explain what I mean.</p>
<h2>The Problem With Busy</h2>
<p>I've been studying productivity for over a decade through Asian Efficiency. And one of the core ideas we keep coming back to is something I call <a href="https://www.asianefficiency.com/mindsets/stop-doing-fake-work-start-achieving-what-matters/" target="_blank" rel="noopener">real work vs. fake work.</a></p>
<p>Real work moves your actual goals forward. It requires your brain, your judgment, and your relationships. Fake work creates the feeling of progress without the actual progress.</p>
<p>Most people's days are 80% fake work.</p>
<p><a href="https://asianefficiencygo.com/optimize-outlook-evergreen/" target="_blank" rel="noopener">Email responses</a>. Meeting prep. Status updates. Scheduling back-and-forth. Inbox triage. These things feel necessary. And some of them are. But most of them don't require you specifically. They require someone to do the task.</p>
<p>That distinction matters a lot.</p>
<h2>What Changed When I Added AI Agents</h2>
<p>Over the past year I've been building what I call a Digital Chief of Staff &#8211; a suite of AI agents running in the background of my day.</p>
<p><a href="https://www.asianefficiency.com/email-management/the-ai-email-agent-that-processes-my-inbox-for-4-cents-per-email/" target="_blank" rel="noopener">One agent reads my email and pre-drafts responses</a> before I open my inbox. I review the drafts, make small edits, send. Five minutes instead of forty-five.</p>
<p>Another agent preps a context document before any meeting &#8211; who I'm meeting with, what we talked about last time, what decisions are pending, what I need to bring up. I used to do this manually. Now it happens automatically.</p>
<p>A third agent processes every call transcript and pulls out action items, follow-ups, and key decisions. I don't have to re-listen to recordings or build my own notes.</p>
<p>Together, these agents handle probably four to five hours of what used to fill my workday.</p>
<p>And here's the thing: I didn't lose any output. If anything, my output improved. Because when I sit down for my actual two hours of focused work, I'm not mentally cluttered. The admin is done. The prep is done. I'm just working.</p>
<h2>The TEA Framework Helps Explain This</h2>
<p>At Asian Efficiency we think about productivity through three currencies: <strong>time, energy, and attention</strong>.</p>
<p><a href="https://go.asianefficiency.com/productivity-academy/" target="_blank" rel="noopener">Most productivity advice</a> focuses on time. But energy and attention are often the real bottlenecks.</p>
<p>When I was spending six hours a day on admin, I had the time to do real work in theory. But I didn't have the energy or attention. By the afternoon I was drained. <a href="https://asianefficiencygo.com/inbox-detox-blog" target="_blank" rel="noopener">My inbox</a> had already absorbed my best mental hours.</p>
<p>AI agents solved an energy and attention problem more than a time problem.</p>
<p>By offloading the low-judgment tasks to agents, my two focused hours land in the morning when my energy is highest and my attention is sharpest. The agents run in the background while I sleep or exercise. By 9am, the admin is already handled.</p>
<p>This is why I use 9 to 11am as my deep work window, and I protect it hard. Those are the hours that produce 80% of my value. Everything else is support.</p>
<h2>This Is Not About Working Less</h2>
<p>I want to be clear about something. The Two Hour Workday is not a shortcut. It's not about doing less.</p>
<p>It's about getting the right two hours. Uninterrupted. Uncluttered. Actually focused.</p>
<p>Most people are technically at work for eight to ten hours a day. But how many of those hours involve real thinking? Real decisions? Real creative output?</p>
<p>When I watched an <a href="https://www.asianefficiency.com/productivity/how-to-have-your-follow-up-email-written-before-you-close-your-laptop/" target="_blank" rel="noopener">AI agent work through my backlog of emails</a> one night while I was asleep and had 47 drafts ready for me when I woke up, my first reaction was a mix of amazement and embarrassment. Amazement because it worked so well. Embarrassment because I realized how much of my own mental energy I'd been spending on tasks that a well-configured AI could do for forty-seven cents.</p>
<p>That moment changed how I think about what working means.</p>
<h2>Where to Start</h2>
<p>If you want to try this, start small.</p>
<p>Pick one task you do every day that's mostly repetitive. Email responses. Meeting recaps. Scheduling. Research summaries. Pick just one.</p>
<p>Build or configure an agent to handle it. Give it a week. See how much mental space comes back.</p>
<p>Then build the next one.</p>
<p>The agents compound. Each one you build frees up more attention for the real work. At some point you hit a threshold where you realize your best two hours are more valuable than your previous eight, because they're actually yours.</p>
<p>That's the <a href="https://go.asianefficiency.com/2-hour-work-day-249/" target="_blank" rel="noopener">Two Hour Workday</a>. And once you've lived it, it's hard to go back.</p>
<p><em>Interested in building your own AI agent stack? I teach this in my one-day AI workshops, personalized by industry. Reply to this post or reach out directly if you want to know more.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/productivity/how-ai-agents-changed-what-i-think-working-means/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Prompt Engineering Is Dead. Here&#8217;s What Actually Works Now.</title>
		<link>https://www.asianefficiency.com/technology/prompt-engineering-is-dead-heres-what-actually-works-now/</link>
					<comments>https://www.asianefficiency.com/technology/prompt-engineering-is-dead-heres-what-actually-works-now/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Wed, 22 Apr 2026 18:00:45 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23062</guid>

					<description><![CDATA[Context engineering is the new skill for getting great AI results. Learn the difference, the common mistakes, and how to build agents that actually perform.]]></description>
										<content:encoded><![CDATA[<p>A few months back, one of my workshop students came to me frustrated.</p>
<p>She'd been building AI agents for her business. The first few weeks went great. Then things started going sideways. Her email-tagging agent was misclassifying threads. Her meeting prep agent was pulling irrelevant information. She kept tweaking her prompts, but nothing helped.</p>
<p>She thought she needed better prompts.</p>
<p>She didn't. She had a context problem.</p>
<h2>The Shift Most People Are Missing</h2>
<p>For a while, &#8220;prompt engineering&#8221; was a real skill. Early models needed precise instructions. Specific syntax. Careful phrasing. You had to talk to AI like it was fragile.</p>
<p>But the models got a lot smarter. And now, <a href="https://www.asianefficiency.com/productivity/why-i-stopped-typing-my-prompts-and-what-i-use-instead/" target="_blank" rel="noopener">most of the old prompting tricks are irrelevant</a>. You can just&#8230; talk to the AI naturally. Explain what you need like you'd explain it to a smart colleague.</p>
<p>What matters now is <strong>context engineering</strong>.</p>
<p>Context engineering is simpler than it sounds. It just means giving the AI enough specific details to do the job well.</p>
<p>Here's the clearest way I know to explain it.</p>
<p>If I type: &#8220;Write a newsletter on AI agents,&#8221; I'll get a generic, forgettable newsletter that could've been written by anyone.</p>
<p>But if I type: &#8220;I'm Thanh from Asian Efficiency. This newsletter goes out to about 80,000 people. Most of them work in corporate America or run a small business. They're relatively new to AI but curious about it. Write a newsletter on AI agents&#8221; — now the agent knows exactly who it's writing for. The output is completely different.</p>
<p>Same request. Completely different context. Night and day results.</p>
<p>That's it. No magic words, no special formatting, no secret syntax. Just the right details.</p>
<h2>The Context Window Mistake</h2>
<p>Here's where I see people go wrong once they understand this idea.</p>
<p>They swing too far in the other direction.</p>
<p>They open ChatGPT, load in 300 documents, paste their entire <a href="https://asianefficiencygo.com/inbox-detox-blog" target="_blank" rel="noopener">email inbox</a>, and then ask one small question. Then they wonder why the answer is vague or wrong.</p>
<p>The AI can only hold so much in memory at once. When the context window gets too full, it doesn't crash — it just starts skimming. Accuracy drops. The model starts guessing.</p>
<p>I use a sheet of paper analogy with my workshop students. When a conversation fits on one sheet of paper, the AI reads every word carefully. When you give it a stack of paper, it starts skimming like a student the night before an exam.</p>
<p>My student's problem wasn't her prompts at all. She'd loaded her agents with massive knowledge bases &#8220;just in case.&#8221; We stripped them down to only what each specific task needed. Her email agent got only the email templates and tagging rules. Her meeting prep agent got only the relevant contact data and agenda format.</p>
<p>Accuracy went back to near 100%. Same agents. Same tasks. Just tighter context.</p>
<h2>How to Build an Agent That Actually Performs</h2>
<p>When I teach agent building in my workshops, I always start with two questions before anything else: <strong>what is this agent's role, and what is its goal?</strong></p>
<p>They're different things, and confusing them is one of the main reasons agents underperform.</p>
<p>The role is like a job title. It defines identity. Tone. How the agent thinks about itself and the work.</p>
<p>The goal is the specific outcome you want. The deliverable.</p>
<p>Think about how you'd hire a human assistant. You'd tell them: &#8220;You're a travel coordinator&#8221; (role) and &#8220;I need you to book me on a flight to New York next Tuesday, under $400, window seat&#8221; (goal). Both matter. Skip either one, and the results get sloppy.</p>
<p>Same thing with agents. If you only give a goal without a role, the agent's tone and judgment will be all over the place. If you only give a role without a clear goal, it'll spin in circles.</p>
<p>The formula I use is something I call the OCE approach: Outcome, Context, Expectations. What do you want it to produce? What does it need to know? What format and constraints matter? Once you get these three things defined, most agents start working well on the first try.</p>
<h2>What Real Results Look Like</h2>
<p>I'll leave you with a story from one of my Two Hour Workday workshops.</p>
<p>Mark was the only student who showed up the day we built a meeting prep agent. (There was a reminder email glitch. Long story.) So he got essentially a private session.</p>
<p>We built him a simple agent that pulled upcoming meetings from <a href="https://asianefficiencygo.com/calendar-captain-evergreen/" target="_blank" rel="noopener">his calendar</a>, ran background research on each attendee, and sent him a briefing before every call.</p>
<p>Setup time: about thirty seconds of actual work on his end.</p>
<p>A week later, I followed up.</p>
<p>He told me he'd had <a href="https://www.asianefficiency.com/schedule-management/how-my-ai-agent-scheduled-a-meeting-for-me-and-it-cost-15-cents/" target="_blank" rel="noopener">several meetings that week and felt genuinely better prepared</a> going into every one of them. He'd even started running it before his church committee meetings. The cost? A few cents a day.</p>
<p>&#8220;I've only been on it a week,&#8221; he said, &#8220;but it's been a lot of fun.&#8221;</p>
<p>That's what good context engineering makes possible. Not just better prompts — agents that actually work the first time, cost next to nothing to run, and feel like they were built for exactly your situation.</p>
<p>Because with the right context, they were.</p>
<h2>The Quick Version</h2>
<p>If you want to start applying this today:</p>
<ol>
<li><strong>Add context before asking</strong> — who are you, who's the audience, what format do you want?</li>
<li><strong>Keep context tight</strong> — only give the AI what it needs for this specific task</li>
<li><strong>Define role AND goal</strong> — for any agent, both matter</li>
<li><strong>Don't blame the model</strong> — if output is weak, check your context first</li>
</ol>
<p>Most AI problems aren't model problems. They're context problems.</p>
<p>And context engineering is way easier to fix than retraining a model.</p>
<hr />
<p><em>Want to learn how to build AI agents that actually work for your business? I run hands-on workshops in Austin. <a href="https://www.asianefficiency.com/contact/">Reach out here.</a></em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/technology/prompt-engineering-is-dead-heres-what-actually-works-now/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Moment I Stopped Using AI as a Chat Tool (And Started Using It as a Teammate)</title>
		<link>https://www.asianefficiency.com/technology/the-moment-i-stopped-using-ai-as-a-chat-tool-and-started-using-it-as-a-teammate/</link>
					<comments>https://www.asianefficiency.com/technology/the-moment-i-stopped-using-ai-as-a-chat-tool-and-started-using-it-as-a-teammate/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Wed, 22 Apr 2026 15:00:37 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23061</guid>

					<description><![CDATA[In December 2024, I watched an AI agent negotiate crypto bounties autonomously in Vietnam. Here is what that changed about how I use AI and what it means for you.]]></description>
										<content:encoded><![CDATA[<p>December 2024. I'm in Vietnam visiting a friend.</p>
<p>We end up at another friend's apartment. And this person &#8212; a crypto developer &#8212; shows us something he built. An AI agent that monitors code repositories for bugs, and then automatically negotiates bounties via email. No human in the loop. Just the agent doing the work.</p>
<p>I stood there watching it run.</p>
<p>Monitoring. Deciding. Emailing. All on its own.</p>
<p>And I remember thinking: <em>oh my gosh. This is real.</em></p>
<p>Not &#8220;AI could theoretically do this.&#8221; It was doing it. Right in front of me, in this guy's apartment in Ho Chi Minh City.</p>
<p>That was the moment everything shifted.</p>
<h2>The Difference Between Using AI and Deploying AI</h2>
<p>Up until that point, <a href="https://www.asianefficiency.com/technology/which-ai-should-you-use-and-when/" target="_blank" rel="noopener">I'd been a pretty heavy AI user</a>. ChatGPT for drafts. Claude for analysis. Perplexity for research. I was getting a lot of value out of these tools.</p>
<p>But I was still the one doing the work.</p>
<p>Every time I needed something, I'd open a chat window, type a prompt, read the response, copy something out, edit it, paste it somewhere else. The AI was making me faster. But I was still in every loop.</p>
<p>What I saw in Vietnam was categorically different. The agent wasn't waiting for me. It wasn't in a chat window. It was running on its own, watching for conditions, making decisions, and taking action.</p>
<p>That's not a faster search engine. That's a digital teammate.</p>
<p>I came home and spent the next few months rebuilding how I work.</p>
<h2>The 63-Cent Podcast Outline</h2>
<p>One of the first things I automated was my podcast content workflow.</p>
<p>Before, putting together a podcast outline was a 3-4 hour project. Research the topic. Gather examples. Find the right stories. Write the structure. I'd put it off constantly because it felt heavy.</p>
<p>Now, when I want to start a new episode, I move a card in Jira. That triggers an<a href="https://www.asianefficiency.com/technology/the-background-research-trick-that-kills-the-rabbit-hole-perplexity-slack/" target="_blank" rel="noopener"> AI agent that researches the topic</a>, generates a full outline, and pulls from a database of my real personal stories to illustrate each point.</p>
<p>The whole thing runs in about 2 minutes. Total cost: 63 cents.</p>
<p>That's not a typo. 63 cents. For something that used to take me 4 hours.</p>
<h2>Why Most AI Content Falls Flat (And How to Fix It)</h2>
<p>This is the part I want to spend some time on, because it's where most people get stuck.</p>
<p>If you ask ChatGPT to write a LinkedIn post, it'll write a LinkedIn post. <a href="https://www.asianefficiency.com/technology/why-your-ai-content-sounds-like-everyone-elses-and-how-to-fix-it/" target="_blank" rel="noopener">But it'll be generic</a>. Bland. It'll have the kind of &#8220;insights&#8221; that could apply to anyone.</p>
<p>The reason is simple: the AI doesn't know who you are. It doesn't know your stories, your clients, your specific experiences. So it makes things up. Or it writes something technically accurate but completely impersonal.</p>
<p>I ran into this with a client earlier this year. He wanted to use AI to create LinkedIn content. We set up a workflow, and the posts came out&#8230; fine. But they felt fake. Like a press release, not a person.</p>
<p>The fix was building a story bank first.</p>
<p>A story bank is a database of real things you've actually said and done. Stories from client calls. Examples from your workshops. Observations you've shared on podcasts or in meetings. All captured as plain text and stored somewhere searchable.</p>
<p>When my content agents write anything now, they search that database first. So instead of inventing a vague example, they pull something real. A specific client. A specific situation. A specific outcome.</p>
<p>The difference is night and day. The content actually sounds like me.</p>
<h2>Start With What You Do Every Single Day</h2>
<p>One thing I've learned from building agents for myself and clients is this: don't start with the impressive use case. Start with the frequent one.</p>
<p>I call this the 80-20 approach to agent building. What do you do every day or every week that eats the most time?</p>
<p>For me, it was email. Meetings. Content creation. Those three things alone were taking 6+ hours a day.</p>
<p>For one of my clients &#8212; a VC named Evan &#8212; it was meeting prep. Every day <a href="https://asianefficiencygo.com/inbox-detox-blog" target="_blank" rel="noopener">he'd spend time digging through emails</a> and notes to get context before calls. I built him a daily briefing agent. Now he gets a prep doc every morning automatically. What used to take 20 hours a week of human assistant time now takes minutes.</p>
<p>That's the 80-20 in action. High frequency, high pain. Compounding ROI.</p>
<p>The quarterly-use-case automations can wait. Build for the daily loops first.</p>
<h2>What Agent as Teammate Actually Means</h2>
<p>The mental model that helped me most is thinking of agents as teammates, not tools.</p>
<p>A tool waits for you. A teammate is aware of what's going on, knows the context, and can act without being told every step.</p>
<p>That Vietnam crypto agent wasn't waiting for its developer to say &#8220;hey, go check for bugs.&#8221; It was running a loop. Monitoring. Finding opportunities. Taking action within the boundaries it was given.</p>
<p><a href="https://www.asianefficiency.com/podcasts/609w-ai-massive-everyday-productivity-gains/" target="_blank" rel="noopener">That's what I aim for when I build agents now</a>. They should know enough context that I don't have to babysit them. They should have clear limits on what they can do without approval. And they should get out of my way for anything they can handle.</p>
<h2>The Week That Made It Click</h2>
<p>Earlier this year, I tracked what my Lindy agents saved in one week.</p>
<p>239 hours.</p>
<p>That's equivalent to six full-time employees working a full week. In one week. From automations I'd built over the previous few months.</p>
<p>Some of that is email triage. Some is meeting prep. Some is content creation. Some is research. It adds up faster than you'd expect.</p>
<p>I'm not sharing this to brag. I'm sharing it because the number surprised even me. The compounding effect of high-frequency automations hits different once you see it on paper.</p>
<h2>Where to Start</h2>
<p>If you're reading this and still using AI mostly as a chat tool, here's what I'd suggest:</p>
<p>Pick the thing you do every single day that feels like a drag. Email sorting. Meeting notes. Research briefs. Proposal drafts. Whatever it is.</p>
<p>Start there. Build one agent. Get it working at 70%.</p>
<p>Then let it run for a few weeks and watch what happens to your week.</p>
<p>You don't have to see Vietnam to get the aha moment. But you do have to stop treating AI like a faster search engine.</p>
<p>The agents are the real thing.</p>
<p><em>Want to learn how to build your first AI agent? Check out the <a href="https://go.asianefficiency.com/productivity-academy/">Productivity Academy</a> for hands-on training with Thanh.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/technology/the-moment-i-stopped-using-ai-as-a-chat-tool-and-started-using-it-as-a-teammate/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How My AI Agent Scheduled a Meeting for Me (And It Cost 15 Cents)</title>
		<link>https://www.asianefficiency.com/schedule-management/how-my-ai-agent-scheduled-a-meeting-for-me-and-it-cost-15-cents/</link>
					<comments>https://www.asianefficiency.com/schedule-management/how-my-ai-agent-scheduled-a-meeting-for-me-and-it-cost-15-cents/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Wed, 22 Apr 2026 12:33:32 +0000</pubDate>
				<category><![CDATA[Schedule Management]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23059</guid>

					<description><![CDATA[How a 15-cent AI scheduling agent changed the way I run my business — and the three-level framework for building your own.]]></description>
										<content:encoded><![CDATA[<p>A few months ago, I was trying to book a venue in Austin for an <a href="https://www.asianefficiency.com/ai-workshop/" target="_blank" rel="noopener">upcoming workshop</a>. I emailed the contact and said something like:</p>
<p>&#8220;I’d love to use your space. I’m cc’ing my assistant Linda to help coordinate schedules.&#8221;</p>
<p>The contact replied. Linda replied back. They went back and forth over a couple of days.</p>
<p>I woke up to a confirmed <a href="https://asianefficiencygo.com/calendar-captain-evergreen/" target="_blank" rel="noopener">meeting on my calendar</a>.</p>
<p>Never touched it. Never saw the emails until after the fact.</p>
<p>And when I checked the bill on my Lindy account? Total cost for the entire coordination: 15 cents.</p>
<p>That was the moment this stuff stopped being a cool party trick and started being infrastructure.</p>
<h2>Linda Isn’t a Person</h2>
<p>When I said I was cc’ing my “assistant Linda,” I wasn’t lying exactly&#8230; I just wasn’t being fully transparent. Linda is my Lindy AI agent. She has access to my calendar, can read incoming emails, and knows my scheduling rules.</p>
<p>She saw the original email, checked my calendar, and responded with available times. When the venue contact replied with a different time, Linda checked again and counter-offered. They went back and forth a few times.</p>
<p>Done. Meeting on calendar.</p>
<p>The contact had no idea she wasn’t talking to a human assistant.</p>
<p>Now, if you want to give AI agents actual people’s names, that’s a judgment call. I’ve moved toward being more upfront since then — Hudson Penn (a client of mine who runs four businesses) actually prefers that I mention it’s an agent. He finds it more impressive, not less. But the point is the <a href="https://www.asianefficiency.com/technology/the-ai-agent-that-reads-all-your-meetings-and-finds-what-you-missed/" target="_blank" rel="noopener">agent can do this level of coordination</a> without you ever getting involved.</p>
<h2>The Numbers Behind My Agent Stack</h2>
<p>That 15-cent meeting isn’t a one-off.</p>
<p>Right now I’m running about 45-50 AI agents across my work. On my Lindy dashboard, I can see a weekly report: how many tasks they ran, and how much time they saved.</p>
<p>Last week: 1,074 tasks. 73 hours saved.</p>
<p>The week before: 867 tasks. 54 hours saved.</p>
<p>That’s somewhere between 2 and 3 extra work weeks per week&#8230; freed up. Not because I’m working less. Because a bunch of repetitive coordination work that would normally fall to me (or to a human assistant) is just&#8230; handled.</p>
<p><a href="https://www.asianefficiency.com/technology/the-80-20-flip-why-getting-better-at-ai-coding-means-writing-less-code/" target="_blank" rel="noopener">The 80-20 Agent Building framework</a> I teach in my workshops is built around this idea: automate the tasks that happen <em>daily and weekly</em>, not the impressive-but-rare ones. Meeting scheduling happens constantly. That’s why it was the first agent I built, and why I still recommend it as the first one for anyone getting started.</p>
<h2>The Three Levels of AI Work</h2>
<p>Most people I meet are stuck at what I call Level 1.</p>
<p>There are actually three levels of AI work:</p>
<p><strong>Level 1 — AI Assisted.</strong> You go back and forth with the AI to produce something. ChatGPT conversations, Claude responses. You’re still doing the driving.</p>
<p><strong>Level 2 — AI Workflows.</strong> You’ve built a predictable process. Same input, same output, every time. More reliable, but you still kick it off manually.</p>
<p><strong>Level 3 — AI Agents.</strong> The agent runs on its own. It monitors for triggers, executes a workflow, delivers the result. You’re not in the loop at all unless something goes wrong.</p>
<p>Most people I teach are comfortably at Level 1. Some are experimenting with Level 2. Very few have gotten to Level 3 — but that’s where the real hours come back.</p>
<p>The scheduling agent I built for Linda is pure Level 3. It <a href="https://asianefficiencygo.com/inbox-detox-blog" target="_blank" rel="noopener">monitors my inbox</a>, finds the emails that need scheduling, handles the coordination, and puts the meeting on my calendar. I don’t initiate it. It just runs.</p>
<h2>Your First Agent Should Be This</h2>
<p>If you’ve been thinking about building an AI agent but haven’t started yet, start with scheduling.</p>
<p>Here’s why: it’s a contained problem. The inputs are clear (calendar availability, email threads). The output is clear (confirmed meeting). The failure mode is low-stakes (worst case, you step in and sort it out yourself).</p>
<p>The setup I use with Lindy takes less than an afternoon. You define your availability windows, set your meeting preferences, connect your calendar, and give the agent some context about how you like to communicate. After that, you cc it on threads where scheduling needs to happen, and it takes over.</p>
<p>A few weeks in, you’ll stop noticing it. Which is the point.</p>
<p>That’s what I mean when I say AI agents aren’t tools you use — they’re more like teammates you manage. The goal is eventually you don’t have to manage them much either.</p>
<p>The 15-cent meeting was just the beginning. Now my agents handle email triage, weekly transcript synthesis, meeting prep docs, and a bunch of other things I used to spend real time on.</p>
<p>It compounds fast once you start.</p>
<p><strong>Want to build your first scheduling agent?</strong> I cover this in my AI workshops and also do one-on-one implementation sessions. You can reach me at thanh@asianefficiency.com or check the <a href="https://go.asianefficiency.com/productivity-academy/">Productivity Academy</a> for more resources.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/schedule-management/how-my-ai-agent-scheduled-a-meeting-for-me-and-it-cost-15-cents/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Use AI for Massive Everyday Productivity Gains</title>
		<link>https://www.asianefficiency.com/podcasts/609w-ai-massive-everyday-productivity-gains/</link>
					<comments>https://www.asianefficiency.com/podcasts/609w-ai-massive-everyday-productivity-gains/#respond</comments>
		
		<dc:creator><![CDATA[Asian Efficiency Team]]></dc:creator>
		<pubDate>Wed, 22 Apr 2026 11:00:00 +0000</pubDate>
				<category><![CDATA[Podcasts]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23651</guid>

					<description><![CDATA[Discover how to turn AI from a novelty into a productivity powerhouse. Thanh Pham shares practical tips on using integrated writing tools, automating meetings with bots, and leveraging AI agents to transform your workflow. Learn why the real magic happens in implementation and how to start with just one tweak this week. Visit www.asianefficiency.com for [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Discover how to turn AI from a novelty into a productivity powerhouse. Thanh Pham shares practical tips on using integrated writing tools, automating meetings with bots, and leveraging AI agents to transform your workflow. Learn why the real magic happens in implementation and how to start with just one tweak this week.</p>
<p>Visit <a href="https://www.asianefficiency.com" target="_blank" rel="noopener">www.asianefficiency.com</a> for more productivity tips and tactics.</p>
<p>DripDrop — Get 20% off your first order at <a href="https://www.dripdrop.com" target="_blank" rel="noopener">dripdrop.com</a> with promo code tps.</p>
<p></p>
<p></p>
<p><span id="more-23651"></span></p>
<h2>Links</h2>
<ul>
<li><a href="https://www.dripdrop.com" target="_blank" rel="noopener">DripDrop</a> — use promo code <strong>tps</strong> for 20% off your first order</li>
<li><a href="https://25xcoaching.com" target="_blank" rel="noopener">25X Productivity Coaching</a></li>
<li><a href="https://claude.ai/tps" target="_blank" rel="noopener">Claude</a></li>
<li><a href="https://www.anthropic.com/news/claude-for-chrome" target="_blank" rel="noopener">Claude for Chrome</a></li>
<li><a href="https://www.lindy.ai" target="_blank" rel="noopener">Lindy</a></li>
<li><a href="https://otter.ai" target="_blank" rel="noopener">Otter</a></li>
<li><a href="https://calendly.com" target="_blank" rel="noopener">Calendly</a></li>
<li><a href="https://openclaw.ai/" target="_blank" rel="noopener">OpenClaw</a></li>
<li><a href="https://manus.im" target="_blank" rel="noopener">Manus</a></li>
</ul>
<p>	<p>If you enjoyed this episode, <strong>follow the podcast on <a href="https://podcasts.apple.com/us/podcast/the-productivity-show/id955075042" target="_blank" rel="noreferrer noopener">Apple Podcasts</a>, <a href="https://open.spotify.com/show/6idQBTQNbAQEKSDJHV5OjX?si=hjMZHJXbQuanyh-HDrSupg" target="_blank" rel="noreferrer noopener">Spotify</a>, <a href="https://www.stitcher.com/podcast/asian-efficiency">Stitcher</a>, <a href="https://overcast.fm/p253645-XOswX3" target="_blank" rel="noreferrer noopener">Overcast</a>, <a href="https://pca.st/productivityshow" target="_blank" rel="noreferrer noopener">Pocket Casts</a></strong> or your favorite podcast player.<b> </b>It’s easy, you’ll get new episodes automatically, and it also helps the show. You can also leave a review!</p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/podcasts/609w-ai-massive-everyday-productivity-gains/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
				<enclosure url="https://dts.podtrac.com/redirect.mp3/mgln.ai/e/275/prfx.byspotify.com/e/pscrb.fm/rss/p/clrtpod.com/m/traffic.libsyn.com/productivityshow/609w_AI_Productivity.mp3" length="11850254" type="audio/mpeg" />

				<itunes:author>Asian Efficiency</itunes:author>
		<itunes:episode>609</itunes:episode>
		<podcast:episode>609</podcast:episode>
		<itunes:title>How to Use AI for Massive Everyday Productivity Gains</itunes:title>
		<itunes:episodeType>full</itunes:episodeType>
		<itunes:duration>11:50</itunes:duration>
	</item>
		<item>
		<title>The AI Model Mistake Most People Make (Bigger Isn&#8217;t Always Better)</title>
		<link>https://www.asianefficiency.com/technology/the-ai-model-mistake-most-people-make-bigger-isnt-always-better/</link>
					<comments>https://www.asianefficiency.com/technology/the-ai-model-mistake-most-people-make-bigger-isnt-always-better/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Mon, 20 Apr 2026 21:00:47 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23058</guid>

					<description><![CDATA[Thanh Pham shares why he reverted from Gemini 3 to Gemini Flash — and what it reveals about how to actually pick the right AI model for your workflow.]]></description>
										<content:encoded><![CDATA[<p>A few months back, I spent a weekend building a carousel workflow in Lindy.</p>
<p>The idea: take a podcast transcript, run it through a Lindy agent, and automatically generate a series of formatted slides. What used to take me a couple of hours of manual design work&#8230; done in minutes. I was pretty happy with it.</p>
<p>Then I went to update the workflow. New models were out. Gemini 3 and ChatGPT 5.1 had just dropped. Figured it was a good time to upgrade.</p>
<p>Within 20 minutes, I was confused.</p>
<p>The intro section wasn't showing up. The layout I'd dialed in over weeks was completely wrong. I kept tweaking prompts, trying to rephrase things, adjusting the instructions. Nothing worked. Both of the &#8220;smarter&#8221; models were just&#8230; not following my format.</p>
<p>Eventually, I gave up and went back to Gemini 2.5 Flash. The cheapest model available.</p>
<p>First try. Perfect output.</p>
<h2>Why Newer Models Sometimes Follow Instructions Worse</h2>
<p>This seems counterintuitive at first. If a model is smarter, shouldn't it do a better job?</p>
<p>Here's the thing: &#8220;smarter&#8221; often means the model has been trained to be more helpful, more creative, more interpretive. It fills in gaps. It tries to anticipate what you probably meant. It improvises.</p>
<p>For a lot of tasks, that's great. You want the model to help you think. To push back. To synthesize.</p>
<p>But for a very specific formatting task — like generating a carousel with a particular structure, every time, exactly right — that interpretive intelligence works against you. The model decides your instructions might be too rigid. It tries to make it better. It changes things.</p>
<p>Gemini Flash was trained differently. It reads the instructions and does them. That's it.</p>
<p>I've started thinking of it like hiring for different roles. If you need someone to process invoices to a very specific format, you don't hire the most creative person in your office. You hire the person who reads the instructions carefully and follows them exactly. Different jobs need different people. And different tasks need different models.</p>
<h2>The Automation That's Been Running for 10 Years</h2>
<p>Here's a related thing I've been thinking about.</p>
<p>In my Gmail, I have a filter that automatically labels any email containing words like &#8220;receipt,&#8221; &#8220;order,&#8221; or &#8220;thank you for your purchase&#8221; and drops them into a folder called Purchases.</p>
<p>I set that up over 10 years ago.</p>
<p>It still runs every single day. I basically forgot it existed until someone asked me how<a href="https://asianefficiencygo.com/inbox-detox-blog" target="_blank" rel="noopener"> I keep my inbox clean</a>, and I started listing all the automations I have. That filter showed up on the list and I thought, &#8220;oh right&#8230; that thing.&#8221;</p>
<p>That's what a good automation does. It disappears into the background and just works. You stop thinking about it.</p>
<p>The mistake people make is chasing new tools and new models before the old ones have even finished paying off. The Gmail filter cost me 10 minutes to set up a decade ago. I have no idea how many hours it's saved me since.</p>
<h2>A Pattern Worth Noticing</h2>
<p>I've been using Lindy for a while now, and I keep noticing that my relationship with it feels similar to something that happened about 15 years ago with OmniFocus.</p>
<p>When Asian Efficiency was just getting started, I built a strong early relationship with the OmniGroup team. They were building something that felt ahead of its time — a serious task manager for serious people. We partnered on content, wrote deep tutorials, and helped their community understand how to actually use it. OmniFocus became one of the most-read topic areas on the site for years.</p>
<p>Lindy feels like that. It's a small, focused company building something real. The product keeps getting better. The team is responsive. And the people who are learning to use it now — really use it, not just dabble — are going to have a significant advantage in the next few years.</p>
<p>The principle here isn't really about Lindy specifically. It's about betting early on things that are working, even if they're not mainstream yet. And sticking with the version that actually works for you, even when newer options arrive.</p>
<h2>How to Think About AI Model Selection</h2>
<p>Here's a simple framework I've landed on:</p>
<p><strong>When to use a smarter (more expensive) model:</strong></p>
<ul>
<li>Research and synthesis</li>
<li>Writing first drafts</li>
<li>Analyzing complex data</li>
<li>Conversations that need nuance</li>
</ul>
<p><strong>When to use a cheaper, more compliant model:</strong></p>
<ul>
<li>Following a specific output format</li>
<li>Structured data extraction</li>
<li>Repeatable automation steps</li>
<li>Anything that needs to work exactly the same every time</li>
</ul>
<p>The test is simple: does this task need intelligence or compliance? If it needs intelligence, use the best model you have access to. If it needs compliance, the cheaper model probably does it better.</p>
<p>And if an AI tool isn't doing what you want — before <a href="https://www.asianefficiency.com/productivity/why-i-stopped-typing-my-prompts-and-what-i-use-instead/" target="_blank" rel="noopener">you spend an hour rewriting prompts</a> — try swapping the model. You might solve it in 5 minutes.</p>
<h2>One More Thing</h2>
<p>The automation you set up 10 years ago might still be the most valuable one you have.</p>
<p>Check your Gmail filters. Check your old Zapier or Make workflows. Check the Shortcuts you built on your phone in 2019 and forgot about. Some of those are probably still running quietly, doing exactly what you told them to do.</p>
<p>That's what good automation looks like. You stop thinking about it. It just works.</p>
<p><em>If you want to dig into AI model selection and workflow design in more depth, that's exactly what we cover in our<a href="https://www.asianefficiency.com/ai-workshop/" target="_blank" rel="noopener"> AI workshops</a>. The next one is May 31 in Fort Worth — details at asianefficiency.com.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/technology/the-ai-model-mistake-most-people-make-bigger-isnt-always-better/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How I Stay Current on AI Without Losing My Mind (Or My Mornings)</title>
		<link>https://www.asianefficiency.com/technology/how-i-stay-current-on-ai-without-losing-my-mind-or-my-mornings/</link>
					<comments>https://www.asianefficiency.com/technology/how-i-stay-current-on-ai-without-losing-my-mind-or-my-mornings/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Mon, 20 Apr 2026 18:00:06 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23057</guid>

					<description><![CDATA[How to stay current on AI without falling behind -- using Notebook LM audio walks, ChatGPT Tasks, and Perplexity instead of Google Search.]]></description>
										<content:encoded><![CDATA[<p>Something funny kept happening at <a href="https://www.asianefficiency.com/ai-workshop/" target="_blank" rel="noopener">my AI workshops</a>.</p>
<p>People would come to the first one, get the fundamentals, and then&#8230; come back again a few months later. I was confused at first. I figured once they had the basics, they'd go figure out the rest on their own.</p>
<p>But then I realized: nobody has time to keep up with AI on their own. The tools change every few weeks. A model that was best-in-class in January might be middle of the pack by March. It's a lot.</p>
<p>And here's the thing &#8212; these weren't people who lacked curiosity. They were smart, busy professionals who genuinely wanted to stay current. They just couldn't find 2-3 hours a week to read all the articles and newsletters and watch all the YouTube videos.</p>
<p>So they came back to workshops as a way to stay updated. Which is kind of a compliment, I guess. But it also told me there's a real gap here.</p>
<p>Staying current on AI shouldn't require a workshop every few months.</p>
<p>Here's how I actually do it.</p>
<h2>The Walk Trick</h2>
<p>Last fall during my AI research masterclass, I showed something that got a bigger reaction than I expected.</p>
<p>I had collected about 15 AI news sources for the week &#8212; articles, newsletters, a few YouTube video summaries &#8212; and dropped them all into <a href="https://notebooklm.google/" target="_blank" rel="noopener">Notebook LM</a>. Then I used the audio overview feature to generate a 20-minute audio summary. Two AI voices, back and forth, covering the key points from all 15 sources.</p>
<p>Put it on my phone. Went for a morning walk. Came back caught up.</p>
<p>That was it. No extra time <a href="https://asianefficiencygo.com/calendar-captain-evergreen/" target="_blank" rel="noopener">blocked in my calendar</a>. No reading piled up from the week before. Just a walk I would have taken anyway.</p>
<p>The audio isn't perfect. It misses things sometimes, or summarizes a point too quickly. But 85% caught up on 15 sources beats 0% caught up after skipping another week of reading.</p>
<p>If you haven't tried the audio overview feature in Notebook LM, this is the use case for it. Collect whatever you've been meaning to read &#8212; 5 articles, 10 articles, doesn't matter &#8212; drop them in, generate the audio, and take it for a walk. The sources can be PDFs, links, YouTube transcripts, text files, anything.</p>
<p>(Side note: I also imported 300 Lex Fridman podcast episodes into Notebook LM once, just to see what would happen. In a few minutes I had access to 600 hours of content I could query by topic. Not something you need to do every week, but it shows how far this thing goes.)</p>
<h2>The Daily Briefing I Set and Forgot</h2>
<p>The walk trick handles <a href="https://go.asianefficiency.com/weekly-review-blueprint/" target="_blank" rel="noopener">my weekly catch-up</a>. The other thing I set up is a daily briefing.</p>
<p>ChatGPT has a feature called Tasks. Most people don't know it exists. It lets you schedule a prompt to run automatically &#8212; daily, weekly, whatever cadence you want.</p>
<p>My prompt runs every day at 11am:</p>
<p><em>Summarize in bullets the latest AI news. For each item, suggest: (1) how I could create content or courses around it, (2) whether it's interesting from an investing angle, (3) what I should look into deeper.</em></p>
<p>And then it just&#8230; runs. Every day. Without me doing anything.</p>
<p>The briefing shows up in my ChatGPT chat at 11am. I skim it over lunch. Some days there's nothing new. Some days there's something worth digging into. Either way it takes about 3 minutes.</p>
<p>The key is the framing. I didn't ask for &#8220;summarize AI news&#8221; &#8212; I asked for news plus three specific lenses: content creation, investing, and deep dives. That turns a generic news summary into something actually relevant to what I'm building.</p>
<p>You can customize it however you want. Your lenses might be different. The point is making the briefing work for your context, not just a generic download of what happened.</p>
<h2>Why I Stopped Using Google for AI Research</h2>
<p>This is a little embarrassing to admit, but I honestly can't remember the last time I used Google Search for research.</p>
<p>I asked a room full of people at that October masterclass: if you use ChatGPT or Perplexity, do you still use Google? Almost nobody raised their hand.</p>
<p>That tells you something.</p>
<p>For research &#8212; real research, not &#8220;what time does this restaurant close&#8221; &#8212; ChatGPT and Perplexity are just better. They synthesize. They pull from multiple sources. They give you a summary with citations instead of a list of links you have to click through individually.</p>
<p>I use Perplexity most for real-time stuff because it's pulling current information. ChatGPT for synthesis and analysis. Claude for longer reasoning. Gemini for anything involving Google's ecosystem or images.</p>
<p>This is what I call being Multi-Tool Native &#8212; not picking one AI and treating it like a hammer, but routing the work to whatever actually fits the job. Different tools have different strengths and you get better results when you use them accordingly.</p>
<p>But the main point is this: for staying current on AI specifically,<a href="https://www.asianefficiency.com/technology/the-background-research-trick-that-kills-the-rabbit-hole-perplexity-slack/" target="_blank" rel="noopener"> dedicated AI research tools</a> are faster and more useful than a search engine. The research you do with Perplexity or ChatGPT in 10 minutes used to take 45 minutes on Google.</p>
<h2>Putting It Together</h2>
<p>Here's the whole system, simplified:</p>
<p><strong>Daily:</strong> ChatGPT Tasks briefing at 11am (set it up once, runs forever). Skim it over lunch. Takes 3 minutes.</p>
<p><strong>Weekly:</strong> Collect whatever AI content has accumulated (articles, newsletters, YouTube transcripts). Drop into Notebook LM, generate audio, take a walk.</p>
<p>That's it. Two habits. One requires almost no active time. The other turns a walk you'd take anyway into a research session.</p>
<p>You don't need to read everything. You don't need to be expert-level on every new model release. You just need enough signal to know what's worth paying attention to and what you can ignore.</p>
<p>The goal isn't omniscience. It's &#8220;good enough to keep moving.&#8221;</p>
<p><em>Want to see how I use these tools in practice? My AI workshops are small-group, half-day sessions where we actually build workflows together &#8212; not just theory. Details at <a href="https://www.asianefficiency.com">asianefficiency.com</a>.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/technology/how-i-stay-current-on-ai-without-losing-my-mind-or-my-mornings/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Your Habits Are Automation. You Just Don&#8217;t Think of Them That Way.</title>
		<link>https://www.asianefficiency.com/habits/your-habits-are-automation-you-just-dont-think-of-them-that-way/</link>
					<comments>https://www.asianefficiency.com/habits/your-habits-are-automation-you-just-dont-think-of-them-that-way/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Mon, 20 Apr 2026 15:00:17 +0000</pubDate>
				<category><![CDATA[Habits]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23056</guid>

					<description><![CDATA[Thanh Pham's weekly review has 30 items. It started with 2 questions 15 years ago. Here's how habits on autopilot are the most powerful automation you're not building.]]></description>
										<content:encoded><![CDATA[<p>People who hear about <a href="https://go.asianefficiency.com/weekly-review-blueprint/" target="_blank" rel="noopener">my weekly review</a> for the first time usually have one of two reactions.</p>
<p>Either they want to copy the whole thing immediately. Or they take one look at the 30-item checklist and say &#8220;I could never do that.&#8221;</p>
<p>Both are wrong.</p>
<p>Here's what I tell them: I didn't build this in a day. I didn't even build it in a year. The weekly review I run now is the result of <a href="https://www.asianefficiency.com/productivity/how-to-do-an-annual-review-that-actually-works/" target="_blank" rel="noopener">15 years of small additions</a>. And it started with two questions.</p>
<p>&#8220;What did I learn this week?&#8221;</p>
<p>&#8220;What can I do better next week?&#8221;</p>
<p>That was it. Every Sunday, same time, same spot. Two questions.</p>
<h2>What Actually Happened Over 15 Years</h2>
<p>A few months in, answering those two questions started to feel automatic. So I added one thing: a quick look at the week ahead on <a href="https://asianefficiencygo.com/calendar-captain-evergreen/" target="_blank" rel="noopener">my calendar</a>. Just to know what was coming.</p>
<p>That became automatic too. So a few months later I added a task review. Then a goals check. Then a project sweep. Each addition happened naturally, once the previous step felt like nothing.</p>
<p>This is how 2 questions became 30 items.</p>
<p>None of it felt like building a system. It felt like a Sunday afternoon routine that kept growing. By the time each new step was added, I wasn't deciding to do it&#8230; I was just doing it.</p>
<p>That's what I mean when I say habits on autopilot are a form of automation.</p>
<h2>Automation Doesn't Have to Be Technical</h2>
<p>Here's where most people get stuck. They hear the word &#8220;automation&#8221; and picture code. Zapier workflows. AI agents. Something technical and complicated that requires setup.</p>
<p>But the most reliable form of automation is a habit that runs without any thinking at all.</p>
<p>And you're already doing this in other parts of your life.</p>
<p>If you have autopay set up for your rent or utilities, that's automation. You made one decision, set it up once, and now it runs every month without you having to think about it. The money moves, the bill gets paid, you didn't lift a finger.</p>
<p>A consistent weekly routine works the same way. You set it up once (with two questions, ideally). You repeat it at the same time every week. Over time it becomes invisible. It just happens.</p>
<h2>The Automation Spectrum</h2>
<p>At Asian Efficiency we think about automation in a few different layers. There's life automation — routines, recurring decisions, habits. There's digital automation — templates, filters, shortcuts. And there's AI automation — agents that handle synthesis, research, drafting.</p>
<p>Most people only talk about the third layer. They skip the first one entirely.</p>
<p>But the life automation layer is the foundation. Recurring payments. Morning rituals. Weekly reviews. These run with zero friction once they're established. No app required. No monthly subscription. No debugging when the API changes.</p>
<p>And they compound. Each habit you build makes the next one easier to add.</p>
<h2>Why Most People Fail at Weekly Reviews</h2>
<p>I get asked about this a lot. People try a weekly review, do it once or twice, then drop it.</p>
<p>The reason is almost always the same: they tried to start with too much.</p>
<p>I used to have the same problem. Back before <a href="https://go.asianefficiency.com/25x/" target="_blank" rel="noopener">I had a system</a>, every time I sat down for a review I had to figure out what to do from scratch. What should I check? What order does this go in? That friction was enough to make me avoid it.</p>
<p>The fix was making it a checklist. Open it, follow the steps, done. No thinking required.</p>
<p>But the checklist started with two steps. That's it.</p>
<p>If you've never done a weekly review before, trying to implement a 15-step version on day one is like trying to run a marathon having never jogged before. You'll stop after the first mile and decide you're not a runner.</p>
<p>Two questions. One sitting. Every week.</p>
<p>That's the whole plan for the first six months.</p>
<h2>What to Actually Do This Week</h2>
<p>Try this tonight or Sunday:</p>
<ol>
<li>Set a 15-minute block at the same time each week (Sunday afternoon works for me, around 3pm)</li>
<li>Put two questions in your calendar invite or a note: What did I learn this week? What can I do better next week?</li>
<li>Answer both. Write it down somewhere, even just a notes app.</li>
<li>That's the whole review.</li>
</ol>
<p>Don't add anything else for at least 4 weeks. Let those two questions become automatic first.</p>
<p>After a month, if it's feeling effortless, add one thing. Maybe a calendar check for the week ahead. That's all.</p>
<p>In 6 months you'll have a 4-step review that feels like nothing. In a few years you might have 10 steps. In 15 years, maybe 30.</p>
<p>But you'll get there the same way I did. One Sunday at a time.</p>
<hr />
<p><em>If you want a more complete guide to building a weekly review that actually sticks, check out the <a href="https://go.asianefficiency.com/weekly-review-blueprint/" target="_blank" rel="noopener">Weekly Review Blueprint</a> — it's the exact system I built over 15 years, documented step by step.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/habits/your-habits-are-automation-you-just-dont-think-of-them-that-way/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How I Became One of Three Lindy AI Implementation Partners (And What That Actually Means)</title>
		<link>https://www.asianefficiency.com/technology/how-i-became-one-of-three-lindy-ai-implementation-partners-and-what-that-actually-means/</link>
					<comments>https://www.asianefficiency.com/technology/how-i-became-one-of-three-lindy-ai-implementation-partners-and-what-that-actually-means/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Mon, 20 Apr 2026 12:00:20 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23055</guid>

					<description><![CDATA[How showing up at Lindy's SF headquarters turned into a preferred implementation partnership, and what I learned about timing, platform bets, and AI in practice.]]></description>
										<content:encoded><![CDATA[<p>Last December I was in Orange County for Thanksgiving. Lindy’s headquarters is in San Francisco — a short flight away.</p>
<p>I’d been a heavy Lindy user for over a year. Built dozens of workflows for clients. <a href="https://www.asianefficiency.com/ai-workshop/" target="_blank" rel="noopener">Taught it in workshops</a>. Pushed it harder than most people I knew. So I sent a message: “I’m in the area. Can I stop by?”</p>
<p>They said yes.</p>
<p>I spent a few hours at their office with the team and the CEO. And by the time I left, I was one of three preferred AI implementation partners in the world.</p>
<p>Three. That’s it.</p>
<p>I didn’t plan that outcome. I just showed up.</p>
<h2>Why This Felt Familiar</h2>
<p>Back when I was building Asian Efficiency in its early days, I flew up to Seattle to visit OmniGroup — the company that makes OmniFocus.</p>
<p>We started collaborating on workflows. They’d send us beta access. We’d create tutorials and courses around their software. Both companies grew from that relationship. It was one of the best strategic bets I made in the first decade of running the business.</p>
<p>This Lindy visit felt the same way.</p>
<p>The pattern: find a platform you genuinely believe in, go deep on it before everyone else does, and show up in person when most people wouldn’t. That’s how you end up with a relationship that goes past being a customer.</p>
<h2>What the Partnership Actually Means</h2>
<p>Here’s the gap Lindy has as a company. They build the software. They don’t do custom implementation.</p>
<p>So when a Lindy customer contacts support and asks “can you help me build this workflow?” — Lindy’s answer is no. But now they say: “We know some people.” And they refer to three of us.</p>
<p>That’s it. There’s no formal program. No <a href="https://www.asianefficiency.com/likes/crushing-it-book" title="crushing-it-book" class="pretty-link-keyword"rel="">marketing</a> arrangement. It’s just: when a customer needs hands-on <a href="https://www.asianefficiency.com/systems/how-i-built-an-agent-army-that-saves-239-hours-a-week/" target="_blank" rel="noopener">help building AI agents</a> on Lindy, they get referred to me.</p>
<p>The reason I got that spot isn’t because I pitched myself. It’s because I’d already built a real track record. I could show the work. I could talk about implementation challenges they recognized from their own customer support tickets. We were speaking the same language before we even sat down.</p>
<h2>What I’ve Been Building With It</h2>
<p>One thing I showed them during the visit was a meeting transcript infographic workflow I’d set up with Gemini.</p>
<p>The prompt is almost embarrassingly simple: <em>turn this transcript into an infographic</em>. That’s it.</p>
<p>Within about 10 seconds, Gemini generates a visual summary — decisions made, action items, key themes. I tested it live on the podcast with my co-host Brooks, pulling up a Lindy meeting I’d had that week. His reaction was pretty much what mine was the first time: this is kind of insane.</p>
<p>Think about what that means for webinars. You run a 90-minute workshop, paste the transcript in, and you have <a href="https://www.asianefficiency.com/likes/crushing-it-book" title="crushing-it-book" class="pretty-link-keyword"rel="">marketing</a> visuals in seconds. <a href="https://www.asianefficiency.com/email-management/the-ai-email-agent-that-processes-my-inbox-for-4-cents-per-email/" target="_blank" rel="noopener">Your follow-up email</a> looks like a professional content team produced it.</p>
<p>Gemini at $20 a month. Unlimited.</p>
<p>I’ve also been using Lindy to handle things like meeting prep, <a href="https://asianefficiencygo.com/optimize-outlook-evergreen/" target="_blank" rel="noopener">follow-up emails</a>, and client automation stacks. The platform has gotten significantly better in the past year. The reason I became a preferred partner isn’t just timing — it’s that I’ve been building real systems on it, not just experimenting.</p>
<h2>The Bigger Lesson About Platform Bets</h2>
<p>Most people wait until a platform has 10 million users before they commit to it. By then, everyone else has already built their expertise and relationships.</p>
<p>The better move is to identify a platform you genuinely believe in, go deeper than almost anyone else, and do it before it’s obvious.</p>
<p>I did this with OmniFocus and Asian Efficiency starting in 2011. I’m doing it again with Lindy and AI automation starting in 2024.</p>
<p>This isn’t about being contrarian. It’s about actually using the tool, building real things with it, and showing up when most people are still just “curious” about it.</p>
<p>I accidentally started an <a href="https://www.asianefficiency.com/ai-workshop/" target="_blank" rel="noopener">AI agency</a> after teaching workshops for fun. What began as people asking me to implement solutions — instead of just teaching them — turned into a full consulting practice with more work than I can handle. The Lindy partnership is a direct extension of that.</p>
<h2>What This Means If You’re a Lindy User</h2>
<p>If you’re already on Lindy and you’ve hit a wall with implementation — agents that aren’t working, workflows that need debugging, a vision for automation you can’t quite execute — that’s what I help with.</p>
<p>I work with business owners and operators who want to actually build their AI stack, not just learn about AI in the abstract.</p>
<p>The best way to get started is to reach out directly. Tell me what you’re trying to automate. We’ll figure out if it’s the right fit.</p>
<p>Booking Q2 projects now.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/technology/how-i-became-one-of-three-lindy-ai-implementation-partners-and-what-that-actually-means/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The 5 Cognitive Biases Destroying Your Productivity (And How to Beat Them) (TPS609)</title>
		<link>https://www.asianefficiency.com/podcasts/609-cognitive-biases-destroying-productivity-2/</link>
					<comments>https://www.asianefficiency.com/podcasts/609-cognitive-biases-destroying-productivity-2/#respond</comments>
		
		<dc:creator><![CDATA[Asian Efficiency Team]]></dc:creator>
		<pubDate>Mon, 20 Apr 2026 11:00:00 +0000</pubDate>
				<category><![CDATA[Podcasts]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23647</guid>

					<description><![CDATA[Hidden cognitive biases quietly sabotage your productivity every day, from the planning fallacy that ruins your schedule to decision fatigue that drains your willpower. In this episode, we explore the psychology behind these mental shortcuts and provide practical systems to beat them. Learn how to recognize traps like anchoring and confirmation bias, and discover simple [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Hidden cognitive biases quietly sabotage your productivity every day, from the planning fallacy that ruins your schedule to decision fatigue that drains your willpower. In this episode, we explore the psychology behind these mental shortcuts and provide practical systems to beat them. Learn how to recognize traps like anchoring and confirmation bias, and discover simple frameworks—like buffer time and friction reduction—that help you make better choices with less effort.</p>



<p>Visit <a href="https://www.asianefficiency.com" target="_blank" rel="noopener">www.asianefficiency.com</a> for more productivity tips and tactics.</p>



<p>Sign up for a $1/month trial period at <a href="https://shopify.com/tps" target="_blank" rel="noopener">shopify.com/tps</a>.</p>



<p>Get 20% off your first order: <a href="https://dripdrop.com" target="_blank" rel="noopener">dripdrop.com</a> — use promo code TPS.</p>



<p>Ready to tackle bigger problems? Go to <a href="https://claude.ai/tps" target="_blank" rel="noopener">Claude.ai/tps</a>.</p>



<p><br /><br /></p>



<span id="more-23647"></span>



<h2 class="wp-block-heading">Cheat Sheet</h2>



<ul class="wp-block-list">
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f399.png" alt="🎙" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Top 3 Productivity Resources <span>[1:40]</span></li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9e0.png" alt="🧠" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Why your brain — not your tools — is the real productivity bottleneck <span>[6:55]</span></li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4b8.png" alt="💸" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Why spending $40 on tickets might cost you a good night's sleep <span>[8:57]</span></li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f634.png" alt="😴" class="wp-smiley" style="height: 1em; max-height: 1em;" /> The cognitive trap that was wrecking Brooks's sleep before concerts <span>[10:50]</span></li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3e6.png" alt="🏦" class="wp-smiley" style="height: 1em; max-height: 1em;" /> The billion-dollar version of that thing you do with your gym membership <span>[11:42]</span></li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f5d3.png" alt="🗓" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Why your brain erases all the annoying parts when estimating how long things take <span>[13:27]</span></li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/23f1.png" alt="⏱" class="wp-smiley" style="height: 1em; max-height: 1em;" /> The buffer time trick that turns chaotic schedule blowouts into clean handoffs <span>[21:00]</span></li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3cb.png" alt="🏋" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Why designing your environment beats relying on willpower every time <span>[23:52]</span></li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2696.png" alt="⚖" class="wp-smiley" style="height: 1em; max-height: 1em;" /> What judges reveal about why you make worse decisions after lunch <span>[28:50]</span></li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f95c.png" alt="🥜" class="wp-smiley" style="height: 1em; max-height: 1em;" /> The counterintuitive reason Brooks banned snacks from his car <span>[31:35]</span></li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3af.png" alt="🎯" class="wp-smiley" style="height: 1em; max-height: 1em;" /> The three hidden biases that are skewing your decisions right now <span>[33:19]</span></li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f916.png" alt="🤖" class="wp-smiley" style="height: 1em; max-height: 1em;" /> How Thanh uses AI to surface and audit his own past decisions <span>[38:00]</span></li>
</ul>



<h2 class="wp-block-heading">Links</h2>



<ul class="wp-block-list">
<li><a href="https://shopify.com/tps" target="_blank" rel="noopener">Shopify</a></li>



<li><a href="https://dripdrop.com" target="_blank" rel="noopener">DripDrop</a> — promo code: TPS for 20% off</li>



<li><a href="https://claude.ai/tps" target="_blank" rel="noopener">Claude</a></li>



<li><a href="https://25xcoaching.com" target="_blank" rel="noopener">25X Productivity Coaching</a></li>



<li><a href="https://www.amazon.com/espresso-Displays-Adjustable-Ultra-Slim-Touchscreen/dp/B0D9Q3HYJB/?tag=asianeffic-20" target="_blank" rel="noreferrer noopener">Espresso Display 15.6&#8243;</a></li>



<li><a href="https://www.amazon.com/Design-Everyday-Things-Revised-Expanded/dp/0465050654/?tag=asianeffic-20" target="_blank" rel="noopener">The Design of Everyday Things — Don Norman</a></li>



<li><a href="https://www.amazon.com/System-Design-Interview-insiders-Second/dp/B08CMF2CQF/?tag=asianeffic-20" target="_blank" rel="noopener">System Design Interview: An Insider's Guide — Alex Xu</a></li>



<li><a href="https://www.asianefficiency.com/podcasts/152-cognitive-bias/" target="_blank" rel="noopener">TPS152: How to Beat Your Brain and Conquer Cognitive Biases</a></li>



<li><a href="https://www.amazon.com/Art-Thinking-Clearly-Rolf-Dobelli/dp/0062219693/?tag=asianeffic-20" target="_blank" rel="noopener">The Art of Thinking Clearly — Rolf Dobelli</a></li>
</ul>


	<p>If you enjoyed this episode, <strong>follow the podcast on <a href="https://podcasts.apple.com/us/podcast/the-productivity-show/id955075042" target="_blank" rel="noreferrer noopener">Apple Podcasts</a>, <a href="https://open.spotify.com/show/6idQBTQNbAQEKSDJHV5OjX?si=hjMZHJXbQuanyh-HDrSupg" target="_blank" rel="noreferrer noopener">Spotify</a>, <a href="https://www.stitcher.com/podcast/asian-efficiency">Stitcher</a>, <a href="https://overcast.fm/p253645-XOswX3" target="_blank" rel="noreferrer noopener">Overcast</a>, <a href="https://pca.st/productivityshow" target="_blank" rel="noreferrer noopener">Pocket Casts</a></strong> or your favorite podcast player.<b> </b>It’s easy, you’ll get new episodes automatically, and it also helps the show. You can also leave a review!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/podcasts/609-cognitive-biases-destroying-productivity-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
				<enclosure url="https://dts.podtrac.com/redirect.mp3/mgln.ai/e/275/prfx.byspotify.com/e/pscrb.fm/rss/p/clrtpod.com/m/traffic.libsyn.com/productivityshow/609_Cognitive_Biases.mp3" length="45865955" type="audio/mpeg" />

				<itunes:author>Asian Efficiency</itunes:author>
		<itunes:episode>609</itunes:episode>
		<podcast:episode>609</podcast:episode>
		<itunes:title>The 5 Cognitive Biases Destroying Your Productivity (And How to Beat Them)</itunes:title>
		<itunes:episodeType>full</itunes:episodeType>
		<itunes:duration>47:15</itunes:duration>
	</item>
		<item>
		<title>My Meetings Now Populate Todoist Automatically (And How I Set It Up)</title>
		<link>https://www.asianefficiency.com/schedule-management/how-i-set-it-up-my-meetings/</link>
					<comments>https://www.asianefficiency.com/schedule-management/how-i-set-it-up-my-meetings/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Fri, 17 Apr 2026 21:00:00 +0000</pubDate>
				<category><![CDATA[Schedule Management]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23054</guid>

					<description><![CDATA[How I built an AI workflow that reads meeting transcripts and adds action items to Todoist with due dates — within 2 minutes of hanging up.]]></description>
										<content:encoded><![CDATA[<p>There's a moment that happens at the end of almost every meeting.</p>
<p>The call ends. Everyone says bye. You close the window. And then you sit there for a few seconds trying to piece together what you just agreed to.</p>
<p>If you're disciplined, you wrote it down somewhere. If you weren't, you're running on memory until someone follows up.</p>
<p>I lived in that gap for years. Then <a href="https://www.asianefficiency.com/technology/i-attended-two-meetings-at-the-same-time-last-week/" target="_blank" rel="noopener">I built something that eliminates it entirely</a>.</p>
<h2>The Problem Nobody Talks About</h2>
<p>Post-meeting admin is one of the most invisible time drains in knowledge work. You don't schedule time for it. It doesn't show up on a <a href="https://asianefficiencygo.com/calendar-captain-evergreen/" target="_blank" rel="noopener">calendar</a>. But it's there — the 5-10 minutes after every call where you have to manually translate what was said into tasks, emails, and reminders.</p>
<p>Multiply that by 5 or 6 meetings a day and you're looking at 30-60 minutes of unscheduled cognitive overhead. And that's assuming you do it right. Most people don't. Commitments slip through. Follow-ups get missed. Someone emails you a week later asking about the thing you said you'd handle.</p>
<p>I was working with a commercial real estate client in late 2025 whose sales team had this exact problem. Their CRM was always behind. Action items from calls weren't getting logged. Follow-up emails were being forgotten. They weren't bad at their jobs — they were just spending 30 minutes after every sales call doing admin work that nobody wanted to do.</p>
<p>We built an agent that changed all of that. When they finish a phone call, the CRM gets updated, tasks are created, and if they promised a follow-up email, it's already drafted and ready to send. The 30 minutes of post-call admin? Gone.</p>
<p>That experience made me want to build the same thing for myself.</p>
<h2>Why I Switched From OmniFocus to Todoist</h2>
<p>I was an OmniFocus user for over a decade. Not because Todoist is a bad app — it's genuinely good. But I switched for one reason: Todoist has an API integration with Lindy that makes my current workflow possible.</p>
<p>This is something I wish I'd understood earlier about productivity tools. The question isn't &#8220;which app is better?&#8221; The better question is: &#8220;what workflow do I want to build, and which app makes that workflow possible?&#8221;</p>
<p>When someone asks me what task manager to recommend, my first follow-up question is always about their workflow. Are you a visual person? Do you like boards or lists? Do you work mostly on mobile? And — especially lately — do you want to be able to connect it to <a href="https://www.asianefficiency.com/ai-workshop/" target="_blank" rel="noopener">AI automations</a>?</p>
<p>That last question changes the answer entirely.</p>
<h2>How the Automation Works</h2>
<p>Here's what happens now at the end of every meeting I have.</p>
<p>Within about 2 minutes of hanging up, I open Todoist. My action items are already in there. Not just a summary of the meeting — specifically the things I said I'd do, with due dates set based on what I committed to.</p>
<p>If I said &#8220;I'll get this to you by Monday,&#8221; there's a Todoist task due Monday.</p>
<p>If I said &#8220;let me follow up on that,&#8221; there's already a draft email waiting for me in my inbox.</p>
<p><a href="https://www.asianefficiency.com/technology/when-not-to-use-lindy-and-what-to-use-instead/" target="_blank" rel="noopener">The workflow runs through Lindy</a>. Lindy reads the meeting transcript, uses AI to identify every action item I committed to — not things others committed to, specifically mine — and creates the tasks in Todoist with the correct due dates. If a proposal was promised, it pre-drafts the email based on the meeting context.</p>
<p>I didn't type a single thing.</p>
<p>The setup took me maybe an hour to configure. It's been running for months. It's one of those automations that's so quietly in the background that I almost forget it exists — until I'm in a meeting and I notice I'm not frantically taking notes anymore. Because I don't need to.</p>
<h2>The 80/20 Principle for Automation</h2>
<p>This is a good example of what I call <a href="https://www.asianefficiency.com/technology/the-80-20-flip-why-getting-better-at-ai-coding-means-writing-less-code/" target="_blank" rel="noopener">80/20 agent building</a>: focus your automation energy on things that happen daily, not things that are impressive but rare.</p>
<p>Post-meeting admin happens every day. Multiple times a day. A one-time ROI is nice, but compounding ROI is where the real leverage is. High-frequency tasks are the best candidates for automation because you capture the return every single day.</p>
<p>The mistake most people make when they start exploring AI automation is chasing the flashy use case. The complex multi-step agent that does something dramatic. But the simple automation that runs 5 times a day saves you more total time than the sophisticated one that runs once a month.</p>
<p>Start with frequency. Build from there.</p>
<h2>What You Need to Set This Up</h2>
<p>Here's the short version:</p>
<ol>
<li>A Lindy account (they have a free tier to start)</li>
<li>A Todoist account (also has a free tier)</li>
<li>A meeting transcription tool — I use Fireflies, but Otter works too</li>
<li>About an hour to configure the Lindy workflow</li>
</ol>
<p>The core flow: Fireflies captures the meeting transcript, Lindy processes it, Lindy creates tasks in Todoist. You'll need to give Lindy your Todoist API key and configure the task format you want.</p>
<p>If you're already using Lindy for other things, this workflow should take you 20 minutes to set up, not an hour.</p>
<h2>The Bigger Lesson</h2>
<p>This whole workflow started because I stopped asking &#8220;what's the best task manager&#8221; and started asking &#8220;what workflow do I want, and what tools enable it.&#8221;</p>
<p>That question reframe changes everything. It makes you build backwards from the outcome instead of forward from the feature set. And when you start choosing tools that way, you end up with a system that actually fits how you work — not how the app designer assumed you'd work.</p>
<p>The post-meeting admin gap is small. But small things that happen daily add up fast.</p>
<p>Try it. See what 30 minutes back per day does for you over a month.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/schedule-management/how-i-set-it-up-my-meetings/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Rule of Three Isn&#8217;t a Limit. It&#8217;s a Finish Line.</title>
		<link>https://www.asianefficiency.com/task-management/the-rule-of-three-isnt-a-limit-its-a-finish-line/</link>
					<comments>https://www.asianefficiency.com/task-management/the-rule-of-three-isnt-a-limit-its-a-finish-line/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Fri, 17 Apr 2026 18:00:42 +0000</pubDate>
				<category><![CDATA[Task Management]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23053</guid>

					<description><![CDATA[The rule of three isn't a limit on what you can do. For type-A people, it's a definition of what "done" actually looks like — and that changes everything.]]></description>
										<content:encoded><![CDATA[<p>For a long time, I thought the rule of three was a tool for people who didn't have much going on.</p>
<p>I had a lot going on. I'd come into a day with 12, 15 things on my list. Some days I'd knock out 9 of them and still feel behind because of the 6 I didn't touch. That math never made sense to me at the time. It took a while to figure out what was actually broken.</p>
<p>It wasn't my capacity. It was my finish line.</p>
<h2>What the Rule of Three Actually Does</h2>
<p>Most people hear &#8220;pick your top three tasks for the day&#8221; and interpret it as a <a href="https://go.asianefficiency.com/25x/" target="_blank" rel="noopener">productivity</a> ceiling. A constraint. Something for people who can't handle complexity.</p>
<p>But that's not what it is.</p>
<p>When you commit to three things and actually finish them, you've &#8220;won&#8221; the day. You can always add more after. Nobody stops you from doing tasks four, five, or six. The rule of three doesn't prevent that.</p>
<p>What it does is give you a clear definition of success before the day starts — so you stop moving the goalposts on yourself.</p>
<p>Type-A people especially struggle with this. High achievers tend to keep raising the bar mid-game. They finish five things and immediately shift <a href="https://asianefficiencygo.com/focus-filter-evergreen/" target="_blank" rel="noopener">focus</a> to the eight they didn't touch. There's no arrival point. Every day ends in some version of &#8220;not enough.&#8221;</p>
<p>The rule of three fixes that. When you hyper-focus on three things and finish them, two things happen. You move faster because you're not spreading attention across 15 items. And you actually feel done — maybe for the first time in a while.</p>
<h2>The Sunday Version of This</h2>
<p>I run a version of this same logic every Sunday during my weekly review.</p>
<p>Most people use their Sunday planning to <em>add</em> to the week. What needs to happen? What am I committed to? What am I behind on? And they end up building a week that <a href="https://www.asianefficiency.com/schedule-management/your-calendar-is-lying-to-you-heres-the-hidden-time-tax/" target="_blank" rel="noopener">already feels overpacked</a> before Monday morning arrives.</p>
<p>One thing I added to my weekly review checklist changes that: I ask myself what I can <em>remove</em> from the calendar.</p>
<p>Not what I should add. What should come off.</p>
<p>Most weeks, I find something. A recurring meeting I haven't re-evaluated in months. A call that could be a three-sentence email. A block I put in out of obligation to someone else's urgency. Things that felt necessary when I added them but aren't moving anything forward now.</p>
<p>This single question — &#8220;what can I remove?&#8221; — is what keeps a week from collapsing under its own weight before it starts.</p>
<p>It's the same logic as the rule of three, just applied at the weekly level. You're not just planning what to do. You're deciding what success looks like and removing everything that gets in the way of it.</p>
<h2>Why This Is Hard for High Performers</h2>
<p>Here's the thing: if you're someone who genuinely has a lot of capacity, the rule of three feels wrong. It feels like underperforming. You know you can do more.</p>
<p>And you're right. You can do more.</p>
<p>But doing more and <a href="https://shop.asianefficiency.com/finishers-fastlane-elite-6p-checkout/" target="_blank" rel="noopener">finishing things</a> are different problems.</p>
<p>A to-do list with 15 items and 9 completions looks impressive. But a list with 3 items and 3 completions <em>feels</em> different. There's a clarity to it. A sense of control. And over time, consistent completion of the right things beats inconsistent coverage of many things.</p>
<p>I've watched people with half my energy output accomplish twice as much — because they were relentless about what got on their list in the first place.</p>
<p>The filter is the work. Getting the right three things on the list is harder than it looks.</p>
<h2>How to Actually Do This</h2>
<p>If you want to try it, here's how I'd start:</p>
<p><strong>For daily planning:</strong></p>
<ol>
<li>The night before (or first thing in the morning), identify your three most important tasks for the day.</li>
<li>Write them down somewhere visible — not buried in a 20-item list.</li>
<li>Don't start anything else until those three are either done or consciously deprioritized.</li>
<li>If you finish all three by 2pm, great — you can add more. But you've already won the day.</li>
</ol>
<p><strong>For your weekly review:</strong></p>
<p>Before you add anything to next week, ask: &#8220;What can I remove from <a href="https://asianefficiencygo.com/calendar-captain-evergreen/" target="_blank" rel="noopener">my calendar?</a>&#8221; Look for meetings you haven't re-evaluated. Blocks you're holding out of habit. Things that were urgent three weeks ago and aren't anymore.</p>
<p>Remove one thing. Just one. Then plan the rest of the week.</p>
<p>Over time, this becomes automatic. You stop letting your calendar be a graveyard for old commitments.</p>
<h2>The Finish Line Changes Everything</h2>
<p>The most productive people I know aren't doing more than everyone else. They're doing less, more consistently, and finishing it.</p>
<p>That's the shift. Not more capacity. A clearer finish line.</p>
<p>The rule of three isn't a ceiling. It's a definition of success. And once you have that, you can stack as much on top as you want.</p>
<hr />
<p><em>If you want a step-by-step system for your <a href="https://go.asianefficiency.com/weekly-review-blueprint/" target="_blank" rel="noopener">weekly review</a> — including the calendar pruning question — check out the resource. It covers how to set up this habit so it actually sticks.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/task-management/the-rule-of-three-isnt-a-limit-its-a-finish-line/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The $5 Photo Shoot: How a Small Austin Jewelry Brand Stopped Waiting and Started Producing</title>
		<link>https://www.asianefficiency.com/technology/the-5-photo-shoot-how-a-small-austin-jewelry-brand-stopped-waiting-and-started-producing/</link>
					<comments>https://www.asianefficiency.com/technology/the-5-photo-shoot-how-a-small-austin-jewelry-brand-stopped-waiting-and-started-producing/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Fri, 17 Apr 2026 15:00:58 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23052</guid>

					<description><![CDATA[A small jewelry brand replaced thousand-dollar photo shoots with 5-cent AI images. Here's what happened, what tools made it possible, and the mindset shift behind it.]]></description>
										<content:encoded><![CDATA[<p>There’s a jewelry <a href="https://www.asianefficiency.com/likes/crushing-it-book" title="crushing-it-book" class="pretty-link-keyword"rel="">brand</a> in Austin I’ve been working with. Small operation, husband and wife, sell online. They had decent product photos but kept talking about doing a lifestyle shoot.</p>
<p>You know the type. Jewelry on someone’s wrist. Necklace draped over a coffee table. That warm, editorial look you see from the brands you actually want to buy from.</p>
<p>Every time the conversation came up, it got pushed back.</p>
<p>Too expensive. Too much coordination. Need to find a photographer, a model, a location. Maybe next quarter.</p>
<p>This went on for months.</p>
<h2>What We Actually Did</h2>
<p>One afternoon, we just tried something. I pulled up a tool called <a href="https://nanobananaimg.com/" target="_blank" rel="noopener">Nano Banana</a> and uploaded a few of their existing product shots.</p>
<p>Then I described the lifestyle scene I wanted. Bracelet on a marble surface, morning light, simple background. Something that could go on their homepage or Instagram.</p>
<p>Thirty seconds later, we had it.</p>
<p>Cost: 5 cents.</p>
<p>We did it again. Different angle. Different setting. Each one under a minute. Each one looking exactly like the kind of photo they’d been putting off booking.</p>
<p>The rule with <a href="https://www.asianefficiency.com/ai-workshop/" target="_blank" rel="noopener">AI product</a> photography for jewelry is this: avoid showing faces. Zoom into the product. The lighting, the texture, the detail&#8230; it all reads as real because the product is real. You’re just using AI to handle the environment around it.</p>
<p>By the end of that afternoon, they had 40+ new assets ready to upload.</p>
<h2>The Shift Isn’t Just About Cost</h2>
<p>The obvious win is money. Traditional lifestyle shoots for a small <a href="https://www.asianefficiency.com/likes/crushing-it-book" title="crushing-it-book" class="pretty-link-keyword"rel="">brand</a> can run anywhere from $500 to a few thousand dollars once you account for a photographer, model, location, and editing. At 5 cents per image, the math is almost embarrassing.</p>
<p>But the bigger shift is something else.</p>
<p>For months, “lifestyle photos” sat on a list of things they wanted to do someday. It wasn’t that they didn’t want them. They always wanted them. The friction of organizing a shoot just kept winning.</p>
<p>Remove the friction and the thing gets done.</p>
<p>This is a pattern I see over and over with small business owners and AI. They’re not resistant to improving their business. They have lists full of improvements they want to make. What they don’t have is time, budget, or bandwidth.</p>
<p>AI doesn’t replace the desire. It just removes what was blocking it.</p>
<h2>But You Have to Use the Right Tool for the Job</h2>
<p>Here’s something I’ve learned from working with a lot of business owners on AI: loyalty to one tool is a mistake.</p>
<p>The <a href="https://www.asianefficiency.com/technology/which-ai-should-you-use-and-when/" target="_blank" rel="noopener">best AI users I know route work to the right tool</a> depending on what needs to happen.</p>
<p>For image work, especially product imagery, Gemini is usually the strongest option right now. For writing that sounds more like a human wrote it, Gemini also tends to outperform the others. For anything technically complex, Claude. For daily strategy and research, ChatGPT. For recurring automations, Lindy.</p>
<p>I call this being Multi-Tool Native. Not picking a winner, but knowing which tool to reach for on which job.</p>
<p>The jewelry <a href="https://www.asianefficiency.com/likes/crushing-it-book" title="crushing-it-book" class="pretty-link-keyword"rel="">brand</a> situation was a visual task. So we used a visual-first tool. That made all the difference. If we’d tried to solve it with a text-focused model or a general-purpose chatbot, the results would have been mediocre. And they might have concluded “AI doesn’t work for this.”</p>
<p>The routing matters as much as the tool.</p>
<h2>One More Thing That Changed</h2>
<p>After we solved the photo problem, I showed them something else.</p>
<p>I used Claude Code to build a simple tool that tracked their product catalog and matched it against their image inventory. So they could see at a glance which products had lifestyle photos and which were still missing them.</p>
<p>Took a few hours. No developer involved. I just described what I wanted and iterated on it.</p>
<p>Before <a href="https://www.asianefficiency.com/productivity/i-dont-know-how-to-code-ive-built-dozens-of-apps-anyway/" target="_blank" rel="noopener">AI coding tools</a> existed, something like that would have meant hiring a developer, writing a brief, going through a revision cycle, and spending probably $2,000 minimum. Now it’s an afternoon project.</p>
<p>This is the thing people miss when they think about AI for business. They imagine replacing their copywriter or their accountant.</p>
<p>But the real ROI is in all the projects you were never going to do because they cost too much or required skills you didn’t have. AI makes those projects possible. The list of “someday” items gets shorter.</p>
<h2>Where to Start</h2>
<p>If you have a product-based business and you’re not using AI for your visual assets yet, start there. The tools are genuinely good now, especially for faceless shots.</p>
<p>If you’re a service business, think about what administrative projects you’ve been putting off because they’d require a developer or a designer. There’s a decent chance you can build a lightweight version yourself with Claude Code or a similar tool.</p>
<p>The jewelry <a href="https://www.asianefficiency.com/likes/crushing-it-book" title="crushing-it-book" class="pretty-link-keyword"rel="">brand</a> didn’t need me to tell them they wanted better photos. They knew that. What they needed was someone to show them the friction had already been removed.</p>
<p>Yours probably has been too.</p>
<hr />
<p><em>Want to learn how to use AI tools like this in your own business? I run one-day AI workshops in Austin and online. Check the <a href="https://go.asianefficiency.com/productivity-academy/">Productivity Academy</a> for upcoming sessions.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/technology/the-5-photo-shoot-how-a-small-austin-jewelry-brand-stopped-waiting-and-started-producing/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The AI Agent That Reads All Your Meetings and Finds What You Missed</title>
		<link>https://www.asianefficiency.com/technology/the-ai-agent-that-reads-all-your-meetings-and-finds-what-you-missed/</link>
					<comments>https://www.asianefficiency.com/technology/the-ai-agent-that-reads-all-your-meetings-and-finds-what-you-missed/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Fri, 17 Apr 2026 12:00:07 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23051</guid>

					<description><![CDATA[How to build a weekly synthesizer agent that reads all your meeting transcripts and surfaces patterns, contradictions, and insights you'd never catch alone.]]></description>
										<content:encoded><![CDATA[<p>Last year I realized something a little embarrassing.</p>
<p>I had a Lindy notetaker joining my calls. I had transcripts being saved to Google Drive. I had this whole system set up to capture everything.</p>
<p>And I was reading maybe 5% of it.</p>
<p>Somewhere in that other 95% was a comment a client made in passing that I should have followed up on. A recurring blocker that came up three times in a month. A contradiction between what two different advisors told me in separate meetings that I never noticed because I was reading one transcript at a time.</p>
<p>So I built something to fix it.</p>
<h2>The Weekly Synthesizer Agent</h2>
<p>Every Sunday night, an agent runs through all my meeting transcripts from the past seven days. Sometimes that's 8 meetings. Sometimes 15. It doesn't matter — it reads everything, synthesizes it into a Google Doc, and drops the doc in <a href="https://asianefficiencygo.com/inbox-detox-blog" target="_blank" rel="noopener">my inbox</a> before I wake up Monday morning.</p>
<p>Here's what the document includes:</p>
<ul>
<li><strong>Executive summary</strong> — a paragraph or two overview of what the week was actually about, not just what was scheduled</li>
<li><strong>Recurring themes</strong> — topics that came up across multiple conversations (if something showed up in 4 different meetings, I want to know)</li>
<li><strong>Key decisions made</strong> — things I committed to or agreed on</li>
<li><strong>Blockers and open questions</strong> — things that haven't been resolved</li>
<li><strong>Books, tools, and resources mentioned</strong> — across all calls, so I don't miss the thing someone recommended in passing</li>
<li><strong>Relationship signals</strong> — who I said I'd follow up with, or who seems like they need a check-in</li>
</ul>
<p>That last category has probably been the most useful for me practically. I miss follow-ups all the time. Now my agent flags them automatically.</p>
<h2>The Contradiction Feature</h2>
<p>But here's the part I didn't expect to be so valuable.</p>
<p>Contradictions.</p>
<p>Last month, two people told me completely different things about AI-generated content. One person said AI clones and AI-generated content are the <a href="https://www.asianefficiency.com/productivity/how-to-build-your-brand-guide-in-30-minutes/" target="_blank" rel="noopener">future of personal branding</a>. Another person, in a completely different call a few days later, said authenticity is the only thing that builds real trust and that AI-generated content is destroying it.</p>
<p>Neither of them knew the other had said the opposite thing.</p>
<p>But my agent caught both. It flagged them as a contradiction. And suddenly I had a genuinely interesting question to sit with: which one is right? Are both right in different contexts? Is there a third answer?</p>
<p>You can't get that by reading one transcript. You can only see contradictions when something is holding all the conversations at once.</p>
<p>This is what I mean by transcript-first thinking. Your meetings are already producing data — real conversations, real opinions, real signals. The question is whether you're capturing it in a way that lets you use it.</p>
<h2>The Context Profile That Makes It Work</h2>
<p>There's a second piece to this that took me a while to figure out.</p>
<p>The synthesizer is only as useful as the context you give it. If the agent doesn't know who I am, what my businesses are, or what I care about, it can't tell the difference between a minor comment and something worth flagging.</p>
<p>So I built what I call a context profile.</p>
<p>It's a single Google Doc that I load into every agent I build. It has my name, my values, my business goals, my working style, my communication preferences, my current projects. I used ChatGPT to help me write it. I basically had a conversation with ChatGPT about myself and asked it to summarize everything into a <a href="https://asianefficiencygo.com/digital-declutter-evergreen/" target="_blank" rel="noopener">structured document</a>.</p>
<p>The funny part is that ChatGPT wrote a better summary of me than I would have written myself. It asked follow-up questions. It noticed patterns I hadn't spelled out. And when I loaded that document into Lindy, the agents immediately got better. They stopped giving me generic output and started giving me relevant output.</p>
<p>Think of it like the difference between asking a new consultant to help you and asking one who's worked with you for six months. The work is technically the same. But the consultant who knows your business gives you something you can actually use.</p>
<p>This is the Centralized Context principle in practice. Instead of explaining yourself every time you open a new AI session, you build one document that travels with every agent you deploy. One source of truth. Agents stop asking you the same questions. Output gets more personalized. Everything gets faster.</p>
<h2>How to Build Your Own</h2>
<p>If you want to try this, here's the rough structure:</p>
<p><strong>Step 1: Get your transcripts somewhere readable</strong></p>
<p>You need your meeting transcripts stored somewhere an AI can access them. Google Drive works well. The key is saving them as plain text files — not PDFs, not formatted docs. Just text.</p>
<p><strong>Step 2: Build your context profile</strong></p>
<p>Open ChatGPT and have a conversation about yourself. Tell it your name, your businesses, your goals, your communication style. Then ask it to summarize everything into a structured document. Review it, fill in gaps, save it to Google Drive.</p>
<p><strong>Step 3: Build the synthesizer in Lindy</strong></p>
<p>The trigger is time-based — every Sunday at 9pm, for example. The action is: load the context profile, read all transcripts from the past 7 days, generate a structured summary, write it to a new Google Doc, and <a href="https://asianefficiencygo.com/optimize-outlook-evergreen/" target="_blank" rel="noopener">share it to your email</a>.</p>
<p>The whole thing took me about two hours to build the first time. And the output on week one was immediately useful.</p>
<h2>Why This Matters</h2>
<p>There's a concept in productivity called <a href="https://www.asianefficiency.com/podcasts/526-avoid-fake-work/" target="_blank" rel="noopener">real vs fake work</a>. Reading through individual transcripts one by one looking for insights is real work — it takes time and attention. But having an agent do the first pass so you can focus on the thinking? That's leverage.</p>
<p>The synthesizer doesn't replace your judgment. You still have to decide what the contradictions mean. You still have to choose which follow-ups to actually send. But it surfaces the raw material so you're making decisions with better information.</p>
<p>Your meetings are already happening. The data is already there. The question is just whether you're letting it work for you.</p>
<p><em>Want to learn how to build AI agents like this? Check out our <a href="https://go.asianefficiency.com/productivity-academy/" target="_blank" rel="noopener">Productivity Academy</a> for frameworks on AI-powered productivity systems.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/technology/the-ai-agent-that-reads-all-your-meetings-and-finds-what-you-missed/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>You Don&#8217;t Have a Time Problem. You Have a Currency Problem.</title>
		<link>https://www.asianefficiency.com/productivity/you-dont-have-a-time-problem-you-have-a-currency-problem/</link>
					<comments>https://www.asianefficiency.com/productivity/you-dont-have-a-time-problem-you-have-a-currency-problem/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Thu, 16 Apr 2026 21:00:15 +0000</pubDate>
				<category><![CDATA[Productivity]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23050</guid>

					<description><![CDATA[Most productivity problems aren't time problems — they're energy or attention issues in disguise. Here's how to diagnose which one is limiting you.]]></description>
										<content:encoded><![CDATA[<p>A few years ago, a client came to me convinced he needed to wake up at 5am.</p>
<p>He had read the books. Watched the YouTube videos. His theory was simple: if he could just get more hours in the day, everything would click.</p>
<p>We talked for about 20 minutes before I stopped him.</p>
<p>&#8220;Let's actually figure out what's broken first.&#8221;</p>
<p>Because here's the thing — most people diagnose their productivity problem as a time problem. And then they spend months optimizing the wrong thing.</p>
<h2>The Three Currencies</h2>
<p>When I start working with a new client, we don't open their calendar right away. We start with what I call the <a href="https://www.asianefficiency.com/podcasts/583-advanced-tea-framework-tips/" target="_blank" rel="noopener">TEA Framework</a>: time, energy, and attention as the three currencies of productivity.</p>
<p>Each one can become the bottleneck. And the fix for each is completely different.</p>
<p><strong>Time</strong> is what most people think about. How many hours do you have? Are you overcommitted? Is your schedule chaotic?</p>
<p><strong>Energy</strong> is the less-obvious one. It's your physical, mental, and emotional capacity to actually do the work. High energy and you move through tasks like butter. Low energy and even simple decisions feel heavy.</p>
<p><strong>Attention</strong> is the scarcest one in knowledge work. It's your ability to stay with one important thing long enough to finish it well. Not just sitting at your desk — actually being present in the work.</p>
<h2>The Three Ways This Breaks Down</h2>
<p>I've worked with enough people to know the failure states by now.</p>
<p><strong>Overwhelmed</strong> usually means time is the real bottleneck. Too many commitments, not enough hours, scheduling chaos. This one is actually rare — it just feels common because it's the most obvious to name.</p>
<p><strong>Exhausted</strong> means energy is the problem. The hours are there but your body and mind aren't showing up for them. This is where sleep, recovery, and <a href="https://www.asianefficiency.com/productivity/unlock-your-hidden-energy-prioritizing-power-zones-transforms-productivity/" target="_blank" rel="noopener">task-energy matching matter most</a>. I had a year where I made almost no system changes and just focused on sleep quality. It was the most productive year I'd had in a long time. That's an energy fix, not a time fix.</p>
<p><strong>Distracted</strong> means attention is the bottleneck. And this is the one I see most often. The work is there. The hours are there. But focus keeps slipping. The environment is set up wrong. The interruption load is too high. The deep work blocks don't exist.</p>
<h2>The Benchmark Nobody Talks About</h2>
<p>Here's a number that surprises most people.</p>
<p>If you can protect 10 hours of <a href="https://asianefficiencygo.com/focus-filter-evergreen/" target="_blank" rel="noopener">genuinely focused work</a> per week, that's A+ territory. Not 10 hours of being at your desk or having your laptop open. 10 hours of actual deep focus — flow state, making real progress on things that matter.</p>
<p>One hour per day of that kind of work is still a good week. A solid A.</p>
<p>Most people, when they're honest, are getting 2-3 hours of it. Sometimes less.</p>
<p>Nine 10-minute focus bursts don't add up to 90 minutes of real work. That's not how attention works. The depth compounds — but only if you actually get there.</p>
<p>This is why &#8220;just wake up earlier&#8221; rarely solves anything. You wake up earlier, but if <a href="https://asianefficiencygo.com/serene-sleep-evergreen/" target="_blank" rel="noopener">you're sleeping badly</a>, you're just adding more low-quality hours to the front of a tired day.</p>
<h2>How to Actually Diagnose It</h2>
<p>The question I ask every client is: which currency is running lowest?</p>
<p>Start with energy. Check your sleep consistency for the last week. Notice when you crash during the day — early afternoon slumps usually point here. Run a quick audit: after your main activities, did that <a href="https://www.asianefficiency.com/habits/how-to-have-energy-at-the-end-of-the-day/" target="_blank" rel="noopener">give you energy or drain you</a>? The things that drain you are worth examining.</p>
<p>Then check attention. How many true focus blocks did you have this week? If the answer is &#8220;I'm not sure&#8221; or &#8220;maybe one?&#8221; — attention is probably the problem. Your environment is fragmenting your thinking before you even notice it.</p>
<p>And finally, check time. If energy and attention seem fine but you're still falling behind, then yes — time management is the lever. Look at over commitment, meeting load, or whether you're doing work you should be delegating.</p>
<h2>The Wrong Fix vs. the Right Fix</h2>
<p>The reason most productivity improvements don't stick is misdiagnosis.</p>
<p>The guy who needs better sleep downloads a new task manager. The person who needs to protect deep work blocks books more calls because she thinks she needs to &#8220;communicate better.&#8221; The person who has genuine overcommitment starts a morning routine.</p>
<p>None of those fixes work because they're targeting the wrong currency.</p>
<p>Figure out which of the three is actually limiting you. Then open the right playbook for that problem. And only that one — fixing all three at once is a good way to fix nothing.</p>
<p>Try this: sit down tonight and ask yourself which one felt most limited today. Time, energy, or attention. That's where you start.</p>
<hr />
<p><em>If you want a deeper framework for managing all three, the <a href="https://go.asianefficiency.com/25x/">25X Productivity System</a> walks through the full TEA diagnosis process along with specific interventions for each currency.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/productivity/you-dont-have-a-time-problem-you-have-a-currency-problem/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Wrong Person Is Asking for Your 5-Star Reviews (And What To Do About It)</title>
		<link>https://www.asianefficiency.com/technology/the-wrong-person-is-asking-for-your-5-star-reviews-and-what-to-do-about-it/</link>
					<comments>https://www.asianefficiency.com/technology/the-wrong-person-is-asking-for-your-5-star-reviews-and-what-to-do-about-it/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Thu, 16 Apr 2026 18:00:09 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23049</guid>

					<description><![CDATA[Most service businesses ask the wrong person for reviews. Here's the counterintuitive insight that changes everything — and how AI makes it easy to act on.]]></description>
										<content:encoded><![CDATA[<p>Last year I spoke at the Serious Business conference — a big annual event for the salon industry. Three back-to-back sessions. Standing room only in every room.</p>
<p>What surprised me wasn't the turnout. It was the question that kept coming up after each session: &#8220;<a href="https://www.asianefficiency.com/productivity/the-person-most-responsible-for-your-5-star-reviews-isnt-at-the-front-desk/" target="_blank" rel="noopener">How do we get more 5-star reviews?</a>&#8221;</p>
<p>Every owner I talked to assumed the answer was some kind of front-desk training or a sign at checkout. Most of them had tried it. Most of them had gotten inconsistent results.</p>
<p>Then I shared what Chris Murphy had figured out.</p>
<h2>The Stylist Is the One Who Should Be Asking</h2>
<p>Chris coaches service businesses. He spent a long time trying to figure out why some salons were racking up reviews while others, doing similar work, were barely getting any.</p>
<p>The answer wasn't the product, the service, or even the timing of the ask.</p>
<p>It was the person asking.</p>
<p>The front desk staff is busy. When a client walks out, they're already processing the next booking, handling the phone, or saying goodbye to someone else. If they remember to ask about reviews, it's usually rushed. And rushed asks don't get results.</p>
<p>The stylist is completely different. They just spent 60 to 90 minutes with that client. They know the client's name, their history, what they wanted that day, and whether they're happy. And they can see it — that moment when someone looks in the mirror and genuinely lights up.</p>
<p>That's the window.</p>
<p>A quick word from the stylist, in that moment, carries ten times the weight of a checkout prompt.</p>
<h2>Why This Is Actually a Systems Problem</h2>
<p>Once you understand that the stylist is the key person, everything changes.</p>
<p>It's not just a training insight. It's a systems insight. You can build around it.</p>
<p>Some salons do this manually. They brief stylists on how to mention reviews naturally at the end of a service. It works, but it's inconsistent — some stylists remember, some don't, some feel awkward about it.</p>
<p>The ones getting the most consistent results are the ones who've added a light automation layer.</p>
<p>Here's what that looks like:</p>
<ol>
<li>The booking system logs when a service closes</li>
<li>A few minutes after checkout, the client gets a short personalized text</li>
<li>The text sounds like it's coming from the stylist, not the salon</li>
<li>It thanks them for coming in and includes a direct link to leave a review</li>
</ol>
<p>Nothing spammy. Nothing generic. Just a nudge from the right person at the right time, automatically.</p>
<p>I've seen this structure work across industries — not just salons. Any service business where one specific person does the actual work and builds the relationship. Massage therapists, personal trainers, consultants. The principle is the same.</p>
<h2>The Photo Problem That Nobody Talks About</h2>
<p>While I was at the Serious Business conference, I ran an exercise that stopped the room.</p>
<p>I asked: &#8220;<a href="https://www.asianefficiency.com/technology/the-graveyard-of-unpublishable-photos-and-how-ai-clears-it-in-20-seconds/" target="_blank" rel="noopener">How many of you have photos from client transformations that you can't post</a> — because there's junk in the background, hair on the floor, power cords everywhere?&#8221;</p>
<p>Every hand in the room went up.</p>
<p>Hundreds of photos. Thousands, some said. Amazing transformations. Totally unpublishable.</p>
<p>I showed them something. Take one of those photos. Upload it to Gemini. Ask it to clean up the background. Remove the cord. Remove the hair on the floor.</p>
<p>Twenty seconds later: a clean, postable before-and-after.</p>
<p>The room got very quiet. Then a lot of typing started.</p>
<p>That's what I mean when I say the gap between knowing about AI and using AI is the real problem right now. The tools exist. They work. Most people just haven't connected the tool to the problem yet.</p>
<p>The reviews insight and the photo insight are related, actually. Both come from a simple question: where is value being lost right now because of friction?</p>
<p>For reviews, the friction is between the moment of peak happiness and the act of leaving a review. For photos, the friction is between having the shot and having a publishable asset.</p>
<p>AI can remove both.</p>
<h2>Where To Start</h2>
<p>If you run a service business and you want more reviews, here's the simplest version of this:</p>
<ol>
<li>Identify the person on your team who has the most relationship-rich contact with customers</li>
<li>Brief them on asking at the right moment (not at checkout — during the service's natural closing)</li>
<li>Set up a simple follow-up text or <a href="https://asianefficiencygo.com/inbox-detox-blog" target="_blank" rel="noopener">email</a> triggered by booking completion, written to sound like it comes from that person</li>
</ol>
<p>You don't need a fancy CRM to start. A basic booking system and a text automation tool is enough.</p>
<p>The bigger idea here — and this is what I come back to in almost <a href="https://www.asianefficiency.com/ai-workshop/" target="_blank" rel="noopener">every workshop I run</a> — is that most business problems are systems problems in disguise. You don't have a reviews problem. You have a timing and attribution problem. Fix those, and the reviews follow.</p>
<p>Same with photos. You don't have a content shortage. You have a backlog problem. Fix the friction, and suddenly you have assets.</p>
<p>If you want to go deeper on this, check out the <a href="https://go.asianefficiency.com/productivity-academy/" target="_blank" rel="noopener">Productivity Academy</a> — we cover this kind of systems thinking in the context of AI workflows regularly.</p>
<p>One small fix at a time.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/technology/the-wrong-person-is-asking-for-your-5-star-reviews-and-what-to-do-about-it/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>My AI Agent Calls My Allergy Clinic Before Every Appointment (And Why That&#8217;s the Best AI I&#8217;ve Built)</title>
		<link>https://www.asianefficiency.com/technology/my-ai-agent-calls-my-allergy-clinic-before-every-appointment-and-why-thats-the-best-ai-ive-built/</link>
					<comments>https://www.asianefficiency.com/technology/my-ai-agent-calls-my-allergy-clinic-before-every-appointment-and-why-thats-the-best-ai-ive-built/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Thu, 16 Apr 2026 15:00:12 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23048</guid>

					<description><![CDATA[How a simple AI phone agent that calls the allergy clinic 30 minutes before appointments saves 25 minutes of waiting — and what it reveals about how to build an AI automation stack.]]></description>
										<content:encoded><![CDATA[<p>Every week, about 30 minutes before my allergy appointment, my phone rings.</p>
<p>Wait, no. That's wrong. My phone doesn't ring at all.</p>
<p>A Lindy agent does the calling. It dials the clinic. Navigates their automated phone menu. Tells the receptionist that Thanh Pham is on his way and will arrive in about 30 minutes. Then hangs up.</p>
<p>When I walk through the door, my shot is ready.</p>
<p>I save 25 minutes. Every single visit.</p>
<h2>Why This Works (and Why It Took Me a While to Build It)</h2>
<p>Here's the thing about allergy shots: they have to be freshly prepared. The clinic can't batch them ahead of time. So if you show up without warning, you sit in a waiting room while they mix it.</p>
<p>For a long time, I'd just wait. It was annoying, but what are you going to do? Call ahead every single time? I'd forget. Or I'd be rushing to leave the house.</p>
<p>The first time I thought about automating this, I almost didn't bother. It seemed too small. Too weird. Not the kind of &#8220;AI automation&#8221; I was supposed to be building.</p>
<p>But that's exactly the point.</p>
<h2>The 80/20 of Automation</h2>
<p>I've built a lot of AI agents at this point. I have about 40 that I use regularly. And the ones that actually compound in value aren't the impressive-sounding ones.</p>
<p>They're the boring ones.</p>
<p>The allergy clinic call. <a href="https://go.asianefficiency.com/weekly-review-blueprint/" target="_blank" rel="noopener">The weekly briefing</a> from my calendar. The follow-up email that drafts itself. The Todoist task that creates itself from a meeting transcript.</p>
<p>None of these are sexy. None would make a great LinkedIn post about &#8220;disruption&#8221; or &#8220;the future of work.&#8221; But they run quietly, every week, without me thinking about them. And they add up.</p>
<p>This is what I call the <a href="https://www.asianefficiency.com/technology/the-80-20-flip-why-getting-better-at-ai-coding-means-writing-less-code/" target="_blank" rel="noopener">80/20 of agent building</a>: automate the things that happen every week, not the things that would look good in a demo.</p>
<p>When I was helping a client named Hudson set up his scheduling automation, the breakthrough wasn't some complex system. It was two constraints he added: he only takes calls between 1 and 5 PM, and he limits himself to three calls per day. Baking those two rules into the agent changed everything. Suddenly the automation worked with his life instead of against it. Small configuration, massive difference.</p>
<p>The best automations respect how you actually live and work. They don't require you to change your behavior.</p>
<h2>How I Built the Allergy Clinic Call</h2>
<p>The workflow is simpler than you'd think.</p>
<p>The trigger is a <a href="https://asianefficiencygo.com/calendar-captain-evergreen/" target="_blank" rel="noopener">calendar event</a> containing the words &#8220;allergy clinic.&#8221; When that event appears, Lindy fires off a phone call 30 minutes before the scheduled time.</p>
<p>The tricky part was navigating the clinic's automated phone system. When you call them, a robot answers: &#8220;For appointments, press 1. For the Westlake location, press 1. For the downtown location, press 2.&#8221; And so on.</p>
<p>I had to learn something called DTMF tones. That stands for Dual-Tone Multi-Frequency — it's the technical name for the tones your phone generates when you press buttons. Turns out you can include these in a Lindy prompt to simulate pressing numbers during an automated call.</p>
<p>I called the clinic myself once, timed how long each menu step took, and built the timing into the prompt. &#8220;Wait approximately 20 seconds, then press 1. Wait approximately 15 seconds, then press 1 again.&#8221; Then I had Claude help me convert my rough notes into a clean, reliable prompt.</p>
<p>The message the agent leaves: &#8220;Hi, this is Lindy calling on behalf of Thanh Pham. He's on his way and will arrive in about 30 minutes. Just wanted to give you a heads up. Thank you, have a great day.&#8221;</p>
<p>That's it.</p>
<p>The staff at the clinic now recognize the automated calls. When I walk in, they don't ask my name. They just say &#8220;your shot is ready&#8221; and point me to the chair.</p>
<h2>The Part Most People Get Wrong About Building an AI Stack</h2>
<p>When I show people my Lindy setup, <a href="https://www.asianefficiency.com/systems/how-i-built-an-agent-army-that-saves-239-hours-a-week/" target="_blank" rel="noopener">they see 40+ agents and get overwhelmed</a>. They think they need to build all of that from scratch, all at once, with some master plan.</p>
<p>That's not how it happened.</p>
<p>I started with the default Lindy meeting notetaker template. That's it. Over the next several months, I expanded it one frustration at a time.</p>
<p>My notetaker wasn't joining meetings from my second calendar. So I added a second trigger.</p>
<p>Some hosts don't allow external notetakers. So I connected it to Granola, an app that records meetings locally. When Granola saves a transcript, it auto-uploads to a Google Drive folder, and the same notetaker workflow processes it.</p>
<p>I realized I was manually copying CRM updates after calls. So I added an HTTP request to my CRM.</p>
<p>Each expansion solved exactly one problem. None of them required knowing the next one was coming.</p>
<p>The first thing I'd tell anyone starting with AI automation: don't design the whole system upfront. Use a template. Use it for a few weeks. Let your own frustrations tell you what to add next.</p>
<p>&#8220;Life gets better one agent at a time&#8221; sounds cheesy, but it's genuinely how this works. The compounding is real. You build one thing, and it reveals the next thing worth building.</p>
<h2>Start With the Most Annoying Weekly Task</h2>
<p>If you want to know where to start with AI automation, here's the question I use: what's the most annoying thing that happens to you every single week?</p>
<p>Not the most impressive thing. Not the thing that would look good in a case study.</p>
<p>The thing that makes you groan a little every time it shows up.</p>
<p>For me, it was waiting 25 minutes for an allergy shot that was supposed to take 5 minutes.</p>
<p>Now I just walk in and it's ready.</p>
<p>That's the dream. Small, specific, invisible.</p>
<p>If you want help mapping your first (or next) automation, the <a href="https://go.asianefficiency.com/productivity-academy/">Productivity Academy</a> is a good place to start. We cover exactly this process — identifying high-frequency pain and turning it into a running workflow.</p>
<p>Or just start with the allergy clinic problem. Whatever annoys you every week. That's your first agent.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/technology/my-ai-agent-calls-my-allergy-clinic-before-every-appointment-and-why-thats-the-best-ai-ive-built/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Your Calendar Is Lying to You (Here&#8217;s the Hidden Time Tax)</title>
		<link>https://www.asianefficiency.com/schedule-management/your-calendar-is-lying-to-you-heres-the-hidden-time-tax/</link>
					<comments>https://www.asianefficiency.com/schedule-management/your-calendar-is-lying-to-you-heres-the-hidden-time-tax/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Thu, 16 Apr 2026 12:00:19 +0000</pubDate>
				<category><![CDATA[Schedule Management]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23047</guid>

					<description><![CDATA[Every item on your calendar costs more than it looks. Here is how to find the hidden time tax and get real about what things actually cost you.]]></description>
										<content:encoded><![CDATA[<p>A few months ago I was designing my ideal week and something felt off.</p>
<p>On paper, <a href="https://www.asianefficiency.com/schedule-management/hidden-power-clean-calendar-less-clutter-more-productivity/" target="_blank" rel="noopener">my calendar looked manageable</a>. Padel a few mornings a week, a handful of meetings, some blocks for deep work. Maybe 6-7 hours of &#8220;committed&#8221; time per day.</p>
<p>But I was constantly running out of day.</p>
<p>So I started tracking what things actually cost me, door to door. Not the time block on the calendar. The whole thing.</p>
<p>My padel session shows 1.5 hours. But I get up earlier, pack my bag, drive over, play for 90 minutes, come home starving, <a href="https://www.asianefficiency.com/podcasts/580-meal-planning-tips/" target="_blank" rel="noopener">prepare a bigger meal</a> than usual, shower, and then spend 30-40 minutes where my brain is still in sport mode and I genuinely cannot sit down and do focused work. By the time I am actually available for complex thinking, 3 hours have passed.</p>
<p>That is the hidden time tax.</p>
<h2>What the Hidden Time Tax Actually Is</h2>
<p>Every item on your calendar has two prices.</p>
<p>The first price is what it says on the calendar. A lunch meeting is 1 hour. A coffee is 30 minutes. Padel is 1.5 hours.</p>
<p>The second price is what it actually costs you. Commute both ways. Getting back into whatever you were doing before. The post-lunch fog. The <a href="https://www.asianefficiency.com/productivity/how-i-stay-current-on-ai-without-spending-more-time-reading/" target="_blank" rel="noopener">re-read-all-your-emails-to-remember-where-you-were</a> phase. The context switching that quietly follows you from item to item.</p>
<p>Most people only see the first price.</p>
<p>But it is the second price that eats your week.</p>
<p>I started calling this the hidden time tax when I realized that some items on <a href="https://asianefficiencygo.com/calendar-captain-evergreen/" target="_blank" rel="noopener">my calendar</a> were showing up at 1 hour but actually spending 2.5 hours of my time when I counted everything. That is a 150% tax.</p>
<h2>Why Your Weekly Review Misses This</h2>
<p>When you do a <a href="https://go.asianefficiency.com/weekly-review-blueprint/" target="_blank" rel="noopener">weekly review</a>, you typically look at what is on the calendar and ask: does this need to be here?</p>
<p>That is good. But it is not the full question.</p>
<p>The full question is: what does this thing actually take from me?</p>
<p>Because there is a difference between items that are expensive in time and items that are expensive in recovery.</p>
<p>A 30-minute call with the right person might be worth every minute. The same 30-minute call with the wrong agenda might cost you 2 hours of lost momentum because it happened right before you were going to do your best work of the day.</p>
<p>The elimination question I ask in my weekly review is not just &#8220;can I remove this?&#8221; It is &#8220;what is this actually taking from me that is not showing up on the calendar?&#8221;</p>
<p>This is part of the TEA Framework we teach at Asian Efficiency. Time, energy, and attention are the three currencies of productivity. Most people only manage time. But energy and attention have costs too, and those costs do not show up in your calendar app.</p>
<h2>How to Find Your Hidden Taxes</h2>
<p>Here is a practical way to do this.</p>
<p>Pick four or five recurring items on your calendar from last week. Things you do regularly. Not the obvious stuff, but things you assume are fine because they are short.</p>
<p>For each one, track three things:</p>
<ol>
<li>When did you really start preparing for it (not when it began)</li>
<li>When did you really finish recovering from it (not when it ended)</li>
<li>What was your energy and focus like for the 30-60 minutes after</li>
</ol>
<p>Then do the math. What is the actual time commitment? What is the energy cost?</p>
<p>When I did this exercise, a few surprises showed up.</p>
<p>Lunch meetings that felt normal were basically writing off my afternoons. Not because of the time&#8230; but because of the food and the social energy and the drive home. By 2:30pm I was coasting.</p>
<p>My early-morning padel sessions were great for energy overall, but terrible for deep work that same morning. I would come back from playing and feel physically good but mentally scattered for a couple hours. I eventually moved my focused work to late morning or early afternoon on padel days.</p>
<p>Even certain calls that were &#8220;quick check-ins&#8221; had a hidden tax because they happened at transitions in my day and reset my mental state mid-project.</p>
<h2>The Leading Metric Fix</h2>
<p>Once you find your hidden taxes, you have two options. Cut the thing or rearrange around it.</p>
<p>But before you do either, it helps to figure out what activity matters most to everything else in your week. I call this your leading metric.</p>
<p>Here is the idea. If you are a consultant, maybe the one thing that drives everything else is client calls. If you are a writer, maybe it is the hours you spend actually writing. If you are in sales, it is probably prospecting time.</p>
<p>You do not need to track everything on your calendar. You just need to track the one thing that matters most.</p>
<p>For me, a leading metric is writing. The more hours I spend actually writing per week, not responding to messages about writing, not planning to write, but writing&#8230; the better everything else in my business goes. So I track that one number and protect it.</p>
<p>When I started auditing my week through the hidden time tax lens, my main goal was: what is eating into my writing time that I have not noticed?</p>
<p>Turns out it was a couple of things I thought were fine but were not. Fixed those. Writing hours went up. Everything else improved.</p>
<h2>What to Actually Do</h2>
<p>This week, pick one recurring item on your calendar. Something that should be quick or normal. Track it start to finish, including prep and recovery. See what it actually costs you.</p>
<p>You do not need to cut it. But at least you will know the real price.</p>
<p>Most people are making scheduling decisions based on the paper price. Once you see the real price, you make different decisions.</p>
<p>And honestly? A lot of what feels like a time management problem is actually a hidden tax problem.</p>
<p><em>If you want a structured way to do this kind of calendar audit, check out the weekly review process inside the <a href="https://go.asianefficiency.com/25x/">25X Productivity System</a>. It walks through exactly this kind of elimination question.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/schedule-management/your-calendar-is-lying-to-you-heres-the-hidden-time-tax/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Overwhelm Is an Energy Problem, Not a Workload Problem</title>
		<link>https://www.asianefficiency.com/habits/overwhelm-is-an-energy-problem-not-a-workload-problem/</link>
					<comments>https://www.asianefficiency.com/habits/overwhelm-is-an-energy-problem-not-a-workload-problem/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Wed, 15 Apr 2026 21:00:51 +0000</pubDate>
				<category><![CDATA[Habits]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23046</guid>

					<description><![CDATA[If you feel overwhelmed despite a manageable workload, the fix probably isn't a better system. Here's why energy is the missing variable.]]></description>
										<content:encoded><![CDATA[<p>A few years back, I started tracking my sleep using RhyScience alongside my Oura Ring. One thing it showed me pretty quickly: <a href="https://www.asianefficiency.com/productivity/unlock-your-hidden-energy-prioritizing-power-zones-transforms-productivity/" target="_blank" rel="noopener">my alertness peaks and valleys were almost perfectly predictable</a>. Most days, I was sharpest between 9 and 11 am. After that, there was a real slump around 1 to 3:30 pm, where complex thinking became genuinely painful.</p>
<p>What surprised me wasn't the pattern. It was how rarely I'd been designing my day around it.</p>
<p>I'd been scheduling hard thinking during my energy valleys and easy tasks during my peaks. Completely backwards. And I kept wondering why I felt like I was working hard but not getting anywhere.</p>
<p>That experience set me on a deeper look at energy&#8230; specifically, why some days feel overwhelming even when the <a href="https://www.asianefficiency.com/productivity/intentional-planning/" target="_blank" rel="noopener">to-do list is basically the same</a> as a day that felt fine.</p>
<p>Here's what I've figured out.</p>
<h2>The Real Source of Overwhelm</h2>
<p>Most people treat overwhelm as a workload problem. Too much to do. Not enough time. The solution feels obvious: <a href="https://go.asianefficiency.com/25x/" target="_blank" rel="noopener">get a better system</a>, tighten the calendar, prioritize more aggressively.</p>
<p>And sometimes that's right. But a lot of the time, it's not.</p>
<p>What I've noticed — in my own life and with the clients I coach — is that overwhelm is almost always an energy problem in disguise.</p>
<p>Here's the quick version: if you <a href="https://asianefficiencygo.com/serene-sleep-evergreen/" target="_blank" rel="noopener">sleep really well</a> for 4 or 5 consecutive nights, it is genuinely hard to feel overwhelmed. The same workload that felt crushing last week feels manageable. You have mental clarity. More patience. Procrastination stops being the all-day fight it usually is.</p>
<p>Flip that around: if you're running on broken sleep and unresolved stress, even a light workload can feel impossible. Your brain is already spending most of its capacity just keeping you upright.</p>
<p>At Asian Efficiency, we think about productivity through three currencies: time, energy, and attention. Most people only ever manage one of them — time. They try to schedule their way out of problems that are actually energy or attention problems. And it rarely works.</p>
<h2>Energy Vampires Are Hiding in Your Calendar</h2>
<p>Here's the part people don't talk about enough.</p>
<p>Energy vampires aren't just people. They're situations. Patterns. Reactions you keep having without realizing how much they cost you.</p>
<p>The classic version is the person in your life who consistently leaves you feeling flat. Maybe it's someone at work who complains constantly. Maybe it's a family member who always brings up a stressful topic. When you start distancing yourself from those interactions — even a little — you notice the shift quickly.</p>
<p>But it's also things like:</p>
<ul>
<li>The conversation thread you've been avoiding for two weeks (the avoidance itself costs energy)</li>
<li>Getting stuck in traffic every morning because you leave at the same time out of habit</li>
<li>Starting the day by checking email before you've had a chance to think</li>
</ul>
<p>I had a client who was convinced he needed a complete system overhaul. His <a href="https://asianefficiencygo.com/calendar-captain-evergreen/" target="_blank" rel="noopener">calendar was chaotic</a>, his task list was a mess, and he felt behind on everything.</p>
<p>When we dug in, two things stood out. His sleep had been poor for weeks — he genuinely hadn't connected that to his overwhelm. And every single morning, he was arriving at his desk already frustrated from traffic because he'd never thought to adjust his departure time.</p>
<p>We didn't redesign his system. We fixed his sleep and removed two daily energy drains.</p>
<p>Same workload. Much less overwhelm.</p>
<h2>The Subtraction Move</h2>
<p>One of the frameworks I use in coaching is the Energy Pyramid — physical, emotional, mental, and spiritual. When someone feels like they're underperforming, I don't start by asking what we can add. I start by asking where the leak is.</p>
<p>Most of the time, it's physical. Sleep, specifically.</p>
<p>And the fix there isn't a new system. It's protecting 4 or 5 consecutive good nights, which almost always requires saying no to something&#8230; a late event, a second glass of wine, another hour of scrolling.</p>
<p>Once the physical layer is stable, we look at the emotional layer. That's where the energy vampires usually hide.</p>
<p>The question I like to ask: what's something in your life that consistently costs you energy before you even get to your desk?</p>
<p>Traffic habits. Unresolved conversations. The news cycle in the first 10 minutes of the day. These things seem small. But they compound fast.</p>
<h2>What to Try This Week</h2>
<p>If you're feeling overwhelmed and you've been looking to your system for the fix, try this instead.</p>
<p>First, count your good sleep nights from the past week. Not just hours — quality. If the number is below 4, that's probably your biggest lever right now.</p>
<p>Second, audit your morning for energy drains. What's the one thing that reliably puts you in a worse mood before 9am? Be honest. Sometimes it's something you've been telling yourself is fine.</p>
<p>Third, subtract before you add. Before looking for a new productivity system, remove one drain.</p>
<p>It's boring advice. I know. But I've seen it work faster than any system upgrade I've ever recommended.</p>
<p><em>If you want a structured way to diagnose where your energy is leaking, the <a href="https://go.asianefficiency.com/weekly-review-blueprint/">weekly review</a> process we use at Asian Efficiency walks through this — including how to build a week that actually protects your peak hours.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/habits/overwhelm-is-an-energy-problem-not-a-workload-problem/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Stop Worrying About AI Costs. Worry About the Gap Instead.</title>
		<link>https://www.asianefficiency.com/technology/stop-worrying-about-ai-costs-worry-about-the-gap-instead/</link>
					<comments>https://www.asianefficiency.com/technology/stop-worrying-about-ai-costs-worry-about-the-gap-instead/#respond</comments>
		
		<dc:creator><![CDATA[Thanh Pham]]></dc:creator>
		<pubDate>Wed, 15 Apr 2026 18:00:40 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.asianefficiency.com/?p=23045</guid>

					<description><![CDATA[AI pricing feels expensive right now. But so did mobile minutes in 2003. Here's why the cost question is the wrong question — and what actually matters.]]></description>
										<content:encoded><![CDATA[<p>The most common thing I hear from people who haven't started using AI yet is some version of: &#8220;<a href="https://www.asianefficiency.com/technology/stop-stressing-about-ai-token-costs/" target="_blank" rel="noopener">Is it worth the cost?</a>&#8221;</p>
<p>ChatGPT Pro is $200/month. Claude Max is $200/month. Google Ultra is $250. That adds up. And when you're not sure what you're getting in return, it's a fair thing to wonder about.</p>
<p>But I want to flip the question. Because I think the cost question is temporary. And the question most people aren't asking&#8230; is not.</p>
<h2>Remember Your &#8220;Top Five&#8221;?</h2>
<p>If you had a mobile phone in the early 2000s, you remember this.</p>
<p>Plans back then charged you per minute for most calls. Texting costs $0.10 to $0.15 each. But carriers started offering &#8220;top five&#8221; plans — five people you could call unlimited, while everyone else still cost money.</p>
<p>You had to actually think about whether a call was worth it. Is this quick enough? Can I just send a text instead?</p>
<p>Nobody thinks like that now. We call anyone, anywhere, without calculating anything.</p>
<p>I brought this up on the Lightbulb Moments podcast when the host Tom asked about AI costs. Are they going to come down? Is it sustainable to spend this much?</p>
<p>My answer: yes. And faster than people expect. The same thing that happened to mobile minutes will happen to AI compute costs. It always happens with technology. The early adopters pay the &#8220;top five&#8221; pricing. Everyone else inherits the infrastructure.</p>
<p>But here's the part most people miss.</p>
<h2>The Cost Goes Down. The Gap Doesn't.</h2>
<p>Back in February, I ran my <a href="https://www.asianefficiency.com/ai-workshop/" target="_blank" rel="noopener">first AI workshop in Austin</a>. Didn't do any real <a href="https://www.asianefficiency.com/likes/crushing-it-book" title="crushing-it-book" class="pretty-link-keyword"rel="">marketing</a>&#8230; just sent a few texts and put something on Instagram. Sold out in four days.</p>
<p>I honestly thought it was a fluke. So I ran another one the following month. Same thing. Sold out in days. Five people came back from the first workshop because they wanted to stay current.</p>
<p>The people in those rooms were not worried about cost. They were worried they were already behind.</p>
<p>And that's the more honest version of what's happening with AI right now. There are two groups: <a href="https://www.asianefficiency.com/technology/ai-fluency-is-the-new-career-moat-and-how-to-build-it/" target="_blank" rel="noopener">people who are building fluency</a> with these tools, and people who are waiting until it feels more settled, more affordable, more obvious.</p>
<p>The first group is compounding their skills. The second group is building a gap that gets harder to close every month.</p>
<h2>AI Adds to You, Not Replaces You</h2>
<p>There's a fear underneath the cost question too. A lot of people worry that using AI too much means becoming dependent on it&#8230; or worse, outsourcing the parts of themselves that matter.</p>
<p>I actually think about this one differently.</p>
<p>Every December I write handwritten Christmas cards. This is a tradition I do every year, and I take it seriously. I still write every note by hand. But sometimes I'll ask an AI for ideas first.</p>
<p>I'll describe a friend I haven't talked to in a while, and ask for a few ideas of what I could write. Then I'll look at what it suggests and think&#8230; &#8220;yeah, that one.&#8221; And I write my own version in my own words.</p>
<p>The card is still mine. The gesture is still mine. The AI just helped me think of something I might have forgotten to say.</p>
<p>That's how I think about these tools in general. They're a thought partner. A good one. Not a replacement for your judgment or your relationships or your ideas. Just something that helps you think a little better, a little faster.</p>
<h2>The AI Fluency Levels</h2>
<p>In my workshops, I teach what I call the <a href="https://www.asianefficiency.com/technology/the-three-levels-of-ai-leverage-and-why-most-people-are-stuck-on-level-1/" target="_blank" rel="noopener">AI Fluency Levels</a> — three stages most people move through.</p>
<p>The first level is AI Assisted: using chat tools like ChatGPT or Claude to help with tasks. Writing, research, drafts, brainstorming. This is where most people should start.</p>
<p>The second level is AI Workflows: stringing tools together so information flows between them automatically. An email triggers an action. A calendar event creates a prep document.</p>
<p>The third level is Building Agents: creating systems that run on their own, monitor things, and take actions without you triggering them every time.</p>
<p>Most people I meet are ready for level one right now. Some are ready for level two. Very few need to think about level three yet.</p>
<p>The point is not to skip ahead. The point is to start.</p>
<h2>One Tweak a Week</h2>
<p>The way I actually recommend people start is simple: do one more thing with AI this week than you did last week.</p>
<p>That's it. Not a full workflow overhaul. Not a stack of new subscriptions. Just one thing.</p>
<p>If you've never tried it, start by asking ChatGPT to <a href="https://asianefficiencygo.com/optimize-outlook-evergreen/" target="_blank" rel="noopener">draft an email</a> you've been putting off. Or ask it to help you prepare for a meeting you have tomorrow. Or describe a problem you're solving and ask it to help you think through the options.</p>
<p>One tweak a week. Let curiosity compound.</p>
<p>The AI costs will come down. The &#8220;top five&#8221; era won't last. But the gap between people who built skills early and people who waited? That one tends to stick around.</p>
<p>Start now. Even small.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asianefficiency.com/technology/stop-worrying-about-ai-costs-worry-about-the-gap-instead/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
