# Xinwei Xiong (cubxxw) · An Open Archive of Practice and Thought > Xinwei Xiong's open archive of AI workflows, real projects, engineering methods, systems thinking, personal growth, philosophy, and life. Author: Xinwei Xiong (熊鑫伟, cubxxw), practitioner, writer, and open-source builder. Editorial identity: An open archive of lived practice and long-term thought, covering AI workflows, real projects, engineering judgment, systems thinking, personal growth, philosophy, and life. Primary domain: https://cubxxw.com/ Available languages: English (https://cubxxw.com/), Simplified Chinese (https://cubxxw.com/zh/). ## About - [About / Contact](https://cubxxw.com/about/): Personal profile and ways to reach me (WeChat, email, GitHub, socials). ## AI Agent ### [Claude Tag Deep Dive: From Shared Slack AI to an Organizational Agent Runtime](https://cubxxw.com/ai-agent/posts/claude-tag-organizational-agent-runtime/) > Claude Tag matters less as a Slack entry point than as an organizational agent runtime built from shared identity, durable memory, asynchronous execution, proactive triggers, and audit controls. Calling Claude Tag a Slack bot misses its most consequential product decision. It turns a channel into a place where an agent can be authorized, remember, and keep working: a team shares one executor; each task runs asynchronously in a thread-level sandbox hosted by Anthropic; Agent Proxy injects external credentials at the network boundary; and the result returns to the public thread with a … ### [Common Sense Is Not the Mechanism: Rebuilding Industries Around Demand, Constraints, and Scarcity](https://cubxxw.com/ai-agent/posts/common-sense-ai-industry-reconstruction/) > Common sense compresses repeated experience into a stable rule of thumb. It can lead us toward a mechanism, but it cannot replace the mechanism, its boundary, counterexamples, or a falsifier. “Is common sense the same as the mechanism underneath?” That was where I got stuck while testing ideas across several industries. I had also reviewed the published work of 22 frontier AI teams and more than 70 people whose work is public. A pattern kept returning: pursue one long-running question, define what good work looks like, connect papers, code, and products, then turn production failures … ### [Forgetting Is Harder Than Remembering: Why a Living System Must Know When to Let Go](https://cubxxw.com/ai-agent/posts/2026-07-31-forgetting-is-an-ai-system-capability/) > Cheap storage makes forgetting a core AI capability. This essay designs auditable decay, archiving, and revocation for long-running AI memory systems. This piece is a thought experiment conducted through simulated interviews from the perspectives of cognitive neuroscience and AI memory engineering—representing no actual experts. In March 2026, I wrote in a note: In the AI era, perhaps forgetting is more important than remembering. The image that came to mind was simple: a water layer with hot, warm, and cold strata. Recently used knowledge … ### [Open Design 0.16.1: A Design Harness for Coding Agents](https://cubxxw.com/ai-agent/posts/open-design/) > Open Design is a design harness rather than a model. It connects coding agents and model providers to file-based design knowledge, then turns briefs into editable artifacts. Open Design is easy to misread. The name also belongs to the older open-design movement around shared product blueprints, but this article is about nexu-io/open-design : an open-source workspace that turns coding agents into a design production system. It is not a model, and it is not simply an image generator. It is a harness. The harness gives an agent a controlled vocabulary, reusable … ### [Claude Code Playbook: 10 Configurations for Reliable Agent Workflows](https://cubxxw.com/ai-agent/posts/claude-code-boris-121-tips-playbook/) > Plan mode and Auto mode solve different problems. Plan exposes decisions before edits; Auto reduces execution-time permission prompts through a separate safety classifier. Put the Tip List Down for a Moment I began this article as a collection of Boris Cherny’s Claude Code habits. That version had a problem: social posts age with models and product releases, while fan-maintained collections tend to mix personal advice, previews, and impressive-looking statistics. A sharp opinion can become a historical footnote before the article reaches its readers. So I took … ### [Loop Engineering for Solo Builders: Verifiers, State, and Safe Automation](https://cubxxw.com/ai-agent/posts/prompt-loop-engineering-practice/) > A loop needs only three things: one task, one check, one stopping condition. Model choice, frameworks, MCP — all secondary. The real work is making the check real and defining when to stop. Why Does Getting Better at This Make Me More Tired? Let me start with a strange thing I banged my head against for a long time before I understood it. When I first started using Claude Code, the productivity gain was visible to the naked eye: an afternoon’s work covered what used to take two days. Once I got fluent, the gains kept coming — but so did the exhaustion at the end of each day. … ### [A Solo Creator's AI Video Editing Pipeline That Actually Works](https://cubxxw.com/ai-agent/posts/solo-creator-video-pipeline/) > For a solo creator, video is mainly a distribution layer. The useful question is not whether a cut looks expensive, but whether it carries something only you could have learned. Last winter I ran a very ugly set of numbers. I’d spent an entire afternoon in a café, writing code and shooting footage in between — about forty minutes of material across phone and screen recording. I started editing that evening and exported at 1:30 in the morning. The finished cut was fifty-eight seconds. Forty minutes of footage. Six hours of editing. Fifty-eight seconds of output. And … ### [When Anyone Can Build the Thing, "He Built It" Becomes the Signal](https://cubxxw.com/ai-agent/posts/super-individual-stack-reputation/) > Building trust requires consistency over time, and time cannot be compressed — this is the one constraint AI cannot take off your hands, and the entire reason reputation is the last layer standing. Same product, different name, different score There’s something I’ve been watching for a long time without finding the right place to write it down. In the same product community, you’ll regularly see two small tools with nearly identical features. One launches and sinks without a trace; the other gets shared repeatedly and draws serious questions. Look at both product pages: … ### [Distribution for Solo Builders: Your Readers Can't Be Copied](https://cubxxw.com/ai-agent/posts/super-individual-stack-distribution/) > A good product does not distribute itself. When building gets cheaper, discovery, relevance, and repeated proof become a larger part of the work. I wasted years on this one sentence “If the product is good enough, people will come.” I believed that line for years. It fits the engineer’s worldview: code is verifiable, performance is measurable, and there’s an objective difference between good and bad. If the difference is objective, then the good thing winning is just a matter of time — the market is efficient, it … ### [AI Writes Requirements for Free, and That's the Most Dangerous Part](https://cubxxw.com/ai-agent/posts/super-individual-stack-judgment/) > Execution cost going to zero doesn't shrink the price of a wrong direction — it amplifies it. The build cycle itself used to be your mid-course wake-up buffer, and that buffer is gone. One morning, and three things that shouldn’t exist One morning I got up, made coffee, opened my laptop, and found the agents I’d left running overnight all parked at “done”: one had added full multilingual support to a small tool of mine — Chinese, English, Japanese copy, an i18n layer extracted; one had built reading-progress analytics for my blog; one had refactored a CLI … ### [I Ran Ten Agents Overnight, Woke Up to Ten PRs, and Then I Got Stuck](https://cubxxw.com/ai-agent/posts/super-individual-stack-production/) > Every advance in the production layer is a public good distributed to the whole industry at once. When you get 5x faster, so do your competitors — so equip this layer to "good enough" and stop. This is part two of “The Super Individual’s Gear Stack.” If you haven’t read the overview , start there — every judgment in this piece rests on the yardstick that essay proposed: does an advance in a layer of gear help only you, or does it help all of your competitors at the same time? ### [The Four-Layer AI Stack for Super Individuals: What Actually Compounds](https://cubxxw.com/ai-agent/posts/super-individual-stack-four-layers/) > Use one investment test: when this capability improves, does the gain become broadly available, or does it remain specific to your work and relationships? The fifteenth tool list changed the question Over six months, I read roughly twenty or thirty “AI-era super individual” tool lists. Around the fifteenth, the pattern became hard to ignore: the lists differed far less than the competitive advantage each one promised. I use most of the tools they recommend. The problem was not that the recommendations were bad. It was that ten thousand builders … ### [Designing devbox-doctor: A Safer Mac Toolchain Audit](https://cubxxw.com/ai-agent/posts/devbox-doctor-design/) > Developer machines accumulate three kinds of debt: tools that appear dormant, overlapping toolchains that may or may not conflict, and data left behind after an uninstall. None can be judged safely from a filename alone. I am building a developer-machine checkup skill called devbox-doctor. The idea sounds simple: inventory a Mac, identify tools that may no longer earn their keep, find actual toolchain conflicts, and trace data left behind by uninstalled apps. The dangerous word in that sentence is identify. A scanner can prove that two tools are installed. It cannot prove that one is useless. A directory can … ### [Agent Skill Design: What a Dangerous SKILL.md Taught Me](https://cubxxw.com/ai-agent/posts/designing-valuable-agent-skills/) > A need is worth turning into a Skill only when three conditions hold at once - the workflow recurs, one step genuinely requires model judgment, and the output has a concrete deliverable. Missing any one, write a plain script or a plain prompt instead. What makes an Agent Skill valuable is not a clever prompt, but a clean division of responsibility: deterministic work goes to code, judgment goes to the model, and execution confirmation returns to the human. Structured contracts hold those parts together. I reached that conclusion by dissecting a storage-cleanup Skill that can delete local files from a web page. Deletion is one of the most … ### [Building an AI Knowledge Base: From Notes to Executable Workflows](https://cubxxw.com/ai-agent/posts/info-to-creation-arsenal/) > Internal and external are two separate systems. The internal knowledge base is an arsenal (methodologies, playbooks, battle records); external platforms are battlefields (audience-facing work). The arsenal stays private, ammunition flows out one way, feedback flows back one way. After the Framework Stood Up, I Realized I Had No “Shared Workshop” The five-part Info-to-Creation series got the framework standing: information gets collected and denoised, records settle into half-finished goods, knowledge gets structured into capability, creation reorganizes it for an audience. But after writing that line in Layer 3: Knowledge — “your knowledge base is the … ## Engineering ### [Argo CD in Production: GitOps Sync, ApplicationSets, Rollbacks, and Security](https://cubxxw.com/engineering/posts/argo-cd/) > Argo CD is a declarative continuous-delivery controller for Kubernetes. It compares desired and live state; it does not replace builds, tests, image scanning, or rollout analysis. A green sync does not prove the delivery system is safe When Argo CD turns an application green, it proves one narrow thing: at that moment, the cluster matches the desired manifests Argo CD calculated. It does not prove that the image passed its tests, that a deletion is safe, or that the next Git change belongs in production. That boundary is the right place to begin. Argo CD is not a pipeline … ### [Kubernetes Resources and Learning Path Summary](https://cubxxw.com/engineering/posts/kubernetes-learning/) > Source code reading is essential for advancing in Kubernetes; start with Docker and Linux fundamentals before proceeding. Requirements 🔥 We need to further study and advance in kubernetes, reading source code is a necessary path. 👀 More importantly, it’s the collection of kubernetes resources. ⚠️ All resources use external links, book resources may not have links, others are personal experiences and summaries. Please contact for removal if there’s copyright infringement. 🚧 ⚠️ **Note: This article will be … ### [Troubleshooting Guide for OpenIM](https://cubxxw.com/engineering/posts/troubleshooting-guide-for-openim/) > Effective troubleshooting follows a systematic process: identify the problem through logs and testing, locate the root cause by tracing execution flow, and solve based on code understanding. Translation and Enhancement of the Article on Troubleshooting Techniques Using OpenIM If you’re seeking specific answers to issues related to OpenIM, I regret to inform you that this article isn’t a collection of problems and solutions. Instead, it focuses on the troubleshooting methods and debugging techniques gleaned from development and operational experiences using OpenIM as a case … ### [Navigating the Open Source Landscape](https://cubxxw.com/engineering/posts/navigating-the-open-source-landscape/) > Open source welcomes contributors at all skill levels; basic knowledge and persistence matter far more than being an expert. Open Source Has Greatly Contributed to My Growth Open source has significantly contributed to my growth, providing numerous experiences and learning opportunities. For those interested in my journey, here is a guide based on my first open source experience: Open Source Contribution Guidelines . When I first got involved in open source shortly after starting university, I discovered that many … ### [Go Directives & Automation Tools Deep Dive](https://cubxxw.com/engineering/posts/directives-and-the-use-of-automation-tools/) > Go provides go:generate directive to automatically create repetitive project-specific code during development before compilation, significantly reducing boilerplate and manual errors These go: instructions in the Go source code && go automation tools Developers have a strong tendency to automate repetitive tasks, and this also applies to writing code. Boilerplate code may include operations such as setting up a basic file structure, initializing variables, defining functions, or importing libraries or modules. In some cases, packages provide boilerplate code as a … ### [Concurrent Type Checking and Cross-Platform Development in Go](https://cubxxw.com/engineering/posts/concurrent-type-checking-and-cross-platform-development-in-go/) > Go's integer type varies by architecture—int is int32 on 32-bit systems and int64 on 64-bit systems, causing overflow bugs that require platform-specific type checking. OpenIM cross-platform source code type checking tool start question In the automation path of OpenIM, it involves more and more comprehensive automated design and testing. In the process, I encountered a problem, so I completed a full set of experience from go language type detection to integrated local and CI. The problem is this issue: https://github.com/openimsdk/open-im-server/issues/1807 Our … ### [OpenIM: Version Control & Testing Workflow](https://cubxxw.com/engineering/posts/openim-building-an-efficient-version-control-and-testing-workflow/) > OpenIM enforces strict branch management with main as stable, release branches for production versions, and PR testing branches requiring rigorous code review and automated testing before merge approval. The success of an open-source project largely depends on its quality management and collaborative processes. In the OpenIM open-source community, the standardization of project management and testing processes is crucial to ensure the quality and stability of the codebase. This document provides a brief overview of our testing strategy, branch management, quality control policies, and how they are … ### [GitOps & Kubernetes Deployment Strategies](https://cubxxw.com/engineering/posts/gitops-practice-theory-part/) > GitOps combines Git as single source of truth with Kubernetes Operators to automate deployment from version control to clusters Today we will take a look at the theory and practice of kubernetes and gitops Command introduction First, let’s take a look at the subnaming supported by kubectl for our convenience: kubectl apply - applies the definition of one or more resources. Typically used to deploy applications or update resources. kubectl get - displays information about one or more resources. This is a common command to … ### [Deployment and Design of Management Backend and Monitoring](https://cubxxw.com/engineering/posts/deployment-and-design-of-management-backend-and-monitoring/) > OpenIM supports multiple deployment strategies including Docker, source code, Kubernetes, each optimized for different environments and scalability needs. OpenIM offers various flexible deployment options to suit different environments and requirements. Here is a simplified and optimized description of these deployment options: Source Code Deployment: Regular Source Code Deployment: Deployment using the nohup method. This is a basic deployment method suitable for development and testing environments. For details, refer to the Regular Source Code … ### [Hugo Advanced Tutorial](https://cubxxw.com/engineering/posts/hugo-advanced-tutorial/) > Hugo templates leverage Go's html/template with automatic HTML escaping and pipeline syntax, where dot notation manages context through hierarchical data access. 136: Hugo Advanced Coming to the advanced part, you need to learn some advanced Hugo techniques in depth. Module Hugo modules are the core building blocks of Hugo. A module can be your main project or a smaller module that provides one or more of the 7* component types defined in Hugo: static, content, layouts, data, assets, i18n and archetypes. You can combine modules in any combination you like, … ### [Kubernetes for Kustomize Learning](https://cubxxw.com/engineering/posts/kubernetes-for-kustomize-learning/) > Kustomize enables declarative Kubernetes configuration customization through patches without modifying original YAML files, maintaining base application settings across environments. Introduction About Kustomize GitHub Repository Get Started Kustomize is an open-source configuration management tool designed specifically for Kubernetes. It helps users customize Kubernetes objects and manage them declaratively without modifying the original YAML files . This means you can retain the basic settings for applications and components while overriding default settings with declarative … ### [OpenIM Use Harbor Build Enterprise Mirror Repositories](https://cubxxw.com/engineering/posts/openim-use-harbor-build-enterprise-mirror-repositories/) > Harbor enables enterprises to build private container registries with Helm and Cert-manager for secure HTTPS-based image storage and CI/CD pipeline integration. Requirements OpenIM provides various public image registry addresses, such as aliyun, github, Docker Hub, and more. Read https://github.com/openimsdk/open-im-server/blob/main/docs/conversions/images.md for more image building guidelines. Most enterprises choose to set up their own image repository using Harbor, integrating it into their CI/CD pipeline to eventually replace Docker Hub and further … ### [Learn About Automated Testing](https://cubxxw.com/engineering/posts/learn-about-automated-testing/) > Automated testing ROI increases over time as maintenance costs remain fixed while tests run repeatedly across multiple environments and browsers. Automated testing practices and strategies for GitHub open source Go projects in the cloud native field introduce As OpenIM, a popular project on Github, how to create value in the cloud native era is very important. OpenIM is a small and high-quality team, and we do not have particularly in-depth insights in automation. Continuous Integration and Continuous Delivery (CI/CD) using GitHub Actions: … ### [Deep Dive into Kubernetes CNI, CRI, CSI Components](https://cubxxw.com/engineering/posts/deep-dive-into-the-components-of-kubernetes-cni-csi-cri/) > CRI is a gRPC-based interface that allows Kubernetes to support multiple container runtimes, with containerd being the optimal choice over Docker and CRI-O. Container Runtime Container Runtime runs on every node in a Kubernetes (k8s) cluster and is responsible for the entire container lifecycle. Docker is currently the most widely used. With the development of container cloud, more and more container runtimes have emerged. To solve the integration problems between these container runtimes and Kubernetes, the community introduced CRI (Container Runtime … ### [Kubernetes Control Plane - Detailed Analysis of Kubelet](https://cubxxw.com/engineering/posts/deep-dive-into-the-components-of-kubernetes-kubectl/) > Kubelet runs on each Kubernetes node managing Pod lifecycles, handling container operations including image pulling, startup, monitoring, and status reporting to the API Server Kubelet Component Analysis Understanding kubelet The Kubelet component runs on Node nodes, maintaining running Pods and providing Kubernetes runtime environment, mainly accomplishing the following missions: Monitor Pods assigned to this Node Mount volumes required by Pods Download Pod secrets Run containers in Pods through docker/rkt Periodically execute liveness probes defined for containers in … ## Growth & Life ### [September 2026 Thought Notes: Architecture, Temples and First Principles](https://cubxxw.com/growth/posts/2026-09-thought-notes/) > Claude's message protocol makes a suspended tool call impossible inside one turn, so optimistic execution needs an explicit rollback path. 2026 September Thought Notes 220 notes this month | recorded from 2026-09-01 to 2026-09-10 Themes: AI and Agent Systems 105 · Daily Notes and Everything Else 44 · Product, Engineering and Open Source 34 · Self-Knowledge and Psychology 16 · Travel, Places and Cities 8 · Reading, Ideas and History 7 · Business, Investing and Career 3 · Content, Craft and Recording 2 · Body, Health and Daily Life 1 … ### [August 2026 Thought Notes: Agent Harness, Product and Self-Knowledge](https://cubxxw.com/growth/posts/2026-08-thought-notes/) > August was mostly spent building agent harnesses: permissions, evaluation, memory and the boring plumbing that decides whether an agent is usable. 2026 August Thought Notes 484 notes this month | recorded from 2026-08-04 to 2026-08-31 Themes: AI and Agent Systems 212 · Daily Notes and Everything Else 118 · Product, Engineering and Open Source 96 · Self-Knowledge and Psychology 36 · Business, Investing and Career 9 · Content, Craft and Recording 6 · Reading, Ideas and History 4 · Travel, Places and Cities 3 Everything from the month is kept … ### [AI Made Me Smarter—and Slower to Meet Reality](https://cubxxw.com/growth/posts/2026-08-15-ai-made-me-smarter-later-to-reality/) > AI can rapidly complete concepts, architectures, and plans while delaying falsifiable feedback. A 48-hour task shows how to let reality answer sooner. During a 48-hour engineering task, I wrote down one sentence: “At this point, I’ve spent half the time designing, researching, understanding the requirements, judging the boundaries, and developing my taste and intuition. I haven’t started writing code.” The task began as a limited feature. After I kept discussing it with AI, it quickly grew a product model, system boundaries, and a complete … ### [I Don't Have an Execution Problem. I Need a Battlefield That Can Say No](https://cubxxw.com/growth/posts/2026-08-03-a-battlefield-that-can-say-no/) > High output disproved my diagnosis of weak execution. What I lacked was an external result with the authority to reorder, stop, renew, or redirect the work. At the beginning of 2026, my GitHub contribution graph stayed nearly blank for several weeks. A few months later, the same graph showed hundreds of contributions in a single week. In July, this blog published 55 articles in Chinese , while GitHub’s contribution calendar recorded 733 contributions. Those numbers prove neither quality nor user value, much less a business result. GitHub also … ### [Reading Hongyi in Quanzhou: Seeing Through, Then Taking Life Seriously](https://cubxxw.com/growth/posts/2026-08-03-hongyi-quanzhou-game-of-life/) > In Quanzhou, Master Hongyi’s Vinaya practice and a Buddhist temple’s Hindu pillars changed how I understand play, commitment, and the choice to keep building. At dusk, I sat on the rooftop of Youli Café and raised my coffee cup toward the twin pagodas of Kaiyuan Temple. The camera recognized the distant towers and ignored the hand in front of it. Cup and fingers dissolved into a red blur; across the old city, the pagodas held their edges. ### [The Scoreboard You Choose Will Eventually Choose You: How Incentives Reshape an Organization](https://cubxxw.com/growth/posts/2026-07-31-incentives-colonize-founders/) > Metrics do more than measure organizations: they train attention and ethics. This essay shows founders how to audit incentives before they become culture. This is a thought experiment-style simulated interview. The respondents are composed of organizational psychology and organizational economics perspectives, and do not represent any real individuals’ original statements. In my June 2026 monthly review, I wrote: Incentive structures colonize personality. At that time, I studied several founders and observed myself. An organization initially … ### [A Second Brain Preserves Your Decision Function](https://cubxxw.com/growth/posts/2026-07-31-second-brain-as-survival-strategy/) > A second brain used over many years records a sequence of choices, revealing what we repeatedly protect, avoid, and require before changing our minds. I had only asked my second brain to organize the thoughts of a friend. It placed scattered notes in order by time, theme, and cause, then tried to explain how she thought about work, money, and freedom. A few thousand words later, I looked at the resulting portrait and realized that the person it had revealed most clearly was not her. It had shown me why I never stop building systems. ### [The Opposite of Freedom Isn’t Constraint—It’s the Defaults That Live Your Day for You](https://cubxxw.com/growth/posts/2026-07-31-freedom-and-defaults/) > Freedom is not the absence of schedules; defaults can quietly live the day for us. Three deliberate choice points help reclaim agency without rigid control. This piece is a thought experiment in simulated interviews. The respondents are synthesized from existential philosophy and behavior design perspectives—this is not verbatim dialogue from any real person. One June day, perhaps like this. I woke around noon. My phone lay on the pillow. First I checked the time, then the messages. Nothing was urgent, so I opened a short video. The algorithm did not … ### [When Generation Becomes Infinite, Authentic Experiences Begin to Command Value](https://cubxxw.com/growth/posts/2026-07-31-reality-becomes-scarce-after-ai/) > AI can generate endless content but cannot bear experience’s cost. Authentic creation therefore depends on embodiment, verification, and ethical boundaries. This piece is a thought experiment in simulated interviews. The interviewees are synthesized from field anthropology and documentary practice perspectives and do not represent any real person’s actual words. I work with AI, yet I am consistently moved by life outside of AI. The blackness of caves in Laos, the sting of a wound after a motorcycle fall, the wind along the Mekong, a stranger who read … ### [Risk Preference Isn't About Enjoying Danger: What Truly Enables Taking a Bet](https://cubxxw.com/growth/posts/2026-07-31-risk-is-not-danger/) > Cave danger and social silence are different risks. This essay reframes courage around ambiguity, exposure, and repeated bets so no rejection can define you. This piece is a thought experiment in the form of a simulated interview. Its two fictional voices combine perspectives from behavioral decision research and high-risk outdoor practice; they do not represent the words of any real person. Nothing here constitutes investment, medical, or outdoor safety advice. In May 2026, I injured my leg in Vang Vieng and still walked into the cave. Over the past … ### [The Cost of Observation: Why the More You Understand, the Harder It Is to Enter Life](https://cubxxw.com/growth/posts/2026-07-31-the-observer-cannot-enter-life/) > Observation protects us through distance, but can keep love and action from beginning. A four-step rhythm reconnects clear judgment with lived contact. This piece presents a thought experiment in simulated dialogue. The respondents are synthesized from phenomenological and psychotherapeutic perspectives and do not represent any real individuals’ words. It is not intended as psychological diagnosis or therapeutic advice. I excel at stepping back. Entering a city, I quickly see how its industries, spaces, and history shape life. Entering a … ### [Creators Don’t Lack Applause—They Lack an Accurate Witness](https://cubxxw.com/growth/posts/2026-07-31-creators-need-accurate-witnesses/) > Creators need more than applause: they need precise evidence that a work arrived. Four kinds of readers reveal what praise, critique, and silence cannot. This piece is a thought experiment conducted through simulated interviews. The interviewees are composed of social psychology, editorial practice, and creator research perspectives and do not represent any real person’s original words. In November 2025, I recorded the phrase: “The creator’s loss: the scarcity of positive feedback.” In April 2026, I wrote: “Understanding generates positive … ### [Records Are Not Mirrors, But Scissors: What Tool You Use Ultimately Shapes Who You Become](https://cubxxw.com/growth/posts/2026-07-31-recording-tools-shape-the-self/) > Note-taking tools do not merely preserve experience; they edit attention and identity. A two-stage practice keeps facts separate from later interpretation. This piece is a thought experiment-style simulated interview. The respondents are composed of cognitive science, archival studies, and product design perspectives and do not represent any actual expert’s original words. In May 2026, I stopped using flomo. That month had no daily reminders, no faint sense of debt from “today’s notes still pending,” and no rapid conversion of thoughts into cards. … ### [Environment as the Hidden Author: Why Moving Cities Feels Like Becoming Someone Else](https://cubxxw.com/growth/posts/2026-07-31-environment-is-the-hidden-author/) > The same person changes across cities. This essay shows how environments shape behavior, while preserving responsibility and room to redesign daily life. This piece is a thought experiment conducted through simulated interviews. The two interviewees are fictional characters synthesized from environmental psychology, behavioral science, and urban studies—representing no real individuals or viewpoints. In May, I explored caves, rode motorcycles, and met strangers in Vang Vieng. By June, back in Shenzhen, I often did not come alive until after dark, … ### [When Distance No Longer Changes You: What Keeps Life Moving After Exploration Fails](https://cubxxw.com/growth/posts/2026-07-31-when-exploration-stops-changing-you/) > When novelty fades, travel must be judged by the relationships and obligations that still survive departure—not by distance, shock, or cities collected. This is a thought experiment-style simulated interview. The respondents are fictional characters composed of developmental psychology, field anthropology, and the author’s personal experience—no real experts are quoted. In December 2025, I wrote in my notes: Exploration no longer provides sufficient momentum. At first, moving to a new city wasn’t just a change of scenery. New languages, social … ## Feeds - Sitemap: https://cubxxw.com/sitemap.xml - RSS: https://cubxxw.com/index.xml - JSON Feed: https://cubxxw.com/feed.json _Rendered from / on https://cubxxw.com/ (language: en)._