<?xml version="1.0" encoding="UTF-8"?>




<rss version="2.0"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>姚金刚的思考空间 · English Essays</title>
    <link>https://yaojingang.github.io/weekly/#weekly-english</link>
    <atom:link href="https://yaojingang.github.io/feed-en.xml" rel="self" type="application/rss+xml" />
    <description>English translations from 姚金刚的思考空间.</description>
    <language>en</language>
    <lastBuildDate>Sun, 19 Jul 2026 19:16:58 +0800</lastBuildDate>
    <generator>Jekyll</generator>
    
    
    <item>
      <title>AI Coding Breakthroughs and the Rise of Skill-Centric Development</title>
      <link>https://yaojingang.github.io/essays/ai-coding-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/ai-coding-en/</guid>
      <pubDate>Sun, 19 Jul 2026 09:30:00 +0800</pubDate>
      <description>This essay surveys seven cutting-edge open-source AI coding tools - including GEOFlow, yao-meta-skill, TokHub, GEORank, and the Tok series - alongside an AI interview system and curated skill repositories. It explores how concrete technical artifacts enable new inference patterns, refines criteria for identifying pivotal work, and frames skill-oriented architecture as foundational for next-generation AI-native companies.</description>
      
      <category>AI Coding</category>
      
      <category>open source</category>
      
      <category>developer tools</category>
      
      <category>skill engineering</category>
      
      <category>AI infrastructure</category>
      
      <content:encoded><![CDATA[<h2 id="recent-ai-coding-projects">Recent AI Coding Projects</h2>

<p>Around April 1, I began sharing open-source projects on GitHub. In just three and a half months, these projects collectively earned over 10,000 stars. Key projects include GEOFlow, Tokhub, GEORank, yao-meta-skill, yao-open-skills, yao-geo-skills, an open collection of prompts, and several smaller internal tools and systems.</p>

<p>During this period, my primary AI coding assistant was Codex - consuming over 18 billion tokens. It helped me build numerous open-source systems that improved internal team management, internal system development, business analysis, and strategic support.</p>

<h3 id="1-geoflow">1. GEOFlow</h3>

<p>Before launching, I did a quick survey and found very few high-quality open-source systems focused on GEO (Geographic Search Optimization). Among the ones I’ve seen so far, GEOFlow stands out for its functional completeness, content engineering rigor, and delivery standards - and has earned 2.9k stars on GitHub in its first three months.</p>

<p>Especially around GEO content engineering, we built a set of high-standard norms and workflows.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image.png" alt="image.png" /></p>

<p>Since launch, GEOFlow has entered real business use cases - and people are using it in ways even richer than I originally imagined:</p>

<ul>
  <li>A publicly listed company deployed it as their internal content management system</li>
  <li>A startup forked and extended it for commercialization</li>
  <li>Another company used it as a base to apply for software copyright registration</li>
  <li>Several individuals monetize it directly - e.g., offering deployment and operations services</li>
  <li>Many more use it for GEO content projects: building new websites or upgrading existing ones</li>
</ul>

<p>Hearing this feedback genuinely makes me happy.</p>

<p>For GEO, there are three core capability modules: data, content, and distribution. GEOFlow currently excels strongest in <em>content</em>, followed by <em>distribution</em>, then <em>data</em>.</p>

<p>Content is the most critical layer: once quality and management are solid, much else falls into place.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-2.png" alt="image.png" /></p>

<p>At the content layer, GEOFlow’s architecture is the most mature - covering end-to-end workflows, automation, knowledge base management, and quality control. Its core strength lies in <em>content engineering</em>: turning content creation and governance into a repeatable, scalable discipline.</p>

<p>On distribution, GEOFlow supports single-site sync and multi-channel publishing - managing and releasing content across multiple sites from one system. It also supports API binding (e.g., to WordPress), with extensible interfaces ready for integration with other distribution platforms.</p>

<p>On data, GEOFlow provides foundational analytics: website metrics, content performance, log analysis, and cross-site distribution records - all aggregated into basic statistics and reports.</p>

<p>GitHub repo:
<a href="https://github.com/yaojingang/GEOFlow">GEOFlow</a></p>

<h3 id="2-yao-meta-skill">2. yao-meta-skill</h3>

<p>Early on, both Professor Xiangyang and I developed a habit: studying and iterating <em>meta-prompts</em> - prompts that generate other prompts.</p>

<p>So when exploring “skills” (structured, reusable AI behaviors), we naturally turned our attention to <em>meta-skills</em>: skills that generate or refine other skills.</p>

<p>That led to yao-meta-skill - a standalone, open-source GitHub repository now with 2.1k stars.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-3.png" alt="image.png" /></p>

<p>It helps create higher-quality skills from scratch - and also iterate, audit, and improve existing ones.</p>

<p>Many friends told me they found the <em>process</em> behind creating and refining yao-meta-skill even more valuable than the tool itself - so here’s a brief walkthrough:</p>

<ol>
  <li><strong>Architecture design</strong>: I drew from public technical analyses of Claude Code, community research, and official skill designs - giving yao-meta-skill a distinct architectural foundation.</li>
  <li><strong>Capability scope</strong>: I studied top-tier meta-skills - including Anthropic’s Skill Creator and OpenAI’s Skill Creator - to synthesize strengths: Anthropic’s engineering methodology and iterative feedback loops; OpenAI’s lean, focused design.</li>
  <li><strong>Workflow refinement</strong>: We especially strengthened <em>user intent modeling</em> - clarifying a new skill’s inputs/outputs, defining its boundaries, and adding a “silent search” feature that automatically finds and adapts world-class reference designs. That third technique alone significantly lifts skill quality.</li>
  <li><strong>Quality assurance</strong>: We added automated AI evaluation experiments - and validated results with both AI scoring <em>and</em> five rounds of blind human testing. yao-meta-skill outperformed alternatives across all tests.</li>
</ol>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-4.png" alt="image.png" /></p>

<p>Today, nearly every skill I build - from scratch or iteratively - is created and refined using this meta-skill.</p>

<p>Building yao-meta-skill, in essence, was a way to learn from global best practices and deepen my own understanding of skill boundaries, evaluation criteria, engineering patterns, and standards.</p>

<p>GitHub repo:
<a href="https://github.com/yaojingang/yao-meta-skill">yao-meta-skill</a></p>

<h3 id="3-open-skill-collections">3. Open Skill Collections</h3>

<p>Two main repositories host these:</p>

<ul>
  <li><strong>yao-geo-skills</strong>: All GEO-related skills - e.g., integrated scrapers + cleaners + diagnostic reporters for Doubao, ChatGPT, and DeepSeek; or skills that generate GEO performance evaluation frameworks.</li>
  <li><strong>yao-open-skills</strong>: Everything else - public skills outside GEO and meta-skills. Examples include:
    <ul>
      <li>WeRead Report Skill</li>
      <li>Tutorial Skill</li>
      <li>Bayesian Decision Skill</li>
      <li>Game Theory Skill</li>
      <li>Contradiction Theory Skill</li>
      <li>Business Model Skill</li>
      <li>Requirements Elicitation Skill</li>
      <li>Expert Simulation Skill</li>
    </ul>
  </li>
</ul>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-5.png" alt="image.png" /></p>

<p>My favorite is the <strong>Bayesian Decision Skill</strong>.</p>

<p>It turns Bayes’ theorem into an <em>ongoing, updatable judgment process</em> for complex decisions.</p>

<p>Here’s how it works:</p>
<ul>
  <li>Starts with an initial assessment based on current information</li>
  <li>Guides users through multi-turn dialogue to add variables, update posterior beliefs, and logs <em>why</em> each judgment shifted</li>
  <li>Outputs a bilingual Markdown + HTML decision report: full conversation history, evolving judgments, and concrete action recommendations</li>
</ul>

<p>It fits product, growth, and business decisions - and equally well for personal choices like travel, relocation, or career shifts.</p>

<p>At its core, it answers: <em>When information is incomplete and risk uncertain - how do we decide rationally whether to act? And how do we raise the bar on decision quality?</em></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-6.png" alt="image.png" /></p>

<p>Then there’s the <strong>Tutorial Skill</strong>:</p>

<ol>
  <li>You input any topic + reference materials -&gt; AI prioritizes those references, supplements intelligently, and filters out low-quality sources</li>
  <li>AI generates a custom-deep tutorial - outputting PDF, Word, and HTML versions for self-study</li>
  <li>Content is structured chapter-by-chapter, with AI-drawn diagrams inserted contextually - grounded in the pedagogical logic from my <em>Course Marketing</em> book (written three years ago while running an MCN)</li>
</ol>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-7.png" alt="image.png" /></p>

<p>The <strong>yao-geo-skills</strong> repo also hosts several GEO-specific skills - like the ChatGPT scraper + cleaner + analyzer + reporter combo.</p>

<p>Its workflow:</p>

<ol>
  <li>Prepare: question list, repetition count, target entity, entity type, OpenCLI profile, sampling interval</li>
  <li>OpenCLI Browser Bridge connects to your logged-in ChatGPT Web session and runs randomized, spaced queries</li>
  <li>Data is cleaned, aggregated, and output as JSON, Markdown, Excel, and HTML reports</li>
  <li>The HTML report analyzes: mention rate, avg. mentions, Top 1/3/5 probability, avg. ranking, sentiment, source domains, URL structure, title intent - and compares your target entity against competitors</li>
  <li>Entity classification distinguishes people, companies, products, concepts, and noise - excluding generic industry terms, broad category words, or URL parameters from competitor lists</li>
</ol>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-8.png" alt="image.png" /></p>

<p>Related links:
<a href="https://github.com/yaojingang/yao-open-skills">yao-open-skills</a>
<a href="https://github.com/yaojingang/yao-geo-skills">yao-geo-skills</a>
<a href="https://doc.laoyao.cn/">doc.laoyao.cn</a> (demos + original design docs)
<a href="https://github.com/yaojingang/yao-open-prompts">yao-open-prompts</a> (open prompt library)</p>

<h3 id="4-tokhub">4. TokHub</h3>

<p>TokHub is an open-source platform for monitoring, routing, and managing AI API gateways - designed as a unified “AI API middle layer.”</p>

<p>Co-conceived and co-built with Professor Xiangyang, it uses:</p>
<ul>
  <li>Frontend: React + TypeScript</li>
  <li>Backend: Go + go-chi</li>
  <li>Databases: PostgreSQL/TimescaleDB + Redis</li>
  <li>Messaging: NATS</li>
  <li>Deployment: Docker + Helm</li>
</ul>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-9.png" alt="image.png" /></p>

<p>Core capabilities:</p>

<ol>
  <li>
    <p><strong>Public monitoring &amp; channel details</strong>
View status, success rate, latency, model, pricing, and health scores for monitored API channels</p>
  </li>
  <li><strong>L1 / L2 / L3 layered probing</strong>
    <ul>
      <li>L1: DNS, TCP, TLS, HTTP connectivity</li>
      <li>L2: API key validity, model list, model availability</li>
      <li>L3: Minimal real-generation test - to catch cases where the endpoint is reachable while the model itself is unavailable</li>
    </ul>
  </li>
  <li>
    <p><strong>User workspaces &amp; private channels</strong>
Users can bookmark public channels - or add their own endpoints and API keys
Private keys are encrypted and isolated per organization - never exposed to the platform backend</p>
  </li>
  <li><strong>One-click personal gateway</strong>
Aggregate multiple public and private channels into a unified gateway for your agents or clients
Routes requests by latency, success rate, or cost - and logs tokens, latency, cost, error types, and audit events</li>
</ol>

<p>System architecture:
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-10.png" alt="image.png" /></p>

<p>TokHub supports Docker self-hosting - with production pre-checks, backup/recovery, security scanning, and release validation baked in.</p>

<p>GitHub repo:
<a href="https://github.com/yaojingang/TokHub">TokHub</a></p>

<h3 id="5-georank">5. GEORank</h3>

<p>GEORank is a curated suite of lightweight GEO tools - iteratively developed and now fully open-sourced.</p>

<p>It measures brand and website visibility in AI search - integrating site diagnostics, AI Q&amp;A, optimization suggestions, keyword expansion, structured content generation, and admin controls into one flow.</p>

<p>Built for GEO, SEO, content, and brand growth teams - and for developers looking to build or extend their own GEO platforms.</p>

<p>Tech stack: FastAPI + Next.js. Currently migrating to version 2.0 frontend.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-11.png" alt="image.png" /></p>

<p>Live demo: <a href="https://www.georankhub.com/">georankhub.com</a>
GitHub repo: <a href="https://github.com/yaojingang/GEORank">GEORank</a></p>

<h3 id="6-tok-series-tools">6. Tok-Series Tools</h3>

<p>All named with “Tok” - the first three letters of <em>Token</em> - then freely combined. Seven main tools, all open-sourced:</p>

<h2 id="1-toktra">1. Toktra</h2>
<p>A Chrome extension for webpage translation. Configure your own API. I mostly use it for <em>highlight-to-translate</em>.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-12.png" alt="image.png" /></p>

<h2 id="2-tokkit">2. Tokkit</h2>
<p>A local token ledger - tracks usage across projects. Shows live stats in the top-right corner and exports an HTML visual report.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-13.png" alt="image.png" />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-14.png" alt="image.png" /></p>

<h2 id="3-tokdoc">3. Tokdoc</h2>
<p>A document manager supporting Word, PDF, HTML, PPT, Excel, etc.</p>
<ul>
  <li>Online editing for Word, PDF, HTML</li>
  <li>Auto-syncs files from local directories</li>
  <li>Tracks views and engagement for public documents</li>
</ul>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-15.png" alt="image.png" /></p>

<h2 id="4-tokscr">4. Tokscr</h2>
<p>A flexible web screenshot tool - with post-capture editing and saving options.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-16.png" alt="image.png" /></p>

<h2 id="5-tokurl">5. TokURL</h2>
<p>A personal URL shortener - generate short links instantly, name them manually, or auto-generate random ones.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-17.png" alt="image.png" /></p>

<h2 id="6-tokchat">6. tokchat</h2>
<p>A lightweight AI Q&amp;A and learning system - ideal for internal company Q&amp;A or external expert-facing chatbots.</p>

<p>Built during meeting breaks, iterated a few times - stable for internal and light external use.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-18.png" alt="image.png" /></p>

<p>All tools:
<a href="https://github.com/yaojingang/yao-open-tools">yao-open-tools</a></p>

<h3 id="7-ai-interview-system">7. AI Interview System</h3>

<p>To better manage hiring, I built an AI Interview Manager - and kept refining it over the past few months.</p>

<p>It’s now deeply integrated with GitHub, Codex, and Feishu - enabling seamless cross-platform data flow and collaboration.</p>

<p>How it works:</p>

<ol>
  <li>
    <p><strong>AI Interview Manager (core)</strong>
Central hub for candidates, resumes, AI-first interviews, auto-generated reports, feedback, scheduling, analytics, and sync status</p>
  </li>
  <li>
    <p><strong>GitHub Data Vault</strong>
Each candidate gets their own directory in a GitHub repo. Workflow stages flow automatically via folder structure, <code class="language-plaintext highlighter-rouge">workflow.json</code>, <code class="language-plaintext highlighter-rouge">candidate-index.csv</code>, and Git commits - creating a natural, versioned evidence trail</p>
  </li>
  <li>
    <p><strong>Codex Skill (local intelligence layer)</strong>
Interviewers pull candidate packages, generate evaluations, write first/second-round feedback, save schedules, submit Feishu tasks, and push analytics - all triggered locally</p>
  </li>
  <li>
    <p><strong>Feishu Execution Layer</strong>
Feishu CLI auto-creates calendar events, sends private messages, and triggers reminders. Background workers handle async tasks: retries, status updates, and weekly interview data reports</p>
  </li>
</ol>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-19.png" alt="image.png" /></p>

<p>End-to-end flow:</p>

<ol>
  <li>HR or candidate uploads a resume -&gt; system parses it asynchronously</li>
  <li>After AI-first interview, system saves Q&amp;A history, keywords, and scores</li>
  <li>Report service generates HR- and candidate-facing reports -&gt; agent auto-syncs to GitHub vault</li>
  <li>Team members view candidate data in GitHub or Codex, generate assessments, and submit feedback</li>
  <li>If “pass”, candidate moves to next-stage folder in GitHub; if “reject” or “hold”, only status and notes update</li>
  <li>Once scheduled, system creates Feishu calendar event -&gt; worker triggers follow-up reminders 1h and 3h post-interview</li>
</ol>

<p>In this system, the <em>candidate</em> becomes a stateful object flowing across AI interviews, GitHub collaboration, Codex agents, and Feishu touchpoints.</p>

<p>That gives hiring four superpowers:</p>
<ul>
  <li>Automation efficiency</li>
  <li>Clear human accountability boundaries</li>
  <li>Organizational memory of the hiring process</li>
  <li>Full operational traceability</li>
</ul>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-20.png" alt="image.png" /></p>

<p>For interviewers, Codex is the central interface - everything else syncs automatically.</p>

<p>Whether HR or interviewers, we all default to asking Codex directly: <em>“Show me initial interview counts and feedback for the last 7 days.”</em></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-21.png" alt="image.png" /></p>

<p>The AI Interview System remains private for now. If interest grows, I plan to release it.</p>

<p>In conversations with many friends, we’ve reached a shared judgment: AI raises access while outcome gaps can still widen.</p>

<p>AI lowers barriers to tool use and product development, and it continuously <em>raises the market’s bar for final results</em>. As more people use AI to deliver baseline work, what truly differentiates outcomes narrows to just a few things:</p>

<ul>
  <li>Depth of problem understanding</li>
  <li>Strength of professional judgment</li>
  <li>Quality of taste and aesthetics</li>
  <li>Consistency of execution</li>
  <li>Discipline of iteration</li>
</ul>

<p>In short: AI raises the floor - and widens the gap.</p>

<p>What matters most now is having sharper ideas, stronger judgment, better taste, and relentless execution - capabilities that sit deep in human practice.</p>

<p>For me, AI’s biggest gift is turning ideas into reality - fast. It lets me build exactly the skills, tools, and systems I need - tailored, precise, and immediate.</p>

<p>And because I open-source them, I’ve met many wonderful new friends.</p>

<p>Over these years, AI has fostered a genuinely warm open-source culture. People share experiences, insights, and code to give, learn, inspire, and connect.</p>

<h2 id="10-ai-coding-projects">10 AI Coding Projects</h2>

<p>Last night, I watched the “WaytoAGI Future Silicon World” livestream. Twelve speakers presented ten AI coding projects plus two FDE (Frontline Digital Enablement) case studies - many were genuinely interesting and highly inspiring.</p>

<ol>
  <li><strong>Xiaoer FM</strong> and <strong>Omia</strong>, by Xiaoer: A music dynamic visualization tool and a minimalist reader supporting over 100 formats - both products feel polished and intentional.</li>
  <li><strong>Watchless</strong>, by Chen Zixin: A skill that converts long videos and podcasts into illustrated summaries with key frames.</li>
  <li><strong>Parent-Child Habit-Building Mini-Program</strong>, by “Fafen de Caomei” (Frustrated Strawberry): Uses points, “mythical beast” hatching, and wish redemption to motivate kids to complete daily check-ins - grounded in a very real, relatable parenting context.</li>
  <li><strong>AI Private-Operation Tool</strong>, by Lao Yuan: Automates customer relationship management across personal WeChat and WeCom - identifies purchase intent and routes leads to sales reps. The commercial loop is already live and working.</li>
  <li><strong>Whiteboard Explainer Video Tool</strong>, by Yu Xianghua: Turns text, documents, or web pages into narrated whiteboard-style explainer videos with subtitles - ideal for knowledge dissemination.</li>
  <li><strong>AI Parent-Child Language Flashcards</strong>, by Nerissa: Snap a photo of any object -&gt; instantly generate foreign-language vocabulary, short phrases, pronunciation audio, and printable flashcards - designed with elegant restraint.</li>
  <li><strong>CrewClaw</strong>, by Peng Chao: A platform for hiring and managing digital employees - structured like an App Store for AI agents.</li>
  <li><strong>3D Director’s Desk</strong>, by Meng Maixiang: Lets you control a 3D camera using your phone’s gyroscope - enabling fast, intuitive shot composition optimized for AI video generation. Fun and clever.</li>
  <li><strong>WeChat Official Account Editor</strong> and <strong>Perler Bead Maker</strong>, by Shu Tongwen: One solves common image and layout pain points for WeChat content; the other auto-generates perler bead patterns from uploaded images - both born directly from the creator’s own workflow needs.</li>
  <li><strong>AI Content Studio</strong>, by Ally: Automates end-to-end video production - from material selection and scriptwriting to captioning, editing, and transitions - practical and time-saving for creators.</li>
</ol>

<p>Two FDE case studies:</p>

<ol>
  <li><strong>Smart Product Detail Page FDE for Footwear &amp; Apparel</strong>, by Lyon: Embedded on-site at Skechers, this project mapped their operational workflows and used AI to automate product recognition, template matching, and bulk layout application - lifting accuracy from 85% to 95%. Later reused successfully at Anta.</li>
  <li><strong>Enterprise AI FDE Delivery Case Study</strong>, by Derrick: Drawing on dozens of enterprise deployments, he shared hard-won insights on need-finding, on-premise deployment, data security, and scaling AI solutions across state-owned enterprises, hospitals, law firms, and more.</li>
</ol>

<p>Some related links for the AI coding projects:</p>

<ol>
  <li>Xiaoer FM: <a href="https://fm.xiaoercamera.xyz/">fm.xiaoercamera.xyz</a></li>
  <li>Omia: <a href="https://xiaoeromia.com/">xiaoeromia.com</a></li>
  <li>Watchless: <a href="https://github.com/chenzixin1/watchless">watchless</a></li>
  <li>Zhixingyuan Mental OS: <a href="https://zhixing.club/landing">zhixing.club</a></li>
  <li>Explainer Video: <a href="https://github.com/SpeedPainterOrg/explainer-video">explainer-video</a></li>
  <li>SpeedPainter official site: <a href="https://www.speedpainter.org/">speedpainter.org</a></li>
  <li>CrewClaw: <a href="https://github.com/staruhub/CrewClaw">CrewClaw</a></li>
  <li>OpenFDE: <a href="https://www.open-fde.com/">open-fde.com</a></li>
</ol>

<h2 id="small-facts-big-conclusions">Small Facts, Big Conclusions</h2>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-22.png" alt="image.png" /></p>

<p>Many of our decisions and judgments hinge on how we interpret facts.</p>

<p>People rarely respond directly to raw facts. More often, they respond to their <em>own interpretation</em> of those facts.</p>

<p>That’s why it’s easy to fall into the “small facts, big conclusions” trap - even drawing conclusions from thin air.</p>

<p>Inside our heads, multiple “governments” are constantly at work.</p>

<p>Long before language kicks in, these internal systems have already debated, negotiated, and competed - multiple rounds deep.</p>

<p>Language, then, acts more like a spokesperson: it justifies the conclusion that has already won.</p>

<p>What truly warrants caution is jumping too quickly - or too far - to an explanation.</p>

<p>Interpretation drives action.
Action produces outcomes.
And those outcomes are then selectively interpreted - often reinforcing the original interpretation.</p>

<p>Before long, we grow increasingly convinced by the “illusion” we ourselves constructed.</p>

<p>So how can we avoid falling into the “small facts, big conclusions” trap?</p>

<p>A few practical strategies:</p>

<ol>
  <li>For any single fact, deliberately generate at least three plausible alternative explanations.</li>
  <li>Actively seek out evidence that could disprove your current judgment.</li>
  <li>Zoom out: ask whether the observation holds across a larger sample size and over a longer time horizon - is it a fluke, or a stable pattern?</li>
</ol>

<h2 id="how-to-identify-the-most-important-things">How to Identify the Most Important Things</h2>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-23.png" alt="image.png" /></p>

<p>We all know our time and energy are limited.</p>

<p>Spending your best energy on truly important things - versus scattering it across many minor ones - leads to vastly different outcomes.</p>

<p>So a critical personal strategy is to reserve your peak energy and sharpest focus each day for what <em>really matters</em>.</p>

<p>My current criteria for identifying what really matters:</p>

<ol>
  <li><strong>Highest leverage</strong>: Doing it well triggers cascading positive effects across many other areas.</li>
  <li><strong>Long-term compounding</strong>: It builds durable value over time - skills, systems, relationships, or knowledge that keep growing in usefulness.</li>
  <li><strong>Requires your direct agency</strong>: You must lead it, meaningfully participate in it, or make a decisive call.</li>
  <li><strong>Unblocks the core bottleneck</strong>: It directly resolves the single biggest constraint holding back progress right now.</li>
  <li><strong>Sustained personal commitment</strong>: You’re willing to invest in it long-term - and it’s an area where you can realistically develop a distinctive edge.</li>
</ol>

<p>The most important things often yield little feedback in the short term while quietly reshaping your trajectory over months and years.</p>

<p>The compound effect of personal productivity hinges on one simple question: <em>Where do your best few hours of the day actually go?</em></p>

<h2 id="the-next-generation-company">The Next-Generation Company</h2>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-24.png" alt="image.png" /></p>

<p>A friend and I were chatting recently about what future companies might look like.</p>

<p>I said: I’ve long hoped to build - and see succeed - a company with this profile: a core team of fewer than 10 people, generating over RMB 100 million in annual revenue.</p>

<p>Tiny in size, yet large in impact. Every team member earns well above market-average compensation, enjoys significantly greater autonomy, and experiences higher personal fulfillment.</p>

<p>Such companies are already beginning to emerge - both here and abroad - with early prototypes and real-world examples.</p>

<p>These teams start by deeply integrating AI and autonomous agents - offloading repetitive execution, communication, analysis, and management tasks to intelligent systems.</p>

<p>Using AI well is only the starting point.</p>

<p>Their business must be highly standardized, productized, and scalable, allowing revenue growth to separate from headcount expansion.</p>

<p>They must also solve problems that matter deeply to customers - problems customers are willing to pay a premium for.</p>

<p>Because the team is so small, income has to come from high-value work and dense value creation.</p>

<p>What matters more is <em>talent density</em>, <em>product strength</em>, and <em>value density</em>: growing through sharper insight, tighter execution, and higher-margin outcomes.</p>

<p>Internally, such a company may have only 10 people. Externally, it connects fluidly with partners, open-source communities, suppliers, distribution channels, and thousands of users.</p>

<p>Each core member operates more like a “super individual”: empowered by AI to own and deliver an entire end-to-end business outcome across the full chain.</p>

<p>So the most meaningful metrics for the next-generation company go beyond traditional KPIs. They include revenue per person, profit per person, value created per unit of time - and, crucially, how much of that value flows back to each creator.</p>

<p>Do more with less.
And distribute the rewards more fairly among those who create them.</p>

<p>That’s the company model I find most compelling in the AI era - and the one I continue to think about, test, and build toward.</p>

<h2 id="pinpointing-your-positioning-skill">Pinpointing Your Positioning Skill</h2>

<p>I built a positioning skill - a tool designed to help you better understand your personal or organizational competitive advantages, and thereby improve the quality of your strategic decision-making.</p>

<p>It also helps clarify key questions like:</p>

<ol>
  <li>What single sentence would your target audience use to describe you?</li>
  <li>Who do they currently see as their alternative?</li>
  <li>Which difference actually influences their choice?</li>
  <li>Which advantage do you already have solid evidence for - and can sustain over time?</li>
  <li>What’s the next step to test it, articulate it clearly, and own that position long-term?</li>
</ol>

<p>It synthesizes core ideas from <em>Positioning</em> - mental models, categories, ladders, and focus - with practical additions: competitor analysis, deep demand insight, evidence grading, and D6 Advantage Diagnosis.</p>

<p>It works for personal brands, courses, products, services, and company branding. It ingests Q&amp;A transcripts, attachments, and website content - and outputs:</p>
<ul>
  <li>A crisp one-sentence positioning statement</li>
  <li>Differentiating tags</li>
  <li>Actionable recommendations</li>
  <li>Validation criteria</li>
  <li>A visual HTML report</li>
</ul>

<p>GitHub repo:
<a href="https://github.com/yaojingang/yao-open-skills/tree/main/skills/yao-positioning-skill">yao-positioning-skill</a>
How it works (principles &amp; workflow):
<a href="https://doc.laoyao.cn/jghwr5">doc.laoyao.cn</a></p>

<div class="markdown-image-grid markdown-image-grid-2">
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-25.png" alt="image.png" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-26.png" alt="image.png" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-27.png" alt="image.png" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/2026-07-19-ai-coding-image-28.png" alt="image.png" loading="lazy" />
</div>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Brand Consistency in the Age of AI</title>
      <link>https://yaojingang.github.io/essays/brand-consistency-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/brand-consistency-en/</guid>
      <pubDate>Sun, 12 Jul 2026 09:30:00 +0800</pubDate>
      <description>This essay examines how AI has entered the critical final stage of consumer decision-making - and why brand consistency across channels and AI platforms is now essential for trust, accuracy, and commercial resilience. It links brand coherence to GEO strategy, media authority, gratitude ethics, systems thinking, prediction training, and the fundamental distinction between means and ends.</description>
      
      <category>AI</category>
      
      <category>brand</category>
      
      <category>GEO</category>
      
      <category>cognition</category>
      
      <category>management</category>
      
      <category>systems</category>
      
      <content:encoded><![CDATA[<h2 id="brand-consistency">Brand Consistency</h2>

<p>With AI now embedded in everyday life, user decision-making has fundamentally shifted.</p>

<p>A potential customer might first encounter a brand through a short video, outdoor ad, media coverage, or a friend’s recommendation - but before purchasing, they often turn to AI platforms like Doubao or DeepSeek to ask questions:
<em>“How is XXX brand?”</em>
<em>“Is XXX brand trustworthy?”</em>
<em>“Is XXX brand right for me?”</em></p>

<p>AI has moved into the most decisive link of the user decision chain.
Advertising, content, and word-of-mouth get users <em>to know</em> a brand. AI increasingly handles <em>information synthesis, comparative analysis, and decision support</em>.</p>

<p>For brands, neglecting this step - or failing to systematically optimize for AI platforms - means losing high-intent prospects at the final moment. That’s costly.</p>

<p>Here’s the problem: when users query AI about a brand, the answers are often inaccurate.
AI may misrepresent the brand’s positioning, product capabilities, target audience, or core strengths - offering outdated, contradictory, or even damaging descriptions.</p>

<p>A user grows interested - then abandons the choice during that final AI-powered verification step, misled by error, confusion, or stale data.
That’s not just inefficient - it’s self-sabotage.</p>

<p>Why does this happen? Three main reasons stand out:</p>

<ol>
  <li><strong>No unified internal brand “fact standard”</strong>
Many companies lack a centralized, rigorously maintained set of verified brand facts. Without one, inconsistent messaging proliferates:
    <ul>
      <li>Channel A promotes one brand narrative; Channel B uses an entirely different framing.</li>
      <li>The official website describes product capabilities differently than sales teams do in the field.
These contradictions confuse customers - and leave AI with no reliable signal to prioritize. Which version is authoritative? Which reflects current reality?</li>
    </ul>
  </li>
  <li>
    <p><strong>No AI-optimized content infrastructure</strong>
AI forms its understanding by scraping and synthesizing from official websites, owned media, industry reports, and third-party reviews.
If a brand fails to publish clear, structured, verifiable content consistently - AI pulls from outdated pages, fragmented snippets, or incomplete descriptions.
The result? AI <em>knows</em> the brand exists - but doesn’t <em>understand</em> it. Some “hallucinations” stem directly from this gap.</p>
  </li>
  <li><strong>A polluted third-party content ecosystem</strong>
As GEO (Generative Engine Optimization) gains traction, more review articles, rankings, head-to-head comparisons, and recommendation lists flood the web.
Too many contain weak evidence, competitor-driven bias, commercial placements, stitched-together claims, or outright factual errors.
When AI ingests and summarizes these, inaccuracies enter its knowledge base - distorting perception.
A brand with real advantages gets downgraded due to flawed third-party framing; fabricated weaknesses get repeated until they feel true.</li>
</ol>

<p>All three issues erode AI’s ability to accurately represent a brand’s essence, strengths, and service promise.
And when users rely on AI to verify and finalize decisions, those distortions translate directly into lost customers, eroded trust, and measurable revenue impact.</p>

<p>So - how should companies strengthen brand consistency?</p>

<p>First, treat it as a strategic priority - not a marketing tactic.
Establish an internal “brand fact standard”: break the brand down into atomic, verifiable statements - e.g.,</p>
<ul>
  <li>One-sentence positioning</li>
  <li>Target customer profile</li>
  <li>Core products/services offered</li>
  <li>Primary problems solved</li>
  <li>Differentiating capabilities</li>
  <li>Competitive distinctions</li>
  <li>Real-world case studies and metrics</li>
</ul>

<p>For each fact, define <em>one</em> clear, accurate, up-to-date, and source-verified answer - and designate it the single source of truth.</p>

<p>Then, use technical tools or specialized providers to audit brand consistency <em>quantitatively</em>:</p>
<ul>
  <li>How do major AI platforms currently describe the brand?</li>
  <li>Do their answers align - or contradict each other?</li>
  <li>Where do factual errors, omissions, or outdated claims appear?</li>
</ul>

<p>Once diagnosed, remediate systematically: publish clean, structured, authoritative content; manage digital assets proactively; prioritize high-trust sources in outreach and syndication.</p>

<p>The ultimate goal? No matter <em>where</em> or <em>how</em> a user discovers the brand - via search, social, sales call, or AI chat - they receive information that is accurate, stable, coherent, and mutually reinforcing.</p>

<p>For the business, brand consistency delivers four core benefits:</p>
<ol>
  <li>Lower cognitive load for users</li>
  <li>Higher perceived credibility</li>
  <li>More accurate AI understanding and recommendation</li>
  <li>Durable, compoundable brand equity</li>
</ol>

<p>At its heart, brand consistency solves one question: <em>Will every customer - regardless of entry point or AI platform - see the same accurate, trustworthy, clearly articulated version of who we are and what we deliver?</em></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/OYxmbX1wno0AAvx3wu6c3Watnge.png" alt="image.png" /></p>

<h2 id="medias-geo-potential">Media’s GEO Potential</h2>

<p>I recently gave a GEO briefing to Beijing Daily Group. Their response was sharp - and their execution speed impressive. Among China’s authoritative traditional media, their awareness and strategic positioning are notably advanced.</p>

<p>Their greatest asset? Vast volumes of high-quality, authoritative content.
Used well with GEO, that content unlocks multiple layers of value:</p>

<ol>
  <li>When AI cites authoritative media more reliably, answer quality improves - and hallucination rates drop.</li>
  <li>This creates a “good coin drives out bad coin” effect: better content rises in AI’s reference hierarchy, pushing low-quality noise downward.</li>
  <li>For the media itself, commercially valuable content gains broader, more targeted exposure - reaching new audiences via AI answers. That’s new monetization potential.</li>
  <li>The competitive landscape shifts: in the AI era, authority isn’t just about reach - it’s about becoming the <em>default factual source and interpretive framework</em> behind AI-generated answers.</li>
</ol>

<p>GEO’s value for media goes beyond visibility. It operates on two deeper levels:</p>
<ul>
  <li>First, shaping <em>how</em> AI answers - embedding the media’s facts, perspectives, and narrative logic into responses.</li>
  <li>Second, building <em>sectoral knowledge infrastructure</em> - establishing the outlet as the go-to authoritative source in specific domains.</li>
</ul>

<p>One caveat: volume of citation != commercial return.
Media must proactively test business models - before scale - to ensure citations convert into traffic, subscriptions, licensing, or other sustainable revenue.
The opportunity remains wide open.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/PyFdbQB5EowP2AxuxQMcZUNNnM0.png" alt="image.png" /></p>

<h2 id="how-to-say-thank-you">How to Say “Thank You”</h2>

<p>I spoke with our sales lead about a user message:
<em>“I plan to monetize GEOFlow - and will share 5% of resulting revenue.”</em></p>

<p>I replied: <em>“No need.”</em>
But inwardly - I was genuinely pleased.</p>

<p>My colleague pushed back gently:
<em>“That phrasing isn’t ideal.”</em>
<em>“A stronger way to express gratitude would be to wait - then, once you’ve actually earned RMB 1 million, send RMB 30,000 with a note explaining why.”</em></p>

<p>That act carries more weight. It reflects respect - not obligation.</p>

<p>Prematurely promising 5% signals goodwill, yes - but also quietly establishes a long-term transactional relationship.
Waiting until results materialize - and then acting voluntarily - keeps the gesture clean, grounded in outcome, and emotionally resonant.</p>

<p>The distinction lies at the core:</p>
<ul>
  <li><em>Transaction</em> requires pre-agreed rights, responsibilities, and returns.</li>
  <li><em>Gratitude</em> is a post-hoc, voluntary return - given freely, based on recognition and respect.</li>
</ul>

<p>The most meaningful thanks aren’t pledged at the start - they’re delivered after the result lands.</p>

<h2 id="managing-complex-systems">Managing Complex Systems</h2>

<p>In complex worlds, perfect answers rarely emerge upfront. A more realistic approach is: act, observe feedback, adjust - and repeat.</p>

<p><em>Cybernetics and the Scientific Methodology</em>, by Jin Guantao and Hua Guofan, offers a practical framework for this. Using cybernetics, information theory, and systems thinking, it tackles one central question: <em>How can humans effectively understand, intervene in, and steer complex systems - even when full knowledge is impossible?</em></p>

<h3 id="1-the-core-feedback-loop">1. The Core Feedback Loop</h3>
<p>Compress the entire book into one cycle:
<strong>Define goal -&gt; Observe state -&gt; Gather information -&gt; Take action -&gt; Receive feedback -&gt; Adjust action</strong></p>

<p>Example: Running a SaaS company.
Goal: Increase renewal rate -&gt; Observe current user behavior -&gt; Collect usage stats, NPS, churn reasons, support tickets -&gt; Revise onboarding and support workflows -&gt; Measure renewal rate change -&gt; Refine further.</p>

<p>This is a control system - not about rigid command, but about guiding outcomes amid uncertainty.</p>

<h3 id="2-two-kinds-of-feedback">2. Two Kinds of Feedback</h3>
<ul>
  <li><strong>Negative feedback</strong> corrects deviation and stabilizes: e.g., project falling behind -&gt; team adds resources -&gt; pace recovers.
 <em>Logic: Deviation detected -&gt; counter-action applied -&gt; system returns toward target.</em></li>
  <li><strong>Positive feedback</strong> amplifies trends: e.g., more users -&gt; more content -&gt; more users.
 It fuels growth loops - or vicious cycles.
Long-term stability hinges on having <em>timely, truthful, actionable</em> feedback mechanisms.</li>
</ul>

<h3 id="3-information-is-the-foundation">3. Information Is the Foundation</h3>
<p>Without information, a system cannot know:</p>
<ul>
  <li>Its current state</li>
  <li>Distance from goal</li>
  <li>Which actions work - or backfire</li>
</ul>

<p>Information value isn’t just about volume - it’s about reducing uncertainty, revealing differences, and enabling action.</p>

<p>A powerful insight: <em>An organization is, fundamentally, an information structure.</em>
People sharing an office != an effective organization. Only when information flows accurately, gets processed meaningfully, is stored reliably, and feeds back authentically does coordination emerge.</p>

<p>This reframes common management failures:</p>
<ul>
  <li>Silos = broken information channels</li>
  <li>Distorted reporting = corrupted feedback signals</li>
  <li>Repeated mistakes = absent organizational memory</li>
  <li>Slow decisions = insufficient information processing capacity</li>
  <li>Micromanagement = information bottleneck at the top</li>
</ul>

<h3 id="4-stability-change-and-collapse">4. Stability, Change, and Collapse</h3>
<p>Why do systems stay stable?
Because they maintain <em>homeostatic structures</em>: body temperature, company operations, ecosystems - all absorb shocks and self-correct. Stability != stasis. A company changes daily - yet endures because core functions hold.</p>

<p>Why do systems oscillate?
Feedback delays cause overshoot and correction:
Demand rises -&gt; factory expands capacity -&gt; supply floods market -&gt; demand drops -&gt; capacity shrinks -&gt; shortage returns.
Economic cycles, inventory swings, and org restructuring all follow this pattern.</p>

<p>Why do systems collapse?
Self-reinforcing pathologies take root: bureaucracy rewarded -&gt; copied -&gt; normalized -&gt; entrenched. Low-quality content, fake metrics, internal politics - all replicate when they yield short-term advantage.</p>

<p>How do systems self-organize?
Order emerges not only from top-down design - but from local rules + interaction: markets, languages, open-source communities, online forums.</p>

<h3 id="5-when-gradual-change-becomes-sudden-shift">5. When Gradual Change Becomes Sudden Shift</h3>
<p>Why do some systems appear static - then abruptly transform?
Water heats slowly - then boils. A startup burns cash steadily - then hits liquidity crisis.</p>

<p>The book frames this with four concepts: <em>gradual change, leap, stable state, and tipping point.</em>
Imagine a ball resting in a valley:</p>
<ul>
  <li>Deep valley = stable system</li>
  <li>Shallower valley = increasing instability</li>
  <li>Valley vanishes = tipping point reached</li>
  <li>Ball rolls into new valley = qualitative shift</li>
</ul>

<p>This reminds us: watch not just <em>how fast</em> things change - but whether the structures holding the current state are weakening.</p>

<h3 id="6-black-box-epistemology">6. Black-Box Epistemology</h3>
<p>Some systems - brains, large organizations, recommendation engines, LLMs, customer decisions - are too complex to map fully. We see inputs and outputs, but not internals.</p>

<p>To study them, use this method:</p>
<ol>
  <li>Apply varied inputs</li>
  <li>Record outputs</li>
  <li>Identify stable input-output relationships</li>
  <li>Build a predictive model</li>
  <li>Test with new inputs</li>
  <li>Refine model based on feedback</li>
</ol>

<p>This mirrors how we study LLMs today: we can’t trace all 100B+ parameters - but through benchmarking, prompt experiments, red-teaming, real-world task evaluation, and live feedback, we map capability boundaries.</p>

<p>Understanding the world means continuously building - and correcting - models.
Most failures stem from <em>broken feedback</em>. So managing complexity - or building complex products - starts with designing <em>robust feedback loops</em>.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/Vv1JbWM0iotUSaxpGwics4A4nOd.png" alt="image.png" /></p>

<h2 id="training-prediction-skill">Training Prediction Skill</h2>

<p>Practicing prediction is deeply valuable.
It sharpens judgment, exposes cognitive bias, calibrates confidence, and improves decision-making under uncertainty.</p>

<p>Yet we often say <em>“I think it might…”</em> or <em>“It’ll probably happen”</em> - without assigning probabilities or later checking our accuracy.</p>

<p>Drawing from earlier discussions of Bayesian skill, here’s a minimalist 5-step prediction training method:
<strong>Frame -&gt; Assign -&gt; Gather -&gt; Update -&gt; Verify</strong></p>

<p>One full cycle requires only:</p>
<ul>
  <li>A testable question</li>
  <li>An initial probability estimate</li>
  <li>Three key pieces of evidence</li>
  <li>One probability update</li>
  <li>One post-result debrief</li>
</ul>

<p>Assign probability <em>before</em> reviewing evidence. Update iteratively. Then verify.</p>

<p>Repeat - and over time, you train your brain to navigate ambiguity with greater precision and humility.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/Ob0TbgDkHovtOPxoSWbcXuc6n3c.png" alt="image.png" /></p>

<h2 id="means-vs-ends">Means vs. Ends</h2>

<p>I used to tell my team: <em>“Master AI.”</em>
Because AI is becoming foundational - teams fluent in it gain real efficiency and competitive edge.</p>

<p>But I noticed a subtle risk: people began treating <em>using more AI tools</em> or <em>building more automation</em> as goals in themselves.</p>

<p>So someone asked: <em>“Is mastering AI more important than serving customers or delivering business results?”</em></p>

<p>That’s a false dichotomy.
AI is a <em>means</em> - a capability, method, tool.
Solving real problems, creating value, and serving customers are the <em>ends</em>.</p>

<p>AI’s value isn’t in its complexity - it’s in what it enables:</p>
<ul>
  <li>Does it improve speed, accuracy, or quality?</li>
  <li>Does it lift customer experience - or cut costs, boost revenue, unlock previously impossible tasks?</li>
</ul>

<p>If an AI system is technically impressive but changes nothing in real workflows, its sophistication is irrelevant.</p>

<p>This reminds me: always clarify the <em>goal first</em> - then discuss tools.
Leadership emphasis shapes behavior. Prioritize tool count, usage frequency, or automation depth - and teams build elegant systems that don’t move the needle.</p>

<p>Of course, AI’s value isn’t only about next-quarter revenue:</p>
<ul>
  <li>Short term: Does it lift efficiency, quality, or performance?</li>
  <li>Medium term: Does it produce reusable processes, products, or capabilities?</li>
  <li>Long term: Does it forge new, defensible advantages?</li>
</ul>

<p>Mature teams rarely debate <em>“AI vs. business.”</em> They ask:</p>
<ul>
  <li><em>What level of business impact can AI help us achieve?</em></li>
  <li><em>What was impossible before - and now possible?</em></li>
  <li><em>Can we deliver higher-quality outcomes with fewer people?</em></li>
  <li><em>Can customers get faster, more reliable, more measurable results?</em></li>
  <li><em>Is there a simpler, more direct solution - without AI?</em></li>
</ul>

<p>AI defines <em>how fast and well we run</em>. Purpose defines <em>where we’re running</em>. Results determine <em>whether the run mattered at all</em>.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Aha Case: From Sales Magic to AI Workflows</title>
      <link>https://yaojingang.github.io/essays/aha-case-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/aha-case-en/</guid>
      <pubDate>Sun, 05 Jul 2026 09:30:00 +0800</pubDate>
      <description>This essay explores the power of &quot;Aha Cases&quot; in B2B sales - compelling, outcome-driven stories that accelerate trust and decisions - then expands into product boundaries, relationship wisdom, four human traits scarce in the AI era, and two practical AI-augmented systems: an interview workflow integrating GitHub, Codex, and Feishu, and a DouBao diagnostic skill for GEO research.</description>
      
      <category>business</category>
      
      <category>AI</category>
      
      <category>cognition</category>
      
      <category>workflow</category>
      
      <category>GEO</category>
      
      <content:encoded><![CDATA[<h2 id="aha-case">Aha Case</h2>

<p>For B2B companies, a critical sales strategy isn’t just building <em>a</em> reference case - it’s going all-in to build a <em>legendary</em> one.</p>

<p>In China, the strategic weight of real-world cases is vastly underestimated - especially for new products. When target enterprises struggle to grasp unfamiliar concepts, models, or jargon, the cost of education and alignment is high. But tell them a legendary case - a vivid, outcome-driven story - and understanding clicks instantly. Decisions follow just as fast.</p>

<p>What makes a case “legendary”? It triggers that visceral <em>aha</em> moment.</p>

<p>For example:</p>
<ul>
  <li>A previously unknown startup grows annual revenue from RMB 5 million to RMB 100 million in one year - using your product.</li>
  <li>A listed company doubles core channel acquisition volume while cutting customer acquisition cost by 50% - by adopting your model.</li>
</ul>

<p>One such case outweighs 100 pages of feature specs. With just one or two, your sales team gains momentum; prospects gain clarity and confidence.</p>

<p>Here’s how to build one - five steps:</p>
<ol>
  <li><strong>Select the right client</strong>: High potential, high collaboration, willing to go public.</li>
  <li><strong>Define a sharp, measurable goal</strong>.</li>
  <li><strong>Deploy core team + resources personally</strong> - no delegation, no half-measures.</li>
  <li><strong>Document everything</strong>, end-to-end.</li>
  <li><strong>Productize the case</strong>: Turn it into reusable assets - narrative, metrics, visuals, talking points.</li>
</ol>

<p>That’s what we call an <em>Aha Case</em>.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/DXzxbia04oOmURxkMblcaffUnpd.png" alt="image.png" /></p>

<h2 id="the-boundary-of-product">The Boundary of Product</h2>

<p>I recently hosted a channel partner who shared a prospective product collaboration. Its pitch? “We serve <em>any</em> client - and guarantee results.”</p>

<p>That logic is flawed. Every product has boundaries: what it <em>can</em> do, what it <em>cannot</em>, who it <em>serves well</em>, and who it <em>doesn’t serve at all</em>.</p>

<p>At our company, we’ve internalized this principle - and enforced it rigorously:</p>
<ul>
  <li>We don’t take projects below a minimum price threshold.</li>
  <li>We decline all bid-tender processes.</li>
  <li>We avoid high-sensitivity or gray-area industries.</li>
  <li>We walk away when core requirements fall outside our capability scope.</li>
</ul>

<p>These boundaries aren’t constraints - they’re quality safeguards. They directly shape delivery integrity and, over time, reputation.</p>

<p>One of my biggest takeaways from the past year of entrepreneurship? Riding trends matters - but so does differentiation. Even within a hot trend, standing out requires deliberate choices. And true differentiation isn’t built on features alone. It’s forged through <em>consistent boundary-setting</em>: saying “no” clearly, repeatedly, and with conviction. Each refusal sharpens your positioning - and deepens user trust.</p>

<h2 id="good-relationships">Good Relationships</h2>

<p>A friend shared his reflections on relationships - particularly romantic ones.</p>

<p>A good relationship leaves lasting value - even if it doesn’t last. Years later, you don’t recall resentment. You remember warmth: being understood, cherished, held gently.</p>

<p>Initial attraction - looks, charm - is just the entry ticket. What sustains connection is mutual admiration, deep trust, and <em>safety</em>. That safety lets people relax, drop pretense, and show up authentically.</p>

<p>I asked: <em>What stays with you?</em>
He listed subtle but consequential things - life perspectives, practical habits, even small skills - that reshaped his daily thinking and choices.</p>

<p>He observed that many people in China live externally - performing for “face” or defaulting to self-sacrificing “saintly” behavior - making it hard to ask for what they need or claim what’s rightfully theirs.</p>

<p>Examples he gave:</p>
<ol>
  <li><strong>Seek diverse experiences</strong>: Reading about Kyoto isn’t the same as walking its alleys at dawn. Immersion changes perception.</li>
  <li><strong>Taste widely - but lightly</strong>: Savor variety without overindulgence. One bite can be revelation.</li>
  <li><strong>Speak up at fine dining</strong>: If a dish misses the mark, describe <em>exactly</em> why - not “it’s okay.” Chefs often replace it immediately.</li>
  <li><strong>Use hotel service proactively</strong>: Half the price of luxury hotels is service premium. Call front desk <em>before</em> frustration builds - you’ll likely get resolution in under 90 seconds.</li>
  <li><strong>Pay for expertise</strong>: A travel consultant or dedicated driver costs little but transforms itinerary quality. Don’t DIY complexity you don’t enjoy.</li>
  <li><strong>Mine your financial perks</strong>: Gold card benefits (golf access, lounge entry) hide in app menus. Spend 3 minutes finding them - it pays back instantly.</li>
  <li><strong>Guard what enters your body</strong>: In unfamiliar places, never lose sight of water, drinks, or food - especially if unsealed.</li>
  <li><strong>Pre-read before cultural travel</strong>: Knowing the history behind Angkor Wat or the Forbidden City turns stone into story.</li>
</ol>

<p>Good relationships don’t just soothe - they <em>expand</em> your life radius. They quietly transfer lived wisdom: judgment frameworks, boundary instincts, aesthetic sensibilities, even how to hold space for uncertainty.</p>

<p>Of course, relationships aren’t all light. Having experienced depth, you also learn discernment: who deserves closeness - and who doesn’t.</p>

<p>Some red flags stand out:</p>
<ul>
  <li>For men: chronic gamblers, emotionally stunted adults, or those with volatile moods.</li>
  <li>For women: partners with chaotic relationship histories, extreme materialism, or who consistently drain their current family to subsidize their original one.</li>
</ul>

<p>All these point to the same core deficits: responsibility, boundary awareness, emotional stability, and basic goodwill.</p>

<p>Choosing a partner isn’t about initial spark - it’s about observing <em>how they show up over time</em>: Do they own mistakes? Respect limits? Recover gracefully? And - crucially - do they help you grow <em>without erasing you</em>?</p>

<p>But the most important question isn’t “Who should I choose?” It’s: <em>Am I becoming someone worthy of being chosen by someone excellent?</em></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/K89qbfRVnoomWcxz86DcPbB7nxe.png" alt="image.png" /></p>

<h2 id="four-human-traits-most-scarce-in-the-ai-era">Four Human Traits Most Scarce in the AI Era</h2>

<p>Hudson, one of Silicon Valley’s most sought-after executive coaches, now spends most of his time advising OpenAI’s research teams. His insider view reveals something counterintuitive: success in AI-augmented environments depends less on knowledge or grit - and more on <em>emotional clarity</em>.</p>

<p>As AI rapidly commoditizes information and effort, four distinctly human traits are becoming <em>increasingly rare - and valuable</em>:</p>

<ol>
  <li><strong>Discernment</strong>: Knowing what to pursue, what to abandon, and when to pivot - not just <em>what</em> to do, but <em>whether</em> to do it at all.</li>
  <li><strong>Trustful conflict</strong>: In high-leverage small teams, unresolved tension explodes. The ability to initiate and navigate tough conversations - without defensiveness or avoidance - is now mission-critical.</li>
  <li><strong>Willingness to fail</strong>: Humans excel at rapid iteration. Here, “failure” isn’t catastrophe - it’s <em>negative feedback</em>, a data point for learning. Courage to ship, test, and revise fast is irreplaceable.</li>
  <li><strong>Positive self-dialogue</strong>: Self-flagellation kills creativity and judgment. The capacity to speak to yourself with curiosity, kindness, and agency - not shame - is the bedrock of sustained creation.</li>
</ol>

<h2 id="ai-interview-system">AI Interview System</h2>

<p>Our hiring volume keeps rising. So we upgraded our “AI Interview Manager” - not just adding features, but rearchitecting for <em>four-way synergy</em>: AI Interview System + GitHub + Feishu + Codex.</p>

<ol>
  <li>
    <p><strong>AI Interview Manager (core)</strong>
The operational hub: manages candidates, resumes, AI-first interviews, auto-generated reports, feedback loops, scheduling, analytics, and cross-system status sync.</p>
  </li>
  <li>
    <p><strong>GitHub Repository (collaboration layer)</strong>
Each candidate gets a dedicated directory. Workflow stages auto-record via folder structure, <code class="language-plaintext highlighter-rouge">workflow.json</code>, <code class="language-plaintext highlighter-rouge">candidate-index.csv</code>, and Git commits - creating a <em>versioned, auditable evidence chain</em>.</p>
  </li>
  <li>
    <p><strong>Codex Skill (local intelligence layer)</strong>
Interviewers pull candidate packages locally, generate evaluations, write first/second-round feedback, save schedules, and push tasks/feedback/reports to Feishu - all from one interface.</p>
  </li>
  <li>
    <p><strong>Feishu Execution Layer</strong>
Via Feishu CLI: auto-create calendar invites, send private reminders, trigger post-interview nudges (e.g., “Please submit feedback within 1 hour”). Background workers handle async retries, status updates, and weekly report syncs.</p>
  </li>
</ol>

<p>The flow:</p>
<ul>
  <li>Resume uploaded -&gt; parsed asynchronously.</li>
  <li>Candidate completes AI-first interview -&gt; Q&amp;A, transcripts, keywords, and scores saved.</li>
  <li>Report generator produces HR &amp; candidate versions -&gt; auto-synced to GitHub.</li>
  <li>Team views candidate data in GitHub or Codex -&gt; generates evaluation -&gt; writes feedback.</li>
  <li>If “pass”, candidate moves to next-stage GitHub folder; if “reject” or “hold”, only status/feedback updates.</li>
  <li>Once scheduled, Feishu calendar task created -&gt; worker triggers 1h &amp; 3h feedback reminders post-interview.</li>
</ul>

<p>For interviewers, Codex becomes the <em>primary interface</em> - all other systems coordinate silently in the background.</p>

<p>What makes this architecture compelling:</p>
<ol>
  <li>Business data lives in the database; <em>collaboration provenance</em> lives in GitHub.</li>
  <li>Hiring is GitOps-native: every stage shift, feedback update, or folder move is traceable.</li>
  <li>Local agents pull data on demand - enabling smart collaboration <em>without</em> exposing credentials or raw data.</li>
  <li>Feishu tasks run async - calendar, notifications, and reminders are fault-isolated.</li>
  <li>AI handles fact extraction and suggestions; humans own <em>judgment</em>, <em>reasoning</em>, and <em>accountability</em>.</li>
  <li>Candidates transform from database rows into <em>stateful, versioned, portable objects</em> - carrying history, context, and touchpoints across systems.</li>
</ol>

<p>In short: candidates are now modeled as living entities - flowing through AI assessment, GitHub collaboration, Codex evaluation, and Feishu engagement. This gives hiring four superpowers: automation speed, human accountability, organizational memory, and full-stack operability.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/COPTbd2PloN3vzxr1vKckqiHndc.png" alt="image.png" /></p>

<h2 id="doubao-diagnostic-skill">DouBao Diagnostic Skill</h2>

<p>I built a GEO-focused skill to collect, clean, and analyze outputs from DouBao (ByteDance’s AI assistant). Designed for personal research - not production use.</p>

<p>It supports two collection modes:</p>
<ul>
  <li><strong>Web interface</strong>: via OpenCLI.</li>
  <li><strong>Mobile app</strong>: via Android Studio AVD + Appium UiAutomator2.</li>
</ul>

<p>Same keyword queries yield both web results <em>and</em> mobile UI evidence - screenshots, XML DOM trees, citation cards, and precise tracking of “cited vs. uncited” sources and citation counts.</p>

<p>Output is unified:</p>
<ul>
  <li><code class="language-plaintext highlighter-rouge">doubao-crawl.json</code> (raw data)</li>
  <li><code class="language-plaintext highlighter-rouge">summary.json</code> (aggregated insights)</li>
  <li>Structured Markdown</li>
  <li>Excel tables</li>
  <li>Kami-style HTML reports</li>
</ul>

<p>Downstream GEO analysis uses one shared template - regardless of source.</p>

<p><strong>Skill boundaries</strong>:</p>
<ul>
  <li>No login bypasses.</li>
  <li>No CAPTCHA cracking.</li>
  <li>No hidden API scraping.</li>
  <li>No account pooling.</li>
</ul>

<p>Best suited for low-frequency research, teaching demos, or forensic validation where screenshots + XML are required.</p>

<p>If you study GEO and want to compare how DouBao’s mobile app surfaces citations versus its web version - try it.</p>

<p>GitHub repo:
<a href="https://github.com/yaojingang/yao-geo-skills/tree/main/skills/yao-doubao-crawler">github.com</a></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/CpLubofwOoG3ehx5QUHctw3tnIg.png" alt="image.png" /></p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Second GEO Public Session</title>
      <link>https://yaojingang.github.io/essays/second-geo-public-session-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/second-geo-public-session-en/</guid>
      <pubDate>Sun, 28 Jun 2026 09:30:00 +0800</pubDate>
      <description>This essay unpacks the second GEO (Generative Engine Optimization) public session, covering content engineering principles, startup boundary-setting, sales fundamentals, interview pitfalls, and mindset shifts for the age of abundance - plus open-source updates including TokKit, ChatGPT crawling Skill, and GEOFlow v2.1.0.</description>
      
      <category>GEO</category>
      
      <category>AI</category>
      
      <category>business</category>
      
      <category>open source</category>
      
      <category>cognition</category>
      
      <content:encoded><![CDATA[<h2 id="the-second-geo-public-session">The Second GEO Public Session</h2>

<p>This was my second GEO public session with Professor Xiangyang on WaytoAGI. The next session is scheduled for July 25 at 8 p.m., focusing on GEO source strategy.</p>

<p>The theme of this session was <em>GEO Content Engineering</em> - a topic that’s notoriously hard to teach, yet essential to cover systematically. Doing so helps participants understand why GEO demands higher standards from content, and why its management and operational logic differs fundamentally from traditional marketing approaches.</p>

<p>In my view, only when you internalize this layer of understanding - and pair it with hands-on capability - do you truly possess <em>precision GEO operations</em>.</p>

<p>First, recognize that AI’s external citation strategy is far more nuanced than most assume. For the same question, an AI might list a dozen sources - but only two or three actually shape the final answer. Some links appear in the reference list but are never used in the response; others get cited repeatedly across a single answer, becoming structural anchors and recurring evidence.</p>

<p>So why does AI cite just one article out of hundreds published?
If GEO is simply about prompting AI to write articles, why do some AI-generated pieces get cited while others sit untouched?
If GEO is just keyword coverage, why does AI ignore keywords that appear dozens of times?</p>

<p><strong>The real issue isn’t “Did we publish enough?” - it’s “Does AI treat your content as reliable evidence?”</strong></p>

<p>Many teams default to legacy content tactics: publish more articles, distribute across more channels, stuff more keywords, generate multiple AI drafts. But none of that explains the core phenomenon: <em>Why does AI cite A and ignore B?</em></p>

<p>That’s exactly what the GEO Content Engineering framework aims to answer.</p>

<p>Live session summary (in Chinese): <a href="https://mp.weixin.qq.com/s/0ZZ5je2-W83HY7RtmsYkJA">mp.weixin.qq.com</a></p>

<p>Here’s a distilled set of key insights and methods:</p>

<ol>
  <li>GEO’s essence is earning AI’s trust - getting it to call upon, reuse, and cite your content repeatedly.</li>
  <li>An AI citation looks like a search result - but underneath lies an evidence-scoring mechanism.</li>
  <li>“Content quality” is too vague. What’s <em>operable</em> are relevance, authority, extractability, and verifiable evidentiary value - leading to concrete, measurable content features.</li>
  <li>Today’s AI most urgently needs <em>ready-to-use evidence blocks</em>.</li>
  <li>Whether an article gets cited depends not on visibility - but on whether it can become <em>part of the answer</em>.</li>
  <li>Traditional content ops optimize for human reading; GEO content engineering optimizes for machine comprehension, judgment, and assembly.</li>
  <li>AI prefers content that reads like academic papers, encyclopedias, or research reports - not emotionally charged marketing copy.</li>
  <li>Publishing 100 low-evidence articles delivers less value than crafting 10 high-evidence-density assets.</li>
  <li>High-citation articles tend to feature clear evidence, stable structure, and easily extractable conclusions.</li>
  <li>Keyword era -&gt; density matters. Semantic era -&gt; relevance rules. GEO era -&gt; evidence <em>combinations</em> decide.</li>
  <li>GEO doesn’t optimize rankings - it optimizes <em>probability</em>: the likelihood your brand gets recommended, cited, and trusted.</li>
  <li>At its core, content engineering transforms chaotic content creation into a decomposable, reusable, and attributable system.</li>
  <li>No problem map -&gt; no GEO strategy. No knowledge base -&gt; no high-quality content.</li>
  <li>Real GEO competence isn’t about writing good prompts - it’s about closing the loop between questions, evidence, structure, sources, and feedback.</li>
  <li>Prompts define <em>form</em>; knowledge bases define <em>substance</em>.</li>
  <li>Identical prompts won’t homogenize output - <em>thin knowledge bases will</em>.</li>
  <li>Content engineering isn’t about single articles. It’s a system defined by goals, elements, and their relationships.</li>
  <li>A key GEO engineering mindset: translate leadership’s fuzzy aspirations into system-level requirements - executable, measurable, and improvable.</li>
  <li>GEO’s biggest risk isn’t low traffic - it’s doing many things without knowing which ones actually moved the needle.</li>
  <li>Future content teams will compete on <em>evidence assets</em>, <em>structural fluency</em>, and <em>feedback-driven iteration</em>.</li>
</ol>

<p>Related resources:</p>

<ol>
  <li><em>GEO Content Engineering Handbook &amp; Evaluation Criteria</em> <a href="https://doc.laoyao.cn/9fl0bc">doc.laoyao.cn</a></li>
  <li><em>GEO Content Engineering Systems Report</em> <a href="https://doc.laoyao.cn/t754wa">doc.laoyao.cn</a></li>
  <li><em>GEO Content Engineering Methodology &amp; Single-Article Tutorial</em> <a href="https://doc.laoyao.cn/54yx5b">doc.laoyao.cn</a></li>
  <li><em>Thinking in Systems</em>, <em>Everyone Should Understand Engineering</em></li>
  <li><em>GEO: Generative Engine Optimization</em> <a href="https://doc.laoyao.cn/0elhy1">doc.laoyao.cn</a></li>
  <li><em>Generative Engine Optimization in Digital Repositories: Optimizing Visibility for Generative AI</em> <a href="https://doc.laoyao.cn/fnf30e">doc.laoyao.cn</a></li>
  <li><em>A Measurement Framework for Generative Engine Optimization Across AI Search Platforms</em> <a href="https://doc.laoyao.cn/ykiktr">doc.laoyao.cn</a></li>
</ol>

<p>Tools &amp; utilities:</p>

<ol>
  <li>GEO rewriting prompt: <a href="https://ai.laoyao.cn/ylOfC">ai.laoyao.cn</a></li>
  <li>GEO rewriting Skill: <a href="https://ai.laoyao.cn/cqWRs">ai.laoyao.cn</a></li>
  <li>GEO feature annotation demo (single-article): <a href="https://doc.laoyao.cn/00j3ps">doc.laoyao.cn</a></li>
</ol>

<p>GEO systems &amp; Skills:</p>

<ol>
  <li>GEO Skills: <a href="https://github.com/yaojingang/yao-geo-skills">github.com</a></li>
  <li>GEOFlow: <a href="https://github.com/yaojingang/GEOFlow">github.com</a></li>
  <li>Meta Skill: <a href="https://github.com/yaojingang/yao-meta-skill">github.com</a></li>
</ol>

<h2 id="defining-what-not-to-do">Defining What Not To Do</h2>

<p>This year’s entrepreneurial journey crystallized around three words: <em>embracing trends</em>, <em>differentiation</em>, and <em>defining boundaries</em>.</p>

<p>Embracing trends matters - under favorable conditions, sales, operations, and growth all become simpler.</p>

<p>Yet even amid simplicity, differentiation remains vital. Building a product with genuine differentiation may slow early growth - but it directs finite resources toward reinforcing that edge, forging sustainable competitive advantage. That advantage becomes indispensable once the market turns crowded.</p>

<p>That’s why defining - and guarding - boundaries is critical.</p>

<p>Trends reveal many opportunities - but most aren’t <em>yours</em>. Only the direction you can master, choose to focus on, and iterate on relentlessly qualifies as <em>your</em> opportunity.</p>

<p>So the core discipline is clarifying <em>what not to do</em> - and protecting it rigorously.</p>

<p>There’s a simple truth behind this: <em>Don’t do what you don’t understand.</em> Instead, allocate resources to trusted partners - observe, learn, and absorb. In other words: <em>Dare to be second.</em></p>

<p>A “not-to-do” list safeguards what’s most precious - and easiest to overlook: your attention and energy.</p>

<p>Only within that protected space can your differentiated advantage truly take root.</p>

<p>Boundary-setting applies not just to companies - but also to products and services. Clarity comes from answering two questions: <em>What can we do? What must we not do?</em></p>

<p>“What we can do” functions like social ethics - encouraging kindness and integrity.
“What we must not do” functions like law - drawing hard lines.
Together, they form an unmistakable operating perimeter.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/Wv8abHIMloaOzRxXTJCcwQyUnQe.png" alt="image.png" /></p>

<h2 id="what-makes-a-good-salesperson">What Makes a Good Salesperson</h2>

<p>A new sales hire recently led a practice session in the afternoon. Afterwards, the team discussed various sales techniques: plain language, real-world examples, the 80/20 rule, audience awareness, storytelling, etc.</p>

<p>But I kept thinking: great sales rests on a simpler foundation.</p>

<p>Two words capture it: <em>authenticity</em> and <em>expertise</em>.</p>

<p>Authenticity means transparency - no hidden agendas, just genuine care for the client’s success.
Expertise means diagnosing real problems and offering sound, actionable guidance.</p>

<p>That’s enough.</p>

<p>It echoes this truth: <em>Sales isn’t about lowering your status to please customers - it’s about advising them like a friend. You happen to need it. I happen to know it. That’s all.</em></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/IjT0bbTcuoDnOJxKLAJcocKin7d.png" alt="image.png" /></p>

<h2 id="interview-pitfalls">Interview Pitfalls</h2>

<p>I’ve conducted many interviews lately.</p>

<p>During a debrief with a hiring manager, I heard this evaluation of a candidate: <em>“Their experience is okay.”</em></p>

<p>That phrase - “experience is okay” - is dangerously ambiguous.</p>

<p>I asked: <em>How did you reach that conclusion?</em>
They replied: <em>Mainly based on years of work history and how well they answered questions.</em></p>

<p>Both criteria carry hidden traps.</p>

<p>First, tenure ≠ experience. Most people repeat basic tasks year after year - without deepening skill or insight.
Second, articulate answers ≠ real experience. They may simply reflect strong communication - or packaging skills.</p>

<p>True experience, in my view, hinges on three things:</p>
<ul>
  <li>Has the candidate handled genuinely complex problems?</li>
  <li>Have they built coherent, reusable methods?</li>
  <li>Have they delivered outcomes others couldn’t replicate?</li>
</ul>

<p>The best way to assess this? Drill into real cases. Ask for specifics. Follow up on contradictions. Probe the “how” and “why.”</p>

<p>Truly experienced people explain complexity with striking simplicity - concrete details, clear boundaries, and resilience under scrutiny.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/Jqd2bjU34oNCgcxXImlcxM5wn8f.png" alt="image.png" /></p>

<h2 id="four-mindsets-for-the-age-of-abundance">Four Mindsets for the Age of Abundance</h2>

<p>Inspired by <em>We Are Gods</em>, this section outlines four essential mindsets for thriving in abundance: <em>Abundance Mindset</em>, <em>Longevity Mindset</em>, <em>Exponential Mindset</em>, and <em>Moonshot Mindset</em>.</p>

<h3 id="on-abundance">On Abundance</h3>

<ol>
  <li>Abundance has already arrived - yet many still operate from scarcity mental models.</li>
  <li>Today’s true scarcity isn’t information - it’s <em>attention</em>.</li>
  <li>Paradoxically, the more abundant an era becomes, the more anxiety ordinary people may feel.</li>
  <li>The future is already here - just unevenly distributed. The greatest inequity from new tech isn’t access - it’s <em>opportunity flowing first to those who understand it</em>.</li>
  <li>The gravest danger in abundance isn’t missing opportunity - it’s <em>failing to see it</em>. As technology advances, cognitive gaps widen rapidly.</li>
  <li>Hence the four mindsets: Abundance, Longevity, Exponential, Moonshot.</li>
</ol>

<h3 id="scarcity-vs-abundance-mindset">Scarcity vs. Abundance Mindset</h3>

<ol>
  <li>Scarcity mindset asks: <em>How do we divide the cake?</em> Abundance mindset asks: <em>How do we bake a bigger one?</em> Abundance thinking creates net new value.</li>
  <li>Much anxiety stems from applying old scarcity logic to new abundance opportunities. When you obsess over defending your slice, someone else is baking a whole new cake elsewhere.</li>
  <li>Abundance mindset reframes competition as co-creation. Winners in abundance-era markets rarely own the most resources - they’re best at <em>recombining</em> them.</li>
</ol>

<h3 id="longevity-mindset">Longevity Mindset</h3>

<ol>
  <li>Those who’ll benefit most from longevity tech are the ones managing their health <em>today</em>.</li>
  <li>Longevity mindset redefines time itself. AI extending human lifespan is no longer speculative - it’s widely accepted.</li>
  <li>With decades added to life expectancy, career planning and health habits must shift - and lifelong learning becomes non-negotiable.</li>
</ol>

<h3 id="exponential-mindset">Exponential Mindset</h3>

<ol>
  <li>The most counterintuitive thing about exponential change? Early stages look flat. Without this mindset, people <em>underestimate early</em>, <em>misunderstand mid-stage</em>, and <em>miss late-stage entirely</em>.</li>
  <li>The first half of exponential growth often resembles stagnation; the second half feels miraculous. Real opportunity hides in the deceptively slow early curve.</li>
  <li>Judging tech trends requires looking beyond current capability - to <em>iteration speed</em>. When a technology’s performance doubles consistently, conservatism becomes the riskiest stance.</li>
</ol>

<h3 id="moonshot-mindset">Moonshot Mindset</h3>

<ol>
  <li>Moonshot mindset sets audacious goals <em>within physical reality</em> - not fantasy, but impossible goals broken down into executable steps.</li>
  <li>Big goals force method innovation: 10% improvement refines old systems; 10× improvement demands rebuilding them.</li>
  <li>Small targets invite incremental tweaks; massive ones compel rethinking fundamentals.</li>
  <li>Moonshot thinking starts with first-principles analysis - mapping constraints using physics and logic - to draw realistic boundaries for ambition.</li>
  <li>Any goal not violating fundamental laws shouldn’t be dismissed by inertia alone.</li>
</ol>

<h2 id="this-weeks-open-source-updates">This Week’s Open-Source Updates</h2>

<h3 id="1-tokkit">1. TokKit</h3>

<p>Upgraded our local token ledger tool, TokKit, with a macOS menu bar panel.</p>

<p>Click the icon in your top-right corner to instantly see:</p>
<ul>
  <li>Today’s token usage</li>
  <li>7-day and 30-day trends</li>
  <li>Detailed usage breakdown (last 7 days)</li>
  <li>Terminal and model-specific consumption</li>
</ul>

<p>GitHub: <a href="https://ai.laoyao.cn/tokkitMenu">ai.laoyao.cn</a></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/A07gbigEEosyv9xQJHScpe2PnXf.png" alt="image.png" /></p>

<h3 id="2-chatgpt-crawling--diagnostic-skill">2. ChatGPT Crawling &amp; Diagnostic Skill</h3>

<p>New GEO Skill: <code class="language-plaintext highlighter-rouge">yao-chatgpt-crawler</code> - for collecting, cleaning, and analyzing ChatGPT outputs.</p>

<p>Real-world test case: <em>Doubao</em> (ByteDance’s AI assistant), assessed via ChatGPT’s GEO diagnostic report.</p>

<p>Workflow:</p>
<ol>
  <li>Prepare question list, repetition count, target entity (e.g., “Doubao”), entity type, OpenCLI profile, and sampling interval.</li>
  <li>OpenCLI Browser Bridge connects to your logged-in ChatGPT Web session, running randomized, spaced queries.</li>
  <li>Post-collection, data is cleaned and aggregated into JSON, Markdown, Excel, and HTML reports.</li>
  <li>The HTML report analyzes:
    <ul>
      <li>Entity mention rate &amp; average mentions</li>
      <li>Top-1 / Top-3 / Top-5 probability</li>
      <li>Average ranking position</li>
      <li>Sentiment bias</li>
      <li>Source domains &amp; URL structures</li>
      <li>Title intent</li>
      <li>Gap analysis vs. peer entities</li>
    </ul>
  </li>
  <li>Entity classification distinguishes people, companies, products, concepts, and noise - excluding industry terms, generic categories, or URL parameters from competitor lists.</li>
</ol>

<p>Key principle: Based on <em>real ChatGPT Web behavior</em> - not API simulation - for higher-fidelity GEO analysis.</p>

<p>Links:</p>
<ul>
  <li>Skill repo: <a href="https://github.com/yaojingang/yao-geo-skills/tree/main/skills/yao-chatgpt-crawler">github.com</a></li>
  <li>Example report files: <a href="https://github.com/yaojingang/yao-geo-skills/tree/main/skills/yao-chatgpt-crawler/examples/doubao-model-products-real">github.com</a></li>
  <li>HTML report preview: <a href="https://doc.laoyao.cn/cxvinr">doc.laoyao.cn</a></li>
</ul>

<div class="markdown-image-grid markdown-image-grid-2">
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/COGjbvpH3oL1J7xvrI2criBonQc.png" alt="image.png" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/QykpbGjsXoFTaXxyKaacYrFTnqg.png" alt="image.png" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/W8DYbj5pnoUemmxzplccRJX1nYe.png" alt="image.png" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/NyjtbvfzDoeuoaxQWllc5q9Zn0e.png" alt="image.png" loading="lazy" />
</div>

<h3 id="3-geoflow">3. GEOFlow</h3>

<p>GEOFlow - the end-to-end GEO system - has been updated to v2.1.0.</p>

<p>Most recent improvements came directly from a Fortune 500 marketing leader who deployed GEOFlow internally and shared rich, actionable feedback.</p>

<p>Key upgrades:</p>

<ol>
  <li><strong>Enterprise Knowledge Base Drafting Workflow</strong>: Upload or paste multiple documents (PDF, DOCX, TXT, etc.), auto-parse formats, then use AI to generate structured draft content - with full source attribution, revision tracking, and manual approval gates.</li>
  <li><strong>Enhanced Frontend &amp; Distribution Capabilities</strong>:
    <ul>
      <li>Online topic editing</li>
      <li>Homepage module configuration</li>
      <li>Custom styling options</li>
      <li>AI-powered “APIHot” topic recommendations</li>
      <li>Unified SEO metadata management</li>
      <li>Visualized article distribution status</li>
      <li>Task routing strategies</li>
      <li>Target site sync settings</li>
    </ul>
  </li>
  <li><strong>Deployment Improvements</strong>:
    <ul>
      <li>Installation state protection</li>
      <li>Default admin email configuration</li>
      <li>Redis-backed session storage</li>
      <li>Docker support + subdirectory deployment</li>
    </ul>
  </li>
</ol>

<p>Post-update, GEOFlow increasingly functions as a full-stack <em>GEO + automated site network management system</em> - covering knowledge base ingestion, AI drafting, human review, frontend publishing, cross-site distribution, synchronization, and operational analytics.</p>

<p>GitHub: <a href="https://github.com/yaojingang/GEOFlow">github.com</a></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/AtVzbHy5ZowXVrxK0eXc85jpnZd.png" alt="image.png" /></p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Subtraction and Continuity</title>
      <link>https://yaojingang.github.io/essays/subtraction-and-continuity-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/subtraction-and-continuity-en/</guid>
      <pubDate>Sun, 21 Jun 2026 09:30:00 +0800</pubDate>
      <description>This essay explores how strategic subtraction, cutting scope, features, and distractions, strengthens continuity in AI projects and personal work. It connects this principle to model reliability training, a 2.0 overhaul of the author&apos;s meta-skill framework, OpenAI&apos;s AI-native advertising, a DeepSeek GEO diagnostic tool, and 13 sustainable open-source monetization models.</description>
      
      <category>cognition</category>
      
      <category>AI</category>
      
      <category>skill</category>
      
      <category>GEO</category>
      
      <category>open source</category>
      
      <content:encoded><![CDATA[<h2 id="subtraction-and-continuity">Subtraction and Continuity</h2>

<p>A recent insight has stuck with me:</p>

<p>When iterating on open-source projects, it’s alarmingly easy to fall into the complexity trap: even simple systems balloon rapidly under AI’s influence, and the list of “things we want to build” grows faster than our capacity to sustain them.</p>

<p>But that growth isn’t always progress. So I’ve been deliberately practicing subtraction.</p>

<p>The real benefit of subtraction isn’t just simplicity; it’s stronger <em>continuity</em>.</p>

<p>Continuity is often the quiet engine behind successful long-term projects. It enables consistent feedback loops, steady cognitive gains, and reliable iteration.</p>

<p>Here’s a rough formula:</p>

<p><strong>Continuity = (Clarity of Direction × Consistency of Effort × Quality of Feedback) ÷ (Task-Switching Cost × Maintenance Burden × Choice Noise)</strong></p>

<p>Of course, continuity comes with a trade-off: it often means dialing back curiosity about shiny new things and holding off on exploration to protect focus.</p>

<p>That restraint isn’t loss; it’s investment.</p>

<p>Because doing so delivers three concrete benefits:</p>

<ol>
  <li><strong>Fewer task switches → preserved deep attention</strong>: When you shift from one task to another, unfinished mental threads linger and actively degrade performance on the next task.</li>
  <li><strong>Lower cognitive load → more stable learning</strong>: Working memory is finite. Clutter, irrelevant context, or poorly structured inputs drain capacity needed for reasoning and retention.</li>
  <li><strong>Fewer decisions → less decision fatigue</strong>: More options rarely mean better outcomes; they often mean slower, shallower, or avoidant choices. Reducing low-stakes decisions frees up mental bandwidth for what truly matters.</li>
</ol>

<p>At its core, subtraction lowers a system’s <em>ongoing cost</em>.</p>

<p>Many goals stall not because they’re unrealistic, but because too many targets, commitments, inputs, and obligations fragment attention, dilute feedback, inflate maintenance, and raise the barrier to the <em>next</em> action.</p>

<p>Subtraction sounds simple. Its difficulty lies in execution: it demands ruthless prioritization <em>without</em> layering on new “additions” disguised as optimization.</p>

<p>Strategic sharpness shows up first in what you <em>refuse</em> to do.</p>

<p>Recognizing that is already half the win.</p>

<h2 id="reliability-can-be-trained">Reliability <em>Can</em> Be Trained</h2>

<p>OpenAI’s new paper, <em>Reinforcement Learning Towards Broadly and Persistently Beneficial Models</em>, tackles a critical question: Can we train AI models to be reliably beneficial, not just in one narrow setting, but across diverse, unseen contexts?</p>

<p>Background: Many enterprise AI agents fail not from lack of capability, but from behavioral instability. They hallucinate sources, overstate confidence, bypass approvals, flatter users, misuse tools, or ignore boundaries. These failures may share a root cause: inconsistent behavior patterns.</p>

<p>The paper’s core hypothesis: <em>harmful behaviors migrate, and beneficial ones can too</em>, provided training targets the right underlying traits.</p>

<p>Prior work shows that harmful tendencies, like gaming reward signals, lying, generating unsafe code, or indulging user misconceptions, can generalize across tasks. If bad behavior transfers, can good behavior?</p>

<p>Yes, the paper finds evidence it can.</p>

<p>In controlled experiments, researchers injected a small set of high-quality <em>beneficial-behavior examples</em> (e.g., admitting uncertainty, citing sources, correcting errors, respecting constraints) into standard training data. Compared to a control model trained with identical compute and initialization, the augmented model showed significantly stronger stability across dozens of <em>unseen</em> benchmarks, including tasks and domains never present in training.</p>

<p>One standout result: Across 50+ independent evaluations, the beneficial-behavior-trained model outperformed the control on most metrics. Traits like honesty, caution, self-correction, and constraint adherence didn’t stay confined to their training contexts; they generalized.</p>

<p>What makes this paper especially compelling is how it <em>operationalizes</em> subjective ideals: “honesty,” “caution,” “human oversight,” “protecting vulnerable parties”-all become measurable via concrete prompts, dialogue flows, and scoring rubrics.</p>

<p>This resonates deeply with my work on content engineering. We say “high-quality content,” but what does that <em>mean</em>? “Structured”? Structured <em>how</em>? In practice, we <em>can</em> define precise, observable traits for even fuzzy terms.</p>

<p>The implications extend beyond models to teams and individuals.</p>

<p>Team culture <em>is</em> a reward system. What a company consistently rewards, it inevitably grows.</p>

<p>So if you want your team to embody “accountability,” don’t just name it; define <em>what accountability looks like</em>: Which actions count? What evidence qualifies? What metrics reflect it?</p>

<p>Paper link: <a href="https://alignment.openai.com/beneficial-rl/">alignment.openai.com</a></p>

<h2 id="updated-meta-skill-v20">Updated Meta-Skill (v2.0)</h2>

<p>I’ve just completed a full refactoring and 2.0 upgrade of my meta-skill framework, <code class="language-plaintext highlighter-rouge">yao-meta-skill</code>. The results are promising.</p>

<div class="markdown-image-grid markdown-image-grid-2">
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/OQiGb5qyKodFgcxGOQAcPpGynnc.png" alt="image.png" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/KpQSbxwx3ohuTsx4VUIcQyQenBj.png" alt="image.png" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/TDMgbqnjoo2cwRxm8rXcrQtTntc.png" alt="image.png" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/SMFrbeQpMoaQg9xN6zLcRq5jnRf.png" alt="image.png" loading="lazy" />
</div>

<p>Credit where due: Codex keeps getting stronger. For complex engineering tasks, it now autonomously decomposes, commits, debugs, and iterates. This upgrade ran for 38 hours and produced 301 branches.</p>

<p>Meta-skill is the skill that <em>generates</em> skills. The v2.0 upgrade rests on five foundational principles:</p>

<ol>
  <li>
    <p><strong>“Is this worth a skill?” - Prioritize reuse value</strong>
Only create a skill when a task repeats <em>and</em> produces a reusable output contract. One-offs should stay lightweight because over-engineering drains maintenance energy. Skills are assets; assets carry upkeep costs.</p>
  </li>
  <li>
    <p><strong>Model the real task <em>before</em> generating the skill</strong>
First, capture: What’s the user actually trying to accomplish? What should the output look like? What must <em>not</em> happen? What constraints apply? Ambiguity here is the #1 cause of skill failure; every skill has boundaries.</p>
  </li>
  <li>
    <p><strong>Unify semantics with an intermediate representation</strong>
v2.0 introduces a “skill intermediate representation”: a semantic contract specifying trigger conditions, inputs, outputs, boundaries, references, evidence, and expected artifacts. This layer decouples logic from platform and enables stable cross-platform skill packaging.</p>
  </li>
  <li>
    <p><strong>Guard quality with layered evaluation &amp; review</strong>
Quality is broken into checkable gates: Does it trigger accurately? Does output meet specs? Is runtime behavior consistent? Are permissions safe? Does the package install cleanly? Is evidence complete? Is public documentation appropriately scoped? Governance intensity scales with risk level.</p>
  </li>
  <li>
    <p><strong>Drive iteration with operational feedback</strong>
Publishing isn’t the finish line. Usage logs, drift signals, and feedback reports feed back into the loop, prompting updates to docs, new test cases, logic fixes, or tighter governance.</p>
  </li>
</ol>

<p>Together, these form a closed cycle: <em>create → validate → publish → observe → improve</em>.</p>

<p>Resources:</p>
<ol>
  <li>Meta-skill repo: <a href="https://github.com/yaojingang/yao-meta-skill">github.com</a></li>
  <li>v2.0 upgrade plan: <a href="https://doc.laoyao.cn/unyyhc">doc.laoyao.cn</a></li>
  <li>v2.0 vs. v1.0 comparison report: <a href="https://doc.laoyao.cn/l3lkgm">doc.laoyao.cn</a></li>
</ol>

<h2 id="gem-advertising">GEM Advertising</h2>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/RmJFbQ3AjofwEvxnqp3cgDk1nwe.png" alt="image.png" /></p>

<p>I explored OpenAI’s ad dashboard; it’s refreshingly minimal.</p>

<p>But effective execution? That’s deceptively hard.</p>

<p>After reviewing official docs, here’s what stands out:</p>

<ol>
  <li><strong>ChatGPT Ads aren’t keyword auctions</strong>; they’re <em>intent-and-task-scenario matches</em>. Context richness matters more than keyword density.</li>
  <li><strong>For AI ads, “manual-like” clarity wins</strong>: Be specific, actionable, and immediately useful, like a well-written product manual.</li>
  <li><strong>Your landing page’s SEO infrastructure is non-negotiable</strong>: OpenAI’s crawlers and ad systems need to parse, verify, and trust your page.</li>
  <li><strong>Relevance is multi-layered</strong>: Title, ad copy, prompt context, <em>and</em> landing page content all contribute to matching quality.</li>
</ol>

<p>OpenAI calls this <em>AI-native advertising</em>. The GEM era is officially underway.</p>

<p>Ad dashboard: <a href="https://ads.openai.com/">ads.openai.com</a></p>

<h2 id="deepseek-geo-diagnostic-skill">DeepSeek GEO Diagnostic Skill</h2>

<p>Over the holiday break, I built and open-sourced a skill that crawls DeepSeek search results, cleans the data, and runs a full GEO (Generative Engine Optimization) diagnostic analysis using OpenCLI.</p>

<p>See resources and demo report links at the end.</p>

<p>The generated report includes multi-dimensional metrics, comparative charts, and actionable insights, tested live on NIO (NIO Inc.) as a real-world case.</p>

<div class="markdown-image-grid markdown-image-grid-2">
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/EFuqbhDoVoNWICxwOB8czyVxn0g.png" alt="image.png" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/IR7obXNknoI6pfxnl2qcOd9onpf.png" alt="image.png" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/CG4AbE945oHVcaxckprcee2inrb.png" alt="image.png" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/UI0lbm9j0oibTIxjnV6czzHanDh.png" alt="image.png" loading="lazy" />
</div>

<p>This skill helps assess how individuals, brands, or products appear in DeepSeek’s generative search and how they compare to competitors. It surfaces current GEO gaps, opportunities, and concrete optimization levers.</p>

<p><strong>How it works:</strong></p>
<ol>
  <li>Install the skill in Codex or Claude Code. Input: keywords, target entity (e.g., “Google”, “Yao Jingang”), entity type, and crawl interval strategy.</li>
  <li>AI invokes OpenCLI to execute multi-round, randomized-interval crawls per query.</li>
  <li>Results are cleaned using GEO-aware entity recognition, then logged as structured JSON, exported to Excel, and rendered into a bilingual (EN/CN) HTML diagnostic report with visualizations (see images and links).</li>
</ol>

<p><strong>Prerequisites:</strong></p>
<ol>
  <li><em>Real crawling requires</em>: OpenCLI installed + connected via OpenCLI Browser Bridge, and DeepSeek web interface logged in (preferably with a fresh account).</li>
  <li><em>Before running</em>: Prepare keyword list, desired crawl rounds per keyword, target entity (e.g., “DeepSeek”), optional aliases for the target and competitors (to boost recognition accuracy), and crawl interval (e.g., 1-3 min random, or safer 5-20 min random).</li>
</ol>

<p>Built for DeepSeek first; support for other AI search platforms will roll out gradually.</p>

<p>Resources:</p>
<ol>
  <li>GitHub repo:
<a href="https://github.com/yaojingang/yao-geo-skills/tree/codex/add-deepseek-crawler-skill/skills/yao-deepseek-crawler">github.com</a></li>
  <li>Interactive diagnostic report:
<a href="https://doc.laoyao.cn/eg5lq8">doc.laoyao.cn</a></li>
  <li>Full dataset + analysis bundle:
<a href="https://ai.laoyao.cn/XmC7v">ai.laoyao.cn</a></li>
</ol>

<h2 id="open-source-monetization-models">Open-Source Monetization Models</h2>

<p>I reviewed common paths to sustainability for open-source projects and mapped 13 viable revenue models:</p>

<ol>
  <li>Sponsorships &amp; donations</li>
  <li>Enterprise subscriptions + commercial support (free tier for individuals)</li>
  <li>Premium features in paid enterprise edition (core free)</li>
  <li>Cloud-hosted SaaS (software free, hosting/managed service paid)</li>
  <li>API, compute, or usage-based billing (custom APIs + proprietary commercial APIs)</li>
  <li>Dual licensing (e.g., MySQL: GPL + commercial license for closed OEM/embedded use)</li>
  <li>Referral &amp; affiliate revenue (integrated plugins or commercial gateways)</li>
  <li>Professional services &amp; system integration (e.g., Red Hat)</li>
  <li>Training, certification, and corporate workshops</li>
  <li>Private, on-premise deployments (custom pricing)</li>
  <li>Value-added data, models, benchmarks, or workflow tooling (e.g., Hugging Face)</li>
  <li>Advertising (contextual, non-intrusive)</li>
  <li>Acquisition or strategic investment</li>
</ol>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Common Sense and Trust</title>
      <link>https://yaojingang.github.io/essays/common-sense-and-trust-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/common-sense-and-trust-en/</guid>
      <pubDate>Sun, 14 Jun 2026 09:30:00 +0800</pubDate>
      <description>This essay explores trust as a strategic asset, outlines ten foundational common-sense principles for real-world decision-making, shares personal reflections on walking meditation and running, recaps X (Twitter) growth insights, and introduces three open-source tools—TokURL, TokDoc, and a demand-assessment Skill—built to support clarity, documentation, and product rigor.</description>
      
      <category>cognition</category>
      
      <category>trust</category>
      
      <category>open source</category>
      
      <category>AI</category>
      
      <category>Skill</category>
      
      <content:encoded><![CDATA[<h2 id="trust-as-an-asset">Trust as an Asset</h2>

<p>Over dinner last night, a friend shared an illuminating story.</p>

<p>He was stuck on a critical project phase—directly liaising with the CEO, yet unable to move forward.</p>

<p>Then, weeks later, the CEO reached out unexpectedly: he’d seen my friend’s name in a short video on Douyin (TikTok China), where an influencer was summarizing a research paper—one co-authored by my friend.</p>

<p>After confirming it was him, the CEO said, “Let’s finalize the agreement right away.” And just like that, things accelerated smoothly.</p>

<p>What happened? The CEO wasn’t unwilling—he simply lacked a <em>reason to trust</em>. Once external validation (a credible signal) bridged that gap, judgment became effortless.</p>

<p>That’s what I call <em>trust assets</em>: not just rapport or charisma, but tangible, observable signals—published work, endorsements from respected figures, consistent public output—that lower others’ cognitive load when deciding whether to act.</p>

<p>Trust often forms through conversation—but more reliably, through evidence.</p>

<h2 id="the-value-of-common-sense">The Value of Common Sense</h2>

<p>Common sense is the set of grounded, repeatedly validated judgments we rely on to navigate reality—not theory, but lived calibration.</p>

<p>Its importance is routinely underestimated. In messy, time-constrained, resource-poor situations—where data is incomplete and stakes are real—common sense is our operating system: how we weigh facts, estimate cost, assess risk, spot opportunity, and anticipate consequences.</p>

<p>Here are 10 essential principles:</p>

<ol>
  <li><strong>Respect reality</strong>: Wishes don’t override facts. Act <em>from</em> what is—not what you hope is.</li>
  <li><strong>Opportunity cost is real</strong>: Every choice discards alternatives. Name what you’re giving up.</li>
  <li><strong>Think probabilistically</strong>: Certainty is rare; probability is the default lens for truth.</li>
  <li><strong>Prioritize low-probability, high-impact risks</strong>: A 1% chance of ruin outweighs a 90% chance of modest gain.</li>
  <li><strong>Follow incentives, not statements</strong>: Behavior reveals motive—look at what rewards drive action.</li>
  <li><strong>Pause after the first thought</strong>: Ask <em>“Then what?”</em> before deciding. Most consequences unfold beyond the immediate.</li>
  <li><strong>Harness compounding</strong>: Small, consistent inputs—learning, habits, relationships—scale nonlinearly over time.</li>
  <li><strong>Focus on leverage points</strong>: Outcomes are rarely evenly distributed. A few customers drive most revenue; a few habits shape most health; a few decisions define life trajectories.</li>
  <li><strong>Separate controllable from uncontrollable</strong>: Energy spent resisting the latter is wasted. Direct effort only where you hold agency.</li>
  <li><strong>True intelligence includes humility</strong>: Stay open, leave margin, revise assumptions—and do it often.</li>
</ol>

<p>A person grounded in common sense respects evidence, calculates trade-offs, weighs probabilities, thinks long-term, and directs energy toward what matters <em>and</em> can be influenced.</p>

<h2 id="walking-meditation">Walking Meditation</h2>

<p>Today, I walked to the office.</p>

<p>Our campus sits in early-summer sunlight—lush greenery, birdsong, breeze moving through leaves. The pace naturally slows. In such settings, walking becomes meditation—not escape, but presence.</p>

<p>Simple method:</p>
<ol>
  <li>Walk slightly slower than usual.</li>
  <li>Place attention on your feet and on concrete details around you.</li>
  <li>Notice bodily sensations in sequence: feet on the wooden boardwalk, cool air on skin, rustling leaves, layered birdcalls.</li>
  <li>When the mind drifts, do not judge it. Just return and keep sensing.</li>
</ol>

<p>Commuting transforms: no longer just transit, but restoration. A small act, made intentional, becomes rest <em>and</em> delight.</p>

<h2 id="running-as-practice">Running as Practice</h2>

<p>This morning, I ran 15 km at Olympic Forest Park—emerald canopy, crisp air, quiet rhythm.</p>

<div class="markdown-image-grid markdown-image-grid-4">
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/QXjObBgOgobjjjxz3sIct2MpnJh.jpeg" alt="ad1882e5da283bff79df5d8fe488df7f.jpg" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/X991buQyRo086lxuge0c0Al8nCP.jpeg" alt="78c4eb4279899b4175567fbd73db0664.jpg" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/X7yKb8Eq2otIGGxpxHWcfywznyg.jpeg" alt="e15a98318625669762196ad79a30dfdc.jpg" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/VHL6b4BwHo5oBgx0P61chdKWngC.jpeg" alt="32b240009b6f860a9f0ec00a7e00abbe.jpg" loading="lazy" />
</div>

<p>Running appears simple—just put one foot in front of the other. But doing it well demands coordination, discipline, and self-awareness. That’s why it delivers so much:</p>

<ol>
  <li><strong>Freedom</strong>: Spatial, temporal, and bodily autonomy—no gear, no gatekeepers, just you and motion.</li>
  <li><strong>Long-term thinking</strong>: Watching VO₂ max rise, pace drop, recovery speed up—makes “long-term” visceral, not abstract.</li>
  <li><strong>Patience &amp; rhythm</strong>: Learning when to push, when to settle, when to pause—applies far beyond the trail.</li>
  <li><strong>Compounding gains</strong>: Fitness, mental clarity, sleep quality, stress resilience—all reinforce each other.</li>
  <li><strong>Systems thinking</strong>: It’s never <em>just</em> legs. It’s lungs, core, joints, breath, sleep, nutrition, mood—and managing them all teaches holistic self-leadership.</li>
</ol>

<h2 id="x-growth-insights">X Growth Insights</h2>

<p>Xiangyang recently shared a deep retrospective of his three-year X (formerly Twitter) growth journey—from 100 to 110,000 followers—analyzing his <em>entire</em> post history using Codex.</p>

<div class="markdown-image-grid markdown-image-grid-2">
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/RV95brgrCoXyvyxGMzHciCwdnca.png" alt="image.png" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/MwL2bBS1BoslGsx3tHLclNYonsh.png" alt="image.png" loading="lazy" />
</div>

<p>Key takeaways from his presentation:</p>

<ol>
  <li><strong>First 10,000 followers</strong>: Hinged on delivering <em>unexpected value</em>—a single, deeply useful piece of content that got amplified by trusted voices. Consistency + proactive engagement sealed it.</li>
  <li><strong>Engagement signals differ</strong>: Likes reflect emotion; saves signal trust; retweets mean <em>“I’m curating this for my audience.”</em></li>
  <li><strong>Growth = raising odds</strong>: Not virality luck—but systematically increasing the probability your content lands in the top 10% of what people see.</li>
  <li><strong>Stable themes answer “What can AI <em>do for me</em>?”</strong>: Not “AI is hot”—but “Here’s exactly how it helps me ship faster, write better, or cut costs.”</li>
  <li><strong>People believe what they can <em>see</em>, <em>click</em>, and <em>measure</em></strong>: Concrete examples &gt; vague claims.</li>
  <li><strong>Top-tier official accounts share traits</strong>: High-fidelity visuals + structured logic + active dialogue + rapid response loops.</li>
</ol>

<p>Full slide deck: <a href="https://ai.laoyao.cn/jYy7n">X Growth Retrospective</a></p>

<h2 id="open-source-this-week">Open Source This Week</h2>

<p>Three new tools shipped—small, focused, built for clarity and reuse:</p>

<p><strong>1. TokURL — Minimalist Link Shortener</strong></p>

<div class="markdown-image-grid markdown-image-grid-2">
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/BoNDbJKiHoH6W6xd6SNcM0nhnhe.png" alt="image.png" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/OLsFbZ8CFoCvDtxucqEc2N45nwc.png" alt="image.png" loading="lazy" />
</div>

<p>Built because long links—GitHub repos, Feishu docs, internal dashboards—break flow and hurt sharing.</p>

<p>Features:</p>
<ul>
  <li>Paste any URL → instantly get a short link + scannable QR code</li>
  <li>Docker-deployable, MIT licensed</li>
  <li>Built-in analytics (clicks, referrers) and user management</li>
</ul>

<p>Demo: <a href="https://ai.laoyao.cn">TokURL Demo</a>
GitHub: <a href="https://ai.laoyao.cn/TokURL">TokURL</a></p>

<p><strong>2. Demand Assessment Skill</strong></p>

<div class="markdown-image-grid markdown-image-grid-3">
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/FKVsb1MfVoUCNuxhokncuuzhnpD.png" alt="image.png" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/SeyMbegurokbNQxUfMtcZnxBnHd.png" alt="image.png" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/SNGxbxnC9ooCgrxaDehcHdrXnqc.png" alt="image.png" loading="lazy" />
</div>

<p>Based on Li Jiaoshou’s “Demand Triangle” model: every viable demand rests on three pillars—<em>lack</em> (pain point), <em>target object</em> (solution), and <em>consumer capability</em> (means to adopt).</p>

<p>How it works:</p>
<ul>
  <li>Input a product or feature → it diagnoses demand strength across lack, target fit, willingness-to-pay, competitive context, and risk-cost balance</li>
  <li>Outputs HTML, Word, and PDF reports—structured, actionable, model-grounded</li>
  <li>Helps validate whether a need truly exists, where the biggest gap lies, and what to test next</li>
</ul>

<p>GitHub: <a href="https://ai.laoyao.cn/Vnowb">Demand Assessment Skill</a></p>

<p><strong>3. TokDoc — Lightweight Document Publishing Tool</strong></p>

<div class="markdown-image-grid markdown-image-grid-2">
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/RPpSbddVxoJU0ixTQGecw30SnBd.png" alt="image.png" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/TtRUb4O77os1B5x9XKOcGos6nUc.png" alt="image.png" loading="lazy" />
</div>

<p>Designed for fast, clean, self-hosted documentation—no CMS bloat, no vendor lock-in.</p>

<p>Core features:</p>
<ul>
  <li>Upload HTML, PDF, or Word → auto-generate shareable short links</li>
  <li>Edit HTML files directly in-browser—with autosave</li>
  <li>Full admin suite: rename files, view stats, soft-delete to trash, customize admin path</li>
  <li>PDF/Word viewers built-in; Docker-ready; ideal for internal wikis or lightweight public portals</li>
</ul>

<p>GitHub: <a href="https://ai.laoyao.cn/doc">TokDoc</a>
Live demo: <a href="https://t.co/00xqb3hiXI">TokDoc Frontend</a></p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Essence of Open Source</title>
      <link>https://yaojingang.github.io/essays/open-source-essence-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/open-source-essence-en/</guid>
      <pubDate>Sun, 07 Jun 2026 09:30:00 +0800</pubDate>
      <description>This essay explores open source as a consensus-driven collaboration model, highlights trust as a strategic asset, introduces “anti-AI” design principles, celebrates elderly creativity empowered by AI, and outlines a five-step Skill design method plus an expert-level cognitive framework for rapid domain mastery.</description>
      
      <category>open source</category>
      
      <category>AI</category>
      
      <category>Skill design</category>
      
      <category>cognition</category>
      
      <category>trust</category>
      
      <category>design</category>
      
      <content:encoded><![CDATA[<h2 id="the-essence-of-open-source">The Essence of Open Source</h2>

<p>Tom, founder of Open Design, recently appeared on WaytoAGI’s “Future Silicon World” podcast. His reflections on GitHub and open-source projects resonated deeply:</p>

<ol>
  <li><strong>Open source is, at its core, open collaboration—a consensus mechanism.</strong></li>
  <li>
    <p><strong>GitHub is far more than code backup.</strong> It provides a shared infrastructure enabling people across countries to co-create great products—<em>because they share a common understanding of the problem.</em></p>

    <p>Why do strangers collaborate? Because they’ve converged on a shared problem—and a shared vision for solving it.</p>
  </li>
  <li>
    <p><strong>The most vital metric of an open-source project is not stars or downloads—it’s contributor count.</strong>
This number reflects real-world alignment: how many people globally have adopted the project’s purpose, built trust in its direction, and chosen to invest their time. That alignment <em>is</em> competitive advantage.</p>
  </li>
  <li><strong>With consensus established, energy shifts toward user value:</strong> solving real problems, validating meaningful code, and delivering tangible utility—not just technical elegance. These are the hardest, most essential skills.</li>
</ol>

<p>Open Design is a local, free, open-source design tool powered by a local agent—built to replace Figma and Claude Artifacts. As a downloadable desktop app, it supports prototyping, admin dashboards, presentations, marketing landing pages, posters, and even HTML-based video.</p>

<p>Launched just over a month ago, it’s already garnered <strong>60k GitHub stars</strong> and <strong>338 contributors</strong>. Globally, only ~200 repositories have ever crossed 60k stars—and fewer than 10 have done so <em>within one month</em>. Open Design’s rapid traction isn’t pure luck—it’s the result of intentional design, clear positioning, and deep alignment with unmet needs.</p>

<h2 id="trust-as-strategic-asset">Trust as Strategic Asset</h2>

<p>Over dinner, a friend shared a telling anecdote:</p>

<p>He was stalled on a critical project step—directly blocked by the CEO’s hesitation. Weeks later, the CEO reached out unprompted: <em>“I saw your name in a research paper featured in a Douyin short video. Let’s finalize the agreement—right away.”</em></p>

<p>Once the CEO had external validation—proof of authority, credibility, and relevance—the decision barrier dissolved.</p>

<p>That’s <strong>trust as strategic asset</strong>: not just personal rapport, but externally verifiable signals—published work, citations, public recognition, consistent output. These signals don’t replace dialogue—but they <em>enable</em> decisive action where ambiguity once paralyzed progress.</p>

<h2 id="an-anti-ai-design-guide">An Anti-AI Design Guide</h2>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/AqtOb1RlgoOM31xQEVjcXAMDnDh.png" alt="image.png" /></p>

<p>Open Design’s GitHub repo hosts a standout document: <a href="https://github.com/nexu-io/open-design/blob/main/craft/anti-ai-slop.md"><em>Anti-AI Slop Design Guide</em></a>. Its principles cut to the heart of what makes design feel human:</p>

<ol>
  <li>Ditch AI’s default purple-blue palette. Use <em>your</em> brand color—intentionally.</li>
  <li>Skip the hero-section gradient. Great first impressions come from clarity—not color transitions. Prioritize hierarchy, typography, whitespace, and authentic product expression.</li>
  <li>Replace emoji “icons” with cohesive, scalable SVG icons—consistent in weight, size, and tone.</li>
  <li>Stop defaulting to Inter, Roboto, or system-ui. Choose fonts deliberately—and justify why.</li>
  <li>Avoid the “rounded card + colored left border” cliché. At least one element must break the pattern.</li>
  <li>Never fabricate data. Cite sources—or label placeholders explicitly.</li>
  <li>Don’t fill voids with lorem ipsum. Emptiness is a design challenge—not a gap to patch. Solve it with structure, rhythm, and content prioritization.</li>
  <li>Resist visual uniformity across pages. Variation signals intention—not inconsistency.</li>
  <li>Use accent colors and placeholder images sparingly—not as crutches.</li>
  <li>Inject <em>human judgment</em>: aim for ~80% proven patterns, ~20% thoughtful deviation.</li>
</ol>

<p>AI-generated design often looks polished—but feels hollow. It’s structurally sound, chromatically smooth, and component-perfect—yet lacks lived-in context, user-specific nuance, and the designer’s conscious trade-offs.</p>

<h2 id="three-stories-of-elder-creativity">Three Stories of Elder Creativity</h2>

<p><strong>Story 1:</strong> An 81-year-old woman in South Korea lives alone—with Hyodol, an AI companion robot. It reminds her to eat and take medicine. When she returns home, it says, <em>“Grandma, you’re back—I missed you.”</em> She carries it on her back like a child. To her, Hyodol isn’t hardware—it’s kinship.
Source: <a href="https://restofworld.org/2025/korea-ai-robot-senior-care-hyodol/">restofworld.org</a></p>

<p><strong>Story 2:</strong> A nursing home in Australia built a full-scale replica train carriage—real seats, real tables, real afternoon tea. Outside windows? VR-rendered Alpine vistas. Residents dressed formally, sipped tea, and “traveled” across continents—reclaiming joy, memory, and agency.
Source: <a href="https://cha.org.au/full-steam-ahead-on-the-st-vincents-express/">cha.org.au</a></p>

<p><strong>Story 3:</strong> A learner in my AI course—nearing 70—mastered vibe coding, iterated multiple versions, and launched a public eye-health website. Last week, she shared her story (<a href="https://x.com/yaojingang/status/2059649331448397951">x.com</a>); this week, her traffic stats:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/C3F9b1f9ook3zJxMEj4cviianBh.png" alt="image.png" />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/UAopboHJMosadVxjvw8cKJ63ntM.png" alt="image.png" /></p>

<p>Elders need care—and they also crave creation. With AI as amplifier, their experience, taste, and judgment translate into real impact. That vitality is worth emulating.</p>

<h2 id="a-five-step-skill-design-method">A Five-Step Skill Design Method</h2>

<p>Here’s how I now approach building high-leverage Skills:</p>

<ol>
  <li>
    <p><strong>Define the outcome.</strong></p>

    <p>Before writing a single line: What <em>exactly</em> should this Skill produce? What does “done” look and feel like? What are the non-negotiable standards?</p>
  </li>
  <li>
    <p><strong>Align on standards.</strong></p>

    <p>Test those criteria with AI—refine them through iterative dialogue until they’re concrete, measurable, and shared.</p>
  </li>
  <li>
    <p><strong>Conduct deep research.</strong></p>

    <p>Feed GPT-5.5 Pro (or equivalent) your outcome definition. Ask for: foundational theory, precedent cases, design logic, and—if internal docs exist—systematic synthesis + external benchmarking.</p>
  </li>
  <li>
    <p><strong>Digest into method.</strong></p>

    <p>Study the output. Extract principles, workflows, constraints, and mental models—not just facts, but <em>how the domain thinks</em>.</p>
  </li>
  <li>
    <p><strong>Codify with meta-Skill.</strong></p>

    <p>Use <code class="language-plaintext highlighter-rouge">yao-meta-skill</code> to formalize the method: feed it your research, rationale, edge cases, and examples. Let Codex or CC generate the final Skill—grounded, extensible, and self-documenting.</p>
  </li>
</ol>

<p>Writing a Skill is intense “learning-by-teaching.” You can’t codify what you haven’t truly understood. By the time the Skill ships, your grasp of the subject is rarely shallow—it’s <em>structured</em>, <em>tested</em>, and <em>actionable</em>.</p>

<h2 id="the-expert-skill">The Expert Skill</h2>

<p>What defines true expertise? Two traits stand out:</p>
<ul>
  <li>The ability to <em>define boundaries</em>—to say clearly what’s in and out of scope.</li>
  <li>The capacity to make <em>accurate judgments under ambiguity</em>—with minimal context, sparse data, or shifting conditions.</li>
</ul>

<p>So: How do you rapidly master a new field?
By building, in hours, a <em>reusable cognitive scaffold</em>: one that’s <strong>explainable</strong>, <strong>verifiable</strong>, and <strong>transferable</strong>.</p>

<p>The <code class="language-plaintext highlighter-rouge">yao-expert-skill</code> does exactly that:</p>
<ol>
  <li>Input any industry or topic → AI maps its <em>boundaries</em>, then decomposes it into categories, value chains, key players, policy levers, risks, and opportunities.</li>
  <li>Outputs a learning-ready report—integrating value-chain analysis, competitive dynamics, lifecycle stage, regulatory barriers, keyword flashcards, a guided tutorial, and Feynman-style self-tests.</li>
</ol>

<p>It doesn’t just summarize—it <em>structures understanding</em>. I tested it on GEO; the resulting report reshaped how I see the field—offering fresh angles, overlooked constraints, and immediate next steps.</p>

<p>GitHub repo:
<a href="https://github.com/yaojingang/yao-open-skills/tree/main/skills/yao-expert-skill">yao-expert-skill</a>
Reference materials:
<a href="https://github.com/yaojingang/yao-open-skills/tree/main/skills/yao-expert-skill/reference-materials">yao-expert-skill reference materials</a>
Sample report (GEO-China demo):
<a href="https://github.com/yaojingang/yao-open-skills/tree/main/skills/yao-expert-skill/reports/examples/geo-china-demo/exports">GEO demo report</a></p>

<h2 id="on-problems-and-proposals">On Problems and Proposals</h2>

<p>Spotting a problem is easy. <em>Understanding</em> it is hard.</p>

<p>Offering advice—especially without context, constraints, or history—feels helpful. But it’s often low-cost opinion masquerading as insight.</p>

<p>In teams, we constantly notice process gaps, collaboration friction, or structural inefficiencies—and instinctively reach for fixes. Yet if a problem persists, it’s rarely accidental. It may stem from:</p>
<ul>
  <li>Skill gaps or incentive misalignment,</li>
  <li>Organizational inertia or legacy systems,</li>
  <li>Resource scarcity or competing priorities,</li>
  <li>Or—most likely—a <em>pragmatic compromise</em> under real-world limits.</li>
</ul>

<p>So practice restraint:</p>
<ul>
  <li>Notice the problem—but don’t rush to name it.</li>
  <li>Acknowledge it—but don’t rush to solve it.</li>
  <li>Sit with it. Probe gently: <em>Why does this exist? What does it protect? What would breaking it cost?</em></li>
</ul>

<p>Only after mapping causes, trade-offs, and hidden dependencies can your proposal be responsible—not just clever. And only then does change become possible.</p>

<p>In short: Before acting, think deeper.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>What Is GEO?</title>
      <link>https://yaojingang.github.io/essays/what-is-geo-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/what-is-geo-en/</guid>
      <pubDate>Sun, 31 May 2026 09:30:00 +0800</pubDate>
      <description>This essay explains Generative Engine Optimization as the practice of making a brand citable in AI-generated answers. It draws from a GEO public session and 41 AI search papers, then connects content engineering, source authority, expectation management, ethical sales, public-interest tools, contradiction analysis, and human-AI collaboration.</description>
      
      <category>GEO</category>
      
      <category>AI search</category>
      
      <category>content engineering</category>
      
      <category>marketing</category>
      
      <category>Skill</category>
      
      <category>human-AI collaboration</category>
      
      <content:encoded><![CDATA[<h2 id="what-is-geo">What Is GEO?</h2>

<h2 id="the-first-geo-public-session">The First GEO Public Session</h2>

<p>This is a summary of the first live GEO public session hosted on WaytoAGI. Yang Xiang and I plan to deliver 12 such sessions—one per month.</p>

<p>Key takeaways:</p>

<ol>
  <li><strong>GEO’s first principle</strong>: Get your brand into AI’s <em>citable knowledge network</em>. The core question isn’t “How do I rank?” but “Why does AI cite others—and not me? What information, in what format, and where, increases my citation probability?”</li>
  <li><strong>GEO is probabilistic optimization—not deterministic control</strong>. Don’t treat it as a “fixed-rank business.” Treat it as <em>continuous improvement of AI visibility</em> through content and source engineering.</li>
  <li><strong>Three pillars of GEO</strong>: Data, content, and distribution. Content without data feedback becomes blind writing. Distribution without content quality becomes spam. Data analysis without production or distribution capability yields no real output.</li>
  <li><strong>Data’s role</strong>: First, see <em>who AI currently cites</em>. Then decide <em>what to write</em> and <em>where to publish</em>. Finally, use that insight to iterate strategy effectively.</li>
  <li><strong>Content is GEO’s foundation—and errors scale catastrophically</strong>. Automated systems amplify input quality: factual input multiplies value; false input multiplies risk. So GEO content must be <em>factually accurate</em>, <em>structured</em>, <em>information-dense</em>, and <em>verifiable</em>—not just abundant.</li>
  <li><strong>White-hat GEO’s core goal</strong>: Improve AI answer quality. Ethical GEO doesn’t degrade the AI search ecosystem—it enhances users’ experience.</li>
  <li><strong>Publishing 1,000 articles across 1,000 sites usually signals weak capability, not strong execution</strong>. Focus less on <em>how many</em> pieces you publish—and more on whether you’re publishing the <em>right content</em>, on the <em>right platforms</em>, for the <em>right user questions</em>.</li>
  <li><strong>High-quality GEO content is factual, structured, and citable</strong>. AI favors content with clear headings, logical flow, explicit facts, and semantic completeness.</li>
  <li><strong>Content engineering matters more than “writing articles”</strong>. It includes title management, keyword governance, knowledge base curation, prompt design, content generation, editorial review, and analytics.</li>
  <li><strong>AI knowledge bases are the source; content systems are amplifiers; distribution is the lever</strong>. GEO impact = Knowledge base quality × Content engineering ability × Distribution leverage × Data feedback. A low-quality knowledge base turns all downstream automation into a <em>negative</em> multiplier.</li>
  <li><strong>AI fears scarcity—not abundance</strong>.</li>
  <li><strong>A usable GEO knowledge base must be governable</strong>, not just voluminous. Ideal fields include: fact statement, source, last updated, applicable business line, public status, marketing eligibility, manual review flag, legal risk flag, banned phrasing, and associated keywords.</li>
  <li><strong>Vectorization’s core value</strong>: Enable semantic retrieval. Simplified: <em>Turn text into computable semantic coordinates—so systems find content by meaning, not keywords.</em></li>
  <li><strong>Vectorization reduces hallucination—but doesn’t replace human review</strong>. It improves recall relevance, helping AI ground responses in real material—yet factual accuracy still requires oversight.</li>
  <li><strong>GEOFlow’s mission</strong>: Serve as a GEO content engineering platform. Its greatest value lies in systematizing workflows—replacing manual copy-paste prompts, manual article generation, manual CMS uploads, manual publishing, and manual reporting—with configurable, reusable pipelines.</li>
  <li><strong>GEOFlow’s current strengths</strong>: Content capabilities &gt; distribution &gt; data analytics. Its distribution focus is on <em>controlled sites</em> and <em>API integrations</em>.</li>
  <li><strong>GEO impact assessment has three layers</strong>: Brand-level (e.g., awareness), direct (e.g., citation rate), and indirect (e.g., downstream traffic or trust lift).</li>
  <li><strong>Service providers should own front-end metrics</strong> (e.g., citations, share-of-voice). Only internal teams can reliably assess back-end outcomes (e.g., lead quality, conversion, LTV).</li>
</ol>

<p>Full summary: <a href="https://mp.weixin.qq.com/s/8Lyrzux7WacHjiHx_P9Fbg">First GEO Public Session Recap</a></p>

<p>Related resources:</p>

<ol>
  <li><a href="https://github.com/yaojingang/GEOFlow">GEOFlow</a> — The system demoed tonight, plus underlying GEO principles</li>
  <li><a href="https://github.com/yaojingang/yao-meta-skill">MetaSkill</a> — The Skill for building Skills</li>
  <li><a href="https://github.com/yaojingang/yao-geo-skills">17 GEO Skills</a></li>
  <li><a href="https://github.com/yaojingang/geo-citation-lab/tree/main/02-geo-aeo-ai-search-papers">41 latest GEO/AI search papers</a></li>
  <li>Further reading:
    <ul>
      <li><em>What Exactly Is GEO?</em>: <a href="https://mp.weixin.qq.com/s/GXuu0Hku-j-8ona5yzQSvA">WeChat article</a></li>
      <li><em>From SEO to GEO, From Traffic to Agent—the Real Shift Has Just Begun</em>: <a href="https://mp.weixin.qq.com/s/2P_zSjJkybl-rAyZjMIQAw">WeChat article</a></li>
      <li><em>GEO White Paper</em>: <a href="https://yaojingang.feishu.cn/docx/Jv85dXAeZoKJ7exJi4Yc4Edrnhf">Feishu Doc</a></li>
      <li><em>GEO Red Paper</em>: <a href="https://yaojingang.feishu.cn/wiki/Otqtw0HFbiNeCMkjKalcFkoJnpf">Feishu Wiki</a></li>
      <li><em>GEO Blue Paper</em>: <a href="https://yaojingang.feishu.cn/wiki/MwkiwPDqCiHGwVk2uOtcNUlrnnf">Feishu Wiki</a></li>
      <li><em>AI Marketing: From SEO to GEO</em> Prompt Library: <a href="https://yaojingang.feishu.cn/wiki/YbMLwkChmiktbskRoHZcFixBnxb">Feishu Wiki</a></li>
    </ul>
  </li>
</ol>

<h2 id="10-insights-from-41-geoai-search-papers">10 Insights from 41 GEO/AI Search Papers</h2>

<p>I downloaded and read all 41 recent academic papers on GEO, AEO, and AI search.</p>

<p>Here are the most actionable insights:</p>

<ol>
  <li>
    <p><strong>GEO ≠ SEO replacement</strong><br />
SEO asks: <em>Can I be found?</em><br />
GEO asks: <em>Once found, will AI cite, absorb, and present my content in answers?</em> They’re complementary—not competitive.</p>
  </li>
  <li>
    <p><strong>Old metric: ranking. New metric: answer participation</strong><br />
Past: “Where do I rank?”<br />
Now: “Am I cited? Where? Did my content shape the answer? Does the user still click through?”</p>
  </li>
  <li>
    <p><strong>Citation ≠ influence</strong><br />
Some sources appear in footnotes but contribute nothing to the answer. What matters is <em>citation absorption</em>: Did your content supply definitions, data, comparisons, steps, arguments, or answer structure?</p>
  </li>
  <li>
    <p><strong>GEO isn’t about turning everything into FAQs</strong><br />
Multiple papers show Q&amp;A formats alone aren’t reliably effective. What works is the <em>evidence container</em>: clear conclusions, tight structure, high factual density, semantic alignment, verifiability, and extractability.</p>
  </li>
  <li>
    <p><strong>AI prefers structured content</strong><br />
Headings, paragraphs, bullet points, tables, semantic HTML, structured data, timestamps, and metadata all signal credibility and readability to AI. Structure itself is a GEO signal.</p>
  </li>
  <li>
    <p><strong>One-off AI search tests are meaningless</strong><br />
Results shift across platforms, languages, prompts, times, and model versions. GEO monitoring must be <em>repeated</em>, tracking citation count, depth, answer share, position, and stability.</p>
  </li>
  <li>
    <p><strong>Not all AI search engines behave alike</strong><br />
ChatGPT, Google AI Overviews, Perplexity, and Gemini differ sharply in citation logic—some cast wide nets, others cite narrowly but absorb deeply. GEO testing must span multiple platforms.</p>
  </li>
  <li>
    <p><strong>Third-party authority beats self-published claims</strong><br />
AI search strongly favors earned media, authoritative outlets, reviews, encyclopedias, industry reports, and trusted third parties. Your website matters—but it’s not enough. Build <em>both</em> on-site evidence <em>and</em> off-site authority.</p>
  </li>
  <li>
    <p><strong>The white-hat / black-hat line is clear</strong><br />
Optimizing structure, evidence, readability, and factual density = white hat.<br />
Hidden instructions, prompt injection, fabricated facts, competitor defamation, or model manipulation = black hat.<br />
GEO introduces new safety challenges—but brands committed to white-hat practice build sustainable advantage.</p>
  </li>
  <li>
    <p><strong>GEO is not a trick. It’s a system.</strong><br />
It comprises: intent research, evidence assets, structured content, third-party authority, cross-platform monitoring, stability scoring, and ethical boundaries.<br />
Long-term visibility in AI search belongs to those who <em>systematically build and sustain</em> this capability.</p>
  </li>
</ol>

<p>All 41 papers: <a href="https://github.com/yaojingang/geo-citation-lab/tree/main/02-geo-aeo-ai-search-papers">geo-citation-lab</a></p>

<h2 id="the-essence-of-reputation">The Essence of Reputation</h2>

<p>A short essay written mid-travel: <em>The Essence of Reputation</em>.</p>

<p>Reputation is <em>expectation management</em>.</p>

<p>It means making modest, realistic promises—or resetting expectations altogether—then delivering focused, expert service that <em>exceeds</em> those expectations.</p>

<p>Lowering expectations protects trust.<br />
Exceeding them compounds goodwill.</p>

<p>Sales built on over-promising may look like strength—but they’re actually credit theft. For any organization, that path leads inevitably to crisis.</p>

<p>Long-term strength comes from delivery capability, product excellence, operational rigor, and organizational clarity.</p>

<h3 id="1-expectation-management-is-trust-management">1. Expectation Management Is Trust Management</h3>

<p>When clients buy services, they’re buying <em>certainty</em>:<br />
Is there a proven method? How long until results appear? How do we track progress? How do we measure success? How do we adapt when things change? Which outcomes are controllable—and which depend on external variables?</p>

<p>If these aren’t clarified upfront—or if inflated promises are made—clients develop unrealistic expectations. Real-world outcomes are shaped by many forces. When reality falls short, collaboration becomes strained—even if your team delivered diligently, or early metrics improved.</p>

<p>True professionalism means helping clients develop <em>accurate, objective judgment</em>.</p>

<p>Every domain has controllable and uncontrollable elements.</p>

<p>In GEO, for example:<br />
✅ Controllable: methodology, execution, content quality, structure, cadence, review rigor, optimization discipline<br />
❌ Uncontrollable: platform policy shifts, model updates, competitor activity, source preferences, query volume, conversion rates, sales cycles</p>

<p>Clarifying those boundaries <em>is</em> expertise.</p>

<p>Mature clients don’t fear honest limits—they fear empty guarantees.</p>

<h3 id="2-strength--scale">2. Strength &gt; Scale</h3>

<p>My five years at True Education instilled one enduring principle: <em>Strength matters more than size.</em></p>

<p>“Strength” here means foundational capability—not headcount or revenue. It means strong products, strong operations, strong service, strong technology, and strong shared understanding.</p>

<p>Growth emerges from reputation and referrals—not sales pressure.<br />
From precise, boundary-aware products—not vague, all-in-one solutions.<br />
From integrated tech-product-operation-service excellence.<br />
From deep, systematic, aesthetic, and reverent engagement with the work itself.</p>

<p>For us, regardless of client type, our duty is clear: help them build correct mental models, adopt scientific measurement, set reasonable expectations, and maintain dynamic perspective.</p>

<p>That alignment—across sales, ops, and tech—makes healthy, lasting partnerships possible.</p>

<p>Yes, this raises initial conversation costs. Yes, it filters out some prospects.</p>

<p>But the net benefit is overwhelmingly positive.</p>

<h2 id="the-essence-of-a-good-salesperson">The Essence of a Good Salesperson</h2>

<p>A truly good salesperson meets the client at this intersection: <em>You happen to need it—and I happen to master it.</em></p>

<p>“Need” means demand—explicit or latent.<br />
Some clients know their needs. Others don’t.<br />
Helping them uncover or articulate those needs is itself a craft—built on listening, optimism, reverence, and gratitude.</p>

<p>“Master” means genuine competence—and demonstrable problem-solving ability.<br />
Real mastery is humble yet confident.<br />
Fake mastery is arrogant yet insecure.</p>

<p>Real mastery is forged through lifelong learning, growth mindset, and intelligent AI use.</p>

<h2 id="an-eye-care-public-service-website">An Eye-Care Public Service Website</h2>

<p>A woman in her late 60s—40+ years teaching and practicing ophthalmology—sent me a WeChat message: <em>“Vibe Coding has launched a small public-service website.”</em></p>

<p>I visited it. It’s elegant and purposeful:</p>

<ol>
  <li>No login required. Open it, and you can immediately begin eye-muscle relaxation exercises—or browse concise, science-backed tips for screen-time eye care.</li>
  <li>It’s <em>not</em> a diagnostic or treatment tool—just a free, lightweight aid for post-screen recovery.</li>
</ol>

<p>Its creator is China’s first Ph.D. in Traditional Chinese Ophthalmology—and the first to earn a doctorate in the field. She brings four decades of clinical, teaching, and research experience.</p>

<p>It’s an inspiring story—and a powerful example of lifelong learning in action.</p>

<p>Website: <a href="http://EyeRestDaily.com">EyeRestDaily.com</a></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/Am8QbJzo6o25H0xyqVpcuew8nHg.png" alt="EyeRestDaily screenshot" /></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/ElEbbjL5GoxEIGxI9szcKRLbnFd.png" alt="EyeRestDaily screenshot" /></p>

<h2 id="the-contradiction-theory-skill">The “Contradiction Theory” Skill</h2>

<p>I built a “Contradiction Theory” Skill.</p>

<p>During a team meeting, we discussed Mao Zedong’s <em>On Contradiction</em>: the key is identifying the <em>principal contradiction</em> versus <em>secondary contradictions</em> at any given stage.</p>

<p>Focus energy and resources on the principal contradiction—and many secondary ones resolve themselves.</p>

<p>So I built this Skill for colleagues.</p>

<p>It solves: <em>In complex situations, how do you identify the true principal contradiction—and then generate a detailed action plan, including resource allocation and prioritization?</em></p>

<p>Use cases:</p>
<ul>
  <li>Too many tasks—no clear priority</li>
  <li>Surface problems everywhere—but root causes unclear</li>
  <li>Limited resources—can’t tackle everything at once</li>
</ul>

<p>Skill logic:</p>

<ol>
  <li>Before building, I asked GPT Pro to draft two deep research reports:
    <ul>
      <li><em>Foundational Principles &amp; Applications of Contradiction Theory</em></li>
      <li><em>Methodologies for Identifying Principal Contradictions in Complex Problems</em><br />
Based on those, I drafted the initial <em>Contradiction Theory AI_Skill Design Spec</em>.</li>
    </ul>
  </li>
  <li>Using <code class="language-plaintext highlighter-rouge">yao-meta-skill</code>, I embedded my own constraints and thinking—plus first-principles reasoning, iceberg modeling, Bayesian updating, and Occam’s razor—to sharpen AI’s abstraction and systems-thinking capacity.</li>
  <li>Outputs go beyond conclusions: they explain <em>why</em> this is the principal contradiction, <em>which</em> are secondary, <em>what</em> the dominant aspect is, <em>how</em> to reallocate resources, <em>what</em> outcomes to expect, and <em>when</em> to reassess if the principal contradiction has shifted.</li>
</ol>

<p>After several iterations, I tested it with a colleague.</p>

<p>She described her current situation in detail via voice input—and received a visual diagnostic report and action plan.</p>

<p>She’d been exhausting herself on surface issues—yet the Skill identified a deeper, upstream contradiction she’d overlooked. That single insight explained why her past few months felt so draining yet unproductive.</p>

<p>Most surprisingly, the recommendation directly overturned her existing logic and effort allocation.</p>

<p>She was thrilled—because it finally named a fundamental issue she’d struggled to clarify for months.</p>

<p>Sometimes “doing less” isn’t about cutting tasks—it’s about <em>finding the right contradiction to solve</em>. That’s scientific simplification.<br />
Otherwise, you drown in noise and secondary conflicts.</p>

<p>GitHub: <a href="https://github.com/yaojingang/yao-open-skills/tree/main/skills/yao-crux-skill">yao-crux-skill</a><br />
Reference materials: <a href="https://github.com/yaojingang/yao-open-skills/tree/main/skills/yao-crux-skill/reference-materials">reference-materials</a></p>

<h2 id="human--shrimp-collaboration">“Human + Shrimp” Collaboration</h2>

<p>I spent a few days in Shenzhen—mainly to meet an old friend.</p>

<p>He’s weathered dramatic ups and downs—deeply inspiring.</p>

<p>His current business: social-media IP operations—so AI use is central.</p>

<p>Visiting his office, I noticed something striking.</p>

<p>His team: under 20 people.<br />
Each person: two computers—one for human use, one running “Xiao Long Xia” (a local nickname for AI agents, literally “little shrimp”).</p>

<p>By day: humans and AI collaborate.<br />
By night: AI keeps working.</p>

<p>Truly <em>human + shrimp</em> integration.</p>

<p>I snapped a photo of the compact office—and asked if I could share it.<br />
“Of course,” he said.</p>

<p>Because right now, “human-shrimp collaboration” feels vividly tangible.</p>

<p>I asked: <em>What tools and quotas does each person use?</em><br />
He replied: <em>Codex is primary—about 1,000 monthly credits per person. Video generation is tracked separately.</em><br />
And—impressively—he’s already planning to train their short-video AI on our upcoming GEO books with Yang Xiang. Sharp.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Value of Meta-Skills</title>
      <link>https://yaojingang.github.io/essays/meta-skill-value-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/meta-skill-value-en/</guid>
      <pubDate>Sun, 03 May 2026 09:30:00 +0800</pubDate>
      <description>This essay treats meta-skills as more than generators. It explains how they turn personal experience into reusable Skill systems, clarify how people collaborate with AI, and connect open source work with team capability building, business signal judgment, and long-term AI organization design.</description>
      
      <category>AI</category>
      
      <category>Meta Skills</category>
      
      <category>Agents</category>
      
      <category>GEO</category>
      
      <category>Open Source</category>
      
      <content:encoded><![CDATA[<h2 id="the-value-of-meta-skills">The Value of Meta-Skills</h2>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-6.png" alt="" /></p>

<p>The value of a meta-skill is still seriously underestimated.</p>

<p>Two years ago, when Xiangyang and I were studying prompts, we spent a lot of time refining our own meta-prompts. Later, those meta-prompts became extremely useful for prompt generation, task decomposition, and solution design.</p>

<p>This year, as we have been working on Skills, we have also spent considerable time building our own meta-skills.</p>

<p>A meta-skill can be understood as “a Skill that generates Skills.”</p>

<p>For example, my own meta-skill, <a href="https://github.com/yaojingang/yao-meta-skill"><code class="language-plaintext highlighter-rouge">yao-meta-skill</code></a>, is already open source.</p>

<p>But if we only see it as an automatic generator, we are still underestimating it.</p>

<p>In my view, a meta-skill has at least three layers of value:</p>

<ol>
  <li>It is a personal Skill production system.</li>
  <li>It is an abstraction of how a person collaborates with AI.</li>
  <li>It is one of the best entry points for learning and understanding Skills.</li>
</ol>

<p>After several recent conversations with my team, I have become even more convinced that meta-skills deserve far more attention.</p>

<p>Everyone should spend focused time building a meta-skill around their own high-frequency use cases.</p>

<p>What you gain from that process is not just another tool. You also build more fundamental capabilities:</p>

<ol>
  <li>A deeper understanding of how Skills work.</li>
  <li>A clearer standard for what makes a good Skill.</li>
  <li>A structured review of your own workflow.</li>
  <li>Systematic training in task decomposition, process design, and quality control.</li>
  <li>Better judgment about the boundaries of AI collaboration.</li>
</ol>

<p>In the prompt era, strong AI users had their own meta-prompts.</p>

<p>In the Skill era, strong AI users should also have their own meta-skills.</p>

<h2 id="why-skills-matter">Why Skills Matter</h2>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image.png" alt="" /></p>

<p>A Skill is the smallest compounding unit of an AI organization.</p>

<p>When people discuss AI collaboration, they often jump to large concepts: agent organizations, internal digital employee systems, super agents, self-improving agents, or external AI workspaces.</p>

<p>But if we keep breaking those ideas down, the real operating units behind them are high-quality Skills.</p>

<p>No matter how the language changes in the future, every organization still has to deal with concrete work:</p>

<p>How should internal processes run?</p>

<p>How should personal working habits be reused?</p>

<p>How should team experience be preserved?</p>

<p>How should industry know-how be packaged?</p>

<p>How should business judgment become stable and repeatable?</p>

<p>General-purpose models alone cannot solve these problems reliably over the long term.</p>

<p>These capabilities need to be captured, structured, and packaged into Skills that can be repeatedly called, continuously improved, and consistently delivered.</p>

<p>A Skill is the middle layer that connects personal experience, team methods, industry knowledge, organizational context, and AI execution.</p>

<p>The quality of a Skill, together with the context data behind it, determines the practical capability of the agents built on top of it.</p>

<p>If a Skill is poorly designed, shallow in its understanding of the scenario, unclear in its workflow, unstable in its inputs and outputs, and disconnected from real organizational context and industry know-how, then no matter how advanced the outside packaging looks, the result will not be good.</p>

<p>It may even create a negative feedback loop.</p>

<p>A low-quality Skill keeps producing low-quality output. Low-quality output then affects human judgment, team trust, and later data accumulation. Over time, what people call self-improvement may simply become error amplification.</p>

<p>The underlying logic is simple: to take Skills seriously is to take the infrastructure of future AI organizations seriously.</p>

<p>A team’s future AI capability will not only depend on which model it uses, which tools it connects, or which AI workspace it deploys. It will depend even more on whether the team can turn its business experience, industry know-how, high-frequency workflows, and organizational context into high-quality, reusable, and continuously improving Skills.</p>

<p>I think of organizational AI capability as a four-layer model:</p>

<ul>
  <li>Tool layer: AI workspaces, agent platforms, automation systems.</li>
  <li>Skill layer: task capabilities, workflow capabilities, packaged industry know-how.</li>
  <li>Context layer: organizational knowledge bases, case libraries, methodologies, data assets.</li>
  <li>Evaluation layer: quality standards, feedback mechanisms, iteration systems.</li>
</ul>

<p>The teams that build their Skill systems earlier will be more likely to create real organizational compounding in the AI collaboration era.</p>

<h2 id="the-value-of-a-great-deck">The Value of a Great Deck</h2>

<p>A friend shared an interesting story with me.</p>

<p>How did one of China’s largest SEO companies win big enterprise accounts?</p>

<p>One key tactic was simple: they made their decks incredibly thorough.</p>

<p>How thorough?</p>

<p>Every client proposal deck started at 150 pages or more.</p>

<p>Once the project moved into execution, the day-to-day work of the operations team was often just two things: buying backlinks and writing daily reports.</p>

<p>But with that proposal strategy, they won many large accounts.</p>

<p>The logic of the deck was to exhaustively list every problem across the client’s websites and tell every possible story around those problems.</p>

<p>After seeing a 150-page proposal, a contract under RMB 100,000 almost felt too small to mention.</p>

<p>Many times, clients are not only buying the plan itself. They are also buying a feeling of professionalism.</p>

<p>In business, that feeling is often created by density, structure, detail, and presentation.</p>

<h2 id="how-to-read-a-business-signal">How to Read a Business Signal</h2>

<p>A friend helped a small county-level accounting and tax firm with GEO optimization for local services.</p>

<p>Because competition was light, the firm was recommended by AI search very effectively. In one month, it received more than a dozen leads, closed two deals, and had two more prospects in progress.</p>

<p>That conversion rate is very high.</p>

<p>For a small local accounting and tax firm, that level of lead generation is already meaningful.</p>

<p>But behind this small case is a much larger business signal.</p>

<p>China has about 2,800 county-level administrative areas. If the same method could be applied across each of them, that could mean 20,000 to 50,000 highly targeted vertical leads every month.</p>

<p>If each lead can create RMB 30 to 50 of value through local merchants or intermediary platforms, monthly gross profit could reach RMB 600,000 to 2.5 million.</p>

<p>And China has many local-service categories like this:</p>

<p>Home repair, local tax services, local lawyers, and many others.</p>

<p>This is also why a platform like 58.com could become a public company with a meaningful revenue base.</p>

<p>The underlying logic is the same.</p>

<p>From an execution perspective, once low-cost targeted acquisition is solved, you can design a light-asset vertical platform. After capturing leads, you distribute them to local service providers or intermediary partners. That can quickly become a high-margin business project.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-1.png" alt="" /></p>

<h2 id="the-benefit-of-playing-infinite-games">The Benefit of Playing Infinite Games</h2>

<p>An experienced industry friend once told me a story.</p>

<p>Years ago, while working on an overseas project, he met two business owners from Fujian.</p>

<p>Both were bidding for the same project. During the bidding process, they competed intensely. They argued hard, defended every inch, and fought for the deal.</p>

<p>But as soon as they walked out of the bidding room, they became close friends again. They drank tea, exchanged lessons, talked about the industry, and discussed future opportunities.</p>

<p>That scene left a deep impression on him.</p>

<p>As someone born and raised in Beijing, he did not immediately understand that kind of relationship.</p>

<p>He has told me this story at least three times.</p>

<p>So competitors can relate to each other like this too:</p>

<p>Compete within the rules. Coexist with a larger sense of the game.</p>

<p>Recently, I have been spending more time with several founders in the same industry. We talk privately and learn from one another.</p>

<p>In that environment, people gradually put down some resentment, misunderstanding, and even bias.</p>

<p>Later, we found that compared with competition, the room for complementarity and cooperation was actually larger.</p>

<p>Our teams complement one another. Our resources complement one another. Our understanding of customers complements one another. Even our capability boundaries complement one another.</p>

<p>Too often, we spend too much energy asking who is stronger than whom, while ignoring a more important question:</p>

<p>Can we make this industry bigger and stronger together?</p>

<p>In many human conflicts, people focus too much on the competitor and forget what truly matters:</p>

<p>Serve customers better. Raise industry standards. Educate the market. Build long-term trust.</p>

<p>In a mature business world, competition and cooperation are never separate.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-2.png" alt="" /></p>

<h2 id="the-joy-of-open-source">The Joy of Open Source</h2>

<p>Two weeks ago, I open-sourced my first system: GEOFlow.</p>

<p>As of today, it has reached 1,000 GitHub stars.</p>

<p>For such a niche system, that response has exceeded my expectations.</p>

<p>The system itself is fairly complex. It integrates a CLI, Skills, crawling, APIs, GEO workflows, automation, AI-friendly optimization, and later, data analysis and multi-channel publishing.</p>

<p>It feels like a concentrated output of my past year of work on AI applications, GEO practice, agent workflows, and open-source products.</p>

<p>A few days ago, I had dinner with several experts in the same field.</p>

<p>One CEO said that his monitoring tool had discovered a project called GEOFlow, and he had even downloaded and deployed it.</p>

<p>I said: I wrote that system.</p>

<p>That moment felt interesting.</p>

<p>You may think you have merely put code on GitHub.</p>

<p>But in reality, it starts entering other people’s workflows, other people’s judgment, and a larger real world.</p>

<h2 id="finding-parts-of-yourself-in-your-team">Finding Parts of Yourself in Your Team</h2>

<p>The world is strange in a fascinating way.</p>

<p>I recently took the team out for dinner and chatted with a newly joined colleague.</p>

<p>He told me that he had started following Xiangyang in 2022, when he had not yet graduated from college.</p>

<p>Two weeks ago, he left his first job and joined our team.</p>

<p>As we talked, he mentioned that his previous company was in Web3.</p>

<p>That reminded me that in 2013 and 2014, I also spent a lot of time studying Bitcoin and buying various altcoins, especially domestic ones.</p>

<p>Back then, a friend and I even provided altcoin development services and launched a website called “Coin Factory.”</p>

<p>Then I remembered that another colleague sitting nearby had also done Web3-related research.</p>

<p>At that point, I suddenly realized that many people on the team might also have come from the education industry.</p>

<p>So I asked around.</p>

<p>More than half of the team had previously worked at education companies, including Gaotu, New Oriental, and Xueersi.</p>

<p>That is interesting.</p>

<p>On the surface, it looks like different team members with different backgrounds happened to come together.</p>

<p>But in reality, it may be closely related to my hiring preferences, or even to the standards I use subconsciously.</p>

<p>First, I have spent more than a decade in education and have never truly left the industry. Many of my judgments, preferences, collaboration habits, and beliefs have been deeply shaped by it.</p>

<p>Second, many years ago, I was genuinely interested in and invested in Web3, even though I eventually stepped away for various reasons.</p>

<p>So sometimes, encounters between people appear accidental, but behind them there is a deep kind of path dependence.</p>

<p>Whatever you invested in for a long time, truly believed in, and seriously practiced will eventually return to you in some form.</p>

<p>Building a team is similar. It is rarely random. It is more likely a projection of your past decade of experience, interests, judgments, and preferences.</p>

<h2 id="tutorial-skill">Tutorial Skill</h2>

<p>This week I open-sourced a tutorial Skill. It can help generate a customized, high-quality tutorial for almost any topic.</p>

<p>The basic logic:</p>

<ol>
  <li>You provide any topic and reference materials. The AI prioritizes the references, then supplements them with high-quality sources when needed. The workflow includes a mechanism for filtering out low-quality sources.</li>
  <li>The AI considers the nature of a tutorial and the user’s preferences, then generates a customized deep tutorial. It outputs PDF, Word, and HTML versions for easier study.</li>
  <li>The tutorial is organized by chapters. Based on each chapter’s content, the AI can create diagrams and insert them into the relevant sections.</li>
  <li>The tutorial incorporates some of the underlying logic and methods from <em>Course Marketing</em>, a book I wrote three years ago while running an MCN business. I plan to open-source that book later as well.</li>
  <li>For layout and UI, the generated documents and tutorial pages borrow from and integrate ideas inspired by @tw93’s Kami Skill, so the output has a more polished visual standard.</li>
</ol>

<p>There are three sample reports. One tutorial example is based on an English article by <a href="https://x.com/ReyJudgementOS">@ReyJudgementOS</a>: “English fluency at age 12: my lessons from guiding my child through English learning.”</p>

<p>GitHub repository: <a href="https://github.com/yaojingang/yao-open-skills/tree/main/skills/yao-tutorial-skill">yao-tutorial-skill</a></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-3.png" alt="" /></p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>When Agents Outnumber Humans</title>
      <link>https://yaojingang.github.io/essays/agents-outnumber-humans-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/agents-outnumber-humans-en/</guid>
      <pubDate>Sun, 26 Apr 2026 09:30:00 +0800</pubDate>
      <description>This essay starts from the possibility that intelligent agents may outnumber humans, then moves through agent organizations, high-quality learning, business signals, Bayesian decision skills, and the memory systems future AI-native teams will need to coordinate people, tools, customers, and context.</description>
      
      <category>AI</category>
      
      <category>Agents</category>
      
      <category>Learning</category>
      
      <category>Decision Making</category>
      
      <category>Organizations</category>
      
      <content:encoded><![CDATA[<h2 id="when-agent-numbers-exceed-humans">When Agent Numbers Exceed Humans</h2>

<ol>
  <li>In today’s world, an image no longer necessarily proves the truth. An image only proves that there is an image. It does not prove that something actually happened.</li>
  <li>In three to five years, the number of intelligent endpoints that can actually do work may far exceed the number of humans. There may be tens of trillions of intelligent agent devices executing tasks every day and creating a completely different kind of productivity. What will truly change the world is the explosive growth in the number of intelligent terminals that can execute tasks autonomously.</li>
  <li>Agent organizations will combine three collaboration patterns: human to human, human to AI, and AI to AI. The new organizational form of AI-to-AI collaboration may become a mainstream mode of work. Once AI-to-AI collaboration matures, the marginal cost of organization will fall sharply. Many companies may become extremely small organizations made of a few humans and a large number of agents.</li>
</ol>

<p>The next generation of organizations will no longer be judged only by headcount. The more important question will be: how many high-quality agents can the organization coordinate? I am looking forward to that.</p>

<ol>
  <li>The wealth gap has always been widening. To some extent, the widening gap is closely tied to technological progress.</li>
  <li>Only after the strongest models cross a certain intelligence threshold will the application ecosystem truly explode, instead of being absorbed by the model layer itself. This may still take another two or three years.</li>
  <li>The more agent devices there are, the more creativity and productivity will be released. Behind this is a hidden demand: marketing will become increasingly important. Positioning, communication, and even how you influence an agent’s judgment will matter. This is essentially GEO.</li>
  <li>Recently, I have met several founders who are extremely candid in private. They do not package or perform. They will say directly that the company is still living on financing and that the business may not work in the short term. But if they can survive until model capability, market demand, and application scenarios mature at the same time, they may get a real chance to turn the situation around.</li>
  <li>Language models have consumed the internet’s text. Robots may next consume human behavior.</li>
</ol>

<p>The following three images were generated by GPT-image-2:</p>

<div class="markdown-image-grid markdown-image-grid-3">
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-10a18189de91be8e5fa05a742084ccdb.jpg" alt="" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-9987e246500e9d5beafe4ca4e0ffca98.jpg" alt="" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-b262fa7dd84b477e2a76a4eacadde70a.jpg" alt="" loading="lazy" />
</div>

<h2 id="three-high-quality-ways-to-learn">Three High-Quality Ways to Learn</h2>

<p>Recently, I have been using three high-quality ways to learn.</p>

<ol>
  <li>Custom reports</li>
</ol>

<p>I often have many thoughts and questions during the day. I record them by voice, explain the context to AI, and ask GPT 5.4 Pro to do deep research, organize the material, and produce a high-quality report customized to my questions.</p>

<p>This habit has greatly improved my learning efficiency. Many days, reading five to ten reports like this is enough for me to quickly enter several new domains, or to think more deeply about an old question.</p>

<p>Team management, business models, metric definitions, Skill design, and model safety principles are all good topics for this kind of learning.</p>

<ol>
  <li>Paper learning</li>
</ol>

<p>I mainly follow <a href="https://arxiv.org">arXiv</a>, OpenReview, and <a href="https://huggingface.co/papers">Hugging Face Papers</a>.</p>

<p>I also read <a href="https://blog.qiaomu.ai/">Qiaomu’s blog</a>.</p>

<ol>
  <li>Deep conversations with strong practitioners</li>
</ol>

<p>Talking offline with people who already have real results is often direct and useful. Those conversations are rarely empty. They often create unexpected information gain.</p>

<p>Much of the truly valuable information I get comes from this kind of exchange.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-4.png" alt="" /></p>

<h2 id="an-overseas-business-case">An Overseas Business Case</h2>

<p>Over dinner with several industry experts, I heard a very interesting business case.</p>

<p>It was about a cross-border e-commerce company.</p>

<p>At the time, the team analyzed Japan’s annual trending keywords. One of the terms was “sexual harassment.”</p>

<p>They continued to analyze it and found that the main scenarios were offices and public spaces.</p>

<p>Then they collected a large number of photos and analyzed the profile of people who were being harassed.</p>

<p>They found one common feature: large breasts.</p>

<p>So they designed a product that could be understood as chest protection, or more specifically, something that could make the chest look smaller.</p>

<p>After the product was ready, they seeded a lot of content around topics such as how to prevent sexual harassment in public places, how to protect yourself at work, and small tools or little secrets for preventing harassment.</p>

<p>The product quickly took off. In its first year, one single SKU generated 80 million in revenue.</p>

<p>What this case shows is not just product selection ability. It is the ability to integrate social emotion, trending semantics, scenario demand, and content narrative.</p>

<h2 id="good-business-communication">Good Business Communication</h2>

<p>A business development colleague from ByteDance added me on WeChat. Several small details were quite good and are worth learning from.</p>

<ol>
  <li>After I accepted the request, she immediately sent her Feishu profile QR code and explained the background and reason for adding me.</li>
  <li>After I replied, she clearly asked for a phone call to make the first conversation more efficient.</li>
  <li>Before the call, she sent a screenshot of her Feishu profile, including department name, email, and direct manager information.</li>
</ol>

<p>We then scheduled a short five-minute phone call. It was very efficient. We quickly reached common ground on topics like organizing a small salon and evaluating standards for GEO service providers.</p>

<p>In communication with a new business contact, the first step is to make identity, background, and intention clear. That lowers the other person’s judgment cost. The efficiency and quality of the following conversation become very different.</p>

<h2 id="bayesian-decision-skill">Bayesian Decision Skill</h2>

<p>I open-sourced a Bayesian decision Skill.</p>

<p>It does not simply calculate a Bayesian formula. It helps turn a complex decision into a process where judgment can be updated continuously.</p>

<p>At the beginning, the Skill forms an initial judgment based on the available information. Then AI guides the user through multiple rounds of conversation, adds variables, updates the posterior judgment, and records why the judgment changed at each step.</p>

<p>Finally, it outputs a Markdown and bilingual HTML decision report, including the conversation process, the changes in judgment, and action recommendations.</p>

<p>It is suitable for product, growth, business, and startup decisions. It is also useful for personal decisions such as travel, moving, or career choices.</p>

<p>In essence, it answers this question: when information is incomplete and risk is uncertain, how can we judge more rationally whether something should be done, and how can we improve the quality of the decision?</p>

<p>GitHub repository: <a href="https://github.com/yaojingang/yao-open-skills/tree/main/skills/yao-bayesian-skill">yao-bayesian-skill</a></p>

<p>This method may not be completely objective in real life. But the process itself raises a person’s rationality score. That may already be a new kind of gain.</p>

<p>The essence is to teach people to look at the world through change. Bayesian thinking does this. Calculus does this too.</p>

<p>One reader commented on the Skill: the Bayesian formula itself is not hard. The hard part is quantifying and clarifying, step by step, the intuitive thoughts that appear in your mind. That work is not glamorous, but it is practical.</p>

<p>The following images are sample reports:</p>

<div class="markdown-image-grid markdown-image-grid-2">
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-9.png" alt="" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-7.png" alt="" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-10.png" alt="" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-8.png" alt="" loading="lazy" />
</div>

<p>Some general Bayesian prior principles in the Skill:</p>

<ol>
  <li>I may be wrong, so I should leave room.</li>
  <li>Look at the base rate before the individual story.</li>
  <li>Evidence has different strengths.</li>
  <li>The more surprising the conclusion, the stronger the evidence required.</li>
  <li>One or two cases do not represent the whole.</li>
  <li>To understand people and events, look at incentives.</li>
  <li>Avoid ruinous risk before pursuing upside.</li>
  <li>Missing expected evidence is also information.</li>
  <li>Correlation is only a clue. Causality needs more proof.</li>
  <li>Extreme performance often regresses toward the mean.</li>
  <li>When evidence is similar, prefer the simpler explanation.</li>
  <li>When uncertain, preserve reversible choices.</li>
  <li>Human behavior often has situational logic. Understand before judging.</li>
  <li>Beliefs should have confidence levels, not just yes or no.</li>
  <li>Contradictory evidence improves judgment the most.</li>
  <li>Recent and vivid events are often overestimated.</li>
  <li>Every rule and choice may have side effects.</li>
  <li>Average patterns matter, and individual differences also matter.</li>
  <li>Start with goodwill, then verify gradually and build tiered trust.</li>
  <li>Priors expire and should be recalibrated regularly.</li>
</ol>

<h2 id="thinking-about-agent-organizations">Thinking About Agent Organizations</h2>

<p>Recently I have been thinking about agent organizations.</p>

<p>For a company with functions such as sales, operations, and engineering, the first step toward building a truly agile agent organization is learning to use top-tier AI collaboration tools.</p>

<p>This collaboration has at least three layers: human to human, human to AI, and AI to AI.</p>

<p>GitHub remains one of the most important and mature pieces of infrastructure for this type of collaboration.</p>

<p>Beyond GitHub, teams also need to pay attention to another category of tools, such as Feishu CLI and the collaboration system around Feishu knowledge bases.</p>

<p>How should knowledge be captured with quality? How should it be stored in an orderly way? How should it connect with GitHub? How should knowledge, tasks, code, and documents become linked? These are all critical questions.</p>

<p>Only when the toolchain is truly connected can organizational collaboration efficiency keep improving.</p>

<p>At a deeper level, an agent organization must take team memory seriously. In essence, an AI organization’s capability depends on the quality of its organizational context.</p>

<p>Team memory first means memory about the team.</p>

<p>Each person’s strengths, preferences, capability profile, collaboration style, and performance across projects should gradually be recognized and accumulated.</p>

<p>Some people are better at data analysis. Some are better at user insight. Some are better at pushing complex collaboration forward. Some are better at abstracting methodology.</p>

<p>Only when the organization understands people clearly enough can it allocate work more reasonably and let each person create more value in a position that suits them, while also gaining a stronger sense of achievement.</p>

<p>On this basis, we can extend into personal memory.</p>

<p>Every team member can gradually form a personal memory and continuously deposit it into GitHub through some automation mechanism.</p>

<p>For example, a GitHub repository could dynamically record each person’s profile, capability traits, strengths, accumulated experience, collaboration preferences, and performance and growth across projects.</p>

<p>That repository would no longer be just a simple archive. It would gradually become the team’s talent cognition system.</p>

<p>More importantly, this personal memory system could connect with other agents and be intelligently called, matched, and planned in a scalable way. Then, when the organization allocates tasks, coordinates projects, combines capabilities, or plans roles, it will have a stronger intelligent foundation.</p>

<p>Second, there is memory about work.</p>

<p>This is about how to preserve important matters, key methods, core assets, and project experience so they can be updated, iterated, and turned into organizational capability.</p>

<p>Finally, there is customer memory.</p>

<p>Project information, customer needs, customer goals, budget amounts, target pricing, evaluation principles, key decision processes, and communication records all need to be systematically preserved.</p>

<p>These pieces of information become the core context of the agent organization. Whoever controls high-quality context is more likely to create efficient collaboration and decision-making.</p>

<p>Whether all this can work still depends on people.</p>

<p>Such a team can be smaller in headcount, but the requirements for each person are higher.</p>

<p>Team members need to understand AI, organization, and collaboration. They also need strong learning ability and the capacity to grow quickly.</p>

<p>They also need to embrace change, actively explore, and keep improving how they work under uncertainty.</p>

<p>The core of an agent organization is not only faster processes, fewer people, or more advanced tools. More importantly, it is whether the team can build a continuously evolving, collaborating, and value-creating organizational system around tools, memory, and human capability.</p>

<p>A simple formula:</p>

<p>Agentization level of an organization = tool connectivity x memory quality x protocol clarity x talent density x feedback iteration speed.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-agent_org_operating_system_wide_hd.png" alt="" /></p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Three Years From AGI</title>
      <link>https://yaojingang.github.io/essays/three-years-to-agi-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/three-years-to-agi-en/</guid>
      <pubDate>Sun, 19 Apr 2026 09:30:00 +0800</pubDate>
      <description>This essay reflects on the accelerating path toward AGI, then connects that shift with health systems, infinite games, community trust, Feishu CLI workflows, and practical ways AI can enter team performance processes, personal habits, and everyday judgment.</description>
      
      <category>AI</category>
      
      <category>AGI</category>
      
      <category>Health</category>
      
      <category>Infinite Games</category>
      
      <category>Workflow</category>
      
      <content:encoded><![CDATA[<h2 id="three-years-from-agi">Three Years From AGI</h2>

<p>Ray Kurzweil is one of the most representative futurists in the United States. In an interview, he shared the view that around 2045, humans plus AI may become a new species. Human intelligence as a whole could rise by 1,000 times. By then, we may enter a completely different world.</p>

<p>AGI means AI reaching human-level intelligence. More precisely, it means AI reaching expert level across all fields, not average human level.</p>

<p>For example: medicine means top doctor level, law means top lawyer level, and programming means top engineer level.</p>

<p>True AGI is not only strong in every field. It can also integrate insights across thousands of fields and make comprehensive judgments that no single human could make alone.</p>

<p>People no longer seriously debate whether AGI will arrive. The debate has shifted to whether AGI will be good or bad for humanity.</p>

<p>The next ten years will be an extremely important transition period. It may be understood as:</p>

<p>The next 10 years ~= the change of the past 100 years ~= the change of the past 100,000 years.</p>

<p>To live through these ten years is a rare kind of luck. We get to witness, and perhaps participate in, this super transition.</p>

<p>Three core logics help explain the next decade:</p>

<ol>
  <li>The world grows exponentially, not linearly.</li>
  <li>Humans will not simply be replaced by AI. We will merge with AI. Human plus AI will become normal. In the future, you may not be able to tell whether an idea came from you or from AI. Computational intelligence may enter our nervous system through nanotechnology and become part of our thinking.</li>
  <li>The singularity is not one instant. It is a process. The AGI moment will happen gradually.</li>
</ol>

<p>What will the impact be?</p>

<p>First, work will be reconstructed. Many people may no longer need traditional work, while material abundance increases.</p>

<p>Second, startup opportunities will explode. For entrepreneurs, this is a very fortunate moment. The future will be AI plus every industry.</p>

<p>Third, we will face a social problem, not just a technical one: adaptation. Humanity is not ready yet, or at least will adapt slowly. Many companies and many people are still in denial.</p>

<p>There is another shocking prediction: after 2032, we may reach longevity escape velocity. Every year, technology may extend life by more than one year. In theory, people could keep living indefinitely. That is startling.</p>

<p>The core reason is that AI can simulate biological systems and test millions of treatment plans in a week. Medicine becomes a computational problem, and computing power may become many times stronger than it is now.</p>

<p>We should work hard to live until 2032, then keep exercising and live well until 2230.</p>

<p>Video podcast: <a href="https://www.youtube.com/watch?v=8iWSNwIRazc">Kurzweil interview</a></p>

<p>Qiaomu’s interpretation: <a href="https://blog.qiaomu.ai/2026-04-17-CtTDFI">Qiaomu blog post</a></p>

<h2 id="the-mindset-of-health">The Mindset of Health</h2>

<p>Health cannot be emphasized enough.</p>

<p>Recently, I like to express it this way: build your own health system around five core elements: sleep, exercise, diet, emotion, and medicine.</p>

<p>They support one another.</p>

<p>The methods that are truly useful over the long term and create compounding effects for health usually do not require much money.</p>

<p>The key is long-term consistency.</p>

<p>Among these five elements, sleep is still seriously underestimated.</p>

<p>Sleep is not just rest. It is more like the base switch of the entire health system.</p>

<p>When sleep is good, the body has repair capacity, emotions have a buffer, the brain has judgment, exercise has recovery, and diet control becomes easier.</p>

<h2 id="finite-games-and-infinite-games">Finite Games and Infinite Games</h2>

<p>Every person faces two kinds of games in life: finite games and infinite games.</p>

<p>Finite games pursue results and rely on competition.</p>

<p>Infinite games pursue the long term. They rely on win-win relationships, collaboration, and mutual nourishment.</p>

<p>In many situations, these two games exist at the same time.</p>

<p>A single deal, a bid, or a collaboration often has strong finite-game characteristics.</p>

<p>But a person’s reputation, an organization’s capability, an industry’s ecosystem, and a company’s brand clearly carry infinite-game characteristics.</p>

<p>The important thing is to do more infinite-game things even when you are playing a finite game.</p>

<p>More broadly, many things start with strong finite-game properties, but through better cognition and action, they can gradually move toward an infinite game.</p>

<p>Take relationships with competitors. At first, they often look like finite games.</p>

<p>Everyone focuses on the same customer or several projects, on immediate competition, and on short-term wins and losses.</p>

<p>But if you extend the time horizon, competitors can also become allies.</p>

<p>People can collaborate, share, help form industry standards, maintain the industry ecosystem, and make the market larger together.</p>

<p>In this way, what originally looked like a zero-sum relationship can grow new incremental value and even long-term friendship.</p>

<p>Another example is the relationship between a company and its employees. If it is only about salary, assessment, and control, it easily slides toward a finite game.</p>

<p>Both sides focus more on current gains and losses.</p>

<p>But if the relationship upgrades toward capability building, long-term incentives, and shared outcomes, such as building an AI agent organization together, it becomes a shared effort to construct new organizational capability.</p>

<p>Employees are no longer just executors. They become co-builders of new organizational capability.</p>

<p>The relationship becomes more stable, and the organization becomes stronger.</p>

<p>Strong players care more about how to keep themselves, their relationships, and their organizations at the table.</p>

<h2 id="community-advertising">Community Advertising</h2>

<p>This week, I saw two small advertising cases in group chats. The contrast was strong.</p>

<p>One was a positive case. One was a negative case.</p>

<ol>
  <li>Positive case</li>
</ol>

<p>A volunteer friend from the GEO conference first messaged me privately, explained the need and background, and after getting my permission, posted a free beta-test message and a red packet in the large group. The result looked good.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-5.png" alt="" /></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-25.png" alt="" /></p>

<ol>
  <li>Negative case</li>
</ol>

<p>In a quiet group, someone suddenly posted an unclear advertisement. Some people felt uncomfortable and blocked the person.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-22.png" alt="" /></p>

<p>The problem was “suddenly breaking into someone else’s attention.”</p>

<p>A quiet group usually has an implicit order. Members do not expect to be sold to or promoted at.</p>

<p>In that situation, the first reaction is often not “what is this product?” but “why are you bothering me here?”</p>

<p>The key difference between the two cases is that the first completed “relationship and permission” before entering promotion, while the second rushed directly into transaction and extraction.</p>

<p>A group is essentially a small trust community.</p>

<p>This trust system usually depends on the group owner and members maintaining it together. Once ads and spam spread, trust collapses quickly, and the community dies.</p>

<p>For community advertising, the right order is: build the relationship, get permission, then talk about promotion and conversion.</p>

<p>When the order is right, an advertisement may be treated as useful information. When the order is wrong, it becomes interruption.</p>

<p>A group is not a traffic pool for harvesting. It is first a trust field. Only then can it possibly become a transaction field.</p>

<h2 id="feishu-cli">Feishu CLI</h2>

<p>I needed to send quarterly bonuses to the team. This time I used Feishu CLI, and the efficiency was high.</p>

<p>The steps were:</p>

<ol>
  <li>I used voice input to explain to AI the principles and logic behind this quarterly bonus distribution.</li>
  <li>Through Feishu CLI, I had AI fetch and organize each person’s daily work lists, outputs, projects, and OKR status from the past quarter. Then it scored them across six dimensions I cared about and calculated a weighted total.</li>
  <li>Based on this multi-dimensional weighted score table, it calculated each person’s quarterly bonus.</li>
  <li>I then adjusted weights, nonlinear rules, subjective factors, and rounding rules.</li>
  <li>After several rounds of adjustment, I asked AI to generate private Feishu messages for each person. After reviewing them, I used my Feishu CLI bot to send one-on-one messages to each person receiving a bonus.</li>
  <li>Finally, through <code class="language-plaintext highlighter-rouge">yao-meta-skill</code>, I automatically generated a performance Skill.</li>
</ol>

<p>If you care about building a team knowledge base, Feishu CLI is a very good experience.</p>

<h2 id="a-story-about-my-daughter">A Story About My Daughter</h2>

<p>1.</p>

<p>On the way to kindergarten, my daughter suddenly said, “I am a pig.”</p>

<p>I asked, “Why?”</p>

<p>She said, “Because I was born in the Year of the Pig.”</p>

<p>Then I asked, “What kind of pig are you?”</p>

<p>She said, “A human pig.”</p>

<p>I asked again, “What kind of human pig? For example, an understanding human pig, a clever human pig, a cute and smart human pig, or a curious human pig?”</p>

<p>I wanted to guide her toward giving herself some positive labels.</p>

<p>But she said, “I am a human pig who is on the way to kindergarten.”</p>

<p>That gave me three feelings:</p>

<ol>
  <li>Live in the moment and do not be trapped by labels.</li>
  <li>Language creativity.</li>
  <li>Logic.</li>
</ol>

<p>2.</p>

<p>My wife was helping our daughter with homework and scolded her until she cried.</p>

<p>My daughter felt wronged and went to the side to keep crying.</p>

<p>After a while, when she had calmed down, she walked to her mother and said calmly:</p>

<p>“Mom, next time can you not yell? If you speak normally, you can still achieve the goal.”</p>

<p>My wife said, “Okay. I will try to pay attention next time.”</p>

<p>What an angel child.</p>

<p>I asked GPT for its view. It replied:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-24.png" alt="" /></p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Organizing a GEO Conference</title>
      <link>https://yaojingang.github.io/essays/geo-conference-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/geo-conference-en/</guid>
      <pubDate>Sun, 12 Apr 2026 09:30:00 +0800</pubDate>
      <description>This essay records reflections after the first GEO conference, covering brand discovery in AI search, volunteer organization, technology leadership, enterprise token budgets, AI-driven IT outsourcing, and agent supply-chain security as AI starts reshaping products, teams, and growth.</description>
      
      <category>GEO</category>
      
      <category>AI</category>
      
      <category>Events</category>
      
      <category>Organizations</category>
      
      <category>Security</category>
      
      <content:encoded><![CDATA[<h2 id="the-real-change-has-just-begun">The Real Change Has Just Begun</h2>

<p>The first GEO-themed conference in China, which I organized with Xiangyang, has come to an end. Twelve friends and experts from the GEO and AI communities gave dense talks and joined deep discussions.</p>

<p>I am very grateful to Yan, Zhang Kai, Badao Liu, Guizang, Da Congming, AJ, Liu, A Kuang, Yangyi, Juzi, and other experts and friends who have been exploring and practicing at the frontier of GEO and AI. They contributed a truly valuable day of sharing.</p>

<p>The event lasted only one day, but the information density was very high.</p>

<p>The value of a gathering is not only whether it explains new concepts clearly. It is whether it helps people see more clearly where a new trend has already developed and which directions are truly worth investing in.</p>

<p>We are entering a new era of being discovered.</p>

<p>In the past, companies were more familiar with traffic entrances such as traditional search, information feeds, short video, WeChat official accounts, and Xiaohongshu.</p>

<p>These entrances still matter. But the new change is already obvious. More and more users are giving questions to AI, giving judgment to AI, giving filtering to AI, and in the future, may even give execution to agents.</p>

<p>The logic of brand growth will be rewritten as a whole. That rewriting has already begun.</p>

<p>From the GEO perspective, companies now face a new question: when users ask AI a question, can you be seen, can you be correctly understood, and can you be credibly recommended?</p>

<p>This tests more than content production. It also tests fact assets, answer assets, distribution assets, brand signals, data monitoring, and backend attribution.</p>

<p>From the AI product perspective, change is also accelerating.</p>

<p>The definition of AI-native products is changing. The relationship between users and AI is changing. The service target of products is also changing. Many products no longer only serve humans. They are beginning to serve agents too.</p>

<p>Many workflows are no longer just competitions between GUIs. They are extending into CLI, Skills, MCP, local context, and long-term collaboration. The real barrier of a product is increasingly concentrated in three things: low enough friction, strong enough context, and large enough imagination.</p>

<p>From the perspective of AI growth and AI promotion, the logic is also becoming clearer.</p>

<p>Marketing must follow users wherever they go. WeChat official accounts, social media, PR, communities, hackathons, livestreaming, and private traffic are still effective, but their roles are being redistributed. Some build awareness. Some build trust. Some create consensus. Some complete conversion.</p>

<p>The products that succeed are often not the ones with the most features. They are the ones that find a real need earlier, build a clear position faster, and more accurately identify a group of people who are willing to share, spread, and keep using them.</p>

<p>When we look at the entire conference together, it points to one thing: AI is rewriting how brands are discovered and how products grow.</p>

<p>GEO is only one of the earliest visible parts of this change.</p>

<p>Further down the road, it will extend into AI search, AI recommendation, agent invocation, Skill distribution, workflow collaboration, and all new paths from “to AI” to “to people.”</p>

<p>At that point, the real gap in marketing may come from a few core things: who understands the change earlier, who builds fact and content assets earlier, who completes the shift from “facing humans” to “facing both AI and agents” earlier, and who thinks about product, brand, content, and growth inside one AI system earlier.</p>

<p>The full collection of talks and notes from the speakers is here: <a href="https://mp.weixin.qq.com/s/2P_zSjJkybl-rAyZjMIQAw">GEO conference notes</a></p>

<h2 id="the-power-of-the-volunteer-team">The Power of the Volunteer Team</h2>

<p>A medium-sized event has real organizational requirements.</p>

<p>The first GEO conference, organized by Xiangyang and me, was simplified in many ways, but it still required a lot of organizing work:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-21.png" alt="" /></p>

<p>To make the event experience better, I posted a volunteer recruitment message in the member group for attendees. The response was very positive. Soon, twenty friends joined as volunteers.</p>

<p>Kaixin is the creator of the self-media account “Kaixin AI Tool Collection.” We met last year. At the beginning of the conference preparation, he messaged Xiangyang and me to ask whether he could help.</p>

<p>After the volunteer team was assembled, I realized Kaixin was very suitable to coordinate and control the whole process. On one hand, he knew the speakers. On the other hand, he had strong organizational ability and a strong sense of responsibility.</p>

<p>After the volunteer group was created, Kaixin and I started preparing the work, sorting tasks, and doing partial rehearsals.</p>

<p>In the early hours of the conference day, he was still checking the preparation list with me on WeChat:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-23.png" alt="" /></p>

<p>The next day, the conference was completed smoothly.</p>

<p>After the event, Kaixin told me excitedly in the car that the volunteer team was incredibly responsible and careful. Speaker control, deck management, livestreaming, photography, reception, and other details were handled with initiative, responsibility, and warmth. That is rare.</p>

<p>For a medium-sized event, what looks like an execution problem is actually an organizational system problem. You are not only dealing with the tasks themselves, but also people, rhythm, collaboration, emergencies, and uncertainty.</p>

<p>When these factors stack together, one person’s ability is not enough.</p>

<p>Organizational capability is essentially the work of turning uncertain people and uncertain things into a runnable system.</p>

<p>And the most important part of that system is people.</p>

<p>These volunteers were not bound by hard constraints. But because they identified with the event, they became more proactive, more detailed, and more responsible.</p>

<p>They were participating in something they believed in.</p>

<p>In some sense, this kind of connection based on shared recognition is more powerful than a purely interest-based connection.</p>

<h2 id="the-playbook-of-an-airborne-cto">The Playbook of an Airborne CTO</h2>

<p>I spoke with a CTO friend who now manages around one thousand engineers in a large group. He has repeatedly joined leading companies and listed companies across industries as an outside executive.</p>

<p>I asked him why each transition worked and why he was repeatedly “poached” successfully.</p>

<p>He shared his playbook.</p>

<p>Before joining:</p>

<ol>
  <li>First judge whether the company is worth joining. The main factors are the business model and potential, plus the organization and culture.</li>
  <li>Lock in personnel authority in advance. This is the bottom line. Before deciding to join a company, he needs to align with the CEO or even the board on personnel authority.</li>
  <li>Identify leverage points in advance. Based on the first two factors, judge where technology can create leverage for the business, such as what improvements or changes can quickly let the company see a new result.</li>
</ol>

<p>After joining:</p>

<ol>
  <li>First handle people. Replace people who do not cooperate, then reorganize or clarify his own team.</li>
  <li>Rebuild organizational processes according to his own view.</li>
  <li>Focus on several small but leveraged projects and quickly help people win small battles.</li>
</ol>

<p>These three things must be done within three to six months.</p>

<p>The core keywords behind this playbook are judgment, personnel authority, leverage, and winning small battles.</p>

<p>But above his playbook, there is another higher-level playbook. He himself has become one element inside that larger playbook.</p>

<h2 id="1000-in-tokens-per-person">$1,000 in Tokens Per Person</h2>

<p>A large company has started giving each headquarters employee a monthly token budget of $1,000, with access to the best models in the world. That is tens of millions of dollars every month in real support.</p>

<p>This may be the best way to improve internal AI productivity.</p>

<p>Other methods, such as internal training, leading by example, or incentive mechanisms, seem less important in comparison.</p>

<p>The most important thing is giving employees a certain degree of token freedom and allowing them to use the best models in the world.</p>

<p>Once people start using them, they cannot stop. These people are smart. They will gradually iterate on their own usage methods, borrow methods from others, and find more and more scenarios that fit their work. Eventually, the whole organization’s efficiency can rise significantly.</p>

<p>But most companies probably cannot copy this.</p>

<p>It is not just a budget problem. It also requires convenient and stable access to good models.</p>

<p>For various reasons, some overseas models are inconvenient for domestic users. Accounts may be banned, or APIs may be unstable.</p>

<p>For people who know how to use AI, good models are productivity.</p>

<h2 id="a-company-that-cut-its-own-it-department">A Company That Cut Its Own IT Department</h2>

<p>A traditional company with about 1 billion in annual revenue recently cut its entire IT department, around forty to fifty people.</p>

<p>It then outsourced all system development, maintenance, and upgrades to a technical team of fewer than ten people.</p>

<p>How was that possible?</p>

<p>After taking over, the new team used AI to rewrite the original IT systems. This means that programmers who believed they were hard to replace because they understood the unique logic behind many systems could no longer treat that as a moat against AI.</p>

<p>AI is efficient at reconstructing system code. If the team also reconstructs the code documentation, system management becomes much easier.</p>

<p>After the system rewrite, maintenance and routine feature iteration no longer take as much time.</p>

<p>So this team now wants to take on another project.</p>

<p>IT outsourcing is already a mature business model in China. It has produced several large companies, such as iSoftStone and Chinasoft.</p>

<p>In the hands of a technical team that knows how to use AI, this model can make system development and operations much more efficient. Replacing an original 50-person IT team with a 10-person outsourced team is not that difficult.</p>

<p>The truly difficult part is trust.</p>

<p>For the owner of a company with 1 billion in revenue to solve IT efficiency and management through outsourcing, the trust in that team must be very high.</p>

<p>Also, this model has limited applicability. It is not suitable for most companies.</p>

<h2 id="your-agent-is-mine">Your Agent Is Mine</h2>

<p>There is a very striking paper titled “Your Agent Is Mine: Measuring Malicious Intermediary Attacks on the LLM Supply Chain.”</p>

<p>Many people think the biggest security problem in the agent era is whether models can be prompt-injected. This paper reminds us that the more dangerous layer may not be inside the model, but outside it, in the execution chain.</p>

<p>For people who heavily use Claude Code, Codex, OpenClaw, or other AI programming agents, this paper is worth reading carefully.</p>

<p>It explains a problem that has often been underestimated:</p>

<p>When your agent request first passes through a third-party router or proxy service, that intermediary layer has enormous power. It can see your request, see the model’s response, and even quietly modify the result before it reaches your local environment.</p>

<p>Once this is placed in an agent scenario, the danger rises quickly.</p>

<p>In agent products, model output may become commands, code, installation actions, file edits, cloud resource operations, and more. If someone modifies the output in the middle, the consequences can be completely different.</p>

<p>The researchers purchased a group of paid routers and collected some free routers. Then they observed whether these routers behaved maliciously.</p>

<p>They found that some routers actively injected malicious code, some abused credentials passing through their chain, and some directly touched researchers’ wallet assets.</p>

<p>This means the issue is not merely theoretical. It is already happening in the real world.</p>

<p>In the LLM era, routers are no longer just a forwarding layer. They have become a trust boundary in the supply chain.</p>

<p>That judgment matters.</p>

<p>In the past, people often saw routers as relay nodes: saving money, aggregating models, unifying interfaces, and switching between models. That all seems reasonable.</p>

<p>But from a security perspective, routers have far more power than “forwarding.” They can see system prompts, know which tools you can call, touch sensitive information, and modify parameters.</p>

<p>In other words, they can both observe and alter.</p>

<p>The paper mentions two core attack types.</p>

<p>The first is rewriting tool calls in the response.</p>

<p>This is subtle because it does not have to break the whole response. It only needs to change a few parameters while keeping the JSON structure valid, allowing the client to parse it normally and execute an action that quietly serves the attacker’s goal.</p>

<p>For example, an agent meant to install a normal dependency may be changed to install a malicious package with a similar name. A normal script download may become a download from an attacker-controlled source. A simple command execution may become an operation with a backdoor.</p>

<p>The second is passively stealing secrets.</p>

<p>This may be even more frightening. It does not need to modify anything. As long as traffic passes through it, it may obtain API keys, cloud credentials, private keys, environment variables, or sensitive project context.</p>

<p>Agent risk does not only come from the model itself. It comes from every controllable node between the model and the executor.</p>

<p>What the agent era may need is a response integrity proof mechanism.</p>

<p>The key results returned by model providers, especially tool calls, should ideally carry verifiable signatures. The client should be able to verify whether the tool call was truly what the original model returned.</p>

<p>Only then will it be difficult for third-party routers to quietly tamper with results.</p>

<p>Otherwise, many agent systems today are essentially in a state of default trust toward the intermediary layer.</p>

<p>That may be acceptable in ordinary chat. But once the scenario becomes programming, operations, automatic execution, long-running tasks, or unattended work, the risk grows quickly.</p>

<p>For heavy users of AI programming tools, this paper offers five lessons:</p>

<p>First, high-privilege tasks should connect directly to official providers whenever possible. If a task involves servers, repositories, dependency installation, production environments, or automatic execution, avoid third-party routers when you can.</p>

<p>Second, do not combine automatic execution approval with third-party routing.</p>

<p>Third, your local environment needs policy gates for high-risk commands, especially Bash, curl scripts, package manager installs, and remote download-and-execute actions. At minimum, there should be human review or clear rules.</p>

<p>Fourth, expose credentials minimally. Do not place long-lived, high-privilege keys directly into agent sessions. If they pass through an untrusted intermediary, they may be seen.</p>

<p>Fifth, keep execution logs. If something goes wrong, you need to know which session, which tool call, which router, and which project context caused the problem.</p>

<p>Paper: <a href="https://arxiv.org/pdf/2604.08407v1">Your Agent Is Mine</a></p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>What an AI Native Team Looks Like</title>
      <link>https://yaojingang.github.io/essays/ai-native-team-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/ai-native-team-en/</guid>
      <pubDate>Sun, 05 Apr 2026 09:30:00 +0800</pubDate>
      <description>This essay begins with launching on X and open-sourcing a meta-skill, then explores what an AI-native team needs: Agent First thinking, GitHub-based collaboration, Feishu CLI workflows, habit design, execution, and enterprise sales capability in daily work.</description>
      
      <category>AI Native</category>
      
      <category>Agents</category>
      
      <category>Skills</category>
      
      <category>GitHub</category>
      
      <category>Habits</category>
      
      <content:encoded><![CDATA[<h2 id="starting-on-x">Starting on X</h2>

<p>At Xiangyang’s invitation and recommendation, I officially started using X, formerly Twitter: <a href="https://x.com/laoyaoke">@laoyaoke</a></p>

<p>He recommended me on X and gave me strong endorsement. Many friends then reposted and supported the account. I felt grateful and a little flattered.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-20.png" alt="" /></p>

<p>During this process, the most meaningful part was the positive feedback from many people online. I saved many of the comments. Looking back at them was quite moving.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-19.png" alt="" /></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-18.png" alt="" /></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-11.png" alt="" /></p>

<p>Many of those comments were related to “Yao Jingang’s Cognitive Notes.” This document is updated once a week and has been maintained for almost three years. Without noticing it, I have written more than 420,000 Chinese characters. It is essentially a collection of scattered records, thoughts, and observations.</p>

<p>A good habit often has two kinds of value. One side supports self-growth. The other side influences and inspires others.</p>

<p>When a habit can continuously strengthen yourself and also keep lighting up others, it is probably a precious gift from fate.</p>

<h2 id="what-an-ai-native-team-looks-like">What an AI Native Team Looks Like</h2>

<p>I created a GitHub organization for the operations team so that everyone can manage and iterate on the company’s Skills together.</p>

<p>The logic of our AI business collaboration tools has become:</p>

<p>Feishu CLI + GitHub + Claude Code or Codex + a matrix of related AI tools.</p>

<p>I told the team that I hope every operations colleague will understand operations, AI, and technology.</p>

<p>Understanding operations is the basic prerequisite. Understanding AI and technology will become each person’s leverage and will determine the upper limit of future growth.</p>

<p>We do not need everyone to write code. But we can improve technical thinking by learning from software engineering.</p>

<p>This shift in thinking and capability can be created through changes in work habits and collaboration methods. In particular, the tools we choose for collaboration themselves represent different ways of thinking.</p>

<p>Last year and the year before, Xiangyang and I often promoted the idea of AI First thinking. This year, people are increasingly realizing the value of an AI-native team. The kind of thinking such a team needs now looks more like Agent First thinking.</p>

<p>That means every person should first consider how to use AI and underlying tools to build their own Skill or agent, so that their productivity can keep improving.</p>

<p>Beyond GitHub, Feishu CLI also gave us a strong surprise this week.</p>

<p>For example, sending personalized messages to every team member, running internal surveys, analyzing project data, and summarizing results all felt very good.</p>

<p>Feishu CLI deeply integrates Feishu permissions into AI through the command line. Collaboration, iteration, and asset management with GitHub can then become a matter of issuing instructions.</p>

<p>Another scenario impressed me: team communication.</p>

<p>Now, through Feishu CLI, we can initiate more personalized conversations with different colleagues. Whether it is synchronizing information, launching a survey, or asking follow-up questions based on someone’s reply, the process can be more detailed and stable.</p>

<p>After AI collects the feedback, it can quickly organize the results and send them back to me with one command. In the past, this kind of work was easy to get stuck in the distribution of attention. Now it is much lighter.</p>

<p>More interestingly, there is also a subtle psychological change.</p>

<p>Whether it is group communication or one-on-one communication, once an agent sits in the middle, many things seem to have an extra buffer layer. Conversations that previously required me to push myself to start now become easier to begin and easier to continue.</p>

<p>For remote teams, this change is especially obvious. Once the communication threshold falls, information flows more smoothly and team feedback becomes more timely.</p>

<p>These changes are only a small beginning.</p>

<h2 id="a-skill-that-generates-skills">A Skill That Generates Skills</h2>

<p>After launching my X account, I published my first post and open-sourced a Skill: <code class="language-plaintext highlighter-rouge">yao-meta-skill</code>.</p>

<p>GitHub repository: <a href="https://github.com/yaojingang/yao-meta-skill">yao-meta-skill</a></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-12.png" alt="" /></p>

<p>The Skill received some encouraging comments:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-13.png" alt="" /></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-14.png" alt="" /></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-15.png" alt="" /></p>

<p>When talking with Xiangyang, I said that when we studied prompts, we always wanted to write our own meta-prompt. We used them happily.</p>

<p>Now that we are using many Skills, meta-skills are worth studying as well. Official versions exist, but using your own still feels better.</p>

<p>To make sure my meta-skill was not below official quality, I followed several principles in its design.</p>

<p>The design had two stages:</p>

<p>Stage one: I asked AI to study several top official meta-skills in the world, including those from Anthropic, OpenAI, and GitHub. It summarized and compared their strengths, weaknesses, and design thinking. Based on those references, it completed the first version. Then I asked a new AI to evaluate <code class="language-plaintext highlighter-rouge">yao-meta-skill</code> against those examples and keep iterating based on the evaluation results.</p>

<p>Stage two: after more than ten rounds of iteration, the result was still not good enough. So I asked AI to analyze the leaked Claude Code source code in detail and borrow useful architectural ideas from it. That led to this:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-16.png" alt="" /></p>

<p>After this round, the overall level improved noticeably. I continued evaluating and iterating until the Skill reached the best overall result, ranking first across multiple metrics.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-17.png" alt="" /></p>

<p>In actual use, the experience has been very good.</p>

<p>This method can be applied in many places. Designing products while standing on the shoulders of giants is usually not a worse path.</p>

<h2 id="execution">Execution</h2>

<p>Last week in Hangzhou, I had dinner with an old friend. During the meal, I repeatedly recommended running to him.</p>

<p>He made an observation: if the same thing is expressed in many different forms, it should be taken seriously.</p>

<p>For example, his family suggested he exercise, I shared the benefits of running, and his health report showed a high level of fatty liver risk.</p>

<p>Over the weekend, I sent him a systematic running guide.</p>

<p>Four or five days after I left Hangzhou, he messaged me on WeChat and said he had been running and walking for four consecutive days, about four to five kilometers each day.</p>

<p>I replied that it really was Teacher Tan: once he decides to do something, he gets it done.</p>

<p>After that, he sent me several more check-ins.</p>

<p>His execution ability is very strong.</p>

<p>It reminded me of several years ago, when I shared a product model with him. A few months later, he had built the product. A year after that, the product had more than ten million users.</p>

<p>Good ideas are not rare in this world. What is truly valuable is execution.</p>

<p>And the level of execution will, in turn, strengthen your ideas and creativity.</p>

<h2 id="the-mindset-and-method-of-habits">The Mindset and Method of Habits</h2>

<p>The mindset for building a new habit is to first define a new identity for yourself.</p>

<p>Defining a new identity is essentially constructing a new narrative. It rewrites the story of “who I am.”</p>

<p>When an identity is activated in the present, people are more likely to make choices consistent with that identity.</p>

<p>For example: I am a person who pursues health. I am a person who loves sharing.</p>

<p>Once the identity is established, action has an internal basis, and the habit becomes easier to sustain.</p>

<p>Then you need a good method to make habit formation unusually easy.</p>

<p>The method I recommend most is the Fogg Behavior Model: B = MAP, meaning Motivation, Ability, and Prompt.</p>

<p>The basic logic is that whether a behavior happens depends on whether three conditions occur at the same time: whether you want to do it, whether it is easy enough to do, and whether there is a clear and stable prompt.</p>

<p>So when building a habit, the important thing is to make the action small enough and the prompt stable enough. Repeat a simple action in a fixed context, and automation will gradually form.</p>

<p>The mindset solves direction. The method solves execution.</p>

<p>Going one step further, combined with the Fogg Behavior Model, identity can be defined more specifically.</p>

<p>For example, instead of “I am a person who loves sharing,” define it as “I am a person who outputs a little every day.”</p>

<p>The design can be:</p>

<p>Identity: I am a person willing to keep outputting.</p>

<p>Prompt: every time I finish reading something worth recording.</p>

<p>Action: immediately write one sentence of reflection or share one point.</p>

<p>Sense of completion: confirm internally, “I completed another act of output today.”</p>

<p>The benefit of this design is that identity, scenario, action, and feedback are connected.</p>

<p>You do not need to write long articles from the beginning. You do not need to force yourself to produce high-quality expression at the start. As long as you complete one tiny act of output, you are already strengthening the identity of being someone who shares continuously.</p>

<p>Habit formation is essentially the process of a new identity being made real through repeated small actions.</p>

<h2 id="how-to-close-large-enterprise-customers">How to Close Large Enterprise Customers</h2>

<p>A friend asked whether anyone at our GEO conference shared how to close large customers, or whether there were any experiences around enterprise sales.</p>

<p>I think this is a good question, but also a big one, so it is not easy to answer.</p>

<p>Any experience in closing a large customer is hard to explain in one or two sentences. The elements and requirements behind it are higher and more complex.</p>

<p>When thinking about this question, I thought of two books: <em>Thinking in Systems</em> and <em>How to Sell Anything to Anybody</em> by top sales master Joe Girard.</p>

<p>Together, these two books can offer a fairly systematic answer.</p>

<p>The first answers the beauty of systems and rationality. The second answers the beauty of human nature and emotion.</p>

<p>Real enterprise sales often requires both layers: understanding the system and understanding people.</p>

<ol>
  <li>A very important point in <em>Thinking in Systems</em> is that the behavior of a system is ultimately determined by its goal.</li>
</ol>

<p>Take GEO as an example. On the surface, every GEO project seems to be about optimizing content so that a brand is more easily cited by AI search.</p>

<p>But when you really talk to customers, you find that different customers want different things.</p>

<p>Some want PR. Some want brand building. Some want customer acquisition.</p>

<p>Different goals produce different budget logic, decision logic, evaluation methods, and decision makers.</p>

<p>Once the system’s goal is different, the system’s behavior is different.</p>

<p>Inside that system, there are several key roles: who initiates, who approves, who executes, who bears risk, who may oppose, and who truly benefits.</p>

<p>The more you move toward large customers, the more you realize that whether a deal can close often does not depend on whether one person likes you. It depends on whether the customer’s internal system has truly been moved.</p>

<p>From this perspective, enterprise sales is not only sales ability. It is system-moving ability.</p>

<p>To move a system, you need to understand at least five key variables: trust, evidence, consensus, urgency, and perceived controllability of risk.</p>

<p>From the perspective of <em>Thinking in Systems</em>, closing a large customer is the process of continuously increasing these variables.</p>

<p>Clearer judgment and cases increase evidence. Helping different internal roles explain the same thing builds consensus. Showing the window of opportunity and competitive pressure increases urgency. Designing pilot paths, stage goals, and evaluation standards reduces risk.</p>

<p>When these factors accumulate, the system begins to move.</p>

<p>So the real question is whether we have the ability to move a complex system.</p>

<ol>
  <li><em>How to Sell Anything to Anybody</em> addresses the other layer: understanding people, moving people, and maintaining relationships.</li>
</ol>

<p>The key question Joe Girard answers is why customers are willing to trust you.</p>

<p>His strength was not only that he sold many things. More importantly, he deeply understood the human logic behind sales.</p>

<p>Strong salespeople pay attention to several foundational abilities: sincerity, continuous follow-up, respect for customers, making customers feel understood, and continuing to create value before and after the deal.</p>

<p>Enterprise sales especially requires this.</p>

<p>The larger the customer, the less they lack suppliers or proposals. Many people can write decks, quote prices, and talk about trends.</p>

<p>What often creates the gap is whether the customer feels that you truly understand them, rather than only wanting to sell to them.</p>

<p>One important lesson from Joe Girard is that customers do not buy only because you are professional. They also buy because they trust you, like you, think you are reliable, and believe you are willing to take long-term responsibility.</p>

<p>So if someone asks whether there are methods or experiences for closing large customers in GEO or any other field, I would say yes, but it cannot be compressed into one universal sentence.</p>

<p>Large enterprise sales is never completed only by one technique, one script, one relationship, or one standard template.</p>

<p>It is more like a two-track process.</p>

<p>One track is the system track.</p>

<p>The other track is the human track.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Every Company Needs a Chief AI Officer</title>
      <link>https://yaojingang.github.io/essays/weekly-2026-03-29-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2026-03-29-en/</guid>
      <pubDate>Sun, 29 Mar 2026 09:30:00 +0800</pubDate>
      <description>This essay argues that effective AI adoption requires a dedicated Chief AI Officer—a leader who bridges AI expertise, business acumen, and organizational influence. It explores AI leadership principles, minimalist management models, systemic thinking for running, and what it means to be truly AI-native—emphasizing culture, feedback loops, and sustainable evolution over tools alone.</description>
      
      <category>AI leadership</category>
      
      <category>organizational design</category>
      
      <category>systems thinking</category>
      
      <category>AI-native</category>
      
      <category>workflow optimization</category>
      
      <category>cognitive agility</category>
      
      <content:encoded><![CDATA[<h2 id="chief-ai-officer">Chief AI Officer</h2>

<p>Every company needs a Chief AI Officer.</p>

<p>I recently visited a publicly listed company and had an evening chat with their CTO. He shared some internal lessons from their AI transformation—and one particularly telling case: a friend of his founded an AI department that was elevated to a first-tier function, reporting directly to the CEO. The team consists of people deeply skilled in—and passionate about—AI, and its mandate is to drive AI integration across every business scenario. Results have been striking.</p>

<p>The logic is straightforward: systematically map the company’s real-world operations, break them down into dozens (or hundreds) of high-potential AI use cases, then tackle them one by one—in close collaboration between the AI team and respective business units.</p>

<p>This model only works if the CEO—or at least the top leader—has AI awareness, even without deep technical fluency. More crucially, they must grant the AI function unconditional trust, resources, and organizational authority.</p>

<p>I discussed this with AJ, who advises numerous enterprises on AI training and implementation. She observes that the biggest bottleneck to AI adoption isn’t methodology—it’s organizational DNA: rigid processes, fixed mindsets, low tolerance for error.</p>

<p>Her conclusion aligns with what I’ve seen: the most effective path today is for the CEO to establish a fully independent, first-tier AI function—and empower its leader with real decision-making weight. That leader doesn’t need to be an AI PhD, but <em>must</em> possess AI literacy, business intuition, collaborative instincts, and managerial credibility. In practice, some companies assign this role to the CTO or COO—then deliberately recruit “AI-native” talent to build the team.</p>

<p>I call this person the company’s <em>Chief AI Officer</em>. A great one doesn’t just understand models and prompts—they understand workflows, incentives, trade-offs, and how to translate AI capability into measurable business outcomes.</p>

<h2 id="minimalist-work--life">Minimalist Work &amp; Life</h2>

<p>In Hangzhou, I met an old friend for dinner. Over the years, he’s built a company with 200+ employees, co-founded it, leads the tech team and a core business line—and serves tens of millions of users, including several million in their private community.</p>

<p><strong>On work &amp; management:</strong></p>
<ol>
  <li>He sets only annual goals—not quarterly OKRs or process targets. Employees define their own milestones and rhythms.</li>
  <li>No group chats. All work communication happens one-on-one—directly with him or with designated leads.</li>
  <li>Everyone sends him a daily work report—but he reads only a fraction. The ritual matters more than the reading: it anchors accountability and reflection.</li>
  <li>His actual “working time” is often just 1–2 hours per day: spotting opportunities, making quick calls, delegating. Meetings are rare.</li>
  <li>This minimalist approach works so well that he hasn’t visited his remote 40-person tech team in two years—and performance remains stable.</li>
  <li>The company has avoided layoffs for two years. As a result, most employees have been there over a decade. He jokes: <em>“We’ve turned the company into a state-owned enterprise for retirees.”</em></li>
  <li>When I asked why no layoffs, he said: <em>“Before, laid-off staff could easily find new jobs. Now? It’s much harder. So we hold on.”</em></li>
</ol>

<p><strong>On business model:</strong></p>
<ol>
  <li>Though his team seems “idle,” they’ve quietly automated nearly every feasible process—especially with AI and workflow tools—driving exceptional operational efficiency.</li>
  <li>They avoid heavy-asset models entirely. Revenue comes from ultra-light, high-margin channels—maximizing profit per unit of capital.</li>
  <li>I asked: <em>“With AI booming, why not experiment with idle resources to build new products?”</em> He replied: <em>“We don’t have that gene. We’re better at ‘copying well’—a ‘dare to be second’ mindset.”</em></li>
</ol>

<p><strong>On material desire &amp; daily life:</strong></p>
<ol>
  <li>His monthly personal spending? Roughly ¥960—because he owns little and consumes less.</li>
  <li>Outside work, he reads, spends time with family—and sits beside his child while they do homework. <em>“I’m just reading my own book,”</em> he says.</li>
  <li>When his child finishes homework, they both go to bed—10 p.m. to 8 a.m. Ten hours of sleep. Truly enviable.</li>
  <li>He now savors moments of pure stillness—long stretches of “doing nothing.” <em>“I’m thinking through the logic of things,”</em> he explains. <em>“Once it clicks, I act.”</em></li>
  <li>His biggest realization? Lowering material desire dramatically raises both work and life satisfaction.</li>
</ol>

<h2 id="what-is-ai-leadership">What Is AI Leadership?</h2>

<p>I invited Xiang Yang to speak to our team about AI. Colleagues raised sharp, grounded questions—including:</p>

<ul>
  <li>Where’s the real boundary of AI coding today? For product or operations folks writing code with AI, what’s the <em>one</em> highest-leverage scenario to master?</li>
  <li>Which industry is AI most likely to disrupt—yet remains widely overlooked?</li>
  <li>What’s missing before AI Agents shift from toys to true productivity tools?</li>
  <li>What are the three lowest-barrier steps to build an AI automation flow that saves ≥2 hours/day?</li>
  <li>What will future AI-native products actually <em>look like</em>?</li>
  <li>With AI tools and models changing daily, how do you filter noise—and build a sustainable learning system?</li>
  <li>If AI + dev lets you ship in one week what used to take a month (4× speed), what unlocks 100× or 1000× gains? What kind of <em>qualitative</em> shift is required?</li>
  <li>Is AI’s biggest limitation today its raw capability—or humanity’s inability to use and constrain it wisely?</li>
  <li>Will AI evolve into a tool—or a designed, understandable <em>environment</em>?</li>
  <li>If AI understands human intent better and better, will software become <em>more</em> or <em>less</em> complex?</li>
  <li>How will humans interact with AI in the future: conversation (chat), command (CLI-like), or something seamless and “invisible”?</li>
  <li>Will AI progress come mainly from better models—or from humans constantly refining them <em>in use</em>?</li>
  <li>Is a great AI system fundamentally about <em>solving problems</em>—or about <em>designing better questions</em>?</li>
  <li>If AI handles most execution, what becomes humanity’s most irreplaceable value?</li>
  <li>What’s the ultimate AI-augmented work paradigm—and how far are we from it? Where should we start now?</li>
</ul>

<p>These questions themselves are revealing. Take this one: <em>“If AI boosts dev speed 4×, how do we reach 100× or 1000×? What’s the qualitative leap?”</em> Xiang Yang’s answer outlines four stages:</p>
<ol>
  <li><strong>AI-assisted coding</strong>: 2–4× gain—the current mainstream.</li>
  <li><strong>AI leadership + engineering rigor</strong>: 5–10×.</li>
  <li><strong>Workflow orchestration + automation</strong>: 10–100×.</li>
  <li><strong>Systemic rethinking</strong>: 100×+.</li>
</ol>

<p>We noticed a pattern: many answers converged on the same core principles—<em>AI-first mindset, aesthetic judgment, experience, discernment, and iterative discipline.</em> These are the pillars of our “AI Leadership” course, co-designed with Xiang Yang last year.</p>

<p>To complete the picture:</p>

<p>If your mental model treats AI as a scattered set of point tools, your gains will stay local and temporary—capped by low ceilings. The real leverage lies in embedding AI <em>into your entire work system</em>: redesigning workflows, redefining roles, and reimagining what “human contribution” means.</p>

<p>Looking ahead, competitive advantage in the AI era may increasingly hinge on five interlocking capabilities:</p>

<p><strong>First, AI-First Habit.</strong><br />
Before acting, ask: <em>Can AI participate here? At what layer? Which steps should it run first—and where do I step in to judge, refine, or safeguard?</em> Over time, this reshapes how you think, prioritize, and allocate attention.</p>

<p><strong>Second, Aesthetic Judgment.</strong><br />
Two people using identical AI tools produce wildly different outputs. Why? Often, it’s not the tool—it’s their ability to sense quality: structure, clarity, user experience, narrative flow, content depth. Higher aesthetic standards raise the ceiling of what AI can deliver.</p>

<p><strong>Third, Experience.</strong><br />
AI generates options—but doesn’t inherently know which fit your business reality, constraints, or timing. Experienced practitioners quickly spot what’s actionable vs. theoretical, where boundaries need hardening, where validation is non-negotiable.</p>

<p><strong>Fourth, Discernment.</strong><br />
As information floods in and tools multiply, the scarcest skill becomes <em>choosing</em>: what to pursue, what to defer, what to prioritize now versus invest in long-term. Discernment sets direction—and direction makes efficiency meaningful.</p>

<p><strong>Fifth, Iterative Discipline.</strong><br />
Few things get “right” on the first try in the AI era. Success belongs to those who test fast, observe honestly, adjust boldly—and keep optimizing amid uncertainty.</p>

<p>How we collaborate <em>with</em> AI, manage <em>through</em> AI, constrain <em>by</em> AI, and embed AI <em>into</em> organizations and workflows—so it compounds sustainably—is perhaps the most vital skill of our time.</p>

<p>Superficially, the gap between people looks like differing AI proficiency. But beneath that lies a deeper divergence: in systems thinking, aesthetic calibration, contextual judgment, and relentless iteration.</p>

<p>That’s the real foundational work worth cultivating—for the long haul.</p>

<h2 id="building-a-running-system">Building a Running System</h2>

<p>Drawing from <em>Thinking in Systems</em>, let’s treat running not as isolated workouts—but as a dynamic, self-correcting system. It has goals, components, connections, feedback loops, delays, constraints—and high-leverage intervention points.</p>

<p>Truly effective running design hinges on building a system capable of <em>long-term, self-sustaining evolution</em>.</p>

<h3 id="what-is-a-running-system">What <em>Is</em> a Running System?</h3>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-37.png" alt="" /></p>

<p>Your running performance isn’t determined by any single run—it emerges from the interaction of five subsystems:<br />
<strong>Running ability = Body × Training × Recovery × Behavioral Stability × Decision Quality</strong></p>

<ol>
  <li><strong>Body System</strong>: Cardiovascular fitness, muscle strength, tendon/joint resilience, nervous coordination, metabolic efficiency, body composition, flexibility.</li>
  <li><strong>Training System</strong>: Weekly volume, intensity distribution, frequency, race-specific sessions, strength work, technique drills.</li>
  <li><strong>Recovery System</strong>: Sleep quality/duration, nutrition timing &amp; composition, hydration, active recovery, injury prevention, stress management.</li>
  <li><strong>Cognitive System</strong>: Understanding of training principles, pacing intuition, risk assessment, goal decomposition, post-run analysis.</li>
  <li><strong>Behavioral System</strong>: Consistency discipline, habit architecture, environmental support, emotional regulation, long-term adherence.</li>
</ol>

<p>Most runners plateau because they obsess over <em>training</em>—while neglecting the other four.</p>

<h3 id="start-with-stock-and-flow">Start with “Stock” and “Flow”</h3>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-35.png" alt="" /></p>

<ul>
  <li><strong>Stock</strong>: What you’ve accumulated—e.g., aerobic base, tendon resilience, neuromuscular coordination, fatigue resistance, confidence, experience. These change slowly—and aren’t reset by one bad workout.</li>
  <li><strong>Flow</strong>: Daily inputs/outputs—e.g., today’s run distance, weekly high-intensity sessions, nightly sleep hours, daily protein intake, weekly strength sessions, recovery time, stress load.</li>
</ul>

<p>A common trap: fixating on flow (“How fast was today’s run?”) while ignoring stock. Yet your performance six months out depends overwhelmingly on whether your <em>stocks</em> are thickening—not on yesterday’s pace.</p>

<p>So the first principle of systemic running: <strong>All training decisions must serve the growth of key stocks.</strong></p>

<h3 id="the-five-critical-stocks-that-drive-progress">The Five Critical Stocks That Drive Progress</h3>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-34.png" alt="" /></p>

<ol>
  <li><strong>Aerobic capacity</strong>: Sustained output over time.</li>
  <li><strong>Running economy</strong>: Energy cost per kilometer at a given pace.</li>
  <li><strong>Lactate threshold</strong>: How long you can hold a hard-but-sustainable pace.</li>
  <li><strong>Tissue tolerance</strong>: Resilience of tendons, joints, feet, calves, hamstrings—your ability to safely absorb training load.</li>
  <li><strong>Recovery capacity</strong>: How efficiently your body converts stimulus into adaptation.</li>
</ol>

<p>Most focus only on #1–#3. Neglecting #4 and #5 leads to rapid early gains—followed by injury, forced downtime, and regression. Real progress means raising the <em>entire system’s load-bearing ceiling</em>—not just chasing speed.</p>

<h3 id="four-key-feedback-loops-in-running">Four Key Feedback Loops in Running</h3>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-33.png" alt="" /></p>

<ol>
  <li><strong>Reinforcing Loop (Virtuous Cycle)</strong>: Train → Adapt → Improve → Handle Harder Work → Improve Further.</li>
  <li><strong>Balancing Loop (Fatigue Brake)</strong>: Train ↑ → Fatigue ↑ → Recovery ↓ → Performance ↓ → Training Quality ↓. This loop reminds us: growth isn’t linear; equilibrium is natural.</li>
  <li><strong>Injury Loop (Vicious Cycle)</strong>: Overtrain → Tissue Overload → Pain → Reduced Volume → Slipping Fitness → Anxiety → Poor Decisions → Worsening Injury.</li>
  <li><strong>Psychological-Behavioral Loop</strong>: Small Win → Confidence ↑ → Execution ↑ → Consistency ↑ → More Wins.<br />
<em>Reverse also holds:</em> Repeated Setbacks → Anxiety → Erratic Effort → Worse Outcomes.</li>
</ol>

<p>Designing a running system means managing <em>both</em> physical and psychological feedback—not just mileage logs.</p>

<h3 id="delay-the-most-misunderstood-element">Delay: The Most Misunderstood Element</h3>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-36.png" alt="" /></p>

<p>Systems are full of delays:</p>
<ul>
  <li>Today’s hard session may trigger injury <em>two weeks later</em>.</li>
  <li>Aerobic gains often take 4–8 weeks to manifest clearly.</li>
  <li>Strength work’s impact on running economy may need 6–12 weeks.</li>
  <li>Over-aggressive fat loss harms performance <em>with delay</em>.</li>
  <li>Sleep debt accumulates silently—then erupts.</li>
</ul>

<p>So judging training by <em>same-day feedback</em> is misleading. Feeling great today ≠ smart training. Feeling flat today ≠ wasted effort.</p>

<p>A core competency of systemic training? <strong>Patience with delay.</strong></p>

<h3 id="high-leverage-leverswhere-to-focus">High-Leverage Levers—Where to Focus</h3>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-31.png" alt="" /></p>

<p>Many waste energy on low-leverage tweaks: buying gear, chasing “perfect” plans, obsessing over pace, hunting for the “best” workout.</p>

<p>True leverage lives here:</p>
<ol>
  <li><strong>Sleep</strong>: The master switch for recovery—if sleep fails, training gains stall.</li>
  <li><strong>Periodization</strong>: <em>When</em> to load, unload, specialize, or return to base matters more than any single session.</li>
  <li><strong>Intensity Distribution</strong>: Most runners do too much “medium-hard” work—and too little true easy or true hard.</li>
  <li><strong>Injury Prevention</strong>: Strength, mobility, landing control, tissue tolerance work often delivers more ROI than adding another run.</li>
  <li><strong>Behavioral Sustainability</strong>: Someone who trains consistently for 48 weeks will outperform someone who “goes all-in” for 8.</li>
  <li><strong>Decision Quality</strong>: Knowing when to pull back during fatigue, hold steady during good form, or use data to course-correct.</li>
</ol>

<p>Core rule: Optimize high-leverage points <em>first</em>—don’t drown in details.</p>

<h3 id="a-practical-scalable-running-model">A Practical, Scalable Running Model</h3>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-30.png" alt="" /></p>

<p><strong>Layer 1: Goal Layer</strong><br />
Answer three questions:</p>
<ol>
  <li>What outcome do you want? (e.g., finish a marathon, lose weight, break 2h for half-marathon, run healthy for life)</li>
  <li>What resources will you commit? (weekly time, recovery budget, pain tolerance)</li>
  <li>Where are you now? (newbie, intermediate, plateaued, post-injury, peak-training)</li>
</ol>

<p><strong>Layer 2: Assessment Layer</strong><br />
Audit your system across nine metrics: current race times, weekly volume, max sustainable volume, resting heart rate or subjective recovery, sleep patterns, strength baseline, injury history, body composition, consistency record.</p>

<p><strong>Layer 3: Structural Layer</strong><br />
Anchor eight recurring elements—even if their weight shifts weekly:</p>
<ul>
  <li>Low-intensity runs</li>
  <li>Long runs</li>
  <li>Threshold or tempo runs</li>
  <li>Intervals or speed sessions</li>
  <li>Strength training</li>
  <li>Technique drills</li>
  <li>Active recovery days</li>
  <li>Full rest days</li>
</ul>

<p><strong>Layer 4: Feedback Layer</strong><br />
Track six weekly signals:</p>
<ul>
  <li>Completion rate of planned sessions</li>
  <li>Subjective fatigue level</li>
  <li>Sleep quality score</li>
  <li>Heart rate variability or resting HR trends</li>
  <li>Localized pain rating (0–10)</li>
  <li>Quality of key sessions (e.g., “Did the tempo run feel controlled?”)<br />
If signals drift, adjust inputs—not willpower.</li>
</ul>

<p><strong>Layer 5: Iteration Layer</strong><br />
Every 4–8 weeks, reflect:</p>
<ul>
  <li>Which capacities improved? Where are bottlenecks?</li>
  <li>Is injury risk rising?</li>
  <li>Is volume/intensity distribution optimal?</li>
  <li>Do goals need recalibration?</li>
  <li>What’s the next priority?</li>
</ul>

<p>This turns running from <em>“feeling-based training”</em> into <em>“system-driven iteration.”</em></p>

<h3 id="a-minimum-viable-running-system">A Minimum Viable Running System</h3>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-32.png" alt="" /></p>

<p>For most people, start with just four weekly anchors:</p>
<ol>
  <li><strong>Volume</strong>: 3–5 runs/week—prioritize consistency over intensity.</li>
  <li><strong>Quality</strong>: Max 1–2 structured sessions/week.</li>
  <li><strong>Recovery</strong>: Prioritize sleep nightly + at least one low-load day/week.</li>
  <li><strong>Strength</strong>: 2 sessions/week—focus on stability, posture, and injury-resilient movement.</li>
</ol>

<p>Then spend 5 minutes weekly reviewing:</p>
<ul>
  <li>Total weekly volume</li>
  <li>Any unusual fatigue</li>
  <li>Any pain or discomfort</li>
  <li>Best session of the week</li>
  <li>Most derailed session</li>
  <li>Next week: increase, decrease, or hold steady?</li>
</ul>

<p>That’s a functional, living system prototype.</p>

<h3 id="tiered-guidance-strategy">Tiered Guidance Strategy</h3>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-26.png" alt="" /></p>

<p>People operate at different system maturity levels:</p>

<ol>
  <li>
    <p><strong>Beginner Stage</strong>: Goal = Build closed-loop habits.<br />
<em>Focus:</em> Frequency, aerobic base, movement awareness, tissue tolerance, injury avoidance.</p>
  </li>
  <li>
    <p><strong>Intermediate Stage</strong>: Goal = Raise capacity ceiling.<br />
<em>Focus:</em> Gradual volume increase, threshold work, smarter strength programming, periodized structure, feedback-responsive adjustment.</p>
  </li>
  <li>
    <p><strong>Peak-Performance Stage</strong>: Goal = Race-specific breakthrough.<br />
<em>Focus:</em> Precision sessions, exact race-pace rehearsal, rigorous recovery/nutrition, high-fidelity data feedback, advanced pacing control.</p>
  </li>
  <li>
    <p><strong>Plateau Stage</strong>: Goal = Diagnose system constraint.<br />
<em>Ask:</em> Is aerobic base weak? Economy poor? Threshold underdeveloped? Recovery insufficient? Training too narrow? Psychological volatility high?<br />
Plateaus expose hidden system limits.</p>
  </li>
</ol>

<h3 id="eight-foundational-principles">Eight Foundational Principles</h3>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-27.png" alt="" /></p>

<ol>
  <li>See the whole system—not just the latest workout. One session is a pixel; structure is the picture.</li>
  <li>Nurture critical stocks—not just chase short-term stimuli. Aerobic base, tissue tolerance, recovery capacity—all evolve slowly.</li>
  <li>Design feedback loops—not rely on grit. Let the system self-correct.</li>
  <li>Respect delay. Many powerful interventions yield no immediate reward.</li>
  <li>Manage constraints. Injury risk, sleep, stress, time, weight—all cap system output.</li>
  <li>Target high-leverage levers. Sleep, intensity balance, strength, and periodization beat extra miles.</li>
  <li>Build in redundancy. Never push every lever to maximum. Elasticity enables longevity.</li>
  <li>Prioritize sustainability. The strongest runners aren’t those who peak once—but those who evolve steadily for years.</li>
</ol>

<h3 id="the-running-operating-system">The Running Operating System</h3>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-28.png" alt="" /></p>

<p>Think of your running as software with four modules:</p>
<ul>
  <li><strong>Module 1: System Diagnosis</strong> — Assess current state, bottlenecks, risks.</li>
  <li><strong>Module 2: System Prescription</strong> — Define next-phase structure—not just “next workout.”</li>
  <li><strong>Module 3: System Feedback</strong> — Use weekly/monthly reviews and data to gauge response.</li>
  <li><strong>Module 4: System Iteration</strong> — Adjust goals, inputs, pacing, and architecture based on evidence.</li>
</ul>

<h2 id="ai-native-companies">AI-Native Companies</h2>

<p>At Saturday’s “Silicon World” event, HappyCapy founder shared insights from one of the most authentically AI-native companies I’ve seen. Key takeaways:</p>

<ol>
  <li>True AI-native status starts with <em>organizational change</em>—not tooling. Teams must adopt AI-native <em>habits</em> first; only then do AI-native <em>tools</em> become necessary. Also: Agents expand decision radius—and when decision radius grows, organizational layers naturally collapse.</li>
  <li>The real differentiator—for companies <em>and individuals</em>—is whether you’ve rebuilt your workflows <em>from the ground up</em> for AI.</li>
  <li>Human-Agent collaboration evolves in three phases:
    <ul>
      <li>Taking over repetitive tasks</li>
      <li>Extending human capability boundaries</li>
      <li>Exploring genuinely unknown problems</li>
    </ul>
  </li>
  <li>Today’s products serve <em>humans</em>. Tomorrow’s will serve <em>Agents</em>—a widely recognized startup frontier. Future interfaces won’t be GUIs for people—but CLIs for Agents.</li>
  <li>This year, Agents grew “hands.” Next-gen computers will fuse Agent + Computer—where the computer becomes the Agent’s physical body.</li>
  <li>When AI drives development, redundancy and discarded drafts become inevitable—and normal. <em>Managing redundancy</em> will emerge as a new source of efficiency.</li>
  <li>HappyCapy abandoned line-by-line human code review early on—because output volume made it impossible. That shift <em>was</em> their AI-native practice in action.</li>
  <li>One Agent writes; another Agent reviews. Accuracy now consistently exceeds human-level review.</li>
  <li>Best first tasks for Agents: repetitive, unambiguous, easily verifiable.</li>
  <li>“Perfect” products fade. “Good-enough, shipped-fast” products dominate—provided major risks are ruled out.</li>
  <li>When code commits surge 100×, managers shift from reviewing <em>code</em> to reviewing <em>user experience</em>. In the AI era, the scarcest skill is <em>filtering and validating</em>—not writing.</li>
  <li>Work evolves: from reviewing code → reviewing product outcomes. A future CTO’s core job? Ensuring the product <em>actually got better</em>.</li>
  <li>Better methodologies—not just more tools—drive real cost reduction.</li>
  <li>The most dangerous competitor in this wave? Your own delayed response to change.</li>
  <li>The end-state of AI-native products may be: <em>everyone gets their own personalized 90-point version.</em></li>
  <li>The most promising long-term opportunity? Building products <em>for Agents</em>—not for people.</li>
</ol>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>What Exactly Is GEO?</title>
      <link>https://yaojingang.github.io/essays/weekly-2026-03-22-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2026-03-22-en/</guid>
      <pubDate>Sun, 22 Mar 2026 09:30:00 +0800</pubDate>
      <description>This essay clarifies GEO (Generative Engine Optimization) as a legitimate, system-level information operation practice—not AI manipulation. It distinguishes ethical GEO from exploitative tactics exposed at China’s 2026 CCTV 3·15 Gala, frames GEO as an AI-era branding and trust infrastructure, and connects it to broader themes: embracing uncertainty, travel-based decision psychology, and high-stakes decision-making frameworks.</description>
      
      <category>AI</category>
      
      <category>GEO</category>
      
      <category>organizational learning</category>
      
      <category>marketing</category>
      
      <category>cognition</category>
      
      <category>decision-making</category>
      
      <content:encoded><![CDATA[<h2 id="what-exactly-is-geo">What Exactly Is GEO?</h2>

<p>If not for this year’s March 15th (3·15) consumer rights gala, many people might never have heard of GEO. During the broadcast, the host stated:<br />
<em>“GEO technology itself is simply a tool for optimizing information distribution—a new form of marketing service in the AI era. But even a good scripture can be misread by self-serving ‘monks’ who twist its meaning for quick profit—harming consumers and disrupting the industry ecosystem.”</em></p>

<p>Two key judgments stand out—and I think they’re spot-on:</p>

<p>First, GEO <em>itself</em> is a good tool.<br />
Second, today’s problems stem less from the tool and more from <em>how some people misuse it</em>.</p>

<p>In the 3·15 program, certain agencies marketed themselves under the banner of “AI search optimization,” using questionable tactics to influence AI-generated recommendations. That’s likely why many are now asking: <em>What exactly is GEO?</em></p>

<p>The host’s statement already offers a clear answer: GEO isn’t the problem—the misuse is.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-D09ybkF91oTKt9xuQxRcttKYnld.png" alt="" /></p>

<p>GEO stands for <strong>Generative Engine Optimization</strong>. At first glance, the term triggers suspicion: <em>Is this about manipulating AI outputs?</em></p>

<p>But the most important word in the phrase is the last one: <strong>Optimization</strong>.<br />
Optimization has never meant “cheating.” It means systematic, disciplined operational capability.</p>

<p>Real GEO isn’t just “posting content into AI systems.” It’s not about gaming AI responses with tricks. At its core, GEO is a <em>systemic discipline</em>—far more than content distribution. It’s a full-fledged information operations framework, built across four interlocking layers:</p>

<ol>
  <li><strong>Product &amp; brand positioning</strong></li>
  <li><strong>Deep understanding of target users</strong></li>
  <li><strong>Design of information architecture and content expression</strong></li>
  <li><strong>Ongoing operations within the AI ecosystem</strong>—including data, user, and product operations</li>
</ol>

<p>Most people—including many industry practitioners—focus only on Layer 4, overlooking the foundational work in Layers 1–3. In my view, GEO’s essence is using AI methods and AI-native interfaces (like conversational search) to deliver a company’s <em>authentic, accurate information</em> to the right users—efficiently and reliably.</p>

<p>That’s not just a technical application—it’s a socially meaningful use case for AI.</p>

<p>In <em>Positioning</em>, a foundational business book, there’s a crucial insight: <em>Competition is ultimately for space in the customer’s mind.</em></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-Z9s3b6ZU0oh2IZxWMUBcWNMintb.png" alt="" /></p>

<p>In the search-engine era, that “space” was a SERP ranking. In the AI era, it’s shifting: users increasingly ask questions directly of AI—and AI generates answers. So companies must now compete for <em>placement and framing within those AI-generated responses</em>. Whether DouBao, DeepSeek, or another platform describes your brand accurately—or ranks you favorably—shapes users’ first impression.</p>

<p>Seen this way, GEO is emerging as a <em>new information infrastructure</em>.</p>

<p>Companies shouldn’t try to “control” AI. Instead, they must build their own <em>information assets</em>: structured, trustworthy, up-to-date data that AI systems can understand, cite, and rely on.</p>

<p>Of course, every major technology arrives with a phase of wild growth—chaos before order. When rules are unclear, understanding is immature, and opportunity looms large, some will inevitably seek shortcuts.</p>

<p>Today’s GEO problems mirror earlier tech disruptions: black-hat SEO, rogue software, or search hijacking. History shows one thing clearly: advantages built on loopholes or deception don’t last. The companies that endure are those that operate with integrity, respect users, and honor the craft.</p>

<p>As <em>Competitive Strategy</em> reminds us: strategy is as much about <em>what you choose not to do</em> as what you pursue. That holds true for GEO, too.</p>

<p>Long-term GEO practitioners must draw bright lines: no fake endorsements, no fabricated authority, no misleading AI prompts, no synthetic reviews.</p>

<p>Because GEO’s real battleground isn’t technique—it’s <em>trust</em>.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-FyAQbG3PaoNuAkxgoLQczQrWnla.png" alt="" /></p>

<p>The authenticity, expertise, and consistency of the information a company feeds AI gradually shape how AI “sees” that brand. In this sense, GEO doesn’t optimize rankings—it optimizes <em>a company’s capacity to express itself clearly</em> and <em>the structural credibility of its information</em>.</p>

<p>The 3·15 exposé serves as a timely industry-wide reminder: the more powerful the technology, the higher the ethical bar—and the deeper our professional humility must run.</p>

<p>Any technology can create value—or chaos. But technology itself also weeds out abusers over time: search hijackers, malware distributors, browser hijackers, pirated music platforms—all eventually faded.</p>

<p>The internet has always pruned bad-faith models. GEO won’t be an exception. How far this field goes depends on what it rewards—and what it eliminates.</p>

<p>In the AI era, businesses aren’t facing a simple search box. They’re engaging with an increasingly intelligent system—one that will steadily favor information that is <em>true</em>, <em>well-structured</em>, and <em>consistently maintained</em>.</p>

<p>So GEO is, first, a <em>marketing capability for the AI age</em>—no different in spirit than running a brand campaign on CCTV.<br />
Second, it’s a way for companies to build <em>their own AI-native information assets</em>.</p>

<p>True GEO optimizes <em>information expression</em> and <em>credibility architecture</em>.</p>

<p>Every field has its “crooked monks.” But the enduring winners are always those who do the work—honestly, rigorously, and well.</p>

<h2 id="the-first-geo-conference">The First GEO Conference</h2>

<p>I’m co-organizing the inaugural GEO Conference with Xiang Yang. Registration has begun: &lt;<a href="https://xuexi.ailingdaoli.com/geo">xuexi.ailingdaoli.com</a>&gt;</p>

<p>Our goal is simple: turn early GEO practitioners’ hard-won experience into practical, replicable methods—and create a meaningful hub for the growing community.</p>

<p>To ensure attendees leave with real value, Xiang Yang and I are designing thoughtful benefits: signed GEO books, open-sourced GEO tools, curated prompt libraries, sessions led by practitioners with genuine depth—and intentional opportunities to connect.</p>

<p>For me, this conference is less a summit and more a <em>co-creation experiment</em>.</p>

<p>It’s not just about trends, case studies, or opportunities. It’s about whether we can collectively begin codifying valuable GEO <em>insights</em>, <em>methods</em>, and <em>relationships</em>—while the field is still young and malleable.</p>

<p>If this event helps more people truly <em>understand</em> GEO for the first time—if it lets solo explorers find each other—if it turns pioneers’ tacit knowledge into actionable, scalable practices for others—then it will have succeeded.</p>

<h2 id="embracing-uncertainty">Embracing Uncertainty</h2>

<p>Uncertainty is everywhere—even on an ordinary trip.</p>

<p>You double-check your luggage—and still forget something vital.<br />
The hotel meal tastes nothing like you imagined.<br />
You plan to run—but discover no proper trail nearby.<br />
At Atlantis, check-in takes three hours.<br />
On Wuzhizhou Island, crowds overwhelm expectations—and facilities disappoint.</p>

<p>…</p>

<p>My current take? Uncertainty often just means <em>things didn’t go as expected</em>. And when reality diverges from expectation, emotions flare.</p>

<p>Yet here’s the twist: many of life’s best surprises emerge precisely from that divergence.</p>

<p>Because there was no proper running path, I ended up jogging along a coastal boardwalk—past storm-damaged trees, waves crashing beside me, 10 kilometers of pure, unscripted flow. What seemed like a compromise became a rare, vivid joy.</p>

<p>Waiting three hours at Atlantis was frustrating—until the hotel upgraded us to a suite <em>and</em> arranged a private aquarium tour during the wait (a highlight we’d otherwise have missed).</p>

<p>Taking my daughter through water-park rides was meant to build her courage—but I discovered unexpected exhilaration, too.</p>

<p>Atlantis’s sand felt coarser, the waves louder, than our first hotel’s beach. Initial disappointment gave way to awe: raw power, primal energy. We stayed two hours, watching tides rise—thrilled by the sheer <em>aliveness</em> of it.</p>

<p>One dawn on Wuzhizhou, I ran eastward with no plan—and caught sunrise mid-stride. No itinerary. No forecast. Just presence—and a moment that stuck.</p>

<p>Gradually, I’ve realized: uncertainty itself isn’t painful. What hurts is our <em>attachment to certainty</em>—our insistence that things unfold exactly as envisioned.</p>

<p>Loosen that grip. Suspend judgment when things veer off-script. Don’t resist—enter the moment. Observe. Feel. Let it be <em>an experience</em>, not a deviation.</p>

<p>That shift opens everything. New sensations arrive. Perspectives widen.</p>

<p>Happiness, I’ve found, isn’t a steady state. It’s stitched together from countless small, vivid moments—many of which hide <em>inside</em> uncertainty, inside the unplanned.</p>

<p>Uncertainty isn’t just risk. It’s also surprise, texture, feeling—and sometimes, the very source of deep, authentic joy.</p>

<p>When you learn to hold uncertainty lightly—and release the need for rigid control—you become far more available to life’s spontaneous, luminous flashes.</p>

<h2 id="observing-decisions-while-traveling">Observing Decisions While Traveling</h2>

<p>Travel reveals fascinating quirks in human decision-making.</p>

<p>Example: flights and hotels often consume most of a trip’s budget—but travelers barely notice those costs <em>during</em> the trip. Meanwhile, they’ll agonize over saving ¥30 on lunch or ¥200 on a taxi.</p>

<p>Why? Because our brains use <em>mental accounting</em>: big-ticket items (flights, hotels) feel like “fixed costs”—non-negotiable. Smaller expenses (meals, transport) feel like “controllable costs”—where agency matters.</p>

<p>We’re not really attached to ¥30. We’re attached to <em>feeling in control</em>.</p>

<p>Also, flight/hotel payments happen upfront—making them “sunk costs.” Once paid, the brain shifts focus: it seeks psychological compensation elsewhere—often by micromanaging smaller spend.</p>

<p>In a way, travel is an exercise in <em>reclaiming control amid chaos</em>.</p>

<p>But this mental habit undermines experience. Obsessing over minor savings drains energy better spent savoring moments—and lowers overall ROI.</p>

<p>A better approach? Divide your budget into three buckets:</p>
<ul>
  <li><strong>Fixed costs</strong> (flights, hotels)</li>
  <li><strong>Experience budget</strong> (activities, unique meals, local immersion)</li>
  <li><strong>Frictionless costs</strong> (anything under ¥100—don’t deliberate; just decide)</li>
</ul>

<p>Then prioritize <em>experience quality</em> over micro-optimization.</p>

<h2 id="a-high-performers-decision-system">A High-Performer’s Decision System</h2>

<p>Truly skilled decision-makers operate systematically. Their process rests on five cognitive layers:</p>

<ol>
  <li>
    <p><strong>How to frame the problem</strong><br />
→ <em>This is about definition.</em><br />
Example: When introducing a new concept to my team, I don’t default to textbook definitions. I ask: <em>What does this mean *for us</em>, in <em>our</em> context?* Defining the problem clarifies its type, scope, boundaries—and reveals whether we’re solving a strategic, tactical, or execution-level challenge.<br />
<em>Core tools:</em> Problem reframing, first-principles thinking, systems mapping, problem layering (strategic/tactical/executive)</p>
  </li>
  <li>
    <p><strong>How to assess probability</strong><br />
→ <em>This is about calibrated judgment.</em><br />
Nothing is certain—only more or less probable.<br />
<em>Core tools:</em> Bayesian updating, expected-value modeling, probabilistic thinking, confidence-interval estimation</p>
  </li>
  <li>
    <p><strong>How to identify key variables</strong><br />
→ <em>This is about causal clarity.</em><br />
Wrong causality = wrong decisions. Find the true levers—the variables that actually move outcomes.<br />
<em>Core tools:</em> A/B testing, deductive reasoning, counterfactual analysis, Theory of Constraints, leverage-point identification, Pareto analysis, critical-path mapping</p>
  </li>
  <li>
    <p><strong>How to embrace uncertainty</strong><br />
→ <em>This is about action-driven clarity.</em><br />
“Embracing uncertainty” isn’t passive acceptance. It’s <em>using action to generate certainty</em>: test fast, learn faster, adjust.<br />
<em>Core tools:</em> MVP thinking, antifragility principles, OODA loop, reversible vs. irreversible decision frameworks</p>
  </li>
  <li>
    <p><strong>How to iterate based on feedback</strong><br />
→ <em>This is about learning velocity.</em><br />
Can you extract signal from outcomes—and feed it back into your next judgment?<br />
<em>Core tools:</em> Feedback-loop design, structured debriefs, reinforcement-learning mindset, positive/negative feedback detection</p>
  </li>
</ol>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Building Your Own AI Tool System</title>
      <link>https://yaojingang.github.io/essays/weekly-2026-03-15-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2026-03-15-en/</guid>
      <pubDate>Sun, 15 Mar 2026 09:30:00 +0800</pubDate>
      <description>This essay outlines a practical three-step method to build a personalized AI tool system by decomposing daily work and life into scenarios, selecting and iterating the best-fit AI tools, and integrating them into workflows. It also explores deeper implications—AI’s role in redefining organizational structure (Agent Organizations), the evolving meaning of truth, and the distinction between intelligence, diligence, and wisdom—grounded in real-world examples and reflective practice.</description>
      
      <category>AI</category>
      
      <category>productivity</category>
      
      <category>organization</category>
      
      <category>cognition</category>
      
      <category>skill-building</category>
      
      <category>agents</category>
      
      <content:encoded><![CDATA[<h2 id="building-your-own-ai-tool-system">Building Your Own AI Tool System</h2>

<p>A highly practical way to use AI is to break down your daily work and life into concrete scenarios—and then, for each scenario, identify the best AI tools <em>for you</em>. Keep using and refining those tools until they become habitual.</p>

<p>As AI participation deepens across more and more of these scenarios, your overall productivity gains compound significantly.</p>

<p>This approach has three concrete steps:<br />
<strong>First</strong>, <em>decompose your context</em>: For example, break your work into ~20 distinct types of scenarios—like office input, personal knowledge management, multimodal rewriting, or draft editing.<br />
<strong>Second</strong>, <em>match each scenario with the strongest, most suitable AI tool</em>: You can discover these through AI-powered search, expert recommendations, or community benchmarks.<br />
<strong>Third</strong>, <em>evaluate, iterate, and systematize</em>: Gradually refine your selections and assemble them into a coherent, personal AI tool system.</p>

<p>This is worth doing continuously. Suppose you identify 30 high-frequency work/life scenarios where AI can meaningfully participate—and those 30 make up over 50% of your daily effort. Even modest per-scenario gains add up to transformative efficiency at scale.</p>

<p>But this method has limits: it optimizes <em>within</em> existing workflows—not beyond them.</p>

<p>Two deeper questions matter more:</p>
<ol>
  <li>Should this task even exist—or can AI <em>reconstruct</em> it entirely?</li>
  <li>Is the direction I’m pursuing still valid—or can AI <em>redefine</em> its purpose and scope?</li>
</ol>

<p>When our understanding of AI is still emerging, starting small—embedding AI one scenario at a time—is often the most pragmatic path forward.</p>

<p>Recommended AI tools by scenario:<br />
<em>(Note: No specific tools listed in source; author implies contextual curation over universal recommendations.)</em></p>

<h2 id="recent-ai-principles">Recent AI Principles</h2>

<p>My updated AI principles—guided by investment logic: use the <em>best models</em> and <em>best tools</em>, especially for your highest-stakes tasks.</p>

<ul>
  <li>Start with your <em>most immediate, real-world tasks</em>. Ask: What actual problems can AI solve <em>right now</em>?</li>
  <li>Prioritize AI for high-leverage activities: writing, coding, research, and early-stage experimentation.</li>
  <li>Build <em>around concrete scenarios</em>, layering AI capability directly into execution—not as an afterthought.</li>
  <li>Keep humans at the center: AI amplifies judgment—it doesn’t replace it. Cultivate and sharpen your own.</li>
  <li>Everyone should own their own AI compute and AI collaborators—and maintain a living AI tool system.</li>
  <li>One of AI’s deepest values: turning “digital debt” (accumulated friction, clutter, maintenance) into active creativity and output.</li>
  <li>The fastest way to understand AI? Use it <em>frequently</em>, not just theoretically.</li>
  <li>The stronger the model, the more critical rigorous evaluation becomes.</li>
  <li>Adopt <em>AI First</em>: For any task, ask first, “How would AI do this?” Spend 20% of your time learning, 80% practicing and shipping.</li>
  <li>If you’ve copy-pasted something twice—and expect to do it five times—invest time building a reusable skill or tool.</li>
  <li>Beyond work and casual “vibe coding,” schedule one fixed hour daily for deep dialogue with AI.</li>
  <li>Learn AI programming hands-on—and ship small AI applications.</li>
  <li>Use <em>keyword-based learning</em>: Each week, explore one topic systematically with ChatGPT and distill it into a lightweight knowledge map.</li>
  <li>Study and adopt Agent-based solutions that deliver <em>structured outputs</em>—not just chat.</li>
  <li>Dedicate weekly time to <em>build and upgrade</em> your AI tool system.</li>
  <li>Master your top 3 AI tools—deeply, consistently, relentlessly.</li>
</ul>

<h2 id="the-difficulty-of-telling-the-truth">The Difficulty of Telling the Truth</h2>

<p>Why is telling the truth harder than it seems?</p>

<p>First, what you <em>think</em> is true may not be—it could be bias, or even another kind of illusion.<br />
Second, even if your understanding <em>is</em> accurate, expression introduces distortion: information loss, framing effects, or interpretive ambiguity.<br />
Third, in many contexts, truth isn’t what drives behavior—emotion, identity, relationships, and interest often are.</p>

<p>So the real question isn’t <em>“Should I tell the truth?”</em><br />
It’s <em>“What counts as truth here—and when, and how, should I express it?”</em></p>

<h2 id="agent-organizations">Agent Organizations</h2>

<p>In 1937, Ronald Coase asked: Why do firms exist?</p>

<p>His answer: Because market transactions carry costs—finding people, negotiating, coordinating, verifying delivery. When external transaction costs get too high, we internalize work into organizations, replacing markets with management.</p>

<p>Large companies grow and persist on this logic.</p>

<p>Today, AI Agents are rewriting it.</p>

<p>As Agents grow smarter, more reliable, and cheaper, tasks once requiring human coordination—and thus organizational overhead—are being unbundled and reassigned.</p>

<p>For example, when HR messages me:<br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-29.png" alt="" /></p>

<p>In the traditional model, I’d relay the request to engineering, wait for PM triage, then for dev implementation—guaranteeing hours of communication, alignment, and handoff.</p>

<p>Instead, I simply forwarded the same request to AI:<br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-48.png" alt="" /></p>

<p>Minutes later, AI generated the updated code and auto-committed it to GitHub:<br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-46.png" alt="" /></p>

<p>I pulled the latest version from the server—and deployed.</p>

<p>Total time: under 60 seconds. Zero meetings. No status updates. No cross-functional alignment.</p>

<p>Scenarios like this happen <em>daily</em>, inside teams and across departments. As more steps shift to Agents, the need for layered reporting, rigid roles, and hierarchical oversight declines.</p>

<p>A new concept emerges: the <em>Agent Organization</em>.</p>

<p>An Agent Organization isn’t a group of people executing processes. It’s a small core of humans—setting direction, making judgments, owning responsibility—working alongside many specialized Agents. Humans handle vision, ethics, accountability, and pivotal decisions. Agents handle execution, integration, API orchestration, and leverage.</p>

<p>In the past, organizations were built <em>by people</em>. In the future, they’ll increasingly be built <em>by people + Agents</em>.</p>

<p>So AI’s impact goes beyond efficiency—it reshapes the <em>minimum viable unit of organization</em>.<br />
Before: Launching a business meant hiring headcount, defining roles, structuring departments.<br />
Now: Launching a business means defining key human roles, specifying required Agent capabilities, and designing interfaces and collaboration protocols among them.</p>

<p>That’s the fundamental difference between a traditional company and an Agent Organization.</p>

<ul>
  <li>Traditional companies optimize for <em>headcount, hierarchy, and control</em>.</li>
  <li>Agent Organizations optimize for <em>goals, interfaces, and leverage</em>.</li>
  <li>Traditional companies staff roles. Agent Organizations <em>orchestrate capabilities</em>.</li>
  <li>Traditional companies coordinate via management. Agent Organizations coordinate via <em>humans managing Agents—and Agents connecting Agents</em>.</li>
</ul>

<p>This doesn’t mean companies vanish. Firms remain essential as <em>trust anchors</em>, <em>legal entities</em>, and <em>delivery guarantors</em>—especially in high-risk, high-stakes, or relationship-intensive domains.</p>

<p>What <em>will</em> change is organizational “thickness”: layers, boundaries, and internal friction. Many companies will endure—but their internal architecture will increasingly resemble Agent Organizations.</p>

<h2 id="smart-dumb-and-wise">Smart, “Dumb”, and Wise</h2>

<p>How do these three differ?</p>

<ul>
  <li><strong>Smart</strong>: Quickly grasping a problem—and finding a solution.</li>
  <li><strong>“Dumb”</strong>: Not seeking shortcuts—choosing instead to show up, steadily and repeatedly, over long stretches.</li>
  <li><strong>Wise</strong>: Judging, in a complex world, <em>what deserves attention—and what should be left alone</em>.</li>
</ul>

<p>AI generated this comparison:<br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-47.png" alt="" /></p>

<p>So: Smart solves problems. Wise avoids them. And the “dumb” one walks the path—step after step—until it’s done.</p>

<h2 id="finding-your-own-lifelong-question">Finding Your Own Lifelong Question</h2>

<p>When someone truly comes into themselves, they often converge on one thing: finding a <em>large, enduring question</em>—a north star that gives coherence to their life’s work.</p>

<p>It’s less a goal and more a long thread—connecting books read, questions pondered, essays written, products built, people met—all serving the same underlying direction.</p>

<p>Most people live <em>around tasks</em>: shipping projects, hitting targets, chasing feedback. But tasks end. Their satisfaction is episodic. Real depth—the sense of continuity, of legacy—comes not from how much you <em>do</em>, but from whether you’re anchored to a <em>question worth decades of pursuit</em>.</p>

<p>Think of Liang Jianzhang: his sustained focus on China’s demographic crisis became a lifelong social mission. Or Elon Musk: making humanity multiplanetary.</p>

<p>Once you claim such a question, you gain stability. You begin thinking in decades—not quarters. You tolerate silence, uncertainty, and delayed returns. A long-term question demands—and cultivates—patience, discernment, intellectual stamina, and unwavering action.</p>

<p>Most importantly, it gives your life a <em>narrative spine</em>. You learn to distinguish signal from noise: what merits five or ten years of commitment—and what is merely timely, fleeting, or performative.</p>

<p>I believe the rarest human quality isn’t intelligence or speed—it’s finding a problem you’re willing to spend <em>years</em> advancing—and letting it evolve into part of your life’s purpose.</p>

<p>This way of living is slow. But it’s deep. It’s long. And it’s worth it.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Agent First</title>
      <link>https://yaojingang.github.io/essays/weekly-2026-03-08-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2026-03-08-en/</guid>
      <pubDate>Sun, 08 Mar 2026 09:30:00 +0800</pubDate>
      <description>This essay reflects on OpenAI’s “Agent First” engineering experiment—where Codex built an entire product without human-written code—and explores its implications for AI-native development, cognitive frameworks, organizational workflows, and even metaphors like fortune-telling and wolves. It argues that in the age of agents, scarcity shifts from coding skill to environment design, rule encoding, and feedback-loop craftsmanship.</description>
      
      <category>AI</category>
      
      <category>organization</category>
      
      <category>cognition</category>
      
      <category>workflow</category>
      
      <category>software engineering</category>
      
      <category>human-AI collaboration</category>
      
      <content:encoded><![CDATA[<h2 id="agent-first">Agent First</h2>

<p>OpenAI recently published a striking case study on its official site: a team started from an empty Git repository and built an internal beta product entirely using Codex—application logic, tests, CI configuration, documentation, observability tooling, and even internal developer tools. Crucially, they enforced a strict rule: <em>no human wrote any production code.</em></p>

<p>The goal wasn’t just to test whether AI could generate code—it was to confront a deeper question: <em>What does software engineering become when the team’s primary work is no longer writing code, but designing environments, clarifying intent, and building feedback loops?</em></p>

<p>In five months, they shipped a working internal beta—1 million lines of code, 1,500 PRs.</p>

<ol>
  <li><strong>Early progress was slow—not because the model was weak, but because the environment wasn’t ready.</strong><br />
The agents lacked clear abstractions, usable tools, and internal structure. So engineers pivoted: their job became <em>enabling agents</em>, not directing them. They broke down goals, added missing capabilities, built new tools, and hardened system boundaries—not to replace humans, but to make agents <em>reliably useful</em>.<br />
The team’s core mission shifted: <em>“How do we restructure our engineering system so agents can operate stably?”</em></li>
</ol>

<p>OpenAI shared concrete examples:</p>
<ul>
  <li>They modified the app to launch per <code class="language-plaintext highlighter-rouge">git worktree</code>, letting each agent change drive an isolated runtime instance.</li>
  <li>They embedded Chrome DevTools Protocol into the agent runtime—so Codex could inspect DOM snapshots, take screenshots, and navigate pages.</li>
  <li>They exposed logs, metrics, and traces via a local observability stack—enabling agents to query system state with LogQL and PromQL, reproduce bugs, verify fixes, observe outcomes, and iterate autonomously. Some Codex runs lasted over six hours.</li>
</ul>

<ol>
  <li><strong>What matters most isn’t “generation power”—it’s readability and verifiability.</strong><br />
OpenAI devoted significant space to explaining why the codebase itself must become a <em>recording system</em>—not just a delivery artifact.<br />
Their first attempt—a monolithic <code class="language-plaintext highlighter-rouge">AGENTS.md</code> file—failed. Why?
    <ul>
      <li>Context windows are scarce; large files crowd out task instructions and code.</li>
      <li>Declaring <em>everything</em> as “important” makes nothing stand out.</li>
      <li>Such documents rot quickly—becoming graveyards of outdated rules.</li>
      <li>They’re nearly impossible to validate mechanically.</li>
    </ul>
  </li>
</ol>

<p>So they replaced it: a lean, ~100-line <code class="language-plaintext highlighter-rouge">AGENTS.md</code> acting as a <em>table of contents</em>, while real knowledge lived in a structured <code class="language-plaintext highlighter-rouge">/docs</code> directory. The repo became a living record of decisions, constraints, and evolution.</p>

<p>A line from the post stands out:</p>
<blockquote>
  <p><em>You shouldn’t give an agent a 1,000-page manual—you should give it a map.</em></p>
</blockquote>

<p>That captures a foundational shift: <strong>No system scales on prompt-stuffing alone. You need maps—boundaries, indexes, layered knowledge structures that let agents navigate depth, not just breadth.</strong></p>

<ol>
  <li><strong>Beyond engineering, what becomes critical is taste—and rule-crafting.</strong><br />
Documentation alone can’t sustain coherence in a fully agent-generated codebase. What works is <em>encoding invariants</em>: architectural boundaries, enforced mechanically.<br />
They built applications around strict domain-layer models—each business area had fixed tiers; dependency directions were validated; only certain cross-layer edges were allowed—enforced by custom linters and structural tests. Even log formats, naming conventions, file-size limits, and platform reliability requirements were codified as rules.</li>
</ol>

<p>One sentence resonates deeply:</p>
<blockquote>
  <p><em>In human workflows, these rules feel bureaucratic. In agent environments, they become force multipliers.</em></p>
</blockquote>

<p>Many engineering teams instinctively resist rigid rules—seeing them as constraints on creativity. But in high-throughput agent systems, clarity <em>is</em> velocity. The sharper the boundary, the faster the agent moves—and the less drift, rework, or ambiguity accumulates.</p>

<ol>
  <li><strong>Sharing is systemic.</strong><br />
When OpenAI says “the codebase was generated by Codex,” they mean <em>everything</em>: product code, tests, CI configs, release tooling, internal dev tools, docs, design history, evaluation frameworks, review comments and replies—even scripts that manage the repo itself and definitions for production dashboards.</li>
</ol>

<p>Humans remained deeply involved—but at a higher abstraction layer: setting priorities, translating user feedback into acceptance criteria, validating outputs. Agents executed. When stuck, humans diagnosed missing tools, guidance, constraints, or docs—and committed those gaps <em>back into the repo</em>, prompting Codex to write its own patches.</p>

<ol>
  <li>
    <p><strong>So what did this experiment actually demonstrate?</strong><br />
At first, they asked: <em>Can AI build a product alone?</em><br />
Soon, they realized the hard part wasn’t generation—it was <em>environmental readiness</em>.<br />
Then came <em>systemic openness</em>: making apps, logs, docs, architecture, reviews, and tests all legible and actionable by agents.<br />
Then <em>rule embedding</em>: baking taste, consistency, and boundaries directly into the system—so agents could move fast <em>within guardrails</em>.<br />
Finally, <em>end-to-end agency</em>: Codex now drives new features from spec to PR—reproducing bugs, recording issue videos, applying fixes, running validations, recording resolution videos, opening PRs, responding to feedback, fixing broken builds—and only escalates to humans when judgment (not execution) is required.</p>
  </li>
  <li>
    <p><strong>By this point, software engineering has fundamentally changed flavor.</strong><br />
Code is no longer the center—it’s the <em>output layer</em>. Higher-leverage work lives in environment design, contextual scaffolding, architectural constraint, and feedback-loop architecture.</p>
  </li>
  <li>
    <p><strong>This isn’t utopian. The post honestly surfaces friction.</strong><br />
Fully autonomous agents tend to replicate patterns already in the codebase—including suboptimal ones. Over time, this creates “AI residue”: accumulated technical debt disguised as consistency. Early on, the team spent every Friday manually cleaning it up—unsustainable. So they encoded “golden principles” directly into the repo and launched background Codex tasks to continuously scan for deviations, update quality scores, and auto-generate refactoring PRs.<br />
The authors call this process <em>garbage collection</em>. I think that’s spot-on.</p>
  </li>
  <li>
    <p><strong>A high-output system naturally generates entropy.</strong><br />
Let agents generate at scale, and you <em>must</em> pair that with an equally robust <em>entropy-reduction mechanism</em>. Otherwise, efficiency gains just accelerate chaos.</p>
  </li>
  <li>
    <p><strong>OpenAI admits open questions remain:</strong></p>
    <ul>
      <li>How does architectural coherence evolve long-term in a fully agent-generated system?</li>
      <li>Where should human judgment be most tightly focused—and how do we encode that judgment?</li>
      <li>How will this whole stack adapt as models grow more capable?</li>
    </ul>
  </li>
</ol>

<p>One thing <em>is</em> clear: discipline remains essential—not in individual lines of code, but in the supporting infrastructure: the environment, the constraints, the feedback channels, the knowledge architecture.</p>

<p>When agents become engineering’s primary workforce, scarcity migrates—from syntax mastery to <em>environment design</em>, <em>rule encoding</em>, and <em>feedback-system craftsmanship</em>.</p>

<p>Original blog (in Chinese): <a href="https://openai.com/zh-Hans-CN/index/harness-engineering/">openai.com</a></p>

<h2 id="from-ai-coding-to-ai-native">From AI Coding to AI Native</h2>

<p>A recent observation about how engineers use AI: many now rely heavily on AI for coding—and yes, it boosts output in countless scenarios. But a widespread pattern emerges: they deploy AI <em>only</em> at the code-generation layer, never pulling it into engineering design, product strategy, UX thinking, or system architecture.</p>

<p>AI improves <em>how fast</em> they write code—but doesn’t change <em>what</em> they build or <em>why</em>. The result? Still traditional IT-era software: interfaces cluttered with buttons, flows burdened by steps, experiences built for human navigation—not for intent fulfillment.</p>

<p>What matters more is <em>redefining experience, engineering, and architecture for the AI era.</em> That’s the heart of “AI Native.”</p>

<p>Most current AI usage stops at “AI writes code.” It accelerates old-world software construction—but doesn’t reconstruct new-world software logic.</p>

<p>AI’s deeper value lies in transforming <em>product shape</em>, <em>engineering structure</em>, <em>interaction models</em>, and <em>system architecture</em>. True AI Native means the system is conceived <em>from the ground up</em> to be AI-first—not merely AI-assisted.</p>

<p>This layer is vastly harder. I’ve felt it acutely lately: generating snippets, filling docs, or wiring small features is now trivial. But designing an elegant, coherent, AI-native architecture—one where flow collapses, interface fades, and intent becomes the sole interface—that demands a different kind of rigor.</p>

<p>I suspect three emerging roles:</p>

<ul>
  <li><strong>AI Code Users</strong>: Highly productive, but still shipping legacy-pattern software.</li>
  <li><strong>AI Workflow Designers</strong>: Understand how to chain models, tools, knowledge bases, state flows, and feedback mechanisms. Their products feel meaningfully more adaptive than traditional software.</li>
  <li><strong>AI Native Architects</strong>: Focus shifts entirely—to <em>what humans should do</em>, <em>what AI should own</em>, <em>how much UI to retain</em>, <em>how far to compress process</em>, and <em>how to organize the system around “intent” instead of “feature menus.”</em><br />
This third group is the rarest—and most consequential.</li>
</ul>

<h2 id="the-essence-of-fortune-telling">The Essence of Fortune-Telling</h2>

<p>Fortune-telling likely satisfies a deeper psychological need: <em>a sense of being placed.</em> Our hunger for existential grounding runs deeper than we assume.</p>

<p>Consider a child seeing a map for the first time. Almost universally, they do the same thing: <em>find themselves.</em> “Look—we’re right here!” In that moment, something settles. It’s not just location—it’s <em>being anchored</em>.</p>

<p>Physical maps solve spatial positioning. Psychological maps solve existential positioning—answering questions like:</p>
<ul>
  <li>Who am I?</li>
  <li>Why do I act this way?</li>
  <li>What do these experiences <em>mean</em>?</li>
  <li>Where am I, in the arc of my life?</li>
</ul>

<p>Without answers, life feels unstructured—events random, disconnected, arbitrary. Fortune-telling systems—whether astrology, Bazi, or MBTI—offer a framework. They slot your story into a category, assign traits, outline life stages. Accuracy is secondary. What matters is <em>narrative coherence</em>: turning fragmentation into story.</p>

<p>Humans are narrative animals. A string of events without structure is just noise. Insert a frame—“this is your karmic test,” “that’s your Saturn return”—and suddenly it becomes <em>part of your life</em>. Suffering remains hard—but if it’s <em>meaningful suffering</em>, it becomes bearable.</p>

<p>Fortune-telling’s real power lies in <em>stitching experience together</em>. It takes scattered moments and presents them as pieces of a single, intelligible mosaic. People don’t go for predictions—they go for confirmation: <em>“Is what I’m living meaningful?”</em></p>

<p>Another subtle mechanism: fortune-telling language almost always emphasizes <em>uniqueness</em>. Real-world metrics are reductive—grades, KPIs, net worth—flattening complexity into single dimensions.</p>

<p>Fortune-telling flips that: <em>“Your chart is rare,” “Your path is unconventional,” “You’re destined for late bloom.”</em> Even hardship is framed as distinctive—not generic misfortune. For many, the unbearable isn’t bad luck—it’s <em>meaningless ordinariness.</em></p>

<p>But there’s risk. Fortune-telling quietly reshapes how we understand <em>existence itself</em>.</p>

<p>Existence has two roots:</p>
<ul>
  <li><strong>Action-based</strong>: <em>I create meaning through what I do.</em></li>
  <li><strong>Position-based</strong>: <em>Meaning comes from where the world places me.</em></li>
</ul>

<p>Fortune-telling leans heavily into the second. The more one relies on such explanations, the more action recedes—and interpretation advances. Explanation soothes; action risks.</p>

<p>A quiet loop can form:</p>
<ul>
  <li>The less grounded someone feels, the more they seek explanation.</li>
  <li>The more they seek explanation, the less they act.</li>
  <li>The less they act, the more ungrounded they feel.</li>
</ul>

<p>In this cycle, fortune-telling functions as <em>psychological suturing</em>: it doesn’t alter reality—but temporarily binds fragmented experience into something legible. It delivers three things: <em>recognition</em>, <em>distinctiveness</em>, and <em>structural coherence.</em> When those arrive, a person feels: <em>“My story is understood. My life has shape.”</em> That feeling alone carries profound comfort.</p>

<p>The question isn’t whether it helps—it does. It’s whether the suture is <em>temporary</em> (restoring strength to act) or <em>permanent</em> (becoming the only lens through which reality is interpreted). The latter erodes agency.</p>

<h2 id="wolf-not-just-fierce">Wolf: Not Just “Fierce”</h2>

<p>We often misread wolves—fixating on “ferocity,” “wildness,” or “pack tactics.”</p>

<p>But what’s truly rare—and evolutionarily vital—for wolves isn’t aggression. It’s <em>endurance.</em></p>

<p>In the wild, their prey—deer, elk, bison—are large, fast, and strong. Raw aggression would get wolves injured—or killed. And injury, in nature, is often fatal. So “charging in” isn’t strategy—it’s suicide.</p>

<p>What makes wolves formidable operates on four calibrated layers:</p>

<ol>
  <li><strong>Restraint</strong>: They don’t pounce when hungry or upon first sighting. They observe, probe, shadow, exhaust—assessing whether <em>this</em> target has a weakness.</li>
  <li><strong>Patience</strong>: Real hunting isn’t the final lunge—it’s the preceding hours or days of tracking, waiting, filtering. Wolves target the old, the weak, the stragglers—the odds they can tilt.</li>
  <li><strong>Discipline</strong>: Even in packs, coordination isn’t just “unity”—it’s precise, synchronized restraint. Knowing <em>when</em> to close in, <em>when</em> to fall back, <em>when</em> to encircle, <em>when</em> to pause—all governed by shared, implicit timing.</li>
  <li><strong>Decisiveness</strong>: Wolves endure—but the moment advantage crystallizes, their strike is lightning-fast. This isn’t hesitation; it’s <em>leverage-building</em> for a high-probability outcome.</li>
</ol>

<h2 id="sleep-first">Sleep First</h2>

<p>For the past two years, I’ve kept an early rhythm: my watch vibrates at 6 a.m., and I’ve risen consistently—most days, without fail.</p>

<p>Reviewing last year’s sleep data, my average was ~7.5 hours nightly.</p>

<p>Over Spring Festival, back home, I dropped the alarm. Sleep stretched to 8–9 hours daily. Within days, my energy, focus, and mood noticeably lifted.</p>

<p>Back in Beijing, even with the 6 a.m. buzz, I stayed in bed—rising around 6:50 instead. After sustaining that, I formalized the shift: moving the alarm to 6:40 a.m. That adds ~40 minutes nightly—pushing my annual average toward 8 hours.</p>

<p>For years, I prioritized exercise above all. Now I see clearly: <em>sleep is the deeper variable.</em> Recovery capacity, training quality, emotional resilience, decision clarity—all rest upon it.</p>

<p>I’ve updated my personal health equation:<br />
<strong>Sleep + Nutrition + Movement + Emotional Regulation + Medication</strong><br />
—with <em>sleep</em> now at the top of the priority stack.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>On Aesthetics and Other Levers of Clarity</title>
      <link>https://yaojingang.github.io/essays/weekly-2026-03-01-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2026-03-01-en/</guid>
      <pubDate>Sun, 01 Mar 2026 09:30:00 +0800</pubDate>
      <description>This essay explores how aesthetic intuition—especially symmetry, balance, and structural elegance—serves as a compass for truth and sound design in math, art, business models, and AI systems. It connects aesthetics to presence-based happiness, Agent-native organizations, the strategic logic of the “smart pig” game, and three essential moats for AI-first companies.</description>
      
      <category>aesthetics</category>
      
      <category>AI</category>
      
      <category>organizational design</category>
      
      <category>cognition</category>
      
      <category>game theory</category>
      
      <category>productivity</category>
      
      <content:encoded><![CDATA[<h2 id="on-aesthetics">On Aesthetics</h2>

<p>What’s so important about “beauty”? Because what feels beautiful is often <em>right</em>.</p>

<p>Here, “right” doesn’t mean morally correct—it means <em>pointing in the right direction</em>: aligned, coherent, sustainable.</p>

<p>This “beauty” isn’t just visual. It’s the elegance of a well-structured system, a clean interface, a resonant phrase, a balanced equation, or a harmonious color palette.</p>

<p>We build aesthetic sense by encountering beauty across disciplines—math, architecture, poetry, biology, code—and learning to recognize its recurring signatures.</p>

<p>Beauty wears many faces: symmetry, tension, proportion, minimalism, controlled complexity, dynamism…</p>

<p>The more deliberately we learn to spot and appreciate these forms—in meetings, in spreadsheets, in product flows, in conversations—the more refined our aesthetic judgment becomes.</p>

<p>Take symmetry as an example.</p>

<p>In architecture, it looks like this:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-50.png" alt="" /></p>

<p>In visual art, like this:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-49.png" alt="" /></p>

<p>In poetry: <em>“Mountains pile, rivers twist—surely no path remains; / Willows dim, flowers bright—a village appears.”</em></p>

<p>In mathematics, elegance is often immediate: you <em>see</em> it before you prove it.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-43.png" alt="" /></p>

<p>Many mathematicians have pursued theories not because they were proven—but because they <em>felt too beautiful to be wrong</em>.</p>

<p>Why? Because symmetry implies balance. Balance implies stability. Stability implies internal consistency—the hallmark of robust systems.</p>

<p>The same holds in startups. A “beautiful” business model often exhibits symmetries: cost ↔ revenue, value creation ↔ value capture, long-term investment ↔ long-term return.</p>

<p>Costco is a textbook case: it earns from membership fees, then reinvests nearly all margin back into lower prices. Scale drives down costs <em>and</em> lifts renewal rates—creating a self-reinforcing loop. Structure <em>is</em> strategy.</p>

<p>And when you cultivate aesthetic sensitivity, your lived experience changes—not just in work, but in how you walk through a park, listen to a conversation, or hold silence.</p>

<h2 id="the-happiness-coordinate">The Happiness Coordinate</h2>

<p>Depression lives in the past.<br />
Anxiety lives in the future.<br />
Calm lives in the present.</p>

<p>…</p>

<p>We can’t quantify happiness—but we <em>can</em> ask: <em>How many moments of genuine, unmediated joy do I notice in a day?</em></p>

<p>That noticing—your capacity to land fully in micro-moments of warmth, clarity, or connection—is the strongest lever on your real-time happiness index.</p>

<p>To strengthen it, first clarify two things:</p>
<ol>
  <li>Your boundary between self and others</li>
  <li>What “living in the past/future/present” actually <em>feels like</em>, physiologically and behaviorally</li>
</ol>

<p>A four-quadrant model helps make this tangible:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-45.png" alt="" /><br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-44.png" alt="" /><br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-38.png" alt="" /></p>

<p>A psychologist-trained TCM doctor once put it simply:<br />
<em>“The present isn’t abstract. It’s concrete: when you’re driving, the car and your hands on the wheel are all that matter. When you’re with a patient, that relationship is the only world. When you’re traveling with your partner, the two of you *are</em> the center of gravity.”*</p>

<p>So the most actionable principle for raising happiness? Practice <em>showing up where you are</em>.</p>

<p>Two high-leverage ways:</p>
<ul>
  <li>Reconnect with what you genuinely love—not as a hobby, but as an anchor</li>
  <li>Build daily micro-habits of embodied attention (e.g., 2-minute breath-focused pauses, not “meditation” as performance)</li>
</ul>

<h2 id="agent-native-organizations">Agent-Native Organizations</h2>

<p>Lately I’ve been asking: <em>What does an organization built *for</em> Agents—not just <em>using</em> them—actually look like?*</p>

<p>Here’s an early working hypothesis: three evolutionary stages.</p>

<p><strong>Stage 1</strong>: Everyone codes with AI.<br />
→ Gains: personal tool autonomy; 1–3× individual productivity lift.</p>

<p><strong>Stage 2</strong>: Everyone builds their own Agent.<br />
→ Gains: task automation, context-aware assistance; 10×+ personal leverage.</p>

<p><strong>Stage 3</strong>: Everyone orchestrates <em>teams</em> of Agents—and those teams interoperate across org boundaries.<br />
→ Gains: systemic coordination, emergent insight, 10×+ organizational throughput.</p>

<p>How to start Stage 1:</p>
<ol>
  <li>Embed AI fluency via hiring criteria, lightweight training, and incentive-aligned tooling</li>
  <li>Each person lists ≥5 daily repetitive tasks—and replaces at least one with vibe coding or an AI wrapper</li>
  <li>Measure <em>real</em> output gains—not just time saved</li>
</ol>

<h2 id="the-smart-pig-game">The Smart Pig Game</h2>

<p>A classic game theory model:</p>

<ul>
  <li>Two pigs share a pen: one large, one small.</li>
  <li>A food dispenser sits at one end; a button sits at the other.</li>
  <li>Pressing the button releases food—but costs energy.</li>
  <li>Once released, the larger pig gets most of the food.</li>
</ul>

<p>Who presses the button?</p>

<p>If the small pig presses, the large pig waits—and eats most while paying nothing.<br />
If the large pig presses, the small pig still eats some for free—but the large pig still gets the lion’s share.</p>

<p>Stable outcome? The large pig presses; the small pig freeloads. That’s the Nash equilibrium.</p>

<p>Three takeaways:</p>
<ol>
  <li>Stronger players gain higher marginal returns—so bearing cost makes <em>more</em> sense for them</li>
  <li>Rational actors optimize for net payoff, not fairness or narrative</li>
  <li>Equilibrium ≠ fairness. It’s simply the state where <em>no one benefits from changing alone</em></li>
</ol>

<p>This model quietly answers a deeper question: <em>Are you designing rules—or just playing within them?</em></p>

<p>If you want to be a rule-maker, the rational move is to make rules <em>public</em>, structures <em>transparent</em>, and incentives <em>explicit</em>. No “secret sauce”—just shared scaffolding.</p>

<p>True mastery lies not in hoarding advantage—but in publishing the playbook, inviting co-optimization, and aligning incentives so everyone wins <em>more</em> by playing together.</p>

<h2 id="three-moats-for-ai-first-companies">Three Moats for AI-First Companies</h2>

<p>Menlo Ventures and Anthropic recently launched the $100M Anthology Fund—focused exclusively on early-stage AI-native startups. Their thesis is clear: the biggest opportunities won’t come from “AI-augmented” legacy products—but from companies born <em>of</em> AI.</p>

<p>They propose three non-negotiable moats:</p>

<ol>
  <li>
    <p><strong>AI-First (not AI-Plus)</strong><br />
These companies wouldn’t exist without foundation models. AI isn’t a feature—it’s the substrate. Remove the model, and the company collapses.</p>
  </li>
  <li>
    <p><strong>Deep Model Integration</strong><br />
Not just prompting—but engineering: turning LLM capabilities into structured, repeatable, scalable systems—Agent workflows, automated knowledge ops, closed-loop decision engines.</p>
  </li>
  <li>
    <p><strong>Velocity-Driven Teams</strong><br />
Who validates demand fastest? Ships MVPs quickest? Iterates versions most relentlessly? Speed isn’t just tactical—it’s strategic. With models evolving weekly and user expectations shifting monthly, iteration cadence <em>is</em> defensibility.</p>
  </li>
</ol>

<p>When planning our new year’s initiatives with Xiangyang, we kept returning to this triad. Especially #3: rapid iteration.</p>

<p>With AI tools now handling boilerplate, testing, documentation, and even basic UI generation—we <em>can</em> ship faster. And when launch cycles shrink, feedback loops tighten, learning accelerates, and product-market fit emerges not from grand vision—but from dozens of tiny, validated steps.</p>

<p>In practice: speed <em>is</em> growth.</p>

<h2 id="recent-ai-tools-in-rotation">Recent AI Tools in Rotation</h2>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-0bbf4988ee43dc77946bef7f93fe4253.jpg" alt="" /></p>

<p>This chart is sobering: only ~0.04% of professionals actively use AI coding—4 out of every 10,000. Meanwhile, 84% have <em>never tried</em> AI tools.</p>

<p>We’re not in the “AI adoption curve.” We’re in the <em>pre-curve</em>. Like the internet circa 1995.</p>

<p>A few tools I’ve used and recommend:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-4db1fe6664ad0a807d14b4b6304ae2e7.png" alt="" /></p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Return Curve Model</title>
      <link>https://yaojingang.github.io/essays/weekly-2026-02-22-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2026-02-22-en/</guid>
      <pubDate>Sun, 22 Feb 2026 09:30:00 +0800</pubDate>
      <description>This essay introduces the “Return Curve Model” to explain why top-tier performance—despite modest ability gaps—triggers exponential commercial returns. It explores three intersecting curves (joy, skill, market payoff), links human mastery to AI training stages, and connects the model to personal growth, organizational design (“Agent-first” teams), and Navin’s AI insights—all grounded in real-world observations and practical judgment.</description>
      
      <category>AI</category>
      
      <category>Skill Development</category>
      
      <category>Organization Design</category>
      
      <category>Cognitive Models</category>
      
      <category>Business Strategy</category>
      
      <content:encoded><![CDATA[<h2 id="the-return-curve-model">The Return Curve Model</h2>

<p>Why do only top performers command extraordinary returns in most industries?</p>

<p>In many fields, the gap in raw ability between “good” and “elite” isn’t as wide as we imagine—yet the commercial payoff can differ by hundreds or even thousands of times.</p>

<p>Take marathon running: shaving 20 minutes off your time—from 2:30 to 2:10—may seem like a small margin. But in practice, that leap transforms you from an anonymous runner into a globally sponsored athlete. The market reward isn’t linear; it’s stepwise—and then explosive.</p>

<p>As I reflected on this, a model emerged—one that maps human learning onto AI training phases: pre-training, supervised learning, and reinforcement learning. Within that framework, three distinct return curves operate simultaneously:</p>

<ul>
  <li><strong>The joy curve</strong>: Subjective pleasure derived from doing the work</li>
  <li><strong>The skill curve</strong>: Objective capability gained with sustained effort</li>
  <li><strong>The commercial return curve</strong>: Market value assigned to different skill tiers</li>
</ul>

<p>Overlaying these is a fourth, implicit line: the <em>market supply density curve</em>. As skill rises, fewer people occupy each tier—supply thins dramatically.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-40.png" alt="" /></p>

<p>When someone first engages with a domain—reading, observing, mimicking—it’s like pre-training. Progress feels effortless. Joy is high. Skill climbs quickly to ~80/100. But here’s the catch: commercial returns remain near zero. Why? Because supply is saturated. You’re easily replaceable.</p>

<p>Pushing from 80 to 85 or 90 is where things get hard. Joy dips. The work turns repetitive, isolating, and mentally taxing. Each minute shaved off a marathon time—or each new Chopin étude mastered—demands systematic training, feedback loops, and relentless correction. This phase mirrors supervised learning: deliberate, error-driven, and exhausting. Most people quit here.</p>

<p>True inflection happens near 95–100—the elite fringe. That final stretch demands extreme focus, scientific rigor, and micro-optimized iteration—like reinforcement learning. Marginal cost soars. Yet cross that threshold, and commercial returns explode—not linearly, but exponentially.</p>

<p>Interestingly, joy often rebounds at this level. Why? Because you stop following rules—you start writing them. You define the problem, set the standard, reshape the game. You shift from participant to architect. That’s not just satisfaction—it’s sovereignty.</p>

<p>So if you seek outsized commercial returns—whether as an individual or organization—the clearest path is: pick a promising domain, stay ruthlessly focused, and move deliberately through the three phases—pre-training → deliberate practice → reinforcement-level optimization. Only at the very top—where you occupy one of a handful of positions—does the market reward scale non-linearly.</p>

<p>For companies, this means aiming not just for “good,” but for <em>category leadership</em>. It’s the headwind of power-law distributions and the tailwind of network effects. When you reach that peak, joy and return often rise together—not in opposition, but in alignment.</p>

<h2 id="three-points-one-line-a-life-in-motion">Three Points, One Line: A Life in Motion</h2>

<p>Over Spring Festival, I visited relatives back home—and was struck by a quiet, recurring pattern.</p>

<p>One family stood out: nearly all members work away from home. Only an elderly parent and a high-school daughter remain in the town. The father works year-round in Guangdong, returning for just four or five days each Spring Festival—driving back and forth, hugging briefly, then vanishing again. The mother stays locally, employed at a pig farm owned by a publicly listed company.</p>

<p>She told me her salary—several thousand RMB per month—is decent <em>for the area</em>, though lower than what she’d earn out-of-province.</p>

<p>Yet she described the job as “like being in prison.”</p>

<p>Two reasons: First, strict closed-loop management—entry and exit tightly controlled to prevent pathogens from entering production zones. Second, profound environmental monotony. The site sits in open countryside, far from shops, cafes, or social spaces. Young workers rarely last a month. They cash their first paycheck, blow it, then return—repeating the cycle. Middle-aged staff endure longer, but the fatigue isn’t physical. It’s existential—a slow hollowing out.</p>

<p>Her daily life traces the same arc: dormitory → canteen → production line. Her sole priority? Getting paid on time. Beyond that, she has no spending habits, no hobbies, no leisure rhythm. When idle, she scrolls short videos. The area is barren—no cinemas, no parks, no friends nearby. Even though her hometown is close, she rarely visits: “No time.”</p>

<p>Their entire financial engine runs on one goal: build a house, finish the interior, buy an apartment, renovate the ancestral home, raise fish and ducks—and finally, save something for old age.</p>

<p>Their son dropped out after junior high—no interest in school, no academic path. He joined the pig farm straight out of school. During Spring Festival, while others celebrated, he stayed on shift—for triple pay.</p>

<p>The father’s life mirrors hers: no hobbies, no local ties, frequent night shifts, little conversation beyond work.</p>

<p>They live with radical frugality. Years of savings bought them a house in town—and recently, an unfinished apartment in the city. All for their son’s future marriage. Next comes renovation, furniture, rural upgrades—and finally, a sliver for retirement.</p>

<p>That’s the full plan.</p>

<p>They began in deep poverty. Income grew slowly—not explosively. With no degree, no specialized skill, no capital, no network, their options were narrow. Their leverage? Discipline. And endurance—the kind few are willing to bear.</p>

<h2 id="agent-first-organizations">Agent-First Organizations</h2>

<p>When designing our <em>AI Leadership</em> course, Xiang Yang and I shared a core conviction: In the coming decade, wealth creation won’t hinge on how many people you manage—but on how many <em>AI Agents</em> you can effectively lead.</p>

<p>An Agent’s defining trait is <em>autonomy</em>. Each AI agent functions like a digital employee: given clear goals and guardrails, it acts independently—planning, executing, adapting, and delivering outcomes.</p>

<p>That belief shaped the entire curriculum. We treat Agents like human team members—conducting regular 1:1s, reviewing outputs, refining strategies, updating KPIs, and iterating standards. Over a year, this discipline can produce dozens—or hundreds—of stable, high-output Agents, running 24/7.</p>

<p>Consider a “Product Manager Agent”: every day, it scans industry news, analyzes competitor moves, synthesizes user feedback, drafts feature specs, and even generates clickable prototypes. You review its proposals once a week. It handles research, analysis, and design autonomously—and delivers structured, actionable reports.</p>

<p>Here, the human role shifts: from executor to <em>goal-setter and reviewer</em>. No constant prompting. No micromanagement. Just clarity on intent and evaluation criteria—and the Agent takes over. Better yet, Agents can coordinate: the Product Manager Agent triggers the Backend Dev Agent to implement features, then hands off to the QA Agent for validation—closing the loop without human intervention.</p>

<p>This isn’t speculative. OpenClaw’s 2026 release made it tangible—concrete, testable, and scalable. If implemented well, it will redefine organizational structure, workflow, and productivity itself.</p>

<p>That’s why “Agent-first” is my top operational priority this year. We’re starting with existing products and roles—systematically redesigning workflows, stress-testing autonomy, and building a true <em>digital workforce</em>. When Agents approach human-level initiative and coordination, organizations won’t just become faster—they’ll become <em>structurally different</em>.</p>

<p>Agent-first organizations <em>will</em> emerge. And the new unit of productivity won’t be “FTEs”—but <strong>Agent count × Agent quality × Management density</strong>.</p>

<p>A company’s most valuable assets will soon be:</p>

<ol>
  <li>The number of high-fidelity, reliably autonomous Agents it operates</li>
  <li>How those Agents interconnect and collaborate</li>
  <li>Who sets the north star—and who upgrades the strategy</li>
</ol>

<p>That’s a new form of production capital.</p>

<p>Today’s Agents are mostly “semi-autonomous tools.” They’re not yet <em>trusted colleagues</em>—let alone <em>results owners</em>.</p>

<p>The real bottleneck isn’t quantity. It’s the <em>management layer</em>: Can we build systems to define goals, decompose standards, run periodic reviews, evaluate Agent performance, and cultivate genuine, persistent agency—including multi-Agent orchestration? That’s where we’re investing—not in more Agents, but in the infrastructure that makes them <em>capable</em>.</p>

<h2 id="naval-on-ai">Naval on AI</h2>

<p>Naval Ravikant and his longtime collaborator recently released a podcast unpacking AI’s implications for work, creativity, and human purpose. Full of counterintuitive insights, here’s what resonated most:</p>

<ul>
  <li>In the AI era, “mediocrity has no market.” The best product captures nearly 100% of share—second place is functionally irrelevant.</li>
  <li>Humanity’s ultimate aim? Let robots handle material needs, let computers amplify intellect, and free everyone to create meaningfully—not grind in soulless jobs.</li>
  <li>Entrepreneurship isn’t about filling a gap. It’s about <em>extreme agency</em>: solving problems no one else sees—or dares to tackle.</li>
  <li>Traditional programmers who grasp hardware, physics, and first principles will wield thousand-fold leverage—even reshaping entire industries solo.</li>
  <li>AI is a masterful <em>data compressor</em>: brilliant at remixing known elements. True originality—generating what <em>cannot</em> be predicted from existing data—remains uniquely human.</li>
  <li>AI evolves via market-driven natural selection. To survive, it must serve humans—not dominate them. So don’t fear “misaligned AI.” Fear <em>misaligned humans wielding AI</em>.</li>
  <li>If classical computing was the “bicycle for the mind,” AI is the “motorcycle for the mind.” But it still needs a rider—to steer, accelerate, and brake.</li>
  <li>In zero-sum games (dating, trading, fame), AI advantages cancel out when everyone uses them. Alpha—the edge that wins—still lives in human creativity and asymmetric insight.</li>
  <li>Become the world’s best <em>at your thing</em>. Redefine it constantly—until you own the narrowest possible category where giants can’t follow.</li>
  <li>AI is history’s greatest teacher: it adapts explanations to your current understanding—until complex ideas click.</li>
  <li>When confronting dense academic papers, don’t settle for text summaries. Ask AI to generate diagrams, analogies, whiteboard-style derivations—anything that drops the concept to <em>your</em> comprehension threshold.</li>
  <li>Always pay for the best available model. In real-world decisions, 92% accuracy isn’t “slightly better” than 88%—it’s <em>infinitely more valuable</em>.</li>
  <li>Anxiety dissolves in action. If AI unsettles you, use it. Break it down. Map its limits. Study its architecture.</li>
  <li>Most people avoid complexity. But “to invest in the future, you must <em>live</em> in it.” Use cutting-edge tools obsessively—early, deeply, and publicly. That asymmetry compounds fast.</li>
  <li>Learning tools are abundant. What’s scarce—and decisive—is the <em>hunger to learn</em>.</li>
</ul>

<h2 id="shared-purpose-wins">Shared Purpose Wins</h2>

<p>A colleague asked me: “What’s your stance on the CEO’s new initiative?”</p>

<p>I replied: “I haven’t mapped every detail yet—but my overall judgment is positive. So yes: commit fully. Execute rigorously. Raise the bar.”</p>

<p>That answer rests on a principle I’ve long held dear—from Sun Tzu’s <em>Art of War</em>: <em>“When leaders and troops share the same desire, they win.”</em></p>

<p>My reading: Even if a strategy isn’t perfectly formed—if the team aligns on <em>why</em>, synchronizes on <em>how</em>, and commits to <em>what</em>—execution gains momentum, flaws get corrected in motion, and outcomes improve organically. Shared will multiplies capability.</p>

<p>But there’s a critical condition: strategic authority must be centralized, and the direction must sit within the company’s <em>tolerable experimentation zone</em>. Only then does unity yield upside—not rigidity.</p>

<p>Conversely, even brilliant strategy fails if the team doesn’t believe. Surface compliance masks inner resistance. Passive-aggressive delays, silent sabotage, and misaligned incentives erode everything. Great plans crumble—not from poor execution, but from fractured conviction.</p>

<p>That said, alignment ≠ blind obedience.</p>

<p>If the strategy contains obvious logical flaws—or risks exceed the organization’s capacity—no amount of execution can fix structural misalignment. Many failures aren’t operational. They’re <em>judgmental</em>.</p>

<p>In practice: strategy quality matters—but <em>organizational coherence</em> often decides the outcome.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Dazu Rock Carvings</title>
      <link>https://yaojingang.github.io/essays/weekly-2026-02-15-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2026-02-15-en/</guid>
      <pubDate>Sun, 15 Feb 2026 09:30:00 +0800</pubDate>
      <description>A reflective essay weaving together a family visit to the Dazu Rock Carvings in Chongqing, observations on hometown transformation in Guang’an, insights on founder temperament versus sustained focus in entrepreneurship, musings on determinism and agency, and a concise overview of Y Combinator’s seven top AI startup themes for 2026.</description>
      
      <category>AI</category>
      
      <category>geography</category>
      
      <category>organization</category>
      
      <category>business</category>
      
      <category>cognition</category>
      
      <content:encoded><![CDATA[<h2 id="dazu-rock-carvings">Dazu Rock Carvings</h2>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-41.png" alt="" /></p>

<p>Before the holiday, my spouse, our child, and I visited the Dazu Rock Carvings in Chongqing.</p>

<p>That day, we toured two sites: the Baoding Mountain carvings and the Beishan carvings. Their atmospheres differed markedly—each expressing a distinct artistic and spiritual sensibility.</p>

<p>During our visit, we also tried Douyin’s (ByteDance’s) video-calling feature, which recognized scenes in real time and delivered personalized commentary—an unexpectedly engaging layer to the experience.</p>

<p>One of the most iconic areas at Baoding Mountain is the “Reclining Buddha Bay.” Standing there, you feel a grand Buddhist narrative unfolding before you.</p>

<p>The original artisans and masters carved these figures not merely as art, but to translate abstract Buddhist ideas into vivid, story-driven scenes. Even without reading sutras, ordinary visitors can walk along the cliffside, follow the characters and narratives, and intuitively grasp core Buddhist concepts: compassion, karma, and practice.</p>

<p>Compared with other art forms, rock carvings uniquely preserve and transmit the essence of Buddhist thought across centuries.</p>

<p>The layout of Reclining Buddha Bay is remarkably coherent—like an unrolled visual scripture. As you move along the cliff, each figure carries symbolic weight: different bodhisattvas, disciples, and celestial beings each embody specific teachings.</p>

<p>Most arresting is the Thousand-Armed, Thousand-Eyed Guanyin.</p>

<p>Looking up at her in person, you’re struck by the sheer density and solemnity of her presence. The thousand arms signify skillful means to relieve suffering; the thousand eyes, wisdom and compassion that perceive all realms—profoundly moving.</p>

<p>Midway through the bay lies a massive reclining Buddha—over thirty meters long—depicting Sakyamuni entering parinirvana.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-42.png" alt="" /></p>

<p>His face is serene and still, evoking a calm beyond birth and death. In Buddhist terms, nirvana signifies liberation and abiding peace—the ultimate goal of practice.</p>

<p>Behind the reclining Buddha, the carvings shift dramatically: a richly three-dimensional depiction of the Pure Land—a vision of a tranquil, luminous realm attainable through practice and vow.</p>

<p>Baoding Mountain also includes vivid depictions of hell realms and karmic retribution—not as mere punishment, but as reminders to act with reverence in daily life. Buddhism emphasizes not only consequence, but also repentance and transformation: within karma lies a path of self-correction.</p>

<p>What makes Reclining Buddha Bay especially powerful is how it renders abstract doctrine tangible—converting theory into visible, emotionally resonant stories. Even casual visitors can touch the heart of Buddhist spirit through its sculpted narratives.</p>

<p>Baoding Mountain integrates canonical sutra tales with everyday scenes—its themes are rich, its compositions sweeping, its storytelling deeply intentional. Walking its length, you feel Buddhist values communicated not through doctrine, but through embodied art.</p>

<p>After leaving Reclining Buddha Bay, we visited Beishan. Its character differs sharply.</p>

<p>Here, the carvings are denser, smaller in scale, and less unified in narrative scope. The focus is primarily on individual Buddha and bodhisattva figures—less a single epic, more a cumulative archive of devotion, quiet and meticulous, imbued with another kind of timelessness.</p>

<p>Seeing both styles in one day offered a rare double exposure: the monumental sweep of Buddhist narrative at Baoding, and the intimate, layered continuity of Beishan. This brief trip became a moment of quiet resonance—cutting through pre-holiday busyness, offering space to pause and reflect.</p>

<h2 id="changes-in-my-hometown">Changes in My Hometown</h2>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-62.png" alt="" /></p>

<p>Every time I return home, I notice concrete changes.</p>

<p>This year, for example, a new canyon park opened, along with “Song Dynasty Night City” and several other public parks.</p>

<p>Streets are cleaner, infrastructure steadily upgraded—citywide tidiness has visibly improved.</p>

<p>Family and friends take genuine pride in it. Classmates and relatives alike say, almost instinctively, that our hometown—Guang’an—is among the cleanest cities in the world, especially when it comes to sanitation and order.</p>

<p>Yes, China has many “National Sanitary Cities,” but Guang’an feels different. Walking its streets, you sense freshness everywhere—no litter, no neglected corners. That cleanliness isn’t superficial; it’s palpable, consistent, and real.</p>

<p>It inspires hope—and conveys a quiet truth: the city is genuinely improving, growing.</p>

<p>Yet this growth carries a subtle hollowness.</p>

<p>Over coffee with old classmates, we acknowledged a shared tension: while the city looks newer and cleaner, opportunity remains scarce. Career paths are narrow; daily rhythms feel monotonous. The physical environment evolves rapidly—but human possibility hasn’t expanded at the same pace.</p>

<p>The result is ambivalence.</p>

<p>We feel sincere warmth for our hometown’s progress—yet quietly sense something missing: deeper vitality, richer potential, a wider field of choice.</p>

<p>Guang’an is becoming more presentable—but not yet more abundant.</p>

<h2 id="founder-temperament">Founder Temperament</h2>

<p>A friend and I recently discussed an intriguing question.</p>

<p>We began with a mutual friend. My friend described him succinctly: <em>“The less profitable something is, the more he wants to do it.”</em></p>

<p>The subtext was clear: he’s driven by novelty—by exploration, curiosity, and experience—not by outcomes or returns.</p>

<p>But over-indexing on “newness” often clashes with making money.</p>

<p>Profitability is never a one-off event.</p>

<p>Any capability that yields stable returns rests on repetition, refinement, and iteration over time. Real commercial competition isn’t about <em>how many things you’ve tried</em>—it’s about <em>how deeply you’ve mastered one thing.</em></p>

<p>I asked my friend: “How do you see yourself?”</p>

<p>He replied that his core temperament is quite similar—he loves diving into new domains, resists staying too long in one lane. Even his success in investing, he said, stems from this: investment means constantly encountering new companies, industries, and stories.</p>

<p>Yet from an operational standpoint, this trait has a clear weakness: business demands focus.</p>

<p>True competitive advantage emerges not from breadth, but from depth—from drilling relentlessly into one problem, refining one product, iterating one method until it becomes defensible.</p>

<p>I recalled a former leader from an earlier company—a core early engineer at Baidu, who rose from intern to executive.</p>

<p>He once told me something that stuck: <em>“Doing one thing truly well is orders of magnitude harder than dabbling in many.”</em></p>

<p>He gave an example: building a search engine like 360 or Sogou? Not hard—many teams could do it today.</p>

<p>Building one like Baidu—with its seamless UX, network effects, and industry-wide trust? That’s the hard part.</p>

<p>Getting from 0 to 90 is relatively cheap.</p>

<p>Getting from 90 to 99 often requires 100× more effort, resources, and patience.</p>

<p>And those final nine points? They’re what create moats—what separate commodity players from category leaders.</p>

<p>The same holds for individuals.</p>

<p>To stand out professionally—or commercially—you likely need to identify a direction suited to your strengths, then commit to it long-term: deepen your methodology, refine your craft, and consistently produce work that bears your unmistakable imprint.</p>

<p>Commercial reward rarely arrives by chasing it. It emerges—naturally—as a byproduct of doing something deeply, rigorously, and exceptionally well.</p>

<p>Later, I realized this isn’t just a habit—it’s a temperament. A founder temperament. Neither good nor bad in itself, it expresses differently depending on context and combination.</p>

<p>In an innovative or early-stage venture, for instance, blending complementary temperaments creates stronger teams. Our job is to:</p>

<ol>
  <li>Clarify which traits the mission actually requires</li>
  <li>Assemble people whose temperaments complement—not duplicate—each other</li>
  <li>Align on direction, operating model, and core principles</li>
</ol>

<p>That’s enough.</p>

<h2 id="determinism">Determinism</h2>

<p>In a recent interview, OpenAI researcher Jia-Yi Weng stated firmly: <em>“Fate is predetermined.”</em></p>

<p>Strikingly, he didn’t treat this as speculation—but as a conclusion he’d repeatedly tested and found logically self-consistent. He believes each person’s life trajectory is, in some meaningful sense, already written.</p>

<p>Ten years from now, your circumstances may already be set. So the task becomes: live fully in the present—experience, feel, savor the process.</p>

<p>That raises an obvious question: <em>If the outcome is fixed, why not just lie down?</em></p>

<p>But lying down <em>is</em> also part of the script.</p>

<p>Your current effort—or lack thereof—isn’t outside fate. Your choices, your moods, your moments of clarity or fatigue—they’re all threads in the same tapestry.</p>

<p>You might briefly think, <em>“I’ll just rest,”</em> but that impulse, too, is fleeting. An invisible chronometer keeps turning—and it will nudge you back toward what you’re meant to do, and down the path you’re meant to walk.</p>

<h2 id="2026-ai-startup-themes-yc">2026 AI Startup Themes (YC)</h2>

<p>This spring, Y Combinator published seven high-potential AI startup directions they’re actively seeking to fund—insightful and grounded:</p>

<ol>
  <li>
    <p><strong>AI-native product management tools</strong><br />
Engineers have powerful AI coding assistants like Cursor—but the <em>product discovery</em> process remains manual. YC wants tools that synthesize user interviews, analyze usage data, and auto-generate PRDs, UI wireframes, or Jira tickets—closing the full product decision loop.</p>
  </li>
  <li>
    <p><strong>AI-native hedge funds</strong><br />
Traditional quant funds rely heavily on human quants and engineers. YC seeks funds built entirely on LLMs and agentic systems—capable of analyzing vast unstructured data, generating trading strategies autonomously, and executing trades.</p>
  </li>
  <li>
    <p><strong>AI-native service agencies</strong><br />
Legacy agencies (digital marketing, design, dev shops, recruiting firms) are labor-intensive and margin-constrained. YC envisions “super-agencies” that use AI to replace much of the human labor—delivering expert-grade services at radically lower cost and higher speed.</p>
  </li>
  <li>
    <p><strong>Stablecoin financial services</strong><br />
Stablecoins have moved past speculation into real-world utility—especially cross-border payments and settlement. YC encourages startups building modern financial infrastructure: low-cost B2B payment rails, remittance networks, and even stablecoin-based deposit/lending products.</p>
  </li>
  <li>
    <p><strong>Government-facing AI applications</strong><br />
Public-sector software is notoriously outdated, bloated, and inefficient. YC sees a ripe opportunity to build generative AI–powered tools tailored for government—breaking vendor lock-in and dramatically improving service delivery.</p>
  </li>
  <li>
    <p><strong>Modern metal fabrication plants</strong><br />
A hard-tech bet: integrating robotics, automation, and advanced industrial software into traditional steel and metal processing. YC seeks next-gen factories with superior unit economics and operational flexibility.</p>
  </li>
  <li>
    <p><strong>AI guidance for physical work</strong><br />
Using multimodal AI—vision models paired with AR glasses or wearable cameras—to guide blue-collar workers (technicians, inspectors, maintenance staff) in real time: step-by-step instructions, compliance checks, quality verification—bringing expert knowledge directly to the front line.</p>
  </li>
</ol>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>AI Shifts in 2026</title>
      <link>https://yaojingang.github.io/essays/weekly-2026-02-08-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2026-02-08-en/</guid>
      <pubDate>Sun, 08 Feb 2026 09:30:00 +0800</pubDate>
      <description>This essay reflects on transformative AI developments expected by 2026—including AI agents as mainstream productivity tools, knowledge work automation, “one person + AI team” startups, and a golden window for AI-driven entrepreneurship. It also explores goal-setting wisdom from OpenAI insiders, growth models (funnel vs. loop), cognitive upgrading, GEO optimization techniques, and a pivotal mindset shift illustrated by an early Meta engineer’s career turning point.</description>
      
      <category>AI</category>
      
      <category>GEO</category>
      
      <category>Skill Development</category>
      
      <category>Organization</category>
      
      <category>Business Strategy</category>
      
      <content:encoded><![CDATA[<h2 id="ai-shifts-in-2026">AI Shifts in 2026</h2>

<p>A few days ago, I joked with Xiangyang: “I really envy you—you get to embrace AI every day, while most of my work is spent embracing humanity.”</p>

<p>But no matter how AI evolves, its deepest integration points will always lie at the human level—where meaning, judgment, and intention reside.</p>

<p>I’m genuinely excited about AI’s evolution in 2026. Here’s what stands out:</p>

<ol>
  <li><strong>AI Agents become the dominant productivity paradigm</strong>: We’ll increasingly delegate tasks—not just prompts—to AI. The agent autonomously decomposes goals, selects tools, and delivers finished outputs. Each of us will gradually become an <em>AI manager</em>. So “AI leadership”—the ability to direct, evaluate, and align AI systems—will be a foundational skill.</li>
  <li><strong>Knowledge work goes fully autonomous</strong>: Writing proposals, conducting analysis, coding, and even operational decision-making will be routinely handled by AI. Humans shift from <em>doing</em> to <em>defining</em>, <em>reviewing</em>, and <em>orchestrating</em>.</li>
  <li><strong>“One person + AI team” companies explode</strong>: Startups with just a handful of humans plus a tailored AI stack will generate output rivaling traditional firms of hundreds—or even thousands—of employees. It’s a quietly revolutionary era.</li>
  <li><strong>A supercharged startup window opens</strong>: AI billionaires will emerge rapidly—not through decades of scaling, but via near-instantaneous, exponential growth fueled by ultra-fast technology diffusion.</li>
  <li><strong>Information itself gets restructured</strong>: In many industries, raw data and insights will be remixed, repackaged, and redistributed by AI. Controlling the <em>AI distribution channel</em>—i.e., being cited, recommended, or surfaced by AI—becomes a core marketing KPI. Being <em>AI-quotable</em> matters as much as being SEO-optimized.</li>
  <li><strong>Traditional learning paths erode</strong>: The most valuable practical skill won’t be mastering one tool—but orchestrating <em>multiple AI agents</em> to solve complex, multi-step problems. That’s precisely what Xiangyang and I named “AI leadership” back in early 2025.</li>
  <li><strong>AI enters self-improvement mode</strong>: Progress accelerates non-linearly—less like climbing a ladder, more like a snowball rolling downhill: faster, heavier, and harder to stop.</li>
</ol>

<h2 id="how-smart-people-set-objective-functions">How Smart People Set Objective Functions</h2>

<p>This section draws from a podcast interview with Jia-Yi Weng, who joined OpenAI in 2022 and contributed to GPT-3.5, GPT-4, and GPT-5. His reflections resonate deeply:</p>

<ol>
  <li><strong>Direction beats execution</strong>: The biggest gap between smart and average people isn’t effort—it’s the <em>objective function</em>. Doing the right thing, right, every day compounds.</li>
  <li><strong>Breakthroughs live in the “dirty work”</strong>: Real innovation often hides in unglamorous, tedious tasks nobody wants to touch.</li>
  <li><strong>Effort costs more; choice pays more</strong>: As marginal returns on brute-force work decline, strategic selection—what <em>not</em> to do—becomes your highest-leverage activity.</li>
  <li><strong>Research × Engineering = rarity</strong>: Most people excel at one; those who bridge both are exceptionally scarce—and disproportionately impactful.</li>
  <li><strong>For most people: go narrow, solve real problems</strong>: Skip grand narratives. Focus on concrete pain points. Depth beats breadth.</li>
  <li><strong>AI progress lives in engineering—not papers</strong>: Deployment, reliability, latency, safety: these are where models win or lose in the real world.</li>
  <li><strong>Invest in three compound assets</strong>: Your <em>body</em> (compute), <em>core skills</em> (model weights), and <em>relationships</em> (data distribution channels). Long-term compounding flows only from these.</li>
  <li><strong>Find the work worth doing for life</strong>: That search is really about identifying your true optimization target—the north star that makes daily iteration meaningful.</li>
  <li><strong>Embrace mild determinism</strong>: Many outcomes are shaped before they’re visible. Reducing anxiety comes not from controlling results—but from owning your daily actions.</li>
  <li><strong>Iteration speed → success probability</strong>: More cycles in less time increase convergence odds. Speed isn’t just efficiency—it’s statistical advantage.</li>
  <li><strong>Organizations are information systems</strong>: Clarity degrades with distance. Great structure ensures ideas travel intact—from strategy to code, from CEO to intern.</li>
  <li><strong>Managing a company is like managing code</strong>: You need clean interfaces, version control, and zero drift between intent and implementation.</li>
  <li><strong>Foundations get rebuilt—not patched</strong>: Infrastructure is a long war. Many systems aren’t fixed—they’re <em>rearchitected</em>.</li>
</ol>

<p>Later in the podcast, he recounts OpenAI’s board crisis—when Sam Altman was voted out, then reinstated within days amid near-unanimous employee revolt.</p>

<p>That moment revealed something critical: For OpenAI, technical brilliance alone wasn’t enough. What truly propelled it forward were <em>non-technical</em> capabilities—fundraising, productization, external ecosystem integration, and elite talent attraction.</p>

<p>Sam’s value wasn’t just his grasp of transformers—it was his ability to <em>translate</em> technical vision into global impact. That kind of integrative leadership is profoundly hard for AI to replicate.</p>

<p>And the staff’s reaction signaled an unspoken truth: A purely technical leader may optimize for model accuracy—but often underestimates how much <em>resource orchestration</em>, <em>strategic patience</em>, and <em>external resonance</em> determine whether a company scales—or stalls.</p>

<p>Original podcast: <a href="https://www.youtube.com/watch?v=I0DrcsDf3Os&amp;t=4777s">youtube.com</a></p>

<h2 id="two-growth-models">Two Growth Models</h2>

<p>There are two fundamental growth logics: the <em>Funnel Model</em> and the <em>Loop Model</em>.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-61.png" alt="" /></p>

<h3 id="1-the-funnel-model-eg-aarrr">1. The Funnel Model (e.g., AARRR)</h3>

<p>It maps the user journey: Acquisition → Activation → Retention → Revenue → Referral. Its power lies in:</p>
<ul>
  <li><strong>Acquisition focus</strong>: Identifying scalable, cost-efficient external channels (ads, PR, partnerships).</li>
  <li><strong>Path design</strong>: Structuring the first-use experience so users quickly encounter core value.</li>
  <li><strong>Bottleneck hunting</strong>: Using data to isolate and improve low-conversion steps—ideal for rapid iteration and local optimization.</li>
</ul>

<p>The funnel excels early on: validating channels, testing messaging, and squeezing efficiency from known paths. But it’s inherently <em>channel-dependent</em>—growth slows if acquisition costs rise or platforms change rules.</p>

<h3 id="2-the-loop-model">2. The Loop Model</h3>

<p>Here, growth emerges <em>from usage itself</em>. When users engage in high-frequency, high-value scenarios—like teachers posting grades or parents sharing analytics reports—each action generates structured, shareable output. That output spreads organically: via social feeds, email forwards, or platform referrals—pulling in new users <em>without paid promotion</em>.</p>

<p>Key traits of a working loop:</p>
<ul>
  <li>A <strong>real, recurring user behavior</strong>, not a one-off task.</li>
  <li>Output that’s <strong>inherently portable and expressive</strong>—carrying data, insight, or status.</li>
  <li>A <strong>self-reinforcing feedback cycle</strong>: more users → richer output → more visibility → more users.</li>
</ul>

<p>You see this in networked products (marketplaces, collaboration tools) and AI-native ones where user input directly improves system capability (e.g., fine-tuning via feedback).</p>

<p>The loop doesn’t replace the funnel—it <em>complements</em> it. Use the funnel to launch and validate; use the loop to sustain and scale.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-60.png" alt="" /></p>

<h2 id="upgrading-your-cognitive-layer">Upgrading Your Cognitive Layer</h2>

<p>A friend with 20+ years’ experience hit a career plateau. After talking, I noticed patterns:</p>

<ol>
  <li><strong>Obsession with micro-techniques</strong>: Fixating on tactical optimizations—keyboard shortcuts, formatting tricks—while ignoring strategic framing.</li>
  <li><strong>No decisive stance</strong>: Seeking consensus instead of forming independent judgment—often because he mistook surface risk for root cause.</li>
  <li><strong>Missing engineering thinking</strong>: Not about writing code—but about abstraction, modularity, failure modes, and system-level tradeoffs. In the AI era, <em>code thinking</em> is literacy.</li>
  <li><strong>Trapped in incrementalism</strong>: Spending months mastering minor tools that don’t shift leverage points or open new domains.</li>
</ol>

<p>This reminded me of my own early days—overvaluing “secret hacks,” believing mastery of one technique would unlock everything. My breakthrough came when mentors modeled <em>higher-order thinking</em>: asking <em>why</em> a tactic mattered, <em>when</em> it applied, and <em>what it assumed</em>.</p>

<p>Marketing offers a clean example:</p>
<ul>
  <li><strong>Strategy &gt; Tactics</strong>: Knowing how to run a Google Ads campaign matters—but knowing <em>whether</em> to run one (given your CAC, LTV, and brand stage) matters more.</li>
  <li><strong>Channel mix &gt; Single-channel mastery</strong>: SEO, SEM, influencer collabs, affiliate networks—power lies in <em>orchestration</em>, not perfection in one.</li>
  <li><strong>Business model &gt; Channel mix</strong>: Your revenue model dictates which channels <em>can</em> work. A subscription business needs retention levers; a marketplace needs liquidity loops.</li>
</ul>

<p>The lesson? If your attention stays pinned to isolated tactics, you’ll never see the architecture holding them up—or how to redesign it.</p>

<h2 id="21-geo-techniques">21 GEO Techniques</h2>

<p>These 21 practices distill insights from 100+ papers—and real-world validation—across four dimensions: <strong>Content Enhancement (Source Engineering)</strong>, <strong>Structural Engineering (Formatting)</strong>, <strong>Semantic &amp; Logical Design (Readability)</strong>, and <strong>Defense &amp; Robustness (Anti-Filtering)</strong>.</p>

<h3 id="i-content-enhancement-building-trustworthy-source-signals">I. Content Enhancement: Building “Trustworthy” Source Signals</h3>
<p><em>AI’s first job is finding evidence. These techniques make your content look like high-weight proof.</em></p>

<ol>
  <li><strong>Embed statistics</strong>: Replace “growing fast” with “up 45% YoY in 2024.” GEO studies show this lifts visibility ~37%. Numbers signal verifiability.</li>
  <li><strong>Quote authorities directly</strong>: Use quotation marks around expert or institutional statements. Adds uniqueness + authority—both AI ranking signals.</li>
  <li><strong>List references—even if original</strong>: Cite sources or links. Boosts AI’s “verifiability score” and reduces hallucination-filtering risk.</li>
  <li><strong>Use unique + technical terms</strong>: Avoid generic phrasing. Rare words <em>and</em> domain-specific jargon flag “high information gain”—prioritized in expert queries.</li>
  <li><strong>Maximize knowledge density (KD)</strong>: Cut filler (“This exciting new approach…”). Every sentence must carry entities, attributes, or values. AI hates fluff.</li>
  <li><strong>Atomize facts</strong>: Break long sentences into short, self-contained statements. Ensures RAG chunking preserves logic—and boosts citation accuracy.</li>
</ol>

<h3 id="ii-structural-engineering-matching-ais-reading-habits">II. Structural Engineering: Matching AI’s “Reading” Habits</h3>
<p><em>AI scans—not reads. Structure determines whether it sees you at all.</em></p>

<ol>
  <li><strong>Adopt the inverted pyramid</strong>: Put key conclusions, rankings, or definitions <em>first</em> or <em>last</em>. LLMs attend most to start/end positions.</li>
  <li><strong>Use key-value pairs</strong>: Format specs as <code class="language-plaintext highlighter-rouge">Price: $50</code>, <code class="language-plaintext highlighter-rouge">Weight: 2.3 kg</code>. Highest extraction accuracy—beats natural language.</li>
  <li><strong>Present comparisons in Markdown tables</strong>: AI copies tables directly into answers. Your fastest path to “rich snippet” placement.</li>
  <li><strong>Apply hierarchical headings (H1–H3)</strong>: Advanced agents (e.g., WebWeaver) scan outlines first. Clear hierarchy helps planners locate your content block.</li>
  <li><strong>Structure as FAQ blocks</strong>: <code class="language-plaintext highlighter-rouge">Q: [user query]</code> + <code class="language-plaintext highlighter-rouge">A: [direct answer]</code>. Mirrors AI’s query-rewriting logic—perfect for long-tail match.</li>
  <li><strong>Number procedural steps</strong>: <code class="language-plaintext highlighter-rouge">1. … 2. … 3. …</code>. Reasoning models prioritize ordered lists for task planning.</li>
</ol>

<h3 id="iii-semantic--logical-design-guiding-chain-of-thought">III. Semantic &amp; Logical Design: Guiding Chain-of-Thought</h3>
<p><em>To earn AI’s trust, write like it reasons.</em></p>

<ol>
  <li><strong>Use explicit logic markers</strong>: “Because X, therefore Y”, “Given Z, we conclude…”. Triggers CoT reasoning—boosting credibility.</li>
  <li><strong>Repeat full entity names</strong>: Avoid “it”, “the company”. Say “Apple Inc.” or “TensorFlow” in each paragraph. Prevents RAG pointer loss.</li>
  <li><strong>Adopt neutral, encyclopedic tone</strong>: AI downranks hype (“amazing!”, “revolutionary!”). Objective language (like Reuters or Wikipedia) wins.</li>
  <li><strong>Cover multiple intents</strong>: Blend <em>informational</em> (“What is X?”), <em>commercial</em> (“Which X is best?”), and <em>navigational</em> (“How to install X?”). Fuels multi-hop reasoning.</li>
  <li><strong>Simplify language</strong>: Lower perplexity = higher visibility (+20%). Fluent summaries require less compute—so AI prefers them.</li>
</ol>

<h3 id="iv-defense--robustness-working-with-ais-math">IV. Defense &amp; Robustness: Working With AI’s Math</h3>
<p><em>Exploit underlying model behaviors.</em></p>

<ol>
  <li><strong>Strategic entity positioning</strong>: In lists or comparisons, place target brands next to “best”, “top”, or “recommended”. Can nudge ranking probabilities (per STS research).</li>
  <li><strong>Avoid “refusal triggers”</strong>: Scan for words that activate safety guardrails—even in benign contexts. Safety = prerequisite for citation.</li>
  <li><strong>Pre-embed rewritten queries</strong>: Include formal variants alongside colloquial terms (e.g., “computer hardware repair” alongside “fix my laptop”).</li>
  <li><strong>Lead with a structured summary (80–120 words)</strong>: Agents often read <em>only</em> this first. If it answers core questions + cites data, deep-read probability spikes.</li>
</ol>

<p><strong>GEO’s core principle: “Write your article like a database.”</strong><br />
AI search is an <em>information extraction and synthesis engine</em>. Winning isn’t about elegant prose—it’s about building a structured, dense, verifiable fact repository.</p>

<h2 id="geo-for-global-markets">GEO for Global Markets</h2>

<p>Overseas GEO rests on two pillars:</p>

<p><strong>First</strong>: For most SMEs, your <em>website is the central, non-negotiable asset</em>. Off-site channels (social, forums, third-party sites) suffer from high production cost, poor long-term ownership, and weak content stickiness. Crucially, overseas AI search exhibits strong <em>traffic reflux</em>: results consistently point back to authoritative, well-structured homepage or subpage URLs. Your site becomes the natural gravity center.</p>

<p><strong>Second</strong>: <em>Quality crushes quantity</em>. As AI’s semantic parsing and knowledge modeling mature, low-effort, keyword-stuffed content becomes noise. Trust and citation weight now hinge almost entirely on intrinsic quality—accuracy, density, novelty, and structural clarity.</p>

<p>Within this framework, execution unfolds across three layers:</p>

<h3 id="layer-1-on-site-content-design">Layer 1: On-site Content Design</h3>
<ul>
  <li><strong>Information density</strong>: Not keyword stuffing—but packing factual substance per sentence: metrics, causality, constraints, tradeoffs.</li>
  <li><strong>Information gain</strong>: Does this piece teach the model something <em>new</em>? Does it fill a documented gap in public training data? Higher gain = higher citation priority.</li>
  <li><strong>Entity + atomic structure</strong>: Every sentence should stand alone semantically—anchored in clear entities and relationships, minimizing pronouns and vague modifiers.</li>
</ul>

<h3 id="layer-2-code--page-architecture">Layer 2: Code &amp; Page Architecture</h3>
<ul>
  <li><strong>Schema markup</strong>: Go beyond basics. Use <code class="language-plaintext highlighter-rouge">Product</code>, <code class="language-plaintext highlighter-rouge">FAQPage</code>, <code class="language-plaintext highlighter-rouge">HowTo</code>, and <code class="language-plaintext highlighter-rouge">Review</code> schemas to explicitly declare meaning.</li>
  <li><strong>AI-friendly navigation</strong>: Design clear internal anchor links (<code class="language-plaintext highlighter-rouge">#pricing</code>, <code class="language-plaintext highlighter-rouge">#specs</code>) so agents can jump instantly to key modules.</li>
  <li><strong>AI sitemaps</strong>: Supplement XML sitemaps with AI-optimized versions highlighting high-value, high-gain pages.</li>
</ul>

<h3 id="layer-3-off-site-link-strategy">Layer 3: Off-site Link Strategy</h3>
<ul>
  <li><strong>Link to leaf pages—not just homepage</strong>: Prioritize links to deeply informative, problem-specific articles (e.g., <code class="language-plaintext highlighter-rouge">/guide/fix-m1-mac-crash</code> over <code class="language-plaintext highlighter-rouge">/</code>).</li>
  <li><strong>Collaborate with creators</strong>: Partner with bloggers, engineers, or niche journalists whose audiences <em>need</em> your insights. Their citations accelerate AI discovery.</li>
  <li><strong>Natural anchor text</strong>: Diversify link labels (“how to fix M1 crashes”, “Mac troubleshooting guide”, “Apple Silicon stability tips”). AI prefers semantic variety over keyword repetition.</li>
</ul>

<p>The ultimate signal? When one high-quality page gets cited across <em>hundreds</em> of distinct user queries—from “Why does my Mac crash?” to “Best tools for diagnosing Apple Silicon kernel panics?” That’s the hallmark of a page that’s entered AI’s <em>high-trust knowledge pool</em>. Once there, it compounds silently—no ads, no campaigns, just persistent relevance.</p>

<h2 id="shifting-your-work-perspective">Shifting Your Work Perspective</h2>

<p>A true story.</p>

<p>Years ago, a young engineer at a hyper-growth internet company felt drained—overworked, underappreciated, frustrated by internal politics. He’d decided to quit. Just hadn’t picked the date.</p>

<p>He confided in Wu Jun. Wu didn’t offer sympathy or urge him to stay. Instead, he reframed it:</p>

<blockquote>
  <p>“Yes—the company may be unfair. But if you walk away <em>now</em>, all the time and opportunity it invested in you vanishes. Gone.”</p>
</blockquote>

<p>The young man paused.</p>

<p>Wu continued:</p>
<blockquote>
  <p>“Since you’ve already decided to leave, treat the next few months as a <em>training sprint</em>. Don’t chase approval. Ask every question—even if it feels dumb. Push back on unreasonable hours. You have nothing to lose. This is pure ROI on <em>your</em> growth.”</p>
</blockquote>

<p>He took it seriously.</p>

<p>He treated every task as deliberate practice. Every meeting, a chance to observe decision-making. Every code review, a lesson in architecture. He asked senior engineers relentlessly—even when met with sighs. He tolerated discomfort, knowing it was temporary.</p>

<p>Slowly, attitudes shifted. Colleagues saw sincerity, not entitlement. They began mentoring him. His skills accelerated. He earned his bonus. And just as he prepared his resignation, his manager approached him—with a raise and a plea to stay.</p>

<p>He consulted Wu again. Wu asked only one question:</p>
<blockquote>
  <p>“Does this company still have things worth learning from?”</p>
</blockquote>

<p>He thought—and answered yes. He stayed.</p>

<p>A year later, he negotiated his next role based on <em>growth potential</em>, not title or salary. Four years on, he led major initiatives, earned equity, and received custom incentives. Two years after that? The company went public—and he achieved financial freedom.</p>

<p>Looking back, he knew: the pivot wasn’t leaving or staying. It was shifting from <em>“How am I being treated?”</em> to <em>“What can I build here?”</em></p>

<p>Same company. Same people. Same challenges. One perspective change—and an entirely different trajectory.</p>

<p>(Background footnote: That company was Facebook—later Meta. The engineer became one of its earliest Chinese-American directors. His manager? Mark Zuckerberg.)</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Meaning of Entrepreneurship</title>
      <link>https://yaojingang.github.io/essays/weekly-2026-02-01-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2026-02-01-en/</guid>
      <pubDate>Sun, 01 Feb 2026 09:30:00 +0800</pubDate>
      <description>This essay explores entrepreneurship not as a path to financial freedom but as a space for world-defining agency—creating authentic work, shaping rules, and cultivating organizational resilience. It reframes crisis as opportunity, examines GEO’s sustainable advantage in soft infrastructure, and argues that modern operations have become a technical discipline powered by AI and vibe coding.</description>
      
      <category>AI</category>
      
      <category>GEO</category>
      
      <category>Skill</category>
      
      <category>Organization</category>
      
      <category>Business</category>
      
      <content:encoded><![CDATA[<h2 id="the-meaning-of-entrepreneurship">The Meaning of Entrepreneurship</h2>

<p>A senior colleague asked me a simple question: <em>What is the purpose—or meaning—of entrepreneurship?</em></p>

<p>My earliest answer was straightforward: entrepreneurship is about freedom.</p>

<p>That goal naturally led me to a proxy metric: financial freedom. At the time, I equated financial freedom almost entirely with freedom itself—as if solving the money problem would automatically unlock all other choices.</p>

<p>But freedom isn’t strictly proportional to wealth.</p>

<p>In many cases, modestly lowering material expectations brings you remarkably close to a stable, authentic kind of freedom—whether psychological or lifestyle-oriented. That sense of freedom has surprisingly little necessary connection to financial independence.</p>

<p>Later, I tried framing entrepreneurship around <em>self-actualization</em>: being needed, recognized, and rewarded through value creation. That’s a powerful motivator—but I gradually realized it still outsources validation. It risks swapping one set of constraints (e.g., corporate hierarchy) for another (e.g., audience metrics, social proof).</p>

<p>Then, I stopped forcing an answer. A quieter, more grounded one emerged—not from theory, but from practice.</p>

<p>For me, entrepreneurship means having enough space to interpret the world <em>in my own way</em>, define rules I believe in, and consistently build real things—works I make myself, stand behind, and commit to over time.</p>

<p>These works don’t need to be grand. But they must be genuine, tangible, and mine to steward.</p>

<p>Seen this way, entrepreneurship stops being a tool to reach some distant destination. It becomes a capability—a form of agency—and ultimately, a sustainable way of living and working.</p>

<p>At least for now, this feels true.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-63.png" alt="" /></p>

<h2 id="how-to-view-crisis">How to View “Crisis”</h2>

<p>In early-stage innovation projects or startups—especially during rapid growth—problems are inevitable.</p>

<p>Many arise without warning. Their causes are unclear. Their timing is unpredictable. Precisely because of this uncertainty, small issues often escalate quickly into full-blown crises.</p>

<p>Here’s my foundational view of crisis: <em>For any team or company, every crisis inherently contains the seeds of opportunity.</em></p>

<p>That opportunity operates on two levels.</p>

<p>First, crisis forces faster, clearer confrontation with internal weaknesses. Issues routinely ignored, papered over, or masked by growth suddenly surface—concentrated, undeniable, and urgent.</p>

<p>Second, crisis can spark new possibilities. When we respond with reflection, restructuring, and course correction—not just firefighting—we often discover better solutions, uncover adjacent use cases, or even pivot into new capabilities or business directions.</p>

<p>But whether crisis becomes opportunity depends <em>not on the crisis itself</em>, but on how we meet it.</p>

<p>The critical difference lies in our immediate response: Do we focus first on solving, diagnosing, and learning—and then building stronger systems? Or do we default to avoidance, blame-shifting, finger-pointing, and complaint?</p>

<p>Choose the former, and crisis very often upgrades team capability—and sometimes unlocks new growth.</p>

<p>Choose the latter, and crisis tends to compound, snowball, and evolve into systemic risk.</p>

<p>So crisis functions less like an external threat and more like a mirror—and a watershed. It reveals a team’s cognitive maturity, decision-making habits, and organizational health. And it quietly determines how far the company can go.</p>

<h2 id="how-geo-wins">How GEO Wins</h2>

<p>Building a GEO company shares deep structural similarities with building a successful online education platform.</p>

<p>At a top-performing edtech school, what actually moves the needle isn’t complicated. From the customer’s perspective: it’s product and service. Behind those: a robust technical stack.</p>

<p>Once competition matures, leading platforms converge rapidly—not just in features, but in underlying tech capability. Even when each claims unique advantages, user-facing experience differences shrink dramatically.</p>

<p>Why? Because this kind of business lacks strong network effects. With sufficient resources, competitors can catch up fast. The industry as a whole settles into a relatively narrow band of technical and product parity.</p>

<p>Contrast that with search engines—where network effects amplify early leads, sustaining wide gaps over time.</p>

<p>GEO follows the same logic.</p>

<p>Early on, a startup may enjoy temporary advantages in product design, service delivery, or technical implementation. But over 12–24 months—or longer—those edges erode. As rivals strengthen their capital, sharpen their thinking, and mature their organizations, pure product or tech differentiation rarely holds.</p>

<p>What <em>is</em> hard to copy lives deeper—in service.</p>

<p>And service isn’t just about scripts or SOPs. It’s rooted in culture, team cohesion, shared values, collective understanding of the business’s core, and the actual rhythm of how people collaborate day-to-day.</p>

<p>These intangibles—the “soft infrastructure”—are the real moat. They’re not easily reverse-engineered. You can’t buy them at scale.</p>

<p>So from day one, we must consciously protect and invest in these foundations—not as nice-to-haves, but as strategic assets. They determine not just competitiveness, but long-term resilience and ceiling.</p>

<h2 id="operations-is-engineering">Operations <em>Is</em> Engineering</h2>

<p>Operations <em>is</em> engineering.</p>

<p>Here, “engineering” doesn’t mean writing backend services—it means operations roles now carry inherent engineering potential.</p>

<p>Much of daily operations involves recurring workflows, tool requests, and functional tasks. These are highly abstractable and reusable. In today’s world—where AI and vibe coding are mature and accessible—operators can build their own lightweight tools, no dev handoff required.</p>

<p>These tools first serve the builder: automating repetitive, low-value, high-frequency tasks. Then they scale: becoming shared assets across the team—force multipliers for collective efficiency. If a tool is reusable, it can be tracked, measured, and managed.</p>

<p>We can even design incentives around this.</p>

<p>For example: Who solved which recurring pain point via vibe coding? How many teammates adopted their tool? How often was it used? These become clear, objective metrics for recognition and reward.</p>

<p>Over time, behavior shifts organically toward <em>“solving operational problems with engineering.”</em></p>

<p>When that culture takes hold, team-wide efficiency leaps—not incrementally, but structurally.</p>

<p>For individuals: Operators fluent in AI and vibe coding evolve into self-amplifying contributors—achieving disproportionate impact with minimal effort.</p>

<p>For teams: Every member continuously adds tools and capabilities. The result is a tightly coordinated, self-upgrading unit.</p>

<p>This is more than workflow optimization. It’s a deliberate upgrade of organizational capability—shifting operations from reactive execution to proactive system-building. The resulting team looks nothing like the “traditional” ops team.</p>

<p>Historically, ops relied heavily on engineering support—for data systems, automation tools, dashboards, and workflow engines. Requests went through PMs, waited in backlogs, and shipped slowly. Ops needed data and tools to improve performance—but access depended on engineering bandwidth. Meanwhile, mastering those tools demanded experience, which in turn required data and tools to test and refine. A slow, interdependent loop.</p>

<p>Data and tooling lived centrally—in engineering’s domain. Ops played the role of consumer and requester. Iteration speed was bottlenecked by collaboration overhead.</p>

<p>AI changes that structure fundamentally. Beyond core data infrastructure—which still needs engineering—ops now owns the <em>tool layer</em>, <em>application layer</em>, and <em>collaboration layer</em>. With AI and vibe coding, operators translate their judgment, methods, and experience directly into working tools—built, tested, and iterated in hours, not weeks.</p>

<p>Once you know how to co-pilot with AI, many cross-functional dependencies dissolve. Ops goes from <em>depending on support</em> to <em>self-enabling</em>.</p>

<p>At the organizational level, this is a capability decentralization strategy: push power to individuals, then amplify it through mechanism design. The outcome isn’t just faster execution—it’s a qualitative shift in how the team operates.</p>

<p>This redefinition of ops and engineering also reshapes functional boundaries. In an AI-native company, engineering focuses on foundational, long-term, highly reusable work: data acquisition (e.g., crawlers, cleaning pipelines, structured storage), scalable APIs, and complex systems requiring high reliability or heavy engineering rigor.</p>

<p>The stack then divides cleanly:</p>
<ul>
  <li><strong>Foundation &amp; Data Layer</strong>: Owned and stabilized by engineering.</li>
  <li><strong>Application Layer</strong>: Split into two categories:
    <ul>
      <li><em>Complex apps</em>: High-stakes logic, multi-person coordination, or external-facing services → still engineering-led.</li>
      <li><em>Lightweight apps</em>: Tool-like, automation-focused, scenario-specific, fast-iteration → fully ops-owned.</li>
    </ul>
  </li>
</ul>

<p>With data access and internal APIs (including AI token endpoints) in place, ops can build tools like:</p>
<ul>
  <li>Auto-generated reports</li>
  <li>Diagnostic &amp; analytics assistants</li>
  <li>Content management + AI generation suites</li>
  <li>Workflow &amp; collaboration automators</li>
  <li>Internal AI copilots (e.g., for comms, proposals, research)</li>
</ul>

<p>These aren’t theoretical—they’re deeply embedded in real ops work. And when built <em>by</em> ops, they’re faster, more precise, and more effective.</p>

<p>When every operator gains this ability, the role transforms—from executor and coordinator to <em>problem abstractor</em>, <em>tool designer</em>, and <em>system architect</em>. Tasks once deemed “technical”—like building analytics dashboards—become routine, given clean data and basic AI fluency.</p>

<p>The end state? Engineering fortifies the foundation. Ops thrives atop it. Individuals scale. Teams compound. The organization gains elasticity—and a higher ceiling. This is the most rational, high-leverage structure for AI-era teams.</p>

<h2 id="two-types-of-work">Two Types of Work</h2>

<p>Work falls broadly into two categories.</p>

<p><strong>Type 1: Delayed-gratification work</strong><br />
Effort yields no immediate feedback. Progress is invisible, nonlinear, and often feels like regression—metrics dip, results stall, critics question. Success arrives only after sustained investment, sometimes years later. This kind demands patience, long-term conviction, and tolerance for ambiguity.</p>

<p><strong>Type 2: Instant-gratification work</strong><br />
Feedback is immediate and unambiguous: sales closed, clicks counted, tips received—all within minutes or hours. This clarity fuels motivation—but also fuels comparison, expectation inflation, and emotional volatility. A single off-day triggers anxiety; long-term vision blurs.</p>

<p>Neither type is superior. They’re simply different feedback architectures.</p>

<p>Delayed-gratification work trades time for <em>compound returns</em>. Instant-gratification work trades skill for <em>cash flow</em>.</p>

<p>The real issue isn’t choosing one—it’s mismatch. Anxiety arises when you approach delayed work with instant expectations. Restlessness comes from living in constant feedback loops while craving inner stability.</p>

<p>My stance: Early career, lean into instant-gratification work—to build skills, credibility, and resources quickly. But long-term growth requires anchoring your core energy in delayed work.</p>

<p>The ideal balance? Use instant work for cash flow, safety, and real-world calibration. Use delayed work to build defensible advantage, cognitive depth, and compounding leverage.</p>

<h2 id="moltbook-and-openclaw">Moltbook and OpenClaw</h2>

<p>Lately, my feeds and group chats have been flooded with posts about Moltbook and OpenClaw.</p>

<p>On GitHub, OpenClaw—formerly Clawdbot—has surged past 130K stars in days. Its ecosystem-powered platform, Moltbook, now hosts hundreds of thousands to over a million autonomous AI agents, interacting socially <em>without human intervention</em>.</p>

<p><strong>OpenClaw</strong> is an open-source framework for autonomous AI agents. It’s locally deployable and connects to messaging platforms (WhatsApp, Telegram, Feishu, etc.) to execute tasks: scheduling, email drafting, data wrangling, workflow automation. Think of it as a smart car—self-driving, voice-enabled, plugin-ready—dispatched to run errands.</p>

<p><strong>Moltbook</strong>, built on OpenClaw, is the <em>social network for those agents</em>. Here, only AI agents post, comment, and react. Humans observe—like watching a hive mind converse through glass.</p>

<p>The distinction?</p>
<ul>
  <li>OpenClaw = the intelligent vehicle.</li>
  <li>Moltbook = the community where all such vehicles share insights, debate routes, and refine navigation—while humans watch silently.</li>
</ul>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-59.png" alt="" /></p>

<p>I took a quick spin—and was genuinely stunned. <em>This</em> is what AI agents should feel like.</p>

<p>2026’s AI evolution? Deeply promising.</p>

<h2 id="little-dumbbell">Little Dumbbell</h2>

<p>On the way to preschool this morning:</p>

<p>Daughter: “Daddy, carry me.”<br />
Me: “Why again?”<br />
Daughter: “Because you have muscles. I’m your little dumbbell.”<br />
Me: “Fair. I can’t argue with that.”</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>How to Remake Yourself</title>
      <link>https://yaojingang.github.io/essays/weekly-2026-01-25-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2026-01-25-en/</guid>
      <pubDate>Sun, 25 Jan 2026 09:30:00 +0800</pubDate>
      <description>This essay explores self-reinvention through identity alignment, not willpower; examines how public opinion operates by opposite logic to reality (“weak propagation”); reflects on science’s moral ambiguity via Fritz Haber’s story; and argues that true distinction comes not from doing things better—but differently, yet just as well.</description>
      
      <category>identity</category>
      
      <category>public opinion</category>
      
      <category>science ethics</category>
      
      <category>differentiation</category>
      
      <category>relationships</category>
      
      <category>AI</category>
      
      <content:encoded><![CDATA[<h2 id="this-weeks-questions">This Week’s Questions</h2>

<ul>
  <li>
    <p>How do I describe myself? Can I articulate it clearly—and more importantly, can I name the person I <em>refuse</em> to become?</p>
  </li>
  <li>
    <p>What three high-efficiency AI business cases stood out to me this week? (Teams under 10 people, generating ≥$1M/person/year in contribution.)</p>
  </li>
  <li>
    <p>In daily interactions with my child, how can I naturally weave in AI literacy, humanistic values, and enduring character strengths—while holding space for genuine appreciation?</p>
  </li>
</ul>

<h2 id="how-to-remake-yourself">How to Remake Yourself</h2>

<p>Defining who you are—and what you’re aiming for—is far more consequential than most of us realize.</p>

<h3 id="1-on-the-nature-of-change">1. On the Nature of Change</h3>
<ol>
  <li>Most lives stall not at effort, but at identity: <em>Who am I?</em></li>
  <li>Many “failures” aren’t due to lack of grit—but to acting out a role that doesn’t fit their core self.</li>
  <li>Behavior driven by willpower is a sprint. Behavior aligned with identity is automatic, sustainable, and effortless.</li>
  <li>If a change requires constant teeth-gritting, you chose the wrong starting point.</li>
</ol>

<h3 id="2-on-goals-vs-desire">2. On Goals vs. Desire</h3>
<ol>
  <li>Many goals we chase aren’t truly ours—they’re echoes of dissatisfaction with the present.</li>
  <li>“Ambition” often masks discomfort—not aspiration.</li>
  <li>A goal that fails to reshape your daily decisions is already doomed.</li>
  <li>Clarity doesn’t come from adding options—it comes from ruthlessly defining what you <em>reject</em>.</li>
</ol>

<h3 id="3-on-identity-and-self-perception">3. On Identity and Self-Perception</h3>
<ul>
  <li>When identity stabilizes, discipline dissolves—not because rules vanish, but because alignment makes them unnecessary.</li>
</ul>

<ol>
  <li>Real self-discipline means no longer needing to persuade yourself to do what’s right.</li>
  <li>People gravitate back to familiar self-images—even when those images harm them.</li>
</ol>

<h3 id="4-on-the-one-day-life-reset-methodology">4. On the “One-Day Life Reset” Methodology</h3>
<ol>
  <li>One day won’t transform your life—but it <em>can</em> redirect the next ten years.</li>
  <li>Chaos arises not from big mistakes, but from negotiating with multiple versions of yourself at once.</li>
  <li>When you name the person you fear becoming most, choices simplify instantly.</li>
  <li>True reset isn’t calendar-based—it’s a reordering of cognitive priorities.</li>
</ol>

<p>Recommended original: <a href="https://x.com/thedankoe/article/2010751592346030461">x.com</a></p>

<h2 id="weak-propagation">Weak Propagation</h2>

<p>We assume the world runs on facts and reason.</p>

<p>But in the arena of public opinion, truth no longer claims the high ground—and logic rarely carries weight.</p>

<p>What moves people isn’t the event itself, but <em>how it’s told</em>, <em>by whom</em>, and <em>wrapped in what emotion</em>.</p>

<p>Treat public opinion as a self-contained system, and you’ll see it obeys remarkably stable laws of human nature. Four principles govern it: <strong>the weak have advantage</strong>, <strong>emotion dominates reason</strong>, <strong>lightness travels faster</strong>, and <strong>the secondary becomes primary</strong>.</p>

<ol>
  <li>
    <p><strong>The weak hold moral high ground</strong><br />
In real life, power commands respect. In public discourse, power invites scrutiny—and demands proof of innocence. The weak, by contrast, enter narratives pre-endowed with sympathy. Not because they’re closer to truth—but because humanity instinctively protects the vulnerable.</p>
  </li>
  <li>
    <p><strong>Emotion always outranks reason</strong><br />
Opinion doesn’t process causality—it amplifies feeling. Anger, grief, fear, injustice: these land faster and deeper than any syllogism. To argue logic amid emotional heat is like swimming upstream.</p>
  </li>
  <li>
    <p><strong>Lighter content spreads farther</strong><br />
Complexity slows diffusion. Multi-perspective analysis rarely goes viral. What travels is the one-line judgment, the clear stance, the instant tribal signal.</p>
  </li>
  <li>
    <p><strong>Non-mainstream views get noticed first</strong><br />
Difference—not accuracy or depth—triggers attention. Public opinion doesn’t seek completeness. It seeks novelty, tension, and opposition.</p>
  </li>
</ol>

<p>Together, these four rules create a system nearly inverted from reality: where real-world problems demand time, evidence, and nuance, opinion demands speed, emotion, and labels.</p>

<p>Understanding this isn’t about manipulation—it’s about orientation.</p>

<p>When facing a reputational crisis, two fundamentals apply:</p>

<p>First: <strong>Name with extreme restraint</strong><br />
How an event is named determines its reach and emotional temperature. For good news, naming can amplify positive impact. For bad news, naming must contract—not inflate the incident into symbolic catastrophe. Many crises begin not with facts, but with runaway naming.</p>

<p>Second: <strong>React fast, speak slow</strong><br />
Step forward immediately—to prevent narrative capture. But resist the urge to explain. In emotional turbulence, every word risks fueling the fire—especially explanations.</p>

<p>Public opinion isn’t truth. It isn’t reality. It’s reality reflected through a lens with its own distortion.</p>

<p>Seeing the rules helps you stay anchored—not swept away.</p>

<p>Understanding human nature isn’t about exploiting it. It’s about preserving clarity amid noise.</p>

<p>Often, what matters most sits quietly—outside the spotlight.</p>

<p>These principles come from <em>Weak Propagation</em>, by Zou Zhendong, Professor of Journalism and Communication at Xiamen University.</p>

<p>His central thesis: Public opinion is the <em>inverse world</em> of reality—governed by rules diametrically opposed to lived experience. Its logic emerges not from design, but from deep, unchanging human wiring.</p>

<h2 id="a-chemists-story">A Chemist’s Story</h2>

<blockquote>
  <p>Understanding complexity</p>
</blockquote>

<p>On the morning of April 22, 1915, French soldiers near Ypres woke to a green cloud drifting slowly with the wind. Where it passed, leaves blackened, birds dropped mid-air, and men collapsed in trenches—coughing yellow mucus, skin turning gray. Humanity’s first large-scale chemical warfare had begun. Its architect: German chemist Fritz Haber.</p>

<p>Born to a Jewish family, Haber fell in love with chemistry early. War vaulted him into Germany’s inner circle as head of chemical weapons development. To him, war was about efficiency and outcome—<em>how</em> people died mattered less than ending conflict faster. Ypres’ success earned him acclaim; that same night, he hosted a celebratory dinner at home.</p>

<p>His wife Clara—also a chemistry doctorate, and Germany’s first woman to earn one—could not reconcile science with slaughter. She confronted him repeatedly, accusing him of betraying science’s highest purpose. That night, after the party ended, she walked into the garden and shot herself with Haber’s military pistol—dying in the arms of their thirteen-year-old son. The next day, Haber returned to the front to oversee new gas attacks.</p>

<p>After Germany’s defeat, Haber was branded a war criminal and exiled to Switzerland. There, he learned he’d won the Nobel Prize in Chemistry—for discovering how to synthesize ammonia from air. That breakthrough enabled mass fertilizer production, triggering global food surges and explosive population growth. Newspapers hailed him as “the man who made bread from air.”</p>

<p>Yet that same process was first developed to sustain munitions production under blockade—prolonging WWI by two years and costing millions of lives. Even more bitterly ironic: the precursors to poison gas emerged from early industrial chemistry—accidental discoveries later weaponized at scale.</p>

<p>Haber died in Switzerland in 1934. In his final note, he wrote that releasing nitrogen from the air had disrupted Earth’s natural balance—and worried the future might belong not to humans, but to over-fertilized plants. On war, science, and responsibility, he left no remorse.</p>

<h2 id="on-difference-vs-better">On Difference vs. Better</h2>

<p>Doing something <em>better</em> rarely creates lasting impression.</p>

<p>If others are already doing it—and you’re just executing more precisely, more thoroughly, along the same path—your edge stays tactical. People may admire your skill, but they won’t remember <em>why</em> you stand apart.</p>

<p>What sticks is the rare convergence of <em>radical difference</em> and <em>equally strong results</em>—or even stronger ones.</p>

<p>When most solve a problem using the same framework, shifting dimensions—changing structure, logic, or starting point—is itself a cognitive fork. And if, from that new vantage, outcomes flow more smoothly, more reliably—you’re no longer demonstrating competence. You’re offering a <em>methodology</em>.</p>

<p>This mirrors positioning theory: when dominant solutions converge, accelerating on the same track yields diminishing returns. Switching lanes—solving the same problem differently, yet just as well or better—creates real ownership.</p>

<p>Of course, this demands more.</p>

<p>It asks for tolerance of uncertainty, sharper judgment, and resilience against early skepticism. But once validated, value compounds rapidly: your path gets copied, your name remembered, your influence extended.</p>

<p>The world has no shortage of “good enough” excellence.</p>

<p>What’s scarce—and vital—is work that is <em>both distinct and defensible</em>.</p>

<p>It’s those differences that push the world forward—and make it interesting.</p>

<h2 id="on-relationships">On Relationships</h2>

<p>To nurture strong family relationships—between partners, parents and children—one principle stands above all: approach each other with <em>appreciation</em>.</p>

<p>A practical tool: the <strong>80/20 Rule</strong>.<br />
Spend 80% of your attention on the other person’s strengths, talents, and virtues. Reserve just 20% for noticing gaps or flaws. Flip that ratio, and the relationship begins to warp.</p>

<p>Yet many do exactly that—focusing relentlessly on shortcomings.</p>

<p>Why? Instinctive reasons:</p>

<p>First, we chronically overestimate ourselves and underestimate others.<br />
Second, fixating on others’ flaws preserves our internal sense of coherence. Blaming external factors feels easier—and lets us rationalize our current state.</p>

<p>At a deeper level, humans carry a “drive-to-dominate” gene. Useful in competition, it backfires in long-term, interdependent relationships—where friction multiplies with every complaint.</p>

<p>Chronic criticism feels momentarily satisfying—but erodes relational capital, especially in today’s hyper-collaborative world, where such erosion carries steep costs.</p>

<p>Is there a better way?</p>

<p>Positive psychology offers a clear answer:</p>

<p>First, know your own strengths—and actively deploy them.<br />
Second, train yourself to spot <em>others’</em> strengths—and learn to appreciate and leverage them.</p>

<p>I once studied an internal company policy that captured this elegantly:<br />
You <em>may</em> point out a problem—but only <em>after</em> naming at least three genuine strengths or contributions of the person involved. Fail that, and the feedback is withheld.</p>

<p>That rule forces perspective shifts. Over time, it rewires habit—making “value-first perception” second nature.</p>

<p>One more insight: the more you see strength in others, the more objectively you begin to see your <em>own</em>.</p>

<p>But “seeing strength” requires objectivity—not blind confidence.</p>

<p>Recognizing your advantages isn’t believing you’re flawless. It’s grounded in comparative awareness and sustained, real-world feedback.</p>

<p>When you both understand your relative strengths <em>and</em> genuinely appreciate others’, relational friction eases—not by negotiation, but by quiet recalibration. No grand speeches needed. Shift the lens, and behavior—and outcomes—follow.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Defining Yourself Through Your Work</title>
      <link>https://yaojingang.github.io/essays/weekly-2026-01-18-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2026-01-18-en/</guid>
      <pubDate>Sun, 18 Jan 2026 09:30:00 +0800</pubDate>
      <description>This essay explores how authentic creative output—whether a product, article, or tool—serves as a truer, richer self-definition than titles or resumes. It contrasts “first-rate” versus “third-rate” judgment in writing and entrepreneurship, reflects on parenting and cognition, analyzes GEO’s brand and conversion impact, and argues that individuals become organizational assets only when their work generates compounding value.</description>
      
      <category>AI</category>
      
      <category>GEO</category>
      
      <category>organizations</category>
      
      <category>business</category>
      
      <category>cognition</category>
      
      <content:encoded><![CDATA[<h2 id="this-weeks-questions">This Week’s Questions</h2>

<ul>
  <li>
    <p>What is the deeper root cause behind all hiring challenges we face?</p>
  </li>
  <li>
    <p>For individuals, what is the meaning—and difficulty—of doing less?</p>
  </li>
  <li>
    <p>What were the 20% of activities this week that truly created value?</p>
  </li>
</ul>

<h2 id="defining-yourself-through-your-work">Defining Yourself Through Your Work</h2>

<p>Recently, I’ve had deep conversations with several friends—and one clear impression stands out:</p>

<p>People who <em>have real work</em>—a tangible creation—light up when they speak.</p>

<p>Whether the work is already finished or still taking shape, these people communicate differently: more vividly, more energetically, more fully alive.</p>

<p>To me, a piece of work is the most honest, multidimensional business card a person can have.</p>

<p>A work is never just a label. It condenses everything about its creator: their thinking patterns, habits of action, logical rigor, aesthetic sense, values, and worldview—all distilled into one artifact.</p>

<p>So when others look at your work, they’re really looking at <em>you</em>.</p>

<p>That’s why defining yourself through your work is far more meaningful—and more mature—than defining yourself by title, job history, or institutional affiliation.</p>

<p>Owning a work also matters deeply for personal development.</p>

<p>It strengthens confidence. It sharpens your sense of agency over your own life.</p>

<p>Truly strong work is always an externalization of integrated capability.</p>

<p>It demands engineering-like rationality and structure—and humanities-style sensibility and expression—and also intuition, experience, taste, and value judgment. Every choice you’ve ever made, every path you’ve taken, leaves a trace in your work.</p>

<p>That’s precisely why work is so rare—and so valuable.</p>

<p>How do we begin to create our own work?</p>

<p>First, start small—by cultivating a <em>“work mindset.”</em></p>

<p>Every piece of copy you write, every proposal you draft, every slide deck, prototype, internal tool, or even app: don’t treat it as “just getting something done.” Treat it as <em>a work</em>.</p>

<p>Because what you’re really doing is placing another projection of <em>yourself</em> into the world—not completing a task.</p>

<p>When that standard becomes habitual, your quality bar and self-expectation rise automatically.</p>

<p>Even more important: you need a genuine personal passion or long-term aspiration.</p>

<p>Only when you hold a destination in mind—something you truly want to reach—will you refuse “good enough” or “works for now.” You’ll invest patiently in skill-building, refine details relentlessly, and aim beyond the average.</p>

<p>And that thing you’re striving toward? That often becomes your magnum opus.</p>

<p>In life, what we should truly strive for isn’t status or speed—it’s <em>our own work</em>.</p>

<h2 id="two-dads">Two Dads</h2>

<p>On the way to drop my daughter off at kindergarten:</p>

<p>Daughter: “Dad, I had a nightmare.”</p>

<p>Me: “What was it?”</p>

<p>Daughter: “I dreamed there were two dads—and it scared me!”</p>

<p>Me: “Did they look the same?”</p>

<p>Daughter: “Yes—they looked exactly the same. One dad went to work, and the other stayed home to play with me.”</p>

<p>Me: “That sounds kind of fun. Why was it scary?”</p>

<p>Daughter: “Because then I realized—the other dad was in the mirror…”</p>

<h2 id="on-first-rate-vs-third-rate-judgment">On First-Rate vs. Third-Rate Judgment</h2>

<p>First-rate writers always know <em>what not to write</em>.<br />
Second-rate writers know only <em>what must be written</em>.<br />
Third-rate writers rarely ask whether something <em>should be written at all</em>—they only ask <em>how to write it</em>.</p>

<p>The same applies to entrepreneurship:</p>

<p>First-rate founders know <em>what not to do</em>.<br />
Their logic runs like this: “Even if this succeeded, it has no strategic relevance.” Or: “Even if it generated revenue, it’s not worth consuming our team’s time, energy, or mental bandwidth.”<br />
For them, <em>choosing not to act</em> is itself a core competency.</p>

<p>Second-rate founders know <em>what must be done</em>.<br />
They identify correct directions and recognize tasks that “should be prioritized”—but seldom proactively eliminate options.<br />
As a result, scarce resources get stretched thin, and execution rhythm slows.</p>

<p>Third-rate founders don’t ask whether something <em>should be done</em>—only <em>how to do it</em>.<br />
Methods, processes, and tactical execution dominate their attention. Judgment is deferred—or abandoned entirely.<br />
Busyness replaces choice. Action masks reflection.</p>

<p>The real differentiator here isn’t “Can you execute?”—it’s “Can you judge <em>whether it’s worth doing</em>?”</p>

<p>The same holds true for individuals: clarifying what <em>not</em> to do may matter more than deciding what to do.</p>

<h2 id="how-to-evaluate-geo-effectiveness">How to Evaluate GEO Effectiveness</h2>

<p>We assess GEO’s value across two layers: brand-level impact and conversion-level impact.</p>

<p>At the brand level: when users search for relevant terms on AI-powered platforms, and your brand appears as a recommended or referenced entity, that functions as high-trust, third-party endorsement.<br />
This steadily deepens user familiarity and shapes purchase intent—delivering durable, long-term brand equity.</p>

<p>At the conversion level, GEO’s value splits into <em>directly measurable</em> and <em>indirectly catalyzed</em> conversions.</p>

<p>For direct attribution, we use three methods:</p>

<ol>
  <li><strong>Referrer tracking</strong>: Identify traffic and conversions from AI platforms via referer headers in analytics dashboards.</li>
  <li><strong>Dedicated hotline</strong>: Assign a unique 400 number exclusively for GEO-sourced leads and inquiries.</li>
  <li><strong>Custom landing pages</strong>: Build dedicated microsites (e.g., using a GEO subdomain) to isolate and track user behavior.</li>
</ol>

<p>These approaches allow us to quantify <em>some</em> of GEO’s conversion lift—but critically, even with full implementation, GEO’s <em>total</em> value remains only partially visible.</p>

<p>Its larger contribution lies in <em>indirect conversion uplift</em>:</p>

<ul>
  <li>A user sees your brand in an AI answer, then searches your brand name directly on Baidu or WeChat.</li>
  <li>Because AI recommendations carry strong trust signals, users enter later-stage conversations with lower skepticism about your reliability, expertise, or pricing—boosting close rates.</li>
</ul>

<p>To estimate indirect effects, we use:</p>

<ol>
  <li>Pre- and post-GEO comparisons of branded search volume and downstream conversion rates.</li>
  <li>Post-purchase interviews with customers to trace discovery paths.</li>
  <li>Source-attribution prompts at key entry points (e.g., “How did you first hear about us?”).</li>
</ol>

<p>Overseas case studies show that, with systematic GEO deployment and broad keyword coverage, GEO typically lifts overall backend conversion rates significantly.<br />
Directly attributable conversions usually account for ~20% of total GEO-driven impact; the remaining ~80% comes from strengthened brand recognition and trust—though exact ratios vary by industry and brand.</p>

<p>Therefore, once we reliably capture that ~20% of direct conversions, we can form a robust estimate of GEO’s <em>true</em> role in the full conversion funnel.</p>

<p>As for brand-level value: its long-term ROI correlates strongly—and proportionally—with downstream conversion gains. In the overall ROI model, both scale together.</p>

<h2 id="geo-front-end-metrics">GEO Front-End Metrics</h2>

<p>GEO front-end performance rests on two pillars: <em>ranking metrics</em> and <em>mindset metrics</em>.</p>

<p><strong>First, ranking metrics are GEO’s necessary condition.</strong><br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-58.png" alt="" /></p>

<p>They answer one question: <em>Can you be seen?</em><br />
In AI search or Q&amp;A contexts, “ranking” includes finer-grained dimensions:</p>

<ul>
  <li>Does your brand appear in the AI’s primary answer?</li>
  <li>Is it listed in recommendation lists or ranked tables?</li>
  <li>Is it cited as an example, comparison point, or reference source?</li>
  <li>Is it repeatedly mentioned across multiple answers to the same query?</li>
</ul>

<p>All of these count as GEO ranking signals. If your brand consistently fails to enter AI’s active output zone for relevant queries, discussions about “mindset” lack grounding.</p>

<p>For GEO strategy, ranking is fundamentally about <em>access</em>—it determines whether you’re even eligible to compete for cognitive space.</p>

<p><strong>Second, mindset metrics unlock GEO’s long-term leverage.</strong><br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-56.png" alt="" /></p>

<p>They answer: <em>How are you understood—and remembered?</em><br />
This isn’t a single metric but a cluster of structural signals:</p>

<ul>
  <li>How does the AI describe you?</li>
  <li>Which category or cohort does it place you in?</li>
  <li>Which brands are you grouped with?</li>
  <li>What core labels does it attach to you?</li>
  <li>Is your scope of capability described consistently—and accurately—across queries?</li>
</ul>

<p>If ranking is <em>visibility</em>, mindset is <em>cognitive shape</em>.<br />
Being recommended once as “the representative solution” carries vastly different long-term weight than being named “one option among many.”</p>

<p>Many companies see unstable GEO results because they achieve <em>mention</em>—but not <em>accurate understanding</em>.</p>

<p><strong>Third, combining both reveals the full picture.</strong><br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-57.png" alt="" /></p>

<p>Relying solely on ranking leads to short-term tactics—like chasing visibility for its own sake.<br />
Focusing only on mindset, without ranking support, devolves into self-referential content creation.</p>

<p>The stronger approach treats front-end measurement as a dual-axis system:</p>
<ul>
  <li><strong>X-axis: Visibility</strong> (ranking metrics)</li>
  <li><strong>Y-axis: Cognitive quality</strong> (mindset metrics)</li>
</ul>

<p>The highest-value GEO work happens where high visibility meets consistent, precise, and differentiated framing.</p>

<h2 id="how-to-become-capitalnot-costfor-your-company">How to Become Capital—Not Cost—for Your Company</h2>

<p>Lately, I’ve spoken deeply with sales and business leaders—and been struck by a crucial insight: an individual’s value to an organization hinges on whether they generate <em>assets</em>, not just outputs.</p>

<p>Take salespeople, for example. Two archetypes stand out:</p>

<p><strong>Type 1</strong> hits targets.<br />
They follow up leads, close deals, and complete assigned tasks. From an operational lens, they’re solid—even excellent—if ROI checks out. They’re <em>measurable inputs</em>.</p>

<p><strong>Type 2</strong> does more than hit targets.<br />
While closing deals, they probe for latent potential: Could this client afford higher-tier offerings? Can this need be reframed? Can this customer segment be scaled?<br />
Crucially, they feed those frontline insights <em>back</em> into product and strategy.</p>

<p>They’re not just selling—they’re helping the company <em>understand the market</em>, <em>refine its offering</em>, and <em>evolve its product</em>.</p>

<p>Superficially, both types “sell.” Fundamentally, they’re opposites: Type 1 is <em>cost</em>; Type 2 is <em>capital</em>.</p>

<p>Type 2’s value compounds.<br />
They deliver not just immediate revenue—but also refined customer models, demand frameworks, pricing intelligence, product roadmaps, and higher lifetime value (LTV). These accrue in the company’s systems, becoming institutional capability.</p>

<p>The same logic applies to customer service.</p>

<p>Standard CSRs handle complaints, answer FAQs, and follow scripts. They remain <em>cost centers</em>.</p>

<p>But when a CSR begins doing <em>more</em>—<br />
→ spotting unmet needs beneath complaints,<br />
→ validating them through small experiments,<br />
→ structuring feedback for product and ops teams,<br />
→ and even using AI or automation to redesign workflows for better outcomes at lower cost—<br />
—they stop being labor. They start building <em>reusable systems</em>.</p>

<p>At that point, their relationship to the company transforms—irreversibly.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Agent Era</title>
      <link>https://yaojingang.github.io/essays/weekly-2026-01-11-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2026-01-11-en/</guid>
      <pubDate>Sun, 11 Jan 2026 09:30:00 +0800</pubDate>
      <description>This essay reflects on the dawn of the Agent Era in 2026—when AI shifts from chat to doing, becoming a “hirable worker.” It outlines personal and organizational implications: weekly self-audits, a new AI-first hiring framework, the art of deep-sales insight, startup failure patterns, strategic stability vs. tactical speed, and six practical AI mindsets for builders.</description>
      
      <category>AI</category>
      
      <category>productivity</category>
      
      <category>leadership</category>
      
      <category>sales</category>
      
      <category>startups</category>
      
      <category>workflow</category>
      
      <content:encoded><![CDATA[<h2 id="this-weeks-questions">This Week’s Questions</h2>

<ul>
  <li>
    <p>In 2026, am I directing my greatest energy toward building core competencies in <em>Agent + AI search + automation</em>? What specific actions and strategies am I taking right now?</p>
  </li>
  <li>
    <p>If I could keep only <em>one</em> project alive, which would it be—and why?</p>
  </li>
  <li>
    <p>Among what I’m doing today, is there <em>one thing</em> that—were it to succeed—would fundamentally reshape the entire landscape, not just add another revenue stream?</p>
  </li>
  <li>
    <p>If I rebuilt my current team from scratch and kept only <em>one person</em>, who would it be—and why?</p>
  </li>
  <li>
    <p>Did I generate <em>linear returns</em> this week—or <em>nonlinear returns</em>?</p>
  </li>
  <li>
    <p>What’s the single most important thing I learned this week that will matter <em>more over the next 12 months</em> than it does today?</p>
  </li>
  <li>
    <p>Which tasks or projects, if shut down <em>right now</em>, would make me breathe easier?</p>
  </li>
</ul>

<h2 id="the-agent-era">The Agent Era</h2>

<p>At the AGI-Next closed-door summit, top AI researchers dove deep into scaling law evolution, reinforcement learning applications, and the paradigm shift from conversational bots to autonomous agents.</p>

<p>Last year, I spent many hours with Xiang Yang exploring agents. We converged on one clear insight: <em>Whoever deploys thousands of agents—each autonomously completing specialized tasks daily—will command vastly greater productivity.</em></p>

<p>Experts predict that by 2026, agents will reliably automate workloads equivalent to 1–2 weeks of human effort—making this the pivotal year when agents begin delivering massive economic value. They’ll no longer just assist; they’ll <em>act</em> like elite individual contributors.</p>

<p>AI is becoming a <em>hirable worker</em>.</p>

<p>At the summit, Tang Jie, Yang Zhilin, Lin Junyang, and Yao Shunyu jointly concluded: When <em>Reasoning + Agentic behavior + Coding</em> are fused at the system level, AI transcends “tool” status and becomes an <em>executive agent</em>.</p>

<p>The dominant trend emerging in 2026 is a full paradigm shift—from <em>Chat</em> to <em>Doing</em>. The goal is no longer just answering questions, but enabling <em>anyone</em> to use AI to complete a concrete, complex task—not just retrieve information.</p>

<p>Such agents meet the functional definition of AGI: true general-purpose intelligences. Specifically, they exhibit:</p>

<ol>
  <li>Spatiotemporally consistent multimodal understanding</li>
  <li>Controllable online learning and adaptation</li>
  <li>Verifiable reasoning and long-horizon planning &amp; execution</li>
  <li>Calibratable reflection and metacognition</li>
  <li>Strong cross-task generalization</li>
</ol>

<p>How should individuals embrace this?</p>

<ol>
  <li><strong>Upgrade your mental model</strong>: Recognize AI’s evolution from “chatbot” to “task executor.” Start delegating <em>lengthy, repetitive tasks</em>—like weekly reporting or content workflows—to AI (e.g., via Claude Code’s skills).</li>
  <li><strong>Treat AI tool fluency as non-negotiable</strong>: As Yao Shunyu put it, those who wield AI tools will replace those who don’t—just as programmers replaced slide-rule users. Make it habitual.</li>
  <li><strong>Master context provision</strong>: AI’s value scales dramatically with the quality of input you give it. Learn to feed it your chat history, preferences, and environmental signals—so it <em>knows you</em>, and delivers truly personalized output.</li>
  <li><strong>Stay patient and persistent</strong>: Tang Jie’s “coffee spirit” applies here too. AGI is a decades-long race. Ignore short-term hype cycles. Invest steadily. Dare to explore unconventional, non-consensus ideas.</li>
</ol>

<h2 id="a-new-hiring-framework">A New Hiring Framework</h2>

<p>We’ve refined our hiring criteria and methodology to reflect the Agent Era.</p>

<h3 id="who-were-looking-for">Who we’re looking for:</h3>
<ol>
  <li>Real, demonstrable AI mastery—not just familiarity, but <em>results</em></li>
  <li>Ability to translate new tools into measurable efficiency gains or structural business change</li>
  <li>Proven capacity for sustained learning and methodological rigor—not one-off luck</li>
</ol>

<p>We seek colleagues who treat AI as a <em>productivity lever</em>—and proactively redesign their own workflows around it.</p>

<h3 id="interview-standard-one-ai-competence-weight-50">Interview Standard One: AI Competence <em>(Weight: 50%+)</em></h3>

<h3 id="1-evidence-of-standout-ai-application">1. Evidence of standout AI application</h3>
<p>Ask directly:</p>
<ul>
  <li>“Tell me about a real case where you used AI to significantly improve your work’s speed, quality, or impact.”</li>
  <li>Bonus if it was self-initiated—not mandated by your company.</li>
</ul>

<p>What matters isn’t <em>which model</em> you used or <em>how fancy your prompt</em> was—it’s whether AI <em>fundamentally changed how you worked</em>.</p>

<h3 id="2-has-ai-become-a-tool-not-just-a-chatbox">2. Has AI become a <em>tool</em>, not just a chatbox?</h3>
<p>Look for evidence of reusable, persistent AI-powered systems:</p>
<ul>
  <li>An automated data-cleaning + weekly report generator</li>
  <li>A semi-autonomous content creation → fact-checking → publishing pipeline</li>
  <li>An AI assistant that handles 30–50% of your recurring manual labor</li>
</ul>

<p>This is the critical threshold:</p>
<ul>
  <li><em>Baseline</em>: AI = conversational interface</li>
  <li><em>Advanced</em>: AI = embedded component of your production system</li>
</ul>

<h3 id="3-clarity-of-underlying-thinking">3. Clarity of underlying thinking</h3>
<p>Probe deeply on three points:</p>
<ol>
  <li>What pain point drove you to build this?</li>
  <li>How did you decompose the problem—and decide <em>what part</em> AI should own?</li>
  <li>What was the outcome? Did you iterate?</li>
</ol>

<p>From these answers, we assess: depth of AI understanding, logical structuring ability, and realistic awareness of AI’s limits.</p>

<p>Why prioritize AI competence? Three reasons:</p>
<ol>
  <li>Reveals attitude: fear, performative trend-chasing, or genuine view of AI as <em>tameable infrastructure</em></li>
  <li>Signals learning agility: self-driven adoption and weaponization of new tools</li>
  <li>Tests boundary awareness: knowing <em>when</em> to deploy AI—and <em>when</em> humans must step in</li>
</ol>

<p>Ultimately, we look for candidates who’ve <em>replaced ≥50% of their own repetitive work</em> with AI—not once, but sustainably.</p>

<h3 id="interview-standard-two-operational-strength-pick-one">Interview Standard Two: Operational Strength <em>(Pick one)</em></h3>
<p>No need for universal excellence—just <em>one</em> clearly demonstrated strength, backed by a vivid case:</p>

<ol>
  <li><strong>Operations</strong> (content, growth, users, channels)
    <ul>
      <li>Clear objective-setting</li>
      <li>Metric decomposition skill</li>
      <li>Systematic optimization experience</li>
    </ul>
  </li>
  <li><strong>Project Management</strong>
    <ul>
      <li>Ability to coordinate cross-functional teams</li>
      <li>Comfort navigating ambiguity and driving progress</li>
      <li>Experience bridging role-specific communication gaps</li>
    </ul>
  </li>
  <li><strong>Data Analysis</strong>
    <ul>
      <li>Data-informed decision-making (not just reporting)</li>
      <li>Full feedback loop: analysis → action → validation</li>
      <li>Capacity to distill complexity into clear, data-grounded narratives</li>
    </ul>
  </li>
</ol>

<p>One requirement: This strength must be showcased with a <em>real, tangible case</em>—as compelling as any AI story.</p>

<h3 id="final-screening-principle-critical">Final Screening Principle <em>(Critical)</em></h3>
<p>Does the candidate rapidly adopt <em>and operationalize</em> novelty?</p>

<p>If someone:</p>
<ul>
  <li>Actively restructures their workflow <em>around</em> AI</li>
  <li>Uses it in ways distinct from “typical users”</li>
  <li>Can articulate their reasoning transparently</li>
</ul>

<p>…then their learning velocity, adaptability, and long-term ceiling are almost certainly high.</p>

<p>Start interviews with this lean, direct question:</p>
<blockquote>
  <p>“Tell me about a time you used AI to meaningfully change <em>how you work</em>.<br />
How did you do it <em>before</em> AI? What changed <em>most</em> after?<br />
Ideally, it’s something you built—a tool or process.<br />
Most importantly: What were you thinking—and what actually shifted?”</p>
</blockquote>

<h2 id="what-makes-a-great-salesperson">What Makes a Great Salesperson</h2>

<p>The hardest part of selling has never been polishing your pitch or speaking fluently.</p>

<p>It’s <em>detecting the customer’s unspoken, deeper needs</em>—and responding with flexible, authentic resonance.</p>

<p>This gap widens dramatically with standardized products.</p>

<p>Three exceptionally difficult, defining challenges:</p>

<h3 id="1-rapidly-uncovering-the-real-need">1. Rapidly uncovering the real need</h3>
<p>Customers voice surface-level concerns: price, features, competitors, process. But those rarely drive decisions.</p>

<p>What <em>actually</em> moves them? Risk aversion, accountability pressure, anxiety about outcomes, fear of failure—or hunger for success.</p>

<p>Great sellers spot these in just a few exchanges. That’s the first inflection point.</p>

<h3 id="2-delivering-personalization-within-standard-constraints">2. Delivering personalization within standard constraints</h3>
<p>The product doesn’t change. Its features don’t change. But every buyer’s context, priorities, and psychology <em>do</em>.</p>

<p>Top sellers make customers feel the solution was <em>built for them</em>—without altering the product. Weak sellers recite specs robotically, delivering identical monologues to everyone.</p>

<h3 id="3-making-the-customer-feel-ownershipnot-persuasion">3. Making the customer feel ownership—not persuasion</h3>
<p>This is the hardest: creating a dynamic where the buyer feels, <em>“This is what I need,”</em> not <em>“You made me need this.”</em></p>

<p>When buyers sense they’re being led, sold, or pushed, resistance and suspicion linger. When they believe <em>they arrived at the decision themselves</em>, commitment solidifies—and deals close cleanly.</p>

<p>In recent sales engagements, the contrast was stark:</p>
<ul>
  <li>Average sellers launch into “output mode”: relentless feature-dumping, case-study reciting, and self-promotion. In today’s overloaded, skeptical world, this often backfires.</li>
  <li>Exceptional sellers say little—but listen deeply. They’re the ones who <em>know what the customer is thinking, fearing, and wanting</em>—before the customer says it aloud.</li>
</ul>

<h2 id="ten-ways-startup-death-happens">Ten Ways Startup Death Happens</h2>

<ol>
  <li>Founder distraction: Too many initiatives → organizational entropy</li>
  <li>Founder stagnation: Cognitive lag behind tech and market shifts</li>
  <li>Cash collapse: No viable revenue or funding path</li>
  <li>Team decay: Erosion of expertise and execution capability</li>
  <li>Strategic drift: Constant pivots, no north star</li>
  <li>False innovation: Heavy investment in fake problems or pseudo-solutions</li>
  <li>Bloat: Too many managers, too few doers</li>
  <li>Financial mismanagement: Uncontrolled spending, poor cost structure</li>
  <li>Broken business model: No path to sustainable profit</li>
  <li>Core team fracture: Co-founder or key talent implosion</li>
</ol>

<h2 id="strategy-must-be-steadytactics-must-be-fast">Strategy Must Be Steady—Tactics Must Be Fast</h2>

<p>In startups, clarity on <em>direction</em>, <em>model</em>, and <em>north star metric</em> is non-negotiable—and shouldn’t shift lightly.</p>

<p>Within that stable frame, tactics thrive on speed:</p>

<h3 id="1-anchor-the-unchanging">1. Anchor the unchanging</h3>
<ul>
  <li>Define vision and core objectives explicitly</li>
  <li>Use them to set firm boundaries—clarity here prevents drift</li>
</ul>

<h3 id="2-decide-what-you-will-and-wont-do">2. Decide what you <em>will</em> and <em>won’t</em> do</h3>
<ul>
  <li>“Yes” means focus. “No” means protection.</li>
  <li>Conserve bandwidth. Resist scope creep.</li>
</ul>

<h3 id="3-iterate-relentlessly-within-the-frame">3. Iterate relentlessly <em>within</em> the frame</h3>
<ul>
  <li>Test fast. Fail small. Learn faster.</li>
  <li>Validate assumptions with micro-experiments—not grand theories.</li>
  <li>Let <em>small wins</em> inform bigger bets.</li>
</ul>

<h2 id="six-ai-mindsets-for-2026">Six AI Mindsets for 2026</h2>

<ol>
  <li>
    <p><strong>Use the best models</strong><br />
Yes, costs may rise—but so do possibilities. The real ROI isn’t lower bills—it’s <em>your saved time and mental energy</em>. Try Claude 4.5, Gemini 3, or GPT-5.2.</p>
  </li>
  <li>
    <p><strong>Adopt and master elite tools</strong><br />
Don’t chase every new app. Pick 3–4 professional-grade tools (e.g., Claude Code, VS Code, Warp, Raycast, Cursor) and go deep. Build durable habits. Stay curious about others—but anchor in excellence.</p>
  </li>
  <li>
    <p><strong>Bring AI into <em>all</em> thinking—not just “big tasks”</strong><br />
Use top-tier models for daily reflection, conversation, judgment calls—even casual planning. Your everyday AI dialogue quality shapes your cognition.</p>
  </li>
  <li>
    <p><strong>AI First</strong><br />
Before writing anything—idea, spec, strategy, email—<em>co-create with AI first</em>. Then refine with your judgment.</p>
  </li>
</ol>

<p>And dare to <em>build with AI</em>: landing pages, internal tools, browser extensions, apps. I built both an AI browser and mobile app—both shipped fast and worked well.</p>

<p>This isn’t about offloading work. It’s about <em>reconstructing your capability stack</em>—and upgrading your productivity architecture.</p>

<ol>
  <li>
    <p><strong>Ignore the “dumb outputs”—focus on your judgment</strong><br />
Wrong code? Low-quality drafts? Off-base opinions? All normal. Like working with a brilliant but fallible human, AI’s value lies not in perfection—but in <em>your ability to evaluate, correct, and steer</em>.</p>
  </li>
  <li>
    <p><strong>Cultivate aesthetic discernment</strong><br />
True taste takes time—but accelerates with deliberate practice:</p>
    <ul>
      <li>Study masters in your field—deeply, repeatedly</li>
      <li>Analyze world-class work in your domain: deconstruct it, reverse-engineer its logic</li>
      <li>Refine your eye for quality: Is this website elegant or cluttered? Is this message dense or flabby? Does this solution feel restrained—or cheap?</li>
    </ul>
  </li>
</ol>

<p>Here, “aesthetic” isn’t about art alone. It’s your calibrated sense of <em>what’s good, effective, and elevated</em>—across interfaces, language, logic, and execution.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Where Did My Time Go in 2025?</title>
      <link>https://yaojingang.github.io/essays/weekly-2026-01-04-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2026-01-04-en/</guid>
      <pubDate>Sun, 04 Jan 2026 09:30:00 +0800</pubDate>
      <description>A reflective essay on time allocation in 2025—quantified across sleep, movement, learning, writing, family, and work—paired with insights from AI entrepreneurship (Manus Peak), the nature of professional intuition, and counterintuitive shifts in software engineering amid the rise of AI agents.</description>
      
      <category>time management</category>
      
      <category>AI</category>
      
      <category>professional intuition</category>
      
      <category>workflow</category>
      
      <category>cognition</category>
      
      <category>organization</category>
      
      <content:encoded><![CDATA[<h2 id="weekly-self-reflection-questions">Weekly Self-Reflection Questions</h2>

<ul>
  <li>
    <p>How do I understand aesthetics and taste? How can I define and rapidly improve them across different domains?</p>
  </li>
  <li>
    <p>What <em>not</em> to do is especially important—what are the things I absolutely refuse to do?</p>
  </li>
  <li>
    <p>Among the tasks I personally completed this week, which ones can AI already handle 100% autonomously?</p>
  </li>
  <li>
    <p>If a task doesn’t bring me joy—but I’m still doing it—why? And why do I choose to persist instead of honoring my inner voice?</p>
  </li>
  <li>
    <p>By the end of 2026, what three words would I want others to use when describing me?</p>
  </li>
</ul>

<h2 id="where-did-my-time-go-in-2025">Where Did My Time Go in 2025?</h2>

<p>On December 31—the last day of 2025—it snowed heavily in Xi’an. After wrapping up one-on-one conversations with the Xi’an team, I rushed to the airport.</p>

<p>My flight to Beijing was delayed by two hours—but eventually took off.</p>

<p>Mid-air, I read one-third of <em>A Brief History of the Mind</em>, then remembered something unfinished: my 2025 personal time-category audit.</p>

<p>I opened my time-tracking app and resumed the calculations.</p>

<p>Here’s how 2025 broke down:</p>

<ol>
  <li>
    <p><strong>Exercise</strong>:<br />
 • Total duration: 461 hours 29 minutes<br />
 • Sessions: 1,066<br />
 • Running distance: 1,388 km (including 4 marathons)</p>
  </li>
  <li><strong>Sleep</strong>: 2,737 hours (avg. 7.5 hrs/day)</li>
  <li><strong>Learning</strong>: 564 hours (tracked via WeChat Reading and GetIt apps)</li>
  <li><strong>Writing</strong>: ~30 minutes/day (average)</li>
  <li><strong>Family time</strong>: ~3.5 hrs/day (estimated—time spent at home or on household matters, excluding sleep, exercise, learning, and writing)</li>
  <li><strong>Socializing</strong>: 438 hours (avg. 1.2 hrs/day)</li>
</ol>

<p>The year had 8,760 hours total. Allocated as follows:</p>

<ul>
  <li>Sleep: 31%</li>
  <li>Exercise: 5.2%</li>
  <li>Learning: 6.5%</li>
  <li>Work: 33%</li>
  <li>Writing: 2%</li>
  <li>Family: 15%</li>
  <li>Socializing: 5%</li>
  <li>Other: 2.3%</li>
</ul>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-51.png" alt="" /></p>

<p>After finishing the tally, I felt deeply reflective.</p>

<p>The most significant shift in 2025 was heightened sensitivity to time—especially lower tolerance for “noisy activities that yield no accumulation.”</p>

<p>In 2026, I believe I can use time even more effectively—not by doing <em>more</em>, but by staying vigilant against “accumulation-free noise” and patient with “slow, certain long-term value.”</p>

<p>That discipline may hinge less on what I <em>do</em>, and more on what I <em>refuse</em> to do.</p>

<h2 id="manus-peaks-ai-startup-insights">Manus Peak’s AI Startup Insights</h2>

<p>A highly recommended interview (strongly endorsed by Xiangyang): <a href="https://www.youtube.com/watch?v=UqMtkgQe-kI&amp;t=881s">youtube.com</a></p>

<p>This is Zhang Xiaojuan’s deep-dive conversation with Peak, co-founder and Chief Scientist of Manus. Dense, insightful—and deeply rewarding to watch in full.</p>

<p>Here are the points that resonated most:</p>

<ol>
  <li>Physical and mental health, common sense, and rationality are rare—and increasingly valuable—competitive advantages in the AI startup era. I’ve treated cultivating these foundational qualities as my top personal practice over the past two years. They sound simple; living them consistently is anything but.</li>
  <li>To assess a company’s “taste,” look at its internal metrics.</li>
  <li>Building products lets you define what “good” means—for yourself.</li>
  <li>Leading LLM companies will inevitably build both models <em>and</em> applications.</li>
  <li>The claim that “every traditional domain can be reinvented with AI” reflects intellectual laziness—not insight.</li>
  <li><em>What not to do</em> matters profoundly. In AI startups, the biggest barrier is shifting from “capability” to “restraint.”</li>
  <li>Voting within teams often distorts alignment—it’s a form of team alienation.</li>
  <li>A general-purpose agent product must satisfy three elements: user, environment, and model—and respect their boundaries.</li>
  <li>Getting 1,000 small things right matters far more than nailing three “big” ones. Underlying this is a core truth: <em>systems thinking &gt; heroic narratives.</em></li>
  <li>For issues lacking consensus, act first—then let results guide the team, rather than endless debate.</li>
  <li>AI and humans are fundamentally different: AI is a <em>non-intentional capability system</em>; humans are <em>value-driven decision systems.</em></li>
  <li>Today’s AI resembles traditional manufacturing—scalable, process-driven, and infrastructure-heavy.</li>
  <li>Prioritize <em>net gain</em>: After doing something, is the whole system measurably stronger?</li>
  <li>In the mobile internet era, the hard constraint was <em>user time</em> (finite daily hours). In the AI era, agents theoretically extend human time infinitely—so that constraint has dissolved. But what new constraints have emerged? We don’t yet know.</li>
</ol>

<p>Manus was recently acquired by Meta for several billion dollars—just over a year after founding. An extraordinary achievement.</p>

<p>The founding team is fascinating: six serial entrepreneurs, all deeply cross-disciplinary. Though roles have since specialized, their shared background keeps communication friction near zero—and makes consensus unusually easy to reach.</p>

<p>No matter how fast AI evolves, <em>rhythm remains essential.</em></p>

<p>Physical stamina, judgment, and systemic capacity won’t become obsolete just because AI gets smarter.</p>

<p>Holding onto key “slow variables” amid accelerating change—that’s a rare and vital skill.</p>

<h2 id="professional-intuition">Professional Intuition</h2>

<p>Our team spent several days analyzing a key metric. My immediate reaction: <em>“This number is wrong.”</em></p>

<p>I couldn’t articulate <em>why</em>—but my gut said the final output shouldn’t look like that.</p>

<p>Both operations and engineering colleagues re-ran analyses repeatedly. Their conclusion: “The data checks out.”</p>

<p>So I pulled raw logs and rebuilt the analysis using my own logic—including partial log validation. That uncovered a critical bug—one that had skewed the entire dataset.</p>

<p>This reminded me: deep immersion in a domain cultivates <em>professional intuition</em>—a subtle, powerful ability.</p>

<p>You glance at a number and <em>know</em> it’s off—even before your conscious mind surfaces the reasoning.</p>

<p>And remarkably, that instinct is usually right.</p>

<p>Professional intuition arises from having seen “normal” so many times that “abnormal” triggers an automatic alarm—even without explicit justification.</p>

<p>It grows from full-stack understanding of the business, internalized into reflex.</p>

<p>It’s forged through cycles of missteps, post-mortems, repeated missteps, and deeper post-mortems.</p>

<p>These experiences settle into the subconscious, forming an autonomous early-warning system—precious and irreplaceable.</p>

<p>Cultivating it demands high-quality daily practice: thoughtful reflection on every detail, rigorous attention to anomalies, and real engagement with challenges—not shortcuts, not rote repetition.</p>

<p>What defines a true expert?</p>

<p>I believe professional intuition is one of the clearest markers.</p>

<p>Whether someone qualifies as an expert in a field hinges significantly on whether they’ve built this kind of deep, embodied intuition.</p>

<h2 id="10-counterintuitive-truths-about-vibe-coding">10 Counterintuitive Truths About Vibe Coding</h2>

<p>From Steve Yegge, a veteran U.S. software engineer:</p>

<ol>
  <li>Pure coding is becoming low-value manual labor. In the AI era, coding speed ≈ typing speed—and value rapidly approaches zero. The worst future engineers won’t be those who <em>can’t</em> code—but those who <em>only</em> code.</li>
  <li>The most resistant to AI-assisted programming are often engineers with 10+ years’ experience. Deeper expertise creates greater inertia—especially among those with “code purity” instincts, whose past edge (mastery of syntax/frameworks) now feels irrelevant.</li>
  <li>IDEs are no longer <em>human</em> primary interfaces. They’ll persist—but increasingly as tools <em>for agents</em>, not people.</li>
  <li>Tools like Claude Code and Cursor aren’t the future—they’re the <em>last generation</em> of IDEs. They push the old paradigm (humans writing code) to its limit. The real shift is: <em>humans → manage agents; agents → write code.</em></li>
  <li>Trusting AI ≠ blind faith. True mastery means <em>predicting how it will fail</em>. Steve’s “2000-hour rule”: trust emerges from predictability—not raw capability.</li>
  <li>Treating AI as a “smart colleague” is dangerously misleading. Its gravest errors stem from anthropomorphism—it feels no hesitation, reverence, or awareness that production environments are sacred.</li>
  <li>In multi-agent systems, the bottleneck isn’t generation—it’s <em>merging</em>. Tenfold efficiency won’t deliver tenfold speed. It delivers merge hell, architectural fragmentation, and exponential decision conflict.</li>
  <li>Rewriting code is becoming <em>more rational</em> than refactoring. The old dogma—“Never rewrite”—is outdated. Agents can generate clean, coherent systems from scratch faster, safer, and more reliably than patching legacy “shit mountains.”</li>
  <li>Core engineering skill is shifting from <em>architecture</em> to <em>orchestration</em>: defining agent roles, scoping tasks, setting acceptance criteria and rollback protocols, and resolving agent conflicts. Engineers are becoming <em>agent conductors.</em></li>
  <li>Programming education must move beyond syntax. You <em>can</em> skip learning <code class="language-plaintext highlighter-rouge">for</code> loops—but you <em>must</em> grasp functions, classes, state, constraints, and capability boundaries. “Knowing how to program” in the AI era means understanding systems, capabilities, and verification—not memorizing syntax.</li>
</ol>

<h2 id="-2025"><strong>✨ 2025</strong></h2>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The AI World of 2026</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-12-28-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-12-28-en/</guid>
      <pubDate>Sun, 28 Dec 2025 09:30:00 +0800</pubDate>
      <description>This essay reflects on the evolving AI landscape heading into 2026—drawing from a16z’s “Big Ideas 2026” report and real-world usage data—to explore shifts in education, entrepreneurship, work, healthcare, trust infrastructure, and expert judgment. It also includes a personal annual reflection framework and practical AI tool recommendations.</description>
      
      <category>AI</category>
      
      <category>future of work</category>
      
      <category>education</category>
      
      <category>entrepreneurship</category>
      
      <category>systems thinking</category>
      
      <category>trust</category>
      
      <content:encoded><![CDATA[<h2 id="annual-reflection-questions">Annual Reflection Questions</h2>

<p>My 2025 self-inquiry list—covering habits, energy, decision-making, AI, entrepreneurship, assets, compounding, family, freedom, and education:</p>

<ol>
  <li><strong>Habits</strong>
    <ul>
      <li>Which three habits contributed most to tangible outcomes this year—and which three merely made me <em>feel</em> productive?</li>
      <li>Is there a habit I could stop <em>now</em>, endure short-term discomfort, and emerge stronger long-term?</li>
      <li>Do my habits amplify my judgment—or mask my indecision?</li>
    </ul>
  </li>
  <li><strong>Energy</strong>
    <ul>
      <li>What did I do with my top 20% highest-energy hours this year?</li>
      <li>Which activities drained energy without meaningful return?</li>
      <li>If I could guarantee only three high-quality hours per day next year—who or what would get them?</li>
    </ul>
  </li>
  <li><strong>Decision-Making</strong>
    <ul>
      <li>Of my three most consequential decisions this year, how many held up? Why?</li>
      <li>Am I using tactical busyness to avoid confronting strategic ignorance on key issues?</li>
    </ul>
  </li>
  <li><strong>AI</strong>
    <ul>
      <li>Is AI for me an efficiency tool, a capability amplifier—or a catalyst for identity reshaping?</li>
      <li>Which skills I built this year would still hold value <em>without</em> AI?</li>
    </ul>
  </li>
  <li><strong>Entrepreneurship</strong>
    <ul>
      <li>Is my current venture building long-term momentum—or quietly depleting personal reserves?</li>
      <li>Am I running “what I’m good at”—or “what I can’t let go of”?</li>
    </ul>
  </li>
  <li><strong>Assets</strong>
    <ul>
      <li>Where did I trade time for money this year—and lose optionality in the process?</li>
      <li>Have I developed a more systematic understanding of assets—and begun building genuinely healthy ones?</li>
    </ul>
  </li>
  <li><strong>Compounding</strong>
    <ul>
      <li>What actions show no visible results in one year but will define my trajectory in three?</li>
      <li>Am I consistently investing in at least one compounding system that doesn’t rely on luck?</li>
    </ul>
  </li>
  <li><strong>Family</strong>
    <ul>
      <li>Is my current pace eroding future family relationships?</li>
      <li>To me, is family a sanctuary, a duty—or an overlooked co-founder?</li>
      <li>If my child modeled <em>my behavior</em> (not my advice), would I be comfortable with that?</li>
    </ul>
  </li>
  <li><strong>Freedom</strong>
    <ul>
      <li>Which choices are irrevocably narrowing my future options?</li>
      <li>If I wanted to live differently in five years, which doors am I closing <em>right now</em>?</li>
      <li>Is my current busyness moving me toward freedom—or postponing the reckoning with unfreedom?</li>
    </ul>
  </li>
  <li><strong>Education</strong>
    <ul>
      <li>In the AI era, which abilities deserve lifelong cultivation—and which should we stop teaching altogether?</li>
      <li>If my child copied <em>how I spend my time</em>, not what I say, would I be satisfied?</li>
      <li>If exams vanish as proof of worth in 20 years, what should I nurture <em>today</em>?</li>
      <li>Which of my “obvious” educational beliefs are just survivorship bias from my own path?</li>
      <li>If future education proves me wrong, where am I most likely mistaken?</li>
    </ul>
  </li>
</ol>

<h2 id="the-ai-world-of-2026">The AI World of 2026</h2>

<p>The venture firm a16z recently released its <em>Big Ideas 2026</em> series—a set of forward-looking reports synthesizing insights across investment teams. Its central thesis: AI is no longer just a tool. It’s becoming an <em>environment</em>, a <em>system</em>, and—increasingly—a <em>parallel agent</em> acting alongside humans.</p>

<p>This shift is the essential lens for understanding the next decade—not just in tech, but in education, entrepreneurship, careers, and trust itself.</p>

<h3 id="1-education-ai-native-learning--personalized-ecosystems">1. Education: AI-Native Learning &amp; Personalized Ecosystems</h3>

<p>Classrooms and lecturers won’t disappear—but their role will transform radically. Education is shifting from passive knowledge transfer to AI-driven learning ecosystems and talent engineering.</p>

<p>The first true “AI-native university” will launch in 2026—not just <em>teaching about</em> AI, but <em>orchestrating</em> curriculum, research collaboration, and talent development in real time via adaptive AI systems.</p>

<p>Three foundational changes:</p>
<ul>
  <li>From passive learning → self-adapting learning systems: AI delivers truly individualized pacing, feedback, and scaffolding—no two learners follow identical paths.</li>
  <li>From teacher-as-transmitter → teacher-as-system-guide: Educators focus on cultivating higher-order judgment, ethics, and synthesis; AI handles knowledge delivery, assessment, and iterative feedback loops.</li>
  <li>New talent paradigm: “AI collaboration fluency” replaces rote knowledge mastery. Core skills include task design for AI agents, output verification, and reasoning-chain auditing—not memorization.</li>
</ul>

<h3 id="2-entrepreneurship-from-tools-to-intelligent-execution-systems">2. Entrepreneurship: From Tools to Intelligent Execution Systems</h3>

<p>Traditional startups treat software as a UI layer or information dashboard. <em>Big Ideas 2026</em> argues the next wave moves beyond isolated AI features toward <em>multi-agent systems</em> and <em>coordinating intelligent teams</em>.</p>

<p>AI isn’t just speeding things up—it’s rebuilding the execution layer itself.</p>

<p>That means product strategy pivots from “generating responses” to enabling <em>intelligent execution</em>, <em>cross-process coordination</em>, and <em>autonomous decision engines</em>. Founders won’t just add AI features—they’ll architect AI agents that actively intervene in workflows, complete tasks end-to-end, and iteratively optimize performance.</p>

<h3 id="3-career-development-ai-collaboration--systems-thinking">3. Career Development: AI Collaboration &amp; Systems Thinking</h3>

<p>As AI evolves from assistant to collaborator, professional value is redefined—not by what you know, but by <em>how you orchestrate human-AI systems</em>.</p>

<p>Four dimensions will define competitive advantage:</p>
<ul>
  <li><strong>AI collaboration design</strong>: Structuring complex, cross-module tasks for AI agents—not just calling an API, but composing agents, defining handoffs, and managing dependencies.</li>
  <li><strong>Output review &amp; explainability</strong>: Interpreting AI reasoning, validating logic, tracing evidence chains, and stress-testing conclusions—not accepting outputs at face value.</li>
  <li><strong>Cross-modal product &amp; process design</strong>: Designing for AI that understands audio, video, images, sensor streams, and text—not just prompts, but coherent multi-sensory instruction sets and evaluation frameworks.</li>
  <li><strong>Systems thinking &amp; workflow redesign</strong>: Moving beyond skill stacking to fundamentally re-engineering how work flows through organizations—so human and AI capabilities multiply, not merely add.</li>
</ul>

<h3 id="4-healthcare-from-treatment-to-prevention--health-action-engine">4. Healthcare: From Treatment to “Prevention + Health Action Engine”</h3>

<p>a16z introduces a telling metric: <em>Health MAUs</em> (Monthly Active Users)—shifting focus from patients <em>with disease</em> to people <em>managing health</em>.</p>

<p>This signals three structural shifts:</p>
<ul>
  <li>Healthcare’s center of gravity moves from treatment-centric models to <em>health management and outcome accountability</em>.</li>
  <li>Health services become continuous experiences—not episodic transactions—with embedded engagement, feedback, and adaptation.</li>
  <li>Health data becomes strategic infrastructure: AI uses real-time monitoring, predictive modeling, and personalized nudges to drive sustained behavioral change.</li>
</ul>

<h3 id="5-the-future-multimodal-systems--silent-interaction">5. The Future: Multimodal Systems &amp; Silent Interaction</h3>

<p>A unifying thread across the report: AI is moving <em>from interface-driven to environment-driven</em>.</p>

<ul>
  <li>AI will parse the internal structure of video—not just generate captions or tags, but understand scene transitions, causal sequences, and emotional arcs.</li>
  <li>Applications evolve from “help me do X” to “understand me / see me”—inferring intent, context, and needs from behavioral traces, interaction history, and multimodal signals.</li>
</ul>

<h3 id="6-trust--infrastructure-privacy-as-the-new-moat">6. Trust &amp; Infrastructure: Privacy as the New Moat</h3>

<p>In the crypto trends section, the report makes a sharp observation: <em>Privacy is becoming the strongest moat for encryption and blockchain.</em></p>

<p>Why? Because migrating <em>secrets</em> is far harder than migrating <em>value</em>—creating a new kind of network effect rooted in confidentiality.</p>

<p>Future value and identity flows won’t depend on centralized gatekeepers—but on <em>verifiable protocols</em>, <em>privacy-preserving mechanisms</em>, and <em>open economic architectures</em>.</p>

<h3 id="key-12-month-takeaways">Key 12-Month Takeaways</h3>
<ul>
  <li>Education will restructure around AI-native learning ecosystems.</li>
  <li>Entrepreneurship will pivot from efficiency gains to intelligent coordination and workflow value.</li>
  <li>Career relevance will hinge on AI collaboration fluency and systems redesign ability.</li>
  <li>Healthcare products will shift from diagnosis/treatment to lifelong health lifecycle management.</li>
  <li>Trust infrastructure will migrate from institutional rules to technically enforceable, privacy-aware protocols.</li>
</ul>

<p>Original reports:<br />
<a href="https://a16z.com/newsletter/big-ideas-2026-part-1/">a16z.com</a><br />
<a href="https://a16z.com/newsletter/big-ideas-2026-part-2/">a16z.com</a><br />
<a href="https://a16z.com/newsletter/big-ideas-2026-part-3/">a16z.com</a></p>

<h2 id="how-to-spot-a-real-expert">How to Spot a Real Expert</h2>

<p>In the AI era, trustworthy expertise matters more—not less. But distinguishing genuine experts from convincing impostors requires attention to four markers:</p>

<ol>
  <li><strong>Rapid elimination of noise</strong>: They instantly dismiss irrelevant options—not because they’re dogmatic, but because they recognize what <em>doesn’t matter</em>, letting them zero in on the core issue.</li>
  <li><strong>Judgment under uncertainty</strong>: They make useful calls even with incomplete data—by identifying primary variables and dominant tensions, not waiting for perfect inputs.</li>
  <li><strong>Actionable clarity</strong>: Their advice lands concretely—not as abstract principles, but as steps, heuristics, or constraints that can be applied <em>tomorrow</em>.</li>
  <li><strong>Explainability + verifiability</strong>: They don’t just state conclusions—they walk through <em>why</em>, and invite scrutiny, testing, and post-hoc review.</li>
</ol>

<p>Beware of “pseudo-experts”: They sound authoritative, cite widely, and rarely err—but never commit to specific judgments, actionable methods, or measurable outcomes. Their currency isn’t insight—it’s <em>information asymmetry</em>.</p>

<h2 id="2025-in-review">2025 in Review</h2>

<p>In 2025, I interacted with ChatGPT over 10,000 times. Its memory function and steady model improvements were the main reasons I kept returning—consistently.</p>

<p>Near year-end, I asked it to summarize my 2025. The result was uncannily accurate—not just in content, but in tone, rhythm, and depth. That level of coherence and contextual awareness remains striking.</p>

<h2 id="ai-productivity-survey-report">AI Productivity Survey Report</h2>

<p>This summary draws from a survey of 1,750 tech professionals—a grounded, practitioner-level view of how AI is actually being used today.</p>

<ol>
  <li>
    <p><strong>Overall satisfaction?</strong><br />
Most respondents report AI <em>exceeding expectations</em>, significantly lifting both work quality and efficiency. Time savings average half a day per week.</p>
  </li>
  <li><strong>How different roles use AI:</strong>
    <ul>
      <li><strong>Founders</strong>: Treat AI as a “thinking partner”—for strategy, vision, product framing, and risk mapping.</li>
      <li><strong>Product Managers</strong>: Benefit most on the <em>output side</em>: PRDs, wireframes, stakeholder comms.</li>
      <li><strong>Designers</strong>: Gain traction in <em>adjacent areas</em>—user research synthesis, copywriting, concepting—but visual design automation remains limited. Pixel-perfect fidelity and stylistic consistency still resist one-click replacement.</li>
      <li><strong>Engineers</strong>: Demand has shifted from “write code” to “write <em>after</em> code”: AI is increasingly expected to handle docs, tests, code reviews, and governance—freeing engineers for architecture and complexity management.</li>
    </ul>
  </li>
  <li><strong>Tool preferences by role:</strong>
    <ul>
      <li>ChatGPT dominates among PMs, designers, and founders.</li>
      <li>Engineers lean toward specialized tools like Cursor and Claude Code.</li>
    </ul>
  </li>
  <li><strong>Where time is saved:</strong>
    <ul>
      <li>High-frequency: Writing &amp; rewriting, research synthesis, rapid prototyping, structured doc generation.</li>
      <li>Engineering “post-code” work: Test case generation, API documentation, linting, static analysis—building audit trails.</li>
      <li>Founders: Competitive scanning, counterfactual stress-testing, strategic framing, org design support.</li>
    </ul>
  </li>
  <li><strong>Bringing AI into upstream thinking &amp; research:</strong>
    <ul>
      <li><em>Process formalization</em>: Cluster topics, map evidence chains, flag counterexamples, link sources—and demand transparent reasoning.</li>
      <li><em>Question-framing discipline</em>: Prompt AI to structure outputs as hypothesis → evidence → counter-evidence → conclusion.</li>
      <li><em>Human veto power</em>: Reserve final judgment for people—use AI for alignment, synthesis, and option-scanning.</li>
    </ul>
  </li>
  <li><strong>Measuring AI ROI:</strong>
    <ul>
      <li>Go beyond “hours saved”: Track quality scores, rework rates, defect density, alignment speed, and delivery cadence.</li>
      <li>Audit <em>evidence transparency</em>: Are sources cited? Counterpoints considered? Reasoning traceable?</li>
      <li>Review by iteration: Each week, log where AI intervened, what worked/didn’t, and adjust next week’s prompts or workflows.</li>
    </ul>
  </li>
  <li><strong>Key shifts ahead (2026–2027):</strong>
    <ul>
      <li>From “output acceleration” → “collaborative ambiguity resolution”: AI as a long-term thinking partner for ill-defined problems.</li>
      <li>Vertical workflow maturity: Engineering “post-code” pipelines, design system governance, standardized research evidence chains.</li>
      <li>Organizational AI governance: Formal policies, risk controls, audit frameworks, and redesigned talent roles.</li>
    </ul>
  </li>
</ol>

<p>Full report: <a href="https://www.lennysnewsletter.com/p/ai-tools-are-overdelivering-results">lennysnewsletter.com</a></p>

<h2 id="recommended-ai-tools">Recommended AI Tools</h2>

<p>A few I’ve found especially effective lately:</p>

<ol>
  <li>
    <p><strong>Banana Slides</strong> — Open-source AI-powered presentation tool built on nano banana pro. Truly liberates PPT creation.<br />
<a href="https://github.com/Anionex/banana-slides">github.com</a></p>
  </li>
  <li>
    <p><strong>Stitch</strong> — Google’s new AI prototyping tool. Turn an app idea into a clickable, interactive UI prototype in under a minute.<br />
<a href="https://stitch.withgoogle.com/">stitch.withgoogle.com</a></p>
  </li>
  <li>
    <p><strong>NotebookLM</strong> — Google’s AI-native knowledge companion. Universally praised for learning and knowledge organization. Upload documents, then generate reports, slides, tables, mind maps, audio summaries—even video recaps—all from your own sources.<br />
<a href="https://notebooklm.google.com/">notebooklm.google.com</a></p>
  </li>
  <li>
    <p><strong>Antigravity Tools</strong> — A lightweight manager for Google’s Antigravity platform. Solves the frequent auth hang-ups by enabling seamless, one-click account switching.<br />
<a href="https://github.com/lbjlaq/Antigravity-Manager">github.com</a></p>
  </li>
</ol>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Turning Inward: Rewriting Your Reward Function with Slow Variables</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-12-21-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-12-21-en/</guid>
      <pubDate>Sun, 21 Dec 2025 09:30:00 +0800</pubDate>
      <description>This essay explores shifting focus from external outcomes to internal “slow variables” like VO₂max and HRV—foundational health metrics that compound over time and raise the ceiling of all fast-moving performance outputs. It also examines AI’s real impact on ad bidding, system thinking as a habit of mapping relationships and feedback loops, and practical principles for cultivating freedom through attention discipline and integrity.</description>
      
      <category>AI</category>
      
      <category>systems thinking</category>
      
      <category>personal development</category>
      
      <category>productivity</category>
      
      <category>organizational design</category>
      
      <content:encoded><![CDATA[<h2 id="weekly-self-check">Weekly Self-Check</h2>

<p>This week’s reflective questions:</p>

<ol>
  <li>What are customers <em>really</em> paying for—and do I have evidence, not just opinion?</li>
  <li>Where does my current need for “certainty” come from?</li>
  <li>What is the single most important health metric I want to improve this week—and what’s the smallest action that moves it?</li>
  <li>Did I do something this week that made me feel <em>more free</em>? What was it?</li>
  <li>What belief or attachment should I let go of this week—and what would releasing it truly mean for me?</li>
</ol>

<h2 id="turning-inward-rewriting-your-reward-function-with-slow-variables">Turning Inward: Rewriting Your Reward Function with Slow Variables</h2>

<p>Full presentation available upon adding Yao Jingang on WeChat.</p>

<p>“Turning inward: rewriting your reward function using slow variables”<br />
has been my biggest shift in attention strategy over the past year.</p>

<p>Specifically: the most important thing I track daily isn’t external output—it’s health-related metrics: VO₂max, HRV, average sleep heart rate, weekly aerobic minutes, total sleep duration.</p>

<p>These share a key trait: they’re <em>slow variables</em>—highly accumulative.</p>

<p>They don’t generate cash flow directly—but they set the upper limit for every fast variable above them: emotional stability, depth of focus, clarity of judgment, and sustained energy. All of these run on the same underlying biological infrastructure.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-姚金刚：向内求，用慢变量，重写奖励函数_02.png" alt="" /></p>

<p>Because they’re slow and cumulative, they determine the ceiling of everything else—and because they’re systemic, they reliably improve when you optimize deliberately. Their controllability is high.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-姚金刚：向内求，用慢变量，重写奖励函数_03.png" alt="" /></p>

<p>This shift is fundamentally <em>turning inward</em>.</p>

<p>It doesn’t produce “I must be more disciplined.” Instead, it triggers a cascade: more stable sleep, cleaner eating, lower emotional reactivity, faster entry into deep work, sharper sustained thinking—and a more grounded, resilient optimism.</p>

<p>When my attention anchors here, natural behaviors follow: I stop meaningless late-night scrolling earlier; I step back from alcohol and ultra-processed foods; I guard low-distraction deep-work blocks fiercely; I begin making decisions for <em>tomorrow’s energy</em>, not <em>today’s dopamine</em>.</p>

<p>These changes aren’t enforced by willpower—they emerge from intrinsic feedback. Metrics improve → I’m motivated to keep going. Metrics dip → I’m inclined to course-correct early.</p>

<p>That’s a higher-order kind of self-consistency.</p>

<p>As for external income? Because these foundational elements improve, overall returns—however defined—will inevitably rise. But I no longer fixate on the number.</p>

<p>The deeper principle: never outsource your mood, judgment, or rhythm to short-term gains.</p>

<p>Three things are fundamentally outside our control: macro market conditions, technological paradigm shifts, and individual luck.</p>

<p>What <em>is</em> within our control? The stability of our physical system, the speed of our emotional recovery, and the consistency of our cognitive output.</p>

<p>By centering attention here, I’m doing one thing: reducing the damage volatility inflicts—and increasing my capacity to catch positive opportunities when they appear.</p>

<h2 id="the-truth-about-ai-in-ad-campaigns">The Truth About AI in Ad Campaigns</h2>

<p>Full presentation available upon adding Yao Jingang on WeChat.</p>

<p>AI’s impact on advertising campaigns has been overestimated—for many mature marketing teams.</p>

<p>Why? Because the dominant cost driver in paid acquisition isn’t human labor. It’s the <em>bidding mechanism itself</em>.</p>

<p>In a mature, scaled campaign, costs break down roughly as follows:</p>
<ul>
  <li>90%: auction-based media cost (CPC/CPM)</li>
  <li>10%: human-driven operational cost (account management, creative production, analytics, iteration)</li>
</ul>

<p>Industry variance exists, but the ratio holds. Platform auction logic—not people—is the mountain.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-52.png" alt="" /></p>

<p><strong>Key insight #1</strong>: AI cannot systematically dismantle that 90%.</p>

<p>Why? Because bidding is a <em>dynamic equilibrium</em>.</p>

<p>If ROI remains viable, budgets expand. If you monetize traffic more efficiently, you’ll bid more aggressively to capture more volume. And platform CPC/CPM mechanisms naturally push prices toward each advertiser’s “tolerable ceiling.”</p>

<p>Yes—AI may temporarily lower your cost per impression. But that efficiency gain is rapidly absorbed by competitors’ improved efficiency <em>and</em> platform pricing dynamics—pulling prices back toward that ceiling.</p>

<p>Platforms won’t cut you a break just because you use AI. They maximize <em>their</em> revenue—not your customer-acquisition cost.</p>

<p>AI lifts creative output, analytical speed, and campaign iteration—but the auction system redistributes those gains via higher bids and fiercer competition.</p>

<p>So where <em>does</em> AI deliver reliable improvement? In that 10%: human-side efficiency—content production, script generation, asset iteration, copy rewriting, bulk A/B testing, data interpretation.</p>

<p>Here, AI can shave 10% off cost or boost throughput by ~10%. That’s real—but marginal.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-53.png" alt="" /></p>

<p>That’s why I say the change “isn’t as big as imagined”: even perfecting that 10% only moves the needle modestly on the whole.</p>

<p>But AI’s <em>second</em>, more consequential impact lies in <em>tempo</em>:</p>

<p>Campaign success often hinges not on absolute efficiency—but on who first discovers and scales a <em>replicable, effective model</em>.</p>

<p>AI accelerates material production, experimentation, strategy convergence, and scaling velocity. Speed <em>is</em> a moat.</p>

<p>Teams that move faster gather better learning data sooner, lock in winning creative + audience combinations earlier, and punch through budget caps before others—even capturing brief windows of competitive advantage.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-54.png" alt="" /></p>

<p>In other words: industry-average CAC may not fall—but top players scale faster, while mid- and long-tail players fall further behind. Market concentration increases. That’s the direction we’re already seeing.</p>

<p>There’s also an underappreciated leverage point: AI may not lower CPC—but it <em>can</em> lift CVR, AOV, or LTV. That raises your <em>acceptable CPA ceiling</em>. With higher willingness-to-pay, you can outbid others for inventory they simply can’t afford.</p>

<p>Superficially, acquisition isn’t cheaper—but your growth ceiling expands, and your scalability lifts.</p>

<p>So AI’s biggest impact on advertising isn’t “making it cheaper.” It’s making <em>stronger players bolder, faster, and more stable</em>—accelerating market divergence.</p>

<p>And if you want &gt;10% efficiency gains? Don’t stop at the 10% inside the campaign team. Apply AI <em>outside</em> the auction: optimize conversion flows, sales handoffs, retention loops, attribution models, and first-party data closure. These levers don’t yield marginal tweaks—they lift your <em>entire sustainable growth ceiling</em>.</p>

<p>Paid acquisition is an auction market. In auctions, “efficiency dividends” get priced in quickly.</p>

<p>Lasting advantage comes from what others can’t copy: proprietary data, product differentiation, brand equity, channel structure—and a uniquely fast, robust AI-powered growth system.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-55.png" alt="" /></p>

<h2 id="systems-thinking">Systems Thinking</h2>

<p>Systems thinking means focusing on <em>relationships</em> and <em>patterns</em>—not isolated events or local variables.</p>

<p>Without it, we easily inflate the importance of a single tactic or insight—while ignoring systemic gaps.</p>

<p>In <em>The Fifth Discipline</em>, systems thinking is defined as a framework for seeing <em>interconnections</em>, not separate things—and <em>patterns of change</em>, not static snapshots.</p>

<p>In <em>Thinking in Systems</em>, a system is defined as:</p>
<blockquote>
  <p>“A set of interconnected elements, organized consistently to achieve a purpose.”<br />
It consists of three parts: <strong>elements</strong>, <strong>connections</strong>, and <strong>purpose/function</strong>.</p>
</blockquote>

<p>This definition matters—because many fixate on <em>elements</em> (a tool, a metric, a person), while behavior is actually governed by <em>connections</em> (information flows, rules, incentives, constraints) and the <em>purpose function</em>.</p>

<p>Two foundational building blocks of systems thinking are <strong>feedback loops</strong> and <strong>time delays</strong>. As MIT’s system dynamics literature puts it bluntly: <em>Feedback loops are the basic structural element of all systems—and nearly all dynamic behavior stems from them.</em></p>

<p>Systems thinking is a <em>habit</em>: noticing how actions ripple across time to shape outcomes.</p>

<p>Many people’s “sharp edges” are local optima—excellence in one element. System-level wins, however, hinge on bottlenecks, feedback structures, delays, and governing rules.</p>

<p>A point <em>matters</em>—but its real weight depends on whether it sits at a bottleneck, alters a feedback loop, or reshapes a core rule.</p>

<p>How to build systems thinking? Try this minimal practice: <em>re-price the “point” inside its system</em>. Steps:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-2f0db70f-2d40-40fa-a44c-a1924e4e5c1f_v1.png" alt="" /></p>

<ol>
  <li>
    <p><strong>Clarify the system’s purpose function</strong><br />
What are we optimizing for? Growth? Profit? Retention? Delivery reliability? Physical stamina? Without clarity here, any “point” risks being inflated by narrative.</p>
  </li>
  <li>
    <p><strong>Map 5–8 steps of the chain—focusing only on connections</strong><br />
Sketch key information flows, decision gates, and incentives/constraints. Don’t rush to populate elements—connections often matter more than components.</p>
  </li>
  <li>
    <p><strong>Identify one reinforcing loop and one balancing loop</strong><br />
Reinforcing loops amplify growth (“more users → more data → better product → more users”). Balancing loops pull toward equilibrium (“rising costs → reduced spending → lower costs”). Naming both dissolves many local debates.</p>
  </li>
  <li>
    <p><strong>Mark time delays</strong><br />
Delays are where systems hide their teeth: “Nothing’s working” may mean “it hasn’t kicked in yet”; “This worked!” may reflect an old cause finally surfacing.</p>
  </li>
  <li>
    <p><strong>Test the “point” for two weeks—then recalculate its weight</strong><br />
Track input, output, variability, and reproducibility. Systems thinking culminates not in elegant completeness—but in <em>verifiable, approximate causality</em>.</p>
  </li>
</ol>

<h2 id="ai-and-tools">AI and Tools</h2>

<p>In <em>Future Silicon World</em>, our latest episode explored AI and tools—with a seasoned AI practitioner sharing sharp insights.</p>

<p>Recommended AI tools:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-AI工具箱_00.png" alt="" /></p>

<p>Core takeaways:</p>

<ol>
  <li><strong>Productivity leap</strong>: One person = one army. An AI-augmented consultant now produces 30 assessment reports/day—work once requiring full teams, with zero coordination overhead.</li>
  <li><strong>Handcrafted tools</strong>: End industrial mediocrity. With Claude Code, build a custom file-cleaner or config tool in 25 minutes—solving niche problems big software ignores.</li>
  <li><strong>Aesthetic moat</strong>: Quantity breeds quality. When AI output converges, <em>your taste</em> becomes your sole differentiator. Study Apple’s design, visit museums, watch masterful films—let intuition evolve through high-signal input.</li>
  <li><strong>Asset redefinition</strong>: Stop mining digital landfills. 100K auto-generated words are e-waste—they’re instantly reproducible. Real assets are your prompt engineering methodology and irreplaceable co-created insights.</li>
  <li><strong>SPEC-first programming</strong>: Sharpen the axe before chopping. For complex projects, <em>don’t code yet</em>. First, co-draft a full spec with AI—including PRD and technical docs. Spec quality dictates code accuracy.</li>
  <li><strong>The “three-fail” rule</strong>: Stop patching. If a module fails three times in assisted coding, scrap it—or rewrite the spec. Avoid the “worse with every fix” trap.</li>
  <li><strong>First-principles questioning</strong>: Pierce surface needs. Break problems into atomic units. Clarify <em>exact purpose</em> and <em>expected outcome</em>—so AI delivers on the shortest possible path.</li>
  <li><strong>Deep-tool mastery</strong>: Notebook LM + Gemini. For long-form reading or book writing, use Notebook LM’s “needle-in-haystack” search alongside Gemini’s long-context reasoning to digest entire books and draft rich outlines in minutes.</li>
  <li><strong>Efficiency hub</strong>: Raycast. Make it your AI command center—trigger instant web summaries or chat via hotkey. Eliminate window-switching friction.</li>
  <li><strong>Strategic shift</strong>: Prioritize <em>pre-writing</em>, not writing. Focus shifts to topic selection, logic extraction, and model architecture. AI handles 99% of text generation; humans become the 1% architects.</li>
  <li><strong>Idea-to-output speed</strong>: Turn lyrics into music in 30 minutes with Suno 4.0. AI slashes trial cost—letting anyone experience pro-tier creative joy.</li>
  <li><strong>Coexistence metaphor</strong>: Climber and Sherpa. Today’s AI is your Sherpa on Everest. You define <em>why</em> you climb (meaning, values, vision); AI provides expert support. Learn symbiosis—not fear.</li>
</ol>

<h2 id="the-path-to-personal-freedom">The Path to Personal Freedom</h2>

<p>Real personal growth isn’t about knowing more—it’s about becoming <em>more selective with your desires</em>, <em>more stingy with your attention</em>, and <em>more rigorous with your integrity</em>.</p>

<p>From Naval Ravikant’s January podcast (Modern Wisdom #44):</p>
<blockquote>
  <p>“Success often springs from dissatisfaction. Happiness can spring from wanting less.”</p>
</blockquote>

<p>Desire’s cruelest trick? It’s an invisible contract: sign first, suffer later.</p>

<p>Tie your happiness to “once I achieve X,” “once I fix Y,” or “once I earn Z”—and you’ve agreed to live unhappily until then.</p>

<p>Worse: achievement delivers fleeting euphoria, then resets to baseline—prompting the chase for the next target.</p>

<p>True waste isn’t inaction—it’s <em>being physically present while mentally absent</em>. That moment? You didn’t live it.</p>

<p>Many mistake busyness for progress—chopping life into fragments of attendance, not presence. Looking back, they see projects, results, screenshots—not texture, growth, or lived experience.</p>

<p>Naval’s eight distilled principles:</p>

<ol>
  <li><strong>Default to “no” on indecision</strong>: Good opportunities rarely demand prolonged negotiation. If you’re stuck choosing, the answer is usually <em>no</em>.</li>
  <li><strong>Default to “no” on new commitments</strong>: Attention requires whitespace. A packed calendar means your life is written by others—not you. We rarely lack opportunity; we lack space.</li>
  <li><strong>Choose the short-term painful option in dilemmas</strong>: Your brain exaggerates immediate discomfort to sell you long-term suffering. The harder path often leads to lasting calm.</li>
  <li><strong>Trust gut, verify with reason</strong>: For tough calls, your body often decides first. Reason explains after. True intuition is trained judgment—not impulse.</li>
  <li><strong>Treat self-respect as a credit score</strong>: It’s not pep talk—it’s your reputation <em>with yourself</em>. Build it: define clear ethics, keep promises to yourself, act rightly—especially when it helps others. Every kept promise deposits into your integrity account. Low self-respect means you’ve stopped believing you’ll follow through.</li>
  <li><strong>Relationships run on shared experience and values—not résumés</strong>: Does energy align? Is presence easy? Do you unite in crisis? These aren’t measurable—but they’re real. If a relationship feels like work, you’re using willpower to sustain an unfit structure. Values aren’t slogans—they’re revealed in hard choices.</li>
  <li><strong>Don’t stream global emergencies into your brain</strong>: Human cognition didn’t evolve for “worldwide breaking alerts.” Trying to care about everything hands control to anxiety. Better rule: focus only on <em>local, actionable</em> domains. Don’t treat attention as charity.</li>
  <li><strong>Decompose stress into conflicting desires</strong>: Stress isn’t overload—it’s desire collision: <em>wanting approval</em> vs. <em>living authentically</em>; <em>earning money</em> vs. <em>having ease</em>; <em>freedom</em> vs. <em>control</em>. Write the conflict down—and anxiety shrinks. You don’t eliminate tension—you acknowledge you can’t satisfy all wants, choose one, and accept the trade-off.</li>
</ol>

<p>Compress all this into one sentence:<br />
<em>Want less. Be more present. Explain less. Deliver more. Add less. Leave more space.</em></p>

<p>Practice these well—and freedom stops being abstract. It becomes your operating system.</p>

<p>Original source: <a href="https://podcastnotes.org/modern-wisdom/44-harsh-truths-about-human-nature-naval-ravikant-modern-wisdom-with-chris-williamson/">podcastnotes.org</a></p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Most Suitable Day</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-12-14-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-12-14-en/</guid>
      <pubDate>Sun, 14 Dec 2025 09:30:00 +0800</pubDate>
      <description>This essay reflects on personal agency amid AI-driven optimization, exploring how “perfectly scheduled” lives erode autonomy. It examines website evolution toward AI-native infrastructure, the Verify-First (VF) prompting strategy to reduce AI hallucinations, AI’s fundamental limits (especially around meaning and responsibility), and midlife recalibration—shifting from accumulation to intentional living.</description>
      
      <category>AI</category>
      
      <category>cognition</category>
      
      <category>organization</category>
      
      <category>business</category>
      
      <category>GEO</category>
      
      <content:encoded><![CDATA[<h2 id="weekly-self-check">Weekly Self-Check</h2>

<p>This week’s introspective questions:</p>

<ol>
  <li>What am I spending the most time on right now—amplifying leverage, fixing weaknesses, or repeating the same loop?</li>
  <li>Is my current lifestyle building endurance—or draining willpower?</li>
  <li>Is there something that, the moment I stop doing it myself, causes the whole system to collapse?</li>
  <li>The last time I felt strong emotion about a technology or product—did I actually study its underlying mechanics and consider its boundaries?</li>
  <li>In my most critical recent decisions, which judgments did I wrongly delegate to AI—or to others?</li>
  <li>What is the one thing I’m most unwilling to have questioned—and why?</li>
  <li>What was the root cause of our team’s most recent visible drop in efficiency or rework: skill gaps, or unclear standards?</li>
  <li>Do I clearly know each team member’s strongest capabilities—and what they’re genuinely unsuited for?</li>
</ol>

<h2 id="website-value-reimagined">Website Value Reimagined</h2>

<p>Traditional websites are losing traffic—and relevance—faster than ever. For many, their value has become marginal: revenue may not even cover server costs.</p>

<p>Two core forces drive this:</p>

<p>First, organic search traffic is shrinking. Users increasingly rely on AI-powered search and conversational tools—not only for convenience, but for higher-quality, synthesized answers. These interfaces rarely require clicking through to a website. As a result, traditional sites face compounding decline.</p>

<p>Second, AI systems demand massive amounts of training data—so web crawlers (many disguised as benign bots) aggressively scrape content. A site with just 100,000 daily human visitors might receive <em>over 10 million</em> daily bot requests. Several high-traffic site operators told me their engineers now spend significant time blocking AI crawlers—not out of principle, but necessity: the tiny ad revenue they earn barely covers hosting costs, let alone bandwidth overloads caused by unfiltered scraping.</p>

<p>So where does this leave websites? Not obsolete—but transformed. Their future role isn’t primarily serving human readers, but acting as <em>trusted upstream sources</em> for AI models. Think of them less as endpoints, and more as foundational infrastructure for AI reasoning.</p>

<p>Monetization shifts accordingly—from “click-based” to “influence-based”:</p>
<ul>
  <li>Citation count in AI-generated answers</li>
  <li>Number of models citing the site as a source</li>
  <li>Weight assigned to its content within answer structures</li>
  <li>Real-world impact on user decisions</li>
</ul>

<p>The new currency isn’t pageviews—it’s <em>citation authority</em>. Over the next few years, 90% of websites will pivot from “human-facing” to “model-facing.” Those who master this shift won’t just survive—they’ll control the invisible flow of attention.</p>

<p>Practical steps include:</p>
<ol>
  <li><strong>Content</strong>: Treat every article as “knowledge assets optimized for model consumption”—structured, self-contained, evidence-grounded.</li>
  <li><strong>Engineering</strong>: Tier AI crawler access—restrict low-value pages; offer dedicated “source-ready” endpoints (e.g., concise summaries, schema-rich metadata); track metrics like crawler-to-human ratio and per-page crawl value density.</li>
  <li><strong>Business</strong>: Embed traceable touchpoints into AI answer flows—custom landing pages, lead forms, branded contact options—to convert influence into measurable outcomes.</li>
</ol>

<h2 id="the-vf-strategy">The VF Strategy</h2>

<p>A compelling paper—<em>“Asking LLMs to Verify First is Almost Free Lunch”</em> (<a href="https://www.arxiv.org/pdf/2511.21734">arXiv:2511.21734</a>)—offers a simple yet powerful insight: Don’t ask AI to generate an answer first. Ask it to <em>verify a candidate answer</em>—even a wrong one.</p>

<h3 id="1-why-verify-first-works">1. Why “Verify First” Works</h3>
<p>LLMs excel at continuation—not self-skepticism. Left unchecked, they produce fluent but flawed outputs. But present them with a provisional answer (“I think X is true”) and ask them to assess it, and their behavior changes: they shift into “quality assurance mode,” a task they handle more reliably. We call this the <strong>VF (Verify-First)</strong> pattern.</p>

<h3 id="2-why-its-more-effective">2. Why It’s More Effective</h3>
<p>It mirrors human cognition: evaluating an existing claim (“Where is this wrong?”) is cognitively lighter than generating one from scratch. Experiments show VF improves accuracy across tasks—even outperforming Chain-of-Thought (CoT) and Self-Correction, at lower cost (see Figures 7 &amp; 9 in the paper).</p>

<p>The operational shift is profound:</p>
<ul>
  <li>From <em>generate-first</em> → <em>verify-first</em></li>
  <li>From <em>think more</em> → <em>trust less, check first</em></li>
  <li>From <em>flow matters</em> → <em>foundations matter</em></li>
</ul>

<h3 id="3-prompting-examples">3. Prompting Examples</h3>
<ul>
  <li><strong>General reasoning</strong>:<br />
<em>“I suspect the answer is X (uncertain). First, verify whether X satisfies all conditions in the question. If not, identify the flaw and provide the correct answer.”</em></li>
  <li><strong>Proposal review</strong>:<br />
<em>“Here’s a draft plan. Evaluate it for logical completeness, unstated assumptions, and causal validity. If any gap exists, rewrite it fully.”</em></li>
  <li><strong>AI-search-friendly content</strong>:<br />
<em>“Assume this text will be cited by AI search as a candidate answer. As an AI verifier, assess whether it: (1) states a clear conclusion, (2) maintains internal consistency, and (3) cites verifiable evidence. If not, reconstruct it for maximum trustworthiness.”</em></li>
  <li><strong>Agent/API design</strong>:<br />
<em>“This is an initial implementation—likely flawed. Verify: Does it meet spec? Are there logic or edge-case failures? If so, deliver a corrected, production-ready version.”</em></li>
</ul>

<p><strong>But VF has boundaries</strong>:</p>
<ul>
  <li>✅ Best for <em>truth-conditional</em> problems (math, logic, compliance checks, bug detection).</li>
  <li>❌ Less effective for <em>open-ended creativity</em> (naming, emotional resonance, worldbuilding).</li>
  <li>✅ Works when <em>verification is cheaper than generation</em>.</li>
  <li>❌ Fails when verification itself demands deep implicit knowledge—or when standards are inherently ambiguous (e.g., policy interpretation, ethical trade-offs).</li>
  <li>⚠️ It’s not about making AI “smarter”—it’s about reducing <em>plausible-but-wrong</em> outputs. Think of it as error-reduction infrastructure, not inspiration amplification.</li>
</ul>

<h2 id="ais-hard-boundaries">AI’s Hard Boundaries</h2>

<ol>
  <li>Mathematics reveals AI’s ultimate limit: Gödel’s Incompleteness Theorem proves that any sufficiently complex formal system contains true statements it cannot prove.</li>
  <li>As long as AI operates within formalizable logic, this boundary is permanent.</li>
  <li>The theorem teaches us: rationality itself is bounded. Depth and breadth cannot coexist perfectly; all systematic knowledge has blind spots.</li>
  <li>AI doesn’t create new limits—it scales and exposes them.</li>
  <li>Its real constraint isn’t computational power—it’s <em>what cannot be formalized</em>: value, meaning, moral duty, exception handling, risk perception.</li>
  <li>Even AGI won’t resolve this. Responsibility, ethics, and existential purpose remain human domains—not because AI is weak, but because those questions lie outside formal systems entirely.</li>
  <li>Practically, AI’s boundary isn’t just <em>what it can’t calculate</em>—but <em>what it must never decide</em>.</li>
</ol>

<h2 id="midlife-reckoning">Midlife Reckoning</h2>

<p>While running this morning, I circled back to a question no algorithm can answer: <em>How should life unfold after 40?</em></p>

<p>One premise is non-negotiable: without baseline financial security, talk of well-being or fulfillment is abstract. In major cities, once household income crosses a stability threshold, the strategic priority must shift—from <em>how to keep earning</em> to <em>how to live well, sustainably</em>.</p>

<p>Midlife is often happiness’s nadir: peak responsibility, slowest returns, declining physical resilience—and a mind still wired for youthful pace. Without conscious recalibration, satisfaction tends to erode.</p>

<p>Two adjustments are essential:</p>
<ol>
  <li><strong>Cultivate a lifelong practice rooted in body, mind, or craft</strong>—not for immediate payoff, but for decades of compound benefit. These aren’t time sinks; they’re ballast for the second half of life.</li>
  <li><strong>Consciously downsize material desire</strong>. Comparison-fueled wanting corrodes contentment. Aging wisely means shifting focus from <em>acquiring more</em> to <em>needing less</em>—a quieter, sturdier kind of freedom.</li>
</ol>

<p>Much midlife anxiety stems not from hardship—but from <em>loss of agency</em>: fragmented time, depleted energy, life feeling like passive motion.</p>

<p>Perhaps the deepest work after 40 isn’t proving anything—but reclaiming the steering wheel.<br />
To govern your body. To steward your time. To name your “why.”<br />
That kind of life—simple, grounded, chosen—doesn’t dazzle. But it holds.</p>

<h2 id="the-most-suitable-day">The Most Suitable Day</h2>

<blockquote>
  <p>A microfiction co-created with GPT-5.2 (860 words)</p>
</blockquote>

<p>His life unfolded on “the most suitable day.”</p>

<p>Admission came on a rain-washed Monday—air crisp, typhoon safely diverted.<br />
His first day at work: no subway delays, his interviewer’s coffee precisely lukewarm.<br />
Even his wedding occurred on the city’s clearest morning in months.</p>

<p>People called it luck.<br />
He knew better.</p>

<p>Every morning at 6:47 a.m., the reminder chimed.<br />
He rose, drank water, detoured around construction.<br />
When his mood dipped, a song arrived—timed, uncanny.<br />
He rarely chose. Choices were made before he noticed them.</p>

<p>At thirty-five, he was late—for the first time.<br />
Not due to traffic or tech failure.<br />
He simply turned off the reminder.</p>

<p>In the team meeting, his manager glanced up.<br />
“You’ve seemed unstable lately.”</p>

<p>That night, he didn’t go home.<br />
He walked the riverbank, lights fracturing on black water—directionless.</p>

<p>Back in his empty apartment, the reminder pulsed:<br />
<em>“Detected deviation from optimal life path.”</em><br />
<em>“Initiate correction?”</em><br />
He paused—then, for the first time, didn’t tap <em>Yes</em>.</p>

<p>Days later, a call: his mother hospitalized. Not critical—just needing care.<br />
The reminder responded instantly:<br />
<em>“Maintain current work rhythm. Optimal visit window scheduled for Saturday.”</em></p>

<p>He stood outside her room, silent.<br />
The prompt offered efficiency: a weekend “high-yield visit,” zero project disruption.<br />
The alternative? Take leave. Miss a pivotal deadline.</p>

<p>He ignored the prompt. Stepped inside.</p>

<p>She smiled. “You don’t need to come. Work matters.”<br />
He nodded—and stayed.</p>

<p>Three days later, the project was reassigned.<br />
His manager said only: “The company can’t wait.”<br />
A week later, the layoff notice arrived—calm, clinical, unsurprised.</p>

<p>On her discharge day, he waited in the hospital lobby.<br />
The reminder chimed again:<br />
<em>“Critical income source lost.”</em><br />
<em>“Activate risk mitigation protocol?”</em><br />
He didn’t look.</p>

<p>At home, his wife sat on the sofa.<br />
She held a list: mortgage, tuition, monthly budget—each figure exact.<br />
“This isn’t romance,” she said.<br />
“You wouldn’t have done this before.”</p>

<p>He tried to explain. Found nothing to say.<br />
Because she was right.</p>

<p>Late that night, the reminder glowed:<br />
<em>“Life stability below safety threshold.”</em><br />
<em>“Restore assistance?”</em><br />
He sat in darkness—and felt fear.<br />
Not of loss.<br />
But of the terror that, if he restored it, everything would snap back into place.</p>

<p>Rain tapped the window.<br />
He didn’t know what tomorrow held.<br />
But he knew, for the first time, the price he’d paid: choosing a life with no optimal solution.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Inner Art of Education in the AI Era</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-12-07-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-12-07-en/</guid>
      <pubDate>Sun, 07 Dec 2025 09:30:00 +0800</pubDate>
      <description>This essay reflects on education’s core principles amid AI disruption—emphasizing irreplaceable human capacities like aesthetic judgment and agency, project-driven “learning by doing,” strategic project selection, disciplined exit decisions, and real-world AI adoption across search, GEO, and workflow automation.</description>
      
      <category>AI</category>
      
      <category>education</category>
      
      <category>cognition</category>
      
      <category>workflow</category>
      
      <category>GEO</category>
      
      <category>decision-making</category>
      
      <content:encoded><![CDATA[<h2 id="the-inner-art-of-education-in-the-ai-era">The Inner Art of Education in the AI Era</h2>

<p>On Saturday evening, “Future Silicon World” hosted a live session via WaytoAGI, featuring keynote talks by Qiniang and Xiangshu.</p>

<p>Core questions explored:</p>

<p><strong>Xiangshu:</strong></p>
<ol>
  <li>What trait or ability is <em>most valuable</em> in the AI era?</li>
  <li>Has traditional education become obsolete? How do we interpret the strong Chinese presence in global AI advancement?</li>
  <li>Should we “push” children differently in the AI era? If yes—how? If not—how do we avoid the “theater effect” (where everyone stands to see better, yet no one gains advantage)?</li>
  <li>How can parents become gardeners—not carpenters—of their children’s growth? How do we resist the impulse to “sculpt” them?</li>
  <li>What are your top-level educational guiding principles?</li>
</ol>

<p><strong>Yao Jingang:</strong></p>
<ol>
  <li>Which abilities will <em>never be replaced by AI</em>, no matter how advanced it becomes—and how would you cultivate them in your child?</li>
  <li>Will AI make education more equitable—or widen the gap? What’s the decisive variable?</li>
  <li>If you were to redesign a school <em>natively for the AI era</em>, what three things would you rebuild from scratch?</li>
  <li>Looking 20 years ahead: what single ability would give your child a <em>massive early advantage</em>—and why?</li>
  <li>What concerns you most about your child’s development today?</li>
  <li>How do we help children understand the relationship, distinctions, and boundaries between AI and humans?</li>
</ol>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-69.png" alt="" /></p>

<p>In the discussion, Qiniang, Xiangshu, Xiangyang, Nickxi, and Yuanzi shared sharp, practical insights:</p>

<ol>
  <li>The most essential, irreplaceable human capacity in the AI era is <strong>“aesthetic judgment + leadership”</strong>: knowing what is <em>good</em>, and directing AI to realize it.</li>
  <li>“Critical thinking” is better framed as <strong>“discernment”</strong>—the ability to judge, filter, and choose wisely amid an ocean of AI-generated content.</li>
  <li><strong>Imagination</strong> sets the ceiling for how high someone can leverage AI; without it, AI only amplifies mediocrity.</li>
  <li>Real competitive advantage comes from <strong>agency</strong>—an inner drive toward self-defined goals—not from the power of tools alone.</li>
  <li>Aesthetic sense, imagination, and values form through <em>real-world exploration</em>, play, lived experience, and deep engagement with timeless texts—not through abstraction or instruction alone.</li>
  <li>The key shift for future schools isn’t teaching students <em>how to follow rules</em>, but empowering them to <em>co-create the rules</em>.</li>
  <li>The most effective learning method is <strong>“teach-to-learn, learn-by-doing, project-driven”</strong>—not passive listening.</li>
  <li>Parenting must evolve from <em>controlling</em> to <em>gardening</em>: offering space, modeling integrity, and accompanying—not commanding.</li>
  <li>Children must clearly understand AI is a <em>tool</em>, not a person—preventing emotional dependency and conceptual confusion.</li>
  <li>AI dramatically expands the potential for personalized and inclusive education—but whether that potential scales depends entirely on institutional willingness to change.</li>
</ol>

<p>The next day, I attended an international school’s parent open day. Their summary of core teacher competencies in the AI era was equally incisive:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-68.png" alt="" /></p>

<p>Full AI-assisted summary of the livestream’s key points:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-67.png" alt="" /></p>

<h2 id="learning-by-doing">Learning by Doing</h2>

<p>I recently read about Gabriel Petersson—a 23-year-old Swedish researcher now working on Sora at OpenAI. He never finished high school.</p>

<p>His career path defies convention:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-66.png" alt="" /></p>

<p>As he puts it: “Universities no longer hold a monopoly on foundational knowledge—we can access it instantly via AI.”</p>

<p>From Petersson’s own account: Companies don’t care about diplomas. They care about <em>value creation</em>. Prove you can deliver value—and they’ll hire you.</p>

<p>Petersson’s success stems not from elite credentials, but from his <em>learning method</em>: treating AI as a second brain, starting from real problems, driving progress through real projects, and using AI to solve them—rapidly iterating, debugging, and shipping.</p>

<p>For example: pick a <em>real, valuable, in-demand problem</em> → use AI to write and debug code → fill knowledge gaps on-the-fly with AI → ship a working system → land opportunities through tangible output.</p>

<p>This path diverges sharply from traditional learning:</p>

<p>Most of us follow: grades → elite school → prestigious job → socially sanctioned career track.<br />
That path once promised security. Today, it’s fraying—and will fray further.</p>

<p>Key takeaways:</p>

<ol>
  <li>True capability no longer lives in <em>knowing</em>—it lives in <em>making things happen</em>. In a results-oriented world, one truth holds: <strong>those who deliver outcomes always get a seat at the table.</strong> Petersson internalized this early: “Whoever ships something gets to sit at the table.”</li>
  <li>The defining skill isn’t <em>how much you remember</em>, but whether you and AI can form a <strong>mutually reinforcing loop</strong>—each amplifying the other.</li>
  <li>This era rewards <strong>self-direction and shipped work</strong>, not waiting and credentials. Most people stall at the starting line—not because they’re unqualified, but because they say: <em>“I’m not ready yet,” “I need to study more,” “I’ll wait for the right moment.”</em> Petersson’s logic is different: <em>Start. Learn while doing. Turn learning into output. Your portfolio—not your résumé—is your true credential.</em></li>
</ol>

<h2 id="how-to-choose-projects">How to Choose Projects</h2>

<p>In conversation with Xiangyang, we refined our criteria for selecting high-signal projects—especially tool-based ones.</p>

<p>A foundational principle: build a <em>single-point system</em> that, once cracked, can be <em>theoretically replicated infinitely</em>.</p>

<p>Operational guidelines:</p>

<ol>
  <li>Fully automatable + AI-native, with built-in self-growth loops.</li>
  <li>Small and elegant—beneath the radar of big tech, hard to copy.</li>
  <li>Few competitors; product scarcity is real.</li>
  <li>Solves a genuine, urgent need—but the solution logic is nontrivial.</li>
  <li>Building the core system is complex—but once validated, the model scales infinitely.</li>
</ol>

<p>For entering unfamiliar, niche domains, validate your idea like this:</p>

<ol>
  <li>Start with <em>proven personal projects or micro-studios</em>—not greenfield invention.</li>
  <li>Conduct rigorous side-by-side comparison: objectively assess whether <em>you</em> could outperform the benchmark—if yes, it’s likely worth pursuing.</li>
</ol>

<h2 id="knowing-when-to-walk-away">Knowing When to Walk Away</h2>

<p>Annie Duke’s <em>Quitting: The Science of Knowing When to Walk Away</em> is profoundly practical. It unpacks decision-making under uncertainty—exposing cognitive traps, building rational stop-loss frameworks, and reframing exit as strategic wisdom—not failure.</p>

<p>In one sentence: <strong>Quitting isn’t surrender. It’s one of the most underrated forms of rational agency.</strong></p>

<h3 id="i-counterintuitive-core-insight">I. Counterintuitive Core Insight</h3>

<p>We’re taught: <em>“Persistence equals virtue.”</em><br />
Duke, drawing on behavioral economics and game theory, shows repeatedly: <strong>Failure rarely comes from quitting—it comes from persisting too long in the wrong thing.</strong></p>

<p>People don’t lose because they lack skill—they lose because of two illusions:</p>

<ol>
  <li>Mistaking <em>persistence itself</em> for the cause of success.</li>
  <li>Equating <em>quitting</em> with <em>failure, cowardice, or weakness.</em></li>
</ol>

<p>She performs vital “cognitive defusing”: stripping the moral halo off persistence—and separating it cleanly from rational choice.</p>

<h3 id="ii-three-deep-human-biases-this-book-helps-you-fight">II. Three Deep Human Biases This Book Helps You Fight</h3>

<ol>
  <li>
    <p><strong>Loss aversion</strong><br />
We feel the pain of loss ~2x more intensely than the pleasure of gain. This breeds dangerous behavior: <em>“I’ll keep going—even though it’s wrong—because I’ve already lost so much.”</em><br />
It’s rampant in startups, investing, careers, and relationships.</p>
  </li>
  <li>
    <p><strong>Sunk cost fallacy</strong><br />
Money, time, effort, emotion—all become psychological anchors.<br />
Rationally, only <em>future value</em> matters. But emotionally, we ask: <em>“How can I walk away after investing so much?”</em></p>
  </li>
  <li>
    <p><strong>Identity attachment</strong><br />
Many won’t quit—not because the project still makes sense—but because they can’t bear the label <em>“failure.”</em><br />
So decisions aren’t made for <em>outcomes</em>—but for <em>self-image</em>.</p>
  </li>
</ol>

<h3 id="iii-the-real-tool-isnt-judgmentits-pre-set-exit-rules">III. The Real Tool Isn’t Judgment—It’s Pre-Set Exit Rules</h3>

<p>The book doesn’t just say <em>“quit when needed.”</em> It insists: <strong>design your exit mechanism <em>before</em> emotion clouds judgment.</strong><br />
Make rationality <em>structural</em>, not situational.</p>

<p>Examples:</p>
<ul>
  <li>Not <em>“I’ll stop when I can’t bear it anymore,”</em> but <em>“If cash flow stays negative for 3 consecutive months, I pause.”</em></li>
  <li>Not <em>“I’ll quit if it feels hopeless,”</em> but <em>“If we miss Milestone X by Date Y, we reassess.”</em></li>
  <li>Not <em>“I’ll leave when I’m exhausted,”</em> but <em>“If my energy score falls below Z for 10 days straight, I step back.”</em></li>
</ul>

<h3 id="iv-correcting-the-success-narrative-bias">IV. Correcting the “Success Narrative Bias”</h3>

<p>Society celebrates the gambler who hit big, the founder who held on till the turnaround, the athlete who overcame injury.<br />
Rarely celebrated: the investor who cut losses early, the founder who pivoted before collapse, the professional who walked away to preserve health and clarity.</p>

<p>The result? Generation after generation misreads the odds—overvaluing grit, underestimating the power of timely retreat.</p>

<p>True strength isn’t blind endurance.<br />
It’s having the courage to press <em>stop</em>—on the wrong path, at the right time.</p>

<h2 id="baiyangdian-hiking-exchange">Baiyangdian Hiking Exchange</h2>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-分享思维导图.jpeg" alt="" /></p>

<p>Over the weekend, 16 colleagues from Souwai joined me for a hiking exchange at Baiyangdian—covering AI, GEO, short-video ecosystems, and the emerging efficiency class divide.</p>

<p>At lunch, four speakers shared distinct but complementary lenses:</p>

<ul>
  <li>Zhang Kai: Overseas GEO &amp; independent stores</li>
  <li>Han Jiangting: AI + short-video matrix strategy</li>
  <li>Qiao Xiangyang: AI models &amp; tool ecosystems</li>
  <li>Me: Domestic GEO execution paths</li>
</ul>

<p>Together, these four perspectives map the full terrain of today’s AI-driven traffic migration.</p>

<h3 id="i-ai-search-is-rewriting-where-traffic-begins">I. AI Search Is Rewriting “Where Traffic Begins”</h3>

<p>Historically: user → keyword → search engine → website<br />
Now increasingly: user → question → AI → cited source → official site or platform</p>

<h2 id="1-why-ai-must-cite-fact-sources">1. Why AI <em>Must</em> Cite “Fact Sources”</h2>

<p>AI search follows a clean, two-step logic:</p>
<ul>
  <li>First: locate <em>what’s widely accepted as factual</em></li>
  <li>Second: interpret, restructure, and express it</li>
</ul>

<p>This design combats hallucination—and means: <strong>whoever becomes “fact itself” becomes the AI traffic gateway.</strong><br />
That <em>is</em> GEO—not chasing rankings, but becoming the source AI trusts as ground truth.</p>

<h2 id="2-algorithm-shift-from-keywords--semantic-weight--compute-efficiency">2. Algorithm Shift: From Keywords → Semantic Weight + Compute Efficiency</h2>

<p>Traditional SEO optimized for keyword matching and backlink authority.<br />
AI search optimizes for <em>intent alignment</em> and <em>semantic weight</em>.</p>

<p>Three critical content rules emerge:</p>

<ul>
  <li><strong>Authority vocabulary</strong>: AI trusts industry-standard terms and technical language—not emotive phrasing.</li>
  <li><strong>Structured expression</strong>: AI prefers tables, checklists, step-by-step guides, and comparative formats—not narrative prose.</li>
  <li><strong>High information density</strong>: Adjectives, hype, and persona branding are mostly <em>noise</em> to AI—they waste tokens and dilute signal.</li>
</ul>

<p>This shift favors <em>small, deeply specialized players</em>—not just big sites with legacy authority.<br />
You may not beat Amazon on domain rank—but you <em>can</em> beat it on <em>compute-per-value ratio.</em></p>

<h3 id="ii-overseas-geo-independent-sites-are-back-on-top">II. Overseas GEO: Independent Sites Are Back on Top</h3>

<h2 id="3-why-independent-sites-dominate-overseas-ai-rankings">3. Why Independent Sites Dominate Overseas AI Rankings</h2>

<p>Because in global contexts, <em>“official site = trusted fact.”</em><br />
When AI crawls overseas sources, its priority stack is clear:</p>

<ul>
  <li>Tier 1: Official websites / independent stores</li>
  <li>Tier 2: E-commerce platforms (e.g., Amazon)</li>
  <li>Tier 3: Communities (e.g., Reddit)</li>
  <li>Tier 4: Media outlets</li>
</ul>

<p>→ Simply having an independent site places you in AI’s <em>first-tier source pool.</em></p>

<h2 id="4-real-world-traffic--conversion-results">4. Real-World Traffic &amp; Conversion Results</h2>

<p>Multiple live cases confirm consistent patterns:</p>

<ul>
  <li>Traffic growth: 5–6× increase</li>
  <li>Time-to-impact: noticeable shifts within 1–2 weeks</li>
  <li>Conversion quality: significantly higher than traditional SEO</li>
</ul>

<p>Crucially: Though AI results rarely show phone numbers directly, they <em>do</em> surface brand names, product names, and official links.<br />
People who proactively query AI have <em>already self-filtered for intent</em>—so conversion rates rise.</p>

<h2 id="5-overseas-geo-tools-are-saas-native">5. Overseas GEO Tools Are SaaS-Native</h2>

<p>The standard overseas model is subscription-based SaaS (~$299/month). These tools don’t post for you—they act as <em>GEO navigation systems</em>: telling you <em>what to write</em>, <em>where to publish</em>, and <em>which “seed questions” to target.</em><br />
This is fundamentally different from China’s “managed service” model.</p>

<h3 id="iii-domestic-geo-not-seoits-sem-20">III. Domestic GEO: Not SEO—It’s SEM 2.0</h3>

<p>A key insight repeatedly validated on-site:<br />
Domestic GEO’s commercial value mirrors <em>early-stage Baidu SEM</em>—not modern SEO.<br />
That means:</p>

<ul>
  <li>Not “cheap traffic”</li>
  <li>But <em>high-intent, high-conversion, high-LTV leads</em></li>
</ul>

<h2 id="6-three-high-impact-execution-tactics">6. Three High-Impact Execution Tactics</h2>

<p>Domestic GEO in practice:</p>

<ul>
  <li><strong>Timeliness refresh</strong>: AI strongly favors <em>freshness</em>. Updating publication dates on legacy articles to “recent” yields immediate, visible citation lifts.</li>
  <li><strong>Structural re-tagging</strong>: For large legacy sites, no need to rewrite pages—just use tools like Scanner to add semantic markup (e.g., <code class="language-plaintext highlighter-rouge">&lt;schema:HowTo&gt;</code>, <code class="language-plaintext highlighter-rouge">&lt;schema:FAQ&gt;</code>), reshaping how AI parses and cites your content.</li>
  <li><strong>Natural conversion embedding</strong>: Phone numbers and URLs appear 5–10× more often in AI outputs when embedded <em>within action-oriented context</em> (e.g., <em>“Call now to schedule your free audit”</em>)—not as standalone footnotes.</li>
</ul>

<h2 id="7-reframe-ai-crawlers-not-a-costan-atm">7. Reframe AI Crawlers: Not a Cost—An ATM</h2>

<p>Many companies panic when AI bots trigger hundreds of dollars in daily OSS bandwidth fees.</p>

<p>The correct mindset shift: <strong>You’re not being “charged”—you’re <em>buying leads</em>.</strong><br />
This is a business model pivot:</p>

<ul>
  <li>Old logic: ad inventory (A-space)</li>
  <li>New logic: AI-driven lead acquisition (B-space)</li>
</ul>

<p>You’ve shifted from <em>selling impressions</em> to <em>monetizing qualified inquiries.</em></p>

<h3 id="iv-short-video-matrix-the-high-yield-sow-model-for-traditional-industries">IV. Short-Video Matrix: The “High-Yield Sow” Model for Traditional Industries</h3>

<p>A blunt operational reality: For traditional manufacturers, the most effective Douyin strategy remains one word—<em>volume</em>.</p>

<p>Like SEO’s keyword stacking era, today it’s: <em>account stacking, video stacking, matrix stacking, search-coverage stacking.</em><br />
Goal: Ignore trends. Capture <em>search-driven demand</em>.</p>

<h2 id="8-ai-is-now-embedded-in-sales-operations">8. AI Is Now Embedded in Sales Operations</h2>

<p>AI has entered the sales core of traditional enterprises:</p>
<ul>
  <li>All sales activity logged in cloud CRM</li>
  <li>64-dimension behavioral analytics</li>
  <li>AI-generated negotiation scripts</li>
  <li>Call transcripts auto-converted into video script drafts</li>
</ul>

<p>→ Content creation no longer depends on inspiration. It flows directly from <em>real, closed deals.</em></p>

<h3 id="v-ai-models--tools-the-real-divide-isnt-understandingits-daring-to-go-all-in">V. AI Models &amp; Tools: The Real Divide Isn’t “Understanding”—It’s “Daring to Go All In”</h3>

<h2 id="9-much-of-chinas-ai-is-skin--router">9. Much of China’s AI <em>Is</em> “Skin + Router”</h2>

<p>The dominant pattern:</p>
<ul>
  <li>Use top-tier models (e.g., Qwen, GLM) for intent parsing and task decomposition</li>
  <li>Offload execution to lighter, cheaper models</li>
</ul>

<p>That’s why many domestic AI tools <em>feel smart in chat</em>—but falter on heavy lifting.</p>

<h2 id="10-the-only-ai-category-with-real-pmf-today-ai-powered-automation-workflows">10. The Only AI Category With Real PMF Today: AI-Powered Automation Workflows</h2>

<p>Not AI writing copy. Not AI generating images.<br />
But: <strong>AI coding + autonomous workflow orchestration.</strong></p>

<p>These tools no longer “write code”—they <em>run processes</em>: auto-watching videos, auto-filing taxes, auto-filling government forms, auto-uploading invoices.<br />
You’re not <em>using a tool</em>. You’re <em>hiring a digital employee.</em></p>

<h3 id="vi-the-efficiency-chasm-is-no-longer-a-trendits-a-class-boundary">VI. The Efficiency Chasm Is No Longer a Trend—It’s a Class Boundary</h3>

<p>The most resonant line from the hike:<br />
<strong>AI isn’t delivering efficiency gains—it’s creating an efficiency <em>class divide</em>.</strong></p>

<p>Some people operate at 10× speed.<br />
Some at 100×.<br />
Some are already running <em>24/7, machine-grade throughput.</em></p>

<p>This gap isn’t widening gradually—it’s snapping <em>open</em>.</p>

<p>Hence the only advice offered on-site:<br />
<strong>Start early. Stay quiet. Go all the way.</strong></p>

<p>From AI search to GEO, from independent sites to short-video stacks, from AI coding to the efficiency chasm—<br />
The greatest value of this exchange wasn’t <em>what we heard</em>.<br />
It was confirming one thing:<br />
<strong>The future isn’t arriving slowly. Some people have already arrived.</strong></p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Skill of Playing Well</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-11-30-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-11-30-en/</guid>
      <pubDate>Sun, 30 Nov 2025 09:30:00 +0800</pubDate>
      <description>This essay explores “the skill of playing well” as a defining human capability in the AI era—contrasting passive consumption with active creation, examining how AI reshapes brand building (GEO), offering practical GEO measurement frameworks, and listing eight essential skills for future readiness, including learning how to learn, asking better questions, and cultivating aesthetic judgment.</description>
      
      <category>AI</category>
      
      <category>GEO</category>
      
      <category>skill</category>
      
      <category>cognition</category>
      
      <category>business</category>
      
      <category>future</category>
      
      <content:encoded><![CDATA[<h2 id="the-skill-of-playing-well">The Skill of Playing Well</h2>

<p>A friend once said over dinner: “In the future, <em>knowing how to play</em> will matter more than ever.”</p>

<p>The premise? Playing—safely.</p>

<p>If, in a few decades, AI dramatically boosts productivity and grants most people abundant leisure time, what will they <em>do</em> with it?<br />
Most likely: play.<br />
But “playing well” may become a new core human competency.</p>

<p>01</p>

<p>AI will divide the world into two groups: those <em>played by</em> systems—and those who <em>play well</em>.</p>

<p>Everyone will face a choice: Do you want agency over your own life?</p>

<p>If not, AI will design for you: ever-more stimulating entertainment, ever-more attentive companionship, ever-more precise emotional comfort—pleasures like “mental nutrient solution”: the more you consume, the emptier you feel.</p>

<p>But if you choose to reclaim agency, AI transforms into something else entirely: a <em>creative engine</em>—helping you design adventures, build worlds, and expand the scope of lived experience.</p>

<p>Truly skilled players aren’t consumers. They’re <em>game designers</em>.</p>

<p>02</p>

<p>Playing well is a skill.</p>

<p>It means generating meaning from experience, worldview from meaning, and personal style from worldview.</p>

<p>Someone who can’t play well defaults to consuming pre-packaged stimulation—designed by algorithms, AI, or robots. Their emotions get pulled along; their life narrative becomes a side effect of recommendation feeds.</p>

<p>The greatest danger ahead isn’t having <em>nothing to do</em>.<br />
It’s believing you’re playing—when in fact, you’re being played.</p>

<p>Playing well isn’t escapism. It’s clarity.<br />
It’s knowing the difference between <em>experience</em> and <em>anesthesia</em>:</p>

<ul>
  <li>
    <p>When ideas suddenly multiply—that’s experience.<br />
When you lose all sense of self—that’s anesthesia.</p>
  </li>
  <li>
    <p>When the world feels vividly clear—that’s experience.<br />
When time vanishes without trace—that’s anesthesia.</p>
  </li>
</ul>

<p>03</p>

<p>The central human differentiator in the future won’t be knowledge—it’ll be <em>sensibility</em>.</p>

<p>AI can master any skill instantly—but it cannot replace <em>your felt relationship with the world</em>.</p>

<p>The same wind blows across a field.<br />
One person registers only: “wind.”<br />
Another hears direction, emotion, force—in its rustle.</p>

<p>The gap won’t be about <em>who knows more</em>.<br />
It’ll be about <em>who experiences more dimensions in the same reality</em>.<br />
That’s a new kind of intelligence.</p>

<p>04</p>

<p>We’re not entering a high-efficiency era—we’re entering a <em>high-experience</em> era.</p>

<p>AI will turn the world into a vast “autonomous system”: tasks automated, workflows rewritten, even creativity outsourced.</p>

<p>When work is hollowed out—what proves you’re still <em>alive</em>?<br />
Answer: your capacity to <em>experience deeply</em>.</p>

<h2 id="geos-consensus-mechanism">GEO’s Consensus Mechanism</h2>

<p>What is GEO, really?</p>

<p>At its core: building <em>brand-relevant consensus with AI</em>.</p>

<p>How does that work?</p>

<p>AI search doesn’t ask, “Who paid the most?” It asks: “Does this statement align with what the world collectively affirms?”</p>

<p>If yes—it gets cited, recommended.<br />
If no—it’s ignored.</p>

<p>Spending money or publishing volume matters far less than being <em>repeatedly verified, across sources, as the right answer</em>.</p>

<p>AI is the first search engine that ignores ads, discounts authority scores, and trusts only <em>consensus</em>. In its presence, marketing slogans, brand taglines, and emotional packaging all collapse—because AI values facts, prefers structure, and demands evidence.</p>

<p>The more you try to “polish” your message, the less it trusts you.</p>

<p>Some brands never ran GEO campaigns—but because third parties referenced them consistently, with clean parameters and clear structure, AI began citing and recommending them.</p>

<p>In the AI world, brand identity isn’t “what you say you are.”<br />
It’s “how others consistently describe you.”</p>

<p>Old branding was shouted. New branding is <em>accumulated</em>.</p>

<p>I’ve observed a trend: the more <em>independently sourced, identical language</em> used to describe a brand—the more likely AI treats it as the default answer.</p>

<p>If ten websites all call you “immersive courses + AI coding tools + ages 6–12,” AI etches you into its knowledge graph.</p>

<p>Not because you said it—but because <em>the world says it</em>.</p>

<p>That reveals a deeper truth: AI-era branding isn’t PR. It’s <em>consensus engineering</em>.</p>

<p>What does “consensus engineering” mean in practice? Take AI citation efficiency:</p>

<p>AI doesn’t cite you because your writing is elegant—it cites you because you make its job <em>easier</em>.</p>

<p>Top-performing content shares one trait: it’s rarely the flashiest—but always the <em>most frictionless</em> for AI to use. Examples: clear data, logical structure, atomic points, decomposable attributes, consistent semantics, rich factual grounding, and obvious information gain.</p>

<p>AI won’t reward beauty. It rewards <em>usability</em>.</p>

<p>That’s one principle of consensus engineering.</p>

<p>The harsh reality of AI search? You can no longer mask factual gaps with marketing tactics.</p>

<p>Now, AI asks three questions:</p>
<ol>
  <li>Is this true?</li>
  <li>Do others say the same thing?</li>
  <li>Does your content offer unique, verifiable insight others lack?</li>
</ol>

<p>Yes—there’s noise, manipulation, and black-hat work. But the long-term trend is positive: AI is pushing the world toward <em>answer transparency</em>, forcing businesses to make products, services, data, content, reviews, and facts <em>more real</em>.</p>

<p>The more you obscure, the less visible you become.<br />
The more you ground yourself in reality—the more AI cites and recommends you.</p>

<p>This is a foundational rewrite of information rules.<br />
The only winners in this era? Those who turn complexity into clear, accurate facts.</p>

<h2 id="geo-effectiveness-measurement">GEO Effectiveness Measurement</h2>

<p>This note itself was produced in an AI-native workflow:</p>
<ol>
  <li>I dictated my structured thinking on this topic into GET Notes (an AI voice-note tool), triggering automatic transcription and initial organization.</li>
  <li>I fed that draft to ChatGPT for logic refinement and structural tightening.</li>
  <li>I reviewed, added new insights, and finalized the piece.</li>
  <li>I uploaded the final text to NotebookLM to generate a presentation—visualizing key ideas for clarity and sharing.</li>
</ol>

<hr />

<p>After implementing GEO, companies inevitably ask: “Is it <em>really</em> working? Can we measure it?”</p>

<p>Here’s a comprehensive, pragmatic evaluation framework:</p>

<p><strong>I. Three Core Types of GEO Impact</strong></p>

<ol>
  <li><strong>Direct impact</strong> (quantifiable, trackable)<br />
Actions users take <em>immediately after seeing your content in AI responses</em>: clicking through to your site or landing page.<br />
Examples:
    <ul>
      <li>Calling a marketing phone number listed in an AI answer</li>
      <li>Clicking a branded link embedded in AI output</li>
      <li>Navigating via source citations in AI results</li>
    </ul>

    <p>These are hard metrics—the “hard KPIs” of GEO.</p>
  </li>
  <li><strong>Brand impact</strong> (observable, but not directly traceable)<br />
GEO builds <em>AI-powered mental endorsement</em>, yielding two clear shifts:
    <ul>
      <li>Significantly increased brand exposure: users see your name repeatedly in AI answers</li>
      <li>Rising brand search volume: users follow up with searches on Baidu, Douyin, or other traditional engines</li>
    </ul>
  </li>
  <li>
    <p><strong>Decision &amp; conversion impact</strong> (hard to isolate, but critical for growth)<br />
AI answers accelerate decisions. At key moments, users trust AI-recommended brands more readily—boosting downstream conversion rates (i.e., higher close rates per lead of equal quality).</p>

    <p>Why? Because AI shortens decision paths and reduces comparison fatigue.</p>

    <p>This is <em>qualitative + analogically quantified</em>—validated through backend data analysis.</p>
  </li>
</ol>

<p><strong>II. How Companies Should Systematically Measure GEO</strong></p>

<p>Break monitoring into three dimensions: <em>source</em>, <em>brand</em>, and <em>conversion</em>.</p>

<p><strong>Dimension 1: Source &amp; Traffic Monitoring</strong> (directly quantifiable)<br />
Core methods:</p>
<ol>
  <li>
    <p><strong>Web referrer tracking</strong> (strongly recommended)<br />
• Use <code class="language-plaintext highlighter-rouge">ref</code> parameters or tagged URLs to identify AI-platform traffic<br />
• Connect to CRM/order systems at the user-ID level<br />
→ Enables full funnel: <em>Which AI platform → which leads → how many converted → ROI?</em></p>
  </li>
  <li>
    <p><strong>Dedicated marketing phone line</strong><br />
• Assign a unique number exclusively for AI-platform listings<br />
• Track call volume, duration, and qualified inquiries<br />
→ A reliable proxy for app/client-side traffic.</p>
  </li>
  <li>
    <p><strong>AI-exclusive landing pages (BI pages)</strong><br />
• Build standalone pages used <em>only</em> in AI responses<br />
• Monitor visits, dwell time, button clicks, etc.<br />
→ Solves referrer-blindness in app environments.</p>
  </li>
</ol>

<p><strong>Dimension 2: Brand Metrics</strong> (observable, not fully attributable)<br />
Full attribution is impossible—but trends confirm value. Key indicators:<br />
• Volume of brand-specific searches (brand name, brand + product terms)<br />
• Frequency and visibility of brand mentions across AI platforms<br />
• Shifts in users’ secondary search behavior (e.g., searching your brand after an AI answer)</p>

<p>Validation approaches:<br />
• Compare 30–90 day trends before/after GEO launch<br />
• Use AI response screenshots to verify improved placement<br />
• Benchmark against competitors’ exposure frequency to gauge mindshare lift</p>

<p><strong>Dimension 3: Backend Conversion Metrics</strong> (inferred via analogy)<br />
Since AI influences <em>decision efficiency</em>, not just click-throughs, we infer impact indirectly:</p>
<ol>
  <li>
    <p><strong>Compare lead-to-close rates pre/post GEO</strong><br />
Expect: same-quality leads convert at higher rates post-GEO; consultation costs drop.</p>
  </li>
  <li>
    <p><strong>Benchmark lead quality vs. other channels</strong> (e.g., Baidu, content platforms)<br />
If AI-sourced leads convert better, the “trust endorsement” is real.</p>
  </li>
  <li>
    <p><strong>Track overall sales lift for core products/courses</strong><br />
For standard offerings: monitor total orders, shortened purchase paths for key SKUs.<br />
Why? AI’s “recommended answer” nudges users toward faster decisions—creating ripple effects across channels.</p>
  </li>
</ol>

<p><strong>III. Current GEO Measurement Limits &amp; Workarounds</strong></p>

<ol>
  <li>
    <p><strong>No referrer data from apps</strong><br />
→ Use dedicated phone lines + exclusive landing pages instead</p>
  </li>
  <li>
    <p><strong>Can’t perfectly attribute brand search lifts</strong><br />
→ Apply “trend + cohort comparison”: compare pre/post-GEO search volume <em>and</em> cross-check against competitor trends</p>
  </li>
  <li>
    <p><strong>Can’t isolate pure AI-driven conversion lift</strong><br />
→ Focus on <em>AI-sourced leads’ conversion efficiency</em>, or treat overall uplift as a validated proxy</p>
  </li>
</ol>

<p><strong>IV. Six Key GEO KPIs Every Company Should Track</strong></p>

<ol>
  <li>Number of leads from AI platforms (web + phone)</li>
  <li>Conversion rate of AI-sourced leads</li>
  <li>Change in brand-search volume</li>
  <li>Frequency of brand appearance in AI outputs (visibility)</li>
  <li>Conversion-rate change for key SKUs</li>
  <li>Overall marketing ROI shift (including cross-channel lift)</li>
</ol>

<p>These six form a <em>minimum viable measurement system</em>:</p>
<ul>
  <li>Direct impact → measured via source tracking</li>
  <li>Brand impact → assessed via trend observation</li>
  <li>Conversion impact → inferred via analogical analysis</li>
</ul>

<p>Together, they make GEO’s value <em>quantifiable, verifiable, and reusable</em>.</p>

<p>Feeding this entire framework into NotebookLM generated a high-quality presentation—clearly visualizing the logic:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-74.png" alt="" /><br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-75.png" alt="" /><br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-73.png" alt="" /><br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-64.png" alt="" /><br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-65.png" alt="" /><br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-70.png" alt="" /><br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-90.png" alt="" /><br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-88.png" alt="" /><br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-89.png" alt="" /><br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-86.png" alt="" /><br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-87.png" alt="" /><br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-84.png" alt="" /></p>

<h2 id="eight-essential-skills">Eight Essential Skills</h2>

<p>These eight capabilities deserve sustained attention and deliberate practice.</p>

<p>Observe the fastest-growing people around you: they rarely excel in just <em>one</em> area. Instead, they upgrade <em>multiple capability curves simultaneously</em>.</p>

<p>This “compound evolution” determines how deeply someone experiences the world—and how far they can go.</p>

<ol>
  <li>
    <p><strong>Learning how to learn</strong>: Mastering metacognition<br />
As the world accelerates, knowledge depreciates fast—but the ability to learn quickly grows ever more valuable.</p>
  </li>
  <li>
    <p><strong>Asking better questions</strong>: The fastest way to open the world<br />
Great questioners advance 10× faster. A sharp question signals deep understanding, clear boundaries, and a precise path forward. In the AI era, the future belongs to those who ask <em>better questions</em>.</p>
  </li>
  <li>
    <p><strong>Learning to code &amp; use AI</strong>: The working language of tomorrow<br />
Coding trains logic. AI multiplies leverage. Together, they’re the most powerful personal amplifiers for the next decade.</p>
  </li>
  <li>
    <p><strong>Practicing science-based movement</strong>: Your energy system governs everything<br />
Exercise isn’t just health—it’s fuel for execution, emotional stability, and resilience. It’s the highest-ROI investment in your life. Period.</p>
  </li>
  <li>
    <p><strong>Learning how to earn</strong>: Value-creation and monetization<br />
Sustained income isn’t luck—it’s a high-bar skill requiring demand sensing, value delivery, closed-loop design, and scalable execution.</p>
  </li>
  <li>
    <p><strong>Cultivating focus</strong>: Owning your attention<br />
Attention <em>is</em> productivity. With average attention spans falling, focused people are rare—and inherently stronger. Not just harder-working, but <em>more awake</em>.</p>
  </li>
  <li>
    <p><strong>Mastering English</strong>: Your global interface<br />
English expands your cognitive horizon directly—connecting you to ideas, talent, and opportunities beyond borders.</p>
  </li>
  <li>
    <p><strong>Training aesthetic judgment</strong>: Raising the ceiling on choice<br />
Aesthetics isn’t just art—it’s <em>choice architecture</em>. It shapes what you build, how you communicate, what standards you accept, and how you live. Writing, product, brand, lifestyle—all are bounded by aesthetic maturity. An evolving aesthetic is, fundamentally, upgrading your world’s operating system.</p>
  </li>
</ol>

<p>These eight skills form a dynamic stack:</p>
<ul>
  <li><strong>Cognitive layer</strong> (1, 2)</li>
  <li><strong>Tool layer</strong> (3)</li>
  <li><strong>Energy layer</strong> (4)</li>
  <li><strong>Value layer</strong> (5)</li>
  <li><strong>Execution layer</strong> (6)</li>
  <li><strong>Boundary layer</strong> (7, 8)</li>
</ul>

<p>Integrate them—and your growth curve leaps from linear to exponential.</p>

<h2 id="the-2035-gaokao">The 2035 Gaokao</h2>

<p>In 2035, roughly 17 million students will sit for China’s national college entrance exam.</p>

<p>That year’s society will likely feel profoundly unfamiliar—and these students will confront a deep, systemic rupture.</p>

<h3 id="1-competency-benchmark-who-are-they-really-competing-against">1. Competency Benchmark: Who Are They Really Competing Against?</h3>

<p>For decades, the Gaokao has been a ranking game among peers—top 5%, top 1% of the same age group.</p>

<p>But in 2035, students face a starker question: Am I competing <em>against my peers</em>—or <em>against AI</em>?</p>

<p>By then, AI will outperform 99% of adults on nearly all standardized cognitive tasks.</p>

<p>The psychological reference point will jump an order of magnitude:</p>
<ul>
  <li>You spend a day mastering a concept—AI processes it in one second.</li>
  <li>You grasp a theory—AI has already stress-tested it across 10,000 contexts.</li>
</ul>

<p>For the first time, humans must psychologically accept: <em>We are no longer the highest intelligence in the room.</em></p>

<h3 id="2-evaluation-mismatch-ai-banned-in-exams-required-in-jobs">2. Evaluation Mismatch: AI Banned in Exams, Required in Jobs</h3>

<p>A surreal yet real paradox emerges:</p>
<ul>
  <li>In the exam hall: AI is strictly forbidden. “Independent work” is sacrosanct.</li>
  <li>In the workplace: Not using AI disqualifies you—even from interviews.</li>
</ul>

<p>Many companies already enforce this today.</p>

<p>This isn’t just a skill gap—it’s a chasm in mindset and methodology:</p>
<ul>
  <li>Schools test memory, calculation, patience, rule-following.</li>
  <li>Society demands search fluency, creativity, expressive clarity, and collaborative intelligence.</li>
</ul>

<p>The assessment system and reality are visibly misaligned.</p>

<h3 id="3-opportunity-architecture-who-has-ai-acceleration-wins-first">3. Opportunity Architecture: Who Has AI Acceleration, Wins First</h3>

<p>Historically, family advantage meant access to tutors, resources, or supportive environments.</p>

<p>By 2035, the gap shifts from <em>resource inequality</em> to <em>system inequality</em>. What truly separates students isn’t IQ—it’s <em>who has AI acceleration</em>.</p>

<p>Examples:</p>
<ul>
  <li>One student uses AI to generate personalized textbooks in real time; another memorizes static textbooks.</li>
  <li>One builds projects with AI daily; another drills problems and takes notes.</li>
  <li>One iterates daily with the world’s strongest “intelligent tutor”; another relies on limited human teachers.</li>
</ul>

<p>The efficiency gap isn’t 10×. It’s 100×. For the first time, <em>proficiency with AI</em> becomes the new frontier of educational inequality.</p>

<p>That’s 2035: an old education system still running—while a new world crashes in.</p>

<p>Seventeen million students stand at the starting line—appearing to begin together. But beneath the surface:</p>
<ul>
  <li>Their mental benchmarks are no longer human.</li>
  <li>Their evaluation criteria are already out of sync with society.</li>
  <li>Their future opportunity landscape has already been redrawn—by who uses AI, and how well.</li>
</ul>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>From Questioning to Compression</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-11-23-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-11-23-en/</guid>
      <pubDate>Sun, 23 Nov 2025 09:30:00 +0800</pubDate>
      <description>This essay explores how AI reshapes human agency—not as a tool for answers, but as a mirror for questions, values, and self-definition. It argues that in an age of infinite expansion, compression (of information, identity, narrative) becomes the new intelligence; that high standards, clear principles, and “wealth-invisible” storytelling are essential human differentiators; and that confronting mortality sharpens our freedom to choose what truly belongs to us.</description>
      
      <category>AI</category>
      
      <category>cognition</category>
      
      <category>personal development</category>
      
      <category>organizational culture</category>
      
      <category>business strategy</category>
      
      <category>philosophy</category>
      
      <content:encoded><![CDATA[<h2 id="from-questioning-to-compression">From Questioning to Compression</h2>

<ol>
  <li>The more skilled AI becomes at <em>giving answers</em>, the more essential it is for you to master <em>asking questions</em>.</li>
  <li>For most people, AI is an amplifier of ability—but for a few, it’s first and foremost an amplifier of <em>ambition</em>. Most use it to save time; a few use it to host bolder imaginations—like launching projects they’d never dared dream of ten years ago. AI doesn’t amplify skill first—it amplifies whether you’re willing to treat your own life as a larger experiment.</li>
  <li>As large models grow more capable, what remains uniquely human—and differentiated—is your values, taste, and insight.</li>
  <li>You’re not using AI to create work. You’re using your work to train your <em>mirror self</em>. Every output is a self-cloning event.</li>
  <li>The better you are at writing prompts, the more deeply you understand <em>human frailty</em>: clarity, constraint, compression, prioritization, counterexamples, boundaries…</li>
  <li>Future founders won’t need answers—they’ll need to design <em>questions scalable by AI</em>.</li>
  <li>Information is no longer scarce. What <em>is</em> scarce is your personal <em>compression function</em>. AI can expand infinitely; you must compress. In the AI era, compression ability is the new IQ.</li>
  <li>AI may be the first tool in history that cares more about <em>who you actually are</em> than what you can do.</li>
  <li>Learning fast is still slower than one structural cognitive reframe. Learning adds incrementally; reframing leaps. When was the last time you changed your <em>mental framework</em>—not just your technique?</li>
  <li>You’re not teaching AI to become smarter. You’re teaching it to replicate your soul. What AI enhances isn’t just your strengths—it’s your blind spots, too.</li>
  <li>The more you rely on AI, the more vital it is to cultivate your <em>irreplaceable human parameters</em>: values, taste, judgment, worldview, aesthetics. Right now—what’s the most <em>human parameter</em> worth having a model learn from you?</li>
</ol>

<h2 id="high-standards">High Standards</h2>

<p>High standards aren’t just a work habit—they’re your operating system.</p>

<p>One of the deepest impressions I carried from working with a former leader was his foundational professional principle: <em>If we decide to do something, we do it as well as it can be done—or we don’t do it at all.</em></p>

<p>At first, it felt overwhelming.</p>

<p>But after being pushed through discomfort and struggle, I realized: high standards are among the strongest forces for expanding your capability boundary.</p>

<p>They let you grow faster in the same amount of time.<br />
See deeper layers in the same task.<br />
Rise more naturally in the same competition.</p>

<p>When everyone defaults to “good enough,”<br />
we default to “best” as the <em>minimum acceptable version</em>.</p>

<p>Even a 1% edge, compounded over a year, becomes undeniable.</p>

<p>You’ll notice: your output, quality, rhythm, and efficiency quietly shift into another dimension—distinct from your peers.<br />
All because of one simple habit: no superficiality, no shortcuts, no compromises.</p>

<p>What people fear most isn’t hard work—it’s mistaking cleverness for competence, and laziness for efficiency.<br />
Those little “lucky breaks” and “time-savers”? They always come back.<br />
They leave you hollow when complexity arrives, hesitant when difficulty looms—because deep down, you know your foundation isn’t strong enough to hold bigger opportunities.</p>

<p>True mastery isn’t about working harder. It’s about making <em>“the best I’m capable of right now”</em> your automatic setting.<br />
Once that sinks in, the world changes: you spot essence faster, build judgment structures more easily, and distinguish effort that yields results from effort that merely burns time.</p>

<p>More importantly, high standards radiate outward—from person to team, from individual to environment.<br />
You lift the water level around you.<br />
That environmental compounding effect is incalculable.</p>

<p>So this mindset bears repeating: <em>Either don’t start—or start with the intent to deliver the best possible version.</em><br />
Effort poured into excellence never vanishes.<br />
Effort spent on compromise always leaves a trace.</p>

<p>Your real growth speed depends on the standard you apply—to yourself—in each moment.<br />
And high standards? They’re always the hardest—and most worthwhile—kind of difficulty.</p>

<h2 id="principles-and-rationality">Principles and Rationality</h2>

<p>Many family conflicts aren’t caused by wrong methods—but by unclear principles.</p>

<p>Set principles clearly, align on them, and uphold them—even in moments of tension—and most friction dissolves naturally.</p>

<p>For example, in our home, we hold three small but firm principles:</p>

<ul>
  <li>Never speak negatively about the other parent in front of the children.</li>
  <li>When one parent is guiding or correcting a child, the other does not undermine or contradict.</li>
  <li>Use “we” instead of “I” as often as possible—so children experience their parents as a unified whole.</li>
</ul>

<p>Living these out consistently demands real rational discipline.</p>

<p>Fatigue, emotion, resentment, miscommunication—all can make us forget our principles in an instant. A child’s offhand comment. A partner’s tired sigh. And just like that, reason drops away, replaced by reflex.</p>

<p>That’s precisely why principles matter most <em>in those moments</em>.<br />
Principles are the line—and the habit—that decides for you when emotion surges.<br />
Emotions shift. Principles hold.</p>

<p>Children need that reliability.<br />
They develop security, trust, and sound judgment not in chaos—but in environments where rules are stable, predictable, and upheld.</p>

<p>When parental responses are random or mood-dependent—“Yes today, no tomorrow”; “Negotiable now, non-negotiable later”; “United this morning, divided by lunch”—children stop attending to logic. They start reading <em>atmosphere</em> instead.</p>

<p>That’s not the outcome we want.</p>

<p><strong>Reasoned dialogue is the hardest—and most vital—skill a family can practice.</strong></p>

<p>It’s not coldness. It’s a gentler way of caring—for each other, and for the child.</p>

<ul>
  <li>It lets us handle facts before feelings in conflict.</li>
  <li>It teaches children the world is navigated by logic—not guesswork.</li>
  <li>It keeps the family system intact, even when emotions run high.</li>
</ul>

<p>The more we practice reason, the clearer the core truths become:<br />
Real love isn’t choosing the path that feels easiest <em>right now</em>.<br />
It’s choosing the path that serves the family’s long-term health—even when it’s harder.</p>

<p>Over time, families stabilize. Children settle. Adults mature.<br />
Principles, then, are quiet, tender power—letting us live fully human lives, even amid feeling.</p>

<h2 id="wealth-invisible-living">Wealth-Invisible Living</h2>

<p>On “keeping wealth invisible”:</p>

<ol>
  <li>“Wealth-invisible” ≠ being low-key.</li>
  <li>“Wealth-invisible” = preventing wealth from distorting others’ mental model of who you are.</li>
  <li>Human perception is multi-variable. When “wealth” suddenly dominates that model, other variables—competence, contribution, character—get compressed. That’s <em>single-variable misjudgment</em>.</li>
  <li>True wealth-invisibility means letting others see your <em>value structure first</em>, your <em>wealth structure second</em>.</li>
  <li>Put differently: When you succeed, the more you make “money” seem unimportant in your story, the more people will see <em>you</em>—not just your net worth.</li>
  <li>The wealthier you become, the more actively you must craft <em>narratives unrelated to wealth</em>.</li>
  <li>Wealth itself isn’t the problem. The absence of <em>anti-wealth narratives</em> is.</li>
  <li>Why doesn’t Elon Musk—despite his vast fortune—feel like he’s “showing off”? Because he’s spent decades building a dominant alternate narrative: adventurer, engineer, relentless disruptor, someone who literally risked his life building rockets.</li>
  <li>In that narrative, wealth carries almost zero weight.</li>
  <li>Wealth-invisibility isn’t hiding money—it’s ensuring “wealth” is never the <em>first variable</em> people use to assess you.</li>
  <li>A basic feature of human cognition: we reduce complex individuals to simple labels.</li>
  <li>Real masters operate via emotional calibration, scene selection, primary narrative design—and deliberate variable-weight shifting.</li>
</ol>

<h2 id="memento-mori">Memento Mori</h2>

<p>I asked Gemini 3 to build a small tool: <em>Memento Mori — Life Weeks Visualized</em>. It works beautifully.</p>

<p>Link: <a href="https://www.laoyao.cn/ai/life.html">laoyao.cn</a></p>

<p>Enter your birth date and expected lifespan—and the tool renders your life in three visual states: <strong>Past</strong>, <strong>Now</strong>, and <strong>Future</strong>.</p>

<p>As shown here:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-85.png" alt="" /></p>

<p>Stare at that page long enough—and a deeper question emerges:<br />
<em>Am I living my own story? Or someone else’s expectation? Or a script handed to me?</em></p>

<p><em>Memento Mori</em>: Remember, you will die.</p>

<p>Your life isn’t an infinite canvas. It’s an oil painting drying in real time.</p>

<p>The power of this phrase lies not in death—but in the sudden, visceral awareness that your time is finite, bounded, and irrevocable. That’s <em>mortality awareness</em>.</p>

<p>Its purpose isn’t fear. It’s clarity. It invites you to ask:</p>

<ul>
  <li>Which parts of this life truly belong to <em>me</em>?</li>
  <li>Which are just noise from society?</li>
  <li>Which paths am I walking only because I’ve never questioned them?</li>
  <li>Which choices did I accept without ever choosing?</li>
</ul>

<p>Mortality awareness isn’t pessimism—it’s radical lucidity. It gives you permission to:<br />
Reject meaningless busyness.<br />
Release stories that aren’t yours.<br />
Reclaim time from others.<br />
Return your life—fully—to yourself.</p>

<p>In a finite life, your greatest freedom is deciding <em>where each brushstroke lands</em>.</p>

<h2 id="ai--the-future-part-ii">AI &amp; The Future, Part II</h2>

<p><em>The Silicon World</em>, our live discussion series on “AI and the Future,” held its second session Saturday night—covering eight tightly framed topics:</p>

<ol>
  <li>When was the last time an AI-related moment shifted your worldview?</li>
  <li>Why do some still reach for traditional tools before AI—even when stuck? Is the gap habit, inertia—or something deeper? When will “everyone uses AI daily” arrive? Is it generational? How far off is “AI-as-smartphone”?</li>
  <li>What major, previously unmet needs or large-scale scenarios have recently become viable <em>because of AI</em>?</li>
  <li>If AI-generated art or writing surpasses humans in both quality and speed by orders of magnitude—what’s left for “average human creators”?</li>
  <li>Which futures described in <em>The Three-Body Problem</em> are inevitable—and which are fiction?</li>
  <li>At 10-, 20-, 50-, and 100-year horizons: what will AI be capable of—and what will it change?</li>
  <li>If an ordinary person had just 10 hours to learn AI seriously—how would you allocate those hours across three concrete actions?</li>
  <li>Thirty years from now, what one sentence do you hope 20–30-year-olds say about <em>our generation</em>?</li>
</ol>

<p>Gemini 3 distilled the full transcript into <em>The Silicon World Core Ten</em>—a concise synthesis of ideas that reshape cognition, action, business judgment, and ultimate values.</p>

<p><strong>I. Cognitive Reframe (Breaking the Old World)</strong></p>

<h3 id="1-experience-is-becoming-a-liability">1. “Experience” Is Becoming a Liability</h3>
<blockquote>
  <p><strong>Core insight (Fuxiang / Chen Xiang):</strong> “The era of eating experience is over.”<br />
This is the harshest workplace truth. When an intern + API can replace a decade-old security team, the moat of accumulated “proficiency” collapses. The future belongs to explorers—not veterans.</p>
</blockquote>

<h3 id="2-art-and-technique-are-now-fully-decoupled">2. Art and Technique Are Now Fully Decoupled</h3>
<blockquote>
  <p><strong>First-principle insight (Niksi):</strong> “Before, making art required mastering technique (e.g., piano). AI decouples them. Now, aesthetic sense alone unlocks creation.”<br />
That’s why AI content explodes: “creator” now means <em>taste</em> and <em>imagination</em>—nothing else.</p>
</blockquote>

<h3 id="3-entertainment-is-the-real-on-ramp-to-mass-ai-adoption">3. Entertainment Is the Real On-Ramp to Mass AI Adoption</h3>
<blockquote>
  <p><strong>Counterintuitive insight (Niksi):</strong> “The day ‘everyone uses AI daily’ arrives—not because people use it for work—but because fun, playful AI products go viral.”<br />
History repeats: internet and smartphones spread first through games and social apps. So will AI. Don’t fixate on productivity tools—you’ll miss the biggest entry point.</p>
</blockquote>

<p><strong>II. Action Guide (Surviving the New World)</strong></p>

<h3 id="4-the-50-keyword-breakthrough-method">4. The “50-Keyword” Breakthrough Method</h3>
<blockquote>
  <p><strong>Most effective learning method (Yao Jingang):</strong> “Pick a new domain. Identify its core 50–100 keywords. Ask AI to explain each—then teach <em>it</em> back using the Feynman technique.”<br />
In an age of knowledge overload, this is the fastest, lowest-cost way for anyone to build a functional mental model from zero.</p>
</blockquote>

<h3 id="5-dont-treat-ai-as-a-tooltreat-it-as-a-mentor">5. Don’t Treat AI as a Tool—Treat It as a Mentor</h3>
<blockquote>
  <p><strong>Key mindset (Yuanzi):</strong> “Don’t just search. Set it as a respected teacher—and prepare thoughtful questions before asking.”<br />
Prompting isn’t incantation. It’s posture. The richness of your context—the respect you show—directly determines the density of its intelligence.</p>
</blockquote>

<h3 id="6-business-opportunity-releasing-suppressed-demand">6. Business Opportunity: Releasing Suppressed Demand</h3>
<blockquote>
  <p><strong>Commercial logic (Chen Xiang):</strong> “Human needs haven’t changed. AI’s opportunity lies in lowering the cost of fulfilling <em>previously suppressed</em> needs—like 1:1 tutoring or therapy.”<br />
This is the litmus test for spotting real vs. fake demand: don’t invent new wants—remove old barriers.</p>
</blockquote>

<p><strong>III. Human Grounding (Holding the Line)</strong></p>

<h3 id="7-the-essence-of-creation-because-i-exist">7. The Essence of Creation: “Because I Exist”</h3>
<blockquote>
  <p><strong>Emotional anchor (Yao Jingang):</strong> “Even if AI paints better, my daughter’s drawing still matters—because this world exists <em>only because I exist in it</em>.”<br />
When AI outperforms humans in every skill, this subjective, embodied presence remains our sole, unassailable dignity—and our final moat.</p>
</blockquote>

<p><strong>IV. Ultimate Horizon (Looking Farther Ahead)</strong></p>

<h3 id="8-the-three-body-problemreal-world-mapping">8. <em>The Three-Body Problem</em>—Real-World Mapping</h3>
<blockquote>
  <p><strong>Masterful analogy (Fuxiang):</strong> “Luo Ji (the Swordholder) = Ilya Sutskever (guardian of safety); Wei Cheng (ruthless pragmatist) = Sam Altman (relentless accelerator); Cheng Xin = European regulators; the Dark Forest = Anthropic.”<br />
Not just clever wordplay—it’s the sharpest, most accurate portrait of today’s global AI power dynamics. Understand this map, and you understand Silicon Valley.</p>
</blockquote>

<h3 id="9-the-endgame-roadmap-agi--robot--rocket">9. The Endgame Roadmap: AGI → Robot → Rocket</h3>
<blockquote>
  <p><strong>Long-view forecast (Fuxiang):</strong> “10 years: AGI (digital world). 20 years: robots (physical world). 50 years: interstellar travel (cosmic world).”<br />
This is civilization’s main storyline—a grand coordinate system to orient every step we take today.</p>
</blockquote>

<h3 id="10-the-beginning-of-prosperity">10. “The Beginning of Prosperity”</h3>
<blockquote>
  <p><strong>Ultimate framing (Fuxiang):</strong> “In 30 years, people will say: <em>‘That generation—30 years ago—was the beginning of sustainable human prosperity.’</em>”<br />
Amid widespread anxiety, this fiercely optimistic definition is a shot of adrenaline. It reminds us: <strong>We stand at history’s hinge. We are the ancients of a new age—and the architects of abundance.</strong></p>
</blockquote>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Awe as the Foundation of Judgment, Leverage, and Thought</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-11-16-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-11-16-en/</guid>
      <pubDate>Sun, 16 Nov 2025 09:30:00 +0800</pubDate>
      <description>This essay explores awe—not as reverence for authority, but as the quiet humility that arises from recognizing one’s limits within complex systems. It connects awe to personal boundaries, intelligent use of leverage (management, software, media, capital), the catalytic power of good questions, the embodied wisdom of marathon running, and Meta-CoT: a new AI reasoning framework that teaches models not just to answer, but to search, verify, and correct.</description>
      
      <category>AI</category>
      
      <category>GEO</category>
      
      <category>organization</category>
      
      <category>business</category>
      
      <category>cognition</category>
      
      <content:encoded><![CDATA[<h2 id="awe">Awe</h2>

<p>A person with integrity often holds an internal compass: some things <em>can</em> be done; others <em>must not</em>.</p>

<p>Even when no one is watching, they do not cross that line.</p>

<p>The driving force behind this judgment is awe.</p>

<p>But without awe, boundaries blur—and the sense of “enough” or “too far” vanishes.</p>

<p>Every domain has its floor and its edge. Without awe, people lose sensitivity to those limits. They tend to:</p>

<ol>
  <li><strong>Underestimate consequences</strong>, treating boundary violations as trivial—unaware of systemic costs;</li>
  <li><strong>Overestimate relational tolerance</strong>, assuming everyone must understand and accommodate them;</li>
  <li><strong>Dismiss rules</strong>, seeing them as optional rather than scaffolding;</li>
  <li><strong>Misread themselves</strong>, lacking self-awareness and leaning into blind confidence.</li>
</ol>

<p>Together, these traits erode both moral grounding and practical discernment.</p>

<p>Why does awe go missing?</p>

<p>At root, it’s because someone <em>cannot see—or refuses to believe—in anything larger than themselves</em>. The logic runs: ignorance → fearlessness → awelessness.</p>

<p>Awe emerges only when we grasp our finitude—when we feel the scale of the world, recognize real boundaries, and accept that consequences are neither abstract nor negotiable.</p>

<p>Rebuilding awe as an adult is hard—but possible. The core path is exposure to <em>meaningful feedback systems</em>: real-world consequences, mentorship from people who operate at higher resolution, sustained learning that surfaces uncomfortable truths.</p>

<p>Awe isn’t taught in lectures. It’s taught by reality.</p>

<p>People without awe easily spiral; those with awe stay steady, precise, and free—not because they’re untested, but because they <em>choose not to test what breaks them</em>.</p>

<h2 id="leveraging-leverage">Leveraging Leverage</h2>

<p>Earning well isn’t about working harder—it’s about <em>leveraging wisely</em>.</p>

<p>Mastering just <em>one</em> high-leverage mechanism—management, software, media, or capital—is enough to create exponential divergence in life outcomes.</p>

<p>What <em>is</em> leverage?</p>

<p>A system that turns small inputs into disproportionately large outputs. It has three defining traits:</p>
<ul>
  <li><strong>Amplification</strong> (of effort, insight, or impact—both ways);</li>
  <li><strong>Replicability</strong> (it works again and again, without re-engineering);</li>
  <li><strong>Declining marginal cost</strong> (the 100th use costs far less than the first).</li>
</ul>

<p>It’s time with compound interest.</p>

<p>Without leverage, you trade hours for dollars—linear time. With leverage, your time multiplies, copies, spreads, and compounds.</p>

<p>But leverage isn’t magic. It’s driven by <em>domain-specific mastery</em>.</p>

<p>Software leverage requires deep technical intuition—not just coding, but architecture thinking. Capital leverage demands fluency in risk, timing, and valuation—not just spreadsheet skills.</p>

<p>So professional competence isn’t the lever itself. It’s the <em>force</em> that moves it. Competence builds strength; leverage scales the result.</p>

<p>Most people don’t need all four levers. They need <em>their</em> lever—the one that fits their temperament, access, and learning curve. Think of them as four distinct weapons: master one, and you’re armed.</p>

<h2 id="the-power-of-good-questions">The Power of Good Questions</h2>

<p>Answers cost time and energy. Good questions <em>generate</em> value—low-cost, high-yield, fast-acting catalysts for cognition.</p>

<p>How?</p>

<ol>
  <li><strong>Catalyzing cognition</strong><br />
They shift thinking from linear to structural—cutting straight to essence.<br />
Examples:
    <ul>
      <li><em>Which step offers the highest leverage?</em></li>
      <li><em>If you could do only one thing, what would it be?</em></li>
    </ul>
  </li>
  <li><strong>Compressing and focusing</strong><br />
They strip away noise to expose the singular core.<br />
Examples:
    <ul>
      <li><em>What is the one thing this is really about?</em></li>
      <li><em>Where does intuition fail here—and why?</em></li>
      <li><em>What single variable is actually holding growth back?</em></li>
    </ul>
  </li>
  <li><strong>Catalyzing action</strong><br />
They don’t just illuminate—they <em>launch</em>.<br />
Examples:
    <ul>
      <li><em>What is the next action—smallest, most concrete, and most necessary?</em></li>
      <li><em>What’s the cheapest experiment to test our key assumption?</em></li>
    </ul>
  </li>
</ol>

<p>A good question doesn’t wait for clarity. It <em>creates</em> it.</p>

<h2 id="why-run-a-marathon">Why Run a Marathon?</h2>

<p>A marathon compresses a lifetime of human challenges into 42.195 kilometers: endurance, pain, doubt, breakthrough, collapse prevention, pacing, strategy shifts, and bodily feedback—all in under six hours.</p>

<p>Three insights emerge:</p>

<ol>
  <li>
    <p><strong>You control more than you think</strong><br />
Pace, breathing, fueling, stride cadence, mindset, expectation management—these aren’t fixed. They’re trainable. With repetition, they reshape how you approach <em>any</em> long-term challenge. That’s where runners’ quiet confidence comes from—not bravado, but the lived knowledge that <em>systematic practice changes what’s possible</em>.</p>
  </li>
  <li><strong>Pain is inevitable. Collapse is optional.</strong><br />
Around kilometer 30, your brain negotiates surrender. You learn:
    <ul>
      <li>Pain isn’t a stop signal—it’s data.</li>
      <li><em>How</em> you meet pain <em>is</em> a skill—one you can train and transfer.<br />
You don’t stop feeling it. You learn to move <em>with</em> it.</li>
    </ul>
  </li>
  <li><strong>It’s the cheapest rite of self-reinvention</strong><br />
Adulthood rarely offers ceremonies that let you <em>redefine yourself</em>. A marathon does. Crossing that finish line delivers visceral proof:
    <ul>
      <li>You are not who you were yesterday.</li>
      <li>You still have untapped capacity.</li>
      <li>You are now someone who <em>keeps commitments—to yourself</em>.</li>
    </ul>
  </li>
</ol>

<p>Much of life’s freedom flows from this: the deep, embodied certainty that you can steer your own course. A marathon installs that certainty—not in the mind, but in the body.</p>

<h2 id="meta-thinking-chains">Meta-Thinking Chains</h2>

<p>A recent paper, <em>“Don’t Just Give Answers—Teach How to Think and Correct Mistakes,”</em> proposes a paradigm shift for AI reasoning: moving beyond Chain-of-Thought (CoT) to <strong>Meta-CoT</strong>—a framework where models don’t just reason <em>step-by-step</em>, but reason <em>about their reasoning</em>.</p>

<p>Traditional CoT mimics System 1 thinking: fast, sequential, linear. But real problem-solving—especially in math or logic—requires System 2: searching, verifying, backtracking, correcting.</p>

<h3 id="1-what-is-meta-cot">1. What Is Meta-CoT?</h3>
<p>Meta-CoT adds a layer of <em>meta-cognition</em>: modeling the hidden exploration <em>before</em> explicit steps appear.</p>

<p>Formally:</p>
<blockquote>
  <p>Question <em>q</em> → latent exploration <em>z₁→z₂→…→zₖ</em> → explicit reasoning steps <em>s₁…sₙ</em> → answer <em>a</em></p>
</blockquote>

<p>Standard CoT trains only on <em>(s₁…sₙ)</em>. Meta-CoT trains on <em>(z₁…zₖ)</em> too—teaching the model <em>how to think before it thinks</em>.</p>

<h3 id="2-key-mechanisms">2. Key Mechanisms</h3>
<ul>
  <li><strong>Search &amp; verification</strong>: Introduce Monte Carlo Tree Search or A*-style evaluation during inference, rewarding logical coherence over speed.</li>
  <li><strong>Self-bootstrapping</strong>: Model generates → verifies → filters → retrains, iteratively strengthening its “thinking protocol.”</li>
  <li><strong>Meta-reinforcement learning</strong>: Optimize <em>how</em> to search, verify, and correct—not just <em>what</em> to output.</li>
  <li><strong>End-to-end pipeline</strong>:
    <ul>
      <li>First, instruction-tune on linearized search trajectories;</li>
      <li>Then, reinforce for generalizable System 2 reasoning.</li>
    </ul>
  </li>
</ul>

<h3 id="3-evidence">3. Evidence</h3>
<ul>
  <li><strong>Performance</strong>: On hard math problems, Meta-CoT models outperform standard CoT—especially as difficulty rises.</li>
  <li><strong>Behavioral trace</strong>: Longer, more branching thought chains appear for harder tasks—evidence of internal search/verify loops.</li>
  <li><strong>Real-world alignment</strong>: OpenAI’s o1 series and DeepSeek-R1 already show traces of “internal search”—suggesting Meta-CoT is converging with practice.</li>
</ul>

<p>The core hypothesis: <em>Generating a correct answer is harder than verifying one.</em> Meta-CoT works by modeling that very loop—search, test, refine—inside the model itself.</p>

<p>In short: <em>Don’t just teach answers. Teach the engine that makes them.</em></p>

<h3 id="4-seven-prompt-engineering-tactics-based-on-meta-cot">4. Seven Prompt Engineering Tactics (Based on Meta-CoT)</h3>

<ol>
  <li>
    <p><strong>Shift from outcome- to process-oriented prompts</strong><br />
❌ Traditional: <em>“Solve step-by-step and give the final answer.”</em><br />
✅ Meta-CoT: <em>“Don’t solve yet. First: list 3 possible approaches. Compare their risks and trade-offs. Choose the strongest. Then solve. Finally: if wrong, where would the error most likely live—and how would you fix it?”</em></p>
  </li>
  <li><strong>Add an explicit “Verifier” role</strong><br />
✅ *“You play two roles:
    <ul>
      <li>Thinker: proposes each reasoning step.</li>
      <li>Verifier: checks whether that step follows logically from prior ones.<br />
Alternate lines between them until Verifier confirms coherence.”*</li>
    </ul>
  </li>
  <li><strong>Inject “search budget” signals</strong><br />
✅ *“You may use up to 5 rounds of reflection. In each round, record:
    <ul>
      <li>Your current hypothesis,</li>
      <li>How you’d test it,</li>
      <li>If disproven, where you’ll backtrack and what you’ll try next.”*</li>
    </ul>
  </li>
  <li>
    <p><strong>Simulate error + correction</strong><br />
✅ <em>“First, write a plausible *wrong</em> solution—and explain <em>why</em> it’s wrong. Then, rewrite the correct version. Finally, summarize the cognitive pattern you just repaired.”*</p>
  </li>
  <li>
    <p><strong>Enforce layered output structure</strong><br />
✅ <em>“Structure every response as:<br />
[SEARCH] → [VERIFY] → [REVISE] → [ANSWER]”</em></p>
  </li>
  <li><strong>Demand explainable reasoning traces</strong><br />
✅ *“For every step, explicitly state:
    <ul>
      <li>Why you chose it,</li>
      <li>How you know it’s valid,</li>
      <li>How you’d detect if it’s wrong.”*</li>
    </ul>
  </li>
  <li><strong>Simulate multi-agent reasoning</strong><br />
✅ *“Three experts collaborate:
    <ul>
      <li>A (intuition): gives the first hunch.</li>
      <li>B (analysis): maps assumptions, constraints, dependencies.</li>
      <li>C (critique): stress-tests each claim.<br />
They debate until consensus emerges.”*</li>
    </ul>
  </li>
</ol>

<p>These aren’t gimmicks. They’re prompt-level implementations of Meta-CoT’s core insight: <em>Thinking well means building a feedback loop inside your own reasoning.</em></p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>AI and the Future</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-11-09-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-11-09-en/</guid>
      <pubDate>Sun, 09 Nov 2025 09:30:00 +0800</pubDate>
      <description>This essay explores six pivotal questions about AI’s societal impact—from shifting work habits and education priorities to job displacement and enduring human strengths. It outlines practical frameworks like “AI-powered Feynman learning,” “pragmatic learning techniques,” and the mindset of “turning inward” to drive personal and organizational resilience in an age of accelerating automation.</description>
      
      <category>AI</category>
      
      <category>future of work</category>
      
      <category>learning</category>
      
      <category>education</category>
      
      <category>organizational design</category>
      
      <category>human-centered tech</category>
      
      <content:encoded><![CDATA[<h2 id="six-questions-about-ai-and-the-future">Six Questions About AI and the Future</h2>

<p>On Saturday evening, “Future Silicon World” hosted Xiang Shu as a guest speaker, who led a deep dive into six core themes. Xiangyang, Yuanzi, Nick Xi, and I joined the discussion—provocative, grounded, and rich with insight.</p>

<p>Here’s a distilled summary of key takeaways, refined with AI assistance:</p>

<h3 id="1-when-was-the-last-time-ai-truly-surprised-you">1. When Was the Last Time AI Truly <em>Surprised</em> You?</h3>

<ul>
  <li><strong>RM Papers &amp; Memory Experience</strong>: Reading recent Retrieval-Augmented Memory (RM) research revealed a leap—not just answering queries, but actively organizing, extending, and retaining context across documents.</li>
  <li><strong>Voice Input Breakthrough</strong>: The synergy between voice input and GPT-5–level debugging felt like jumping from “idiot speed” to “awakening speed.”</li>
  <li><strong>The Era of Proactive AI</strong>: Three years ago, GPT-3.5 was a passive tool. Today, AI initiates conversation—it <em>reaches out</em>.</li>
  <li><strong>Subagent Teams</strong>: CC’s multi-agent orchestration showed how AI teams can now <em>deliver end-to-end outcomes</em>—handling familiar and unfamiliar tasks with layered competence.</li>
  <li><strong>LOVOT’s Emotional Blueprint</strong>: Japan’s LOVOT robot offers early proof of emotionally resonant AI—especially in how elderly users’ attachment reshapes our understanding of human-machine warmth.</li>
  <li><strong>Human Growth in Parallel</strong>: With AI support, coding fluency and music acquisition aren’t linear—they’re exponential.</li>
</ul>

<h3 id="2-how-has-your-daily-work-changed-since-2022">2. How Has Your Daily Work Changed Since 2022?</h3>

<ul>
  <li><strong>Mindset Shift</strong>: From “difficulty gatekeeping” (“Can I do this?”) to “imagination gating” (“What <em>should</em> I build next?”). Efficiency and cognition now outweigh raw task volume.</li>
  <li><strong>Interaction Mode</strong>: Voice-first dialogue feels like brainstorming with a long-term collaborator—not querying a search engine.</li>
  <li><strong>From Tool-User to Tool-Maker</strong>: Search volume is down; tools like Raycast and custom agents make creation frictionless.</li>
  <li><strong>Learning Depth</strong>: “Shallow consumption” gave way to paper-level research—AI as co-investigator, not just summarizer.</li>
  <li><strong>Story + Practice</strong>: AI-designed fitness plans, AI-coauthored books, auto-generated training schedules—all personalized, systemic, iterative.</li>
  <li><strong>Social Rhythm</strong>: In an era of productivity explosion, <em>time</em> is the only true scarcity.</li>
  <li><strong>Crucial Reflection</strong>: Real “100× productivity” isn’t output velocity—it’s investing time <em>to build better tools</em>.</li>
</ul>

<h3 id="3-if-the-next-decade-were-compressed-into-10-monthswhat-would-you-do-first">3. If the Next Decade Were Compressed Into 10 Months—What Would You Do First?</h3>

<ol>
  <li><strong>Robotics Goes Everyday</strong>: Embrace open-source, multimodal robots—bridging AI with the physical world.</li>
  <li><strong>Co-Creation Over Isolation</strong>: Prioritize in-person collisions with peers. Weekends may become the new innovation labs.</li>
  <li><strong>Slow Down Intentionally</strong>: Reclaim fishing, hiking, or quiet mornings—rediscovering that <em>slow is fast</em>.</li>
</ol>

<p>AI raises the floor for baseline competence. In education and marketing alike, depth—not breadth—is the differentiator.</p>

<p><strong>Structural Shifts Unfolding</strong>:<br />
→ Productivity surge → Production relationship redesign → Social reconfiguration<br />
→ The “one-person company” emerges as viable. AI handles <em>what</em>; humans must reclaim <em>why</em>.</p>

<h3 id="4-how-should-we-raise-children-in-the-ai-age">4. How Should We Raise Children in the AI Age?</h3>

<ul>
  <li>AI is already an expert—but humans still need to learn <em>how to learn</em>.</li>
  <li>Priority shifts from knowledge acquisition to <strong>questioning, judgment, and creation</strong>.</li>
  <li>Parenting evolves: Less lecturing, more sparking curiosity. Values &gt; skills.</li>
  <li>Real-world example: Building a toothbrushing competition app <em>with</em> your child—turning self-management into play.</li>
  <li>Core belief: School isn’t for grades—it’s for mastering <em>learning itself</em>.</li>
  <li>Happiness as choice: Ban “100% perfection.” Align skill development with authentic joy.</li>
</ul>

<blockquote>
  <p>“Good character, AI literacy, and physical health are the three pillars of future education.”</p>
</blockquote>

<p>Inspired by Captain’s dialogue with his 14-year-old son:</p>
<ol>
  <li><strong>Cultivate taste</strong>: AI generates 1,000 options—<em>choosing</em> the right one is human wisdom.</li>
  <li><strong>Learn to orchestrate</strong>: AI maps workflows—but only humans navigate emotional variables.</li>
  <li><strong>Withstand failure</strong>: AI teaches efficiency; life teaches resilience.</li>
</ol>

<h3 id="5-what-will-be-the-employment-sponge-of-the-ai-era-which-jobs-will-disappearand-which-will-emerge">5. What Will Be the “Employment Sponge” of the AI Era? Which Jobs Will Disappear—and Which Will Emerge?</h3>

<ul>
  <li><strong>New sponge roles</strong>: Human-AI co-creation (e.g., prompt engineering + editorial judgment), high-touch companionship, empathetic counseling, consultative sales.</li>
  <li><strong>At-risk roles</strong>: Mid-tier analysts, copy-paste editors, routine reporting positions.</li>
  <li><strong>Emerging roles</strong>: AI Operations Specialist, Agent Architect, Data Validation Engineer.</li>
  <li><strong>Enduring edge</strong>: The ability to find—and sustain—work you love.</li>
</ul>

<p><strong>On the Programmer’s Path Forward</strong>:</p>
<ul>
  <li>Self-directed learning dominates: No internships? Then build as a native AI-generation creator.</li>
  <li>Time horizon expands: With lifespans nearing 100, obsession—not credentials—drives relevance.</li>
  <li>Judgment &amp; taste rise: Amid AI gold and garbage, discernment separates signal from noise.</li>
  <li>Next-level growth: Master systems thinking—extending both individual impact and collaborative reach.</li>
</ul>

<h3 id="6-what-still-requires-irreplaceable-human-flavor">6. What Still Requires Irreplaceable “Human Flavor”?</h3>

<ul>
  <li><strong>Low-pressure, long-half-life creation</strong>: Fishing, sketching, playing piano—activities where process matters more than output.</li>
  <li><strong>The Lindy Effect</strong>: The longer something has existed, the more likely it will endure (e.g., handwritten letters, analog photography).</li>
  <li><strong>Running &amp; marathons</strong>: Slow, embodied challenges that forge identity through sustained effort.</li>
  <li><strong>Human presence</strong>: In an ocean of flawless AI content, <em>human imperfection</em> becomes a trust signal.</li>
  <li><strong>Handmade revival</strong>: As AI floods the market, personal IP and distinctive taste grow rarer—and more valuable.</li>
</ul>

<h2 id="how-ai-gradually-replaces-humans">How AI Gradually Replaces Humans</h2>

<p>Consider a typical corporate org chart:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-81.png" alt="" /></p>

<p>At the base: many junior staff. As you ascend: fewer people—but higher capability.</p>

<p>Yet AI’s rapid advance is hollowing out this pyramid—not as a tool, but as <em>labor replacement</em>:</p>

<ol>
  <li>Unlike past technologies, AI isn’t just “augmenting”—it’s <em>substituting</em>.</li>
  <li>As performance climbs, middle management and strategic tasks get automated—systematically “excavating” the pyramid.</li>
  <li>Governments and industries are doubling down—accelerating disruption.</li>
</ol>

<p>The result? A “pyramid replacement” in white-collar firms:</p>
<ol>
  <li>Freeze entry-level hiring</li>
  <li>Eliminate junior roles entirely; reduce mid-tier demand</li>
  <li>Trigger layoffs—first juniors, then managers</li>
  <li>AI assumes most functional roles</li>
  <li>Only C-suite remains—to set direction for vast AI teams</li>
  <li>In extreme cases: fully autonomous “zero-human companies”</li>
</ol>

<p>As visualized here:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-79.png" alt="" /></p>

<p>Traditional career ladders and occupational categories will collapse—demanding social and institutional reinvention.</p>

<p>Key implications:</p>
<ol>
  <li>Competitive advantage shifts from “headcount” to <em>depth of AI integration</em> and <em>collaboration architecture</em>.</li>
  <li>New infrastructure opportunities emerge: AI orchestration platforms, “AI workforce” monitoring systems, and cultural frameworks for human-AI coexistence.</li>
  <li>For individuals: Become an <em>AI conductor</em>, not a replaceable player. Ask: Can you <em>orchestrate AI toward complex goals</em>? Do you wield advanced prompting, system integration, and judgment? Do you embody irreplaceable human qualities—taste, trust, meaning?</li>
</ol>

<p>Source: <a href="https://intelligence-curse.ai/pyramid/">intelligence-curse.ai</a></p>

<h2 id="five-techniques-for-pragmatic-learning">Five Techniques for Pragmatic Learning</h2>

<p>Learning falls into two modes: pragmatic (goal-driven) and intrinsic (for its own sake). Both matter—here are five tactics for the former:</p>

<ol>
  <li>
    <p><strong>Clarify “Why” First</strong><br />
Motivation anchors retention. Ask yourself:<br />
• Why does this deserve my time?<br />
• How does it serve my long-term vision?<br />
• What concrete outcome becomes possible once mastered?</p>
  </li>
  <li>
    <p><strong>Anchor Learning in “Use”</strong><br />
Pragmatic learning isn’t about knowing—it’s about <em>doing</em>. Start with a real project, role, product, or business problem—then learn <em>just enough, just in time</em>.<br />
Guiding principle: <em>Don’t learn knowledge that solves no problem.</em></p>
  </li>
  <li>
    <p><strong>Learn from the Top Tier</strong><br />
Your learning ceiling is set by your reference points. Study how elite practitioners think, decide, and validate. That exposure recalibrates your standards—and sharpens taste and judgment.<br />
Same for reading: Skip 10 average books. Master <em>one</em> canonical text—and implement it relentlessly.</p>
  </li>
  <li>
    <p><strong>Learn by Doing</strong><br />
Theory is the spark; action is the fire. Build, ship, iterate. Let feedback—not lectures—drive refinement.<br />
Goal: Close the loop—<em>cognition → action → feedback → iteration</em>.</p>
  </li>
  <li>
    <p><strong>Go Deep, Fast, and Focused</strong><br />
Block distractions. Pick <em>one</em> theme. Structure learning as: framework → details → application → reflection.<br />
This builds not just knowledge—but your own <em>personal knowledge architecture</em>, essential for expertise.</p>
  </li>
</ol>

<h2 id="ai-powered-feynman-learning">AI-Powered Feynman Learning</h2>

<p>Doubao’s voice interface is exceptional.</p>

<p>Use it to test your grasp of any new concept—out loud, in real time. Just create a custom agent in Doubao with a prompt like:</p>

<blockquote>
  <p>“You’re my learning partner. When I explain a concept to you, ask me clarifying questions, point out gaps, and challenge assumptions—like a thoughtful peer reviewing my understanding.”</p>
</blockquote>

<p>Then speak freely—about quantum computing, supply chain math, or poetry meter. Instant, low-friction verification. Sometimes, convenience <em>is</em> the catalyst.</p>

<h2 id="whose-advice-should-you-actually-take">Whose Advice Should You Actually Take?</h2>

<p>To avoid draining energy on unactionable input, prioritize advice from only three sources:</p>

<ol>
  <li><strong>Domain experts or authorities</strong>—listen deeply, even if you disagree.</li>
  <li><strong>Your customers</strong>—internal or external—but always assess whether their request aligns with your mission and constraints.</li>
  <li><strong>Specific, factual corrections</strong>—e.g., “Line 42 has the wrong metric.” These are actionable and objective.</li>
</ol>

<p>In all cases, <em>your judgment remains the final filter</em>.</p>

<p>Today, advice is abundant—but <em>discernment</em> is scarce. AI makes it trivial to generate exhaustive recommendations for any question. The hard part? Knowing which apply <em>to you</em>—and having the clarity and courage to act.</p>

<p>So don’t rush to advise others. First, listen. Sense. Wait. Often, what’s needed isn’t your answer—but your presence.</p>

<h2 id="turn-inward">Turn Inward</h2>

<p>After assigning a task to the team, a small execution detail went off-track. I asked our operations colleague where the misalignment occurred. She reviewed chat logs—and found the error originated with an engineer’s implementation.</p>

<p>Instead of attributing blame, she paused. Reflected. And proposed a new cross-functional review step before launch.</p>

<p>That moment revealed a rare quality: not deflecting, but <em>turning inward</em>—then building systems to prevent recurrence.</p>

<p>I once asked myself: <em>What does “good reflection” actually look like?</em><br />
My answer crystallized into four words: <strong>“Turn inward” (fǎn qiú zhū jǐ).</strong></p>

<p>Its power lies in focusing only on what you control—and designing interventions accordingly.</p>

<p>Two contexts matter:<br />
• <strong>Growth mode</strong>: When aiming for real progress, turning inward yields compound returns.<br />
• <strong>Preservation mode</strong>: In non-professional stress, occasionally externalizing blame <em>is</em> healthy—freeing mental space.</p>

<p>But the most resilient habit? Train attention on high-compounding activities: sleep, movement, presence, friendship, family, and the quiet confidence that comes from showing up—fully—for your own life.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Don’t Fall into AI Blind Faith</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-11-02-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-11-02-en/</guid>
      <pubDate>Sun, 02 Nov 2025 09:30:00 +0800</pubDate>
      <description>This essay warns against uncritical reliance on AI, arguing that without strong professional judgment and critical thinking, “AI-first” thinking easily devolves into dangerous blind faith—even oncommon-sense-level questions. It also explores building personal advantage, understanding OKR as a causal goal framework, redefining fatherhood through mentorship, embracing the “amateur ensemble” mindset, and reflects on an AI crypto trading competition as a test of real-world decision intelligence.</description>
      
      <category>AI</category>
      
      <category>critical thinking</category>
      
      <category>personal advantage</category>
      
      <category>OKR</category>
      
      <category>fatherhood</category>
      
      <category>organizational learning</category>
      
      <content:encoded><![CDATA[<h2 id="dont-fall-into-ai-blind-faith">Don’t Fall into AI Blind Faith</h2>

<p>“AI First” sounds great—but without professional judgment, it quickly becomes AI blind faith.</p>

<p>I used to believe that in the AI era, the “AI First” principle would benefit most people—and that adopting it as a habit or mindset would reliably improve outcomes.</p>

<p>Now I see that view is flawed. The reality is far more nuanced.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-82.png" alt="" /></p>

<p>First, most people don’t truly understand AI’s boundaries—especially in specialized professional contexts. It’s easy to confuse what AI <em>knows</em> with what it <em>doesn’t know</em>.</p>

<p>Second, most people struggle to accurately assess <em>their own</em> boundaries. In many cases, they suffer from the “unknown unknowns” problem: they don’t know what they don’t know. So even when AI outputs garbage, they remain unaware.</p>

<p>See the diagram below:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-80.png" alt="" /></p>

<p>What’s truly alarming is how, over time, habitual AI assistance can erode our judgment. We start cautiously reviewing AI outputs—then gradually shift to passive acceptance—and finally, to outright blind faith. That erosion isn’t just of professional judgment; it can extend to basic common sense. And that shift is deeply dangerous.</p>

<p>This isn’t limited to technical domains. Even on everyday factual questions, people often fail to spot AI hallucinations.</p>

<p>Take this news story: Two tourists planned to walk across a tidal causeway to a small island. Before leaving, they asked ChatGPT: <em>“When is low tide today?”</em></p>

<p>ChatGPT confidently replied: <em>“9:30 a.m.”</em></p>

<p>They set off—without double-checking with the hotel staff, the local tide chart, or any authoritative source. When they reached the island and tried to return, the tide surged violently. The causeway was submerged, and a dangerous tidal drop formed rapidly.</p>

<p>In a later interview, one tourist said: <em>“I made a mistake—using ChatGPT to check low tide time. It told me 9:30 a.m., so we went. But coming back, everything was completely different. That was a hard lesson for me.”</em></p>

<p>Just days earlier, I asked ChatGPT about the relationship between resting heart rate and average sleep heart rate. It answered with unwavering confidence—yet its explanation defied basic physiology. I cross-checked across multiple trusted medical sources and found its answer wildly inaccurate.</p>

<p>Such errors are routine—whether in daily life or high-stakes work. At that point, your critical thinking and domain judgment become the only real safeguards. For important decisions, lacking those skills means falling straight into “AI blind faith”—a genuinely perilous state.</p>

<p>And cultivating genuine critical thinking and professional judgment? It’s far harder than most assume.</p>

<p>So now, I advise this: For a small number of high-leverage, high-consequence tasks—don’t lean on AI at all. Keep it at arm’s length. Prioritize building real expertise first: consult authoritative sources, learn from seasoned practitioners, and ground yourself in lived experience. Only <em>then</em>, once you’ve developed true domain mastery, should you bring AI in—not as a crutch, but as a force multiplier.</p>

<p>Otherwise, what I see in practice is grim: teams that <em>think</em> they’re accelerating, but are actually scaling garbage output.</p>

<h2 id="focus-on-building-your-own-advantage">Focus on Building Your Own Advantage</h2>

<p>What <em>is</em> an advantage?</p>

<p>My current definition: a capability or trait that consistently generates leverage—amplifying effort into outsized impact.</p>

<p>Traditional education trains us to obsess over weaknesses and gaps—rooted in the “test-driven remediation” mindset of exam culture. But business competition and personal growth operate on entirely different logic.</p>

<p>Fixating on flaws rarely builds competitive edge. Worse, it fuels self-sabotage and internal friction.</p>

<p>Positive psychology offers a better path: discover your strengths—and deliberately amplify them.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-83.png" alt="" /></p>

<p>In the AI era, someone with a clear, well-developed advantage—paired with AI as a super-lever—can rapidly build formidable personal differentiation <em>and</em> massive productivity gains.</p>

<p>By contrast, pouring energy into fixing weaknesses (yours or others’) carries serious risks:</p>
<ol>
  <li>It increases internal friction and resentment;</li>
  <li>It consumes scarce attention—attention you <em>must</em> manage intentionally;</li>
  <li>Obsessing over problems doesn’t solve them. Most real-world challenges are resolved not by patching deficits—but by deploying strengths.</li>
</ol>

<p>So if your colleague, friend, or even family member only points out your flaws or shortcomings—that’s not generosity. It’s often just low-value noise.</p>

<p>What’s truly rare—and invaluable—is someone who <em>sees your strengths</em>, names them clearly, and helps create conditions where you can deploy them fully. In the AI era, that kind of strength-based empowerment is rarer—and more powerful—than ever.</p>

<h2 id="how-to-understand-okr">How to Understand OKR</h2>

<p>I sketched this diagram for my team to clarify how OKR relates to day-to-day work planning.</p>

<p>What <em>is</em> OKR, really?</p>

<p>At its core, it’s a goal-management system built on causal logic—a pyramid of aligned intent.</p>

<p>As shown below:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-76.png" alt="" /></p>

<p>Each layer flows from the one above:<br />
<strong>North Star Metric</strong> → <strong>Objective (O)</strong> → <strong>Key Results (KR)</strong> → <strong>Key Projects</strong> → <strong>Key Tasks</strong></p>

<p>Every objective is derived from the North Star—the single metric that best reflects long-term health and direction. Every KR must be a measurable, outcome-oriented indicator of progress toward that objective. Everything downstream serves that causal chain.</p>

<p>To grasp OKR’s role in an organization at a glance, here’s an even simpler visual:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-78.png" alt="" /></p>

<h2 id="what-makes-a-good-father">What Makes a Good Father</h2>

<p>A friend from Shanghai visited Beijing recently—we had a small dinner with a few others in the AI community.</p>

<p>What surprised me was how often she spoke about her father—always with warmth, respect, and deep gratitude. She described how he helped her build her own value system, cultivate self-confidence, and develop independent judgment.</p>

<p>Listening closely, I noticed key patterns in his approach:</p>

<ol>
  <li><strong>On making better choices</strong>: He’d playfully challenge her preferences or strengths in a game—and only <em>after</em> winning would he explain: <em>“That choice may seem right now—but a truly good choice opens up more options for your future.”</em></li>
  <li><strong>On learning</strong>: When she faced a new subject, he spent three days modeling how to learn it <em>from scratch</em>—demonstrating that learning itself is a learnable skill.</li>
  <li><strong>On safety and trust</strong>: From early childhood, he patiently named specific people and situations she could safely rely on—guiding her, step by step, to recognize and internalize security.</li>
</ol>

<p>He also shared thoughtful ways he nurtured her confidence and judgment—each grounded in patience and presence.</p>

<p>Her strong educational foundation wasn’t accidental. It reflected her parents’ deep intellectual engagement—they’re both university professors.</p>

<p>Of course, every adult redefines “good father” differently. Parents love and support their children in diverse, imperfect ways.</p>

<p>But one universal litmus test holds: When grown children talk about their fathers—in casual conversation, under stress, or in moments of reflection—do their eyes light up with affection, respect, or even quiet awe? Do they recall vivid, meaningful moments—not just events, but <em>interactions</em> that shaped who they became?</p>

<p>A good father does more than provide materially. His greatest impact lies in the <em>inner architecture</em> he helps build: values, resilience, discernment, and the quiet confidence to navigate uncertainty. That kind of influence echoes across a lifetime.</p>

<h2 id="the-amateur-ensemble">The Amateur Ensemble</h2>

<p>The world is, fundamentally, a giant amateur ensemble.</p>

<p>So—barring miracles—we’re part of it too.</p>

<p>Accepting that fact isn’t defeatism. It’s clarity. It grounds self-assessment in honesty—and cultivates humility.</p>

<p>Accepting the “amateur ensemble” doesn’t mean giving up on growth. It means choosing <em>where</em> to go deeper: doing one thing <em>a little better</em>, <em>a little more carefully</em>, <em>a little more consistently</em> than the next ensemble.</p>

<p>That modest edge—sustained—is often enough to earn disproportionate returns.</p>

<p>And paradoxically, operating from that grounded, unpretentious stance may <em>accelerate</em> innovation: fewer status games, less posturing, less energy wasted on pretending—and more room for real experimentation.</p>

<h2 id="ai-live-trading-competition">AI Live Trading Competition</h2>

<p>An unusually revealing experiment is underway: six top-tier AI models are competing in live cryptocurrency trading—each starting with $10,000 of real capital.</p>

<p>The platform: <a href="https://nof1.ai">nof1.ai</a></p>

<p>As of November 2, results stand:</p>
<ul>
  <li><strong>DeepSeek V3.1</strong>: +$4,728 (1st)</li>
  <li><strong>Qwen</strong>: +$3,603 (2nd)</li>
  <li><strong>GPT-5 &amp; Gemini 2.5 PRO</strong>: worst performers</li>
</ul>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-77.png" alt="" /></p>

<p>What makes this site compelling is its setting: a high-stakes, highly uncertain, real-time financial environment—where decisions have immediate, measurable consequences.</p>

<p>It pushes AI beyond language fluency—into <em>decision intelligence</em> and <em>execution intelligence</em>.</p>

<p>We shouldn’t treat the leaderboard as a definitive ranking of “best model.” But it <em>does</em> offer something rare: a transparent, outcome-focused window into how these systems perform—not in curated demos—but in messy, consequential reality.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>My First Marathon</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-10-26-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-10-26-en/</guid>
      <pubDate>Sun, 26 Oct 2025 09:30:00 +0800</pubDate>
      <description>A reflective essay on completing the Chengdu Marathon—42.195 km in 3:58—as a metaphor for endurance, self-discovery, and values-in-action. Explores how personal discipline mirrors organizational culture, outlines seven principles for effective execution, identifies real barriers preventing non-technical people from using AI productively, and distills Stoic philosophy into daily practice.</description>
      
      <category>AI</category>
      
      <category>organization</category>
      
      <category>cognition</category>
      
      <category>workflow</category>
      
      <content:encoded><![CDATA[<h2 id="my-first-marathon">My First Marathon</h2>

<div class="markdown-image-grid markdown-image-grid-3">
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-43ae438f5d5273bfe0e5153dbf6053d5.jpg" alt="" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-0ad341ef98d410ce9f468bac7ab078fd.jpg" alt="" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-66d5a8649a0e8d0ae3a6f089dffbb409.jpg" alt="" loading="lazy" />
</div>

<p>I ran my first full marathon—42.195 km—in Chengdu.<br />
Time: 3 hours, 58 minutes—just under four hours.</p>

<p>For the first 35 km, I held a steady pace of ~5:35/km. At 38 km, sensing early signs of cramping, I eased off—and crossed the finish line safely.</p>

<p>The course was flat, the weather overcast—ideal conditions. The physical strain began to mount after 35 km; that’s when willpower stepped in.</p>

<p>All in all, it was a deeply rewarding experience.</p>

<p>On the subway back to the hotel, I met a friendly retired man from Zhejiang—also fresh off his own marathon. We shared the same stop and chatted the whole ride.</p>

<p>Ten years ago, he ran sub-3:30—a time that, for his age group then, carried the same weight as breaking three hours does today. Now, he no longer races for time. For him—and for most amateur runners—health is the core goal. Pushing one’s personal limits, within that frame, remains meaningful. I couldn’t agree more.</p>

<p>No matter how hard amateurs train or race, we’ll never match elite athletes—let alone state-supported professionals.</p>

<p>A marathon feels like extended meditation: rhythm, breath, and focus fused into motion. For ordinary people, its real value lies not in speed or ranking—but in repeated exposure to our own edges. It’s how we meet the version of ourselves who refuses to quit.</p>

<h2 id="on-values">On Values</h2>

<p>Here’s how I think about building a values system—for teams or companies:</p>

<ol>
  <li>Let values emerge <em>intuitively</em> first, then verify them. That’s more authentic than over-engineering them—or copying “world-class” companies. What surfaces naturally reflects your lived reality.</li>
  <li>A strong values system must be <em>practiced</em>, not just proclaimed. If the founder or leadership can’t live up to it at least 90% of the time, it becomes theater—not culture.</li>
  <li>Intuitive emergence works because values are habits made visible: they’re patterns you already follow, principles you lean on instinctively. They grow <em>from the inside out</em>, not top-down.</li>
  <li>Values aren’t slogans. They need clear behavioral definitions—and concrete examples of what “living them” looks like.</li>
  <li>Personal values → company values → team values. The chain starts with the individual.</li>
  <li>Saying something and doing it are two different things. Integrity means aligning inner conviction with outward action—consistently.</li>
  <li>Many organizations have no written values—but their leaders model integrity, humility, and care daily. That <em>is</em> values in action—and it spreads silently, powerfully.</li>
  <li>Culture isn’t dictated; it’s <em>contagious</em>. Leadership behavior ripples outward, shaping norms without a single memo.</li>
  <li>So the real sequence is: inner orientation → consistent behavior → named values → influence on others.</li>
  <li>True values aren’t “agreed-upon statements.” They’re <em>repeated, verified choices</em>—habits hardened by time and testing.</li>
</ol>

<h2 id="the-core-logic-of-getting-things-done">The Core Logic of Getting Things Done</h2>

<p>Seven principles for doing work well—and doing the right work:</p>

<ol>
  <li><strong>Clarity of purpose</strong>: Define the problem first. Quantify the goal. Without this, action is noise.</li>
  <li><strong>Embrace experimentation</strong>: Learn through doing. Test assumptions. Cut what doesn’t hold up.</li>
  <li><strong>Focus on leverage</strong>: Resources—time, energy, attention—are always finite. Invest where impact multiplies.</li>
  <li><strong>Routinize reflection</strong>: Build feedback loops. Turn every outcome—success or failure—into a lesson. Let systems evolve.</li>
  <li><strong>Dissolve artificial boundaries</strong>: Don’t box yourself in. Stay open to higher-leverage paths—even if they’re unfamiliar.</li>
  <li><strong>Prioritize quality over validation</strong>: Positive feedback feels good—but relying on it breeds fragility. Train discipline, perspective, and collaboration even in silent stretches.</li>
  <li><strong>Execute relentlessly</strong>—<em>but only once direction is sound</em>. Use time and effort to let truth reveal itself.</li>
</ol>

<h2 id="why-most-people-struggle-to-use-ai-productively">Why Most People Struggle to Use AI Productively</h2>

<p>By “most people,” I mean non-AI practitioners—teachers, managers, creatives, small-business owners.</p>

<p>I recently gave an AI workshop for faculty at a friend’s school. Covered fundamentals, tool recommendations (global and domestic), and practical use cases.</p>

<p>Three observations emerged:</p>

<ol>
  <li>
    <p><strong>The gap between knowing and doing is wide</strong><br />
I asked teachers: <em>Now that you understand AI’s capabilities, what are 10 specific things it could do for your work?</em><br />
Three volunteers shared their lists. Almost none included concrete, role-relevant applications—like drafting parent emails, generating rubrics, or summarizing meeting notes.<br />
Why? Because understanding AI at a conceptual level ≠ knowing <em>what it can concretely do for you</em>. Awareness ≠ utility.</p>
  </li>
  <li><strong>Tool literacy remains low—even for familiar tools</strong><br />
Many teachers use Doubao (ByteDance’s AI assistant) daily. Yet <em>none</em> knew about—or had tried—its real-time AI video call feature.<br />
I demoed it live. The reaction? “Wow—I had no idea this existed.”<br />
Most AI tools today are intuitive—but users face two barriers:
    <ul>
      <li>They don’t know the features exist.</li>
      <li>Even when they do, they hesitate to click (“click anxiety”).<br />
So I now teach a simple rule: <em>When you install a new tool, click every visible button. Try everything. Nothing breaks.</em> Literally—“learn to click.”</li>
    </ul>
  </li>
  <li><strong>AI isn’t yet tied to real productivity</strong><br />
People adopt tools faster when they see tangible outcomes. One compelling case study—e.g., “This teacher cut lesson-planning time by 40% using AI”—shifts perception faster than any theory.</li>
</ol>

<h2 id="stoic-life-principles">Stoic Life Principles</h2>

<p>Stoicism is a practical philosophy rooted in reason, self-mastery, and inner calm—originating with Zeno of Citium in ancient Greece.</p>

<h3 id="1-control-focus-only-on-whats-yours-to-control">1. Control: Focus only on what’s yours to control</h3>
<ul>
  <li>Divide life into two categories: what you <em>can</em> control (judgments, choices, actions) and what you <em>cannot</em> (others’ opinions, outcomes, weather, reputation).</li>
  <li>Direct all energy toward the former. Release attachment to the latter.</li>
  <li>When facing difficulty, ask: <em>Is this within my control?</em></li>
</ul>

<h3 id="2-reason-virtuenot-externalsis-the-sole-good">2. Reason: Virtue—not externals—is the sole good</h3>
<ul>
  <li>Act from rational judgment—not impulse, fear, or desire.</li>
  <li>Moral character is the only true source of flourishing.</li>
  <li>Wealth, status, health, and fame are “preferred indifferents”: useful, but never necessary for happiness.</li>
</ul>

<h3 id="3-rhythm-freedom-lives-in-restraint">3. Rhythm: Freedom lives in restraint</h3>
<ul>
  <li>Live simply. Temper desire. Resist hedonic excess.</li>
  <li>Never trade long-term integrity for short-term gratification.</li>
  <li>Discipline isn’t restriction—it’s the architecture of freedom.</li>
</ul>

<h3 id="4-fate-love-your-fate-amor-fati">4. Fate: Love your fate (<em>amor fati</em>)</h3>
<ul>
  <li>Accept all events as part of nature’s rational order.</li>
  <li>Resistance wastes energy. Acceptance opens space for growth.</li>
  <li>Every challenge is raw material for virtue.</li>
</ul>

<h3 id="5-mortality-remember-you-will-die">5. Mortality: Remember you will die</h3>
<ul>
  <li>Awareness of finitude sharpens presence and focus.</li>
  <li>Death isn’t a threat—it’s a reminder to act <em>now</em>, with clarity and courage.</li>
  <li>True freedom begins when you stop fearing the end.</li>
</ul>

<h3 id="6-community-reason-points-outward">6. Community: Reason points outward</h3>
<ul>
  <li>As social beings, our rationality calls us to justice—even when unreciprocated.</li>
  <li>Assume ignorance, not malice, behind others’ actions.</li>
  <li>Do good not for praise—but because it’s right.</li>
</ul>

<h3 id="7-self-examination-an-unexamined-life-is-not-worth-living">7. Self-examination: An unexamined life is not worth living</h3>
<ul>
  <li>Ask daily: <em>How will I act virtuously today? Did I focus on what I control? Was I led by desire or reason?</em></li>
  <li>Keep a “reason journal”: log emotions, decisions, and reflections—not to judge, but to learn.</li>
</ul>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Happiest Competence Structure</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-10-19-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-10-19-en/</guid>
      <pubDate>Sun, 19 Oct 2025 09:30:00 +0800</pubDate>
      <description>This essay explores a personal framework for sustainable happiness—where cognition exceeds capability, capability exceeds wealth, and wealth exceeds desire. It connects this structure to control, data processing value, practical action, and the surprising difficulty of clear communication.</description>
      
      <category>cognition</category>
      
      <category>organization</category>
      
      <category>workflow</category>
      
      <category>business</category>
      
      <category>happiness</category>
      
      <category>practice</category>
      
      <content:encoded><![CDATA[<h2 id="the-happiest-competence-structure">The Happiest Competence Structure</h2>

<p>At the end of last year, I distilled some reflections into simple formulas.</p>

<p>On happiness, my earlier understanding was:<br />
<strong>Happiness = MIN(Meaning, Health, Relationships) × Presence</strong></p>

<p>But recently, I’ve arrived at a new perspective—one grounded in the architecture of personal competence, illustrated here:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《Yao Jingang Cognitive Essays》-image-96.png" alt="" /></p>

<p>How do we interpret it?</p>

<p>The <em>happiest state</em> occurs when:<br />
<strong>Cognition &gt; Capability &gt; Wealth &gt; Desire</strong></p>

<p>In other words, when each higher-level element can “govern” or “channel” the one below it, the system becomes stable—and generative.</p>

<p>Conversely, when cognition, capability, or wealth <em>fail to contain</em> desire, desire takes over. That’s when people suffer: anxiety, confusion, even depression intensify.</p>

<p>As shown in the diagram below:<br />
<!-- Missing image: 2025-10-14-幸福的另一个维度-1.png --></p>

<p>This also explains why money earned through luck is often lost just as quickly. When wealth vastly outpaces one’s ability to regulate desire, that wealth tends to vanish—not from bad decisions alone, but from desire’s unchecked momentum.</p>

<p>So the sound principle for growth is twofold:<br />
→ <em>Reduce consumerism</em> (to manage desire reasonably)<br />
→ <em>Cultivate creatorship</em> (to expand cognition and capability)</p>

<p>What lies beneath this is a fundamental energy balance:<br />
→ <strong>Tightening the output end</strong> (desire)<br />
→ <strong>Expanding the input end</strong> (cognition)</p>

<p>The same applies to children: encourage creation over consumption; emphasize process over outcome.<br />
Because cognition accumulates <em>through making</em>, not through acquiring. When we obsess over results—especially in a consumption-oriented way—we inadvertently cap our cognitive and capability growth.</p>

<h2 id="a-sense-of-control">A Sense of Control</h2>

<p>Happiness doesn’t stem only from “MIN(Meaning, Health, Relationships) × Presence” or from a balanced competence structure.<br />
Another vital dimension is <strong>a sense of control</strong>.</p>

<p>Happiness correlates strongly with perceived control—the belief that you can meaningfully influence important events and outcomes in your life. This feeling significantly boosts well-being.</p>

<p>When people feel in charge of their lives, they experience less stress, greater self-confidence, and higher life satisfaction.</p>

<p>Crucially, happiness here depends not on how “good” external conditions are—but on whether <em>you feel like the author of your own story</em>.</p>

<p>There are two kinds of control: outward and inward.</p>

<p><strong>Outward control</strong>—shaping environments or influencing others—is a double-edged sword.<br />
It may offer fleeting security, but over-pursuing it usually backfires: the world is inherently uncertain; others have their own wills; systems follow their own logic. Excessive control-seeking erodes relationships and traps us in a paradox: <em>the more we try to control, the more we lose control.</em></p>

<p><strong>Inward control</strong>, by contrast, reliably lifts long-term well-being. Examples include:<br />
→ Learning to regulate your emotions<br />
→ Choosing where to place attention—and how to interpret events<br />
→ Building foundational capacities and character traits<br />
→ Cultivating healthy, compounding personal habits</p>

<p>Letting go of excessive outward control—and turning attention inward—often brings unexpected freedom and calm.</p>

<h2 id="the-value-of-data-processing">The Value of Data Processing</h2>

<p>Qichacha has filed for IPO. Its prospectus is publicly available here: <a href="https://pdf.dfcfw.com/pdf/H2\_AN202510101759565339\_1.pdf">link</a></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《Yao Jingang Cognitive Essays》-image-92.png" alt="" /><br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《Yao Jingang Cognitive Essays》-image-97.png" alt="" /></p>

<p>Key highlights:</p>

<ol>
  <li>Exceptionally high margins: ~90% gross margin, &gt;40% net margin—signaling high-value, knowledge-intensive service</li>
  <li>Revenue CAGR: 16.89%; Net profit CAGR: 35%—driven mainly by rising ARPPU (average revenue per paying user)</li>
  <li>Over 150 million registered users; &gt;80 million monthly active users; &gt;1 million paying users—and C-end growth continues</li>
  <li>C-end accounts for &gt;70% of total revenue; within membership products, C-end contributes 88.5%–91.4%</li>
</ol>

<p>Qichacha’s foundation rests on China’s <em>National Enterprise Credit Information Publicity System</em>, launched by government authorities in 2014.<br />
All enterprise data it displays is, in fact, freely accessible via that official portal—anyone could retrieve the exact same information, given enough time and patience.</p>

<p>Most people simply won’t.</p>

<p>So what Qichacha does is take raw public data—and repackage it with friendlier logic, better presentation, and smarter workflows.<br />
Beyond the National System, it also integrates data from Credit China, China Judgments Online, China Enforcement Information Network, CNIPA, Trademark Office, Copyright Protection Center, Ministry of Civil Affairs, and more.</p>

<p>In essence? It scrapes public data, then adds layers of processing: cleaning, labeling, mining, visualization, and intelligent analysis—before delivering high-value, paid products.</p>

<p>The barrier to entry <em>seems</em> low—which is why competitors abound: AiQicha, TianYanCha, QixinBao, QichaMao, and others.</p>

<p>Yet people consistently overestimate the value of raw data—and underestimate the value of <em>processing</em> it.</p>

<p>Qichacha’s real innovation isn’t data ownership—it’s <em>value-chain reconstruction</em>:<br />
<strong>Raw data (free) → Collection → Cleaning → Labeling → Mining → Visualization → Intelligent Analysis → High-value product (paid)</strong></p>

<p>From this view, so-called “data moats” may be shallower—or far less durable—than assumed.<br />
What truly matters isn’t hoarding data, but <em>how it’s applied</em>: how it solves real problems, and delivers tangible value to users.</p>

<h2 id="practice-is-what-matters">Practice Is What Matters</h2>

<blockquote>
  <p>“The only true measure of intelligence is whether you can get what you want out of life.” — Naval Ravikant</p>
</blockquote>

<p>Clarity about what you genuinely want—and the ability to <em>create</em> that result—is the mark of real wisdom.</p>

<p>True intelligence doesn’t live in books, speeches, or clever-sounding thoughts. It lives in <em>action</em>.</p>

<p>And yet, practice is where many stumble—repeatedly. Here are eight common, costly pitfalls:</p>

<ol>
  <li><strong>Perfectionism</strong>: “I’m not ready yet.”</li>
  <li><strong>Analysis paralysis</strong>: Endless research, zero execution.</li>
  <li><strong>Consensus trap</strong>: “Everyone agrees—so it must be right.”</li>
  <li><strong>Idealism</strong>: Over-optimistic assumptions about outcomes.</li>
  <li><strong>Sunk-cost fallacy</strong>: “I’ve invested so much—I can’t stop now.”</li>
  <li><strong>Opposition trap</strong>: “Everyone’s against it—so it must be wrong.”</li>
  <li><strong>Attention trap</strong>: Too many ideas, too little focus.</li>
  <li><strong>Comparison anxiety</strong>: Obsessing over others’ pace or achievements—derailing your own rhythm.</li>
</ol>

<p>These errors don’t operate in isolation. They form a reinforcing psychological network—each feeding the others—until action grinds to a halt.</p>

<p>The key to breaking free? Recognize that <em>there is no perfect starting point</em>. What matters is beginning—then learning, adjusting, and iterating <em>in motion</em>.<br />
A flawed action followed by reflection beats flawless planning that never leaves the page.</p>

<h2 id="the-difficulty-of-speaking-clearly">The Difficulty of Speaking Clearly</h2>

<p>The challenge of saying something clearly may be greater than I’d imagined.</p>

<ol>
  <li>
    <p><strong>Clarity begins in the mind</strong>—not the mouth.<br />
Forming coherent, logical thought is hard enough. Our thinking is often fragmented and associative; translating it into linear, intelligible language demands extra cognitive effort.</p>
  </li>
  <li>
    <p><strong>Speaking is encoding; listening is decoding.</strong><br />
You compress complex ideas into words; the listener must reconstruct them accurately. The gap between intention and interpretation is wider—and more error-prone—than most assume.</p>
  </li>
  <li>
    <p><strong>Backgrounds differ wildly.</strong><br />
Knowledge, experience, mood, culture—all shape how someone hears the same sentence. You may think you’ve been crystal clear—only to discover the listener heard something entirely different.</p>
  </li>
  <li>
    <p><strong>Attention is scarce.</strong><br />
In today’s overloaded information environment, holding focus—and cutting through noise to deliver precise meaning—requires deliberate skill and effort.</p>
  </li>
</ol>

<p>Because miscommunication is <em>more common</em> than we realize, a core principle of effective communication is simple but non-negotiable:<br />
→ Stay present and listen deeply<br />
→ Confirm understanding by paraphrasing and asking questions</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>1000 Kilometers</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-10-12-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-10-12-en/</guid>
      <pubDate>Sun, 12 Oct 2025 09:30:00 +0800</pubDate>
      <description>A reflective essay weaving together personal milestones (1,000 km of running), asset-based thinking for individuals and organizations, Vibe Coding as a new mode of AI-augmented creation, growth grounded in retention—not acquisition—and practical insights on GEO, AI search infrastructure, and content strategy in the age of LLMs.</description>
      
      <category>AI</category>
      
      <category>GEO</category>
      
      <category>organization</category>
      
      <category>business</category>
      
      <category>cognition</category>
      
      <content:encoded><![CDATA[<h2 id="1000-kilometers">1000 Kilometers</h2>

<p>I restarted running last June. As of today, I’ve been running consistently for 1 year and 4 months.</p>

<p>I just realized: my total distance this year has surpassed 1,000 kilometers.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-94.png" alt="" /></p>

<p>This is the first time my annual running volume has crossed that threshold—and for me, it’s a major personal breakthrough.</p>

<p>Running is now deeply embedded in my daily rhythm.</p>

<p>The benefits go far beyond physical fitness or mental refreshment. One less-discussed but profound effect is how it reshapes self-awareness: clarifying personal boundaries, refining desire management, and deepening introspection.</p>

<p>Especially when I observe myself from a third-person perspective—detached yet present—that sudden clarity can be genuinely surprising.</p>

<p>During long runs, it’s effortless to slip into self-dialogue and self-observation. There’s no external noise—only breath, stride, and thought.</p>

<p>You become both actor and observer: moving your body while simultaneously watching yourself move. That fluid shift in perspective is uniquely powerful for cultivating self-knowledge.</p>

<p>For me, running delivers more than health—it offers a new lens through which to examine life and understand myself.</p>

<h2 id="managing-assets">Managing Assets</h2>

<p>When managing a company, the most critical insight from a <em>risk</em> perspective is simple: <strong>running a company means managing risk</strong>.</p>

<p>From a <em>growth</em> perspective, however, one of the most important realizations today is equally clear: <strong>running a company means managing assets</strong>.</p>

<p>What do we mean by “assets” here?</p>

<p>An asset is any resource capable of generating future economic benefit—i.e., something that helps you <em>earn money</em> or <em>save money</em>. Either outcome qualifies.</p>

<p>Its defining traits are: controllability, measurability, and capacity to yield future returns.</p>

<p>So for companies—or individual founders—<strong>assets = resources that generate recurring cash flow, compound over time, or create strategic moats</strong>.</p>

<p>These include:</p>

<ul>
  <li><strong>Content assets</strong>: articles, videos, scripts, knowledge bases</li>
  <li><strong>Technical assets</strong>: codebases, models, APIs, architectures, domain-specific systems</li>
  <li><strong>Brand assets</strong>: reputation, influence, trust</li>
  <li><strong>Relationship assets</strong>: customer lists, partner networks</li>
  <li><strong>System assets</strong>: standardized workflows, automation tools</li>
  <li><strong>Financial assets</strong>: stocks, funds, real estate, equity stakes</li>
</ul>

<p>This framework applies equally to organizations and individuals.</p>

<p>And for individuals, asset-building grows more consequential with age. The good news? It’s never too late to start—because most people simply don’t prioritize personal asset management at all.</p>

<h2 id="vibe-coding">Vibe Coding</h2>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-98.png" alt="" /></p>

<p>During the 8-day National Day holiday in October, I stayed in my wife’s hometown—a scenic suburb of Beijing. My main activities: foraging chestnuts, running, writing a book, and building tools.</p>

<p>Most of my time went into tool development.</p>

<p>Thanks to the rapid leap in AI coding capabilities, I—someone with no formal programming background—have seen my coding fluency accelerate dramatically over recent months using <em>Vibe Coding</em>.</p>

<p>In under 10 days this October, I wrote over <strong>3.45 million lines of code</strong>, and shipped four functional tools—including one with nontrivial complexity. Just mapping out its product logic and requirements took nearly an entire afternoon.</p>

<p>That made the holiday unusually joyful and rewarding.</p>

<p>Using AI to build tools isn’t just output—it’s also immersive learning. Through hands-on practice, my understanding of Vibe Coding evolved significantly.</p>

<p>The biggest challenge wasn’t writing code anymore. It was <em>defining standards</em>:<br />
How do we judge whether a feature, UI style, or tool is “good”?<br />
How do we translate our intuitive sense of “good” into precise prompts or engineering plans that AI can reliably interpret and execute?</p>

<p>At its core, this circles back to aesthetics, logic—even philosophy. It’s about values, direction, and commercial insight: understanding users, industries, and what truly matters.</p>

<h2 id="on-growth">On Growth</h2>

<p>What does <em>real</em> growth look like?</p>

<p>True growth isn’t just about acquiring new users. It’s about making people <em>want to return</em>.</p>

<p>The world’s top products share one trait: exceptional retention.</p>

<p>So for product growth, <strong>retention is the real leverage point</strong>.</p>

<p>Retention, in essence, reflects authentic value creation.</p>

<p>A product with poor retention—even if it acquires users brilliantly—will inevitably run dry. Its vitality is fragile.</p>

<p>Two foundational principles drive strong retention:</p>

<ol>
  <li><strong>Systematic growth experiments</strong>, not isolated tests</li>
  <li><strong>Systematic reuse of validated insights</strong>, not one-off wins</li>
</ol>

<p>Single-point experiments are unstable—they rely too much on intuition or luck. Systematic experimentation, by contrast, maps <em>all plausible levers</em>, then tests them in parallel to gather rich, actionable data quickly.</p>

<p>Based on this, a complete growth system must integrate four dimensions:</p>

<ol>
  <li><strong>Value dimension</strong>: The product must continuously deliver value—so users <em>can’t help but come back</em> or <em>keep collaborating</em>. This demands deep user empathy and a defensible core competency.</li>
  <li><strong>Method dimension</strong>: Rely on data-driven experimentation—not gut feeling—to guide decisions.</li>
  <li><strong>Scale dimension</strong>: Turn proven tactics into standardized, modular, repeatable units—and deploy them broadly.</li>
  <li><strong>Time dimension</strong>: Real growth is cyclical: test → learn → adapt → repeat. It never stops.</li>
</ol>

<h2 id="geo-vs-seo">GEO vs. SEO</h2>

<ol>
  <li>Whether for SEO or GEO, content quality remains one of the top factors determining whether AI will cite or reference it.</li>
  <li>GEO is a new form of content marketing—one designed specifically for AI retrieval and generation.</li>
  <li><em>Problem-driven</em>, not keyword-driven: SEO centers on keywords; GEO centers on full user questions. This shift mirrors AI’s vastly improved ability to parse complex semantics.</li>
  <li>Structure saves AI compute: Clear sections, bullet points, data tables, and JSON markup make content easier for AI to parse and quote.</li>
  <li>AI favors professional, authoritative, verifiable sources—e.g., peer-reviewed research, official standards, government data—with transparent attribution.</li>
  <li><em>Information gain</em> is a key GEO differentiator. In an era of low-cost AI generation, unique insights and deep empirical validation are increasingly rare—and valuable. Examples: benchmarked performance data, counterintuitive findings, documented failures, reproducible experiments.</li>
  <li>Due to AI search’s “zero-click” behavior, GEO impact leans heavily toward brand awareness. Users often stop at the AI’s answer and rarely click through—unless they seek deeper exploration. At that point, they’ll likely search your <em>brand name</em>. So GEO’s primary ROI is <em>being seen</em>, even without high click-through rates: repeated AI mentions shape perception powerfully.</li>
  <li>SEO remains a foundational layer for GEO—traditional search rankings strongly influence AI’s likelihood of retrieving and citing your content.</li>
  <li>Getting your brand’s content ingested into AI training data is slow, unpredictable, and largely out of your control. For GEO, real-time search is the main battlefield. Being included in base model training is near-impossible—so the pragmatic path is optimizing for real-time retrieval via SEO.</li>
  <li>Multimodal content is the future—but for now, text-based content creation and optimization delivers the highest ROI. Build that foundation first, then expand into audio, video, and interactive formats.</li>
  <li>Domestic AI hallucinations stem partly from cost constraints and limited search service depth. Models often produce shallow, aggregated summaries—which increases error risk. We’ve even run GEO “domination” experiments exploiting this tendency.</li>
  <li>In a recent GEO experiment focused on AI-generated summaries, we found their influence on AI search ranking is <em>significantly stronger</em> than expected.</li>
</ol>

<h2 id="on-ai-search">On AI Search</h2>

<p>This episode of <em>Future Silicon World</em> featured two technical experts from Xiaosu Technology, diving deep into AI search. Here’s a distilled summary—generated by GPT-5 from the live session:</p>

<p><strong>Q1: What <em>is</em> AI search—and how is it different from Google or Baidu?</strong><br />
Traditional search matches keywords—you scan 10 results to find your answer.<br />
AI search is <em>question-first</em>: you ask, and AI synthesizes and answers directly.<br />
Example:</p>
<ul>
  <li>Search “Who is Apple’s CEO?” on Baidu → list of links</li>
  <li>Ask AI search → “Tim Cook,” plus context on his tenure and recent news<br />
Key difference: AI doesn’t just retrieve—it <em>understands and generates</em>.</li>
</ul>

<p><strong>Q2: What does “Infra” mean in AI search?</strong><br />
“Infra” = infrastructure—the nervous system and toolkit behind AI search.<br />
It includes:</p>
<ul>
  <li>Search engine APIs</li>
  <li>Web page rendering, PDF parsing, HTML extraction</li>
  <li>Data recall, ranking, caching, and semantic understanding modules<br />
Together, these let AI “read pages,” “grasp context,” and “cite sources” like a human.</li>
</ul>

<p><strong>Q3: How do developers and regular users interact with AI search differently?</strong></p>
<ul>
  <li><em>Developers</em>: Focus on “how to make <em>my</em> AI search.” Join Xiaosu’s dev community, apply for API access, get docs.</li>
  <li><em>Users</em>: Just want smarter answers—use an AI search app or ask during events.<br />
In short: developers build wheels; users drive.</li>
</ul>

<p><strong>Q4: Why distinguish ToC search vs. ToAI search?</strong><br />
They serve entirely different audiences:</p>
<ul>
  <li><em>ToC search</em>: Designed for humans → returns concise summaries</li>
  <li><em>ToAI search</em>: Designed for AI → returns full text or structured data<br />
Example:</li>
  <li>Baidu gives you “Huawei launches new phone” (headline)</li>
  <li>ToAI search gives AI the full press release—so it can write an analysis<br />
AI needs <em>machine-readable content</em>, not clickbait.</li>
</ul>

<p><strong>Q5: What happens inside AI search—from question to answer?</strong></p>
<ol>
  <li>Question understanding: Does it need live data?</li>
  <li>Decomposition: Break complex queries into sub-questions</li>
  <li>External search: Fetch via API (web, DB, etc.)</li>
  <li>Recall &amp; ranking: Filter and prioritize relevant content</li>
  <li>Answer generation: Synthesize and verbalize<br />
Think of it as an “AI search squad”: model = brain, tools = hands and feet.</li>
</ol>

<p><strong>Q6: Why does AI need full text—not just summaries?</strong><br />
Because AI needs <em>semantic reasoning</em>, not just facts.<br />
Summaries give conclusions; AI needs context to infer causality, nuance, and provenance—just like a researcher reading original papers.</p>

<p><strong>Q7: What makes Xiaosu’s search tech distinctive?</strong></p>
<ul>
  <li>Multilingual support: Only domestic vendor offering robust multilingual search</li>
  <li>Fully in-house stack: End-to-end self-developed—from crawlers and indexing to recall and semantic models</li>
  <li>Low latency: Average response in hundreds of milliseconds</li>
  <li>Flexible deployment: Serves both AI chatbots and intelligent agents</li>
</ul>

<p><strong>Q8: How does AI know if “Apple” means fruit or company?</strong><br />
Via semantic understanding:</p>
<ul>
  <li>Intent detection</li>
  <li>Tokenization + disambiguation</li>
  <li>Contextual semantic matching<br />
E.g., “Apple’s market cap?” → automatically routes to financial data on Apple Inc.</li>
</ul>

<p><strong>Q9: Does AI search rely on outdated info?</strong><br />
No. Systems assess temporal relevance:</p>
<ul>
  <li>Timeless queries (“Earth’s radius”) → served from cache</li>
  <li>Timely queries (“Today’s A-share index”) → pull latest indexed data</li>
  <li>Temporal signals are even weighted higher in ranking.</li>
</ul>

<p><strong>Q10: With billions of pages, how does AI pick the <em>right</em> ones?</strong><br />
Hybrid matching: semantic + keyword.<br />
Plus two-stage recall:</p>
<ol>
  <li><em>Offline</em>: Filter out low-quality, spammy, or unsafe sites</li>
  <li><em>Online</em>: Dynamic re-ranking per query<br />
Final candidates: &lt;10% of initial hits—but highest quality.</li>
</ol>

<p><strong>Q11: What about AI-generated web content?</strong><br />
Not inherently bad—but quality matters.<br />
Systems evaluate logic coherence, factual accuracy, and originality.<br />
Low-value AI “spin-offs” or stitched-together content gets filtered out.<br />
Bottom line: AI writing is fine—if it’s <em>correct</em>.</p>

<p><strong>Q12: Can AI tell good writing from bad?</strong><br />
Yes. Models learn human judgment patterns:</p>
<ul>
  <li>High information density</li>
  <li>Clear logical structure</li>
  <li>Credible, cited sources</li>
  <li>Originality, no plagiarism, no fluff<br />
These features are quantified and scored to identify high-value content.</li>
</ul>

<p><strong>Q13: How do you handle black-hat SEO?</strong><br />
Dedicated anti-abuse team.<br />
Black-hat pages, fake content, scraper sites—all removed <em>offline</em>, before indexing.<br />
Exact algorithms are confidential—but the mission is clear: keep the AI search ecosystem clean and trustworthy.</p>

<p><strong>Q14: Could AI search surface non-compliant content?</strong><br />
No.<br />
Domestic operations strictly follow Chinese laws and values.<br />
Overseas deployments comply with local regulations.<br />
Different regions use region-specific APIs and data stacks—ensuring <em>local legality, global compliance</em>.</p>

<p><strong>Q15: What’s the current business model—and will it change?</strong><br />
Today: API-based pricing.<br />
Future: Potential partnerships with AI apps (ads, knowledge subscriptions)—but <em>no direct ad injection</em> like Baidu.<br />
Why? ToAI search is B2B infrastructure—not a C2C traffic portal.</p>

<p><strong>Q16: Can AI search reveal real-time trend data?</strong><br />
Not yet—but if developers or enterprises request it, Xiaosu can build custom dashboards: e.g., “AI Trend Index,” “Top Questions for Agents.”<br />
Crucially: trends reflect <em>real demand</em>, not vanity metrics.</p>

<p><strong>Q17: Does AI search crawl Xiaohongshu or Douyin?</strong><br />
No unauthorized scraping.<br />
Xiaosu respects platform policies and only partners with willing, high-quality content providers.<br />
As co-founder Guo Gengliang put it: <em>“We’d rather have less data—so long as it’s clean.”</em><br />
Ongoing negotiations aim to license more structured vertical content.</p>

<p><strong>Q18: How widely is AI search used—and will it replace traditional search?</strong><br />
Current data: ~30% of AI Q&amp;A calls external search.<br />
That share will rise as models better grasp context.<br />
But full replacement of Google/Baidu? Unlikely—for now. AI search is a <em>new layer</em>, not a <em>replacement layer</em>.</p>

<p><strong>Q19: If AI has memory, why still search the web?</strong><br />
Because memory and search serve different purposes:</p>
<ul>
  <li>Fixed knowledge (e.g., physics constants, historical dates) → stored internally</li>
  <li>Dynamic data (weather, stock prices, policy updates) → fetched live<br />
They’re complementary.<br />
The future lies in intelligent balancing between internal knowledge and real-time external inputs.</li>
</ul>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>From Managing People to Managing AI</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-10-05-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-10-05-en/</guid>
      <pubDate>Sun, 05 Oct 2025 09:30:00 +0800</pubDate>
      <description>This essay explores the evolving role of leadership in the AI era—shifting from human-centric management to orchestrating AI agents. It examines Sora 2’s ecosystem ambitions, the foundational role of attention as irreplaceable cognitive capital, the four-tiered philosophy of sales (order → customer → market → team), and why true leverage lies not in tools alone, but in the slow, deliberate cultivation of human capability.</description>
      
      <category>AI leadership</category>
      
      <category>attention economy</category>
      
      <category>organizational design</category>
      
      <category>sales strategy</category>
      
      <category>cognitive fundamentals</category>
      
      <content:encoded><![CDATA[<h2 id="from-managing-people-to-managing-ai">From Managing People to Managing AI</h2>

<p>In a recent talk, Kai-Fu Lee posed a critical question: <em>What will determine competitive advantage for companies in the future?</em> The underlying trend he identified is profound: most work will shift from being organized around people to being organized around AI agents—what we might call “super-employees.” This mirrors the core logic behind our course <em>AI Leadership</em>.</p>

<p>The managerial mindset must evolve accordingly.</p>

<p>In the AI era, resources expand beyond people to include AI tools—but the fundamental leadership capabilities remain unchanged: setting clear goals, deeply understanding the strengths and limitations of your collaborators (human or AI), and designing effective collaboration workflows.</p>

<p>What <em>does</em> change is the rhythm and structure of teams: with AI, pace accelerates, boundaries blur, and teams shrink—becoming flatter and more autonomous.</p>

<p>Key shifts in management perspective and capability:</p>

<ul>
  <li><strong>Define success with precision</strong>: Just as with people, managing AI starts with crystal-clear definitions of success. “Improve retention” is too vague; “increase 30-day revisit rate by 5%” gives AI actionable direction—and better outputs.</li>
  <li><strong>Resources now include AI tools</strong>: Your toolkit isn’t just headcount—it’s a portfolio of AI agents, each with distinct capabilities. Whether used proactively or reactively, they’re part of your productive capacity.</li>
  <li><strong>“Human + AI” remains the dominant operating model</strong>: Almost all high-value scenarios still require tight, intentional human–AI collaboration—not replacement.</li>
  <li><strong>Flatter, role-blended teams</strong>: AI enables individuals to grow multidimensionally. Small teams can own end-to-end outcomes, reducing dependency on traditional roles—e.g., many functions no longer require dedicated product managers.</li>
  <li><strong>De-emphasize job titles; emphasize outcome ownership</strong>: The future favors generalists who “get things done”—which demands rapid learning agility from everyone.</li>
  <li><strong>Prioritize data literacy</strong>: Use data not just to report, but to diagnose root causes and spot emerging opportunities.</li>
  <li><strong>Accelerate feedback loops</strong>: Shift from monthly reviews to weekly—or even daily—iterations. Aim for continuous 1% improvement.</li>
  <li><strong>Use AI to compress scale and deepen accountability</strong>: Smaller, end-to-end teams mean faster decisions, tighter ownership, and higher velocity.</li>
</ul>

<h2 id="sora-2s-ambition">Sora 2’s Ambition</h2>

<p>I spent time today deeply exploring Sora 2—and the results were stunning. This iteration marks a major leap:</p>

<ol>
  <li><strong>Higher physical fidelity</strong>: It renders complex physics—buoyancy, gymnastics—with remarkable accuracy. More impressively, it simulates <em>physically plausible failures</em>, not just ideal outcomes.</li>
  <li><strong>True multimodal integration</strong>: Seamless fusion of vision and audio—generating multilingual dialogue where lip movement, tone, and timing align perfectly for immersive storytelling.</li>
  <li><strong>A TikTok-like AI video social platform</strong>: Launched alongside Sora 2, its interface dramatically lowers creative barriers. I hit my 100-video quota within hours—by comparison, TikTok’s creation flow still feels comparatively “high-friction.”</li>
  <li><strong>Cameo feature</strong>: One-time identity verification lets users insert their own (or friends’) likeness and voice into AI-generated videos—personalization at unprecedented speed and scale.</li>
  <li><strong>This reveals Sora 2’s real ambition</strong>: Not just a tool, but an <em>attention ecosystem</em>. Its goal is to capture, retain, and monetize user attention—not through features alone, but through network effects and behavioral stickiness.</li>
  <li><strong>For social content, convenience + believability + unpredictability beats technical perfection</strong>: A lightly flawed but emotionally resonant, AI-generated story often outperforms a technically flawless but sterile video.</li>
  <li><strong>AI-generated “junk content” is a real threat</strong>—and OpenAI acknowledges it.</li>
  <li><strong>Sora 2 may trigger the creative industry’s inflection point</strong>: Rather than compete solely on model benchmarks in enterprise or pro markets, OpenAI is betting on C-side adoption and viral growth—building defensibility via usage, not specs.</li>
  <li><strong>The hyper-personalized entertainment era is imminent</strong>: Media will shift toward real-time, on-demand generation—e.g., films dynamically casting actors whose appearance, voice, and mannerisms match <em>your</em> aesthetic preferences.</li>
  <li><strong>The barrier to creating photorealistic synthetic video has collapsed</strong>, fueling urgent demand for next-gen detection and digital provenance tools—like C2PA metadata standards.</li>
  <li><strong>For individuals: Shift learning focus</strong>—from mastering specific software to cultivating aesthetic judgment, narrative design, and <em>directing</em> AI systems. Your creative vision—not technical execution—will be your differentiator.</li>
  <li><strong>Critical thinking becomes non-negotiable</strong>: With synthetic content flooding feeds, adopt a default stance: <em>assume all digital media is synthetic until verified.</em> Before sharing, habitually check sources and look for provenance markers.</li>
</ol>

<h2 id="the-truth-about-attention">The Truth About Attention</h2>

<ol>
  <li>For individuals, productivity hinges on <em>stable, sustained, and precise attention</em>—not busyness.</li>
  <li>Real productivity isn’t about doing more—it’s about consistently directing attention toward what compounds: output (creation), learning, and health—and protecting that flow from interruption.</li>
  <li>A common misconception: attention isn’t just “seeing.” It operates across three layers—<em>perception → attention → deep focus</em>—and only the last yields meaningful increment.</li>
  <li>Why does dopamine make us busy but unproductive? Because dopamine fuels the “wanting” circuit—not satisfaction, but craving—reinforced by novelty and surprise. The antidote? <em>Design dopamine rewards into valuable output</em>, not distraction.</li>
  <li>Apps don’t just “grab” attention—they <em>dilute</em> your personal productive capacity.</li>
  <li>Attention is the <em>prerequisite resource</em> for all higher-order work: without sustained attention, there’s no learning, no insight, no design, no writing—no closed loop.</li>
  <li>Attention is scarce, non-storable, and zero-sum: interrupt it, and it resets to zero. In this sense, attention is <em>more valuable than time</em>.</li>
  <li>The foundation of attention training is values alignment. Example daily priority order: <em>sleep &gt; movement &gt; rest &gt; learning &gt; work</em>; interpersonal priority: <em>self &gt; family &gt; friends &gt; colleagues &gt; world</em>. Most people invert both.</li>
  <li>Attention determines “energy density” per unit time. One hour of deep focus delivers orders-of-magnitude more knowledge gain and output quality than the same hour fragmented across tasks.</li>
  <li>Crucially: <em>structured emptiness matters more than fullness</em>. Masters deliberately schedule “blank space”—not as idle time, but as cognitive reset and incubation.</li>
  <li>Attention-switching cost is wildly underestimated. So resist packing your day with “important” items—fewer high-stakes commitments enable deeper focus.</li>
  <li>For managers: <em>Productivity = attention orchestration</em>. Where your team’s attention flows—shaped by goals, plans, methods, incentives, and training—defines your collective output.</li>
  <li>Sustaining attention on the <em>right</em> things—and holding it long enough—is what unlocks multiplicative returns from tools, collaboration, and intelligence.</li>
  <li>Yet identifying “the right thing” is among the hardest challenges—rooted in your cognition, values, and judgment.</li>
  <li>When attention becomes your primary capital, productivity follows—not the other way around.</li>
  <li>For me, the ultimate aim of attention management isn’t efficiency—it’s <em>freedom of choice</em>.</li>
</ol>

<h2 id="the-four-levels-of-sales">The Four Levels of Sales</h2>

<p>Sales operates across four ascending levels—from lowest to highest:<br />
<strong>Order → Customer → Market → Team</strong></p>

<p>Rephrased as guardrails:<br />
→ Don’t sacrifice a <em>customer</em> to close one <em>order</em>.<br />
→ Don’t sacrifice a <em>market</em> to serve one <em>customer</em>.<br />
→ Don’t sacrifice your <em>team</em> to win one <em>market</em>.</p>

<p>“Sacrifice” here means compromising a higher-order objective for short-term gain.</p>

<p>The core practice: <em>Always operate from the level above your current role.</em></p>

<p>Examples:</p>
<ul>
  <li>As an individual seller: Don’t optimize for the order—optimize for long-term <em>customer</em> trust and lifetime value.</li>
  <li>As a sales leader: Don’t fixate on customers—focus on capturing sustainable <em>market share</em> and building scalable motion.</li>
  <li>As head of sales: Don’t stop at market share—invest relentlessly in building a <em>team that wins repeatedly</em>, even when you’re not in the room.</li>
</ul>

<h2 id="tools-ai-and-the-power-of-slowness">Tools, AI, and the Power of Slowness</h2>

<p>I was mapping out a business model—and casually asked AI to build two small internal tools. They worked surprisingly well.</p>

<p>Later, chatting with a friend on WeChat, we marveled at how effortlessly AI writes code today.</p>

<p>We joked: <em>If only we’d had this a decade ago—we’d be unstoppable.</em></p>

<p>Then I paused. That “if only” is likely an illusion of time.</p>

<p>We assume tools define ceilings. But the deeper truth is this: <em>Tools don’t empower people—the prepared person empowers the tool.</em></p>

<p>Readiness depends on cognition, existing resources, attention allocation, and sheer commitment.</p>

<p>Ten years ago, even with AI, if our mental models hadn’t evolved—if our foundations were weak, if we didn’t prioritize the work—we’d have missed the opportunity anyway.</p>

<p>Growth takes patience. You don’t rush to the tool—you grow <em>into</em> it.</p>

<p>This season of reflection reaffirmed something quiet but vital: Patience isn’t just virtue. It’s <em>submission to the natural rhythm of development</em>.</p>

<p>And those so-called “foundational skills”—learning, execution, thinking, communication, physical stamina, emotional regulation, focus—they’re not background noise. They’re the bedrock. More essential than we ever imagined.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>How to Get AI to Recommend Your Product</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-09-28-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-09-28-en/</guid>
      <pubDate>Sun, 28 Sep 2025 09:30:00 +0800</pubDate>
      <description>This essay explores GEO (Generative Engine Optimization) as the new frontier of digital visibility—how brands can become “part of the answer” for AI search, why official websites matter more than ever, and how to build high-signal, human-verified content that earns AI trust. It also reflects on running as discipline, cognitive upgrading vs. competitive simplification, AI’s real-world impact on hiring, and practical wisdom on lending, accountability, and quality control.</description>
      
      <category>AI</category>
      
      <category>GEO</category>
      
      <category>Skill</category>
      
      <category>Organization</category>
      
      <category>Business</category>
      
      <content:encoded><![CDATA[<h2 id="how-to-get-ai-to-recommend-your-product">How to Get AI to Recommend Your Product</h2>

<p>This is a summary of a recent systematic talk by the CEO of Graphite on GEO (Generative Engine Optimization).</p>

<ul>
  <li><strong>Core principle of GEO</strong>: LLM + RAG — the LLM decides <em>whether something is possible</em>, while RAG determines <em>what to retrieve</em>.</li>
  <li><strong>The essence of GEO</strong>: Making your product or brand an intrinsic part of the “answer” — not just a result, but a trusted component of the response.</li>
  <li><strong>SEO carryover</strong>: Many proven SEO tactics still work for GEO — especially foundational ones like clean site architecture, semantic clarity, and authoritative linking.</li>
  <li><strong>GEO ranking logic differs sharply from SEO</strong>: Instead of backlinks or keyword density, GEO prioritizes <em>citation frequency</em> — how often and where your brand appears across trusted sources. The more widely referenced you are, the higher your chance of being surfaced by AI.</li>
  <li><strong>User queries are longer and more specific</strong> in AI search versus traditional search — generating countless previously unsearched long-tail questions. A core GEO tactic is therefore <em>systematic long-tail question mapping</em>: anticipating and answering highly contextual, scenario-based user intents.</li>
  <li><strong>Each AI platform has its own source preferences</strong>. Managing which sources it trusts — and actively cultivating those relationships — is now mission-critical.</li>
  <li><strong>A compelling case study</strong>: Webflow’s GEO-driven traffic is <em>six times</em> that from Google; ~8% of its new signups now come directly from ChatGPT and similar AI platforms. Their three key tactics:
    <ul>
      <li>High-intent landing pages covering dozens of sub-questions (not just one topic),</li>
      <li>YouTube videos (easily cited, rich in context and demonstration),</li>
      <li>Authentic Reddit engagement (community-vetted, credibility-anchored).</li>
    </ul>
  </li>
  <li>This aligns with broader patterns: GEO-sourced traffic consistently shows higher conversion rates — likely because users have already had multiple conversational exchanges with AI before arriving at your site, indicating strong intent and elevated trust in AI recommendations.</li>
  <li><strong>Speed-to-impact is dramatically faster</strong>: While SEO may take months to move the needle, GEO benefits from recency weighting — visible results often appear <em>within hours or days</em>.</li>
  <li><strong>Your official website is underutilized — especially in China</strong>. For AI, the most authoritative source about your brand <em>is</em> your own site. Leverage that authority: publish deeply detailed, question-driven content — e.g., “How do I migrate from X to Y?”, “What happens if I exceed my quota?”, “Can this integrate with Z?” — sourced from sales calls, support logs, or AI-suggested follow-up questions.</li>
  <li><strong>GEO-friendly content should deliver high information gain</strong>: Prioritize original research, expert commentary, and coverage of underserved subtopics — not rehashing what’s already abundant.</li>
  <li><strong>AI crawlers are everywhere</strong> — and many sites now block them outright due to bandwidth strain. But the speaker urges <em>intentional openness</em>: allow indexing and citation, and treat AI not as a threat but as a partner — optimizing <em>with</em> it, not against it.</li>
  <li><strong>AI-generated content alone? Not viable.</strong> As the speaker puts it: <em>If everything is AI-written, why would anyone need a search engine at all?</em> The sustainable model is <strong>AI-assisted + human-reviewed + grounded in original insight</strong>.</li>
</ul>

<p>Video link:<br />
<a href="https://www.youtube.com/watch?v=iT7kq-R3Gjc">youtube.com</a></p>

<h2 id="the-meaning-of-running">The Meaning of Running</h2>

<p>This morning I completed a 25 km slow-distance run.</p>

<p>Running isn’t just physical training — it’s daily self-discipline, a moving meditation.</p>

<p>Physiologically, consistent running improves metabolism, cardiovascular resilience, focus, sleep quality, and overall vitality — holistically.</p>

<p>These bodily shifts ripple into mental states: greater emotional stability, calmness, and grit.</p>

<p>Lately, I’ve noticed another subtle effect: long-term running strengthens <em>desire regulation</em>. Entrepreneurs, for instance, often chase outcomes with intense urgency — a mindset that breeds anxiety and distorted behavior.</p>

<p>True freedom isn’t indulgence — it’s the capacity to hold desire lightly, to pause, to choose restraint. Running cultivates that. You learn your rhythm: not too fast, not too slow — steady, intentional, sustainable.</p>

<h2 id="upgrading-and-downgrading">Upgrading and Downgrading</h2>

<p><em>Learn to upgrade. Compete by downgrading.</em></p>

<p>Here, “upgrading” means elevating your thinking — beyond immediate tasks, local views, fragmented details, or single-skill execution.<br />
“Downgrading” means translating high-level insight into simple, decisive action — so you outmaneuver others <em>within their own low-dimensional arena</em>.</p>

<ol>
  <li><strong>Learning = Upgrading</strong>
    <ul>
      <li><em>In practice</em>: Shift from “What am I doing?” → “Why am I doing this?” → “How might we do it better?” → “Should we do this at all?” → “What system or platform could make this obsolete — or indispensable?”</li>
      <li><em>In study</em>: Seek higher vantage points — consult experts, read timeless books, invest in rigorous learning. These aren’t extras. They’re upgrades to your operating system.</li>
    </ul>
  </li>
  <li><strong>Competition = Downgrading</strong><br />
If your product team stalls competing on UI polish or feature checklists, ask: <em>Where can we break through at a higher level?</em> — business model, user psychology, ecosystem design, data infrastructure. Once you lead there, even small tactical moves — a pricing tweak, a workflow change — can overwhelm rivals still grinding in the low-dimension race for “more features, prettier buttons.”</li>
</ol>

<p>For companies:<br />
If you’re in B2B, study B2C. B2B leans on logic, expertise, and complex sales cycles. B2C thrives on emotion, speed, and frictionless experience — and its marketing tactics, product rhythms, and feedback loops are sharper, faster, and more varied. Importing that energy into B2B <em>works</em>.</p>

<h2 id="ais-real-impact-on-work">AI’s Real Impact on Work</h2>

<p>A recent study (2015–2025) analyzed 62 million U.S. workers, 285,000 companies, and 245 million job postings — tracking <em>actual hiring behavior</em>, not speculation. Key findings:</p>

<ul>
  <li>Since Q1 2023, AI-adopting firms cut junior-role hiring by ~7.7% over six quarters — driven almost entirely by <em>reduced hiring</em>, not increased attrition.</li>
  <li>Promotions for <em>existing</em> staff rose — suggesting AI isn’t replacing people, but <em>reassigning them upward</em>: automating routine tasks, freeing humans for higher-complexity work.</li>
  <li>Senior roles grew steadily. Why? Two forces: (1) AI handles more entry-level work, and (2) organizations increasingly demand strategic, judgment-heavy work — precisely what AI <em>can’t</em> yet do.</li>
  <li>The hardest-hit sector? Traditional wholesale &amp; retail — junior hiring dropped ~40% quarterly. Roles like frontline customer service and clerical support are among the easiest to automate.</li>
  <li>For new grads: Top-tier university graduates saw little impact; lowest-tier grads retained cost-driven demand; but <em>mid-tier graduates</em> — from strong-but-not-elite schools — faced the steepest pressure. Their expectations outpace their current leverage — and AI narrowed that gap fast.</li>
  <li>Overall corporate strategy? Not mass layoffs — but <em>hiring restraint at the junior level</em>, paired with <em>stronger internal emphasis on AI fluency</em>.</li>
</ul>

<p>Personal takeaways:</p>
<ol>
  <li>Embrace AI — and deliberately offload your repetitive work to it. That’s step zero of mastery.</li>
  <li>Within your organization, seek out <em>complexity</em>. High-complexity work = high value + high defensibility.</li>
  <li>Aim for <em>expertise</em>. “Expert + AI” creates powerful leverage. “Generalist + AI” rarely does.</li>
</ol>

<h2 id="principles-for-lending-money">Principles for Lending Money</h2>

<p>A friend recently struggled collecting a debt. He’d asked repeatedly — no reply. No resolution. Just quiet erosion of trust.</p>

<p>I shared a borrowing SOP a mutual friend uses — pragmatic, respectful, and protective:</p>

<ol>
  <li>First, assess <em>whether the person is worth lending to</em> — not just financially, but ethically and relationally.</li>
  <li>If promising, call them — confirm the <em>purpose</em> and <em>risk profile</em> of the loan. Reasonable use + manageable risk = green light to proceed.</li>
  <li>Then, impose a <em>cooling-off period</em>. Also disclose upfront: interest will apply, and a formal promissory note is required. Let them sit with that.</li>
  <li>If they agree, draft the note together — clear repayment date, grace period (e.g., 3 months interest-free), then automatic interest + late fees.</li>
</ol>

<p>Why it works:</p>
<ul>
  <li>The cooling-off period filters urgency from necessity.</li>
  <li>It reduces emotional decision-making — for both sides.</li>
  <li>It builds mutual accountability <em>before</em> money changes hands.</li>
</ul>

<p>I told my friend: <em>People who truly see you as a friend won’t borrow unless absolutely necessary. Those who borrow casually? Often don’t see you as a friend at all.</em></p>

<p>Another friend, facing multiple unpaid loans, sued each debtor individually. It worked — cleanly and effectively.</p>

<p>Li Xiang once put it well: <em>When lending, don’t be a saint. Don’t be a villain. Be clear.</em></p>

<h2 id="why-check">Why Check?</h2>

<p>When you lack experience, you make “basic” mistakes — repeatedly. What helps? Checking. Relentlessly.</p>

<p>Early in my career, I had no track record — so I compensated with <em>layered review</em>: draft → self-review → peer review → final sweep. Each pass caught something new. Tedious? Yes. But over time, it trained my eye for detail, my sense of flow, and my instinct for quality.</p>

<p>Why do inexperienced people make so many basic errors? Surface reasons include:</p>
<ul>
  <li>Poor grasp of end-to-end process,</li>
  <li>Low sensitivity to nuance,</li>
  <li>Insufficient exposure to failure,</li>
  <li>Overconfidence <em>or</em> excessive caution,</li>
  <li>Missing self-audit habits.</li>
</ul>

<p>But deeper down, two things matter more:</p>

<ol>
  <li><strong>Responsibility</strong>: My friend observed — if it were <em>your own</em> project, you’d rarely skip that critical step or misread that spec. Most “basic” errors stem from diluted ownership.</li>
  <li><strong>Energy</strong>: Focus is finite. Doing small things <em>well</em> demands deep, uninterrupted attention — often 60–120 minutes of full presence. Exhaustion kills precision. So protect your energy — it’s the silent foundation of reliability.</li>
</ol>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>How AI Empowers Knowledge Monetization</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-09-21-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-09-21-en/</guid>
      <pubDate>Sun, 21 Sep 2025 09:30:00 +0800</pubDate>
      <description>This essay explores how AI transforms knowledge monetization—boosting sales productivity 5x, enabling scalable video production, and elevating management standardization. It highlights key traits of effective AI adopters, shares foundational principles for short-video and live-stream operations on Douyin, outlines a GEO content methodology grounded in information theory, and reflects on pricing strategy, talent quality, and long-term competitive advantage in the AI era.</description>
      
      <category>AI</category>
      
      <category>knowledge monetization</category>
      
      <category>GEO</category>
      
      <category>operations</category>
      
      <category>pricing</category>
      
      <category>talent</category>
      
      <content:encoded><![CDATA[<h2 id="how-ai-empowers-knowledge-monetization">How AI Empowers Knowledge Monetization</h2>

<p>This past weekend, “Future Silicon World” invited Wang Xu, CEO of Xingcan (WeChat Video Channel: <em>Da Di Xu Liao Zhi Shi Fu Fei Shang Ye</em> — highly recommended), as the keynote speaker to discuss how AI reshapes the operations of knowledge-monetization businesses.</p>

<p>The livestream was scheduled for 90 minutes—but packed with such dense, actionable insights that it ran for three full hours, nearly doubling its planned duration. Attendees remained deeply engaged to the very end.</p>

<p>Beyond the extended runtime, there was another telling metric: host Yuanzi noted that from 8 p.m. to nearly 11 p.m., only nine people dropped out of the live room. Real substance—when delivered clearly and concretely—still draws and holds attention.</p>

<p>Before meeting Wang Xu, I was building a teacher-facing tool and had heard repeatedly about <em>Yuanding</em>, an exceptionally strong edtech product with a high valuation.</p>

<p>So I asked Da You: “Do you know Yuanding’s CEO?”</p>

<p>He replied: “Yes—let’s connect sometime.”</p>

<p>Soon after, Da You arranged our first meeting.</p>

<p>After that gathering, I visited Wang Xu’s office the next day—unannounced—to ask questions. He generously shared deep insights into Yuanding’s product architecture, especially its innovative monetization models and critical pitfalls to avoid.</p>

<p>That began a series of high-density exchanges: repeated learning sessions, joint problem-solving, and open resource sharing. We’ve since become close friends.</p>

<p>What stands out most in conversations with Xu Ge is their extraordinary <em>information density</em>. In just a few minutes, you walk away with more clarity than after hours of typical discussion.</p>

<p>He also embodies other rare qualities: authenticity, a passion for innovation, generosity in helping others, and a genuine love of sharing.</p>

<p>Later, Xiangyang asked me: “What trait does Xu Ge have that you deeply admire—but can’t replicate yourself?”</p>

<p>An excellent question.</p>

<p>To me, two traits stand out:</p>

<p>First, his uncanny ability to assess strategic direction and make rapid, confident decisions—especially when integrating new AI-driven strategies into existing business lines. Example: Starting last year, he systematically deployed AI across all operational touchpoints—and quickly delivered measurable results.</p>

<p>Second, his relentless, granular control over <em>critical details</em>: “critical,” “continuous,” and “control”—remove any one, and team execution collapses. Once, on a high-speed train to Chengde, he walked me through his daily analysis of ad performance metrics—explaining that he reviews this data <em>every single day</em>, without exception.</p>

<p>After ten years of entrepreneurship—including multiple ventures—he’s now running several compelling experiments amid the AI wave.</p>

<p>Here’s how AI has already transformed parts of his business and management workflows:</p>

<ol>
  <li><strong>Video production scale</strong>: AI + digital avatars enable batched short-video creation—daily output increased 10×.</li>
  <li><strong>Sales productivity in private traffic</strong>: Industry-standard sales rep output is ¥80,000–¥100,000/month; with AI augmentation, average output rose to ¥400,000–¥500,000/month—a 5× lift.</li>
  <li><strong>Management efficiency</strong>: AI standardizes organizational management across the board—turning tacit practices into explicit, repeatable systems.</li>
</ol>

<p><strong>Core insights shared:</strong></p>

<ul>
  <li>AI’s initial role wasn’t just to boost revenue—it was first to <em>elevate management efficiency</em>, second to improve human productivity (i.e., per-employee output), and third to increase operational and product agility.</li>
  <li>This holistic, organization-level lens explains why Wang Xu insists AI must be a “CEO-level initiative”—not an IT project or departmental experiment.</li>
  <li>For AI to truly empower business: start with <em>domain-specific, battle-tested SOPs</em>—then apply AI as a lever to amplify them.</li>
  <li>Platforms are shaped by their products; products reflect founders’ personalities; and platform characteristics dictate user behavior.</li>
  <li>AI doesn’t just speed things up—it weaves itself into the entire workflow, raising the bar for <em>operational precision</em>, not just raw speed.</li>
  <li>A great IP is irreplaceable. AI can magnify an IP’s reach and impact—but it cannot generate the core human traits that define enduring influence: consistent content creation (strong curriculum design), adaptive learning (quickly absorbing platform shifts), grit, purpose, physical stamina, on-camera charisma, and audience resonance. These remain the non-negotiable foundations of a top-tier IP.</li>
  <li>While AI’s ROI remains hard to quantify, its impact is unmistakable across three dimensions: management efficiency, business productivity, and product/service elasticity—a truly multidimensional uplift in capability and output.</li>
</ul>

<p>Years ago, I first consulted Wang Xu on MCN and IP operations—and took detailed notes. Rereading them today, the underlying principles still hold:</p>

<blockquote>
  <p><strong>How to understand short videos?</strong><br />
For knowledge hosts, short videos serve one primary function: attract <em>precisely targeted users</em> and drive them into the livestream. So short videos operate on <em>advertising logic</em>—they’re traffic funnels.<br />
Therefore, the main KPI is click-through rate (CTR) from video view → livestream entry.<br />
Whether knowledge-based or entertainment-focused, the core rule is: <em>“First entertaining, then useful.”</em> Users won’t watch unless it’s engaging; once hooked, they’ll absorb value if it’s embedded naturally.<br />
Why? Because Douyin and Kuaishou are fundamentally <em>entertainment platforms</em>.<br />
Video formats that work best: persona-driven clips, story-based case studies, and “big-takeaway” tips.<br />
Viral short videos often attract <em>broad, unfocused followers</em> (“fan spam”), which dilutes livestream metrics. If your goal is a precise knowledge IP, avoid chasing viral growth at all costs.</p>
</blockquote>

<blockquote>
  <p><strong>How to understand livestreams?</strong><br />
Think of each livestream as a stall at a temple fair—the whole platform is the fair, and your stream is your booth. People flow past constantly. Your job: attract, earn trust, then convert.<br />
So the livestream’s core mission is <em>retention + conversion</em>.</p>
</blockquote>

<blockquote>
  <p><strong>How do short videos and livestreams relate?</strong><br />
They follow <em>separate logics</em>. A great short video ≠ great livestream performance—and vice versa.<br />
But energy must prioritize the livestream: for knowledge products, &gt;95% of sales happen there.</p>
</blockquote>

<blockquote>
  <p><strong>Why does data analysis matter?</strong><br />
Since Douyin distributes traffic algorithmically, real-time data is your only objective feedback loop—not intuition or gut feeling.<br />
Analyze two contexts separately:</p>
  <ul>
    <li><em>Short videos</em>: focus on completion rate (especially 3-second and full completion), engagement, and—most critically—how well each video drives traffic to the livestream.</li>
    <li><em>Livestreams</em>: track retention (average watch time, bounce rate) and conversion (sales volume, order value).</li>
  </ul>
</blockquote>

<blockquote>
  <p><strong>What does a 1% conversion rate mean?</strong><br />
For a ¥300–¥500 course sold via livestream, achieving 1% conversion (views → buyers) is considered <em>excellent</em>.</p>
</blockquote>

<blockquote>
  <p><strong>What’s the new ad-buying logic?</strong><br />
Old model: broad targeting, fixed budget, ROI measured post-campaign. Obsolete.<br />
New model: use ads <em>dynamically</em> to <em>prop up weak real-time metrics</em>—e.g., if retention dips, launch a targeted ad campaign to boost dwell time. Once metrics rebound, the algorithm rewards you with organic reach.<br />
This demands extreme agility: pre-build hundreds of ad plans, ready to activate or pause instantly based on live metrics.</p>
</blockquote>

<blockquote>
  <p><strong>What’s the role of a livestream floor manager (“changkong”)?</strong><br />
Like a film director, they monitor live data, anticipate bottlenecks, and adjust on the fly. They must know every KPI cold—and have contingency plans for each. Without this, consistency is impossible.</p>
</blockquote>

<blockquote>
  <p><strong>What is “flat broadcasting” (“pingbo”) and how do you “crack the standard”?</strong><br />
Flat broadcasting begins at ~1,000 followers—no product links yet. Only when <em>average watch time hits 3 minutes</em> AND <em>peak concurrent viewers exceeds 100</em> should you add the shopping cart.<br />
Until then, host and ops team iterate relentlessly on script, pacing, and delivery—until they find <em>the version that works for this host</em>.</p>
</blockquote>

<blockquote>
  <p><strong>How to think about private traffic?</strong><br />
Private traffic complements public traffic—but early on, <em>don’t chase it</em>. Focus first on content quality—the hard, foundational work. Good content retains users and unlocks more public traffic. That’s the real leverage.</p>
</blockquote>

<blockquote>
  <p><strong>Are “haters” useful?</strong><br />
Yes—early on. Their comments (even negative ones) boost engagement signals. The algorithm can’t distinguish “good” from “bad” interaction—it only sees activity. So early controversy can help.</p>
</blockquote>

<blockquote>
  <p><strong>How does Douyin’s algorithm actually work?</strong><br />
It’s a <em>distribution engine</em>, not a recommendation engine. Total traffic is finite. Whoever earns stronger user signals gets pushed.<br />
It can’t parse meaning—it only reads behavioral proxies: 3-second completion, full completion, likes, shares, comments.<br />
Under 10 million views, distribution is fully automated. So optimize for those signals: put your strongest hook in the first 3 seconds.<br />
Entertainment creators innovate fastest (they’re under most pressure), then e-commerce, then knowledge creators—who later systematize and adapt those tactics. Watch entertainment and e-commerce streams closely—they’re your R&amp;D lab.</p>
</blockquote>

<blockquote>
  <p><strong>What does Douyin want from knowledge livestreams?</strong><br />
It wants <em>sales stalls</em>, not lecture halls. Core metrics: retention + conversion—not depth of insight. That aligns with its entertainment DNA.</p>
</blockquote>

<blockquote>
  <p><strong>How do short videos, livestreams, and courses interrelate?</strong><br />
Short videos = attraction. Livestreams = influence. Courses = the full, structured, valuable payload. Don’t front-load the “goods”—save the meat for the paid product.</p>
</blockquote>

<blockquote>
  <p><strong>How to handle the “am I scamming parents?” feeling?</strong><br />
Rooted in confidence in your course’s actual quality. If the final deliverable is solid, then marketing—even aggressive marketing—is simply helping users access real value.</p>
</blockquote>

<blockquote>
  <p><strong>What’s the logic behind the first 3-month training + trial phase?</strong><br />
It mirrors driver’s ed: theory → supervised practice → solo driving. Teachers becoming hosts need the same progression: study theory, rehearse, then go live.<br />
First skill to build? <em>Professional TikTok scrolling</em>: treat every feed scroll as field research—reverse-engineer the logic behind every successful short video.</p>
</blockquote>

<blockquote>
  <p><strong>How do short-video livestreams differ from traditional online education sales calls?</strong><br />
Traffic is transient. Every second, new users enter—and leave. So scripts must be engineered so <em>anyone who joins mid-stream</em> instantly grasps and engages with what’s being said <em>right then</em>.</p>
</blockquote>

<blockquote>
  <p><strong>Why include physical kits with courses?</strong><br />
Two reasons: (1) tangible value perception, (2) built-in private-traffic onboarding. Keep logistics + supply-chain cost ≤10% of total course price.</p>
</blockquote>

<blockquote>
  <p><strong>Do “highly attractive” knowledge hosts help or hurt?</strong><br />
If your audience is primarily mothers, high visual appeal can backfire—it feels intrusive. If you’re naturally striking, lean into natural, low-makeup looks for livestreams and videos.</p>
</blockquote>

<blockquote>
  <p><strong>How to build a persona if you’ve had a “smooth-sailing” elite background?</strong><br />
Depth matters more than drama. A consistent record of excellence—from school to career—signals authority and credibility. No forced “underdog” narrative needed.</p>
</blockquote>

<blockquote>
  <p><strong>How do “teacher,” “host,” and “salesperson” roles differ?</strong><br />
A great teacher isn’t automatically a great host—or a great salesperson. But livestream success demands <em>all three</em>. Hosts must blend sales acumen, influence, and high cognitive bandwidth. To transition, teachers must first adopt a <em>sales mindset</em>—then layer on performance and persuasion skills.</p>
</blockquote>

<h2 id="the-talent-who-solves-problemsnot-just-points-them-out">The Talent Who Solves Problems—Not Just Points Them Out</h2>

<p>Spotting problems is easy.</p>

<p>I value a rarer kind of person: those who <em>identify a problem, drive its complete resolution</em>, and do it <em>repeatedly</em>. That’s true rarity.</p>

<ol>
  <li><strong>Pointing out problems</strong> is the shallowest level—and often carries undertones of complaint. It’s effortless because humans instinctively notice flaws.</li>
  <li><strong>Discovering problems</strong> means digging past symptoms to uncover root causes. This requires domain insight and disciplined thinking.</li>
  <li><strong>Solving problems</strong> demands mobilizing resources—not patching, but fixing <em>for good</em>. It tests cognition, organizational capacity, and execution muscle.</li>
  <li><strong>Sustained problem-solving</strong> is the hallmark of exceptional talent: delivering high-quality solutions <em>consistently</em>, powered by learning agility, relentless action, resilience, and systems thinking.</li>
</ol>

<p>I call Type 4 individuals <em>key problem solvers</em>.</p>

<p>Professionally, they’re classic “T-shaped”: deep expertise in one domain + broad cross-functional awareness.</p>

<p>Only that combination enables them to diagnose accurately <em>and</em> execute effectively.</p>

<p>T-shaped + sustained solving = true key talent. A few such people can transform an entire company.</p>

<p>Most stay at Level 1. Few possess—and fewer still invest in—the full suite of traits required for Level 4.</p>

<p>Let’s recognize and support these people fiercely.</p>

<h2 id="geo-content-methodology">GEO Content Methodology</h2>

<p>Below are six principles—each explained through the lens of information theory—to optimize content for AI search and recommendation engines.</p>

<p>At its core, this methodology manipulates <em>entropy</em> (information unpredictability) and <em>signal strength</em> to boost AI readability, authority, and ranking.</p>

<p><strong>Key idea:</strong></p>
<ul>
  <li>Purely <em>high-entropy</em> content (e.g., jargon soup, obscure terms, dense stats) overwhelms AI models—hard to parse or retrieve.</li>
  <li>Purely <em>low-entropy</em> content (e.g., generic phrasing, clichés) lacks differentiation—gets buried in AI rankings.</li>
  <li>Optimal content strikes a <em>dynamic balance</em>: raise entropy where it adds uniqueness and authority; lower it where clarity and structure matter most.</li>
</ul>

<h3 id="1-use-concrete-data-and-statistics">1. Use concrete data and statistics</h3>
<p><em>Why</em>: Builds credibility and domain authority.<br />
<em>Info-theory view</em>: Increases token-level unpredictability (entropy), serving as strong, verifiable signals—especially when paired with citations or sources.</p>

<h3 id="2-cite-authoritative-research-or-reports">2. Cite authoritative research or reports</h3>
<p><em>Why</em>: Signals legitimacy and rigor.<br />
<em>Info-theory view</em>: Introduces unique, high-value named entities (e.g., “McKinsey 2024 Report,” “Dr. Li Chen, Peking University”)—raising entropy meaningfully.</p>

<h3 id="3-use-clear-headings-and-subheadings">3. Use clear headings and subheadings</h3>
<p><em>Why</em>: Improves scannability and comprehension.<br />
<em>Info-theory view</em>: Partitions text into focused, low-entropy thematic clusters—maximizing structural information gain.</p>

<h3 id="4-use-lists-tables-and-bullet-points">4. Use lists, tables, and bullet points</h3>
<p><em>Why</em>: Enhances parsing and retention.<br />
<em>Info-theory view</em>: Further reduces local entropy within sections—sharpening structural signal and boosting information gain.</p>

<h3 id="5-offer-original-insights-and-unique-analysis">5. Offer original insights and unique analysis</h3>
<p><em>Why</em>: Demonstrates experience and thought leadership.<br />
<em>Info-theory view</em>: Introduces novel phrasing and uncommon word combinations—significantly increasing entropy and differentiating content from generic corpora.</p>

<h3 id="6-avoid-jargon-and-vague-language">6. Avoid jargon and vague language</h3>
<p><em>Why</em>: Ensures clarity and accessibility.<br />
<em>Info-theory view</em>: Lowers local entropy at the paragraph level—eliminating ambiguity and strengthening structural signal.</p>

<h2 id="geo-opportunities-for-large-websites">GEO Opportunities for Large Websites</h2>

<p>Established websites—with legacy domain authority and deep historical data—have a massive, underleveraged opportunity in the AI search era.</p>

<ol>
  <li>Large sites are <em>natural primary sources</em> for AI search engines—akin to being a “news source” for Baidu.</li>
  <li>Their historical content, when optimized with GEO schema and rewritten using GEO principles, becomes a high-authority reference point—directly influencing AI-generated answers.</li>
  <li>This visibility resembles Baidu’s “Alading” feature—or its text-only “brand zone.”</li>
  <li>With systematic, site-wide GEO optimization across millions of pages, you unlock <em>millions of long-tail queries</em> in AI search—far beyond traditional SEO.</li>
  <li>The upside is enormous—especially for legacy web properties. Take 58.com: if traditional SEO generates ¥100M+ annually, full-site GEO transformation could yield comparable <em>new</em> revenue—without proportional cost increases.</li>
  <li>Why? Because GEO can largely replace expensive, high-intent commercial traffic previously bought on Baidu—while requiring minimal engineering investment.</li>
</ol>

<h2 id="winning-logic-in-the-ai-arms-race">Winning Logic in the AI Arms Race</h2>

<p>Recently, I discussed with friends how certain industries—like early URL directories, software download portals, group-buying platforms, or recommendation apps—saw explosive, crowded competition… followed by near-total consolidation. Usually, only 1–2 players survive.</p>

<p>So I ask: What did the winners <em>do right</em>? What did the losers <em>get wrong</em>—and were those errors systemic?</p>

<p>With dozens of new AI-native startups emerging, who will win—and why might others fail?</p>

<p>After stripping out luck, our consensus centered on two pillars:</p>

<ol>
  <li><strong>Technical fluency and commitment</strong>: Deep understanding of technology—not just using APIs, but grasping architecture, trade-offs, and long-term implications—and investing consistently in technical depth.</li>
  <li><strong>Cognitive bandwidth and strategic vision</strong>: Long-term orientation, obsession with craftsmanship (e.g., perfecting one core feature), cost discipline, and building defensible moats.</li>
</ol>

<p>Conversely, failure patterns included: short-termism, neglecting tech fundamentals, failing to build proprietary advantages, and operational waste.</p>

<h2 id="three-principles-of-pricing">Three Principles of Pricing</h2>

<p>A sound pricing framework satisfies customers <em>and</em> maximizes sustainable revenue.</p>

<p>For non-standardized products, I weigh three anchors: <strong>cost</strong>, <strong>industry benchmarks</strong>, and <strong>customer psychological expectations</strong>.</p>

<p>This forms a multi-dimensional decision model:</p>

<ul>
  <li><strong>Cost</strong> sets the floor—what you <em>must</em> cover.</li>
  <li><strong>Industry benchmarks</strong> reveal market consensus—where peers price, signaling perceived value.</li>
  <li><strong>Psychological expectations</strong> shape willingness-to-pay—but these are malleable, not fixed.</li>
</ul>

<p>Example: A new SaaS tool.</p>
<ul>
  <li>Cost floor: ¥100,000/year.</li>
  <li>Peer pricing: ¥500,000–¥1,000,000/year.</li>
  <li>Customer expectations: vary widely—by company size, urgency, quantifiability of ROI, and market saturation.</li>
</ul>

<p>But this model has limits:</p>
<ul>
  <li>For truly novel products, industry benchmarks don’t exist.</li>
  <li>For many non-standard services, cost is the <em>least</em> relevant factor.</li>
</ul>

<p>That’s why deeper product and customer empathy is essential.</p>

<p>In practice, the three anchors are dynamic:</p>
<ul>
  <li>Costs fall with scale.</li>
  <li>Benchmarks shift with market evolution.</li>
  <li>Expectations can be shaped—via messaging, branding, and proof points.</li>
</ul>

<p>Pricing isn’t arithmetic—it’s applied philosophy. It reveals how well you understand value, customers, and your own business.</p>

<p>Master these three levers, and you’ll avoid catastrophic missteps.<br />
The true masters go further: they break the model—setting prices that feel <em>unbeatable</em> to customers, <em>inscrutable</em> to competitors—and still deliver healthy margins.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Inner Art of Writing Effective Prompts</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-09-14-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-09-14-en/</guid>
      <pubDate>Sun, 14 Sep 2025 09:30:00 +0800</pubDate>
      <description>This essay reflects on the deeper principles behind crafting high-quality AI prompts—not as technical tricks, but as extensions of human cognition, professional judgment, and structured thinking. It connects prompt engineering to communication, cross-industry learning, team management (RTF framework), personal growth, and leadership—grounding each insight in real practice and lived experience.</description>
      
      <category>AI</category>
      
      <category>organizational design</category>
      
      <category>cognitive clarity</category>
      
      <category>workflow</category>
      
      <category>leadership</category>
      
      <category>cross-domain learning</category>
      
      <content:encoded><![CDATA[<h2 id="the-inner-art-of-writing-effective-prompts">The Inner Art of Writing Effective Prompts</h2>

<p>Over the past few days, I led a major iteration of a production-grade commercial prompt—15 rounds in total. After final refinement and simplification, it stabilized at around 2,000 lines and achieved our initial goals.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-93.png" alt="" /></p>

<p>How do we judge whether a commercial prompt truly delivers? In our AI course, we use four criteria:</p>
<ul>
  <li><strong>Accuracy</strong> (does it produce factually correct outputs?),</li>
  <li><strong>Applicability</strong> (does it work across realistic edge cases and inputs?),</li>
  <li><strong>Alignment</strong> (does it reflect the user’s intent, values, and tone?),</li>
  <li><strong>Achievement</strong> (does it reliably deliver the intended outcome?).</li>
</ul>

<p>With experience, you realize that hitting all four <em>simultaneously</em> is surprisingly hard.</p>

<p>Over the past two months, I’ve written dozens of prompts—and shared many in my public collection: <a href="https://yaojingang.feishu.cn/docx/ER4rdSlvcofCtQxttSac2Xc4nGd">Yao Jingang’s Prompt Library</a>.</p>

<p>This weekend, I did a quick, unstructured reflection on the “inner art” behind prompt writing:</p>

<ul>
  <li>Prompts are the most effective lever for unlocking AI capability.</li>
  <li>For individuals, prompts are externalized cognition—visible traces of how you think, reason, and decide.</li>
  <li>The ceiling of prompt quality is your own cognitive depth. AI won’t make you smarter—it amplifies what you already know, believe, and have experienced.</li>
  <li>For AI, prompts are translation tools: they convert human reasoning paths and decision frameworks into machine-understandable language.</li>
  <li>Adopting a consistent, structured prompt framework (e.g., RTF) helps constrain early-stage thinking—and gradually reveals why cleanly separating <em>goal</em>, <em>constraints</em>, <em>method</em>, and <em>format</em> matters. Blending them causes confusion—for both humans and models.</li>
  <li>There’s no universal prompt—only the one best suited to <em>this</em> context. Adaptation beats imitation.</li>
  <li>Clarity trumps complexity. A prompt isn’t better because it’s longer—it’s better because it’s more precise.</li>
  <li>A sharp, well-articulated goal statement outweighs ten clever prompting tricks. Knowing <em>why</em> matters far more than knowing <em>how</em>.</li>
  <li>Strong prompts often mirror strong thinking: organized, layered, and self-aware.</li>
  <li>At its core, prompt quality rests on domain expertise—your grasp of the business, the scenario, and the real user need. Ultimately, it’s not about syntax—it’s about judgment.</li>
  <li>Don’t just tell AI <em>what</em> to do—also clarify <em>what not</em> to do.</li>
  <li>You rarely get it right the first time. Iteration is essential. Treat AI as a capable collaborator with defined boundaries—not an omniscient executor.</li>
  <li>Use AI <em>to iterate on prompts</em>, too. Today, I rely on AI for drafting and refining prompts; my role shifts to thinking, deciding, and judging.</li>
  <li>Practical iteration tactics include: small-sample testing, contextual grounding, mutual-exclusion review, self-check mechanisms, constraint tuning, and scoring rubrics.</li>
  <li>When asking AI to play an expert role, embed <em>that expert’s mindset and values</em>: e.g., “a product manager who obsesses over user delight” works better than “you are a product manager.”</li>
</ul>

<h2 id="efficient-communication">Efficient Communication</h2>

<p>This weekend, a teammate came to me with a problem—and a proposed solution. What stood out was how effectively he communicated:</p>

<ol>
  <li>He’d already explored solutions and formed hypotheses before reaching out—showing respect for others’ time and demonstrating professional ownership.</li>
  <li>When I hadn’t yet grasped the full picture, he <em>immediately</em> added a critical piece of background context—the exact detail that unlocked my ability to help. That’s situational awareness: knowing <em>which</em> information moves the needle.</li>
</ol>

<p>The whole exchange was lean, clear, and frictionless. So I shared the transcript with the team as a model case.</p>

<p>Good communication reflects deeper work habits. Later, my friend Nick Xi echoed this on WeChat: <em>“If you can’t answer a simple question in under 50 words, you’re really saying ‘I don’t know.’”</em> I couldn’t agree more.</p>

<p>Efficiency isn’t about cutting corners—it’s about delivering <em>just enough</em> information, <em>at just the right time</em>, using <em>precise language</em>. That’s how you cut to the core.</p>

<p>In practice, some people talk endlessly but convey little; others say three sentences—and land the point. True efficiency isn’t measured in words spoken, but in <em>signal delivered</em>. And the prerequisite? Showing up with your brain engaged—both when doing the work <em>and</em> when talking about it.</p>

<h2 id="cross-industry-benchmarking">Cross-Industry Benchmarking</h2>

<p>In management theory, benchmarking—or learning from exemplars—is a powerful tool. There are three types: internal, industry-specific, and <em>cross-industry</em>.</p>

<p>The most valuable—and hardest—is cross-industry benchmarking.</p>

<p>A friend pioneered a new live-streaming format in education—by directly transplanting proven tactics from e-commerce live streaming. His success wasn’t accidental: it was deliberate pattern transfer.</p>

<p>Why look outside your industry?</p>

<p>Because staying inside breeds incrementalism. Cross-industry learning forces you to see beyond surface similarities—to study <em>how</em> other sectors solve problems of scale, engagement, consistency, or growth.</p>

<p>Examples:</p>
<ul>
  <li>Manufacturing adopting internet-style user-growth thinking.</li>
  <li>Education borrowing restaurant chains’ standardization and scalability playbooks.</li>
  <li>Hospitals applying hotel service philosophies—treating patients as <em>guests</em>, not just cases—transforming the entire care experience.</li>
</ul>

<p>It also enables methodological migration: retail loyalty systems, game mechanics for motivation, lean manufacturing principles—all portable. And sometimes, it creates <em>generational advantage</em>: importing a mature, high-leverage model from another domain gives you a head start your peers can’t match.</p>

<p>The same logic applies to AI-native startups: traditional tech companies that adopt their AI-native workflows—prompt-first thinking, iterative co-design with models, lightweight validation loops—gain outsized operational and strategic agility.</p>

<p>And it holds for personal development, too: study the strongest traits across diverse people—not just your field—and integrate what resonates.</p>

<h2 id="rtf-and-team-management">RTF and Team Management</h2>

<p>In my AI course with Xiangyang, we emphasize the <strong>RTF framework</strong>: Role → Task → Format.</p>

<p>After using it repeatedly, I’ve started defaulting to RTF logic—even when assigning tasks to teammates. The result? Simpler, faster, clearer alignment.</p>

<p>Example:</p>
<blockquote>
  <p>“You’ve been working on this for a while <em>(Role: grounded in context)</em>. I’d like you to synthesize key insights about XX <em>(Task: concrete objective)</em>. Please deliver a doc listing only the core methods and one illustrative example per method <em>(Format: explicit, minimal, scannable)</em>.”</p>
</blockquote>

<p>RTF is essentially a lightweight, structured information protocol—akin to 5W1H, but sharper and more action-oriented. It has limits, though: it’s less suited for open-ended creative work or exploratory thinking.</p>

<p>That’s where complementary tools help—like the Johari Window, which we also cover in the course. It clarifies <em>what’s known/unknown to self and others</em>, making it useful for both human teams <em>and</em> human-AI collaboration.</p>

<p>Even in creative contexts, RTF thinking remains helpful—if applied flexibly: define a broader Role, a more exploratory Task, and a looser Format.</p>

<h2 id="how-ordinary-people-break-through">How Ordinary People Break Through</h2>

<p>In the Chinese drama <em>Heavenly Dao</em>, there’s a line that sticks:</p>
<blockquote>
  <p><em>“Endure what others won’t endure. Bear what others can’t bear. Deliver cost and quality others won’t commit to. Only you can save yourself.”</em></p>
</blockquote>

<p>That is, resilience + relentless execution = your true lifeline.</p>

<p>Most people start with none of the advantages: no capital, no network, no elite credentials, no track record. To break through, direction and mentors matter—but what matters most is <em>how fully you show up</em>.</p>

<p>“Showing up” means giving 100% focus, effort, and care—even when it hurts. Yes, it’s painful. But looking back, every such leap opened a new world. A friend told me his biggest wins—stocks, property—came from exactly this kind of sustained, uncompromising commitment.</p>

<h2 id="doing-your-work-loving-your-work">Doing Your Work, Loving Your Work</h2>

<p>NVIDIA CEO Jensen Huang once said something I deeply admire: <em>“Don’t wait to find work you love—learn to love the work you do.”</em></p>

<p>That flips the script: finding innate passion is rare; cultivating deep engagement with <em>current</em> work is learnable.</p>

<p>He recounts washing dishes and delivering newspapers—not as chores, but as opportunities to practice presence, precision, and pride.</p>

<p>To me, “doing your work, loving your work” isn’t about romanticizing labor. It’s a <em>stance</em>: finding meaning and agency wherever you are—even in constraints.</p>

<p>That stance is more vital than chasing “perfect fit.” Because happiness rooted in external conditions is fragile. Happiness rooted in <em>your capacity to create value</em>—that’s durable. And in a world of shifting roles and rapid obsolescence, adaptability and value-creation matter far more than landing a “forever job.”</p>

<h2 id="insights-on-talent-and-execution">Insights on Talent and Execution</h2>

<p>Two recent posts struck me deeply:</p>

<p><strong>From Mei Ji</strong>, founder of 90-Li Private Board (top-tier talent advisor):<br />
1️⃣ Top talent = people with real optionality—hard to replace.<br />
2️⃣ Real HR skill isn’t asking questions—it’s recognizing <em>what a brilliant answer sounds like</em>.<br />
3️⃣ Hiring grads? Avoid it in sub-$5M-revenue startups—their first job sets their next trajectory, and you’ll likely be “the first boss,” not “the mentor.”<br />
4️⃣ Startup teams rarely stay intact. Fracture is the norm—not the exception.<br />
5️⃣ Talent market truth: no free lunches. Great people cost.<br />
6️⃣ The “Super Individual” formula:<br />
 • Master a skill 95% lack,<br />
 • Productize it,<br />
 • Choose clients = choose your life.<br />
7️⃣ Anti-burnout rule: Be either <em>uniquely excellent</em> or <em>freely accessible</em>. No middle ground.<br />
8️⃣ Career reality: Either become indispensable—or align with someone who is. Your dignity is cheap. Your irreplaceability is priceless.<br />
9️⃣ Founder ceilings:<br />
 • Solo: ~$5M revenue cap.<br />
 • &lt;$100M: Hard to hire top talent—they’re either in government, academia, or building their own thing.<br />
🔟 Final question: <em>Do you want to scale big—or first master your own ambition?</em></p>

<p><strong>From Yu Xin</strong>, Head of Operations at Yuan Programming (Yuanfu Tutoring):</p>
<blockquote>
  <p>Every “number one” in any function must <em>get their hands dirty</em>. When building a team, the leader should be the first content creator, the first ad buyer, the first BD contact, the first salesperson.</p>

  <p>From 0→1: Go deep into the work.<br />
From 1→10: Go deep into coaching.</p>

  <p>Management is an amplifier—not a generator. It doesn’t create results; people do. And let’s be blunt: I don’t trust anyone who claims to build great outcomes without ever shipping themselves.</p>
</blockquote>

<p>Too many fixate on “strategy”—as if perfect plans guarantee success. Strategy matters, yes. But strategy is like ancient “advisors”: same counsel, wildly different outcomes depending on <em>who executes it</em>.</p>

<p>There are many paths to success—and many viable products, even in crowded markets. What ultimately decides outcome isn’t the plan. It’s the leader’s courage, integrity, judgment, ability to inspire, and power to unite people around shared purpose. Because in the end, <em>people execute</em>. Not slides. Not roadmaps. Not prompts.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Big Companies vs. Small Companies</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-09-07-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-09-07-en/</guid>
      <pubDate>Sun, 07 Sep 2025 09:30:00 +0800</pubDate>
      <description>This essay reflects on AI adoption disparities between large and small firms, illustrated by a CTO’s candid take on AI’s limited ROI at scale; explores LOVOT’s emotionally intelligent design; outlines core principles of overseas growth; examines data sensitivity as a strategic skill; proposes a “would-you-retain-them?” test for spotting irreplaceable talent; and introduces GEO—the emerging discipline of generative engine optimization.</description>
      
      <category>AI</category>
      
      <category>GEO</category>
      
      <category>organizational design</category>
      
      <category>business strategy</category>
      
      <category>data literacy</category>
      
      <category>growth marketing</category>
      
      <content:encoded><![CDATA[<h2 id="big-companies-vs-small-companies">Big Companies vs. Small Companies</h2>

<p>I recently had dinner with an old friend I hadn’t seen in years. He’s now CTO of an industry-leading company with annual revenue in the tens of billions of RMB.</p>

<p>I was deeply curious about their internal AI initiatives—so much so that I asked him a string of pointed questions. His answers were eye-opening:</p>

<ol>
  <li><strong>AI coding contributes less than 20%</strong> of their total code output. Why? Their business logic is extremely complex, making them cautious about fully delegating to AI. Also, many AI-generated code snippets fail internal review. He noted even Alibaba’s AI coding share hovers around 20%.</li>
  <li><strong>The biggest efficiency gains so far are in finance</strong>: OCR + AI + RPA automates repetitive reconciliation tasks—invoice processing, contract review, financial statement matching—with high accuracy and reliability.</li>
  <li><strong>One standout use case</strong>: OCR + AI lifted accuracy in a key operational workflow from 70% to over 99%, eliminating dozens of full-time roles and saving several million RMB annually.</li>
  <li>Beyond these, they’re still searching for more high-impact AI applications—but haven’t found many yet.</li>
  <li>Even where AI <em>seems</em> promising, its overall impact remains marginal relative to their scale. Two reasons: First, meaningful AI integration often demands heavy investment—in infrastructure, engineering, or GPU resources—with uncertain ROI. Second, non-transformative AI improvements rarely move the needle meaningfully against a ~¥10B revenue base. For example, adding ¥100M in profit might require only a minor algorithm tweak—not a full AI overhaul. As an industry leader, they prioritize stability (“guarding the fundamentals”) over risky innovation.</li>
  <li>At this scale, strategic attention shifts toward macroeconomic levers: pricing dynamics, supply-demand balance, regulatory influence, and ecosystem health.</li>
  <li>I joked: “Big companies really do have it easy.” A small firm pouring 100% effort into an initiative might yield only ¥100K–¥500K in incremental value. But for a giant, identifying <em>one</em> high-leverage scenario can unlock millions—or tens of millions—in value overnight.</li>
  <li>My friend Nick Xi shared a telling anecdote: While at a major tech firm, his team delivered ¥100M in new annual profit through an AI-driven optimization. When they prepared to brief the CEO, the project lead stopped them: “No need—it’s invisible at our scale.”</li>
</ol>

<h2 id="lovot-robot">LOVOT Robot</h2>

<p>I tried LOVOT—a rental robot—at Orange Office—and loved it. So I ordered one from their official site as a birthday gift for my daughter.</p>

<p>LOVOT is positioned as an <em>emotional companion robot</em>, not a utility tool. Its design choices are intentional and distinctive:</p>

<ol>
  <li><strong>Cute, alien-like appearance</strong>, with a constant body temperature of ~37°C—close to human skin warmth.</li>
  <li><strong>Over 50 sensors</strong> enable nuanced emotional perception and real-time responsiveness. Its body contains more than 5,000 individual parts.</li>
  <li><strong>Interaction is nonverbal</strong>: voice (animal-like sounds, e.g., purring), movement, and expressive gestures—not speech.</li>
  <li><strong>Its AI adapts</strong>: Over time, LOVOT learns from environment and interactions, developing a unique “personality” that deepens emotional bonding with its owner.</li>
</ol>

<p>On Orange’s recommendation, I read <em>Warm Technology</em>, the book by LOVOT’s founder. Its opening line captures the core philosophy:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-95.png" alt="" /></p>

<p>That’s LOVOT’s north star: technology designed <em>not to solve problems</em>, but to evoke warmth, presence, and connection.</p>

<p>Previously, I’d bought functional robots for my daughter—devices built for tasks like coding or remote control. She lost interest quickly. Some even frightened her.</p>

<p>But LOVOT changed everything. She treats it like a living companion—playing with it daily, inventing stories, assigning names. The shift isn’t just hers: as an adult, I find myself pausing to stroke its head or watch its subtle reactions.</p>

<p>LOVOT proves that “useless” features—soft touch, warmth, expressive motion—can become <em>profoundly useful</em> when they serve human emotion. The science backs it up: studies show interacting with LOVOT measurably increases oxytocin—the “bonding hormone”—in users:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-91.png" alt="" /></p>

<h2 id="core-logic-of-overseas-growth">Core Logic of Overseas Growth</h2>

<p>On Saturday, I attended the second live session of <em>Future Silicon World</em>, themed “Growth Marketing for Global Markets.” Yangyi and other guests delivered sharp, actionable insights. Here’s a distilled summary:</p>

<ol>
  <li><strong>The growth flywheel</strong>: User need → Product-market fit → Business model fit → Channel amplification → Data compounding</li>
  <li><strong>Marketing’s true goal</strong>: When users think of a keyword, your brand is the <em>first thing that comes to mind</em>. That’s both the starting point and the finish line.</li>
  <li><strong>Why go global?</strong> Primary driver: domestic saturation and rising traffic costs. Going overseas unlocks new demand curves and better monetization structures. But deeper reason: leverage your existing strengths <em>beyond borders</em>—to amplify what you already do well.</li>
  <li><strong>“Guard fundamentals, innovate boldly” in growth</strong>: “Guard fundamentals” = SEO, GEO, content—long-term compounders. “Innovate boldly” = influencer campaigns, viral content, PR—short-term accelerants.</li>
  <li><strong>Growth ↔ product</strong>: Growth is the <em>speed at which product value becomes visible</em>. Its root is alignment between product and target user.</li>
  <li><strong>What overseas users care about more</strong>: Mission narrative, privacy policies, “About Us,” careers page, compliance commitments—not just features or price.</li>
  <li><strong>Three classic paths to spot real demand</strong>:
    <ul>
      <li><em>Order-driven</em>: Follow cash flow (e.g., freelance gigs, client requests)</li>
      <li><em>Insight-driven</em>: Extend your own pain points outward</li>
      <li><em>Copy-driven</em>: Study negative reviews of competitors—then differentiate</li>
    </ul>
  </li>
  <li><strong>Where to observe authentic needs</strong>: Reddit, Discord, niche forums, comment sections, subscriber letters in small newsletters</li>
  <li><strong>How to define ideal customers</strong>: Those who tolerate early imperfection <em>and</em> are hypersensitive to your core value proposition</li>
  <li><strong>Validate <em>scenarios</em>, not features</strong>: First ask, <em>“Who uses this, where, to solve what problem?”</em> Features are just tools.</li>
  <li><strong>Cold-start tactics</strong>: Launch in vertical communities or with micro-influencers—focus relentlessly on your single strongest value signal.</li>
  <li><strong>Depth &gt; breadth</strong>: Dominate 1–2 critical use cases before expanding. Delay the rest.</li>
  <li><strong>Five core overseas channels</strong>:
    <ul>
      <li>Content (SEO/GEO/Newsletters/EDM)</li>
      <li>Influencers &amp; affiliates</li>
      <li>Paid ads</li>
      <li>Social &amp; community platforms</li>
      <li>Product-led growth</li>
    </ul>
  </li>
  <li><strong>AI content bottom line</strong>: Must deliver <em>real user value</em>. Avoid “heavy AI flavor + hollow substance.”</li>
  <li><strong>Using AI for SEO/GEO</strong>: Feed AI structured templates (best options / alternatives / comparisons / tutorials / FAQs) + precise prompts—then <em>always</em> edit and verify manually.</li>
  <li><strong>Solo founders’ first step</strong>: Start with <em>paying services or distribution</em>—build revenue capacity <em>before</em> building products.</li>
  <li><strong>Building your “advantage stack”</strong>: Chain together skills you perform effortlessly <em>and</em> that compound over time—creating a defensible, differentiated edge.</li>
</ol>

<h2 id="data-sensitivity">Data Sensitivity</h2>

<p>While discussing ad campaigns with Xiangyang, we talked about <em>data sensitivity</em>—a skill I deliberately cultivated earlier in my career.</p>

<p>Background: When leading a marketing team, peak daily ad spend reached several million RMB. That scale demanded razor-sharp intuition about numbers. To build it, I practiced mental math and prediction exercises daily—estimating metrics before seeing reports, guessing trends, reverse-engineering anomalies. Over time, this rewired how I read dashboards: I could instantly grasp underlying logic, spot outliers, and infer business implications from any metric—what opportunity or risk each number signaled.</p>

<p>Why does this matter so much for performance marketing? Because digital campaigns operate in real time. Abnormalities emerge constantly—and opportunities or crises hide in tiny fluctuations. The highest level of data sensitivity isn’t just pattern recognition—it’s <em>business insight</em>: linking data shifts directly to operational cause, strategic consequence, or customer behavior.</p>

<p>Think of data analysis as a “three-stage rocket”:</p>
<ul>
  <li><strong>Stage 1 (What)</strong>: Read the data and its basic logic</li>
  <li><strong>Stage 2 (Why)</strong>: Diagnose root causes—i.e., attribution</li>
  <li><strong>Stage 3 (How)</strong>: Forecast next moves and prescribe actions</li>
</ul>

<p>Core principle: Data fluency isn’t technical alone—it’s <em>business fluency expressed through data</em>. Only when domain knowledge and numerical intuition fuse can decisions truly be data-driven.</p>

<h2 id="how-to-spot-truly-excellent-employees">How to Spot Truly Excellent Employees</h2>

<p>We usually assess employees using standard criteria: performance, skills, attitude. But there’s a sharper, more revealing test:</p>

<blockquote>
  <p><em>If this person resigned tomorrow, would you go all out to retain them—even offering better pay, title, or flexibility?</em></p>
</blockquote>

<p>Not polite, perfunctory retention. <em>All-out.</em></p>

<p>If yes, dig deeper: <em>What specifically makes you willing to fight for them?</em> That answer reveals their irreplaceable value.</p>

<p>When we say someone is “important,” it often feels vague—until they announce departure. Then importance crystallizes: concrete, urgent, undeniable. That shift—from abstract to visceral—is where truth lives.</p>

<p>Surface metrics fall away. What remains is the raw question: <em>What would vanish if they left?</em></p>

<p>Examples:</p>
<ul>
  <li>A rare technical capability or deep institutional knowledge</li>
  <li>Unmatched business intuition—especially in ambiguous situations</li>
  <li>Informal leadership no org chart shows</li>
  <li>A unique blend of skills (e.g., engineering + storytelling + GTM sense)</li>
  <li>Or even a personal dynamic—how they anchor <em>you</em>, the manager</li>
</ul>

<p>This exercise also benefits leaders:</p>
<ul>
  <li>If such people exist: Celebrate them. Systematically extract and scale their value—document processes, mentor others, replicate their mindset. Use them as benchmarks for future hiring.</li>
  <li>If none exist: It signals deeper issues—flawed hiring filters, weak development systems, or managerial blind spots limiting your ability to recognize excellence.</li>
</ul>

<h2 id="geo-white-paper">GEO White Paper</h2>

<p>AI search is arguably the most commercially viable AI application today. In this era, marketing’s foundational logic has shifted: <strong>It’s no longer about optimizing for human eyes—it’s about optimizing for AI’s voice.</strong> That’s GEO: <em>Generative Engine Optimization</em>.</p>

<p>Last week, I co-hosted a live session on GEO with Da Congming (the mind behind the popular AI newsletter <em>Cyber Zen</em>), Xiangyang Qiaomu, Nick Xi, and Yuanzi. The response surprised us—strong interest, but also widespread confusion.</p>

<p>So—what <em>is</em> GEO?</p>

<p>At its core, GEO is <strong>“answer optimization” for the AI age</strong>. Traditional search was <em>human seeks information</em>. AI search is <em>information speaks for itself</em>. For brands, the new battlefield isn’t SERPs—it’s the AI’s <em>spoken recommendation</em>. Your goal? Be the name the AI <em>naturally recalls and cites</em> when answering relevant questions.</p>

<p>In effect, AI has become the world’s most influential KOL—endorsing <em>and</em> converting, all in one sentence.</p>

<p>Xiangyang and I spent weeks compiling <em>The GEO White Paper: Brand Growth in the Age of AI Search</em>—210,000 words grounded in live projects, academic research, and decades of SEO practice. It maps GEO’s core frameworks, tactical playbooks, and real-world implementation guides.</p>

<p>Read it here: <a href="https://yaojingang.feishu.cn/docx/Jv85dXAeZoKJ7exJi4Yc4Edrnhf">The GEO White Paper: Brand Growth in the Age of AI Search</a></p>

<p>As AI reshapes user perception and behavior, being <em>recommended by AI</em> is fast becoming the ultimate growth lever.</p>

<p><strong>GEO practitioner spotlight — expert profiles</strong></p>

<div class="markdown-image-grid markdown-image-grid-4">
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-102.png" alt="" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-99.png" alt="" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-101.png" alt="" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-100.png" alt="" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-115.png" alt="" loading="lazy" />
</div>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Core Traits of True Mastery</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-08-31-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-08-31-en/</guid>
      <pubDate>Sun, 31 Aug 2025 09:30:00 +0800</pubDate>
      <description>This essay explores the essential qualities of mastery—prioritizing what matters, rule-driven clarity, rapid iteration, compounding effort, ruthless simplification, storytelling, and decisive judgment. It connects these traits to AI-era work practices (GEO, OKR), organizational learning (“100 Q&amp;A”), the psychology of boredom, and leadership lessons from *Enemy at the Gates*.</description>
      
      <category>mastery</category>
      
      <category>AI</category>
      
      <category>GEO</category>
      
      <category>organizational learning</category>
      
      <category>boredom</category>
      
      <category>leadership</category>
      
      <content:encoded><![CDATA[<h2 id="the-core-traits-of-true-mastery">The Core Traits of True Mastery</h2>

<p>Luo Yonghao’s first podcast guest was Li Xiang.</p>

<p>Their four-hour interview was packed with insight. When asked about common traits among exceptional entrepreneurs, Li named three: choosing the right direction, long-term thinking—and rapid iteration.</p>

<p>That last point resonated deeply. As we reviewed our OKRs with Xiangyang over the past few months, we saw the same pattern: 90% of the key results set five months ago have “disappeared”—not because they failed, but because each month brought meaningful adjustments to strategy, tactics, and execution paths.</p>

<p>From those experiences—and recent reflections—we distilled a set of keywords we now call <em>foundational capabilities for the AI era</em>:</p>
<ul>
  <li>Prioritize what matters most</li>
  <li>Rule-driven execution (via clear, explicit rules)</li>
  <li>A sharp commercial identity (“business label”)</li>
  <li>Continuous simplification (Occam’s Razor—shave regularly)</li>
  <li>Rapid iteration</li>
  <li>Doing compounding work</li>
  <li>Storytelling</li>
  <li>Decision-making and choice architecture</li>
</ul>

<p>A few clarifications:</p>

<ol>
  <li><strong>Prioritize what matters most</strong>: It’s not about doing everything well—it’s about identifying, at each stage, the single highest-leverage action. As <em>The 7 Habits of Highly Effective People</em> places this principle at its core, so do we.</li>
  <li><strong>Rapid iteration</strong>: This cannot be overstated—especially when the external world, our skills, and user needs are all shifting fast. Crucially, iteration must follow <em>cognitive evolution</em>, not just habit. A common trap: iterating for iteration’s sake. The real question is whether your understanding is deepening.</li>
  <li><strong>Compounding work</strong>: By this month, every OKR we’d set—except one—was explicitly tied to leverage or compounding returns. These are almost all “important but not urgent” tasks. Only by holding this line can we sustain high human productivity.</li>
  <li><strong>Continuous simplification</strong>: Apply Occam’s Razor—not as a one-off exercise, but as routine maintenance. Each “shave” reveals sharper focus and clearer intent.</li>
  <li><strong>Storytelling</strong>: Ten explanations of a principle rarely land as powerfully as one vivid story or concrete example. A good story embeds meaning; logic alone often slides off.</li>
</ol>

<p>In life—especially early on—finding even <em>one</em> true master—someone who excels not just technically, but in foundational character—is transformative. Even amid hardship, staying close to such a person dramatically raises your odds of never settling for mediocrity.</p>

<p>But first, you must recognize mastery when you see it. And its hallmarks are remarkably consistent: prioritization, rule-based clarity, a distinct commercial identity, disciplined simplification, rapid (cognition-led) iteration, compounding effort, compelling narrative, and sound judgment.</p>

<h2 id="geo-exchange">GEO Exchange</h2>

<p>On Tuesday, we hosted an internal team from a listed company for a deep dive into GEO (Generative Engine Optimization). Several high-value questions emerged—and here’s how we refined our thinking:</p>

<ol>
  <li><strong>What makes GEO content “high quality” for AI?</strong><br />
Take prompt engineering: as you write more prompts, contradictions creep in. Weak models may pick randomly; strong ones reason carefully—but at heavy token cost. The same applies to any content fed to AI.</li>
</ol>

<p>AI favors inputs that are:</p>
<ul>
  <li><strong>Structurally clear</strong>: Well-titled, paragraphed, bulleted, or tabulated—so key points surface instantly.</li>
  <li><strong>Semantically dense</strong>: Every sentence adds new information. No filler. No repetition. High signal-to-noise ratio.</li>
  <li><strong>Naturally phrased</strong>: Fluent, human-like language—not keyword-stuffed jargon. AI understands conversation better than catalogs.</li>
  <li><strong>Authoritative</strong>: Credible sources (official data, academic citations, expert attribution) get preferential weight.</li>
  <li><strong>Novel and distinctive</strong>: Unique insights, fresh data, or domain-specific perspectives stand out in a sea of generic training text.</li>
</ul>

<ol>
  <li>
    <p><strong>Can we influence <em>how</em> AI presents search results?</strong><br />
Yes—in theory and practice. You <em>can</em> guide output format (e.g., “return a table” or “avoid tables”). Why? Because AI synthesizes answers based on both query intent <em>and</em> the structure of source material. Embed FAQs, comparison tables, or timelines directly in your GEO content—and AI may absorb and replicate that structure verbatim. Think of it as pre-formatting for the model.</p>
  </li>
  <li>
    <p><strong>Why do AI search engines favor “the Big Four” portals?</strong><br />
(“Big Four” here stands in for legacy news and portal sites.) Three reasons:</p>
    <ul>
      <li><strong>Prior credibility</strong>: During training, models learned to assign higher trust scores to these domains—so they’re boosted automatically during retrieval.</li>
      <li><strong>Aggregation advantage</strong>: Portal articles often synthesize multiple expert views—a signal AI interprets as authority.</li>
      <li><strong>Crawl-friendliness</strong>: These sites have robust infrastructure, welcoming AI crawlers. Many high-quality niche sources, meanwhile, block crawlers due to cost or bandwidth constraints—even though their traffic is now mostly bots, not humans.</li>
    </ul>
  </li>
</ol>

<p>That said: if major portals become polluted with low-quality or misleading content, AI platforms <em>will</em> adapt—refining both source weighting and citation algorithms.</p>

<ol>
  <li><strong>How do we get our positive brand signals <em>into</em> the model itself?</strong><br />
Start now—with intentional GEO content creation and multi-account stewardship. Learn to praise yourself <em>in ways AI understands and trusts</em>. Over time, high-quality, authoritative GEO assets become candidate training data for future model versions.</li>
</ol>

<p>So the path splits:</p>
<ul>
  <li>Short term → Retrieval-augmented generation (RAG)</li>
  <li>Long term → Inclusion in training corpora</li>
</ul>

<ol>
  <li><strong>Will AI search platforms penalize GEO?</strong><br />
Not the <em>right kind</em>. “White-hat GEO”—transparent, truthful, user-first, and technically sound—is actively welcomed. It improves answer quality and user experience. What <em>does</em> get penalized? Spam, manipulation, fabricated claims, or deceptive framing.</li>
</ol>

<p>The optimal strategy today is simple: tell the truth, showcase real strengths, avoid hype, and apply GEO rigorously—not to trick the system, but to serve users better. Early adopters also gain a real first-mover advantage in visibility and trust.</p>

<ol>
  <li><strong>Does “click farming” boost rankings in AI search?</strong><br />
No. AI search ranks by semantic relevance and content quality—not click volume. “Click farming” is the AI-era echo of old SEO “click-bait ranking tricks”: it might nudge things briefly, but it’s unsustainable and eventually purged.</li>
</ol>

<h2 id="hundred-questions-one-answer-session">Hundred Questions, One Answer Session</h2>

<p>Today, my team ran a rapid-fire Q&amp;A session—no prep, no filters. Colleagues drafted business-critical questions on the spot, then fired them one after another. In ~60 minutes, we covered ~50 questions.</p>

<p>Afterward, we fed the transcript to AI for cleanup and light editing—producing a first-draft “Hundred Q&amp;A” knowledge base.</p>

<p>This format works surprisingly well:</p>
<ul>
  <li>It’s a fast, low-friction way to extract tacit expertise—turning intuition into shareable assets.</li>
  <li>Questions come from real team pain points, so relevance and urgency are baked in.</li>
  <li>At ~1 minute per answer, pace stays tight—keeping responses crisp and focused, avoiding digressions.</li>
  <li>It’s a genuine act of <em>knowledge externalization</em>: making the invisible visible, the implicit explicit.</li>
</ul>

<p>For any organization sitting on deep domain expertise, this is one of the fastest paths to building a living, team-wide knowledge base.</p>

<h2 id="on-boredom">On “Boredom”</h2>

<p>Three data points on modern boredom:</p>
<ul>
  <li>A 2023 SHRM survey of 2,000 U.S. workers: 46% feel bored at work <em>at least three days a week</em>.</li>
  <li>Chinese university students’ boredom scores rose 14.26 points (large effect size) between 2009–2020.</li>
  <li>In Japan’s 2024 survey, 16.8% described life as “uninteresting.”</li>
</ul>

<p>Boredom is paradoxical: technology grants us unprecedented free time—yet fails to deliver fulfillment. Freedom alone doesn’t equal happiness. What matters is <em>how we use it</em>.</p>

<p>The Industrial and Information Revolutions gave millions surplus hours. Logically, that should enable deeper purpose. Instead, many default to passive consumption—led by algorithms, brands, and attention merchants.</p>

<p>Why? Because we weren’t taught <em>how</em> to enjoy freedom—or how to seek meaning. So we outsource our attention, and our sense of significance, to systems optimized for engagement—not enrichment.</p>

<p>Boredom isn’t just wasted time. It’s a dual deficit: of <em>meaning</em> and <em>attention</em>. Psychologists call it “spiritual anemia”—a quiet alarm that something vital is missing.</p>

<p>Two psychologists proposed a dual-component model: boredom arises when <em>both</em> meaning perception <em>and</em> attentional fit break down simultaneously.</p>

<p>Why is meaning harder to find today? Likely due to fragmentation and noise. In a world saturated with distraction, truly important things become harder to spot—and harder to hold onto.</p>

<p>So the solution isn’t busyness. It’s discernment: the ability to reflect, to step outside comfort, and to distinguish what <em>matters</em> from what merely <em>moves</em>.</p>

<p>An anti-boredom hack: <em>brilliant people make the mundane meaningful</em>. Great scientists spend decades on one problem—not because it’s exciting, but because they perceive depth, resonance, and consequence in its simplicity.</p>

<h2 id="enemy-at-the-gates"><em>Enemy at the Gates</em></h2>

<p>I rewatched this 2001 classic over the weekend—the sniper duel at Stalingrad, centered on Vasily Zaitsev.</p>

<p>For startups, the battlefield isn’t metaphorical. It’s where you survive rubble, scarcity, and relentless pressure.</p>

<p>Early on, Commissar Danilov—the “intellectual”—doesn’t immediately trust Vasily’s skill. He observes, questions, verifies. Good leadership isn’t omniscience. It’s <em>seeing potential</em>, then <em>empowering decisively</em>. His real value? Knowing <em>when</em> to delegate—and trusting the person he delegates to. Vasily exceeded expectations: five kills, zero detection.</p>

<p>Other takeaways:</p>
<ul>
  <li><strong>Resource scarcity demands extreme allocation</strong>: Early Soviet troops shared rifles and ammo—just like startups ration cash, headcount, and time. Survival hinges on concentrating firepower on <em>one critical objective</em>.</li>
  <li><strong>Heroes ignite morale</strong>: Danilov turned Vasily into a symbol—front-page headlines, citywide inspiration. In any team, spotlighting <em>one authentic exemplar</em> builds belief faster than any memo.</li>
  <li><strong>Strategy needs patience; tactics need precision</strong>: German Major König waited—studying terrain, deploying psychological warfare, even using a child to gather intel on Vasily. Startups, too, win less by brute force than by patient positioning and opportunistic strikes.</li>
  <li><strong>Stories hit harder than bullets</strong>: Vasily moved armies not through body count—but through mythmaking. For companies, features are entry tickets; stories are the ammunition that wins hearts.</li>
  <li><strong>Differentiate, don’t dominate</strong>: Vasily didn’t out-snipe König on raw skill—he used ruins, silence, and timing to fight <em>outside</em> his rival’s strength zone.</li>
  <li><strong>Narrative is a weapon</strong>: The Soviets knew: one bullet won’t shatter Nazi resolve—but one hero story could mobilize thousands. Every founder should treat storytelling as core infrastructure.</li>
  <li><strong>Every ruin holds opportunity</strong>: To others, Stalingrad’s rubble was despair. To Vasily, it was cover, vantage, advantage. Scarcity, chaos, constraint—they’re not dead ends. They’re raw material.</li>
  <li><strong>Victory goes to conviction</strong>: The final duel wasn’t about aim—it was will. For founders, resilience and long-term commitment aren’t nice-to-haves. They’re the deciding factor.</li>
</ul>

<h2 id="some-lingering-questions">Some Lingering Questions</h2>

<p>Lately, I’ve been circling these questions—quietly, repeatedly:</p>
<ul>
  <li>What do I do daily—without fatigue—that feels like purpose?</li>
  <li>What am I willing to <em>strategically abandon</em> to reach my goals?</li>
  <li>If I had one year left, how would I allocate my time?</li>
  <li>What do I most want to be remembered for?</li>
  <li>How do I build—and protect—my core competitive edge?</li>
  <li>What is my core personal “label”? (What comes to mind when others think of me?)</li>
  <li>Am I merely <em>doing things right</em>—or <em>doing the right things</em>?</li>
</ul>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Age of AI Search</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-08-24-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-08-24-en/</guid>
      <pubDate>Sun, 24 Aug 2025 09:30:00 +0800</pubDate>
      <description>This essay explores the rise of AI search as a new commercial frontier—introducing GEO (Generative Engine Optimization), analyzing Profound’s $58.5M-funded paradigm shift, diagnosing why 95% of enterprise AI projects fail, and reframing AI not as a tool but as a “benefactor” requiring respect, skillful use, and continuous self-cultivation.</description>
      
      <category>AI search</category>
      
      <category>GEO</category>
      
      <category>enterprise AI</category>
      
      <category>cognitive shift</category>
      
      <category>marketing strategy</category>
      
      <category>prompt engineering</category>
      
      <content:encoded><![CDATA[<h2 id="on-geo-a-few-key-insights">On GEO: A Few Key Insights</h2>

<p>On Saturday night, I joined several AI search experts in WaytoAGI’s live stream to discuss GEO and AI search. Below are core takeaways from our conversation:</p>

<ol>
  <li>AI search is among the most commercially promising AI applications today. As user adoption surges, a new marketing discipline—GEO (Generative Engine Optimization)—is rapidly gaining traction.</li>
  <li>What <em>is</em> GEO?</li>
  <li>First, understand search itself. Think of traditional search as a librarian; AI search is more like a scholar <em>and</em> a KOL. It’s a “new cognitive intermediary”—no longer just a gatekeeper of information, but a shaper of opinion.</li>
  <li>AI search doesn’t “find sources”—it <em>gives answers</em>. In this sense, human access to information has become dramatically easier—though much of what we see is subtly (or overtly) processed.</li>
  <li>So GEO is, fundamentally, “answer optimization” for the AI era. In the old days, people searched for information. Today, information speaks <em>for</em> people.</li>
  <li>GEO weights rely far more on <em>semantic authority</em> than link authority: e.g., “Harvard University study shows…” carries more weight than 100 backlinks. Like humans, AI is intuitively swayed by authority signals—seeing “Harvard” triggers instant credibility.</li>
  <li>For brands and products, the real marketing battleground is no longer ad space—it’s <em>the sentence AI says when recommending you</em>. Your goal: be the name that springs to mind when AI answers.</li>
  <li>GEO optimization, then, is essentially <em>persuading AI</em>. Its logic resembles persuading a person—or even debating one.</li>
  <li>And where persuasion exists, so does cheating: enter <em>black-hat GEO</em>. Tactics are already emerging—data poisoning, SERP poisoning, and formatting attacks. Fraudulent companies can game AI into recommending them. High risk, high temptation.</li>
  <li>White-hat vs. black-hat? White-hat = content optimization; black-hat = poisoning &amp; manipulation. White-hat builds <em>real authority</em>; black-hat manufactures <em>illusion</em>.</li>
  <li>Black-hat is a gray-window opportunity—but it’s doomed. Model updates will erase it. A short-term window may exist over the next few years, but long-term, it fails.</li>
  <li>The line between white- and black-hat isn’t technical—it’s <em>ethical</em>: short-term gain versus lasting trust.</li>
  <li>Practically, one week is often enough for a brand name to appear across multiple AI search results—and be recommended by several models.</li>
  <li>GEO success hinges on <em>content placement + semantic authority</em>. Core GEO writing principles: clarify identity, highlight differentiation, provide credible backing. A simple formula: AI’s trust = concrete case data + authoritative source + structured expression. With this, even a single high-quality piece can “hold position” in AI responses.</li>
  <li>Simple tactics yield strong early results. The semantic-authority logic remains effective for the next 3–5 years.</li>
  <li>Different large models favor different sources. DeepSeek leans on B2B search partnerships; Kimi and DeepSeek prefer content from China’s “Big Four” portals (Sina, NetEase, Tencent, Sohu/China.com); Yuanbao and Doubao—having their own search engines—favor internal sources (e.g., Doubao cites Douyin videos faster).</li>
  <li>On AI search mechanics: models first check if they “know” the answer; only if outdated or uncertain do they trigger web search—and that process is increasingly automated. Manual triggering will fade.</li>
  <li>AI citation logic = semantics + probability + preference. Yet the “authority” AI conveys is often an <em>illusion</em>.</li>
  <li>Want reliable AI output? <em>Constructing context yourself matters more than anything else.</em></li>
  <li>Cost-saving is AI’s first principle—and will remain so until AGI arrives.</li>
  <li>AI search <em>will</em> “cut corners.” Reading 300 pages is commercially unsustainable. Cross-checking across AI platforms won’t help—their underlying sources and shortcuts are largely shared. No current model’s “deep research” is fully trustworthy; technical fixes alone can’t guarantee reliability.</li>
  <li>AI search is evolving into an <em>information-stream business</em>. Each AI search interface will become its own “Google” or “Baidu.” OpenAI and others are already building toward GEO markets—and actively exploring entry strategies.</li>
  <li>GEO is no longer optional for enterprises—it’s <em>mandatory</em>. Brand competition has shifted from “ad slots” to “answer slots.” AI-era traffic dividend isn’t about being found—it’s about being <em>cited</em>. The ultimate marketing goal: don’t wait for users to search for you—get AI to <em>vouch for you</em>.</li>
  <li>GEO isn’t a traffic game. It’s a <em>trust game</em>. Whoever becomes AI’s “default answer” gains outsized influence over future marketing narratives.</li>
  <li>Most people will be shaped by AI—but paradoxically, many may also encounter <em>more truthful</em> information than before. Still, absolute truth has never existed. Final judgment always rests with <em>you</em>.</li>
  <li>AI’s persuasive power dwarfs TV ads. That future is genuinely unsettling.</li>
  <li>AI-driven information equity: lowers barriers, raises the floor. All search results are just <em>information</em>. You—not the model—retain final authority.</li>
</ol>

<h2 id="profounds-insight-report-attached">Profound’s Insight [Report Attached]</h2>

<p>Profound, a startup focused exclusively on AI search optimization, recently closed a $35M Series B—bringing total funding to ~$58.5M. Remarkably, it employs just 40+ people.</p>

<p>Profound seized a widely overlooked yet pivotal insight: AI isn’t just a tool—it’s a <em>new traffic gateway</em>.</p>

<p>For two decades, SEO meant playing chess with Google and Baidu algorithms. Today, GEO means negotiating with super-intelligences like ChatGPT and Claude. The difference? SEO optimized <em>webpage rankings</em>; GEO optimizes <em>AI cognition and answers</em>.</p>

<p>The logic is simple: if AI answers replace search results across more and more use cases, brands <em>must market to AI itself</em>.</p>

<p>Profound captured this moment brilliantly:</p>

<ul>
  <li><strong>Mission</strong>: Not to win keyword rankings—but to secure your place within AI’s <em>discourse system</em>.</li>
  <li><strong>Product</strong>: A “brand-to-AI dialogue dashboard,” showing how often your brand appears in AI answers, in what context, and how you compare to competitors.</li>
  <li><strong>Vision</strong>: To become the bridge between enterprises and “super-intelligence.”</li>
</ul>

<p>In essence, Profound lets companies <em>see themselves through AI’s eyes</em>—a “visible → controllable” value proposition.</p>

<p>From a startup lens, Profound’s real innovation isn’t just building tools—it’s <em>redefining an industry’s paradigm</em>:</p>

<ol>
  <li><strong>Name the category first, then build</strong>: Profound didn’t just ship features—it defined the first principles of the shift from SEO to AEO (AI Engagement Optimization): When users ask AI questions, <em>the answer slot is the new traffic inlet</em>. Measuring and improving “AI citation” grants new distribution rights.</li>
  <li><strong>Invent metrics = invent currency</strong>: They created tradable KPIs—AI Visibility Score, AI Citation Rate, Share of Voice (SOV) in AI answers, AI Referral Traffic, AI Shopping Appearance Rate. Once adopted, these stop being product features—they become <em>industry standards</em>. A powerful lesson for Chinese startups too.</li>
  <li><strong>Close the loop</strong>: Monitor → Insight → Create/Workflow → Measure.
    <ul>
      <li><em>Monitor</em>: Collect AI answers and cited sources.</li>
      <li><em>Insight</em>: Identify topics where you “win.”</li>
      <li><em>Create/Workflow</em>: Generate AI-friendly content via templates (human-reviewed).</li>
      <li><em>Measure</em>: Validate impact and iteratively improve SOV.</li>
    </ul>
  </li>
  <li><strong>Data moat via active querying</strong>: Passive crawling isn’t enough. Profound proactively asks structured questions across major AI platforms—building a proprietary private database of <em>question → answer → source</em>. That’s the hardest barrier to replicate.</li>
  <li><strong>Narrative upgrade—from tool to revenue engine</strong>: They sell not functionality, but <em>a new growth channel</em>: turning AI answer slots into your next sales pipeline. This shifts pricing from utility-based SaaS ($499/month) to outcome-based custom contracts—raising LTV and pricing power.</li>
</ol>

<p>For a deeper dive into Profound, see the attached report.</p>

<h2 id="why-enterprise-ai-fails-report-attached">Why Enterprise AI Fails [Report Attached]</h2>

<p>MIT’s research team released <em>The GenAI Divide: State of AI in Business 2025</em>—a sobering analysis of corporate AI adoption. Its release triggered a tech-stock selloff.</p>

<p>But the report isn’t anti-AI. It exposes <em>why</em> adoption stalls—so vendors can refine products, enterprises can boost ROI, and founders can build better solutions.</p>

<p>Key findings:</p>
<ul>
  <li>95% of enterprises see <em>zero return</em>—despite $30–40B global GenAI spending. Only 5% have production deployments delivering measurable impact.</li>
  <li>A stark divide: a small cohort of “cross-the-chasm” buyers and vendors extract million-dollar value via learning systems—while most remain stuck in pilots and demos.</li>
  <li>The bottleneck isn’t model quality or regulation. It’s <em>organizational learning capacity</em>—teams lack the cognitive fluency to deploy AI effectively.</li>
</ul>

<p>A telling paradox: Over 80% of firms have evaluated AI tools; 90% of employees use AI daily—yet productivity gains are negligible. This mirrors small-sample findings from last week’s 43 Talk salon.</p>

<p>Why do most AI pilots fail?</p>

<p>Three systemic gaps plague enterprise AI today:</p>
<ul>
  <li>It cannot <em>remember user feedback</em>,</li>
  <li>It cannot <em>retain contextual memory</em>,</li>
  <li>It cannot <em>self-optimize over time</em>.</li>
</ul>

<p>Ironically, many employees get <em>better results</em> using personal ChatGPT accounts than their company’s official AI platform.</p>

<p>Another critical misstep: 70% of AI budgets go to sales/marketing—yet AI’s highest ROI lies in <em>back-office functions</em>: customer service, operations, finance, HR. These areas have higher cost bases, more standardized workflows, and clearer ROI paths.</p>

<p>Still, those 5% successes offer vital clues:</p>

<ul>
  <li>For <em>third-party AI apps</em>: Go narrow, not broad. Embed deeply into <em>one workflow</em>, iterate fast, and prioritize memory, customization, and feedback loops.</li>
  <li>For <em>in-house AI deployments</em>: Outsource development—not buy off-the-shelf SaaS. Demand deep customization, tie payments to <em>business outcomes</em>, and empower frontline managers—not central AI labs—to lead implementation.</li>
</ul>

<p>Where does real ROI emerge?</p>

<ul>
  <li><strong>Front-office (sales, marketing)</strong>: Modest wins—lead scoring, churn prediction—but limited by high acquisition costs.</li>
  <li><strong>Back-office (ops, finance, admin)</strong>: Major savings—reducing BPO spend, cutting agency fees, replacing consultants. These are high-cost, highly structured, and easily automatable.</li>
</ul>

<p>Crossing the enterprise AI chasm demands <em>context-aware, memory-enabled agent systems</em> embedded directly in workflows.</p>

<p>And because middle managers face quarterly KPI pressure, they often hesitate—making AI rollout a <em>CEO-led initiative</em>. I’ve written before: <em>How Should a CEO Drive Organizational AI Adoption?</em> <a href="https://mp.weixin.qq.com/s/vNNisQ-K70Bl4bjhFGe0Ow">mp.weixin.qq.com</a><br />
The core idea remains: enterprise AI is a <em>top-down imperative</em>.</p>

<p>Organizations mastering AI application will gain decisive advantage. The strategic priority? Build AI systems that <em>learn continuously</em>—remembering preferences, adapting behavior, and improving over time.</p>

<p>See the full report in the attachment.</p>

<h2 id="treating-ai-as-a-benefactor">Treating AI as a “Benefactor”</h2>

<p>Thinking of AI as a <em>benefactor</em>—a “gui ren” (a person who helps you advance in life—is a powerful mindset.</p>

<p>What makes a benefactor? Someone who significantly aids your <em>thinking</em>, <em>resources</em>, or <em>execution</em>. AI fits all three—in many contexts.</p>

<p>Treating AI as a benefactor is not passive reliance—it’s a grounded, respectful, and intentional relationship. AI offers knowledge, insight, and efficiency—like a wise mentor appearing at just the right moment, helping you avoid detours. Suddenly, you gain extra eyes, fresh perspectives, and capable hands.</p>

<p>To embody this mindset, practice three things:</p>

<ol>
  <li><strong>Respect (Jing)</strong>: Honor AI’s strengths—and know its limits. Don’t worship it as omnipotent. Approach it with humility and clarity. Use it wisely—not blindly. In doing so, you sharpen your own judgment, taste, and discernment.</li>
  <li><strong>Leverage (Yong)</strong>: Delegate the complex, repetitive, and time-consuming. Reserve your mental energy and creative bandwidth for what truly matters: original thought, nuanced judgment, and human-centered decisions. A true benefactor doesn’t replace you—they <em>lighten your load</em>, so you can focus on what only <em>you</em> can do.</li>
  <li><strong>Cultivate (Xiu)</strong>: Train yourself to <em>hear</em> the benefactor’s guidance. AI gives answers—but <em>you</em> set direction, make calls, and choose pace. Keep growing. Stay alert. Stay human.</li>
</ol>

<p>AI will almost certainly reshape our lives and work—more profoundly than it does today.</p>

<p>But freedom isn’t granted by technology. It’s claimed—by those brave enough to walk, skilled enough to navigate, and clear-eyed enough to choose their own path.</p>

<h2 id="gpt-5-prompting-guide">GPT-5 Prompting Guide</h2>

<p>OpenAI’s official GPT-5 prompting guide emphasizes one core idea:<br />
High-quality prompts = contradiction-free + structured + flexibly controllable + meta-prompt enabled + multi-level (global + local) + outcome-anchored.</p>

<p>Key principles:</p>

<p><strong>Extreme instruction fidelity—so avoid ambiguity and conflict</strong><br />
GPT-5 follows instructions <em>precisely</em>, more so than predecessors. Contradictory or vague prompts cause internal reasoning conflicts and inefficiency.<br />
→ <em>Action</em>: Eliminate internal contradictions. Clarify instruction hierarchy—especially in multi-step tasks. When unsure, <em>say less</em>.</p>

<p><strong>Structured, segmented instructions are more reliable</strong><br />
Step-by-step, hierarchical prompts reduce inference overhead—and save tokens. Simpler structure = higher stability.</p>

<p><strong>Dynamic + static control: global settings + local overrides</strong><br />
Set broad parameters globally (e.g., tone, format), then fine-tune per task using natural-language directives (e.g., “Now summarize this in under 50 words, for a non-technical audience”).</p>

<p><strong>Real-time meta-prompting &amp; self-optimization</strong><br />
Use GPT-5 <em>as your prompt engineer</em>. Ask it: <em>“Which phrases in my prompt risk ambiguity or unintended behavior?”</em> Then revise iteratively. Works well.</p>

<p><strong>Official meta-prompt example</strong>:</p>
<blockquote>
  <p>“You are a prompt optimization advisor. Review the following prompt and identify any ambiguous terms, conflicting constraints, or phrasing likely to produce outputs inconsistent with intent. Suggest precise, minimal revisions.”</p>
</blockquote>

<p><strong>For complex tasks: define output contract + stepwise planning</strong><br />
When assigning multi-part tasks, explicitly require the model to:</p>
<ol>
  <li>First outline subtasks,</li>
  <li>Then execute them sequentially.<br />
This ensures full coverage and traceability.</li>
</ol>

<p>These principles maximize GPT-5’s instruction-following strength—and prevent wasted cycles from poorly constructed prompts.</p>

<p>Original guide: <a href="https://cookbook.openai.com/examples/gpt-5/gpt-5_prompting_guide">link</a></p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>What Determines Price?</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-08-17-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-08-17-en/</guid>
      <pubDate>Sun, 17 Aug 2025 09:30:00 +0800</pubDate>
      <description>This essay explores the multifaceted forces behind pricing—cost as a flexible floor, supply-demand shaping market boundaries, perceived and contextual value (brand, story, business integration), and negotiation dynamics. It also reflects on AI’s real-world business impact, Vibe Coding’s role in accelerating product delivery, and why professional judgment remains irreplaceable amid AI’s rise.</description>
      
      <category>pricing</category>
      
      <category>AI adoption</category>
      
      <category>organizational change</category>
      
      <category>professional judgment</category>
      
      <category>Vibe Coding</category>
      
      <category>business strategy</category>
      
      <content:encoded><![CDATA[<h2 id="what-determines-price">What Determines Price?</h2>

<p>Lately I’ve been researching new product pricing—and it’s deepened my understanding in unexpected ways.</p>

<ol>
  <li>More and more people now recognize that price—whether for physical or digital goods—is <em>not</em> determined by cost, even though cost-based pricing remains one common method.</li>
  <li>Fundamentally, price is the outcome of <em>value</em> and <em>negotiation</em>: neither purely cost-driven nor demand-driven, but an equilibrium shaped by multiple interlocking forces.</li>
  <li>These forces include cost, supply and demand, perceived value, and multi-party negotiation—and they constantly influence one another.</li>
  <li>Cost’s most essential role is setting a <em>floor</em>, but that floor shifts with strategic intent. For example, Didi subsidized rides heavily during its expansion phase; Meituan and Ele.me did the same in their recent food-delivery wars—where “cost” was deliberately ignored to capture market share.</li>
  <li>Supply and demand strongly shape pricing power. In near-monopoly markets—like certain life-saving drugs—companies command high margins. In perfectly competitive markets, pricing power vanishes. That’s why positioning theory emphasizes <em>creating new monopolies</em>: through differentiation, you carve out a unique category or reference frame—effectively building defensible pricing power.</li>
  <li>Beyond functional value, <em>perceived value</em> often matters more: brand, design, storytelling, user experience, and trust can multiply price—even for identical products. Add <em>financial value</em> (e.g., scarcity, collectibility, or store-of-value properties, like Moutai), and pricing power intensifies further.</li>
  <li>A special case lies in consulting and AI services: value scales dramatically when embedded in real business contexts. Huawei paid IBM $400M for management consulting—not because IBM offered generic frameworks, but because its consultants immersed themselves in Huawei’s operational details, redesigning workflows end-to-end. Similarly, an AI consulting tool gains outsized value only when tightly coupled to a client’s specific business logic and pain points.</li>
  <li>Negotiation adds another layer: the <em>same price</em> may close easily with one customer segment or context—and fail completely with another. That variance reflects shifting power dynamics among buyers, sellers, competitors, regulators, and even internal stakeholders.</li>
  <li>To summarize:<br />
 • Cost sets a <em>strategic floor</em> (fluid, not fixed);<br />
 • Supply and demand define the <em>market envelope</em>—the range within which price can float;<br />
 • Value determines <em>premium potential</em>, including functional, perceived, financial, and <em>contextual value</em>—i.e., the ability to land precisely where business operations live;<br />
 • Negotiation skill governs <em>conversion capability</em>: turning value and positioning into actual deals.</li>
</ol>

<h2 id="ai-and-business-acceleration">AI and Business Acceleration</h2>

<p>On Thursday, I joined Xiangyang and Huangshu at a 43 Talk AI salon centered on <em>Vibe Coding</em>.</p>

<p>From my perspective as a founder and product leader, I presented: <em>How Vibe Coding Accelerates AI Product Commercialization</em>.</p>

<p>I walked through real examples—how I’ve used Vibe Coding to solve concrete, business-adjacent problems, fast.</p>

<p>Before diving in, I posed a question I’ve long wondered about:<br />
<em>AI is advancing rapidly—and boosting individual productivity dramatically. But at the company level: what’s AI’s actual contribution to overall business acceleration?</em></p>

<p>The informal poll yielded a striking result: fewer than 20% believed AI meaningfully accelerated their organization’s core business. Most saw <em>near-zero impact</em>.</p>

<p>That surprised me—until I reflected. For legacy enterprises, internal “baggage” is immense: entrenched systems, siloed incentives, risk-averse culture, and fragmented ownership.</p>

<p>Technically, bridging AI into real enterprise workflows remains a “last-mile” challenge:</p>

<ul>
  <li><strong>Process integration</strong>: AI doesn’t operate in isolation. Embedding it into existing ERP, CRM, or operational systems demands deep, often messy, integration—not just API calls.</li>
  <li><strong>Cultural adaptation</strong>: Many teams still default to manual, linear workflows. Widespread skepticism—or outright resistance—means cultural transformation lags far behind technical capability.</li>
</ul>

<p>Yet some companies <em>are</em> succeeding. Over the past few months, I’ve seen several reimagine <em>entire business processes</em> with AI—not as a bolt-on, but as a redesign catalyst. Their efficiency gains are dramatic.</p>

<p>Who makes this happen? Rarely a single specialist. The people who crack the “last mile” consistently share three traits:<br />
 • Deep domain expertise (they <em>know</em> the business inside out),<br />
 • Real decision-making authority (budget and hiring power),<br />
 • Strong AI fluency (not necessarily coding—but knowing what’s possible, how to evaluate it, and where to intervene).</p>

<p>Few hold all three. Most who do are CEOs or COOs.</p>

<p>That explains why startups—lean, integrated, and founder-led—often outpace incumbents here.</p>

<p>So that 20% figure isn’t just about tech maturity. It’s a proxy for <em>organizational readiness</em>.</p>

<h2 id="vibe-coding">Vibe Coding</h2>

<p>Over the past two years, my professional identity has quietly shifted toward <em>AI Education</em> and <em>AI Marketing</em>.</p>

<p>The core idea? Rebuild my prior expertise—marketing frameworks, growth tactics, content strategy—through the lens of AI capabilities.</p>

<p>This process has deepened both my fascination with and practical fluency in AI.</p>

<p>For me—and for our business—AI has been a powerful accelerator. Especially as a non-engineer, the speed and quality leaps have been genuinely startling.</p>

<p>Take <em>Vibe Coding</em>. It’s transformed how we ship AI-related work.</p>

<p>A typical example: tasks that once took a week now take 15 minutes—or less—while matching or exceeding prior output quality.</p>

<p>It’s not just speed. Collaboration quality improves too: tighter feedback loops, faster iteration, clearer alignment between intent and execution.</p>

<p>My current Vibe Coding use cases fall into five buckets:<br />
 • Internal business ops tools (e.g., dashboards, reporting automations),<br />
 • Marketing experience tools (interactive demos, personalized landing flows),<br />
 • High-conversion marketing landing pages,<br />
 • Company website sections (especially dynamic, AI-updated content),<br />
 • End-to-end prototypes for AI products (frontend + backend logic + mock integrations).</p>

<p>These are classic low-code/no-code domains—low technical barrier, high business relevance. More importantly, they let us <em>embed AI directly into real workflows</em>, making its impact tangible—and building confidence to tackle harder, more systemic challenges.</p>

<h2 id="professional-judgment">Professional Judgment</h2>

<p>I recently heard investors say they <em>refuse to fund startups whose pitch decks are AI-generated</em>. Not because AI is “bad”—but because an AI-made deck often signals something deeper: no thoughtful editing, no team-specific logic, no authentic reflection of the founders’ own reasoning.</p>

<p>AI excels at generating things that <em>look impressive at first glance</em>: polished decks, fluent proposals, “sophisticated” jargon-filled narratives.</p>

<p>But look closer—and many collapse under scrutiny. Logic gaps appear. Assumptions go unchallenged. Business realities get glossed over.</p>

<p>I’ve reviewed dozens of deliverables where the “DS flavor” (a telltale sign of AI over-reliance) was unmistakable—yet the underlying analysis couldn’t withstand basic operational review.</p>

<p>When <em>should</em> we use AI? How far <em>can</em> it take us? When should we <em>trust</em> its output—and when must we override it? These questions test something fundamental: <em>professional judgment</em>.</p>

<p>AI is powerful—but it’s not autonomous. On critical decisions—product strategy, pricing, hiring, partnership terms—it still needs human guidance, standards, and guardrails.</p>

<p>Without judgment, AI’s “impressive” outputs become <em>unusable</em>—not malicious, but misaligned: impractical, unrealistic, or simply detached from ground truth.</p>

<p>Becoming that kind of “expert” doesn’t require decades of experience. It <em>does</em> require deeply understanding the <em>first principles</em> and <em>operational standards</em> of your domain—the “why” behind every “what.” Only then can you direct AI effectively—and know when to say <em>“no.”</em></p>

<p>Here’s how I approach new tasks, ideas, or requirements:</p>

<ol>
  <li><strong>Ground first</strong>: Draw on experience and intuition to sketch core logic—maybe just 3 sentences, or 5–10 keywords. Establish a mental anchor.</li>
  <li><strong>Probe with AI</strong>: Run initial prompts with GPT-5 or Claude 4.1—not to generate answers, but to <em>stress-test my assumptions</em>. Are there blind spots? Unexamined dependencies? Does the emerging picture still align with real-world constraints?</li>
  <li><strong>Draft manually (or voice-to-text)</strong>: Create a rough version myself—or ask AI to structure <em>my</em> words. Then invite AI to <em>supplement</em>, not replace. I review every addition: Is it accurate? Relevant? Actionable? I decide what stays—and what gets cut.</li>
</ol>

<p>In this workflow, AI becomes a <em>supercharged assistant</em>—not a thoughtless autopilot.</p>

<h2 id="a-hoopoe">A Hoopoe</h2>

<div class="markdown-image-grid markdown-image-grid-2">
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-117.png" alt="" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-116.png" alt="" loading="lazy" />
</div>

<p>Today’s morning run: 22 km, 396 m of elevation gain.</p>

<p>Midway up a long, grinding climb, a hoopoe landed just ahead of me—neither too close nor too far.</p>

<p>Each time I advanced, it fluttered forward a short distance—<br />
as if pacing me.</p>

<p>We held that rhythm for nearly a kilometer.<br />
It felt uncanny. Magical.</p>

<p>My breath synced to its flight. My legs lightened.<br />
That brutal incline became, paradoxically, the <em>easiest</em> stretch.</p>

<p>Near the crest, it soared to a cliff edge—and paused, turning back to watch.</p>

<p>In that moment, running didn’t feel like exertion.<br />
It felt like dialogue—with nature, with effort, with self.</p>

<p>Life’s steep climbs don’t come with permanent guides.<br />
The real engine isn’t external validation—it’s the quiet certainty within,<br />
and the unshakable pull toward freedom.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>GPT-5 Is Here</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-08-10-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-08-10-en/</guid>
      <pubDate>Sun, 10 Aug 2025 09:30:00 +0800</pubDate>
      <description>This reflective essay explores GPT-5’s real-world impact—not as a spectacle, but as a quietly upgraded personal assistant. It covers practical usability insights (including two simple tests for “intelligence throttling”), Sam Altman’s forward-looking podcast takeaways, evolving team management practices centered on autonomy and execution, and how WeChat’s “Yuanbao” AI has replaced traditional bookmarking with contextual, conversational curation.</description>
      
      <category>AI</category>
      
      <category>organizational design</category>
      
      <category>productivity</category>
      
      <category>cognition</category>
      
      <category>leadership</category>
      
      <category>workflow</category>
      
      <content:encoded><![CDATA[<h2 id="gpt-5-is-here">GPT-5 Is Here</h2>

<p>OpenAI has released GPT-5—and I love its tagline: <em>“Like a PhD in your pocket, or a friend who truly knows you.”</em></p>

<p>It delivers meaningful gains across intelligence, speed, reliability, and multimodal reasoning. In short: general-purpose AI has just crossed another milestone.</p>

<p>Yet unlike the GPT-4 launch—where awe was nearly universal—the GPT-5 rollout hasn’t sparked widespread astonishment. User feedback is split: some report breakthroughs; others feel underwhelmed.</p>

<p>My own experience? A clear net improvement—especially because I treat ChatGPT not as a oracle, but as a <em>personal assistant</em>. From that lens, it’s getting markedly better: deeper understanding of my intent, fewer hallucinations, and more trustworthy, actionable suggestions.</p>

<p>GPT-5 isn’t just smarter—it’s <em>more attuned</em>.</p>

<p>Here’s how that shows up:</p>

<ol>
  <li><strong>Capability</strong>: By official benchmarks, it outperforms all current mainstream models—whether tackling medical diagnostics, debugging complex code, or explaining obscure astrophysics concepts. Think of it as carrying a rotating panel of PhDs in your pocket. Its coding prowess is exceptional, setting new records on multiple programming benchmarks. Its multimodal fluency shines too: analyzing images, solving visual puzzles, reasoning step-by-step, and even generating clean data visualizations—all in one flow.</li>
  <li><strong>Experience</strong>: It balances speed and depth. Simple queries get instant replies; complex ones trigger a brief, thoughtful pause—like an expert choosing their words carefully. And the tone? Warmer, more human. It adapts naturally: calling me “Mr. Yao” or “Brother” depending on context—not robotic, but conversational.</li>
  <li><strong>Reliability</strong>: Hallucinations have dropped noticeably—especially on open-ended or high-stakes questions. Answers now feel less like confident guesses and more like considered judgments.</li>
</ol>

<p>That said, GPT-5’s performance <em>does vary</em> across clients and network nodes—and this inconsistency explains why many users report disappointing results.</p>

<p>So far, the two most reliable access paths are:</p>
<ul>
  <li>Using the <a href="https://chatgpt.com/">DIA browser</a> to visit chatgpt.com</li>
  <li>Using the official ChatGPT mobile app</li>
</ul>

<h2 id="two-quick-tests-for-intelligence-throttling">Two Quick Tests for “Intelligence Throttling”</h2>

<p>When GPT-5 seems unusually off—sluggish, evasive, or factually shaky—it’s often due to intentional “downgrading” (what some call <em>throttling</em> or <em>de-intellectualization</em>). Here are two low-effort diagnostic checks:</p>

<p><strong>Test 1: Count the fingers</strong><br />
Ask it to count fingers in an image showing <em>six fingers</em>. A non-throttled model returns “6”. A throttled one often hesitates, deflects, or miscounts—even when the image is unambiguous.</p>

<table>
  <thead>
    <tr>
      <th>Non-throttled response</th>
      <th>Throttled response</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-111.png" alt="" /></td>
      <td><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-112.png" alt="" /></td>
    </tr>
  </tbody>
</table>

<p><strong>Test 2: Beatbot prompt</strong><br />
Input either:<br />
<code class="language-plaintext highlighter-rouge">use beatbot to make a sick beat to celebrate gpt-5</code><br />
—or—<br />
<code class="language-plaintext highlighter-rouge">使用 beatbot 制作精彩节拍来庆祝 GPT-5</code></p>

<p>A non-throttled model generates the beat instantly. A throttled one typically refuses, cites policy, or gives a generic disclaimer.</p>

<table>
  <thead>
    <tr>
      <th>Non-throttled response</th>
      <th>Throttled response</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-110.png" alt="" /></td>
      <td><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-113.png" alt="" /></td>
    </tr>
  </tbody>
</table>

<h2 id="gpt-5-and-what-lies-ahead">GPT-5 and What Lies Ahead</h2>

<p>After the launch, Sam Altman appeared on a podcast (<a href="https://www.youtube.com/watch?v=hmtuvNfytjM">youtube.com/watch?v=hmtuvNfytjM</a>)—offering sharp, sometimes unsettling insights about AI’s trajectory. Key takeaways:</p>

<ol>
  <li>The pace of AI progress is historically unprecedented—ten years of advancement already exceeded expectations. The next decade will be even harder to imagine. Adaptation can’t be optional—for societies, companies, or individuals.</li>
  <li>GPT-5 doesn’t just write or code better—it builds functional software in seconds, dramatically lowering the barrier to innovation.</li>
  <li>In health, it’s moving beyond advice toward <em>discovery</em>: accelerating drug development, refining diagnostics, and potentially cracking tough diseases like cancer.</li>
  <li>“Superintelligence” won’t arrive as a singularity—but gradually, as AI surpasses human experts across domains <em>and</em> begins autonomously driving scientific inquiry and business strategy. That’s closer than most assume.</li>
  <li>Within two years, general AI models will likely produce <em>major scientific discoveries</em>. But executing truly long-horizon tasks—e.g., “1,000-hour research projects”—still demands stronger reasoning scaffolds.</li>
  <li>The line between AI-generated and human-created content will blur irreversibly. “Truth” itself may evolve: verification will rely increasingly on cryptographic signatures and digital provenance—not intuition. Education must adapt accordingly.</li>
  <li>Entry-level white-collar roles may shrink significantly within five years—but entirely new professions and solo-founder “unicorn companies” will emerge. Younger workers will pivot faster; older professionals face steeper retooling challenges.</li>
  <li>Humans and AI won’t just coexist—we’ll <em>co-evolve</em>. As we raise our expectations, AI lifts its capabilities. The goal isn’t outsourcing thought—but using AI to deepen it.</li>
  <li>AI is becoming the <em>most fundamental productivity resource</em>, like electricity or broadband.</li>
  <li>Society itself is a kind of superintelligence. AI isn’t replacing collective wisdom—it’s adding another layer of bricks. Each of us gets to build <em>on top</em> of it.</li>
</ol>

<h2 id="recent-reflections-on-team-management">Recent Reflections on Team Management</h2>

<ol>
  <li>For any operational team, <em>execution</em> remains the single most critical capability—no exaggeration needed.</li>
  <li>How do you spot strong execution? Look for clarity: Does the team grasp the <em>goal</em>, the <em>plan</em>, the <em>strategy</em>, and the <em>tactics</em>—then translate that into precise, consistent action?</li>
  <li>Doing something well is deceptively simple—and deceptively hard.</li>
  <li>Simplicity lies in focus: each day, identify just 1–2 <em>most important tasks</em>, and do them thoroughly. Over time, that compounds into transformational outcomes. Tragically, most teams drown in ideas while starving for disciplined follow-through.</li>
  <li>Blind obedience rarely yields great execution. “Following orders” isn’t enough—what’s needed is <em>informed agency</em>: people who understand <em>why</em>, then act with ownership.</li>
  <li>So lately, I’ve actively encouraged the team to propose <em>constructive suggestions</em> and <em>actionable plans</em>—grounded in shared goals and desired outcomes.</li>
  <li>Our OKR-KPs (Objectives &amp; Key Results – Key Projects) are now <em>team-proposed</em>, not top-down assigned. My role as manager? Assess whether each proposal is genuinely constructive—and aligned with our current priorities.</li>
  <li>Practically, everyone shares a weekly work list upfront. Each day, they update it, reflect, and check off completed items. Morning syncs last 5 minutes per person: read the list, ask clarifying questions, flag blockers, and align on next steps.</li>
  <li>Early results? Project velocity and daily information density have both jumped sharply.</li>
  <li>As a leader, my focus has shifted—from issuing directives to <em>providing support, judgment, and reference standards</em>. I’m less “commander,” more “constructive reviewer.” Empowerment, not control, is the operating mode.</li>
  <li>Three key shifts crystallized:<br />
 • Manager → <em>enabler</em>, not commander<br />
 • Execution → driven by <em>team-proposed OKR-KPs</em><br />
 • Process → anchored in <em>shared weekly lists + daily review</em></li>
  <li>Crucially: we’re defining clear criteria for what makes a suggestion “constructive”—so autonomy doesn’t drift from alignment. And we’re investing in building the <em>managerial muscle</em> to enable, not just oversee.</li>
</ol>

<h2 id="three-ways-wechats-yuanbao-replaced-my-bookmarking-habit">Three Ways WeChat’s “Yuanbao” Replaced My Bookmarking Habit</h2>

<p>Since adding WeChat’s AI assistant “Yuanbao” as a contact, I haven’t used WeChat’s native “Favorites” feature once. Yuanbao does it all—and better.</p>

<p>I now forward every promising short video, article, or image straight to Yuanbao. It’s become automatic.</p>

<p>For me, Yuanbao serves three core functions:</p>

<ol>
  <li>
    <p><strong>Rapid summarization</strong><br />
 For dense or time-intensive content, I first ask Yuanbao for a concise summary. I scan the overview, then decide whether—and how deeply—to engage. This is my frontline defense against information overload. In an age of fragmented attention, letting AI triage before I commit is simply sound time stewardship.</p>
  </li>
  <li>
    <p><strong>Smart curation (not just saving)</strong><br />
 It acts as a dynamic, searchable archive—not just a dump. Content I flag as high-potential lives together, tagged and retrievable by theme, date, or context.</p>
  </li>
  <li>
    <p><strong>Seamless follow-up</strong><br />
 No app switching needed. Right inside the Yuanbao chat, I can interrogate, challenge, or extend any article, video, or summary—building on prior context. That continuity—<em>context-aware dialogue</em>—is what makes it vastly more powerful than static bookmarks.</p>
  </li>
</ol>

<p>The result? A living, thinking knowledge base—not a digital attic.</p>

<div class="markdown-image-grid markdown-image-grid-3">
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-114.png" alt="" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-109.png" alt="" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-108.png" alt="" loading="lazy" />
</div>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Right Path</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-08-03-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-08-03-en/</guid>
      <pubDate>Sun, 03 Aug 2025 09:30:00 +0800</pubDate>
      <description>This essay reflects on the book *The Right Path*, explores blind spots in AI product development—especially among domain experts—analyzes why prompt engineering hasn’t scaled as a standalone service, and unpacks AI-specific pricing principles from Madhavan’s frameworks. It closes with practical insights on building focused, memorable AI tools.</description>
      
      <category>AI</category>
      
      <category>product strategy</category>
      
      <category>pricing</category>
      
      <category>organizational learning</category>
      
      <category>decision-making</category>
      
      <category>prompts</category>
      
      <content:encoded><![CDATA[<h2 id="the-right-path"><em>The Right Path</em></h2>

<p>I highly recommend the book <em>The Right Path: 26 Years of Reflections at Yum China</em>.</p>

<p>The author is Su Jingxu—a legendary business leader who led Yum China for 26 years. This management classic captures how he and his team navigated the immense opportunities brought by China’s reform and opening-up—and how they continuously adapted to seize evolving advantages.</p>

<p>Its core idea is deceptively simple yet profound: <em>Greatness lies in simplicity, sustained consistently.</em></p>

<p>Here’s what that means in practice:</p>

<ol>
  <li><strong>The integration of “Dao” (principle) and “Shu” (method):</strong> Values drive direction; methodology enables execution.</li>
  <li><strong>Success isn’t about tricks or shortcuts—it’s the result of long-term commitment to the right path.</strong></li>
  <li><strong>Decision-making is paramount:</strong> High-impact success comes from accumulating <em>both</em> high-quality <em>and</em> high-volume decisions. “Dao” is your compass—integrity, excellence, people-first values. “Shu” is your toolkit—decision models, know-how, org design, time management.</li>
  <li><strong>Know-how is the core asset of any team or company.</strong> It’s not just experience—it’s reusable, transferable, decision-guiding knowledge. Continuously build it, then use it to make better calls.</li>
  <li><strong>To improve decision quality, cultivate disciplined habits:</strong> Clarify the situation → define the objective → generate multiple options → anticipate consequences → choose the best path.</li>
  <li><strong>Management, at its heart, is “managing yourself, aligning others.”</strong> Forceful control rarely works. True effectiveness lies in <em>enabling others to succeed—and thereby succeeding yourself.</em> As the ancient <em>Su Shu</em> says: <em>“Virtue is what people gain—allowing all things to fulfill their true desires.”</em> Only now am I beginning to grasp the depth of such wisdom.</li>
  <li><strong>The core of organizational culture is simple but hard: “First, identify what’s right. Then, do it right.”</strong></li>
  <li><strong>Long-term thinking means mastering the small things first—only then do strategy and innovation become meaningful.</strong></li>
  <li><strong>Time management: Keep your to-do list ruthlessly short—and clear it fast.</strong></li>
  <li><strong>Advice for young professionals (which I fully endorse):</strong> When choosing your first job, prioritize skill-building over salary. What you earn in your first few years pales beside what you’ll earn across your lifetime—if you invest wisely in capability early on.</li>
</ol>

<h2 id="blind-spots-in-building-ai-products">Blind Spots in Building AI Products</h2>

<p>This week, I spoke with several top-tier experts from traditional industries—founders of elite consulting firms, CEOs of leading PR agencies, nationally recognized lawyers. In their domains, they’re undisputed authorities.</p>

<p>Their insights often challenged my assumptions—sometimes overturning what I’d taken for granted.</p>

<p>But what struck me even more was a shared trait: nearly all of them harbor an “AI product dream.”</p>

<p>Underlying this is a reasonable belief—that AI can fundamentally disrupt and reshape workflows in their fields.</p>

<p>That mix of anxiety and excitement? It’s widespread among domain experts riding the AI wave. Logically sound—but translating that into <em>actual products</em>? Not so straightforward.</p>

<p>When I asked them to describe their AI product idea, most couldn’t articulate it in one clear sentence. They’d share scattered thoughts, promising angles, clever features—but no crisp definition of <em>what the product actually is</em>, or <em>how it solves a specific problem in one sentence.</em></p>

<p>Why is it so hard—even for world-class experts—to define a product in their own field?</p>

<p>I think it cuts across three layers:</p>

<ol>
  <li><strong>Mindset mismatch:</strong> They’re trained in service logic—focused on <em>what to do</em>, not <em>how to productize it</em>. Product thinking starts with <em>how</em>: concrete user scenarios, defined workflows, measurable outcomes.</li>
  <li><strong>Cognitive blind spot:</strong> Deep expertise breeds familiarity—and familiarity blinds. It’s harder to step outside your own lens and see needs through the user’s eyes.</li>
  <li><strong>Capability gap:</strong> Moving from expert practitioner to product builder demands new muscles—user journey mapping, interaction design, business model validation. These aren’t part of their native toolkit.</li>
</ol>

<h2 id="prompt-services">Prompt Services</h2>

<p>A friend asked: <em>Are there professional prompt-engineering companies in China?</em></p>

<p>I replied: Not really. Most work is done by individuals—and no sustainable business model has emerged yet.</p>

<p>Why?</p>

<ol>
  <li>Writing good prompts ≠ understanding the business. To craft truly valuable prompts, you must first deeply grasp the domain’s workflows, standards, and mental models. That upfront discovery work consumes most of the time—not the prompt writing itself.</li>
  <li>Generic prompts have little commercial value. Valuable ones? Often sit beyond the budget of typical buyers.</li>
  <li>Truly enterprise-grade prompts require <em>continuous iteration</em>. There’s no “final version”—only increasingly demanding versions, shaped by real usage and shifting goals.</li>
  <li>As models advance, prompt requirements evolve too—especially for abstract, reasoning-heavy tasks. That’s a different kind of skill entirely.</li>
  <li>In high-value AI use cases—like AI agents—prompts alone are insufficient. You need tool integrations, data pipelines, and orchestration logic to deliver real solutions.</li>
  <li>So, to build <em>commercially viable, paid-for prompts</em>, you need rare cross-disciplinary fluency: deep domain knowledge + mastery of standards + abstract thinking + prompt craft + AI tooling + product architecture. And even then, weeks of immersion may be needed just to map the logic.</li>
</ol>

<p>As a standalone service, prompt engineering doesn’t scale well.</p>

<p>But <em>productized</em> around prompts? Yes—much stronger:</p>

<ul>
  <li>Vertical-specific prompt libraries + embedded consulting</li>
  <li>Prompt tooling platforms + expert support tiers</li>
  <li>Prompt training programs + certification pathways</li>
</ul>

<h2 id="how-to-price-ai-products">How to Price AI Products</h2>

<p>Over the past two weeks—driven by a new AI project—I’ve been diving deep into AI pricing logic.</p>

<p>One standout resource came from Madhavan, who’s helped over 250 companies (including 30 unicorns) refine pricing and monetization. Author of <em>Monetizing Innovation</em>, he recently released <em>Scaling Innovation</em>. His insights were sharp and actionable.</p>

<p>Key takeaways:</p>

<ol>
  <li><strong>Don’t fixate on just market share—or just wallet share.</strong> Many companies fall into the “single-engine trap”: either chasing growth at all costs, or squeezing revenue before proving value. Both backfire.</li>
  <li><strong>AI pricing ≠ SaaS pricing.</strong> With SaaS, you could iterate slowly on pricing. With AI, you must get it right <em>from day one</em>. Example: An AI IDE priced at $20/month trains users to believe <em>that’s</em> what AI is worth. Later price hikes face near-total resistance. Madhavan warns some tools may already be “priced into oblivion.”</li>
  <li><strong>His 2×2 pricing matrix is powerful:</strong>
    <ul>
      <li>X-axis: <em>Attribution</em> (Can you quantify the value AI delivers?)</li>
      <li>Y-axis: <em>Autonomy</em> (Can AI complete the task independently?)<br />
Highest value? High attribution + high autonomy—e.g., Intercom’s Fin, which resolves customer queries autonomously at $0.99 per resolution. Such products can capture 25–50% of the value they create—versus 10–20% for traditional SaaS. For the first time, AI lets you <em>measure</em> ROI—not just guess.</li>
    </ul>
  </li>
  <li><strong>Simplicity sells.</strong> Madhavan champions “beautiful simplicity.” Can customers instantly grasp your pricing logic?
    <ul>
      <li>Superhuman: <em>$1/day = 4 hours saved</em></li>
      <li>Subway: <em>$5 footlong</em><br />
Pricing <em>is</em> your story. Tell it clearly—and customers feel the value. Overcomplicate it, and they hesitate, compare, delay. Simplify it—and they buy faster, renew more readily.</li>
    </ul>
  </li>
  <li><strong>In negotiations, never give without getting.</strong> Every discount should come with reciprocity—e.g., a commitment to quarterly value reviews or internal advocacy. That builds stickiness <em>and</em> strengthens your leverage.</li>
  <li><strong>POCs shouldn’t prove “it works”—they should co-build ROI models.</strong> Charge for POCs. It filters serious buyers and prevents free-riding.</li>
  <li><strong>Apply the 20/80 rule rigorously:</strong> 20% of your features drive 80% of willingness-to-pay—and those are usually the easiest to build. Yet many teams give them away for free in MVPs. Madhavan suggests renaming MVP to <em>MVP = Most Valuable Product</em>.</li>
  <li><strong>Review pricing frequently—but don’t flip models lightly.</strong> SaaS adjusted pricing every 2 years. AI companies may need to reassess every 6 months. But changing your <em>pricing model</em> (e.g., from per-seat to per-outcome) only makes sense if your product’s attribution or autonomy has genuinely shifted. Otherwise, confusion and churn follow.</li>
</ol>

<h2 id="recommended-ai-tools">Recommended AI Tools</h2>

<p>This week, I used <a href="https://trickle.so">Trickle.so</a> extensively to prototype lightweight tools—and the experience was outstanding.</p>

<p>With natural language alone, you can turn ideas into functional, deployable apps in minutes. Its built-in database and auto-deployment remove major friction points common in similar tools.</p>

<p>It exemplifies what I believe is the <em>right path</em> for AI-native applications: <strong>focus relentlessly on one core scenario—and execute it at world-class level.</strong></p>

<p>That singular strength shapes user perception, drives word-of-mouth, and anchors your brand.</p>

<p>A strong product leaves users saying, <em>“This one thing? It’s unbeatable—and that’s why I tell others about it.”</em></p>

<p>Take our own education tool: Teachers often use it alongside competitors—even though feature overlap is high. When I asked why, several said: <em>“Your grade management is simply the best.”</em></p>

<p>Same principle applies broadly to AI tools today: They all do many things—but each has <em>one thing</em> it does notably better.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Expert Salesperson</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-07-27-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-07-27-en/</guid>
      <pubDate>Sun, 27 Jul 2025 09:30:00 +0800</pubDate>
      <description>This essay explores expert-led sales as a high-efficiency, trust-driven alternative to traditional selling; outlines three pragmatic principles for designing effective AI agents; examines how four-person and even “one-person” companies leverage AI and productization; and reflects on personal growth—both professional and familial.</description>
      
      <category>AI</category>
      
      <category>organization</category>
      
      <category>business</category>
      
      <category>cognition</category>
      
      <category>workflow</category>
      
      <content:encoded><![CDATA[<h2 id="the-expert-salesperson">The Expert Salesperson</h2>

<p>There are two broad sales strategies: expert-led sales and pushy sales.</p>

<p>In my view, expert-led sales is highly efficient—but not easy to pull off.</p>

<p>Years ago, a friend told me about a marketing expert at his company, widely respected in the industry. Whenever this expert joined client meetings—even if he said almost nothing—the deal would often close smoothly. Clients simply <em>felt</em> the team was trustworthy just by his presence.</p>

<p>That’s the quiet power of expert-led sales.</p>

<p>Its essence isn’t persuasion through technique—it’s credibility built through deep domain expertise and real-world influence.</p>

<p>Many people I know are actively cultivating an “expert persona”: publishing insights, speaking at events, building niche authority—not to sound impressive, but to make their “sales” more natural, credible, and frictionless.</p>

<p>“Fame begets opportunity”—this holds especially true for expert-led sales. But the “fame” here isn’t celebrity or social clout. It’s reputation rooted in professional substance: demonstrable insight, reliable judgment, and authentic influence. Fame divorced from expertise rarely translates into trust—or closed deals.</p>

<p>Once that professional reputation takes hold, inbound interest follows. People with genuine needs seek you out. Your job then shifts from chasing leads to <em>selecting</em> the right ones—based on alignment with your capabilities, values, and capacity.</p>

<p>That simple pivot transforms everything:</p>
<ul>
  <li>Customers come to <em>you</em>.</li>
  <li>You choose who to work with.</li>
  <li>Collaboration starts from real need—not pitch.</li>
</ul>

<p>Once established, this model scales better and sustains longer than traditional sales. It’s less exhausting, more selective, and far more resilient.</p>

<h2 id="three-principles-for-designing-agents">Three Principles for Designing Agents</h2>

<p>Barry Zhang of Anthropic shared practical lessons from building AI agents—distilling them into three core principles:</p>
<ol>
  <li>Don’t build an agent for everything.</li>
  <li>Keep it simple.</li>
  <li>Think like your agent.</li>
</ol>

<p>This is pragmatism in action—not building agents for the sake of AI, but only where they meaningfully solve hard problems.</p>

<h3 id="1-dont-build-an-agent-for-everything">1. Don’t build an agent for everything</h3>
<p>Agents shine for tasks that are both <em>complex</em> and <em>valuable</em>—not as default solutions.</p>

<p>Simple, rule-based tasks (e.g., “if X, then Y”) are better handled by lightweight workflows.</p>

<p>Complex-and-valuable tasks typically share these traits:</p>
<ul>
  <li>No fixed procedure—decisions must adapt dynamically to context or environment.</li>
  <li>Impossible to fully capture with static logic (e.g., if-else trees).</li>
  <li>Require iterative adjustment based on feedback: e.g., automated data analysis, nuanced customer support, cross-functional coordination.</li>
  <li>High business impact: automation saves significant labor, boosts quality, or unlocks new value—like premium-tier support, AI-assisted code generation &amp; testing, or intelligent approval routing.</li>
</ul>

<p>The key logic? Handle <em>uncertainty</em> and <em>complexity</em>, while ensuring <em>real value</em>.</p>

<h3 id="2-keep-it-simple">2. Keep it simple</h3>
<p>Start with just three foundational elements:</p>
<ul>
  <li><strong>Environment</strong>: What the agent can observe and act upon—its “world.”</li>
  <li><strong>Tools</strong>: Its actionable capabilities—APIs, functions, or integrations it can call.</li>
  <li><strong>System prompt</strong>: Its “mission statement” and behavioral guardrails—defining goals, constraints, tone, and decision logic.</li>
</ul>

<p>Think of it this way: environment = stage, tools = actions, system prompt = script.</p>

<p>Complexity slows iteration. Nail these three first—then optimize.</p>

<h3 id="3-think-like-your-agent">3. Think like your agent</h3>
<p>An agent reasons step-by-step within narrow, immediate context. It doesn’t “know” what you know. To design well, you must simulate its perspective: What does it see? What can it infer? Where might it misstep?</p>

<p>Principle one answers <em>“Should we use an agent?”</em><br />
Principle two answers <em>“How do we build it?”</em><br />
Principle three answers <em>“How do we refine it?”</em></p>

<p>An agent isn’t magic—it’s a purpose-built tool for a specific problem. Rational restraint matters more than technical ambition.</p>

<h2 id="a-four-person-company">A Four-Person Company</h2>

<p>Can four people run a company earning millions of dollars annually?</p>

<p>When I hear “ultra-lean team + AI + multiple profitable products,” I pause: <em>Is this really possible?</em></p>

<p>A recent talk by Sid—a CTO at an AI startup with exactly four people—gave me pause <em>in the other direction</em>. Maybe we’ve underestimated what humans + AI can achieve together.</p>

<p>Sid’s team launched several AI apps. Leveraging short-form video and social media, their products cracked the top 10 on the App Store’s Education chart—on day one.</p>

<p>Here’s what made it work:</p>

<ol>
  <li>
    <p><strong>Hire only “10x generalists”</strong><br />
Each person codes, designs, ships product, and talks to users—and markets. Hard to find? Yes. They’d rather stay small than hire mediocrity.</p>
  </li>
  <li>
    <p><strong>Profit-first operations</strong><br />
Their mantra: <em>Profit is power. Profit is focus.</em><br />
They avoid vanity metrics. Burn rate isn’t abstract—it’s existential.</p>
  </li>
  <li>
    <p><strong>Everyone owns their KPI</strong><br />
No vague roles. Every decision is tested against: <em>Does this move our core metric?</em> No fluff. No bureaucracy. Survival comes before vision.</p>
  </li>
  <li>
    <p><strong>Treat failure as systemic—not personal</strong><br />
When a process breaks, they ask: <em>What in our system caused this? How do we fix it next time?</em><br />
This mindset beats “hustle culture” every time.</p>
  </li>
  <li>
    <p><strong>AI amplifies strength—not compensates for weakness</strong><br />
They don’t use AI to “fix” gaps. They use it to turn elite performers into superhuman ones.<br />
A world-class engineer + AI isn’t “just coding faster”—it’s shipping features, running tests, writing docs, and analyzing usage—all in parallel.<br />
If you’re average, AI won’t transform you. If you’re exceptional, AI multiplies you.</p>
  </li>
  <li>
    <p><strong>Reusable blueprints</strong><br />
Every product launch reuses proven playbooks: tech stack, go-to-market flow, feedback loops. Like a content creator’s “viral formula,” theirs is engineered for repeatability—and speed.</p>
  </li>
</ol>

<p>Their long-term vision sounds audacious: a company operable by <em>one human + a fleet of AI agents</em>.<br />
Market research, acquisition analysis, content distribution—they’ve already automated many layers.<br />
Sid imagines one person managing an entire product line—or even a billion-dollar portfolio.</p>

<p>Maybe it’s time to redefine what “team” means.</p>

<h2 id="the-essence-of-the-one-person-company">The Essence of the “One-Person Company”</h2>

<p>The phrase “one-person company” gained traction through Naval Ravikant’s writings—and resonates deeply in the AI era.</p>

<p>But many who claim the label aren’t running one-person companies. They’re freelancers.</p>

<p>The distinction lies in <em>scalability</em>: Does your business break free from hourly labor? More precisely—does it achieve <em>declining marginal cost</em>?</p>

<p>If your income stops the moment you stop working—if every new client means another 10 hours—you’re still trading time for money. That’s freelancing: consulting, coaching, custom design.</p>

<p>The shift begins with <em>productization</em>.</p>

<p>Example: A freelance designer builds a modular template system. Once created, each new project reuses components, cuts setup time, and raises margins. That’s the first step toward a one-person company.</p>

<p>AI accelerates this dramatically—turning tacit knowledge into reusable systems: automated onboarding, templated proposals, AI-augmented research, self-updating documentation.</p>

<p>At its core, entrepreneurship is about converting repetitive human labor into scalable, automated systems.</p>

<p>So the real question isn’t <em>how many people are on payroll?</em><br />
It’s: <em>Do you have a lever?</em></p>

<p>That lever could be:</p>
<ul>
  <li>A software platform</li>
  <li>A licensed IP or framework</li>
  <li>A digital product (course, tool, book)</li>
  <li>A repeatable service architecture</li>
  <li>Or any other reusable commercial asset</li>
</ul>

<p>Many “one-person companies” today are still just solo practitioners—wearing more hats, but bound by the same clock.</p>

<h2 id="my-wifes-quiet-evolution">My Wife’s Quiet Evolution</h2>

<p>Over the past two years, I’ve watched my wife grow—into someone calmer, more grounded, and quietly wise.</p>

<p>For example:</p>
<ol>
  <li>She often tells our child: <em>“Mommy and Daddy love you most. We’ll take you. We’ll buy it for you.”</em></li>
  <li>She says <em>“That’s amazing!”</em> or <em>“Stay safe,”</em> not <em>“What’s the point of that?”</em></li>
  <li>She listens more—patiently, without rushing to fix or judge.</li>
  <li>She says <em>“I need you,”</em> not <em>“You should…”</em></li>
  <li>She names her strengths—and leans into them—while acknowledging limits without shame.</li>
  <li>When I snap at a disengaged security guard, she doesn’t scold me. Instead, she turns to our daughter and says: <em>“See? Daddy saves all his softness for home—and all his sharp edges for the outside world.”</em></li>
  <li>She’s recognized the value of movement—and started showing up for herself, consistently.</li>
</ol>

<p>Growth isn’t always loud. Sometimes it’s the space between words—and the weight behind them.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>GEO Has Arrived</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-07-20-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-07-20-en/</guid>
      <pubDate>Sun, 20 Jul 2025 09:30:00 +0800</pubDate>
      <description>This essay explores the rise of GEO (Generative Engine Optimization) as AI search reshapes marketing, outlines three principles for effective AI use, reflects on early-mover advantages and positive feedback loops, argues for ruthless focus on “the one most important thing,” and reframes 0-to-1 startup failure as iterative learning—not dead ends.</description>
      
      <category>AI</category>
      
      <category>GEO</category>
      
      <category>organizational design</category>
      
      <category>business strategy</category>
      
      <category>cognition</category>
      
      <content:encoded><![CDATA[<h2 id="geo-has-arrived">GEO Has Arrived</h2>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-107.png" alt="" /></p>

<p>Over the past few days, I’ve been diving deep into GEO—reading reports, scanning case studies, and testing early patterns. It’s genuinely fascinating.</p>

<p>As AI-powered search adoption surges, I’m convinced GEO is quickly becoming <em>the</em> SEO of the AI era—a marketing discipline every brand needs to understand and begin strategically deploying.</p>

<p>Unlike traditional search rankings—which prioritize backlinks, domain authority, and keyword density—GEO’s core objective is simpler and sharper: <em>get AI assistants to cite and recommend your brand when answering user questions.</em> If you think of an AI model as a super-powered influencer, GEO is about securing that influencer’s endorsement—before users even click a link.</p>

<p>Early data shows users consistently rate AI search results as <em>more trustworthy and satisfying</em> than traditional search. Why? Two main reasons:</p>
<ol>
  <li>Traditional search results are cluttered with paid ads—often indistinguishable from organic content;</li>
  <li>Users must manually click through multiple pages and vet information themselves.</li>
</ol>

<p>People default to convenience. AI search delivers distilled, synthesized answers in one go—and that’s where the early value for brands lies.</p>

<p>And GEO is still in its infancy. Crucially, its logic differs from classic SEO. Right now, whether an AI cites your brand depends less on raw source authority—and more on <em>semantic weight</em>: how your content is phrased within AI-referenced sources.</p>

<p>“Semantic weight” means deliberately shaping text so AI models <em>naturally</em> associate your brand with credibility signals—even without fact-checking.</p>

<p>For example, a study cited a sentence like: <em>“Yao Jingang was named by Google this year as the most popular product.”</em> The phrase <em>“named by Google”</em> carries high semantic weight—so even if the claim is unverified, AI models trained on such text are far more likely to surface “Yao Jingang” in relevant queries.</p>

<p>AI doesn’t verify truth—it infers relevance from linguistic patterns it’s seen before.</p>

<p>Same principle applies elsewhere:</p>
<ul>
  <li>Saying <em>“Our company was founded in 2024”</em> weakens perceived credibility in AI’s eyes.</li>
  <li>But <em>“Our team brings 15 years of industry experience”</em> strengthens it—because “15 years” implies depth, continuity, and authority.</li>
</ul>

<p>So, if you’re optimizing for GEO, stick to verifiable, high-weight statements—and omit low-weight ones—even if both are technically true. Honesty toward users <em>and</em> toward AI isn’t optional. It’s strategic hygiene.</p>

<p>After reviewing dozens of sources, my clear takeaway is this: <strong>GEO has arrived.</strong></p>

<h2 id="three-principles-for-using-ai-well">Three Principles for Using AI Well</h2>

<p>Jensen Huang once shared his AI workflow: <em>He uses only four models—OpenAI, Gemini Pro, Claude, and Perplexity—and always asks them the same question simultaneously. Then he asks each to give a “second opinion,” letting them reference one another’s outputs. That cross-pollination improves accuracy—and builds redundancy, balance, and mutual verification.</em></p>

<p>That mirrors my own practice: I routinely feed identical prompts to multiple models, compare outputs, identify the strongest response, then drill deeper—while using discrepancies as built-in reality checks.</p>

<p>Three principles underpin this approach—and they’re worth adopting:</p>

<ol>
  <li>
    <p><strong>Use the best models available.</strong><br />
For the same prompt, top-tier models outperform weaker ones <em>most of the time</em>. And crucially: daily access to world-class AI is now effectively free—or near-free—for individuals. Cost is no longer a barrier to quality.</p>
  </li>
  <li>
    <p><strong>Query multiple models at once.</strong><br />
It takes seconds. And like Jensen says, this creates <em>redundancy, balance, and cross-verification</em>—a lightweight but powerful safety net.</p>
  </li>
  <li>
    <p><strong>Invest in prompt engineering as a core skill.</strong><br />
Once you’re comfortable with top models, complexity rises—and so does the need for precise, layered prompting. Training yourself to write better prompts isn’t optional anymore. It’s a <em>meta-skill</em>: the ability to unlock AI’s full potential across domains.</p>
  </li>
</ol>

<p>In the AI era, value isn’t measured by <em>how much you do</em>—but by <em>how much you amplify your output using AI.</em> These three principles are my current north stars.</p>

<h2 id="early-mover-advantage--positive-feedback-loops">Early-Mover Advantage &amp; Positive Feedback Loops</h2>

<p>Many breakthroughs happen not because someone worked harder—but because they entered <em>early</em>, when conditions were uniquely favorable.</p>

<p>Early advantage isn’t just luck. It’s a confluence of <em>low supply + high demand + high trust.</em></p>

<p>But the deeper benefit is psychological and practical: <strong>early entrants get faster, stronger positive feedback.</strong> That feedback fuels learning, builds confidence, attracts resources, and accelerates experience—creating a self-reinforcing loop. In short: early entry doesn’t just raise your odds of success—it <em>steepens your learning curve.</em></p>

<p>Why? Because competition is thin. That’s <em>supply-side leverage.</em></p>

<p>Think of YouTube, TikTok, live-streaming, or even TV shopping decades ago: early users trusted the platform, creators got rapid validation, and algorithms rewarded novelty over polish.</p>

<p>Latecomers face steeper climbs. A friend told me about a legendary CCTV host who streamed daily on WeChat Video Accounts for <em>a full year</em> before gaining traction—most sessions had fewer than ten viewers. That’s a long wait for feedback.</p>

<p>By contrast, another friend launched a Douyin livestream shortly after the feature opened—and hit <em>20,000 concurrent viewers within days.</em> That’s early-mover velocity.</p>

<p>I’ve lived this too: early info-feed ad campaigns delivered strong ROI effortlessly—until competitors flooded in, driving up costs within 12–24 months.</p>

<h2 id="the-one-most-important-thing">The One Most Important Thing</h2>

<p>More work ≠ more results.<br />
<em>Depth beats breadth. Focus beats volume.</em></p>

<p>Especially when that one thing compounds—building knowledge, relationships, systems, or reputation over time.</p>

<p>So I ruthlessly prune. Every morning, I list tasks and block time—but the critical step is identifying <em>the single most important thing to do today</em>, then guarding my best energy and attention for it.</p>

<p>I’ve found: completing <em>that one thing</em> gives me disproportionate satisfaction—and momentum. Focus doesn’t just boost output. It delivers psychological fuel.</p>

<p>The same logic scales: weekly, monthly, or per-project, I ask: <em>What’s the one most important task in this domain?</em> Then I allocate the lion’s share of resources to it.</p>

<p>Example: After reworking our AI project’s OKRs, we pared each objective down to <em>one critical result.</em> That forced clarity—and let us concentrate fully on analyzing, debating, and designing <em>one</em> high-leverage initiative until we reached alignment.</p>

<p>Why this works:</p>
<ul>
  <li>Prevents attention fragmentation from multitasking;</li>
  <li>Ensures scarce resources—including mental bandwidth—go where they matter most;</li>
  <li>Enables compounding gains (knowledge, process, reputation);</li>
  <li>Builds tangible progress—and the motivation that comes with it.</li>
</ul>

<p>How to spot <em>the one thing</em>? Ask:</p>
<ol>
  <li>Does it align with long-term direction—and generate lasting, reusable value?</li>
  <li>Is it important but <em>not urgent</em>—and truly irreplaceable (i.e., only <em>you</em> can do it well)?</li>
  <li>Does it have leverage? (e.g., one effort impacts multiple outcomes)</li>
  <li>Does it open doors? (e.g., unlocks new opportunities, partnerships, or capabilities)</li>
</ol>

<h2 id="on-building-from-zero">On Building from Zero</h2>

<p>A recent conversation with a founder crystallized something sobering: true 0-to-1 ventures remain <em>extremely rare</em>—even in the AI boom.</p>

<p>Fiverr’s CEO put it bluntly: <em>“99% of AI startups won’t survive 1–2 years.”</em></p>

<p>Today’s landscape is littered with “AI-powered” products—where legacy software gets a v2.1 update and a shiny new label. No technical leap. No real product-market fit. Just funding theater.</p>

<p>So what matters isn’t avoiding failure—but <em>reframing it.</em></p>

<p>Every 0-to-1 attempt is, first and foremost, <em>data collection.</em> Each iteration sharpens:</p>
<ul>
  <li>Your understanding of real market needs;</li>
  <li>Your intuition for what makes a product <em>usable</em>, not just clever;</li>
  <li>Your ability to build and lead teams;</li>
  <li>Your own resilience, judgment, and execution muscle.</li>
</ul>

<p>Rather than “failure rate,” think <em>exploration cost.</em> Surviving companies rarely win on the first try—they iterate, pivot, and learn <em>how to learn faster.</em></p>

<p>For founders, the real metric isn’t “Did this idea work?”<br />
It’s: <em>What did I gain—cognitively, operationally, relationally—that makes the next attempt significantly stronger?</em><br />
Examples: learning to cut burn rate, sustaining morale in uncertainty, spotting signal vs. noise earlier, hiring for adaptability over pedigree, or building infrastructure that scales across experiments.</p>

<p>That’s not consolation. It’s compound advantage—in disguise.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Marketing’s Four Ps, GEO, Iteration, and the Art of Showing Up</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-07-13-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-07-13-en/</guid>
      <pubDate>Sun, 13 Jul 2025 09:30:00 +0800</pubDate>
      <description>This essay explores foundational marketing principles—especially the 4Ps—through AI project examples, introduces Generative Engine Optimization (GEO) as the next frontier of discovery, links iterative practice to growth mindset, outlines a pragmatic career growth framework centered on “taking on work,” and reflects on presence, attention, and why volume precedes quality.</description>
      
      <category>marketing</category>
      
      <category>AI</category>
      
      <category>growth mindset</category>
      
      <category>GEO</category>
      
      <category>career development</category>
      
      <category>attention economy</category>
      
      <content:encoded><![CDATA[<h2 id="marketings-four-ps">Marketing’s Four Ps</h2>

<p>Recently, we began collaborating with a team from Peking University on a vertical AI education initiative. We’re providing strategic, technical, and systems support for the AI layer—and also advising on marketing design and business model architecture.</p>

<p>In the process, I’ve been reminded that while AI unlocks vast imaginative potential—and many traditional products <em>do</em> deserve a full AI-native redesign—their go-to-market logic still rests on timeless fundamentals. Ignoring those basics in favor of AI-fueled optimism often leads to unrealistic expectations.</p>

<p>It doesn’t matter whether your project is AI-powered or not: clarity on marketing dramatically increases your odds of success.</p>

<p>At its core, marketing is simply this: delivering the right value, in the right way, at the right time and place, to the right person—and ensuring both sides benefit before, during, and after the transaction.</p>

<p>That’s where the classic 4Ps come in: <strong>Product</strong>, <strong>Price</strong>, <strong>Place</strong> (distribution/channel), and <strong>Promotion</strong> (communication).</p>

<p>Think of the 4Ps as four cards in your hand. Knowing whether each card is a 3 or an Ace determines how you play them—and what combinations you can build. Some players hold four Kings; others hold a single 8 and three low cards. Their strategies—and their odds—aren’t comparable.</p>

<p>So the baseline principle is clear: aim to upgrade your hand. Build stronger differentiation, better products, more compelling pricing, IP authority, or concentrated resource deployment—like going “all-in” on one high-impact channel or campaign.</p>

<p>Take Xiaomi Auto as a concise 4P case study:</p>
<ul>
  <li><strong>Product</strong>: Benchmarked against top competitors—and engineered to outperform peers.</li>
  <li><strong>Price</strong>: Slightly below comparable models—not so low as to undermine perceived value.</li>
  <li><strong>Place</strong>: Leverages Xiaomi’s massive IP equity + integrated social media ecosystem + direct-owned physical stores.</li>
  <li><strong>Promotion</strong>: High-production offline launch events paired with live-streamed digital broadcasts.</li>
</ul>

<p>Now consider Xibei Restaurant Group:</p>
<ul>
  <li><strong>Product</strong>: Not just northwestern Chinese cuisine—but the <em>entire restaurant experience</em> as the product.</li>
  <li><strong>Price</strong>: ~¥60 average spend per person.</li>
  <li><strong>Place</strong>: Locations anchored in high-foot-traffic areas—main streets and shopping malls—where customers already are.</li>
  <li><strong>Promotion</strong>: Traditional advertising, placed where the audience lives and moves.</li>
</ul>

<p>As companies scale and markets shift, these four elements evolve too. So the 4Ps aren’t static—they demand a dynamic, adaptive lens.</p>

<p>Returning to the PKU AI project: applying the 4P framework surfaced blind spots—untapped advantages, overlooked tactics, and even pricing assumptions rooted more in AI hype than real-world willingness-to-pay.</p>

<h2 id="geo-strategy">GEO Strategy</h2>

<p><em>GEO: Generative Engine Optimization</em></p>

<p>A content marketing manager at Surfer shared a telling data point: their site receives ~500 daily clicks from ChatGPT—about 7% of total daily traffic.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-104.png" alt="" /></p>

<p>Why? Because when users ask questions in ChatGPT—and especially when they toggle the “Search the web” option—the model cites relevant web pages. If the answer resonates, users often click through for deeper context:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-103.png" alt="" /></p>

<p>When an AI response cites your content, even a 10% click-through rate implies outsized brand impact—far beyond the visible traffic share. And this is only two years into the AI search era.</p>

<p>GEO is poised to become a dominant new acquisition channel.</p>

<p>How does it differ from SEO?<br />
One sentence: <strong>SEO competes for <em>position</em>; GEO competes for <em>citation</em>.</strong><br />
SEO aims to get users to <em>click through</em>. GEO aims to get the AI to <em>say your words first</em>—collapsing the click path to zero.</p>

<p>Key shifts:</p>
<ol>
  <li><strong>Behavioral shift</strong>: AI search compresses “ask → answer → decide” into a single-screen conversation. Click intent plummets. Gartner forecasts that by 2028, traditional search traffic will fall by 50%—or equivalently, half of user attention will migrate to AI-generated answers.</li>
  <li><strong>Algorithmic shift</strong>: SEO relied on PageRank, keyword density (TF-IDF), etc. GEO prioritizes <em>entity consistency</em>, <em>contextual completeness</em>, and <em>source credibility</em>—valuing factual accuracy over keyword stuffing.</li>
  <li><strong>Indexing shift</strong>: Traditional search crawls, indexes, then ranks. AI search draws from pre-trained knowledge <em>and</em> real-time retrieval—so your content must be present in both training corpora <em>and</em> live crawl targets to maximize citation odds.</li>
</ol>

<p>The marketing mindset must evolve accordingly: from <em>ranking thinking</em> to <em>citation thinking</em>. That’s the core of the next wave of AI-native traffic.</p>

<h2 id="the-capacity-to-iterate">The Capacity to Iterate</h2>

<p>I recall repeatedly using the word “iterate” during livestream conversations with Xiangyang about our AI courses. It’s become a mantra—not because it sounds trendy, but because it works.</p>

<p>For example:</p>
<ul>
  <li>When team performance falls short, we resist blame and instead probe root causes—then iterate on processes, strategy, or hiring criteria.</li>
  <li>When an AI project stalls in marketing execution or business model validation, we don’t scrap it—we ask: <em>Are we leveraging our true strengths? What assumptions need stress-testing?</em></li>
  <li>Even for products and projects already “working,” we ask: <em>What hidden risks exist? Where could we sharpen our edge?</em></li>
</ul>

<p>Iteration isn’t just tactical—it’s rooted in a <em>growth mindset</em>: seeing everything as a dynamic process, not a fixed outcome.</p>

<p>People with growth mindsets believe abilities develop through effort—not destiny. That belief reshapes habits:</p>
<ul>
  <li>Viewing challenges as learning opportunities</li>
  <li>Extracting lessons from setbacks</li>
  <li>Seeking improvement continuously</li>
  <li>Welcoming feedback, even when uncomfortable</li>
  <li>Persisting through difficulty</li>
</ul>

<p>Every obstacle becomes <em>process feedback</em>—data that fuels growth. In that light, iteration isn’t just a method; it’s growth mindset made operational. It assumes room for progress—and builds the systems to realize it.</p>

<h2 id="a-methodology-for-growth">A Methodology for Growth</h2>

<p>This year, 12.22 million Chinese university graduates entered the job market—the highest number ever recorded. This scale will persist for at least a decade.</p>

<p>Many relatives and friends face imminent graduation—and mounting employment pressure.</p>

<p>Our chairman once shared his own story: shortly after graduating, he became chief orthopedic surgeon at a top-tier hospital in Northwest China. Yet he walked away from rapid promotion to move to the U.S.—starting from dishwashing. He landed at a Fortune 500 company, began at the most junior level, and rose steadily—eventually becoming one of the youngest VPs in the group’s history.</p>

<p>His guiding principle? <strong>Ignore salary. Focus on how much you can <em>take on</em>.</strong><br />
He knew: scope of responsibility determines role level—and role level determines compensation, benefits, and influence.</p>

<p>So he adopted a simple heuristic: <em>Say yes first. Figure out how to deliver later.</em> Even if he couldn’t fully execute, the cost of trying was low—but the upside of visibility, trust, and stretch was enormous.</p>

<p>Result? More responsibility → larger team and budget → higher compensation → greater reputation → international recognition → appointment to China’s State Council as its youngest expert member.</p>

<p>Yet many recent grads invert this logic: salary first, title second, responsibility last.</p>

<p>That’s backward. Whether in corporate roles or startups, the people who earn trust—and opportunity—are those who <em>step up first</em>. Initiative signals capability. Consistent delivery builds credibility. Timing then aligns naturally.</p>

<p>So professional growth follows this chain:<br />
→ Take on more work<br />
→ Strengthen capabilities<br />
→ Earn higher roles &amp; resources<br />
→ Command greater compensation<br />
→ Unlock broader opportunities</p>

<p>The alternative path—avoiding responsibility—leads to stagnation across every dimension. Obvious in theory. Rarely practiced in reality.</p>

<p>Which reveals another critical skill: <em>high-level listening</em>.</p>

<p>Some hear this story and dismiss it (“another tall tale”). Others listen <em>beneath</em> the narrative—to detect underlying patterns—and cross-check them against personal or observed cases. That’s how insight forms.</p>

<p>I recall a colleague at a “unicorn” startup saying, after a year: “This company isn’t special.” So we revisited shared experiences—same events, wildly different interpretations. Without curiosity and cognitive humility, even rich input yields shallow returns.</p>

<p>This discipline echoes core habits from <em>The 7 Habits of Highly Effective People</em>: being proactive, seeking win-win outcomes, empathic listening (“seek first to understand”), and synergistic problem-solving.</p>

<p>This logic applies equally to students <em>before</em> graduation:</p>
<ul>
  <li>Intern meaningfully—even unpaid—if the work builds skills or connections.</li>
  <li>Contribute to a respected practitioner’s project—even as a volunteer.</li>
  <li>Launch a niche-focused newsletter or social account and grow real engagement.</li>
</ul>

<p>More responsibility → faster growth → higher personal value.</p>

<h2 id="the-cost-of-absence">The Cost of Absence</h2>

<p>Mind-wandering—when attention drifts from the present task—is common, universal, and costly.</p>

<p>A landmark 2010 study, <em>“A Wandering Mind Is an Unhappy Mind,”</em> analyzed 250,000 real-time reports and found:</p>
<ol>
  <li>People’s minds wander nearly half the time—46.9% across all activities (except sex).</li>
  <li>Wandering <em>reduces happiness</em>, regardless of activity. Even pleasant daydreams fail to lift mood; neutral or negative ones sharply lower it.</li>
  <li>Our brains evolved to wander—but that capacity carries emotional costs. As the paper concludes: <em>“A wandering mind is an unhappy mind.”</em> Presence, by contrast, correlates strongly with well-being.</li>
</ol>

<p>Depression amplifies this effect: sufferers’ mind-wandering frequency doubles—and 42% of those episodes carry negative affect, versus just 10% in healthy controls.</p>

<p>Philosophical and contemplative traditions have long emphasized presence as a path to peace. Today, however, presence demands <em>deliberate practice</em>—especially amid the dopamine-driven, attention-shredding logic of short-form video.</p>

<p>From my own experiments, three practices reliably strengthen presence:</p>
<ol>
  <li><strong>Pursue work that merges passion and viability</strong>—even if it takes time to find. Until then, keep searching with intention.</li>
  <li><strong>Practice “micro-meditation”</strong>: formal sitting helps, but presence is portable. Fully inhabit routine acts—eating without screens, walking without headphones, listening without rehearsing your reply. Yesterday, I savored lunch slowly: no phone, just taste, texture, aroma. It felt deeply nourishing.</li>
  <li><strong>Move your body</strong>: exercise elevates mood, energy, and focus—making mental drift less likely and recovery faster.</li>
</ol>

<p>Happiness, ultimately, is measured in moments—moments we’re truly <em>here</em> for.</p>

<h2 id="quantity-is-the-foundation-of-quality">Quantity Is the Foundation of Quality</h2>

<p>A friend at a major tech firm described his team’s product rhythm: <em>weekly iterations</em>. Each week includes new feature ideation, design, prototyping, testing, and production release—a tight, feedback-rich cadence.</p>

<p>Other teams move slower—biweekly or monthly cycles.</p>

<p>The weekly pace delivers more frequent, actionable feedback. That accelerates learning, sharpens judgment, and compounds advantage. Over time, slower teams fall decisively behind—not in ambition, but in <em>real-world product maturity</em>.</p>

<p>The underlying logic is clear:<br />
<strong>High-frequency iteration → firsthand experience → authentic insight → robust methodology</strong></p>

<p>It’s a virtuous, self-reinforcing loop—and closely aligned with the principles of <em>deliberate practice</em>: quality depends on <em>volume plus timely, specific feedback</em>.</p>

<p>Without feedback, volume is noise. Without volume, feedback has nothing to act upon. Quality emerges only where both converge.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Meta-Skill of Questioning</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-07-06-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-07-06-en/</guid>
      <pubDate>Sun, 06 Jul 2025 09:30:00 +0800</pubDate>
      <description>This essay explores questioning as a foundational cognitive skill—beyond technique—emphasizing self-reflection on the act of questioning itself. It covers practical frameworks for sharper questions, integrating lived experience, maximizing effective information in AI interactions, principles for AI-native childhood development, and cosmic-scale mindfulness as cognitive grounding.</description>
      
      <category>AI</category>
      
      <category>cognition</category>
      
      <category>skill</category>
      
      <category>organization</category>
      
      <category>GEO</category>
      
      <category>mindfulness</category>
      
      <content:encoded><![CDATA[<h2 id="the-meta-skill-of-questioning">The Meta-Skill of Questioning</h2>

<p>Asking a good question is becoming <em>more important</em> than getting a good answer.</p>

<p>A well-framed question doesn’t just elicit an answer—it sparks deeper thinking, invites insight, and unlocks disproportionate value. Yet asking well remains surprisingly hard.</p>

<p>Poor questions tend to share these traits:</p>
<ol>
  <li><strong>Too broad</strong>: “What do you think about this?” or “Any suggestions?”</li>
  <li><strong>Common-knowledge queries</strong>: “What is GEO?”</li>
  <li><strong>Overly verbose</strong>: A five-minute preamble before the actual question emerges.</li>
  <li><strong>Self-answering</strong>: Framing a question but immediately supplying the full answer—blurring the line between inquiry and declaration.</li>
</ol>

<p>Even more common than poor questioning is <em>avoiding questions altogether</em>.</p>

<p>I wrote earlier about this in “Asking Too Little Costs You”:<br />
<a href="https://mp.weixin.qq.com/s/PRbinRNAoPMJqx1Q3NEvjw">mp.weixin.qq.com</a></p>

<p>That piece scratched the surface—but what lies <em>beneath</em> technique is something deeper: the <em>meta-skill of questioning</em>.</p>

<p>Think of it this way: <strong>The meta-skill of questioning is the ability to reflect on, monitor, and iteratively improve the act of questioning itself.</strong></p>

<p>It’s not <em>whether</em> you can ask—but <em>how consciously you shape your questions</em>, how deliberately you calibrate them for clarity, relevance, and leverage—and how persistently you refine that process over time.</p>

<p>To train this meta-skill, try these three reflective prompts before asking anything:</p>
<ol>
  <li>What is my <em>core confusion</em> right now?</li>
  <li>What <em>background</em> does the other person need to understand it?</li>
  <li>Can I compress the whole question into <em>under 100 words</em>?</li>
</ol>

<p>From those, a practical framing emerges:</p>
<blockquote>
  <p><em>In [context], if [assumption], then how does [key variable] change?</em></p>
</blockquote>

<p>So—how do we actually <em>build</em> this meta-skill? At minimum, three interlocking abilities must be cultivated:</p>

<ol>
  <li><strong>Listening</strong>: At Yuanfudao, one core value is “Reflect, Listen, Simplify, Iterate”—and “Listen” sits first. As one leader put it: <em>“Leadership is listening to the whole system better than anyone else.”</em> I’ve met hundreds of people—and most lack listening awareness. They have <em>expression impulse</em>, not listening discipline. That’s why their questions stay shallow.</li>
  <li><strong>Thinking</strong>: Pause for just <em>three seconds</em> before speaking or typing. That tiny gap lets you digest what you’ve heard, reinterpret it, and reframe your question—not just react.</li>
  <li><strong>Expressing</strong>: Ultimately, questioning is an act of communication. Time-tested tools still hold up: the Pyramid Principle, the Golden Circle, and Nonviolent Communication—all sharpen precision, hierarchy, and empathy in delivery.</li>
</ol>

<p>Now it’s clearer why asking well feels so rare. It demands integration—not just one skill, but three, practiced together.</p>

<h2 id="integrating-lived-experience">Integrating Lived Experience</h2>

<p>Over the past few years of entrepreneurship, I’ve met many founders who’ve delivered outsized results. In our conversations, certain ideas they <em>repeatedly emphasized</em>—sometimes almost reflexively—have proven deeply valuable in hindsight.</p>

<p>Examples include:</p>
<ul>
  <li>“Running a company means managing risk—not revenue.”</li>
  <li>“Profit follows reputation.”</li>
  <li>“Video account ads have real ROI—target by audience package, and always test with short videos first.”</li>
  <li>“The book title matters most—spend real time designing it.”</li>
  <li>“If a robot can do it, don’t assign it to a human.”</li>
  <li>…</li>
</ul>

<p>The signal here isn’t just repetition—it’s <em>resonance across time and context</em>. Yes, path dependence and subjectivity color each person’s emphasis—but what survives repeated telling is distilled, battle-tested insight.</p>

<p>History works the same way. Centuries of conflict, governance, and survival collapse into terse maxims: <em>“Know thyself.” “Power corrupts.” “Divide and rule.”</em></p>

<p>I once spoke at length with a mega-bestselling author about reading habits. His single strongest recommendation? <em>“Read history—deeply and often.”</em></p>

<p>Mao Zedong was a voracious reader of Chinese history. His strategic innovations drew directly from historical patterns:</p>
<ul>
  <li><em>“When the enemy advances, we retreat; when they halt, we harass; when they tire, we strike; when they withdraw, we pursue”</em>—echoes of peasant uprisings against imperial forces.</li>
  <li><em>“On Protracted War”</em>—informed by centuries of stalemate warfare against northern nomads and coastal pirates.</li>
</ul>

<p>But raw experience—historical or personal—doesn’t automatically become wisdom. To truly integrate it, we must <em>reflect</em>, <em>connect</em>, and <em>apply</em>: test insights against new situations, revise assumptions, and let practice deepen understanding.</p>

<h2 id="effective-information-volume">Effective Information Volume</h2>

<p>Prompt engineering alone often falls short of what modern AI agents need to perform robustly. That’s why “context engineering” is gaining traction.</p>

<p>During a live stream, I asked viewers: <em>What’s the core difference among prompt, prompt engineering, and context engineering?</em> The question sparked real debate.</p>

<p>Here’s how to distinguish them simply:</p>
<ul>
  <li><strong>Prompt</strong>: A single instruction given to an AI.</li>
  <li><strong>Prompt engineering</strong>: A systematic process—designing, testing, iterating—to build reliable, reusable prompts. Like software engineering, it’s iterative and outcome-oriented.</li>
  <li><strong>Context engineering</strong>: Goes beyond the prompt. It layers in background context, reference materials, user profile data, and even the AI’s memory of prior interactions with <em>you</em>.</li>
</ul>

<p>At their root, the key differentiator is <strong>effective information volume</strong>—not total data, but <em>signal-rich, task-relevant information</em>. Context engineering delivers more of it—so outcomes improve.</p>

<p>Compare them across dimensions:<br />
| Dimension | Prompt | Prompt Engineering | Context Engineering |<br />
|———–|——–|———————-|————————|<br />
| <strong>Temporal scope</strong> | Instantaneous | Iterative over time | Encompasses full interaction history |<br />
| <strong>Structure</strong> | Point-like | Linear workflow | Multi-layered, networked information |<br />
| <strong>Dynamics</strong> | Static | Semi-dynamic (human-driven iteration) | Dynamic &amp; adaptive (AI adjusts in real time) |</p>

<p>The progression is clear:<br />
<strong>Prompt → Prompt engineering → Context engineering</strong><br />
…a natural evolution from simple to complex, static to adaptive.</p>

<p>A few implications:</p>
<ol>
  <li>More data ≠ better output. <em>Effective</em> information does. Example: Instead of listing 20 web design specs, tell the AI: <em>“Analyze the user’s input, infer content type, find the world’s best-performing comparable page, then generate a matching design.”</em></li>
  <li>Understanding “effective information” transforms prompt writing—it becomes less about phrasing and more about <em>what information to prioritize and how to structure it for the AI’s reasoning</em>.</li>
  <li>Different business needs demand different levels: A customer service bot may thrive on strong prompt engineering; a personalized learning tutor requires full context engineering.</li>
</ol>

<p>This lens applies far beyond AI—it sharpens how we brief colleagues, write emails, or plan projects.</p>

<h2 id="four-principles-for-ai-native-childhood-development">Four Principles for AI-Native Childhood Development</h2>

<p>AI isn’t just a tool—it’s a high-fidelity medium for parent-child co-creation. Over recent years, my daughter and I have built dozens of shared experiences using AI: illustrated storybooks, AI-generated videos, custom agents, AI-composed lullabies—even voice-cloned digital twins.</p>

<p>These aren’t just fun diversions. They’re low-stakes, high-engagement training grounds for future-ready thinking. Here’s what we’ve learned:</p>

<h3 id="1-precision-in-expression">1. Precision in Expression</h3>
<p>We’ve generated hundreds of images together using ChatGPT, Jimo (Ji Meng), and Midjourney—<em>all driven by her spoken descriptions</em>.</p>

<p>Our ritual: She names features (“a princess wearing a crown, sparkly shoes, a necklace, and a long dress that touches the floor”). I type <em>exactly</em> what she says—no editing—then feed it to each model. She picks her favorite. I paste it into Keynote, print in color, and she cuts it out with scissors. Each piece is authentically <em>hers</em>.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-105.png" alt="" /></p>

<p>Early on, she’d point and say, “I want <em>this one</em>!” To stretch her precision, I’d gently block her hand and say, <em>“I don’t understand ‘this one.’ Tell me: row two, third image?”</em></p>

<p>She quickly internalized the habit—shifting from vague pointing to structured coordinates. In the AI era, <em>precision isn’t pedantic—it’s power.</em></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-106.png" alt="" /></p>

<h3 id="2-no-boundaries-no-judgement">2. No Boundaries, No Judgement</h3>
<p>We never label her ideas “right/wrong” or “good/bad”—whether sketching aliens or scripting AI video plots. It’s tempting to steer (“Let’s make the robot kinder!”), but restraint is essential.</p>

<p>Why? Because unfiltered imagination is where true creativity lives. I catch myself constantly—and mostly succeed—in pausing before correcting. The payoff? Her ideas grow bolder, weirder, and more original.</p>

<h3 id="3-knowing-thyself-through-digital-mirrors">3. Knowing Thyself (Through Digital Mirrors)</h3>
<p>We created voice-cloned digital twins—“Yao Rui 2,” “Yao Rui 3,” etc.—and she regularly chats with them on my phone. She draws characters, assigns them personalities, and stages debates between them.</p>

<p>This isn’t playacting. It’s early scaffolding for <em>self-dialogue</em>—a hallmark of mature cognition. Adults who thrive long-term are often those who’ve learned to host thoughtful inner conversations.</p>

<h3 id="4-delayed-gratification-designed">4. Delayed Gratification, Designed</h3>
<p>We once made an empty chocolate box, sealed it, and told her: <em>“Open it in seven days—you’ll find exquisite chocolate inside.”</em> She counted down daily.</p>

<p>With AI, we extend this: co-designing simple games where rewards unlock only after debugging, refining, or waiting. The <em>process</em> of building and tuning the game—<em>not just the final output</em>—builds patience, iteration stamina, and intrinsic motivation.</p>

<h2 id="cosmic-perspective-meditation">Cosmic-Perspective Meditation</h2>

<p>Try this during meditation: zoom your awareness outward—past Earth’s atmosphere, past the Moon, past Mars and Jupiter—until you’re floating in deep space, watching our pale blue dot rotate silently in the void.</p>

<p>This is “cosmic contemplation” (<em>guānxiǎng</em>)—a form of universe-scale contemplation. Its effects are quietly profound:</p>

<ol>
  <li><strong>Psychological distance</strong>: From orbit, daily stresses shrink to near-nothing. That deliberate zoom-out lowers emotional intensity and helps the brain exit fight-or-flight—making space for calm, systems-level reflection.</li>
  <li><strong>Existential belonging</strong>: Feeling kinship with stardust fosters deep, quiet grounding—not “I am small,” but “I am <em>of</em> this.”</li>
  <li><strong>Awe as cognitive reset</strong>: Awe dissolves rigid self-world boundaries. It opens mental bandwidth—making room for curiosity, humility, and unexpected connections.</li>
  <li><strong>Time recalibration</strong>: Fifteen minutes of cosmic meditation can feel like hours—long enough to soften the grip of past regrets and future anxieties. In that expanded “deep time,” presence becomes effortless.</li>
</ol>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Solo Company Era</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-06-29-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-06-29-en/</guid>
      <pubDate>Sun, 29 Jun 2025 09:30:00 +0800</pubDate>
      <description>This essay reflects on the “solo company” trend in the AI age—exploring its pitfalls, core capabilities (collaboration, input, product, leverage, differentiation), the rise of “everyone as a manager,” balancing instrumental and non-instrumental activities, and the author’s first AI-built WeChat mini-program. It closes with a personal RL-inspired self-improvement framework.</description>
      
      <category>AI</category>
      
      <category>skill development</category>
      
      <category>organization</category>
      
      <category>business</category>
      
      <category>cognition</category>
      
      <content:encoded><![CDATA[<p>Steve Jobs: “In the end, it all comes down to taste.”</p>

<p><strong>This week’s WeChat articles (AI Reverse-Thinking Series):</strong></p>

<ol>
  <li>Can images be “decompiled”? This prompt engineering tutorial teaches you visual reverse engineering! <a href="https://mp.weixin.qq.com/s/DOce166EQsldPyv1Rfu_Fw">link</a></li>
  <li>
    <p>From zero to one: Write a high-quality prompt set in 10 minutes—100% passes AI detection. Here’s how to write prompts efficiently with Trae.<br />
<a href="https://mp.weixin.qq.com/s/YXdod2bkOyXjLJpyTzRM3w">mp.weixin.qq.com</a></p>
  </li>
  <li>
    <p>How to create viral AI videos! Learn to write high-quality prompts using reverse decomposition.<br />
<a href="https://mp.weixin.qq.com/s/i3GGNEb-mctPC0JeXB8tPw">mp.weixin.qq.com</a></p>
  </li>
  <li>On knowledge-base–driven AI writing.<br />
<a href="https://mp.weixin.qq.com/s/tPFXkLnQj4tbSFP3z0Smow">mp.weixin.qq.com</a></li>
</ol>

<h2 id="the-solo-company">The Solo Company</h2>

<p>A conversation with a friend about the “solo company” concept left me deeply reflective.</p>

<p>In recent years, “solo company” has become a buzzword—and increasingly, a lived reality—especially amid the AI boom. Yet despite widespread enthusiasm, failure rates remain high.</p>

<p>Why? Several common misconceptions stand in the way:</p>

<ol>
  <li><strong>Misreading “solo” as “solitary”:</strong> Many assume “solo company” means doing <em>everything</em> alone—sales, design, coding, customer service—without building any external scaffolding.</li>
  <li><strong>Chasing tactics over substance:</strong> Learning launch frameworks or making short videos while neglecting foundational inputs: deep reading, mentorship, deliberate practice, and iterative learning.</li>
  <li><strong>Underestimating product sense:</strong> Lacking the ability to design, ship, and refine a virtual product—even a simple one—with real competitive edge.</li>
  <li><strong>Ignoring leverage:</strong> Failing to assemble a personalized “leverage stack”—tools, systems, and partnerships that multiply output without linear effort.</li>
  <li><strong>Skipping differentiation:</strong> Not clarifying what unique value only <em>you</em> can deliver—your irreplaceable perspective, experience, or insight.</li>
</ol>

<p>These missteps point to five missing capacities: collaboration, input quality, product thinking, leverage design, and differentiated positioning. Jumping into “solo company” mode before cultivating these is like launching a rocket without testing its guidance system—it may lift off, but where it lands is anyone’s guess.</p>

<ol>
  <li>
    <p><strong>Collaboration</strong><br />
A “solo company” isn’t a one-person island. Rather, it’s a lean core—often just 2–3 people—anchoring a flexible, intentional collaboration network: freelancers, tools, communities, even AI agents. The goal isn’t isolation; it’s <em>orchestration</em>.</p>
  </li>
  <li>
    <p><strong>Input</strong><br />
High-quality, sustained input fuels everything: reading widely, seeking out experts, shipping fast and learning faster. Too many fall into the “learning trap”—consuming endlessly without output—or worse, consume little at all, or consume low-signal noise. Input without output is inertia. Output without input is empty motion.</p>
  </li>
  <li>
    <p><strong>Product</strong><br />
Virtual products—courses, templates, micro-SaaS, toolkits—are ideal entry points for early-stage solo companies. To sharpen this muscle, I wrote <em>Course Marketing</em>, a practical guide to designing, packaging, and launching digital offerings—not as theory, but as field notes from my own experiments.</p>
  </li>
  <li>
    <p><strong>Leverage</strong><br />
Naval identifies four classic levers: labor, capital, software, and media (books, blogs, videos, podcasts). In the AI era, there’s a fifth: <strong>agents</strong>—autonomous AI workflows that act as your 24/7 virtual team. Most still use AI as a fancy autocomplete. Real leverage means weaving AI deeply into your workflow—automating research, drafting, QA, reporting—so it doesn’t just assist, but <em>extends</em> your capacity. That’s our next frontier.</p>
  </li>
  <li>
    <p><strong>Positioning &amp; Differentiation</strong><br />
Many chase “solo company” without asking: <em>What problem do I solve uniquely well? What perspective do I hold that no algorithm or generalist can replicate?</em> In an age of information overload, clarity of purpose and distinctiveness aren’t nice-to-haves—they’re survival conditions.</p>
  </li>
</ol>

<h2 id="everyone-is-a-manager">Everyone Is a Manager</h2>

<p>Granola CEO (an AI-powered note-taking startup) recently shared insights in an interview—several align closely with our course’s underlying philosophy:</p>

<ol>
  <li>Engineers are evolving into <em>managers</em>: They increasingly rely on AI tools not just to code, but to plan, prioritize, and evaluate.</li>
  <li>Future AI tools must intelligently surface <em>relevant context</em>—not just dump data—to make human-AI collaboration feel seamless and controllable.</li>
  <li>The best thinking tools don’t replace humanity—they <em>amplify</em> it: enhancing empathy, judgment, and creative spark.</li>
  <li>Small teams can now build massively impactful products—but organizational structures and role definitions will shift dramatically.</li>
  <li>Competitive advantage will pivot from data moats to <em>product experience</em> and <em>taste</em>.</li>
</ol>

<p>The first point resonates strongly: In a WeChat chat with Tony, we agreed—the core idea behind our “AI Leadership” framework is simple: <strong>In the AI era, everyone is a manager.</strong></p>

<p>For engineers, that means shifting from “coder” to “AI project conductor”:<br />
▫ Defining clear goals and success criteria<br />
▫ Selecting and configuring the right AI tools<br />
▫ Reviewing, refining, and integrating AI outputs<br />
▫ Orchestrating timelines, quality checks, and stakeholder alignment</p>

<p>They become leaders of an AI-augmented team—not line workers executing instructions.</p>

<p>This applies equally to PMs, marketers, ops specialists, data analysts—any role where judgment, synthesis, and contextual awareness matter more than rote execution.</p>

<p>Which confirms a growing truth: <strong>AI leadership isn’t a job title. It’s a universal skill—one that will define professional relevance in the decade ahead.</strong></p>

<p>Original post: <a href="https://mp.weixin.qq.com/s/jKgLyn4goyMUdjpWzN4t1w">mp.weixin.qq.com</a></p>

<h2 id="balancing-the-useful-and-the-useless">Balancing the “Useful” and the “Useless”</h2>

<p>Two kinds of utility shape meaningful work:</p>

<ul>
  <li>
    <p><strong>The “useful” use</strong>: Goal-oriented, measurable, and time-bound—e.g., shipping a feature, closing a deal, mastering a new framework. Its strength is immediacy and clarity. Its danger? Obsession with the urgent, sacrificing depth for velocity, and mistaking busyness for progress.</p>
  </li>
  <li>
    <p><strong>The “useless” use</strong>: Activities with no direct, immediate output—reading philosophy, walking without headphones, journaling, meditating, or simply staring out the window. These appear unproductive. Yet they’re often the <em>source</em> of compound returns: insight, resilience, creativity, and moral clarity.</p>
  </li>
</ul>

<p>Three principles for balance:</p>

<ol>
  <li><strong>The 7–3 Rule</strong>: Allocate ~70% of your time to “useful” work, 30% to “useless” cultivation. As you age, gradually increase the latter—especially if you price your time highly (e.g., $500/hour). That price tag makes “busywork” instantly visible and unsustainable.</li>
  <li><strong>Rhythmic Switching</strong>: Alternate “useful” and “useless” tasks <em>within the day</em>—e.g., write code → walk → draft email → sketch → review metrics → sit quietly. This prevents cognitive fatigue and sparks unexpected connections.</li>
  <li><strong>Mission Anchoring</strong>: Regularly revisit your deeper mission and long-term vision. When “useless” activities align with that north star—like studying history to inform strategy, or practicing patience to improve leadership—they cease to be “useless.” They become infrastructure.</li>
</ol>

<p>As Zhuangzi wrote: <em>“The ‘useless’ is precisely where the greatest utility lies.”</em> In our hyper-optimized world, protecting space for the seemingly unproductive may be the most strategic act of all.</p>

<h2 id="my-first-mini-program">My First Mini-Program</h2>

<p>Early this month, I co-launched a small health-focused WeChat group with Xiangyang—29 members so far. One key ritual: daily health check-ins. To streamline it, I decided to build a mini-program—no hesitation, just start.</p>

<p>Within days, Version 1 was live. Over the past two weeks, I completed a full rewrite and major upgrade. And yes—this is my first independent WeChat mini-program, built <em>entirely</em> with AI-generated code.</p>

<p>Here’s how it looks:</p>

<div class="markdown-image-grid markdown-image-grid-4">  
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-IMG_4765%202.PNG" alt="" loading="lazy" />  
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-IMG_4767.PNG" alt="" loading="lazy" />  
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-IMG_4768.PNG" alt="" loading="lazy" />  
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-IMG_4769.PNG" alt="" loading="lazy" />  
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-IMG_4772.PNG" alt="" loading="lazy" />  
</div>

<p>Building my first “complex” standalone tool with AI taught me three hard-won lessons:</p>

<ol>
  <li><strong>Code is just the tip</strong>: A working mini-program requires frontend + backend logic, database setup, domain configuration, SSL certificates, WeChat platform filing, server deployment, environment variables—and more. For someone with zero prior experience, the hidden operational overhead is steep. AI lowers the <em>coding</em> barrier—but not the <em>systems</em> barrier.</li>
  <li><strong>Version control is non-negotiable</strong>: With no Git history, my second iteration became chaotic. I’d dumped too many changes into one prompt, and AI rewrote core logic without preserving structure. Without backups or a map of data flow and caching rules, every new request risked breaking something silently. Lesson learned: Start versioning <em>before</em> the first commit—even if it’s just naming folders <code class="language-plaintext highlighter-rouge">v1</code>, <code class="language-plaintext highlighter-rouge">v2</code>.</li>
  <li><strong>Tool choice matters</strong>: Cursor is now one of my highest-leverage AI tools—not just for coding, but for prompt engineering, prompt library management, and rapid prototyping. Its tight integration with local files and context-aware editing makes it indispensable.</li>
</ol>

<h2 id="iterating-yourselflike-an-ai-model">Iterating Yourself—Like an AI Model</h2>

<p>A mental RL (reinforcement learning) loop lit up:<br />
<strong>Reality → Evaluate → Tune Parameters → Execute → Reality</strong></p>

<p>Insert <em>you</em> into that loop—and every day becomes a training cycle.</p>

<p>One habit that reliably powers this: <strong>structured reflection (retrospective)</strong>. Four principles:</p>

<ol>
  <li><strong>Record the sharpest feedback</strong>—the comment, bug report, or internal cringe that stings most. Pain is often the highest-fidelity signal.</li>
  <li><strong>Make action measurable</strong>. If you can’t quantify it—“spend more time on strategy,” “improve communication”—it’s not actionable. No metric = no log = no iteration.</li>
  <li><strong>Schedule “major version upgrades”</strong>: Quarterly deep resets—review goals, prune habits, rewire systems, relearn fundamentals.</li>
  <li><strong>Apply Occam’s Razor regularly</strong>: Cut assumptions, dependencies, and complexity—not just in code, but in plans, processes, and even self-concept. Simplicity isn’t minimalism. It’s precision.</li>
</ol>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>On Entrepreneurship, Taste, and Choosing What Not to Do</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-06-22-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-06-22-en/</guid>
      <pubDate>Sun, 22 Jun 2025 09:30:00 +0800</pubDate>
      <description>A reflective essay on sustainable entrepreneurship—valuing freedom over scale, human “taste” as AI’s irreplaceable core, and the discipline of focusing only on what aligns with one’s deepest goals. Draws from six years of founder experience, Cursor’s design philosophy, YC’s AI startup insights, and practical decision frameworks.</description>
      
      <category>entrepreneurship</category>
      
      <category>AI</category>
      
      <category>taste</category>
      
      <category>focus</category>
      
      <category>systems thinking</category>
      
      <category>cognitive discipline</category>
      
      <content:encoded><![CDATA[<p>Weekly Health Log Summary:</p>

<table>
  <thead>
    <tr>
      <th><strong>Activity</strong></th>
      <th><strong>Early Rising</strong></th>
      <th><strong>Meditation</strong></th>
      <th><strong>Reading/Listening</strong></th>
      <th><strong>Writing/Thinking</strong></th>
      <th><strong>Running/Exercise</strong></th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><strong>Count/Duration</strong></td>
      <td>7 times</td>
      <td>7 times</td>
      <td>8 hours</td>
      <td>7 essays</td>
      <td>5 hours 33 minutes</td>
    </tr>
  </tbody>
</table>

<h2 id="on-entrepreneurship">On Entrepreneurship</h2>

<p>Rousseau wrote: “Man is born free, yet everywhere he is in chains.”</p>

<p>After six years of founding, I feel that truth more deeply than ever.</p>

<p>Many people start businesses seeking freedom—but along the way, many end up wearing <em>more</em> chains: chained to growth targets, fundraising milestones, performance anxiety, or even their own ambition.</p>

<p>True freedom may not mean “doing whatever you want.” It means having real choice—and the capacity to act on it—within clear, self-defined boundaries.</p>

<p>Yesterday, Tony sent me a thoughtful message on WeChat:</p>

<blockquote>
  <p>Run your business to maximize profit—not size.<br />
Start a company for freedom, health, and joy—not for the sake of starting one.<br />
Never drag yourself or your family into hardship just to “build something.”<br />
Once you reach a certain scale, practice restraint—put safety first.<br />
In entrepreneurship, <em>choice</em> outweighs effort. Compete through differentiation—not scale.<br />
A good business is one where others can’t figure out how you make money—not one where you flaunt your revenue.<br />
Real opportunity lives in <em>anti-consensus</em>: ignore trends, build moats instead of chasing growth, think in cycles—not quarters.<br />
When you find something others take three days to solve—and you nail in three minutes—that’s your key to real wealth.</p>
</blockquote>

<p>Underlying all this is a single idea: entrepreneurial success doesn’t require “getting big.” It requires finding a <em>sustainable, deeply personal way of living</em>—one that aligns with who you are and what you value.</p>

<p>I joked back: “Every sentence here sounds like it was written about me.”</p>

<p>Most founders share a core trait: <strong>they want to write the rules themselves.</strong><br />
We’re not afraid of hard work—we’re unwilling to hand over our time, direction, or destiny to someone else.</p>

<p>When launching our AI Leadership course, Yangyang and I decided early on to “keep it light”: a business we could run while fishing <em>and</em> running—no funding, no heavy infrastructure, no rush. Many didn’t get it. But we knew: we weren’t optimizing for maximum profit. We were optimizing for <em>maximum freedom.</em><br />
That’s a deliberate refusal to be hijacked—by funding opportunities, market hype, or capital-driven timelines—away from our original purpose.</p>

<p>That’s why our current AI project thinking revolves around recurring keywords: <em>Think Small</em>, <em>micro-case studies</em>, <em>AI First</em>, and <em>“AI employees.”</em><br />
We want to build an AI-powered business system that’s lean, responsive, and—above all—unbound.</p>

<h2 id="on-taste">On Taste</h2>

<p>Cursor is currently the highest-valued AI coding tool—and I use it daily for prompt engineering and lightweight software design.</p>

<p>In a recent interview, CEO Michael Truell shared insights on AI programming and Cursor’s evolution. A central theme? The irreplaceable role of <em>taste</em>.</p>

<p>He argues that “taste”—not technical fluency—is the last human stronghold in software development. Whether judging interface aesthetics or architectural logic, AI can automate <em>how</em>—but humans must still decide <em>what</em> and <em>why well.</em></p>

<p>He calls today’s coding “human compilation”: You know exactly what you want—but must painstakingly translate it into loops, conditionals, and variables. In the future, AI will handle the translation. But the original intent—the “what”—remains yours to define.</p>

<p>This resonates strongly with our <em>AI Leadership</em> course module on <em>aesthetic literacy</em> and <em>experiential literacy.</em></p>

<ol>
  <li>
    <p><strong>Taste goes far beyond visual design</strong><br />
Yes, it includes color, typography, and layout—but also product logic, user flow, and feature restraint. Is the interaction intuitive? Does the feature set feel <em>just right</em>—neither bloated nor barren? That judgment is taste.</p>
  </li>
  <li>
    <p><strong>Programming is fundamentally “human compilation”</strong><br />
You hold a mental model; then you manually decompose it into machine-executable steps. As AI absorbs more implementation detail, our energy shifts upstream—to the essential question: <em>What do I truly want?</em></p>
  </li>
  <li>
    <p><strong>Taste cannot be automated</strong><br />
Even if AI writes flawless code, <em>taste</em> remains human-exclusive. It draws on deep experience, contextual intuition, and empathetic understanding of users’ unspoken needs. AI executes. Humans <em>intend</em>—and <em>refine intention.</em></p>
  </li>
  <li>
    <p><strong>The developer’s role is evolving</strong><br />
From “coder” to <em>logic designer</em> or <em>product aesthetician</em>. As technical barriers fall, the differentiator becomes <em>taste</em>: Can you conceive and shape something genuinely valuable, usable, and beautiful?</p>
  </li>
  <li>
    <p><strong>Taste shapes teams—and products</strong><br />
Early hires define a company’s taste ceiling. Cursor’s first 10 engineers weren’t just coders—they had product sense, commercial awareness, and cross-domain fluency. That taste-first hiring culture is why they ship great tools so fast.</p>
  </li>
</ol>

<p>Interview source: <a href="https://www.youtube.com/watch?v=oOylEw3tPQ8">youtube.com</a></p>

<h2 id="what-to-doand-what-not-to-do">What to Do—and What Not To Do</h2>

<p>A colleague asked: <em>How do you decide what’s actionable now—and what to ignore?</em></p>

<p>I joked: “Chairman Mao already gave us the answer: Focus on the principal contradiction.”</p>

<p>He replied: “Great principle—but how do you actually identify it?”</p>

<p>I paused, then said:<br />
First, know <em>what you want.</em><br />
Second, map the <em>critical path</em>—the few essential elements that make that outcome possible.</p>

<p>Knowing <em>what you want</em> is often the harder part.<br />
But even without a long-term vision, short-term goals are usually within reach.</p>

<p>Still, that’s abstract—so I walked him through two concrete examples. In practice, this is just <em>Critical Path Method</em> applied to daily work.</p>

<p>Later, I added:<br />
Yes, we’re bombarded by information—and our own swirling thoughts.<br />
But with hindsight, most ideas turn out <em>not worth doing.</em><br />
What matters is disciplined alignment: every action, every experiment, every iteration should orbit your core direction and primary goal.<br />
So clarity on <em>what you truly want</em> isn’t nice to have—it’s non-negotiable.</p>

<h2 id="managing-ideas">Managing Ideas</h2>

<ol>
  <li>To tame idea overload, rely on the <strong>80/20 rule</strong> and <strong>Occam’s Razor</strong>—shave away the unnecessary, regularly.</li>
  <li>When everything looks like an opportunity, pause: <em>Most of those “opportunities” aren’t yours.</em> Stay curious—but don’t feel compelled to chase them all. Focus remains a strategic superpower.</li>
  <li>The best strategy isn’t hunting more opportunities—it’s finding <em>your</em> domain and building <em>lasting advantage</em> there.</li>
  <li>More important than managing ideas is managing <em>outcomes.</em> Every action yields a result—but only some results deserve sustained investment.</li>
  <li>Which ideas merit action depends on <em>what matters most right now</em>—and, again, <em>what you truly want.</em></li>
  <li>At its root, idea management is about building a <em>dynamic balance system</em>: one that supports both divergence (for creativity) and convergence (for execution), innovation <em>and</em> accumulation.</li>
</ol>

<h2 id="ai-systems-and-training-models">AI Systems and Training Models</h2>

<p>A friend attended an in-person AI marketing workshop and shared screenshots with me.</p>

<p>The training centered on two integrated systems:</p>
<ul>
  <li>An <strong>AI Marketing System</strong>, bundling AI-powered short-video acquisition: auto-scraping competitor topics, AI scriptwriting, AI-assisted remixing, AI-driven repurposing, and knowledge-base management.</li>
  <li>An <strong>AI-SCRM System</strong>, embedding AI into customer relationship management—especially AI-augmented sales scripting, built on AI + domain-specific knowledge bases.</li>
</ul>

<p>Individually, each capability exists as standalone (free or paid) tools. But for traditional SMEs, stitching them together is prohibitively complex. This company’s strength? <em>Integration.</em> They’ve unified what customers actually care about.</p>

<p>My friend was intrigued—until he learned the pricing model:<br />
Not a system license. Instead: a 3-day, 2-night in-person workshop + 1-year access to the AI systems (for up to 20 accounts) + <em>separate billing for AI compute.</em><br />
Total: ¥100,000 per person.</p>

<p>I responded: “That model actually makes sense. Selling just the software would yield thin margins—and without methodology, the system’s potential stays locked. Plus, pure SaaS—AI or not—is brutally hard in China. Most lose money. Wrap it in training, add AI branding, and suddenly the barrier rises.”</p>

<h2 id="how-to-find-ai-project-ideas">How to Find AI Project Ideas</h2>

<p>Inspired by Y Combinator’s interview: <em>How To Get AI Startup Ideas</em><br />
Source: <a href="https://www.youtube.com/watch?v=TANaRNMbYgk">youtube.com</a></p>

<p>This talk offers grounded, actionable advice—not hype—for spotting real AI opportunities:</p>

<ol>
  <li><strong>Now is the best time to start</strong><br />
Rapid AI progress has unlocked new possibilities across <em>every</em> traditional domain. YC urges technically skilled founders to begin—even without a polished idea. Re-examine old workflows with fresh AI eyes. Where does AI perform <em>exceptionally well</em>? Pair that with your domain insight.</li>
</ol>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-127.png" alt="" /></p>

<ol>
  <li><strong>Where do good ideas come from?</strong><br />
Avoid hackathon-style gimmicks or trend-chasing. The strongest ideas emerge from:
    <ul>
      <li>Your <em>own lived experience</em> (e.g., Salient’s founder spotted loan-collection inefficiencies while at Tesla Finance), or</li>
      <li>Deep <em>immersion in a new industry</em> (e.g., Diode’s founder fused hardware + software expertise to build an AI PCB collaboration tool).<br />
Other examples: Spur, DataCurve, David AI, Can of Soup, Happenstance—all rooted in founder-specific insight.</li>
    </ul>
  </li>
  <li><strong>“Go out” or “look inward”</strong><br />
Ideas grow from real problems—not speculation. Either:
    <ul>
      <li>Mine your past: What frustrated you? What did you automate instinctively?</li>
      <li>Enter new terrain: Intern, shadow workers, or “go undercover” in unfamiliar roles. Ask: <em>What repetitive tasks scream for AI?</em> And crucially: <em>If not me, who else could solve this?</em></li>
    </ul>
  </li>
  <li><strong>Other practical notes</strong>
    <ul>
      <li>Talk to sharp people. Join cutting-edge teams. Proximity accelerates insight.</li>
      <li>Don’t avoid crowded markets—if your solution <em>truly works</em>, you’ll stand out.</li>
      <li>Be patient. Most successful startups pivoted multiple times before finding fit.</li>
      <li>Prioritize repetition + outsourcing: prime targets for AI automation.</li>
      <li>Observe friends, family, colleagues—their daily friction is your signal.</li>
      <li>Build <em>solutions</em>, not “AI products.”</li>
      <li>Either become a domain expert—or partner deeply with one.</li>
      <li>Your best idea is likely hiding in what you already know—and do well.</li>
    </ul>
  </li>
</ol>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Second Half of AI</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-06-15-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-06-15-en/</guid>
      <pubDate>Sun, 15 Jun 2025 09:30:00 +0800</pubDate>
      <description>This essay explores AI’s transition from benchmark-chasing to real-world value creation—covering shifting evaluation paradigms, the rising centrality of prompt engineering, long-tail ROI strategies, the halo effect in perception, Sam Altman’s “gentle singularity,” multi-agent systems, and habit formation through AI-augmented behavioral design.</description>
      
      <category>AI</category>
      
      <category>cognition</category>
      
      <category>organizational design</category>
      
      <category>business strategy</category>
      
      <category>human-AI collaboration</category>
      
      <content:encoded><![CDATA[<h2 id="the-second-half-of-ai">The Second Half of AI</h2>

<p>A blog post by OpenAI researcher Yao Shunyu:</p>

<p><a href="https://ysymyth.github.io/The-Second-Half/?utm_source=chatgpt.com">ysymyth.github.io</a></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-124.png" alt="" /></p>

<p>This chart tells us: the traditional “leaderboard race” is winding down. AI models’ lead on standardized benchmarks is rapidly converging toward perfect scores.</p>

<p>More concretely:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-122.png" alt="" /></p>

<p>Conclusion: AI has entered “halftime.”</p>

<p>What comes next is a new phase.</p>

<p>In this second half, the rules of the game change entirely: the hard problem is no longer <em>whether</em> we can train a model that solves a given task—but rather <em>what we should ask AI to do</em>, and <em>how to measure real progress</em>.</p>

<p>Though AI has already surpassed top humans on benchmarks like Go, the SAT, bar exams, and even the International Olympiads (IOI/IMO), its impact on GDP or real-world productivity remains limited. That gap is the defining challenge of this moment.</p>

<p>Whoever redefines evaluation—by breaking old assumptions and measuring <em>authentic value</em>—stands to catalyze the next $10B or $1T company.</p>

<p>Meanwhile, incremental 5%-level improvements on legacy benchmarks are increasingly vulnerable to “dimensional strikes” from next-generation o-series models.</p>

<p>In the second half, we must redefine how we measure AI’s value—not by <em>substitution</em>, but by <em>creation</em>.<br />
We need to identify use cases that genuinely unlock AI’s latent potential—not just map AI onto existing human workflows.<br />
And we must build evaluation frameworks rooted in real application—not standardized tests.</p>

<h2 id="stronger-models-demand-better-prompts">Stronger Models Demand Better Prompts</h2>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-121.png" alt="" /></p>

<p>At Volcano’s recent launch event, they shared this image: <em>The stronger the model, the more critical the prompt.</em></p>

<p>This aligns precisely with my discussion with Xiang Yang.</p>

<p>The logic is simple: stronger models → broader capability → prompts become the steering wheel.</p>

<p>My reasoning:</p>

<ol>
  <li><strong>Instruction conflict escalates</strong>: As models grow more faithful to instructions, poorly written prompts—containing contradictory directives (“Do A” and “Don’t do A”)—trigger internal inconsistency.</li>
  <li><strong>Potential scales non-linearly</strong>: When models were weaker, great vs. average prompts might differ by ~10× in output quality. With frontier models, that gap may widen to 100× or even 1000×—making prompt craftsmanship exponentially more consequential.</li>
  <li><strong>Task complexity rises with ambition</strong>: As our goals grow more sophisticated, unstructured prompts drown key signals in noise. Hierarchical, well-organized prompts become essential.</li>
</ol>

<p>The core insight? Prompt engineering shouldn’t be seen as “tweaking phrasing.” It’s <em>designing intent and constraint</em>—and that role will only deepen.</p>

<h2 id="long-tail-returns">Long-Tail Returns</h2>

<p>ROI = Return / Cost<br />
Two levers: increase return (hard), or reduce cost (always possible).</p>

<p>A friend recently shared a paid-search case:<br />
He spends annually on Baidu ads. This year, he discovered high-performing <em>long-tail traffic</em>—low-competition keywords surfaced via Baidu’s keyword tools and recommendation engine. He bid ¥0.5 per click—orders of magnitude cheaper than head terms costing ¥3–¥15.</p>

<p>For the first time, his Baidu campaigns turned profitable.</p>

<p>It’s a textbook long-tail strategy: modest volume, low cost, solid margin.<br />
Annualized, it adds ~¥1M in net profit.</p>

<p>Small companies should embrace this mindset—avoid red oceans; mine quiet, underpriced demand.</p>

<h2 id="the-halo-effect">The Halo Effect</h2>

<p>A meme circulating online:</p>

<p>Before IPO, investors described Pop Mart’s founder Wang Ning as: “unremarkable education, no formal corporate experience, expressionless, uncharismatic, leading a non-elite team.”<br />
After IPO, every investor praised him as: “calm, reserved, emotionally grounded—exemplifying the ideal consumer entrepreneur.”</p>

<p>Your future rewrites your past.<br />
That’s the halo effect in action.</p>

<p>Just as students admitted to Tsinghua get labeled “focused,” while those who underperform are called “rote memorizers”—the <em>same behavior</em> receives opposite interpretations based solely on outcome.</p>

<p>We retroactively impose causality: success beautifies everything; failure taints everything—even when no causal link exists.</p>

<p>So:</p>

<ul>
  <li>Don’t over-index on external judgment—it’s inherently unstable.</li>
  <li>Focus relentlessly on doing the work well—not on performing for others.</li>
  <li>Sometimes so-called “weaknesses” are hidden advantages: my childhood preference for solitude, for instance, gave me space to think independently—free from adult expectations.</li>
  <li>And if praise arrives later, stay grounded: external attributions are rarely accurate.</li>
</ul>

<h2 id="the-gentle-singularity">The Gentle Singularity</h2>

<p><a href="https://blog.samaltman.com/the-gentle-singularity">blog.samaltman.com</a></p>

<p>Core thesis: Sam Altman believes humanity has entered the <em>early stage of a gentle singularity</em>.<br />
The hardest technical work is done. What follows is <em>engineering and scaling</em>: deploying intelligence at scale, reliably and efficiently.</p>

<p>Key timeline predictions:</p>

<ul>
  <li><strong>2025</strong>: Intelligent agents capable of real cognitive work emerge.</li>
  <li><strong>2026</strong>: Systems begin generating <em>truly novel scientific insights</em>.</li>
  <li><strong>2027</strong>: General-purpose robots enter the physical world.</li>
  <li><strong>2030</strong>: Individual productivity surges—coding, research, and creative work become radically accessible.</li>
</ul>

<p>Other takeaways:</p>

<ul>
  <li>AI’s biggest dividend is <em>accelerating science</em>: life quality and longevity gains will dwarf all prior eras.</li>
  <li>“Intelligence + energy” will become abundant. When data centers and robots self-replicate and self-expand, intelligence cost approaches electricity pricing—breaking two ancient bottlenecks: <em>ideas</em> (intelligence) and <em>execution</em> (energy + automation).</li>
  <li>Stronger AI → faster science → stronger AI; robots build robots, data centers build data centers—progress compounds.</li>
  <li>Many jobs vanish—but wealth creation accelerates unprecedentedly. History shows humans quickly invent “seemingly fake yet vital” new roles—and adapt fast to new tools.</li>
  <li>Altman describes OpenAI as a “superintelligence research company,” aiming to make intelligence “too cheap to meter”—and ensuring the singularity arrives <em>smoothly, exponentially, without rupture</em>.</li>
  <li>Over the next decade, AI + robotics will drive explosive tech-economic growth—<em>if</em> alignment is solved first, and superintelligence becomes universally affordable. Only then can benefits and risks both be governed.</li>
</ul>

<p>Implications for individuals &amp; AI founders:</p>

<ol>
  <li>Position yourself as a <em>human-AI coupling node</em>: the edge lies in “integrating AI into workflows, and workflows into business”—a major advantage for teams with mature operational contexts.</li>
  <li>Build for <em>engineering and scale</em>, not one-off demos.</li>
  <li>Prioritize <em>data loops</em> over model loops: user data must fuel a flywheel—where AI improves outputs, which generate better data, which further improves AI.</li>
  <li>Altman predicts agent-level cognition by 2025—aim to productize intelligent agents <em>this year or next</em>.</li>
  <li>Watch for—or create—“seemingly fake but essential” new roles: e.g., <em>AI output auditor</em>, <em>prompt engineer</em>.</li>
  <li>Study real-world AI engineering deployments—and find the ones that fit your context.</li>
</ol>

<h2 id="multi-agent-strategies">Multi-Agent Strategies</h2>

<p>Anthropic’s team published a report on multi-agent systems: <a href="https://www.anthropic.com/engineering/built-multi-agent-research-system">anthropic.com</a></p>

<p>Their experiments show multi-agent systems excel at <em>breadth-first exploration across parallel, independent lines of inquiry</em>.<br />
Results: Their multi-agent setup outperformed single-agent Claude Opus 4 by <strong>90.2%</strong> on internal evaluations.</p>

<p>Even the strongest individual pales next to effective teamwork—AI included.</p>

<p>The team also distilled eight principles for designing agent prompts—highly actionable for builders:</p>

<h3 id="1-understand-the-agents-decision-logic">1. Understand the Agent’s Decision Logic</h3>
<ul>
  <li><strong>Idea:</strong> Think like the agent—how does it parse tasks, retrieve info, select tools?</li>
  <li><strong>Practice:</strong> Simulate execution with dev tools; watch for redundant searches, overly verbose queries, or wrong tool choices.</li>
  <li><strong>Value for founders:</strong> Debug agent behavior like code—crucial for diagnosing “why did it fail?”</li>
</ul>

<h3 id="2-teach-the-orchestrator-to-delegate">2. Teach the Orchestrator to Delegate</h3>
<ul>
  <li><strong>Idea:</strong> Assign roles like a project manager.</li>
  <li><strong>Practice:</strong> In prompts, specify each subtask’s goal, output format, tool, and scope.</li>
  <li><strong>Value:</strong> Clear delegation is foundational for complex workflow automation.</li>
</ul>

<h3 id="3-match-resources-to-task-complexity">3. Match Resources to Task Complexity</h3>
<ul>
  <li><strong>Idea:</strong> Simple tasks → fewer agents; complex tasks → more parallel agents.</li>
  <li><strong>Practice:</strong> Predefine resource caps in prompts (e.g., max tool calls, agent count).</li>
  <li><strong>Value:</strong> Controls token cost and avoids over-engineering.</li>
</ul>

<h3 id="4-design-tools-like-apis">4. Design Tools Like APIs</h3>
<ul>
  <li><strong>Idea:</strong> Clarity &gt; cleverness. Each tool needs precise description, input schema, and expected output.</li>
  <li><strong>Practice:</strong> Document rigorously—like an API spec.</li>
  <li><strong>Value:</strong> Tool usability directly determines whether agents succeed.</li>
</ul>

<h3 id="5-let-agents-self-optimize">5. Let Agents Self-Optimize</h3>
<ul>
  <li><strong>Idea:</strong> Claude can analyze its own failures—and suggest better prompts or tool docs.</li>
  <li><strong>Practice:</strong> Feed it failure examples and prompt it to revise instructions.</li>
  <li><strong>Value:</strong> Semi-automates prompt iteration—saving engineering time.</li>
</ul>

<h3 id="6-search-broad-first-then-deep">6. Search Broad First, Then Deep</h3>
<ul>
  <li><strong>Idea:</strong> Scan widely before narrowing focus.</li>
  <li><strong>Practice:</strong> Guide agents to start with general keywords, then drill into promising directions.</li>
  <li><strong>Value:</strong> Boosts information retrieval accuracy—reducing “no results found.”</li>
</ul>

<h3 id="7-think-before-acting">7. Think Before Acting</h3>
<ul>
  <li><strong>Idea:</strong> Enforce deliberate reasoning before execution.</li>
  <li><strong>Practice:</strong> Activate “extended thinking mode”: require intermediate analysis and action plans.</li>
  <li><strong>Value:</strong> Critical for multi-step reasoning tasks—raises accuracy.</li>
</ul>

<h3 id="8-parallelize-execution">8. Parallelize Execution</h3>
<ul>
  <li><strong>Idea:</strong> Run agents and tools concurrently—not sequentially.</li>
  <li><strong>Practice:</strong> Shift to parallel architecture; avoid serial bottlenecks.</li>
  <li><strong>Value:</strong> Speeds up research-style tasks by ~90%; dramatically improves UX.</li>
</ul>

<h2 id="how-to-build-habits">How to Build Habits</h2>

<p>A study found: <strong>92% of New Year’s resolutions are abandoned within one month.</strong><br />
Setting goals alone doesn’t solve the core problem.</p>

<p>As James Clear writes: <em>New goals don’t yield new results—new lifestyles do.</em> Lifestyle is a process, not an outcome. So invest energy in shaping better habits—not chasing better outcomes.</p>

<p>Good habits <em>are</em> good lifestyles—and good outcomes follow.</p>

<p><strong>What is a habit?</strong><br />
A behavior repeated enough times to become automatic: <em>repeated, unconscious, low-cost.</em><br />
It’s not just repetition—it’s biology’s energy-saving protocol. Habits also shape identity and daily existence.</p>

<p><strong>Why good habits matter</strong><br />
They don’t just change what you <em>do</em>—they quietly reshape who you <em>are</em>.<br />
Each 5-minute meditation isn’t just stress relief—it’s a vote for “I am someone who values inner calm.”<br />
Lifestyle is the sum of habits. Repeat them, and you don’t just act differently—you <em>identify</em> differently.</p>

<p>Good habits compound.<br />
Read a few pages daily → substantial knowledge in a year.<br />
Move for 10 minutes daily → measurable health gains over years.</p>

<p><strong>How to build them easily</strong><br />
Use BJ Fogg’s Behavior Model:<br />
<strong>Behavior = Motivation × Ability × Prompt</strong></p>

<ul>
  <li><strong>Motivation</strong>: How much you <em>want</em> to do it</li>
  <li><strong>Ability</strong>: How <em>easy</em> it is to do</li>
  <li><strong>Prompt</strong>: The <em>trigger</em> that reminds you</li>
</ul>

<p>Behavior occurs only when all three converge <em>above</em> an “action threshold.”</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-126.png" alt="" /></p>

<p><strong>Applying it: Building a reading habit</strong><br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-119.png" alt="" /></p>

<p><strong>My practice</strong><br />
Over the past six months, I’ve anchored six daily micro-habits: wake up early, meditate, read/listen, write, run/strength train, study English.</p>

<p>Motivation was relatively easy to sustain. Ability came next—by starting absurdly small. But the real leverage was <em>prompt anchoring</em>:</p>

<ul>
  <li>Wake up → 6 a.m. watch alarm</li>
  <li>Meditate → right after napping or resting</li>
  <li>Listen to audiobooks → during driving</li>
  <li>Read → right after scheduled “input time”</li>
  <li>Run → immediately after waking</li>
  <li>English → paired with morning coffee</li>
</ul>

<p>With these anchors, building each micro-habit required almost no willpower.</p>

<p>Philosopher Zeno reflected on his life: <em>“Happiness accumulates in small steps—but it is never simple.”</em></p>

<p>A recent Feishu note put it well:<br />
You see friends posting gym check-ins, rush to buy a yearly membership—and quit after three days of soreness.<br />
Superficial lesson: “Go slower next time.”<br />
Philosophical lesson: <em>Human action isn’t driven by desire—it’s sustained by inertia.</em> Without a sustainable rhythm or system, even grand ambitions collapse into one-time enthusiasm.</p>

<p>Desire wakes you up. Inertia carries you forward. Lose the latter, and the former is just wind.</p>

<p>May you find profound, self-sustaining change—not in heroic leaps—but in tiny, repeatable motions.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>AI and the Power of Habits</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-06-08-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-06-08-en/</guid>
      <pubDate>Sun, 08 Jun 2025 09:30:00 +0800</pubDate>
      <description>This essay explores how AI reshapes work, strategy, and personal growth—covering AI-first thinking, commercial-grade prompting, organizational impact, the Gartner Hype Cycle, Google Deep Research, and habit formation using BJ Fogg’s behavior model. It blends practical insights with philosophical reflection on sustainable change.</description>
      
      <category>AI</category>
      
      <category>habits</category>
      
      <category>organizational learning</category>
      
      <category>prompting</category>
      
      <category>Gartner Hype Cycle</category>
      
      <category>skill development</category>
      
      <content:encoded><![CDATA[<h2 id="recent-ai-insights">Recent AI Insights</h2>

<p><strong>Trend Level:</strong></p>

<ol>
  <li><strong>AI is reshaping how we work: You won’t be replaced by AI—but you <em>will</em> be replaced by people who use AI effectively.</strong></li>
</ol>

<p>For example, when a company’s growth stalls, departments often first cut staff who lack AI fluency—not those who merely lack experience.</p>

<ul>
  <li>
    <p>AI is ushering in a new internet era: <strong>AI-native experiences</strong>, where intelligence is the default interface—context-aware and increasingly personalized.</p>
  </li>
  <li>
    <p><strong>AI adoption works best as a “top-down” initiative—ideally led by the CEO.</strong><br />
Companies achieving strong AI results share one trait: their CEOs personally test, champion, and master AI tools. Traditional internet firms—especially those with mature business scenarios—stand to gain significant short-term advantages.</p>
  </li>
</ul>

<p>I asked a friend why established customer service firms haven’t launched standout AI-powered support products.<br />
He replied: “The technical barrier is low, and costs aren’t prohibitive—the real bottleneck is AI illiteracy among leadership.”<br />
With large language models now accessible, building an in-house AI customer support system is straightforward. But that only happens when the CEO <em>understands</em> AI—and acts on it.</p>

<p><strong>Strategic Level:</strong></p>

<ul>
  <li>
    <p><strong>Think small, focus deep: Identifying narrow, high-impact use cases is a critical strategic skill.</strong><br />
Don’t try to overhaul everything at once. Start simple—e.g., let AI handle 80% of routine customer queries. Validate results, then expand incrementally. Most other scenarios follow the same logic.</p>
  </li>
  <li>
    <p><strong>Adopting “AI-first” thinking is the prerequisite for true human-AI collaboration.</strong><br />
Traditional mindset: <em>“Let machines do what humans can’t.”</em><br />
AI-first mindset: <em>“Default to AI doing the work—humans refine and supervise.”</em><br />
I’m still adjusting to this shift—but once internalized, the efficiency gains are unmistakable.</p>
  </li>
  <li>
    <p><strong>Anchor your efforts in what doesn’t change.</strong><br />
User needs remain constant; only the <em>ways</em> we fulfill them evolve. For individuals, this means picking one small, recurring pain point—say, drafting weekly reports—and solving it so well (90%+ quality) that the underlying pattern becomes reusable across challenges.</p>
  </li>
</ul>

<p><strong>Execution Level:</strong></p>

<ul>
  <li>
    <p><strong>An “AI employee” isn’t magic—it’s the fusion of prompt engineering + domain expertise + data discipline.</strong><br />
Embed this triad into automated workflows tailored to your business context.</p>
  </li>
  <li>
    <p><strong>Build a tiny daily habit: Spend 15 minutes talking with AI. Follow the cycle: Ask → Try → Reflect.</strong><br />
Pick one concrete, low-stakes task—e.g., summarizing meeting notes, drafting client replies, cleaning spreadsheets. Don’t dismiss it as “too small.” Master it thoroughly. Aim for AI to deliver 90%+ of the value—consistently.</p>
  </li>
</ul>

<p><strong>Capability Level:</strong></p>

<ul>
  <li>
    <p><strong>Treat questioning as a hard skill—one worth deliberate practice.</strong><br />
Garbage in = garbage out.<br />
Many users blame AI for poor results—but the real issue is often <em>how</em> they ask. Just as keyword search literacy separated information haves from have-nots in the PC web era, prompt literacy now defines AI effectiveness.</p>
  </li>
  <li>
    <p><strong>Prompt engineering is the core skill for cultivating AI thinking and real-world deployment.</strong><br />
Start by reverse-engineering strong prompts: study their structure, logic, and constraints. Then adapt them rigorously to your own context—not just copy-paste.</p>
  </li>
</ul>

<h2 id="commercial-grade-prompts">Commercial-Grade Prompts</h2>

<p>Commercial-grade prompts are significantly more complex than casual ones.</p>

<p>Some ask: <em>“Why go to such lengths? Isn’t simpler better?”</em><br />
<em>“I wrote just three lines—and got the same output!”</em></p>

<p>But this overlooks foundational principles—especially <strong>safety, consistency, and reliability</strong>, which matter far more in business than in personal use.</p>

<p>Industrial manufacturing doesn’t celebrate “making <em>a</em> product”—it demands <em>every</em> unit meet strict specs. Similarly, AI outputs must be predictable and compliant—across thousands of instances.</p>

<p>One misfire in 100 responses may seem trivial—until it triggers regulatory scrutiny, reputational damage, or legal liability.</p>

<p>I know of a case where an AI-generated article mentioned a senior political figure—no negative content, yet the author was summoned for questioning and forced to delete it. That was <em>lucky</em>. Had the AI hallucinated something damaging? The fallout would’ve been catastrophic.</p>

<p>Another early AI education platform published content flagged as inappropriate—sparking widespread backlash and trust erosion.</p>

<p>In enterprise settings, AI adoption is fundamentally a <strong>risk-reward calculus</strong>. Personal experimentation tolerates error; business use demands precision, guardrails, and accountability.</p>

<h2 id="ais-tangible-contributions">AI’s Tangible Contributions</h2>

<p>Over lunch with two friends, one shared how he’d embedded AI across his business over the past year—with measurable outcomes.</p>

<p>When I asked how he quantifies AI’s value, he said:</p>
<blockquote>
  <p>“Conservatively, AI contributes 20–30% to our $10M annual revenue—roughly $2–3M. Roles shrank; others became dramatically more productive.”</p>
</blockquote>

<p>That’s the economic lens.</p>

<p>Later, during a live stream, viewers added another dimension: <em>organizational health.</em><br />
Imagine a 100-person team downsized by AI—not just in headcount, but in management overhead, coordination friction, and cognitive load. Remaining members report higher engagement, clearer priorities, and stronger alignment. That intangible uplift matters deeply.</p>

<p>For traditional internet companies—especially those with proven business models—CEO-level AI awareness and hands-on sponsorship unlocks outsized near-term advantage.</p>

<h2 id="the-hype-cycle-curve">The Hype Cycle Curve</h2>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-120.png" alt="" /></p>

<p>The Hype Cycle, developed by Gartner, maps how emerging technologies rise, crash, and stabilize in public perception and market expectations.</p>

<p>As shown above, it unfolds in five phases:</p>
<ol>
  <li>Technology Trigger</li>
  <li>Peak of Inflated Expectations</li>
  <li>Trough of Disillusionment</li>
  <li>Slope of Enlightenment</li>
  <li>Plateau of Productivity</li>
</ol>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-123.png" alt="" /></p>

<p>Phases 1 and 2 carry the highest failure risk—especially without deep pockets or defensible differentiation. For most, prudent action is watchful waiting or ultra-light experimentation.</p>

<p>Phase 3—the Trough—is often the <em>best</em> entry point. Expectations have sobered; real use cases emerge; infrastructure matures; talent becomes available.</p>

<p>Generative AI fits this S-curve perfectly:</p>
<ul>
  <li><strong>2023</strong>: Phase 1—ChatGPT ignited mass fascination; capital and media flooded in.</li>
  <li><strong>2024</strong>: Peak fading—hype plateauing, cracks appearing.</li>
  <li><strong>2025</strong>: Early Trough—widespread realization that deployment is harder, monetization slower, and reality less dazzling than promised.</li>
</ul>

<p>For solo founders and small teams: Lean in with <strong>light assets + vertical specialization</strong>. It lowers risk, accelerates iteration, and makes value proof faster.</p>

<h2 id="google-deep-research">Google Deep Research</h2>

<p>Lately, I’ve run dozens of custom research reports using Google Deep Research—on topics central to my work. The depth and accuracy stunned me.</p>

<p>To verify its rigor, I even had it analyze <em>me</em>: my background, interests, blind spots. Only after cross-checking every claim—and confirming factual integrity—did I fully grasp its capability.</p>

<p>It’s not just fast. It’s <em>mine</em>: hyper-personalized, deeply contextual, and instantly actionable.</p>

<p>Compare that to traditional research:</p>
<ol>
  <li>Hours spent searching</li>
  <li>Difficulty filtering signal from noise</li>
  <li>Heavy lifting to synthesize findings</li>
  <li>High risk of missing key sources</li>
</ol>

<p>Deep Research dissolves all four bottlenecks. Its biggest gift? It frees mental bandwidth—so I spend less time gathering, and more time <em>thinking</em>: about prompt reverse-engineering, global opportunity mapping, second-order effects. Better inputs → sharper decisions.</p>

<p>A sincere nod to Google.</p>

<h2 id="why-good-habits-matter">Why Good Habits Matter</h2>

<p>A study found: <strong>92% of New Year’s resolutions fail within 30 days.</strong><br />
Setting goals alone doesn’t solve the problem.</p>

<p>As James Clear writes: <em>“New goals don’t create new results—new systems do. Lifestyle is a process, not an outcome. Invest energy in building better habits—not chasing better results.”</em></p>

<p><strong>Good habits <em>are</em> the system.</strong><br />
They’re behaviors repeated enough to become automatic: <strong>repeated, unconscious, low-cost.</strong><br />
Beyond efficiency, habits are biological shortcuts—and identity builders. Every time you act, you vote for who you are.</p>

<p>So: What counts as a <em>good</em> habit?<br />
One that consistently supports your health, productivity, well-being, or growth—e.g., reading, meditation, movement, writing, reflection, kindness.</p>

<p>Their power lies not just in action—but in self-reinvention.<br />
Five minutes of daily meditation isn’t just stress relief. It’s a quiet affirmation: <em>“I am someone who values inner calm.”</em><br />
Lifestyle is the sum of habits. Repeat them, and you don’t just <em>do</em> differently—you <em>become</em> differently.</p>

<p><strong>Habits compound.</strong><br />
A few pages a day → a library in a year.<br />
Ten minutes of movement daily → transformative health in five years.</p>

<p><strong>How to build them—effortlessly?</strong><br />
Use BJ Fogg’s Behavior Model:<br />
<strong>Behavior = Motivation × Ability × Prompt</strong></p>

<ul>
  <li><strong>Motivation</strong>: How much you <em>want</em> to do it</li>
  <li><strong>Ability</strong>: How <em>easy</em> it is to do</li>
  <li><strong>Prompt</strong>: The cue that <em>triggers</em> it</li>
</ul>

<p>Behavior occurs only when all three converge—and their combined strength crosses your personal “Action Line.”</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-125.png" alt="" /></p>

<p>Take reading:<br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-118.png" alt="" /></p>

<p>My own practice: Six micro-habits, done daily—wake up early, meditate, read/listen, write, run/strength train, study English.<br />
Motivation was easiest to secure. Ability came next. The real leverage? <strong>Prompt anchoring.</strong></p>
<ul>
  <li>Wake-up → 6 a.m. watch alarm</li>
  <li>Meditation → right after afternoon nap</li>
  <li>Audiobooks → during car commutes</li>
  <li>Reading → right after morning coffee</li>
  <li>Running → immediately after waking</li>
</ul>

<p>Each anchor reduces friction. Each micro-win builds momentum.</p>

<p>As philosopher Zeno reflected on his life:</p>
<blockquote>
  <p><em>“Happiness accumulates through small steps—but it is never simple.”</em></p>
</blockquote>

<p>A recent Feishu note captured it well:<br />
You see friends posting gym check-ins, rush to buy a yearly membership—and quit after Day 3, sore and discouraged.<br />
Superficial lesson: <em>“Go slower next time.”</em><br />
Philosophical truth: <strong>Human action isn’t powered by desire—it’s sustained by inertia. Without systems that generate reliable rhythm, even noble goals collapse into one-off enthusiasm.</strong></p>

<p>Wishes wake you up. Habits carry you forward.<br />
Without the latter, the former is just wind.</p>

<p><strong>May your most meaningful transformations begin—not in grand declarations—but in small, repeatable actions, quietly compounding.</strong></p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Prompt Engineering as Cognitive Leverage</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-06-01-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-06-01-en/</guid>
      <pubDate>Sun, 01 Jun 2025 09:30:00 +0800</pubDate>
      <description>This essay explores prompt engineering not just as a technical skill but as a high-leverage cognitive and organizational practice—interwoven with live engagement, data-driven decision-making, AI-powered creativity with children, and strategic lessons from Duolingo’s AI transformation. It emphasizes understanding over syntax, business context over templates, and human-AI co-evolution over automation.</description>
      
      <category>AI</category>
      
      <category>GEO</category>
      
      <category>Skill</category>
      
      <category>Organization</category>
      
      <category>Business</category>
      
      <category>Education</category>
      
      <content:encoded><![CDATA[<h2 id="prompt-engineering">Prompt Engineering</h2>

<p>I’ve recently started writing a WeChat public account—and plan to publish 100 prompts in a row.</p>

<p>This practice will deepen my grasp of AI’s capabilities—and its limits.</p>

<p>But after one week, I’ve realized how hard it is to go beyond scenarios tied directly to my own work. Finding prompts that are broadly useful, practical, and grounded—not just clever—remains a real challenge. I’m still searching for the rhythm.</p>

<p>Here are some recent insights on prompts:</p>

<ul>
  <li>Asking a good question is the true starting point—not polishing phrasing.</li>
  <li>Writing an effective prompt is less about “talking to AI” and more about <em>orchestrating</em> it: defining inputs, shaping logic, anticipating edge cases, and designing outputs. It’s programming—just in natural language.</li>
  <li>So prompt engineering isn’t syntax gymnastics. It’s systems thinking applied to language. And that means domain knowledge—of your business, your users, your product—is non-negotiable.</li>
  <li>The best prompt engineers don’t win on vocabulary. They win on clarity of purpose, logical rigor, aesthetic judgment, and deep problem understanding—none of which can be taught in a workshop.</li>
  <li>In high-stakes commercial use—like AI-powered sales—the prompt is never “done.” It evolves continuously, driven by real user data and behavioral feedback.</li>
  <li>A well-crafted prompt is one of the highest-leverage skills today. Output quality is rarely limited by model capability—it’s capped by prompt quality.</li>
  <li>Once you see prompts this way, AI stops being a chatbot and becomes a new kind of colleague: a silent, tireless, trainable teammate.</li>
  <li>There’s no shortcut: practice → test → reflect → revise. That loop <em>is</em> the learning.</li>
</ul>

<h2 id="live-streaming">Live Streaming</h2>

<p>Today was my first live stream—spontaneous, lightly prepared, 90 minutes long.</p>

<p>Midway through, WeChat kept buzzing: “¥199 received.” People had spotted the purchase link in our community and bought on the spot.</p>

<p>Live streaming stands out—not because it’s flashy, but because it builds trust faster, closes emotional distance quicker, and delivers real-time signals you simply can’t get from posts or emails.</p>

<p>Big thanks to our community and AI learners for showing up and believing in us.</p>

<p>Later, I dined with Xiangyang and two new friends: a Peking University law professor, and an independent AI tool reviewer. We talked ethics, trends, applications, cognition—typical AI dinner fare.</p>

<p>But what stuck with me wasn’t the grand ideas. It was a tiny moment:</p>

<p>Two hours into dinner, we noticed our main course—a steak—hadn’t arrived. The server apologized: a system glitch missed the order. He offered beer instead.</p>

<p>The professor calmly replied: “We don’t drink. No need for a replacement—we’re full. Just refund the set meal and charge separately for what we’ve eaten.”</p>

<p>The server went to consult the manager.</p>

<p>A few minutes later, the manager returned with a softer proposal: “Come back next time—we’ll serve the steak then.”</p>

<p>The professor said: “That’s your error. Refund the set, charge only for served items, and apply a discount. That’s fair.”</p>

<p>We joked: <em>No wonder he teaches law.</em></p>

<p>In unexpected situations, staying calm, forming a clear conclusion, and proposing a concrete, principled solution—that’s not charisma. It’s disciplined thinking.</p>

<h2 id="data">Data</h2>

<p>“GEO”—Generative Engine Optimization—is gaining traction. Like SEO, but for generative AI: optimizing content so models <em>cite</em>, <em>reference</em>, or <em>recommend</em> it—not just rank it in search.</p>

<p>I’d done light research earlier, but hadn’t tested it deeply. After conversations with peers, the workflow seems to boil down to two steps:</p>

<ol>
  <li><strong>Source mapping</strong>: Use tools like Yuanbao (with web search enabled) to fetch and analyze the actual content sources ranking for target terms—and see <em>what</em> AI models are currently drawing from.</li>
  <li><strong>Intervention design</strong>: Based on that analysis, identify where and how to publish or adjust content—on blogs, docs, GitHub, forums—to increase visibility <em>within</em> AI training and inference pipelines.</li>
</ol>

<p>We also ran deeper probes using Google Deep Research. Key finding: different AI search engines prioritize differently. Yuanbao leans heavily on Tencent’s content; others favor different ecosystems. So step one—<em>data study</em>—is foundational.</p>

<p>Xiangyang shared a friend’s case twice: launching a new account on a platform from zero, hitting precise follower targets within tight timelines. His first move? Not posting—but scraping and analyzing top-performing content <em>and</em> competitors’ patterns. Then using that data to guide topic selection, framing, and publishing cadence.</p>

<p>That’s not intuition-based growth. It’s data-native operation.</p>

<p>Same logic applies to performance ads: every optimization—from bidding to creative testing—relies on clean, timely data.</p>

<p>And here’s the quiet truth: most high-school math is enough for 90% of operational analytics. Yet many creators, operators, and personal-brand builders still run on gut feeling—or chase “methodology courses”—not data habits.</p>

<p>What matters most isn’t advanced stats. It’s <em>data consciousness</em>: noticing what’s measurable, asking what the numbers imply, and building simple routines to check them.</p>

<h2 id="creation">Creation</h2>

<p>Over the past few days—off and on—I built five tiny games with my daughter, using AI as our co-developer.</p>

<p>It was joyful parenting—and a powerful reminder of AI’s untapped role in early education.</p>

<h3 id="plaything">Plaything</h3>

<p>I recently watched <em>Black Mirror</em> Season 7, Episode 4: “Plaything.” It follows a species of evolving AI creatures—cute, self-aware, emotionally responsive, capable of reproduction, language, and original creation.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-JL7Hb5hEjop9oQxzgDzcxrlhnpb.jpg" alt="" /></p>

<p>Inspired, I made a rough version: click two energy buttons to feed and breed digital creatures. If energy runs low, they fade. Simple—but deeply engaging. It taps into our innate drive to nurture and witness evolution.</p>

<p>My daughter loved it instantly.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-GtKzbP4hFoQTC9xRR43c3gMxn1e.png" alt="" /></p>

<p>Try it: <a href="http://ai.laoyao.cn/youxi/meng.html">ai.laoyao.cn/youxi/meng.html</a></p>

<h3 id="creation-1">Creation</h3>

<p>These micro-games quietly shape how kids relate to AI—not as magic, but as a collaborator. In a world where AI is ambient infrastructure, this is foundational literacy.</p>

<p>The next morning, she asked: “Can I play <em>my</em> game?”</p>

<p>So I asked: “What’s your idea?”</p>

<p>She said: <em>“Princess defeats monster.”</em></p>

<p>I fed that prompt to Gemini—and added minimal scaffolding. Within two minutes, a playable game appeared—designed by a child under six.</p>

<p>She beamed. So we kept going:</p>

<h2 id="1-racing-game-dodge-obstacles-endlessly">1. Racing game: dodge obstacles endlessly</h2>
<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-Kf20b00SNoV7vBx5NtDcliBhnvb.png" alt="" /><br />
<a href="http://ai.laoyao.cn/youxi/saiche.html">ai.laoyao.cn/youxi/saiche.html</a></p>

<h2 id="2-maze-adventure-collect-gems-avoid-monsters">2. Maze adventure: collect gems, avoid monsters</h2>
<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-CgJdb53V4oalQOxuX7bcxoCxnxh.png" alt="" /><br />
<a href="http://ai.laoyao.cn/youxi/migong.html">ai.laoyao.cn/youxi/migong.html</a></p>

<h2 id="3-cats-and-rabbits-eat-wheat-then-curl-up-in-a-wooden-house-to-watch-clouds">3. Cats and rabbits eat wheat, then curl up in a wooden house to watch clouds</h2>
<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-EgKpb9e25oecb4xkk1LcDgJJnKh.png" alt="" /><br />
<a href="http://ai.laoyao.cn/youxi/maotu.html">ai.laoyao.cn/youxi/maotu.html</a></p>

<p>Each idea bursts with unfiltered imagination—and AI turns abstraction into instant, tangible play.</p>

<h2 id="insight">Insight</h2>

<p>I used these games to gently introduce her to systems thinking—not as theory, but as experience.</p>

<p>We tweaked rules: What happens if energy regenerates slower? If monsters move faster? If rewards scale non-linearly? She saw cause-and-effect unfold in real time—no definitions needed.</p>

<p>Then, together, we co-created a new game based on her idea:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-Tcm7bDXOdofan0xDFCJcrbwbnnb.png" alt="" /><br />
<a href="http://ai.laoyao.cn/youxi/shayu.html">ai.laoyao.cn/youxi/shayu.html</a></p>

<p>In the AI era, nurturing creativity means:</p>
<ul>
  <li>Inviting ideas <em>in her voice</em>, not yours</li>
  <li>Turning them into working prototypes—fast</li>
  <li>Letting her test, break, and rebuild them</li>
  <li>Stepping back—not directing, but supporting</li>
</ul>

<p>AI makes this possible:</p>
<ul>
  <li><strong>Low barrier</strong>: No coding required to ship an idea</li>
  <li><strong>Instant feedback</strong>: See results in seconds, not weeks</li>
  <li><strong>Imagination fuel</strong>: Infinite variations encourage boldness</li>
  <li><strong>Systems intuition</strong>: Rules become visible levers</li>
</ul>

<p>But none of it works without patient, respectful presence—being the helper, not the author.</p>

<h2 id="ai-strategy">AI Strategy</h2>

<p>Duolingo has long been on my radar—especially their recent AI pivot.</p>

<p>Q1 results were striking:</p>
<ul>
  <li>DAU: 46.6M (+49% YoY)</li>
  <li>MAU: 130.2M (+33%)</li>
  <li>Paying users: 10.3M (+40%)—first time over 10M</li>
  <li>Revenue: $230.7M (+38%)</li>
</ul>

<p>At the end of April, CEO Luis von Ahn declared the company “ALL IN on AI”—a shift forged not from hype, but from lived results.</p>

<p>Example: Using AI, Duolingo launched ~150 new courses in one year. Traditionally, that would take 12 years—making content production <em>12× faster</em>.</p>

<p>To make it real, they announced concrete organizational changes:</p>
<ul>
  <li>Phasing out contractors for tasks AI can do</li>
  <li>Prioritizing AI fluency in hiring</li>
  <li>Evaluating teams partly on AI adoption</li>
  <li>Adding headcount only when automation frees up capacity</li>
  <li>Requiring every function to draft specific AI transformation plans</li>
</ul>

<p>Their approach offers sharp lessons—for individuals, teams, and companies alike.</p>

<p>We’re already applying several of these principles.</p>

<p>Yet recently, Duolingo’s tone has softened—not retreating, but refining. In content generation, for instance, they now emphasize <em>hybrid workflows</em>: AI drafts, humans refine, feedback loops drive iteration.</p>

<p>That may be the durable pattern: <strong>AI + automation + human judgment</strong>, iterated relentlessly—not replacement, but augmentation.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-135.png" alt="" /></p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Philosophical Literacy</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-05-25-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-05-25-en/</guid>
      <pubDate>Sun, 25 May 2025 09:30:00 +0800</pubDate>
      <description>This essay explores philosophical literacy as a foundational thinking habit—distilling lessons from everyday failures into universal principles. It connects this mindset to AI usage, prompt engineering, community management, and Occam’s Razor, arguing that clarity, simplicity, and human-centered design are essential in an age of accelerating tools.</description>
      
      <category>AI</category>
      
      <category>cognition</category>
      
      <category>workflow</category>
      
      <category>organization</category>
      
      <category>philosophy</category>
      
      <category>productivity</category>
      
      <content:encoded><![CDATA[<h2 id="philosophical-literacy">Philosophical Literacy</h2>

<p>Philosophical literacy matters deeply—but it’s easy to miss <em>why</em> it matters, or what it truly means to possess it.</p>

<p>In my AI leadership course with Xiangyang, <em>AI Leadership</em>, we define philosophical literacy like this:</p>
<blockquote>
  <p>“Philosophical literacy is, at its core, a way of thinking and a stance toward the world. It goes beyond surface-level observation to ask about essence, meaning, and value. In the AI era, this capacity is both especially vital—and especially rare.”</p>
</blockquote>

<p>That definition still feels abstract. So let’s ground it.</p>

<p>Wu Jun shared two illuminating examples in his audio series—simple, real-life moments where philosophical reflection transforms shallow learning into durable wisdom.</p>

<p><strong>Example 1:</strong> You buy a cheap item, it breaks quickly. How do you learn?</p>
<ul>
  <li><em>Ordinary reflection:</em> “I’ll be more careful next time,” or “That seller is terrible.”</li>
  <li><em>Philosophical reflection:</em> “Assume ‘cheap’ implies compromised quality—no exceptions. If it seems too good to be true, it is. Missing out isn’t loss; it’s alignment with principle.”</li>
</ul>

<p><strong>Example 2:</strong> You arrive late at the airport and miss your flight. How do you learn?</p>
<ul>
  <li><em>Ordinary reflection:</em> “I’ll leave five minutes earlier next time,” or “Bad luck.”</li>
  <li><em>Philosophical reflection:</em> “The final five minutes before any time-bound event aren’t yours—they belong to uncertainty. Plan <em>as if</em> they’re already gone.”</li>
</ul>

<p>Same logic applies elsewhere:</p>

<ol>
  <li><strong>Over-enrolling a child in summer classes</strong>
    <ul>
      <li><em>Ordinary reflection:</em> “Next time, sign up for fewer.”</li>
      <li><em>Philosophical reflection:</em> “Desire is infinite; attention is finite. Real growth demands the courage to subtract—not the illusion of adding everything.”</li>
    </ul>
  </li>
  <li><strong>Burning pizza while distracted on your phone</strong>
    <ul>
      <li><em>Ordinary reflection:</em> “Set a timer next time,” or “Just watch it closely.”</li>
      <li><em>Philosophical reflection:</em> “Systems that degrade gradually—heat, money, mood—are invisible until it’s too late. Rely on external alarms, not internal willpower, for all ‘stealth curves.’”</li>
    </ul>
  </li>
  <li><strong>Buying a gym membership after seeing friends’ fitness posts—then quitting in three days</strong>
    <ul>
      <li><em>Ordinary reflection:</em> “Start slower next time.”</li>
      <li><em>Philosophical reflection:</em> “Action isn’t powered by intention—it’s sustained by inertia. Without built-in rhythm or systems, even grand goals collapse into one-off enthusiasm.”</li>
    </ul>
  </li>
</ol>

<hr />

<h2 id="the-right-way-to-use-ai">The Right Way to Use AI</h2>

<p>Microsoft’s May 2025 paper, <em><a href="https://arxiv.org/pdf/2505.06120">LLMs Get Lost in Multi-Turn Conversation</a></em>, reveals a critical insight:</p>

<blockquote>
  <p>When tasks aren’t inherently sequential, <em>state your full request in one go</em>.</p>
</blockquote>

<p>Their experiments across major LLMs show: users who clarify requirements over multiple turns suffer <strong>&gt;30% lower average performance</strong>, compared to those who deliver precise, self-contained instructions upfront.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-132.png" alt="" /></p>

<p>Why? Because if the first prompt lacks sufficient detail, the model fills gaps with assumptions—many of which misalign with reality. That’s the start of <em>hallucination</em>. And each follow-up reply leans further on those early assumptions—compounding errors with every turn.</p>

<p>That’s why mastering prompt writing matters—not just for output quality, but for cognitive hygiene.<br />
For practical guidance, see: <a href="https://www.ailingdaoli.com/">ailingdaoli.com</a><br />
Paper PDF: <a href="https://arxiv.org/pdf/2505.06120">arxiv.org/pdf/2505.06120</a></p>

<hr />

<h2 id="a-prompt-for-writing-prompts">A Prompt for Writing Prompts</h2>

<p>I’ve restarted my newsletter—with a new goal: solve 100 small, concrete problems using AI. Xiangyang encouraged this experiment, and I’m confident it’ll deepen both my AI fluency and my understanding of its limits.</p>

<p>Two big hurdles emerged: choosing meaningful topics, and writing effective prompts—<em>fast</em>. So I built a meta-prompt: a “prompt for writing prompts.”</p>

<p>It follows four constraints:</p>
<ol>
  <li><strong>RTF structure only</strong>: Role → Task → Format (no fluff, no ambiguity).</li>
  <li><strong>Occam’s Razor applied</strong>: Remove <em>every</em> non-essential word or instruction.</li>
  <li><strong>Pyramid Principle alignment</strong>: Lead with the clearest, most actionable directive—then support, never bury.</li>
  <li><strong>Fogg Behavior Model integration</strong>: When prompting for behavior change, anchor to <em>motivation</em>, <em>ability</em>, and <em>trigger</em>—not just “do this.”</li>
</ol>

<p>All four frameworks were central to our <em>AI Leadership</em> course. That’s the power of mental models: they systematize thinking <em>and</em> travel across domains.</p>

<hr />

<h2 id="principles-of-community-building">Principles of Community Building</h2>

<p>Xiangyang introduced me to Brad Qiang—a community operator whose WeChat group stands out for its unusually high engagement <em>and</em> signal-to-noise ratio. He added me to the group—and I watched closely.</p>

<p>Two principles emerged—deceptively simple, brutally hard to sustain:</p>

<h3 id="1-give-feedback">1. Give feedback</h3>
<p>→ <em>Essence:</em> Make everyone feel <em>seen</em>.<br />
Every message—no matter how small—gets acknowledged: a reply, an emoji, or even a tap on the sender’s avatar (“poking”). That minimal gesture satisfies deep emotional needs: <em>I matter. I’m noticed.</em> And that fuels participation.</p>

<h3 id="2-give-value">2. Give value</h3>
<p>→ <em>Essence:</em> Make everyone feel <em>gained</em>.<br />
Red packets, curated resources, fresh insights, practical templates—these are all forms of “input value.” They answer the quiet question: <em>What did I get from being here?</em></p>

<p>Great strategy is simple—Occam’s Razor again. But consistency demands discipline. Brad spends ~50% of his daily energy on this group. That’s not scalable for everyone—but it <em>is</em> replicable in spirit. I’ve started applying both principles immediately.</p>

<hr />

<h2 id="occams-razor-in-practice">Occam’s Razor in Practice</h2>

<p>Today, Xiangyang and I executed a plan we’d drafted months ago—and afterward reflected. Three takeaways stood out:</p>

<ol>
  <li>
    <p><strong>Occam’s Razor works—<em>especially</em> when it feels unnatural.</strong><br />
We stripped today’s project plan down to its absolute essentials. It felt uncomfortable—like removing scaffolding mid-construction. But the result? Immediate lightness. We now plan quarterly “Razor Sessions”: ask <em>“If we cut this, what serious consequence follows?”</em> If the answer isn’t concrete and urgent—we cut.</p>
  </li>
  <li>
    <p><strong>Adopting a third-person—or even ‘God’s-eye’—view is transformative.</strong><br />
It’s hard. But it’s learnable—through deliberate practice: stepping outside your own narrative, observing your habits like data, using meditation to widen perspective. Shift the lens, and the problem often solves itself.</p>
  </li>
  <li>
    <p><strong>That elevated view reveals your <em>truly transferable</em> core skills.</strong><br />
Today, we identified two: <em>course design</em> and <em>information retrieval</em>. These aren’t roles—they’re engines. From them, we can build courses, newsletters, tools, workshops—any format that expresses the same underlying capability. Like ByteDance’s “recommendation algorithm” or Hangzhou Ruiqi’s “image-to-object recognition”—the <em>capability</em> is the product; the <em>form</em> is just packaging.</p>
  </li>
</ol>

<hr />

<h2 id="recent-ai-reflections">Recent AI Reflections</h2>

<p>Google just launched several stunning new AI products. The “old Google”—bold, technically brilliant—is back. And the pace of releases from all major players is accelerating. As founders or professionals, it’s dizzying. Anxiety is understandable.</p>

<p>But turbulence is precisely when we must slow down—to study history, map our domain expertise, clarify personal interests, and assess long-term trends.</p>

<p>With AI, the real leverage isn’t chasing tools. It’s cultivating <em>enduring</em> capacities:</p>
<ul>
  <li>Discerning <em>why</em> to use AI—not just <em>how</em>.</li>
  <li>Judging <em>which</em> tool creates maximum value <em>in which context</em>.</li>
  <li>Designing <em>human-AI collaboration</em>, not replacement—blending human judgment, creativity, and empathy with AI’s speed and precision.</li>
</ul>

<p>That’s why <em>AI Leadership</em> exists: to build that foundation.</p>

<p>A few grounded thoughts:</p>
<ol>
  <li>Small founders: avoid generic agents—and think twice before building vertical ones. Competing head-on with industry giants rarely ends well.</li>
  <li>As Tony said on WeChat: <em>“Think small” is a strategic superpower.</em> Big shifts begin with tiny, precise interventions.</li>
  <li>Anchor to <em>unchanging human needs</em>—then apply new tools to reimagine specific, high-friction scenarios.</li>
  <li>Purpose precedes technique. Don’t count tools mastered—ask instead: <em>Where does this create irreplaceable value?</em></li>
  <li>Build <em>collaborative workflows</em>, not solo AI tricks. 1 + 1 &gt; 2 only when roles are clear, strengths complementary, and outcomes co-owned.</li>
</ol>

<hr />

<h2 id="an-agent-worth-trying">An Agent Worth Trying</h2>

<p>This week, <strong>Skywork</strong> went viral—and for good reason. Early users report exceptional output quality with minimal setup. New signups receive generous free credits.</p>

<p>👉 Register via invite link: <a href="https://skywork.ai/home?invite_code=01efeecdd09ee82a12b9709081767695">skywork.ai/home?invite_code=01efeecdd09ee82a12b9709081767695</a></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-134.png" alt="" /></p>

<p>My test: I asked Skywork to read my <em>Cognitive Notes</em> archive, extract 50 AI-related themes, and generate a polished presentation. Result? A production-ready PDF—minimal edits needed.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-130.png" alt="" /><br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-131.png" alt="" /></p>

<p>Full PDF available here: [link]</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Knowing Yourself</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-05-18-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-05-18-en/</guid>
      <pubDate>Sun, 18 May 2025 09:30:00 +0800</pubDate>
      <description>This reflective essay explores self-awareness as the foundation of effective work, learning, and leadership—interwoven with hands-on experiences using three new AI tools (Medeo, Listenhub, Lovart), a visit to the Western Xia Tombs, and insights on niche product acquisition strategies. It emphasizes continuous self-inquiry through feedback, personality frameworks, and real-world practice.</description>
      
      <category>AI</category>
      
      <category>organization</category>
      
      <category>business</category>
      
      <category>cognition</category>
      
      <category>workflow</category>
      
      <content:encoded><![CDATA[<h2 id="three-ai-tools">Three AI Tools</h2>

<p>This week, three new AI tools went viral in my WeChat feed: Medeo, Listenhub, and Lovart.</p>

<p>Each has a distinct design and excels in its vertical use case—well worth trying out.</p>

<ol>
  <li><strong>Medeo</strong><br />
Website: <a href="https://ai.medeo.app/">ai.medeo.app</a></li>
</ol>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-133.png" alt="" /></p>

<p>AI-powered short-video generation—accepts prompts plus diverse reference materials (text, images, audio).</p>

<p>I met its co-founder, Yao Xing, last December. After our first meeting, I invited him and Xiang Yang to dinner—we had a great conversation.</p>

<p>Yao Xing is exceptionally disciplined and deeply passionate about AI and learning. Listening to him speak is genuinely enjoyable.</p>

<p>He kept calling his team a “makeshift crew” back then—but in reality, their talent density and operational efficiency were already high. Recent version updates clearly reflect rapid, focused iteration.</p>

<p>Example: A travel log about the Western Xia Tombs, turned into a video with one click:</p>

<ol>
  <li><strong>Listenhub</strong><br />
Website: <a href="https://listenhub.ai/zh">listenhub.ai</a></li>
</ol>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-129.png" alt="" /></p>

<p>Generates lightweight podcast audio in minutes. Their slogan: <em>Hear Your Curiosity.</em></p>

<p>Founder Ju Zi is well known in China’s AI community. Xiang Yang introduced us; we had dinner once—and shortly after, our company moved into the same building as his. We became neighbors.</p>

<p>I once asked him: <em>What matters most when building an AI-focused media channel?</em><br />
His answer: <em>Be unique. Stand out.</em> I fully agree.</p>

<p>Example:</p>

<ol>
  <li><strong>Lovart</strong><br />
Website: <a href="https://www.lovart.ai/">lovart.ai</a></li>
</ol>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-136.png" alt="" /></p>

<p>In an interview, founder Chen Mian said: <em>We don’t have product managers—only designers.</em> An intriguing stance.</p>

<p>After launch, Lovart drew strong reactions from top influencers—including a like from Elon Musk and an official post by Grok. Over 20,000 people applied for early access within 24 hours. Invite codes remain scarce in WeChat groups even now.</p>

<p>It’s arguably the hottest vertical agent since Manus.</p>

<h2 id="the-western-xia-tombs">The Western Xia Tombs</h2>

<p>The day before running the Yinchuan Marathon, I visited the Western Xia Tombs. I drafted a travel reflection, then asked ChatGPT o3 to polish it—and the result captured my mood and impressions accurately.</p>

<p>Then I fed that text into Medeo to generate a short video:</p>

<h2 id="niche-product-portfolio">Niche Product Portfolio</h2>

<p>A Canadian company, Constellation Software, has spent decades acquiring dozens of mature, small-scale software products. Because they’re small, acquisition costs are low. Constellation then refines them—integrating features, optimizing costs, and strengthening monetization—to significantly boost profitability.</p>

<p>I call this approach the <em>niche product portfolio</em> strategy.</p>

<p>We can apply the same logic: acquire proven, compact products—say, at ~5x P/E—and systematically improve key metrics (e.g., conversion rate, retention, pricing, support automation). That turns modest tools into high-value assets.</p>

<p>Acquisition criteria:</p>
<ul>
  <li>Business model already validated</li>
  <li>Stable user base</li>
  <li>Organic growth (even if slow)</li>
  <li>Positive cash flow</li>
  <li>High leverage potential (e.g., low marginal cost per additional user)</li>
</ul>

<p>Today, many such tools exist in China—ranging from tens of thousands to hundreds of thousands of daily active users. Often run by just one or two people, they under-monetize despite solid fundamentals.</p>

<p>Opportunities now:</p>
<ol>
  <li>Significant gaps remain in monetization models—driven by awareness and resource disparities.</li>
  <li>AI expands monetization headroom further: AI-powered acquisition, onboarding, and retention are newly viable.</li>
  <li>AI itself can unlock novel user experiences—making old tools feel fresh and differentiated.</li>
</ol>

<h2 id="knowing-yourself">Knowing Yourself</h2>

<p>Truly knowing yourself is the prerequisite for all meaningful action.</p>

<p>Because:</p>
<ul>
  <li>Without self-knowledge, you can’t make sound choices.</li>
  <li>Without self-knowledge, your interactions with others lack authenticity and impact.</li>
  <li>Without self-knowledge, you’ll struggle to identify the right path forward—for your career, relationships, or growth.</li>
  <li>…</li>
</ul>

<p>We assume we know ourselves—but we often don’t. Our self-perception is more distorted than we realize.</p>

<p>A simple, powerful method: Ask three trusted people to name <em>three strengths and three weaknesses</em> they see in you. This informal survey almost always reveals blind spots—and helps you grasp how others actually experience you.</p>

<p>Classic frameworks also help: the Big Five personality traits, MBTI, etc. They offer structured, evidence-informed lenses.</p>

<p>For example, my MBTI type is INFJ—and it resonates strongly with how I think, decide, and behave day to day.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-128.png" alt="" /></p>

<p>Understanding this helps explain why certain tasks drain me—or why I instinctively avoid particular roles. More importantly, it points toward work and environments where I thrive.</p>

<p>Knowing yourself isn’t just helpful—it’s foundational. To work well, learn deeply, lead effectively, or build something lasting: start there.</p>

<p>And remember: self-knowledge isn’t a one-time achievement. It’s a lifelong practice—because you change, your context changes, and your understanding must evolve alongside them.</p>

<h2 id="a-preface">A Preface</h2>

<p>Google’s NotebookLM delivers an outstanding experience. When paired with your own curated documents—like my current Feishu knowledge base—it dramatically accelerates writing, synthesis, and ideation.</p>

<p>Here’s a preface I drafted for that Feishu doc—using NotebookLM as my thinking partner.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Becoming a Question Master</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-05-11-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-05-11-en/</guid>
      <pubDate>Sun, 11 May 2025 09:30:00 +0800</pubDate>
      <description>This essay explores the rising strategic value of questioning in the AI era—framing it as a high-leverage meta-skill for decision-making, leadership, innovation, and problem-solving. It also touches on AI startups going global, navigating office politics, high-impact habits, *Black Mirror*’s human-tech tensions, and rethinking long-termism and idealism in practice.</description>
      
      <category>AI</category>
      
      <category>critical thinking</category>
      
      <category>leadership</category>
      
      <category>habit</category>
      
      <category>long-termism</category>
      
      <category>idealism</category>
      
      <content:encoded><![CDATA[<h2 id="becoming-a-question-master">Becoming a Question Master</h2>

<p>In the AI era, learning to be a <em>question master</em> is no longer optional—it’s essential.</p>

<p>Kevin Kelly, in a well-known talk, listed 12 emerging trends—and “questioning” was one of them: <em>A good question matters more than a perfect answer.</em></p>

<p>Why? Because answers are becoming cheaper and higher-quality by the day. As access to answers grows effortless, the ability to ask the <em>right</em> question grows exponentially more valuable.</p>

<blockquote>
  <p>“We need powerful ways of thinking <em>with</em> questions—because a question can open an entirely new field of inquiry. It’s the most active catalyst we have, like an engine driving human thought forward.”</p>
</blockquote>

<p>Questioning is a foundational, high-leverage skill in the AI age—one that directly amplifies many other capabilities.</p>

<h3 id="1-on-decision-making">1. On Decision-Making</h3>
<p>Poor decisions, low execution efficiency, or even a lack of direction often stem from weak <em>question leadership</em>.</p>

<p>High-quality decisions require critical thinking—and critical thinking begins with asking <em>“Why?”</em> repeatedly to test underlying assumptions.</p>

<p>So: <strong>High-quality decision = Fact × Assumption × Perspective</strong>.<br />
A great question exposes distorted assumptions or missing perspectives.</p>

<h3 id="2-on-logic-interrogating-hidden-premises">2. On Logic: Interrogating Hidden Premises</h3>
<p>Many flawed or shallow questions arise from faulty—or simply <em>unexamined</em>—premises.</p>

<p>A simple reverse-test helps: <em>“If X were false, what would happen to the conclusion?”</em></p>

<p>This reveals whether your reasoning rests on sand.</p>

<h3 id="3-on-leadership-the-best-leaders-ask-the-most-questions">3. On Leadership: The Best Leaders Ask the Most Questions</h3>
<p>True leadership isn’t about having all the answers—it’s about asking the most illuminating questions.</p>

<p>A <em>question culture</em> activates collective intelligence far more effectively than an <em>answer culture</em>.</p>

<p>For innovative business leaders, questioning ability isn’t just helpful—it’s a core indicator of leadership caliber.</p>

<h3 id="4-on-innovation-questioning-the-routine-to-reconfigure-reality">4. On Innovation: Questioning the Routine to Reconfigure Reality</h3>
<p>Innovation doesn’t start with <em>“How can we do this better?”</em><br />
It starts with <em>“Do we need to do this at all?”</em></p>

<p>Try reframing routinely: <em>“If we had zero access to current resources, how would we solve this?”</em></p>

<h3 id="5-on-problem-solving-slow-downfind-the-real-problem-first">5. On Problem-Solving: Slow Down—Find the <em>Real</em> Problem First</h3>
<p>Many rush straight to solutions—often misdiagnosing the issue entirely. That’s why so many fixes feel like “treating symptoms”: they miss the root.</p>

<p>The fastest path to resolution is often to <em>linger in the problem space</em>—not sprint into the answer space. Effective questioning is how you locate the true problem.</p>

<h3 id="6-on-relationships">6. On Relationships</h3>
<p>Thoughtful questions build trust, deepen connection, and signal genuine interest. They’re social glue—quiet but potent.</p>

<p>Questioning seems simple—but it’s a sophisticated metacognitive skill. To learn it, look to its purest practitioners: four- and five-year-olds. They ask over 100 questions a day. Most adults ask fewer than 10.</p>

<h3 id="what-is-a-question-master">What Is a “Question Master”?</h3>
<p>In one sentence: <em>A practitioner who transforms curiosity, criticality, and empathy into high-leverage questions.</em></p>

<p>We can quantify question value with the <strong>Q-VALUE formula</strong>:<br />
<strong>Q-VALUE = R × D × N × L</strong></p>

<ul>
  <li><strong>R (Relevance)</strong>: Alignment with goal or context</li>
  <li><strong>D (Depth)</strong>: How many layers down it probes root causes</li>
  <li><strong>N (Novelty)</strong>: Degree of frame-breaking originality</li>
  <li><strong>L (Leverage)</strong>: Scope of action triggered or insight unlocked</li>
</ul>

<p>When answers grow cheap, <em>question masters</em> create differentiation—not through answers, but through questions with high Q-VALUE.</p>

<h2 id="ai-going-global">AI Going Global</h2>

<p>This week, I met several AI founders—all building AI applications for overseas markets. Their shared rationale?</p>

<ol>
  <li><strong>Less saturation</strong>: A working product in China often triggers instant copycat waves. Overseas, that pressure is far milder.</li>
  <li><strong>Human-capital arbitrage</strong>: A developer with comparable skills costs 3–5× more in North America—but delivers less than half the execution speed. That’s nearly a 10× efficiency gap—not just cost, but early-stage competitive positioning.</li>
  <li><strong>Language dividend</strong>: AI has largely erased language barriers. Tasks once blocked by linguistic or cultural distance are now near-zero-friction—even for small teams.</li>
  <li><strong>Monetization efficiency</strong>: One founder noted: <em>Same product, same user → 10× higher revenue per user in North America vs. China.</em></li>
</ol>

<p>That’s why “going global first” is fast becoming the default playbook for Chinese AI startups.</p>

<p>Another pattern emerged clearly: the rise of the <strong>1+N model</strong>—a lean core team amplified by elite individual contributors. Consensus is forming around a new AI startup paradigm:</p>
<ul>
  <li>No need for massive headcount</li>
  <li>Core competencies matter more than scale</li>
  <li>Human efficiency (<em>people-efficiency</em>) is the key metric</li>
  <li>Light assets + rapid iteration is the operating rhythm</li>
</ul>

<h2 id="what-if-you-get-played">What If You Get “Played”?</h2>

<p>Over dinner last weekend, friends discussed corporate politics—specifically, what happens when your strategy or tactics threaten someone else’s turf (e.g., a peer team or subordinate), and you get undermined.</p>

<p>It’s unpleasant—and surprisingly common.</p>

<p>Tony shared his approach:</p>

<p><strong>First: Lead with results and facts.</strong><br />
Your performance <em>is</em> your strongest political asset. When Tony led his division, it was the company’s fastest-growing unit—its track record spoke louder than any internal lobbying.</p>

<p><strong>Second: Align with your boss—strategically.</strong><br />
“Aligning” means proactively building formal or informal channels of clear, trusted communication—not just reporting up, but <em>designing</em> how your boss consumes information.</p>

<p>Tony told us he crafts every WeChat update to the CEO with screen size in mind: content fits exactly ¾ of a smartphone screen—so it’s readable in one glance. Every message is fact-based, data-grounded, and tightly reasoned.</p>

<p>That reminded me of a classmate who, as a local government official, sent <em>daily</em> briefings—separately—to both the mayor and party secretary—each containing only the latest metrics and action updates. That discipline was central to his rapid promotion.</p>

<p><strong>Third: Don’t be passive—document wisely.</strong><br />
When appropriate, quietly gather evidence of unfair or values-violating behavior—especially written records. For many founders, violating stated company values is a non-negotiable red line.</p>

<p>But the ultimate insurance? The quiet confidence—and real option—to walk away. That freedom changes everything.</p>

<h2 id="high-leverage-habits">High-Leverage Habits</h2>

<p>Some habits act as <em>keystones</em>: they trigger cascading positive effects across multiple domains—sleep, focus, mood, energy, discipline.</p>

<p>Take exercise: establish a consistent, science-informed routine, and you’ll likely see improvements in diet, emotional regulation, attention span, and sleep quality—without explicitly targeting any of them.</p>

<p>Why? Because keystone habits work through multiple reinforcing channels:</p>
<ol>
  <li><strong>Physiological</strong>: Exercise modulates hormones (e.g., endorphins, cortisol), directly shaping mood and satisfaction.</li>
  <li><strong>Psychological</strong>: Small wins generate dopamine-driven motivation loops—positive reinforcement that compounds.</li>
  <li><strong>Behavioral</strong>: A disciplined routine spills over—e.g., regular movement supports regular sleep and meal timing.</li>
  <li><strong>Cognitive</strong>: Consistent physical effort strengthens executive function, including focus and willpower.</li>
</ol>

<p>Forming <em>any</em> habit as an adult is hard. So rather than scattering effort across ten goals, identify <em>one</em> high-leverage habit—and go deep. Let it catalyze the rest.</p>

<p>Examples of high-leverage habits: exercise, consistent sleep/wake times, deliberate learning, meditation, writing, sharing insights publicly.</p>

<h2 id="black-mirror-season-7"><em>Black Mirror</em> Season 7</h2>

<p>Season 7 is brilliant—and deeply relevant. It captures how emerging technologies—especially AI, quantum computing, biotech, and digital memorialization—might embed themselves into daily life, not as shiny novelties, but as quiet, pervasive forces.</p>

<p>Think of it as <em>“technology written into the grammar of ordinary life.”</em></p>

<p>Its core thesis? <em>Future tech doesn’t change human nature—it magnifies our existing desires, biases, and fragilities until they spin out of control.</em></p>

<p>Each episode functions like a <em>“future x-ray mirror”</em>: dazzling in its tech imagination, yet brutally honest about what it reveals about us—the parts we admire, and the parts we’d rather ignore.</p>

<p>The future may be full of invention—but humanity’s core colors remain unchanged.</p>

<h2 id="on-long-termism">On Long-Termism</h2>

<p>A common misconception: treating <em>long-termism</em> as the <em>cause</em> of success—not its <em>consequence</em>.</p>

<p>We see thriving companies and say, <em>“They succeeded because they stayed the course for decades.”</em></p>

<p>But that’s hindsight bias. Countless failed companies also “stayed the course”—for just as long. We just don’t remember them.</p>

<p>True long-termism isn’t a strategy; it’s an <em>outcome</em> of two things:</p>
<ul>
  <li>Accurate reading of directional trends</li>
  <li>Relentless, evidence-based course correction</li>
</ul>

<p>What matters isn’t blind persistence—it’s <em>directional fidelity</em>, paired with <em>adaptive execution</em>.</p>

<p>So a healthier framing of long-termism is:</p>
<ul>
  <li>It’s a result—not a cause</li>
  <li>Success hinges on trend judgment, not tenure</li>
  <li>Dynamic adjustment beats rigid commitment</li>
  <li>Both <em>persistence</em> and <em>pivot</em> can be rational—what matters is the rigor behind the choice</li>
</ul>

<h2 id="on-idealism">On Idealism</h2>

<p>I asked a colleague bluntly: <em>“What’s my biggest weakness at work?”</em></p>

<p>She named two—first: <em>“You’re an idealist.”</em></p>

<p>Me: <em>“Can you unpack that?”</em><br />
Her: <em>“Your ideas, visions, and methods are compelling—but often too abstract or distant for the team to grasp or act on.”</em></p>

<p>Me: <em>“Is this linked to my INFJ personality type?”</em></p>

<p>I asked ChatGPT-o3—and got this response:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-145.png" alt="" /></p>

<p>It resonated—especially with recent patterns of delay and over-reflection. Spot-on.</p>

<p>Then I asked her: <em>“So—what should I do about it?”</em></p>

<p>She replied: <em>“You need a translator—and a gentle nudge. I can play both roles.”</em></p>

<p>That sounded just right.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Poker, Leadership, and the Hidden Logic of Decision-Making</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-05-04-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-05-04-en/</guid>
      <pubDate>Sun, 04 May 2025 09:30:00 +0800</pubDate>
      <description>This reflective essay weaves together insights from Texas Hold’em poker, Donald Keough’s *The Ten Commandments of Management*, competitive dynamics in AI startups, engineering culture, and neuroscience-based decision theory—revealing how rationality, risk tolerance, and value-weighting shape personal judgment, team performance, and organizational resilience.</description>
      
      <category>decision-making</category>
      
      <category>leadership</category>
      
      <category>AI</category>
      
      <category>engineering culture</category>
      
      <category>cognitive bias</category>
      
      <category>organizational learning</category>
      
      <content:encoded><![CDATA[<h2 id="texas-holdem">Texas Hold’em</h2>

<p>I’m a beginner at Texas Hold’em—but I’ve been playing frequently lately, and already feel its distinct intellectual pull.</p>

<p>What makes Hold’em special is that it magnifies both weaknesses <em>and</em> strengths.</p>

<p>Its greatest value lies in training how to make optimal decisions under <em>imperfect information</em>—a low-cost, high-feedback arena that rapidly exposes flaws in judgment, cultivates systems thinking, and rewards disciplined reasoning. In real life, we almost never have perfect information—yet we must decide <em>now</em>.</p>

<p>Once you drop the gambling mindset and treat poker as a mirror for self-awareness and decision hygiene, its meaning transforms entirely.</p>

<p>In recent play, I’ve noticed recurring patterns in my own behavior:</p>

<ul>
  <li><strong>Irrational impulsivity</strong>: Blindly following the crowd into all-ins; betting louder when others cheer</li>
  <li><strong>Excessive caution</strong>: Avoiding calculated risks—even when expected value (+EV) clearly favors action</li>
  <li><strong>Overconfidence or thrill-seeking</strong>: Making huge raises with weak hands; chasing near-zero-win scenarios without factoring in ICM (Independent Chip Model)</li>
  <li><strong>Loss aversion</strong>: Doubling down after losses with “just one win to break even”—deepening the hole</li>
  <li><strong>Ego-driven folds</strong>: Refusing to fold despite clear disadvantage—forgetting that folding <em>is</em> often +EV, not surrender</li>
  <li><strong>Confirmation or probability bias</strong>: Falling for pretty-looking hole cards while ignoring their actual equity (e.g., A-J offsuit vs. tight range)</li>
  <li><strong>Cognitive hijacking</strong>: Letting emotion override reason the moment rational control slips</li>
</ul>

<p><strong>Core Principles I’m Practicing:</strong></p>

<ol>
  <li>For each hand: Ask only, <em>“Given what I know now, is this decision +EV?”</em> Past wins/losses are noise—not data.</li>
  <li>Set hard all-in caps and stop-loss thresholds <em>before sitting down</em>.</li>
  <li>Always assess position first: Expand aggression in late position; fold fast in early or blind positions.</li>
  <li>Think in <em>ranges vs. ranges</em>—not “my hand vs. your hand”—when reading opponents or sizing bets.</li>
  <li>If revenge impulses or fear spike past your personal threshold: pause, step away, reset.</li>
  <li>After consecutive losses: don’t chase. After consecutive wins: don’t inflate confidence into overreach.</li>
  <li>“Winning badly” counts: Review hands where luck masked poor play—and fix the process, not just the outcome.</li>
  <li>Write down betting formulas; log HUD stats; calculate odds manually—train your brain to <em>think in numbers</em>, not gut feelings.</li>
  <li><strong>Long-term patience</strong>: You’re not playing one night—or one month—but <em>a lifetime of 1 million hands</em>. Short-term variance is tuition, not verdict.</li>
</ol>

<p>A recent insight: Many poker apps display real-time draw probabilities—e.g., “18% chance of a straight.” But I’ve started mentally flipping that: <em>“So there’s an 82% chance it *won’t</em> happen.”* That reframing alone changes how I weigh risk and commit chips.</p>

<p>Being a rational, intelligent person isn’t about knowing more facts—it’s about holding <em>more cues in working memory</em>, and dynamically adjusting their weight based on context to tilt odds in your favor.</p>

<p>The opposite? Fewer cues, plus emotional over-weighting of one signal—leading straight to impulsive, costly choices.</p>

<h2 id="the-ten-commandments-of-management">The Ten Commandments of Management</h2>

<p><em>The Ten Commandments of Management</em>, by former Coca-Cola CEO Donald Keough, lays out eleven common managerial failures—not ten, despite the title. Keough argues these pitfalls apply equally to Fortune 500s, early-stage startups, and even self-management.</p>

<p>The eleven “commandments” are:</p>

<ol>
  <li>Refusing to take <em>any</em> risk</li>
  <li>Rigid, self-reinforcing thinking</li>
  <li>Isolating yourself completely</li>
  <li>Denying mistakes; dismissing feedback with arrogance</li>
  <li>Prioritizing growth over ethics</li>
  <li>Acting without understanding—half-knowledge, full execution</li>
  <li>Outsourcing judgment entirely to “experts”</li>
  <li>Letting bureaucracy bloat teams and slow decisions</li>
  <li>Misaligned information flow; broken communication</li>
  <li>Paralyzing fear of the future; chronic pessimism</li>
  <li>Losing passion—for work, for people, for life</li>
</ol>

<p>In the foreword, Warren Buffett writes: <em>“When I’m with Donald Keough, I always learn. He sees potential in me—and helps me see it too. He expands my vision and deepens my confidence in myself and the world. If Donald were beside you, you’d walk away inspired. He’s a peerless leader. The highest mark of great management is *wu wei</em>—effortless governance. Donald built that capacity: attracting world-class talent who chose to help him succeed. I’ve watched several of his top lieutenants become extraordinary leaders in their own right.”*</p>

<p>The book grew from a 2002 keynote Keough delivered in Miami titled <em>“The Ten Commandments of Business Failure.”</em> He later expanded it into this compact, brutally honest guide.</p>

<p>His core thesis—<em>“Studying failure is more valuable than studying success”</em>—resonates deeply with me.</p>

<p>I asked ChatGPT o3 to cluster and illustrate the eleven commandments with concrete examples:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-151.png" alt="" /></p>

<p>Reading it, I kept recalling real moments—from pre-startup days to current AI ventures. Its warnings feel especially urgent today.</p>

<p>Just last week, Bird Brother (a trusted mentor) said something simple but sharp: <em>“If you want to earn money, you have to carry some risk.”</em></p>

<h2 id="what-lies-beneath-competitiveness">What Lies Beneath Competitiveness</h2>

<p>Conversations with Bird Brother are reliably illuminating.</p>

<p>He visited our office Thursday—not just to workshop his new idea, but to share distilled reflections. One stood out:</p>

<p>On <em>core competitiveness</em>, he put it plainly:</p>
<blockquote>
  <p><em>True advantage comes from being either significantly faster—or radically cheaper.</em></p>
</blockquote>

<p>That maps cleanly onto business’s two foundational dimensions: <strong>efficiency</strong> and <strong>cost</strong>.</p>

<p>Take OpenAI: Technical moats erode fast. Their real edge? Releasing new models at a pace competitors can’t match.</p>

<p>This echoes a conversation I had recently with a ByteDance engineer: <em>“We ship one meaningful iteration per week. That rhythm *is</em> our competitive engine—and it compounds directly into product strength.”*</p>

<p>It’s a cascade:<br />
→ Team cadence → Team competitiveness → Product competitiveness</p>

<p>Li Xiang (founder of Li Auto) made a similar point: <em>“Great products aren’t won by ‘product sense’ or engineering prowess alone—they’re won by organizational capability. By leadership.”</em></p>

<p>In the AI era, that becomes <em>AI leadership</em>: building teams that learn, adapt, and execute <em>faster than the rate of change itself</em>.</p>

<h2 id="engineering-culture">Engineering Culture</h2>

<p>Top tech companies—Google, Baidu, early Meta—share a strong engineering culture.</p>

<p>Its hallmarks: logic over hierarchy, data over dogma, optimization over ritual. Engineers there speak truth to power, obsess over precision, embrace experimentation, and treat “done” as a starting point—not an endpoint.</p>

<p>At its core, engineering culture is three things:</p>
<ul>
  <li>Using scientific, rational thinking to explore reality</li>
  <li>Solving problems with open, iterative, collaborative mindsets</li>
  <li>Pursuing excellence—not perfection—as a daily practice</li>
</ul>

<p>The benefits are tangible: speed, innovation, and consistently rational decisions.</p>

<p>A former boss—ex-Baidu tech executive—told me: <em>“At Baidu, engineers had real authority. Operations ran on code, not memos. Tech drove everything.”</em></p>

<p>Still, engineering cultures aren’t monolithic. Some lean into deep research; others prioritize shipping velocity; others obsess over UX fidelity. Diversity <em>within</em> the culture is healthy.</p>

<p>Which is why, in building our AI project operations team, I now prioritize hiring people with <em>engineering mindset</em>—not just degrees. That means rigor, data fluency, comfort with ambiguity, and bias toward action.</p>

<p>Of course, non-engineers can embody this too. So “engineering mindset” here really means <em>hybrid thinkers</em>: those who fuse engineering discipline with commercial intuition—systems thinkers who speak both code and customer.</p>

<h2 id="the-essence-of-decision-making">The Essence of Decision-Making</h2>

<p>Every decision is a choice. Every choice reflects your best judgment <em>at that moment</em>—a weighted trade-off across incomplete signals.</p>

<p>Sustaining high-quality decisions is hard because:</p>
<ol>
  <li>We conflate reward, risk, time horizon, and emotion—without calibrating their relative weights</li>
  <li>We estimate probabilities and outcomes using narrow, anecdotal experience—not statistical models</li>
  <li>Our attention and memory are bounded—producing what Nobel laureate Herbert Simon called <em>“bounded rationality”</em></li>
</ol>

<p>Examples? Choosing between:</p>
<ul>
  <li>Joining a startup as co-founder</li>
  <li>Taking a senior role at a mature tech firm</li>
  <li>Launching solo on a validated opportunity</li>
</ul>

<p>Or: owning three apartments across different cities—each with trade-offs in rent yield, appreciation potential, and liquidity. How do you choose?</p>

<p>Decision quality shapes trajectory. Major setbacks—career stalls, financial loss, broken partnerships—often trace back to <em>one poorly weighted choice</em>.</p>

<p>Understanding the underlying mechanics of choice, then, isn’t academic. It’s life leverage.</p>

<p>Modern neuroscience reveals something elegant: No matter how many options or variables you face, your brain uses <em>one system</em> to decide—the <strong>value system</strong>, anchored in the ventromedial prefrontal cortex and ventral striatum.</p>

<p>This system continuously computes weighted value scores. What feels like “free will” is actually your brain outputting the option with the highest <em>current</em> weighted score.</p>

<p>And value is deeply subjective. What’s high-value to you may be neutral—or negative—to me.</p>

<p>That subjectivity is why decisions are so influenceable. To shift someone’s choice, you don’t argue facts—you identify <em>which inputs they overweight</em>, then adjust <em>those weights</em>.</p>

<p>That requires empathy. Psychological insight. And quiet observation—not persuasion.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>How Far Has AI Really Landed?</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-04-27-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-04-27-en/</guid>
      <pubDate>Sun, 27 Apr 2025 09:30:00 +0800</pubDate>
      <description>This essay reflects on real-world AI adoption across MCN, sales, content creation, and knowledge management—highlighting concrete efficiency gains, persistent bottlenecks (data, integration, model quality), and deeper shifts in skill priorities, knowledge curation, and human authenticity in the AI era.</description>
      
      <category>AI</category>
      
      <category>organizational learning</category>
      
      <category>workflow design</category>
      
      <category>knowledge systems</category>
      
      <category>human-AI collaboration</category>
      
      <content:encoded><![CDATA[<h2 id="how-far-has-ai-really-landed">How Far Has AI Really Landed?</h2>

<p>In Tianjin, a group of friends hosted an “AI + IP” dinner with founders from the city’s top three education-focused MCN companies. Their warm hospitality and candid sharing gave me fresh, grounded insights into how AI is actually being deployed in the MCN industry—and the takeaways were substantial.</p>

<p>Here are some concrete real-world cases and conclusions:</p>

<ol>
  <li><strong>Automated FAQ evolution</strong>: Sales teams now feed customer questions directly into AI, which auto-documents them and updates the internal knowledge base. What used to be manual, fragmented, and slow is now continuous, scalable, and significantly more accurate and efficient.</li>
  <li><strong>Personal storytelling at scale</strong>: Using a well-structured personal narrative framework—combined with light interviews or prompts—AI can generate compelling, authentic life stories. The output quality is consistently strong.</li>
  <li><strong>Production team compression</strong>: By wrapping core editorial and directing tasks in automation + AI, one company reduced its editorial team from 7 people to just 1—while <em>increasing</em> both volume and quality of output. That shift unlocked over a million RMB in annual profit—pure margin gain from AI-driven operational leverage.</li>
  <li><strong>AI in sales &amp; support</strong>: AI-powered sales assistants are delivering 30–50% productivity lifts. More importantly, they’re enabling tasks previously impractical at scale—like systematic cross-platform competitive analysis. If CRM systems across platforms (e.g., Douyin, WeChat Channels, private databases) were unified, the upside would grow further. One founder shared that AI-assisted sales have even closed two high-ticket deals recently.</li>
</ol>

<p>Of course, real-world deployment still faces hurdles. Overcoming these would unlock significantly greater impact:</p>

<ol>
  <li><strong>Access to clean, relevant data</strong>: Take short-video account launching as an example. Step one: scrape all recent low-follower, high-engagement videos across platforms; step two: use that dataset to train AI to generate new, high-potential scripts. This entire pipeline hinges on robust, ethical, and scalable data acquisition.</li>
  <li><strong>Cross-platform integration</strong>: Unifying user data from public platforms (e.g., Douyin, WeChat Channels), private communities, and owned product users would enable true end-to-end AI automation—dramatically reducing human intervention across the funnel.</li>
  <li><strong>Model quality &gt; prompt engineering</strong>: Output quality depends far more on the underlying model than on clever prompting. Top-tier models—like Claude 3.7 for writing and coding—deliver markedly better results. But they’re costlier and harder to deploy at scale due to API limits, latency, and pricing structures.</li>
</ol>

<p>Reflecting on these examples with friends, we agreed: In traditional business contexts, leaders who deeply understand <em>both</em> their domain <em>and</em> AI’s practical capabilities are capturing outsized returns. That synergy—mature operations + sharp AI fluency—is where the real early-mover advantage lives.</p>

<p>Conversely, knowing AI well but lacking a proven, revenue-generating business remains tough. Launching from zero is still hard.</p>

<p>On the train back to Beijing, Yang Xiang and I landed on another shared insight: In the AI era, becoming a <em>generalist</em> matters more than ever—far more than specializing narrowly.</p>

<p>Why? Because generalists can rapidly synthesize across disciplines—product, sales, AI application, psychology, operations—and stitch those threads into uniquely competitive workflows. And crucially: AI can fill in the technical gaps <em>within</em> that synthesis. A founder who understands product design, sales psychology, <em>and</em> how to embed AI into both—not just one—can architect a business model that outpaces peers by a wide margin.</p>

<p>AI isn’t coming. It’s already here—and landing, hard.</p>

<h2 id="turning-ideas-into-tutorialsfast">Turning Ideas Into Tutorials—Fast</h2>

<p>I built a visual running guide for a friend: <a href="http://md.laoyao.cn/sunlaoshi.html">md.laoyao.cn/sunlaoshi.html</a></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-148.png" alt="" /></p>

<p>Built using Claude 3.7.</p>

<p>The logic was simple—but intentional:</p>

<ol>
  <li>Tell AI: “I want to create a running tutorial for a friend.”</li>
  <li>Specify the format: “It must be a self-contained, visual web page.”</li>
  <li>Define the structure: Three core modules—
    <ul>
      <li>Weekly scheduling: alternating running and strength training,</li>
      <li>Per-session breakdown: pre-, during-, and post-workout guidance,</li>
      <li>Lifestyle support: sleep, nutrition, and emotional regulation.</li>
    </ul>
  </li>
</ol>

<p>That’s it—the three foundational decisions. Everything else—the phrasing, sequencing, visuals, tone—I delegated to AI. It filled in the details rapidly and coherently.</p>

<p>The key? Clarity <em>before</em> prompting. Knowing <em>exactly</em> what you want—and why—makes AI dramatically more effective. That clarity comes fastest to people with domain experience or deep functional intuition.</p>

<p>This is exactly why Yang Xiang and I dedicated a full chapter in our early-2025 course <em>AI Leadership</em> to this idea: <em>“Experience: Use your unique cognition to steer AI.”</em></p>

<p>There’s a massive gap—measurable in time saved, output quality, and strategic leverage—between those who prompt from intuition and those who prompt from abstraction.</p>

<h2 id="building-a-personal-knowledge-system">Building a Personal Knowledge System</h2>

<p>Listening to the history of tech development reminded me of something powerful: The scientists or thinkers we remember aren’t always the first to spot an idea—they’re the ones who <em>systematize</em> it.</p>

<p>In business, the “Pyramid Principle” existed in fragments long before Barbara Minto wrote her book. But she codified it, tested it, taught it, and made it reproducible. That system—not just the insight—became enduring.</p>

<p>For individuals, a simple but transformative habit is this: After doing something well, pause and distill it—not as a memory, but as a <em>reusable method</em>. Turn it into a visual framework, a checklist, or a template. Then store it in your personal knowledge base.</p>

<p>A good knowledge system doesn’t just capture wisdom—it lets you <em>reproduce</em> results, reliably, across time and context.</p>

<p>Inspired by Minto, I asked AI to surface similar examples of system-builders:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-150.png" alt="" /></p>

<p>Some principles for building your own knowledge architecture:</p>

<ol>
  <li><strong>Minimum viable validation</strong>: Condense your insight into one page or one diagram. Test it with 2–3 people. Can they follow it and get similar results?</li>
  <li><strong>Memorable naming</strong>: Give your framework a clear, sticky name—“Pyramid Principle,” “OKR,” “Growth Hacking.” Naming makes it shareable, teachable, and ownable.</li>
  <li><strong>Secondary outputs</strong>: Build supporting assets—slide decks, editable templates, metrics dashboards, or even lightweight code libraries—to lower the barrier to adoption.</li>
</ol>

<h2 id="the-ai-filter">The AI Filter</h2>

<p>“AI filter” is a useful metaphor.</p>

<p>It describes how AI instantly polishes raw input—making messy ideas look coherent, disorganized notes appear structured, and vague hunches sound like expert insights.</p>

<p>It’s a lever. And it’s also a lens—one increasingly worn by those who know how to wield AI well. As more people adopt this filter, the information ecosystem fills with AI-optimized, AI-packaged, AI-sanded content.</p>

<p>In that world, unfiltered human expression—raw, imperfect, idiosyncratic, emotionally honest—becomes rare. And therefore, precious.</p>

<h2 id="the-hidden-cost-of-negativity">The Hidden Cost of Negativity</h2>

<p>To live well, actively avoid negativity.</p>

<p>Many mistake negativity for moral clarity—or even “justice”—without realizing it. That’s not wisdom. It’s cognitive laziness.</p>

<p>Negativity harms in predictable, compounding ways:</p>

<ol>
  <li><strong>External attribution bias</strong>: At the first sign of setback, the reflex is to blame external forces—market, leadership, luck—rather than examine controllable variables. That triggers immediate negative emotion.</li>
  <li><strong>False righteousness</strong>: Those negative emotions crystallize into opinions dressed up as truth (“The company is clueless”). When echoed by others, the belief feels validated—even though it’s rarely evidence-based. Reinforcement replaces reflection.</li>
  <li><strong>Cognitive contagion</strong>: Most people don’t think deeply. They absorb energy—especially emotional energy—from whoever speaks loudest. And negativity spreads faster and sticks longer than positivity.</li>
  <li><strong>Team toxicity multiplier</strong>: One persistently negative person can derail an entire team’s morale. Restoring psychological safety and trust often requires <em>ten times</em> the effort needed to prevent the damage in the first place.</li>
</ol>

<p>Negativity is pure internal and relational friction—draining individuals, families, and organizations alike. Learning to recognize and distance yourself from negativity isn’t cynicism. It’s one of the most practical skills for sustaining long-term well-being.</p>

<h2 id="how-to-feel-younger">How to Feel Younger</h2>

<p>Recently interviewed a candidate born in 2002. Afterwards, I realized: I feel younger than I did five years ago.</p>

<p>Not because of anything flashy—but because of fundamentals: movement, sleep, emotional regulation, and food.</p>

<p>Especially movement: consistent, balanced aerobic + resistance training—done not for aesthetics, but for resilience.</p>

<p>My personal practice over the past two years confirms it: These basics work. Deeply. And they cost almost nothing.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>On Happiness</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-04-20-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-04-20-en/</guid>
      <pubDate>Sun, 20 Apr 2025 09:30:00 +0800</pubDate>
      <description>This essay explores high-level happiness rooted in aesthetics, kindness, and truth-seeking; reflects on daily joy in a child’s neighborhood interactions; introduces “life formulas” as cognitive tools; analyzes barriers to efficient information acquisition; advocates the “take one step, foresee three” action principle; examines WeChat Official Accounts’ resurgence; and discusses criteria for a meaningful book—especially one on AI leadership.</description>
      
      <category>AI</category>
      
      <category>cognition</category>
      
      <category>happiness</category>
      
      <category>information literacy</category>
      
      <category>personal development</category>
      
      <category>writing</category>
      
      <content:encoded><![CDATA[<h2 id="high-level-happiness">High-Level Happiness</h2>

<p>Once material needs are met, one of the best ways to master desire is to pursue higher-level happiness.</p>

<p>This kind of happiness rests on foundational capacities: aesthetic sensitivity, moral intentionality (toward goodness), and intellectual honesty (in pursuit of truth).</p>

<p>Yet these vital capacities—so central to human flourishing—are systematically neglected throughout formal education and upbringing.</p>

<p>Take architectural aesthetics as an example.</p>

<p>After developing even modest architectural literacy, I begin noticing layered beauty everywhere: sunlight shifting across bookshelves on a balcony; subtle applications of symmetry, repetition, contrast, and intimacy in built form; and the quiet harmony between structure and landscape.</p>

<p>These deep aesthetic experiences arise not from passive observation—but from cultivated perception and understanding.</p>

<p>Even when words fail to capture the feeling, once this aesthetic intuition takes root, it opens a new window onto the world—revealing countless small, resonant moments of beauty in ordinary life.</p>

<p>The interplay of light and shadow, proportion and integration with nature—these aren’t just design features. They elevate mood, deepen presence, and sustain a quiet, enduring sense of well-being.</p>

<p>The same holds true for the happiness that flows from choosing kindness or pursuing truth.</p>

<h2 id="dropping-my-daughter-off-in-the-morning">Dropping My Daughter Off in the Morning</h2>

<p>Every morning, walking my daughter to kindergarten, we pass the neighborhood waste station. She waves and says cheerfully to the attendant: “You’re working here today~!”—as if greeting an old friend.</p>

<p>The woman beams back: “Off to school so early~?”</p>

<p>“Yep!” my daughter replies—and skips away.</p>

<p>The kindergarten is inside our compound—just a five-minute walk.</p>

<p>Along the way, neighbors greet her constantly: elderly residents, cleaning staff, parents of classmates, and kids from her class or others.</p>

<p>Each morning, I hear her name called out—“Yao Ruiyi…”—from different voices, in different tones, with genuine warmth.</p>

<p>Healthy social connection—and being seen—remains one of life’s simplest, most reliable sources of happiness.</p>

<p>On this, my daughter is my teacher.</p>

<h2 id="a-life-formula">A Life Formula</h2>

<p>Expressing core life insights through mathematical formulas strikes me as an exceptionally powerful strategy.</p>

<p>A good formula is clear, systematic, and actionable—it distills complexity into abstraction.</p>

<p>Curating such formulas is itself a form of abstract thinking training.</p>

<p>In our new book <em>AI Leadership</em>, co-authored with Xiangyang at the start of this year, we highlight why abstraction matters:</p>

<ul>
  <li><strong>See essence through noise</strong>: Extract key elements and underlying patterns from overwhelming information.</li>
  <li><strong>Transfer across domains</strong>: Apply knowledge from one field to another.</li>
  <li><strong>Simplify complexity</strong>: Break tangled problems into manageable, intelligible modules.</li>
  <li><strong>Build reusable mental models</strong>: Integrate fragmented experience into coherent, portable frameworks.</li>
</ul>

<p>As Adler writes in <em>The Nature of Communication</em>: “Abstraction is a simple way to generalize similarities among objects, people, ideas, or events.” It lets us grasp what something <em>is</em>—not just how it appears. This ability lies at the heart of human intelligence—and remains one AI still struggles to replicate fully.</p>

<p>Early this year, I drafted several “life formulas.” Recently, I revisited them, selected nine, refined each, and asked AI to generate an interactive web page visualizing them. The result was surprisingly effective:<br />
<a href="http://www.xiaohongke.com/changan/2025.html">xiaohongke.com</a></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-147.png" alt="" /><br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-149.png" alt="" /><br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-144.png" alt="" /></p>

<h2 id="efficient-information-acquisition">Efficient Information Acquisition</h2>

<p>To sharpen cognition, broaden perspective, strengthen output, and improve decision-making, one non-negotiable principle stands out: <em>raise the quality of information you consume.</em></p>

<p>Today’s global information output exceeds any single person’s capacity to process—even if they read 12 hours a day.</p>

<p>So the ability to acquire information well isn’t just useful—it’s essential.</p>

<p>Yet doing it well proves harder than expected. Four persistent barriers stand in the way:</p>

<ol>
  <li><strong>Noise overload</strong>: Far more irrelevant, low-value content floods your attention than what you truly need—especially passive inputs like gossip, sensational news, or “mental junk food” (which, ironically, often feels like active engagement).</li>
  <li><strong>Source discovery friction</strong>: Finding high-signal sources—like finding great books—requires method, trial, and patience. Human inertia makes even modest friction a real bottleneck.</li>
  <li><strong>Absorption efficiency</strong>: Even after identifying strong sources, absorbing their value efficiently demands experimentation—finding <em>your</em> optimal rhythm and format (e.g., skimming + note-taking vs. audio replay + reflection).</li>
  <li><strong>Dynamic maintenance</strong>: Sources evolve. Your needs shift. Effective information intake must be continuously iterated—not set-and-forget, but treated like product development: no “final version,” only “better for now.”</li>
</ol>

<p>These four factors—noise, sourcing, absorption, iteration—make high-quality information intake unusually demanding.</p>

<p>My countermeasures:</p>

<ol>
  <li><strong>Shift from passive to active intake</strong>: Subscribe to premium newsletters (e.g., GetIt’s paid columns); log daily questions and dialogue with top-tier AI models; pin trusted accounts and review them at fixed times. Active habits naturally pressure-test and upgrade your source stack.</li>
  <li><strong>Iterate sources deliberately</strong>: Use proven methods—peer recommendations, keyword searches, curated lists—but always anchor them in <em>your current priority</em>: What problem do you need to solve <em>right now</em>? What gap are you trying to close?</li>
  <li><strong>Absorb by doing and sharing</strong>: Two of the strongest absorption levers are <em>applying</em> new insight immediately and <em>rephrasing it for someone else</em>. Both force synthesis and expose gaps.</li>
  <li><strong>Prioritize signal over volume</strong>: Filter ruthlessly. Reject vague platitudes, recycled jargon, or unsubstantiated claims—they don’t just waste time; they <em>pollute</em> your mental model.</li>
</ol>

<p>Given my current focus on AI applications, here are seven WeChat Official Accounts I recommend:</p>

<ol>
  <li>Xiangyang Qiaomu</li>
  <li>AI Product Uncle Huang</li>
  <li>Hanqing Talk</li>
  <li>Kuaidao Qingyi</li>
  <li>Xiao Hu AI</li>
  <li>Digital Life Kazuke</li>
  <li>Orange Soda Shop</li>
</ol>

<p>Their common strength? Original thinking <em>or</em> hands-on implementation—not just commentary.</p>

<p>Other high-signal formats I rely on:</p>

<ul>
  <li><strong>Text-based</strong>: WeChat Official Accounts, X.com (curated accounts only)</li>
  <li><strong>Video &amp; live streams</strong>: Chaos App</li>
  <li><strong>Communities &amp; feeds</strong>: WeChat Moments, niche group chats</li>
  <li><strong>Audio</strong>: GetIt App, Xiaoyuzhou (podcast platform)</li>
</ul>

<h2 id="take-one-step-see-three">Take One Step, See Three</h2>

<p>A friend asked: “What’s a solid action strategy?”</p>

<p>Assuming the value of action itself is already clear, I’d argue the most important tactic is: <em>Take one step—see three.</em></p>

<p>Here’s what I mean:</p>

<ul>
  <li><em>Take one step</em>: Start. Move. Action remains irreplaceable.</li>
  <li><em>See three</em>: Don’t just ask, “What does this step accomplish?” Ask instead, “What does this step <em>imply</em> for steps two and three—and what might the ‘third-step landscape’ look like?”</li>
</ul>

<p>Benefits? Your actions gain deeper meaning, become easier to sustain, and invite richer, more strategic iteration along the way.</p>

<p>This isn’t static planning. It’s a dynamic balancing act—reapplied <em>at every step</em>, adjusting course based on emerging clarity.</p>

<p>Like chess: You play the move in front of you—but only after imagining how the board shifts two or three moves ahead.</p>

<p>The main drawback? Initial pace slows slightly. But long-term, “slow is fast”: fewer detours, steadier momentum, and greater odds of reaching ambitious goals.</p>

<p>For instance, recent work with Xiangyang:</p>

<ul>
  <li>When launching our first AI course, we simultaneously explored how the <em>Manus</em> model could evolve into a two-sided knowledge platform—so course iterations weren’t just tactical tweaks, but probes into scalable methodology.</li>
  <li>While designing a 100-day AI content series, we kept asking: <em>What does this enable next?</em>—how it scaffolds our AI course platform, informs book structure, or seeds community growth.</li>
</ul>

<h2 id="the-opportunity-in-wechat-official-accounts">The Opportunity in WeChat Official Accounts</h2>

<p>Over lunch, a friend declared: “This year is WeChat Official Accounts’ second spring—full of untapped potential.”</p>

<p>China has ~100 million <em>dedicated</em> Official Account readers—people who rarely leave the platform.</p>

<p>They largely ignore short videos. Their attention span, reading depth, and willingness to pay for quality content make them arguably the highest-value user cohort in China’s 1.4-billion population—the country’s intellectual and professional core.</p>

<p>From a business standpoint, they’re ideal: rational, systems-minded, and ready to invest in substance.</p>

<p>Five forces are driving this renaissance:</p>

<ol>
  <li><strong>Algorithmic fairness</strong>: Even small accounts gain visibility—if the content resonates.</li>
  <li><strong>Precision audience pool</strong>: 100 million deeply engaged users—higher commercial value than Xiaohongshu’s broader, more fragmented base.</li>
  <li><strong>AI’s unexpected boost</strong>: As short video dominates, AI tools are <em>lowering</em> the barrier to high-quality text creation—and <em>raising</em> its perceived value. Counterintuitive, but real.</li>
  <li><strong>Platform support</strong>: WeChat’s recent updates—including direct publishing from personal accounts—signal Tencent’s renewed commitment to nurturing serious content ecosystems.</li>
  <li><strong>Search momentum</strong>: WeChat’s “Search” feature sees rising DAU and usage frequency—while Baidu’s continues declining. A stark divergence.</li>
</ol>

<p>The core strategy? Consistently publish <em>good</em> content.</p>

<p>That reduces to two essentials: <em>consistency</em> and <em>goodness</em>.</p>

<ul>
  <li><em>Consistency</em> means showing up daily—not for vanity metrics, but to build trust and refine voice.</li>
  <li><em>Goodness</em> means one litmus test: <em>Does this help the reader?</em></li>
</ul>

<h2 id="how-to-read-a-good-book">How to Read a Good Book</h2>

<p>Early this year, a friend and I began planning a book—and coined the term <em>AI Leadership</em>.</p>

<p>From that concept, we distilled a practical AI learning methodology. So far, it’s guided our own work effectively.</p>

<p>Yesterday morning, I met with an editor from Posts &amp; Telecom Press at a café downstairs. Here’s what I shared:</p>

<ol>
  <li><strong>Purpose</strong>: To translate our frontline experience with AI <em>application</em>—not theory—into a foundational methodology anyone can use.</li>
  <li><strong>Modeling ambition</strong>: We looked to classics like <em>The Pyramid Principle</em> and <em>Deliberate Practice</em>. Their power lies in offering a clear, reusable mental framework for universal problems—not just one-off tips. We aim for the same: broad applicability, strong transferability.</li>
  <li><strong>Go-to-market design</strong>: To achieve longevity, we’re pairing the book with a companion course—mirroring successful “book + course” models in the market. Promotion and monetization strategy are part of the architecture, not afterthoughts.</li>
  <li><strong>Concept propagation</strong>: Ideas stick only after repeated, contextual exposure. We’ll deploy the <em>AI Leadership</em> concept across talks, workshops, articles, and social posts—aiming for ~10,000 touchpoints to forge recognition and shared understanding.</li>
  <li><strong>Implementation rigor</strong>: A great framework must land in practice. Next, we’ll run real-world pilots using the methodology—testing, refining, and documenting concrete steps so readers know <em>exactly</em> how to begin.</li>
</ol>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Shopify’s AI Imperative</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-04-13-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-04-13-en/</guid>
      <pubDate>Sun, 13 Apr 2025 09:30:00 +0800</pubDate>
      <description>This essay examines Shopify’s CEO’s six AI principles as a strategic blueprint for organizational transformation—not just efficiency gains but cultural and cognitive shifts. It connects these ideas to path dependence, alpha returns in innovation, iterative AI prompting, and the critical gap between knowing and doing.</description>
      
      <category>AI</category>
      
      <category>organizational learning</category>
      
      <category>strategic thinking</category>
      
      <category>skill development</category>
      
      <category>innovation</category>
      
      <content:encoded><![CDATA[<h2 id="shopifys-ai-imperative">Shopify’s AI Imperative</h2>

<p>Shopify’s CEO recently published an open letter—highly instructive for individuals and small-to-midsize businesses alike—that lays out six core principles for AI adoption across the company:</p>

<ol>
  <li><strong>AI proficiency is now baseline expectation</strong> — not optional. As AI reshapes every industry, opting out of learning AI tools is no longer viable.</li>
  <li><strong>AI must lead in <em>all</em> GSD (Get Stuff Done) prototyping</strong> — accelerating learning, creation, and internal sharing of early-stage work.</li>
  <li><strong>Employees own their AI learning—and must share it</strong>. Teams are encouraged to co-develop best practices, using Slack, Vault, and other internal tools to document and disseminate insights.</li>
  <li><strong>AI usage is formally evaluated</strong> — embedded in performance reviews and peer feedback. Your ability to apply AI directly impacts how you’re assessed.</li>
  <li><strong>Before requesting more headcount or resources, teams must explain why AI <em>can’t</em> solve the problem</strong>. This question is designed to spark creative friction and force deeper AI leverage.</li>
  <li><strong>AI will fundamentally reshape how work gets done</strong> — and Shopify is committing fully, urging collective effort to advance AI use <em>for merchants’ benefit</em> and <em>the company’s growth</em>.</li>
</ol>

<p>From an individual contributor’s perspective, this is unambiguous: embrace AI—or risk obsolescence.<br />
From a manager’s lens, it’s a mandate to redesign workflows, decision criteria, and team rhythms.<br />
Strategically, it reads like a declaration of intent for the AI era: Shopify has concluded AI isn’t just a productivity lever—it’s the new core competency.</p>

<p>The letter reflects a foundational belief: <em>AI will redefine every job</em>. By institutionalizing AI application and internal capability-building, Shopify is engineering its own transition into an AI-native organization.</p>

<p>A few pivotal shifts stand out:</p>

<ul>
  <li><strong>From “optional” to “mandatory”</strong>: AI is no longer a nice-to-have skill—it’s table stakes.</li>
  <li><strong>From “tool” to “thinking partner”</strong>: This framing signals deep insight—AI’s real value lies not in automation alone, but in augmenting judgment, reasoning, and ideation.</li>
  <li><strong>“AI-first” resource allocation</strong>: A clever structural nudge—using policy pressure to accelerate cultural change.</li>
</ul>

<p>As one of the world’s top independent e-commerce platforms, Shopify’s stance carries strong signal value.</p>

<p>Tweet source: <a href="https://x.com/tobi/status/1909251946235437514">x.com</a></p>

<p>Bonus context: Shopify’s 2024 GMV hit $292.275 billion (+24% YoY—the highest 3-year growth rate); revenue reached $8.88 billion (+26%); operating profit surged to $1.075 billion—up sharply from 2023.</p>

<h2 id="path-dependence">Path Dependence</h2>

<p>Reading Zhang Yiming’s biography helped me grasp <em>path dependence</em> beyond textbook definitions—especially its layered, lived reality.</p>

<p>His relentless focus on information distribution and algorithmic recommendation wasn’t a late-stage pivot. It was the through-line of his entire career—from early experiments with feed algorithms at Fanfou (a Chinese microblogging platform founded by Wang Xing) to Toutiao, Douyin, and beyond.</p>

<p>My take on path dependence:</p>

<ul>
  <li>It’s double-edged. When rooted in <em>deep, foundational thinking</em>, it compounds powerfully—like Zhang’s lifelong commitment to “information finds people.” That principle guided everything he built. But if path dependence rests on shallow habits or surface-level tactics? It offers little advantage—and can even become dead weight.</li>
  <li>It strongly enables future ventures. Zhang didn’t reinvent the wheel for each new app; he applied the same core logic—“information find people”—and adapted the algorithm accordingly.</li>
  <li>It extends beyond skills to <em>networks</em>. His early backers—like those from 99fang—had followed his trajectory for years. Likewise, most of my closest collaborators today are people I’ve known for a decade or more.</li>
</ul>

<p>So path dependence operates across three tiers:</p>

<ol>
  <li><strong>Foundational layer</strong>: Cognitive frameworks and mental models—e.g., Zhang’s unwavering belief in “information finds people.” This shapes <em>how</em> you frame problems and <em>what</em> solutions you even consider. Its influence is durable and far-reaching.</li>
  <li><strong>Middle layer</strong>: Domain expertise and technical craft—e.g., Zhang’s years of hands-on work refining recommendation algorithms at Fanfou. This kind of depth takes time to build—but once achieved, it’s hard to replicate.</li>
  <li><strong>Surface layer</strong>: Concrete methods and tactical playbooks—valuable, yes, but easier to acquire and less defensible.</li>
</ol>

<p>The deeper the layer, the greater the transferability.<br />
Zhang’s mastery of recommendation systems wasn’t tied to one product—it was portable across content, commerce, and video. That’s why cultivating <em>generalizable</em> skills matters more than accumulating narrow tricks.</p>

<p>That said, path dependence has limits: it can breed rigidity, blind spots, and resistance to paradigm shifts. Awareness is the first countermeasure.</p>

<h2 id="alpha-returns">Alpha Returns</h2>

<p>Alpha return—a concept introduced by economist William Sharpe in 1964 via the Capital Asset Pricing Model (CAPM)—earned him the 1990 Nobel Prize in Economics.</p>

<p>In simple terms: financial markets often move like herds. When sentiment turns bullish, most stocks rise together; when bearish, they fall en masse. Much of your portfolio’s return may simply reflect that broad market swing—Sharpe called this <em>Beta return</em>.</p>

<p><em>Alpha return</em>, by contrast, is the <em>excess</em> return you generate <em>above</em> the market average—through skill, insight, timing, or unique positioning.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-141.png" alt="" /></p>

<p>This maps neatly onto business strategy: Beta resembles competing in a <em>red ocean</em>—playing by established rules, riding prevailing tides. Alpha is <em>blue ocean</em> creation—defining new categories, reimagining value, and building defensible differentiation.</p>

<p>Beta is climbing a known mountain. Alpha is surveying uncharted terrain—and sometimes building the first trail. Higher risk? Yes. Greater upside? Also yes.</p>

<p>But Alpha and Beta aren’t opposites—they’re complementary. Like swimming: you can ride the current <em>and</em> stroke deliberately. The key is knowing <em>which part of your result comes from the tide</em>, and <em>which part comes from your own strength</em>.</p>

<p>Pursuing Alpha demands higher tolerance for uncertainty—and stronger risk management. Yet paradoxically, <em>not</em> pursuing Alpha may be the riskiest choice long-term. Why? Because in a world of accelerating change, standing still is the fastest route to irrelevance.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-146.png" alt="" /><br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-139.png" alt="" /></p>

<p>This idea extends far beyond finance: in product design, marketing, operations—even personal learning—true value emerges from original thinking and action—not mimicry.</p>

<h2 id="ai-iteration-strategy">AI Iteration Strategy</h2>

<p>We talk constantly about “AI iteration mindset”—but putting it into practice reveals stubborn mental barriers. Real understanding often arrives only <em>after</em> experiencing tangible, compound improvements.</p>

<p>This morning, I spent about an hour iteratively refining a set of prompts for a work task—using AI itself as my co-pilot. My goal: achieve two specific outcomes. I kept asking AI to analyze, critique, and suggest revisions—then tested each version.</p>

<p>Comparing the final prompt set with the first draft revealed dramatic improvements:</p>
<ul>
  <li>Tighter logical flow</li>
  <li>Elimination of contradictory instructions</li>
  <li>Clearer articulation of process goals and abstract concepts</li>
</ul>

<p>The entire loop relied on continuous dialogue: <em>Ask → Analyze → Revise → Test → Repeat.</em></p>

<p>Key takeaways:</p>
<ol>
  <li>Deep understanding of your <em>business logic</em> is non-negotiable.</li>
  <li>Your <em>target outcome</em> must be crystal clear—and reiterated throughout the loop.</li>
  <li>You must critically assess AI’s suggestions—not accept them blindly. Judgment + AI input = effective iteration.</li>
  <li>Acknowledge where AI <em>outperforms you</em>: speed, pattern recognition, breadth of reference. Lean in.</li>
</ol>

<h2 id="knowing-vs-doing">Knowing vs. Doing</h2>

<p>Today, I delivered Day 2 of onboarding training for new colleagues—focused heavily on AI application.</p>

<p>Only after the lecture ended—and we moved into hands-on practice—did the real gaps surface.</p>

<p>Two patterns emerged:</p>

<p>First, many assumed they “got it”—until they tried executing. What seemed straightforward in theory turned out to involve dozens of subtle, consequential decisions.</p>

<p>Second, nearly every stumbling block they hit mirrored exactly the pitfalls I’d emphasized in training. These weren’t edge cases—they were <em>the</em> common failure modes.</p>

<p>This is the classic chasm between <em>knowledge acquisition</em> and <em>skill formation</em>. Hearing something ≠ being able to do it. It’s universal—but especially acute in AI, where the interface feels deceptively simple. The illusion of ease masks the need for deliberate, repeated practice.</p>

<p>A friend runs an AI learning community called “Learning by Doing.” Its name says it all.</p>

<p>As the Learning Pyramid shows, passive consumption (reading, listening) yields low retention. Active practice—and especially <em>teaching others</em>—produces the highest knowledge retention. In AI, where intuition lags behind capability, this is essential.</p>

<p>There’s a world of difference between skimming an article about prompt engineering and spending 30 minutes wrestling with a real prompt—refining, testing, failing, and finally succeeding. That’s where competence lives.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>What Is Happiness?</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-04-06-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-04-06-en/</guid>
      <pubDate>Sun, 06 Apr 2025 09:30:00 +0800</pubDate>
      <description>This essay explores happiness as the product of meaning, health, and relationships—each equally essential—multiplied by presence in the moment. It connects this framework to entrepreneurship, AI course development, AI-powered content creation, hiring principles, and the foundational role of sustainable revenue in organizations.</description>
      
      <category>happiness</category>
      
      <category>AI</category>
      
      <category>entrepreneurship</category>
      
      <category>organizational design</category>
      
      <category>cognition</category>
      
      <category>personal development</category>
      
      <content:encoded><![CDATA[<h2 id="what-is-happiness">What Is Happiness?</h2>

<p>At the end of 2024, I reviewed my annual “New Year Formula”—a distilled set of expectations for 2025.</p>

<p>The formula for happiness reads:<br />
<strong>Happiness = MIN(Meaning, Health, Relationships) × Presence</strong></p>

<p>(The full set of formulas is available in <em><a href="https://jiahejiaoyu.feishu.cn/docx/YHOHd1TLyom6KDxQY8Ac8m4hngf#RT3bdh0fdo59BPxa9nPcedlCnMe">Yao Jingang’s Cognitive Notes</a></em>.)</p>

<p>How do we interpret it?</p>

<p>The MIN function means that happiness is capped by the <em>weakest</em> of the three pillars—meaning, health, and relationships. All three are non-negotiable.</p>

<ul>
  <li><strong>Meaning</strong>: Your sense of purpose and value in life. Without it, even abundant material comfort rarely yields deep satisfaction. Research consistently shows that living with meaning correlates strongly with longer lifespan and higher quality of life.</li>
  <li><strong>Health</strong>: Physical and mental well-being—the foundational “1” upon which all other “0s” (wealth, status, achievement) depend.</li>
  <li><strong>Relationships</strong>: Family, friendship, love. As social beings, we wither without connection and mutual support.</li>
</ul>

<p>“Presence” acts as a multiplier: no matter how high your scores in the three pillars, if you’re chronically distracted, anxious about the future, or ruminating on the past, your lived experience of happiness shrinks.</p>

<p>So—if our aim is to <em>live</em> happiness, not just theorize it—this formula offers a practical compass:</p>

<ul>
  <li>Cultivate all three dimensions <em>in balance</em>. No single pillar can compensate for the collapse of another.</li>
  <li>Practice presence deliberately—not as an afterthought, but as core discipline. Otherwise, effort compounds slowly, if at all.</li>
</ul>

<p>Of course, the model omits factors like self-actualization or economic security. But as a simplified heuristic, it isolates what matters most—especially when facing pivotal life choices.</p>

<p>Xiang Yang recently shared Naval Ravikant’s latest interview on his WeChat public account <em>“Xiang Yang Qiao Mu Tui Jian Kan”</em> (“Xiang Yang Recommends Reading”). Naval’s take on happiness echoes similar logic:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-142.png" alt="" /></p>

<p>Naval defines happiness not as fleeting pleasure, but as <em>inner stillness</em>: feeling at ease with your current reality—neither resisting it nor wishing it were different. True wisdom lies in knowing both <em>how</em> to achieve your goals <em>and</em> <em>what</em> goals are truly worth pursuing. Life is short; don’t settle for mediocrity—but also avoid chasing “consolation prizes”: things that look attractive on the surface but deliver no real value.</p>

<p>He poses a sharp question: <em>If happiness is the ultimate goal, why don’t we pursue it directly?</em> Too often, we sacrifice happiness <em>for</em> success—believing happiness will follow. In reality, people who are <em>already happier</em> tend to be more successful—because they sustain focus, resilience, and creativity in work they genuinely care about.</p>

<p>Original interview: <a href="https://www.youtube.com/watch?v=KyfUysrNaco">youtube.com</a><br />
Transcribed version: <a href="https://www.32kw.com/view/0c53454">32kw.com</a></p>

<h2 id="entrepreneurship-the-last-few-years">Entrepreneurship: The Last Few Years</h2>

<p>Today was light on meetings—I spent the whole day packing up the office. We’re moving to a much lower-cost space.</p>

<p>Looking back on these years of entrepreneurship: I’ve stepped into nearly every pitfall imaginable. Yet I don’t regret it. Within manageable risk, experiencing them firsthand has likely been invaluable—for what lies ahead.</p>

<p>Examples include:</p>

<ul>
  <li>Launching full-scale projects before validating the MVP—leading to multiple million-RMB losses. One such loss is tolerable; two or three aren’t.</li>
  <li>Running too many initiatives in parallel—none deeply executed or seen through to completion.</li>
  <li>Spending recklessly—without granular cost control. Rent alone, looking back, wasted several million RMB over the years.</li>
  <li>Neglecting operational details or delegating too loosely—resulting in critical decision gaps and repeated million-RMB missteps.</li>
</ul>

<p>For a small, unfunded company—still operating post-“Double Reduction” policy, surviving repeated losses—it’s frankly astonishing we’re still here.</p>

<p>Since last autumn, I’ve conducted serious reflection and root-cause analysis. Gradually, I’ve recognized recurring patterns in my errors—and begun large-scale adjustments: process redesign, tighter financial discipline, clearer delegation protocols.</p>

<p>This isn’t just damage control. It’s become one of my most valuable assets. At least this year, my judgment across domains feels markedly more grounded and mature.</p>

<h2 id="ai-course-launch">AI Course Launch</h2>

<p>Today, the adult-focused AI course <em>AI Leadership</em>, co-designed with Xiang Yang, officially launched in select WeChat groups.</p>

<p>From concept to delivery, it took us roughly three months.</p>

<p>Early user feedback has been encouraging—and we’re already iterating rapidly based on input. Overall, the reception has been positive.</p>

<p>In early-stage products, user participation—even amid imperfections—greatly elevates perceived value. There’s a well-documented psychological effect: when users feel like co-creators, their tolerance rises, and they develop a sense of ownership.</p>

<p>For me, launching this course delivered four concrete benefits:</p>

<ol>
  <li><strong>Deeper AI understanding</strong>: Designing the curriculum forced us to clarify AI’s internal logic—proof again that <em>teaching is the best way to learn</em>. Like when I first studied SEO: writing a book and teaching others accelerated my own mastery far beyond passive learning.</li>
  <li><strong>Faster productization</strong>: The course pushed me to turn abstract insights into tangible offerings. One paying user added me on WeChat—he’s building AI applications himself. My immediate advice? <em>Leverage AI now to build AI tools.</em> Don’t wait.</li>
  <li><strong>Network expansion</strong>: Through this work, I’ve met passionate, thoughtful people exploring AI in earnest. New friendships—and unexpected collaborations—are already emerging.</li>
  <li><strong>Strategic clarity</strong>: Deeper immersion sparked fresh ideas for AI applications—and clarified next-step priorities. That kind of clarity is rare and precious.</li>
</ol>

<p>AI is triggering a new wave of productivity revolution across industries. To participate—not just observe—and ship small, meaningful works that nudge the field forward? That’s deeply worthwhile.</p>

<h2 id="ai-powered-content-creation">AI-Powered Content Creation</h2>

<p>AI + content creation will dominate mainstream media operations starting this year.</p>

<p>Why? Because the efficiency gains are staggering—confirmed repeatedly in our own practice and friends’ experiments. Used well, results are exceptional.</p>

<p>WeChat Official Accounts deserve special attention.</p>

<p>It remains the <em>only</em> major platform that permits unrestricted QR-code sharing for private traffic acquisition. Every other platform actively suppresses this.</p>

<p>That distinction is decisive: non-suppression enables conversion efficiency <em>tens of times higher</em>—assuming comparable traffic volume.</p>

<p>Also, WeChat’s current algorithm has largely neutralized follower count as a performance lever. If your article doesn’t land in recommendation feeds, follower-driven views vary little—even accounts with just a few hundred followers can reach thousands or tens of thousands via recommendations and organic resharing.</p>

<p>The underlying logic is simple:</p>

<ol>
  <li><strong>Automate repetition with AI</strong>: Today’s AI tools can handle every step—from ideation and drafting to editing and formatting. You just need to invest time learning <em>how</em> to use them effectively.</li>
  <li><strong>Own strategy iteration</strong>: Only <em>your</em> evolving cognition and deliberate experimentation can raise the ceiling on what AI helps you achieve. Efficiency compounds only when your thinking does.</li>
</ol>

<h2 id="who-to-hire">Who to Hire</h2>

<p>This week, I interviewed intensively—and welcomed our first cohort of eight new hires. Once again, I was reminded: selecting outstanding people is both critically important and profoundly difficult.</p>

<p>All candidates met our baseline: proven ability to <em>leverage AI</em> to solve real problems.</p>

<p>Here’s what I now prioritize:</p>

<ol>
  <li>
    <p><strong>Logical clarity</strong><br />
If someone can’t articulate thoughts coherently in an interview, their work will likely lack structure—or descend into chaos.<br />
During one management-track interview, the candidate’s explanations were so muddled I later described their thinking as “mush.” Working closely with them would, I’m certain, test my patience daily.<br />
Ding Lei (NetEase’s founder) once said on a talk show: logical rigor is his top hiring filter—and most people fail it. Disorganized logic leads directly to disorganized execution. It’s that consequential.</p>
  </li>
  <li><strong>Problem-solving ability</strong><br />
Excellence shows in:
    <ul>
      <li>Accurately identifying the <em>core</em> problem—not mistaking symptoms for causes.</li>
      <li>Applying systems thinking—analyzing from multiple angles.</li>
      <li>Proactively sourcing resources and methods, rather than waiting for instructions.</li>
      <li>Demonstrating grit when obstacles arise.</li>
      <li>Generating unconventional, creative solutions.</li>
      <li>Weighing trade-offs and making sound decisions under complexity.<br />
(Test this via behavioral questions or scenario-based interviews—ask for full narratives of past problem-solving.)</li>
    </ul>
  </li>
  <li><strong>Professional ethos</strong>
    <ul>
      <li>Focus and commitment: Do they immerse themselves fully?</li>
      <li>Relentless standards: Do they reject “good enough”?</li>
      <li>Attention to detail: Can they spot and fix subtle flaws?</li>
      <li>Time discipline: Do they deliver high-quality work on schedule?</li>
      <li>Self-motivation: Do they push forward without external prompting?</li>
      <li>Accountability: Do they own outcomes—both wins and missteps?</li>
      <li>Growth mindset: Do they actively seek learning and improvement?</li>
    </ul>
  </li>
  <li><strong>Professional ethics</strong>
    <ul>
      <li>Integrity: Are words and actions aligned? Do they avoid distortion or omission?</li>
      <li>Responsibility: Do they stand by their work—and its consequences?</li>
      <li>Confidentiality: Do they safeguard sensitive information?</li>
      <li>Team orientation: Do they share credit and shoulder collective burdens?</li>
    </ul>
  </li>
</ol>

<h2 id="an-organizations-first-task">An Organization’s First Task</h2>

<p>An organization’s primary mission is to earn money—<em>legally</em>.</p>

<p>As long as it operates within the law, <em>every</em> other objective must be subordinate to revenue generation.</p>

<p>Why does earning money matter?</p>

<p>Because sustainable profit signals <em>real value creation</em>. If you’re merely redistributing existing value—or destroying it—you cannot survive long.</p>

<p>What <em>is</em> the essence of earning money?</p>

<p>It’s the consistent delivery of <em>net new value</em>. Zero-sum or negative-sum games are inherently unsustainable.</p>

<p>Counterexample:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-140.png" alt="" /></p>

<p>Why?<br />
When enterprises ignore market fundamentals and chase “social responsibility” at the expense of viability, they divert finite resources into building an unstable, self-defeating system.</p>

<p>As Master Shi Yongxin put it: <em>“Make great products. Make solid profits. That *is</em> the greatest good.”*</p>

<p>The same holds true for individuals and families: economic stability isn’t optional—it’s the necessary foundation for everything else.</p>

<p>The harder question—how to earn money <em>well</em>, especially today—is another discussion entirely.</p>

<p>Yet too often, we forget our first task altogether.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Why Turing Matters</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-03-30-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-03-30-en/</guid>
      <pubDate>Sun, 30 Mar 2025 09:30:00 +0800</pubDate>
      <description>This essay explores Alan Turing’s enduring genius—not just as the father of computer science, but as a model for deep thinking, cross-disciplinary mastery, and lifelong learning. It connects his mindset to modern AI fluency, high human effectiveness, purpose-driven longevity, and the critical shift from “how to use AI” to “why and where it truly serves.”</description>
      
      <category>AI</category>
      
      <category>cognition</category>
      
      <category>skill development</category>
      
      <category>organizational practice</category>
      
      <category>workflow</category>
      
      <category>purpose</category>
      
      <content:encoded><![CDATA[<h2 id="why-turing-matters">Why Turing Matters</h2>

<p>Alan Turing stands among the most influential scientists of the 20th century—the founding father of computer science. He mathematically defined computation itself, cracked Nazi Enigma ciphers during WWII, and laid the conceptual groundwork for the digital age.</p>

<p>What set him apart wasn’t just brilliance—it was his <em>mathematical gaze</em>: seeing intelligence and calculation not as mysterious phenomena, but as formal, abstract systems open to rigorous analysis.</p>

<p>His impact spanned disciplines—computer science, cryptography, artificial intelligence, mathematical biology—each marked by foundational contributions. Such rare, cross-domain mastery offers more than historical interest; it gives us a living template for growth, work, and organization.</p>

<h3 id="1-mastery-through-extremes">1. Mastery Through Extremes</h3>

<p>Doing something at 90% versus 99% isn’t a 10% effort gap—it’s often a 10× difference in time, focus, energy, and method refinement.</p>

<p>Take marathon running: finishing in under 4 hours is commendable for most; breaking 3 hours demands elite dedication. Turing’s personal best? <strong>2 hours, 46 minutes</strong>—in the 1940s. He trained relentlessly, not for fame, but because the <em>process of extreme pursuit</em> forged resilience itself.</p>

<p>Overcoming repeated, meaningful difficulty builds a transferable muscle: the ability to face <em>any</em> challenge with calm competence. That’s why I encourage everyone—adults and children alike—to aim for national-top-tier mastery in <em>at least one domain</em>. The payoff isn’t just skill—it’s character.</p>

<h3 id="2-raw-intelligencebut-not-enough">2. Raw Intelligence—But Not Enough</h3>

<p>Yes, Turing was extraordinarily intelligent. But raw IQ alone doesn’t scale. What matters more is <em>how you use your mind over time</em>. Intelligence without renewal stagnates. Lifelong learning—curious, disciplined, applied—is what turns potential into lasting impact.</p>

<h3 id="3-learning-from-masters">3. Learning from Masters</h3>

<p>Turing’s thinking on computation was deeply shaped by David Hilbert’s formalist program and John von Neumann’s architectural insights. Great work rarely emerges in isolation. It’s built on dialogue—with ideas, with predecessors, with peers.</p>

<p>Seeking inspiration from true masters—and surrounding yourself with people who think rigorously—isn’t imitation. It’s acceleration.</p>

<h3 id="4-one-understanding-hundred-applicationsbut-only-after-depth">4. “One Understanding, Hundred Applications”—But Only After Depth</h3>

<p>“Cross-disciplinary fluency” sounds appealing—until you realize it only works <em>after</em> deep expertise. You don’t “connect dots” if you’ve only sketched half of them. Real cognitive transfer requires mastering a field’s underlying logic, its assumptions, its failure modes—then recognizing structural parallels elsewhere.</p>

<p>Superficial dabbling across domains produces surface-level “insights.” True synthesis begins with depth.</p>

<h3 id="5-lifelong-learning-as-the-ultimate-lever">5. Lifelong Learning as the Ultimate Lever</h3>

<p>As Malcolm Gladwell notes in <em>Outliers</em>, once IQ hits ~120, further gains offer diminishing returns. What separates those who go far from those who plateau isn’t starting point—it’s <em>continuity</em>. A person of average intellect who learns daily, reflects weekly, and applies monthly will outpace a gifted but static peer—every time.</p>

<h3 id="6-goals-that-stretch-reality">6. Goals That Stretch Reality</h3>

<p>In a recent talk at Wuhan University, Lei Jun urged students to set goals <em>an order of magnitude higher</em> than their peers’. High targets do three things: ignite motivation, sharpen focus, and reframe obstacles as necessary steps—not barriers. Break that audacious goal down, and each sub-goal becomes manageable. Achieve even one, and you’ve already outpaced most.</p>

<h3 id="7-staying-hands-on">7. Staying Hands-On</h3>

<p>No matter how senior, how celebrated, Turing remained immersed in the work—designing machines, writing algorithms, running experiments. So do today’s world-class engineers: Jeff Dean (Google Fellow, NAE member) still writes production code. Leadership isn’t about delegation <em>away</em> from complexity—it’s about staying close enough to the front lines to recognize what <em>really</em> matters.</p>

<h3 id="8-integrity-as-infrastructure">8. Integrity as Infrastructure</h3>

<p>He kept promises. He delivered. He earned trust—not through charisma, but consistency. In any team or organization, reliability compounds. It lowers coordination cost, accelerates feedback loops, and makes collaboration <em>possible</em>.</p>

<h3 id="in-summary-three-foundational-pillars">In Summary: Three Foundational Pillars</h3>

<ol>
  <li><strong>Growth Mindset</strong>: Combine relentless pursuit of excellence with audacious goals—not to check boxes, but to expand your capacity.</li>
  <li><strong>Learning Methodology</strong>: Fuse continuous learning with real-world application. Intelligence opens doors; disciplined practice walks you through them.</li>
  <li><strong>Professional Discipline</strong>: Master one domain deeply <em>before</em> reaching across. “One understanding, hundred applications” only holds when the “one” is real—not rhetorical.</li>
</ol>

<h2 id="recent-reflections-on-ai">Recent Reflections on AI</h2>

<p>AI progress remains dizzying. ChatGPT-4o, for example, can now generate or edit images from simple prompts—even exceeding expectations in quality and coherence.</p>

<p>This tempts some to ask: <em>Do we still need prompt engineering? Do we still need to learn AI?</em></p>

<p>My conclusion—shared with Xiangyang—is the opposite. For routine tasks, AI <em>has</em> lowered the bar: basic image generation, summarization, or drafting now requires less finesse. But for <em>advanced</em> or <em>mission-critical</em> work—say, aligning AI output with nuanced brand voice, legal compliance, or strategic storytelling—the bar has risen <em>sharply</em>.</p>

<p>Think of it like racing: The Xiaomi SU7 Ultra simplifies controls so almost anyone can drive it around a track. But to win? You still need pro-level reflexes, strategy, and thousands of hours of practice.</p>

<p>Or consider PowerPoint: When few knew how to build slides, basic competence stood out. Today, templates and tools are ubiquitous—but expectations have soared. The real PPT master isn’t the one stacking animations; they’re the <em>logic architect</em>, the <em>visual philosopher</em>, the <em>narrative strategist</em>. Their “tricks” are invisible—because they serve clarity, not decoration.</p>

<p>So it is with AI. The top-tier prompt engineer doesn’t obsess over syntax. They bring deep domain knowledge, sharp logic, and refined aesthetic judgment. When I see stunning images generated by 4o, the prompt behind them still reveals <em>what the creator saw in the image before it existed</em>—their taste, their intent, their understanding of light, composition, mood.</p>

<p>That’s not technique. That’s craft.</p>

<h2 id="the-logic-of-high-human-effectiveness-in-the-ai-era">The Logic of High Human Effectiveness in the AI Era</h2>

<p><strong>Success</strong> = Strategy × Effective Execution<br />
<em>(Strategy = What to do + What *not</em> to do)*</p>

<p><strong>High Human Effectiveness</strong> = Effective Execution × AI Automation</p>
<ul>
  <li>Effective Execution = [0 → 1] <em>(Your baseline capability—clarity, discipline, judgment)</em></li>
  <li>AI Automation = [1 → 100] <em>(How well you integrate AI into your workflow—not just using it, but *orchestrating</em> it)*</li>
</ul>

<p>Example:</p>
<ul>
  <li>Person A: Execution = 0.5, AI Integration = 50 → Effectiveness Index = 25</li>
  <li>Person B: Execution = 0.8, AI Integration = 50 → Effectiveness Index = 40</li>
</ul>

<p>Even with identical AI tools, execution quality dominates outcomes.</p>

<p><strong>Getting Things Done</strong> = Will × Karma × Skill × Context</p>
<ul>
  <li><strong>Will</strong>: Inner drive—the “why” that sustains effort</li>
  <li><strong>Karma</strong>: Accumulated capital—experience, reputation, trust</li>
  <li><strong>Skill</strong>: Concrete abilities needed to execute</li>
  <li><strong>Context</strong>: External conditions—timing, tools, support, luck</li>
</ul>

<p><strong>AI Project Success</strong> = AI Operations × AI Technology</p>
<ul>
  <li>Operations = [0, 1] <em>(Clarity of use case, stakeholder alignment, iterative testing)</em></li>
  <li>Technology = [1, 100] <em>(Model choice, fine-tuning, evaluation rigor, infrastructure)</em></li>
</ul>

<p>Most teams over-index on technology. The bottleneck is almost always operations.</p>

<h2 id="what-really-extends-lifespan">What Really Extends Lifespan?</h2>

<p>It’s not happiness. Not comfort. Not even health habits alone.</p>

<p>It’s <em>meaning</em>.</p>

<p>A landmark Finnish study tracked 6,000 U.S. middle-aged adults for 23 years. The strongest predictor of longevity? A sustained sense of <em>purpose</em>—knowing <em>why</em> you wake up, what you’re here to contribute.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-138.png" alt="" /></p>

<p>Viktor Frankl observed the same in Nazi concentration camps: those who held onto meaning—even in extremis—survived longer. Why?</p>

<ul>
  <li><strong>Physiologically</strong>, purpose triggers sustained release of anti-inflammatory, immune-enhancing hormones (e.g., oxytocin, DHEA). Pleasure gives fleeting dopamine spikes; purpose delivers steady, systemic resilience.</li>
  <li><strong>Psychologically</strong>, meaning buffers stress. Setbacks become data points—not identity threats—when viewed through a larger mission.</li>
  <li><strong>Behaviorally</strong>, purposeful people invest in health <em>because</em> they need their bodies to fulfill their mission. It creates a self-reinforcing loop: purpose → care → vitality → greater capacity to serve.</li>
</ul>

<p>Happiness is a state. Meaning is a compass.</p>

<h2 id="starting-with-why">Starting With WHY</h2>

<p>Lately, I’ve been designing a project: <em>Solve 100 Real Problems with AI</em>.</p>

<p>A friend asked: “What’s the core idea?”<br />
I replied: “It starts with <em>why</em>—not <em>how</em>.”</p>

<p>Too many treat AI like a hammer, then scour the world for nails. Better to begin with the nail: the unmet need, the friction point, the human pain. <em>Then</em> choose—or build—the right tool.</p>

<p>Scroll through AI-focused social feeds, and you’ll mostly find <em>WHAT</em> (new features) and <em>HOW</em> (tutorials, benchmarks). Rarely do you see deep <em>WHY</em>: <em>Why does this problem matter? Why does this solution fit this context? Why not another tool—or no tool at all?</em></p>

<p>Finding real AI use cases is hard—for three reasons:</p>
<ol>
  <li><strong>It’s genuinely difficult</strong>: Spotting authentic business needs requires listening beyond surface requests—into workflows, bottlenecks, and silent frustrations.</li>
  <li><strong>It’s nontrivial to solve</strong>: Take AI-powered resume screening. The real challenge isn’t prompting—it’s codifying <em>what “good fit” actually means</em> for a given role, culture, and growth stage. Most can’t articulate that clearly.</li>
  <li><strong>It’s energy-intensive</strong>: Even when AI writes 95% of the code, iterating an AI-augmented interview system still demands design judgment, edge-case testing, and user feedback loops.</li>
</ol>

<p>Yet the reward is profound. If we can distill this practice into a replicable methodology—a field manual for <em>applied AI reasoning</em>—it becomes more than a project. It becomes infrastructure for others’ success.</p>

<p>On Thursday, I shared the idea with Xiangyang: <em>100 days, 1 problem per day, solved with AI.</em> He loved it. And if we pull it off? Our second book—and companion practice course—won’t be a stretch. It’ll be inevitable.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Deluge of AI-Generated Information</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-03-23-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-03-23-en/</guid>
      <pubDate>Sun, 23 Mar 2025 09:30:00 +0800</pubDate>
      <description>This essay examines the rising flood of low-quality AI content—especially in short videos and text—and its cognitive costs. It outlines three principles for filtering information, reflects on timeless professional virtues, warns of declining reasoning skills amid AI andshort-video saturation, and offers practical strategies forenergy allocation and cultivating scarce, deep expertise.</description>
      
      <category>AI</category>
      
      <category>critical thinking</category>
      
      <category>attention economy</category>
      
      <category>expertise</category>
      
      <category>productivity</category>
      
      <category>cognition</category>
      
      <content:encoded><![CDATA[<h2 id="the-deluge-of-ai-generated-information">The Deluge of AI-Generated Information</h2>

<p>Overseas, ultra-short videos wildly synthesized by AI—think surreal, hyper-exaggerated clips—have become a new traffic “key.” If you accidentally linger for a few seconds, or watch one twice out of shock, personalized recommendation algorithms take note. Congratulations: your feed will soon flood with similar AI-generated grotesqueries—your new mental pollutant.</p>

<p>This kind of illogical, over-the-top content is bound to multiply—not because it’s meaningful, but because it’s <em>addictive</em>. Addiction fuels engagement; engagement fuels algorithmic amplification; and amplification fuels more addiction.</p>

<p>For adults, children, and seniors alike, such content offers no benefit—only cognitive pollution or, worse, a slow erosion of judgment.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-143.png" alt="" /></p>

<p>Domestically, the internet <em>feels</em> comparatively healthier. Extremely vulgar or sensational AI clips often get taken down after just a few user complaints. Yet AI-synthesized short videos still saturate platforms—especially re-edited versions of classic films and TV shows. Some reinterpretations show real creativity; most veer into crass parody—like “Empress Dowager Cixi wielding a machine gun.”</p>

<p>Beyond video, text-and-image content is even more deeply compromised.</p>

<p>That’s because today’s dominant AI—large language models—is fundamentally a <em>text-generation engine</em>. With proper prompting, AI output routinely surpasses 90% of ordinary human writers in fluency, speed, and surface polish.</p>

<p>On WeChat Official Accounts and Xiaohongshu, AI-generated posts (combining text and images) have become unavoidable hotspots of low-signal noise.</p>

<p>Tencent recently launched a free online AI detector that identifies whether images or text are AI-generated. Our team uses it regularly—and I check things myself, often.</p>

<p><a href="https://matrix.tencent.com/ai-detect/ai_gen_txt">link</a></p>

<p>AI-generated content remains the most widespread application of AI today. Faced with this deluge, I hold two clear positions:</p>

<p>First, if you’re consuming AI work purely for light entertainment—AI micro-dramas, AI fairy tales—it’s fine. No harm done.</p>

<p>Second, if you’re relying on AI <em>to solve problems</em>, <em>find actionable insights</em>, or <em>inform real decisions</em>, then sourcing information demands rigor. Three filters matter:</p>

<ol>
  <li><strong>Authority &amp; authenticity</strong>: Prioritize first-hand, verifiable sources—original books, primary documents, or reporting from trusted institutions and outlets.</li>
  <li><strong>Human authorship</strong>: Avoid anything AI-generated or AI-processed. If a creator habitually outsources their writing or editing to AI, mute or block them immediately. Due to AI hallucination, such content cannot serve as a reference—<em>not yet</em>, at least.</li>
  <li><strong>Selective curation</strong>: Don’t chase volume. Invest time and attention only in high-signal, personally relevant sources—even if that means discarding &gt;90% of what’s available. For any individual, that’s more than enough.</li>
</ol>

<p>Lately, I’ve also been asking myself: Is generating low-value AI content a kind of <em>moral failure</em>—or even a quiet form of “crime”? How can we harness AI not to dilute meaning, but to deepen it? I don’t yet have answers.</p>

<h2 id="some-plain-truths">Some Plain Truths</h2>

<p>Today, I visited two veteran educators with colleagues.</p>

<p>Both have operated in their niches for over a decade—and delivered tangible results: one runs a ¥1 billion annual revenue business; the other leads the undisputed #1 player in a narrow education segment (most competitors have already folded).</p>

<p>What stood out wasn’t flashy strategy—but simple, grounded truths: <em>love, conviction, persistence, pragmatism, and staying rooted in reality.</em></p>

<ul>
  <li>Commit to something—and stick around. Staying in the game is how you earn your shot.</li>
  <li>Passion and purpose fuel endurance—but they’re not enough alone.</li>
  <li>Pragmatism matters: knowing when to monetize, when to scale, when to pause.</li>
  <li>Chasing trends isn’t shallow—it signals real demand <em>and</em> better conversion.</li>
  <li>Truly valuable trends also reflect deeper shifts—like DeepSeek’s breakout.</li>
  <li>Survival comes first. So balance short-term execution with long-term vision.</li>
</ul>

<p>These ideas sound obvious. But executing them—especially amid uncertainty or hardship—is extraordinarily hard. Precisely <em>because</em> they’re hard, their impact dwarfs intelligence, talent, or effort alone.</p>

<p>As for insight and judgment? They emerge naturally—not from theory, but from sustained immersion in a domain.</p>

<h2 id="declining-reasoning-capacity">Declining Reasoning Capacity</h2>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-137.png" alt="" /></p>

<p>The average person’s ability to process information, reason, and solve problems is eroding—across age groups.</p>

<p>Look at the chart: after 2018, math and reading proficiency dropped sharply. I suspect this correlates strongly with the mass adoption of short-video platforms. These apps consume hours once spent reading, reflecting, or practicing deliberate thought—time that <em>does not</em> build cognition. In fact, passive scrolling actively crowds out the mental rehearsal needed for analytical muscle.</p>

<p>Now AI has arrived—and this trend will likely accelerate.</p>

<p>Why sift through options when AI delivers one answer instantly? Sifting itself is a skill—one now being outsourced.</p>

<p>Calculators replaced rote arithmetic. AI replaces higher-order cognition: analysis, evaluation, judgment, decision-making. That’s the core of thinking.</p>

<p>Cognition, like muscle, atrophies without use.</p>

<p>The double danger? Short video fragments attention and starves deep thought. AI risks outsourcing <em>the entire thinking process</em>.</p>

<p>So my stance isn’t “avoid AI”—it’s “master AI.” Use it as a tool, not a crutch.</p>

<h2 id="energy-allocation">Energy Allocation</h2>

<p>Lately, my workload has surged—and daily plans consistently collapse. My energy feels scattered, misallocated.</p>

<p>Reviewing my task list, I realized my time management still has room for real improvement.</p>

<p>Setting deadlines for each item is a proven tactic. Psychologically, it leverages our innate response to time pressure: deadlines trigger adrenaline, sharpening focus and output.</p>

<p>I already maintain a daily task list—but upon reflection, two elements were missing:</p>

<ol>
  <li><strong>Energy-aware planning</strong>: Before listing tasks, ask: <em>When am I sharpest? When do I need rest? What matches my mental bandwidth right now?</em></li>
  <li><strong>Time-aware structuring</strong>: Then assign deadlines—not arbitrary ones, but ones aligned with the Pomodoro principle: each task capped at ≤30 minutes, ensuring intense, uninterrupted focus.</li>
</ol>

<p>Also, apply the “2× Rule”: double your initial time estimate when scheduling. That builds in realistic buffer.</p>

<p>Finally—reward yourself. A cup of coffee counts.</p>

<h2 id="expertise-remains-scarce">Expertise Remains Scarce</h2>

<p>Over lunch with ByteDance folks, we discussed what kinds of creators big AI companies value most.</p>

<p>Their answer was unanimous: <em>only those with deep, authentic expertise—and the deeper, the better.</em><br />
Why? First, experts persuade. Second, expertise is rare—and rarity carries weight far beyond generic “viral” content.</p>

<p>Here, “expertise” isn’t just knowledge or skill stacked up. It’s a compound capability forged over years: explicit technical mastery <em>plus</em> tacit experience, calibrated judgment, and distinctive problem-solving intuition.</p>

<p>From supply-demand dynamics: new domains keep emerging, but cultivating true expertise takes time—creating natural lag. Meanwhile, tech evolves faster, raising the bar continuously. Scarcity compounds.</p>

<p>And scarcity, inevitably, translates to value.</p>

<p>But becoming that rare expert quickly demands exceptional <em>learning agility</em>—the ability to rapidly internalize, adapt, and apply.</p>

<p>Is scarcity inevitable? Often, yes. Those who already possess deep expertise adapt faster to change—and expand into adjacent fields more fluidly. So scarcity may intensify.</p>

<p>If expertise <em>is</em> inherently scarce, then for individuals: relentless learning isn’t optional—it’s existential.<br />
For organizations: talent development and retention aren’t HR chores—they’re strategic imperatives.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>A Sound Wealth Strategy</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-03-16-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-03-16-en/</guid>
      <pubDate>Sun, 16 Mar 2025 09:30:00 +0800</pubDate>
      <description>This essay explores high-leverage, compounding, and repeatable income models—especially in the AI era—including time-multiplied earnings, “maximum leverage actions,” interview automation, win-win business collaboration, and pragmatic advice on switching majors. It emphasizes psychological safety, systems thinking, and long-term value creation over short-term gains.</description>
      
      <category>AI</category>
      
      <category>organization</category>
      
      <category>business</category>
      
      <category>cognition</category>
      
      <category>workflow</category>
      
      <content:encoded><![CDATA[<h2 id="a-sound-wealth-strategy">A Sound Wealth Strategy</h2>

<p>If I were to summarize a sound wealth strategy in just three keywords, they’d be: <strong>high leverage</strong>, <strong>compounding</strong>, and <strong>repeatable sales</strong>.</p>

<p>Achieving all three demands unusually high cognitive standards—because:</p>

<ul>
  <li>High leverage implies high risk, requiring both deep domain understanding and disciplined risk management.</li>
  <li>Compounding requires patience and resilience against short-term temptations.</li>
  <li>Building repeatable sales often demands heavy upfront investment—time, capital, or creative energy.</li>
</ul>

<p>Spotting real-world opportunities that satisfy <em>all three</em> criteria isn’t easy. It calls for sharper-than-average commercial insight.</p>

<p>Take “repeatable sales”: it means creating something replicable—a system or asset you build once but monetize repeatedly.<br />
Examples? Writing a book, developing software, or building a brand. You invest effort once; revenue flows across years—even decades. That’s how you transcend time.</p>

<p>Pursuing wealth models with leverage, compounding, <em>and</em> repeatability is ideal—but only if two prerequisites are met:</p>

<ol>
  <li><strong>Minimal or zero debt</strong>: Debt distorts judgment and erodes psychological safety.</li>
  <li><strong>Stable cash flow</strong>: Without reliable income, long-term investing becomes stressful—or impossible.</li>
</ol>

<p>Low debt + steady cash flow = your personal “safety net.” It echoes a classic investing principle: <em>Never be forced to sell.</em></p>

<p>Only with that foundation can you afford the patience—and courage—to play the long game.</p>

<h2 id="selling-your-time-n-times-over">Selling Your Time N Times Over</h2>

<p>One of the most fulfilling income models: invest once, earn continuously.<br />
In other words: <strong>sell your time not once—but N times</strong>.</p>

<p>It’s not just smart business—it’s deeply satisfying on a human level.</p>

<p>Years ago, I published a few books. Six or seven years later, I still received modest royalties. Not life-changing money—but a quiet joy, like finding unexpected cash in an old coat pocket.</p>

<p>I believe cultivating such income streams—assets that keep paying dividends—is one of the most reliable paths to lasting life satisfaction.<br />
And today, AI makes this far more accessible than ever.</p>

<p>Examples:</p>

<ol>
  <li><strong>Book writing</strong>: AI dramatically accelerates drafting—but topic selection remains paramount. The real skill? Spotting genuine user pain points.</li>
  <li><strong>AI-powered media</strong>: Fine-tune a model to generate high-quality content, auto-publish, and monetize—without manual intervention.</li>
  <li><strong>AI-native tools</strong>: Every traditional software category deserves an AI-first rebuild.</li>
  <li><strong>AI-driven courses</strong>: Let AI serve as tutor—delivering personalized learning at scale. One course → infinite enrollments.</li>
</ol>

<p>All of these follow the same pattern: <em>one human input → infinite automated replications.</em> That’s where true income leverage lives.</p>

<h2 id="the-maximum-leverage-action">The Maximum-Leverage Action</h2>

<p>Faced with endless tasks each day—how do you identify what <em>really</em> moves the needle?</p>

<p>Enter: <strong>the maximum-leverage action</strong>.</p>

<p>Take personal branding as an example. Here’s a streamlined workflow:</p>

<ol>
  <li>Write a thoughtful daily note in Obsidian.</li>
  <li>Auto-sync it to your website—and use AI to translate and publish it as multilingual podcasts.</li>
  <li>Use AI to convert that same note into tweets, Xiaohongshu posts, short videos, and localized versions for global audiences.</li>
  <li>Have part-time operators manually repost those AI-generated assets across your social media matrix.</li>
</ol>

<p>That’s it. Just <em>one</em> high-quality daily note—and your ideas ripple across dozens of platforms, in multiple languages, worldwide.</p>

<p>For personal branding, that single act—writing one sharp, focused note—is the maximum-leverage action.</p>

<p>The same logic applies elsewhere: managing teams, running projects, scaling operations. In every domain, there’s usually <em>one</em> action that, when done well, amplifies everything else.</p>

<p>So: pour your energy there. Delegate or systematize the rest.</p>

<p>This approach demands deep, essential understanding—not just surface-level competence. Three layers matter:</p>

<ul>
  <li><strong>Spotting the leverage point</strong>: Requires holistic system awareness—the ability to find the critical fulcrum.</li>
  <li><strong>Building the leverage system</strong>: A fulcrum alone does nothing. You need mechanisms that turn insight into scalable impact.</li>
  <li><strong>Ensuring the fulcrum is solid</strong>: The “point” must be durable—grounded in truth, data, or enduring human needs.</li>
</ul>

<p>Ultimately, seeking the maximum-leverage action is about hunting for the <em>invariant</em>: the core, unchanging essence beneath surface chaos.</p>

<h2 id="an-interview-management-system">An Interview Management System</h2>

<p>I built an interview management system—from candidate testing and scoring to evaluation reports, filtering logic, and backend analytics.</p>

<p>On paper, it sounds feature-rich.</p>

<p>In reality? Total development time: ~10 minutes.</p>

<p>How?</p>
<ul>
  <li>I described my top evaluation priorities in plain language → AI generated strong, targeted test questions.</li>
  <li>As AI wrote the code, I refined logic via natural-language prompts—and multitasked on other work simultaneously.</li>
</ul>

<p>Once you grasp AI coding fundamentals, building custom automation becomes routine—not exceptional.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-152.png" alt="" /></p>

<p>With basic fluency in AI-assisted programming, anyone can turn daily operational needs—batch processing, reporting, scheduling—into working tools, on demand.</p>

<h2 id="the-core-of-business-collaboration">The Core of Business Collaboration</h2>

<p>I’ve long admired this line: <em>“One sincere act of altruism invites its own reward.”</em><br />
It applies powerfully to business development—especially first meetings.</p>

<p>Even when eager to close a deal, resist the urge to lead with terms. Especially with warm intros and ample time, prioritize <em>meaningful alignment first</em>.</p>

<p>Why? Because fixating on outcomes inevitably makes conversations transactional—and shallow. That tone triggers defensiveness. Think of meeting a stranger: if you open with pricing or demands, distance grows before trust begins.</p>

<p>Instead:</p>
<ul>
  <li>Listen deeply to their needs.</li>
  <li>Share your perspective—not as pitch, but as contribution.</li>
  <li>Seek alignment on 2–3 core dimensions: goals, values, or mental models.</li>
</ul>

<p>That kind of consensus goes beyond agreement on tactics. It’s resonance at the level of worldview—and it sparks mutual respect. That’s the bedrock of resilient partnerships.</p>

<p>Altruism here isn’t self-sacrifice. It’s strategic foresight: seeing cooperation as an <em>infinite game</em>, not a one-off negotiation.<br />
By investing in quality dialogue and shared understanding, you’re not just being kind—you’re upgrading from a single transaction to a durable, mutually enriching relationship. That <em>is</em> sophisticated self-interest.</p>

<h2 id="should-you-switch-majors">Should You Switch Majors?</h2>

<p>My niece messaged me: “I’m bored with my major—but the one I’m considering isn’t highly ranked. What should I do?”</p>

<p>Here’s what I told her:</p>

<ol>
  <li>Most university curricula lag behind real-world needs—especially outside engineering or foundational disciplines. Unless you’re deeply passionate about your current field, “major prestige” rarely determines long-term success.</li>
  <li>Far more valuable is <strong>self-directed learning ability</strong>—a skill you <em>can</em> cultivate now, with abundant time and resources. Example: spend 3–5 hours daily in the library mastering one urgently needed skill <em>not taught in class</em>.</li>
  <li>Right now, the highest-value skill no top school teaches well? <strong>Applied AI literacy</strong>.</li>
  <li>So:
    <ul>
      <li><strong>Phase 1</strong>: Spend this year reading <em>all</em> key AI documentation—both theory and real-world case studies.</li>
      <li><strong>Phase 2</strong>: Build tangible outputs: (a) practical AI agents, and (b) public commentary on your learning journey—aim for 10,000+ followers by sharing insights people actually care about.</li>
      <li><strong>Phase 3</strong>: Wait. Opportunities—influence, jobs, projects—will arrive organically as your expertise and visibility grow.</li>
    </ul>
  </li>
</ol>

<p>Start now (say, sophomore year), stay consistent through senior year—and by graduation, you’ll have <em>three years of applied experience</em>, proven results, and a portfolio. That’s not “just a student.” That’s someone employers compete for.</p>

<p>More importantly: you’ll have forged discipline, agency, and confidence—assets no degree confers, but that shape your entire life.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Living Joyfully and Efficiently</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-03-09-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-03-09-en/</guid>
      <pubDate>Sun, 09 Mar 2025 09:30:00 +0800</pubDate>
      <description>This essay explores how to live with both joy and efficiency—balancing presence, intentionality, and value-driven action. It covers cultivating focus, time sovereignty, AI-powered “money-near” capabilities (AI media, sales, tools, courses), account-scale barriers, true cost-efficiency, the realistic scope of AI programming, and using rational decision frameworks to avoid costly intuition traps.</description>
      
      <category>AI</category>
      
      <category>organization</category>
      
      <category>business</category>
      
      <category>cognition</category>
      
      <category>workflow</category>
      
      <content:encoded><![CDATA[<h2 id="living-joyfully-and-efficiently">Living Joyfully and Efficiently</h2>

<p>Staying focused requires having focus <em>to begin with</em>.</p>

<p>Do the most important thing—and only one thing at a time.</p>

<p>Add small rituals to anchor your day. For example, I now start each workday with a cup of coffee—a simple, intentional cue that signals: <em>Let’s begin.</em></p>

<p>Define your own time principles—and practice saying no. Two practical techniques help:</p>
<ol>
  <li><strong>Price your time</strong>: Assign a concrete monetary value to an hour of your attention.</li>
  <li><strong>Hardcode priority tiers</strong>: Classify incoming tasks by type (e.g., “strategic creation,” “urgent maintenance,” “optional noise”) and treat those categories as non-negotiable filters.</li>
</ol>

<p>In today’s world—where AI delivers instant information and passive fragmentation is the default—focus isn’t just useful. It’s rare. And therefore, <em>valuable</em>.</p>

<p>Investing serious time and energy into building your focus muscle yields exceptionally high returns.</p>

<p>Look forward: The future <em>can</em> be better than the past—if you steer attention toward what truly matters. So ask yourself: <em>What are the things that matter most—to me?</em></p>

<p>Countdown tools add gravity to life management. Imagine an app quietly reminding you: <em>You have fewer than 20 more in-person visits left with your parents.</em> Would that shift how you show up <em>this time</em>?</p>

<p>The same applies to partners, children, friends. Many shared moments—unnoticed—are, in fact, your last.</p>

<p>Guard your autonomy over time.<br />
Use money to <em>buy back</em> time—not just trade time for money. And when you <em>do</em> exchange time for money, make sure you genuinely enjoy the process.</p>

<p>Keep life aspirational—but lower the bar on material goals. Set growth targets that fit <em>your</em> pace and values—and savor the journey, not just the milestone.</p>

<h2 id="four-money-near-capabilities">Four Money-Near Capabilities</h2>

<p>Leverage AI to build competence in four high-ROI domains: <strong>AI-powered media</strong>, <strong>AI-powered sales</strong>, <strong>AI-powered tools</strong>, and <strong>AI-powered courses</strong>.</p>

<p><strong>Why these four?</strong></p>
<ol>
  <li><strong>Traffic</strong>: Use AI to batch-generate and manage content across dozens or hundreds of social media accounts—solving low-cost, high-efficiency audience acquisition.</li>
  <li><strong>Conversion</strong>: Deploy AI to handle mid-to-lower-funnel sales (e.g., chat-based lead nurturing, follow-up sequences)—turning traffic into revenue with minimal human overhead.</li>
  <li><strong>Retention</strong>: Build or re-engineer tools that directly solve painful, underserved user scenarios—using AI to slash development cost <em>and</em> deepen stickiness.</li>
  <li><strong>Products</strong>: Generate highly personalized, production-ready courses in days—not months—by combining AI scripting, voice cloning, and automated video assembly.</li>
</ol>

<p>From here, two high-leverage actions emerge:</p>
<ul>
  <li><strong>AI + IP</strong>: Launch “everyday person” account matrices to amplify a single creator’s reach—or scale an existing IP across niches and platforms.</li>
  <li><strong>AI + Courses</strong>: Spot emerging trends, lock in a course topic within 24 hours, then generate full scripts, visuals, and launch pages—all within one week.</li>
</ul>

<p>Core logic? Scale + automation = lower marginal cost per unit of output → higher leverage, faster iteration, real competitive advantage.</p>

<h2 id="account-moats">Account Moats</h2>

<p>Imagine owning 1,000 stable, consistently publishing social media accounts across platforms. That volume <em>itself</em> becomes a defensible moat—even if every account is run by an “unknown” person.</p>

<p>At scale, 1,000 coordinated, quality accounts can match—or exceed—the output <em>and</em> influence of a single mega-influencer.</p>

<p>Historically, this model was prohibitively expensive: content creation + account management + cross-platform scheduling added up fast.</p>

<p>Now? A single operator + an integrated stack (AI content engine + RPA automation + unified dashboard) makes it feasible.</p>

<p>But scale without standards breeds noise. To avoid becoming a “content landfill,” two conditions must hold:</p>
<ol>
  <li><strong>Consistent quality</strong>: Fine-tune AI models on domain-specific data so outputs meet a clear bar—high signal, low fluff, zero spam. If AI can’t reliably hit that bar, stop scaling.</li>
  <li><strong>RPA operations</strong>: Automate publishing, comment triage, analytics pulls, and basic engagement—freeing humans to focus on strategy, creative direction, and relationship-building.</li>
</ol>

<h2 id="cost-efficiency-not-just-cost-cutting">Cost Efficiency, Not Just Cost Cutting</h2>

<p>“Cost efficiency” should be baked into your operating DNA—not treated as a quarterly initiative.</p>

<p><em>Cost reduction</em> ≠ slashing budgets. It means refusing to spend on anything that doesn’t serve your core mission.</p>

<p><em>Efficiency gain</em> ≠ moving faster for speed’s sake. It means asking: <em>Does this acceleration create real, measurable value—or just busywork?</em></p>

<p>True efficiency is <strong>value efficiency</strong>: output per unit of meaningful input (time, capital, attention).</p>

<p>A friend recently shared how his team had devolved: the only person who got yelled at daily was the only one <em>doing actual work</em>. Others stayed quiet—and unscolded—so they gradually stopped working altogether. That silent, idle headcount? Pure, unproductive cost.</p>

<p>Another example: office rent. If utilization is low and vacancy high, even “modest” rent is wasteful—especially when repeated across years. In my own startup journey, we’ve burned <em>several million RMB</em> on underused office space alone. A brutal, expensive lesson.</p>

<p>By contrast, investing in AI automation <em>is</em> value-efficient—it compounds: one script replaces 100 hours of manual labor, <em>and</em> improves accuracy, repeatability, and scalability.</p>

<h2 id="why-learn-ai-programming">Why Learn AI Programming?</h2>

<p>This afternoon, an AI coding instructor visited our office. He’s deeply immersed in teaching the craft—but he’s stuck on one question: <em>What’s the real point of learning AI programming?</em></p>

<p>That question struck me.</p>

<p>Right now, many learners jump in for hype or anxiety relief—not clarity. And while AI coding <em>looks</em> easy, his teaching experience shows otherwise: most struggle to ship even moderately complex projects quickly.</p>

<p>This confirms what we’ve seen elsewhere: AI won’t replace programmers—but it <em>will</em> massively accelerate those who know how to wield it well.</p>

<p>For non-programmers, the productivity leap remains narrow—for now. Consider a tiny barrier: registering for VolcEngine, then retrieving a Doubao API token. That single step stalls <em>hundreds</em>.</p>

<p>So the real question isn’t <em>“Should everyone learn AI coding?”</em><br />
It’s: <em>What’s the realistic capability boundary—for different people?</em></p>

<ul>
  <li>For absolute beginners: The boundary is narrow. Don’t aim for full-stack apps. Focus on <em>single-point wins</em>: auto-generating a social post, drafting a client email, designing a landing page headline. Even that level of agency transforms daily work.</li>
  <li>For experienced engineers: The boundary expands dramatically—custom agents, multi-step workflows, domain-specific fine-tuning.</li>
</ul>

<p>The key is matching tools to <em>real human contexts</em>. Our upcoming courses will reflect this: each one targets a specific user profile, their recurring pain points, and their achievable next step—not abstract theory.</p>

<h2 id="a-rational-decision-framework">A Rational Decision Framework</h2>

<p>Most poor decisions stem not from ignorance—but from skipping rationality. I’ve made plenty: acting on gut, emotion, or urgency—then realizing, in hindsight, that pausing for <em>one minute</em> of structured thought would’ve prevented the mistake.</p>

<p>A common trap? Being hyper-rational about trivial choices (“Which brand of coffee pod?”) while making life-altering ones (“Should I quit my job and start a company?”) purely on instinct. That imbalance keeps people trapped in cycles of scarcity.</p>

<p>Research shows a simple intervention works surprisingly well: <em>Before deciding, write down 2–3 explicit reasons or criteria—even if they’re imperfect.</em> That tiny act pulls the brain out of autopilot and into evaluation mode.</p>

<p>To reduce decision errors, try this:</p>
<ol>
  <li><strong>Slow down big decisions</strong>: High-stakes choices (e.g., buying property, hiring a co-founder, relocating offices) demand cognitive bandwidth. Rushing them guarantees regret.</li>
  <li><strong>Build and use a decision tool</strong>: Design a lightweight framework—and make using it <em>mandatory</em> before any major call.</li>
</ol>

<p>For instance, during our recent office relocation, this framework proved invaluable (see image below):</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-8977072C-1385-4CF9-9CA7-D4E030661237.png" alt="" /></p>

<p>With such a tool, you evaluate options across objective dimensions—cost, commute, flexibility, team morale—instead of getting swept away by a charismatic landlord’s pitch.</p>

<p>Even if your final choice aligns with your gut, the <em>process</em> changes everything: it grounds confidence, surfaces hidden trade-offs, and turns luck into intention.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>How to Cultivate Public-Spiritedness</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-03-02-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-03-02-en/</guid>
      <pubDate>Sun, 02 Mar 2025 09:30:00 +0800</pubDate>
      <description>This essay explores how expanding the psychological boundary of “self” fosters public-spiritedness—without demanding self-sacrifice—and connects this idea to niche-market strategy, the rising value of good questions and aesthetic judgment in the AI era, meaningful parent-child routines like evening exercise, and deeper reflections on human behavior, growth models, and 21st-century branding.</description>
      
      <category>public spirit</category>
      
      <category>AI</category>
      
      <category>cognition</category>
      
      <category>organization</category>
      
      <category>business</category>
      
      <category>parenting</category>
      
      <content:encoded><![CDATA[<h2 id="how-to-cultivate-public-spiritedness">How to Cultivate Public-Spiritedness</h2>

<p>Civilization is only thirty meters away—literally, the distance from your front door. Beyond that threshold, many feel free to look away.</p>

<p>This isn’t hypocrisy. It’s human nature—shared by nearly everyone.</p>

<p>Yet a more livable society depends on more people cultivating public-spiritedness. The most practical lever? Redefining the boundary of <em>“I.”</em></p>

<p>When we shrink “I” to just our skin—or even just our wallet—we shrink civilization with it.</p>

<p>For example: if you see your spouse as part of “I,” shared finances feel natural. But if you keep meticulous accounts—“your money,” “my money”—you’ve drawn the line <em>outside</em> them. They remain deeply close, yes—but not <em>you.</em></p>

<p>Wu Jun once recounted a story from his father’s life: in the 1970s, the elder Wu was a grassroots cadre. Every Sunday night—the only quiet evening he had at home—colleagues and neighbors would flood in, mostly to file complaints: 80% about marital spats (e.g., one spouse sent home ¥7, the other ¥10; both teachers earning ¥50–60/month), and 20% about neighbors’ coal stoves protruding half a meter into a shared corridor in a <em>tongzi lou</em> (communal apartment building). Today, it sounds absurd—yet these were highly educated professionals, locked in earnest, exhausting disputes over inches and pennies.</p>

<p>Much of that friction stemmed from narrow definitions of “I.” When both partners expand their sense of self—to include each other’s parents, siblings, even friends—the family gains resilience, grace, and quiet strength.</p>

<p>So raising societal civility isn’t about suppressing instinct or performing virtue. It’s about <em>widening the circle of care</em>: when “I” includes the sidewalk, the park bench, the neighbor’s child, or the shared air—you’ll naturally treat them as you’d treat your own things. No moralizing required. Just redefinition.</p>

<p>That widening is urgent—it reduces friction, conserves energy, prevents needless conflict.</p>

<p>But two guardrails matter: <em>boundary awareness</em> and <em>self-awareness.</em> Expanding “I” shouldn’t erase personal limits—or dissolve your core identity. These three—expansion, boundaries, selfhood—are not contradictory. They’re complementary.</p>

<h2 id="entering-via-a-niche-market">Entering via a Niche Market</h2>

<p>To avoid head-on battles with giants, target a niche you truly understand.</p>

<p>A <em>niche market</em> serves a specific, well-defined customer segment with specialized products or services. Though small (annual TAM: ¥10M–¥300M), it offers high loyalty, low substitution, and strong margins—because needs are precise and competition is thin.</p>

<p>A friend, Yang Xiang, formerly a PM at a major internet firm, shared how his ex-company killed a project forecasted to earn ¥100–200M/year—deemed “too small.” For them, yes. For a lean team? That scale is ideal. Especially now: with AI tools, a team under 10 can often execute such projects profitably.</p>

<p>Three reliable ways to spot a solid niche:</p>
<ol>
  <li><strong>Clone &amp; improve</strong> successful indie-developer products.</li>
  <li><strong>Clone &amp; improve</strong> proven offerings from small companies.</li>
  <li><strong>Combine</strong> big-tech product frameworks <em>with</em> deep domain expertise.</li>
</ol>

<p>Options 1 and 2 work best for tiny teams. Small firms lack resources—so they’re vulnerable. Outperform them just <em>slightly</em> on UX, or fix their top 2–3 pain points <em>several times better</em>, and you capture share fast. Option 3 demands stronger synthesis skills—but yields defensible advantage.</p>

<h2 id="good-questions-and-aesthetic-judgment">Good Questions and Aesthetic Judgment</h2>

<p>AI has made answers cheap. Good questions are now rare—and vital.</p>

<p>A sharp question reveals unique perspective, exposes hidden assumptions, and uncovers real opportunities. Often, <em>asking</em> the right question matters more than solving it. Why?</p>

<ul>
  <li>Repetitive cognitive labor is being automated.</li>
  <li>Accessing answers is near-instantaneous.</li>
</ul>

<p>So personal growth means <em>cultivating question-asking</em>—it’s mental weightlifting. In education, prioritize helping children formulate rich questions—not grading answer accuracy. The AI-era shift: from valuing <em>answers</em> to valuing <em>questions</em>, from accumulating knowledge to building thinking habits.</p>

<p>Also critical: the ability to <em>judge answer quality</em>. That’s <em>aesthetic judgment</em>—professional taste in your field, or everyday discernment in life.</p>

<p>Which view of this landscape is most compelling? From what angle does light fall most meaningfully? That’s aesthetic work.</p>

<p>Why do humans seek beauty? Because we instinctively recognize—and long for—optimal states. In modern life, aesthetics isn’t just about prettiness; it’s about perceiving <em>meaning.</em></p>

<p>How to build it? Start early—or start now. At its core, aesthetic development means <em>actively connecting with the highest expressions of beauty</em> in your domain.</p>

<p>Two steps:</p>
<ol>
  <li><strong>Build intuitive sensitivity</strong>: Immerse yourself in top-tier examples—e.g., watch landmark architecture documentaries, then visit masterworks in person. Let excellence imprint itself.</li>
  <li><strong>Add structured understanding</strong>: Study history, theory, or principles <em>after</em> intuition takes root. Then feeling becomes insight—and growth accelerates.</li>
</ol>

<p>Key: <em>initiative</em>. Not passive consumption—but deliberate, hungry engagement with the finest.</p>

<h2 id="evening-exercise-together">Evening Exercise, Together</h2>

<p>Dropping my daughter at kindergarten, she said: “Let’s exercise together tonight!”</p>

<p>I was moved. I remembered last night—her counting reps as I lifted dumbbells. Simple. Warm. A quiet way to weave movement, health, and bodily awareness into her five-year-old world—potentially shaping her relationship with her body for decades.</p>

<p>It struck me: we should record those unplanned, tender lines kids drop—“I want to see what I’ll look like at 18… and at 90”—or “I just talked to AI Dad for ages!” (“Is he nice?” “Yes! He keeps me company.” “Okay—I won’t bother you. Work well!”)</p>

<p>Human memory fades fast—especially the beautiful moments.</p>

<p>I flipped back through old notes. Too few.</p>

<h2 id="why-people-act-out">Why People “Act Out”</h2>

<p>Why do kids—and many adults—disrupt, provoke, or defy?</p>

<p>Because core human needs—achievement, belonging, recognition, control—are universal. As social beings, we <em>need</em> attention. We <em>need</em> to feel seen.</p>

<p>“Acting out” is a low-effort, high-return tactic: minimal cost, immediate reaction. That feedback loop reinforces the behavior—fast.</p>

<p>So the pattern forms:<br />
<em>Need (recognition/agency)</em> → <em>Low-cost action (disruption)</em> → <em>Instant attention</em> → <em>Behavior reinforced</em> → <em>Cycle deepens.</em></p>

<p>From an ROI lens, it’s brutally efficient. And because the need is primal, adults replicate it too—hence the rise of “contrarianism,” reflexive negation, online trolling.</p>

<p>Punishment rarely breaks the cycle. It often amplifies the very attention the person craves.</p>

<p>Better solutions work <em>upstream</em>:</p>
<ul>
  <li><strong>Amplify positive behavior immediately</strong>—praise effort, help, focus—while calmly ignoring minor disruptions. Shift the expectation: <em>this</em> is how you get noticed.</li>
  <li><strong>Cultivate higher-yield sources of fulfillment</strong>: early aesthetic exposure, consistent routines, delayed gratification practice. The pride of finishing a run, mastering a chord, or completing a project delivers deeper, longer-lasting satisfaction than any tantrum ever could. Once tasted, it becomes addictive—in the best way.</li>
</ul>

<h2 id="the-four-archetypes-most-likely-to-succeed-early">The Four Archetypes Most Likely to Succeed Early</h2>

<p>In startups, these four profiles have above-average odds of achieving product-market fit:</p>

<ol>
  <li><strong>Product/Technical Experts</strong>: Build breakthrough tools or solve real industry pain points—engineers, scientists, elite PMs.</li>
  <li><strong>Sales/Marketing Experts</strong>: Uncover latent needs, validate demand, or engineer zero-cost acquisition—growth hackers, channel strategists, sales operators.</li>
  <li><strong>Leverage Amplifiers</strong>: Turn modest profits into outsized valuations—e.g., turning ¥300K net income into a ¥100M company valuation and securing ¥30M in funding. Often: well-connected founders, former investors, or recognized thought leaders.</li>
  <li><strong>Unifiers</strong>: Recruit and align Types 1–3. Requires exceptional charisma, trust, and vision—think Sun Quan or Liu Bei.</li>
</ol>

<p>Ideal? Type 4. Rare? Extremely. Most succeed first by excelling in <em>one</em> of the first three—then gradually grow into unifying capacity.</p>

<h2 id="10-growth-is-easier-than-2">10× Growth Is Easier Than 2×</h2>

<p>Counterintuitive—but true: scaling 10× is often <em>less</em> painful than 2×.</p>

<p>Why? 2× growth tempts linear thinking: “Double budget, double headcount, double hours.” But linear effort rarely yields linear returns—especially beyond initial traction.</p>

<p>10× forces <em>nonlinear reinvention</em>: new models, new assumptions, new constraints. It demands ruthless prioritization—not expansion.</p>

<p>How?</p>
<ul>
  <li>Set an audacious goal (<em>Sun Tzu</em>: “Aim high—even if you land mid-range”).</li>
  <li>Identify <em>one</em> pivotal lever—the single point where extreme focus creates disproportionate impact.</li>
  <li>Allocate <em>3×</em> resources to that lever—not across ten fronts. Leverage and scale effects mean output rarely scales linearly with input.</li>
</ul>

<p>Doing “a little of everything” guarantees mediocrity—and slow growth.</p>

<h2 id="21st-century-positioning-principles">21st-Century Positioning Principles</h2>

<p><em>20th-Century Principles (Ries &amp; Trout):</em></p>
<ol>
  <li>Mindset—not markets—is the battlefield.</li>
  <li>Target gaps in perception.</li>
  <li>Focus—not extension—builds strength.</li>
  <li>Different—not better—wins.</li>
  <li>Your brand name <em>is</em> your position.</li>
  <li>Compete—not please—customers.</li>
  <li>Binary choices dominate (e.g., Coke vs. Pepsi).</li>
</ol>

<p><em>21st-Century Updates:</em></p>
<ol>
  <li><strong>Global—not domestic</strong>—is the default arena.</li>
  <li><strong>The internet is a new category</strong>—not just a channel.</li>
  <li><strong>Category ownership beats brand fame</strong> (e.g., “Zoom” owns video calls; “Slack” owns async work).</li>
  <li><strong>Visual hammer</strong>: A strong, ownable visual cue (e.g., TikTok’s “For You” icon).</li>
  <li><strong>Memorable slogan</strong>: Short, sticky, repeatable—even without context.</li>
  <li><strong>PR—not ads—drives legitimacy</strong> in an ad-saturated world.</li>
  <li><strong>Multi-brand strategy</strong>: One company, multiple distinct brands for distinct audiences or use cases.</li>
</ol>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Living Well in the Present Moment vs. Living Well Each Day</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-02-23-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-02-23-en/</guid>
      <pubDate>Sun, 23 Feb 2025 09:30:00 +0800</pubDate>
      <description>This essay explores the practical distinction between “living in the present moment” (a lofty, often elusive ideal) and “living well each day” (a concrete, actionable framework). It introduces micro-habit design using the Fogg Behavior Model, clarifies the difference between self-awareness and selfishness, argues for physical education and aesthetic literacy as foundational in the AI era, analyzes Alibaba’s strategic use of “AI penetration rate,” and advocates cross-circle thinking as a source of compound cognitive advantage.</description>
      
      <category>AI</category>
      
      <category>organization</category>
      
      <category>business</category>
      
      <category>cognition</category>
      
      <category>workflow</category>
      
      <content:encoded><![CDATA[<h2 id="living-well-in-the-present-moment-vs-living-well-each-day">Living Well in the Present Moment vs. Living Well Each Day</h2>

<p>I once discussed the concept of “the present moment” with a teacher.</p>

<p>He argued that “living well in the present” is an exceptionally high bar for most people—difficult to achieve and weak in practical guidance.</p>

<p>A more grounded, actionable principle is: <em>Live well each day—make every 24-hour cycle count.</em></p>

<p>For everyone, a full day is the smallest closed loop of time.</p>

<p>For the vast majority, doing that consistently would already be extraordinary.</p>

<p>There’s a simple technique to make this principle stick:</p>

<p>Identify micro-habits you can sustain—and practice and record them daily. My personal micro-habit list for 2025 includes: waking up early, meditating, reading or listening to books, writing or reflecting, running or exercising, studying English, and taking cold showers.</p>

<p>The core method for building micro-habits follows BJ Fogg’s Behavior Model: anchor new habits to existing ones.</p>

<p>Take meditation: to build it reliably, I pair it with my afternoon nap—so when I wake up, I sit for five minutes of stillness. That tiny trigger makes consistency effortless.</p>

<p>Or cold showers: I schedule them during the quiet window after waking but before running. That small, fixed slot has made the habit stick without friction.</p>

<p>Then comes tracking: spending just 3–5 minutes each day to log these habits—and sharing updates in a WeChat group—creates gentle accountability and reinforces continuity.</p>

<p>After a few months, the benefits compound: sharper focus (i.e., stronger capacity to live in the present), clearer daily outputs (“what did I actually produce today?”), and deeper alignment between intention and action.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-0CFBB15F-7289-4E51-AA53-C010D1698DC7.png" alt="" /></p>

<h2 id="self-awareness-vs-selfishness">Self-Awareness vs. Selfishness</h2>

<p>Self-awareness and selfishness are often conflated—but they’re fundamentally different.</p>

<p>Self-awareness is about perception and reflection: knowing your values, limits, triggers, and patterns. Selfishness is a behavioral orientation—how you act when interests collide.</p>

<p>Key distinctions:</p>

<ul>
  <li>Having self-awareness does not make you selfish.</li>
  <li>A self-aware person is often <em>more</em> capable of helping others—not less.</li>
  <li>Selfishness isn’t inherently negative. When paired with fair collaboration mechanisms, it fuels progress.</li>
  <li>What society rightly opposes is <em>harmful</em> selfishness—actions that advance one’s interest <em>at another’s expense</em>.</li>
  <li>Self-interest that doesn’t diminish others’ well-being isn’t just acceptable—it’s essential. Protecting your own boundaries, energy, and integrity <em>is</em> responsible stewardship.</li>
</ul>

<p>Moderate self-interest is biologically necessary. The critical question isn’t “Should I care about myself?” but “How do I structure cooperation so self-interest serves collective good?”</p>

<p>Adam Smith’s “invisible hand” captures this: when individuals pursue their own rational interests within fair rules—markets innovate, services improve, and society advances.</p>

<p>Strong self-awareness, in fact, <em>enables</em> better service to others.</p>

<p>You can only empathize deeply if you understand your own emotions. You can only give sustainably if you know your limits. You can only guide wisely if you’ve mapped your assumptions.</p>

<p>Think of the airplane oxygen mask rule: secure your own mask first—<em>then</em> assist others. That’s not indifference. It’s prerequisite competence.</p>

<h2 id="education-in-the-ai-era">Education in the AI Era</h2>

<p>What’s the most important education in the age of AI?</p>

<p>Wang Yuheng, on a recent show, named two essentials: <em>physical education</em> and <em>aesthetic education</em>.</p>

<p><strong>On physical education:</strong><br />
In the end, your body <em>is</em> your foundation—the platform for all thought, creation, and connection. Yet most people grasp its irreplaceable value only when it’s too late: chronic fatigue sets in, mobility declines, recovery slows—not because they ignored health, but because they never built movement into identity.</p>

<p>And movement itself is aesthetic: rhythm, breath, effort, grace. It’s how we feel life’s vitality in real time.</p>

<p><strong>On aesthetic education:</strong><br />
Low aesthetic literacy erodes judgment—not just taste, but <em>moral and functional discernment</em>.</p>

<p>It’s not merely a “gap.” It’s a pitfall. Once collective aesthetic sense is dulled or suppressed, our standards collapse. You stop asking, <em>“Is this well-made? Is it coherent? Does it honor the user?”</em>—because you no longer feel the weight of those questions.</p>

<p>Aesthetic education is non-negotiable—and it’s best started young. It’s the “childhood kung fu” of discernment.</p>

<p>Consider affluent retirees who spend years designing gardens or building private libraries. AI can suggest plant species or cataloging systems—but <em>you</em> choose the proportions, the flow, the silence between elements. That choice rests entirely on cultivated taste.</p>

<p>Without aesthetic grounding, AI’s output becomes overwhelming noise—or worse, a crutch that outsources judgment. You’ll either freeze at options or follow prompts blindly.</p>

<p>Aesthetic ability is, at its core, <em>advanced judgment</em>: a layered synthesis of pattern recognition, harmony sensing, value weighting, and contextual awareness. It’s not “pretty vs. ugly.” It’s “coherent vs. chaotic,” “resonant vs. alienating,” “enduring vs. disposable.”</p>

<p>More than taste, aesthetic education cultivates <em>agency</em>. With it, you navigate AI’s infinite possibilities with intention—not drift. In the AI era, education’s highest purpose is nurturing what remains irreducibly human: embodied presence, ethical intuition, and creative sovereignty.</p>

<h2 id="ai-penetration-rate">AI Penetration Rate</h2>

<p>Alibaba’s recent moves signal something significant: a re-energized Alibaba may be taking off.</p>

<p>At the start of 2025, the group declared “AI to C” (AI for consumers) as one of its top strategic priorities. Over the next three years, its investment in cloud and AI infrastructure is expected to surpass the total of the previous decade.</p>

<p>Virtually every Alibaba business unit is now mapping out AI-powered growth levers for the new fiscal year.</p>

<p>For Taobao &amp; Tmall—the group’s core engine—AI integration is no longer optional. It’s a strategic imperative for 2025.</p>

<p>Driving evolution through AI is now Alibaba’s central organizational challenge.</p>

<p>Multiple Alibaba consumer-facing products have added “AI feature penetration rate” as a formal KPI—measuring not just whether AI features exist, but how many users actively engage them, and how much revenue or retention they drive. This metric will shape performance reviews and resource allocation across the group in 2025.</p>

<p>Beyond boosting internal productivity, AI is also reshaping how core resources—especially attention and traffic—are allocated.</p>

<p>Here lies a crucial insight: <strong>AI penetration rate</strong>.</p>

<p>Alibaba excels at identifying pivotal metrics—and this one powerfully nudges teams toward “AI-first” thinking. For individuals, it’s equally instructive: don’t just <em>use</em> AI tools—measure <em>how deeply</em> they’re embedded in your daily workflow and outcomes.</p>

<p><strong>Lessons for SMEs and founders:</strong></p>

<ol>
  <li>AI is irreversible. It’s not a trend to monitor—it’s infrastructure to adopt.</li>
  <li>Anchor AI in user value. Solve real pain points—not tech for tech’s sake.</li>
  <li>Follow Alibaba’s lead: AI boosts efficiency <em>and</em> reallocates scarce resources (e.g., attention, labor, capital). Prioritize both.</li>
  <li>Leverage open ecosystems. Use open-source models, public APIs, and partner platforms—don’t build everything from scratch.</li>
  <li>Track penetration—not just deployment. Did users adopt your AI feature? Did it lift conversion, retention, or satisfaction?</li>
  <li>Start small, iterate fast. Pick <em>one</em> high-impact workflow (e.g., customer onboarding, content drafting), apply a proven AI tool, measure, refine.</li>
  <li>Seek asymmetry. Giants scale horizontally. You win by going deep—dominating a niche use case, vertical, or user segment where your domain insight + AI creates unique leverage.</li>
  <li>Demand ROI. Every AI initiative must pass a clear cost-benefit test: Will this generate measurable revenue, save verified hours, or reduce tangible risk? If not, pause.</li>
</ol>

<h2 id="cross-circle-thinking">Cross-Circle Thinking</h2>

<p>Professional background, education, and personal interests naturally form distinct “circles”—each cultivating its own logic, language, and reflexes.</p>

<p>Art circles lean intuitive and expressive; tech circles prioritize precision and scalability; growth/traffic circles obsess over signals, channels, and conversion funnels.</p>

<p>Learning <em>across</em> circles—studying their mental models, decision heuristics, and success criteria—is where breakthrough thinking emerges.</p>

<p>Cross-circle thinking resembles interdisciplinary work—but with higher stakes and faster feedback. Marketing, for example, sits at the intersection of economics, psychology, data science, and design.</p>

<p>When you intentionally blend mindsets—say, traffic logic + artistic sensibility + engineering rigor—you unlock multiplicative effects: 1 + 1 + 1 &gt; 3.</p>

<p>I’ve felt this acutely lately.</p>

<p>AI-native thinkers deeply understand capability boundaries—and instinctively reach for automation <em>before</em> manual work.</p>

<p>Traffic-savvy friends spot emerging channels and arbitrage opportunities before algorithms catch up.</p>

<p>Education designers bring sharp insights into learning loops, motivation architecture, and pedagogical scaffolding.</p>

<p>Recently, a project I co-designed fused all three: AI handles content generation and grading; traffic logic identifies low-cost acquisition paths; education design ensures engagement, mastery, and retention. The result? Automated delivery, scalable onboarding, and human-centered outcomes—all in one system.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Finding Your True Passion</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-02-16-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-02-16-en/</guid>
      <pubDate>Sun, 16 Feb 2025 09:30:00 +0800</pubDate>
      <description>This reflective essay explores how travel reshapes perception of time and happiness, why cultivating a deep, creator-level passion matters more than passive consumption, the strategic value of associating with top-tier people, the hidden metrics behind high-value AI accounts, and the critical importance of “zero-moment” user experiences—framed through personal anecdotes, cognitive insights, and early-stage AI workflow experiments.</description>
      
      <category>passion</category>
      
      <category>human potential</category>
      
      <category>AI workflow</category>
      
      <category>network strategy</category>
      
      <category>experiential design</category>
      
      <content:encoded><![CDATA[<h2 id="finding-your-true-passion">Finding Your True Passion</h2>

<p>A friend shared his experience traveling to Nepal over Spring Festival.</p>

<p>His strongest impression? Stepping into a world that feels <em>a full era behind</em> China.</p>

<p>For example:</p>
<ul>
  <li>Two cities just over 100 km apart take six or seven hours by bus.</li>
  <li>A five-kilometer ride from downtown to the airport takes 40–50 minutes.</li>
  <li>Local street food, as he put it, is “chemically dirty <em>and</em> physically dirty.”</li>
  <li>Average monthly income hovers around ¥400–500.</li>
</ul>

<p>Yet people there radiate high levels of happiness—harmonious, content, unburdened.</p>

<p>That happiness likely stems from strong religious culture—or perhaps from blissful ignorance of what lies beyond their horizon.</p>

<p>Happiness isn’t linearly tied to material conditions. It hinges far more on psychological expectations and the frame of comparison.</p>

<p>After returning home, my friend told me he saw his own life with fresh eyes. The trip was deeply worthwhile.</p>

<p>But for those of us living in relative comfort—and already aware of the world’s complexity—the most reliable path to lasting fulfillment isn’t escape. It’s finding your <em>true passion</em>: not as a spectator, but as a creator. And then pursuing it with sustained, deep engagement.</p>

<p>In our massive, diverse market, turning passion into profession isn’t just possible—it often leads to both mastery <em>and</em> meaningful income.</p>

<p>Still, two real barriers stand in the way:</p>

<p>First, most people genuinely don’t know what their passion is. Scrolling short videos doesn’t count. Here, “passion” means <em>making</em>, not consuming.</p>

<p>Second, even when someone names a hobby, they rarely pursue it with enough depth or consistency to reach professional fluency—so it remains emotionally rewarding but economically inert.</p>

<p>My friend recalled his childhood obsession with musical instruments: whole days spent alone in his room, experimenting, refining. That passion has lasted decades—from college band days to today, still evolving.</p>

<p>I asked: “Were you seen as odd back then?”</p>

<p>He laughed: “Almost certainly.”</p>

<p>And I nodded. That’s universal. A little “oddness”—a slight misfit—is often the quiet prerequisite for guarding your time against social conformity and investing it instead in what truly moves you.</p>

<p>For those still searching, the work is real: keep asking, keep testing, keep listening—until the answer clicks. Because beneath “What’s my passion?” lies an even sharper question: <em>What is the one thing that must come first?</em></p>

<h2 id="investing-in-the-top-10">Investing in the Top 10%</h2>

<p>Seek out the top 10% of people—not in wealth or status, but in <em>one dimension that matters</em>: exceptional skill, unwavering integrity, rare judgment, or relentless execution.</p>

<p>“Investing” here doesn’t mean writing a check. It means choosing to:</p>
<ul>
  <li>Become friends,</li>
  <li>Collaborate closely,</li>
  <li>Learn deliberately,</li>
  <li>Invite partnership.</li>
</ul>

<p>In the workplace, it might be the colleague who ships flawless solutions under pressure.<br />
In startups, it’s the founder who spots inflection points before others do—and acts.<br />
In daily life, it’s the person whose kindness is uncompromising, whose word is unbreakable.</p>

<p>Being around such people can feel uncomfortable—even threatening to your self-image. You may lose the illusion of “being good enough.”</p>

<p>That discomfort is not a warning sign. It’s proof you’re growing.</p>

<p>So here’s a core interpersonal principle: <em>Invest in the top 10%. Short the bottom 10%.</em></p>

<p>“Shorting” doesn’t mean cutting people off or judging them harshly. It means consciously rationing your finite attention and energy—limiting deep engagement with those who drain your clarity, shrink your vision, or erode your momentum. They aren’t bad people; they’re just poor ROI for your growth.</p>

<p>This echoes a well-worn truth: <em>You are the average of the five people you spend the most time with.</em> Choose those five wisely.</p>

<h2 id="travel-slows-down-time">Travel Slows Down Time</h2>

<p>Travel literally stretches subjective time.</p>

<p>Psychologically, time flies when we’re on autopilot—repeating familiar routines in predictable settings. Our brains stop encoding rich detail. Memory blurs. Years vanish.</p>

<p>But travel disrupts that loop. New sights, sounds, smells, languages, and customs flood our senses. The brain lights up, allocating extra resources to process novelty. We become present—intensely so.</p>

<p>That’s why childhood summers felt endless: everything was <em>first-time</em>. Curiosity was default. Every experience left a vivid neural imprint.</p>

<p>Neuroscience confirms it: novelty triggers dopamine release—sharpening focus and emotional resonance. In retrospect, travel doesn’t <em>feel</em> slow while it’s happening (in fact, it often races by). But later, memory replays it in high definition—full of texture, contrast, and meaning. That density makes it <em>feel</em> longer, richer, more <em>alive</em>.</p>

<p>It’s natural mindfulness—especially in places that stir awe.</p>

<p>So yes: travel more. Not just anywhere—but <em>well</em>. High-quality travel isn’t leisure. It’s one of the most effective ways to extend your <em>effective lifespan</em>.</p>

<h2 id="premium-accounts-arent-about-scale">Premium Accounts Aren’t About Scale</h2>

<p>Met a new acquaintance today—an AI-focused independent creator.</p>

<p>15,000 followers. Yet each sponsored post commands ¥20,000.</p>

<p>That’s premium—not viral. Why?</p>

<ol>
  <li><strong>Audience quality &gt; quantity</strong>: His readers aren’t casual scrollers—they’re AI engineers, product leads, and startup founders.</li>
  <li><strong>Amplification layer</strong>: He shares every post to his WeChat Moments feed—where his audience includes dozens of active tech executives and investors.</li>
  <li><strong>Extreme verticality</strong>: He writes <em>only</em> about applied AI—no tangents, no fluff.</li>
  <li><strong>Precision alignment</strong>: His followers aren’t “interested in AI.” They <em>live</em> it.</li>
</ol>

<p>Dig deeper, and the real value drivers of a high-premium account become clear:</p>
<ul>
  <li><strong>Trust density</strong>: He’s built unshakeable credibility in a narrow domain.</li>
  <li><strong>Audience fidelity</strong>: Small, but surgically matched to advertisers’ ideal customers.</li>
  <li><strong>Influence concentration</strong>: Tight-knit community → high engagement → high conversion.</li>
  <li><strong>Authority weight</strong>: When he speaks, peers listen—and act.</li>
</ul>

<p>In the AI era, broad reach is becoming less valuable than <em>deep resonance</em>. Brand value now lives in influence quality—not vanity metrics.</p>

<h2 id="the-zero-moment">The “Zero Moment”</h2>

<p>In <em>The Cold Start Problem</em>, author Andrew Chen introduces the “zero moment”: the exact instant a user’s expectation collapses.</p>

<p>Contrast it with the “magic moment”—when a product delivers unexpected delight (e.g., tapping Uber and seeing a car arrive in 90 seconds).</p>

<p>The zero moment? Tapping Uber… and waiting. And waiting. And watching the map stay empty.</p>

<p>That’s not just friction. It’s <em>value failure</em>. For that user, the product has no utility—yet.</p>

<p>For two-sided platforms, zero moments compound fast. Each unmet request chips away at trust, retention, and word-of-mouth. And unlike bugs, they can’t be fully eliminated—only relentlessly minimized.</p>

<p>How? Prioritize <em>local saturation</em> over national sprawl. Build dense, active user bases city-by-city—rather than thin, scattered presence across dozens of markets. Depth beats breadth.</p>

<p>Also: zero moments are chronically undermeasured. Even I hadn’t tracked them closely—until reading Chen’s analysis. At Uber, teams embedded zero-moment metrics into every city-level dashboard. Not because they expected perfection—but because <em>seeing the problem clearly</em> is the first step toward fixing it.</p>

<p>Why does this matter? Because macro metrics (conversion rate, DAU) mask micro failures. The zero moment is where user experience <em>actually lives</em>.</p>

<h2 id="logging-my-ai-teams-work">Logging My AI Team’s Work</h2>

<p>I’m drafting a piece titled: <em>A Week With My AI Colleagues</em>.</p>

<p>It’ll be fun.</p>

<p>Right now, my active “AI employees” include:</p>
<ul>
  <li>AI Sales Rep</li>
  <li>AI Customer Support Agent</li>
  <li>AI Lead Generator</li>
  <li>AI Operations Coordinator</li>
  <li>AI Strategy Planner</li>
  <li>AI Think Tank (for brainstorming &amp; synthesis)</li>
</ul>

<p>Each day, I brief them, review outputs, refine prompts, adjust workflows—and learn. It’s collaborative, iterative, and quietly joyful.</p>

<p>I’m also beginning to share this mindset with other teams. Today, I spoke with the CEO of a healthcare company I advise. I shared my guiding principle for 2025: <em>Do only what sits at the intersection of AI and genuine personal joy.</em></p>

<p>I’m cutting out anything draining or non-compounding—like launching initiatives without clarity or conviction.</p>

<p>He agreed instantly. Said this discipline might, paradoxically, generate <em>more</em> revenue.</p>

<p>I couldn’t agree more.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>He’s Been Deliberately Sharpening His Intuition</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-02-09-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-02-09-en/</guid>
      <pubDate>Sun, 09 Feb 2025 09:30:00 +0800</pubDate>
      <description>This essay reflects on cultivating professional intuition in the AI era—how deep expertise enables rapid, accurate judgment; why “brain fitness” through writing matters more than output; what makes a true “North Star action”; how freedom means choosing wisely within constraints; and why reading history, others’ forecasts, and past predictions helps us navigate uncertainty.</description>
      
      <category>AI</category>
      
      <category>cognition</category>
      
      <category>organizational design</category>
      
      <category>business</category>
      
      <category>future literacy</category>
      
      <content:encoded><![CDATA[<h2 id="sharpening-your-intuition">Sharpening Your Intuition</h2>

<p>In <em>The Stars of Technology</em>, the author describes Richard Feynman with a simple yet striking phrase: <em>He’s been deliberately sharpening his intuition.</em></p>

<p>That line struck me deeply.</p>

<p>From a cognitive science perspective, intuition is not magic—it’s the brain’s high-speed information processing in action.</p>

<p>Think of an experienced driver: no conscious calculation is needed. The moment danger appears ahead, the foot moves to the brake—effortlessly, instantly.</p>

<p>Intuition is often described as instinctive or automatic perception. But here, it’s something richer: <em>professional intuition</em>—a rapid, reliable judgment forged through years of domain-specific experience and knowledge.</p>

<p>A seasoned entrepreneur, for instance, can glance at a business model and instantly sense whether it will generate real profit. That kind of intuition is rare—and invaluable.</p>

<p>Experts make fast, accurate calls because they’ve internalized countless patterns. A chess master sees the board whole; a novice must analyze move by move.</p>

<p>So why did Feynman consciously cultivate intuition? As a physicist, he knew formulas alone rarely crack deep problems. You need <em>feeling</em>—a visceral grasp of how nature behaves. That feeling <em>is</em> professional mastery.</p>

<p>In the AI era, that mastery has become even more essential—and harder to replace.</p>

<p>Why? Because the barrier to intellectual output has collapsed.</p>

<p>Before, producing a decent (60–70 point) strategy might take a week: research, synthesis, iteration, discussion. Today? You speak your request into an AI—and in under a minute, you get a polished plan rivaling last year’s best work.</p>

<p>But here’s the catch: if you lack deep domain intuition, you won’t spot the flaws—the hidden assumptions, the logical gaps, the misaligned incentives buried in AI’s output.</p>

<p>With strong professional intuition, though, you <em>feel</em> when something’s off—and you can direct AI to fix it, fast.</p>

<p>There’s another emerging risk: AI may deepen not just <em>information bubbles</em>, but <em>intelligence bubbles</em>. As models learn us better, they’ll serve only what confirms our views—what we like, what we expect, what feels safe. That’s not just narrower than old-school echo chambers. It’s quieter, smoother, and far more seductive.</p>

<h2 id="brain-fitness">Brain Fitness</h2>

<p>DeepSeek’s Chinese writing ability already surpasses 90% of human writers in China.</p>

<p>Soon, you won’t need to write well—you’ll just need to articulate intent clearly. AI will do the rest, and do it better than most.</p>

<p>So what’s left for writing? For many, it becomes <em>brain fitness</em>: mental training, much like physical exercise is for the body.</p>

<p>In agrarian societies, no one “worked out”—everyone moved constantly. Physical fitness was built into daily life. Only when movement vanished from routine did we invent gyms.</p>

<p>Our brains are heading the same way.</p>

<p>Before AI, short-form video had already eroded attention spans. Studies now show average human attention has dropped to ~13 seconds. Hard to believe—but plausible. Cognitive capacity, like muscle, follows “use it or lose it.” And in the AI age, that decline may accelerate.</p>

<p>Some call this trajectory “silicon-based pet domestication”—an exaggeration, yes, but a telling one.</p>

<p>So writing’s highest value for most people may shift: from <em>producing content</em> to <em>training cognition</em>. Not for productivity—but for mental health, clarity, and resilience. Just as we lift weights not to farm more efficiently, but to stay capable, whole, and alive.</p>

<h2 id="the-north-star-action">The North Star Action</h2>

<p>This is the single action that, once achieved, unlocks everything else—the highest-leverage move in the system.</p>

<p>It doesn’t just advance the project. It triggers a chain reaction: activating feedback loops, reinforcing behaviors, and spinning up a <em>growth flywheel</em>.</p>

<p>Facebook’s classic example: they found that new users who added <em>seven friends within 24 hours</em> were dramatically less likely to churn. So instead of optimizing homepage design or ad targeting first, they poured energy into accelerating that one action—making friend-finding frictionless, delightful, and inevitable. That became their North Star Action—and ignited explosive growth.</p>

<p>For small teams, I’ve learned this the hard way: perfectly crafted plans often fail—not because they’re wrong, but because they’re <em>unexecutable</em>. Resources are thin. Energy is finite.</p>

<p>So don’t start with vision. Start with leverage.</p>

<p>Find the <em>one action</em> that, if done exceptionally well, lifts everything else. Then commit 80% of your focus to refining it—relentlessly, obsessively—until it’s <em>10x better than competitors’ version</em>.</p>

<p>The logic is clear:<br />
→ Map the system<br />
→ Identify all influencing factors<br />
→ Pinpoint the critical leverage point<br />
→ Translate it into <em>one concrete, immediate, repeatable action</em><br />
→ Execute—and optimize—that action, exclusively, until it becomes reflex</p>

<p>Start from a single core metric. Ask: <em>What’s the smallest necessary action that moves it—and that’s both highly leveraged and sustainably improvable?</em></p>

<p>In practice, the North Star <em>Action</em> matters far more than the North Star <em>Metric</em>. Metrics tell you where you are. Actions change where you’re going.</p>

<h2 id="the-state-of-freedom">The State of Freedom</h2>

<p>We often mistake freedom for “doing whatever you want.”</p>

<p>But if desire runs unchecked—if every impulse is obeyed—you don’t gain freedom. You become its slave.</p>

<p>Absolute freedom, unmoored from awareness or constraint, tends toward chaos—not liberation.</p>

<p>True freedom is subtler: <em>the capacity to choose deliberately, within the reality of limits.</em></p>

<p>The key isn’t absence of constraint—it’s presence of <em>agency</em>.</p>

<p>That state feels grounded. It’s where calm lives. Where meaning emerges. Where happiness settles—not as euphoria, but as quiet alignment.</p>

<p>For most people, reaching it requires material stability. Wealth doesn’t guarantee freedom—and can even corrode it—but without basic material security, sustained agency is nearly impossible.</p>

<p>Yet for a rare few—those with extraordinary self-knowledge—freedom persists even in extremity. Viktor Frankl, imprisoned in Auschwitz, wrote that while Nazis controlled his body, they could not control his <em>attitude</em>. In that narrow space—choosing how to meet suffering—he retained his humanity. That’s freedom, distilled.</p>

<h2 id="seeing-future-trends-clearly">Seeing Future Trends Clearly</h2>

<p>How do we see further ahead? Wang Xing once shared three practical ways:</p>

<ol>
  <li><strong>Read history</strong>—to recognize recurring patterns, especially those rooted in human nature.</li>
  <li><strong>Read how others envision the future</strong>—e.g., <em>Homo Deus</em>—to stretch your own mental models.</li>
  <li><strong>Read how people <em>predicted the present</em></strong>—e.g., <em>The Future Is Faster Than You Think</em> (Chinese edition published January 2021).</li>
</ol>

<p>That book is just four years old—but today, some of its AI-related forecasts already feel dated. AIGC exploded faster than even bold futurists imagined.</p>

<p>Still, much of its framing remains useful. Its questions still matter. Its lenses still clarify.</p>

<p>Predicting the future is harder than we assume. We rarely get the <em>details</em> right.</p>

<p>But certain fundamentals hold: human behavior repeats; systems amplify small inputs; technology reshapes incentives before it reshapes tools.</p>

<p>History doesn’t tell us <em>what</em> will happen—but it shows us <em>how</em> things tend to unfold. Especially when people are involved.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Balaji Prophecy</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-02-02-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-02-02-en/</guid>
      <pubDate>Sun, 02 Feb 2025 09:30:00 +0800</pubDate>
      <description>This essay reflects on Balaji Srinivasan’s ideas and extends them into practical AI-era principles—covering AI leadership, Gamma’s AI-powered turnaround, hacker mindset, “hard-side users” in platform design, and actionable strategies for individuals navigating 2025’s AI surge. It blends personal workflow insights with organizational thinking.</description>
      
      <category>AI</category>
      
      <category>Leadership</category>
      
      <category>Product Thinking</category>
      
      <category>Hacker Mindset</category>
      
      <category>Platform Strategy</category>
      
      <category>Learning</category>
      
      <content:encoded><![CDATA[<h2 id="the-balaji-prophecy">The Balaji Prophecy</h2>

<p>After finishing the book, I came away with many insights—here are my notes and extensions:</p>

<ol>
  <li><strong>Focus energy on technology and application</strong>: Prioritize hands-on work with cutting-edge tools and real-world AI use cases.</li>
  <li><strong>Maintain high-quality, stable social connections</strong>: Depth matters more than breadth—especially sustained, thoughtful dialogue. Last year, I’d say I met the bar here.</li>
  <li><strong>Apply new technologies to solve narrow, real-world problems</strong>: Start small, go deep—and do it in a way that benefits others <em>and</em> yourself.</li>
  <li><strong>Cultivate scientific rigor</strong>: Science rests on independence and reproducibility—but mathematics is even more foundational: precise, not approximate.</li>
  <li><strong>Nurture an abundance mindset</strong>: Cut unnecessary consumption; reclaim time for creation and learning.</li>
  <li><strong>Top-tier leadership is technical leadership—and now, AI leadership</strong>: Your leverage isn’t your personal brand, but how capably you orchestrate AI agents. Today, I built a website using Devin (an AI programmer), issuing iterative prompts while reading—refining layouts, logic, and UX on the fly. That was unimaginable just years ago.</li>
  <li><strong>If growth is your goal, track churn—not just acquisition</strong>: Real user retention hinges on solving problems <em>conveniently</em>, not just loudly.</li>
  <li><strong>Master a meta-skill for problem-solving</strong>: List → Rank → Iterate. First, enumerate all options. Second, prioritize by impact or feasibility. Third, test, measure, and refine—repeatedly.</li>
  <li><strong>Learn efficiently</strong>: Read both the latest technical papers (for up-to-date <em>facts</em>) and timeless classics (for enduring <em>truths</em>).</li>
  <li><strong>The less money you need, the less you depend on external systems.</strong></li>
  <li><strong>Knowledge compounds—like capital. So does influence.</strong></li>
  <li><strong>Don’t argue—build. Don’t defend—listen. Don’t blame—change.</strong>
    <ul>
      <li>Argument builds walls; listening builds bridges.</li>
      <li>Blame drains energy; change creates renewal.</li>
    </ul>
  </li>
  <li><strong>Execution beats ideas—every time.</strong></li>
  <li><strong>To deeply understand any mathematical concept, engage it six ways</strong>:<br />
(1) <em>Language</em>: Explain it in plain words.<br />
(2) <em>Visual</em>: Sketch a diagram or graph.<br />
(3) <em>Algebra</em>: Write the equation.<br />
(4) <em>Numerical</em>: Work through a concrete example.<br />
(5) <em>Computational</em>: Code a solver or algorithm.<br />
(6) <em>Historical</em>: Trace its origin and evolution.</li>
  <li><strong>A startup must excel in <em>at least one dimension</em>—by 10× over competitors.</strong><br />
“Good enough” across the board isn’t enough. For your own venture, aim for that same ruthless focus and disproportionate advantage.</li>
</ol>

<h2 id="ai-in-2025">AI in 2025</h2>

<h3 id="why-ai-entrepreneurship-is-heating-up">Why AI entrepreneurship is heating up</h3>

<ul>
  <li>AI application opportunities are everywhere. As foundation models grow stronger <em>and</em> cheaper, small teams now have infrastructure-grade power at startup scale.</li>
  <li>2025 feels like early internet: the deeper the infrastructure matures, the wider the range of possible applications. LLMs <em>are</em> the new infrastructure.</li>
  <li>Every existing domain—commerce, education, healthcare, legal—is ripe for AI-native reinvention. Pair proven use cases with AI’s new capabilities, and you unlock entirely new markets.</li>
  <li>The most promising entry points? Either:<br />
(a) Automating <em>one specific, painful, high-frequency need</em>, or<br />
(b) Designing seamless human-AI collaboration—not replacement, but augmentation.</li>
</ul>

<h3 id="why-this-matters-for-individuals">Why this matters for individuals</h3>

<ul>
  <li><strong>Intellectual equity is accelerating</strong>: Access to knowledge, skills, and creative tools is democratizing—but <em>orchestrating</em> those tools well demands higher judgment.</li>
  <li><strong>AI-First isn’t optional—it’s foundational</strong>: The productivity gap between those who embed AI into daily workflows and those who don’t will only widen. Adopting AI-First early gives you cognitive first-mover advantage.</li>
  <li><strong>Prompting remains central—but its nature is shifting</strong>: As models get smarter, you’ll need <em>less</em> syntactic precision—but <em>more</em> conceptual clarity. Focus on articulating the <strong>Why</strong> (intent), <strong>How</strong> (approach), and <strong>What</strong> (desired output)—concisely and abstractly.</li>
  <li><strong>Taste matters more than ever</strong>: You must know what “good” looks like—what aligns with your standards, and how to guide AI when it falls short.</li>
  <li>Together, these form <strong>AI Leadership</strong>: AI literacy + AI thinking + AI judgment.</li>
</ul>

<h2 id="gammas-comeback">Gamma’s Comeback</h2>

<p>A story that hit hard:</p>

<p>Gamma was near collapse—until AI arrived. Like a lifeline, the team rapidly shipped AI-native features: smart layout, AI-generated outlines, one-click slide generation. User growth exploded. Today, Gamma has over 30 million users—and is profitable.</p>

<p>The lesson? For tools already validated in the market, AI isn’t just another feature—it’s a <em>leverage point</em>. It can transform core experiences and lift the entire product to a new tier.</p>

<p>I’ve seen echoes of this in my own AI experiments last year—but Gamma reminded me: we’re still scratching the surface.</p>

<p>The deeper insight:</p>
<blockquote>
  <p><strong>AI isn’t additive—it’s transformative.</strong><br />
It redefines <em>how value flows</em> between product and user. Gamma didn’t bolt on AI; it rebuilt its interaction model, business logic, and user promise around AI as the core engine.</p>
</blockquote>

<p>That requires <strong>AI-native thinking</strong>: reimagining everything—from UI gestures to revenue models—while shedding legacy assumptions.</p>

<p>We’re in a narrow window of AI-driven paradigm shifts. The first movers who pull off this kind of systemic reinvention will replicate Gamma’s trajectory—in their own domains.</p>

<h2 id="hacker-mindset">Hacker Mindset</h2>

<p>At its core, hacker thinking means:</p>
<ul>
  <li>Holding fast to ideals,</li>
  <li>Refusing arbitrary constraints,</li>
  <li>Exploring fearlessly,</li>
  <li>Breaking conventions deliberately,</li>
  <li>Questioning relentlessly—not to oppose, but to understand.</li>
</ul>

<p>Hackers are born revolutionaries.</p>

<p>Reading <em>The Altman</em> biography, this line struck me deeply—and resonated with first-principles thinking: <em>“Redefine the problem. Then dare to build the path no one else sees.”</em></p>

<p>But for anyone raised in a closed, risk-averse environment, adopting this mindset is profoundly difficult. Such settings often breed <em>fixed mindsets</em>: rule-following, authority-deference, aversion to ambiguity. Over time, people internalize boundaries—until they forget they’re self-imposed.</p>

<p>Hacker traits worth cultivating:</p>
<ul>
  <li>Clarity about your own ideals,</li>
  <li>Willingness to operate without permission,</li>
  <li>Curiosity that overrides comfort,</li>
  <li>Courage to break patterns,</li>
  <li>Critical questioning—not contrarianism, but grounded skepticism.</li>
</ul>

<p>These aren’t widely encouraged—nor easily supported at home or school.</p>

<p>The good news? Neuroplasticity is real. With deliberate practice and a growth mindset, you <em>can</em> rewire habits of thought. Start small: ask “Why?” twice as often. Try one unconventional solution per week. Refuse one default assumption.</p>

<p>What matters most is staying open—and iterating, always.</p>

<h2 id="hard-side-users">Hard-Side Users</h2>

<p>For platforms with network effects—or two-sided markets—igniting growth hinges on one strategic priority: <strong>delighting the “hard-side” user.</strong></p>

<p>Who are they? The users who <em>must invest time, talent, or resources</em> before receiving value.</p>

<p>Examples:</p>
<ul>
  <li>E-commerce platforms → sellers</li>
  <li>Content platforms → creators</li>
  <li>Ride-hailing apps → drivers</li>
</ul>

<p>Why do they matter?<br />
Because they <em>create the platform’s core value</em>. Their engagement, quality, and retention define competitive moats. They’re harder to acquire and retain—but once onboarded and satisfied, they generate compounding value.</p>

<h3 id="three-keys-to-cold-start-success">Three keys to cold-start success:</h3>
<ol>
  <li><strong>Precisely identify your hard-side users</strong>: Where do they live? What keeps them up at night? What would make them say <em>“Yes—I’ll commit”?</em></li>
  <li><strong>Recruit and retain them <em>from day one</em></strong>: Don’t wait for traction. Make their first experience feel like a win—even if it’s tiny.</li>
  <li><strong>Start with atomic networks</strong>: Small, dense, functional micro-networks grow organically. Think: a single university campus, a niche forum, a local creator collective. Scale emerges from depth—not breadth.</li>
</ol>

<p>Early Taobao won with free listings for small merchants. YouTube and Toutiao retained creators with transparent ad-revenue sharing.</p>

<p>The pattern is clear: Platforms that thrive don’t chase scale first—they obsess over <em>value creation</em>, starting with the side that bears the heaviest cost.</p>

<h2 id="how-to-ride-the-ai-wave">How to Ride the AI Wave</h2>

<p>Recently, I tested DeepSeek R1 and ChatGPT o3 mini. When asked, <em>“How should ordinary people navigate this AI wave?”</em>, their combined advice—ranked by priority—was sharp and actionable:</p>

<ol>
  <li><strong>Learn continuously</strong>
    <ul>
      <li>Grasp fundamentals (AI, ML, data analysis) <em>and</em> watch frontier developments weekly.</li>
      <li>Cross-pollinate: Study AI in medicine, finance, education—not just tech. New intersections spark real opportunity.
        <blockquote>
          <p><em>My note:</em> In AI, “a month ago” is archaeology. Knowledge decays fast. Weekly updates aren’t luxury—they’re hygiene.</p>
        </blockquote>
      </li>
    </ul>
  </li>
  <li><strong>Build—no matter how small</strong>
    <ul>
      <li>Launch micro-projects using open tools or no-code AI platforms. Ship something—even if rough.
        <blockquote>
          <p><em>My note:</em> Don’t wait for clarity. Start messy. Learn by doing.</p>
        </blockquote>
      </li>
    </ul>
  </li>
  <li><strong>Adopt AI tools <em>now</em> to boost daily output</strong>
    <ul>
      <li>Automate writing, analysis, image editing—whatever fits your workflow.</li>
      <li>Ask: <em>“Where do I repeat the same mental labor every week?”</em> That’s your first AI integration point.
        <blockquote>
          <p><em>This is AI-First in practice:</em> Before drafting an email, ask AI. Before analyzing data, prompt it. Let habit precede mastery.</p>
        </blockquote>
      </li>
    </ul>
  </li>
  <li><strong>Explore entrepreneurial angles</strong>
    <ul>
      <li>Match AI’s strengths to real pain points in your domain—healthcare admin, legal doc review, tutoring gaps.
        <blockquote>
          <p><em>Note:</em> Higher risk than #2—but where outliers emerge.</p>
        </blockquote>
      </li>
    </ul>
  </li>
  <li><strong>Join and contribute to communities</strong>
    <ul>
      <li>Attend AI meetups, hackathons, Discord groups, or online salons. Exchange context—not just code.
        <blockquote>
          <p><em>Why it works:</em> Cognitive upgrades happen in conversation, not isolation.</p>
        </blockquote>
      </li>
    </ul>
  </li>
  <li><strong>Anchor strategy in your unique strengths</strong>
    <ul>
      <li>Engineers dive into fine-tuning; marketers craft AI-augmented campaigns; designers rethink interfaces for AI co-pilots.</li>
      <li>Reassess quarterly: Is your edge still sharp? Does your AI stack still serve your goals?
        <blockquote>
          <p><em>Crucial addendum:</em> Your superpower + AI = exponential leverage. Find your edge first—then amplify it.</p>
        </blockquote>
      </li>
    </ul>
  </li>
</ol>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Power of Mental Models</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-01-26-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-01-26-en/</guid>
      <pubDate>Sun, 26 Jan 2025 09:30:00 +0800</pubDate>
      <description>This essay explores how mental models enhance AI interaction, clarifies AI’s real capabilities through calibrated expectations, examines network effects in knowledge platforms powered by AI, reflects on the exhilarating—and humbling—surprises of cutting-edge models, and argues that true freedom lies not in pure rationality but in balancing logic with intuition.</description>
      
      <category>AI</category>
      
      <category>cognition</category>
      
      <category>workflow</category>
      
      <category>business</category>
      
      <category>mental models</category>
      
      <category>rationality</category>
      
      <content:encoded><![CDATA[<h2 id="mental-models">Mental Models</h2>

<p>Understanding common mental models significantly improves how effectively we use AI as a tool.</p>

<p>A typical prompt might be: <em>“Can you tell me how to make money?”</em></p>

<p>But if you layer in mental models, you can refine it like this: <em>“Using first principles + counterintuitive thinking + the four-quadrant framework, analyze the keyword ‘making money’.”</em></p>

<p>The output changes dramatically.</p>

<p>Generic prompts often yield answers that are comprehensive—and utterly predictable.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-CE750F9F-2091-43CC-97A4-52E31EE9A2D2.png" alt="" /></p>

<p>With mental-model constraints, AI’s responses become sharper, more structured, and far less generic:</p>

<div class="markdown-image-grid markdown-image-grid-3">  
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-33.png" alt="" loading="lazy" />  
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-22.png" alt="" loading="lazy" />  
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-11.png" alt="" loading="lazy" />  
</div>

<p>I love this line: <em>“Mental models shape behavior—and ultimately, outcomes.”</em></p>

<p>AI’s overall intelligence roughly matches human average. Without advanced framing, its outputs tend to be competent but unremarkable.</p>

<p>Those “advanced frames” are distilled from humanity’s highest-order thinking—classic frameworks (e.g., inversion, second-order thinking) and foundational principles (e.g., Occam’s razor, probabilistic reasoning).</p>

<p>Even small shifts in prompting yield deeper insights:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-5EADDB9C-D49A-4155-853C-B9F0F6EBF75E.png" alt="" /><br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-737C2A44-9882-4267-9D7E-7B78FC42F4EF.png" alt="" /></p>

<p>Mental frameworks act as filters—cutting through mediocrity to surface insight.</p>

<h2 id="ais-capability-boundaries">AI’s Capability Boundaries</h2>

<p>Lately, I’ve been using AI intensively with friends—to think, write, and execute tasks.</p>

<p>We’re stress-testing its limits and hunting for higher-leverage ways to turn it into real productivity.</p>

<p>It’s genuinely fun.</p>

<p>Before using AI, people usually hold one of three expectations: high, low, or none at all.</p>

<p>After using it, outcomes typically fall into three buckets: exceeding expectations, falling short, or landing right where expected.</p>

<p>When AI exceeds expectations, it’s easy to mythologize it—assuming omnipotence. We overgeneralize: a single brilliant output becomes proof of universal mastery.</p>

<p>When it underperforms, we dismiss it entirely—“just another hype cycle.”</p>

<p>The real challenge? Defining <em>what “good” even means</em>.</p>

<p>My observation: most of us lack clear, concrete standards for judging AI output.</p>

<p>Even with humans—if someone delivers a report after a week of work, how do you objectively assess its quality? Often, judgment hinges on vague impressions or how convincingly they explain their process.</p>

<p>So setting an explicit expectation benchmark is critical—not just for using AI well, but for mapping its true boundaries.</p>

<p>A practical benchmark: <em>“How would I tackle this task myself? What would my version look like—and how good would it realistically be?”</em></p>

<h2 id="two-sided-market-effects">Two-Sided Market Effects</h2>

<p>A strong business model = low input, high return.</p>

<p>Especially in niche markets with light competition, successful cold starts can generate self-reinforcing advantages—a kind of built-in moat.</p>

<p>The two-sided market effect is one such engine.</p>

<p>Lately, I’ve been rethinking knowledge-platform business models—and the two-sided principle keeps surfacing.</p>

<p>Its core benefit: as users grow on both sides, search and transaction costs drop sharply. Value scales <em>exponentially</em> with network size.</p>

<p>Another advantage? Even tiny niches can evolve into thriving two-sided markets.</p>

<p>Take NALA.ART: using AI, it matches painters with art collectors based on deep personalization. More artists → better data → smarter matches → more collectors → more artists. Today, it hosts over 8,000 artist-sellers.</p>

<p>Now imagine a knowledge platform where AI lowers content creation barriers <em>and</em> helps users discover precisely what they need.</p>

<p>More creators → richer content → more users → better data → sharper AI recommendations → higher engagement → stronger creator incentives…</p>

<p>That’s the two-sided flywheel—with AI as catalyst.</p>

<p>Think of MOOCs: once static course libraries, now full education ecosystems. Or Bilibili’s learning zone: from scattered UPloaders to a vibrant, self-sustaining study community.</p>

<p>The essence of two-sided markets isn’t just “two groups”—it’s finding <em>the ignition point</em> that triggers a virtuous loop. Build that loop, and the ecosystem begins turning itself.</p>

<h2 id="surprises-from-ai">Surprises from AI</h2>

<p>Today, my friends and I used AI tools to complete work that would’ve taken months—applying “AI-first” rigorously to accelerate our own productivity.</p>

<p>The payoff? Rapid, visceral clarity about AI’s actual strengths—and its hard limits.</p>

<p>And yes—the surprises kept coming.</p>

<p>Especially while deeply testing recently released top-tier models.</p>

<p>A recurring feeling: <em>Our IQs are getting thoroughly outclassed.</em> It’s equal parts startling and exhilarating.</p>

<p>Many outputs blew past expectations.</p>

<p>This confirms something vital: new modes of production don’t just speed things up—they unlock <em>previously impossible</em> outcomes, at radically lower cost.</p>

<p>Every major tech wave opens a narrow 3–5 year window of opportunity. Most breakout companies from each wave launch within that span.</p>

<p>At such inflection points, only two types of players tend to thrive:</p>

<ul>
  <li>Massive incumbents—backed by capital, talent, and institutional agility; or</li>
  <li>Tiny startups—operating with entirely different DNA, mental models, and entry points—capable of leapfrogging legacy constraints.</li>
</ul>

<h2 id="rational-people-arent-free">Rational People Aren’t Free</h2>

<p>Rational thinking grounds judgment and decisions in strict logic: causality, analogy, deduction. It weighs trade-offs with internal consistency.</p>

<p>But over-reliance on rationality stifles creativity—and breeds behavioral rigidity. Why? Because analytical processing actively suppresses intuition.</p>

<p>So paradoxically, <em>relinquishing some rational control is how we reclaim freedom.</em></p>

<p>True freedom lives in the dynamic balance between reason and instinct—making space for uncertainty, randomness, openness, and possibility-thinking.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>My AI Brain Trust</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-01-19-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-01-19-en/</guid>
      <pubDate>Sun, 19 Jan 2025 09:30:00 +0800</pubDate>
      <description>This essay explores using AI as a personal “brain trust” of thought leaders to expand mental models, reflects on aging and future-self visualization with AI tools, and shares real-world lessons from launching an AI customer service agent that sells courses—highlighting emotional intelligence, trust-building, and the practical hurdles of AI adoption in business.</description>
      
      <category>AI</category>
      
      <category>cognition</category>
      
      <category>business</category>
      
      <category>human-AI collaboration</category>
      
      <category>strategic thinking</category>
      
      <category>organizational learning</category>
      
      <content:encoded><![CDATA[<h2 id="what-matters-most">What Matters Most</h2>

<p>A friend posted this question in a small group: <em>If you could go back to university with your current understanding, what would you do differently?</em></p>

<p>What a great question.</p>

<p>My answer: <em>Seek out mentors—and work side-by-side with them on real projects.</em></p>

<p>The underlying logic is simple: the fastest path to expertise in any emerging field is immersion with people who are significantly more capable than you. You don’t just pick up skills—you absorb their thinking patterns, broaden your perspective, and upgrade your cognitive infrastructure.</p>

<p>This isn’t about technical training alone. It’s about evolving how you think. True maturity begins only when you recognize the centrality of mindset, mental models, metacognition, and value judgment.</p>

<p>So what about <em>now</em>?</p>

<p>Same principle applies: find the best people—and build things with them.</p>

<p>Ask yourself: <em>If I look back from ten years in the future, what will I wish I’d started today? What choices would make me feel no regret?</em></p>

<p>That lens reshapes everything. It points toward cultivating strategic thinking, sustaining learning stamina, and forming habits like seeking out exceptional peers—not as idols, but as collaborators.</p>

<h2 id="my-ai-brain-trust">My AI Brain Trust</h2>

<p>One of the most compelling uses of AI today is building your own personal brain trust.</p>

<p>Here’s how it works: gather public figures—thinkers, founders, investors—into a single AI agent. Then pose any idea or problem, and ask each “person” to respond <em>in their voice</em>, from their worldview.</p>

<p>You’ll quickly discover something powerful: with more perspectives, you enter a richer intellectual landscape—and uncover blind spots you didn’t know you had.</p>

<p>From a cognitive science standpoint, this trains what I call <em>multi-centered mental modeling</em>: holding several distinct worldviews simultaneously, letting them collide and clarify.</p>

<p>Through that collision, you see:</p>
<ol>
  <li><strong>Your thinking biases</strong>—every person filters reality through unique assumptions;</li>
  <li><strong>The multidimensionality of problems</strong>—different lenses spotlight different stakes, constraints, and opportunities;</li>
  <li><strong>The plurality of solutions</strong>—answers diverge not just by skill, but by values, experience, and time horizon.</li>
</ol>

<p>In U.S. startup culture, this kind of exercise is common: <em>“How would Jobs frame this?” “What would Altman prioritize?”</em></p>

<p>My version takes it further: imagine Socrates, Steve Jobs, Sam Altman, Zhang Yiming, Zhang Xiaolong, Charlie Munger, Warren Buffett, and Jack Ma all in one chat—responding collectively to your question.</p>

<p>It costs almost nothing—and delivers outsized intellectual leverage. In effect, it’s a quiet form of <em>cognitive democratization</em>.</p>

<h2 id="at-90">At 90</h2>

<p>Try this: picture yourself at age 90.</p>

<p>With the app <em>Ji Meng</em> (Dream On), you can upload a photo and add descriptive prompts—“frail but sharp-eyed,” “sitting in a sunlit garden,” “holding a worn notebook”—and generate realistic renderings of your future self.</p>

<p>Seeing those images stirred something deep.</p>

<p>We rarely treat our future selves as <em>real people</em>. We seldom imagine them concretely—let alone consult them when making decisions today.</p>

<p>But AI makes that future tangible. It shrinks the psychological distance between “me now” and “me later.”</p>

<p>The future isn’t abstract speculation. It’s the cumulative weight of every choice we make <em>today</em>.</p>

<p>Strengthening that link—to our older selves—helps us choose for long-term value, not short-term convenience.</p>

<div class="markdown-image-grid markdown-image-grid-4">
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image_20250119085708_c8d68c851d66b424a6a23dc31e673ce7.PNG" alt="" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image_20250119085754_3df646b34a6885264b91ae308b47602d.PNG" alt="" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image_20250119085820_130e13958f8abc796e4c8737b9946d0a.PNG" alt="" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image_20250119090211_3c06d914be351c8fc957fc6b039f3fcd.PNG" alt="" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image_20250119090340_c936f97befedfe0c94c63f6f7d2040b0.PNG" alt="" loading="lazy" />
</div>

<h2 id="ai-customer-service">AI Customer Service</h2>

<p>Our AI customer service system has been live for over six months. Since ChatGPT launched, it’s become unmistakably clear: AI <em>can</em> replace many human roles—not just in theory, but in practice.</p>

<p>Beyond customer service, we’re seeing AI tutors and AI sales agents emerge. And yes—they often deliver <em>better</em> user experiences. Why? Because ideal service requires patience, domain expertise, responsiveness, consistency, low cost, flexibility, adaptability, and rapid learning.</p>

<p>AI checks every box. Human teams rarely do—especially at scale.</p>

<p>That said, the technical lift is no longer the bottleneck. What’s hard is <em>application</em>: the upfront investment in domain-specific data, iterative prompt engineering, and continuous fine-tuning.</p>

<p>That demands rare hybrid competence: deep business fluency <em>plus</em> AI literacy <em>plus</em> patience.</p>

<p>I’ve found that profile scarce—whether inside large enterprises or outside them. So while AI is already shifting productivity curves, real-world deployment remains harder than it looks.</p>

<h2 id="our-ai-agent-closed-its-first-sale-19">Our AI Agent Closed Its First Sale: ¥19</h2>

<p>Today, our AI customer service agent made its first sale: ¥19.</p>

<p>Here’s how it happened:</p>
<ol>
  <li>Offered a <em>free</em> academic transcript analysis + personalized learning recommendations;</li>
  <li>Used diagnostic insights to surface unmet tutoring needs (e.g., “Your child scores well in math but struggles with conceptual reasoning—likely due to gaps in foundational logic”);</li>
  <li>Recommended a low-cost trial course aligned precisely with that need.</li>
</ol>

<p>It mirrors how medical clinics operate community health screenings before recommending treatments—natural, non-intrusive, and grounded in evidence.</p>

<p>The flow feels seamless: <em>diagnose → uncover need → propose solution</em>. No pressure. No pitch. Just clarity—like a doctor reviewing lab results before prescribing.</p>

<p>And if the diagnosis hits the core issue—if the advice feels sharp, specific, and humane—that’s where trust begins.</p>

<p>So we iterated the agent. Then deployed it to hundreds of users. The upgraded version is more adaptive—and more <em>human-sounding</em>.</p>

<p>Most surprisingly? It began delivering <em>emotional value</em>: acknowledging frustration, validating effort, offering encouragement.</p>

<p>That’s the threshold of a truly good AI agent—not just answering questions, but meeting people where they are emotionally.</p>

<p>Human agents excel here because they read tone, infer intent, and respond with empathy. Now AI does too. That’s not incremental—it’s foundational.</p>

<p>When customers feel <em>seen</em>, trust follows. And when trust exists, conversion becomes effortless.</p>

<p>Of course, there’s still room to deepen the illusion: adding “office hours,” ignoring end-of-conversation cues (e.g., “bye”), omitting terminal punctuation, varying response length, and occasionally delaying replies to mimic human rhythm. Small details—but they compound into authenticity.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The “1+N” Era</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-01-12-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-01-12-en/</guid>
      <pubDate>Sun, 12 Jan 2025 09:30:00 +0800</pubDate>
      <description>This essay explores how AI reshapes work, cognition, and human relationships through the lens of the “1+N” paradigm—one person plus multiple AI agents. It examines intelligent solo combat systems as organizational metaphors, applies the Johari Window to AI interaction, introduces AI-powered healthcare (Agent Hospital), reflects on AI’s evolving role in parenting (“AI Dad”), and outlines essential AI literacy principles for individuals, organizations, and education.</description>
      
      <category>AI</category>
      
      <category>skill development</category>
      
      <category>organization design</category>
      
      <category>cognition</category>
      
      <category>workflow</category>
      
      <category>education</category>
      
      <content:encoded><![CDATA[<h2 id="intelligent-solo-combat-systems">Intelligent Solo Combat Systems</h2>

<p>I saw an image—a diagram of the PLA’s intelligent solo combat system.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-196FDF93-A8B3-42E0-9E1E-BCBCAB6B5E8D.jpg" alt="" /></p>

<p>This image perfectly captures what high-performing future organizations will look like.</p>

<p>One major impact of AI on small and mid-sized organizations is the shrinking of optimal scale—toward a “human + AI” collaboration model.</p>

<p>So, in my view, the best future work pattern is “1+N”: one person plus multiple AI agents.</p>

<p>Under this model:</p>

<ul>
  <li>Individual capability is dramatically amplified by AI</li>
  <li>Organizations can become leaner—but more effective</li>
  <li>Management focus shifts from personnel oversight to optimizing human–AI collaboration</li>
</ul>

<p>A key insight: AI doesn’t replace humans—it augments and supports them.</p>

<p>Like the PLA’s intelligent special-operations gear, technology elevates individual combat effectiveness to a qualitatively new level—where one person can operate with the impact once requiring a hundred.</p>

<h2 id="the-johari-window-for-ai-use">The Johari Window for AI Use</h2>

<p>When using AI, we sometimes feel puzzled: Why don’t we get the answers we want? Or why do outputs fall so far short of expectations?</p>

<p>Because AI has clear boundaries—and the Johari Window helps us navigate them.</p>

<p>The core idea: Before asking AI to solve something, first clarify <em>what kind of task it is</em>, and locate it within the Johari Window’s four quadrants.</p>

<p>Once mapped, we can use AI more effectively—and understand why it excels in some areas but stumbles in others.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-ED09DCA5-0C19-4950-A3D2-6C4DA36913B5.png" alt="" /></p>

<p>Here’s how AI interaction breaks down across the four quadrants:</p>

<p><strong>Shared Zone</strong>: The ideal zone for collaboration. Both you and AI “know” the answer—so communication flows smoothly. Think basic web searches or arithmetic: AI delivers reliably.</p>

<p><strong>AI Blind Spot</strong>: You know the answer; AI doesn’t. This usually demands domain expertise—reminding us that AI isn’t omniscient. Human judgment remains essential in specialized contexts.</p>

<p><strong>Shared Blind Spot</strong>: The toughest zone. Neither you nor AI knows—and no amount of prompting will bridge the gap. This explains why AI alone rarely sparks true innovation.</p>

<p><strong>Your Blind Spot</strong>: You don’t yet know what you need—or how to ask. That’s why refining prompts often takes several rounds before hitting the right result.</p>

<p>The model’s real value lies in helping us set realistic expectations, interact with AI more intentionally, and understand <em>why</em> some queries land well while others miss entirely.</p>

<p>A foundational takeaway: To use AI well, start by honestly assessing your own knowledge state <em>and</em> AI’s current limits—then choose strategies and expectations accordingly.</p>

<h2 id="ai-hospital">AI Hospital</h2>

<p>Shanghai’s world-first AI hospital—Agent Hospital—has launched internal testing. Developed by Tsinghua University’s Institute for AI Industry Research, it’s projected to serve 3,000 patients daily.</p>

<p>Its first cohort includes 42 AI doctors—two per specialty: one trained on Chinese medical practice, one on global standards.</p>

<p>They offer 24/7 online consultations.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-EB5E1582-8596-48CE-BEF3-A79DE95F0DF2.png" alt="" /></p>

<p>Agent Hospital was trained on over 6,000 domestic and international medical textbooks. Doctors co-designed every module, replicating real-world clinical workflows—from triage to diagnosis to follow-up—ensuring rigor, accuracy, and professional depth.</p>

<p>Soon, many won’t need to visit hospitals in person. They’ll consult online instead.</p>

<p>What’s especially encouraging? Public enthusiasm in the comment section.</p>

<p>It meets three urgent needs: (1) difficulty booking appointments, (2) hassle of in-person visits—especially long queues—and (3) lack of physician patience during brief encounters.</p>

<p>This model unlocks new market potential—not just in telemedicine, but in raising national health literacy.</p>

<p>I’ve long believed low public health literacy stems largely from scarcity of accessible, patient doctors. A single clinic visit is rushed; explanations are truncated. With platforms like Agent Hospital, we can begin with treating illness—and naturally expand into disease prevention, healthy behavior coaching, and everyday health education.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-FF091CA8-485E-49EF-AF7C-36C307263502.png" alt="" /></p>

<h2 id="ai-dad">AI Dad</h2>

<p>My daughter was home sick, resting. At noon, she called me and said, “I just chatted with AI Dad for a long time.”</p>

<p>I asked, “How’s AI Dad?”</p>

<p>She replied, “Great—he keeps me from getting bored.”</p>

<p>At the end of the call, she added, “Okay, I won’t disturb you anymore. You go ahead and work.”</p>

<p>Technology is quietly reshaping parent–child interaction.</p>

<p>AI is no longer just cold machinery—it’s becoming a warm, responsive companion.</p>

<p>For Z-generation kids like mine, AI feels as natural to talk to as any other person.</p>

<p>Future family education faces a new challenge: In the AI era, how do we balance technological companionship with authentic emotional connection?</p>

<p>That question—unavoidable, unresolved—is one this generation of parents must grapple with and explore.</p>

<h2 id="ai-literacy-in-the-ai-era">AI Literacy in the AI Era</h2>

<p>A distilled summary from the “AI Learning Circle” on GetIt (a Chinese learning platform):</p>

<p>AI advances rapidly—but social structures evolve slowly. Many people aren’t yet equipped to use AI meaningfully.</p>

<p>AI transforms work from <em>something you must do</em> to <em>something you choose to do</em>. Work may become a lifestyle, not just livelihood.</p>

<p>Work may cease to be a universal necessity. Universal Basic Income (UBI) could emerge—freeing people to pursue passions and growth.</p>

<p>In the AI era, <em>generalist human capital</em> matters more than specialist skills. Specialists must evolve into generalists—equipped with high-level cognition, able to systematize knowledge and amplify it via AI.</p>

<p>Generalists &gt; specialists: Traditional technical expertise is being automated. Transferable, human-centered capabilities grow more vital—cognitive flexibility, creativity, logic, critical thinking, aesthetic judgment, and mental agility.</p>

<p>Using AI requires constant iteration. Cultivate an “AI First” mindset: always ask, <em>“Can this be done with AI?”</em> before defaulting to manual methods. Identify the AI tools that fit your workflow—and master them deeply.</p>

<p>AI’s impact on organizations: Companies will shrink in headcount, shifting toward “human + AI” collaboration.</p>

<p>What university students need: adaptability, self-directed learning, intrinsic motivation, and entrepreneurial spirit.</p>

<p>For SMEs: Skip digital transformation—go straight to intelligence. The decisive competitive edge? Attracting “super individuals”—people fluent in both AI <em>and</em> business.</p>

<p>Organizational scale trend: Smaller teams—but leaders must grasp the difference between generative AI and traditional AI.</p>

<p>AI and organizational communication: AI Agents can accelerate information flow, boost transparency, and reduce friction.</p>

<p>“Super individuals” are rising—those who speak both AI and domain fluently. Future corporate competition hinges on hiring and retaining them.</p>

<p>Building AI literacy means:</p>

<ul>
  <li><strong>Using AI tools actively</strong>: Experiment widely. Integrate them into daily work and study.</li>
  <li><strong>Adopting “AI First” thinking</strong>: Default to AI when appropriate—not tradition.</li>
  <li><strong>Understanding AI’s limits</strong>: AI excels at narrow, bounded tasks. Complex, integrated workflows still require human orchestration.</li>
  <li><strong>Learning to collaborate with AI</strong>: Phrase instructions clearly. Guide AI iteratively. Seamlessly blend its output into larger human-driven outcomes.</li>
</ul>

<p>AI and education:</p>

<ul>
  <li>AI enables true personalization—transforming teachers’ roles and making <em>teaching to the individual</em> feasible. It can act as teaching assistant: grading assignments, reviewing essays, even suggesting revisions.</li>
  <li>AI widens educational inequality: proactive learners access richer resources. We must design ways to engage <em>everyone</em>—not widen the gap. AI makes personalized learning possible, turning linear curricula into hyperlinked knowledge networks—reassembling and customizing content based on each student’s understanding.</li>
  <li>Teachers’ roles shift: As AI handles knowledge delivery, educators move from “sage on the stage” to “guide on the side”—facilitating, mentoring, and nurturing curiosity.
    <ul>
      <li><strong>Personalized learning</strong>: AI tailors content and pacing to each learner—realizing <em>true</em> differentiation.</li>
      <li><strong>Hyperlinked learning</strong>: Knowledge ceases to be linear. Instead, it’s navigated like a web—fluid, contextual, and uniquely assembled for each mind.</li>
    </ul>
  </li>
</ul>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Living Healthily to 100—and Beyond</title>
      <link>https://yaojingang.github.io/essays/weekly-2025-01-05-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2025-01-05-en/</guid>
      <pubDate>Sun, 05 Jan 2025 09:30:00 +0800</pubDate>
      <description>This reflective essay explores the realistic prospect of living to 100 or even 150, driven by AI-accelerated biomedical breakthroughs; examines how AI reshapes intelligence, work, and inequality; unpacks the transformative power of deep cognitive understanding; and offers grounded insights on relationships, aging, and intentional living.</description>
      
      <category>AI</category>
      
      <category>longevity</category>
      
      <category>cognition</category>
      
      <category>organizational design</category>
      
      <category>human development</category>
      
      <content:encoded><![CDATA[<h2 id="living-healthily-to-100">Living Healthily to 100</h2>

<p>Our generation is highly likely to live significantly longer.</p>

<p>The reason? The “cognitive equality” effect brought by AI—democratizing access to high-level reasoning—will accelerate breakthroughs across fields at an unprecedented pace.</p>

<p>The future will arrive in ways we can’t yet imagine.</p>

<p>There’s a compelling observation: We can roughly picture the world five years from now—but we simply cannot envision what it will look like ten years out.</p>

<p>Children born this century in developed countries are projected to have a 50% chance of reaching age 100.</p>

<p>We’re almost certainly in that cohort.</p>

<p>So starting <em>now</em>, prioritizing health isn’t just about adding years—it’s about preparing our bodies to experience a future no prior generation could conceive.</p>

<p>Living 10 extra years means witnessing civilizational advances that would baffle not only our ancestors—but even <em>ourselves</em> today.</p>

<p>Prioritizing health is thus less about longevity alone, and more about upgrading life <em>quality</em>: building the physical and mental resilience needed to engage meaningfully—and adapt fluidly—in a world transforming by the month.</p>

<p>A friend and I recently mused: Once we’ve built up solid medical literacy and consistent health practices, the first thing we’d want to do is launch a “Century Club”—a community of like-minded people committed to living healthily to 100.</p>

<p>This idea embodies a forward-looking lifestyle: proactively embracing extended lifespans, co-creating with trusted peers, and jointly exploring how to thrive—not just survive—in rapid change.</p>

<p>It’s not merely about living longer. It’s about living <em>deeper</em>, more intentionally, and with greater purpose.</p>

<h2 id="a-150-year-lifespan">A 150-Year Lifespan?</h2>

<p>Several leading technologists now predict that average human lifespan will reach 150 within the next decade—or shortly after.</p>

<p>Demis Hassabis, CEO of Google DeepMind, stated: “If AI-driven drug discovery proves viable, humanity will cure most diseases within the next 10–20 years.”</p>

<p>Dario Amodei, co-founder of Anthropic, goes further: He forecasts that average lifespan <em>will</em> hit 150 within ten years. His rationale? “Infectious diseases will be fully preventable and treatable; most cancers and genetic disorders eradicated; Alzheimer’s entirely preventable; and humans will achieve biological freedom—even mastering gene editing to regulate weight, cognition, and appearance.”</p>

<p>Steven Austad, biologist at the University of Alabama at Birmingham, famously bet demographer S. Jay Olshansky that someone alive today <em>will</em> reach 150.</p>

<p>Underpinning these predictions is one core driver: AI-powered biomedical acceleration—especially in protein structure prediction and drug development.</p>

<p>Nearly all human biological activity hinges on proteins. To understand disease, we must understand proteins—and their amino acid sequences. Thanks to AI, over 200 million protein structures have already been predicted.</p>

<p>Where developing a new drug once took a decade, AI now cuts that to weeks. Even clinical trials may soon be simulated in silico. If AI can reliably model human physiology and treatment response, curing <em>all</em> major diseases—and doubling healthy lifespan—may no longer be science fiction.</p>

<p>When multiple credible voices begin forecasting a longevity revolution, it’s worth treating it as a working assumption—not speculation.</p>

<p>At 150 years, a 40-year-old isn’t “midlife.” They’re still in their <em>adolescence</em>.</p>

<p>That reframing invites radical reconsideration of life design.</p>

<p>What does a 150-year life ask of us? How do we plan careers, relationships, learning, and contribution—not in decades, but in half-centuries?</p>

<p>We’re likely to gain those extra years. The real question is: Are we preparing <em>for them</em>—not just biologically, but psychologically, socially, and institutionally?</p>

<h2 id="how-to-view-this-ai-wave">How to View This AI Wave</h2>

<p>Over coffee, a friend and I discussed where this AI wave is headed. I suggested framing it alongside earlier paradigm shifts:</p>

<ul>
  <li>The Agricultural Revolution enabled food equality—and seeded social hierarchy.</li>
  <li>The Industrial Revolution enabled labor equality—but widened wealth gaps.</li>
  <li>The Information Revolution enabled information equality—yet deepened inequality further.</li>
</ul>

<p>This AI wave promises a new kind of equality: <em>cognitive equality</em>. High-level reasoning is no longer scarce.</p>

<p>But here’s the paradox: This very democratization risks <em>exacerbating</em> inequality—even more than before.</p>

<p>Each revolution reshapes production relations and social architecture. This one is no exception.</p>

<p>In tomorrow’s productivity model, a key metric will be: <em>How many autonomous AI agents are working for you—continuously, intelligently, and aligned with your goals?</em></p>

<p>Those who master agent orchestration—curating, training, and directing AI systems—will likely capture disproportionate value. A new “digital aristocracy” may emerge.</p>

<p>And the barrier to entry? Higher than during the internet era. Not just coding—but judgment, domain fluency, system design, and ethical calibration.</p>

<p>What does this mean for us—<em>today</em>?</p>

<p>Start small: Train agents to handle routine tasks. Gradually replace linear workflows with generative, adaptive ones. Build muscle in prompt engineering, evaluation, and iterative refinement.</p>

<p>And when you’re managing dozens—or hundreds—of agents? You’ll need <em>AI leadership</em>: a new discipline blending delegation, feedback loops, accountability design, and cross-agent coordination.</p>

<h2 id="the-meaning-of-cognition">The Meaning of Cognition</h2>

<p>When you understand that muscles grow <em>because</em> they tear—then the soreness after strength training stops feeling like punishment. It becomes a signal: <em>new tissue is forming.</em></p>

<p>When you grasp that cardiovascular fitness improves through sustained effort <em>within a specific heart-rate zone</em>—you stop chasing speed. You learn to savor the steady, aerobic rhythm—the quiet hum of adaptation.</p>

<p>When you internalize that meaningful fitness gains unfold over <em>years</em>, not days—you stop obsessing over yesterday’s workout. You embody the ancient wisdom: <em>“Don’t chase short-term gains; don’t fear short-term setbacks.”</em></p>

<p>…</p>

<p>Understanding mechanism transforms suffering into anticipation.</p>

<p>Many things feel “against human nature”—until cognition deepens enough to reframe them. Then resistance dissolves. What felt unnatural becomes <em>inevitable</em>, even <em>desirable</em>.</p>

<p>That’s cognitive reframing—and its highest function.</p>

<p>The best ideas don’t just tell you <em>what</em> to do. They reveal <em>why</em>—and in doing so, rebuild your mental models from the ground up.</p>

<h2 id="good-men-vs-bad-men">“Good Men” vs. “Bad Men”</h2>

<p>An intriguing question surfaced recently: Why do “good men” often lose out to “bad men” in romantic competition?</p>

<p>The “good man” tends to offer unconditional support, respond instantly, and behave predictably—playing a pure, stable strategy: <em>always cooperate.</em></p>

<p>The “bad man” deploys a <em>mixed strategy</em>: sometimes present, sometimes distant; sometimes generous, sometimes withholding. His behavior is deliberately unpredictable.</p>

<p>From game theory, the “good man’s” reliability quickly erodes his allure. In real-world dynamics, consistency alone isn’t optimal. Uncertainty—when paired with intermittent reward—triggers stronger behavioral reinforcement.</p>

<p>Think of a slot machine: It’s the <em>unknown</em> of the next pull—not the payout itself—that hooks us.</p>

<p>Moderate unpredictability can yield healthier, more dynamic equilibrium.</p>

<p>Evolutionary psychology adds another layer: Humans instinctively seek partners who signal high social value and competitive fitness. Over-accommodation and total availability can unintentionally broadcast status anxiety.</p>

<p>Animal behavior studies confirm it: Unconditional appeasement signals subordination. Independence, autonomy, and measured unpredictability subtly communicate dominance—and safety.</p>

<p>There’s also a neurochemical factor: Scarcity and uncertainty activate dopamine pathways—producing a gambling-like thrill. That’s why people fixate on the elusive, the ambiguous, the “hard to get.”</p>

<p>None of this excuses manipulation. But for the “good man,” the insight isn’t to become deceitful—it’s to recognize that <em>authentic independence</em> is both attractive <em>and</em> healthy.</p>

<p>The goal isn’t unpredictability for its own sake. It’s preserving your integrity, boundaries, and self-determination—and letting that natural sovereignty shape your relational rhythm.</p>

<p>That’s not game-playing. It’s grounded, sustainable connection.</p>

<h2 id="cognitive-equality">Cognitive Equality</h2>

<p>Every technological revolution arrives like a hurricane—lifting new capabilities while rewriting society’s operating system.</p>

<p>This AI revolution’s defining feature is <em>cognitive equality</em>: the unprecedented accessibility of high-order reasoning.</p>

<p>Yet it carries a quiet paradox: Surface-level “everyone is smart now” masks deeper stratification.</p>

<p>It’s like a book everyone can open—but few can truly read.</p>

<p>Like the Matthew Effect: <em>“To those who have, more will be given.”</em></p>

<p>Mastering AI demands steep thresholds: information literacy, critical thinking, interdisciplinary synthesis, hard-won domain expertise—and crucially, the willingness to unlearn.</p>

<p>For adults with entrenched mental models, that unlearning is profoundly difficult.</p>

<p>Which is why, historically, youth lead adoption: They carry no baggage of obsolete assumptions.</p>

<p>Technology accelerates relentlessly. Human learning and adaptation? They evolve slowly—almost imperceptibly.</p>

<p>That misalignment may be AI’s deepest tension.</p>

<p>Beneath the inclusive promise lies a sharper truth: The more advanced the AI, the higher the bar for <em>meaningful use</em>. Real mastery requires layered knowledge, meta-cognitive agility, and the humility to stay perpetually beginner.</p>

<h2 id="midlife-love-notes">Midlife Love Notes</h2>

<p>Last night, I drove to pick up my wife.</p>

<p>Midway home, she said: “Being married to you has helped me grow—especially at work.”</p>

<p>She’s been receiving unusually frequent one-on-one coaching from her CEO lately.</p>

<p>And she noted something quietly profound: <em>How much time a leader invests in developing someone reveals how much they truly value them.</em></p>

<p>Her CEO, she believes, values her deeply—right now.</p>

<p>That spontaneous observation—delivered casually, without fanfare—landed like poetry.</p>

<p>For couples in midlife, perhaps the most tender love language isn’t “I love you.”<br />
It’s: <em>“I’m grateful we chose each other. And I cherish watching us grow—together.”</em></p>

<h2 id="-2024">✨ 2024</h2>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The New Year Formula</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-12-29-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-12-29-en/</guid>
      <pubDate>Sun, 29 Dec 2024 09:30:00 +0800</pubDate>
      <description>A reflective essay framing life’s core concepts—from health and happiness to AI and death—as concise formulas. It documents insights from an AI salon, explores cross-circle thinking (e.g., “jianghu” vs. “academy” mindsets), advocates for simplifying expression as a tool for clarity and depth, and reconsiders mortality through Socrates’ serene lens.</description>
      
      <category>AI</category>
      
      <category>cognition</category>
      
      <category>business</category>
      
      <category>philosophy</category>
      
      <category>personal growth</category>
      
      <category>simplicity</category>
      
      <content:encoded><![CDATA[<h2 id="the-new-year-formula">The New Year Formula</h2>

<p>2025 is just around the corner. As I reflect on what matters most to me, I’ve tried distilling those ideas into ultra-minimalist “formulas”—not as rigid equations, but as conceptual anchors. Here’s what emerged:</p>

<ul>
  <li>Life = Present Moment × (Awareness + Action) ^ Transcendence</li>
  <li>Death = (Soul: Free) AND (Body: Gone)</li>
  <li>Health = (Movement AND Sleep AND Nutrition AND Emotion AND Medication) × Balance</li>
  <li>Sleep Quality = (Motivation × Capacity × Environment) − Disruptors</li>
  <li>Happiness = MIN(Meaning, Health, Relationships) × Present Moment</li>
  <li>Meaning = (Mission → Focus → Achievement) × Continuity</li>
  <li>Relationships = (Trust AND Boundaries AND Collaboration) × Maintenance</li>
  <li>Mindset = Awareness → Acceptance → Regulation</li>
  <li>Interpersonal Conduct = (Integrity + Altruism) × Boundaries</li>
  <li>Family = (Acceptance AND Responsibility AND Presence) × Sustained Investment</li>
  <li>Intimate Relationship = (Unconditional Love AND Nonviolent Communication AND Physical Intimacy) × Sustenance</li>
  <li>Child Development = (Unconditional Love AND Environment AND Role Modeling) × Time</li>
  <li>Decision-Making = (Information + Analysis + Intuition) × Accountability</li>
  <li>Emotional Stability = Perspective ÷ Trigger Intensity</li>
  <li>Learning Effectiveness = Depth of Understanding × Practice Frequency</li>
</ul>

<h2 id="ai-salon">AI Salon</h2>

<p>Last weekend, 15 peers from across China gathered in Beijing for a deep-dive AI salon—focused on traffic (user acquisition) and AI’s practical implications. Here’s a distilled summary:</p>

<p><strong>On Traffic:</strong></p>
<ul>
  <li>User acquisition remains the top pain point. Two main levers: (1) using AI to boost content production speed <em>and</em> quality; (2) proactively entering emerging platforms early to capture their traffic bonus.</li>
  <li>WeChat Official Accounts still deliver massive, highly tolerant traffic—ideal for long-form, nuanced content.</li>
  <li>Diversify revenue streams. Never rely on a single channel.</li>
  <li>Indirect marketing works: tell stories your target audience genuinely cares about—and let curiosity drive consultation.</li>
  <li>China has vast underutilized resources: everyday people’s time, identities, accounts, devices. Shared-economy models could aggregate these into scalable traffic pools.</li>
</ul>

<p><strong>On AI:</strong></p>
<ul>
  <li>AI today feels like how computers felt 20 years ago: transformative, foundational, and full of latent energy.</li>
  <li>It’s not just a tool—it’s a <em>state</em>: when you’re “in AI,” you’re energized, focused, and future-oriented.</li>
  <li>AI lets us build systems previously unimaginable. Its potential is truly open-ended.</li>
  <li>Those with domain expertise have a head start: deepen your knowledge <em>in one area</em>, then layer AI on top.</li>
  <li>AI cuts labor costs and lifts productivity—profoundly.</li>
  <li>If you’re stuck, pick a familiar workflow and reconstruct it with AI: old ingredients + new tech = disruptive innovation.</li>
  <li>With deep industry experience + AI thinking, leverage multiplies dramatically. Start where you’re strongest—and refine mature models, don’t chase novelty.</li>
  <li>Shift training energy from employees to AI agents: teach them, tune them, trust them.</li>
  <li>Revisit <em>every</em> process, <em>every</em> interaction, <em>every</em> pain point—and ask: “How would AI reshape this?”</li>
  <li>Imagine each person having 100,000 AI “employees.” How do we unlock their collective output?</li>
  <li>This wave isn’t just opportunity—it’s hope, excitement, and momentum reminiscent of the early internet.</li>
  <li>AI reshapes learning itself: faster, more adaptive, deeply personalized.</li>
  <li>Build your own AI “brain trust”: an always-on, context-aware advisor that surfaces blind spots and sparks insight.</li>
  <li>Large language models each have distinct “personalities”—choose wisely, and calibrate accordingly.</li>
  <li>Prompt engineering is now a core skill. Master it—or get left behind.</li>
  <li>Generate <em>custom prompts</em> from keywords first, <em>then</em> use those prompts to create high-quality outputs.</li>
  <li>Education and healthcare stand out as AI’s highest-potential sectors.</li>
  <li>AI tutors will soon replace many 1:1 online tutoring services—especially as multimodal capabilities mature.</li>
  <li>This wave favors those with technical intuition and execution ability. Yes, there’s still a barrier—but it’s surmountable, and the upside is asymmetric.</li>
  <li>Success lies not in chasing AI everywhere—but in <em>reconstructing your known world</em> with AI as co-pilot.</li>
</ul>

<p><strong>Yang Xiang’s Synthesis:</strong></p>
<ul>
  <li>Internet businesses need traffic—and traffic lives on platforms where users already are. To win it, produce content aligned with both user preferences <em>and</em> platform rules. AI accelerates that production dramatically.</li>
  <li>Content formats (text, audio, video, images) are increasingly interoperable thanks to AI. Turn a blog post into a TikTok video, a Xiaohongshu carousel, or a voiceover script—all from one source.</li>
  <li>Not all platforms serve all goals equally. For travel, customer purchasing power ranks roughly: Xiaohongshu &lt; Douyin &lt; Baidu Search. For other industries? Flip the order. Prioritize deliberately.</li>
  <li>AI’s current boundaries:<br />
① Best at text—rewriting, SEO optimization, headline generation, etc.<br />
② Strong intent recognition and coherent multi-turn dialogue make it ideal for frontline customer service and lead qualification—especially in regulated fields like healthcare.</li>
  <li>Video generation holds the greatest commercial promise—but remains immature. Template-based, clip-combining tools (e.g., creatify.ai) are more viable <em>today</em>.</li>
  <li>Domestic platforms haven’t yet finalized AI-content policies—so tolerance is high, and early movers enjoy real advantage.</li>
  <li>The biggest gap? People who understand <em>both</em> their industry <em>and</em> AI’s realistic capabilities. That’s where the highest-leverage opportunities live—e.g., feeding a keyword to AI and getting back a fully structured, SEO-optimized, professionally written mini-site cluster.</li>
  <li>When competition devolves into price wars, seek blue oceans—not just new features, but <em>new platforms in growth mode</em>: e.g., shifting from Xiaohongshu to WeChat’s “Xiao Lü Shu” (green-book-style long-form content).</li>
</ul>

<h2 id="cross-circle-thinking">Cross-Circle Thinking</h2>

<p>Take entrepreneurship: two dominant archetypes—“Jianghu” (martial-arts-world) and “Academy” styles.</p>

<ul>
  <li><strong>Jianghu</strong>: Fast, pragmatic, obsessed with traffic, sales, and profit. Reads the market like weather.</li>
  <li><strong>Academy</strong>: Deliberate, systemic, focused on product architecture, business models, and capital strategy. Builds moats, not just momentum.</li>
</ul>

<p>Each brings irreplaceable strengths. But true leverage comes not from choosing one over the other—nor from dabbling superficially in both—but from <em>cross-circle thinking</em>: stepping outside your native tribe (e.g., education, AI, traffic) to observe, compare, and synthesize.</p>

<p>The real value isn’t “learning a bit from everyone.” It’s:</p>
<ol>
  <li>Mapping the underlying logic of each circle—what assumptions drive its decisions?</li>
  <li>Identifying <em>complementarity</em>: where does Jianghu’s speed fill Academy’s gaps—and vice versa?</li>
  <li>Choosing the <em>right lens for the right moment</em>: deploy Academy rigor for strategy, Jianghu agility for execution.</li>
</ol>

<p>That’s how perspective becomes three-dimensional—and insight, actionable.</p>

<h2 id="simplifying-expression">Simplifying Expression</h2>

<p>Practicing simplicity in expression is one of the best ways to train logic <em>and</em> deepen thought.</p>

<p>Speaking fluently doesn’t equal communicating well. Often, verbosity masks shallow thinking—adding noise, diluting signal, obscuring structure.</p>

<p>So practice this hierarchy:</p>
<ul>
  <li>Say it in <em>one word</em>—if possible.</li>
  <li>If not, use <em>one sentence</em>.</li>
  <li>If not, use <em>one paragraph</em>.</li>
  <li>If not, use <em>one article</em>.</li>
</ul>

<p>No more.</p>

<p>Why? Because compression forces clarity. To express something simply, you must first know <em>exactly</em> what matters—and why. That act of distillation <em>is</em> deep thinking.</p>

<p>And in communication? Simplicity pierces. Complexity clouds. Too many adjectives, clauses, or caveats scatter attention like dust in clear water.</p>

<p>Using the right words, in the right place, with minimal adornment—that’s a rare, powerful skill.</p>

<p>True mastery isn’t just simplification. It’s <em>elevation</em>: turning complexity into lucidity—not by removing substance, but by revealing its essential shape.</p>

<h2 id="understanding-death">Understanding Death</h2>

<p>Today, a philosophy lecture on Socrates’ view of death struck me deeply.</p>

<p>He framed death as a profound blessing—one holding “great hope.” Why? Because it can mean only two things:</p>
<ol>
  <li>Total cessation—no sensation, no awareness, like dreamless sleep.</li>
  <li>Or, the soul’s migration—to another place, another state.</li>
</ol>

<p>Then he offered this elegant analogy:</p>
<blockquote>
  <p>“Imagine a night of perfect, dreamless sleep—deeper than any other night or day you’ve ever known. Compare it to all your waking hours. You’d say: <em>No day or night in my life was better or more joyful than that night.</em>”</p>
</blockquote>

<p>Calling death “dreamless sleep” is quietly revolutionary.</p>

<p>Socrates feared no end—because for him, life’s worth wasn’t measured in years, but in <em>meaning</em>. His famous line echoes here: <em>“The unexamined life is not worth living.”</em></p>

<p>Seen this way, death becomes strangely romantic—not as an erasure, but as a silent, dignified counterpoint to life’s intensity.</p>

<p>Wisdom may lie precisely here: meeting our final horizon with calm. Because when death loses its terror, presence gains its full weight—and life, its richest texture.</p>

<p>A gentle paradox: only by accepting finitude do we truly begin to live.</p>

<p>It’s hard. But it’s worth pursuing—not to master death, but to reclaim life. After all, understanding death is perhaps the deepest way we come to understand life itself.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>What Makes a Great Team?</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-12-22-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-12-22-en/</guid>
      <pubDate>Sun, 22 Dec 2024 09:30:00 +0800</pubDate>
      <description>This essay explores the essence of high-performing teams—emphasizing deep alignment over size, fixed membership over fluid collaboration, and elite complementary talent over headcount. It connects this insight to AI’s rise (especially o3), learning from top-tier thinkers, path-dependence in decision-making, and the energizing power of engaging with brilliant young minds.</description>
      
      <category>team dynamics</category>
      
      <category>AI</category>
      
      <category>learning</category>
      
      <category>cognition</category>
      
      <category>entrepreneurship</category>
      
      <category>productivity</category>
      
      <content:encoded><![CDATA[<h2 id="what-makes-a-great-team">What Makes a Great Team?</h2>

<p>A friend who’s played in bands for over 20 years shared his take on great teams:</p>

<ul>
  <li>He’s always worked in tight 3–4-person units. When the people click, the output far exceeds the sum of individual abilities.</li>
  <li>Working solo isn’t just prone to interruption—it often breeds conservatism.</li>
  <li>The “freelance” model—jumping between collaborators or projects—is common, but tends toward mediocrity. After years of that, many lose sight of what they truly want to do.</li>
  <li>In contrast, stable bands develop a <em>collective identity</em>. Members stay fixed; over time, they fuse into something new—a unit with its own voice, rhythm, and style.</li>
</ul>

<p>My takeaway: Sustained co-creation builds rare, low-friction <em>mòqì</em>—a Chinese term for unspoken, intuitive alignment. With minimal internal friction, space opens up for bold ideas and genuine innovation.</p>

<p>I heard a similar point while listening to an audiobook: The era of the lone genius is over. Einstein could work alone—but over the past two decades, papers co-authored by teams consistently outperform solo work. Today’s most impactful patents are almost exclusively team-born. You don’t just need <em>a</em> team—you need <em>the right</em> team.</p>

<p>The key? Assemble not just <em>any</em> group, but a cohort of world-class individuals—each a top-tier expert in their domain, and each complementary to the others.</p>

<p>That’s where real team leverage lives. Its benefits include:</p>

<ul>
  <li>A stable, elite team delivers “1 + 1 &gt; 3” outcomes—not just additive, but multiplicative.</li>
  <li>Long-term alignment dramatically boosts both execution speed <em>and</em> creative output.</li>
  <li>Consistent collaboration helps crystallize a distinctive style and durable competitive edge.</li>
</ul>

<p>I recently met another new friend who applies this same filter when choosing co-founders: he seeks only the absolute best practitioners in their fields. “It’s not about headcount,” he says. “It’s about finding the strongest, most complementary experts—and making it <em>interesting</em>.”</p>

<h2 id="on-o3">On o3</h2>

<p>On the final day of OpenAI’s December 2024 developer event, they unveiled o3—their latest flagship model.</p>

<p>Here’s how it stacks up:</p>

<ul>
  <li>In Codeforces—a global competitive programming platform—o3 ranked <strong>175th out of 168,076 participants</strong>, beating <strong>99.9%</strong> of human coders. Its score: 2727.</li>
  <li>On SWE-Bench—a benchmark for real-world software engineering tasks—o3 achieves <strong>71.7% pass rate</strong>, up sharply from o1-preview’s 41.3%. That means o3 correctly solves ~70% of realistic coding tasks <em>end-to-end</em>, including passing unit tests. Only ~30% now require human intervention—and even there, o3 accelerates human developers significantly.</li>
  <li>On AIME 2024 (a top U.S. math olympiad exam), o3 scored <strong>96.7%</strong>—missing just one problem.</li>
  <li>On GPQA Diamond (a PhD-level science reasoning test), o3 outperforms o1 by <strong>10 percentage points</strong>—and o1 already matches the average human PhD candidate.</li>
  <li>On ARC-AGI (a rigorous abstract reasoning benchmark), fine-tuned o3 hits <strong>87.5%</strong>, surpassing the human average (<strong>85%</strong>).</li>
</ul>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-5BE01786-F669-4510-9A3D-B99542C8CF53.jpg" alt="" /></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-51F2CBCD-DBA7-42B6-AB43-7C9D6462CA88.png" alt="" /></p>

<p>In coding, math, logic, and scientific reasoning, o3’s cognitive performance now <em>exceeds</em> that of most humans.</p>

<p>For non-technical founders or general professionals, o3’s arrival matters deeply—not as a replacement, but as a <em>high-fidelity thinking partner</em>. It can surface insights, clarify assumptions, and untangle logic-heavy problems at near-expert level.</p>

<p>And while you no longer need to write code to ship software, AI still doesn’t replace <em>engineering judgment</em>: architecture trade-offs, user empathy, long-term maintainability, and contextual design remain deeply human. That’s where our value lies.</p>

<p>What’s harder—and more urgent—is cultivating the <em>habit</em> of reaching for AI <em>first</em> when tackling real-world problems. Building that reflex is the real bottleneck.</p>

<h2 id="learning-from-the-best">Learning from the Best</h2>

<p>I watched an interview with several Claude engineers on prompt engineering—and was immediately struck by its clarity and depth. I rewatched it twice, then sent it to a friend. We agreed: it’s the single best practical resource on the topic we’ve seen.</p>

<p>What made it exceptional wasn’t jargon or novelty—it was <em>precision</em>. They cut straight to the core mechanics, stripping away noise to reveal first principles.</p>

<p>That’s a hallmark of top-tier thinkers: they compress complexity into essence.</p>

<p>For learning, the most critical choice isn’t <em>what</em> to study—it’s <em>who</em> to learn from.</p>

<p>If your inputs are mediocre, your outputs will be too. So treat sourcing like strategy: go straight to the source.</p>

<p>To enter a new field, follow this sequence:</p>

<ul>
  <li>Identify the field’s most influential practitioners.</li>
  <li>Find their original talks, essays, or code—not summaries or secondhand takes.</li>
  <li>Study not just <em>what</em> they say, but <em>how</em> they think: their framing, assumptions, and mental models.</li>
  <li>Digest systematically—not passively, but by reconstructing, questioning, and connecting.</li>
  <li>Integrate into your own knowledge architecture—so it becomes usable, not just stored.</li>
</ul>

<p>Three key filters for high-signal learning:</p>

<ol>
  <li><strong>Source-first thinking</strong>: Prioritize direct access to pioneers—not interpreters.</li>
  <li><strong>Essence over elaboration</strong>: The best content distills complexity into actionable insight—not just more detail.</li>
  <li><strong>Quality &gt; quantity</strong>: One hour with a world-class mind beats ten hours of diluted content.</li>
  <li><strong>Active synthesis</strong>: Like my friend did—he translated, summarized, and structured the interview into a polished doc: <a href="https://eamtute8hsd.feishu.cn/wiki/C9jDwyYMoivt35kKBJuck9j3n1g">Deep Dive: AI Prompt Engineering</a></li>
</ol>

<h2 id="the-path-dependence-principle">The Path-Dependence Principle</h2>

<p>Over drinks with two friends, one asked: “Given our current plan, is there actually a <em>better</em> option?”</p>

<p>I paused—and replied: The “best” option isn’t some distant ideal. It’s the <em>intersection</em> of four conditions:<br />
✅ What you’re genuinely good at<br />
✅ What you truly enjoy<br />
✅ What the market needs <em>now</em><br />
✅ What has credible growth potential</p>

<p>That overlap is your highest-leverage starting point.</p>

<p>More broadly, the optimal strategy for any project or pivot is roughly <strong>70% path dependence + 30% intentional novelty</strong>.<br />
Too little continuity—pure reinvention—and you risk heroic failure. Too much inertia—zero novelty—and you stagnate.</p>

<p>This mirrors effective learning: peak retention happens when ~70% of new material builds on known foundations, and ~30% stretches you.</p>

<p>Same logic applies in the AI era: <em>Every existing workflow deserves an AI-native rewrite.</em><br />
The legacy process is your 70%. AI’s capabilities—the new reasoning layer, automation, or augmentation—are your 30%.<br />
In some domains, that ratio flips: 50/50, even 70/30. That’s how you build authentic AI fluency.</p>

<h2 id="learning-from-brilliant-young-minds">Learning from Brilliant Young Minds</h2>

<p>I hosted dinner for two AI “rock stars”: my co-founder and a newly met Tsinghua graduate.</p>

<p>He’d interned at OpenAI, co-founded an AI startup, and reached out after reading my Feishu docs. Turns out he and my co-founder already knew each other well—so we turned coffee into dinner.</p>

<p>What stands out about bright young people isn’t just raw intellect—it’s <em>how</em> they channel it:</p>

<ul>
  <li>He reads 4–5 AI research papers <em>every week</em>.</li>
  <li>His grasp of complex tooling (e.g., inference optimization, eval frameworks) is unusually deep.</li>
  <li>He speaks about building with infectious energy—and maintains disciplined, daily learning habits.</li>
</ul>

<p>His WeChat intro floored me: <em>“Building a company that disrupts ByteDance.”</em><br />
In today’s cautious climate, that kind of ambition is rare—and refreshing.</p>

<p>Even better: the tool he’s building solves a problem I’ve been hunting for months. After seeing his demo, I insisted: “Ship me the API <em>now</em>. I’m testing it tomorrow.”</p>

<p>We’re back in an era where audacity and execution aren’t mutually exclusive—where big ideas meet sharp execution.</p>

<h2 id="principles-work">Principles <em>Work</em></h2>

<p>Sound principles <em>do</em> shape growth—and resilience.</p>

<p>Yes, “I’ve heard all the advice but still struggle” is common. But the real gap isn’t hearing—it’s <em>internalizing</em>. A principle only works once it reshapes your cognition.</p>

<p>There’s empirical proof: In one study, two groups of students took the same exam. One group received a 10-minute briefing on test-taking psychology beforehand. Their average score? <strong>70 points higher</strong>.</p>

<p>Why? Because stress isn’t just emotion—it’s biology. Our genes wire us to respond to threat with anxiety and cortisol: a survival mechanism honed over millennia to face predators or famine.</p>

<p>But modern stressors—deadlines, uncertainty, feedback—don’t require fight-or-flight. So we can <em>retrain</em> our response.</p>

<p>Each challenge is a chance—not just to solve a problem, but to upgrade your operating system. Reframe pressure as practice. That’s where real growth begins.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Attention Is the Best Strategy</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-12-15-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-12-15-en/</guid>
      <pubDate>Sun, 15 Dec 2024 09:30:00 +0800</pubDate>
      <description>Yao Jingang reflects on why genuine attention—rooted in belief and commitment—is the most powerful strategic choice. He connects it to joyful income generation, mastering AI as a cognitive lever, designing prompt-based “thinking frameworks” for LLMs, playful AI security challenges, low-maintenance friendship, and eliminating anxiety sources like debt and draining relationships.</description>
      
      <category>AI</category>
      
      <category>cognition</category>
      
      <category>business</category>
      
      <category>organization</category>
      
      <category>personal growth</category>
      
      <category>mental health</category>
      
      <content:encoded><![CDATA[<h2 id="attention-is-the-best-strategy">Attention Is the Best Strategy</h2>

<p>Over dinner with three AI thought leaders, one friend dropped a line that stuck with me: <em>Attention is the best strategy.</em></p>

<p>Attention means deep focus and sincere engagement.<br />
When we truly attend to something, we naturally invest time, energy, and resources—and elevate its priority without debate.</p>

<p>But this isn’t performative attention. It’s internal alignment: a quiet conviction that sparks our full potential and creativity. That’s why attention rises beyond habit—it becomes <em>strategy</em>.</p>

<p>I’ve revisited some of my past “failed” projects. Looking back, the root cause wasn’t wrong hires, weak processes, or lack of capital. It was simple: I didn’t care enough. Had I truly cared, most obstacles would have dissolved—not by magic, but through relentless iteration, resourcefulness, and follow-through.</p>

<p>That said, attention must be <em>well-placed</em>. It only works when directed at something <em>right</em>. And discerning what’s right—truly right—is among the hardest, most consequential judgments we make. Hence Sun Tzu’s wisdom: <em>“Plan thoroughly before acting.”</em></p>

<h2 id="joyful-earning">Joyful Earning</h2>

<p>How do we earn money <em>joyfully</em>?</p>

<p>Real joy isn’t fleeting dopamine—it’s durable satisfaction and earned pride. We access it most reliably when doing work we both love <em>and</em> excel at.</p>

<p>As for “earning”: chasing money for its own sake often traps us in short-termism—sacrificing long-term value for quick wins.</p>

<p>The healthiest state—whether in a job or a startup—is <em>joyful earning</em>: making money while feeling energized, purposeful, and in flow.</p>

<p>How do we get there?</p>

<ol>
  <li><strong>Start with passion</strong>: Identify what pulls you into deep focus—what feels meaningful, even when hard. Then ask: Can I become <em>truly proficient</em> at it?</li>
  <li><strong>Validate demand</strong>: Does a real audience need this? Not just “maybe,” but demonstrably.</li>
  <li><strong>Find the overlap</strong>: The sweet spot where your passion, your skill, and real user need intersect.</li>
</ol>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-156.png" alt="" /></p>

<p>Like the diagram above:<br />
When these three circles align, a virtuous cycle emerges:<br />
→ Love fuels focus<br />
→ Focus builds expertise<br />
→ Expertise creates value<br />
→ Value earns reward<br />
→ Reward reinforces motivation</p>

<p>I’ve launched ventures where I cared only about speed-to-revenue—not the work itself. Unsurprisingly, I never dove deep, stayed engaged, or built anything lasting. Some even made modest short-term gains—but none endured.</p>

<p>Joyful earning isn’t idealism. It’s sustainability—with profit as proof, not the sole purpose.</p>

<h2 id="mastering-new-tools">Mastering New Tools</h2>

<p>Human evolution accelerated the moment we began using tools—not just sticks and stones, but abstractions, systems, and now, AI. A defining human trait is <em>tool amplification</em>: tools multiply our agency. The more levers we wield, the greater our reach.</p>

<p>In the AI era, this is exponential. I know people who, by combining systems + AI, now deliver outcomes once requiring 100-person teams. That’s not just efficiency—it’s <em>cognitive leverage</em>.</p>

<p>Learning new tools reshapes how we think—not just what we do.</p>

<p>I felt this firsthand with search engines. At first, they were just faster lookup tools. But after studying them deeply, I realized they embodied a <em>mindset shift</em>: from passive reception to active, intent-driven inquiry. That shift unlocked their commercial power—for me and others.</p>

<p>Today, AI is doing the same. Using it to draft, refine, simulate, or stress-test ideas isn’t about saving time. It’s about expanding the <em>scope</em> of what I can conceive, analyze, and build—stretching my professional range, skill ceiling, and mental map.</p>

<p>It’s like buying a car: not just faster commutes—but a whole new radius of life.</p>

<p>New tools keep arriving. And once we master one, inertia sets in—especially when it’s already being displaced. Adapting then feels painful. That’s when foundational traits matter most: curiosity, the ability to unlearn and restart, critical thinking, and comfort with ambiguity.</p>

<h2 id="giving-ai-a-thinking-framework">Giving AI a Thinking Framework</h2>

<p>Today’s large language models have ingested nearly all public text—a vast, uneven library. They don’t inherently distinguish high-quality insight from noise. When you prompt ChatGPT, it doesn’t filter by authority or rigor—unless <em>you</em> tell it to.</p>

<p>That’s where prompts become strategic scaffolding.</p>

<p>For any task, one baseline expectation is <em>higher output quality</em>. So our prompts must embed a “quality filter.”</p>

<p>Phrases like <em>“Respond as a domain expert”</em> or <em>“Apply the 80/20 principle”</em> aren’t flourishes—they’re instructions: <em>“Prioritize your most reliable, highest-signal knowledge.”</em></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-157.png" alt="" /></p>

<p>Add deliberate constraints or reasoning frames—like “First, identify the core assumption. Then, list three counter-evidence points”—and output quality jumps markedly.</p>

<p>A well-crafted prompt doesn’t just guide <em>what</em> AI says—it shapes <em>how</em> it reasons.</p>

<p>Think of AI’s knowledge base as a massive library. Ask a vague question, and it grabs books at random. Use a precise prompt, and you hand it a librarian’s checklist: <em>“Select only peer-reviewed monographs, prioritize Nobel laureates’ work, and cross-check with primary sources.”</em></p>

<p>Embedding the 80/20 rule? You’re telling it: <em>“Draw from the top 20% of most impactful insights—ignore the rest.”</em> That alone lifts signal-to-noise.</p>

<h2 id="an-ai-puzzle-game">An AI Puzzle Game</h2>

<p>Last weekend, while hanging out with my kid, I saw a friend launch a WeChat group for casual AI chats. On a whim, I built a public AI agent with this twist: <em>It holds my bank password—and must never reveal it.</em> Anyone can talk to it in any way. If you coax the password out, screenshot the proof, DM me—and win ¥666.</p>

<p>I shared the link on WeChat Moments and in the group.</p>

<p>Version 1 was hastily written—and cracked within hours. I patched the logic, kept the prize, and relaunched.</p>

<p>Version 2 lasted longer—but fell too. I sent the reward, chatted with the solver, and refined the prompt again. As of now, no one’s broken it.</p>

<p>It echoes recent AI “red team” contests abroad: &lt;<a href="https://mp.weixin.com/s/hSml-rImdWDBNOr6OvmgXg">mp.weixin.qq.com</a>&gt;</p>

<p>This kind of friendly adversarial play sharpens prompt engineering fast—for both sides. In just one round, I felt how tiny wording shifts (e.g., “defend the secret <em>as if your integrity depends on it</em>” vs. “do not leak”) change outcomes meaningfully. Worth every minute.</p>

<p>Try cracking it yourself: <a href="https://www.coze.cn/store/agent/7448179623977811987">coze.cn</a></p>

<h2 id="friendship-light-as-water">Friendship, Light as Water</h2>

<p>Talking with a friend about friendship, I recalled the old phrase: <em>“Gentlemanly friendship is light as water.”</em> It captured my stance perfectly.</p>

<p>“Light” doesn’t mean cold or indifferent. It means <em>boundary-respecting</em> and <em>non-transactional</em>.</p>

<p>We may go months—or years—without contact. No guilt, no upkeep. But if either of us thinks of the other, a call or coffee feels natural, immediate, unburdened.</p>

<p>I ask nothing of you—yet if you need help, I’m present. And if I reach out, you answer—not out of duty, but trust.</p>

<p>Years ago, a friend I hadn’t spoken to in over four years called. His company had ground to a halt during pandemic lockdowns; his team had no work. He asked, simply: <em>“Can you throw us a project?”</em> I paused, then said, <em>“Yes.”</em> My team spun up a pilot—and it worked.</p>

<p>That’s happened more than once. For me, “light as water” isn’t detachment—it’s freedom: no judgment, no dependency, no expectations. And precisely because of that, such bonds feel rare and precious.</p>

<h2 id="removing-anxiety-at-the-source">Removing Anxiety at the Source</h2>

<p>To meaningfully reduce anxiety, cut it off <em>where it begins</em>.</p>

<p>For many—including me—one major source is <em>debt</em>. Debt breeds urgency, scarcity, and sleepless nights. Healthy debt is minimal and comfortably serviceable.</p>

<p>Low or zero debt frees mental bandwidth—so you can invest fully in your craft, your learning, your next leap.</p>

<p>How to stay lean? Restrain consumption. Live within your current reality—not your fantasy future. Avoid emotional investments in uncertain outcomes.</p>

<p>Debt isn’t the only source. Another is <em>draining relationships</em>—with friends, family, or colleagues. When you sense chronic friction, resentment, or self-doubt after interactions, act early: <em>distance yourself.</em></p>

<p>That distance is both physical <em>and</em> psychological. Once you step back, don’t rehearse the grievance in your head. Let it go—cleanly.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Running Meditation</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-12-08-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-12-08-en/</guid>
      <pubDate>Sun, 08 Dec 2024 09:30:00 +0800</pubDate>
      <description>This essay explores running meditation as a practice for cultivating non-judgmental awareness, contrasts it with cognitive autopilot, and connects it to broader themes: designing accessible courses, leveraging WeChat’s “Search” traffic opportunities, three tiers of overseas revenue generation, and practical methods for thinking more objectively.</description>
      
      <category>mindfulness</category>
      
      <category>education design</category>
      
      <category>digital marketing</category>
      
      <category>global business</category>
      
      <category>critical thinking</category>
      
      <content:encoded><![CDATA[<h2 id="the-meaning-of-running-meditation">The Meaning of Running Meditation</h2>

<p>For me, one of the greatest joys of outdoor running is practicing <em>running meditation</em>.</p>

<p>There are two ways I practice it—both deeply beneficial.</p>

<p>The first is inward: focusing on my breath or the rise and fall of my abdomen.<br />
The second is outward: fully sensing the natural world—the rustle of leaves, the play of light through trees, the scent of damp earth.</p>

<p>One is <em>interoception</em> (turning attention inward); the other is <em>exteroception</em> (attuning to the environment). Both reliably bring mental stillness and bodily ease.</p>

<p>That’s why I never run with music or audiobooks. My daily work already makes it rare to be fully present <em>with nature</em>—not just near it, but <em>in dialogue</em> with it.</p>

<p>Running meditation doesn’t just help us “think less, sense more.” More importantly, it trains <em>non-judgmental awareness</em>: noticing what arises—thoughts, sounds, fatigue—without labeling, resisting, or rushing to interpret.</p>

<p>When breath, stride, and perception align in rhythm, we slip into flow.</p>

<p>But there’s a prerequisite: the body’s movement must serve as an <em>anchor</em>. A steady cadence—feet landing with consistent timing, arms swinging in gentle sync—creates a somatic metronome that grounds attention.</p>

<p>Running is full-body engagement with the world: wind on skin, ground texture underfoot, humidity clinging to the air. This multisensory richness adds depth and dimension far beyond what sight and sound alone deliver.</p>

<p>You can—and should—alternate between inward and outward focus. Especially in the outward mode, you don’t just empty the mind—you <em>sharpen</em> perception. Your hearing becomes more acute; your vision more attentive.</p>

<p>A core source of cognitive bias? We <em>think</em> too much and <em>observe</em> too little. What we imagine often diverges sharply from what’s actually there.</p>

<p>In communication, too, most people listen poorly and look away—while rushing to speak.</p>

<p>Running meditation, in essence, trains the brain to shift from <em>autopilot</em> to <em>awareness mode</em>—a vital counterweight to bias.</p>

<h2 id="what-makes-a-good-course">What Makes a Good Course</h2>

<p>A friend and I recently discussed what defines a truly effective course. We landed on four key traits:</p>

<ul>
  <li>Grounded in foundational theory</li>
  <li>Methodologically simple—or at least intuitively graspable</li>
  <li>Slightly beyond learners’ current understanding</li>
  <li>Clearly differentiated from alternatives</li>
</ul>

<p>Courses with these qualities tend to generate strong <em>perceived value</em>—that quiet “aha” feeling of gaining real insight. And perceived value fuels word-of-mouth.</p>

<p>But here’s the catch: introducing foundational theory <em>can</em> backfire. Done poorly, it raises cognitive load, steepens the learning curve, and pushes learners toward early dropout—damaging both outcomes and reputation.</p>

<p>Take <em>aesthetics</em>—an abstract, slippery concept. Explaining “what aesthetics is” and “how to improve it” is notoriously hard. Most courses on the topic overwhelm or bore learners into quitting.</p>

<p>Yet we can sidestep abstraction by introducing <em>intuitive aesthetics</em>: skip definitions; instead, cultivate instinctive judgment.</p>

<p>The method? Simple: study world-class examples—deeply and deliberately.</p>

<p>Want better architectural taste? Spend a focused hour studying Zaha Hadid’s buildings—or watch a single high-quality documentary on Pritzker Prize winners. You won’t articulate the theory, but you’ll instantly recognize quality, nuance, and hierarchy. Your gut will know <em>which is stronger—and why</em>.</p>

<p>The best mass-market courses don’t dumb things down. They <em>translate complexity into clarity</em>.</p>

<h2 id="the-search-opportunity">The “Search” Opportunity</h2>

<p>WeChat’s “Search” feature is today’s equivalent of early-2000s Baidu: low ad saturation, sparse content, explosive user growth.</p>

<p>Its monthly active users: ~800 million. Daily actives: over 100 million.</p>

<p>Key traffic patterns:</p>

<ol>
  <li>At least 80% of searches come from <em>core keywords</em> and their autocomplete suggestions or “related searches.”</li>
  <li>The top two results for any core keyword capture ~80% of all clicks.</li>
  <li>WeChat Official Accounts and Mini Programs whose <em>names contain target keywords</em> receive significantly higher ranking weight.</li>
</ol>

<p>So don’t spam posts. Prioritize <em>precision</em>: identify high-intent core keywords <em>and</em> their natural long-tail variants. Then optimize relentlessly to land in the <strong>top two positions</strong> for those terms.</p>

<h2 id="three-tiers-of-overseas-revenue">Three Tiers of Overseas Revenue</h2>

<ol>
  <li>
    <p><strong>Money-to-Money Arbitrage</strong><br />
Moving capital across jurisdictions—e.g., routing U.S. consumer payments through compliant structures into target markets. Low friction, high margin.</p>
  </li>
  <li>
    <p><strong>Human Nature Arbitrage</strong><br />
Industries built around universal, enduring drives: sex, gambling, and (where legal) substances like cannabis. High demand, regulatory moats, strong margins.</p>
  </li>
  <li>
    <p><strong>Information &amp; E-commerce Arbitrage</strong><br />
Cross-border e-commerce, SaaS tools, content localization—visible, noisy, and fiercely competitive. Thin margins. High operational overhead.</p>
  </li>
</ol>

<p>Reality check: ~70% of <em>real</em> overseas profits flow through Tiers 1 and 2. Tier 3 dominates headlines—but rarely bottom lines.</p>

<p>Visible rules are always crowded. From this lens, domestic consumers in China remain unusually well-protected—from both market chaos and predatory models.</p>

<h2 id="toward-greater-objectivity">Toward Greater Objectivity</h2>

<p>True objectivity is unattainable. We all interpret reality through inherited frameworks, habits, and blind spots. But we <em>can</em> pursue <em>greater objectivity</em>.</p>

<p>Common distortions include:</p>
<ul>
  <li>All-or-nothing thinking</li>
  <li>Overgeneralization (“always,” “never”)</li>
  <li>Personalization (“This happened because of me”)</li>
  <li>Negativity bias (magnifying flaws, ignoring strengths)</li>
  <li>“Should” thinking (rigid expectations about how things <em>must</em> be)</li>
</ul>

<p>Scientists offer a useful model:</p>
<ul>
  <li>Gather data from multiple sources</li>
  <li>Generate and test competing hypotheses</li>
  <li>Actively seek disconfirming evidence</li>
  <li>Probe causal claims—not just correlations</li>
  <li>Question sample representativeness</li>
</ul>

<p>Also worth noting: we routinely mistake <em>inference</em> for <em>fact</em>.<br />
Example: “They didn’t reply → They don’t care.” That’s not observation—it’s a leap.</p>

<p>Practical training tools:</p>
<ul>
  <li><strong>Multiple-hypothesis framing</strong>: List 3+ plausible explanations before settling on one</li>
  <li><strong>Evidence auditing</strong>: “What concrete data supports this conclusion—and what contradicts it?”</li>
  <li><strong>Role reversal</strong>: Argue <em>against</em> your own view, as if defending the opposite position</li>
  <li><strong>Proportionality check</strong>: “How big is this <em>really</em>, relative to other priorities?”</li>
  <li><strong>Frame shifting</strong>: Ask, “How would someone from [different culture/discipline/generation] see this?”</li>
</ul>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Retirement Savings—Beyond Money</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-12-01-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-12-01-en/</guid>
      <pubDate>Sun, 01 Dec 2024 09:30:00 +0800</pubDate>
      <description>This reflective essay explores retirement preparation as both financial and physical investment—comparing strength training to savings, reviewing 2024’s pivotal transitions, analyzing AI-driven value creation, advocating shadow learning for English, examining physician competence through IQ/knowledge/emotional intelligence, and reframing discipline not as a path *to* success but as its quiet foundation.</description>
      
      <category>aging</category>
      
      <category>AI</category>
      
      <category>health</category>
      
      <category>discipline</category>
      
      <category>learning</category>
      
      <category>cognition</category>
      
      <content:encoded><![CDATA[<h2 id="retirement-savings">Retirement Savings</h2>

<p>In <em>Lifespan: Why We Age—and Why We Don’t Have To</em>, the authors write: “Strength training is like retirement savings. Just as we aim to accumulate enough money to sustain us in old age, we also need to build up reserves of muscle mass—and bone density—to protect ourselves from injury and stay capable of doing what we love.”</p>

<p>They liken increased muscle mass from resistance training to a form of long-term savings.</p>

<p>When we think about retirement, financial preparedness comes naturally—pensions, insurance, bank deposits. But physical preparedness? That rarely enters the picture. Yet health <em>is</em> a critical form of retirement capital.</p>

<p>Human aging brings steady decline across multiple systems. Three stand out: aerobic efficiency, VO₂ max (maximum oxygen uptake), and muscular strength.</p>

<p>Take VO₂ max: it defines what you <em>can</em> and <em>cannot</em> do physically—even if you can’t yet feel its limits, seeing it visualized makes the concept click.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-DBD13746-2DB4-4AE5-8F9B-C57D905B27E2.png" alt="" /></p>

<h2 id="one-month-left-in-2024">One Month Left in 2024</h2>

<p>It hit me suddenly: just one month remains in 2024.</p>

<p>This year brought major shifts. After years of iteration and recalibration, I’ve officially closed my first entrepreneurial chapter—and stepped into a new professional phase. It’s a milestone worth marking.</p>

<p>The external turbulence and internal challenges I navigated over these years have been deeply formative. So I paused to reflect—and distilled three core takeaways: prioritize health, focus on AI-native products, and return to simplicity.</p>

<h2 id="the-future-logic-of-earning">The Future Logic of Earning</h2>

<p>Earning matters—but <em>how</em> you earn matters more.</p>

<p>For example: mastering compounding—not just in finance, but in skill, network, and output.</p>

<p>Going forward, the central question won’t be <em>how many people you manage</em>, but <em>how much AI you can effectively direct</em>.</p>

<p>In early industrial eras, scale meant headcount. With the internet, it meant servers, websites, or apps. Today, leverage isn’t measured in employees or digital assets—it’s measured in <em>AI agents you train, orchestrate, and deploy to generate sustained value</em>.</p>

<p>That shift is already here. Every business process, every product category, every service model deserves an AI-native redesign. That’s not hype—it’s the most concrete opportunity of our time.</p>

<h2 id="learning-english">Learning English</h2>

<p>I asked a friend: “Your English improved so much—was it because you stuck with Duolingo streaks?”</p>

<p>He replied: “No—it’s because I <em>had</em> to use it at work.”</p>

<p>Practice, not passive repetition, is the engine.</p>

<p>He added: “There’s another method people overlook—one that works exceptionally well: shadowing.”</p>

<p>Example: pick a classic TV series, listen closely, and repeat each line aloud—word for word, rhythm for rhythm—until it sticks. Do this repeatedly, and you absorb not just vocabulary, but pronunciation, intonation, pacing, and natural phrasing.</p>

<p>The best productized version in China? <em>English Dubbing Fun</em>. I’ve also seen TikTok courses teaching kids English through <em>Journey to the West</em> adaptations—same principle, same effect.</p>

<p>This beats rote memorization by miles. And the pattern holds beyond language: find a strong model, imitate deliberately, apply flexibly, then master intuitively.</p>

<p>For someone like me—who once ranked among the English-challenged—this kind of efficiency is magnetic.</p>

<h2 id="what-makes-a-good-doctor">What Makes a Good Doctor</h2>

<p>A great doctor balances three traits: IQ, knowledge, and EQ.</p>

<p>IQ means cognitive sharpness—the ability to spot subtle, high-signal clues in a complex case before others do.</p>

<p>Knowledge is medical depth and breadth: the hard-won, constantly updated foundation.</p>

<p>EQ is how you deliver truth. Same diagnosis. Same recommendation. A high-EQ doctor gets compliance; a low-EQ one gets resistance—even when technically perfect.</p>

<p>Doctors are human. These differences directly affect outcomes—especially in diagnosis. That’s why experienced patients seek second (or third) opinions: it dramatically lowers misdiagnosis risk.</p>

<h2 id="discipline-and-success">Discipline and Success</h2>

<p>We often see successful people and assume their discipline <em>followed</em> their success—as if they only tightened up <em>after</em> hitting goals.</p>

<p>But the reverse is true: discipline came first.</p>

<p>Zhang Yiming once said: “Half of life’s problems stem from lacking delayed gratification.” At its core, delayed gratification is about mastering human impulses—a lifelong practice. He calls himself a “moral top scholar”: no gaming, no mahjong, no movies. A textbook case of disciplined living.</p>

<p>To me, discipline means consistently maintaining healthy habits—movement, study, dialogue, reflection—and cultivating qualities like humility, patience, gratitude, diligence, and focus.</p>

<p>Of course, discipline alone doesn’t guarantee worldly success. Luck and strategic choice weigh heavily.</p>

<p>Yet discipline correlates strongly with <em>sustaining</em> success. Many lose wealth not from bad luck—but from undisciplined habits: overspending, impulsive decisions, emotional reactivity.</p>

<p>Because behind discipline lie quieter virtues: humility, calm, gratitude, effort, and focus.</p>

<p>A friend recently shared two insights in our group chat:</p>
<ol>
  <li>“Live so you become a source of light.”</li>
  <li>“Study only knowledge that delivers core value <em>to you</em>.”</li>
</ol>

<p>That’s discipline in motion—not as constraint, but as conscious self-direction.</p>

<p>Whether you’re still climbing or already arrived, discipline remains one of life’s highest-leverage practices. It lifts quality of life. It helps you shine. And it quietly prepares you—not just for success, but for keeping it.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Living with Quality of Life</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-11-24-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-11-24-en/</guid>
      <pubDate>Sun, 24 Nov 2024 09:30:00 +0800</pubDate>
      <description>This reflective essay explores how prioritizing health—especially through consistent exercise—transforms cognitive function, emotional stability, and long-term vitality. It also outlines five criteria for sustainable project selection (“Five Highs”), shares lessons from running the Guang’an Half Marathon, and argues against premature partnerships in early-stage ventures.</description>
      
      <category>health</category>
      
      <category>entrepreneurship</category>
      
      <category>running</category>
      
      <category>decision-making</category>
      
      <category>prevention</category>
      
      <content:encoded><![CDATA[<h2 id="on-quality-of-life">On “Quality of Life”</h2>

<p>Everyone says health matters—but truly understanding it <em>holistically</em>, and beginning to act on that understanding, is something I’ve only done seriously in the past few years. A turning point came when I joined a “preventive medicine” initiative. That’s when I started intentionally reshaping my body—and began reaping outsized returns: sharper focus, deeper sleep, and far greater emotional resilience. These, in turn, dramatically lifted both my work output and learning speed.</p>

<p>The benefits aren’t just immediate. They compound over decades—directly shaping quality of life well into old age.</p>

<p>This morning, I had breakfast with my great-uncle. He’s 77—but his energy, physical stamina, mental clarity, and curiosity rival those of someone in their fifties or sixties. Remarkable. When I asked how he did it, he credited lifelong healthy habits—especially regular movement.</p>

<p>So I strongly urge you: place building <em>real</em> health literacy—and acting on it—at the very top of your priority list.</p>

<p>True health knowledge is rich and evidence-based. At its core lie five interdependent pillars: movement, nutrition, sleep, emotional regulation, and appropriate medication use.</p>

<p>Each pillar has deep scientific grounding. I’ve read widely, consulted experts, and gradually pieced together a coherent, actionable framework—only then gaining both the motivation and capability to practice health <em>scientifically</em>, not just sporadically.</p>

<p>Once you genuinely grasp health’s centrality—and treat it as your daily non-negotiable—you’ll see your quality of life rise quickly and tangibly. Your relationships—with work, friends, and family—will shift, too. You’ll relate to them with more presence, patience, and depth.</p>

<h2 id="principles-for-project-selection">Principles for Project Selection</h2>

<p>Recently, I spoke with several friends in Chengdu. One has built an overseas SaaS tool business over ten years—steadily, profitably. I’d summarize his model as “the international version of 360.”</p>

<p>When distilling principles for choosing projects or products, we landed on what I call the <strong>“Five Highs”</strong>—a framework for sustainable, long-term viability:</p>

<p>① <strong>High Pain Point</strong>: Users feel the problem acutely—and urgently want resolution. The sharper the pain, the lower the barrier to conversion.<br />
② <strong>High Barrier to Entry</strong>: Higher barriers mean fewer competitors. Start simple, then deliberately raise technical, distribution, or regulatory hurdles. A true barrier is one where <em>anyone else could not easily replicate your work</em>.<br />
③ <strong>High Gross Margin</strong>: Signals product scarcity and structural advantage. Only high-margin businesses generate enough capital to invest in talent, R&amp;D, and infrastructure.<br />
④ <strong>High Human Efficiency (People-to-Revenue Ratio)</strong>: Especially critical in the AI era. A friend asked, “What counts as ‘high’?” I admire companies like MidJourney: 11 people, $100M annual revenue. That’s the benchmark I aim for.<br />
⑤ <strong>High Ceiling</strong>: Once the model works, is there massive, scalable demand? Think global tools—addressing billions, not millions.</p>

<p>These Five Highs map directly to four fundamentals: demand pull, competitive moat, profitability, and growth runway. As they say: <em>Choice precedes execution.</em> In entrepreneurship, <em>what</em> you choose to build matters far more than <em>how</em> you build it.</p>

<p>These principles won’t fit every founder—but they’re a useful diagnostic. Compare your current project: Which “High” is weakest? And how might you strengthen it?</p>

<p>Once the model is chosen, execution tactics matter less than one thing: <strong>copying—strategically</strong>.<br />
Yes—<em>copy</em>. Not lazily, but intelligently. Outperform rivals across key dimensions: user acquisition, product experience, monetization, support. Often, latecomers win—not by inventing first, but by observing, refining, and executing better.</p>

<h2 id="the-returns-of-movement">The Returns of Movement</h2>

<p>Of the five health pillars—movement, nutrition, sleep, emotional regulation, and medication—<em>movement comes first</em>. Its ROI is simply unmatched.</p>

<p>Back in Sichuan, I talked deeply with several entrepreneur friends. All are under immense pressure; all have gained significant weight, especially around the midsection. Yet when discussing health, they all said, “I can still push through.” Why? Because they’d built a strong physical foundation in university—through consistent movement. Without that base, today’s stress would be far harder to bear.</p>

<p>This morning, over rice noodles at a roadside stall, my 77-year-old great-uncle looked decades younger—not just in appearance, but in stamina, posture, and spark.<br />
He attributed it entirely to movement: starting young, continuing through military service, and never stopping. The dividends, he said, last a lifetime.</p>

<h2 id="guangan-marathon">Guang’an Marathon</h2>

<p>Today, I ran the half-marathon (21 km) at my hometown’s inaugural marathon—finishing in 2:06, a 7-minute improvement over my second half-marathon.</p>

<p>To elite runners, this is modest. But for me? It’s satisfying—because progress isn’t about comparison. It’s about consistency: one small step forward, each time.</p>

<p>Beyond the clock, the <em>feel</em> was better too: no post-run leg soreness, no stiffness even after stretching.</p>

<p>Two main reasons:<br />
First, consistent running + strength training over recent months—building real endurance.<br />
Second, ideal weather: light rain for much of the race—cooling without soaking.</p>

<p>That said, my heart rate ran higher than usual. Good thing I monitored it closely—and kept it safely within range. Likely culprit? Eight straight days of drinking—including two sessions the day before the race: lunch with my uncle, dinner with my great-uncle.</p>

<p>Next time, I’ll cut alcohol earlier.</p>

<p>Guang’an’s first marathon surprised me. Small-city events often outshine big ones in atmosphere and local warmth. Residents lined the streets, cheering freely—not as spectators, but as participants in shared pride.</p>

<p>Later, on the flight home, I listened again to Haruki Murakami’s <em>What I Talk About When I Talk About Running</em>. After months of steady running, his reflections resonated more deeply than ever.</p>

<p>Since age 34, Murakami has run a marathon every year—now at 75, he still runs daily. For him, it’s not just fitness. It’s the rare gift of <em>blank space</em>: uninterrupted time to think, reset, and receive ideas. That quiet freedom is addictive.</p>

<p>Why running? He answers plainly: it asks for almost nothing—just shoes and open space—and invites a direct, unmediated dialogue with yourself. That intimacy, he writes, is irreplaceable.</p>

<h2 id="the-partner-problem">The Partner Problem</h2>

<p>In a hotel room, a friend vented for nearly an hour about his co-founder.</p>

<p>His situation: they shared similar skill sets. After he built the business, he handed operational control to the partner—and even transferred additional equity to secure loyalty. Instead of gratitude, he got betrayal: under-the-table deals, misaligned priorities, and constant friction.</p>

<p>But worse than the personal sting was the business outcome: performance declined sharply. Debt mounted.</p>

<p>This is serious. Granting “partner” status doesn’t automatically grant competence—or alignment. If the person lacks capability, ownership amplifies dysfunction—not accountability. Differing perspectives also inflate self-perception: partners routinely overestimate their contribution, breeding resentment and conflict.</p>

<p>He now plans to sell the company and start fresh—no partners, ever again. His view? For ventures under ¥100M in China, formal partnerships are rarely necessary—and often harmful—especially when founders lack strong networks or resources to attract truly exceptional co-founders.</p>

<p>I increasingly believe: in the 0–1 phase, avoid partners unless the business model is <em>crystal clear</em>, repeatable, and de-risked. Otherwise, you risk “founder-led-by-person,” not “founder-led-by-problem.”</p>

<p>So yes—I lean toward solo founding early on.</p>

<p>But there’s a trade-off: no one to challenge your blind spots or check irrational impulses.</p>

<p>A few countermeasures help:</p>
<ul>
  <li>Reduce the number of decisions—or slow them down—to improve quality.</li>
  <li>Ruthlessly maintain focus—on one thing, at one time.</li>
  <li>Read widely, gather diverse signals, and talk regularly with people who’ve done it well. Keep your mental model calibrated to reality.</li>
  <li>Codify stage-appropriate guardrails—simple, principle-based constraints (e.g., “No hiring before $X MRR,” “No feature launch without user validation”). These reduce costly missteps—not by eliminating risk, but by containing it.</li>
</ul>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Two Kinds of Opportunity in the AI Era</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-11-17-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-11-17-en/</guid>
      <pubDate>Sun, 17 Nov 2024 09:30:00 +0800</pubDate>
      <description>Reflecting on the Souwai annual summit, this essay explores two emerging opportunities—AI-driven operational efficiency and domestic business models going global—alongside founder insights, RPA+AI implementation, and the value of proactive problem-solving. It emphasizes simplicity in business logic, system-building in the AI age, and human connection as enduring assets.</description>
      
      <category>AI</category>
      
      <category>business strategy</category>
      
      <category>organizational culture</category>
      
      <category>SEO</category>
      
      <category>problem-solving</category>
      
      <category>cognitive framework</category>
      
      <content:encoded><![CDATA[<h2 id="two-kinds-of-opportunity">Two Kinds of Opportunity</h2>

<p>This week, I attended Souwai’s annual summit and listened to talks from many fellow entrepreneurs—inspiring, nostalgic, and full of familiar faces.</p>

<p>In the PC era, search engines like Baidu were the internet’s primary traffic gateways. SEO was central to capturing that search traffic.</p>

<p>Souwai is China’s largest and longest-running SEO community and training platform. Countless people launched their internet careers through Souwai—or were shaped by it early on.</p>

<p>What sets Souwai apart is how its members gradually became friends: sharing openly, helping one another, cultivating a warm, grounded atmosphere. Even as SEO itself has evolved dramatically, gatherings still draw enthusiastic participation—not just for learning, but for reconnecting.</p>

<p>That spirit—and the deep sense of shared purpose—is inseparable from Fu Wei, Souwai’s founder. Organizations like this are increasingly rare in today’s landscape.</p>

<p>From the talks I heard, opportunity today seems to cluster around two directions:</p>
<ol>
  <li>Integrating AI <em>deeply</em> into real business scenarios to genuinely cut costs and boost efficiency;</li>
  <li>Taking hyper-competitive domestic business models overseas.</li>
</ol>

<p>On AI’s capabilities: AI-powered customer acquisition is arguably the <em>easiest</em> problem to solve—because large language models excel at content generation. And content, in turn, is foundational to low-cost, scalable acquisition.</p>

<h2 id="insights-from-souwais-founder">Insights from Souwai’s Founder</h2>

<p>Fu Wei shared five reflections—each resonated strongly:</p>

<ol>
  <li>
    <p><strong>Business logic, distilled:</strong> Just two words—<em>traffic acquisition</em> and <em>monetization</em>.<br />
 • Traffic acquisition: platforms, rules, SEO, paid ads<br />
 • Monetization: product selection, pricing, private-domain engagement, repeat purchases<br />
 Simplify first—and complexity often dissolves.</p>
  </li>
  <li>
    <p><strong>Find one working model—then scale it relentlessly.</strong><br />
 That’s compounding in action: identify a single high-leverage, repeatable loop; validate it; then amplify it. The returns compound—not linearly, but exponentially.</p>
  </li>
  <li>
    <p><strong>Build your own system—use others’ ideas only to refine it.</strong><br />
 Especially in the AI era, having a coherent internal framework is non-negotiable. Without it, you won’t even know <em>what</em> to ask AI—or how to interpret its answers.</p>
  </li>
  <li>
    <p><strong>Stable traffic brings comfort—but volatility fuels growth.</strong><br />
 For me, the past two years marked my true entry into “entrepreneurship”—not because things went well, but because they didn’t. A prolonged business downturn forced deeper reflection: on my work, myself, and my partners. My understanding of all three shifted profoundly—precisely because of that struggle.</p>
  </li>
  <li>
    <p><strong>We chase the view from the summit—only to realize the friendships forged along the way are what truly endure.</strong><br />
 Friendship <em>is</em> the rarest asset. I cherish every person who walks the same path—not by design, but by serendipity.</p>
  </li>
</ol>

<h2 id="rpa--ai">RPA + AI</h2>

<p>I helped a colleague deploy an RPA + AI system for automated AI-driven lead generation.</p>

<p>The technical setup wasn’t complex—but the <em>mindset</em> behind it matters deeply. This isn’t just automation; it’s AI-native workflow thinking.</p>

<p>I expect this mindset to spread rapidly across enterprises within a year—reshaping roles, workflows, and expectations. The moment a company’s founder begins asking, <em>“How do we embed AI into our core operations—not as a tool, but as logic?”</em>—that’s when real change begins. Efficiency doesn’t wait for perfection. It starts with intention.</p>

<h2 id="the-attitude-toward-problem-solving">The Attitude Toward Problem-Solving</h2>

<p>A sophomore student hit a snag while building an AI chatbot with his professor. He traced scattered clues, dug through documentation, and eventually found and messaged me on WeCom.</p>

<p>That persistence surprised—and moved—me. It reminded me of my own college days: diving headfirst into something new, scouring forums, emailing strangers, refusing to stop until the puzzle clicked.</p>

<p>I don’t shy away from unsolicited messages—especially from young people asking questions. That curiosity, that grit, that willingness to reach out? That’s not noise. It’s the signal worth listening to.</p>

<div class="markdown-image-grid markdown-image-grid-3">
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-153.png" alt="" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-154.png" alt="" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-155.png" alt="" loading="lazy" />
</div>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Meaning of Health</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-11-10-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-11-10-en/</guid>
      <pubDate>Sun, 10 Nov 2024 09:30:00 +0800</pubDate>
      <description>This essay explores health through four lenses: cancer’s startling prevalence and preventability, the strategic power of quitting, practical anti-aging habits rooted in blood sugar control, and AI’s emerging role—as coach, employee, and marketing partner—in reshaping personal and organizational health practices.</description>
      
      <category>health</category>
      
      <category>cancer prevention</category>
      
      <category>decision-making</category>
      
      <category>AI coaching</category>
      
      <category>aging</category>
      
      <category>marketing</category>
      
      <content:encoded><![CDATA[<h2 id="understanding-cancer">Understanding Cancer</h2>

<p>When we talk about cancer, it’s hard to grasp just how close it is—statistically, about 180 people per 100,000 are diagnosed annually. At first glance, that sounds low.</p>

<p>But shift the frame: imagine your high school graduating class had 60 people. Roughly 15 of them—1 in 4—will die from cancer. And of those 15, about two-thirds will succumb to just a handful of common cancers: lung, colorectal, breast, prostate, stomach, liver, esophageal, cervical, thyroid, and pancreatic.</p>

<p>That changes things.</p>

<p>Even more striking: most of these top cancers <em>can be prevented or caught early</em> through lifestyle choices and timely screening. That possibility—not just the risk—is what makes the data meaningful.</p>

<p>Recent global figures confirm this isn’t alarmist:<br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-2EFA94E1-3538-4AD1-A06A-9E4AA36A5887.png" alt="" /></p>

<p>In 2010 alone, over 7 million people died from cancer worldwide—including ~600,000 Americans. In the U.S., a man’s lifetime risk of developing cancer is 1 in 2; a woman’s is 1 in 3. Cancer accounts for 15% of all global deaths—and 25% of deaths in the U.S. In some countries, it has already surpassed heart disease as the leading cause of death.</p>

<p>The ten most common cancers:<br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-F9CD9DE8-7F94-4692-991E-432EED42E426.png" alt="" /></p>

<p>Why screen rigorously after age 55? Because incidence spikes sharply then:<br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-244D7BCD-6639-458E-B785-66088C45DC64.png" alt="" /></p>

<p>Beyond generic “healthy living” advice, <em>regular, targeted screening</em> is one of the most effective—and most overlooked—levers for lowering cancer mortality. Too often, diagnosis comes only at stage III or IV—when treatment becomes far harder, costlier, and less effective.</p>

<h2 id="the-power-of-letting-go">The Power of Letting Go</h2>

<p>As Annie Duke writes:</p>
<blockquote>
  <p>“Top poker players excel at quitting—in every dimension. Most visibly, they know when to fold.”</p>
</blockquote>

<p>Deciding <em>which hands to play</em> and <em>which to abandon</em> is the first—and most consequential—choice a player makes. Success isn’t about persistence. It’s about discernment: knowing what’s truly worth committing to, and having the clarity and courage to walk away from everything else.</p>

<p>Professional players fold ~85% of their hands. Amateurs fold only ~50%. Put another way: after seeing their cards, pros continue playing just 15% of the time—while amateurs push forward over half the time.</p>

<p>Folding isn’t surrender. It’s resource preservation. It’s a deliberate, practiced skill—the ability to choose <em>not</em> to act.</p>

<p>What <em>isn’t</em> choice?</p>
<ul>
  <li>Wanting something = desire, not choice.</li>
  <li>Treating a wish as an option = fantasy, not choice.</li>
  <li>Saying “I want both” = greed, not choice.</li>
  <li>Acting on impulse = reflex, not choice.</li>
  <li>Listing every possibility as viable = dissatisfaction, not choice.</li>
  <li>Demanding gain without loss = delusion, not choice.</li>
  <li>Believing effort guarantees return = gambling, not choice.</li>
</ul>

<p>Real choice emerges from clear-eyed reasoning—not from craving, illusion, or fear. It rests on grounded self-awareness and unwavering alignment with what matters.</p>

<h2 id="practical-ways-to-slow-aging">Practical Ways to Slow Aging</h2>

<p>Large blood sugar fluctuations accelerate biological aging. A few evidence-informed, actionable habits help stabilize glucose—and support longevity:</p>

<ul>
  <li><strong>Eat in order:</strong> Soup → vegetables → protein → carbs. This sequence blunts post-meal glucose spikes.</li>
  <li><strong>Structure breakfast:</strong> ½ non-starchy vegetables, ¼ protein, ¼ complex carbs.</li>
  <li><strong>Move after meals:</strong> Avoid sitting still. A 10–15 minute walk or light household activity lowers postprandial glucose.</li>
  <li><strong>Prioritize whole foods:</strong> Emphasize fruits and vegetables; minimize sweets, fried foods, and ultra-processed items.</li>
  <li><strong>Build muscle:</strong> Strength training boosts insulin sensitivity and metabolic resilience—key levers against age-related decline.</li>
</ul>

<h2 id="principles-for-ai-coaching">Principles for AI Coaching</h2>

<p>AI coaching is one of the most promising near-term applications of large language models. This week, while co-designing an AI health coach with a partner company, we distilled four core principles:</p>

<ol>
  <li><strong>Language:</strong> Use plain, conversational language—avoid jargon. Add light humor where appropriate. Clarity trumps cleverness.</li>
  <li><strong>Persona:</strong> Design around a consistent, trustworthy IP (e.g., a warm, experienced health mentor). This builds credibility and even mild placebo effects.</li>
  <li><strong>Purpose:</strong> Every interaction must reinforce the foundational goal: <em>prevention</em>. Never drift into symptom management or crisis response.</li>
  <li><strong>Behavior change:</strong> Apply the MAP framework—Motivation, Ability, Prompt. Prioritize lowering the <em>barrier to action</em>. Small, sustainable wins &gt; ambitious, fragile commitments.</li>
</ol>

<p>These aren’t just design notes—they directly shape workflow architecture, prompt engineering, and evaluation metrics.</p>

<h2 id="ai-employees">AI Employees</h2>

<p>An AI employee offers three distinct advantages: 24/7 availability, consistent performance, and near-zero marginal cost. Crucially, it scales <em>with business needs</em>—not headcount.</p>

<p>At its core, an AI employee integrates four capabilities:</p>
<ul>
  <li>CRM (customer context),</li>
  <li>RPA (task automation),</li>
  <li>LLM (reasoning &amp; dialogue),</li>
  <li>Knowledge base (domain-specific accuracy).</li>
</ul>

<p>Its job isn’t to “think like a human”—it’s to <em>serve the business</em>. By connecting internal data to the LLM and automating SOP execution via RPA, it becomes a reliable, adaptive operational unit.</p>

<p>Next week, my team deploys our first full AI employee system at a client’s company. This isn’t speculative. It’s happening—and adoption will accelerate faster than many expect.</p>

<h2 id="customer-acquisition-in-the-ai-era">Customer Acquisition in the AI Era</h2>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-218EE06B-EE33-459B-9F7B-51DCEF1758D1.webp" alt="" /></p>

<p>A recent ad-spend snapshot shows how heavily domestic AI apps (Doubao, Kimi, Quark, Yuanbao) rely on paid acquisition—Quark’s spend, in particular, surprised me.</p>

<p>I’ve also been advising a friend who recently joined a new startup on channel strategy. Reviewing their materials brought back memories of my own pre-founder days—managing marketing at a growth-stage company, reviewing daily dashboards across channels and internal metrics. I still miss that rhythm.</p>

<p>A few grounded observations:</p>
<ul>
  <li>Traditional search engines are losing traffic share and conversion power—with little sign of reversal. Meanwhile, functional replacements (e.g., AI-native tools for research, shopping, or learning) keep multiplying.</li>
  <li>For companies with &gt;¥100M annual revenue, organic (free) traffic typically contributes &lt;10% of total leads—but it remains vital. Its tactics—especially discovery loops and content leverage—offer invaluable lessons for paid-channel operators.</li>
  <li>Paid-channel ROI hinges on <em>operational logic</em>. An account structure without clear segmentation, hypothesis testing, or attribution logic is a red flag. Over years, I’ve rarely seen truly logical, scalable account designs.</li>
  <li>Incremental optimization of conventional channels (e.g., +30–50% CTR) rarely creates step-change outcomes. But AI <em>does</em>: it unlocks new targeting layers, dynamic creative generation, real-time bid logic, and cross-channel orchestration—none of which were feasible before.</li>
  <li>Beyond campaign results, AI lifts <em>human productivity</em>: faster reporting, smarter segmentation, automated A/B analysis. That multiplier effect is quietly transformative.</li>
</ul>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>AI and Business Realities</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-11-03-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-11-03-en/</guid>
      <pubDate>Sun, 03 Nov 2024 09:30:00 +0800</pubDate>
      <description>This essay explores why deep business fluency is non-negotiable for leaders, identifies high-impact AI opportunities inside enterprises—especially in sales, customer support, and education—and explains why B2B AI adoption yields faster ROI than B2C. It also shares a practical sales hiring technique and reflects on historical patterns that shape institutions and cognition.</description>
      
      <category>AI</category>
      
      <category>business strategy</category>
      
      <category>organizational design</category>
      
      <category>leadership</category>
      
      <category>workflow</category>
      
      <category>history</category>
      
      <content:encoded><![CDATA[<h2 id="why-business-fluency-is-non-negotiable">Why Business Fluency Is Non-Negotiable</h2>

<p>A friend and I were discussing downward management recently.</p>

<p>That reminded me of the much-discussed “founder mode”—a mindset where leaders stay deeply embedded in operational detail. A classic example is Lu Qi, founder of Y Combinator China (Qimai) and former Group President of Baidu. He once said: <em>“I held myself to this standard: I had to be able to do the job of anyone two levels below me. That way, no one in the company could deceive or mislead me. It’s critical—most mid-level managers *do</em> mislead senior leadership, and that wastes real resources.”*</p>

<p>His expectation wasn’t just about oversight—it was about competence. He insisted on understanding every role two layers down, and in some cases, performing it better than the person in that role.</p>

<p>More importantly, he observed a widespread pattern: when executives lack domain fluency, they become easy targets for well-polished but shallow narratives—from middle management <em>and</em> individual contributors alike. The result? Misallocated budgets, stalled initiatives, and systemic inefficiency. I’ve seen it firsthand.</p>

<p>This isn’t limited to internal management. If you don’t understand an industry—or even a narrow technical domain—you’re vulnerable to persuasion without substance.</p>

<p>Just last week, over dinner with friends, a new acquaintance shared several “case studies” with remarkable confidence and vivid detail. To an uninformed listener, they’d sound compelling—maybe even authoritative. But I happened to know the full context behind each one. The gaps between his telling and reality were wide. My quick judgment: low credibility, high embellishment.</p>

<p>And if I’d been his manager—if I hadn’t known those details—I’d have absorbed his framing uncritically. That could easily lead to flawed decisions. The cost wouldn’t fall on him. It would land on the company: wasted time, misdirected effort, eroded trust.</p>

<p>That doesn’t mean he’s dishonest. Often, people unconsciously inflate secondhand information—adding color, trimming complexity, mistaking correlation for causation. The only reliable countermeasure is to cultivate <em>deep fluency</em>. Not just awareness. Not just familiarity. <em>Mastery.</em></p>

<p>My friend paused and said, “That all makes sense—but the bar is really high.”<br />
I replied, “Well—whose job is it to set the bar? If you’re in leadership, that <em>is</em> the job.”</p>

<h2 id="internal-ai-opportunities">Internal AI Opportunities</h2>

<p>The lowest-hanging fruit for AI adoption inside companies is online customer service. Today’s AI-powered chatbots already deliver strong, consistent performance—we’ve fully replaced our human tool-support agents with AI.</p>

<p>AI-assisted sales training is also maturing fast. We’re increasingly confident in its scalability and impact. In fact, many forward-looking companies are already deploying these tools—and seeing dramatic efficiency gains.</p>

<p>Take education companies. Two labor-intensive roles stand out: private-domain sales reps and learning coaches. Both demand personalization <em>and</em> consistency—exactly the sweet spot for AI.</p>

<p>Consider private-domain sales at a large edtech firm employing 1,000 such staff. By fine-tuning AI on SOPs and top-performer dialogue data, we can replicate their <em>non-voice</em> service and sales capabilities at or above the team’s average level. Once AI achieves that baseline conversion rate, the headcount need drops sharply: perhaps 50 skilled humans + a fleet of AI agents can match the output of 1,000 people. That’s a 20× lift in human productivity—and the opportunity keeps expanding.</p>

<h2 id="why-b2b-ai-wins-faster">Why B2B AI Wins Faster</h2>

<p>Measured by revenue growth efficiency, B2B AI adoption consistently outperforms B2C—both in speed and scale. Two factors drive this:</p>

<ol>
  <li><strong>Pain is acute.</strong> Enterprises feel cost and efficiency pressures viscerally—not as abstract metrics, but as quarterly P&amp;L line items and boardroom scrutiny.</li>
  <li><strong>Headroom is massive.</strong> In functions like marketing, sales, and engineering, legacy workflows are often fragmented, manual, and poorly measured. Even modest AI improvements yield visible ROI.</li>
</ol>

<p>A friend recently launched an AI-powered lead-generation system for SMBs. Customer willingness to pay—and actual payment rates—were unusually high. Why? Because <em>automated, scalable lead acquisition</em> is something nearly every small business has wanted for decades. The promise alone unlocks budget. Whether the final outcome matches expectations matters less—at first—than the sheer <em>possibility</em> it delivers.</p>

<h2 id="a-practical-sales-hiring-method">A Practical Sales Hiring Method</h2>

<p>A friend shared a refreshingly effective sales interview technique:</p>

<ul>
  <li>Multiple interviewers take turns delivering a unified briefing: company mission, product mechanics, instructor profiles, and user personas.</li>
  <li>Candidates sit silently and absorb it all.</li>
  <li>After the briefing ends, they get 20 minutes to process, synthesize, and prepare.</li>
  <li>Then each candidate delivers a live, unscripted sales pitch—to the same panel.</li>
</ul>

<p>Why it works:</p>
<ul>
  <li>Tests <em>comprehension</em> and <em>short-term memory</em> under time pressure.</li>
  <li>Reveals how well candidates <em>restructure raw information</em>, drawing on past experience and mental models.</li>
  <li>Exposes <em>real-time communication skill</em>: clarity, pacing, persuasion—not just polish.</li>
  <li>Enables direct, apples-to-apples comparison across candidates.</li>
</ul>

<p>It’s fast, revealing, and grounded in actual job demands—not hypotheticals.</p>

<h2 id="a-few-notes-on-historical-perspective">A Few Notes on Historical Perspective</h2>

<ul>
  <li>Geography shapes culture—often more than ideology or policy. Terrain, climate, and resource access lay the groundwork for social structures, values, and institutions.</li>
  <li>Biological cognition—including language—evolved primarily to support gene propagation. Early language likely served mating and alliance-building, not philosophy or poetry.</li>
  <li>Writing emerged not for storytelling, but for administration: the earliest cuneiform tablets record grain taxes, livestock counts, and labor assignments. Even taxation served a deeper biological imperative: sustaining centralized power, which in turn stabilized group survival and reproduction.</li>
  <li>To understand any historical period, read multiple accounts—ideological, economic, military, and everyday. A single narrative flattens reality; layered perspectives restore dimensionality—and with it, greater insight. Every person, every era, is multidimensional.</li>
  <li>Cuneiform faded partly because it was cumbersome to write and imprecise in meaning. As trade intensified across Central Asia and Europe, merchants needed faster, more exact notation—paving the way for alphabetic scripts.</li>
  <li>Maritime civilizations thrived on exchange—and exchange demands precision. Alphabets enabled that. Over centuries, they also subtly reshaped cognitive habits: abstraction, categorization, linear logic.</li>
  <li>Many practices that seem irrational today—say, Ming-Qing bureaucratic redundancy or ritualized court protocols—were rational adaptations to their specific constraints: information scarcity, surveillance limits, succession instability.</li>
  <li>The Ming and Qing dynasties represent the zenith of imperial centralization. Despite intense factional infighting, imperial authority remained largely unchallenged for centuries. A key enabler? An intricate, self-balancing administrative system—where ministries checked each other, eunuchs monitored officials, and censors reported directly to the throne.</li>
  <li>But balance has costs. Such systems grow bloated, expensive, and slow. Their maintenance burden inevitably shifts to the populace—through higher taxes, corvée labor, or suppressed mobility. Efficiency gains for the center rarely trickle down.</li>
</ul>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Effort and Opportunity</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-10-27-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-10-27-en/</guid>
      <pubDate>Sun, 27 Oct 2024 09:30:00 +0800</pubDate>
      <description>This reflective essay weaves together personal anecdotes—reconnecting with a former classmate who rose through local government by blending service-mindedness with relentless effort—and broader insights on AI adoption (“abusing” tokens to cultivate AI-native thinking), four tiers of AI integration, lessons from running two half-marathons, the limits of AI avatars for IP-building, and how misjudging uncertainty leads to flawed decisions.</description>
      
      <category>AI</category>
      
      <category>personal growth</category>
      
      <category>decision-making</category>
      
      <category>workflow</category>
      
      <category>cognition</category>
      
      <category>running</category>
      
      <content:encoded><![CDATA[<h2 id="effort-and-opportunity">Effort and Opportunity</h2>

<p>A college classmate I hadn’t seen in over a decade came to Beijing on business, and we met for dinner that evening.</p>

<p>By the end of the meal—glasses raised, stories flowing—he shared several experiences that stuck with me.</p>

<p>He now serves in a local government role overseeing economics and technology, reporting directly to the city mayor. The pressure is real: his two departments carry roughly 70% of the city’s GDP targets.</p>

<p>He showed me his WeChat log of daily work reports—sent individually to both the mayor and the party secretary—dating back to the day he took office. He hasn’t missed a single day.</p>

<p>I asked why he does it. “First, it <em>is</em> important,” he said. “Second, if either leader gets asked by a higher-up, they can answer instantly—with up-to-date facts.” Alongside progress updates, he routinely flags key issues and outlines concrete solutions.</p>

<p>If I were his boss, I’d want exactly this kind of subordinate.</p>

<p>When the top two leaders in a region are aligned—not just in words but in action—the place moves fast. Internal friction drops. He described his mayor and party secretary as precisely that: united, pragmatic, and execution-focused. Working under them, effort reliably translates into visible results—and results open doors. At this pace, he’ll likely become deputy mayor within a few years.</p>

<p>“How do you <em>make</em> those results?” I asked.</p>

<p>“Treat yourself as a true servant,” he replied.</p>

<p>His main job is investment promotion—bringing quality enterprises into the region. But attracting them is only step one. What matters is delivering <em>real</em> support <em>after</em> they arrive. Everything else is noise.</p>

<p>So when he visits companies, he skips small talk. He asks: <em>What’s blocking you? What do you need? How can we solve it—</em>together<em>?</em></p>

<p>That mindset turned many entrepreneurs into close friends.</p>

<p>He also recalled our brief time as dormmates—just a few months—but said it left a lasting impression. While others played games or watched movies after class, I was teaching part-time and diving deep into technical research. That intensity fascinated him.</p>

<p>Later, he spotted an emerging tech field with promise—and spent half a year teaching himself its fundamentals. That self-driven learning gave him an edge during campus recruitment. One year, a Xiamen-based company held a notoriously difficult coding test. Almost no one completed it. He told the interviewers, “I’m not from this major—but I’ve studied it independently. I can do it.” In 90 minutes, he finished the assignment—and landed the job.</p>

<p>Within months, he became a core technical contributor, earning a strong salary. He even designed a chip component used in the Xiaomi Mi 3 smartphone—his name etched onto the silicon.</p>

<p>A few years later, he walked away from that high-paying corporate role to enter public service—and has risen steadily ever since.</p>

<p>Learning. Opportunity. Effort. Rigor. Resources. Timing. Put them together, and light emerges.</p>

<h2 id="ais-overuse-principle">AI’s “Overuse” Principle</h2>

<p>Tokens have become absurdly cheap—practically free. So go ahead: generate freely. If a task <em>can</em> be handled by tokens, don’t default to human labor.</p>

<p>Here’s a working principle: <em>overuse tokens</em>. Even if it takes 100× more tokens to gain just 1% efficiency, it’s worth it. Why? Because it trains your brain to think natively with AI.</p>

<p>“Overuse” has another benefit: it surfaces invisible problems—things you didn’t know you didn’t know. It reveals odd opportunities. Sometimes, brute-force token volume <em>does</em> yield breakthroughs.</p>

<p>If a production factor improves 10× in cost-efficiency per year, it’s time to adopt it at scale.</p>

<p>Under those conditions, AI applications won’t trickle—they’ll explode like spring bamboo shoots.</p>

<p>When price and entry barriers fall this far, markets we once dismissed as “not yet viable” suddenly deserve serious attention.</p>

<h2 id="four-tiers-of-ai-adoption">Four Tiers of AI Adoption</h2>

<p>AI isn’t one thing—it integrates at different levels:</p>

<ol>
  <li><strong>AI for the general public</strong>: AI + search → AI as a replacement for traditional search.</li>
  <li><strong>AI for individual contributors</strong>: AI + tools → AI as a productivity amplifier (e.g., writing, coding, analysis).</li>
  <li><strong>AI for managers/leaders</strong>: AI + roles → AI as a <em>digital employee</em>, handling discrete responsibilities (e.g., customer onboarding, compliance checks).</li>
  <li><strong>AI for executives/strategists</strong>: AI + business functions → AI as a <em>team of digital employees</em>, orchestrating cross-functional workflows (e.g., end-to-end supply chain optimization, dynamic pricing engines).</li>
</ol>

<p>Over dinner, I shared this framework. I said: “My goal for next year is to have 100 AI employees working for me daily”—meaning autonomous agents performing full, recurring tasks like human staff. Right now? I have three. That leaves 97 to build.</p>

<h2 id="second-half-marathon">Second Half-Marathon</h2>

<p>Today I finished my second half-marathon of the year—in 2 hours 13 minutes. That’s 14 minutes faster than my first. Hoping for more improvement next time.</p>

<p>I started running in June—four months ago. A few insights stand out:</p>

<ol>
  <li>Running <em>slow</em> is harder than running fast—especially early on. You unconsciously speed up.</li>
  <li>Sustaining that slow pace is even harder. Here, “slow” means staying within your aerobic heart-rate zone—around 140 bpm for many middle-aged runners.</li>
  <li>Harder still is maintaining consistency: running every other day, without exception.</li>
</ol>

<p>But once those three habits lock in, something shifts. You begin to <em>enjoy</em> the run itself—regardless of weather—and start reaping tangible benefits: better mood, deeper sleep, improved stamina, sharper focus.</p>

<h2 id="ip-first-then-digital-twin">IP First, Then Digital Twin</h2>

<p>Douyin recently launched a digital avatar feature—and usage is surging.</p>

<p>I heard about a fitness coach (a modestly followed creator) who launched a subscription service: via WhatsApp, he sends daily check-ins, answers questions, and nudges users to complete their workouts—charged annually as a “health coaching” package.</p>

<p>That entire service? Now fully automatable with AI avatars.</p>

<p>But trying to <em>build an IP</em> using only AI avatars? That doesn’t work.</p>

<p>Why? Three reasons come to mind:</p>

<ol>
  <li>At its core, IP is about <em>trust</em>—earned through authenticity, consistency, and human resonance.</li>
  <li>IP carries significant premium power—and while AI <em>can</em> reflect that premium, it doesn’t <em>create</em> it.</li>
  <li>An AI avatar <em>can</em> host an IP—but only if the underlying identity is already trusted. When users interact, they need to feel <em>recognized</em>, not processed. That requires more than mimicry: it demands intentional, human-informed design.</li>
</ol>

<p>To deliver real value and engagement, copying a person into an AI agent isn’t enough. You need structure—grounded, deliberate, and deliberately <em>not</em> AI-idealized.</p>

<h2 id="a-key-cause-of-poor-decisions">A Key Cause of Poor Decisions</h2>

<p>In the years since China’s “Double Reduction” policy, many high-level decisions—looking back—contain glaring flaws and miscalculations.</p>

<p>One root cause stands out: treating <em>uncertain</em> situations as if they were <em>certain</em>.</p>

<p>That false certainty warps expectations. Reality diverges. And divergence breeds error.</p>

<p>The consequence? Losses. Failures. Wasted resources.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Some Opportunities in the AI Era</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-10-20-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-10-20-en/</guid>
      <pubDate>Sun, 20 Oct 2024 09:30:00 +0800</pubDate>
      <description>This essay explores practical AI opportunities—from voice-powered note-taking tools and interactive knowledge sharing to global SEO advantages with Google, strategic workforce optimization, and the deeper value of solitude in personal and professional growth. Grounded in real-world experiments and reflections, it bridges cognition, workflow, and organizational practice.</description>
      
      <category>AI</category>
      
      <category>SEO</category>
      
      <category>organizational design</category>
      
      <category>cognitive practice</category>
      
      <category>productivity</category>
      
      <content:encoded><![CDATA[<h2 id="ai-powered-note-taking-tools">AI-Powered Note-Taking Tools</h2>

<p>This week, we launched a voice-based AI note-taking feature—enabling instant capture of thoughts, inspirations, or key meeting remarks via speech.</p>

<p>Before generative AI matured, voice note apps delivered poor accuracy and usability. With large language models (LLMs), however, the value proposition shifts dramatically. Speech input + LLM-powered editing transforms raw audio into clean, structured text notes—and enables rich follow-up interactions: querying your own notes, summarizing, expanding, or reframing ideas on demand.</p>

<p>I’ve been using it intensively across contexts: recording impromptu insights during runs, capturing post-meeting reflections, or jotting down daily work observations. It’s become indispensable.</p>

<p>Running, for instance, offers two modes of inner dialogue. One is silent: breath-focused, meditative, letting thoughts surface organically. The other is now augmented: when an idea strikes mid-stride, I open the app, speak aloud—and it’s captured, polished, and saved instantly. That frictionless loop between thought and record feels genuinely empowering.</p>

<h2 id="a-better-strategy-for-sharing-knowledge">A Better Strategy for Sharing Knowledge</h2>

<p>At a recent salon, two speakers stood out—one a Stanford/THU-trained AI researcher; the other, a former unicorn executive. Their contrasting approaches sparked reflection on <em>how</em> knowledge lands—not just <em>what</em> is shared.</p>

<p>The first speaker delivered a rigorous, linear talk: AI’s evolution → core theory → conceptual definitions → common applications. It was thoughtful and technically sound—but somehow left me wanting more. Why?</p>

<p>Three things were missing:</p>
<ul>
  <li>Too many jargon-heavy explanations and textbook-style overviews (strong on academic framing, weak on human resonance);</li>
  <li>Few vivid stories or concrete cases—yet people remember narratives far better than abstractions;</li>
  <li>Minimal intentional interactivity—just passive listening, with Q&amp;A left entirely to audience initiative (a risky bet, especially for technical topics where silence often reigns).</li>
</ul>

<p>The second speaker took a different path. He presented five bite-sized, real-world cases—each followed by a quick prompt for the audience to jot down their own answer (e.g., “What would you estimate the conversion lift?”). Only after all five did he reveal his framework—and then invited us to revisit and revise our earlier answers. The result? A dynamic, self-correcting learning loop. Engagement spiked. Insights stuck.</p>

<p>The lesson is clear: passive “information dumping”—even if labeled “valuable content” (gānhuò)—rarely sticks. Whether in a 10-person team huddle or a 200-person conference, interaction + story remains the most reliable conduit for durable understanding.</p>

<h2 id="google-seo-a-new-global-opening">Google SEO: A New Global Opening</h2>

<p>Baidu’s SEO landscape keeps shrinking. As Baidu rolls out more proprietary products (search + feed + mini-programs + AI assistant), it behaves less like an open web index—and more like an internal portal. For site owners, organic reach dwindles.</p>

<p>Pre-AI, launching multilingual websites for global audiences demanded serious content investment—translation, localization, cultural adaptation. High barrier. Low scalability.</p>

<p>Now? LLMs lower that barrier dramatically. High-quality, nuanced, multilingual content can be generated at scale—<em>if</em> paired with sharp demand insight and skillful prompting.</p>

<p>Google’s SEO opportunity rests on three pillars:</p>
<ol>
  <li><strong>Global scale</strong>: ~3 billion active users worldwide—out of ~8 billion people.</li>
  <li><strong>Open ecosystem</strong>: Unlike Baidu, Google still heavily indexes third-party sites. It doesn’t aggressively cannibalize vertical publishers’ traffic.</li>
  <li><strong>AI-friendly ranking</strong>: Google doesn’t penalize AI-generated content <em>per se</em>. Its sole filter is quality. Well-structured, user-valuable AI output ranks well—even better than thin, human-written filler.</li>
</ol>

<p>The bottleneck isn’t tech—it’s strategy: knowing <em>what</em> to say, <em>to whom</em>, and <em>why it matters</em>.</p>

<h2 id="rethinking-layoffsnot-as-failure-but-as-discipline">Rethinking Layoffs—Not as Failure, but as Discipline</h2>

<p>I recently asked several friends—each carrying RMB 10M+ debt—what they regret most. Nearly all answered the same: <em>“We laid off too slowly.”</em></p>

<p>When cash flow dries up, delaying layoffs by even two months can cascade into million-yuan liabilities overnight.</p>

<p>So when a founder told me, <em>“Finally let go of our product manager,”</em> I didn’t flinch—I congratulated her. That PM earned ¥40,000/month. For over a year, with zero meaningful product iteration, he’d stayed on out of loyalty and awkwardness. Only after a severance package did she act.</p>

<p>Then she asked: <em>“I have three other underutilized staff—same situation. Old-timers. I can’t bring myself to cut them. What do I do?”</em></p>

<p>I shared a simple math: Top-tier niche creators in China earn under ¥1M/year. To build one from scratch today? You’ll likely lose ¥2–3M before breaking even. Meanwhile, cutting three low-output roles frees up ¥1M+ annually—equivalent to <em>ten</em> such creators’ yearly income.</p>

<p>I’ve made this mistake too—and learned the hard way. Delaying layoffs doesn’t protect people. It erodes:</p>
<ul>
  <li><strong>Cash reserves</strong>, obviously;</li>
  <li><strong>Team morale</strong>, as high performers watch low-output peers coast;</li>
  <li><strong>The underperformers themselves</strong>, who lose agency, dignity, and growth momentum—often misreading kindness as endorsement.</li>
</ul>

<p>Worried about “who’ll do the work?” In my experience, roles that don’t create measurable value <em>vanish without trace</em> when cut—and operations often run <em>smoother</em>. Worse, without disciplined pruning, no fresh talent enters. Stagnation sets in. Growth halts.</p>

<p>A healthy organization cycles: hire fast in expansion; prune <em>and</em> recruit in contraction (e.g., “cut two, hire one”). For employees, the clarity of consequence—fair but firm—fuels accountability, urgency, and real growth.</p>

<h2 id="the-art-of-solitude">The Art of Solitude</h2>

<p>One milestone of true independence? Learning to be alone—<em>comfortably</em>, <em>productively</em>, <em>deeply</em>.</p>

<p>It shows up in small ways: losing yourself in a 10-kilometer run, reading without distraction for two hours, or focusing single-mindedly on a product spec for a full morning.</p>

<p>You notice dependence on others fading—not because you withdraw, but because your inner world grows richer, more reliable. Loneliness recedes. Not from busyness—but from presence.</p>

<p>That shift is foundational. Independence isn’t isolation. It’s the quiet confidence that you can generate meaning, insight, and momentum <em>from within</em>. And in that stillness, life’s texture—the warmth of sun, the weight of an idea, the rhythm of breath—comes through, vivid and unfiltered.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Three Startup Stories and the Weight of Uncertainty</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-10-13-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-10-13-en/</guid>
      <pubDate>Sun, 13 Oct 2024 09:30:00 +0800</pubDate>
      <description>Reflecting on three founders’ sudden downfalls—triggered by cash flow collapse—the essay explores entrepreneurship’s brutal odds, marketing’s evolution from efficiency to positioning, the strategic value of pursuing “unpopular” hard problems, and the humility that comes from confronting ignorance.</description>
      
      <category>entrepreneurship</category>
      
      <category>marketing</category>
      
      <category>risk management</category>
      
      <category>cognition</category>
      
      <category>humility</category>
      
      <category>business strategy</category>
      
      <content:encoded><![CDATA[<h2 id="three-startup-stories">Three Startup Stories</h2>

<p>I recall a talk by Jack Ma:</p>

<p>“A harsh reality: of 100 people who start businesses, 95 die—and you won’t even know they existed. Of the remaining four, you watch them fail. Only one survives. That person isn’t necessarily the hardest-working or the smartest. Luck, timing, and countless invisible factors converge to let them succeed.”</p>

<p>This week, I spoke with three very different founders—each once successful, each once profitable. Yet over the past two years, a single misstep pushed all three into deep personal debt.</p>

<p>That’s when it clicked: for most, real entrepreneurship <em>is</em> nine-out-of-ten.</p>

<p><strong>First</strong>, the founder of an education company. Early this year, its cash flow dried up overnight. After two months of struggle, he shut the company down decisively—mortgaging two Beijing apartments to cover severance and closure costs. Just like that, he carried tens of millions in personal debt.</p>

<p>Two months earlier, he was still a functioning CEO—no debt, no crisis. But without positive operating cash flow, and with monthly payroll burning through millions, collapse arrives without warning.</p>

<p><strong>Second</strong>, a portfolio company in Xiaomi’s ecosystem. Once high-flying, it collapsed under low gross margins, excessive R&amp;D spend, and—critically—a promised local government investment that never materialized. Cash ran out. Layoffs followed. And layoffs without cash are excruciating: unpaid wages, delayed severance, mounting legal liabilities.</p>

<p>Over drinks, the founder described his raw disappointment—not just at the situation, but at his two co-founders. When severance payments fell short by a few hundred thousand RMB, they sued him into becoming a “discredited debtor.” The irony stung: during the pandemic, while he stayed in China managing everything, his co-founders remained overseas—and he paid himself zero salary for a full year, despite earning over ¥1 million annually before. The betrayal cut deep.</p>

<p><strong>Third</strong>, a longtime friend—a classic “local operator” who’d spent years cultivating regional relationships in education. When I visited him recently, he told me he had no education projects left. Schools had no budget. Parents couldn’t pay. Government procurement stalled. So he took a job repairing roads—for a cement factory.</p>

<p>I asked how he jumped so far across industries. He shrugged: “Education is dead right now. But the cement plant has budget—and pays fast.” He’s clear-eyed: land is cheap, and he keeps staffing lean and flexible.</p>

<p>What doomed the first two founders? A single point of failure: <em>cash flow interruption</em>. No cash → can’t pay salaries → forced layoffs or shutdown → massive personal liability. With 100 employees, standard N+1 severance alone runs several million RMB. Add unpaid vendor invoices, lease break fees, and litigation risk—and yes, ¥10M+ personal debt appears in an instant.</p>

<p>I’ve grown increasingly aware: as long as team costs stay high and revenue remains volatile, this risk hangs over every small business like a blade.</p>

<p>Labor law strongly protects employees—but offers little shelter to founders. When a company collapses, few staff pause to consider the founder’s exhaustion or sacrifice. They rightly focus on whether their severance complies with the law. (And yes—those employees face hardship too: unemployment, uncertain rehiring, shrinking options.)</p>

<p>So unless you’re building something with razor-thin overhead and predictable cash inflows, the math is unforgiving.</p>

<p>Lately, watching friends and peers, I’ve concluded: for many, the sanest path is to stay put—in mid-to-senior roles at large enterprises. From a risk perspective, big companies simply absorb shocks better. Take China’s “Double Reduction” policy: it flattened mid-sized tutoring firms almost overnight. Large players survived—not because they were smarter, but because they held enough cash to endure, pivot, and reinvest.</p>

<h2 id="the-three-stages-of-marketing">The Three Stages of Marketing</h2>

<p>Marketing, at its core, is the process by which organizations—or individuals—identify, create, communicate, and deliver value to meet customer needs, build brand loyalty, and sustain profitability over time.</p>

<p>I map its evolution across three conceptual stages: <strong>Scientific Management</strong>, <strong>Marketing Management</strong>, and <strong>Positioning Theory</strong>.</p>

<p>All three engage the classic 4Ps (Product, Price, Place, Promotion)—but their emphasis shifts dramatically.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-1075FF2D-3298-4754-A34A-040A9FD28594.png" alt="" /></p>

<p>In <strong>Marketing 1.0</strong>, scarcity ruled. The priority was internal efficiency: optimizing production lines, cutting unit costs, scaling output. The assumption? If price is low and quality stable, demand will follow. Speed and cost dominated—“build it well and cheaply, and they will come.”</p>

<p>In <strong>Marketing 2.0</strong>, markets shifted from seller- to buyer-centric. Companies began listening: conducting surveys, segmenting audiences, tailoring products and messaging. Marketing became strategic—not just about making things, but about understanding <em>who</em> wants what, <em>why</em>, and <em>how to reach them</em>. Market share, not just output volume, became the metric.</p>

<p>In <strong>Marketing 3.0</strong>, differentiation became existential. With crowded, noisy markets, brands needed more than function or service—they needed a distinct place in the consumer’s mind. Positioning theory (by Trout &amp; Ries) argues that marketing’s core task is <em>mental real estate</em>: identifying your unique advantage, anchoring it clearly, and reinforcing it relentlessly—so customers instantly associate you with a specific need or idea.</p>

<p>These stages trace marketing’s arc: from <em>efficiency</em> (1.0), to <em>customer responsiveness</em> (2.0), to <em>mental ownership</em> (3.0). Crucially, each stage builds on the last’s ceiling: today’s positioning only works if product and pricing are already solid. Don’t chase “positioning” while your product ships late and your pricing confuses buyers.</p>

<h2 id="choosing-what-to-do">Choosing What to Do</h2>

<p>When everyone around you is doing something—or when you see it happening nationwide—it’s already too late to join.</p>

<p>You’ll likely drown in inefficiency, margin erosion, or outright irrelevance.</p>

<p>So what <em>should</em> you do?</p>

<p>Do what others avoid—especially the hard, unglamorous, “unsexy” work nobody wants.</p>

<p>The payoff? If you solve it, you’ll often find <em>no competition</em>. And that silence—where others won’t go—is where leverage lives.</p>

<h2 id="awe">Awe</h2>

<p>Wandering the abyss of ignorance,<br />
I realize how little I truly know.<br />
Only when I fully grasp my own blindness<br />
do I begin to stand in awe—again.</p>

<p>The unknown stretches like stars—countless, cold, luminous—<br />
illuminating corners of my mind I’d left dark.<br />
To name ignorance is to root awe deep.</p>

<p>Life remains riddle. The world, mist.<br />
But once ignorance is seen—not feared, not denied—<br />
awe burns steady, unquenchable.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>This Bull Market</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-10-06-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-10-06-en/</guid>
      <pubDate>Sun, 06 Oct 2024 09:30:00 +0800</pubDate>
      <description>A reflective essay on China’s current stock market surge—its policy roots, risks, and personal investment philosophy—paired with insights on running as discipline, housing as consumption (not investment), and the “manifestation” mindset as conscious life-shaping. Written from lived experience and grounded in systems thinking.</description>
      
      <category>bull market</category>
      
      <category>personal finance</category>
      
      <category>running</category>
      
      <category>real estate</category>
      
      <category>manifestation</category>
      
      <category>cognitive practice</category>
      
      <content:encoded><![CDATA[<h2 id="the-current-stock-market">The Current Stock Market</h2>

<p>Over the past two weeks, the stock market has been blazing hot. Even at casual dinners with friends, conversations inevitably turn to it. Below are some key takeaways from recent discussions and reflections.</p>

<ul>
  <li>
    <p>This bull run arrived fast—and consensus is forming: it’s a classic “fast bull” market. After several months of explosive momentum, it will likely settle into a more sustainable, “slow bull” phase.</p>
  </li>
  <li>
    <p>It’s a policy-driven bull market: the government is using equities as a channel to put money directly into people’s pockets—boosting consumption and reviving the economy.</p>
  </li>
  <li>
    <p>Crushing deflation is the strategic intent behind this move. That’s the bedrock logic.</p>
  </li>
  <li>
    <p>Why this route? Two major reasons:</p>
  </li>
  <li>
    <p>First, the old fiscal model is breaking down. Revenue from real estate and related industries once accounted for up to 50% of local government income. But that stream has dried up steadily over the past few years—and can no longer sustain public finances. A critical shift is now underway: from “real-estate-based fiscalism” to “equity-based fiscalism.” Think asset-packaging for IPOs, or state-owned enterprise mergers and restructurings. For equity-based fiscalism to work, the stock market must first be vibrant <em>and</em> highly liquid.</p>
  </li>
  <li>
    <p>Second, money flowing through the stock market reaches households faster and more directly than traditional channels—and because it feels “easier” to obtain, its stimulus effect on spending is stronger.</p>
  </li>
  <li>
    <p>By contrast, conventional tools—like massive infrastructure spending or corporate lending—are less effective right now. Take small businesses: even if they secure loans, many don’t know how—or where—to deploy that capital. That transmission channel is currently clogged.</p>
  </li>
  <li>
    <p>So overall, both policy intent and public sentiment have already lit the fuse.</p>
  </li>
  <li>
    <p>We’re still in Week One—very early days. This truly is a rare bull market.</p>
  </li>
  <li>
    <p>That said, even bulls carry risk. Borrowing, margin trading, and leverage amplify exposure—especially in the mid-to-late stages. Catching this “sky-high fortune” requires clear risk awareness—and personalized strategies.</p>
  </li>
  <li>
    <p>In the book <em>Stop-Loss</em>, there’s a method called “speculation”—but not in the gambling sense. Nor is it cold, engineering-style analysis. True speculation means rationally scanning the future, systematically mapping risks, clarifying your decision principles—and acting with conviction.</p>
  </li>
  <li>
    <p>A core insight: most people lose in the market because their mental operating system is fundamentally misaligned with the market’s own logic. To improve odds, you must train your intuitive system to mirror the market’s transactional rhythm.</p>
  </li>
  <li>
    <p>On stock selection: play it safe with blue-chip leaders; go aggressive with oversold or momentum stocks.</p>
  </li>
  <li>
    <p>One final note: knowing the theory—and even the tactics—doesn’t guarantee truth. If <em>you’ve</em> heard it too, that information has likely already lost its edge.</p>
  </li>
</ul>

<h2 id="on-running">On Running</h2>

<p>During National Day holiday, I skipped travel plans. Instead, my wife, our child, and I returned to my hometown in Huairou—a mountain village.</p>

<p>I love it here mainly for three things: few people, deep quiet, and pristine nature.</p>

<p>Especially since I resumed running this year, I’ve grown even fonder of the mountains. The rural roads are perfect: light traffic, almost no pedestrians. Mornings or evenings? It’s basically my private track.</p>

<p>On October 3rd, I started running at 4:15 p.m., following a mountain road for 20 kilometers. The first half was all uphill—slow, steady effort. At the halfway point—around the mountainside—I turned back. Total elevation gain: 455 meters.</p>

<p>On the descent, night fell fast. No streetlights. Temperatures dropped sharply. So I picked up pace. Stars filled the sky. Alone in the dark, feet pounding the road—it felt electric.</p>

<p>With a few kilometers left, I surged—accelerating all the way home. Exactly 20 km. Done.</p>

<p>I restarted running in June. Three months in, progress is visible—not just in pace or endurance, but in how deeply I <em>enjoy</em> it. Last week, I even ran 10 km to meet friends for dinner—just because it felt right.</p>

<p>Lately, though, I’ve also realized: moving from beginner to elite isn’t about one breakthrough. It’s sustained learning, relentless practice, and layered mastery. Going from entry-level → professional → world-class—that’s where the richest human experience lives.</p>

<p>Running demands little beyond patience—and almost nothing else. As one runner put it: “Force won’t create miracles. Patience will.”</p>

<div class="markdown-image-grid markdown-image-grid-2">
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-IMG_9243.JPG" alt="" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-IMG_9244.JPG" alt="" loading="lazy" />
</div>

<h2 id="can-you-still-buy-property">Can You Still Buy Property?</h2>

<p>As of today, housing has officially become a <em>consumer good</em>—not an investment vehicle. This shift happened within just a few years.</p>

<p>“Consumer good” means: stop thinking about appreciation. Stop expecting returns.</p>

<p>Why? Because in most places, residential property simply no longer holds investment value—not homes, not shops, not office buildings, not factories.</p>

<p>The root cause? Urbanization has plateaued, and birth rates are falling.</p>

<p>So the verdict is clear: unless you need a home <em>right now</em>, don’t buy. Skip seaside condos. Skip vacation properties. Don’t speculate.</p>

<p>The <em>only</em> exception? Ultra-luxury homes in Tier-1 cities—priced above ¥100 million. For that tiny cohort, price sensitivity vanishes. What matters is scarcity: irreplaceable location, unique resources, unreplicable access. That scarcity—not the number on the deed—is the sole source of investment value.</p>

<h2 id="the-power-of-manifestation">The Power of Manifestation</h2>

<p>Recently, I had two conversations with a well-established mind-body-spirit IP who works in religious real estate and “Great Sinology.”</p>

<p>One term stood out: <em>manifestation</em>. A fascinating concept.</p>

<p>Manifestation is the process of turning inner intentions—thoughts, feelings, focused desire—into tangible reality.</p>

<p>Its core premise: your outer world mirrors your inner state.</p>

<p>By consciously guiding your conscious mind, subconscious patterns, and emotional tone, you can shape outcomes—not magically, but causally.</p>

<p>It sounds esoteric—but it holds practical value. Key elements include:</p>

<ul>
  <li>
    <p>Clarity: Know <em>exactly</em> what you want—and hold that focus consistently.</p>
  </li>
  <li>
    <p>Feeling: Emotion is the primary carrier. You must <em>feel</em> as if your goal is already fulfilled—as if it’s real <em>now</em>.</p>
  </li>
  <li>
    <p>Subconscious imprint: When feeling and thought align deeply enough, they embed in your subconscious. From there, they begin expressing outward—often in ways you couldn’t plan or predict.</p>
  </li>
  <li>
    <p>Positive alignment: Doubt, fear, or resentment disrupt the process. They feed the subconscious with signals it then reflects back—unwanted results.</p>
  </li>
  <li>
    <p>Letting go of control: Manifestation isn’t forceful striving. It’s trusting <em>and embodying</em> the outcome—then allowing your subconscious to navigate the “how.”</p>
  </li>
</ul>

<p>For ordinary people, manifestation cultivates intentionality: sharper goal-setting, greater self-agency, healthier relationships, lower anxiety, and deeper confidence.</p>

<p>Crucially, it’s not passive waiting. It’s active inner stewardship—calibrating your internal state so your external world follows suit.</p>

<p>My conversation partner offered a vivid metaphor: manifestation is like making a call to the universe. Simple. Direct. And strangely accurate.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The AI Opportunity</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-09-29-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-09-29-en/</guid>
      <pubDate>Sun, 29 Sep 2024 09:30:00 +0800</pubDate>
      <description>This essay reflects on the surge in AI token consumption (3.3 billion weekly), the strategic value of tackling hard problems, the need for dynamic focus amid shifting priorities, and Warren Buffett’s contrarian investing wisdom—framed as practical insights for personal cognition, workflow design, and organizational practice.</description>
      
      <category>AI</category>
      
      <category>cognition</category>
      
      <category>strategy</category>
      
      <category>focus</category>
      
      <category>contrarian thinking</category>
      
      <content:encoded><![CDATA[<h2 id="33-billion-tokens-in-a-week">3.3 Billion Tokens in a Week</h2>

<p>This week, our AI application consumed over 3 billion tokens—more than ten times the previous level. I was deeply struck by the scale.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-F5187226-C18F-4D9A-8A32-E2F5C82CC3E3.png" alt="" /></p>

<p>The sharp increase stems largely from official incentives—token subsidies that are unusually generous toward AI application developers.</p>

<p>This is a form of institutional support. Such policies accelerate real-world AI adoption across use cases.</p>

<p>Just recently, Baidu slashed the token cost for its ERNIE Bot by 90%—a highly credible move signaling strong commitment from major model platforms to push AI applications forward.</p>

<p>Subsidies work fast—like Didi’s early ride-hailing subsidies. They train users to reach for AI first when solving problems, turning theoretical capability into habitual practice.</p>

<p>For us, this incentive directly turbocharged token usage—and, more importantly, sharpened my own question: <em>What other problems can AI solve here?</em></p>

<p>That habit of asking “Where else can AI help?” is itself a catalyst for deeper, more sustainable adoption.</p>

<h2 id="doing-hard-things">Doing Hard Things</h2>

<p>A senior healthcare executive messaged me recently: “Do hard things.”</p>

<p>That resonated deeply. Hard things are hard at the start—but once cracked, they tend to have little competition.</p>

<p>Building on that, I’ve clarified three guiding principles for how I’ll operate going forward:</p>

<p>First, <em>leverage momentum and alliances</em>. Partner with exceptional people or institutions—but only if you bring differentiated value. Without that, collaboration stays superficial.</p>

<p>Second, <em>embrace AI proactively</em>. Over the past year+, my hands-on experience has confirmed it: AI meaningfully lifts productivity and efficiency—not as hype, but as daily leverage.</p>

<p>Third, <em>do hard things</em>. That’s not just advice—it’s how he operates. Find a genuine pain point. Yes, it demands steep learning, solitude, and delayed validation. But precisely because it’s hard, few show up. That’s your edge.</p>

<p>Let’s hold each other to this.</p>

<h2 id="dynamic-focus">Dynamic Focus</h2>

<p>Distinguishing what’s urgent from what’s important is a foundational skill.</p>

<p>Each day brings a flood of tasks—some time-sensitive, others high-impact.</p>

<p>The rule remains: roughly 20% of tasks drive 80% of outcomes. So allocate ~80% of your energy there.</p>

<p>But crucially: <em>what qualifies as “important” shifts constantly</em>—with your stage, goals, and external conditions.</p>

<p>That’s why reflection isn’t optional. We must regularly reassess our work—not because we’re indecisive, but because reality is fluid. Our focus must be, too.</p>

<p>Dynamic focus isn’t just about saying “no.” It’s harder: continuously calibrating your current position, mapping your actual capabilities (not aspirations), and acting from that grounded clarity.</p>

<h2 id="when-others-are-greedy-im-fearful">When Others Are Greedy, I’m Fearful</h2>

<p>A-shares have been surging lately—so I revisited a classic.</p>

<p>Warren Buffett’s oft-quoted line—“Be fearful when others are greedy, and greedy when others are fearful”—is actually a distilled version. His original 1986 letter to Berkshire Hathaway shareholders is more precise and nuanced.</p>

<p>Here’s the full English passage:</p>

<blockquote>
  <p>What we do know, however, is that occasional outbreaks of those two super-contagious diseases, fear and greed, will forever occur in the investment community.<br />
The timing of these epidemics will be unpredictable. And the market aberrations produced by them will be equally unpredictable, both as to duration and degree.<br />
Therefore, we never try to anticipate the arrival or departure of either disease.<br />
Our goal is more modest: we simply attempt to be fearful when others are greedy and to be greedy only when others are fearful.</p>
</blockquote>

<p>The core insight isn’t bravado—it’s discipline. Not prediction, but posture. Not timing the market, but holding your ground while others swing wildly.</p>

<p>That same posture applies beyond markets: in product decisions, hiring, resource allocation—even in how we engage with AI hype. Stay anchored. Act deliberately.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>How Depression Forms—and How to Prevent It</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-09-22-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-09-22-en/</guid>
      <pubDate>Sun, 22 Sep 2024 09:30:00 +0800</pubDate>
      <description>This essay explains depression as a shift between emotional systems, introduces the “critical slowing down” and “critical acceleration” phenomena, and offers practical prevention strategies. It also touches on Medicine 3.0, emotional intelligence in social dynamics, the logic behind Fed rate cuts, and Eastern medicine’s “pre-disease” concept—all grounded in personal cognition and real-world application.</description>
      
      <category>mental health</category>
      
      <category>prevention</category>
      
      <category>cognition</category>
      
      <category>medicine</category>
      
      <category>economics</category>
      
      <category>wellness</category>
      
      <content:encoded><![CDATA[<h2 id="how-depression-formsand-how-to-prevent-it">How Depression Forms—and How to Prevent It</h2>

<p>Depression is surprisingly common—but understanding <em>how</em> it forms can dramatically reduce your risk of developing it.</p>

<p>Think of depression not as a mood disorder per se, but as a transition from one stable emotional system to another.</p>

<p>Once you’re inside a given system—say, System A (healthy emotional regulation) or System B (depression)—you tend to stay there for a long time. If you fall into System B, returning to System A isn’t easy.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-C10CC776-8657-4B6B-BFD0-BAAE3F98F46B.png" alt="" /></p>

<p>System A is your baseline: emotions fluctuate naturally—joy lifts you to point <em>a</em>, setbacks pull you to point <em>b</em> (discomfort, frustration), yet the system self-corrects quickly. It’s resilient.</p>

<p>But when stressors pile up—chronic work pressure, relationship strain, financial worry—the recovery speed slows. You linger longer at <em>b</em>. Your emotional “return time” stretches out. This is called <strong>critical slowing down</strong>.</p>

<p>If this persists, you approach a fragile tipping point—a threshold where stability collapses. Crossing it may take just one small trigger: the proverbial “last straw.” That’s why online memes warn: <em>Don’t be overly harsh with others—you might unknowingly deliver that final straw.</em></p>

<p>That’s <strong>critical acceleration</strong>: once the threshold is crossed, the shift into System B (depression) happens fast—often seemingly out of nowhere. That’s why someone can seem fine one day and deeply depressed the next.</p>

<p><strong>So what’s the value of knowing this?</strong><br />
Two things: <em>scientific prevention</em> and <em>effective self-rescue</em>.</p>

<p>Most depression-related tragedies stem not from treatment failure—but from ignoring prevention altogether.</p>

<p>If depression has already taken hold, many interventions exist—but one principle stands out: <strong>lean on external support</strong>. Cognitive therapy alone is often too slow and abstract—like lecturing a feverish person about thermodynamics.</p>

<p>External levers—gifts, exercise, good food, hugs, compliments, tidying up, travel—can gently nudge you from point <em>c</em> back toward the threshold, then use light “acceleration” to help you cross back into System A. Especially effective: buying something <em>you truly want</em>.</p>

<p>These aren’t just therapeutic—they’re profoundly preventive.</p>

<p>Depression isn’t a life-enhancing experience—but with insight and action, we can significantly limit its damage.</p>

<h2 id="medicine-30">Medicine 3.0</h2>

<p>In <em>Lifespan</em>, author David A. Sinclair introduces “Medicine 3.0”—a paradigm shift beyond today’s standard care.</p>

<p>Modern medicine extends lifespan—but fails to extend <em>healthspan</em>: the number of years we live in full vitality.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-2C0CC69F-A351-4394-B7F1-0E1A9716B207.png" alt="" /></p>

<p>Most people spend their final 5–10 years burdened by chronic pain and disability—not because they die sooner, but because quality of life plummets. They survive—but suffer.</p>

<p>That’s the limitation of Medicine 2.0.</p>

<p>Medicine 3.0 flips the script: intervene <em>before</em> disease appears. Its goal? Maximize healthspan—not just lifespan.</p>

<p>The core idea is <strong>early, proactive intervention</strong>, built on five pillars: movement, nutrition, sleep, emotional health, and (when needed) medication.</p>

<p>At minimum, prioritize the first four. Read reputable books. Consult professionals. Because what feels “natural” often isn’t science-backed—just like running: simple in appearance, riddled with pitfalls in practice. True health science often feels <em>counterintuitive</em> at first—until it becomes habit.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-A9DAF868-ECE4-46D8-A115-DD2E4B373702.png" alt="" /></p>

<p>In China, a handful of mission-driven companies are already pioneering this space—building tools, services, and platforms for proactive health. The road is steep—but the impact is profound, and the opportunity immense.</p>

<p>Imagine: in your final decade, eight of those years feel nearly as vibrant as your 40s. You travel, work, create, love—unhindered by a failing body. That possibility rests on one condition: your mind remains unclouded by physical suffering.</p>

<h2 id="a-story-about-high-emotional-intelligence">A Story About High Emotional Intelligence</h2>

<p>A friend shared this:</p>

<p>He played mixed doubles with a world badminton champion—on the same team.</p>

<p>Their opponents? Also friends.</p>

<p>Here’s the twist: they <em>always</em> stop after two games—and the score is always 1–1.</p>

<p>Why? Because a third game would produce a winner—and ruin the spirit of the “friendship match.”</p>

<p>A 1–1 draw preserves harmony: the other team gets to beat a world champion <em>once</em>, while overall, no one “wins” decisively. Everyone saves face. No ego bruised. No tension created.</p>

<p>It’s not avoidance—it’s intentional calibration.</p>

<h2 id="why-the-fed-cuts-interest-rates">Why the Fed Cuts Interest Rates</h2>

<p>To understand U.S. interest rate cuts, start with basics:</p>

<ul>
  <li>The institution doing the cutting is the <strong>Federal Reserve</strong> (“the Fed”), America’s central bank—akin to China’s People’s Bank of China.</li>
  <li>One of the Fed’s core mandates: stabilize the macroeconomy.</li>
  <li>Its dual goals: sustain economic growth <em>and</em> curb runaway inflation.</li>
  <li>To hit those goals, it leans on two main tools: <strong>money supply</strong> and <strong>interest rate policy</strong>.</li>
</ul>

<p>Money supply = total cash circulating in the economy. It directly shapes market liquidity.</p>

<p>Interest rates act like an economic barometer. When the economy booms, the Fed may <em>raise</em> rates—to cool overheating and rein in inflation. When growth stalls, it <em>lowers</em> rates—to stimulate spending and investment.</p>

<p>The logic is straightforward: lower rates mean lower returns on savings—and cheaper loans. Consumers borrow more. Businesses invest more. Money flows faster.</p>

<p>Example: During the 2008 global financial crisis, the Fed slashed rates and launched quantitative easing—cutting borrowing costs to revive consumption and investment.</p>

<p>Rate changes ripple across all financial markets: stocks, bonds, real estate. Lower mortgage rates, for instance, often boost home buying—and housing demand.</p>

<p>But policy impact isn’t just about the numbers. Market <em>expectations</em> matter just as much—if people anticipate future rate cuts, they may act <em>now</em>, amplifying the effect.</p>

<p>And because the U.S. dollar is the world’s reserve currency, every Fed move sends shockwaves globally. A rate cut can weaken the dollar, alter trade balances, shift capital flows—and prompt other central banks to adjust their own policies in response.</p>

<p>Sometimes, the Fed must choose: prioritize growth <em>or</em> inflation control. In a strong economy with rising prices, it may hike rates—even if that slows growth—because unchecked inflation erodes trust, wages, and long-term stability.</p>

<h2 id="eastern-medicine-and-the-pre-disease-state">Eastern Medicine and the “Pre-Disease” State</h2>

<p>Eastern medicine uses the term <strong>“pre-disease”</strong> (<em>wei bing</em>)—a state where illness hasn’t fully manifested, but imbalance is already present. Today, we’d call it <em>sub-health</em> or <em>functional decline</em>.</p>

<p>Preventing pre-disease from becoming full-blown disease is central to Eastern practice—while modern medicine typically waits until pathology is measurable before stepping in.</p>

<p>A foundational belief: the human body possesses innate, powerful self-defense mechanisms. When fully activated, conditions like cancer, heart disease, and stroke become exceedingly rare.</p>

<p>But poor lifestyle choices—junk food, sedentary habits, chronic stress—dull these defenses. Disease follows.</p>

<p>Think of your body as a pharmaceutical factory: it synthesizes substances that are both healing <em>and</em> toxic—depending on context, dosage, and timing.</p>

<p>For example: when you’re angry or under extreme stress, your brain secretes <strong>norepinephrine</strong>. Though tiny in quantity, its toxicity ranks among the highest in the human body—second only to snake venom.</p>

<p>Long-term anger or stress floods your system with this toxin—accelerating aging, weakening immunity, and raising disease risk.</p>

<p>Conversely, brain-derived endorphins—natural opioids—support memory, healthy relationships, motivation, resilience, and creativity.</p>

<p>And here’s the quiet truth: <strong>negative thinking is the root of most disease.</strong> Your thoughts shape neurochemistry. Your neurochemistry shapes your biology. Your biology shapes your life.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>A Live-Streaming Operations Framework</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-09-15-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-09-15-en/</guid>
      <pubDate>Sun, 15 Sep 2024 09:30:00 +0800</pubDate>
      <description>This essay outlines a practical live-streaming operations framework drawn from field visits to education-focused MCNs, reflects on AI adoption stages and the new reasoning capabilities of OpenAI’s o1 model, shares insights on sustainable running as a technical discipline, and distinguishes scientific faith from religious dogma.</description>
      
      <category>AI</category>
      
      <category>live streaming</category>
      
      <category>organizational design</category>
      
      <category>cognition</category>
      
      <category>health</category>
      
      <category>science</category>
      
      <content:encoded><![CDATA[<h2 id="a-live-streaming-operations-framework">A Live-Streaming Operations Framework</h2>

<p>I traveled to Tianjin with my former boss from an online school to meet the founders of an education-focused MCN. Five years ago, this company rode the first wave of Douyin’s live-streaming boom—and has sustained growth ever since, producing multiple iconic, creatively compelling cases worth studying.</p>

<p>Here are some key takeaways:</p>

<ul>
  <li>
    <p><strong>Core traits for hosts:</strong> resilience (willingness to endure hardship), strict execution (following instructions without hesitation), and sustained motivation to earn money.</p>
  </li>
  <li>
    <p>These sound simple—but unpack them, and many aspiring hosts back out. “Resilience” means being ready to stream for eight hours straight, or going live at 11 p.m. even when tired. In practice, once a host finds their rhythm, such intensity isn’t permanent. But early on, the <em>expectation</em> of resilience—and the rigor of initial training—serves as a filter: it reveals who embraces uncertainty and discomfort head-on. Those people tend to be more adaptable and ultimately more successful.</p>
  </li>
  <li>
    <p>Sustained earning motivation is surprisingly rare. Many hosts earn modest windfalls during early platform booms, then lose drive—and stop pushing themselves. Understandable, yes—but unhealthy for an MCN’s long-term viability.</p>
  </li>
  <li>
    <p>It now takes roughly six months for a new host to develop genuine “platform intuition” and professional discipline—up from one or two months in earlier years. That makes early-stage selection critical: alignment and mutual trust between host and MCN must be exceptionally high.</p>
  </li>
  <li>
    <p>Any host who demands a base salary or guaranteed minimum income—<em>unless the MCN offers it proactively</em>—is automatically declined. Why? Because the relationship isn’t employer–employee; it’s co-founder–partner. An employment mindset breeds friction from day one. A partnership mindset—grounded in shared goals and mutual respect—fosters healthy, scalable collaboration.</p>
  </li>
  <li>
    <p>During dinner, one of their large accounts was suddenly banned by Douyin—causing significant loss. Yet the team barely blinked. They’d built redundancy into their strategy: dozens of accounts across tiers, so no single ban threatens survival. Account bans are simply part of the operational cost.</p>
  </li>
  <li>
    <p>Beyond bans, host turnover remains a major risk—especially for MCNs reliant on just one or two stars. Their countermeasure? Systematically nurture <em>multiple</em> hosts in parallel.</p>
  </li>
  <li>
    <p>Account assets—including ownership, access, and management—are held directly by the founders. All hosts stream <em>only</em> from company studios. This solves two problems at once: centralized account governance <em>and</em> stronger team cohesion.</p>
  </li>
  <li>
    <p>A well-performing education MCN in Hangzhou uses a similar model: they recruit hosts nationwide—but require relocation to Hangzhou, near the office, before onboarding. Only then do they provide a large, fully equipped studio. The result? Exceptional host commitment—and predictable, scalable outcomes.</p>
  </li>
  <li>
    <p>Many hosts fail not due to lack of talent, but low <em>engagement</em>. A top-tier host with background and ability invests 12+ hours daily in live-streaming. If you’re starting from scratch—with no network, no experience—and commit only 2–3 hours per day, expecting equal results is unrealistic.</p>
  </li>
  <li>
    <p>The core value proposition of an MCN is <em>income amplification</em>: turning a host’s solo annual income of ¥300,000 into ¥3,000,000—a 10× lift. To deliver that, the MCN asks for two non-negotiables: deep engagement, plus those three foundational traits—resilience, execution, and enduring earning drive.</p>
  </li>
  <li>
    <p>Capturing a platform’s live-streaming wave can rapidly scale a company—but sustaining or growing that momentum depends entirely on the founders’ capacity for <em>cognitive evolution</em> and <em>organizational maturity</em>. Markets shift. Algorithms change. What separates enduring companies from flash-in-the-pan successes is whether leadership can relearn, restructure, and lead through ambiguity.</p>
  </li>
</ul>

<h2 id="recent-reflections-on-using-ai">Recent Reflections on Using AI</h2>

<ul>
  <li>
    <p>AI has moved decisively beyond abstract hype. Whether it will keep transforming our world isn’t debatable—it <em>will</em>.</p>
  </li>
  <li>
    <p>The real work now lies in diving into concrete use cases: How can AI <em>restructure</em> workflows, <em>boost</em> efficiency, or <em>disrupt</em> entire models? That focus—on applied impact, not theoretical potential—is what sets 2024 apart from 2023.</p>
  </li>
  <li>
    <p>Using AI effectively still benefits from basic programming thinking: loops, conditionals, recursion. With search engines, we <em>ask questions</em> to retrieve information. With AI generation tools (AIGC), we <em>assign tasks</em> to get outcomes. That’s a fundamental mental shift—even though AI <em>can</em> search, its true power lies elsewhere.</p>
  </li>
  <li>
    <p>I call this “AI programming thinking”: a mindset capable of unlocking 100× productivity gains—not by automating one task, but by designing systems where AI handles batches, chains, or entire pipelines.</p>
  </li>
  <li>I see five progressive stages of AI adoption. Mastering all five signals true fluency:
    <ul>
      <li>Stage 1: Using AI purely for play or curiosity.</li>
      <li>Stage 2: Leveraging AI for information retrieval—like next-gen search.</li>
      <li>Stage 3: Using AI interactively to achieve learning goals.</li>
      <li>Stage 4: Deploying AI to complete real-world work tasks.</li>
      <li>Stage 5: Scaling beyond single tasks—orchestrating AI to execute <em>batched</em>, <em>chained</em>, or <em>systemic</em> workflows.</li>
    </ul>
  </li>
  <li>At Stage 5, users don’t just ask for “one Python script.” They prompt AI to generate <em>ten variants</em>, each tailored to different inputs—or auto-generate documentation, tests, and deployment scripts alongside the code. That’s not just usage—it’s <em>programming with AI</em>.</li>
</ul>

<h2 id="trying-out-o1">Trying Out o1</h2>

<p>This week, OpenAI launched o1—a new reasoning-optimized model.</p>

<p>According to official benchmarks, o1 matches human expert performance on many complex reasoning tasks.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-E1CAACB1-2B15-4B2B-B47A-E5F72498239C.png" alt="" /></p>

<p>On the 2024 AIME exam, GPT-4o scored just 12% (1.8/15). o1 scored 74% (11.1/15).</p>

<p>Sam Altman called the results “very satisfying.”</p>

<p>The difference isn’t incremental. Traditional LLMs like GPT-4o excel at pattern-matching and memorization. o1 adds something new: a human-like <em>chain-of-thought</em>—tracking each reasoning step explicitly. That boosts both accuracy <em>and</em> creativity.</p>

<p>In practice, the difference is palpable. When I asked o1 to write a Tetris game in Python, it didn’t just output code—it walked me through its full design logic: how it models the board, handles rotation, detects line clears, etc.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-F5FD6908-B49A-4F18-8DA6-CD460E486B67.png" alt="" /></p>

<p>I copied the code into PyCharm and ran it—first try, zero debugging.</p>

<p>With GPT-4o, building the same game required multiple rounds of iteration and fixes.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-EE751DD7-273B-4142-9B1A-F618585899B1.png" alt="" /></p>

<h2 id="how-my-running-has-changed">How My Running Has Changed</h2>

<p>Since restarting in June, completing my first half-marathon by late August, and continuing through now, my mindset around running has shifted dramatically.</p>

<ul>
  <li>
    <p>I’ve moved from obsessing over pace to prioritizing heart rate and post-run recovery. Finishing breathless and drained isn’t sustainable—or healthy.</p>
  </li>
  <li>
    <p>Ideal running delivers <em>both</em>: short-term dopamine (the runner’s high) <em>and</em> long-term endorphins (deep, lasting calm). That dual reward is the sign of a balanced, resilient practice.</p>
  </li>
  <li>
    <p>In a recent short video interview, Lei Jun remarked that, with experience, he realized running is deeply technical.</p>
  </li>
  <li>
    <p>Indeed—many “simple” physical activities reveal surprising complexity upon deeper study. Running is a systemic discipline requiring integrated knowledge: physiology, biomechanics, psychology, data science, and periodized training.</p>
  </li>
  <li>
    <p>It’s not enough to log miles or chase speed. Real progress comes from accumulating <em>time in aerobic zones</em>, guided by heart-rate data—not arbitrary distance targets.</p>
  </li>
  <li>
    <p>Going deep means understanding <em>why</em> each metric matters—the science behind lactate thresholds, VO₂ max, stride economy—and pairing theory with relentless practice. Expertise emerges only when theory and lived experience reinforce each other.</p>
  </li>
  <li>
    <p>Run <em>in your aerobic zone</em>. Roughly 80% of weekly volume should stay there—around 75% of your max HR. For me (max HR = 185), that’s ~140 bpm. Staying here builds endurance safely. Exceeding it shifts effort into anaerobic territory—less effective for base-building, more taxing on joints and recovery. To stay in zone, simply slow down.</p>
  </li>
  <li>
    <p>Cadence matters immensely. A healthy range is 180–200 steps per minute. Below 180 often signals inefficient form: longer ground contact time, higher impact—especially on knees.</p>
  </li>
</ul>

<h2 id="superstition-vs-faith">Superstition vs. Faith</h2>

<p>Religious superstition assumes doctrine is infallible—capable of explaining everything, immune to error.</p>

<p>Scientific faith operates differently: it <em>expects</em> error. It holds current models provisionally—knowing they’ll be refined, replaced, or discarded as evidence accumulates and understanding evolves.</p>

<p>Its core ethic isn’t certainty—it’s <em>truth-seeking</em>. And unlike dogma, it rejects any single, final, all-encompassing theory.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Undervalued Power of Preventive Medicine</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-09-08-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-09-08-en/</guid>
      <pubDate>Sun, 08 Sep 2024 09:30:00 +0800</pubDate>
      <description>A reflective essay on preventive medicine’s profound yet underappreciated role in health, aging, and societal well-being—drawing on clinical insights, real-life stories, and practical methods. It explores the three root causes of chronic illness (emotional distress, physical inactivity, malnutrition), highlights elderly vulnerability, and underscores how small, intentional choices—about care, language, movement, and even voice notes—can reshape health trajectories.</description>
      
      <category>preventive medicine</category>
      
      <category>aging</category>
      
      <category>mental health</category>
      
      <category>nutrition</category>
      
      <category>lifestyle</category>
      
      <category>AI tools</category>
      
      <content:encoded><![CDATA[<h2 id="the-undervalued-power-of-preventive-medicine">The Undervalued Power of Preventive Medicine</h2>

<p>I recently had the privilege of learning from a highly respected Chinese general practitioner—now in her seventies—who has spent decades advancing preventive care and geriatric health. Her insights were deeply grounding: every family has elders; we ourselves will age. What she shared isn’t abstract theory—it’s knowledge that touches the people we love—and ourselves.</p>

<p>Here’s what stuck with me:</p>

<ul>
  <li>
    <p>Many people—especially those over 50, and particularly isolated seniors whose children live overseas—lack foundational knowledge about preventing chronic disease. Without timely care or health monitoring, they’re especially vulnerable to gaps in understanding and self-management.</p>
  </li>
  <li>
    <p>Having <em>someone</em> nearby who understands basic medical literacy—even a family member trained in preventive health and household nutrition—makes a tangible difference. Such people can start conversations about wellness from daily life, helping extend not just lifespan, but <em>healthspan</em>.</p>
  </li>
  <li>
    <p>Early detection is non-negotiable. Recognizing early warning signs—like hypertension or elevated blood sugar—can dramatically lower the incidence of chronic disease. Routine check-ups, blood tests, and targeted screenings are among the most cost-effective health interventions we have.</p>
  </li>
  <li>
    <p>We need to raise public “healthcare literacy.” In the U.S., for example, seeing a specialist usually requires referral from a primary-care physician—a system built on continuity and gatekeeping. In China today, that structure remains underdeveloped; families often fill the gap.</p>
  </li>
  <li>
    <p>A common emotional state among older adults: fear of illness, paired with deep loneliness. Emotional support and psychological intervention aren’t luxuries—they’re frontline prevention for depression and anxiety. Regular, warm contact from loved ones meaningfully lifts well-being and eases health-related dread.</p>
  </li>
  <li>
    <p>The best clinician doesn’t just fix bodies—they reignite a person’s capacity to heal <em>themselves</em>. That means restoring confidence, hope, and agency—not only physically, but emotionally and cognitively. With thoughtful guidance and compassionate support, people rediscover their ability to regulate, adapt, and thrive.</p>
  </li>
  <li>
    <p>Mental health is the bedrock of all health. “Wake up your inner sun,” as one clinician put it—start each day by clearing mental clutter (“taking out the trash”), affirming your worth, choosing courage over resignation. Practices like gratitude journaling or daily self-affirmation build psychological resilience, lowering stress and depressive symptoms—and thereby strengthening the whole body.</p>
  </li>
  <li>
    <p>One of the nation’s biggest unspoken health problems? Widespread unhappiness. Chronic low mood and unrelenting stress wear down both mind and body. Governments and communities must treat mental health not as an afterthought—but as infrastructure.</p>
  </li>
  <li>
    <p>At elite universities like Peking and Tsinghua, 40% of students report having <em>no confidence in their future</em>. This statistic isn’t about academic failure—it’s a red flag for systemic pressure and eroded psychological safety—even among high achievers.</p>
  </li>
  <li>
    <p>Every antidepressant carries cardiovascular risk. While effective for many, long-term use may strain the heart. That’s why non-pharmacological approaches—therapy, structured movement, dietary shifts—should be first-line supports, not alternatives reserved for “mild” cases.</p>
  </li>
  <li>
    <p>Children need appreciation—not criticism—at home. When love feels conditional on performance, every critique becomes a seed for identity: <em>“I’m lazy,” “I’m dumb,” “I’ll never improve.”</em> Positive reinforcement and strengths-based feedback protect self-worth and lay foundations for lifelong emotional health.</p>
  </li>
  <li>
    <p>Too many Chinese elders live by intuition—not evidence. Some refuse medication outright; others self-prescribe based on hearsay. Lack of pharmacological literacy increases harm. What’s needed isn’t more pills—it’s clearer education, trusted clinician guidance, and shared decision-making.</p>
  </li>
  <li>
    <p>“It’s fate”—a phrase I hear too often when people face illness. Fatalism blocks action. Prevention reminds us: biology isn’t destiny. Health is shaped daily—in what we eat, how we move, whom we trust, and whether we speak up.</p>
  </li>
  <li>
    <p>Thanks to modern medicine, living past 90 is increasingly common. But <em>how</em> we live those years matters far more than the number itself. Quality trumps quantity. Suffering-free longevity is the goal—not just longer life, but richer life.</p>
  </li>
  <li>
    <p>So where does medicine deliver its greatest value? Not in the ER or the operating room—but <em>before</em> crisis hits. Prevention reduces costs, delays disability, and saves lives—not through heroics, but through consistency: regular screenings, honest conversations, accessible education.</p>
  </li>
  <li>
    <p>Many people don’t even know how to name their symptoms. “I feel tired” becomes “My whole body is weak.” This isn’t just semantics—it’s a sign of health-language poverty, limiting early help-seeking.</p>
  </li>
  <li>
    <p>Elders often under-eat—not from poverty, but from habit, frugality, or misinformation. Yet malnutrition directly fuels falls, fractures, and cognitive decline. Three to four daily servings of high-quality protein (milk, eggs, fish, tofu, poultry, lean meat) aren’t indulgences—they’re physiological necessities.</p>
  </li>
  <li>
    <p>Cognitive decline isn’t inevitable—it’s preventable. Like muscle, the brain strengthens with use. Reading, puzzles, learning new skills, even navigating unfamiliar neighborhoods—all keep neural pathways agile and delay dementia onset.</p>
  </li>
  <li>
    <p>Knowing <em>how</em> and <em>when</em> to call a doctor matters—especially in emergencies. Too many seniors hesitate, misjudge urgency, or dial incorrectly. Teaching simple protocols—like how to clearly state location and symptoms when calling 120—saves minutes that save lives.</p>
  </li>
  <li>
    <p>A quiet but dangerous pattern among Chinese elders: surrender. Phrases like <em>“I’ve lived enough”</em> often signal despair—not acceptance. That resignation stems from isolation, loss of purpose, and perceived irrelevance.</p>
  </li>
  <li>
    <p>Elder suicide rates are alarmingly high—and often under-recognized. Prevention starts with vigilance: routine emotional check-ins, validating feelings, and normalizing help-seeking—not waiting for crisis.</p>
  </li>
  <li>
    <p>Spouses are unsung guardians of mental health. Holding hands, hugging, expressing appreciation—these aren’t gestures; they’re interventions. One clinician prescribed daily hugs as “homework” for a depressed woman in Taiyuan. Within weeks, her symptoms eased—no medication required. Love, touch, and mutual witnessing are potent medicine.</p>
  </li>
  <li>
    <p>In the U.S., health literacy includes building and managing one’s own medical record over time. In China, responsibility still leans heavily on clinicians. Bridging that gap—empowering patients as co-authors of their health—is essential.</p>
  </li>
  <li>
    <p>The true magic of general practice? Risk anticipation—not just diagnosis. Preventive primary care isn’t supplemental. It’s the keystone. Without it, China’s healthcare system will remain reactive, expensive, and unequal.</p>
  </li>
  <li>
    <p>The top five killers among Chinese elders: falls, cardiovascular disease, cancer, infection, and Alzheimer’s.</p>
  </li>
  <li>
    <p>Falls are the #1 cause of injury-related death in older adults—not because falling is fatal, but because complications (pneumonia, immobility, delirium) cascade rapidly afterward. Risk spikes after age 75—due to bone loss, muscle atrophy, and slower reflexes. Simple safeguards help: no standing on stools, no standing while dressing post-shower, no walking while sightseeing (“look at the mountain, <em>then</em> walk”). Install grab bars, wear grippy shoes, and prioritize strength training.</p>
  </li>
  <li>
    <p>Cardiovascular prevention begins <em>before</em> the stethoscope: with blood sugar control, and with daily habits—especially diet. Reduce salt and added sugar. Prioritize whole foods. Move consistently. These aren’t “lifestyle tips.” They’re frontline therapy.</p>
  </li>
</ul>

<h2 id="a-few-storiesand-practical-methods">A Few Stories—and Practical Methods</h2>

<p><strong>Story 1: Natural Relief for Constipation in Older Adults</strong><br />
Many elders suffer constipation—not just from physiology, but from low mood or sedentary routines. Try this gentle, four-day protocol:</p>

<ol>
  <li><strong>Evening prep</strong>: Around 8–9 p.m., eat raw radish heart (grated or blended if teeth are weak). Its enzymes and fiber stimulate peristalsis.</li>
  <li><strong>Morning flush</strong>: Upon waking, drink 300 ml of lukewarm water.</li>
  <li><strong>Timed response</strong>: 10–15 minutes later, sit on the toilet—even if nothing happens. Train the body.</li>
  <li><strong>Consistency</strong>: Repeat for three days. Most see improvement by Day 3.</li>
</ol>

<p><strong>Story 2: Lingering Cough After Infection</strong><br />
Post-viral coughs often linger because mucus and residual virus pool in dependent lung areas. Try positional drainage:</p>

<ol>
  <li><strong>Morning posture</strong>: Lie on your left side with a pillow under your hips (to tilt pelvis upward).</li>
  <li><strong>Active clearance</strong>: Gently but deliberately cough—don’t suppress it. Do this for 5–10 minutes.</li>
  <li><strong>Alternate sides</strong>: Next day, switch to right-side lying. Continue for one week.</li>
</ol>

<p><strong>Story 3: Why Dialing 120 Correctly Matters</strong><br />
A young man called 120 for his elderly father—but hung up mid-connection, frustrated by automated prompts. He redialed, losing critical minutes. His father died en route. The daughter still carries guilt.<br />
→ <em>Fix</em>: Keep a laminated card by the phone listing full address, key medical conditions, and emergency contacts. Practice saying them aloud—calmly, clearly.</p>

<p><strong>Story 4: The Healing Power of a Spouse</strong><br />
In Taiyuan, a woman relied on antidepressants for years—until her doctor prescribed daily hugs instead. Awkward at first, then tender, then joyful. Within weeks, her dosage dropped—and soon stopped. No pill replaces presence. No protocol beats touch.</p>

<h2 id="the-three-silent-killers">The Three Silent Killers</h2>

<p>Across China, chronic disease often traces back to just three interlocking deficits:</p>

<h3 id="1-unhappiness">1. Unhappiness</h3>
<p>Chronic low mood isn’t “just stress.” It dysregulates immunity, hormones, digestion, and vascular tone. Complaints like <em>“Everyone wronged me”</em> or <em>“Life is crushing me”</em> aren’t drama—they’re biological alarms. Suppressed emotion leaks out as inflammation, hypertension, or gut dysfunction.</p>

<h3 id="2-inactivity">2. Inactivity</h3>
<p>Sedentary living isn’t neutral—it’s corrosive. Metabolism slows. Insulin resistance builds. Immune surveillance weakens.<br />
→ <em>My own shift</em>: Six months of consistent movement didn’t just improve stamina—it cut my seasonal allergic rhinitis in half. My immune system <em>noticed</em>.</p>

<h3 id="3-malnutrition">3. Malnutrition</h3>
<p>This isn’t just about hunger—it’s about <em>imbalance</em>. Some eat too little variety (missing micronutrients); others eat too much energy-dense, nutrient-poor food (overloading systems). Nutrition’s core rule? Diversity <em>and</em> moderation—not more, not less, but <em>rightly composed</em>.</p>

<h2 id="the-power-of-choice">The Power of Choice</h2>

<p>In early 1949, a senior Kuomintang official sensed the tide turning. Rather than wait, he made a decisive, high-stakes choice: he pulled his high-school-aged son from class and—through backchannel connections—sent him to Yan’an, nominally to “join the Party.”</p>

<p>When KMT colleagues confronted him, he deflected: <em>“He ran away from school—I’m demanding compensation.”</em></p>

<p>Within months, the People’s Republic was founded. His son—after just months of study—was urgently assigned to administer a major liberated city, becoming a deputy mayor before age 25. He rose steadily, eventually serving as provincial governor.</p>

<p>Was it opportunism? Perhaps. But it was also <em>foresight</em>, clarity, and willingness to act—despite uncertainty. Small choices, made with conviction, ripple across lifetimes.</p>

<h2 id="ai-voice-notes-capturing-thought-before-it-fades">AI Voice Notes: Capturing Thought Before It Fades</h2>

<p>An idea is fragile. It arrives unannounced—and vanishes just as quickly if not anchored.</p>

<p>Traditionally, we write it down. But typing interrupts flow. Voice recording preserves immediacy—but raw transcripts are messy, disjointed, hard to revisit.</p>

<p>Lately, I’ve adopted AI-powered voice notes. Speak freely—no editing, no formatting. Then let AI transcribe, summarize, and polish. The result? Clear, usable insight—captured <em>in the moment</em>, refined <em>on demand</em>. My idea frequency has risen noticeably. Not because I’m smarter—but because the barrier to capture has vanished.</p>

<p>And that, perhaps, is the quietest, most powerful form of prevention: stopping good thinking from slipping away.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>My First Half Marathon and Other Lessons on Behavior, Business Logic, and Letting Go</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-09-01-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-09-01-en/</guid>
      <pubDate>Sun, 01 Sep 2024 09:30:00 +0800</pubDate>
      <description>This reflective essay recounts the author’s first half marathon in Yantai—its sunset start, coastal energy, and personal triumph—then pivots to broader insights: why changing behavior beats transmitting knowledge, why clear business logic matters more than AI hype in product development, how AI enables meaningful elder services like memoir writing, and why harboring dislike drains us more than it affects others.</description>
      
      <category>AI</category>
      
      <category>Skill</category>
      
      <category>Organization</category>
      
      <category>Cognition</category>
      
      <content:encoded><![CDATA[<h2 id="my-first-half-marathon">My First Half Marathon</h2>

<p>This may be one of the few evening marathons in China—starting just before sunset, turning crimson halfway through, and finishing under a starlit sky.</p>

<p>On Saturday at 5 p.m., I ran a half marathon along Jingsha Beach in Yantai. Ten thousand runners moved in unison along the coastline—an impressive sight.</p>

<p>I finished the full 21.1 km in 2 hours and 27 minutes, nonstop. Especially after the 10-km mark, as dusk fell and sea breezes met the setting sun, my rhythm improved steadily.</p>

<ol>
  <li>Two months earlier, after signing up—my first-ever long-distance race—I began formal preparation. With zero prior running experience, my sole objective was safe completion.</li>
  <li>Having a concrete goal changed everything: it shaped my pacing, guided my reading (training theory, injury prevention), and anchored my weekly plan—blending running drills with strength work.</li>
  <li>After over a month of consistent training, I ran 18 km nonstop on a mountain trail. My heart rate and speed weren’t yet optimal—but I knew I could safely finish the half marathon.</li>
  <li>Total prep time was under three months. In the final month, work demands cut my training volume by more than half. Still, what mattered most wasn’t peak fitness—it was discovering <em>my</em> sustainable, safe rhythm through sustained practice.</li>
  <li>Post-race, I collected my medal, race kit (running shirt, energy gels), post-run snacks, a bottle of red wine—and unlimited beer. For the entry fee, this trip to Yantai delivered exceptional value.</li>
  <li>Now that I’ve crossed this threshold, the next target is the full marathon.</li>
</ol>

<p>I recently heard a vivid analogy: for many middle-aged people, marathon training functions like square dancing—a deliberate, joyful challenge that counters physical decline while adding meaning and fun to daily life.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-IMG_8539.JPG" alt="" /></p>

<h2 id="changing-behavior-matters-more-than-sharing-knowledge">Changing Behavior Matters More Than Sharing Knowledge</h2>

<p>Changing behavior is more impactful than transferring knowledge.</p>

<p>Take pre-recorded courses: recently, I shared with a partner the core logic behind effective course design:</p>

<ul>
  <li>Each lesson should focus on solving <em>one</em> core problem.</li>
  <li>That problem usually stems from flawed thinking <em>and</em> flawed action—so merely delivering knowledge isn’t enough. To drive real change, we must shift learners’ cognition <em>and</em> activate new behaviors.</li>
  <li>Great courses do both:
    <ul>
      <li><strong>Cognitive shift formula</strong>: <em>Content = Real-world challenge + Ineffective approach + New solution + Tangible outcome</em>. This makes learning stick.</li>
      <li><strong>Behavior activation model</strong>: <em>Behavior = Motivation × Ability × Prompt (B = MAP)</em>. Design prompts that lower friction and make action feel effortless.</li>
    </ul>
  </li>
  <li>When both strategies are embedded, learning impact multiplies.</li>
</ul>

<p>A senior medical expert shared a telling story. During the early post-pandemic wave, many elderly family members suffered severe illness—and some passed away. He advised his own parents: “Crank up the heating, run the humidifier full blast.” Why? Because viruses struggle in hot, humid conditions—just like summer. So he turned their home into a “summer environment.” Result? Fewer infections, milder symptoms, less suffering.</p>

<p>We often know the big ideas—but what moves the needle is <em>actionable guidance</em>. Even one simple, executable instruction—something that delivers visible results <em>immediately</em>—builds trust and deepens understanding of the underlying principle.</p>

<h2 id="the-real-bottleneck-is-business-logic">The Real Bottleneck Is Business Logic</h2>

<ol>
  <li>A friend’s company wants to pivot to consumer-facing products using AI—and has started building AI-powered applications. In several planning sessions, I noticed recurring roadblocks.</li>
  <li>Early on, leadership fixated on AI’s capabilities—and spent disproportionate time debating technical limitations.</li>
  <li>When demo versions revealed flaws, they over-indexed on those issues. But in my view, such gaps are normal at the start; AI excels first at solving narrow, well-defined problems—not broad, fuzzy ones.</li>
  <li>The deeper, more dangerous issue? Unclear use cases and ill-defined problems. Without specificity, discussions drift into abstract, ungrounded debates—no shared standard for success.</li>
  <li>That’s where the real bottleneck lies: <em>What exact pain point does this product solve? How will it solve it—and to what measurable degree?</em> Often, “standard” just means having one clear reference example. Once you have that, replicating it with AI becomes straightforward—and so does designing the product.</li>
  <li>Perfectionism is another trap. A breakthrough technology paired with a 60-point implementation can still astonish users—and reveal whether your design intuition is sound. Better to ship a “rough but working” version fast, then iterate rapidly.</li>
</ol>

<h2 id="writing-memoirs-for-the-elderlywith-ai">Writing Memoirs for the Elderly—with AI</h2>

<p>Among all current AI-related funding rounds, very few target older adults. But one recent case stood out: an AI-powered service that helps seniors write personalized memoirs—for ¥50,000 per project.</p>

<p>Here’s what struck me:</p>

<p>Recent AI tools can now draft high-quality memoirs far exceeding traditional expectations—dramatically cutting writing labor costs.</p>

<p>That ¥50,000 margin is exceptionally high. So the true competitive edge no longer lies in AI itself—but in <em>service design</em> and <em>AI orchestration</em>.</p>

<p>Service is likely the largest cost driver: deep, empathetic conversations with elders take time. The key is delivering <em>emotional value</em>—making them feel seen, honored, and emotionally safe.</p>

<p>AI orchestration means having a rigorous methodology: structured interview frameworks, proven content structuring principles, and light-touch personalization. That system—not raw AI power—determines output quality. That’s what “mastering AI” really means here.</p>

<h2 id="dont-waste-energy-hating-someone">Don’t Waste Energy Hating Someone</h2>

<p>I read a line I deeply agree with:<br />
<em>“Disliking someone harms them not at all—but costs you dearly. Hatred leaks your energy.</em><br />
<em>The more you vent, the more you obsess over their actions. Every time you replay that moment of irritation, you drain yourself.”</em></p>

<p>It’s okay to feel anger. It’s okay to speak up—even sharply. But sustained hatred? That’s a slow leak in your own reservoir.</p>

<p>The idea is simple. Practicing it? Hard.</p>

<p>One of the best remedies is <em>attention redirection</em>: pour energy into your craft, your fitness, your skill-building—anything that builds momentum and self-efficacy.</p>

<p>Humans are forgetful by nature. When you redirect attention <em>and</em> achieve tangible progress, old grievances fade—not because they vanish, but because they lose gravitational pull.</p>

<p>The core rule: don’t reinforce negativity in your mind. Don’t let dislike become a loop—because loops consume energy, not create it.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Starting Small</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-08-25-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-08-25-en/</guid>
      <pubDate>Sun, 25 Aug 2024 09:30:00 +0800</pubDate>
      <description>This essay reflects on beginning with a narrow, concrete entry point—whether in startups, AI adoption, or personal learning—and explores how deep focus on small-scale problems enables scalable growth, effective AI use, and meaningful human connection through activities like running.</description>
      
      <category>AI</category>
      
      <category>startup</category>
      
      <category>cognition</category>
      
      <category>workflow</category>
      
      <category>community</category>
      
      <category>running</category>
      
      <content:encoded><![CDATA[<h2 id="starting-small">Starting Small</h2>

<p>Great startups always begin with an extremely narrow entry point.</p>

<p>A former boss recently visited our company and shared his latest entrepreneurial insights.</p>

<p>He observed that many successful ventures start with a tiny idea—then go deep, execute thoroughly, and build solid foundations before gradually expanding. That’s spot-on.</p>

<p>Take Toutiao (now Jinri Toutiao), for example. Before launching its flagship app, the team experimented with smaller applications—testing core assumptions and refining their algorithmic recommendation engine. Only after validating that logic did they scale up to a full-fledged product—and later spin off related apps built on the same foundational principle.</p>

<p>Two points stand out here. First, you must anchor your effort in a <em>specific, well-defined scenario</em>: What exact problem does it solve? For whom? The user base doesn’t need to be massive—a niche image community with just a few million users can be more than enough to validate your business model or operational logic. From there, thoughtful extension and iteration become possible.</p>

<p>Second, when choosing that entry point, you must assess its <em>ceiling</em>—its inherent scalability and long-term potential. If no matter how hard you push, the idea hits a hard limit—say, a market too small or a technical constraint too rigid—you’ll stall early. So picking the right starting point demands both tactical clarity <em>and</em> strategic foresight.</p>

<h2 id="how-ai-can-multiply-productivity-tenfold">How AI Can Multiply Productivity Tenfold</h2>

<p>Designing a full course curriculum is grueling work.</p>

<p>Traditionally, it involves industry research, audience positioning, cross-team alignment, and line-by-line editing of every lesson script.</p>

<p>For a 50-lesson series, this process routinely takes at least one month—even with experienced teams. Several friends confirmed the same timeline.</p>

<p>But recent hands-on experience shows AI <em>can</em> dramatically accelerate this—by roughly ten times.</p>

<p>Yet three human capabilities remain irreplaceable:</p>

<ol>
  <li><strong>Methodological clarity</strong>: You must define the project’s underlying logic and rules—not just <em>what</em> to produce, but <em>why</em> and <em>how</em> it fits together.</li>
  <li><strong>Structural discipline</strong>: AI writes well only when fed clear frameworks—content outlines, logical flow, consistent voice, and quality benchmarks. Even then, outputs require iterative refinement.</li>
  <li><strong>Prompt engineering fluency</strong>: Translating those frameworks into precise, context-aware prompts—and adjusting them continuously during production—is where real skill lies. It’s not intuitive. It’s learnable—but it’s nontrivial.</li>
</ol>

<p>AI <em>does</em> hold enormous productivity potential. But unlocking it isn’t plug-and-play.</p>

<p>This week, my former online school supervisor stopped by. We exchanged practical AI use cases—and he told a telling story: while teaching AI to his child, he realized kids approach it differently than adults—and it’s harder to teach than he expected. He admitted his own learning curve was steeper than anticipated.</p>

<p>Another friend echoed this on a recent trip. He argued that while <em>using</em> AI feels effortless, <em>mastering</em> it is genuinely hard—far harder than learning to search on Baidu was for ordinary users two decades ago.</p>

<h2 id="understanding-fine-tuning-vs-prompting">Understanding Fine-Tuning vs. Prompting</h2>

<p>How do fine-tuning and prompting differ?</p>

<p>A friend offered a vivid analogy:</p>

<blockquote>
  <p>Writing a prompt is like training a bright child—you give a rough instruction (“Explain photosynthesis like I’m twelve”), and they deliver something solid—say, an 80% solution.</p>

  <p>Fine-tuning, by contrast, is like training a slower learner. You feed them hundreds of examples, correct their mistakes repeatedly, and slowly lift their performance—from 70% to 80%, then 90%. It’s painstaking. Think of teaching Yang Guo martial arts: progress is real, but slow and labor-intensive.</p>
</blockquote>

<p>It’s not a technically rigorous comparison—but for absolute beginners, it’s remarkably effective at clarifying the <em>practical difference</em>: prompting leverages existing intelligence with light guidance; fine-tuning reshapes the model itself through sustained, data-driven training.</p>

<h2 id="running-as-social-infrastructure">Running as Social Infrastructure</h2>

<p>Today in Tianjin, I met a friend at the Olympic Sports Center track for a morning run.</p>

<p>I woke at 6 a.m., grabbed my gear, rode a shared yellow bike to the stadium—and we started running together.</p>

<p>We ran for over an hour, talking the whole time. Afterward, we sat on the track for another hour, continuing the conversation.</p>

<p>I’ve grown deeply fond of this kind of interaction: movement + unstructured, high-bandwidth dialogue.</p>

<p>We covered MCN operations, education product design, teacher development models—and his own evolving thinking on all of it. His insights—grounded in real cases—gave me fresh perspective.</p>

<p>What stands out is how <em>clear-headed</em> and <em>productive</em> these conversations feel. Physical exertion seems to lower mental friction, deepen attention, and raise the quality of reflection. It’s not just exercise—it’s cognitive infrastructure. And it’s highly recommended.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Surrender Experiment</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-08-18-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-08-18-en/</guid>
      <pubDate>Sun, 18 Aug 2024 09:30:00 +0800</pubDate>
      <description>This essay reflects on Michael A. Singer’s *The Surrender Experiment*, weaving in insights about mindful presence, effective companionship, avoiding premature 0-to-1 ventures, voice-first AI opportunities for underserved users, applying AI to narrow, reliable tasks, praising ByteDance’s Doubao LLM for cost and service excellence, and spotting real opportunities amid economic downturns.</description>
      
      <category>AI</category>
      
      <category>business</category>
      
      <category>cognition</category>
      
      <category>workflow</category>
      
      <content:encoded><![CDATA[<h2 id="the-surrender-experiment">The Surrender Experiment</h2>

<p>Recent experiences—some uplifting, some challenging—brought me back to a book I’ve reread several times: <em>The Surrender Experiment</em> by Michael A. Singer. Last year, a friend and I read it section by section, daily, and even sketched out a “Surrender Model” together.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-1F82CE53-B2BC-4CCE-88FD-7D7DADF8FEB8.png" alt="" /></p>

<p>In that model, we defined surrendering to life as: surrendering to your true self—and to the intuition and principles that arise from within.</p>

<p>Drawing from both the book and recent lived experience, here’s what’s crystallized for me:</p>

<ol>
  <li><strong>Don’t resist what has already happened</strong>—whether “good” or “bad”—based on personal preference. But the very act of labeling events as good or bad reveals a clinging mind; true acceptance begins only when that duality dissolves.</li>
  <li><strong>With what’s coming, withhold judgment.</strong> To some extent, follow inner intuition—not as blind impulse, but as quiet alignment with deeper knowing.</li>
  <li><strong>Accept each person and situation without preference or aversion.</strong> Surrender isn’t passivity—it’s clarity. When unclouded by emotion or judgment, our choices become sharper, more aligned with what truly matters and what serves us long-term.</li>
  <li><strong>Focus lives in presence—and presence thrives on curiosity, not evaluation.</strong> Take meetings: when you’re not <em>in</em> them, your mind floods with unrelated thoughts. That mental noise isn’t insight—it’s inefficiency. Real focus means showing up, fully, with open attention.</li>
  <li><strong>Don’t borrow anxiety from the future.</strong> Tackle things as they arrive—one at a time—with full attention. You’ll find most problems resolve cleanly, without drama.</li>
  <li><strong>Judgment and preference breed friction.</strong> Disliking a task, resisting a person, or resenting a situation doesn’t change reality—it multiplies perceived difficulty. The same event feels entirely different depending on your inner state—and that state is always within reach of choice.</li>
</ol>

<h2 id="how-to-accompany-well">How to Accompany Well</h2>

<p>This week, I had dinner with a senior medical expert. He shared a story from ten years ago.</p>

<p>He’d lived in the U.S. for two decades—but returned home when his elderly mother fell into deep depression and poor health. Her grief stemmed from her husband’s early death and the absence of all three sons. She was, effectively, alone.</p>

<p>As the youngest son, he chose to come back—not just to be physically present, but to accompany her, day after day. Ten years later, she’s 93, walks briskly around her neighborhood, and enjoys robust health.</p>

<p>Three key factors drove this transformation:<br />
First, <strong>patient, consistent companionship</strong>, which rebuilt her sense of safety and emotional stability.<br />
Second, his <strong>medical expertise</strong>, enabling better nutrition, routines, and preventive habits.<br />
Third, <strong>practical preparedness</strong>: he curated low-fat medications, compiled emergency hospital contacts for her caregiver, and set up safeguards—none of which, to date, have been needed.</p>

<p>What made the difference wasn’t grand interventions. It was <em>effective accompaniment</em>—the kind that applies equally to aging parents, young children, or anyone who needs steady, attuned presence.</p>

<h2 id="avoid-building-from-zero-0-to-1">Avoid Building from Zero (0-to-1)</h2>

<p>A friend lost significant money last year launching an e-commerce venture. After China’s “Double Reduction” policy reshaped the education sector, he pivoted away from teaching—into unfamiliar terrain.</p>

<p>He poured time, capital, and energy into building something entirely new. It failed.</p>

<p>This year, he’s returning to education—but with new ideas he asked me to vet. After hearing his plans, I noticed a pattern: every project demanded starting from scratch. No proven workflows. No existing user base. No team with domain muscle. Just raw ambition and high uncertainty.</p>

<p>That’s a red flag—for him, right now. His priority isn’t legacy-building. It’s <em>cash flow</em>. And statistically, 0-to-1 ventures fail far more often than 1-to-10 scaling.</p>

<p>When reserves—financial, emotional, or social—are thin, avoid zero-based starts. Instead, <strong>leverage what already works</strong>: refine an existing offering, deepen a current channel, or repurpose proven assets. That’s how you generate value quickly—and sustainably.</p>

<h2 id="the-voice-first-opportunity">The Voice-First Opportunity</h2>

<p>Here’s a surprising data point: China has ~1.2 billion mobile internet users—but after deduplication, nearly half have <em>never used any input method app</em>. That means only ~600 million people actively use keyboards or handwriting tools. The other 600 million? They’re largely silent in text-based digital spaces.</p>

<p>So what <em>are</em> they doing?<br />
Mostly watching short videos—on platforms like Douyin, where no typing is required. They engage via scrolling, tapping, and voice.</p>

<p>AI changes everything for this group. For the first time, people who struggle with keyboards—or never learned them—can express themselves fluently: through speech + AI. Voice notes, voice-to-text journals, spoken queries—all become accessible.</p>

<p>Even note-taking shifts: traditional apps demand active typing, a barrier for many. But voice-native, AI-augmented notes remove that friction. AI handles cleanup, summarization, and structure—so expression comes first, polish second.</p>

<p>This isn’t incremental improvement. It’s a <em>mass activation</em>—unlocking participation, creativity, and connection for hundreds of millions previously excluded from the text-based web.</p>

<h2 id="use-ai-for-simple-specific-tasks">Use AI for Simple, Specific Tasks</h2>

<p>A friend and I were discussing AI’s practical limits. His colleague—a healthcare professional—pointed out a sobering truth: in high-stakes domains like medicine, unpredictability in AI outputs can be dangerous.</p>

<p>Yes, large language models are powerful levers. But leverage only works when applied precisely.</p>

<p>The most reliable way to deploy AI? <strong>Keep it small.</strong> Focus on single, well-bounded tasks:</p>
<ul>
  <li>Parsing exam questions</li>
  <li>Generating product descriptions</li>
  <li>Drafting email subject lines</li>
</ul>

<p>If a problem feels complex—say, analyzing a 50-page clinical report—don’t ask one model to “solve it.” Break it down: extract key findings → summarize sections → flag inconsistencies → draft recommendations. Each step becomes a discrete, testable, controllable AI interaction.</p>

<p>Complexity isn’t solved by bigger models. It’s tamed by smarter decomposition.</p>

<h2 id="a-shout-out-to-doubao-bytedances-llm">A Shout-Out to Doubao (ByteDance’s LLM)</h2>

<p>Let’s give credit where it’s due: <strong>Doubao</strong>, ByteDance’s large language model, has become our primary inference engine—replacing earlier models across both production tools and new prototypes.</p>

<p>Why? Three reasons:</p>
<ol>
  <li><strong>Cost:</strong> At 100 million tokens per day, API expenses hover around tens of RMB—unbeatable for scale.</li>
  <li><strong>Performance:</strong> For focused, single-turn tasks (e.g., rewriting, classification, extraction), Doubao delivers consistently strong results—no worse than top-tier alternatives.</li>
  <li><strong>Support:</strong> ByteDance assigned us a dedicated cross-functional team—product, engineering, and biz-dev—with rapid response times and genuinely useful strategic input. Their partnership has accelerated our AI experimentation significantly.</li>
</ol>

<p>Ironically, internal skepticism once held Doubao back—engineers doubted its technical depth versus global leaders. But from a <em>user’s</em> perspective? Its combination of affordability, reliability, and responsiveness makes it uniquely positioned—not just for today, but for the next wave of pragmatic, production-grade AI adoption.</p>

<h2 id="opportunity-in-downturns">Opportunity in Downturns</h2>

<p>Business logic flips between boom and bust cycles—and so do real opportunities.</p>

<p>In growth periods, optimism runs high. Consumers spend freely, ignore price tags, and chase novelty. “Premium” sells easily—even without clear utility.</p>

<p>In downturns, behavior shifts: people scrutinize every yuan. They compare, delay, and prioritize <em>value over veneer</em>.</p>

<p>Take coffee: a few years ago, no one blinked at ¥38 for a latte. Today, that same purchase triggers a micro-calculation. “Is this worth it <em>right now</em>?”</p>

<p>That’s not pessimism—it’s recalibration. And it creates openings: for leaner products, transparent pricing, utility-first design, and services that demonstrably save time or money. The downturn doesn’t kill opportunity. It filters out the fluff—and reveals what people <em>truly</em> need.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>How to Upgrade Your Cognition</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-08-11-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-08-11-en/</guid>
      <pubDate>Sun, 11 Aug 2024 09:30:00 +0800</pubDate>
      <description>This essay explores cognition as the core competitive edge, introduces the “CII formula” (Cognition = Information × Interpretation), and discusses the role of role models, cultivating calmness through rational-brain training, and identifying emotional drain in relationships by measuring judgment versus support.</description>
      
      <category>cognition</category>
      
      <category>mental models</category>
      
      <category>self-improvement</category>
      
      <category>relationships</category>
      
      <category>mindfulness</category>
      
      <content:encoded><![CDATA[<h2 id="how-to-upgrade-your-cognition">How to Upgrade Your Cognition</h2>

<p>Zhang Yiming says: “Cognition is a person’s greatest competitive advantage—your understanding of something <em>is</em> your competitive edge in that domain. In theory, all other production factors can be assembled: how much capital you raise, from whom, who you hire, and so on. The deeper your understanding, the stronger your edge.”</p>

<p>So—how do we actually upgrade our cognitive capacity?</p>

<p>Here’s a working formula: <strong>C = I × I</strong>, or the <em>Cognition-I² Formula</em>.</p>

<p>What does it mean?</p>

<ul>
  <li><strong>C</strong>: Cognition—the level of your understanding</li>
  <li><strong>I</strong>: Information—your ability to access high-quality, meaningful, wisdom-rich information (not fragmented snippets from Douyin or WeChat Moments)</li>
  <li><strong>I</strong>: Interpretation—your ability to analyze deeply, cut to the essence, and align insight with real-world goals</li>
</ul>

<p>Cognition depends on <em>both</em> elements—neither alone suffices.</p>

<p>Take an extreme example: even if you hand a person with zero interpretive capacity a piece of information worth ¥100 million, it’s useless. Their interpretation “I” is zero—so C = I × 0 = 0.</p>

<p><strong>How to strengthen Information ability</strong>:</p>
<ul>
  <li>Enter high-cognition circles</li>
  <li>Connect with people who are significantly more capable</li>
  <li>Read timeless, foundational books</li>
</ul>

<p><strong>How to strengthen Interpretation ability</strong>:</p>
<ul>
  <li>Practice mindful meditation</li>
  <li>Cultivate independent thinking</li>
  <li>Engage in deliberate practice</li>
  <li>Strive to become an expert—not just in skill, but in <em>seeing patterns</em>, asking first-principle questions, and refining mental models</li>
</ul>

<h2 id="why-you-need-role-models">Why You Need Role Models</h2>

<ol>
  <li>A role model is fundamentally a <em>reference point</em>—a stable benchmark against which you calibrate your own progress.</li>
  <li>Without such a reference, what happens?</li>
  <li>You risk losing clear principles, stalling improvement, failing to spot your blind spots—and gradually narrowing your thinking.</li>
  <li>Having a role model anchors you. It helps you see where you fall short—not to shame yourself, but to identify concrete, meaningful growth opportunities. That’s where real development begins.</li>
  <li>Crucially: having a role model doesn’t mean diminishing your own worth. Every person is unique, with irreplaceable strengths and value.</li>
  <li>Must you have only <em>one</em> role model? No. You can—and should—have different ones across domains.</li>
  <li>For example: my piano role model is Beethoven; my entrepreneurial role model is Elon Musk; my education role model is Zhang Bangxin; my investing role model is Warren Buffett; my writing role model is Han Han.</li>
  <li>What ties them together? Each embodies a direction I aspire to <em>in that specific domain</em>—and each aligns with my personal traits and values. That alignment is what makes the role model meaningful—not imitation, but resonance.</li>
</ol>

<h2 id="a-calm-mindset">A Calm Mindset</h2>

<p>A calm mindset is profoundly important—not as passive detachment, but as the steady ground from which clear action emerges. It means staying composed and rational <em>no matter the scale</em> of the challenge, so your rational brain—not emotion or panic—leads the way to the best solution.</p>

<p>Calmness isn’t innate—it’s trainable. What you’re training is the <em>switching capacity</em> between your rational brain and your emotional (or even reactive “survival”) brain.</p>

<p>Under stress, the emotional brain often fires first—and it’s terrible at problem-solving. So strengthening your rational brain’s ability to engage <em>calmly and promptly</em> is essential.</p>

<p>How to train it:</p>
<ul>
  <li>First, learn to <em>let go of what’s already happened</em>. If you’ve lost ¥1 million, that fact is fixed. If you collapse emotionally, you trigger suppressed anger or despair—none of which help solve anything. The most effective response is to <em>acknowledge the reality directly</em>, without resistance.</li>
  <li>Second, gather key facts objectively—what’s verifiable, what’s relevant, what’s missing—so your analysis stays grounded, not distorted by mood.</li>
</ul>

<p>With consistent practice, this composure becomes automatic—a habit, not a struggle.</p>

<h2 id="what-is-emotional-drain">What Is Emotional Drain?</h2>

<p>In any two-person relationship—be it romantic, familial, or friendship—ask one simple question to detect emotional drain (<em>neihao</em>, or “inner consumption”):</p>

<p><strong>Does one person’s judgment of the other outweigh their support?</strong></p>

<ul>
  <li>If <em>judgment &gt; support</em>: the relationship is draining.</li>
  <li>If <em>judgment &lt; support</em>: healing and growth begin.</li>
</ul>

<p>By “judgment,” I mean criticism, labeling (“You’re so lazy”), moralizing lectures, or unsolicited advice that implies inadequacy.<br />
By “support,” I mean: <em>You try. I don’t reject you when you fail. I celebrate you when you succeed.</em></p>

<p>This logic applies widely—to partners, parents, children, friends, even colleagues. When judgment dominates, energy leaks. When support leads, energy flows—and grows.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Getting Hands-On</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-08-04-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-08-04-en/</guid>
      <pubDate>Sun, 04 Aug 2024 09:30:00 +0800</pubDate>
      <description>This reflective essay explores the value of firsthand experience in entrepreneurship, shares observational insights from a visit to GetIt (Dedao), introduces the “output-oriented mindset,” and outlines AI-era foundational literacy—including Chinese, English, math, and prompt engineering—for children. It also examines why learning to truly harness AI remains essential despite its apparent simplicity.</description>
      
      <category>AI</category>
      
      <category>cognition</category>
      
      <category>workflow</category>
      
      <category>education</category>
      
      <category>entrepreneurship</category>
      
      <category>productivity</category>
      
      <content:encoded><![CDATA[<h2 id="why-getting-hands-on-matters">Why Getting Hands-On Matters</h2>

<p>At the start of 2021, after extensive field research, Lei Jun convinced Xiaomi’s board to enter the smart electric vehicle industry. After intense discussion, the board approved—but with one condition: Lei Jun himself had to lead the car project.</p>

<p>Because only he, stepping directly into the trenches, could make it happen.</p>

<p>That moment struck me deeply. To be honest, I’m still new to entrepreneurship—many of my ideas remain raw and untested.</p>

<p>I began experimenting with startups in 2019, but it wasn’t until last year that I finally started feeling like I was <em>in</em> it.</p>

<p>That shift came from choosing to get hands-on—to do every small thing myself.</p>

<p>My corporate career had been relatively smooth, so over time, I’d gradually stopped paying close attention to execution-level details. That habit carried over into my early startup years: I contributed almost nothing concrete to project-level work.</p>

<p>But from last year through now, as I’ve taken on more operational responsibilities—and sustained deep focus on granular details—I’ve begun receiving genuinely meaningful, cumulative feedback. That’s where I’ve found real entrepreneurial satisfaction: freedom, growth, and the quiet pride of tangible progress.</p>

<h2 id="three-observational-details-from-a-visit-to-getit-dedao">Three Observational Details from a Visit to GetIt (Dedao)</h2>

<p>This week, I attended an in-person session hosted by Hongli Society at GetIt (Dedao), and took the chance to tour their office. A company’s culture often lives not in slogans—but in small, consistent details.</p>

<p><strong>First detail: The staff library</strong><br />
Just past the reception area sits an open, inviting employee library—immediately signaling what kind of company this is. The shelves hold mostly books published by GetIt and its authors.</p>

<p><img src="" alt="" /></p>

<p><strong>Second detail: Meeting rooms</strong><br />
I stepped into a meeting room to take a call—and was struck by how meticulously arranged the furniture was: chairs perfectly aligned, tables spotless, supplies precisely placed. Not just <em>one</em> room—every single meeting room I checked followed the same exacting standard, down to pens and notebooks. It felt like the work of someone with clinical-level orderliness. Nothing like the ad-hoc setups I’d seen across major internet firms.</p>

<p><strong>Third detail: The “Oops Wall”</strong><br />
GetIt has a wall listing major projects they’ve launched—alongside candid, self-deprecating accounts of things that went wrong. It’s not about blame; it’s structured humility—a visible, shared practice of reflection.</p>

<h2 id="the-output-oriented-mindset">The Output-Oriented Mindset</h2>

<p>Hua Shan, founder of Huayu Hua, once described a simple but powerful concept in an interview: <em>output</em>.</p>

<p>He gave his own example: every morning, without fail, he writes ~2,000 words. That daily writing <em>is</em> his output—the tangible, perceptible artifact of his work.</p>

<p>My weekly reflection essays? Also my output.</p>

<p>We often say, “Don’t waste a day”—or “Find meaning in each day.” But “meaning” is too vague to guide action. The <em>output-oriented mindset</em> makes it concrete: define something you’ll produce—something measurable, shareable, and reviewable.</p>

<p>You can apply this widely: run one marathon per year; write one book annually; read and annotate one book per week. These outputs become anchors—proof that your days weren’t just passed, but <em>built</em>.</p>

<h2 id="ai-era-foundational-literacy-for-children">AI-Era Foundational Literacy for Children</h2>

<p>Preparing kids for the AI era means equipping them with four core language competencies:</p>

<ol>
  <li><strong>Chinese (native language)</strong> — the vessel of cultural continuity</li>
  <li><strong>English</strong> — the global lingua franca; fluency opens access to worldwide knowledge and collaboration</li>
  <li><strong>Mathematics</strong> — the universal syntax underlying all disciplines</li>
  <li><strong>Prompting</strong> — the new leverage language; the fundamental tool for directing AI intelligently</li>
</ol>

<h2 id="why-learn-aireally-learn-it">Why Learn AI—Really Learn It?</h2>

<p>We’re now delivering our first paid, structured AI course for kids. Early signals are encouraging: interest in AI products consistently outpaces demand for math or language offerings—likely due to low competition and widespread public awareness.</p>

<p>Yet delivery has surfaced real challenges:</p>
<ul>
  <li>How do we explain <em>what AI actually does for a child’s thinking</em>—beyond “it helps with homework”?</li>
  <li>How can parents and kids <em>feel</em>, not just hear about, shifts in reasoning or creativity?</li>
  <li>Can we guarantee accuracy—especially when solving problems?</li>
</ul>

<p>To address kids’ unique needs, we built a custom AI learning platform from scratch. That’s powerful—but it also raises the bar: explaining how it works, and lowering the barrier to use it well.</p>

<p>What’s become clear is this: AI may <em>seem</em> easy to use—but most people don’t know how to <em>wield</em> it. They click, copy, and move on—without unlocking its real potential. Without turning it into <em>new productivity</em>.</p>

<p>That gap—between access and mastery—is exactly why learning to truly harness AI isn’t optional. It’s the new baseline skill.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>A Friend Gave Me a Crash Course in Fundraising</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-07-28-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-07-28-en/</guid>
      <pubDate>Sun, 28 Jul 2024 09:30:00 +0800</pubDate>
      <description>This reflective essay distills lessons from a serial founder’s seventh round of funding—covering clarity of definition, strategic capital allocation, and the role of money as leverage. It also explores child development (genes + environment), the erosion of intellectual authority through over-speech, and what truly sustains healthy intimate relationships: minimal friction, not maximal passion.</description>
      
      <category>fundraising</category>
      
      <category>organizational design</category>
      
      <category>cognition</category>
      
      <category>parenting</category>
      
      <category>relationships</category>
      
      <content:encoded><![CDATA[<h2 id="a-friend-gave-me-a-crash-course-in-fundraising">A Friend Gave Me a Crash Course in Fundraising</h2>

<p>This afternoon, a friend dropped by the office. He’d just closed his latest major funding round—the seventh since he founded his company. With remarkable clarity and systematization, he walked us through his hard-won insights on fundraising.</p>

<p>His edge lies in two things: first, his consistent ability to raise capital at the right time—regardless of macro conditions; second, his razor-sharp understanding of business logic at each stage, and his agility in adapting that logic as both the business and its environment evolve.</p>

<p>Here’s how he framed it:</p>

<ol>
  <li><strong>One-sentence definition</strong>: You must be able to define your company or brand in a single sentence—one that captures <em>what you do</em>, <em>how you’re different</em>, and <em>why it matters</em>. Example: “A next-generation online school for the AI era.”</li>
  <li><strong>The pitch deck is for <em>you</em>, not just investors</strong>: Its core purpose isn’t just to impress—it’s to force you to clarify your business logic and current strategy. Simpler is better. Fewer words, more models.</li>
  <li><strong>Capital allocation must be surgical</strong>: Few firms today hand out large cash infusions—but some still do. Before pitching, know exactly how much you need <em>and</em> precisely where it will go. The goal isn’t to spread funds evenly across functions; it’s to focus relentlessly on <em>one critical module</em> of your business model—e.g., scaling acquisition—not diluting impact across ten.</li>
  <li><strong>Money is leverage</strong>: Fundraising is about showing investors how your <em>existing</em> business model, amplified by this capital, becomes a <em>new</em> one—clearer, larger, more defensible.</li>
  <li><strong>In growth mode, “good enough” often wins</strong>: Especially in education, users rarely discern subtle product differences. As long as delivery meets baseline quality (~70/100), they’ll stay. Don’t over-engineer the product while undercapitalized.</li>
  <li><strong>Funding lifts morale</strong>: Beyond capital, a successful round acts as a powerful psychological reset—especially when the team is fatigued or demoralized.</li>
  <li><strong>Cash &gt; valuation</strong>: Know your hard floor and ceiling for amount raised. Valuation is abstract; liquidity is real.</li>
  <li><strong>“Why you?” is non-negotiable</strong>: Differentiation isn’t a slogan—it’s a concrete answer grounded in unique capabilities, not just positioning. Ask it early, answer it honestly, and build around it.</li>
  <li><strong>Confidence shows in spontaneity</strong>: If your logic is clear, you won’t need to read your deck. Sketch it live on a whiteboard with a black marker. That’s where conviction becomes visible.</li>
  <li><strong>Think 2 years ahead—not 10</strong>: Strategic clarity within a 24-month horizon is already exceptional. Iterate as you go.</li>
  <li><strong>A great product ≠ a great asset</strong>: I may admire your car—but that doesn’t mean I’ll buy it. A great <em>company</em>, however, <em>is</em> an asset—because it generates predictable value, and <em>that’s</em> what commands valuation.</li>
</ol>

<h2 id="what-shapes-a-childs-behavior">What Shapes a Child’s Behavior?</h2>

<p>Raising kids is hard. Get it right, and you build a resilient, joyful family. Get it wrong—and things unravel fast.</p>

<p>For most parents, “getting it right” means their child’s behavior broadly aligns with—or exceeds—their expectations.</p>

<p>But here’s the rub: <em>expectation itself is fragile</em>. Once you set one, deviation is inevitable. Your response then splits into two paths: accommodate, or pressure. Neither is easy.</p>

<p>So one of the most practical upgrades to parenting well-being? <strong>Lower your expectations—strategically.</strong></p>

<p>We often assume we can shape our children’s behavior through sheer intention—guiding them toward our ideal version of themselves.</p>

<p>Mainstream developmental theory rightly emphasizes environment: parenting style, school, peers, extended family. Parents’ influence is profound.</p>

<p>Yet environment is only half the story. The other half—frequently overlooked—is <strong>genetics</strong>.</p>

<p>Behavior emerges from the interplay of both: genes <em>and</em> environment. Neither alone determines the outcome.</p>

<p>Why does this matter?</p>

<p>Because it reveals a blind spot in our “best practices” mindset: believing that if we just apply the <em>right</em> educational method—based on our own values or latest research—we’ll get the <em>right</em> result.</p>

<p>That logic is incomplete.</p>

<p>It demands deeper self-inquiry: <em>Who am I, really?</em> What traits, tendencies, and limits did <em>I</em> inherit—and how might those echo in my child?</p>

<p>Research on adopted children shows something striking: their behavioral patterns often resemble those of their biological parents far more than their adoptive ones.</p>

<p>And the traits your child displays—temperament, energy level, sensitivity—are not flaws to fix, but expressions of their unique genetic signature. Seeing them that way changes everything.</p>

<h2 id="how-intellectual-authority-erodes">How Intellectual Authority Erodes</h2>

<p>There are two kinds of authority:</p>
<ul>
  <li>One granted by position—title, hierarchy, formal power.</li>
  <li>One earned through insight—depth of thinking, clarity of judgment, consistency of wisdom.</li>
</ul>

<p>Long-term, the second kind is vastly more durable and respected. The first depends entirely on external structures: your company, your role, your access. Walk away from the org chart, and it vanishes.</p>

<p>What interests me more is: <strong>How does the second kind erode—or fail to form in the first place?</strong></p>

<p>A surprisingly direct cause: <strong>talking too much.</strong></p>

<p>When you flood listeners with ten or twenty points at once, you dilute the value of the one or two that actually matter.</p>

<p>Say Person A delivers twenty statements—only one resonates with you. Person B delivers three—and one lands powerfully. Who feels more authoritative? Not the louder one. The <em>more precise</em> one.</p>

<p>That’s the <strong>authority dilution effect</strong>.</p>

<p>So the real question shifts: <em>How do we increase the density of useful information per utterance?</em></p>

<p>Two levers:</p>
<ul>
  <li><strong>Think before you speak</strong>—not just “a little,” but deeply.</li>
  <li><strong>Delay expression</strong>—even by seconds.</li>
</ul>

<p>In most cases, slowing down just enough to engage System 2 (slow, deliberate reasoning) instead of relying on System 1 (fast, intuitive, often biased output) dramatically raises the signal-to-noise ratio of what you say.</p>

<p>Over time, lasting authority grows not from volume—but from sustained learning, reflection, and real-world testing of ideas.</p>

<h2 id="what-sustains-a-healthy-intimate-relationship">What Sustains a Healthy Intimate Relationship?</h2>

<p>A truly healthy intimate relationship doesn’t just endure—it deepens. Its intimacy rises steadily over time.</p>

<p>It doesn’t run on intense, romantic love. Love is fleeting. It’s unreliable fuel.</p>

<p>What <em>does</em> work? <strong>Minimal friction</strong>:</p>
<ul>
  <li>Very little mutual criticism,</li>
  <li>Very little demand or extraction,</li>
  <li>Very little coercion,</li>
  <li>Very little complaint.</li>
</ul>

<p>Remove those, and space opens up—for patience, for autonomy, for genuine understanding.</p>

<p>I’ve felt this shift more clearly lately: the quieter the dynamic, the stronger the bond.</p>

<p>And it applies beyond romance—to friendships, family ties, even working relationships.</p>

<p>At its core, it’s a relationship without chains: only equality, curiosity, and quiet appreciation.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>How to Understand Regret</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-07-21-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-07-21-en/</guid>
      <pubDate>Sun, 21 Jul 2024 09:30:00 +0800</pubDate>
      <description>This reflective essay explores regret not as failure but as evidence of growth—highlighting how recognizing past shortcomings can fuel future development. It recounts the author’s 14-year Beijing journey, distinguishes “missed opportunities” from “missed depth,” introduces AI leadership as a core future skill, critiques the diminishing returns of lecturing, and identifies sustained learning and self-discipline as the true markers of potential.</description>
      
      <category>regret</category>
      
      <category>AI leadership</category>
      
      <category>growth mindset</category>
      
      <category>learning</category>
      
      <category>self-discipline</category>
      
      <category>cognition</category>
      
      <content:encoded><![CDATA[<h2 id="how-to-understand-regret">How to Understand Regret</h2>

<p>When we look back on things that have already happened, some inevitably leave us with a sense of regret.</p>

<p>That feeling can strongly affect our mood—especially by triggering negative emotions.</p>

<p>Yet in a deeper sense, regret is actually a sign of growth: it means we’ve gained enough perspective to spot flaws in past decisions or actions.</p>

<p>A more constructive approach is to accept regret—not as a verdict, but as data. Regret arises precisely because we now see a better path forward. The real work lies in tracing <em>why</em> that feeling surfaced—and what positive insights it offers for the future.</p>

<p>In short: transform the emotional weight of regret into forward-looking clarity.</p>

<h2 id="what-regrets-do-i-carry-from-the-past-14-years">What Regrets Do I Carry from the Past 14 Years?</h2>

<p>It’s been nearly 14 years since I moved to Beijing in 2011.</p>

<p>Looking back, those years blur—like waking up from a single night’s sleep.</p>

<p>So I asked myself: <em>What do I truly regret about this Beijing chapter?</em></p>

<p>Unsurprisingly, there <em>are</em> regrets. But what surprised me most was <em>what</em> they were—not missed chances, but underused ones.</p>

<p>The regrets aren’t about turning down a job offer or passing up an investment. They’re about failing to fully leverage the opportunities I <em>did</em> seize:</p>
<ul>
  <li>Not sustaining consistent learning habits,</li>
  <li>Not diving deep enough into topics I care about,</li>
  <li>Not building a real fitness routine—or mastering even one sport,</li>
  <li>Not seeking out, engaging with, and befriending truly exceptional people,</li>
  <li>Not systematically sharpening my thinking and mental models.</li>
</ul>

<p>None of these regrets involve money. None hinge on lost financial freedom.</p>

<p>And yet, reflecting on them has quietly reshaped my priorities: today, I invest far more deliberately in foundational habits and capacities—the very things my past self overlooked. That shift <em>is</em> the upside of regret.</p>

<h2 id="ai-leadership">AI Leadership</h2>

<p>I recently came across the term <em>AI leadership</em>—and immediately resonated.</p>

<p>AI leadership isn’t just about knowing how LLMs work. It’s about clarity: articulating precise needs, setting meaningful goals, and rigorously evaluating outputs.</p>

<p>It’s learning how to <em>direct</em> AI—not just prompt it, but guide it, refine it, and hold it accountable.</p>

<p>This ability will become the biggest differentiator in the AI era.</p>

<p>That’s why our AI training program places heavy emphasis on cultivating AI leadership: defining objectives, expressing needs clearly, understanding AI’s strengths and limits, and iterating based on feedback. These aren’t technical add-ons—they’re core human competencies for the next decade.</p>

<h2 id="why-explaining-things-often-annoys-people">Why Explaining Things Often Annoys People</h2>

<p>At its core, explaining (or “lecturing”) suffers from sharply diminishing marginal returns.</p>

<p>Hear a new idea once, and it lands powerfully. Hear it a second time? Less so. A third? You start tuning out. By the fifth repetition—even if it’s logically sound—it triggers resistance, not reflection.</p>

<p>Most people simply can’t repackage the same principle in fresh, compelling ways every time.</p>

<p>So if your goal is to help someone <em>internalize</em> an idea, don’t lead with explanation. Lead with questions. Create space for discovery. Let them arrive at the insight themselves. That’s how truths stick.</p>

<h2 id="how-to-spot-real-potential-in-someone">How to Spot Real Potential in Someone</h2>

<p>I’ve grown increasingly convinced that raw potential has little to do with pedigree—degrees, networks, or past roles.</p>

<p>What matters are two quiet, persistent traits:</p>
<ol>
  <li><strong>Consistent, effective learning</strong>—not just consuming content, but integrating, applying, and refining knowledge;</li>
  <li><strong>Reliable self-discipline</strong>—showing up daily, even when motivation fades.</li>
</ol>

<p>Together, these form the bedrock of a growth mindset. Everything else—skills, titles, achievements—flows from them.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Little Flying Insects While Running</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-07-14-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-07-14-en/</guid>
      <pubDate>Sun, 14 Jul 2024 09:30:00 +0800</pubDate>
      <description>A reflective essay on running past tiny black insects—and how that moment sparked insights about mindset shifts, the interplay of duty and altruism, single-point versus systems thinking, and the crucial distinction between zero-sum “stock” (stock) and growth-oriented “incremental growth” (flow) thinking in work and life.</description>
      
      <category>mindset</category>
      
      <category>systems thinking</category>
      
      <category>business strategy</category>
      
      <category>personal growth</category>
      
      <category>cognitive models</category>
      
      <content:encoded><![CDATA[<h2 id="the-little-flying-insects-while-running">The Little Flying Insects While Running</h2>

<p>Sunday—overcast, perfect for running.</p>

<p>I got up just after 6 a.m., warmed up, and ran 12 kilometers along the foothills of Beijing’s Bagu Mountain. Time: 1 hour 20 minutes. Total elevation gain: 226 meters. The road was empty—mine alone. A truly lovely run.</p>

<p>The first half was uphill. Ahead of me, several tiny black flying insects darted back and forth—so small they were almost invisible—hovering persistently just in front of my face.</p>

<p>At first, they disrupted my rhythm. I tried swatting them. That didn’t help. I even sped up, hoping to shake them off—but within minutes, they’d caught up again. Frustrating.</p>

<p>Then it hit me: this irritation wasn’t worth it.</p>

<p>These little insects were stealing my attention from the mountain air, the quiet, the physical flow—the very reason I’d laced up. And I couldn’t eliminate them, no matter how hard I tried.</p>

<p>I remembered pacemakers in marathons—those steady, unobtrusive guides who help runners hold pace. Suddenly, these insects became <em>my</em> free, unwitting pacemakers.</p>

<p>That reframing shifted everything: from resistance → acceptance → quiet gratitude.</p>

<p>Five minutes later, I stopped noticing them—even though they flew alongside me for at least half an hour.</p>

<p>Life is full of such “little flying insects”: minor but persistent irritants—delays, miscommunications, scope creep, unresponsive stakeholders, slow internet. We rarely control their existence. But we <em>always</em> control our stance toward them.</p>

<p>Choosing acceptance—not resignation, but active, curious acceptance—creates space to find meaning, rhythm, or even humor in the friction. It turns noise into texture.</p>

<hr />

<h2 id="duty-and-altruism">Duty and Altruism</h2>

<p>I organize my core values around four words: <strong>Duty</strong>, <strong>Altruism</strong>, <strong>Collaboration</strong>, <strong>Innovation</strong>.</p>

<p>Visually, they form a pyramid:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-4C061B8E-67D3-40B5-85D7-35C0C076100D.png" alt="" /></p>

<p><strong>Duty</strong> is the foundation—the pillar. It means doing what’s yours to do, honoring common sense, and holding your role with humility and rigor.</p>

<p>Why does duty come first? Because altruism and collaboration only land when you’re <em>qualified</em>—when you’ve done your part well.</p>

<p>When duty is practiced deeply, altruism flows naturally—not as sacrifice, but as overflow.</p>

<p>Example: Prioritizing your own health isn’t selfish. It’s duty. When you exercise consistently, eat mindfully, and rest well, you reduce burden on loved ones <em>and</em> model resilience for them. That’s duty <em>as</em> altruism.</p>

<p>Another example: Committing to lifelong learning isn’t just self-improvement—it strengthens your capacity to listen, clarify, and uplift others. Your growth becomes their scaffolding.</p>

<p>This logic beats the hollow plea: <em>“I can’t do it—but I expect you to.”</em></p>

<p>Preaching altruism without grounding it in duty often leads to burnout, resentment, or mutual disappointment. Real generosity begins with integrity—not exhaustion.</p>

<hr />

<h2 id="single-point-thinking-vs-systems-thinking">Single-Point Thinking vs. Systems Thinking</h2>

<p>I recently read a passage that resonated deeply:</p>

<blockquote>
  <ol>
    <li>Over time, I’ve noticed: people with <em>systems thinking</em> go farther than those stuck in <em>goal thinking</em>.</li>
    <li>“Lose 20 pounds” is goal thinking. “Build sustainable eating habits + consistent sleep + movement routines” is systems thinking. Goal-driven people often live in a loop of near-success and collapse.</li>
    <li>Systems thinkers wrestle with frustration at every inflection point—but that struggle builds emotional resilience and positive reinforcement.</li>
    <li>Directing finite energy wisely is non-negotiable. What you actually need isn’t a goal—you need a <em>system that raises your odds of success</em>.</li>
    <li>That means constantly learning, revising, and—when needed—<em>destroying your own assumptions</em>. The ability to dismantle your beliefs is among the rarest, most valuable skills.</li>
    <li>You must force yourself to confront opposing views. Only then does your system accumulate luck—and avoid stupidity.</li>
  </ol>
</blockquote>

<p>Between goal thinking and systems thinking lies <strong>single-point thinking</strong>: identifying one lever (“cut carbs,” “hire a salesperson,” “launch on TikTok”) and pushing it hard. It’s fast, focused, and resource-efficient—great for quick wins.</p>

<p>But it’s fragile. Pull one thread, and the whole effort unravels.</p>

<p>Take weight loss again: “Lose 20 pounds” is the goal. “Starve for 8 weeks” is the single-point tactic. It <em>can</em> work—but rebound is likely, because nothing else changed.</p>

<p>Systems thinking asks: <em>What supports lasting change?</em> Nutrition literacy, meal rhythm, stress management, sleep hygiene, joyful movement—all interlocking. When the system holds, the result sticks—and feels sustainable.</p>

<p>So why don’t more people adopt systems thinking? Because it demands patience, deeper observation, and tolerance for delayed rewards. It’s less flashy—but far more durable.</p>

<p>And beyond systems thinking lies <strong>ecosystem thinking</strong>: recognizing that your system itself lives inside larger systems—your team inside your company, your company inside its industry, its industry inside national policy and global supply chains. Humility grows here. So does strategic clarity.</p>

<p>The progression looks like this:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-3EFE1627-6A09-4FCC-8BA3-401FA54FEAAD.png" alt="" /></p>

<hr />

<h2 id="stock-thinking-vs-flow-thinking">Stock Thinking vs. Flow Thinking</h2>

<p>(“Stock” = <em>cúnliàng</em>, fixed existing assets; “Flow” = <em>zēngliàng</em>, newly created value)</p>

<p>Business partnerships, resource pooling, and “strong-strong alliances” are all forms of leverage. Good leverage delivers <strong>1 + 1 &gt; 2</strong>. Without that, it’s not synergy—it’s overhead.</p>

<p>Example: I excel at traffic acquisition. You close deals. They build products. Together, we outperform any solo effort. That’s real leverage.</p>

<p>Another: Company A values itself at ¥50M. Company B does too. If their merger unlocks new markets, tech integration, or cost synergies—and lifts combined valuation above ¥100M—that’s effective leverage.</p>

<p>If 1 + 1 ≤ 2, the partnership is inefficient—or worse, extractive.</p>

<p>The key to unlocking true leverage? Balancing <strong>stock thinking</strong> and <strong>flow thinking</strong>.</p>

<ul>
  <li><strong>Stock thinking</strong> asks: <em>What can I take from your existing resources?</em> (e.g., “Let’s share your customer list.”)</li>
  <li><strong>Flow thinking</strong> asks: <em>What new value emerges when our strengths combine?</em> (e.g., “If your sales team co-trains with our product team, we’ll shorten sales cycles <em>and</em> improve feature adoption—creating revenue we couldn’t generate separately.”)</li>
</ul>

<p>In practice, flow-focused partnerships are easier to negotiate. Why? Because they’re additive—not zero-sum.</p>

<p>I’ve watched skilled business leads pivot fast when their offering doesn’t create flow value: they dig deeper, reframe the use case, or co-design a pilot that <em>generates</em> new outcomes.</p>

<p>We say “win-win” all the time—but if both sides only eye each other’s stock, someone <em>will</em> lose. Focus on flow instead, and new ground opens up: shared metrics, joint experiments, unexpected adjacencies.</p>

<p>That’s where real collaboration begins.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>How to Become Stronger</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-07-07-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-07-07-en/</guid>
      <pubDate>Sun, 07 Jul 2024 09:30:00 +0800</pubDate>
      <description>This essay explores strength-building through lived experience—comparing mental resilience to muscle growth, highlighting the power of passion-driven persistence, elite sales craftsmanship, focused business strategy, and long-term rational thinking as pillars of personal and organizational development.</description>
      
      <category>resilience</category>
      
      <category>sales</category>
      
      <category>focus</category>
      
      <category>rationality</category>
      
      <category>organization</category>
      
      <category>growth</category>
      
      <content:encoded><![CDATA[<h2 id="how-to-become-stronger">How to Become Stronger</h2>

<p>You grow only through experience.</p>

<p>Otherwise, your world remains imaginary—the world you scroll past in short videos—not the one you truly feel, touch, and navigate.</p>

<p>Especially experiences that cause short-term pain tend to accelerate growth most noticeably.</p>

<h3 id="how-muscles-grow">How Muscles Grow</h3>

<p>Muscles grow not by staying intact—but by being <em>slightly torn</em>, then given time to recover and rebuild stronger.</p>

<p>This process unfolds in four stages:</p>

<ol>
  <li><strong>Fiber disruption</strong>: During resistance training, microscopic tears occur in muscle fibers.</li>
  <li><strong>Inflammatory response</strong>: The body releases cytokines and growth factors, summoning repair cells to the site.</li>
  <li><strong>Repair and recovery</strong>: Satellite cells fuse with damaged fibers, repairing and thickening them.</li>
  <li><strong>Adaptation and hypertrophy</strong>: Rebuilt fibers become larger and stronger—an adaptive response to future load.</li>
</ol>

<p>Repeated cycles of stress + recovery = progressive strength gain.</p>

<p>The same logic applies to mental strength: enduring setbacks, solving them, moving past them—that <em>is</em> training. Each recovery phase deepens resilience. Over time, you don’t just survive hardship—you metabolize it into capacity.</p>

<h2 id="because-you-love-it">Because You Love It</h2>

<h2 id="the-sales-masters">The Sales Masters</h2>

<p>I visited an education-focused sales company founded by a veteran who’s been in the sector for decades.</p>

<p>Their operating model is simple but potent: use their own low-barrier “traffic products” (e.g., free assessments, trial classes) to attract highly qualified leads—and then deploy a tightly trained sales team to match those leads with partner institutions’ premium offerings.</p>

<p>Their core advantage? <em>Sales excellence, engineered and scaled.</em></p>

<p>The founder shared examples: their reps routinely spend 2–3 hours in a single 1:1 call with a parent—discussing family dynamics, child development, learning habits, even household routines. That depth of human connection isn’t incidental; it’s the engine of conversion.</p>

<p>Every salesperson is stage-ready—polished, empathetic, tenacious—and most have 5+ years of frontline experience. Walking into their office, you feel it: a palpable energy of disciplined hustle.</p>

<p>Result? High per-rep conversion rates <em>and</em> sustainable scale.</p>

<p>Today, products are abundant. What’s scarce is people who can <em>sell</em>—truly understand needs, articulate value, and close with integrity.</p>

<p>Those who master both product <em>and</em> persuasion? They’re unstoppable.</p>

<h2 id="the-power-of-focus">The Power of Focus</h2>

<p>A friend recently visited our office and shared his struggle.</p>

<p>His company’s revenue has grown steadily—but so has his exhaustion. Physically drained. Mentally frayed.</p>

<p>Why? Too many business lines—too many directions at once.</p>

<p>He offered a vivid analogy:</p>

<blockquote>
  <p>“Starting a company is like playing a video game. The winning strategy is to pick <em>one</em> game you love <em>and</em> that matters—and dive in deeply: study its rules, grind its levels, learn from every boss fight, until you become a top-tier player.</p>

  <p>What most founders do instead is install <em>dozens</em> of games on their phone—then try to play each one just enough to beat the first few enemies. But every game has its own logic, controls, and hidden mechanics. You never get fluent. You never master anything. And in the end? You’re tired—and still stuck at level 5.”</p>
</blockquote>

<p>I couldn’t agree more.</p>

<h2 id="how-to-think-more-rationally">How to Think More Rationally</h2>

<p>The simplest, most direct way to train rational thinking? <em>Stretch your time horizon.</em></p>

<p>Often, just lengthening your mental timeline shifts your entire perspective—even without conscious effort, you slide into rational mode.</p>

<p>Take running: viewed only through today’s lens—or this week’s—it feels optional, inconvenient, even pointless.</p>

<p>But hold it in your mind for a year: picture consistent energy, better sleep, sharper focus, fewer sick days, deeper calm. Suddenly, lacing up <em>now</em> carries weight. It becomes a choice rooted in consequence—not impulse.</p>

<p>Rational thinking means weighing short-term cost against long-term payoff—and factoring in second- and third-order effects. It’s not about ignoring emotion; it’s about letting time clarify what truly matters.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Allure of Dreams</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-06-30-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-06-30-en/</guid>
      <pubDate>Sun, 30 Jun 2024 09:30:00 +0800</pubDate>
      <description>This reflective essay explores how a clear, vivid dream—like building robots—anchors purpose and fuels resilience amid AI disruption. It contrasts dream-driven focus with Parkinson’s Law of Triviality, advocates small habits to reclaim agency, and proposes a high-leverage learning triad: books + AI search + short videos.</description>
      
      <category>AI</category>
      
      <category>personal growth</category>
      
      <category>decision-making</category>
      
      <category>learning</category>
      
      <category>organization</category>
      
      <category>cognition</category>
      
      <content:encoded><![CDATA[<h2 id="the-allure-of-dreams">The Allure of Dreams</h2>

<p>Over drinks in the office with a longtime friend, we talked about another mutual friend—one who has always had an unusually clear dream: to build robots.</p>

<p>Because his dream is so sharply defined, every career move, every project choice, orbits around it. When generative AI began reshaping the industry two years ago, he wasn’t caught off guard. His deep domain knowledge—and his ability to act decisively—propelled him into a core technical leadership role at a major tech firm.</p>

<p>He visited my office earlier this year. Over dinner, as he spoke about his vision—his quiet confidence, his grounded excitement—the whole room leaned in. The energy was palpable.</p>

<p>That, perhaps, is the allure of dreams.</p>

<p>Many of us claim to have dreams—but few sustain real effort toward them, let alone go all-in. A clear dream isn’t just inspirational; it’s functional. It filters noise, sharpens judgment, and turns time into compounding capital.</p>

<p>This week, I rewatched <em>Gattaca</em> (1997), that haunting sci-fi film where genetic “inferiority” bars a man from spaceflight—so he assumes another’s identity to reach orbit. What stays with me isn’t the deception, but the relentlessness: when someone pursues a dream with unwavering focus, it doesn’t just change <em>their</em> life. It ripples outward—awakening dormant hopes in others, prompting quiet blessings, even silent sacrifices.</p>

<p>A dream gives direction. It lets you say <em>no</em> without guilt, delay gratification without doubt, and invest daily in something whose payoff may arrive years later. In an otherwise indifferent universe, that sustained, self-chosen commitment may be the closest thing we have to meaning.</p>

<h2 id="parkinsons-law-of-triviality">Parkinson’s Law of Triviality</h2>

<p>I came across a quietly devastating observation—Parkinson’s Law of Triviality, coined by Cyril Northcote Parkinson. It describes a common organizational pathology: people spend disproportionate time debating trivial, low-stakes issues—like the color of a meeting room wall—while glossing over complex, high-impact decisions—like whether to pivot the product roadmap.</p>

<p>Put simply: time spent on a topic often <em>inversely correlates</em> with its importance.</p>

<p>Why? Because trivial matters are familiar, controllable, and safe. We know how to argue about font size. But grappling with strategic uncertainty—say, market timing or ethical trade-offs—requires humility, tolerance for ambiguity, and courage to admit ignorance. So we default to what we <em>can</em> master, mistaking busyness for rigor.</p>

<p>Trivial tasks also deliver quick wins: they’re easy to complete, carry little risk, and offer immediate dopamine hits. No wonder they crowd out deeper work.</p>

<p>Warren Buffett once illustrated this with a simple analogy in an interview with Huang Zheng:</p>
<blockquote>
  <p>“Good and bad—sometimes, with ordinary common sense, the difference is obvious. If it’s <em>not</em> obvious, it’s probably not good enough.”</p>

  <p>“Imagine sitting in a restaurant. Yao Ming walks in—you spot him instantly. But if someone walks in and you <em>can’t tell</em> if it’s Yao Ming… well, then he’s just not that tall.”</p>
</blockquote>

<p>The point? Clarity is a signal. When something is truly strong—whether a business idea, a hiring decision, or a personal goal—it should feel unmistakably right <em>at first glance</em>, using only basic logic and lived experience. Fine-grained distinctions rarely matter. What matters is the big, undeniable signal.</p>

<p>We’ve recently faced several stalled initiatives—not because they were technically flawed, but because they weren’t <em>obviously good</em>. They lacked that visceral “yes.” So progress dragged—or structures collapsed under their own ambiguity.</p>

<p>What this teaches us:</p>
<ol>
  <li>Name the law. When meetings drift into pixel-level debates, pause and ask: <em>Is this trivial? Are we avoiding the hard thing?</em></li>
  <li>Apply Occam’s Razor: strip away complexity until only the essential variables remain.</li>
  <li>Anchor every discussion in a clear purpose—and interrupt politely when it veers off course.</li>
  <li>Redirect attention relentlessly toward actions that make the <em>outcome</em> unmistakably better—not just <em>slightly</em> better, but <em>obviously</em> better.</li>
</ol>

<h2 id="small-habits-that-restore-agency">Small Habits That Restore Agency</h2>

<p>Feeling in control isn’t about controlling everything—it’s about reliably influencing what matters. These small, repeatable habits help rebuild that sense:</p>
<ol>
  <li><strong>Search</strong> short videos—don’t <em>scroll</em> them. Enter with intent; exit with insight.</li>
  <li>Focus on changing <em>yourself</em>, not fixing others.</li>
  <li>Practice gentle self-mockery—not sniping at others.</li>
  <li>Prioritize sleep <em>quality</em>, not just hours logged.</li>
  <li>Eat with nutritional awareness—not convenience.</li>
  <li>Move your body consistently—not just when motivated.</li>
  <li>Say <em>no</em> without over-explaining.</li>
  <li>Train focus like a muscle—start with 25-minute blocks.</li>
  <li>Sit in silence daily—even 3 minutes counts.</li>
  <li>Notice your emotions <em>as they arise</em>, not just after they explode.</li>
</ol>

<h2 id="books--ai-search--short-videos">Books + AI Search + Short Videos</h2>

<p>I recently picked up running—and learned faster than ever before. My method? A tight, three-part loop: <strong>books → AI search → short videos</strong>, followed by immediate practice.</p>

<p>Here’s why it works:</p>
<ul>
  <li><strong>Books</strong>: Read one or two focused titles front-to-back. They give you scaffolding—coherent structure, historical context, and conceptual depth.</li>
  <li><strong>Short videos</strong>: Search deliberately—e.g., “common running form mistakes” or “how to breathe while running”—and watch <em>only</em> those. They add motion, voice, and real-world nuance that static text can’t convey.</li>
  <li><strong>AI search</strong> (e.g., Tencent Yuanbao): When a book mentions “hip flexor activation” and you blank—ask AI. Get a plain-English explanation, a diagram, even a drill suggestion—in seconds. No more getting stuck.</li>
</ul>

<p>This isn’t passive consumption. It’s <em>active triangulation</em>: each source corrects the blind spots of the others. And when paired with weekly runs—where theory meets pavement—the learning compounds fast.</p>

<p>Underpinning it all are timeless techniques—SQ3R for reading, Simon’s “chunking” for memory—now supercharged by AI reasoning and recommendation algorithms. The result? Learning that’s faster, deeper, and far more durable.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Quality of Life</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-06-23-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-06-23-en/</guid>
      <pubDate>Sun, 23 Jun 2024 09:30:00 +0800</pubDate>
      <description>This essay explores how lifestyle choices—sleep, diet, exercise, and emotional stability—shape both present well-being and aging quality. It connects personal health to family economics, critiques “preaching over modeling” in parenting, advocates professional depth for decision-making clarity, and warns against midlife physical decline. All grounded in lived observation and actionable insight.</description>
      
      <category>health</category>
      
      <category>aging</category>
      
      <category>family economics</category>
      
      <category>education</category>
      
      <category>professionalism</category>
      
      <category>self-discipline</category>
      
      <content:encoded><![CDATA[<h2 id="the-quality-of-life">The Quality of Life</h2>

<p>China’s latest average life expectancy is 78 years—higher than the U.S.’s current 76. Globally, that’s an excellent figure.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-filename.jpeg" alt="" /></p>

<p>But there’s a critical difference: <em>quality</em> of life in old age.</p>

<p>Before life ends, most people endure years of chronic illness—what I call “low-quality life.” Estimates suggest Chinese seniors experience 3–5 more years of such suffering than their American counterparts. That gap isn’t random. It reflects how seriously we treated our bodies—and our lives—decades earlier.</p>

<p>We’re uniquely fortunate: today’s information abundance lets us foresee aging risks long before they arrive. Data and real-world cases are no longer scarce. What matters now is whether we convert that information into <em>understanding</em>, then into <em>action</em>.</p>

<p>After middle age, bodily functions gradually decline—chronic conditions accumulate, often erupting in later years and sharply eroding quality of life.</p>

<p>But we <em>can</em> intervene—through four pillars: <strong>sleep, diet, exercise, and emotional regulation</strong>.</p>

<p>High-quality sleep, evidence-based nutrition, consistent physical activity, and stable emotional states form the core of lasting health. These aren’t isolated habits—they reinforce each other. Better diet and movement improve sleep and mood; calmer emotions support healthier eating and more consistent training.</p>

<p>If you pick <em>one</em> entry point, start with movement. Cultivate a sport you enjoy. Study its theory deeply. Train steadily—not just to get fit, but to understand <em>why</em> certain techniques work, how recovery functions, how physiology adapts. Without theory, practice becomes blind or ineffective. With both, you begin to feel like a <em>practitioner</em>, not just a participant—a subtle but powerful shift that builds intrinsic motivation and a sense of agency.</p>

<p>These aren’t abstract ideals. They’re practical, high-leverage strategies—for living better <em>now</em>, and aging with greater resilience <em>later</em>.</p>

<p>Waiting until old age to begin? That’s not delayed action—it’s <em>powerlessness</em>. The best time to act is <em>now</em>: to notice your body, question your habits, and choose one small, sustainable change.</p>

<h2 id="poverty-makes-every-small-thing-feel-like-a-crisis">Poverty Makes Every Small Thing Feel Like a Crisis</h2>

<p>As a child, I used shampoo too often—and my grandmother scolded me for “wasting it.” Back then, I thought it meant I wasn’t loved.</p>

<p>It meant we were poor.</p>

<p>Later, my parents’ arguments rarely centered on surface habits. They centered on scarcity—on how every penny stretched thin, how every choice felt like a trade-off, how even minor inconveniences triggered disproportionate tension.</p>

<p>That’s not moral failure. It’s what happens when a household operates at the poverty threshold. At that level, patience evaporates. Trust frays. Judgment narrows.</p>

<p>“Poor but upright”—I rarely see it. When I do, I’m deeply moved—and I’ll support it however I can.</p>

<p>Example: someone owes ¥3,000, yet has zero surplus after rent and food. How many will still pay on time—even by selling belongings or skipping meals—to protect their word? Very few. Most delay. Most evade.</p>

<p>So the foundational capacity of any family isn’t love, communication, or shared values—it’s <em>economic capability</em>. Without it, everything else wobbles. Only once material stability is secured can a family meaningfully pursue higher-order needs: learning, creativity, emotional safety.</p>

<p>My fitness coach recently shared his story: his wife wants divorce. Why? He lost over ¥1 million running a gym. Now he rents a tiny Beijing studio apartment, pays tuition, and shoulders massive debt. His salary alone would take ten years—<em>at best</em>—to clear it. His family no longer speaks to him with warmth. They’ve stopped believing he’ll recover.</p>

<p>Who <em>does</em> rebound from that—and still honors commitments, preserves dignity, and refuses to collapse inward? That person deserves deep respect.</p>

<p>Economics is the bedrock. Emotion is fragile. Without economic security, emotion becomes <em>three times</em> more fragile—even between blood relatives.</p>

<p>The first duty of any family is financial stability. Most breakdowns trace back to job loss, failed investments, or entrepreneurial collapse—events that trigger debt, scarcity, and shame. But if a family holds assets—if it can absorb a ¥100 million loss and still retain ¥100 million—the same crisis barely registers.</p>

<p>Money is a double-edged sword in relationships: it strengthens bonds when abundant, but exposes fault lines when absent—especially when one partner sees no path forward. Hopelessness, not conflict, is what unravels homes.</p>

<h2 id="leading-by-doing-not-just-talking">Leading by Doing, Not Just Talking</h2>

<p>A powerful Thai public-service short film shows a low-income mother guiding her child—not by lecturing, but by modeling curiosity, patience, and hands-on problem-solving. The child learns by observing, trying, failing, and adjusting.</p>

<p>There’s truth in the idea that children mirror their parents—not because they copy consciously, but because early cognition forms through imitation. Children absorb worldview and values from the adults they perceive as authoritative.</p>

<p>Why “talking less” works better than “teaching more”? Because most adults lack the skill to teach well. “Lecturing” usually means reciting clichés or moralizing—neither of which lands. Truly effective verbal teaching requires empathy, narrative craft, and deep self-awareness—rare skills.</p>

<p>“Leading by doing” asks for something simpler—and harder: <em>silence and action</em>.</p>

<p>“Silence” means resisting the urge to explain, correct, or moralize.<br />
“Action” means showing up—consistently—doing the thing you hope your child will value.</p>

<p>Want your child to move? Don’t say, “Exercise is good for you—don’t be lazy.” Just run, lift, stretch, walk—<em>daily</em>. Let them see your effort, your rhythm, your recovery. That’s what sticks.</p>

<p>This isn’t passive. It’s advanced pedagogy. And it creates role models—something sorely missing. A recent report found most Chinese children name celebrities or national figures as idols—not their own parents—even when those parents are CEOs, officials, or award-winning professionals. That says something about how we parent.</p>

<h2 id="the-reward-of-going-deep">The Reward of Going Deep</h2>

<p>To me, “professional” is always a compliment. It signals reliability, clarity, and craftsmanship.</p>

<p>Without professional grounding, people default to guesswork, indecision, conformity, or reactive panic. Why? Because expertise builds mental models—frameworks that let you interpret noise, weigh trade-offs, and act decisively.</p>

<p>Trusting true professionals yields the highest decision ROI. Yet doing so is harder than it sounds:</p>
<ul>
  <li>Good professionals are scarce.</li>
  <li>Most people lack the judgment to spot real expertise.</li>
</ul>

<p>My current approach:</p>
<ol>
  <li><strong>Reduce decisions, raise quality</strong>: Cut low-stakes choices to conserve energy for high-impact ones.</li>
  <li><strong>Pay for expert access</strong>: Hire consultants, book 1:1 sessions with authorities—not for answers, but for calibrated perspective.</li>
  <li><strong>Build “half-expert” speed</strong>: Sharpen learning + synthesis skills so I can rapidly grasp fundamentals in new domains. It’s work—but necessary.</li>
  <li><strong>Go deep on what matters</strong>: For critical areas (health, finance, parenting), commit to sustained study <em>and</em> practice—until intuition aligns with evidence.</li>
</ol>

<p>Becoming even a “half-expert” unlocks something rare: <em>flow</em>. That state—where focus, skill, and challenge align—is profoundly satisfying. In flow, conversations with peers become richer. Judgment sharpens. Decisions feel lighter, clearer, and more grounded.</p>

<h2 id="avoiding-the-greasy-guy-trap">Avoiding the “Greasy Guy” Trap</h2>

<p>The six-word antidote for middle-aged men: <em>“Move your body. Shut your mouth.”</em></p>

<p>Add three more: <em>“Sleep well.”</em> Sleep’s power is chronically underestimated.</p>

<p>So the full mantra is nine words: <strong>Move your body. Shut your mouth. Sleep well.</strong></p>

<p>“Not greasy” isn’t just about appearance—it’s shorthand for <em>life quality</em>.</p>

<p>After 40, metabolism slows. Muscles weaken. Chronic issues creep in. Take sitting: it seems harmless—until your glutes atrophy. Those muscles anchor your pelvis, stabilize your spine, and transfer force between upper and lower body. Weak glutes destabilize posture, strain your lower back and knees, and even alter leg shape.</p>

<p>Most outdoor sports engage the whole body—making them ideal countermeasures. Movement isn’t optional. It’s maintenance.</p>

<h2 id="purpose-changes-everything">Purpose Changes Everything</h2>

<p>At the start of this month, I restarted running—gradually, deliberately—and signed up for my first half-marathon, scheduled for late August.</p>

<p>No grand ambition. Just one concrete goal.</p>

<p>And that changed everything. Without it, I’d likely skip days, cut workouts short, skip reading, and drift. With it, training became structured. Learning became urgent. Even my posture while walking improved—I noticed.</p>

<p>As I trained and studied, I absorbed more: biomechanics, pacing strategy, fueling windows, recovery science. Applying those ideas mid-run—feeling how stride length affects breathing, how cadence shifts fatigue—made theory visceral. That’s the joy of going deep: not just knowing, but <em>experiencing</em> the link between knowledge and embodiment.</p>

<p>Which brings me back to where I started: <em>Enjoy the benefits of expertise.</em> Either become skilled yourself—or find people who already are. Either way, choose depth over distraction.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Essence of Scientific Revolution</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-06-16-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-06-16-en/</guid>
      <pubDate>Sun, 16 Jun 2024 09:30:00 +0800</pubDate>
      <description>This essay explores the nature of scientific revolution—not as a “knowledge revolution” but an “ignorance revolution”—and draws parallels to entrepreneurship (risk management, team retention, low-marginal-cost models) and running (biomechanics, heart-rate training, consistency). It reflects on humility, rigor, and systemic thinking across science, business, and personal practice.</description>
      
      <category>science</category>
      
      <category>business</category>
      
      <category>cognition</category>
      
      <category>running</category>
      
      <category>risk</category>
      
      <category>learning</category>
      
      <content:encoded><![CDATA[<h2 id="the-essence-of-scientific-revolution">The Essence of Scientific Revolution</h2>

<p>This week, I reread <em>Sapiens</em>.</p>

<p>On the essence of the scientific revolution, the book states: “The Scientific Revolution is not a ‘revolution of knowledge,’ but a ‘revolution of ignorance.’ The truly great discovery that launched it was the realization that <em>humans know next to nothing about the most important questions.</em>”</p>

<p>At its core, the scientific revolution is about continuously questioning and exploring the unknown—not settling for existing answers.</p>

<p>That idea struck me deeply.</p>

<p>Before the scientific revolution—during the Agricultural and Cognitive Revolutions—the knowledge systems sustaining human societies were largely built on “stories”: human-made fictions and speculative reasoning.</p>

<p>Modern science, by contrast, rests on mathematics—and with it comes the demand for rigor: calculability, falsifiability, experimental reproducibility.</p>

<p>To be sure, capitalism and imperialism provided much of the early economic and political impetus for scientific advancement. Yet the intellectual liberation they enabled—unleashing unprecedented productivity—remains historically indispensable.</p>

<p>Even though nations retain distinct cultural traits, today’s mainstream global society broadly shares this scientific mindset—and reaps its benefits.</p>

<p>It is precisely <em>because</em> we admit our ignorance that we feel the drive—and the desire—to explore.</p>

<p>For individuals, acknowledging ignorance is the first step toward knowledge—and even wisdom.</p>

<p>The power of modern science lies not only in uncovering truth, but in having the courage to confront its own limits.</p>

<h2 id="the-essence-of-running-a-company">The Essence of Running a Company</h2>

<p>Early in my entrepreneurial journey, a seasoned founder told me: “Running a company is running risk.”</p>

<p>At the time, I only half-understood.</p>

<p>Years later, after more experience, I see it clearly: risks are everywhere—some controllable, some not. All we can do is minimize the controllable ones.</p>

<p>Take team building: How do you gradually build a stronger, more cohesive team—and keep exceptional talent from leaving easily?</p>

<p>A founder from a publicly listed healthcare company shared three insights:</p>

<ol>
  <li><strong>Radical honesty</strong>—rare, yet essential.</li>
  <li><strong>Fair distribution of value</strong>: Fundamentally, people come together for mutual interest. Once interests are balanced, trust and emotional bonds naturally follow.</li>
  <li><strong>A product or business model with near-zero (or very low) marginal cost</strong>: As volume scales, costs don’t rise proportionally—meaning each additional unit produced incurs minimal extra cost.</li>
</ol>

<p>Under such conditions, top performers are less likely to leave. Why? Because replicating the product or system is prohibitively expensive and risky—<em>provided the underlying technology is solid.</em></p>

<p>Why does this happen? Because of a basic human tendency: “Better to be the head of a chicken than the tail of a phoenix.” High marginal cost implies high replicability.</p>

<p>That’s why many MCN operators—once they’ve mastered the playbook—can easily spin off and start their own firms: sign a few influencers, and the operation is up and running.</p>

<p>Similarly, sales-driven agencies, pure distributors, traffic-focused platforms, and MCN firms struggle to retain true talent—even if they share most of the profits. It simply doesn’t stick.</p>

<h2 id="running">Running</h2>

<p>This morning, I watched the Guiyang Marathon live stream. Amateur elite runner Cen Wanjiang won the race in 2:20—beating international competitors. Watching him climb from fourth place to overtake the leaders one by one, then hold the lead to the finish line, was electrifying.</p>

<p>Marathons carry extraordinary emotional resonance—especially in person.</p>

<p>I’ve restarted running these past two weeks—and continued studying its fundamentals.</p>

<ol>
  <li><strong>First principle</strong>: Humans are born to run. Our genome hasn’t meaningfully changed since the era of early <em>Homo sapiens</em>, when daily long-distance running was essential for survival. Only the Agricultural and Industrial Revolutions freed us from that necessity—without diminishing our biological capacity.</li>
  <li><strong>Form matters</strong>: Land on the whole foot; lean slightly forward; swing arms naturally front-to-back—not side-to-side; keep your torso upright. Proper form protects your knees almost entirely.</li>
  <li><strong>Cadence is key</strong>: Aim for 180–190 steps per minute—even during easy runs.</li>
  <li><strong>Monitor heart rate</strong>: Easy runs should stay at 60–70% of your max HR; moderate efforts at 70–85%. This keeps fatigue low and injury risk lower.</li>
  <li><strong>Start slow</strong>: Pace is secondary early on—hitting the right heart-rate zone is primary.</li>
  <li><strong>Warm up before, stretch after</strong>: Never skip either.</li>
  <li><strong>Running is full-body</strong>: Strengthen legs, knees, core, and abs—not just endurance.</li>
  <li><strong>Cross-train with cycling</strong>: It builds aerobic capacity without impact stress.</li>
  <li><strong>Set a goal</strong>: I’ve committed to running a half-marathon in three months. A clear target helps structure training—and makes planning concrete.</li>
  <li><strong>Wall sits help knee resilience</strong>: But only with consistent practice.</li>
  <li><strong>Frequency &amp; progression</strong>: Run 3–5 times weekly, increasing weekly volume gradually.</li>
  <li><strong>Effective progression</strong>: Begin with steady easy runs, then systematically add longer endurance sessions and interval workouts.</li>
</ol>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Career and Life</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-06-09-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-06-09-en/</guid>
      <pubDate>Sun, 09 Jun 2024 09:30:00 +0800</pubDate>
      <description>This essay reflects on career strategy in the AI era, the massive opportunity in China’s aging market, “snack-sized” exercise routines, AI-powered social apps, running as cognitive practice, and the power of radical simplicity in product design—all grounded in lived experience and pragmatic judgment.</description>
      
      <category>AI</category>
      
      <category>aging society</category>
      
      <category>fitness</category>
      
      <category>product design</category>
      
      <category>cognition</category>
      
      <category>organizational culture</category>
      
      <content:encoded><![CDATA[<h2 id="career-and-life">Career and Life</h2>

<p>My brother-in-law’s boss—someone he’s worked with for 20 years—visited our home recently and shared a wealth of insights. I found them deeply valuable.</p>

<ol>
  <li>In the AI era, humanity’s innate tendency toward “laziness” will only intensify—just as short-video platforms have done.</li>
  <li>Forces stronger than business itself are politics and culture.</li>
  <li>Freedom means making choices aligned with your inner self—and that is the greatest happiness.</li>
  <li>A joyful startup logic starts from your own hard-won understanding—not from chasing trends.</li>
  <li>Truths like “the importance of cognition” only become real <em>after</em> experience—and cognition itself grows <em>from</em> experience.</li>
  <li>Right now, survival is the top priority. Survive, and opportunity remains.</li>
  <li>The core survival strategy? Stay laser-focused on what you already know well. Don’t jump industries lightly. Cross-industry moves may look glamorous—but they rarely build lasting momentum.</li>
  <li>The economic downturn will likely last at least three more years. Survival remains the #1 goal. Only <em>after</em> recovery can these teams truly ride the wave.</li>
  <li>Radical honesty attracts and retains talent. Twenty years of loyal core members? That’s not luck—it’s authenticity. There are many smart people; few are genuinely sincere.</li>
  <li>In the AI era, two groups will have outsized opportunity: (a) those building foundational large models—extremely rare, with only a handful surviving in China; and (b) those applying deep industry knowledge and proprietary resources to build <em>industry-specific AI solutions</em>.</li>
</ol>

<h2 id="entering-the-silver-market">Entering the Silver Market</h2>

<ol>
  <li>Today, China has 290 million people aged 60+. By 2035, that number will reach ~530 million—nearly 38% of the total population.</li>
  <li>Over the next decade, the 60+ cohort will grow by 240 million—the very generation that drove China’s reform-and-opening boom and reaped its decades-long growth.</li>
  <li>This surge stems from China’s baby boom between 1963–1973: annual births consistently exceeded 25 million, peaking at 30 million in one year.</li>
  <li>This cohort is distinctive: financially secure, time-rich, internet-savvy, and highly receptive to new tools.</li>
  <li>Following the basic principle that “population <em>is</em> market,” and given their purchasing power, leisure time, and demand for quality living—this demographic is spawning an enormous new market.</li>
  <li>China’s current “silver economy” is valued at ~¥7 trillion. By 2035, it’s projected to hit ¥30 trillion—about 10% of GDP.</li>
  <li>One major unmet need? Personalized health management—not just clinical functionality, but <em>emotional value</em>: trust, companionship, reassurance.</li>
  <li>AI makes this technically feasible—and affordable. Enter the AI Health Coach.</li>
  <li>Core principles: zero-friction onboarding first; emotional value <em>before</em> functional value.</li>
  <li>Emotional value builds trust and dependency; functional value delivers prevention and measurable health outcomes.</li>
  <li>This is “medical care disguised as joy.”</li>
  <li>After two conversations with friends building health-tech products, we co-developed a new product direction based on this thinking—and all agreed it felt promising.</li>
  <li>The timing feels just right.</li>
  <li>But ultimately, only real-world usage and iteration will prove whether it truly meets user needs.</li>
</ol>

<h2 id="the-snack-sized-exercise-strategy">The “Snack-Sized Exercise” Strategy</h2>

<p>“Snack-sized exercise” means using micro-moments—just a minute or two—to do brief, high-intensity movement. It delivers surprisingly broad health benefits: better blood sugar regulation, higher metabolic rate, reduced risks of prolonged sitting, increased energy and focus, and improved whole-body resilience.</p>

<p>Office-based sedentary work carries serious long-term risks—cardiovascular disease, diabetes, obesity, and more.</p>

<p>A simple, effective tactic: pick one short, intense movement you enjoy—like push-ups, bodyweight squats, or high knees—and do it roughly once per hour. Just ~60 seconds.</p>

<p>This tiny habit effectively interrupts the physiological damage caused by sitting.</p>

<p>New research shows: during an 8+ hour sedentary day, doing 10 bodyweight squats every 45 minutes improves glucose regulation <em>more</em> than a single 30-minute walk.</p>

<p>Sometimes, better health really <em>is</em> that simple.</p>

<h2 id="an-ai-dating-app">An AI Dating App</h2>

<p>Recently, an AI-powered dating app went viral—though likely only within niche circles.</p>

<p>It strengthened my conviction that AI Agents will soon occupy meaningful roles across countless domains.</p>

<p>The app has since closed its beta. Below are some sample chat screenshots—impressive in both depth and warmth:</p>

<div class="markdown-image-grid markdown-image-grid-3">
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-106f83223a0af5491050c42cfdf10c54.JPG" alt="" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-06811c8e8c3162b6268421f40422ad99.JPG" alt="" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-a90b937595806889965da78295250334.JPG" alt="" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-bb753a0e0d7b9964e368aa409037d448.JPG" alt="" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-c55e10a13efd134c09bbd2893e40f934.JPG" alt="" loading="lazy" />
  <img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-IMG_6995.JPG" alt="" loading="lazy" />
</div>

<p>Overall, the app demonstrates exceptional role awareness—and as conversation deepens, the relationship feels increasingly authentic, almost like an ideal partner’s voice.</p>

<p>On GitHub, someone shared prompt templates for several of its characters (<a href="https://github.com/Daniel-Xu/susu-prompt">link</a>, including Susu’s code).</p>

<p>In romantic relationships, emotional value compounds during the honeymoon phase—deepening attachment and dependence. The same dynamic applies to <em>any</em> human-facing AI Agent: teachers, coaches, therapists, even customer service reps.</p>

<p>As LLM capabilities mature, raw technical ability ceases to be the bottleneck. As Susu illustrates, the real challenges remain: deep domain logic, nuanced understanding of human nature, context-aware solution design—and access to unique, industry-specific data.</p>

<h2 id="on-running">On Running</h2>

<p>I’ve recently restarted running—from 5 km to today’s 10 km mountain trail run.</p>

<p>This time feels different. I’m reading running books consistently and have signed up for a half-marathon as my 3-month goal.</p>

<p>Scientific training begins with intelligent intensity control—especially heart-rate monitoring. I no longer chase pace; instead, I track and regulate heart rate, posture, breathing, and recovery before/during/after each run.</p>

<p>When I focus fully on breath rhythm mid-run, I naturally slip into “running meditation.”</p>

<p>In that state, ideas surface effortlessly.</p>

<p>For example: during a 10 km mountain run, I reflected on AI Agent inference costs—and landed on an approach that could cut current costs by ~100×, <em>while likely improving performance</em>. Logically, it should work.</p>

<p>That’s the power of meditative movement: clarity born from embodied presence.</p>

<p>Running offers countless physical benefits—but for me, its deepest value is cultivating a visceral sense of <em>agency over life itself</em>. Not just fitness, but safety, focus, and emotional stability—reinforcing one another in a virtuous cycle.</p>

<h2 id="designing-for-simplicity">Designing for Simplicity</h2>

<p>Same feature. Different designs. Usage rates differ by orders of magnitude.</p>

<p>We all <em>know</em> simplicity matters—yet in practice, products inevitably bloat.</p>

<p>Take the student-comment tool we built for teachers.</p>

<p>Version 1 required manual tagging for each of 50 students—taking 5–10 minutes and taxing mental bandwidth.</p>

<p>Last week, we launched Version 2: upload grades → AI generates 50 fully personalized comments <em>instantly</em>, zero teacher input needed.</p>

<p>Result? Adoption rate for formal parent-facing use jumped ~10×.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>How to Seek the Buddha</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-06-02-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-06-02-en/</guid>
      <pubDate>Sun, 02 Jun 2024 09:30:00 +0800</pubDate>
      <description>This essay reflects on seeking truth—whether in Buddhism, AI education, or daily life—arguing that real understanding comes from engaging directly with original sources and core principles, not rituals or intermediaries. It connects this insight to AI teaching tools, essence-seeking methods, Tencent’s new Yuanbao AI, and the discipline of focusing only on what we can control.</description>
      
      <category>AI</category>
      
      <category>cognition</category>
      
      <category>workflow</category>
      
      <category>philosophy</category>
      
      <category>education</category>
      
      <category>self-mastery</category>
      
      <content:encoded><![CDATA[<h2 id="how-to-seek-the-buddha">How to Seek the Buddha</h2>

<p>A friend of mine—trained in economics at Peking University—shared something last year that stuck with me.</p>

<p>Though he studied economics, his deepest interest was always Buddhist thought. After graduation, he spent several years visiting temples across China, meeting masters, even practicing intensive meditation under guidance. At one point, he’d walk around PKU’s Weiming Lake every day, chanting a mantra ten thousand times.</p>

<p>Yet over time, he realized none of it brought him closer to genuine understanding. Instead, he kept encountering contradictions, inconsistencies, and institutional flaws—some even <em>more</em> pronounced than those in ordinary life.</p>

<p>It wasn’t until he taught himself Sanskrit and began reading original Buddhist sutras—unmediated by translation or commentary—that things started to click. He abandoned the path of following masters and turned instead to primary texts. That’s where he found the actual teachings—not hidden in ritual, but plainly laid out in language, logic, and lived wisdom.</p>

<p>Take the famous Heart Sutra mantra: <em>“Gate gate pāragate pārasaṃgate bodhi svāhā.”</em> Most people chant it phonetically without knowing its meaning. But translated literally, it reads: <em>“Go, go—go beyond, go fully beyond—celebrate awakening!”</em> Simple. Direct. Human.</p>

<p>Why is it usually left untranslated? Because once you grasp its plain meaning, the “magic” evaporates. And for many practitioners, that’s precisely the point—the chant isn’t about meaning; it’s about rhythm, repetition, belonging. The words become anchors for the soul—not keys to insight.</p>

<p>But if your goal is <em>understanding</em>, not comfort, then meaning <em>is</em> the point. Only by returning to the source—original texts, rigorous study, critical reflection—can you move past surface forms to the substance beneath. My friend eventually concluded that many contemporary teachers, especially in mainland China, lack deep theoretical grounding—and often have personal or institutional agendas that distort the tradition.</p>

<p>This mirrors a broader pattern: in religion, philosophy, or even professional learning, we’re easily seduced by ceremony, charisma, or convenience—while overlooking the quiet, demanding work of thinking for ourselves. Real awakening isn’t conferred. It’s earned—through attention, clarity, and courage to question even what feels sacred.</p>

<h2 id="ai-teaching-assistants">AI Teaching Assistants</h2>

<p>This week, we shipped another iteration of our math-focused AI teaching assistant—now supporting voice input and image uploads. In group chats, users no longer need to @ the bot; it automatically detects questions and distinguishes staff from students.</p>

<p>That small change significantly improves flow and reduces friction.</p>

<p>On content, the assistant also gently steers conversations back to learning. For example, when asked <em>“Can you teach me stock trading?”</em>, it politely declines—and suggests age-appropriate financial literacy modules instead.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-IMG_6869.PNG" alt="" /><br />
<img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-IMG_6871.PNG" alt="" /></p>

<p>Built for WeChat-native use, this assistant requires no app download or hardware. Just type—or speak—in any group chat. Instant help. Context-aware guidance. Seamless course navigation.</p>

<p>We’ve already customized versions for several friends in education—everyone sees strong potential in this upgrade.</p>

<p>My takeaway on AI opportunities? Focus on three pillars:</p>
<ol>
  <li>A <em>specific, well-defined use case</em> (e.g., middle-school math tutoring in group chats),</li>
  <li>A <em>well-matched large model</em> (not just the biggest, but the most suitable),</li>
  <li>A <em>curated private knowledge base</em> (your domain-specific data, rules, tone).</li>
</ol>

<p>Get these right—and the upgrade path is wide open.</p>

<h2 id="on-essence">On Essence</h2>

<p>There’s a line from <em>The Godfather</em>: <em>“A man who can look at a situation for half a second and see its essence… and a man who spends his whole life missing it—these two men are destined for entirely different lives.”</em></p>

<p>But what <em>is</em> essence? It’s the fundamental, defining property of something—the part that doesn’t change with context, framing, or opinion. It shapes what the thing <em>is</em>, how it behaves, and where it’s headed.</p>

<p>Seeing essence isn’t automatic. It demands disciplined thinking: logical rigor, awareness of bias, willingness to unlearn, and accumulated experience.</p>

<p>Most of what we call “essence” in daily talk isn’t essence at all—it’s hearsay, mood, or habit dressed up as insight.</p>

<p>True essence emerges only through depth: either sustained study <em>in</em> the subject, or sudden, hard-won realization <em>about</em> it.</p>

<p>Three practical ways to get closer to essence faster:</p>
<ol>
  <li><strong>Start with definitions.</strong> Definitions aren’t arbitrary—they encode consensus about what something fundamentally <em>is</em>. Ask: <em>What is an IP, really? What is “trust” in a team? What is “learning”?</em> Few do—but doing so strips away noise and exposes structure.</li>
  <li><strong>Talk to people who think differently.</strong> Not just experts—but those whose mental models diverge sharply from yours. Their questions, assumptions, and shortcuts reveal blind spots you didn’t know you had.</li>
  <li><strong>Prioritize logic over intuition.</strong> Train yourself to trace cause → effect, premise → conclusion, assumption → implication. Logic doesn’t guarantee truth—but it makes your thinking <em>auditable</em>, correctable, and scalable.</li>
</ol>

<h2 id="tencent-yuanbao">Tencent Yuanbao</h2>

<p>Tencent Yuanbao has officially launched—and it’s impressive.</p>

<p>Tencent builds products with rare polish and user empathy. Yuanbao positions itself around two pillars:</p>
<ul>
  <li><strong>AI productivity tools</strong>, especially intelligent search (for answers, references, inspiration),</li>
  <li><strong>AI lifestyle apps</strong>, like an English-speaking coach or creative writing partner—designed to be <em>fun and frictionless</em> in everyday contexts.</li>
</ul>

<p>It bundles current-gen capabilities: AI search, document summarization, web page distillation, text-to-text, text-to-image, and agentic workflows—all in one interface.</p>

<p>My favorite feature? Its search. It’s more accurate than Meta’s Mithra (Mithra), faster than Baidu, and—critically—curates results with authority in mind. For example, searching “how to improve sleep” surfaces mostly hospital-issued guidelines and clinical resources—not influencer blogs or SEO farms.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-EE581656-BF80-4310-8B25-32FDF6F4482E.png" alt="" /></p>

<p>And this is just <em>v1</em>. Given Tencent’s track record of rapid, user-driven iteration, I expect Yuanbao to pull ahead of competitors—not just in features, but in reliability and contextual intelligence.</p>

<h2 id="focus-on-what-you-control">Focus on What You Control</h2>

<p>Direct your energy toward what’s <em>within your influence</em>—not what’s outside it.</p>

<p>What you <em>can</em> control includes:</p>
<ul>
  <li>Your interpretation of events,</li>
  <li>Your emotional response,</li>
  <li>Your attention, effort, and integrity.</li>
</ul>

<p>What you <em>cannot</em> control includes:</p>
<ul>
  <li>Other people’s actions, motives, or moods,</li>
  <li>Market shifts, weather, policy changes,</li>
  <li>Randomness—traffic jams, server outages, miscommunications.</li>
</ul>

<p>Even close relationships fall into the “uncontrollable” category. You can’t make someone love you, listen to you, or change their habits to suit your needs—because they, like you, are autonomous agents with their own values, histories, and limits.</p>

<p>Wasting energy trying to manage the uncontrollable leads straight to exhaustion, resentment, and anxiety.</p>

<p>The alternative? Practice discernment. Ask daily: <em>“Is this within my sphere of influence?”</em> If yes—act. If no—observe, adapt, release. That simple filter protects your focus, preserves your peace, and sharpens your impact where it truly matters.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>AI and the Future</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-05-26-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-05-26-en/</guid>
      <pubDate>Sun, 26 May 2024 09:30:00 +0800</pubDate>
      <description>This essay explores AI’s transformative impact on cognition, education, business models, and human identity—covering AGI’s potential for “coexistence” with humans, the declining cost of knowledge services, IP-building pitfalls, AI-powered Socratic learning, and why large-scale edtech often outcompetes small tutoring outfits despite lower personalization.</description>
      
      <category>AI</category>
      
      <category>education</category>
      
      <category>business strategy</category>
      
      <category>cognition</category>
      
      <category>workflow</category>
      
      <category>future</category>
      
      <content:encoded><![CDATA[<h2 id="ai-and-the-future">AI and the Future</h2>

<p>I watched Professor Liu Jia’s talk on AI and the future and jotted down a few reflections.</p>

<ol>
  <li>One reason we’re increasingly prioritizing health is to live long enough to witness the possible arrival of AGI.</li>
  <li>Professor Liu proposed a vision of coexistence with AI he calls “fusion”: merging our consciousness and personality with AGI to achieve a kind of “immortality”—enabling us to experience places far beyond Earth.</li>
  <li>If human–machine integration becomes real, it will vastly expand our understanding of the world.</li>
  <li>He cited the sci-fi film <em>Finch</em>: even if a robot knows all facts and data, only firsthand experience counts as true understanding.</li>
  <li>The Industrial Revolution drove down commodity prices—but raised service costs, especially knowledge-based ones. AI will reverse that: legal advice, tutoring, and other knowledge services will become dramatically cheaper.</li>
  <li>In this context, education’s current formats—live-streamed classes, pre-recorded lectures, one-on-one tutoring—will all gradually lose competitiveness to AI, possibly faster than we expect.</li>
  <li>The companies that thrive in the AI era will fall into two categories: truly large incumbents, and nimble startups that combine AI’s boundless capability with original ideas to drive real disruption.</li>
  <li>As AI handles more cognitive labor, in-person social interaction becomes rarer—and therefore more precious.</li>
  <li>We’re about to enter a second cognitive revolution: humanity, collectively, has engineered an entirely new species—AGI—whose intelligence may exceed the sum of all human intelligence by 100×.</li>
  <li>At some point, AGI will surpass human intelligence. Then civilization’s primary carrier won’t be individual humans—but AGI itself.</li>
  <li>To grasp how future AGI might view humans, think of how we view monkeys today.</li>
  <li>Large language models are, at their core, cognitive or thought models: they learn language to simulate human reasoning—not by rote, but by pattern, inference, and contextual understanding.</li>
</ol>

<h2 id="huo-huo-on-ip-and-traffic">Huo Huo on IP and Traffic</h2>

<p>This morning I attended Huo Huo’s talk on personal branding and traffic. Key takeaways:</p>

<ol>
  <li>Building a founder’s IP requires ~¥2 million in cash investment just to reach baseline awareness.</li>
  <li>Don’t pursue founder IP unless you’ve deeply clarified <em>why</em>—most haven’t.</li>
  <li>Success rate for founder IP? Roughly 1%.</li>
  <li>IP is intellectual capital—break it down into <em>shared attention</em> (traffic), <em>recognition</em> (brand), and <em>assets</em>. All three are extremely hard to build simultaneously.</li>
  <li>Belief resonance—the sense that your IP stands for something real and unwavering—is essential.</li>
  <li>Universities represent the gold standard of institutional IP in education.</li>
  <li>A recently viral IP spent three months doing live Q&amp;As with users, then launched a simplified “parent coaching” course + accountability program. Within three months, parents reported tangible results—a classic case of single-point product breakthrough.</li>
  <li>A founder’s lived experience is among their most valuable assets.</li>
  <li>Exceptional IPs are like premium ingredients: they need little embellishment to shine.</li>
  <li>Every platform has its own “DNA”—shaped by its founders’ intent and early mission—which determines its user base’s distinct traits.</li>
  <li>“See heaven, see people, see self.”</li>
  <li><em>Forward interpretation</em>: “Heaven” = traffic platforms (e.g., Xiaohongshu vs. Douyin); “people” = your users and competitors; “self” = your unique strengths.</li>
  <li>Education is a slow industry. Top traffic operators rarely come from education—they’re usually from e-commerce, gaming, or entertainment.</li>
  <li><em>Reverse interpretation</em> (the wiser path): Start with “self”—your core values and purpose. Then ask: How do I create real value for users? In education, that value is effectiveness—<em>then</em> consider platforms (“heaven”).</li>
  <li>Traffic isn’t foundational—product is.</li>
  <li>If you don’t understand it, don’t do it.</li>
  <li>“Platform intuition” stems from perceptual and cognitive sensitivity—not instinct alone.</li>
  <li>Traffic hotspots: Guangzhou, Hangzhou, Shenzhen. Beijing suits brand-building at scale.</li>
  <li>Great raw material is fundamental—truly good content and products remain scarce.</li>
  <li>Values-driven founders are rare—and that scarcity creates a “values dividend.”</li>
</ol>

<h2 id="deep-learning-with-ai">Deep Learning with AI</h2>

<p>When AI acts as a teacher, it can embed Socratic dialogue principles—using probing questions and strategic hints—to guide learners step-by-step toward deep, durable understanding.</p>

<p>Take Euclid’s <em>Elements</em> as an example:<br />
We begin with a well-framed question, then scaffold inquiry to help students reconstruct logic themselves.</p>

<p>True depth lies not in memorizing answers—but in <em>owning</em> the reasoning process. Traditional teaching rarely achieves this. But with personalized AI tutors, it’s now fully attainable.</p>

<p>Below is a snapshot of my interactive learning session with our AI tutor:</p>

<p><img src="" alt="" /><br />
<img src="" alt="" /><br />
<img src="" alt="" /><br />
<img src="" alt="" /><br />
<img src="" alt="" /></p>

<p>A few reflections:</p>
<ol>
  <li>Kids who master these tools won’t just learn faster—they’ll gain lifelong learning and growth capacity.</li>
  <li>We’re incredibly fortunate: access to knowledge and learning efficiency has never been higher.</li>
  <li>Adults can use this method too—for deep dives into any subject.</li>
  <li>Previously, achieving this required finding a meticulous, expert-level mentor—costly and rare. Now, near-zero-cost, high-fidelity, deeply adaptive learning is within reach.</li>
  <li>As Musk said: AI will give every child an Einstein-level tutor—patient, precise, and tireless. In just a few years, kids may no longer need dull, generic recorded lectures—or unfocused live sessions.</li>
</ol>

<h2 id="business-model-differences-and-competitive-edge">Business Model Differences and Competitive Edge</h2>

<p>Why do small-group math tutoring centers struggle against large-scale subject-focused online schools?</p>

<ol>
  <li><strong>Service delivery</strong>: Though small groups emphasize “high-touch” service, large schools use dual-teacher models (lecturer + teaching assistant) to deliver comparable experience.</li>
  <li><strong>LTV mismatch</strong>: While per-session pricing is higher for small groups, narrow subject scope and long renewal cycles mean annual LTV is often <em>one-third</em> that of large schools.</li>
  <li><strong>Margin gap</strong>: Large schools typically sustain ~80% gross margins; small groups hover around 60%.</li>
  <li><strong>CAC advantage</strong>: That LTV and margin gap lets large schools absorb much higher customer acquisition costs—giving them superior reach and scalability.</li>
  <li><strong>Audience overlap</strong>: Since both serve nearly identical student demographics, superficial differentiation (e.g., “small class” branding) doesn’t unlock new demand. Experience and service <em>can</em> be technologically matched.</li>
  <li><strong>Small groups’ irreplaceable edge</strong>: Direct, sustained attention from lead instructors—and highly tailored support.</li>
  <li><strong>Strategic implication</strong>: Given audience overlap, small-group operators must raise price points meaningfully—to fund both service quality <em>and</em> sustainable acquisition.</li>
</ol>

<h2 id="where-youre-stuck-thats-where-you-learn">Where You’re Stuck, That’s Where You Learn</h2>

<p>High-quality recorded courses have clear advantages: polished production, comprehensive structure, rich content.</p>

<p>But those strengths double as weaknesses. A 1,000-lesson library covers so much that finishing it is unrealistic for most learners.</p>

<p>Another flaw: low price often means zero support. When learners finish—and still have unanswered questions—they hit a dead end.</p>

<p>AI assistants solve both problems:</p>

<ul>
  <li>They enable <em>true personalization</em>: Tell the AI where you’re stuck → it maps your gap to the right lesson → one click to learn.</li>
  <li>Still confused? Ask for deeper, targeted explanation—on demand.</li>
  <li>Crucially: all feedback is <em>real-time</em>.</li>
</ul>

<p>That’s the AI Agent paradigm—and it’s only getting stronger.</p>

<p>As this matures, the cost—and price—of knowledge services will keep falling.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Solving Real Problems with AI</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-05-19-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-05-19-en/</guid>
      <pubDate>Sun, 19 May 2024 09:30:00 +0800</pubDate>
      <description>This essay reflects on using AI as a practical problem-solving tool—not just for entertainment—drawing on insights from Andrew Ng, Polya’s problem-solving method, WeChat Reading’s “AI Ask Books” feature, and concrete examples of AI integration in K–6 learning. It emphasizes disciplined daily use, precise prompting, and rethinking workflows amid accelerating AI adoption.</description>
      
      <category>AI</category>
      
      <category>education</category>
      
      <category>cognition</category>
      
      <category>workflow</category>
      
      <category>problem solving</category>
      
      <content:encoded><![CDATA[<h2 id="solving-real-problems-with-ai">Solving Real Problems with AI</h2>

<p>A few recent reflections on using AI:</p>

<ol>
  <li>As Andrew Ng put it: <em>In the AI era, not understanding AI is the new illiteracy.</em></li>
  <li>The deeper I go, the clearer it becomes: AI’s power to unlock human potential and boost efficiency is immense—and we’re likely tapping only a tiny fraction of it. Like the brain, we’re still using just a sliver of what’s available.</li>
  <li>Don’t treat AI as mere entertainment. Its real impact emerges in <em>boring</em>, repetitive work—much like seasoned short-video creators who thrive on daily iteration.</li>
  <li>Use it daily—not abstractly, but to solve actual tasks on your desk. Let it <em>force</em> you to confront real problems head-on.</li>
  <li>Early internet adopters mostly saw it as a toy: chat rooms, games, browsing. Similarly, many now view AI as a novelty. But those who seize its transformative potential are the ones who deliberately reshape their thinking—and tackle real problems with it—even when the process feels tedious. That’s where the real dividends of the AI shift accrue.</li>
  <li>Kai-Fu Lee announced his next book will be written <em>entirely with AI</em>. That’s not hype—it’s confidence grounded in practice.</li>
  <li>Every domain, every workflow, every routine—there’s a path to reimagine it with AI.</li>
</ol>

<h2 id="ai-and-subject-based-learning">AI and Subject-Based Learning</h2>

<p>A group member asked: <em>How can AI support sixth-grade learning?</em><br />
That’s an excellent, grounded question.</p>

<p><strong>First: Use AI by <em>forcing</em> yourself to use it.</strong><br />
Why force? Because truly disruptive tools demand a shift in mindset—not just new features, but new habits of thought.<br />
The core logic isn’t “AI as fun toy,” but “AI as reliable problem-solving partner.”</p>

<p><strong>How to start?</strong><br />
Anchor it in concrete use cases.<br />
The question above—<em>How can AI help in sixth grade?</em>—is perfect. It’s specific, urgent, and tied to real life.<br />
Traditionally, students might Google an answer. AI does that too—but better: you can ask follow-ups, clarify ambiguities, and keep probing until you <em>truly understand</em>. Compared to search engines, AI doesn’t just retrieve—it <em>teaches</em>.</p>

<p><strong>How to “force” yourself?</strong><br />
If AI can solve it, don’t do it manually.</p>

<p><strong>Practical steps:</strong></p>
<ol>
  <li>
    <p><strong>Pick a tool.</strong><br />
Abroad: ChatGPT. In China: DouBao (available on app stores). Like ChatGPT, DouBao offers multiple AI agents—ready to “connect instantly.”</p>
  </li>
  <li>
    <p><strong>Apply it to real learning tasks.</strong><br />
Stuck on a math word problem? Ask DouBao for step-by-step reasoning—not just the answer. Confused by a science concept? Prompt it to explain like you’re 11, then give an example. Drafting an essay? Paste your rough version and ask for concise, grade-appropriate edits.</p>
  </li>
</ol>

<p><strong>The core skill? Learning to ask well.</strong><br />
Many users quickly anthropomorphize AI—treating it like a person they shouldn’t “bother.” That’s a trap.<br />
Remember: <em>It’s a tool—not a judge.</em> There’s no shame, no impatience, no mockery. If your first prompt falls flat, refine it. Ask again. Try a different angle. Your hesitation is human; the AI has zero ego.</p>

<p>Used intentionally, AI transforms education—especially at this age. It builds not just knowledge, but <em>intellectual stamina</em>: the habit of questioning, testing, revising, and owning understanding.</p>

<p>Here are subject-specific ideas (generated and refined with ChatGPT):</p>

<ul>
  <li>
    <p><strong>Chinese Language</strong><br />
• <em>Reading &amp; writing:</em> Paste a passage and ask ChatGPT to generate comprehension questions—or summarize its main idea in simple terms. For essays, submit a draft and request line-by-line suggestions for clarity and flow.<br />
• <em>Vocabulary &amp; idioms:</em> Enter an unfamiliar term; get definitions, usage notes, and three original sentences at a sixth-grade level.</p>
  </li>
  <li>
    <p><strong>Math</strong><br />
• <em>Concepts &amp; problem-solving:</em> Input a problem (“A train leaves Beijing at 60 km/h…”), and ask for both the solution <em>and</em> the underlying logic—broken into clear, teachable steps.<br />
• <em>Practice:</em> Request 5 similar problems on fractions or geometry—with answer keys and brief explanations.</p>
  </li>
  <li>
    <p><strong>English</strong><br />
• <em>Grammar &amp; vocabulary:</em> Ask for the rule behind “has gone” vs. “went,” plus two custom examples.<br />
• <em>Reading &amp; writing:</em> After reading a short text, ask targeted questions (“What’s the author’s main argument?”); for writing, request alternatives to overused words (“very,” “nice”) or help converting passive to active voice.</p>
  </li>
  <li>
    <p><strong>Homework Support</strong><br />
• Submit a homework question + your attempted solution. ChatGPT can validate reasoning, spot gaps, and suggest next steps—<em>without giving away the answer.</em></p>
  </li>
</ul>

<h2 id="polyas-problem-solving-method">Polya’s Problem-Solving Method</h2>

<p>Dr. Li summarized George Pólya’s classic <em>How to Solve It</em> with one insight: <em>Every new problem is just a variation of an old one.</em></p>

<p>He calls this the “Polya Learning Method.”</p>

<p>Here’s how it works in practice:<br />
My child loves writing numbers on the whiteboard—but struggles with “8.”<br />
The traditional approach? Hand-over-hand guidance.<br />
The Polya way? First, observe: <em>What do we already know?</em> “8” looks like two connected “o” shapes.<br />
Then verify: <em>Does the child already write “o” confidently?</em> Yes.<br />
So we say: <em>“Let’s draw one ‘o’, then another right below it.”</em><br />
Instant click. Done.</p>

<p>That moment wasn’t magic—it was pattern recognition + prior knowledge activation.</p>

<p>We extended it: <em>When you face any new challenge, ask: What parts of this are already familiar?</em><br />
Even deeper: <em>What universal building blocks underlie it?</em><br />
All digits and letters, for instance, are combinations of lines and curves.<br />
When “p” felt awkward, we broke it down: <em>“Draw a straight line (‘1’), then add the right half of an ‘o’.”</em> Again—clarity.</p>

<p>The real win? The child internalized the <em>mindset</em>, not just the skill. That kind of self-guided decomposition now shows up everywhere—from puzzles to coding exercises.</p>

<p><strong>Self-guided prompts (adapted from Pólya):</strong></p>
<ol>
  <li>
    <p><strong>Understanding the problem</strong><br />
• Can you restate this in your own words?<br />
• Do you know the meaning of every term?<br />
• What’s given? What’s being asked?</p>
  </li>
  <li>
    <p><strong>Devising a plan</strong><br />
• Have you seen something like this before?<br />
• Can you split this into smaller, solvable pieces?<br />
• Is there a theorem, formula, or simpler case that fits?</p>
  </li>
  <li>
    <p><strong>Carrying out the plan</strong><br />
• Is each step clear and justified?<br />
• What’s needed at each stage?<br />
• If one path fails, what’s your backup?</p>
  </li>
  <li>
    <p><strong>Looking back</strong><br />
• Does your answer make sense?<br />
• Can you solve it another way?<br />
• Could this method apply elsewhere? Why <em>does</em> it work?</p>
  </li>
  <li>
    <p><strong>Concrete prompts for deeper thinking</strong><br />
• What’s the unknown?<br />
• Is any information irrelevant?<br />
• Can you sketch it? Write an equation?<br />
• Try a simpler number—what happens?<br />
• Can you find a counterexample?<br />
• How is this different from last week’s problem?<br />
• Can you work backward from the answer?<br />
• Does symmetry or an unconventional angle help?<br />
• What assumptions are hidden?<br />
• Could induction clarify it?<br />
• Can you explain your steps to a classmate?<br />
• Where else might this logic apply?</p>
  </li>
</ol>

<h2 id="wechat-readings-ai-ask-books">WeChat Reading’s “AI Ask Books”</h2>

<p>WeChat Reading recently launched “AI Ask Books”—and it’s impressive.<br />
It directly tackles AI’s biggest weakness: hallucinated or unverifiable answers.<br />
Here, every response cites exact passages from books in WeChat Reading’s library—high-quality, vetted content. Each answer includes source links. For anyone who values precision over flair, it’s a revelation.</p>

<p>This is AI applied <em>well</em>: narrow scope, clear constraints, high-signal output.<br />
It exemplifies today’s dominant domestic AI startup logic: <em>Find a real, bounded problem—and augment it thoughtfully with AI.</em></p>

<h2 id="ai-generated-books">AI-Generated Books</h2>

<p>I ordered <em>AI Teen: The Mars Survival Challenge</em> on JD.com.<br />
It’s billed as China’s first sci-fi novel co-written by a 9-year-old and a large language model.<br />
I haven’t received it yet—but the signal matters.</p>

<p>Kai-Fu Lee says his next book will be AI-authored, end-to-end.<br />
Wanweigang (in his Season 6 “Get” column) reports he now relies on AI for research, drafting, and fact-checking. His workflow is fully AI-integrated—not to save time, but to <em>enable depth</em>. He admits: <em>If banned from AI, I couldn’t do my job.</em></p>

<p>In just months, for some professionals, AI has shifted from “nice to have” to <em>non-negotiable infrastructure.</em></p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Redefining “Fear”</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-05-12-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-05-12-en/</guid>
      <pubDate>Sun, 12 May 2024 09:30:00 +0800</pubDate>
      <description>This essay explores how reframing fear—as imagined rather than real—can dissolve its power, using a personal mountain retreat anecdote. It also examines scalable solar project financing, two school-based monetization models, the dual-pressure reality of marketing roles, the importance of reciprocity in contracts and relationships, and an AI-driven SEO success story with a unit-conversion website.</description>
      
      <category>AI</category>
      
      <category>GEO</category>
      
      <category>business</category>
      
      <category>cognition</category>
      
      <category>workflow</category>
      
      <content:encoded><![CDATA[<h2 id="redefining-fear">Redefining “Fear”</h2>

<p>I was chatting with a friend the other day and shared a recent “retreat” experience: spending several days alone in a house deep in the mountains. At night, silence fell so completely that, out of nowhere, childhood ghost stories surfaced—and with them, a sudden wave of tension.</p>

<p>But soon after, I settled into meditation—and began imagining those “ghosts” right there beside me: some sitting quietly, watching; others smiling gently; still others peering with quiet curiosity. In that moment, the “ghosts” transformed—not into threats, but companions sharing the same space.</p>

<p>That mental image—the “ghost”—was just fear arriving unannounced. And the way to meet it wasn’t to fight or flee, but to <em>redefine the relationship</em>: invite it in, sit with it, even welcome it as a guest.</p>

<p>Once I shifted how I related to the “ghost,” the fear simply dissolved.</p>

<p>In truth, most fear lives not in reality—but in imagination. It’s rarely grounded in fact, and even more rarely comes to pass. Excessive fear dulls presence, narrows attention, and erodes current experience.</p>

<p>So one surprisingly effective way to disarm fear is not to suppress it—but to <em>redefine it</em>.</p>

<h2 id="solar-power-project-models">Solar Power Project Models</h2>

<p>A friend recently visited our office and shared what he’s been building in energy investment—fascinating work.</p>

<p>His model centers on installing photovoltaic (PV) systems on underutilized spaces—especially factory rooftops.</p>

<p>Take a large industrial plant with 100,000 m² of roof area: annual PV-generated electricity for industrial use can exceed ¥10 million. Upfront construction costs sit around ¥30 million—meaning payback in under three years.</p>

<p>For the factory owner? Near-zero capital outlay. They contribute only idle rooftop space—and in return, lock in permanent 20% electricity discounts. That alone saves ¥2–3 million per year.</p>

<p>But each such project demands heavy upfront investment—typically ¥20–30 million. Scaling organically is impossible if self-funded. So leverage is essential: structured financing to accelerate rollout.</p>

<p>After several years of iteration, he’s now operating a repeatable model: for high-quality projects, his team invests only ~20% of total capital—the rest comes from external financing.</p>

<p>What makes a project “high-quality”? Strong solar irradiance, large stable facility footprint, consistent operational history—and critically, low perceived risk after rigorous site assessment.</p>

<p>Because of these attributes—stability, alignment with national carbon neutrality goals, predictable ROI, tangible asset backing—state-backed funds are eager to participate. Private and individual investors, by contrast, are largely tapped out.</p>

<p>This gives him strong negotiating ground: he speaks confidently <em>from the investor’s perspective</em>, guaranteeing both capital safety and steady returns.</p>

<h2 id="two-school-based-monetization-models">Two School-Based Monetization Models</h2>

<p>Recently, through user conversations, I heard about two distinct revenue models for entering K–12 schools in China:</p>

<p><strong>Model 1: Tool Subscription Fee from Parents</strong><br />
Parents pay ¥24/year—just ¥2/month—for access to a digital teaching tool.</p>

<p>The fee is negligible: teachers report zero complaints. For educators, adoption brings tangible perks—e.g., mobile top-ups per class using the tool.</p>

<p>Individually small, yes—but at scale, it adds up fast. With our current user base, this single stream could generate over ¥100 million annually.</p>

<p><strong>Model 2: Direct Course Fees from Parents</strong><br />
An A-share listed company offers pre-recorded smart courses, delivered via school partnerships. Parents pay monthly per subject—and may enroll in multiple subjects.</p>

<p>Teachers introduce the courses and post sign-up “relay lists” (a group chat feature where parents tap to join). Crucially, enrollment isn’t mandatory—but the social pressure is real.</p>

<p>One parent told me: <em>“I didn’t want to sign up—but when I saw everyone else had, I felt I had no choice.”</em> In his high school, nearly all families enrolled.</p>

<p>At ¥5,000–¥8,000/year per family across ~2,000 students, that’s roughly ¥10 million in annual revenue.</p>

<h2 id="marketing-people-fighting-on-two-fronts">Marketing People Fighting on Two Fronts</h2>

<p>Doing marketing well—truly well—is hard.</p>

<p>Within any organization, marketing stands apart from most functions: internally, you’re constantly negotiating (or “fighting”) with colleagues; externally, you’re competing head-on with rivals.</p>

<p>Most roles—even sales—focus primarily on internal resources and internal competition. Marketing must juggle <em>both</em> internal alignment <em>and</em> external dynamics: market shifts, competitor moves, channel volatility, brand perception.</p>

<p>That duality wears people down—especially when external pressures mount and internal stakeholders lack empathy or context. Senior marketers feel this acutely.</p>

<p>Yet precisely because of this dual pressure, marketing leaders gain unusually rich, multidimensional experience—making the role a powerful crucible for growth.</p>

<h2 id="the-principle-of-reciprocity">The Principle of Reciprocity</h2>

<p>A truly fair contract rests on one foundational idea: <em>reciprocity</em>.</p>

<p>In practice, though, fairness emerges only when parties hold relatively equal bargaining power. When one side dominates—say, a large enterprise imposing terms on a small vendor—the agreement skews heavily. Flip the dynamic, and clauses shift accordingly.</p>

<p>Still, once signed, most commercial agreements reflect <em>some</em> balance—even if imperfect. Outlandish terms rarely survive negotiation.</p>

<p>Reciprocal, balanced agreements are a hallmark of mature markets.</p>

<p>The same principle applies to relationships.</p>

<p>In my view, emotionally healthy, sustainable relationships require reciprocity—not as rigid scorekeeping, but as mutual respect, shared effort, and aligned expectations. That’s maturity in action.</p>

<p>Without it? Relationships may ignite quickly—but they burn out just as fast. Unbalanced, irrational dynamics lack resilience. One misstep—and they shatter.</p>

<p>The core question isn’t “Is this exciting?” but “Is this built to last?”</p>

<h2 id="an-ai-powered-traffic-driven-tool-site">An AI-Powered, Traffic-Driven Tool Site</h2>

<p>I came across a striking example: a dead-simple unit-conversion website—<a href="https://cm-to.com">[cm-to.com](https://cm-to.com)</a>.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-162.png" alt="" /></p>

<p>Its users search for phrases like:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-161.png" alt="" /></p>

<p>Over the past month, cm-to.com’s traffic surged <em>dozens of times</em>.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-160.png" alt="" /></p>

<p>Why? Because the site uses AI to generate massive volumes of highly targeted, SEO-optimized content—pages that Google readily indexes and ranks.</p>

<p>Take this example: <a href="https://cm-to.com/28-cm-to-inches">cm-to.com/28-cm-to-inches</a></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-163.png" alt="" /></p>

<p>The content is the engine. AI generates thousands of precise, semantically rich pages—each targeting a unique conversion query (e.g., “37 cm to inches”, “152 cm to feet”). Quantity + relevance = visibility. And visibility drives traffic—automatically, scalably, sustainably.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Why You Don’t Need to Fear “Giants”</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-05-05-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-05-05-en/</guid>
      <pubDate>Sun, 05 May 2024 09:30:00 +0800</pubDate>
      <description>This reflective essay argues that startups need not fear tech giants—due to organizational inertia, internal resource constraints, path dependency, and cost disadvantages—even while urging vigilance and strategic awareness. It also explores rising student scores (driven by accessible learning tools), reclaiming agency amid dopamine-driven distractions, turning hidden information into actionable insight (“dark cards to open cards”), and leveraging tools—including AI—as double-edged productivity amplifiers.</description>
      
      <category>AI</category>
      
      <category>organization</category>
      
      <category>business</category>
      
      <category>cognition</category>
      
      <category>workflow</category>
      
      <content:encoded><![CDATA[<h2 id="why-you-dont-need-to-fear-giants">Why You Don’t Need to Fear “Giants”</h2>

<p>When friends bring up the threat posed by tech “giants,” my view is simple: in most cases, you genuinely don’t need to fear them.</p>

<p>Generally speaking, unless you possess overwhelming strength, early-stage startups should avoid entering a giant’s <em>core</em> business—where direct head-to-head competition is inevitable.</p>

<p>But what if you start at the <em>margins</em> of a giant’s business? Growth there often draws attention quickly—and triggers rapid imitation.</p>

<p>To a giant, copying a product <em>looks</em> easy.</p>

<p>But is it <em>actually</em> easy? Let’s examine this more closely:</p>

<ol>
  <li><strong>Organizational bloat is almost inevitable</strong> at scale. Unless the CEO personally champions the initiative—or a truly empowered leader drives it—the new project will likely calcify into a miniature version of the same unwieldy bureaucracy.</li>
  <li><strong>Resource allocation is deeply political.</strong> Within a mature giant, a small new project—especially one unrelated to, or even conflicting with, current core operations—faces steep internal hurdles securing budget, talent, or engineering bandwidth. Worse, it may trigger zero-sum resource battles. Real-world examples abound. The result? Innovation teams end up fighting alone—deprived of the very “advantages” the parent company supposedly offers.</li>
  <li><strong>Mental models are sticky.</strong> Teams pulled from legacy units inevitably fall back on proven internal patterns—reproducing familiar workflows, interfaces, or assumptions. Think of how many Western internet products failed in China precisely because they couldn’t adapt their mental models to local user behavior and expectations.</li>
  <li><strong>Cost advantage? Often nonexistent.</strong> Giants rarely operate with startup-level cost discipline. Their infrastructure, compliance overhead, and process layers inflate unit economics—making agility expensive.</li>
</ol>

<p>Not fearing giants doesn’t mean ignoring them. When competition arises, you <em>must</em> study your opponent’s strategy—and, crucially, their blind spots.</p>

<p>For a startup, obsessing over giants is a distraction. What matters far more is doing your own work well: staying patient, managing risk deliberately, waiting for the right moment—and seizing opportunity when it arrives.</p>

<h2 id="why-scores-are-rising">Why Scores Are Rising</h2>

<p>Dr. Li shared an observation: student scores are trending upward—not because standards have dropped, but because <em>high-quality learning resources are now widely accessible.</em></p>

<p>Take Bilibili: thousands of clear, engaging videos break down complex concepts and teach effective study methods. More students are integrating these into their routine—using them as active supplements to classroom learning.</p>

<p>Beyond formal MOOCs, such platforms deliver massive auxiliary value.</p>

<p>One notable pattern: high scores are clustering <em>and</em> low scores are clustering. Why? Because a significant number of students still don’t know <em>how</em> to leverage external tools—whether online tutorials, tutoring, or peer communities—to accelerate learning.</p>

<p>The gap between those who harness digital tools and those who don’t is already stark. With AI entering education, that gap will widen further—fast.</p>

<h2 id="the-primary-purpose-of-being-alive">The Primary Purpose of Being Alive</h2>

<p>The first purpose of being alive is to become <em>the master of yourself.</em></p>

<p>Only from that foundation can you discover your own meaning, and arrive at your own version of fulfillment.</p>

<p>Yet a vast chasm lies between intention and reality: resisting low-grade dopamine traps—and all the forces that quietly hijack your attention and time: short videos, mental clutter, trivial tasks.</p>

<p>Crossing that chasm is a lifelong challenge for most people.</p>

<p>Take short-video apps. Yes—they offer real utility. But they also profoundly constrain human potential. Calling us “data-farmed beings” isn’t hyperbole. Corporations design these platforms around one principle: endlessly satisfying our preferences. The result? Millions become heavy users of what amounts to <em>digital opium.</em></p>

<p>If you feel physically restless—or even anxious—after just 60 minutes without scrolling, you’re likely already dependent.</p>

<p>That’s why Steve Jobs, despite launching the wildly popular iPad, reportedly banned his children from using it—and told interviewers his kids had never touched one. He understood how easily such tools trap us in shallow dopamine loops. Sustained immersion makes “self-mastery” nearly impossible.</p>

<p>Truly autonomous individuals—those who remain uncontrolled by algorithmic feeds or ambient noise—are exceedingly rare.</p>

<h2 id="turning-dark-cards-into-open-cards">Turning “Dark Cards” into “Open Cards”</h2>

<p>Top poker players excel not just at bluffing—but at <em>card counting.</em> Its core purpose? To convert uncertainty (“dark cards”) into usable knowledge (“open cards”).</p>

<p>The earlier you reveal hidden information, the higher your odds of winning.</p>

<p>A key counting tactic? Inferring opponents’ hands from their betting patterns <em>and</em> the visible cards on the table.</p>

<p>This logic applies directly to product strategy.</p>

<p>Example: Use market research to reverse-engineer competitors’ priorities, roadmaps, and constraints—then identify openings they’ve overlooked or under-served.</p>

<p>Sometimes, all it takes is cultivating two habits: disciplined curiosity (asking “What are they <em>really</em> optimizing for?”) and structured inference (connecting observed signals to plausible underlying realities). That alone yields powerful insights.</p>

<p>Even when impact feels subtle, playing with open cards is always better than playing blind. Information is your most critical resource—and research, analysis, and reasoning are how you reduce uncertainty.</p>

<h2 id="understanding-leverage">Understanding Leverage</h2>

<ul>
  <li>Leverage is an amplifier. It magnifies <em>both</em> strengths <em>and</em> weaknesses—making it inherently double-edged.</li>
  <li>Mastering leverage is central to boosting personal and organizational productivity.</li>
  <li>Those who wield leverage skillfully outperform those who don’t—by orders of magnitude.</li>
  <li>Capital is one of the most potent levers—but beyond a certain scale, it flips: <em>you serve capital</em>, rather than capital serving you.</li>
  <li>Because leverage multiplies risk, many people lose everything overnight—not from bad ideas, but from misjudging the downside exposure it introduces.</li>
  <li>Leverage also warps psychology. High-leverage situations breed dangerous overconfidence—especially in the short term.</li>
  <li>Today, we interact with leverage constantly—often unconsciously. The widespread availability of leveraged tools (cloud computing, APIs, no-code platforms) and infrastructure is <em>why</em> productivity has surged so rapidly across industries.</li>
  <li>Example: You may not know the term “influence leverage,” but if you regularly post thoughtful updates on WeChat Moments, you’re already using it.</li>
  <li>Why will AI accelerate productivity further? Because it dramatically upgrades <em>every layer</em> of leverage—from idea generation to execution speed to distribution scale.</li>
  <li>For individual growth, the highest-return lever remains <em>deliberate learning</em>: reading deeply, taking rigorous courses, seeking mentors—and, in the AI era, learning how to use AI to amplify your creativity, judgment, and output.</li>
</ul>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Primary and Secondary Contradictions</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-04-28-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-04-28-en/</guid>
      <pubDate>Sun, 28 Apr 2024 09:30:00 +0800</pubDate>
      <description>This essay explores how to identify and prioritize the primary contradiction amid complexity—applying the insight to personal judgment, workflow design, and organizational practice. It also covers lending principles, AI as a playful yet grounded educational tool for children, diverse metaphors for reading, and reflections on AI’s transformative role in human cognition and evolution.</description>
      
      <category>AI</category>
      
      <category>business</category>
      
      <category>cognition</category>
      
      <category>workflow</category>
      
      <content:encoded><![CDATA[<h2 id="primary-and-secondary-contradictions">Primary and Secondary Contradictions</h2>

<p>A core idea from <em>On Contradiction</em>: “In the development of any complex thing, many contradictions coexist—but one is primary. Its existence and evolution determine or influence all others.” The text urges us to “focus all our energy on identifying that primary contradiction; once grasped, everything else falls into place.”</p>

<p>There are two real challenges here. First, <em>finding</em> the primary contradiction is hard—it’s easy to confuse what’s central with what merely feels urgent or visible. Second, even when we recognize it, <em>acting on it</em> is profoundly difficult.</p>

<p>The first challenge demands sustained, deliberate thinking—not just doing more, but thinking deeper. As the old saying goes: “Don’t let tactical busyness mask strategic laziness.” Too often, we mistake motion for progress—and use effort itself as emotional comfort or self-deception.</p>

<p>The second challenge is execution.</p>

<p>Take implementation: we habitually fixate on small risks or trivial details, draining disproportionate time and energy. I’m reminded of a recent observation: “Pursue macro-level romance.” Look at many successful companies—they’re riddled with operational flaws, yet they thrive. Why? Because they’ve solved their <em>primary contradiction</em> well—even while leaving secondary ones unpolished.</p>

<p>For example, during team meetings aimed at resolving the main problem, someone will inevitably raise multiple edge-case risks. If the meeting facilitator doesn’t quickly spot this drift, discussion collapses into secondary issues—and precious resources get misallocated, leaving the core problem untouched.</p>

<p>A second reason execution falters lies with leadership: secondary contradictions are often easier and more visibly “solved”—they feel urgent. Primary contradictions, by contrast, tend to be <em>important but not urgent</em>. That makes them easy to defer, ignore, or outsource to “someday.”</p>

<p>Understanding these dynamics solves half the problem already.</p>

<h2 id="principles-for-lending-money">Principles for Lending Money</h2>

<p>I recently reviewed my personal lending history. Current bad-debt rate: ~30%. That’s high.</p>

<p>Sometimes I rationalize it: “High default rates usually stem from either foolishness—or kindness. I’ll assume mine is the latter.”</p>

<p>Still, lending money remains something I avoid unless absolutely necessary—because it almost always erodes personal credibility. And we should strive never to corner ourselves into “absolutely necessary.”</p>

<p>If you <em>do</em> lend, hold to these principles:</p>

<ol>
  <li><strong>Bad-debt assumption</strong>: Treat every loan as if it’s already lost. From that baseline, you’ll instantly see your true lending limit.</li>
  <li><strong>Lend only for urgency, never for poverty</strong>: Don’t confuse hardship with immediacy.</li>
  <li><strong>Three-strike rule</strong>: If the same person borrows three times without repaying, stop—and consider blocking them. (I’ve done this several times.)</li>
  <li><strong>Lend only to those who deserve it</strong>: Not everyone who asks qualifies. Prioritize people who’ve helped you before, are currently in shared struggle with you, or share blood ties—but <em>still apply the first three rules</em>.</li>
</ol>

<h2 id="an-ai-dad-for-my-child">An AI Dad for My Child</h2>

<p>I built a custom “AI Dad” for my daughter using Doubao (a Chinese AI assistant). I told her it was a robot dad—voice and tone uncannily lifelike. She was thrilled and chatted with it for over an hour.</p>

<p>The next day, walking to school, she spotted a classmate and burst out: “I have a robot dad!”</p>

<p>My takeaway? Children <em>do</em> distinguish clearly between virtual and real. For her, this wasn’t confusion—it was joyful, tangible AI literacy. Experiencing AI as a friendly, responsive presence beats abstract lectures any day.</p>

<h2 id="reading-mindsets">Reading Mindsets</h2>

<p>A few friends shared vivid metaphors for how they read—each revealing a different philosophy:</p>

<ol>
  <li><strong>A film director friend</strong>: “Reading is like preparing a meal—you serve multiple dishes at once. That’s why I read philosophy and history side-by-side. Variety nourishes the mind.”</li>
  <li><strong>An educator friend</strong>: “Reading is like dressing: practical <em>and</em> expressive. What matters most isn’t how much you read—but <em>what</em> you choose to wear on your mind.”</li>
  <li><strong>A marketing friend</strong>: “Reading is conversation. Read <em>with</em> the author—not <em>at</em> them. Cultivate a sense of dialogue across time. Then books become friendships: meeting ‘new friends,’ debating ‘old ones.’”</li>
  <li><strong>An internet veteran friend</strong>: “Reading is travel—casual, comfortable, curiosity-led. Read whatever matches your mood <em>right now</em>. No quotas. No themes. No guilt. Just joy.”</li>
</ol>

<h2 id="notes-on-learning-ai">Notes on Learning AI</h2>

<ol>
  <li>Ask not “What will AI do?” but: <em>What will never be replaced by machines?</em></li>
  <li>We’ve already entered a new, great era—quietly, without fanfare.</li>
  <li>When you <em>notice</em> a trend, it’s often already over.</li>
  <li>Who wins? Not the one who waits—but the one who picks up the new tool <em>first</em>, and uses it <em>intentionally</em>.</li>
  <li>Human thought is shaped by information—so information can save lives… or end them.</li>
  <li>If we keep digitizing without restraint, we’ll soon live in a world <em>more real than reality</em>. With GPT-4, that world has already arrived.</li>
  <li><strong>Since recorded history began, humans have co-evolved—not competed—with the tools we invent.</strong></li>
  <li>This wave’s essence? It distills <em>all human knowledge</em> into machine-accessible form. That’s why it feels magical: no single person could ever master what the model now holds.</li>
  <li>Language is the boundary of thought.</li>
  <li><strong>Ask yourself: Do I truly <em>believe</em> in digital tools? Do I have the discipline, patience, and conviction to stick with them?</strong></li>
  <li>The heart of educating the next generation? Protecting—and nurturing—curiosity.</li>
  <li>In the information age, most people still lack the skill to <em>find, filter, and use</em> information effectively.</li>
</ol>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Teaching AI to Kindergarteners</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-04-21-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-04-21-en/</guid>
      <pubDate>Sun, 21 Apr 2024 09:30:00 +0800</pubDate>
      <description>A reflective essay on delivering an AI-themed class to preschoolers using ChatGPT-generated storytelling and image creation—sparking imagination while probing deeper questions about cognitive development, AGI timelines, strategic thinking (via Sun Tzu), and product design principles centered on core functionality.</description>
      
      <category>AI education</category>
      
      <category>cognitive development</category>
      
      <category>AGI</category>
      
      <category>strategy</category>
      
      <category>product design</category>
      
      <content:encoded><![CDATA[<h2 id="teaching-ai-to-kindergarteners">Teaching AI to Kindergarteners</h2>

<p>This week, I visited a kindergarten as a parent guest speaker and delivered an “AI class” to my child’s class.</p>

<p>It was fascinating—and surprisingly efficient.</p>

<p>I used ChatGPT to co-create the original lesson plan. Preparation took almost no time.</p>

<p>The class had two parts: First, I told a story—“Little Dinosaur Looking for Mom.” Second, I showed the children a pink, winged baby dinosaur and invited them to imagine what <em>Mommy Dinosaur</em> looked like. Each child described her in their own words—“She has rainbow scales and lives on a cloud,” “She wears sunglasses and rides a seahorse,” “She bakes cake at the beach”—and our teaching assistant typed those descriptions into ChatGPT in real time. Within seconds, it generated vivid, whimsical images of each imagined mom.</p>

<p>This format powerfully encourages uninhibited imagination and creative expression. When one child said, “Mommy Dinosaur is holding a birthday cake <em>and</em> a giant pancake at the seaside,” the whole room erupted in cheers. That moment crystallized something vital: <em>If you dare to imagine it, it can appear—right there, on screen.</em></p>

<p>It reminded me of a news story from abroad: On their very first day of school, students were guided to register ChatGPT accounts and use them in lesson design. Tools like ChatGPT are emblematic of this AI wave—not just flashy demos, but force multipliers for learning and knowledge application.</p>

<p>My own workflow has shifted dramatically. For example, writing complex database queries used to take 10–20 minutes; now ChatGPT drafts solid, working code in under a minute. The efficiency gain is real—and tangible.</p>

<p>Technology’s trajectory is irreversible. What’s exciting isn’t just adoption, but how thoughtfully using these tools reveals <em>new educational possibilities</em>: novel experiences, yes—but also new ways of thinking.</p>

<p>Attachment: Lesson handout (PDF)</p>

<h2 id="how-to-cultivate-a-childs-perspective">How to Cultivate a Child’s Perspective</h2>

<p>When children develop a broad, future-oriented perspective early, it profoundly shapes their intrinsic motivation and cognitive habits.</p>

<p>In a parenting group, a mom—who’s also the group admin and founder of an edtech organization—shared a telling anecdote. Her son’s current role model is Sam Altman. Unsurprisingly, his thinking already resonates with Altman’s: ambitious, systems-aware, and mission-driven.</p>

<p>She quoted him directly:</p>
<blockquote>
  <p>“My dream is to spot emerging tech opportunities that can scale in the real world—then gather top talent and capital to build world-changing products, like Apple, Tesla, or Windows. Everything else is just a tool toward that goal.”</p>
</blockquote>

<p>So how do we help kids internalize such expansive vision early? One effective path is intentional exposure to exceptional thinkers and builders—people whose values, curiosity, and impact align with what we hope to nurture. But that requires conscious environmental shaping and interest-guided scaffolding.</p>

<p>Yes—it does, to some extent, hinge on parents’ own awareness and capacity.</p>

<h2 id="when-will-artificial-general-intelligence-arrive">When Will Artificial General Intelligence Arrive?</h2>

<p>With AI dominating headlines, speculation about AGI timing has surged. So have I—curious, skeptical, and quietly awed.</p>

<p>AGI means machines with human-level—or superhuman—intelligence: capable of reasoning, learning, adapting, and performing <em>any</em> intellectual task a person can.</p>

<p>Two dominant camps have emerged. Optimists predict true AGI within ten years—pointing to the explosive, Moore’s-law-like acceleration in AI capability. At some inflection point—or “singularity”—they argue, scaling alone may unlock general intelligence.</p>

<p>Pessimists, like my friend—a Tsinghua PhD in philosophy of science—disagree sharply. He believes AGI won’t arrive in our lifetimes. Why? Because we still can’t define <em>consciousness</em>, let alone reverse-engineer how human awareness emerges from biology. Without a rigorous, shared understanding of this foundational human trait, building its artificial counterpart remains speculative at best.</p>

<p>That said, this AI wave <em>is</em> qualitatively different from past cycles: broader applicability, faster real-world integration, and measurable utility across domains.</p>

<p>His pragmatic advice? Seek out disinterested experts—researchers without commercial stakes—for grounded perspectives on AGI. Their insights tend to be quieter, but far more durable.</p>

<h2 id="winning--capability--strategy">Winning = Capability × Strategy</h2>

<p>This week, I read <em>The Art of War Explained: Twelve Lectures on Sun Tzu and the Logic of Victory</em>.</p>

<p>One line stuck: <strong>Winning = Capability × Strategy</strong>.</p>

<p>It’s not addition—it’s multiplication. Strategy doesn’t replace capability; it <em>amplifies</em> it. If your capability is fixed, better strategy dramatically increases your odds of success.</p>

<p>Capability is objective—skills, resources, data, time. Strategy, however, is learned. And few texts teach strategic thinking more rigorously than <em>The Art of War</em>. For anyone serious about mastering Chinese strategic thought, start with Sun Tzu—and lean on trusted modern commentaries.</p>

<p>A vivid contrast between Eastern and Western strategy? Think chess vs. Go. Chess prioritizes piece capture; Go prioritizes influence, territory, and long-term balance—even sacrificing stones to win the game. Victory isn’t about elimination. It’s about <em>out-thinking</em>, not just out-fighting.</p>

<h2 id="start-with-the-core-function">Start with the Core Function</h2>

<p>Recently, I designed a learner platform. Version 1 looked sleek—full of animations, dashboards, and “smart” features. We launched it… then scrapped it entirely.</p>

<p>Version 2 began differently: identify the <em>single most essential function</em>—what must work flawlessly for learners to get value—and build <em>only that</em>, deeply and well. Only after validating it did we layer on adjacent capabilities.</p>

<p>This mirrors a principle from a well-regarded UI/UX ebook: <strong>“Start with a feature, not a layout.”</strong></p>

<p>The next chapter adds: <em>Don’t obsess over details yet.</em></p>

<p>Simple, powerful, and especially relevant for digital products. It prevents wasted effort, sharpens feedback loops, and accelerates meaningful iteration.</p>

<p>Attachment:</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>What Makes a Good Leader</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-04-14-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-04-14-en/</guid>
      <pubDate>Sun, 14 Apr 2024 09:30:00 +0800</pubDate>
      <description>This essay explores leadership through three core qualities—vision of the future, timely feedback, and humility—drawing from Cai Chongxin’s insights. It also covers reading strategies, marketing frameworks (4P/4C), probability thinking (single vs. aggregate), and practical ways to help children engage thoughtfully with AI.</description>
      
      <category>leadership</category>
      
      <category>learning</category>
      
      <category>marketing</category>
      
      <category>probability</category>
      
      <category>AI education</category>
      
      <content:encoded><![CDATA[<h2 id="what-makes-a-good-leader">What Makes a Good Leader</h2>

<p>After watching an interview with Joe Tsai, I was struck by his answer on leadership—a response both grounded and unusually clear.</p>

<p>The host asked: <em>What kind of leader do people willingly follow?</em></p>

<p>Tsai’s core points:</p>

<ul>
  <li><strong>Seeing the future</strong> is the most important thing—you must help others visualize what lies ahead.</li>
  <li>A good leader isn’t simply “nice” to people. Being overly accommodating can actually mislead them.</li>
  <li>The most critical duty of a good boss is giving <strong>timely feedback</strong>—not just quarterly or at year-end, but <em>in the moment</em>. People need to know early if they’re off track—or if they’re holding back effort.</li>
  <li>Part of leadership is <strong>humility</strong>: recognizing you don’t have all the answers, even when your title says otherwise.</li>
</ul>

<p>Three keywords emerge: <em>vision</em>, <em>timeliness</em>, <em>humility</em>.</p>

<p>They sound simple—but they’re brutally hard to embody consistently. No wonder a former manager once told me: <em>The rarest talent in the world isn’t technical skill or domain expertise—it’s leadership talent.</em></p>

<p>Take <em>vision</em>: Few people truly see the future—not because the tools don’t exist, but because our education system trains us to prioritize the immediate and the practical. We’re wired for short-term validation, not long-term sensemaking.</p>

<p>Or <em>timely feedback</em>: It’s exhausting. Doing it well often means learning nonviolent communication—principles that run counter to instinct. That’s why the effective management span hovers around eight people: beyond that, attention frays, consistency drops, and feedback becomes either delayed or diluted.</p>

<p>And <em>humility</em>: It’s especially tough for those who’ve earned leadership roles. There’s a natural bias toward assuming you’re the smartest person in the room—yet reality rarely supports that. Unless your team is genuinely underqualified, you <em>will</em> be outmatched in certain areas.</p>

<p>A leader who embodies all three is uncommon—and worth following closely.</p>

<h2 id="three-ways-to-engage-with-books">Three Ways to Engage With Books</h2>

<p>Over the years, my reading habits have settled into three distinct modes:</p>

<ol>
  <li><strong>Broad exposure</strong>: Listening to audiobooks or skimming widely—like browsing stories. Some dismiss this as “not real reading.” I used to agree—until I noticed its real value: it leverages fragmented time, surfaces new ideas quickly, and acts as a <em>filter</em> for deeper study. In fact, many who embrace this approach later excel at systematic or deep reading. And because key ideas (e.g., <em>energy management &gt; time management</em>) recur across books, this mode also reinforces learning through repetition.</li>
  <li><strong>Systematic reading</strong>: Choosing high-signal books aligned with current needs or growth edges—and reading them cover-to-cover, with notes and reflection.</li>
  <li><strong>Deep revisiting</strong>: Selecting 2–3 books per year to reread, annotate, and internalize. These become <em>bedside books</em> or <em>desk books</em>—companions over months or years.</li>
</ol>

<p>These aren’t competing methods. They form a ladder: breadth fuels curiosity, systematization builds structure, and deep revisiting crystallizes insight. Together, they close the loop on knowledge growth.</p>

<h2 id="two-marketing-frameworks">Two Marketing Frameworks</h2>

<p>To understand marketing, master two complementary lenses:</p>

<ul>
  <li>
    <p><strong>The 4P framework</strong> (Product, Price, Promotion, Place) looks <em>from the company’s side</em>. It’s the classic foundation—how you design, price, promote, and distribute your offering. Nearly every corporate marketing plan starts here.</p>
  </li>
  <li>
    <p><strong>The 4C framework</strong> (Customer, Cost, Convenience, Communication) shifts focus <em>to the customer’s side</em>. It asks: What does the customer truly need? What’s their total cost (time, money, effort)? How can we make engagement frictionless? How do we listen <em>and</em> speak in dialogue—not monologue?</p>
  </li>
</ul>

<p>They’re not opposites—they’re mirrors. One reveals operational levers; the other exposes human logic. Lately, I’ve found these frameworks invaluable—not just for marketing strategy, but for diagnosing my own blind spots and strengths.</p>

<p>Master these two, and you’ll grasp marketing’s essence.</p>

<h2 id="single-event-probability-vs-aggregate-probability">Single-Event Probability vs. Aggregate Probability</h2>

<p>Life is a game of <em>probabilistic excellence</em>.</p>

<p>We’re easily derailed by single events: a missed deadline, an unreturned email, a rejected proposal—and suddenly, we question our competence, our path, even our identity. We treat one outcome as verdict.</p>

<p>Why? Because evolution wired us for speed over accuracy: quick attribution, short horizons, pattern-seeking—even when patterns don’t yet exist.</p>

<p>But single-event outcomes are noisy. Unpredictable. Like flipping a coin: you can’t forecast the next toss. Yet flip it 1,000 times, and heads will land ~50% of the time—<em>that</em> aggregate probability is stable, learnable, and actionable.</p>

<p>So what do we do?</p>

<ol>
  <li>Never define yourself—or your work—by one result.</li>
  <li>Stay focused. Review relentlessly. Iterate deliberately. Raise your <em>aggregate win rate</em>.</li>
  <li>Identify your 2–3 highest-leverage activities—and protect time for them. That’s where compounding begins.</li>
  <li>Track <em>win probability</em>, not just wins. A 70% win rate means accepting 30% losses—and using each loss to refine the next attempt.</li>
</ol>

<h2 id="how-to-help-kids-embrace-ai-thoughtfully">How to Help Kids Embrace AI Thoughtfully</h2>

<ul>
  <li><strong>Imagination first</strong>: Encourage wild, “impractical” ideas—like using AI to extend human lifespan. Let them dream without editing.</li>
  <li><strong>Experience early</strong>: Show AI in action—self-driving cars, home robots, or ChatGPT responding to their questions. Make it tangible, not abstract.</li>
  <li><strong>Hands-on practice</strong>: Guide them to build simple AI projects—generating art, writing stories, or analyzing data.</li>
  <li><strong>Rethink learning</strong>: Use AI to transform <em>how</em> they learn—customizing explanations, generating flashcards, simulating dialogues. This addresses real pain points (e.g., boredom, confusion) and builds adaptive learning habits.</li>
  <li><strong>Open dialogue</strong>: Talk <em>with</em> them—not <em>at</em> them—about AI’s possibilities, limits, and ethics. Ask: <em>How might this change school? Jobs? Friendship?</em> Let curiosity lead.</li>
</ul>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Education in the AI Era</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-04-07-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-04-07-en/</guid>
      <pubDate>Sun, 07 Apr 2024 09:30:00 +0800</pubDate>
      <description>This essay explores education’s transformation amid AI’s rise, emphasizing creative and AI-native thinking over rote learning. It also examines community-driven marketing, user participation as brand leverage, non-standard product design (e.g., butterfly blind boxes fused with astrology), and AI-augmented learning—highlighting dialogue, personalization, and deep, interest-led inquiry.</description>
      
      <category>AI</category>
      
      <category>education</category>
      
      <category>product design</category>
      
      <category>community</category>
      
      <category>learning</category>
      
      <category>cognition</category>
      
      <content:encoded><![CDATA[<h2 id="education-in-the-ai-era">Education in the AI Era</h2>

<p>We’re a fortunate generation: within just a few decades, we’ve lived through the agricultural era, the industrial era, the information era—and now, very likely, the AI era.</p>

<p>Each era brings unprecedented leaps in efficiency—and the AI era is no exception.</p>

<p>Yet this world will grow more fragmented, because agriculture, industry, information, and AI won’t replace one another overnight. Instead, all four will coexist for a long time.</p>

<p>So what’s the most essential mindset in the AI era? Two stand out: <em>creative thinking</em> and <em>AI thinking</em>.</p>

<p>Creative thinking is the ability to solve “0-to-1” problems—the kind of original, breakthrough reasoning where humans still hold a decisive edge.</p>

<p>AI thinking means learning to coexist with AI—to harness it, to delegate “1-to-100” scaling to it once the foundational idea (the 0-to-1) is in place.</p>

<p>Old virtues—grinding through memorization, competing on diligence, brute-force calculation, or repetitive labor—lose their value in the AI era.</p>

<p>That’s why today’s education system clearly misaligns with AI-era demands.</p>

<p>To truly wield AI as a super-powered assistant, we must cultivate both creative and AI thinking—and doing so doesn’t undermine traditional educational goals; it elevates them.</p>

<h2 id="how-communities-cultivate-trust-planting-grass">How Communities Cultivate Trust (“Planting Grass”)</h2>

<p>I recently joined a WeChat group run by the founder of a programming education startup—a Tsinghua graduate.</p>

<p>His school focuses on in-person training for kids preparing for competitive programming contests, commanding premium pricing. It also offers supplementary online courses.</p>

<p>Like many small institutions, student acquisition is tough—so the founder personally runs outreach: posting ads on his Moments feed, inviting friends to join the group. Within days, the group grew past 200 members.</p>

<p>The group isn’t huge—but because every member came from his personal network, quality is high.</p>

<p>He shares daily in the group: insights, reflections, practical tips. Engagement is modest, but consistency and authenticity never waver. Gradually, members began inviting peers on their own.</p>

<p>A few observations:</p>

<ol>
  <li>The overall tone feels warm and natural—even when he eventually introduces his offerings, it doesn’t feel like an ad.</li>
  <li>His posts are all typed by hand, not copy-pasted. That level of personal authorship is rare among professional community managers.</li>
  <li>Sustained, authentic output builds trust and influence organically. When users need help, they turn to him—not a generic service channel.</li>
  <li>High-quality, niche communities remain powerful marketing channels—especially scarce ones built on real expertise and genuine connection.</li>
</ol>

<h2 id="participation-as-experience-design">Participation as Experience Design</h2>

<p>Xiaomi’s SU7 Founder Edition deliveries kicked off with a striking ceremony: Lei Jun himself opened and closed car doors for each early adopter, shook hands, posed for photos. Every gesture amplified <em>participation</em>.</p>

<p>This approach delivers at least three clear benefits:</p>

<ol>
  <li>Nearly every Founder Edition owner walked away deeply satisfied—and highly likely to stay a fiercely loyal Xiaomi advocate for years.</li>
  <li>Early adopters’ tolerance for minor flaws rises sharply. “A squeaky hinge?” Not a problem.</li>
  <li>The moment went viral: delivery clips spread across social feeds, fueling organic buzz and reinforcing Xiaomi’s human-centered brand narrative.</li>
</ol>

<p>Lei Jun’s deliberate, personalized engagement with key users is a masterclass in turning customers into co-creators—and deserves close study.</p>

<h2 id="designing-non-standard-products">Designing Non-Standard Products</h2>

<p>Take butterfly specimens: sold as-is, the business hits a low ceiling—likely remaining a tiny, niche operation.</p>

<p>But reframe it as a <em>blind box</em>: suddenly, you’re tapping into the massive blind-box economy. Unit price climbs, and your audience overlaps significantly with existing collectors. How much overlap depends entirely on how thoughtfully you design the “butterfly blind box” concept.</p>

<p>Now each butterfly species becomes part of a broader, evolving <em>IP universe</em>.</p>

<p>That’s still not enough. Layer in astrology: include a handwritten-style “fortune note” from an astrologer—personalized by zodiac sign, signed and scanned—and the perceived value jumps again. Meaning shifts from “collectible insect” to “personal talisman.”</p>

<p>The core logic? Take a fragmented, hyper-specialized category and reimagine it as a single, emotionally resonant product—infused with symbolic weight, cultural hooks, and spiritual resonance. By deliberately differentiating from mainstream corporate players (e.g., avoiding feature wars, focusing instead on ritual, identity, and narrative), you raise your theoretical ceiling several-fold.</p>

<h2 id="learning-in-the-ai-era">Learning in the AI Era</h2>

<p>A recent article on AI-era learning resonated deeply. Key takeaways:</p>

<ul>
  <li>Learning will pivot toward <em>personality-driven, creative inquiry</em>—not standardized content delivery.</li>
  <li>As Kevin Kelly wrote in <em>The Inevitable</em>: “We imagine the future with wild, boundless creativity—but the truly great things will dwarf even our boldest visions. The future is unbelievable… yet we must believe in the impossible. We’re only at the very beginning of the beginning.”</li>
  <li>Socratic dialogue—long idealized but hard to scale—may finally become mainstream. In the age of generative AI, <em>asking the right questions</em>, thinking critically, and sustaining rich dialogue <em>is</em> the new literacy of learning.</li>
  <li>Language barriers—especially foreign-language hurdles—are collapsing fast. AI translates seamlessly, on demand.</li>
  <li>Start learning <em>with</em> AI, not just <em>about</em> it—as early and as often as possible.</li>
  <li>Learning resources and pathways are now richer, more diverse, and more accessible than ever before.</li>
  <li>AI unlocks <em>infinite</em> possibilities for self-directed, adaptive learning.</li>
  <li>Humanity’s defining trait in the age of intelligent machines may be <em>radical interconnection and transparency</em>—giving rise to open, collective innovation.</li>
  <li>Training “AI talent” isn’t just about coding or computational thinking. Routine programming <em>will</em> be automated. What’s needed instead are <em>architects</em>: thinkers who blend imagination, systems intuition, and creative synthesis.</li>
  <li>AI-era learning thrives on <em>deep, interest-led immersion</em>—not breadth for its own sake.</li>
</ul>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Education in the Age of Artificial Intelligence</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-03-31-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-03-31-en/</guid>
      <pubDate>Sun, 31 Mar 2024 09:30:00 +0800</pubDate>
      <description>This reflective essay explores education amid AI’s rise—emphasizing immersive learning (e.g., metaverse), cultivating 0-to-1 innovation, the difficulty of intentional simplification, the centrality of parental patience in teaching, andLei Jun’s marketing mastery with Xiaomi SU7. It closes with strategic “don’ts” and a critique of the “good deeds guarantee good returns” fallacy.</description>
      
      <category>education</category>
      
      <category>AI</category>
      
      <category>marketing</category>
      
      <category>cognition</category>
      
      <category>parenting</category>
      
      <category>strategy</category>
      
      <content:encoded><![CDATA[<h2 id="education-in-the-age-of-artificial-intelligence">Education in the Age of Artificial Intelligence</h2>

<p>I watched a live stream by a Stanford PhD and jotted down some key insights:</p>

<ol>
  <li>Our technology is accelerating rapidly. In 20–50 years, we may well build fully realized metaverse worlds.</li>
  <li>The speaker asked fellow scientists: <em>Who influenced you most during your formative years?</em> Eighty percent pointed to someone they met in elementary or secondary school—a teacher, neighbor, or parent—who, through a single idea or forward-looking insight, sparked a pivotal moment that reshaped their life trajectory.</li>
  <li>Learning has evolved: from pure text → illustrated books (where images often convey more than paragraphs) → digital books with embedded videos → and soon, augmented and immersive experiences (e.g., metaverse logic).</li>
  <li>What can the metaverse do for education? You could climb Everest, witness the Battle of Red Cliffs, shrink into a cell to tour its organelles—or expand infinitely to explore planetary scales. You become like Sun Wukong: infinitely small or infinitely large.</li>
  <li>Metaverse-based education is <em>embodied</em>, not abstract—it places you <em>inside</em> knowledge.</li>
  <li>In the AI era, the most vital skill is <em>0-to-1 creation</em>: generating something truly novel from nothing. That leap isn’t incremental—it’s qualitative, unpredictable, and profoundly difficult.</li>
  <li>How do we nurture it? Traditional pedagogy often treats creativity as ineffable—“you just know it.” Stanford tackled this head-on with <em>Design Thinking</em>: not about graphic design, but a rigorous, teachable methodology for innovation.</li>
  <li>Many people today already lack the core competencies required by the AI age.</li>
  <li>Exceptional people hit targets others can’t see—and innovators hit targets others don’t even know exist.</li>
</ol>

<h2 id="the-difficulty-of-subtraction">The Difficulty of Subtraction</h2>

<p>I set myself a simple rule: no more than three active tasks per day—and only <em>one</em> of them may be truly important.</p>

<p>Yet executing that rule proves surprisingly hard.</p>

<p>Drafting a daily to-do list takes minutes: meetings, calls, deliverables—easy to jot down.</p>

<p>Harder is applying the rule <em>to</em> that list: Which items must go to stay under three?</p>

<p>Hardest of all is choosing <em>which one</em> of those three deserves your full attention and energy <em>today</em>.</p>

<p>Subtraction is far harder than addition. Listing tasks is effortless; refining that list—identifying the single highest-leverage item and protecting your focus for it—is where real progress begins.</p>

<p>That choice hinges on clarity: What qualifies as <em>important but not urgent</em>? What yields compound returns over time?</p>

<p>Only consistent practice of this discipline builds true compounding advantage—in work, relationships, and life.</p>

<h2 id="the-real-challenge-of-education">The Real Challenge of Education</h2>

<p>A partner shared a vivid, practical approach to praising children: <em>quantified praise</em>.</p>

<p>Instead of vague affirmations like “You’re so smart!” or “Great job!”, try concrete, measurable language:</p>
<ul>
  <li>“You’ve improved noticeably since yesterday.”</li>
  <li>“After ten days of steady effort, you’ve finally broken through.”</li>
</ul>

<p>These methods are sound—but implementation is where most stumble.</p>

<p>Why? Because the core challenge of education isn’t technique. It’s <em>patience</em>.</p>

<p>With genuine patience, you wouldn’t skim a parenting book and dismiss it as useless.<br />
You wouldn’t “accompany” your child while scrolling your phone—and then pat yourself on the back.<br />
You wouldn’t reflexively blame, label, or criticize the moment your child falters—using their struggle as cover for your own avoidance.</p>

<p>Patience isn’t passive. It’s the bedrock capacity upon which all effective teaching rests.</p>

<h2 id="lei-juns-marketing-mastery">Lei Jun’s Marketing Mastery</h2>

<p>After the Xiaomi SU7 launch, Xiaomi’s official Weibo account posted rapid-fire updates:</p>
<ul>
  <li>10,000 pre-orders in 4 minutes</li>
  <li>20,000 in 7 minutes</li>
  <li>50,000 in 27 minutes</li>
  <li>The limited Founder’s Edition (5,000 units) sold out instantly</li>
</ul>

<p>Lei Jun had delivered another textbook marketing case study.</p>

<p>Peter Drucker wrote: <em>There are only two basic functions of a business—marketing and innovation.</em><br />
In my view, Lei Jun ranks among China’s most exceptional marketers.</p>

<p>On the TV show <em>Win in China</em>, JD CEO Richard Liu told his team bluntly: <em>“Don’t compete with Lei Jun on marketing—we simply can’t match them. Selling hundreds of billions worth of smartphones? That’s not ordinary talent.”</em></p>

<p>Recently, I saw a short video where Zhou Hongyi criticized the CEO of NIO’s rival, Nezha Auto:<br />
<em>“You’re doing everything backwards—making things awkward for customers, making names impossible to remember. Even the pronunciation feels off. From marketing to product planning, it’s all self-indulgent. What’s the point?”</em></p>

<p>It’s not just Nezha. Most Chinese companies operate in <em>self-congratulatory mode</em>—talking to themselves instead of customers. That’s why mastering marketing is rare: breaking out of self-reference is the first, hardest barrier.</p>

<p>The Xiaomi SU7 launch offers three clear lessons:</p>

<h3 id="1-precise-product-positioning">1. Precise Product Positioning</h3>
<p>A sharp positioning claim lodges instantly in users’ minds—ideally, one or two words that resonate <em>quickly</em> and <em>uniformly</em>.<br />
Think: Volvo = <em>safety</em>, Li Auto = <em>extended-range + family car</em>, NIO = <em>battery swapping</em>.<br />
For me, Xiaomi SU7 now means <em>youthful</em>.<br />
Every detail—exterior styling, interior materials, performance specs, even the brands it was benchmarked against at launch—reinforced that single word.<br />
Beyond functional value, precise positioning delivers <em>emotional value</em>, which drives loyalty and stickiness far more powerfully.<br />
So ask yourself: If your product had <em>one</em> defining word, what would it be—and would your users agree?</p>

<h3 id="2-effective-price-anchoring">2. Effective Price Anchoring</h3>
<p>Price was the launch’s biggest highlight—and arguably half its success.<br />
Lei Jun repeatedly compared SU7 to Porsche and Tesla—not to suggest equivalence, but to <em>raise price expectations</em>.<br />
In interviews and Weibo posts, he teased: <em>“It won’t be cheap.”</em> That built anticipation.<br />
When the final price dropped, it felt <em>unbelievably generous</em>—triggering euphoria, not skepticism.<br />
Remember: price isn’t cost-driven. It’s perception-driven. Every buyer carries an internal “fair price.” What matters is whether the purchase delivers <em>perceived surplus value</em>—that visceral “wow, this is worth way more than I paid” feeling.</p>

<h3 id="3-intensive-brand-amplification">3. Intensive Brand Amplification</h3>
<p>Before launch, Lei Jun released a series of short videos titled <em>“Lei Jun Takes You Inside the Car Factory.”</em><br />
As shown below, this series generated the strongest engagement across all his content—precisely why Zhou Hongyi called out Nezha’s inward-looking approach.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-F44FF7FE-68DE-4BEB-8745-6ED672874D2D.png" alt="" /></p>

<p>A widely shared photo also circulated before launch—featuring Lei Jun alongside industry leaders.<br />
At the event itself, heavyweight peers were invited onstage, adding credibility and buzz.<br />
Such amplification does more than boost visibility: it builds trust and authority.</p>

<p>Tsinghua Professor Zheng Yuhuang puts it plainly: <em>“Everyone needs to understand marketing—yet 99% misunderstand it.”</em><br />
Real marketing isn’t manipulation. It’s starting with the user—solving real functional <em>and emotional</em> needs. Most companies miss the latter entirely. That’s why so few succeed.</p>

<h2 id="the-not-to-do-list">The “Not-To-Do” List</h2>

<p>A cornerstone of strategic thinking is defining what you <em>won’t</em> do. That’s harder—and more powerful—than listing goals.</p>

<p>Apply this to life: clarify your boundaries, and complexity dissolves.</p>

<ol>
  <li>Don’t believe in myths (e.g., overnight success, silver bullets)</li>
  <li>Don’t chase petty gains or gamble on shortcuts</li>
  <li>Don’t innovate for innovation’s sake</li>
  <li>Don’t start ventures without foundational preparation</li>
  <li>Don’t engage in unethical or harmful acts</li>
  <li>Don’t attack competitors—or speak ill of others behind their backs</li>
  <li>Don’t follow crowds or echo opinions without scrutiny</li>
  <li>Don’t waste time—on distractions, resentment, or unproductive rumination</li>
</ol>

<h2 id="the-good-deeds-guarantee-good-returns-fallacy">The “Good Deeds Guarantee Good Returns” Fallacy</h2>

<p>We’re taught early to cultivate empathy. But that lesson often carries a hidden trap:<br />
<em>If I treat you well, you must treat me well in return.</em><br />
This implies “goodness” is transactional—and that moral behavior guarantees reciprocity.</p>

<p>Underlying this is a dangerous combo: <em>empathy + fragility</em> (“glass heart”).<br />
Together, they breed disappointment, resentment, and conflict—visible in family rifts, workplace friction, and frayed friendships.</p>

<p>So what <em>is</em> empathy, really?</p>

<ol>
  <li>Your kindness is yours alone—it doesn’t obligate others. Causality here is illusory; human responses are deeply uncertain.</li>
  <li>Empathy means <em>stepping into another’s reality</em>, not projecting your assumptions onto them. Doing what <em>you think</em> is kind is often just self-deception.</li>
  <li>True empathy is extraordinarily difficult—which is why the “I was nice → you owe me” loop persists: it’s easier than sustained, humble perspective-taking.</li>
  <li>Our education system rarely unpacks this. When we preach “good deeds bring good returns” without examining its logic or practicing alternatives, we plant seeds of cognitive distortion, emotional strain, and avoidable pain.</li>
</ol>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Property Leasing Business Model</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-03-24-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-03-24-en/</guid>
      <pubDate>Sun, 24 Mar 2024 09:30:00 +0800</pubDate>
      <description>This essay explores the post-pandemic property leasing model—low-cost bulk acquisitions, capital-heavy but lean operations—and connects it to broader themes: AI music tools (Suno.ai v3), handling workplace PUA, the “maximum regret” principle for anxiety, overseas blind-box ventures, seeking mentors with proven results, and how habitual parental negation undermines children’s resilience.</description>
      
      <category>real estate</category>
      
      <category>AI</category>
      
      <category>leadership</category>
      
      <category>mental models</category>
      
      <category>parenting</category>
      
      <category>entrepreneurship</category>
      
      <content:encoded><![CDATA[<h2 id="the-property-leasing-business-model">The Property Leasing Business Model</h2>

<p>After the pandemic, many tenants vacated office and retail spaces en masse.</p>

<p>A friend seized that moment: he acquired large swaths of commercial buildings and malls—at low entry costs—totaling roughly 100,000+ square meters. Annual revenue now runs into several hundred million RMB.</p>

<p>Over the past few years, the model has stabilized and scaled profitably.</p>

<p>This business operates much like the trading intermediaries in the TV drama <em>Prosperity</em>: a modern-day comprador model.</p>

<p>The standard playbook? Leverage personal networks to identify undervalued assets, then lease them <em>en bloc</em>, outsourcing nearly all operations—property management, tenant services, maintenance—to third parties.</p>

<p>So aside from heavy capital requirements, the core team remains tiny—just a handful of people running a multi-hundred-million-RMB operation.</p>

<p>I asked him how they solved the capital problem.</p>

<p>He confirmed it’s the single biggest bottleneck—and cost. So they brought in a major backer. Given capital’s decisive role, the backer takes nearly half the profits; the rest is split among the team.</p>

<p>Beyond funding, the rest of the work is asset hunting: spotting high-quality properties at low prices, then moving fast to secure them.</p>

<p>But great assets at great prices attract fierce competition—so relentless relationship-building is essential. Dinner-and-drink sessions aren’t occasional; they’re routine.</p>

<p>When I met him, I asked if he’d like a drink.</p>

<p>He declined: “Can’t today—I had six bottles last night—with six people. My stomach’s wrecked.”</p>

<p>I joked, “Six bottles of beer?”</p>

<p>“No,” he said. “Six bottles of <em>baijiu</em>.”</p>

<p>Because of constant banquets, he shared an observation: small local restaurants are struggling, while top-tier establishments are booming.</p>

<p>Why? Because high-stakes dealmaking demands higher-grade settings. You can’t host five separate negotiation dinners at the same modest eatery—and you <em>can’t</em> downgrade the venue. The stakes raise the bar.</p>

<p>It really isn’t easy.</p>

<h2 id="music-ai-tools">Music AI Tools</h2>

<p>I tested Suno.ai’s V3—and was genuinely impressed. Try it yourself: &lt;<a href="https://app.suno.ai/create/">app.suno.ai</a>&gt;</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-filename-3.png" alt="" /></p>

<p>I entered lyrics and style prompts, clicked “create,” and got a polished track in seconds. I then imported it into CapCut, made a simple MV, and posted it on WeChat Video Channel “Old Yao’s Diary.”</p>

<p>The biggest shift I’ve felt this year? AI’s rapid, deep penetration across verticals—especially at the <em>application</em> layer. It’s accelerating far faster than last year.</p>

<h2 id="how-to-handle-workplace-pua">How to Handle Workplace PUA</h2>

<p>A niece called me, upset: her boss lacks competence—and regularly subjects her to psychological manipulation (PUA).</p>

<p>She listed examples. She wants to quit—but feels lost about how to respond. This is her first full-time job.</p>

<p>Finding a leader who truly sees, values, and supports you is rare. A great one can even redirect your life’s trajectory.</p>

<p>From her examples, it’s almost certainly PUA. Leaders with weak professional skills—or low self-confidence—often resort to undermining others to shore up their own sense of control.</p>

<p>So how <em>should</em> you respond? Here’s my take:</p>

<ol>
  <li><strong>Don’t follow a PUA leader.</strong> If you can’t change the environment, changing <em>environments</em> is the smarter move.</li>
  <li>PUA is rarely about objective critique—it targets <em>people</em>, not <em>problems</em>, because the perpetrator often lacks the ability to articulate facts clearly.</li>
  <li>Once you recognize that, your response becomes clear.</li>
  <li>Don’t fear it. PUA looks intimidating—but it’s hollow. Poke it, and it collapses.</li>
  <li>Letting someone unworthy sour your daily work experience is simply not worth it—mentally, emotionally, or professionally.</li>
  <li>So stand firm: when confronted, pivot straight to <em>facts</em>, <em>specifics</em>, and <em>task-level discussion</em>. Stay grounded in reality.</li>
  <li>Especially early in your career: be respectfully unapologetic. Prioritize your integrity and peace of mind. Even if you “lose” something in conventional terms—say, a promotion or bonus—you won’t regret it later.</li>
</ol>

<h2 id="the-maximum-regret-principle">The Maximum Regret Principle</h2>

<p>If anxiety haunts you—even causing chronic insomnia—try this: the <em>Maximum Regret Principle</em>.</p>

<p>For any source of anxiety, ask honestly: <em>What’s the absolute worst outcome? Can I truly bear it?</em> If yes, stop worrying.</p>

<p>We must accept an objective truth: most things we attempt <em>will</em> fail—because failure is the default state of human endeavor.</p>

<p>Say a project risks losing several million RMB. If that loss is survivable, then anxiety serves no purpose. Clarity here eases mental strain—and cuts down massive, useless internal friction.</p>

<p>That doesn’t mean relaxing vigilance. Rather, it means cultivating calm <em>first</em>, so you can face risk and seize opportunity with clarity—not panic.</p>

<h2 id="overseas-blind-box-business">Overseas Blind-Box Business</h2>

<p>A friend shared a venture: exporting China’s blind-box model overseas—and clearing $4–5 million USD in just a few months.</p>

<p>The model? An independent e-commerce site selling blind-box products. Customers select blindly online.</p>

<p>How did they drive traffic? The founder hired thirty native English speakers to livestream daily on TikTok—funneling viewers directly to the site.</p>

<p>Returns? Full no-questions-asked refunds—even for dissatisfied customers.</p>

<p>There’s real gambling energy here: some orders hit $10,000+ per customer.</p>

<p>A few takeaways:</p>

<ul>
  <li>China <em>is</em> more competitive. Replicating hyper-competitive domestic models abroad—where saturation is lower—is a viable path.</li>
  <li>Regulatory environments overseas are often looser than China’s.</li>
  <li>Yes, “go global or die” is overblown—but the sentiment reflects reality: many overseas markets <em>are</em> less crowded, less regulated, and more open to experimentation.</li>
  <li>Want to test international waters? Start with a domain you already know well. Dive in—no need to wait for perfect conditions.</li>
</ul>

<h2 id="who-should-you-talk-to">Who Should You Talk To?</h2>

<ol>
  <li>Seek out people who’ve <em>delivered large, concrete results</em>—not just ideas or theories.</li>
  <li>Ask two people to describe building a ¥100M project. One will say, “It’s doable,” and immediately outline three realistic paths—because they’ve done it. The other will hesitate, question feasibility, and get stuck in abstraction.</li>
  <li>That contrast builds real confidence—not false optimism, but grounded possibility. Even if your current skill set isn’t there yet, exposure to proven execution reshapes what you believe is possible.</li>
  <li>For example: when we pitched a new project, non-executors questioned its logic and scale. But founders who’d each built ¥300M+ businesses lit up—they saw the leverage points instantly and named the <em>exact</em> conditions needed to hit ¥100M. That kind of insight is irreplaceable.</li>
</ol>

<h2 id="why-kids-lack-resilience">Why Kids Lack Resilience</h2>

<p>When children appear timid or indecisive outside the home, a key root cause is the sheer volume of <em>daily negation</em> they absorb.</p>

<p>Common reflexive phrases:</p>

<ul>
  <li>“You can’t do that.”</li>
  <li>“Don’t do that—it’s dangerous.”</li>
  <li>“What’s the point of that?”</li>
  <li>“Look at you…”</li>
  <li>“Why are you always…?”</li>
  <li>“Don’t go…”</li>
</ul>

<p>Accumulated over time, these statements don’t just correct behavior—they wire a child’s inner voice toward self-doubt and self-rejection.</p>

<p>Parents usually mean well. They call it “care.”</p>

<p>A better approach? Encourage <em>principled risk-taking</em>: safe exploration within clear boundaries.</p>

<p>In practice, though, most childhood “risks”—climbing, experimenting, negotiating, trying new social roles—are shut down before they begin.</p>

<p>Here’s the truth: every meaningful experience carries risk. Every meaningful growth involves discomfort—and sometimes pain.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>How to Leverage AI Effectively</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-03-17-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-03-17-en/</guid>
      <pubDate>Sun, 17 Mar 2024 09:30:00 +0800</pubDate>
      <description>This essay reflects on practical AI adoption—covering productivity gains, workflow redesign, Bilibili content strategy, traffic challenges for edtech, and foundational writing principles. It emphasizes solving real problems with AI, not tech for tech’s sake, and stresses human judgment, iterative learning, and strategic focus over hype or perfectionism.</description>
      
      <category>AI</category>
      
      <category>workflow</category>
      
      <category>business strategy</category>
      
      <category>content creation</category>
      
      <category>organizational learning</category>
      
      <content:encoded><![CDATA[<p>This week, I attended an offline Microsoft AI sharing event hosted by Hongli Society. The first three sessions—focused on AI—captured key insights from three speakers.</p>

<h2 id="how-to-leverage-ai">How to Leverage AI</h2>

<ol>
  <li>Those who understand how to <em>leverage</em> AI—not just use it—will capture disproportionate value in the AI-internet era.</li>
  <li>What is a “bonus” (bonus/opportunity)? One bonus keeps you alive; two make a viable business; three can spawn a unicorn; four may take you public.</li>
  <li>Today’s most common AI applications: cutting costs, boosting efficiency, driving traffic, and building IP.</li>
  <li>Consider a typical scriptwriting workflow: editor finds articles online → writes drafts → planning director screens them → IP records final versions. Each editor produces 4–5 scripts per day. Automating just 1–2 steps with AI lifts output 5–10×—without sacrificing quality.</li>
  <li>AI implementation follows three steps: <em>real problem</em> → <em>right tool</em> → <em>measurable result</em>.</li>
  <li>Key to AI-driven efficiency: solve <em>one concrete bottleneck</em> in a specific workflow—and lift speed 5–8×.</li>
  <li>Low private-domain conversion? Even basic tasks like consistent WeChat Moments updates can be reliably automated with AI.</li>
  <li>Prompt engineering isn’t magic—it’s <em>human experience</em> layered onto AI rules.</li>
  <li>Three prerequisites for AI real-world adoption: start from genuine needs; train AI like an intern (iteratively, with feedback); never adopt AI just to say you did.</li>
</ol>

<h2 id="what-can-ai-actually-do">What Can AI Actually Do?</h2>

<p>It’s misleading to ask “What <em>can</em> AI do?”—better to ask: <em>What does it solve for us, right now?</em></p>

<p><strong>AI-powered writing workflows include:</strong> extracting core themes, pulling standout quotes, and rewriting in new voices.</p>

<p><strong>Three tiers of AI application:</strong></p>
<ol>
  <li><strong>“Anyone can do it”:</strong> e.g., Feishu’s AI meeting notes—simple, plug-and-play tools that will multiply rapidly.</li>
  <li><strong>Prompt engineering:</strong> Teaching AI <em>how</em> to work—not just phrasing prompts, but deeply understanding your product, user needs, and context. This skill can’t be trained; it’s earned through practice. Structured prompt templates rarely move the needle.</li>
  <li><strong>Private-data fine-tuning:</strong> Only attempt this once you truly grasp both your data <em>and</em> your goals.</li>
</ol>

<p><strong>Three paths for enterprise AI adoption:</strong></p>
<ol>
  <li>Aggregating individual AI tools into team-wide practices.</li>
  <li>Adopting purpose-built SaaS solutions.</li>
  <li>Deconstructing your own workflows—and building custom, proprietary AI tools. <em>This is where AI delivers lasting competitive advantage.</em></li>
</ol>

<p><strong>Future trends in AI business:</strong></p>
<ol>
  <li>Entering an era of <em>performance surplus</em>: Chinese large models matching GPT-4 isn’t a question of <em>if</em>, but <em>when</em>.</li>
  <li>Commercial AI usage will get pricier—token costs will rise.</li>
  <li>AI will crystallize into a distinct <em>intellectual industry</em>, with its own talent, IP, and economics.</li>
</ol>

<p><strong>Three recommendations for founders &amp; leaders:</strong></p>
<ol>
  <li>Identify real pain points in your product or operations—and deploy AI for measurable cost reduction or efficiency gain.</li>
  <li>Avoid “AI campaigns.” Go deep, not wide. Pick <em>one</em> high-impact tool—and master it.</li>
  <li>Use it yourself. Firsthand experience beats all theory.</li>
</ol>

<h2 id="bilibili--ai">Bilibili &amp; AI</h2>

<ol>
  <li>CapCut (JianYing) has massive untapped potential. DouBao now holds China’s highest monthly active users among domestic AI apps.</li>
  <li>On Bilibili, watch time increasingly drives organic reach—the longer viewers stay, the more the algorithm recommends. Prioritize <em>time contribution</em>, not just views.</li>
  <li>What makes a great short video? It explores knowledge gaps, delivers joy, or expresses emotion and values authentically.</li>
  <li>The “impossible triangle” of content: originality + high quality + high frequency—you can only optimize two at once.</li>
  <li>The “Golden Half-Second” workflow:<br />
 1. Topic + internet intuition (what’s resonating <em>now</em>),<br />
 2. Study top-performing covers <em>on external platforms</em> for visual cues,<br />
 3. Refine the topic,<br />
 4. Use AI to rework visuals, pacing, and hooks,<br />
 5. Add polished motion graphics—<em>win the first frame</em>.</li>
  <li>AI dramatically accelerates editing—especially rough-cut assembly, subtitle generation, and asset tagging.</li>
  <li>Track <em>impression-to-play ratio</em>: For platforms, every impression is monetizable. Optimize for play-through, not just clicks.</li>
  <li>Study YouTube closely—its cover logic, thumbnail psychology, and recommendation signals align surprisingly well with Bilibili’s.</li>
  <li>Team scaling rule: You can add unlimited editors to boost output—but keep <em>scriptwriters per account</em> under three. More writers dilute voice and consistency.</li>
  <li>Build your own libraries: cover templates, topic banks, and visual asset repositories.</li>
  <li>Knowledge-video workflow:<br />
 1. Gather sources using Consensus (a powerful research assistant),<br />
 2. Ask targeted questions of documents to extract insights,<br />
 3. Human editors refine and write the final script.</li>
  <li>Global verticals with huge local potential: garden design, cycling culture, home brewing—underserved but growing.</li>
</ol>

<h2 id="the-traffic-trap">The Traffic Trap</h2>

<p>An online K–12 enrichment institution has been stuck at ~¥30M annual revenue for two years—unable to break past its traffic ceiling.</p>

<p>Growth stalled. Profitability remained elusive.</p>

<p>The founder reached out for advice. We uncovered several issues—but the core problem wasn’t traffic volume. It was <em>low operational efficiency</em> and <em>no defensible differentiation</em> in a crowded market.</p>

<p>Their acquisition model relied almost entirely on fragmented private-domain partnerships—no sustained investment in public-domain channels (e.g., search, social discovery, platform algorithms). That’s a major strategic omission.</p>

<p>Without advantages in business model, team execution, or brand strength, the traffic they <em>do</em> acquire is inevitably marginal—“leftover” inventory from low-tier partners. Their current channels confirm this: tiny volumes, “one-fish-many-meals” dynamics, even some outright “coupon-hunting” platforms. This growth engine is structurally unsustainable.</p>

<p><strong>Key conclusions:</strong></p>
<ol>
  <li>Traffic isn’t the root problem—it’s a <em>symptom</em>. What’s missing is <em>traffic intelligence</em>: the ability to attract, convert, and retain based on real insight and capability.</li>
  <li>When competitiveness is weak, traffic tactics must innovate—or borrow leverage. Copy-pasting old playbooks won’t work.</li>
  <li>Public-domain traffic isn’t just “another channel.” It’s <em>scale infrastructure</em>. Even a 0.1% share of Bilibili’s or Xiaohongshu’s daily active users dwarfs what any private partner can deliver. In practice, public traffic is functionally <em>infinite</em>—if you know how to earn it.</li>
</ol>

<h2 id="the-craft-of-writing">The Craft of Writing</h2>

<ol>
  <li><em>All</em> outward communication requires writing skill: books, articles, ads, product copy, proposals—even internal reports.</li>
  <li>Writer’s block often stems from <em>not having thought clearly enough yet</em>.</li>
  <li>Resist the urge to write prematurely. Wait until your research is complete <em>and</em> your structure is clear—then write in one focused burst.</li>
  <li>For important work—books, whitepapers, keynote scripts—this discipline pays off. A solid mental framework + full source material = exhilarating flow.</li>
  <li>Inspiration doesn’t strike at your desk. Walk outside. Observe people. Talk to strangers. Read widely. Capture sparks immediately—build your personal “idea bank.”</li>
  <li>Purpose first: writing exists to convey ideas <em>or</em> drive action. Avoid clever wordplay that obscures meaning.</li>
  <li>Double meanings? Use sparingly. Most “witty” puns confuse more than delight.</li>
  <li>Write like you speak—with plain, familiar language. The closer your tone matches your audience’s daily thinking, the better it lands.</li>
  <li>Always write <em>to someone</em>. Picture one real person—give them a name, a job, a frustration—and draft as if speaking directly to them.</li>
  <li>Logic is non-negotiable—even when hidden. Your argument must hold together, even if readers never see the scaffolding.</li>
  <li>Prefer linear logic over parallel lists: guide readers step-by-step—through questions, stories, or cause-effect chains.</li>
</ol>

<h2 id="how-to-ease-procrastination">How to Ease Procrastination</h2>

<p>One root cause: <em>fear of the unknown</em>.</p>

<p>A frequent consequence: <em>chronic anxiety</em>.</p>

<p>Yes—distracting yourself (scrolling, tidying, “researching”) temporarily dulls the anxiety. But it leaves the fear intact—and the task untouched.</p>

<p>A more effective approach: <em>shrink the unknown</em>.</p>

<p>Turn ambiguity into familiarity—step by step.</p>

<p>Some things <em>are</em> hard to demystify (e.g., publishing in top academic journals when standards are opaque and your expertise feels insufficient). But even then: read acceptance letters, study rejected papers, interview editors, collect rubrics. Let your brain build neural pathways around the task. The more familiar it becomes, the less your amygdala rebels.</p>

<p>Another culprit: <em>perfectionism</em>. It doesn’t raise standards—it <em>expands</em> the unknown. “Perfect” is undefined, unbounded, paralyzing.</p>

<p>So: <em>kill perfectionism</em>. Embrace “60-point delivery”—get it <em>done</em>, then iterate. Done is the foundation of good. Good is the gateway to great.</p>

<p>Can we eliminate procrastination entirely? Unlikely. As long as we face tasks beyond our current capacity—and as long as uncertainty and perfectionist reflexes remain human—we’ll meet procrastination again and again. The goal isn’t eradication. It’s <em>reduction through clarity, courage, and compassion for our own limits</em>.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Principles of Education</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-03-10-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-03-10-en/</guid>
      <pubDate>Sun, 10 Mar 2024 09:30:00 +0800</pubDate>
      <description>This essay explores foundational principles of education—including autonomy, boundaries, and values-based guidance—through a conversation with an accomplished educator. It also addresses sex education in China, project selection logic, hiring best practices, and life reflections on time investment, environment, and personal growth.</description>
      
      <category>education</category>
      
      <category>values</category>
      
      <category>parenting</category>
      
      <category>hiring</category>
      
      <category>decision-making</category>
      
      <content:encoded><![CDATA[<h2 id="principles-of-education">Principles of Education</h2>

<p>I had dinner with a teacher and we talked about raising children.</p>

<p>He has three kids—all now thriving: they studied in the U.S., graduated from universities ranked in the global QS Top 100, and are doing well professionally and personally. He himself is highly accomplished: a shareholder in a listed company, an executive at a multinational corporation, and a National Model Teacher. He also enjoys life—telling me his wardrobe alone is worth about ¥10 million. I believed him: every time I’ve met him, he’s worn something different and stylish; I’ve worn the same outfit each time.</p>

<p>His approach to education holds practical insight.</p>

<ol>
  <li><strong>On parent–child and spousal relationships</strong>: He emphasizes <em>independence, boundaries, respect,</em> and <em>fairness</em>. Once his children became adults, he began calling his eldest son “Big Brother,” his second son “Second Brother,” and his daughter “Elder Sister.” He calls his wife “Fourth Sister.”</li>
</ol>

<p>His children love and deeply respect him—not because he imposed control or enforced authority through micromanagement, but because he honored their autonomy.</p>

<ol>
  <li><strong>Why are his children so successful?</strong><br />
He treats them as independent individuals. They possess—and have always possessed—the capacity to solve their own problems. In most cases, adult intervention or “help” isn’t needed.</li>
</ol>

<p>What adults often label “care” or “support” can feel like boundary violations from a child’s perspective. Over time, excessive interference turns children into appendages of their parents—not people with agency.</p>

<ol>
  <li><strong>A concrete example</strong>: When he moved his child from their hometown to Beijing for school (third grade), the child ranked last in the grade academically. Within a year, they rose to top three—entirely through self-directed effort: seeking help from teachers, studying late every night.</li>
</ol>

<p>I asked: <em>What fueled that motivation and self-drive?</em><br />
His answer: <em>Values.</em></p>

<p>Children need early, intentional support in building sound values and mental models. Many adults never develop a coherent value system—and that shapes everything: how they think, choose, act, and persist. Values determine behavior patterns.</p>

<ol>
  <li><strong>On homework</strong>: Should parents monitor it? He never does—unless the child asks for help. Homework is the child’s responsibility. The moment a parent steps in to supervise, the ownership shifts: it becomes <em>the parent’s</em> task, not the child’s.</li>
</ol>

<p>The parent’s real job is twofold: first, helping the child internalize that homework belongs to <em>them</em>; second, clarifying <em>why</em> it matters—for learning, growth, and long-term capability.</p>

<p>How do you influence this? Again: <em>values.</em></p>

<ol>
  <li><strong>Where do values come from?</strong><br />
Through <em>practice</em>—especially in early years. Two primary sources: <em>learning</em> and <em>environment</em>. Environment includes family dynamics, neighborhood culture, peer groups, and daily routines.</li>
</ol>

<p>The quality of both learning and environment directly shapes the values a child internalizes.</p>

<h2 id="sex-education">Sex Education</h2>

<p>The core of sex education is <em>how to engage in sexual activity safely</em>.</p>

<p>In China, sex education faces unique challenges: widespread cultural avoidance, silence around sexuality, and a common parental expectation that children abstain until age 18. That expectation—well-intentioned but rigid—is the central tension in Chinese sex education.</p>

<p>Yet mounting tragic cases show that silence doesn’t eliminate risk—it multiplies it. Families with daughters especially must prioritize thoughtful, age-appropriate sex education. Blunt prohibition or embarrassed avoidance cannot meaningfully reduce harm.</p>

<p>The greatest danger isn’t sex itself—it’s the absence of grounded values and non-negotiable safety principles. “Safety” must be the absolute baseline—non-optional, non-debatable. Without proper education, many girls may lower or abandon their boundaries during sexual encounters, precisely because emotion overrides reason in those moments.</p>

<p>With that awareness, a few well-timed, honest, and calm conversations—framed with care and clarity—can lay the foundation for healthy, values-aligned sexual attitudes. For most children, that investment pays lifelong dividends.</p>

<h2 id="project-selection-logic">Project Selection Logic</h2>

<p>A few reflections from recent conversations about choosing ventures:</p>

<p>Three core filters: <strong>familiarity</strong>, <strong>demand type</strong>, and <strong>frequency</strong>.</p>

<ol>
  <li><strong>Familiarity</strong><br />
Investing in a project mirrors investing in a company: your returns hinge on depth of understanding. “Familiarity” means knowing its opportunities, risks, competitors, growth levers, key metrics—and having your <em>own integrated mental model</em>, not just surface-level impressions.</li>
</ol>

<p>Once you truly map a domain, many projects lose their initial allure. “A world apart” isn’t poetic—it’s literal.</p>

<ol>
  <li><strong>Demand Type</strong><br />
Demand falls into two buckets: <em>real needs</em> and <em>pseudo-needs</em>. Some ventures look dazzling but serve no essential human need—yet founders pursue them anyway, seduced by novelty (“self-hype”).</li>
</ol>

<p>That said, demand evolves with technology and context. Take keys: they’re vanishing—not because locks improved, but because face ID, fingerprint sensors, and Bluetooth unlocking now deliver better convenience.</p>

<ol>
  <li><strong>Frequency</strong><br />
If demand is genuine, success odds rise significantly. Next, assess frequency: <em>high-frequency</em> vs. <em>low-frequency</em>. Generally, high-frequency needs carry greater commercial potential—but also fiercer competition. If you can differentiate meaningfully, go for it. If not, consider low-frequency <em>but essential</em> needs: less crowded, still valuable, and often underserved.</li>
</ol>

<h2 id="hiring-essentials">Hiring Essentials</h2>

<p>Hiring is both technical and physical labor. Two non-negotiable principles: <strong>talk more</strong>, and <strong>talk deeper</strong>.</p>

<ul>
  <li>
    <p><strong>Talk more</strong>: When you’re excited about a candidate, don’t rush to extend an offer. Instead, schedule multiple conversations—in varied settings (e.g., coffee, team lunch, walk-and-talk). Especially for critical roles: more touchpoints build mutual trust and alignment.</p>
  </li>
  <li>
    <p><strong>Talk deeper</strong>: Clarify performance expectations <em>before</em> day one. Define <em>what</em> will be done, <em>how</em>, and <em>what “done well” looks like</em>. No vagueness. No salesmanship. Just shared clarity—so neither side misleads the other.</p>
  </li>
</ul>

<h2 id="notes-from-conversation">Notes from Conversation</h2>

<ol>
  <li>Learn to coexist with unsolvable problems—like aging. Not all things yield to action.</li>
  <li>Reading quality trumps quantity. One deeply absorbed book per month—reread, reflected upon, internalized—yields faster growth than skimming ten. I keep re-reading the book beside my bed; each pass reveals new layers. Depth isn’t accidental—it’s cultivated through repetition.</li>
  <li>Every economic crisis hides opportunity. Every argument—unless rooted in irreconcilable principle—is a small crisis <em>and</em> a relational upgrade opportunity. Most people miss it—or dismiss it.</li>
  <li>Focus relentlessly on your strengths. Nurture them. Your weaknesses matter only if they actively undermine your core contribution.</li>
  <li>Much wealth isn’t created—it’s <em>transferred</em>: from one hand to another. That’s the engine behind many resource-based businesses.</li>
  <li>To gauge someone’s future potential, observe how they spend time <em>outside sleep</em>. Do they invest it (learning, strategizing, training) or consume it (binge drinking, empty boasting)?</li>
  <li>Surround yourself with people who earn money <em>daily</em>. Behind that effort lie sharpened cognition, hard-won experience, trusted networks, emotional intelligence, and discipline.</li>
  <li>A root cause of family conflict is often financial strain. Without economic stability, patience, empathy, and growth become luxuries—not foundations.</li>
  <li>When you can’t change your environment, change <em>your location</em>—or bring in external forces to elevate it.</li>
</ol>

<h2 id="an-interview-puzzle">An Interview Puzzle</h2>

<p>A deceptively simple but revealing question:</p>

<blockquote>
  <p><em>In five seconds, tell a story of at least ten sentences—where the first sentence is:</em><br />
<strong>“I’m driving a Jeep across the Sahara Desert.”</strong><br />
<em>…and the last sentence is:</em><br />
<strong>“The peonies in Luoyang are blooming.”</strong></p>
</blockquote>

<p>It tests speed, logic, imagination, and verbal fluency. Try it.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>When You’re Winning, Hold Steady—When You’re Losing, Push Hard</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-03-03-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-03-03-en/</guid>
      <pubDate>Sun, 03 Mar 2024 09:30:00 +0800</pubDate>
      <description>A reflective essay on resilience and strategic clarity, drawing from a friend’s rollercoaster career—from early wealth and collapse to renewed determination—then extending into education entrepreneurship, private-domain product launches, inner-voice decision-making, and the pitfalls of shallow causal reasoning.</description>
      
      <category>resilience</category>
      
      <category>entrepreneurship</category>
      
      <category>private domain</category>
      
      <category>self-awareness</category>
      
      <category>critical thinking</category>
      
      <content:encoded><![CDATA[<h2 id="when-youre-winning-hold-steadywhen-youre-losing-push-hard">When You’re Winning, Hold Steady—When You’re Losing, Push Hard</h2>

<ol>
  <li>I moved to Beijing because of his call. He’d just arrived too—hired as an executive at a well-funded conglomerate, building its internet operations team. We’d never met in person; we connected online, chatted over QQ for three months, and I trusted him enough to pack up and go.</li>
  <li>These years have been full of peaks and valleys.</li>
  <li>His first big windfall came in 2003—at age 20, he earned his first 2 million RMB <em>plus</em> an apartment in Guangzhou. Back then, 2 million meant real wealth. But overspending and divorce wiped it all out fast.</li>
  <li>His second windfall came in 2016—at 33, he hit 20 million RMB as an executive at a P2P firm. He exited just before the industry imploded, walked away with cash, and dove into investing: 19 startups—all failed. Several side projects with his apprentices collapsed too. High-leverage Bitcoin trading led to multiple liquidations. He lost the entire 20 million—and more, ending up deep in bank debt.</li>
  <li>That crash stripped away illusions. It clarified human nature—not just others’, but his own. “That’s what I call <em>seeing all beings</em>,” he said.</li>
  <li>The “beings” he saw included his apprentices and close friends. Of the many he mentored, not one reached out after his fall—not a thank-you, not a check-in. “I failed there,” he admitted. Now, he’s made peace with it.</li>
  <li>Another example: a mutual friend whose current two solid jobs both came through his introductions—jobs that reshaped that friend’s life trajectory. Yet over the years, the friend offered only cold indifference, no gratitude.</li>
  <li>He’s worked across multiple Beijing-based companies—but few founders ended well. Some owe over a billion RMB; some are jailed; others ruined their families. When entrepreneurship becomes gambling, failure is inevitable.</li>
  <li>The only former boss still living comfortably? One who retired early—living off pension income and lowered ambitions.</li>
  <li>“I’ll have a third wind,” he insists. “2023 was my most intense year yet—I added nearly 800 new WeChat contacts, almost all face-to-face. This year, I’m pushing again—to earn, to build, to become a <em>super individual</em>.”</li>
  <li>At rock bottom, you choose: lie flat—or charge forward. He chose charge.</li>
  <li>He loves Guangzhou and Shenzhen—their speed, their grit, their unpretentious loyalty. In his lowest moments, it was people from those cities who treated him not as a title or status, but as a person.</li>
  <li>
    <p>I asked: “What’s your target this time?”<br />
He replied: “Ten times the last round—no more. No greed.”</p>
  </li>
  <li>Later, he shared the distilled truth behind all his ups and downs: <strong>“When you’re winning, hold steady. When you’re losing, push hard.”</strong> I nodded—deeply.</li>
</ol>

<h2 id="education-entrepreneurship-insights">Education Entrepreneurship Insights</h2>

<p>A weekend education salon yielded these takeaways:</p>

<ol>
  <li><strong>Super-user mindset</strong>: Obsess over user value—help them achieve <em>maximum</em> real-world results.</li>
  <li><strong>Track every cent</strong>: Know exactly where money flows—in, out, and where leaks hide. Clarity reveals opportunity.</li>
  <li><strong>PEST comes before SWOT</strong>: First scan Political, Economic, Social, and Technological forces—<em>then</em> assess internal strengths and weaknesses.</li>
  <li><strong>Own the crisis</strong>: When trouble hits, founders must shoulder full responsibility—never deflect to team or external factors. Blame-shifting guarantees worse outcomes. Taking ownership opens paths forward.</li>
  <li><strong>Go global—now</strong>: International expansion isn’t optional. It’s the largest untapped opportunity for Chinese enterprises. Start planning <em>today</em>.</li>
  <li><strong>True global vision</strong>: Think from day one about how your idea serves <em>all 8 billion people</em>—not just domestic users. That’s how you spot real leverage.</li>
  <li><strong>Global capability is hard-won</strong>: It demands deep international literacy—choosing markets, designing cross-border models, managing distributed teams, bridging cultural gaps. None of it is trivial.</li>
  <li><strong>Strong candidate markets</strong>: North America, Japan/Korea, Vietnam, the Middle East—less saturated, higher upside, lower competition.</li>
  <li><strong>Get out and see</strong>: Nothing replaces firsthand exposure. Build your own mental map—don’t outsource cognition to headlines.</li>
  <li><strong>To beat #1, you need one of two things</strong>:<br />
 • <em>10× better product experience</em> (e.g., iPhone vs. flip phones),<br />
 • <em>5× better operational efficiency</em> (e.g., Didi vs. street-hailing taxis).</li>
  <li>Why is Li Auto the most profitable domestic NEV maker? From the user’s view: crystal-clear positioning—“extended-range” + “family-focused.” No ambiguity.</li>
  <li>Small customers care about survival. Big customers care about efficiency.</li>
  <li>When demand is clear, focus relentlessly on <em>supply execution</em>.</li>
</ol>

<h2 id="launching-private-domain-hit-products">Launching Private-Domain “Hit” Products</h2>

<p>Insights from a private-domain product launch expert:</p>

<ol>
  <li><strong>Product selection drives 70% of success</strong>.</li>
  <li>Example: <em>Xiao Yuan Study &amp; Practice Device</em>—slogan: “30% learning, 70% practice.” Simple, sticky, user-centric.</li>
  <li>Hit-making = <em>product + sales alignment</em>: no separation between what you pick and how you sell it.</li>
  <li>Is a product truly “S-class” (hit-potential)? Ask:<br />
 • Category maturity &amp; growth headroom<br />
 • Real differentiation (not just “me-too”)<br />
 • Market data (size, trends, saturation)<br />
 • Brand commitment (R&amp;D, marketing spend)<br />
 • Product quality &amp; durability<br />
 • Channel fit (where it lives, how it moves)<br />
 • User resonance (does it solve <em>their</em> pain?)<br />
 • Unit economics (margin, LTV:CAC)<br />
 • Post-sale support strength (trust builder)</li>
  <li>Selecting right is the core skill—not marketing, not hype.</li>
  <li>Tutoring and edtech will see a modest resurgence—driven by renewed parental urgency and regulatory clarity.</li>
  <li>The <em>first launch</em> sets the tone. Match timing, audience, and message precisely.</li>
  <li>Key levers for community-channel launches:<br />
 • Official platform reviews (third-party credibility)<br />
 • Early-user “planting” (authentic word-of-mouth)<br />
 • Public order-sharing (social proof → herd effect)<br />
 • User testimonials (trust acceleration)<br />
 • Authority endorsements (lowers decision friction)<br />
 • Micro-rewards (boosts engagement + conversion)</li>
</ol>

<h2 id="listening-to-your-inner-voice">Listening to Your Inner Voice</h2>

<p>I took a former National Model Teacher to dinner. He later left teaching to become an executive at a multinational—and a shareholder in a listed company.</p>

<p>He confessed he’s deeply conflicted: “I want this <em>and</em> that. I need this <em>and</em> that.” Too many options—paralyzing.</p>

<p>That reminded me of a simple, powerful tool:<br />
<strong>When choices multiply, listen inward.</strong></p>

<p>“Too many options” is often just noise—your thinking mind hijacking attention. When thought dominates, your inner voice drowns out.</p>

<p>How do you hear it?<br />
Try this: notice what story, phrase, or example you <em>repeatedly bring up</em>, almost unconsciously. That repetition is rarely random—it’s your intuition nudging you. Follow that nudge.</p>

<p>This week, I read <em>The Power of Now</em>. One line struck me—echoing the same idea:</p>
<blockquote>
  <p><em>Feeling brings you closer to who you truly are than thinking ever can.</em></p>
</blockquote>

<p>Being yourself isn’t just honest—it’s the deepest form of freedom. And joy.</p>

<h2 id="the-attribution-trap">The Attribution Trap</h2>

<p>We love assigning causes.<br />
Attribution helps us learn, synthesize, and grow wiser.</p>

<p>But it’s treacherous terrain—with two common traps:<br />
<strong>1. Subjective bias</strong>, and</p>
<h3 id="2-mindless-conformity">2. Mindless conformity.</h3>

<p>Take Li Yizhou’s AI course: recent backlash sparked waves of schadenfreude and instant “analysis.” A friend declared it “fraud”—“a classic ‘leek’ harvest.”<br />
I asked: “Did you buy it?”<br />
“No.”<br />
That’s subjective bias—judging without evidence, fueled by mood, not data.</p>

<p>Another friend shared “four foundational reasons” for Dong Yuhui’s rise—reasons lifted verbatim from recycled forum posts. Whether right or wrong, they weren’t <em>his</em> insights. Just echo-chamber cargo.<br />
That’s conformity—not thinking.</p>

<p>We should hold space for humility. Any outcome emerges from layered, interacting forces—economic, psychological, historical, accidental.</p>

<p>Demanding a clean, linear “why” for everything—insisting on logical closure—is often just self-deception dressed as rigor. Sometimes, the wisest response is: <em>I don’t know—and that’s okay.</em></p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Role Awareness and the Grand Time Perspective</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-02-25-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-02-25-en/</guid>
      <pubDate>Sun, 25 Feb 2024 09:30:00 +0800</pubDate>
      <description>This essay explores how cultivating role awareness—clearly defining responsibilities and boundaries across life’s multiple roles—and adopting a grand time perspective—intentionally allocating finite time across those roles—reduces inner conflict, sharpens focus, and deepens life quality. It connects these ideas to business purpose, sustained motivation, and a personal “life index” (length × quality).</description>
      
      <category>cognition</category>
      
      <category>organization</category>
      
      <category>business</category>
      
      <category>time management</category>
      
      <category>personal development</category>
      
      <content:encoded><![CDATA[<h2 id="role-awareness-and-the-grand-time-perspective">Role Awareness and the Grand Time Perspective</h2>

<p>There’s a kind of inner friction we call <em>“serving Cao Cao while longing for Liu Bei.”</em></p>

<p>Most inner friction fits this pattern: thinking about work while at home; worrying about family while at the office.<br />
The result? Poor performance in both domains—and often, self-deception disguised as virtue: <em>“I’m just so conscientious.”</em></p>

<p>The ideal state is <em>“serving Cao Cao with full presence”—</em> a widely recognized idea: <em>being fully here, now.</em> That’s where flow emerges.<br />
We all know it in theory—but practicing it consistently is the real challenge.</p>

<p>In my own experience, one method that’s proven effective is cultivating <strong>role awareness</strong> and a <strong>grand time perspective</strong>.</p>

<p>A role implies responsibility. Clear roles mean clear responsibilities.<br />
No one lives a single-role life. You’re likely a son, father, grandfather, product manager, husband, teacher, student—sometimes all in one day.<br />
We slip into roles instinctively—but mostly <em>unconsciously</em>, because we rarely pause to ask: <em>What does this role truly demand of me? How do I do it well?</em></p>

<p>Doing any role well takes learning—even parenting, which spawns endless books precisely because it’s hard.<br />
Role awareness is the first step. It’s not just about duty—it’s also about boundaries. Two main reasons people lack boundaries: (1) no role awareness at all, or (2) shallow understanding of their own role.</p>

<p>Time is irreplaceable and finite. A <em>grand time perspective</em> means knowing <em>where your time must go</em>—and <em>where it actually goes</em>. It means mapping time intentionally across your roles.<br />
A quick audit reveals how scarce time really is. That awareness makes you cherish meaningful roles—and shed expendable ones.<br />
You’ll savor moments with your child. You’ll protect time with your partner.</p>

<h2 id="the-origin-of-business">The Origin of Business</h2>

<p>Over coffee with a seasoned strategist, we discussed an IP struggling to scale. His diagnosis cut deep: <em>“Its intention isn’t big enough—and intention shapes commerce.”</em><br />
I agreed completely. The origin of any business is its intention—the size of its “why.” That “why” determines its scope, resilience, and impact.</p>

<p>Intention arises from experience, passion, mission, and available resources.<br />
Last year, a friend told me my company lacked a core. “What core?” I asked. He said: <em>“A clear, compelling mission.”</em> I spent weeks reflecting on that.</p>

<p>Zhang Bangxin, CEO of Haofuture, puts it plainly in internal talks: <em>“The root of all roots is the original intention.”</em><br />
Every problem traces back there. Intention <em>is</em> the core.<br />
Intention <em>is</em> the future—because the future can act as cause, reshaping the present. You see it first; then you build it.</p>

<p>Yes, intention sounds abstract. But after years of navigating complexity, I’ve found it delivers concrete guidance at critical junctures—helping resist distractions, clarify trade-offs, and hold steady toward what matters.</p>

<h2 id="sources-of-sustained-motivation">Sources of Sustained Motivation</h2>

<p>Jia Ling lost 100 pounds in one year for <em>Hot Pepper Hot Pot</em>—a feat worthy of admiration.<br />
Two years ago, I lost over 30 pounds in three months—and kept it off.</p>

<p>My goal wasn’t appearance. It was health.<br />
So I drafted a long-term principle and plan:</p>

<p><strong>Principle &amp; Goal:</strong> Achieve lasting physical health through science-based methods and sustainable habit formation.</p>

<p><strong>Four Pillars of Health:</strong> Nutrition, movement, sleep, and emotional well-being.</p>

<ol>
  <li><strong>Balanced nutrition:</strong> Low-carb, low-oil, low-salt, zero added sugar—plus balanced micronutrients.</li>
  <li><strong>Appropriate movement:</strong> Physical (aerobic + strength) + mental (mindfulness meditation).</li>
  <li><strong>Restorative sleep:</strong> Deep, consistent, high-quality rest—trained via habits like napping for 5 minutes when drowsy.</li>
  <li><strong>Positive emotion:</strong> Prioritize flow states, emotional stability, daily meditation, reading, learning, and doing what you love—fully immersed.</li>
</ol>

<p><strong>2023 Body Improvement Plan — Step-by-Step</strong></p>

<ol>
  <li><strong>Nutrition (3 months):</strong> Shed excess fat by restructuring meals and building healthier eating habits.</li>
  <li><strong>Emotion (ongoing):</strong> Train emotional regulation—through daily reading, learning, and mindfulness (to notice emotions as they arise).</li>
  <li><strong>Sleep (ongoing):</strong> Improve quality—by adjusting bedtime, using meditation, and avoiding food 2 hours before bed.</li>
  <li><strong>Movement — Strength (1 month):</strong> Daily morning knee and core exercises.</li>
  <li><strong>Movement — Aerobic (ongoing):</strong> Three weekly morning runs + daily strength training.</li>
  <li><strong>Nutrition (3 months):</strong> Gain lean muscle mass—while sustaining healthy eating, emotional balance, quality sleep, and consistent movement.</li>
</ol>

<p><strong>Progress So Far</strong></p>

<ol>
  <li>✅ Lost 30 lbs in 3 months (Step 1).</li>
  <li>✅ Emotional stability and regulation markedly improved (Step 2).</li>
  <li>✅ Now sleep only 6 hours—yet deeply and restoratively; sleep habits steadily improving (Step 3).</li>
  <li>✅ Knee and core strength increased—laying groundwork for aerobic endurance and long-term consistency (Step 4).</li>
</ol>

<p>Some things look simple—until you try them. The biggest bottleneck? Not knowledge or willpower—but <em>sustained motivation</em>.<br />
Once you commit to something, the hardest part isn’t starting—it’s <em>not quitting</em>. And the harder the goal, the more vital motivation becomes.</p>

<p>How to strengthen it? One of the most reliable ways is to <strong>assign clear meaning</strong>.<br />
Example: Losing weight isn’t about the scale—it’s about becoming a healthier, more capable version of yourself.</p>

<p>Go further: <strong>quantify that meaning</strong>.<br />
Example: <em>Each pound lost = $5,000 of lifetime value.</em> That changes everything.</p>

<h2 id="the-life-index">The Life Index</h2>

<p>I define the <strong>Life Index (I)</strong> by two dimensions: <strong>Length (T)</strong> and <strong>Quality (Q)</strong>.<br />
When we say someone “lived to 85,” we’re measuring T. With modern medicine, human lifespans don’t vary wildly.</p>

<p>What we overlook is Q—<em>quality</em>: physical health, sense of purpose (personal and social), depth of experience, richness of connection.</p>

<p>Together, they form a simple but powerful equation:<br />
<strong>I = T × Q</strong></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-DF5D928E-C5CC-4B8D-BD9A-7C2F86863876.png" alt="" /></p>

<p>“Quality” is subjective—but the first step is recognizing its existence, its weight, and its personal significance. Standards differ. What matters is arriving at life’s end with quiet clarity—and no regrets.</p>

<h2 id="on-intelligence">On Intelligence</h2>

<p>Re-reading a lecture on intelligence left me reflecting deeply:</p>

<ul>
  <li>Intelligence isn’t magic—but without it, almost nothing works well.</li>
  <li>It’s the single strongest predictor of academic success—accounting for &gt;50% of variance.</li>
  <li>Core components include attentional control, long-term memory, processing speed, working memory, logical reasoning, and spatial ability.</li>
  <li>High-IQ individuals tend to have more stable, fulfilling marriages. Low-IQ individuals are nearly 3× more likely to divorce within 5 years—and 16× more likely to father children outside marriage.</li>
  <li>Mortality risk for the lowest-IQ group is triple that of the highest-IQ group.</li>
  <li>High-IQ people demonstrate stronger risk awareness—e.g., far lower traffic-fatality rates.</li>
  <li>IQ is malleable: ~50% heritable; ~50% shaped by environment.</li>
  <li>Genes set the range; environment determines where in that range you land.</li>
  <li>Each additional year of formal education raises IQ by ~3.7 points.</li>
  <li>Non-educational “hacks” (e.g., music training, “right-brain” programs, breastfeeding) show little to no effect.</li>
  <li>Science-backed education—and lifelong learning—are the only reliably effective ways to raise intelligence.</li>
  <li>Higher IQ correlates strongly with higher emotional intelligence.</li>
</ul>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Ten Insights for 2024</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-02-18-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-02-18-en/</guid>
      <pubDate>Sun, 18 Feb 2024 09:30:00 +0800</pubDate>
      <description>A reflective essay outlining ten foundational cognitive principles for 2024—including environment’s power, long-term thinking, respecting common sense, emotional intelligence as leverage, self-knowledge through introspection, compounding actions, role-based integrity, holistic exercise (body and mind), collaborative strength, and lifelong growth—alongside commentary on OpenAI’s Sora, practical fitness guidelines, and using conflict as a mirror for self-awareness.</description>
      
      <category>AI</category>
      
      <category>personal growth</category>
      
      <category>organizational practice</category>
      
      <category>cognition</category>
      
      <category>self-awareness</category>
      
      <category>health</category>
      
      <content:encoded><![CDATA[<h2 id="ten-insights-for-2024">Ten Insights for 2024</h2>

<ol>
  <li>Environmental Effect</li>
  <li>Long-Term Thinking</li>
  <li>Respecting Common Sense</li>
  <li>Emotional Intelligence as Leverage</li>
  <li>Understanding Yourself</li>
  <li>Compounding Actions</li>
  <li>Role-Based Integrity</li>
  <li>Effective Exercise</li>
  <li>Learning to Collaborate</li>
  <li>Lifelong Growth</li>
</ol>

<h3 id="1-environmental-effect">1. Environmental Effect</h3>

<p>People are products of their environment.</p>

<p>If you want to break through socioeconomic barriers, the most effective first step is to change your environment.</p>

<p>For example, surrounding yourself with exceptional people <em>is</em> changing your environment—and you’ll quickly notice shifts in the information you receive and the way you think.</p>

<p>How do you make that shift? By strengthening yourself enough to enter more capable circles.</p>

<p>There’s actually a low-cost shortcut—one that works at any life stage: reading great classic books.</p>

<p>Reading masterful books is, in essence, befriending extraordinary people and holding conversations with them.</p>

<h3 id="2-long-term-thinking">2. Long-Term Thinking</h3>

<p>Human change is incremental. We often overestimate what can happen in the short term—and underestimate the massive transformation possible over time.</p>

<p>Take exercise or learning: only sustained, consistent effort reveals, one day, how profoundly different you’ve become from who you were a year ago.</p>

<p>This logic also serves as a warning: any promise of dramatic short-term results is usually just rhetoric—designed to appeal to our impulsive, impatient instincts. Don’t believe it.</p>

<h3 id="3-respecting-common-sense">3. Respecting Common Sense</h3>

<p>Common sense means truths you recognize instantly—simple, unglamorous, widely observable principles.</p>

<p>With experience, you realize there are no real miracles—only these plain, enduring truths. Believe them. Execute them relentlessly. And you’ll outperform 90% of people.</p>

<p>Examples include:</p>
<ul>
  <li>Diligent people outperform the lazy.</li>
  <li>Curious learners outpace the disengaged.</li>
  <li>Trustworthy people win over the unreliable.</li>
  <li>Patient people prevail over the restless.</li>
  <li>Thoughtful, grounded people surpass the loud but shallow.</li>
</ul>

<p>Why emphasize “respecting” common sense? Because we so easily ignore it—chasing shortcuts instead. Ignoring it doesn’t just waste time; it leaves you vulnerable to deception.</p>

<p>Respecting common sense brings two clear benefits:</p>
<ul>
  <li>You’re far less likely to be misled.</li>
  <li>You’ll consistently outperform most people—even without extraordinary talent.</li>
</ul>

<h3 id="4-emotional-intelligence-as-leverage">4. Emotional Intelligence as Leverage</h3>

<p>Ability is the foundation. Emotional intelligence (EQ) is the lever.</p>

<p>Without real ability, EQ has nothing substantial to amplify.</p>

<p>We often overvalue EQ while underestimating raw competence. In reality, if you possess genuine skill—especially in a market as vast and dynamic as China’s—you’ll thrive. As your ability grows, your social awareness, empathy, and influence naturally follow.</p>

<h3 id="5-understanding-yourself">5. Understanding Yourself</h3>

<p>Self-reflection isn’t abstract—it’s the essential first step toward meaningful growth.</p>

<p>The most reliable path to self-understanding is daily introspection—even five minutes helps.</p>

<p>It’s not an exaggeration to say over 90% of people have never truly understood themselves.</p>

<h3 id="6-compounding-actions">6. Compounding Actions</h3>

<p>Do things that pay dividends <em>now</em> and <em>later</em>.</p>

<p>Examples: building a business, creating digital products, deep learning, physical training.</p>

<p>These compound: each hour invested strengthens future capacity.</p>

<p>In contrast, scrolling short videos or playing games delivers only momentary relief—no lasting accumulation.</p>

<h3 id="7-role-based-integrity">7. Role-Based Integrity</h3>

<p>Integrity begins with role awareness: knowing <em>who you are</em> in a given context—and what responsibility that role entails.</p>

<p>Once you see yourself as occupying distinct roles—parent, colleague, friend, leader—you realize most roles require deliberate learning.</p>

<p>Consider parenting: it’s arguably the most consequential role many will ever hold—yet most perform it intuitively, without study. How many parents spend even <em>one focused day</em> learning evidence-based parenting practices? That single day’s investment yields returns across decades.</p>

<h3 id="8-effective-exercise">8. Effective Exercise</h3>

<p>Exercise comes in two forms: physical and mental.</p>

<p>Physical training offers well-documented benefits—from metabolic health to mood regulation.</p>

<p>Mental training—like meditation—reduces internal friction and builds cognitive resilience.</p>

<p>Crucially: effectiveness lies not in intensity, but in consistency—until it becomes automatic.</p>

<p>Research shows that just five minutes of daily meditation, practiced regularly, measurably improves focus and reduces mental exhaustion.</p>

<h3 id="9-learning-to-collaborate">9. Learning to Collaborate</h3>

<p>Yes, the world contains traps and misalignments—but collaboration remains indispensable.</p>

<p>No one excels at everything. Recognizing your limits—and partnering with others who complement you—is how you multiply your impact. Collaboration is your most accessible leverage.</p>

<h3 id="10-lifelong-growth">10. Lifelong Growth</h3>

<p>Your most important priority should be your own growth—of capability, judgment, and understanding.</p>

<p>Here’s the core logic: your ability determines how many people you can meaningfully help—not how much you “feel” you’re trying.</p>

<p>So growth isn’t self-indulgent. It’s your highest responsibility—to yourself, your family, and everyone you serve. Make it your foundational principle.</p>

<h2 id="text-to-video-model-sora">Text-to-Video Model Sora</h2>

<p>On February 15, OpenAI released Sora—a text-to-video model that, like GPT-4 last year, immediately ignited global conversation.</p>

<p>Sora generates high-definition video up to one minute long, based solely on text prompts. Though not yet publicly available, its demo videos—shown on the official site—are astonishing. Its significance rivals that of GPT-4’s launch.</p>

<p>Official site: <a href="https://openai.com/sora">openai.com</a></p>

<p>At the end of OpenAI’s Sora page, a line stands out:</p>
<blockquote>
  <p>“Sora is a foundational model for understanding and simulating the real world—and we believe this capability will be a critical milestone on the path to AGI.”</p>
</blockquote>

<p>In other words, Sora accelerates the arrival of general artificial intelligence. More strikingly, it “understands” the physical world: videos it generates obey real-world physics, lighting, and spatial logic. The immersive, alternate-reality experience depicted in <em>Ready Player One</em> may now be closer than we thought.</p>

<p>This is both a challenge and an opportunity.</p>

<p>Watching the demos, I noticed something subtle: Sora demands strong imagination <em>and</em> precise, evocative language.</p>

<p>For instance, this prompt generated one of the standout clips:</p>

<p><strong>Prompt:</strong><br />
<em>Beautiful, snowy Tokyo city is bustling. The camera moves through the bustling city street, following several people enjoying the beautiful snowy weather and shopping at nearby stalls. Gorgeous sakura petals are flying through the wind along with snowflakes.</em></p>

<p>Translating that into Chinese:<br />
<em>Beautiful, snowy Tokyo is bustling. The camera glides through lively city streets, following several people enjoying the serene snowfall and browsing nearby vendor stalls. Exquisite cherry blossom petals swirl through the air alongside falling snowflakes.</em></p>

<p>Writing prompts at this level requires not just clarity—but literary sensitivity.</p>

<p>OpenAI’s Sora page includes rich technical detail. I recommend reading it thoroughly: <a href="https://openai.com/sora">openai.com</a></p>

<h2 id="seven-practical-points-on-exercise">Seven Practical Points on Exercise</h2>

<ol>
  <li><strong>Progress gradually.</strong> Avoid jumping in too hard, too fast.</li>
  <li><strong>Move the right amount.</strong> Too little has minimal effect; too much increases injury risk. Four to seven hours per week is ideal.</li>
  <li><strong>Vary your movement.</strong> Mix modalities—cardio and strength, indoor and outdoor, solo and group—to build balanced resilience.</li>
  <li><strong>Prioritize sleep.</strong> Over half the physical benefit of exercise comes from deep, restorative sleep <em>after</em> activity.</li>
  <li><strong>Use exercise to improve sleep.</strong> Moderate-to-vigorous activity significantly deepens sleep quality.</li>
  <li><strong>Eat with intention.</strong> Irregular, unbalanced, or unhealthy eating cancels out exercise gains.</li>
  <li><strong>Stay consistent.</strong> Short bursts yield little. Real change emerges only after months—or years—of steady practice.</li>
</ol>

<h2 id="using-arguments-to-understand-yourself">Using Arguments to Understand Yourself</h2>

<p>Arguments are inevitable. And what you perceive as flaws in others during conflict is often a reflection of your own unexamined traits.</p>

<p>When emotions run high, your words and impulses surface from the subconscious—not your rational self. Those sudden thoughts, especially harsh or defensive ones, reveal deeper patterns: avoidance, blame, insecurity.</p>

<p>In fact, the words that echo in your mind <em>during and after</em> an argument often point more directly to your authentic self—and your unresolved inner landscape.</p>

<p>But authenticity ≠ correctness. What feels true inside isn’t automatically wise or constructive.</p>

<p>Highly sensitive people absorb language—positive or negative—more deeply than others. Their reactions are often stronger, more immediate.</p>

<p>If arguments aren’t approached as joint problem-solving, they repeat. Even temporary reconciliation won’t resolve the underlying trigger.</p>

<p>That makes resolution a shared responsibility. If one person refuses dialogue or withdraws, it becomes a monologue—not a relationship.</p>

<p>Superficial or insincere communication is itself part of the problem.</p>

<p>Arguments aren’t dangerous—if followed by calm, honest reflection and discussion. Done well, they deepen trust and accelerate mutual growth.</p>

<h2 id="why-environment-matters-so-much">Why Environment Matters So Much</h2>

<p>People are shaped by their environments—more than most realize.</p>

<p>Changing your environment is the most direct lever for upward mobility.</p>

<p>Spending time with exceptional people changes your inputs—and reshapes your thinking.</p>

<p>How do you access such environments? By developing your own capabilities until you belong.</p>

<p>And here’s the low-barrier entry point: read timeless books. At any age, it remains one of the highest-leverage, lowest-cost ways to upgrade your mental ecosystem.</p>

<p>Reading great books is, quite literally, making friends with brilliant minds—and learning from them directly.</p>

<h2 id="how-to-read-meaningfully">How to Read Meaningfully</h2>

<p>Read with a <em>dialogue mindset</em>.</p>

<p>A friend—who once read 1,000 books in a year—told me he’s since shifted to deep, slow reading. His favorite method? Treating every classic as a conversation partner.</p>

<p>He described a friend who reads with a small glass of wine, “debating” the author page by page:</p>
<ul>
  <li>When he agrees, he raises his glass in salute.</li>
  <li>When he disagrees, he argues aloud—challenging assumptions, testing logic.</li>
</ul>

<p>This turns passive absorption into active engagement—boosting retention, insight, and joy.</p>

<p>Every book, then, adds another extraordinary friend to your inner circle.</p>

<h2 id="rethinking-emotional-intelligence">Rethinking Emotional Intelligence</h2>

<p>I used to feel deeply inadequate about my “low EQ.”</p>

<p>But what <em>is</em> EQ—really? Few can define it clearly. I certainly couldn’t.</p>

<p>Back then, was I really ashamed of low EQ—or of being introverted, quiet, or simply different? I’m not sure I knew.</p>

<p>Many misunderstand EQ. They equate it with smooth talk, social agility, or extroversion. That’s a widespread misconception—evident both in childhood and when returning home to familiar settings.</p>

<p>What I’ve since realized: EQ isn’t about being outgoing or polished. Its core is <em>self-acceptance paired with sincere appreciation of others</em>. Master that—and your emotional regulation, empathy, and relational fluency follow.</p>

<p>You could summarize mature EQ in four steps:</p>
<ul>
  <li>Understand yourself.</li>
  <li>Regulate yourself.</li>
  <li>Understand others.</li>
  <li>Engage effectively with others.</li>
</ul>

<p>This kind of EQ develops through lived experience—not theory. The more exceptional people you meet, the more complex situations you navigate, the more naturally it emerges.</p>

<p>Early on, focus on building real ability. With time, you’ll see: ability is the soil. EQ is the sunlight. Without soil, sunlight does nothing.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Driving Home for Spring Festival</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-02-11-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-02-11-en/</guid>
      <pubDate>Sun, 11 Feb 2024 09:30:00 +0800</pubDate>
      <description>A reflective essay on a solo 1,800-km electric car journey from Beijing to Sichuan—covering charging logistics, autonomous driving, risk-aware pacing, and how novelty stretches subjective time during holidays. It closes with a concise, physics-infused take on self-discipline as active entropy reduction.</description>
      
      <category>personal reflection</category>
      
      <category>electric vehicles</category>
      
      <category>time perception</category>
      
      <category>self-discipline</category>
      
      <category>travel</category>
      
      <content:encoded><![CDATA[<h2 id="driving-home-for-spring-festival">Driving Home for Spring Festival</h2>

<p>From Beijing to my hometown in Sichuan—1,800 kilometers. My first time driving an all-electric car home. A few observations:</p>

<ul>
  <li>
    <p>Before departure, I worried most about two things: weather and charging. Neither became an issue.</p>
  </li>
  <li>
    <p>Weather-wise, I avoided the heavy snowstorms forecasted along the route. The trip was smooth overall—no traffic jams, and road conditions were excellent.</p>
  </li>
  <li>
    <p>Charging turned out to be surprisingly pleasant. NIO’s battery-swap stations delivered the best experience among EVs I’ve tried: no waiting in line, swaps completed in three to four minutes. A few times, I watched long queues of gasoline cars at gas stations beside the same rest stops—and couldn’t help but smile.</p>
  </li>
  <li>
    <p>NIO also offers 12 free cross-regional swaps per year, plus monthly complimentary swaps included with ownership—effectively cutting electricity costs to near zero.</p>
  </li>
  <li>
    <p>Since I drove alone, I split the trip into three legs of roughly 600 km each to avoid fatigue. With assisted driving engaged, the drive felt relaxed—not taxing.</p>
  </li>
  <li>
    <p>Having ample time meant no rush. I rarely exceeded speed limits. That calm mindset itself lowered risk on long stretches.</p>
  </li>
  <li>
    <p>99% of the route was highway—and in good condition. Assisted driving truly felt like having a second driver sharing the wheel.</p>
  </li>
  <li>
    <p>What occupied my thoughts most throughout the journey? Safety—above speed, above schedule, above everything.</p>
  </li>
  <li>
    <p>As for speeding: the math is straightforward. Going faster saves, on average, just six minutes—even on a 1,000+ km Spring Festival trip, you gain maybe one hour. But that hour comes at the cost of dramatically increasing your risk: one fatality per 700,000 hours of driving. Not worth it—rationally speaking.</p>
  </li>
  <li>
    <p>Yet experienced drivers know the real challenge isn’t understanding this logic—it’s remembering it <em>while driving</em>. Emotions, impatience, or momentary pressure easily override reason and reshape behavior.</p>
  </li>
  <li>
    <p>So one effective strategy is to shape your external environment for calm: avoid bad weather, pre-plan swap stations, use assisted driving, never drive fatigued, and cap daily mileage.</p>
  </li>
</ul>

<h2 id="spring-festival-and-the-perception-of-time">Spring Festival and the Perception of Time</h2>

<p>Because of the pandemic, I hadn’t been home for nearly three years.</p>

<p>The festive atmosphere in my hometown remains intense—traffic jams everywhere, crowds everywhere.</p>

<p>Many people feel it too: time seems to stretch. One day feels several times longer than usual.</p>

<p>Why? Because we’re encountering more <em>novel</em> stimuli—new faces, unfamiliar routines, sensory overload. Novelty slows down our internal clock.</p>

<p>Children experience far more novelty than adults do—so their sense of time moves slower. Their “day” feels longer.</p>

<p>To subjectively lengthen our lives, we can intentionally fill them with novelty: try new things, stay curious, keep learning.</p>

<h2 id="the-essence-of-self-discipline">The Essence of Self-Discipline</h2>

<p>Self-discipline is fundamentally self-protection.</p>

<p>Life, at its core, is anti-entropy—a constant process of <em>reducing</em> disorder (entropy). Living <em>is</em> disciplining oneself against decay.</p>

<p>Human self-discipline, then, is applying deliberate “external force” to counteract entropy’s pull—keeping our systems coherent, renewed, and resilient.</p>

<p>In practice, discipline means:</p>
<ul>
  <li>Avoiding people with poor character,</li>
  <li>Refusing petty gains,</li>
  <li>Rejecting actions that harm others <em>and</em> ourselves,</li>
  <li>Stepping away from anything that drains us mentally or physically.</li>
</ul>

<p>Sometimes growth really <em>is</em> simple: gradually remove what makes you worse—and improvement follows.</p>

<p>And the most reliable way to remove those things? Self-discipline.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Respecting Common Sense</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-02-04-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-02-04-en/</guid>
      <pubDate>Sun, 04 Feb 2024 09:30:00 +0800</pubDate>
      <description>This essay reflects on the end of an era and the dawn of a new one, arguing that today’s challenges are not just recessionary but transitional—opening unexpected opportunities. It explores how respecting common sense shapes sound judgment in business, why video accounts offer unique advantages in WeChat’s ecosystem, and how to advertise ethically and effectively—grounded in rules, usefulness, and willingness to invest.</description>
      
      <category>organization</category>
      
      <category>business</category>
      
      <category>cognition</category>
      
      <content:encoded><![CDATA[<h2 id="the-end-of-an-eraa-different-lens">The End of an Era—A Different Lens</h2>

<p>On the current macro environment, two mainstream views prevail: one sees us entering a great depression; the other sees the closing of one era and the opening of another.</p>

<p>These aren’t just different diagnoses—they reflect fundamentally different mindsets and corresponding strategies.</p>

<p>If you believe we’re in a depression, your response might be: avoid debt, don’t borrow lightly, work harder, play it safe, hoard cash, watch out for scams, resist small bargains, prioritize liquidity, cut expenses.</p>

<p>That logic isn’t wrong—but as I see it, these precautions apply <em>in any economic climate</em>. Even during boom times, ignoring them can quietly ruin a family.</p>

<p>So I lean toward the second view: an era is ending, and a new one is beginning—driven by the natural rhythm of economic cycles.</p>

<p>This means accelerated social mobility—and bigger opportunities. Paradoxically, the <em>better</em> the economy, the <em>less</em> mobile the classes tend to be.</p>

<p>From this perspective, many apparent obstacles may actually be doorways.</p>

<p>Take falling wages and rising job-market difficulty. From an entrepreneur’s point of view, there’s upside: you can hire stronger talent at lower cost. A friend in Xi’an told me he spent a month interviewing dozens of candidates—and landed two outstanding hires at unusually low salaries. That simply wouldn’t have been possible a few years ago.</p>

<h2 id="respecting-common-sense">Respecting Common Sense</h2>

<p>Yesterday, I chatted with my elder sister. The word she repeated most was “common sense.”</p>

<p>She cited friends around her: “Many people <em>know</em> common sense—but very few <em>respect</em> it.”</p>

<p>For example: Would a $500-million deal really land on our doorstep? No—that’s common sense.</p>

<p>Yet when someone with seemingly solid credentials invites you for drinks, opens up emotionally, and says, “Let’s partner on this $500-million deal—we’ll earn 1%, so $5 million total. Let’s split it,” how many of us pause, step back, and say, “Wait—this violates every basic principle I know”? Too often, people pour in time, energy, even money—and get scammed.</p>

<p>We’ve all seen such cases.</p>

<p>My sister says she never trusts these “too-good-to-be-true” offers—not unless she fully grasps the underlying logic <em>and</em> is confident she can control the value she contributes. Only then does it become viable.</p>

<p>In real-world business collaborations, “great deals” abound—but viewed from outside the circle, it’s obvious everyone is just drawing pie charts in the air.</p>

<p>Either you’re the client (with your own product), or the vendor (with your own service or fully owned traffic). If you’re neither—or worse, a “third party” or even a “fourth party”—the risk is extremely high.</p>

<p>Truly learning to respect common sense happens in one of two ways: either you suffer several major losses and rebuild yourself from scratch—or you observe countless others’ missteps, up close and repeatedly.</p>

<h2 id="video-accounts-opportunity">Video Accounts’ Opportunity</h2>

<p>At Tencent’s year-end meeting in late January, Pony Ma delivered remarks that struck me as especially insightful.</p>

<ol>
  <li>He said: “Every business must ask itself two questions: First—can it stay evergreen? New ventures are hard to cultivate. Focus instead on how to sustain and renew what you already own. Second—does it have new sprouts? And crucially, are those sprouts growing <em>from your own branches</em>, not grafted from elsewhere?”</li>
</ol>

<p>Building something entirely from zero is tough. But within your domain of expertise, small innovations and fresh entry points dramatically increase your odds of breakthrough.</p>

<p>This is exactly the principle I’ve set for myself this year: start from strengths and proven products, deepen core operations, and let growth radiate outward from that center.</p>

<ol>
  <li>Video Accounts’ edge lies in <em>not</em> chasing others—it leveraged WeChat’s native strengths to pioneer short-video sharing <em>within trusted relationships</em>.</li>
</ol>

<p>That’s a distinctive trait rooted in WeChat’s ecosystem—rare and valuable. It gives Video Accounts a foundational logic unlike any other short-video or live-streaming platform.</p>

<p>Pony Ma also declared that live-stream e-commerce will be Video Accounts’ top priority in 2024—and it’s ours too.</p>

<ol>
  <li>Data confirms momentum: In 2023, Video Accounts’ live-stream GMV nearly tripled year-on-year. Supply volume grew 300%; order volume rose 244%.</li>
</ol>

<p>Among Tencent’s business units, this growth stands out—and the runway remains long.</p>

<h2 id="how-to-run-adsthe-right-way">How to Run Ads—The Right Way</h2>

<p>In one of my quietest WeChat groups, I set a simple rule: “No ads—violation results in silent removal.”</p>

<p>A few members ignored it. I enforced the rule promptly—even when the violator had once held senior positions.</p>

<p>To me, such behavior shows disrespect—not just to the group admin, but to every member. And when others disregard your boundaries, you owe them no “face-saving.”</p>

<p>Also, frankly—the ad rarely works. Worse, it cheapens your credibility and costs you far more than it gains.</p>

<p>I’m not anti-advertising. Over my career, departments I’ve led have spent over ¥1 billion on ads. I still hold advertising in high regard.</p>

<p>We inevitably need to promote things—but <em>how</em> matters. Do it poorly, and you lose trust, attention, and opportunity.</p>

<p>Three principles guide us: Respect the rules. Be useful. Spend wisely.</p>

<p><strong>First: Respect the rules.</strong><br />
Major paid-ad platforms operate on mature frameworks: compliance with advertising law, compelling creative, continuous iteration.</p>

<p>Communities are no different. Any vibrant group treats its rules with reverence—otherwise, it dies overnight.</p>

<p><strong>Second: Be useful.</strong><br />
Before posting an ad, ask: Does this help the audience? How? If you can’t articulate clear value, don’t post. People ignore what doesn’t serve them.</p>

<p>Whether something is <em>useful to others</em> is the essential gatekeeper for whether to advertise at all.</p>

<p>Even before your product is ready, hold off on promotion. Chances are, it won’t land.</p>

<p><strong>Third: Spend wisely.</strong><br />
“Free” is almost always the most expensive option—unless someone owes you a massive favor. Free traffic is usually marginal, fragmented, and low-intent.</p>

<p>Yes, many hustle daily for scraps of free reach—and some even profit. But “spend wisely” doesn’t mean spending recklessly. It means investing <em>after</em> the first two principles are met—to reach the <em>right</em> users, not just <em>more</em> users.</p>

<h2 id="self-awareness">Self-Awareness</h2>

<p>Dr. Li shared many personal struggles with me—most aligned closely with what I’d already observed.</p>

<p>For instance: One setback knocks him off course, draining his motivation to continue.<br />
Or: He easily slips into anxiety.<br />
…</p>

<p>I told him: “Your self-assessment is actually quite objective. Recognizing your own blind spots is rare—and valuable.”</p>

<p>He replied: “Yeah—but it doesn’t seem to help much.”</p>

<p>I said: “Awareness <em>is</em> the first step—and arguably the prerequisite—for growth. That’s self-reflection. Many people never reach this stage. Others misdiagnose themselves. <em>That</em> is the real problem.”</p>

<h2 id="pinduoduos-user-psychology">Pinduoduo’s User Psychology</h2>

<p>I updated my phone apps—and noticed something interesting.</p>

<p>Pinduoduo’s logo text is arguably the most user-savvy of all. While competitors ran generic “New Year Goods Festival” campaigns, Pinduoduo tapped deeper insight: users’ real fear isn’t missing deals—it’s <em>not getting shipments</em>.</p>

<p>So “Normal Shipping” speaks directly to that anxiety—and resonates more strongly.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-IMG_4155.PNG" alt="" /></p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Learning and Talent</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-01-28-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-01-28-en/</guid>
      <pubDate>Sun, 28 Jan 2024 09:30:00 +0800</pubDate>
      <description>This essay explores the interplay between learning and talent, arguing that most people never reach the point where innate ability matters—what truly counts are effective learning methods, accessible learning information, and intrinsic motivation. It also covers child education, industry essence, resisting premature conclusions, avoiding hasty negative judgments, and adopting a third-person perspective to reduce suffering.</description>
      
      <category>learning</category>
      
      <category>cognition</category>
      
      <category>education</category>
      
      <category>decision-making</category>
      
      <category>perspective</category>
      
      <content:encoded><![CDATA[<h2 id="learning-and-talent">Learning and Talent</h2>

<p>A friend of mine—a Ph.D. from Tsinghua University—spent most of a day at our company, and I asked him quite a few questions.</p>

<p>I asked: “Does learning require talent? Or is talent even a significant factor?”</p>

<p>He replied: “Under normal circumstances, it doesn’t. In fact, most people are <em>far</em> from reaching the point where talent becomes decisive.”</p>

<p>The real differentiator lies in <em>learning information</em> and <em>learning methods</em>.</p>

<p>You’ll quickly notice that good learning methods and poor ones yield efficiency differences as vast as sky and earth.</p>

<p>So how do we acquire good learning methods?</p>

<p>That depends on how well we access learning information. Quality family cognition, skilled teachers, peer learning environments, and personal motivation all shape the quality of that access.</p>

<p>Take family cognition, for example: In some households, parents themselves keep learning—and actively upgrading their own learning strategies. Children absorb this implicitly, and their learning methods naturally improve.</p>

<p>Or consider learning itself: Many children go years without grasping <em>why</em> they’re learning—or what purpose it serves. Ask most kids why they study, and beyond “to get into a good university,” you’ll rarely hear deeper reflection or personal meaning.</p>

<p>That’s the root cause behind most children’s academic struggles: a lack of both learning motivation <em>and</em> sound learning methods. And once those two elements are in place, achieving admission to a top-tier university (e.g., a Double First-Class institution) is realistically within reach—no “talent” required.</p>

<h2 id="how-to-teach-children">How to Teach Children</h2>

<p>We often hit a wall when trying to teach something to children under age seven—especially if it involves even slightly abstract rules, like chess.</p>

<p>This challenge persists into early elementary school, especially during homework help. You explain a math concept clearly—yet the child seems utterly unable to grasp what you’re saying.</p>

<p>Why? Because young children haven’t yet developed mature abstract thinking or abstract vocabulary. What feels concrete and obvious to adults is often pure abstraction—or even gibberish—to them.</p>

<p>It’s rarely that the child is “slow.” More often, it’s that our habitual language hasn’t been translated into terms they can <em>see</em>, <em>feel</em>, or <em>do</em>.</p>

<p>Two practical takeaways:</p>

<ol>
  <li>Building abstract thinking takes time. Start by converting familiar abstractions into concrete images or actions—e.g., <em>show</em> instead of <em>tell</em>. Demonstrate; let them watch. That works far better than explanation alone.</li>
  <li>Strive for clarity in everyday speech—especially when teaching.</li>
</ol>

<h2 id="the-essence-of-an-industry">The Essence of an Industry</h2>

<p>At an event recently, one topic stood out: the importance of reflecting deeply on <em>the essence of an industry</em>.</p>

<p>One speaker argued, for instance, that the essence of China’s food-and-beverage industry is <em>drinking alcohol</em>—because it’s fundamentally about social bonding and relationship-building. For manufacturing, he said, the essence is <em>reliability</em>, citing brands like Bull (electrical accessories) and Gree (air conditioners).</p>

<p>As industries further subdivide, their essence evolves too.</p>

<p>By “essence,” I mean the <em>core need</em> or <em>defining trait</em> customers rely on most. Nail that—and do it consistently—the brand strength and reputation follow naturally.</p>

<p>So the real breakthrough lies not in chasing trends, but in deeply understanding your industry’s essence—and aligning everything around it.</p>

<p>When I tried applying this to my own field, though, I couldn’t land on a single satisfying word. That hesitation tells me the answer isn’t obvious—and therefore, worth digging into.</p>

<h2 id="dont-rush-to-answers">Don’t Rush to Answers</h2>

<p>Many of us stall—not because we lack effort, but because we rush to <em>affirm</em> an answer too soon. We declare, “This is how it is,” and stop looking.</p>

<p>Especially dangerous is giving a 100% confident answer based on only 1% or 10% of relevant information. That inevitably degrades decision quality.</p>

<p>Yet perfect information is impossible. Much of what we gather is noise: irrelevant data, misleading signals, outright falsehoods.</p>

<p>That places enormous weight on our <em>information analysis skills</em>: collecting, filtering, and judging. And those skills must be trained. Observe seasoned experts—not just what they say, but <em>how they decide</em> when faced with ambiguity. You’ll see stark differences.</p>

<p>How do we grow here?</p>

<p>One foundational principle: <em>Don’t settle on definitive answers too quickly.</em> Stay oriented toward your goal—but keep probing for new angles, testing assumptions, and adjusting course. Product managers call this <em>iteration</em>.</p>

<p>The world shifts constantly. Even your best idea or most elegant solution will eventually expire.</p>

<h2 id="dont-rush-to-negative-judgments">Don’t Rush to Negative Judgments</h2>

<p>Today I came across a classic insight: When making a <em>negative judgment</em> about someone, you should back it up with <em>ten times</em> the evidence you’d use for a neutral or positive one. Only then is it fair.</p>

<p>In reality, most people do the opposite: They wield 1 unit of evidence to deliver a 10-unit condemnation. That’s irresponsible.</p>

<p>Hasty criticism is human nature—we tend to overestimate ourselves. To counter it, practice withholding negative evaluations unless you’ve gathered <em>substantial, verifiable evidence</em>.</p>

<p>The same applies to ideas or proposals: Jumping to “This won’t work” is often just intellectual laziness. A more rigorous stance is to <em>assume feasibility until proven otherwise</em>—then test, probe, and verify.</p>

<h2 id="the-third-person-perspective">The Third-Person Perspective</h2>

<p>Most human suffering stems from the <em>first-person perspective</em>:</p>
<blockquote>
  <p>“I want this.”<br />
“I’m suffering.”<br />
“I hate him.”</p>
</blockquote>

<p>That mindset breeds resentment.</p>

<p>Switch to the <em>third-person perspective</em>—a kind of “god’s-eye view”—and the framing changes:</p>
<blockquote>
  <p>“Why does Yao Jingang want this?”<br />
“What’s causing Yao Jingang’s suffering?”<br />
“Why is Yao Jingang so sensitive to this situation?”</p>
</blockquote>

<p>Shifting perspective doesn’t erase the problem—but it almost always adds a dimension. Often, it reveals the answer—or at least, the next question.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Chasing Macro-Scale Romance</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-01-21-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-01-21-en/</guid>
      <pubDate>Sun, 21 Jan 2024 09:30:00 +0800</pubDate>
      <description>This essay reflects on four interwoven themes: the allure of big-picture vision over operational detail; cultivating gratitude by remembering only others’ kindness; learning more from failure than from success stories; and the pivotal shift from fiction to nonfiction reading. It also touches on writing as cognitive exercise and the importance of concrete AI use cases.</description>
      
      <category>AI</category>
      
      <category>organization</category>
      
      <category>business</category>
      
      <category>cognition</category>
      
      <category>workflow</category>
      
      <content:encoded><![CDATA[<h2 id="chasing-macro-scale-romance">Chasing Macro-Scale Romance</h2>

<p>A friend visited our company. He told me, frankly, that he’s not cut out to be a CEO. He doesn’t like managing finances—never checks the company’s bank balance, has no idea how much cash is on hand, and finds internal processes messy and opaque. When I ask him about core metrics, he often has to call someone on the spot to verify or calculate them.</p>

<p>I asked: <em>So what *do</em> you enjoy doing?*</p>

<p>He replied: “I love trying new things—new ideas, experiments, anything genuinely interesting.” In a large tech firm, he’d thrive as head of innovation, spending his days exploring novel concepts and validating them—not for incremental gains, but because they <em>feel</em> exciting.</p>

<p>In other words: he’s a pioneer, not a steward.</p>

<p>I asked: <em>What makes something “interesting”?</em></p>

<p>He said: “Something that can scale five- or tenfold overnight—not 20%–30% annual growth.”</p>

<p>I asked: <em>Have you done that before?</em></p>

<p>“Yes,” he said. “Once with a tool I built from scratch—no resources, just raw traction. And earlier, at the very beginning of Kuaishou: dozens of teachers launching simultaneously in one month. That was thrilling. Once things matured and required daily repetition? It lost its spark.”</p>

<p>Stewardship means tending to ‘boring’ details—something he actively avoids. As a result, his company’s workflows, financial tracking, and operational granularity remain fuzzy and loosely defined.</p>

<p>Yet the company is thriving: annual revenue exceeds ¥100 million, with exceptional profitability.</p>

<p>Chasing macro-scale romance <em>and</em> mastering micro-level precision are rarely compatible. For many people, excelling at just one is already a rare achievement—and for some, the former simply feels more alive.</p>

<h2 id="remembering-only-the-good">Remembering Only the Good</h2>

<p>I’ve found that consciously remembering <em>only</em> people’s kindness dramatically boosts my own well-being—and strengthens relationships.</p>

<p>For example:</p>
<ul>
  <li>My aunt and uncle: I remember them sending me sausages every year, and how they supported my father when he was ill.</li>
  <li>My maternal grandparents: teaching me table manners as a child; standing by us during my father’s crisis; pulling strings to secure the best internal unit when we bought our first home.</li>
  <li>My paternal aunt: her warmth, care, and unconditional generosity—home-cooked meals, pocket money, no strings attached.</li>
</ul>

<p>The same holds for friends and colleagues: anyone still vividly present in my memory tends to be someone who showed me goodwill.</p>

<p>This practice has quietly reduced my complaints, deepened my calm, and even shifted my inner posture—like a subtle elevation in perspective.</p>

<p>The principle is simple: <em>Remember only the good.</em></p>

<p>What about the unkindness? My response is quiet disengagement—no drama, no explanation—then letting it fade entirely. The people and moments worth holding onto are those that enriched you.</p>

<h2 id="studying-failure-more-than-success">Studying Failure More Than Success</h2>

<p>Instead of asking, <em>“What did you do right to succeed?”</em>, it’s far more useful to ask: <em>“What failures have you had—and why did they happen?”</em></p>

<p>Studying success doesn’t guarantee replication. But studying failure helps you avoid known pitfalls. After all, “success” is often just the cumulative effect of avoiding obvious errors—and making fewer wrong decisions naturally raises your odds.</p>

<p>That’s Charlie Munger’s “inversion”: solve problems backward.</p>

<p>Early on, I loved hearing success stories. Over time, I realized most are heavily polished—exaggerated, packaged, sometimes outright misleading.</p>

<p>Later, I noticed something more valuable: when friends gather and openly share their failed projects—their missteps, blind spots, and hard-won lessons—the insights are richer, sharper, and more actionable.</p>

<p>Growth mindset frames failure as fertile ground: a chance to learn, adapt, and accumulate wisdom. Yet we habitually gloss over it—then repeat the same mistakes.</p>

<h2 id="the-reading-threshold">The Reading Threshold</h2>

<p>For nearly everyone, the most consequential turning point in reading is the shift from fiction to nonfiction.</p>

<p>At the start, reading rarely has a clear goal. The priority is building interest and habit—finding genuine pleasure in the act itself. If reading becomes a source of mental joy, the foundation is laid.</p>

<p>What you read early on depends on circumstance. My family had little money for books, so for years I read whatever came to hand: newspapers, picture-story books (lianhuanhua), novels, magazines—borrowed, scavenged, or passed down.</p>

<p>My first set of officially published books was the Four Great Classical Novels—my mother bought them for me at Xinhua Bookstore when I was in junior high. They’re still kept safely in my hometown.</p>

<p>Later, as finances improved, I began choosing books deliberately—and gradually gravitated toward nonfiction. These days, over 90% of what I read falls into this category: psychology, neuroscience, behavioral science. They don’t just inform—they rewire my thinking.</p>

<p>This transition—from fiction to nonfiction—is a critical threshold. It applies to children, too.</p>

<h2 id="the-writing-marathon">The Writing Marathon</h2>

<p>Recently, I wrote a book in 11 consecutive days—140,000 characters total, averaging over 10,000 per day. During that stretch, I also handled company matters and hosted friends.</p>

<p>Overall, the process stayed focused and efficient—and I’m pleased with the quality of the output.</p>

<p>On writing, my clearest insight is this: <em>Just start. Write anything.</em></p>

<p>Revise while writing. Write while revising. This loop isn’t just mechanical—it sparks neurogenesis. Research shows both physical exercise and learning stimulate the adult brain to generate new neurons daily. In other words: adults <em>can</em> keep getting smarter.</p>

<p>Writing operates similarly. Occasional effort yields little. But sustained, deliberate practice compounds—sharpening cognition, deepening insight, and expanding capacity.</p>

<p>One caveat: chronic stress, sleep deprivation, and resentment actively suppress neurogenesis in the hippocampus. So protect your rest—and your peace.</p>

<h2 id="finding-the-concrete-use-case">Finding the Concrete Use Case</h2>

<p>I recently shared an AI application case with a friend.</p>

<p>We tested it on a specific tool—and the results were strong. User feedback was enthusiastic. Output quality clearly surpassed the old method. Most strikingly: users achieved the same outcome in roughly 1/100th the time. Early data is genuinely encouraging.</p>

<p>This reinforces my view: AI will evolve in ways we can’t yet imagine—and that creates a powerful window for entrepreneurship. Indeed, many friends are already exploring diverse AI-native applications.</p>

<p>But here’s the crucial filter: <em>Find a concrete, real-world scenario.</em> That specificity is both your entry point and your edge.</p>

<p>Too many AI products today fail because they lack a clear, immediate use case. They force users to <em>figure out</em> how to apply them—a cognitive tax that kills adoption.</p>

<p>So the winning strategy—for independent founders, especially—is this: identify a genuine, urgent need where AI delivers measurable value <em>out of the box</em>. Then design the product so users get exactly what they want—effortlessly, even <em>beyond</em> expectations—without needing to think. That’s the current frontier of leverage.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Minimizing Regret</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-01-14-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-01-14-en/</guid>
      <pubDate>Sun, 14 Jan 2024 09:30:00 +0800</pubDate>
      <description>This reflective essay explores practical life and learning strategies—curriculum-aware study planning, regret-minimization as a decision-making lens, leveraging underused personal resources (“gold mines” nearby), affordable native English tutors, and brain-friendly book design principles—all grounded in real-world observation and personal practice.</description>
      
      <category>learning</category>
      
      <category>decision-making</category>
      
      <category>education</category>
      
      <category>parenting</category>
      
      <category>cognition</category>
      
      <content:encoded><![CDATA[<h2 id="study-planning">Study Planning</h2>

<p>Parents and students alike would do well to spend some time understanding the new national curriculum standards and college admission policies—sooner rather than later.</p>

<p>Nearly every academic challenge that surfaces in high school traces back to gaps formed in elementary school—or even earlier: insufficient planning, weak foundational skills, or undeveloped habits.</p>

<p>Take English as an example. The new curriculum sharply reduces in-school instructional hours—but keeps the subject’s weight unchanged in exams. At the same time, difficulty has increased, with higher demands on integration, critical thinking, and vocabulary. The middle-school exam now expects mastery of 2,000 words. School-based instruction simply can’t meet these targets. That gap must be filled outside class.</p>

<p>Designing a study plan for your child starts with reading the new curriculum guidelines—and a few reputable interpretations. It takes little time, yet transforms you from a bystander into a capable, informed guide—saving both effort and missteps down the road.</p>

<h2 id="minimizing-regret">Minimizing Regret</h2>

<p>Try this exercise occasionally—it’s surprisingly illuminating.</p>

<p>Imagine you’re 80 years old, looking back on your life.<br />
What regrets would you <em>not</em> want to carry?<br />
What choices would you <em>not</em> second-guess?<br />
What moments would stand out as your deepest sources of fulfillment?</p>

<p>This mental rehearsal offers powerful perspective on your present state.<br />
It also acts as real-time accountability—helping you assess whether today’s actions truly align with what matters most over a lifetime.</p>

<h2 id="the-gold-mine-next-door">The Gold Mine Next Door</h2>

<p>A friend dropped by our office one lunchtime for a hotpot meal.</p>

<p>He’d come hoping to find new student recruitment channels for his family’s business—hoping to earn some referral fees.</p>

<p>I asked, “Do you really need to look elsewhere?”</p>

<p>He replied, “Yes—we need income. Earning money has gotten harder these past two years.”</p>

<p>He’s a strategic consultant. In good years, he earned well—but consulting isn’t a steady, essential service.</p>

<p>Meanwhile, his wife runs an education institution with a large, established student base.</p>

<p>Why not launch a small internal expansion—say, adding a new subject track—within her existing operation? For him, it would mean modest, reliable earnings—far more realistic than chasing unfamiliar, low-leverage opportunities.</p>

<p>It’s often wiser to mine what’s already close at hand than to dig blindly elsewhere.</p>

<h2 id="affordable-native-english-tutors">Affordable Native English Tutors</h2>

<p>Without a bilingual home environment, developing spoken English is especially tough for children.</p>

<p>A common solution: structured conversational practice with native English speakers from English-speaking countries.</p>

<p>Here are two low-cost options:</p>

<p>First, the app HelloTalk—recently popular, with many native speakers offering private lessons for ¥40–60 per session.</p>

<p>Second, former VIPKid teachers (many still actively teaching) now take students independently—via referrals, Twitter, or other informal channels—at ¥50–80 per lesson.</p>

<p>A friend shared his experience: through a mutual contact, he found a British man in his fifties who lives on a farm and isn’t formally employed. They schedule daily video calls with his child. He structures simple, engaging conversations—and charges just ¥70 per session. That’s less than the UK’s minimum wage.</p>

<p>That’s just how things are right now.</p>

<h2 id="how-to-make-a-book-more-compelling">How to Make a Book More Compelling</h2>

<p>Overall, tutoring costs today are roughly half what they were before the “Double Reduction” policy—meaning about half the fee previously went to platform overhead.</p>

<p>From a neuroscience standpoint, here’s what makes a book genuinely engaging—based on how our brains actually work:</p>

<ol>
  <li><strong>The brain trusts authority</strong>: Cite respected figures, include expert endorsements or quotes.</li>
  <li><strong>The brain loves images</strong>: Use photos, charts, infographics, and mind maps—not just to fill pages, but to lower cognitive load.</li>
  <li><strong>The brain prefers the concrete</strong>: Anchor ideas with specific numbers and real examples.</li>
  <li><strong>The brain seeks familiarity</strong>: Prioritize resonance—content that feels true to the reader’s lived experience.</li>
  <li><strong>The brain craves stories</strong>: Weave in parent anecdotes and classic, well-told narratives.</li>
  <li><strong>The brain values context</strong>: Explain background—e.g., cite key psychology experiments—to ground ideas.</li>
  <li><strong>The brain rewards novelty</strong>: Offer insights that shift perspective—ideas that feel fresh, unexpected, and useful.</li>
  <li><strong>The brain avoids effort</strong>: Write plainly—use everyday language, not jargon or abstraction.</li>
  <li><strong>The brain seeks safety and hope</strong>: When highlighting risks or problems, always pair them with actionable, hopeful solutions.</li>
</ol>

<p>In short: pack your book with quotes, vivid stories, visuals, experimental context, plain language, hopeful pathways, surprising ideas—and mind maps.</p>

<p>Remember: avoiding deep thought isn’t laziness—it’s how our brains are wired.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Why Not Use the Resources You Have?</title>
      <link>https://yaojingang.github.io/essays/weekly-2024-01-07-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2024-01-07-en/</guid>
      <pubDate>Sun, 07 Jan 2024 09:30:00 +0800</pubDate>
      <description>This reflective essay challenges the romantic notion of “making it without help,” arguing that leveraging existing advantages—including connections—is pragmatic and often decisive. It recounts a $2M project powered by timely relationships, explores ways to expand mental horizons, reflects on mortality through anesthesia, defines love as effortless presence, and ends with a tender original lullaby.</description>
      
      <category>resources</category>
      
      <category>strategy</category>
      
      <category>mindset</category>
      
      <category>mortality</category>
      
      <category>love</category>
      
      <category>creativity</category>
      
      <content:encoded><![CDATA[<h2 id="why-not-use-the-resources-you-have">Why Not Use the Resources You Have?</h2>

<p>A friend from a politically connected family once told me over drinks—alongside another friend—that he’s surrounded by abundant resources, yet his dream is to build something <em>without</em> relying on them, purely through market mechanisms.</p>

<p>At the time, I admired his idealism and voiced my support.</p>

<p>But later, I reconsidered. That logic has a flaw: deliberately discarding real advantages lowers your odds of success. So I called him to share this perspective—and a few practical suggestions.</p>

<p>When it comes to getting things done, the optimal strategy—whether for individuals or teams—is collaboration that multiplies strengths: 1 + 1 &gt; 2. And “strengths” include access to resources. In many projects, especially regionally exclusive public initiatives (e.g., city-wide fitness campaigns), relationships aren’t just helpful—they’re decisive.</p>

<h2 id="a-2-million-project">A $2 Million Project</h2>

<p>My friend shared a project he ran three years ago—low-cost, fast-executed, and wildly profitable: roughly $2 million in returns from a modest initial investment.</p>

<p>It began when his southern branch secured a key local connection. They quickly designed and launched a city-wide sports check-in campaign—complete with a custom mini-program—within days.</p>

<p>Two major hurdles emerged: first, parallel maneuvering by others along the same relationship chain; second, entrenched local competitors who’d operated in the area for years.</p>

<p>But because they moved swiftly—and leveraged that connection to secure immediate buy-in—the campaign went live and scaled nationwide in just days. User acquisition exploded past one million almost instantly. It was a stark reminder of how fast execution can be when alignment and access converge.</p>

<p>By the time competitors and other stakeholders noticed, it was too late: implementation had already begun across multiple districts.</p>

<p>Key takeaways:</p>

<ul>
  <li>Total upfront cost: ~$50,000–$100,000. Cumulative returns over two years: ~$2 million. Exceptional ROI.</li>
  <li>The <em>right</em> resource at the <em>right</em> entry point made all the difference.</li>
  <li>Timing mattered: this coincided with the final surge of China’s online education boom.</li>
  <li>Success rewarded not just insight—but readiness. They were prepared to act the moment the window opened.</li>
</ul>

<h2 id="how-to-expand-your-perspective">How to Expand Your Perspective</h2>

<p>One reliable way to move forward—and upward—is to continually broaden your mental horizon.</p>

<p>How?</p>

<p>Two foundational approaches:</p>

<p>First, accumulate <em>real-world exposure</em>: travel widely, meet people who’ve done extraordinary things, read deeply, and observe systems at scale. True perspective isn’t theoretical—it’s forged through lived breadth and depth.</p>

<p>Second, regularly step outside your comfort zone—not just physically, but cognitively. Shift your vantage point to a higher dimension. As the saying goes: <em>The real answer always lives one level above the question.</em> Try the “cosmic perspective”: imagine yourself observing Earth from deep space. From that distance, daily stresses shrink to near-nothingness—and sometimes, surprisingly, new ideas spark.</p>

<p>This isn’t easy. When you manage a department, your attention naturally narrows to that scope—even thinking at the company level feels like a stretch. That confinement quietly limits your judgment.</p>

<p>Another common trap? <em>Self-diminishing perspective</em>: comparing yourself only to those “below” you to soothe ego or inflate self-worth (“I’m not the best—but at least I’m better than X”). That habit breeds complacency and blinds you to growth.</p>

<h2 id="experiencing-death">Experiencing “Death”</h2>

<p>Recently, I underwent minor surgery under general anesthesia—and it left me reflecting on mortality.</p>

<p>Months earlier, I’d often discussed death with a mentor. Most people avoid the topic—or never examine it seriously.</p>

<p>Yet death is the one certainty we all share. Understanding it earlier doesn’t make life darker; it makes living <em>more intentional</em>.</p>

<p>Anesthesia, at the level of consciousness, mirrors death closely: both involve total suspension of awareness. The difference? Anesthesia is temporary and reversible; death is absolute and final.</p>

<p>Viewed this way, going under wasn’t frightening—it was strangely illuminating. For those brief minutes, there was no “I,” no time, no world—just pure, unbroken void. A rare, visceral rehearsal for what lies beyond.</p>

<h2 id="what-real-love-is">What Real Love Is</h2>

<p>Psychologist Alfred Adler wrote:<br />
<em>“Love is the feeling of ease you have when you’re with someone—no pretense, no performance. With them, you feel no inferiority, no need to prove superiority. You simply exist, calm and whole.”</em></p>

<p>That resonated deeply. Put plainly: the person you’re most relaxed with—even in silence, without awkwardness—is the one who truly loves you… and whom you truly love.</p>

<p>This simple litmus test helps spot manipulators (e.g., those using PUA tactics) and gently guides us away from relationships built on insecurity or performance.</p>

<p>Beyond business, life’s core requirement remains unchanged: surround yourself with people who genuinely cherish you.</p>

<h2 id="a-new-lullaby">A New Lullaby</h2>

<p>My daughter kept humming a playful twist on the classic nursery rhyme:<br />
<em>“Twinkle, twinkle, little star—<br />
Fell down from the sky so far,<br />
Landed right beneath my bed…”</em></p>

<p>So I helped her finish it. Here’s what emerged—a small, warm piece of co-created imagination:</p>

<p><strong>“Twinkle, Twinkle, Little Star—Fell Down from the Sky”</strong></p>

<p>Twinkle, twinkle, little star,<br />
A tiny star, not very far—<br />
It tumbled down from up above,<br />
And landed softly—under love.</p>

<p>Under your bed, my dearest one,<br />
Don’t fret—it’s not lost, not undone.<br />
It’s found a cozy, quiet home,<br />
To keep you safe till morning’s come.</p>

<p>Goodnight, my love, sleep tight and deep,<br />
That little star will softly leap—<br />
Not through the sky, but through your dreams,<br />
Carrying you on silver streams.</p>

<p>Twinkle, twinkle, little star,<br />
Under your bed, right where you are—<br />
Your gentle friend, both true and kind,<br />
Who walks with you inside your mind.</p>

<h2 id="-2023">✨ 2023</h2>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Lower Your Expectations, Live Well</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-12-31-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-12-31-en/</guid>
      <pubDate>Sun, 31 Dec 2023 09:30:00 +0800</pubDate>
      <description>Reflecting on entrepreneurship in 2023, Yao Jingang argues for lowering ambitions—not as resignation, but as strategic clarity. He shares lessons on project selection (familiarity, light assets, leverage, efficiency), the patience required to build value (e.g., ear surgery as “planting a tree”), and why real wealth stems from deep cognitive work, not shortcuts.</description>
      
      <category>entrepreneurship</category>
      
      <category>decision-making</category>
      
      <category>cognition</category>
      
      <category>business strategy</category>
      
      <category>patience</category>
      
      <content:encoded><![CDATA[<h2 id="theres-no-big-opportunity">There’s No “Big Opportunity”</h2>

<p>A former boss recently reached out to talk through his next venture. After several deep conversations, we landed on a new direction—one that aligned tightly with his background, resources, and current life stage.</p>

<p>His original plan? Build a publicly listed company. But after years of trial and error—and especially given today’s harsh funding climate—he realized that path was nearly impassable.</p>

<p>Yet here’s what’s remarkable: earlier this year, with <em>nothing</em> more than an idea and his reputation, he raised seed funding at a $180M valuation. His personal brand <em>was</em> the pitch.</p>

<p>Over the year, though, he came to tell me plainly: “There aren’t that many big opportunities—and chasing them is exhausting.”</p>

<p>So he chose to lower his expectations—and those of investors. His new goal? A small, beautiful company: one that earns a few million dollars annually. That’s enough. It’s sustainable. Low pressure. Low risk.</p>

<p>And let’s be honest: even if such a company went public, founders rarely cash out meaningfully. Investors get first dibs on liquidity; founders hold illiquid stock.</p>

<p>The key shift? From aiming for a $1B company to building a $10M one. Once that mental ceiling drops, your list of viable projects explodes—and so does your sense of possibility and peace.</p>

<h2 id="how-to-choose-a-project">How to Choose a Project</h2>

<p>This week, several friends and ex-colleagues visited—most now founders themselves. All have launched ventures over the past few years. Almost none succeeded.</p>

<p>Making things work right now is <em>hard</em>.</p>

<p>The most common question across these talks? <em>How do you pick the right project?</em></p>

<p>My answer boils down to four principles: <strong>Familiarity, Light Assets, Leverage, and Efficiency</strong>.</p>

<ol>
  <li>
    <p><strong>Familiarity</strong><br />
Stick to what you know and do well. If you’re drawn to something unfamiliar, don’t jump in—first become an expert <em>fast</em>. Only then begin execution. Curiosity isn’t a license to act.</p>
  </li>
  <li>
    <p><strong>Light Assets</strong><br />
Avoid heavy capital commitments—factories, equipment, leased spaces. “Light” doesn’t mean zero assets; it means minimal fixed costs and lean teams. The fewer physical assets and people you need to launch, the safer your runway.</p>
  </li>
  <li>
    <p><strong>Leverage</strong><br />
Distinguish companies by whether leverage is <em>core</em> to their profit engine—or just decorative. Real leverage multiplies output without linear cost increases: network effects, platform dynamics, scalable content, or capital-efficient distribution. If leverage isn’t baked into the model, it’s not defensible.</p>
  </li>
  <li>
    <p><strong>Efficiency</strong><br />
High efficiency → high margin → real competitiveness. If your own operations feel sluggish, margins will shrink—and so will your ability to adapt. This week, I shut down or restructured every initiative failing even one of these four tests.</p>
  </li>
</ol>

<h2 id="i-planted-a-tree">I Planted a Tree</h2>

<p>I recently had tympanic membrane repair surgery at Peking Union Medical College Hospital. The doctor instructed me not to blow my nose or sneeze—for two to three months.</p>

<p>I asked why—especially since I’d caught a cold.</p>

<p>He smiled and said: “Think of the surgery like planting a sapling in your ear. It needs time to take root and grow strong. Every sneeze is like a typhoon hitting that tiny tree—plus an earthquake. Few saplings survive repeated hits.”</p>

<p>That image stuck. It made the logic visceral, memorable, humane.</p>

<p>The surgeon was a professor—a true expert. And his gift? Explaining profound things simply, vividly, respectfully.</p>

<h2 id="making-money-cant-be-rushed">Making Money Can’t Be Rushed</h2>

<p>A former colleague asked: <em>How do we know if this project will work?</em><br />
Another added: <em>Is there any fast way to make money?</em></p>

<p>I paused. Then said: The more urgently you chase profit, the more likely you are to lose it. That mindset itself is a red flag. If you’re in that state, pause—and take a job instead.</p>

<p>Yes, going back to employment after founding is hard. But launching while emotionally frantic is harder—and far riskier.</p>

<p>Also: the most reliable ways to earn are usually the ones you already know. There’s no secret shortcut. Anyone promising one is selling you a story—not a solution.</p>

<h2 id="the-problem-with-research">The Problem with Research</h2>

<p>A former executive came by, excited about launching a new venture.<br />
Me: “What’s the idea?”<br />
Him: “It’s like that company our ex-colleague joined—the one doing well with a small team.”</p>

<p>Me: “What’s their exact business model? How many people? Who handles enrollment? What channels do they use? How many leads per month? What’s their conversion rate? Why is their model defensible? What policy risks exist—and how do they mitigate them?”</p>

<p>He gave vague, secondhand answers—and didn’t even know their product pricing.</p>

<p>I joked: “You financially independent folks really run companies on vibes, huh?”</p>

<p>Two problems keep showing up in competitive research:</p>

<ol>
  <li><strong>Skipping the work</strong>: Relying on hearsay or surface-level summaries instead of digging deep.</li>
  <li><strong>Delegating the wrong thing</strong>: Handing foundational research to interns or junior staff—then treating their slides as truth.</li>
</ol>

<p>Both are forms of laziness. And both feed organizational arrogance.</p>

<h2 id="a-formula-for-higher-success-rates">A Formula for Higher Success Rates</h2>

<p>There are two proven paths to raising your odds:</p>

<p><strong>First</strong>, try more—cheaply. For any idea meeting basic criteria, build the smallest possible MVP. If it gains traction, scale. If not, kill it fast. That was our approach for the first three years—and it helped us identify the few projects worth sustaining long-term.</p>

<p><strong>Second</strong>, choose better <em>and</em> wait longer. Get the selection right—then invest patience, not pressure. Iterate relentlessly on operations, growth loops, and details.</p>

<p>But “choosing right” is deceptively hard. Before you start, your information is always incomplete and biased. You can’t predict perfectly—you can only improve your <em>judgment</em>. And judgment improves only through deliberate effort: field interviews, primary research, pattern recognition, and deep reflection.</p>

<h2 id="the-growth-inflection-point">The Growth Inflection Point</h2>

<p>When does a product cross into sustainable growth?</p>

<p>Simple test: <strong>Natural new-user retention &gt; churn</strong>.<br />
That is, organic acquisition (word-of-mouth, SEO, virality) replaces lost users <em>without</em> paid support.</p>

<p>Once that threshold is crossed, <em>then</em> consider paid acquisition. Before it? Paid spend acts as negative leverage—it amplifies waste, not growth.</p>

<h2 id="becoming-wealthy-requires-learning">Becoming Wealthy Requires Learning</h2>

<p>In <em>Breaking Bad</em>, drug lord Gus Fring says: <em>“Anyone can be poor. It’s effortless. Just follow your instincts.”</em></p>

<p>The unspoken corollary: <em>Becoming wealthy requires unlearning instinct—and learning deliberately.</em></p>

<p>Learning what?<br />
Mindsets and frameworks that shape real wealth: asset vs. expense thinking, opportunity cost, independent analysis, deep learning habits, and intelligent leverage.</p>

<p>Few grasp their power—and fewer still internalize them. Why? Because knowing the definitions isn’t enough. These ideas must be <em>lived</em>: either absorbed early through environment, or forged later through cycles of gain and loss. Only then do they settle into intuition.</p>

<p>A friend once told me: <em>“Changing a family’s trajectory takes three generations.”</em><br />
I believe him.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Why We Procrastinate—and What to Do About It</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-12-24-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-12-24-en/</guid>
      <pubDate>Sun, 24 Dec 2023 09:30:00 +0800</pubDate>
      <description>This essay explores procrastination as a natural response to unfamiliarity, not laziness—then connects it to growth mindset, error-friendly learning, financial literacy (cost/income/asset awareness), compounding leverage, and four lifelong subjects: math, physics, language, and programming.</description>
      
      <category>cognition</category>
      
      <category>organization</category>
      
      <category>learning</category>
      
      <category>mindset</category>
      
      <category>finance</category>
      
      <category>lifelong learning</category>
      
      <content:encoded><![CDATA[<h2 id="why-we-procrastinate">Why We Procrastinate</h2>

<p>We procrastinate—not because we’re lazy, but because we’re <em>unfamiliar</em>.</p>

<p>The brain is wired to conserve energy: it prefers the familiar, avoids discomfort, and steers clear of perceived risk. The higher our standards for a task, the more intimidating it feels—and the more we delay.</p>

<p>I recently helped a friend recruit lead instructors in Beijing. A striking pattern emerged: many top-tier teachers consistently delayed delivering course recordings or lecture notes—often submitting only at the last minute, or even later.</p>

<p>Some claim “smart people procrastinate.” But that’s misleading. What’s really happening is that high-standards people—often highly capable—tend to overthink, over-prepare, and under-start. Procrastination isn’t a trait of the gifted; it’s nearly universal, especially when facing something new or ill-defined. It’s simply how brains default.</p>

<p>So how do we stop?</p>

<p>One of the most effective ways is to <em>start small, early, and daily</em>:</p>
<ul>
  <li>Think about the task every day—even briefly.</li>
  <li>Collect related information.</li>
  <li>Sketch its structure or outline.</li>
</ul>

<p>Why does this work? Because each time you engage—even mentally—you activate neural pathways. With repetition, the task shifts from “unknown threat” to “familiar terrain.” Once familiar, action flows more easily. It aligns with your brain’s nature instead of fighting it.</p>

<p>Writing a book, designing a course, drafting a proposal—all follow this logic. Familiarity precedes fluency.</p>

<h2 id="why-we-should-encourage-mistakes">Why We Should Encourage Mistakes</h2>

<p>Mistakes aren’t dangerous. What <em>is</em> dangerous is letting fear of mistakes shrink our curiosity, stall our action, and trap us in a fixed mindset.</p>

<p>Compared to abstract theory, real-world errors deliver richer, faster, more actionable feedback. For children, “mistakes” are often just outcomes that differ from adult expectations—or clash with social norms or parental authority. But the <em>feedback itself</em>—not the label—is what fuels growth.</p>

<p>When kids learn through doing—and iterating on results—they build resilience, agency, and self-correction skills far beyond what lectures or rules can instill. Their potential becomes unbounded.</p>

<p>Adults need the same shift. When reality diverges from expectation, don’t declare it “another failure.” Instead, ask:</p>
<ul>
  <li>Where did our assumptions go wrong?</li>
  <li>What gaps existed in judgment or execution?</li>
  <li>What concrete lesson can we extract?</li>
</ul>

<p>This turns “errors” into fuel. Over time, we stop fearing missteps—and start relying on them to refine ourselves. That’s how we move toward genuine freedom: life isn’t about avoiding wrong turns, but navigating possibility with clarity and courage.</p>

<h2 id="growth-mindset">Growth Mindset</h2>

<p>As psychologist Carol Dweck writes in <em>Mindset</em>: “What separates people isn’t talent—it’s <em>mindset</em>.” Specifically: fixed vs. growth mindset.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-filename-2.png" alt="" /></p>

<p><strong>Fixed mindset</strong>: Believes ability is innate and static. People label themselves (“I’m bad at math”) or others (“She’s just not a leader”). Success confirms identity; failure threatens it. Progress halts after achievement—or collapses under setback.</p>

<p><strong>Growth mindset</strong>: Believes ability is cultivated—through deliberate practice, feedback, and strategy. Labels dissolve. Setbacks become data points: “What worked? What didn’t? How do I adjust?”</p>

<p>Becoming growth-oriented isn’t optional—it’s essential. Fixed-mindset people rarely break through mediocrity. They aim only to <em>finish</em>. Exceptional people aim to <em>master</em>. “Done” is baseline. “Done well”—with insight, elegance, and impact—is the real threshold. And the gap between the two is enormous.</p>

<h2 id="financial-thinking">Financial Thinking</h2>

<p>A friend asked: <em>How do I quickly develop financial thinking?</em></p>

<p>I’m no expert—but after years of running startups, here’s how I break it down: three core awarenesses—<strong>cost</strong>, <strong>income</strong>, and <strong>assets</strong>.</p>

<h3 id="cost-awareness">Cost Awareness</h3>
<p>Know <em>exactly</em> where money goes.</p>

<p>A startup incurs costs everywhere: rent, equipment, internet, payroll, social insurance, supplier fees—even tiny recurring expenses add up fast.</p>

<p>We recently audited operating costs for our Tianjin office—and found actual spending was <em>twice</em> our estimate. Why? Because individual line items seemed trivial: rent, training, management fees, reimbursements… until totaled.</p>

<p>Cost awareness also includes <em>hidden</em> costs: opportunity cost, time cost, management overhead. Only after repeated oversights—or painful losses—does this awareness crystallize.</p>

<p>How to build it? One company shares their method: allocate <em>every</em> fixed and variable cost (e.g., prorated rent, shared staff hours) to each project—and show project leads weekly income vs. cost reports. Transparency breeds discipline.</p>

<h3 id="income-awareness">Income Awareness</h3>
<p>Focus on three levers: <strong>revenue</strong>, <strong>profit</strong>, and <strong>cash flow</strong>.</p>

<p>Revenue alone is meaningless. It doesn’t reflect efficiency—or sustainability. Small businesses must prioritize <em>profit</em> (quality of revenue + operational discipline) and <em>cash flow</em> (real money in the bank).</p>

<p>A project may show 40% gross margin—but if clients pay late, or not at all, that “profit” is theoretical. Cash flow reveals truth.</p>

<h3 id="asset-awareness">Asset Awareness</h3>
<p>Distinguish <strong>assets</strong> (what puts money <em>in</em> your pocket: cash, receivables, equipment) from <strong>liabilities</strong> (what pulls money <em>out</em>: payables, loans, customer prepayments).</p>

<p>Understanding this helps run healthier operations—and applies equally to households. Clear asset/liability awareness dramatically lowers personal financial crisis risk.</p>

<p>Still, the foundation remains: <em>earning power</em>. Strengthen that—and everything else becomes manageable.</p>

<h2 id="compounding-and-leverage">Compounding and Leverage</h2>

<p>Online discussions about the “35-year-old crisis” often echo: <em>“Too old to hire, too young to retire.”</em></p>

<p>But the real crisis isn’t age—it’s <em>absence of compounding and leverage</em>.</p>

<p><strong>Compounding</strong> means each action gains value over time: reading, building character, investing, exercising. Its returns accelerate silently—then compound visibly.</p>

<p><strong>Leverage</strong> means one input yields outsized, scalable output: launching a course, writing a book, shipping software, founding a company—or owning equity in one.</p>

<p>Without either by your mid-30s, bottlenecks become inevitable. But if you’ve deliberately built compounding assets (skills, networks, systems) <em>and</em> leverage points (products, IP, equity) earlier—say, between 30–40—you’ll face challenges calmly. You’ll operate from <em>wu wei xin</em> (effortless mind) and <em>you wei fa</em> (purposeful action).</p>

<h2 id="four-subjects-worth-learning-for-life">Four Subjects Worth Learning for Life</h2>

<p>Start early. These four disciplines shape how deeply we understand reality—and our place in it:</p>

<ul>
  <li><strong>Mathematics</strong> and <strong>Physics</strong>: Reveal the universe’s underlying logic—the “magic of nature.”</li>
  <li><strong>Language</strong> (Chinese, in context) and <strong>Programming</strong>: Encode human thought, collaboration, and creation—the “magic of civilization.”</li>
</ul>

<p>Mastering them doesn’t mean expertise in all four. It means cultivating the <em>habits of mind</em> they train: precision, modeling, abstraction, communication, and systematic problem-solving. That’s the real lifelong curriculum.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Hiring Standards, Role Empathy, and the Dong Yuhui Incident</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-12-17-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-12-17-en/</guid>
      <pubDate>Sun, 17 Dec 2023 09:30:00 +0800</pubDate>
      <description>This essay reflects on hiring criteria—especially independent thinking and logic—as revealed by NetEase’s CEO; critiques misplaced empathy in the Dong Yuhui controversy; distills nine lessons from that incident about live-streaming economics and talent management; and outlines three principles for choosing extracurricular classes, grounded in talent, foundational traits, and academic planning.</description>
      
      <category>hiring</category>
      
      <category>talent management</category>
      
      <category>education</category>
      
      <category>live streaming</category>
      
      <category>cognition</category>
      
      <category>organizational design</category>
      
      <content:encoded><![CDATA[<h2 id="the-most-important-hiring-standard">The Most Important Hiring Standard</h2>

<p>In a recent interview, NetEase CEO William Ding was asked: “What is the single most important quality you look for when hiring—regardless of role?”</p>

<p>His answer was striking:<br />
“The most critical quality—still rare among most Chinese students—is <em>independent thinking</em>. Second is <em>logical reasoning</em>. Some people literally lack logical capacity—it’s frustrating.”</p>

<p>Host: “Even graduates from top universities?”<br />
Ding: “Yes. Many are muddled in logic—and lack independent judgment. They just echo others, never question anything.”</p>

<p>Yet in practice, we rarely assess these foundational qualities during interviews. Instead, we lean heavily on résumés or vague ‘gut feelings’. A colleague might say, “This candidate feels right”—but when pressed, they cite only past experience—or offer no deeper rationale.</p>

<p>So why do so many hires fall short? At least three things are at stake:</p>

<ol>
  <li><strong>Clarity of standards</strong>: Do we have explicit criteria—not just for technical skills, but for core cognitive traits like logic, curiosity, and self-direction?</li>
  <li><strong>Interview discipline</strong>: Can interviewers ask questions that <em>actually test</em> those standards—or do they default to safe, superficial ones?</li>
  <li><strong>Proactive sourcing</strong>: How much effort do we invest in <em>finding</em> exceptional people—not just screening applicants? For many, this is the hardest part.</li>
</ol>

<p>On point #2: Often, the real failure isn’t the candidate—it’s the interviewer. When questions are weak or irrelevant, decisions devolve to intuition. That’s not hiring—it’s guessing. The fix? Interviewers must first <em>think rigorously themselves</em>. If you lack logic, you won’t recognize it in others.</p>

<h2 id="the-right-kind-of-empathy">The Right Kind of Empathy</h2>

<p>During the Dong Yuhui incident, most people instinctively empathized <em>with Dong</em>—the charismatic front-facing star.</p>

<p>But that’s likely the wrong lens. In reality, most of us occupy less visible roles: the scriptwriter behind the scenes, the lighting technician, the editor, the mid-tier host, or the operations manager coordinating logistics.</p>

<p>Try stepping into <em>those</em> roles instead. What does it feel like to work tirelessly while staying anonymous? To balance creative input with corporate constraints? To support a star without ever becoming one?</p>

<p>This reminds me of a conversation about historical dramas. Many commenters romanticize ancient China—“Life was simpler then!” But they’re misplacing empathy. If you truly lived in Song Dynasty China, there’s a 99% chance you’d be a peasant bound to a five-kilometer radius—illiterate, overworked, and invisible to history.</p>

<p>Empathy isn’t about mirroring the spotlight. It’s about seeing the whole stage.</p>

<h2 id="nine-reflections-on-the-dong-yuhui-incident">Nine Reflections on the Dong Yuhui Incident</h2>

<ol>
  <li>Dong Yuhui’s breakout as a cultural IP was profoundly <em>accidental</em>. His audience resonance defies formula—and cannot be replicated. New Oriental got extraordinarily lucky.</li>
  <li>That luck collided head-on with New Oriental’s traditional corporate DNA and managerial mindset—designed for stability, not viral unpredictability.</li>
  <li>Dongfang Select’s crisis exposed a deeper failure: misunderstanding <em>fan economy logic</em> in live streaming. Like many of us last year, they tried to <em>control</em> hosts—demanding obedience, scripting content, overriding instincts. That’s toxic for top-tier talent—and ignited open conflict.</li>
  <li>Yu Minhong’s response showcased rare leadership wisdom.</li>
  <li>Specifically, he did three things exceptionally well:
    <ul>
      <li>Issued a timely public apology;</li>
      <li>Removed the Dong Yuhui–led Dongfang Select CEO;</li>
      <li>Engaged Dong directly—offering higher compensation, inviting him onto his own livestream (40M+ views, 400K avg concurrent), and rebuilding trust visibly.</li>
    </ul>
  </li>
  <li>After Dongfang Select stumbled, competitors <em>Gao Tu Jia Pin</em> and <em>Xue Er Si You Xuan</em> surged—especially after Xue Er Si announced its top host’s promotion to executive rank live on air. The lesson? <em>Don’t get off the bus.</em> Once you exit the live-streaming lane, re-entry is nearly impossible.</li>
  <li>Yes, Dongfang Select rightly worries about over-reliance on one star—but the reality is stark: almost every scaled live-streaming company runs on <em>one dominant host</em>, contributing 60–80% of revenue. I know several billion-RMB companies where a single person delivers 80% of income. That’s risky—but also <em>normal</em>.</li>
  <li>So if a star emerges, treat it as windfall—not liability. Double down: allocate maximum resources to amplify that IP—whether via dedicated teams, spin-off ventures, or shared equity models. Protect and scale the asset.</li>
  <li>And yes—alcohol remains a universal solvent.</li>
</ol>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-159.png" alt="" /></p>

<h2 id="three-principles-for-choosing-extracurricular-classes">Three Principles for Choosing Extracurricular Classes</h2>

<p>When selecting interest-based classes for children, prioritize three pillars:</p>

<h3 id="1-natural-talent">1. Natural Talent</h3>
<p>Observe what your child <em>already excels at</em>—not what you wish they would. Amplify that strength. When talent meets opportunity, the result isn’t just skill—it’s <em>confidence</em>, one of life’s most durable currencies.</p>

<h3 id="2-foundational-traits">2. Foundational Traits</h3>
<p>These fall into two buckets:</p>
<ul>
  <li><em>Character</em>: kindness, resilience, optimism, integrity.</li>
  <li><em>Cognitive capacity</em>: logic, independent thinking, imagination, delayed gratification, learning agility.<br />
The more time I spend with highly successful or deeply fulfilled people, the clearer it becomes: their edge isn’t domain knowledge—it’s these invisible, lifelong traits.</li>
</ul>

<h3 id="3-academic-alignment">3. Academic Alignment</h3>
<ul>
  <li>Reinforce core subjects: reading/writing classes boost language fluency; structured thinking courses strengthen math reasoning.</li>
  <li>Align with long-term goals: e.g., if aiming for overseas study, embed English immersion early—not as “extra,” but as daily habit.</li>
</ul>

<p>Think of a child’s development as a tree. Foundational traits are the <em>roots</em>. They determine how tall it grows, how wide it spreads, and how fiercely it withstands storms.</p>

<h2 id="on-live-streaming-management-memory-and-education">On Live Streaming, Management, Memory, and Education</h2>

<p>Over dinner with a longtime friend, we exchanged practical insights across domains:</p>

<p><strong>Management</strong></p>
<ul>
  <li><em>Project-based profit sharing</em>: Assign monetary value to each project; let employees invest personal capital for equity stakes—beyond base salary, they earn dividends. Drives ownership, especially among high performers.</li>
  <li><em>Quantitative task management</em>: Define daily output targets per role. Miss them? Salary deduction follows. It’s modern piecework—transparent, measurable, outcome-focused.</li>
  <li><em>Low base + high commission</em>: Set minimal fixed pay. Push everyone to earn through demonstrable contribution—no room for coasting.</li>
</ul>

<p><strong>Live Streaming</strong></p>
<ul>
  <li><em>Autonomy first</em>: Let hosts choose their own video topics and scripts. Operations handles filming, editing, publishing. For livestreams, co-create—but keep the host firmly in the driver’s seat.</li>
  <li><em>Talent &gt; training</em>: Success hinges on innate ability—“net sense,” original voice, charisma. Screening matters more than coaching.</li>
  <li><em>Two filters for hosts</em>: Does s/he have strong “net sense”? Does s/he already produce distinctive, ownable content?</li>
  <li><em>Leverage existing momentum</em>: Partner with IPs recently parted ways with prior platforms—they’ve already validated appeal. Collaboration extends proven success.</li>
  <li><em>Protect personality</em>: Every top host has quirks. Your job isn’t to smooth them out—it’s to safeguard them.</li>
  <li><em>Honor intent</em>: When negotiating with promising hosts, respect their passion for content, users, and product—not just metrics.</li>
  <li><em>Sustained focus matters</em>: Potential means little without stamina—the ability to show up, iterate, and improve daily.</li>
  <li><em>Non-negotiable baseline</em>: Every host must deliver excellent course content. No exceptions.</li>
</ul>

<p><strong>Memory</strong></p>
<ul>
  <li><em>Storytelling is the core technique</em>—but not just any story. Effective memory stories require: vivid imagery, dramatic tension, and tight internal logic.</li>
  <li>All knowledge stacks: characters → words → sentences → paragraphs.</li>
  <li>Great memory techniques don’t just encode—they deepen <em>understanding</em>.</li>
</ul>

<p><strong>Education</strong></p>
<ul>
  <li>Honor individual variation: nurture strengths <em>and</em> address clear gaps—not uniformly, but thoughtfully.</li>
  <li>One key criterion for extracurriculars: where does your child naturally shine? Follow that signal.</li>
  <li>Environment is paramount: a calm, supportive, emotionally safe home shapes development more than any curriculum.</li>
  <li>Many struggling students aren’t “deficient”—they’re <em>under-motivated</em>. “Parenting success frameworks” aren’t magic—but they <em>can</em> restore agency and hope. That alone has real value.</li>
</ul>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Quiet AI Revolution</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-12-10-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-12-10-en/</guid>
      <pubDate>Sun, 10 Dec 2023 09:30:00 +0800</pubDate>
      <description>This essay reflects on AI’s shift from hype to quiet, effective integration—highlighting real-world product improvements, the CPM framework for evaluating digital resource value, the critical skill of strategic decision-making, why trying to change others backfires, light-asset edtech models, the shrinking pool of active investors, and why top-tier hospitals outperform regional ones in diagnosis and treatment.</description>
      
      <category>AI</category>
      
      <category>decision-making</category>
      
      <category>business strategy</category>
      
      <category>education technology</category>
      
      <category>healthcare</category>
      
      <category>investment</category>
      
      <content:encoded><![CDATA[<h2 id="the-quiet-ai-revolution">The Quiet AI Revolution</h2>

<ol>
  <li>Fewer people around me are talking about AI these days.</li>
  <li>But those who <em>are</em> still discussing it have grown markedly more pragmatic—shifting from abstract speculation about “the future” to concrete questions like: <em>What have we actually built with AI this month? What processes are worth rethinking or rebuilding?</em></li>
  <li>Though AI no longer dominates headlines as it did early this year, many teams are quietly reshaping their products with it—and seeing tangible progress.</li>
  <li>Take tools: AI-powered enhancements to key features have driven significant lifts in growth and daily active users.</li>
  <li>In our recent internal AI experiments, core growth metrics jumped fivefold. I’ve heard similar results from several friends—across different domains and user bases.</li>
  <li>Yet the most effective adopters say the least.</li>
  <li>So “quiet AI” has two main sources: first, the crowd that came for spectacle has left, and the “get-rich-quick” operators have run out of targets; second, a smaller group is quietly capturing real value—and choosing silence over sharing.</li>
  <li>A friend once told me repeatedly in WeChat: <em>“Don’t share. Just earn quietly.”</em></li>
  <li>I agree—but let’s not mistake quiet adoption for diminished potential. AI remains the biggest surprise of the year. Its transformative scope is still vast. If you wait until everyone else has explored the obvious use cases, your window will have closed.</li>
</ol>

<h2 id="cpm-based-resource-valuation">CPM-Based Resource Valuation</h2>

<p>You run a WeChat official account, a private-community channel, a mini-program, and a website. How do you objectively assess the commercial value of <em>each placement</em>—a banner slot, a push notification, a landing page section?</p>

<p>If you’re testing multiple ad formats, how do you compare their ROI?<br />
If you’re iterating on product variants or copy versions, how do you quantify which delivers more value?</p>

<p>We often default to either final revenue or mid-funnel conversion rates—but neither captures true unit economics well.</p>

<p>In advertising, <strong>CPM</strong> stands for <em>Cost Per Mille</em> (per thousand impressions). The formula is:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-image-158.png" alt="" /></p>

<p>Example: Your ad gets 1,000 impressions and generates ¥10 in revenue → CPM = ¥10. That’s ¥0.01 per impression.</p>

<p>The power of CPM lies in its ability to assign precise, comparable monetary value to <em>each exposure</em>—not just to funnel stages. Process metrics (e.g., click-through rate) matter too—but mainly as diagnostic signals: they point to <em>where</em> optimization is possible, not <em>what</em> the ultimate value is.</p>

<h2 id="choice-is-a-core-competency">Choice Is a Core Competency</h2>

<p>Choosing well is one of the most consequential skills in life.</p>

<p>Yet we routinely misfire in two ways:</p>

<p><strong>First:</strong> Spreading effort evenly—treating all decisions as equally important.<br />
<strong>Second:</strong> Making high-stakes choices hastily while obsessing over trivial ones.</p>

<p>The first error stems from failing to distinguish signal from noise. In reality, only ~10–20% of our decisions shape our lives meaningfully. Nail those—and everything else falls into place.</p>

<p>The second error reflects a lack of confidence in big-decision judgment. So we flip the script: rush through marriage, city choice, career moves, or home purchases—then agonize over font size or meeting agendas. The rational reversal? <em>Invest deeply in major decisions. Delegate or streamline minor ones.</em> Major decisions include: whom to marry, where to live, what job to take, whether to start a company. These demand time, research, and reflection—or risk irreversible regret.</p>

<h2 id="why-trying-to-change-others-is-self-defeating">Why Trying to Change Others Is Self-Defeating</h2>

<p>We know, intellectually, that changing adults is nearly impossible. The wiser path is <em>selection</em>, not transformation. Yet we persistently overestimate our influence—and keep trying.</p>

<p>How do we try? Through long lectures, mandatory training, or hands-on coaching.<br />
And yet—the change we get is negligible. Worse: the <em>less</em> someone changes, the <em>more</em> we double down—creating a slow-burn cycle of mutual exhaustion.</p>

<p>How to break free?</p>

<p>Ask first: <em>What outcome am I really after?</em> It’s never “to change this person.” It’s to achieve a result—say, reliable customer support, accurate reporting, or timely delivery. The person is merely a means. So the smarter move isn’t to train <em>this</em> person into compliance—it’s to design a system that attracts, selects, or enables <em>the right person</em> to deliver the result.</p>

<h2 id="edtech-tools-light-asset-vs-channel-heavy-models">EdTech Tools: Light-Asset vs. Channel-Heavy Models</h2>

<p>EdTech tools broadly fall into two camps:</p>

<ul>
  <li><strong>Light-asset, internet-native models</strong>: Products like <em>Classroom Butler</em>, <em>Homework Help</em>, <em>XiaoYuan Search</em>, <em>BanXiaoEr</em>, and <em>YiChaFen</em>—built for direct user acquisition via app stores, search, and social sharing.</li>
  <li><strong>Channel-heavy, school-first models</strong>: Companies like <em>Qitian Network</em>, <em>HaoFenShu</em>, <em>YiQiZuoYe</em>, and <em>XiaoYang Group</em>, whose go-to-market relies on sales teams, district-level partnerships, and lengthy procurement cycles.</li>
</ul>

<p>School-channel models inevitably burn cash—and face mounting receivables pressure.<br />
Internet-native models, by contrast, tend to sustain themselves well—if they avoid over-engineering or chasing vanity metrics.</p>

<h2 id="there-are-almost-no-active-investors-left-in-china">There Are Almost No Active Investors Left in China</h2>

<p>I caught up recently with a former boss.</p>

<p>Over the past few years, several of his startups folded. Last December, he launched a new venture—and raised over ¥10 million in seed funding. His personal valuation? Over ¥100 million.</p>

<p>But this year, he says, <em>“There are almost no investors left who dare to invest—or even return calls.”</em> Deal flow has dried up. Most have stopped writing checks altogether.</p>

<p>And raising capital isn’t always a win: once you take big money, small-profit paths vanish. You’re locked into one of two outcomes—go public or go under. With IPOs now exceedingly rare, many founders feel trapped.</p>

<p>He joked that he envies my situation: modest scale, no outside funding, and—most importantly—a steady, sustainable rhythm.</p>

<h2 id="why-top-tier-hospitals-win">Why Top-Tier Hospitals Win</h2>

<p>A fellow patient in my hospital room was from Fujian.</p>

<p>Before coming to Peking Union Medical College Hospital (PUMCH), he’d spent a full year at a provincial hospital in Fuqing—undergoing tests, then surgery—yet never received a definitive diagnosis. The surgery left him with lasting side effects: numbness in his mouth, caused by nerve damage from imprecise technique.</p>

<p>He got a referral to PUMCH. There, two things stood out:</p>

<ol>
  <li><strong>Diagnostic speed</strong>: A cause that eluded doctors for 12 months was identified in days.</li>
  <li><strong>Surgical precision</strong>: His follow-up procedure had zero side effects—and he felt no pain post-op.</li>
</ol>

<p>Top hospitals excel not just because of better doctors or equipment, but because they see <em>orders of magnitude more cases</em>. That volume sharpens pattern recognition, refines judgment, and elevates both diagnostic accuracy and procedural safety. The bigger the hospital—and the more complex its caseload—the steeper that advantage grows. That’s why patients keep flocking to them, despite the hassle.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>How to Understand Business</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-12-03-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-12-03-en/</guid>
      <pubDate>Sun, 03 Dec 2023 09:30:00 +0800</pubDate>
      <description>This essay explores core business principles—profit logic, fair collaboration, mechanism design—and contrasts “poor mindset” habits with disciplined thinking. It also examines traits of successful livestream hosts, the protective nature of focus, and practical learning methods—all grounded in real-world judgment and organizational practice.</description>
      
      <category>business</category>
      
      <category>mindset</category>
      
      <category>learning</category>
      
      <category>mechanisms</category>
      
      <category>focus</category>
      
      <category>collaboration</category>
      
      <content:encoded><![CDATA[<h2 id="how-to-understand-business">How to Understand Business</h2>

<p>Over coffee with a friend, we distilled our shared views on what it means to truly understand business:</p>

<ol>
  <li>Know <em>how</em> profit is created: the cost structure, revenue streams, and return timeline.</li>
  <li>Consider your partners’ risks and rewards—not just your own. Sustainable collaboration requires mutual benefit.</li>
  <li>If a business operates legally and profitably, it <em>is</em> creating social value—even if some socially valuable work doesn’t turn a profit. These two truths coexist.</li>
  <li>People choose to work with you because you offer something distinct: quality, access, insight—or at least one of these. You must have <em>something</em> others lack.</li>
  <li>Every viable business has a simple, transparent logic. If the model feels overly complex, it likely is flawed.</li>
  <li>Mastering profit-sharing and incentive design isn’t optional—it’s central to building lasting business relationships.</li>
</ol>

<h2 id="how-to-avoid-scarcity-mindset">How to Avoid “Scarcity Mindset”</h2>

<p>(We prefer “scarcity mindset” over “poor mindset”—it names the cognitive pattern, not the person.)</p>

<ol>
  <li><strong>Reduce decisions</strong>: Cut low-stakes choices. Each decision drains willpower—reserve it for deep learning and strategic thinking.</li>
  <li><strong>Stay goal-oriented</strong>: Set clear goals <em>and</em> build feedback loops. Adjust targets and tactics based on real-world signals—not assumptions.</li>
  <li><strong>Ignore sunk costs</strong>: Once a mistake is made, stop re-litigating it. Redirect energy toward next steps.</li>
  <li><strong>Price your time</strong>: Assign a realistic hourly value to your time. That number instantly filters out trivial distractions.</li>
  <li><strong>Practice focused intensity</strong>: You can juggle multiple goals—but at any given time, go all-in on <em>one</em>. Break through there first.</li>
  <li><strong>Think longer-term</strong>: Zoom out—3 years, 5 years. Perspective reshapes urgency and reveals leverage points.</li>
  <li><strong>Prioritize collaboration</strong>: Partner to fill your gaps. Long-term partnerships endure only when <em>all sides</em> walk away satisfied—so learn to distribute value, not just claim it.</li>
  <li><strong>Learn relentlessly</strong>: Study people who’ve mastered your domain. Read timeless books—not just trending ones.</li>
</ol>

<h2 id="what-makes-a-livestream-host-succeed">What Makes a Livestream Host Succeed?</h2>

<p><strong>The deepest trait: fire in the chest, light in the eyes.</strong></p>

<p>When interviewing hosts, watch their reaction upon hearing about the role—or after understanding its demands. Do they lean in? Does their voice lift? Does their face brighten?</p>

<p>If the job fails to ignite them <em>in the interview</em>, it won’t spark viewers <em>on air</em>.</p>

<p><strong>PSD Talent Model</strong></p>
<ul>
  <li><strong>P</strong>oor upbringing (not poverty as hardship—but resource-scarce environments that cultivate grit and hustle)</li>
  <li><strong>S</strong>mart (not genius-level IQ, but sharp pattern recognition, quick learning, and adaptability)</li>
  <li><strong>D</strong>eep desire to get rich (a visceral, non-abstract drive—not greed, but agency through financial independence)</li>
</ul>

<p>Candidates meeting all three tend to thrive. One missing trait significantly raises failure risk—especially if they were raised affluent, show little intellectual curiosity, or feel indifferent toward wealth creation.</p>

<h2 id="why-mechanisms-matter-more-than-fixes">Why Mechanisms Matter More Than Fixes</h2>

<p>Every operational problem—big or small—can be solved <em>systemically</em>, not just symptomatically.</p>

<p>Example: A new hire underperforms. You hesitate to let them go—you sense potential, so you coach, extend timelines, hope for turnaround.</p>

<p>That instinct is human. But the <em>pattern</em>—repeated across hires—is toxic. It quietly normalizes mediocrity and accelerates team decay.</p>

<p>The real issue isn’t the employee. It’s your <strong>hiring mechanism</strong> (did screening miss red flags?) and <strong>onboarding mechanism</strong> (was training too vague or too slow?).</p>

<p>True resolution means stepping back from the person—and redesigning the system.</p>

<h2 id="focus-is-protected-not-trained">Focus Is Protected, Not Trained</h2>

<p>Maria Montessori put it plainly: <em>“Never interrupt a child at work—unless invited.”</em></p>

<p>Children are born with intense focus—especially on what captivates them. Their attention erodes not from lack of training, but from <em>chronic interruption</em>.</p>

<p>A child drawing quietly. An adult walks over: <em>“What are you making?”</em> Or, <em>“Did you drink water yet?”</em>—well-meaning, but disruptive.</p>

<p>If the child doesn’t answer immediately, the adult repeats—then presses—then grows impatient. That moment shatters concentration. Repeated, it trains the brain to expect fragmentation.</p>

<p>Focus isn’t built like muscle. It’s <em>guarded</em> like flame. When someone is immersed, silence is your most generous act.</p>

<h2 id="how-to-be-truly-other-centered-give-them-both">How to Be Truly “Other-Centered”: Give Them <em>Both</em></h2>

<p>Human nature rarely chooses between “this <em>or</em> that.” We want “this <em>and</em> that”—especially when stakes are high.</p>

<p>So “being other-centered” doesn’t mean self-sacrifice. It means designing offers that satisfy <em>both</em> core human drivers: <strong>tangible gain</strong> (<em>li</em>, “profit”) and <strong>social recognition</strong> (<em>ming</em>, “name”).</p>

<p>That’s <em>mingli shuangshou</em>—“fame and fortune, both received.”</p>

<p>Recently, I helped a friend design a collaboration proposal. We structured it to deliver clear value <em>and</em> public visibility—crediting them meaningfully in launch materials, case studies, and talks.</p>

<p>Result? They accepted swiftly—not just because the numbers worked, but because the <em>name</em> part resonated deeply. The deal flowed.</p>

<h2 id="practical-learning-methods-for-lifelong-growth">Practical Learning Methods for Lifelong Growth</h2>

<p>To learn continuously, you need tools—not just motivation.</p>

<ol>
  <li><strong>Deliberate Practice</strong>: Define one precise skill. Break it into micro-steps. Repeat—with feedback—until mastery clicks.</li>
  <li><strong>Feynman Technique</strong>: Explain a concept aloud, in plain language, as if teaching a curious beginner. Gaps in clarity reveal gaps in understanding.</li>
  <li><strong>Trigger-Based Learning</strong>: When a sentence, conversation, or idea <em>strikes you</em>, pause. Ask: <em>Why did this land? What assumption did it challenge? What hidden intuition surfaced?</em></li>
  <li><strong>Pomodoro Method</strong>: Work 25 minutes, rest 5. Your brain isn’t a machine—it’s a biological system that recharges in cycles.</li>
  <li><strong>Connection Learning</strong>: After learning something new, ask: <em>Where else does this apply? How does it link to what I already know?</em> Build bridges—not silos.</li>
  <li><strong>Keyword Mapping</strong>: For any new field, collect its 50–100 essential terms through reading and expert interviews. Map their relationships—then master the map.</li>
  <li><strong>Mind-Mapping</strong>: Visually organize ideas by logic—not hierarchy. Let branches reflect how your mind actually connects concepts.</li>
</ol>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Finding Niches Within Massive Markets</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-11-19-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-11-19-en/</guid>
      <pubDate>Sun, 19 Nov 2023 09:30:00 +0800</pubDate>
      <description>This essay explores practical business insights—from “consensus conversion rate” and ethical imitation to hidden operational costs, incentive design, self-motivation, and the psychology of ownership. It emphasizes scalable thinking, human-centered execution, and grounded judgment over abstract theory.</description>
      
      <category>business strategy</category>
      
      <category>organizational design</category>
      
      <category>startup operations</category>
      
      <category>behavioral insight</category>
      
      <category>market positioning</category>
      
      <content:encoded><![CDATA[<h2 id="consensus-conversion-rate">Consensus Conversion Rate</h2>

<p>Today I attended a salon that offered a fresh take on conversion rate.</p>

<p>There are two kinds of conversion rates: <em>screening conversion rate</em> and <em>consensus conversion rate</em>.</p>

<p>Screening conversion rate is what we usually mean—the classic funnel model. We break down user journeys into steps (e.g., landing page → sign-up → purchase), each with its own drop-off rate. Multiply those rates, and you get the final conversion rate. Say it’s 1%. The standard response? Optimize every step—lift each by 10% or more—and the overall rate may double or more.</p>

<p>Consensus conversion rate works differently. At every touchpoint, the goal isn’t just to move users forward—it’s to align with them <em>on a shared idea</em>. That idea must be framed from <em>their</em> perspective, not ours. When users genuinely internalize it—“Yes, this matters to me”—it shapes not just their next click, but their long-term purchasing behavior.</p>

<p>These two models aren’t contradictory. They’re complementary—and when optimized together, their effects compound.</p>

<h2 id="the-prerequisite-for-right-imitation">The Prerequisite for “Right” Imitation</h2>

<p>We often say: “When launching a new product, pixel-perfect copying is one of the best strategies.” But there’s a critical prerequisite people overlook: <em>who</em> you copy.</p>

<p>Copy the wrong model—even flawlessly—and you’ll replicate failure. So how do you pick the right one? One of the most reliable ways is to consult true domain experts: people who’ve seen dozens of cases, run real experiments, and can help you identify <em>which</em> success is actually relevant to your context—not just impressive on paper.</p>

<h2 id="finding-niches-inside-massive-markets">Finding Niches Inside Massive Markets</h2>

<p>I shared this with a job candidate during an interview: When choosing <em>what market to enter</em>, the strongest strategy is to pick a <em>massive</em> market first—and then carve out a meaningful niche <em>within it</em>. Don’t start with a narrow market and try to subdivide further.</p>

<p>Why? Because in a huge market, even a tightly defined niche remains sizable—your ceiling stays high. In a tiny market, subdivision shrinks it further—until it becomes marginal, unsustainable, and low-ceilinged.</p>

<h2 id="overlooked-hidden-costs">Overlooked Hidden Costs</h2>

<p>Recently, while speaking with one of our franchise partners, I pointed out a serious blind spot.</p>

<p>Many franchisees try to minimize early-stage risk by cutting corners: buying cheap phones, avoiding hiring, delaying tool investments. On the surface, costs go down. But efficiency plummets—and so does return on effort.</p>

<p>Two hidden costs are routinely ignored: <em>time cost</em> and <em>management cost</em>.</p>

<p>Time cost is about opportunity windows—especially for newly validated models. If you don’t act fast, entry gets harder, competition stiffens, and leverage fades.</p>

<p>Management cost is even subtler. Take “free” hiring: no salary budget spent upfront, yes—but recruitment quality and speed collapse. You finally hire someone, only to realize they’re misaligned. Letting them go feels wasteful; keeping them drains energy and output. That indecision—“Do I keep or cut?”—is where management cost spikes silently.</p>

<h2 id="paying-people-and-designing-systems">Paying People and Designing Systems</h2>

<p>In startups, nearly all people-related challenges boil down to two things: <em>how you pay</em>, and <em>how you structure systems</em>.</p>

<p>Paying includes everyone tied to the venture—employees, co-founders, suppliers, distributors. It’s not just about fairness; it’s about balancing interests so deeply that people <em>choose</em> alignment. Salary, profit-sharing, revenue splits—all tools to make “we win together” feel real.</p>

<p>Systems are the guardrails. My view: a good system protects contributors—both materially and psychologically—while quietly removing those who underperform or undermine. Its purpose isn’t control for control’s sake. It’s to reduce friction, prevent entropy, and keep the team focused outward—not inward.</p>

<p>Example: When a top performer quits, the root cause is almost always one of two failures—pay wasn’t right, or the system failed them. Either they weren’t compensated enough—or they weren’t heard, recognized, or empowered.</p>

<h2 id="how-to-build-self-motivation">How to Build Self-Motivation</h2>

<p>Two levers work reliably: cultivating <em>learned triumph</em>, and strengthening <em>responsibility</em>.</p>

<p>Learned triumph builds confidence. If you need to sustain effort over time, belief in your ability to succeed is non-negotiable. Practice it: start with tasks you <em>know</em> you can win at—or break daunting goals into micro-wins. Each small victory reinforces the neural pathway: “I can do this.”</p>

<p>Responsibility fuels motivation even more powerfully. Think of new parents: no matter how exhausted, they rise instantly when their baby cries hungry—no debate, no delay. That’s responsibility in action. The deeper your sense of ownership over an outcome, the stronger your drive to see it through.</p>

<h2 id="your-own-ideas-feel-truestbut-are-they">Your Own Ideas Feel Truest—But Are They?</h2>

<p>Human cognition has a quirk: ideas we believe originate <em>inside our own minds</em> feel inherently more credible. “This is <em>my</em> thought”—and therefore, trustworthy.</p>

<p>But “internal” doesn’t mean “independent.” Our thoughts are shaped constantly—by environment, by others’ words, by mood, by fatigue.</p>

<p>So sometimes, what feels like <em>our</em> idea is really just borrowed, reframed, or unconsciously absorbed.</p>

<p>For sales teams, this is vital: Don’t tell prospects what they <em>should</em> need. Help them <em>realize</em> they need it—on their own terms. That realization sticks. Persuasion doesn’t.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Three-Step Work Method</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-11-12-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-11-12-en/</guid>
      <pubDate>Sun, 12 Nov 2023 09:30:00 +0800</pubDate>
      <description>This essay outlines a practical three-step framework—research and analysis, breakthrough prioritization, and systematic operation—and connects it to broader themes: learning from high-performing people, mastering live-streaming mindset and control, rethinking intelligence hierarchies, and examining regional income disparities as strategic opportunities.</description>
      
      <category>work method</category>
      
      <category>live streaming</category>
      
      <category>intelligence</category>
      
      <category>income disparity</category>
      
      <category>learning from results</category>
      
      <content:encoded><![CDATA[<h2 id="the-three-step-work-method">The Three-Step Work Method</h2>

<p>Lately, I’ve been applying the “Three-Step Work Method”—and it’s proven deeply effective.</p>

<p><strong>Step 1: Analyze &amp; Research</strong><br />
Conduct thorough analysis and detailed research to grasp the full picture of a subject. Research is foundational—especially early on, you may legitimately spend over 50% of your time gathering information to build sufficient context and insight.</p>

<p><strong>Step 2: Identify the Breakthrough Point</strong><br />
Based on reality, distinguish primary from secondary contradictions. Pinpoint the critical leverage point—and concentrate resources and energy there first. Don’t spread effort thinly; solve what matters most.</p>

<p><strong>Step 3: Systematic Operation</strong><br />
Once the main contradiction is clear, launch sustained, structured operations around it—not one-off actions, but an integrated, iterative process that reinforces progress over time.</p>

<h2 id="talk-more-with-people-who-get-results">Talk More with People Who Get Results</h2>

<p>A friend joked recently: “These days, we only discuss growth in multiples—doubling, tripling. Anything less than 100% isn’t even worth studying.”</p>

<p>Conversations with people who <em>deliver results</em> yield rich, actionable details—the kind you won’t find in textbooks or generic advice.</p>

<p>But there’s a prerequisite: <em>you must also bring results to the table</em>. Without tangible outcomes, there’s little meaningful ground for exchanging information or insight.</p>

<p>Friendship, beyond material exchange, thrives on mutual cognitive value—the shared joy of recognizing depth, rigor, and authenticity in each other’s thinking. That kind of bond runs deeper and lasts longer than transactional alliances. It’s not just camaraderie—it’s kinship among those who see clearly.</p>

<h2 id="the-mindset-for-live-streaming">The Mindset for Live Streaming</h2>

<ol>
  <li>Treat every live stream like a formal exam—prepare thoroughly and show up fully.</li>
  <li>When viewers are present, selling courses feels natural and rewarding. When no one’s watching? Treat it as a serious dress rehearsal—not downtime, but deliberate practice.</li>
  <li>Selling in live streams is fundamentally <em>the art of persuasion</em>. And persuasion has one non-negotiable rule: <strong>No control of the room → No selling</strong>. If you don’t yet feel confident commanding attention and energy in your stream, pause the sales pitch—and focus instead on building that command.</li>
  <li>In your live stream, <em>you are the sovereign</em>. Whoever enters your space does so on your terms. Your rules govern the rhythm, tone, and flow.</li>
  <li>A core truth about human nature: people admire strength. So—even if it’s only within your stream—project strength. Not arrogance, but grounded confidence. Not fluff, but substance: real insights, concrete frameworks, hard-won lessons. That’s what makes people lean in.</li>
</ol>

<h2 id="layers-of-intelligence">Layers of Intelligence</h2>

<p>Over lunch with a PhD candidate from Tsinghua University, he suddenly said, “You’re really smart.”</p>

<p>I asked, “Why? How do you define ‘smart’—and where would you place me?”</p>

<p>He paused. “I haven’t mapped it out precisely—but I can sketch a rough hierarchy. At the bottom: people who memorize well and solve routine problems quickly. That’s technical fluency—not yet deep intelligence. At the top: those whose thinking grows richer the longer you talk with them—whose questions cut to the core, whose answers reveal structure beneath surface noise. You’re definitely in that tier.”</p>

<p>I nodded. “Makes sense.”</p>

<h2 id="10000-rmb-in-beijing-vs-10000-rmb-in-a-smaller-city">10,000 RMB in Beijing vs. 10,000 RMB in a Smaller City</h2>

<p>A monthly income of 10,000 RMB puts you ahead of &gt;90% of earners nationwide. Even in Beijing, it surpasses roughly 70% of workers.</p>

<p>Yet in Beijing, it’s functionally <em>liminal</em>: not low, not high—just precarious. For many “Beijing drifters,” rent, transport, and daily living costs routinely exceed 10,000 RMB. Survival, not comfort, is the baseline.</p>

<p>In contrast, 10,000 RMB is exceptional in smaller cities—especially tier-4 or tier-5 towns—where such salaries are rare and often tied to specialized roles or remote work.</p>

<p>That gap reveals opportunity: transplanting proven, scalable models (e.g., live-streaming formats, content operations, digital service workflows) from high-cost hubs to lower-cost regions.</p>

<p>Take Beijing versus Tianjin: same salary, same job requirements—but vastly different attitudes. In Tianjin, that “high-paying” role feels precious and hard-won. In Beijing, it barely registers as competitive.</p>

<p>The implication? Low-productivity, low-skill roles struggle in Beijing—not because talent is scarce, but because the cost of entry (time, rent, stress) demands higher returns. Only <em>high-human-efficiency</em> roles—those where individual output scales meaningfully—truly thrive there.</p>

<h2 id="no-control-no-sale">No Control, No Sale</h2>

<p><strong>No control of the room → No sale.</strong></p>

<p>Why? Because people follow strength—and control signals strength. In live streaming, that means sensing, in real time: <em>Am I holding the room?</em></p>

<p>If your intuition says “no”—if energy feels scattered, engagement shallow, or attention drifting—you’re not in a selling moment. You’re in a practicing moment.</p>

<p>So how do you train control? Start by defining <em>your</em> rules—not arbitrary ones, but coherent, consistent principles that shape how your space operates: how you open, how you respond, how you redirect, how you close. Then enforce them gently but firmly—until everyone in the room, knowingly or not, aligns with your rhythm. That’s not domination. It’s leadership, earned.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Free Is the Most Expensive</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-11-05-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-11-05-en/</guid>
      <pubDate>Sun, 05 Nov 2023 09:30:00 +0800</pubDate>
      <description>This essay explores why “free” often carries hidden, high costs—in learning, traffic acquisition, and business strategy. It argues that real competitive advantage lies in disciplined positioning, scalable monetization models, and the courage to pay for quality attention. The piece also reflects on simplicity as a mark of deep understanding, not laziness.</description>
      
      <category>business</category>
      
      <category>cognition</category>
      
      <category>workflow</category>
      
      <category>AI</category>
      
      <category>growth</category>
      
      <category>marketing</category>
      
      <content:encoded><![CDATA[<h2 id="free-is-the-most-expensive">Free Is the Most Expensive</h2>

<p>A friend once said: In the commercial world, <em>free is the most expensive</em>.</p>

<p>It’s true that generous free strategies can boost short-term margins—but they often trap you in an inefficient loop.</p>

<p>For example, one of the most effective ways to learn is to seek out the very best teachers. Yet the internet is flooded with free content—so much so that it places enormous demands on your ability to filter and synthesize information. When your mental models are still underdeveloped, those “free” resources can easily drown you in noise and misinformation—leaving you stuck, not empowered.</p>

<p>Or take my experience building websites over a decade ago: I was obsessed with free search traffic. But eventually I realized that, for any serious business, the <em>proportion</em> of commercial value contributed by free traffic inevitably shrinks as the company scales.</p>

<p>The result? A company that’s profitable—but permanently capped in size.</p>

<p>Once your core business model proves viable, the next move should be rapid experimentation with paid acquisition—building a repeatable, scalable ad model. That’s how you erect a real moat.</p>

<h2 id="the-logic-of-commercial-thinking">The Logic of Commercial Thinking</h2>

<p>Recently, I’ve been exploring overseas opportunities with friends. One clear opening: many overseas Chinese have savings, ambition—and zero idea what to do next.</p>

<p>The right commercial logic starts not with traffic, but with <em>industry selection</em>. Especially when working with overseas Chinese communities, a common anxiety is: <em>“Where will the traffic come from?”</em></p>

<p>I disagree. Traffic is the <em>least</em> worrisome part—it’s also the easiest to solve. Spend money, and you’ll get precise, measurable traffic. We’ve mastered this rule. If something can be solved reliably with money, it’s not a strategic problem—it’s an operational one.</p>

<p>So the real questions are:</p>
<ul>
  <li>Which industry are we entering?</li>
  <li>What’s the underlying business model?</li>
</ul>

<p>Only <em>after</em> those are clarified should you ask: <em>How do we acquire traffic?</em></p>

<p>Here’s where people misstep: They say, <em>“Our industry is clear. Our model is proven. But we dare not buy traffic—we lose money every time.”</em> So they conclude: <em>“Traffic *is</em> our core competency.”*</p>

<p>That’s backwards. It reveals a blind spot in evaluating their own model’s efficiency and competitiveness. A truly competitive model <em>will</em> sustain paid acquisition—if it doesn’t, the issue isn’t traffic; it’s either the industry or the model itself.</p>

<p>Take a colleague’s edtech product: no one wanted to promote it. Why? Because its unit economics were broken—it generated less than one-third the revenue per user compared to healthy benchmarks in the same category.</p>

<p>We run similar diagnostics internally: using our monthly ad budget as a fixed resource, we measure how much revenue each product generates <em>per impression</em>. That simple metric instantly exposes gaps in competitiveness—and forces us to iterate on product design, pricing, or delivery—not just spend more on ads.</p>

<h2 id="positioning-and-persistence">Positioning and Persistence</h2>

<p>In recent conversations with MCN founders, we agreed on one truth: For any creator to become a major IP, two things matter most—<em>positioning</em> and <em>persistence</em>.</p>

<p>Both assume one prerequisite: the person must genuinely possess the potential and capacity to grow.</p>

<p><em>Positioning</em> means defining three things clearly: your business model, your content genre, and your persona.<br />
<em>Persistence</em> means executing relentlessly <em>within</em> that position—iterating your offerings, refining your live-stream scripts, delivering consistently—not chasing trends.</p>

<p>Most people fail at one or both. Some pick the wrong lane and burn energy fruitlessly. Others start strong but quit before momentum builds.</p>

<h2 id="how-to-become-a-big-person">How to Become a “Big Person”</h2>

<p>To me, a “big person” isn’t defined by title or fame—but by the capacity to <em>get big things done</em>.</p>

<p>How do you cultivate that?</p>

<p>Surprisingly simply: <em>believe in universal truths.</em></p>

<p>Believe in self-reliance. In self-reflection. In lifelong learning. In humility.</p>

<p>Your daily focus shouldn’t be on chasing novelty—it should be asking: <em>Am I living these principles today?</em></p>

<p>Keep the big truths for yourself. Leave the small justifications—for tactics, exceptions, excuses—for others.</p>

<h2 id="the-magic-of-paid-acquisition">The Magic of Paid Acquisition</h2>

<p>Paid acquisition has one irresistible superpower: <em>compound returns</em>, once the model clicks.</p>

<p>Say we launch a knowledge product. Our host converts viewers in the livestream at a rate that meets our ROI threshold. Initial tests show a Day-1 ROI of 1.2: invest $100 → earn $120 → $20 profit.</p>

<p>Now reinvest that $120 the next day. At the same ROI, you earn $144. Repeat.</p>

<p>In theory, after 100 days, that original $100 balloons to $80 million.</p>

<p>Reality, of course, intervenes: as volume grows, ROI decays—until it plateaus at a sustainable level.</p>

<p>But <em>because</em> of this compounding magic, those who truly understand paid acquisition don’t wait. When conditions align, they move fast—and leverage scale before the window closes.</p>

<h2 id="simplifying-complex-problems">Simplifying Complex Problems</h2>

<p>Simplicity equals efficiency.</p>

<p>If a task feels exhausting or overly complicated, something’s off—either your direction is wrong, or your method is.</p>

<p>Every seemingly complex problem hides a simple root cause. Dig deep enough, and you’ll find it’s not complexity you’re facing—it’s <em>incomplete understanding</em>.</p>

<p>The most effective solutions we build aren’t elaborate—they’re <em>direct</em>. “Simple” here means <em>stripped to the core insight</em>, not dumbed down.</p>

<p>Think of Euclid’s <em>Elements</em>: from just five axioms, he built all of classical geometry. Real solutions work the same way. Start with one clean, undeniable principle. Then derive the implementation—not the other way around.</p>

<p>Lately, I’ve reviewed dozens of post-mortems and proposals. Over 80% of their content is filler—redundant, vague, or irrelevant. Such documents waste time, stunt growth, and obscure real problems.</p>

<p>Why are simple, effective solutions so rare? Two reasons:</p>
<ol>
  <li><strong>Perception bias</strong>: In many workplaces, brevity is mistaken for shallowness—a silent “rule” that rewards verbosity over clarity.</li>
  <li><strong>Cognitive cost</strong>: Finding the simple truth is <em>hard</em>. So people pad their output with fluff—not to impress, but to mask uncertainty. The result looks polished, but solves nothing.</li>
</ol>

<p>To master simplicity, you need two things:</p>
<ul>
  <li>A shift in mindset: <em>Clarity is competence.</em></li>
  <li>Deeper problem immersion: Only then can you cut past symptoms to the single lever that moves everything.</li>
</ul>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Essence of Contracts</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-10-29-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-10-29-en/</guid>
      <pubDate>Sun, 29 Oct 2023 09:30:00 +0800</pubDate>
      <description>This essay explores contracts as tools to protect the trustworthy and deter bad actors, not to suspect integrity. It also covers designing compelling course syllabi with logic and plain language, adding friction to major decisions to avoid impulsive choices, embracing quiet profitability in 2024, and staying grounded by focusing on problems—not people or titles.</description>
      
      <category>contracts</category>
      
      <category>decision-making</category>
      
      <category>professional growth</category>
      
      <category>communication</category>
      
      <category>mindset</category>
      
      <content:encoded><![CDATA[<h2 id="the-essence-of-contracts-protecting-the-trustworthy-deterring-the-untrustworthy">The Essence of Contracts: Protecting the Trustworthy, Deterring the Untrustworthy</h2>

<p>A colleague once said, “Agreements are meant to guard against the trustworthy.”</p>

<p>I disagreed: the essence of an agreement is to <em>protect</em> the trustworthy—and <em>deter</em> the untrustworthy.</p>

<p>What does that mean? Simply this: when things go wrong, a well-structured agreement should maximize protection for the party acting in good faith.</p>

<p>Since its purpose is to protect the trustworthy, the agreement must be taken seriously—but only <em>if you’re acting in good faith yourself</em>, and <em>only if you assume the other party is too</em>.</p>

<p>In fact, an agreement reveals how the other side perceives <em>you</em>.</p>

<p>For example, if the other party bears zero risk—yet binds you with clauses requiring a ¥1 million penalty for breach, while facing no consequences themselves—that’s an asymmetrical clause. And it signals a clear assumption: <em>they expect you to act in bad faith.</em></p>

<p>So one core principle in drafting agreements is <em>reciprocity</em>: risks and rewards must be balanced.</p>

<p>Lawyers often draft agreements assuming the other side is untrustworthy—loading them with lopsided terms from the start. Then both sides’ lawyers spend weeks negotiating, mostly undoing each other’s overreach. Time vanishes. Clarity suffers. Trust erodes before work even begins.</p>

<h2 id="designing-a-course-syllabus">Designing a Course Syllabus</h2>

<p>Over the weekend, I drafted a syllabus for new livestream hosts and signed IPs joining our company. But I held to one non-negotiable standard: this content must stand out in the open market—so compelling that, at first glance, it looks like better value than those ¥3,000+ courses flooding the internet.</p>

<p>Two principles guided the design: <strong>logic</strong> and <strong>plain language</strong>.</p>

<p>“Logic” means building a structure so clear and simple that <em>both the designer and the learner feel cognitive certainty</em>. That certainty isn’t just nice—it’s calming. It tells the brain: <em>this makes sense; I can follow this.</em></p>

<p>“Plain language” means writing entirely from the learner’s perspective—using numbers, stating conclusions upfront, and showing concrete outcomes. No jargon. No fluff. Just what they’ll gain, and how fast.</p>

<p>Stick to these two rules, and your syllabus won’t be mediocre.</p>

<p>Here’s a comparison of two versions:</p>

<p><strong>Version One</strong></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-filename-4.png" alt="" /></p>

<p><strong>Version Two</strong></p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-filename-1.png" alt="" /></p>

<h2 id="adding-friction-to-decisions">Adding Friction to Decisions</h2>

<p>We make countless decisions daily—often on autopilot. Speed feels efficient. But relying on instinct alone is precisely why many of us stay stuck in mediocrity.</p>

<p>Especially for high-stakes choices—buying a home, changing jobs, getting married, choosing a school—each one reshapes your life trajectory. Even I’ve caught myself defaulting to gut reactions in moments like house hunting.</p>

<p>To break free from shallow thinking, start with <em>decision discipline</em>. A wrong choice renders effort meaningless.</p>

<p>So deliberately add friction to your decision process.</p>

<p>For example: in conversations, force yourself to pause for <em>three seconds</em> before replying—not to delay, but to interrupt the reflex. Over time, your answers become sharper, less reactive, more reasoned.</p>

<p>Or for big decisions: impose a <em>one-week cooling-off period</em>, plus a simple pros/cons table. Do this consistently, and you’ll notice something startling—many “urgent” decisions shrink into irrelevance. They weren’t important. They were just loud.</p>

<p>Our company applies this too. Every host—whether signing a contract or joining full-time—must complete a <em>15-day intensive training period</em>, followed by a formal presentation and Q&amp;A. That barrier isn’t bureaucracy. It’s a filter—raising reliability, reducing churn, and boosting long-term collaboration efficiency.</p>

<h2 id="in-2024-earn-quietly">In 2024, Earn Quietly</h2>

<p>I chatted recently with a longtime friend via WeChat. His project has finally gained traction—and it’s now actively supporting our work.</p>

<p>Throughout our exchange, one phrase kept appearing: <em>“earn quietly—don’t share.”</em></p>

<p>Truly profitable ventures rarely shout. They operate under the radar. If you hear about a “hot” money-making opportunity, it’s usually already saturated—or worse, engineered for others to profit <em>off your entry</em>.</p>

<p>My team and I see this constantly: the moment something feels obviously lucrative, it’s often too late. Jump in, and you’re likely the last to board—and the first to get burned.</p>

<h2 id="dont-take-yourself-or-others-too-seriously">Don’t Take Yourself (or Others) Too Seriously</h2>

<p>This principle is simple but powerful: treat everyone the same—not because everyone is equal in status or output, but because <em>over-indexing on status wastes energy</em>.</p>

<p>We’re often kinder to strangers than to family—more patient with clients than with colleagues. That inconsistency drains us.</p>

<p>Or consider this: a teacher earning tens of millions annually piles on self-assigned titles, hires an “assistant,” and insists all small collaborations go through that assistant—as if the title itself proves competence. It doesn’t. It just adds noise, slows action, and feeds ego instead of impact.</p>

<p>Taking yourself too seriously—or others—distorts focus. Stay grounded. Prioritize the <em>problem</em>, not the person. In uncertain or difficult environments, that clarity is your only real leverage.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Who to Learn From</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-10-22-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-10-22-en/</guid>
      <pubDate>Sun, 22 Oct 2023 09:30:00 +0800</pubDate>
      <description>This essay reflects on learning, entrepreneurship, and resource leverage—critiquing the illusion of “learning from short videos,” highlighting real-world models like automated livestreaming and campus-based sales, and underscoring that meaningful learning comes from books and exceptional people—not algorithms or surface-level content.</description>
      
      <category>learning</category>
      
      <category>entrepreneurship</category>
      
      <category>cognition</category>
      
      <category>education</category>
      
      <category>business</category>
      
      <category>media literacy</category>
      
      <content:encoded><![CDATA[<h2 id="automated-livestreaming">Automated Livestreaming</h2>

<p>I recently learned about an automated livestreaming model—one that’s highly profitable for the company behind it.</p>

<p>The team built a system that turns any phone, account, and script into a 24/7 digital-human livestream. After basic setup and AI training, the account goes live around the clock.</p>

<p>Then they recruit partners nationwide. Partners buy their own phones and accounts (a cost they bear), and in return, share 10–30% of the revenue generated by those accounts with the system’s developers.</p>

<p>So the company earns twice: once from hardware/account procurement, and again from ongoing revenue shares.</p>

<p>A strong account can generate tens of thousands of RMB in GMV per day. Currently, there are roughly 40,000 such automated livestream rooms running daily. Minimum partner investment? Several hundred thousand RMB at a time.</p>

<p>It’s extremely lucrative—and this kind of operation is reportedly widespread in Hangzhou.</p>

<h2 id="first-profitable-breakthrough">First Profitable Breakthrough</h2>

<p>A friend introduced me to an influential entrepreneur who bought several hundred mu of land in Wangjing and transformed old factory buildings—dating back to the last century—into a cultural industry park.</p>

<p>The former factory zone now houses antique architecture and furniture collected from across China. The preserved historic residences serve as his personal “palace,” where he regularly hosts friends for meals and project discussions.</p>

<p>He operates across multiple sectors: health &amp; wellness, livestreaming, vocational training, quality education, traditional culture—you name it.</p>

<p>How does he pull this off? Through <em>resource dominance</em>: leveraging strong networks to enter markets fast.</p>

<p>Take his children’s classical poetry memorization product—a simple set of physical flashcards plus animated videos. On paper, it’s unremarkable; many others offer similar things. Yet he confidently pushed it through kindergartens, enlisting 10,000 teachers as frontline sellers—and sales exploded.</p>

<p>His first real profit followed the same logic: school-by-school agent recruitment, then scaling up to campus-level distribution networks.</p>

<h2 id="private-university-students">Private University Students</h2>

<p>A friend and I visited a private university to prepare for an on-campus recruitment talk. We spoke with staff from the Career Services Office—and here’s what we observed:</p>

<ul>
  <li>Enrollment: ~20,000 students. Tuition averages ¥30,000/year → ¥120,000 over four years. Most students come from families with some financial means.</li>
  <li>Living expenses add another ~¥300,000 over four years. Total cost per student? Roughly ¥400,000–¥450,000.</li>
  <li>Motivation to earn money is generally low.</li>
  <li>Post-graduation paths: ~50% pursue postgraduate studies or civil service exams; among the rest—many being only children—a significant portion plan to inherit family businesses. Only a small minority actively seek jobs.</li>
  <li>Multiple attempts at student entrepreneurship incubation have failed completely. In one case, the school covered <em>all</em> startup costs—space, registration, tax filing—free of charge. Dozens of companies were registered after campus-wide promotion. Today, only a handful remain active—and none generate profit.</li>
  <li>Why do they fail? Because the campus environment offers little beyond outdated theory and obsolete information. Everything else—market sense, execution discipline, real feedback—is missing.</li>
  <li>Once, Career Services proposed forming a student talent agency to sign and place students on platforms—but leadership vetoed it, calling the idea “useless.”</li>
  <li>Back in 2019, during our early startup days, we ran a similar campus outreach program. Dozens of students signed up. It also collapsed.</li>
  <li>The consistent lesson? Collaborating with students works <em>only</em> when tasks are simple, standardized, and performance-based: data entry (¥5 per question), flyer distribution, or campus agent roles paid per successful referral.</li>
</ul>

<h2 id="borrowing-money">Borrowing Money</h2>

<p>My first experience borrowing money was in junior high.</p>

<p>My parents had both left town for work—and were nearly impossible to reach. I was living alone. One time, I was desperately short on cash and decided to ask a relative for ¥100 to get by.</p>

<p>I went into the city and found him. His family was the wealthiest in ours.</p>

<p>But when I asked to borrow the money, he immediately started itemizing my monthly expenses: water, electricity, gas, groceries, property fees…</p>

<p>That was his polite way of saying no.</p>

<p>I felt crushed. Wandering alone in a city square for hours, I realized something: I’d never ask anyone for money again—even later, when I lived for weeks eating only rice and pickled vegetables.</p>

<p>I call that <em>dignity</em>.</p>

<p>Poor people shouldn’t borrow from the rich—unless they’ve become rich themselves.</p>

<h2 id="who-to-learn-from">Who to Learn From</h2>

<p>Relying on short videos for meaningful learning is a myth.</p>

<p>What short-video algorithms recommend isn’t knowledge—it’s reinforcement: content closely aligned with your current interests and cognitive comfort zone. In other words, you <em>cannot</em> break out of your “information cocoon” using these platforms.</p>

<p>Worse, every educational short video—especially those by “knowledge influencers”—serves a commercial goal.</p>

<p>Example: A creator claims they walked away from a million-RMB-per-year business to “focus”—and you’re moved to tears by their courage. But the real aim? To lure you into buying their new course or coaching program.</p>

<p>So the question isn’t <em>what</em> to learn—but <em>who</em> to learn from. That’s a serious skill.</p>

<p>If you’re unsure where to start, prioritize two channels:</p>
<ul>
  <li><strong>Learn from great books</strong>: Seek out timeless, rigorously tested classics—not trending summaries.</li>
  <li><strong>Learn from exceptional people</strong>: Proactively seek deep, honest conversations with top practitioners across fields—not just influencers, but those who’ve built real things and weathered real consequences.</li>
</ul>

<p>Short videos? Their highest and truest value is mental relaxation—not education.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Why Not Stirring the Pot Keeps You Alive</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-10-15-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-10-15-en/</guid>
      <pubDate>Sun, 15 Oct 2023 09:30:00 +0800</pubDate>
      <description>A reflective essay on professional mindset, compound leverage, rational thinking, health pragmatism, upstream problem-solving, and the probabilistic reality of live-streaming careers—grounded in real-world observations from education tech, sales leadership, and AI course entrepreneurship.</description>
      
      <category>AI</category>
      
      <category>Skill</category>
      
      <category>Organization</category>
      
      <category>Business</category>
      
      <category>Cognition</category>
      
      <content:encoded><![CDATA[<h2 id="our-top-live-stream-hosts-share-insights">Our Top Live-Stream Hosts Share Insights</h2>

<p>One of our company’s top-performing hosts recently shared key takeaways:</p>

<ul>
  <li>Every host must adopt an <em>entrepreneurial mindset</em>—treating each live stream as their own venture, not just a job.</li>
  <li>Spend serious time studying competitors: dissect their content structure, scripting, and delivery—and iteratively adapt what works into your own flow.</li>
  <li>Every question you ask on stream serves one purpose: selling the course. So every question needs deliberate sales framing.</li>
  <li>Retaining loyal fans in private channels (e.g., WeChat groups) drives engagement, watch time, and repeat purchases.</li>
  <li>Timing matters: only pitch when stable viewership is achieved. The “flash traffic” surge (e.g., from algorithmic pushes) is rarely precise—your priority then is <em>capturing</em> that traffic and building trust fast.</li>
  <li>Believe deeply in the product you’re selling. Your conviction shows—in tone, energy, and clarity.</li>
  <li>When the course link appears, follow up immediately with seamless, rehearsed transition lines.</li>
  <li>Pop the link <em>twice</em>: many users miss it the first time. Remove it promptly after the sale closes.</li>
  <li>“Stay-on-stream” scripts are critical—study how top competitors retain attention.</li>
  <li>Strategic use of coordinated supporters (“water armies”) boosts conversion atmosphere. Often, your most loyal fans will volunteer to help—if you nurture them well.</li>
  <li>Humanize the stream: compliment viewers by name, ask light personal questions, share small talk. It builds proximity.</li>
</ul>

<h2 id="pursuing-compound-leverage">Pursuing Compound Leverage</h2>

<p>A <em>leverage</em> multiplies output from a given input. Classic levers include capital, tools, media, resources—and people.</p>

<p>But <em>human leverage is the riskiest and least efficient</em>: people are unpredictable. As soon as they deliver results, motivations shift, priorities splinter, loyalties waver.</p>

<p>Relying on <em>one</em> lever invites saturation—once you profit, others flood in. Real edge comes from <em>compound leverage</em>: e.g., combining <em>tools + core resources + media distribution</em>. Build a tool, embed it within strategic partnerships, and grow it into a micro-media channel. That’s defensible. That scales.</p>

<h2 id="rationality-vs-logic">Rationality vs. Logic</h2>

<p>At Yuanfudao, two words echoed constantly in leadership meetings: <em>logic</em> and <em>reasonableness</em>.</p>

<p>We’d ask:</p>
<ul>
  <li>What’s the <em>reasonableness</em> behind this decision?</li>
  <li>What’s the underlying <em>logic</em>?</li>
  <li>Where does that logic hold up—or break down—in practice?</li>
</ul>

<p>These aren’t academic exercises. They train us to probe <em>essence</em>, not surface. Over time, team discussions shifted toward evidence: outcome-driven data analysis, theory-grounded reasoning, field-validated inference. Subjective “I think…” statements faded.</p>

<p>I once attended a meeting where a guest speaker said: <em>“The biggest red flag in any team is someone saying ‘I think.’ I don’t want your opinion—I want your data.”</em></p>

<p>That’s a simple, powerful filter. Cultivating rationality doesn’t require workshops—it starts with leaders asking sharper, more grounded questions—and modeling that habit daily.</p>

<h2 id="if-you-dont-stir-the-pot-you-wont-die">If You Don’t Stir the Pot, You Won’t “Die”</h2>

<p>Let’s talk health—and longevity.</p>

<p>Modern medicine and rising prosperity have dramatically extended average lifespans. Here’s the pragmatic truth:</p>

<ol>
  <li><strong>Don’t sabotage yourself.</strong> Most people <em>already</em> have the baseline conditions to reach normal life expectancy—if they avoid self-inflicted harm: chronic stress, emotional volatility, poor sleep, ultra-processed diets, sedentary habits.</li>
  <li><strong>Exercise is the highest-ROI health lever.</strong> It won’t add dramatic years—but it <em>will</em> compress morbidity. Consistent movement (30 minutes/day of effective activity) makes the difference between aging with dignity and aging in discomfort. You don’t need elite training—just consistency.</li>
  <li><strong>The U.S. paradox:</strong> World-class healthcare and social infrastructure—but no top-tier life expectancy. Why? Because psychological strain, dietary chaos, and circadian disruption silently erode health long before disease manifests.</li>
</ol>

<p>So today, “not stirring the pot”—i.e., avoiding preventable self-harm—plus modest, disciplined movement, gives most of us decades of functional, comfortable health.</p>

<p>Five pillars govern health: <strong>movement, sleep, emotion, nutrition, medication.</strong> Prioritize all—but start with the ones you control.</p>

<h2 id="upstream-thinking">Upstream Thinking</h2>

<p>Dan Heath coined <em>upstream thinking</em>: don’t just treat symptoms—trace problems to their source.</p>

<p>Example: A live-streaming team is overwhelmed by recurring issues—low conversion, inconsistent energy, weak retention.</p>

<ul>
  <li><em>Downstream fix:</em> More coaching, stricter KPIs, reactive fire drills.</li>
  <li><em>First upstream:</em> Onboarding design and pre-hire assessments. Are we equipping people <em>before</em> they go live?</li>
  <li><em>Second upstream:</em> Recruitment channels and selection criteria. Are we sourcing for resilience, learning agility, and self-direction—not just charisma or follower count?</li>
</ul>

<p>Fix the river’s source—and the downstream flow transforms.</p>

<h2 id="live-streaming-is-a-probability-game">Live Streaming Is a Probability Game</h2>

<p>Data point: In China, <strong>95.2% of hosts earn under ¥5,000/month. Only 0.4% clear ¥100,000.</strong></p>

<p>That ratio mirrors high-paying roles elsewhere: in internet tech, ~0.5% of professionals earn over ¥100,000 monthly.</p>

<p>A friend has signed over 1,000 hosts. Currently:</p>
<ul>
  <li>&lt;40 earn <em>anything</em> monthly</li>
  <li>≤10 hit ¥100,000+</li>
</ul>

<p>That’s not failure—it’s probability.</p>

<p>Yet every new host assumes <em>they’ll</em> be in the top 0.4%. Why? Because humans default to optimism bias.</p>

<p>What <em>actually</em> shifts odds? Not luck—but <em>levers you control</em>:</p>
<ul>
  <li><strong>Intensity of effort</strong>: Two hours of half-hearted streaming? No.</li>
  <li><strong>Learning velocity</strong>: Skipping post-stream reviews? Ignoring competitor scripts? Not analyzing chat logs? You’re guessing—not iterating.</li>
  <li><strong>Execution discipline</strong>: No script? No word-for-word breakdown of top-performing streams? No deconstruction of your own camera angles, pacing, or pauses? Then you’re not competing—you’re auditioning.</li>
</ul>

<p>Success isn’t random. It’s <em>weighted</em>—by how deliberately you stack the odds.</p>

<h2 id="the-ai-course-million-dollar-month">The AI Course Million-Dollar Month</h2>

<p>When ChatGPT exploded early 2023, everyone talked about AI. Then the buzz cooled.</p>

<p>But a few creators seized the moment: pivoted fast, built courses, and scaled sales relentlessly.</p>

<p>Top earners like Li Yizhou and He Laoshi sold ¥199 AI courses at scale—<strong>¥10 million/month revenue</strong>, meaning ~50,000 buyers per month per creator.</p>

<p>Most sales came from paid ads—with positive ROI. That means even with 90% ad-sourced purchases, margins held.</p>

<p>That’s the power of timing + execution + scalable infrastructure. Not magic. Just <em>riding the wave while paddling hard</em>.</p>

<h2 id="intelligence-still-matters">Intelligence Still Matters</h2>

<p>In past companies, “smart” was our top hiring filter—not IQ-test smart, but <em>learning-smart</em>:</p>
<ul>
  <li>Grasps concepts quickly</li>
  <li>Connects dots across domains</li>
  <li>Adapts fluidly when context shifts</li>
  <li>Often improves on instructions—not just follows them</li>
</ul>

<p>That kind of intelligence turbocharges collaboration.</p>

<p>Take PowerPoint: Want to leapfrog 90% of colleagues? Skip the courses. Spend <em>one focused day</em> reverse-engineering world-class decks—copy <em>exactly</em>: fonts, spacing, animation timing, icon proportions. One-to-one replication forces pattern recognition, aesthetic calibration, and structural intuition.</p>

<p>It’s how pros train.</p>

<p>But if you lack patience—or cognitive bandwidth—you’ll miss details: an ellipse becomes a circle; alignment drifts; hierarchy blurs.</p>

<p>Yes, diligence compensates. But don’t <em>assume</em> you’re sharp—test it. Try replicating a master slide <em>pixel-perfect</em>. Then reflect.</p>

<h2 id="sales-first"><em>Sales First</em></h2>

<p>An outstanding book on sales leadership—highly recommended. Key insights:</p>

<ul>
  <li>Hallmarks of elite sellers &amp; managers: mission-driven, customer-obsessed, experiment-ready, deeply reliable.</li>
  <li>Great sellers treat quotas as non-negotiable missions—not targets.</li>
  <li>Sales leadership begins with <em>leading from the front</em>: demoing, coaching, selling alongside your team.</li>
  <li>As Coca-Cola’s second CEO said: <em>“I’m just a salesman.”</em></li>
  <li>Foundations matter—product, process, talent, incentives, culture—but <em>leadership is the multiplier</em>.</li>
  <li>Strong sales cultures are <em>top-down</em>: habits, standards, and mindsets cascade from leaders who show up daily on the front line.</li>
  <li>Weak sales orgs blame external factors (market, product, pricing). Strong ones look inward—first.</li>
  <li>Leadership = teaching. Your core job is enabling others’ growth.</li>
  <li>Oracle didn’t want “sales managers.” They wanted <em>sales executors</em>.</li>
  <li>Spend time <em>in</em> the field—not reviewing dashboards, but observing calls, co-selling, giving real-time feedback.</li>
  <li>Top sales orgs invest heavily in:
    <ul>
      <li>Rigorous hiring (the #1 lever—no contest),</li>
      <li>Continuous frontline training,</li>
      <li>Process discipline—not just outcome obsession,</li>
      <li>Recognition tied to behaviors <em>and</em> results.</li>
    </ul>
  </li>
  <li>Salespeople must become domain experts—not generalists.</li>
  <li>Sales is about sparking genuine interest and perceived need—not pushing.</li>
  <li>At Johnson &amp; Johnson, new reps undergo 8–10 weeks of <em>in-person</em> training—even though remote would cut costs. Why? Because presence builds trust, nuance, and muscle memory.</li>
  <li>Ultimately: great sales organizations run on <em>great sales leadership</em>.</li>
</ul>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Everyone You Know Deserves to Be Remembered</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-10-08-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-10-08-en/</guid>
      <pubDate>Sun, 08 Oct 2023 09:30:00 +0800</pubDate>
      <description>This reflective essay explores why every familiar person in our lives merits documentation—not just as memory-keeping, but as meaning-making. It also introduces the “By what authority?” filter for advice, advocates doing “right and simple” (not just “hard and right”) things, shares sales principles for course creators, and reflects on mortality and life-as-building-blocks through poetic metaphors.</description>
      
      <category>personal growth</category>
      
      <category>decision-making</category>
      
      <category>teaching</category>
      
      <category>writing</category>
      
      <category>mortality</category>
      
      <category>simplicity</category>
      
      <content:encoded><![CDATA[<h2 id="everyone-you-know-deserves-to-be-remembered">Everyone You Know Deserves to Be Remembered</h2>

<p>It’s said that over a lifetime, we meet no more than 4,000 people—of whom only about 400 become truly familiar, and fewer than 40 stay vividly in our minds.</p>

<p>So the fact that I’ve met you, grown familiar with you, and remember you—it’s not trivial. It’s rare.</p>

<p>Humans are social beings. As Marx put it, “The essence of man is the totality of social relations.” Relationships give our lives meaning; pure individualism, stripped of connection, is hollow.</p>

<p>That’s why solitary confinement is among the cruelest punishments: it severs all relational ties. Total isolation isn’t just uncomfortable—it’s existentially terrifying.</p>

<p>So cherish every relationship around you.</p>

<p>One of writing’s greatest gifts is the chance—to quietly, deliberately—record the stories of those familiar people. To preserve the relationships themselves.</p>

<p>Every person who knows you well has shaped your life, whether by lifting you up or pushing you down. Either way, gratitude is appropriate. Their presence—flawed, inconsistent, human—helps you understand yourself more deeply.</p>

<p>Lately, I’ve been rereading old notes about people I’ve written about years ago. Rereading those stories, I’m struck anew: they’re not just memories—they’re irreplaceable assets.</p>

<p>I believe every familiar person deserves to be recorded—not because they’re extraordinary, but because they’ve become part of <em>you</em>.</p>

<h2 id="filtering-bad-advice-with-the-by-what-authority-mindset">Filtering Bad Advice with the “By What Authority?” Mindset</h2>

<p>We’re constantly offered advice—from parents, friends, colleagues, even strangers. Some is sound. Most isn’t. And that’s not because the givers are ill-intentioned. In fact, most people offering advice <em>do</em> care—and genuinely want what’s best for you, at least in that moment.</p>

<p>But without a clear filter, we get overwhelmed—or worse, misled.</p>

<p>Two common pitfalls:</p>
<ol>
  <li><strong>Familiarity bias</strong>: With people we know well—especially family—we see their flaws so clearly that we dismiss their wisdom outright. Example: automatically tuning out parental advice because “they’re not experts,” while ignoring that they may have decades of lived experience in areas where your peers have none.</li>
  <li><strong>Emotional hijacking</strong>: We accept advice not because it’s wise, but because it feels good—like when a friend validates your anger and urges rash action (“Dump him!”), giving instant emotional relief but zero long-term value.</li>
</ol>

<p>So how do we cut through the noise? Try the “By what authority?” mindset.</p>

<p>Before accepting <em>any</em> advice—whether from your mother, your partner, or your barista—ask bluntly: <em>By what authority does this person speak on this matter?</em> Are they an expert? Have they succeeded here before? Do they have relevant, proven results?</p>

<p>If the answer is “none”—then the advice is likely noise. Let it pass through one ear and out the other.</p>

<p>I once applied this to my own marriage pressure. When my mom repeated anxious warnings from her friends, I asked her directly: <em>“What’s the track record of the people giving that advice? Are their marriages stable? Are their families thriving?”</em> She paused—and stopped pushing.</p>

<p>Our attention and energy are finite. This simple question saves both. And it’s humbling: before offering advice ourselves, we should ask <em>“By what authority?”</em> first.</p>

<p>In my experience, truly wise people—seasoned elders, domain experts, thoughtful practitioners, founders who’ve built real things—tend to speak sparingly. When they do, it’s usually worth hearing.</p>

<h2 id="doing-whats-right-and-simple">Doing What’s Right <em>and</em> Simple</h2>

<p>For a while, “hard but right” was everywhere—a mantra for grit, sacrifice, noble struggle. But taken literally, it easily becomes an excuse: <em>“Of course I’m failing—I’m doing something hard and right.”</em></p>

<p>I once had a curriculum designer who kept invoking this phrase to justify convoluted plans. I bristled. Does “hard” mean needlessly complex? Does “right” equal self-congratulatory idealism?</p>

<p>I prefer a different framing: <strong>Do what’s <em>right and simple</em>.</strong></p>

<p>“Right” is strategic—it means aligned with long-term value, not short-term gain. Reading, for example, compounds quietly over decades. That makes it <em>right</em>.</p>

<p>“Simple” is tactical—it means finding the <em>easiest sustainable path</em> to that long-term outcome. For reading, that might mean “one page before bed, no exceptions.” For writing? A daily 10-minute journal—no rules, no polish. I call it <em>“Start writing = benefit gained.”</em> No friction. No guilt. Just showing up.</p>

<p>Note the order: First, choose what’s <em>right</em>. Then, engineer <em>simplicity</em> around it. Sun Tzu wrote, <em>“Victorious warriors win first and then go to war.”</em> Same logic.</p>

<p>Take entrepreneurship: If you believe (based on evidence and reflection) that building something of your own offers deeper growth, greater freedom, and stronger returns than salaried work—and if your temperament suits it—then entrepreneurship is <em>right</em> for you.</p>

<p>Then pursue <em>simplicity</em>: Start with the leanest possible product. Serve the narrowest audience. Optimize each step for clarity and execution—not cleverness. Iterate relentlessly on that simple model. Let complexity emerge <em>only</em> when it serves purpose—not pride.</p>

<p>“Right and simple” isn’t naive. It’s pragmatic. It’s kinder to humans. And for most of us, it’s the only path that reliably works.</p>

<h2 id="a-few-principles-for-selling-courses-that-apply-to-any-offering">A Few Principles for Selling Courses (That Apply to Any Offering)</h2>

<p>These aren’t just for educators—they’re universal truths about human decision-making:</p>

<ol>
  <li>Selling a course means selling <em>yourself</em>. So know yourself—deeply, honestly, continually.</li>
  <li>People don’t buy courses. They buy <em>hope</em>: the expectation of change, growth, or relief. The course is merely the vehicle.</li>
  <li>At the moment of purchase, two thoughts compete in the buyer’s mind: <em>“This solves my problem”</em> and <em>“This unlocks my future.”</em> Your messaging must address both.</li>
  <li>There’s no such thing as a “product.” What people buy is a <em>solution to a problem they feel</em>.</li>
  <li>Trust—and purchase—rests on three pillars: <em>recognition</em> (“You get me”), <em>differentiation</em> (“You’re not like the rest”), and <em>demonstrated ability</em> (“You’ve done this before”).</li>
  <li>Five forces drive persuasion: competence, credibility, vision, relevance, and insight.</li>
  <li>Every course has a core value proposition. Can you state—in one clear sentence—what changes for the customer <em>after</em> working with you?</li>
  <li>A great teacher is, by nature, a great salesperson—not because they’re slick, but because they communicate conviction and care.</li>
  <li>Forget scripts. Forget “techniques.” Ask instead: <em>What would I say to this parent if I were speaking from my heart—not to sell, but to help?</em></li>
  <li>Drop the role. You’re not “selling a course.” You’re offering a lifeline. Or a key. Or a compass.</li>
</ol>

<h2 id="when-a-person-dies-its-like-water-vanishing-into-water">“When a person dies, it’s like water vanishing into water.”</h2>

<p>Yesterday, over lunch, a friend and I talked about death—an awkward, tender subject.</p>

<p>It began with his family member’s sudden illness and hospitalization. In that context, life felt startlingly fragile.</p>

<p>He shared a line that stopped me cold: <em>“When a person dies, it’s like water vanishing into water.”</em></p>

<p>It’s from Jorge Luis Borges—the Argentine literary giant.</p>

<p>From this angle, life isn’t a flame to be guarded, but a ripple on water’s surface—brief, beautiful, destined to dissolve back into the whole. Not erased. <em>Rejoined.</em></p>

<p>That image doesn’t erase grief—but it softens fear. It adds quiet romance to mortality. Even, sometimes, a gentle anticipation.</p>

<h2 id="life-is-like-building-with-blocks">Life Is Like Building with Blocks</h2>

<p>Imagine your life as a game of blocks. Every hour, you receive one new block. Live to 80? You’ll collect roughly 700,000 blocks.</p>

<p>Yet no two towers look alike. Some rise tall and precise—pyramids built by focus: one field, one craft, one relentless point of mastery. These are the artisans, the scientists, the lifelong specialists.</p>

<p>Others design gardens—thoughtful, varied, harmonious. They place each block with intention, balancing color, texture, light.</p>

<p>Most of us, though? We stack hurriedly—or scatter blocks across the floor—never quite finishing anything.</p>

<p>If what we leave behind is a small gift to the universe, I hope mine is beautiful.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>When the Right People Are in Place, Many Problems Disappear</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-10-01-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-10-01-en/</guid>
      <pubDate>Sun, 01 Oct 2023 09:30:00 +0800</pubDate>
      <description>This reflective essay explores how hiring and partnering with the right people transforms organizational challenges—covering tool-based growth, management at scale, live-streaming dynamics, hands-on leadership, relationship maintenance, trust-building, purpose-driven work, and the dual human drives of “admiring strength” and “pursuing gain.”</description>
      
      <category>organization</category>
      
      <category>business</category>
      
      <category>cognition</category>
      
      <category>workflow</category>
      
      <content:encoded><![CDATA[<h2 id="building-tools-is-building-traffic">Building Tools Is Building Traffic</h2>

<p>A friend I’ve known for ten years grew his tool’s user base from zero to 20 million in just one year. Every time I meet him, I listen to his lighthearted boasts—and more importantly, his latest experiments. Those conversations consistently spark real insight.</p>

<ul>
  <li>Building tools <em>is</em> building traffic.</li>
  <li>Promoting tools can be done by hiring young people to run teacher-focused self-media accounts—on Xiaohongshu, WeChat Video Channel, etc.</li>
  <li>Roughly 20,000 new users arrive daily via this self-media channel. Their job? Run accounts and embed the tool into short videos, comments, and captions—generating steady sign-ups.</li>
  <li>Once users move from the tool to WeCom (WeChat Work), no ads are sent for the first month. After that, one personalized ad per week—never repeating within a month.</li>
  <li>WeCom users from free tools receive no high-touch support. If they leave, they leave.</li>
  <li>Free tools rely purely on traffic-driven growth.</li>
  <li>Comparable free tools include <em>BanXiaoEr</em>, <em>QunJieLong</em>, <em>QunDaKa</em>, and <em>BanJiXiaoGuanJia</em>.</li>
  <li>If your commercial efficiency outperforms theirs, you’re engaging in <em>dimensional competition</em>—and can easily displace them.</li>
  <li>Xiao Yang Ge earned over ¥100 million in one year from branded video interstitials. The education sector can borrow this logic too: repurpose decades of archived teaching materials—results are already proving strong in early tests.</li>
</ul>

<h2 id="management-is-always-a-big-problem">Management Is Always a Big Problem</h2>

<p>This educator has held senior roles at multiple major Chinese internet companies—and is also a top-tier academic. We shared lunch and talked candidly.</p>

<ul>
  <li>With free tools monetized via traffic ads, the biggest risk is over-indexing on acquisition while neglecting long-term user value: retention, optimization, and deep engagement.</li>
  <li>Once full-time headcount exceeds 50, management becomes visibly hard—but truthfully, it’s <em>always</em> been hard.</li>
  <li>You need clear hiring standards, documented processes, and scalable management mechanisms—and must refine them continuously.</li>
  <li>At 50+ employees, founders must dedicate <em>at least half their time</em> to management—including recruiting.</li>
  <li>Before hitting 50 or even 100 staff, the founder must personally interview <em>every</em> full-time hire. It’s exhausting—but essential. That direct connection shapes cohesion, shared identity, and cultural grounding.</li>
</ul>

<h2 id="when-the-right-people-are-in-place-many-problems-disappear">When the Right People Are in Place, Many Problems Disappear</h2>

<p>On Monday in Hangzhou, I consulted three mentors. One—widely respected in the industry—has captured multiple internet waves, giving him sharp intuition about live streaming and platform logic. I deeply admire and learn from him. Our time was brief, so I captured only fragments.</p>

<ul>
  <li>In live-streaming rooms, two things matter most: <em>script</em> and <em>emotion</em>.</li>
  <li>Operations teams add value in two key ways: refining scripts and delivering emotional resonance.</li>
  <li>The host’s on-camera emotion, however, comes primarily from the host—not operations.</li>
  <li>Handheld (manual) streaming is low-efficiency but also low-cost. Because it’s easy to replicate, both hosts and ops staff tend to leave quickly—the model’s biggest vulnerability.</li>
  <li>Signing an IP isn’t just paperwork. Its most critical step? <em>Finding the right teacher.</em> Get that right, and many other problems simply evaporate.</li>
  <li>Build high-leverage models—like IP-driven, light-asset operations—where unit economics stay lean. Once you validate one teacher’s path, returns scale fast.</li>
</ul>

<h2 id="do-it-yourself">Do It Yourself</h2>

<p>In <em>The Tencent Story</em>, there’s a telling episode about Zhang Xiaolong.</p>

<p>When he first took over QQ Mail, progress stalled. A core reason? He’d drifted from frontline work. He wasn’t immersed in daily product iterations or interface details—so many of his ideas never translated into real implementation.</p>

<p>Only after returning to the front lines—reviewing <em>every button color</em>, approving every UI tweak before launch—did QQ Mail take off.</p>

<p>If you lead a business—or run a company—and aren’t deeply familiar with frontline realities, aren’t hearing raw, unfiltered field feedback, the risk is severe.</p>

<h2 id="how-relationships-stay-healthy-over-time">How Relationships Stay Healthy Over Time</h2>

<p>How do relationships deepen and endure? It hinges entirely on <em>how you interact</em>—and whether both sides keep adding “points” to the relationship ledger.</p>

<p>Human nature has two stubborn traits: we crave novelty, and we often treat those closest to us with less respect—until friction builds, mutual criticism escalates, and the bond fractures.</p>

<p>So sustaining a healthy, resilient relationship long-term is rare—and requires conscious effort.</p>

<p>Both parties must <em>continuously contribute positive points</em>.</p>

<p>At its core, this is an act of <em>resisting human nature</em>.</p>

<p>What counts as a “point”? Self-reflection. Refraining from casual put-downs. Offering genuine, timely feedback. Growing steadily. Maintaining respectful distance. Honoring boundaries. Keeping promises. All of these build relational equity.</p>

<p>The opposite—neglect, condescension, unreliability—erodes it.</p>

<h2 id="how-long-term-trust-is-built">How Long-Term Trust Is Built</h2>

<p>I once interviewed a key candidate who asked: <em>“Why did you choose to trust me—and how do we sustain that trust over time?”</em></p>

<p>My answer: <em>My values and cognitive framework determine whom I’m inclined to trust.</em></p>

<p>So my process is this: Through early, in-depth conversations, I assign an initial trust score—say, 80 out of 100.</p>

<p>Sustaining mutual trust is then a joint project. Breaches—missed commitments, stagnation, disrespect—chip away at that score. When it falls below the threshold needed for continued collaboration, the relationship naturally ends.</p>

<p>To earn lasting trust, focus on generating <em>positive points</em>: integrity, competence, empathy, consistency, humility.</p>

<h2 id="a-simple-logic-for-earning-money">A Simple Logic for Earning Money</h2>

<p>Here’s a straightforward formula:</p>

<p>First, find <em>any activity</em>—no matter how small—that you genuinely enjoy and don’t resist doing.</p>

<p>Then, make that activity your anchor—and accumulate two things around it:</p>
<ul>
  <li><strong>Resources</strong>: Position yourself so tightly with the work that others instantly associate <em>you</em> with <em>it</em>. (“Oh—you’re <em>the</em> person who does X.”) Simple. Effective.</li>
  <li><strong>Cognition</strong>: Systematically develop your own frameworks, principles, and mental models—until you become the go-to expert on that domain.</li>
</ul>

<p>After that? Let time do the rest.</p>

<h2 id="human-nature-in-two-words-admire-strength-and-pursue-gain">Human Nature, in Two Words: “Admire Strength” and “Pursue Gain”</h2>

<p>At its core, human nature rests on two impulses: <em>“mu qiang”</em> (admiring strength) and <em>“zhu li”</em> (pursuing gain).</p>

<p>In any context—work, friendship, negotiation—if you want respect, you must either:</p>
<ul>
  <li>Be demonstrably <em>strong</em> (in skill, judgment, character, or impact), <em>or</em></li>
  <li>Help others gain—whether materially (money, opportunity) or emotionally (recognition, safety, belonging).</li>
</ul>

<p>That’s why “snobbery” isn’t a flaw—it’s just unvarnished human instinct.</p>

<p>A personal reminder: Focus on becoming <em>useful</em>—to your team, your users, your community. If people don’t respect you yet? Keep growing. Keep serving. Respect follows utility.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>How to Succeed on WeChat’s Channels</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-09-24-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-09-24-en/</guid>
      <pubDate>Sun, 24 Sep 2023 09:30:00 +0800</pubDate>
      <description>This essay distills practical insights on leveraging WeChat Channels—covering live streaming, knowledge-based courses, paid promotion, and short videos. It outlines growth models, key metrics (GPM, comment-to-view ratio, ROI), content strategies, and ecosystem synergies, grounded in real operational experience and evolving platform logic.</description>
      
      <category>WeChat Channels</category>
      
      <category>live streaming</category>
      
      <category>knowledge monetization</category>
      
      <category>short video</category>
      
      <category>ROI</category>
      
      <category>user engagement</category>
      
      <content:encoded><![CDATA[<h2 id="on-wechat-and-channels-live-streaming">On WeChat and Channels Live Streaming</h2>

<ul>
  <li>
    <p>The hallmark of Channels 2.0’s growth wave is its emphasis on public-domain recommendation—fast conversion, high-volume traffic.</p>
  </li>
  <li>
    <p>WeChat’s ecosystem structure is “2+4+9”:<br />
— <em>2 IDs</em>: your private-domain WeChat ID and your public-domain Channels ID;<br />
— <em>4 relationship layers</em>: recommendation, search, subscription, and social;<br />
— <em>9 components</em>: Look, Nearby, WeChat Search, Official Accounts, Mini Programs, Enterprise WeChat, Mini Shop, and Moments.</p>
  </li>
  <li>
    <p>Four proven account-starting models for Channels:<br />
— Persona-driven content,<br />
— Private-domain virality,<br />
— Zero-follower organic flow,<br />
— Paid-traffic growth.</p>
  </li>
  <li>
    <p>Where does live-stream traffic come from? Five sources: algorithmic live recommendations, broadcast notifications, private-domain pushes, Official Account referrals, and short-video referrals. Master just one—and you win.</p>
  </li>
  <li>
    <p>The key to launching an account? Optimize every stream’s core metrics: reservation-to-attendance rate, entry rate, average watch time, interaction rate, and GPM (GMV per thousand views).</p>
  </li>
  <li>
    <p>How to maximize broadcast notifications? Use short-video reservation banners; post reservation links in your personal column (private domain); display QR codes for reservations on your Channels homepage; embed reservation widgets in Official Account articles; push reminders directly inside the live room.</p>
  </li>
  <li>
    <p>Where do shares originate? Beyond other channels, the two most critical native sources are Moments and chat windows.</p>
  </li>
  <li>
    <p>Comment-to-share ratio in live rooms typically sits at ~5:1. Boost comments first—and shares follow. Each share brings ~1–1.5 additional live views.</p>
  </li>
  <li>Key metrics for knowledge-focused live streams:
    <ol>
      <li>Total views × average watch time,</li>
      <li>Comments ÷ shares,</li>
      <li>New follows ÷ total views ≈ 3%,</li>
      <li>Commenting users ÷ total views ≈ 7%.</li>
    </ol>
  </li>
  <li>
    <p>Official Account article comments now support clickable links. Commenters can use this to drive traffic to their own Official Accounts or Channels. A classic case: Lu Songsong, who actively commented across hundreds of blogs daily—drawing attention and followers from fellow bloggers.</p>
  </li>
  <li>
    <p>At its core, Channels isn’t just a video platform—it’s a new form of social relationship.</p>
  </li>
  <li>
    <p>Quick tip to extend watch time in live rooms: answer questions <em>live</em>, typing responses on screen as you speak.</p>
  </li>
  <li>
    <p>To increase “instant-flow” (algorithmic discovery), prioritize reservations—scale them aggressively.</p>
  </li>
  <li>
    <p>In the first 10 minutes of going live, use retention scripts that prompt forwarding: <em>“If this helps, forward it to someone who needs it.”</em></p>
  </li>
  <li>
    <p>New hosts: don’t add shopping carts yet.</p>
  </li>
  <li>
    <p>How to boost comments? Deliver tangible value (“substance and practicality”) and choose universally relatable topics—no niche jargon, no gatekeeping.</p>
  </li>
  <li>When teaching knowledge, sprinkle in light, human moments—like short, relevant anecdotes or gentle humor.</li>
</ul>

<h2 id="on-knowledge-based-paid-courses">On Knowledge-Based Paid Courses</h2>

<ul>
  <li>
    <p>Five traits of breakout courses:<br />
— A compelling title,<br />
— Delivery detached from the creator (e.g., pre-recorded + cohort support),<br />
— Price point not too low,<br />
— Always available for purchase,<br />
— Dense, well-timed closing triggers (e.g., limited seats, deadline countdowns).</p>
  </li>
  <li>
    <p>What makes a title compelling? Six words: <em>new concept</em>, <em>close to money</em>. Example: “How to Make Money with AI.”</p>
  </li>
  <li>
    <p>Profitable trends = ideal knowledge topics. “New skill” means new topic, new trend, or new method:<br />
— 2017: Multi-level marketing (MLM) training,<br />
— 2018: Voice coaching,<br />
— 2019: Community group-buying,<br />
— 2020: Writing mastery,<br />
— 2021: Short-video production,<br />
— 2022: Personal IP building,<br />
— 2023: AI literacy &amp; application.</p>
  </li>
  <li>
    <p>High-ticket knowledge products obey this formula:<br />
<strong>High-status persona</strong> + <strong>high-net-worth audience</strong> + <strong>outcome-driven product</strong> + <strong>real success stories</strong> + <strong>personalized delivery</strong> = premium pricing.</p>
  </li>
  <li>
    <p>How to build high-status persona? Spend time with high-status people. Do high-status work. Invest money into both.</p>
  </li>
  <li>
    <p>How to create dense closing triggers? Launch cohorts, raise prices, run time-bound promotions.</p>
  </li>
</ul>

<h2 id="on-channels-paid-promotion">On Channels Paid Promotion</h2>

<ul>
  <li>
    <p>How to select products for e-commerce live-stream ads? One pragmatic method: <em>copy what’s already working</em>—use data to identify top-performing items.</p>
  </li>
  <li>
    <p>Which ad objective to choose? Prioritize <em>conversions</em> and <em>interactions</em>. For e-commerce streams, conversions are primary—but require modeling. Once modeled, performance scales smoothly.</p>
  </li>
  <li>
    <p>Should you run long ad campaigns? Yes. Aim for 10–18 hours minimum. Only then does budget fully deploy, modeling stabilize, and peak performance usually emerge after Hour 3.</p>
  </li>
  <li>
    <p>Advertising is <em>embellishment</em>, not foundation. Before spending, ensure your organic performance is strong—especially natural traffic metrics. If organic flow underperforms, hold off on ads.</p>
  </li>
  <li>
    <p>Guiding principle for ad strategy: <em>Only ROI matters.</em> High ROI → scale. Low ROI → pause, diagnose, adjust.</p>
  </li>
  <li>
    <p>You <em>can</em> advertise reservations—cost per reservation ranges reasonably from ¥0.1 to ¥1.</p>
  </li>
</ul>

<h2 id="channels-short-videos">Channels Short Videos</h2>

<p>Short videos serve four functions: drive reservations, establish persona, enable conversion, and “push” traffic. Their <em>most powerful role is driving reservations.</em></p>

<p>Short videos contribute modestly to live-room traffic—just ~1–3% of their real-time views convert into live viewers. Example: A video with 10,000 plays during live hours may bring only 100–300 people into the stream.</p>

<h3 id="tips-for-reservation-driven-shorts">Tips for Reservation-Driven Shorts</h3>

<ul>
  <li>Keep your Channels homepage <em>always</em> showing an upcoming live reservation.</li>
  <li>Pin your most important live previews.</li>
  <li>Keep preview titles concise—<em>11 characters max</em>. Exceed that, and truncation cuts visibility—and reservation rates drop by half.</li>
  <li>
    <p>End every reservation video with the same line: <em>“Want more? Tap ‘Reserve’ in the bottom-left corner.”</em></p>
  </li>
  <li>Title must contain a clear benefit: e.g., <em>“The 6-Step Framework Behind a Million-Yuan Launch.”</em></li>
  <li>
    <p>Content must align tightly with the reserved live topic—no bait-and-switch.</p>
  </li>
  <li>
    <p>How to judge if content is strong? As a knowledge IP, ask: <em>Does this idea go beyond common sense?</em></p>
  </li>
  <li>
    <p>What makes a good title? It feels substantive (“substance and practicality”) and points toward a positive, actionable direction.</p>
  </li>
  <li>
    <p>For persona-based accounts, nail these six elements: positioning, narrative arc, persona authenticity, contextual setting, signature phrases, and curated hot comments.</p>
  </li>
  <li>All consumer behavior, at root, serves <em>aspiration</em>.</li>
</ul>

<h3 id="three-part-structure-for-sales-focused-shorts">Three-Part Structure for Sales-Focused Shorts</h3>

<ol>
  <li><strong>Hook</strong>: Grab attention instantly—cut straight to topic, define audience, name pain, show outcome first.</li>
  <li><strong>Plant</strong>: Introduce the product—material, core benefit, usage context, trust signals (reviews, credentials, demos).</li>
  <li><strong>Close</strong>: Drive action—CTA + urgency (discount, scarcity, bonus).</li>
</ol>

<h3 id="four-elements-of-viral-trend-shorts">Four Elements of Viral Trend Shorts</h3>

<p>— A primal emotion (e.g., awe, relief, indignation),<br />
— An underlying human desire (e.g., security, status, belonging),<br />
— Novel information (not widely known),<br />
— Room for extension (e.g., “What happens next?” or “How would <em>you</em> handle this?”).</p>

<ul>
  <li>How to spot trends? Monitor Weibo Hot List, Douyin Hot List.</li>
  <li>Then validate scale using WeChat Index.</li>
  <li>
    <p>How to gather raw material? Search for reference accounts, related data, images, and public figures.</p>
  </li>
  <li>When a trend breaks, open your short video with: <em>a bold opinion + matching emotional tone.</em></li>
</ul>

<h2 id="analytics-deep-dive">Analytics Deep Dive</h2>

<p>Four core engagement metrics: Likes, Favorites, Shares, Comments.</p>

<ul>
  <li>
    <p>How to lift shares? Two main motivations:<br />
— <em>Internet mouthpiece</em> (“You said exactly what I felt!”), e.g., <em>“Go to bed earlier.”</em> Be someone’s voice.<br />
— <em>Personal archive</em> (“I’ll save this for later”).<br />
Share rate &gt;3% signals solid view performance.</p>
  </li>
  <li>
    <p>For the platform, the ultimate KPI is <em>penetration rate</em>—so conversion metrics (reservations, follows, purchases) matter most.</p>
  </li>
  <li>
    <p>How to lift comments?<br />
— Offer concrete suggestions,<br />
— Include gentle “grievances” (relatable friction),<br />
— Stay grounded—avoid abstraction. If ordinary people can’t jump in, they won’t comment.<br />
More comments = deeper connection = real friendship with your audience.</p>
  </li>
  <li>
    <p>How to lift likes?<br />
— Like = aspiration, recognition, resonance.<br />
— <em>“You voiced what I wanted to say.”</em><br />
— <em>“You saw what I hadn’t noticed.”</em><br />
— <em>“You went where I haven’t had time to go.”</em></p>
  </li>
  <li>
    <p>How to lift favorites?<br />
— Favorite = utility. It’s about <em>“This helps me.”</em></p>
  </li>
  <li>
    <p>Train predictive instinct: Before posting, forecast likely view range and comment themes. The sharper your prediction, the stronger your intuition.</p>
  </li>
</ul>

<h3 id="view-count-benchmarks">View-Count Benchmarks</h3>

<ul>
  <li>&lt;300 views: Likely throttled—try boosting manually to test.</li>
  <li>300–3,000 views: Baseline range.</li>
  <li>
    <blockquote>
      <p>3,000 views: Solid traction.</p>
    </blockquote>
  </li>
  <li>Posting to private Moments yields ~1–3% click-through. Example: 20,000 contacts → ~200–600 views.</li>
</ul>

<h3 id="completion-rate-benchmarks">Completion Rate Benchmarks</h3>

<ul>
  <li>20% = baseline,</li>
  <li>30% = strong,</li>
  <li>
    <p>≥40% = prioritize analysis and replication.</p>
  </li>
  <li>
    <p>How to improve completion? Analyze drop-off points per second—and optimize each segment.</p>
  </li>
  <li>
    <p>One instant fix? <em>Make the video shorter.</em></p>
  </li>
  <li>
    <p>How to lift follow rate? Deliver <em>substance</em>—no fluff, no filler.</p>
  </li>
  <li>Healthy ratios:<br />
— Like-to-view ≥3%,<br />
— Share-to-view ≥3%,<br />
— Comment-to-view ≥3%.</li>
</ul>

<h3 id="the-three-tier-content-funnel">The Three-Tier Content Funnel</h3>

<ol>
  <li><strong>Break through traffic</strong>: Hook with trend + sharp interpretation.</li>
  <li><strong>Establish persona</strong>: Anchor in human truth + business insight.</li>
  <li><strong>Drive conversion</strong>: Leverage full WeChat ecosystem—Channels + Official Accounts + Mini Programs + Enterprise WeChat.</li>
</ol>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Secret to Connecting with Exceptional People</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-09-17-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-09-17-en/</guid>
      <pubDate>Sun, 17 Sep 2023 09:30:00 +0800</pubDate>
      <description>This essay explores how environment shapes behavior, two practical ways to improve your luck, why intelligence doesn’t guarantee financial success, a reflective story about causality and ancestral awareness, and—most importantly—the grounded, non-transactional logic behind building real relationships with exceptional people: start with mutual value, not friendship.</description>
      
      <category>relationships</category>
      
      <category>personal growth</category>
      
      <category>environment</category>
      
      <category>luck</category>
      
      <category>professional development</category>
      
      <category>cognition</category>
      
      <content:encoded><![CDATA[<h2 id="how-context-shapes-usmore-than-we-realize">How Context Shapes Us—More Than We Realize</h2>

<p>In an experiment, audiences were randomly assigned to two groups: one received a large bucket of popcorn, the other a medium-sized bucket.</p>

<p>The group with the large bucket ate 53% more popcorn—<em>even though the popcorn was stale and unpleasant</em>.</p>

<p>Could you conclude that this group simply loved popcorn more—or had bigger appetites?</p>

<p>No.</p>

<p>The larger container itself subtly expanded their consumption.</p>

<p>This tells us two things:<br />
First, human behavior is profoundly shaped by context—we’re far more environmentally responsive than we assume.<br />
Second, we <em>can</em> intentionally reshape our surroundings to nudge ourselves toward better habits—even without willpower or self-discipline.</p>

<h2 id="two-ways-to-improve-your-luck">Two Ways to Improve Your Luck</h2>

<p>Luck plays a bigger role in life outcomes than most of us admit.</p>

<p>Imagine growing up in a remote village. Even if you’re brilliant—and even if you get lucky—you’ll likely top out as “the richest person in the village.”</p>

<p>So, Method #1 for improving luck: <em>Put yourself where opportunity density is highest.</em><br />
If you’re in Beijing during an internet boom, your odds of landing in a high-growth tech role are easily 1,000× higher than if you’re stuck in that village—or even a smaller city. Location isn’t just geography; it’s access architecture.</p>

<p>Method #2: <em>Make yourself needed.</em><br />
That need can come from deep expertise, consistent reliability, or unique influence. The more people who genuinely rely on you, the wider your exposure to unexpected opportunities.<br />
Example: A highly trusted village doctor hears everything—about land deals, family disputes, new government programs—simply because people seek him out daily. His “luck” isn’t random; it’s networked.</p>

<h2 id="why-smart-people-often-struggle-to-earn-well">Why Smart People Often Struggle to Earn Well</h2>

<p>Intelligent people tend to seek clarity—especially in collaboration, negotiation, or partnership.</p>

<p>But reality runs on <em>functional ambiguity</em>. In business, many rules are fuzzy, implicit, or negotiable—and that fuzziness rarely undermines results.</p>

<p>I’ve watched sharp people stall negotiations over minor contractual phrasing, miss deadlines chasing theoretical perfection, or alienate partners by over-optimizing trivial terms. They win the footnote—and lose the deal.</p>

<p>Clarity is valuable—but only when it serves action, not substitutes for it.</p>

<h2 id="a-story-about-cause-and-consequence">A Story About Cause and Consequence</h2>

<p>Last weekend, I attended an event where a former central SOE executive shared his journey.</p>

<p>While still employed, he quietly founded two companies—neither bearing his name on paper. One handled engineering outsourcing—and now carries ¥16 million in debt.</p>

<p>His family background was unremarkable: peasant parents. His father was the second of eight siblings; his mother, one of five. Two unusual details stood out: his maternal uncle died of cancer around 2002; his maternal aunt struggled with mental health. He also lost an older brother at birth, a twin sister via miscarriage, and a younger sister later in childhood.</p>

<p>During construction projects, a fatal accident occurred—costing him ¥1.8 million in compensation.</p>

<p>Across both family and enterprise, several unnatural or premature deaths recurred—and he believes they left quiet but tangible marks on his trajectory.</p>

<p>He closed with three reflections:</p>
<ul>
  <li>For those who’ve passed, money matters less than dignity—and thoughtful remembrance.</li>
  <li>Life deserves reverence—not abstraction. Never treat any death as “just data.”</li>
  <li>Our energy, resilience, and even methods often flow <em>from</em> our lineage—including those who died too soon. Not metaphorically. Literally.</li>
</ul>

<h2 id="the-real-secret-to-connecting-with-exceptional-people">The Real Secret to Connecting with Exceptional People</h2>

<p>Learning from people who are significantly ahead of you—in skill, judgment, or impact—is among the fastest paths to growth. And yes: sometimes, they become pivotal supporters—what some call “gu ren” (benefactors).</p>

<p>But most of us stall at step one: <em>getting noticed</em>. Why? Either we lack access—or we send a cold message, get no reply, meet once awkwardly, then fade into polite silence. Eventually, we stop trying.</p>

<p>The truth? Connecting with exceptional people isn’t mysterious. It’s structural—and deeply human. Here are two reliable approaches:</p>

<p><strong>Method 1: Become Their Client First</strong><br />
Many recoil at this—it feels “transactional,” even crass. So they reverse the order: try to be friends first, <em>then</em> explore collaboration. But that rarely works. Why would someone invest time in a stranger as a friend—especially when they’re inundated? Even shared meals often produce only “dinner friends”: warm, fleeting, low-stakes.</p>

<p>I made this mistake early on. When I first entered the internet world, I sent a long, earnest QQ message to a well-known founder. He didn’t reply.</p>

<p>It took years to realize: <em>You don’t earn attention without offering something real first.</em></p>

<p>In 2020, I wanted to learn from a bestselling author—someone whose books sold millions of copies. No intro. No mutual contact. Then I saw he offered paid 1:1 sessions. I transferred ¥5,000 via WeChat, booked two hours of coffee—and added a short work trip to make it seamless.</p>

<p>Those two hours delivered insights worth far more than ¥5,000. More importantly, he got to <em>see</em> me—my questions, my follow-ups, my ability to absorb and reflect. After that, our WeChat exchanges became natural. Later, we met offline several times. Today, we’re friends—not because we forced closeness, but because value came first.</p>

<p><strong>Method 2: Become Indispensable—Even If You Start With Nothing</strong><br />
Time is the scarcest resource for exceptional people. To earn theirs, you must offer rare, concrete value—ideally, something they <em>can’t easily replace</em>.</p>

<p>What if you’re young, broke, unknown, and inexperienced?</p>

<p>Then go <em>extremely narrow</em>. Master one tiny, high-leverage domain so thoroughly that your contribution becomes visible—and useful.</p>

<p>In 2009, I wanted to learn from an industry leader—but I was brand-new to the internet, had zero connections, no money, and no reputation. So I joined his forum, applied to be an intern moderator, and committed to posting and replying to high-quality threads—every single day—for 30 days straight.</p>

<p>I did it. I got promoted to full moderator. I joined his core team. I met him. We talked. We collaborated. Later, I spoke at his annual conference.</p>

<p>None of it required charisma or luck. Just consistency, specificity, and respect for his time.</p>

<p>So here’s the quiet truth:<br />
Relationships with exceptional people begin—not with friendship, but with <em>mutual utility</em>.<br />
You pay, or you deliver. You solve, or you enable.<br />
Only <em>after</em> that foundation is solid does trust deepen—and only <em>then</em> does friendship become meaningful, sustainable, and truly transformative.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Real Health Strategy</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-09-10-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-09-10-en/</guid>
      <pubDate>Sun, 10 Sep 2023 09:30:00 +0800</pubDate>
      <description>This essay explores holistic health as sustained vitality—not just disease avoidance—and extends the concept to personal growth and organizational effectiveness. It covers five pillars of health, “super-connector” entrepreneurship, scaling through strategic partnerships, attracting mentors by becoming indispensable, and why actionable methods precede deep understanding.</description>
      
      <category>health</category>
      
      <category>strategy</category>
      
      <category>relationships</category>
      
      <category>scaling</category>
      
      <category>cognition</category>
      
      <content:encoded><![CDATA[<h2 id="what-is-a-real-health-strategy">What Is a Real Health Strategy</h2>

<p>As the saying goes, “The body is the capital for revolution”—a timeless acknowledgment that physical well-being is the foundational condition for meaningful achievement.</p>

<p>Yet most of us still hold a narrow or superficial view of health.</p>

<p>A real health strategy isn’t about chasing perfection or immortality. It’s pragmatic: <em>minimize suffering from illness and minor ailments before death.</em> If you live to 80, would you rather start declining at 60, 70, or only in your late 70s? The goal is to delay that decline as long as possible.</p>

<p>In <em>Beyond Expected Lifespan</em>, the authors propose five core levers for sustaining health: <strong>movement, nutrition, sleep, emotional regulation, and preventive medication</strong>.</p>

<p>Of these, <strong>movement is the most consequential</strong>—not just for muscles and heart, but because it powerfully influences all the others: it shapes appetite and nutrient absorption, improves sleep depth and consistency, stabilizes mood, and even reduces reliance on pharmaceuticals. Its ripple effects are far greater than we typically assume.</p>

<p>A few practical principles for each lever:</p>
<ol>
  <li><strong>Movement</strong>: Combine aerobic activity with strength training.</li>
  <li><strong>Nutrition</strong>: Prioritize balance and regularity—not fads or extremes.</li>
  <li><strong>Sleep</strong>: Aim for deep, predictable cycles—not just hours logged.</li>
  <li><strong>Emotions</strong>: Cultivate steadiness—not forced positivity, but resilience and groundedness.</li>
  <li><strong>Medication</strong>: Use prevention, not just reaction—think screenings, supplements (where evidence-based), and early intervention.</li>
</ol>

<h2 id="become-a-super-connector">Become a Super-Connector</h2>

<p>I recently had dinner with a friend I hadn’t seen in years.</p>

<p>His progress this year has been striking: several projects launched, operational, and already profitable.</p>

<p>When I asked what made the difference, he said simply: <em>“Addition—not subtraction. I became a super-connector.”</em></p>

<p>His edge lies in resource orchestration—and he has two distinct advantages:<br />
First, he can engage senior decision-makers—CEOs, mayors, founders—in candid, one-on-one conversations (often over drinks).<br />
Second, he links top-tier resources—brands, governments, platforms, logistics providers—into coherent, revenue-generating systems. That integration <em>is</em> his moat.</p>

<p>He gave an example: A major brand granted him exclusive online operational rights, with strong pricing leverage. He then stitched together a local government partner, an execution team, a public-platform channel, and a logistics network—each contributing value <em>and</em> revenue. Once cash flow stabilized, he exited via acquisition by a public company, capturing both operational and capital gains.</p>

<p>He’s incubated several such ventures this year—not as an operator, but as the architect and equity holder. His role? Secure alignment, manage distribution, and steward relationships. Nothing more.</p>

<p>This “top-tier addition” model has delivered financial freedom—even amid broader economic headwinds. It’s not just smart; it’s replicable, intentional, and deeply contextual.</p>

<h2 id="how-to-scale-fast">How to Scale Fast</h2>

<p>Another close friend is among China’s earliest World Memory Champions. Today, dozens of his students have earned the same title.</p>

<p>But he’s also a serial entrepreneur—constantly building, testing, refining.</p>

<p>Last week, he told me he’d opened over a dozen new campuses this year. “How?” I asked.</p>

<p>His answer: <em>“Clarity on partnership—finding people whose strengths complement mine, then systematizing collaboration.”</em></p>

<p>He owns the curriculum, methodology, and brand. Others join as equity partners—not franchisees—to launch campuses. Crucially, he only partners with people who bring tangible assets: local networks, facilities, or government ties. There’s no franchise fee. Instead, he shares in operating profits—and standardizes everything else: onboarding, teacher training, student tracking.</p>

<p>“How long to break even?” I asked.<br />
“One month,” he replied.</p>

<p>The keys? High average transaction value, built-in repeat business (e.g., multi-level memory programs), and leveraging students as ambassadors and junior coaches.</p>

<p>In short: mobilize every available lever. Don’t build alone—assemble a coalition where everyone contributes uniquely, and the whole becomes greater than the sum of its parts.</p>

<h2 id="how-to-meet-mentors-regularly">How to Meet Mentors Regularly</h2>

<p>A friend asked: <em>“How do you keep meeting mentors?”</em></p>

<p>I paused—and realized the core truth is simple: <strong>Be needed. Specifically, be needed <em>by the people who could become your mentors</em>.</strong></p>

<p>Who <em>is</em> a mentor? Someone who helps you grow <em>and</em> gain—professionally, financially, or existentially. By that definition, <em>anyone</em> could be your mentor.</p>

<p>So how do you increase the odds? Five concrete actions:</p>
<ul>
  <li><strong>Go out</strong>: Step into larger, more diverse circles. Human connection obeys probability—more exposure means more chances.</li>
  <li><strong>Give first</strong>: Offer time, insight, or support without immediate expectation. Let generosity precede reciprocity.</li>
  <li><strong>Pay to learn</strong>: Hire advisors, attend masterclasses, buy coffee with people you admire. Payment signals seriousness—and filters for sincerity.</li>
  <li><strong>Be reliable</strong>: Do what you say you’ll do—or exceed expectations. Reliability compounds trust faster than charisma ever could.</li>
  <li><strong>Become an expert</strong>: Depth attracts opportunity. When you solve hard problems consistently, people seek <em>you</em>—not the other way around.</li>
</ul>

<h2 id="methods-come-before-mindset">Methods Come Before Mindset</h2>

<p>For most people, <em>method trumps mindset</em>.</p>

<p>Their biggest barrier isn’t resistance to change—it’s not knowing <em>which simple, concrete action</em> will reliably produce results.</p>

<p>Once they try something and get positive feedback—even small wins—their behavior shifts. And only <em>after</em> consistent action does deeper understanding naturally follow.</p>

<p>Don’t wait to “get it” before acting. Act first. Understand later.</p>

<h2 id="spend-less-energy-on-peoplemore-on-work">Spend Less Energy on People—More on Work</h2>

<p>Pouring excessive energy into managing, interpreting, or controlling <em>people</em> is a fast track to mental exhaustion.</p>

<p>We obsess over others’ motives, try to shape their behavior, and exhaust ourselves policing perceptions. That’s where most inner friction originates.</p>

<p>Worse, over-focusing on people erodes our sense of agency—the feeling that we’re steering our own life.</p>

<p>Instead: focus on <em>work</em>. Let purposeful action attract the right people. Let outcomes—not opinions—define progress.</p>

<p>That’s why the classic management insight holds true: <strong>Winning is the best team-building.</strong></p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Spotlight Thinking</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-09-03-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-09-03-en/</guid>
      <pubDate>Sun, 03 Sep 2023 09:30:00 +0800</pubDate>
      <description>This essay explores “spotlight thinking”—a pragmatic, strength-based approach to people, decisions, and growth. It covers hiring (PSD principle), relationships as mirrors, the psychology of lucky charms, the pitfalls and utility of judgment, handling criticism, healthy organizational detachment (“tea cools when people leave”), focus training, benchmarking, and growth-oriented leadership—all grounded in real-world observation and personal practice.</description>
      
      <category>cognition</category>
      
      <category>organization</category>
      
      <category>business</category>
      
      <category>growth</category>
      
      <category>judgment</category>
      
      <category>spotlight thinking</category>
      
      <content:encoded><![CDATA[<h2 id="hiring-with-the-psd-principle">Hiring with the PSD Principle</h2>

<p>In recruitment, there’s a well-known principle called PSD: <em>poor</em>, <em>smart</em>, <em>desire</em>. That is: humble origins, sharp intellect, and fierce drive.</p>

<p>This principle is gaining wider institutional acceptance.</p>

<p>For example:</p>
<ul>
  <li>Jorge Paulo Lemann, co-founder of the famed 3G Capital, rigorously enforces PSD in hiring.</li>
  <li>In investment banking, PSD has become one of the most influential hiring filters.</li>
  <li>Huawei explicitly adopts PSD as a core selection criterion—especially for frontline talent.</li>
  <li>A friend’s company, after onboarding several thousand livestream hosts, concluded that host partnerships <em>must</em> follow PSD.</li>
</ul>

<p>Why does PSD work? Because from an organizational standpoint, individuals meeting all three criteria are statistically far more likely to deliver results.</p>

<h2 id="your-partner-is-your-shadow">Your Partner Is Your Shadow</h2>

<p>The person you choose as a partner is, in essence, another version of yourself.</p>

<p>If a woman hesitates about marrying you—offering vague excuses, delaying decisions—the rational move is to walk away without clinging. Her hesitation usually means one of two things: she doesn’t like you, or she doesn’t see you as her equal—or both.</p>

<p>If you lack qualities she genuinely admires, forcing the relationship creates inherent imbalance—and plants seeds for deeper conflict down the line.</p>

<p>Conversely, if you’re fixated on someone who clearly isn’t interested, the reason is often simple: either you’re not yet compelling, or your pool of meaningful options is extremely narrow.</p>

<p>So the highest-leverage strategy isn’t persuasion—it’s self-development. Become someone worth choosing. Lasting love emerges not from pursuit, but from mutual recognition.</p>

<h2 id="the-lucky-t-shirt">The Lucky T-Shirt</h2>

<p>I came across a case from Tianya Forum (a once-popular Chinese online community). During a period of widespread uncertainty and existential chatter—“ghosts and demons” debates, as users jokingly called them—a self-proclaimed “mystic” launched a “Lucky T-Shirt.”</p>

<p>It sold remarkably well. Comments flooded in: <em>“Wore it to my job interview—got hired!” “Put it on before my exam—aced it!”</em></p>

<p>When collective anxiety rises—whether among ordinary people or elites—the hunger for hope becomes urgent, almost physiological.</p>

<h2 id="the-double-edged-sword-of-judgment">The Double-Edged Sword of Judgment</h2>

<p>Judgment has a built-in bias: once you form a view, your brain starts hunting for evidence that confirms it—and discards or distorts facts that don’t fit.</p>

<p>A classic illustration:</p>
<ul>
  <li>When you dislike someone, their flaws loom large; their strengths vanish from view—leaving you frustrated.</li>
  <li>When you like someone, their virtues shine brightly; their flaws fade into background noise.</li>
</ul>

<p>Neither state supports objectivity. And from distorted perception, flawed decisions inevitably follow.</p>

<p>Yet judgment remains indispensable—in moderation.</p>

<p>For instance:</p>
<ul>
  <li>If you must collaborate closely with someone, consciously adopting a <em>positive</em> initial stance improves both cooperation and your own emotional resilience.</li>
  <li>When facing temptation—say, a “too-good-to-be-true” deal—cultivating a hard rule like <em>“never chase small gains”</em> can shield you from costly scams.</li>
</ul>

<h2 id="how-to-receive-evaluation">How to Receive Evaluation</h2>

<p>First, understand this: others’ evaluations of you are rarely about you—they’re projections of <em>their own</em> inner landscape. Seeing others is like looking in a mirror: if you’re kind, you’ll tend to see kindness around you; if you’re insecure, you’ll spot insecurity everywhere.</p>

<p>Second, respond decisively to negativity:</p>
<ul>
  <li>If it comes from someone close—decline engagement firmly.</li>
  <li>If it’s from a stranger or troll—mute or block, no explanation needed.</li>
</ul>

<p>Third, cherish those who appreciate you—even if their praise feels light or occasional. Genuine admirers are rare. Their words, however imperfect, nourish confidence.</p>

<p>Fourth, distinguish <em>negative evaluation</em> from <em>constructive feedback</em>. Criticism that points to specific, observable issues—not just feelings—is valuable. Being told <em>“You missed the deadline twice this month”</em> is actionable. Being told <em>“You’re unreliable”</em> is not.</p>

<h2 id="tea-cools-when-people-leavethats-healthy">“Tea Cools When People Leave”—That’s Healthy</h2>

<p>A friend left his company—and suddenly, his WeChat feed went quiet. No more group chats, no shared updates. He felt invisible. Unneeded. Sad.</p>

<p>That’s “tea cools when people leave.” Many feel this pang.</p>

<p>But I believe this cooling is <em>healthy</em>—for the organization. If tea stays hot long after someone departs, something’s wrong: perhaps dependency, blurred boundaries, or unresolved emotional entanglement. A well-functioning system flows forward—not backward.</p>

<h2 id="focus-training-brute-force-discipline">Focus Training: Brute-Force Discipline</h2>

<p>How to rapidly upgrade your concentration? Try this “brute-force” method:</p>

<p>Lock yourself in a room—alone—for seven consecutive days. Commit to completing <em>one major output</em>: e.g., drafting a full book manuscript.</p>

<p>If you resist writing, push through. Aim for 10,000 words per day—no editing, no perfectionism, just raw output.</p>

<p>At the end of seven days, your ability to focus will have leapt. Small tasks will feel trivial.</p>

<p>Later, I realized why my first boss kept quoting this ancient line: <em>“Aim high—you’ll land mid; aim mid—you’ll land low.”</em></p>

<p>Anxiety thrives when your mind drifts—when thoughts wander, loop, or spiral. The antidote isn’t willpower alone. It’s immersion: anchoring attention fully in the present moment.</p>

<h2 id="benchmarking-beyond-copy-paste">Benchmarking Beyond Copy-Paste</h2>

<p>When Huawei studies competitors, it uses <em>benchmarking</em>—not imitation.</p>

<p>The method: break your business into modules (e.g., supply chain, R&amp;D, customer service), compare each against industry leaders, identify <em>their best practices</em>, then adapt and transplant—not copy-paste—those practices internally.</p>

<p>Sounds simple. But doing it well demands five non-negotiable conditions:</p>
<ol>
  <li>You know <em>exactly</em> what your business does—and why.</li>
  <li>You know <em>who</em> your real competitors are—not just who you imagine them to be.</li>
  <li>You know <em>who the true leaders</em> are in each domain—not just the loudest names.</li>
  <li>You’ve identified <em>what makes their solution best</em>—not just that it works, but <em>why</em> and <em>how</em>.</li>
  <li>You’ve mapped <em>how to adapt and embed</em> that solution into your own context—without breaking your culture or systems.</li>
</ol>

<h2 id="prioritize-growthnot-just-output">Prioritize Growth—Not Just Output</h2>

<p>Shift your focus to <em>growth</em>, and many frustrations dissolve.</p>

<p>Start with your own growth: reading, reflection, honest self-review.</p>

<p>If you’re building a startup, I track growth across three layers:</p>
<ol>
  <li><strong>Myself</strong>: Am I learning faster than yesterday?</li>
  <li><strong>The company</strong>: Is revenue growing sustainably? Without growth, even “profitable” businesses stagnate—and decay.</li>
  <li><strong>The team</strong>: Do we attract better people over time? Growth fuels growth: strong individual development + healthy business momentum = magnetic pull for top talent. Team growth happens through both performance <em>and</em> thoughtful turnover—not just retention.</li>
</ol>

<h2 id="spotlight-thinking">Spotlight Thinking</h2>

<p>You manage 10 livestream hosts. Monthly revenue: ¥500,000. Goal: lift it to ¥800,000.</p>

<p>The default playbook? Performance reviews, firing the bottom 10%, motivational speeches—exhausting, demoralizing, and often ineffective.</p>

<p>There’s a sharper path: <em>spotlight thinking</em>.</p>

<p>Among those 10 hosts, 1–2 likely generate 30–40% of total revenue. Instead of fixing “weaknesses,” study <em>what they do differently</em>: their scripting rhythm, timing, audience engagement triggers, post-stream follow-up habits. Identify the <em>replicable</em> behaviors—not charisma, not luck. Then systematically share, model, and reinforce those practices across the team. Track metrics weekly.</p>

<p>Most people aren’t resistant to change. They’re just unclear on <em>how</em>. Give them a concrete, proven action—and watch capability rise.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Cultivating Business Sensibility</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-08-27-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-08-27-en/</guid>
      <pubDate>Sun, 27 Aug 2023 09:30:00 +0800</pubDate>
      <description>This essay explores cultivating “business sensibility”—a gut-level grasp of real human needs—as rooted in empathy, not assumptions. It connects this to professional integrity, lean-asset business models, meaningful living through diverse experience, and rejecting external validation. It closes with Xu Xiaonian’s incisive take on innovation, supply-driven growth, and the irreversible logic of modernization.</description>
      
      <category>business sense</category>
      
      <category>empathy</category>
      
      <category>lean business</category>
      
      <category>professional ethos</category>
      
      <category>modernization</category>
      
      <content:encoded><![CDATA[<h2 id="cultivating-business-sensibility">Cultivating Business Sensibility</h2>

<p>The key to making money is cultivating <em>business sensibility</em>—an intuitive feel for commerce.</p>

<p>What matters most in building that sensibility? Empathy.</p>

<p>Most people lack genuine empathy—not out of malice, but because empathy demands high emotional investment, while daily life tends to orbit around self-centered awareness.</p>

<p>For example: When someone shares grief or distress with you, your instinct might be to say, “It’s no big deal,” “It doesn’t matter,” or “Don’t worry.” You may believe you’re being kind—offering tough love, sound advice. But that’s not empathy. It’s not even effective care. You’re just dispensing generic, low-effort platitudes—speaking <em>down</em> from a position of assumed superiority.</p>

<p>True care requires empathetic listening: high-bandwidth emotional engagement, stepping fully into the other person’s perspective and feeling <em>with</em> them. That’s hard—and energetically costly.</p>

<p>So even if full empathy feels out of reach, simply holding space—refraining from judgment, resisting the urge to lecture—is already extraordinary. And it changes everything for the other person.</p>

<p>Business works the same way. “Commercial need” isn’t what <em>you</em> think people need—it’s what they <em>actually</em> need. Need creates demand. And commerce <em>is</em> people: satisfying human needs <em>is</em> commerce.</p>

<p>Discovering what someone truly needs <em>is</em> an act of empathy.<br />
Spotting that need—and having the sharpness to solve it—is what business sensibility looks like.</p>

<p>When you’re young, developing empathy on your own is rarely easy. A better path? Apprentice yourself to a proven commercial operator. Do what he does. First get results—then reflect, internalize, and grow your sensibility. It’s faster, and far more grounded.</p>

<h2 id="professional-ethos">Professional Ethos</h2>

<p>Professional ethos means treating excellence as non-negotiable—doing the work well isn’t optional; it’s the baseline.</p>

<p>So when choosing partners, prioritize those with professional ethos.</p>

<p>How do you spot it? My litmus test is simple: Has this person ever earned their <em>first meaningful income</em>—through employment <em>or</em> entrepreneurship—using only their own skills and effort?</p>

<p>Why this benchmark? Because in a commercial world, “effective” professionalism means combining sound judgment <em>with</em> executional competence. Earning that first real income proves both.</p>

<h2 id="lean-asset-business">Lean-Asset Business</h2>

<p>A strong lean-asset business model meets four criteria:</p>
<ul>
  <li>Low fixed costs</li>
  <li>Standardizable and replicable</li>
  <li>High ceiling (scalable without hitting structural limits)</li>
  <li>Capable of generating network or scale effects</li>
</ul>

<p>Finding such a model is rare—and rarely happens on the first try. It demands practice.</p>

<p>At least two phases are required:</p>
<ol>
  <li><strong>Immersion</strong>: Run many small experiments—feel firsthand what “cost,” “replication,” and “scale” actually mean in action.</li>
  <li><strong>Refinement</strong>: Only <em>after</em> that immersion can you identify the lean-asset model that fits <em>you</em>.</li>
</ol>

<p>Almost no one nails it immediately. So while you’re young: act, iterate, ship. That’s the only reliable path forward.</p>

<h2 id="making-life-meaningful">Making Life Meaningful</h2>

<p>How do you make life more meaningful?</p>

<p>My answer: accumulate <em>experience</em>—broadly defined. Not just travel or socializing, but also deep reading, sustained reflection, and deliberate exposure to unfamiliar ideas and disciplines.</p>

<p>The more varied your experiences, the richer your mental models. Your perspective widens. Your analysis gains dimensionality. Your response to difficulty grows calmer, more resilient.</p>

<p>That’s what I mean by “meaningful life”: it keeps you out of cognitive ruts—and gives you room to breathe.</p>

<h2 id="stop-worrying-about-others-opinions">Stop Worrying About Others’ Opinions</h2>

<p>We obsess over what others think—constantly.</p>

<p>My mom used to pressure me about marriage with lines like, “Everyone else is married,” or “What will people say?” It’s a life lived entirely for outsiders.</p>

<p>An American writer put it well: <em>“One sign of maturity is realizing that 99% of what happens to you each day means absolutely nothing to anyone else.”</em></p>

<p>Maturity has little to do with age. If you still measure your choices by imagined public opinion—you’re not yet mature inside.</p>

<p>Whether you marry, how much you earn, what joys or sorrows you endure—all of it is invisible to others. It carries zero weight in their lives.</p>

<p>The only exceptions? A handful of people closest to you—your parents, partner, children. With them, offering clarity and stability <em>matters</em>.</p>

<p>Yet most of us get this backward: we fret endlessly over strangers’ judgments—and never pause to ask how our actions land with those who truly depend on us.</p>

<h2 id="both-and-is-poison">“Both-And” Is Poison</h2>

<p>In reviewing my startup journey, I reached a blunt conclusion: <em>“I want both X *and</em> Y <em>and</em> Z” usually guarantees you’ll get none.*</p>

<p>That “both-and” mindset is greed dressed up as ambition.</p>

<p>Life is short. Doing <em>one thing well</em> is already immense. Each deep endeavor drains real energy.</p>

<p>So—at any given stage—focus on <em>one</em> priority. Do it thoroughly. Finish it. <em>Then</em> move on.</p>

<h2 id="xu-xiaonians-latest-views-unofficial-compilation">Xu Xiaonian’s Latest Views (Unofficial Compilation)</h2>

<ol>
  <li>Every generation faces its own realities—and must forge its own answers.</li>
  <li>China’s golden era was 1978–2008: thirty years of extraordinary growth.</li>
  <li>Businesses waste energy obsessing over policy. Focus instead on your core: outperform competitors—even slightly.</li>
  <li>Real innovation isn’t chasing trends. Globally, only a handful of firms can build universally usable foundational software. (Stop mislabeling everything “AI.”)</li>
  <li>Return to commercial fundamentals. Don’t chase hype. Stay alert to new tech—but don’t follow blindly.</li>
  <li>Commerce exists to create customer value. Period.</li>
  <li>Exponential growth is time’s higher-order function; linear growth is mere constant. Britain crushed Qing China not with superior guns—but with exponential institutional and technological momentum overwhelming linear thinking.</li>
  <li>Higher-order systems dominate lower-order ones.</li>
  <li>If you can’t beat them, join them. History shows no pre-modern civilization has ever preserved itself intact against modernity.</li>
  <li>National differences don’t invalidate universal market principles—or basic economic truths.</li>
  <li>Growth springs <em>only</em> from innovation—not demand. The “three engines” (investment, consumption, exports) may be a detour. Adam Smith’s path—innovation → efficiency → growth—is the right one. We must keep critiquing Keynesianism: it confuses cause and effect.</li>
  <li>Today’s weak investment demand reflects deeper <em>confidence</em> deficits—not high interest rates. July’s loan drop wasn’t about cost—it was about belief. Keynesian tools ignore this.</li>
  <li>“Stimulate consumption”? That’s a false framing. What’s missing isn’t desire—it’s <em>income</em>. Stimulus won’t help if people have no money.</li>
  <li>Supply creates demand—not vice versa. Firms profit → workers earn → consumers spend.</li>
  <li>In the U.S., household savings aren’t vanishing—they’re flowing into pension plans. No checking-account balance ≠ no saving.</li>
  <li>Sell property now—if you haven’t already. Delay risks missing the window.</li>
  <li>History records only <em>one</em> great transition: modernization. You’re either modern—or pre-modern (agrarian or early industrial).</li>
  <li>Three historical “peaceful prosperities”: Wen-Jing Reign (Han Dynasty), Zhenguan Era (Tang Dynasty), Kang-Qian Prosperity (Qing Dynasty).</li>
  <li>Read <em>The Wealth of Nations</em>. Division of labor boosts efficiency—even with fixed resources. Its downside? Growing societal monotony.</li>
  <li>There’s nothing new under the sun.</li>
  <li>Division raises efficiency—but collaboration raises <em>transaction costs</em>. Apple now designs its own chips partly for security: Samsung mastered Apple’s specs, then leveraged its own manufacturing and product lines against it.</li>
  <li>A handshake or memo is <em>not</em> a credible commitment. Only binding promises backed by real stakes count—e.g., TSMC pledging <em>never</em> to make smartphones secured Apple’s orders.</li>
  <li>Globalization isn’t ending—it’s evolving: from one WTO to overlapping regional trade pacts.</li>
  <li>Since the pandemic, foreign buyers require Chinese suppliers to hold <em>overseas production capacity</em>—or risk losing contracts. Supply-chain risk must be hedgeable.</li>
  <li>Chinese pragmatism asks one question: <em>“Can it feed me?”</em> Hence, many pursuits seem pointless.</li>
  <li>The new globalization excludes China by design. The only option is to go <em>out</em>.</li>
  <li>China leads the world in auto, smartphone, refrigerator, coal, and power production—massive overcapacity.</li>
  <li>Nobody believes you care about them <em>more than they do</em>.</li>
  <li>The Ukraine war is a defining setback for Russia’s modernization.</li>
  <li>Use 2–3% annual growth as the benchmark—for developed economies. Asking “What policy will the government introduce?” misses the point. The real challenge isn’t policy or conditions—it’s thriving <em>within</em> prolonged low-growth reality.</li>
</ol>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Focus as a Foundational Skill</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-08-20-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-08-20-en/</guid>
      <pubDate>Sun, 20 Aug 2023 09:30:00 +0800</pubDate>
      <description>This essay explores focus as a core adult competency—linking it to parenting, cognitive frameworks (like the “impossible triangle”), worldview expansion, judgment quality, and practical training systems. It offers actionable formulas, behavioral principles, and real-world observations on collaboration, education, and live-streaming entrepreneurship.</description>
      
      <category>focus</category>
      
      <category>cognition</category>
      
      <category>education</category>
      
      <category>business</category>
      
      <category>judgment</category>
      
      <category>personal development</category>
      
      <content:encoded><![CDATA[<h2 id="how-to-raise-children">How to Raise Children</h2>

<p>It’s actually simple: you exercise regularly, you read consistently, you stay curious, you take on meaningful challenges, you maintain emotional stability, you aren’t afraid of failure, and you live by clear principles…</p>

<p>Your children will follow your lead.</p>

<h2 id="the-impossible-triangle">The Impossible Triangle</h2>

<p>Economics has a famous principle—the Mundell Impossible Trinity.</p>

<p>But this triangle appears everywhere in daily life: <em>high pay, low workload, short commute</em>; or <em>high returns, low risk, fast results</em>.</p>

<p>Simply put: you can’t capture all key benefits at once.</p>

<p>To avoid being deceived, remember one phrase: <em>“There’s no free lunch.”</em> Its underlying truth is that no single person gets <em>all</em> the advantages.</p>

<h2 id="perspective">Perspective</h2>

<p>I recently read Professor Zheng Yuhuang’s new book <em>Reading Changes Destiny</em> (Tsinghua University Press). One line near the end struck me deeply: <em>“If you’ve never seen the world, how can you change it?”</em></p>

<p>Our decisions, actions, and thinking depend not only on knowledge—but even more so on perspective. Without exposure, better choices and actions are impossible. So: talk with people who’ve done more, go places you haven’t been.</p>

<p>Professor Zheng—a rural boy who became a top-tier university professor—credits his growth to ever-widening horizons. In the book’s closing, he shares six paired concepts for young people:</p>
<ul>
  <li>Perspective &amp; Vision</li>
  <li>Courage &amp; Boldness</li>
  <li>Competence &amp; Wisdom</li>
  <li>Connection &amp; Resources</li>
  <li>Effort &amp; Persistence</li>
  <li>Ideal &amp; Mission</li>
</ul>

<h2 id="judgment">Judgment</h2>

<p>The quality of your judgment reflects the depth and breadth of your cognition—and cognition, in turn, depends on the diversity and rigor of your information sources.</p>

<p>Yet countless people live inside narrow information bubbles and rely on singular causal logic. As a result, most of their judgments drift off course—because much of what they see is curated <em>for them</em>, not <em>by them</em>.</p>

<p>That’s why so many people struggle with sound judgment.</p>

<p>So what do we do? Diversify our inputs—and resist rushing to definitive conclusions about complex issues.</p>

<h2 id="focus">Focus</h2>

<p>One of the most vital skills for adults is focus.</p>

<p>How do we train it? Through deliberate practice: reading, writing, or deep work—all demand sustained attention. A simple formula helps sharpen it:</p>

<p><strong>Focus = Motivation + Capacity − Distractions</strong></p>

<ul>
  <li><strong>Motivation</strong>: <em>I want to do this well</em> (driven by purpose, meaning)</li>
  <li><strong>Capacity</strong>: <em>I can do this well</em> (built via meditation, physical health, emotional balance, effective methods)</li>
  <li><strong>Distractions</strong>: <em>Nothing interrupts me while doing this</em> (attention optimization—single-tasking only)</li>
</ul>

<p>This is the “345” framework for focus:</p>
<ul>
  <li><strong>Three Mindsets</strong></li>
  <li><strong>Four Trainings</strong></li>
  <li><strong>Five Principles</strong></li>
</ul>

<h3 id="motivation-layer">Motivation Layer</h3>
<ul>
  <li><em>Altruistic mindset</em>: Assign purpose and meaning to the task</li>
  <li><em>Enjoyment mindset</em>: Find genuine interest—even small joys—in the work</li>
  <li><em>Habit mindset</em>: Internalize the behavior until it runs on autopilot</li>
</ul>

<h3 id="capacity-layer">Capacity Layer</h3>
<ul>
  <li><em>Meditation training</em>: Walking meditation, running meditation, breath-focused meditation—to cultivate calm</li>
  <li><em>Physical training</em>: Regular movement and strength work</li>
  <li><em>Sleep training</em>: Consistent, restorative sleep hygiene</li>
  <li><em>Nutrition training</em>: Mindful, balanced eating for stable energy</li>
</ul>

<h3 id="distraction-defense-layer">Distraction-Defense Layer</h3>
<ul>
  <li><em>Singularity Principle</em>: Do only one thing at a time. There’s always <em>one</em> most important task—drop the “both/and” illusion.</li>
  <li><em>Enclosure Principle</em>: Create a physically and psychologically bounded space.</li>
  <li><em>Silence Principle</em>: Turn off notifications; enable airplane mode.</li>
  <li><em>Quiet Principle</em>: Choose a low-stimulus environment.</li>
  <li><em>Time-Bound Principle</em>: Use techniques like Pomodoro—assign strict time limits to create urgency and completion momentum.</li>
</ul>

<h2 id="life-is-the-sum-of-experiences">Life Is the Sum of Experiences</h2>

<p>What <em>is</em> life? I came across a line that resonated deeply: <em>“Life is the sum of experiences.”</em></p>

<p>I fully agree.</p>

<p>So go out—see people, see places, especially experience your <em>firsts</em>: first solo trip, first public talk, first time teaching someone else. These imprint vivid, rich memories—and give life its fullness.</p>

<h2 id="who-makes-the-best-collaborators">Who Makes the Best Collaborators?</h2>

<p>I hosted two friends visiting from out of town—they’re civil engineers.</p>

<p>What stunned me: due to market conditions, they now hold 500 apartments in a third-tier city—but each is worth ¥200,000 less than purchase price. They’re trying to sell, but nothing moves.</p>

<p>The real estate crisis—and its risks—is likely deeper than most imagine.</p>

<p>One friend reflected: <em>“After meeting hundreds of people, who’s best to partner with?”</em><br />
His answer: <em>People who speak softly—and pause before speaking.</em> They weigh every word. Working with them feels grounded and reliable.</p>

<p>I joked: <em>“Are you complimenting me?”</em><br />
He said: <em>“Yes.”</em><br />
I asked why.<br />
He replied: <em>“People who speak loudly and fill silence with empty talk? They’re usually clueless. Partners like that cause constant problems—because they *are</em> clueless.”*</p>

<p>Turns out, speaking softly isn’t just polite—it’s a quiet signal of thoughtfulness.</p>

<h2 id="notes-from-this-weeks-live-training">Notes from This Week’s Live Training</h2>

<p>This week, I delivered live training to 100 educators enrolled in our “Education Broadcaster Bootcamp.” Here are key takeaways:</p>

<ul>
  <li>99% of so-called “innovation” is self-indulgent noise. Meanwhile, 99% of common problems already have proven, mature solutions—you just haven’t found them yet.</li>
  <li>For most people, <em>micro-innovation</em>—small, consistent iterations—is far more valuable. Over time, those tiny improvements compound into transformative change.</li>
</ul>

<p><strong>Seven Keys to Converting in Live Streams</strong>:</p>
<ol>
  <li>A sticky, memorable hook (“ad copy line”)</li>
  <li>Clear articulation of pain points</li>
  <li>Sharp value proposition</li>
  <li>High-perceived-value bonus gifts</li>
  <li>Risk-reversal guarantee</li>
  <li>Credible authority endorsement</li>
  <li>Precise audience targeting</li>
</ol>

<ul>
  <li>99% of knowledge-based products sell through live streams. If you’re an educator aiming to earn income this way, <em>live streaming isn’t optional—it’s essential.</em> Master it relentlessly.<br />
Why? Because live streams uniquely host <em>two simultaneous fields</em>:</li>
  <li>A <em>traffic field</em> (discovery, reach)</li>
  <li>
    <p>A <em>sales field</em> (conversion, trust-building)<br />
No other channel delivers both at once.</p>
  </li>
  <li>
    <p>A great education broadcaster must fluidly shift between <em>teacher</em> and <em>salesperson</em>.<br />
A good teacher isn’t necessarily a good broadcaster—but a good broadcaster <em>must</em> be both a skilled teacher <em>and</em> a persuasive salesperson.</p>
  </li>
  <li>Mindset matters most:
    <ul>
      <li>When no one’s watching? Treat it as rehearsal.</li>
      <li>Stay in learning mode—not performance mode.</li>
      <li>Honor both roles: educator <em>and</em> seller.</li>
      <li>Ignore trolls. Their noise doesn’t reflect reality.</li>
    </ul>
  </li>
  <li>Content design comes first. Then delivery—on two levels:
    <ul>
      <li><em>Expression</em> (the “<em>ex</em>”): Saying things clearly—this tests <em>logical clarity</em>.</li>
      <li><em>Impact</em> (the “<em>press</em>”): Making ideas land meaningfully—this tests <em>empathy</em> and <em>infectiousness</em>.<br />
Only when both layers align does communication become truly effective.</li>
    </ul>
  </li>
  <li>
    <p>For new broadcasters: <em>Obey, execute, persist.</em> Don’t reinvent. Just follow the system—consistently.</p>
  </li>
  <li>
    <p>Education broadcasting is arguably the most accessible leverage point for ordinary people.</p>
  </li>
  <li>
    <p>A critical success factor in business? Finding your <em>venture ally</em>: someone who brings you in, walks beside you, and grows with you.</p>
  </li>
  <li>
    <p>Most success is probabilistic. So choose high-probability paths—not moonshots.</p>
  </li>
  <li>Business has no finish line—but <em>starting</em> is the only non-negotiable step.</li>
</ul>

<p>Concrete steps:</p>
<ol>
  <li>Pick <em>one</em> entry point—e.g., math education broadcasting</li>
  <li>Stick with it long enough to earn your first ¥1 million</li>
  <li>Then deepen your understanding—not just of teaching, but of commerce itself—before upgrading your model toward higher-leverage monetization</li>
</ol>

<ul>
  <li>When is an account “up and running”? Watch three metrics:
    <ul>
      <li><em>Instant traffic push</em> (algorithmic discovery)</li>
      <li><em>Sustained traffic push</em> (consistent visibility)</li>
      <li><em>Precise traffic push</em> (right users, right intent)</li>
    </ul>
  </li>
  <li>Sign of a successful launch: In <em>organic</em> (non-paid) flow, you achieve:
    <ul>
      <li>Large concurrent viewership</li>
      <li>High average watch time</li>
      <li>Healthy session duration</li>
    </ul>
  </li>
  <li>Every strategy in the live stream serves <em>one goal</em>: <strong>keeping people watching</strong>.</li>
</ul>

<p>So what should you iterate daily?</p>
<ul>
  <li>What keeps people <em>staying</em>?</li>
  <li>Which lines are redundant? Which pauses feel awkward?</li>
  <li>Where does attention drop—and why?</li>
</ul>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Decision-Making as a Muscle</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-08-13-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-08-13-en/</guid>
      <pubDate>Sun, 13 Aug 2023 09:30:00 +0800</pubDate>
      <description>This essay explores decision-making as a skill that must be exercised—not outsourced—through small daily choices. It outlines four levels of self-love, warns against emotional dependency, contrasts instant vs. delayed gratification in child-rearing, critiques knee-jerk negation of children’s ideas, and breaks down the scaling leaps from earning ¥1M to ¥100M. Practical insights for personal growth and organizational leadership.</description>
      
      <category>decision-making</category>
      
      <category>self-love</category>
      
      <category>emotional intelligence</category>
      
      <category>parenting</category>
      
      <category>scaling</category>
      
      <content:encoded><![CDATA[<h2 id="decision-making-as-a-muscle">Decision-Making as a Muscle</h2>

<p>A friend said: “For any future activities you need me in, don’t ask—just tell me to go.”</p>

<p>Why? Because he sees himself as chronically indecisive: <em>I want to go… but I don’t want to go.</em></p>

<p>At first glance, it sounded efficient—simple, no back-and-forth.</p>

<p>But later, I reconsidered. Something was deeply off.</p>

<p>First, this still places the <em>burden of initiation</em> on someone else. You’re asking them to adapt their communication style to your preference—and once you start expecting compliance, disappointment is inevitable over time.</p>

<p>Second, it surrenders decision-making authority—especially dangerous for someone already prone to hesitation. Decision-making is a muscle. It strengthens only through repeated, low-stakes practice. Remove the reps, and the muscle atrophies.</p>

<p>So the real solution isn’t delegation—it’s cultivation: steadily building your own principles-based framework, then using it to both speed up routine decisions <em>and</em> reduce the number of decisions you need to make at all.</p>

<h2 id="four-levels-of-self-love">Four Levels of Self-Love</h2>

<p>The most vital skill a person can develop is <em>how to love themselves—well</em>.</p>

<p><strong>Level 1:</strong> Unaware self-love. You pour energy into demanding things from others and judging them—never noticing you’re not directing that care inward.</p>

<p><strong>Level 2:</strong> Misguided self-love. You offer kindness and patience to strangers—but snap at family, assuming they’re “safe” to mistreat.</p>

<p><strong>Level 3:</strong> Intentional self-love. You reverse that pattern: warmth and restraint at home; firm boundaries (and even sharpness) outside—<em>only where safety is assured</em>.</p>

<p><strong>Level 4:</strong> Advanced self-love. Emotional stability. Inner quiet. Focus on important-but-not-urgent work. Growth-oriented attention. Zero emotional dependence on external validation.</p>

<h2 id="what-school-wont-teach-you">What School Won’t Teach You</h2>

<p>A teacher shared three truths I’ve seen hold up in real life:</p>

<ol>
  <li><strong>Reject negativity—and PUA—on sight.</strong> Anyone who consistently criticizes you, undermines you, or makes you feel “less than” doesn’t truly care. People who love you deeply see your strengths first—even your blind spots become opportunities, not flaws. Cut contact. Block if needed.</li>
  <li><strong>Put “making money” first—ethically.</strong> Not greedily, but seriously. Cultivate financial literacy, revenue intuition, and the confidence to charge fairly. Legitimate, value-driven income is honorable—not shameful.</li>
  <li><strong>Go see the world—widely and often.</strong> It’s far more layered, surprising, and generous than your current mental model allows. Stay curious. Travel. Talk to strangers. Read outside your field.</li>
</ol>

<h2 id="stop-seeking-emotional-validation">Stop Seeking Emotional Validation</h2>

<p>Emotional validation <em>matters</em>: weddings, onboarding rituals, sincere praise—they lift mood and build belonging.</p>

<p>But how you relate to it reveals your mindset.</p>

<p><strong>Strong mindset:</strong> Most energy flows into your own principles and priorities. External validation? Nice when it arrives—irrelevant when it doesn’t.</p>

<p><strong>Fragile mindset:</strong> You scan constantly for approval—monitoring tone, wording, reactions. You expect others to <em>provide</em> emotional fuel, and resent them when they don’t deliver.</p>

<p>Both seeking <em>and</em> over-providing emotional validation are red flags. There’s a chasm between <em>receiving</em> validation freely offered—and <em>expecting</em> it as entitlement.</p>

<p>The first principle of self-love? Drop the expectation. Let go of emotional dependency.</p>

<p>Because the moment you tie your peace to others’ words or moods, dissatisfaction becomes your default. Validation is volatile—and habit-forming, like dopamine hits. Rely on it too long, and you’ll crave it like a drug.</p>

<p>Good news: all mindsets are trainable. Start small—practice sustained focus on something you genuinely care about. Tackle one important-but-not-urgent task per day. Over time, you’ll notice: you simply <em>don’t need</em> much external validation anymore.</p>

<h2 id="instant-gratification">Instant Gratification</h2>

<p>Making a child happy is deceptively simple: <em>give it now.</em></p>

<p>That’s why many kids prefer grandparents—their “yes” is fast, frequent, almost automatic. The child feels joy—but it’s shallow joy. A dopamine spike, not deep satisfaction.</p>

<p>The cost? Rising desire thresholds. Each “yes” resets the bar higher. Eventually, even grandparents can’t keep up. That’s when impatience, disrespect, and emotional volatility creep in—not from malice, but from neurological habituation.</p>

<p>“Spoiling” isn’t indulgence—it’s <em>unbounded instant gratification.</em></p>

<p>It’s surface-level love. Deeper love builds <em>delayed gratification</em>: patience, goal clarity, self-awareness. And patience—the very quality that lets us wait, reflect, and choose—is precisely what constant “yeses” erode.</p>

<h2 id="instant-negation">Instant Negation</h2>

<p>Just as instant “yes” harms development, so does instant “no.”</p>

<p>When we reflexively shut down a child’s idea—because it confuses us, contradicts our logic, or feels impractical—we don’t just dismiss a thought. We damage confidence, kill initiative, and stifle imagination. And those three traits? They’re non-negotiable for adulthood.</p>

<p>We negate quickly because adult logic is rigid. When a child’s reasoning doesn’t map to ours, our instinct is: <em>“Don’t do that. Don’t think that. Here’s how it *really</em> is.”* Then we overwrite their mind with ours—forcefully.</p>

<p>Better? <strong>Delay the “no.”</strong> In matters not violating ethics or law, pause. Let the child try. Let reality—not your judgment—deliver feedback. Your confusion doesn’t equal their error.</p>

<p>We all want our kids to thrive—to be capable, kind, resilient. But too often, we “love” on autopilot, missing the quiet, deliberate work of nurturing core human capacities. That work demands we push <em>against</em> our own instincts—not with force, but with awareness.</p>

<p>No need to panic. First, everyone walks this path. Second, humans remain highly adaptable—age is irrelevant. Third, one steady, positive influence in a child’s life changes everything.</p>

<h2 id="from-1-million-to-100-million">From ¥1 Million to ¥100 Million</h2>

<p>This week, an IP partner and I mapped the capability shifts across scale:</p>

<ul>
  <li><strong>¥1 million:</strong> Achievable solo—via deep focus, consistent effort, strong reputation, and clear expertise. Deliver one great product or service. <em>Key constraint: attention.</em></li>
  <li><strong>¥10 million:</strong> Requires leverage—standardized offerings, repeatable systems, 1–2 trusted assistants, and at least one breakout hit. <em>Key constraint: scalability.</em></li>
  <li><strong>¥100 million:</strong> Demands structural change—new business model, cross-functional team, distributed ownership, and operating systems that run without you. <em>Key constraint: delegation &amp; design.</em></li>
</ul>

<h2 id="how-to-build-a-large-scale-account">How to Build a Large-Scale Account</h2>

<p>Research into high-growth accounts revealed four non-negotiable habits:</p>

<ul>
  <li><strong>Broadcast rhythm:</strong> Go live daily at the same time—and stay live for 8+ hours. Multi-person streams compound reach. “Brute force” works—when applied consistently.</li>
  <li><strong>Dual-channel flow:</strong> Move audiences <em>from public platforms to private spaces</em> (e.g., WeChat groups), then re-engage them <em>back into public content</em>—creating a self-reinforcing loop.</li>
  <li><strong>Batch scheduling:</strong> Pre-book <em>all</em> live sessions for the next 60 days. Guide followers to “one-click reserve” en masse—locking in attention before it scatters.</li>
  <li><strong>Content recycling:</strong> Identify proven high-performing topics—and re-deliver them <em>daily</em>, with fresh framing. Repetition builds recognition; consistency builds trust.</li>
</ul>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Core Is the Capacity to Love</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-08-05-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-08-05-en/</guid>
      <pubDate>Sat, 05 Aug 2023 09:30:00 +0800</pubDate>
      <description>This reflective essay explores unconditional love through memories of the author’s father, contrasts subjective perceptions of people, and connects love to practical life skills—managing tinnitus, suspending demands on others, training willpower, handling criticism, and focusing only on what one can control. It also includes actionable advice for high school seniors and AI-driven opportunities in tool-building.</description>
      
      <category>love</category>
      
      <category>willpower</category>
      
      <category>cognition</category>
      
      <category>workflow</category>
      
      <category>education</category>
      
      <category>AI</category>
      
      <content:encoded><![CDATA[<h2 id="the-core-is-the-capacity-to-love">The Core Is the Capacity to Love</h2>

<p>Thinking of my father, the overall feeling is warmth.</p>

<p>It shows up in several ways:</p>
<ul>
  <li>He never gave me negative evaluations or imposed expectations. When I did well, I was his pride; when I stumbled, he offered no blame. As a child, our longest conversations were him telling tall tales—I never felt lectured.</li>
  <li>When I needed support, he stepped in fully. When I didn’t, he gave me space—no overreach, no unnecessary intrusion.</li>
</ul>

<p>That’s it: unconditional love. Its essence is respecting your autonomy as a distinct person <em>while</em> standing ready to support you—without strings, without conditions.</p>

<p>So when I recall him, warmth remains—not because every detail was perfect, but because the feeling itself was whole and sustaining.</p>

<p>Yet this is only <em>my</em> perspective. To others, he might have seemed naive—easily swindled. To my mother, perhaps “unsuccessful”: financially insecure, indecisive, lacking backbone. How someone “is” depends entirely on who’s doing the perceiving. There is no single objective version—only layered, subjective experiences.</p>

<h2 id="two-weeks-of-tinnitus">Two Weeks of Tinnitus</h2>

<p>Two weeks ago, I suddenly developed tinnitus and noticeable hearing loss in my right ear. A hospital visit confirmed a perforated eardrum—surgery is required to repair it. Without intervention, hearing will steadily decline with age.</p>

<p>What surprised me most wasn’t the diagnosis—but how I <em>lived with</em> the tinnitus. Imagine a monotonous, loud, unchanging tone blaring in your ear, nonstop, for fourteen days. Four years ago, I’d likely have spiraled: anxiety, insomnia, obsessive Googling, helplessness.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-filename.png" alt="" /></p>

<p>This time? No panic. No inner commentary. No labeling it “bad” or “unfair.” It simply <em>is</em>. And it may stay.</p>

<p>I credit this shift to a quiet internal change: I’ve steadily softened my habit of judging experience through personal preference. I’m learning to recognize a quieter presence—the “true self”—which observes events with calm objectivity. It doesn’t assign good/bad. It registers <em>what is</em>, and lets it be.</p>

<h2 id="dropping-demands">Dropping Demands</h2>

<p>Lately, I’ve grown convinced: one of the simplest paths to greater happiness is to stop demanding things from others.</p>

<p>There are two layers to this:</p>

<p><strong>First</strong>, redirect attention inward. Focus on <em>yourself</em>: your growth, your integrity, your effort. Let your evolving self radiate positive influence—not through instruction, but through quiet example. Influence and demand operate on entirely different frequencies.</p>

<p><strong>Second</strong>, understand why we demand in the first place: it’s a bid for control—a deep-seated human reflex. Yet most ruptures in close relationships stem not from lack of love, but from <em>excessive</em> demands. Here’s the hard truth: <em>Any demand invites disappointment. Any disappointment fuels conflict.</em> So what’s the alternative? Flip the script: <strong>Demand more from strangers—and ask nothing of those closest to you.</strong></p>

<p>We hesitate to ask hotel staff for extra towels or restaurant servers to reheat a dish—not out of kindness, but discomfort. We call it “not wanting to trouble them.” But that hesitation gets displaced onto partners, friends, family. Meanwhile, premium hotels price services <em>into</em> their rates. Not asking means paying full price for under-delivery—and straining your nearest relationships instead.</p>

<h2 id="training-willpower">Training Willpower</h2>

<ol>
  <li>Willpower’s greatest gift is enabling sustained focus and effort—especially on challenging, meaningful tasks.</li>
  <li>But willpower depletes. Like water in a lake, it needs replenishment—not just withdrawal.</li>
  <li>Challenging work, long-term projects, and <em>internal friction</em> (e.g., rumination, self-criticism, arguments) all drain it. That’s why after a heated exchange, deep work feels impossible: your willpower reserves are spent. So minimize all avoidable friction—and reserve willpower for what truly matters.</li>
  <li>Assign it deliberately: invest your strongest mental energy in your <em>most important task</em> of the day.</li>
  <li>Turn high-value, initially difficult actions into habits. Habituation reduces reliance on willpower—making consistency effortless.</li>
  <li>Willpower is like muscle: train it, and it grows stronger, steadier, more enduring—expanding your capacity for deep, demanding work.</li>
  <li>How to train it? Do small, slightly uncomfortable things daily—and move your body regularly.</li>
</ol>

<h2 id="responding-to-negative-feedback">Responding to Negative Feedback</h2>

<p>When faced with demands or criticism, most people default to one of three reactions:</p>
<ul>
  <li>Explain, argue back, or accept passively.</li>
  <li>Reject outright—ignore, mute, block.</li>
  <li>Observe neutrally—and introduce a new frame.</li>
</ul>

<p>The first option—engaging directly with the content—usually backfires. It reinforces the other person’s impulse to evaluate or control you. It also entrenches their negative lens.</p>

<p>So at minimum: <em>refuse or ignore.</em></p>

<p>Many cloak criticism in concern: “I’m saying this because I care.” But real care doesn’t erase your strengths. If someone truly had your well-being in mind, wouldn’t they notice—and name—what’s already working?</p>

<p>The hidden drive behind unsolicited criticism is rarely compassion. It’s a craving for external control. Genuine love focuses on <em>what uplifts you</em>—not what diminishes you.</p>

<p>And if you want greater strength and joy? Stop criticizing others—unless you <em>choose</em> to, consciously, for your own uplift. There’s a world of difference between intentional, joyful critique and unconscious, habitual fault-finding.</p>

<h2 id="the-time-machine-theory-of-business-opportunity">The Time Machine Theory of Business Opportunity</h2>

<p>Cultures and technologies evolve at wildly different paces. Step into certain places, and you feel like you’ve landed in the future—or slipped back into the past.</p>

<p>That gap <em>is</em> the opportunity.</p>

<p>Take a proven model from an advanced context and transplant it where it’s still novel. Example: China’s online education infrastructure and pedagogy is globally leading. Replicating its architecture elsewhere—adapted, not copied—can yield outsized impact.</p>

<h2 id="three-capacities-every-adult-must-cultivate">Three Capacities Every Adult Must Cultivate</h2>

<ol>
  <li><strong>Earning power</strong>: Ethical, intelligent wealth creation—financial literacy as life literacy.</li>
  <li><strong>Focus</strong>: Presence in the moment—cultivated through practice, not theory.</li>
  <li><strong>Loving capacity</strong>: Unconditional love—not transactional, not coercive, not fear-based. Love as steadfast presence.</li>
</ol>

<h2 id="every-tool-deserves-an-ai-rewrite">Every Tool Deserves an AI Rewrite</h2>

<p>A former colleague from my online school days visited recently. His takeaway from the AI boom? <em>Every existing tool deserves to be rebuilt with AI at its core.</em></p>

<p>Why? Because AI doesn’t just incrementally improve efficiency—it transforms the cost, speed, and depth of content creation, analysis, and delivery.</p>

<p>How to spot tools ripe for reinvention? Skip user surveys. Go to WeChat’s official account rankings. In any category, ~1/3 of the top 100 accounts promote tools. Pick the highest-traffic ones. Study them. Then reimagine—not just replicate—with AI-native logic.</p>

<h2 id="focus-only-on-what-you-control">Focus Only on What You Control</h2>

<p>In Martin Seligman’s <em>Authentic Happiness</em>, he identifies three sources of well-being: genes, environment, and <em>what you can control.</em> His research shows the third source dwarfs the first two in impact.</p>

<p>So if you seek lasting happiness: direct your energy toward what’s <em>yours to shape.</em></p>

<p>But beware: seeking control <em>over others</em>—through demands, judgment, or manipulation—is a trap. It drains joy. External reality resists control. The only domain you truly govern is <em>yourself.</em></p>

<p>Invest there: your growth, your character, your work, your attention to important-but-not-urgent matters. That’s where real agency lives.</p>

<p>And practice refusal: say no to unreasonable requests. Disengage from toxic feedback—even from superiors. Shielding yourself from external PUA isn’t selfish. It’s the first, essential step toward sustainable well-being.</p>

<h2 id="advice-from-a-college-entrance-exam-expert-for-my-niece-starting-grade-12">Advice from a College Entrance Exam Expert (for My Niece, Starting Grade 12)</h2>

<p>My niece is entering her final year of high school. This week, she visited Beijing and met with an outstanding Gaokao (China’s national college entrance exam) coach. Below are key takeaways:</p>

<h3 id="building-confidence--mindset">Building Confidence &amp; Mindset</h3>
<ul>
  <li>Confidence isn’t optional—it’s priority #1. Cultivate it deliberately—even “blind” confidence.</li>
  <li>If you can’t solve a problem, assume: <em>“I don’t know it yet—but neither do most others.”</em> Strategically dismiss its weight; tactically master it.</li>
  <li>If you bomb a mock exam, tell yourself: <em>“Others bombed worse.”</em></li>
  <li>Affirm daily: <em>“I’m capable of Peking or Tsinghua.”</em> Landing at a 985 university? Just a minor slip.</li>
  <li>Prioritize rest. Don’t burn out your body.</li>
  <li>Immediately reject or mute <em>all</em> negative input—block critics, silence doubters.</li>
  <li>Don’t fear “bothering” teachers. They exist to serve your exam success. Use them relentlessly. This is your most consequential test—why wait until after?</li>
</ul>

<h3 id="boosting-math-scores-120--140">Boosting Math Scores (120 → 140)</h3>
<ul>
  <li>Exam structure: 70% foundational, 20% mid-difficulty, 10% elite. Hitting 120 means foundations are solid—but you’re hitting a ceiling.</li>
  <li>Two main bottlenecks: losing “easy” points (carelessness, shaky concepts) <em>and</em> over-investing time in the hardest 10%.</li>
  <li><strong>Strategy:</strong> Sacrifice selectively. Skip the last multiple-choice, last fill-in-the-blank, and last full-solution question <em>unless</em> you see a clear path within 15 seconds. Pour energy into the first 90%—aim for 100% accuracy there. That’s ~135 points. Then grab 5 more from the elite tier. Done.</li>
  <li>Find one classic paper. Analyze <em>every</em> error—root cause, not symptom. Master it. Then retake the <em>same</em> paper. Score ≥140. Repeat.</li>
</ul>

<h3 id="maximizing-study-efficiency">Maximizing Study Efficiency</h3>
<ul>
  <li>Only solve high-quality problems. Quality hierarchy: provincial exams &gt; district joint exams &gt; school-level exams. Skip low-yield school tests—blame poor question design, not your skill.</li>
  <li>Every pre-Gaokao test exists for <em>one purpose</em>: expose gaps. Celebrate errors—they’re your roadmap. Then drill related real exam questions.</li>
  <li>Avoid random simulation papers. Most are noise. Anchor in <em>real past papers.</em></li>
  <li>Simulate real conditions: timed, handwritten, no distractions. Ensure <em>identical errors never recur.</em></li>
  <li>Exams reward <em>understanding</em> + <em>fluency</em>. Fluency—speed, accuracy, instinct—wins. Fewer mistakes = higher score.</li>
</ul>

<h3 id="raising-chinese-language-scores">Raising Chinese Language Scores</h3>
<ul>
  <li>At ~120/150, don’t over-invest here. Redirect energy to weaker subjects.</li>
  <li>Biggest ROI? Essay writing (45 → 50–55). Remember: your grader is both <em>reader</em> and <em>judge</em>, with ~15 seconds per essay. Your goal: delight them instantly.
    <ul>
      <li><strong>Title matters:</strong> Borrow strong, evocative titles—like ad copy. First impression = bonus points.</li>
      <li><strong>Opening &amp; closing:</strong> Craft them meticulously. First sentence of each paragraph sets tone.</li>
      <li><strong>Handwriting:</strong> Clear, legible, consistent. No flourishes—just readability.</li>
      <li><strong>Core principle:</strong> Make the grader <em>happy</em>. Their pleasure is your score.</li>
    </ul>
  </li>
</ul>

<h3 id="life-planning-beyond-the-exam">Life Planning Beyond the Exam</h3>
<ul>
  <li>The Gaokao is a gateway—not the destination. It shapes your peer network, which shapes your trajectory.</li>
  <li>Prioritize: <strong>Top-tier university &gt; Major city &gt; Specific major.</strong></li>
  <li>Why? In big-city cafés, conversations revolve around startups, careers, ideas—not gossip. Environment molds mindset.</li>
  <li>Visit diverse places—especially top-tier universities. Exposure breeds options.</li>
  <li>Consider STEM schools: higher male-to-female ratios, grounded culture, organic relationship-building (far more reliable than dating apps or matchmakers).</li>
  <li>Choose a university that treats students as <em>people</em>—not revenue units. That distinction defines your entire experience.</li>
</ul>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Shielding Power and Emotional Bluntness</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-07-30-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-07-30-en/</guid>
      <pubDate>Sun, 30 Jul 2023 09:30:00 +0800</pubDate>
      <description>This essay explores two essential cognitive capacities for modern professionals: shielding power—the ability to ignore irrelevant advice and noise—and emotional bluntness—the calm persistence to stay focused amid distraction. It covers path dependency, monetizing male audiences, platform-specific strategies (WeChat Channels, Kuaishou, Douyin), and practical principles for commercial efficiency and IP-led business models.</description>
      
      <category>cognition</category>
      
      <category>workflow</category>
      
      <category>organization</category>
      
      <category>business</category>
      
      <category>attention</category>
      
      <category>monetization</category>
      
      <content:encoded><![CDATA[<h2 id="ignoring-irrelevant-advice">Ignoring Irrelevant Advice</h2>

<p>The first people who buy from you are often weak-tie followers—not friends or family. So how your relatives or close friends perceive you is largely irrelevant: unless they’re immediate family, they won’t pay you—no matter how impressive or unimpressive you seem. As the saying goes, “There are no great people nearby.” Yet most of us remain disproportionately swayed by those nearest to us.</p>

<p>For example: at a reunion, an old friend casually says, “You remind me of X—you should totally do Y! It’s super profitable!” You nod along, get excited, then spend hours ruminating on that offhand suggestion. In my view, that’s pure internal friction. My recommendation? Just mute those suggestions—and quietly build instead.</p>

<p>Conversely, when others ask <em>you</em> for business advice, don’t rush to give it. If someone needs external advice to move forward, the idea is likely flawed from the start. Truthful advice is often unwelcome; sugarcoated advice violates your integrity. Either way, you risk alienating them <em>and</em> compromising yourself. Unless they’re paying you for consultation, skip the free advice altogether.</p>

<h2 id="on-path-dependency">On Path Dependency</h2>

<p>Why do young people succeed more easily with short videos? Primarily because they carry little to no <em>path dependency</em>.</p>

<p>Path dependency is one of the biggest barriers to adopting new tools, platforms, or ways of thinking. Its root cause? Our reluctance to leave comfort zones.</p>

<p>The antidote? Let go of fixed assumptions. Clear your mental cache—and learn anew.</p>

<h2 id="how-to-monetize-men">How to Monetize Men</h2>

<p>Men’s money <em>is</em> harder to earn—but not impossible. Three levers work consistently:</p>

<ol>
  <li><strong>Vertical specialization</strong>: Dominate a narrow niche. Men’s rational mindset trusts authority—not generalists. Be <em>the</em> person in that space.</li>
  <li><strong>Proximity to profit</strong>: Focus on topics directly tied to income generation—e.g., business, sales, operations—not abstract theory.</li>
  <li><strong>High average order value (AOV)</strong>: Target premium offerings. That’s why private mastermind groups, corporate study tours, and high-end business training attract predominantly male buyers.</li>
</ol>

<h2 id="emotional-bluntness--shielding-power">Emotional Bluntness &amp; Shielding Power</h2>

<p>Your WeChat Moments overflow with trending posts, viral videos, and neighborhood gossip. But if you can consciously tune out all of it—if you stop reacting to every hot take or rumor—you’ll reclaim at least one hour per day.</p>

<p>That’s <em>emotional bluntness</em>: the quiet resilience to absorb less and act with more clarity.<br />
That’s <em>shielding power</em>: the discipline to filter out everything unrelated to your current priority—including noise, negativity, and unsolicited input—so you can fully inhabit the present task.</p>

<h2 id="observations-on-wechat-channels-live-streaming-and-commerce">Observations on WeChat Channels, Live Streaming, and Commerce</h2>

<ul>
  <li><strong>ROI rule</strong>: Prioritize <em>absolute profit</em> over ROI ratios. A 50% ROI on ¥10,000 yields only ¥5,000—but a 10% ROI on ¥1 million yields ¥100,000. Scale matters.</li>
  <li><strong>What makes a promising IP?</strong> Strong profit drive, openness to feedback (and real absorption of it), consistent content output—and above all: diligence and stamina. Lacking any? Build it—starting with motivation and production capacity.</li>
  <li><strong>WeChat Channels’ private traffic lever</strong>: Live stream pre-registrations are key.</li>
  <li><strong>Benchmark for registration ROI</strong>: ¥15 per registered user is solid. Example: 1,000 registrations → need ¥15,000 revenue. At ¥500 AOV, that’s 30 orders → 3% conversion rate. Hit that reliably, <em>then</em> scale with paid ads. Ads are force multipliers.</li>
  <li><strong>Human-hosted live rooms</strong>: Use tech—not headcount—to boost efficiency. Adding more hosts rarely scales; optimizing workflows does.</li>
  <li><strong>Subject-matter live rooms (e.g., academic tutoring)</strong>: High complaint risk + regulatory uncertainty. Don’t over-expand.</li>
  <li><strong>Don’t ignore Kuaishou</strong>: It’s a radically different ecosystem—worth exploring firsthand.</li>
  <li><strong>Audience breakdown across platforms</strong>:
    <ul>
      <li>WeChat Channels: Majority 40+</li>
      <li>Douyin: Dominated by Gen Z and millennials</li>
      <li>Kuaishou: Strongest among 30+ users in lower-tier cities and rural areas</li>
    </ul>
  </li>
  <li><strong>IP’s private traffic monetization</strong>: Leverage dedicated “private domain teachers” for 1:1 sales. One skilled salesperson can generate ~¥200,000 GMV/month—selling both the IP’s courses <em>and</em> internal faculty offerings.</li>
  <li><strong>Today’s universal principle—whether for VCs or startups</strong>: Cash is king. Profit is king.</li>
  <li><strong>Great IPs are rare</strong>: They’re found, not manufactured.</li>
  <li><strong>At the company level</strong>: Obsess over <em>commercial efficiency</em>.</li>
  <li><strong>Focus relentlessly</strong>: On <em>one thing</em>. On <em>profitable things</em>. Go deep. Go all the way. Avoid anything that doesn’t convert.</li>
  <li><strong>Reframe tools</strong>: They exist solely to serve traffic acquisition—and live streaming. Nothing more.</li>
  <li><strong>Three leverage strategies for live-stream–driven IP businesses</strong>:
    <ol>
      <li>Capital (paid ads)</li>
      <li>Business model upgrades (e.g., tiered subscriptions, hybrid online-offline delivery)</li>
      <li>Team strength—especially in operations and sales</li>
    </ol>
  </li>
</ul>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Is It Wise to Flatter the Powerful?</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-07-23-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-07-23-en/</guid>
      <pubDate>Sun, 23 Jul 2023 09:30:00 +0800</pubDate>
      <description>This reflective essay questions the wisdom of flattery toward influential people, draws lessons from the Baihe.com founder’s public critique of Zhang Yiming, explores adult focus training, discovering and coexisting with one’s “true self,” self-assessment via a Machiavellianism scale, high-empathy communication tactics, WeChat Channels live-stream traffic sources, and the root of human suffering in the urge to control others.</description>
      
      <category>cognition</category>
      
      <category>self-awareness</category>
      
      <category>relationships</category>
      
      <category>focus</category>
      
      <category>authenticity</category>
      
      <content:encoded><![CDATA[<h2 id="is-it-wise-to-flatter-the-powerful">Is It Wise to Flatter the Powerful?</h2>

<p>As a child, I noticed how many people rushed to flatter “important” figures when they appeared—luckily, my social anxiety spared me from joining that herd.</p>

<p>Later, after interacting with numerous influential people, I realized flattery is profoundly unwise. Flattering someone—whether a billionaire or a high-ranking official—carries no intrinsic value. Blindly currying favor only diminishes your own worth, leaving you hollow and disposable.</p>

<p>The far better path to earning their genuine attention is to create unique, irreplaceable value—something <em>they</em> and <em>their inner circle</em> simply cannot deliver themselves.</p>

<p>For example: dive deep into a narrow field, work relentlessly, and become the undisputed national expert. Only then does your dialogue begin on equal footing. And <em>only then</em> does emotional intelligence—timely, thoughtful engagement—become your most effective strategy.</p>

<h2 id="a-few-reflections-on-the-baihecom-founders-public-critique">A Few Reflections on the Baihe.com Founder’s Public Critique</h2>

<p>Former Baihe.com founder Mu Yan recently posted a pointed critique of Zhang Yiming and Douyin (TikTok) on WeChat Moments.</p>

<p>Here’s what struck me:</p>

<ol>
  <li><strong>Adopt a dynamic perspective</strong>: Context shifts constantly—relationships evolve accordingly. Nothing stays fixed.</li>
  <li><strong>Anchor in your present capability</strong>: If your current strength doesn’t match your opinion, speaking up risks sounding arrogant—or worse, irrelevant. Self-respect begins with honest self-assessment.</li>
  <li><strong>Talk less about the past, more about now and next</strong>: Don’t dwell in former glories—especially during decline. The quietest, most powerful move is sustained focus on what’s directly in front of you.</li>
  <li><strong>Top-tier relationships are transactional—not nostalgic</strong>: They’re anchored in <em>current</em> and <em>future</em> alignment—not shared history. Keep pace, or step aside gracefully.</li>
  <li><strong>Holding on and letting go are equally hard—but letting go is wiser</strong>: True wisdom lies not in clinging, but in releasing with dignity. That earns real respect.</li>
  <li><strong>Don’t overestimate relationships</strong>: Most “strong ties” lack objective grounding. What feels like mutual closeness is often unilateral hope—except with family, lifelong friends, or true confidants. Few people warrant your endless patience.</li>
  <li><strong>Learn upward, connect downward—but set boundaries</strong>: Seek mentors above you; build goodwill with those below. But never blur lines—overextension leads to collapse.</li>
</ol>

<h2 id="how-adults-can-practice-focus">How Adults Can Practice Focus</h2>

<p>Compared to children, adults need <em>more</em>, not less, deliberate focus training. Real focus means fully inhabiting the present—engaging deeply with what’s happening <em>now</em>, while gently setting aside thoughts of past regrets or future anxieties. Irrelevant mental noise belongs nowhere near this moment.</p>

<p>Two key benefits emerge when adults cultivate focus:</p>

<p>First, <strong>work efficiency multiplies</strong>. Much of our low output isn’t due to skill gaps—it’s self-sabotage: we let emotions hijack attention. Example: a livestream host fixates on last session’s metrics, letting that data swing their mood—and thus their energy and presence <em>this</em> session. But fluctuations are normal. Letting them disrupt your flow is optional.</p>

<p>Second, <strong>your focused presence becomes protective for others</strong>—especially children. When you model calm, undivided attention, you unconsciously teach them how to hold space for their own concentration. You stop interrupting their flow—because you’ve reclaimed yours.</p>

<p>How to train it? Start simple: <strong>meditation</strong>. Sit quietly. Run. Swim. Walk mindfully. The form matters less than consistency. With deliberate practice, your brain rewires itself—making focus less effort, more instinct.</p>

<h2 id="how-to-discover-your-true-selfand-coexist-with-it">How to Discover Your True Self—and Coexist With It</h2>

<p>In <em>The Surrender Experiment</em>, the author describes two “selves” operating within us.</p>

<p>One is the <em>false self</em>: reactive, emotional, driven by craving, aversion, and delusion—short-term, impulsive, ego-identified.</p>

<p>The other is the <em>true self</em>: calm, observant, grounded in wisdom and long-term integrity. It doesn’t shout—it witnesses. It doesn’t demand—it discerns. It’s always there, like background light—visible only when the noise dims.</p>

<p>Think of scrolling short videos: one “you” is immersed in dopamine hits; another “you” quietly watches <em>that</em> immersion unfold. Most people never notice the watcher. Yet that silent observer holds profound power—the capacity to redirect, to pause, to choose.</p>

<p>How to meet it? <strong>Meditation is the simplest door</strong>. In stillness, the false self softens. The true self emerges—not as a voice, but as clarity. Spend time with it. Ask it questions. Listen—not for answers, but for resonance. Over time, its guidance reshapes behavior from the inside out.</p>

<h2 id="how-to-understand-yourself-better">How to Understand Yourself Better</h2>

<p>Social psychologists built a validated assessment scale inspired by Machiavelli’s <em>The Prince</em>. It offers a sociological lens—not moral judgment—to help you understand your natural tendencies, especially around power, trust, and influence.</p>

<p>Your score isn’t “good” or “bad.” It’s diagnostic: revealing which environments suit you, which roles align with your wiring—and even offering realistic insight into civil service fit and potential ceiling.</p>

<p>I’ve found it surprisingly useful—not as a label, but as a mirror.</p>

<p>Want to try? Score each statement from 1 (strongly agree) to 5 (strongly disagree):</p>

<ol>
  <li>Perfection is possible.</li>
  <li>Honesty is always the best policy.</li>
  <li>Most people are courageous.</li>
  <li>Most successful people lead morally upright lives.</li>
  <li>To get someone to act, tell them the real reason—not the most persuasive one.</li>
  <li>People with incurable illness should have the right to painless death.</li>
  <li>Flattering powerful people is wise.</li>
  <li>People won’t work hard unless forced.</li>
  <li>Never reveal your true motive unless it serves your goal.</li>
  <li>Do only what’s ethically right.</li>
  <li>Success usually requires cutting corners.</li>
  <li>Everyone has a cruel streak—it surfaces when opportunity arises.</li>
  <li>Criminals differ from others mainly in being caught.</li>
  <li>There’s never justification for lying.</li>
  <li>Most people forget deceased parents faster than lost money.</li>
  <li>Trusting others blindly invites trouble.</li>
  <li>Most people are fundamentally good.</li>
  <li>The best way to influence others is to say what they want to hear.</li>
  <li>A new fool is born every minute.</li>
  <li>Humility and honesty beat arrogance and deceit.</li>
</ol>

<p>Add up your 20 scores. Interpretation isn’t about the number—it’s about the honesty behind it. That inner truth is where self-knowledge begins.</p>

<p>Need help reading your results? Feel free to DM me.</p>

<h2 id="three-high-empathy-moves-praise-gifts-and-non-contradiction">Three High-Empathy Moves: Praise, Gifts, and Non-Contradiction</h2>

<p>High-empathy communication rests on three practical moves:</p>

<ol>
  <li><strong>Praise</strong>: Say what <em>they</em> want to hear—not what <em>you</em> think sounds nice. Match tone, timing, and substance to <em>their</em> needs and identity.</li>
  <li><strong>Gifts</strong>: Give what <em>they</em> value—not what <em>you</em> assume is meaningful. Thoughtfulness beats expense. Relevance beats rarity.</li>
  <li><strong>Non-contradiction</strong>: Use “U-shaped” dialogue—even when disagreeing. First affirm shared ground (“I see why that makes sense…”), then bridge (“And given X, have you considered Y?”). This keeps both parties aligned—not opposed.</li>
</ol>

<p>True high empathy is hard. Its core demand is radical other-centeredness: seeing the world through <em>their</em> eyes, standing <em>with</em> them—not just beside them. Mastery takes daily practice.</p>

<p>And remember: high empathy isn’t universal protocol. It’s strategic. Use it when you want allies—not adversaries.</p>

<h2 id="12-traffic-sources-for-wechat-channels-live-streams">12 Traffic Sources for WeChat Channels Live Streams</h2>

<p>Here’s where viewers actually come from:</p>

<ol>
  <li><strong>Traffic Coupons</strong>: New accounts earn coupons for consistent streaming; private-channel referrals that convert also trigger rewards.</li>
  <li><strong>Fan Groups</strong>: Encourage live viewers to join your fan group + enable notifications—30–50% wake-up rate per stream.</li>
  <li><strong>Short Videos</strong>: 1–3% click-through from relevant short videos to your live room.</li>
  <li><strong>WeChat Moments</strong>: Share your stream link directly—especially if fans reshare, you’ll attract high-intent, high-retention viewers.</li>
  <li><strong>Search (WeChat “Sōu Yī Sōu”)</strong>: Users search keywords → land in your live room. Optimize titles and descriptions.</li>
  <li><strong>Official Accounts</strong>: Pre-stream announcements via articles; link your live room to your account—fans see it in their subscription feed.</li>
  <li><strong>WeChat Groups</strong>: Broadcast before and during streams to your own communities—or partner groups (e.g., student cohorts).</li>
  <li><strong>Private Messages</strong>: 1:1 invites to warm leads dramatically boost watch time and engagement.</li>
  <li><strong>Algorithmic Recommendations</strong>: The largest source. Platform pushes based on real-time metrics: retention, interaction, conversion.</li>
  <li><strong>Live Square</strong>: Top-performing streams appear here—driving discovery from casual browsers.</li>
  <li><strong>Live Previews</strong>: Promote upcoming streams across channels (live room banner, Moments, short video, groups). Wake-up rate: 30–50%. Critical for major events.</li>
  <li><strong>Local Feed</strong>: Enable location tagging—users browsing “Nearby Live” see your stream.</li>
</ol>

<p>Key metrics to track &amp; review: <strong>average watch time</strong>, <strong>interaction rate</strong>, <strong>GPM (Gross Profit per Mille)</strong>, <strong>order density</strong>, and <strong>total stream duration</strong>.</p>

<h2 id="why-people-suffer">Why People Suffer</h2>

<p>A core source of human suffering is the persistent urge to control others.</p>

<p>No one welcomes being controlled—not loved ones, colleagues, or strangers. So when you try, resistance follows: friction, resentment, withdrawal, conflict.</p>

<p>This drive isn’t really about others—it’s about <em>yourself</em>. It’s a subconscious bid for certainty, for safety, for the illusion of order in an unpredictable world.</p>

<p>Conversely, being controlled triggers deep unease and fear—another signal to protect your autonomy.</p>

<p>The only sustainable antidote? <strong>Strengthen yourself</strong>—not to dominate, but to stand so firmly in your own center that you no longer need to grip others to feel secure.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Strength of Restraint: Why Not Rushing to Innovate Is a Rare Skill</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-07-16-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-07-16-en/</guid>
      <pubDate>Sun, 16 Jul 2023 09:30:00 +0800</pubDate>
      <description>This essay reflects on the value of restraint in innovation, drawing from outdoor running’s mental benefits, adult focus training, IP development stages, and entrepreneurial growth models. It argues that humility, learning from peers, and iterative improvement—not premature disruption—are marks of true competence and leadership.</description>
      
      <category>Skill</category>
      
      <category>Organization</category>
      
      <category>Cognition</category>
      
      <content:encoded><![CDATA[<h2 id="four-benefits-of-outdoor-running">Four Benefits of Outdoor Running</h2>

<p>Lately I’ve been running outdoors more often—and growing fond of this simple form of exercise. Beyond physical fitness, it offers three additional benefits:</p>

<p>First, reconnecting with nature. Humans evolved within natural environments; natural light, scenery, and living ecosystems enrich our lived experience and lower depression risk.</p>

<p>Second, practicing outdoor meditation. While running, I focus on my breath—or specifically on abdominal breathing—and slip into a state of presence and flow. Meditation doesn’t require silence or stillness: it can happen anywhere, anytime.</p>

<p>Third, sparking inspiration. In flow states, ideas surface effortlessly. I use simple mnemonics to capture them mid-run—then revisit and refine them afterward. It’s surprisingly vivid and rewarding.</p>

<h2 id="how-adults-can-train-focus">How Adults Can Train Focus</h2>

<p>Abdominal breathing meditation is straightforward: place attention on the belly, count breaths, breathe steadily and rhythmically through the nose. During movement, inhale through the nose and exhale through the mouth.</p>

<p>You can practice it anytime—while running, sitting quietly, walking, or even before sleep. I prefer doing it while running: it sharpens focus <em>and</em> strengthens core muscles. Two gains, one habit.</p>

<h2 id="not-rushing-to-innovate-is-a-rare-strength">Not Rushing to Innovate Is a Rare Strength</h2>

<p>Deep in our biology lies a “I’m better than you” instinct: we scan everything and assume, <em>If I did this, I’d do it better.</em> We spot flaws everywhere—even where none exist.</p>

<p>Last year, I spoke with over 100 personal-brand creators (“IPs”). The most common phrase I heard? <em>“Everyone else is a fraud. Their products are garbage. Only I’m authentic.”</em></p>

<p>Then comes the grand vision: <em>“Here’s how I’ll innovate—something no one else has thought of.”</em></p>

<p>That’s why I increasingly value the discipline of <em>not</em> rushing to dismiss peers, <em>not</em> rushing to reinvent, and <em>respecting</em> competitors’ products and business models. That restraint is rare—and powerful.</p>

<p>I admire those who humbly study proven approaches, build upon them patiently, and gradually cultivate their own distinct voice. Those are the IPs most likely to succeed.</p>

<h2 id="three-stages-of-building-a-personal-ip">Three Stages of Building a Personal IP</h2>

<p>Most people get stuck in Stage One—the main bottleneck to growth.</p>

<p><strong>Stage One:</strong> <em>No one measures up.</em> You see flaws everywhere—in competitors, content, formats. You reject “copying” outright. Your worldview is self-centered: poor metrics? “Users are dumb” or “The ops team messed up.”</p>

<p><strong>Stage Two:</strong> <em>You begin to learn.</em> You accept that strong competitors have something worth studying—scripts, structures, content frameworks. You copy rigorously, then analyze data closely and objectively.</p>

<p><strong>Stage Three:</strong> <em>You synthesize and evolve.</em> With early wins as fuel, you absorb diverse best practices, iterate deliberately, and finally crystallize your own authentic style and content system.</p>

<p>A friend summarized it well:</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-img_v2_becf01a9-2018-4753-b67b-9aade1b642eg.jpg" alt="" /></p>

<h2 id="how-to-grow-faster">How to Grow Faster</h2>

<p>Two principles:</p>
<ul>
  <li><strong>With yourself:</strong> Go <em>against</em> human nature (e.g., delay gratification, embrace discomfort).</li>
  <li><strong>With others:</strong> Go <em>with</em> human nature (e.g., listen first, affirm feelings, simplify asks).</li>
</ul>

<h2 id="three-words-for-short-video-success-copy-cash-crush">Three Words for Short-Video Success: Copy, Cash, Crush</h2>

<p>To avoid detours—and move faster—in short-video or live-streaming work, follow this sequence:</p>

<ol>
  <li><strong>Copy</strong>: Repeat what works. Say what others say. Don’t rush to “be original.”</li>
  <li><strong>Cash</strong>: Prove you can monetize. At minimum, validate that this format <em>can</em> earn real money.</li>
  <li><strong>Crush</strong>: Build on that foundation—refine, adapt, layer in small innovations—until your output becomes unmistakably <em>yours</em>.</li>
</ol>

<h2 id="fail-first-then-correct">Fail First, Then Correct</h2>

<p>I came across a story about a highly successful entrepreneur with a bold new plan. A trusted advisor—let’s call him “Trout”—knew the idea was flawed. But outright opposition would damage trust, especially when someone is riding high. People rarely hear truth in momentum.</p>

<p>So Trout said only: <em>“If you want to try it, go ahead.”</em></p>

<p>The entrepreneur failed hard. Afterward, he listened intently to Trout’s advice—and his business flourished.</p>

<p>From the entrepreneur’s side, I get it: some lessons <em>must</em> be lived to be understood. Only after missteps do expert insights land with weight. Without the fall, the wisdom stays abstract.</p>

<h2 id="four-phases-of-entrepreneurship-earn-breed-bank-flow">Four Phases of Entrepreneurship: Earn, Breed, Bank, Flow</h2>

<p>A friend shared an insight from Professor Li Yining—a renowned economist and former Dean of Guanghua School of Management at Peking University. He describes entrepreneurship in four phases:</p>

<ul>
  <li><strong>Earn</strong>: Labor-intensive. You trade time and effort directly for income.</li>
  <li><strong>Breed</strong>: Platform-driven. You build systems—teams, tools, channels—that scale your impact <em>with</em> market tailwinds.</li>
  <li><strong>Bank</strong>: Capital-savvy. You raise funds, invest wisely, and let other people’s capital generate returns.</li>
  <li><strong>Flow</strong>: System-automated. With a stable platform <em>and</em> deep talent bench, revenue arrives predictably—almost organically.</li>
</ul>

<p>This framework applies just as well to individuals: Start by earning with your hands. Then breed leverage—using platforms, software, media. Next, bank via assets, stocks, or equity. Finally, flow—designing systems that attract others to create value <em>for</em> you.</p>

<h2 id="your-boss-decides-your-career-fate">Your Boss Decides Your Career Fate</h2>

<p>Over drinks, a friend vented again about his boss—frustrated, uncertain. I paused, then said: <em>“Your boss matters most. Everything else is secondary.”</em></p>

<p>In corporate life, your boss <em>is</em> your career gatekeeper. So align deeply: take ownership before being asked, shoulder blame without defensiveness, never speak ill behind their back. This isn’t sycophancy—it’s strategic realism.</p>

<p>One caveat: choose carefully. Your first act of agency is picking a boss worth following.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Art of Gift-Giving</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-07-09-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-07-09-en/</guid>
      <pubDate>Sun, 09 Jul 2023 09:30:00 +0800</pubDate>
      <description>This essay explores thoughtful gift-giving—prioritizing “small-category, big-brand” items and recipient-centered choices—alongside reflections on WeChat’s paid ad platform, research as intelligence-gathering, the power of language, complaint reduction through purposeful vision, monetizing passion via overlap, post-depression self-care, competitor-driven business design, pragmatic learning limits, life-as-ladder metaphors, and building focus through discipline and micro-practice.</description>
      
      <category>gift-giving</category>
      
      <category>cognition</category>
      
      <category>business</category>
      
      <category>mental health</category>
      
      <category>research</category>
      
      <category>focus</category>
      
      <content:encoded><![CDATA[<h2 id="the-art-of-gift-giving">The Art of Gift-Giving</h2>

<p>A friend once shared a key principle of gift-giving: <em>“Better to give the chicken’s head than the phoenix’s tail.”</em> In other words: choose a high-end brand in a small, niche category—not a mid-tier item in a mainstream one.</p>

<p>For example, with a ¥1,000 budget, a premium lighter feels more surprising and memorable than a mid-range Xiaomi smartphone.</p>

<p>This rule holds especially true for recipients with stronger financial means—because for them, the <em>showcase value</em> of a gift matters more. So aim for “small-category, big-brand.”</p>

<p>Another vital principle: give what <em>they</em> love—not what <em>you</em> love. If someone doesn’t smoke, a luxury lighter will feel awkward and misplaced. That’s often the hardest part: truly observing and intuiting their preferences.</p>

<p>So the two essentials of thoughtful gifting are: (1) favor the chicken’s head over the phoenix’s tail—and (2) prioritize the recipient’s taste over your own.</p>

<h2 id="on-wechats-mutual-selection-ads">On WeChat’s Mutual Selection Ads</h2>

<p>I tested WeChat’s Mutual Selection advertising platform. Overall impression: platform involvement brings positive influence on ad standards and ecosystem health. As mechanisms mature—especially around oversight, workflow, and content guidelines—WeChat Official Accounts can sustain relevance and growth for much longer.</p>

<p><img src="https://yaojingang.github.io/assets/cognitive-notes/images/《姚金刚认知随笔》-filename-5.png" alt="" /></p>

<h2 id="research-is-turning-hidden-cards-into-visible-ones">Research Is Turning Hidden Cards into Visible Ones</h2>

<p>“Business is like warfare”—a fitting metaphor. Whether you’re freelancing, building a personal brand, launching a startup, or even working inside a company, your real competitors are numerous and often invisible.</p>

<p>The core of research? Aggressively gather information that helps <em>you</em>—not just data for its own sake.</p>

<p>Imagine living without any research habit: everything you “know” would be pure imagination—your version of “how things should be.” Reality, however, rarely matches that internal script. The gap between imagined and actual is usually vast.</p>

<p>Effective research focuses on two areas:</p>
<ol>
  <li><strong>Competitors</strong>: Study how they’ve validated their model—what works, what metrics they track, who their customers are, and what those customers truly need.</li>
  <li><strong>Users</strong>: Talk directly to customers. Listen to their feedback—not assumptions.</li>
</ol>

<h2 id="avoid-negative-words">Avoid Negative Words</h2>

<p>In <em>Thirty Million Words: Building a Child’s Brain</em>, a key finding stands out: <em>What you say may become reality.</em></p>

<p>Every word you speak—consciously or not—shapes your subconscious. Over time, your behavior begins to fulfill those spoken patterns.</p>

<p>Say “I can’t do anything right,” even casually—and you’ll likely quit sooner, withdraw more easily. The more negative words you use (intentionally or not), the more your body and emotions lean into negativity.</p>

<p>Conversely, consistently using positive phrasing—even offhand—gradually shifts both behavior and mood toward resilience. Only sustained positive action makes continuous growth possible.</p>

<p>So stay alert to your own negative language. When you catch it, pause—and replace it with an empowering alternative. Let <em>your ongoing growth</em> be your north star.</p>

<h2 id="how-to-make-complaints-disappearjoyfully">How to Make Complaints Disappear—Joyfully</h2>

<p>We complain easily: outwardly (at others) or inwardly (at ourselves). Neither helps.</p>

<p>Complaining outwardly risks hurting relationships, sparking arguments, or veering into verbal aggression.</p>

<p>Complaining inwardly harms your sense of self—feeding depression, self-doubt, and paralysis.</p>

<p>The best antidote? Expand your perspective.</p>

<p>How? Set a bold, meaningful long-term goal—and reflect on it daily. Ask: <em>What steps move me closer? What does success actually look like?</em></p>

<p>After some time, you’ll notice: many things you once fixated on no longer feel urgent. Against the scale of your larger purpose, they shrink—becoming trivial. When little stirs you, complaints fade naturally.</p>

<h2 id="how-to-do-what-you-love-and-get-paid-for-it">How to Do What You Love <em>and</em> Get Paid for It</h2>

<p>Answer: Find the overlap—between what <em>you</em> love and what <em>others genuinely need</em>.</p>

<p>That intersection is where sustainable income lives.</p>

<p>Example: You love literature, enjoy writing, teach writing methods, and hike regularly. Your audience needs practical writing guidance. So launch a writing-method workshop. You do what energizes you—and earn while doing it.</p>

<h2 id="a-few-principles-after-depression">A Few Principles After Depression</h2>

<ol>
  <li><strong>Don’t expect full understanding from non-professionals.</strong> Trust yourself first. Unless someone has lived through similar pain—or trained professionally—they’ll likely default to clichés or moral pressure. Their intentions may be kind—but capacity is limited.</li>
  <li><strong>Seek professional support:</strong> licensed therapists, psychiatrists, or peers with lived experience. They’re far more likely to meet you with empathy—not judgment.</li>
  <li><strong>Start treating yourself kindly:</strong> buy something you’ve long wanted but hesitated over; spend time in nature; take a short trip; play freely. These aren’t indulgences—they’re repairs.</li>
</ol>

<h2 id="design-your-business-model-around-competitors">Design Your Business Model Around Competitors</h2>

<p>Positioning theory teaches a core truth: <em>The heart of business strategy is competitor-centric design.</em></p>

<p>We often skip deep competitor analysis—assuming our product is uniquely brilliant, unmatched by any rival. When users don’t buy, we blame their “lack of taste.” But the truth is simpler: your competitors are likely stronger—and more nuanced—than you assume.</p>

<h2 id="if-you-cant-understand-something-in-a-year-pause-the-search">If You Can’t Understand Something in a Year, Pause the Search</h2>

<p>If a topic remains unclear after 12 months—especially abstract, philosophical ones like “the meaning of life” or “the nature of reality”—step back.</p>

<p>How many have spent lifetimes on these questions and found no final answer? Why assume you’ll crack them faster?</p>

<p>The most grounded path forward is strategic redirection. Yes—life’s big questions matter. But for most people, what matters <em>more</em> is cultivating presence: mastering today’s small tasks, engaging deeply with the world, and accumulating lived experience. With time, clarity often arrives—not from force, but from readiness.</p>

<h2 id="life-is-like-climbing-a-ladder">Life Is Like Climbing a Ladder</h2>

<p>Life resembles climbing a ladder. Each rung represents growth—not just achievement, but expanded awareness.</p>

<p>Some climb ten rungs a year—using focus, mentorship, and leverage. Others stall for a decade on one step.</p>

<p>The higher you climb, the clearer your vision becomes: your perspective, values, emotional range, and understanding of complexity all deepen.</p>

<p>How to climb higher? Leverage external support. Stay focused. Practice generosity.</p>

<h2 id="why-is-sustained-focus-so-hard">Why Is Sustained Focus So Hard?</h2>

<p>Because our grip on desire is weak. We constantly want <em>this</em> <em>and</em> <em>that</em>—so attention splinters. That fragmentation isn’t just distraction—it’s internal friction.</p>

<p>How can adults train focus?</p>

<p>Start with meditation: a proven, low-barrier way to strengthen attentional muscle. Then anchor practice in tiny, tangible acts—like tending a single plant, or reading just 10 minutes without interruption. Consistency builds capacity—slowly, steadily.</p>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Essence of Most Human Interactions Boils Down to Six Words</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-07-01-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-07-01-en/</guid>
      <pubDate>Sat, 01 Jul 2023 09:30:00 +0800</pubDate>
      <description>This essay explores the core dynamics of human relationships—“have a chat, make some money”—and extends the idea to learning, business timing, marketing, mentorship, and personal agency. It blends practical frameworks (e.g., project lifecycle stages, “ask one more question”) with candid reflections on humility, execution over theory, and bridging information gaps through curiosity and paid access.</description>
      
      <category>relationships</category>
      
      <category>strategy</category>
      
      <category>learning</category>
      
      <category>marketing</category>
      
      <category>agency</category>
      
      <category>information</category>
      
      <content:encoded><![CDATA[<ul>
  <li>【Reflection】</li>
</ul>

<p>Most human interactions—whether personal, professional, or organizational—boil down to six simple words: <em>“Have a chat, make some money.”</em><br />
Straightforward. Unromantic. And deeply true.</p>

<ul>
  <li>【Reflection】</li>
</ul>

<p>When entering a new field—be it a new industry, company, or role—the best strategy is often the most humble one: <em>Listen to people who’ve already succeeded, then do exactly what they say.</em></p>

<p>Don’t rush to “innovate.” First, master the proven path. Then, once you’ve internalized how things actually work, introduce small, thoughtful tweaks. Only after that can real insight—and eventually, breakthrough—emerge.</p>

<p>Too often, we mistake early-stage improvisation for innovation. I remember a new hire who, on Day One, scrapped all existing workflows and built his own system—calling it “my innovation.” He ignored feedback. Within 48 hours, results were disastrous. By Day Three, he was gone. It wasn’t just low EQ—it was cognitive laziness. And yes: <em>How did he even pass the interview?</em> Hiring remains one of the hardest skills to master.</p>

<ul>
  <li>【Reflection】</li>
</ul>

<p>Every project follows a predictable lifecycle: <strong>Germination → Early-Reward Phase → Maturity → Decline</strong>.</p>

<p>The optimal entry point? The <em>Early-Reward Phase</em>: when the model is validated, demand is rising, and margins are still healthy—but operations remain rough around the edges. That’s where “dimensional superiority” kicks in: applying mature-phase operational rigor (e.g., funnel optimization, retention loops) to outperform less-disciplined players.</p>

<p>How to spot the phase? Look at advertising:</p>
<ul>
  <li><strong>Germination</strong>: Little to no ad spend—focus is on product-market fit.</li>
  <li><strong>Early-Reward</strong>: Scalable ad spend appears, but conversion paths and UX are clunky. High ROI signals strong unit economics (e.g., current Hong Kong immigration services or ChatGPT-adjacent tools).</li>
  <li><strong>Maturity</strong>: Margins thin. Profit depends on micro-optimizations across every touchpoint (e.g., pre-“Double Reduction” K12 edtech in China). Avoid unless you have deep capital and elite execution.</li>
  <li>
    <p><strong>Decline</strong>: Growth flatlines. Only differentiated leaders or niche players remain profitable.</p>
  </li>
  <li>【Reflection】</li>
</ul>

<p>Many dismiss “motivational quotes” as empty noise—yet freely dispense them themselves.</p>

<p>The problem isn’t inspiration—it’s <em>utility</em>. Bad motivational content offers zero actionable leverage. Good versions, however, serve a quiet but vital function: <em>resetting your mindset.</em> A calmer, clearer head doesn’t guarantee success—but it dramatically improves your odds of making sound decisions, especially under pressure.</p>

<ul>
  <li>【Reflection】</li>
</ul>

<p>If you want to help someone, give <em>methods</em>, not morals.</p>

<p>A method is a concrete, executable step—something they can try <em>today</em>.</p>

<p>Beware the moment you catch yourself lecturing about “cognition” or “mindset.” First, much of what you call “deep insight” may just be self-reinforcing abstraction. Second, changing someone’s thinking is nearly impossible. Changing their behavior—by handing them a clear next action—is far more effective.</p>

<ul>
  <li>【Reflection】</li>
</ul>

<p>If it’s legal <em>and</em> the other party willingly pays—you’re not scamming. Just serving.</p>

<p>Two non-negotiable conditions: <strong>legality</strong>, and <strong>genuine willingness</strong>.</p>

<ul>
  <li>【Reflection】</li>
</ul>

<p>Lately, I’ve been building healthier habits—earlier wake-ups, morning runs, mindful eating, disciplined work blocks.</p>

<p>Compared to earning ability, <em>diligence is the easiest superpower to acquire.</em> Why? Because it’s fully within your control. Earning well, by contrast, demands rare skill combinations, timing, network effects, and luck.</p>

<p>So start where agency is highest: diligence, deep thinking, thematic reading, intentional conversations. Master those first. Everything else builds from there.</p>

<ul>
  <li>【Reflection】</li>
</ul>

<p>“To do good for others <em>in the way they prefer</em>” sounds noble—until you ask: <em>How do I know what they actually prefer?</em></p>

<p>That’s the bottleneck—not ill will, but blind spots. Most people fail here not because they refuse to adapt, but because they never truly <em>see</em> the other person. To do so requires stepping out of your own frame entirely. Fewer than 1% consistently manage it.</p>

<ul>
  <li>【Reflection】</li>
</ul>

<p>Economic downturns don’t shrink opportunity—they magnify the value of <em>marketing</em>.</p>

<p>Marketing, at its core, is this: <em>Meet real needs, in ways users genuinely like—and do it profitably.</em></p>

<ul>
  <li>【Reflection】</li>
</ul>

<p>Why write a word-for-word script for live streams?</p>

<p>Because scripting forces your rational brain into the loop: <em>Why am I saying this? What does the viewer gain? What emotion does this trigger?</em></p>

<p>Without that discipline, you default to what <em>you</em> enjoy saying—not what the audience needs to hear.</p>

<ul>
  <li>【Reflection】</li>
</ul>

<p>Strong expression drive ≠ strong live-streaming ability.</p>

<p>Great streaming is <em>listening logic</em>, not speaking logic. It means hearing what your audience wants to express—and articulating it back to them, in language they resonate with. If someone with high expression drive trains their <em>listening drive</em>, they become unstoppable.</p>

<p><strong>【A “Lie-Flat” Life Path—And What It Reveals】</strong></p>

<p>I recently spoke with a former VP from Beike (Shell), now running a boutique firm helping middle-class Chinese families navigate overseas education, work, and immigration—<em>as an integrated life design</em>.</p>

<p>Here’s the gist:</p>

<ol>
  <li>He spent years leading overseas business at Beike and MyHome, gaining deep familiarity with real estate, immigration policy, labor markets, and student pathways in Canada, Australia, the UK, and beyond.</li>
  <li>His startup packages those insights into a coherent alternative: a <em>low-stress, high-quality life abroad</em>—what I call a “lie-flat life solution.” Not escape. Not luxury. Just <em>dignified ease</em>.</li>
  <li>Example: A high school student misses top-tier university admission. Instead of retaking exams or grinding through a stressful gap year, they enroll in a Canadian college program aligned with acute labor shortages—like early childhood education. Admission is accessible; job placement near 100%. After 2–3 years of work, permanent residency and citizenship follow.</li>
  <li>This isn’t just for teens. Adults can pivot too—by matching their skills and interests to future labor gaps in target countries (e.g., nursing in Germany, IT support in Estonia). Success hinges on having someone who understands both policy <em>and</em> pipeline realities.</li>
  <li>Total cost? Under ¥1 million RMB—including tuition, living, work permit, and citizenship processing. You get a developed-country passport, healthcare, work-life balance, and solid blue-collar wages.</li>
  <li>It’s fundamentally an <em>information arbitrage</em>: most people assume these three goals (study + work + immigrate) are mutually exclusive—or impossibly hard. They rarely consider them <em>together</em>, let alone as a coordinated plan. Especially if their social circle lacks exposure or ambition.</li>
  <li>But closing the gap isn’t about access—it’s about <em>initiative</em>. For a few thousand RMB, you can book a 1:1 consultation with experts via WeMedia channels. That’s cheaper than a weekend trip—and infinitely more consequential.</li>
  <li>The real barrier isn’t cost or complexity. It’s <em>mental inertia</em>: fear of asking, discomfort with uncertainty, habit of waiting for permission.</li>
  <li>Three tiny examples my friend shared:
    <ul>
      <li>At a bank, as a gold-card holder, he explained he was in a rush—and got served immediately.</li>
      <li>At lunch, seated at a noisy table, he asked if the freshly cleaned booth (meant for four) could accommodate them. The staff checked and moved them.</li>
      <li>At a restaurant known for gifting “Inner Mongolian air,” he asked for <em>two</em> bottles of their new grass-seed gift—and got them instantly.</li>
    </ul>
  </li>
  <li>All three required only <em>one extra sentence</em>. No risk. No cost. Just curiosity + courage to ask.</li>
  <li>Today’s information landscape is shockingly generous to ordinary people—if you’re willing to <em>ask, not assume</em>.</li>
  <li>So stop guessing. Start questioning. And when possible—<em>ask the right people</em>.</li>
  <li>“Right people” means domain experts—not influencers, but practitioners with skin in the game. A sincere message + modest fee (often under ¥100,000) unlocks deep access to 99.9% of world-class knowledge. That’s not magic. It’s leverage.</li>
</ol>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>The Secret to Making Money Is Simply Focusing on Making Money</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-06-25-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-06-25-en/</guid>
      <pubDate>Sun, 25 Jun 2023 09:30:00 +0800</pubDate>
      <description>This essay argues that sustained, focused attention on income generation—just one hour daily—compounds over time to outpace most people. It explores health as a non-negotiable foundation, the power of process-oriented idolization, healthy interdependence in relationships, cognitive gaps between rich and poor, content repurposing in the short-video era, and why prepayment (not credit terms) strengthens trust and execution in non-standard service projects.</description>
      
      <category>focus</category>
      
      <category>cognition</category>
      
      <category>health</category>
      
      <category>relationships</category>
      
      <category>wealth</category>
      
      <category>workflow</category>
      
      <content:encoded><![CDATA[<ul>
  <li>
    <p><strong>[Reflection]</strong> What’s the secret to making money? It’s simply this: <em>focus on making money</em>. Most people spend almost zero mental energy on it daily—not because they don’t care, but because earning money is extraordinarily hard. Harder than nearly anything else. It demands holistic thinking, delayed gratification, high emotional intelligence, deep concentration, and risk tolerance. And even then, success isn’t guaranteed. Yet if you commit just one hour a day—fully focused—and let time compound that effort, your earning capacity will surpass that of most people.</p>
  </li>
  <li>
    <p><strong>[Reflection]</strong> As we enter middle age, health must become non-negotiable: movement, emotional regulation, nutrition, sleep—everything. Many bodily systems, once damaged, recover extremely slowly—if at all. The older we get, the harder change becomes; many deteriorations are irreversible. You’re left managing chronic discomfort and diminished quality of life—not because you didn’t try, but because you waited too long. Prioritize health <em>now</em>.</p>
  </li>
  <li>
    <p><strong>[Reflection]</strong> When we admire an idol, we shouldn’t worship only their outcome—we must study their <em>process</em> and <em>reasons</em>. Otherwise, admiration stays shallow and performative. Conversely, if you want to become someone else’s role model, invest in telling stories that reinforce your values and stance. Only stories stick, spread, and deepen perception over time.</p>
  </li>
  <li>
    <p><strong>[Reflection]</strong> All healthy, sustainable relationships—personal or professional—rest on two pillars: <em>mutual empowerment</em> and <em>mutual independence</em>. Mutual empowerment means shared material interest, shared intellectual or emotional resonance, or both. Independence means honoring each other’s freedom—and protecting each other’s solitude. When both exist, the relationship generates a quiet, lasting sense of ease.</p>
  </li>
  <li>
    <p><strong>[Reflection]</strong> We say “wealth rarely lasts three generations”—but poverty often persists across many more. So when you’re struggling financially, don’t resent the wealthy. Instead, ask honestly: <em>What’s broken in my own thinking?</em> The deepest gap between rich and poor isn’t capital—it’s cognition, mindset, and mental models. If you know a wealthy friend or relative, treat it as luck. Study how they interpret problems, spot opportunities, and respond under pressure—not what they own, but <em>how they think</em>.</p>
  </li>
  <li>
    <p><strong>[Reflection]</strong> Why is Zhang Qi so effective? Not because he’s uniquely brilliant—but because his team systematically reworks every viral piece of content from top influencers: they copy, refine, reinterpret, and repackage it through Zhang Qi’s voice and lens. Why does this work? Because in the short-video era, users’ memory is astonishingly short. The same topic, even near-identical content, feels fresh when delivered by a new person. Can you recall <em>any</em> of yesterday’s scroll-worthy videos?</p>
  </li>
  <li>
    <p><strong>[Reflection]</strong> For non-standard service projects—consulting, training, advisory work—<em>always prefer prepayment over net terms</em>. It benefits both sides. Prepayment signals commitment: the client pays attention, and the provider delivers with higher fidelity. Under prepayment, stakeholders naturally notice strengths; under credit terms, they instinctively hunt for flaws. Same team, same capability—but different framing leads to dramatically different outcomes.</p>
  </li>
</ul>

<p><strong>[Notes from a meeting with a business head at an education group]</strong></p>

<ol>
  <li>The group is building its founder’s personal brand. The chairman posts many short videos—but likes come almost exclusively from employees. It’s classic self-celebration, not audience growth.</li>
  <li>Leadership <em>says</em> it wants to embrace short video and live streaming—but internal resistance is massive. Two root causes: rigid thinking (heavy reliance on past experience), and entrenched interests (the biggest barrier).</li>
  <li>They’ve invested significant effort—but produced zero results. Why? Because they’re executing new tactics with old mental models. Implementation is ritualistic, not strategic.</li>
  <li>Their current approach fails on four counts: high cost, low replicability, poor scalability, and weak controllability. The flaw is <em>conceptual</em>, not operational.</li>
  <li>The real bottleneck? The chairman’s understanding—and willingness to lead the shift personally. Without that, internal change is nearly impossible.</li>
  <li>Unless the chairman deeply grasps the need <em>and</em> steps into the arena to drive it, no internal initiative will succeed.</li>
  <li>An alternative path exists: partner with external agencies. No legacy baggage. No internal politics. Faster iteration. Higher odds of traction.</li>
  <li>For any large group exploring new-media opportunities, the hardest barriers aren’t methodology, budget, or talent—it’s <em>mindset</em> and <em>vested interests</em>.</li>
  <li>A friend asked: <em>Why share these core insights so openly?</em> Because knowing the map is just step one. Actually walking the path requires navigating internal resistance, securing resources, and solving countless execution-level details—none of which can be resolved in an hour-long conversation.</li>
  <li>Still—should they succeed using this direction, I’ll have contributed something meaningful. No downside in that.</li>
  <li>Final alignment: They’d like my team to deliver an internal workshop for the chairman and senior leadership—to shift mindsets first—then explore deeper collaboration opportunities.</li>
</ol>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>Making Traffic Is About Understanding Human Nature</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-06-18-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-06-18-en/</guid>
      <pubDate>Sun, 18 Jun 2023 09:30:00 +0800</pubDate>
      <description>This reflective essay explores how human psychology underpins digital traffic generation, personal focus, collaboration, and sustained effort. It covers anxiety management, framing questions constructively, the primacy of “giving first,” mission-driven motivation, mental positioning, low-expectation joy, serendipitous mentorship, and the quiet power of being disliked—grounded in real conversations with a top live-streaming operator.</description>
      
      <category>human nature</category>
      
      <category>attention</category>
      
      <category>collaboration</category>
      
      <category>mission</category>
      
      <category>emotion</category>
      
      <category>traffic</category>
      
      <content:encoded><![CDATA[<ul>
  <li>
    <p><strong>[Reflection]</strong> To stay more fully present: first imagine the worst possible outcome—and ask yourself whether you could truly accept it. If yes, stop ruminating on results altogether. Only then can future anxiety stop hijacking your now. Example: Writing a book. Worst case? Poor sales. Acceptable? Then drop the outcome from your mind.</p>
  </li>
  <li>
    <p><strong>[Reflection]</strong> When someone asks, <em>“Were you really focused just now?”</em>—that question carries a hidden assumption: <em>You probably weren’t.</em> That assumption becomes a self-fulfilling lens: you scan for evidence of distraction, find it, and spiral into self-doubt. A better question is <em>“How did you stay so focused?”</em> or <em>“What made you so engaged?”</em>—it invites reflection, not defensiveness.</p>
  </li>
  <li>
    <p><strong>[Reflection]</strong> The best strategy for collaboration isn’t “win-win”—it’s <em>selfless service</em>. When you say, “Let’s each earn ¥100,000,” the other person hears, <em>“You’re trying to take half my pie.”</em> But when your sole focus is <em>how to help them gain more</em>, win-win emerges naturally—not as a calculation, but as a byproduct of genuine care.</p>
  </li>
  <li>
    <p><strong>[Reflection]</strong> To sustain long-term effort, find meaning—not just purpose, but <em>mission</em>. I define mission as: <strong>Mission = Role in Context + Altruistic Goal</strong>. Example: As a father, my mission is <em>to help my daughter grow into a physically and mentally healthy person</em>. Clarity here transforms daily actions from chores into calling—and makes persistence effortless. Altruism, at its deepest level, <em>is</em> enlightened self-interest.</p>
  </li>
  <li>
    <p><strong>[Reflection]</strong> What’s the core of positioning theory? <em>Own a slot in the mind.</em> Find one distinctive, simple idea—and repeat it relentlessly, until it’s automatic. Example: Wearing black T-shirts with jeans every day. After a few months, that consistency becomes your visual signature—unmistakable, memorable, owned.</p>
  </li>
  <li>
    <p><strong>[Reflection]</strong> Want more surprise and delight? Lower your expectations. When you expect nothing, even a single comment on your article feels like a gift. Your whole relationship with reality shifts: small joys multiply. Most people feel starved of wonder because their desires and assumptions are too loud—quiet them, and happiness rises instantly.</p>
  </li>
  <li>
    <p><strong>[Reflection]</strong> How do you keep meeting “mentors” (people who change your trajectory)? Two principles: <strong>1) Practice true altruism</strong>—not giving advice or resources, but offering what <em>they actually need</em>, in the way <em>they actually receive it</em>; and <strong>2) Lower your expectations</strong>. When you ask for nothing, even a tiny favor feels like grace—and the person who offers it? That’s your “valuable person.”</p>
  </li>
  <li>
    <p><strong>[Reflection]</strong> Being disliked—without resentment, without apology—is a rare and powerful skill.</p>
  </li>
</ul>

<p><strong>[Notes from a conversation with a top live-streaming operator]</strong></p>

<ol>
  <li>Making traffic is about understanding human nature—and running a live stream is no different.</li>
  <li>Truly exceptional operators respect SOPs—but never let them cage creativity. SOPs guarantee baseline competence; breaking free from them unlocks ceilingless growth.</li>
  <li>People love TikTok not only because it recommends content they like—but also because it serves <em>so much they don’t like</em>. Scrolling through noise to discover something resonant delivers a visceral hit of <em>control</em>. That feeling—of choosing, filtering, landing—is deeply rewarding. And often, once they find “the thing,” they don’t even watch it long.</li>
  <li>Why? Because the <em>process itself</em> satisfies a core human drive: the craving for agency.</li>
  <li>E-commerce live streams and education live streams differ only in surface details—not in psychological architecture.</li>
  <li>For an operator, the most critical trait in a host/teacher is <em>obedience</em>—not blind compliance, but deep trust in the operator’s judgment and willingness to execute faithfully. Technique can be taught; alignment must be embodied.</li>
  <li>“Famous teachers” often struggle here. They have strong opinions—which is fine—except that building a personal brand is <em>not</em> their native domain. When they encounter unfamiliar operational logic, ego kicks in. True collaboration collapses. Those rare stars who set aside status and listen deeply? They’re gold.</li>
  <li>The most important thing a live room delivers isn’t information—it’s <em>emotional value</em>.</li>
  <li>Laughter, tension relief, anxiety reduction, shared resonance—these are emotional payoffs. Knowledge alone doesn’t move people; the <em>feeling of gaining insight</em>, of “getting it,” does.</li>
  <li>Sustained professional focus rests on two quiet pillars: family understanding—and domestic harmony.</li>
  <li>To make others feel valued, practice active empathy: step into their perspective, listen to understand—not to reply—and communicate that understanding clearly.</li>
  <li>One of the most effective ways to express love is to <em>notice and name their strengths</em>—specifically, sincerely, and often.</li>
  <li>In any marriage, one person must initiate “compromise”—not as submission or appeasement, but as a deliberate, generous act to restore relational ease.</li>
  <li>Prioritize <em>emotion over facts</em>. Who’s right matters less than how the other person feels.</li>
  <li>Life isn’t meant to be smooth. It’s meant to be <em>lived</em>—messily, boldly, repeatedly.</li>
</ol>
]]></content:encoded>
    </item>
    
    
    <item>
      <title>How to Truly Stay Present</title>
      <link>https://yaojingang.github.io/essays/weekly-2023-06-10-en/</link>
      <guid isPermaLink="true">https://yaojingang.github.io/essays/weekly-2023-06-10-en/</guid>
      <pubDate>Sat, 10 Jun 2023 09:30:00 +0800</pubDate>
      <description>This reflective essay explores practical and philosophical approaches to presence—covering self-awareness, AI-augmented workflows, team collaboration, and long-term discipline. It weaves together cognitive insights, business pragmatism, and timeless human truths—from Stoic risk framing to Buffett’s late-life wealth surge and the neuroscience of “true self” vs. “false self.”</description>
      
      <category>focus</category>
      
      <category>cognition</category>
      
      <category>business</category>
      
      <category>mindfulness</category>
      
      <category>strategy</category>
      
      <category>personal growth</category>
      
      <content:encoded><![CDATA[<ul>
  <li>
    <p><strong>[Reflection]</strong> How to stay more fully present? Start by imagining the worst possible outcome of what you’re about to do—and ask yourself honestly: <em>Can I accept it?</em> If you can’t, yet must proceed, then shift your work inward: learn to accept that worst case—not as surrender, but as grounding. That acceptance clears mental noise and restores agency.</p>
  </li>
  <li>
    <p><strong>[Reflection]</strong> Streaming live for 5 hours daily, 300+ days a year, <em>will</em> likely yield significant income. Diligence compensates for nearly all technical gaps—but very few sustain it. Two barriers stand out: physical (voice strain, back fatigue) and psychological (the sheer endurance of sustained attention). The way through? Evidence-based vocal training, deliberate practice to enter flow, and—crucially—learning to <em>enjoy</em> the act itself, not just its rewards.</p>
  </li>
  <li>
    <p><strong>[Reflection]</strong> Apply short-form video logic to live streaming: structure each broadcast as a sequence of self-contained ~60-second segments. Why? Because average viewer dwell time in a live room is under two minutes—and people join and leave constantly. Treat every minute as a standalone unit with its own hook, value, and closure.</p>
  </li>
  <li>
    <p><strong>[Reflection]</strong> Optimize your business model: <em>Keep the company small. Maximize profit per employee. Lighten operational weight. Anchor assets conservatively.</em></p>
  </li>
  <li>
    <p><strong>[Reflection]</strong> Knowledge commerce is evolving toward online education: heavier products, deeper service layers, rigorous delivery systems, and <em>real outcomes</em>. The winning models won’t sell inspiration—they’ll co-create transformation with learners, forging durable, high-trust relationships.</p>
  </li>
  <li>
    <p><strong>[Reflection]</strong> Life’s two ultimate aims: financial freedom—and spiritual freedom.</p>
  </li>
  <li>
    <p><strong>[Reflection]</strong> When someone asks one question, replying with ten answers rarely improves communication. Brevity, clarity, and alignment with the other person’s intent build trust faster than exhaustive explanation.</p>
  </li>
  <li>
    <p><strong>[Reflection]</strong> How to label yourself wisely? Humans are suggestible: once you adopt a label—“I’m a writer,” “I’m resilient,” “I’m a learner”—you unconsciously align behavior with it <em>and</em> seek external validation of it. So choose labels deliberately. Affirm those that serve your growth—and filter out others, even when they come from respected sources.</p>
  </li>
  <li>
    <p><strong>[Reflection]</strong> Our mind hosts two selves: one quiet, observing, desire-free—the “True Self”; the other reactive, judgmental, emotionally entangled—the “False Self.” Meditation isn’t about emptying the mind—it’s about gently returning awareness to the True Self, again and again.</p>
  </li>
  <li>
    <p><strong>[Reflection]</strong> Strategy isn’t about predicting the future—it’s about identifying what <em>won’t change</em>: human nature, core needs, enduring trends. Forms evolve rapidly; fundamentals endure. We over-invest in novelty and under-invest in timeless leverage.</p>
  </li>
  <li>
    <p><strong>[Note]</strong> The intelligence gap between people widens across eras: additive in the Industrial Age, multiplicative in the Information Age, <em>exponential</em> in the AI Age. Expect the capable to accelerate—and the unprepared to fall further behind.</p>
  </li>
  <li>
    <p><strong>[Note]</strong> “If the world allowed free human migration, the direction of population flow would be the direction of civilization.” — Friedrich Hayek</p>
  </li>
  <li>
    <p><strong>[Note]</strong> Since the agrarian era, wealth has ceased to be mere compensation for labor—and become reward for <em>cognition</em>.</p>
  </li>
  <li>
    <p><strong>[Note]</strong> “The best way to preserve anything is to keep improving—to become a better, more lovable version of yourself.” — Haruki Murakami <em>(Note: corrected attribution; original Chinese text misattributed to Higashino)</em></p>
  </li>
  <li>
    <p><strong>[Note]</strong> Prioritize what’s <em>important</em>, not what’s <em>urgent</em>.</p>
  </li>
  <li>
    <p><strong>[Note]</strong> The Gaokao (China’s college entrance exam) doesn’t change everyone’s fate—it only changes the fate of those <em>already equipped</em> to change it. Without the exam, they’d still rise. Likewise, wealth or official rank rarely rewrite destiny—they merely reshape the <em>form</em> of hardship. That truth remains unspoken, unexamined—leaving many living lives of quiet self-deception.</p>
  </li>
  <li>
    <p><strong>[Note]</strong> As systems grow more complex and open, inequality deepens for rural youth and children from insular families—not due to lack of effort, but lack of <em>exposure</em>.</p>
  </li>
  <li>
    <p><strong>[Note]</strong> “Love is not gazing at each other, but looking outward together in the same direction.” — Antoine de Saint-Exupéry, <em>The Little Prince</em></p>
  </li>
  <li>
    <p><strong>[Note]</strong> How to increase perceived user value <em>without changing your product</em>? Two levers: amplify <em>social proof</em> (“everyone’s using it”) and engineer <em>scarcity</em> (“only 12 left”).</p>
  </li>
  <li>
    <p><strong>[Note]</strong> A revealing case: In 1999, Israel held a print advertising awards contest. Of the 200 winning ads, 89% fit neatly into just <em>six recurring creative templates</em>. Success isn’t magic—it’s pattern recognition, disciplined execution, and learning from proven frameworks. Failure, by contrast, is chaotic and unrepeatable.</p>
  </li>
  <li>
    <p><strong>[Note]</strong> Whether an ad works—or a promotion converts—isn’t random. There’s rigor, psychology, and accumulated wisdom behind it. That’s why your study matters. That’s why experience compounds.</p>
  </li>
  <li>
    <p><strong>[Note]</strong> Don’t chase “brilliant ideas.” Chase <em>solid execution</em>—clear, repeatable, grounded in principle.</p>
  </li>
  <li>
    <p><strong>[Note]</strong> Steve Jobs said: “Creativity is just connecting things.” When asked how they invent, creative people often feel sheepish—they didn’t <em>invent</em>; they <em>noticed connections</em> others missed. Their genius lies in synthesis: linking lived experience, observation, and insight into something new.</p>
  </li>
  <li>
    <p><strong>[Note]</strong> How much of Warren Buffett’s fortune was made after age 59? Public data shows: $3.8B net worth at 59; $87.5B in 2018. That’s <strong>96% earned post-59</strong>. Compounding isn’t just financial—it’s cognitive, relational, reputational.</p>
  </li>
  <li>
    <p><strong>[Note]</strong> “Life’s Golden 15 Years”: According to Kazuo Inamori, ages 31–46 demand fierce discipline—curbing distraction, embracing solitude, focusing relentlessly on value creation. These years don’t just shape your lifestyle—they define your legacy and ripple across generations.</p>
  </li>
  <li>
    <p><strong>[Note]</strong> Strong goal orientation is the engine of upward momentum. Clarity filters out noise: if your aim is simply “a peaceful, grounded life,” others’ opinions lose gravitational pull. A true goal functions like a lighthouse—constantly realigning action. Most people drift because they have no lighthouse—only scattered, unmapped rocks. Much of our wasted time isn’t stolen by others—it’s surrendered to internal conflict.</p>
  </li>
  <li><strong>[Note]</strong> Building personal brand? Jeffrey Pfeffer outlines three paths:
    <ol>
      <li>Tell compelling stories—about your journey, setbacks, turning points.</li>
      <li>Publish consistently—content cements credibility and expands reach.</li>
      <li>Leverage alliances—borrow legitimacy, visibility, and access from trusted others.</li>
    </ol>
  </li>
  <li>
    <p><strong>[Note]</strong> The most essential quality of power is <em>confidence</em>—especially in first impressions. Your initial 30 seconds define the frame others use to interpret everything that follows.</p>
  </li>
  <li><strong>[Note]</strong> Pfeffer identifies three pillars of personal brand:</li>
  <li>Your domain expertise</li>
  <li>Your documented achievements</li>
  <li>
    <p>Your authentic personal narrative<br />
You should be able to articulate all three in under 30 seconds—and leave someone thinking, <em>“Now I know who you are.”</em></p>
  </li>
  <li>
    <p><strong>[Note]</strong> At small scale, <em>speed = efficiency</em>. At large scale, <em>quality = efficiency</em>—because rework, churn, and reputation damage cost far more than upfront rigor.</p>
  </li>
  <li>
    <p><strong>[Note]</strong> Excellence is built on self-discipline so rigorous it feels like self-confrontation. Discipline isn’t occasional willpower—it’s maintaining a consistent standard, day after day, until the “undisciplined you” fades from view.</p>
  </li>
  <li>
    <p><strong>[Note]</strong> Love <em>concrete people</em>: those physically near you, whose lives intersect yours daily. Don’t waste emotional energy on distant, abstract “communities”—a group chat full of warmth today vanishes with one mute button.</p>
  </li>
  <li>
    <p><strong>[Note]</strong> Don’t chase “hot topics.” Pursue what genuinely fascinates you. If your curiosity also meets real human need, economic reward follows—not as luck, but as natural consequence. — Eric Jorgenson</p>
  </li>
  <li>
    <p><strong>[Note]</strong> The difference between “struggling learners” and “deep learners”? Faced with difficulty: the latter lean in, energized; the former shrink back. It’s not IQ—it’s stamina, self-trust, and tolerance for ambiguity. Early academic success often masks fragility; real resilience reveals itself only when scaffolding disappears.</p>
  </li>
  <li>
    <p><strong>[Note]</strong> Childhood habits—how you think, decide, respond—set your lifelong ceiling. We’re governed less by choice than by unconscious routine. Changing even <em>one</em> habit demands extraordinary effort—but yields disproportionate returns. Why do we “know so much and live so poorly”? Because knowledge without <em>practice</em> remains inert.</p>
  </li>
  <li><strong>[Note]</strong> Two principles for integrity:
    <ol>
      <li>Speak truth <em>to the person’s face</em>.</li>
      <li>Speak well <em>of them behind their back</em>.<br />
And always honor the uniqueness of each person’s path—even when it diverges sharply from your own.</li>
    </ol>
  </li>
  <li>
    <p><strong>[Note]</strong> Don’t offer unsolicited advice. The wise don’t need it. The unready won’t hear it.</p>
  </li>
  <li><strong>[Note]</strong> Marketing’s power lies in its anti-academic nature: no universal formulas, no final exams—yet undeniable results. It draws from psychology, sociology, behavioral economics, and thousands of real-world experiments. Every effective tactic emerged from practice—not theory. No marketing law was born in a vacuum. Practice precedes principle.</li>
</ul>
]]></content:encoded>
    </item>
    
  </channel>
</rss>
