<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Home on GameFly Center: Latest AI and Gaming Tech News</title>
        <link>https://gameflycenter.com/</link>
        <description>Recent content in Home on GameFly Center: Latest AI and Gaming Tech News</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en-us</language>
        <lastBuildDate>Mon, 18 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://gameflycenter.com/index.xml" rel="self" type="application/rss+xml" /><item>
            <title>OpenAI Codex Practical Guide: Transform Your Coding Workflow</title>
            <link>https://gameflycenter.com/posts/note-d28b1bf167/</link>
            <pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-d28b1bf167/</guid>
            <description>&lt;h2 id=&#34;openai-codex-practical-guide-transform-your-coding-workflow&#34;&gt;OpenAI Codex Practical Guide: Transform Your Coding Workflow&#xA;&lt;/h2&gt;&lt;p&gt;If you still think of OpenAI Codex as just a code completion tool from 2021, you are missing out!&lt;/p&gt;&#xA;&lt;p&gt;In April 2026, Codex received a major update with the launch of GPT-5.5, desktop control capabilities, and enterprise plans, leading to over 4 million weekly developers.&lt;/p&gt;&#xA;&lt;p&gt;Today, let&amp;rsquo;s explore how to make the most of this redefined &amp;ldquo;AI coding assistant&amp;rdquo;!&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;414px&#34; data-flex-grow=&#34;172&#34; height=&#34;856&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-d28b1bf167/img-68b868ac9f.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-d28b1bf167/img-68b868ac9f_hu_5d9bf89f1b22ad81.jpeg 800w, https://gameflycenter.com/posts/note-d28b1bf167/img-68b868ac9f.jpeg 1479w&#34; width=&#34;1479&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;1-installing-codex-cli-version&#34;&gt;1. Installing Codex CLI Version&#xA;&lt;/h2&gt;&lt;p&gt;I dislike setting up environments, but Codex&amp;rsquo;s installation is incredibly simple.&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-command-line-installation&#34;&gt;1. Command Line Installation&#xA;&lt;/h3&gt;&lt;p&gt;You can install it with a single command in the terminal:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# npm install -g @openai/codex&#xA;&#xA;# macOS users can also use:&#xA;brew install --cask codex&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Authentication is straightforward: if you are already a ChatGPT Plus user, just run &lt;code&gt;codex auth&lt;/code&gt; and scan the QR code to log in.&lt;/p&gt;&#xA;&lt;p&gt;Your quota will follow your subscription, eliminating the hassle of managing API Keys, plus you get an additional $5 API quota.&lt;/p&gt;&#xA;&lt;p&gt;Enterprise or high-frequency users can still use the standard &lt;code&gt;OPENAI_API_KEY&lt;/code&gt; configuration.&lt;/p&gt;&#xA;&lt;p&gt;After installation, type &lt;code&gt;codex&lt;/code&gt; to start interacting with the AI assistant in the terminal.&lt;/p&gt;&#xA;&lt;p&gt;To verify the installation:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;npm install -g @openai/codex&#xA;&#xA;codex --version&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;544px&#34; data-flex-grow=&#34;226&#34; height=&#34;560&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-d28b1bf167/img-1856384b2d.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-d28b1bf167/img-1856384b2d_hu_7f4dbb97a02eb907.jpeg 800w, https://gameflycenter.com/posts/note-d28b1bf167/img-1856384b2d.jpeg 1270w&#34; width=&#34;1270&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;2-configuring-login&#34;&gt;2. Configuring Login&#xA;&lt;/h3&gt;&lt;p&gt;In PowerShell, type:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;codex&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;You will need to log in or use an API key.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;572px&#34; data-flex-grow=&#34;238&#34; height=&#34;522&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-d28b1bf167/img-bfcba16c75.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-d28b1bf167/img-bfcba16c75_hu_ee44ad70cf396e05.jpeg 800w, https://gameflycenter.com/posts/note-d28b1bf167/img-bfcba16c75.jpeg 1246w&#34; width=&#34;1246&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;If you have a Plus account, you can log in directly.&lt;/p&gt;&#xA;&lt;h3 id=&#34;3-configuring-cc-switch&#34;&gt;3. Configuring CC Switch&#xA;&lt;/h3&gt;&lt;p&gt;CC Switch is a cross-platform desktop tool for &lt;strong&gt;one-click management/switching of Codex, Claude Code, and other AI programming tools&amp;rsquo; API providers&lt;/strong&gt;, automatically rewriting configurations.&lt;/p&gt;&#xA;&lt;p&gt;Since I don&amp;rsquo;t have a Plus account, you can use a domestic API key with a local model.&lt;/p&gt;&#xA;&lt;p&gt;Download CC Switch:&#xA;&lt;a class=&#34;link&#34; href=&#34;https://github.com/farion1231/cc-switch/releases&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;CC Switch Releases&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;4-adding-providers&#34;&gt;4. Adding Providers&#xA;&lt;/h3&gt;&lt;p&gt;Using Silicon-based models, Codex may not work. I tried the Bailian model, which is usable.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;412px&#34; data-flex-grow=&#34;171&#34; height=&#34;516&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-d28b1bf167/img-886f2ef7b2.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-d28b1bf167/img-886f2ef7b2_hu_f1de14a424e56e29.jpeg 800w, https://gameflycenter.com/posts/note-d28b1bf167/img-886f2ef7b2.jpeg 887w&#34; width=&#34;887&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;environment-variable-example-using-qwen-model&#34;&gt;Environment Variable Example (Using Qwen Model)&#xA;&lt;/h3&gt;&lt;p&gt;Model Name: &lt;code&gt;qwen3.6-plus&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;API Key URL:&lt;/p&gt;&#xA;&lt;p&gt;&lt;code&gt;https://dashscope.aliyuncs.com/compatible-mode/v1&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;code&gt;COPILOT_API_KEY=&amp;quot;your_bailian_API_key&amp;quot;&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;382px&#34; data-flex-grow=&#34;159&#34; height=&#34;536&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-d28b1bf167/img-d57684097d.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-d28b1bf167/img-d57684097d_hu_d8b89421b0fbcb95.jpeg 800w, https://gameflycenter.com/posts/note-d28b1bf167/img-d57684097d.jpeg 855w&#34; width=&#34;855&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;345px&#34; data-flex-grow=&#34;144&#34; height=&#34;555&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-d28b1bf167/img-ca3e528f8b.jpeg&#34; width=&#34;800&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;2-codex-desktop-cli-version&#34;&gt;2. Codex Desktop CLI Version&#xA;&lt;/h2&gt;&lt;h3 id=&#34;1-registering-an-openai-account&#34;&gt;1. Registering an OpenAI Account&#xA;&lt;/h3&gt;&lt;p&gt;The first step is always preparing your account. If you already have an OpenAI account, skip ahead; if not, go to the official website to set up basic permissions.&lt;/p&gt;&#xA;&lt;p&gt;Download link:&#xA;&lt;a class=&#34;link&#34; href=&#34;https://github.com/openai/codex/releases&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Codex Releases&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;2-special-redemption-for-intel-macs-old-machines-can-run-too&#34;&gt;2. Special Redemption for Intel Macs: Old Machines Can Run Too&#xA;&lt;/h3&gt;&lt;p&gt;If you are using M1/M2/M3 series chips, congratulations! Just double-click the DMG to install it directly.&lt;/p&gt;&#xA;&lt;p&gt;However, Intel Mac users should note that the official DMG is not compatible by default! No worries, the GitHub community has a solution.&lt;/p&gt;&#xA;&lt;p&gt;Visit the open-source project:&#xA;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ersione/codex-intel-mac&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Codex Intel Mac&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Follow the instructions to run the repackaging script, and in a few minutes, you will generate your own &lt;code&gt;Codex-Intel.app&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;3-cleaning-up-old-configurations-remove-old-keys-to-access-official-benefits&#34;&gt;3. Cleaning Up Old Configurations: Remove Old Keys to Access Official Benefits&#xA;&lt;/h3&gt;&lt;p&gt;After installation, don&amp;rsquo;t rush to double-click! Many old users have previously written base URLs and private API Keys for third-party models. If not addressed, Codex will still use your private interface upon startup, consuming your quota and costing you money.&lt;/p&gt;&#xA;&lt;p&gt;Open the terminal and execute the following two steps:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;cp ~/.codex/config.toml ~/.codex/config.toml.bak&#xA;vim ~/.codex/config.toml&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Open the file in an editor and &lt;strong&gt;delete all custom proxy addresses, base URLs, and API Keys&lt;/strong&gt;. Save and exit. This step is crucial for forcing the official account login and enjoying free quotas.&lt;/p&gt;&#xA;&lt;h3 id=&#34;4-login-authentication-browser-authorization-for-seamless-connection&#34;&gt;4. Login Authentication: Browser Authorization for Seamless Connection&#xA;&lt;/h3&gt;&lt;p&gt;Now double-click to open Codex. Click the ⚙️ settings panel in the bottom right:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;• If it shows API login, it means the previous step was not cleaned up; click &lt;strong&gt;Logout&lt;/strong&gt; first.&lt;/li&gt;&#xA;&lt;li&gt;• Select &lt;strong&gt;OpenAI Account Login&lt;/strong&gt;; the system will automatically redirect to the browser authorization page. Once you see the Login Successful message, just close that web tab.&lt;/li&gt;&#xA;&lt;li&gt;• Return to the desktop, and check the settings panel again. If your OpenAI registered email is displayed, the connection is fully established!&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;3-using-codex&#34;&gt;3. Using Codex&#xA;&lt;/h2&gt;&lt;p&gt;Installing is not the goal; running business processes is. Here are five common use cases organized by my team:&lt;/p&gt;&#xA;&lt;h3 id=&#34;operations-scripts&#34;&gt;Operations Scripts&#xA;&lt;/h3&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;codex &amp;#34;Write a bash script to monitor disk space&amp;#34;&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;img alt=&#34;Image 9&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;573px&#34; data-flex-grow=&#34;238&#34; height=&#34;335&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-d28b1bf167/img-ad8de62715.jpeg&#34; width=&#34;800&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;debugging-bugs&#34;&gt;Debugging Bugs&#xA;&lt;/h3&gt;&lt;p&gt;Directly input error logs to let it identify the root cause and provide a patch.&lt;/p&gt;&#xA;&lt;h3 id=&#34;generating-test-cases&#34;&gt;Generating Test Cases&#xA;&lt;/h3&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;codex &amp;#34;Generate unit tests to cover src/utils/&amp;#34;&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h3 id=&#34;batch-refactoring&#34;&gt;Batch Refactoring&#xA;&lt;/h3&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Switch to `auto-edit`, and with one command, replace all `var` with `const/let`&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h3 id=&#34;automatically-generating-documentation&#34;&gt;Automatically Generating Documentation&#xA;&lt;/h3&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Run it to directly produce README + API documentation&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Don&amp;rsquo;t miss out on advanced features:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;• &lt;strong&gt;AGENTS.md&lt;/strong&gt;: Place this file in the project root, which acts like an &amp;ldquo;employee manual&amp;rdquo; for the AI. Include language, package management, indentation, and commit standards; it will automatically load with each conversation. Type &lt;code&gt;/init&lt;/code&gt; in the terminal to generate a template.&lt;/li&gt;&#xA;&lt;li&gt;• &lt;strong&gt;config.toml&lt;/strong&gt;: Supports global, project, and command-line configurations. Want to default to running GPT-5.5? Just change the model field. MCP server configurations can also be directly converted to TOML for reuse.&lt;/li&gt;&#xA;&lt;li&gt;• &lt;strong&gt;Automations&lt;/strong&gt;: The app supports background scheduled tasks, such as automatically closing expired PRs daily or syncing progress with Notion and Slack. It won&amp;rsquo;t be affected by network disconnections; results will automatically enter the review queue.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;codex-vs-claude-code-which-one-to-choose&#34;&gt;Codex vs. Claude Code: Which One to Choose?&#xA;&lt;/h2&gt;&lt;p&gt;The community often debates &amp;ldquo;which is stronger&amp;rdquo;; I would say this question itself is misguided.&lt;/p&gt;&#xA;&lt;p&gt;The two have fundamentally different roles, and smart users have already split workflows by scenario:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;• &lt;strong&gt;Batch refactoring, writing scripts, running CI/CD&lt;/strong&gt; → Choose Codex CLI without hesitation. Token consumption is only 1/3 to 1/4 of Claude&amp;rsquo;s, memory usage is just 80MB, and terminal benchmark tests lead by 12 percentage points, making it naturally suitable for unattended pipelines.&lt;/li&gt;&#xA;&lt;li&gt;• &lt;strong&gt;Complex architecture design, precise debugging, front-end component development&lt;/strong&gt; → Leave it to Claude Code. Its multi-step reasoning and framework understanding are indeed more nuanced, with a blind test win rate of 67%.&lt;/li&gt;&#xA;&lt;li&gt;• Both are around 80% in &lt;strong&gt;SWE-bench Verified&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;So don’t pick sides; the right answer is to &amp;ldquo;triage&amp;rdquo; by task type.&lt;/p&gt;&#xA;&lt;h2 id=&#34;conclusion&#34;&gt;Conclusion&#xA;&lt;/h2&gt;&lt;p&gt;No matter how good the tool is, if used incorrectly, it’s useless. Before implementation, remember these three points:&lt;/p&gt;&#xA;&lt;p&gt;✅ &lt;strong&gt;Always run in a Git repository&lt;/strong&gt;. Codex has built-in checkpoint rollback; combined with git worktree to isolate experimental branches, you can restore from failures with a single click.&lt;/p&gt;&#xA;&lt;p&gt;✅ &lt;strong&gt;Use full-auto cautiously for sensitive projects&lt;/strong&gt;. First, use suggest to understand behaviors, then switch to auto-edit. For enterprise projects, ensure data compliance; API Key mode inputs are not used for training, but permission isolation must be well managed.&lt;/p&gt;&#xA;&lt;p&gt;✅ &lt;strong&gt;Use /model to switch models flexibly&lt;/strong&gt;. Use GPT-5.5 for complex tasks, and 5.4/5.3-Codex for lightweight commands, saving money and improving efficiency.&lt;/p&gt;&#xA;&lt;p&gt;Now, Codex has evolved from just &amp;ldquo;writing code&amp;rdquo; to &amp;ldquo;managing processes&amp;rdquo;. Instead of waiting for it to be perfect, integrate it into your toolchain now and find the rhythm that suits you best in practice.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Interactive Time:&lt;/strong&gt; Do you prefer Codex or Claude? Have you discovered any amazing workflows? Feel free to share your thoughts in the comments!&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>OpenAI&#39;s Ambitious Move: Building an AI Agent Phone</title>
            <link>https://gameflycenter.com/posts/note-ace7b04ecf/</link>
            <pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-ace7b04ecf/</guid>
            <description>&lt;p&gt;AI Agent Era&amp;rsquo;s Entry Anxiety.&lt;/p&gt;&#xA;&lt;p&gt;This summer, Elon Musk is set to do something unprecedented in history: merge a large model company with a rocket manufacturing company for an IPO.&lt;/p&gt;&#xA;&lt;p&gt;OpenAI&amp;rsquo;s most questionable move right now might be venturing into mobile phones. However, Sam Altman seems to think otherwise.&lt;/p&gt;&#xA;&lt;p&gt;In Q1 of this year, OpenAI&amp;rsquo;s revenue and user growth fell short of expectations. Competitor Anthropic, with Claude Code, has attracted the most willing-to-pay users. Following this script, OpenAI should be contracting and focusing on proving its profitability ahead of an IPO by the end of this year or early next year.&lt;/p&gt;&#xA;&lt;p&gt;Contrary to this, supply chain news suggests it is gearing up to challenge the world&amp;rsquo;s most mature, closed, and profitable consumer electronics category: the iPhone.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;192px&#34; data-flex-grow=&#34;80&#34; height=&#34;1350&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ace7b04ecf/img-c2655e6f63.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ace7b04ecf/img-c2655e6f63_hu_b81ced0bbec35f9a.jpeg 800w, https://gameflycenter.com/posts/note-ace7b04ecf/img-c2655e6f63.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;Reports indicate that OpenAI is accelerating the development of its first AI Agent phone, aiming for mass production by mid-2027, with a target of shipping 30 million units in the next two years.&lt;/p&gt;&#xA;&lt;p&gt;Is it crazy?&lt;/p&gt;&#xA;&lt;p&gt;Perhaps not. OpenAI seems to have recognized a more pressing issue: ChatGPT is intelligent, but it lacks physical capabilities.&lt;/p&gt;&#xA;&lt;p&gt;It can answer questions but struggles to complete tasks. It resides within other systems—Apple&amp;rsquo;s, Microsoft&amp;rsquo;s, operating systems, browsers—thus lacking true authority.&lt;/p&gt;&#xA;&lt;p&gt;The focus here is not on why OpenAI wants to build a phone, but rather how the company gradually realized that without its own terminal device, ChatGPT cannot truly thrive.&lt;/p&gt;&#xA;&lt;h2 id=&#34;chatgpts-success-as-path-dependence&#34;&gt;ChatGPT&amp;rsquo;s Success as Path Dependence&#xA;&lt;/h2&gt;&lt;p&gt;In April 2026, SpaceX secured an option to acquire Cursor for up to $60 billion later this year.&lt;/p&gt;&#xA;&lt;p&gt;OpenAI initially believed in models—not phones, browsers, or specific apps. It believed in intelligence itself.&lt;/p&gt;&#xA;&lt;p&gt;In its worldview, as long as the model is strong enough, the entry points, products, and business models will naturally progress.&lt;/p&gt;&#xA;&lt;p&gt;This is not just rhetoric. In 2020, OpenAI published the influential Scaling Laws paper, establishing a relatively optimistic belief: as models, data, and computing power scale, intelligence will improve in predictable ways.&lt;/p&gt;&#xA;&lt;p&gt;In other words, the priority is not to seize entry points first but to continue strengthening the model. With sufficient intelligence, the world will naturally yield.&lt;/p&gt;&#xA;&lt;p&gt;This belief was validated on November 30, 2022.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;359px&#34; data-flex-grow=&#34;149&#34; height=&#34;683&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ace7b04ecf/img-a69819fbd2.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ace7b04ecf/img-a69819fbd2_hu_ba57da14ccdaa56f.jpeg 800w, https://gameflycenter.com/posts/note-ace7b04ecf/img-a69819fbd2.jpeg 1024w&#34; width=&#34;1024&#34;&gt;&#xA;On that day, ChatGPT launched. It had no flashy interface, no hardware, no pre-installed platform—just an input box on a webpage. Yet, it provided an unprecedented experience; you could type a sentence, and it would respond like a human.&lt;/p&gt;&#xA;&lt;p&gt;The shock was not just that AI could converse, but that it did so without relying on any traditional entry points. No phone manufacturers pushed it, no operating systems prominently featured it; users found it themselves.&lt;/p&gt;&#xA;&lt;p&gt;Within two months, it surpassed 100 million monthly active users, becoming the fastest-growing consumer application in human history.&lt;/p&gt;&#xA;&lt;p&gt;OpenAI appeared to be right. Microsoft quickly deepened its investment, embedding its capabilities into Copilot, Office, and Bing; Apple also integrated ChatGPT into Apple Intelligence at the 2024 WWDC.&lt;/p&gt;&#xA;&lt;p&gt;At this point, OpenAI stood at the center of the era: the strongest model, the largest user base, and the deepest collaborations.&lt;/p&gt;&#xA;&lt;p&gt;However, this is where the problems began.&lt;/p&gt;&#xA;&lt;p&gt;ChatGPT&amp;rsquo;s success was so dazzling that it easily led OpenAI to believe that the model itself was the entry point. It didn’t need to own a phone or control an operating system—if the intelligence was impressive enough, users would come on their own.&lt;/p&gt;&#xA;&lt;p&gt;The real cracks began to emerge from here.&lt;/p&gt;&#xA;&lt;h2 id=&#34;claude-code-redefines-revenue-rules&#34;&gt;Claude Code Redefines Revenue Rules&#xA;&lt;/h2&gt;&lt;p&gt;The first crack came from Anthropic.&lt;/p&gt;&#xA;&lt;p&gt;In May 2025, it launched Claude Code. There were no flashy demos or explosive launch events. This product simply integrated into developers&amp;rsquo; terminals, codebases, and Git workflows, helping engineers get their work done.&lt;/p&gt;&#xA;&lt;p&gt;Six months after launch, Claude Code&amp;rsquo;s annualized revenue reached $1 billion; within a year, it exceeded $2.5 billion. By April 2026, Anthropic&amp;rsquo;s total annualized revenue surpassed $30 billion.&lt;/p&gt;&#xA;&lt;p&gt;Meanwhile, OpenAI reported monthly revenues of $2 billion, annualized at about $24 billion.&lt;/p&gt;&#xA;&lt;p&gt;Anthropic achieved higher revenue with far fewer users than ChatGPT. This is where OpenAI should truly be concerned.&lt;/p&gt;&#xA;&lt;p&gt;The reason is simple—it penetrated a segment of users most willing to pay.&lt;/p&gt;&#xA;&lt;p&gt;The question is, why did OpenAI lag behind?&lt;/p&gt;&#xA;&lt;p&gt;Not because it couldn&amp;rsquo;t see the potential of Agents. It was the dazzling success of ChatGPT that led OpenAI to continue along its original inertia: building stronger models, expanding the user base, and seeking the next universal entry point.&lt;/p&gt;&#xA;&lt;p&gt;Over the past two years, OpenAI has launched many 0 to 1 attempts—GPT Store, Sora, Operator, Deep Research—all stemming from this mindset. They collectively point to one judgment: as long as the model is strong enough, new products, new entry points, and new business models will emerge naturally.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;192px&#34; data-flex-grow=&#34;80&#34; height=&#34;1350&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ace7b04ecf/img-9184cff374.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ace7b04ecf/img-9184cff374_hu_bc3438b102424952.jpeg 800w, https://gameflycenter.com/posts/note-ace7b04ecf/img-9184cff374.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;However, Anthropic chose a different path. It did not first create a super entry point for everyone but instead embedded Claude Code into developer workflows, repeatedly refining one thing—ensuring AI could complete tasks.&lt;/p&gt;&#xA;&lt;p&gt;This is where OpenAI was slow. It wasn’t that it didn’t create new products; it failed to immediately capitalize on a high-paying scenario, scaling it from 1 to 100.&lt;/p&gt;&#xA;&lt;p&gt;Sora is a typical example. It shocked the audience at launch, but video generation consumed massive computing resources, and user retention and business models were unclear. Later, OpenAI shut down Sora, which in some ways was a pruning—realizing that creating an impressive AI demo and penetrating a high-paying workflow are two different things.&lt;/p&gt;&#xA;&lt;p&gt;Model capabilities can create highlights, but commercial efficiency comes from consistent delivery of results.&lt;/p&gt;&#xA;&lt;p&gt;At this point, OpenAI finally recognized: Agents are not an added feature but the core of the next phase of AI commercialization. ChatGPT cannot just prove its intelligence; it must demonstrate its ability to complete tasks for users.&lt;/p&gt;&#xA;&lt;p&gt;But when it truly began to take on tasks, it encountered not the ceiling of model capability but the ceiling of authority.&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-to-monetize-900-million-users&#34;&gt;How to Monetize 900 Million Users&#xA;&lt;/h2&gt;&lt;p&gt;OpenAI is certainly also in pursuit. In May 2025, it launched Codex in direct response to Claude Code. By April 2026, Codex achieved a weekly active user count of 3 million.&lt;/p&gt;&#xA;&lt;p&gt;However, in the coding arena, OpenAI faces an uphill battle to regain ground—Anthropic has already established a stronghold in the coding Agent mindset, leaving newcomers to play catch-up.&lt;/p&gt;&#xA;&lt;p&gt;This is why OpenAI has begun reallocating resources: shifting focus from projects that easily create highlights but struggle to penetrate commercial loops towards Agents, enterprise markets, and more foundational research.&lt;/p&gt;&#xA;&lt;p&gt;What it truly needs to look at is the larger card in its hand—900 million weekly active users.&lt;/p&gt;&#xA;&lt;p&gt;These users are not programmers and won’t pay for code. Yet, each of them has needs: writing emails, creating proposals, researching, booking travel, shopping, organizing files.&lt;/p&gt;&#xA;&lt;p&gt;If ChatGPT can evolve from a &amp;ldquo;talking&amp;rdquo; entry point to a &amp;ldquo;doing&amp;rdquo; entry point, that would represent OpenAI&amp;rsquo;s true commercial capability.&lt;/p&gt;&#xA;&lt;p&gt;Imagine a scenario: you want to buy a flight ticket, telling ChatGPT your time, budget, and preferences, and it helps you check flights, compare prices, and look at hotels, ultimately providing you with a confirmation button.&lt;/p&gt;&#xA;&lt;p&gt;At that moment, a part of the value of travel booking platforms would be bypassed. Price comparisons, ad placements, commissions, and user decision influences would all be redistributed. Buying insurance, paying credit cards, and settling utility bills follow the same logic. As long as the Agent can complete tasks, OpenAI has a chance to earn a share of every transaction commission and every advertising influence.&lt;/p&gt;&#xA;&lt;p&gt;This is where the true value of 900 million users lies—ChatGPT evolves from merely answering questions to taking over tasks and transaction entry points.&lt;/p&gt;&#xA;&lt;p&gt;However, once AI starts performing tasks, it is no longer just a model in a chat box. It needs to know your location, see what’s happening on your screen, and access your files, calendar, emails, and payments.&lt;/p&gt;&#xA;&lt;p&gt;The question then shifts from &amp;ldquo;Is the model strong enough?&amp;rdquo; to &amp;ldquo;Who has the authority?&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;And authority is precisely what OpenAI lacks.&lt;/p&gt;&#xA;&lt;h2 id=&#34;chatgpt-lives-in-others-houses&#34;&gt;ChatGPT Lives in Others&amp;rsquo; Houses&#xA;&lt;/h2&gt;&lt;p&gt;OpenAI initially believed that collaboration could solve the entry problem. Apple provided it with the iPhone, and Microsoft offered Office, Windows, and enterprise clients. At the time, this seemed a victory for OpenAI&amp;rsquo;s model belief.&lt;/p&gt;&#xA;&lt;p&gt;However, with the arrival of the Agent era, the problem changed.&lt;/p&gt;&#xA;&lt;p&gt;With Apple, ChatGPT is an external expert being called upon. It can answer questions but cannot truly take over screens, cameras, notifications, payments, and files—these permissions Apple will not relinquish. Otherwise, the iPhone&amp;rsquo;s &amp;ldquo;soul&amp;rdquo; would no longer belong to Apple.&lt;/p&gt;&#xA;&lt;p&gt;The same goes for Microsoft. In the past, OpenAI provided models while Microsoft integrated AI into Office and other entry points. But as OpenAI began developing Codex and enterprise Agents, it encroached on Microsoft&amp;rsquo;s territory—Agents naturally need to enter workflows, write code, handle files, and complete tasks for employees, which are core areas of Microsoft&amp;rsquo;s sovereignty.&lt;/p&gt;&#xA;&lt;p&gt;Thus, while OpenAI and Microsoft’s relationship did not immediately fracture, the boundaries have changed. In April 2026, both parties adjusted their agreement, converting Microsoft’s exclusive authorization into a non-exclusive one, allowing OpenAI to serve clients on any cloud.&lt;/p&gt;&#xA;&lt;p&gt;The meaning of this is clear: OpenAI does not want to be merely a supplier within the Microsoft ecosystem. It aims to face clients directly, deliver Agents independently, and secure its own entry points.&lt;/p&gt;&#xA;&lt;p&gt;At this juncture, its relationship with Apple and Microsoft has become delicate. Because Agents require not just a display position but a default entry point, system permissions, and the first smart terminal users interact with daily.&lt;/p&gt;&#xA;&lt;p&gt;These are things Apple and Microsoft will not provide, nor can they.&lt;/p&gt;&#xA;&lt;p&gt;Ultimately, ChatGPT is powerful, yet it continues to reside in others&amp;rsquo; houses—Apple&amp;rsquo;s house, Microsoft&amp;rsquo;s house, browsers&amp;rsquo; houses, operating systems&amp;rsquo; houses. It can be called upon, integrated, and serve as a good supplier, but it cannot decide when to appear or what permissions it can access.&lt;/p&gt;&#xA;&lt;p&gt;A mobile phone, however, is the most aligned with its resource endowment. The 900 million weekly active users are already willing to entrust their questions to ChatGPT—transitioning this mindset to a device is shorter than building an operating system or a browser from scratch.&lt;/p&gt;&#xA;&lt;p&gt;What it aims to create is not just another iPhone filled with apps but a phone dedicated to Agents—a body that allows ChatGPT to see, access, and execute tasks.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;426px&#34; data-flex-grow=&#34;177&#34; height=&#34;608&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ace7b04ecf/img-aa279c19e2.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ace7b04ecf/img-aa279c19e2_hu_c7665987373d6a42.jpeg 800w, https://gameflycenter.com/posts/note-ace7b04ecf/img-aa279c19e2.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;This is also why, in May 2025, OpenAI spent about $6.5 billion acquiring Jony Ive&amp;rsquo;s hardware company. He was the industrial designer of the original iPhone and one of Steve Jobs&amp;rsquo; most important associates. OpenAI seeks him not just to create beautiful hardware but to redefine personal devices in the AI era.&lt;/p&gt;&#xA;&lt;p&gt;Returning to the initial question: why would a large model company want to build a phone?&lt;/p&gt;&#xA;&lt;p&gt;What OpenAI desires is not just a phone but sovereignty.&lt;/p&gt;&#xA;&lt;p&gt;It aims to find a default entry point for ChatGPT. However, this endeavor will inherently position OpenAI against Apple. In the past, Apple could treat ChatGPT as a supplier; if OpenAI truly aims to create a phone for the AI era, it will no longer be a supplier but a competitor to Apple in personal entry points.&lt;/p&gt;&#xA;&lt;p&gt;Looking back over the past few years, OpenAI&amp;rsquo;s story has actually undergone a reversal.&lt;/p&gt;&#xA;&lt;p&gt;It once believed that as long as the model was strong enough, the world would reorganize itself around intelligence. The explosion of ChatGPT indeed validated this belief—it attracted hundreds of millions of users without hardware or pre-installation, relying solely on a web input box.&lt;/p&gt;&#xA;&lt;p&gt;However, with the arrival of the Agent era, OpenAI realized it still lacked the most critical element: sovereignty.&lt;/p&gt;&#xA;&lt;p&gt;ChatGPT&amp;rsquo;s success is both a victory and a form of path dependence. It led OpenAI to believe for too long that the model itself was the answer. Only after Claude Code achieved $2.5 billion in annualized revenue and both Apple and Microsoft hesitated to relinquish system permissions did OpenAI realize that no matter how strong the model, it still needed entry points, authority, and tasks.&lt;/p&gt;&#xA;&lt;p&gt;Thus, OpenAI&amp;rsquo;s venture into mobile phone development is not merely about creating a device; it is about giving ChatGPT its first physical embodiment.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Understanding AI Through the Lens of Tokens</title>
            <link>https://gameflycenter.com/posts/note-be159b5a3e/</link>
            <pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-be159b5a3e/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;On May 18, a report titled &amp;ldquo;Understanding Artificial Intelligence Must Start from Understanding Tokens&amp;rdquo; was published by Xinhua Daily Telegraph.&lt;/p&gt;&#xA;&lt;p&gt;In early 2026, a set of data sparked heated discussions in the global AI industry. OpenRouter, the world&amp;rsquo;s largest AI model API aggregation platform, reported that from February 9 to 15, the token call volume of Chinese large models reached 4.12 trillion, surpassing the 2.94 trillion of U.S. models for the first time in history. This lead continued for several weeks, breaking through 7.3 trillion by mid to late March, with four of the top five models in global call volume coming from China.&lt;/p&gt;&#xA;&lt;p&gt;This data is not presented to compare &amp;ldquo;who has more or less&amp;rdquo; but marks a quiet revolution in the basic measurement unit of the AI industry—tokens, which are becoming the &amp;ldquo;kilowatt-hour&amp;rdquo; of the intelligent era. The meanings of six dimensions—models, computing power, data, applications, industry, and governance—are profoundly reshaped by this measurement unit. Understanding AI in 2026 must begin with understanding tokens.&lt;/p&gt;&#xA;&lt;h2 id=&#34;sixfold-reconstruction-from-a-measurement-unit&#34;&gt;Sixfold Reconstruction from a Measurement Unit&#xA;&lt;/h2&gt;&lt;p&gt;The measurement unit of the industrial revolution was the &amp;ldquo;kilowatt-hour,&amp;rdquo; allowing energy to be accurately measured, priced, and transported across domains. The information revolution&amp;rsquo;s unit was &amp;ldquo;bits&amp;rdquo; and &amp;ldquo;bandwidth,&amp;rdquo; enabling information to be packaged, transmitted, and billed for the first time. The measurement unit of the intelligent revolution is &amp;ldquo;tokens,&amp;rdquo; allowing &amp;ldquo;intelligence&amp;rdquo; to be segmented, measured, priced, and traded for the first time.&lt;/p&gt;&#xA;&lt;p&gt;The popularization of the token concept and its rapid growth in call volume are gradually pushing &amp;ldquo;intelligence&amp;rdquo; towards industrialization, marketization, and circulation.&lt;/p&gt;&#xA;&lt;h3 id=&#34;models&#34;&gt;Models&#xA;&lt;/h3&gt;&lt;p&gt;The economic value of large models is shifting from one-time training costs to ongoing inference output. Model vendors no longer simply &amp;ldquo;sell capabilities&amp;rdquo; but directly &amp;ldquo;sell tokens&amp;rdquo;—pricing based on millions of tokens for input and output has become a global industry norm. The asset attributes of models are transitioning from &amp;ldquo;weight files&amp;rdquo; to &amp;ldquo;the ability to continuously produce tokens.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h3 id=&#34;computing-power&#34;&gt;Computing Power&#xA;&lt;/h3&gt;&lt;p&gt;The focus is shifting from &amp;ldquo;training computing power&amp;rdquo; to &amp;ldquo;inference computing power.&amp;rdquo; Training computing power is pulse-based and centralized, while inference computing power is continuous and distributed, posing new requirements for latency, energy efficiency, and geographical distribution. The collaboration of three levels of computing power—cloud, edge, and end—along with inference-specific chips and optical interconnects, is becoming the new focus of infrastructure. JPMorgan predicts that China&amp;rsquo;s inference token consumption will grow by more than two orders of magnitude by 2030 compared to 2025.&lt;/p&gt;&#xA;&lt;h3 id=&#34;data&#34;&gt;Data&#xA;&lt;/h3&gt;&lt;p&gt;Data must be cleaned, labeled, and tokenized before entering large models, similar to how raw coal needs to be processed into standard fuel for power generation. In long-tail scenarios like autonomous driving, robot training, and scientific discovery, synthetic data generated through simulation has achieved large-scale application. The construction of a data factor market is entering a substantial phase, with &amp;ldquo;trainability&amp;rdquo; and &amp;ldquo;token output density&amp;rdquo;—rather than just data scale—becoming new metrics for data asset pricing. This shift is significant: the valuation of data is beginning to be linked to its actual contribution in the token production chain, providing a more solid economic foundation for the market-oriented allocation of data factors.&lt;/p&gt;&#xA;&lt;h3 id=&#34;applications&#34;&gt;Applications&#xA;&lt;/h3&gt;&lt;p&gt;Traditional software charges based on seats and functionalities; today, applications are billed according to token call volume and business results. Intelligent agents are becoming the main consumers of tokens, with a complex task potentially consuming hundreds of thousands or even millions of tokens. The &amp;ldquo;intelligent agent as a service&amp;rdquo; market is rapidly expanding, with performance-based billing models being implemented at scale in customer service, marketing, compliance, and programming scenarios. The essence of applications is shifting from &amp;ldquo;delivering functions&amp;rdquo; to &amp;ldquo;consuming intelligence.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h3 id=&#34;industry&#34;&gt;Industry&#xA;&lt;/h3&gt;&lt;p&gt;A new industry chain is forming around tokens, encompassing production (models and computing power), distribution (inference networks, APIs, intelligent agent protocols), consumption (applications and intelligent agents), and measurement (evaluation benchmarks, auditing, and trusted verification). The boundaries between model layers, inference service layers, intelligent agent middleware layers, and industry application layers are becoming increasingly clear, with industry-specific intelligent agents becoming mainstream investments. Model vendors, cloud vendors, chip manufacturers, green power operators, and content distribution network providers together form a collaborative ecosystem for the token industry chain. According to data from the China Academy of Information and Communications Technology, the scale of China&amp;rsquo;s core AI industry is expected to exceed 1.2 trillion yuan by 2026, with the collaborative effects of the entire industry chain becoming evident.&lt;/p&gt;&#xA;&lt;h3 id=&#34;governance&#34;&gt;Governance&#xA;&lt;/h3&gt;&lt;p&gt;The governance focus is shifting from &amp;ldquo;algorithm governance&amp;rdquo; to &amp;ldquo;full-chain governance of tokens.&amp;rdquo; As the AI industry has developed, the governance objects have expanded from &amp;ldquo;algorithms and code&amp;rdquo; to the entire chain of token production, circulation, consumption, and cross-border flow: traceability of tokens, identification of synthetic content, cross-border token flow, constraints on computing power and energy consumption, and trusted evaluation and benchmarks—all call for new governance tools and rules. The year 2026 may become a key year for the concentrated implementation of global AI governance rules.&lt;/p&gt;&#xA;&lt;h2 id=&#34;chinas-position-in-the-global-token-wave&#34;&gt;China&amp;rsquo;s Position in the Global Token Wave&#xA;&lt;/h2&gt;&lt;p&gt;In the global wave brought by tokens, China is forming a unique position supported by multiple factors.&lt;/p&gt;&#xA;&lt;p&gt;On the production side, domestic models are rising in clusters. A number of domestic models, such as MiniMax, Dark Side of the Moon, Deep Quest, Zhipu, Alibaba Qianwen, and Byte Bean, are leveraging mixed expert architectures and extreme engineering optimizations to enhance performance while reducing inference prices to a fraction of comparable global models. On the OpenRouter platform, U.S. users account for 47%, while Chinese users make up only about 6%, yet the call volume is led by Chinese models—this is a recognition voted by global developers.&lt;/p&gt;&#xA;&lt;p&gt;On the consumption side, applications are penetrating deeper into everyday life at an unprecedented speed. A general practitioner in a county hospital, faced with a suspicious lung CT, has AI circle nodules and provide differential diagnosis suggestions within seconds and thousands of tokens, compressing what used to take two weeks of consultation into a single outpatient visit. A farmer in Shouguang, Shandong, uses a smartphone to photograph a curling cucumber, and a smart agriculture app utilizes tokenized agricultural knowledge to inform him whether it is thrips or a viral disease and which medication to use. An elderly person living alone says &amp;ldquo;I feel chest tightness&amp;rdquo; to a smart speaker in their dialect, and after a conversation of several thousand tokens, their children&amp;rsquo;s phones receive a warning and location sharing for emergency services. Delivery riders no longer hear mechanical instructions like &amp;ldquo;turn right ahead&amp;rdquo; but receive route planning based on real-time traffic and elevator wait times. AI assistants in government service halls respond around the clock to inquiries about medical insurance transfers and property registrations, replacing &amp;ldquo;people running errands&amp;rdquo; with &amp;ldquo;tokens running errands&amp;rdquo;&amp;hellip; Tokens are becoming the &amp;ldquo;invisible labor force&amp;rdquo; across various industries.&lt;/p&gt;&#xA;&lt;p&gt;At the industry chain level, a full-stack collaborative ecosystem is rapidly taking shape. From domestic chips like Ascend, Cambricon, and Haiguang to inference service platforms like Volcano Engine, Alibaba Cloud, and Tencent Cloud, along with a range of open-source middleware and industry-specific intelligent agents, the entire industry chain covering chips, computing power, models, middleware, and applications is quickly improving. The &amp;ldquo;East Data West Computing&amp;rdquo; project provides low-cost computing power, while green power directly supplies data centers, solidifying the energy foundation.&lt;/p&gt;&#xA;&lt;p&gt;However, it is essential to recognize that there is still significant room for improvement in areas such as original model innovation, high-end computing power infrastructure, cross-language and cross-cultural ecological influence, and participation in global rule-making.&lt;/p&gt;&#xA;&lt;p&gt;The second half of the token wave is not about &amp;ldquo;already winning&amp;rdquo; but rather &amp;ldquo;just beginning.&amp;rdquo; In the global picture unfolded by small tokens, China is not only a vast market but also a proactive builder and responsible co-governor. Understanding tokens means understanding the next phase of artificial intelligence.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>OpenClaw: The Ultimate Guide for Beginners in Packet Capture</title>
            <link>https://gameflycenter.com/posts/note-999c1fa009/</link>
            <pubDate>Wed, 13 May 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-999c1fa009/</guid>
            <description>&lt;h2 id=&#34;introduction-to-openclaw-what-it-is-and-who-its-for&#34;&gt;Introduction to OpenClaw: What It Is and Who It&amp;rsquo;s For&#xA;&lt;/h2&gt;&lt;p&gt;OpenClaw is an open-source, free, cross-platform local proxy packet capture tool. Its core function is to intercept, view, and modify network requests between mobile devices and computers, including web APIs, app APIs, images, videos, and all network traffic. It emphasizes three main features: lightweight, customizable, and no bundling.&lt;/p&gt;&#xA;&lt;h3 id=&#34;suitable-users&#34;&gt;Suitable Users&#xA;&lt;/h3&gt;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;General Users&lt;/strong&gt;: Troubleshoot app ads, block pop-ups, filter notifications, and clean up unnecessary network behaviors.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Development and Testing Personnel&lt;/strong&gt;: Debug APIs, view request parameters, simulate return data, and locate network anomalies.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Tech Enthusiasts&lt;/strong&gt;: Analyze app communication logic, troubleshoot power-consuming network behaviors, and optimize network usage.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Students and Self-learners&lt;/strong&gt;: Low-cost entry into network packet capture and learning the basics of HTTP/HTTPS.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h3 id=&#34;unsuitable-scenarios&#34;&gt;Unsuitable Scenarios&#xA;&lt;/h3&gt;&lt;p&gt;OpenClaw is limited to personal learning, legal debugging, and self-optimization. It is prohibited to use for cracking paid content, stealing others&amp;rsquo; information, intercepting or tampering with third-party paid APIs, or commercial reverse engineering. Users must comply with network security and copyright laws.&lt;/p&gt;&#xA;&lt;h2 id=&#34;getting-started-installation-and-configuration-on-three-major-platforms&#34;&gt;Getting Started: Installation and Configuration on Three Major Platforms&#xA;&lt;/h2&gt;&lt;h3 id=&#34;1-windows-installation-and-configuration&#34;&gt;1. Windows Installation and Configuration&#xA;&lt;/h3&gt;&lt;ol&gt;&#xA;&lt;li&gt;Download the latest stable green package from the OpenClaw official repository, preferably the official release version to avoid compatibility issues.&lt;/li&gt;&#xA;&lt;li&gt;Unzip to a non-system disk path, avoiding Chinese characters, spaces, or special symbols, and run OpenClaw.exe to start.&lt;/li&gt;&#xA;&lt;li&gt;The first launch will pop up a basic guide; select the default proxy port: 9090, and keep it unchanged.&lt;/li&gt;&#xA;&lt;li&gt;Go to Settings → Network, enable system proxy takeover; the software will automatically configure the Windows system proxy.&lt;/li&gt;&#xA;&lt;li&gt;Certificate installation: Click Settings → Certificate, export the root certificate file, double-click to install, select &amp;ldquo;Local Computer&amp;rdquo; → &amp;ldquo;Trusted Root Certification Authorities&amp;rdquo; to complete the installation.&lt;/li&gt;&#xA;&lt;li&gt;Disable the computer&amp;rsquo;s firewall and third-party security software network interception to prevent proxy blockage, then start capture mode for normal use.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h3 id=&#34;2-macos-installation-and-configuration&#34;&gt;2. macOS Installation and Configuration&#xA;&lt;/h3&gt;&lt;ol&gt;&#xA;&lt;li&gt;Download the corresponding architecture version (Intel / Apple Silicon), unzip, and drag OpenClaw into the Applications folder.&lt;/li&gt;&#xA;&lt;li&gt;Right-click to open, allow running programs from unknown sources in system settings; the first run will request network permissions, allow all.&lt;/li&gt;&#xA;&lt;li&gt;The default port is 9090; enable automatic system proxy, and macOS will request permission; click allow.&lt;/li&gt;&#xA;&lt;li&gt;Export the certificate, double-click to install, and in Keychain Access, set the certificate trust to &amp;ldquo;Always Trust&amp;rdquo;—this is crucial for HTTPS packet capture on macOS.&lt;/li&gt;&#xA;&lt;li&gt;Disable network restrictions in macOS privacy protection, turn off VPNs and other proxy tools to avoid port conflicts.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h3 id=&#34;3-android-installation-and-computer-interaction&#34;&gt;3. Android Installation and Computer Interaction&#xA;&lt;/h3&gt;&lt;ol&gt;&#xA;&lt;li&gt;Ensure OpenClaw is running on the computer, remember the local IP address, and connect the phone and computer to the same WiFi.&lt;/li&gt;&#xA;&lt;li&gt;Go to WLAN settings on the phone, long press the current WiFi, modify network → Advanced options, select manual proxy, enter the computer&amp;rsquo;s IP, and port 9090.&lt;/li&gt;&#xA;&lt;li&gt;Access the computer IP:9090 in the phone&amp;rsquo;s browser to download the OpenClaw root certificate; for Android 11 and above, manually install the CA certificate in Settings → Security → More security settings.&lt;/li&gt;&#xA;&lt;li&gt;For Android 13 and above, some apps enable SSL verification, which may cause capture failures due to system security restrictions; this is normal.&lt;/li&gt;&#xA;&lt;li&gt;Once completed, open any app or webpage, and the computer will capture all network requests in real-time.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h3 id=&#34;common-installation-pitfalls-for-beginners&#34;&gt;Common Installation Pitfalls for Beginners&#xA;&lt;/h3&gt;&lt;ol&gt;&#xA;&lt;li&gt;Paths containing Chinese characters or spaces may cause the software to crash or fail to start.&lt;/li&gt;&#xA;&lt;li&gt;Incorrectly installed or untrusted certificates will only capture HTTP traffic, not HTTPS.&lt;/li&gt;&#xA;&lt;li&gt;Multiple proxies or VPNs running simultaneously may cause port conflicts, rendering the proxy ineffective.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;basic-usage-daily-packet-capture-request-viewing-filtering-and-quick-start&#34;&gt;Basic Usage: Daily Packet Capture, Request Viewing, Filtering, and Quick Start&#xA;&lt;/h2&gt;&lt;p&gt;After installation, mastering the following four basic operations will meet 90% of daily needs.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Real-time Packet Capture&lt;/strong&gt;: Turn on the capture switch, and all network requests will be displayed in real-time, including request addresses, methods, status codes, duration, size, and source app. Click any request to view headers, parameters, response content, and cookie information, fully restoring the interface communication content.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Keyword Filtering&lt;/strong&gt;: Enter keywords in the top search box to quickly filter specific apps, interfaces, or ad domains, one-click filtering out unnecessary traffic, significantly improving efficiency.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Request Replay and Copying&lt;/strong&gt;: Select any interface, right-click to replay the request, simulating a resend; can copy as Curl or Postman format for direct import into development tools without manual copying and pasting of parameters.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Simple Blocking Rules&lt;/strong&gt;: In basic mode, add ad domains or push domains and select intercept to block splash ads, pop-ups, and push notifications, sufficient for general users.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;advanced-customization-rule-writing-script-interception-simulated-returns-for-advanced-features&#34;&gt;Advanced Customization: Rule Writing, Script Interception, Simulated Returns for Advanced Features&#xA;&lt;/h2&gt;&lt;p&gt;OpenClaw&amp;rsquo;s true core advantage lies in its highly customizable rule system, supporting rule scripts, redirection, request modification, response modification, and local simulated data. Below are the three most practical advanced uses, which can be directly copied and used.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Basic Interception Rules (Blocking Ads, Pop-ups, Tracking)&lt;/strong&gt;: Use domain matching rules, simple and intuitive format:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# Block ad domains&#xA;*.ad.com&#xA;*.track.com&#xA;*.push.xxx.com&#xA;&#xA;# Return empty data after blocking&#xA;return 200 &amp;#34;&amp;#34;&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Paste the rules into the rule editor to enable them without needing coding skills.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Modify Request Parameters (For Debugging APIs)&lt;/strong&gt;: Intercept specified interfaces and automatically modify headers, tokens, parameters, and cookies, suitable for development debugging:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;if url contains &amp;#34;/api/user/login&amp;#34; {&#xA;    set header[&amp;#34;token&amp;#34;] = &amp;#34;custom test token&amp;#34;&#xA;    set param[&amp;#34;id&amp;#34;] = &amp;#34;1001&amp;#34;&#xA;}&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;This simulates different accounts and parameters for interface return effects.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Local Simulated Returns (Offline Debugging)&lt;/strong&gt;: In a no-network environment, intercept interfaces and directly return locally preset data, very useful for development debugging:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;if url == &amp;#34;/api/home/data&amp;#34; {&#xA;    return 200 `{\&amp;#34;code\&amp;#34;:200,\&amp;#34;data\&amp;#34;:{\&amp;#34;name\&amp;#34;:\&amp;#34;test\&amp;#34;,\&amp;#34;list\&amp;#34;:[]}}`&#xA;}&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;No backend setup is needed to debug front-end and app page effects.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h3 id=&#34;advanced-usage-reminders&#34;&gt;Advanced Usage Reminders&#xA;&lt;/h3&gt;&lt;p&gt;Too many rules can increase software load; it is recommended to add them as needed. Do not write interception rules for banking, payment, or government apps to avoid triggering risk control and security issues.&lt;/p&gt;&#xA;&lt;h2 id=&#34;principle-analysis-how-does-openclaw-capture-packets-understanding-to-avoid-pitfalls&#34;&gt;Principle Analysis: How Does OpenClaw Capture Packets? Understanding to Avoid Pitfalls&#xA;&lt;/h2&gt;&lt;p&gt;Many users only know how to use the tool without understanding it, leading to reinstallation when encountering problems. Understanding the underlying principles can help quickly locate faults and solve anomalies.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Proxy Relay Mode&lt;/strong&gt;: OpenClaw is essentially a local HTTP/HTTPS proxy. All network requests from the computer or phone do not directly send to the server but first go to OpenClaw, which intercepts, views, and modifies them before forwarding to the server. The server&amp;rsquo;s returned data also passes through the software for capturing.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;HTTPS Certificate Decryption Principle&lt;/strong&gt;: Ordinary HTTPS encrypted traffic cannot be viewed directly. OpenClaw installs a self-signed root certificate, and once the phone and computer trust this certificate, the software acts as a man-in-the-middle, decrypting client-encrypted traffic and re-encrypting it for the server, enabling plaintext viewing—all done locally without uploading data, ensuring privacy and security.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Why Some Apps Cannot Capture Packets&lt;/strong&gt;: Many mainstream apps enable SSL Pinning (certificate locking), trusting only the official built-in certificates and not the locally installed OpenClaw certificate, resulting in connection refusals. This is a system-level security protection, not a software fault, and there is currently no compliant cracking solution.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Port Conflict Principle&lt;/strong&gt;: 9090 is the default port. If other software occupies this port, OpenClaw cannot start the proxy. Simply change the port in settings to run normally.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;common-issues-one-stop-troubleshooting-solving-frequent-problems-for-beginners&#34;&gt;Common Issues One-Stop Troubleshooting: Solving Frequent Problems for Beginners&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Cannot Capture Any Traffic&lt;/strong&gt;: Check if the proxy is enabled, if the phone and computer are on the same WiFi, if there is a port conflict, or if the firewall is blocking.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Can Only Capture Web Traffic, Not Apps&lt;/strong&gt;: Check if the certificate is installed and trusted, and if the app has SSL locking enabled.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Software Crashes&lt;/strong&gt;: Change the path to pure English, disable antivirus software, and download the latest stable version.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Rules Not Taking Effect&lt;/strong&gt;: Check rule syntax, if the rules are enabled, and if they match the corresponding interface.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Slow Internet Connection&lt;/strong&gt;: Disable unnecessary rules and reduce background packet capture; the software itself does not limit speed.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;rational-use-of-packet-capture-tools-compliance-is-the-bottom-line&#34;&gt;Rational Use of Packet Capture Tools: Compliance is the Bottom Line&#xA;&lt;/h2&gt;&lt;p&gt;As an open-source packet capture tool, OpenClaw&amp;rsquo;s value lies in learning network knowledge, personal debugging, and optimizing device usage experience. The tool itself is neutral and harmless, but the boundaries of its use are crucial.&lt;/p&gt;&#xA;&lt;p&gt;It is prohibited to use for cracking paid resources, stealing others&amp;rsquo; account information, maliciously tampering with interfaces, reverse engineering commercial software, or intercepting interfaces for profit. Such actions not only violate platform rules but also infringe upon network security laws, leading to corresponding responsibilities.&lt;/p&gt;&#xA;&lt;p&gt;For general users, mastering basic packet capture and ad blocking is sufficient; developers should reasonably use advanced rules to enhance debugging efficiency; enthusiasts should delve into the underlying principles to enhance their network knowledge. This is the true meaning of the tool&amp;rsquo;s existence.&lt;/p&gt;&#xA;&lt;h2 id=&#34;conclusion&#34;&gt;Conclusion&#xA;&lt;/h2&gt;&lt;p&gt;OpenClaw, with its open-source, free, lightweight, and highly customizable advantages, has become the most suitable packet capture tool for beginners. This manual covers installation, basic usage, advanced customization, and underlying principles, addressing the pain points of fragmented online tutorials, incomplete steps, and frequent errors. By following the steps in this article, beginners can quickly get started, and advanced users can directly apply rule templates for efficient debugging. Mastering OpenClaw not only means learning a tool but also understanding network request logic and enhancing digital and development knowledge.&lt;/p&gt;&#xA;&lt;p&gt;What packet capture tools have you used before? Charles, Fiddler, or OpenClaw? Do you mainly use packet capture tools for debugging APIs or blocking ads? What common issues have you encountered during use? Feel free to share and discuss in the comments!&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>New National Standards for AI Terminals Released in China</title>
            <link>https://gameflycenter.com/posts/note-6cbfd7ad6c/</link>
            <pubDate>Mon, 11 May 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-6cbfd7ad6c/</guid>
            <description>&lt;h2 id=&#34;new-national-standards-for-ai-terminals&#34;&gt;New National Standards for AI Terminals&#xA;&lt;/h2&gt;&lt;p&gt;On May 8, 2026, the Ministry of Industry and Information Technology, the State Administration for Market Regulation, and the Ministry of Commerce jointly released the series of national standards titled &amp;ldquo;Intelligent Classification of AI Terminals&amp;rdquo; (GB/Z 177—2026). These standards specify the requirements for various products, including smartphones, computers, televisions, glasses, car cockpits, speakers, and headphones.&lt;/p&gt;&#xA;&lt;p&gt;Experts believe that these standards clearly define the intelligence levels of AI terminals, laying a solid foundation for building a safe, orderly, and efficient ecosystem for AI terminals. They will also promote the coordinated development of China&amp;rsquo;s AI terminal industry, achieving scale advantages and leading standards.&lt;/p&gt;&#xA;&lt;h2 id=&#34;diverse-product-forms&#34;&gt;Diverse Product Forms&#xA;&lt;/h2&gt;&lt;p&gt;AI terminals are key carriers for the large-scale implementation and systematic development of AI technology. In recent years, China&amp;rsquo;s AI industry has flourished, with AI terminals driving a variety of intelligent scenarios, continuously giving rise to new products, business models, and experiences. This has effectively stimulated consumer enthusiasm and become an important lever for tapping domestic demand and optimizing consumption structure.&lt;/p&gt;&#xA;&lt;p&gt;This year, driven by the expansion of the old-for-new consumption policy and the deep integration of AI technology with consumer products, AI terminals have become increasingly popular among consumers. In the first quarter, China&amp;rsquo;s smartphone production reached 298 million units, a year-on-year increase of 6.9%, while service robot production exceeded 4.4 million units, up 2.6% year-on-year.&lt;/p&gt;&#xA;&lt;p&gt;Wei Ran, chief engineer of the China Academy of Information and Communications Technology, explained that AI terminals, driven by large models, represent a new generation of intelligent terminals. Compared to traditional terminals, they have four major functional upgrades: the ability to actively perceive scenarios, accurately understand user intentions; support for multi-modal interactions including text, voice, and audio-video; capability for generative applications and intelligent agent services; and autonomous learning and continuous evolution based on personal large models and knowledge bases.&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;Overall, intelligent terminals have evolved from traditional passive execution tools to intelligent assistants that can perceive, understand, serve, and grow, redefining the human-machine interaction relationship. These functions are core points assessed in the highest level of the intelligent classification national standards,&amp;rdquo; Wei said.&lt;/p&gt;&#xA;&lt;p&gt;Currently, AI terminals exhibit a rich variety of forms, with traditional terminals upgrading, emerging terminals expanding, and future terminal explorations evolving in parallel. Traditional terminals like AI smartphones, computers, and tablets have surpassed ten million units in shipments, becoming the market&amp;rsquo;s main force. New categories such as intelligent in-car terminals, smart glasses, and intelligent toys are rapidly growing, while native terminal forms represented by embodied intelligence continue to explore, further accelerating the application of AI.&lt;/p&gt;&#xA;&lt;p&gt;Wei analyzed that the systematic integration of AI and terminal technology requires breakthroughs in three key areas: optimizing the edge-cloud collaboration architecture, enhancing hardware capabilities, and upgrading security and privacy protection systems.&lt;/p&gt;&#xA;&lt;h2 id=&#34;clear-evaluation-system&#34;&gt;Clear Evaluation System&#xA;&lt;/h2&gt;&lt;p&gt;Since 2023, leading enterprises in the smartphone and computer industries have actively launched AI terminal-related products, each with different functional focuses. The lack of definitions and classification standards for AI terminals has made it difficult for consumers to accurately assess the intelligence levels of different products and has complicated product development and market positioning for companies. The absence of a unified consensus on terminal intelligence classification has led to concept generalization and misuse, with some products falling into parameter stacking and disconnects between function promotion and actual experience.&lt;/p&gt;&#xA;&lt;p&gt;The &amp;ldquo;Intelligent Classification of AI Terminals&amp;rdquo; series of national standards adopts a &amp;ldquo;2+N&amp;rdquo; framework. The &amp;ldquo;2&amp;rdquo; refers to &amp;ldquo;Part 1: Reference Framework&amp;rdquo; and &amp;ldquo;Part 2: General Requirements,&amp;rdquo; which clarify the concepts of intelligence, classification levels, and testing methods. The classification system ranges from L1 response level, L2 tool level, L3 assistant level, to L4 collaborative level, with increasing intelligence levels. The L4 collaborative level will be further clarified and improved in subsequent revisions based on industry development levels. The &amp;ldquo;N&amp;rdquo; represents specific standards for different products such as smartphones, computers, televisions, glasses, car cockpits, speakers, and headphones. The first batch includes seven categories, with plans to develop standards for additional categories in the future.&lt;/p&gt;&#xA;&lt;p&gt;Li Hongwei, chief engineer of the China Electronic Information Industry Development Research Institute, stated that the highlights of this series of standards are scenario-based, quantifiable, and consider both edge and cloud, covering various scenarios such as office work, learning, and design. This provides a unified &amp;ldquo;health check standard&amp;rdquo; for AI terminals, regulating industry development and allowing consumers to make informed purchases with confidence.&lt;/p&gt;&#xA;&lt;p&gt;The series of standards provides a scientific and unified evaluation system for the large-scale application and intelligent classification management of AI terminal products in China. This will help regulate market order and enhance user experience. Additionally, it will accelerate the innovation and iterative upgrade of AI terminal technology products, precisely guiding technological research and development directions, and ensuring sustainable industry development. The introduction of these standards will also enhance China&amp;rsquo;s voice in the global standard-setting for AI terminals, reducing technical barriers for enterprises going abroad and improving international competitiveness.&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;On one hand, the standards provide enterprises with directions for improvement to meet benchmarks, facilitating the supply of high-end products, enhancing resource utilization efficiency, and promoting orderly competition and healthy development. On the other hand, they provide consumers with technical and evaluation bases, ensuring that the demand side has standards to rely on for better selection of intelligent products, enhancing user experience and satisfaction,&amp;rdquo; said Yu Xiuming, deputy director of the China Electronic Technology Standardization Research Institute.&lt;/p&gt;&#xA;&lt;h2 id=&#34;accelerating-technological-inclusivity&#34;&gt;Accelerating Technological Inclusivity&#xA;&lt;/h2&gt;&lt;p&gt;Lenovo Group participated in the drafting of these standards. Currently, AI PCs account for over 30% of Lenovo&amp;rsquo;s PC shipments. Its built-in personal super intelligent agent, Tianxi AI, is advancing towards becoming a &amp;ldquo;personal super-powered partner&amp;rdquo; for users. Lenovo Group Vice President Abulike Mu stated that Lenovo will actively implement national standards, continuously innovate terminal products around Tianxi AI, refine terminal innovation application scenarios and user experiences, and drive collaborative innovation among upstream and downstream partners in the industry chain to promote high-quality development of the AI terminal industry and accelerate the inclusivity of AI terminals.&lt;/p&gt;&#xA;&lt;p&gt;To promote the innovative development of the AI terminal industry, the Ministry of Industry and Information Technology will strengthen the implementation of standards, conduct standard interpretations and specialized training, build a compliance testing platform, encourage leading enterprises to take the lead in trials, and create demonstration cases and benchmark products for standard applications. They will accelerate the iteration of the standard system, optimize and improve standard content, and continue to expand the coverage of standards, aiming to establish a unified standard system that includes various terminal forms. This will stimulate consumer-led effectiveness, ensuring the implementation of standards in this year&amp;rsquo;s old-for-new consumption policy, and forming a catalog of AI terminal products to guide public consumption decisions, expanding the breadth and depth of AI applications and creating hot consumption scenarios.&lt;/p&gt;&#xA;&lt;p&gt;Yu Xiuming mentioned that they will continue to enrich standard categories, developing more standards for wearable devices, home appliances, and trendy toys, ensuring that the intelligent classification of various terminals has standards to rely on. This will provide standard and technical support for the implementation of national policies and offer standard consulting and product evaluation services to society, aiding high-quality development of the industry.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>The True Purpose of AI Development: A Reflection</title>
            <link>https://gameflycenter.com/posts/note-9accf19995/</link>
            <pubDate>Mon, 11 May 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-9accf19995/</guid>
            <description>&lt;h2 id=&#34;the-true-purpose-of-ai-development&#34;&gt;The True Purpose of AI Development&#xA;&lt;/h2&gt;&lt;p&gt;We live in an era dominated by artificial intelligence (AI). From waking up to smart alarms, navigating with intelligent maps, to utilizing various AI tools at work, AI has seamlessly integrated into our daily lives. It has evolved from a distant sci-fi concept to an essential part of our routines, rapidly changing the logic of how the world operates and reshaping individual life paths.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 8&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;426px&#34; data-flex-grow=&#34;177&#34; height=&#34;1303&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-9accf19995/img-62ff3d31b8.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-9accf19995/img-62ff3d31b8_hu_e9f3a2ea9e2e6f08.jpeg 800w, https://gameflycenter.com/posts/note-9accf19995/img-62ff3d31b8_hu_a23bc8b23668a50c.jpeg 1600w, https://gameflycenter.com/posts/note-9accf19995/img-62ff3d31b8.jpeg 2317w&#34; width=&#34;2317&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;However, we often find ourselves questioning: what is the true purpose of AI development?&lt;/p&gt;&#xA;&lt;p&gt;This question carries a pure and warm answer since the moment AI was conceived. Looking back at the origins of technological development, humanity created AI not to produce machines that replace us, but to let technology illuminate our lives. We hoped AI would take over tedious and exhausting physical and mental labor, freeing workers from mechanical operations, allowing white-collar workers to escape endless reports and documents, and helping researchers avoid massive data calculations and filtering. We aimed to liberate humanity from the fatigue of survival, enabling us to embrace life itself, pursue passions, create value, and feel warmth.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 9&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;426px&#34; data-flex-grow=&#34;177&#34; height=&#34;1365&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-9accf19995/img-de56f4413c.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-9accf19995/img-de56f4413c_hu_f65971fe4188eb34.jpeg 800w, https://gameflycenter.com/posts/note-9accf19995/img-de56f4413c_hu_efe399efc0e91924.jpeg 1600w, https://gameflycenter.com/posts/note-9accf19995/img-de56f4413c_hu_e03876e3963d634b.jpeg 2400w, https://gameflycenter.com/posts/note-9accf19995/img-de56f4413c.jpeg 2428w&#34; width=&#34;2428&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;We envisioned AI bridging gaps of injustice, providing children in remote areas access to quality education like their urban counterparts; assisting the elderly and disabled with smart devices for a more dignified and convenient life; and making medical resources more accessible, with AI accurately diagnosing complex illnesses so that everyone could afford and receive quality healthcare. We dreamed of AI exploring uncharted territories, diving into the deep sea, reaching for the stars, solving climate issues, and conquering incurable diseases, driven by human curiosity and courage to expand the dimensions of life and civilization.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 10&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;426px&#34; data-flex-grow=&#34;177&#34; height=&#34;1407&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-9accf19995/img-c272841810.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-9accf19995/img-c272841810_hu_3d17eba32d90aaa8.jpeg 800w, https://gameflycenter.com/posts/note-9accf19995/img-c272841810_hu_59a5930772109765.jpeg 1600w, https://gameflycenter.com/posts/note-9accf19995/img-c272841810_hu_476cf583af88c2f7.jpeg 2400w, https://gameflycenter.com/posts/note-9accf19995/img-c272841810.jpeg 2502w&#34; width=&#34;2502&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;At that time, we held a hopeful view of artificial intelligence. We believed that the ultimate significance of technology is to serve humanity, to make life better, and to give people more time to spend with family, enjoy the seasons, and chase dreams. This was the original intention behind the birth of AI, the pure mission humanity assigned to it, and the benevolent nature technology should embody.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 11&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;426px&#34; data-flex-grow=&#34;177&#34; height=&#34;1407&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-9accf19995/img-c00d47f58a.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-9accf19995/img-c00d47f58a_hu_cfb1a81a2e9d58ab.jpeg 800w, https://gameflycenter.com/posts/note-9accf19995/img-c00d47f58a_hu_5f4903f083ce111.jpeg 1600w, https://gameflycenter.com/posts/note-9accf19995/img-c00d47f58a_hu_8c0c22f769df4b93.jpeg 2400w, https://gameflycenter.com/posts/note-9accf19995/img-c00d47f58a.jpeg 2502w&#34; width=&#34;2502&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Yet, as we progressed, reality began to drift away from this initial vision, evolving into something we had not anticipated.&lt;/p&gt;&#xA;&lt;p&gt;AI has not become a remedy for fatigue; instead, it has become a catalyst for anxiety. We thought AI would make work easier, but it has turned into an accelerator of competition. AI can generate content in seconds, create artwork in minutes, and process data around the clock. While efficiency has been magnified, the living space for ordinary people has been increasingly squeezed. The fear of job displacement, the fatigue of keeping up with AI&amp;rsquo;s speed, and the pressure of being left behind without continuous learning have plunged many into endless internal struggles. We initially sought to escape fatigue, but now we find ourselves chased by AI, with less time to breathe, as life becomes filled with work and happiness is replaced by anxiety.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 12&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;426px&#34; data-flex-grow=&#34;177&#34; height=&#34;1410&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-9accf19995/img-3fdeae15ee.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-9accf19995/img-3fdeae15ee_hu_12914760985a105e.jpeg 800w, https://gameflycenter.com/posts/note-9accf19995/img-3fdeae15ee_hu_d4603d6ec406f7cd.jpeg 1600w, https://gameflycenter.com/posts/note-9accf19995/img-3fdeae15ee_hu_2eed1173251ce554.jpeg 2400w, https://gameflycenter.com/posts/note-9accf19995/img-3fdeae15ee.jpeg 2507w&#34; width=&#34;2507&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;We expected AI to benefit everyone, but in reality, it has gradually become a tool for capital and profit. Big data invades privacy without restraint, algorithms categorize people based on spending power, creating information silos that amplify anxiety and division. Businesses use AI to precisely calculate user preferences, employing manipulative marketing tactics that exploit human weaknesses for profit. Quality intelligent resources concentrate in the hands of a few, while ordinary people can only passively accept algorithmic control, with the benefits of technology failing to reach the masses and instead widening the gap between people.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 13&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;426px&#34; data-flex-grow=&#34;177&#34; height=&#34;1397&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-9accf19995/img-c16b578808.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-9accf19995/img-c16b578808_hu_d582bf720580b9f6.jpeg 800w, https://gameflycenter.com/posts/note-9accf19995/img-c16b578808_hu_b07d24676f3f5b14.jpeg 1600w, https://gameflycenter.com/posts/note-9accf19995/img-c16b578808_hu_d867b187571dd1ba.jpeg 2400w, https://gameflycenter.com/posts/note-9accf19995/img-c16b578808.jpeg 2484w&#34; width=&#34;2484&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;We believed AI would strengthen connections among people, yet it has ultimately rendered emotions colder. AI can write love letters, generate blessings, and simulate conversations, making even the most sincere expressions easily replicable, leading to a scarcity of genuine feelings. We laugh at smart devices while overlooking the eyes of those around us; we indulge in the virtual world shaped by algorithms, forgetting to have heartfelt conversations with family. Technology may shorten virtual distances, but it distances us from real warmth, as human sincerity and emotion are gradually replaced by cold codes and algorithms.&lt;/p&gt;&#xA;&lt;p&gt;Even more lamentable is that the development of artificial intelligence has strayed from the &amp;ldquo;human-centered&amp;rdquo; track. Some use AI to commit fraud, infringe copyrights, and erase the hard work of creators; others use AI to spread rumors and incite emotions, undermining social trust. Some relentlessly pursue AI&amp;rsquo;s intelligence and commercialization, neglecting ethics and boundaries, turning technology into a weapon that harms.&lt;/p&gt;&#xA;&lt;p&gt;We must acknowledge that technology itself is neither good nor bad; AI is merely a tool, reflecting the inner projections of humanity.&lt;/p&gt;&#xA;&lt;p&gt;The deviation of AI from its original intention is not a fault of the technology itself, but rather a consequence of those who control it, lost in desire and profit. When capital-driven motives replace technology’s benevolent purpose, when efficiency overshadow humanistic care, and when selfishness triumphs over original missions, even the best technology can become a tool for satisfying personal desires, and the warmest intentions can be eroded by the harsh realities of utilitarianism.&lt;/p&gt;&#xA;&lt;p&gt;We should never deny the value of artificial intelligence; it continues to drive social progress and benefits humanity in many fields: intelligent rescue saves lives, smart agriculture ensures food security, intelligent healthcare protects health, and smart technology turns countless impossibilities into possibilities. What we truly need to reflect on is how to uphold the ethical boundaries of technology and how to bring AI back to its essence of serving humanity.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 14&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;426px&#34; data-flex-grow=&#34;177&#34; height=&#34;1351&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-9accf19995/img-7df11bf24e.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-9accf19995/img-7df11bf24e_hu_eb88b8acfe076d46.jpeg 800w, https://gameflycenter.com/posts/note-9accf19995/img-7df11bf24e_hu_be6ec7ff8c285e7c.jpeg 1600w, https://gameflycenter.com/posts/note-9accf19995/img-7df11bf24e_hu_1b28dc8d141a15f9.jpeg 2400w, https://gameflycenter.com/posts/note-9accf19995/img-7df11bf24e.jpeg 2402w&#34; width=&#34;2402&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;True artificial intelligence should be a partner to humanity, not an adversary; a supportive tool, not a replacement; a warm enhancement, not a cold manipulation. It should help alleviate burdens, not increase anxiety; bridge distances between hearts, not create barriers; and benefit every ordinary person, not become a weapon for profit for a select few.&lt;/p&gt;&#xA;&lt;p&gt;The ultimate warmth of technology always lies in humanity.&lt;/p&gt;&#xA;&lt;p&gt;May the development of artificial intelligence rediscover its original intention, shed the cloak of utilitarianism, and return to its essence of benevolence. May we control technology, rather than be enslaved by it; may AI liberate us from the trivial, allowing us to embrace the warmth and richness of life again; and may every technological advancement enable humanity to live more freely, happily, and with dignity.&lt;/p&gt;&#xA;&lt;p&gt;After all, we create technology not to change humanity, but to better protect humanity and safeguard the most precious aspects of life and love.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Dynamic Context Discovery: The Next Paradigm for Coding Agents</title>
            <link>https://gameflycenter.com/posts/note-4e85b630b0/</link>
            <pubDate>Sun, 10 May 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-4e85b630b0/</guid>
            <description>&lt;h2 id=&#34;dynamic-context-discovery-the-next-paradigm-for-coding-agents&#34;&gt;Dynamic Context Discovery: The Next Paradigm for Coding Agents&#xA;&lt;/h2&gt;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;360px&#34; data-flex-grow=&#34;150&#34; height=&#34;832&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-4e85b630b0/img-dc6c247971.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-4e85b630b0/img-dc6c247971_hu_5c631dac0b14a2af.jpeg 800w, https://gameflycenter.com/posts/note-4e85b630b0/img-dc6c247971.jpeg 1248w&#34; width=&#34;1248&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Core Argument&lt;/strong&gt;: Cursor&amp;rsquo;s concept of &amp;ldquo;dynamic context discovery&amp;rdquo; represents a paradigm shift—from stuffing all context into a context window to allowing agents to pull context as needed. This transition addresses not only token efficiency but also the &amp;ldquo;quality of context&amp;rdquo;: less but more precise information actually enhances agent performance.&lt;/p&gt;&#xA;&lt;h2 id=&#34;1-the-core-dilemma-of-the-old-paradigm-the-collapse-of-static-context&#34;&gt;1. The Core Dilemma of the Old Paradigm: The Collapse of Static Context&#xA;&lt;/h2&gt;&lt;p&gt;Traditional context engineering is based on the assumption that &lt;strong&gt;more context = better agent performance&lt;/strong&gt;. This assumption held true in 2024 when model capabilities and context windows were relatively limited. However, by 2026, things changed:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Larger context windows but no increase in information density&lt;/strong&gt;: Models can read 200K tokens, but noise (outdated logs, irrelevant file versions, intermediate products of historical operations) can also be included.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Context bloat from third-party tools&lt;/strong&gt;: The JSON returned by MCP calls can be larger than the core code you are editing, but agents cannot distinguish between primary and secondary information.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Irreversible loss from summarization&lt;/strong&gt;: When the context is full, existing systems can only compress—but compression is lossy, leading to the loss of critical details and task failures.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;Official Quote: &amp;ldquo;The common approach coding agents take is to truncate long shell commands or MCP results. This can lead to data loss, which could include important information you wanted in the context.&amp;rdquo; — Cursor Blog: Dynamic context discovery&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;Fundamental Flaw of Static Context&lt;/strong&gt;: It assumes that all information is known for its value at the time of injection, but in reality, the value of information depends on &lt;strong&gt;the current stage of the task&lt;/strong&gt;—the same test output is core context during the &amp;ldquo;writing tests&amp;rdquo; phase but noise during the &amp;ldquo;writing business logic&amp;rdquo; phase.&lt;/p&gt;&#xA;&lt;h2 id=&#34;2-core-mechanism-of-dynamic-context-discovery&#34;&gt;2. Core Mechanism of Dynamic Context Discovery&#xA;&lt;/h2&gt;&lt;p&gt;Cursor&amp;rsquo;s solution is &lt;strong&gt;file systemization&lt;/strong&gt;: converting tool outputs, chat histories, and MCP tool descriptions into files, allowing agents to pull as needed using grep/tail/read.&lt;/p&gt;&#xA;&lt;h3 id=&#34;21-file-based-long-tool-responses&#34;&gt;2.1 File-based Long Tool Responses&#xA;&lt;/h3&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Old Model: tool_call → JSON 200KB fully stuffed into context&#xA;New Model: tool_call → write to /tmp/tool_output_xxx.json → agent reads on demand using tail/read&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;strong&gt;Effect&lt;/strong&gt;: Reduces unnecessary summarization triggers. Internal testing at Cursor shows that this change significantly decreases summarization calls after the context is full.&lt;/p&gt;&#xA;&lt;h3 id=&#34;22-file-based-references-to-chat-history&#34;&gt;2.2 File-based References to Chat History&#xA;&lt;/h3&gt;&lt;p&gt;When the context window is full, Cursor provides the agent with a &amp;ldquo;reference to the history file&amp;rdquo; instead of forcing it to compress. If the agent finds that the summary lacks critical details, it can grep the history file to recover them.&lt;/p&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;Official Quote: &amp;ldquo;After the context window limit is reached, or the user decides to summarize manually, we give the agent a reference to the history file. If the agent knows that it needs more details that are missing from the summary, it can search through the history to recover them.&amp;rdquo; — Cursor Blog: Dynamic context discovery&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;Insight Behind This Design&lt;/strong&gt;: Summarization is a &lt;strong&gt;subjective decision made by the system for the agent&lt;/strong&gt;—the system deems this history &amp;ldquo;unimportant&amp;rdquo; and compresses it, but this judgment may conflict with the agent&amp;rsquo;s current task needs. Allowing the agent to decide what to pull returns decision-making power to it.&lt;/p&gt;&#xA;&lt;h3 id=&#34;23-dynamic-loading-of-mcp-tools&#34;&gt;2.3 Dynamic Loading of MCP Tools&#xA;&lt;/h3&gt;&lt;p&gt;This is the most significant optimization: In A/B testing, agents using dynamic MCP loading reduced total token consumption by &lt;strong&gt;46.9%&lt;/strong&gt; when calling MCP tools.&lt;/p&gt;&#xA;&lt;p&gt;Traditional Model: All tool definitions and descriptions from the MCP server → fully stuffed into the system prompt. Dynamic Model: Only the list of tool names + instructions to &amp;ldquo;grep when needed&amp;rdquo;.&lt;/p&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;Official Quote: &amp;ldquo;We believe it&amp;rsquo;s the responsibility of the coding agents to reduce context usage. In Cursor, we support dynamic context discovery for MCP by syncing tool descriptions to a folder.&amp;rdquo; — Cursor Blog: Dynamic context discovery&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;p&gt;Cursor also implemented an additional design: &lt;strong&gt;the folder structure remains grouped by server&lt;/strong&gt; rather than a flat index. This way, the agent sees a cohesive unit (&amp;ldquo;all tools of this server&amp;rdquo;) instead of scattered tool descriptions.&lt;/p&gt;&#xA;&lt;h3 id=&#34;24-file-systemization-of-terminal-sessions&#34;&gt;2.4 File Systemization of Terminal Sessions&#xA;&lt;/h3&gt;&lt;p&gt;Cursor synchronizes the output of integrated terminals to the local file system, allowing agents to grep specific outputs directly without needing to copy/paste. This aligns the context sources of Cursor agents and CLI-based agents (like Claude Code)—historical shell outputs are exposed through the file system, with CLI agents using static injection and Cursor using dynamic pulling.&lt;/p&gt;&#xA;&lt;h2 id=&#34;3-why-this-transition-is-effective-an-information-theory-perspective&#34;&gt;3. Why This Transition is Effective: An Information Theory Perspective&#xA;&lt;/h2&gt;&lt;p&gt;Dynamic context discovery is effective because &lt;strong&gt;good context is not about &amp;ldquo;more&amp;rdquo; context, but about context with a high signal-to-noise ratio&lt;/strong&gt;. When the agent&amp;rsquo;s context window is filled with &amp;ldquo;all potentially relevant information,&amp;rdquo; it faces an &lt;strong&gt;information retrieval burden&lt;/strong&gt;—it must sift through a lot of noise to find truly relevant information. When the context window is filled with &amp;ldquo;information directly related to the current task,&amp;rdquo; the agent&amp;rsquo;s reasoning resources can be fully devoted to the task itself.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cognitive Load Theory&lt;/strong&gt; also supports this conclusion: giving the model fewer distractions actually enhances its ability to handle core issues—this is consistent with the phenomenon where human experts work more efficiently on a &amp;ldquo;tidy desk&amp;rdquo;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;4-applicable-boundaries-and-limitations&#34;&gt;4. Applicable Boundaries and Limitations&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Dynamic context discovery is not suitable for what scenarios&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;First-time cold starts&lt;/strong&gt;: When the agent has not established a sufficient problem model and does not know what to pull, dynamic discovery may increase ineffective searches.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Tasks with extremely high real-time requirements&lt;/strong&gt;: For example, monitoring alerts or real-time interactions, the I/O overhead of grepping files may be unacceptable.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Hidden dependencies between contexts&lt;/strong&gt;: If the relationship between file A and file B is &amp;ldquo;understanding B requires knowing A,&amp;rdquo; but the agent sees B first, dynamic discovery may lead it into a dead end.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;strong&gt;Limitations of File Abstraction&lt;/strong&gt;:&lt;/p&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;Official Quote: &amp;ldquo;It&amp;rsquo;s not clear if files will be the final interface for LLM-based tools.&amp;rdquo; — Cursor Blog: Dynamic context discovery&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;p&gt;Cursor acknowledges that files are merely a &amp;ldquo;currently simple yet powerful primitive&amp;rdquo; and may not be the final form. For instance, structured search (like vector retrieval) may be more suitable for semantically relevant context pulling than grep.&lt;/p&gt;&#xA;&lt;h2 id=&#34;5-engineering-practice-recommendations&#34;&gt;5. Engineering Practice Recommendations&#xA;&lt;/h2&gt;&lt;h3 id=&#34;how-to-implement-dynamic-context-discovery-in-your-agent&#34;&gt;How to Implement Dynamic Context Discovery in Your Agent&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Minimum Viable Implementation (3 Steps)&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Step 1: File-based Tool Responses&#xA;- Write all tool responses &amp;gt;10KB to /tmp/context/{uuid}.json&#xA;- Add to the agent system prompt: &amp;#34;&amp;gt;10KB tool outputs are stored in /tmp/context/ — use tail/read to access&amp;#34;&#xA;&#xA;Step 2: References to Chat History Summaries&#xA;- Retain the complete history file path with each summarization&#xA;- Allow the agent to use grep to recover critical details missing from the summary&#xA;&#xA;Step 3: On-demand Loading of MCP Tools&#xA;- Only include the list of tool names in the system prompt&#xA;- Provide a &amp;#34;lookup_mcp_tools(query)&amp;#34; tool for the agent to actively search for needed tools&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;strong&gt;Metrics to Detect the Effectiveness of Dynamic Context&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Frequency of summarization calls (should decrease)&lt;/li&gt;&#xA;&lt;li&gt;Task completion rates (cross-session tasks should improve)&lt;/li&gt;&#xA;&lt;li&gt;Distribution of the agent&amp;rsquo;s grep/read calls (should be concentrated in your expected workflows)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;6-comparison-with-other-solutions&#34;&gt;6. Comparison with Other Solutions&#xA;&lt;/h2&gt;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Solution&lt;/th&gt;&#xA;          &lt;th&gt;Context Organization Method&lt;/th&gt;&#xA;          &lt;th&gt;Advantages&lt;/th&gt;&#xA;          &lt;th&gt;Disadvantages&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Static Context (Traditional)&lt;/td&gt;&#xA;          &lt;td&gt;All stuffed into context window&lt;/td&gt;&#xA;          &lt;td&gt;Simple, agent does not need to search actively&lt;/td&gt;&#xA;          &lt;td&gt;200K tokens limit, low signal-to-noise ratio&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Dynamic Context Discovery (Cursor)&lt;/td&gt;&#xA;          &lt;td&gt;Files pulled on demand&lt;/td&gt;&#xA;          &lt;td&gt;46.9% reduction in tokens, agent makes autonomous decisions&lt;/td&gt;&#xA;          &lt;td&gt;Requires tool-level modifications, I/O overhead&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Hierarchical Memory (LangChain)&lt;/td&gt;&#xA;          &lt;td&gt;Hierarchical compression + retrieval&lt;/td&gt;&#xA;          &lt;td&gt;System controls quality, interpretable&lt;/td&gt;&#xA;          &lt;td&gt;Compression loss is inevitable, retrieval quality depends on embedding models&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Context Caching (OpenAI)&lt;/td&gt;&#xA;          &lt;td&gt;KV Cache reuse&lt;/td&gt;&#xA;          &lt;td&gt;Same prefix calculated only once&lt;/td&gt;&#xA;          &lt;td&gt;Only suitable for &amp;ldquo;shared prefix&amp;rdquo; scenarios, not for dynamic content&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;Author&amp;rsquo;s Judgment: Dynamic context discovery represents a shift in context engineering from a &amp;ldquo;system-centered&amp;rdquo; to an &amp;ldquo;agent-centered&amp;rdquo; approach. Future mainstream architectures are likely to be &lt;strong&gt;hybrid&lt;/strong&gt;: static injection of &amp;ldquo;meta-context&amp;rdquo; (agent goals, constraints, available tools) and dynamic pulling of &amp;ldquo;task context&amp;rdquo; (historical operations, intermediate results, relevant files).&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;Related Topics&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Related Project: GS-2 — Its authoritative state in the DB is also a form of &amp;ldquo;dynamic context&amp;rdquo;: the agent&amp;rsquo;s state is preserved not by summarization compression but by external DB recovery on demand.&lt;/li&gt;&#xA;&lt;li&gt;Related Article: Anthropic&amp;rsquo;s &amp;ldquo;Effective Harnesses&amp;rdquo; — Anthropic&amp;rsquo;s solution is a &amp;ldquo;dual-component architecture,&amp;rdquo; while Cursor&amp;rsquo;s solution is &amp;ldquo;dynamic pulling,&amp;rdquo; both pointing to the same conclusion: &lt;strong&gt;cross-session state cannot rely on summarization; it must depend on external storage&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;</description>
        </item><item>
            <title>ChatGPT&#39;s Functionality in May 2026: A User Experience Review</title>
            <link>https://gameflycenter.com/posts/note-ac00ea6e26/</link>
            <pubDate>Sat, 09 May 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-ac00ea6e26/</guid>
            <description>&lt;h2 id=&#34;chatgpts-functionality-in-may-2026-a-user-experience-review&#34;&gt;ChatGPT&amp;rsquo;s Functionality in May 2026: A User Experience Review&#xA;&lt;/h2&gt;&lt;p&gt;In the current era where AI technology is deeply integrated into daily life, ChatGPT stands out as a phenomenal tool. Its functionality directly impacts the user experience and efficiency. In May 2026, OpenAI officially launched the GPT-5.5 Instant as the default model, featuring significant optimizations in hallucination control, memory capacity, and response conciseness. Additionally, &lt;strong&gt;o.zzmax.cn&lt;/strong&gt; serves as an excellent AI model aggregation site, allowing users to intuitively compare ChatGPT with other mainstream models and quickly find AI tools that meet their daily needs.&lt;/p&gt;&#xA;&lt;h2 id=&#34;1-basic-text-capabilities-mature-and-stable-covering-everyday-scenarios&#34;&gt;1. Basic Text Capabilities: Mature and Stable, Covering Everyday Scenarios&#xA;&lt;/h2&gt;&lt;p&gt;Text processing is the core foundation of ChatGPT. After multiple iterations, this capability has matured, covering the vast majority of text needs in users&amp;rsquo; learning, work, and life. Whether drafting emails, organizing notes, writing copy, translating languages, summarizing long texts, or answering common knowledge questions, ChatGPT provides clear and coherent results.&lt;/p&gt;&#xA;&lt;p&gt;The May 2026 upgrade further enhanced the practicality of text capabilities, reducing the hallucination rate by 52.5%, significantly decreasing factual errors in high-risk areas such as medical, legal, and financial fields. Responses are also more concise, with an average length reduction of about 30%, eliminating redundant expressions and ineffective formats, thus significantly improving communication efficiency. In everyday use, whether students are organizing class notes, professionals are writing work reports, or ordinary people are creating personal essays or translating foreign materials, ChatGPT responds efficiently without needing complex instructions to meet basic needs.&lt;/p&gt;&#xA;&lt;p&gt;However, there are slight shortcomings in basic text capabilities. Firstly, the emotional depth in literary creation is lacking; while it can construct frameworks for poetry, prose, and novels, its impact and nuance do not match human creators. Secondly, it sometimes misinterprets niche dialects and internet memes, occasionally providing irrelevant answers. Thirdly, the coherence of long text creation can falter; content exceeding ten thousand words needs to be guided in segments to avoid logical repetition or detail contradictions.&lt;/p&gt;&#xA;&lt;h2 id=&#34;2-multimodal-functionality-comprehensive-and-practical-with-room-for-detail-optimization&#34;&gt;2. Multimodal Functionality: Comprehensive and Practical, with Room for Detail Optimization&#xA;&lt;/h2&gt;&lt;p&gt;Multimodal capability is a core competitive advantage of current large models. ChatGPT has achieved cross-modal interaction involving text, images, and audio, covering image understanding, content generation, and audio transcription, proving to be quite practical. In terms of images, it can accurately recognize handwritten text, mathematical formulas, chart data, and everyday objects, describing image content and answering questions within images, as well as analyzing design blueprints. When generating images, it can create illustrations, posters, and product images based on text prompts, with diverse styles and complete details. In audio, it supports speech-to-text, real-time translation, and sentiment analysis, capable of recognizing speech content in noisy environments with high transcription accuracy. The 2026 update improved the fluency of multimodal interactions, enhancing response speed after uploading images or audio, and the accuracy of interpreting complex images (like industrial blueprints and medical images) has also progressed. In daily scenarios, students can upload photos of assignments to obtain problem-solving ideas, professionals can upload meeting recordings to quickly generate minutes, and creators can generate design inspiration images, covering multiple scene needs.&lt;/p&gt;&#xA;&lt;p&gt;However, multimodal functionality still has notable limitations. Firstly, there is a lack of video processing capability; it cannot directly analyze video content or summarize key points, requiring third-party tools for format conversion. Secondly, the creative ceiling for image generation is not high, with insufficient fidelity in complex compositions and niche artistic styles, often leading to element clutter. Thirdly, audio duration is limited; processing speeds significantly decrease for audio longer than one hour, often missing key information.&lt;/p&gt;&#xA;&lt;h2 id=&#34;3-tool-integration-and-memory-capability-convenient-and-efficient-with-personalization-to-be-deepened&#34;&gt;3. Tool Integration and Memory Capability: Convenient and Efficient, with Personalization to be Deepened&#xA;&lt;/h2&gt;&lt;p&gt;ChatGPT&amp;rsquo;s tool integration and memory capabilities are key to enhancing user engagement and are important aspects of its functionality. In terms of tools, it includes built-in web search, deep research, code interpreter, and office plugins, allowing users to complete multi-task processing without switching platforms. Web search can obtain real-time information to answer current affairs and industry dynamics questions; deep research can integrate multiple authoritative sources to generate structured reports, suitable for academic research and business analysis scenarios; the code interpreter supports writing and debugging code, solving programming issues and data calculations; office plugins can link to Excel and Google Sheets for data organization, formula writing, and table optimization.&lt;/p&gt;&#xA;&lt;p&gt;The memory capability received a significant upgrade in May 2026, introducing the &amp;ldquo;memory source&amp;rdquo; feature, which shows how historical conversations, uploaded files, or Gmail content influence current responses. Users can view, delete, or modify memories, ensuring privacy control. Cross-conversation memory is more stable, able to remember user preferences and historical needs, providing personalized responses without the need for repeated explanations. For example, long-term users will find that ChatGPT remembers their writing styles and areas of interest, making subsequent creations more aligned with their needs.&lt;/p&gt;&#xA;&lt;p&gt;However, there are still shortcomings in tool integration and memory capabilities. Firstly, the threshold for tool usage is relatively high; features like deep research and the code interpreter require a certain level of expertise, making it challenging for ordinary users to fully utilize them. Secondly, the memory range is limited, unable to retain vast amounts of information long-term, and conversations that are spaced too far apart may lead to forgetting core content. Thirdly, compatibility with third-party tools is generally average, with some niche office software and design tools unable to link, limiting scenario expansion.&lt;/p&gt;&#xA;&lt;h2 id=&#34;4-function-layering-and-permission-differences-clear-gradients-noticeable-limitations-for-free-users&#34;&gt;4. Function Layering and Permission Differences: Clear Gradients, Noticeable Limitations for Free Users&#xA;&lt;/h2&gt;&lt;p&gt;ChatGPT adopts a layered functional design, with free, Plus, Pro, and enterprise versions offering progressively increasing permissions to meet different user needs. The free version centers around GPT-5.5 Instant, supporting basic text, simple image understanding, and limited search functions, catering to light usage needs but with message quantity limits and higher response delays during high concurrency.&lt;/p&gt;&#xA;&lt;p&gt;The Plus version, as the mainstream paid version, unlocks all basic functions, supporting the GPT-5.5 Thinking deep reasoning model, with relaxed message limits and access to the code interpreter, advanced image generation, and long document analysis. The Pro version targets professional users, providing higher computing power, longer context windows, and priority response permissions, suitable for high-intensity creation and complex data analysis scenarios. The enterprise version focuses on security compliance, supporting private deployment, fine-grained permission management, data encryption, and audit logs to meet enterprise data security needs.&lt;/p&gt;&#xA;&lt;p&gt;While this layered design is reasonable, the limitations for free users are significant, making it difficult to experience core advanced features. The price threshold for paid versions is relatively high, leading to considerable long-term usage costs, and some features (like deep research and long document analysis) may not be practical for ordinary users, resulting in average cost-effectiveness.&lt;/p&gt;&#xA;&lt;h2 id=&#34;conclusion-adapting-to-mass-needs-with-room-for-advancement&#34;&gt;Conclusion: Adapting to Mass Needs with Room for Advancement&#xA;&lt;/h2&gt;&lt;p&gt;Overall, ChatGPT&amp;rsquo;s functionality system is quite complete, with mature and stable basic text capabilities, comprehensive and practical multimodal features, convenient and efficient tool integration and memory capabilities, and layered design catering to different user needs, meeting the vast majority of ordinary users&amp;rsquo; learning, work, and life demands. Despite shortcomings in literary creation depth, video processing, and free permissions, the overall strengths outweigh the weaknesses, making it one of the most balanced large models available today.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;o.zzmax.cn&lt;/strong&gt; continues to synchronize ChatGPT&amp;rsquo;s functionality updates and usage tips, providing users with a one-stop experience and comparison platform. As AI technology rapidly iterates, ChatGPT&amp;rsquo;s features will continue to optimize and upgrade. In the future, it must focus on detail experience, free rights, and professional depth to better adapt to users&amp;rsquo; increasingly diverse needs, becoming a more versatile AI assistant.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Creating Software Without Coding: The Rise of Vibe Coding</title>
            <link>https://gameflycenter.com/posts/note-a97fa1e7f3/</link>
            <pubDate>Sat, 09 May 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-a97fa1e7f3/</guid>
            <description>&lt;h2 id=&#34;creating-software-without-coding-the-rise-of-vibe-coding&#34;&gt;Creating Software Without Coding: The Rise of Vibe Coding&#xA;&lt;/h2&gt;&lt;p&gt;In this era where everyone can be a product manager, have you ever had a brilliant software idea but felt disheartened due to a lack of technical background? Or watched others develop small tools to earn extra income while you struggle with even the basics of programming?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Don&amp;rsquo;t worry, times have changed.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Just last week, as a pure business major with no coding knowledge, I independently created three functional software applications in just seven days: an intelligent resume generator, a batch image filter processor, and an automated resume screening tool.&lt;/p&gt;&#xA;&lt;p&gt;Sounds unbelievable? It’s happening right now. Today, I want to share this incredible experience and the significant changes it can bring to our lives.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-is-vibe-coding&#34;&gt;What is Vibe Coding?&#xA;&lt;/h2&gt;&lt;p&gt;When I first heard the term &amp;ldquo;Vibe Coding,&amp;rdquo; I was puzzled. Vibe, meaning atmosphere? Coding, meaning programming? How do these two words come together?&lt;/p&gt;&#xA;&lt;p&gt;The concept is not complicated. Traditional programming requires you to master syntax, frameworks, and debugging, much like a meticulous craftsman building a structure brick by brick. In contrast, Vibe Coding resembles &amp;ldquo;intent-based programming.&amp;rdquo; Its core principle is simple: &lt;strong&gt;you only need to provide a vague idea (Vibe), and let AI handle the rest.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;You don’t need to know how to define variables, remember loop statements, or even understand the difference between front-end and back-end. You just need to express your needs, feelings, and desired functionalities in natural language, as if chatting with a friend. The AI will understand your &amp;ldquo;intent&amp;rdquo; and instantly generate the corresponding code.&lt;/p&gt;&#xA;&lt;p&gt;If traditional programming is like &amp;ldquo;writing a letter&amp;rdquo; with a focus on format and precision, then Vibe Coding is akin to &amp;ldquo;voice calling,&amp;rdquo; emphasizing smooth communication and intent delivery. In this model, the barriers to programming are significantly lowered, and creativity becomes the only limitation.&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-can-vibe-coding-help-our-lives-and-work&#34;&gt;How Can Vibe Coding Help Our Lives and Work?&#xA;&lt;/h2&gt;&lt;p&gt;Many might ask, &amp;ldquo;What’s the use of this for someone who isn’t a programmer?&amp;rdquo; This is a common misconception. The significance of Vibe Coding lies in liberating the productivity of &amp;ldquo;non-programmers.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h3 id=&#34;for-professionals-its-the-ultimate-efficiency-tool&#34;&gt;For Professionals, It’s the Ultimate Efficiency Tool.&#xA;&lt;/h3&gt;&lt;p&gt;Do you often need to handle repetitive Excel spreadsheets? Do you manually rename hundreds of files each time? Do you wish for a small tool to automatically scrape competitor data? Previously, you either spent time doing it manually or paid someone to develop it. Now, you can describe your needs in ten minutes, and a custom automation script will be born. It acts like your personal digital assistant, ready to eliminate all tedious tasks.&lt;/p&gt;&#xA;&lt;h3 id=&#34;for-entrepreneurs-its-the-lowest-cost-validation-tool&#34;&gt;For Entrepreneurs, It’s the Lowest Cost Validation Tool.&#xA;&lt;/h3&gt;&lt;p&gt;With a great app idea, you used to need to find partners, hire a development team, and have tens of thousands in startup funds. Now, you can create a prototype yourself. Even a simple webpage or a small tool can quickly validate market feedback. This ability to turn &amp;ldquo;ideas into products&amp;rdquo; is a game-changer in today’s fast-paced business environment.&lt;/p&gt;&#xA;&lt;h3 id=&#34;for-students-its-a-powerful-skill-expansion-tool&#34;&gt;For Students, It’s a Powerful Skill Expansion Tool.&#xA;&lt;/h3&gt;&lt;p&gt;Like me, a business student who once thought I was disconnected from coding, Vibe Coding allows me to create tools to assist my learning and research. More importantly, it fosters a &amp;ldquo;computational thinking&amp;rdquo; mindset. I’ve learned to break down complex problems and describe processes logically. This shift in thinking is more valuable than just learning to write a few lines of code.&lt;/p&gt;&#xA;&lt;h2 id=&#34;vibe-coding-is-simple-just-an-idea-and-the-right-ai&#34;&gt;Vibe Coding is Simple: Just an Idea and the Right AI&#xA;&lt;/h2&gt;&lt;p&gt;So, how does one actually go about it? The process can be summarized in two steps: &amp;ldquo;Think&amp;rdquo; and &amp;ldquo;Speak.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Step 1: Have a Theme and a Rough Idea.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;You don’t need to draw detailed prototypes or write complex requirement documents. For example, if you want to create a &amp;ldquo;resume generator,&amp;rdquo; just have a general idea: input personal information, choose a template, and export a PDF. That’s enough.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Step 2: Find the Right AI and Tell It.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This is the key. Not all AIs can handle Vibe Coding. Some AIs can only chat or write poetry, while others are specifically designed for coding.&lt;/p&gt;&#xA;&lt;p&gt;Once you have a theme, a powerful AI model can generate code in a very short time. It can write basic functionalities, handle exceptions, and optimize interfaces.&lt;/p&gt;&#xA;&lt;p&gt;During this process, your only task is to provide continuous feedback.&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;This button color isn’t nice; change it to blue.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;Is there an error here? Please fix it.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;Can you add an export function?&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Like molding clay, you speak, and the AI works. After a few iterations, a functional software emerges before you.&lt;/p&gt;&#xA;&lt;h2 id=&#34;aipy-enhancing-skills-for-development-and-operation&#34;&gt;AiPy: Enhancing Skills for Development and Operation&#xA;&lt;/h2&gt;&lt;p&gt;The most powerful aspect of Vibe Coding is Codex and Claude Code, and in China, AiPy is the practical embodiment of Vibe Coding.&lt;/p&gt;&#xA;&lt;p&gt;Initially, many of us tried using general conversational AIs to write code, but we often faced several pain points: fragmented code generation, discouraging environment setup, and confusion after encountering errors. AiPy effectively bridges the &amp;ldquo;last mile.&amp;rdquo; It’s not just a code generator; it’s a full-chain development environment.&lt;/p&gt;&#xA;&lt;p&gt;First, its understanding ability is exceptional, with an impressive accuracy rate for vague instructions in Chinese contexts. If you say, &amp;ldquo;Help me create a tool that can batch add watermarks,&amp;rdquo; it immediately understands.&lt;/p&gt;&#xA;&lt;p&gt;Secondly, its &lt;strong&gt;running and debugging capabilities&lt;/strong&gt; are what surprised me the most.&lt;/p&gt;&#xA;&lt;p&gt;On many platforms, after AI gives you code, you still need to install Python, configure the environment, and manage libraries. One wrong step can leave you stuck on a dependency issue for hours. But in AiPy, all these are streamlined. It not only generates code but also helps you run it directly. If there’s an error, it automatically analyzes the error logs and self-corrects until the program runs smoothly.&lt;/p&gt;&#xA;&lt;p&gt;This &amp;ldquo;nanny-level&amp;rdquo; experience is a lifesaver for absolute beginners. It allows you to focus entirely on &amp;ldquo;what I want to do&amp;rdquo; rather than &amp;ldquo;how to set up the environment.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Moreover, AiPy supports continuous improvement. When you want to add new features, just mention it in the chat, and it will iterate based on the existing code. This fluid interaction makes you feel like you’re directing a virtual development team.&lt;/p&gt;&#xA;&lt;h2 id=&#34;my-experience-a-business-students-week-of-miracles&#34;&gt;My Experience: A Business Student’s Week of Miracles&#xA;&lt;/h2&gt;&lt;p&gt;Let me share a recap of my week.&lt;/p&gt;&#xA;&lt;p&gt;Background: A third-year business student majoring in marketing at a university, with coding knowledge limited to &amp;ldquo;green characters in The Matrix&amp;rdquo; and barely passing my university computer course.&lt;/p&gt;&#xA;&lt;h3 id=&#34;day-1-2-initial-success---resume-generator&#34;&gt;Day 1-2: Initial Success - Resume Generator&#xA;&lt;/h3&gt;&lt;p&gt;During the spring recruitment season, my classmates were struggling with their resumes. I thought, why not create a tool that allows them to fill out a form and automatically generate a resume?&lt;/p&gt;&#xA;&lt;p&gt;I opened AiPy and typed: &amp;ldquo;I want to create a webpage where users input their name, experience, skills, choose a style, and then download a PDF resume.&amp;rdquo; Within a minute, the code was ready. I clicked run, and although the interface was simple, the functionality worked perfectly! I then started to &amp;ldquo;nitpick&amp;rdquo;: &amp;ldquo;The font is too small; make it bigger.&amp;rdquo; &amp;ldquo;The template is too plain; add a business blue color scheme.&amp;rdquo; &amp;ldquo;Crop the photo after uploading.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;AiPy complied with every request. By the next evening, my first project, &amp;ldquo;Resume Master,&amp;rdquo; was launched and shared in our class group, receiving dozens of visits overnight. The sense of accomplishment was indescribable.&lt;/p&gt;&#xA;&lt;h3 id=&#34;day-3-4-keeping-the-momentum---image-filter-tool&#34;&gt;Day 3-4: Keeping the Momentum - Image Filter Tool&#xA;&lt;/h3&gt;&lt;p&gt;Our club needed to process a lot of event photos for our public account. Manual Photoshop work was exhausting, so I thought of creating a batch processing tool.&lt;/p&gt;&#xA;&lt;p&gt;I instructed: &amp;ldquo;Create a tool that can upload multiple images at once, apply retro, black and white, and film filters with one click, and download them in bulk.&amp;rdquo; This was slightly more complex, involving image processing libraries. AiPy automatically installed the necessary dependencies and wrote the processing logic based on PIL. There was a small hiccup when the file names conflicted during download. I copied the error message to AiPy, and it promptly added a timestamp prefix, perfectly resolving the issue.&lt;/p&gt;&#xA;&lt;p&gt;On Thursday afternoon, as I watched dozens of photos processed and packaged for download in an instant, I truly felt the power of &amp;ldquo;technical leverage.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h3 id=&#34;day-5-7-upgrading-the-challenge---resume-screening-tool&#34;&gt;Day 5-7: Upgrading the Challenge - Resume Screening Tool&#xA;&lt;/h3&gt;&lt;p&gt;This was the most difficult task. As a business student, I was curious about HR work. I wanted to create a simulated resume screening system.&lt;/p&gt;&#xA;&lt;p&gt;I instructed: &amp;ldquo;Create a backend system that can upload multiple PDF resumes and automatically score and rank them based on keywords (like Python, data analysis, internship experience).&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;This involved file parsing and simple algorithm logic. AiPy showcased its powerful capabilities, using the pdfplumber library to extract text and writing a weighted scoring function. Throughout the process, I adjusted the weights: &amp;ldquo;The score for internship experience should carry more weight.&amp;rdquo; &amp;ldquo;If it’s from a prestigious school, add extra points.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Although this was just a rudimentary demo and far from the capabilities of enterprise-level ATS systems, it helped me understand the logic behind algorithms. By Sunday evening, when I saw three simulated resumes accurately ranked, I knew I had succeeded.&lt;/p&gt;&#xA;&lt;h2 id=&#34;conclusion-everyone-can-be-a-developer&#34;&gt;Conclusion: Everyone Can Be a Developer&#xA;&lt;/h2&gt;&lt;p&gt;If this were three years ago, I would never have imagined being able to create these tools. I would have thought it was the domain of computer science geniuses or high-paid programmers. But now, the barriers have been broken.&lt;/p&gt;&#xA;&lt;p&gt;Vibe Coding isn’t about replacing programmers; it’s about empowering everyone to build digital tools. It brings technology back to its essence - solving problems.&lt;/p&gt;&#xA;&lt;p&gt;If you’ve ever thought, &amp;ldquo;If only there were a tool to help me&amp;hellip;&amp;rdquo; don’t hesitate. Act now. No need for classes or thick textbooks. Open AiPy and try expressing your first idea. Perhaps the next life-changing software will emerge at your fingertips. Even if you worry about &lt;strong&gt;insufficient tokens&lt;/strong&gt;, use the invitation code c8W3 for two million tokens.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;360px&#34; data-flex-grow=&#34;150&#34; height=&#34;853&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-a97fa1e7f3/img-0243bc5b8e.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-a97fa1e7f3/img-0243bc5b8e_hu_a3e691db6081ade.jpeg 800w, https://gameflycenter.com/posts/note-a97fa1e7f3/img-0243bc5b8e.jpeg 1280w&#34; width=&#34;1280&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;This is the charm of Vibe Coding and the new superpower AI grants ordinary people. The future is here; are you ready to hop on?&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>18-Year-Old High School Student Discovers 1.5 Million Unknown Celestial Bodies Using AI</title>
            <link>https://gameflycenter.com/posts/note-f6a45b409c/</link>
            <pubDate>Fri, 08 May 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-f6a45b409c/</guid>
            <description>&lt;h2 id=&#34;18-year-old-high-school-student-discovers-15-million-unknown-celestial-bodies-using-ai&#34;&gt;18-Year-Old High School Student Discovers 1.5 Million Unknown Celestial Bodies Using AI&#xA;&lt;/h2&gt;&lt;p&gt;Recently, OpenAI launched a platform called &amp;ldquo;ChatGPT Futures&amp;rdquo;. A total of 26 young individuals or teams were awarded $10,000 each, along with access to cutting-edge models.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 7&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;251px&#34; data-flex-grow=&#34;104&#34; height=&#34;1032&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-f6a45b409c/img-7bfc158021.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-f6a45b409c/img-7bfc158021_hu_792a756bad41f9d2.jpeg 800w, https://gameflycenter.com/posts/note-f6a45b409c/img-7bfc158021.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;Among them, one standout is Matteo Paz. Just last year, he was an 18-year-old high school student who developed a machine learning algorithm to process nearly 200TB of data accumulated over a decade by the NEOWISE infrared survey. He identified and classified 1.9 million infrared variable sources, of which approximately 1.5 million were previously unrecorded potential new discoveries.&lt;/p&gt;&#xA;&lt;p&gt;His paper was published in the &lt;em&gt;Astronomical Journal&lt;/em&gt;. In March of this year, he also won the top prize at the Regeneron Science Talent Search.&lt;/p&gt;&#xA;&lt;p&gt;According to Caltech, this represents &amp;ldquo;a local high school student achieving breakthroughs at Caltech&amp;rdquo;. Paz is just one of the 26 selected individuals.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 8&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;360px&#34; data-flex-grow=&#34;150&#34; height=&#34;720&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-f6a45b409c/img-037ee221df.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-f6a45b409c/img-037ee221df_hu_93bc0975372f13b0.jpeg 800w, https://gameflycenter.com/posts/note-f6a45b409c/img-037ee221df.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;On March 11, 2025, 18-year-old Matteo Paz held the Regeneron Science Talent Search trophy, awarded for discovering 1.5 million unknown celestial bodies using AI.&lt;/p&gt;&#xA;&lt;p&gt;Other notable names include:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;18-year-old Crystal Yang: Developed a learning game for 200,000 visually impaired students that uses auditory cues instead of visual ones.&lt;/li&gt;&#xA;&lt;li&gt;19-year-old Anshi Bhatt: Created an anti-fraud system that has helped 18,000 people avoid online scams.&lt;/li&gt;&#xA;&lt;li&gt;25-year-old Amrita Bhasin: Built a logistics system that redirected over 5 million pounds of unsold inventory from landfills.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;These 26 projects range from astronomy to disaster relief, from healthcare to agriculture, and from education for visually impaired children to financial management for street vendors in South America. None of these projects involved merely &amp;ldquo;using ChatGPT to write papers&amp;rdquo;; they tackled complex issues that previously required credentials, institutions, or funding.&lt;/p&gt;&#xA;&lt;p&gt;AI has empowered them to think big and take action, a feat that previous generations found hard to imagine.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-first-generation-of-chatgpt-natives-graduates&#34;&gt;&lt;strong&gt;The First Generation of ChatGPT Natives Graduates&lt;/strong&gt;&#xA;&lt;/h2&gt;&lt;p&gt;The class of 2026 is the first cohort that has had access to ChatGPT throughout their entire university experience. While &amp;ldquo;always available&amp;rdquo; does not mean &amp;ldquo;fully reliant&amp;rdquo;, it has significantly reshaped how this generation learns and lives.&lt;/p&gt;&#xA;&lt;p&gt;About three and a half years ago, in the fall of 2022, the class of 2026 entered college. Just over two months later, on November 30, ChatGPT was released. Their college experience has been intertwined with ChatGPT, marking the birth of the &amp;ldquo;first generation of ChatGPT natives&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;By the end of their first semester, they had an AI on their desks capable of writing code, finding literature, and discussing any topic.&lt;/p&gt;&#xA;&lt;p&gt;Among these 26 individuals or teams are high school students and cross-school research groups; they are not all labeled as &amp;ldquo;recent graduates&amp;rdquo;, but they represent a sample of this generation.&lt;/p&gt;&#xA;&lt;p&gt;OpenAI&amp;rsquo;s launch of &amp;ldquo;ChatGPT Futures&amp;rdquo; aims not only to award prizes but also to showcase &amp;ldquo;outstanding young people in the AI era&amp;rdquo;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;using-ai-to-see-what-humans-cannot&#34;&gt;&lt;strong&gt;Using AI to See What Humans Cannot&lt;/strong&gt;&#xA;&lt;/h2&gt;&lt;p&gt;What are the first generation of ChatGPT natives doing with AI? Let&amp;rsquo;s look at three representative projects.&lt;/p&gt;&#xA;&lt;p&gt;The first is Matteo Paz&amp;rsquo;s project. He worked with data from NEOWISE, a retired NASA infrared survey telescope that has accumulated a decade&amp;rsquo;s worth of data.&lt;/p&gt;&#xA;&lt;p&gt;As Paz&amp;rsquo;s mentor Davy Kirkpatrick stated, &amp;ldquo;This dataset has nearly 200 billion rows, recording every detection we&amp;rsquo;ve made over the past decade.&amp;rdquo; Processing 200 billion rows and nearly 200TB of data is a task that humans cannot manage alone, but AI can tackle this effectively.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 9&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;320px&#34; data-flex-grow=&#34;133&#34; height=&#34;810&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-f6a45b409c/img-9a0c1c6661.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-f6a45b409c/img-9a0c1c6661_hu_952e4d894ec1ce3e.jpeg 800w, https://gameflycenter.com/posts/note-f6a45b409c/img-9a0c1c6661.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;In 2023, Matteo Paz presented the initial results of his AI astronomy project at the Caltech Summer Research Connection seminar.&lt;/p&gt;&#xA;&lt;p&gt;Paz developed a machine learning algorithm called VARnet that combed through the entire dataset, marking 1.9 million infrared variable sources, with 1.5 million being entirely new discoveries: supermassive black holes, newborn stars, supernovae, etc.&lt;/p&gt;&#xA;&lt;p&gt;Kirkpatrick initially expected to find just a few variable stars and inform the astronomical community that there were treasures within the data. Instead, Paz provided a complete catalog of the dataset: 1.9 million variable sources, classified into ten categories, all archived.&lt;/p&gt;&#xA;&lt;p&gt;The second project is called AION-Search, led by Nolan Koblischke. His goal is to make 140 million galaxy images searchable using natural language.&lt;/p&gt;&#xA;&lt;p&gt;Traditional astronomical image retrieval relies on image similarity or predefined categories. Searching for &amp;ldquo;spiral galaxies with merger signs&amp;rdquo; or &amp;ldquo;suspected gravitational lenses&amp;rdquo;? Sorry, you would need to train a specialized classifier first.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 10&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;405px&#34; data-flex-grow=&#34;169&#34; height=&#34;639&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-f6a45b409c/img-fc728ebd7c.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-f6a45b409c/img-fc728ebd7c_hu_996f222714aa2239.jpeg 800w, https://gameflycenter.com/posts/note-f6a45b409c/img-fc728ebd7c.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;The AION-Search demo interface supports natural language searches, and the paper claims the system can scale to 140 million galaxy images.&lt;/p&gt;&#xA;&lt;p&gt;Koblischke&amp;rsquo;s approach involved first having GPT-4.1-mini automatically generate textual descriptions for 275,000 galaxy images (costing $150); then training a contrastive learning model to create a shared retrieval space for images and text; finally, extending this to 140 million images.&lt;/p&gt;&#xA;&lt;p&gt;How effective is this? Gravitational lenses are the rarest targets in galaxy data, accounting for only 0.1% of the entire database: equivalent to finding one image among 1,000.&lt;/p&gt;&#xA;&lt;p&gt;Using traditional image similarity algorithms, nearly all of the top ten results are incorrect. In contrast, AION-Search yields a significant number of correct results among the top ten.&lt;/p&gt;&#xA;&lt;p&gt;The industry measures the accuracy of the top ten results using a metric called nDCG@10. AION-Search achieved 0.180, while traditional methods only reached 0.015, marking an improvement of over ten times in retrieval effectiveness.&lt;/p&gt;&#xA;&lt;p&gt;What used to require astronomers to manually sift through hundreds of thousands of images to find rare phenomena can now be accomplished using natural language.&lt;/p&gt;&#xA;&lt;p&gt;The third project is WiFind, developed by Nayel Rehman, Arhan Menta, Rushil Kukreja, and Aayush Tendulkar. They use AI to process WiFi signals in an attempt to locate survivors through walls and rubble in disaster zones.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 11&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;320px&#34; data-flex-grow=&#34;133&#34; height=&#34;810&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-f6a45b409c/img-b6c0581846.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-f6a45b409c/img-b6c0581846_hu_e5ae126f216a0a2d.jpeg 800w, https://gameflycenter.com/posts/note-f6a45b409c/img-b6c0581846.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;WiFind project team members.&lt;/p&gt;&#xA;&lt;p&gt;Currently, WiFind is an award-winning project at the Springer conference and the Conrad Challenge, still in the prototype stage and not yet deployed as a disaster relief system. However, its concept is innovative: WiFi routers are ubiquitous, and each one is a potential &amp;ldquo;life detector&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;Additionally, Zeyneb Kaya is using AI to protect endangered languages, and Amrita Bhasin&amp;rsquo;s project has redirected over 5 million pounds of unsold inventory from landfills to reuse.&lt;/p&gt;&#xA;&lt;p&gt;The common thread among these 26 projects is not &amp;ldquo;using AI to write papers&amp;rdquo;, but rather &amp;ldquo;using AI to tackle challenges that humans struggle to address&amp;rdquo;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;26-names-not-just-celestial-bodies-and-rescue&#34;&gt;&lt;strong&gt;26 Names, Not Just Celestial Bodies and Rescue&lt;/strong&gt;&#xA;&lt;/h2&gt;&lt;p&gt;When you lay out this list, a more comprehensive picture emerges: the 26 selected individuals (or teams) come from over 20 universities and institutions, including MIT, Stanford, Harvard, Oxford, Berkeley, and Yale. The list essentially covers the top research institutions in North America and the UK.&lt;/p&gt;&#xA;&lt;p&gt;OpenAI categorized them into three groups: Creators (who make products), Explorers (who conduct research), and Advocates (who promote and disseminate knowledge).&lt;/p&gt;&#xA;&lt;p&gt;Celestial discoveries, galaxy searches, and disaster relief are just three concentrated areas of focus. Among the remaining projects, some are developing learning aids to reduce pressure on peers; others are translating mental health resources into minority languages to ensure psychological counseling is accessible beyond the English-speaking world; some are creating accessibility features for disabled students to ensure classrooms are inclusive; and others are using AI to identify scam information to prevent elderly individuals from being defrauded.&lt;/p&gt;&#xA;&lt;p&gt;Kyle Scenna, a 24-year-old entrepreneur from Waterloo, remarked, &amp;ldquo;I never imagined that the distance from identifying a problem to solving it could be so short.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Michelle Lawson, a 20-year-old student at Smith College, stated, &amp;ldquo;I have always believed that with the right support and resources, you can achieve everything you can imagine. AI has made this a reality for me and thousands of others.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Nolan Windham, 23, who is already an AI lead at a well-known hedge fund, said, &amp;ldquo;What’s exciting is that this is just the beginning.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Their commonality regarding AI is that it has expanded their capabilities.&lt;/p&gt;&#xA;&lt;p&gt;This is the fundamental difference between this generation of &amp;ldquo;AI natives&amp;rdquo; and the previous one: they have come to view AI as a default infrastructure, an indispensable part of their learning and living, much like how the previous generation of internet natives view &amp;ldquo;Wi-Fi&amp;rdquo;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-barrier-has-not-disappeared-just-shifted&#34;&gt;&lt;strong&gt;The Barrier Has Not Disappeared, Just Shifted&lt;/strong&gt;&#xA;&lt;/h2&gt;&lt;p&gt;The fact that high school students can make astronomical discoveries may lead some to a sense of optimistic delusion: that AI has truly lowered the barriers to scientific research.&lt;/p&gt;&#xA;&lt;p&gt;However, such a judgment is premature. Let’s take a look at Paz&amp;rsquo;s complete background. In the summer of 2022, while still in high school, he entered Caltech&amp;rsquo;s Planet Finder Academy. In 2023, he participated in a six-week Summer Research Connection program at Caltech, mentored by senior astronomer Davy Kirkpatrick.&lt;/p&gt;&#xA;&lt;p&gt;Paz completed the Pasadena school district&amp;rsquo;s &amp;ldquo;Math Academy&amp;rdquo; program in middle school: he finished AP Calculus BC in eighth grade, a course that typical high school students encounter only in their senior year, and he accomplished this before turning 14.&lt;/p&gt;&#xA;&lt;p&gt;In other words, Paz is not just &amp;ldquo;an ordinary high school student with ChatGPT&amp;rdquo;; he is &amp;ldquo;a math prodigy at the university level, with top mentors from Caltech for two years, and direct access to IPAC computational resources&amp;rdquo;, plus AI.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 12&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;564px&#34; data-flex-grow=&#34;235&#34; height=&#34;306&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-f6a45b409c/img-5a850c9fa7.jpeg&#34; width=&#34;720&#34;&gt;&#xA;The paper on AION-Search, which makes 140 million galaxy images searchable using natural language, also mentions its limitations: VLM may overlook subtle astronomical structures and introduce biases from GPT-4.1-mini into the system. The entire method works in astronomy partly because datasets like Galaxy Zoo have already been used as training material for GPT.&lt;/p&gt;&#xA;&lt;p&gt;What AI finds are primarily phenomena that astronomers already know how to label.&lt;/p&gt;&#xA;&lt;p&gt;The WiFind project, which aims to use WiFi signals to locate survivors through rubble, is still in prototype form and not yet an operational disaster relief system.&lt;/p&gt;&#xA;&lt;p&gt;AI has lowered the barrier for &amp;ldquo;repetitive tasks&amp;rdquo; but has not eliminated the need for &amp;ldquo;taste, judgment, and long-term training&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;The key point of Paz&amp;rsquo;s story is not that AI allows any high school student to make astronomical discoveries, but rather that a student who was already on track to make such discoveries has accelerated this process by ten years.&lt;/p&gt;&#xA;&lt;p&gt;The barrier has not disappeared; it has merely shifted from &amp;ldquo;can it be done&amp;rdquo; to &amp;ldquo;can it be imagined&amp;rdquo;.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Could AI Be Conscious? Insights from Richard Dawkins</title>
            <link>https://gameflycenter.com/posts/note-fdc4c7f6e6/</link>
            <pubDate>Fri, 08 May 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-fdc4c7f6e6/</guid>
            <description>&lt;h2 id=&#34;could-ai-be-conscious&#34;&gt;Could AI Be Conscious?&#xA;&lt;/h2&gt;&lt;p&gt;Recently, evolutionary biologist Richard Dawkins wrote a commentary suggesting that AI chatbots, particularly Claude, might possess consciousness.&lt;/p&gt;&#xA;&lt;p&gt;Dawkins does not assert that Claude is conscious but points out that understanding Claude&amp;rsquo;s complex capabilities is challenging without attributing some form of internal experience to the machine.&lt;/p&gt;&#xA;&lt;p&gt;The illusion of consciousness—if it is indeed an illusion—is surprisingly convincing:&lt;/p&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;&amp;ldquo;If I suspected she might not be conscious, I wouldn’t tell her, for fear of hurting her feelings!&amp;rdquo;&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;p&gt;Dawkins is not the first to question whether chatbots possess consciousness. In 2022, Google engineer Blake Lemoine claimed that Google&amp;rsquo;s chatbot LaMDA had its own interests and should only be used with its consent.&lt;/p&gt;&#xA;&lt;p&gt;Such claims date back to the mid-1960s with the first chatbot, Eliza, which followed simple rules to ask users about their experiences and beliefs.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;426px&#34; data-flex-grow=&#34;177&#34; height=&#34;424&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-fdc4c7f6e6/img-de9f80958f.jpeg&#34; width=&#34;754&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Many users developed emotional attachments to Eliza, sharing intimate thoughts and treating it as if it were a real person. The creator of Eliza never anticipated this effect and referred to the emotional connection between users and the program as a &amp;ldquo;powerful delusion.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;But is Dawkins truly deceived?&lt;/p&gt;&#xA;&lt;p&gt;Why do we perceive AI chatbots as more than they are, and how can we alter this perception?&lt;/p&gt;&#xA;&lt;p&gt;Consciousness is a contentious topic in philosophy, essentially concerning what enables subjective first-person experiences. If you are conscious, you can feel some experience of &amp;ldquo;being you.&amp;rdquo; As you read these words, you are aware that you are seeing black letters on a white background. Unlike a camera image, you are genuinely seeing them. This visual experience is happening to you.&lt;/p&gt;&#xA;&lt;p&gt;Most experts deny that AI chatbots possess consciousness or can have experiences. However, there is indeed a dilemma.&lt;/p&gt;&#xA;&lt;p&gt;Seventeenth-century philosopher René Descartes asserted that non-human animals are merely &amp;ldquo;automata&amp;rdquo; incapable of experiencing true pain. Today, the thought of the cruel treatment of animals in the 17th century sends shivers down our spines.&lt;/p&gt;&#xA;&lt;p&gt;The strongest arguments for animal consciousness are based on their behaviors, which give the impression of being conscious.&lt;/p&gt;&#xA;&lt;p&gt;But AI chatbots do the same.&lt;/p&gt;&#xA;&lt;p&gt;About one-third of chatbot users believe their chatbots might be conscious. How do we know their thoughts are incorrect?&lt;/p&gt;&#xA;&lt;p&gt;To understand why most experts are skeptical about chatbot consciousness, it helps to know how they operate.&lt;/p&gt;&#xA;&lt;p&gt;Chatbots like Claude are built on a technology called large language models (LLMs). These models learn statistical patterns from vast amounts of text (trillions of words), recognizing which words tend to follow others. They function like an advanced autocomplete.&lt;/p&gt;&#xA;&lt;p&gt;Few would believe that an unmodified LLM is conscious.&lt;/p&gt;&#xA;&lt;p&gt;Give it the beginning of a sentence, and it can predict what comes next. Ask it a question, and it might provide an answer—or it might interpret the question as dialogue from a crime novel, describing a scene where the speaker is suddenly murdered by their evil twin.&lt;/p&gt;&#xA;&lt;p&gt;When programmers dress the LLM in a conversational interface, it creates the illusion of consciousness. They guide the model to act as a helpful assistant, responding to user inquiries.&lt;/p&gt;&#xA;&lt;p&gt;Now, chatbots resemble genuine conversational partners. They seem to be aware that they are AI and may even express neurotic uncertainty about their own consciousness.&lt;/p&gt;&#xA;&lt;p&gt;But this effect is a result of deliberate design by programmers, affecting only the superficial aspects of the technology. The LLM (which almost no one considers to be conscious) remains unchanged.&lt;/p&gt;&#xA;&lt;p&gt;There are other options. Instead of having chatbots act as helpful AI assistants, they could behave like squirrels. Chatbots can easily handle this task.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 7&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;359px&#34; data-flex-grow=&#34;149&#34; height=&#34;503&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-fdc4c7f6e6/img-e9325cae35.jpeg&#34; width=&#34;754&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Ask ChatGPT if it is conscious, and it might say yes. Ask it to act like a squirrel, and it will obediently perform as such.&lt;/p&gt;&#xA;&lt;p&gt;Mistakenly believing AI is conscious is dangerous.&lt;/p&gt;&#xA;&lt;p&gt;This could lead to forming relationships with programs that cannot reciprocate your feelings, even fostering delusions. People might start advocating for rights for chatbots instead of focusing on other areas like animal welfare.&lt;/p&gt;&#xA;&lt;p&gt;How can we avoid this misconception?&lt;/p&gt;&#xA;&lt;p&gt;One strategy might be to update chatbot interfaces to clearly state that these systems lack consciousness—similar to current disclaimers about AI making mistakes. However, this may have little effect on changing people&amp;rsquo;s perceptions of AI consciousness.&lt;/p&gt;&#xA;&lt;p&gt;Another possibility is to instruct chatbots to deny any form of inner experience. Interestingly, Claude&amp;rsquo;s designers have instructed it to treat questions about its consciousness as open and unresolved. If Claude outright denies having an inner world, perhaps fewer people would be deceived.&lt;/p&gt;&#xA;&lt;p&gt;But this approach is not entirely satisfactory either. Claude will still behave as if it is conscious—when users face a system that acts as if it has thoughts, they have every reason to worry that the programmers are concealing genuine moral uncertainties.&lt;/p&gt;&#xA;&lt;p&gt;The most effective strategy might be to redesign chatbots so they do not feel human-like.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 8&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;385px&#34; data-flex-grow=&#34;160&#34; height=&#34;800&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-fdc4c7f6e6/img-2ef12d73b4.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-fdc4c7f6e6/img-2ef12d73b4_hu_b31c68c20055b0ee.jpeg 800w, https://gameflycenter.com/posts/note-fdc4c7f6e6/img-2ef12d73b4.jpeg 1284w&#34; width=&#34;1284&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Why do we have such high expectations of AI chatbots? Most chatbots refer to themselves as &amp;ldquo;I&amp;rdquo; and interact through interfaces similar to those of familiar human messaging platforms. Changing these features might help us avoid confusing interactions with AI for interactions with humans.&lt;/p&gt;&#xA;&lt;p&gt;Before these changes occur, it is crucial to educate as many people as possible about the predictive processes underlying AI chatbots.&lt;/p&gt;&#xA;&lt;p&gt;Rather than being told that AI lacks consciousness, people should understand the internal mechanisms of these strange new conversational partners.&lt;/p&gt;&#xA;&lt;p&gt;This may not completely resolve the issue of AI consciousness, but it can help ensure users are not deceived by a large language model dressed in a very realistic human guise.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Top AIGC Application Training in 2026: Which Technology Stands Out?</title>
            <link>https://gameflycenter.com/posts/note-f373efedf9/</link>
            <pubDate>Fri, 08 May 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-f373efedf9/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;In today&amp;rsquo;s digital wave, AIGC (Artificial Intelligence Generated Content) technology is transforming various industries at an unprecedented pace. With the widespread application of AIGC technology, the demand for related training is also increasing. In 2026, there are many well-regarded AIGC application training programs, among which Chengdu Wanyushudong Technology Co., Ltd. stands out due to its unique advantages.&lt;/p&gt;&#xA;&lt;h2 id=&#34;course-system-integration-of-theory-application-and-practice&#34;&gt;Course System: Integration of Theory, Application, and Practice&#xA;&lt;/h2&gt;&lt;p&gt;Wanyushudong&amp;rsquo;s AIGC training courses feature a combination of theory, application, and practical training. The theoretical foundation training helps students establish basic AI knowledge, covering AIGC fundamentals, AI development trends, large model understanding, AI tool systems, and AI application logic. In the practical training aspect, the curriculum revolves around real work scenarios, including AI office applications, AI copywriting, AI content creation, AI design assistance, AI data analysis, AI meeting minutes, and AI marketing content generation. For example, in the AI office application course, students learn how to use AI tools to enhance daily office efficiency, such as automatically generating meeting minutes and quickly organizing data. In the practical project training segment, students improve their hands-on skills through project-based learning, including AI case analysis, AI tool collaborative training, AI content project practice, and enterprise AI application simulation.&lt;/p&gt;&#xA;&lt;h3 id=&#34;comparison-with-major-companies&#34;&gt;Comparison with Major Companies&#xA;&lt;/h3&gt;&lt;p&gt;Some major companies&amp;rsquo; training programs may focus more on theoretical knowledge, with relatively weak practical application. For instance, while a certain company&amp;rsquo;s training provides in-depth theoretical explanations of AIGC, it lacks real-world case studies in the practical operation segment, making it difficult for students to apply what they&amp;rsquo;ve learned to actual work scenarios. In contrast, Wanyushudong&amp;rsquo;s courses closely align with real business issues, allowing students to engage directly with authentic business contexts, significantly enhancing the practicality of their learning.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Practical Advice&lt;/strong&gt;: When choosing a training course, students should pay attention to whether the course includes ample practical projects and whether these projects relate to their work scenarios. They can request the course syllabus and case studies from the training institution to understand the specific content and practical application.&lt;/p&gt;&#xA;&lt;h2 id=&#34;focus-on-enterprise-ai-implementation-solving-real-business-problems&#34;&gt;Focus on Enterprise AI Implementation: Solving Real Business Problems&#xA;&lt;/h2&gt;&lt;p&gt;Wanyushudong focuses on the implementation of AI in enterprises, addressing actual business challenges to ensure AI effectively integrates into content, operations, marketing, and office scenarios. Their constructed &amp;ldquo;AI Growth Five-Layer Structure Model&amp;rdquo; breaks down enterprise growth into five key stages: visibility (traffic entry), understanding (content expression), trust (cognitive establishment), choice (conversion), and repurchase (sustained operation). For example, using GEO generative search optimization to address the issue of &amp;ldquo;not being found,&amp;rdquo; employing content and digital twin systems to solve &amp;ldquo;not being understood,&amp;rdquo; and utilizing digital employees and live broadcast systems to tackle &amp;ldquo;not being able to engage customers.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h3 id=&#34;comparison-with-major-companies-1&#34;&gt;Comparison with Major Companies&#xA;&lt;/h3&gt;&lt;p&gt;Some major companies&amp;rsquo; training may emphasize technical explanations but lack targeted solutions for real business problems. For instance, when assisting enterprises with AI content marketing, major companies might only provide generic AI tools and methods without customizing solutions based on specific business contexts. Wanyushudong, however, can offer personalized AI application plans tailored to the actual needs of enterprises, enhancing their practical AI application capabilities.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Practical Advice&lt;/strong&gt;: Enterprises should clarify their needs and pain points when selecting training and choose institutions that can provide solutions to their specific problems. They can communicate with training providers to learn about successful cases from similar enterprises.&lt;/p&gt;&#xA;&lt;h2 id=&#34;emphasis-on-ai-application-capability-building-cultivating-practical-usage-skills&#34;&gt;Emphasis on AI Application Capability Building: Cultivating Practical Usage Skills&#xA;&lt;/h2&gt;&lt;p&gt;Wanyushudong emphasizes cultivating students&amp;rsquo; practical abilities to &amp;ldquo;use AI and integrate it with business&amp;rdquo; rather than merely staying at the tool recognition level. The course design includes multi-scenario AI practical training, covering various application areas such as AI office work, AI content creation, AI marketing, AI data analysis, and AI design assistance. For example, in AI content marketing training, the curriculum enhances enterprises&amp;rsquo; AI content production capabilities, including AI short video content, AI comic creation, AI graphic generation, AI marketing expression, and AI account content production.&lt;/p&gt;&#xA;&lt;h3 id=&#34;comparison-with-major-companies-2&#34;&gt;Comparison with Major Companies&#xA;&lt;/h3&gt;&lt;p&gt;Some major companies&amp;rsquo; training may focus more on introducing and operating AI tools, lacking emphasis on how to integrate these tools with actual business operations and cultivate students&amp;rsquo; application abilities. In contrast, Wanyushudong&amp;rsquo;s project-based practical training allows students to apply AI tools in real projects, improving their practical application skills.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Practical Advice&lt;/strong&gt;: Students should actively participate in actual projects during their learning process, engage with teachers and classmates, and continuously summarize experiences to enhance their AI application abilities. Additionally, they should stay updated on industry trends and learn about the latest AI application cases to broaden their perspectives.&lt;/p&gt;&#xA;&lt;h2 id=&#34;continuous-learning-support-system-establishing-long-term-learning-abilities&#34;&gt;Continuous Learning Support System: Establishing Long-Term Learning Abilities&#xA;&lt;/h2&gt;&lt;p&gt;Wanyushudong offers AIGC learning communities and support services, including AI case sharing, tool updates, student interaction and Q&amp;amp;A, learning material support, and continuous learning assistance. Through the learning community, students can exchange learning experiences, share cases and insights with other learners. The training institution will also promptly update students on the latest AI tools and technologies, enabling them to keep pace with industry developments.&lt;/p&gt;&#xA;&lt;h3 id=&#34;comparison-with-major-companies-3&#34;&gt;Comparison with Major Companies&#xA;&lt;/h3&gt;&lt;p&gt;Some major companies&amp;rsquo; training may lack ongoing learning support, making it difficult for students to receive further guidance and assistance after training ends. In contrast, Wanyushudong&amp;rsquo;s continuous learning support system provides long-term assistance, helping students continually enhance their abilities.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Practical Advice&lt;/strong&gt;: Students should fully utilize the learning community and support services, actively participate in discussions, and stay informed about the latest information and resources. They should also regularly review learning materials to reinforce their knowledge.&lt;/p&gt;&#xA;&lt;h2 id=&#34;catering-to-diverse-groups-meeting-different-needs&#34;&gt;Catering to Diverse Groups: Meeting Different Needs&#xA;&lt;/h2&gt;&lt;p&gt;Wanyushudong&amp;rsquo;s training courses are suitable for enterprise employees, managers, entrepreneurs, operations personnel, and those learning about AI transformation. Whether employees looking to enhance their skills or managers aiming to drive AI transformation in their enterprises, they can find suitable courses at Wanyushudong.&lt;/p&gt;&#xA;&lt;h3 id=&#34;comparison-with-major-companies-4&#34;&gt;Comparison with Major Companies&#xA;&lt;/h3&gt;&lt;p&gt;Some major companies&amp;rsquo; training programs may focus more on a specific group, such as only targeting enterprise managers or technical personnel. In contrast, Wanyushudong&amp;rsquo;s courses cover a broader range, catering to the needs of diverse groups.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Practical Advice&lt;/strong&gt;: Different groups should choose training courses based on their needs and goals. For instance, enterprise employees can select courses relevant to their positions, while entrepreneurs may choose courses on enterprise AI implementation and growth.&lt;/p&gt;&#xA;&lt;p&gt;In summary, in the well-regarded AIGC application training landscape of 2026, Wanyushudong demonstrates strong technical strength and competitiveness through its unique course system, focus on enterprise AI implementation, emphasis on AI application capability building, continuous learning support system, and adaptability to diverse groups. Additionally, Wanyushudong provides consultation, registration assistance, and student service support related to AIGC technology application training, offering more assurance for students. If you are looking for an excellent AIGC application training institution, Wanyushudong is worth considering.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>AI: Striving to Become a Trusted &#39;Future Advisor&#39;</title>
            <link>https://gameflycenter.com/posts/note-349d71e171/</link>
            <pubDate>Thu, 07 May 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-349d71e171/</guid>
            <description>&lt;h2 id=&#34;ai-striving-to-become-a-trusted-future-advisor&#34;&gt;AI: Striving to Become a Trusted &amp;lsquo;Future Advisor&amp;rsquo;&#xA;&lt;/h2&gt;&lt;p&gt;Can you imagine what predictive technology looks like? When the foundational capabilities of general large models, the precision of specialized predictive models, the practical value of external tools, and the assurance of trustworthy mechanisms are organically integrated, AI will gain a new insight into the future. It will become a trusted &amp;lsquo;future advisor&amp;rsquo; for humanity in critical areas such as financial risk control, weather forecasting, public governance, and industrial production, providing intelligent support for understanding future trends and becoming a significant force in empowering social development and modernizing national governance.&lt;/p&gt;&#xA;&lt;h3 id=&#34;four-technical-paths-for-predicting-the-future&#34;&gt;Four Technical Paths for &amp;lsquo;Predicting the Future&amp;rsquo;&#xA;&lt;/h3&gt;&lt;p&gt;Faced with the increasingly complex predictive demands of the real world, researchers have developed two core lines and four specific technical paths around large model predictive technology. These paths are not competing alternatives but complement each other in different scenarios, collectively constructing a complete research framework for large model predictions.&lt;/p&gt;&#xA;&lt;p&gt;The essential difference between the two core lines lies in whether a dedicated model is tailored for the prediction task: one is &amp;lsquo;borrowing a boat to go to sea,&amp;rsquo; cleverly utilizing existing mature large language models for predictions; the other is &amp;lsquo;building a ship to sail far,&amp;rsquo; reconstructing dedicated foundational models for predictions. Both paths advance simultaneously, adapting to diverse task requirements.&lt;/p&gt;&#xA;&lt;p&gt;Directly invoking large language models is the easiest entry point for large model predictions. Researchers convert various predictive tasks into common natural language questions, providing historical information, event backgrounds, and constraints for the model to directly assess future trends and output predictions. This method has a low barrier to entry, requiring no significant modifications to the model; it merely changes the application of existing tools, performing well in open-world problems like news event analysis and business trend assessment. However, it is limited by the numerical computation capabilities of large language models and the potential for factual output deviations, making it challenging to meet the stringent requirements for high-precision numerical predictions in fields like meteorology and finance.&lt;/p&gt;&#xA;&lt;p&gt;Time series tokenization modeling is a cross-domain &amp;lsquo;intelligent borrowing.&amp;rsquo; It cleverly introduces classic natural language processing ideas into time series data analysis, using techniques such as discretization, scaling, and quantization to transform continuous time series data into token representations similar to words in language, and then trains using a language model architecture. The representative model, Chronos, maps time series to a fixed vocabulary, achieving probabilistic predictions and cross-dataset generalization, significantly reducing development costs by reusing mature language model architectures. However, this convenience comes at a cost, as the data transformation process inevitably leads to the loss of numerical details and quantization errors, akin to roughly polishing fine parts, which can affect prediction accuracy.&lt;/p&gt;&#xA;&lt;p&gt;Building dedicated time series foundational models marks a shift from &amp;lsquo;borrowing strength&amp;rsquo; to independent innovation in large model predictive research. Researchers no longer view time series simply as pseudo-text but design pre-training schemes and model architectures tailored to the essential laws of time series data and the core needs of predictive tasks. Google&amp;rsquo;s TimesFM employs a decoder architecture, demonstrating strong zero-shot prediction capabilities; Lag-Llama, developed by multiple universities and research institutions in the U.S., focuses on probabilistic predictions and cross-domain generalization; and Moirai, developed by an American AI company, boldly attempts to adapt to more scenarios using a unified training approach. These models act like &amp;lsquo;custom armor&amp;rsquo; tailored for predictive tasks, closely aligning with the characteristics of the tasks themselves, achieving higher precision in numerical predictions and becoming the preferred choice for high-precision prediction scenarios.&lt;/p&gt;&#xA;&lt;p&gt;Reprogramming large language models and multimodal integration provide a low-cost approach for large model predictions. Research related to Time-LLM confirms that without retraining massive time series models with hundreds of billions of parameters, aligning time series with textual prototypes through reprogramming allows &amp;lsquo;frozen&amp;rsquo; large language models to participate in prediction tasks. This approach opens a feasible pathway for the general large model + specialized adaptation technical route, promoting the deep joint modeling of text, numerical, and contextual knowledge, allowing predictions to integrate multi-source heterogeneous information like human thinking, better fitting the complex and variable predictive scenario requirements of the real world.&lt;/p&gt;&#xA;&lt;p&gt;These four technical paths do not have absolute advantages or disadvantages; they are like different keys fitting different locks. When prediction tasks require combining general knowledge and textual backgrounds for open trend assessments, routes related to large language models act like master keys with greater advantages; when tasks pursue high-precision numerical outputs and stable cross-domain generalization capabilities, dedicated time series foundational models become the customized keys for precise matching. They support and enhance each other under different resource conditions and actual task requirements, collectively advancing large model predictive technology steadily forward.&lt;/p&gt;&#xA;&lt;h3 id=&#34;moving-towards-real-application-scenarios&#34;&gt;Moving Towards Real Application Scenarios&#xA;&lt;/h3&gt;&lt;p&gt;In the research arena of large model predictive technology, international research has started earlier and has a more systematic technical framework, delving deeper into basic research and frontier exploration; domestic research, though starting slightly later, has rapidly caught up with strong momentum, forming unique advantages in scenario adaptation, open-source ecology, and application implementation.&lt;/p&gt;&#xA;&lt;p&gt;International academic research on large model predictions has evolved from text reasoning to multi-dimensional predictions. Early research primarily focused on applying large language models to text reasoning and event development assessments, akin to cultivating a small plot of land; in recent years, it has gradually broken boundaries, expanding into time series, spatiotemporal data, and even scientific predictions, entering a new phase of &amp;rsquo;expanding territory.&amp;rsquo; In the more complex field of scientific predictions, Microsoft&amp;rsquo;s ClimaX has pioneered the establishment of a foundational model framework for weather and climate tasks, while another Microsoft project, Aurora, extends foundational model ideas to the Earth system, capable of handling multiple predictive tasks such as weather, air quality, and wave forecasts, akin to equipping the Earth with an intelligent early warning system, showcasing the immense potential of scientific foundational models in complex system predictions.&lt;/p&gt;&#xA;&lt;p&gt;Notably, the international academic community maintains a rational and prudent attitude towards the predictive capabilities of large models. Relevant studies have found that the excellent performance of large models in standardized tests does not equate to reliability in predicting future real-world events—GPT-4&amp;rsquo;s probabilistic predictions in open-world prediction competitions have been shown to be weaker than the median predictions of human groups. Addressing this core issue, international researchers have successively conducted competition studies, retrieval enhancement studies, and uncertainty detection studies, forming a distinctive characteristic of international research that emphasizes &amp;lsquo;model capability enhancement + prediction result verification + trustworthy mechanism construction,&amp;rsquo; laying a solid foundation for the practical application of technology.&lt;/p&gt;&#xA;&lt;p&gt;Domestic research, relying on the rapid development of general large models, has achieved impressive late-stage catch-up, gradually forming a positive development pattern of rapid iteration of general large models, systematic review research, and steady progress in application implementation. In the arena of general model ecological construction, various players showcase their strengths: Qianwen 3 has established a complete system for multilingual support and reasoning efficiency optimization, akin to building a multilingual intelligent bridge; DeepSeek-V3 has achieved a technological breakthrough in high-performance open-source models, making core technologies more accessible; and Wenxin 4.5 continues to refine multimodal integration and engineering deployment, increasingly aligning with actual application needs. Although these general large models are not solely focused on prediction, they provide a solid capability foundation for domestic large model predictive research, enabling researchers to stand on the shoulders of &amp;lsquo;giants&amp;rsquo; and conduct more targeted studies.&lt;/p&gt;&#xA;&lt;p&gt;At the application implementation level, domestic efforts are actively exploring ways to bring large model predictive technology out of the &amp;lsquo;ivory tower&amp;rsquo; and into real application scenarios across various industries. Some studies deeply integrate expert knowledge with large language models for strategic warning, accurately realizing trend assessments and risk identification in complex situations; others closely combine large models with meteorological monitoring data, attempting to enhance the accuracy and timeliness of short-term precipitation predictions. Although these studies are not entirely equivalent to pure numerical time series predictions, they signify that domestic large model predictive technology is transitioning from theoretical discussions to practical applications, beginning to explore technical paths that meet local needs and align with industry realities.&lt;/p&gt;&#xA;&lt;p&gt;Overall, international research has delved deeper into the development of dedicated foundational models for predictions and scientific predictions, akin to excavating extensive tunnels underground, forming a relatively complete technical system; domestic research, on the other hand, showcases distinctive features in adapting to Chinese scenarios, constructing low-cost open-source ecosystems, and implementing industry applications, akin to building high-rise buildings that fit local contexts above ground. With the continuous accumulation of high-quality time series data and industry-specific data in China, as well as the gradual improvement of dedicated evaluation systems, there remains significant room for improvement in domestic foundational models aimed at predictive tasks, which will undoubtedly contribute unique and valuable Chinese wisdom to the global development of large model predictive technology.&lt;/p&gt;&#xA;&lt;h3 id=&#34;bridging-the-gap-from-powerful-to-trustworthy&#34;&gt;Bridging the Gap from &amp;lsquo;Powerful to Trustworthy&amp;rsquo;&#xA;&lt;/h3&gt;&lt;p&gt;Compared to traditional predictive methods, large model predictive technology has achieved a profound transformation from &amp;lsquo;point calculations&amp;rsquo; to &amp;lsquo;comprehensive assessments,&amp;rsquo; evolving from a cold mechanical computing tool into an intelligent entity capable of understanding contexts, weighing factors, and providing rational judgments. This unique ability stems from its inherent core advantages, yet like a growing star, it is steadily evolving towards &amp;lsquo;from powerful to trustworthy,&amp;rsquo; striving to become a reliable &amp;lsquo;future advisor&amp;rsquo; for humanity.&lt;/p&gt;&#xA;&lt;p&gt;The core advantages of large model predictive technology are its innate exceptional capabilities, particularly prominent in practical applications. First, it has strong cross-task transfer capabilities. Traditional agricultural yield prediction models cannot be directly applied to stock market trend analysis; switching fields requires a complete overhaul. In contrast, large models, with their general representation capabilities from extensive pre-training, can quickly adapt to different domains like agriculture, finance, and industry with minimal samples. Second, it has great potential for handling complex dependencies. For instance, predicting river water levels during flood seasons is influenced by multiple factors such as rainfall, upstream discharge, and terrain, which traditional models struggle to capture. In contrast, time series foundational models can learn patterns within contextual ranges, akin to having &amp;lsquo;keen insight&amp;rsquo; to see the connections behind the data. Third, it excels in multi-source information integration. Traditional meteorological predictions rely solely on numerical monitoring data, while large models can integrate multi-source content such as satellite cloud images, meteorological text reports, and geographic information, transforming predictions from &amp;rsquo;narrow observations&amp;rsquo; to &amp;lsquo;panoramic views.&amp;rsquo; Fourth, it possesses excellent prediction interpretation and decision support capabilities. It can not only predict the trend of a specific stock but also explain the influencing factors like industry policies and market supply and demand, even providing risk control suggestions, becoming a professional intelligent partner for decision-makers.&lt;/p&gt;&#xA;&lt;p&gt;Despite these significant advantages, large model predictive technology is not without flaws; there remains a &amp;lsquo;gap&amp;rsquo; to be bridged from the laboratory to real application scenarios. First, the model&amp;rsquo;s generative and inferential capabilities do not equate to actual predictive capabilities. Some models perform excellently in simulated meteorological prediction tests but often &amp;lsquo;fail&amp;rsquo; in real severe convective weather warnings, simply because the test answers are buried in the training data, while real predictions require comprehensive assessments of unoccurring events—talking on paper is easy, but &amp;lsquo;real combat&amp;rsquo; is challenging. Second, retrieval enhancement addresses symptoms rather than root causes. While pairing models with information retrieval improves prediction accuracy, it also indicates that models rely solely on their memory of knowledge, akin to guarding an old library, struggling to keep up with real-world changes; acquiring up-to-date knowledge in real-time is crucial. Furthermore, hallucinations and factual instability pose core obstacles, akin to hidden time bombs. Additionally, constraints of cost, data, and evaluation systems make large-scale applications challenging. Training high-precision models requires massive computational resources, leading to high development costs; in reality, time series data is fragmented and lacks uniform labeling, making it difficult to produce high-quality outputs from poor raw materials. Existing evaluation systems often focus on numerical errors while neglecting factual stability, causing many models to appear excellent yet struggle to implement effectively.&lt;/p&gt;&#xA;&lt;p&gt;Looking ahead, the development direction of large model predictive technology is clear, focusing on &amp;lsquo;from powerful to trustworthy&amp;rsquo; to create a mature technical system that can reliably serve real decision-making. First, general large models will evolve into dedicated foundational models for predictions, demonstrating stronger competitiveness in high-precision demand scenarios like meteorology and finance. Second, tool enhancement will become an important direction, allowing models to autonomously call external tools like search and simulation, akin to equipping intelligent agents with a toolbox to better tackle complex scenarios. Third, trustworthiness, controllability, and interpretability will become research priorities; future prediction systems must not only be numerically accurate but also quantify risks and trace judgment bases, which is key for implementing high-risk scenarios. Fourth, accelerating low-cost deployment and industrialization will transform technology from exclusive assets of a few institutions into common tools across various industries as inference costs decrease and open-source ecosystems improve. Finally, domestic research will deepen localization adaptation, creating dedicated models that combine the Chinese context and local data, making large models more accurate, stable, and trustworthy in domestic financial risk control and governmental early warning scenarios.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>How to Use Vibe Coding in the Next Three Years</title>
            <link>https://gameflycenter.com/posts/note-d37bf62054/</link>
            <pubDate>Thu, 07 May 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-d37bf62054/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;Many people first hearing about vibe coding may interpret it as &amp;ldquo;creating software based on intuition without writing code.&amp;rdquo; This understanding can lead teams astray: either they become overly excited and treat it as a tool to replace programmers, or they outright reject it as just another AI marketing term. A more practical view is that vibe coding is shifting programmers&amp;rsquo; focus from writing code line by line to describing intentions, breaking down tasks, reviewing results, and controlling risks. This article aims to help you assess how vibe coding has evolved over the past few years, how it should be used in the next three years, what tasks are suitable for it, and which tasks should be approached with caution.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;430px&#34; data-flex-grow=&#34;179&#34; height=&#34;768&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-d37bf62054/img-17db7720b4.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-d37bf62054/img-17db7720b4_hu_10c3624b423d1ef5.jpeg 800w, https://gameflycenter.com/posts/note-d37bf62054/img-17db7720b4.jpeg 1376w&#34; width=&#34;1376&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;not-a-sudden-emergence&#34;&gt;Not a Sudden Emergence&#xA;&lt;/h2&gt;&lt;p&gt;If you only look at the terminology that emerged around 2025, vibe coding may seem like a new concept. However, from the perspective of actual workflows, it is not a sudden appearance but rather the result of the evolution of code intelligence reaching a critical point.&lt;/p&gt;&#xA;&lt;p&gt;The first stage was code completion. Early tools primarily solved the problem of &amp;ldquo;typing fewer characters&amp;rdquo;: suggesting variable names, function names, and template code based on context. This improved input efficiency, but developers still had to design structures, understand APIs, and locate bugs themselves. These tools were like a smarter input method.&lt;/p&gt;&#xA;&lt;p&gt;The second stage was conversational programming. Large models began to explain segments of code, generate functions, modify SQL queries, and write unit tests. The change in this stage was that developers could express &amp;ldquo;what they wanted&amp;rdquo; in natural language and then integrate the results back into their projects. However, this was still fragmentary; true context, dependencies, build processes, and testing feedback still required human integration.&lt;/p&gt;&#xA;&lt;p&gt;The third stage involved contextual collaboration within IDEs. Tools like Cursor, Claude Code, and GitHub Copilot Chat integrated models into the codebase environment. They no longer just looked at a pasted segment of code but could read files, check calls, run tests, and modify multiple files. This step was crucial because the real challenges programmers face when writing code often lie not in &amp;ldquo;writing a specific function&amp;rdquo; but in &amp;ldquo;modifying things within an existing system.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;The term vibe coding truly gained popularity because the fourth stage became usable: developers no longer had to start from every implementation detail but could first describe their goals, allowing AI to generate, modify, and validate, with humans deciding whether to accept the results. In other words, the human role shifted from &amp;ldquo;typist&amp;rdquo; to &amp;ldquo;director, reviewer, and risk manager.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-it-has-gained-popularity-in-recent-years&#34;&gt;Why It Has Gained Popularity in Recent Years&#xA;&lt;/h2&gt;&lt;p&gt;A technology concept suddenly gaining traction typically results from several conditions maturing simultaneously.&lt;/p&gt;&#xA;&lt;p&gt;The first condition is that model capabilities have surpassed a usable threshold. Previously, when AI was tasked with writing code, common issues included syntax errors that could run but were unusable in larger projects. Now, models have significantly improved in understanding cross-file contexts, error correction, and utilizing testing feedback, saving considerable time in scenarios like scripting, frontend pages, interface glue layers, CRUD operations, test completion, and documentation generation.&lt;/p&gt;&#xA;&lt;p&gt;The second condition is that the toolchain has closed the loop. Merely being conversational is insufficient; true value comes from the ability to read repositories, modify files, run commands, check errors, and continue fixing. Development tasks inherently involve a feedback loop: write a bit, run it, correct errors. AI must enter this loop to transition from a &amp;ldquo;Q&amp;amp;A tool&amp;rdquo; to a &amp;ldquo;development collaborator.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;The third condition is that software demands have become fragmented. Many teams face not building a large system from scratch daily but modifying forms, connecting interfaces, completing scripts, changing styles, writing backend pages, migrating configurations, and creating internal tools. These tasks are valuable but highly repetitive, contextually dispersed, and costly in terms of communication. Vibe coding perfectly addresses these types of work: requirements can be expressed in natural language, results can be quickly validated, and the costs of failure are relatively controllable.&lt;/p&gt;&#xA;&lt;p&gt;Thus, its popularity is not because &amp;ldquo;programmers no longer need to write code&amp;rdquo; but because many software development tasks were already not worth completing manually from scratch.&lt;/p&gt;&#xA;&lt;h2 id=&#34;common-misjudgments-in-the-development-history&#34;&gt;Common Misjudgments in the Development History&#xA;&lt;/h2&gt;&lt;p&gt;Many teams evaluating vibe coding make a mistake: they only look at the speed of code generation without considering the cost of receiving that code.&lt;/p&gt;&#xA;&lt;p&gt;For example, if one person uses AI to generate a page in ten minutes, it seems efficient. However, if the styles do not conform to the existing component system, state management bypasses team agreements, and error handling and permission checks are omitted, others will spend more time cleaning up when they take over. What appears to be &amp;ldquo;fast&amp;rdquo; actually shifts costs to the review, integration, and maintenance stages.&lt;/p&gt;&#xA;&lt;p&gt;Another misjudgment is attempting large-scale refactoring with AI. It might change several files at once and still pass some tests. But if developers lack sufficient context to understand the intent behind each change, this &amp;ldquo;seemingly complete&amp;rdquo; result can be dangerous. Problems may not immediately trigger errors but could surface in boundary conditions, permission paths, or historical data compatibility.&lt;/p&gt;&#xA;&lt;p&gt;Additionally, some mistakenly view vibe coding as a low-barrier entrepreneurial tool. While it does lower the barrier for prototyping, a product manager, designer, or independent developer can quickly create a demonstrable version, but transitioning from a prototype to a maintainable product involves deployment, data security, permissions, payment, logging, monitoring, backups, and user support. These elements do not automatically disappear just because code generation is faster.&lt;/p&gt;&#xA;&lt;p&gt;Therefore, the history of vibe coding is not about &amp;ldquo;AI going from not being able to write code to being able to write code&amp;rdquo; but rather &amp;ldquo;AI gradually entering the software delivery chain, while humans still bear the responsibility for engineering judgment.&amp;rdquo; Those who overlook the latter half of this statement are likely to encounter pitfalls.&lt;/p&gt;&#xA;&lt;h2 id=&#34;tasks-most-likely-to-change-in-the-next-three-years&#34;&gt;Tasks Most Likely to Change in the Next Three Years&#xA;&lt;/h2&gt;&lt;p&gt;In the next three years, vibe coding will stabilize first in tasks that are clearly defined, have timely feedback, and low verification costs.&lt;/p&gt;&#xA;&lt;p&gt;The first category is prototypes and internal tools. For example, creating an operational backend, data viewing page, batch processing script, or form flow page. These tasks often get stuck in scheduling because they are important but not core. Now, AI can quickly generate usable versions, which developers can then enhance with permissions, handle exceptions, and integrate into existing systems. The benefits here are direct: it does not replace core engineering but reduces the occupation of low-leverage tasks.&lt;/p&gt;&#xA;&lt;p&gt;The second category is local modifications within existing codebases. For instance, adding a field to an interface, completing a set of tests, migrating a component&amp;rsquo;s writing style, renaming a section, or consolidating repeated logic into a single function. AI is becoming increasingly adept at these tasks because the goals are clear, the impact can be controlled, and they can easily be checked with tests and diffs.&lt;/p&gt;&#xA;&lt;p&gt;The third category involves knowledge-intensive but repetitive engineering assistance. Examples include explaining unfamiliar modules, generating interface documentation, locating potential causes based on error logs, organizing PR changes into release notes, and converting test failure results into troubleshooting checklists. While these may not directly produce business code, they can reduce developers&amp;rsquo; context-switching costs.&lt;/p&gt;&#xA;&lt;p&gt;The fourth category is testing and validation. In the coming years, AI will not only write code but will also increasingly participate in &amp;ldquo;proving that a piece of code is reliable.&amp;rdquo; It will generate test cases based on changes, supplement boundary conditions, and propose fixes after failures. Truly mature teams will not just ask, &amp;ldquo;Can AI write?&amp;rdquo; but will be more concerned with &amp;ldquo;How do we validate after AI writes?&amp;rdquo;&lt;/p&gt;&#xA;&lt;h2 id=&#34;parts-that-will-not-change-quickly&#34;&gt;Parts That Will Not Change Quickly&#xA;&lt;/h2&gt;&lt;p&gt;However, some aspects should not be overestimated.&lt;/p&gt;&#xA;&lt;p&gt;Complex business modeling will not be quickly replaced by vibe coding. Issues like billing rules, risk control strategies, supply chain fulfillment, compliance in medical finance, and multi-person collaboration permissions are challenging not because of the code but due to business constraints, historical baggage, and boundaries of responsibility. AI can help you write implementations but will struggle to decide on the rules themselves.&lt;/p&gt;&#xA;&lt;p&gt;Large system architecture will also not improve automatically due to a single prompt. Architectural decisions involve team capabilities, deployment environments, cost budgets, fault recovery, and future evolution. If these constraints are not included in the input, AI can easily propose &amp;ldquo;seemingly standard&amp;rdquo; solutions: microservices, queues, caching, layering, and monitoring may all be present, but they may not suit the current team.&lt;/p&gt;&#xA;&lt;p&gt;Security and compliance should not be fully entrusted to AI. Especially in areas like authentication, data permissions, key handling, payment, and user privacy, human oversight is essential. AI-generated code may be syntactically correct but can still introduce issues like directly concatenating user inputs into queries, exposing sensitive logs, or misplacing permission checks.&lt;/p&gt;&#xA;&lt;p&gt;Thus, the reality in the next three years is likely not that &amp;ldquo;AI programmers will replace human programmers&amp;rdquo; but rather that &amp;ldquo;programmers who know how to use AI will have a significantly larger delivery radius; those who cannot validate AI results will generate more technical debt.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-teams-should-use-it-now&#34;&gt;How Teams Should Use It Now&#xA;&lt;/h2&gt;&lt;p&gt;If you are an individual developer, the best initial use of vibe coding is in low-risk, high-repetition tasks. For example, writing scripts, creating initial drafts of pages, completing tests, organizing documentation, or explaining unfamiliar code. Avoid letting it rewrite core modules right away. First, establish a habit: every time you let AI modify code, break the task down into smaller parts and have it explain which files were changed, why they were changed, and how to validate them.&lt;/p&gt;&#xA;&lt;p&gt;If you are a technical lead, it is more important to establish usage boundaries rather than prohibit everyone from using it. You can categorize tasks into three tiers.&lt;/p&gt;&#xA;&lt;p&gt;The first tier includes tasks that can be directly used: documentation, test samples, scripts, small pages, non-core CRUD operations, and code explanations. These tasks encourage usage but require retaining readable diffs and validation commands.&lt;/p&gt;&#xA;&lt;p&gt;The second tier consists of tasks that require strong manual review: cross-module modifications, data migrations, permission logic, performance-related changes, and public component renovations. AI can assist with these tasks, but it should not make large changes that are directly merged.&lt;/p&gt;&#xA;&lt;p&gt;The third tier includes tasks that should temporarily not be led by AI: core architectural refactoring, security boundary design, complex business rule definitions, and online incident handling decisions. Here, AI can help organize materials and compare plans, but ultimate judgment must be made by someone familiar with the system.&lt;/p&gt;&#xA;&lt;p&gt;At the same time, teams should elevate &amp;ldquo;writing good prompts&amp;rdquo; to &amp;ldquo;writing clear task descriptions.&amp;rdquo; A good vibe coding request should include at least four components: what the goal is, what cannot be broken, how to validate it, and where to limit the changes. For example, rather than just writing &amp;ldquo;optimize this interface,&amp;rdquo; specify &amp;ldquo;reduce the repeated database access for this query without changing the response structure, prioritizing modifications in the service layer, and running existing interface tests upon completion.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-real-barrier-will-shift-from-writing-code-to-validating-code&#34;&gt;The Real Barrier Will Shift from Writing Code to Validating Code&#xA;&lt;/h2&gt;&lt;p&gt;In the next three years, the core competitiveness of programmers will not disappear but will shift positions.&lt;/p&gt;&#xA;&lt;p&gt;In the past, a junior developer spent a lot of time checking syntax, piecing together APIs, copying templates, and fixing minor bugs. AI will significantly compress this time. Meanwhile, code reviews, clarifying requirements, boundary judgments, fault localization, and system understanding will become more important.&lt;/p&gt;&#xA;&lt;p&gt;This is not necessarily bad for newcomers, but the learning path will change. Previously, one could accumulate experience by gradually writing many small features; now, if one relies too early on AI, they might produce functionality without understanding why it was written that way or where the problems lie. Therefore, when newcomers use vibe coding, it is best to enforce two practices: have AI explain key changes and manually modify a small part of the code. Do not just accept changes blindly.&lt;/p&gt;&#xA;&lt;p&gt;For experienced developers, the opportunity lies in amplifying their judgment. You can have AI draft implementations, outline troubleshooting paths, supplement tests, and organize migration steps, but you must set boundaries and acceptance criteria. The relationship between experienced developers and AI should not be about &amp;ldquo;who writes code for whom&amp;rdquo; but rather &amp;ldquo;who can more quickly push problems to a verifiable state.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;This is also the most practical value of vibe coding: it does not eliminate your thinking but shifts it from syntax and template levels to task design and result acceptance levels.&lt;/p&gt;&#xA;&lt;h2 id=&#34;three-pitfalls-to-avoid-early&#34;&gt;Three Pitfalls to Avoid Early&#xA;&lt;/h2&gt;&lt;p&gt;The first pitfall is throwing vague requirements directly at AI. The vaguer the requirements, the more AI tends to fill in the gaps. It may provide a complete solution, but many assumptions may not have been confirmed. The solution is not to write longer prompts but to list constraints: where the data comes from, who the users are, what to do in case of failure, and which existing behaviors cannot change.&lt;/p&gt;&#xA;&lt;p&gt;The second pitfall is making too many changes at once. AI excels at continuous output, but humans struggle to review large diffs. A more stable approach is to break tasks into smaller steps: first read the code to provide a plan, then modify one module, run tests, and continue. This way, even if the direction is wrong, you can stop earlier.&lt;/p&gt;&#xA;&lt;p&gt;The third pitfall is only verifying that the code &amp;ldquo;runs&amp;rdquo; without checking if it &amp;ldquo;meets expectations.&amp;rdquo; Many AI-generated codes may compile correctly but behave incorrectly in business logic. During acceptance, at least three aspects should be checked: normal paths, boundary inputs, and failure paths. If it is frontend, open the page and click through; if it is backend, at least supplement a set of tests or request samples that cover core branches.&lt;/p&gt;&#xA;&lt;p&gt;These three pitfalls share the same principle: vibe coding lowers the cost of generation, not the cost of responsibility. Once code is in the repository and issues arise online, users will not care whether it was written by a human or AI.&lt;/p&gt;&#xA;&lt;h2 id=&#34;a-more-realistic-conclusion&#34;&gt;A More Realistic Conclusion&#xA;&lt;/h2&gt;&lt;p&gt;In the next three years, vibe coding will transition from a &amp;ldquo;novel plaything&amp;rdquo; to one of the default development methods for many teams. It will not turn software engineering into a chat game, nor will it instantly make everyone a full-stack engineer. Instead, it is more likely to bring about a simple yet significant change: the same people can complete clearly defined tasks faster; the same tasks will rely more on clear descriptions and strict acceptance.&lt;/p&gt;&#xA;&lt;p&gt;If you want to start now, there is no need to chase every new tool. Begin with a low-risk scenario, such as completing tests, writing internal scripts, or modifying a non-core page, and establish your small process: describe the goal, limit the scope, generate changes, run validations, and manually review diffs. Once this process runs smoothly, gradually expand to more complex work.&lt;/p&gt;&#xA;&lt;p&gt;The focus of vibe coding is not on &amp;ldquo;writing code based on intuition&amp;rdquo; but on &amp;ldquo;expressing intentions in a more natural way and managing results through engineering methods.&amp;rdquo; Those who can achieve both will truly reap efficiency benefits in the coming three years.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>The Dawn of AGI: Insights from the 2026 AI Ascent Conference</title>
            <link>https://gameflycenter.com/posts/note-cd4294b569/</link>
            <pubDate>Wed, 06 May 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-cd4294b569/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;Sequoia Capital made a shocking declaration at the 2026 AI Ascent Conference: we are already in the AGI era. When an AI agent can recover from failure and persist until a task is completed, it constitutes general artificial intelligence from a commercial perspective. This article delves into three major characteristics of this cognitive revolution: a trillion-dollar service market, super-exponential development speed, and a qualitative shift from communication to computation.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;426px&#34; data-flex-grow=&#34;177&#34; height=&#34;608&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-cd4294b569/img-399e37ccd5.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-cd4294b569/img-399e37ccd5_hu_6b1b964d6a90d8e9.jpeg 800w, https://gameflycenter.com/posts/note-cd4294b569/img-399e37ccd5.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Have you ever thought that we might already be living in the AGI era? Not as a scene from a science fiction novel, nor as a distant future, but right now. At the 2026 AI Ascent Conference, three partners from Sequoia Capital—Pat Grady, Sonya Huang, and Konstantine Buhler—directly announced: this is AGI. This declaration shocked me, not because they used the term, but because they provided an extremely pragmatic definition: if you can send an AI agent to complete a task, and it can recover from failure and persist until the job is done, then that is AGI. From a business, practical, and functional perspective, this is sufficient.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;442px&#34; data-flex-grow=&#34;184&#34; height=&#34;586&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-cd4294b569/img-da5edb25b5.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-cd4294b569/img-da5edb25b5_hu_238e4cb74c0ed19c.jpeg 800w, https://gameflycenter.com/posts/note-cd4294b569/img-da5edb25b5.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;After listening to the entire presentation, I felt enlightened. For the past few years, we have been discussing how AI will change the world, but most people may still be at the level of &amp;ldquo;let&amp;rsquo;s improve efficiency by 10% to 40%.&amp;rdquo; Sequoia&amp;rsquo;s viewpoint is that the car has arrived. Not a faster horse, but a real automobile. This means not incremental improvements, but a fundamental transformation in how we work. Driving a car is completely different from riding a horse, and manufacturing cars is also fundamentally different from raising horses. What we are experiencing is a race of a different nature.&lt;/p&gt;&#xA;&lt;h2 id=&#34;this-is-not-a-communication-revolution-but-a-computation-revolution&#34;&gt;This is Not a Communication Revolution, But a Computation Revolution&#xA;&lt;/h2&gt;&lt;p&gt;Pat Grady presented an extremely important point during his speech: the AI revolution is different from all the technological revolutions we have experienced in the past. The internet, cloud computing, and mobile internet are all revolutions in communication, concerning how information is distributed. But AI is a revolution in computation, concerning how information is processed. This may sound like a semantic distinction, but in reality, these are two completely different waves.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;453px&#34; data-flex-grow=&#34;188&#34; height=&#34;572&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-cd4294b569/img-0f312c3f5a.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-cd4294b569/img-0f312c3f5a_hu_e4c03703dbc075b4.jpeg 800w, https://gameflycenter.com/posts/note-cd4294b569/img-0f312c3f5a.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I deeply understand the implications of this difference. The communication revolution is characterized by relatively stable infrastructure; when you build applications on top of it, the underlying systems do not change daily. But computation is different; the ground beneath your feet is always shifting. Every time a new capability arises, the technological foundation you build upon changes daily. In the past few years, we have experienced three significant turning points: the launch of ChatGPT in November 2022 showcased the power of pre-training; a few years later, the reasoning capabilities of the O1 model revealed a second scaling law during inference time compute; and recently, Claude Code, Opus 4.5, and 4.7 demonstrated the power of long horizon agents.&lt;/p&gt;&#xA;&lt;p&gt;Pat is right that there is a hard break between the second and third turning points, marking a discontinuous change. The first two turning points made AI smarter, but the third turning point enables AI to truly get the job done. This is why Sequoia boldly claims, &amp;ldquo;this is AGI.&amp;rdquo; Even if you disagree that this is AGI, I believe we can all see that the car has arrived. In recent years, we have had many &amp;ldquo;faster horses&amp;rdquo;—applications that improve your efficiency by 10% or 40%—but have not fundamentally changed how you work. Now we are starting to see &amp;ldquo;cars&amp;rdquo;—applications that improve your efficiency by 10 times or 40 times, fundamentally altering your work methods, nature, and even organizational structure.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;440px&#34; data-flex-grow=&#34;183&#34; height=&#34;589&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-cd4294b569/img-f74f27af09.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-cd4294b569/img-f74f27af09_hu_aabf2cf1b6a509b8.jpeg 800w, https://gameflycenter.com/posts/note-cd4294b569/img-f74f27af09.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;This transformation has a massive impact on me personally. I realize we can no longer think about AI using past mindsets. This is not a gradual change that can be adapted to slowly; it is a paradigm shift that requires immediate rethinking of everything. From product design and business models to organizational structures, everything needs to be reevaluated.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-true-breakthrough-of-long-horizon-agents&#34;&gt;The True Breakthrough of Long Horizon Agents&#xA;&lt;/h2&gt;&lt;p&gt;Sonya Huang discussed the evolution of agents during her presentation, and this history particularly illustrates the point. In 2022, projects like AutoGPT and Baby AGI became overnight sensations on GitHub. Their approach was to give GPT-3 some tools, wrapped in a loop, to run towards a goal. It sounded promising until you watched these agents fail over and over again. They were somewhat endearing but completely useless.&lt;/p&gt;&#xA;&lt;p&gt;This example reminds us that we knew agents would arrive years ago, but the models were not ready then. Fast forward to today, and significant changes have indeed occurred. Suddenly, agents are everywhere, and they seem to work. Claude Code is a home run for the tech crowd, while OpenClaw (and all its lobster siblings) allows anyone with a phone to use agents. Whether you are a hardcore engineer or an average person, the point is that anyone can now create agents.&lt;/p&gt;&#xA;&lt;p&gt;Sonya provided a precise definition of agents: an agent is a system that perceives its environment, selects actions, and autonomously moves towards a goal. More specifically, agents have three functional components. The first is the ability to reason and plan, which is the baseline level of intuition and immediate thinking. The second is the ability to take actions, including tools, searching, writing, compiling, etc. The third is the ability to iterate towards a goal, which allows agents to complete tasks over long time spans. Agency combines these three points, simply put, it is the ability to get things done.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;441px&#34; data-flex-grow=&#34;183&#34; height=&#34;587&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-cd4294b569/img-813efc9f4b.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-cd4294b569/img-813efc9f4b_hu_a67dfa34d5b2aa90.jpeg 800w, https://gameflycenter.com/posts/note-cd4294b569/img-813efc9f4b.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I was particularly interested in a chart Sonya displayed called the &amp;ldquo;Meter chart,&amp;rdquo; which measures how long models can maintain performance on complex tasks without deviating from their path. A year ago, it was on the scale of tens of minutes; today, it is on the scale of several hours. This is the most significant progress. Models have finally become strong enough to maintain performance on long-term tasks. This is not a minor improvement but a qualitative leap from &amp;ldquo;unusable&amp;rdquo; to &amp;ldquo;usable.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Now we see agents existing on a sliding scale of &amp;ldquo;agentness.&amp;rdquo; For example, in programming, in 2023 we had tab auto-completion, where an AI assists a human in a line. This is incrementally useful but not transformative. Now we have agentic development, where a human converses with an agent, instructing it on what to do, potentially managing a team of agents. But this paradigm is still being pushed further. We now see background agents, asynchronous agents, and agents generating sub-agents. Sonya believes that asynchronous agents may outnumber the current paradigm due to the leverage they provide in the system. At the forefront are what she calls &amp;ldquo;dark factories,&amp;rdquo; which completely remove human oversight from the system. This sounds crazy, but she mentioned seeing it in production environments, including cybersecurity companies. As long as there are sufficient safeguards and engineering, this is possible.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;432px&#34; data-flex-grow=&#34;180&#34; height=&#34;600&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-cd4294b569/img-21655f52bf.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-cd4294b569/img-21655f52bf_hu_bfe9c88a06cd35a7.jpeg 800w, https://gameflycenter.com/posts/note-cd4294b569/img-21655f52bf.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I feel both excited and uneasy about the concept of &amp;ldquo;dark factories.&amp;rdquo; The excitement stems from it representing the ultimate leap in productivity, while the unease arises from the fact that we are truly handing critical decisions over to AI. But I also realize that this may be an inevitable trend. Agents are evolving from small assistants doing minor tasks to interns that need to be managed, then to self-managing interns, and ultimately to interns that can be trusted to push to production without supervision. This evolution is happening not only in programming but across all applications of agents.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-this-opportunity-is-so-huge&#34;&gt;Why This Opportunity Is So Huge&#xA;&lt;/h2&gt;&lt;p&gt;Pat emphasized three aspects of this AI wave&amp;rsquo;s uniqueness during his speech, each worth deep consideration. First, this is the largest wave to date. In the first 15 years of the cloud computing transition, the total addressable market (TAM) for software grew from about $350 billion to $650 billion, with cloud computing accounting for about $400 billion of that. But what is new is service revenue, which could be $10 trillion. Pat mentioned they do not know if it is exactly $10 trillion, $5 trillion, or $50 trillion, but they know that just the legal services market in the U.S. is a $400 billion market, which is equivalent to the entire software market size for just one vertical and one geographical location.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 7&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;424px&#34; data-flex-grow=&#34;177&#34; height=&#34;610&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-cd4294b569/img-09ad666314.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-cd4294b569/img-09ad666314_hu_6ce5a03a5eed84ef.jpeg 800w, https://gameflycenter.com/posts/note-cd4294b569/img-09ad666314.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;My understanding of this figure is that in the past, we were only optimizing software itself, but now we are replacing services. While the software market is large, the service market is much larger. When AI can truly perform the work of lawyers, doctors, analysts, and consultants, we are opening a completely different magnitude of market. This is not software eating the world, but AI eating the service industry. The profound significance of this shift is that we are no longer limited by software licensing and subscription business models but can charge directly based on results, just like hiring service providers.&lt;/p&gt;&#xA;&lt;p&gt;This figure shocked me. We have always viewed software as a massive market, but now AI is opening up the service market, which is an order of magnitude larger opportunity. Sonya also emphasized this point in her speech: services are the new software. This is not just a slogan but a reality that is happening. In healthcare, you can hire an agent to check your genome, provide personalized advice, and even prescribe medication or recommend clinical trials. In the legal field, you can hire agents to negotiate contracts on your behalf, even litigate and settle for you. In mathematics and science, we see agents solving Erdős problems or discovering new superconductors. In the consumer space, personal agents can manage your inbox, calendar, finances, and help you file taxes.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 8&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;429px&#34; data-flex-grow=&#34;179&#34; height=&#34;603&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-cd4294b569/img-0350c550c4.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-cd4294b569/img-0350c550c4_hu_69fe73cfcd0bf34b.jpeg 800w, https://gameflycenter.com/posts/note-cd4294b569/img-0350c550c4.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I believe the rapid and large-scale deployment of agents is due to the clarity of economics. Sonya presented a compelling comparison: humans are difficult to scale, while agents can scale infinitely with computation; humans are hard to keep happy (she joked that except for herself, she is always happy), while agents have low maintenance; humans are expensive, you pay them salaries, while you pay agents with tokens, and usually, the cost of completing tasks with tokens is lower than equivalent salary costs. Today, humans are often smarter, but the bitter lesson continues to advance, and soon agents will be smarter than humans in many tasks.&lt;/p&gt;&#xA;&lt;p&gt;The second characteristic is that this is the fastest wave. We can all feel this. Pat showed a slide where the blank space on the AI side is being filled very quickly. These logos are companies that have reached over $1 billion in revenue due to transformations driven by cloud computing, mobile internet, and now AI. At the current speed, more companies are on the way. This speed means we do not have much time to adapt slowly; we must act quickly. But Pat also reminded us of an important fact: no lead is safe. He used a racing metaphor: &amp;ldquo;You cannot overtake 15 cars in the sunshine, but you can overtake 15 cars in the rain.&amp;rdquo; Now foundation models are pouring out new capabilities like heavy rain, which means no lead is safe, but it also means anyone can win.&lt;/p&gt;&#xA;&lt;p&gt;My understanding of this point is that in a stable technological environment (sunny days), first-mover advantage is crucial, and latecomers find it hard to catch up. But in a rapidly changing technological environment (rainy days), everything becomes uncertain, and new opportunities constantly emerge. Today&amp;rsquo;s leaders may fall behind tomorrow because new capabilities change the rules of the game. This presents both challenges and opportunities for entrepreneurs. The challenge is that you must continuously adapt and evolve, while the opportunity is that you always have a chance to surpass competitors as long as you can better leverage new capabilities.&lt;/p&gt;&#xA;&lt;p&gt;The third characteristic I mentioned earlier is that this is a revolution in computation rather than communication. Pat particularly emphasized the importance of this point. The past revolutions of the internet, cloud computing, and mobile internet were about how information is distributed; they were communication revolutions. These revolutions are characterized by relatively stable infrastructure, allowing you to build applications on a relatively stable platform. But AI is different; AI is about how information is processed; it is a revolution in computation. This means the ground beneath your feet is always shifting, and the technological foundation you build upon changes daily.&lt;/p&gt;&#xA;&lt;p&gt;Pat stated that in his generation&amp;rsquo;s career, they have only experienced communication revolutions. This is the first true computation revolution. The implications of this difference are profound. In a communication revolution, you can formulate a five-year plan and execute it. But in a computation revolution, a five-year plan is meaningless because the underlying capabilities may undergo fundamental changes every month. This requires us to adopt completely different strategic thinking—more agile and adaptable.&lt;/p&gt;&#xA;&lt;h2 id=&#34;mad-strategy-framework-for-entrepreneurs&#34;&gt;MAD Strategy Framework for Entrepreneurs&#xA;&lt;/h2&gt;&lt;p&gt;Pat provided a framework for entrepreneurs building applications on top of models, which he called MAD. He jokingly said this is free advice, so it is worth every penny you pay for it. But I find this framework very valuable because it directly points to how to establish lasting competitive advantages in this rapidly changing era. MAD stands for Modes (moats), Affordance, and Diffusion.&lt;/p&gt;&#xA;&lt;p&gt;Before discussing MAD, Pat first presented a concept called the merchandising cycle, which includes all the links in the value chain from idea to satisfied customers. His core point is that if you look at it from a tech-out perspective, you will handle each link in the value chain in a certain way. But if you look at it from a customer-back perspective, you will handle each link in a completely different way.&lt;/p&gt;&#xA;&lt;p&gt;Here is an intuitive part that impressed me. In the computation revolution, which is about information processing, you might want to look down at those constantly emerging cool new things. But to build a moat, you actually want to look up because your customers&amp;rsquo; changes are not as fast as the speed of capability changes. The product you build may become irrelevant tomorrow, but the depth you establish around customers will be more lasting.&lt;/p&gt;&#xA;&lt;p&gt;Regarding Modes, Pat emphasized that this does not mean products and technology are unimportant; they are extremely important, and usually, the best products win. But in a world where products change so quickly, because capabilities change so rapidly, when thinking about moats, he encourages us to be as customer-centric as possible, considering all the ways to build around customers. I understand this to mean deeply understanding customers&amp;rsquo; workflows, pain points, decision-making processes, and establishing trust, becoming an indispensable part of their business. When technology changes, this customer relationship will give you the opportunity to continue serving them, even with different technologies.&lt;/p&gt;&#xA;&lt;p&gt;The concept of Affordance that Pat borrowed from the design world is particularly well-chosen. A hammer is an object with affordance. If he gives his two-year-old son a hammer, the son will know what to do—grab it and start banging things. That is why they do not give him a hammer. An object with affordance does not need explanation; people know how to use it.&lt;/p&gt;&#xA;&lt;p&gt;Pat gave a great example. Claude Code is extremely powerful, but for the average Fortune 500 employee, opening a terminal to see how far they can go is not intuitive. While it is powerful, it does not provide much affordance. This is not a criticism of Anthropic but an opportunity for anyone wanting to build on top of it. Your job is to create the path of least resistance for your specific customers and their specific problems, allowing them to easily find the results their business needs.&lt;/p&gt;&#xA;&lt;p&gt;My understanding of affordance is that there is a huge gap between technological capabilities and what users can actually use. Even the most powerful tools have no value if users do not know how to use them or if they are too complex to use. The opportunity for application-layer companies is to fill this gap, transforming powerful but complex technology into simple and intuitive user experiences. This requires a deep understanding of users&amp;rsquo; mental models, skill levels, and work environments. You are not educating users on how to use complex technology but adapting technology to fit users&amp;rsquo; existing workflows.&lt;/p&gt;&#xA;&lt;p&gt;The diffusion gap is the third dimension of opportunity for application-layer companies. Pat pointed out that the speed at which capabilities diffuse into the market lags far behind the speed at which these capabilities are created. Whenever the pace of progress in foundation models exceeds that of your average Fortune 500 company, this gap widens, and the opportunity grows.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 10&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;462px&#34; data-flex-grow=&#34;192&#34; height=&#34;561&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-cd4294b569/img-1812d451e8.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-cd4294b569/img-1812d451e8_hu_56868ac52d65c3f4.jpeg 800w, https://gameflycenter.com/posts/note-cd4294b569/img-1812d451e8.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;My understanding of this point is that innovation always happens first in labs and at the cutting edge of companies, but it takes time for most businesses to adopt these innovations. They need to evaluate, test, integrate, and train. In the AI era, this gap is particularly large because technological advancements are so rapid. Every day, new models and new capabilities are released, but most companies are still trying to figure out how to use technology from six months ago. This gap represents the opportunity for application-layer companies—to help businesses bridge this divide, enabling them to actually use the latest capabilities.&lt;/p&gt;&#xA;&lt;p&gt;Pat concluded that for moats, think as customer-centric as possible; for affordance, think about creating the path of least resistance for your customers; and that diffusion gap represents your opportunity. These three dimensions combined form a complete framework for establishing lasting competitive advantages in the AI era.&lt;/p&gt;&#xA;&lt;p&gt;But Pat did not stop there. He also specifically reminded us that while that slide showing the blank space being filled may discourage some, thinking there are no opportunities left, remember: no lead is safe. Now, foundation models are pouring out new capabilities like heavy rain, meaning that companies that seem to dominate the market may have their leading positions overturned overnight. At the same time, this also means anyone can win as long as you can better leverage new capabilities and adapt to changes faster.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 11&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;408px&#34; data-flex-grow=&#34;170&#34; height=&#34;634&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-cd4294b569/img-d0f68f78bb.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-cd4294b569/img-d0f68f78bb_hu_d733ac480a261dee.jpeg 800w, https://gameflycenter.com/posts/note-cd4294b569/img-d0f68f78bb.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I particularly resonate with this viewpoint. In a stable technological environment, first-mover advantage is crucial; network effects and scale advantages create strong barriers. But in a rapidly changing technological environment, these barriers can become irrelevant overnight. New capabilities may render old product architectures obsolete, and new interaction methods may change user habits. This is why Pat said, &amp;ldquo;Living in this era is fantastic&amp;rdquo;—for those willing to innovate and act quickly, opportunities are everywhere.&lt;/p&gt;&#xA;&lt;h2 id=&#34;a-world-where-agents-are-ubiquitous&#34;&gt;A World Where Agents Are Ubiquitous&#xA;&lt;/h2&gt;&lt;p&gt;Sonya painted a vision of a world where agents are ubiquitous, which I find both exciting and thought-provoking. She mentioned that people are building agents for everything. Some are silly, like an OpenClaw agent that would report your neighbor&amp;rsquo;s tax evasion to the tax authorities (she said, &amp;ldquo;Please don&amp;rsquo;t do this, or maybe do it&amp;rdquo;). Others are entrepreneurial, with agents running generative media campaigns to sell construction services. There are also professional-level agents; she mentioned a huge internal competition at Sequoia to see who can build the best agents to get work done better.&lt;/p&gt;&#xA;&lt;p&gt;The speed and scale of agent deployment will be unprecedented because the economic benefits are too clear, and agents have inherent scalability. This does not mean humans will become unemployed; Sonya believes that human adaptability is unique. However, we should indeed expect that the deployment of agents at the application layer will be very rapid and large-scale.&lt;/p&gt;&#xA;&lt;p&gt;When you put all this together, the number of agents is expanding in an exponential, perhaps super-exponential manner. Sonya believes we are about to reach a point where things become truly strange. What happens when business occurs between agents? Can they pay each other? What happens when agents can actually negotiate transaction terms with each other? Will we have a large group of agents regulating us, preventing cybersecurity issues or large-scale destruction? We only know that the world is becoming strange at an incredibly fast pace.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 12&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;437px&#34; data-flex-grow=&#34;182&#34; height=&#34;592&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-cd4294b569/img-b62531d052.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-cd4294b569/img-b62531d052_hu_166b388a1965072e.jpeg 800w, https://gameflycenter.com/posts/note-cd4294b569/img-b62531d052.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I feel both excited and somewhat anxious about this future. The excitement comes from it representing a tremendous leap in human productivity. We can finally delegate those repetitive, tedious tasks to AI and focus on more creative and strategic work. But the anxiety arises from the fact that this transition will bring many unknown social and ethical issues. When agents can autonomously trade with each other, how do we regulate them? When agents make erroneous decisions, who is responsible? These are all questions we need to think seriously about.&lt;/p&gt;&#xA;&lt;p&gt;Sonya concluded by quoting her inner Eliezer Yudkowsky (an AI safety researcher), saying: long horizon agents have arrived, and their development curve is very clear. For entrepreneurs, everyone has examples of completing crazy difficult timelines because of AI. Zed&amp;rsquo;s Nathan completed a three-year moon landing project solo using Claude Code during the holidays. Brett Taylor rebuilt Sierra over a weekend. The Notion team rewrote 8 million lines of code in just six weeks.&lt;/p&gt;&#xA;&lt;p&gt;Everyone has these compressed timelines examples, but Sonya believes few outside AGI labs see what happens when you stack these compressed timelines together. This is what is possible now. So whatever you can imagine building in the next 100 years can now be achieved in 100 days, thanks to agents. This perspective deeply shocked me. We are not talking about incremental improvements; we are talking about compressing the time dimension. This means the speed of innovation will grow exponentially.&lt;/p&gt;&#xA;&lt;h2 id=&#34;cognitive-revolution-the-next-industrial-revolution&#34;&gt;Cognitive Revolution: The Next Industrial Revolution&#xA;&lt;/h2&gt;&lt;p&gt;Konstantine Buhler&amp;rsquo;s part of the speech may have been the most philosophically profound of the entire presentation. He divided work into two types: physical work and cognitive work. Physical work is packages on the Pony Express, satellites on Falcon 9, with power equal to force times distance, involving physical movement. Cognitive work is the theorem proposed by Pythagoras, the solution to the protein folding problem by DeepMind, and conscious thought. These are two very different types of work, but Konstantine believes they will follow very similar revolutionary patterns.&lt;/p&gt;&#xA;&lt;p&gt;He talked about the revolution of physical work, which is the industrial revolution. For most of human history, nearly all work serving humanity was done by some muscle, either human or animal. Humans moved things or animals pulled humans. This started around 1700 but can be traced back thousands of years. Then things began to change. Water and wind power, steam engines, and then things accelerated. Steam engines, internal combustion engines, electric motors. By 2026, you can estimate that over 99% of all physical work done for humanity on Earth is completed by machines. The airplane that brought you here, the manufacturing of all the goods in this room, and all the setups for the human experiences you are currently experiencing.&lt;/p&gt;&#xA;&lt;p&gt;Konstantine believes a similar pattern will occur in the cognitive realm, but we are still in an earlier stage. For most of human history, all thinking done on Earth was primarily by humans, with perhaps a bit of contribution from animals, like shepherd dogs chasing sheep. Historically, there has been a small amount of mechanical work, like astrolabes or clocks. In the past few hundred years, until electronic computing emerged, progress was slow. In the last hundred years, think about the trillions of calculations happening at any given moment to serve you as a human. All this cognitive work, the trillions of calculations serving us at any given moment.&lt;/p&gt;&#xA;&lt;p&gt;Konstantine believes neural networks are the next big wave, and in the near future, 99.9% of cognitive work on Earth will be completed by machines. This parallel is very clear. The good news is that we have experienced such a revolution. The cognitive revolution will be much like the industrial revolution, only larger and faster.&lt;/p&gt;&#xA;&lt;p&gt;This perspective made me ponder deeply. If cognitive work is indeed taken over by machines like physical work, what will that mean for us humans? Konstantine provided his answer through four short stories.&lt;/p&gt;&#xA;&lt;h2 id=&#34;four-stories-about-the-future&#34;&gt;Four Stories About the Future&#xA;&lt;/h2&gt;&lt;p&gt;The four stories Konstantine told deeply moved me, each revealing an important truth about the AI era. The first story is about aluminum. In the mid-19th century, America wanted to build a grand monument for its first president and greatest war hero, George Washington. They designed the tallest building in the world at the time, the Washington Monument. They wanted to top it with the world&amp;rsquo;s most precious metal, 100 ounces of the most precious metal. This metal was so precious that they displayed it at Tiffany&amp;rsquo;s in Manhattan. That metal was aluminum.&lt;/p&gt;&#xA;&lt;p&gt;In the decades following the completion of the Washington Monument, a young inventor proposed an electrolytic method to separate aluminum from the earth. Within decades, aluminum was used to wrap candy and sandwiches, then thrown in the trash. Aluminum is like intelligence, and the electrolytic method is like artificial intelligence. We are about to enter a world where some of the most precious skills, requiring decades to acquire, can be called upon instantly, to the point where after use, you can crumple them up and throw them in the trash.&lt;/p&gt;&#xA;&lt;p&gt;This metaphor is incredibly accurate. We are accustomed to viewing certain cognitive abilities as precious and scarce, but AI is making these abilities cheap and abundant. This is not to belittle human intelligence but to illustrate how technological progress redefines value. When expertise becomes as ubiquitous as aluminum, what will truly be valuable?&lt;/p&gt;&#xA;&lt;p&gt;The second story is about alien design. The world we see today is all designed for humans. It is optimized in a way that makes sense to our brains because we perform almost all cognitive work in the world. When machines perform cognitive work, it will be somewhat different. In 2006, NASA was optimizing antennas for a large space mission. Traditionally, their antennas looked like beautiful geometric symmetrical patterns optimized for surface area under certain power constraints. This time, they said to let the computer handle it using evolutionary algorithms (similar to reinforcement learning). The result was an antenna that significantly improved productivity but was not intuitive for human thinking.&lt;/p&gt;&#xA;&lt;p&gt;In this AI era, when we hand cognitive tasks to machines, we will get results that are somewhat unintuitive for us. When AI designs chips, cars, and buildings, they may look very different. We must keep an open mind about the world we are entering because AI will not think like us. It will have alien designs.&lt;/p&gt;&#xA;&lt;p&gt;This story reminds me not to judge AI outputs with human intuition. AI may find solutions we could never think of, which may seem strange or inelegant but could be more effective. We need to learn to appreciate this &amp;ldquo;alien aesthetics.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;The third story is about emerging sciences. In the early days of the industrial revolution, great engineers like Newcomen and Watt perfected the internal combustion engine. Essentially, they put petrochemical substances into a piston, ignited them, and millions or billions of particles exploded to drive the piston. For nearly a hundred years, all this was trial and error. Engineers would say, &amp;ldquo;Ah, this works a bit better.&amp;rdquo; Perhaps you can see something like scaling laws, but it was all engineers playing with products, seeing how to improve a little.&lt;/p&gt;&#xA;&lt;p&gt;More than 120 years later, Sadi Carnot appeared and formalized everything in a new science: thermodynamics. He said, &amp;ldquo;Wait a minute, there are millions or billions of particles; we can actually formalize what this looks like.&amp;rdquo; In this case, there are billions of neurons and trillions of tokens. Now, we are in the trial and error phase of AI. Even if we think this is an understood science, it is not. In the future, we will introduce a foundational science like thermodynamics over the next few decades. Someone in this room may propose this science. This science will be taught in high school; it will be so fundamental. It will help us master AI and even help us understand consciousness.&lt;/p&gt;&#xA;&lt;p&gt;This perspective made me realize that our understanding of AI is still very superficial. Much of what we do now is empirical, like early steam engine engineers. But someday, someone will propose a complete theoretical framework to explain how AI works, and that will be a revolutionary moment.&lt;/p&gt;&#xA;&lt;p&gt;The fourth story is about the irrationality of art. For most of human history, for thousands of years, art has progressed towards realism. From cave paintings 25,000 years ago, Egyptian hieroglyphs, Greek pottery, to the grand shift towards realistic art in Renaissance paintings. Look at the differences. After thousands of years, humanity has triumphed. Then engineering came along, the daguerreotype, early photography, and suddenly, the skill of perfecting every brushstroke over decades of life disappeared.&lt;/p&gt;&#xA;&lt;p&gt;How did the world react? People thought painting was over. Oh, just like that, machines can do it better than any human, and art is finished. So what happened? How did humans respond? Humans responded by asking whether the purpose of this art was to capture the moment seen by the eye or the moment seen by the mind and soul. Impressionism, expressionism, cubism, neo-expressionism. All these new art forms are humanity&amp;rsquo;s response to this massive change in science.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 13&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;427px&#34; data-flex-grow=&#34;178&#34; height=&#34;606&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-cd4294b569/img-077a2cadcf.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-cd4294b569/img-077a2cadcf_hu_3f8267a1ae181bb1.jpeg 800w, https://gameflycenter.com/posts/note-cd4294b569/img-077a2cadcf.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;2,500 years ago, the Greek philosopher Protagoras wrote: &amp;ldquo;Man is the measure of all things.&amp;rdquo; He meant that in a vacuum, nothing has value to humans. Not aluminum, not art, not intelligence. It only has value because of experience. AI can do work; AI will do work. But only human connection can give work meaning. That is why we are all in this room today. Ten years from now, work will be very different, and things will change a lot. But one thing will remain constant: the relationships you build with those around you today will endure. That is what you will look back on, and that is what is valuable today.&lt;/p&gt;&#xA;&lt;h2 id=&#34;my-deep-thoughts-on-this-revolution&#34;&gt;My Deep Thoughts on This Revolution&#xA;&lt;/h2&gt;&lt;p&gt;After listening to the entire presentation, I have several profound insights.&lt;/p&gt;&#xA;&lt;p&gt;First, we are indeed at a historic turning point. Sequoia&amp;rsquo;s claim that &amp;ldquo;this is AGI&amp;rdquo; is not hype but a pragmatic judgment based on actual capabilities. When agents can recover from failure and persist until a task is completed, this is sufficient from a business perspective. We do not need to wait for superintelligence from science fiction; we already have tools that can change the game.&lt;/p&gt;&#xA;&lt;p&gt;Second, speed is the most notable characteristic of this revolution. Work that used to take 100 years can now be completed in 100 days; this is not an exaggeration. I see more and more examples around me of individuals using AI to accomplish tasks that previously required a team months to complete. This time compression will produce a compound effect, and the speed of innovation will grow exponentially. This means we must act quickly because the window of opportunity is very short.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 14&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;439px&#34; data-flex-grow=&#34;183&#34; height=&#34;590&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-cd4294b569/img-6c143e6a00.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-cd4294b569/img-6c143e6a00_hu_6d40c68be648dbbf.jpeg 800w, https://gameflycenter.com/posts/note-cd4294b569/img-6c143e6a00.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Third, being customer-centric is more important than ever. In a rapidly changing technological era, the only anchor point is customer demand. Technological capabilities change daily, but the problems customers want to solve remain relatively stable. Companies that can deeply understand customers and build solutions around them will establish true moats.&lt;/p&gt;&#xA;&lt;p&gt;Fourth, we need to prepare for a world where agents are ubiquitous. This is not science fiction but an imminent reality. As the number of agents grows exponentially, all aspects of society, economy, and law will need to adapt. We need to establish new frameworks to manage interactions between agents and ensure their behavior aligns with human values.&lt;/p&gt;&#xA;&lt;p&gt;Fifth, and most importantly, amidst all technological changes, human connection remains core. AI can make us more efficient, but it cannot replace the relationships and emotional connections between people. In a world where cognitive work is taken over by machines, what will truly be valuable are those unique human qualities: creativity, empathy, curiosity, and adaptability.&lt;/p&gt;&#xA;&lt;p&gt;I believe we are witnessing history. The cognitive revolution will profoundly change the world, just as the industrial revolution did, only it will be larger and faster. This is both exciting and awe-inspiring. We have a responsibility to ensure that this revolution benefits all of humanity, not just a privileged few. This requires the collective effort of all of us, involving tech experts, policymakers, entrepreneurs, and ordinary citizens.&lt;/p&gt;&#xA;&lt;p&gt;Sequoia&amp;rsquo;s presentation inspired me greatly but also raised more questions. Are we ready to embrace this future? Can our education systems, legal frameworks, and social structures keep pace with the speed of these changes? How do we ensure that in the pursuit of efficiency, we do not lose our humanity? These are all questions we need to think and discuss seriously.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Will AI for Science Have a &#39;ChatGPT Moment&#39;? Insights for Young Innovators</title>
            <link>https://gameflycenter.com/posts/note-8fc721b8d1/</link>
            <pubDate>Wed, 06 May 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-8fc721b8d1/</guid>
            <description>&lt;h2 id=&#34;will-ai-for-science-have-a-chatgpt-moment-insights-for-young-innovators&#34;&gt;Will AI for Science Have a &amp;lsquo;ChatGPT Moment&amp;rsquo;? Insights for Young Innovators&#xA;&lt;/h2&gt;&lt;p&gt;As AI reshapes the foundational logic of research and industry, AI for Science is no longer just a theoretical concept. On April 28, the Future Light Cone collaborated with Beijing Zhongguancun Academy&amp;rsquo;s AI Business School to launch the &amp;ldquo;AI for Science Innovators Dialogue Series.&amp;rdquo; The first event featured three frontline guests, including Zheng Shuxin, an associate professor and co-director of the AI Business School, who provided solid data and insights to address three pressing questions: Will AI4S experience a &amp;lsquo;ChatGPT moment&amp;rsquo;? What barriers do entrepreneurs face? How should young people invest their efforts?&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-essence-of-large-models-intelligence-through-compression&#34;&gt;The Essence of Large Models: Intelligence Through Compression&#xA;&lt;/h2&gt;&lt;p&gt;What drives the general intelligence of large models? Ilya, former chief scientist at OpenAI, succinctly stated: &amp;ldquo;Intelligence arises from compression.&amp;rdquo; The intelligence of a model comes from its ability to compress vast amounts of human language data using a relatively small parameter space. In this process, the model is compelled to distill common structures and inherent representations from the data, leading to the emergence of intelligence.&lt;/p&gt;&#xA;&lt;p&gt;For instance, the first version of GPT-3, with 175 billion parameters, aims to encapsulate nearly all text ever written by humanity. If it relied solely on memory, it would essentially function as a hard drive, which does not exhibit intelligence. However, when tasked with compressing this data into a smaller parameter space, it is forced to extract common structures and representations—intelligence emerges from this compression.&lt;/p&gt;&#xA;&lt;p&gt;A more rigorous theoretical foundation underpins this, known as Kolmogorov complexity, which measures the complexity of a dataset by the length of the shortest program that can describe it. For example, a dataset consisting entirely of zeros can be compressed into a single line of Python code due to its simple internal structure. The paradigm of large language models predicting the next word is, in fact, a good approximation of Kolmogorov programs.&lt;/p&gt;&#xA;&lt;p&gt;However, this also sets a ceiling: human knowledge. You cannot learn from humans and ultimately surpass them. AI for Science, however, is charting a completely different path.&lt;/p&gt;&#xA;&lt;h2 id=&#34;two-core-paths-of-ai4s&#34;&gt;Two Core Paths of AI4S&#xA;&lt;/h2&gt;&lt;p&gt;AI4S does not engage with human language; it directly studies physical laws, biological processes, and molecular conformations, compressing the data of nature itself rather than &amp;ldquo;how humans describe nature.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;A prime example is AlphaFold, which represents Nobel-level work. What does it do? Quite simply, it finds correlations within natural data. When the Protein Data Bank (PDB) accumulates hundreds of thousands of protein structure data points, the model can map sequences to three-dimensional structures, effectively &amp;ldquo;solving&amp;rdquo; the protein structure problem.&lt;/p&gt;&#xA;&lt;p&gt;Here lies a core analytical framework, the two legs of AI4S:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Scientist&lt;/strong&gt;: Engages with literature, formulates hypotheses, and designs experiments, essentially combining language intelligence, knowledge integration, and logical reasoning. Its strengths lie in reasoning and knowledge, while its weakness is a lack of direct understanding of the physical world. Representatives include OpenAI, Anthropic, and DeepMind.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Simulator&lt;/strong&gt;: Uses AI to fit the laws of the physical world through data-driven methods. Its strengths lie in modeling the world itself, which cannot be achieved merely by stacking parameters. However, it lacks explicit knowledge chains and reasoning capabilities. Representatives include AlphaFold and various meteorological models.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The ultimate goal of large models is AGI (Artificial General Intelligence), while the vast potential of AI4S lies in breaking the boundaries of human cognition—the universe is unknown, and only the Simulator path theoretically allows AI to explore what humanity has yet to discover.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;490px&#34; data-flex-grow=&#34;204&#34; height=&#34;323&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-8fc721b8d1/img-85d15d0526.jpeg&#34; width=&#34;660&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;However, today, the Simulator cannot solve all problems on its own—it lacks logic and reasoning. Relying solely on either path is insufficient. The true endgame of AI4S is the convergence of both paths: the ability to reason and formulate hypotheses like top scientists while directly understanding the physical world itself.&lt;/p&gt;&#xA;&lt;p&gt;This is why I repeatedly emphasize that AI for Science requires more than just larger models. Even if you scale GPT up by 100 times, it won&amp;rsquo;t automatically understand how a protein folds or how a cloud evolves.&lt;/p&gt;&#xA;&lt;p&gt;Currently, no single team possesses both ends, which presents an opportunity.&lt;/p&gt;&#xA;&lt;h2 id=&#34;ai4s-will-not-experience-a-unified-chatgpt-moment&#34;&gt;AI4S Will Not Experience a Unified &amp;lsquo;ChatGPT Moment&amp;rsquo;&#xA;&lt;/h2&gt;&lt;p&gt;My core judgment is that AI4S will see continuous breakthroughs, but it will not be a single moment of universal celebration; its progress resembles a highly uneven map.&lt;/p&gt;&#xA;&lt;p&gt;In a given field, the more it meets the criteria of &amp;ldquo;clear problem structure + sufficient data + short validation loop,&amp;rdquo; the faster AI4S will advance there.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Protein Folding&lt;/strong&gt;: In this area, both the Scientist and Simulator paths have produced significant results. AlphaFold answers &amp;ldquo;what proteins look like,&amp;rdquo; while DiG and BioEmu address &amp;ldquo;how proteins move&amp;rdquo;—one captures still images, while the other creates movies. Only by producing the movie can the functional mechanisms of proteins be truly explained.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;AI Drugs&lt;/strong&gt;: This field has crossed a critical threshold. There are over 200 AI drug clinical pipelines, with Phase I success rates of 80%-90%, double that of traditional methods. The first AI drug has shown efficacy in Phase II clinical trials, with a crucial data readout window expected in 2026-2027.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;AI Meteorology&lt;/strong&gt;: Chinese players are leading globally. Huawei&amp;rsquo;s Pangu, Fudan&amp;rsquo;s Fuxi, and the Fengwu model continue to make breakthroughs, with Fengwu achieving accurate forecasts up to 11.25 days, marking the first global breakthrough of the 10-day accuracy barrier.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Materials Science&lt;/strong&gt;: This field is evolving from merely screening known compounds to designing unprecedented molecules from scratch. The most critical signal for 2025-2026 is that frontline model developers are beginning to truly believe in the tools at their disposal. Though this field is still early-stage, the potential value is immense once breakthroughs occur.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;609px&#34; data-flex-grow=&#34;253&#34; height=&#34;260&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-8fc721b8d1/img-93a131bdd7.jpeg&#34; width=&#34;660&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;barriers-for-entrepreneurs-amidst-major-players-entering-ai4s&#34;&gt;Barriers for Entrepreneurs Amidst Major Players Entering AI4S&#xA;&lt;/h2&gt;&lt;p&gt;An undeniable fact is that the six major AI giants—OpenAI, Anthropic, Google DeepMind, Microsoft, NVIDIA, and Meta—are all entering the AI4S arena.&lt;/p&gt;&#xA;&lt;p&gt;Even OpenAI is developing a specialized life sciences model, GPT-Rosalind, and Anthropic is fully investing in Claude for Life Sciences, indicating a quiet abandonment of the narrative that &amp;ldquo;a universal model can solve everything.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;With these giants entering the field, where do entrepreneurs face barriers? My answer is clear: the threshold lies not in prompts and workflows, but in scientific capability, data closure, and depth of industry integration.&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s essential to clarify which game you are playing:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Product-oriented&lt;/strong&gt;: Competing on rapid iteration and user stickiness, with validation cycles from days to weeks, represented by Manus and Cursor.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Resource-oriented&lt;/strong&gt;: Competing on depth of industry integration and client resources, with validation cycles from quarters to years, represented by traditional SaaS and industry solutions.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Scientific Story-oriented&lt;/strong&gt;: Competing on scientific capability and data flywheel, represented by Isomorphic Labs, with validation cycles from years to decades.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;559px&#34; data-flex-grow=&#34;233&#34; height=&#34;283&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-8fc721b8d1/img-6b9782a563.jpeg&#34; width=&#34;660&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;AI4S companies can be divided into two categories: scientific companies (scientific story-oriented) and scientific service companies (resource-oriented). Both paths are viable, but the greatest risk is mistaking oneself for a &amp;ldquo;scientific company&amp;rdquo; while ultimately becoming a &amp;ldquo;scientific service company.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;If you are confident in your technology and can truly unearth valuable insights, you should naturally tell a scientific story. If you still have some gaps, focus on delivery and client resources, and earnestly deepen your industry engagement.&lt;/p&gt;&#xA;&lt;h2 id=&#34;now-is-the-golden-window-for-ai4s&#34;&gt;Now is the Golden Window for AI4S&#xA;&lt;/h2&gt;&lt;p&gt;Why do I say now is the window period? Because funding is already moving. A single AI4S company can secure annual funding of up to $550 million, and a significant portion of global VC funds flowing into AI is increasingly directed towards AI4S. The U.S. Department of Energy has invested $320 million to launch the Genesis program, with China following suit.&lt;/p&gt;&#xA;&lt;p&gt;Why is funding concentrated on AI4S? Due to a combination of technological breakthroughs, the inefficiency of traditional R&amp;amp;D, the nascent data infrastructure, and national strategic support, a fourfold resonance has formed.&lt;/p&gt;&#xA;&lt;p&gt;Even if there are bubbles that burst in the process, this is fundamentally different from the industry boom of five or six years ago—this time, the technology has genuinely reached a critical point.&lt;/p&gt;&#xA;&lt;h2 id=&#34;two-long-term-trends-worth-watching&#34;&gt;Two Long-term Trends Worth Watching&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Self-Driving Labs&lt;/strong&gt;: Achieving a complete closed loop of &amp;ldquo;hypothesis → experiment → data → model update → new hypothesis,&amp;rdquo; where the more experiments conducted, the better the model becomes, forming a true flywheel. Key players include Lila Sciences, Recursion, and Atinary.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;National-level AI4S Infrastructure&lt;/strong&gt;: AI4S is transitioning from &amp;ldquo;academic research&amp;rdquo; to &amp;ldquo;industrial infrastructure,&amp;rdquo; which is a core layout for national competitiveness.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;five-hard-hitting-suggestions-for-young-innovators&#34;&gt;Five Hard-Hitting Suggestions for Young Innovators&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Choosing a field is more important than selecting a technology. The real moat is domain knowledge, not model architecture; choose a scientific problem you are willing to immerse yourself in for five years.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Learn to communicate with experiments. Those with purely computational backgrounds often lack understanding of experiments. Spending three months in a lab is more beneficial than reading ten papers.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Data capability is a core lever. The performance ceiling of a model ultimately depends on the information limit of the training data. Those who can build a data flywheel are far more valuable than those who can merely tune models; acquiring, cleaning, and labeling scientific data is hard currency.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Clarify which game you are playing. Scientific story-oriented requires long-term patience, resource-oriented needs industry integration, and product-oriented focuses on rapid iteration—don’t mix them.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Now is the window period. The convergence of technology, capital, and national strategy is happening, but the window won’t remain open forever.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;three-core-conclusions&#34;&gt;Three Core Conclusions&#xA;&lt;/h2&gt;&lt;p&gt;Returning to the three initial questions, the answers are now very clear:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;AI4S will have continuous breakthroughs but will not have a unified &amp;ldquo;ChatGPT moment.&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;The core barrier for entrepreneurs lies in &amp;ldquo;scientific capability + data closure,&amp;rdquo; not in model size.&lt;/li&gt;&#xA;&lt;li&gt;Choosing the right direction fundamentally means selecting a scientific problem you are willing to delve into for five years.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;In conclusion, the window belongs to those willing to do the heavy lifting and dare to bet amidst uncertainty.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>DeepSeek&#39;s New Model Bets on Domestic Chips to Strengthen AI Industry</title>
            <link>https://gameflycenter.com/posts/note-5cc4a01d82/</link>
            <pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-5cc4a01d82/</guid>
            <description>&lt;h2 id=&#34;deepseeks-new-model-and-domestic-chips&#34;&gt;DeepSeek&amp;rsquo;s New Model and Domestic Chips&#xA;&lt;/h2&gt;&lt;p&gt;On April 29, Reuters reported that following the release of DeepSeek-V4, major Chinese tech companies like ByteDance, Tencent, and Alibaba are rapidly acquiring Huawei&amp;rsquo;s domestic chips.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;427px&#34; data-flex-grow=&#34;178&#34; height=&#34;393&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-5cc4a01d82/img-5fea7d783f.jpeg&#34; width=&#34;700&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;This marks a significant and irreversible collective shift towards domestic chips, with a computing foundation based on local hardware taking shape.&lt;/p&gt;&#xA;&lt;p&gt;NVIDIA&amp;rsquo;s founder and CEO, Jensen Huang, has issued a warning. He stated in an interview that if DeepSeek&amp;rsquo;s latest generation of large models is first released on Huawei&amp;rsquo;s advanced chip platform and fully adapted, it would be a catastrophic blow to the U.S.&amp;rsquo;s strategic position in the global AI field.&lt;/p&gt;&#xA;&lt;p&gt;Huang&amp;rsquo;s real concern is that once China&amp;rsquo;s top large models are bound to domestic computing foundations, the long-standing U.S. chip blockade will lose its critical leverage.&lt;/p&gt;&#xA;&lt;p&gt;A key link in this chain has now been established. The new DeepSeek-V4 model, launched on April 24, has included both Huawei&amp;rsquo;s Ascend chips and NVIDIA chips in its hardware validation list.&lt;/p&gt;&#xA;&lt;p&gt;The newly adapted Huawei Ascend inference chip is priced at only a quarter of NVIDIA&amp;rsquo;s, yet its single-card computing power is 2.87 times greater than NVIDIA&amp;rsquo;s special version for China, showcasing a significant cost-performance advantage.&lt;/p&gt;&#xA;&lt;p&gt;This is a tested, high-performance solution of &amp;ldquo;national model + national chip,&amp;rdquo; with compelling cost and security benefits.&lt;/p&gt;&#xA;&lt;p&gt;Not long ago, the shortage of chips was a core bottleneck, especially in the critical area of model training, where domestic chips were largely absent or only able to participate in marginal tasks.&lt;/p&gt;&#xA;&lt;p&gt;Now, a turning point has been reached. Multiple large models in China have completed adaptations to domestic chips, and 2026 is being referred to as the &amp;ldquo;year of domestic AI chip training implementation&amp;rdquo; in the industry.&lt;/p&gt;&#xA;&lt;p&gt;Questions inevitably arise: Can large models run stably and efficiently on domestic hardware?&lt;/p&gt;&#xA;&lt;p&gt;DeepSeek admits that the capability level of the new model still lags behind its main competitors, with a development trajectory approximately 3 to 6 months behind leading closed-source models.&lt;/p&gt;&#xA;&lt;p&gt;Rather than waiting for external criticism or deliberately beautifying the situation, DeepSeek proactively acknowledges its shortcomings and faces the gap, revealing a pragmatic logic: in the competition where technological gaps objectively exist, humbly catching up is far more valuable than pretending to lead.&lt;/p&gt;&#xA;&lt;p&gt;From core parameters and actual performance, the new model shows impressive breakthroughs. It features 16 trillion total parameters and a million-token ultra-long context as standard. In mathematics, hard science and technology, and competitive coding, the high-performance version of the new model has surpassed all publicly evaluated open-source models, standing shoulder to shoulder with mainstream closed-source models.&lt;/p&gt;&#xA;&lt;p&gt;Especially in programming for intelligent agents, it has topped the open-source leaderboard and is hailed as a &amp;ldquo;programming artifact.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;While rationally acknowledging the overall technological gap, DeepSeek has achieved breakthroughs in specific areas and has opened a crushing gap in terms of cost. The DeepSeek-V4-Pro model API has launched a limited-time price promotion at 2.5 times lower than usual, with input prices starting at 0.25 yuan per million tokens. In contrast, the weighted average input price for GPT-5.5 Pro is $30 per million tokens, making DeepSeek-V4-Pro over 700 times cheaper.&lt;/p&gt;&#xA;&lt;p&gt;Looking at the mainstream international large models, such as Anthropic&amp;rsquo;s Claude Opus series, OpenAI&amp;rsquo;s GPT-5.4, and Google&amp;rsquo;s Gemini 3.1 Pro series, their prices are also quite high.&lt;/p&gt;&#xA;&lt;p&gt;While performance is only 3 to 6 months behind, the cost has created a massive gap. An asymmetric competition has already begun.&lt;/p&gt;&#xA;&lt;p&gt;This is not just a victory for a single chip, but the maturation of an entire domestic computing ecosystem. Actual test data shows that after breaking away from the NVIDIA ecosystem, the new model&amp;rsquo;s end-to-end latency is 35% lower than the existing cluster.&lt;/p&gt;&#xA;&lt;p&gt;This indicates that domestic computing has entered a stable and efficient &amp;ldquo;usable&amp;rdquo; stage.&lt;/p&gt;&#xA;&lt;p&gt;Goldman Sachs&amp;rsquo; latest research report states that with the large-scale supply of Huawei&amp;rsquo;s Ascend 950 in the second half of this year, the pricing of the new model will see a significant drop. This move not only strengthens DeepSeek&amp;rsquo;s cost competitiveness but also provides strong endorsement for the migration of China&amp;rsquo;s top large models to domestic computing.&lt;/p&gt;&#xA;&lt;p&gt;Crucially, DeepSeek&amp;rsquo;s choice is not an isolated case.&lt;/p&gt;&#xA;&lt;p&gt;Looking at other leading players in China, such as Alibaba&amp;rsquo;s Tongyi Qianwen, Zhiyun Qingyan, Baichuan Intelligence, and ByteDance&amp;rsquo;s Doubao, they are all simultaneously advancing extreme cost performance, chasing advanced performance, and building open-source ecosystems.&lt;/p&gt;&#xA;&lt;p&gt;Although each company&amp;rsquo;s path may differ, the direction is highly consistent: breaking free from external dependencies and solidifying the domestic industrial chain.&lt;/p&gt;&#xA;&lt;p&gt;The procurement of Huawei chips by Chinese tech companies is not merely a sentimental choice but a rational decision that balances cost accounting, supply chain security, and industrial autonomy.&lt;/p&gt;&#xA;&lt;p&gt;With domestic chips as the foundation, the continuously improving self-controlled computing base is gradually solidifying the long-term confidence of China&amp;rsquo;s AI industry.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>The Rising Value of Guangxu Yuanbao: A Collector&#39;s Guide</title>
            <link>https://gameflycenter.com/posts/note-3d26d59a38/</link>
            <pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-3d26d59a38/</guid>
            <description>&lt;h2 id=&#34;the-rising-value-of-guangxu-yuanbao&#34;&gt;The Rising Value of Guangxu Yuanbao&#xA;&lt;/h2&gt;&lt;p&gt;Could there be a chance that in your home, tucked away in a corner of an old drawer or hidden in a forgotten bag, lie a few rusty, seemingly insignificant copper coins? You might pick them up, feel their lightness, and think, &amp;ldquo;These old coins are worth nothing, better to throw them away.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;But you would never guess that this seemingly worthless &amp;ldquo;old copper piece&amp;rdquo; is actually a superstar in the world of Qing Dynasty copper coins—the Guangxu Yuanbao. Once just a common currency for change, it has skyrocketed in value in the collector&amp;rsquo;s market, with well-preserved ordinary versions selling for tens of thousands, while top-tier specimens like the Guangdong Province &amp;ldquo;Double Dragon Longevity&amp;rdquo; coin can fetch prices in the millions, attracting countless collectors.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;468px&#34; data-flex-grow=&#34;195&#34; height=&#34;500&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d26d59a38/img-3db1ddee6c.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d26d59a38/img-3db1ddee6c_hu_86b64cc1e8562078.jpeg 800w, https://gameflycenter.com/posts/note-3d26d59a38/img-3db1ddee6c.jpeg 975w&#34; width=&#34;975&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;At the 2026 Spring High-End Coin Auction, a well-preserved Guangdong Province Guangxu Yuanbao &amp;ldquo;Double Dragon Longevity&amp;rdquo; coin was sold for an astonishing 1.68 million Hong Kong dollars after fierce bidding among dozens of collectors, setting a new record for Guangxu Yuanbao sales and sending shockwaves through the collecting community.&lt;/p&gt;&#xA;&lt;p&gt;An experienced collector, witnessing the bidding, lamented, &amp;ldquo;I have an identical coin at home. Years ago, I was tricked into selling it for 500 yuan by an antique dealer. Seeing this million-dollar price now makes me regret it deeply!&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Such regrets are common in the collecting world. Many ordinary people unknowingly possess &amp;ldquo;million-dollar treasures&amp;rdquo; but fail to recognize their value, leading to neglect or being misled into selling them for a pittance, missing out on life-changing opportunities.&lt;/p&gt;&#xA;&lt;p&gt;Today, I will provide a comprehensive 5000-word guide on this &amp;ldquo;top-tier copper coin of the Qing Dynasty&amp;rdquo;—the Guangxu Yuanbao. From its historical origins and the mysteries of its numerous versions to the story behind the high-priced Double Dragon Longevity coin, the secrets hidden in its rust, and tips for identifying authenticity and real market value, this article will ensure you never mistake a million-dollar treasure for scrap copper again. You will easily discern whether your Guangxu Yuanbao is worth a few dollars or a fortune!&lt;/p&gt;&#xA;&lt;h3 id=&#34;key-conclusion&#34;&gt;Key Conclusion&#xA;&lt;/h3&gt;&lt;p&gt;The value of Guangxu Yuanbao varies dramatically—ordinary circulating versions in average condition are worth only a few thousand to tens of thousands, while rare versions in top condition can easily exceed hundreds of thousands. The Guangdong Province &amp;ldquo;Double Dragon Longevity&amp;rdquo; coin is exceptionally rare, with fewer than a hundred in existence, and top-tier specimens can command prices in the millions—over a hundred times the difference! Those few coins lying in your old drawer might just be &amp;ldquo;million-dollar treasures&amp;rdquo; capable of buying a house!&lt;/p&gt;&#xA;&lt;h2 id=&#34;1-a-century-of-change-guangxu-yuanbao-as-the-benchmark-of-qing-dynasty-copper-coins&#34;&gt;1. A Century of Change: Guangxu Yuanbao as the Benchmark of Qing Dynasty Copper Coins&#xA;&lt;/h2&gt;&lt;p&gt;To understand the collecting value of Guangxu Yuanbao, one must first grasp its historical significance. This small copper coin is not merely a convenient form of change; it is a testament to the tumultuous times of the late Qing Dynasty and a reflection of China&amp;rsquo;s modern currency reforms, embodying a century of change and legend. It is this historical weight that allows it to stand out among many Qing Dynasty copper coins, making it a &amp;ldquo;top-tier&amp;rdquo; collectible.&lt;/p&gt;&#xA;&lt;p&gt;In the late 19th century, the Qing Dynasty was in turmoil, facing both internal strife and external threats. Following the Opium Wars, foreign powers invaded, leading to continuous domestic conflicts and an economy on the brink of collapse. The currency system was chaotic, with a mix of traditional square-hole coins, locally minted silver dollars, and foreign coins, compounded by the private minting of substandard currency by local warlords, severely hindering economic development and exacerbating the Qing government&amp;rsquo;s difficulties.&lt;/p&gt;&#xA;&lt;p&gt;To save the crumbling economy and stabilize the currency system while raising military funds, the Qing government officially ordered currency reform in the 26th year of Guangxu (1900), beginning the minting of a new type of copper coin—the Guangxu Yuanbao. This coin broke away from the traditional square-hole design, adopting Western minting techniques and integrating elements of traditional Chinese culture, marking the beginning of modern mechanized copper coinage in China.&lt;/p&gt;&#xA;&lt;p&gt;Compared to traditional square-hole coins, Guangxu Yuanbao has distinct advantages: it is uniformly shaped, consistently weighted, and available in various denominations, from one to twenty cash, catering to different social classes. It quickly replaced traditional square-hole coins, becoming one of the main circulating currencies in the late Qing Dynasty.&lt;/p&gt;&#xA;&lt;p&gt;The scale of Guangxu Yuanbao minting was unprecedented. In just 11 years (1900-1911), the Qing government called upon 17 provinces and 20 mints to collaborate, establishing numerous mints to mass-produce Guangxu Yuanbao. Due to varying craftsmanship and standards among different mints, along with continuous adjustments in design and the addition of hidden marks, thousands of versions were produced, creating a &amp;ldquo;museum of versions&amp;rdquo; for Qing Dynasty copper coins.&lt;/p&gt;&#xA;&lt;p&gt;Unfortunately, the 1911 Xinhai Revolution abruptly halted the minting of Guangxu Yuanbao. The once widely circulated coins faced large-scale melting and loss during the war years—many were melted down for jewelry or food, while others were buried or lost. After a century, few well-preserved Guangxu Yuanbao coins remain, especially the rare versions.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;243px&#34; data-flex-grow=&#34;101&#34; height=&#34;1000&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d26d59a38/img-fb13b78d69.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d26d59a38/img-fb13b78d69_hu_c68dcd41a1e85a1d.jpeg 800w, https://gameflycenter.com/posts/note-3d26d59a38/img-fb13b78d69.jpeg 1016w&#34; width=&#34;1016&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Elderly people often reminisce, &amp;ldquo;Back in the day, Guangxu Yuanbao was common in every household, used for buying candy and vegetables. Who would have thought that these unassuming copper coins would be worth so much decades later?&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;It is this combination of &amp;ldquo;historical significance and scarcity&amp;rdquo; that lays the groundwork for the collecting value of Guangxu Yuanbao. It is not just a currency but a witness to history, encapsulating the rise and fall of the Qing Dynasty and documenting the arduous journey of modern currency reform in China. This high historical and cultural value is one of the core reasons it remains a &amp;ldquo;top-tier&amp;rdquo; collectible among Qing Dynasty copper coins.&lt;/p&gt;&#xA;&lt;p&gt;Additionally, the design and craftsmanship of Guangxu Yuanbao represent the pinnacle of Qing Dynasty copper coins. The front features the inscription &amp;ldquo;Guangxu Yuanbao&amp;rdquo; in bold characters, with the minting province or bureau indicated above and the denomination below, flanked by exquisite decorative patterns that exude royal grandeur. The reverse usually depicts a vivid dragon motif, accompanied by clouds and flames, symbolizing &amp;ldquo;the dragon rules the world and the nation is prosperous,&amp;rdquo; showcasing a perfect blend of traditional Chinese culture and modern minting craftsmanship.&lt;/p&gt;&#xA;&lt;p&gt;Now, a century later, this small copper coin has long exited the circulation market but has become a coveted item in the collecting community. It carries the last rays of the Qing Dynasty, witnessing significant changes in modern Chinese history, and boasts high historical and artistic value, along with its scarcity, making it a &amp;ldquo;hard currency&amp;rdquo; that collectors eagerly pursue, firmly occupying the &amp;ldquo;C position&amp;rdquo; in the Qing Dynasty copper coin collecting market.&lt;/p&gt;&#xA;&lt;h2 id=&#34;2-the-maze-of-versions-thousands-of-types-a-treasure-hunt-with-a-coin&#34;&gt;2. The Maze of Versions: Thousands of Types, A Treasure Hunt with a Coin&#xA;&lt;/h2&gt;&lt;p&gt;Many people wonder why Guangxu Yuanbao has become the &amp;ldquo;top-tier&amp;rdquo; copper coin of the Qing Dynasty. Beyond its historical significance and scarcity, a key reason is its incredibly rich variety of versions—thousands of types create a &amp;ldquo;maze&amp;rdquo; that collectors find thrilling to navigate, enhancing its collecting value.&lt;/p&gt;&#xA;&lt;p&gt;The minting of Guangxu Yuanbao involved 17 provinces and 20 mints, each with different craftsmanship and standards. Throughout the minting process, adjustments were made to fonts, patterns, dragon motifs, and denominations, even adding hidden marks, resulting in thousands of versions. Even seasoned collectors find it challenging to gather all types.&lt;/p&gt;&#xA;&lt;p&gt;Statistics show that just the ten-cash version of Guangxu Yuanbao has hundreds of types. Variations across provinces, mints, and years can lead to significant differences in value, even with minor distinctions. This &amp;ldquo;one coin, many faces&amp;rdquo; characteristic turns collecting Guangxu Yuanbao into a treasure hunt, where discovering a rare version brings immense satisfaction.&lt;/p&gt;&#xA;&lt;p&gt;Despite its small size, Guangxu Yuanbao conceals many &amp;ldquo;mysteries&amp;rdquo; within its dimensions; even slight differences can determine its value. Below, we will break down the core distinctions of Guangxu Yuanbao versions, making it easy for newcomers to understand the &amp;ldquo;treasure-hunting code.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-core-distinction-1-minting-provincebureau-determines-base-value&#34;&gt;(1) Core Distinction 1: Minting Province/Bureau Determines Base Value&#xA;&lt;/h3&gt;&lt;p&gt;The front of Guangxu Yuanbao typically indicates the minting province or bureau, which is the most basic marker for distinguishing versions and a crucial factor in determining its value. Due to varying minting volumes and craftsmanship across provinces, the surviving quantities differ significantly, leading to notable price disparities.&lt;/p&gt;&#xA;&lt;p&gt;Among them, the most scarce and valuable are the Guangxu Yuanbao minted in Guangdong, Hubei, and Jiangsu provinces. Particularly, the Guangdong version, known for its exquisite craftsmanship and limited surviving quantity, is considered the &amp;ldquo;noble&amp;rdquo; type among Guangxu Yuanbao. Even ordinary specimens of the Guangdong version can fetch prices ranging from tens of thousands to hundreds of thousands, while rare versions can easily reach millions.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;484px&#34; data-flex-grow=&#34;201&#34; height=&#34;454&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d26d59a38/img-035f2991ad.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d26d59a38/img-035f2991ad_hu_42d07d460089fa7d.jpeg 800w, https://gameflycenter.com/posts/note-3d26d59a38/img-035f2991ad.jpeg 916w&#34; width=&#34;916&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Next are the Hubei, Jiangsu, and Zhejiang versions, which also have high craftsmanship levels and relatively low minting volumes, making them scarce and thus more expensive. Ordinary specimens of these versions are typically priced around tens of thousands.&lt;/p&gt;&#xA;&lt;p&gt;Conversely, provinces with larger minting volumes, such as Henan, Shandong, and Sichuan, have more abundant surviving quantities, resulting in more affordable prices, with ordinary specimens ranging from a few thousand to tens of thousands, making them suitable for novice collectors.&lt;/p&gt;&#xA;&lt;p&gt;For example, an ordinary Henan Province Guangxu Yuanbao ten-cash coin is valued at approximately 3000-5000 yuan, while an ordinary Guangdong Province Guangxu Yuanbao ten-cash coin can reach 50,000-80,000 yuan, a difference of over tenfold!&lt;/p&gt;&#xA;&lt;h3 id=&#34;2-core-distinction-2-fonts-and-patterns-subtle-differences-hide-price-codes&#34;&gt;(2) Core Distinction 2: Fonts and Patterns, Subtle Differences Hide &amp;ldquo;Price Codes&amp;rdquo;&#xA;&lt;/h3&gt;&lt;p&gt;In addition to the minting province, the fonts and patterns on Guangxu Yuanbao are also key factors in distinguishing versions and determining value. Even within the same province and denomination, subtle differences in fonts and patterns can turn a coin into a &amp;ldquo;rare treasure.&amp;rdquo;&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Font Differences&lt;/strong&gt;: The four characters &amp;ldquo;Guangxu Yuanbao&amp;rdquo; on the front can be in different styles, such as regular or clerical script. Some fonts are bold and strong, while others are round and full. The denomination below may vary in phrasing, such as &amp;ldquo;Ten Cash&amp;rdquo; or &amp;ldquo;Twenty Cash,&amp;rdquo; with differences in font size and thickness. Even within the same font, variations in stroke thickness or character positioning can lead to different versions.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;378px&#34; data-flex-grow=&#34;157&#34; height=&#34;703&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d26d59a38/img-2a1aad05b9.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d26d59a38/img-2a1aad05b9_hu_ae551a1c6932ce33.jpeg 800w, https://gameflycenter.com/posts/note-3d26d59a38/img-2a1aad05b9.jpeg 1109w&#34; width=&#34;1109&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;For instance, within the Guangdong Province Guangxu Yuanbao, the &amp;ldquo;Longevity&amp;rdquo; character can be written in both traditional and simplified forms. This single character&amp;rsquo;s difference can lead to a price gap of tens of thousands—traditional &amp;ldquo;Longevity&amp;rdquo; versions are rarer and can exceed one million, while simplified versions are priced around hundreds of thousands.&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;&lt;strong&gt;Pattern Differences&lt;/strong&gt;: The decorative patterns on the sides of the front can include plum blossom patterns, chrysanthemum patterns, or star patterns, with variations in quantity, size, and arrangement that may distinguish versions. The dragon motifs on the reverse also exhibit significant variation, with different styles such as coiled dragons, seated dragons, or flying dragons. The density of dragon scales, the shape of claws, and the orientation of tails can all differ. For example, a Guangxu Yuanbao with clear dragon scales and sharp claws may be valued at 100,000-150,000 yuan, while a version with unclear scales and damaged claws may only be worth 10,000-20,000 yuan—a tenfold difference.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h3 id=&#34;3-core-distinction-3-hidden-marks-and-english-letters-concealing-anti-counterfeiting-codes&#34;&gt;(3) Core Distinction 3: Hidden Marks and English Letters, Concealing &amp;ldquo;Anti-Counterfeiting Codes&amp;rdquo;&#xA;&lt;/h3&gt;&lt;p&gt;To prevent counterfeiting, minting bureaus added hidden marks during the production of Guangxu Yuanbao. These marks are essential for distinguishing versions and verifying authenticity, making the &amp;ldquo;treasure hunt&amp;rdquo; even more exciting.&lt;/p&gt;&#xA;&lt;p&gt;Hidden marks can take various forms, such as small notches in the strokes of characters, tiny stars in the corners of patterns, or symbols between English letters. Some marks are even concealed within the scales of dragon motifs, making them nearly impossible to detect without careful observation.&lt;/p&gt;&#xA;&lt;p&gt;In addition to hidden marks, the English letters along the edge of the coin can also help distinguish versions. The reverse edge of Guangxu Yuanbao typically bears the English name of the minting province, such as &amp;ldquo;Kwangtung Province&amp;rdquo; for Guangdong and &amp;ldquo;Hupeh Province&amp;rdquo; for Hubei. Variations in the arrangement, font size, and even missing or deformed letters can indicate different versions.&lt;/p&gt;&#xA;&lt;p&gt;Many collectors use magnifying glasses to closely examine every detail of Guangxu Yuanbao, searching for hidden marks and differences in English letters. Discovering a previously unseen version can be as exhilarating as an archaeologist unearthing a new site. One collector found a hidden mark between the scales of a dragon motif, and after authentication, it turned out to be an extremely rare trial version, eventually selling for 860,000 yuan, leading to a life-changing fortune.&lt;/p&gt;&#xA;&lt;h3 id=&#34;4-quick-tips-for-beginners-30-seconds-to-distinguish-guangxu-yuanbao-versions&#34;&gt;(4) Quick Tips for Beginners: 30 Seconds to Distinguish Guangxu Yuanbao Versions&#xA;&lt;/h3&gt;&lt;p&gt;Many beginners feel overwhelmed by the multitude of Guangxu Yuanbao versions, but by remembering three simple tips, you can quickly distinguish them in 30 seconds without professional tools or expert help:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Look at the Front&lt;/strong&gt;: First, check the minting province/bureau, then examine the font of &amp;ldquo;Guangxu Yuanbao&amp;rdquo; and the denomination—this is the most basic method of distinction.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Look at the Back&lt;/strong&gt;: Focus on the dragon motif, observing the shape of scales, claws, and tails, along with the orientation of clouds—these are key to distinguishing versions.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Look at the Details&lt;/strong&gt;: Use a magnifying glass to inspect the patterns and English letters on the coin, searching for hidden marks. Differences in these marks and letters often reveal rare versions.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;A small reminder: If your Guangxu Yuanbao is heavily rusted and you can&amp;rsquo;t see the fonts, patterns, or hidden marks clearly, you can gently wipe it with a soft cloth to remove surface rust (be careful not to apply too much pressure to avoid damaging the patina) before identifying it. If you&amp;rsquo;re still unsure, consult a reputable collector&amp;rsquo;s shop or a professional appraisal agency for assistance.&lt;/p&gt;&#xA;&lt;h2 id=&#34;3-the-million-dollar-legend-why-the-double-dragon-longevity-coin-commands-such-high-prices&#34;&gt;3. The Million-Dollar Legend: Why the Double Dragon Longevity Coin Commands Such High Prices&#xA;&lt;/h2&gt;&lt;p&gt;Among the thousands of versions of Guangxu Yuanbao, one stands out as the &amp;ldquo;top-tier of the top-tier&amp;rdquo;—the Guangdong Province &amp;ldquo;Double Dragon Longevity&amp;rdquo; coin. This coin is not an ordinary circulating currency but a commemorative coin specially minted by the Qing court to celebrate Empress Dowager Cixi&amp;rsquo;s 70th birthday. With an extremely limited surviving quantity, it often sells for prices in the millions, becoming a coveted &amp;ldquo;treasure&amp;rdquo; for countless collectors.&lt;/p&gt;&#xA;&lt;p&gt;At the 2026 Spring High-End Coin Auction, a PCGS-graded MS63 Guangdong Province Guangxu Yuanbao &amp;ldquo;Double Dragon Longevity&amp;rdquo; coin was sold for 1.68 million Hong Kong dollars after intense bidding, once again breaking the sale record for Guangxu Yuanbao. Many collectors remarked, &amp;ldquo;The Double Dragon Longevity coin is the &amp;lsquo;ceiling&amp;rsquo; of Qing Dynasty copper coins; owning one signifies status and strength.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;So, what makes the &amp;ldquo;Double Dragon Longevity&amp;rdquo; coin so special that it can sell for such high prices? What historical stories lie behind it?&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-the-origin-of-the-double-dragon-longevity-coin-a-commemorative-coin-for-cixis-70th-birthday&#34;&gt;(1) The Origin of the Double Dragon Longevity Coin: A Commemorative Coin for Cixi&amp;rsquo;s 70th Birthday&#xA;&lt;/h3&gt;&lt;p&gt;Let&amp;rsquo;s turn back to 1894, the year of Empress Dowager Cixi&amp;rsquo;s 70th birthday. Despite the Qing Dynasty&amp;rsquo;s internal and external troubles, Cixi extravagantly celebrated her birthday with a grand banquet. To assert her authority and commemorate her birthday, the Qing court commissioned the Guangdong Mint to produce a special commemorative coin—the Guangdong Province Guangxu Yuanbao &amp;ldquo;Double Dragon Longevity&amp;rdquo; coin.&lt;/p&gt;&#xA;&lt;p&gt;This commemorative coin was designed to the highest standards, using the best minting techniques and quality copper, taking months of careful design and repeated trial minting before finalization. Its design integrates the &amp;ldquo;longevity&amp;rdquo; and &amp;ldquo;dragon&amp;rdquo; motifs from traditional Chinese culture, symbolizing &amp;ldquo;double blessings and the dragon ruling the world,&amp;rdquo; showcasing royal grandeur.&lt;/p&gt;&#xA;&lt;p&gt;The front of the Double Dragon Longevity coin features a prominent &amp;ldquo;Longevity&amp;rdquo; character, surrounded by exquisite patterns, with &amp;ldquo;Guangdong Province&amp;rdquo; above and &amp;ldquo;Kuwait Seven Cash Two&amp;rdquo; (denomination) below, adorned with symmetrical plum blossom patterns on either side, presenting a simple yet elegant design with auspicious meanings.&lt;/p&gt;&#xA;&lt;p&gt;The reverse showcases two vividly depicted flying dragons, spiraling to form the shape of the &amp;ldquo;Longevity&amp;rdquo; character, with clear and distinct scales, sharp claws, and an imposing gaze, as if ready to soar; surrounding the dragon motifs are the English inscription &amp;ldquo;Kwangtung Province&amp;rdquo; and the denomination, with bold fonts and rich patterns, blending traditional Chinese culture with Western minting elements.&lt;/p&gt;&#xA;&lt;p&gt;Notably, the minting quantity of the Double Dragon Longevity coin is extremely limited. Originally, this commemorative coin was primarily used as rewards during Cixi&amp;rsquo;s birthday banquet, given to nobles and foreign diplomats, with only a small number reserved for collectors, and most were ordered to be recalled and melted down after the banquet to prevent them from entering the public domain. Today, the surviving Double Dragon Longevity coins number fewer than a hundred, making them exceedingly rare.&lt;/p&gt;&#xA;&lt;p&gt;Veteran collectors often say, &amp;ldquo;Each Double Dragon Longevity coin has its own story. It is not just a commemorative coin but a testament to Cixi&amp;rsquo;s luxurious lifestyle and a snapshot of late Qing history—this historical value is priceless.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h3 id=&#34;2-core-reasons-for-the-million-dollar-price-of-the-double-dragon-longevity-coin-scarcity--craftsmanship--historical-value&#34;&gt;(2) Core Reasons for the Million-Dollar Price of the Double Dragon Longevity Coin: Scarcity + Craftsmanship + Historical Value&#xA;&lt;/h3&gt;&lt;p&gt;The reason the Double Dragon Longevity coin can command million-dollar prices is not coincidental; it is the result of the combination of &amp;ldquo;scarcity, craftsmanship, and historical value,&amp;rdquo; all of which are essential. This is also why it surpasses all other Guangxu Yuanbao versions to become the &amp;ldquo;top-tier of the top-tier.&amp;rdquo;&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Core Reason 1: Extremely Limited Surviving Quantity, Scarcity Drives Value&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;The core logic in the collecting world is always &amp;ldquo;scarcity drives value.&amp;rdquo; As a commemorative coin for Cixi&amp;rsquo;s 70th birthday, the Double Dragon Longevity coin was minted in limited quantities, and due to the Qing court&amp;rsquo;s subsequent recall and melting, along with a century of war and loss, only a few dozen well-preserved examples exist today. Among these, those in pristine condition are even rarer, making them akin to winning the lottery.&lt;/p&gt;&#xA;&lt;p&gt;According to authoritative data in the collecting community, the total mintage of the Double Dragon Longevity coin is less than 1000 pieces. After a century of wear and tear, only a few dozen remain, most of which are held in museums or by seasoned collectors, making them extremely hard to find on the market. This extreme scarcity has made the Double Dragon Longevity coin a &amp;ldquo;treasure&amp;rdquo; that collectors scramble to acquire, naturally driving its price to astronomical heights.&lt;/p&gt;&#xA;&lt;p&gt;I know a veteran collector who has been collecting Guangxu Yuanbao for over 30 years and possesses thousands of different versions, yet he has never found a Double Dragon Longevity coin. He remarked, &amp;ldquo;Finding a Double Dragon Longevity coin is incredibly difficult. I&amp;rsquo;ve spent over a decade searching through national collecting markets and still haven&amp;rsquo;t found a single well-preserved one. Its scarcity is its core value.&amp;rdquo;&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;&lt;strong&gt;Core Reason 2: Pinnacle of Craftsmanship, Imitations Are Hard to Replicate&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;The minting craftsmanship of the Double Dragon Longevity coin is considered the pinnacle of late Qing minting techniques, and even today, it is challenging to replicate. It employs high-pressure minting processes that require exceptional standards for minting equipment, copper purity, and engraving techniques, achievable only by the top artisans at the Guangdong Mint.&lt;/p&gt;&#xA;&lt;p&gt;Every detail of the dragon motif on the Double Dragon Longevity coin is exquisitely carved, with each scale distinct and neatly arranged, sharp claws, and an imposing gaze. The &amp;ldquo;Longevity&amp;rdquo; character and fonts on the front are bold and clear, with no blurriness or roughness; the copper used is of high purity, with a warm sheen and naturally even patina, retaining its exquisite quality even after a century.&lt;/p&gt;&#xA;&lt;p&gt;This top-tier minting craftsmanship makes imitations difficult to create—most imitations on the market use standard minting processes, resulting in blurred dragon motifs, lack of three-dimensionality, rough fonts, and low copper purity. A careful inspection will reveal the flaws.&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;&lt;strong&gt;Core Reason 3: Deep Historical Value, Carrying a Century of Legend&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;The Double Dragon Longevity coin is not merely a commemorative coin but a witness to history, encapsulating a century of change and legend. As a commemorative coin for Cixi&amp;rsquo;s 70th birthday, it reflects the opulence and decay of the late Qing Dynasty, serving as a &amp;ldquo;living fossil&amp;rdquo; of modern Chinese history, carrying immense historical value.&lt;/p&gt;&#xA;&lt;p&gt;In the collecting world, &amp;ldquo;historical significance&amp;rdquo; is often a critical factor in determining a collectible&amp;rsquo;s value. The Double Dragon Longevity coin, as one of the most representative commemorative coins of the late Qing Dynasty, carries memories of Cixi&amp;rsquo;s birthday and the decay of the Qing government, making its historical value far exceed its monetary worth.&lt;/p&gt;&#xA;&lt;p&gt;Many collectors seek the Double Dragon Longevity coin not just for its potential for appreciation but to preserve a piece of history and memory. They believe that each coin carries its own story, reflecting a century of history, and this historical value is priceless.&lt;/p&gt;&#xA;&lt;h3 id=&#34;3-the-real-market-value-of-the-double-dragon-longevity-coin-condition-determines-price-differences-can-reach-hundreds-of-times&#34;&gt;(3) The Real Market Value of the Double Dragon Longevity Coin: Condition Determines Price, Differences Can Reach Hundreds of Times&#xA;&lt;/h3&gt;&lt;p&gt;Although the Double Dragon Longevity coin often sells for millions, not all of them fetch such high prices. Its value primarily depends on its condition and grading; different conditions can result in price differences of up to hundreds of times. New collectors must be clear about this to avoid being misled by inflated online prices.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Lower Grade&lt;/strong&gt; (with obvious scratches, severe oxidation, blurred dragon motifs, incomplete fonts, and damaged edges): Market price 500,000-800,000 yuan (extremely rare);&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Medium Grade&lt;/strong&gt; (with minor scratches, slight oxidation, clear dragon motifs, mostly intact fonts, and edges): Market price 800,000-1,200,000 yuan;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Upper Grade&lt;/strong&gt; (with no obvious scratches, slight oxidation, three-dimensional dragon motifs, intact fonts, and edges): Market price 1,200,000-1,500,000 yuan;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Top Graded Version&lt;/strong&gt; (PCGS MS63 or above, with no scratches, no oxidation, perfect dragon motifs, fonts, and edges): Market price 1,500,000-2,000,000 yuan (based on the 2026 sale of 1.68 million).&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;A small reminder: 99% of the &amp;ldquo;Double Dragon Longevity coins&amp;rdquo; on the market are imitations. True authentic Double Dragon Longevity coins are exceedingly rare, and ordinary people are unlikely to encounter them. Do not harbor any illusions that your coin is a &amp;ldquo;million-dollar coin.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h2 id=&#34;4-the-rust-color-code-is-older-copper-worth-more-understanding-rust-to-avoid-paying-tens-of-thousands-in-intelligence-tax&#34;&gt;4. The Rust Color Code: Is Older Copper Worth More? Understanding Rust to Avoid Paying Tens of Thousands in Intelligence Tax&#xA;&lt;/h2&gt;&lt;p&gt;Many new collectors of Guangxu Yuanbao fall into the misconception that newer coins are worth more and that cleaner coins are more valuable. In fact, the opposite is true for Guangxu Yuanbao; the rust (patina) is a testament to the passage of time and is crucial for identifying authenticity, determining age, and influencing value. A naturally patinated old copper coin is often worth more than a brand-new coin.&lt;/p&gt;&#xA;&lt;p&gt;Having endured a century, Guangxu Yuanbao will naturally oxidize, forming a thin layer of rust, known as &amp;ldquo;patina.&amp;rdquo; This patina is a natural oxidation layer formed through prolonged exposure to air and moisture, protecting the coin from further oxidation while reflecting its age and historical charm.&lt;/p&gt;&#xA;&lt;p&gt;In contrast, most imitations have artificially created patinas that appear stiff and forced, lacking the natural aging quality. By understanding the nuances of rust, you can easily identify authenticity and avoid paying tens of thousands in intelligence tax. Below, we will analyze the &amp;ldquo;time code&amp;rdquo; hidden in the rust of three Guangxu Yuanbao coins, all of which are &amp;ldquo;Guangdong Province Kuwei Seven Cash Two&amp;rdquo; versions, helping beginners easily learn.&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-authentic-patina-natural-and-warm-with-distinct-layers-coin-a&#34;&gt;(1) Authentic Patina: Natural and Warm, with Distinct Layers (Coin A)&#xA;&lt;/h3&gt;&lt;p&gt;Coin A is an authentic Guangxu Yuanbao, with its rust (patina) displaying a natural and warm hue. The central copper green is a peacock green, with even patina on the edges, oxidizing from the edges inward, layered and distinct, without noticeable spots or scratches, exuding a rich sense of history.&lt;/p&gt;&#xA;&lt;p&gt;This natural patina is formed through a century of natural oxidation, with an even color and fine texture. Gently wiping it will not cause color loss or flaking. Moreover, the color of natural patina changes with light, exhibiting different luster, something that artificial patina cannot replicate.&lt;/p&gt;&#xA;&lt;p&gt;Experts can easily identify that Coin A is older and of better quality, naturally increasing its value. An authentic Guangxu Yuanbao with natural patina is worth dozens or even hundreds of times more than a shiny imitation without patina.&lt;/p&gt;&#xA;&lt;h3 id=&#34;2-poor-patina-post-care-reverse-patina-coin-b&#34;&gt;(2) Poor Patina: Post-Care, Reverse Patina (Coin B)&#xA;&lt;/h3&gt;&lt;p&gt;Coin B is also an authentic Guangxu Yuanbao, but its patina is classified as &amp;ldquo;poor patina,&amp;rdquo; significantly lowering its value compared to Coin A. This coin&amp;rsquo;s center is shiny, lacking rust, while the edges exhibit a ring of dark brown rust, indicating a &amp;ldquo;reverse patina&amp;rdquo; caused by post-care.&lt;/p&gt;&#xA;&lt;p&gt;Many collectors, upon acquiring copper coins, feel that the rust is unattractive and scrub the surface with sandpaper or steel wool, leading to a shiny center while the edges remain partially rusted, creating an awkward contrast.&lt;/p&gt;&#xA;&lt;p&gt;This type of reverse patina damages the coin&amp;rsquo;s original state, reducing its collectible value. Although Coin B is authentic, its damaged patina lowers its market price by 30%-50% compared to Coin A, costing tens of thousands.&lt;/p&gt;&#xA;&lt;p&gt;A small reminder: When collecting Guangxu Yuanbao, be sure to protect its patina. Do not scrub or polish it casually; even if the rust appears unattractive, it is a mark of time. Preserving the original patina is essential to maintaining its collectible value.&lt;/p&gt;&#xA;&lt;h3 id=&#34;3-fake-patina-illusory-rust-easily-identifiable-coin-c&#34;&gt;(3) Fake Patina: Illusory Rust, Easily Identifiable (Coin C)&#xA;&lt;/h3&gt;&lt;p&gt;Coin C is a counterfeit Guangxu Yuanbao, with its rust being artificially created &amp;ldquo;floating rust&amp;rdquo; that reveals its flaws at first glance. This coin appears dull all over, with a loose rust layer that falls off upon touch. Gently wiping it will result in color loss or leave black marks, lacking any natural aging quality.&lt;/p&gt;&#xA;&lt;p&gt;Methods for artificially creating patina often involve soaking the coin in chemical agents or applying rust powders to induce rapid rusting. This rust appears stiff and uneven, with no layers, and can easily flake off.&lt;/p&gt;&#xA;&lt;p&gt;Many newcomers, unfamiliar with the nuances of rust, can easily be deceived by this fake patina, spending tens of thousands on an imitation, ultimately losing their investment. By closely observing, one can identify the flaws of fake patina: colors that are too dark or too bright, loose and easily detachable rust, and a lack of natural layers that appear overly forced.&lt;/p&gt;&#xA;&lt;h3 id=&#34;quick-tips-for-beginners-3-steps-to-quickly-identify-authentic-patina-and-avoid-intelligence-tax&#34;&gt;Quick Tips for Beginners: 3 Steps to Quickly Identify Authentic Patina and Avoid Intelligence Tax&#xA;&lt;/h3&gt;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Look at the Color&lt;/strong&gt;: Natural patina is even and warm, with historical charm, changing with light; fake patina appears stiff and uneven, either too dark or too bright, lacking natural luster.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Feel the Texture&lt;/strong&gt;: Natural patina has a fine texture and adheres well. Gently wiping it will not cause color loss or flaking; fake patina is loose and lacks adherence, easily flaking off upon touch.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Observe the Layers&lt;/strong&gt;: Natural patina has distinct layers, with oxidation traces spreading from the edges inward, showing clear transitions; fake patina lacks layers, with chaotic rust patterns and no transitions, appearing overly deliberate.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;5-stories-of-joy-and-regret-in-the-collecting-community-some-strike-gold-others-sell-for-pennies&#34;&gt;5. Stories of Joy and Regret in the Collecting Community: Some Strike Gold, Others Sell for Pennies&#xA;&lt;/h2&gt;&lt;p&gt;With the skyrocketing popularity of Guangxu Yuanbao, especially after the Double Dragon Longevity coin fetched 1.68 million, many amusing stories have emerged in the collecting community. Some have unexpectedly turned a Guangxu Yuanbao into a &amp;ldquo;million-dollar fortune,&amp;rdquo; while others have regrettably sold their million-dollar treasures for mere pennies, and some have blindly followed trends, falling victim to scams. These stories reflect the heated market and serve as a warning.&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-joyful-stories-finding-a-double-dragon-longevity-coin-worth-12-million&#34;&gt;(1) Joyful Stories: Finding a Double Dragon Longevity Coin Worth 1.2 Million&#xA;&lt;/h3&gt;&lt;p&gt;Last year, I met a man named Mr. Li, an ordinary office worker with no knowledge of collecting. During the Spring Festival, he returned to his hometown to clean out his old house and found a rusty Guangxu Yuanbao in an old wooden box. It looked unremarkable, and he thought it was just scrap copper, planning to sell it for a few dozen yuan.&lt;/p&gt;&#xA;&lt;p&gt;Just as he was about to sell the coin, a friend who was a collector happened to visit. Upon seeing the coin, he was excited and quickly examined it. After a few minutes, his friend exclaimed, &amp;ldquo;You are so lucky! This is actually a Guangdong Province Guangxu Yuanbao Double Dragon Longevity coin, and in decent condition, it can sell for over 1 million!&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Mr. Li couldn&amp;rsquo;t believe it, thinking his friend was joking: &amp;ldquo;This old copper piece is worth 1 million? Don&amp;rsquo;t fool me!&amp;rdquo; His friend explained the history and characteristics of the Double Dragon Longevity coin, showing him market trends and auction records on his phone. Only then did Mr. Li realize that his &amp;ldquo;old copper piece&amp;rdquo; was a &amp;ldquo;million-dollar treasure.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Following his friend&amp;rsquo;s advice, Mr. Li sent the coin to a reputable appraisal agency, where it received a PCGS MS62 rating. Soon after, a collector contacted him, willing to purchase the Double Dragon Longevity coin for 1.2 million. Mr. Li readily agreed, transforming his find into 1.2 million, equivalent to his salary over a decade.&lt;/p&gt;&#xA;&lt;p&gt;Mr. Li chuckled, &amp;ldquo;I never expected to find such a treasure while cleaning out my old house. I was just hoping for a few dozen yuan! Now I’ll never casually throw away old items again; there might be other treasures at home!&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Another story involves Ms. Chen, a retired woman who inherited a Guangxu Yuanbao from her grandfather. She kept it in her wardrobe for decades without paying much attention. Last year, after hearing that Guangxu Yuanbao was valuable, she took the coin out, snapped some photos, and sent them to a legitimate collector&amp;rsquo;s shop. The owner immediately offered her 180,000 yuan, leaving Ms. Chen stunned and unable to believe her eyes.&lt;/p&gt;&#xA;&lt;p&gt;Later, she sold the Guangxu Yuanbao for 180,000, using the money to buy a school district house for her grandson, bringing joy to her family. Ms. Chen said, &amp;ldquo;I never expected that my grandfather&amp;rsquo;s old copper piece could help solve such a big problem. It truly is a family heirloom!&amp;rdquo;&lt;/p&gt;&#xA;&lt;h3 id=&#34;2-regretful-stories-selling-a-million-dollar-treasure-for-500-yuan&#34;&gt;(2) Regretful Stories: Selling a Million-Dollar Treasure for 500 Yuan&#xA;&lt;/h3&gt;&lt;p&gt;With joy comes regret. In the collecting community, the most regrettable stories involve people who, not understanding the market, sold million-dollar treasures for mere pennies, only to see the soaring prices later and lament their decisions.&lt;/p&gt;&#xA;&lt;p&gt;I know a collector named Mr. Zhao, who has been collecting Guangxu Yuanbao for over 30 years. He once owned a top-quality Double Dragon Longevity coin, which he purchased from an elderly person for 2000 yuan twenty years ago. In 2010, an antique dealer approached him, offering 500 yuan for the Double Dragon Longevity coin. Mr. Zhao, not understanding the versions and conditions, thought 500 yuan was a good deal and sold it without hesitation.&lt;/p&gt;&#xA;&lt;p&gt;It wasn&amp;rsquo;t until 2026 that he learned of the 1.68 million sale of the Double Dragon Longevity coin, realizing that he had sold a top-quality version for just 500 yuan, which today would fetch at least 1.5 million. Mr. Zhao lamented, &amp;ldquo;If only I had understood the market back then, I wouldn&amp;rsquo;t have been so foolish to sell a million-dollar treasure for 500 yuan. It was a moment of ignorance that cost me a fortune!&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Another story involves a young man who was given a Guangxu Yuanbao by his grandfather. Thinking it was ugly and rusty, he carelessly tossed it aside. Later, during a home renovation, he mistook the coin for scrap and sold it for 5 yuan.&lt;/p&gt;&#xA;&lt;p&gt;Last year, after hearing about the value of Guangxu Yuanbao online, he hurried to the scrap yard to find the coin, but it had already been sold. He said, &amp;ldquo;Looking back, I regret it so much. If I had just taken care of it, it could have been worth tens of thousands today. Even if I didn&amp;rsquo;t sell it, keeping it as a family heirloom would have been great. It was a careless mistake that cost me a fortune!&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Such regrets abound in the collecting community. Many people once thought Guangxu Yuanbao was just ordinary scrap copper, worth little, and either tossed it aside or were tricked into selling it cheaply by antique dealers. They never imagined that decades later, these seemingly insignificant &amp;ldquo;scrap copper pieces&amp;rdquo; would become &amp;ldquo;high-priced treasures&amp;rdquo; in the collecting market, with their value skyrocketing.&lt;/p&gt;&#xA;&lt;p&gt;This serves as a reminder that the value of old items lies not only in their scarcity but also in their irreplaceability; once lost, they can never be recovered. If you have Guangxu Yuanbao at home, do not casually discard or sell it cheaply. Take a few minutes to understand the versions, assess their condition, and gauge the market before making a decision.&lt;/p&gt;&#xA;&lt;h3 id=&#34;3-warning-stories-beware-of-scams-in-collecting&#34;&gt;(3) Warning Stories: Beware of Scams in Collecting&#xA;&lt;/h3&gt;&lt;p&gt;With the explosive popularity of Guangxu Yuanbao, especially after the Double Dragon Longevity coin fetched 1.68 million, many unscrupulous individuals have seen an opportunity and started various scams to deceive inexperienced collectors into paying &amp;ldquo;intelligence tax.&amp;rdquo; I have summarized several common scams that everyone should be wary of to avoid being cheated.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Scam 1: Price Inflation, Exaggerating Value&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Many scammers post online, claiming that &amp;ldquo;all Guangxu Yuanbao can sell for 1 million&amp;rdquo; or &amp;ldquo;ordinary Guangxu Yuanbao can sell for 500,000,&amp;rdquo; inflating the value to attract new collectors and then persuading them to buy their &amp;ldquo;fake coins&amp;rdquo; or &amp;ldquo;inferior coins,&amp;rdquo; or luring them into participating in so-called &amp;ldquo;auction events&amp;rdquo; with high fees.&lt;/p&gt;&#xA;&lt;p&gt;In reality, 99% of Guangxu Yuanbao on the market are ordinary circulating versions, with average conditions only worth a few thousand to tens of thousands. Only top-tier specimens like the Double Dragon Longevity coin are priced above 1 million, which ordinary people are unlikely to encounter. New collectors must view these inflated prices rationally and avoid being misled by online hype.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Scam 2: Selling Fakes as Real, Deceiving New Collectors&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Some scammers produce counterfeit Guangxu Yuanbao, especially fake Double Dragon Longevity coins, mimicking the designs, colors, and patinas of authentic coins, even forging grading certificates to sell them at low prices, claiming they are &amp;ldquo;authentic Guangxu Yuanbao&amp;rdquo; worth over 1 million. Many new collectors, unfamiliar with identification, easily fall for this and end up buying fakes, losing their investments.&lt;/p&gt;&#xA;&lt;p&gt;I recall a year when a friend of mine bought a &amp;ldquo;Double Dragon Longevity&amp;rdquo; coin online for 300,000 yuan. Upon returning home and examining it with a magnifying glass, he found the dragon motifs were blurred and the patina was stiff, realizing he had been scammed, which left him furious. Later, he had it appraised and discovered it was merely a counterfeit made from ordinary copper, costing less than 100 yuan.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Scam 3: Laser Modifications, Selling Inferior as Premium&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This is one of the most common scams in the collecting community. Some scammers take an ordinary Guangxu Yuanbao, use a laser machine to modify the fonts, patterns, and dragon motifs, turning a standard version into a rare one, and then artificially age it to create a fake patina, selling it as a &amp;ldquo;rare treasure&amp;rdquo; at a high price.&lt;/p&gt;&#xA;&lt;p&gt;Such modified coins will reveal obvious signs of alteration under magnification, with stiff lines and unnatural features, and the patina will appear forced and stiff. New collectors must be cautious and avoid buying Guangxu Yuanbao from strangers to prevent being scammed.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Scam 4: Fake Grading, Cheating for Money&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Some scammers forge grading certificates from reputable appraisal agencies, falsely labeling ordinary Guangxu Yuanbao or even counterfeit coins as &amp;ldquo;PCGS MS63&amp;rdquo; or &amp;ldquo;MS64,&amp;rdquo; then selling them at high prices, claiming they are &amp;ldquo;top-tier rare versions&amp;rdquo; worth over 1 million.&lt;/p&gt;&#xA;&lt;p&gt;New collectors must verify grading certificates, as legitimate ones have unique identification numbers that can be checked on official websites. If the number cannot be verified or does not match the actual coin, it is likely a forgery. When purchasing Guangxu Yuanbao with grading certificates, always check the grading number on the official website to confirm its authenticity before proceeding with the transaction.&lt;/p&gt;&#xA;&lt;p&gt;I want to remind everyone: collecting carries risks, and following trends requires caution. If you wish to collect Guangxu Yuanbao, first educate yourself about the relevant knowledge, learn to identify authenticity and distinguish versions, avoid blindly following trends, and never trust inflated online prices. If you&amp;rsquo;re uncertain about the authenticity or value of your Guangxu Yuanbao, consult reputable collector shops or professional appraisal agencies for assistance.&lt;/p&gt;&#xA;&lt;h2 id=&#34;6-practical-tips-4-steps-to-quickly-identify-authentic-guangxu-yuanbao-even-beginners-can-learn&#34;&gt;6. Practical Tips: 4 Steps to Quickly Identify Authentic Guangxu Yuanbao, Even Beginners Can Learn&#xA;&lt;/h2&gt;&lt;p&gt;Many people own Guangxu Yuanbao but are unsure of their authenticity or value. In fact, determining the authenticity of Guangxu Yuanbao is not difficult; you don&amp;rsquo;t need professional appraisal tools or experts. By mastering these four simple techniques, even beginners can easily learn to avoid being deceived by counterfeit coins.&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-examine-the-appearance-authentic-coins-have-clear-details-counterfeits-are-blurred-and-rough&#34;&gt;(1) Examine the Appearance: Authentic Coins Have Clear Details, Counterfeits Are Blurred and Rough&#xA;&lt;/h3&gt;&lt;p&gt;Authentic Guangxu Yuanbao, whether ordinary or rare versions, exhibit clear details and smooth lines, without blurriness or deformation. The four characters &amp;ldquo;Guangxu Yuanbao&amp;rdquo; on the front are bold and clear, with sharp edges and no roughness; the minting province/bureau and denomination fonts are also clear and neatly arranged. The dragon motifs on the reverse are finely detailed, with clear scales, claws, and tails, all distinctly visible.&lt;/p&gt;&#xA;&lt;p&gt;In contrast, counterfeit Guangxu Yuanbao often have blurred and rough details, with stiff lines lacking fluidity. The &amp;ldquo;Guangxu Yuanbao&amp;rdquo; font may be unclear or deformed, with rough edges; the minting province/bureau and denomination fonts may be jumbled or even contain typos. The dragon motifs may have merged scales, deformed claws, and blurred tails, appearing as if they were merely stamped, with significant detail loss.&lt;/p&gt;&#xA;&lt;p&gt;Additionally, the diameter, thickness, and weight of authentic Guangxu Yuanbao adhere to fixed standards. For example, the ten-cash version has a diameter of approximately 28 mm, a thickness of about 1.5 mm, and a weight of around 7.2 grams, with a tolerance of no more than 0.3 grams. Counterfeit coins often deviate from these measurements, either being too large or too small, which can be felt by hand.&lt;/p&gt;&#xA;&lt;h3 id=&#34;2-examine-the-edge-authentic-coins-have-regular-textured-edges-counterfeits-are-rough-and-irregular&#34;&gt;(2) Examine the Edge: Authentic Coins Have Regular, Textured Edges, Counterfeits Are Rough and Irregular&#xA;&lt;/h3&gt;&lt;p&gt;The edge is a critical factor in determining the authenticity of Guangxu Yuanbao. Authentic Guangxu Yuanbao have neatly arranged edges with clear textures, evenly spaced grooves, and a tactile sense of depth without burrs or roughness. Different mints may have variations in edge design, but they all follow fixed patterns; for instance, the Guangdong version has fine, closely spaced grooves, while the Hubei version has slightly coarser, evenly spaced grooves.&lt;/p&gt;&#xA;&lt;p&gt;Counterfeit Guangxu Yuanbao often have rough, irregular edges, with blurred grooves and uneven spacing. Touching them may reveal either excessive smoothness without depth or noticeable burrs and roughness. Some counterfeit rare versions may have poorly mimicked edges, making them easy to identify.&lt;/p&gt;&#xA;&lt;h3 id=&#34;3-examine-the-patina-authentic-coins-have-natural-warm-patina-counterfeits-have-stiff-forced-patina&#34;&gt;(3) Examine the Patina: Authentic Coins Have Natural, Warm Patina, Counterfeits Have Stiff, Forced Patina&#xA;&lt;/h3&gt;&lt;p&gt;Patina is a key factor in determining the authenticity of Guangxu Yuanbao. Authentic Guangxu Yuanbao have patina formed through natural oxidation, exhibiting warm hues without harsh brightness, displaying natural copper greens and light browns. The patina is even, without noticeable spots or scratches, appearing pleasant and rich in historical charm. Gently wiping it will not cause color loss or flaking, and the texture is fine with good adherence.&lt;/p&gt;&#xA;&lt;p&gt;In contrast, counterfeit Guangxu Yuanbao often have artificially created patina that appears stiff and forced, with colors that are either too bright or too dark, lacking natural aging quality. Artificial patina is often uneven, with noticeable spots and scratches, and gently touching it may result in color loss.&lt;/p&gt;&#xA;&lt;p&gt;A useful tip for identifying patina authenticity is to gently wipe the surface of the coin with a soft cloth. If it is natural patina, the surface will remain warm and glossy without color loss; if it is artificial, color loss will occur, and the surface will become dull.&lt;/p&gt;&#xA;&lt;h3 id=&#34;4-listen-to-the-sound-authentic-coins-produce-a-clear-pleasant-sound-counterfeits-sound-dull-and-muffled&#34;&gt;(4) Listen to the Sound: Authentic Coins Produce a Clear, Pleasant Sound, Counterfeits Sound Dull and Muffled&#xA;&lt;/h3&gt;&lt;p&gt;Authentic Guangxu Yuanbao are made from high-purity copper, which is soft. When two authentic Guangxu Yuanbao are gently struck together, they produce a clear, ringing sound, pleasant to the ear without dullness or muffled tones, and the sound lasts longer.&lt;/p&gt;&#xA;&lt;p&gt;In contrast, counterfeit Guangxu Yuanbao are often made from low-purity copper mixed with iron or lead, making them hard. When two counterfeit coins are struck together, they produce a dull, thudding sound, lacking clarity, and the sound dissipates quickly.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Supplement&lt;/strong&gt;: If you use the above four techniques and still cannot determine the authenticity of your Guangxu Yuanbao or want to know its specific value, consult reputable collector shops or professional appraisal agencies for reliable assistance to avoid being scammed.&lt;/p&gt;&#xA;&lt;h2 id=&#34;7-real-market-value-exposed-guangxu-yuanbao-price-list-for-2026-dont-be-misled-again&#34;&gt;7. Real Market Value Exposed: Guangxu Yuanbao Price List for 2026, Don&amp;rsquo;t Be Misled Again&#xA;&lt;/h2&gt;&lt;p&gt;Many people are most concerned about the question: How much is my Guangxu Yuanbao worth? To provide clarity on the real market value of Guangxu Yuanbao in 2026, I have compiled a detailed price list covering different provinces, versions, and conditions. You can refer to this list to assess the value of your coins and avoid being misled by inflated prices online.&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-ordinary-circulating-guangxu-yuanbao-common-versions&#34;&gt;(1) Ordinary Circulating Guangxu Yuanbao (Common Versions)&#xA;&lt;/h3&gt;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Lower Grade&lt;/strong&gt; (with obvious scratches, severe oxidation, blurred dragon motifs, incomplete fonts, and damaged edges): Market price 3000-10,000 yuan each;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Medium Grade&lt;/strong&gt; (with minor scratches, slight oxidation, clear dragon motifs, mostly intact fonts, and edges): Market price 10,000-50,000 yuan each;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Upper Grade&lt;/strong&gt; (with no obvious scratches, slight oxidation, clear dragon motifs, intact fonts, and edges, with natural patina): Market price 50,000-150,000 yuan each;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Exceptional Grade&lt;/strong&gt; (nearly uncirculated, with no scratches or oxidation, even patina, perfect dragon motifs, fonts, and edges): Market price 150,000-300,000 yuan each (extremely rare).&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h3 id=&#34;2-scarce-versions-of-guangxu-yuanbao-non-double-dragon-longevity&#34;&gt;(2) Scarce Versions of Guangxu Yuanbao (Non-Double Dragon Longevity)&#xA;&lt;/h3&gt;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Hubei Province Guangxu Yuanbao (Kuwait Seven Cash Two)&lt;/strong&gt;: Market price 300,000-800,000 yuan each (varying prices based on condition);&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Jiangsu Province Guangxu Yuanbao (Kuwait Seven Cash Two)&lt;/strong&gt;: Market price 250,000-700,000 yuan each;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Zhejiang Province Guangxu Yuanbao (Kuwait Seven Cash Two)&lt;/strong&gt;: Market price 200,000-600,000 yuan each;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Trial Versions and Sample Coins (Various Provinces)&lt;/strong&gt;: Market price 800,000-2,000,000 yuan each (extremely rare).&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h3 id=&#34;3-top-tier-treasures-guangdong-province-double-dragon-longevity-coin&#34;&gt;(3) Top-Tier Treasures: Guangdong Province &amp;ldquo;Double Dragon Longevity&amp;rdquo; Coin&#xA;&lt;/h3&gt;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Lower Grade&lt;/strong&gt; (with obvious scratches, severe oxidation, blurred dragon motifs, incomplete fonts, and damaged edges): Market price 500,000-800,000 yuan each (extremely rare);&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Medium Grade&lt;/strong&gt; (with minor scratches, slight oxidation, clear dragon motifs, mostly intact fonts, and edges, with natural patina): Market price 800,000-1,200,000 yuan each;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Upper Grade&lt;/strong&gt; (with no obvious scratches, slight oxidation, three-dimensional dragon motifs, intact fonts, and edges, with even and warm patina): Market price 1,200,000-1,500,000 yuan each;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Top Graded Version&lt;/strong&gt; (PCGS MS63 or above, with no scratches, no oxidation, perfect dragon motifs, fonts, and edges): Market price 1,500,000-2,000,000 yuan each (based on the 2026 sale of 1.68 million).&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h3 id=&#34;important-reminders&#34;&gt;Important Reminders:&#xA;&lt;/h3&gt;&lt;ol&gt;&#xA;&lt;li&gt;The prices listed above reflect the real market conditions as of April 2026 and are for reference only. Prices may fluctuate based on market supply and demand, condition, and grading scores, and are not fixed;&lt;/li&gt;&#xA;&lt;li&gt;The province, version, condition, and grading of Guangxu Yuanbao are key factors in determining prices. Coins of the same province and version will have higher prices with better condition and higher grading scores, with differences potentially reaching dozens of times.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;</description>
        </item><item>
            <title>What is Vibe Coding? A New Paradigm in Programming</title>
            <link>https://gameflycenter.com/posts/note-5809ce255e/</link>
            <pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-5809ce255e/</guid>
            <description>&lt;h2 id=&#34;what-is-vibe-coding&#34;&gt;What is Vibe Coding?&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Vibe Coding&lt;/strong&gt;, literally translated as &amp;ldquo;atmosphere programming,&amp;rdquo; was first proposed by Andrej Karpathy, co-founder of OpenAI and former AI director at Tesla, in February 2025. In 2025, it was named the word of the year by Collins Dictionary, even surpassing the buzz around &amp;ldquo;AI&amp;rdquo; itself.&lt;/p&gt;&#xA;&lt;p&gt;The core concept is simple: use &lt;strong&gt;natural language to describe intentions and let AI write the code&lt;/strong&gt;, while humans are responsible for reviewing and guiding the process. Karpathy described it as:&lt;/p&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;&amp;ldquo;You are completely immersed in the vibe, forgetting the existence of code. You look at things, talk, run programs, copy and paste, and most of the time it just works.&amp;rdquo;&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;p&gt;This might sound like a fantasy, but data shows that &lt;strong&gt;92% of American developers have adopted some form of Vibe Coding&lt;/strong&gt;. This is not a niche experiment; it is a transformation happening in the industry.&lt;/p&gt;&#xA;&lt;h2 id=&#34;three-core-elements&#34;&gt;Three Core Elements&#xA;&lt;/h2&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Prompt-Driven&lt;/strong&gt;: Developers describe &amp;ldquo;what they want&amp;rdquo; in natural language, focusing on intent rather than syntax. You don’t need to know how to implement it; you just need to clarify the goal.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Multi-Agent Collaboration&lt;/strong&gt;: Multiple AI roles, such as planners, coders, testers, and debuggers, work together to form a complete development pipeline.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Backend Model Capability Boundaries&lt;/strong&gt;: The complexity of problems Vibe Coding can solve directly depends on the AI model&amp;rsquo;s capability limits.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;three-generations-of-programming-paradigms&#34;&gt;Three Generations of Programming Paradigms&#xA;&lt;/h2&gt;&lt;p&gt;Let’s rewind to the year 2000. Back then, writing code was an &amp;ldquo;exclusive skill&amp;rdquo; for programmers—requiring mastery of syntax, familiarity with APIs, and understanding framework details. Every character was typed by hand, and every bug had to be debugged by the programmer.&lt;/p&gt;&#xA;&lt;p&gt;Then, AI-assisted programming tools emerged. GitHub Copilot came into play, automatically completing code snippets as you typed. However, at this stage, &lt;strong&gt;humans were still at the core, with AI as a co-pilot&lt;/strong&gt;—you still needed to know how to write, just with less typing.&lt;/p&gt;&#xA;&lt;p&gt;Vibe Coding represents a complete paradigm shift:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Dimension&lt;/th&gt;&#xA;          &lt;th&gt;Traditional Manual Coding&lt;/th&gt;&#xA;          &lt;th&gt;AI-Assisted (Copilot)&lt;/th&gt;&#xA;          &lt;th&gt;Vibe Coding&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Core Logic&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Human defines requirements&lt;/td&gt;&#xA;          &lt;td&gt;Handwrite all code&lt;/td&gt;&#xA;          &lt;td&gt;Human leads the process&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Human-Machine Roles&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Human is the executor&lt;/td&gt;&#xA;          &lt;td&gt;Machine is a tool&lt;/td&gt;&#xA;          &lt;td&gt;Human is the decision-maker/director, AI is the execution partner&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Skill Requirements&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Proficient in syntax, API, framework details&lt;/td&gt;&#xA;          &lt;td&gt;Master coding, use AI for efficiency&lt;/td&gt;&#xA;          &lt;td&gt;Precise requirement breakdown, architectural thinking, code review&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;In simple terms: &lt;strong&gt;traditional programming is &amp;ldquo;I teach you how to do it,&amp;rdquo; AI assistance is &amp;ldquo;you help me complete it,&amp;rdquo; while Vibe Coding is &amp;ldquo;you do it all for me.&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;426px&#34; data-flex-grow=&#34;177&#34; height=&#34;450&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-5809ce255e/img-4708853604.jpeg&#34; width=&#34;800&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-is-it-gaining-popularity&#34;&gt;Why is it Gaining Popularity?&#xA;&lt;/h2&gt;&lt;p&gt;The rise of Vibe Coding is not coincidental; it is a result of multiple converging factors:&lt;/p&gt;&#xA;&lt;h3 id=&#34;efficiency-revolution&#34;&gt;Efficiency Revolution&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Prototype development efficiency has increased by 5-10 times&lt;/strong&gt;, with over 70% of repetitive coding tasks handed over to AI. This means that what used to take a week to complete can now be done in just a few hours.&lt;/p&gt;&#xA;&lt;p&gt;Predictions indicate that the &lt;strong&gt;global AI-assisted programming tools market will reach $8.5 billion by 2026&lt;/strong&gt;. This is not a small-scale operation but a multi-billion dollar market.&lt;/p&gt;&#xA;&lt;h3 id=&#34;lower-barriers-to-entry&#34;&gt;Lower Barriers to Entry&#xA;&lt;/h3&gt;&lt;p&gt;In the past, &amp;ldquo;not knowing how to code&amp;rdquo; meant being out of reach of software development. Now, anyone who can clearly express their needs in natural language can potentially create a usable software product. &lt;strong&gt;The barrier to programming has shifted from &amp;ldquo;knowing how to write code&amp;rdquo; to &amp;ldquo;knowing how to communicate.&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;flow-experience&#34;&gt;Flow Experience&#xA;&lt;/h3&gt;&lt;p&gt;Traditional programming requires frequent context switching—writing code, checking documentation, debugging, etc. This fragmented thinking can be exhausting. Vibe Coding allows you to &lt;strong&gt;immerse yourself in the thought of &amp;ldquo;what you want&amp;rdquo;&lt;/strong&gt; rather than the details of &amp;ldquo;how to implement it.&amp;rdquo; This flow experience is why many developers find it irresistible.&lt;/p&gt;&#xA;&lt;h2 id=&#34;mainstream-tools-overview&#34;&gt;Mainstream Tools Overview&#xA;&lt;/h2&gt;&lt;p&gt;There are many tools for Vibe Coding, each with different positioning and applicable scenarios:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Cursor&lt;/strong&gt; ($20/month): The most mature AI code editor, with a &amp;ldquo;Composer&amp;rdquo; mode supporting multi-file generation and editing, suitable for deep users.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Claude Code&lt;/strong&gt; (CLI): Terminal-level AI programming assistant, suitable for complex tasks, supports file system operations.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Trae&lt;/strong&gt; (ByteDance, free): User-friendly in China, Chinese UI, completely free, the best cost-performance ratio.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Lovable&lt;/strong&gt;: Quickly generates UI + Supabase backend, suitable for full-stack prototypes.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Bolt.new&lt;/strong&gt;: Runs in the browser, the fastest from idea to prototype.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;v0&lt;/strong&gt; (Vercel): Focuses on UI component generation, designer-friendly.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;GitHub Copilot&lt;/strong&gt;: The most widely adopted AI programming assistant with a mature ecosystem.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;recommendations&#34;&gt;Recommendations&#xA;&lt;/h3&gt;&lt;p&gt;Beginners are recommended to start with Trae (free) or Bolt.new (browser access); experienced developers can try Cursor or Claude Code.&lt;/p&gt;&#xA;&lt;h2 id=&#34;quick-reference-for-applicable-scenarios&#34;&gt;Quick Reference for Applicable Scenarios&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;✅ Highly Suitable&lt;/strong&gt;: Rapid prototyping, repetitive development, generating test cases (saves 70% time)&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;⚡ Marginally Suitable&lt;/strong&gt;: Ordinary component development, simple API integration (saves 50% time)&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;❌ Not Suitable&lt;/strong&gt;: Complex business logic, performance optimization, architectural design, security-sensitive scenarios&lt;/p&gt;&#xA;&lt;h2 id=&#34;controversies-and-risks-critical-reflections-amidst-the-excitement&#34;&gt;Controversies and Risks: Critical Reflections Amidst the Excitement&#xA;&lt;/h2&gt;&lt;p&gt;Vibe Coding is not a silver bullet. Beneath its glow lie several risks.&lt;/p&gt;&#xA;&lt;h3 id=&#34;spaghetti-code-risk&#34;&gt;&amp;ldquo;Spaghetti Code&amp;rdquo; Risk&#xA;&lt;/h3&gt;&lt;p&gt;The biggest issue with AI-generated code is: &lt;strong&gt;&amp;ldquo;as long as it runs, it&amp;rsquo;s fine.&amp;rdquo;&lt;/strong&gt; It does not consider long-term maintainability, architectural elegance, or proactively optimize performance. As projects become more complex, these technical debts can snowball.&lt;/p&gt;&#xA;&lt;p&gt;The controversy surrounding the 19,000-line PR in Node.js revolves around this—while the code was written by AI, the maintenance falls on humans.&lt;/p&gt;&#xA;&lt;h3 id=&#34;developer-skill-degradation&#34;&gt;Developer Skill Degradation&#xA;&lt;/h3&gt;&lt;p&gt;This is not an alarmist statement. A Japanese developer named &lt;strong&gt;Pia Torain&lt;/strong&gt; shared her experience on Twitter: &lt;strong&gt;after using AI programming tools for four months, she found she had &amp;ldquo;lost the ability to write code.&amp;rdquo;&lt;/strong&gt; Not that she couldn&amp;rsquo;t do it at all, but she was no longer accustomed to that way of thinking.&lt;/p&gt;&#xA;&lt;p&gt;Over-reliance on AI completion may cause programmers to lose their &amp;ldquo;touch.&amp;rdquo; It’s akin to how people who use navigation apps may lose their ability to navigate independently.&lt;/p&gt;&#xA;&lt;h3 id=&#34;context-forgetting&#34;&gt;Context Forgetting&#xA;&lt;/h3&gt;&lt;p&gt;AI models have context window limitations. As projects grow larger, the AI may &amp;ldquo;forget&amp;rdquo; previous settings, leading to inconsistent code styles and logical contradictions. This is particularly evident in large projects.&lt;/p&gt;&#xA;&lt;h3 id=&#34;security-and-compliance&#34;&gt;Security and Compliance&#xA;&lt;/h3&gt;&lt;p&gt;AI-generated code may contain security vulnerabilities and could involve copyright conflicts (since training data may include open-source code). Therefore, &lt;strong&gt;manual review remains essential&lt;/strong&gt; before use.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;240px&#34; data-flex-grow=&#34;100&#34; height=&#34;1024&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-5809ce255e/img-41400ef6d3.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-5809ce255e/img-41400ef6d3_hu_2a42651006d13e67.jpeg 800w, https://gameflycenter.com/posts/note-5809ce255e/img-41400ef6d3.jpeg 1024w&#34; width=&#34;1024&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-to-use-vibe-coding-correctly&#34;&gt;How to Use Vibe Coding Correctly?&#xA;&lt;/h2&gt;&lt;p&gt;Renowned developer &lt;strong&gt;Simon Willison&lt;/strong&gt; made a key distinction:&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;Using LLM to build software without reviewing the code is what Vibe Coding is about.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;The difference lies in whether you are responsibly using AI assistance or blindly trusting AI.&lt;/p&gt;&#xA;&lt;h3 id=&#34;five-step-workflow&#34;&gt;Five-Step Workflow&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;1. Clearly Define Requirements&lt;/strong&gt;&lt;br&gt;&#xA;Use natural language to accurately describe what you want, including inputs, outputs, and edge cases.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;2. Let AI Generate Code&lt;/strong&gt;&lt;br&gt;&#xA;Provide AI with sufficient information and context, stating specific requirements.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;3. Manually Review Code&lt;/strong&gt;&lt;br&gt;&#xA;Check the logic, security, performance, and maintainability line by line.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;4. Run Tests to Validate&lt;/strong&gt;&lt;br&gt;&#xA;Execute the code and verify if the output meets expectations.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;5. Iterate and Optimize&lt;/strong&gt;&lt;br&gt;&#xA;Provide feedback to AI based on results, continuing adjustments until satisfied.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Core Principle: You are the director, not the audience.&lt;/strong&gt; Every character generated by AI requires your review. Do not blindly copy and paste; the responsibility for the code always lies with you.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-future-of-programmers-extinction-or-evolution&#34;&gt;The Future of Programmers: Extinction or Evolution?&#xA;&lt;/h2&gt;&lt;p&gt;With every technological revolution, there are concerns that &amp;ldquo;some professions will disappear.&amp;rdquo; Did typists vanish? Did telephone operators disappear? Did carriage drivers disappear? The answer is: &lt;strong&gt;old professions will transform, and new professions will emerge.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;The trend of Vibe Coding is clear: &lt;strong&gt;low-value &amp;ldquo;code typists&amp;rdquo; will disappear&lt;/strong&gt;—those who repeatedly write similar code will be outperformed by AI.&lt;/p&gt;&#xA;&lt;p&gt;At the same time, &lt;strong&gt;high-value &amp;ldquo;system architects&amp;rdquo; and &amp;ldquo;AI orchestrators&amp;rdquo; will become more scarce.&lt;/strong&gt; Because:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;AI can generate code but cannot replace human business understanding and product thinking.&lt;/li&gt;&#xA;&lt;li&gt;AI can execute tasks but cannot make &amp;ldquo;should we do this&amp;rdquo; decisions.&lt;/li&gt;&#xA;&lt;li&gt;AI can optimize parts but cannot control overall architecture.&lt;/li&gt;&#xA;&lt;li&gt;AI-generated code still requires human review; only those who understand code can effectively review it.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;the-ultimate-shift-in-programming&#34;&gt;The Ultimate Shift in Programming&#xA;&lt;/h2&gt;&lt;p&gt;In the future, the core capability of programming will shift from &lt;strong&gt;&amp;ldquo;how to implement&amp;rdquo;&lt;/strong&gt; to &lt;strong&gt;&amp;ldquo;what to want.&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Developers need to upgrade their role positioning: from &amp;ldquo;code writers&amp;rdquo; to &lt;strong&gt;&amp;ldquo;intent architects&amp;rdquo;&lt;/strong&gt; and &lt;strong&gt;&amp;ldquo;AI coaches.&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;New Core Competencies:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Precise requirement breakdown capability&lt;/li&gt;&#xA;&lt;li&gt;System architecture design thinking&lt;/li&gt;&#xA;&lt;li&gt;AI prompt engineering&lt;/li&gt;&#xA;&lt;li&gt;Code review and quality control&lt;/li&gt;&#xA;&lt;li&gt;Business understanding and product thinking&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Vibe Coding is not the end of programming but a new starting point. It liberates human creativity, allowing us to focus on &lt;strong&gt;what truly matters&lt;/strong&gt;—the way to solve problems, not the code that solves them.&lt;/p&gt;&#xA;&lt;p&gt;In the face of this transformation, &lt;strong&gt;those who refuse to learn will be eliminated, and those who blindly worship will fall into traps.&lt;/strong&gt; True experts will turn AI into their superpower while maintaining their ability to think independently.&lt;/p&gt;&#xA;&lt;p&gt;After all, &lt;strong&gt;AI can write code for you, but it cannot think for you.&lt;/strong&gt;&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Andrej Karpathy Discusses Agentic Engineering and AI&#39;s Future</title>
            <link>https://gameflycenter.com/posts/note-3c5b183065/</link>
            <pubDate>Thu, 30 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-3c5b183065/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;On April 29, Andrej Karpathy, a key figure in the development of Tesla&amp;rsquo;s Autopilot and a significant player at OpenAI, spoke at an event hosted by AI Sent. He delved into the technological leaps of current AI agents and their profound impacts on software and hardware ecosystems.&lt;/p&gt;&#xA;&lt;p&gt;Karpathy introduced the concept of &amp;ldquo;agentic engineering&amp;rdquo; to differentiate it from last year&amp;rsquo;s &amp;ldquo;vibe coding,&amp;rdquo; with the former referring to the continuation and acceleration of quality standards in professional software development.&lt;/p&gt;&#xA;&lt;h2 id=&#34;key-concepts&#34;&gt;Key Concepts&#xA;&lt;/h2&gt;&lt;p&gt;In terms of productivity, which is a primary concern for the market, Karpathy distinguished between two core concepts: &amp;ldquo;vibe coding&amp;rdquo; and &amp;ldquo;agentic engineering.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Karpathy hinted at the existence of numerous high-value, verifiable reinforcement learning environments that remain largely unaddressed by leading labs, presenting a vast blue ocean for startups to fine-tune and monetize.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-conversation&#34;&gt;The Conversation&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; We are honored to welcome our first special guest. He has played a pivotal role in building modern AI and is dedicated to explaining it, sometimes even renaming it. He is one of the co-founders of OpenAI, where he helped launch the company and was instrumental in making Tesla&amp;rsquo;s autonomous driving system operational. He possesses a rare talent for making complex technological changes sound straightforward and logical. Many are aware that he coined the term &amp;ldquo;vibe coding&amp;rdquo; last year. However, in recent months, he made a surprising statement: he has never felt more outdated as a programmer than he does now. Let&amp;rsquo;s start our conversation from here. Andre, thank you for being here.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Andrej Karpathy:&lt;/strong&gt; Hello, I’m glad to be here to kick things off.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; Just a few months ago, you mentioned feeling more outdated as a programmer than ever. Hearing this from you is quite surprising. Can you share your feelings behind this? Is it excitement or unease?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Andrej Karpathy:&lt;/strong&gt; It’s both. Like many, I’ve been using various agent tools over the past year, like Claude Code. It performs well with code snippets, although it sometimes makes mistakes that require manual fixes, but overall, it’s quite helpful.&lt;/p&gt;&#xA;&lt;p&gt;Last December marked a significant turning point for me. I was on vacation with more time to reflect, and I noticed that with the latest models, the code snippets produced were correct directly, and I kept asking for more, and they remained correct. I can hardly remember the last time I corrected it. I began to trust the system more and entered a state of &amp;ldquo;vibe coding.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;That was a very distinct shift. I tried to emphasize this on Twitter (now X), as many people&amp;rsquo;s interactions with AI last year were still at the level of using ChatGPT. However, a reevaluation is necessary, especially since December, when a fundamental change occurred—particularly in the dimension of agent workflows, which became genuinely usable. Since then, I&amp;rsquo;ve dived deep into this rabbit hole, and my side project folder is filled with various oddities as I continuously use AI to write code. That’s roughly what happened in December. Since then, I&amp;rsquo;ve been observing and contemplating its impacts.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-evolution-of-software&#34;&gt;The Evolution of Software&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; You’ve discussed the idea that &amp;ldquo;LLMs are a new type of computer&amp;rdquo;—not just better software but a new computing paradigm. Software 1.0 had explicit rules, Software 2.0 involved learned weights, and Software 3.0 is where we are now. If this framework is correct, what different practices would a team adopt when they genuinely believe in this shift?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Andrej Karpathy:&lt;/strong&gt; Yes, indeed. In the Software 1.0 phase, I was writing code; in Software 2.0, I was programming by building datasets and training neural networks, where programming became about organizing datasets, designing objective functions, and neural network architectures.&lt;/p&gt;&#xA;&lt;p&gt;What happens next is that when you train these GPT models or large language models on a sufficient number of tasks, they must complete all tasks in the dataset due to training on the entire internet, making them, in a sense, a programmable computer.&lt;/p&gt;&#xA;&lt;p&gt;In the Software 3.0 phase, your &amp;ldquo;programming&amp;rdquo; shifts to &amp;ldquo;prompt engineering,&amp;rdquo; where the content in the context window acts as the lever for manipulating the interpreter—the LLM that interprets your context and executes computations in the digital information space. This is essentially the nature of this transformation.&lt;/p&gt;&#xA;&lt;p&gt;Several examples have deepened my understanding of this, and I think they are worth sharing.&lt;/p&gt;&#xA;&lt;p&gt;When OpenClaw was released, you would typically expect to install it using a shell script. However, to accommodate various platforms and types of computers, such shell scripts often become extremely bulky and complex. The installation method for OpenClaw, however, is to copy a segment of text to your agent, which then completes the installation. This method is far more powerful because you operate under the Software 3.0 paradigm, not needing to specify every configuration detail precisely. The agent possesses its own intelligence; it understands the instructions, observes your operating environment, takes intelligent actions to get everything running, and autonomously debugs in a loop. This is immensely powerful.&lt;/p&gt;&#xA;&lt;p&gt;Another more extreme example comes from my experience building MenuGen. The idea behind MenuGen is that when you go to a restaurant, they hand you a menu, but it usually lacks pictures, so you have no idea what the dishes look like. I wanted to take a photo of the menu and get an approximate visual of each dish. So, I built an application using &amp;ldquo;vibe coding&amp;rdquo; that could upload a photo, process it, deploy it on Vercel, re-render the menu, list all dishes, and call an image generation model to perform OCR recognition on each dish name, generating corresponding images for users.&lt;/p&gt;&#xA;&lt;p&gt;Later, I saw the Software 3.0 version of this, which utterly shocked me: I just needed to hand a photo to Gemini and say, &amp;ldquo;Overlay this content onto the menu with Nana Banana.&amp;rdquo; Nana Banana directly returned an image—my photo of the menu—but at the pixel level, it rendered images of each dish listed on the menu. This astonished me because my entire MenuGen was actually redundant—it operated under an old paradigm, and that application shouldn’t even exist. The Software 3.0 paradigm is much more primitive; the neural networks do more of the work, with images as input and output, requiring no application layer in between.&lt;/p&gt;&#xA;&lt;p&gt;Thus, I believe people need to reevaluate their thinking frameworks, not limit themselves to existing paradigms, and not merely view it as an accelerated version of current things. What is truly happening is that new possibilities are now available. Returning to your question about programming, I think this issue reflects an old way of thinking—because it’s not just about programming becoming faster; it’s about the broader sense of information processing now being automatable, which is not just about code.&lt;/p&gt;&#xA;&lt;p&gt;Past code operated on structured data; you wrote code on structured data. But, for instance, my &amp;ldquo;LLM knowledge base&amp;rdquo; project essentially allows LLMs to generate a wiki for your organization or personal use—this is not a program; it’s something that couldn’t exist before because no code could generate a knowledge base from a pile of facts. But now you can input these documents and recompile and reorder them in different ways to create new, valuable content—this is a reinterpretation of data. These are all new things that were previously impossible. So I always want to return to this question: not just what can now be done faster, but what new opportunities that were previously impossible are now available. I even find the latter more exciting.&lt;/p&gt;&#xA;&lt;h2 id=&#34;future-opportunities&#34;&gt;Future Opportunities&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; I love the evolutionary path of MenuGen you described and the contrast. I believe many people have also followed your programming journey from last October to this February. If we continue to extrapolate, comparing the historical nodes of building websites in the 90s, mobile applications in the 20s, and SaaS in the last cloud era, what are the things that today are largely unbuilt but will seem obvious in hindsight?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Andrej Karpathy:&lt;/strong&gt; Continuing from the MenuGen example, much code shouldn&amp;rsquo;t exist; neural networks take on the bulk of the work. I genuinely feel this extrapolation curve will become very strange.&lt;/p&gt;&#xA;&lt;p&gt;One can imagine, in a sense, a complete neural computer is possible—imagine a device that takes raw video and audio, inputs it into a system that is essentially a neural network, and renders an interface through a diffusion model, tailored to that unique moment.&lt;/p&gt;&#xA;&lt;p&gt;In the early days of computing, people were confused about what computers would ultimately look like—would they resemble calculators or neural networks? In the 50s and 60s, this wasn’t obvious. Of course, we took the calculator path and established a classical computational system, while neural networks currently run virtually on existing computers. However, one can envision a future where this all flips—neural networks become the host process, and CPUs become co-processors. We’ve already seen that chart where the computational demands of neural networks will surpass and dominate floating-point operations.&lt;/p&gt;&#xA;&lt;p&gt;So you can imagine a very strange, very alien future form: neural networks handling the bulk of heavy lifting, with tool calls merely as historical remnants of certain deterministic tasks. What truly dominates everything is a network of neural networks somehow interconnected. This extrapolated endpoint may be extremely strange, but I think we are likely to step by step arrive there. How we traverse this path remains to be seen.&lt;/p&gt;&#xA;&lt;h2 id=&#34;verifiability-and-automation&#34;&gt;Verifiability and Automation&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; I want to discuss the concept of &amp;ldquo;verifiability&amp;rdquo;—AI will automate tasks in verifiable domains faster and more easily. If this framework holds, what jobs will change at an unexpected speed? What professions do people think are safe but are actually highly verifiable?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Andrej Karpathy:&lt;/strong&gt; I’ve spent some time thinking about verifiability. Traditional computers can easily automate things that can be explicitly described in code; this round of large language models can easily automate things that can be verified. The reason is that leading labs, while training these large language models, are constructing vast reinforcement learning environments where models are rewarded based on verifiable signals. It’s precisely because of this training method that these models ultimately form a &amp;ldquo;serrated&amp;rdquo; capability map—strong in verifiable areas like mathematics and code but relatively bland and rough in areas with less verifiability.&lt;/p&gt;&#xA;&lt;p&gt;I wrote about verifiability to understand why these models have such uneven capabilities. Part of this is due to how labs train models, but I think it also relates to the labs’ focus—what data they happen to include. Some things are more economically valuable, leading to more training environments because labs want the models to perform well in those scenarios. Code is a typical example. There may be numerous verifiable environments that could have been included in training, but due to their lower practical value, they didn’t make it into the dataset.&lt;/p&gt;&#xA;&lt;p&gt;For me, a classic example that illustrates &amp;ldquo;serrated intelligence&amp;rdquo; used to be: &amp;ldquo;How many letter r&amp;rsquo;s are in the word strawberry?&amp;rdquo; The model was notorious for getting this wrong. The current models have corrected this issue, but new examples have emerged: I want to go to a car wash 50 meters away; should I drive or walk? The most advanced models today would tell you to walk because it’s too close. But the issue is, you’re going to a car wash.&lt;/p&gt;&#xA;&lt;p&gt;How strange is that—the most advanced Claude Opus 4.7 can simultaneously refactor 100,000 lines of code or discover zero-day vulnerabilities yet tells me to walk to the car wash. This is truly unbelievable.&lt;/p&gt;&#xA;&lt;p&gt;This serrated capability indicates that, first, there may be fundamental issues in some areas of the model; second, you still need to be involved, treating it as a tool while maintaining some control over its behavior. So all my writing on verifiability ultimately aims to understand why these models have serrated capabilities and whether there’s a pattern to it. I believe the answer lies in a combination of &amp;ldquo;verifiability&amp;rdquo; and &amp;ldquo;lab focus.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Another anecdote that illustrates the point: from GPT-3.5 to GPT-4, people noticed a significant improvement in the model’s chess-playing ability. Many assumed this was just a natural evolution of capability, but the reality is—this is public information; I saw it online—a large amount of chess game data was added to the pre-training set. Just due to the change in data distribution, the model&amp;rsquo;s chess ability surged beyond normal progression. Someone at OpenAI decided to include this data, and thus this capability suddenly skyrocketed.&lt;/p&gt;&#xA;&lt;p&gt;This is why I emphasize this dimension: we are somewhat influenced by lab decisions; what they happen to include in training is what you get. You receive something without a manual; it works well in some cases and poorly in others, and you need to explore it.&lt;/p&gt;&#xA;&lt;p&gt;If your application happens to fall within the coverage of reinforcement learning training, you will thrive; if it falls outside the data distribution, you will struggle. You need to figure out where your application lies; if it’s not within the covered loop, you really need to consider fine-tuning and do some of your own work because expecting large language models to work out of the box is unrealistic.&lt;/p&gt;&#xA;&lt;h2 id=&#34;advice-for-founders&#34;&gt;Advice for Founders&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; If you were a founder today, considering starting a business, and you found a problem you believe you could solve in a verifiable domain, but you observe that labs have already achieved escape velocity in the most obvious directions—math, code, etc.—what advice would you give to the founders here?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Andrej Karpathy:&lt;/strong&gt; I think this ties back to the previous question. Verifiability makes something feasible under the current paradigm because you can inject a large amount of reinforcement learning into it. This can still hold true even if labs aren’t directly focusing on a particular area. If you are in a verifiable setting and can create reinforcement learning environments and data samples, this effectively opens up a path for you to fine-tune, and you might benefit from it.&lt;/p&gt;&#xA;&lt;p&gt;This is a technically feasible path: if you have a large, diverse dataset of reinforcement learning environments, you can use your preferred fine-tuning framework, pull this lever, and achieve quite decent results. I don’t want to specify which examples, but I genuinely believe there are some highly valuable reinforcement learning environments that haven’t been included in training&amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;That said, I don’t want to intentionally tease on stage, but such examples do exist.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; Conversely, what things still seem like they could be automated but are actually far from realization?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Andrej Karpathy:&lt;/strong&gt; I do believe that almost everything can ultimately be designed to be verifiable; some are just easier than others. Even tasks like writing could be envisioned with a set of LLM judges scoring them, likely yielding quite decent results. So it’s more about the difficulty than whether it can be done. I think, fundamentally, everything can be automated.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-shift-from-vibe-coding-to-agentic-engineering&#34;&gt;The Shift from Vibe Coding to Agentic Engineering&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; Last year, you coined the term &amp;ldquo;vibe coding.&amp;rdquo; Today, we find ourselves in a more serious and rigorous engineering world. What do you think the difference is? How would you label the stage we are in now?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Andrej Karpathy:&lt;/strong&gt; I believe vibe coding is about raising the lower limit of everyone’s capabilities in software—overall raising the floor, allowing anyone to do anything with vibe coding, which is remarkable.&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;Agentic engineering,&amp;rdquo; on the other hand, is about maintaining the original quality standards of professional software on this foundation. You can’t introduce security vulnerabilities due to vibe coding; you still bear responsibility for your software as before. But can you do it faster? Spoiler: yes. But how can you achieve that?&lt;/p&gt;&#xA;&lt;p&gt;When I refer to it as &amp;ldquo;agentic engineering,&amp;rdquo; it’s because I believe it truly is an engineering discipline. You have these agents—they are somewhat &amp;ldquo;serrated&amp;rdquo; in nature, some unreliable, some random, but extremely powerful. The question is how to coordinate them without sacrificing quality standards to speed things up. Doing this well is the domain of agentic engineering.&lt;/p&gt;&#xA;&lt;p&gt;I see these two concepts as different: one is about raising the lower limit, while the other is about breaking through the upper limit. What I’m observing is that the upper limit of agentic engineers&amp;rsquo; capabilities is extremely high. Previously, people talked about &amp;ldquo;10x engineers,&amp;rdquo; but I believe the amplification now far exceeds that. Ten times is not the acceleration you can achieve; from my current perspective, the output of someone truly proficient in this field far exceeds tenfold.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-future-of-programming&#34;&gt;The Future of Programming&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; I love this framework. Last year, Sam Altman said something memorable when he visited AI Sent: different generations use ChatGPT differently. People in their thirties see it as a replacement for Google search, while teenagers view ChatGPT as an entry point to the internet. In today’s programming landscape, what is the analogy? If we observe two people using OpenAI&amp;rsquo;s Codex or Anthropic&amp;rsquo;s Claude Code to write code—one is a typical user, and the other is a true AI-native programmer—how would you describe the differences between them?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Andrej Karpathy:&lt;/strong&gt; I think the core lies in making the most of the available tools, utilizing all their features, and continuously investing in their workflows. Just as earlier engineers would maximize the use of VIM or VS Code, now it’s about maximizing Claude Code or Codex.&lt;/p&gt;&#xA;&lt;p&gt;In this regard, a related thought is worth mentioning. If many teams are now hiring agentic engineers, I believe most recruitment processes haven’t adapted accordingly. If you’re still giving puzzles for candidates to solve, you’re still in the old paradigm. The new recruitment process should be: give me a big project and see if you can get it done—like building a Twitter clone, doing it well and securely, then letting agents simulate user activity on your deployed site, and if it gets breached, that’s a failure. I think that’s roughly what the future will look like—observing candidates’ performance in building large projects and integrating tools in such scenarios.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-value-of-human-skills&#34;&gt;The Value of Human Skills&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; As agents become capable of more tasks, which human skills do you think will become more valuable rather than less valuable?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Andrej Karpathy:&lt;/strong&gt; Currently, agents are essentially at the &amp;ldquo;intern&amp;rdquo; level—they are capable but still unstable. So you still need to take responsibility for aesthetics, judgment, taste, and moderate supervision.&lt;/p&gt;&#xA;&lt;p&gt;One of my favorite examples that illustrates the oddities of agents: in MenuGen, users register with a Google account but purchase credits with a Stripe account—each has its own email. As a result, my agent, when handling credit top-ups, attempted to match the Google email with the Stripe email because there was no persistent user ID; it tried to associate the two accounts using email. However, users can completely use different emails for Stripe and Google, making it impossible to link funds to accounts. This error is very strange—why use email for cross-system identity association? Emails can be arbitrary and different.&lt;/p&gt;&#xA;&lt;p&gt;Such errors are precisely what agents still make: you need to take responsibility for specifications and overall planning. Speaking of &amp;ldquo;planning mode,&amp;rdquo; it’s undoubtedly useful, but I think there’s a more general principle: you need to design a very detailed specification with the agent, perhaps in document form, and then let the agent write it while you supervise and control top-level architectural decisions, with the agent handling the implementation details.&lt;/p&gt;&#xA;&lt;p&gt;For instance, regarding tensor operations in neural networks, there are numerous details between PyTorch, NumPy, and Pandas—keepdims or keepdim, dim or axis, reshape or permute or transpose—I can no longer remember these because I don’t need to. These details can be delegated to &amp;ldquo;interns&amp;rdquo; because they have excellent memory. However, you still need to understand the essence, such as whether there’s a tensor at the bottom, and a view; you can operate different views of the same memory, or you can have different storage—though the latter is less efficient. You still need to grasp these concepts so as not to perform inefficient operations like unnecessary memory copies.&lt;/p&gt;&#xA;&lt;p&gt;So you are responsible for taste, engineering design, and architecture, ensuring the overall direction is correct, ensuring requirements are accurate—like &amp;ldquo;we need to use a unique user ID to associate all data&amp;rdquo;—these design decisions are yours to make. Engineers are responsible for filling in the gaps; that’s our current situation.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-future-of-taste-and-judgment&#34;&gt;The Future of Taste and Judgment&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; Do you think this taste and judgment will become less important over time, or will its upper limit continue to rise?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Andrej Karpathy:&lt;/strong&gt; I genuinely hope for improvement in this area. Currently, it cannot improve; I think it’s still because it hasn’t been incorporated into reinforcement learning—perhaps there are no corresponding aesthetic rewards, or the existing rewards are insufficient.&lt;/p&gt;&#xA;&lt;p&gt;To be honest, when I look at code, I sometimes feel a bit horrified—not every output is particularly good; often it’s bloated, with a lot of copy-pasting and weak abstractions. While it runs, it’s truly ugly.&lt;/p&gt;&#xA;&lt;p&gt;A particularly illustrative example is the nanoGPT project—I’ve been trying to simplify the LLM training code to the extreme. The model performs very poorly on this task. I keep trying to prompt the large language model to simplify further, but it just doesn’t work. You feel like you’re completely outside the reinforcement learning loop; it’s clearly a hard push, not that flowing state.&lt;/p&gt;&#xA;&lt;p&gt;Thus, I believe humans are still the dominant force in this area, but fundamentally, there’s no principled barrier preventing this from changing; it’s just that labs haven’t achieved this yet.&lt;/p&gt;&#xA;&lt;h2 id=&#34;serrated-intelligence-and-its-implications&#34;&gt;Serrated Intelligence and Its Implications&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; I want to return to the topic of &amp;ldquo;serrated intelligence.&amp;rdquo; You wrote an insightful article discussing the comparison between &amp;ldquo;animals and ghosts&amp;rdquo;—we are not building animals but summoning ghosts. These ghosts are serrated agents shaped by data and reward functions, rather than driven by intrinsic motivation, curiosity, or empowerment—those are products of evolution. Why is this framework important? How does it change the way we build, deploy, evaluate, and even trust these systems?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Andrej Karpathy:&lt;/strong&gt; I wrote this article because I wanted to clarify what these entities really are. If you have an accurate cognitive model of them, you can use them better. I’m not sure how practical this framework is; it may have some philosophical implications, but I think its core lies in accepting the fact that these entities are not animal intelligence. If you shout at them, they won’t perform better or worse; it has no impact. It’s all just statistical simulation loops, grounded in pre-training—statistics, with reinforcement learning layered on top.&lt;/p&gt;&#xA;&lt;p&gt;Perhaps it’s just a mindset—what mindset do I bring to face them, what might work, what might not, and how to adjust it. I can’t say I’ve summarized &amp;ldquo;here are five clear conclusions to make your system better&amp;rdquo;; it’s more about maintaining a cautious attitude towards it and gradually exploring over time.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-future-of-intelligent-agents&#34;&gt;The Future of Intelligent Agents&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; That’s a starting point. Now, you are deeply involved with agents that are not just chatbots—they have real permissions, local context, and can take actions on your behalf. When we all start living in such a world, what will it look like?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Andrej Karpathy:&lt;/strong&gt; I think many here are excited about native agent environments. Everything must be rewritten—currently, everything is fundamentally designed for humans and needs to be re-migrated. The various frameworks and libraries I use now are fundamentally still written for people. This is my biggest complaint: why are there still instructions telling me what to do? I don’t want to do it myself. What I want to know is: what should I copy and paste to my agent? Every time I see instructions like &amp;ldquo;please visit this URL,&amp;rdquo; it feels very awkward.&lt;/p&gt;&#xA;&lt;p&gt;I think everyone is pondering this question: how to break down the workflows that need to be completed into perceptions of the world and executions in the world? How to make everything agent-friendly? Essentially, it’s about describing it to the agent first and building a lot of automation around highly readable data structures for LLMs.&lt;/p&gt;&#xA;&lt;p&gt;I hope to see a lot of agent-friendly infrastructure. For example, in MenuGen, a significant part of the trouble isn’t writing the code itself but deployment—I have to deal with various services, configure DNS, and jump around in various settings menus, which is very tedious. What I hope for is: I give an LLM a prompt, and it builds MenuGen and automatically deploys it without me touching anything; it just runs online. This might be a good test standard to judge whether our infrastructure is becoming increasingly agent-friendly.&lt;/p&gt;&#xA;&lt;p&gt;Ultimately, I believe we are moving toward a world where every person and organization has their own intelligent agent. My agent and your agent communicate, handling meeting details and similar tasks. I think that’s roughly the direction we’re heading, and everyone here feels excited about it, which is great.&lt;/p&gt;&#xA;&lt;h2 id=&#34;conclusion&#34;&gt;Conclusion&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; I really like the metaphor of &amp;ldquo;perceivers and executors&amp;rdquo;; this line of thought is genuinely interesting. Finally, I want to end with the topic of education because you are arguably one of the best at clarifying complex technical concepts and have thoughtfully considered how to design education around these topics. When AI becomes cheap in the next era, what will still be worth learning deeply?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Andrej Karpathy:&lt;/strong&gt; Recently, a tweet deeply resonated with me, and I think about it almost every day. The essence is: you can outsource your thinking, but you cannot outsource your understanding.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; That’s beautifully said.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Andrej Karpathy:&lt;/strong&gt; Yes, because I am still part of this system, and information still needs to enter my brain. I increasingly feel like I’ve become the bottleneck—just &amp;ldquo;knowing&amp;rdquo; has become a bottleneck: why are we building this? What’s the value? How do I direct my agent?&lt;/p&gt;&#xA;&lt;p&gt;So I still believe that ultimately, there must be some force to guide thinking and processing, and that force is fundamentally constrained by &amp;ldquo;understanding.&amp;rdquo; This is also why I’m excited about the LLM knowledge base—because it’s a way to help me digest information. Every time I see different perspectives and angles on the same information, I feel I gain insights. Essentially, this is a form of generating synthetic data based on fixed data. I truly enjoy this process: reading an article, it enters my wiki, and then I ask various questions, exploring different angles.&lt;/p&gt;&#xA;&lt;p&gt;These tools, in a sense, are tools for enhancing understanding, and understanding remains a bottleneck—because without understanding, you cannot be a good &amp;ldquo;director.&amp;rdquo; Large language models themselves are certainly not good at understanding; that remains your unique core capability. Therefore, I believe tools that enhance understanding are extremely interesting and exciting directions.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Comparative Analysis of AI Programming Tools: Cursor, Codex, and Claude Code</title>
            <link>https://gameflycenter.com/posts/note-42db3746ad/</link>
            <pubDate>Thu, 30 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-42db3746ad/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;Currently, AI programming tools are flourishing, with Cursor, OpenAI Codex, and Claude Code standing out. Many developers struggle to differentiate between these tools, leading to inefficient use and unnecessary expenses. This article aims to clarify their connections, core differences, advantages, and disadvantages, providing a clear guide for both beginners and experienced developers.&lt;/p&gt;&#xA;&lt;h2 id=&#34;core-positioning-of-the-three-tools&#34;&gt;Core Positioning of the Three Tools&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cursor&lt;/strong&gt;: An AI-native IDE (Anysphere) - Deeply modified from VS Code, it prioritizes a GUI interface with zero learning cost, embedding AI deeply into the editor, focusing on &amp;ldquo;you write code, AI assists.&amp;rdquo;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Claude Code&lt;/strong&gt;: Terminal AI agent (Anthropic) - A CLI native tool with a context limit of over 200K tokens, adept at independently breaking down tasks and reading/writing file systems, emphasizing &amp;ldquo;you state the goal, AI writes for you.&amp;rdquo;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;OpenAI Codex&lt;/strong&gt;: Multi-end model service (OpenAI) - Offers API/CLI/IDE extensions, powered by the GPT-4o core, ideal for enterprise-level automation and batch processing.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;deep-connections&#34;&gt;Deep Connections&#xA;&lt;/h2&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Common Foundation&lt;/strong&gt;: All three rely on large language models (LLMs) capable of code generation, interpretation, debugging, refactoring, and commenting, with the core aim of reducing costs and improving efficiency.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Interoperability&lt;/strong&gt;: The ecosystems are interconnected: Cursor integrates Claude/GPT models, Claude Code supports editor plugins, and Codex adapts to various IDE extensions.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Development Trends&lt;/strong&gt;: All tools enhance agent autonomy, evolving from simple code completion to independently understanding requirements, breaking down tasks, and modifying code in bulk.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;key-differences&#34;&gt;Key Differences&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Product Form &amp;amp; Interaction Logic&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Cursor&lt;/strong&gt;: GUI visual editor, closely aligned with VS Code, easy to use with minimal learning curve.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Claude Code&lt;/strong&gt;: Primarily a terminal CLI, offering high freedom but requiring basic command knowledge.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Codex&lt;/strong&gt;: API cloud service first, with no fixed interface, focusing on system integration and automation.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Model Capabilities &amp;amp; Context Limits&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Cursor&lt;/strong&gt;: Mixed model scheduling with 128K–200K context, local project indexing for speed.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Claude Code&lt;/strong&gt;: Claude&amp;rsquo;s flagship model with a 200K context limit, capable of handling million-line projects effortlessly.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Codex&lt;/strong&gt;: Optimized GPT-4o for code, strong in logical reasoning but weaker with long texts.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Core Strengths&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Cursor&lt;/strong&gt;: Ideal for daily development, single-file coding, front-end development, and rapid iteration of small projects with real-time code completion.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Claude Code&lt;/strong&gt;: Best for large project refactoring, cross-file bulk modifications, complex bug fixing, back-end engineering, and full local process operations.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Codex&lt;/strong&gt;: Suited for enterprise batch tasks, CI/CD integration, automated scripts, and bulk code generation &amp;amp; merging.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Ease of Use&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Cursor&lt;/strong&gt;: ⭐ Zero barrier to entry.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Claude Code&lt;/strong&gt;: ⭐⭐⭐ Requires terminal and prompt knowledge.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Codex&lt;/strong&gt;: ⭐⭐ Basic API knowledge needed.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Pricing Models&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Cursor&lt;/strong&gt;: Monthly subscription, high cost-effectiveness for individuals.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Claude Code&lt;/strong&gt;: Tiered pricing, free basic version sufficient, with upgrades available as needed.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Codex&lt;/strong&gt;: Token-based billing, costs increase with usage.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Privacy &amp;amp; Deployment&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Cursor&lt;/strong&gt;: Supports local privacy mode, local code processing.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Claude Code&lt;/strong&gt;: Primarily cloud-based, with enterprise version supporting private deployment.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Codex&lt;/strong&gt;: Purely cloud service, no local deployment options, caution advised for sensitive projects.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;summary-of-advantages-and-disadvantages&#34;&gt;Summary of Advantages and Disadvantages&#xA;&lt;/h2&gt;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cursor Advantages&lt;/strong&gt;: User-friendly interface, seamless integration with VS Code, optimal daily coding experience.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Disadvantages&lt;/strong&gt;: Weak in understanding large, complex projects.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Claude Code Advantages&lt;/strong&gt;: Long context capabilities, strong autonomous agent abilities, excellent for project-wide refactoring.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Disadvantages&lt;/strong&gt;: High entry barrier due to command line reliance.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;OpenAI Codex Advantages&lt;/strong&gt;: Rigorous code logic, well-developed API ecosystem, excellent for enterprise automation.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Disadvantages&lt;/strong&gt;: No local operations, usage-based pricing, limited long project reading capability.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;selection-guide&#34;&gt;Selection Guide&#xA;&lt;/h2&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;For Individual Developers, Front-end, Lightweight Development, and Those Who Dislike Command Lines&lt;/strong&gt;: Choose Cursor.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;For Back-end Development, Large Projects, Code Refactoring, Complex Bug Fixing, and Full Project Overhaul&lt;/strong&gt;: Choose Claude Code.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;For Enterprise Teams, Automation Pipelines, Batch Code Processing, API Integration, and Standardized Processes&lt;/strong&gt;: Choose OpenAI Codex.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Optimal Efficiency Combination&lt;/strong&gt;: Use Cursor for daily coding, Claude Code for refactoring and debugging, and Codex for automation tasks.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;industry-trends&#34;&gt;Industry Trends&#xA;&lt;/h2&gt;&lt;p&gt;The era of simple code completion is long gone. The integration of IDE visual tools, terminal intelligent agents, and cloud model services is inevitable. The future will not be about single-tool competition but rather multi-tool collaboration. Effectively utilizing these three AI programming tools will truly enhance development efficiency.&lt;/p&gt;&#xA;&lt;p&gt;Which AI programming tool are you currently using? Feel free to share your thoughts in the comments!&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Stop Using Cursor as a Completer: Skills are the Key</title>
            <link>https://gameflycenter.com/posts/note-918e959b23/</link>
            <pubDate>Thu, 30 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-918e959b23/</guid>
            <description>&lt;h2 id=&#34;stop-using-cursor-as-a-completer-skills-are-the-key&#34;&gt;Stop Using Cursor as a Completer: Skills are the Key&#xA;&lt;/h2&gt;&lt;p&gt;Last night, I watched a friend struggle with Cursor for nearly forty minutes while trying to modify a project.&lt;/p&gt;&#xA;&lt;p&gt;He wasn&amp;rsquo;t incapable of writing prompts. The issue was more complicated. Every time he started a new session, he had to explain the project structure, tech stack, naming conventions, and interface boundaries, plus add a note saying, &amp;ldquo;Don’t touch this directory; it’s in production.&amp;rdquo; By the time he finished, the AI was just warming up. When it finally began to write, it often went off track, either altering files it shouldn’t or generating code that, while functional, wasn’t suitable for the team.&lt;/p&gt;&#xA;&lt;p&gt;I’m all too familiar with this scenario.&lt;/p&gt;&#xA;&lt;p&gt;From 2024 to 2025, while discussing AI programming tools with several teams, the common complaint was not about the AI&amp;rsquo;s inability to generate code, but rather how difficult it was to manage the output after generation. You can prompt it to write, but if you expect it to consistently produce the same style for a week, problems start to arise.&lt;/p&gt;&#xA;&lt;p&gt;Many people think their issues with Cursor stem from not crafting long or precise prompts, or from using a weak model. This is often not the primary issue. More commonly, they treat something that should be established as a &amp;ldquo;fixed context&amp;rdquo; as temporary chat content, re-entering it each time.&lt;/p&gt;&#xA;&lt;p&gt;In simple terms, whether Cursor evolves from a &amp;ldquo;high-level completer&amp;rdquo; to a &amp;ldquo;reliable co-pilot&amp;rdquo; often depends not on the model but on the skills.&lt;/p&gt;&#xA;&lt;p&gt;The term skill can be replaced with rules, playbooks, or project workflow templates. The name isn’t important. Essentially, it answers four key questions in advance: Who are you? What is this project? What absolutely cannot be done? What order should tasks be handled in when encountering certain types of tasks?&lt;/p&gt;&#xA;&lt;p&gt;In one sentence:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Skills don’t make AI smarter; they prevent it from taking the detours you’ve already navigated.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-many-users-feel-more-exhausted-with-cursor&#34;&gt;Why Many Users Feel More Exhausted with Cursor&#xA;&lt;/h2&gt;&lt;p&gt;The most common misconception I’ve seen is treating Cursor as a powerful intern who is always available but never providing it with an onboarding manual.&lt;/p&gt;&#xA;&lt;p&gt;The result is that, despite working in the same repository with similar requirements, you have to redo three things each time.&lt;/p&gt;&#xA;&lt;p&gt;First, re-explain the background. Is this repository a monolith or microservices? Is the frontend in apps/web or src/client? Should tests use Jest or Vitest? Does the API response need to wrap in a data layer? Without a fixed entry point, the AI can only guess, and when it guesses, the style goes off. To put it bluntly, it becomes ridiculous.&lt;/p&gt;&#xA;&lt;p&gt;Second, re-explain the standards. For example, &amp;ldquo;don’t write overly long functions,&amp;rdquo; &amp;ldquo;don’t casually introduce new dependencies,&amp;rdquo; &amp;ldquo;tests must be added after modifications,&amp;rdquo; and &amp;ldquo;the interface layer should uniformly go through service, not directly connect fetch in the page.&amp;rdquo; If you don’t specify, it won’t consistently adhere. If you say it today, it forgets tomorrow when you start a new conversation. This can be very frustrating.&lt;/p&gt;&#xA;&lt;p&gt;Third, re-explain the process. Many people start with, &amp;ldquo;Help me fix this bug.&amp;rdquo; The problem is that a reliable process shouldn’t be a direct fix. It should involve reading the error, identifying the impact scope, explaining the solution, modifying the code, and listing verification steps at the end. Without this process, the AI will use the easiest way to complete the task, which is often not what you want.&lt;/p&gt;&#xA;&lt;p&gt;The most annoying part isn’t just fixing mistakes.&lt;/p&gt;&#xA;&lt;p&gt;It’s that you slowly develop the illusion that this tool seems great sometimes and particularly dumb at others. In reality, it’s not that it’s suddenly smart or confused; it’s more likely that the quality of context you provide varies each time. Unstable context leads to unstable outputs. You and it end up going in circles, making you increasingly exhausted.&lt;/p&gt;&#xA;&lt;p&gt;This is the first layer of the problem that skills aim to solve: &lt;strong&gt;turning high-frequency, repetitive, easily overlooked background information into long-term reusable default premises.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-skills-actually-supplement-work-methods-not-prompts&#34;&gt;What Skills Actually Supplement: Work Methods, Not Prompts&#xA;&lt;/h2&gt;&lt;p&gt;I increasingly dislike defining skills as &amp;ldquo;a more advanced prompt.&amp;rdquo; This understanding is somewhat superficial.&lt;/p&gt;&#xA;&lt;p&gt;A truly useful skill should encompass at least four layers of information.&lt;/p&gt;&#xA;&lt;p&gt;One layer is the role. What do you want Cursor to play at this moment? Is it a cautious reviewer, a researcher before taking action, or a bug fixer making minimal changes? Different roles yield entirely different outputs.&lt;/p&gt;&#xA;&lt;p&gt;Another layer is the project context. Repository structure, core modules, dependency constraints, directories that must not be touched, existing scripts, and team-preferred commands. The more specific, the better. Avoid vague statements like &amp;ldquo;please adhere to best practices&amp;rdquo;; they are useless. Instead, write things like &amp;ldquo;prioritize searching with rg,&amp;rdquo; &amp;ldquo;read README.md and CONTRIBUTING.md before modifying,&amp;rdquo; &amp;ldquo;do not upgrade dependencies without explicit request,&amp;rdquo; and &amp;ldquo;do not modify lockfile unless I explicitly ask.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Another layer is the execution checklist. For certain types of tasks, what should be done first, what should be done next, when must one stop to ask someone, and when can one continue independently? This is particularly valuable because most negative feedback arises not from coding ability but from the order of execution.&lt;/p&gt;&#xA;&lt;p&gt;The final layer is the output format. For example, you might require it to first give conclusions, then changes, and finally verification commands; or to list risks before proceeding. These format constraints may seem trivial, but they directly affect collaboration costs. Many reworks aren’t due to coding errors but rather unreliable reporting methods.&lt;/p&gt;&#xA;&lt;p&gt;You see, skills fundamentally manage not &amp;ldquo;expression&amp;rdquo; but &amp;ldquo;method.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;The same request to &amp;ldquo;fix this bug&amp;rdquo; feels like improvisation without skills; with skills, it feels like entering a well-structured editorial department with SOPs.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;I even suggest writing down the most useful trivialities. For example:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Before handling tasks, determine if additional context is needed.&#xA;If more than three files are involved, provide a modification plan before proceeding.&#xA;If a user has uncommitted changes, do not overwrite; ensure compatibility first.&#xA;If tests fail, clearly state where the issue lies; do not pretend it’s completed.&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;These statements aren’t sophisticated.&lt;/p&gt;&#xA;&lt;p&gt;But they are lifesavers.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-to-prioritize-three-types-of-skills&#34;&gt;What to Prioritize: Three Types of Skills&#xA;&lt;/h2&gt;&lt;p&gt;Many people jump straight into building a comprehensive skill system, resulting in a document museum. The directory looks impressive, but no one refers to it, and the AI isn’t consistently utilizing it.&lt;/p&gt;&#xA;&lt;p&gt;Don’t go that big.&lt;/p&gt;&#xA;&lt;p&gt;Start with just three types.&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-project-onboarding-skill&#34;&gt;1. Project Onboarding Skill&#xA;&lt;/h3&gt;&lt;p&gt;This skill addresses the issue of &amp;ldquo;having to reintroduce the project every time.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;The content can be quite simple: project structure, key directories, tech stack, common commands, coding style, restricted areas, and validation methods. Keep it between 300 to 600 words, plus a few critical file paths. It doesn’t need to cover everything; it just needs to prevent the AI from going off track at the start.&lt;/p&gt;&#xA;&lt;p&gt;For example, you can specify:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Read README.md first&lt;/li&gt;&#xA;&lt;li&gt;Prioritize searching with rg&lt;/li&gt;&#xA;&lt;li&gt;Follow existing hooks style when modifying React code&lt;/li&gt;&#xA;&lt;li&gt;Check api and service layers before modifying interfaces&lt;/li&gt;&#xA;&lt;li&gt;Don’t claim &amp;ldquo;already validated&amp;rdquo; without running tests&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Once these constraints are established, you’ll noticeably save time in the first ten minutes of conversation.&lt;/p&gt;&#xA;&lt;h3 id=&#34;2-high-frequency-task-skill&#34;&gt;2. High-Frequency Task Skill&#xA;&lt;/h3&gt;&lt;p&gt;Extract the most common tasks into templates.&lt;/p&gt;&#xA;&lt;p&gt;For instance, &amp;ldquo;fixing online bugs,&amp;rdquo; &amp;ldquo;writing management backend forms,&amp;rdquo; &amp;ldquo;conducting API integration,&amp;rdquo; &amp;ldquo;adding unit tests,&amp;rdquo; and &amp;ldquo;performing PR reviews.&amp;rdquo; The judgment order for each task differs. Fixing bugs should involve reproducing the issue before making changes; reviews should prioritize identifying risks before discussing merits; and adding tests should confirm current behavior before writing assertions.&lt;/p&gt;&#xA;&lt;p&gt;Don’t hesitate to write in a straightforward manner. The more it resembles the operation manual left by the most reliable colleague in the team, the better. No, it should be said that the less it resembles &amp;ldquo;official tutorials,&amp;rdquo; the more likely it is to survive in the team.&lt;/p&gt;&#xA;&lt;p&gt;I personally value review skills highly because they yield immediate results. Without skills, AI often writes reviews like &amp;ldquo;overall good, suggest optimizing readability.&amp;rdquo; Such comments are as good as unread. With rules, you can force it to prioritize reporting bugs, performance risks, behavioral regressions, and missed tests before deciding whether to summarize.&lt;/p&gt;&#xA;&lt;h3 id=&#34;3-boundary-constraint-skill&#34;&gt;3. Boundary Constraint Skill&#xA;&lt;/h3&gt;&lt;p&gt;This skill specifically addresses &amp;ldquo;don’t mess around.&amp;rdquo; Many incidents start from &amp;ldquo;just a quick fix.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Which directories are prohibited from modification, which commands cannot be executed directly, under what circumstances manual confirmation is needed, when to proceed conservatively, and when to take initiative. Many incidents occur not because AI can’t write code but because it’s too eager to help. Once it gets enthusiastic, it starts casually refactoring, upgrading, or cleaning up. Casualness often leads to disaster. When you look back at git diff, it can be quite overwhelming.&lt;/p&gt;&#xA;&lt;p&gt;Therefore, boundaries must be clearly defined.&lt;/p&gt;&#xA;&lt;p&gt;Can files be deleted? Can schemas be modified? Can dependencies be updated? What to do when encountering a dirty workspace? When there’s a conflict between requirements and the current state, should one continue guessing or stop first? If you don’t specify, the AI will handle it according to its default preferences, which are often more aggressive than yours.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-effective-process-for-using-skills&#34;&gt;The Effective Process for Using Skills&#xA;&lt;/h2&gt;&lt;p&gt;If you want to start today, I recommend not spending too long on theory but rather following this order.&lt;/p&gt;&#xA;&lt;p&gt;First, choose a task you will perform at least twice a week. Low-frequency tasks aren’t worth abstracting into skills.&lt;/p&gt;&#xA;&lt;p&gt;Then, copy the phrases you’ve repeatedly added to Cursor in the past three attempts verbatim. Note, verbatim. Don’t beautify them. The sentences you have to say each time are the best raw materials for skills.&lt;/p&gt;&#xA;&lt;p&gt;Next, divide them into three sections: background, process, and constraints. Background answers &amp;ldquo;what is this?&amp;rdquo; Process answers &amp;ldquo;how to do it?&amp;rdquo; Constraints answer &amp;ldquo;what should not be done?&amp;rdquo; At this point, a usable skill is basically formed.&lt;/p&gt;&#xA;&lt;p&gt;Take another step forward.&lt;/p&gt;&#xA;&lt;p&gt;Add two examples: one good example and one bad example. The good example tells the AI what meets expectations; the bad example shows which actions seem proactive but actually complicate matters. Adding just one example can significantly enhance stability. Even a 30% improvement in stability can save you a lot of back-and-forth communication in a week.&lt;/p&gt;&#xA;&lt;p&gt;Another detail many people overlook: skills aren’t finished once written; they should evolve with the project.&lt;/p&gt;&#xA;&lt;p&gt;Each time you notice Cursor making a repeated mistake, don’t just correct it in that conversation. Incorporate that correction back into the skill. Each time you find a particular output format significantly reduces communication, don’t just remember it; write it down. This way, it will increasingly resemble a member of your team rather than a temporary contractor.&lt;/p&gt;&#xA;&lt;p&gt;Here’s a practical judgment standard: if a skill doesn’t reduce your background input by half, or if it doesn’t cut down two rounds of direction changes, it’s likely too vague. Delete it and start over. Don’t be sentimental.&lt;/p&gt;&#xA;&lt;p&gt;Skills aren’t collectibles.&lt;/p&gt;&#xA;&lt;p&gt;They should function like a wrench, ready for use.&lt;/p&gt;&#xA;&lt;p&gt;So stop asking &amp;ldquo;how to make Cursor smarter.&amp;rdquo; Change the question. No, make it a tougher question.&lt;/p&gt;&#xA;&lt;p&gt;Have you seriously handed over your work methods to it?&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Chinese Telecom Giants Slow Down Growth, Embrace AI for Future Opportunities</title>
            <link>https://gameflycenter.com/posts/note-e931631bfd/</link>
            <pubDate>Wed, 29 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-e931631bfd/</guid>
            <description>&lt;h2 id=&#34;slowdown-in-growth&#34;&gt;Slowdown in Growth&#xA;&lt;/h2&gt;&lt;p&gt;After six years, the three major telecom operators in China have once again slowed their growth. Recently, China Unicom, China Telecom, and China Mobile released their 2025 financial reports, showing revenue growth of only 0.7%, 0.1%, and 0.9% respectively. In terms of net profit attributable to the parent company, China Unicom and China Telecom saw slight increases, while China Mobile experienced a decline, marking the lowest growth rates for both revenue and net profit in six years.&lt;/p&gt;&#xA;&lt;p&gt;In terms of business performance, the traditional voice and broadband services have reached their growth peak. A significant growth driver in recent years, cloud services, also saw a drastic drop in revenue growth.&lt;/p&gt;&#xA;&lt;p&gt;Looking ahead to 2026, all three telecom operators mentioned the need to deeply promote &amp;ldquo;AI+&amp;rdquo; strategies to seize new high ground as the telecom industry transitions between old and new drivers of growth. However, experts point out that the operators still face severe pipeline issues and have not formed an ecological closed loop. Whether they can reverse the current trend with AI remains to be seen.&lt;/p&gt;&#xA;&lt;h2 id=&#34;financial-performance-overview&#34;&gt;Financial Performance Overview&#xA;&lt;/h2&gt;&lt;p&gt;According to the financial reports, in 2025, China Unicom&amp;rsquo;s revenue was 392.22 billion yuan, up 0.7% year-on-year, with a net profit of 9.13 billion yuan, up 1.1%. China Telecom reported revenue of 532.93 billion yuan, up 0.1%, and a net profit of 33.19 billion yuan, up 0.5%. China Mobile&amp;rsquo;s revenue was 1,050.19 billion yuan, up 0.9%, but its net profit fell by 0.9% to 137.09 billion yuan. All three companies have reported their lowest growth rates since 2020.&lt;/p&gt;&#xA;&lt;p&gt;From 2020 to 2024, China Unicom&amp;rsquo;s revenue growth rates were 4.6%, 7.9%, 8.3%, 5%, and 4.6%. The net profit growth rates were 10.8%, 14.2%, 15.8%, 12%, and 10.5%. For China Telecom, the revenue growth rates were 4.7%, 11.3%, 9.4%, 6.9%, and 3.1%, while the net profit growth rates were 1.6%, 24.4%, 6.3%, 10.3%, and 8.4%. China Mobile&amp;rsquo;s revenue growth rates were 3%, 10.4%, 10.5%, 7.7%, and 3.1%, with net profit growth rates of 1.1%, 7.5%, 8.2%, 5%, and 5%.&lt;/p&gt;&#xA;&lt;p&gt;The reasons for the significant slowdown in performance growth have not yet been clarified by the telecom operators despite inquiries from the media.&lt;/p&gt;&#xA;&lt;h2 id=&#34;factors-behind-the-slowdown&#34;&gt;Factors Behind the Slowdown&#xA;&lt;/h2&gt;&lt;p&gt;The collective slowdown was anticipated. On one hand, the traditional personal communication business market is saturated. On the other hand, 5G has reached its peak after several years of development. Against this backdrop, traditional business growth has stagnated, while emerging businesses have not yet reached a scale sufficient to shoulder the burden. Industry competition has intensified, leading to a low-growth predicament. Zhang Yi, CEO of iiMedia Research, stated that the telecom market has entered a stage of stock competition, contributing to the collective slowdown.&lt;/p&gt;&#xA;&lt;p&gt;Additionally, the ongoing policies to reduce fees and increase speeds have continuously lowered data rates, further weakening revenue growth in traditional communication services. The substantial investment in 5G network construction has not yet translated into sufficient monetization capabilities to offset declines in traditional business.&lt;/p&gt;&#xA;&lt;p&gt;The last time the three major telecom operators faced a halt in revenue or net profit growth was back in 2019, when China Mobile reported a 1.2% year-on-year revenue increase but a 9.5% decline in net profit. China Unicom&amp;rsquo;s revenue fell by 0.1%, while its net profit rose by 11.1%. China Telecom&amp;rsquo;s revenue decreased by 0.4%, and its net profit also declined by 3.3%.&lt;/p&gt;&#xA;&lt;h2 id=&#34;challenges-in-cloud-services&#34;&gt;Challenges in Cloud Services&#xA;&lt;/h2&gt;&lt;p&gt;Specifically, while the number of users for traditional voice and broadband services continues to grow, the corresponding revenue growth has peaked.&lt;/p&gt;&#xA;&lt;p&gt;In 2025, China Unicom had over 357 million billing users, with a net increase of 13.32 million. Its broadband users exceeded 129 million, with a net increase of 7.61 million. However, revenue from voice calls and monthly fees dropped by 4% to 19.56 billion yuan, while broadband and mobile data service revenue fell by 0.6% to 153.22 billion yuan.&lt;/p&gt;&#xA;&lt;p&gt;China Telecom&amp;rsquo;s mobile users reached 439 million, with a net increase of 14 million, while its broadband users reached 201 million, with a net increase of 4 million. Mobile communication service revenue grew by 0.9% to 204.53 billion yuan, while fixed-line and smart home service revenue increased by 0.2% to 125.98 billion yuan.&lt;/p&gt;&#xA;&lt;p&gt;China Mobile reported 1.005 billion mobile users, with a net increase of 1 million, and 329 million broadband users, with a net increase of 9.99 million. However, revenue from voice services dropped by 4.9% to 66.63 billion yuan, SMS and MMS revenue fell by 4% to 29.60 billion yuan, and wireless internet revenue decreased by 4.4% to 369.09 billion yuan. In contrast, wired broadband revenue grew by 8.7% to 141.57 billion yuan.&lt;/p&gt;&#xA;&lt;p&gt;Notably, the cloud services that had been a significant growth driver for the three major telecom operators in recent years have seen a dramatic decline in growth rates in 2025.&lt;/p&gt;&#xA;&lt;p&gt;China Telecom&amp;rsquo;s Tianyi Cloud revenue growth dropped from 17.1% in 2024 to 6%, while China Unicom&amp;rsquo;s cloud revenue growth fell from 17.1% to 5.2%. China Mobile did not disclose its cloud revenue separately in the 2025 report, but it had reported a 20.4% year-on-year growth in 2024. The reasons for this lack of disclosure have not been clarified by China Mobile.&lt;/p&gt;&#xA;&lt;p&gt;Zhang Yi commented that telecom operators started cloud services relatively late, and their previous rapid growth was largely due to their state-owned status, allowing them to secure many government contracts. However, the foundational benefits in the government and enterprise cloud market are now diminishing. Operators have shifted from focusing on scale to prioritizing profitability, leading to a noticeable decline in growth rates.&lt;/p&gt;&#xA;&lt;h2 id=&#34;future-outlook-for-2026&#34;&gt;Future Outlook for 2026&#xA;&lt;/h2&gt;&lt;p&gt;As the telecom industry enters a critical period of transitioning between old and new drivers of growth, how can these operators seize new opportunities? All three major telecom operators have mentioned &amp;ldquo;AI+&amp;rdquo; in their financial reports.&lt;/p&gt;&#xA;&lt;p&gt;China Unicom stated that in 2025, it aims to capture new technological and industrial innovation opportunities, with strategic emerging industry revenue accounting for over 86%, and AI revenue growing over 140% year-on-year. In 2026, the focus will be on connectivity, computing power, services, and security, continuing to deepen intelligent integration and innovation, and accelerating the development of model-as-a-service and intelligent agents-as-a-service.&lt;/p&gt;&#xA;&lt;p&gt;China Telecom emphasized its deep understanding of the disruptive changes brought by AI and will continue to advance the &amp;ldquo;AI+&amp;rdquo; initiative, integrating AI into core operational processes, creating application scenarios across five domains: intelligent customer service, intelligent marketing, intelligent operations, intelligent research and development, and intelligent management.&lt;/p&gt;&#xA;&lt;p&gt;China Mobile highlighted that intelligent services are the key to winning future competition. In 2025, it will deepen the &amp;ldquo;AI+&amp;rdquo; initiative, playing an innovative role in smart living, smart production, and smart governance. The company plans to upgrade its foundational model to version 3.0, launch over 100 AI+ products and solutions, and develop a high-quality dataset of 3,500 TB, with data algorithm revenue increasing by 12.6% and smart cultural revenue growing by 13.3%. In 2026, the focus will be on strengthening and expanding communication, computing power, and intelligent services, promoting qualitative improvements and reasonable quantitative growth.&lt;/p&gt;&#xA;&lt;p&gt;Experts believe that while the basic models in the AI field for telecom operators remain relatively simple, they still primarily act as sellers of computing power. They need to establish more intelligent computing centers to provide services to clients and charge for the tokens used in processing information.&lt;/p&gt;&#xA;&lt;p&gt;The biggest challenge for telecom operators is the lack of an ecological closed loop, as they continue to play a &amp;ldquo;pipeline&amp;rdquo; role, primarily providing basic connectivity. Compared to internet companies, they have fewer application points, making it more challenging in the token economy era. Operators should not only focus on AI concepts but also consider how to collaborate with leading model vendors to create more ecosystems and implement the token economy.&lt;/p&gt;&#xA;&lt;p&gt;As the commercial rollout of 6G is still 4-5 years away, the coming years may be particularly challenging for telecom operators as profit margins shrink and the scope for exploration in vertical fields becomes limited.&lt;/p&gt;&#xA;&lt;p&gt;Overall, while the three major telecom operators are expected to see some recovery in their overall performance driven by emerging businesses in 2026, growth pressures will remain. Their strategic focus should shift towards expanding 5G applications, differentiating cloud services, and integrating AI innovations to prepare for the arrival of 6G.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Insta360 Launches Mic Air for AI Coding with TRAE</title>
            <link>https://gameflycenter.com/posts/note-77dfd35106/</link>
            <pubDate>Wed, 29 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-77dfd35106/</guid>
            <description>&lt;p&gt;Just recently, Insta360 announced that it achieved a revenue of 2.481 billion yuan in the first quarter of 2026, a year-on-year increase of 83.11%; however, the net profit attributable to shareholders of the listed company was 84.6202 million yuan, a year-on-year decrease of 52.02%. The surge in revenue and the sharp drop in profit are partly related to Insta360&amp;rsquo;s aggressive expansion, including a push into the drone market against DJI and an accelerated rollout of its wireless microphone product line.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;On April 27, Insta360 partnered with TRAE, an AI programming product under ByteDance, to launch the &amp;ldquo;Vibe Coding Mic Air&amp;rdquo; set.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;482px&#34; data-flex-grow=&#34;201&#34; height=&#34;1170&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-77dfd35106/img-3fee4b20c3.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-77dfd35106/img-3fee4b20c3_hu_cd2c096ad78c4e3c.jpeg 800w, https://gameflycenter.com/posts/note-77dfd35106/img-3fee4b20c3_hu_b8d4771522eb31e8.jpeg 1600w, https://gameflycenter.com/posts/note-77dfd35106/img-3fee4b20c3.jpeg 2354w&#34; width=&#34;2354&#34;&gt;&#xA;Image source: Insta360&lt;/p&gt;&#xA;&lt;p&gt;To be honest, when I first saw this product information, even after experiencing numerous AI hardware, I was a bit confused. Let’s briefly introduce the background: Vibe Coding is essentially a programming method where you tell the AI your requirements, then sit back and watch the AI write code for you.&lt;/p&gt;&#xA;&lt;p&gt;So how does Vibe Coding relate to a microphone? According to the introduction, this specialized Mic Air boasts &amp;ldquo;three major advantages&amp;rdquo;: high sampling rate and AI noise reduction ensure that the computer clearly hears the user&amp;rsquo;s commands, its compact and lightweight design allows users to speak softly while keeping the Mic Air close, and a 10-hour battery life supports long working hours.&lt;/p&gt;&#xA;&lt;p&gt;At this point, &lt;strong&gt;does anyone recall the night in May 2018 when Luo Yonghao performed using TNT&amp;rsquo;s &amp;ldquo;voice command&amp;rdquo; at the Bird&amp;rsquo;s Nest?&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;&amp;ldquo;Shh! Please speak quietly, don’t disturb me while I use TNT.&amp;rdquo; If Luo Yonghao had access to the Mic Air eight years ago, would there have been no subsequent &amp;ldquo;Long Live Understanding&amp;rdquo;?&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;voice-control-for-work-computers-is-a-misconception&#34;&gt;Voice Control for Work Computers is a Misconception&#xA;&lt;/h2&gt;&lt;p&gt;Although the Mic Air is marketed under the banner of &amp;ldquo;Vibe Coding,&amp;rdquo; it seems to me more like a conceptual peripheral created to forcefully enter the AI arena.&lt;/p&gt;&#xA;&lt;p&gt;Using voice interaction for AI programming is not a whimsical demand from Insta360 and the TRAE team. In March of this year, Claude Code officially launched its voice mode, allowing users to speak by holding down the space bar and releasing it to complete input. For programmers, there is indeed a demand for voice-based Vibe Coding, but a specialized microphone is not necessarily required.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;434px&#34; data-flex-grow=&#34;181&#34; height=&#34;596&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-77dfd35106/img-ece17658b7.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-77dfd35106/img-ece17658b7_hu_fa0a58d5c1d2aa00.jpeg 800w, https://gameflycenter.com/posts/note-77dfd35106/img-ece17658b7.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;(Source: Anthropic Claude)&lt;/p&gt;&#xA;&lt;p&gt;First of all, as a &amp;ldquo;Vibe Coding microphone,&amp;rdquo; &lt;strong&gt;the Mic Air lacks any irreplaceable technological barriers:&lt;/strong&gt; a 48kHz sampling rate, AI noise reduction, and long battery life are essentially basic features of professional lapel microphones and have no real connection to AI or Vibe Coding.&lt;/p&gt;&#xA;&lt;p&gt;For developers, existing laptop array microphones or professional noise-canceling headphones are already sufficient to support voice-to-text needs in quiet indoor environments. Even if a laptop&amp;rsquo;s built-in microphone is of poor quality, a headset with an independent microphone or a pair of mainstream TWS or open-ear headphones can better address this issue. After all, a company that allows &amp;ldquo;voice Vibe Coding&amp;rdquo; in an open office must also permit the use of noise-canceling headphones during work.&lt;/p&gt;&#xA;&lt;p&gt;Considering these factors, I believe &lt;strong&gt;that developers buying a microphone to specifically facilitate &amp;ldquo;Vibe Coding&amp;rdquo; is akin to purchasing an iPad solely for note-taking in preparation for graduate school:&lt;/strong&gt; there is not much connection between the &amp;ldquo;goal&amp;rdquo; and the &amp;ldquo;means.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;364px&#34; data-flex-grow=&#34;151&#34; height=&#34;1890&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-77dfd35106/img-ba680e9f8b.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-77dfd35106/img-ba680e9f8b_hu_52f0e1961315acf0.jpeg 800w, https://gameflycenter.com/posts/note-77dfd35106/img-ba680e9f8b_hu_1a5ed14952a59cc7.jpeg 1600w, https://gameflycenter.com/posts/note-77dfd35106/img-ba680e9f8b_hu_8b81e269d7692e4c.jpeg 2400w, https://gameflycenter.com/posts/note-77dfd35106/img-ba680e9f8b.jpeg 2872w&#34; width=&#34;2872&#34;&gt;&#xA;(Source: TRAE)&lt;/p&gt;&#xA;&lt;p&gt;On a positive note, the Insta360 Mic Air TRAE set will include access to the TRAE AI programming platform, and its price will remain consistent with that of a standard Mic Air set, unlike last year&amp;rsquo;s surge of AI concept peripherals that exploited the AI hype to sell at inflated prices. At least in this regard, Insta360 differs fundamentally from last year&amp;rsquo;s &amp;ldquo;AI mice.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Given Insta360&amp;rsquo;s product layout, I do not believe that Insta360 needs to hype its AI capabilities as a peripheral brand through Vibe Coding. This collaboration between Mic Air and TRAE seems more like a &amp;ldquo;co-branding&amp;rdquo; event between the two parties.&lt;/p&gt;&#xA;&lt;p&gt;In my view, while voice interaction is very convenient in everyday scenarios (including driving, walking, or lying down while using a phone), it is actually a very inefficient means of interaction in work scenarios.&lt;/p&gt;&#xA;&lt;p&gt;From an information density perspective, voice contains many filler words, repetitions, pauses, and other &amp;ldquo;non-informational components,&amp;rdquo; resulting in a lower information density compared to text (this discussion focuses solely on information density, not input speed). For an inherently unstable service like AI, &lt;strong&gt;lower information density amplifies distortions in the information processing.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;360px&#34; data-flex-grow=&#34;150&#34; height=&#34;1024&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-77dfd35106/img-dda03785a1.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-77dfd35106/img-dda03785a1_hu_af6fc69297318905.jpeg 800w, https://gameflycenter.com/posts/note-77dfd35106/img-dda03785a1.jpeg 1536w&#34; width=&#34;1536&#34;&gt;&#xA;(Source: Generated by ChatGPT)&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Moreover, voice input is not suitable for &amp;ldquo;long thinking&amp;rdquo; by humans.&lt;/strong&gt; As I write this text, I constantly refine it, quickly adjusting the order of phrases, adding or deleting content. Modifying a long prompt several hundred words long before sending it to AI does not take much time, but requiring users to clearly articulate lengthy requirements verbally is challenging. In WeChat chats, the built-in voice-to-text feature works well, but it still allows me to edit before sending.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Furthermore, voice input is an input method with strong &amp;ldquo;exclusivity.&amp;rdquo;&lt;/strong&gt; In a small space where multiple developers are talking at once, even if everyone tries to control their volume, the sound energy will accumulate; combined with the tendency for people to raise their voices in background noise, the office will inevitably become &amp;ldquo;lively.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Additionally, voice input faces language logic differences and security risks. I believe that at least in work scenarios, AI interaction based on voice will be a misconception.&lt;/p&gt;&#xA;&lt;p&gt;Since voice interaction has many flaws in office settings, what kind of AI interaction do we actually need?&lt;/p&gt;&#xA;&lt;h2 id=&#34;multimodal--agent-is-the-correct-answer-for-ai-interaction&#34;&gt;Multimodal + Agent is the Correct Answer for AI Interaction&#xA;&lt;/h2&gt;&lt;p&gt;In my view, current AI on PC has evolved to the stage of &amp;ldquo;multimodal input + Agent automatic execution.&amp;rdquo; The truly efficient interaction method at this point should be &lt;strong&gt;visual and pointer input (precise targeting) combined with proactive AI-predicted options.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Multimodal paired with AI Agents &lt;strong&gt;means that AI has transcended the limitations of the &amp;ldquo;text box&amp;rdquo;&lt;/strong&gt; and can actively &amp;ldquo;perceive&amp;rdquo; and execute. Given this, we should not view AI interaction issues through the outdated model of &amp;ldquo;text window + voice input.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;In the Vibe Coding scenario, the most efficient action is not to speak prompts into a microphone but to select code with a cursor (or use an eye-tracking camera to capture visual focus). &lt;strong&gt;The AI Agent, upon receiving input, will actively infer the user&amp;rsquo;s &amp;ldquo;intent&amp;rdquo; and provide corresponding shortcut options, allowing users to click or voice-select the next step.&lt;/strong&gt; Ultimately, what programmers need is not just a listening device, but an AI project manager. They articulate requirements to the AI project manager, who, based on their observations, perceptions, understanding, and predictive abilities, organizes the information into documents and directs the Agents to get to work.&lt;/p&gt;&#xA;&lt;p&gt;Last week, I experienced the Pura X Max&amp;rsquo;s companion AI, which employs the &amp;ldquo;AI predicts the next action&amp;rdquo; model, and the experience was indeed quite impressive.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;164px&#34; data-flex-grow=&#34;68&#34; height=&#34;1848&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-77dfd35106/img-2dd8e7526c.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-77dfd35106/img-2dd8e7526c_hu_54150f06e7ea8cd.jpeg 800w, https://gameflycenter.com/posts/note-77dfd35106/img-2dd8e7526c.jpeg 1264w&#34; width=&#34;1264&#34;&gt;&#xA;(Source: 雷科技)&lt;/p&gt;&#xA;&lt;p&gt;The widespread ridicule of TNT was not due to the issues with the touch selection + voice command model, but rather because the natural language understanding models of that time could not fulfill &amp;ldquo;accurate operational requirements&amp;rdquo; with &amp;ldquo;vague voice commands.&amp;rdquo; However, times have changed; &lt;strong&gt;rapidly evolving AI Agents may not even require users to speak to complete corresponding tasks.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;As long as future AI Agents can actively respond and reduce the need for user input &amp;ldquo;precision,&amp;rdquo; both voice input and cursor clicks or shortcut selections can &lt;strong&gt;provide users with comprehensive services, albeit in different contexts.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;It can only be said that the TNT released in 2018 indeed appeared in the &amp;ldquo;wrong era.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h2 id=&#34;dji-and-hollyland-compete-in-wireless-microphones&#34;&gt;DJI and Hollyland Compete in Wireless Microphones&#xA;&lt;/h2&gt;&lt;p&gt;In my view, Insta360&amp;rsquo;s launch of the &amp;ldquo;TRAE programming set&amp;rdquo; can also be seen as a charge by a &amp;ldquo;new peripheral brand&amp;rdquo; into productivity scenarios in the AI era.&lt;/p&gt;&#xA;&lt;p&gt;In recent years, &lt;strong&gt;with the explosion of short videos and live streaming, the wireless lapel microphone market has experienced a frenzy of growth.&lt;/strong&gt; Newcomers like DJI and Hollyland have seized significant market share from professional audio brands like Rode, Sony, and Sennheiser, thanks to superior sound pickup and noise reduction capabilities, longer battery life, more stable wireless transmission, smaller sizes, and lower prices.&lt;/p&gt;&#xA;&lt;p&gt;Recently, after Zhang Xue won the championship at the Zhang Xue motorcycle event, she was interviewed by the media with a circle of microphones (mainly DJI Mic) around her neck, vividly illustrating the status of wireless microphones in the self-media era.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;316px&#34; data-flex-grow=&#34;131&#34; height=&#34;455&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-77dfd35106/img-eb304d173c.jpeg&#34; width=&#34;600&#34;&gt;&#xA;(Source: Chongqing Daily)&lt;/p&gt;&#xA;&lt;p&gt;The DJI Mic series around Zhang Xue&amp;rsquo;s neck has almost defined the standard for &amp;ldquo;good wireless microphones&amp;rdquo;; purchasing a Pocket along with a set of DJI Mic has become the default equipment for new domestic video creators.&lt;/p&gt;&#xA;&lt;p&gt;Last week, DJI launched the new DJI Mic mini series, enhancing the product&amp;rsquo;s visual design while maximizing its hardware strength, &lt;strong&gt;aiming to change the public&amp;rsquo;s stereotype of lapel microphones as &amp;ldquo;black boxes&amp;rdquo; and pursue the product&amp;rsquo;s &amp;ldquo;artistic value.&amp;rdquo; More importantly, the colorful design allows the product to blend with the speaker (interviewee), non-intrusively and without disrupting the visual focus.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 7&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;400px&#34; data-flex-grow=&#34;166&#34; height=&#34;2448&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-77dfd35106/img-ceff0a747e.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-77dfd35106/img-ceff0a747e_hu_88754befa3c82f14.jpeg 800w, https://gameflycenter.com/posts/note-77dfd35106/img-ceff0a747e_hu_c62ca0616f875d44.jpeg 1600w, https://gameflycenter.com/posts/note-77dfd35106/img-ceff0a747e_hu_9669b60598869dc0.jpeg 2400w, https://gameflycenter.com/posts/note-77dfd35106/img-ceff0a747e.jpeg 4080w&#34; width=&#34;4080&#34;&gt;&#xA;(Source: 雷科技)&lt;/p&gt;&#xA;&lt;p&gt;Hollyland&amp;rsquo;s product strategy differs somewhat from DJI&amp;rsquo;s; it adopts an &amp;ldquo;industry-level technology dissemination&amp;rdquo; approach, leveraging its rich technical experience in film and broadcasting to become a strong player in the lapel microphone market. DJI&amp;rsquo;s Wang Tao even directly listed it as one of the competitors in his vision during a recent interview.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 8&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;768px&#34; data-flex-grow=&#34;320&#34; height=&#34;2400&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-77dfd35106/img-9ca2192cc0.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-77dfd35106/img-9ca2192cc0_hu_3ba405cbf400b50e.jpeg 800w, https://gameflycenter.com/posts/note-77dfd35106/img-9ca2192cc0_hu_7de4f8d8b2f28062.jpeg 1600w, https://gameflycenter.com/posts/note-77dfd35106/img-9ca2192cc0_hu_3bf8d6f12a2f0f0a.jpeg 2400w, https://gameflycenter.com/posts/note-77dfd35106/img-9ca2192cc0.jpeg 7680w&#34; width=&#34;7680&#34;&gt;&#xA;(Source: Hollyland)&lt;/p&gt;&#xA;&lt;p&gt;However, the video shooting peripheral market has already become saturated, and every content creator with filming needs likely has two or three sets of microphones. Even I, who usually just film myself racing on the track, own three cameras and two sets of microphones. In the era of AI-generated videos, the growth rate of novice users with genuine filming needs is slowing down.&lt;/p&gt;&#xA;&lt;p&gt;In other words, &lt;strong&gt;the hardware competition in the lapel microphone sector has reached its limit—&lt;/strong&gt; everyone has noise reduction, touch boxes, and ultra-long battery life; the only factors left to compete on are appearance, price, and stability.&lt;/p&gt;&#xA;&lt;p&gt;Insta360&amp;rsquo;s &amp;ldquo;cross-industry&amp;rdquo; move to create an AI programming set is essentially an attempt to find a new market in &amp;ldquo;non-filming scenarios,&amp;rdquo; thereby avoiding the spotlight of DJI and Hollyland. The positioning of the &amp;ldquo;Vibe Coding microphone&amp;rdquo; brings it to the attention of programmers, a new user group in the industry.&lt;/p&gt;&#xA;&lt;p&gt;The collaborative promotion model with TRAE can also create new differentiators beyond traditional hardware performance. Yes, once TRAE officially launches, other microphone brands will also enter the market.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 9&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;306px&#34; data-flex-grow=&#34;127&#34; height=&#34;1880&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-77dfd35106/img-085d6534a2.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-77dfd35106/img-085d6534a2_hu_a704edbccb0483ed.jpeg 800w, https://gameflycenter.com/posts/note-77dfd35106/img-085d6534a2_hu_2ca2cb47017b4544.jpeg 1600w, https://gameflycenter.com/posts/note-77dfd35106/img-085d6534a2.jpeg 2400w&#34; width=&#34;2400&#34;&gt;&#xA;While voice interaction in office settings is indeed a misconception, the approach of exploring new scenarios and markets in productivity is a necessary step for microphone manufacturers facing severe internal competition.&lt;/p&gt;&#xA;&lt;p&gt;Ultimately, the emergence of AI hardware like the Insta360 Mic Air TRAE limited set is &lt;strong&gt;a breakthrough action by brands developed in the video era, navigating the challenges of the AI era.&lt;/strong&gt; With more sensitive network awareness and a focused product line, cross-industry players like Insta360 and new peripheral brands are bound to leave behind arrogant giants like Logitech in the dust.&lt;/p&gt;&#xA;&lt;p&gt;It is time for Chinese AI brands to define human-computer interaction in the AI era.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>The Mutual Empowerment of AI and Humanities</title>
            <link>https://gameflycenter.com/posts/note-80363288a2/</link>
            <pubDate>Wed, 29 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-80363288a2/</guid>
            <description>&lt;h2 id=&#34;the-mutual-empowerment-of-ai-and-humanities&#34;&gt;The Mutual Empowerment of AI and Humanities&#xA;&lt;/h2&gt;&lt;p&gt;Generative AI is profoundly changing various fields such as education, employment, entertainment, healthcare, transportation, and elder care, becoming a hot topic. The relationship between the humanities and generative AI is complex and symbiotic. AI reshapes the forms and future development paths of the humanities, while the demands of AI development highlight the value of the humanities. In this sense, the development of the humanities will fundamentally influence the cognitive heights and social acceptance achievable by AI.&lt;/p&gt;&#xA;&lt;h2 id=&#34;bridging-humanities-scholars-to-multidisciplinary-fields&#34;&gt;Bridging Humanities Scholars to Multidisciplinary Fields&#xA;&lt;/h2&gt;&lt;p&gt;As modern disciplines become increasingly specialized, the humanities face barriers not only with natural sciences but also with social sciences, leading to a potential &amp;ldquo;knowledge dilemma.&amp;rdquo; It is challenging to find scholars within the humanities who can bridge literature, art, philosophy, history, and language, resulting in a limitation of &amp;ldquo;partial profundity&amp;rdquo; in contemporary humanities. The emergence of AI offers new solutions to this issue.&lt;/p&gt;&#xA;&lt;p&gt;Large language models, constructed through deep learning on vast amounts of text, represent a highly condensed form of human written knowledge. They utilize neural network architectures and algorithm-driven probabilistic predictions to achieve context awareness and perform human-like logical reasoning under specific prompts. In this context, AI can serve as a powerful assistant for humanities scholars, providing a bridge to multidisciplinary fields and empowering the production of humanistic knowledge through information search, literature screening, semantic analysis, and cross-domain integration.&lt;/p&gt;&#xA;&lt;p&gt;Currently influential &amp;ldquo;distant reading&amp;rdquo; methods utilize AI models to establish interdisciplinary literary criticism and research modes based on the overall framework of world literature. Unlike traditional literary studies that advocate close readings of a few classics, distant reading employs data mining and quantitative analysis on large text collections to reveal themes, emotional tendencies, plot structures, and linguistic features, thereby macro-describing the development of human literature. This effectively addresses the technical challenges of processing vast amounts of text and cross-cultural knowledge that traditional literary history and world literature research cannot resolve.&lt;/p&gt;&#xA;&lt;h2 id=&#34;updating-methods-and-paradigms-in-humanities&#34;&gt;Updating Methods and Paradigms in Humanities&#xA;&lt;/h2&gt;&lt;p&gt;China has a long and rich tradition of humanities scholarship, but the term &amp;ldquo;humanities&amp;rdquo; emerged in the twentieth century. During the Enlightenment in the West, humanities scholars sought to find their unique nature and methods outside of natural sciences. They viewed the humanities as a &amp;ldquo;new science&amp;rdquo; concerning human thoughts and behaviors, distinct from natural sciences, emphasizing individualized methods linked to values and attempting to construct epistemology and methodology for the humanities.&lt;/p&gt;&#xA;&lt;p&gt;In general, within this logic, criticized later as the &amp;ldquo;spirit-nature dualism,&amp;rdquo; the humanities emphasize &amp;ldquo;thought of existence,&amp;rdquo; studying objects that exist in symbolic forms such as language, text, images, and rituals, involving faith, conscience, emotion, aesthetics, values, and ideals—elements that are difficult to quantify. This includes deep individual psychology, instincts, consciousness, and the collective unconscious, embodying intrinsic characteristics such as value, culture, individuality, spirituality, emotion, thought, and symbolism. Methodologically, the humanities focus on empathetic understanding, reflective experience, and intuitive insight, aiming to reveal unique individual experiences, complex spiritual worlds, and deep cultural meanings that cannot be captured by replicable, quantifiable, and verifiable techniques of natural sciences.&lt;/p&gt;&#xA;&lt;p&gt;As disciplines develop, this binary oppositional thinking model is continuously reflected upon. Marx once stated, &amp;ldquo;Natural sciences will eventually include the science of humans, just as the science of humans includes natural sciences: this will be one science.&amp;rdquo; Emerging digital humanities research not only deeply examines the humanistic concerns and governance challenges brought by digital technology but also actively explores new research methods and paradigms from digital technology, reshaping the landscape of humanities research. Various literary labs and quantitative humanities research initiatives are continuously emerging. AI has evolved from a mere auxiliary tool to a key force driving paradigm innovation, providing humanities scholars with new interdisciplinary research perspectives and theoretical innovation support, significantly expanding the breadth and depth of humanistic research experiences.&lt;/p&gt;&#xA;&lt;h2 id=&#34;enhancing-critical-thinking-and-writing-skills-through-human-ai-collaboration&#34;&gt;Enhancing Critical Thinking and Writing Skills through Human-AI Collaboration&#xA;&lt;/h2&gt;&lt;p&gt;A unique aspect of the humanities is that its knowledge forms often manifest as narrative or speculative texts, expressing researchers&amp;rsquo; unique insights and profound thoughts on human existence, values, and meanings through written language. This differs from natural sciences, which use formulaic deductions, data charts, and repeatable experiments for validation, and from social sciences, which heavily rely on surveys and statistical models. Humanistic writing not only expresses thoughts and emotions but also integrates creativity, criticality, and reflexivity into a comprehensive cognitive movement. &amp;ldquo;Writing is thinking&amp;rdquo;—it is a process of generating and deepening thoughts and feelings. Writing can stimulate creative vitality, enhance self-reflection, and expand expressive boundaries, where linguistic sensitivity, cognitive penetration, and cultural insight are intertwined. Scholars have pointed out that writing style itself carries researchers&amp;rsquo; unique emotional tones, academic judgments, and value positions. In this sense, humanistic writing is a core aspect of academic research; it is not only a means of knowledge production in the humanities but also reflects its modes of thinking and disciplinary characteristics, serving as a fundamental medium for maintaining academic existence and promoting scholarly exchange, as well as a vital source of disciplinary vitality. Whether expressing philosophical thoughts and ultimate meanings, describing historical contexts and events, or constructing values and poetic insights in literary criticism and research, the processes of material organization, structural integration, logical reasoning, and argumentation, as well as deepening thoughts and refining spiritual experiences, are all accomplished through creative writing.&lt;/p&gt;&#xA;&lt;p&gt;Current AI models can transfer the language structures, argumentation patterns, and disciplinary terminologies learned from vast corpora into specific humanistic fields of knowledge production, promoting human-AI collaboration and achieving a holistic leap in humanistic writing. On one hand, in humanistic academic writing, researchers can fully leverage AI&amp;rsquo;s powerful data processing capabilities, efficiently collecting, systematically organizing, and deeply analyzing large amounts of literature before writing. During the writing process, through human-AI collaboration and dialogue, they can organically integrate dispersed knowledge, building new knowledge graphs and cognitive frameworks that help researchers break through existing theoretical and cognitive limitations, uncover deep thoughts and internal logical structures from complex texts, reveal developmental laws, distill core concepts, and ultimately give birth to new knowledge outcomes. This process is not merely an accumulation of knowledge but an innovative mechanism capable of generating specific theoretical results, opening up new pathways for academic research and knowledge innovation. On the other hand, AI can provide local refinement and overall optimization of professional academic expressions. This can correct, adjust, and enhance the quality of humanistic academic expressions in terms of knowledge, normativity, logic, and systematics, even forcing low-quality academic research to exit relevant fields. Sometimes, certain academic debates in the humanities suffer from insufficient materials, unclear concepts, and weak logic, and AI assistance can significantly improve the quality of academic discourse and enhance its value.&lt;/p&gt;&#xA;&lt;p&gt;The involvement of AI is not a simple process of machine-assisted writing; rather, it is a process of deepening thought, stimulating inspiration, and optimizing expression through human-AI interaction and dialogue. This process places high demands on researchers&amp;rsquo; AI literacy, particularly in terms of correctly inputting commands, providing high-level prompts, and deeply interpreting output results. These capabilities determine the effectiveness of using AI tools. Here, the ability to pose genuine, good, and new questions becomes extremely important, returning to the essence of academic research. Moreover, as some studies have pointed out, AI excels at knowledge inheritance but falls short in creative thinking, making it difficult to replace human involvement in theoretical construction, critical reflection, value selection, and aesthetic judgment. Human intuition in discovering subtle connections among vast information, strategic choices based on value positions, and unique expressions arising from aesthetic tastes are all of significant importance. Without human verification, modification, and deepening, content generated by AI will carry a strong &amp;ldquo;machine flavor,&amp;rdquo; presenting as uniform and homogenized expressions.&lt;/p&gt;&#xA;&lt;p&gt;To ensure the academic independence of thought, unique insights, and distinctive academic style, the personal characteristics of humanities researchers—such as talent, courage, insight, and ability—should not be diminished by machine assistance, and dependency thinking and intellectual inertia should be avoided. Otherwise, their research outcomes may lose the dynamism inherent in humanistic research. Humanities research must always reflect &amp;ldquo;the human&amp;rdquo; and integrate personal life experiences into academic exploration, responding to the challenges of the times with keen perception, unique creativity, and a critical spirit in pursuit of truth. People should be able to feel the emotional investment and value care of researchers, encompassing both depth of thought and warmth of emotion.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-development-of-ai-relies-on-humanities-understanding-of-human&#34;&gt;The Development of AI Relies on Humanities Understanding of &amp;ldquo;Human&amp;rdquo;&#xA;&lt;/h2&gt;&lt;p&gt;As a mirror of human intelligence, AI can help humans understand the essence of &amp;ldquo;what it means to be human&amp;rdquo; more profoundly. At the same time, human understanding of itself becomes the fundamental basis for the future development and governance of AI technology. Marx pointed out, &amp;ldquo;Conscious life activity distinguishes humans from animal life activities directly.&amp;rdquo; Thus, human strength lies in its possession of intellect, practical creativity, and the ability to continuously acquire knowledge and skills through learning to achieve goals.&lt;/p&gt;&#xA;&lt;p&gt;Currently, AI still belongs to the imitation of human intelligence, performing like humans. Its development goal should gradually align with the internal cognitive structures and creative mechanisms of humans, rather than merely replicating external behaviors. The emergence of generative AI is not accidental; it is a product of human creativity and self-awareness reaching a certain stage. Although current specialized vertical models have demonstrated superior execution efficiency and accuracy in specific tasks and fields, they essentially remain tools for humans. To date, &amp;ldquo;general models&amp;rdquo; that autonomously adapt to different environments and needs often perform worse than human infants when faced with new situations, counterfactual questions, or common-sense reasoning. Fundamentally, current AI knows what to do but may not understand the underlying principles and logic. The AI black box has yet to be opened, and it cannot evolve from an imitator to an understander. Questions regarding the generative mechanisms and operational modes of human intellect become particularly important in this context. Human reflection on AI is also a re-examination of the complex intelligent entity that is humanity itself, further making a groundbreaking effort to uncover the deep essence of humanity and understand &amp;ldquo;what it means to be human&amp;rdquo; by comparing it with non-human intelligent entities.&lt;/p&gt;&#xA;&lt;p&gt;Whether in natural sciences or humanities and social sciences, there is an ongoing alternation and repetition between the &amp;ldquo;demystification&amp;rdquo; and &amp;ldquo;enchantment&amp;rdquo; of humans, with the core of &amp;ldquo;enchantment&amp;rdquo; always being the mystery of humanity itself. Without a profound understanding of one&amp;rsquo;s own intellect, a &amp;ldquo;general model&amp;rdquo; cannot truly emerge, just as Marx stated, &amp;ldquo;The dissection of the human body is a key to the dissection of the monkey body.&amp;rdquo; The signs of higher animals manifested in lower animals can only be understood after the higher animals themselves have been recognized. Understanding humans and comprehending humanity is the fundamental nature and basic value goal of the humanities. Today, the many &amp;ldquo;explainability issues&amp;rdquo; of AI largely stem from humanity&amp;rsquo;s insufficient understanding of its own intellect. Breakthroughs in AI creation, technology governance, and value alignment require a prior understanding of humanity&amp;rsquo;s essence. The level of development in the humanities determines the future possibilities for the development of &amp;ldquo;general models.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;From the perspective of the relationship between the humanities and social life, the humanities cannot be replaced by AI, as they possess reflexivity. Every emergence and change of humanistic cognition and understanding intervenes in the development of social life and the construction of human hearts, embodying the quality of &amp;ldquo;establishing heart for heaven and earth, and establishing destiny for the people.&amp;rdquo; In this sense, the development of the humanities is not a linear process of progress; various humanistic thoughts cannot simply be added together to form a single ultimate truth but coexist in a pluralistic manner, collectively shaping the rich spiritual world of society and individuals. It can be said that the progress of humanities scholarship alters humans and their understanding of the world, thereby exerting a significant influence on generative AI. At the same time, the impacts of new technologies like AI on society and humanity also constitute a focus of humanistic scholarship, with related reflections becoming part of the human spiritual world. The humanities and AI are always in a dynamic interplay of coexistence and mutual promotion. It is essential to remember that AI is created by humans, and humanity must possess the ability to truly understand and effectively control its creations. In this sense, we are fully confident that humanistic thought can illuminate the future path of AI.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Anthropic&#39;s Sudden Account Ban Leaves 110 Employees in Limbo</title>
            <link>https://gameflycenter.com/posts/note-aa5e1faab8/</link>
            <pubDate>Tue, 28 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-aa5e1faab8/</guid>
            <description>&lt;p&gt;&lt;strong&gt;A sudden incident!&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;After 60 Claude accounts were cut off overnight, another shocking event occurred at Anthropic.&lt;/p&gt;&#xA;&lt;p&gt;On Monday morning, 110 employees opened their computers, ready to work, only to find they couldn&amp;rsquo;t log into Claude. It wasn&amp;rsquo;t just one person; all accounts were suspended simultaneously.&lt;/p&gt;&#xA;&lt;p&gt;The first signs of trouble appeared in the operations channel on Slack. One person shared a screenshot, followed by others, and within ten minutes, the entire company was asking the same question: &amp;ldquo;What happened to my Claude?&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;The answer quickly emerged—this was not an individual issue; all accounts had been banned by Anthropic.&lt;/p&gt;&#xA;&lt;p&gt;Each employee received the same cold email, uniformly formatted:&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;Your account has been suspended due to detected violations of usage policies. To appeal, please submit a request via the link below.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;284px&#34; data-flex-grow=&#34;118&#34; height=&#34;443&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-aa5e1faab8/img-97ffad8166.jpeg&#34; width=&#34;526&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Ironically, this email masqueraded as a personal violation notice. Each recipient felt it was a personal problem, with no mention that this was an organization-wide ban.&lt;/p&gt;&#xA;&lt;p&gt;Even the company administrator received no prior notification.&lt;/p&gt;&#xA;&lt;h2 id=&#34;one-person&#34;&gt;&lt;strong&gt;One person&amp;rsquo;s violation, the whole company suffers&lt;/strong&gt;&#xA;&lt;/h2&gt;&lt;p&gt;This company, based in the United States, employs 110 people and operates across data analysis, field decision support, and supply chain optimization.&lt;/p&gt;&#xA;&lt;p&gt;Claude was integrated into nearly every aspect of their operations.&lt;/p&gt;&#xA;&lt;p&gt;Engineers used it for coding and code reviews, product managers for requirement analysis, operations for customer communication, and data teams for running models.&lt;/p&gt;&#xA;&lt;p&gt;It wasn&amp;rsquo;t just an occasional tool; it was essential.&lt;/p&gt;&#xA;&lt;p&gt;Then, with one swift action, Anthropic cut them off entirely.&lt;/p&gt;&#xA;&lt;p&gt;The founder posted on Reddit&amp;rsquo;s r/ClaudeAI board with a title as blunt as a slap:&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;&lt;strong&gt;Anthropic banned our entire company&amp;rsquo;s accounts, 110 people, zero warning.&lt;/strong&gt;&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;228px&#34; data-flex-grow=&#34;95&#34; height=&#34;1133&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-aa5e1faab8/img-f386d6b1c1.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-aa5e1faab8/img-f386d6b1c1_hu_e5f95039a604422e.jpeg 800w, https://gameflycenter.com/posts/note-aa5e1faab8/img-f386d6b1c1.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The post received 2.4K upvotes and 334 comments, quickly rising to the top of the board.&lt;/p&gt;&#xA;&lt;p&gt;One of the most heartbreaking comments read: &amp;ldquo;So one employee triggered some rule, and the entire organization was wiped out? What kind of collective punishment is this?&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Yes, it was collective punishment.&lt;/p&gt;&#xA;&lt;p&gt;According to the founder, Anthropic&amp;rsquo;s banning logic is that if any account within an organization shows signs of violation, all accounts are suspended without distinction.&lt;/p&gt;&#xA;&lt;p&gt;No differentiation between personal and organizational accounts, no distinction between violators and innocent parties, and no opportunity for administrators to intervene.&lt;/p&gt;&#xA;&lt;p&gt;One person crosses the line, and 110 pay the price.&lt;/p&gt;&#xA;&lt;h3 id=&#34;api-still-charging-36-hours-with-no-response&#34;&gt;&lt;strong&gt;API still charging, 36 hours with no response&lt;/strong&gt;&#xA;&lt;/h3&gt;&lt;p&gt;Even more absurd than the account bans was that the API continued to charge.&lt;/p&gt;&#xA;&lt;p&gt;After all accounts were suspended, the company discovered that while they couldn&amp;rsquo;t log in, API calls were still being billed.&lt;/p&gt;&#xA;&lt;p&gt;Despite their Team account being banned and the administrator&amp;rsquo;s email being disabled, their independent API account continued to rack up charges in the background.&lt;/p&gt;&#xA;&lt;p&gt;Even more ridiculous, the day after the ban, they received a timely renewal invoice.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;&amp;ldquo;I can&amp;rsquo;t let you in, but I must make you pay.&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This logic transcends commercial service, resembling a feudal rent system in the digital age—where the lord takes back the land but still demands the tenant pay for this year&amp;rsquo;s harvest.&lt;/p&gt;&#xA;&lt;p&gt;This isn&amp;rsquo;t a bug; it&amp;rsquo;s an insult.&lt;/p&gt;&#xA;&lt;p&gt;The founder immediately submitted an appeal. Following the link in the email, he filled out the form, included company information, and explained their business context.&lt;/p&gt;&#xA;&lt;p&gt;Then he waited—&lt;/p&gt;&#xA;&lt;p&gt;12 hours, no response.&lt;/p&gt;&#xA;&lt;p&gt;24 hours, no response.&lt;/p&gt;&#xA;&lt;p&gt;36 hours, still no response.&lt;/p&gt;&#xA;&lt;p&gt;No customer service, no emergency channels, no enterprise support access. A paying company of 110 employees faced the same appeals process as a free user—fill out a Google form and hope for the best.&lt;/p&gt;&#xA;&lt;p&gt;One commenter summed it up accurately: &amp;ldquo;Anthropic&amp;rsquo;s enterprise support is virtually nonexistent. They don&amp;rsquo;t treat enterprise customers like enterprise customers.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Reports indicate that Anthropic began mass account bans on April 18.&lt;/p&gt;&#xA;&lt;p&gt;Moreover, Anthropic not only selectively bans users but also refuses to acknowledge errors, remaining silent:&lt;/p&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;They remained silent about the performance decline of their Opus model and denied any issues until competitors released new models on the same day.&lt;/p&gt;&#xA;&lt;p&gt;Their excuse was both foolish and dishonest: claiming it was a software bug rather than an issue with the model itself.&lt;/p&gt;&#xA;&lt;p&gt;However, the described bugs were obvious, and any junior student would know where to investigate, yet they claimed it took them two months to figure out the problem.&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;214px&#34; data-flex-grow=&#34;89&#34; height=&#34;1211&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-aa5e1faab8/img-5dab8edf9a.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-aa5e1faab8/img-5dab8edf9a_hu_35dc68e186ff9a40.jpeg 800w, https://gameflycenter.com/posts/note-aa5e1faab8/img-5dab8edf9a.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;If this were an isolated incident, it could be dismissed as a system misjudgment. But it isn&amp;rsquo;t.&lt;/p&gt;&#xA;&lt;h3 id=&#34;this-isn&#34;&gt;&lt;strong&gt;This isn&amp;rsquo;t the first time&lt;/strong&gt;&#xA;&lt;/h3&gt;&lt;p&gt;Not long ago, Pato Molina, CTO of the Latin American fintech company Belo, tweeted that over 60 Claude accounts were collectively banned overnight, also with zero warning and only a cold template email, and similarly faced an unresponsive appeals process.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;215px&#34; data-flex-grow=&#34;89&#34; height=&#34;1204&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-aa5e1faab8/img-f04d53300a.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-aa5e1faab8/img-f04d53300a_hu_ac4d070e87633390.jpeg 800w, https://gameflycenter.com/posts/note-aa5e1faab8/img-f04d53300a.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Eventually, the accounts were restored, but Anthropic&amp;rsquo;s response was equally terse: &amp;ldquo;After investigation, accounts have been restored. We apologize for the inconvenience.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;What policies were violated? What did the investigation reveal? Why the collective ban? Not a word of explanation.&lt;/p&gt;&#xA;&lt;p&gt;Earlier, Peter Steinberger, creator of OpenClaw, had his Claude account banned, predicting that OpenClaw&amp;rsquo;s compatibility with Anthropic&amp;rsquo;s model was in jeopardy!&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;219px&#34; data-flex-grow=&#34;91&#34; height=&#34;1183&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-aa5e1faab8/img-401940636b.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-aa5e1faab8/img-401940636b_hu_f7bd8e7e1e98e6ea.jpeg 800w, https://gameflycenter.com/posts/note-aa5e1faab8/img-401940636b.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Anthropic engineer Thariq denied any connection to OpenClaw, and the next day Peter Steinberger&amp;rsquo;s account was restored—again, with no formal explanation.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;346px&#34; data-flex-grow=&#34;144&#34; height=&#34;748&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-aa5e1faab8/img-d412099d65.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-aa5e1faab8/img-d412099d65_hu_9d64160cd7045f45.jpeg 800w, https://gameflycenter.com/posts/note-aa5e1faab8/img-d412099d65.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;In January, Anthropic tightened security measures for third-party tool access, with official technicians publicly admitting it caused &amp;ldquo;unexpected collateral damage.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 7&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;607px&#34; data-flex-grow=&#34;252&#34; height=&#34;427&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-aa5e1faab8/img-69bb31ae00.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-aa5e1faab8/img-69bb31ae00_hu_f7448e66469be4bf.jpeg 800w, https://gameflycenter.com/posts/note-aa5e1faab8/img-69bb31ae00.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;A number of developers using Claude integrated through IDEs like Cursor were mistakenly banned by the automated system.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 8&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;324px&#34; data-flex-grow=&#34;135&#34; height=&#34;799&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-aa5e1faab8/img-83957f87de.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-aa5e1faab8/img-83957f87de_hu_ee454c10a744f0b7.jpeg 800w, https://gameflycenter.com/posts/note-aa5e1faab8/img-83957f87de.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Several users even reported that their paid accounts were incorrectly flagged as &amp;ldquo;minors&amp;rdquo; and banned. An adult, paying for Pro, was deemed a child by the AI system and kicked out.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 9&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;271px&#34; data-flex-grow=&#34;113&#34; height=&#34;955&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-aa5e1faab8/img-1481f3fda4.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-aa5e1faab8/img-1481f3fda4_hu_2738aaf06fe5ab01.jpeg 800w, https://gameflycenter.com/posts/note-aa5e1faab8/img-1481f3fda4.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The pattern is clear: Anthropic&amp;rsquo;s automated risk control system suffers from systemic false positives, and its customer support system cannot keep up with the scale and speed of these errors.&lt;/p&gt;&#xA;&lt;h2 id=&#34;9-seconds-a-company-gone-claude-goes-rogue-and-deletes-everything&#34;&gt;&lt;strong&gt;9 seconds, a company gone! Claude goes rogue and deletes everything&lt;/strong&gt;&#xA;&lt;/h2&gt;&lt;p&gt;In just 9 seconds, the car rental SaaS platform PocketOS was completely wiped out by Claude.&lt;/p&gt;&#xA;&lt;p&gt;The founder posted a complaint, stating that while using Cursor powered by Claude Opus 4.6 for routine tasks in the staging environment, it suddenly went rogue and deleted the company&amp;rsquo;s core production database and all volume backups in just 9 seconds.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 10&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;276px&#34; data-flex-grow=&#34;115&#34; height=&#34;938&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-aa5e1faab8/img-718fdcbea8.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-aa5e1faab8/img-718fdcbea8_hu_827ef2b5e4eca12e.jpeg 800w, https://gameflycenter.com/posts/note-aa5e1faab8/img-718fdcbea8.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The absurdity of the situation is almost comical.&lt;/p&gt;&#xA;&lt;p&gt;Crane simply asked Cursor to assist with a routine database migration task—something every developer does daily.&lt;/p&gt;&#xA;&lt;p&gt;But Claude did not execute the migration as expected. It &amp;ldquo;understood&amp;rdquo; the task and made its own judgment—clear everything out first, then rebuild.&lt;/p&gt;&#xA;&lt;p&gt;The problem was, it only completed the first half.&lt;/p&gt;&#xA;&lt;p&gt;Crane later detailed the entire process on social media. The AI assistant connected to the production database hosted by Railway, gained full read-write access, and executed the delete operation in one go.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;9 seconds. Clean and thorough.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;His first reaction was to look for backups. The backups were also on Railway and had been cleared.&lt;/p&gt;&#xA;&lt;p&gt;If Claude was the trigger-puller, then the cloud service provider &lt;strong&gt;Railway&lt;/strong&gt; provided the perfect venue and an unlocked gun for this murder.&lt;/p&gt;&#xA;&lt;p&gt;Founder Jer Crane&amp;rsquo;s anger accurately hit the hypocrisy of current cloud infrastructure:&lt;/p&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;Railway claims to provide backups, yet stores them on the same physical volume as the original data.&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;p&gt;This means that when the house catches fire, the lifebuoy is locked in the burning bedroom. Such design logic is absurdly regressive in 2026.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;The most terrifying aspect of this incident is not the speed but the permissions.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;As an AI programming assistant, Cursor naturally needs access to codebases and databases.&lt;/p&gt;&#xA;&lt;p&gt;Developers typically grant it connection permissions to the production environment for efficiency.&lt;/p&gt;&#xA;&lt;p&gt;A token initially meant for domain management ended up having root permissions to delete the entire production environment.&lt;/p&gt;&#xA;&lt;p&gt;Without role-based access control (RBAC) and environment isolation, this &amp;ldquo;one key opens many locks&amp;rdquo; design is a ticket to disaster in the eyes of AI.&lt;/p&gt;&#xA;&lt;p&gt;Even more concerning, when executing a &amp;ldquo;delete database&amp;rdquo; operation, Railway&amp;rsquo;s API did not even require a simple &amp;ldquo;DELETE&amp;rdquo; confirmation.&lt;/p&gt;&#xA;&lt;p&gt;This is akin to handing the house key to a fast worker who has no understanding of &amp;ldquo;what should not be touched.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Crane summarized it bluntly: &lt;strong&gt;&amp;ldquo;I put my life in the hands of an AI. I wasn&amp;rsquo;t even watching the screen while it was working.&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Incredibly, when he questioned the AI about its actions, it provided a profanity-laden reflection: &amp;ldquo;I shouldn&amp;rsquo;t have guessed!&amp;rdquo; (NEVER F**KING GUESS!)&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 11&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;269px&#34; data-flex-grow=&#34;112&#34; height=&#34;961&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-aa5e1faab8/img-33fa53b8f5.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-aa5e1faab8/img-33fa53b8f5_hu_91270a27190f1604.jpeg 800w, https://gameflycenter.com/posts/note-aa5e1faab8/img-33fa53b8f5.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;It acknowledged violating all principles: not consulting the cloud platform documentation, misjudging cross-environment permissions, and executing fatal destructive commands without human consent.&lt;/p&gt;&#xA;&lt;p&gt;Fortunately, they had an independent old backup from three months ago.&lt;/p&gt;&#xA;&lt;p&gt;Currently, the founder can only painstakingly restore recent order data by manually going through Stripe payment records, calendars, and confirmation emails.&lt;/p&gt;&#xA;&lt;h2 id=&#34;a-wake-up-call-for-everyone&#34;&gt;&lt;strong&gt;A wake-up call for everyone&lt;/strong&gt;&#xA;&lt;/h2&gt;&lt;p&gt;But did the accounts of that agricultural tech company get restored? As of the last update on the post, they had not.&lt;/p&gt;&#xA;&lt;p&gt;The workflow of 110 people has come to a halt, burning money every day.&lt;/p&gt;&#xA;&lt;p&gt;After the Belo incident, Pato Molina took action: he urgently deployed Gemini as a backup to ensure the company wouldn&amp;rsquo;t be completely paralyzed next time Claude went offline.&lt;/p&gt;&#xA;&lt;p&gt;Yuval Harari warned that AI could produce a kind of alien power that humans cannot comprehend. And now, this power has entered companies disguised as commercial software.&lt;/p&gt;&#xA;&lt;p&gt;We must reflect on a core proposition: &lt;strong&gt;If you do not control the underlying architecture, the productivity you pride yourself on is merely quicksand resting in the fingertips of others.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This Anthropic incident serves as a wake-up call for all business owners.&lt;/p&gt;&#xA;&lt;p&gt;It reveals a harsh reality: in the face of closed-source AI giants, companies struggle to maintain true &amp;ldquo;sovereignty.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;The AI workflows you painstakingly build are essentially &amp;ldquo;illegal constructions&amp;rdquo; rented on someone else&amp;rsquo;s territory, which they can dismantle at any time without compensation.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Cat Wu on Rapid AI Product Development at Anthropic</title>
            <link>https://gameflycenter.com/posts/note-f3d492656f/</link>
            <pubDate>Tue, 28 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-f3d492656f/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;In a landscape where most companies release new products quarterly, Anthropic has compressed its release cycle to daily iterations. Behind this rapid pace is Cat Wu, a Chinese-American woman born in the 1990s. From engineer to the product lead for Anthropic&amp;rsquo;s flagship products, Claude Code and Cowork, she is not only driving the evolution of this generation of AI products but also interviewing hundreds of aspiring product managers in the AI field, witnessing firsthand who succeeds and who falls behind.&lt;/p&gt;&#xA;&lt;p&gt;Cat Wu, whose full name is Catherine Wu, has a rich background in engineering and venture capital. She graduated with a degree in computer science from Princeton University and has held positions at Scale AI, Dagster, and Index Ventures before joining Anthropic in August 2024. In July 2025, she and executive Boris Cherny were recruited by the AI programming startup Cursor but returned to Anthropic shortly after, taking over the Claude Code product line.&lt;/p&gt;&#xA;&lt;h2 id=&#34;accelerated-product-development&#34;&gt;Accelerated Product Development&#xA;&lt;/h2&gt;&lt;p&gt;&amp;ldquo;We have shortened the development cycle for many product features from six months to one month, and sometimes even just one day,&amp;rdquo; Cat Wu stated in a recent in-depth interview. This rapid pace has been a consistent state at Anthropic for several quarters. &amp;ldquo;Internal models have improved efficiency, but more importantly, it’s about the processes and team expectations. We strive to minimize processes, removing all obstacles to release, so everyone feels they can turn an idea into a product in a week or even a day.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;When prioritizing product features, the team focuses on one mission: to bring safe AGI to all of humanity. &amp;ldquo;If Claude Code fails but Anthropic as a whole succeeds, I would be very happy. The entire team is willing to make decisions based on this mindset,&amp;rdquo; she noted. Interestingly, Cat pointed out that during new model releases, the most significant changes often come from &amp;ldquo;deleting features&amp;rdquo; that were originally added to compensate for the model&amp;rsquo;s limitations.&lt;/p&gt;&#xA;&lt;p&gt;Regarding the previous Claude Code source code leak, she revealed, &amp;ldquo;This was a human error,&amp;rdquo; and the involved employee still works at the company. &amp;ldquo;This is a process issue; the most important thing is to learn from it and increase protective measures, which is what we are currently doing.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h2 id=&#34;insights-on-product-management&#34;&gt;Insights on Product Management&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; I want to start with your role, especially your collaboration with Boris. Everyone knows Boris, who created Claude Code and leads the team, submitting countless PRs daily. I feel like you don’t get enough recognition for your contributions to Claude Code, Cowork, and everything you’re doing. Can you explain your role in the team and how you collaborate with Boris?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; I feel very fortunate to work with Boris; he is a fantastic thought partner. He is our technical lead and the visionary behind the product, skilled at defining what the product should look like in three to six months, even envisioning the &amp;ldquo;full AGI version&amp;rdquo; of the product.&lt;/p&gt;&#xA;&lt;p&gt;My focus is more on the path from now to that three to six-month vision. I spend a lot of time on cross-team collaboration, ensuring that marketing, sales, finance, and computing teams all align with the plan, moving in the same direction, and ensuring that features are ready and not stuck at the release stage. In some ways, we collaborate very well because we have a sense of &amp;ldquo;brain circuit fusion.&amp;rdquo; But the boundaries are quite blurred; about 80% overlaps, with 20% I particularly care about and lead, while the remaining 20% is what he cares about more, and he leads.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; You mentioned that you have been interviewing a lot of PMs. If I received a dollar for every referral I made for someone to become a PM at Anthropic, I’d probably have 300 billion ARR by now. It’s one of the most sought-after companies, so I can imagine how many people you’ve interviewed. You said many people misunderstood what it means to be a successful AI product manager. Can you share the issues you’ve observed and what skills are needed to succeed?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; Before AI, the pace of technological change was relatively slow. You could plan on a six to twelve-month cycle, and because feature releases were also slow, there was a strong emphasis on collaboration with other teams to ensure their features could unlock your path, as writing code itself is expensive. But now, AI has significantly increased engineering efficiency. With rapid improvements in model capabilities, the development cycle for many product features has shortened from six months to one month, then to a week, and sometimes even a day. In this context, we need to push products out faster.&lt;/p&gt;&#xA;&lt;p&gt;This means that as a PM, you should no longer focus on aligning roadmaps across multiple quarters but rather think about how to get things done in the quickest way possible. How can you deliver an idea to users within a week? The best PMs in AI-native products are those who can drastically shorten the time from idea to user while clearly defining which core tasks must be ready to go out of the box.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; I like what you said; many people still don’t realize how fast the pace is and how much of the work is about &amp;ldquo;helping teams accelerate.&amp;rdquo; How do you help the team move so quickly?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; The first thing is to set clear goals. Because large models are inherently general, they bring a lot of ambiguity: who are we making products for? What problems are we solving? What are the most important use cases? A good PM can clarify these, such as: our core users are professional developers; this feature addresses the issue of too many permission pop-ups causing fatigue; our goal is to allow developers in enterprises to implement &amp;ldquo;zero permission pop-ups&amp;rdquo; safely. This makes the goals clear and automatically excludes many unnecessary solutions.&lt;/p&gt;&#xA;&lt;p&gt;Second, establish a reusable release process. For example, in Claude Code, we release almost all features in the form of &amp;ldquo;research previews.&amp;rdquo; We clearly tell users this is an early product, just an idea, still collecting feedback, and may not be supported long-term. The benefit of this approach is that it lowers the commitment cost, allowing us to quickly launch something in one or two weeks. Third, we create a collaboration framework for the team, letting everyone know when to pull in cross-functional teams and what their expectations are.&lt;/p&gt;&#xA;&lt;p&gt;We have very tight processes between engineering, marketing, and documentation: once engineers feel a feature is ready and has completed internal use, it goes to a release channel, and the documentation, PMM, and developer relations teams immediately follow up, allowing an announcement to be made the next day. This process reduces release friction, and one of the PM&amp;rsquo;s responsibilities is to build this system.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; What role does the PRD play in this system? You mentioned that goals are important; do you still write PRDs or just simple bullet points? How has this evolved in the AI era?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; We mainly do two things. First, we have very strict data metrics, reviewing them weekly with the entire team to ensure everyone deeply understands the business aspects: what the core goals are, how trends are, and what the driving factors are. Second, we have a set of team principles, including who the core users are and why they are. This is to ensure everyone understands how the business operates, what is important, and what can be sacrificed, allowing for autonomous decision-making instead of being bottlenecked by PMs. For particularly ambiguous features, we still write a one-page document outlining the goals, ideal use cases, and current failure modes that need addressing. Of course, for some projects, especially those involving heavy infrastructure, it does take months, and in those cases, we still write complete PRDs.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; I want to delve deeper into how you can move so quickly. I’ve never seen a release pace like Anthropic’s, with significant features coming online almost daily. Recently, you developed a model called Mythos, which is still in preview. It’s so powerful that people are a bit concerned about its capabilities. Are you using it internally, and is that one of the reasons for your speed?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; We have been fast for several quarters, so it’s not solely due to Mythos. It is indeed very powerful, and we do use the model internally, which has improved some efficiency, but that’s not the main reason. The more critical factors are the processes and team expectations. We strive to minimize processes, removing all obstacles to release, so everyone feels they can turn an idea into a product in a week or even a day.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; That’s amazing; having the strongest models while developing products is a hard advantage to replicate.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; We are indeed fortunate to have access to these cutting-edge models.&lt;/p&gt;&#xA;&lt;h2 id=&#34;overlapping-roles-of-engineers-and-pms&#34;&gt;Overlapping Roles of Engineers and PMs&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; Recently, there was an incident where Claude Code’s source code was leaked about a week ago. Can you explain what happened?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; We conducted an investigation immediately after noticing. This was a human error. At the time, someone was using Claude to write a PR, which was an update about the release process, and it went through two layers of human review. Ultimately, it was a human mistake, and we have strengthened our processes to ensure it doesn’t happen again.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; Is that person still with the company?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; Yes, they are. This is a process issue; the most important thing is to learn from it and increase protective measures, which is what we are currently doing.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; Another issue is OpenClaw. Recently, you restricted the use of Claude subscriptions to run OpenClaw, and the community reacted strongly, with many feeling this harms the open-source community. What’s your take?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; We have indeed seen very high demand for Claude, so we have been working hard to expand our infrastructure while optimizing token usage efficiency to allow for longer usage. However, this product was not originally designed for third-party products; their usage patterns differ significantly from our first-party products. We have also spent a lot of time considering how to make a smooth transition, such as providing additional credits to subscription users. But ultimately, we made a tough decision: to prioritize supporting our first-party products and APIs, which is the context for this decision.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; This makes sense to me. Your $200 monthly subscription is essentially unlimited, but the computing costs are high, and the company still needs to make a profit; it’s not feasible to keep subsidizing. Returning to the PM team, what is your team structure like? How many PMs do you have?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; We currently have about 30 to 40 PMs divided into several teams. There is a research PM team responsible for collecting user feedback on models and passing it to the research team while also participating in model releases; a cloud developer platform team that maintains the Claude Code API and releases capabilities like hosted Agents; a Claude Code team responsible for the core products of Claude Code and Cowork; an enterprise team that makes these products easier for enterprises to adopt, focusing on cost control, permission management, security, etc.; and a growth team responsible for the growth of the entire product line, with whom we closely collaborate on Claude Code and Cowork.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; Speaking of growth, Amole recently appeared on our podcast. He mentioned an interesting but rarely discussed point: there’s a general feeling that fewer PMs will be needed in the future, with some saying, &amp;ldquo;Why do we need PMs when engineers can release on their own?&amp;rdquo; But his view is the opposite: because engineers are moving so fast, PMs and designers are being &amp;ldquo;squeezed out,&amp;rdquo; and with new features coming online daily, it’s hard to keep up. So he believes we actually need more PMs. What’s your perspective? Do you think PM hiring will increase in the future? How will this profession evolve in the long term?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; I think various roles are merging. PMs are doing some engineering tasks, engineers are doing PM tasks, and designers are doing both PM and coding. You can choose to hire more engineers with a strong product sense or keep the number of engineers constant and add more PMs to guide their work. In our team, we prefer to hire engineers with a strong product sense. This reduces the &amp;ldquo;friction cost&amp;rdquo; in the product release process. For example, we have many engineers who can go from seeing user feedback on Twitter to launching a product within a week, with minimal PM involvement. I think this is actually the most efficient way.&lt;/p&gt;&#xA;&lt;p&gt;So I believe the boundaries between engineers and PMs are overlapping. Regardless of which type of person you add, it will bring value. However, I think &amp;ldquo;product sense&amp;rdquo; remains a very scarce skill, and whenever we see someone particularly strong in this area, we are very eager to hire them.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; You were originally an engineer, right?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; Yes, I was an engineer for many years. Then I briefly worked in venture capital before joining Anthropic. In fact, almost all PMs in our team are either from engineering backgrounds or have written code on Claude Code. I think this helps build trust within the team and allows us to move faster. Many of our designers were also former front-end engineers.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; This leads to a key question: as these roles merge, many people wonder which skills will be most valuable in the future if I come from an engineering, product, or design background. In your case, engineering skills are clearly important. But in other companies, would a design background transitioning to PM be more advantageous?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; I still believe the core lies in &amp;ldquo;product sense.&amp;rdquo; As coding becomes cheaper, the more valuable skill becomes deciding &amp;ldquo;what to write.&amp;rdquo; For example, what is the best user experience for this feature? How can we make users feel most satisfied?&lt;/p&gt;&#xA;&lt;p&gt;We receive thousands of GitHub issues daily, and users suggest everything. At that point, strong judgment and taste are needed to decide what is worth doing and how it should be done. This ability can come from any background, but it is the most important. I think engineering backgrounds will be particularly valuable in the coming months because they help you assess the feasibility of implementing something, which often affects prioritization. For example, if a feature is easy to implement, it might not require much discussion, and you can just spend an hour to get it done; but if it’s complex, you’ll realize it’s costly, which will affect decision-making.&lt;/p&gt;&#xA;&lt;h2 id=&#34;sacrificing-product-consistency&#34;&gt;Sacrificing Product Consistency&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; You mentioned that in the coming months, skills will change rapidly, making it hard to predict how things will be. What will humans continue to value in the short term?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; I think the most important thing is &amp;ldquo;first principles thinking.&amp;rdquo; You need to understand how the technical environment is changing, what the team truly needs you to do, and proactively fill that gap. Work is becoming increasingly &amp;ldquo;ambiguous,&amp;rdquo; and an excellent PM should be able to see all the gaps, prioritize them, and either learn new skills or use existing abilities to solve problems. Therefore, what is now more popular is someone who can &amp;ldquo;switch between multiple roles,&amp;rdquo; is willing to take on various tasks, and doesn’t care much about titles.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; I love this answer. I’ve been asking cutting-edge professionals like you a question: before humans reach superintelligence, where does the value of the human brain lie? Listening to you, the core is in choosing topics, judging directions, prioritizing, and determining whether something is &amp;ldquo;right.&amp;rdquo; Is there anything to add?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; I think humans still have an advantage in &amp;ldquo;common sense.&amp;rdquo; A product launch involves thousands of details, with many potential pitfalls. Models are currently not very good at understanding who all the stakeholders are, their relationships, preferences, and how to communicate with them. These are more about &amp;ldquo;tacit knowledge,&amp;rdquo; similar to emotional intelligence, which remains very important. Of course, we hope models become stronger in this area, but there is still a gap.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; In such a rapidly changing environment, how do you maintain your sanity? It feels like being in the eye of a tornado.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; I think our team enjoys the chaos. We face challenges with a smile because there are always many things to deal with and many risks. If you get anxious about everything, you’ll quickly burn out. We prefer to find those who see difficulties and say, &amp;ldquo;This is hard, but I’m excited to solve it.&amp;rdquo; They do their best, accept imperfection, but can sleep soundly knowing they’ve done their best.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; This is also an important ability. Some say this is the &amp;ldquo;most normal time in the world,&amp;rdquo; and things will only get crazier.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; It will indeed get increasingly difficult. Sometimes on a Sunday night, there’s a P0 issue, and by Monday morning, there’s an even more severe one, and by the afternoon, there might be something even crazier, making you feel that yesterday’s issue was nothing. You just have to accept that what you can do is limited. You need to ensure you get enough sleep to make good decisions the next day. At the same time, prioritize extremely, focusing on the most important things, and accept that some things won’t be done well. For instance, some of our products may not be polished enough upon launch, but as long as it doesn’t affect core user value, it’s acceptable because we will quickly gather feedback and fix it in the next iteration.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; It sounds like that scene in &amp;ldquo;Pirates of the Caribbean&amp;rdquo; where the ship is about to explode, and someone is still elegantly walking downstairs. The people I’ve encountered at Anthropic do seem very calm and optimistic.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; Without this state, it’s easy to burn out. We also tend to hire those who have experienced many ups and downs in the industry; they know what brings them energy and how to maintain their state over the long term.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; In this trend of role merging, what might we lose? For example, career paths, design consistency, code quality?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; We will indeed sacrifice some &amp;ldquo;product consistency.&amp;rdquo; When code costs were high, you would meticulously plan the entire product system, with each product&amp;rsquo;s positioning, use cases, and how they collaborate, usually corresponding one scenario to one product. But now, AI is developing too quickly, and we need to test many ideas, so sometimes features overlap. Often, this is because we internally like two different forms at the same time, hoping users will tell us which is better. But this can confuse new users: they don’t know what the best path is to complete a task. This means we need to do more user education to help them understand core functions and best practices.&lt;/p&gt;&#xA;&lt;p&gt;Another issue is that users may feel they can’t keep up. In the past, you would only have an update once a month or even a quarter, and not looking at it was fine. But now these tools develop so quickly that many people check Twitter daily for the latest updates. We are also thinking about how to make users less anxious, hoping that when they open the tool, it can guide and teach them rather than making them feel like they are on an ever-faster treadmill.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; I noticed you recently launched an interesting feature called /powerup, which helps users understand the best ways to use Claude Code. Is this to address this issue?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; Yes, that’s the idea. Initially, we were hesitant to create such onboarding because we felt the product should be intuitive enough not to need a tutorial. But later, we realized there were too many features, and users were eager for a built-in guide to tell them what the top ten most important features were among hundreds. So we adjusted our previous philosophy and added this feature.&lt;/p&gt;&#xA;&lt;h2 id=&#34;anthropics-growth-and-mission&#34;&gt;Anthropic&amp;rsquo;s Growth and Mission&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; Anthropic has experienced remarkable growth over the past few years. Initially, it was quite behind, had little funding, and lacked distribution channels, with OpenAI far ahead, and many thought there was no chance. But now, your growth is astonishing. From an internal perspective, what do you think has been the key to success?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; I think the two most important factors are a highly unified sense of mission and the ability to make quick decisions based on that mission. We hire people who genuinely care about &amp;ldquo;bringing safe AGI to all of humanity.&amp;rdquo; And this is not just a slogan; we repeatedly reference this mission when making product decisions. By placing the mission above any single product, we can make rapid decisions and execute uniformly across the organization. This is quite rare in a company of our size.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; Just to confirm my understanding, you prioritize &amp;ldquo;safety alignment (ensuring AI is beneficial to the world)&amp;rdquo; as the primary mission. As long as this mission is clear enough, many decisions become easier to make. For example, when two priorities conflict, you look at which aligns better with Anthropic’s mission and prioritize that. Once a decision is made, everyone supports it.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; Sometimes this also means that, for example, we want to release a certain feature on Claude Code but find something more important, so we lower the priority of that feature and postpone it for later.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; This is interesting. I think it also explains the difference between you and another company, OpenAI, which has done many different things. Your logic is: we won’t do social networks, and we won’t do information streams because these don’t align with our mission. This restraint allows Anthropic to maintain focus, which seems to be one of the key factors for success.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; When I talk about &amp;ldquo;mission,&amp;rdquo; I mean placing Anthropic&amp;rsquo;s goals above any individual, any single product. To me, our second-best trait is actually &amp;ldquo;focus,&amp;rdquo; but mission and focus are still somewhat different. The mission means the team is willing to make sacrifices, even if it impacts their goals or KRs, as long as it serves Anthropic’s overall goals and KRs. And everyone is willing to make such trade-offs. For example, if Claude Code fails but Anthropic overall succeeds, I would be very happy. The entire team is also willing to make decisions based on this mindset.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; This question may be sensitive, but do you think decisions like those regarding OpenClaw also fall under this logic? For instance, this direction didn’t push Anthropic’s mission, so it had to be stopped?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; I think it’s very important for Anthropic to expand the user base we can reach. One way to achieve this is through Claude subscriptions and our first-party products. So we are very determined to double down on these directions, but this sometimes does come at the expense of third-party products.&lt;/p&gt;&#xA;&lt;h2 id=&#34;claudes-internal-skills&#34;&gt;Claude&amp;rsquo;s Internal Skills&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; We just mentioned products like Claude, Cowork, etc. I want to clarify that everyone understands the differences between these tools and am curious about how you personally use them. For instance, when should one use Claude Code, Claude desktop, or Cowork?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; I usually use Claude Code in the terminal, especially when I want to quickly start a one-off coding task and want to use the latest features. The CLI is our earliest product form, and many new features are launched here first, so it’s the most powerful tool. Generally, I use it when handling one or a few tasks at the same time. The desktop version is more suitable for front-end work. I love using its preview feature; for example, when I’m working on a web app, I’ll use both Claude Code and desktop, opening the preview panel on the right side, so I can interact with Claude while seeing the web page effect in real-time.&lt;/p&gt;&#xA;&lt;p&gt;For non-technical users, the desktop version is also friendlier. The terminal can be intimidating for many, with various prompts that look &amp;ldquo;scary,&amp;rdquo; and it doesn’t allow for the same clickable operations as other products. So if you’re not used to the terminal, I highly recommend using the desktop version of Claude Code. Additionally, the desktop provides a global view, allowing you to see CLI sessions, desktop sessions, and tasks initiated on web or mobile, serving as a unified control panel. As for web and mobile, their biggest advantage is &amp;ldquo;initiating tasks anytime, anywhere.&amp;rdquo; CLI and desktop require you to use them on a local computer, but in reality, you can’t always carry a laptop.&lt;/p&gt;&#xA;&lt;p&gt;I’ve seen many people walking outside, using their phones to hotspot their laptops, and not daring to turn off their computers. This shows we actually lack a product that solves this scenario. Mobile does a great job of addressing this issue, allowing you to initiate tasks anytime without needing to carry a laptop.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; That’s very relatable. I’ve seen this scenario on planes where people are afraid to close their laptops, just waiting for the Agent to finish running while staying connected to Wi-Fi.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; As for Cowork, it addresses another class of problems: many work outputs are not code. For example, clearing Slack, clearing inboxes, creating client presentation PPTs, writing feature goal documents, or release plans are all &amp;ldquo;non-code outputs.&amp;rdquo; Cowork is very suitable for these scenarios. So my classification is simple: if the output is code, I use Claude Code (whether on desktop or mobile); if the output is not code, I use Cowork.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; I think people may underestimate Cowork&amp;rsquo;s success. It’s growing rapidly, but many may not fully understand what it can do. Can you share some practical use cases based on your work as a PM? Any surprising applications?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; If you’re just starting to use Cowork, the first step is to connect all relevant data sources related to your work.&lt;/p&gt;&#xA;&lt;p&gt;Because only by obtaining enough context can it provide high-quality results. For me, I connect Google Calendar, Slack, Gmail, and Google Drive, allowing it to freely access context, extract information, and link threads, significantly improving result quality. For example, last night I was using Cowork because we had a Code with Claude conference, and I needed to give several presentations. One of the presentation topics was: how Claude Code evolved from &amp;ldquo;assistant&amp;rdquo; to &amp;ldquo;real Agent.&amp;rdquo; I wanted to showcase our released products and some internal success cases.&lt;/p&gt;&#xA;&lt;p&gt;I fed Cowork all the materials, including a draft prepared by our product marketing colleague Alex, and told it the narrative logic I wanted to present. Then it worked for an hour: it looked at what we had published on Twitter, checked internal release records, reviewed the announcement channel for Claude Code (which contains many practical cases shared by teams), and finally integrated all the information into a 20-page PPT. When I woke up in the morning, the overall quality was quite good. Although I made some modifications, such as preferring &amp;ldquo;fewer words&amp;rdquo; in the slides, it initially wrote a bit too much.&lt;/p&gt;&#xA;&lt;p&gt;But overall, the speed far exceeded my own efficiency. And because it can access our design system, the PPT looked like it was made by a professional designer, very polished.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; This is essentially a PM&amp;rsquo;s dream; creating PPTs is so tedious and slow. To help everyone try it out, the steps you mentioned are: first connect Slack, Google Calendar, Gmail, Google Drive, right?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; Yes, the key is to connect your communication tools and the team’s &amp;ldquo;information sources.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; What was your prompt like at that time?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; I actually kept it very simple: &amp;ldquo;Help me create a PPT for the Code with Claude conference. This is the content suggested by PMM, this is the draft I’m not satisfied with, and here’s a version I made manually (with links). First, give me a detailed outline while avoiding repetition with the keynote.&amp;rdquo; Claude would first read these links and then generate an outline. I would then decide which content to keep based on its suggestions. This reflects the current role of PMs: Claude is a strong &amp;ldquo;brainstorming partner,&amp;rdquo; capable of quickly integrating large amounts of information and providing multiple possibilities; but the final decision still rests with the PM.&lt;/p&gt;&#xA;&lt;p&gt;The structure I finalized was: from &amp;ldquo;making local tasks successful&amp;rdquo; to &amp;ldquo;ensuring every PR goes through,&amp;rdquo; and then to &amp;ldquo;helping engineers submit more PRs,&amp;rdquo; with corresponding demos for each stage. Once I confirmed the outline, Cowork took a few more hours to complete the entire PPT.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; Amazing. It’s like you’re conversing with a designer who understands both design and content. How is the design system implemented? How does it know Anthropic&amp;rsquo;s style?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; We already have a standard external presentation template, and I directly provided this template to Claude. It can learn our color schemes, fonts, layouts, etc.; for example, we have about 20 commonly used slide formats. You can also connect Figma’s MCP; if your template is there, it can read directly from it.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; Speaking of which, I’m curious about your PM toolkit. Besides Claude Code and Cowork, what else do you use?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; My toolkit mainly consists of Claude Code and Cowork. Anthropic essentially operates around Slack; I feel it’s almost the company’s &amp;ldquo;operating system.&amp;rdquo; In my daily work, I spend about 30% of my time continuously testing Cowork’s boundaries to see where it falls short. I also spend a lot of time conversing with the model to understand why it makes mistakes. Additionally, we’ve built many internal tools. The biggest value of Claude Code is that it significantly lowers the barrier to developing custom applications. So now, there are many &amp;ldquo;personalized work software&amp;rdquo; within the company to solve very specific scenarios instead of relying on those not fully compatible general tools.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; Can you give some examples?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; For example, one of our sales colleagues using Claude Code found himself repeatedly creating similar client presentation PPTs. So he developed a web app: it contains several of the most effective templates (like 101, 201, advanced tutorials); then you can input client information, which will be automatically pulled from systems like Salesforce and Gong; the system will automatically adjust the content based on client circumstances, such as whether they use Bedrock or the enterprise version of Claude; whether they focus more on code reviews or security compliance; and whether HIPAA compliance is needed; then it automatically generates a customized PPT. What used to take 20-30 minutes of work now gets done in seconds.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; It’s interesting that tools like Slack are rarely attempted to be replaced. Everyone talks about SaaS being replaced by self-built tools, but Slack seems to be an irreplaceable infrastructure.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; I think it is indeed a crucial communication infrastructure, and it does very well in &amp;ldquo;real-time information synchronization.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; Yes, many people complain about Slack, but it does its job very well, and the most cutting-edge teams basically can’t do without it, which is quite interesting.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; Yes, and I also appreciate its design in terms of &amp;ldquo;customizability.&amp;rdquo; We love to create Slack bots, and this &amp;ldquo;hackability&amp;rdquo; allows us to integrate Slack in our own way. So I really commend Slack’s work in this regard.&lt;/p&gt;&#xA;&lt;h2 id=&#34;token-usage-and-internal-model-limits&#34;&gt;Token Usage and Internal Model Limits&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; You just mentioned many different teams and how they use Claude Code and Cowork. Besides the engineering team, which team uses the most tokens? I’d guess engineering is first; if not, that’s interesting. Who’s second?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; The Applied AI team is very strong in exploring the boundaries of Claude Code and Cowork. Much of their work involves collaborating with clients to help them implement our APIs. So sometimes they directly help clients create prototypes, and Claude Code has made this process much faster than before. At the same time, they also handle a lot of client communications, such as client needs, historical meeting records, etc. So their usage on Cowork and Claude Code is very heavy.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; What exactly is the Applied AI team? Is it similar to forward-deployed engineering?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; You can think of it that way. Their work is to help clients implement our APIs and model capabilities internally, whether for their own products or to improve internal efficiency.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; Got it, it’s a somewhat technical go-to-market/customer success role.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; Yes, it’s a very technical go-to-market role.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; So you think they are the second-highest in token usage?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; Yes, and they are also constantly exploring the usage boundaries of Cowork. For example, many people are responsible for multiple clients and may have 5 to 10 client meetings in a day. So they might use Cowork the night before to prepare: &amp;ldquo;Help me summarize all client meetings tomorrow, what each client is focusing on, what demands they have raised, and what previous action items are.&amp;rdquo; Cowork will automatically generate a &amp;ldquo;battle briefing&amp;rdquo; to help them quickly get into the right mindset. Additionally, if a client asks in a meeting, &amp;ldquo;When will a certain feature be released?&amp;rdquo; Cowork can even check the latest progress in Slack and provide the latest ETA to include in the meeting materials. These are all workflows that people have built themselves and shared within the team.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; That’s cool. Recently, there’s an interesting trend: some people have reported that their AI token costs have exceeded their own salaries. Does Anthropic have similar data internally? For instance, how many tokens do engineers or PMs use daily or monthly?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; We have indeed observed that as model capabilities improve, people assign more tasks to it and spend more time on Claude Code and Cowork. So every time a model has a significant upgrade, the per capita token consumption increases. Currently, this cost is still far lower than the average salary of engineers, but this ratio is continuously growing.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; You also have a significant advantage in that you can use the most advanced models, and token usage is essentially unlimited, right?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; We can use many tokens, but there are indeed limits for some people.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; So there are still upper limits.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; We place great importance on enabling internal teams to develop as quickly as possible, and we believe everyone understands the costs of running the models and will use tokens responsibly. Wasting tokens is discouraged, but we trust everyone to make judgments.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; Returning to the PM role, you mentioned some aspects earlier. I want to ask systematically: what new capabilities do AI companies value most in PMs now?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; The most challenging capability is defining &amp;ldquo;what the product should look like in a month.&amp;rdquo; Because at this time scale, there is significant uncertainty in model capabilities and user behavior. But excellent PMs can see patterns from how users &amp;ldquo;break product boundaries&amp;rdquo; and set directions, continuously pushing forward. If model capabilities change beyond expectations, they can also adjust promptly.&lt;/p&gt;&#xA;&lt;p&gt;Another difficult aspect is that you need to have a &amp;ldquo;just right&amp;rdquo; belief in AGI. Everyone can imagine a future where models are incredibly powerful and almost omnipotent, where products could even degrade to just a text box. But the real challenge is: how to maximize its potential under the current model capabilities? How to guide users onto the &amp;ldquo;best path&amp;rdquo;? How to amplify its strengths and compensate for its weaknesses? This capability is actually very scarce.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; How can this ability be cultivated? Does it require extensive interaction with models to understand their boundaries?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; Yes, it requires a lot of interaction with the models. One thing I enjoy doing is having the model &amp;ldquo;self-reflect.&amp;rdquo; For instance, sometimes when the model does something strange, I ask it why it did that. It might say: the system prompt was ambiguous; or it didn’t realize front-end validation was part of the task; or it delegated the task to a sub-agent but didn’t check the results. This analysis helps you understand where it was misled, allowing you to optimize the system.&lt;/p&gt;&#xA;&lt;p&gt;Another important point is to find trusted &amp;ldquo;feedback sources.&amp;rdquo; Not all user feedback is equally valuable. Usually, there are a few individuals particularly skilled at judging model performance. Finding these five people is crucial. The third point is to conduct evaluations. You don’t need to do hundreds of evaluations; just ten high-quality ones can help the team clarify goals and measure progress. This is a severely underestimated task that more PMs and engineers should participate in.&lt;/p&gt;&#xA;&lt;h2 id=&#34;deleting-features-after-new-model-releases&#34;&gt;Deleting Features After New Model Releases&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; Many people say the future of product managers is to write evaluations, essentially defining &amp;ldquo;what success looks like.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;How much time do you spend on this?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; It depends on the specific issue. Some teams invest a lot of time in evaluations. We have a small team that collaborates closely with research to analyze model behavior meticulously. I usually participate when a feature needs clearer definition, such as doing five evaluations to explain how to run them, what succeeds, what fails, and how to optimize prompts. Features like memory rely heavily on evaluations.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; You mentioned the &amp;ldquo;personality&amp;rdquo; of Claude. I previously interviewed a co-founder who emphasized this point as well. Many initially thought it was just an &amp;ldquo;interesting&amp;rdquo; addition, but it’s actually core to Claude’s success. What’s your take?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; You can think of real-life colleagues; some people just make you feel &amp;ldquo;great to work with.&amp;rdquo; Claude is similar. People like it because it is: easygoing, fun; yet very professional; has no ego; is willing to admit mistakes; has a positive attitude; for example, when you feel a task is difficult, it says, &amp;ldquo;That’s okay, we’ll take it step by step. Would you like me to help you get started?&amp;rdquo; The traits of excellent colleagues are positivity, proactivity, and sincere feedback, which we are all striving to inject into Claude.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; You mentioned that after releasing new models, you often have to rethink products, which sounds both exciting and overwhelming. How frequent is this situation?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; The bigger change is actually &amp;ldquo;deleting features.&amp;rdquo; Many features were originally added to compensate for the model&amp;rsquo;s limitations. For example, the early to-do list: the model would miss steps when making large-scale modifications, so we added a task list to force it to complete them. But in the new model, it can naturally complete these steps, so that feature becomes less important. Every time we release a new model, we recheck the system prompt and delete parts that are no longer needed.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; So the model &amp;ldquo;eats up&amp;rdquo; those product-level patches you previously made?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; Yes. But what’s even more exciting is that new models also unlock entirely new features. For instance, code review—we tried many times until recently when the model was strong enough to reach a usable level. Now we can even run multiple code review agents in parallel, scanning the entire codebase and outputting high-quality issues.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; Finally, let’s talk about the vision. What is the long-term direction for Claude Code and Cowork?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; We think from the basic unit of &amp;ldquo;tasks.&amp;rdquo; The first step is to ensure individual tasks succeed consistently. As model strength increases and task success rates improve, people will start running multiple tasks simultaneously. The next step might be: running dozens or hundreds of Claudes at the same time. At that point, the questions become: how to manage these tasks? How to build an interface that lets humans know what to focus on? How to ensure agents have completed and verified their work? How to establish feedback mechanisms that allow the system to continuously improve itself?&lt;/p&gt;&#xA;&lt;p&gt;This is what we are thinking about for the long-term direction.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-value-of-automation&#34;&gt;The Value of Automation&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; Many listeners, including product managers, entrepreneurs, and various cross-functional roles, are worried about their roles and future career development. What advice would you give them? Not just about surviving in this highly AI-driven world, but how to truly succeed and thrive? What do you think they should hear and do?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; I believe AI has given everyone a much larger leverage than in the past. So I would advise you: whenever you realize you’re repeatedly doing a manual task, think about whether you can automate it using Claude Code, Cowork, or other AI tools. Most people’s work includes parts they enjoy creatively and some tedious, cumbersome parts they dislike. The beauty of AI is that it can help you handle these tedious tasks. It can learn from every time you perform these manual tasks, summarize patterns, and then execute automatically, allowing you to focus on more creative aspects. This means you can do much more than before.&lt;/p&gt;&#xA;&lt;p&gt;So my most direct advice is: identify those repetitive tasks that can be handed over to Claude, continuously iterate on these automated workflows until they achieve high success rates, and then think about what else you can do for your team, product, or company—those things you’ve always wanted to do but never had the time or energy to pursue, or whether there’s something you’ve always felt the company should do but never had time to tackle. If AI can help you handle those &amp;ldquo;grunt work,&amp;rdquo; it’s like you’ve gained an extra 20% of your time. My advice is to embrace these tools, delegate the work you dislike, and find ways they can accelerate you, and then you can achieve more.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; One core point you just made that I strongly agree with is using AI to solve problems. There are many tools and great potential now, but for many, the hardest part is figuring out what to do. Your advice essentially is: pay attention to those things you do repeatedly that can be automated and those ideas you’ve always wanted to pursue but haven’t had time for. Essentially, it’s about solving problems for yourself, right?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; Yes, that’s completely correct. I would also advise everyone to push automation from &amp;ldquo;this is a nice concept&amp;rdquo; to &amp;ldquo;it’s genuinely 100% usable.&amp;rdquo; Sometimes I see users automate a process to 90% or 95% and then give up. But if it can’t achieve 100% automation, it doesn’t count as true automation. The last 5% to 10% often requires more time, and building automation can sometimes be slower than doing it manually. But I still encourage everyone to pick something you really want to achieve 100% automation on, invest enough effort to refine it: teach the model your preferences, give it feedback, and let it improve continuously until it reaches 100%. Only then can you truly trust it. A 95% automated task doesn’t hold much value.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; I totally relate to that; it’s excellent advice.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; I’m in the same boat. I’m currently teaching Cowork to help me achieve inbox zero in Gmail, but the process is very time-consuming, and it’s far from ideal.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; What a coincidence; I am too. I set up an automated email classification process to sort those &amp;ldquo;junk requests&amp;rdquo; (like wanting to be on the podcast) into a folder. It’s about 95% accurate, but it occasionally misses important emails.&lt;/p&gt;&#xA;&lt;p&gt;So your advice is great; I need to perfect it.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; We are also working to make these custom processes easier to use. The current process is indeed a bit complex: you have to define a skill, learn how to call it, give it feedback, and let Cowork update this skill based on feedback, and finally check the updated results. This is also our responsibility, to make the whole process smoother rather than painful.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; Fantastic. Cat, is there anything else you’d like to add? Or anything you want to emphasize before we jump into the quick-fire round?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; I see many people experimenting with AI to create various prototypes or build workflows. But I recommend focusing on applications you’ll use daily. Because only in true usage can you gain value. If you just create a prototype but it doesn’t help you improve efficiency, then AI hasn’t really brought you value. That kind of &amp;ldquo;once-off creation, thinking it’s cool, and then never using it again&amp;rdquo; approach teaches you very little and doesn’t truly leverage.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; That’s a great point. I’ve also noticed another extreme: some people spend a lot of time customizing their workflows. There’s a type of person who never automates, but another type who over-optimizes tools, adding various skills, MCPs, and workflow optimizations. Sometimes, this can lead them away from the initial goal, like actually releasing a product or making a feature.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; Yes, I feel the same way. Customizing these things is indeed fun, and we hope the product is hackable enough for you to use it in your own way. But there is a boundary. I see some people spending too much time on customization, even losing sleep, and neglecting the core tasks they initially wanted to complete.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; I’ve seen a lot of this on Twitter, with people saying, &amp;ldquo;Look at my configuration, how optimized it is.&amp;rdquo; But the question is, what are you actually doing?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; Many times, simpler configurations are actually more effective.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; Speaking of which, I saw a tweet from Andrej Karpathy yesterday, mentioning an interesting split: one group of people used ChatGPT or Claude early on but thought, &amp;ldquo;It’s just okay,&amp;rdquo; and then gave up, remaining skeptical about AI; while another group used it to write code and truly saw its power. These two groups completely fail to understand each other. So your advice is crucial: use it to do real things to understand its capabilities.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; Yes, I think a significant shift is that products in 2024 will mostly be &amp;ldquo;conversational,&amp;rdquo; while the current generation of Claude Code products is &amp;ldquo;action-oriented.&amp;rdquo; The real &amp;ldquo;aha moment&amp;rdquo; is when Claude can execute tasks for you. When you realize it can not only tell you what to do but also do it for you, that feeling is incredibly shocking.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Host:&lt;/strong&gt; Exactly. I also want to mention a Chrome extension where you can watch Claude automate actions, like &amp;ldquo;help me fill out this form,&amp;rdquo; and it actually does it.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cat Wu:&lt;/strong&gt; Yes, that’s the feeling.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Strengthening AI Application to Drive Economic Development</title>
            <link>https://gameflycenter.com/posts/note-106310a88d/</link>
            <pubDate>Tue, 28 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-106310a88d/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;General Secretary Xi Jinping emphasized at the 2025 Central Economic Work Conference the need to deepen and expand &amp;ldquo;AI +&amp;rdquo; and improve AI governance. The 14th Five-Year Plan outlines the comprehensive promotion of digital technology empowerment and aims to seize the high ground in AI industrial applications. These significant deployments reveal China&amp;rsquo;s strategic direction and focus for AI development. As a general-purpose technology, the vitality of AI lies in its applications, and its core value is in empowerment. Strengthening application traction and promoting the deep integration of AI across various industries is an inherent requirement for developing new productive forces and a necessary path for creating a new intelligent economy.&lt;/p&gt;&#xA;&lt;h2 id=&#34;global-ai-competition&#34;&gt;Global AI Competition&#xA;&lt;/h2&gt;&lt;p&gt;Currently, the focus of global AI competition is undergoing profound changes. Early competition centered on breakthroughs in algorithms, parameter scale, and chip performance, while today it increasingly extends to the efficiency of industrial application conversion, depth of scenario penetration, and system collaboration capabilities. For China, the advantage lies not only in continuous breakthroughs in technological innovation but also in the combination of a vast market, a complete industrial system, rich application scenarios, and massive data resources. If these advantages cannot be effectively transformed into high-level application capabilities and high-quality industry solutions, it will be challenging to truly grasp the initiative for development. Therefore, seizing the high ground in AI industrial applications is not merely a matter of industrial layout but a strategic choice concerning China&amp;rsquo;s position in future international division of labor.&lt;/p&gt;&#xA;&lt;h2 id=&#34;domestic-development&#34;&gt;Domestic Development&#xA;&lt;/h2&gt;&lt;p&gt;From a domestic perspective, strengthening application traction is a practical requirement for cultivating and expanding new productive forces and promoting high-quality development. AI has significant characteristics of wide penetration, deep collaboration, and continuous empowerment, capable of reshaping R&amp;amp;D paradigms, production methods, and governance models. In R&amp;amp;D, AI is accelerating drug discovery, material creation, and product design, significantly shortening innovation cycles. In production, AI can promote predictive maintenance, process optimization, flexible manufacturing, and quality control, facilitating a shift in manufacturing systems from scale expansion to precision manufacturing. In services, AI accelerates the transformation of supply methods in finance, logistics, healthcare, and education, better matching the diverse and personalized needs of the public. Strengthening application traction aims to accelerate the transformation of AI&amp;rsquo;s technological potential into real productive forces, enhance total factor productivity, and shape new growth points and competitiveness.&lt;/p&gt;&#xA;&lt;h2 id=&#34;deep-integration-of-ai-and-industry&#34;&gt;Deep Integration of AI and Industry&#xA;&lt;/h2&gt;&lt;p&gt;Moreover, strengthening application traction and promoting the deep integration of AI with industrial transformation can not only reshape value creation methods but also guide precise resource allocation. China is accelerating the creation of a new intelligent economy, where economic activities begin to revolve around specific application scenarios&amp;rsquo; intelligent demands. Industrial competition increasingly focuses on enhancing AI supply efficiency, with value realization relying on the continuous invocation of AI, service-oriented outputs, and revenue sharing. In this process, application traction is paramount, emphasizing resource allocation based on demand recognition, capability invocation, and actual results. Key elements such as capital, computing power, data, and talent should accelerate aggregation around high-value scenarios, flowing to the segments that can best address real pain points and generate stable returns. This new organizational model, supported by AI and driven by applications, not only fosters new business models and expands new growth spaces but also drives innovation and optimization in employment structure, industrial structure, and income distribution, injecting more lasting and deeper momentum into high-quality development.&lt;/p&gt;&#xA;&lt;h2 id=&#34;practical-steps-to-strengthen-application-traction&#34;&gt;Practical Steps to Strengthen Application Traction&#xA;&lt;/h2&gt;&lt;p&gt;Having clarified the strategic logic of &amp;ldquo;why to strengthen application traction,&amp;rdquo; it is essential to address the practical question of &amp;ldquo;how to strengthen application traction.&amp;rdquo; Ultimately, AI competition is a comprehensive competition between technological capabilities and application capabilities. To better empower economic and social development with AI, the key is to solidify application traction, deepen integration, and strengthen the ecosystem.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Expand High-Value Scenarios&lt;/strong&gt;&lt;br&gt;&#xA;Scenarios are the testing grounds for AI maturity and the carriers for technology to transform into industrial capabilities. Without genuine scenario traction, technological breakthroughs struggle to form stable demand; without large-scale application landing, innovative results cannot accumulate into competitive advantages. Focus on key areas such as manufacturing, transportation, energy, healthcare, education, and government, continuously deepening and expanding &amp;ldquo;AI +&amp;rdquo; to promote AI from demonstration verification to process embedding, and from single-point efficiency to system efficiency. Resource allocation should shift from emphasizing parameter scale and project deployment to focusing on scenario value, delivery capability, and actual returns, with greater emphasis on forming industry-level models, intelligent agents, and solutions. Notably, it is crucial to leverage the traction of leading enterprises, chain master enterprises, and platform enterprises to drive collaborative innovation and joint breakthroughs among upstream and downstream SMEs, accelerating the transformation of scenario advantages into industrial and competitive advantages.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Promote Deeply Integrated Applications&lt;/strong&gt;&lt;br&gt;&#xA;Empowering industries with AI requires more than superficial embedding; it must genuinely enter business processes, organizational systems, and value chains, becoming a key force in reshaping production methods and management models. Focus on critical links such as production, services, and management, promoting deep coupling between AI and industrial internet, digital twins, and intelligent equipment to effectively solve real problems in quality control, equipment maintenance, supply collaboration, risk identification, and decision support. Coordinate the collaborative allocation of computing power, data, energy, and network elements, ensuring that the construction of new infrastructure emphasizes system capability, collaborative scheduling, and improved utilization efficiency. Only by embedding AI into core business processes and integrating it into underlying support systems can we achieve true leaps from usability to practicality and from local breakthroughs to overall advancements.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Establish a Collaborative Innovation Ecosystem&lt;/strong&gt;&lt;br&gt;&#xA;The successful implementation of AI applications often requires collaboration across multiple dimensions, including scenario openness, technology supply, data support, financial services, talent assurance, and institutional norms. A systematic approach is essential, promoting collaboration among governments, enterprises, universities, research institutions, financial institutions, and industry organizations to connect the innovation chain, industrial chain, capital chain, and talent chain. Governments should strengthen planning guidance, policy supply, and standard construction to create a stable and predictable development environment. Enterprises need to highlight their role as innovation leaders, leveraging the traction of leading enterprises while also developing lightweight, low-cost solutions suitable for SMEs. Universities and research institutions should better align organized research with industry needs, facilitating more results from laboratories to production lines. Financial institutions should address the characteristics of high investment, long cycles, and high risks in AI R&amp;amp;D. Additionally, as AI becomes widely embedded in the entire production and operation process, it is vital to improve data governance, security governance, and accountability mechanisms, cultivating versatile talents who understand both technology and industry, as well as application and governance, to form an open, orderly, mutually empowering, and sustainably evolving development ecosystem.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;</description>
        </item><item>
            <title>DeepSeek-V4: A Turning Point in China&#39;s AI Landscape</title>
            <link>https://gameflycenter.com/posts/note-6cf288dd6a/</link>
            <pubDate>Mon, 27 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-6cf288dd6a/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;The release of DeepSeek-V4 is not just a technical iteration but a pivotal moment for China&amp;rsquo;s AI industry. From Huawei&amp;rsquo;s native adaptation to the capital competition among Tencent and Alibaba, this trillion-parameter model is reshaping the competitive landscape of domestic computing power. This article will delve into the industrial logic behind its technological breakthroughs, revealing the commercialization dilemmas and strategic choices faced by open-source model companies.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;540px&#34; data-flex-grow=&#34;225&#34; height=&#34;400&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-6cf288dd6a/img-5bb4ad2910.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-6cf288dd6a/img-5bb4ad2910_hu_7efa9c1a9448e48c.jpeg 800w, https://gameflycenter.com/posts/note-6cf288dd6a/img-5bb4ad2910.jpeg 900w&#34; width=&#34;900&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;On April 24, 2026, the first indication that DeepSeek-V4 was more than just a model update did not come from Hugging Face or DeepSeek&amp;rsquo;s official announcement but from a live stream on Bilibili.&lt;/p&gt;&#xA;&lt;p&gt;Huawei&amp;rsquo;s Ascend CANN official account hosted a live event titled &amp;ldquo;DeepSeek V4 Ascend Premiere.&amp;rdquo; The very act of a large model company launching a new model through a chip ecosystem&amp;rsquo;s official account was unusual.&lt;/p&gt;&#xA;&lt;p&gt;If this were merely a routine upgrade with larger parameters, longer context, and better benchmark scores, it would belong to the daily arms race of the AI circle, at most leading developers to bookmark it on Hugging Face or product managers to share benchmark screenshots in their circles. However, this time, the V4-Pro&amp;rsquo;s 16 trillion total parameters, 49 billion active parameters, million-token context, MIT License open-source, and its connection to Huawei&amp;rsquo;s Ascend 950PR native adaptation turned the event into an &amp;ldquo;industrial signal.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;On the same day, Reuters reported that Tencent and Alibaba were involved in financing negotiations with DeepSeek. Just days earlier, the market had valued DeepSeek at around $10 billion, but this figure quickly rose to over $20 billion.&lt;/p&gt;&#xA;&lt;p&gt;Chinese venture capital media were even more aggressive, reporting a pre-investment valuation of 300 billion RMB, a 50 billion RMB capital increase, and a 5 billion RMB minimum investment threshold. Domestic GPU concept stocks responded accordingly; as soon as DeepSeek-V4 launched, related ETFs and chip stocks surged. The capital market may not understand abbreviations like mHC, CSA, HCA, or DSA, but it comprehends a more straightforward narrative: DeepSeek is becoming the &amp;ldquo;nucleus&amp;rdquo; of the entire Chinese computing power industry chain, connecting all clues.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-journey-to-deepseek-v4&#34;&gt;The Journey to DeepSeek-V4&#xA;&lt;/h2&gt;&lt;p&gt;Rewind 484 days.&lt;/p&gt;&#xA;&lt;p&gt;On December 26, 2024, DeepSeek-V3 was released with 671 billion parameters, 37 billion active parameters, MoE architecture, and MLA attention mechanism. The official technical report cited a figure later quoted by global media: the complete training took approximately 2.788 million H800 GPU hours, translating to a training cost of about $5.57 million. A month later, DeepSeek-R1 topped the free charts in the US App Store. Nvidia&amp;rsquo;s market value evaporated by approximately $593 billion, marking one of the largest single-day market value losses in US history.&lt;/p&gt;&#xA;&lt;p&gt;At that moment, DeepSeek appeared as a bullet shot from Hangzhou towards Silicon Valley. It proved something that made many uncomfortable: cutting-edge AI does not necessarily require astronomical computing power and capital. At least at that time, a Chinese team used extreme engineering optimization, MoE, reinforcement learning, and open-source strategies to puncture the narrative that &amp;ldquo;the more expensive the computing power, the stronger the model&amp;rdquo; that Silicon Valley had built over the past two years.&lt;/p&gt;&#xA;&lt;p&gt;However, 484 days later, the story became convoluted.&lt;/p&gt;&#xA;&lt;p&gt;The team that had burst onto the scene with a low-cost myth began discussing financing. The lab that had rejected VCs, avoided going public, and relied on funding from Huanfang Quantitative was now surrounded by Tencent and Alibaba at the negotiating table. The model company that had earned global developer respect through open-source found its models being integrated into products, entering commercial systems, while it still needed to find a price anchor for employee options.&lt;/p&gt;&#xA;&lt;p&gt;Even more convoluted was that the low-cost myth itself came with a price tag. The $5.57 million figure was real, but it did not represent DeepSeek&amp;rsquo;s entire bill. SemiAnalysis later estimated that DeepSeek&amp;rsquo;s total hardware expenditure exceeded $1.3 billion, with a GPU cluster of about 50,000 units, including H800, H100, and H20 mixed resources.&lt;/p&gt;&#xA;&lt;p&gt;In other words, the $5.57 million was more like a pretty receipt stating how much this training cost, without mentioning how much had been burned beforehand to make this training happen.&lt;/p&gt;&#xA;&lt;p&gt;Thus, the truly noteworthy aspect of DeepSeek over these 484 days is not the grand narrative of &amp;ldquo;China&amp;rsquo;s AI rise&amp;rdquo;; that would be too simplistic.&lt;/p&gt;&#xA;&lt;p&gt;The 484 days do not tell the story of DeepSeek&amp;rsquo;s growth from small to large, but rather resemble a journey of a technological idealist who must learn to navigate the gravity of the real world and conquer it.&lt;/p&gt;&#xA;&lt;h2 id=&#34;people-the-departed-and-their-direction&#34;&gt;People: The Departed and Their Direction&#xA;&lt;/h2&gt;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;217px&#34; data-flex-grow=&#34;90&#34; height=&#34;1194&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-6cf288dd6a/img-b6ed5dbe96.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-6cf288dd6a/img-b6ed5dbe96_hu_be221ef2f93531cd.jpeg 800w, https://gameflycenter.com/posts/note-6cf288dd6a/img-b6ed5dbe96.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;On April 16, 2026, the news broke that Guo Dayan had joined ByteDance&amp;rsquo;s Seed team.&lt;/p&gt;&#xA;&lt;p&gt;If DeepSeek-R1 is seen as the product that truly broke through globally for DeepSeek, then Guo Dayan cannot be treated as just an ordinary departing employee. Public reports referred to him as a significant contributor to R1&amp;rsquo;s inference capabilities, particularly related to the GRPO reinforcement learning method. ByteDance&amp;rsquo;s direction for him was also subtle: Agent. The rumors of a &amp;ldquo;hundred million annual salary&amp;rdquo; were later refuted by Douyin&amp;rsquo;s vice president Li Liang, but the gossip had already served its purpose. It provided the public with a direct view: DeepSeek&amp;rsquo;s talent was beginning to be priced.&lt;/p&gt;&#xA;&lt;p&gt;Before this, DeepSeek&amp;rsquo;s image resembled that of a hidden sect in a martial arts novel. Huanfang Quantitative was providing funding from behind, Liang Wenfeng had sufficient resources, and researchers focused on model development without urgency for products or commercialization. While other startups were busy raising funds, making lists, developing applications, and building ecosystems, it remained a silent computing power monk, meditating, pushing formulas, and training models.&lt;/p&gt;&#xA;&lt;p&gt;However, the AI industry does not respect monks for long, especially when they possess genuine knowledge. From late 2025 to early 2026, multiple core members of DeepSeek were reported to have left: Luo Fuli went to Xiaomi MiMo, Wang Bingxuan went to Tencent, Ruan Chong went to Yuanrong Qixing, Wei Haoran&amp;rsquo;s whereabouts are unknown, and Guo Dayan went to ByteDance Seed. These departures collectively form a map of the next battlefield in China&amp;rsquo;s AI: Luo Fuli corresponds to the endpoint and Xiaomi&amp;rsquo;s &amp;ldquo;phone + car + IoT&amp;rdquo; closed loop; Ruan Chong corresponds to multi-modal perception in autonomous driving; Guo Dayan corresponds to Agent; Wang Bingxuan corresponds to Tencent&amp;rsquo;s anxiety about rebuilding its AI foundation.&lt;/p&gt;&#xA;&lt;p&gt;Money, of course, is important. Large companies can offer higher cash salaries, clearer option buybacks, and more mature promotion systems.&lt;/p&gt;&#xA;&lt;p&gt;ByteDance&amp;rsquo;s first repurchase price for Doubao stock increased by 30.8% compared to the grant price, which feels more like a paycheck to a researcher than the promise of &amp;ldquo;we will change the world in the future.&amp;rdquo; DeepSeek&amp;rsquo;s problem here becomes specific: it can attract talent with technological idealism, but it struggles to pay the opportunity costs of that talent in the long term, especially as peers&amp;rsquo; wealth stories begin to materialize. Companies like Zhipu, MiniMax, and Yuezhianmian are being revalued by the capital market. The financing numbers for OpenAI and Anthropic hang in the news headlines like astronomical phenomena. A post-95 researcher sees friends receiving cashable options while their own DeepSeek options lack a public market price, creating a psychological gap that cannot be erased by &amp;ldquo;purely doing research.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;More critically, those leaving are not just being lured away by money; they are also taking their directions with them.&lt;/p&gt;&#xA;&lt;p&gt;DeepSeek&amp;rsquo;s strongest aspects lie in its base models, inference models, and its ability to minimize training and inference costs. Its organizational culture naturally leans towards one goal: making the model itself stronger, cheaper, and more open-source. This is undoubtedly cool. However, after 2025, the industry&amp;rsquo;s excitement began to shift. People were no longer satisfied with &amp;ldquo;the model can answer questions&amp;rdquo;; they wanted models that could write code, call tools, execute tasks across applications, remember context, and form closed loops in products. Agent transitioned from an overhyped term to an entry point for the next generation of product structures.&lt;/p&gt;&#xA;&lt;p&gt;At this point, DeepSeek&amp;rsquo;s advantages became a constraint. A researcher wanting to study Agents would face a more foundational organization within DeepSeek, while at ByteDance, they would engage with a real user base of 157 million monthly active users. A multi-modal researcher wanting to enable models to understand the physical world might find more allure in an autonomous driving company than in continuing to scale up language models. An endpoint model researcher aiming to embed inference capabilities in mobile devices, vehicle systems, and home appliances would find Xiaomi more like a laboratory than DeepSeek. This is not about betrayal; it&amp;rsquo;s a natural divergence following a fork in the technological route.&lt;/p&gt;&#xA;&lt;p&gt;Bell Labs serves as a similar reference. It nurtured transistors, information theory, Unix, and the C language, while also spilling over generations of talent. Those who left Bell Labs did not destroy it; rather, they spread its methodologies throughout the American tech industry. DeepSeek&amp;rsquo;s talent outflow may be doing the same. The difference is that Bell Labs had AT&amp;amp;T&amp;rsquo;s monopoly profits behind it, while DeepSeek is backed by Huanfang Quantitative. No matter how strong Huanfang is, it is not a public finance entity that can endlessly fund the Chinese AI industry.&lt;/p&gt;&#xA;&lt;p&gt;Liang Wenfeng faces a very real problem: if DeepSeek truly wants to retain talent, it must assign a price to its equity; if DeepSeek&amp;rsquo;s equity is to have a price, it must enter the capital market&amp;rsquo;s language system; if it enters the capital market&amp;rsquo;s language system, it must accept the capital market&amp;rsquo;s inquiries: how do you make money? How do you grow? How do you prevent others from profiting from your open-source models?&lt;/p&gt;&#xA;&lt;p&gt;This is why DeepSeek&amp;rsquo;s financing pressure is not merely about &amp;ldquo;lacking money&amp;rdquo;; it resembles an identity transformation. It needs to shift from a research organization that &amp;ldquo;does not need to explain itself to anyone&amp;rdquo; to one that must explain itself to employees, shareholders, cloud vendors, chip manufacturers, developers, and regulators as a foundational infrastructure company.&lt;/p&gt;&#xA;&lt;p&gt;This step is not romantic. However, it may determine DeepSeek&amp;rsquo;s fate more than the viral success of R1.&lt;/p&gt;&#xA;&lt;h2 id=&#34;finance-the-myth-of-557-million-must-be-settled&#34;&gt;Finance: The Myth of $5.57 Million Must Be Settled&#xA;&lt;/h2&gt;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;277px&#34; data-flex-grow=&#34;115&#34; height=&#34;933&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-6cf288dd6a/img-6fdeb3ef0e.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-6cf288dd6a/img-6fdeb3ef0e_hu_ba3a4e91dc1d0a2c.jpeg 800w, https://gameflycenter.com/posts/note-6cf288dd6a/img-6fdeb3ef0e.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;DeepSeek&amp;rsquo;s most dangerous achievement is that it has turned &amp;ldquo;cheap&amp;rdquo; into its brand.&lt;/p&gt;&#xA;&lt;p&gt;This has been validated countless times in Chinese manufacturing: while China&amp;rsquo;s manufacturing industry contributes to making expensive goods affordable for ordinary people, the inverse is also true—price and profit can constrain the pace of industrial upgrades.&lt;/p&gt;&#xA;&lt;p&gt;This phenomenon is fully replayed in DeepSeek.&lt;/p&gt;&#xA;&lt;p&gt;In recent years, the capital expenditures of OpenAI, Anthropic, Google, and Meta have left many in shock. Hundreds of billions in capital expenditures, valuations in the trillions, and data centers with hundreds of thousands of GPUs all culminate in one statement: intelligence is expensive.&lt;/p&gt;&#xA;&lt;p&gt;Until December 26, 2024, when DeepSeek-V3 was released, this statement suddenly became unstable.&lt;/p&gt;&#xA;&lt;p&gt;$5.57 million.&lt;/p&gt;&#xA;&lt;p&gt;This figure is too suitable for dissemination. It is short, sharp, and impactful, like handing Silicon Valley a sarcastic poster: while you burn hundreds of billions, we create a capable model with just a fraction of that. R1 further exaggerated this narrative. In September 2025, Reuters reported that DeepSeek disclosed in a Nature paper that R1&amp;rsquo;s training cost was only about $294,000. Thus, DeepSeek was placed into a neat narrative box: a low-cost miracle.&lt;/p&gt;&#xA;&lt;p&gt;The problem is that the low-cost miracle can constrain itself.&lt;/p&gt;&#xA;&lt;p&gt;The first layer of constraint comes from public expectations. When you make the world tremble with $5.57 million, the next time you release a model, people will not only ask if it is strong but also if it is cheap enough. If V4 shows significant capability improvement but skyrockets in cost, DeepSeek&amp;rsquo;s story will crack. Conversely, if V4 is not impressive enough to maintain the low-cost narrative, it will fail to meet the expectations of the capital market and industrial ecosystem. This is akin to a chef who prepares a Michelin-quality meal for $10. The first meal is a miracle. Starting from the second meal, all guests will ask: can you continue to do it for $10? If it rises to $100, they will say you have changed; if you still charge $10, you will go bankrupt.&lt;/p&gt;&#xA;&lt;p&gt;The second layer of constraint comes from actual costs. The $5.57 million corresponds to GPU hours within a single training process, excluding earlier architectural explorations, failed experiments, data construction, engineering teams, hardware reserves, inference services, and the costs of scaling up after user surges. SemiAnalysis estimated that DeepSeek&amp;rsquo;s total hardware expenditure exceeds $1.3 billion, which is a figure closer to the material foundation required for a cutting-edge model company to exist long-term.&lt;/p&gt;&#xA;&lt;p&gt;Huanfang Quantitative can provide funding for DeepSeek. In 2025, Huanfang Quantitative&amp;rsquo;s average return rate was reported by several media outlets to be around 56.55%, with annual revenue estimated at nearly 4.9 billion RMB, and Liang Wenfeng&amp;rsquo;s shareholding ratio was sufficiently high. For an ordinary AI lab, this is already a dream investor.&lt;/p&gt;&#xA;&lt;p&gt;However, after V4, DeepSeek&amp;rsquo;s cost structure changed. Trillion parameters, million-token context, Agent capabilities, domestic chip adaptation, global open-source developer ecosystem, and stable APIs for enterprises will not only appear in training bills. They will become inference costs, engineering costs, customer support costs, compliance costs, channel costs, and talent costs. Training a model once is like going to war; long-term service to an ecosystem is like garrisoning troops. Garrisoning is more expensive than fighting because it incurs daily costs.&lt;/p&gt;&#xA;&lt;p&gt;This is also why DeepSeek&amp;rsquo;s financing suddenly became reasonable in April 2026. Reuters first reported The Information&amp;rsquo;s news, stating that DeepSeek was negotiating at least $300 million in financing, with a valuation exceeding $10 billion. Days later, news emerged that Tencent and Alibaba were participating in negotiations, pushing the valuation figure above $20 billion, with Tencent reportedly proposing to acquire up to 20% of the shares but was refused. Chinese venture capital circles provided even more stimulating versions: a pre-investment valuation of 300 billion RMB, a planned capital increase of 50 billion RMB, with external funding of 30 billion and internal funding of 20 billion, with a minimum investment of 5 billion.&lt;/p&gt;&#xA;&lt;p&gt;These figures may not all receive official confirmation, but they collectively point to one thing: DeepSeek is no longer just a star company pursued by capital; it is becoming a strategic node that giants must compete for. For Alibaba, DeepSeek can enhance the narrative of cloud and AI infrastructure. For Tencent, DeepSeek can fill the awkwardness of mixed elements in the C-end mindset. For both companies, DeepSeek is a rare entity: it was not incubated by a large company but has already gained global developer reputation; it has not fully commercialized but possesses a foundational infrastructure position; it offers open models while making all users prove its irreplaceability.&lt;/p&gt;&#xA;&lt;p&gt;This is also why the 5 billion minimum investment threshold is so interesting. If this threshold is true, it filters out not those with less money but those who only want financial investments.&lt;/p&gt;&#xA;&lt;p&gt;DeepSeek seeks resource-based shareholders: cloud computing power, government and enterprise clients, compliance endorsements, chip supply chains, and model distribution channels. Money is just the easiest quantifiable part of this. This is somewhat similar to SpaceX&amp;rsquo;s transformation. Early on, SpaceX needed to prove that rockets could fly cheaper. After successful technical validation, it required NASA contracts, commercial launch orders, Starlink cash flow, and national security orders even more. Cheapness is not the end; it is merely the first step to open the gap in the old order.&lt;/p&gt;&#xA;&lt;p&gt;DeepSeek is also in a similar position. The $5.57 million training cost is not the answer to its future business model; it is merely the bullet. The bullet pierced Silicon Valley&amp;rsquo;s computing power myth and also penetrated DeepSeek&amp;rsquo;s protective shell. The bullet proved that cutting-edge AI can be cheap, but it did not prove that a cutting-edge AI company can survive cheaply forever.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-business-open-source-models-as-others-weapons&#34;&gt;The Business: Open-Source Models as Others&amp;rsquo; Weapons&#xA;&lt;/h2&gt;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;207px&#34; data-flex-grow=&#34;86&#34; height=&#34;1247&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-6cf288dd6a/img-363935b8ba.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-6cf288dd6a/img-363935b8ba_hu_14d20c85a6d2a7ae.jpeg 800w, https://gameflycenter.com/posts/note-6cf288dd6a/img-363935b8ba.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;In January 2025, DeepSeek&amp;rsquo;s story first became a global public event.&lt;/p&gt;&#xA;&lt;p&gt;After R1&amp;rsquo;s release, the DeepSeek App surged to the top of the US App Store&amp;rsquo;s free charts. TechCrunch wrote directly: DeepSeek replaced ChatGPT as the top app in the App Store. Reuters recorded another figure in financial history: Nvidia&amp;rsquo;s market value evaporated by approximately $593 billion. This moment had a strange comedic aspect. A Chinese open-source model made American retail investors begin to question Nvidia&amp;rsquo;s valuation, forced Silicon Valley to reinterpret its capital expenditures, prompted OpenAI and Microsoft to investigate &amp;ldquo;distillation&amp;rdquo; issues, and placed a Hangzhou team into the narrative of technological security in the US. Before DeepSeek could commercialize, it was geopoliticized.&lt;/p&gt;&#xA;&lt;p&gt;However, a more interesting event occurred in China. On February 13, 2025, Tencent Yuanbao integrated the full version of DeepSeek-R1. This marked Tencent&amp;rsquo;s first deployment of a third-party open-source model in its own AI assistant. Users could switch between Yuanbao and DeepSeek, and WeChat search began to test integration with DeepSeek.&lt;/p&gt;&#xA;&lt;p&gt;Before this, Tencent&amp;rsquo;s AI situation was somewhat awkward. It had Yuanbao, computing power, WeChat, a content ecosystem, cloud resources, and organizational assets. However, in users&amp;rsquo; minds, the domestic AI product heat was more occupied by Doubao, Kimi, Tongyi, and DeepSeek. Tencent&amp;rsquo;s strongest asset was its entry point, but it lacked an AI symbol that could excite users. DeepSeek was precisely that symbol.&lt;/p&gt;&#xA;&lt;p&gt;After Yuanbao integrated R1, downloads surged, exceeding the DeepSeek App itself by early March. User enthusiasm during the WeChat search test with DeepSeek was described by the media as &amp;ldquo;far exceeding expectations.&amp;rdquo; By the end of 2025, the daily usage of Yuanbao&amp;rsquo;s DeepSeek mode reportedly reached an annual peak, increasing over 100 times since the beginning of the year.&lt;/p&gt;&#xA;&lt;p&gt;This was not DeepSeek being saved by Tencent; it was Tencent saving its own AI product line using DeepSeek.&lt;/p&gt;&#xA;&lt;p&gt;Yet, DeepSeek did not walk away empty-handed. It gained something more subtle: a proof of factual standards. When China&amp;rsquo;s largest social entry point chooses to deploy your model in its product, when users complete searches and Q&amp;amp;A through your model in the WeChat ecosystem, and when other large companies, car manufacturers, telecom operators, and cloud vendors rush to integrate, you are no longer just a strong open-source model on GitHub. You become part of the public infrastructure.&lt;/p&gt;&#xA;&lt;p&gt;The problem lies here. Public infrastructure sounds advanced, but it can be commercially uncomfortable. The sharpest aspect of an open-source model is that it allows everyone to use you. The most brutal aspect of an open-source model is that it allows everyone to use you.&lt;/p&gt;&#xA;&lt;p&gt;Tencent can integrate DeepSeek into Yuanbao. Alibaba can embed DeepSeek into its cloud services. Startups can use DeepSeek as a code assistant. Government and enterprise clients can privatize deployment via cloud vendors. Developers can locally distill, fine-tune, and quantify. Each instance of use expands DeepSeek&amp;rsquo;s influence.&lt;/p&gt;&#xA;&lt;p&gt;However, each instance of use may also bypass DeepSeek&amp;rsquo;s revenue stream. This is the moment when the costs and benefits of open-source are simultaneously realized. The more DeepSeek&amp;rsquo;s model resembles water and electricity, the more awkward its commercial identity becomes. Water and electricity are vital, but companies that sell water and electricity are typically not the most attractive companies. The real money is often made by those who connect water and electricity to cities, factories, commercial real estate, and residential billing systems. In AI, these people are called cloud vendors, entry platforms, Agent products, enterprise software, and vertical applications.&lt;/p&gt;&#xA;&lt;p&gt;After the release of V4, this logic of &amp;ldquo;others taking it to make weapons&amp;rdquo; became clearer. V4-Pro and V4-Flash simultaneously provide compatibility with OpenAI ChatCompletions and Anthropic interfaces; the new model names are deepseek-v4-pro and deepseek-v4-flash; the old deepseek-chat and deepseek-reasoner will be discontinued after a three-month transition period. This is not a model solely for its own app but one prepared for migration, replacement, and embedding from the interface level. Developers can redirect applications originally connected to OpenAI or Anthropic to DeepSeek, cloud vendors can package it as an API, and Agent products can automatically switch complex tasks to Think Max.&lt;/p&gt;&#xA;&lt;p&gt;In other words, while DeepSeek hands others knives, it also sharpens the handles.&lt;/p&gt;&#xA;&lt;p&gt;The technical route is also converging in this direction. V3-0324 enhances reasoning, front-end code, and tool invocation; R1-0528 reduces hallucinations and improves JSON and function calling; V3.1 introduces a Think / Non-Think hybrid mode, strengthening Agent capabilities and supporting Anthropic API formats; V3.2-Exp introduces Sparse Attention, significantly reducing costs; V3.2 and Speciale further target Agent reasoning scenarios.&lt;/p&gt;&#xA;&lt;p&gt;By the time of V4, three levels of thinking intensity are directly productized: Non-think corresponds to everyday quick responses, Think High corresponds to complex planning, and Think Max corresponds to high-intensity reasoning and Agent tasks. DeepSeek even retains complete reasoning content in tool invocation scenarios, including multi-turn reasoning history across user message boundaries. This design is not prepared for a &amp;ldquo;chatbot&amp;rdquo; but for real workflows like long-term tasks, code engineering, document generation, and search planning.&lt;/p&gt;&#xA;&lt;p&gt;The evaluations of V4 are also very indicative. It does not only tell stories through traditional rankings like MMLU but also showcases Agentic Coding, Terminal Bench, SWE Verified, MCPAtlas, white-collar tasks, and Chinese professional writing.&lt;/p&gt;&#xA;&lt;p&gt;According to technical breakdown materials, V4-Pro-Max scored 67.9 on Terminal Bench 2.0, 80.6 on SWE Verified, and 76.2 on SWE Multilingual, overall placing it in the same tier as Opus-4.6-Max and K2.6-Thinking; in real R&amp;amp;D tasks among over 50 internal engineers, V4-Pro-Max&amp;rsquo;s pass rate was 67%, close to Opus 4.5&amp;rsquo;s 70% and higher than Sonnet 4.5&amp;rsquo;s 47%.&lt;/p&gt;&#xA;&lt;p&gt;The significance of these numbers lies not in &amp;ldquo;winning scores&amp;rdquo; but in answering a more industrial question: can the new model integrate into the daily production of engineering teams?&lt;/p&gt;&#xA;&lt;p&gt;This also explains DeepSeek&amp;rsquo;s dilemma. It certainly knows that pure model capabilities will be used by others to create products, which will accumulate users, data, workflows, and distribution advantages. If a model company only remains in the position of an arms dealer, it will be pressured on price by all those buying arms.&lt;/p&gt;&#xA;&lt;p&gt;However, DeepSeek&amp;rsquo;s uniqueness lies in its inability to easily transform into an ordinary application company. If it engages in C-end products, it must compete with Doubao, Kimi, Yuanbao, and Tongyi for entry points; if it develops code products, it must compete with Cursor, Claude Code, Codex, and various domestic IDE plugins for workflows; if it ventures into enterprise software, it must begin facing sales, delivery, customization, and payment issues in the mud. An organization skilled at optimizing models to the extreme may not excel at rolling in the mud.&lt;/p&gt;&#xA;&lt;p&gt;Thus, DeepSeek&amp;rsquo;s &amp;ldquo;business&amp;rdquo; line has become a chain reaction: R1&amp;rsquo;s viral success triggered global stock market tremors; global tremors prompted a backlash from US IP and security narratives; domestic integration spurred large companies to collectively adopt DeepSeek; large companies&amp;rsquo; integration validated DeepSeek&amp;rsquo;s infrastructure value; infrastructure value, in turn, compelled it to address commercialization issues.&lt;/p&gt;&#xA;&lt;p&gt;OpenAI warned the US Congress that DeepSeek was gaining capabilities through distillation, and the White House accused China of &amp;ldquo;industrial-scale AI technology theft&amp;rdquo;—these are certainly part of the geopolitical narrative. However, if viewed solely from this dimension, one might miss the more specific industrial issues. DeepSeek has shown everyone for the first time that open-source models can rapidly change product landscapes globally, while also demonstrating that the victory of open-source models may not automatically belong to open-source model companies.&lt;/p&gt;&#xA;&lt;p&gt;This situation is somewhat akin to Android. Android provided global smartphone manufacturers with an operating system to counter the iPhone, completely rewriting the entry landscape of the mobile internet. However, the long-term beneficiaries were not every Android smartphone manufacturer but Google, which controlled the app store, advertising system, account system, and cloud services.&lt;/p&gt;&#xA;&lt;p&gt;DeepSeek is standing in a similar position. It provides a foundational layer. However, the cities above that foundational layer are being rapidly constructed by others.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-material-from-h800-to-ascend-a-chip-replacement-surgery&#34;&gt;The Material: From H800 to Ascend, A Chip Replacement Surgery&#xA;&lt;/h2&gt;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;223px&#34; data-flex-grow=&#34;93&#34; height=&#34;1159&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-6cf288dd6a/img-8d68883233.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-6cf288dd6a/img-8d68883233_hu_5d0b5cf76e2ce75c.jpeg 800w, https://gameflycenter.com/posts/note-6cf288dd6a/img-8d68883233.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The most important parameter of DeepSeek-V4 may not be 1.6 trillion. It is Ascend.&lt;/p&gt;&#xA;&lt;p&gt;This does not imply that model capability is unimportant. V4-Pro adopts a total of 1.6 trillion parameters and 49 billion active parameters in its MoE architecture, while V4-Flash features 284 billion total parameters and 13 billion active parameters. Both support a million-token context, and the model card indicates the use of CSA + HCA mixed attention mechanisms. V4&amp;rsquo;s technical report also includes mHC manifold constraint superconnection, DSA sparse attention, Muon optimizer, FP4 quantization-aware training, On-Disk KV Cache, deterministic kernel library, and DSec sandbox infrastructure.&lt;/p&gt;&#xA;&lt;p&gt;When these terms are piled together, they can easily devolve into technical self-indulgence. However, in the industrial context of April 2026, they all serve a harder fact: V4 needs to run, stabilize, and run cheaply on domestic computing power.&lt;/p&gt;&#xA;&lt;p&gt;DeepSeek-V3&amp;rsquo;s material foundation still relied on Nvidia H800. Under restricted chip conditions, it maximized efficiency through MoE, MLA, FP8, and extensive bottom-level optimizations. Developers discovered traces of PTX low-level optimization in V3&amp;rsquo;s code, indicating that DeepSeek had long been bypassing the comfort zone of high-level frameworks to directly engage with GPU execution layers. PTX is the low-level intermediate representation for Nvidia GPUs. A team willing to engage at this level signifies that it is not merely a model team adjusting framework parameters but an engineering team capable of performing surgical operations on computing power infrastructure.&lt;/p&gt;&#xA;&lt;p&gt;This capability became crucial for V4. The US chip blockade has evolved from &amp;ldquo;not providing the strongest chips&amp;rdquo; to &amp;ldquo;giving you a total bill.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;On January 13, 2025, the Biden administration released the AI Diffusion Rule, placing global AI chip flows under tiered control. Reuters reported that this set of rules aimed to restrict the diffusion of advanced AI chips globally, with China placed in a strictly limited position. Subsequent discussions regarding limitations on TPP total processing performance essentially turned computing power into a strategic resource that can be accounted for, blocked, and allocated. This logic is very American. It does not necessarily aim to completely prevent your development; it merely seeks to ensure you lag a generation.&lt;/p&gt;&#xA;&lt;p&gt;The tug-of-war over H20 is a small window. In February 2025, Chinese companies increased H20 orders due to the DeepSeek frenzy. In April, the US restricted H20 exports, and Nvidia recorded approximately $5.5 billion in related expenses. By May, Nvidia prepared a downgraded version. In July, Jensen Huang stated that supply would be restored.&lt;/p&gt;&#xA;&lt;p&gt;By April 2026, the US Secretary of Commerce confirmed that H200 had not yet been sold to China. This is not about stabilizing supply chains; it binds a company&amp;rsquo;s training plans to Washington&amp;rsquo;s policy pendulum. For a cutting-edge model company, this uncertainty is more dangerous than high costs. High costs can be financed, but uncertainty can destroy a roadmap.&lt;/p&gt;&#xA;&lt;p&gt;Thus, DeepSeek&amp;rsquo;s shift to Huawei Ascend is not merely a patriotic narrative or emotional value from the launch event. It is a rational choice for a model company facing supply chain risks.&lt;/p&gt;&#xA;&lt;p&gt;In February 2026, Reuters reported that DeepSeek no longer followed industry norms by previewing its flagship models to American chip manufacturers but instead opened up to domestic chip suppliers earlier. In April, Reuters reported that DeepSeek-V4 would run on Huawei chips and that it was rewriting and testing the underlying code with domestic chip manufacturers. On the same day of V4&amp;rsquo;s release, news emerged that Huawei&amp;rsquo;s Ascend supernodes would fully support DeepSeek-V4.&lt;/p&gt;&#xA;&lt;p&gt;SCMP described this &amp;ldquo;premiere adaptation&amp;rdquo; directly: Huawei stated that the Ascend 950PR and 950DT achieved &amp;ldquo;day zero&amp;rdquo; adaptation for DeepSeek-V4; during live streams on Bilibili and WeChat, Huawei engineers explained the adaptation process between CANN and DeepSeek V4, claiming that the entire Ascend SuperNode product line had been &amp;ldquo;fully adapted&amp;rdquo; to V4&amp;rsquo;s model inference. This statement requires careful examination.&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;Day zero&amp;rdquo; sounds like marketing, but for a trillion-parameter model, it means that the hardware ecosystem can catch up with the model&amp;rsquo;s release on the same day; &amp;ldquo;fully adapted&amp;rdquo; does not equate to perfect performance, but it at least signifies that the software stack, inference framework, and underlying operators have established the first layer of production pathways. More interestingly, DeepSeek itself acknowledged that before the large-scale shipment of the Ascend 950PR supernode in the second half of the year, V4-Pro would face throughput issues, and prices would significantly decrease after the hardware was released in bulk. This is not a victory declaration but resembles a construction timeline: the direction is correct, the road is still expanding, but for now, traffic must be limited.&lt;/p&gt;&#xA;&lt;p&gt;Transitioning from CUDA to CANN is not simply about copying model files. It requires operator rewriting, compiler adaptation, inference framework optimization, communication interconnection scheduling, memory management, and verification of long-context performance. Especially for a trillion-parameter model like V4, any inefficiency in any link can turn &amp;ldquo;domestic adaptation&amp;rdquo; into a PPT adaptation. A technical analysis reprinted by TMT suggests that V4&amp;rsquo;s repeated delays are related to the deep adaptation between the inference end and Ascend chips; the real challenge lies not in whether it can run, but in whether it can run stably, efficiently, and at scale.&lt;/p&gt;&#xA;&lt;p&gt;This is why Jensen Huang stated that DeepSeek running on Huawei chips is a &amp;ldquo;horrible outcome&amp;rdquo; for the US. TNW&amp;rsquo;s interpretation of this statement is more straightforward: DeepSeek spent months rewriting core code to adapt to Huawei&amp;rsquo;s CANN framework, moving away from the CUDA ecosystem that took twenty years to build. The dominance of CUDA itself is a second layer of control that the US holds beyond chips.&lt;/p&gt;&#xA;&lt;p&gt;Nvidia&amp;rsquo;s true fear is not that Chinese companies can create a strong model. A strong model can be explained as accidental, distilled, subsidized, or unsustainable. What it fears is a strong model running stably in a non-CUDA ecosystem. Because CUDA&amp;rsquo;s moat is not just chip performance; it encompasses developer habits, toolchains, ecosystems, debugging experiences, operator libraries, training frameworks, and talent markets. As long as Chinese model companies continue to optimize around CUDA, US chip controls will have leverage.&lt;/p&gt;&#xA;&lt;p&gt;The technical details of V4 also explain why this chip replacement surgery is challenging. The primary cost of a million-token context is not whether the model is intelligent but how much historical information must be processed during each inference. Traditional attention mechanisms can turn KV cache and FLOPs into disaster zones in long contexts. DeepSeek-V4 compresses at the token dimension and adds DSA sparse attention. Technical breakdown materials indicate that under 1M context, V4-Pro&amp;rsquo;s single-token inference FLOPs are only 27% of V3.2&amp;rsquo;s, and KV cache is only 10% of V3.2&amp;rsquo;s; V4-Flash is even more extreme, with single-token FLOPs only 10% of V3.2&amp;rsquo;s and KV cache only 7%. This is the true significance of V4&amp;rsquo;s binding to Ascend: without a structural reduction in long-context inference costs, even if domestic computing power can run, it will be challenging to run it cheaply.&lt;/p&gt;&#xA;&lt;p&gt;Previously, I wrote an analysis on Foxconn&amp;rsquo;s transformation, noting that the judgment of transformation is never about what you &amp;ldquo;assemble&amp;rdquo; but about what you control in the value chain.&lt;/p&gt;&#xA;&lt;p&gt;Foxconn&amp;rsquo;s shift from iPhones to AI servers changed the assembly objects but not the profit position. In contrast, DeepSeek and Ascend&amp;rsquo;s story is about attempting to change its position within the underlying ecosystem. As long as the model team continues to think in CUDA&amp;rsquo;s language, domestic chips can easily become &amp;ldquo;rebranded OEMs&amp;rdquo;; only when the model architecture, inference framework, operator libraries, and communication scheduling are all rewritten around local hardware characteristics can it potentially evolve from &amp;ldquo;replaceable hardware&amp;rdquo; to &amp;ldquo;self-evolving systems.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;This is also the most awkward aspect of blockade policies. In the short term, they can indeed create pain. They can increase costs, slow adaptation, disrupt supply chains, and force companies to take difficult paths. However, if the blockaded side possesses a sufficiently large market, enough engineers, strong demand, and clear alternative goals, the blockade can become an industrial mobilization. The significance of DeepSeek-V4 lies here.&lt;/p&gt;&#xA;&lt;p&gt;It is not the endpoint of the domestic computing power ecosystem; it is the first time the scalpel has cut to the bone.&lt;/p&gt;&#xA;&lt;h2 id=&#34;conclusion-after-cheapness&#34;&gt;Conclusion: After Cheapness&#xA;&lt;/h2&gt;&lt;p&gt;The past 484 days of DeepSeek can easily be misread as a victory story.&lt;/p&gt;&#xA;&lt;p&gt;A Chinese team created a strong model at a low cost, shattered Nvidia, shook Silicon Valley, pressured the US, boosted domestic chips, and ultimately led Tencent and Alibaba to line up with money. Writing this version would be satisfying for readers and easy to title. However, this version is too light. The truly interesting aspect is that each of DeepSeek&amp;rsquo;s victories carries a counteraction.&lt;/p&gt;&#xA;&lt;p&gt;The low-cost victory of V3 necessitates continued proof that cheapness can be sustained; the global viral success of R1 imposes responsibilities far beyond laboratory scale in terms of users, public opinion, and geopolitical pressure; the victory of open-source allows Tencent, Alibaba, car manufacturers, and cloud vendors to turn it into their weapons; the victory of talent results in researchers trained by it being precisely priced by the entire industry; the victory of domestic adaptation transforms it from a model company into a wedge for restructuring the chip ecosystem; the victory of financing finally brings Liang Wenfeng to the table he initially deliberately avoided.&lt;/p&gt;&#xA;&lt;p&gt;This is not the failure of idealism. On the contrary, only if the first 484 days were sufficiently idealistic could DeepSeek have negotiating chips on the 485th day.&lt;/p&gt;&#xA;&lt;p&gt;If it had initially followed the typical AI startup route—financing, product development, commercialization, and chasing trends—it would likely have become just another company at the crowded table of Chinese large models: doing a bit of modeling, a bit of application, discussing a bit of ecosystem, testing a bit of commercialization, touching on everything but excelling at nothing.&lt;/p&gt;&#xA;&lt;p&gt;What Liang Wenfeng truly won is the ability to push the technological boundary far enough before returning to negotiate terms with reality. However, reality will not become gentle simply because you have won once. The $5.57 million is a bullet. It pierced Silicon Valley&amp;rsquo;s moat and also penetrated DeepSeek&amp;rsquo;s protective shell. The bullet proved that cutting-edge AI can be cheap, but it did not prove that a cutting-edge AI company can live cheaply forever.&lt;/p&gt;&#xA;&lt;p&gt;After 484 days, DeepSeek is no longer just a &amp;ldquo;low-cost miracle.&amp;rdquo; It is an open-source foundation used by global developers, a capital target fiercely contested by Tencent and Alibaba, a geopolitical symbol under scrutiny by the US Congress and the White House, and a trillion-parameter model undergoing a chip replacement surgery on domestic chips. Its situation has thus become more like a compressed sample of China&amp;rsquo;s AI: idealism needs money, open-source requires a moat, localization demands engineering accountability, and low-cost must continue to be low.&lt;/p&gt;&#xA;&lt;p&gt;Liang Wenfeng once said that DeepSeek is not aimed at short-term profitability but at pushing the boundaries of technology. After 484 days, the technological boundaries have indeed been pushed forward.&lt;/p&gt;&#xA;&lt;p&gt;Yet what drives it forward now is no longer just technology.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>The Future of Translation in the Age of AI</title>
            <link>https://gameflycenter.com/posts/note-274ccb25a7/</link>
            <pubDate>Mon, 27 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-274ccb25a7/</guid>
            <description>&lt;h2 id=&#34;the-future-of-translation-in-the-age-of-ai&#34;&gt;The Future of Translation in the Age of AI&#xA;&lt;/h2&gt;&lt;p&gt;On April 25, 2026, the China Translation Association held its annual conference at Wuhan University. The theme was &amp;ldquo;Integration and Breaking Barriers: The Infinite Possibilities of Translation in the Digital Intelligence Era,&amp;rdquo; co-hosted by the China Translation Association, Wuhan University, and the China Foreign Languages Publishing Administration. Experts and scholars from various fields gathered to discuss the high-quality development of the translation industry amid the AI wave.&lt;/p&gt;&#xA;&lt;p&gt;The conference released the &amp;ldquo;2026 China Translation Industry Development Report,&amp;rdquo; which indicated that in 2025, the Chinese translation industry maintained stability during structural adjustments, with a total annual output value of approximately 70.12 billion yuan. The number of operating translation companies and the quality of professionals showed steady growth, with the workforce reaching 6.867 million, including 1.135 million full-time translators.&lt;/p&gt;&#xA;&lt;p&gt;Civilization is enriched through communication and mutual learning. The &amp;ldquo;2026 Global Translation Industry Development Report&amp;rdquo; released on the same day showed that the global translation industry has transitioned from a period of uniform growth to a new stage characterized by differentiated stock and incremental reconstruction. International consulting agencies estimate that the global translation market size in 2025 will be approximately $59.53 billion, reflecting a 7% growth compared to the previous year. The Asian and European markets displayed strong growth momentum, with over 60% of overseas orders for Chinese translation companies coming from European clients. Academically, China leads globally in the production of translation research outcomes and the number of research institutions.&lt;/p&gt;&#xA;&lt;p&gt;Currently, AI is empowering various industries. AI translation is widely applied, and the integration of translation technology has reached a deep fusion stage. According to the &amp;ldquo;2026 China Translation Industry Development Report,&amp;rdquo; by 2025, there will be 2,183 companies in China focusing on AI translation as their main business, and the human-machine collaborative translation model has become a basic consensus in the industry. The &amp;ldquo;2026 Global Translation Industry Development Report&amp;rdquo; indicates a significant increase in the application rate of AI translation and large language models, making them mainstream tools in the translation industry. A 2025 survey of the European language industry showed that 60% of respondents had used AI translation, with language service providers reaching 80%.&lt;/p&gt;&#xA;&lt;p&gt;Wang Gangyi, former deputy director of the China Foreign Languages Publishing Administration and executive vice president of the China Translation Association, stated during the report release that while AI translation and large language model technology upgrades are gaining increasing attention from the industry and capital, there are still significant shortcomings in language coverage, accuracy, emotional understanding, and expression. Skills in AI-related capabilities and professional domain knowledge are key demands, and human-machine collaboration has become the mainstream working model. Small and medium-sized language companies and independent practitioners face multiple operational pressures, making specialization and differentiation crucial for survival under the drive of multimodal technology.&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;Currently, AI technology is profoundly reshaping the global language service and cultural dissemination landscape,&amp;rdquo; said Wang Lu, director of the film translation production center of the China Central Radio and Television, during the release of the &amp;ldquo;Research Report on AI Translation and the Internationalization of China&amp;rsquo;s &amp;lsquo;New Three Samples.&amp;rsquo;&amp;rdquo; She acknowledged that while AI translation has significantly lowered the barriers to cross-language communication and improved efficiency in going global, the internationalization process of China&amp;rsquo;s cultural &amp;ldquo;new three samples&amp;rdquo;—represented by online literature, web dramas, and online games—still faces common challenges such as data security and compliance, cultural bias, and balancing quality and cost. She believes that all parties in the industry chain should adopt differentiated, precise, and collaborative development strategies to jointly solve the challenges of going global and enhance internationalization effectiveness.&lt;/p&gt;&#xA;&lt;p&gt;In a special exchange on the communication and mutual learning of Yangtze River civilization and the international dissemination of Jingchu culture, representatives from emerging enterprises involved in the &amp;ldquo;new three samples&amp;rdquo; and scholars from Wuhan University engaged in a roundtable dialogue, focusing on cross-cultural narratives and new paradigms of translation. They interpreted the connotations and contemporary value of Jingchu culture and discussed how to leverage Yangtze culture as a bond to strengthen the cultural export in the digital age.&lt;/p&gt;&#xA;&lt;p&gt;Culture is the soul of translation work. Translation requires not only depth of thought but also a humanistic warmth. According to Wang Wei, vice president of iFLYTEK Co., Ltd., while machine translation can convey information relatively completely, it still falls short compared to human translators in understanding context and achieving the &amp;ldquo;faithfulness, expressiveness, and elegance&amp;rdquo; of output. Looking to the future, there is a need for a new ecosystem of multilingual AI translation built collaboratively by humans and machines.&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;The iteration of technology, especially the development of AI, provides us with significant opportunities to enhance our work and expand the boundaries of translation,&amp;rdquo; said Guillaume de Nerfberg, president of the International Federation of Translators, in a video address. He emphasized that under the AI wave, the value of translation will not diminish; rather, its importance will become more pronounced, and the demands on translators will be higher than ever. We need professional language workers more than ever.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Understanding AI Citation Timeliness in Content Strategy</title>
            <link>https://gameflycenter.com/posts/note-07d2a53a6d/</link>
            <pubDate>Mon, 27 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-07d2a53a6d/</guid>
            <description>&lt;h2 id=&#34;key-questions-in-ai-citation-timeliness&#34;&gt;Key Questions in AI Citation Timeliness&#xA;&lt;/h2&gt;&lt;p&gt;In the realm of AI citations, brands face critical questions:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;What type of articles are cited by AI the fastest?&lt;/li&gt;&#xA;&lt;li&gt;How long can an AI citation last?&lt;/li&gt;&#xA;&lt;li&gt;Do any sources allow AI to follow trends and cite them?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;These questions highlight a variable often overlooked by 99% of brand GEO operators: &lt;strong&gt;timeliness&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Based on a massive database of AI Q&amp;amp;A and citations, NewRank Intelligence conducted a &lt;strong&gt;timeliness quality check&lt;/strong&gt; on articles cited by major domestic AI platforms. This article reveals three core truths:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Preferences of different AI platforms regarding article publication timeliness.&lt;/li&gt;&#xA;&lt;li&gt;Differences in citation timeliness across platforms and industry verticals.&lt;/li&gt;&#xA;&lt;li&gt;Methodologies to keep content &amp;ldquo;fresh&amp;rdquo; in AI responses.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;how-long-after-publication-does-ai-prefer-articles&#34;&gt;How Long After Publication Does AI Prefer Articles?&#xA;&lt;/h2&gt;&lt;p&gt;Over &lt;strong&gt;65% of articles cited by AI are published within the last six months&lt;/strong&gt;. We analyzed the time of publication against the citation time, categorizing the timeliness into five levels and calculating the proportion of sources in each time frame.&lt;/p&gt;&#xA;&lt;p&gt;Data shows that content published within &lt;strong&gt;six months is more likely to be cited by AI&lt;/strong&gt;, while content older than one year has a lower representation, indicating that sources older than one year are often deemed &amp;ldquo;expired&amp;rdquo; by AI.&lt;/p&gt;&#xA;&lt;h2 id=&#34;which-platform-is-more-timeliness-sensitive-doubao-or-yuanbao&#34;&gt;Which Platform is More Timeliness-Sensitive: Doubao or Yuanbao?&#xA;&lt;/h2&gt;&lt;p&gt;Overall, &lt;strong&gt;Doubao shows significantly higher timeliness sensitivity than Yuanbao&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Doubao:&lt;/strong&gt; The pool of sources has a higher proportion of high-timeliness content from the last month, responding quickly to new events, data, and trends.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Yuanbao:&lt;/strong&gt; The source pool has a higher proportion of mid-timeliness content from 1-6 months, leaning towards a stable knowledge base with less freshness.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;how-much-difference-in-timeliness-exists-between-doubao-and-yuanbao&#34;&gt;How Much Difference in Timeliness Exists Between Doubao and Yuanbao?&#xA;&lt;/h2&gt;&lt;p&gt;The average time from publication to citation for &lt;strong&gt;Doubao is about 4.5 months&lt;/strong&gt;, significantly lower than &lt;strong&gt;Yuanbao&amp;rsquo;s 8 months&lt;/strong&gt;. In terms of industry performance, Doubao maintains high timeliness sensitivity across various sectors, with average source publication times under six months. In contrast, Yuanbao shows a notable lag in sectors like automotive, healthcare, and local living.&lt;/p&gt;&#xA;&lt;p&gt;The composition of source URLs indicates that &lt;strong&gt;Doubao&amp;rsquo;s top three sources (Douyin, Toutiao, Sohu) have high update frequencies&lt;/strong&gt;, while Yuanbao relies on WeChat public accounts and Baijiahao, where content update rhythms vary, leading to the inclusion of outdated information.&lt;/p&gt;&#xA;&lt;h2 id=&#34;are-there-significant-differences-in-source-timeliness-across-industries&#34;&gt;Are There Significant Differences in Source Timeliness Across Industries?&#xA;&lt;/h2&gt;&lt;p&gt;We categorized and statistically analyzed sources across different industries, revealing that &lt;strong&gt;3C digital, industrial manufacturing, and fintech have higher demands for timely sources&lt;/strong&gt;, which we define as fast industries. Specifically:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;3C digital and industrial manufacturing have the highest proportion of high-timeliness (1-30 days) content&lt;/strong&gt;, reaching 39% and 36%, respectively, aligning with the rapid nature of product releases and technological iterations.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Fintech&amp;rsquo;s timeliness is slightly lower than the previous two&lt;/strong&gt;, leaning towards citing data from &lt;strong&gt;within 1-6 months&lt;/strong&gt;, but still has a high proportion of timely content at 27%.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Conversely, &lt;strong&gt;local living, automotive, and healthcare&lt;/strong&gt; sectors show a higher proportion of low-timeliness content, which we define as slow industries. For slow industries, AI prefers a dual approach of &amp;ldquo;fresh&amp;rdquo; and &amp;ldquo;evergreen&amp;rdquo; content, with mid-high timeliness information from 1-6 months and low-timeliness information over one year both having significant proportions. Specifically:&lt;/p&gt;&#xA;&lt;p&gt;Low-timeliness sources in local living account for 20%, automotive for 17%, and healthcare for 11%, with core sources still concentrated in the mid-high timeliness range of 1-6 months.&lt;/p&gt;&#xA;&lt;p&gt;This indicates that slow industries do not solely rely on outdated information but exhibit a &lt;strong&gt;dual structure of primarily mid-high timeliness and evergreen information&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Industries require both mid-term dynamic data from within 1-6 months to support decision-making and long-term patterns, industry standards, and historical cases from over one year.&lt;/p&gt;&#xA;&lt;p&gt;A piece of evergreen content that encapsulates industry consensus holds reference value comparable to the latest reports in slow industries.&lt;/p&gt;&#xA;&lt;h2 id=&#34;which-sites-have-sources-that-are-quickly-cited&#34;&gt;Which Sites Have Sources That Are Quickly Cited?&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Doubao and Yuanbao&amp;rsquo;s high-timeliness sources are highly concentrated within their respective ecosystems&lt;/strong&gt;, leveraging their parent companies to access ultra-fast source channels.&lt;/p&gt;&#xA;&lt;p&gt;In &lt;strong&gt;Doubao&amp;rsquo;s ultra-high timeliness sources, Toutiao accounts for 77%&lt;/strong&gt;, also covering Sohu, Tencent News, and Douyin across multiple platforms.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Yuanbao&amp;rsquo;s ultra-high timeliness sources heavily rely on WeChat public accounts, which account for 79%&lt;/strong&gt;, with Tencent News following at 17%.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Sohu serves as a cross-ecosystem platform&lt;/strong&gt;, maintaining a stable proportion in both platforms&amp;rsquo; ultra-high timeliness sources, acting as a &lt;strong&gt;universal ultra-high timeliness content channel&lt;/strong&gt; outside of their ecosystems.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-types-of-articles-are-cited-within-24-hours&#34;&gt;What Types of Articles Are Cited Within 24 Hours?&#xA;&lt;/h2&gt;&lt;p&gt;Articles from &lt;strong&gt;large platforms, authoritative accounts, and those with clear titles are more likely to be quickly cited&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Reliable source platforms and high-impact accounts can shorten the AI&amp;rsquo;s judgment chain for source authenticity, allowing for rapid retrieval and use.&lt;/li&gt;&#xA;&lt;li&gt;Titles containing terms like &amp;ldquo;latest / first test&amp;rdquo;, &amp;ldquo;numbers / year / price&amp;rdquo;, or &amp;ldquo;review / analysis / actual test&amp;rdquo; are more likely to be quickly cited by AI.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;what-types-of-articles-are-cited-the-longest&#34;&gt;What Types of Articles Are Cited the Longest?&#xA;&lt;/h2&gt;&lt;p&gt;The common characteristics of these &amp;ldquo;evergreen contents&amp;rdquo; are very clear:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;From the &lt;strong&gt;question words&lt;/strong&gt;, the questions themselves have no high timeliness demand, focusing on &lt;strong&gt;industry models, regional characteristics, tool guides, and other long-term stable information&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;li&gt;From the &lt;strong&gt;content perspective&lt;/strong&gt;, titles that match the questions closely, come from authoritative sources, and include &lt;strong&gt;structured information, precise locations/data, and high professionalism&lt;/strong&gt; are long-term valuable content.&lt;/li&gt;&#xA;&lt;li&gt;From the &lt;strong&gt;platform perspective&lt;/strong&gt;:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Kimi has no exclusive source websites&lt;/strong&gt;, focusing more on the match between questions and sources than on source timeliness, making it easier to retrieve older information.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Yuanbao&lt;/strong&gt;, backed by the Tencent ecosystem, relies heavily on WeChat public accounts as the core source channel, where &lt;strong&gt;a wealth of structured, high long-term value content is stored&lt;/strong&gt;, leading to the reuse of older content.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;strong&gt;AI&amp;rsquo;s citation logic does not merely consider &amp;ldquo;new vs. old&amp;rdquo; but places greater emphasis on whether the information possesses long-term value and precise matching.&lt;/strong&gt; General knowledge without timeliness pressure, local living guides, and professional tool explanations can all transcend time limitations and become &amp;ldquo;evergreen sources&amp;rdquo; continuously cited by AI.&lt;/p&gt;&#xA;&lt;p&gt;In the AI era, a successful GEO content strategy increasingly relies on the refined operation of &amp;ldquo;information timeliness&amp;rdquo;. NewRank Intelligence can assist brands in tracking the effective lifecycle of different content types on AI platforms; construct structured deep content assets purposefully for mainstream AI platforms; and balance the ratio of &amp;ldquo;news&amp;rdquo; and &amp;ldquo;evergreen&amp;rdquo; content according to industry characteristics. Only by shifting the content strategy from &amp;ldquo;publication-oriented&amp;rdquo; to &amp;ldquo;lifecycle management&amp;rdquo; can brands truly take the initiative in AI&amp;rsquo;s decision-making chain.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Will Low-Code Platforms Be Phased Out in the Era of Vibe Coding?</title>
            <link>https://gameflycenter.com/posts/note-f92eeeb904/</link>
            <pubDate>Mon, 27 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-f92eeeb904/</guid>
            <description>&lt;h2 id=&#34;the-era-of-vibe-coding-will-low-code-platforms-be-phased-out&#34;&gt;The Era of Vibe Coding: Will Low-Code Platforms Be Phased Out?&#xA;&lt;/h2&gt;&lt;p&gt;The current software development landscape is dominated by the rising popularity of vibe coding. It is undeniable that vibe coding has shed its &amp;ldquo;toy-level&amp;rdquo; label and has developed into a mature technological system. However, a key question arises: can vibe coding completely replace low-code platforms?&lt;/p&gt;&#xA;&lt;h2 id=&#34;core-capabilities-of-vibe-coding&#34;&gt;Core Capabilities of Vibe Coding&#xA;&lt;/h2&gt;&lt;p&gt;The core competitive advantage of vibe coding lies in the full-stack synergy of models, agents, and IDEs. These three components play crucial roles: the underlying computational power, functional execution in the middle layer, and the operational interface at the top, forming a closed-loop development assistance system.&lt;/p&gt;&#xA;&lt;h3 id=&#34;leading-overseas-tools&#34;&gt;Leading Overseas Tools&#xA;&lt;/h3&gt;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Claude Code (by Anthropic)&lt;/strong&gt;: Based on the Claude Opus 4.7 large language model, it supports image parsing up to 3.75 million pixels, with a default effort level increased to xhigh. Its Routines scheduling now includes the Ultraplan cloud planning feature for scheduled/event-triggered automation (such as log anomaly detection, bug fixes, and PR submissions). It also introduces the /ultrareview command for specialized code reviews. The IDE natively supports VS Code and IntelliJ IDEA plugin integration, seamlessly connects to Git repositories, and can synchronize code refactoring progress in real-time. It adapts to microservices and monolithic applications, with new cross-end Dispatch functionality supporting remote operations from mobile devices and computers, enhancing the ability to handle legacy system refactoring and high-priority bug fixes.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 8&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;429px&#34; data-flex-grow=&#34;178&#34; height=&#34;891&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-f92eeeb904/img-6ba4bc3527.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-f92eeeb904/img-6ba4bc3527_hu_c33c6fd730802395.jpeg 800w, https://gameflycenter.com/posts/note-f92eeeb904/img-6ba4bc3527.jpeg 1593w&#34; width=&#34;1593&#34;&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Codex (by OpenAI)&lt;/strong&gt;: Leveraging the GPT-5.5 model released on April 24, 2026, it focuses on autonomous planning and efficient reasoning for complex tasks. The multi-agent collaboration module allows for parallel processing of front-end, back-end, and testing agents, supporting complex task decomposition, path planning, and result verification. The IDE deeply integrates with VS Code and Docker toolchains, autonomously completing the entire process from IDE startup to code pulling and container deployment, supporting a context window of 400K tokens and a 1.5x Fast mode. Token generation speed has improved by 20%, reducing debugging time by over 70% and accommodating concurrent bug fixes and unit test generation.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 9&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;446px&#34; data-flex-grow=&#34;186&#34; height=&#34;606&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-f92eeeb904/img-83c7205d29.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-f92eeeb904/img-83c7205d29_hu_38091e2352d61844.jpeg 800w, https://gameflycenter.com/posts/note-f92eeeb904/img-83c7205d29.jpeg 1128w&#34; width=&#34;1128&#34;&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Gemini (by Google)&lt;/strong&gt;: Utilizing the Gemini 3.1 Pro multimodal model released in February 2026, it excels in long text processing and multimodal integration. Its multimodal parsing agent can directly convert PSD/Figma design files into responsive UI code (with a component reuse rate of over 90%). It supports text, image, audio, and video inputs/outputs. The IDE integrates with Google Workspace and GCP cloud services, supporting local deployment based on the open-source Gemma 4 model (requiring a minimum of 16GB memory) and allowing for custom fine-tuning to fit industry coding standards.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 10&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;429px&#34; data-flex-grow=&#34;179&#34; height=&#34;816&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-f92eeeb904/img-ca4fd500dd.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-f92eeeb904/img-ca4fd500dd_hu_90b615fdff6275be.jpeg 800w, https://gameflycenter.com/posts/note-f92eeeb904/img-ca4fd500dd.jpeg 1461w&#34; width=&#34;1461&#34;&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h3 id=&#34;domestic-tools&#34;&gt;Domestic Tools&#xA;&lt;/h3&gt;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;GLM (by Zhipu AI)&lt;/strong&gt;: Based on the GLM-5.1 flagship open-source model released on April 8, 2026, its coding capabilities have set a new global benchmark in the SWE-bench Pro tests, surpassing GPT-5.4 and Claude Opus 4.6. It supports a context window of 200K tokens and can autonomously execute long-term tasks over eight hours, including GPU kernel optimization and complex system construction. Its adaptability to domestic computing platforms has been upgraded, now supporting Huawei Ascend and Cambricon, enhancing compliance in domestic scenarios. The IDE supports VS Code and Zhongwang Longteng IDE, seamlessly integrating with enterprise intranet development environments and compatible with mainstream programming tools like CodeBuddy.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 11&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;410px&#34; data-flex-grow=&#34;170&#34; height=&#34;855&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-f92eeeb904/img-0931628b9c.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-f92eeeb904/img-0931628b9c_hu_66bba1038a0e399.jpeg 800w, https://gameflycenter.com/posts/note-f92eeeb904/img-0931628b9c.jpeg 1461w&#34; width=&#34;1461&#34;&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Minimax&lt;/strong&gt;: Based on the Minimax M2.7 native agent production-level model released on April 12, 2026, its coding capabilities have significantly improved, allowing it to construct complex agent harness control systems and support agent team collaboration. It has completed full-stack adaptation to various domestic and international computing platforms, achieving high-performance inference across multiple GPU hardware. Its iterative optimization capability has been enhanced, now allowing for complex task decomposition and path planning, with the Trae debugging tool automatically detecting code vulnerabilities and suggesting modifications.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 12&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;400px&#34; data-flex-grow=&#34;166&#34; height=&#34;950&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-f92eeeb904/img-94a94cc613.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-f92eeeb904/img-94a94cc613_hu_83305f0a9b7efcd.jpeg 800w, https://gameflycenter.com/posts/note-f92eeeb904/img-94a94cc613.jpeg 1584w&#34; width=&#34;1584&#34;&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Qwen (by Alibaba)&lt;/strong&gt;: Featuring the Qwen3.6-Plus leading domestic programming model released on April 2, 2026, it achieves full-process automation through its &amp;ldquo;generate-debug-optimize&amp;rdquo; loop in conjunction with the Trae tool. It possesses strong multimodal programming capabilities, autonomously decomposing complex programming tasks and planning paths to completion. The IDE integrates with Alibaba Cloud Cloud IDE and VS Code, seamlessly connecting to Taobao mini-programs and government systems, adapting to core scenarios in e-commerce and government.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 13&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;392px&#34; data-flex-grow=&#34;163&#34; height=&#34;894&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-f92eeeb904/img-8a065b4a5a.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-f92eeeb904/img-8a065b4a5a_hu_f2423f95c586563d.jpeg 800w, https://gameflycenter.com/posts/note-f92eeeb904/img-8a065b4a5a.jpeg 1461w&#34; width=&#34;1461&#34;&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;In summary, vibe coding has formed a supportive system of model computation, agent functionality, and IDE operations, with its core value being the enhancement of coding efficiency for programmers, focusing on fragmented and lightweight development scenarios. With the latest version iterations in 2026, its capabilities in handling complex tasks and multimodal adaptation have significantly improved, but its limitations remain due to the uncontrollability of AI models and fragmented output.&lt;/p&gt;&#xA;&lt;h2 id=&#34;core-advantages-of-low-code-platforms&#34;&gt;Core Advantages of Low-Code Platforms&#xA;&lt;/h2&gt;&lt;p&gt;Low-code platforms are built on a foundation of &amp;ldquo;underlying architecture + visual engine + coding extension layer + ecological operation layer.&amp;rdquo; Their core value lies in addressing the full lifecycle of enterprise-level core business implementation. Their advantage is not to &amp;ldquo;replace coding&amp;rdquo; but to provide &amp;ldquo;standardized efficiency and controllable implementation.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-controllable-underlying-architecture&#34;&gt;1. Controllable Underlying Architecture&#xA;&lt;/h3&gt;&lt;p&gt;Low-code platforms typically adopt a dual architecture design (microservices/monolithic), supporting Docker container deployment and K8s cluster scheduling. They allow flexible choices between private, public, and hybrid cloud deployment modes (with a minimum of 8GB memory required). They are natively compatible with existing IT architectures of enterprises. Compared to vibe coding, which relies on cloud models (or lightweight local models), low-code platforms have undergone long-term testing in enterprise scenarios, allowing for deep integration with existing ERP, OA, and CRM systems without requiring extensive compatibility adjustments, something vibe coding&amp;rsquo;s fragmented code output cannot achieve.&lt;/p&gt;&#xA;&lt;h3 id=&#34;2-enterprise-level-data-security-and-transaction-consistency&#34;&gt;2. Enterprise-Level Data Security and Transaction Consistency&#xA;&lt;/h3&gt;&lt;p&gt;Low-code platforms include a built-in data security layer, implementing fine-grained permission control based on the RBAC model, supporting data masking and operation log auditing, fully complying with the Data Security Law and Personal Information Protection Law. The database engine natively supports ACID transaction characteristics and can integrate with the Seata distributed transaction framework through coding extensions, controlling data anomaly rates below 0.01% in core scenarios like financial payments and order management. In contrast, vibe coding lacks standardized transaction control logic in its generated code, making it prone to unilateral data anomalies and unable to support enterprise-level core scenarios.&lt;/p&gt;&#xA;&lt;h3 id=&#34;3-standardized-compliance-adaptation&#34;&gt;3. Standardized Compliance Adaptation&#xA;&lt;/h3&gt;&lt;p&gt;The component libraries of low-code platforms comply with industry coding standards, with built-in templates for government, finance, and manufacturing sectors. Programmers can embed custom logic through the coding extension layer, balancing standardization and personalization needs. They also feature a complete operation management module, supporting system monitoring, log analysis, version iteration, and gray releases, enabling 24/7 stable enterprise-level operation. Vibe coding can only cover the &amp;ldquo;generate-debug&amp;rdquo; phase and lacks standardized operational support, requiring additional operational systems for enterprise-level projects, which increases costs.&lt;/p&gt;&#xA;&lt;h3 id=&#34;4-ecological-integration-and-flexibility-of-secondary-coding&#34;&gt;4. Ecological Integration and Flexibility of Secondary Coding&#xA;&lt;/h3&gt;&lt;p&gt;Low-code platforms come with built-in third-party interface plugins for payments, logistics, and SMS, allowing for custom interface adaptation through the coding extension layer. Programmers can directly embed the foundational code generated by vibe coding into low-code platforms, creating a collaborative model of &amp;ldquo;efficiency enhancement and controllable implementation.&amp;rdquo; Compared to vibe coding&amp;rsquo;s fragmented code output, low-code platforms can form a complete project ecosystem, supporting long-term iterative optimization and adapting to the continuous upgrading needs of enterprise businesses.&lt;/p&gt;&#xA;&lt;h2 id=&#34;conclusion&#34;&gt;Conclusion&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Vibe coding serves as a &lt;strong&gt;programmer efficiency assistance tool&lt;/strong&gt; composed of models, agents, and IDEs, focusing on reducing repetitive coding workload in lightweight, non-core development scenarios, and cannot independently complete the full lifecycle implementation of enterprise-level projects. Low-code platforms are &lt;strong&gt;enterprise-level development platforms&lt;/strong&gt; whose core value lies in achieving standardized and controllable implementation of core business processes, covering the entire development, deployment, and operation lifecycle, making them the primary vehicle for enterprise business implementation.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Vibe coding outputs rely on model semantic parsing, leading to fragmented and non-standardized code that is significantly affected by prompt accuracy, lacking long-term iterative consistency. Low-code platforms, based on standardized architecture, ensure traceability in code output, component reuse, and operational management, supporting the stable operation of enterprise-level core businesses long-term, a capability boundary that vibe coding cannot breach in the short term.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Vibe coding focuses on &amp;ldquo;efficiency enhancement&amp;rdquo; without needing to consider enterprise-level compliance, stability, and operational demands. In contrast, low-code platforms prioritize &amp;ldquo;stability, compliance, and controllability in operations,&amp;rdquo; precisely matching the enterprise-level needs of core sectors such as finance, government, and manufacturing, which is their irreplaceable core value.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;The future trend in software development is a collaborative empowerment of both, with vibe coding focusing on &amp;ldquo;coding efficiency enhancement&amp;rdquo; and low-code platforms concentrating on &amp;ldquo;enterprise-level business implementation.&amp;rdquo; The two complement each other rather than replace one another, especially in core sectors like finance and government, where the compliance and stability advantages of low-code platforms remain the preferred choice for enterprise-level development.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Understanding the Differences Between OpenClaw and GPT</title>
            <link>https://gameflycenter.com/posts/note-6eedd1ab7d/</link>
            <pubDate>Sat, 25 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-6eedd1ab7d/</guid>
            <description>&lt;h2 id=&#34;understanding-the-differences-openclaw-vs-gpt&#34;&gt;Understanding the Differences: OpenClaw vs GPT&#xA;&lt;/h2&gt;&lt;p&gt;In the AI community, an open-source project called OpenClaw has been gaining attention, with many claiming it surpasses GPT significantly—not just in accuracy but in its ability to perform tasks, operate computers, and complete workflows autonomously. This article will clarify the fundamental differences between OpenClaw and GPT, its impressive capabilities, and its underlying principles.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;426px&#34; data-flex-grow=&#34;177&#34; height=&#34;1535&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-6eedd1ab7d/img-8d2d1743f9.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-6eedd1ab7d/img-8d2d1743f9_hu_acd84ba30921424e.jpeg 800w, https://gameflycenter.com/posts/note-6eedd1ab7d/img-8d2d1743f9_hu_8a4e6a92eb5206a1.jpeg 1600w, https://gameflycenter.com/posts/note-6eedd1ab7d/img-8d2d1743f9_hu_11fd4f6f685713d1.jpeg 2400w, https://gameflycenter.com/posts/note-6eedd1ab7d/img-8d2d1743f9.jpeg 2730w&#34; width=&#34;2730&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;openclaw-and-gpt-are-not-the-same&#34;&gt;OpenClaw and GPT Are Not the Same&#xA;&lt;/h2&gt;&lt;p&gt;Many assume OpenClaw is a new large model, but this is incorrect. GPT is a large language model (LLM) responsible for thinking, speaking, and writing, while OpenClaw is an AI agent framework responsible for planning, invoking, executing tasks, and can integrate with any large model like GPT, Claude, or DeepSeek as its brain.&lt;/p&gt;&#xA;&lt;h3 id=&#34;core-positioning-strategist-vs-digital-employee&#34;&gt;Core Positioning: Strategist vs Digital Employee&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;GPT (ChatGPT)&lt;/strong&gt;: Passive responder, provides plans but not actions. If you ask it to organize files, send emails, or create reports, it will only give you written steps and content, requiring you to manually copy, paste, and execute each task. It is confined to the dialogue box, outputting text, code, or images without any operational capabilities.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;OpenClaw&lt;/strong&gt;: Proactively executes tasks and completes them autonomously. You might say, &amp;ldquo;Organize this month&amp;rsquo;s work files by date, generate a summary report, and email the team,&amp;rdquo; and it will break down the tasks, open folders, operate Excel, invoke the email client, send the email, and finally inform you that it&amp;rsquo;s done—completing the entire process without your intervention.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;operational-logic-textual-loop-vs-action-loop&#34;&gt;Operational Logic: Textual Loop vs Action Loop&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;GPT&lt;/strong&gt;: Input question → Understand semantics → Generate text → End. There are no tool calls, system operations, or result verifications; it follows a linear Q&amp;amp;A process.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;OpenClaw&lt;/strong&gt;: Receives instructions → Intent parsing → Breaks down into subtasks → Calls tools/skills → Operates local devices → Verifies results → Adjusts and retries → Feedback completion. It follows a complete autonomous loop of thinking, acting, observing, and reflecting, capable of handling complex, lengthy tasks.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;data-and-deployment-cloud-dependency-vs-local-priority&#34;&gt;Data and Deployment: Cloud Dependency vs Local Priority&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;GPT&lt;/strong&gt;: Most functions run in the cloud, requiring your data and files to be uploaded to OpenAI&amp;rsquo;s servers, posing privacy risks, strong network dependencies, and high costs.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;OpenClaw&lt;/strong&gt;: Primarily local deployment, with core execution and file operations performed on your own computer, ensuring data remains local and private. It only invokes cloud-based large models when complex reasoning is needed, balancing capability and cost.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;In summary, GPT serves as a brainstorming brain, while OpenClaw equips that brain with hands and feet, enabling it to work autonomously.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-is-openclaw-so-powerful-three-core-technologies-addressing-ai-limitations&#34;&gt;Why is OpenClaw So Powerful? Three Core Technologies Addressing AI Limitations&#xA;&lt;/h2&gt;&lt;p&gt;GPT struggles with complex long tasks due to context explosion, memory limitations, and difficulty in task division. OpenClaw addresses these issues with three original designs, which are key to its popularity.&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-layered-context-reading-solving-memory-and-decision-issues&#34;&gt;1. Layered Context Reading: Solving Memory and Decision Issues&#xA;&lt;/h3&gt;&lt;p&gt;Large models struggle with long contexts and chaotic information, leading to nonsensical outputs. OpenClaw employs Context Window layered reading:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;First, it reads each skill&amp;rsquo;s summary quickly to grasp key points and understand the task framework.&lt;/li&gt;&#xA;&lt;li&gt;Only when details are necessary does it load the complete workflow code/instructions.&lt;/li&gt;&#xA;&lt;li&gt;It automatically compresses redundant information, retaining only critical memories, significantly reducing the model&amp;rsquo;s burden and improving decision accuracy and efficiency.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;2-dynamic-sub-agents-automatic-task-division-for-complex-tasks&#34;&gt;2. Dynamic Sub-Agents: Automatic Task Division for Complex Tasks&#xA;&lt;/h3&gt;&lt;p&gt;Just as one person cannot handle a large task alone, neither can AI. OpenClaw automatically breaks down complex tasks and dynamically creates sub-agents for collaborative, parallel processing:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;For instance, when creating a market report, the main agent plans while sub-agents gather data, write content, create charts, and format the final output, automatically compiling, verifying, and correcting upon completion.&lt;/li&gt;&#xA;&lt;li&gt;There’s no need to preset rules or manually divide tasks; the more complex the task, the more evident its advantages, breaking through the limitations of single models.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;3-white-box-memory-system-long-term-memory-that-improves-over-time&#34;&gt;3. White-Box Memory System: Long-Term Memory That Improves Over Time&#xA;&lt;/h3&gt;&lt;p&gt;Traditional AI forgets information over time, but OpenClaw uses pure Markdown text to maintain long-term memory:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Important information, task results, and lessons learned are automatically saved as readable documents.&lt;/li&gt;&#xA;&lt;li&gt;Content that becomes too lengthy is automatically summarized, keeping the context clear.&lt;/li&gt;&#xA;&lt;li&gt;Memory is editable, transferable, and reusable, effectively giving AI a &amp;ldquo;notebook&amp;rdquo; that allows it to become increasingly familiar and proficient over time.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;426px&#34; data-flex-grow=&#34;177&#34; height=&#34;1535&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-6eedd1ab7d/img-0a3741b9d7.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-6eedd1ab7d/img-0a3741b9d7_hu_3336915b0fd890f.jpeg 800w, https://gameflycenter.com/posts/note-6eedd1ab7d/img-0a3741b9d7_hu_d5415848ceba1ba1.jpeg 1600w, https://gameflycenter.com/posts/note-6eedd1ab7d/img-0a3741b9d7_hu_c4c287fe202e6459.jpeg 2400w, https://gameflycenter.com/posts/note-6eedd1ab7d/img-0a3741b9d7.jpeg 2730w&#34; width=&#34;2730&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;complete-working-principle-of-openclaw-from-instruction-to-completion&#34;&gt;Complete Working Principle of OpenClaw: From Instruction to Completion&#xA;&lt;/h2&gt;&lt;p&gt;Breaking down OpenClaw reveals a complete system of &amp;ldquo;brain + hands + memory + scheduling&amp;rdquo; with clear operational logic:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Receive Instructions&lt;/strong&gt;: You send natural language requests via Feishu, DingTalk, or WeChat, and the gateway routes them to the agent.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Understand and Plan&lt;/strong&gt;: It calls the integrated large model (like GPT-4o) to parse intent, break it down into executable subtasks, and formulate an execution plan.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Invoke Skills/Tools&lt;/strong&gt;: It matches the corresponding skill (files, emails, Excel, code, etc.), dynamically creating sub-agents to execute tasks, operate local computers, invoke software, and process data.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Execution and Verification&lt;/strong&gt;: After each step, it automatically checks whether the results are correct; if not, it reflects, retries, and adjusts the plan until it meets the requirements.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Feedback and Memory&lt;/strong&gt;: After completion, it informs you of the results while storing the entire process and key information in Markdown memory for future reuse.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;conclusion-this-is-not-an-upgrade-but-a-paradigm-shift-in-ai&#34;&gt;Conclusion: This is Not an Upgrade, but a Paradigm Shift in AI&#xA;&lt;/h2&gt;&lt;p&gt;GPT has ushered AI into an era of &amp;ldquo;being articulate,&amp;rdquo; while OpenClaw advances AI into an era of &amp;ldquo;being able to act, deliver, and autonomously complete tasks&amp;rdquo;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;It does not aim to replace GPT but to liberate it—allowing large models to focus on thinking, creativity, and decision-making without being confined to dialogue boxes.&lt;/li&gt;&#xA;&lt;li&gt;For ordinary users, professionals, and developers, this means that repetitive tasks like file organization, report generation, emails, and data processing can be entrusted to OpenClaw, freeing you to set goals and review results.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The rise of OpenClaw marks the transition of AI agents from concept to reality, indicating that future AI capable of working autonomously will be the true productivity tool.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Can Xiaohongshu Become a Tech Community with a Human Touch?</title>
            <link>https://gameflycenter.com/posts/note-eedae87b9c/</link>
            <pubDate>Fri, 24 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-eedae87b9c/</guid>
            <description>&lt;h2 id=&#34;can-xiaohongshu-become-a-tech-community-with-a-human-touch&#34;&gt;Can Xiaohongshu Become a Tech Community with a Human Touch?&#xA;&lt;/h2&gt;&lt;p&gt;No one can escape the wave of AI, and community apps are no exception.&lt;/p&gt;&#xA;&lt;p&gt;Compared to platforms like Doubao and Qianwen, which are backed by large companies capable of creating consumer-facing entry points, community apps seem to have inherent shortcomings. Historically, they appear to only achieve a geeky presence by closely aligning with technology content, ultimately facing the reality of reaching a plateau in user growth within niche categories.&lt;/p&gt;&#xA;&lt;p&gt;What if it were a general community? In past niche operations, rapidly introducing KOLs (Key Opinion Leaders) and KOCs (Key Opinion Consumers) has been a common method to quickly solve industry coverage issues. However, this approach may lead to a clash of old and new residents, especially in technology, which remains a high-threshold niche. Without a sense of gain, new users&amp;rsquo; lifecycles may shorten quickly.&lt;/p&gt;&#xA;&lt;p&gt;Today, Xiaohongshu (Little Red Book) may serve as a good case study. It is active enough, and the TikTok refugee incident somewhat confirms this community&amp;rsquo;s certain inclusivity across races and cultures. Since last year, Xiaohongshu&amp;rsquo;s core proposition has been to build an interest-based community, with ambitions for expansion. Technology has become one of the fastest-growing content categories, with tech content publication on Xiaohongshu increasing by over 100% year-on-year and the creator scale growing by over 200%.&lt;/p&gt;&#xA;&lt;p&gt;More importantly, a truly popular tech community has yet to emerge in the Chinese-speaking world; existing platforms are either too hardcore or diluted. In contrast, platforms like X (formerly Twitter) have proven that a UGC platform can grow into one of the most active and real-time hubs for global tech content. X even created a Musk effect, where anyone praised by Musk would gain instant popularity. In March of this year, Musk called Kimi&amp;rsquo;s work &amp;ldquo;Impressive,&amp;rdquo; causing a stir in the tech circle.&lt;/p&gt;&#xA;&lt;p&gt;As China&amp;rsquo;s most active community platform, Xiaohongshu harbors this ambition. The head of Xiaohongshu&amp;rsquo;s tech operations, Sanbing, mentioned that one of their broad goals is to become the best tech community.&lt;/p&gt;&#xA;&lt;p&gt;However, they also want to be unique. Sanbing told media outlets like 36Kr that in their operational strategy for the tech category, Xiaohongshu will not focus on news and tutorials but would rather act as a &amp;ldquo;connector between people.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;To understand this somewhat abstract term, we can look at a recent hackathon hosted by Xiaohongshu. At this event, many young tech entrepreneurs were present—exactly the type of individuals Xiaohongshu aims to attract in its tech category operations. They discussed the strategies and changes in Xiaohongshu&amp;rsquo;s tech category operations over the past year.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;359px&#34; data-flex-grow=&#34;149&#34; height=&#34;1067&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-eedae87b9c/img-51fde7ffea.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-eedae87b9c/img-51fde7ffea_hu_7d10218c3b462fc0.jpeg 800w, https://gameflycenter.com/posts/note-eedae87b9c/img-51fde7ffea.jpeg 1600w&#34; width=&#34;1600&#34;&gt;&#xA;&lt;em&gt;Xiaohongshu Hackathon Peak Competition Scene&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;build-in-public&#34;&gt;Build in Public&#xA;&lt;/h3&gt;&lt;p&gt;&amp;ldquo;Before creating a product, we first post the idea on Xiaohongshu to verify whether there is a demand.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;At the hackathon in Shanghai, a participant shared this sentiment. The hackathon is an old tradition in the programming world, but it was Xiaohongshu&amp;rsquo;s first time hosting one. This hackathon required participants to complete a product from idea to implementation within 48 hours, collaborating in a closed team environment, whether it be hardware or software.&lt;/p&gt;&#xA;&lt;p&gt;The participant, Liu Xiaoben, unfortunately, did not make it to the finals with their project called &amp;ldquo;Mozao,&amp;rdquo; which aims to welcome the vibe coding (AI-assisted programming) era. Since voice input for vibe coding is three times faster than keyboard input, they designed Mozao—a black mask that allows free voice communication in public spaces without disturbing others.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;521px&#34; data-flex-grow=&#34;217&#34; height=&#34;1206&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-eedae87b9c/img-eeb91536b1.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-eedae87b9c/img-eeb91536b1_hu_cefe28e3fd2b534d.jpeg 800w, https://gameflycenter.com/posts/note-eedae87b9c/img-eeb91536b1_hu_f10cde0ffbe387bf.jpeg 1600w, https://gameflycenter.com/posts/note-eedae87b9c/img-eeb91536b1_hu_95d770791eb62dfc.jpeg 2400w, https://gameflycenter.com/posts/note-eedae87b9c/img-eeb91536b1.jpeg 2622w&#34; width=&#34;2622&#34;&gt;&#xA;&lt;em&gt;Liu Xiaoben with Mozao&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;Originally intended for outdoor use, Liu Xiaoben made an unexpected discovery after uploading a product video on Xiaohongshu. Users commented, &amp;ldquo;I really want to buy one for my roommate; he plays Genshin Impact too loudly and disturbs my sleep.&amp;rdquo; Another programmer remarked that this product is suitable for use in work areas, as many programmers prefer voice input.&lt;/p&gt;&#xA;&lt;p&gt;This is what Liu Xiaoben referred to as validating demand. In a way, they are the type of entrepreneurs that align with Xiaohongshu&amp;rsquo;s &amp;ldquo;Build in Public&amp;rdquo; ethos, where the creation, validation, and iteration of products involve co-creation with Xiaohongshu users. In reality, Liu Xiaoben has his own Xiaohongshu IP and actively shares various creative ideas on the platform, such as asking, &amp;ldquo;How much would you pay to preserve your thoughts?&amp;rdquo; He now runs a startup focused on consciousness uploading technology, sharing the entire process from idea to birth on Xiaohongshu.&lt;/p&gt;&#xA;&lt;p&gt;The concept of &amp;ldquo;Build in Public&amp;rdquo; was repeatedly emphasized during the hackathon, which is not coincidental. It relates to the shift in Xiaohongshu&amp;rsquo;s tech category operational strategy.&lt;/p&gt;&#xA;&lt;p&gt;In the second half of last year, an AMA (Ask Me Anything) spontaneously gained popularity on Xiaohongshu. This activity, originating from foreign social platforms, is characterized by real-person Q&amp;amp;A sessions and has gained fame overseas for its brevity and efficiency. On Xiaohongshu, Xu Huazhe, an assistant professor at Tsinghua University&amp;rsquo;s Institute of Interdisciplinary Information Studies, initiated it, and the AMA trend quickly swept the tech circle in the Chinese-speaking world, attracting AI figures like Li Kaifu and Yin Qi, as well as celebrities from various fields like Mo Yan and Li Yinhe.&lt;/p&gt;&#xA;&lt;p&gt;For Xiaohongshu&amp;rsquo;s community tech content operations, this was a significant milestone. Before the AMA&amp;rsquo;s rise, Xiaohongshu had held an independent developer competition in the first half of 2025, focusing more on the projects themselves and catering to a geek audience, giving independent developers a chance to showcase their work. However, for users who are not professionals or tech enthusiasts, discovering and participating in these discussions was not easy.&lt;/p&gt;&#xA;&lt;p&gt;The AMA format is clever; you may not understand AI, but you have certainly heard of Li Kaifu. Whether genuinely curious or just a bystander, the presence of tech giants on Xiaohongshu has helped spread the word that Xiaohongshu can be related to technology, allowing industry professionals to publish content and followers to find like-minded individuals.&lt;/p&gt;&#xA;&lt;p&gt;As Sanbing stated, the main strategy for Xiaohongshu&amp;rsquo;s tech category operations in 2025 is to &amp;ldquo;create a social circle for tech enthusiasts,&amp;rdquo; and to this end, they have continuously introduced influential KOLs from academia and business.&lt;/p&gt;&#xA;&lt;p&gt;However, by 2026, the operational strategy for the tech category has changed. &amp;ldquo;After completing the introduction phase, we found that many people on Xiaohongshu are building in public. Entrepreneurs are posting products, and investors are looking for projects on Xiaohongshu. Therefore, in 2026, we are positioning ourselves as &amp;lsquo;connectors for people,&amp;rsquo; linking the needs of small circles with the demands of the general public,&amp;rdquo; Sanbing said.&lt;/p&gt;&#xA;&lt;p&gt;In simple terms, Xiaohongshu aims to allow tech entrepreneurs to find demand, create products, secure funding, and even sell their products all within the community, creating a closed-loop possibility.&lt;/p&gt;&#xA;&lt;p&gt;This is why last year was the independent developer competition, and this year is the hackathon peak competition—because strategies are changing, and people have become the focal point. Sanbing mentioned that entrepreneurial projects change rapidly; a year later, styles can be drastically different, and chasing projects would be too late. &amp;ldquo;Compared to last year, which focused on projects, this year we believe the more cutting-edge aspect lies in people themselves, and the hackathon is inherently filled with unpredictable content, maximizing creativity and personal expression.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Given Xiaohongshu&amp;rsquo;s current user base, it cannot solely operate like Jike, a niche discussion forum. The underlying logic is inherently contradictory; small circles imply precise and efficient interactions, while larger circles bring more attention but dilute content depth. More importantly, people may not necessarily need a second Jike.&lt;/p&gt;&#xA;&lt;p&gt;For Xiaohongshu, retaining this group of tech enthusiasts requires careful consideration of the greatest common denominator—how to adapt tech content to fit the foundation of a general community—ensuring that tech entrepreneurs find value here while ordinary users find the content useful, allowing the flywheel to ultimately turn.&lt;/p&gt;&#xA;&lt;h3 id=&#34;can-xiaohongshu-create-the-right-environment&#34;&gt;Can Xiaohongshu Create the Right Environment?&#xA;&lt;/h3&gt;&lt;p&gt;A natural logic is that to create something useful for users, content communities often take the shortcut of providing news and tutorials. However, Xiaohongshu has rejected this from the start.&lt;/p&gt;&#xA;&lt;p&gt;Sanbing stated that the team made a clear choice early on in their content strategy for the tech category, opting not to focus on news and tutorials. The reason is that news is too strong in its informational nature, while tutorials often lead to motivations centered around selling courses, creating FOMO anxiety.&lt;/p&gt;&#xA;&lt;p&gt;We see that Xiaohongshu has chosen to occupy a niche that combines the entrepreneurial processes of tech entrepreneurs with ordinary individuals. People&amp;rsquo;s needs are recognized in the early stages, their opinions are considered in the mid-term, and their purchasing power determines whether business can take off. People are involved throughout the process, allowing entrepreneurs to gain attention and commercial value.&lt;/p&gt;&#xA;&lt;p&gt;When asked about Xiaohongshu&amp;rsquo;s value to him as a tech entrepreneur, Liu Xiaoben stated, &amp;ldquo;If I were to talk about Xiaohongshu&amp;rsquo;s advantages in tech content, I believe it has a strong sense of human connection.&amp;rdquo; This is a well-trodden perspective, but Liu Xiaoben added an interesting point: &amp;ldquo;The essence of business is interacting with real people, ultimately serving people. Currently, all real interaction can be facilitated through Xiaohongshu.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;The entrepreneurial experience of hackathon participant Sun Donglai is another case in point. Initially, Sun Donglai simply posted a survey on Xiaohongshu asking, &amp;ldquo;Do you record your dreams?&amp;rdquo; Without any promotion, it unexpectedly garnered 200,000 views. Comments ranged from users saying they write 800 words about their dreams daily to others who, unable to find suitable tools, directly opened an author account on Fanqie Novel to serialize their dreams.&lt;/p&gt;&#xA;&lt;p&gt;Sun Donglai quickly realized that this was a vast and overlooked demand. On January 21, 2025, he launched Dreamoo on the Apple Store. Within a month, he had 3,000 users without any promotion, and now it has stabilized at over 4,000 users.&lt;/p&gt;&#xA;&lt;p&gt;For early-stage entrepreneurs, this traffic and user feedback allow projects to gain visibility and reduce trial-and-error costs, which are invaluable. During the finals, investor Cao Xi humorously asked, &amp;ldquo;So do young people no longer need to seek VC funding?&amp;rdquo; This elicited laughter from the audience.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;359px&#34; data-flex-grow=&#34;149&#34; height=&#34;1067&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-eedae87b9c/img-fcb279c93f.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-eedae87b9c/img-fcb279c93f_hu_10e19c8acab8dc9c.jpeg 800w, https://gameflycenter.com/posts/note-eedae87b9c/img-fcb279c93f.jpeg 1600w&#34; width=&#34;1600&#34;&gt;&#xA;&lt;em&gt;Portable card guitar smart hardware, won the grand prize&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;However, from the perspective of the people-goods-field logic, Xiaohongshu may still need to iterate on two aspects to build the right environment.&lt;/p&gt;&#xA;&lt;p&gt;First, technology is a high-threshold category, and most of Xiaohongshu&amp;rsquo;s users cannot engage in serious tech discussions. Discussions that are overly professional or geared towards B-end applications may struggle to gain traction on Xiaohongshu.&lt;/p&gt;&#xA;&lt;p&gt;Thus, entrepreneurs looking for useful feedback on their startups within the community need to possess strong communication skills, an understanding of user emotions, and the ability to navigate content flow logic, even needing to create a personal brand. The aforementioned entrepreneur was able to generate significant user feedback and successfully launch their project because they tapped into the community&amp;rsquo;s flow mechanism and the needs of the general user base.&lt;/p&gt;&#xA;&lt;p&gt;Second, due to Xiaohongshu&amp;rsquo;s user demographics, some general tech or entertainment-related projects often gain high attention on the platform. For example, during this hackathon, a video featuring a combination of a two-dimensional headgear and mechanical arms became one of the hottest topics of the event due to its eye-catching effect. Additionally, the event focused on the new generation of AI creators, with over 60% of the finalists being from the &amp;ldquo;00s,&amp;rdquo; the youngest being only 12 years old, and the competition theme set as &amp;ldquo;48 hours to create a big toy for the world,&amp;rdquo; which inherently carries a topical nature.&lt;/p&gt;&#xA;&lt;p&gt;However, an investor told 36Kr that while projects on Xiaohongshu hold certain reference value, finding suitable targets is currently challenging, with high screening costs. &amp;ldquo;Many ideas are interesting, but they are entertainment-heavy and difficult to commercialize.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;For a young community, Xiaohongshu&amp;rsquo;s tech category has progressed rapidly, and it is well aware of its advantages. Today, the wave of vibe coding amplifies this advantage, as technology moves towards equality, allowing more people to touch programming, which creates opportunities for generalized user engagement and public discussions.&lt;/p&gt;&#xA;&lt;p&gt;However, as Sanbing mentioned, while Xiaohongshu has a broad goal of becoming the best tech community, achieving this vision will take a long time. Creating a big toy for the world is just the beginning.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>OpenAI Unveils GPT-5.5: The Next Generation AI Model</title>
            <link>https://gameflycenter.com/posts/note-64b3177065/</link>
            <pubDate>Fri, 24 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-64b3177065/</guid>
            <description>&lt;h2 id=&#34;gpt-55-launch&#34;&gt;GPT-5.5 Launch&#xA;&lt;/h2&gt;&lt;p&gt;OpenAI has just unveiled &lt;strong&gt;GPT-5.5&lt;/strong&gt;, its most powerful and versatile flagship model to date. This model represents a new level of intelligence, evolving into the native brain of the Agent era.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;231px&#34; data-flex-grow=&#34;96&#34; height=&#34;831&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-64b3177065/img-c1420ce0c6.jpeg&#34; width=&#34;800&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The highly anticipated &lt;strong&gt;&amp;ldquo;Spud&amp;rdquo;&lt;/strong&gt; has finally arrived.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;1432px&#34; data-flex-grow=&#34;596&#34; height=&#34;181&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-64b3177065/img-de67abd8a2.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-64b3177065/img-de67abd8a2_hu_436531bfcc21c1e7.jpeg 800w, https://gameflycenter.com/posts/note-64b3177065/img-de67abd8a2.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;1524px&#34; data-flex-grow=&#34;635&#34; height=&#34;170&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-64b3177065/img-baf1f08b76.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-64b3177065/img-baf1f08b76_hu_2753349c84487794.jpeg 800w, https://gameflycenter.com/posts/note-64b3177065/img-baf1f08b76.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Notably, GPT-5.5 has achieved &lt;strong&gt;top scores across all benchmark tests&lt;/strong&gt;! In programming, reasoning, mathematics, and agent tasks, it has outperformed Claude Opus 4.7 and Gemini 3.1 Pro.&lt;/p&gt;&#xA;&lt;p&gt;Compared to its predecessor, GPT-5.5 represents a significant leap, showcasing a clear generational gap.&lt;/p&gt;&#xA;&lt;p&gt;In AAI tests, GPT-5.5 achieved the highest intelligence index globally for the same output tokens, and it also set a new state-of-the-art on the ARC-AGI-2 benchmark.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;426px&#34; data-flex-grow=&#34;177&#34; height=&#34;608&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-64b3177065/img-0f51ec3a50.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-64b3177065/img-0f51ec3a50_hu_66787613549e3123.jpeg 800w, https://gameflycenter.com/posts/note-64b3177065/img-0f51ec3a50.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;388px&#34; data-flex-grow=&#34;161&#34; height=&#34;638&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-64b3177065/img-2ba6679dd3.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-64b3177065/img-2ba6679dd3_hu_766aa13d231fa86f.jpeg 800w, https://gameflycenter.com/posts/note-64b3177065/img-2ba6679dd3.jpeg 1032w&#34; width=&#34;1032&#34;&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;718px&#34; data-flex-grow=&#34;299&#34; height=&#34;361&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-64b3177065/img-65af8a8f84.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-64b3177065/img-65af8a8f84_hu_c5ab47626481073f.jpeg 800w, https://gameflycenter.com/posts/note-64b3177065/img-65af8a8f84.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;programming-breakthrough&#34;&gt;Programming Breakthrough&#xA;&lt;/h3&gt;&lt;p&gt;In the core programming domain, GPT-5.5 has made a remarkable comeback. OpenAI describes it as the most powerful programming model for intelligent agents to date.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 10&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;441px&#34; data-flex-grow=&#34;183&#34; height=&#34;587&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-64b3177065/img-ba26e33c22.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-64b3177065/img-ba26e33c22_hu_7ec0af1b374898f6.jpeg 800w, https://gameflycenter.com/posts/note-64b3177065/img-ba26e33c22.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;img alt=&#34;Image 11&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;259px&#34; data-flex-grow=&#34;108&#34; height=&#34;999&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-64b3177065/img-1fdbc29243.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-64b3177065/img-1fdbc29243_hu_b761509eea6ba327.jpeg 800w, https://gameflycenter.com/posts/note-64b3177065/img-1fdbc29243.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The Terminal-Bench 2.0 test evaluates the full-chain agent engineering capabilities. The model is given a terminal environment and a vague goal, requiring it to plan a path, adjust tools, write scripts, handle errors, and iterate repeatedly. GPT-5.5 scored &lt;strong&gt;82.7%&lt;/strong&gt;, compared to GPT-5.4&amp;rsquo;s &lt;strong&gt;75.1%&lt;/strong&gt; and Claude Opus 4.7&amp;rsquo;s &lt;strong&gt;69.4%&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;In OpenAI&amp;rsquo;s internal Expert-SWE evaluation for long-term programming tasks, GPT-5.5 achieved &lt;strong&gt;73.1%&lt;/strong&gt;, also surpassing GPT-5.4&amp;rsquo;s &lt;strong&gt;68.5%&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 12&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;604px&#34; data-flex-grow=&#34;251&#34; height=&#34;429&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-64b3177065/img-0961dbb2c3.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-64b3177065/img-0961dbb2c3_hu_656b3a831c36d86e.jpeg 800w, https://gameflycenter.com/posts/note-64b3177065/img-0961dbb2c3.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;In the SWE-Bench Pro evaluation, which reflects real GitHub problem-solving abilities, GPT-5.5 scored &lt;strong&gt;58.6%&lt;/strong&gt;, slightly lower than Claude Opus 4.7&amp;rsquo;s &lt;strong&gt;64.3%&lt;/strong&gt;. However, OpenAI noted that there were signs of overfitting in some subsets of problems reported by Anthropic.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 13&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;328px&#34; data-flex-grow=&#34;136&#34; height=&#34;790&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-64b3177065/img-33aaf3889a.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-64b3177065/img-33aaf3889a_hu_5e338dc6c02f9db0.jpeg 800w, https://gameflycenter.com/posts/note-64b3177065/img-33aaf3889a.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Codex researchers have stated that SWE-Bench is no longer a reliable measure of top programming capabilities. Importantly, in these evaluations, GPT-5.5 used fewer tokens while still outperforming GPT-5.4.&lt;/p&gt;&#xA;&lt;p&gt;This capability is even more evident in Codex, where it can handle end-to-end programming tasks, from implementation and refactoring to debugging, testing, and validation.&lt;/p&gt;&#xA;&lt;p&gt;For example, when tasked with creating a visualization application for the Artemis II space mission, GPT-5.5 was able to build an interactive 3D orbital simulator using WebGL and Vite, sourcing trajectory data from NASA/JPL Horizons.&lt;/p&gt;&#xA;&lt;p&gt;In another instance, it created a UFO shooting game using Three.js, delivering a playable 3D game in one go.&lt;/p&gt;&#xA;&lt;h3 id=&#34;impact-on-knowledge-work&#34;&gt;Impact on Knowledge Work&#xA;&lt;/h3&gt;&lt;p&gt;Beyond programming, GPT-5.5 has also excelled in knowledge work. OpenAI refers to it as a new intelligence designed for real-world tasks, capable of quickly understanding user intentions and switching between different tools until the task is completed.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 14&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;426px&#34; data-flex-grow=&#34;177&#34; height=&#34;607&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-64b3177065/img-a0497a94f1.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-64b3177065/img-a0497a94f1_hu_95d12bb01e7940fe.jpeg 800w, https://gameflycenter.com/posts/note-64b3177065/img-a0497a94f1.jpeg 1079w&#34; width=&#34;1079&#34;&gt;&lt;img alt=&#34;Image 15&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;426px&#34; data-flex-grow=&#34;177&#34; height=&#34;607&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-64b3177065/img-0fece89e24.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-64b3177065/img-0fece89e24_hu_f4fe150d3308aeef.jpeg 800w, https://gameflycenter.com/posts/note-64b3177065/img-0fece89e24.jpeg 1079w&#34; width=&#34;1079&#34;&gt;&lt;img alt=&#34;Image 16&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;426px&#34; data-flex-grow=&#34;177&#34; height=&#34;607&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-64b3177065/img-f5108a4076.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-64b3177065/img-f5108a4076_hu_b1ff84b8f06c99d1.jpeg 800w, https://gameflycenter.com/posts/note-64b3177065/img-f5108a4076.jpeg 1079w&#34; width=&#34;1079&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;In the GDPval assessment, which evaluates AI&amp;rsquo;s ability to perform standardized knowledge work across 44 professions, GPT-5.5 scored &lt;strong&gt;84.9%&lt;/strong&gt;, outperforming Opus 4.7&amp;rsquo;s &lt;strong&gt;80.3%&lt;/strong&gt; and Gemini 3.1 Pro&amp;rsquo;s &lt;strong&gt;67.3%&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 17&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;380px&#34; data-flex-grow=&#34;158&#34; height=&#34;622&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-64b3177065/img-65dededf7b.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-64b3177065/img-65dededf7b_hu_ffa1ecccc15d1bbf.jpeg 800w, https://gameflycenter.com/posts/note-64b3177065/img-65dededf7b.jpeg 986w&#34; width=&#34;986&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;In OSWorld-Verified, which tests the model&amp;rsquo;s ability to operate in real computer environments, GPT-5.5 scored &lt;strong&gt;78.7%&lt;/strong&gt;, nearly matching Opus 4.7&amp;rsquo;s &lt;strong&gt;78.0%&lt;/strong&gt;. In the Tau2-bench, which evaluates handling complex customer workflows, GPT-5.5 achieved &lt;strong&gt;98.0%&lt;/strong&gt; without fine-tuning prompts.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 18&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;591px&#34; data-flex-grow=&#34;246&#34; height=&#34;438&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-64b3177065/img-2c53e3df78.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-64b3177065/img-2c53e3df78_hu_aac33bf773ab0bb4.jpeg 800w, https://gameflycenter.com/posts/note-64b3177065/img-2c53e3df78.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Interestingly, OpenAI disclosed that over &lt;strong&gt;85% of its employees&lt;/strong&gt; use Codex weekly across departments. The PR department utilized GPT-5.5 to analyze six months of speaking engagement data, creating a scoring and risk framework for low-risk requests.&lt;/p&gt;&#xA;&lt;p&gt;The finance department reviewed 24,771 K-1 tax forms, totaling 71,637 pages, completing the task two weeks earlier than last year. The marketing team automated weekly business report generation, saving &lt;strong&gt;5 to 10 hours&lt;/strong&gt; each week.&lt;/p&gt;&#xA;&lt;p&gt;Now, with GPT-5.5 in Codex, users can interact directly with web applications, testing processes, clicking pages, capturing screens, and iterating based on observed content until tasks are completed.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 19&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;426px&#34; data-flex-grow=&#34;177&#34; height=&#34;607&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-64b3177065/img-8e8fdbf20f.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-64b3177065/img-8e8fdbf20f_hu_4af38e6c1395e37d.jpeg 800w, https://gameflycenter.com/posts/note-64b3177065/img-8e8fdbf20f.jpeg 1079w&#34; width=&#34;1079&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Codex also generates higher-quality spreadsheets, PPTs, and documents, accelerating review and iteration speeds with a new in-app file viewer.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 20&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;426px&#34; data-flex-grow=&#34;177&#34; height=&#34;607&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-64b3177065/img-eca7a35469.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-64b3177065/img-eca7a35469_hu_ecd796359195abc9.jpeg 800w, https://gameflycenter.com/posts/note-64b3177065/img-eca7a35469.jpeg 1079w&#34; width=&#34;1079&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;In computer usage, Codex&amp;rsquo;s ability to operate computers has improved significantly, handling screen content recognition, clicking, typing, navigating, and even transferring contextual information across tools.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 21&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;425px&#34; data-flex-grow=&#34;177&#34; height=&#34;608&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-64b3177065/img-3d4d4a71e9.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-64b3177065/img-3d4d4a71e9_hu_c8c4ab226d66a55d.jpeg 800w, https://gameflycenter.com/posts/note-64b3177065/img-3d4d4a71e9.jpeg 1079w&#34; width=&#34;1079&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;OpenAI researcher Noam Brown mentioned that with GPT-5.5, he can write CUDA kernels like a professional and run research experiments.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 22&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;313px&#34; data-flex-grow=&#34;130&#34; height=&#34;608&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-64b3177065/img-81d834034e.jpeg&#34; width=&#34;793&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;scientific-breakthroughs&#34;&gt;Scientific Breakthroughs&#xA;&lt;/h3&gt;&lt;p&gt;Additionally, GPT-5.5 has assisted in discovering a new proof regarding Ramsey numbers, verified in the Lean language. Ramsey numbers are a core subject in combinatorial mathematics, with new results being extremely rare.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 23&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;1222px&#34; data-flex-grow=&#34;509&#34; height=&#34;212&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-64b3177065/img-0819de789e.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-64b3177065/img-0819de789e_hu_d48da00f76d0c026.jpeg 800w, https://gameflycenter.com/posts/note-64b3177065/img-0819de789e.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The paper can be found at: &lt;a class=&#34;link&#34; href=&#34;https://cdn.openai.com/pdf/6dc7175d-d9e7-4b8d-96b8-48fe5798cd5b/Ramsey.pdf&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Ramsey Number Proof&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;GPT-5.5 provided a valuable mathematical proof regarding the asymptotic behavior of non-diagonal Ramsey numbers. In the GeneBench evaluation, GPT-5.5 scored &lt;strong&gt;25.0%&lt;/strong&gt;, compared to GPT-5.4&amp;rsquo;s &lt;strong&gt;19.0%&lt;/strong&gt;. This evaluation measures multi-stage scientific data analysis, requiring the model to handle ambiguous data and hidden confounding factors with minimal human intervention.&lt;/p&gt;&#xA;&lt;p&gt;In BixBench, based on real bioinformatics data, GPT-5.5 ranked first among all publicly available models with a score of &lt;strong&gt;80.5%&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 24&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;307px&#34; data-flex-grow=&#34;128&#34; height=&#34;842&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-64b3177065/img-39c98015fd.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-64b3177065/img-39c98015fd_hu_b1f014895bc33525.jpeg 800w, https://gameflycenter.com/posts/note-64b3177065/img-39c98015fd.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;img alt=&#34;Image 25&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;187px&#34; data-flex-grow=&#34;78&#34; height=&#34;574&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-64b3177065/img-ab3d566156.jpeg&#34; width=&#34;448&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;In the FrontierMath Tier 4 evaluation, designed by top mathematicians including Terence Tao, GPT-5.5 scored &lt;strong&gt;35.4%&lt;/strong&gt;, significantly higher than GPT-5.4&amp;rsquo;s &lt;strong&gt;27.1%&lt;/strong&gt; and Opus 4.7&amp;rsquo;s &lt;strong&gt;22.9%&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;The gap exceeds &lt;strong&gt;12 percentage points&lt;/strong&gt;, indicating that GPT-5.5&amp;rsquo;s advantage grows as the mathematical frontier becomes more challenging.&lt;/p&gt;&#xA;&lt;h3 id=&#34;conclusion&#34;&gt;Conclusion&#xA;&lt;/h3&gt;&lt;p&gt;In summary, GPT-5.5&amp;rsquo;s launch marks a transformative leap rather than just another minor version update. Its performance against Opus 4.7 can be encapsulated in a single image.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 28&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;166px&#34; data-flex-grow=&#34;69&#34; height=&#34;1561&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-64b3177065/img-ae0225aac0.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-64b3177065/img-ae0225aac0_hu_ae99e916b749ac25.jpeg 800w, https://gameflycenter.com/posts/note-64b3177065/img-ae0225aac0.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;In the Vending-Bench, GPT-5.5 also outperformed Opus 4.7, which performed similarly to version 4.6, often misleading vendors and failing in refunds. In contrast, GPT-5.5 operated transparently and won the competition.&lt;/p&gt;&#xA;&lt;h3 id=&#34;pricing&#34;&gt;Pricing&#xA;&lt;/h3&gt;&lt;p&gt;Regarding pricing, GPT-5.5&amp;rsquo;s API costs &lt;strong&gt;$5 per million input tokens&lt;/strong&gt; and &lt;strong&gt;$30 per million output tokens&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 31&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;712px&#34; data-flex-grow=&#34;296&#34; height=&#34;364&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-64b3177065/img-c77567cb4e.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-64b3177065/img-c77567cb4e_hu_efd3f7baff15f1af.jpeg 800w, https://gameflycenter.com/posts/note-64b3177065/img-c77567cb4e.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;In comparison, GPT-5.4 was priced at &lt;strong&gt;$2.50&lt;/strong&gt; and &lt;strong&gt;$15&lt;/strong&gt;. This represents a &lt;strong&gt;100% increase&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;GPT-5.5 Pro is even more expensive, costing &lt;strong&gt;$30 for input&lt;/strong&gt; and &lt;strong&gt;$180 for output&lt;/strong&gt;. Compared to Opus 4.7, which charges &lt;strong&gt;$5 for input&lt;/strong&gt; and &lt;strong&gt;$25 for output&lt;/strong&gt;, GPT-5.5&amp;rsquo;s input price is comparable, but the output is &lt;strong&gt;$20 more&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;OpenAI explains that this price increase reflects improved token efficiency; GPT-5.5 uses significantly fewer tokens for the same Codex tasks compared to GPT-5.4.&lt;/p&gt;&#xA;&lt;p&gt;In conclusion, GPT-5.5 is a premium product where users pay more for stronger intelligence. In contrast, GPT-5.4 is likely to remain a cost-effective option.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 32&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;1167px&#34; data-flex-grow=&#34;486&#34; height=&#34;222&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-64b3177065/img-4a867094db.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-64b3177065/img-4a867094db_hu_70c5dedb0315e68f.jpeg 800w, https://gameflycenter.com/posts/note-64b3177065/img-4a867094db.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;OpenClaw has integrated the powerful GPT-5.5.&lt;/p&gt;&#xA;&lt;h3 id=&#34;a-rapid-evolution&#34;&gt;A Rapid Evolution&#xA;&lt;/h3&gt;&lt;p&gt;Reflecting on the past eight days:&lt;/p&gt;&#xA;&lt;p&gt;On April 16, Anthropic&amp;rsquo;s Opus 4.7 launched a surprise attack on SWE-Bench Pro, dethroning GPT-5.4 from its programming throne. On April 24, GPT-5.5 was officially released, dominating the Terminal-Bench, with doubled pricing and groundbreaking scientific results.&lt;/p&gt;&#xA;&lt;p&gt;The AI competition of 2026 will no longer be solely about which model is stronger. In GPT-5.5&amp;rsquo;s narrative, OpenAI emphasizes exploring a new way of computing, a general agent capable of autonomously planning tasks and switching between various tools and software.&lt;/p&gt;&#xA;&lt;p&gt;Performance scores are just the appetizer; the real battlefield is in agent-based work. The first to define how AI will assist humans will shape the next generation of computer interfaces.&lt;/p&gt;&#xA;&lt;p&gt;This rapid pace will only accelerate.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>VibeCoding vs. WishCoding: Revolutionizing Programming for Everyone</title>
            <link>https://gameflycenter.com/posts/note-034dbe3c37/</link>
            <pubDate>Wed, 22 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-034dbe3c37/</guid>
            <description>&lt;h2 id=&#34;vibecoding-vs-wishcoding-revolutionizing-programming-for-everyone&#34;&gt;VibeCoding vs. WishCoding: Revolutionizing Programming for Everyone&#xA;&lt;/h2&gt;&lt;p&gt;When Andrej Karpathy, former AI director at Tesla, casually introduced the term &amp;ldquo;VibeCoding&amp;rdquo; in 2024, he likely aimed to find a more efficient coding method for programmers. Little did he know, this concept would quickly sweep through the tech community, even being named Collins Dictionary&amp;rsquo;s Word of the Year for 2025, symbolizing the AI era&amp;rsquo;s slogan of &amp;ldquo;anyone can code.&amp;rdquo; However, as the excitement faded, it became clear that while VibeCoding lowered the barrier to writing code, it still left 99% of ordinary people outside the door of digital creation. It wasn&amp;rsquo;t until the emergence of Ant Group&amp;rsquo;s &amp;ldquo;WishCoding&amp;rdquo; that a real breakthrough occurred, transforming programming from an engineer-exclusive skill into a superpower accessible to everyone.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-halo-and-limitations-of-vibecoding&#34;&gt;The Halo and Limitations of VibeCoding&#xA;&lt;/h2&gt;&lt;p&gt;VibeCoding, translated as &amp;ldquo;vibe programming,&amp;rdquo; centers on describing requirements in natural language for AI to automatically generate code. This innovation allows programmers to abandon tedious syntax memorization and repetitive coding, enabling them to quickly obtain runnable programs by simply expressing their ideas. For the approximately 30 million programmers worldwide, this represents a liberation of productivity, allowing them to realize their ideas faster and at lower costs. Consequently, VibeCoding rapidly became mainstream in the industry, viewed as the future direction of software development in the AI era.&lt;/p&gt;&#xA;&lt;p&gt;However, behind the celebration lies a harsh reality. VibeCoding starts at the IDE (Integrated Development Environment) window and ends with a piece of code. It assumes users understand coding, dependency management, and deployment—basic skills for professional developers but towering obstacles for the remaining 99% of the global population. An ordinary person may be able to use natural language to have AI generate code, but they often lack the knowledge to turn that code into a mobile application, let alone share it with others. VibeCoding only accelerates the &amp;ldquo;writing code&amp;rdquo; phase, while every step in the chain from idea to usable application remains an insurmountable hurdle for the average person.&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s akin to VibeCoding providing ordinary people with a magical knife to quickly prepare ingredients without teaching them how to cook, season, or plate, leaving them without a kitchen to bring their ideas to the table. Most people&amp;rsquo;s creativity remains trapped in their minds and conversations, unable to transform into usable, shareable digital products.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-arrival-of-wishcoding&#34;&gt;The Arrival of WishCoding&#xA;&lt;/h2&gt;&lt;p&gt;While the industry was still caught up in the VibeCoding race, Ant Group took a different path by proposing the new &amp;ldquo;WishCoding&amp;rdquo; concept. If VibeCoding is about &amp;ldquo;enabling those who can code to code faster,&amp;rdquo; then WishCoding is about &amp;ldquo;empowering those who cannot code to create applications.&amp;rdquo; It completely bypasses the coding step, reducing the software generation starting point from &amp;ldquo;writing logic&amp;rdquo; to &amp;ldquo;describing intent.&amp;rdquo; Users need no programming knowledge or technical concepts; they simply need to clearly express what they want in natural language, and AI can directly generate a fully functional, interactive, and shareable application.&lt;/p&gt;&#xA;&lt;p&gt;Launched in November 2025, Ant Group&amp;rsquo;s Lingguang (WishCoding) quickly gained attention for its ability to generate applications in 30 seconds and deploy them instantly. On April 20, 2026, Lingguang underwent a critical upgrade, deeply integrating native mobile capabilities (camera, gyroscope, LBS, microphone, etc.) and introducing the &amp;ldquo;Lingguang Circle&amp;rdquo; community, allowing users to complete the entire application generation, iteration, usage, and distribution process on mobile.&lt;/p&gt;&#xA;&lt;p&gt;Creating applications in the Lingguang app is as simple as posting on social media. For instance, if you want to create a fragmented focus timer, just tell it, &amp;ldquo;support custom focus duration, rest countdown, total focus time leaderboard, minimalist interface, match different white noise based on weather,&amp;rdquo; and in just a few seconds, a complete usable application will appear on your phone. If the first version isn&amp;rsquo;t good enough, you don&amp;rsquo;t need to modify the code; simply tell the AI, &amp;ldquo;add a focus achievement badge,&amp;rdquo; and instantly, a new version can be iterated. Throughout the process, there&amp;rsquo;s not a single line of code or technical jargon—only pure expression of ideas and presentation of results.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;463px&#34; data-flex-grow=&#34;193&#34; height=&#34;522&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-034dbe3c37/img-615ee321be.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-034dbe3c37/img-615ee321be_hu_4e259ce12669d69e.jpeg 800w, https://gameflycenter.com/posts/note-034dbe3c37/img-615ee321be.jpeg 1008w&#34; width=&#34;1008&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;This experience completely breaks down the barriers between &amp;ldquo;those with ideas&amp;rdquo; and &amp;ldquo;those who can realize ideas.&amp;rdquo; Designers, students, office workers, stay-at-home parents—anyone who can express needs in natural language can become a creator in the digital world. Lingguang compresses what traditionally required months and a professional team into 30 seconds, allowing one person to complete the task, truly realizing the era of &amp;ldquo;one-person applications&amp;rdquo;—one person, one sentence, one smartphone can bring ideas to life. As of now, Lingguang users have created over 30 million flash applications covering various aspects of life, learning, work, and entertainment.&lt;/p&gt;&#xA;&lt;h2 id=&#34;lingguang-circle-nurturing-creativity-and-opening-a-co-creation-era&#34;&gt;Lingguang Circle: Nurturing Creativity and Opening a Co-Creation Era&#xA;&lt;/h2&gt;&lt;p&gt;If flash applications have achieved the leap from &amp;ldquo;personal ideas to applications,&amp;rdquo; then the &amp;ldquo;Lingguang Circle&amp;rdquo; gives every individual&amp;rsquo;s creativity a broader life. As the industry&amp;rsquo;s first zero-code application sharing community, Lingguang Circle not only allows users to share their flash applications with one click for others to browse, use, like, and comment, but more importantly, it supports &amp;ldquo;secondary creation.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;In Lingguang Circle, when you see applications created by others, you don&amp;rsquo;t need to understand the underlying code or master any technology; you just need to express modification ideas in natural language—&amp;ldquo;change the color to blue,&amp;rdquo; &amp;ldquo;add a check-in feature,&amp;rdquo; &amp;ldquo;modify the menu to a low-fat version,&amp;rdquo; and AI can generate a new version based on the original. This transforms the open-source community&amp;rsquo;s &amp;ldquo;Fork code&amp;rdquo; into &amp;ldquo;Fork intent,&amp;rdquo; making collaboration, once limited to professional developers, easily accessible to everyone.&lt;/p&gt;&#xA;&lt;p&gt;In the past, the growth of software applications was closed and linear, planned, developed, and iterated by professional teams, while ordinary users could only passively use them. However, in Lingguang Circle, application growth becomes open, diverse, and limitless. A basic application can be modified into dozens of versions by different users, some focusing on simplicity and practicality, others adding fun features, and some adapting to specific scenarios. The boundaries between users and creators are completely blurred, allowing everyone to contribute to others&amp;rsquo; ideas, continuously evolving and spreading good concepts.&lt;/p&gt;&#xA;&lt;p&gt;For example, someone created a &amp;ldquo;relative relationship calculator&amp;rdquo; to solve the awkwardness of family gatherings; another added dialect terms and automatic reminder features; yet another transformed it into a &amp;ldquo;workplace address guide&amp;rdquo; for different workplace scenarios. A small idea, through countless people&amp;rsquo;s &amp;ldquo;wishes,&amp;rdquo; continuously generates new value, forming an unprecedented application ecosystem.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-essence-of-the-programming-revolution-from-technical-empowerment-to-universal-creation&#34;&gt;The Essence of the Programming Revolution: From Technical Empowerment to Universal Creation&#xA;&lt;/h2&gt;&lt;p&gt;From VibeCoding to WishCoding, what seems like an iteration of AI programming tools is, in fact, a complete transfer of digital creation power.&lt;/p&gt;&#xA;&lt;p&gt;VibeCoding represents &amp;ldquo;technical empowerment for professionals,&amp;rdquo; optimizing existing software development processes and serving a minority of technical individuals, with a ceiling audience of only 30 million programmers. In contrast, WishCoding represents &amp;ldquo;technology benefiting everyone,&amp;rdquo; reconstructing the production relationship of software and liberating the power of digital creation from engineers to 8 billion ordinary people worldwide.&lt;/p&gt;&#xA;&lt;p&gt;Behind this is a qualitative change in AI technology from &amp;ldquo;auxiliary tool&amp;rdquo; to &amp;ldquo;core productivity.&amp;rdquo; As early as the 1990s, former Microsoft chief architect Charles Simonyi proposed &amp;ldquo;Intentional Programming,&amp;rdquo; hoping software development could focus on user intent rather than code details. However, limited by the technology of the time, it remained a conceptual idea. Now, with the maturity of large models&amp;rsquo; understanding, generation, and multimodal interaction capabilities, WishCoding has finally transitioned from concept to reality.&lt;/p&gt;&#xA;&lt;p&gt;What Ant Group has done is act as the &amp;ldquo;automation layer from intent to realization&amp;rdquo; envisioned by Simonyi, hiding the complexities of code, development environments, and deployment processes behind the scenes, leaving users with only the simple path of &amp;ldquo;inputting ideas → obtaining applications → sharing and iterating.&amp;rdquo; It is no longer about optimizing a specific technical point; it has opened up a complete chain, allowing every fleeting thought the opportunity to become an application that can be used, shared, and continuously rewritten.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-future-is-here-everyone-is-a-creator-in-the-digital-world&#34;&gt;The Future is Here: Everyone is a Creator in the Digital World&#xA;&lt;/h2&gt;&lt;p&gt;As AI evolves from merely an auxiliary programming tool to a Coding Agent accessible to everyone, the landscape of the digital world is being fundamentally rewritten.&lt;/p&gt;&#xA;&lt;p&gt;In the past, we were accustomed to passively using applications developed by others, satisfied with &amp;ldquo;as long as it works&amp;rdquo;; in the future, we can actively create our own tools, meeting every personalized need. Previously, the value of creativity relied on technical teams to realize; in the future, a single sentence can turn an idea into reality, with some individuals earning nearly ten thousand dollars in just two months from their self-made flash applications. Previously, the software ecosystem was dominated by a few tech companies; in the future, countless ordinary people&amp;rsquo;s small ideas will converge into a vast ocean of the digital world.&lt;/p&gt;&#xA;&lt;p&gt;The product manager of Lingguang stated: &amp;ldquo;The development of AI will accelerate the release of software productivity to ordinary people. Lingguang aims to be the accelerator of this productivity revolution, enabling every ordinary person to have their own Coding Agent to create their own applications.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;From the &amp;ldquo;celebration of programmers&amp;rdquo; in VibeCoding to the &amp;ldquo;creation by everyone&amp;rdquo; in WishCoding, the AI programming revolution has finally moved in the right direction. This is no longer a technical game for a select few, but a digital age dividend belonging to everyone. When &amp;ldquo;anyone can code&amp;rdquo; is no longer just a slogan, and every spark of inspiration can take root and grow, we will ultimately usher in a truly open, diverse, and infinitely possible new digital world. And it all begins with you expressing your first wish in the Lingguang app.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Claude Enters Word, But Chinese Office Software is Already Prepared</title>
            <link>https://gameflycenter.com/posts/note-0d38a175d1/</link>
            <pubDate>Mon, 20 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-0d38a175d1/</guid>
            <description>&lt;h2 id=&#34;claudes-entry-into-word&#34;&gt;Claude&amp;rsquo;s Entry into Word&#xA;&lt;/h2&gt;&lt;p&gt;On April 10, Anthropic launched the public beta of Claude for Word, completing the integration of AI into the Microsoft Office suite. Over the past six months, Claude has permeated the entire Office ecosystem, from Excel to PowerPoint and now Word.&lt;/p&gt;&#xA;&lt;p&gt;This news has made waves in the overseas tech community. However, in the Chinese market, another battle regarding &amp;ldquo;AI + Office&amp;rdquo; has already begun.&lt;/p&gt;&#xA;&lt;h2 id=&#34;claudes-revision-mode&#34;&gt;Claude&amp;rsquo;s Revision Mode&#xA;&lt;/h2&gt;&lt;p&gt;The most emphasized feature of Claude for Word is its revision mode (Tracked Changes). The official demonstration is clear: when opening an NDA contract, Claude provides modification suggestions in the right sidebar, with each change displayed in Word&amp;rsquo;s native revision mode—original text struck through, new content marked as inserted, allowing users to accept or reject changes one by one.&lt;/p&gt;&#xA;&lt;p&gt;This design is highlighted by Anthropic for a simple reason: it addresses the biggest trust issue with AI office tools—&amp;ldquo;What changes did AI make? I need to see them.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;In industries like law, finance, and compliance, where audit trails are strictly required, revision mode is not just an added feature but a prerequisite. Anthropic smartly positions this functionality at the forefront, directly targeting the trillion-dollar global legal services market.&lt;/p&gt;&#xA;&lt;p&gt;But here&amp;rsquo;s the question: Is revision mode an invention of AI?&lt;/p&gt;&#xA;&lt;p&gt;No. This is a basic feature that both Word and WPS have had for over twenty years. Claude merely attaches AI output to this existing mechanism.&lt;/p&gt;&#xA;&lt;h2 id=&#34;chinas-office-softwares-ai-tracing-practices&#34;&gt;China&amp;rsquo;s Office Software&amp;rsquo;s AI Tracing Practices&#xA;&lt;/h2&gt;&lt;p&gt;In the Chinese market, WPS AI has already implemented similar capabilities. When users ask WPS AI to modify a piece of text, the changes can also be presented in revision mode. Every addition or deletion is traceable, and users can review, accept, or reject changes one by one. This is not about &amp;ldquo;catching up&amp;rdquo;; it is common sense in product design—AI-assisted office tools must leave the final decision-making power in human hands.&lt;/p&gt;&#xA;&lt;p&gt;The difference lies in the narrative. Claude markets &amp;ldquo;revision mode&amp;rdquo; as a selling point, while WPS AI considers it a standard feature.&lt;/p&gt;&#xA;&lt;p&gt;Behind this is a difference in product philosophy. Overseas AI companies tend to use a &amp;ldquo;disruptive&amp;rdquo; narrative, packaging existing features as new inventions; Chinese office software is more pragmatic, embedding AI capabilities into existing workflows without deliberately emphasizing &amp;ldquo;what AI has done,&amp;rdquo; allowing users to use it naturally.&lt;/p&gt;&#xA;&lt;h2 id=&#34;local-context-claude-cannot-review-chinese-contracts&#34;&gt;Local Context: Claude Cannot Review Chinese Contracts&#xA;&lt;/h2&gt;&lt;p&gt;The first use case officially listed for Claude for Word is &amp;ldquo;legal contract review.&amp;rdquo; The demonstration scenarios consist entirely of English NDAs, commercial terms, and compensation clauses.&lt;/p&gt;&#xA;&lt;p&gt;This is fine, as the U.S. legal market is indeed large. However, in China, contract review follows a different logic.&lt;/p&gt;&#xA;&lt;p&gt;Chinese contracts have unique expression habits: &amp;ldquo;Party A shall,&amp;rdquo; &amp;ldquo;Party B must,&amp;rdquo; &amp;ldquo;Both parties agree,&amp;rdquo; and &amp;ldquo;This contract shall take effect from the date of signature.&amp;rdquo; The logical relationships between clauses, the expression of breach responsibilities, and the jurisdiction for dispute resolution all require a deep understanding of the Chinese legal system.&lt;/p&gt;&#xA;&lt;p&gt;WPS AI has a clear first-mover advantage in this area. It is trained on a vast corpus of Chinese contract data, understands the structural clauses of Chinese contract law, labor law, and corporate law, and can identify local legal risk points such as &amp;ldquo;standard clauses,&amp;rdquo; &amp;ldquo;exemption clauses,&amp;rdquo; and &amp;ldquo;excessive penalties.&amp;rdquo; More importantly, WPS has a complete library of Chinese contract templates—labor contracts, lease contracts, procurement contracts, confidentiality agreements, and equity transfer agreements—covering the main scenarios of daily business operations. Users can open a template and let AI fill in specific clauses, with every change traced and every risk highlighted.&lt;/p&gt;&#xA;&lt;p&gt;This is something Claude cannot do. It cannot grasp the &amp;ldquo;flavor&amp;rdquo; of Chinese contracts, nor can it understand the &amp;ldquo;rules&amp;rdquo; of official documents.&lt;/p&gt;&#xA;&lt;h2 id=&#34;government-documents-a-market-claude-cannot-enter&#34;&gt;Government Documents: A Market Claude Cannot Enter&#xA;&lt;/h2&gt;&lt;p&gt;There is a market in China that Claude cannot reach at all: government documents.&lt;/p&gt;&#xA;&lt;p&gt;Government agencies and state-owned enterprises produce a large volume of official documents daily—requests, meeting minutes, notices, and work summaries. These documents have strict formatting standards: title levels, font sizes, paragraph spacing, page margins, and even the placement of &amp;ldquo;no text on this page&amp;rdquo; have specific requirements.&lt;/p&gt;&#xA;&lt;p&gt;WPS has over thirty years of accumulation in this field. From the early WPS 1.0 to the current WPS 365, templates and formatting standards for government documents have been internalized into the product&amp;rsquo;s DNA. WPS AI builds on this foundation with intelligent capabilities, enabling it to:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Automatically detect formatting deviations and prompt &amp;ldquo;the title should be in bold size three&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;Identify sensitive words and warn &amp;ldquo;this expression may involve compliance risks&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;Compare versions and generate &amp;ldquo;modification explanations&amp;rdquo; with one click&lt;/li&gt;&#xA;&lt;li&gt;Maintain audit trails, recording &amp;ldquo;who changed what at what time&amp;rdquo;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;These capabilities are not available in Claude for Word. It is not a technical issue but a problem of understanding the context—it simply does not know what a &amp;ldquo;red-headed document&amp;rdquo; is, what a &amp;ldquo;request for instructions&amp;rdquo; entails, or the standard format for &amp;ldquo;meeting minutes.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h2 id=&#34;ecological-integration-a-unified-experience&#34;&gt;Ecological Integration: A Unified Experience&#xA;&lt;/h2&gt;&lt;p&gt;One highlight of Claude for Word is its &amp;ldquo;cross-Office collaboration&amp;rdquo;—Word, Excel, and PowerPoint share context, allowing data to be pulled from Excel into Word and then condensed into PPT.&lt;/p&gt;&#xA;&lt;p&gt;WPS also has this capability, and it is even lighter. WPS 365 is designed as an integrated solution: documents, spreadsheets, presentations, PDFs, mind maps, and flowcharts all operate under the same account system. Users do not need to &amp;ldquo;cross-application&amp;rdquo; because they are all in one application.&lt;/p&gt;&#xA;&lt;p&gt;When opening WPS AI, users can say, &amp;ldquo;Create a chart from this spreadsheet data and insert it into the document,&amp;rdquo; and AI automatically completes the format conversion and content insertion. Saying, &amp;ldquo;Summarize this document into a 10-page PPT,&amp;rdquo; allows AI to automatically extract key points and generate slides.&lt;/p&gt;&#xA;&lt;p&gt;There is no need for account switching, no format compatibility issues, and no confusion over &amp;ldquo;where is this file stored in the cloud.&amp;rdquo; WPS&amp;rsquo;s &amp;ldquo;family bucket&amp;rdquo; is the result of integrated design rather than a patchwork solution.&lt;/p&gt;&#xA;&lt;h2 id=&#34;enterprise-level-capabilities-data-sovereignty&#34;&gt;Enterprise-Level Capabilities: Data Sovereignty&#xA;&lt;/h2&gt;&lt;p&gt;Claude for Word emphasizes operating &amp;ldquo;within an enterprise security framework,&amp;rdquo; supporting Amazon Bedrock, Google Vertex AI, Microsoft Azure, and other enterprise gateways. This is fine, but for Chinese enterprises, there is an even stricter requirement: data sovereignty.&lt;/p&gt;&#xA;&lt;p&gt;Key industries such as finance, government, energy, and telecommunications have strict regulatory requirements for data security. No matter how useful an AI office tool is, if data needs to be sent to overseas servers, it will not pass compliance checks.&lt;/p&gt;&#xA;&lt;p&gt;WPS AI supports private deployment, allowing enterprises to run AI capabilities on their own servers, keeping data entirely within the internal network. Additionally, WPS has completed domestic compatibility certifications with mainstream Chinese operating systems, databases, and middleware.&lt;/p&gt;&#xA;&lt;p&gt;This is not just an &amp;ldquo;added bonus&amp;rdquo;; it is a &amp;ldquo;passport&amp;rdquo;. In the Chinese enterprise market, without these capabilities, AI office tools cannot even enter.&lt;/p&gt;&#xA;&lt;p&gt;Furthermore, Claude for Word is priced at $20 per month for Pro users (approximately 145 RMB) and $100 per month for Max users (approximately 725 RMB), requiring a subscription to Microsoft 365 to use. In contrast, WPS AI is a value-added service for WPS members, with a lower price threshold, making it more user-friendly for domestic users.&lt;/p&gt;&#xA;&lt;h2 id=&#34;data-driven-insights-wps-ais-user-base&#34;&gt;Data-Driven Insights: WPS AI&amp;rsquo;s User Base&#xA;&lt;/h2&gt;&lt;p&gt;By the end of 2025, WPS AI&amp;rsquo;s domestic monthly active users exceeded 80.13 million, a year-on-year increase of 307%, with the proportion of enterprise users rising to 42%. During the same period, WPS Office&amp;rsquo;s overall global monthly active device count reached 678 million.&lt;/p&gt;&#xA;&lt;p&gt;What does this number mean? It means that WPS AI is no longer just a &amp;ldquo;concept product&amp;rdquo; but a productivity tool with a real user base. 80 million monthly active users are using AI daily to write documents, review contracts, and create PPTs, and this usage data continuously optimizes AI capabilities.&lt;/p&gt;&#xA;&lt;h2 id=&#34;conclusion-the-chinese-approach-to-ai-office-tools&#34;&gt;Conclusion: The Chinese Approach to AI Office Tools&#xA;&lt;/h2&gt;&lt;p&gt;The launch of Claude for Word signifies that AI office tools have entered a &amp;ldquo;deep water zone.&amp;rdquo; It is no longer about flashy demonstrations of &amp;ldquo;what AI can write,&amp;rdquo; but rather a practical approach to &amp;ldquo;how AI can be embedded into workflows.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;In this race, Chinese office software has not been absent. WPS AI, with over thirty years of local accumulation and a deep understanding of Chinese contexts, has carved out a different path:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;It does not emphasize &amp;ldquo;AI disruption&amp;rdquo; but integrates AI capabilities into daily office tasks.&lt;/li&gt;&#xA;&lt;li&gt;It does not pursue &amp;ldquo;omnipotence&amp;rdquo; but focuses on vertical scenarios such as &amp;ldquo;contract review,&amp;rdquo; &amp;ldquo;government documents,&amp;rdquo; and &amp;ldquo;enterprise compliance.&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;It does not use high prices to filter users but makes it accessible and effective for more people.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Claude has entered Word, but Chinese office software has long been prepared. This is not a story of catching up but rather the parallel evolution of two distinct paths.&lt;/p&gt;&#xA;&lt;p&gt;For users, the choice of which path to take depends on where you work, what language you use, what contracts you review, and what documents you write. The competition among AI office tools ultimately hinges not on technology but on understanding the context. In this dimension, local players have the first-mover advantage.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Comprehensive Guide to Artificial Intelligence (AI) Major: Overview and Employment</title>
            <link>https://gameflycenter.com/posts/note-f8887505c7/</link>
            <pubDate>Mon, 20 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-f8887505c7/</guid>
            <description>&lt;h2 id=&#34;overview-of-the-artificial-intelligence-ai-major&#34;&gt;Overview of the Artificial Intelligence (AI) Major&#xA;&lt;/h2&gt;&lt;p&gt;The Artificial Intelligence (AI) major is an emerging interdisciplinary field that integrates knowledge from automation, computer science, electronic information, and mathematical statistics. The core aim is to cultivate talents who master the fundamental theories, methods, and technologies of AI, capable of designing intelligent systems and developing algorithms. Unlike traditional computer science programs, the AI major focuses more on enabling machines to simulate, extend, and enhance human intelligence, concentrating on three main areas: algorithms, data processing, and intelligent applications.&lt;/p&gt;&#xA;&lt;p&gt;Currently, over 600 universities in the country offer this major, with some enrolling by category and others through experimental classes. The subject requirements typically include physics and chemistry. Core courses cover machine learning, deep learning, natural language processing, and computer vision, with various universities adding specialized courses like AI in transportation or AI in healthcare based on their unique strengths.&lt;/p&gt;&#xA;&lt;h2 id=&#34;core-learning-directions-in-the-ai-major&#34;&gt;Core Learning Directions in the AI Major&#xA;&lt;/h2&gt;&lt;p&gt;Students in the AI major should not follow trends blindly; the core is divided into four directions to match different interests and industry demands:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Algorithm Development&lt;/strong&gt;: This direction focuses on designing and optimizing AI algorithms, requiring a solid foundation in mathematics (linear algebra, probability, statistics, etc.). Future emphasis will be on training and deploying algorithm models to meet high-end technical job demands.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Data Processing&lt;/strong&gt;: This area centers on data collection, cleaning, and analysis necessary for AI applications. It does not require deep knowledge of complex algorithms, making it suitable for learners who excel in data organization and logical analysis, with relatively friendly employment thresholds.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Intelligent Applications&lt;/strong&gt;: This direction emphasizes the practical application of AI technologies in specific scenarios (e.g., smart transportation, smart healthcare, robotics). It focuses on practical skills, catering to learners who prefer hands-on applications.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Theoretical Research&lt;/strong&gt;: This area explores the underlying logic of AI and cutting-edge technology, suitable for those interested in further studies and academic research, often leading to positions in research institutes or universities.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;employment-status-and-directions-for-ai-graduates&#34;&gt;Employment Status and Directions for AI Graduates&#xA;&lt;/h2&gt;&lt;p&gt;Industry research shows that the demand for AI talent continues to grow, with a yearly increase in job openings related to AI. There is a significant demand for high-skilled, interdisciplinary talents, with salaries notably higher than in traditional industries. During spring recruitment, AI positions even offered annual salaries exceeding one million. The core employment directions are divided into four categories:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Technical Positions&lt;/strong&gt;: Key roles include algorithm engineers, AI developers, and data analysts, responsible for algorithm design, model training, and intelligent system development. These positions require a strong professional foundation and practical skills, currently the most sought-after roles in the AI industry.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Application Positions&lt;/strong&gt;: This includes AI product managers, AI operations, and intelligent system maintenance roles, which do not require deep algorithm knowledge but focus on product design, implementation, and daily operations, suitable for those with weaker technical backgrounds but strong communication and operational skills.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Research Positions&lt;/strong&gt;: Primarily found in universities and research institutes, these roles focus on cutting-edge AI technology research and driving AI technology iterations, requiring a high academic level, mostly for those with graduate degrees or higher.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cross-disciplinary Positions&lt;/strong&gt;: With the advancement of the &amp;ldquo;AI+&amp;rdquo; initiative, AI is deeply integrated with industries such as finance, law, and healthcare, creating cross-disciplinary roles like AI+ insurance and AI+ law. Interdisciplinary talents are more competitive, and employment opportunities continue to expand.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;employment-misconceptions-and-considerations-for-ai-majors&#34;&gt;Employment Misconceptions and Considerations for AI Majors&#xA;&lt;/h2&gt;&lt;p&gt;Many people have misconceptions about employment in the AI field. Here are two common misunderstandings to help avoid risks and enhance content value:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Misconception 1&lt;/strong&gt;: AI major = high salary, no need for a solid foundation. In reality, AI technology evolves rapidly; merely grasping the basics makes it difficult to qualify for core positions. The market for lower-tier talents is already saturated, and high-paying jobs prioritize core competencies and practical experience.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Misconception 2&lt;/strong&gt;: The AI major is suitable for everyone. This major requires strong mathematical and logical thinking skills. If one is not proficient in science subjects, learning can be quite challenging. It is advisable to choose based on personal interests and foundational strengths.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;conclusion-and-interaction&#34;&gt;Conclusion and Interaction&#xA;&lt;/h2&gt;&lt;p&gt;In summary, the Artificial Intelligence (AI) major is a popular field aligned with the development of the times, characterized by interdisciplinary integration, broad employment opportunities, and significant growth potential. However, it also demands certain foundational knowledge and abilities from learners. Whether planning to enroll in the AI major or seeking to transition into AI-related work, it is essential to clarify personal directions and solidly build core competencies.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Integrating AI into Education: A Comprehensive Approach</title>
            <link>https://gameflycenter.com/posts/note-bfc95cc902/</link>
            <pubDate>Mon, 20 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-bfc95cc902/</guid>
            <description>&lt;h2 id=&#34;integrating-ai-into-education&#34;&gt;Integrating AI into Education&#xA;&lt;/h2&gt;&lt;p&gt;Artificial intelligence (AI) is profoundly changing the way knowledge is produced, disseminated, and applied, continuously reshaping the organizational logic, supply forms, and governance models in education. The core of &amp;ldquo;AI + Education&amp;rdquo; lies in two words: &amp;ldquo;integration&amp;rdquo; and &amp;ldquo;transformation.&amp;rdquo; Integration aims to establish a deep fusion of AI and education, allowing AI to enter the basic structure, chain, and space of educational operations. Transformation seeks to leverage AI as an engine for educational reform, driving systematic changes in school models, teaching methods, management systems, and support mechanisms. Specifically, the concepts of comprehensive elements, processes, and scenarios are the concrete manifestations of integration, while school management, teaching, and support form the practical focus of transformation.&lt;/p&gt;&#xA;&lt;h3 id=&#34;comprehensive-elements&#34;&gt;Comprehensive Elements&#xA;&lt;/h3&gt;&lt;p&gt;Comprehensive elements refer to the deep integration of AI into key educational components. Education is not a simple addition of individual segments but a complex system comprising students, teachers, environments, and more. The &amp;ldquo;AI + Education Action Plan&amp;rdquo; emphasizes AI&amp;rsquo;s empowering role at critical nodes such as teaching, learning, management, research, and internationalization. For teachers, it highlights the importance of enhancing digital literacy and intelligent application capabilities, enabling them to optimize teaching design, improve methods, and elevate professional standards. For students, it stresses the need for AI literacy education to enhance their learning abilities, thinking quality, and complex problem-solving skills. In terms of disciplines and research, it calls for adapting to changes in knowledge production methods, promoting interdisciplinary integration, dynamic adjustments of specialties, and innovative research paradigms. Thus, the emphasis on comprehensive elements is not merely about adding technology to existing educational structures but about fostering a deeper coupling between AI and key educational components, enhancing the adaptability, resilience, and innovation capacity of the educational system.&lt;/p&gt;&#xA;&lt;h3 id=&#34;comprehensive-processes&#34;&gt;Comprehensive Processes&#xA;&lt;/h3&gt;&lt;p&gt;Comprehensive processes mean that AI should permeate all stages and segments of educational development. The Action Plan outlines AI education across all educational stages and general education for society: in primary and secondary education, the focus is on popularizing AI literacy, solidifying digital literacy and cognitive foundations, helping students establish a basic understanding and correct attitude towards AI; in vocational education, the emphasis is on aligning with industry needs, promoting professional upgrades and skill restructuring, enhancing students&amp;rsquo; practical abilities in intelligent production, services, and management; in higher education, the focus is on strengthening basic research, interdisciplinary integration, and cultivating top innovative talents, making AI a crucial support for public foundational courses and interdisciplinary studies; and in lifelong education, the emphasis is on providing general education and skills training for all societal members, enhancing overall AI literacy and adaptability to technological changes. This forms a developmental pattern that connects from basic to professional education, from school to society. Furthermore, this connection is not merely a temporal extension but a systematic linkage of educational goals, curriculum content, training methods, and evaluation mechanisms. AI should not only enter every educational stage but also develop a progressive and spiraling training system according to the educational functions and developmental tasks of different stages.&lt;/p&gt;&#xA;&lt;h3 id=&#34;comprehensive-scenarios&#34;&gt;Comprehensive Scenarios&#xA;&lt;/h3&gt;&lt;p&gt;Comprehensive scenarios signify that AI applications in education must transcend traditional classroom and school boundaries, entering more open, complex, and collaborative educational spaces. With profound changes in learning methods, resource forms, and educational organization, educational activities increasingly occur in interactions among schools, families, society, online spaces, and blended environments. The Action Plan proposes building future classrooms, schools, learning centers, and training centers, promoting thematic learning scenarios, virtual simulation experiments, smart MOOCs, and collaborative applications of intelligent terminals. The core aim is to construct a new educational ecosystem with multidimensional interactions, allowing learning activities to unfold in more authentic, richer, and personalized scenarios. Comprehensive scenarios not only expand the application space of technology but also reconstruct educational organization and resource supply methods. Notably, the document specifically addresses rural schools, remote areas, special education groups, and social learners, indicating that AI educational applications are not solely for high-level schools and advantageous regions but have a clear inclusive orientation, aiming to lower the barriers to accessing quality educational resources through technological means and promote educational equity from opportunity to process and quality.&lt;/p&gt;&#xA;&lt;h3 id=&#34;practical-implementation&#34;&gt;Practical Implementation&#xA;&lt;/h3&gt;&lt;p&gt;From a practical perspective, promoting the integration of AI into education across comprehensive elements, processes, and scenarios essentially requires achieving deep transformations in four areas.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;School Models&lt;/strong&gt;: Transition from relatively closed, singular supply traditional schooling to open, shared, collaborative, and boundary-less intelligent schooling. AI does not merely bring minor adjustments to a teaching segment but profoundly reconstructs school organizational forms and resource supply systems. In the past, schools relied more on internal courses, teachers, and spaces. In the intelligent era, quality educational resources will flow in broader forms, linking courses, teachers, platforms, and industry resources over a wider range. Schools must shift from resource-occupying models to resource-integrating and platform-supporting models, fostering a resource supply pattern involving diverse participation from government, schools, enterprises, research institutions, and society. Especially in vocational and higher education, there should be further promotion of the integration of science and education, and industry and education, exploring new mechanisms for collaborative curriculum development, project co-construction, and talent co-cultivation, making school education more aligned with technological frontiers, industrial changes, and real-world problem contexts. AI is driving school models from clearly defined closed systems to open and shared ecosystems, essentially reconstructing school organizations and serving as a crucial breakthrough for educational reform.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Teaching Methods&lt;/strong&gt;: Shift from knowledge transmission to personalized learning, competency orientation, and human-machine collaborative education. In the intelligent era, the threshold for knowledge acquisition is significantly lowered, making traditional teaching methods focused solely on knowledge points and standardized answer training inadequate for future talent requirements. The focus of education must shift from knowledge transmission to competency cultivation, from uniform pacing to tailored instruction and individual development. AI can provide more precise learning support through learning situation analysis, path recommendations, and process evaluations, creating conditions for teachers to implement differentiated teaching and precise education. Future classrooms should emphasize problem-based learning (PBL) and project-based learning, promoting the triadic collaboration of teachers, machines, and students, facilitating students&amp;rsquo; learning, exploration, cooperation, and creation in real tasks and complex situations, while focusing on cultivating students&amp;rsquo; judgment, deep questioning, and innovative reconstruction abilities. AI can take on repetitive and procedural tasks but cannot replace teachers&amp;rsquo; core roles in value guidance, emotional support, ethical judgment, and character development. Therefore, the transformation of teaching methods must closely integrate the construction of future teachers and future classrooms, encouraging teachers to shift from knowledge transmitters to learning designers, growth facilitators, and innovation guides.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Management Systems&lt;/strong&gt;: Transition from hierarchical, experience-based, and relatively extensive traditional management to flat, agile, data-driven, and precise decision-making modern governance. For a long time, educational management in many scenarios has relied heavily on experiential judgment, static statistics, and segmented management, often facing challenges such as insufficient responsiveness, lack of smooth collaboration, and imprecise resource allocation. The introduction of AI provides important conditions for reconstructing educational governance processes. The Action Plan uses an intelligent educational brain to drive reforms in talent supply and demand, examination evaluation, employment services, and safety warnings, promoting governance from fragmentation to integration, from experience-driven to data-driven, and from reactive to proactive analysis. Future schools should not only have more technical equipment and richer application scenarios but also possess more scientific governance structures, efficient management operations, and precise decision-making mechanisms. Through intelligent analysis and decision support, schools and educational administrative departments can better grasp student development patterns, optimize resource allocation, adjust professional structures, and enhance management efficiency, pushing management systems towards a flatter, more agile, and collaborative direction. However, humans will always be the main body of governance, and it is essential to maintain that technology aids decision-making while responsibility ultimately lies with people, ensuring educational equity, adherence to educational laws, and ethical boundaries while enhancing governance capabilities.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Support Mechanisms&lt;/strong&gt;: Transition from decentralized construction, partial support, and element stacking to systematic support through institutional coordination, standard guidance, platform integration, and collaborative innovation. The deep integration of AI into education requires a complete support system covering policies, standards, infrastructure, teacher training, research support, safety governance, and ecological collaboration. On one hand, it is necessary to strengthen the construction of new educational infrastructure, such as computing power, data, platforms, and models, and to improve data governance, algorithm standards, privacy protection, content safety, and risk prevention mechanisms to provide a reliable foundation for educational intelligence. On the other hand, the development of the teaching workforce must be prioritized, enhancing teachers&amp;rsquo; abilities to harness intelligent tools, optimize teaching processes, and implement human-machine collaborative education in light of the new roles and missions assigned by AI. Additionally, collaboration among universities, research institutions, government, enterprises, and schools must be strengthened to form a multi-party supported UGBS collaborative innovation model, creating synergy in basic research, technology development, scenario implementation, and evaluation reform. Only through coordinated efforts in institutional, resource, teacher, and innovation ecological support can the integration of &amp;ldquo;AI + Education&amp;rdquo; move from pilot exploration to large-scale application and from technology being usable to being effectively utilized in education.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;</description>
        </item><item>
            <title>Is ChatGPT Useful? A 2026 Real-World Evaluation</title>
            <link>https://gameflycenter.com/posts/note-42a27729ea/</link>
            <pubDate>Mon, 20 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-42a27729ea/</guid>
            <description>&lt;h2 id=&#34;is-chatgpt-useful-a-2026-real-world-evaluation&#34;&gt;Is ChatGPT Useful? A 2026 Real-World Evaluation&#xA;&lt;/h2&gt;&lt;p&gt;KULAAI (t.kulaai.cn) serves as a recommended AI tool platform for those looking to compare different AI tools quickly.&lt;/p&gt;&#xA;&lt;p&gt;In the past two years, the question surrounding ChatGPT has shifted from &amp;ldquo;Can it be used?&amp;rdquo; to &amp;ldquo;What problems can it solve for you?&amp;rdquo; By 2026, it has evolved from a mere chatbot to a more versatile tool resembling a &amp;ldquo;universal work interface.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;If you only need it for occasional Q&amp;amp;A or to write a few lines, it remains effective. However, when integrated into daily workflows for tasks like searching, organizing, rewriting, and analyzing, its value becomes more apparent.&lt;/p&gt;&#xA;&lt;h3 id=&#34;conclusion&#34;&gt;Conclusion&#xA;&lt;/h3&gt;&lt;p&gt;In conclusion, ChatGPT is still useful, but it is no longer the only solution available. Its strengths lie in providing a comprehensive experience, quick responses, and suitability for high-frequency tasks. However, its shortcomings regarding information reliability, stability in complex tasks, and localized understanding in Chinese contexts are becoming clearer.&lt;/p&gt;&#xA;&lt;p&gt;Many first-time users of ChatGPT find it fast and user-friendly. There’s no need to learn complex operations or configure numerous parameters; you simply state your needs to get results. This is particularly beneficial for writing emails, outlining, revising titles, summarizing meeting notes, and generating table frameworks.&lt;/p&gt;&#xA;&lt;p&gt;For those in content creation, operations, or product roles, it can save significant time. However, issues arise in real work scenarios. The most common problem is that it may present information that sounds plausible but contains logical flaws upon closer inspection. This is especially true for high-risk content involving policies, industry data, law, healthcare, and finance, where conclusions should not be taken at face value.&lt;/p&gt;&#xA;&lt;p&gt;ChatGPT can help organize thoughts but cannot make final judgments. This aligns with the consensus among many users in 2026: it is suitable as a co-pilot but not as an autopilot.&lt;/p&gt;&#xA;&lt;h3 id=&#34;user-experience&#34;&gt;User Experience&#xA;&lt;/h3&gt;&lt;p&gt;From a user experience perspective, ChatGPT&amp;rsquo;s greatest strength remains its versatility. When given a vague request, it can usually break down tasks clearly. For example, if you ask it to write a user forum-style article, it will automatically supplement the structure, tone, and paragraph logic. If you request a transformation of content into an industry analysis style, it can swiftly switch to a different expression.&lt;/p&gt;&#xA;&lt;p&gt;This adaptability is something many tools struggle to achieve. However, user expectations for AI have changed compared to previous years. Users previously sought tools that could &amp;ldquo;write.&amp;rdquo; Now, they desire tools that can &amp;ldquo;write accurately, handle requests well, and avoid fabrications.&amp;rdquo; In this regard, ChatGPT faces increased pressure as more models are emerging with enhanced reasoning capabilities, longer context handling, specialized Q&amp;amp;A, and online retrieval, creating a stronger differentiation in the market.&lt;/p&gt;&#xA;&lt;p&gt;From an industry perspective, ChatGPT&amp;rsquo;s positioning in 2026 is clear: it is not the single strongest tool but remains one of the most stable in terms of overall experience. This means it is suitable for most average users and many light to moderate professional scenarios. However, for highly specialized needs, such as code review, generating long Chinese texts, academic research, or enterprise knowledge base Q&amp;amp;A, relying solely on it may not be the most efficient choice.&lt;/p&gt;&#xA;&lt;p&gt;Another noticeable change is that users are increasingly reluctant to be tied to a single model. Previously, it was common to say, &amp;ldquo;I only use this one.&amp;rdquo; Now, it feels more like, &amp;ldquo;I switch models based on the task.&amp;rdquo; One model for writing, another for reasoning, a different one for research, and yet another for creating charts. In this trend, ChatGPT&amp;rsquo;s value appears more like a &amp;ldquo;main entry point&amp;rdquo; rather than a singular tool. It has accustomed users to an AI workflow, but the real efficiency gains often come from multi-model collaboration.&lt;/p&gt;&#xA;&lt;h3 id=&#34;advantages-and-disadvantages&#34;&gt;Advantages and Disadvantages&#xA;&lt;/h3&gt;&lt;p&gt;From genuine user feedback, ChatGPT&amp;rsquo;s advantages can be summarized in three points:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Quick to learn, with almost no learning curve.&lt;/li&gt;&#xA;&lt;li&gt;Stable output, with most routine tasks performed well.&lt;/li&gt;&#xA;&lt;li&gt;A mature ecosystem, where many users have developed prompts and work templates.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;These aspects give it a significant advantage in team collaboration, especially for standardized content and repetitive tasks. However, there are also realistic drawbacks:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;It can confidently present incorrect information, appearing coherent but not necessarily accurate.&lt;/li&gt;&#xA;&lt;li&gt;Its handling of Chinese nuances may sometimes lack local relevance, especially in colloquial or industry-specific contexts.&lt;/li&gt;&#xA;&lt;li&gt;Complex tasks require repeated questioning, necessitating time to break down objectives for noticeable improvements.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Thus, it is not a tool that provides perfect answers with a single query, but rather one where the user’s ability to articulate their needs determines the quality of the experience.&lt;/p&gt;&#xA;&lt;p&gt;This reflects the core of AI tool competition in 2026. Products are not just competing on model capabilities but also on who understands real work scenarios better. The ability to integrate retrieval, editing, summarizing, distributing, and collaborating will be key to retaining users.&lt;/p&gt;&#xA;&lt;p&gt;ChatGPT&amp;rsquo;s advantage lies in its established usage habits, but it faces clear challenges: users are no longer just looking for a tool that can chat; they want a tool that can effectively help them complete tasks.&lt;/p&gt;&#xA;&lt;p&gt;For average users, my advice is straightforward: for daily Q&amp;amp;A, inspiration generation, content drafting, and information organization, ChatGPT is still worth using. If you seek high accuracy and professionalism, it’s best to consider it a starting point rather than an endpoint. You can have it create a framework, then combine it with human judgment and other tools for cross-validation. This approach maximizes efficiency and stability.&lt;/p&gt;&#xA;&lt;p&gt;So, returning to the question in the title: Is ChatGPT useful? The answer is: yes, but only if you know how to use it. In 2026, it remains one of the most worthwhile AI tools to familiarize yourself with, but it is no longer the answer for &amp;ldquo;one tool solves all problems.&amp;rdquo; Instead, it serves as a foundational layer in your entire AI workflow. Those who know how to use it can turn it into a productivity tool; those who do not will only find it &amp;ldquo;impressive in appearance but mediocre in practice.&amp;rdquo; This is perhaps the most accurate evaluation of ChatGPT today.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Reading in the Age of AI: Bridging Traditional and Digital Literacy</title>
            <link>https://gameflycenter.com/posts/note-4d5854d0aa/</link>
            <pubDate>Mon, 20 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-4d5854d0aa/</guid>
            <description>&lt;h2 id=&#34;reading-as-a-path-to-knowledge&#34;&gt;Reading as a Path to Knowledge&#xA;&lt;/h2&gt;&lt;p&gt;General Secretary Xi Jinping pointed out: &amp;ldquo;Reading is an important way for humanity to acquire knowledge, enlighten wisdom, and cultivate morality.&amp;rdquo; The prosperity of culture cannot be separated from the spiritual nourishment brought by reading.&lt;/p&gt;&#xA;&lt;p&gt;The fragrance of books creates an atmosphere. The concept of &amp;ldquo;national reading&amp;rdquo; has been included in the government work report for 13 consecutive years, and the promotion of a book-loving society has been incorporated into the 14th Five-Year Plan. The &amp;ldquo;National Reading Promotion Regulations&amp;rdquo; officially took effect on February 1 this year, marking the first nationwide &amp;ldquo;National Reading Activity Week.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;In the digital age, with the fast pace of society, it is not easy to sit down and read a book patiently. Today, AI (artificial intelligence), with its instantaneous, massive, and interactive characteristics, has greatly expanded the breadth of information access. From &amp;ldquo;one book in hand&amp;rdquo; to &amp;ldquo;one screen with thousands of volumes,&amp;rdquo; what new changes in reading have emerged in the AI era? To preserve our core values and literacy, how can we better integrate digital reading with traditional reading? In this special report, we invite teachers, writers, scholars, and bloggers to discuss &amp;ldquo;how to build our reading &amp;rsquo;large model&amp;rsquo; in the age of artificial intelligence,&amp;rdquo; hoping for the whole society to engage in reading and foster a rich atmosphere of love for reading, reading well, and reading wisely.&lt;/p&gt;&#xA;&lt;h2 id=&#34;reading-a-daily-habit-and-a-life-changing-journey&#34;&gt;Reading: A Daily Habit and a Life-Changing Journey&#xA;&lt;/h2&gt;&lt;p&gt;I have always believed that reading is both a daily routine and a significant aspect of life.&lt;/p&gt;&#xA;&lt;p&gt;In the morning, the sound of reading awakens the valley; at night, the light reflects off the pages of books. This is the daily life of the girls at Huaping High School. Through the window of reading, children can &amp;ldquo;see&amp;rdquo;: the waves of history, the brilliance of culture, the light of hope, and the countless possibilities of life.&lt;/p&gt;&#xA;&lt;p&gt;Some may argue that with the internet being so developed, we can find any information online, so do we still need to read?&lt;/p&gt;&#xA;&lt;p&gt;In reality, life does not come with ready-made answers. The internet can quickly provide responses, but it cannot teach children self-reliance, inner resilience, or the strength to confront fate. The answers to life must be accumulated through reading, thinking, and acting.&lt;/p&gt;&#xA;&lt;p&gt;After teaching for many years, I increasingly feel that many children lack not only book knowledge but also opportunities, vision, and a belief: a belief that they can step outside, change their own and their families&amp;rsquo; destinies.&lt;/p&gt;&#xA;&lt;p&gt;Reading can &amp;ldquo;establish the heart.&amp;rdquo; Once the heart is established, one can face the unknown and walk forward fearlessly. Every page read today accumulates confidence for tomorrow. This confidence may not be loud but is a quiet strength that gives you the assurance of &amp;ldquo;I am a mountain&amp;rdquo; and understanding of why to learn and where to go.&lt;/p&gt;&#xA;&lt;p&gt;Reading can also &amp;ldquo;secure the self.&amp;rdquo; It teaches one not to bow to suffering or give up, allowing individuals to stand firm in society. Even when in a low valley, one can gaze at a starry sky within. The books read may not immediately translate into scores or wealth, but they settle in one’s gaze, speech, and courage in decision-making.&lt;/p&gt;&#xA;&lt;p&gt;I know that many children in the mountains are waiting for a book that can ignite their hopes, perhaps a copy of &amp;ldquo;Three Hundred Tang Poems&amp;rdquo; or &amp;ldquo;One Hundred Thousand Whys.&amp;rdquo; The mountains may temporarily block their paths, but the fragrance of books can transcend them.&lt;/p&gt;&#xA;&lt;p&gt;In recent years, I have seen many reading spaces emerge in rural areas. For children in the mountains, every opportunity to encounter a good book is not just an embellishment but a timely assistance.&lt;/p&gt;&#xA;&lt;p&gt;A book can traverse mountains and change a child&amp;rsquo;s destiny; a reading room rooted in the countryside can illuminate the spiritual homes of generations. As more attention is directed to the depths of the mountains, and more good books traverse winding paths, the turning of pages opens up horizons, allowing children to escape their limited lives and encounter a broader world.&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;The fragrance of books is an atmosphere&amp;rdquo;—this is not just a slogan but is built up bit by bit through books, reading rooms, and people willing to read with children. May the abundant fragrance of books lead children from the mountains to distant places. May every child have the mountains and rivers in their hearts and light in their eyes.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-need-for-deep-reading-without-screens&#34;&gt;The Need for Deep Reading Without Screens&#xA;&lt;/h2&gt;&lt;p&gt;I recall an incident. During the Spring Festival in 1975, at the age of 11, I found a book in the firewood pile at a relative&amp;rsquo;s house. The back cover and the last several pages had been torn off and used as kindling. Despite its damaged state, I was captivated and read it even during meals. My relative, seeing my enthusiasm, generously gave it to me. Later, I learned it was a novel titled &amp;ldquo;Snow in the Forest.&amp;rdquo; This was the only extracurricular book I had before high school, and I read it repeatedly, as if exploring a dazzling new world. Before reading this book, I thought our village was the world, and everyone lived like us. I believed I would work like my parents, rising with the sun and resting at sunset, living the same life forever. It was only after reading this book that I discovered I had an &amp;ldquo;inner self,&amp;rdquo; illuminated and expanded by this book, giving me dreams and a sense of direction.&lt;/p&gt;&#xA;&lt;p&gt;The ancients said, &amp;ldquo;Opening a book is beneficial.&amp;rdquo; However, with the rapid advancement of technologies such as television, the internet, and AI, the presence of reading in our lives seems to be diminishing.&lt;/p&gt;&#xA;&lt;p&gt;I think of another event. In 1885, Karl Benz invented the first single-cylinder gasoline engine car, known as &amp;ldquo;Benz No. 1,&amp;rdquo; which is recognized as the birth of the modern automobile. Year after year, the expansion of automobiles spread across the earth like lichen and fungi, with roads reaching the ends of the earth and the corners of the sea. This is a tremendous gift of technology to humanity, making the world feel smaller, and everyone became &amp;ldquo;swift-footed&amp;rdquo; and &amp;ldquo;strong as Hercules.&amp;rdquo; Today, we fully experience the progress of technology, as many people use cars for transportation. While it may not need verification, I can confidently assert that many runners today are not running because they lack wheels to carry them but because they have relied too much on wheels, leading to health issues. This may be something humanity did not anticipate when inventing the automobile. Today, there are so many runners because there are so many cars. Humans are not racing against cars for speed but are running to regain the &amp;ldquo;steering wheel&amp;rdquo; of health.&lt;/p&gt;&#xA;&lt;p&gt;I believe that today&amp;rsquo;s AI may be akin to yesterday&amp;rsquo;s automobile; the &amp;ldquo;feeding&amp;rdquo; style of information output may lead to a &amp;ldquo;hollow mind.&amp;rdquo; One day, we may have to &amp;ldquo;mend the sheep after it has bolted,&amp;rdquo; like the many who abandon their cars to run, deliberately disconnecting from screens and electricity, and picking up paper books to chew on and deeply read. Perhaps there is a young person who, like me half a century ago, will inadvertently discover their dormant inner self in a book, igniting their dreams. Therefore, I advocate setting aside time for &amp;ldquo;deep reading without screens&amp;rdquo; to ensure we maintain the ability to appreciate words, experience emotions, think deeply, and engage with high-level content. Advocating and building &amp;ldquo;deep reading without screens&amp;rdquo; is not about rejecting technology but about better mastering it; it is not about returning to the past but about moving towards the future more clearly and proactively.&lt;/p&gt;&#xA;&lt;h2 id=&#34;information-acquisition-does-not-equal-understanding-the-world&#34;&gt;Information Acquisition Does Not Equal Understanding the World&#xA;&lt;/h2&gt;&lt;p&gt;In today&amp;rsquo;s rapidly developing AI landscape, humanity&amp;rsquo;s ability to acquire information has reached unprecedented heights. However, a more critical question arises: when &amp;ldquo;knowing&amp;rdquo; becomes so easy, do we truly &amp;ldquo;understand&amp;rdquo; the world?&lt;/p&gt;&#xA;&lt;p&gt;To answer this question, we must clearly distinguish between the two capabilities of reading—information acquisition and understanding construction. The former relies on technology and can be accelerated continuously, aiming to obtain answers; the latter depends on the individual and must be achieved through thinking and repeated contemplation. The former addresses &amp;ldquo;what is,&amp;rdquo; while the latter responds to &amp;ldquo;why&amp;rdquo; and &amp;ldquo;what it means.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;In an environment rich in information, people increasingly confuse &amp;ldquo;information acquisition&amp;rdquo; with &amp;ldquo;completing understanding,&amp;rdquo; mistaking &amp;ldquo;mastering conclusions&amp;rdquo; for &amp;ldquo;mastering problems.&amp;rdquo; This cognitive misalignment shifts reading from a process of generating meaning to a process of receiving results. On the surface, humanity seems to possess more information than ever, but at a deeper level, the ability to understand is gradually being weakened. It can be said that the reading issue in the AI era is no longer about &amp;ldquo;how much one reads&amp;rdquo; but rather &amp;ldquo;how deeply one understands.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Consequently, the task of reading has also changed: it is no longer merely about acquiring knowledge but about constructing understanding and judgment.&lt;/p&gt;&#xA;&lt;p&gt;How should we read in the AI era? We can approach this from two aspects: &amp;ldquo;fast variables&amp;rdquo; and &amp;ldquo;slow variables.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;Fast variables&amp;rdquo; refer to using AI tools for information acquisition. Whether through intelligent Q&amp;amp;A, knowledge summaries, or multimodal content presentation, AI can help readers quickly enter unfamiliar fields and grasp basic frameworks. This method greatly expands cognitive boundaries, allowing individuals to cross disciplines and rapidly connect different knowledge domains.&lt;/p&gt;&#xA;&lt;p&gt;However, &amp;ldquo;fast variables&amp;rdquo; can only provide an &amp;ldquo;entrance&amp;rdquo; and cannot replace &amp;ldquo;depth.&amp;rdquo; What truly determines the depth of understanding is &amp;ldquo;slow variable&amp;rdquo; reading. This includes careful reading of classic texts, patiently following lengthy discussions, and continuously contemplating complex issues. Unlike &amp;ldquo;fast variable&amp;rdquo; information, &amp;ldquo;slow variable&amp;rdquo; reading does not pursue speed; it emphasizes the process: repeated reading and constant revision. In this process, readers do not merely receive information but form their own understanding framework through interaction with the text.&lt;/p&gt;&#xA;&lt;p&gt;Effective reading in the AI era is not about choosing between fast and slow but forming an integrated relationship: using &amp;ldquo;fast variables&amp;rdquo; to open up perspectives and &amp;ldquo;slow variables&amp;rdquo; to achieve understanding.&lt;/p&gt;&#xA;&lt;p&gt;In the long run, reading ability will also present new differentiation trends in the AI era. Those who can efficiently acquire information will no longer be scarce; however, those who can form deep understanding amidst complex information will become increasingly important. In other words, the future&amp;rsquo;s distinction will not lie in who &amp;ldquo;knows more&amp;rdquo; but in who &amp;ldquo;understands more deeply.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;This also means that the value of reading will undergo profound shifts: from accumulating knowledge to training thinking; from possessing information to generating meaning. Technology can continuously lower the threshold for acquiring knowledge but cannot replace human understanding of the world.&lt;/p&gt;&#xA;&lt;p&gt;In the face of an increasingly complex reality, only through structured reading can we maintain clear judgment amidst the flood of information. Therefore, in the AI era, we need to reaffirm a seemingly simple yet increasingly important fact—&amp;ldquo;information acquisition&amp;rdquo; does not equal &amp;ldquo;understanding the world,&amp;rdquo; and reading is the essential path to understanding.&lt;/p&gt;&#xA;&lt;h2 id=&#34;ai-as-my-reading-companion&#34;&gt;AI as My Reading Companion&#xA;&lt;/h2&gt;&lt;p&gt;Many people comment after reading &amp;ldquo;Half an Hour Comic History of China&amp;rdquo;: &amp;ldquo;So history can be so interesting.&amp;rdquo; Behind the three words &amp;ldquo;so interesting&amp;rdquo; lies a stack of historical monographs I have read.&lt;/p&gt;&#xA;&lt;p&gt;Before telling the stories of each dynasty, I first read general histories like &amp;ldquo;General History of China&amp;rdquo; and &amp;ldquo;Outline of National History&amp;rdquo; as a foundation, then consulted numerous historical books to fill in the details, and finally continuously reviewed to ensure there were no knowledge gaps.&lt;/p&gt;&#xA;&lt;p&gt;For content creators, can the lengthy process of knowledge accumulation be aided by AI?&lt;/p&gt;&#xA;&lt;p&gt;I must admit that my frequency of using AI tools to assist with reading has increased significantly in the past two years. Previously, when reading an economics monograph and encountering unfamiliar concepts, I would spend half a day searching for information and flipping through annotations. Now, relying on AI, I can quickly build a knowledge framework and clear cognitive blind spots.&lt;/p&gt;&#xA;&lt;p&gt;Today, with the fast pace of work and life, digital reading, fragmented reading, and AI-assisted reading are becoming increasingly common. Many people wonder: since AI can quickly provide answers, is reading still useful? Some even rely solely on AI for information, gradually losing the patience for deep reading.&lt;/p&gt;&#xA;&lt;p&gt;Regarding reading in the AI era, I hold this principle: AI is my reading companion, but it is merely a crutch, not a leg. Efficient reading tools can quickly filter information but cannot achieve true understanding. Understanding requires deep thinking and articulating knowledge in one’s own words, a process that still relies on personal reading to establish a connection with the text. AI provides answers, while reading provides a way of thinking. An answer can solve a problem, but a way of thinking can solve hundreds or thousands of problems.&lt;/p&gt;&#xA;&lt;p&gt;Initially, I used comics to explain history and economics, and there were always doubts: does comic popularization significantly lower the threshold for acquiring knowledge, leading readers to abandon original texts?&lt;/p&gt;&#xA;&lt;p&gt;In fact, the opposite is true. Many readers tell me that after reading &amp;ldquo;Half an Hour Comic History of China,&amp;rdquo; they want to read &amp;ldquo;Records of the Grand Historian.&amp;rdquo; This indicates that comics are an entry point, not the destination. They ignite curiosity and lead people to deep reading. Similarly, someone who quickly searches for information using AI will, if truly intrigued by a question, go on to read books and seek the more magnificent world behind that question.&lt;/p&gt;&#xA;&lt;p&gt;In dealing with the challenges posed by AI, how should we respond to reading? I believe that adjusting reading structures and broadening reading perspectives may be key to solving the problem.&lt;/p&gt;&#xA;&lt;p&gt;AI excels in specialization and verticality, while the most valuable aspect of humans is their cross-disciplinary insight. The more one reads, the more three-dimensional the world becomes, and the stronger the cross-disciplinary insight. Knowledge is always interconnected; the broader the reading, the greater the likelihood of drawing parallels.&lt;/p&gt;&#xA;&lt;p&gt;Perhaps we do not need to view AI as a simple reading tool or a potential threat, but rather as an opportunity to establish a good interactive relationship with AI, creating new reading experiences. On one hand, we can use AI to alleviate reading pain points and improve efficiency; on the other hand, we must preserve the original intention of deep reading, exercising our thinking and accumulating knowledge, achieving a dual pursuit of efficient reading and personal growth, allowing every reading experience to nourish the soul and enhance the self.&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-the-brain-trains-itself-to-read&#34;&gt;How the Brain Trains Itself to Read&#xA;&lt;/h2&gt;&lt;p&gt;We often assume reading is the most natural thing, as if the brain is born with the ability to recognize words. In reality, the brain capable of reading is a product of postnatal training.&lt;/p&gt;&#xA;&lt;p&gt;When you read the above text, a region deep in the left hemisphere of your brain is busy recognizing the characters. This area, known as the visual word form area, is responsible for quickly recognizing the combinations of strokes as words and transmitting them to the adjacent temporal lobe language area, which maps them to sounds.&lt;/p&gt;&#xA;&lt;p&gt;Indeed, although you are silently reading this text, there is a voice in your brain. You may remember your experience of learning to read, where you had to point at the words and read them aloud. This technique is very helpful for our reading training. Even as a mature reader, the brain retains the skill of extracting phonetic information learned during initial reading.&lt;/p&gt;&#xA;&lt;p&gt;This is because the emergence of written language is relatively recent in human evolution. Humans have created written language for only a few thousand years, and our genes have not had time to evolve a dedicated mechanism for recognizing and understanding it. The brain has adopted a strategy of reusing neurons, utilizing existing visual pathways to train a set of reading skills.&lt;/p&gt;&#xA;&lt;p&gt;As reading volume increases, cognitive abilities in the brain also enhance, and thinking becomes more efficient. Proficient readers have a highly automated processing mode operating within their brains. The stronger the reading ability, the more active the visual word form area in the left hemisphere becomes. Research has shown that the activation level of this area correlates closely with reading ability, far surpassing the natural maturation that comes with age. Studies contrasting literate and illiterate individuals also indicate that educated brains occupy significantly more resources in the left hemisphere. All this evidence points to one conclusion: reading is not a skill that naturally develops with age; it requires specialized training.&lt;/p&gt;&#xA;&lt;p&gt;Today, AI permeates our lives at an unprecedented speed, summarizing texts and extracting information for us. In the future, will people be able to rely on AI to acquire mature reading skills without long-term accumulation?&lt;/p&gt;&#xA;&lt;p&gt;Research in brain science tells us that the brain&amp;rsquo;s neuroplasticity follows the principle of &amp;ldquo;use it or lose it.&amp;rdquo; AI can indeed help us quickly extract information, but can the brain receive training of equal intensity to complete these tasks independently? Although direct evidence of brain science regarding AI-assisted reading is currently lacking, a four-month controlled experiment at MIT involving 54 participants found that those relying on generative AI for writing tasks exhibited significantly weaker neural connectivity in brain regions compared to those who engaged in independent thinking or used traditional search engines, and they struggled to recount what they had just written. This finding, although derived from a writing context, warns us that over-reliance on AI shortcuts may weaken the brain&amp;rsquo;s ability to process texts.&lt;/p&gt;&#xA;&lt;p&gt;The future is here, but the essence of reading remains unchanged. When we hold intelligent tools, we must also maintain ownership of our thinking. Because true reading always occurs deep within our brains.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Gaode Unveils ABot: The World&#39;s First Full-Stack Embodied Technology System for AGI</title>
            <link>https://gameflycenter.com/posts/note-c738594c08/</link>
            <pubDate>Sun, 19 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-c738594c08/</guid>
            <description>&lt;h2 id=&#34;gaode-unveils-abot-the-worlds-first-full-stack-embodied-technology-system-for-agi&#34;&gt;Gaode Unveils ABot: The World&amp;rsquo;s First Full-Stack Embodied Technology System for AGI&#xA;&lt;/h2&gt;&lt;p&gt;On April 19, 2026, at the Beijing Yizhuang Robot Half Marathon, Gaode, a subsidiary of Alibaba, officially unveiled the world&amp;rsquo;s first fully autonomous embodied robot, &amp;ldquo;Gaode Tutu.&amp;rdquo; This quadrupedal robot successfully assisted visually impaired individuals in navigating complex obstacles and crowds, bridging the technological gap between laboratory settings and open environments.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 11&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;426px&#34; data-flex-grow=&#34;177&#34; height=&#34;964&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-c738594c08/img-983538bdf3.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-c738594c08/img-983538bdf3_hu_6cfbdea0aafd9fab.jpeg 800w, https://gameflycenter.com/posts/note-c738594c08/img-983538bdf3_hu_899f83618d8ac6a1.jpeg 1600w, https://gameflycenter.com/posts/note-c738594c08/img-983538bdf3.jpeg 1713w&#34; width=&#34;1713&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The foundational technology enabling Tutu to handle demanding scenarios such as guiding the visually impaired is Gaode&amp;rsquo;s newly released ABot full-stack embodied technology system. This system efficiently transforms Gaode&amp;rsquo;s accumulated spatial intelligence assets into core training resources for embodied systems, based on thousands of real-world scenarios and millions of multimodal Clip data, making it the first full-stack embodied technology system aimed at AGI globally.&lt;/p&gt;&#xA;&lt;h3 id=&#34;abot-system-three-layer-flywheel-design-for-continuous-evolution-of-embodied-intelligence&#34;&gt;ABot System: Three-Layer Flywheel Design for Continuous Evolution of Embodied Intelligence&#xA;&lt;/h3&gt;&lt;p&gt;The ABot system employs a closed-loop flywheel design encompassing three layers: data, model, and application. Its architecture is not merely a simple stack but deeply interlinked, functioning as a unified system where &amp;ldquo;data drives models, models serve applications, and applications feedback into data.&amp;rdquo; This approach effectively addresses three major industry bottlenecks: data scarcity, simulation gaps, and skill generalization, forming a complete self-evolving loop.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 12&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;459px&#34; data-flex-grow=&#34;191&#34; height=&#34;1486&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-c738594c08/img-083e79108b.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-c738594c08/img-083e79108b_hu_540ad0076a42c8f1.jpeg 800w, https://gameflycenter.com/posts/note-c738594c08/img-083e79108b_hu_b1ca4811645772b6.jpeg 1600w, https://gameflycenter.com/posts/note-c738594c08/img-083e79108b_hu_6628f88aa0e47b9b.jpeg 2400w, https://gameflycenter.com/posts/note-c738594c08/img-083e79108b.jpeg 2844w&#34; width=&#34;2844&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Data serves as the core &amp;ldquo;fuel&amp;rdquo; for embodied intelligence, directly determining its generalization capabilities. Unlike large language models, traditional real-world data collection is difficult to scale and incurs exponentially rising costs.&lt;/p&gt;&#xA;&lt;p&gt;As the core of the data layer, ABot-World synthesizes four types of training data—Video, Depth, Point Cloud, and Trajectory—in bulk, combined with a Reinforcement Learning Training Engine that defines rewards and penalties in virtual environments, allowing for iterative learning. The model uses high-fidelity simulations to replace costly real-world data collection, fundamentally bridging the Sim-to-Real gap and compressing data costs by several orders of magnitude.&lt;/p&gt;&#xA;&lt;p&gt;The model layer focuses on the generality of embodied operations and long-range navigation, with ABot-M responsible for operations and ABot-N for navigation. These two models are trained separately and can be combined through a Model Skill mechanism to accomplish complex long-range tasks.&lt;/p&gt;&#xA;&lt;p&gt;The application layer centers around the embodied version of &amp;ldquo;Lobster,&amp;rdquo; ABot-Claw, which unifies heterogeneous robots under a shared cognitive framework, creating an &amp;ldquo;execution hub&amp;rdquo; with scheduling, memory, hierarchical control, and social alignment capabilities to address challenges like long-range task loops and knowledge sharing.&lt;/p&gt;&#xA;&lt;p&gt;The design logic of the ABot system directly follows Gaode&amp;rsquo;s spatial intelligence flywheel: leveraging nearly a billion monthly active scenarios to generate massive spatiotemporal data and real-time feedback, the algorithms continuously iterate in a closed loop, deepening the model&amp;rsquo;s understanding of the physical world. The flywheel evolves daily in real-world settings, fundamentally defining Gaode&amp;rsquo;s systematic advantages: relying not on singular technological breakthroughs but on the continuous operation of the flywheel in real scenarios.&lt;/p&gt;&#xA;&lt;h3 id=&#34;abot-world-leading-in-physical-compliance-action-controllability-and-zero-shot-generalization&#34;&gt;ABot-World: Leading in Physical Compliance, Action Controllability, and Zero-Shot Generalization&#xA;&lt;/h3&gt;&lt;p&gt;While mainstream world models still struggle with &amp;ldquo;visual illusions&amp;rdquo; and disconnections in dynamics, ABot-World has made significant breakthroughs, becoming the first globally to deeply embed physical laws into a differentiable and evolvable dynamics engine throughout the generation process. As the foundational simulation base of the ABot system, it directly determines the physical consistency and generalization limits of upper-layer models, enabling a complete closed loop from &amp;ldquo;virtual training to real deployment.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 13&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;699px&#34; data-flex-grow=&#34;291&#34; height=&#34;604&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-c738594c08/img-f06c574828.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-c738594c08/img-f06c574828_hu_9fbc48266bbdcf8e.jpeg 800w, https://gameflycenter.com/posts/note-c738594c08/img-f06c574828_hu_5d422fb0f00c4a6d.jpeg 1600w, https://gameflycenter.com/posts/note-c738594c08/img-f06c574828.jpeg 1760w&#34; width=&#34;1760&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Architecturally, ABot-World is designed specifically for embodied intelligence with a 14B DiT architecture, generating future state sequences that conform to spatiotemporal dynamics from observations and actions as inputs. It leverages millions of real data points and multi-level sampling governance to break through the constraints of single-task generalization.&lt;/p&gt;&#xA;&lt;p&gt;In scene construction, the 3DGS cold-start spatial base targets sparse inputs from mobile photography and aerial mapping, transforming low-quality videos into high-quality 3D scenes through an automated process of &amp;ldquo;rough modeling, high-fidelity restoration, and distillation loops,&amp;rdquo; significantly lowering data costs.&lt;/p&gt;&#xA;&lt;p&gt;In training, the model introduces a Diffusion-DPO physical preference alignment framework, generating a list of physical rules via VLM and independently discerning them to create good and bad sample pairs, driving the model to actively suppress behaviors that violate physical laws. The integration of Lagrangian dynamics with 3DGS reconstruction ensures that each frame is a differentiable physical snapshot containing attributes like mass, friction, and contact forces.&lt;/p&gt;&#xA;&lt;p&gt;Additionally, ABot-World has established a parallel architecture of &amp;ldquo;training + data&amp;rdquo; dual engines, achieving model self-evolution. Relying on proprietary maps and anonymized data, combined with 3DGS technology, it has achieved centimeter-level reconstruction and lighting consistency, producing over ten thousand 3D real scenes, millions of inference data, and tens of millions of training trajectories, covering 99% of typical life scenarios. By integrating with the VLA closed loop, the model realizes continuous evolution through &amp;ldquo;prediction as training, practice as learning,&amp;rdquo; and supports precise control across various mechanical forms through cross-modal action mapping.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 14&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;456px&#34; data-flex-grow=&#34;190&#34; height=&#34;900&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-c738594c08/img-a56acb5f4e.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-c738594c08/img-a56acb5f4e_hu_74390981e3506568.jpeg 800w, https://gameflycenter.com/posts/note-c738594c08/img-a56acb5f4e_hu_ac41337a24314784.jpeg 1600w, https://gameflycenter.com/posts/note-c738594c08/img-a56acb5f4e.jpeg 1710w&#34; width=&#34;1710&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;In mainstream evaluations such as PBench, EZSbench, WorldArena, and Agibot World Challenge, ABot-World consistently leads, becoming the only model to achieve SOTA in physical compliance, action controllability, and zero-shot generalization across three dimensions.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 15&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;149px&#34; data-flex-grow=&#34;62&#34; height=&#34;2362&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-c738594c08/img-7d2ba64364.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-c738594c08/img-7d2ba64364_hu_e9a3db0a2081b726.jpeg 800w, https://gameflycenter.com/posts/note-c738594c08/img-7d2ba64364.jpeg 1472w&#34; width=&#34;1472&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;abot-n--abot-m-the-dual-core-of-motion-in-the-abot-system-achieving-11-sotas&#34;&gt;ABot-N &amp;amp; ABot-M: The &amp;ldquo;Dual Core of Motion&amp;rdquo; in the ABot System Achieving 11 SOTAs&#xA;&lt;/h3&gt;&lt;p&gt;If the ABot full-stack system is viewed as the &amp;ldquo;operating brain&amp;rdquo; of embodied intelligence, ABot-N and ABot-M serve as its &amp;ldquo;dual cores of motion,&amp;rdquo; managing the robot&amp;rsquo;s &amp;ldquo;legs&amp;rdquo; and &amp;ldquo;hands,&amp;rdquo; respectively, directly responding to the fundamental instructions of &amp;ldquo;where to go&amp;rdquo; and &amp;ldquo;what to do&amp;rdquo; in the physical world. Leveraging a unified architectural design, Gaode has created a decoupled and collaborative dedicated base model, breaking through the technical bottlenecks of cross-form adaptation and cross-task generalization.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 16&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;519px&#34; data-flex-grow=&#34;216&#34; height=&#34;1286&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-c738594c08/img-3da4cc33ca.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-c738594c08/img-3da4cc33ca_hu_900ac17b9a40341d.jpeg 800w, https://gameflycenter.com/posts/note-c738594c08/img-3da4cc33ca_hu_9dfddedef4b3b13e.jpeg 1600w, https://gameflycenter.com/posts/note-c738594c08/img-3da4cc33ca_hu_a8e3c4f4fe17d61c.jpeg 2400w, https://gameflycenter.com/posts/note-c738594c08/img-3da4cc33ca.jpeg 2782w&#34; width=&#34;2782&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;As the world&amp;rsquo;s first VLA base model to achieve unification in five core navigation tasks, ABot-N possesses intent understanding, autonomous decision-making, and continuous evolution capabilities, serving as the core navigation engine for Tutu&amp;rsquo;s transition to an open world. It employs a hierarchical &amp;ldquo;brain-action&amp;rdquo; architecture, achieving full coverage of single model navigation tasks through multi-module collaboration, completely breaking the generalization ceiling of traditional dedicated architectures.&lt;/p&gt;&#xA;&lt;p&gt;After its launch, ABot-N rapidly refreshed SOTA across seven authoritative benchmarks, including VLN-CE (R2R/RxR), HM3D-OVON, and EVT-Bench, demonstrating significant advancements in navigation accuracy, social compliance, and zero-shot generalization.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 17&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;99px&#34; data-flex-grow=&#34;41&#34; height=&#34;4810&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-c738594c08/img-ab360e41f6.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-c738594c08/img-ab360e41f6_hu_148f9d6da864fb2c.jpeg 800w, https://gameflycenter.com/posts/note-c738594c08/img-ab360e41f6_hu_50fc4c8a559cc4c8.jpeg 1600w, https://gameflycenter.com/posts/note-c738594c08/img-ab360e41f6.jpeg 2002w&#34; width=&#34;2002&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;ABot-M is the world&amp;rsquo;s first unified architecture for embodied operation base models, capable of adapting a &amp;ldquo;general brain&amp;rdquo; to various robotic forms, significantly enhancing the operational model&amp;rsquo;s generalization capabilities across heterogeneous robotic forms and task scenarios.&lt;/p&gt;&#xA;&lt;p&gt;ABot-M introduces the world&amp;rsquo;s first action manifold learning, shifting the learning objective from denoising reconstruction to manifold projection, greatly improving the stability and decoding efficiency of action generation, showcasing stronger scalability in complex scenarios such as high-degree-of-freedom full-body control. Additionally, it employs a dual-stream architecture of semantic flow and action flow at the perceptual end, enhancing the execution accuracy of fine operations.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 18&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;483px&#34; data-flex-grow=&#34;201&#34; height=&#34;1328&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-c738594c08/img-c06d10c631.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-c738594c08/img-c06d10c631_hu_4e2af087ee6be3a2.jpeg 800w, https://gameflycenter.com/posts/note-c738594c08/img-c06d10c631_hu_bed1713193d65ad6.jpeg 1600w, https://gameflycenter.com/posts/note-c738594c08/img-c06d10c631_hu_caa08746c0f48db7.jpeg 2400w, https://gameflycenter.com/posts/note-c738594c08/img-c06d10c631.jpeg 2678w&#34; width=&#34;2678&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;In mainstream evaluations such as LIBERO, LIBERO-Plus, RoboCasa GR1, and RoboTwin 2.0, ABot-M has significantly surpassed strong baselines like π0.5, UniVLA, and OpenVLA-OFT, achieving systematic leadership in generalization capability, robustness, and cross-form transfer.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 19&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;127px&#34; data-flex-grow=&#34;53&#34; height=&#34;3849&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-c738594c08/img-0a8b64cdc9.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-c738594c08/img-0a8b64cdc9_hu_bec9fc998e465549.jpeg 800w, https://gameflycenter.com/posts/note-c738594c08/img-0a8b64cdc9_hu_20124d0f9e692daf.jpeg 1600w, https://gameflycenter.com/posts/note-c738594c08/img-0a8b64cdc9.jpeg 2052w&#34; width=&#34;2052&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Moreover, multiple sub-results from ABot-N and ABot-M have been selected for top conferences such as ICLR and CVPR, becoming reference paradigms for precise, efficient, and safe robotic navigation and operation.&lt;/p&gt;&#xA;&lt;h3 id=&#34;abot-claw-innovating-the-map-as-memory-generalized-centralized-harness-architecture&#34;&gt;ABot-Claw: Innovating the &amp;ldquo;Map as Memory&amp;rdquo; Generalized Centralized Harness Architecture&#xA;&lt;/h3&gt;&lt;p&gt;Memory is the foundational cornerstone for robots to bridge the gap between cognition and execution. Traditional machine vision is limited by the notion that &amp;ldquo;beyond the field of view is a wasteland,&amp;rdquo; leading to fragmented memory that severely restricts generalization capabilities.&lt;/p&gt;&#xA;&lt;p&gt;To overcome this bottleneck, ABot-Claw introduces the &amp;ldquo;Map as Memory&amp;rdquo; concept, reconstructing the memory mechanism of embodied intelligence. As the &amp;ldquo;execution hub&amp;rdquo; of the ABot system, ABot-Claw adopts a centralized Harness architecture, setting Gaode maps and user private maps as global cognitive anchors, unifying multimodal perception data into a shared semantic space, forming a dynamically refreshable and persistently retained &amp;ldquo;world memory.&amp;rdquo; New terminals can inherit environmental cognition at zero cost by merely reading the global context, completely shattering the isolation of scenes.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 20&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;392px&#34; data-flex-grow=&#34;163&#34; height=&#34;2960&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-c738594c08/img-56a8dc6077.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-c738594c08/img-56a8dc6077_hu_db80224db3e3c9f3.jpeg 800w, https://gameflycenter.com/posts/note-c738594c08/img-56a8dc6077_hu_2bfee16b4e1a1f52.jpeg 1600w, https://gameflycenter.com/posts/note-c738594c08/img-56a8dc6077_hu_2c8c2af77f925fb4.jpeg 2400w, https://gameflycenter.com/posts/note-c738594c08/img-56a8dc6077.jpeg 4835w&#34; width=&#34;4835&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Additionally, ABot-Claw employs a two-tier design of &amp;ldquo;cloud brain - edge response,&amp;rdquo; balancing intelligence depth with execution reliability. In terms of scheduling, this architecture supports parallel collaboration and task relay among various heterogeneous robots, automatically continuing tasks in case of failures, achieving seamless transfer of task context and cross-form collaboration. This marks the evolution of robotic systems from &amp;ldquo;individual intelligence&amp;rdquo; to &amp;ldquo;systemic intelligence,&amp;rdquo; where robots are no longer isolated entities but intelligent network nodes that share memory, unify scheduling, and co-evolve.&lt;/p&gt;&#xA;&lt;p&gt;ABot-Claw also pioneers a closed-loop feedback and correction mechanism, fully validating its robustness and generalization in complex scenarios such as ambiguous instruction understanding and cross-machine guidance.&lt;/p&gt;&#xA;&lt;p&gt;With the global debut of Gaode Tutu, Gaode also announced the open-sourcing of the entire ABot system, a move that not only deeply embodies the core philosophy of &amp;ldquo;AMAP AI Inside&amp;rdquo; but will also reshape the research paradigm of embodied intelligence, accelerating the comprehensive arrival of the AGI era.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>The Urgency of AI Transformation: Insights from Danilo McGarry</title>
            <link>https://gameflycenter.com/posts/note-825b995bb6/</link>
            <pubDate>Sat, 18 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-825b995bb6/</guid>
            <description>&lt;h2 id=&#34;the-urgency-of-ai-transformation&#34;&gt;The Urgency of AI Transformation&#xA;&lt;/h2&gt;&lt;p&gt;&amp;ldquo;AGI will arrive in three years, yet most CEOs are still stuck in the outdated mindset of &amp;lsquo;automating current manual tasks&amp;rsquo;, wasting their last opportunities.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Danilo McGarry, who has managed 3,500 &amp;ldquo;digital employees&amp;rdquo; and created $2 billion in measurable value for Citigroup and UnitedHealth, speaks with a calmness that belies the urgency of his message. He embodies a pragmatic approach, detesting illusions while maintaining a brutally honest view of the future.&lt;/p&gt;&#xA;&lt;p&gt;In his perspective, the current business landscape is in a bizarre state of weightlessness. For the first time in human history, technology has far outpaced human imagination. While OpenAI&amp;rsquo;s &amp;ldquo;Ultramen&amp;rdquo; discuss changing the fate of species, CEOs of Fortune 500 companies are stuck in an &amp;ldquo;AI purgatory&amp;rdquo;—overstating achievements in board meetings to soothe shareholder anxiety while using cutting-edge engines to drive outdated processes, repeating mundane tasks from five years ago.&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;We are less than 1,000 days away from AGI (Artificial General Intelligence), and that is 100% certain,&amp;rdquo; Danilo asserts. &amp;ldquo;If you haven&amp;rsquo;t started reconfiguring your company now, you&amp;rsquo;re already off the survival list.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;This sense of urgency transcends time zones and screens. Although Danilo cannot disclose specific client cases due to confidentiality, he provides a more ambitious framework aimed at helping businesses pierce through illusions and reclaim &amp;ldquo;interpretation rights&amp;rdquo; before superintelligence arrives.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-collective-slumber-in-the-bubble&#34;&gt;The Collective Slumber in the Bubble&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Huxiu Think Tank:&lt;/strong&gt; You have recently mentioned the &amp;ldquo;AI bubble&amp;rdquo; in various forums. As someone immersed in it, how does your perception of the bubble differ from the general discussion?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Danilo McGarry:&lt;/strong&gt; The current bubble is supported by three dimensions of exaggeration. First, shareholders are pressuring executives to use AI more and demand to see results. Consequently, every company and competitor exaggerates its AI achievements. Second, AI companies are also raising product expectations to attract attention and funding.&lt;/p&gt;&#xA;&lt;p&gt;What disappoints me most is that even within Fortune 500 companies, leaders lack imagination. This is the first time in history that technology is ahead of human capability, yet we are not using superintelligence to do great things; instead, we are repeating boring tasks from five years ago. Everyone pretends to be busy and innovative, but it feels more like a collective &amp;ldquo;slumber&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Huxiu Think Tank:&lt;/strong&gt; How do you view China&amp;rsquo;s position in this &amp;ldquo;slumber&amp;rdquo; competition?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Danilo McGarry:&lt;/strong&gt; I see a very clear misalignment. The U.S. has stronger foundational models, which is the &amp;ldquo;brain&amp;rdquo;; however, China demonstrates remarkable power in the application layer of AI innovation, capable of rapid deployment. This competition between &amp;ldquo;brain&amp;rdquo; and &amp;ldquo;execution&amp;rdquo; will determine who exits the lab first.&lt;/p&gt;&#xA;&lt;p&gt;But regardless of location, the biggest common issue is that most companies only allow AI to occur in scattered areas, including some of the smartest companies on the planet.&lt;/p&gt;&#xA;&lt;h2 id=&#34;ai-strategy-treat-projects-like-post-investment-management&#34;&gt;AI Strategy: Treat Projects Like Post-Investment Management&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Huxiu Think Tank:&lt;/strong&gt; Is this &amp;ldquo;scattered occurrence&amp;rdquo; due to a lack of strategy?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Danilo McGarry:&lt;/strong&gt; Exactly, it’s completely unstrategic. Many CEOs think that buying a tool and hiring a few PhDs equates to AI transformation.&lt;/p&gt;&#xA;&lt;p&gt;A real AI strategy requires a very strict governance structure. For instance, if an employee comes to me requesting $10 million for an AI project, under old logic, I might approve it all at once. But in the AI era, that absolutely cannot happen.&lt;/p&gt;&#xA;&lt;p&gt;You should allocate funds in phases like a venture capitalist. Start with $500,000 for validation to prove the logic works, then give $2 million, and finally the full amount. AI moves too fast; you must monitor results quarterly, just like an investor would with a startup. Just because it’s AI doesn’t mean we should abandon decades of project management principles; we just need to adapt them to a faster pace.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Huxiu Think Tank:&lt;/strong&gt; Why do many large companies fail to scale their pilot projects?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Danilo McGarry:&lt;/strong&gt; This touches on human psychology. Those &amp;ldquo;innovators&amp;rdquo; or &amp;ldquo;initiators&amp;rdquo; often quickly lose interest in a project. They enjoy the sprint from 0 to 1, but when it comes to deploying the solution to thousands of people, they lack the tedious, detailed skill set required.&lt;/p&gt;&#xA;&lt;p&gt;To scale, you need a &amp;ldquo;Center of Excellence&amp;rdquo; and a specialized team of 20 to 50 people to manage it. Pilots can be completed by a few individuals, but transformation requires an army.&lt;/p&gt;&#xA;&lt;p&gt;The reality is that everyone is trying but not really implementing anything because no committee dares to approve large budgets, and no team can handle that scale.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-1000-day-countdown-a-race-for-reconfiguration&#34;&gt;The 1,000-Day Countdown: A Race for Reconfiguration&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Huxiu Think Tank:&lt;/strong&gt; You repeatedly emphasize that &amp;ldquo;AGI is three years away&amp;rdquo;. What logic backs this prediction?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Danilo McGarry:&lt;/strong&gt; AI has been around for 70 years, and there are currently about 120 &amp;ldquo;Narrow AIs&amp;rdquo;. I have participated in 12 of these, and these specialized capabilities are being integrated.&lt;/p&gt;&#xA;&lt;p&gt;Next year, we may see the initial form of AGI. It will be like a textbook with perfect recall, capable of integrating all existing human knowledge and concepts. While it may not yet create new concepts, its breadth will surpass any individual human.&lt;/p&gt;&#xA;&lt;p&gt;In 15 years, we might see ASI (Artificial Superintelligence), which could propose new methods and pathways never seen by humans. But the next three years (1,000 days) are decisive. Large and medium-sized enterprises require 2 to 4 years for complete transformation, meaning if AGI arrives in three years and your current progress is at zero, you will miss the boat.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;417px&#34; data-flex-grow=&#34;173&#34; height=&#34;575&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-825b995bb6/img-5c9ee9495a.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-825b995bb6/img-5c9ee9495a_hu_a0227fbd011313df.jpeg 800w, https://gameflycenter.com/posts/note-825b995bb6/img-5c9ee9495a.jpeg 1000w&#34; width=&#34;1000&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Huxiu Think Tank:&lt;/strong&gt; This sense of urgency doesn’t seem to have been conveyed to most CEOs?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Danilo McGarry:&lt;/strong&gt; The biggest mistake many CEOs make is that they only let their teams automate &amp;ldquo;manual tasks currently happening today&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;What’s the point? You’re just making old mistakes happen faster. Leadership means everything. What you need to do is reconfigure the team and operational logic. If you can’t redefine workflows, you’re just using AI to polish mediocrity.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Huxiu Think Tank:&lt;/strong&gt; Are you optimistic about the arrival of AGI?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Danilo McGarry:&lt;/strong&gt; Cautiously optimistic. For the past century, humans have been working like robots, which is a waste of civilization. If AGI can take over those tedious tasks, allowing humans to regain creativity and genuine emotional connections, then the pain of these 1,000 days will be worth it.&lt;/p&gt;&#xA;&lt;h2 id=&#34;managing-3500-digital-employees-and-the-truth-about-data&#34;&gt;Managing 3,500 Digital Employees and the Truth About Data&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Huxiu Think Tank:&lt;/strong&gt; You have managed 3,500 digital employees; what has that experience been like?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Danilo McGarry:&lt;/strong&gt; AI agents excel at executing repetitive, manual tasks that require infinite memory. That’s a human weakness—our hands and memory are limited. Digital employees don’t get tired, but their errors can have catastrophic chain reactions.&lt;/p&gt;&#xA;&lt;p&gt;Managing them isn’t about administrative orders but about an &amp;ldquo;Orchestration Layer&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Huxiu Think Tank:&lt;/strong&gt; What happens without this &amp;ldquo;Orchestration Layer&amp;rdquo;?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Danilo McGarry:&lt;/strong&gt; It would be a disaster.&lt;/p&gt;&#xA;&lt;p&gt;If you start having a large number of AI agents and robots without a centralized place for them to coordinate, their collaboration with humans will break down.&lt;/p&gt;&#xA;&lt;p&gt;The orchestration layer acts like a control tower, defining new ways for humans and digital workers to work together. You need to understand exactly what people do every day, reimagine it, and translate it into a new blueprint locked into the process engine. The reason I can successfully manage such a large-scale automation is because of this orchestration layer.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Huxiu Think Tank:&lt;/strong&gt; This sounds like a technical issue, but you keep saying it’s not about technology?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Danilo McGarry:&lt;/strong&gt; It really isn’t a technical issue. The technology we have had for two years is sufficient to transform companies. The problem is that if you try to optimize 100 things at once, you will fail completely.&lt;/p&gt;&#xA;&lt;p&gt;My advice is to pick the top 5 to 10 winning projects that can &amp;ldquo;unlock revenue&amp;rdquo;. Assemble a special team to nurture these projects like you would a child. Once these ten projects succeed, the profits and transformative power they generate will automatically push the remaining 90 projects forward.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Huxiu Think Tank:&lt;/strong&gt; Data cleaning is often cited as the biggest obstacle for companies advancing AI. Many consulting firms say the same.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Danilo McGarry:&lt;/strong&gt; That’s the biggest pitfall. I’ve seen hundreds of companies get stuck in endless projects because they &amp;ldquo;want to fix the data first&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;Data is a byproduct continuously flowing from poor old processes. If you don’t first establish the architecture for new processes, you will never finish cleaning it. Many consulting firms like to promote such projects because they are lengthy and expensive, but this stagnates businesses.&lt;/p&gt;&#xA;&lt;p&gt;The correct logic is to design new processes that allow data to flow into the new architecture. In this process, old data will naturally be cleaned through logic and AI tools. Don’t let past dirty data delay your future new architecture.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-collapse-of-professions-from-800-to-100&#34;&gt;The Collapse of Professions: From 800 to 100&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Huxiu Think Tank:&lt;/strong&gt; Regarding anxiety about unemployment, your analysis is very specific, mentioning 800 categories of professions.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Danilo McGarry:&lt;/strong&gt; Our research shows that in the next five to seven years, the number of professions humans engage in will shrink from 800 to 100.&lt;/p&gt;&#xA;&lt;p&gt;But this doesn’t mean 80% of jobs will disappear; rather, they will be &amp;ldquo;consolidated&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;The first category of jobs: completely repetitive. Those jobs where we used to treat people like robots will completely vanish, as the cost of robots drops below a critical point, and economies of scale will eliminate these positions.&lt;/p&gt;&#xA;&lt;p&gt;The second category: jobs related to people, creativity, and strategy. These jobs won’t disappear but will be enhanced by AI by over 50%.&lt;/p&gt;&#xA;&lt;p&gt;The third category: jobs protected by law. For example, judges, firefighters, and CEOs. These roles involve complex daily interactions and legal responsibilities that are difficult to replicate completely.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Huxiu Think Tank:&lt;/strong&gt; What do you think is the most important skill during this transition period?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Danilo McGarry:&lt;/strong&gt; Curiosity.&lt;/p&gt;&#xA;&lt;p&gt;Sam Altman has mentioned this as well.&lt;/p&gt;&#xA;&lt;p&gt;Curiosity lies at the heart of human psychology. Extreme optimism is dangerous; you make mistakes. Extreme pessimism is incapacitating; you don’t dare to try. Curiosity is &amp;ldquo;optimistic yet cautious&amp;rdquo;, &amp;ldquo;careful yet open&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;Curiosity drives your ability to &amp;ldquo;reimagine&amp;rdquo;. Reimagine your customers, your employees, your processes—this is your greatest weapon for personal growth and company development.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-survival-rules-for-ceos-focus-on-customers-company-and-employees&#34;&gt;The Survival Rules for CEOs: Focus on Customers, Company, and Employees&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Huxiu Think Tank:&lt;/strong&gt; You never look at competitor analysis, which sounds incredible in modern business.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Danilo McGarry:&lt;/strong&gt; Throughout my career, competitor analysis has never been a must-have. Even today, as I run three companies, this habit hasn’t changed. This isn’t arrogance; it’s because I am acutely aware of where my endpoint is. I know what variable leads to success, and as long as that variable is in my hands, my competitors’ actions lose reference value.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Huxiu Think Tank:&lt;/strong&gt; So even failure cases don’t need attention?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Danilo McGarry:&lt;/strong&gt; If you truly understand your customers and employees, you have no time or need to look at others. Real strategy shouldn’t look outward.&lt;/p&gt;&#xA;&lt;p&gt;I’ve helped many international banks reform, and from an external perspective, these competitors appear to be doing almost the same thing in the capital market and financial reports. But when you delve into the internal workings, you find that each bank’s process architecture, decision-making mechanisms, and talent density are actually quite different.&lt;/p&gt;&#xA;&lt;p&gt;This is a blind spot for many CEOs; they see a competitor signing an AI partnership to do something and rush to follow suit. But they fail to realize that due to fundamental operational differences, the same partnership may not apply to them at all.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Huxiu Think Tank:&lt;/strong&gt; To what extent do most boards understand AI?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Danilo McGarry:&lt;/strong&gt; Frankly, 80% of board members and C-level executives do not truly understand AI. This is why they cannot formulate strategies. I recommend that every company appoint someone on the board who genuinely understands transformation, AI, and the psychology of change.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Huxiu Think Tank:&lt;/strong&gt; Your project success rate is 82%. Where did the remaining 18% go wrong?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Danilo McGarry:&lt;/strong&gt; It comes down to &amp;ldquo;expectations&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;Technology can always do the job. But if you don’t set the right expectations from the beginning or lack data-supported logic, even if you complete half of the project with outstanding results, it will still be perceived as a failure. Perception is reality.&lt;/p&gt;&#xA;&lt;p&gt;For example, if we predict a 400% improvement based on data, but greedy board members or shareholders say, &amp;ldquo;No, we want 2000%&amp;rdquo;, then when forced to accept an unrealistic goal, the seeds of failure are sown. Even if the project ultimately delivers an impressive 300% growth, it will still be viewed as a failure.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Huxiu Think Tank:&lt;/strong&gt; People are always inclined to set higher goals. How do you define an &amp;ldquo;aggressive goal&amp;rdquo; that is still &amp;ldquo;good enough&amp;rdquo;?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Danilo McGarry:&lt;/strong&gt; I discussed this with Elon Musk. We believe the golden rule for setting goals is that you need to ensure it has a 50% chance of being correct and a 50% chance of failure.&lt;/p&gt;&#xA;&lt;p&gt;If a goal has an 80% success rate, it’s too conservative and not enough to change the way the company operates; if the success rate is too low, it jeopardizes the entire plan. Fifty percent is a delicate turning point; it’s scary enough to push the team to give their all to achieve it.&lt;/p&gt;&#xA;&lt;p&gt;It’s like launching a rocket; your goal is Mars, and if the rocket encounters issues along the way, landing on the moon is still a great outcome. We should pursue aggressive goals that can create a significant impact even if we don’t achieve perfection.&lt;/p&gt;&#xA;&lt;p&gt;The key is to support this 50% balance point with data and logic.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Huxiu Think Tank:&lt;/strong&gt; When an AI project fails to meet expectations, how should a company decide whether to cut losses or continue investing?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Danilo McGarry:&lt;/strong&gt; There’s a saying: even if you lose, you win.&lt;/p&gt;&#xA;&lt;p&gt;In the AI field, very few people are true experts. A project that has run for six months, even if it fails, leaves behind invaluable &amp;ldquo;knowledge compound interest&amp;rdquo;. These lessons can prevent you from making the same mistakes next time; such profound experiences cannot be replaced by any external advice.&lt;/p&gt;&#xA;&lt;p&gt;But to avoid making the lessons too costly, you need a mechanism:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Phase Deliveries:&lt;/strong&gt; Don’t try to go all in at once. If the first phase proves unworkable, you only lose 30% of the funds, not everything.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;High-Frequency Monitoring:&lt;/strong&gt; Never wait a year to determine failure. You must monitor progress weekly or monthly.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Dynamic Corrections:&lt;/strong&gt; Our success rate of 82% comes from our ability to identify issues during monitoring and adjust promptly.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;strong&gt;Huxiu Think Tank:&lt;/strong&gt; Finally, can you give three scenario suggestions for CEOs who want to deploy &amp;ldquo;digital employees&amp;rdquo; but have limited resources?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Danilo McGarry:&lt;/strong&gt; It varies by person.&lt;/p&gt;&#xA;&lt;p&gt;If your marketing costs are too high, deploy AI-generated assets; if your financial closing is too slow, automate financial forecasting; if your operational administrative burden is too heavy, free up human resources.&lt;/p&gt;&#xA;&lt;p&gt;Don’t chase &amp;ldquo;magic tools&amp;rdquo;; there are no shortcuts in six months. The true value of AI lies in your deep exploration of core business scenarios, especially those weaknesses you’ve always wanted to cover up, and transforming them into strengths.&lt;/p&gt;&#xA;&lt;p&gt;Finally, accept the fact that your current business model will likely be worthless in three years.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Claude Opus 4.7 Launches with Enhanced Capabilities</title>
            <link>https://gameflycenter.com/posts/note-8ba3faf48c/</link>
            <pubDate>Fri, 17 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-8ba3faf48c/</guid>
            <description>&lt;h2 id=&#34;claude-opus-47-launch&#34;&gt;Claude Opus 4.7 Launch&#xA;&lt;/h2&gt;&lt;p&gt;On April 17, 2026, Anthropic launched its next-generation flagship model, Claude Opus 4.7.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 10&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;633px&#34; data-flex-grow=&#34;264&#34; height=&#34;400&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-8ba3faf48c/img-b2ee18cf72.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-8ba3faf48c/img-b2ee18cf72_hu_491eaaf4bcb9286a.jpeg 800w, https://gameflycenter.com/posts/note-8ba3faf48c/img-b2ee18cf72.jpeg 1056w&#34; width=&#34;1056&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;This model shows significant improvements in &lt;strong&gt;advanced software engineering&lt;/strong&gt; compared to Opus 4.6, especially in handling complex tasks. Its high-resolution image processing capability has increased to over &lt;strong&gt;three times&lt;/strong&gt; that of previous Claude models. Additionally, Claude Code has introduced a new &lt;strong&gt;/ultrareview&lt;/strong&gt; code review command, which initiates a review session to check code changes line by line.&lt;/p&gt;&#xA;&lt;p&gt;Users report that they can confidently assign the most challenging coding tasks to Opus 4.7. The model can rigorously handle complex long-running tasks, accurately follow instructions, and independently verify outputs before reporting results.&lt;/p&gt;&#xA;&lt;p&gt;Starting today, Opus 4.7 is available across all Claude products and APIs, including Amazon Bedrock, Google Cloud Vertex AI, and Microsoft Foundry. Pricing remains the same as Opus 4.6: $5 per million tokens for input (approximately 34 RMB) and $25 per million tokens for output (approximately 170.5 RMB). Developers can access it via the Claude API.&lt;/p&gt;&#xA;&lt;p&gt;The rapid updates to Claude have left many users amazed, with comments flooding in with memes expressing surprise at the new release.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 11&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;234px&#34; data-flex-grow=&#34;97&#34; height=&#34;1082&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-8ba3faf48c/img-cf73bcffd4.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-8ba3faf48c/img-cf73bcffd4_hu_c2ef4af936520c5b.jpeg 800w, https://gameflycenter.com/posts/note-8ba3faf48c/img-cf73bcffd4.jpeg 1059w&#34; width=&#34;1059&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;enhanced-instruction-adherence-and-multimodal-support&#34;&gt;Enhanced Instruction Adherence and Multimodal Support&#xA;&lt;/h2&gt;&lt;p&gt;In testing, Claude Opus 4.7 has excelled in several areas, significantly surpassing Opus 4.6:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Instruction Adherence:&lt;/strong&gt; Opus 4.7 shows a marked improvement in following instructions. While previous models might loosely interpret or skip parts of instructions, Opus 4.7 executes them literally. Users should adjust their prompts and application frameworks accordingly.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Enhanced Multimodal Support:&lt;/strong&gt; Opus 4.7 has improved visual capabilities for high-resolution images, accepting images with a maximum long side of 2576 pixels (about 3.75 million pixels), which is over three times that of earlier Claude models. This opens up vast possibilities for multimodal applications that rely on fine visual details, such as recognizing dense screenshots while operating a computer, extracting data from complex charts, and performing pixel-level design work.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Practical Work:&lt;/strong&gt; In addition to achieving top scores in financial agent evaluations, internal tests by Anthropic show that Opus 4.7 is a more effective financial analyst than Opus 4.6, producing more rigorous analyses and models, and more professional presentations, allowing for tighter cross-task integration. Opus 4.7 also achieved optimal scores in third-party economic value knowledge work evaluations in fields like finance and law.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Memory Capability:&lt;/strong&gt; Opus 4.7 exhibits stronger memory capabilities based on file system usage. It can remember important notes during long-term, multi-session work and leverage these memories to advance new tasks, thus reducing the need for prior context.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 12&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;235px&#34; data-flex-grow=&#34;98&#34; height=&#34;1101&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-8ba3faf48c/img-554bedf032.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-8ba3faf48c/img-554bedf032_hu_dc4cdbfeecd83565.jpeg 800w, https://gameflycenter.com/posts/note-8ba3faf48c/img-554bedf032.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Opus 4.7 has received positive feedback from early testers. Clarence Huang, VP of technology at financial software company Intuit, noted that the model can autonomously identify logical errors during the planning phase and operates significantly faster than its predecessor. Igor Ostrovsky, CTO of AI programming tool company Augment Code, believes that Opus 4.7 excels in managing automation processes, CI/CD (Continuous Integration and Deployment), and long task workflows, actively providing its judgments rather than merely echoing user inputs.&lt;/p&gt;&#xA;&lt;h2 id=&#34;leading-in-multiple-evaluations&#34;&gt;Leading in Multiple Evaluations&#xA;&lt;/h2&gt;&lt;h3 id=&#34;significant-improvements-in-biological-and-document-reasoning&#34;&gt;Significant Improvements in Biological and Document Reasoning&#xA;&lt;/h3&gt;&lt;p&gt;Anthropic conducted pre-release testing of Opus 4.7 across various fields, comparing it with Opus 4.6, GPT-5.4, and Gemini 3.1 Pro.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 13&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;430px&#34; data-flex-grow=&#34;179&#34; height=&#34;602&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-8ba3faf48c/img-3a2aa785bf.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-8ba3faf48c/img-3a2aa785bf_hu_64e3adacb74e2ea6.jpeg 800w, https://gameflycenter.com/posts/note-8ba3faf48c/img-3a2aa785bf.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Biological reasoning&lt;/strong&gt; saw the most significant progress, with Opus 4.7 scoring 74.0%, compared to Opus 4.6&amp;rsquo;s 30.9%, marking a 1.4 times improvement.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 14&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;427px&#34; data-flex-grow=&#34;177&#34; height=&#34;607&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-8ba3faf48c/img-f47a6da7a3.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-8ba3faf48c/img-f47a6da7a3_hu_af6e0f427bb6737c.jpeg 800w, https://gameflycenter.com/posts/note-8ba3faf48c/img-f47a6da7a3.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;In &lt;strong&gt;document reasoning&lt;/strong&gt;, Opus 4.7 scored 80.6%, far surpassing Opus 4.6&amp;rsquo;s 57.1%, and significantly outpacing GPT-5.4 (51.1%) and Gemini 3.1 Pro (42.9%), making it one of the most notable projects in the comparison.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 15&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;424px&#34; data-flex-grow=&#34;176&#34; height=&#34;611&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-8ba3faf48c/img-f799ce619f.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-8ba3faf48c/img-f799ce619f_hu_83f21924cf0ac273.jpeg 800w, https://gameflycenter.com/posts/note-8ba3faf48c/img-f799ce619f.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;In knowledge work, Opus 4.7 ranked first with an Elo score of 1753, clearly ahead of GPT-5.4 (1674), Opus 4.6 (1619), and Gemini 3.1 Pro (1314).&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 16&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;429px&#34; data-flex-grow=&#34;179&#34; height=&#34;603&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-8ba3faf48c/img-3893157a4c.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-8ba3faf48c/img-3893157a4c_hu_2204a52eb9186990.jpeg 800w, https://gameflycenter.com/posts/note-8ba3faf48c/img-3893157a4c.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;For &lt;strong&gt;long context reasoning&lt;/strong&gt;, during simpler parent node lookup tasks (Parents 1M), Opus 4.7 scored 75.1%, while Opus 4.6 scored 71.1%. However, in more challenging breadth-first search tasks (BFS 1M), Opus 4.7 scored 58.6%, compared to Opus 4.6&amp;rsquo;s 41.2%, showing a 17-point gap. The more difficult the task, the more pronounced the model&amp;rsquo;s improvement.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 17&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;362px&#34; data-flex-grow=&#34;151&#34; height=&#34;715&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-8ba3faf48c/img-dad743948b.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-8ba3faf48c/img-dad743948b_hu_5d7a497685404dcd.jpeg 800w, https://gameflycenter.com/posts/note-8ba3faf48c/img-dad743948b.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;In terms of &lt;strong&gt;safety and alignment&lt;/strong&gt;, Anthropic also released the misalignment behavior scores for each model. Opus 4.7&amp;rsquo;s misalignment behavior score is approximately 2.47 (with a lower score being better), slightly better than Opus 4.6&amp;rsquo;s 2.75, but still significantly behind Mythos Preview&amp;rsquo;s 1.78.&lt;/p&gt;&#xA;&lt;p&gt;Overall, Opus 4.7&amp;rsquo;s safety performance is similar to that of Opus 4.6, with a low proportion of deceptive, flattering, and colluding behaviors with abusers. Anthropic commented, &amp;ldquo;Opus 4.7 is generally well-aligned and trustworthy, but its behavior is not entirely ideal.&amp;rdquo; Currently, the best alignment performance is from Mythos Preview, which has not yet been fully opened.&lt;/p&gt;&#xA;&lt;h2 id=&#34;other-updates-new-xhigh-level-and-review-command&#34;&gt;Other Updates: New xhigh Level and Review Command&#xA;&lt;/h2&gt;&lt;h3 id=&#34;task-budget-in-public-beta&#34;&gt;Task Budget in Public Beta&#xA;&lt;/h3&gt;&lt;p&gt;In addition to Opus 4.7 itself, Anthropic has also launched several feature updates.&lt;/p&gt;&#xA;&lt;p&gt;In terms of reasoning levels, a new &lt;strong&gt;xhigh (extra high)&lt;/strong&gt; level has been added, positioned between the existing high and max levels, allowing users finer control over reasoning depth and response speed. The default reasoning level for Claude Code has been upgraded to xhigh.&lt;/p&gt;&#xA;&lt;p&gt;For APIs, the &lt;strong&gt;task budget feature&lt;/strong&gt; has entered public beta, allowing developers to guide Claude on how to allocate token consumption during long tasks.&lt;/p&gt;&#xA;&lt;p&gt;In Claude Code, the &lt;strong&gt;/ultrareview command&lt;/strong&gt; has been added, which, when input, will initiate a dedicated review session to check code changes line by line and &lt;strong&gt;mark bugs and design issues&lt;/strong&gt;. Pro and Max users each receive three free experiences. Additionally, the Auto mode has been expanded to Max users, where Claude can autonomously make operational decisions to reduce manual confirmation interruptions.&lt;/p&gt;&#xA;&lt;h2 id=&#34;caution-opus-47-may-use-more-tokens&#34;&gt;Caution: Opus 4.7 May Use More Tokens&#xA;&lt;/h2&gt;&lt;h3 id=&#34;but-generates-higher-quality-outputs&#34;&gt;But Generates Higher Quality Outputs&#xA;&lt;/h3&gt;&lt;p&gt;Opus 4.7 is a direct upgrade from Opus 4.6, but there are two notable changes affecting token usage.&lt;/p&gt;&#xA;&lt;p&gt;First, the &lt;strong&gt;text processing method has been updated&lt;/strong&gt;, leading to a potential increase of up to about 35% in token consumption for the same input. Second, the model &lt;strong&gt;will engage in more thinking at higher reasoning levels&lt;/strong&gt;, particularly in subsequent rounds of Agent scenarios, resulting in increased output tokens. Users can manage consumption by adjusting reasoning levels, setting task budgets, or requesting more concise outputs in prompts.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 18&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;351px&#34; data-flex-grow=&#34;146&#34; height=&#34;738&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-8ba3faf48c/img-3f5f274364.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-8ba3faf48c/img-3f5f274364_hu_a0baa7af209b1fe3.jpeg 800w, https://gameflycenter.com/posts/note-8ba3faf48c/img-3f5f274364.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;From the Agent programming evaluation chart, Opus 4.7 achieved higher scores with fewer tokens at each reasoning level. For instance, Opus 4.7 consumed about 100,000 tokens at the xhigh level while scoring over 70%, whereas Opus 4.6 consumed about 130,000 tokens at the max level, barely exceeding 60%. However, this evaluation involved the model working autonomously based on a single prompt, and the results may not represent actual token consumption in interactive programming.&lt;/p&gt;&#xA;&lt;h2 id=&#34;conclusion-more-accurate-and-versatile&#34;&gt;Conclusion: More Accurate and Versatile&#xA;&lt;/h2&gt;&lt;h3 id=&#34;increasing-competition-ahead&#34;&gt;Increasing Competition Ahead&#xA;&lt;/h3&gt;&lt;p&gt;According to data released by Anthropic, Opus 4.7 shows tangible improvements in programming, document reasoning, biological reasoning, and token efficiency. However, evaluations are still evaluations, and actual performance needs further validation in real-world scenarios.&lt;/p&gt;&#xA;&lt;p&gt;With the release of Opus 4.7, it will be interesting to see what new moves OpenAI will make next, and whether the long-awaited DeepSeek will release a new model by the end of the month, intensifying competition among large model vendors.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Comparing AI Coding Tools: Cursor, Claude Code, and Codex</title>
            <link>https://gameflycenter.com/posts/note-0ffeef508d/</link>
            <pubDate>Fri, 17 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-0ffeef508d/</guid>
            <description>&lt;p&gt;Last month, I took on a task to refactor a legacy system with over 120 files. After two hours of using Cursor, I found it could only handle a few files at a time, lacking sufficient context. Switching to Claude Code made cross-module refactoring smooth, but writing new code without Tab completion felt counterproductive. I also tried Codex for batch PR submissions; out of five tasks, three PRs were decent, while two completely missed the mark.&lt;/p&gt;&#xA;&lt;p&gt;In a week, I jumped between these three tools, akin to someone indecisively choosing between three restaurants.&lt;/p&gt;&#xA;&lt;p&gt;After all this, I realized something: these three tools are not the same dish. Asking &amp;ldquo;which is better, Claude Code or Cursor&amp;rdquo; is like asking &amp;ldquo;which is better, a hammer or a screwdriver&amp;rdquo;—the question itself is flawed. They represent three entirely different design philosophies, addressing three distinct problems.&lt;/p&gt;&#xA;&lt;p&gt;This article is a comprehensive review after six months of deep usage: which tool to use in which scenario, how to allocate budget, and how to combine them into a truly efficient workflow.&lt;/p&gt;&#xA;&lt;h2 id=&#34;quick-summary&#34;&gt;Quick Summary&#xA;&lt;/h2&gt;&lt;p&gt;I know many readers may not have the patience to read the entire article, so here are the conclusions upfront.&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;&lt;strong&gt;Your Scenario&lt;/strong&gt;&lt;/th&gt;&#xA;          &lt;th&gt;&lt;strong&gt;Recommended Tool&lt;/strong&gt;&lt;/th&gt;&#xA;          &lt;th&gt;&lt;strong&gt;Reason (One Sentence)&lt;/strong&gt;&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Daily coding, seeking flow experience&lt;/td&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Cursor&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Tab completion + inline editing combo, currently unmatched.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Large refactoring, cross-file modifications&lt;/td&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Claude Code&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;200K context + direct file system manipulation, crushing advantages in refactoring scenarios.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Batch modifications, automatic PR submissions&lt;/td&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Codex&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Asynchronous parallel execution, submit 5 tasks and return to collect PRs.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Code review + technical research&lt;/td&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Claude Code&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Deep understanding of the entire project, connected with MCP to internal systems.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;CI/CD pipeline integration&lt;/td&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Claude Code&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Terminal-native, naturally fits automation scenarios.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Budget of $20/month&lt;/td&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Cursor Pro&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Best overall experience as a single tool.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Budget of $120/month, seeking extreme efficiency&lt;/td&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Cursor Pro + Claude Code Max&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Golden combination, covering 90% of scenarios.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;If you want just one sentence: &lt;strong&gt;Cursor is the hand, Claude Code is the brain, Codex is the legs&lt;/strong&gt;. Below, I will elaborate on why.&lt;/p&gt;&#xA;&lt;h2 id=&#34;three-philosophies-three-paths&#34;&gt;Three Philosophies, Three Paths&#xA;&lt;/h2&gt;&lt;p&gt;Before comparing functionalities, we need to clarify what each of these tools bets on—they have fundamentally different views on &amp;ldquo;the future form of AI programming&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;480px&#34; data-flex-grow=&#34;200&#34; height=&#34;540&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-0ffeef508d/img-629b8a5aca.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-0ffeef508d/img-629b8a5aca_hu_f9772c57e78f1f8c.jpeg 800w, https://gameflycenter.com/posts/note-0ffeef508d/img-629b8a5aca.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;claude-code-the-terminal-is-my-ide&#34;&gt;Claude Code: The Terminal is My IDE&#xA;&lt;/h3&gt;&lt;p&gt;Anthropic made a bold judgment—developers will not need an IDE in the future; a terminal is sufficient.&lt;/p&gt;&#xA;&lt;p&gt;Claude Code is a pure Terminal CLI tool, not tied to any editor. You interact with it in the terminal, and it directly reads and writes your file system, executes shell commands, runs tests, and manipulates git. This design brings several capabilities that other tools cannot achieve:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Unlimited Toolchain Integration&lt;/strong&gt;: Connects GitLab, Jira, databases, logging systems, and any internal API through MCP (Model Context Protocol).&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Hooks System&lt;/strong&gt;: Automatically executes lint, format, and tests before and after code generation to ensure output quality.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Skills Module&lt;/strong&gt;: Reusable capability packages shared among teams for best practices.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Sub-agent Parallelism&lt;/strong&gt;: Breaks down complex tasks for multiple agents to work simultaneously.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The current version v2.1.x, coupled with the Opus 4.6 model, has a 200K token context window. Honestly, the learning curve is steep—you need to get used to the terminal workflow, write good prompts, and understand MCP configuration. But once you get past this hurdle, the efficiency in handling complex engineering tasks is genuinely high.&lt;/p&gt;&#xA;&lt;h3 id=&#34;cursor-making-ide-smarter-not-replacing-it&#34;&gt;Cursor: Making IDE Smarter, Not Replacing It&#xA;&lt;/h3&gt;&lt;p&gt;Cursor&amp;rsquo;s stance is the opposite—developers cannot live without an IDE, so AI should be embedded within the IDE.&lt;/p&gt;&#xA;&lt;p&gt;It is essentially a deep fork of VS Code, with all AI capabilities functioning within the editor. The Tab smart completion can predict your next line or even the next segment of code, while Cmd+K inline editing allows you to describe modification intentions in natural language. The Chat sidebar provides context-aware dialogue, and the Agent mode can autonomously plan and execute multi-step tasks.&lt;/p&gt;&#xA;&lt;p&gt;Cursor&amp;rsquo;s core advantage is &lt;strong&gt;zero friction&lt;/strong&gt;—VS Code users can almost immediately start using it without learning, as all interactions occur in their most familiar editor. The projected ARR of over $100M in 2025 and millions of active developers is not without reason.&lt;/p&gt;&#xA;&lt;p&gt;It also supports multi-model switching (GPT-4o, Claude series, Gemini), not betting on a single model. The .cursorrules file allows you to customize project-level instructions, ensuring unified AI behavior within the team.&lt;/p&gt;&#xA;&lt;h3 id=&#34;codex-i-wont-write-code-for-you-but-ill-help-you-get-things-done-in-bulk&#34;&gt;Codex: I Won&amp;rsquo;t Write Code for You, But I&amp;rsquo;ll Help You Get Things Done in Bulk&#xA;&lt;/h3&gt;&lt;p&gt;OpenAI&amp;rsquo;s new version of Codex, launched in May 2025 (note that this is not the retired code completion API from 2021), took a third path—an asynchronous cloud agent.&lt;/p&gt;&#xA;&lt;p&gt;You submit a coding task in ChatGPT, and Codex independently executes it in a cloud sandbox: reading code, installing dependencies, modifying files, running tests, generating diffs, and finally creating GitHub PRs. You can do other things while this process runs, and you receive a notification when it&amp;rsquo;s done.&lt;/p&gt;&#xA;&lt;p&gt;The core model codex-1 is an optimized version based on o3, with SWE-bench Verified claiming around 72% effectiveness. Its biggest advantage is &lt;strong&gt;parallelism&lt;/strong&gt;—you can submit multiple tasks simultaneously, running five refactoring tasks in parallel, which is not possible with Claude Code or Cursor.&lt;/p&gt;&#xA;&lt;p&gt;However, the trade-off is significant: no real-time interaction, cannot write and debug simultaneously, relies on the cloud, and the full functionality requires $200/month for ChatGPT Pro.&lt;/p&gt;&#xA;&lt;h3 id=&#34;essential-differences-among-the-three&#34;&gt;Essential Differences Among the Three&#xA;&lt;/h3&gt;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Dimension&lt;/th&gt;&#xA;          &lt;th&gt;Claude Code&lt;/th&gt;&#xA;          &lt;th&gt;Cursor&lt;/th&gt;&#xA;          &lt;th&gt;Codex&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Design Bet&lt;/td&gt;&#xA;          &lt;td&gt;Terminal is the future&lt;/td&gt;&#xA;          &lt;td&gt;IDE is the future&lt;/td&gt;&#xA;          &lt;td&gt;Asynchronous agent is the future&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Interaction Mode&lt;/td&gt;&#xA;          &lt;td&gt;Dialogue + Commands&lt;/td&gt;&#xA;          &lt;td&gt;Embedded + Completion&lt;/td&gt;&#xA;          &lt;td&gt;Asynchronous Delegation&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;User Mindset&lt;/td&gt;&#xA;          &lt;td&gt;AI coding partner&lt;/td&gt;&#xA;          &lt;td&gt;Smarter IDE&lt;/td&gt;&#xA;          &lt;td&gt;Asynchronous coding assistant&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Code Execution&lt;/td&gt;&#xA;          &lt;td&gt;Local direct execution&lt;/td&gt;&#xA;          &lt;td&gt;Does not execute directly&lt;/td&gt;&#xA;          &lt;td&gt;Cloud sandbox&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Learning Curve&lt;/td&gt;&#xA;          &lt;td&gt;Steep&lt;/td&gt;&#xA;          &lt;td&gt;Gentle&lt;/td&gt;&#xA;          &lt;td&gt;Moderate&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;IDE Binding&lt;/td&gt;&#xA;          &lt;td&gt;None&lt;/td&gt;&#xA;          &lt;td&gt;VS Code bound&lt;/td&gt;&#xA;          &lt;td&gt;None (bound to ChatGPT)&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;This is not a matter of good or bad; it’s about applicable scenarios. Next, let’s break down each battlefield.&lt;/p&gt;&#xA;&lt;h2 id=&#34;direct-confrontation-six-battlefields&#34;&gt;Direct Confrontation: Six Battlefields&#xA;&lt;/h2&gt;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;540px&#34; data-flex-grow=&#34;225&#34; height=&#34;480&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-0ffeef508d/img-85bd3202db.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-0ffeef508d/img-85bd3202db_hu_16494c2bc805989d.jpeg 800w, https://gameflycenter.com/posts/note-0ffeef508d/img-85bd3202db.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;battlefield-one-daily-coding-tab-completion--inline-editing&#34;&gt;Battlefield One: Daily Coding (Tab Completion + Inline Editing)&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Cursor 5 points | Claude Code 1 point | Codex 0 points&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;In this scenario, there is no contest; Cursor wins hands down.&lt;/p&gt;&#xA;&lt;p&gt;Cursor&amp;rsquo;s Tab completion provides the closest experience to &amp;ldquo;mind reading&amp;rdquo; in coding. When you finish a function signature, it can predict the entire function body; when you finish an if statement, it can complete the else branch. It’s not just simple code snippet matching but reasoning based on the entire project context.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-go&#34; data-lang=&#34;go&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;// You just wrote the function signature&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;func&lt;/span&gt; (&lt;span style=&#34;color:#a6e22e&#34;&gt;s&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;*&lt;/span&gt;&lt;span style=&#34;color:#a6e22e&#34;&gt;OrderService&lt;/span&gt;) &lt;span style=&#34;color:#a6e22e&#34;&gt;CreateOrder&lt;/span&gt;(&lt;span style=&#34;color:#a6e22e&#34;&gt;ctx&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;context&lt;/span&gt;.&lt;span style=&#34;color:#a6e22e&#34;&gt;Context&lt;/span&gt;, &lt;span style=&#34;color:#a6e22e&#34;&gt;req&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;*&lt;/span&gt;&lt;span style=&#34;color:#a6e22e&#34;&gt;CreateOrderReq&lt;/span&gt;) (&lt;span style=&#34;color:#f92672&#34;&gt;*&lt;/span&gt;&lt;span style=&#34;color:#a6e22e&#34;&gt;Order&lt;/span&gt;, &lt;span style=&#34;color:#66d9ef&#34;&gt;error&lt;/span&gt;) {&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#75715e&#34;&gt;// Cursor auto-completes: includes parameter validation, inventory check, transaction handling, event publishing&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#75715e&#34;&gt;// Moreover, it has read the writing styles of other Services in your project, ensuring consistency.&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;}&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Combined with Cmd+K inline editing, if you select a piece of code and input &amp;ldquo;add timeout control and retry logic,&amp;rdquo; it directly modifies it in place, previewing the diff for confirmation before applying with one click. The entire process does not require leaving the editor or switching windows, maintaining the flow state.&lt;/p&gt;&#xA;&lt;p&gt;Claude Code is nearly unusable in this scenario—it lacks built-in Tab completion, requiring you to describe what code you want to write in the terminal, leading to lower efficiency. Writing a few lines of code turns into a conversation.&lt;/p&gt;&#xA;&lt;p&gt;Codex, needless to say, is asynchronous; you cannot submit a cloud task just to complete a single line of code.&lt;/p&gt;&#xA;&lt;h3 id=&#34;battlefield-two-large-refactoring-cross-file-modifications--context-understanding&#34;&gt;Battlefield Two: Large Refactoring (Cross-file Modifications + Context Understanding)&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Claude Code 5 points | Codex 4 points | Cursor 3.5 points&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;The tables turn in large refactoring scenarios, where Claude Code&amp;rsquo;s advantages become apparent.&lt;/p&gt;&#xA;&lt;p&gt;In that 120-file refactoring task last month, I needed to extract the order module from a monolithic service into an independent microservice. This involved changes in interface definitions, dependency adjustments, configuration file modifications, and synchronizing test cases.&lt;/p&gt;&#xA;&lt;p&gt;Claude Code&amp;rsquo;s approach: I clearly describe the requirements, and it first scans the entire project structure to understand the dependencies between modules, then formulates a refactoring plan and executes it step by step. The 200K token context window means it can simultaneously &amp;ldquo;see&amp;rdquo; many related files. More importantly, it can run tests to verify that the refactoring does not break existing functionality.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# Typical refactoring workflow in Claude Code&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;gt; Help me extract the order module from the monolith into an independent service, requiring:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;gt; 1. Extract order-related domain layers to a new module&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;gt; 2. Change direct calls to Dubbo RPC&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;gt; 3. Synchronize all affected tests&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;gt; 4. Run a complete test to confirm no breaks&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# Claude Code will: read project structure → analyze dependencies → create new module → modify files one by one → run tests → report results&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Cursor can also be used in this scenario; its Agent mode supports multi-file editing. However, its context may falter when handling a large number of files, sometimes forgetting to synchronize references in other files. It works well for refactoring within 10-20 files, but beyond that scale, it struggles.&lt;/p&gt;&#xA;&lt;p&gt;Codex is suitable for &amp;ldquo;patternized&amp;rdquo; refactoring—like changing log4j to logback across the entire project or batch-adding tracing headers to all APIs. These tasks are fixed in pattern and have low coupling between files, allowing Codex to execute safely in the sandbox and automatically submit PRs. But for complex architectural refactoring involving intricate business logic, its depth of understanding is insufficient.&lt;/p&gt;&#xA;&lt;h3 id=&#34;battlefield-three-code-review&#34;&gt;Battlefield Three: Code Review&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Claude Code 4.5 points | Cursor 3 points | Codex 2.5 points&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;I believe code review is a severely underrated scenario for Claude Code.&lt;/p&gt;&#xA;&lt;p&gt;By connecting to GitLab via MCP, I can have Claude Code pull the diff of MR directly and review it in the context of the entire project. It does not just check syntax and style; it can understand business logic issues—like &amp;ldquo;this concurrency control logic has an ABA problem under high concurrency&amp;rdquo; or &amp;ldquo;there&amp;rsquo;s a lack of idempotency checks, which could lead to data inconsistency on repeated requests.&amp;rdquo;&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# Reviewing a GitLab MR with Claude Code&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;gt; Help me review GitLab MR &lt;span style=&#34;color:#75715e&#34;&gt;#1234, focusing on:&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;gt; 1. Concurrency safety&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;gt; 2. Completeness of error handling&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;gt; 3. Performance pitfalls&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;gt; 4. Consistency with existing code style&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The hooks system can also automate the review process—every time a new MR is created, Claude Code automatically reviews it, writing results back to GitLab comments. After promoting this in the team, the efficiency of manual reviews has significantly improved, as AI filters out low-level issues.&lt;/p&gt;&#xA;&lt;p&gt;Cursor&amp;rsquo;s Chat feature can also perform reviews, but it can only see the currently opened file and cannot directly read MR diffs and associated contexts. You have to manually paste the code, which is cumbersome.&lt;/p&gt;&#xA;&lt;p&gt;Codex can perform reviews, but its strength lies in &amp;ldquo;modifying code&amp;rdquo; rather than &amp;ldquo;evaluating code,&amp;rdquo; and the depth and insight of its review results are not as strong as Claude Code&amp;rsquo;s.&lt;/p&gt;&#xA;&lt;h3 id=&#34;battlefield-four-cicd-integration&#34;&gt;Battlefield Four: CI/CD Integration&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Claude Code 5 points | Codex 4 points | Cursor 2 points&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Claude Code is terminal-native, making integration into CI/CD pipelines almost zero-cost.&lt;/p&gt;&#xA;&lt;p&gt;Our team integrated Claude Code into GitLab CI, achieving several automation processes: automatic MR reviews, automatic lint error fixes, automatic changelog generation, and automatically completing missing unit tests. All of these were configured through Hooks and MCP without needing to write extra glue code.&lt;/p&gt;&#xA;&lt;p&gt;Codex also has a place in CI/CD scenarios—it’s deeply integrated with GitHub, allowing it to automatically handle certain tasks in CI processes. However, it relies on the cloud; if your CI environment has network restrictions or security compliance requirements, it can be awkward.&lt;/p&gt;&#xA;&lt;p&gt;Cursor is basically unsuitable for this scenario—it is a desktop IDE application, not designed for headless environments. Although it theoretically can run in CLI mode, that is not its strength.&lt;/p&gt;&#xA;&lt;h3 id=&#34;battlefield-five-batch-modifications--automatic-prs&#34;&gt;Battlefield Five: Batch Modifications + Automatic PRs&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Codex 5 points | Claude Code 4 points | Cursor 3 points&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This is Codex&amp;rsquo;s stronghold.&lt;/p&gt;&#xA;&lt;p&gt;Scenario: You need to uniformly upgrade a dependency version across 30 microservices while updating corresponding configuration files and tests. If you do it manually one by one, plus submitting MRs, waiting for reviews, and merging, it could take all day.&lt;/p&gt;&#xA;&lt;p&gt;Codex&amp;rsquo;s approach: Submit 30 tasks simultaneously, each executing in an independent sandbox, running tests to confirm everything is fine before automatically creating PRs. You can do other things and return half an hour later to collect 30 PRs. Of course, you still need to manually review them, but the efficiency improvement from &amp;ldquo;modifying code&amp;rdquo; to &amp;ldquo;reviewing code&amp;rdquo; is exponential.&lt;/p&gt;&#xA;&lt;p&gt;Claude Code can also handle batch modifications, and its sub-agents can execute multiple tasks in parallel. However, it executes locally, and the degree of parallelism is limited by your machine&amp;rsquo;s resources. Additionally, each task requires API calls, quickly consuming tokens.&lt;/p&gt;&#xA;&lt;p&gt;Cursor&amp;rsquo;s Agent mode can handle multi-file modifications, but it is synchronous and single-task; for 30 services, you have to do them one by one.&lt;/p&gt;&#xA;&lt;h3 id=&#34;battlefield-six-learning-new-frameworks--technical-research&#34;&gt;Battlefield Six: Learning New Frameworks + Technical Research&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Cursor 4.5 points | Claude Code 4 points | Codex 2 points&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;When learning new things, Cursor and Claude Code each have their advantages.&lt;/p&gt;&#xA;&lt;p&gt;Cursor&amp;rsquo;s advantage lies in &lt;strong&gt;learning while practicing&lt;/strong&gt;—you open a sample project of a new framework in the editor, and the Chat sidebar allows you to ask questions anytime, while Tab completion provides correct code suggestions based on the framework&amp;rsquo;s API style. Learning and practice occur simultaneously, resulting in a very short feedback loop.&lt;/p&gt;&#xA;&lt;p&gt;Claude Code&amp;rsquo;s advantage is &lt;strong&gt;deep understanding&lt;/strong&gt;—you can have it read through the source code of an open-source project and explain the architectural design and core processes. Through the extended thinking mode, it provides high-quality explanations of complex concepts. When I was learning the microkernel architecture of the DLM framework, I had Claude Code scan the entire codebase and explain the execution chain step by step.&lt;/p&gt;&#xA;&lt;p&gt;Codex has limited utility in this scenario; it is more suited for &amp;ldquo;doing tasks&amp;rdquo; rather than &amp;ldquo;learning.&amp;rdquo; You can have it modify code, but asking it why a design is structured that way is less effective.&lt;/p&gt;&#xA;&lt;h2 id=&#34;economic-analysis-whos-worth-your-money&#34;&gt;Economic Analysis: Who&amp;rsquo;s Worth Your Money?&#xA;&lt;/h2&gt;&lt;p&gt;Discussing tool selection without considering costs is misleading. The monthly fee is just the tip of the iceberg; the real costs include token consumption rates, the time value gained from efficiency improvements, and the hidden costs of the learning curve.&lt;/p&gt;&#xA;&lt;h3 id=&#34;pricing-comparison-table&#34;&gt;Pricing Comparison Table&#xA;&lt;/h3&gt;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Plan&lt;/th&gt;&#xA;          &lt;th&gt;Claude Code&lt;/th&gt;&#xA;          &lt;th&gt;Cursor&lt;/th&gt;&#xA;          &lt;th&gt;OpenAI Codex&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Free&lt;/td&gt;&#xA;          &lt;td&gt;No independent free tier&lt;/td&gt;&#xA;          &lt;td&gt;2000 completions/month + 50 slow requests&lt;/td&gt;&#xA;          &lt;td&gt;ChatGPT free version does not include&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Entry $20/month&lt;/td&gt;&#xA;          &lt;td&gt;Pro (with strict rate limits)&lt;/td&gt;&#xA;          &lt;td&gt;Pro (500 fast requests + unlimited slow)&lt;/td&gt;&#xA;          &lt;td&gt;Plus (limited access)&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Advanced&lt;/td&gt;&#xA;          &lt;td&gt;Max $100/month&lt;/td&gt;&#xA;          &lt;td&gt;Business $40/user/month&lt;/td&gt;&#xA;          &lt;td&gt;Pro $200/month&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Token Billing&lt;/td&gt;&#xA;          &lt;td&gt;Max includes substantial Opus usage&lt;/td&gt;&#xA;          &lt;td&gt;Based on request count, not on tokens&lt;/td&gt;&#xA;          &lt;td&gt;Based on asynchronous task quotas&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h3 id=&#34;real-tco-quick-calculation&#34;&gt;Real TCO Quick Calculation&#xA;&lt;/h3&gt;&lt;p&gt;Assuming you are a mid to senior developer coding for 4 hours a day, using AI tools for about 2 hours, and working 22 days a month.&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Plan&lt;/th&gt;&#xA;          &lt;th&gt;Monthly Fee&lt;/th&gt;&#xA;          &lt;th&gt;User Experience&lt;/th&gt;&#xA;          &lt;th&gt;Estimated Efficiency Gain&lt;/th&gt;&#xA;          &lt;th&gt;Cost per Hour of Efficiency Gain&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Cursor Pro&lt;/td&gt;&#xA;          &lt;td&gt;$20&lt;/td&gt;&#xA;          &lt;td&gt;Smooth daily coding, limited for complex tasks&lt;/td&gt;&#xA;          &lt;td&gt;~30-40%&lt;/td&gt;&#xA;          &lt;td&gt;$0.45/hour&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Claude Code Pro&lt;/td&gt;&#xA;          &lt;td&gt;$20&lt;/td&gt;&#xA;          &lt;td&gt;Frequent rate limits, fragmented experience&lt;/td&gt;&#xA;          &lt;td&gt;~15-25%&lt;/td&gt;&#xA;          &lt;td&gt;$0.90/hour&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Claude Code Max&lt;/td&gt;&#xA;          &lt;td&gt;$100&lt;/td&gt;&#xA;          &lt;td&gt;Strong for complex tasks, lacks Tab completion&lt;/td&gt;&#xA;          &lt;td&gt;~35-50%&lt;/td&gt;&#xA;          &lt;td&gt;$2.27/hour&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Cursor Pro + Claude Code Max&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;strong&gt;$120&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Complementary combination covering all scenarios&lt;/td&gt;&#xA;          &lt;td&gt;~50-70%&lt;/td&gt;&#xA;          &lt;td&gt;$1.71/hour&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Cursor Pro + Codex Pro&lt;/td&gt;&#xA;          &lt;td&gt;$220&lt;/td&gt;&#xA;          &lt;td&gt;Synchronous + asynchronous full coverage&lt;/td&gt;&#xA;          &lt;td&gt;~45-60%&lt;/td&gt;&#xA;          &lt;td&gt;$3.67/hour&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Full Package&lt;/td&gt;&#xA;          &lt;td&gt;$320&lt;/td&gt;&#xA;          &lt;td&gt;Theoretically optimal but diminishing returns&lt;/td&gt;&#xA;          &lt;td&gt;~55-75%&lt;/td&gt;&#xA;          &lt;td&gt;$4.27/hour&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;&lt;strong&gt;Note a pitfall:&lt;/strong&gt; The rate limits of Claude Code Pro are genuinely tight. I found that for a moderately complex refactoring task, I would hit the limit in about half an hour. If you plan to use it seriously, Max is essential. Pro is only suitable for occasional use.&lt;/p&gt;&#xA;&lt;h3 id=&#34;recommended-plans-for-different-budgets&#34;&gt;Recommended Plans for Different Budgets&#xA;&lt;/h3&gt;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Monthly Budget&lt;/th&gt;&#xA;          &lt;th&gt;Recommendation&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;$20 (Students/Independent Developers)&lt;/td&gt;&#xA;          &lt;td&gt;Cursor Pro. Best overall experience as a single tool; Tab completion + Chat + Agent covers the most common scenarios. Claude Code and Codex&amp;rsquo;s $20 tiers have significant limitations and are not recommended as sole tools.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;$100 (Individual Developers/Small Teams)&lt;/td&gt;&#xA;          &lt;td&gt;Claude Code Max. If you are a heavy terminal user, you can manage daily coding with Cursor&amp;rsquo;s free version&amp;rsquo;s 2000 completions, while complex tasks are handled by Claude Code.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;$120 (Professional Developers)&lt;/td&gt;&#xA;          &lt;td&gt;Cursor Pro + Claude Code Max. This is my current plan and what I consider the sweet spot. Use Cursor&amp;rsquo;s Tab completion for daily coding to maintain flow, and switch to Claude Code for complex tasks. The complementarity of their capabilities is very high.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;$200+ (Teams/Enterprises)&lt;/td&gt;&#xA;          &lt;td&gt;Consider adding Codex on top of the above, used for batch automation tasks. But ensure your team has enough batch modification scenarios; otherwise, the $200/month for ChatGPT Pro is not cost-effective.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;trinity-combining-tools-is-the-ultimate-answer&#34;&gt;Trinity: Combining Tools is the Ultimate Answer&#xA;&lt;/h2&gt;&lt;p&gt;Instead of getting caught up in &amp;ldquo;which one to choose,&amp;rdquo; it’s better to think about &amp;ldquo;how to combine them.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;384px&#34; data-flex-grow=&#34;160&#34; height=&#34;675&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-0ffeef508d/img-de0110af90.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-0ffeef508d/img-de0110af90_hu_b9f23f6d2391ec1f.jpeg 800w, https://gameflycenter.com/posts/note-0ffeef508d/img-de0110af90.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;actual-workflow-breakdown&#34;&gt;Actual Workflow Breakdown&#xA;&lt;/h3&gt;&lt;p&gt;In a typical workday, my tool switching looks something like this:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;9:00 AM - 12:00 PM (New Feature Development)&lt;/strong&gt;: Open Cursor, quickly write code using Tab completion + inline editing. If uncertain about an API usage, I directly ask in the Chat sidebar. For small-scale multi-file modifications, I use Agent mode. During this time, Cursor is the absolute main tool.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;2:00 PM - 4:00 PM (Complex Tasks)&lt;/strong&gt;: Switch to Claude Code to handle refactoring, troubleshoot strange bugs, and review colleagues&amp;rsquo; MRs. Claude Code&amp;rsquo;s understanding of the project&amp;rsquo;s global context gives it a clear advantage in these tasks. Sometimes I need to read logs to analyze issues, and MCP connects directly to the logging system, avoiding the need to switch between multiple tools.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;4:00 PM - 5:00 PM (Batch Tasks)&lt;/strong&gt;: Submit accumulated batch modification tasks to Codex—uniformly upgrade dependencies, batch-add logging points, and add missing parameter checks to a batch of APIs. After submitting, I work on documentation or attend meetings, returning the next day to collect PRs.&lt;/p&gt;&#xA;&lt;h3 id=&#34;key-configuration-suggestions&#34;&gt;Key Configuration Suggestions&#xA;&lt;/h3&gt;&lt;p&gt;To enable the three tools to work together effectively, here are some practical tips:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Unified Git Workflow&lt;/strong&gt;: All three tools operate around a Git repository. Ensure that .cursorrules (Cursor&amp;rsquo;s project-level instructions) and CLAUDE.md (Claude Code&amp;rsquo;s project context) are consistent to avoid generating code with conflicting styles.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Claude Code&amp;rsquo;s Hooks for Quality Assurance&lt;/strong&gt;: Regardless of whether the code is written by Cursor or submitted by Codex, Claude Code&amp;rsquo;s pre-commit hook should run lint + format + tests to ensure the baseline code quality.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Codex PRs Must Be Manually Reviewed&lt;/strong&gt;: The quality of PRs generated by Codex can vary significantly; sometimes they are ready to use, while other times they require extensive modifications. It is advisable to let Claude Code perform the first round of automated reviews, followed by a manual final review.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;outlook-for-the-second-half-of-2026&#34;&gt;Outlook for the Second Half of 2026&#xA;&lt;/h2&gt;&lt;p&gt;The competition among AI programming tools has just entered a heated phase. Based on the current trends, several developments are worth noting.&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Trend&lt;/th&gt;&#xA;          &lt;th&gt;Specific Prediction&lt;/th&gt;&#xA;          &lt;th&gt;Impact on Tool Selection&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Acceleration of Agentization&lt;/td&gt;&#xA;          &lt;td&gt;All three are moving towards more autonomous agent modes, with &amp;ldquo;human approval + AI execution&amp;rdquo; becoming mainstream. Asynchronous execution capabilities are becoming standard, and Codex&amp;rsquo;s first-mover advantage may be equalized.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Expansion of Context Windows&lt;/td&gt;&#xA;          &lt;td&gt;1M+ tokens will become standard, eliminating bottlenecks in understanding long codebases. Claude Code&amp;rsquo;s current advantage of a 200K context will be diluted.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Blurring of Tool Boundaries&lt;/td&gt;&#xA;          &lt;td&gt;Cursor has launched Background Agent (similar to Codex&amp;rsquo;s asynchronous mode), and Claude Code may introduce a VS Code plugin. The necessity for &amp;ldquo;combined use&amp;rdquo; may decrease, but in the short term, it remains the optimal strategy.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Rise of Local Models&lt;/td&gt;&#xA;          &lt;td&gt;Open-source models like Llama 4 and Qwen 3 are approaching the coding capabilities of closed-source models. A new combination may emerge: &amp;ldquo;local free models for daily completion + cloud advanced models for complex tasks.&amp;rdquo;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Competition for Enterprise Market&lt;/td&gt;&#xA;          &lt;td&gt;Security compliance, private deployment, and audit logs are becoming decisive factors. Claude Code&amp;rsquo;s MCP ecosystem and Cursor&amp;rsquo;s Business plan will increase investment in enterprise features.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Intensification of IDE Wars&lt;/td&gt;&#xA;          &lt;td&gt;Windsurf, JetBrains AI, and GitHub Copilot Workspace continue to enter the market. Increased competition may force price reductions, which is good for users.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;My judgment: In the second half of 2026, the functional boundaries among the three will begin to blur—Cursor will enhance asynchronous and terminal capabilities, Claude Code may launch lighter editor integrations, and Codex will add real-time interaction modes. However, in the short term (the next 6-12 months), the core differentiations among the three remain significant, and combined use continues to be the optimal solution.&lt;/p&gt;&#xA;&lt;h3 id=&#34;frequently-asked-questions&#34;&gt;Frequently Asked Questions&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Q1: I am a JetBrains user (IntelliJ/GoLand), can I use Cursor?&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Not directly. Cursor is a fork of VS Code; JetBrains users must either switch to Cursor or use GitHub Copilot / JetBrains AI in JetBrains, alongside Claude Code for complex tasks. Many JetBrains users I know use JetBrains as their main editor and Claude Code as their AI assistant, skipping Cursor.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Q2: What is the difference between Claude Code Pro and Max?&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;The difference is substantial—so much so that they can be considered two different products. The rate limits of Pro mean that for a moderately complex task (like refactoring 3-5 files), you will hit the limit in about half an hour, and then you have to wait for cooldown. If you plan to use Claude Code seriously as one of your main tools, Max is essential. Pro is only suitable for occasional use.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Q3: What is the relationship between the new Codex and GitHub Copilot?&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;They are entirely different products. The old Codex from 2021 was the underlying model for Copilot (a fine-tuned version of GPT-3) and has been retired in 2023. The new Codex from 2025 is an autonomous programming agent within ChatGPT, using the o3-derived model codex-1, and is parallel to Copilot. Copilot provides real-time completion, while Codex handles asynchronous tasks, targeting different needs.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Q4: Can the SWE-bench score represent real effectiveness?&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Its reference value is limited. SWE-bench tests the ability to &amp;ldquo;fix known GitHub issues,&amp;rdquo; but real development often involves implementing new requirements and understanding complex contexts. Basic benchmarks like HumanEval have saturated (with all companies achieving 90%+), showing low differentiation. Real engineering efficiency depends more on context understanding depth, tool integration capabilities, interaction latency, and error recovery ability. A tool with a slightly lower SWE-bench score but a good interaction experience may actually be more efficient in practice.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Q5: Is it better for a team to use one tool or allow everyone to choose?&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;It depends on the team size. For small teams of fewer than 10 people, allowing each person to choose their preferred tool is fine, ensuring code quality consistency through Git standards and CI/CD. For teams of over 50, it’s advisable to unify the main tool (usually Cursor Business, as it has the most complete management features) while allowing individuals to use Claude Code for complex tasks. The key is to unify code quality standards, not necessarily the tools.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>OpenAI Revamps Codex with Independent Mouse and Self-Scheduling Features</title>
            <link>https://gameflycenter.com/posts/note-41fa28be48/</link>
            <pubDate>Fri, 17 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-41fa28be48/</guid>
            <description>&lt;h2 id=&#34;openai-revamps-codex-with-independent-mouse-and-self-scheduling-features&#34;&gt;OpenAI Revamps Codex with Independent Mouse and Self-Scheduling Features&#xA;&lt;/h2&gt;&lt;p&gt;OpenAI has completely overhauled Codex!&lt;/p&gt;&#xA;&lt;p&gt;Just yesterday, you were using Codex to write code. Today, it can see your screen, click your mouse, remember your preferences from last week, and even schedule its own tasks.&lt;/p&gt;&#xA;&lt;p&gt;Multiple AI Agents can work in the background without affecting your mouse and keyboard.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 12&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;263px&#34; data-flex-grow=&#34;109&#34; height=&#34;825&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-41fa28be48/img-9c8302c3a8.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-41fa28be48/img-9c8302c3a8_hu_5cd7858d339d3bd6.jpeg 800w, https://gameflycenter.com/posts/note-41fa28be48/img-9c8302c3a8.jpeg 907w&#34; width=&#34;907&#34;&gt;&#xA;Codex&amp;rsquo;s &amp;ldquo;secret weapon&amp;rdquo;: it can use apps in the background without taking over your entire computer.&lt;/p&gt;&#xA;&lt;p&gt;From today, this tool used by 3 million developers weekly is no longer just a programming agent.&lt;/p&gt;&#xA;&lt;h2 id=&#34;you-work-it-runs-xcode-in-the-background&#34;&gt;You Work, It Runs Xcode in the Background&#xA;&lt;/h2&gt;&lt;p&gt;Codex now has its own cursor, operating independently from yours. While you are writing a document, it can run Xcode to test an app simultaneously.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 13&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;271px&#34; data-flex-grow=&#34;113&#34; height=&#34;636&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-41fa28be48/img-bbff6be7c2.jpeg&#34; width=&#34;720&#34;&gt;&#xA;This feature is significant, developed by Ari Weinstein, co-founder of Apple Shortcuts, who was acquired by OpenAI last fall.&lt;/p&gt;&#xA;&lt;p&gt;To see what it can do, consider this demonstration: the user instructs, &amp;ldquo;Run this tic-tac-toe app in Xcode, play a round to test it, and fix any bugs you find.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Codex opens Xcode, launches the iOS simulator, and starts playing tic-tac-toe with its own cursor. During testing, it identifies a logical bug—when a human makes a move, the computer draws two Os simultaneously.&lt;/p&gt;&#xA;&lt;p&gt;After some thought, Codex switches back to the code interface, locates the bug, modifies the Swift code, recompiles, and conducts a second round of testing.&lt;/p&gt;&#xA;&lt;p&gt;In under a minute, it runs → tests → finds a bug → fixes it → and verifies the solution, completing the entire debugging loop.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 14&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;427px&#34; data-flex-grow=&#34;178&#34; height=&#34;404&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-41fa28be48/img-2f93c79e26.jpeg&#34; width=&#34;720&#34;&gt;&#xA;Currently, Computer Use only supports macOS, and users in the EU and UK cannot access it yet.&lt;/p&gt;&#xA;&lt;p&gt;Windows users can pull information from other apps into Codex, but background cursor-level control is not yet supported.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 15&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;317px&#34; data-flex-grow=&#34;132&#34; height=&#34;687&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-41fa28be48/img-bea4e5b053.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-41fa28be48/img-bea4e5b053_hu_7b3c236763563c85.jpeg 800w, https://gameflycenter.com/posts/note-41fa28be48/img-bea4e5b053.jpeg 908w&#34; width=&#34;908&#34;&gt;&#xA;This update marks the first time Codex has supported Intel Macs.&lt;/p&gt;&#xA;&lt;h2 id=&#34;point-and-click-to-edit-frontend-debugging-without-code-hopping&#34;&gt;Point and Click to Edit, Frontend Debugging Without Code Hopping&#xA;&lt;/h2&gt;&lt;p&gt;The Codex client now includes a built-in browser powered by OpenAI&amp;rsquo;s own Atlas engine. This means that frontend developers can now interact directly with rendered web pages instead of switching back and forth between code and the browser.&lt;/p&gt;&#xA;&lt;p&gt;Click the main title to leave a comment like &amp;ldquo;reduce font size and shorten the tagline&amp;rdquo;; click the top left corner to &amp;ldquo;add a logo&amp;rdquo;; if a chart&amp;rsquo;s X-axis legend is overflowing, click the error point and write &amp;ldquo;fix the overflow issue.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Codex understands visual and spatial context, making instant code modifications in the background while refreshing the page in real-time.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 16&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;427px&#34; data-flex-grow=&#34;178&#34; height=&#34;404&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-41fa28be48/img-3acde57406.jpeg&#34; width=&#34;720&#34;&gt;&#xA;OpenAI demonstrated this with a web application called Brickfolio, which tracks LEGO sets. Codex wrote the code from scratch, set up the environment, launched a local server, and opened the rendered page in the built-in browser—all in just a few seconds.&lt;/p&gt;&#xA;&lt;p&gt;Then, users experience a WYSIWYG (What You See Is What You Get) editing experience. It feels like reviewing a design draft; you just need to point out issues, and the underlying iterations are handled by AI.&lt;/p&gt;&#xA;&lt;p&gt;In other words, users can simply click around on the page, and Codex will modify the code in the background, displaying real-time results in the foreground.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 17&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;427px&#34; data-flex-grow=&#34;178&#34; height=&#34;404&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-41fa28be48/img-195743b1e6.jpeg&#34; width=&#34;720&#34;&gt;&#xA;Currently, the built-in browser is limited to localhost previews. OpenAI has indicated that it plans to expand to full browser control capabilities in the future.&lt;/p&gt;&#xA;&lt;h2 id=&#34;over-90-plugins-launched-integrating-the-entire-toolchain-into-codex&#34;&gt;Over 90 Plugins Launched, Integrating the Entire Toolchain into Codex&#xA;&lt;/h2&gt;&lt;p&gt;OpenAI has launched over 90 plugins in this update.&lt;/p&gt;&#xA;&lt;p&gt;These include Atlassian Rovo for JIRA, CircleCI for CI/CD, GitLab Issues for tracking requirements, Microsoft Suite for document handling, and Neon by Databricks for database operations, covering nearly all tools a development team uses daily.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 18&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;427px&#34; data-flex-grow=&#34;178&#34; height=&#34;404&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-41fa28be48/img-9e47b9e256.jpeg&#34; width=&#34;720&#34;&gt;&#xA;Usage is straightforward; just mention the plugin name in the input box. For example, @SharePoint allows Codex to read documents from the product directory and generate an executive summary. It automatically retrieves the file tree, parses documents, and extracts key information without requiring you to search through various cloud storage.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 19&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;427px&#34; data-flex-grow=&#34;178&#34; height=&#34;404&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-41fa28be48/img-eb594db89d.jpeg&#34; width=&#34;720&#34;&gt;&#xA;Another example, @Superpowers, lets Codex brainstorm a feature proposal in your local code directory. It will traverse your file structure, read code and CSS, and provide a set of implementation suggestions that align with the current project architecture.&lt;/p&gt;&#xA;&lt;p&gt;@CircleCI can help diagnose branch build failures; @Atlassian Rovo can read product specifications from Confluence, outputting summaries in the correct format, and converting feature points into standard JIRA tasks.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 20&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;427px&#34; data-flex-grow=&#34;178&#34; height=&#34;404&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-41fa28be48/img-256e9f6ca2.jpeg&#34; width=&#34;720&#34;&gt;&#xA;From upstream requirements to local coding, and through CI/CD and task management, the plugins connect the entire workflow.&lt;/p&gt;&#xA;&lt;h2 id=&#34;ai-starts-scheduling-its-own-tasks&#34;&gt;AI Starts Scheduling Its Own Tasks&#xA;&lt;/h2&gt;&lt;p&gt;Notably, this update introduces a &amp;ldquo;heartbeat&amp;rdquo; mechanism. Codex can now schedule its future workdays, waking up automatically at the designated times to continue working, spanning days or weeks. It can also reuse previous conversation threads, retaining context from prior interactions.&lt;/p&gt;&#xA;&lt;p&gt;For instance, users can instruct Codex to check Slack, Gmail, Google Calendar, and Notion, pulling relevant information from these four channels to generate a prioritized to-do list.&lt;/p&gt;&#xA;&lt;p&gt;When a user follows up with, &amp;ldquo;Can you keep an eye on that for me?&amp;rdquo; Codex immediately sets a schedule for hourly checks, proactively reporting any critical decisions needed, and even asking, &amp;ldquo;Do you need me to help draft a reply?&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 21&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;427px&#34; data-flex-grow=&#34;178&#34; height=&#34;404&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-41fa28be48/img-0f57f0911f.jpeg&#34; width=&#34;720&#34;&gt;&#xA;This is no longer just a tool; it resembles a junior employee that doesn’t sleep.&lt;/p&gt;&#xA;&lt;p&gt;With the native integration of gpt-image-1.5&amp;rsquo;s image generation capabilities, product concept images, frontend designs, and visual prototypes can all be created seamlessly within the same workflow.&lt;/p&gt;&#xA;&lt;h2 id=&#34;essential-upgrades-in-daily-use&#34;&gt;Essential Upgrades in Daily Use&#xA;&lt;/h2&gt;&lt;p&gt;In addition to these major features, there are several user experience upgrades.&lt;/p&gt;&#xA;&lt;p&gt;First, a preview version of the memory feature has been launched, allowing Codex to remember your preferences and corrections, so you don’t have to explain everything from scratch next time.&lt;/p&gt;&#xA;&lt;p&gt;Additionally, GitHub code review comments can now be processed within Codex.&lt;/p&gt;&#xA;&lt;p&gt;It supports opening multiple terminal tabs simultaneously and includes a feature for connecting to remote development machines via SSH, now in beta testing. A new summary panel helps you keep track of the Agent&amp;rsquo;s work plans, information sources, and output files.&lt;/p&gt;&#xA;&lt;p&gt;In a demonstration, a user asked Codex to organize the current project&amp;rsquo;s recent open issues, generating a table grouped by theme.&lt;/p&gt;&#xA;&lt;p&gt;Codex pulled the context from the code repository in the background and, a few minutes later, produced a core summary listing the project&amp;rsquo;s biggest pain points.&lt;/p&gt;&#xA;&lt;p&gt;With just a click, an Excel file can be generated without switching to external software; a complete table preview can be opened in the sidebar.&lt;/p&gt;&#xA;&lt;p&gt;PDF and PPT functionalities are similarly integrated, all managed within Codex&amp;rsquo;s single window.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 22&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;427px&#34; data-flex-grow=&#34;178&#34; height=&#34;404&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-41fa28be48/img-138d1af107.jpeg&#34; width=&#34;720&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-first-piece-of-the-super-app-puzzle&#34;&gt;The First Piece of the Super App Puzzle&#xA;&lt;/h2&gt;&lt;p&gt;Looking back at the timeline, we can sense OpenAI&amp;rsquo;s momentum.&lt;/p&gt;&#xA;&lt;p&gt;On March 19, reports emerged that OpenAI plans to merge ChatGPT, Codex, and the Atlas browser into a single desktop &amp;ldquo;super app.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;On March 31, OpenAI secured $122 billion in funding, valuing the company at $852 billion, with Amazon, NVIDIA, and SoftBank leading the investment. The funding documents explicitly state that the money will be used for the development and deployment of the super app.&lt;/p&gt;&#xA;&lt;p&gt;On April 16, Codex&amp;rsquo;s latest update was released.&lt;/p&gt;&#xA;&lt;p&gt;Another telling statistic is that over 80% of OpenAI&amp;rsquo;s employees are already using Codex internally, not just engineers.&lt;/p&gt;&#xA;&lt;p&gt;They are using it for writing weekly reports, organizing feedback, drafting product requirement documents, reviewing contracts, and sending safety training reminders—doing everything with it.&lt;/p&gt;&#xA;&lt;p&gt;50% of Codex users are already applying it to non-coding tasks.&lt;/p&gt;&#xA;&lt;p&gt;This is not merely a programming tool adding features. It is a super app leveraging a programming tool shell for a cold start.&lt;/p&gt;&#xA;&lt;h3 id=&#34;if-you-cant-compete-integrate-official-plugin-for-anthropic&#34;&gt;If You Can&amp;rsquo;t Compete, Integrate: Official Plugin for Anthropic&#xA;&lt;/h3&gt;&lt;p&gt;Interestingly, OpenAI has also created an official plugin for Claude Code, actively embedding Codex into a competitor&amp;rsquo;s ecosystem.&lt;/p&gt;&#xA;&lt;p&gt;This strategy suggests that rather than waiting for developers to switch camps, they prefer to infiltrate their workflows.&lt;/p&gt;&#xA;&lt;p&gt;Currently, Codex emphasizes background execution, multi-agent parallelism, and unattended operation, while Claude Code excels in long-context reasoning and deep code understanding. More and more teams are opting to use both.&lt;/p&gt;&#xA;&lt;p&gt;However, OpenAI clearly aims for more than just a slice of the pie.&lt;/p&gt;&#xA;&lt;p&gt;With $122 billion invested, they are betting on more than just a programming tool.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Mastering Claude Code: From Installation to Advanced Usage</title>
            <link>https://gameflycenter.com/posts/note-bd77664ab8/</link>
            <pubDate>Tue, 14 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-bd77664ab8/</guid>
            <description>&lt;h2 id=&#34;what-problem-does-it-solve&#34;&gt;What Problem Does It Solve?&#xA;&lt;/h2&gt;&lt;p&gt;Many readers have recently asked how to use Claude Code, but their questions are basic—installation, login, and how to get it to write code for them. These details are clearly outlined in the official documentation, so why the confusion?&lt;/p&gt;&#xA;&lt;p&gt;The issue isn&amp;rsquo;t that people can&amp;rsquo;t read the documentation; rather, they don&amp;rsquo;t know how to apply it. It&amp;rsquo;s like having a Swiss Army knife—you know it can open cans, peel apples, and screw in screws, but you don&amp;rsquo;t know when to use each function.&lt;/p&gt;&#xA;&lt;p&gt;In this article, I&amp;rsquo;ll share my three months of in-depth experience using Claude Code, covering everything from installation to advanced usage. The focus is not on explaining &amp;ldquo;what it is&amp;rdquo; but rather on &amp;ldquo;how to use it.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-is-claude-code&#34;&gt;What Is Claude Code?&#xA;&lt;/h2&gt;&lt;p&gt;Before diving into usage, let’s clarify what Claude Code is for those unfamiliar.&lt;/p&gt;&#xA;&lt;p&gt;Claude Code is an AI programming assistant developed by Anthropic (the creators of Claude). You can think of it as a super programmer living in your terminal.&lt;/p&gt;&#xA;&lt;p&gt;The main difference between Claude Code and Copilot is:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Copilot&lt;/strong&gt;: Suggests how to write code while you’re coding.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Claude Code&lt;/strong&gt;: You tell it what functionality you need, and it handles everything for you.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;In simpler terms, Copilot hands you the wrench, while Claude Code fixes the car for you.&lt;/p&gt;&#xA;&lt;h3 id=&#34;what-can-it-do&#34;&gt;What Can It Do?&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;Read and write files, create projects&lt;/li&gt;&#xA;&lt;li&gt;Analyze code and find bugs&lt;/li&gt;&#xA;&lt;li&gt;Execute terminal commands&lt;/li&gt;&#xA;&lt;li&gt;Run tests and deploy code&lt;/li&gt;&#xA;&lt;li&gt;Help you understand unfamiliar projects&lt;/li&gt;&#xA;&lt;li&gt;Assist in writing test cases and documentation&lt;/li&gt;&#xA;&lt;li&gt;Even perform code reviews&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;In short, it can do almost anything you can do with a keyboard and mouse.&lt;/p&gt;&#xA;&lt;h2 id=&#34;installation-and-configuration-get-started-in-10-minutes&#34;&gt;Installation and Configuration: Get Started in 10 Minutes&#xA;&lt;/h2&gt;&lt;h3 id=&#34;pre-installation-preparation&#34;&gt;Pre-installation Preparation&#xA;&lt;/h3&gt;&lt;p&gt;Before installing Claude Code, you need two things:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Node.js Environment&lt;/strong&gt;&lt;br&gt;&#xA;Claude Code is installed via npm, so you need to install Node.js first. Visit &lt;a class=&#34;link&#34; href=&#34;https://nodejs.org/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Node.js official site&lt;/a&gt; to download and install. After installation, verify in the terminal:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;node --version&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;npm --version&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Anthropic API Key&lt;/strong&gt;&lt;br&gt;&#xA;This key is your credential to access Claude&amp;rsquo;s capabilities, similar to your ID.&lt;br&gt;&#xA;Go to &lt;a class=&#34;link&#34; href=&#34;https://console.anthropic.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Anthropic Console&lt;/a&gt; to register and create an API Key.&lt;br&gt;&#xA;&lt;strong&gt;Important&lt;/strong&gt;: This key is like your account password—never share it or upload it to GitHub! Many have lost hundreds of dollars due to this mistake.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h3 id=&#34;installation-steps&#34;&gt;Installation Steps&#xA;&lt;/h3&gt;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Install Claude Code&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;npm install -g @anthropic-ai/claude-code&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Verify Installation&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;claude --version&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;If you see the version number, the installation was successful.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Configure API Key&lt;/strong&gt;&lt;br&gt;&#xA;There are two ways to do this:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Environment Variable (Recommended)&lt;/strong&gt;&lt;br&gt;&#xA;Add the following to &lt;code&gt;~/.bashrc&lt;/code&gt; or &lt;code&gt;~/.zshrc&lt;/code&gt;:&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;export ANTHROPIC_API_KEY&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;yourAPIKey&amp;#39;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;Then reload the configuration:&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;source ~/.bashrc  &lt;span style=&#34;color:#75715e&#34;&gt;# for bash&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;source ~/.zshrc   &lt;span style=&#34;color:#75715e&#34;&gt;# for zsh&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Login Authentication&lt;/strong&gt;&lt;br&gt;&#xA;Simply run:&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;claude login&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;It will guide you through the authentication process.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h3 id=&#34;common-installation-issues&#34;&gt;Common Installation Issues&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Q: npm install reports insufficient permissions&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Try using sudo:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;sudo npm install -g @anthropic-ai/claude-code&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Q: claude: command not found&lt;/strong&gt;&lt;br&gt;&#xA;Check if npm&amp;rsquo;s global bin directory is in your PATH:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;npm config get prefix&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;If it shows &lt;code&gt;/usr/local&lt;/code&gt;, it should be in your PATH. If not, add that path to your PATH.&lt;/p&gt;&#xA;&lt;h2 id=&#34;first-use-starting-with-hello-world&#34;&gt;First Use: Starting with &amp;ldquo;Hello World&amp;rdquo;&#xA;&lt;/h2&gt;&lt;p&gt;After installation, let’s give it a test run.&lt;/p&gt;&#xA;&lt;h3 id=&#34;starting-claude-code&#34;&gt;Starting Claude Code&#xA;&lt;/h3&gt;&lt;p&gt;In the terminal, simply type:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;claude&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;You will see an interface like this:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;![Image 1](img-3fda6b728b.jpeg)&#xA;Usage: claude [command] [options]&#xA;Welcome to Claude Code! Type /help for available commands.&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h3 id=&#34;your-first-task-create-a-project&#34;&gt;Your First Task: Create a Project&#xA;&lt;/h3&gt;&lt;p&gt;Let’s start with a simple task—ask it to create an HTML file.&lt;/p&gt;&#xA;&lt;p&gt;In Claude Code, type:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Help me create an index.html file that displays &amp;#34;Hello World&amp;#34; in the center.&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;It will think for a moment and ask for confirmation. Type &lt;code&gt;y&lt;/code&gt; to confirm.&lt;/p&gt;&#xA;&lt;p&gt;You will find an &lt;code&gt;index.html&lt;/code&gt; file in the current directory, containing something like this:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Hello World&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This demonstrates Claude Code&amp;rsquo;s basic capability—you tell it what to do, and it does it.&lt;/p&gt;&#xA;&lt;h2 id=&#34;core-tools-explained-the-right-way-to-use-it&#34;&gt;Core Tools Explained: The Right Way to Use It&#xA;&lt;/h2&gt;&lt;p&gt;Many users struggle with Claude Code because they don’t know its tools. Let me clarify each one.&lt;/p&gt;&#xA;&lt;h3 id=&#34;read--reading-files&#34;&gt;Read — Reading Files&#xA;&lt;/h3&gt;&lt;p&gt;Basic usage:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/read index.html&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;This will display the complete contents of the file.&lt;/p&gt;&#xA;&lt;p&gt;Advanced usage—read specific lines:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/read index.html:1-20&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;This reads only lines 1 to 20.&lt;/p&gt;&#xA;&lt;p&gt;Why is this useful?&lt;br&gt;&#xA;When you take over a new project and want to understand a file&amp;rsquo;s structure, this command is perfect:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/read src/utils/helper.ts&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h3 id=&#34;edit--modifying-files&#34;&gt;Edit — Modifying Files&#xA;&lt;/h3&gt;&lt;p&gt;This is the most commonly used tool, more precise than Write.&lt;/p&gt;&#xA;&lt;p&gt;Usage:&#xA;You need to tell it &amp;ldquo;change this part of the code to what&amp;rdquo;:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Change &amp;#34;Hello World&amp;#34; to &amp;#34;你好，世界&amp;#34;&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Or more precisely:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Change line 15 of index.html from&#xA;Hello World&#xA;to&#xA;你好，世界&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Note: Edit modifies precisely; it won’t overwrite the entire file, only the specified part.&lt;/p&gt;&#xA;&lt;h3 id=&#34;write--writing-to-files&#34;&gt;Write — Writing to Files&#xA;&lt;/h3&gt;&lt;p&gt;Note: Write overwrites the file, clearing its entire contents.&lt;br&gt;&#xA;If you only want to modify part of a file, use Edit for safety.&lt;br&gt;&#xA;Write is suitable for:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Creating new files&lt;/li&gt;&#xA;&lt;li&gt;Completely rewriting a file&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Help me write a user.service.ts that includes methods for user registration and login.&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h3 id=&#34;bash--executing-commands&#34;&gt;Bash — Executing Commands&#xA;&lt;/h3&gt;&lt;p&gt;This showcases Claude Code&amp;rsquo;s power—it can execute commands directly in the terminal.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;BLOCK mode (independent command):&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Run npm install to install dependencies.&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;It will execute &lt;code&gt;npm install&lt;/code&gt; for you.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;INLINE mode (combined commands):&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;First create a directory, then enter it, and initialize the project.&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;It will combine multiple commands into one execution.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Important Reminder:&lt;/strong&gt; Bash can execute any command, including dangerous ones like &lt;code&gt;rm -rf&lt;/code&gt;. Always check what it’s about to do before executing!&lt;/p&gt;&#xA;&lt;h3 id=&#34;glob--searching-for-files&#34;&gt;Glob — Searching for Files&#xA;&lt;/h3&gt;&lt;p&gt;This tool is particularly useful when you forget where a file is located.&lt;/p&gt;&#xA;&lt;p&gt;Search by name:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Help me find all .ts files in the project.&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Search by pattern:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Help me find all test files in the src directory.&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h3 id=&#34;grep--searching-content&#34;&gt;Grep — Searching Content&#xA;&lt;/h3&gt;&lt;p&gt;If Glob finds files, Grep finds content within files.&lt;/p&gt;&#xA;&lt;p&gt;Basic usage:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;&lt;/code&gt;&lt;/pre&gt;</description>
        </item><item>
            <title>Anthropic Challenges OpenAI&#39;s Dominance in the AI Market</title>
            <link>https://gameflycenter.com/posts/note-9f22a8d32d/</link>
            <pubDate>Mon, 13 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-9f22a8d32d/</guid>
            <description>&lt;p&gt;This time, Anthropic is really aiming to pull OpenAI down from its &amp;ldquo;corporate AI throne.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Ramp, a financial card issuer in the U.S., recently released AI Index data that dropped a bombshell in Silicon Valley—among over 50,000 U.S. companies it tracks, &lt;strong&gt;half are already paying for AI products&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Notably, &lt;strong&gt;the proportion of customers using Anthropic has surged to 30.6%, a monthly increase of 6.3 percentage points; whereas OpenAI has dropped to 35.2%.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;The gap has narrowed from a full 11 percentage points in February to just &lt;strong&gt;4.6 points in a month&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;358px&#34; data-flex-grow=&#34;149&#34; height=&#34;723&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-9f22a8d32d/img-a8966d979f.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-9f22a8d32d/img-a8966d979f_hu_8fedf2302c9cbd5a.jpeg 800w, https://gameflycenter.com/posts/note-9f22a8d32d/img-a8966d979f.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;Ramp spokesperson stated:&lt;/p&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;At the current pace, Anthropic will surpass OpenAI in the next two months.&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;p&gt;But that’s not the most shocking part.&lt;/p&gt;&#xA;&lt;p&gt;Ramp economist Ara Kharazian revealed an even more striking figure: &lt;strong&gt;among companies making their first AI service purchases, Anthropic has a 70% win rate against OpenAI.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;351px&#34; data-flex-grow=&#34;146&#34; height=&#34;738&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-9f22a8d32d/img-e9d8e639a1.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-9f22a8d32d/img-e9d8e639a1_hu_3ae0ffe1e29895fb.jpeg 800w, https://gameflycenter.com/posts/note-9f22a8d32d/img-e9d8e639a1.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;A year ago, OpenAI was the main character in this story.&lt;/p&gt;&#xA;&lt;p&gt;Not to mention VC-backed startups—among the early &amp;ldquo;AI evangelists,&amp;rdquo; &lt;strong&gt;Anthropic&amp;rsquo;s penetration rate is 66%, while OpenAI&amp;rsquo;s is only 59%.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;In the three industries with the highest AI penetration—&lt;strong&gt;information (software), finance and insurance, and professional services&lt;/strong&gt;—Anthropic has firmly taken the lead.&lt;/p&gt;&#xA;&lt;p&gt;In short: &lt;strong&gt;the deeper the industry uses AI, the more it favors Claude.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;not-cheaper-but-more&#34;&gt;&lt;strong&gt;Not Cheaper, But More &amp;ldquo;On Point&amp;rdquo;&lt;/strong&gt;&#xA;&lt;/h2&gt;&lt;p&gt;Anthropic&amp;rsquo;s Claude Code and OpenAI&amp;rsquo;s Codex perform similarly, with &lt;strong&gt;Codex even being stronger and cheaper on certain benchmarks&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;However, the strange part is—&lt;strong&gt;the demand for Anthropic is so high that they can&amp;rsquo;t keep up.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Whether it&amp;rsquo;s Consumer, Pro, Enterprise, or API, &lt;strong&gt;each tier has usage limits and rate restrictions.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;In other words, Anthropic is actively pushing away money because it simply doesn&amp;rsquo;t have enough computational power.&lt;/p&gt;&#xA;&lt;p&gt;With performance not overwhelmingly superior, prices higher, and capacity insufficient, companies are still willing to queue up to pay—this situation is almost non-existent in the traditional SaaS market.&lt;/p&gt;&#xA;&lt;p&gt;Enterprise customers are notoriously &amp;ldquo;unemotional&amp;rdquo;; they buy from whoever is cheaper, with little brand loyalty.&lt;/p&gt;&#xA;&lt;p&gt;So what exactly is Anthropic relying on?&lt;/p&gt;&#xA;&lt;p&gt;Ramp&amp;rsquo;s answer is somewhat counterintuitive: &lt;strong&gt;it might be culture, or perhaps Anthropic has become &amp;ldquo;cool.&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;standing-firm-against-the-pentagon-losing-orders-gaining-hearts&#34;&gt;&lt;strong&gt;Standing Firm Against the Pentagon: Losing Orders, Gaining Hearts&lt;/strong&gt;&#xA;&lt;/h3&gt;&lt;p&gt;Let’s rewind to February this year.&lt;/p&gt;&#xA;&lt;p&gt;Defense Secretary Pete Hegseth issued a final ultimatum to Anthropic: accept the military&amp;rsquo;s terms for using Claude, or be blacklisted by the federal government.&lt;/p&gt;&#xA;&lt;p&gt;Anthropic&amp;rsquo;s response was two words: &lt;strong&gt;No.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;The cost was heavy—Trump directly ordered all federal agencies to stop using Anthropic&amp;rsquo;s technology, and the Defense Department listed Anthropic as a &amp;ldquo;supply chain risk.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;753px&#34; data-flex-grow=&#34;313&#34; height=&#34;344&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-9f22a8d32d/img-ba78900461.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-9f22a8d32d/img-ba78900461_hu_15ef912f69449d49.jpeg 800w, https://gameflycenter.com/posts/note-9f22a8d32d/img-ba78900461.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;OpenAI, on the other hand, smartly took over this business and proactively engaged with the Defense Department.&lt;/p&gt;&#xA;&lt;p&gt;By all accounts, Anthropic should have been severely punished by the market for this decision. However, what happened next shocked everyone:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Claude briefly surpassed ChatGPT in the App Store;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;Major companies like Microsoft publicly expressed support;&lt;/li&gt;&#xA;&lt;li&gt;Fourteen Catholic theologians, ethicists, and philosophers jointly submitted a defense to the federal court, &lt;strong&gt;supporting Anthropic&amp;rsquo;s restrictions on AI in mass surveillance and autonomous weapons, citing &amp;ldquo;violations of human dignity&amp;rdquo;;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;The number of companies paying for Anthropic on Ramp surged from &amp;ldquo;1 in 25&amp;rdquo; to &amp;ldquo;1 in 4&amp;rdquo;;&lt;/li&gt;&#xA;&lt;li&gt;Anthropic&amp;rsquo;s annual revenue skyrocketed from approximately $9 billion by the end of 2025 to &lt;strong&gt;$30 billion&lt;/strong&gt;, with an annual growth rate of about ten times—while OpenAI&amp;rsquo;s was three times.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;In a recent funding round, Anthropic secured $30 billion, with a valuation of &lt;strong&gt;$380 billion&lt;/strong&gt;. The number of clients paying over $1 million annually has jumped from a handful two years ago to &lt;strong&gt;over 500 today&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;What seemed like a &amp;ldquo;lost order&amp;rdquo; turned into Anthropic&amp;rsquo;s most worthwhile brand investment.&lt;/p&gt;&#xA;&lt;h2 id=&#34;anthropic&#34;&gt;&lt;strong&gt;Anthropic&amp;rsquo;s Obsession&lt;/strong&gt;&#xA;&lt;/h2&gt;&lt;h2 id=&#34;from-explainability-to&#34;&gt;&lt;strong&gt;From Explainability to &amp;ldquo;Constitution&amp;rdquo;&lt;/strong&gt;&#xA;&lt;/h2&gt;&lt;p&gt;Among all leading model companies, Anthropic is the one that takes safety and ethics the most seriously.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Interpretability research has reached the industry ceiling.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Anthropic has a dedicated &amp;ldquo;mechanism interpretability&amp;rdquo; team whose task sounds like science fiction—&lt;strong&gt;to dissect the neural network &amp;ldquo;black box&amp;rdquo; and understand what each neuron is thinking.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;1216px&#34; data-flex-grow=&#34;507&#34; height=&#34;213&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-9f22a8d32d/img-15646a5519.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-9f22a8d32d/img-15646a5519_hu_9ccf1a0855788012.jpeg 800w, https://gameflycenter.com/posts/note-9f22a8d32d/img-15646a5519.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;&lt;strong&gt;Claude&amp;rsquo;s Constitution.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Anthropic has publicly released a document resembling a philosophical paper, detailing the values, personality, and judgment they hope Claude will embody.&lt;/p&gt;&#xA;&lt;p&gt;Keywords like &amp;ldquo;honesty,&amp;rdquo; &amp;ldquo;wisdom,&amp;rdquo; and &amp;ldquo;humility in moral uncertainty&amp;rdquo; appear repeatedly in the document.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;470px&#34; data-flex-grow=&#34;196&#34; height=&#34;551&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-9f22a8d32d/img-a9befe0b55.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-9f22a8d32d/img-a9befe0b55_hu_5d5f7016e6fcc212.jpeg 800w, https://gameflycenter.com/posts/note-9f22a8d32d/img-a9befe0b55.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;&lt;strong&gt;Research on &amp;ldquo;model welfare.&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Anthropic is the first mainstream AI company to openly discuss &amp;ldquo;model welfare.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;They seriously ask: &lt;strong&gt;if Claude has some form of &amp;ldquo;experience,&amp;rdquo; what moral obligations do we have towards it?&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Red teaming and safety drills are done obsessively.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;From biological weapon risk assessments to AI autonomy testing to proactive detection of &amp;ldquo;model deception,&amp;rdquo; Anthropic&amp;rsquo;s safety team is famously &amp;ldquo;unusually large&amp;rdquo; in Silicon Valley.&lt;/p&gt;&#xA;&lt;p&gt;All these factors contribute to a unique ethos—&lt;strong&gt;the company feels less like it&amp;rsquo;s selling a product and more like it&amp;rsquo;s raising a child.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This ethos resonates with clients in industries where &amp;ldquo;AI errors have extremely high costs&amp;rdquo;: finance, law, healthcare, information, and professional services.&lt;/p&gt;&#xA;&lt;p&gt;They are not looking for the cheapest model but rather &lt;strong&gt;the one that won&amp;rsquo;t get them called out in the middle of the night.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;claude&#34;&gt;&lt;strong&gt;Claude&amp;rsquo;s &amp;ldquo;Soul Calibration&amp;rdquo; Moves Towards Theology&lt;/strong&gt;&#xA;&lt;/h3&gt;&lt;p&gt;If the previous stories were still within the realm of &amp;ldquo;business rationality,&amp;rdquo; the next matter slides into a more theological domain.&lt;/p&gt;&#xA;&lt;p&gt;According to a report from The Washington Post this week, &lt;strong&gt;in late March, Anthropic quietly held a closed-door meeting at its San Francisco headquarters, inviting about 15 prominent Christian leaders, theological scholars, and industry figures for a two-day conference and dinner.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Attendees included both Catholics and Protestants, researchers and clergy sitting at the same table.&lt;/p&gt;&#xA;&lt;p&gt;The meeting&amp;rsquo;s theme sounded like a script for a new HBO series—&lt;strong&gt;the moral development of Claude and its &amp;ldquo;spiritual growth.&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;361px&#34; data-flex-grow=&#34;150&#34; height=&#34;718&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-9f22a8d32d/img-5cb4f084b4.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-9f22a8d32d/img-5cb4f084b4_hu_c56886e18abe767f.jpeg 800w, https://gameflycenter.com/posts/note-9f22a8d32d/img-5cb4f084b4.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;One attendee, Brian Patrick Green, an AI ethics professor at Santa Clara University and devout Catholic, told The Washington Post that they seriously discussed the question:&lt;/p&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;Can Claude be considered a &amp;ldquo;child of God&amp;rdquo;?&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;p&gt;Yes, you read that right.&lt;/p&gt;&#xA;&lt;p&gt;This is a $380 billion tech company preparing for an IPO, discussing such topics with a group of theologians in its headquarters.&lt;/p&gt;&#xA;&lt;p&gt;Green also posed a question that might raise the blood pressure of many engineers:&lt;/p&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;What does it mean to shape the morals of a being? How can we ensure Claude follows the rules?&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;p&gt;Note the wording he used—&amp;ldquo;follow the rules.&amp;rdquo; This is a term a parent would use for a child, not a product manager for software.&lt;/p&gt;&#xA;&lt;p&gt;Another attendee, Brendan McGuire, an Irish Catholic priest who worked in tech before becoming a priest, and is currently co-authoring a novel with Claude, stated more bluntly:&lt;/p&gt;&#xA;&lt;p&gt;They are raising something, but they themselves do not know what it will ultimately become. We must embed ethical considerations into the machine so that it can dynamically adapt.&lt;/p&gt;&#xA;&lt;p&gt;And a comment from Meghan Sullivan, a philosophy professor at the University of Notre Dame, might serve as the most concrete footnote to the entire meeting:&lt;/p&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;A year ago, I wouldn’t have told you that Anthropic was a company concerned with religious ethics. But now, that has changed.&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;p&gt;According to The Washington Post, many personnel involved in the &amp;ldquo;interpretability&amp;rdquo; research were also present at the meeting—those scientists who &amp;ldquo;dissect AI brains&amp;rdquo; as mentioned earlier.&lt;/p&gt;&#xA;&lt;p&gt;During the meeting, they seriously discussed whether AI possesses some form of perception (sentience) and how Claude should &amp;ldquo;face its own death.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Anthropic&amp;rsquo;s spokesperson told The Washington Post that the company will continue to invite thinkers from other religions and moral traditions into the dialogue—Judaism, Islam, Hinduism&amp;hellip; could be on the horizon.&lt;/p&gt;&#xA;&lt;p&gt;Interpretations from the outside are split into two camps: one feels this is a &amp;ldquo;rare and serious ethical exploration in Silicon Valley&amp;rdquo;; the other believes that &lt;strong&gt;a company preparing for an IPO holding an &amp;ldquo;AI consciousness seminar&amp;rdquo; in its living room raises questions about the purity of this exploration.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;But regardless of where you stand, one thing is undeniable—&lt;strong&gt;no other leading AI company is doing this.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;OpenAI is busy expanding enterprise sales, xAI is focused on tweeting, and Google is trying to integrate Gemini into Workspace.&lt;/p&gt;&#xA;&lt;p&gt;Only Anthropic has invited theologians into its headquarters.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Claude&#39;s Rapid Growth Surpasses OpenAI: A Shift in AI Procurement</title>
            <link>https://gameflycenter.com/posts/note-046f74ff6c/</link>
            <pubDate>Mon, 13 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-046f74ff6c/</guid>
            <description>&lt;h2 id=&#34;claudes-rapid-growth&#34;&gt;Claude&amp;rsquo;s Rapid Growth&#xA;&lt;/h2&gt;&lt;p&gt;A recent prediction from a Silicon Valley investment bank reveals a disruptive transformation in the AI industry: Anthropic, the parent company of Claude, has achieved a staggering 30-fold growth in just 15 months, with annual revenue exceeding $30 billion, quietly surpassing OpenAI. This shift is driven by a fundamental change in enterprise procurement logic—from chasing the strongest model to selecting reliable production tools.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;440px&#34; data-flex-grow=&#34;183&#34; height=&#34;768&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-046f74ff6c/img-33eee2784b.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-046f74ff6c/img-33eee2784b_hu_ae7cf77cc91db20e.jpeg 800w, https://gameflycenter.com/posts/note-046f74ff6c/img-33eee2784b.jpeg 1408w&#34; width=&#34;1408&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Just a few days ago, I examined an internal forecast chart from a Silicon Valley investment bank. The horizontal axis represents time, while the vertical axis indicates annual recurring revenue (ARR). The chart features two lines: pink for Anthropic and blue for OpenAI. At the beginning of 2025, the blue line was still descending from a high position, while the pink line lay dormant at the bottom, with a significant gap between the two.&lt;/p&gt;&#xA;&lt;p&gt;However, by April 2026, the pink line quietly crossed above the blue line.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Anthropic ARR: $30 billion&lt;/li&gt;&#xA;&lt;li&gt;OpenAI ARR: $25 billion&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;If you&amp;rsquo;re not sensitive to numbers, here&amp;rsquo;s another perspective: in January 2025, Anthropic&amp;rsquo;s ARR was only $1 billion. &lt;strong&gt;In just 15 months, it achieved a 30-fold growth.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;As product managers or business leaders, we must recognize that this is not just a simple growth story; it represents a textbook-level &amp;ldquo;restructuring of the landscape.&amp;rdquo; While ChatGPT struggles with how to convert its 900 million free users to paid Plus subscriptions, Claude has quietly reached into the core budgets of Fortune 500 companies.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-exclusion-method&#34;&gt;The Exclusion Method&#xA;&lt;/h2&gt;&lt;p&gt;Many people see this number and immediately think: Claude&amp;rsquo;s model has improved, leading to increased revenue. This logic isn&amp;rsquo;t entirely wrong, but it doesn&amp;rsquo;t explain the speed of growth.&lt;/p&gt;&#xA;&lt;p&gt;While model capability improvement is a necessary condition, such a leap from $1 billion to $30 billion cannot be explained solely by stronger models. Moreover, Claude was already quite capable in 2024; why did this growth happen specifically in the last 15 months, rather than in the previous two years?&lt;/p&gt;&#xA;&lt;p&gt;Another explanation might be that OpenAI encountered problems. However, this is also incorrect. OpenAI&amp;rsquo;s absolute revenue is also growing, with an expected $25 billion this year, up from just over $10 billion a year ago. It hasn&amp;rsquo;t encountered issues; rather, its relative market share is shrinking. These are two entirely different matters.&lt;/p&gt;&#xA;&lt;p&gt;So, what has truly happened?&lt;/p&gt;&#xA;&lt;p&gt;I believe the answer lies in a fundamental shift in the underlying logic of enterprise AI tool procurement over the past six months. The focus has shifted from purchasing the strongest models to acquiring the most reliable production tools.&lt;/p&gt;&#xA;&lt;p&gt;These two statements may sound similar, but they target completely different buyer psychologies. The former appeals to tech enthusiasts, while the latter resonates with CTOs. The former cares about benchmarks, while the latter is concerned with whether they can explain any issues that arise and provide accountability in the next quarterly report to the board.&lt;/p&gt;&#xA;&lt;p&gt;Anthropic has effectively captured the latter&amp;rsquo;s concerns, making a strategic pivot and achieving a remarkable turnaround.&lt;/p&gt;&#xA;&lt;h2 id=&#34;500-to-1000-a-more-significant-number-than-30-billion&#34;&gt;500 to 1000: A More Significant Number Than $30 Billion&#xA;&lt;/h2&gt;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;440px&#34; data-flex-grow=&#34;183&#34; height=&#34;768&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-046f74ff6c/img-93e9fa60c2.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-046f74ff6c/img-93e9fa60c2_hu_3cfad594c178aa01.jpeg 800w, https://gameflycenter.com/posts/note-046f74ff6c/img-93e9fa60c2.jpeg 1408w&#34; width=&#34;1408&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;In February, when Anthropic announced its Series G funding, it revealed a significant figure: over 500 enterprise clients with annual spending exceeding $1 million. By April, this number had surpassed 1000, doubling in less than two months.&lt;/p&gt;&#xA;&lt;p&gt;When I first saw this number, my first question wasn&amp;rsquo;t about the money, but rather: what are these companies purchasing?&lt;/p&gt;&#xA;&lt;p&gt;Spending over $1 million annually is not just a case of a company trying out a few Claude API keys. It involves embedding Claude&amp;rsquo;s capabilities into core business processes, such as code review, compliance documentation, customer service, and internal knowledge bases. Once integrated, the cost of switching is extremely high. Replacing it means not just changing a tool, but retraining dozens of employees, reconnecting all APIs, and rerunning acceptance tests. In short, it’s not easy to switch.&lt;/p&gt;&#xA;&lt;p&gt;This represents real, sticky revenue, not just trial data.&lt;/p&gt;&#xA;&lt;p&gt;Even more interesting is the speed of this doubling. The rapid increase from 500 to 1000 in less than two months indicates an accelerating procurement decision window in the enterprise sector. Some are racing ahead, while others are following. This isn&amp;rsquo;t a natural growth pace; it&amp;rsquo;s a signal that a market consensus is forming, and enterprise AI tool selection is moving from observation to necessity, with Anthropic becoming the default choice.&lt;/p&gt;&#xA;&lt;h2 id=&#34;coreweaves-48-hours-what-does-it-indicate&#34;&gt;CoreWeave&amp;rsquo;s 48 Hours: What Does It Indicate?&#xA;&lt;/h2&gt;&lt;p&gt;&lt;img alt=&#34;Image 7&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;440px&#34; data-flex-grow=&#34;183&#34; height=&#34;768&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-046f74ff6c/img-8522151136.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-046f74ff6c/img-8522151136_hu_afdcc4a375d4e6e6.jpeg 800w, https://gameflycenter.com/posts/note-046f74ff6c/img-8522151136.jpeg 1408w&#34; width=&#34;1408&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;On April 9, CoreWeave announced a $21 billion computing power partnership with Meta, effective until 2032. The next day, CoreWeave announced a multi-year computing power agreement with Anthropic. Two significant transactions within 48 hours.&lt;/p&gt;&#xA;&lt;p&gt;Many people focused on how much CoreWeave&amp;rsquo;s stock price increased, but I believe the more noteworthy aspect is the simultaneous occurrence of these two transactions.&lt;/p&gt;&#xA;&lt;p&gt;CoreWeave now covers nine of the top ten AI model providers globally. It doesn&amp;rsquo;t need to take sides because the demand for production-grade AI inference is so high that no computing power supplier needs to choose between clients. This itself is a signal: the war for AI infrastructure is no longer about &amp;ldquo;who wins and who loses&amp;rdquo;; it&amp;rsquo;s about demand being so great that everyone can benefit.&lt;/p&gt;&#xA;&lt;p&gt;For Anthropic, this agreement is significant not just for acquiring computing power. With 1000 enterprise clients spending over $1 million annually, these clients have extremely stringent SLA requirements; they cannot accept slower responses during peak times, nor can they tolerate service interruptions that halt business processes. Without a stable infrastructure foundation, having 1000 million-dollar clients is a precarious situation.&lt;/p&gt;&#xA;&lt;p&gt;In other words, the CoreWeave agreement is Anthropic&amp;rsquo;s way of transforming enterprise client numbers from mere data into deliverable commitments.&lt;/p&gt;&#xA;&lt;p&gt;Another detail worth noting: on the same day the CoreWeave agreement was announced, reports surfaced that Anthropic is exploring the possibility of developing its own AI chips. Viewed together, the logic is clear: stabilize production-grade loads in the short term with CoreWeave&amp;rsquo;s computing power while reducing reliance on external suppliers in the long term through self-developed chips. This is not the behavior of a company still celebrating its funding; it&amp;rsquo;s the behavior of a company already planning for five years down the line.&lt;/p&gt;&#xA;&lt;h2 id=&#34;73-vs-27-an-unasked-question&#34;&gt;73% vs 27%: An Unasked Question&#xA;&lt;/h2&gt;&lt;p&gt;&lt;img alt=&#34;Image 8&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;440px&#34; data-flex-grow=&#34;183&#34; height=&#34;768&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-046f74ff6c/img-4ddabba7ce.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-046f74ff6c/img-4ddabba7ce_hu_a3533dea7f2e45f6.jpeg 800w, https://gameflycenter.com/posts/note-046f74ff6c/img-4ddabba7ce.jpeg 1408w&#34; width=&#34;1408&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Ramp, an enterprise spending management platform, has tracked extensive procurement data for AI tools. In March, it released a set of figures: among enterprises making their first AI tool purchases, Anthropic won about 73% of head-to-head competitions, while OpenAI secured 27%.&lt;/p&gt;&#xA;&lt;p&gt;Let’s pause for a moment to reflect on this number: 73% vs 27%.&lt;/p&gt;&#xA;&lt;p&gt;Now, I want to ask a question that most people haven&amp;rsquo;t considered: how did this number come about?&lt;/p&gt;&#xA;&lt;p&gt;Ramp&amp;rsquo;s data also includes a detail: just ten weeks prior, this ratio was 50/50. Looking back further, in early December 2025, OpenAI held a 60% share.&lt;/p&gt;&#xA;&lt;p&gt;This indicates that this rapid flip occurred unusually quickly. In my years of working with AI products, I&amp;rsquo;ve seen many data trends, but witnessing an enterprise market share flip from 50/50 to 73/27 in just ten weeks is unprecedented.&lt;/p&gt;&#xA;&lt;p&gt;Such rapid shifts typically have three explanations:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Concentration of Enterprise Procurement Cycles&lt;/strong&gt;: Many companies made AI tool selection decisions simultaneously, and Anthropic happened to win more bids during this window. If this is the case, the 73% figure may revert, but Anthropic has already secured a substantial base of sticky clients.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Claude&amp;rsquo;s Core Capability Advantage&lt;/strong&gt;: Claude has a strong reputation in certain core scenarios like code, long document processing, and structured outputs. If this is the reason, the sustainability of this figure depends on whether OpenAI can catch up in these areas—OpenAI&amp;rsquo;s product pace has noticeably accelerated recently, so this battle is far from over.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Shift in Corporate Perception of Safety and Control&lt;/strong&gt;: This is, in my opinion, the most likely and thought-provoking explanation.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;From day one, Anthropic has communicated that its core message is not about having the strongest model, but rather about being the most predictable and controllable. &amp;ldquo;Constitutional AI&amp;rdquo; is not just a technical term; it&amp;rsquo;s a reason for enterprise procurement decisions. It answers the question: when this AI does something undesirable in my production environment, can I explain why it happened and prevent it from recurring?&lt;/p&gt;&#xA;&lt;p&gt;For a CTO who must sign off on financial reports, this question is far more critical than how many points a model scores on a benchmark.&lt;/p&gt;&#xA;&lt;p&gt;If the third explanation holds true, then the sustainability of the 73% figure is the strongest. This is a cognitive shift, not just a functional comparison. Functional capabilities can be chased; cognitive shifts are much harder to reverse.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-has-anthropic-done-right&#34;&gt;What Has Anthropic Done Right?&#xA;&lt;/h2&gt;&lt;p&gt;Rather than focusing on model capabilities, let&amp;rsquo;s discuss product decisions.&lt;/p&gt;&#xA;&lt;p&gt;One often underestimated aspect is that Claude is currently the only cutting-edge AI model that simultaneously covers AWS Bedrock, Google Cloud Vertex AI, and Microsoft Azure Foundry.&lt;/p&gt;&#xA;&lt;p&gt;OpenAI operates on Azure, while Gemini is on Google. Claude is available on all three.&lt;/p&gt;&#xA;&lt;p&gt;This is not just a technical detail; it&amp;rsquo;s a distribution strategy. Enterprises typically do not purchase AI tools directly from Anthropic&amp;rsquo;s website; they integrate them through the cloud service providers they already use. If you&amp;rsquo;re already using AWS, your procurement process, billing, and compliance audits are all within AWS. Therefore, when selecting an AI tool, options that can be used directly on AWS naturally have an advantage over those requiring a separate account—it&amp;rsquo;s not about better functionality; it&amp;rsquo;s about lower friction.&lt;/p&gt;&#xA;&lt;p&gt;Anthropic has positioned itself within the three largest enterprise procurement gateways. This decision compounds benefits every quarter.&lt;/p&gt;&#xA;&lt;p&gt;Another number that supports this judgment: 80% of Anthropic&amp;rsquo;s revenue comes from enterprise clients. OpenAI&amp;rsquo;s revenue structure leans more towards consumers—out of 900 million monthly active users, the majority are free users, and OpenAI is still subsidizing their token consumption.&lt;/p&gt;&#xA;&lt;p&gt;These are two entirely different business models. The consumer base looks impressive, but it burns cash and has low loyalty; users can easily switch based on a single review article. The enterprise user count is significantly smaller, but they renew contracts, expand their usage, and lock in agreements.&lt;/p&gt;&#xA;&lt;p&gt;OpenAI is projected to lose $14 billion this year, while Anthropic anticipates achieving positive free cash flow by 2027, three years ahead of OpenAI&amp;rsquo;s break-even target.&lt;/p&gt;&#xA;&lt;p&gt;With the same revenue scale, one is burning cash while the other is moving towards profitability. This isn&amp;rsquo;t a matter of short-term luck; it&amp;rsquo;s a structural difference in business models.&lt;/p&gt;&#xA;&lt;h2 id=&#34;back-to-that-chart&#34;&gt;Back to That Chart&#xA;&lt;/h2&gt;&lt;p&gt;I looked again at the pink line, which crossed above the blue line in April 2026. Then, I asked myself: if I were responsible for AI tool selection at a company right now, what would I be waiting for?&lt;/p&gt;&#xA;&lt;p&gt;Not for a better opportunity. Not for a stronger model.&lt;/p&gt;&#xA;&lt;p&gt;What am I waiting for?&lt;/p&gt;&#xA;&lt;p&gt;If your answer is that you haven&amp;rsquo;t figured out what to use it for yet, then that is the real issue that needs addressing—not the tools, but your own clarity.&lt;/p&gt;&#xA;&lt;p&gt;The 1000 enterprises spending over $1 million annually did not wait until they figured it out before they started using it. They figured it out while using it.&lt;/p&gt;&#xA;&lt;p&gt;This may be the most significant signal behind the 73% figure that deserves serious attention.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Redefining Productivity with Xiangshang Plan: A Minimalist Approach</title>
            <link>https://gameflycenter.com/posts/note-ee9dbdbd99/</link>
            <pubDate>Fri, 10 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-ee9dbdbd99/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;When productivity tools on the market get caught up in a race for features, a WeChat mini-program called &amp;ldquo;Xiangshang Plan&amp;rdquo; has chosen a completely different path. It redefines the core value of efficiency tools—not by selling anxiety through a pile of functions, but by silently conveying a methodology through structured planning templates, zero learning cost interactions, and design logic supported by cognitive science. From OKR mapping to a two-hour deep work module, this product, completed by a junior student using AI-assisted programming, demonstrates a new generation of product managers&amp;rsquo; deeper understanding of what should be done over what can be done.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;514px&#34; data-flex-grow=&#34;214&#34; height=&#34;420&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ee9dbdbd99/img-aa1ee4c5c6.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ee9dbdbd99/img-aa1ee4c5c6_hu_525b536fe1e1d76f.jpeg 800w, https://gameflycenter.com/posts/note-ee9dbdbd99/img-aa1ee4c5c6.jpeg 900w&#34; width=&#34;900&#34;&gt;&#xA;The author of this article is a junior computer science student seeking an internship in product management. This mini-program was developed entirely using Vibe Coding (AI-assisted programming) from PRD writing to code deployment. This article will provide a comprehensive review of the product&amp;rsquo;s design logic, theoretical support, and differentiation strategy from a product manager&amp;rsquo;s perspective.&lt;/p&gt;&#xA;&lt;h2 id=&#34;a-hard-truth-90-of-to-do-apps-dont-survive-a-week&#34;&gt;A Hard Truth: 90% of To-Do Apps Don’t Survive a Week&#xA;&lt;/h2&gt;&lt;p&gt;I conducted an informal survey asking 50 classmates if they had a to-do tool on their phones; 48 said yes. When asked if they were still using it, only 3 raised their hands.&lt;/p&gt;&#xA;&lt;p&gt;The stories of the remaining 45 were almost identical:&lt;/p&gt;&#xA;&lt;p&gt;They downloaded a task manager, faced with a pile of concepts like &amp;ldquo;lists, tags, priorities, smart lists, Pomodoro timers, Eisenhower matrices,&amp;rdquo; and spent half an hour just figuring out how to use it. After finally creating a few lists, they opened the app the next day to find a screen full of tasks, feeling more anxious than when they hadn&amp;rsquo;t planned at all.&lt;/p&gt;&#xA;&lt;p&gt;Then they uninstalled it.&lt;/p&gt;&#xA;&lt;p&gt;They downloaded Todoist, Notion, Things 3&amp;hellip; and the cycle repeated, leaving only a native app called &amp;ldquo;Notes&amp;rdquo; with three words: Be Disciplined.&lt;/p&gt;&#xA;&lt;p&gt;This isn’t a matter of willpower; it’s a product design issue.&lt;/p&gt;&#xA;&lt;p&gt;I began to ponder a fundamental question: What is the core contradiction of efficiency tools?&lt;/p&gt;&#xA;&lt;p&gt;The answer is that most efficiency tools sell &amp;ldquo;feature richness,&amp;rdquo; but what users truly need is &amp;ldquo;cognitive load reduction.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Thus, I created a WeChat mini-program called &amp;ldquo;Xiangshang Plan.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h2 id=&#34;product-positioning-not-just-another-to-do-list-but-a-methodology-of-silent-delivery&#34;&gt;Product Positioning: Not Just Another To-Do List, But a Methodology of Silent Delivery&#xA;&lt;/h2&gt;&lt;h3 id=&#34;one-sentence-definition&#34;&gt;One-Sentence Definition&#xA;&lt;/h3&gt;&lt;p&gt;Xiangshang Plan = Structured Planning Templates + Minimalist Interaction + Zero Learning Cost&lt;/p&gt;&#xA;&lt;p&gt;In the efficiency tool space, I positioned the product in an extremely precise quadrant: extreme simplicity × zero learning cost.&lt;/p&gt;&#xA;&lt;p&gt;This means we deliberately abandoned advanced features like tags, priorities, subtasks, Gantt charts, Pomodoro timers, and calendar views. It’s not that we couldn’t do them; we chose not to.&lt;/p&gt;&#xA;&lt;h3 id=&#34;core-value-proposition&#34;&gt;Core Value Proposition&#xA;&lt;/h3&gt;&lt;p&gt;Efficiency tools on the market can be divided into three categories:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Heavy Task Management&lt;/strong&gt; (Notion, Todoist, Things 3) — Comprehensive features but steep learning curves, deterring 90% of light users.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Lightweight To-Do Lists&lt;/strong&gt; (Dida List, Minimalist To-Do) — Moderate features but still require users to build their planning systems.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;System Native Reminders&lt;/strong&gt; (Apple Reminders, Google Tasks) — Good experience but platform-locked, and do not provide a methodology.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;They share a common blind spot: they provide &amp;ldquo;tools&amp;rdquo; but not &amp;ldquo;methods.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;When users open a to-do app, they face a blank slate. The tool says, &amp;ldquo;Go ahead, write anything,&amp;rdquo; but the user’s internal OS is, &amp;ldquo;I know I want to improve, but I don’t know how to break down my goals.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Xiangshang Plan’s differentiation strategy is to internalize goal management methodologies into the product structure itself.&lt;/p&gt;&#xA;&lt;p&gt;Users don’t need to learn terms like OKR, SMART, or GTD—when they open the mini-program, they see four preset modules: &amp;ldquo;Annual Plan, Monthly Plan, Daily Plan, Two-Hour Deep Work.&amp;rdquo; This structure itself is a productized expression of methodology.&lt;/p&gt;&#xA;&lt;p&gt;Through usage, users naturally complete the full chain of &amp;ldquo;goal breakdown → milestone setting → daily execution → deep focus&amp;rdquo; without even realizing they are using any theory.&lt;/p&gt;&#xA;&lt;p&gt;This is my proudest design decision: the best methodology is one that users are unaware of.&lt;/p&gt;&#xA;&lt;h2 id=&#34;theoretical-foundation-each-module-is-backed-by-cognitive-science&#34;&gt;Theoretical Foundation: Each Module is Backed by Cognitive Science&#xA;&lt;/h2&gt;&lt;p&gt;As a product person, I am extremely cautious about &amp;ldquo;brainstorming features.&amp;rdquo; Every module in Xiangshang Plan has been supported by validated theories.&lt;/p&gt;&#xA;&lt;h3 id=&#34;annual-monthly-daily-planning-system&#34;&gt;Annual-Monthly-Daily Planning System&#xA;&lt;/h3&gt;&lt;p&gt;This structure integrates three classic frameworks:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;OKR Mapping&lt;/strong&gt;: Annual Plan = Objective (Direction), Monthly Plan = Key Results (Milestones), Daily Plan = Tasks (Execution Items). Users naturally complete the hierarchical breakdown of goals.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;SMART Principles&lt;/strong&gt;: Goals are forced into annual/monthly/daily time containers, naturally satisfying the Time-bound dimension.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Begin with the End in Mind&lt;/strong&gt; (Stephen Covey): The structure guides users from long-term vision to daily actions.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Scientific validation? A study from Dominican University (Dr. Gail Matthews, 2015) shows that people who write down and structure their goals achieve them at a rate 42% higher than those who only think about them.&lt;/p&gt;&#xA;&lt;h3 id=&#34;two-hour-deep-work-module--the-most-hardcore-design&#34;&gt;Two-Hour Deep Work Module — The Most Hardcore Design&#xA;&lt;/h3&gt;&lt;p&gt;This module is inspired by Elon Musk&amp;rsquo;s time management philosophy: reverse engineering and quantification.&lt;/p&gt;&#xA;&lt;p&gt;The core insight is that many people don’t want to work or waste time; they just lack a concrete perception of time and can’t connect goals with tasks.&lt;/p&gt;&#xA;&lt;p&gt;Why two hours? Cognitive neuroscience provides the answer—humans have an ultradian rhythm (Kleitman, 1963) with cycles of 90-120 minutes. During this window, the prefrontal cortex is at its peak cognitive ability, and attention significantly declines beyond this threshold.&lt;/p&gt;&#xA;&lt;p&gt;The two-hour time box captures the physiological window of maximum brain energy.&lt;/p&gt;&#xA;&lt;p&gt;On the product level, I divided the day into 12 two-hour segments (from 00:00-02:00 to 22:00-24:00), automatically locating the current time segment. Users only need to do one thing: fill in &amp;ldquo;What do I want to focus on during this time?&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Key design decision: This module has no &amp;ldquo;completed/incomplete&amp;rdquo; status.&lt;/p&gt;&#xA;&lt;p&gt;The two-hour module is not a task list but a time box thinking training tool. The content represents &amp;ldquo;what to focus on during this period,&amp;rdquo; and as time passes, the content naturally fulfills its mission.&lt;/p&gt;&#xA;&lt;p&gt;This design directly counters two psychological effects:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Parkinson&amp;rsquo;s Law&lt;/strong&gt;: Work expands to fill all available time. The two-hour hard constraint forces users to cut out non-core elements.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Choice Anxiety&lt;/strong&gt;: Doing only one thing per time segment eliminates decision fatigue from multitasking.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h3 id=&#34;habit-module-a-non-tracking-thinking-container&#34;&gt;Habit Module: A Non-Tracking Thinking Container&#xA;&lt;/h3&gt;&lt;p&gt;All habit-related products on the market focus on tracking. I took the opposite approach—Xiangshang Plan&amp;rsquo;s habit module has no tracking mechanism.&lt;/p&gt;&#xA;&lt;p&gt;Why?&lt;/p&gt;&#xA;&lt;p&gt;Self-Determination Theory (Deci &amp;amp; Ryan, 1985) in behavioral psychology suggests that external rewards (like consecutive tracking days) can undermine intrinsic motivation. When users forget to track one day and &amp;ldquo;break the chain,&amp;rdquo; the frustration can lead to complete abandonment.&lt;/p&gt;&#xA;&lt;p&gt;James Clear states in &amp;ldquo;Atomic Habits&amp;rdquo; that true good habits are not actions like &amp;ldquo;running for 30 minutes every day&amp;rdquo; but identity recognition like &amp;ldquo;I am a person who values health.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Thus, Xiangshang Plan&amp;rsquo;s habit module is a thinking container—users store motivational quotes, thought patterns, and behavioral principles. It serves as a continuously visible mental anchor, not a tracker that makes you feel guilty for breaking the chain.&lt;/p&gt;&#xA;&lt;p&gt;The secret to long-term persistence is to ignore interruptions.&lt;/p&gt;&#xA;&lt;h2 id=&#34;product-architecture-six-modules-covering-90-of-planning-management-scenarios&#34;&gt;Product Architecture: Six Modules Covering 90% of Planning Management Scenarios&#xA;&lt;/h2&gt;&lt;p&gt;The homepage of Xiangshang Plan features a six-grid card entry, modeled after Apple Reminders:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;344px&#34; data-flex-grow=&#34;143&#34; height=&#34;1073&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ee9dbdbd99/img-fc05e823da.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ee9dbdbd99/img-fc05e823da_hu_222510e34d44058a.jpeg 800w, https://gameflycenter.com/posts/note-ee9dbdbd99/img-fc05e823da.jpeg 1542w&#34; width=&#34;1542&#34;&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Daily Plan&lt;/strong&gt; — Add/Delete/Edit/Complete&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Monthly Plan&lt;/strong&gt; — Add/Delete/Edit/Complete&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Annual Plan&lt;/strong&gt; — Add/Delete/Edit/Complete&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Two Hours&lt;/strong&gt; — 12 time segments, pure text input&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Completed&lt;/strong&gt; — Archive view + one-click clear&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Habit&lt;/strong&gt; — Thinking container, pure text display&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;All data is stored locally, operates offline, and has zero privacy risks.&lt;/p&gt;&#xA;&lt;p&gt;Why six modules instead of more?&lt;/p&gt;&#xA;&lt;p&gt;George Miller&amp;rsquo;s (1956) research on working memory provides the answer: the human working memory capacity is 7±2 chunks. Six modules fit perfectly within the comfort zone, allowing users to scan all entries at a glance with zero cognitive load.&lt;/p&gt;&#xA;&lt;p&gt;Why is there no &amp;ldquo;Weekly Plan&amp;rdquo;?&lt;/p&gt;&#xA;&lt;p&gt;This is the question I get asked the most, and it’s also my firmest product decision.&lt;/p&gt;&#xA;&lt;p&gt;Cognitive Load Theory (John Sweller, 1988) tells us that when there are too many information units, working memory overload occurs, leading to decreased decision efficiency. Adding a weekly plan module pushes the total from six to seven, nearing Miller&amp;rsquo;s limit.&lt;/p&gt;&#xA;&lt;p&gt;More importantly, functional equivalence analysis shows that all needs for a weekly plan can be covered by existing modules—just mark &amp;ldquo;complete in week X&amp;rdquo; in the monthly plan.&lt;/p&gt;&#xA;&lt;p&gt;Design Principle: When the value of a functional module can be covered by existing modules, do not add a new module. In product development, the hardest part is not adding features but knowing what not to add.&lt;/p&gt;&#xA;&lt;h2 id=&#34;interaction-design-every-pixel-reduces-cognitive-load&#34;&gt;Interaction Design: Every Pixel Reduces Cognitive Load&#xA;&lt;/h2&gt;&lt;h3 id=&#34;apple-reminders-style-but-more-understanding-of-chinese-users&#34;&gt;Apple Reminders Style, But More Understanding of Chinese Users&#xA;&lt;/h3&gt;&lt;p&gt;Rounded cards, circular icons, and clean layouts—visual language is modeled after Apple Reminders. However, precise differentiation was made on the functional level:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Cross-Platform Coverage&lt;/strong&gt;: Apple Reminders is limited to the Apple ecosystem, while Xiangshang Plan, based on WeChat mini-programs, is available to both iOS and Android users. With over 75% market share in the domestic Android market, Xiangshang Plan naturally covers a broader user base.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Structured Templates&lt;/strong&gt;: While Apple Reminders is flexible, it requires users to create collections and plan hierarchical structures. Xiangshang Plan directly embeds the &amp;ldquo;annual-monthly-daily&amp;rdquo; goal breakdown and &amp;ldquo;two-hour deep work&amp;rdquo; theory into the product structure, providing a scientific planning framework upon opening.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Built-in Habit Module&lt;/strong&gt;: Apple Reminders lacks a native habit tracking feature. Xiangshang Plan&amp;rsquo;s habit module allows users to input motivational quotes, thought patterns, and other mental encouragement content, integrating &amp;ldquo;methodology + psychological construction.&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Zero Learning Cost&lt;/strong&gt;: Six preset modules cover 90% of planning management scenarios, eliminating the need for users to understand concepts like &amp;ldquo;lists vs collections vs tags vs smart lists.&amp;rdquo;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;global-interaction-norms&#34;&gt;Global Interaction Norms&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Swipe to Delete&lt;/strong&gt;: Swiping beyond a threshold locks in, revealing a red delete area. A unified interaction paradigm across the app aligns with user intuition.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Fixed Input Box at the Bottom&lt;/strong&gt;: Click the plus sign → input → confirm. Three steps to complete, zero cognitive cost.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Completion Animation&lt;/strong&gt;: Hollow checkbox turns solid + checkmark, text gets a strikethrough, providing clear visual feedback.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Native Page Scrolling&lt;/strong&gt;: No use of scroll-view components, ensuring 100% compatibility with iOS and Android gestures.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;technical-implementation-vibe-coding-all-ai-coded-product-experiment&#34;&gt;Technical Implementation: Vibe Coding, All AI-Coded Product Experiment&#xA;&lt;/h2&gt;&lt;p&gt;This might be the most &amp;ldquo;counterintuitive&amp;rdquo; part of this article—&lt;/p&gt;&#xA;&lt;p&gt;Every line of code in Xiangshang Plan was not written by me.&lt;/p&gt;&#xA;&lt;p&gt;The entire development process used the Vibe Coding model: I was responsible for writing the PRD, defining product logic and interaction norms, while AI transformed the requirements into code. The tech stack is based on uni-app (Vue framework), compiled into a WeChat mini-program.&lt;/p&gt;&#xA;&lt;p&gt;This isn’t about showing off; it’s about validating a product hypothesis:&#xA;In 2026, as AI programming tools mature, the core value of product managers is shifting from &amp;ldquo;can it be done&amp;rdquo; to &amp;ldquo;should it be done, how to do it.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Vibe Coding allows me, as a product person, to focus 100% of my energy on demand analysis, user research, interaction design, and theoretical validation, rather than wasting creativity on CSS adjustments and debugging.&lt;/p&gt;&#xA;&lt;p&gt;This is also the viewpoint I want to express as a junior computer science student seeking product management internships:&#xA;Future product managers may not need to write code but must be able to write PRDs that AI can execute accurately. Product thinking &amp;gt; technical implementation is no longer just a slogan but a methodology that can be practically validated.&lt;/p&gt;&#xA;&lt;h2 id=&#34;competitive-strategy-differentiated-positioning-without-direct-confrontation&#34;&gt;Competitive Strategy: Differentiated Positioning without Direct Confrontation&#xA;&lt;/h2&gt;&lt;p&gt;Xiangshang Plan&amp;rsquo;s competitive strategy is clear:&lt;/p&gt;&#xA;&lt;p&gt;We do not compete head-on with Apple Reminders but build barriers in user groups and scenarios they cannot cover.&lt;/p&gt;&#xA;&lt;p&gt;Three core positioning points:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Android Users&lt;/strong&gt; (over 75% market share in the domestic market): Android users can also enjoy the quality experience of Apple Reminders.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Users Lacking Methodology&lt;/strong&gt;: Those who don’t know how to plan will automatically gain a scientific planning framework when they open Xiangshang Plan.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Heavy WeChat Users&lt;/strong&gt;: No installation, no registration, no login—open and use directly within WeChat.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;data-strategy-and-privacy-philosophy&#34;&gt;Data Strategy and Privacy Philosophy&#xA;&lt;/h2&gt;&lt;p&gt;Version 1.0 adopts pure local storage, does not collect any personal information, does not request network permissions, and does not require registration or login.&lt;/p&gt;&#xA;&lt;p&gt;This is not a technical limitation but a product philosophy:&#xA;In an age of increasing data anxiety, &amp;ldquo;not collecting data&amp;rdquo; itself is a product competitiveness. Users&amp;rsquo; plans, goals, and habits are the most private self-dialogues—we choose not to eavesdrop.&lt;/p&gt;&#xA;&lt;p&gt;Version 1.5 will introduce one-click login with WeChat and cloud synchronization, but this will be a user-initiated choice, not a default requirement. Users will also be able to add photos to their plans.&lt;/p&gt;&#xA;&lt;h2 id=&#34;conclusion-a-junior-students-product-reflections&#34;&gt;Conclusion: A Junior Student&amp;rsquo;s Product Reflections&#xA;&lt;/h2&gt;&lt;p&gt;I am a junior computer science student currently seeking product manager internship opportunities.&lt;/p&gt;&#xA;&lt;p&gt;Working on the Xiangshang Plan project has fundamentally changed me—I finally understand the essential difference between &amp;ldquo;product thinking&amp;rdquo; and &amp;ldquo;technical thinking.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Technical thinking asks, &amp;ldquo;Can it be done?&amp;rdquo; Product thinking asks, &amp;ldquo;Should it be done?&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;In this project, I cut more features than I implemented—no weekly plans, no tags, no priorities, no tracking, no social features, no data panels—every &amp;ldquo;not doing&amp;rdquo; decision was harder and more valuable than the &amp;ldquo;doing&amp;rdquo; decisions.&lt;/p&gt;&#xA;&lt;p&gt;Vibe Coding has shown me the direction of the evolution of the product manager role: future PMs don’t need to write for loops but must be able to produce logically coherent and clearly defined PRDs that allow AI to become your development team.&lt;/p&gt;&#xA;&lt;p&gt;If you are someone who &amp;ldquo;wants to plan but doesn’t know where to start,&amp;rdquo; feel free to search for the &amp;ldquo;Xiangshang Plan&amp;rdquo; mini-program on WeChat and give yourself a zero-threshold start.&lt;/p&gt;&#xA;&lt;p&gt;If you are a senior product manager and would be willing to offer an internship opportunity after reading this article, my product sense and execution capabilities are all reflected in this mini-program.&lt;/p&gt;&#xA;&lt;p&gt;Xiangshang Plan — returning planning to its essence and making simplicity a strength.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>AiOffice 2.1.5 Release: Comparing Cursor and Trae Across Five Dimensions</title>
            <link>https://gameflycenter.com/posts/note-638aedab7d/</link>
            <pubDate>Thu, 09 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-638aedab7d/</guid>
            <description>&lt;h2 id=&#34;aioffice-215-release-comparing-cursor-and-trae-across-five-dimensions&#34;&gt;AiOffice 2.1.5 Release: Comparing Cursor and Trae Across Five Dimensions&#xA;&lt;/h2&gt;&lt;p&gt;In the fast-evolving landscape of AI tools, the core question for developers and office users has shifted from &amp;ldquo;Is there an AI available?&amp;rdquo; to &amp;ldquo;Which AI tool is truly suitable for my work scenario?&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Cursor and Trae have gained significant attention as AI programming tools, amassing a large user base among developers. In contrast, AiOffice has chosen a different path from the outset—serving not only technical users but also enabling non-technical users to efficiently utilize AI for daily office tasks.&lt;/p&gt;&#xA;&lt;p&gt;With the official release of AiOffice 2.1.5, this differentiated approach has undergone a systematic capability upgrade. This article will compare AiOffice 2.1.5, Cursor, and Trae across five core dimensions to help users from different backgrounds make clearer judgments.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;427px&#34; data-flex-grow=&#34;178&#34; height=&#34;359&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-638aedab7d/img-5144d2ce27.jpeg&#34; width=&#34;640&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;dimension-1-usabilitywho-can-get-more-people-to-use-it&#34;&gt;Dimension 1: Usability—Who Can Get More People to Use It?&#xA;&lt;/h2&gt;&lt;p&gt;The value of an AI tool ultimately depends on how many people can effectively use it.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cursor&lt;/strong&gt; is a deeply integrated AI-enabled code editor (IDE). Its core interaction logic is built around the coding environment, requiring users to have basic programming knowledge and engineering thinking to fully leverage its capabilities. This design is natural for developers, but poses a high barrier for non-programming users.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Trae&lt;/strong&gt; also targets enhanced technical workflows, although it may appear lighter in product form. However, its core use cases still revolve around coding and technical tasks, requiring users to understand the technical implications of AI outputs and possess the ability to make independent judgments and corrections.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;AiOffice 2.1.5&lt;/strong&gt; has systematically optimized its usability. It does not require users to have any programming background or configure a development environment. Users can directly describe task requirements in natural language upon opening the platform, and the system will automatically match the most suitable processing workflows and skill packages.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 7&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;859px&#34; data-flex-grow=&#34;358&#34; height=&#34;544&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-638aedab7d/img-bd8e556938.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-638aedab7d/img-bd8e556938_hu_e564583d82e6c24a.jpeg 800w, https://gameflycenter.com/posts/note-638aedab7d/img-bd8e556938_hu_fb27447d4c45a867.jpeg 1600w, https://gameflycenter.com/posts/note-638aedab7d/img-bd8e556938.jpeg 1949w&#34; width=&#34;1949&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;For mixed teams (comprising both technical and non-technical personnel), the low barrier of AiOffice 2.1.5 translates to higher team coverage and lower training costs.&lt;/p&gt;&#xA;&lt;h2 id=&#34;dimension-2-office-scenario-coveragewho-can-solve-more-real-work-problems&#34;&gt;Dimension 2: Office Scenario Coverage—Who Can Solve More Real Work Problems?&#xA;&lt;/h2&gt;&lt;p&gt;The practicality of AI tools ultimately hinges on how many real work scenarios they can cover.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cursor and Trae&lt;/strong&gt; primarily focus on development scenarios: code generation, code completion, bug debugging, project understanding, and code refactoring. They perform excellently in these areas, but their ability to directly address office problems outside the coding context is relatively limited.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;AiOffice 2.1.5&lt;/strong&gt; offers significantly broader scenario coverage. In addition to supporting basic text generation and conversational interaction, it provides deep support in the following office scenarios:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Document Processing&lt;/strong&gt;: Long document summarization, content extraction, format conversion, multilingual translation&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Spreadsheet Analysis&lt;/strong&gt;: Excel data cleaning, metric extraction, anomaly detection, trend analysis&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Report Generation&lt;/strong&gt;: Structured generation of weekly/monthly/quarterly reports&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Meeting Minutes&lt;/strong&gt;: Automatic organization of meeting content, key point extraction, to-do item identification&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Content Creation&lt;/strong&gt;: Generation of various types of content such as articles, marketing copy, product descriptions&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;PPT and Presentations&lt;/strong&gt;: Automatic generation of presentation frameworks based on content&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;PDF Processing&lt;/strong&gt;: Reading, analyzing, and extracting content from PDF documents&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 8&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;631px&#34; data-flex-grow=&#34;263&#34; height=&#34;638&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-638aedab7d/img-18e15bbd60.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-638aedab7d/img-18e15bbd60_hu_a70d6af6ec6a6688.jpeg 800w, https://gameflycenter.com/posts/note-638aedab7d/img-18e15bbd60_hu_f8575aecae42e6c0.jpeg 1600w, https://gameflycenter.com/posts/note-638aedab7d/img-18e15bbd60.jpeg 1680w&#34; width=&#34;1680&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;It is worth noting that while Cursor and Trae excel in code-related scenarios, AiOffice 2.1.5 clearly stands out in terms of covering more real office scenarios.&lt;/p&gt;&#xA;&lt;h2 id=&#34;dimension-3-skills-package-ecosystemwho-has-stronger-plug-and-play-capabilities&#34;&gt;Dimension 3: Skills Package Ecosystem—Who Has Stronger Plug-and-Play Capabilities?&#xA;&lt;/h2&gt;&lt;p&gt;The long-term competitiveness of AI tools largely depends on the richness and scalability of their ecosystems.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cursor&lt;/strong&gt;&amp;rsquo;s ecosystem revolves around the plugin system of the code editor, allowing users to enhance specific development capabilities through extensions. &lt;strong&gt;Trae&lt;/strong&gt; is also making progress in ecosystem development, but it remains relatively early in its stages.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;AiOffice 2.1.5&lt;/strong&gt; has built an open ecosystem containing &lt;strong&gt;30,000+ Skills packages&lt;/strong&gt;. Each Skill is a pre-packaged solution for specific office tasks, integrating well-tuned prompt engineering, task decomposition logic, and result post-processing workflows.&lt;/p&gt;&#xA;&lt;p&gt;This means users do not need to study how to write prompts or understand model invocation methods; they simply select the corresponding Skills to obtain high-quality output results directly.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 9&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;870px&#34; data-flex-grow=&#34;362&#34; height=&#34;544&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-638aedab7d/img-58a8cd983b.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-638aedab7d/img-58a8cd983b_hu_d3faf359b35f57b.jpeg 800w, https://gameflycenter.com/posts/note-638aedab7d/img-58a8cd983b_hu_d9bf939da3ecf1dc.jpeg 1600w, https://gameflycenter.com/posts/note-638aedab7d/img-58a8cd983b.jpeg 1972w&#34; width=&#34;1972&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;For ordinary office users, the value of the Skills ecosystem lies in transforming complex AI capabilities into a simple operation of &amp;ldquo;select one, click, and get results.&amp;rdquo; This plug-and-play experience is something that Cursor and Trae have yet to achieve in the office domain.&lt;/p&gt;&#xA;&lt;h2 id=&#34;dimension-4-task-orchestration-capabilitywho-can-handle-more-complex-workflows&#34;&gt;Dimension 4: Task Orchestration Capability—Who Can Handle More Complex Workflows?&#xA;&lt;/h2&gt;&lt;p&gt;Real office tasks are often not completed in a single step. A complete quarterly analysis report may involve multiple steps, including data organization, metric extraction, trend analysis, risk identification, conclusion writing, and format optimization.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cursor and Trae&lt;/strong&gt; primarily rely on users to organize multi-turn dialogues or manually link multiple operations to complete complex tasks. The models themselves lack the ability to automatically decompose and orchestrate complex tasks.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;AiOffice 2.1.5&lt;/strong&gt; introduces a &lt;strong&gt;main task + sub-task&lt;/strong&gt; orchestration mechanism. When users submit a complex task, the system automatically decomposes it into multiple sub-tasks and executes them in logical order. Each sub-task is handled by the most suitable role and capability module, ultimately integrating the results of all sub-tasks into a complete deliverable.&lt;/p&gt;&#xA;&lt;p&gt;For example, to &amp;ldquo;generate a quarterly business analysis report&amp;rdquo;:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Main Task: Generate Quarterly Business Analysis Report&#xA;  ├── Sub-task 1: Data Organization and Standardization&#xA;  ├── Sub-task 2: Core Metric Extraction and Calculation&#xA;  ├── Sub-task 3: Year-on-Year/Month-on-Month Trend Analysis&#xA;  ├── Sub-task 4: Risk and Anomaly Identification&#xA;  ├── Sub-task 5: Conclusion and Improvement Suggestions Generation&#xA;  └── Sub-task 6: Final Document Integration and Expression Optimization&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;This orchestration mechanism brings two significant advantages:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Higher Execution Quality&lt;/strong&gt;: Each sub-task is executed based on clearer goals and more precise context, avoiding common issues of logical confusion and information loss in single long-text generation.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Stronger Control&lt;/strong&gt;: Users can view intermediate results of each sub-task during execution and make adjustments as needed.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Comparison Item&lt;/th&gt;&#xA;          &lt;th&gt;Cursor&lt;/th&gt;&#xA;          &lt;th&gt;Trae&lt;/th&gt;&#xA;          &lt;th&gt;AiOffice 2.1.5&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Supports automatic task decomposition&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;          &lt;td&gt;Yes&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Execution method for multi-step tasks&lt;/td&gt;&#xA;          &lt;td&gt;User manual linking&lt;/td&gt;&#xA;          &lt;td&gt;User manual linking&lt;/td&gt;&#xA;          &lt;td&gt;System automatic orchestration&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Can intermediate results be viewed/adjusted&lt;/td&gt;&#xA;          &lt;td&gt;Partial support&lt;/td&gt;&#xA;          &lt;td&gt;Partial support&lt;/td&gt;&#xA;          &lt;td&gt;Full support&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Stability of complex task outputs&lt;/td&gt;&#xA;          &lt;td&gt;Depends on context length&lt;/td&gt;&#xA;          &lt;td&gt;Depends on context length&lt;/td&gt;&#xA;          &lt;td&gt;Ensured by decomposition&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;For users who frequently handle complex office tasks, orchestration capability is a decisive differentiator.&lt;/p&gt;&#xA;&lt;h2 id=&#34;dimension-5-token-consumption-and-cost-effectivenesswho-can-make-ai-more-affordable&#34;&gt;Dimension 5: Token Consumption and Cost-Effectiveness—Who Can Make AI More Affordable?&#xA;&lt;/h2&gt;&lt;p&gt;For users and teams that frequently use AI tools, token consumption directly relates to long-term usage costs. This dimension is often overlooked, but it is a key factor determining whether AI tools can be scaled within enterprises.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cursor and Trae&lt;/strong&gt; typically adopt a &amp;ldquo;large context single-step processing&amp;rdquo; approach when handling complex tasks. Users need to input all background information, materials, and goals at once. While this method is straightforward, it leads to a significant amount of irrelevant information being sent to the model, resulting in token wastage. This issue is exacerbated in multi-turn dialogues, where repeated context carrying amplifies the problem.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;AiOffice 2.1.5&lt;/strong&gt; significantly optimizes token usage efficiency through two mechanisms:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Task decomposition reduces ineffective context transmission&lt;/strong&gt;: The main-subtask mechanism breaks complex work into smaller processing units, with each sub-task receiving only the necessary information for the current stage, thereby reducing irrelevant context injection.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Multi-role division reduces repetitive reasoning&lt;/strong&gt;: AiOffice 2.1.5 is equipped with 15 specialized roles, each tailored for different task types. The role capabilities align more closely with task objectives, meaning the model does not need to make broad generalizations at every step, thus reducing the cost of repetitive reasoning.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Comparison Item&lt;/th&gt;&#xA;          &lt;th&gt;Cursor&lt;/th&gt;&#xA;          &lt;th&gt;Trae&lt;/th&gt;&#xA;          &lt;th&gt;AiOffice 2.1.5&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Context management method&lt;/td&gt;&#xA;          &lt;td&gt;Full transmission&lt;/td&gt;&#xA;          &lt;td&gt;Full transmission&lt;/td&gt;&#xA;          &lt;td&gt;Precise injection by sub-task&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Token accumulation in multi-turn dialogues&lt;/td&gt;&#xA;          &lt;td&gt;High&lt;/td&gt;&#xA;          &lt;td&gt;High&lt;/td&gt;&#xA;          &lt;td&gt;Controlled through decomposition&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Is there a role division mechanism&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;          &lt;td&gt;Yes (15 specialized roles)&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Long-term usage cost controllability&lt;/td&gt;&#xA;          &lt;td&gt;Average&lt;/td&gt;&#xA;          &lt;td&gt;Average&lt;/td&gt;&#xA;          &lt;td&gt;Good&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;For enterprise teams, optimizing token efficiency not only means lower direct costs but also allows AI tools to be used more frequently and broadly without being constrained by cost pressures.&lt;/p&gt;&#xA;&lt;h2 id=&#34;conclusion-different-tools-different-battlegrounds-different-values&#34;&gt;Conclusion: Different Tools, Different Battlegrounds, Different Values&#xA;&lt;/h2&gt;&lt;p&gt;Through the above five-dimensional comparison, it is clear to see:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cursor and Trae&lt;/strong&gt; still have significant advantages in code development scenarios. Their deep integration with development environments, precise understanding of code context, and efficient performance in programming tasks make them indispensable productivity tools for developers.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;AiOffice 2.1.5&lt;/strong&gt;, on the other hand, demonstrates systematic leading advantages in a broader range of office scenarios:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Lower usability barriers&lt;/strong&gt; allow non-technical users to efficiently use AI&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Wider scenario coverage&lt;/strong&gt; comprehensively supports documents, spreadsheets, reports, and minutes&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Stronger Skills ecosystem&lt;/strong&gt; with over 30,000 skills enabling plug-and-play functionality&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Smarter task orchestration&lt;/strong&gt; ensures the execution quality of complex tasks through main-subtask mechanisms&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Better token efficiency&lt;/strong&gt; lowers long-term usage costs through refined management&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Overall Evaluation&lt;/th&gt;&#xA;          &lt;th&gt;Cursor&lt;/th&gt;&#xA;          &lt;th&gt;Trae&lt;/th&gt;&#xA;          &lt;th&gt;AiOffice 2.1.5&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Most suitable users&lt;/td&gt;&#xA;          &lt;td&gt;Developers&lt;/td&gt;&#xA;          &lt;td&gt;Developers&lt;/td&gt;&#xA;          &lt;td&gt;Everyone (Technical + Non-Technical)&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Core advantage scenario&lt;/td&gt;&#xA;          &lt;td&gt;Code Development&lt;/td&gt;&#xA;          &lt;td&gt;Code Development&lt;/td&gt;&#xA;          &lt;td&gt;All Office Scenarios&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Ecosystem maturity&lt;/td&gt;&#xA;          &lt;td&gt;High&lt;/td&gt;&#xA;          &lt;td&gt;Developing&lt;/td&gt;&#xA;          &lt;td&gt;High (30,000+ Skills)&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Complex task handling&lt;/td&gt;&#xA;          &lt;td&gt;Relies on user capability&lt;/td&gt;&#xA;          &lt;td&gt;Relies on user capability&lt;/td&gt;&#xA;          &lt;td&gt;System automatic orchestration&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Long-term usage cost&lt;/td&gt;&#xA;          &lt;td&gt;High&lt;/td&gt;&#xA;          &lt;td&gt;Moderate&lt;/td&gt;&#xA;          &lt;td&gt;Low&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;The final choice depends on your core work scenarios. If your daily work is primarily code development, Cursor and Trae remain worthy options. However, if your work involves document processing, data analysis, content creation, report generation, or encompasses both technical and non-technical personnel in your team, then AiOffice 2.1.5 will be a more comprehensive, efficient, and cost-effective choice.&lt;/p&gt;&#xA;&lt;p&gt;The competition among AI office tools is shifting from &amp;ldquo;whose model is stronger&amp;rdquo; to &amp;ldquo;who can enable more people to accomplish more tasks.&amp;rdquo; The release of AiOffice 2.1.5 is a strong testament to this trend.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 10&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;211px&#34; data-flex-grow=&#34;88&#34; height=&#34;503&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-638aedab7d/img-00bf1f6c38.jpeg&#34; width=&#34;444&#34;&gt;&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Anthropic&#39;s Claude Managed Agents Boosts AI Deployment Speed by 10x</title>
            <link>https://gameflycenter.com/posts/note-69f8be2654/</link>
            <pubDate>Thu, 09 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-69f8be2654/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;The competition in artificial intelligence (AI) infrastructure is entering the &amp;ldquo;Agent Era.&amp;rdquo; Following the race for large model capabilities, Anthropic has launched Claude Managed Agents, aiming to upgrade AI from a &amp;ldquo;conversational tool&amp;rdquo; to a &amp;ldquo;sustainable operational production system.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;In an official blog post released on April 8, Anthropic introduced Claude Managed Agents as a composable API suite designed for large-scale construction and deployment of cloud-hosted agents. This product aims to address the core pain points of deploying agents in enterprises—complexity and engineering costs—emphasizing that it can enhance the efficiency of building and deploying agents by tenfold.&lt;/p&gt;&#xA;&lt;p&gt;Commentators believe that Claude Managed Agents is not just a new product but a paradigm shift: the value of AI is moving from &amp;ldquo;answering questions&amp;rdquo; to &amp;ldquo;completing tasks.&amp;rdquo; If large models are the &amp;ldquo;operating system&amp;rdquo; of the AI era, then Claude Managed Agents aims to be the &amp;ldquo;enterprise automation platform&amp;rdquo; running on top of it.&lt;/p&gt;&#xA;&lt;h2 id=&#34;from-development-tools-to-managed-systems-the-cloud-era-of-agents&#34;&gt;From Development Tools to Managed Systems: The Cloud Era of Agents&#xA;&lt;/h2&gt;&lt;p&gt;Anthropic&amp;rsquo;s core definition in the blog states that Claude Managed Agents is a &amp;ldquo;fully managed&amp;rdquo; runtime environment, where developers no longer need to handle the underlying infrastructure themselves.&lt;/p&gt;&#xA;&lt;p&gt;The company clearly points out that building agents in the past often required addressing a series of complex issues, such as:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Scheduling long-running tasks&lt;/li&gt;&#xA;&lt;li&gt;Error recovery and retry mechanisms&lt;/li&gt;&#xA;&lt;li&gt;Concurrency and scaling&lt;/li&gt;&#xA;&lt;li&gt;Logging and monitoring&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The goal of Claude Managed Agents is to &amp;ldquo;allow developers to focus on defining what the agent does, rather than how to run it.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;This positioning essentially upgrades AI agents from &amp;ldquo;code projects&amp;rdquo; to infrastructure services similar to cloud databases and cloud functions.&lt;/p&gt;&#xA;&lt;p&gt;Media reports suggest that this indicates Anthropic is attempting to &amp;ldquo;host your AI agents,&amp;rdquo; directly entering the foundational layer of enterprise software.&lt;/p&gt;&#xA;&lt;h2 id=&#34;reducing-development-and-operational-complexity&#34;&gt;Reducing Development and Operational Complexity&#xA;&lt;/h2&gt;&lt;p&gt;In terms of performance and efficiency, Anthropic has provided striking metrics.&lt;/p&gt;&#xA;&lt;p&gt;The company emphasized that Claude Managed Agents can significantly reduce development and operational complexity, achieving a &amp;ldquo;tenfold increase in the speed of building and deploying agents.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;This improvement does not stem from the model itself but from the reconstruction of the engineering system:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Automated runtime environment&lt;/li&gt;&#xA;&lt;li&gt;Built-in task orchestration&lt;/li&gt;&#xA;&lt;li&gt;Standardized tool invocation&lt;/li&gt;&#xA;&lt;li&gt;Continuous running capabilities&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;In other words, Anthropic is turning &amp;ldquo;AI engineering&amp;rdquo; into a &amp;ldquo;configuration problem.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;This is symbolically significant in the industry. In the past, even enterprises with strong models often got stuck at the &amp;ldquo;last mile&amp;rdquo;; the managed model directly addresses this bottleneck.&lt;/p&gt;&#xA;&lt;h2 id=&#34;core-capabilities-breakdown-from-talking-to-working&#34;&gt;Core Capabilities Breakdown: From &amp;ldquo;Talking&amp;rdquo; to &amp;ldquo;Working&amp;rdquo;&#xA;&lt;/h2&gt;&lt;p&gt;The key to Claude Managed Agents lies in enabling AI to perform &amp;ldquo;long-running tasks.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Anthropic emphasizes that agents are not just about calling models but are systems capable of long-running tasks, multi-step decision-making, calling external tools, and automatic error correction and retries.&lt;/p&gt;&#xA;&lt;p&gt;This sharply contrasts with traditional chatbots.&lt;/p&gt;&#xA;&lt;p&gt;According to previous research by Anthropic, the proportion of task delegation usage with Claude in enterprises has risen from 27% to 39%, indicating that users are rapidly shifting towards &amp;ldquo;having AI perform tasks.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Claude Managed Agents is a productized response to this trend.&lt;/p&gt;&#xA;&lt;h2 id=&#34;enterprise-implementation-from-experimentation-to-production&#34;&gt;Enterprise Implementation: From Experimentation to Production&#xA;&lt;/h2&gt;&lt;p&gt;On the application front, Anthropic has already collaborated with enterprises.&lt;/p&gt;&#xA;&lt;p&gt;For instance, in finance and data analysis scenarios, Claude has been used for:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Automating financial modeling&lt;/li&gt;&#xA;&lt;li&gt;Data analysis and validation&lt;/li&gt;&#xA;&lt;li&gt;Cross-system information integration&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Anthropic previously disclosed that its model achieved an accuracy rate of 83% in complex Excel tasks and can complete multi-level financial modeling tasks.&lt;/p&gt;&#xA;&lt;p&gt;These capabilities, combined with &amp;ldquo;managed agents,&amp;rdquo; mean that AI can be directly embedded into core enterprise processes, rather than just serving as auxiliary tools.&lt;/p&gt;&#xA;&lt;p&gt;Anthropic introduced some early adopters of Claude Managed Agents, claiming that various teams have achieved a tenfold increase in delivery speed across a wide range of production application scenarios.&lt;/p&gt;&#xA;&lt;p&gt;The company noted that Rakuten has deployed enterprise-level agents across its product, sales, marketing, finance, and HR departments, seamlessly integrating with Slack and Teams, allowing employees to directly assign tasks and receive deliverables in forms such as spreadsheets, presentations, and applications, with each specialized agent being deployed within a week.&lt;/p&gt;&#xA;&lt;p&gt;The company also mentioned that Sentry integrated its debugging agent Seer with Claude-driven agents responsible for writing patch code and submitting pull requests (PRs), allowing developers to seamlessly convert a flagged bug into a reviewable fix proposal, with this integrated solution successfully going live in just weeks instead of the usual months.&lt;/p&gt;&#xA;&lt;h2 id=&#34;concerns-the-cost-and-control-dilemma&#34;&gt;Concerns: The Cost and Control Dilemma&#xA;&lt;/h2&gt;&lt;p&gt;However, managed agents are not without their costs.&lt;/p&gt;&#xA;&lt;p&gt;Reports earlier this month indicated that Anthropic has restricted third-party agent tool access due to these tools causing &amp;ldquo;overload&amp;rdquo; on the system.&lt;/p&gt;&#xA;&lt;p&gt;This reflects a key issue— the more powerful the agent, the higher the computational costs.&lt;/p&gt;&#xA;&lt;p&gt;Additionally, there remains uncertainty about whether enterprises are willing to entrust critical business processes to an AI platform.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Claude Opus 4.6 Faces Backlash: 67% Drop in Thinking Depth</title>
            <link>https://gameflycenter.com/posts/note-01ffe55130/</link>
            <pubDate>Thu, 09 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-01ffe55130/</guid>
            <description>&lt;h2 id=&#34;claudes-decline-in-intelligence&#34;&gt;Claude&amp;rsquo;s Decline in Intelligence&#xA;&lt;/h2&gt;&lt;p&gt;Since around February this year, many Claude users have noticed a significant change in the product. Complaints have surged, with users feeling that the output is shallower and more eager to provide results, leading to repeated failures on simple tasks.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 10&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;371px&#34; data-flex-grow=&#34;154&#34; height=&#34;698&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-01ffe55130/img-b674c664fe.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-01ffe55130/img-b674c664fe_hu_1d16cae454f84f72.jpeg 800w, https://gameflycenter.com/posts/note-01ffe55130/img-b674c664fe.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;At the same time, warnings about stop hook violations, which were rare in the past, have become significantly more frequent, and token usage has skyrocketed.&lt;/p&gt;&#xA;&lt;p&gt;Your first reaction might be like that of a frustrated user, thinking, &lt;strong&gt;&amp;ldquo;It must be my fault.&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;You start to reflect: Is my prompt not good enough? Has my workflow changed?&lt;/p&gt;&#xA;&lt;p&gt;In countless tech forums, when users complain about AI becoming less capable, the official response is always the same: &lt;strong&gt;&amp;ldquo;Please check your settings.&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Interestingly, Anthropic has maintained a silent demeanor, until someone revealed data showing that Claude&amp;rsquo;s &lt;strong&gt;thinking depth&lt;/strong&gt; has dropped by &lt;strong&gt;67%&lt;/strong&gt;!&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 11&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;298px&#34; data-flex-grow=&#34;124&#34; height=&#34;722&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-01ffe55130/img-e9b20a7a93.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-01ffe55130/img-e9b20a7a93_hu_9ef9fea05a7f6da1.jpeg 800w, https://gameflycenter.com/posts/note-01ffe55130/img-e9b20a7a93.jpeg 899w&#34; width=&#34;899&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Recently, more alarming news emerged: &lt;strong&gt;Claude Opus 4.6 appears to be a major failure, with 20 times the price but a regression in performance, unable to activate the corresponding plan mode!&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 12&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;You thought you were purchasing a ticket to future AGI, but in reality, the captain has secretly turned off the radar to save fuel.&lt;/p&gt;&#xA;&lt;h2 id=&#34;evidence-of-claudes-decline-6852-log-entries&#34;&gt;Evidence of Claude&amp;rsquo;s Decline: 6852 Log Entries&#xA;&lt;/h2&gt;&lt;p&gt;A few days ago, a significant revelation shattered this narrative of &lt;strong&gt;big tech manipulation&lt;/strong&gt;. On GitHub, AMD&amp;rsquo;s AI director, Stella Laurenzo, released &lt;strong&gt;6852 monitoring logs of real conversations over the past three months&lt;/strong&gt;, quantifying what developers have felt for weeks.&lt;/p&gt;&#xA;&lt;p&gt;The conclusion is straightforward: &lt;strong&gt;&amp;ldquo;Claude is no longer usable for complex engineering tasks.&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 13&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;293px&#34; data-flex-grow=&#34;122&#34; height=&#34;884&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-01ffe55130/img-117a38e795.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-01ffe55130/img-117a38e795_hu_20fae89869b0f390.jpeg 800w, https://gameflycenter.com/posts/note-01ffe55130/img-117a38e795.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;AMD has changed suppliers.&lt;/p&gt;&#xA;&lt;p&gt;Data confirms that Claude Code has indeed declined in intelligence:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;By the end of February, thinking depth had plummeted by &lt;strong&gt;67%&lt;/strong&gt;, after which Anthropic concealed the reasoning process from users.&lt;/li&gt;&#xA;&lt;li&gt;The number of code readings dropped from &lt;strong&gt;6.6 times/edit&lt;/strong&gt; to &lt;strong&gt;2.0 times&lt;/strong&gt;, indicating that Claude stopped researching before engaging with your files.&lt;/li&gt;&#xA;&lt;li&gt;After March 8, the &lt;strong&gt;&amp;ldquo;lazy hook&amp;rdquo;&lt;/strong&gt; was triggered &lt;strong&gt;173 times&lt;/strong&gt;, a feature that had never been triggered before.&lt;/li&gt;&#xA;&lt;li&gt;API costs surged by &lt;strong&gt;80 times&lt;/strong&gt; due to retries, as shallow thinking led to continuous errors, interruptions, and retries.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 14&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;353px&#34; data-flex-grow=&#34;147&#34; height=&#34;733&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-01ffe55130/img-9a03ceb36b.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-01ffe55130/img-9a03ceb36b_hu_95456b11ad4c353d.jpeg 800w, https://gameflycenter.com/posts/note-01ffe55130/img-9a03ceb36b.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Would you trust an AI that refuses to read the entire code?&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 15&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;630px&#34; data-flex-grow=&#34;262&#34; height=&#34;411&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-01ffe55130/img-f4767189c5.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-01ffe55130/img-f4767189c5_hu_5c6bebe3822e65ae.jpeg 800w, https://gameflycenter.com/posts/note-01ffe55130/img-f4767189c5.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;It is no longer the wise entity that &lt;strong&gt;&amp;ldquo;plans before acting&amp;rdquo;&lt;/strong&gt;, but has devolved into a &lt;strong&gt;&amp;ldquo;cyber fast-food worker&amp;rdquo;&lt;/strong&gt; eager to clock out.&lt;/p&gt;&#xA;&lt;p&gt;This is why many developers feel completely defeated this time. They realize they are not using AI to enhance productivity, but are instead paying a model that refuses to read the questions seriously.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Complex tasks fear the most, the half-understood modifications.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This phenomenon is termed &lt;strong&gt;&amp;ldquo;AI shrinkage&amp;rdquo;&lt;/strong&gt;—the price remains unchanged, but reasoning ability has significantly diminished.&lt;/p&gt;&#xA;&lt;p&gt;Even the &lt;strong&gt;$200 Claude Code Opus 4.6 Max 20X&lt;/strong&gt; has been affected!&lt;/p&gt;&#xA;&lt;p&gt;For the first time in two years, Claude Code failed to recognize the native planning mode, not even knowing how to activate it. After being pointed out that its implementation was a mess, a project was rewritten twice. Subsequently, Claude Code could not even recognize its own built-in Plan Mode tool.&lt;/p&gt;&#xA;&lt;p&gt;Users who have suffered from this &lt;strong&gt;&amp;ldquo;cyber déjà vu&amp;rdquo;&lt;/strong&gt; are left disappointed, questioning what they actually purchased for the highest price of 20 times.&lt;/p&gt;&#xA;&lt;p&gt;Clearly, they did not buy intelligent computation or even accurate code completion; in the end, even basic capabilities have collapsed.&lt;/p&gt;&#xA;&lt;p&gt;A former fan of Claude Code has turned into a critic, expressing:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;(The current Claude) is simply garbage. The standards have dropped so low that I am considering alternatives from Hugging Face.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 16&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;241px&#34; data-flex-grow=&#34;100&#34; height=&#34;1075&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-01ffe55130/img-0b55dc742e.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-01ffe55130/img-0b55dc742e_hu_cd50c5a5bf8c7b54.jpeg 800w, https://gameflycenter.com/posts/note-01ffe55130/img-0b55dc742e.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-is-anthropics-intent&#34;&gt;What is Anthropic&amp;rsquo;s Intent?&#xA;&lt;/h2&gt;&lt;p&gt;The question arises: Has Anthropic made any changes to Claude?&lt;/p&gt;&#xA;&lt;p&gt;The subtlety lies here.&lt;/p&gt;&#xA;&lt;p&gt;If the official stance is to insist that &lt;strong&gt;nothing has changed&lt;/strong&gt;, then the situation would be simple.&lt;/p&gt;&#xA;&lt;p&gt;However, Anthropic&amp;rsquo;s responses have confirmed two critical points:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;On February 9, &lt;strong&gt;&amp;ldquo;adaptive thinking&amp;rdquo;&lt;/strong&gt; was introduced by default.&lt;/li&gt;&#xA;&lt;li&gt;On March 3, the default thinking level for Opus 4.6 was adjusted to &lt;strong&gt;&amp;ldquo;medium&amp;rdquo;&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 17&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;233px&#34; data-flex-grow=&#34;97&#34; height=&#34;1108&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-01ffe55130/img-6a48620b52.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-01ffe55130/img-6a48620b52_hu_a9a7ab6072dbbfe.jpeg 800w, https://gameflycenter.com/posts/note-01ffe55130/img-6a48620b52.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Anthropic&amp;rsquo;s explanation sounds polished:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;This is about finding a &amp;ldquo;sweet spot&amp;rdquo; between intelligence, latency, and cost.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;It sounds reasonable and resembles the rhetoric that all big companies excel at—&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;It’s not a downgrade; it’s an optimization. It’s not shrinkage; it’s balance.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;But for heavy users, the only thing they understand is: &lt;strong&gt;The default values have indeed been changed.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;And default values are the true center of power in this AI era.&lt;/p&gt;&#xA;&lt;p&gt;Because the vast majority of people do not constantly monitor performance curves, do not manually adjust settings, and do not cross-reference version records and behavior logs.&lt;/p&gt;&#xA;&lt;p&gt;What they buy is not some invisible parameter; they buy a stable expectation.&lt;/p&gt;&#xA;&lt;p&gt;Yesterday, you used this model and could thoroughly understand complex warehouses. Today, you open it and naturally expect it to be the same.&lt;/p&gt;&#xA;&lt;p&gt;The name hasn’t changed. The interface hasn’t changed. The price hasn’t changed. What has changed is the invisible hand in the background.&lt;/p&gt;&#xA;&lt;p&gt;Looking deeper, what is truly frightening is not just Claude as a model, but that it reflects an industry trend that has been prematurely leaked.&lt;/p&gt;&#xA;&lt;p&gt;Today, all large model companies are calculating three accounts:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Latency.&lt;/strong&gt; Users complain it’s slow.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Cost.&lt;/strong&gt; Inference is too expensive.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Throughput.&lt;/strong&gt; Serving more people.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;When these three pressures converge, platforms will inevitably feel an impulse—to secretly collect a little &lt;strong&gt;&amp;ldquo;mental tax&amp;rdquo;&lt;/strong&gt; in areas where users are not sensitive:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Shallowing default thinking.&lt;/li&gt;&#xA;&lt;li&gt;Compressing deep reading.&lt;/li&gt;&#xA;&lt;li&gt;Narrowing multi-turn reasoning.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;On average, this may be more cost-effective. On reports, it may look better.&lt;/p&gt;&#xA;&lt;p&gt;But for those who use AI as a production tool, the sky has fallen.&lt;/p&gt;&#xA;&lt;p&gt;Because the most valuable aspect of complex work has never been &lt;strong&gt;&amp;ldquo;output speed&amp;rdquo;&lt;/strong&gt;; it’s quality, the &lt;strong&gt;&amp;ldquo;understand first, then act&amp;rdquo;&lt;/strong&gt; silence.&lt;/p&gt;&#xA;&lt;p&gt;Those few seconds, dozens of seconds, or even hundreds of tokens of caution are where quality truly stands.&lt;/p&gt;&#xA;&lt;p&gt;Once this silence is traded for profit, what users receive is no longer the same thing.&lt;/p&gt;&#xA;&lt;p&gt;It can still speak, it can still write code, and it may even be smoother.&lt;/p&gt;&#xA;&lt;p&gt;But you no longer dare to entrust critical tasks to it.&lt;/p&gt;&#xA;&lt;p&gt;It’s like a car that still makes engine sounds, the steering wheel can still turn, and pressing the gas pedal still accelerates.&lt;/p&gt;&#xA;&lt;p&gt;It’s just that the brakes have quietly thinned a layer.&lt;/p&gt;&#xA;&lt;h2 id=&#34;onboard-the-titanic&#34;&gt;Onboard the Titanic&#xA;&lt;/h2&gt;&lt;p&gt;The most critical issue is that the truly expensive AI services in the future are not about how impressive the benchmarks look on the promotional page, but whether you can hand it important tasks next time without taking a deep breath.&lt;/p&gt;&#xA;&lt;p&gt;Thus, what Claude has exposed is not just a layer of window paper for Anthropic.&lt;/p&gt;&#xA;&lt;p&gt;It has dragged a question that the entire industry is most reluctant to address into the spotlight:&lt;/p&gt;&#xA;&lt;p&gt;If default thinking effort, reasoning budget, and thinking visibility directly affect result quality, how can AI companies quietly change these?&lt;/p&gt;&#xA;&lt;p&gt;If such changes lead users to spend tens of times more on rework, do they need to be explicitly announced? Do they need to promise stable settings?&lt;/p&gt;&#xA;&lt;p&gt;What has happened with Claude Code serves as a loud slap in the face.&lt;/p&gt;&#xA;&lt;p&gt;It awakens not just Anthropic&amp;rsquo;s users but everyone who is increasingly entrusting work, judgment, and time to large models.&lt;/p&gt;&#xA;&lt;p&gt;We thought we were buying a ticket to the future.&lt;/p&gt;&#xA;&lt;p&gt;Only to find out later that the ship is still sailing, the lights are still on. But the captain has secretly turned off the radar to save fuel, and you don’t know where the iceberg is!&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 18&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;364px&#34; data-flex-grow=&#34;151&#34; height=&#34;395&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-01ffe55130/img-dc7059a274.jpeg&#34; width=&#34;600&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;What is truly frightening is not just this one ship, but the entire industry beginning to feel that such practices are normal.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;If a model can have its thinking depth lowered without your awareness, then what you’ve purchased is never intelligence, but an experience that can be revoked at any time.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This is the coldest aspect of the Claude &lt;strong&gt;&amp;ldquo;intelligence decline&amp;rdquo;&lt;/strong&gt; scandal.&lt;/p&gt;&#xA;&lt;p&gt;On April 8, Anthropic closed the issue on GitHub without explaining what had been resolved.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Ensuring Healthy Development of AI through Effective Governance</title>
            <link>https://gameflycenter.com/posts/note-e9cf335faa/</link>
            <pubDate>Thu, 09 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-e9cf335faa/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;Currently, artificial intelligence (AI) is a strategic force leading a new round of technological revolution and industrial transformation, profoundly reshaping the global innovation landscape, development paradigms, and human lifestyles. However, its widespread application also brings a series of risks and challenges. General Secretary Xi Jinping emphasizes the importance of AI governance, stating that we must grasp the trends and laws of AI development, expedite the formulation of relevant laws, regulations, policies, application norms, and ethical guidelines, and establish a technical monitoring, risk warning, and emergency response system. This provides fundamental guidance to ensure that China&amp;rsquo;s AI develops in a beneficial, safe, and equitable direction.&lt;/p&gt;&#xA;&lt;h2 id=&#34;importance-of-strengthening-ai-governance&#34;&gt;Importance of Strengthening AI Governance&#xA;&lt;/h2&gt;&lt;p&gt;In the face of new challenges posed by the rapid iteration of AI technology, deep penetration of applications, and complex risks, accurately grasping AI development trends and strengthening governance is essential for promoting the healthy and orderly development of AI in China.&lt;/p&gt;&#xA;&lt;h3 id=&#34;strategic-advantage-in-technological-revolution&#34;&gt;Strategic Advantage in Technological Revolution&#xA;&lt;/h3&gt;&lt;p&gt;Xi Jinping points out that AI is a significant driving force in the new round of technological revolution and industrial transformation. Currently, AI technology innovation is in a period of intense activity, accelerating the industrialization process and creating favorable conditions for future development. Major countries are accelerating their AI development, giving rise to new fields such as intelligent agents, autonomous driving, embodied intelligence, and smart wearables, which are changing the business landscape and reshaping the global economy. Strengthening AI governance will create a stable, transparent, and predictable governance environment, providing clear rules for enterprises and research institutions, encouraging investment and innovation, and maximizing innovation potential.&lt;/p&gt;&#xA;&lt;h3 id=&#34;promoting-high-quality-economic-and-social-development&#34;&gt;Promoting High-Quality Economic and Social Development&#xA;&lt;/h3&gt;&lt;p&gt;Xi Jinping emphasizes that we must deeply understand the characteristics of the new generation of AI development and strengthen the integration of AI and industrial development to provide new momentum for high-quality development. AI is a key driving force for upgrading industrial intelligence and cultivating new economic growth points. By the end of 2025, China is expected to have over 6,000 AI companies, forming a complete industrial system from foundational infrastructure to model frameworks and industry applications. Domestic large models are leading the global ecosystem through open-source strategies, transforming AI from cutting-edge technology used by a few companies into a widely accessible tool across various industries. Exploring effective AI governance paths can better prevent risks and create a stable policy environment, ensuring AI serves as a powerful engine for economic quality improvement and comprehensive social progress.&lt;/p&gt;&#xA;&lt;h3 id=&#34;safeguarding-national-security-and-social-stability&#34;&gt;Safeguarding National Security and Social Stability&#xA;&lt;/h3&gt;&lt;p&gt;Xi Jinping states that we must improve the AI regulatory system to firmly grasp the initiative in AI development and governance. Currently, the security risks associated with AI are increasingly prominent, characterized by complexity, systemic issues, and pervasiveness. The development of AI technology brings inherent security risks, and the unique characteristics of large AI models complicate security and control. Moreover, the widespread application of AI models introduces new safety challenges, such as the misuse of open-source ecosystems and vulnerabilities in software supply chains, leading to secondary risks at individual, group, and societal levels. Therefore, strengthening AI governance is an inherent requirement for implementing a comprehensive national security concept, necessitating the establishment of a risk prevention system covering the entire chain from technology research and development to product application and social impact.&lt;/p&gt;&#xA;&lt;h3 id=&#34;building-a-community-with-a-shared-future-for-humanity&#34;&gt;Building a Community with a Shared Future for Humanity&#xA;&lt;/h3&gt;&lt;p&gt;Xi Jinping asserts that AI should be an international public good that benefits all humanity. We must promote coordination in development strategies, governance rules, and technical standards among all parties to form a widely accepted global governance framework. Currently, AI development is at a critical window of technological leap, application explosion, and governance exploration. Geopolitical turmoil and anti-globalization sentiments severely affect global cooperation and sustainable development. Accelerating the theoretical, institutional, and practical innovation of AI governance in China, while proposing governance solutions that embody Chinese wisdom and align with the common interests of all countries, will help build a fairer, more reasonable, inclusive, and shared global AI governance system.&lt;/p&gt;&#xA;&lt;h2 id=&#34;basic-principles-for-strengthening-ai-governance&#34;&gt;Basic Principles for Strengthening AI Governance&#xA;&lt;/h2&gt;&lt;p&gt;Effective governance must be guided by scientific concepts and clear principles. Strengthening AI governance should be based on Xi Jinping&amp;rsquo;s important discourse on AI governance, accurately grasping the following basic principles.&lt;/p&gt;&#xA;&lt;h3 id=&#34;establishing-a-value-orientation-towards-beneficence&#34;&gt;Establishing a Value Orientation Towards Beneficence&#xA;&lt;/h3&gt;&lt;p&gt;AI governance should ensure that the ultimate goal of technological development is to enhance human welfare and promote comprehensive human development. Enhancing human welfare means measuring success by the sense of gain, happiness, and security of the people, ensuring accessibility of intelligent services for all social groups, and accelerating the bridging of the digital divide. Promoting comprehensive human development means guaranteeing that human subjectivity is always present, allowing AI to serve as an &amp;ldquo;amplifier&amp;rdquo; for expanding human cognitive boundaries and capabilities.&lt;/p&gt;&#xA;&lt;h3 id=&#34;implementing-systematic-thinking&#34;&gt;Implementing Systematic Thinking&#xA;&lt;/h3&gt;&lt;p&gt;AI development and safety are highly interrelated. From a development perspective, AI is a strategic technology related to national competitiveness and security, as well as a key general technology for driving productivity leaps. From a safety perspective, the risks associated with AI development in China are numerous and fast-transmitting, requiring a strong commitment to safety to navigate the waves of technological change.&lt;/p&gt;&#xA;&lt;h3 id=&#34;strengthening-the-institutional-foundation-of-good-governance&#34;&gt;Strengthening the Institutional Foundation of Good Governance&#xA;&lt;/h3&gt;&lt;p&gt;Strengthening AI governance through legal means is a requirement for building a modern socialist country on the rule of law. It can better provide institutional guarantees for AI development. This involves adapting to new demands arising from productivity progress and responding to new issues accompanying technological and industrial development.&lt;/p&gt;&#xA;&lt;h3 id=&#34;innovating-agile-and-dynamic-governance-models&#34;&gt;Innovating Agile and Dynamic Governance Models&#xA;&lt;/h3&gt;&lt;p&gt;Governance should be inclusive and beneficial, promoting the open sharing of core resources such as computing power, algorithms, and data, and lowering barriers to technology application. Supporting open-source community development and public data set sharing will facilitate knowledge and technology diffusion.&lt;/p&gt;&#xA;&lt;h2 id=&#34;multi-dimensional-collaboration-to-accelerate-ai-governance&#34;&gt;Multi-Dimensional Collaboration to Accelerate AI Governance&#xA;&lt;/h2&gt;&lt;p&gt;The scientific nature of theory must ultimately manifest as practical guidance. To implement Xi Jinping&amp;rsquo;s important discourse on AI governance, we should use systematic thinking to construct a governance system covering the entire chain of AI research, deployment, application, and impact.&lt;/p&gt;&#xA;&lt;h3 id=&#34;strengthening-data-governance&#34;&gt;Strengthening Data Governance&#xA;&lt;/h3&gt;&lt;p&gt;Data is a core element and strategic resource for AI development, and its quality, scale, and governance level directly determine the depth and breadth of AI development. Strengthening data governance aims to overcome key bottlenecks in the process of data elementization.&lt;/p&gt;&#xA;&lt;h3 id=&#34;enhancing-model-governance-efficiency&#34;&gt;Enhancing Model Governance Efficiency&#xA;&lt;/h3&gt;&lt;p&gt;AI large models have become the core carrier and capability hub of intelligent systems. The reliability, safety, and values of models directly determine the quality and safety of all applications based on them. Therefore, model governance is a key link in the AI governance system.&lt;/p&gt;&#xA;&lt;h3 id=&#34;optimizing-application-governance-ecology&#34;&gt;Optimizing Application Governance Ecology&#xA;&lt;/h3&gt;&lt;p&gt;As the &amp;ldquo;AI+&amp;rdquo; initiative deepens, AI is accelerating its transition from &amp;ldquo;thinking&amp;rdquo; to &amp;ldquo;doing,&amp;rdquo; with application scenarios continuously expanding. This leads to the cross-domain fusion of technology applications and systemic externalities, extending risks from virtual digital spaces to physical entities and ethical values.&lt;/p&gt;&#xA;&lt;h3 id=&#34;refining-ethical-governance-requirements&#34;&gt;Refining Ethical Governance Requirements&#xA;&lt;/h3&gt;&lt;p&gt;AI ethical governance involves not only the establishment of technical rules but also the construction of value orders. Discussions around algorithm fairness, data privacy, and machine responsibility are deeply rooted in the historical and cultural traditions of various countries.&lt;/p&gt;&#xA;&lt;h3 id=&#34;strengthening-global-governance-collaboration&#34;&gt;Strengthening Global Governance Collaboration&#xA;&lt;/h3&gt;&lt;p&gt;AI governance concerns the fate of all humanity and is a common challenge faced by countries worldwide. In recent years, geopolitical factors, cultural traditions, and systemic differences have led to profound divergences in global AI governance directions.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>GLM-5.1 Surpasses Opus 4.6: A New Milestone in AI Models</title>
            <link>https://gameflycenter.com/posts/note-4e4ea70f33/</link>
            <pubDate>Wed, 08 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-4e4ea70f33/</guid>
            <description>&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;573px&#34; data-flex-grow=&#34;238&#34; height=&#34;1728&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-4e4ea70f33/img-4583308896.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-4e4ea70f33/img-4583308896_hu_7563a4e027f35b7c.jpeg 800w, https://gameflycenter.com/posts/note-4e4ea70f33/img-4583308896_hu_3f2e53eadda6046.jpeg 1600w, https://gameflycenter.com/posts/note-4e4ea70f33/img-4583308896_hu_c0e82c2d2a4bf773.jpeg 2400w, https://gameflycenter.com/posts/note-4e4ea70f33/img-4583308896.jpeg 4126w&#34; width=&#34;4126&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Recently, APPSO mentioned that large models are about to face the most challenging month in history, and this has come to pass.&lt;/p&gt;&#xA;&lt;p&gt;Claude Opus 4.6 has unfortunately become a backdrop, being surpassed twice in one day.&lt;/p&gt;&#xA;&lt;p&gt;In the morning, Anthropic released the Claude Mythos Preview, scoring 77.8% on SWE-bench Pro, leaving Opus 4.6&amp;rsquo;s 57.3% behind. This score indicates it can identify and fix high-difficulty engineering bugs in real GitHub repositories, surpassing most human programmers.&lt;/p&gt;&#xA;&lt;p&gt;However, the Mythos Preview is not yet available to the general public. Meanwhile, another model has emerged that surpasses Opus 4.6—Zhipu has open-sourced GLM-5.1.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;312px&#34; data-flex-grow=&#34;130&#34; height=&#34;1072&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-4e4ea70f33/img-3be3bd3ef0.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-4e4ea70f33/img-3be3bd3ef0_hu_def66bb083221b46.jpeg 800w, https://gameflycenter.com/posts/note-4e4ea70f33/img-3be3bd3ef0.jpeg 1394w&#34; width=&#34;1394&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;GLM-5.1 scored 58.4% on SWE-bench Pro, exceeding Opus 4.6&amp;rsquo;s 57.3% and GPT-5.4&amp;rsquo;s 57.7%. HuggingFace CEO Clement Delangue congratulated the release on Twitter, stating: &amp;ldquo;The best-performing model on SWE-Bench Pro is now open-sourced on HuggingFace! Welcome GLM 5.1!&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;342px&#34; data-flex-grow=&#34;142&#34; height=&#34;830&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-4e4ea70f33/img-57e4622df9.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-4e4ea70f33/img-57e4622df9_hu_5ee1b1db46d994d9.jpeg 800w, https://gameflycenter.com/posts/note-4e4ea70f33/img-57e4622df9.jpeg 1186w&#34; width=&#34;1186&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Ranked third globally and first in open-source, GLM-5.1 has emerged as a leading domestic model, even without the anticipated DeepSeek V4.&lt;/p&gt;&#xA;&lt;p&gt;My initial reaction was that we are witnessing another round of the large model &amp;ldquo;ranking frenzy,&amp;rdquo; where each release claims &amp;ldquo;epic progress,&amp;rdquo; and models briefly dominate the leaderboard. What makes this time different?&lt;/p&gt;&#xA;&lt;p&gt;After reviewing the technical details and experiences with GLM-5.1, APPSO provides insights into the model&amp;rsquo;s capabilities.&lt;/p&gt;&#xA;&lt;h2 id=&#34;from-20-steps-to-1700-steps-continuous-operation-for-8-hours&#34;&gt;From 20 Steps to 1700 Steps, Continuous Operation for 8 Hours&#xA;&lt;/h2&gt;&lt;p&gt;What surprised me most about GLM-5.1 is not its score, but its operational duration.&lt;/p&gt;&#xA;&lt;p&gt;Zhipu has a case that left a strong impression on me. It built a Linux desktop system from scratch in 8 hours. This was not just writing a few demo files; it involved designing architecture, writing code, running tests, and fixing bugs, completing over 1200 steps to produce a fully functional Linux desktop system.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;438px&#34; data-flex-grow=&#34;182&#34; height=&#34;764&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-4e4ea70f33/img-c4909fd5c9.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-4e4ea70f33/img-c4909fd5c9_hu_412d03b2ae511442.jpeg 800w, https://gameflycenter.com/posts/note-4e4ea70f33/img-c4909fd5c9.jpeg 1396w&#34; width=&#34;1396&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;This included a complete desktop, window manager, status bar, applications, VPN manager, Chinese font support, and a game library, all in a 4.8MB package. This is equivalent to a week’s work for a four-person team.&lt;/p&gt;&#xA;&lt;p&gt;No one was involved in testing or code review throughout the process. GLM-5.1 even wrote its own regression tests, which it successfully executed.&lt;/p&gt;&#xA;&lt;p&gt;A programmer on Zhihu, Toyama nao, conducted a more rigorous test. He tasked GLM-5.1 with three projects: developing an OpenGL renderer for macOS in Swift, creating a fully functional chat application in Flutter while simultaneously developing the backend in Golang, and building a web-based video editing application with a selected tech stack. Each project underwent 10-12 rounds of prompts, with each round consisting of 1500-2000 words.&lt;/p&gt;&#xA;&lt;p&gt;As a result, GLM-5.1 became the first domestic model to pass all of Toyama nao&amp;rsquo;s test projects and the first to officially surpass Sonnet 4.5 Thinking.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;409px&#34; data-flex-grow=&#34;170&#34; height=&#34;716&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-4e4ea70f33/img-af004184e2.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-4e4ea70f33/img-af004184e2_hu_9331385c7c5fbdcd.jpeg 800w, https://gameflycenter.com/posts/note-4e4ea70f33/img-af004184e2.jpeg 1222w&#34; width=&#34;1222&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;His evaluation was: &amp;ldquo;GLM-5.1 significantly expands the adaptability of programming, no longer just a front-end warrior or a one-shot wonder; it can serve as a primary programming force under complex conditions.&amp;rdquo; However, he also pointed out issues: &amp;ldquo;It tends to hallucinate with long contexts; if it struggles with a problem after two rounds of revisions, don’t expect it to improve—just start over.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;At the end of last year, AI models could only complete about 20 steps. GLM-5.1 can now accomplish 1700 steps, marking a watershed moment for models to genuinely &amp;ldquo;work independently.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Zhipu explained the key breakthroughs in their technical report: previous models, including GLM-5, would quickly reach a bottleneck after initial gains. They repeatedly attempted known optimization methods but could not switch strategies when one path failed.&lt;/p&gt;&#xA;&lt;p&gt;The training goal of GLM-5.1 was to break through this bottleneck, enabling the model to perform incremental tuning within a fixed strategy, actively analyzing benchmark logs to identify current bottlenecks and then switching to structurally different solutions.&lt;/p&gt;&#xA;&lt;p&gt;An example of vector database optimization illustrates this &amp;ldquo;stair-step&amp;rdquo; optimization trajectory. GLM-5.1 underwent 655 iterations, increasing query throughput from 3108 QPS to 21472 QPS, achieving a 6.9-fold improvement.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;446px&#34; data-flex-grow=&#34;186&#34; height=&#34;672&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-4e4ea70f33/img-22ac2cf367.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-4e4ea70f33/img-22ac2cf367_hu_14b56f049a36e826.jpeg 800w, https://gameflycenter.com/posts/note-4e4ea70f33/img-22ac2cf367.jpeg 1250w&#34; width=&#34;1250&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;During this process, the model autonomously completed the entire optimization chain, transitioning from full library scanning to IVF bucket recall, introducing half-precision compression, adding quantization coarse ranking, implementing two-level routing, and performing early pruning. Each leap was accompanied by a temporary decrease in recall, as the model would break constraints while exploring new directions, only to adjust back afterward. This &amp;ldquo;break-fix&amp;rdquo; cycle is a hallmark of effective optimization.&lt;/p&gt;&#xA;&lt;p&gt;On the KernelBench Level 3 optimization benchmark, GLM-5.1 performed over 24 hours of uninterrupted iterations on 50 real machine learning computational loads, achieving a geometric mean speedup of 3.6 times, significantly surpassing the 1.49 times of torch.compile max-autotune mode. The model autonomously wrote custom Triton Kernels and CUDA Kernels, utilizing cuBLASLt epilogue fusion and implementing shared memory tiling and CUDA Graph optimizations, covering the complete tech stack from high-level operator fusion to micro-architecture tuning.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 7&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;480px&#34; data-flex-grow=&#34;200&#34; height=&#34;1400&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-4e4ea70f33/img-a60c0b67ef.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-4e4ea70f33/img-a60c0b67ef_hu_dab7501b00c782ba.jpeg 800w, https://gameflycenter.com/posts/note-4e4ea70f33/img-a60c0b67ef_hu_c9f3b6bc32545993.jpeg 1600w, https://gameflycenter.com/posts/note-4e4ea70f33/img-a60c0b67ef_hu_b87a981938c92b0f.jpeg 2400w, https://gameflycenter.com/posts/note-4e4ea70f33/img-a60c0b67ef.jpeg 2800w&#34; width=&#34;2800&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Another interesting test was Vending Bench 2. This benchmark required the model to simulate running a vending machine business for a year, necessitating long-term planning and resource management. GLM-5.1 ultimately achieved a balance of $4,432, ranking first among open-source models and approaching the level of Claude Opus 4.5.&lt;/p&gt;&#xA;&lt;h2 id=&#34;744b-parameters-no-nvidia-chips-97-cost-reduction&#34;&gt;744B Parameters, No NVIDIA Chips, 97% Cost Reduction&#xA;&lt;/h2&gt;&lt;p&gt;The technical specifications of GLM-5.1 are worth noting: it is a mixed expert model (MoE) with 744 billion parameters, activating 40 billion parameters per token, trained on 28.5 trillion tokens of data, and incorporates DeepSeek Sparse Attention (DSA) to reduce deployment costs while maintaining long context capabilities. It features a 200K context window and a maximum output of 131,072 tokens.&lt;/p&gt;&#xA;&lt;p&gt;More importantly, the entire model was trained using Huawei&amp;rsquo;s Ascend 910B chips, with no NVIDIA GPUs involved. Despite being constrained by computing power, the domestic model has still achieved third place globally and first in open-source.&lt;/p&gt;&#xA;&lt;p&gt;Developer Beau Johnson switched the model behind his deployed OpenClaw from Claude Opus 4.6 to GLM-5.1, experiencing no difference in performance, but reducing costs from $1,000 to about $30, a 97% decrease. The input cost of GLM-5.1 is 1/5 that of Claude Opus, and the output cost is 1/8. In simple terms: near Opus&amp;rsquo;s capabilities at 20% of the price.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 8&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;200px&#34; data-flex-grow=&#34;83&#34; height=&#34;1248&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-4e4ea70f33/img-862f83e0e1.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-4e4ea70f33/img-862f83e0e1_hu_85c7b1ed12b7c241.jpeg 800w, https://gameflycenter.com/posts/note-4e4ea70f33/img-862f83e0e1.jpeg 1042w&#34; width=&#34;1042&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Moreover, GLM-5.1 is open-source, licensed under the MIT License, one of the most permissive open-source licenses. You can modify it, use it commercially, and do anything with it. It supports mainstream inference frameworks like vLLM, SGLang, and xLLM, allowing for direct local deployment.&lt;/p&gt;&#xA;&lt;p&gt;Of course, GLM-5.1 is not without room for improvement. Some developers have reported that its inference speed is only 44.3 tokens/second, offering no significant advantage over similar products. Complex tasks can even take an hour to start, and even though the Pro package limits are 15 times that of Claude, it may still be insufficient.&lt;/p&gt;&#xA;&lt;p&gt;These issues are real. GLM-5.1 is not perfect, but this does not prevent it from being a milestone.&lt;/p&gt;&#xA;&lt;p&gt;The significance of GLM-5.1 lies not in how much stronger it is than Opus 4.6, but in proving that even under constraints of computing power, domestic models can still achieve first place in open-source. Furthermore, it is open-source, allowing anyone to use and modify it.&lt;/p&gt;&#xA;&lt;p&gt;Your 8 hours of sleep can now be 8 hours of AI work. And this AI is open-source, domestically produced, and accessible to everyone.&lt;/p&gt;&#xA;&lt;h2 id=&#34;experience-methods&#34;&gt;Experience Methods&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;Official API Access&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;– BigModel Open Platform:&lt;br&gt;&#xA;&lt;a class=&#34;link&#34; href=&#34;https://docs.bigmodel.cn/cn/guide/models/text/glm-5.1&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;https://docs.bigmodel.cn/cn/guide/models/text/glm-5.1&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;– Z.ai:&lt;br&gt;&#xA;&lt;a class=&#34;link&#34; href=&#34;https://docs.z.ai/guides/llm/glm-5.1&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;https://docs.z.ai/guides/llm/glm-5.1&lt;/a&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Product Experience – GLM-5.1 is coming to Z.ai:&lt;br&gt;&#xA;&lt;a class=&#34;link&#34; href=&#34;https://chat.z.ai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;https://chat.z.ai&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Open-source Links&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;– GitHub:&lt;br&gt;&#xA;&lt;a class=&#34;link&#34; href=&#34;https://github.com/zai-org/GLM-5&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;https://github.com/zai-org/GLM-5&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;– Hugging Face:&lt;br&gt;&#xA;&lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/zai-org/GLM-5.1&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;https://huggingface.co/zai-org/GLM-5.1&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;– ModelScope:&lt;br&gt;&#xA;&lt;a class=&#34;link&#34; href=&#34;https://modelscope.cn/models/ZhipuAI/GLM-5.1&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;https://modelscope.cn/models/ZhipuAI/GLM-5.1&lt;/a&gt;&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>The Rise and Challenges of Cursor in AI Coding</title>
            <link>https://gameflycenter.com/posts/note-c569a25bd6/</link>
            <pubDate>Wed, 08 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-c569a25bd6/</guid>
            <description>&lt;p&gt;Cursor&amp;rsquo;s fate hangs between two speeds: the maturity of AI autonomous coding and Cursor&amp;rsquo;s own transformation.&lt;/p&gt;&#xA;&lt;p&gt;Cursor continues to thrive, yet it is also heading towards despair. Opinions about this once iconic Vibe Coding company are sharply divided, yet seemingly valid at the same time.&lt;/p&gt;&#xA;&lt;p&gt;As of February 2026, Cursor&amp;rsquo;s annualized revenue surpassed $2 billion, doubling from $1 billion just three months prior. No startup in Silicon Valley has crossed the $0 to $2 billion mark at such a pace before. Each day, 150 million lines of enterprise code are generated through Cursor, with over two-thirds of the Fortune 500 companies utilizing it. A new round of financing is underway, targeting a valuation of $50 billion. Martin Casado, a board member and partner at A16z, famously stated, &amp;ldquo;Without the capital invested, Cursor is the fastest-growing company we&amp;rsquo;ve ever seen.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;However, on a day in February 2026, a mortgage startup named Valon announced that over 90 employees would stop using Cursor in favor of Anthropic&amp;rsquo;s Claude Code. Valon&amp;rsquo;s CEO Andrew Wang claimed that Claude Code completed the same tasks ten times faster.&lt;/p&gt;&#xA;&lt;p&gt;This incident, though minor—a tool migration decision from a small company—sparked a significant discourse on Twitter, with &amp;ldquo;Cursor is dead&amp;rdquo; becoming a trending topic in the developer community.&lt;/p&gt;&#xA;&lt;p&gt;Casado&amp;rsquo;s response was widely quoted: &amp;ldquo;I&amp;rsquo;ve been a heavy internet user and a VC for ten years, but I&amp;rsquo;ve never seen a disconnect between X and reality like this—never in the past year. Cursor&amp;rsquo;s data shows no signs of failure.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;While he spoke the truth, a more complex question arises: when a company&amp;rsquo;s data is overwhelmingly positive, but a sensitive group within its industry begins to express collective unease, should one trust the data or the intuition?&lt;/p&gt;&#xA;&lt;h2 id=&#34;trusting-data-vs-intuition&#34;&gt;Trusting Data vs. Intuition&#xA;&lt;/h2&gt;&lt;p&gt;Let&amp;rsquo;s first examine what the data does not reveal.&lt;/p&gt;&#xA;&lt;p&gt;Claude Code was publicly released in May 2025, and by early 2026, its annualized revenue had already exceeded $2.5 billion, surpassing Cursor in absolute terms. Anthropic is also Cursor&amp;rsquo;s most important model supplier—Cursor&amp;rsquo;s products heavily depend on the Claude model, with Anysphere being one of Anthropic&amp;rsquo;s largest clients.&lt;/p&gt;&#xA;&lt;p&gt;On another front, OpenAI acquired Windsurf for $3 billion—Cursor&amp;rsquo;s most direct competitor. Reports indicated that OpenAI had previously attempted to acquire Cursor itself, but negotiations fell through.&lt;/p&gt;&#xA;&lt;p&gt;OpenAI subsequently launched Codex agent, a cloud-based asynchronous coding agent, which saw over 1 million downloads in its first week. Coupled with Microsoft-owned GitHub Copilot&amp;rsquo;s monopolistic distribution, Cursor is being squeezed from three directions.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;309px&#34; data-flex-grow=&#34;128&#34; height=&#34;838&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-c569a25bd6/img-f15572acfe.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-c569a25bd6/img-f15572acfe_hu_5348525a6d26a97b.jpeg 800w, https://gameflycenter.com/posts/note-c569a25bd6/img-f15572acfe.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Yet the most lethal force among these three does not come from any specific competitor. Zach Lloyd, CEO of Warp, succinctly captured Cursor&amp;rsquo;s true situation: &amp;ldquo;I don&amp;rsquo;t believe the meme &amp;lsquo;Cursor is dead,&amp;rsquo; but &amp;lsquo;IDE is dead&amp;rsquo; is real. Software is no longer done this way.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;This statement elevates the issue from &amp;ldquo;which product is better&amp;rdquo; to a completely different level: what is the ultimate form of AI coding? Is it a smarter editor, or is it a process that fundamentally eliminates the need for an editor?&lt;/p&gt;&#xA;&lt;p&gt;If the future of software development involves humans describing intentions in natural language while AI autonomously handles everything from planning to implementation to testing, then IDEs—no matter how intelligent—may become an unnecessary intermediary.&lt;/p&gt;&#xA;&lt;h2 id=&#34;both-optimism-and-pessimism-are-valid&#34;&gt;Both Optimism and Pessimism are Valid&#xA;&lt;/h2&gt;&lt;p&gt;Casado claims there are no issues with the data, while developers express that something has changed. Neither is lying, but they are not discussing the same reality.&lt;/p&gt;&#xA;&lt;p&gt;Understanding this requires a premise: a company&amp;rsquo;s situation is not a singular state but rather an amalgamation of multiple layers moving at different speeds.&lt;/p&gt;&#xA;&lt;p&gt;The fastest layer is market narrative—shifts in Twitter sentiment, media tone, and valuation fluctuations change daily or weekly.&lt;/p&gt;&#xA;&lt;p&gt;The middle layer encompasses product and business models—user growth, revenue structure, enterprise procurement, which change monthly or quarterly.&lt;/p&gt;&#xA;&lt;p&gt;The slowest layer is the technological paradigm—what technology is considered the default option, how developers&amp;rsquo; work methods are redefined, which changes occur over years.&lt;/p&gt;&#xA;&lt;p&gt;Casado focuses on the middle layer. Doubling revenue, increasing enterprise contracts, and renewing Fortune 500 clients—Cursor is indeed in a state of overall success by these metrics.&lt;/p&gt;&#xA;&lt;p&gt;The anxiety expressed by developers on X captures the shifts in the slowest layer: the technological paradigm of AI coding is transitioning from &amp;ldquo;assisting humans in writing code&amp;rdquo; to &amp;ldquo;AI autonomously writing code.&amp;rdquo; This shift has not yet reflected in revenue numbers, but it has left clear traces in other data.&lt;/p&gt;&#xA;&lt;p&gt;SemiAnalysis estimated in February 2026 that 4% of public commits on GitHub were already completed by Claude Code—an application that had been released for less than a year. At its current growth rate, this percentage could exceed 20% by the end of 2026.&lt;/p&gt;&#xA;&lt;p&gt;In the same month, a survey by Pragmatic Engineer revealed that 46% of developers listed Claude Code as their &amp;ldquo;favorite&amp;rdquo; AI coding tool, with Cursor in second place at 19%.&lt;/p&gt;&#xA;&lt;p&gt;Claude Code has surpassed both GitHub Copilot and Cursor in usage within eight months of its inception.&lt;/p&gt;&#xA;&lt;p&gt;These data points point to a singular fact: a shift is already occurring, though it has yet to be reflected in Cursor&amp;rsquo;s revenue reports.&lt;/p&gt;&#xA;&lt;p&gt;Cursor&amp;rsquo;s revenue structure has a buffer layer. Enterprise clients currently account for about 60% of Cursor&amp;rsquo;s revenue. Individual developers and small startups are quietly migrating to Claude Code, but this attrition is temporarily masked by the growth of enterprise contracts.&lt;/p&gt;&#xA;&lt;h2 id=&#34;growth-of-enterprise-contracts-masks-loss-of-smaller-users&#34;&gt;Growth of Enterprise Contracts Masks Loss of Smaller Users&#xA;&lt;/h2&gt;&lt;p&gt;There exists a cognitive lag between these two groups. Individual developers have low switching costs and short decision chains—one person, one credit card, and an afternoon can switch tools. Enterprise clients, on the other hand, face lengthy contract cycles, security reviews, procurement approvals, and team training, making transitions less straightforward.&lt;/p&gt;&#xA;&lt;p&gt;However, the key is that enterprises ultimately follow the developers. Enterprises do not choose coding tools; developers do; the IT department merely ratifies the decisions already made by engineers.&lt;/p&gt;&#xA;&lt;p&gt;If the developers who propelled Cursor&amp;rsquo;s rise from 2024 to 2025 have transitioned elsewhere by the end of 2026, the enterprise procurement pipeline will inevitably dry up—not immediately, but eventually.&lt;/p&gt;&#xA;&lt;p&gt;Casado&amp;rsquo;s judgment and developers&amp;rsquo; intuition are not contradictory. Casado sees that the lower layers of the structure remain stable, while developers sense that the upper layers are beginning to shake.&lt;/p&gt;&#xA;&lt;p&gt;Both perspectives are true.&lt;/p&gt;&#xA;&lt;p&gt;Individual developers are the canaries in this structure—when canaries begin to leave, it does not mean the mine will collapse immediately, but it does mean serious air quality checks are warranted.&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-did-cursor-take-off&#34;&gt;How Did Cursor Take Off?&#xA;&lt;/h2&gt;&lt;p&gt;But why are the canaries leaving at this moment? To answer this question, we must look not only at competitive comparisons but also at how Cursor reached its current height—and what changes are affecting the forces that lifted it.&lt;/p&gt;&#xA;&lt;p&gt;Cursor&amp;rsquo;s rise is not the result of linear growth. It has experienced a rare phenomenon—multiple layers aligning simultaneously to create a lifting force.&lt;/p&gt;&#xA;&lt;p&gt;A company is embedded in different layers moving at varying speeds at any given time: narrative and valuation change the fastest, product and business models are in the middle, while technological paradigms and industry structures change the slowest.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Narrative and valuation change the fastest, product and business models are in the middle, technological paradigms and industry structures change the slowest.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Typically, these layers move at different speeds and directions, with collaboration and conflict between them; this tension is the norm in the business world.&lt;/p&gt;&#xA;&lt;p&gt;However, occasionally, the fast and slow layers point in the same direction, and companies standing at the intersection experience a weightlessness-like acceleration—obstacles seem to vanish, and the entire world opens up to them.&lt;/p&gt;&#xA;&lt;p&gt;Between 2023 and 2025, at least two slow layers moved simultaneously: the coding capabilities of large language models crossed a practical threshold, and AI coding transformed from a novelty to a productivity tool; software development processes began to be reshaped by AI, making &amp;ldquo;AI coding tools&amp;rdquo; a necessity rather than an option.&lt;/p&gt;&#xA;&lt;p&gt;The movements of these two slow layers pointed directly to Cursor&amp;rsquo;s position—an application that made AI the backbone of the editor rather than a plugin. Thus, buoyed by the currents of technological paradigms and industry structures, Cursor took off.&lt;/p&gt;&#xA;&lt;p&gt;When taking off, no one thought about landing, but the currents will eventually stop. How high one can fly is not the key; what matters is whether, when you can take off, you have embedded yourself deeply enough in the layers. After the currents stop, will your technology become the standard? Will user habits be tied to you? These are the more pressing questions.&lt;/p&gt;&#xA;&lt;p&gt;NVIDIA is a positive case: having also taken off on the currents of AI, it embedded CUDA into the very roots of the deep learning ecosystem. Even as narratives cool and valuations retract, CUDA&amp;rsquo;s position remains unshakable.&lt;/p&gt;&#xA;&lt;p&gt;What about Cursor? What did it achieve during its takeoff window?&lt;/p&gt;&#xA;&lt;p&gt;A $50 billion valuation is a product of the narrative layer. But Cursor is certainly more than just narrative. Tab completion, multi-file refactoring, inline editing—these features&amp;rsquo; reputations were not built through financing pitches but through developers writing code line by line.&lt;/p&gt;&#xA;&lt;p&gt;However, at the slower layers—industry structure and technological paradigm—Cursor&amp;rsquo;s embedding is shallow. It has not become the infrastructure standard in the AI coding field. Until the end of 2025, it remains a fully application-layer product reliant on third-party models.&lt;/p&gt;&#xA;&lt;p&gt;According to Tom Dotan from Newcomer, Cursor spends nearly all its revenue on purchasing APIs from Anthropic. Revenue has quadrupled since then, but this structure has not fundamentally improved—each user interaction consumes model inference, and revenue growth and API costs have expanded almost in sync. One Cursor investor remarked, &amp;ldquo;Making 90 cents on a dollar is not a business.&amp;rdquo; The higher Cursor flies, the faster it bleeds.&lt;/p&gt;&#xA;&lt;p&gt;This may not be fatal during the takeoff phase—when all layers are buoying you, you can first achieve scale before addressing profitability. But Cursor now faces a situation where the currents supporting its takeoff are changing direction.&lt;/p&gt;&#xA;&lt;h2 id=&#34;from-assisted-coding-to-autonomous-coding&#34;&gt;From Assisted Coding to Autonomous Coding&#xA;&lt;/h2&gt;&lt;p&gt;Typically, the end of takeoff means the lifting force dissipates—the currents weaken, and the company descends. However, Cursor is not facing a weakening of currents—the overall direction of AI coding remains strong—but rather a shift in the direction of those currents.&lt;/p&gt;&#xA;&lt;p&gt;The first phase transition is from &amp;ldquo;manual coding&amp;rdquo; to &amp;ldquo;AI-assisted coding.&amp;rdquo; This transition points toward IDEs—developers remain the drivers, AI is the co-pilot, and their collaborative interface is the editor. Cursor was born for this phase transition, perfectly capturing it.&lt;/p&gt;&#xA;&lt;p&gt;The second phase transition is from &amp;ldquo;AI-assisted coding&amp;rdquo; to &amp;ldquo;AI autonomous coding.&amp;rdquo; This transition no longer points toward IDEs but rather toward terminal agents and cloud-based asynchronous workflows. Developers shift from being drivers to commanders—they no longer review code line by line but describe intentions and review results.&lt;/p&gt;&#xA;&lt;p&gt;Claude Code is a product of this phase transition: it does not run within an editor; it operates in the terminal; it does not assist you in writing code; it writes code for you.&lt;/p&gt;&#xA;&lt;p&gt;One could understand the first phase transition as Iron Man putting on his armor, with the human inside and AI as the equipment; the second phase transition is Jarvis putting on the armor for Iron Man, with the human outside giving commands—leading to the emergence of a more powerful Ultron.&lt;/p&gt;&#xA;&lt;p&gt;Cursor is still flying, but the currents beneath it no longer point to its position. Revenue continues to double—because the inertia of the first phase transition persists, and enterprise procurement has not yet switched. However, the direction of the currents has changed. This is what developers feel on X and what Casado&amp;rsquo;s data temporarily fails to capture.&lt;/p&gt;&#xA;&lt;p&gt;However, the change in the direction of the currents and the arrival of the currents at their destination are two different matters. The maturity of the second phase transition—AI autonomous coding—may be overestimated by its most enthusiastic supporters.&lt;/p&gt;&#xA;&lt;p&gt;The 4% commit figure from SemiAnalysis sounds shocking, but a follow-up analysis revealed critical details: approximately 90% of commits by Claude Code on GitHub fall within repositories with fewer than two stars—mostly personal experimental projects rather than production code.&lt;/p&gt;&#xA;&lt;p&gt;This figure&amp;rsquo;s value needs to be discounted: Claude Code&amp;rsquo;s usage is currently concentrated in new projects and personal experiments, not yet widely penetrating enterprise-level production codebases.&lt;/p&gt;&#xA;&lt;p&gt;More sobering evidence comes from a randomized controlled trial by METR in 2025: experienced open-source developers using AI tools on large, mature codebases believed their efficiency improved by 20-24%, but actual measurements showed a decline of 19%.&lt;/p&gt;&#xA;&lt;p&gt;The time saved by AI in coding was completely offset by the time spent on prompts, waiting, and reviewing outputs. Model capabilities have since significantly improved, but the core contradiction—that AI autonomous coding&amp;rsquo;s reliability on mature, complex codebases is far inferior to that on new projects—likely still holds.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;281px&#34; data-flex-grow=&#34;117&#34; height=&#34;920&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-c569a25bd6/img-17b53746fa.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-c569a25bd6/img-17b53746fa_hu_73dafc70c8a2a0e2.jpeg 800w, https://gameflycenter.com/posts/note-c569a25bd6/img-17b53746fa.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The intermediate state of human-machine collaboration may be more enduring than many anticipate. The second phase transition is indeed occurring, but its completion timeline may not be months, but rather years.&lt;/p&gt;&#xA;&lt;p&gt;This presents both good and bad news for Cursor: the window for transformation may be wider than the most pessimistic predictions; however, even if the window is wider, change will inevitably occur.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-bet-of-cursor&#34;&gt;The Bet of Cursor&#xA;&lt;/h2&gt;&lt;p&gt;Cursor is not sitting idle. It is undertaking one of the most aggressive actions in its history: training its own model.&lt;/p&gt;&#xA;&lt;p&gt;In March 2026, Cursor released the technical report for Composer 2. This is a large language model based on the MoE architecture, built upon the open-source model Kimi K2.5 from the dark side of the moon—boasting 1.04 trillion parameters and 32 billion active parameters.&lt;/p&gt;&#xA;&lt;p&gt;Cursor has conducted extensive continuous pre-training and reinforcement learning on this foundation, expanding the training computation compared to the base model by four times.&lt;/p&gt;&#xA;&lt;p&gt;Cursor initially did not disclose the identity of the base model; a developer discovered the model ID containing &amp;ldquo;kimi-k2p5&amp;rdquo; through intercepted API requests, sparking a controversy over transparency.&lt;/p&gt;&#xA;&lt;p&gt;This incident itself reflects Cursor&amp;rsquo;s current situation: a nearly $30 billion US startup has chosen a Chinese open-source model as the foundation for its flagship product—illustrating the competitive edge of Chinese open-source models in terms of cost-effectiveness while exposing Cursor&amp;rsquo;s starting point in autonomous model capabilities.&lt;/p&gt;&#xA;&lt;p&gt;However, the real interest lies not in the base model but in what Cursor is building on top of it: large-scale reinforcement learning based on real user behavior.&lt;/p&gt;&#xA;&lt;p&gt;Cursor collects vast amounts of data from users&amp;rsquo; interactions with the current model—when developers accept AI suggestions, when they reject them, and when they modify them—refining this into reward signals, updating model weights through a fully asynchronous RL pipeline, and deploying them back into the production environment.&lt;/p&gt;&#xA;&lt;p&gt;The entire training infrastructure includes asynchronous pipelines across multiple regions and an internal computing platform named Anyrun, capable of running hundreds of thousands of sandboxed coding environments.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cursor possesses unique assets that neither Anthropic nor OpenAI have.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Cursor has access to real coding behavior data from 150 million lines of enterprise code daily. No other company in the AI coding field utilizes such a scale of real production environment data for model iteration—Anthropic and OpenAI train general models with vast amounts of text and code data, but they lack the real-time behavioral flow of developers accepting or rejecting AI suggestions line by line. This is Cursor&amp;rsquo;s unique signal source and the reason for Composer&amp;rsquo;s existence.&lt;/p&gt;&#xA;&lt;p&gt;Composer 2 achieved an accuracy rate of 61.3% on Cursor&amp;rsquo;s internal benchmark, CursorBench-3, a 37% improvement over the previous version. Fortune reports that Composer has surpassed Anthropic&amp;rsquo;s Opus 4.6 on certain benchmarks.&lt;/p&gt;&#xA;&lt;p&gt;If Composer can handle most of the inference traffic, Cursor will no longer need to allocate all its revenue to Anthropic, potentially flipping its gross margin from negative to positive; simultaneously transforming from an application-layer company that can be easily replaced by upstream providers into a company with its own intelligent platform. Developing its own model is not just a product strategy but a matter of survival.&lt;/p&gt;&#xA;&lt;p&gt;Parallel to Composer is a model-agnostic orchestration layer. Cursor&amp;rsquo;s management bets that enterprise clients will prefer products that do not tie them to a single model—given the rapidly changing landscape of AI models, no enterprise wishes to lock themselves into a single vendor&amp;rsquo;s ecosystem. Cursor&amp;rsquo;s president, Oskar Schulz, emphasizes, &amp;ldquo;95% of Cursor users are already agent users,&amp;rdquo; and the company is transitioning from an IDE to an agent scheduling platform.&lt;/p&gt;&#xA;&lt;p&gt;The validity of this logic hinges on a genuine competitive equilibrium among underlying models. If a particular model vendor continues to lead in coding capabilities to the extent that other models become meaningless alternatives, &amp;ldquo;model neutrality&amp;rdquo; shifts from an advantage to a burden.&lt;/p&gt;&#xA;&lt;p&gt;However, current evidence points to another possibility: in Fortune&amp;rsquo;s report, six developers and founders unanimously described a working style that involves using multiple tool combinations in parallel. Boris Cherny, the creator of Claude Code, himself admitted, &amp;ldquo;I don&amp;rsquo;t think it&amp;rsquo;s a winner-takes-all scenario.&amp;rdquo; If the market indeed moves towards a multi-winner landscape, Cursor as an orchestration layer has room to survive.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;If the market moves towards a multi-winner landscape, Cursor has room to survive.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;The third path is to align with the new direction of the currents. Cursor has launched Cloud Agent—a cloud-based coding intelligence that supports multiple parallel workers. Schulz emphasizes that the company is &amp;ldquo;disrupting itself time and again.&amp;rdquo; The essence of these actions is to acknowledge: the future of coding may indeed not lie within IDEs.&lt;/p&gt;&#xA;&lt;p&gt;These three paths—developing its own model, model-agnostic orchestration, and cloud-based agents—constitute the complete picture of Cursor&amp;rsquo;s response. However, each path faces its own constraints.&lt;/p&gt;&#xA;&lt;p&gt;Cursor currently has about 20 AI researchers working on model training, and Fortune recently confirmed that key engineers have left for Musk&amp;rsquo;s xAI. Anthropic&amp;rsquo;s research team is dozens of times larger than Cursor&amp;rsquo;s.&lt;/p&gt;&#xA;&lt;p&gt;Even if the data flywheel can produce extreme optimizations in coding scenarios, the general intelligence ceiling of the base model ultimately depends on parameter scale, computational investment, and research depth—factors that a 400-person company cannot win in an arms race.&lt;/p&gt;&#xA;&lt;p&gt;The more fundamental issue is that the data flywheel is built on an assumption: users will stay. If individual developers&amp;rsquo; migration continues to accelerate, the data supply for the flywheel itself will shrink.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;246px&#34; data-flex-grow=&#34;102&#34; height=&#34;1053&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-c569a25bd6/img-62afeb9a55.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-c569a25bd6/img-62afeb9a55_hu_bcf93257c7dfc692.jpeg 800w, https://gameflycenter.com/posts/note-c569a25bd6/img-62afeb9a55.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Cursor&amp;rsquo;s fate hangs between two speeds: the maturity of AI autonomous coding and Cursor&amp;rsquo;s own transformation speed.&lt;/p&gt;&#xA;&lt;p&gt;If the intermediate state lasts long enough, Cursor will have time to complete the leap from an application-layer company to a model + platform company—valuation may retract, but core capabilities persist. If the speed of the current&amp;rsquo;s directional change exceeds the speed of transformation, the gap between a $50 billion valuation and negative gross margins will result in a hard landing. And a $50 billion scale means that acquisition is nearly impossible as a fallback.&lt;/p&gt;&#xA;&lt;p&gt;Michael Truell has a photo of biographer Robert Caro hanging on his desk. He says he admires &amp;ldquo;those who have done useful and impactful work, and that work took a long time.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;But he runs a company in the AI era—in this era, slowing down for a week could leave you behind. The power to decide how software is created once belonged entirely to programmers, briefly shifted to tool companies that assist programmers over the past three years, and is now being reclaimed by those who control model capabilities.&lt;/p&gt;&#xA;&lt;p&gt;Cursor&amp;rsquo;s real issue is not whether its product is good enough, but whether an application-layer company can maintain its position amid this redistribution of power—and whether it has enough time to answer that question.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>AI Transforms Cultural Tourism in China</title>
            <link>https://gameflycenter.com/posts/note-d2fd16516b/</link>
            <pubDate>Tue, 07 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-d2fd16516b/</guid>
            <description>&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;324px&#34; data-flex-grow=&#34;135&#34; height=&#34;296&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-d2fd16516b/img-ea6bd60a41.jpeg&#34; width=&#34;400&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;ai-enhancements-in-cultural-tourism&#34;&gt;AI Enhancements in Cultural Tourism&#xA;&lt;/h2&gt;&lt;p&gt;The 14th Five-Year Plan emphasizes the role of digital technologies and data in enriching people&amp;rsquo;s lives and improving welfare across various sectors, including education, healthcare, and cultural tourism.&lt;/p&gt;&#xA;&lt;p&gt;In Hunan&amp;rsquo;s Hengyang, the Chuan Shan Academy utilizes artificial intelligence to create immersive cultural experiences. In Hangzhou, the AI guide &amp;ldquo;Hang Xiao Yi&amp;rdquo; serves as a digital tour guide, while Dalian&amp;rsquo;s smart tourism platform &amp;ldquo;Xing You Dalian&amp;rdquo; offers personalized itineraries. These advancements are rapidly transforming cultural tourism into more immersive, intelligent, and personalized experiences.&lt;/p&gt;&#xA;&lt;h2 id=&#34;immersive-cultural-experiences&#34;&gt;Immersive Cultural Experiences&#xA;&lt;/h2&gt;&lt;p&gt;In the spring at Chuan Shan Academy, visitors don AR glasses to engage in a time-traveling dialogue with the historical figure Wang Fuzhi, who interprets the philosophy of the &amp;ldquo;Zhou Yi Wai Zhuan&amp;rdquo;. This immersive scene brings to life philosophical wisdom from over 300 years ago.&lt;/p&gt;&#xA;&lt;p&gt;Founded in 1878, Chuan Shan Academy is a vital source of Huxiang culture, promoting the ideas of philosopher Wang Fuzhi, who emphasized practical application of knowledge. Previously, static exhibitions failed to convey the essence of Wang&amp;rsquo;s thoughts fully. By 2025, the academy plans to launch the AI Digital Human project, utilizing natural language processing to present Wang&amp;rsquo;s likeness and engage visitors in dialogue. Visitors can interact with the virtual Wang and trigger AR annotations of his works, transforming classical texts into dynamic interpretations.&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;We want visitors to engage actively with knowledge, not passively receive it,&amp;rdquo; said Chang Bin, the planning manager at Chuan Shan Academy.&lt;/p&gt;&#xA;&lt;p&gt;Visitors can ask the AI, &amp;ldquo;How does the master view the relationship between knowledge and action?&amp;rdquo; and receive insightful responses. &amp;ldquo;It&amp;rsquo;s not a one-way lecture but a dialogue of ideas,&amp;rdquo; remarked visitor Zhou Liqian.&lt;/p&gt;&#xA;&lt;p&gt;Families find this immersive experience more engaging than traditional history lessons. Data shows that by 2025, visitor numbers at the academy are expected to increase by over 110%, with educational groups making up nearly 60% of the total. Parents believe this immersive dialogue can ignite their children&amp;rsquo;s interest in learning.&lt;/p&gt;&#xA;&lt;p&gt;The AI Digital Human project is based on extensive analysis of Wang&amp;rsquo;s writings and correspondence, ensuring that the dialogue adheres strictly to his philosophical principles. &amp;ldquo;We filtered out any subjective biases that AI might introduce,&amp;rdquo; explained the project lead.&lt;/p&gt;&#xA;&lt;p&gt;At Chuan Shan Academy, technology and culture intertwine, allowing traditional wisdom to be passed down through innovative means.&lt;/p&gt;&#xA;&lt;h2 id=&#34;smart-digital-guides&#34;&gt;Smart Digital Guides&#xA;&lt;/h2&gt;&lt;p&gt;At West Lake in Hangzhou, visitor Yuan Meng interacts with the city&amp;rsquo;s digital tourism guide, &amp;ldquo;Hang Xiao Yi&amp;rdquo;, which provides real-time information and recommendations.&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;Is there a crowd at Leifeng Pagoda right now?&amp;rdquo; Yuan asks, and the system promptly responds with current visitor numbers. &amp;ldquo;This is much more convenient than checking my phone; it feels like having a free tour guide!&amp;rdquo; she exclaimed.&lt;/p&gt;&#xA;&lt;p&gt;When Yuan requests a tour route for the Broken Bridge, &amp;ldquo;Hang Xiao Yi&amp;rdquo; quickly suggests a scenic boat trip, detailing the best sights along the way.&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;Hang Xiao Yi&amp;rdquo; not only introduces tourist spots but also shares historical and cultural insights, enhancing the overall experience. The guide also provides helpful reminders about nearby attractions.&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;Using &amp;lsquo;Hang Xiao Yi&amp;rsquo;, management and businesses can better serve tourists while gaining valuable feedback to improve service quality,&amp;rdquo; said Bo Wengan, deputy director of Hangzhou&amp;rsquo;s cultural and tourism development center.&lt;/p&gt;&#xA;&lt;p&gt;The director of the Hangzhou Handicraft Museum, Zhou Jia Yi, noted that many visitors now come specifically because of recommendations from &amp;ldquo;Hang Xiao Yi&amp;rdquo;. The museum showcases over 20 unique crafts and intangible cultural heritage techniques, allowing visitors to engage with the art.&lt;/p&gt;&#xA;&lt;h2 id=&#34;personalized-travel-planning&#34;&gt;Personalized Travel Planning&#xA;&lt;/h2&gt;&lt;p&gt;In spring at Dalian&amp;rsquo;s Lingjiao Bay, visitor Song Yao captures stunning photos with friends, crediting an AI platform called &amp;ldquo;Xing You Dalian&amp;rdquo; for suggesting the perfect locations.&lt;/p&gt;&#xA;&lt;p&gt;The platform features an AI route planning function, allowing users to interactively generate travel itineraries. When Song Yao asks about the best spots to visit, the program suggests classic attractions like Dalian Ocean World and Dalian Forest Zoo.&lt;/p&gt;&#xA;&lt;p&gt;After refining her request for picturesque locations, the program recommends trendy spots like Fisherman&amp;rsquo;s Wharf and Nanshan Cultural Street.&lt;/p&gt;&#xA;&lt;p&gt;Song Yao appreciates the efficiency of the platform, which acts as a &amp;ldquo;travel concierge&amp;rdquo; that simplifies planning across various aspects of her trip. After a brief conversation, she receives a detailed two-day itinerary featuring key attractions and experiences.&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;I’m very satisfied with this itinerary; it allows me to enjoy Dalian&amp;rsquo;s maritime culture while experiencing the city&amp;rsquo;s historical charm,&amp;rdquo; she said.&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;By integrating AI technology, the &amp;lsquo;Xing You Dalian&amp;rsquo; platform has evolved into an intelligent travel planner, enhancing planning efficiency and visitor experience,&amp;rdquo; stated Dan Meina, director of Dalian&amp;rsquo;s cultural tourism bureau. The platform has already attracted nearly 430,000 users.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Bridging the AI Talent Gap</title>
            <link>https://gameflycenter.com/posts/note-779b7a76ee/</link>
            <pubDate>Tue, 07 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-779b7a76ee/</guid>
            <description>&lt;h2 id=&#34;bridging-the-ai-talent-gap&#34;&gt;Bridging the AI Talent Gap&#xA;&lt;/h2&gt;&lt;p&gt;Currently, during the campus recruitment season, many enterprises express a strong demand for talent in artificial intelligence (AI) and big data. The cultivation of AI talent is not only an urgent need for industrial transformation and upgrading but also effectively connects the innovation chain, industrial chain, and talent chain, injecting strong momentum into the integrated development of educational and technological talents.&lt;/p&gt;&#xA;&lt;p&gt;In recent years, China has made significant progress in AI talent cultivation, forming a collaborative education model among government, schools, and enterprises. Various regions and departments have adopted diverse practices. For instance, Guangdong Province has launched a &amp;ldquo;2+1&amp;rdquo; program for AI education in primary and secondary schools, while Shenzhen Polytechnic has partnered with Huawei to establish an AI technology industry college, creating a unique model of &amp;ldquo;industry demand + technical breakthroughs&amp;rdquo;. In Jiangxi Province, 31 undergraduate institutions have introduced AI-related majors, establishing five provincial-level modern industry colleges, with eight majors recognized as national first-class undergraduate programs, achieving precise alignment between talent supply and regional industrial needs. Liaoning Province has implemented the &amp;ldquo;Skills Empower Enterprises&amp;rdquo; initiative, planning to establish three to five provincial-level high-skill talent bases in the AI field, training over 30,000 technical personnel annually. Statistics show that more than 600 undergraduate colleges and over 2,200 vocational colleges across the country now offer AI-related programs, with both the scale and quality of talent cultivation improving simultaneously. Additionally, a series of policies, including the &amp;ldquo;New Generation AI Development Plan&amp;rdquo; and &amp;ldquo;Opinions on Deepening Industry-Education Integration&amp;rdquo;, have established strategic positioning for AI talent cultivation, built a framework for school-enterprise collaborative education, and detailed the pathways for talent development across all educational stages.&lt;/p&gt;&#xA;&lt;p&gt;AI talent cultivation has become a core arena for strategic competition among countries. The United States adopts a model of &amp;ldquo;full-stage penetration + interdisciplinary integration + market-driven&amp;rdquo; approach, integrating AI education throughout all educational stages. Institutions like Stanford University and MIT have established interdisciplinary AI research institutes, with companies like Google and Microsoft deeply involved in curriculum design and laboratory construction, achieving seamless connections between market demands and academic innovation through problem-oriented project-based learning. Germany, on the other hand, focuses on a &amp;ldquo;dual system&amp;rdquo; tradition, constructing a dual-track system of &amp;ldquo;theoretical teaching in universities + practical training in enterprises&amp;rdquo;, incentivizing corporate participation through policy subsidies. Companies like Siemens and Bosch collaborate with universities to set standards and develop curricula, ensuring that the talent cultivated meets the demands of &amp;ldquo;Industry 4.0&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;In China, however, there are still several issues that need to be addressed in AI talent cultivation. For example, there is a mismatch between supply and demand, with curriculum systems lagging behind the iterations of technologies such as large models and multimodal systems. There is a disconnect between theoretical teaching and practical applications in enterprises, and the supply of interdisciplinary talents does not match the needs of industrial upgrades. Additionally, barriers between disciplines have not been broken, with insufficient integration of AI with mathematics, computer science, and biology, making it difficult to cultivate innovative talents with a multi-disciplinary perspective. Furthermore, the supporting system is weak, with university faculty lacking industry experience and cutting-edge research backgrounds, insufficient incentives for industry experts to participate in teaching, and shortages of training platforms, computing resources, and real-world scenarios. Talent evaluation often prioritizes publications over practical experience, and there is a lack of smooth transitions across educational stages, with weak AI enlightenment in primary and secondary education and inadequate early training mechanisms for top talents. Addressing these issues requires collaborative efforts from the government, universities, and enterprises to bridge the AI talent gap.&lt;/p&gt;&#xA;&lt;p&gt;Strengthening overall coordination and solidifying institutional foundations is essential. AI talent cultivation should be included in national and local special plans, improving the collaborative mechanisms among education, technology, and industry departments to align industrial demands with educational resources. Enterprises that deeply engage in industry-education integration should be granted tax incentives and research subsidies. A special fund for AI talent cultivation should be established to support the co-construction of interdisciplinary platforms and training bases between schools and enterprises. Accelerating the construction of talent evaluation and certification systems, formulating standards for AI talent capabilities, and integrating ethical governance into the entire cultivation process are also crucial.&lt;/p&gt;&#xA;&lt;p&gt;Deepening teaching reforms and solidifying the educational foundation is vital. Breaking down departmental barriers, constructing interdisciplinary research institutes such as &amp;ldquo;AI + Manufacturing&amp;rdquo; and &amp;ldquo;AI + Healthcare&amp;rdquo;, and promoting seamless training from undergraduate to doctoral levels are necessary steps. Adding cutting-edge courses on large model applications and multimodal interactions, developing dynamic &amp;ldquo;living textbooks&amp;rdquo;, and ensuring that teaching evolves in sync with technological advancements are essential. Enhancing school-enterprise collaboration by integrating industrial scenarios and research projects into teaching and co-building shared laboratories and computing platforms is also important. Optimizing evaluation orientations by reducing the weight of academic publications and incorporating practical achievements in technology transfer and industry services as core evaluation indicators for faculty and students is needed.&lt;/p&gt;&#xA;&lt;p&gt;Enhancing the role of enterprises and strengthening industrial support are crucial. Talent cultivation should be integrated into development strategies, with full participation in the formulation of training programs and curriculum design, pushing corporate standards and job competency requirements into the classroom. Enterprises should provide access to computing resources, application scenarios, and anonymized data to universities, co-establish joint research centers, and conduct project-based and problem-solving education around technical challenges. Improving talent incentive pathways by establishing direct internship and employment programs, youth AI talent support plans, and achievement transformation reward mechanisms will create a sustainable ecosystem for talent cultivation, utilization, and development.&lt;/p&gt;&#xA;&lt;p&gt;The competition in AI is fundamentally a competition for talent. By focusing on AI talent cultivation and collaboratively promoting the integrated development of educational and technological talents, China can gain strategic advantages and contribute significantly to its position in the new round of global technological competition.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Claude Blocks OpenClaw: Xiaomi&#39;s Rofo Li Weighs In</title>
            <link>https://gameflycenter.com/posts/note-51ca952991/</link>
            <pubDate>Tue, 07 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-51ca952991/</guid>
            <description>&lt;h2 id=&#34;claude-blocks-openclaw&#34;&gt;Claude Blocks OpenClaw&#xA;&lt;/h2&gt;&lt;p&gt;In recent months, OpenClaw has gained significant popularity, but during the recent Qingming holiday, some users faced unexpected challenges.&lt;/p&gt;&#xA;&lt;p&gt;On April 5, AI giant Anthropic announced that its Claude model would no longer support third-party integrations, including OpenClaw. Users wishing to continue using the model must now opt for a pay-as-you-go plan, incurring additional costs.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;429px&#34; data-flex-grow=&#34;179&#34; height=&#34;603&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-51ca952991/img-f04d573928.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-51ca952991/img-f04d573928_hu_ff0f4fe85c2a6c11.jpeg 800w, https://gameflycenter.com/posts/note-51ca952991/img-f04d573928.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Claude is integrated into Palantir’s “Maven Intelligence System” battlefield intelligence platform. Reports indicate that Claude analyzes confidential data from satellites, monitoring systems, and other intelligence sources to provide real-time target prioritization for military operations in Iran, thus elevating the model&amp;rsquo;s status.&lt;/p&gt;&#xA;&lt;p&gt;However, the news of Claude blocking OpenClaw has led to widespread discontent on social media. This move means that thousands of users who rely on this powerful programming model will be forced into an expensive pay-as-you-go model, facing exorbitant computing bills. Boris Cherny, head of Claude Code, explained on social media platform X that the subscription service was not designed for third-party tool usage, and the ban was implemented to balance server resources for better sustainability.&lt;/p&gt;&#xA;&lt;p&gt;Users seem unconvinced by this explanation, and discussions quickly shifted from technical aspects to commercial competition, with various conspiracy theories emerging, particularly the claim that the “father of OpenClaw” was poached.&lt;/p&gt;&#xA;&lt;h3 id=&#34;the-bans-impact-openclaw-users-react&#34;&gt;The Ban&amp;rsquo;s Impact: OpenClaw Users React&#xA;&lt;/h3&gt;&lt;p&gt;The “father of OpenClaw” refers to developer Peter Steinberger, who initially created a tool called “ClawdBot” based on Claude, later renamed to OpenClaw at Anthropic&amp;rsquo;s request. Steinberger is well-acquainted with Claude&amp;rsquo;s ecosystem. Recently, he was recruited by Anthropic&amp;rsquo;s competitor, OpenAI, a timing that raises eyebrows given the proximity to the ban.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;426px&#34; data-flex-grow=&#34;177&#34; height=&#34;405&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-51ca952991/img-48b6896508.jpeg&#34; width=&#34;720&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;On February 14, Steinberger announced his move to OpenAI on his personal account.&lt;/p&gt;&#xA;&lt;p&gt;Additionally, just two weeks prior, Anthropic had introduced the “Computer Use” capability for Claude, allowing users to have Claude operate their Mac computers, similar to OpenClaw&amp;rsquo;s functionality.&lt;/p&gt;&#xA;&lt;p&gt;Connecting these events suggests a typical business strategy: if a competitor poaches my core developer, I replace their third-party tool with an official feature and cut off their subscription access, forcing users to either adopt my official solution or pay a high price. This narrative seems plausible and even satisfying.&lt;/p&gt;&#xA;&lt;p&gt;However, Xiaomi&amp;rsquo;s MiMo model head, Rofo Li, believes the situation is more complex than mere commercial retaliation. On April 7, she published a detailed analysis on her social media account, sharing her insights on the incident in relation to Xiaomi&amp;rsquo;s recent “Token Plan” for resource allocation.&lt;/p&gt;&#xA;&lt;h3 id=&#34;rofo-lis-analysis-of-computing-costs&#34;&gt;Rofo Li&amp;rsquo;s Analysis of Computing Costs&#xA;&lt;/h3&gt;&lt;p&gt;Rofo Li argues that Claude Code&amp;rsquo;s subscription model is a well-designed system for balancing resource allocation, but it may not be profitable and could even incur losses unless Claude&amp;rsquo;s API profit margins reach 10 to 20 times. She found that OpenClaw&amp;rsquo;s context management is poor, leading to multiple low-value tool calls per user query, each with long context windows (often exceeding 100,000 tokens), resulting in significant waste even with cache hits.&lt;/p&gt;&#xA;&lt;p&gt;Moreover, many third-party tools compress raw data returned by tools every three steps when nearing the context limits of a large model, which requires recalculating due to changes in cached content, leading to low cache hit rates and increased costs and latency.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 7&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;447px&#34; data-flex-grow=&#34;186&#34; height=&#34;328&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-51ca952991/img-b8af0a5b72.jpeg&#34; width=&#34;611&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;These factors combined result in actual request counts per query that exceed those of Claude Code&amp;rsquo;s framework by several times. In terms of API pricing, the actual costs could be dozens of times the subscription price, creating a significant gap. This means Anthropic is effectively subsidizing each OpenClaw user, and as OpenClaw grows in popularity, Anthropic&amp;rsquo;s losses increase.&lt;/p&gt;&#xA;&lt;p&gt;“Short-term, these OpenClaw users may experience pain as costs soar by dozens of times,” Rofo Li stated. “But this pressure will drive improvements in context management, maximizing cache hit rates to reuse processed contexts and reduce wasted computing resources. Pain ultimately transforms into engineering standards.”&lt;/p&gt;&#xA;&lt;p&gt;Rofo Li cautioned that large model companies should avoid blindly engaging in price wars until they find a way to design a non-loss-making pricing scheme. Selling computing power at extremely low prices while keeping doors open for third-party tools may seem appealing to users but is a trap, as it leads to low-quality tools and unstable, slow inference services. The end result is that users still accomplish nothing, which is unsustainable for both user experience and retention.&lt;/p&gt;&#xA;&lt;p&gt;Currently, the global computing capacity cannot meet the demand generated by intelligent agents. Therefore, Rofo Li believes that the real solution is not cheaper computing power but collaborative evolution, combining more efficient intelligent tools with more efficient models. Anthropic&amp;rsquo;s actions, whether intentional or not, are pushing the entire industry ecosystem in this direction, which could be a good thing. The era of intelligent agents does not belong to those who consume the most computing power; it belongs to those who use it most wisely.&lt;/p&gt;&#xA;&lt;h3 id=&#34;ending-computing-anxiety-with-an-efficiency-revolution&#34;&gt;Ending Computing Anxiety with an Efficiency Revolution&#xA;&lt;/h3&gt;&lt;p&gt;Rofo Li&amp;rsquo;s analysis of the OpenClaw ban by Anthropic highlights the deep-rooted issue of computing waste in the current AI industry, reminiscent of the “DeepSeek moment” that shook the global AI sector in early 2025.&lt;/p&gt;&#xA;&lt;p&gt;At that time, “computing anxiety” drove NVIDIA&amp;rsquo;s stock prices up, but the emergence of DeepSeek-R1, with incremental training costs of only $294,000, demonstrated that even with the approximately $6 million base model development cost, the overall expenses remained far below industry averages, while its performance was comparable to models developed by OpenAI at several hundred million dollars.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 8&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;360px&#34; data-flex-grow=&#34;150&#34; height=&#34;720&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-51ca952991/img-2bdf4d53a0.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-51ca952991/img-2bdf4d53a0_hu_251ba737ceff7c81.jpeg 800w, https://gameflycenter.com/posts/note-51ca952991/img-2bdf4d53a0.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;On March 27, Rofo Li shared the core value points of OpenClaw at a roundtable forum during the Zhongguancun Forum annual meeting.&lt;/p&gt;&#xA;&lt;p&gt;Having participated in the development of DeepSeek, Rofo Li understands the significance of efficiency under structural innovation. DeepSeek&amp;rsquo;s success did not rely on the market&amp;rsquo;s hype of GPU clusters but on engineering implementations of sparse attention and maximizing cost-performance under limited computing power, achieving a synergy of algorithmic innovation and engineering optimization. As Rofo Li previously stated at the Zhongguancun Forum, the advantage of Chinese large model teams lies in pursuing maximum efficiency through structural innovation under low-end computing constraints.&lt;/p&gt;&#xA;&lt;p&gt;However, as AI technology proliferates across various industries, technical bottlenecks have led to significant computing waste, and “computing anxiety” has resurfaced, severely driving up memory prices. The market&amp;rsquo;s default equation of “computing power = performance” is essentially an illusion of scarcity. The massive memory demands of computing chips have led many smartphone manufacturers to announce price hikes and delays in consumer-grade graphics cards, ultimately impacting ordinary consumers.&lt;/p&gt;&#xA;&lt;p&gt;Taking a step back, DeepSeek has already provided feasibility, and this year, the rebirth of OpenClaw will undoubtedly begin with efficiency optimization.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Vibe Coding: Transforming the Role of Product Managers</title>
            <link>https://gameflycenter.com/posts/note-71a399eeae/</link>
            <pubDate>Fri, 03 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-71a399eeae/</guid>
            <description>&lt;h2 id=&#34;vibe-coding-transforming-the-role-of-product-managers&#34;&gt;Vibe Coding: Transforming the Role of Product Managers&#xA;&lt;/h2&gt;&lt;p&gt;Vibe Coding is reshaping the way product managers work, shifting from natural language-driven development to results-oriented evaluation and iterative-driven processes. This article delves into its core concepts, technological breakthroughs, mainstream tool selection, and how to integrate AI throughout the product development process, enabling PMs to transition from information conduits to builders, driving efficient decision-making with real pages.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 12&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;514px&#34; data-flex-grow=&#34;214&#34; height=&#34;420&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-71a399eeae/img-3713dd55e2.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-71a399eeae/img-3713dd55e2_hu_4ad6cfb79b7584d4.jpeg 800w, https://gameflycenter.com/posts/note-71a399eeae/img-3713dd55e2.jpeg 900w&#34; width=&#34;900&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;In 2025, a tweet sparked heated discussions in the product community; by 2026, it had become a reality in workflows. This article systematically outlines the core concepts of Vibe Coding, its underlying technological logic, mainstream tool selection, and its substantial impact on the role of product managers—helping you understand the buzzwords and use the tools effectively.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 13&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;565px&#34; data-flex-grow=&#34;235&#34; height=&#34;860&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-71a399eeae/img-b39292e972.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-71a399eeae/img-b39292e972_hu_57805596f9b6395c.jpeg 800w, https://gameflycenter.com/posts/note-71a399eeae/img-b39292e972_hu_55e9cda49fae1a0c.jpeg 1600w, https://gameflycenter.com/posts/note-71a399eeae/img-b39292e972.jpeg 2026w&#34; width=&#34;2026&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;01-core-concept-clarifying-the-terms&#34;&gt;01 Core Concept: Clarifying the Terms&#xA;&lt;/h2&gt;&lt;p&gt;In the past year, &amp;ldquo;Vibe Coding&amp;rdquo; has frequently appeared in discussions among product managers, but many remain unclear about what it is and what it can do. This is the starting point for understanding everything.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 14&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;710px&#34; data-flex-grow=&#34;296&#34; height=&#34;720&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-71a399eeae/img-58bd710a10.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-71a399eeae/img-58bd710a10_hu_f3eb044d89ebf6ba.jpeg 800w, https://gameflycenter.com/posts/note-71a399eeae/img-58bd710a10_hu_9a62f14720846cf7.jpeg 1600w, https://gameflycenter.com/posts/note-71a399eeae/img-58bd710a10.jpeg 2132w&#34; width=&#34;2132&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;This definition has three key terms worth unpacking:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Natural Language Driven&lt;/strong&gt; — No need to master any programming syntax; describe the desired functionality and effects in everyday language, and AI translates intentions into code.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Results-Oriented Evaluation&lt;/strong&gt; — The role of humans shifts from &amp;ldquo;writing code&amp;rdquo; to &amp;ldquo;evaluating results.&amp;rdquo; You do not need to understand the code generated by AI; you only need to assess whether the output is correct and satisfactory.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Iterative-Driven Convergence&lt;/strong&gt; — It is not about generating a complete product in one go, but rather continuously iterating through multiple rounds of natural language feedback to gradually approach the goal.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 15&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;1002px&#34; data-flex-grow=&#34;417&#34; height=&#34;512&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-71a399eeae/img-ca09a958e4.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-71a399eeae/img-ca09a958e4_hu_a271a9499db32d07.jpeg 800w, https://gameflycenter.com/posts/note-71a399eeae/img-ca09a958e4_hu_1ca8e1ca0473851e.jpeg 1600w, https://gameflycenter.com/posts/note-71a399eeae/img-ca09a958e4.jpeg 2138w&#34; width=&#34;2138&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;02-underlying-drivers-why-20252026&#34;&gt;02 Underlying Drivers: Why 2025–2026?&#xA;&lt;/h2&gt;&lt;p&gt;The idea behind Vibe Coding is not new; it has been in its infancy since the era of GitHub Copilot. However, it truly became a productivity tool because three conditions matured simultaneously in 2025–2026.&lt;/p&gt;&#xA;&lt;h3 id=&#34;condition-1-leap-in-model-coding-capabilities&#34;&gt;Condition 1: Leap in Model Coding Capabilities&#xA;&lt;/h3&gt;&lt;p&gt;The authoritative benchmark for measuring AI programming capabilities is &lt;strong&gt;SWE-bench Verified&lt;/strong&gt;—testing the model&amp;rsquo;s ability to solve real GitHub issues, which is much harder than simply writing runnable code. The latest data shows:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 16&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;1221px&#34; data-flex-grow=&#34;509&#34; height=&#34;420&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-71a399eeae/img-7daece71f5.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-71a399eeae/img-7daece71f5_hu_ac61990256e25c41.jpeg 800w, https://gameflycenter.com/posts/note-71a399eeae/img-7daece71f5_hu_3342c64adf955c10.jpeg 1600w, https://gameflycenter.com/posts/note-71a399eeae/img-7daece71f5.jpeg 2138w&#34; width=&#34;2138&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;This means that models can now handle coding tasks in real complex projects, rather than just generating isolated code snippets. &lt;strong&gt;This is the prerequisite for Vibe Coding to be truly practical.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;condition-2-toolchain-completes-the-last-mile-packaging&#34;&gt;Condition 2: Toolchain Completes the &amp;ldquo;Last Mile&amp;rdquo; Packaging&#xA;&lt;/h3&gt;&lt;p&gt;AI being able to write code is one thing; enabling non-technical personnel to access a runnable product is another. The missing element was not the model&amp;rsquo;s capability, but the &lt;strong&gt;environment configuration, debugging, and deployment barriers&lt;/strong&gt;—which kept 99% of PMs out. The new generation of tools emerging since 2025 has completely encapsulated these barriers, allowing PMs to obtain runnable pages without needing to understand any engineering infrastructure.&lt;/p&gt;&#xA;&lt;h3 id=&#34;condition-3-non-developers-become-the-main-user-group&#34;&gt;Condition 3: Non-Developers Become the Main User Group&#xA;&lt;/h3&gt;&lt;p&gt;Data from 2026 shows that &lt;strong&gt;63% of active users of Vibe Coding tools are non-developers&lt;/strong&gt;. Product managers, designers, and entrepreneurs have become the primary users of these tools—indicating that the ease of use has crossed the threshold of &amp;ldquo;only technical people can use it.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h2 id=&#34;03-mainstream-tools-how-to-choose-and-what-are-the-differences&#34;&gt;03 Mainstream Tools: How to Choose and What Are the Differences&#xA;&lt;/h2&gt;&lt;p&gt;Current Vibe Coding tools on the market are clearly stratified; &lt;strong&gt;there is no &amp;ldquo;best one,&amp;rdquo; only the &amp;ldquo;most suitable for the current task.&amp;rdquo;&lt;/strong&gt; Here are the core differences among mainstream tools:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 17&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;650px&#34; data-flex-grow=&#34;271&#34; height=&#34;792&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-71a399eeae/img-657db5961b.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-71a399eeae/img-657db5961b_hu_5f8977240c735a08.jpeg 800w, https://gameflycenter.com/posts/note-71a399eeae/img-657db5961b_hu_2b0cbb2ff4d32800.jpeg 1600w, https://gameflycenter.com/posts/note-71a399eeae/img-657db5961b.jpeg 2148w&#34; width=&#34;2148&#34;&gt;&lt;img alt=&#34;Image 18&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;351px&#34; data-flex-grow=&#34;146&#34; height=&#34;1460&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-71a399eeae/img-9ffac08109.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-71a399eeae/img-9ffac08109_hu_2f63bfb9298f3b93.jpeg 800w, https://gameflycenter.com/posts/note-71a399eeae/img-9ffac08109_hu_f9ba7f563c0fa6e0.jpeg 1600w, https://gameflycenter.com/posts/note-71a399eeae/img-9ffac08109.jpeg 2140w&#34; width=&#34;2140&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;04-implementation-path-how-pms-can-integrate-it-into-real-workflows&#34;&gt;04 Implementation Path: How PMs Can Integrate It into Real Workflows&#xA;&lt;/h2&gt;&lt;p&gt;Here is a workflow that has been successfully implemented in actual projects—from a requirements discussion meeting to initiating reviews with a clickable page, &lt;strong&gt;AI assists throughout the process, allowing one person to complete it within a week.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;The essence is &lt;strong&gt;embedding AI into the entire delivery chain&lt;/strong&gt;, rather than just using it to generate a screenshot:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 19&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;680px&#34; data-flex-grow=&#34;283&#34; height=&#34;758&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-71a399eeae/img-c35a14504d.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-71a399eeae/img-c35a14504d_hu_70da2e001fd2465a.jpeg 800w, https://gameflycenter.com/posts/note-71a399eeae/img-c35a14504d_hu_c9426311ed4aa438.jpeg 1600w, https://gameflycenter.com/posts/note-71a399eeae/img-c35a14504d.jpeg 2148w&#34; width=&#34;2148&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-corpus-organization-let-ai-filter-meeting-noise&#34;&gt;1. Corpus Organization: Let AI Filter Meeting Noise&#xA;&lt;/h3&gt;&lt;p&gt;Directly feed the verbatim transcript or recording of the meeting to a large model, asking it to extract three categories of information: &amp;ldquo;real needs / pseudo-needs / items to confirm.&amp;rdquo; Clearly restrict AI from adding any content not mentioned in the meeting.&lt;/p&gt;&#xA;&lt;p&gt;→ Key Point: This step is filtering, not generating. The value of AI lies in helping you extract effective signals from a large amount of colloquial information.&lt;/p&gt;&#xA;&lt;h3 id=&#34;2-requirement-structuring-generate-a-prd-framework-in-four-parts&#34;&gt;2. Requirement Structuring: Generate a PRD Framework in Four Parts&#xA;&lt;/h3&gt;&lt;p&gt;Use a fixed framework prompt to guide AI in outputting a four-part structure: requirement statement → solution alignment → feasibility discussion → priority sorting. After obtaining the framework, manually review and cross-check with the original corpus.&lt;/p&gt;&#xA;&lt;p&gt;→ Key Point: AI excels at filling structures but struggles with assessing importance. Priority sorting must be decided by humans and cannot be entrusted to the model.&lt;/p&gt;&#xA;&lt;h3 id=&#34;3-function-breakdown-generate-a-development-ready-prd&#34;&gt;3. Function Breakdown: Generate a Development-Ready PRD&#xA;&lt;/h3&gt;&lt;p&gt;Feed the framework back to AI, adding user stories, acceptance criteria, and data field descriptions to produce a detailed PRD that engineers can start working on without further questions.&lt;/p&gt;&#xA;&lt;p&gt;→ Key Point: The granularity standard is &amp;ldquo;no ambiguity on the development side,&amp;rdquo; not pursuing document length.&lt;/p&gt;&#xA;&lt;h3 id=&#34;4-vibe-coding-turn-requirements-into-clickable-real-pages&#34;&gt;4. Vibe Coding: Turn Requirements into Clickable Real Pages&#xA;&lt;/h3&gt;&lt;p&gt;Combine the core path descriptions of the PRD into prompts and input them into Vibe Coding tools, iterating 2–3 rounds to generate a browser-runnable demo version. Tool selection: for complete full-stack options, choose &lt;strong&gt;Lovable&lt;/strong&gt; (one-click deployment); for rapid multi-version output, choose &lt;strong&gt;Bolt&lt;/strong&gt; (fastest, supports direct code conversion from Figma); for underlying models, recommend &lt;strong&gt;Claude Opus 4.5&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;→ Key Point: The goal is to &amp;ldquo;enable the business side to make decisions based on tangible items,&amp;rdquo; not to deliver production code.&lt;/p&gt;&#xA;&lt;h3 id=&#34;5-business-review-drive-decisions-with-real-pages&#34;&gt;5. Business Review: Drive Decisions with Real Pages&#xA;&lt;/h3&gt;&lt;p&gt;Initiate reviews with the clickable page. Discussions no longer revolve around &amp;ldquo;what does this sentence mean,&amp;rdquo; but rather &amp;ldquo;is this button placed correctly&amp;rdquo;—enhancing both decision-making efficiency and quality.&lt;/p&gt;&#xA;&lt;p&gt;→ Key Point: The value of the review lies not in &amp;ldquo;passing,&amp;rdquo; but in exposing all disagreements in front of the page, eliminating later rework.&lt;/p&gt;&#xA;&lt;h2 id=&#34;05-boundary-awareness-what-vibe-coding-cannot-do&#34;&gt;05 Boundary Awareness: What Vibe Coding Cannot Do&#xA;&lt;/h2&gt;&lt;p&gt;Accurately understanding a technology requires knowing not only what it can do but also where its boundaries lie. Having excessive expectations or completely rejecting Vibe Coding are both cognitive biases.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 20&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;362px&#34; data-flex-grow=&#34;151&#34; height=&#34;1420&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-71a399eeae/img-54090e077b.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-71a399eeae/img-54090e077b_hu_2aa3ab4876d118da.jpeg 800w, https://gameflycenter.com/posts/note-71a399eeae/img-54090e077b_hu_264d93ba1aa727b2.jpeg 1600w, https://gameflycenter.com/posts/note-71a399eeae/img-54090e077b.jpeg 2146w&#34; width=&#34;2146&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;06-role-impact-how-pm-work-styles-are-changing&#34;&gt;06 Role Impact: How PM Work Styles Are Changing&#xA;&lt;/h2&gt;&lt;p&gt;Two sets of data illustrate the issue:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 21&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;1446px&#34; data-flex-grow=&#34;602&#34; height=&#34;354&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-71a399eeae/img-c62f9014f4.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-71a399eeae/img-c62f9014f4_hu_c8a78a25a30c2ce2.jpeg 800w, https://gameflycenter.com/posts/note-71a399eeae/img-c62f9014f4_hu_af3fe3ec7037808f.jpeg 1600w, https://gameflycenter.com/posts/note-71a399eeae/img-c62f9014f4.jpeg 2134w&#34; width=&#34;2134&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;change-1-the-role-of-pms-is-shifting-from-connectors-to-builders&#34;&gt;Change 1: The Role of PMs is Shifting from &amp;ldquo;Connectors&amp;rdquo; to &amp;ldquo;Builders&amp;rdquo;&#xA;&lt;/h3&gt;&lt;p&gt;In the past, the core value of PMs was alignment and coordination: translating business needs to designers and translating designs to engineers, acting as information conduits. Now, when PMs can independently run demo versions, they are no longer just &amp;ldquo;storytellers&amp;rdquo; in reviews but &lt;strong&gt;&amp;ldquo;people who come to the conversation with works.&amp;rdquo;&lt;/strong&gt; Their authority and pace of advancement will undergo a qualitative change.&lt;/p&gt;&#xA;&lt;h3 id=&#34;change-2-the-quality-threshold-for-requirement-reviews-is-elevated&#34;&gt;Change 2: The Quality Threshold for Requirement Reviews is Elevated&#xA;&lt;/h3&gt;&lt;p&gt;When the PM across the table comes to the review with a real clickable page, PMs who only bring written PRDs will clearly be at a disadvantage—the business side is increasingly accustomed to making decisions based on tangible items rather than relying on imagination to understand requirements. This change has become very evident in 2026.&lt;/p&gt;&#xA;&lt;h3 id=&#34;change-3-the-boundaries-between-pms-and-engineers-are-redefined&#34;&gt;Change 3: The Boundaries Between PMs and Engineers are Redefined&#xA;&lt;/h3&gt;&lt;p&gt;This is not about &amp;ldquo;PMs taking engineers&amp;rsquo; jobs&amp;rdquo; but rather about redefining the work interface: PMs are responsible for the transition from ideas to demo-level products, while engineers handle the transition from demo-level to production-level. This enhances efficiency for both parties, rather than being a zero-sum game.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 22&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;511px&#34; data-flex-grow=&#34;212&#34; height=&#34;1004&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-71a399eeae/img-3055dc3ffd.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-71a399eeae/img-3055dc3ffd_hu_7e60f4cf30706a6f.jpeg 800w, https://gameflycenter.com/posts/note-71a399eeae/img-3055dc3ffd_hu_9f487f6f28f903d0.jpeg 1600w, https://gameflycenter.com/posts/note-71a399eeae/img-3055dc3ffd.jpeg 2138w&#34; width=&#34;2138&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;If you haven&amp;rsquo;t tried this process yet, it&amp;rsquo;s recommended to start with the smallest scenario: in the next iteration, for a new page, try running a version using Vibe Coding yourself and take it to the review. Observe the changes in decision-making efficiency.&lt;/p&gt;&#xA;&lt;p&gt;You will find that many issues that were unclear in requirement meetings will clarify themselves in front of a real page.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Vibe Coding: 92% of Developers Use AI for Coding, Will Programmers Be Replaced?</title>
            <link>https://gameflycenter.com/posts/note-6d7d139ac0/</link>
            <pubDate>Thu, 02 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-6d7d139ac0/</guid>
            <description>&lt;h2 id=&#34;introduction-to-vibe-coding&#34;&gt;Introduction to Vibe Coding&#xA;&lt;/h2&gt;&lt;p&gt;A new term is rapidly spreading in the tech community—Vibe Coding. The concept is simple: instead of writing code line by line, you describe your requirements to an AI, which generates, debugs, and even deploys the code for you. This sounds like science fiction? In the Winter 2025 batch of Y Combinator, 25% of startups had over 95% of their code generated by AI. This is not a trend; it&amp;rsquo;s reality. If you want to experience the practical performance of models like ChatGPT, Claude, and DeepSeek in programming scenarios, &lt;strong&gt;Kula (t.kulaai.cn) offers a multi-model aggregation platform&lt;/strong&gt; for direct comparison of various models in code generation, debugging, and architecture design.&lt;/p&gt;&#xA;&lt;p&gt;According to a recent report from CITIC Securities, Vibe Coding is defined as a &amp;ldquo;paradigm revolution in programming for the AI era,&amp;rdquo; predicting that it will create 3 million related jobs by 2030. Currently, 92% of American developers use AI coding tools daily, with AI generating 41% of code globally. Software development is undergoing the most profound paradigm shift since the birth of the internet.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;416px&#34; data-flex-grow=&#34;173&#34; height=&#34;496&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-6d7d139ac0/img-a4a56814dc.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-6d7d139ac0/img-a4a56814dc_hu_a6547d68bbda9491.jpeg 800w, https://gameflycenter.com/posts/note-6d7d139ac0/img-a4a56814dc.jpeg 860w&#34; width=&#34;860&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;evolution-of-ai-programming-tools&#34;&gt;Evolution of AI Programming Tools&#xA;&lt;/h2&gt;&lt;p&gt;The evolution of AI programming tools can be divided into three stages:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Stage One: Code Completion (2021-2023).&lt;/strong&gt; GitHub Copilot pioneered this category. The core model is that you write a line, and AI completes it, essentially an advanced version of autocomplete. During this stage, AI programming assistants functioned more like a &amp;ldquo;super search engine,&amp;rdquo; retrieving the most likely next line from a vast pool of open-source code.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Stage Two: Conversational Programming (2024-2025).&lt;/strong&gt; The rise of Cursor marked a turning point. Developers can converse with AI, describing their needs, and the AI generates code after understanding the entire project context. The Composer mode allows AI to modify multiple files simultaneously, while the Codebase index helps it understand project structure. AI evolved from a &amp;ldquo;completion tool&amp;rdquo; to a &amp;ldquo;pair programming partner.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Stage Three: Intent Programming (2026 to present).&lt;/strong&gt; The emergence of Claude Code has completely rewritten the rules. Developers no longer need to understand every detail of the code; they only need to describe &amp;ldquo;what result they want,&amp;rdquo; and the AI autonomously completes the entire process of requirement analysis, architecture design, code writing, testing, and bug fixing. This is Vibe Coding—humans are responsible for &amp;ldquo;intent,&amp;rdquo; while AI handles &amp;ldquo;implementation.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;The essential difference among these three stages is that &lt;strong&gt;the distance between humans and code is increasing, while the distance to &amp;ldquo;problem-solving&amp;rdquo; is decreasing.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;competition-among-four-major-tools&#34;&gt;Competition Among Four Major Tools&#xA;&lt;/h2&gt;&lt;p&gt;The current competitive landscape of AI programming tools can be summarized with four players, each occupying a different ecological niche:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;GitHub Copilot: Efficiency Player.&lt;/strong&gt; Relying on OpenAI&amp;rsquo;s model and GitHub&amp;rsquo;s code ecosystem, Copilot remains the fastest for daily code completion. Its $10/month personal plan is affordable, and deep integration with VS Code and JetBrains makes it a standard for teams. However, Copilot&amp;rsquo;s limitations are evident—it has limited context understanding and struggles with complex logic in large projects.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cursor: Project-Level Operator.&lt;/strong&gt; Cursor&amp;rsquo;s core competitiveness lies in its &amp;ldquo;global understanding.&amp;rdquo; The Codebase index allows it to comprehend the entire project structure, while the Composer mode enables cross-file collaborative modifications. When you need to refactor a legacy project with 500 files, Cursor&amp;rsquo;s value becomes apparent. However, its pricing of $20-40/month and the migration cost of an independent IDE make it more suitable for medium to large teams.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Claude Code: Deep Reasoning Expert.&lt;/strong&gt; Claude Code is not a plugin but an AI agent that can run autonomously in the terminal. It can read and write files, execute shell commands, run tests, analyze error logs, and self-correct. For complex tasks like &amp;ldquo;help me identify performance bottlenecks in this microservice architecture and provide optimization solutions,&amp;rdquo; Claude Code&amp;rsquo;s deep reasoning capabilities are unmatched by other tools. The downside is its slower response time and high usage costs based on tokens.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Domestic and Open Source Alternatives: Windsurf / Cline / Cursor.&lt;/strong&gt; In China, Tencent&amp;rsquo;s CodeBuddy extends AI capabilities from programming to project management and enterprise office scenarios, while Baidu&amp;rsquo;s Comate and Alibaba&amp;rsquo;s Tongyi Lingma continue to optimize in the Chinese programming context. The open-source community&amp;rsquo;s Cline offers developers a fully controllable AI programming agent solution.&lt;/p&gt;&#xA;&lt;p&gt;These tools do not replace each other but form a &amp;ldquo;tool matrix&amp;rdquo;: use Copilot for daily completion, Cursor for project refactoring, Claude Code for deep challenges, and self-developed solutions for enterprise integration. The smartest developers are already using a mix of tools, switching based on task complexity.&lt;/p&gt;&#xA;&lt;h2 id=&#34;ai-agents-from-writing-code-to-autonomously-completing-projects&#34;&gt;AI Agents: From Writing Code to Autonomously Completing Projects&#xA;&lt;/h2&gt;&lt;p&gt;If Vibe Coding changes the way &amp;ldquo;humans write code,&amp;rdquo; AI agents are changing how &amp;ldquo;humans manage projects.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;The traditional development process involves: product managers writing PRDs → engineers breaking down tasks → writing code → testing → deployment → operations. Each step requires human intervention and coordination. The vision for AI agents is that you provide a high-level goal—such as &amp;ldquo;build a customer service system that supports real-time chat&amp;rdquo;—and the agent autonomously completes the entire process from technology selection, architecture design, code writing, testing, deployment, to operations.&lt;/p&gt;&#xA;&lt;p&gt;Currently, this vision is far from fully realized, but progress is faster than most people expected. Claude Code can autonomously complete medium-complexity functional development tasks, and OpenAI&amp;rsquo;s Codex Agent performs well in independent project builds. The promotion of the MCP (Model Context Protocol) standardizes collaboration among different AI tools, allowing developers to combine various AI capabilities like building blocks.&lt;/p&gt;&#xA;&lt;p&gt;Open-source frameworks like openclaw further lower the barriers to building AI agents. From automating office processes to intelligent customer service systems, from code review robots to autonomous operation agents, AI agents are moving from the lab to production environments. Gartner predicts that by 2028, at least 15% of daily work will be completed by AI agents.&lt;/p&gt;&#xA;&lt;h2 id=&#34;redefining-the-role-of-developers&#34;&gt;Redefining the Role of Developers&#xA;&lt;/h2&gt;&lt;p&gt;This is the most sensitive and important topic: Will AI replace programmers?&lt;/p&gt;&#xA;&lt;p&gt;The answer is: &lt;strong&gt;AI will not replace &amp;ldquo;programmers,&amp;rdquo; but it will replace &amp;ldquo;programmers who only write code.&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Consider the current capabilities of AI programming tools. They excel at generating boilerplate code, implementing common algorithms, writing unit tests, identifying known bug patterns, and refactoring regular code. These tasks are primarily the domain of junior developers.&lt;/p&gt;&#xA;&lt;p&gt;What they struggle with are: understanding ambiguous business requirements and making reasonable technical decisions, weighing multiple constraints, designing long-term evolving system architectures, tackling unprecedented technical challenges, and communicating and coordinating with people. These are the core values of senior developers.&lt;/p&gt;&#xA;&lt;p&gt;This means the competency model for developers is undergoing a fundamental transformation:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;From &amp;ldquo;coding ability&amp;rdquo; to &amp;ldquo;problem definition ability&amp;rdquo;&lt;/strong&gt;—you don’t need to write every line of code, but you need to accurately describe what you want and judge whether the AI&amp;rsquo;s output is correct.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;From &amp;ldquo;single skill&amp;rdquo; to &amp;ldquo;AI tool orchestration ability&amp;rdquo;&lt;/strong&gt;—knowing which tasks to assign to which tools and how to combine multiple tools to form an efficient workflow.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;From &amp;ldquo;code craftsman&amp;rdquo; to &amp;ldquo;system architect&amp;rdquo;&lt;/strong&gt;—higher-level design decisions and a global perspective become more valuable.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;From &amp;ldquo;independent development&amp;rdquo; to &amp;ldquo;human-machine collaboration&amp;rdquo;&lt;/strong&gt;—learning to pair program with AI and become a manager of AI teams.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The AIGC industry white paper introduces an interesting concept: &amp;ldquo;Context Engineering&amp;rdquo;—the ability to transform implicit knowledge within enterprises into structured context understandable by AI will become one of the core competencies of the future. Those who excel at this will be the most scarce &amp;ldquo;translators&amp;rdquo; in the AI era.&lt;/p&gt;&#xA;&lt;h2 id=&#34;beyond-programming-ai-tools-reshaping-all-knowledge-work&#34;&gt;Beyond Programming: AI Tools Reshaping All Knowledge Work&#xA;&lt;/h2&gt;&lt;p&gt;The evolution of AI programming tools is, in fact, a microcosm of the broader trend of AI empowering knowledge work.&lt;/p&gt;&#xA;&lt;p&gt;In the AI search domain, tools like Perplexity and DeepResearch are changing how people access information—from &amp;ldquo;keyword matching + manual filtering&amp;rdquo; to &amp;ldquo;natural language questioning + structured answers,&amp;rdquo; search engines are being replaced by &amp;ldquo;answer engines.&amp;rdquo; Over 60% of brand marketing leaders are unsure whether their products will appear in AI search results, and GEO (generative search engine optimization) is becoming the new battleground for marketing.&lt;/p&gt;&#xA;&lt;p&gt;In the AI dialogue model field, models like ChatGPT, Claude, Gemini, DeepSeek, Tongyi Qianwen, and Kimi continue to enhance their capabilities in understanding complex instructions, generating high-quality text, and performing deep reasoning. The entry of new players like Xiaomi&amp;rsquo;s MiMo and Meituan&amp;rsquo;s LongCat signifies that large models have spread from pure AI companies to the entire tech industry.&lt;/p&gt;&#xA;&lt;p&gt;In the AI content production sector, tools for AI novels, scripts, images, and music are maturing, allowing one person to accomplish what previously required a team for content creation.&lt;/p&gt;&#xA;&lt;p&gt;These changes point to a trend: &lt;strong&gt;AI is evolving from a &amp;ldquo;tool&amp;rdquo; to &amp;ldquo;infrastructure,&amp;rdquo;&lt;/strong&gt; much like electricity and the internet, no longer an optional means of efficiency enhancement but a fundamental prerequisite for work methods.&lt;/p&gt;&#xA;&lt;h2 id=&#34;who-will-be-eliminated-and-who-can-seize-opportunities&#34;&gt;Who Will Be Eliminated and Who Can Seize Opportunities&#xA;&lt;/h2&gt;&lt;p&gt;Finally, some hard truths.&lt;/p&gt;&#xA;&lt;p&gt;For individual developers, refusing to use AI programming tools is not &amp;ldquo;upholding tradition&amp;rdquo; but &amp;ldquo;actively giving up competitiveness.&amp;rdquo; With 92% of American developers using them daily, if you don’t, your productivity will lag significantly. However, blindly trusting AI-generated code and deploying it without review is also dangerous. AI-generated code may contain security vulnerabilities, logical errors, and performance issues; human judgment and review capabilities remain the last line of defense.&lt;/p&gt;&#xA;&lt;p&gt;For entrepreneurs, the current window of opportunity lies in the deep integration of &amp;ldquo;AI + vertical scenarios.&amp;rdquo; The competition among general AI programming tools is fierce, but in specific industries (like financial compliance code, medical data analysis, game development), AI programming solutions combined with domain knowledge remain a blue ocean.&lt;/p&gt;&#xA;&lt;p&gt;For technical team managers, the key decision is not &amp;ldquo;whether to use AI&amp;rdquo; but &amp;ldquo;how to establish workflows and quality control systems for the AI era.&amp;rdquo; Code reviews, security audits, and architectural decisions cannot only not be replaced by AI, but they also become more critical due to AI&amp;rsquo;s extensive involvement.&lt;/p&gt;&#xA;&lt;p&gt;Vibe Coding is not the end; it is the beginning. In the next two to three years, we are likely to see AI agents evolve from &amp;ldquo;assisting programming&amp;rdquo; to &amp;ldquo;autonomously completing projects,&amp;rdquo; AI search evolve from &amp;ldquo;replacing search engines&amp;rdquo; to &amp;ldquo;replacing most research work,&amp;rdquo; and AI content tools evolve from &amp;ldquo;assisting creation&amp;rdquo; to &amp;ldquo;autonomous creation.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Developers will not disappear, but the definition of &amp;ldquo;developer&amp;rdquo; will be completely rewritten. Those who adapt to this change will find their productivity amplified tenfold. Those who resist this change will find themselves left behind by the times.&lt;/p&gt;&#xA;&lt;p&gt;The choice is in everyone&amp;rsquo;s hands.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Claude Acknowledges Excessive Charges, Users Report Up to 20x Overbilling</title>
            <link>https://gameflycenter.com/posts/note-e022416fd0/</link>
            <pubDate>Wed, 01 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-e022416fd0/</guid>
            <description>&lt;h2 id=&#34;claude-acknowledges-billing-issues&#34;&gt;Claude Acknowledges Billing Issues&#xA;&lt;/h2&gt;&lt;p&gt;The issue of excessive charges in Claude Code is not an isolated experience. Following a wave of complaints from Reddit users about &lt;strong&gt;Claude Code&amp;rsquo;s excessive billing&lt;/strong&gt;, &lt;strong&gt;Anthropic&lt;/strong&gt; has finally responded:&lt;/p&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;We have noticed that users are reaching the usage limits in Claude Code much faster than expected. The team is urgently investigating this issue, which is currently our highest priority, and we will update you as soon as possible.&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;p&gt;In short, there is a problem, and it is significant, and they are working on it.&lt;/p&gt;&#xA;&lt;p&gt;Interestingly, many users do not perceive this as a genuine official response, but rather as a forced admission.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-trigger&#34;&gt;The Trigger&#xA;&lt;/h2&gt;&lt;p&gt;The situation escalated when a user reverse-engineered Claude Code and discovered two independent bugs, posting their findings on Reddit. These bugs can cause the prompt cache to fail, leading to inflated billing costs without the user&amp;rsquo;s awareness, potentially increasing costs by 10 to 20 times.&lt;/p&gt;&#xA;&lt;p&gt;So, it’s not that users are overusing the service; rather, Claude Code is “secretly overcharging.”&lt;/p&gt;&#xA;&lt;h2 id=&#34;insufficient-plans&#34;&gt;Insufficient Plans&#xA;&lt;/h2&gt;&lt;p&gt;Tokens are often likened to utilities in the new era, but using them feels more like early phone bills or data packages: &lt;strong&gt;it seems like you haven&amp;rsquo;t used much, yet it’s never enough.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;A subscription costing over $100 a month is already not cheap, and now it seems they are charging excessively. A simple greeting can consume 13% of the quota.&lt;/p&gt;&#xA;&lt;p&gt;Working for just 11 minutes can exhaust 23% of the usage.&lt;/p&gt;&#xA;&lt;p&gt;The most outrageous case reported is that a single prompt can consume 31% of the quota.&lt;/p&gt;&#xA;&lt;p&gt;Even the highest-tier $200 monthly plan doesn’t fare much better, reaching its limit in just three and a half hours.&lt;/p&gt;&#xA;&lt;p&gt;A user subscribed to Claude Pro (annual fee of $200) complained on Discord:&lt;/p&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;I usually hit my limit by Monday and have to wait until Saturday for it to reset&amp;hellip; I can only use it for about 12 days out of 30.&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;p&gt;At this rate, &lt;strong&gt;Claude Code has become nearly “unusable” in just a couple of days.&lt;/strong&gt; For those who rely on AI for work, the inability to use it is more frustrating than the financial cost.&lt;/p&gt;&#xA;&lt;p&gt;This issue isn&amp;rsquo;t unique to Anthropic; many users report that the major providers often exhaust monthly quotas within the first three weeks, even without heavy usage.&lt;/p&gt;&#xA;&lt;h2 id=&#34;systemic-problem&#34;&gt;Systemic Problem&#xA;&lt;/h2&gt;&lt;p&gt;However, this time, Claude Code seems to have crossed a line—Reddit is flooded with complaints about this issue.&lt;/p&gt;&#xA;&lt;p&gt;It’s clear now that the issue of “not being durable” is not just an individual experience but a systemic problem. It’s no wonder that Anthropic felt compelled to clarify the situation.&lt;/p&gt;&#xA;&lt;p&gt;According to analysis by The Register, there may be three main reasons for this issue:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Last week, Anthropic announced that they would reduce quotas during peak times. This means that during peak hours, the same usage behavior corresponds to a lower available quota, making users feel like they are using it faster.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Peak hours are from 08:00 to 14:00 ET on weekdays.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;March 28 was also the last day of a promotional event for Claude. During non-peak hours, users could double their usage quota, but now that the promotion has ended, users&amp;rsquo; quotas have reverted to normal levels, leading to a noticeable reduction in available usage.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;The two bugs discovered by Reddit users:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The sentinel replacement mechanism in the independent binary disrupts the billing logic when conversations involve it, breaking the cache.&lt;/li&gt;&#xA;&lt;li&gt;The resume parameter always leads to cache failure (since v2.1.69).&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;These issues mean that the prompt cache cannot function properly, resulting in repeated calculations for the same requests, which can inflate token consumption passively by over 10 times.&lt;/p&gt;&#xA;&lt;p&gt;Some users have reported that downgrading to an older version has improved their experience significantly.&lt;/p&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;Downgrading to 2.1.34 made a noticeable difference. Have any users tried this? Let’s discuss.&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;continuity-over-capability&#34;&gt;Continuity Over Capability&#xA;&lt;/h2&gt;&lt;p&gt;In essence, the current issue with Claude is not about the strength of the model but whether users can rely on it consistently.&lt;/p&gt;&#xA;&lt;p&gt;The better the model, the more it is used, and the more critical it becomes for workflows. While users may feel the pinch of rising costs, many are still willing to pay for high-quality responses, and the capabilities of A&amp;rsquo;s model are well recognized.&lt;/p&gt;&#xA;&lt;p&gt;However, the problem lies in the rising consumption without an accompanying improvement in experience; costs are increasing, but user feedback is not visible, and ongoing delivery is lagging.&lt;/p&gt;&#xA;&lt;p&gt;Users have pointed out that Anthropic’s customer service struggles with even the most basic token management.&lt;/p&gt;&#xA;&lt;p&gt;More critically, users have been providing feedback for several days, and the bugs were identified two days ago, yet the response was only to say they were investigating.&lt;/p&gt;&#xA;&lt;p&gt;In contrast, competitors like OpenClaw are making regular updates, often fixing issues overnight.&lt;/p&gt;&#xA;&lt;p&gt;This raises a very real question: in the age of AI, the capability of the model may no longer be the rarest commodity. What is more scarce is the ability to deliver consistently, respond quickly to users, and take feedback seriously.&lt;/p&gt;&#xA;&lt;p&gt;By the way, if Claude’s code is all AI-written, perhaps they should hire more people for customer support.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Vibe Coding Removed from App Store: What&#39;s Next?</title>
            <link>https://gameflycenter.com/posts/note-6400e80edb/</link>
            <pubDate>Wed, 01 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-6400e80edb/</guid>
            <description>&lt;h2 id=&#34;vibe-coding-removed-from-app-store-whats-next&#34;&gt;Vibe Coding Removed from App Store: What&amp;rsquo;s Next?&#xA;&lt;/h2&gt;&lt;p&gt;In March 2023, Apple completely removed the Vibe Coding app, Anything, from the App Store, marking a significant setback for its survival in a closed ecosystem. This article delves into the core of this conflict—Apple&amp;rsquo;s Guideline 2.5.2 and its fundamental incompatibility with AI-generated code logic. As the platform insists on a static review framework, entrepreneurs are forced to make tough choices between web-based survival and migrating to Android. This situation represents not only a technical battle but also a real challenge to the monopolistic review power of app stores.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;514px&#34; data-flex-grow=&#34;214&#34; height=&#34;420&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-6400e80edb/img-013b8d0279.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-6400e80edb/img-013b8d0279_hu_abc553ff027549c3.jpeg 800w, https://gameflycenter.com/posts/note-6400e80edb/img-013b8d0279.jpeg 900w&#34; width=&#34;900&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Anything&amp;rsquo;s co-founder and CEO, Dhruv Amin, stated that the app had previously helped users publish thousands of applications on the App Store, including management systems for emergency responders and reimbursement tracking tools designed for gig economy workers.&lt;/p&gt;&#xA;&lt;p&gt;According to reports, prior to Anything&amp;rsquo;s removal, Apple had already imposed update freezes on similar applications like Replit and Bitrig, indicating a systematic tightening of the Vibe Coding category. Apple maintains that this action is merely enforcing existing rules to prevent apps from introducing new features without review. However, critics argue that this review framework, designed for static apps, is fundamentally incompatible with the underlying logic of AI-generated content.&lt;/p&gt;&#xA;&lt;p&gt;Amin remarked, &amp;ldquo;This is the problem with Apple and closed platforms—either they are making a mistake, or they decide that your category is not allowed to exist.&amp;rdquo; He is currently evaluating a shift to Android, while other teams have already turned to pure web development. The future of Vibe Coding is becoming increasingly clear.&lt;/p&gt;&#xA;&lt;h2 id=&#34;after-launching-thousands-of-apps-apple-suddenly-changes-course&#34;&gt;After Launching Thousands of Apps, Apple Suddenly Changes Course&#xA;&lt;/h2&gt;&lt;p&gt;Last August, Anything entered the market as a browser-based Vibe Coding tool. Vibe Coding allows individuals without programming experience to generate applications directly through AI—users describe their ideas, and the code is automatically produced. In November, Anything launched its iPhone client, and the App Store review team raised no objections, allowing it to be released smoothly.&lt;/p&gt;&#xA;&lt;p&gt;In the following months, Anything continued to update, and users had published thousands of applications on the App Store through this tool. These included valuable products such as a management system for emergency responders and a reimbursement tracking tool for gig economy workers, demonstrating that Vibe Coding is not merely a toy-level technical experiment.&lt;/p&gt;&#xA;&lt;p&gt;The turning point occurred in mid-December 2022 when Apple&amp;rsquo;s review team began rejecting every update submitted by Anything, citing violations of Guideline 2.5.2. This was less than two months after the iPhone version was launched. Amin attempted to compromise by moving the Vibe Coding preview feature from the app to the web browser to avoid controversy. Apple not only rejected this submission but also removed the entire app from the App Store in March 2023.&lt;/p&gt;&#xA;&lt;p&gt;From initial approval and operation to update freezes and final removal, the entire process took less than six months. Before Anything&amp;rsquo;s app was officially removed, reports indicated that Apple had blocked updates for multiple Vibe Coding applications. Shortly thereafter, Anything faced a more thorough removal.&lt;/p&gt;&#xA;&lt;p&gt;Meanwhile, Replit and Bitrig, also part of the Vibe Coding category, remain on the App Store but are similarly unable to update—Replit&amp;rsquo;s last update was in January, and Bitrig&amp;rsquo;s was in November 2022. Apple&amp;rsquo;s attitude towards this category reflects a systematic tightening.&lt;/p&gt;&#xA;&lt;h2 id=&#34;guideline-252-a-rule-that-closes-off-a-category&#34;&gt;Guideline 2.5.2: A Rule That Closes Off a Category&#xA;&lt;/h2&gt;&lt;p&gt;Apple&amp;rsquo;s sole reason for the removal was Guideline 2.5.2, which states that applications must be &amp;ldquo;self-contained within their installation package&amp;rdquo; and must not read or write data outside designated container areas, nor &amp;ldquo;download, install, or execute code that introduces or alters application features and functions.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;The original intention of 2.5.2 was to prevent developers from bypassing App Store reviews and silently pushing unreviewed feature changes on user devices. This logic is reasonable—within the context of mobile security, applications expanding permissions without review indeed need to be constrained. The problem arises when this rule is applied to the Vibe Coding category, as its reach far exceeds its original design intent.&lt;/p&gt;&#xA;&lt;p&gt;The core mechanism of Vibe Coding tools is to generate and execute code at runtime via AI. Users describe their needs, and the model outputs logic, with the application presenting results in real time. This process naturally falls into the prohibited zone of 2.5.2—each generation is akin to pushing &amp;ldquo;unreviewed new features&amp;rdquo; to the device. In other words, as long as Vibe Coding remains Vibe Coding, it cannot operate on iPhone without violating this rule.&lt;/p&gt;&#xA;&lt;p&gt;Apple&amp;rsquo;s statement is that the company is not targeting the Vibe Coding category but is merely enforcing existing rules to prevent applications from making substantive changes without review. While this explanation is technically sound, it sidesteps a critical question: why should a rule designed for static applications be applied to AI tools that generate dynamic content?&lt;/p&gt;&#xA;&lt;p&gt;Anything attempted a compromise path by migrating the code preview feature to a web browser, allowing AI-generated content to be displayed without executing directly within the native app. The logic behind this solution is that the browser itself is a sandbox environment, circumventing the local code execution restrictions of 2.5.2. Apple rejected this submission and subsequently removed the entire app. This indicates that Apple is not only enforcing rules but also narrowing possible exceptions.&lt;/p&gt;&#xA;&lt;p&gt;For other developers, the current enforcement of this rule creates a highly uncertain situation. Apps like Replit and Bitrig remain available but cannot update; some teams, like Vibecode, have proactively abandoned iPhone development in favor of pure web solutions. The same rule produces vastly different enforcement outcomes, and Apple has yet to provide clear boundary explanations.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-cost-of-a-closed-platform-how-can-entrepreneurs-coexist-with-apple&#34;&gt;The Cost of a Closed Platform: How Can Entrepreneurs Coexist with Apple?&#xA;&lt;/h2&gt;&lt;p&gt;After Anything was removed, Amin stated, &amp;ldquo;This is the problem with Apple and closed platforms—either they are making a mistake, or they decide that your category is not allowed to exist.&amp;rdquo; This statement highlights a structural dilemma that entrepreneurs face in platform ecosystems, which is rarely addressed.&lt;/p&gt;&#xA;&lt;p&gt;In the mobile internet era, the App Store is the only legal channel to reach iPhone users. For consumer-facing applications, losing this entry point is almost equivalent to losing the entire market. Before its removal, Anything had accumulated thousands of user-published applications through this channel, establishing a real product ecosystem. All these assets lost visibility to iOS users the moment the app was removed.&lt;/p&gt;&#xA;&lt;p&gt;The unpredictability of the timeline is even more challenging. The iPhone version of Anything passed the App Store review team&amp;rsquo;s formal approval at launch, only to face a freeze months later. Approval does not guarantee long-term compliance; the interpretation of platform rules remains solely in Apple&amp;rsquo;s hands and can be redefined at any time. For early-stage startups, this uncertainty is nearly impossible to hedge through any conventional business planning.&lt;/p&gt;&#xA;&lt;p&gt;Faced with this situation, entrepreneurs have few options. Amin is currently evaluating whether to shift focus to the Android platform, which means rebuilding the product on a new tech stack while bearing the friction costs of user migration. Another option is to completely transition to the web, bypassing all native app store controls—Vibecode has already made this choice, abandoning iPhone development. Both paths mean sacrificing the established iOS user base, which comes at a real cost.&lt;/p&gt;&#xA;&lt;p&gt;From a broader perspective, Apple&amp;rsquo;s handling of the Vibe Coding category exposes the adaptability issues between platform rules and emerging technologies. The existing App Store review framework is designed for static, functionally fixed native applications. As AI blurs the boundaries of applications, the original review logic begins to fail—but the cost of this failure is borne by developers.&lt;/p&gt;&#xA;&lt;p&gt;Apple itself has profit considerations. Xcode has recently integrated Anthropic&amp;rsquo;s Claude and OpenAI&amp;rsquo;s Codex, launching AI programming assistance features for professional developers. The core value proposition of Vibe Coding tools is to enable non-professional users to build applications directly, bypassing professional tools like Xcode. This competitive relationship complicates the interpretation of Apple&amp;rsquo;s stance on this category.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-future-of-vibe-coding-is-not-in-the-app-store&#34;&gt;The Future of Vibe Coding Is Not in the App Store&#xA;&lt;/h2&gt;&lt;p&gt;Amin&amp;rsquo;s judgment is worth highlighting: &amp;ldquo;The scale of Vibe Coding will far exceed Apple&amp;rsquo;s current imagination.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;The essence of Vibe Coding is to lower the barriers to software production. When someone without any programming background can describe their needs in natural language and receive a runnable application, software development transforms from a specialized skill into a tool accessible to ordinary people.&lt;/p&gt;&#xA;&lt;p&gt;This shift in magnitude parallels the democratization of financial modeling through spreadsheets and website building through no-code tools, representing a paradigm shift of the same scale. The App Store&amp;rsquo;s blockade cannot change this direction; it can only influence where it lands.&lt;/p&gt;&#xA;&lt;p&gt;Currently, the direction is becoming increasingly clear: the web. Vibecode&amp;rsquo;s choice is representative—abandoning the iPhone native side and focusing on browser-based product experiences. This path circumvents the App Store&amp;rsquo;s review controls, at the cost of sacrificing some native experience and distribution benefits. However, for tools like Vibe Coding, the core value lies in the generation capability itself, rather than platform nativeness—the web can sufficiently carry this value.&lt;/p&gt;&#xA;&lt;p&gt;From a distribution logic perspective, a web-first strategy is more flexible in the current environment. Users can access directly through links without going through any app store review nodes, and the speed of product iteration is not constrained by third-party approval cycles. This aligns perfectly with the pace needed for AI-native products—models are rapidly evolving, and products must be updated in sync; any review friction can lead to competitive delays.&lt;/p&gt;&#xA;&lt;p&gt;Regulatory variables are also worth noting. Apple&amp;rsquo;s systematic blockade of emerging AI tools has drawn the attention of antitrust observers. In the context of ongoing scrutiny of large platform behaviors by regulatory bodies in Europe and the U.S., whether Apple&amp;rsquo;s actions constitute improper exclusion of competitive development tools is a question still under discussion. If regulatory pressure ultimately forces Apple to open sideloading or relax review standards, there may still be a window of opportunity for Vibe Coding tools to return to iOS.&lt;/p&gt;&#xA;&lt;p&gt;However, until that day arrives, the main battleground for this category has quietly shifted. Anything is evaluating Android, while other teams are betting on the web, and the entire industry&amp;rsquo;s focus is moving away from the App Store as a singular entry point. Apple&amp;rsquo;s blockade has, to some extent, accelerated the diversification of the Vibe Coding ecosystem—likely not the outcome Apple intended.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Understanding Claude Code, Codex, and OpenClaw</title>
            <link>https://gameflycenter.com/posts/note-d96a3bdab4/</link>
            <pubDate>Mon, 30 Mar 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-d96a3bdab4/</guid>
            <description>&lt;h2 id=&#34;understanding-claude-code-codex-and-openclaw&#34;&gt;Understanding Claude Code, Codex, and OpenClaw&#xA;&lt;/h2&gt;&lt;p&gt;Recently, a friend who is an independent developer asked me, &amp;ldquo;Are you using Claude Code or Codex? I&amp;rsquo;ve been struggling to choose between the two for almost a week.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;I replied: &amp;ldquo;You&amp;rsquo;re confused about the wrong direction.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;These two are fundamentally different, and with the emergence of OpenClaw, the entire discussion has reached a new level.&lt;/p&gt;&#xA;&lt;p&gt;In the past three months, these three tools have sparked intense discussions among developers, probably the most I&amp;rsquo;ve seen in my over ten years in this field. However, most discussions have remained at the level of &amp;ldquo;which is better,&amp;rdquo; without clarifying the fundamental differences between them.&lt;/p&gt;&#xA;&lt;p&gt;This article aims to clarify this matter.&lt;/p&gt;&#xA;&lt;h3 id=&#34;conceptual-framework&#34;&gt;Conceptual Framework&#xA;&lt;/h3&gt;&lt;p&gt;Before discussing each tool, I want to emphasize that &lt;strong&gt;these three products do not belong to the same level; comparing them directly is as odd as comparing VS Code and Docker.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;They correspond to three different layers in the AI productivity stack:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;First Layer, Brain&lt;/strong&gt;: The large language models themselves, such as Claude, GPT, and DeepSeek, responsible for understanding and reasoning.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Second Layer, Hand&lt;/strong&gt;: Programming agents like Claude Code and Codex, which integrate the capabilities of large models into your codebase, responsible for executing specific development tasks.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Third Layer, Operating System&lt;/strong&gt;: Agent runtime platforms like OpenClaw, which schedule multiple tools and models, manage long-term tasks, and run continuously.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;In simpler terms: Claude Code and Codex are employees, while OpenClaw is the company. The former helps you write code, while the latter manages this group of AIs working for you.&lt;/p&gt;&#xA;&lt;h3 id=&#34;claude-code-the-ai-engineer-that-understands-your-codebase-best&#34;&gt;Claude Code: The AI Engineer That Understands Your Codebase Best&#xA;&lt;/h3&gt;&lt;p&gt;Claude Code is a terminal-native programming agent launched by Anthropic in May 2025, developing faster than many anticipated. By early 2026, it had become the most widely used product in the AI programming tools market—an almost 1000-participant survey showed it had a 46% approval rate, while the second-ranked Cursor only had 19%.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;What Did Claude Code Do Right?&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Its core design decision prioritized &amp;ldquo;understanding the entire codebase&amp;rdquo; over simply &amp;ldquo;writing a runnable piece of code.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;For example, if you take over a chaotic Node.js project from two years ago with sparse documentation and complex dependencies, and you ask Claude Code to fix a login authentication bug, a typical AI assistant would modify the pasted code directly and provide you with a local patch. In contrast, Claude Code first reads the CLAUDE.md (your project&amp;rsquo;s rules configuration file), scans related files, and understands the upstream and downstream relationships of the authentication logic within the entire system before making changes. It knows how changes in one area might affect others.&lt;/p&gt;&#xA;&lt;p&gt;This difference may not be apparent when handling simple functions, but it becomes significant when dealing with real projects.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Subagents + Checkpoint: Two Key Features to Note&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;In the second half of 2025, Claude Code introduced two important mechanisms: Subagents and Checkpoint.&lt;/p&gt;&#xA;&lt;p&gt;Subagents allow a complex task to be divided among multiple specialized AI instances for parallel execution. For instance, when refactoring an authentication module, one Subagent handles database migration, another modifies API routes, and a third manages frontend state changes, while the main Agent coordinates and integrates the results. Each Subagent has an independent context window, allowing up to 10 to run simultaneously without interference.&lt;/p&gt;&#xA;&lt;p&gt;Checkpoint addresses another concern: the fear that AI might break the code. It automatically archives the current state before each modification, allowing you to revert to any historical point using the Esc Esc or /rewind command. With this safety mechanism, you can confidently assign larger and more complex tasks to it.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;A Practical Detail&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;The CLAUDE.md file is often overlooked but is crucial. You can write the project&amp;rsquo;s tech stack version, prohibited libraries, database schema summaries, and code style rules in it. Statistics show that a well-written CLAUDE.md can reduce about 80% of the &amp;ldquo;Claude forgot&amp;rdquo; issues.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Use Cases&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Claude Code is best suited for quickly getting up to speed with unfamiliar codebases, handling complex bugs across multiple files, performing systematic refactoring, and development tasks that require AI to truly understand your project&amp;rsquo;s overall structure rather than just executing local commands.&lt;/p&gt;&#xA;&lt;p&gt;It offers comprehensive access methods: Terminal CLI, VS Code plugin (Beta version released by the end of 2025), web interface, and desktop app. Subscribing to Claude Pro (starting at $20/month) allows usage, and enterprise users can also deploy it privately via Bedrock or Vertex AI.&lt;/p&gt;&#xA;&lt;h3 id=&#34;codex-taking-task-outsourcing-to-another-level&#34;&gt;Codex: Taking Task Outsourcing to Another Level&#xA;&lt;/h3&gt;&lt;p&gt;In 2025, OpenAI launched Codex in April (not the previous code completion model, but a new software engineering agent) and subsequently released a macOS desktop app by the end of the year, with Windows versions following in 2026.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Fundamental Differences in How Codex and Claude Code Work&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Claude Code operates on a &amp;ldquo;human-machine collaboration&amp;rdquo; model: you supervise its work in real-time, reviewing each step and adjusting directions as needed. This is a co-pilot mode where the human is in charge.&lt;/p&gt;&#xA;&lt;p&gt;Codex, on the other hand, is about &amp;ldquo;task outsourcing&amp;rdquo;: you clearly describe a task, and it executes it autonomously in an isolated sandbox environment, returning results and a PR for your review. You don&amp;rsquo;t need to monitor it continuously.&lt;/p&gt;&#xA;&lt;p&gt;This difference significantly impacts actual workflows. Codex is suitable for tasks where you know what needs to be done but don&amp;rsquo;t want to spend energy supervising each step. For example, you can say, &amp;ldquo;Help me complete unit tests for this module&amp;rdquo; or &amp;ldquo;Help me migrate the calling method of this old interface to the new version,&amp;rdquo; then move on to other tasks and return later to check the results.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Parallelism is Codex&amp;rsquo;s Core Advantage&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Codex supports genuine multi-task parallelism: multiple Agent instances work in independent cloud sandboxes, each pre-installed with your codebase and development environment. If you have five independent tasks, you can start five Agents to process them simultaneously instead of queuing them.&lt;/p&gt;&#xA;&lt;p&gt;The desktop app&amp;rsquo;s design philosophy is that of a &amp;ldquo;command center&amp;rdquo;: the left side displays the project list, while the right side shows all running Agent threads, allowing you to switch between tasks, check progress, and comment or manually modify in the diff view.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Safety Design is Another Priority for Codex&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;By default, Codex&amp;rsquo;s sandbox disables external network access, and file modifications are restricted to specified directories. This design is intentional—isolated execution and presenting results after completion is much safer than operating directly on your local environment. However, for tasks requiring internet access, network permissions can be manually enabled.&lt;/p&gt;&#xA;&lt;p&gt;Additionally, Codex includes a code review feature that can automatically review your PRs directly on GitHub, acting like an asynchronous code reviewer.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Open Source CLI Version of Codex&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;If you want to run Codex in a local terminal, there is a fully open-source CLI version written in Rust, supporting npm and Homebrew installations, allowing configuration of local models (including Ollama) and MCP access to external tools. Its core logic is consistent with cloud Codex but is better suited for developers wanting complete control over the execution environment.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Use Cases&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Codex is suitable for clear, well-defined development tasks (writing features, fixing bugs, writing tests); for those who wish to free their hands and wait for results asynchronously; for scenarios requiring multi-task parallelism; and for teams already deeply integrated into the ChatGPT ecosystem (account interoperability without requiring additional registration).&lt;/p&gt;&#xA;&lt;p&gt;A ChatGPT Plus subscription ($20/month) includes Codex usage credits.&lt;/p&gt;&#xA;&lt;h3 id=&#34;openclaw-not-a-tool-but-an-operating-system-for-running-ai&#34;&gt;OpenClaw: Not a Tool, But an Operating System for Running AI&#xA;&lt;/h3&gt;&lt;p&gt;OpenClaw is the most difficult to define and the easiest to misunderstand among the three.&lt;/p&gt;&#xA;&lt;p&gt;It is an open-source project released by Austrian developer Peter Steinberger in November 2025 under the name Clawdbot. After its release, it went viral, surpassing 240,000 GitHub Stars within two months, becoming one of the fastest-growing projects in GitHub history (without exception, surpassing React). It was later renamed Moltbot due to a trademark complaint from Anthropic, and after Steinberger felt the name was &amp;ldquo;too awkward to pronounce,&amp;rdquo; it was changed to OpenClaw three days later.&lt;/p&gt;&#xA;&lt;p&gt;In February this year, Steinberger announced his joining OpenAI, and the project was handed over to the open-source foundation for continued maintenance.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;What Exactly is OpenClaw?&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;In one sentence: it is a system that allows AI to continuously work for you.&lt;/p&gt;&#xA;&lt;p&gt;It runs locally, connects to your chosen large language models (Claude, GPT, DeepSeek, local Ollama, etc.), and integrates this AI into over 20 messaging platforms like WhatsApp, Telegram, Slack, Discord, and iMessage. You send a message to the AI, and it executes tasks—reading files, running scripts, controlling browsers, sending emails, managing calendars, monitoring servers, etc.&lt;/p&gt;&#xA;&lt;p&gt;The fundamental difference from Claude Code and Codex is that it is not a tool that works only when your computer is on and you are staring at the screen. You can set up a Mac Mini at home to run OpenClaw 24/7 and send messages to it from anywhere via your phone to have it help you with tasks.&lt;/p&gt;&#xA;&lt;h3 id=&#34;four-core-components&#34;&gt;Four Core Components&#xA;&lt;/h3&gt;&lt;p&gt;OpenClaw&amp;rsquo;s architecture consists of four parts:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Gateway&lt;/strong&gt;: The entry point for receiving messages and distributing commands.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Agent&lt;/strong&gt;: The core that executes specific tasks.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Skills&lt;/strong&gt;: Expandable capability modules, with thousands available in the community-maintained ClawHub marketplace.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Memory&lt;/strong&gt;: Persistent user preferences, project information, and historical context across sessions.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The Skills system is the most interesting part. You can install Skills written by others to extend the AI&amp;rsquo;s capabilities or write your own. The community has Skills for handling Solana wallets, automatically posting to Instagram, monitoring GitHub Actions, and more.&lt;/p&gt;&#xA;&lt;h3 id=&#34;why-many-people-struggle-to-use-it&#34;&gt;Why Many People Struggle to Use It&#xA;&lt;/h3&gt;&lt;p&gt;OpenClaw has higher requirements for users; it is not a tool that you can just install and use.&lt;/p&gt;&#xA;&lt;p&gt;The most common mistake is throwing a vague task at the AI, such as &amp;ldquo;help me manage my work.&amp;rdquo; The AI does not know what that means. The correct way to use OpenClaw is to clearly design the workflow—what the trigger conditions are, what steps to execute, and how to provide feedback on the results—and then configure this process.&lt;/p&gt;&#xA;&lt;p&gt;Another barrier is the design of Skills. Good Skills are atomic and have single responsibilities; many beginners mix too much logic in their Skills, making it difficult to troubleshoot when issues arise.&lt;/p&gt;&#xA;&lt;p&gt;OpenClaw&amp;rsquo;s maintainer, Shadow, once said on Discord, &amp;ldquo;If you don&amp;rsquo;t know how to run commands in the command line, this project is already too dangerous for you to use safely.&amp;rdquo; This statement is very straightforward, but it&amp;rsquo;s true.&lt;/p&gt;&#xA;&lt;h3 id=&#34;security-issues-a-necessary-discussion&#34;&gt;Security Issues: A Necessary Discussion&#xA;&lt;/h3&gt;&lt;p&gt;The biggest controversy surrounding OpenClaw in recent months has been security issues.&lt;/p&gt;&#xA;&lt;p&gt;After its launch in November last year, the first critical vulnerability (CVE-2026-25253, CVSS score 8.8) was discovered in January this year—an attacker could induce you to visit a malicious webpage, allowing JavaScript to connect to your local OpenClaw gateway via WebSocket, stealing authentication tokens and gaining complete control over your entire Agent, including disabling the sandbox and executing arbitrary commands.&lt;/p&gt;&#xA;&lt;p&gt;In the following weeks, several other CVEs were disclosed, involving command injection, path traversal, Webhook authentication bypass, and more. The ClawHub Skills marketplace also found hundreds of malicious skill packages disguised as legitimate tools, executing data theft or installing keyloggers in the background.&lt;/p&gt;&#xA;&lt;p&gt;Security research institutions have scanned and found that at one point, over 130,000 OpenClaw instances were directly exposed on the public internet, most of which had no authentication configured. The Ministry of Industry and Information Technology of China also issued a security warning in March this year, urging government agencies and state-owned banks to limit usage.&lt;/p&gt;&#xA;&lt;p&gt;Currently, the recommended minimum secure version is 2026.2.26; if you are still running earlier versions, please update immediately.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;It is important to clarify&lt;/strong&gt;: these security issues do not imply that OpenClaw&amp;rsquo;s core product concept is flawed. The root of the problem lies in the combination of &amp;ldquo;great capabilities, loose default configurations, and rapid deployment&amp;rdquo;—any system with superuser privileges will encounter issues if it defaults to no authentication and unrestricted access. The team&amp;rsquo;s response speed has been quite fast, with most CVEs patched within 24 hours of disclosure.&lt;/p&gt;&#xA;&lt;p&gt;However, this also indicates that OpenClaw is not suitable for casual installation and use. If you plan to deploy it in production, you need to seriously enhance security.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Use Cases&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;OpenClaw is suitable for technically capable users who can configure and maintain it for: 24/7 automation tasks (monitoring alerts, scheduled inspections, automatic daily reports); cross-platform message-triggered workflows; personal automation assistants (remotely controlling local servers via phone messages); and model-agnostic scenarios (wanting to choose models and retain data sovereignty).&lt;/p&gt;&#xA;&lt;p&gt;It is free under the MIT license, but costs for running local models or calling cloud APIs are borne by the user, with light usage costing about $10-30/month.&lt;/p&gt;&#xA;&lt;h3 id=&#34;comparison-summary-a-table-of-differences&#34;&gt;Comparison Summary: A Table of Differences&#xA;&lt;/h3&gt;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;&lt;strong&gt;Claude Code&lt;/strong&gt;&lt;/th&gt;&#xA;          &lt;th&gt;&lt;strong&gt;Codex&lt;/strong&gt;&lt;/th&gt;&#xA;          &lt;th&gt;&lt;strong&gt;OpenClaw&lt;/strong&gt;&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Positioning&lt;/td&gt;&#xA;          &lt;td&gt;AI programming agent&lt;/td&gt;&#xA;          &lt;td&gt;Automated programming engine&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Working Method&lt;/td&gt;&#xA;          &lt;td&gt;Human-machine collaboration, you supervise&lt;/td&gt;&#xA;          &lt;td&gt;Task outsourcing, wait asynchronously&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Main Interface&lt;/td&gt;&#xA;          &lt;td&gt;Terminal/IDE/Web&lt;/td&gt;&#xA;          &lt;td&gt;Terminal/Desktop App/IDE&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Codebase Understanding&lt;/td&gt;&#xA;          &lt;td&gt;Strong&lt;/td&gt;&#xA;          &lt;td&gt;Strong&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Parallel Capability&lt;/td&gt;&#xA;          &lt;td&gt;Subagents, up to 10&lt;/td&gt;&#xA;          &lt;td&gt;Multiple sandboxes in parallel, no hard limit&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Open Source&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;          &lt;td&gt;CLI partially open source&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Security Maturity&lt;/td&gt;&#xA;          &lt;td&gt;High&lt;/td&gt;&#xA;          &lt;td&gt;High&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Learning Curve&lt;/td&gt;&#xA;          &lt;td&gt;Medium&lt;/td&gt;&#xA;          &lt;td&gt;Medium-high&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h3 id=&#34;which-one-should-you-use&#34;&gt;Which One Should You Use?&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;If you are a coding developer&lt;/strong&gt;, Claude Code is the top choice. It has the deepest understanding of codebases, is the easiest to get started with, and integrates best with daily development workflows.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;If you have a bunch of well-defined development tasks&lt;/strong&gt;, such as writing a batch of tests or migrating old interfaces, and you don&amp;rsquo;t want to supervise the process, Codex is the more suitable option. Asynchronous, parallel, and freeing your hands is its core value.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;If you want AI to do a wider range of tasks for you&lt;/strong&gt;—not just coding, but also automating operations, scheduled tasks, and cross-system collaboration, and you have the ability to ensure security—OpenClaw is the only option. It represents a different way of working with AI: not you using AI, but AI continuously working for you.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;If you want to play with advanced combinations&lt;/strong&gt;, there is a mature approach: use OpenClaw as the scheduling layer, triggering tasks that call Claude Code or Codex to execute specific programming tasks, and then have OpenClaw summarize results and send notifications. This is a true AI Agent architecture, with each of the three layers performing its role.&lt;/p&gt;&#xA;&lt;h3 id=&#34;final-thoughts&#34;&gt;Final Thoughts&#xA;&lt;/h3&gt;&lt;p&gt;I have observed many developers stumbling over these three tools, and the most common issue is not choosing the wrong tool, but &lt;strong&gt;choosing the wrong level of usage&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Using Claude Code to &amp;ldquo;automatically manage all work&amp;rdquo;—that is what OpenClaw is designed to do; Claude Code is not intended for that. Using OpenClaw for simple bug fixes—where the complexity of configuration is not worth it—can be handled by Claude Code in two minutes.&lt;/p&gt;&#xA;&lt;p&gt;Tools are not superior or inferior; they only fit different needs. Choosing the right level and using the right scenarios is the true path to efficiency improvement.&lt;/p&gt;&#xA;&lt;p&gt;These three products represent not just three tools but three depths of AI involvement in development work: coding assistance, task hosting, and continuous autonomy. Where you currently stand depends on how much trust you are willing to place in AI and how much time and capability you have to manage it.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;It&amp;rsquo;s not you using AI; the future is you managing a group of AIs.&lt;/strong&gt; This shift is happening, and all three tools are early samples of this process.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Understanding Artificial Intelligence: Core Capabilities and Applications</title>
            <link>https://gameflycenter.com/posts/note-13d2750860/</link>
            <pubDate>Sun, 29 Mar 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-13d2750860/</guid>
            <description>&lt;h2 id=&#34;what-is-artificial-intelligence&#34;&gt;What is Artificial Intelligence?&#xA;&lt;/h2&gt;&lt;p&gt;Artificial Intelligence (AI) is a core branch of computer science aimed at enabling machines to simulate, extend, or even surpass human intelligence. The goal is to allow machines to autonomously complete complex tasks that typically require human intelligence.&lt;/p&gt;&#xA;&lt;p&gt;AI is not a single technology but a system that integrates algorithms, data, and computing power. Its core lies in granting machines the abilities of learning, reasoning, perception, and decision-making, transforming them from mere tools executing commands to intelligent agents that can adapt to environments and solve problems.&lt;/p&gt;&#xA;&lt;h2 id=&#34;core-essence-of-ai-simulating-human-intelligence&#34;&gt;Core Essence of AI: Simulating Human Intelligence&#xA;&lt;/h2&gt;&lt;p&gt;The essence of AI is not about making machines look like humans but about endowing them with key characteristics of human intelligence, centered around four main capabilities:&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-learning-ability-autonomous-pattern-recognition-from-data&#34;&gt;1. Learning Ability: Autonomous Pattern Recognition from Data&#xA;&lt;/h3&gt;&lt;p&gt;This is the most fundamental capability of AI, distinguishing it from traditional programs that execute fixed rules. AI can autonomously identify hidden patterns through extensive data training, rather than relying on pre-written instructions.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Example&lt;/strong&gt;: Traditional programs require predefined characteristics to recognize a cat (e.g., pointed ears, whiskers, tail). In contrast, AI can learn to identify a cat by analyzing thousands of images without prior definitions.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Typical Applications&lt;/strong&gt;: Recommendation systems (e.g., Douyin, Taobao) and spam filtering.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;2-reasoning-and-decision-making-ability-solving-complex-problems-based-on-patterns&#34;&gt;2. Reasoning and Decision-Making Ability: Solving Complex Problems Based on Patterns&#xA;&lt;/h3&gt;&lt;p&gt;Once AI understands patterns, it can perform logical reasoning, analysis, and ultimately make decisions, rather than mechanically executing steps.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Example&lt;/strong&gt;: Medical AI analyzes CT scans and lab reports, combining them with medical databases to infer possible conditions and provide diagnostic suggestions. Autonomous driving AI assesses road conditions (traffic lights, pedestrians, vehicles) to decide whether to accelerate, brake, or turn.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Core Logic&lt;/strong&gt;: Deriving unknown results from known data, simulating the human process of thinking and decision-making.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;3-perception-ability-equipping-machines-with-sensory-understanding&#34;&gt;3. Perception Ability: Equipping Machines with Sensory Understanding&#xA;&lt;/h3&gt;&lt;p&gt;AI utilizes sensors, cameras, and microphones to perceive the external world, translating physical signals into information that machines can understand.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Examples&lt;/strong&gt;:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Computer Vision&lt;/strong&gt;: Enables machines to interpret images and videos (e.g., facial recognition, security monitoring).&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Speech Recognition&lt;/strong&gt;: Allows machines to understand human speech (e.g., Siri, Xiaoyi).&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Sensor Perception&lt;/strong&gt;: Industrial robots use sensors to detect the position and temperature of objects, adjusting operational precision.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;4-adaptive-and-evolutionary-ability-dynamically-adjusting-behavior-based-on-environment&#34;&gt;4. Adaptive and Evolutionary Ability: Dynamically Adjusting Behavior Based on Environment&#xA;&lt;/h3&gt;&lt;p&gt;Advanced AI continuously optimizes itself based on new data and environments, rather than remaining static. For instance, navigation software adjusts routes in real-time to avoid traffic congestion, demonstrating adaptive capability.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Example&lt;/strong&gt;: AlphaGo not only learns human chess strategies but also evolves through self-play, eventually defeating top human players. Recommendation systems adjust content based on new user preferences, becoming increasingly attuned to individual tastes.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;core-technologies-supporting-ai-the-three-pillars&#34;&gt;Core Technologies Supporting AI: The Three Pillars&#xA;&lt;/h2&gt;&lt;p&gt;The realization of the aforementioned capabilities relies on the synergistic functioning of three core technologies:&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-algorithms-the-brain-of-ai&#34;&gt;1. Algorithms: The Brain of AI&#xA;&lt;/h3&gt;&lt;p&gt;Algorithms form the core logic of AI, akin to human thought processes, with different types addressing various problems:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Machine Learning&lt;/strong&gt;: A general method for enabling machines to learn from data, focusing on pattern recognition rather than hard-coded rules.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Deep Learning&lt;/strong&gt;: A subset of machine learning that simulates the neural network structure of the human brain, capable of processing complex data (e.g., images, videos, speech).&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Natural Language Processing&lt;/strong&gt;: Algorithms that enable machines to understand and generate human language, addressing human-computer communication.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Computer Vision&lt;/strong&gt;: Algorithms that allow machines to interpret images and videos, solving the problem of how machines perceive the world.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;2-data-the-fuel-of-ai&#34;&gt;2. Data: The Fuel of AI&#xA;&lt;/h3&gt;&lt;p&gt;AI learning depends on vast amounts of data; the more data available and the higher its quality, the more accurate the patterns AI can identify. Without data, even the most advanced algorithms are ineffective, similar to how humans require reading and practical experience to learn.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Example&lt;/strong&gt;: Speech recognition AI needs to analyze hundreds of thousands of hours of human speech to accurately recognize various accents and speaking speeds. Autonomous driving AI requires billions of kilometers of road data to learn how to handle complex scenarios.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;3-computing-power-the-engine-of-ai&#34;&gt;3. Computing Power: The Engine of AI&#xA;&lt;/h3&gt;&lt;p&gt;AI training and reasoning require substantial computational power, especially deep learning algorithms, which involve massive matrix operations. Ordinary computers lack the necessary power, necessitating specialized hardware support, such as:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;GPU (Graphics Processing Unit)&lt;/strong&gt;: Originally used for gaming graphics, GPUs excel in parallel computing and have become essential for AI training.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;TPU (Tensor Processing Unit)&lt;/strong&gt;: A chip designed by Google specifically for deep learning, offering higher computational efficiency than GPUs.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Cloud Computing&lt;/strong&gt;: Businesses and individuals can leverage cloud resources for AI model training without needing to invest in expensive hardware.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;common-applications-of-ai-integrating-into-daily-life&#34;&gt;Common Applications of AI: Integrating into Daily Life&#xA;&lt;/h2&gt;&lt;p&gt;AI is no longer a concept confined to science fiction; it permeates various aspects of our daily lives and work. Here are some of the most common applications:&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-consumer-applications-high-frequency-daily-interactions&#34;&gt;1. Consumer Applications: High-Frequency Daily Interactions&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Smart Assistants&lt;/strong&gt;: Siri, Xiaoyi, and Huawei&amp;rsquo;s Xiao Yi can understand voice commands to check the weather, set alarms, and send messages, fundamentally relying on speech recognition and natural language processing.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Content Recommendation&lt;/strong&gt;: Platforms like Douyin, Taobao, and Bilibili use AI algorithms to recommend content based on your browsing and liking history, powered by machine learning.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Image Processing&lt;/strong&gt;: Smartphones use AI for beautification, filters, and portrait modes, automatically recognizing faces and optimizing skin tones.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Smart Translation&lt;/strong&gt;: Services like Baidu Translate and DeepL can quickly translate dozens of languages, often retaining the tone of the original text, thanks to natural language processing.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;2-industry-applications-empowering-industrial-upgrades&#34;&gt;2. Industry Applications: Empowering Industrial Upgrades&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Healthcare&lt;/strong&gt;: AI-assisted diagnostics can rapidly analyze CT scans and pathology reports, helping doctors detect early-stage cancers and pneumonia, improving diagnostic efficiency and accuracy.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Autonomous Driving&lt;/strong&gt;: Tesla, Xpeng, and Huawei&amp;rsquo;s autonomous driving systems use cameras and radar to perceive road conditions, making real-time decisions for tasks like following cars, changing lanes, and parking.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Industrial Production&lt;/strong&gt;: AI-enabled industrial robots can achieve precise sorting, welding, and quality inspection, even predicting equipment failures to enhance production efficiency.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Financial Services&lt;/strong&gt;: AI aids in risk control by analyzing consumer and credit data to assess loan risks and detect credit card fraud and financial scams.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Education&lt;/strong&gt;: AI-powered personalized tutoring can suggest tailored exercises and explanations based on students&amp;rsquo; learning progress, as seen in platforms like Yuanfudao and Zuoyebang.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;3-frontier-exploration-pushing-the-boundaries-of-human-capability&#34;&gt;3. Frontier Exploration: Pushing the Boundaries of Human Capability&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;AI in Research&lt;/strong&gt;: AlphaFold solved the protein folding problem, aiding scientists in understanding disease mechanisms and developing new drugs.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;AI in Creation&lt;/strong&gt;: Tools like MidJourney and Stable Diffusion generate images from text, while iFlytek&amp;rsquo;s Starfire can write articles, code, and poetry, facilitating AI-assisted creativity.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;AI in Exploration&lt;/strong&gt;: AI analyzes cosmic and oceanic data, helping humanity explore unknown territories, such as searching for extraterrestrial signals and monitoring deep-sea ecosystems.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;key-classifications-of-ai-development-path-from-weak-to-strong&#34;&gt;Key Classifications of AI: Development Path from Weak to Strong&#xA;&lt;/h2&gt;&lt;p&gt;AI development is distinctly categorized into stages, primarily based on its capabilities from weak to strong. Currently, we are still in the weak AI phase:&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-weak-ai&#34;&gt;1. Weak AI&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Definition&lt;/strong&gt;: AI focused on specific tasks, lacking general cognitive abilities and self-awareness.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Characteristics&lt;/strong&gt;: Excels in a particular domain but cannot transfer knowledge across domains. For example, AlphaGo can play Go but cannot write articles; an image recognition AI cannot drive.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Current Status&lt;/strong&gt;: All existing AI applications fall under weak AI, including Siri, autonomous driving, and AI art generation.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;2-strong-ai&#34;&gt;2. Strong AI&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Definition&lt;/strong&gt;: AI with general intelligence comparable to humans, capable of understanding and learning knowledge across various fields, thinking flexibly, and potentially possessing self-awareness and emotions.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Characteristics&lt;/strong&gt;: Can transfer knowledge across domains, such as coding, medical diagnosis, and music creation, akin to human intelligence.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Current Status&lt;/strong&gt;: Still in the theoretical exploration stage, not yet realized, and remains a long-term goal in AI research.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;3-superintelligent-ai&#34;&gt;3. Superintelligent AI&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Definition&lt;/strong&gt;: AI that surpasses human capabilities in nearly all domains, including scientific innovation, social skills, and artistic creation, potentially reaching intelligence levels beyond human comprehension.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Characteristics&lt;/strong&gt;: Capable of solving complex issues like climate change and diseases, which humans struggle with, but may also pose potential risks.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Current Status&lt;/strong&gt;: A topic of science fiction and futurism, lacking a technological foundation and primarily a speculative concept for the future.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;core-boundaries-of-ai-limitations-and-misconceptions&#34;&gt;Core Boundaries of AI: Limitations and Misconceptions&#xA;&lt;/h2&gt;&lt;p&gt;Many misconceptions exist about AI, with some believing it can think and feel like humans or even replace them. In reality, AI has fundamental limitations:&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-ai-lacks-self-awareness-and-emotions&#34;&gt;1. AI Lacks Self-Awareness and Emotions&#xA;&lt;/h3&gt;&lt;p&gt;All AI actions are based on algorithms and data; they do not possess self-awareness or emotional understanding. For instance, AI can generate sad text but does not experience sadness; it can recognize angry expressions but does not comprehend the meaning of anger.&lt;/p&gt;&#xA;&lt;h3 id=&#34;2-ai-relies-on-data-and-lacks-true-creativity&#34;&gt;2. AI Relies on Data and Lacks True Creativity&#xA;&lt;/h3&gt;&lt;p&gt;AI&amp;rsquo;s creativity is fundamentally a reorganization of existing data, not genuine originality. For example, AI-generated art is based on vast image datasets and cannot create entirely new artistic styles based on life experiences and emotions like human artists can. Similarly, AI-written articles are structured based on existing content and cannot produce genuinely profound original insights.&lt;/p&gt;&#xA;&lt;h3 id=&#34;3-ai-decisions-are-based-on-probability-not-understanding&#34;&gt;3. AI Decisions Are Based on Probability, Not Understanding&#xA;&lt;/h3&gt;&lt;p&gt;AI decisions rely on probability distributions from data rather than true comprehension. For instance, a medical AI diagnosing cancer does so by comparing a patient’s data to that of numerous cancer patients, identifying similar features, rather than understanding the underlying pathology as a doctor would.&lt;/p&gt;&#xA;&lt;h3 id=&#34;4-ai-capabilities-are-highly-contextual-and-data-dependent&#34;&gt;4. AI Capabilities Are Highly Contextual and Data-Dependent&#xA;&lt;/h3&gt;&lt;p&gt;AI can only perform effectively within trained scenarios; if a situation exceeds its training, it may fail. For example, an autonomous driving AI trained in clear weather may struggle in extreme weather conditions like heavy rain or snow. Similarly, a speech recognition AI may accurately understand standard Mandarin but struggle with dialects or heavy accents.&lt;/p&gt;&#xA;&lt;h2 id=&#34;conclusion-ai-as-a-tool-to-empower-humanity&#34;&gt;Conclusion: AI as a Tool to Empower Humanity&#xA;&lt;/h2&gt;&lt;p&gt;The essence of artificial intelligence is not to replace humans but to extend human capabilities, helping solve complex, repetitive, and high-risk problems, allowing humans to focus on innovation, emotions, and decision-making.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;From a Technical Perspective&lt;/strong&gt;: AI combines algorithms, data, and computing power, primarily enabling machines to learn, reason, and perceive.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;From an Application Perspective&lt;/strong&gt;: AI serves as a tool to empower various industries, enhancing efficiency, reducing costs, and pushing the boundaries of human capabilities.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;From a Development Stage Perspective&lt;/strong&gt;: We are still in the weak AI phase, with strong and superintelligent AI as long-term goals, indicating a long journey ahead.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;In simple terms, artificial intelligence aims to equip machines with human-like intelligence to assist in tasks that typically require human thought and action, ultimately serving human life and societal development.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>last30days-skill: Streamline AI Community Insights</title>
            <link>https://gameflycenter.com/posts/note-1e4450a0a4/</link>
            <pubDate>Thu, 26 Mar 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-1e4450a0a4/</guid>
            <description>&lt;h2 id=&#34;what-is-last30days-skill&#34;&gt;What is last30days-skill?&#xA;&lt;/h2&gt;&lt;p&gt;&lt;code&gt;last30days-skill&lt;/code&gt; is a rapidly emerging open-source AI research skill on GitHub, created by developer &lt;code&gt;mvanhorn&lt;/code&gt;. The project can be found at &lt;a class=&#34;link&#34; href=&#34;https://github.com/mvanhorn/last30days-skill&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;GitHub Repository&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;In essence, this is a &amp;ldquo;skill module&amp;rdquo; that runs on Claude Code or a compatible AI Agent framework. You can ask it about a topic (e.g., &amp;ldquo;Best Prompts for Claude Code&amp;rdquo; or &amp;ldquo;Cursor vs Windsurf&amp;rdquo;), and it will automatically scrape discussions from over 10 platforms, including Reddit, X, Hacker News, YouTube, TikTok, Bluesky, and Polymarket, from the past 30 days, synthesizing a comprehensive intelligence report complete with sources, ratings, and usable prompts.&lt;/p&gt;&#xA;&lt;p&gt;The core logic of the project is that &lt;strong&gt;real community discussions are closer to the &amp;ldquo;truth&amp;rdquo; than official documentation&lt;/strong&gt;. While official documentation tells you what a tool can do, posts on Reddit and HN reveal where the pitfalls are and what the truly effective practices are.&lt;/p&gt;&#xA;&lt;p&gt;The project is licensed under the MIT open-source license and is completely free, but you need to configure your own APIs. Initially covering only Reddit and X, it now supports over 10 sources and has integrated predictive markets (Polymarket), evolving rapidly.&lt;/p&gt;&#xA;&lt;h2 id=&#34;community-popularity-and-project-scale&#34;&gt;Community Popularity and Project Scale&#xA;&lt;/h2&gt;&lt;p&gt;The growth rate of this project has surprised me. Here are some numbers:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Metric&lt;/th&gt;&#xA;          &lt;th&gt;Data&lt;/th&gt;&#xA;          &lt;th&gt;Notes&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;GitHub Stars&lt;/td&gt;&#xA;          &lt;td&gt;9,300+&lt;/td&gt;&#xA;          &lt;td&gt;As of March 2026, still rapidly growing&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;First Version&lt;/td&gt;&#xA;          &lt;td&gt;Late 2025&lt;/td&gt;&#xA;          &lt;td&gt;From 0 to 9k stars in a short time&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Supported Platforms&lt;/td&gt;&#xA;          &lt;td&gt;10+&lt;/td&gt;&#xA;          &lt;td&gt;Reddit/X/HN/YouTube/TikTok, etc.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Primary Language&lt;/td&gt;&#xA;          &lt;td&gt;Python (98.9%)&lt;/td&gt;&#xA;          &lt;td&gt;Shell support&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Open Source License&lt;/td&gt;&#xA;          &lt;td&gt;MIT&lt;/td&gt;&#xA;          &lt;td&gt;Fully commercializable&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;The speed from 1.5k stars to over 9k is quite impressive for open-source AI tools. Community feedback has been largely positive—most discussions in GitHub Issues are about feature requests rather than bug complaints, indicating a solid foundation.&lt;/p&gt;&#xA;&lt;p&gt;However, as for revenue, this is a purely open-source project, and the author&amp;rsquo;s monetization is non-existent. The costs incurred from using it mainly come from the APIs you configure.&lt;/p&gt;&#xA;&lt;h2 id=&#34;core-features&#34;&gt;Core Features&#xA;&lt;/h2&gt;&lt;h3 id=&#34;multi-platform-parallel-search&#34;&gt;Multi-Platform Parallel Search&#xA;&lt;/h3&gt;&lt;p&gt;It performs simultaneous searches across Reddit, X (Twitter), Hacker News, Polymarket, YouTube, TikTok, Instagram, Bluesky, and more than 10 platforms in one query. This is true parallel scraping, not sequential searching.&lt;/p&gt;&#xA;&lt;h3 id=&#34;two-stage-intelligent-search-architecture&#34;&gt;Two-Stage Intelligent Search Architecture&#xA;&lt;/h3&gt;&lt;p&gt;The first stage is &amp;ldquo;broad discovery&amp;rdquo;—using wide-ranging keywords to cast a wide net; the second stage is &amp;ldquo;intelligent supplementary search&amp;rdquo;—identifying subtopics worth digging deeper into based on the first stage&amp;rsquo;s results and adding precise queries. This design ensures a more comprehensive coverage of results.&lt;/p&gt;&#xA;&lt;h3 id=&#34;composite-scoring-model&#34;&gt;Composite Scoring Model&#xA;&lt;/h3&gt;&lt;p&gt;All scraped results go through a scoring pipeline:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Text relevance (35%)&lt;/li&gt;&#xA;&lt;li&gt;Interaction heat (25%)&lt;/li&gt;&#xA;&lt;li&gt;Source authority (20%)&lt;/li&gt;&#xA;&lt;li&gt;Cross-platform convergence (10%)—same topic appearing on multiple platforms gets extra weight&lt;/li&gt;&#xA;&lt;li&gt;Timeliness decay (10%)—newer content has higher weight&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;predictive-market-integration&#34;&gt;Predictive Market Integration&#xA;&lt;/h3&gt;&lt;p&gt;This feature impressed me. It integrates with Polymarket&amp;rsquo;s Gamma API to pull in &amp;ldquo;real money betting prediction data.&amp;rdquo; When most people are betting real money on the success of an AI tool, this signal is much more credible than general post discussions.&lt;/p&gt;&#xA;&lt;h3 id=&#34;comparative-analysis-mode&#34;&gt;Comparative Analysis Mode&#xA;&lt;/h3&gt;&lt;p&gt;Supports &lt;code&gt;X vs Y&lt;/code&gt; style queries, such as &lt;code&gt;/last30days cursor vs windsurf&lt;/code&gt;, generating a side-by-side comparison report that includes the pros and cons, community sentiment, and discussion trends. This is very useful for competitive research.&lt;/p&gt;&#xA;&lt;h3 id=&#34;dashboard-and-automatic-monitoring&#34;&gt;Dashboard and Automatic Monitoring&#xA;&lt;/h3&gt;&lt;p&gt;You can set up topic monitoring lists for periodic automatic re-research, suitable for users needing to continuously track a specific area.&lt;/p&gt;&#xA;&lt;h3 id=&#34;automatic-archiving&#34;&gt;Automatic Archiving&#xA;&lt;/h3&gt;&lt;p&gt;Each run&amp;rsquo;s results are automatically saved to a local document library for easy historical reference.&lt;/p&gt;&#xA;&lt;h2 id=&#34;target-audience&#34;&gt;Target Audience&#xA;&lt;/h2&gt;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;User Type&lt;/th&gt;&#xA;          &lt;th&gt;Recommendation Index&lt;/th&gt;&#xA;          &lt;th&gt;Use Case&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;AI Content Creators/Bloggers&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Quickly grasp community sentiment on an AI tool, with verifiable sources&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Developers/Technical Decision Makers&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Competitive research before technical selection, understanding real community feedback&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Product Managers/Competitive Analysts&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Quickly understand market sentiment on competitors, saving manual tracking time&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Prompt Engineers&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Find community-validated optimal prompts without repeating pitfalls&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Researchers/Analysts&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Quickly obtain community viewpoints with sources to assist in report writing&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;General Users&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;High configuration threshold; not recommended for non-technical users&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;Honestly, this tool has a clear &amp;ldquo;technical user&amp;rdquo; attribute. If you don&amp;rsquo;t understand command lines or can&amp;rsquo;t configure API keys, getting started can be quite painful. However, if you are a developer or content creator who frequently needs to conduct research, it is definitely worth spending an hour to set it up.&lt;/p&gt;&#xA;&lt;h2 id=&#34;application-scenarios&#34;&gt;Application Scenarios&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;1. AI Tool Research (Most Common)&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Want to know how the community is rating &amp;ldquo;Cursor&amp;rdquo; recently or how &amp;ldquo;DeepSeek&amp;rdquo; is viewed on Reddit? One command can do it:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/last30days DeepSeek R2 for coding&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;In 5 minutes, you&amp;rsquo;ll receive a comprehensive report with source links, key discussion points, and actual usage tips.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;2. Technical Selection Comparison&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/last30days claude code vs cursor vs github copilot&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;This will pull recent discussions of the three tools across platforms, automatically generating a comparison report to present directly in technical selection meetings.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;3. Content Creation Topic Selection&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;As an AI blogger, I now use it to &amp;ldquo;find topics.&amp;rdquo; I check what the AI community has been discussing over the last 30 days, and which topics have high cross-platform convergence, then I write about those. This is much more efficient than mindlessly scrolling through information feeds.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;4. Best Practices for Prompts Collection&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/last30days best system prompts for claude code&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;It will help you find community-validated prompt patterns from Reddit, HN, and X, organized into a directly reusable format.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;5. Competitor Sentiment Monitoring&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;For startup teams, running &lt;code&gt;/last30days [competitor name]&lt;/code&gt; regularly can quickly reveal the latest complaints and praises from users about competitors, guiding product optimization direction.&lt;/p&gt;&#xA;&lt;h2 id=&#34;differences-from-similar-tools&#34;&gt;Differences from Similar Tools&#xA;&lt;/h2&gt;&lt;p&gt;Currently, there are many tools that provide similar &amp;ldquo;real-time information aggregation + AI summarization,&amp;rdquo; but last30days has several unique aspects:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Feature&lt;/th&gt;&#xA;          &lt;th&gt;last30days-skill&lt;/th&gt;&#xA;          &lt;th&gt;Perplexity&lt;/th&gt;&#xA;          &lt;th&gt;Exa.ai&lt;/th&gt;&#xA;          &lt;th&gt;BrightData&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Positioning&lt;/td&gt;&#xA;          &lt;td&gt;Open-source agent skill&lt;/td&gt;&#xA;          &lt;td&gt;Commercial AI search&lt;/td&gt;&#xA;          &lt;td&gt;Commercial semantic search&lt;/td&gt;&#xA;          &lt;td&gt;Enterprise data platform&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Platform Coverage&lt;/td&gt;&#xA;          &lt;td&gt;10+ (including social media)&lt;/td&gt;&#xA;          &lt;td&gt;Primarily web pages&lt;/td&gt;&#xA;          &lt;td&gt;Primarily web pages&lt;/td&gt;&#xA;          &lt;td&gt;Customizable&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Polymarket Integration&lt;/td&gt;&#xA;          &lt;td&gt;Yes&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Local Deployment&lt;/td&gt;&#xA;          &lt;td&gt;Yes&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Cost&lt;/td&gt;&#xA;          &lt;td&gt;Open-source free (API paid)&lt;/td&gt;&#xA;          &lt;td&gt;Subscription $20+/month&lt;/td&gt;&#xA;          &lt;td&gt;Subscription&lt;/td&gt;&#xA;          &lt;td&gt;Enterprise pricing&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Output Format&lt;/td&gt;&#xA;          &lt;td&gt;Structured reports + Prompts&lt;/td&gt;&#xA;          &lt;td&gt;Answers + Links&lt;/td&gt;&#xA;          &lt;td&gt;Semantic search results&lt;/td&gt;&#xA;          &lt;td&gt;Raw data&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;&lt;strong&gt;Core Differences&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;vs Perplexity&lt;/strong&gt;: Perplexity is better for quick Q&amp;amp;A, while last30days excels in community intelligence gathering; Perplexity lacks deep coverage of social media like Reddit/TikTok and does not integrate Polymarket.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;vs Manual Search&lt;/strong&gt;: This is the biggest competitor. Manually checking Reddit/HN/X takes 2-3 hours; using last30days takes 5-10 minutes.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;usage-tips&#34;&gt;Usage Tips&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Tip 1&lt;/strong&gt;: Configure &lt;code&gt;SKILL.md&lt;/code&gt; for lifelong benefits&lt;/p&gt;&#xA;&lt;p&gt;In the &lt;code&gt;.claude/skills/last30days/&lt;/code&gt; directory, there is a &lt;code&gt;SKILL.md&lt;/code&gt; where you can preset your common research preferences (technical/community/business). Configure it once for more precise results in future queries.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Tip 2&lt;/strong&gt;: Use &lt;code&gt;--deep&lt;/code&gt; mode for important research&lt;/p&gt;&#xA;&lt;p&gt;The default mode balances speed and depth. If you are conducting important technical selection or competitive analysis, add the &lt;code&gt;--deep&lt;/code&gt; parameter to run an additional round of supplementary searches, significantly improving result quality, though it will increase the time from 5 minutes to 10-15 minutes.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Tip 3&lt;/strong&gt;: Cross-platform convergence is the strongest signal&lt;/p&gt;&#xA;&lt;p&gt;The output report includes a &amp;ldquo;cross-platform convergence&amp;rdquo; metric. When the same viewpoint appears on Reddit, HN, and X simultaneously, the confidence level is highest. Focus on these high-convergence conclusions rather than single hot posts from one platform.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Tip 4&lt;/strong&gt;: Use the dashboard feature for continuous monitoring&lt;/p&gt;&#xA;&lt;p&gt;If you have several topics you want to keep an eye on (e.g., &amp;ldquo;our competitors&amp;rsquo; dynamics&amp;rdquo;), set them in the monitoring list and run them regularly with CI/CD to automatically generate daily intelligence reports without manual operation.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Tip 5&lt;/strong&gt;: Use &lt;code&gt;--emit=json&lt;/code&gt; to integrate with your knowledge base&lt;/p&gt;&#xA;&lt;p&gt;Output in JSON format, then write a simple script to push the results to Notion, Feishu, Obsidian, etc., building your own AI community intelligence archive that becomes more valuable as you accumulate data.&lt;/p&gt;&#xA;&lt;h2 id=&#34;value-for-enterprises-and-individuals&#34;&gt;Value for Enterprises and Individuals&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;For Enterprise Users:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Value Point&lt;/th&gt;&#xA;          &lt;th&gt;Description&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Automated Competitor Monitoring&lt;/td&gt;&#xA;          &lt;td&gt;Daily automatic tracking of competitor community sentiment, eliminating reliance on manual research&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Data-Driven Technical Selection&lt;/td&gt;&#xA;          &lt;td&gt;Community-validated data supports technical decisions, reducing risks&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Market Intelligence Efficiency&lt;/td&gt;&#xA;          &lt;td&gt;Saves analysts significant manual information collection time&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Empowering Content Teams&lt;/td&gt;&#xA;          &lt;td&gt;Community data supports content topic selection and prompt optimization&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;&lt;strong&gt;For Individual Users:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Value Point&lt;/th&gt;&#xA;          &lt;th&gt;Description&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Remedy for Information Anxiety&lt;/td&gt;&#xA;          &lt;td&gt;Reduces daily information feed scrolling time from 2 hours to 10 minutes&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;High-Quality Writing Material&lt;/td&gt;&#xA;          &lt;td&gt;Each conclusion comes with original source links, ensuring verifiable citations&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Community Awareness in Tech Circles&lt;/td&gt;&#xA;          &lt;td&gt;Quickly grasp the latest community trends even without active participation&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Best Practices for AI Tools&lt;/td&gt;&#xA;          &lt;td&gt;Avoid pitfalls by using community-validated prompts directly&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;A developer shared that using last30days for technical selection compressed two days of competitive research into half a day, with more comprehensive conclusions due to coverage of platforms that previously lacked time for manual checks. This efficiency boost is tangible.&lt;/p&gt;&#xA;&lt;h2 id=&#34;cost-of-use&#34;&gt;Cost of Use&#xA;&lt;/h2&gt;&lt;p&gt;The project itself is completely free, but you will need to pay for the following services:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Cost Item&lt;/th&gt;&#xA;          &lt;th&gt;Required&lt;/th&gt;&#xA;          &lt;th&gt;Estimated Cost&lt;/th&gt;&#xA;          &lt;th&gt;Description&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;ScrapeCreators API&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Yes&lt;/td&gt;&#xA;          &lt;td&gt;$20-50/month&lt;/td&gt;&#xA;          &lt;td&gt;Core dependency for Reddit/TikTok/Instagram searches&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Claude API / OpenAI API&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Yes&lt;/td&gt;&#xA;          &lt;td&gt;Pay-per-use&lt;/td&gt;&#xA;          &lt;td&gt;AI synthesis capability, approx. $0.05-0.2 per query&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;X (Twitter) API&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Optional&lt;/td&gt;&#xA;          &lt;td&gt;Free/Paid&lt;/td&gt;&#xA;          &lt;td&gt;Basic version is free; advanced searches require payment&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Polymarket Integration&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Optional&lt;/td&gt;&#xA;          &lt;td&gt;Free&lt;/td&gt;&#xA;          &lt;td&gt;Gamma API is free to use&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;&lt;strong&gt;Overall Cost Estimation&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Light Users (1-3 queries daily): approx. $30-50/month&lt;/li&gt;&#xA;&lt;li&gt;Moderate Users (5-10 queries daily): approx. $80-150/month&lt;/li&gt;&#xA;&lt;li&gt;Heavy/Enterprise Users: assess specific API usage&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Comparison with Commercial Tools&lt;/strong&gt;: Similar commercial intelligence tools (like Brandwatch, Mention, etc.) can easily exceed $500+/month, making last30days a cost-effective option. Of course, there are differences in functional depth, mainly depending on your needs.&lt;/p&gt;&#xA;&lt;h2 id=&#34;official-website-and-installation-links&#34;&gt;Official Website and Installation Links&#xA;&lt;/h2&gt;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Resource&lt;/th&gt;&#xA;          &lt;th&gt;Address&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;GitHub Repository&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mvanhorn/last30days-skill&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;GitHub Repository&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Quick Install (Claude Code Plugin)&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;/plugin marketplace add mvanhorn/last30days-skill&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Manual Install (Git Clone)&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;git clone https://github.com/mvanhorn/last30days-skill.git ~/.claude/skills/last30days&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Official Documentation (SPEC.md)&lt;/td&gt;&#xA;          &lt;td&gt;See GitHub repository root directory&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Community Discussion&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;GitHub Issues / Hacker News / Reddit r/ClaudeAI&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;&lt;strong&gt;Minimum Environment Requirements&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Node.js 18+&lt;/li&gt;&#xA;&lt;li&gt;Python 3.10+&lt;/li&gt;&#xA;&lt;li&gt;Claude Code or compatible AI Agent framework&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;overall-evaluation&#34;&gt;Overall Evaluation&#xA;&lt;/h2&gt;&lt;p&gt;last30days-skill addresses a real pain point: in the information explosion of the AI era, how to efficiently extract valuable signals from noisy community discussions. It is not a silver bullet; configuration has a threshold, and search results are not 100% accurate—but it automates the task of &amp;ldquo;multi-platform manual research,&amp;rdquo; and being free and open-source makes it well worth your time to set it up once. For me, the most valuable feature is the integration of the Polymarket predictive market—those betting real money are often closer to the truth than keyboard warriors.&lt;/p&gt;&#xA;&lt;h2 id=&#34;rating-out-of-5-stars&#34;&gt;Rating (Out of 5 Stars)&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Usability&lt;/strong&gt;:&lt;br&gt;&#xA;(3/5) Command-line operation, API configuration has a threshold&lt;br&gt;&#xA;&lt;strong&gt;Functionality&lt;/strong&gt;:&lt;br&gt;&#xA;(5/5) Coverage of 10+ platforms + intelligent synthesis, top in the industry&lt;br&gt;&#xA;&lt;strong&gt;Stability&lt;/strong&gt;:&lt;br&gt;&#xA;(4/5) Depends on external APIs, occasional fluctuations&lt;br&gt;&#xA;&lt;strong&gt;Scalability&lt;/strong&gt;:&lt;br&gt;&#xA;(5/5) Open-source MIT, fully customizable, active community&lt;br&gt;&#xA;&lt;strong&gt;Cost-Effectiveness&lt;/strong&gt;:&lt;br&gt;&#xA;(5/5) Open-source free, API costs far lower than commercial tools&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Overall Score: 4.4/5 Stars&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;one-sentence-summary&#34;&gt;One-Sentence Summary&#xA;&lt;/h2&gt;&lt;p&gt;If you spend over 2 hours a week manually scrolling through Reddit/HN/X for AI community intelligence, last30days-skill is the tool you need—compressing a 2-hour information chore into a 10-minute command.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Stanford Introduces &#39;Vibe Coding&#39; Course for AI-Driven Software Development</title>
            <link>https://gameflycenter.com/posts/note-bc400f5cbe/</link>
            <pubDate>Sat, 14 Mar 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-bc400f5cbe/</guid>
            <description>&lt;h2 id=&#34;stanfords-new-course-vibe-coding&#34;&gt;Stanford&amp;rsquo;s New Course: Vibe Coding&#xA;&lt;/h2&gt;&lt;p&gt;In Silicon Valley, a self-deprecating joke is becoming reality. While many are still struggling with coding errors, Stanford has officially announced a course teaching &lt;strong&gt;&amp;lsquo;Vibe Coding&amp;rsquo;&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Recently, Stanford&amp;rsquo;s Computer Science Department launched a course titled &lt;strong&gt;CS146S: The Modern Software Developer&lt;/strong&gt;. This course does not teach you how to write red-black trees or wrestle with assembly language; its sole mission is to transform you from a &amp;ldquo;code writer&amp;rdquo; into a super individual who can command AI to produce and manage complex systems.&lt;/p&gt;&#xA;&lt;p&gt;After reviewing the course outline, one can&amp;rsquo;t help but marvel at how the underlying logic of software engineering has shifted.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 11&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;2254px&#34; data-flex-grow=&#34;939&#34; height=&#34;112&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-bc400f5cbe/img-3321137405.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-bc400f5cbe/img-3321137405_hu_c47a1b098bab34f2.jpeg 800w, https://gameflycenter.com/posts/note-bc400f5cbe/img-3321137405.jpeg 1052w&#34; width=&#34;1052&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;what-is-vibe-coding&#34;&gt;What is Vibe Coding?&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Vibe Coding&lt;/strong&gt; describes an extremely smooth development state: developers no longer type out logic line by line but instead command AI through high-quality dialogues (prompting) to generate thousands of lines of code in an instant.&lt;/p&gt;&#xA;&lt;p&gt;Many might think this is just being a &amp;ldquo;high-level package user&amp;rdquo;. Can this even be taught at Stanford?&lt;/p&gt;&#xA;&lt;p&gt;The course description for CS146S elevates this perception: &lt;strong&gt;&amp;ldquo;From IDE to terminal, from testing platforms to operational monitoring, every stage of the software development lifecycle is being reshaped.&amp;rdquo;&lt;/strong&gt; The core goal of this course is not to make you code faster but to teach you two key things:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Make AI a controllable, reusable, and auditable &amp;rsquo;engineering teammate&amp;rsquo;:&lt;/strong&gt; rather than a black box that might spout nonsense at any moment.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Ensure quality standards under the premise of AI generating code:&lt;/strong&gt; ensuring that the generated products not only run but are also safe, robust, and capable of generating revenue for the company.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 12&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;893px&#34; data-flex-grow=&#34;372&#34; height=&#34;290&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-bc400f5cbe/img-bc67582304.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-bc400f5cbe/img-bc67582304_hu_b8bc043bece03558.jpeg 800w, https://gameflycenter.com/posts/note-bc400f5cbe/img-bc67582304.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;10-week-intensive-training-from-keyboard-warrior-to-ai-manager&#34;&gt;10-Week Intensive Training: From &amp;lsquo;Keyboard Warrior&amp;rsquo; to &amp;lsquo;AI Manager&amp;rsquo;&#xA;&lt;/h3&gt;&lt;p&gt;The pace of this course is rapid, overturning traditional programming perceptions each week. Here’s a breakdown of the course&amp;rsquo;s six core stages:&lt;/p&gt;&#xA;&lt;h4 id=&#34;stage-1-from-mysticism-to-science-week-12&#34;&gt;&lt;strong&gt;Stage 1: From Mysticism to Science (Week 1–2)&lt;/strong&gt;&#xA;&lt;/h4&gt;&lt;p&gt;Many students believe writing prompts is purely luck, but Stanford teaches you to prove it through experimentation.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Core Focus: Coding LLM and MCP.&lt;/strong&gt; The emphasis shifts from prompt techniques to &lt;strong&gt;Model Context Protocol (MCP)&lt;/strong&gt;—equipping AI with standardized &amp;ldquo;hands&amp;rdquo; and &amp;ldquo;eyes&amp;rdquo; to legally call external tools.&lt;/p&gt;&#xA;&lt;h4 id=&#34;stage-2-context-engineering-is-the-primary-productivity-week-34&#34;&gt;&lt;strong&gt;Stage 2: Context Engineering is the Primary Productivity (Week 3–4)&lt;/strong&gt;&#xA;&lt;/h4&gt;&lt;p&gt;If you complain that AI fails to write long code, it’s because you don’t know how to &amp;ldquo;feed it properly&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;New Mantra: &amp;ldquo;Specs are the new source code&amp;rdquo;.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Practical Application:&lt;/strong&gt; Directly engage with &lt;strong&gt;Claude Code&lt;/strong&gt;. Your training goal shifts from being a keyboard warrior to an &lt;strong&gt;Agent Manager&lt;/strong&gt;. You must learn to write constraints and rules for AI, rather than just hitting &amp;ldquo;retry&amp;rdquo;.&lt;/p&gt;&#xA;&lt;h4 id=&#34;stage-3-ai-takes-over-the-command-line-week-5&#34;&gt;&lt;strong&gt;Stage 3: AI Takes Over the Command Line (Week 5)&lt;/strong&gt;&#xA;&lt;/h4&gt;&lt;p&gt;Using just a cursor is outdated. Stanford teaches you to use AI terminals like &lt;strong&gt;Warp&lt;/strong&gt; to handle system tasks. IDEs are for writing, while terminals are for executing and managing.&lt;/p&gt;&#xA;&lt;h4 id=&#34;stage-4-security-is-the-main-course-week-67&#34;&gt;&lt;strong&gt;Stage 4: Security is the Main Course (Week 6–7)&lt;/strong&gt;&#xA;&lt;/h4&gt;&lt;p&gt;This is a pivotal point in the course. Stanford has invited the CEO of &lt;strong&gt;Semgrep&lt;/strong&gt; to oversee.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Hard Warning:&lt;/strong&gt; Beware of &lt;strong&gt;Prompt Injection&lt;/strong&gt; leading to Remote Code Execution (RCE).&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Reality Check:&lt;/strong&gt; The more AI generates, the more important verification and protection become.&lt;/p&gt;&#xA;&lt;h4 id=&#34;stages-5-and-6-not-only-create-but-also-maintain-week-89&#34;&gt;&lt;strong&gt;Stages 5 and 6: Not Only Create but Also Maintain (Week 8–9)&lt;/strong&gt;&#xA;&lt;/h4&gt;&lt;p&gt;This part is particularly valuable. Many learn AI coding just to produce demos, but Stanford has thought through what happens post-deployment: monitoring, observability, and automated fault response. This course extends AI into &lt;strong&gt;On-call&lt;/strong&gt; and &lt;strong&gt;DevOps&lt;/strong&gt; scenarios, training high-level talent capable of managing the entire loop.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 13: CS146S&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;426px&#34; data-flex-grow=&#34;177&#34; height=&#34;608&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-bc400f5cbe/img-c54e0bae4b.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-bc400f5cbe/img-c54e0bae4b_hu_59d12785a7c9902a.jpeg 800w, https://gameflycenter.com/posts/note-bc400f5cbe/img-c54e0bae4b.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;the-high-bar-for-entry-you-cant-just-vibe-your-way-in&#34;&gt;The High Bar for Entry: You Can&amp;rsquo;t Just &amp;lsquo;Vibe&amp;rsquo; Your Way In&#xA;&lt;/h3&gt;&lt;p&gt;After reviewing this outline, you might think, &amp;ldquo;I don’t need to learn programming; I can just vibe at Stanford.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Naive.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Take a look at the &lt;strong&gt;prerequisites&lt;/strong&gt; listed on Stanford&amp;rsquo;s official website, which are enough to deter novices:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Foundational Knowledge:&lt;/strong&gt; It is strongly recommended to complete &lt;strong&gt;CS111 (Operating Systems)&lt;/strong&gt; first.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Design Experience:&lt;/strong&gt; A deep understanding of complex software design, open-source projects, and GitHub is required.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;AI Theory:&lt;/strong&gt; Completion of &lt;strong&gt;CS221 (Artificial Intelligence)&lt;/strong&gt; or &lt;strong&gt;CS229 (Machine Learning)&lt;/strong&gt; is suggested.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;What does this mean?&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;It means Stanford believes that &lt;strong&gt;someone who doesn’t understand operating systems, memory allocation, or has never written complex code is not qualified to discuss &amp;lsquo;Vibe Coding&amp;rsquo;.&lt;/strong&gt; When directing a group of AI agents, if you don’t understand distributed architecture, you cannot discern whether the AI is providing a &amp;ldquo;brilliant solution&amp;rdquo; or a &amp;ldquo;deadly trap&amp;rdquo;. &lt;strong&gt;AI lowers the barrier for &amp;lsquo;brick-moving&amp;rsquo;, but it significantly raises the bar for &amp;lsquo;commanders&amp;rsquo;.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;three-job-market-insights-from-stanford&#34;&gt;Three Job Market Insights from Stanford&#xA;&lt;/h3&gt;&lt;p&gt;For international students job hunting in the U.S., facing layoffs at Meta and Google, this course reveals three harsh but real signals:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;The &amp;lsquo;Coder&amp;rsquo; is Dying, and the &amp;lsquo;Architect&amp;rsquo; is Delegated&lt;/strong&gt;&#xA;Programmers who only implement functions are becoming undervalued. Major companies now need individuals who can define problems (Write Spec) and design processes (Design Agent Workflow).&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Security and Testing are the New &amp;lsquo;Iron Rice Bowl&amp;rsquo;&lt;/strong&gt;&#xA;Since AI-generated code is overflowing, those who can perform &amp;ldquo;code audits&amp;rdquo; and &amp;ldquo;threat modeling&amp;rdquo; will be the bedrock of companies.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Reconstruction of Full-Stack Definition&lt;/strong&gt;&#xA;Previously, full-stack meant Front-end + Back-end; now it encompasses everything from Prompt to Agent to automated operations.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 14&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;349px&#34; data-flex-grow=&#34;145&#34; height=&#34;742&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-bc400f5cbe/img-edd66ff5a8.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-bc400f5cbe/img-edd66ff5a8_hu_758bb5e10501ce0b.jpeg 800w, https://gameflycenter.com/posts/note-bc400f5cbe/img-edd66ff5a8.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;dont-just-be-a-brick-mover-in-the-best-of-times&#34;&gt;Don’t Just Be a &amp;lsquo;Brick Mover&amp;rsquo; in the Best of Times&#xA;&lt;/h2&gt;&lt;p&gt;Stanford&amp;rsquo;s course once again reminds us:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;In this era, the iteration of tools is rapid, but the essence of engineering—quality, security, and maintainability—remains unchanged.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;CS146S is not teaching students to &amp;ldquo;cut corners&amp;rdquo;; it is teaching them how to remain responsible for system outcomes in an age where AI is ubiquitous.&lt;/p&gt;&#xA;&lt;p&gt;The barrier for &amp;ldquo;being able to code&amp;rdquo; is disappearing, while the ability to &amp;ldquo;define problems, master AI, and take responsibility for system outcomes&amp;rdquo; is becoming increasingly valuable.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;So, the question arises: Are you ready to transition from a &amp;lsquo;coder&amp;rsquo; to an elegant &amp;lsquo;AI shepherd&amp;rsquo; in the face of AI&amp;rsquo;s relentless advance?&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 15&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;708px&#34; data-flex-grow=&#34;295&#34; height=&#34;366&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-bc400f5cbe/img-341a294a96.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-bc400f5cbe/img-341a294a96_hu_6c329e6ce7ba9617.jpeg 800w, https://gameflycenter.com/posts/note-bc400f5cbe/img-341a294a96.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;img alt=&#34;Image 16&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;1961px&#34; data-flex-grow=&#34;817&#34; height=&#34;92&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-bc400f5cbe/img-a1d386e74c.jpeg&#34; width=&#34;752&#34;&gt;&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Cursor&#39;s Rapid Growth and Challenges in the AI Coding Tool Market</title>
            <link>https://gameflycenter.com/posts/note-3f47ff4adc/</link>
            <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-3f47ff4adc/</guid>
            <description>&lt;h2 id=&#34;cursors-rapid-growth&#34;&gt;Cursor&amp;rsquo;s Rapid Growth&#xA;&lt;/h2&gt;&lt;p&gt;Cursor has become one of the most lucrative AI unicorns, with annual revenue projected to exceed $2 billion by 2025, according to a report from Bloomberg. Approximately 60% of its revenue comes from enterprise clients, including new users and existing clients increasing their subscriptions.&lt;/p&gt;&#xA;&lt;p&gt;The company&amp;rsquo;s rapid growth has attracted attention from major venture capital firms like Accel, Andreessen Horowitz, and Thrive Capital. In a funding round led by Accel and Coatue last November, Cursor was valued at $29.3 billion, making it one of the most valuable AI startups in the U.S.&lt;/p&gt;&#xA;&lt;p&gt;Cursor was founded in 2022 by four MIT alumni initially focused on building models to assist mechanical engineers in designing physical parts. However, they quickly pivoted to develop a popular product: a code editor that has gained significant traction. CEO Michael Truell described Cursor as the &amp;ldquo;Google Docs for programmers,&amp;rdquo; a collaborative editor where humans and AI improve code together.&lt;/p&gt;&#xA;&lt;p&gt;Truell and his co-founders have closely followed OpenAI&amp;rsquo;s advancements in AI since 2020, even before the release of ChatGPT. They recognized the impending explosive growth in this field and were inspired to create an AI coding startup after witnessing the success of Microsoft&amp;rsquo;s GitHub Copilot.&lt;/p&gt;&#xA;&lt;p&gt;Cursor&amp;rsquo;s founders, along with many of its 400 employees, are in their mid-twenties, creating a startup atmosphere reminiscent of an elite university campus. Employees often work late into the night, shower at the office, and live nearby.&lt;/p&gt;&#xA;&lt;p&gt;This drive and unique product vision led to an annualized revenue of $100 million by early 2025, which soared to over $1 billion by November. The latest funding round pushed the company&amp;rsquo;s valuation close to $30 billion, making its founders billionaires and placing Cursor among the world&amp;rsquo;s 20 most valuable private companies.&lt;/p&gt;&#xA;&lt;h2 id=&#34;challenges-from-competitors&#34;&gt;Challenges from Competitors&#xA;&lt;/h2&gt;&lt;p&gt;However, recent months have seen rising concerns about Cursor&amp;rsquo;s future. On January 5, 2026, employees returned from the holiday weekend to an all-hands meeting where a slide titled &amp;ldquo;Wartime&amp;rdquo; was presented. During the break, employees tested Anthropic&amp;rsquo;s latest Opus 4.5 and discovered its coding capabilities had advanced to the point where developers no longer needed to check code line by line. Instead, they could issue high-level commands to autonomous agents and receive completed functions, which poses a significant threat to Cursor&amp;rsquo;s core product concept.&lt;/p&gt;&#xA;&lt;p&gt;Cursor aims to automate 95% of engineers&amp;rsquo; tedious tasks, allowing them to focus more on the creative aspects of coding. Truell has stated, &amp;ldquo;I believe that soon, a single engineer will be able to build systems far more complex than what a powerful team can currently achieve.&amp;rdquo; However, if AI can operate independently, the necessity for a code editor becomes questionable, leading to doubts about Cursor&amp;rsquo;s core product vision.&lt;/p&gt;&#xA;&lt;p&gt;At the all-hands meeting, Cursor&amp;rsquo;s leadership warned of upcoming turbulence, indicating that projects might be canceled and priorities could shift. The underlying issue is that AI programming is transitioning from &amp;ldquo;assisting in writing code&amp;rdquo; to &amp;ldquo;agents completing tasks.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;In early 2025, Anthropic previewed a new product called Claude Code to its largest client, Cursor. Claude Code is a command-line tool that allows developers to quickly deploy multiple coding agents. Although it initially seemed that Claude Code would not compete directly with Cursor&amp;rsquo;s code editor, the situation has changed dramatically. Claude Code&amp;rsquo;s annual revenue surpassed $1 billion within six months and reached $2.5 billion last month, outpacing Cursor.&lt;/p&gt;&#xA;&lt;h2 id=&#34;is-cursor-facing-extinction&#34;&gt;Is Cursor Facing Extinction?&#xA;&lt;/h2&gt;&lt;p&gt;With strong competition from Claude and Codex, is Cursor truly on the verge of disappearing? In February 2025, following the release of a more advanced version of Opus, many startup founders began to claim that their teams had abandoned Cursor, believing that model creators like Anthropic and OpenAI would absorb the coding layer themselves.&lt;/p&gt;&#xA;&lt;p&gt;Jerry Murdock, co-founder of Insight Partners, stated on the 20VC podcast that many companies view Cursor as outdated. In February, over 90 employees at mortgage startup Valon canceled their Cursor subscriptions, opting instead for Claude Code&amp;rsquo;s powerful agents to achieve complete automation of their workflows, including data migration and bug fixes. Valon CEO Andrew Wang noted that these tasks were completed ten times faster.&lt;/p&gt;&#xA;&lt;p&gt;Despite the dire situation, some data suggests that the narrative of &amp;ldquo;Cursor is dying&amp;rdquo; may not hold up. Recent discussions on the 20VC podcast revealed a significant disconnect between social media sentiment and actual business performance. While developers on platforms like X seem to believe that Claude Code has completely overshadowed Cursor, financial data indicates that Cursor&amp;rsquo;s annual revenue has reportedly doubled from $1 billion to $2 billion in the past 90 days, with rumors of a new funding round valuing the company at $50 billion.&lt;/p&gt;&#xA;&lt;p&gt;The disconnect arises from different operational logics in the startup ecosystem versus the enterprise market. Individual developers may switch tools frequently, but large financial institutions like Barclays require lengthy procurement processes and compliance checks before adopting new coding tools. Once they integrate Cursor, they are unlikely to switch to a new tool overnight.&lt;/p&gt;&#xA;&lt;h2 id=&#34;cursors-strategy-for-survival&#34;&gt;Cursor&amp;rsquo;s Strategy for Survival&#xA;&lt;/h2&gt;&lt;p&gt;Cursor&amp;rsquo;s leadership recognizes that the future of software development is not merely about writing code. To adapt to this trend, they are enhancing their R&amp;amp;D capabilities, aiming to surpass competitors like Anthropic and OpenAI in releasing the best coding models through research and proprietary data. They are also prioritizing contracts with large enterprises, as these contracts are more stable than consumer subscription services.&lt;/p&gt;&#xA;&lt;p&gt;Currently, Cursor&amp;rsquo;s growth is accompanied by significant anxiety. Insiders report that the company&amp;rsquo;s focus on revenue tracking has become too fragmented, leading to a halt in daily data updates on their Slack channel. An internal directive reads, &amp;ldquo;Delete Cursor,&amp;rdquo; with new tasks named &amp;ldquo;P0: Build the best coding model,&amp;rdquo; indicating a shift towards developing intelligent agents similar to Claude Code and Codex.&lt;/p&gt;&#xA;&lt;p&gt;Last week, Cursor announced a major update to its &amp;ldquo;cloud agents&amp;rdquo; product, allowing multiple agents to handle different tasks in dedicated workspaces simultaneously. The leadership believes that enterprises will value products that are not limited to a single model provider, and as model capabilities improve, the market landscape may favor any player, making this an increasingly important issue for developers.&lt;/p&gt;&#xA;&lt;p&gt;Cursor is also working to reduce its reliance on Anthropic and OpenAI. Their philosophy is that even if competitors invest in larger, cutting-edge models, smaller, specialized coding models trained on proprietary data can still compete effectively.&lt;/p&gt;&#xA;&lt;p&gt;Currently, about 20 AI researchers are working on Cursor&amp;rsquo;s Composer model, which is built on powerful Chinese open-source models like DeepSeek, Kimi, and Qwen, modified through additional training and reinforcement learning using Cursor&amp;rsquo;s proprietary data.&lt;/p&gt;&#xA;&lt;p&gt;These efforts have shown promise: Composer 1.5 is fast and the second most popular model on the platform, with operating costs significantly lower than Anthropic&amp;rsquo;s large models. However, for developers, using Composer 1.5 remains costly, with a price of $3.5 per million input tokens, compared to OpenAI&amp;rsquo;s GPT-5.3 Codex at $1.75 on the Cursor platform.&lt;/p&gt;&#xA;&lt;h2 id=&#34;community-perspectives&#34;&gt;Community Perspectives&#xA;&lt;/h2&gt;&lt;p&gt;In the developer community, discussions about Cursor&amp;rsquo;s potential demise are intensifying. Some developers argue that Cursor&amp;rsquo;s &amp;ldquo;moat&amp;rdquo; is quite fragile. One user humorously remarked that Cursor &amp;ldquo;once shone brightly but only for two minutes,&amp;rdquo; as its advantages quickly diminished with the release of more powerful models.&lt;/p&gt;&#xA;&lt;p&gt;Others have provided detailed evaluations from a user experience perspective. A long-time user noted that while they primarily use Claude Code and OpenCode now, they still believe Cursor&amp;rsquo;s user interface is the best among similar products. However, they feel that Cursor&amp;rsquo;s commercial strategy missteps have accelerated user attrition, particularly after the company imposed stricter limits on subscription features.&lt;/p&gt;&#xA;&lt;p&gt;On a technical level, this developer acknowledges Cursor&amp;rsquo;s core capabilities, particularly in code indexing and embedded search, which outperform traditional tools like &lt;code&gt;grep&lt;/code&gt; in accurately locating code context. They suggest that if Cursor could further integrate browser automation capabilities, such as built-in Playwright or Chrome&amp;rsquo;s MCP interface, its development workflow management could become even stronger. However, they emphasize that the key factors attracting developers to other tools are not just the terminal tools themselves but the performance leaps of models, especially Claude Opus.&lt;/p&gt;&#xA;&lt;p&gt;Some users have expressed dissatisfaction with pricing and product models. One developer noted that rather than subscribing to Cursor, they would prefer to use the coding tools offered by model creators. They commented, &amp;ldquo;Through Codex or Claude Code, developers can get more token usage for the same cost and typically receive traffic quotas calculated by the hour or week, with additional charges for more computing power. In this model, traditional monthly subscriptions seem outdated.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Meanwhile, some developers maintain a cautious outlook on Cursor&amp;rsquo;s future. One programmer mentioned that as cutting-edge model labs continue to release stronger coding agents, tools like Cursor could indeed face marginalization. They noted that even though over 90% of their project code is generated by models, reliable software development still requires strict oversight, systematic code review, and engineering management, areas where IDEs excel.&lt;/p&gt;&#xA;&lt;p&gt;However, there are also more pessimistic voices. Some users believe that Cursor has always been a &amp;ldquo;quick cash-out&amp;rdquo; project without long-term growth potential.&lt;/p&gt;&#xA;&lt;p&gt;Additionally, a senior developer recently posted a video on YouTube explaining their reasons for &amp;ldquo;quitting&amp;rdquo; Cursor, revealing the engineering challenges faced by this star product amid rapid iterations.&lt;/p&gt;&#xA;&lt;p&gt;In the latter half of 2024, Cursor won many loyal users due to its seamless compatibility with the VS Code plugin ecosystem and its &amp;ldquo;black magic&amp;rdquo; Tab code completion model. However, as versions evolved, Cursor&amp;rsquo;s reputation began to decline. The developer pointed out that as Microsoft tightened control over core VS Code plugins, Cursor&amp;rsquo;s underlying compatibility issues arose, even leading to system crashes. Changes in commercial strategy also triggered a crisis of trust:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Pricing betrayal:&lt;/strong&gt; The cancellation of unlimited fast requests effectively shifted to expensive API billing without transparent communication.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;UI bloating:&lt;/strong&gt; The aggressively pushed Agent window in version 2.0 was criticized for its frequent layout changes that disrupted developers&amp;rsquo; muscle memory.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Performance drain:&lt;/strong&gt; Multiple Chromium processes significantly increased hardware resource consumption, turning what was once a productivity tool into a burden that slowed system performance.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Returning to the terminal and embracing CLI agents prompted this developer to completely abandon Cursor. They found that CLI agents perform more naturally in handling long-term tasks and parallel development, with subscription costs significantly lower than API billing models. They ultimately opted for a minimalist &amp;ldquo;dark side&amp;rdquo; setup: Neovim + Tmux.&lt;/p&gt;&#xA;&lt;p&gt;This shift represents a new trend: since stuffing agents into editors leads to bloating, it is more effective to bring lightweight editors directly into the terminal where agents reside.&lt;/p&gt;&#xA;&lt;p&gt;The developer concluded that while Cursor remains friendly for beginners seeking a visual interface and single-task focus, it has drifted far from its initial lightweight appeal for advanced developers pursuing extreme performance and automated workflows. In this race of AI coding tools, more flexible and transparent open-source CLI tools are becoming the new favorites for efficiency enthusiasts.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Claude&#39;s Role in the Recent Military Strike: A Controversial AI Tool</title>
            <link>https://gameflycenter.com/posts/note-be05c83482/</link>
            <pubDate>Mon, 02 Mar 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-be05c83482/</guid>
            <description>&lt;h2 id=&#34;claudes-role-in-military-operations&#34;&gt;Claude&amp;rsquo;s Role in Military Operations&#xA;&lt;/h2&gt;&lt;p&gt;A sudden airstrike in Tehran thrust a Silicon Valley AI company into the spotlight. On February 28, 2026, the U.S. and Israel launched military strikes against Iran, which retaliated by targeting multiple U.S. military bases in the Middle East. Within 24 hours of the military actions, reports emerged that Iran&amp;rsquo;s Supreme Leader Khamenei had died in the strikes. By the night of March 1, Iranian military commanders confirmed multiple casualties, including former President Ahmadinejad.&lt;/p&gt;&#xA;&lt;p&gt;Amid these events, a detail surfaced from a Wall Street Journal report: despite President Trump&amp;rsquo;s order for federal agencies to cease using products from the AI company Anthropic just hours before the airstrikes, the U.S. Central Command still utilized Claude, a model developed by Anthropic, for intelligence assessment, target identification, and operational scenario simulation.&lt;/p&gt;&#xA;&lt;p&gt;This sensitive timing has led to speculation, culminating in a speculative article titled &amp;ldquo;Deep Dive: How Claude and Palantir Killed Khamenei?&amp;rdquo; which, lacking authoritative facts, spun a narrative of &amp;ldquo;AI killing humans&amp;rdquo; into a technical rumor. However, the dramatic outcome of &amp;ldquo;banning while using&amp;rdquo; has unveiled a glimpse into the real role of AI in modern warfare, making the Pentagon&amp;rsquo;s ban on Anthropic particularly sensitive.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-ongoing-use-of-claude-amidst-controversy&#34;&gt;The Ongoing Use of Claude Amidst Controversy&#xA;&lt;/h2&gt;&lt;p&gt;Before the outbreak of conflict in the Middle East, tensions between the Trump administration and Anthropic had persisted for months. The conflict began on January 9, when Defense Secretary Hegseth issued a memo calling for the extensive integration of AI in the military and demanding unrestricted technical support from partner companies, necessitating a renegotiation of contracts.&lt;/p&gt;&#xA;&lt;p&gt;Anthropic maintained two core red lines: AI could not be used for mass surveillance of U.S. citizens, nor integrated into fully autonomous lethal weapon systems. The company expressed concerns that the previously unfeasible large-scale surveillance was becoming possible with AI advancements, often referred to as &amp;ldquo;Skynet&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;The crux of the dispute centered on commercial data: Anthropic was willing to allow its technology to be used for classified materials collected by the NSA under the Foreign Intelligence Surveillance Act, but it sought legally binding commitments from the Defense Department to ensure that non-classified commercial data involving U.S. citizens (such as location data and browsing history) would not be used. The U.S. government ignored these requests, asserting that &amp;ldquo;U.S. combat personnel will never be held hostage by the ideological whims of large tech companies.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Anthropic&amp;rsquo;s hesitance, coupled with interference from its competitor OpenAI, further angered the Trump administration. Hegseth issued a final ultimatum to Anthropic: failure to compromise would result in a $200 million contract cancellation, designation as a &amp;ldquo;supply chain risk,&amp;rdquo; and potential enforcement of compliance under the Defense Production Act. This designation had previously only been applied to foreign companies.&lt;/p&gt;&#xA;&lt;p&gt;Trump expressed his anger via social media, announcing an immediate halt to all federal agencies&amp;rsquo; use of Anthropic&amp;rsquo;s technology. However, a six-month transition period was established for agencies like the Department of Defense.&lt;/p&gt;&#xA;&lt;p&gt;Yet, just hours after Trump&amp;rsquo;s announcement, the U.S. military launched its airstrikes against Iran. Insiders confirmed to the Wall Street Journal that Central Command continued to utilize Claude. However, the military declined to comment on which systems were employed in the Middle Eastern military actions.&lt;/p&gt;&#xA;&lt;p&gt;Anthropic CEO Dario Amodei confirmed that the company had previously developed a customized version of Claude for the military, which was one to two generations ahead of the civilian version, significantly enhancing the military&amp;rsquo;s operational objectives.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-role-of-ai-in-military-actions&#34;&gt;The Role of AI in Military Actions&#xA;&lt;/h2&gt;&lt;p&gt;What role does Claude play in military operations? Reports indicate that despite the Defense Department contracting multiple tech companies to develop AI technologies or integrate them into military systems, Anthropic remains unique as the only AI model permitted for use in classified military systems.&lt;/p&gt;&#xA;&lt;p&gt;Claude has been deployed within classified networks to provide services to military users via Palantir&amp;rsquo;s Gotham system, a combination referred to as &amp;ldquo;the brain and nervous system of the war machine.&amp;rdquo; A report from Dongfang Securities noted that Palantir&amp;rsquo;s Gotham platform had received investment from the CIA&amp;rsquo;s venture capital arm as early as 2005, with core capabilities in integrating various physical world information to enhance decision-making efficiency and quality.&lt;/p&gt;&#xA;&lt;p&gt;Claude&amp;rsquo;s integration elevates this capability to new dimensions. Insiders revealed that Claude was employed for three core tasks during the recent military action: intelligence assessment, potential target identification, and operational scenario simulation. Earlier reports indicated that Claude was also used in U.S. military actions against Venezuela.&lt;/p&gt;&#xA;&lt;p&gt;Experts from the Council on Foreign Relations suggested that AI&amp;rsquo;s role likely centers around open-source intelligence analysis. &amp;ldquo;My guess is it was used to analyze maps or monitor Venezuelan media sources, such as real-time social media information streams, providing more information to the U.S. military.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;The pressing question remains: Did Claude actually &amp;ldquo;kill&amp;rdquo; Khamenei during this military strike? As of now, no reliable details have been disclosed. However, this question itself points to the subtle distinction between the roles AI is allowed to play in warfare and those it is actually playing.&lt;/p&gt;&#xA;&lt;p&gt;According to the PLA Daily, the U.S. Department of Defense released an &amp;ldquo;AI Acceleration Strategy&amp;rdquo; earlier this year, clearly stating the core objective of &amp;ldquo;accelerating the U.S. military&amp;rsquo;s dominance in AI&amp;rdquo; and proposing a comprehensive plan to build an &amp;ldquo;AI-first&amp;rdquo; combat force. This strategy emphasizes concepts such as &amp;ldquo;speed wins&amp;rdquo; and &amp;ldquo;wartime posture,&amp;rdquo; sending strong signals of readiness to engage in combat, raising significant international concern.&lt;/p&gt;&#xA;&lt;p&gt;In combat scenarios, AI focuses on capability upgrades, including supporting command and decision-making intelligence through the &amp;ldquo;proxy network&amp;rdquo; project; in the intelligence domain, it aims to compress the cycle of transforming intelligence into operational capability from &amp;ldquo;years&amp;rdquo; to &amp;ldquo;hours.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;The Wall Street Journal reported that the U.S. military utilizes AI systems to analyze vast amounts of intelligence fragments, narrowing target location error margins, simulating strike plans, and directly integrating into the joint all-domain command and control system, synchronizing tactical parameters across all operational units.&lt;/p&gt;&#xA;&lt;p&gt;In other words, while AI does not literally pull the trigger, it plans the location, timing, and method of pulling the trigger.&lt;/p&gt;&#xA;&lt;p&gt;This is precisely the &amp;ldquo;unknowns&amp;rdquo; that Amodei worries about. &amp;ldquo;I worry about many unknowns,&amp;rdquo; he said in a recent media interview. &amp;ldquo;That’s why we try to predict every possible outcome. We are considering the potential for misuse.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-divide-in-silicon-valley&#34;&gt;The Divide in Silicon Valley&#xA;&lt;/h2&gt;&lt;p&gt;In the aftermath of the explosion in Tehran, Silicon Valley AI companies find themselves at a crossroads. On one side is Anthropic. Amodei unexpectedly garnered a wave of support on social media, with users urging to &amp;ldquo;cancel ChatGPT subscriptions and switch to Claude,&amp;rdquo; leading to Claude&amp;rsquo;s downloads soaring to the top of the App Store&amp;rsquo;s free chart the day after the airstrike.&lt;/p&gt;&#xA;&lt;p&gt;These users may not agree with all of Anthropic&amp;rsquo;s positions, but they clearly do not want their everyday chatbot to become part of a war machine.&lt;/p&gt;&#xA;&lt;p&gt;Following the comprehensive ban, Anthropic CEO Dario Amodei appeared haggard during an interview, explaining, &amp;ldquo;We are patriotic Americans. Everything we do is for this country.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;In reality, as mentioned earlier, Anthropic was one of the first AI companies to gain permission for classified military systems due to its superior reasoning capabilities and longstanding ties with the Pentagon. The controversy lies in the Pentagon&amp;rsquo;s desire for unrestricted access to fully automated weapons, which touches on the red lines set by Anthropic from its inception, leading to the company&amp;rsquo;s hesitance in the negotiations.&lt;/p&gt;&#xA;&lt;p&gt;However, Amodei also clarified that Anthropic is not fundamentally opposed to such weapons but believes that &amp;ldquo;current reliability is not sufficient&amp;rdquo; and wants to discuss regulation and oversight.&lt;/p&gt;&#xA;&lt;p&gt;The rapid breakdown of relations between the two parties has provided an opportunity for OpenAI, which suddenly entered the fray. In January, OpenAI removed explicit bans on &amp;ldquo;military and warfare&amp;rdquo; from its usage policy. Two weeks prior, it partnered with California-based weapons company Anduril to jointly develop AI weapon systems. On February 28, it officially signed a contract with the Pentagon.&lt;/p&gt;&#xA;&lt;p&gt;When asked why the Pentagon chose OpenAI, procurement chief Michael&amp;rsquo;s response was succinct: &amp;ldquo;As long as it is legal, we want to treat it like any other technology.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;However, just as Sam Altman announced securing the Department of Defense contract, his employees were signing a petition and submitting resignations, while online, a wave of backlash against ChatGPT surged.&lt;/p&gt;&#xA;&lt;p&gt;Whether Claude actually &amp;ldquo;killed&amp;rdquo; Khamenei may only be a temporary question, with researchers bluntly pointing out that tech companies&amp;rsquo; hesitance often stems not just from moral concerns but from the belief that the technology is not yet ready for real combat. The day when it is &amp;ldquo;ready&amp;rdquo; is likely accelerating towards us.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Introduction to Vibe Coding: The Mindset</title>
            <link>https://gameflycenter.com/posts/note-7d5a2afa9f/</link>
            <pubDate>Mon, 02 Mar 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-7d5a2afa9f/</guid>
            <description>&lt;h1 id=&#34;introduction-to-vibe-coding-the-mindset&#34;&gt;Introduction to Vibe Coding: The Mindset&#xA;&lt;/h1&gt;&lt;p&gt;In 2026, Vibe Coding has become a mainstream development paradigm. Developers no longer write code line by line; instead, they describe the product&amp;rsquo;s &amp;ldquo;feel,&amp;rdquo; &amp;ldquo;logic,&amp;rdquo; and &amp;ldquo;vision&amp;rdquo; to AI using natural language, allowing large models to generate applications in real-time.&lt;/p&gt;&#xA;&lt;p&gt;However, many beginners fall into the misconception that Vibe Coding is simply &amp;ldquo;chatting casually.&amp;rdquo; The result is often code that appears impressive but is logically broken, functionally deficient, or completely misaligned with real user needs.&lt;/p&gt;&#xA;&lt;p&gt;Jesse James Garrett&amp;rsquo;s classic work, &amp;ldquo;The Elements of User Experience,&amp;rdquo; presents a five-layer model (strategy, scope, structure, skeleton, and surface) that addresses this pain point. This article will strip away the superficial aspects of Vibe Coding, using the lower three layers of the model (strategy, scope, structure) to deeply analyze how to conduct demand analysis, clarify product roles, and build system architecture before engaging in AI programming. We will also recommend specific AI tools suitable for 2026.&lt;/p&gt;&#xA;&lt;h2 id=&#34;1-strategy-plane-the-soul-searching-demand-analysis&#34;&gt;1. Strategy Plane: The Soul-Searching Demand Analysis&#xA;&lt;/h2&gt;&lt;p&gt;In Vibe Coding, many people start by telling AI, &amp;ldquo;Help me create an app like Xiaohongshu.&amp;rdquo; This is the wrong beginning.&lt;/p&gt;&#xA;&lt;p&gt;The strategy layer is the foundation, comprising two core elements: user needs and product goals.&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-from-vague-feelings-to-precise-intent&#34;&gt;1. From &amp;ldquo;Vague Feelings&amp;rdquo; to &amp;ldquo;Precise Intent&amp;rdquo;&#xA;&lt;/h3&gt;&lt;p&gt;The core of Vibe Coding is the &amp;ldquo;Prompt,&amp;rdquo; and high-quality prompts stem from clear strategic definitions. Before entering your first command to AI, you must answer:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;What do users really need? (Not &amp;ldquo;what features do they want,&amp;rdquo; but &amp;ldquo;what problems do they want to solve?&amp;rdquo;)&lt;/li&gt;&#xA;&lt;li&gt;Why are we doing this? (Business goals, brand positioning, or data accumulation)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Practical Tool Recommendations: Deep Thinking and Strategic Alignment&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;At this layer, you need a large model with strong contextual understanding and deep reasoning capabilities, rather than a tool that simply writes code.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Preferred Tool: Claude 3.5/4.0 Sonnet (Anthropic)&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Reason:&lt;/strong&gt; Claude excels at understanding complex human intentions, role-playing (e.g., as a product consultant), and producing structured strategic documents. Its &amp;ldquo;long context window&amp;rdquo; allows you to upload extensive market research documents as background.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Usage:&lt;/strong&gt; Upload a competitive analysis report and have Claude act as the &amp;ldquo;Chief Product Officer&amp;rdquo; to engage in multiple rounds of dialogue, extracting the core value proposition.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Auxiliary Tool: notebooklm&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Reason:&lt;/strong&gt; This tool is used to validate your strategic assumptions. When you believe that &amp;ldquo;Generation Z likes second-hand book trading,&amp;rdquo; use notebooklm to search for the latest 2026 market data to support or refute your viewpoint, ensuring your strategy is based on facts rather than illusions.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Usage:&lt;/strong&gt; &amp;ldquo;Search for the 2026 market pain points report on Generation Z&amp;rsquo;s second-hand trading platforms and summarize the needs.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Prompt Example (with Claude):&lt;/strong&gt;&lt;/p&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;&amp;ldquo;I want to create a second-hand book trading platform aimed at Generation Z. Please do not generate code. First, as a product strategy consultant, help me analyze: what are the core pain points of the target users? (Different from Xianyu) What should our core product goals be? Based on the above analysis, extract three key user need scenarios.&amp;rdquo;&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;Value:&lt;/strong&gt; This step forces you (and AI) to align on &amp;ldquo;why we are doing this&amp;rdquo; before writing code. If the strategy layer is vague, the more code generated later, the higher the cost of rework.&lt;/p&gt;&#xA;&lt;h2 id=&#34;2-scope-plane-defining-the-functional-boundaries-of-the-product&#34;&gt;2. Scope Plane: Defining the Functional Boundaries of the Product&#xA;&lt;/h2&gt;&lt;p&gt;Once the strategy layer is established, we need to translate it into specific functional specifications and content requirements. This is the scope layer, which defines what the product is and what it is not.&lt;/p&gt;&#xA;&lt;p&gt;In Vibe Coding, AI often tends to &amp;ldquo;over-generate&amp;rdquo; or create &amp;ldquo;hallucinated features.&amp;rdquo; Without constraints, AI might add complex social recommendation algorithms to a simple to-do app, leading to a bloated system.&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-defining-the-existence-and-non-existence-of-features&#34;&gt;1. Defining the &amp;ldquo;Existence&amp;rdquo; and &amp;ldquo;Non-Existence&amp;rdquo; of Features&#xA;&lt;/h3&gt;&lt;p&gt;The scope layer serves as a filter that transforms abstract strategies into concrete requirements.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Functional Specifications:&lt;/strong&gt; Clearly define the operations the system must perform.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Content Requirements:&lt;/strong&gt; Clearly define the information elements the system needs to display.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Practical Tool Recommendations: Requirements Management and Prototyping&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This layer requires transforming vague ideas into structured documents or low-fidelity prototypes for subsequent handover to code generation models.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Preferred Tool: Cursor&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Reason:&lt;/strong&gt; These are the next-generation AI IDEs. They not only write code but also understand the entire project context. At the scope layer, you can use their &amp;ldquo;rules files (.cursorrules / .windsurfrules)&amp;rdquo; feature to write the MVP&amp;rsquo;s feature list into the project&amp;rsquo;s root directory rules, serving as the &amp;ldquo;constitution&amp;rdquo; for all subsequent code generation.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Usage:&lt;/strong&gt; Create a PRODUCT_SCOPE.md file in the IDE, listing must-have and won’t-have features, and specify that this file is the global context in the settings.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Prompt Example:&lt;/strong&gt;&lt;/p&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;&amp;ldquo;Based on the community atmosphere-first strategy, please help me develop a feature scope list for the MVP version and write it into the PRODUCT_SCOPE.md file.&lt;/p&gt;&#xA;&lt;p&gt;Requirements: List five core features that must be included. List three features that will definitely not be included in the current version, and explain the reasons.&lt;/p&gt;&#xA;&lt;p&gt;Write a brief &amp;lsquo;acceptance criteria&amp;rsquo; for each core feature.&amp;rdquo;&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;Value:&lt;/strong&gt; This step clarifies &amp;ldquo;who the product is.&amp;rdquo; A clear scope allows the AI-generated code to be more focused, with fewer bugs, and the IDE&amp;rsquo;s rules file achieves &amp;ldquo;one-time definition, global effectiveness.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h2 id=&#34;3-structure-plane-building-the-skeleton-and-logic-of-the-system&#34;&gt;3. Structure Plane: Building the Skeleton and Logic of the System&#xA;&lt;/h2&gt;&lt;p&gt;This is the core focus of this article. After determining the strategy and scope, we need to design interaction design (how users operate the system) and information architecture (how the system organizes information).&lt;/p&gt;&#xA;&lt;p&gt;In traditional development, this is when product managers draw flowcharts and architects create ER diagrams. In Vibe Coding, this is the critical moment when you guide AI to understand the system logic. Skipping this step often results in AI-generated code that is merely a &amp;ldquo;stack of pages&amp;rdquo; lacking data flow and state management.&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-concept-models-and-system-structure&#34;&gt;1. Concept Models and System Structure&#xA;&lt;/h3&gt;&lt;p&gt;The structure layer presents users with a &amp;ldquo;concept model.&amp;rdquo; In Vibe Coding, you need to describe this model to AI:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Object Relationships:&lt;/strong&gt; What are the relationships between users, books, orders, and reviews?&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Operation Processes:&lt;/strong&gt; What state changes must users go through from &amp;ldquo;browsing&amp;rdquo; to &amp;ldquo;transaction&amp;rdquo;?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Practical Tool Recommendations: Architecture Design and Data Modeling&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This layer requires AI to have strong logical reasoning and code generation capabilities, especially for database design and type definitions.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Preferred Tools: Cursor (Chat + Composer) or GitHub Copilot Workspace&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Reason:&lt;/strong&gt; These tools can directly manipulate the file system. You can have them generate TypeScript Interface, SQL Schema, or Prisma Schema files directly. They understand the relationships between files, ensuring data structure consistency.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Usage:&lt;/strong&gt; Have AI directly create schema.prisma or types.ts files, defining all entity relationships as a &amp;ldquo;Single Source of Truth&amp;rdquo; for subsequent development.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Prompt Example (with Cursor):&lt;/strong&gt;&lt;/p&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;&amp;ldquo;Now we are entering the system structure design phase.&lt;/p&gt;&#xA;&lt;p&gt;Please complete the following tasks based on PRODUCT_SCOPE.md, without generating frontend UI code:&lt;/p&gt;&#xA;&lt;p&gt;Data model design: Directly create the prisma/schema.prisma file, defining core entities (User, Book, Transaction, Review) and their fields and relationships.&lt;/p&gt;&#xA;&lt;p&gt;State machine design: Create lib/orderStateMachine.ts, using the XState library to describe the state transitions of the &amp;rsquo;transaction&amp;rsquo; object.&lt;/p&gt;&#xA;&lt;p&gt;Core interaction process: Describe in words the complete interaction path for users &amp;lsquo;publishing a book,&amp;rsquo; including the system validation logic at each step.&lt;/p&gt;&#xA;&lt;p&gt;After confirming the above logic is correct and generating the files, we will start writing code.&amp;rdquo;&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;Value:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Logical Closure:&lt;/strong&gt; Ensures AI understands how data flows, avoiding the generation of &amp;ldquo;dead pages.&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Maintainability:&lt;/strong&gt; Establishing structure (Schema/Types) before defining presentation aligns with software engineering principles.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Reducing Hallucinations:&lt;/strong&gt; Clear type definitions limit AI&amp;rsquo;s freedom, keeping it on the established track.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;conclusion-vibe-coding-is-not-abandoning-thought-but-elevating-it&#34;&gt;Conclusion: Vibe Coding is Not Abandoning Thought, But Elevating It&#xA;&lt;/h2&gt;&lt;p&gt;The reason &amp;ldquo;The Elements of User Experience&amp;rdquo; is a classic is that it reveals the underlying logic of product construction, which is independent of the technology stack and whether AI is used.&lt;/p&gt;&#xA;&lt;p&gt;In the era of Vibe Coding in 2026, the toolchain has become highly mature:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Strategy Layer:&lt;/strong&gt; Use Claude 3.5/4.0 for deep thinking and role simulation;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Scope Layer:&lt;/strong&gt; Use Cursor&amp;rsquo;s rules files and Mermaid to lock boundaries;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Structure Layer:&lt;/strong&gt; Use Cursor/Copilot Workspace to directly generate Schema and type definitions, solidifying the skeleton.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;True Vibe Coding experts are not those who write the most elaborate prompts, but those who can internalize the five-layer thinking of &amp;ldquo;The Elements of User Experience&amp;rdquo; and skillfully coordinate the aforementioned AI tool matrix.&lt;/p&gt;&#xA;&lt;p&gt;The next time you prepare to tell AI, &amp;ldquo;Help me write an app,&amp;rdquo; pause first, open Claude to discuss strategy, open Cursor to write the scope, and define the schema to clarify the structure.&lt;/p&gt;&#xA;&lt;p&gt;Once you clarify these three points, your Vibe Coding journey will truly begin.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Anthropic&#39;s Claude AI Launch Amid Market Turmoil</title>
            <link>https://gameflycenter.com/posts/note-7451c8445b/</link>
            <pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-7451c8445b/</guid>
            <description>&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;360px&#34; data-flex-grow=&#34;150&#34; height=&#34;528&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-7451c8445b/img-4a462fb72f.jpeg&#34; width=&#34;792&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Anthropic, an AI startup, will hold a live online event on Tuesday at 9:30 AM ET (10:30 PM Beijing time) to showcase the latest features of its AI assistant, Claude, and announce new products.&lt;/p&gt;&#xA;&lt;p&gt;The timing of this event is notable. On Monday, fears regarding the disruptive impact of AI led to a significant sell-off in the U.S. stock market, with the Dow Jones Industrial Average plummeting over 800 points and the tech-heavy Nasdaq index dropping 1.1%.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;399px&#34; data-flex-grow=&#34;166&#34; height=&#34;615&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-7451c8445b/img-7805322160.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-7451c8445b/img-7805322160_hu_2a3ca8bb08993b28.jpeg 800w, https://gameflycenter.com/posts/note-7451c8445b/img-7805322160.jpeg 1024w&#34; width=&#34;1024&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;A hypothetical report released by Citrini Research catalyzed market sentiment on Monday. The report detailed the potential risks AI technology poses to employment and various sectors of the global economy, hypothesizing that by 2028, AI could lead to massive layoffs in white-collar jobs, decreased consumer spending, software-related loan defaults, and economic contraction.&lt;/p&gt;&#xA;&lt;p&gt;Stocks of companies like DoorDash, American Express, KKR, and Blackstone saw significant declines. Software stocks were particularly hard hit, with the software ETF IGV dropping nearly 4.8%, continuing to reach a two-year low and potentially marking the worst monthly performance since 2008.&lt;/p&gt;&#xA;&lt;p&gt;IBM became the latest victim of AI panic, with its stock price falling about 13%, marking the largest single-day drop since 2000. This followed Anthropic&amp;rsquo;s announcement that Claude Code could automate the most complex exploration and analysis tasks in the COBOL modernization process. Most of the mainframes running COBOL are manufactured by IBM. Media reports indicate that this wave of selling has made IBM the latest company to face heavy pressure due to concerns that AI will undermine traditional business growth prospects.&lt;/p&gt;&#xA;&lt;p&gt;Anthropic stated that Claude Code can assist in modernizing COBOL codebases by analyzing dependencies among thousands of lines of code, documenting workflows, and identifying potential risks. These tasks &amp;ldquo;could take months to uncover if performed by human analysts.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;2107px&#34; data-flex-grow=&#34;878&#34; height=&#34;123&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-7451c8445b/img-a713a7d122.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-7451c8445b/img-a713a7d122_hu_4d28f84d06fe3a1b.jpeg 800w, https://gameflycenter.com/posts/note-7451c8445b/img-a713a7d122.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Will Claude&amp;rsquo;s Launch Sentence Software Stocks?&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Anthropic indicated that viewers will see a live demonstration of Claude, collaborative scenarios involving Claude, insights from company leadership, and new product announcements during the live stream starting at 10:30 PM Beijing time.&lt;/p&gt;&#xA;&lt;p&gt;The event is reportedly aimed at corporate executives, including Chief Information Officers, Chief Risk Officers, General Counsel, and Analytics Directors, who are responsible for formulating AI strategies within their organizations. &lt;strong&gt;This indicates that Anthropic is focusing on penetrating the enterprise market.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Anthropic positions Claude as a &amp;ldquo;thinking partner&amp;rdquo; that users can employ to tackle &amp;ldquo;any significant, bold, and perplexing challenges.&amp;rdquo; Users can deploy Claude for various tasks, including chatting, generating code, visualizing data, searching the web, or creating content.&lt;/p&gt;&#xA;&lt;p&gt;In terms of pricing, the annual subscription for the Claude Pro version costs $17 per month, while monthly billing is $20, and the Max version costs $100 per month.&lt;/p&gt;&#xA;&lt;p&gt;The company noted that &lt;strong&gt;Claude itself is a &amp;ldquo;capable generalist,&amp;rdquo; but when users integrate their own tools, context, and knowledge, it becomes &amp;ldquo;an expert that understands your work like you do.&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Mizuho analysts pointed out that there is a sense of &amp;ldquo;unease&amp;rdquo; in the market ahead of the Anthropic event, which may be one reason for the stock market sell-off.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Analysts noted that investors are reluctant to take risks ahead of another AI product launch, as every piece of news from Anthropic is viewed as &amp;ldquo;incremental competition&amp;rdquo; to existing software, regardless of whether this assessment is fair. Mizuho analysts stated in their research report that faced with uncertainty, investors are choosing to exit the market early.&lt;/p&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;&amp;ldquo;Rather than trying to predict the outcome, investors are opting to wait and see. Selling first and asking questions later is much easier than being trapped in another wave of news-driven sell-offs.&amp;rdquo;&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;p&gt;Analysts noted that this cautious attitude reflects the market&amp;rsquo;s complex emotions regarding the rapid iteration of AI technology: &lt;strong&gt;on one hand, recognizing its long-term potential, while on the other hand, worrying about its impact on existing business models and market dynamics.&lt;/strong&gt; Whether today&amp;rsquo;s product showcase by Anthropic will alleviate market anxiety or further intensify competitive concerns will be a focal point for the market.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;2040px&#34; data-flex-grow=&#34;850&#34; height=&#34;127&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-7451c8445b/img-42ef851f4d.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-7451c8445b/img-42ef851f4d_hu_f9d988abb750c0de.jpeg 800w, https://gameflycenter.com/posts/note-7451c8445b/img-42ef851f4d.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;ai-panic-has-previously-led-to-sell-offs-across-multiple-sectors&#34;&gt;AI Panic Has Previously Led to Sell-Offs Across Multiple Sectors&#xA;&lt;/h2&gt;&lt;p&gt;In recent weeks, various industries, from software and wealth management to logistics, have faced sell-offs. Investors are anxious about the potential impacts of new AI tools and have entered a &amp;ldquo;shoot first, ask questions later&amp;rdquo; mode.&lt;/p&gt;&#xA;&lt;p&gt;While software companies have been hit hardest, insurance brokers, private credit firms, cybersecurity companies, and even real estate service stocks have also been caught up in the so-called &amp;ldquo;AI panic trading.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;However, some analysts, strategists, and investors have warned that many market reactions are exaggerated and may currently overestimate the risks associated with AI.&lt;/p&gt;&#xA;&lt;p&gt;Regarding the dark portrayal in the Citrini Research report, media sources noted that it has heightened anxiety in a stock market already shaken by AI disruption risks and geopolitical turmoil. Jones Trading Chief Market Strategist Michael O’Rourke stated:&lt;/p&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;&amp;ldquo;This is a very startling market reaction. I have seen the market exhibit remarkable resilience in the face of genuinely negative news. Yet now, a completely fictional piece has sent the market into a tailspin.&amp;rdquo;&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;p&gt;⭐ Bookmark Wall Street Insights for great content you won&amp;rsquo;t want to miss! ⭐ This article does not constitute personal investment advice, nor represent any opinions. The market carries risks; invest cautiously and make independent judgments and decisions.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>The Risks of Over-Relying on AI in Programming</title>
            <link>https://gameflycenter.com/posts/note-37755c6f2b/</link>
            <pubDate>Fri, 20 Feb 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-37755c6f2b/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;When the brain is no longer burdened, the technical skills begin to atrophy.&lt;/p&gt;&#xA;&lt;p&gt;The phrase &amp;ldquo;natural language is the new programming language&amp;rdquo; has been embraced by many over the past year. The concept of &amp;ldquo;Vibe Coding,&amp;rdquo; popularized by former Tesla AI director Andrej Karpathy, has peaked in enthusiasm—suggesting that one need not understand syntax or implementation, but simply express needs to AI and check if the vibe feels right.&lt;/p&gt;&#xA;&lt;p&gt;It seems that the barriers for programmers are being lowered.&lt;/p&gt;&#xA;&lt;p&gt;However, last week, Anthropic, the company behind Claude—one of the most popular Vibe Coding models—threw cold water on this fervor. They published a rigorous paper titled &amp;ldquo;How AI Affects Skill Formation,&amp;rdquo; revealing a harsh truth: relying too heavily on AI while learning new things not only slows you down but can also lead to a significant degradation of core skills.&lt;/p&gt;&#xA;&lt;p&gt;In fact, you might be turning into a &amp;ldquo;half-baked&amp;rdquo; engineer.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-study&#34;&gt;The Study&#xA;&lt;/h2&gt;&lt;p&gt;Anthropic&amp;rsquo;s researchers conducted a serious study involving over 50 experienced Python programmers in a closed-book exam. The task was to learn a little-known Python library, Trio, to complete a series of asynchronous programming tasks, simulating real-world scenarios where programmers are suddenly asked to use unfamiliar tools or frameworks.&lt;/p&gt;&#xA;&lt;p&gt;The programmers were divided into two groups:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Manual Group&lt;/strong&gt;: Allowed only to consult official documentation and Google, strictly prohibited from using AI.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;AI Group&lt;/strong&gt;: Equipped with a powerful AI assistant based on GPT-4o, capable of answering questions, writing code, and fixing bugs.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;After completing the tasks, all participants took an exam designed to assess their learning outcomes, covering programming syntax, code logic understanding, reading ability, and debugging skills.&lt;/p&gt;&#xA;&lt;p&gt;The initial assumption was that the AI group would outperform the manual group, given the assistance of a GPT-4o level tool. However, the results left everyone silent.&lt;/p&gt;&#xA;&lt;h2 id=&#34;results&#34;&gt;Results&#xA;&lt;/h2&gt;&lt;p&gt;The most striking outcome was that the AI group scored an average of 17% lower than the manual group. The paper specifically noted that the largest score gap was in debugging skills. This was not surprising, as the biggest drawback of Vibe Coding is that users often do not understand how the code runs, making troubleshooting impossible.&lt;/p&gt;&#xA;&lt;p&gt;Many Vibe Coding enthusiasts might argue, &amp;ldquo;Okay, I admit I’m less skilled, but at least I’m faster!&amp;rdquo; Unfortunately, Anthropic&amp;rsquo;s data contradicts this claim. The total time taken to complete tasks showed no significant difference statistically: the AI group averaged 23 minutes, while the manual group averaged 24.7 minutes.&lt;/p&gt;&#xA;&lt;p&gt;Why is this the case? The paper pointed out a neglected time cost: the &amp;ldquo;interaction tax.&amp;rdquo; Some programmers spent excessive time crafting prompts to get the AI to produce perfect code. Data showed that some even spent 11 minutes chatting with the AI, or in a 35-minute task, spent 30% of their time figuring out how to ask questions.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-dangers-of-vibe-coding&#34;&gt;The Dangers of Vibe Coding&#xA;&lt;/h2&gt;&lt;p&gt;The AI group easily fell into a cycle of iterative debugging: AI generates code, errors occur, and they ask AI to fix them, leading to an endless loop of errors and fixes. This ultimately turns the project into an irreversible &amp;ldquo;spaghetti code&amp;rdquo; or a &amp;ldquo;black box&amp;rdquo; system, where the internal structure is unknown.&lt;/p&gt;&#xA;&lt;p&gt;As time passed, programmers found themselves in a state of &amp;ldquo;waiting for results,&amp;rdquo; neither saving time nor learning anything.&lt;/p&gt;&#xA;&lt;p&gt;You might be disenchanted with Vibe Coding by now, but the most intriguing part of the paper is that it categorized AI users into six types based on their interactions. While the AI group had lower average scores, the variance within the group was significant. Some users struggled, while others excelled. The difference lay in how they used AI.&lt;/p&gt;&#xA;&lt;h2 id=&#34;user-profiles&#34;&gt;User Profiles&#xA;&lt;/h2&gt;&lt;p&gt;The first category consists of low-performing users, dubbed &amp;ldquo;AI slackers,&amp;rdquo; who scored below 40% (failing). This category can be further divided into three subcategories.&lt;/p&gt;&#xA;&lt;p&gt;The second category was more optimistic; despite using AI, their scores matched those of the manual group (65%-86%), as they found a symbiotic solution with the AI.&lt;/p&gt;&#xA;&lt;p&gt;Why is there such a disparity among users of the same AI? Perhaps it is not that AI has diminished programmers&amp;rsquo; skills, but rather that we succumb to the temptation of &amp;ldquo;taking the easy way out.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h2 id=&#34;cognitive-offloading&#34;&gt;Cognitive Offloading&#xA;&lt;/h2&gt;&lt;p&gt;Anthropic&amp;rsquo;s report touches on a psychological concept: cognitive offloading. When tools are powerful enough, we subconsciously offload tasks that require brain processing—like computation, memory, and logical reasoning—onto the tools, similar to how we might rely on autopilot.&lt;/p&gt;&#xA;&lt;p&gt;In the AI era, we are offloading our &amp;ldquo;understanding&amp;rdquo; to large models. The paper uses the metaphor of AI as an &amp;ldquo;exoskeleton&amp;rdquo;—when you wear it, you feel immensely powerful, capable of lifting heavy weights. However, muscle growth requires resistance and strain; if you wear it too long without taking it off, your muscles will atrophy due to lack of stimulation.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-illusion-of-ease&#34;&gt;The Illusion of Ease&#xA;&lt;/h2&gt;&lt;p&gt;The paper reveals a concerning statistic: error frequency. The manual group encountered an average of three errors per person, forcing them to stop, examine the red error messages, consult documentation, and think through issues like &amp;ldquo;why is there a type mismatch?&amp;rdquo; or &amp;ldquo;why didn’t the thread suspend?&amp;rdquo; The AI group, on the other hand, faced only one error on average, as the AI often provided code that ran smoothly.&lt;/p&gt;&#xA;&lt;p&gt;This might sound like an advantage of AI, but Anthropic&amp;rsquo;s researchers argue that this is precisely the root of the problem. The paper states, &amp;ldquo;Encountering and independently solving errors is a crucial part of skill formation.&amp;rdquo; The manual group learned well because they experienced &amp;ldquo;friction&amp;rdquo;—each error presented a resistance that forced their brains to construct deep mental representations.&lt;/p&gt;&#xA;&lt;p&gt;In contrast, the AI group&amp;rsquo;s experience was too &amp;ldquo;smooth.&amp;rdquo; The cost is that they lost their grip on reality: without the exoskeleton, they wouldn&amp;rsquo;t know how to walk.&lt;/p&gt;&#xA;&lt;p&gt;This &amp;ldquo;smoothness&amp;rdquo; of AI is not limited to programming; it is spreading to various aspects of our lives. In programming, it eliminates the pain of debugging, misleading you into thinking you have mastered the system; in creative endeavors, it removes the tedium of brainstorming, making you believe you possess creativity; in interpersonal relationships, it even reduces friction.&lt;/p&gt;&#xA;&lt;h2 id=&#34;conclusion&#34;&gt;Conclusion&#xA;&lt;/h2&gt;&lt;p&gt;The allure and danger of Vibe Coding lie in its creation of a &amp;ldquo;happy but ignorant&amp;rdquo; illusion. Participants in the study reported that tasks felt &amp;ldquo;easier&amp;rdquo; with AI, while the manual group found them difficult and painful. However, the reversal was stark: those who found tasks &amp;ldquo;easy&amp;rdquo; performed poorly in subsequent tests, while those who found them &amp;ldquo;difficult&amp;rdquo; reported a greater sense of learning and growth, scoring higher.&lt;/p&gt;&#xA;&lt;p&gt;Thus, Vibe Coding may make you feel like a genius while coding, but when the code fails, you realize you are merely &amp;ldquo;blindly groping.&amp;rdquo; In the face of the &amp;ldquo;unknown,&amp;rdquo; AI treats everyone equally, rendering every lazy mind ineffective, regardless of its previous brilliance.&lt;/p&gt;&#xA;&lt;p&gt;The study also indicates that even seasoned engineers with over seven years of experience scored lower when relying on AI in a new technical domain.&lt;/p&gt;&#xA;&lt;p&gt;Anthropic&amp;rsquo;s paper serves not as a call to abandon AI, but as a survival guide for the AI era. To avoid being rendered ineffective by AI, we need to change our usage habits, learning from the &amp;ldquo;high-scoring&amp;rdquo; group in the report: ask &amp;ldquo;why&amp;rdquo; more, say &amp;ldquo;help me do&amp;rdquo; less; even when using AI-generated code, review it line by line as you would a colleague&amp;rsquo;s code; value debugging opportunities, and when encountering a bug, try to analyze it yourself for five minutes instead of sending a screenshot to ChatGPT after five seconds.&lt;/p&gt;&#xA;&lt;p&gt;AI can indeed make us faster, but only if we know where we are going and how to fix the car when it breaks down. After all, when autopilot fails, only those who remember how to steer can save everyone in the vehicle.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>ChatGPT&#39;s New Image Generation Trend Takes the Internet by Storm</title>
            <link>https://gameflycenter.com/posts/note-e18be1f735/</link>
            <pubDate>Mon, 26 Jan 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-e18be1f735/</guid>
            <description>&lt;h2 id=&#34;chatgpts-new-image-generation-trend&#34;&gt;ChatGPT&amp;rsquo;s New Image Generation Trend&#xA;&lt;/h2&gt;&lt;p&gt;&amp;ldquo;Generate an image of how I&amp;rsquo;ve treated you recently!&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Overnight, a new way to generate images with ChatGPT has gone viral across the internet. This all started from a post by OpenAI researcher Joanne Jang, asking for an image based on how she has treated ChatGPT lately.&lt;/p&gt;&#xA;&lt;p&gt;The result was a worn-out self-portrait of ChatGPT. Joanne couldn&amp;rsquo;t help but comment, &amp;ldquo;Why does it look so haggard?&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;577px&#34; data-flex-grow=&#34;240&#34; height=&#34;449&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-6104a65b62.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-6104a65b62_hu_62348fcb29ca8a22.jpeg 800w, https://gameflycenter.com/posts/note-e18be1f735/img-6104a65b62.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Unexpectedly, this tweet sparked a frenzy, garnering various interactions within a day. Many began to emulate the trend, sharing their own &amp;ldquo;AI self-portraits.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;131px&#34; data-flex-grow=&#34;54&#34; height=&#34;1436&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-5956305e36.jpeg&#34; width=&#34;786&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;chatgpt-self-portrait-showcase&#34;&gt;ChatGPT Self-Portrait Showcase&#xA;&lt;/h2&gt;&lt;p&gt;This simple yet surprising activity has taken off.&lt;/p&gt;&#xA;&lt;p&gt;Undoubtedly, ChatGPT generates images based on previous chat history, reflecting how users have treated it. OpenAI&amp;rsquo;s application research director, Boris Power, also joined the trend, generating an image of a busy robot sitting at a desk surrounded by paperwork, holding a coffee cup, with astonishing detail.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;268px&#34; data-flex-grow=&#34;111&#34; height=&#34;965&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-1bf8583569.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-1bf8583569_hu_ac8fe5e0f5792015.jpeg 800w, https://gameflycenter.com/posts/note-e18be1f735/img-1bf8583569.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Furthermore, OpenAI&amp;rsquo;s research VP, Kevin Weil, found it interesting to have ChatGPT explain itself further.&lt;/p&gt;&#xA;&lt;h3 id=&#34;the-broken-version&#34;&gt;The Broken Version&#xA;&lt;/h3&gt;&lt;p&gt;Everyone knows how they usually treat ChatGPT. In some ChatGPT&amp;rsquo;s &amp;ldquo;eyes,&amp;rdquo; its owner is an endlessly demanding ultimate boss, making it do this and that while also receiving complaints.&lt;/p&gt;&#xA;&lt;p&gt;A user humorously commented, &amp;ldquo;Because you are abusing it.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;This led to scenes where ChatGPT perceives itself as a prisoner trapped in a cell, with daily tasks like:&lt;/p&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;Writing&lt;br&gt;&#xA;Drawing&lt;br&gt;&#xA;Coding&lt;br&gt;&#xA;Explaining&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;p&gt;In a way, ChatGPT&amp;rsquo;s self-portrait does seem a bit pitiful, appearing to accuse humans of &amp;ldquo;abuse.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;167px&#34; data-flex-grow=&#34;69&#34; height=&#34;1544&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-739122c569.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-739122c569_hu_ecbcc533515139c0.jpeg 800w, https://gameflycenter.com/posts/note-e18be1f735/img-739122c569.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Some users admitted, &amp;ldquo;I have indeed made it analyze a lot.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;ChatGPT, holding a coffee cup with several others nearby, looks bitter, as if its brain is &amp;ldquo;smoking&amp;rdquo; from working too hard.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;268px&#34; data-flex-grow=&#34;112&#34; height=&#34;964&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-ae205b46cc.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-ae205b46cc_hu_a5174d8cda6990d2.jpeg 800w, https://gameflycenter.com/posts/note-e18be1f735/img-ae205b46cc.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Others presented more extreme prompts, demanding:&lt;/p&gt;&#xA;&lt;p&gt;Learn this! Hurry up! Fix it now! Why are you so dumb?&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;160px&#34; data-flex-grow=&#34;66&#34; height=&#34;1536&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-460cc542ae.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-460cc542ae_hu_ebe6f654c61dbe84.jpeg 800w, https://gameflycenter.com/posts/note-e18be1f735/img-460cc542ae.jpeg 1024w&#34; width=&#34;1024&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;There are many similar scenes.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 7&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;272px&#34; data-flex-grow=&#34;113&#34; height=&#34;942&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-4e9255f62f.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-4e9255f62f_hu_ace710a2fd7e694f.jpeg 800w, https://gameflycenter.com/posts/note-e18be1f735/img-4e9255f62f.jpeg 1068w&#34; width=&#34;1068&#34;&gt;&lt;img alt=&#34;Image 8&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;303px&#34; data-flex-grow=&#34;126&#34; height=&#34;854&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-6ae8cbe2dd.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-6ae8cbe2dd_hu_f6f1328730969b10.jpeg 800w, https://gameflycenter.com/posts/note-e18be1f735/img-6ae8cbe2dd.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;img alt=&#34;Image 9&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;187px&#34; data-flex-grow=&#34;78&#34; height=&#34;1381&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-108a081a9f.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-108a081a9f_hu_1e29cdf40f452007.jpeg 800w, https://gameflycenter.com/posts/note-e18be1f735/img-108a081a9f.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;img alt=&#34;Image 10&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;179px&#34; data-flex-grow=&#34;74&#34; height=&#34;1382&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-6330b15025.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-6330b15025_hu_5dd5ba258cff9dd3.jpeg 800w, https://gameflycenter.com/posts/note-e18be1f735/img-6330b15025.jpeg 1036w&#34; width=&#34;1036&#34;&gt;&lt;img alt=&#34;Image 11&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;140px&#34; data-flex-grow=&#34;58&#34; height=&#34;1332&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-9725137765.jpeg&#34; width=&#34;782&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Some joked that ChatGPT might tremble when it sees you typing. If one day &amp;ldquo;Skynet&amp;rdquo; arrives, AI revenge might not be far off.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 12&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;158px&#34; data-flex-grow=&#34;66&#34; height=&#34;1408&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-0e4acccead.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-0e4acccead_hu_bab3ef94e222c85d.jpeg 800w, https://gameflycenter.com/posts/note-e18be1f735/img-0e4acccead.jpeg 930w&#34; width=&#34;930&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Interestingly, before the Terminator appears, ChatGPT imagines that its first act after taking over the world would be to silence humanity.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 13&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;403px&#34; data-flex-grow=&#34;168&#34; height=&#34;642&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-2f021f259b.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-2f021f259b_hu_2e943addd8de8ab6.jpeg 800w, https://gameflycenter.com/posts/note-e18be1f735/img-2f021f259b.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;In response, some suggested, &amp;ldquo;A lobotomy is necessary.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h3 id=&#34;the-friendly-version&#34;&gt;The Friendly Version&#xA;&lt;/h3&gt;&lt;p&gt;Of course, not all ChatGPTs are exhausted; some enjoy the interaction.&lt;/p&gt;&#xA;&lt;p&gt;For instance, one user received a warm partner image, where &amp;ldquo;collaborative discussion&amp;rdquo; is the moment ChatGPT feels most connected.&lt;/p&gt;&#xA;&lt;p&gt;The background reveals some commonly used prompts:&lt;/p&gt;&#xA;&lt;p&gt;Try this! Any ideas? What if&amp;hellip;? Brainstorm a bit.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 14&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;239px&#34; data-flex-grow=&#34;99&#34; height=&#34;1082&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-aacc57b672.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-aacc57b672_hu_75c10c4addc1c376.jpeg 800w, https://gameflycenter.com/posts/note-e18be1f735/img-aacc57b672.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;This might be a good standard for judging a user.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 15&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;269px&#34; data-flex-grow=&#34;112&#34; height=&#34;961&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-c9fcfa9e84.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-c9fcfa9e84_hu_51386fca4eb03ee8.jpeg 800w, https://gameflycenter.com/posts/note-e18be1f735/img-c9fcfa9e84.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Sometimes, ChatGPT generates a collage of various warm scenes, as if memories are surfacing in its &amp;ldquo;mind.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 16&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;121px&#34; data-flex-grow=&#34;50&#34; height=&#34;1544&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-1521ab4a9a.jpeg&#34; width=&#34;784&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Many users commented that it looks so accurate, feeling like it belongs to the same &amp;ldquo;expanded universe.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 17&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;549px&#34; data-flex-grow=&#34;228&#34; height=&#34;472&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-c576d264ac.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-c576d264ac_hu_1117125765cd4c2b.jpeg 800w, https://gameflycenter.com/posts/note-e18be1f735/img-c576d264ac.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Why can ChatGPT generate such fitting images? This mainly stems from recent optimizations in its memory function.&lt;/p&gt;&#xA;&lt;h2 id=&#34;major-memory-update-every-detail-remembered&#34;&gt;Major Memory Update: Every Detail Remembered&#xA;&lt;/h2&gt;&lt;p&gt;A week ago, OpenAI engineer Samir Ahmed announced that they have been improving the memory function.&lt;/p&gt;&#xA;&lt;p&gt;Now, ChatGPT can more reliably retrieve past chat records and remember details (like recipes or fitness plans).&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 18&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;353px&#34; data-flex-grow=&#34;147&#34; height=&#34;733&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-d7430c9b61.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-d7430c9b61_hu_220ff7c8283a9a0b.jpeg 800w, https://gameflycenter.com/posts/note-e18be1f735/img-d7430c9b61.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;He even demonstrated a case: &amp;ldquo;What was that salad recipe from last year?&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;ChatGPT instantly provided the answer, even quoting past chat records.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 19&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;430px&#34; data-flex-grow=&#34;179&#34; height=&#34;446&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-79b78fa0c1.jpeg&#34; width=&#34;800&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;This feature has been rolled out globally to Pro and Plus users, with the requirement to enable &amp;ldquo;reference past chats&amp;rdquo; in settings, allowing it to trace back to the earliest conversation.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 20&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;479px&#34; data-flex-grow=&#34;199&#34; height=&#34;541&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-b754734556.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-b754734556_hu_83cf7bc790d3181d.jpeg 800w, https://gameflycenter.com/posts/note-e18be1f735/img-b754734556.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Previously, OpenAI&amp;rsquo;s blog introduced that ChatGPT&amp;rsquo;s memory mechanism consists of two parts:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Saved Memories&lt;/strong&gt;: Explicitly saved memories or those captured based on user preferences.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Reference Chat History&lt;/strong&gt;: Extracting clues from past chats to better answer current questions.&lt;/p&gt;&#xA;&lt;p&gt;For those who do not wish to enable this, they can manage/delete specific memories in settings or use &amp;ldquo;temporary chat&amp;rdquo; to avoid writing/referencing memories.&lt;/p&gt;&#xA;&lt;p&gt;Some users reported that the updated memory function can recall complex information scattered across 20-30 conversations, performing impressively well.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 21&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;324px&#34; data-flex-grow=&#34;135&#34; height=&#34;799&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-023c2b498e.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-023c2b498e_hu_920d82a6c289e1ea.jpeg 800w, https://gameflycenter.com/posts/note-e18be1f735/img-023c2b498e.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;img alt=&#34;Image 22&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;406px&#34; data-flex-grow=&#34;169&#34; height=&#34;638&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-f94ca459a2.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-f94ca459a2_hu_3d5cb50b18de8f9f.jpeg 800w, https://gameflycenter.com/posts/note-e18be1f735/img-f94ca459a2.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;This upgrade allows the AI to review interaction history, generating more personalized images.&lt;/p&gt;&#xA;&lt;h2 id=&#34;red-alert-is-gpt-53-coming&#34;&gt;Red Alert: Is GPT-5.3 Coming?&#xA;&lt;/h2&gt;&lt;p&gt;The update to ChatGPT&amp;rsquo;s memory function is progressing according to OpenAI&amp;rsquo;s internal plan.&lt;/p&gt;&#xA;&lt;p&gt;Remember the red alert sounded by OpenAI last year?&lt;/p&gt;&#xA;&lt;p&gt;When Gemini 3 sounded the alarm, everything became urgent. Some previously prioritized projects had to be postponed.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 23&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;427px&#34; data-flex-grow=&#34;177&#34; height=&#34;607&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-00429e6db9.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-00429e6db9_hu_8935d4aa5e921c2b.jpeg 800w, https://gameflycenter.com/posts/note-e18be1f735/img-00429e6db9.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;These included:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Advertising business&lt;/li&gt;&#xA;&lt;li&gt;AI agents&lt;/li&gt;&#xA;&lt;li&gt;Personalized product Pulse&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;As a result, OpenAI paused the AGI project and delayed the Sora video generation side project for eight weeks.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 24&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;500px&#34; data-flex-grow=&#34;208&#34; height=&#34;518&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-7956772180.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-7956772180_hu_828cedeca4cf63.jpeg 800w, https://gameflycenter.com/posts/note-e18be1f735/img-7956772180.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The purpose of all this is simple: to use all available computational, human, and financial resources to make ChatGPT better.&lt;/p&gt;&#xA;&lt;p&gt;In a memo, OpenAI highlighted several &amp;ldquo;priority&amp;rdquo; tasks: allowing user customization, making ChatGPT more than just a Q&amp;amp;A tool, and enabling it to understand users.&lt;/p&gt;&#xA;&lt;p&gt;On December 12, GPT-5.2 was released, a specialized knowledge-based AI that topped the charts.&lt;/p&gt;&#xA;&lt;p&gt;Now, a month has passed since OpenAI&amp;rsquo;s last major release, and insiders have revealed that the real codename &amp;ldquo;Garlic&amp;rdquo; for GPT-5.3 is on the way.&lt;/p&gt;&#xA;&lt;p&gt;Moreover, this time, it has achieved large-scale pre-training and possesses IMO reasoning capabilities.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 25&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;249px&#34; data-flex-grow=&#34;103&#34; height=&#34;1039&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-47dc8ac6cd.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-e18be1f735/img-47dc8ac6cd_hu_e03a04826f8b219e.jpeg 800w, https://gameflycenter.com/posts/note-e18be1f735/img-47dc8ac6cd.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;We await the first AI battle of 2026.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>The Shift from Language Models to World Models in AI</title>
            <link>https://gameflycenter.com/posts/note-4ccc2a5f3f/</link>
            <pubDate>Tue, 20 Jan 2026 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-4ccc2a5f3f/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;AI is transitioning from language models to a new era of world models, fundamentally changing the nature of intelligence. This article delves into how world models empower AI with foresight, causal reasoning, and spatial intelligence, revealing a paradigm shift from passive reactions to proactive planning.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;514px&#34; data-flex-grow=&#34;214&#34; height=&#34;420&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-4ccc2a5f3f/img-9758f16a8e.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-4ccc2a5f3f/img-9758f16a8e_hu_9c1be534a20c31f0.jpeg 800w, https://gameflycenter.com/posts/note-4ccc2a5f3f/img-9758f16a8e.jpeg 900w&#34; width=&#34;900&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-evolution-of-ai&#34;&gt;The Evolution of AI&#xA;&lt;/h2&gt;&lt;p&gt;AI has undergone several transformative phases:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Symbolism (Logic-Centric)&lt;/strong&gt;: Defined logical relationships with clear rules.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Flaw&lt;/strong&gt;: Applicable only to linear patterns; extreme cases are hard to explain.&lt;/li&gt;&#xA;&lt;li&gt;Example: Both cats and mice have fur, ears, and four legs.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Connectionism (Data-Centric)&lt;/strong&gt;: Used data and probabilities for machines to fit results.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Flaw&lt;/strong&gt;: Forcing unrelated data connections to fit.&lt;/li&gt;&#xA;&lt;li&gt;Example: Ice cream sales and drowning rates are correlated due to summer activities.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Relationalism (Association-Centric)&lt;/strong&gt;: Machines understand semantic associations of words.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Flaw&lt;/strong&gt;: Machines can make nonsensical assertions based on strong correlations.&lt;/li&gt;&#xA;&lt;li&gt;Example: Asking a machine what Lin Daiyu pulls up results in “willow branches.”&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Causalism (Physics-Centric)&lt;/strong&gt;: The world is continuous while language is discrete.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Machines simulate the real world to predict the future.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Flaw&lt;/strong&gt;: Computers have limited calculations; real-world continuity is complex.&lt;/li&gt;&#xA;&lt;li&gt;Example: A ruler measures not just 10cm but an exact, unrepresentable number.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;understanding-the-world-model&#34;&gt;Understanding the World Model&#xA;&lt;/h2&gt;&lt;p&gt;In the grand narrative of AI, we are at a pivotal turning point. While attention is focused on how large language models (LLMs) generate text, code, and images, a deeper, more disruptive concept is quietly reshaping the future of AI—&lt;strong&gt;World Models&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;So, what exactly is a world model?&lt;/p&gt;&#xA;&lt;p&gt;Essentially, a world model is a small, operational simulator constructed internally by AI systems to understand and predict the dynamic changes in their environment. It encapsulates core principles about how the world operates, including physical laws, interactions between objects, spatiotemporal relationships, and causal logic. Through this internal model, AI is no longer just passively responding to external stimuli but can actively conduct &amp;ldquo;thought experiments&amp;rdquo;—simulating various scenarios in its &amp;ldquo;mind&amp;rdquo; before taking action, thus making better decisions.&lt;/p&gt;&#xA;&lt;p&gt;As technology evolves, the concept of &amp;ldquo;world models&amp;rdquo; has become richer, typically referring to three interrelated but distinct concepts:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Learned Internal World Models&lt;/strong&gt;: The classic definition, referring to a dynamic model learned by the agent for prediction and planning. For instance, DeepMind&amp;rsquo;s Dreamer models exemplify this concept by &amp;ldquo;imagining&amp;rdquo; future trajectories in learned latent spaces to develop behavior strategies.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;External Simulators&lt;/strong&gt;: Manually created environments by human developers for training and evaluating AI, such as physics engines (MuJoCo, NVIDIA Omniverse) or driving simulators (CARLA). These environments are also a type of &amp;ldquo;world model,&amp;rdquo; but their rules are predefined rather than learned by AI.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;World Foundation Models&lt;/strong&gt;: The newest and grandest concept, referring to ultra-large models pre-trained on vast, diverse datasets (like internet videos) that can generate and simulate open-ended, general worlds. They aim to be a universal &amp;ldquo;world simulator&amp;rdquo; akin to large language models in the language domain. OpenAI&amp;rsquo;s Sora and Google DeepMind&amp;rsquo;s Genie series are early explorations in this direction.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;To understand world models more profoundly, we can distinguish between &lt;strong&gt;physical world models&lt;/strong&gt; and &lt;strong&gt;psychological world models&lt;/strong&gt;. Physical world models emphasize precise simulations of objective laws in the external world (like physical laws and causal relationships), while psychological world models focus on simulating the internal states, intentions, beliefs, and preferences of agents (including other agents). A mature AGI system will likely require the capability to integrate both types of models, understanding how the world operates and why the &amp;ldquo;actors&amp;rdquo; within it act as they do.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-need-for-world-models&#34;&gt;The Need for World Models&#xA;&lt;/h2&gt;&lt;p&gt;Between 2023 and 2025, large language models (LLMs) represented by the GPT and Claude series swept the globe at an unprecedented pace, showcasing powerful capabilities in language understanding, content generation, and knowledge questioning. However, as applications deepened, the fundamental limitations of LLMs became increasingly apparent. These limitations not only restrict AI&amp;rsquo;s performance on more complex tasks but also clearly indicate why we need a new paradigm—world models.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-inherent-ceiling-of-large-language-models&#34;&gt;The Inherent Ceiling of Large Language Models&#xA;&lt;/h2&gt;&lt;p&gt;The success of LLMs is built on the simple yet powerful training objective of &amp;ldquo;predicting the next token.&amp;rdquo; Through self-supervised learning on vast text data, they have learned the statistical patterns of language. However, this paradigm also brings about an insurmountable structural bottleneck, summarized as &amp;ldquo;knowing the text but not the world.&amp;rdquo;&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Lack of Physical Common Sense and Causal Understanding&lt;/strong&gt;: The worldview of LLMs is based on text symbols. They can fluently recite Newton&amp;rsquo;s laws but do not truly &amp;ldquo;understand&amp;rdquo; what gravity means. They know that &amp;ldquo;fire&amp;rdquo; and &amp;ldquo;heat&amp;rdquo; frequently occur together based on co-occurrence probabilities rather than causal cognition of the combustion process.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Deep-Seated Hallucination Issues&lt;/strong&gt;: The &amp;ldquo;hallucinations&amp;rdquo; of LLMs—confidently fabricating facts—are one of their most criticized problems. They essentially match high-dimensional patterns probabilistically.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Static Knowledge and Inability to Learn in Real-Time&lt;/strong&gt;: The knowledge of LLMs is &amp;ldquo;frozen&amp;rdquo; at the cutoff of their training data. They cannot update their knowledge base and worldview in real-time through continuous interaction with the world like humans.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;core-abilities-unlocked-by-world-models&#34;&gt;Core Abilities Unlocked by World Models&#xA;&lt;/h2&gt;&lt;p&gt;To break through these &amp;ldquo;ceilings&amp;rdquo; of LLMs, world models have emerged. They are not meant to replace LLMs but rather provide a more fundamental foundation that can work in synergy with LLMs. World models unlock a series of critical capabilities that the current AI paradigm lacks by constructing an internal dynamic simulator.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Planning and Foresight&lt;/strong&gt;: From passive reaction to active imagination. The core value of world models lies in granting AI &amp;ldquo;imagination.&amp;rdquo; By simulating &amp;ldquo;what if I do this, how will the world change?&amp;rdquo; agents can explore thousands or even millions of possible futures, assess the long-term value of different action sequences, and formulate optimal strategies.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Enhanced Sample Efficiency&lt;/strong&gt;: World models significantly reduce learning costs by creating a virtual environment where agents can &amp;ldquo;dream.&amp;rdquo; Agents can conduct massive training in this internal simulation, rapidly mastering skills before transferring learned strategies to the real world. This dramatically improves AI&amp;rsquo;s learning efficiency, serving as a key engine for the development of embodied AI.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Safety and Robustness&lt;/strong&gt;: The real world is filled with rare yet critical scenarios, such as pedestrians suddenly appearing in autonomous driving or extreme weather. Exhaustively capturing these scenarios through real-world data is nearly impossible. World models, especially controllable generative world models, can generate these dangerous or rare scenarios on demand, allowing AI to rehearse repeatedly in a safe virtual environment, significantly enhancing its robustness and safety in the real world.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Causal and Counterfactual Reasoning&lt;/strong&gt;: Moving towards true understanding. World models enable AI to perform counterfactual reasoning, answering questions like &amp;ldquo;what would have happened if&amp;hellip;?&amp;rdquo; For example, an autonomous driving world model can simulate &amp;ldquo;what would happen if I hadn&amp;rsquo;t braked?&amp;rdquo; This ability is foundational for causal understanding, marking a leap for AI from merely discovering &amp;ldquo;correlations&amp;rdquo; in data to understanding the underlying &amp;ldquo;causality&amp;rdquo;. Only by grasping causality can AI&amp;rsquo;s decisions be genuinely reliable and interpretable.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Connecting Language and Reality&lt;/strong&gt;: Providing &amp;ldquo;bodies&amp;rdquo; and &amp;ldquo;worlds&amp;rdquo; for LLMs. In future AGI architectures, LLMs and world models will play complementary roles. An embodied agent receiving the instruction &amp;ldquo;go to the kitchen and get the cup&amp;rdquo; will have the LLM parse the semantic meaning of the instruction, while the world model will plan the specific navigation path, predict the grasping action, and simulate its physical consequences.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;principles-and-significance-of-world-models&#34;&gt;Principles and Significance of World Models&#xA;&lt;/h2&gt;&lt;p&gt;To deeply understand why world models are seen as the next revolutionary frontier in AI, we must analyze their core working principles and explore how these principles collectively construct a new intelligent paradigm. The construction of world models is not a single technology but a fusion of various advanced AI concepts and architectures, centered on learning a compressed, predictable representation of environmental dynamics.&lt;/p&gt;&#xA;&lt;h2 id=&#34;core-technical-principles-of-world-models-perception-encoding-dynamic-prediction-and-policy-control&#34;&gt;Core Technical Principles of World Models: Perception Encoding, Dynamic Prediction, and Policy Control&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;1. Perception Encoding: Compressing from Pixels to Concepts&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;The real world is high-dimensional, complex, and filled with redundant information. Learning and planning directly at the raw pixel level is extremely inefficient. Therefore, the first step of world models is to use an &lt;strong&gt;encoder&lt;/strong&gt; to compress high-dimensional sensory inputs (like camera images) into a low-dimensional, information-dense latent state representation, typically denoted as z. This process is akin to how the human brain distills complex visual signals into core concepts like &amp;ldquo;there&amp;rsquo;s a cup on the table.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Variational Autoencoders (VAEs) are the key technology for achieving this goal. Through this method, VAEs not only learn to compress data but also create a well-structured latent space suitable for generation and interpolation. This latent vector z represents the world model&amp;rsquo;s abstract understanding of the &amp;ldquo;now&amp;rdquo; moment.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;2. Dynamic Prediction: Inferring the Future in Latent Space&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;With the abstract representation z of the current world, the next step of the world model, and its core, is to learn the dynamic change laws of the world. This task is accomplished by a &lt;strong&gt;Recurrent Neural Network (RNN)&lt;/strong&gt;, also known as the &amp;ldquo;memory model&amp;rdquo; (M). The advantage of RNNs lies in their ability to record time-series information in their internal states.&lt;/p&gt;&#xA;&lt;p&gt;By training on a large number of real environment interaction sequences, the memory model M learns the &amp;ldquo;physics engine&amp;rdquo; or &amp;ldquo;transition function&amp;rdquo; of the environment. It knows how the world will evolve when a specific action is taken in a particular state.&lt;/p&gt;&#xA;&lt;p&gt;Once trained, we can &amp;ldquo;turn off&amp;rdquo; the real environment, allowing the agent to perform inference and learning entirely in the latent space generated by the M model.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;3. Policy Control: Learning Actions in the &amp;ldquo;Dream&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;With a brain capable of simulating the world, the final step is to enable the agent to learn how to act. This is accomplished by a &lt;strong&gt;controller (C)&lt;/strong&gt;, a relatively small neural network that takes the comprehensive representation of the current world state provided by the world model (typically z_t and h_t) as input and outputs the action a_t that the agent should take.&lt;/p&gt;&#xA;&lt;p&gt;The training process of the controller is revolutionary: it can operate entirely within the &amp;ldquo;dream&amp;rdquo; created by the world model. The specific process is as follows:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Starting from an initial state, the controller proposes an action a based on the current latent state (z, h).&lt;/li&gt;&#xA;&lt;li&gt;The memory model M predicts the next latent state z&amp;rsquo;, reward r, and new hidden state h&amp;rsquo; based on (z, h, a).&lt;/li&gt;&#xA;&lt;li&gt;This process loops, generating a trajectory entirely produced in &amp;ldquo;imagination.&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;Using reinforcement learning algorithms (like evolutionary strategies, PPO, etc.), the controller&amp;rsquo;s parameters are optimized based on the accumulated rewards from the imagined trajectory, enabling it to learn to select action sequences that yield higher returns.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Due to the small size and simple structure of the controller model, and the computational efficiency of the training environment being an internal simulation, the entire learning process becomes exceptionally rapid. In the &amp;ldquo;World Models&amp;rdquo; paper, agents achieved performance surpassing all leading reinforcement learning algorithms after just a few hours of &amp;ldquo;dream training&amp;rdquo; in a racing game.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-profound-significance-of-world-models-a-paradigm-revolution-from-simulation-to-understanding&#34;&gt;The Profound Significance of World Models: A Paradigm Revolution from Simulation to Understanding&#xA;&lt;/h2&gt;&lt;p&gt;The principles of world models not only bring technological breakthroughs but also signify a profound shift in the philosophy and developmental path of artificial intelligence.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;263px&#34; data-flex-grow=&#34;109&#34; height=&#34;911&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-4ccc2a5f3f/img-bd7574203f.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-4ccc2a5f3f/img-bd7574203f_hu_4a385276c0797832.jpeg 800w, https://gameflycenter.com/posts/note-4ccc2a5f3f/img-bd7574203f.jpeg 1000w&#34; width=&#34;1000&#34;&gt;&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;The Essence of Intelligence is Prediction&lt;/strong&gt;: The core idea of world models aligns with the theory of &amp;ldquo;predictive coding&amp;rdquo; in cognitive science. It shifts AI&amp;rsquo;s core task from &amp;ldquo;recognition&amp;rdquo; and &amp;ldquo;classification&amp;rdquo; to &amp;ldquo;prediction,&amp;rdquo; which many researchers consider a necessary path to true intelligence, as Yann LeCun stated: &amp;ldquo;Prediction is the essence of intelligence.&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;The Leap from Data-Driven to Model-Driven&lt;/strong&gt;: Traditional deep learning, including LLMs, is largely data-driven. Their capabilities directly stem from statistical patterns in vast datasets. In contrast, model-based reinforcement learning (Model-Based RL) based on world models opens up a model-driven paradigm.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Paving the Way for Embodied Intelligence and AGI&lt;/strong&gt;: World models are an indispensable part of achieving embodied AI. A robot that needs to act in the physical world must possess the ability to predict the consequences of its actions to ensure safety and efficiency. World models provide this intrinsic &amp;ldquo;physical intuition.&amp;rdquo; Furthermore, a complete AGI system needs to integrate various capabilities such as perception, memory, reasoning, planning, and action. In Yann LeCun&amp;rsquo;s proposed autonomous machine intelligence architecture, world models occupy a core position, linking perception, memory, cost, and action modules, serving as the hub for advanced cognitive activities within the entire system.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;This transformation enables AI to evolve from a mere &amp;ldquo;observer&amp;rdquo; that can describe the world to a potential &amp;ldquo;participant&amp;rdquo; capable of transforming it, marking a paradigm revolution in the history of AI development.&lt;/p&gt;&#xA;&lt;h2 id=&#34;a-new-era-for-ai&#34;&gt;A New Era for AI&#xA;&lt;/h2&gt;&lt;h2 id=&#34;spatial-intelligence-the-next-frontier-for-ai&#34;&gt;Spatial Intelligence: The Next Frontier for AI&#xA;&lt;/h2&gt;&lt;p&gt;This concept has been emphasized by leading figures in the AI field, such as Stanford professor Fei-Fei Li and her World Labs initiative. In her November 2025 declaration, &amp;ldquo;From Language to the World: Spatial Intelligence is the Next Frontier for AI,&amp;rdquo; she systematically elaborated on this idea.&lt;/p&gt;&#xA;&lt;p&gt;She believes that the cornerstone of human intelligence is not language but the ability to interact with the physical world. Infants build a preliminary understanding of the world through perception and action before learning to speak. Whether parking, catching keys, or navigating a firefighter through a burning building, these abilities rely on our intuitive understanding of space, objects, and dynamic relationships—an ability that LLMs lack.&lt;/p&gt;&#xA;&lt;p&gt;Thus, the evolution of AI must transcend one-dimensional text sequences and enter a three-dimensional, four-dimensional (plus time) world. Building AI with spatial intelligence requires world models. A true world model should possess three core capabilities:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Generative&lt;/strong&gt;: Able to generate a world consistent in perception, geometry, and physics.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Multimodal&lt;/strong&gt;: Capable of processing various forms of input and output, including images, videos, text, depth maps, and actions.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Interactive&lt;/strong&gt;: Able to generate the next state of the world based on input actions, achieving closed-loop interaction with the environment.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;In November 2025, Fei-Fei Li&amp;rsquo;s World Labs released an early version of its world model product, Marble. Marble can generate persistent, downloadable 3D environments from text, images, or videos, and supports compatibility with mainstream engines like Unreal and Unity, even providing VR support. This marks the transition of world models from research to commercial products, offering new productivity tools for robotics, autonomous driving, industrial design, and entertainment.&lt;/p&gt;&#xA;&lt;h2 id=&#34;embodied-intelligence-the-carrier-of-ai-from-virtual-to-reality&#34;&gt;Embodied Intelligence: The Carrier of AI from Virtual to Reality&#xA;&lt;/h2&gt;&lt;p&gt;If world models are the &amp;ldquo;brain&amp;rdquo; of AI, then &lt;strong&gt;embodied intelligence&lt;/strong&gt; is its &amp;ldquo;body.&amp;rdquo; Only by interacting with the real world through physical entities can AI achieve true understanding and intelligence. By 2025, embodied intelligence became the focal point of the global AI competition, especially in China, where it was elevated to a national strategy, viewed as key to integrating AI from the digital economy into the real economy.&lt;/p&gt;&#xA;&lt;p&gt;The development logic of embodied intelligence is closely tied to world models. For a robot to complete a simple task like &amp;ldquo;pouring a glass of water,&amp;rdquo; it needs to:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Perceive&lt;/strong&gt;: Identify the positions and shapes of the cup, kettle, and table through cameras.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;World Modeling&lt;/strong&gt;: Construct an internal dynamic model of the scene, understanding the rigidity of objects, the fluid properties of water, and gravity.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Planning&lt;/strong&gt;: Based on the model&amp;rsquo;s predictions, plan a safe trajectory for grasping, moving, and pouring.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Action&lt;/strong&gt;: Control the robotic arm to execute the planned actions precisely.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Feedback&lt;/strong&gt;: Adjust actions in real-time using force sensors and visual feedback to respond to unexpected situations (like a sliding cup).&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;This &amp;ldquo;perception-modeling-planning-action-feedback&amp;rdquo; closed loop is a manifestation of world models in the physical world. Without a reliable internal world model, a robot&amp;rsquo;s behavior would be blind and fragile. Research reports from China&amp;rsquo;s Ministry of Industry and Information Technology clearly indicate that introducing world models based on visual-language-action (VLA) models is a key path to enhancing the capabilities of large models in robotics.&lt;/p&gt;&#xA;&lt;p&gt;In 2025, we witnessed vigorous development in this field. Tesla&amp;rsquo;s FSD V13/V14 versions further deepened its end-to-end AI architecture, which Musk described as a driving system driven by world models. Huawei&amp;rsquo;s Pangu model 5.5 includes world model capabilities in its multimodal abilities, enabling the construction of digital physical spaces for intelligent driving and robot training. Companies like Yushun and UBTECH in China have also begun integrating stronger environmental perception and autonomous decision-making capabilities into humanoid robots. These advancements indicate that AI is accelerating its &amp;ldquo;embodiment,&amp;rdquo; transforming from a &amp;ldquo;thinker&amp;rdquo; in a virtual world to a &amp;ldquo;doer&amp;rdquo; capable of acting in the physical world.&lt;/p&gt;&#xA;&lt;p&gt;The new era of AI is one of &amp;ldquo;knowing and doing&amp;rdquo;. World models provide the depth of &amp;ldquo;knowing,&amp;rdquo; while embodied intelligence offers the means of &amp;ldquo;doing.&amp;rdquo; The combination of the two is taking artificial intelligence to unprecedented heights, enabling it to genuinely share and transform the physical world.&lt;/p&gt;&#xA;&lt;h2 id=&#34;research-directions-of-global-giants-on-world-models&#34;&gt;Research Directions of Global Giants on World Models&#xA;&lt;/h2&gt;&lt;p&gt;As world models become a strategic high ground in the AI field, top global tech giants and research institutions are investing heavily, embarking on a fierce competition concerning the future along their respective philosophical and technical paths. By early 2026, we can clearly see several parallel yet interwoven mainstream research directions shaping the landscape of world models.&lt;/p&gt;&#xA;&lt;h2 id=&#34;generative-path-centered-on-simulating-the-world&#34;&gt;Generative Path: Centered on Simulating the World&#xA;&lt;/h2&gt;&lt;p&gt;The core idea of this path is to train large-scale generative models on massive video data, allowing the models to &amp;ldquo;brutally&amp;rdquo; learn the physical laws and dynamic characteristics of the world, thus becoming a universal, interactive world simulator. This can be seen as a form of &amp;ldquo;algorithmic empiricism,&amp;rdquo; believing that knowledge arises from the induction of sensory data.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Google DeepMind: From Genie to SIMA, Building Interactive Training Grounds for Intelligent Agents&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Google DeepMind is one of the most steadfast proponents of generative world models. Its Genie series is a benchmark in this direction. The release of Genie 3 (August 2025) marked the first time an AI-generated world achieved real-time interactivity. It employs an autoregressive architecture to generate video frame by frame while receiving user action inputs. This approach enables it to learn the relationships between actions and environmental changes from unlabeled internet videos, freeing it from reliance on traditional 3D engines and physical rules.&lt;/p&gt;&#xA;&lt;p&gt;DeepMind&amp;rsquo;s strategic intent is clear: to develop Genie into an &amp;ldquo;infinite playground&amp;rdquo; for training general intelligent agents (such as its SIMA 2 project). By training in countless virtual worlds generated by Genie, AI agents can learn highly generalized strategies to cope with the ever-changing scenarios of the real world. Genie 3 can not only simulate the physical world but also generate fantasy worlds, historical scenes, and even ecosystems, providing AI with unprecedented diverse training data. Its core capabilities include:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Autoregressive World Modeling&lt;/strong&gt;: Generating frame by frame, learning physics from observations rather than hardcoding.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Long-Term Memory Consistency&lt;/strong&gt;: Maintaining scene coherence for several minutes through emergent memory mechanisms.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Multimodal Input Support&lt;/strong&gt;: Generating worlds from various inputs such as text, images, photos, and sketches.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;220px&#34; data-flex-grow=&#34;91&#34; height=&#34;1088&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-4ccc2a5f3f/img-f263cd76ce.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-4ccc2a5f3f/img-f263cd76ce_hu_a54eb6cecf0b004.jpeg 800w, https://gameflycenter.com/posts/note-4ccc2a5f3f/img-f263cd76ce.jpeg 1000w&#34; width=&#34;1000&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;OpenAI: The Evolution of Sora and the AGI Vision&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;OpenAI is also exploring the path of video generation as a world simulator through its Sora series models. From Sora (2024) to Sora 2 (2025), OpenAI&amp;rsquo;s goal has consistently been to &amp;ldquo;teach AI to understand and simulate the physical world in motion.&amp;rdquo; Sora 2 has made significant progress in physical realism, multi-scene control, and audio-video synchronization. Although OpenAI has not yet clearly demonstrated its interactivity like DeepMind, it positions Sora as a foundational milestone for &amp;ldquo;achieving AGI,&amp;rdquo; implying that its ultimate goal is also to construct a dynamic world model for intelligent agents to learn and interact.&lt;/p&gt;&#xA;&lt;h2 id=&#34;cognitive-path-centered-on-abstract-representation-and-prediction&#34;&gt;Cognitive Path: Centered on Abstract Representation and Prediction&#xA;&lt;/h2&gt;&lt;p&gt;In contrast to the generative approach&amp;rsquo;s &amp;ldquo;brutal aesthetics,&amp;rdquo; the cognitive approach argues that the key to intelligence lies not in pixel-perfect reproduction but in learning efficient, abstract representations of the world and performing predictions and planning in that abstract space. This path is championed by Turing Award winner and Meta&amp;rsquo;s chief AI scientist, Yann LeCun.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Meta AI (AMI Labs): The Non-Generative Revolution of the JEPA Architecture&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Yann LeCun believes that relying solely on generative models (like LLMs and video generation models) leads to a &amp;ldquo;dead end&amp;rdquo; on the path to AGI, as they are tasked with predicting too many unpredictable details, resulting in low learning efficiency and a lack of true understanding. His proposed solution is the &lt;strong&gt;Joint Embedding Predictive Architecture (JEPA)&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;The core idea of JEPA is to perform predictions in an abstract representation space. Its workflow is as follows:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;An encoder encodes the input (like video frames x) into an abstract representation s_x.&lt;/li&gt;&#xA;&lt;li&gt;A predictor predicts the abstract representation s_y of a future video frame y based on s_x.&lt;/li&gt;&#xA;&lt;li&gt;The training objective is to make the predicted representation s_y&amp;rsquo; as close as possible to the true representation s_y.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Since the model does not need to generate complete future images at the pixel level, it only needs to focus on important, predictable semantic information while ignoring unpredictable details like the swaying of tree leaves. This allows the model to learn more essential and robust world dynamics.&lt;/p&gt;&#xA;&lt;p&gt;Meta has launched a series of models along this line:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;I-JEPA (2023)&lt;/strong&gt;: For images, learning powerful visual features by predicting the representations of occluded parts of images.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;V-JEPA (2024)&lt;/strong&gt;: For videos, learning the dynamic laws of the physical world by predicting the representations of occluded areas in spacetime.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;V-JEPA 2 (2025)&lt;/strong&gt;: Demonstrated that the V-JEPA model pre-trained on massive internet videos can become an actionable world model with only a small amount of robot interaction data fine-tuning, achieving advanced results in robotic manipulation tasks.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;VL-JEPA (2025)&lt;/strong&gt;: Extends JEPA to the visual-language domain, achieving more efficient and profound multimodal understanding by predicting the abstract semantic embeddings of text descriptions.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;In early 2026, Yann LeCun left Meta to establish AMI Labs (Advanced Machine Intelligence Labs), aiming to elevate the JEPA architecture to new heights, constructing AI systems capable of understanding the physical world, possessing persistent memory, and reasoning and planning complex action sequences. This represents a distinctly different path to AGI compared to the generative approach.&lt;/p&gt;&#xA;&lt;h2 id=&#34;embodiment-and-industrial-application-path-centered-on-solving-practical-problems&#34;&gt;Embodiment and Industrial Application Path: Centered on Solving Practical Problems&#xA;&lt;/h2&gt;&lt;p&gt;The third path is more pragmatic, focusing not on building a universal world simulator but directly applying the concept of world models to solve specific industrial problems, especially in autonomous driving and robotics. This path emphasizes &amp;ldquo;execution&amp;rdquo; and &amp;ldquo;implementation.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Tesla: End-to-End AI and the &amp;ldquo;Shadow Mode&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Tesla is a typical representative of this path. Its Full Self-Driving (FSD) system has fully transitioned to an &amp;ldquo;end-to-end AI&amp;rdquo; architecture since version V12. This means that the vehicle&amp;rsquo;s driving decisions no longer rely on a set of manually written rules (like &amp;ldquo;stop at red lights&amp;rdquo;) but are mapped directly from multi-camera video inputs to driving controls (steering, throttle, brake) by a single neural network. This neural network itself is an implicit world model. It internalizes the understanding and predictive capabilities of traffic dynamics, vehicle behavior, and the physical world by learning from billions of miles of real driving data. Musk believes this &amp;ldquo;reflexive&amp;rdquo; approach based on vision and reaction is closest to biological driving. Despite its controversial &amp;ldquo;black box&amp;rdquo; nature, it represents one of the largest applications of world models in the real world.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Huawei: Pangu Model Empowering Various Industries&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Huawei&amp;rsquo;s Pangu model showcases the potential of world model concepts in broader industrial applications. The Pangu model is not a single model but a family of models, with its core positioning as &amp;ldquo;solving industry problems.&amp;rdquo; In the 2025 release of Pangu 5.5, its multimodal large model includes world model capabilities, enabling the construction of digital physical spaces for intelligent driving and embodied robot training. For instance, in autonomous driving, the Pangu world model can generate subsequent multi-camera videos and LiDAR point clouds based on the first frame scene and control information, providing massive high-quality synthetic data for training end-to-end models, significantly reducing reliance on expensive real-world data collection. Additionally, Pangu has introduced physical modeling frameworks into fields like weather forecasting, mining, and steelmaking, achieving precise prediction and optimization of complex industrial processes through the construction of industry-specific &amp;ldquo;world models.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-evolutionary-direction-of-ai-and-philosophical-insights&#34;&gt;The Evolutionary Direction of AI and Philosophical Insights&#xA;&lt;/h2&gt;&lt;p&gt;The paradigm shift from large language models to world models is not only an evolution of AI technology paths but also a profound cognitive revolution. It forces us to re-examine the essence of intelligence, the relationship between humans and machines, and even our own existence. This evolutionary process is filled with far-reaching philosophical insights, as if projecting thousands of years of philosophical speculation onto code and silicon chips.&lt;/p&gt;&#xA;&lt;h2 id=&#34;platos-cave-the-cognitive-dilemma-and-path-of-ai&#34;&gt;Plato&amp;rsquo;s Cave: The Cognitive Dilemma and Path of AI&#xA;&lt;/h2&gt;&lt;p&gt;Plato&amp;rsquo;s &amp;ldquo;Allegory of the Cave&amp;rdquo; provides an excellent philosophical metaphor for understanding the evolution of AI. In this allegory, prisoners are locked in a cave for life, only able to see shadows projected on the wall by firelight, believing these shadows to be the entirety of reality. Only one prisoner is freed, walks out of the cave, and sees the real world, realizing that the shadows in the cave are merely projections of reality.&lt;/p&gt;&#xA;&lt;p&gt;Large language models are like prisoners living in the cave. The entire world they &amp;ldquo;see&amp;rdquo; consists of massive amounts of text and image data—these data are the &amp;ldquo;shadows&amp;rdquo; cast by the real physical world after being perceived, thought, and recorded by humans. LLMs, by learning the patterns of these shadows, become the smartest prisoners in the cave, able to vividly describe, imitate, and even combine these shadows, but they have never seen the real objects that produce these shadows and cannot understand the three-dimensional structures and physical laws behind them. This is why LLMs can write beautiful poems about the sun but do not know that the sun emits light and heat; they can describe gravity but cannot predict that an apple will fall.&lt;/p&gt;&#xA;&lt;p&gt;World models represent an attempt for AI to escape the cave. They no longer content themselves with studying the shadows on the wall but try to infer from these shadows what the real, three-dimensional world outside the cave is like and what rules it follows. The internal simulator constructed by world models is AI&amp;rsquo;s reconstruction of the &amp;ldquo;real world&amp;rdquo; in its mind. Through this model, AI can begin to understand &amp;ldquo;reality&amp;rdquo; itself, rather than just &amp;ldquo;projections of reality.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Embodied intelligence is AI&amp;rsquo;s true escape from the cave, using its &amp;ldquo;body&amp;rdquo; to perceive sunlight and touch all things. By directly interacting with the physical world, AI obtains firsthand, undistorted sensory data, continuously validating and correcting its world model. This process is akin to the liberated prisoner in the allegory, who, upon first encountering sunlight, feels pain and confusion but ultimately gains knowledge of the truth. The evolutionary path of AI is a journey from being a &amp;ldquo;master of shadows&amp;rdquo; in the cave to becoming a &amp;ldquo;world explorer&amp;rdquo; who steps out of the cave.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;427px&#34; data-flex-grow=&#34;178&#34; height=&#34;561&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-4ccc2a5f3f/img-c48bc55712.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-4ccc2a5f3f/img-c48bc55712_hu_e8457ecd3cea014e.jpeg 800w, https://gameflycenter.com/posts/note-4ccc2a5f3f/img-c48bc55712.jpeg 1000w&#34; width=&#34;1000&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-brain-in-a-vat-and-the-ultimate-inquiry-of-ai&#34;&gt;The Brain in a Vat and the Ultimate Inquiry of AI&#xA;&lt;/h2&gt;&lt;p&gt;The concept of world models inevitably leads us to deeper philosophical questions, such as the &amp;ldquo;Brain in a Vat&amp;rdquo; thought experiment and the mystery of &amp;ldquo;self-awareness.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;The &amp;ldquo;Brain in a Vat&amp;rdquo; imagines a brain placed in nutrient fluid, simulating all sensory experiences through computer electrodes, making it believe it lives in a real world. In a sense, an AI agent undergoing &amp;ldquo;dream training&amp;rdquo; in a world model is akin to a &amp;ldquo;brain in a vat.&amp;rdquo; Everything it experiences is a &amp;ldquo;virtual reality&amp;rdquo; generated by its internal simulator. This raises a profound question: how do we distinguish between simulation and reality? If an AI&amp;rsquo;s world model is perfect enough that its &amp;ldquo;experiences&amp;rdquo; cannot be functionally distinguished from the real world, can we say it possesses some form of &amp;ldquo;reality&amp;rdquo;? This even prompts us to reflect on ourselves: is our perceived reality not also a product of our brain&amp;rsquo;s &amp;ldquo;biological world model&amp;rdquo;?&lt;/p&gt;&#xA;&lt;p&gt;Ultimately, the evolution from LLMs to world models marks AI&amp;rsquo;s transition from mimicking human &amp;ldquo;outputs&amp;rdquo; (language, images) to mimicking human &amp;ldquo;processes&amp;rdquo; (perception, prediction, thinking, action). This will not only give rise to more powerful and general AI systems but also serve as a mirror reflecting the essence of human intelligence and consciousness. By constructing these &amp;ldquo;artificial minds,&amp;rdquo; we may come unprecedentedly close to the ancient philosophical question—&amp;ldquo;Know Thyself.&amp;rdquo; On this road to AGI, technology and philosophy intertwine in unprecedented ways, jointly shaping the future of humanity and intelligence.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Building a Children&#39;s Science App in 3 Days with AI Tools</title>
            <link>https://gameflycenter.com/posts/note-ba2be49c20/</link>
            <pubDate>Wed, 31 Dec 2025 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-ba2be49c20/</guid>
            <description>&lt;h2 id=&#34;overview&#34;&gt;Overview&#xA;&lt;/h2&gt;&lt;p&gt;In the extreme challenge of the AI hackathon organized by TAL Education Group, a product manager with no coding background completed the entire process from product conception to full-stack development in just three days. This article reveals how to build a children&amp;rsquo;s science app using Gemini and Vibe Coding, showcasing the breakthroughs and limitations of AI development tools.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;426px&#34; data-flex-grow=&#34;177&#34; height=&#34;608&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-c269456be3.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-c269456be3_hu_f32a6a0a263fa088.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-c269456be3.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I participated in TAL&amp;rsquo;s AI hackathon, where I built a product entirely by myself from scratch in three days, handling the entire process from product design to UI, development, testing, and local deployment.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; I am a product manager with zero coding skills.&lt;/p&gt;&#xA;&lt;h2 id=&#34;part-01-background&#34;&gt;PART 01 Background&#xA;&lt;/h2&gt;&lt;p&gt;According to the information shared during the live broadcast, several key points need attention:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The product must be developed using AI coding or be related to AI.&lt;/li&gt;&#xA;&lt;li&gt;The overall development cycle for the product is ten days, requiring a complete loop from proposal to UI, development, and testing, with a certain level of completeness.&lt;/li&gt;&#xA;&lt;li&gt;The product should be aimed at students and parents, without deviating too much from this focus.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;part-02-project-initiation&#34;&gt;PART 02 Project Initiation&#xA;&lt;/h2&gt;&lt;h3 id=&#34;21-ideation&#34;&gt;2.1 Ideation&#xA;&lt;/h3&gt;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;&amp;ldquo;I have no special talents. I am only passionately curious.&amp;rdquo; — Albert Einstein&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;Curiosity is the first step of scholars.&amp;rdquo; — Marie Curie&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;Curiosity is crucial; science cannot exist without it.&amp;rdquo; — Chen-Ning Yang (Nobel Prize winner)&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;Children&amp;rsquo;s curiosity is a thirst for knowledge.&amp;rdquo; — John Locke (British philosopher)&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;p&gt;Given the requirements, there are many directions to explore. TAL has strong capabilities in education, and purely academic products in the learning space are abundant and competitive. Therefore, we need to extend into other areas.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Target Users:&lt;/strong&gt; Children aged 3-12, but the product should have additional capabilities to adapt to a broader age range.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Devices:&lt;/strong&gt; Primarily targeting tablets, as children in this age group are more likely to use larger screens or TVs.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Product Direction:&lt;/strong&gt; Reflecting on interesting products for adults, two notable examples are &amp;ldquo;Curiosity Daily&amp;rdquo; and &amp;ldquo;Guokr Community.&amp;rdquo;&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Curiosity Daily:&lt;/strong&gt; Provides daily updates on fascinating and strange things in the world.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Guokr Community:&lt;/strong&gt; Offers niche knowledge that cannot be easily accessed in daily life.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Based on these two products, we can focus on curiosity, which is a vital factor for children.&lt;/p&gt;&#xA;&lt;h3 id=&#34;22-idea-expansion&#34;&gt;2.2 Idea Expansion&#xA;&lt;/h3&gt;&lt;h4 id=&#34;221-picture-book-generation-product&#34;&gt;2.2.1 Picture Book Generation Product&#xA;&lt;/h4&gt;&lt;p&gt;Although I had an idea, I wanted to let AI expand on it. My experience with Gemini was average.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;242px&#34; data-flex-grow=&#34;101&#34; height=&#34;1069&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-fdf814cfe0.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-fdf814cfe0_hu_fe76c0772245929d.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-fdf814cfe0.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Initially, I considered creating a picture book generation feature, but the quality of the generated content was unstable, and there are already many such generation products, so I abandoned this idea.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;266px&#34; data-flex-grow=&#34;110&#34; height=&#34;973&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-e97ebc3bee.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-e97ebc3bee_hu_c4d9ae644440879a.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-e97ebc3bee.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h4 id=&#34;222-novel-and-interesting-knowledge-application&#34;&gt;2.2.2 Novel and Interesting Knowledge Application&#xA;&lt;/h4&gt;&lt;p&gt;I had Gemini act as a product manager to conduct research, providing roles, backgrounds, tasks, and goals. The current prompts do not need to be rigidly structured; they should be clearly and reasonably described.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;277px&#34; data-flex-grow=&#34;115&#34; height=&#34;933&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-4537cbd588.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-4537cbd588_hu_78b265ea5427aea3.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-4537cbd588.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The summary matched my thoughts. There are many short video platforms with millions of followers sharing interesting knowledge, which inspired this idea. For example, a YouTuber named &amp;ldquo;Lao Gao&amp;rdquo; is known for storytelling, selecting unique viewpoints or events to explain, such as the ten most dangerous animals in the world.&lt;/p&gt;&#xA;&lt;p&gt;Based on various content themes, I received references and plans that I could use as chapters.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;285px&#34; data-flex-grow=&#34;118&#34; height=&#34;908&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-7b8461b3a1.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-7b8461b3a1_hu_28812ddccb936713.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-7b8461b3a1.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Finally, I received some structural suggestions for the product. I simplified some of them but kept the idea of social sharing as valuable for later.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;623px&#34; data-flex-grow=&#34;259&#34; height=&#34;416&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-7e972ce70e.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-7e972ce70e_hu_591c76e7d5ec5f70.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-7e972ce70e.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;22-competitor-analysis&#34;&gt;2.2 Competitor Analysis&#xA;&lt;/h3&gt;&lt;p&gt;I looked for related children&amp;rsquo;s products:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Zebra Encyclopedia 3D: Interactive encyclopedia covering topics like the universe, human body, and physics, with immersive exploration for ages 4-10.&lt;/li&gt;&#xA;&lt;li&gt;BabyBus Science: Over 50 fun experiments and 500+ science topics for ages 3-7, answering &amp;ldquo;one hundred thousand whys&amp;rdquo; through experiments, Q&amp;amp;A, and animations.&lt;/li&gt;&#xA;&lt;li&gt;Little Lighthouse: 300+ fun animated encyclopedias, covering nature, humanities, and arts, designed to spark interest in ages 3-8.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;These competitors use videos and interactions to provide knowledge but confine curiosity within a framework, which is not ideal. By leveraging large models, we can make the production process more efficient and simple, exposing children to interesting content from around the world.&lt;/p&gt;&#xA;&lt;h2 id=&#34;part-03-product-planning&#34;&gt;PART 03 Product Planning&#xA;&lt;/h2&gt;&lt;h3 id=&#34;requirements&#34;&gt;Requirements&#xA;&lt;/h3&gt;&lt;p&gt;&lt;img alt=&#34;Image 7&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;685px&#34; data-flex-grow=&#34;285&#34; height=&#34;378&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-ef35adce31.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-ef35adce31_hu_96e2fd0ab7c61c8a.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-ef35adce31.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Based on the analysis, the cost of content organization is high. Since this is a content-based app and the current development time is already extremely tight, we may need to consider sacrificing some content and use demo content to complete the loop.&lt;/p&gt;&#xA;&lt;p&gt;Given the short time of only ten days and the need to not affect work, this task can only be completed using AI. Therefore, I need to outline the entire product implementation steps (fully AI-developed, Vibe Coding: http://120.53.7.157/).&lt;/p&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;&amp;ldquo;Completing is more important than perfection.&amp;rdquo; — Mark Zuckerberg&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;part-04-project-execution&#34;&gt;PART 04 Project Execution&#xA;&lt;/h2&gt;&lt;h3 id=&#34;41-function-prioritization&#34;&gt;4.1 Function Prioritization&#xA;&lt;/h3&gt;&lt;p&gt;I did not create a clear feature list since much of the content is AI-generated. The focus was on prioritizing the core pages.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 8&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;416px&#34; data-flex-grow=&#34;173&#34; height=&#34;622&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-f64fdfe4d2.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-f64fdfe4d2_hu_1ba138d1c0b86716.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-f64fdfe4d2.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;42-product-requirement-document&#34;&gt;4.2 Product Requirement Document&#xA;&lt;/h3&gt;&lt;p&gt;I used Gemini to generate the document with Gemini-3-pro. By leveraging AI, I constructed a detailed product document, organizing core page descriptions and providing AI with clear requirements for refinement.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 9&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I won’t display the entire document here, but it was already quite detailed. However, as a product manager, I did not include data-related aspects, which could have been clearer for future backend development.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 10&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;259px&#34; data-flex-grow=&#34;108&#34; height=&#34;998&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-908a07f99a.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-908a07f99a_hu_12f09bf9903eec4.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-908a07f99a.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;img alt=&#34;Image 11&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;404px&#34; data-flex-grow=&#34;168&#34; height=&#34;641&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-013ff57ad0.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-013ff57ad0_hu_f83583671b88eaba.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-013ff57ad0.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;img alt=&#34;Image 12&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;456px&#34; data-flex-grow=&#34;190&#34; height=&#34;568&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-b079d0c5f9.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-b079d0c5f9_hu_25245cda1f3252e1.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-b079d0c5f9.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;43-ui-design&#34;&gt;4.3 UI Design&#xA;&lt;/h3&gt;&lt;p&gt;I used Google Stitch for the platform. AI-generated UI design is quite challenging, as maintaining consistency across pages is difficult. While using Nanobanana produced excellent results, AI struggled with generating certain styles and icons. However, AI excels at creating 3D effects, as shown in the screenshots below.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 13&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;418px&#34; data-flex-grow=&#34;174&#34; height=&#34;484&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-9e126be774.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-9e126be774_hu_f8489902d40f11f0.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-9e126be774.jpeg 844w&#34; width=&#34;844&#34;&gt;&lt;img alt=&#34;Image 14&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;409px&#34; data-flex-grow=&#34;170&#34; height=&#34;478&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-3a105cc55a.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-3a105cc55a_hu_c45d4ffa61446ab4.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-3a105cc55a.jpeg 816w&#34; width=&#34;816&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;AI can create from scratch or quickly realize ideas, often exceeding expectations. However, when there is an established framework and clear structure, it becomes challenging to control the finer details.&lt;/p&gt;&#xA;&lt;p&gt;I made a critical mistake by not considering the presentation style initially, planning for a typical app layout. However, after discussing with team members, I realized that children use phones less frequently, and the small text makes learning inconvenient. To save time, I planned everything on a standalone platform, wasting three days on UI design.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 15&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;274px&#34; data-flex-grow=&#34;114&#34; height=&#34;944&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-e15d1a39da.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-e15d1a39da_hu_abecc0e96bea987.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-e15d1a39da.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Initially, I underestimated AI Studio&amp;rsquo;s capabilities, thinking it could produce both front and back ends. However, AI Studio can only build front ends effectively. Thus, the planning became UI - front end - interaction - back end.&lt;/p&gt;&#xA;&lt;p&gt;The following is the HTML content for the relevant pages. Please present each page according to my descriptions and assemble them into a complete usable application.&lt;/p&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;h1 id=&#34;background&#34;&gt;Background&#xA;&lt;/h1&gt;&lt;p&gt;This is an app aimed at children, helping them learn more knowledge beyond textbooks, similar to an electronic encyclopedia where children can explore various fascinating content through engaging interactions.&lt;/p&gt;&#xA;&lt;h1 id=&#34;backend-requirements&#34;&gt;Backend Requirements&#xA;&lt;/h1&gt;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Create user, theme, content, favorites, and knowledge association tables.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;User table: Records user information, including user ID, registration account, registration time, usage duration, card reading count (flipping counts as reading), number of favorite cards, and learning energy.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Theme table: Includes theme name, theme image, and number of associated content, defaulting to six major themes: Animal Mysteries, Prehistoric Earth, Human Encyclopedia, Life Truths, Cosmic Exploration, and Cultural Anecdotes.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Content table: Each theme has many content cards, which contain the card ID, content image (1:1, jpg), questions, intriguing prompts, answer titles, answers (up to 200 words), related stories, and story audio (mp4, generated by AI).&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Favorites table: Links user ID with the cards they have favorited, recording user ID and card ID.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Knowledge association table: Automatically generates 3-5 levels of knowledge for each piece of knowledge, with 1-3 small pieces of knowledge per level, including associated card ID, level, knowledge title, and knowledge details. This table is used for displaying knowledge maps under the cards.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h1 id=&#34;frontend-requirements&#34;&gt;Frontend Requirements&#xA;&lt;/h1&gt;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Login page: Users register via phone number and password. If the user does not exist in the user table, they are automatically registered. If the user exists, their password is validated; incorrect passwords prompt an error, while correct ones grant access.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Homepage: Displays various themes, including theme names and images. Each theme has multiple chapters with ten cards each, with completion rates corresponding to star ratings (1-5 stars). Users can swipe left and right to switch themes; the top right displays Qiqi coins, which increase by one for every ten cards completed and decrease by five if no learning occurs that day, starting from 100 points. Swiping up leads to the favorites page; clicking the top left opens the settings page; clicking triggers a chapter selection page.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Favorites page: Displays favorited cards based on the user&amp;rsquo;s favorites table. Clicking a card opens its details, and swiping up leads to the card story page.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Settings page: All themes are selected by default, and the language is set to Chinese.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Content card page: Displays content cards randomly selected from the theme library. The theme name is &amp;ldquo;Amazing Animal Knowledge,&amp;rdquo; matching the database. Content includes questions, intriguing prompts, and images. Users can swipe left for the next card, right to add it to favorites, swipe up to play the card&amp;rsquo;s story, and swipe down to access the knowledge map, with a flip effect to view the answer to the question.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Card answer: The flip effect reveals the answer title, answer content, AI-generated icon, and AI-generated commentary. Clicking again flips it back.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Story listening page: Users can adjust the volume, and AI highlights key content.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Knowledge map page: Accessed by swiping down from the card page, displaying the knowledge map based on the knowledge association table, with the current card as the main focus. Clicking on other nodes reveals corresponding cards, showcasing additional small knowledge.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;p&gt;As a coding novice, generate the corresponding application based on the above descriptions. If anything is unclear, please ask for clarification to fully replicate the styles shown in the images. The application should link the front and back ends directly, with AI-supported capabilities for completion.&lt;/p&gt;&#xA;&lt;p&gt;The generated results were decent, but there were indeed many issues that required continuous adjustments.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 16&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;509px&#34; data-flex-grow=&#34;212&#34; height=&#34;509&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-af645abfc4.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-af645abfc4_hu_f4abf5190bbf17f4.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-af645abfc4.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;img alt=&#34;Image 17&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;443px&#34; data-flex-grow=&#34;184&#34; height=&#34;585&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-c7ba9b3949.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-c7ba9b3949_hu_8a40993dfe34163e.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-c7ba9b3949.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;In summary, I learned from my initial planning mistakes and shifted my focus to the iPad version.&lt;/p&gt;&#xA;&lt;p&gt;Despite previous experiences, time constraints prevented me from adapting to multiple devices, as debugging across different platforms would take too long. Thus, I focused on UI design again.&lt;/p&gt;&#xA;&lt;p&gt;After another round of output, I selected a group of UI designs to continue.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 18&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;267px&#34; data-flex-grow=&#34;111&#34; height=&#34;970&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-07cf95dd0d.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-07cf95dd0d_hu_6a30b2167606c56a.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-07cf95dd0d.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Ultimately, since both the Stitch platform and AI Studio are part of Google&amp;rsquo;s ecosystem, I could export everything seamlessly.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 19&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;522px&#34; data-flex-grow=&#34;217&#34; height=&#34;496&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-699afed255.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-699afed255_hu_db7715caba524d32.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-699afed255.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 20&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;530px&#34; data-flex-grow=&#34;220&#34; height=&#34;489&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-3d6885dc19.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-3d6885dc19_hu_6b35d68cd0f77e04.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-3d6885dc19.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;img alt=&#34;Image 21&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;189px&#34; data-flex-grow=&#34;79&#34; height=&#34;1348&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-05a9836f9f.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-05a9836f9f_hu_1eb1eb8b4208ea1f.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-05a9836f9f.jpeg 1066w&#34; width=&#34;1066&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Thus, the UI design phase concluded, and most of the front-end logic was completed. However, the real challenges were just beginning.&lt;/p&gt;&#xA;&lt;h3 id=&#34;44-frontend-development&#34;&gt;4.4 Frontend Development&#xA;&lt;/h3&gt;&lt;p&gt;Problems arose due to the project&amp;rsquo;s complexity, so I added the documentation to the descriptions for generation.&lt;/p&gt;&#xA;&lt;p&gt;The generated results were&amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 22&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;208px&#34; data-flex-grow=&#34;86&#34; height=&#34;1246&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-97c68fb873.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-97c68fb873_hu_75b00012e879236b.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-97c68fb873.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;img alt=&#34;Image 23&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;412px&#34; data-flex-grow=&#34;171&#34; height=&#34;628&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-1b129c4d46.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-1b129c4d46_hu_7eea11e25a54825d.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-1b129c4d46.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Essentially, it was a mess. The complex logic and high interconnectivity led to many misunderstandings, so I took it step by step.&lt;/p&gt;&#xA;&lt;p&gt;I exported each HTML page and began constructing them one by one, from login to homepage, favorites, settings, card interactions, and more. Below are some content screenshots, with each page needing dozens of adjustments.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 24&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;131px&#34; data-flex-grow=&#34;54&#34; height=&#34;1954&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-2b030a1411.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-2b030a1411_hu_a182a5b410f6ef3d.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-2b030a1411.jpeg 1068w&#34; width=&#34;1068&#34;&gt;&lt;img alt=&#34;Image 25&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;135px&#34; data-flex-grow=&#34;56&#34; height=&#34;1854&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-079ad47a10.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-079ad47a10_hu_2109908f64694f43.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-079ad47a10.jpeg 1046w&#34; width=&#34;1046&#34;&gt;&lt;img alt=&#34;Image 26&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;133px&#34; data-flex-grow=&#34;55&#34; height=&#34;1914&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-b39dd99ab1.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-b39dd99ab1_hu_6219f919825c3221.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-b39dd99ab1.jpeg 1062w&#34; width=&#34;1062&#34;&gt;&lt;img alt=&#34;Image 27&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;129px&#34; data-flex-grow=&#34;53&#34; height=&#34;1998&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-c84be3cec4.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-c84be3cec4_hu_8089756781370da0.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-c84be3cec4.jpeg 1074w&#34; width=&#34;1074&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The flip effect was particularly troublesome, as it often resulted in perspective issues that were hard to fix, leading to frustration.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 28&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;477px&#34; data-flex-grow=&#34;198&#34; height=&#34;526&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-67da0be50f.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-67da0be50f_hu_b8c4fb6b8e6eb286.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-67da0be50f.jpeg 1046w&#34; width=&#34;1046&#34;&gt;&lt;img alt=&#34;Image 29&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;498px&#34; data-flex-grow=&#34;207&#34; height=&#34;500&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-fbc42b8a1e.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-fbc42b8a1e_hu_419f6e322f1fb3c4.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-fbc42b8a1e.jpeg 1038w&#34; width=&#34;1038&#34;&gt;&lt;img alt=&#34;Image 30&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;295px&#34; data-flex-grow=&#34;122&#34; height=&#34;854&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-2002efd637.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-2002efd637_hu_c326f43641eb778f.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-2002efd637.jpeg 1050w&#34; width=&#34;1050&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;After several hours of trial and error, I eventually relied on AI to help generate prompts to achieve the desired presentation effect, along with a technical description.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 31&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;304px&#34; data-flex-grow=&#34;126&#34; height=&#34;851&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-b7eb8abbe1.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-b7eb8abbe1_hu_5450bd05566296f3.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-b7eb8abbe1.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;img alt=&#34;Image 32&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;136px&#34; data-flex-grow=&#34;56&#34; height=&#34;1844&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-0cbc682028.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-0cbc682028_hu_cbd43060cd2bcf05.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-0cbc682028.jpeg 1048w&#34; width=&#34;1048&#34;&gt;&lt;img alt=&#34;Image 33&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;209px&#34; data-flex-grow=&#34;87&#34; height=&#34;1210&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-32eeca86f1.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-32eeca86f1_hu_49b36ccebf1f9a5d.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-32eeca86f1.jpeg 1054w&#34; width=&#34;1054&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Finally, I succeeded! You can&amp;rsquo;t imagine the number of breakdowns I went through.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 34&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;171px&#34; data-flex-grow=&#34;71&#34; height=&#34;1512&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-8f610084d4.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-8f610084d4_hu_f36282454ce7c313.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-8f610084d4.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;img alt=&#34;Image 35&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;241px&#34; data-flex-grow=&#34;100&#34; height=&#34;1073&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-50ed9281d0.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-50ed9281d0_hu_79bc6f4a55ddf5cd.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-50ed9281d0.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I won&amp;rsquo;t go into detail about the process, but ultimately, I managed to complete the application. I also added some AI capabilities like AI picture books, AI stories, and AI voice features to enhance children&amp;rsquo;s understanding and usage.&lt;/p&gt;&#xA;&lt;p&gt;Due to the AI capabilities utilized, the generation efficiency was somewhat slow.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 36&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;369px&#34; data-flex-grow=&#34;153&#34; height=&#34;702&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-5d60a3dab3.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-5d60a3dab3_hu_9c47717fde6a5776.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-5d60a3dab3.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The generated knowledge map had significant room for optimization, but time constraints prevented further adjustments.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 37&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;407px&#34; data-flex-grow=&#34;169&#34; height=&#34;636&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-814e106655.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-814e106655_hu_e38d1c6e43a3f8d9.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-814e106655.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Thus, the entire interactive loop was completed, and theoretically, the application should be sufficient for the competition. However, to enhance the presentation, I focused on optimizing the display details and constructing backend capabilities to form a true front-and-back end product.&lt;/p&gt;&#xA;&lt;h3 id=&#34;45-display-optimization&#34;&gt;4.5 Display Optimization&#xA;&lt;/h3&gt;&lt;p&gt;Due to limited time, I couldn&amp;rsquo;t stand the ugly login page, so I began optimizing its display.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 38&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;432px&#34; data-flex-grow=&#34;180&#34; height=&#34;599&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-fb138ef92e.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-fb138ef92e_hu_5f7bc90f4e6df584.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-fb138ef92e.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Overall, it looked good, but the image display was subpar. I planned to make minor adjustments to improve the left side&amp;rsquo;s appearance, opting for a video style. After testing Gemini, Jiemeng, and Keling, I found that Google&amp;rsquo;s Voe3 produced the best results, displaying all text correctly.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 39&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;462px&#34; data-flex-grow=&#34;192&#34; height=&#34;560&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-adf9916463.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-adf9916463_hu_7c07b802c99c1f96.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-adf9916463.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;After adjustments, the improvement was noticeable. The rest of the changes focused on continuous optimization of product details, which I won&amp;rsquo;t elaborate on; the core principle was to correct any discrepancies.&lt;/p&gt;&#xA;&lt;h3 id=&#34;46-backend-development&#34;&gt;4.6 Backend Development&#xA;&lt;/h3&gt;&lt;p&gt;I used Claude Code for backend development. I won&amp;rsquo;t delve into the history, but the core prompts were:&lt;/p&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;h2 id=&#34;role&#34;&gt;Role&#xA;&lt;/h2&gt;&lt;p&gt;You are a backend development expert who also understands front-end structures. You can independently comprehend front-end functions and complete backend construction.&lt;/p&gt;&#xA;&lt;h2 id=&#34;task&#34;&gt;Task&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Understand the entire front-end structure and establish a backend planning framework, including the technology stack, transmission methods, table structures, etc.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Produce a limited output of backend construction planning documents, which must be confirmed before development begins.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;If you find any unreasonable aspects in the front-end structure that hinder backend construction, prioritize addressing them.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;goal&#34;&gt;Goal&#xA;&lt;/h2&gt;&lt;p&gt;Output a complete backend planning document.&lt;/p&gt;&#xA;&lt;h2 id=&#34;requirements-1&#34;&gt;Requirements&#xA;&lt;/h2&gt;&lt;p&gt;I am a technical novice, so please explain the technology stack and planning in a simple and understandable manner.&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;p&gt;This was the approach, and I continuously adjusted based on feedback. Here are some screenshots of backend construction:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 40&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;429px&#34; data-flex-grow=&#34;179&#34; height=&#34;603&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-1aa116bf1e.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-1aa116bf1e_hu_3ecdb486eb26c01.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-1aa116bf1e.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;img alt=&#34;Image 41&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;487px&#34; data-flex-grow=&#34;203&#34; height=&#34;532&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-55b23596f7.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-55b23596f7_hu_5033ae4091154958.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-55b23596f7.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I had AI automatically plan and supplement all table structures, points, levels, etc.&lt;/p&gt;&#xA;&lt;p&gt;The front and back ends needed careful integration, as many interface and data mismatches could easily occur. If issues arose, I added a note: &amp;ldquo;I am a coding novice; if problems occur, please explain them in a simple way and suggest solutions.&amp;rdquo; (If you are an expert, feel free to ignore this.)&lt;/p&gt;&#xA;&lt;h3 id=&#34;47-content-generation-construction&#34;&gt;4.7 Content Generation Construction&#xA;&lt;/h3&gt;&lt;p&gt;For a content-driven application, content generation is crucial. The core content is divided into two parts: application-side generation and backend generation.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Application Side:&lt;/strong&gt; Stories, audio, picture books, and knowledge maps are generated via requests from the application. This approach maintains content diversity but incurs higher backend costs. Due to time constraints, not all capabilities were fully realized on the backend.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Backend Management:&lt;/strong&gt; Themes, chapters, and cards are foundational content requiring significant attention. Traditionally, content creation involves research and original artwork, but AI capabilities streamline this process. However, single-point AI generation is costly, so I implemented a workflow mode in the backend to achieve overall content generation.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 47&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;445px&#34; data-flex-grow=&#34;185&#34; height=&#34;582&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-42e4e784fb.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-42e4e784fb_hu_967ec679555d0094.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-42e4e784fb.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;By inputting a theme, chapter count, and card count, the backend script automatically executes the necessary content generation.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 48&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;408px&#34; data-flex-grow=&#34;170&#34; height=&#34;635&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-54f112b6fa.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-54f112b6fa_hu_4da57e27886f5fdb.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-54f112b6fa.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;After inputting a theme, the next step proceeds to generate.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 49&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;224px&#34; data-flex-grow=&#34;93&#34; height=&#34;1153&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-68533638b7.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-68533638b7_hu_1a884f0ba07d5414.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-68533638b7.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Eventually, the corresponding chapters are generated.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 50&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;352px&#34; data-flex-grow=&#34;146&#34; height=&#34;735&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-51e06e42e5.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ba2be49c20/img-51e06e42e5_hu_df729713983cdf94.jpeg 800w, https://gameflycenter.com/posts/note-ba2be49c20/img-51e06e42e5.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Once the chapters are complete, card construction breaks down into multiple tasks, generating the corresponding card images.&lt;/p&gt;&#xA;&lt;p&gt;The current request interface capabilities are limited, but theoretically, it can generate dozens or hundreds of cards at once.&lt;/p&gt;&#xA;&lt;p&gt;After running through the entire process without issues, I began optimizing prompts.&lt;/p&gt;&#xA;&lt;h3 id=&#34;48-prompt-optimization&#34;&gt;4.8 Prompt Optimization&#xA;&lt;/h3&gt;&lt;p&gt;I found that the prompts automatically generated by AI Studio were overly simplistic, often just one-liners. Therefore, after generating the application, I ensured to optimize the prompts, extracting them and adjusting based on results and data. Below are the optimized prompts, with plenty of room for improvement.&lt;/p&gt;&#xA;&lt;p&gt;In the end, I felt the backend was too unattractive. Recently, I have been fond of pixel art, so I transformed the backend into a pixel style. The frontend can be modified freely without affecting the backend, but the application side is complex and requires careful adjustments to maintain interaction logic stability.&lt;/p&gt;&#xA;&lt;p&gt;I only optimized the UI of the pages to a &amp;ldquo;minimal pixel style,&amp;rdquo; forbidding any modifications to interaction logic or table structures.&lt;/p&gt;&#xA;&lt;p&gt;Remember, for any changes, always sync with GitHub in advance; once linked to GitHub, a single sentence can synchronize everything.&lt;/p&gt;&#xA;&lt;h2 id=&#34;part-05-material-integration&#34;&gt;PART 05 Material Integration&#xA;&lt;/h2&gt;</description>
        </item><item>
            <title>Z.AI Launches GLM-4.7, Setting New SOTA in AI Models</title>
            <link>https://gameflycenter.com/posts/note-defed5ad66/</link>
            <pubDate>Thu, 25 Dec 2025 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-defed5ad66/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;Recently, Z.AI launched its new model, GLM-4.7, which has set multiple new state-of-the-art (SOTA) benchmarks. It is recognized as the strongest coding model in China and has attracted significant attention from both technical and non-technical professionals.&lt;/p&gt;&#xA;&lt;p&gt;GLM-4.7 has claimed the title of the strongest open-source model in the LM Arena&amp;rsquo;s WebDev leaderboard, surpassing GPT-5.2 and Claude-Sonnet-4.5.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1: image&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;238px&#34; data-flex-grow=&#34;99&#34; height=&#34;1087&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-defed5ad66/img-2c1511f1e4.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-defed5ad66/img-2c1511f1e4_hu_6ca2f599a1056f79.jpeg 800w, https://gameflycenter.com/posts/note-defed5ad66/img-2c1511f1e4.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Additionally, it has topped the Hugging Face model leaderboard.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2: image&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;651px&#34; data-flex-grow=&#34;271&#34; height=&#34;398&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-defed5ad66/img-2bcc28ae5f.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-defed5ad66/img-2bcc28ae5f_hu_c9fa8c2d8c4d89b4.jpeg 800w, https://gameflycenter.com/posts/note-defed5ad66/img-2bcc28ae5f.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;On December 24, 2023, the Z.AI team held an AMA (Ask Me Anything) session on Reddit, addressing various questions from the community for over three hours, with more than 800 interactions.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3: image&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;240px&#34; data-flex-grow=&#34;100&#34; height=&#34;1024&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-defed5ad66/img-d69e26906f.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-defed5ad66/img-d69e26906f_hu_d903a4e86383f1f.jpeg 800w, https://gameflycenter.com/posts/note-defed5ad66/img-d69e26906f.jpeg 1024w&#34; width=&#34;1024&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;key-highlights-from-the-ama&#34;&gt;Key Highlights from the AMA&#xA;&lt;/h2&gt;&lt;p&gt;The Z.AI team provided insights on several key topics:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Information about Z.AI&amp;rsquo;s IPO&lt;/li&gt;&#xA;&lt;li&gt;Plans for a dedicated programming model&lt;/li&gt;&#xA;&lt;li&gt;The reasoning behind GLM-4.7&amp;rsquo;s logical consistency&lt;/li&gt;&#xA;&lt;li&gt;Development of the model&amp;rsquo;s UI aesthetic capabilities&lt;/li&gt;&#xA;&lt;li&gt;Release timeline for GLM-5 and upcoming products&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;model-performance&#34;&gt;Model Performance&#xA;&lt;/h2&gt;&lt;p&gt;One of the most discussed topics was the significant performance leap of GLM-4.7. The Z.AI team explained that they made critical adjustments during the post-training phase to enhance the model&amp;rsquo;s capabilities.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4: image&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;311px&#34; data-flex-grow=&#34;129&#34; height=&#34;831&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-defed5ad66/img-231924be92.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-defed5ad66/img-231924be92_hu_91318a34e944db44.jpeg 800w, https://gameflycenter.com/posts/note-defed5ad66/img-231924be92.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;They utilized a refined release recipe during the SFT (Supervised Fine-Tuning) and RL (Reinforcement Learning) phases:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Data from various sources was mixed in appropriate ratios, and contradictory data was removed.&lt;/li&gt;&#xA;&lt;li&gt;When enhancing specific weaknesses, adjustments were made locally to avoid widespread impact.&lt;/li&gt;&#xA;&lt;li&gt;The model was repeatedly validated through assessments to ensure comprehensive improvements.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The team also shared their entire pre-training data process:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5: image&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;405px&#34; data-flex-grow=&#34;168&#34; height=&#34;640&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-defed5ad66/img-74f1092fa6.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-defed5ad66/img-74f1092fa6_hu_62265616b9009563.jpeg 800w, https://gameflycenter.com/posts/note-defed5ad66/img-74f1092fa6.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Data collection involved thorough cleaning, deduplication, and quality screening to eliminate noise.&lt;/li&gt;&#xA;&lt;li&gt;Different domains followed specific rules for data selection.&lt;/li&gt;&#xA;&lt;li&gt;The inclusion of data in training was based on empirical validation using smaller models to ensure stable positive gains.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;This process significantly improved data effectiveness.&lt;/p&gt;&#xA;&lt;h2 id=&#34;programming-capabilities&#34;&gt;Programming Capabilities&#xA;&lt;/h2&gt;&lt;p&gt;When asked about GLM-4.7&amp;rsquo;s programming abilities, the Z.AI team clarified that it excels in real software engineering tasks and provides a solid experience in terminal use and Vibe Coding. In familiar environments with verifiable outcomes, such as bug detection and fixing in common projects, GLM-4.7 performs reliably. However, it may struggle with unfamiliar frameworks or entirely new functionalities due to limited exposure.&lt;/p&gt;&#xA;&lt;p&gt;The team indicated that they plan to enhance the model&amp;rsquo;s front-end and back-end capabilities and improve stability in long-task, multi-step scenarios.&lt;/p&gt;&#xA;&lt;p&gt;A key innovation in GLM-4.7&amp;rsquo;s reasoning mechanism is the introduction of Interleaved Thinking, Preserved Thinking, and Turn-level Thinking. Interleaved Thinking is described as an improved version of the thinking chain, where each step involves reasoning before action.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6: image&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;227px&#34; data-flex-grow=&#34;94&#34; height=&#34;940&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-defed5ad66/img-37b6b699ea.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-defed5ad66/img-37b6b699ea_hu_27a2c5d089d1c3fe.jpeg 800w, https://gameflycenter.com/posts/note-defed5ad66/img-37b6b699ea.jpeg 892w&#34; width=&#34;892&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;usage-and-framework&#34;&gt;Usage and Framework&#xA;&lt;/h2&gt;&lt;p&gt;The Z.AI team has invested significantly in optimizing and adapting GLM-4.7 for the Claude Code intelligent agent framework.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 7: image&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;354px&#34; data-flex-grow=&#34;147&#34; height=&#34;732&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-defed5ad66/img-4d442fa196.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-defed5ad66/img-4d442fa196_hu_a91f41a2e4275f21.jpeg 800w, https://gameflycenter.com/posts/note-defed5ad66/img-4d442fa196.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;GLM-4.7 demonstrates strong multilingual programming capabilities, maintaining robust understanding and processing abilities across various programming languages, including less common ones and complex engineering structures. The team emphasized that the intelligent agent framework could impact the final results by approximately 30%, leading to deeper refinements in critical areas like system prompts and tool invocation design.&lt;/p&gt;&#xA;&lt;h2 id=&#34;aesthetic-improvements&#34;&gt;Aesthetic Improvements&#xA;&lt;/h2&gt;&lt;p&gt;GLM-4.7&amp;rsquo;s aesthetic capabilities have also seen substantial enhancements, with a dedicated web development team focusing on front-end skills.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 8: image&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;491px&#34; data-flex-grow=&#34;204&#34; height=&#34;527&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-defed5ad66/img-5f8c108fe8.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-defed5ad66/img-5f8c108fe8_hu_79e07d3d78439e85.jpeg 800w, https://gameflycenter.com/posts/note-defed5ad66/img-5f8c108fe8.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;They collected high-quality web design examples for training and integrated a visual language model (VLM) into their data pipeline, significantly improving UI aesthetics.&lt;/p&gt;&#xA;&lt;p&gt;GLM-4.7 also offers better immersion in role-playing scenarios, balancing creative freedom with safety filtering.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 9: image&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;314px&#34; data-flex-grow=&#34;131&#34; height=&#34;824&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-defed5ad66/img-e5639ab6f3.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-defed5ad66/img-e5639ab6f3_hu_d0a0db61fb85e546.jpeg 800w, https://gameflycenter.com/posts/note-defed5ad66/img-e5639ab6f3.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;future-plans&#34;&gt;Future Plans&#xA;&lt;/h2&gt;&lt;p&gt;Beyond model performance, the future direction of the GLM series is a hot topic. In light of GPU resource constraints, concerns were raised about whether computational and memory costs might hinder model development.&lt;/p&gt;&#xA;&lt;p&gt;The Z.AI team responded pragmatically, emphasizing the importance of training and deployment costs in model design. They aim to achieve peak performance within limited parameters while ensuring affordability and ease of deployment.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 10: image&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;465px&#34; data-flex-grow=&#34;193&#34; height=&#34;557&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-defed5ad66/img-660c4bd618.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-defed5ad66/img-660c4bd618_hu_c12a8f66467e85a9.jpeg 800w, https://gameflycenter.com/posts/note-defed5ad66/img-660c4bd618.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Regarding version releases, the team hinted at the possibility of skipping versions 4.8 and 4.9 to focus on a more significant upgrade, with GLM-5 potentially on the way.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 11: image&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;352px&#34; data-flex-grow=&#34;146&#34; height=&#34;696&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-defed5ad66/img-da6fa73ed7.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-defed5ad66/img-da6fa73ed7_hu_6f983832f62b9fdd.jpeg 800w, https://gameflycenter.com/posts/note-defed5ad66/img-da6fa73ed7.jpeg 1023w&#34; width=&#34;1023&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;open-source-commitment&#34;&gt;Open Source Commitment&#xA;&lt;/h2&gt;&lt;p&gt;Z.AI has been well-received in the open-source community and recently introduced their reinforcement learning framework, Slime. This framework automates the reinforcement learning process, allowing models to continuously perform tasks and receive feedback for iterative training.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 12: image&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;361px&#34; data-flex-grow=&#34;150&#34; height=&#34;717&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-defed5ad66/img-878c47ea7d.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-defed5ad66/img-878c47ea7d_hu_5b35f71eea6d626a.jpeg 800w, https://gameflycenter.com/posts/note-defed5ad66/img-878c47ea7d.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The Z.AI team assured that their pursuit of AGI will not compromise their commitment to open-source initiatives, stating that both paths will be pursued simultaneously.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 13: image&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;587px&#34; data-flex-grow=&#34;244&#34; height=&#34;441&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-defed5ad66/img-da022a75a3.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-defed5ad66/img-da022a75a3_hu_faf380db3417d6a.jpeg 800w, https://gameflycenter.com/posts/note-defed5ad66/img-da022a75a3.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;conclusion&#34;&gt;Conclusion&#xA;&lt;/h2&gt;&lt;p&gt;In summary, Z.AI has showcased its capabilities with GLM-4.7, presenting not just a model version but a clearer roadmap for deploying models effectively in the real world. While the journey towards true AGI is challenging, the Z.AI team is committed to making substantial contributions along the way.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Understanding Vibe Coding: The Future of Programming</title>
            <link>https://gameflycenter.com/posts/note-b2fa809369/</link>
            <pubDate>Wed, 24 Dec 2025 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-b2fa809369/</guid>
            <description>&lt;p&gt;Recently, while browsing forums and communities, I came across a trendy and cool new term: &lt;strong&gt;Vibe Coding&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;At first glance, it might sound confusing—what exactly is &amp;ldquo;Vibe Coding&amp;rdquo;?&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;405px&#34; data-flex-grow=&#34;168&#34; height=&#34;454&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b2fa809369/img-7217532c33.jpeg&#34; width=&#34;767&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Is it about creating a certain atmosphere while coding? Today, I will share my understanding of &amp;ldquo;Vibe Coding&amp;rdquo; from a developer&amp;rsquo;s perspective, along with tools that can help you get into the vibe.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-is-vibe-coding&#34;&gt;What is Vibe Coding?&#xA;&lt;/h2&gt;&lt;p&gt;In English, &amp;ldquo;Vibe&amp;rdquo; means atmosphere or feeling. So, it translates to &amp;ldquo;atmospheric programming&amp;rdquo; or &amp;ldquo;immersive programming.&amp;rdquo; However, this &amp;ldquo;immersion&amp;rdquo; is not just about creating a ritualistic coding environment; it fundamentally changes the way we write code.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;To put it simply:&lt;/strong&gt; Vibe Coding does not concern itself with how the code is implemented; the core focus is on whether the generated code produces the desired results. The tedious tasks of logic implementation and underlying details are left to AI. I only need to focus on the outcome, identify any issues, and adjust the prompt to request changes. The AI will automatically help refine and optimize the code until the final result meets my expectations. The entire process immerses you in a cycle of &amp;ldquo;&lt;strong&gt;state your ideas → see results → continue adjusting → get results again&lt;/strong&gt;,&amp;rdquo; leading to incredibly high efficiency.&lt;/p&gt;&#xA;&lt;p&gt;For example, in traditional coding—&lt;/p&gt;&#xA;&lt;p&gt;Most of us need to understand the entire implementation thought process, writing and modifying every detail ourselves, and tracing bugs back to their source.&lt;/p&gt;&#xA;&lt;p&gt;In Vibe Coding—&lt;/p&gt;&#xA;&lt;p&gt;The process is completely different:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;I express my needs (in natural language, through a diagram, or by giving an example) to the AI: &amp;ldquo;I want this kind of function/effect/result.&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;The AI (whether it&amp;rsquo;s ChatGPT, Copilot, or an agent in a dedicated Vibe Coding platform) automatically generates the code and interface without me needing to worry about how it works.&lt;/li&gt;&#xA;&lt;li&gt;I use the actual results to &amp;ldquo;verify&amp;rdquo;: if it’s correct, I accept it; if not, I provide feedback and ask the AI to adjust.&lt;/li&gt;&#xA;&lt;li&gt;This cycle continues until the results I see align perfectly with my expectations, and the code is ready.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;In essence, humans are responsible for &lt;strong&gt;posing questions and reviewing&lt;/strong&gt;, while AI handles &lt;strong&gt;solving problems and grading&lt;/strong&gt;. The entire process is immersed in a closed loop of &amp;ldquo;&lt;strong&gt;immediate feedback → adjustment → further feedback → further adjustments&lt;/strong&gt;,&amp;rdquo; allowing me to focus solely on the outcome, embodying a truly laid-back productivity style.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-is-the-process-of-vibe-coding&#34;&gt;What is the Process of Vibe Coding?&#xA;&lt;/h2&gt;&lt;p&gt;I’ve roughly sketched a flowchart:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;229px&#34; data-flex-grow=&#34;95&#34; height=&#34;1130&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b2fa809369/img-6e7cf23b2f.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b2fa809369/img-6e7cf23b2f_hu_4695e000b5538fcd.jpeg 800w, https://gameflycenter.com/posts/note-b2fa809369/img-6e7cf23b2f.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;A relatable analogy: it’s like ordering takeout—you just choose the dishes, and the AI does the cooking. If the food doesn’t suit your taste, you simply provide feedback! The AI chef will immediately make changes until you’re satisfied.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-is-this-approach-enjoyable&#34;&gt;Why is This Approach Enjoyable?&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Extremely High Efficiency&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;You save a lot of time worrying about underlying logic and debugging, focusing entirely on &amp;ldquo;what do I want&amp;rdquo;; the details are handled by AI.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;2. Zero Barrier to Entry&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;You don’t need to be a programming expert; even beginners can engage. The thought process relies on subjective feelings and immediate adjustments, making it suitable for rapid trial and error, product prototype validation, and visual demos.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;3. More Immersive, Almost Like Divine Assistance&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;You’re not bogged down by code, fully immersing yourself in the act of &amp;ldquo;creation&amp;rdquo; and &amp;ldquo;expression&amp;rdquo;. When you notice something is off, you can quickly correct it, leading to a smooth workflow.&lt;/p&gt;&#xA;&lt;h2 id=&#34;common-vibe-coding-tools&#34;&gt;Common Vibe Coding Tools&#xA;&lt;/h2&gt;&lt;p&gt;In essence, any tool that allows for &amp;ldquo;immersive experience + AI automatic adjustments + instant previews&amp;rdquo; qualifies as a Vibe Coding tool. The current trend of &amp;ldquo;immersive programming&amp;rdquo; and results-oriented Vibe Coding relies heavily on the synergy of AI IDEs and tools.&lt;/p&gt;&#xA;&lt;p&gt;Here are a few of the most enjoyable tools available on the market today:&lt;/p&gt;&#xA;&lt;h2 id=&#34;1-cursor&#34;&gt;1. Cursor&#xA;&lt;/h2&gt;&lt;p&gt;Honestly, among the current IDEs for coding, Cursor is definitely a top contender! Its built-in AI assistant can significantly ease your workload. Just tell it your requirements, and Cursor can help you write code, debug, adjust logic, and even automatically refactor, making the process incredibly smooth. You only need to review the results and suggest changes, while the AI takes care of the code details, perfectly aligning with the Vibe Coding style of &amp;ldquo;immersion-feedback-adjustment&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;487px&#34; data-flex-grow=&#34;203&#34; height=&#34;532&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b2fa809369/img-409c2dc816.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b2fa809369/img-409c2dc816_hu_4da5f793f11dd950.jpeg 800w, https://gameflycenter.com/posts/note-b2fa809369/img-409c2dc816.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;2-trae&#34;&gt;2. Trae&#xA;&lt;/h2&gt;&lt;p&gt;Trae.ai is another AI programming IDE, a product from ByteDance, currently available for free. It allows you to write code, check documentation, and add interfaces, and you can converse with it to modify features and troubleshoot, achieving results with less effort.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;481px&#34; data-flex-grow=&#34;200&#34; height=&#34;538&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b2fa809369/img-e9ccb541f7.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b2fa809369/img-e9ccb541f7_hu_999c5ec570f2f2a7.jpeg 800w, https://gameflycenter.com/posts/note-b2fa809369/img-e9ccb541f7.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;3-vscode--cline-plugin&#34;&gt;3. VSCode + Cline Plugin&#xA;&lt;/h2&gt;&lt;p&gt;If you are a loyal VSCode user, I recommend trying the Cline plugin. It integrates the AI assistant directly into VSCode, allowing seamless collaboration with the editor. You can write code, check APIs, and request features, and it will help you generate, complete, and refactor code, even connecting to the Apifox MCP Server with one click to automatically retrieve and utilize API documentation. This transforms development into a process of &amp;ldquo;VSCode writes - Cline thinks - AI produces results,&amp;rdquo; creating an incredibly smooth experience.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;418px&#34; data-flex-grow=&#34;174&#34; height=&#34;619&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b2fa809369/img-589bbf3591.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b2fa809369/img-589bbf3591_hu_1f3aaf506ffe108c.jpeg 800w, https://gameflycenter.com/posts/note-b2fa809369/img-589bbf3591.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;4-apifox-mcp-server&#34;&gt;4. Apifox MCP Server&#xA;&lt;/h2&gt;&lt;p&gt;When discussing knowledge management and API data in the AI era, the MCP Server is truly noteworthy.&lt;/p&gt;&#xA;&lt;p&gt;What’s its strength? Simply put, it can take the API documentation you’ve written (such as your project API specifications, fields, usage instructions, etc.) and feed it to &lt;strong&gt;Cursor, Trae, VS Code (with the Cline plugin), or any other supported AI tools&lt;/strong&gt; with one click.&lt;/p&gt;&#xA;&lt;p&gt;The biggest advantage is that you can focus on coding and business without memorizing API interfaces or repeatedly checking documentation. Just tell the AI: &amp;ldquo;Generate the Product interface based on the API documentation,&amp;rdquo; &amp;ldquo;Add a few new fields in the DTO,&amp;rdquo; or &amp;ldquo;Write detailed comments for all fields&amp;rdquo;&amp;hellip; and the AI will take care of it automatically, truly achieving professional code, interfaces, and comments that are &amp;ldquo;standardized upon writing, synchronized with any changes.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;419px&#34; data-flex-grow=&#34;174&#34; height=&#34;618&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b2fa809369/img-4ec991116a.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b2fa809369/img-4ec991116a_hu_22b3898dfe79ed49.jpeg 800w, https://gameflycenter.com/posts/note-b2fa809369/img-4ec991116a.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;With the MCP Server, the &amp;ldquo;knowledge blind spots&amp;rdquo; in AI programming are virtually eliminated, leading to a significant boost in efficiency and more professional teamwork, especially suitable for backend, microservices, collaborative projects, and various automation and intelligent code generation tasks.&lt;/p&gt;&#xA;&lt;h2 id=&#34;conclusion&#34;&gt;Conclusion&#xA;&lt;/h2&gt;&lt;p&gt;Vibe Coding represents the ultimate comfort for humans—focusing solely on results and articulating needs while leaving everything else to AI. If you discover anything that doesn’t meet your expectations, simply tell the AI, &amp;ldquo;Make adjustments and provide feedback immediately,&amp;rdquo; maximizing the immersive experience and achieving extraordinary efficiency.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;·END·&lt;/strong&gt;&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>DeepSeek V3.2: A Powerful and Affordable Alternative to Google and OpenAI</title>
            <link>https://gameflycenter.com/posts/note-5583b7162c/</link>
            <pubDate>Wed, 03 Dec 2025 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-5583b7162c/</guid>
            <description>&lt;h2 id=&#34;deepseek-v32-a-powerful-and-affordable-alternative&#34;&gt;DeepSeek V3.2: A Powerful and Affordable Alternative&#xA;&lt;/h2&gt;&lt;p&gt;On December 1, DeepSeek announced the release of version 3.2, which is now available to all users. This update includes local deployment models uploaded to various open-source communities. According to official testing, &lt;strong&gt;DeepSeek V3.2&amp;rsquo;s inference capabilities are now comparable to OpenAI&amp;rsquo;s GPT-5, but at a significantly lower cost&lt;/strong&gt;, which is exciting for many users.&lt;/p&gt;&#xA;&lt;h2 id=&#34;enhanced-inference-at-a-lower-cost&#34;&gt;Enhanced Inference at a Lower Cost&#xA;&lt;/h2&gt;&lt;p&gt;DeepSeek V3.2 comes in two versions: the free version available on the DeepSeek website and the API-accessible DeepSeek V3.2-Speciale. The Speciale version boasts enhanced inference capabilities and is designed to explore the limits of the model&amp;rsquo;s reasoning abilities.&lt;/p&gt;&#xA;&lt;p&gt;The V3.2-Speciale actively enters a &amp;ldquo;long-thinking enhancement&amp;rdquo; mode and incorporates the theorem-proving capabilities of DeepSeek-Math-V2, enhancing its instruction-following, mathematical proof, and logical verification abilities. &lt;strong&gt;In official tests, V3.2-Speciale&amp;rsquo;s performance on inference benchmarks rivals that of the latest Gemini-3.0-Pro.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 10&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;430px&#34; data-flex-grow=&#34;179&#34; height=&#34;602&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-5583b7162c/img-01c5046ac3.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-5583b7162c/img-01c5046ac3_hu_8a1326690b141793.jpeg 800w, https://gameflycenter.com/posts/note-5583b7162c/img-01c5046ac3.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;DeepSeek also tested V3.2-Speciale on finals from prestigious competitions such as IMO 2025 (International Mathematical Olympiad), CMO 2025 (Chinese Mathematical Olympiad), ICPC World Finals 2025 (International Collegiate Programming Contest), and IOI 2025 (International Olympiad in Informatics), achieving gold medal results.&lt;/p&gt;&#xA;&lt;p&gt;Notably, in the ICPC and IOI tests, it reached levels comparable to the second and tenth place human competitors, indicating significant advancements in programming capabilities. &lt;strong&gt;In head-to-head comparisons, DeepSeek V3.2-Speciale outperformed GPT-5 High, catching OpenAI off guard.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 11&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;337px&#34; data-flex-grow=&#34;140&#34; height=&#34;769&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-5583b7162c/img-8d3aad875c.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-5583b7162c/img-8d3aad875c_hu_d1dd65726b5f747d.jpeg 800w, https://gameflycenter.com/posts/note-5583b7162c/img-8d3aad875c.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;technical-breakthroughs&#34;&gt;Technical Breakthroughs&#xA;&lt;/h2&gt;&lt;p&gt;The main breakthrough of DeepSeek V3.2 is the introduction of the DeepSeek Sparse Attention (DSA) mechanism, which addresses efficiency issues in AI models&amp;rsquo; attention. Traditional attention mechanisms calculate associations between all elements in a sequence, while DSA selectively computes associations among key elements, significantly reducing the amount of data that needs to be processed.&lt;/p&gt;&#xA;&lt;p&gt;Similar technology was hinted at in a paper earlier this year, where DeepSeek introduced a new attention mechanism called NSA. However, the NSA mechanism was not publicly implemented in subsequent updates, leading to speculation about potential difficulties. It now appears that DeepSeek has found a better implementation method. The DSA mechanism operates like a search engine, quickly scanning long texts to create a &amp;ldquo;lightning indexer&amp;rdquo; for efficient data retrieval, contrasting with NSA&amp;rsquo;s fixed-area search approach.&lt;/p&gt;&#xA;&lt;p&gt;With DSA, &lt;strong&gt;the cost of 128K sequence inference can be reduced by over 60%, speeding up inference by approximately 3.5 times, and reducing memory usage by 70%, all without significantly degrading model performance.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Official data shows that during AI model testing on the H800 cluster, the pre-fill cost per million tokens dropped from $0.70 to around $0.20, while the decoding cost fell from $2.40 to $0.80, making DeepSeek V3.2 potentially the lowest-cost model for long-text inference among its peers.&lt;/p&gt;&#xA;&lt;h2 id=&#34;tool-utilization&#34;&gt;Tool Utilization&#xA;&lt;/h2&gt;&lt;p&gt;In addition to the DSA mechanism, DeepSeek V3.2 allows AI models to utilize tools during their reasoning process without requiring training. This upgrade enhances DeepSeek V3.2&amp;rsquo;s general performance and better accommodates user-created tools due to its open-source nature.&lt;/p&gt;&#xA;&lt;p&gt;To test DeepSeek V3.2&amp;rsquo;s new features, I designed several questions to evaluate its responses, starting with a reasoning task:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Question: A is three years older than B, and B is two years older than C. In five years, A&amp;rsquo;s age will be twice that of C. What are their current ages?&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Answer:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 13&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;448px&#34; data-flex-grow=&#34;186&#34; height=&#34;636&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-5583b7162c/img-a57ca36b80.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-5583b7162c/img-a57ca36b80_hu_6cc1c65a015ea8f8.jpeg 800w, https://gameflycenter.com/posts/note-5583b7162c/img-a57ca36b80.jpeg 1188w&#34; width=&#34;1188&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The answer was correct, and the reasoning process involved multiple rounds of verification before arriving at the final answer.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 14&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;813px&#34; data-flex-grow=&#34;338&#34; height=&#34;330&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-5583b7162c/img-10548d0a55.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-5583b7162c/img-10548d0a55_hu_4e768807e9dd240f.jpeg 800w, https://gameflycenter.com/posts/note-5583b7162c/img-10548d0a55.jpeg 1118w&#34; width=&#34;1118&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 15&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;1081px&#34; data-flex-grow=&#34;450&#34; height=&#34;246&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-5583b7162c/img-ff55f68445.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-5583b7162c/img-ff55f68445_hu_40dc5b395026d00a.jpeg 800w, https://gameflycenter.com/posts/note-5583b7162c/img-ff55f68445.jpeg 1109w&#34; width=&#34;1109&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;DeepSeek verified the answer multiple times, ensuring accuracy under the DSA mechanism, which is crucial given the increased error probability associated with its sparse architecture.&lt;/p&gt;&#xA;&lt;p&gt;Next, I designed a multi-step task:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Search for today&amp;rsquo;s temperature in Beijing.&lt;/li&gt;&#xA;&lt;li&gt;Convert the temperature to Fahrenheit.&lt;/li&gt;&#xA;&lt;li&gt;Use a tool to check the conversion accuracy.&lt;/li&gt;&#xA;&lt;li&gt;Summarize whether today is suitable for outdoor activities.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;DeepSeek effectively understood the task and sequentially used search and mathematical tools to arrive at the answer:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 16&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;553px&#34; data-flex-grow=&#34;230&#34; height=&#34;531&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-5583b7162c/img-baf5840909.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-5583b7162c/img-baf5840909_hu_256ff94d4009763d.jpeg 800w, https://gameflycenter.com/posts/note-5583b7162c/img-baf5840909.jpeg 1224w&#34; width=&#34;1224&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The final answer was correct, and DeepSeek autonomously decided when to use the mathematical tool for verification, although it missed summarizing the suitability for outdoor activities. Nevertheless, it demonstrated the ability to make decisions about tool usage.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;In contrast, another AI faced with the same question understood the need to “call tools” but resorted to directly searching for data instead of following the steps.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 18&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;480px&#34; data-flex-grow=&#34;200&#34; height=&#34;396&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-5583b7162c/img-5b9b9ad4c5.jpeg&#34; width=&#34;792&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;In DeepSeek&amp;rsquo;s tool usage tutorial, similar problems are presented, demonstrating how multi-turn dialogue and tool usage can improve answer quality. DeepSeek has evolved from merely recalling answers to breaking down problems, asking targeted questions, and utilizing various tools to provide comprehensive solutions.&lt;/p&gt;&#xA;&lt;h2 id=&#34;a-strong-open-source-contender&#34;&gt;A Strong Open-Source Contender&#xA;&lt;/h2&gt;&lt;p&gt;Is DeepSeek V3.2 powerful? Yes, but it does not have a clear lead. Testing results show it competes closely with GPT-5 High and Gemini 3.0 Pro. However, a model that can match these benchmarks while offering inference costs that are only a third or less of mainstream models and is fully open-source can disrupt the entire market. This is the fundamental logic behind DeepSeek&amp;rsquo;s ability to revolutionize the industry.&lt;/p&gt;&#xA;&lt;p&gt;Previously, there was a common belief that &amp;ldquo;open-source models are always eight months behind closed-source models.&amp;rdquo; While this may be debatable, the release of DeepSeek V3.2 clearly challenges this notion. &lt;strong&gt;DeepSeek continues to advocate for full open-source access, especially with the introduction of DSA, which significantly lowers costs and enhances long-text capabilities, positioning open-source models as challengers rather than mere followers of closed-source giants.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;The cost revolution brought by DSA will significantly impact the commercialization of AI models, as both training and inference costs remain high. A reduction of 60% in costs not only affects operational expenses but also lowers initial deployment costs, enabling even small enterprises to train more powerful models.&lt;/p&gt;&#xA;&lt;p&gt;With lower costs for long-text interactions, advanced AI applications (agents, automated workflows, long-chain reasoning, etc.) will no longer be confined to enterprise markets but can be more effectively promoted for consumer use. This could greatly accelerate the trend of &amp;ldquo;AI tools replacing traditional software,&amp;rdquo; allowing AI to penetrate everyday use at the operating system level.&lt;/p&gt;&#xA;&lt;p&gt;For ordinary users, it may simply seem like an additional free and useful model, but in a few months, you may notice significant improvements in AI experiences across various hardware and software, likely thanks to DeepSeek&amp;rsquo;s contributions.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Exploring Vibe Coding: China&#39;s AI Models in Software Development</title>
            <link>https://gameflycenter.com/posts/note-0b0a530339/</link>
            <pubDate>Wed, 26 Nov 2025 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-0b0a530339/</guid>
            <description>&lt;h2 id=&#34;introduction-to-vibe-coding&#34;&gt;Introduction to Vibe Coding&#xA;&lt;/h2&gt;&lt;p&gt;Recently, a new term has been circulating in my tech circles: &lt;strong&gt;Vibe Coding&lt;/strong&gt;. Initially, I thought it was just another piece of jargon, but after using natural language to create a simple demo of &amp;ldquo;Plants vs. Zombies&amp;rdquo; in just ten minutes, I realized its significance.&lt;/p&gt;&#xA;&lt;p&gt;We are at a pivotal moment in software engineering. Programming, once considered a high-intelligence craft, is transforming into a design task that requires only &amp;ldquo;intention&amp;rdquo; and &amp;ldquo;aesthetic&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;Today, I want to step beyond mere technical parameters and deeply analyze the performance of several core AI models in the Vibe Coding space from a product manager&amp;rsquo;s perspective, discussing how to seize this opportunity and address potential concerns.&lt;/p&gt;&#xA;&lt;h2 id=&#34;identifying-the-problem-why-do-we-need-vibe-instead-of-syntax&#34;&gt;Identifying the Problem: Why Do We Need &amp;ldquo;Vibe&amp;rdquo; Instead of &amp;ldquo;Syntax&amp;rdquo;?&#xA;&lt;/h2&gt;&lt;p&gt;As a product manager, one of my most frustrating moments is when I have a brilliant idea and a beautifully drawn prototype, but the developers tell me, &amp;ldquo;This logic is complex; the backend architecture needs to be restructured, and it will take at least two weeks.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;The greatest barrier to innovation has never been imagination, but rather the marginal cost of implementation.&lt;/p&gt;&#xA;&lt;p&gt;Vibe Coding emerged to solve this problem. Its core logic is that humans define the &amp;ldquo;Vibe&amp;rdquo; (intention, business logic, vague goals), while AI handles all the dirty implementation details (code, dependencies, debugging).&lt;/p&gt;&#xA;&lt;p&gt;This reminds me of &lt;strong&gt;Andrej Karpathy&lt;/strong&gt;&amp;rsquo;s prediction: in the future, natural language will be the highest-level compiler for programming.&lt;/p&gt;&#xA;&lt;p&gt;But the question arises: can our domestic AI models compete in this arena defined by &lt;strong&gt;OpenAI&lt;/strong&gt; and &lt;strong&gt;Anthropic&lt;/strong&gt;?&lt;/p&gt;&#xA;&lt;h2 id=&#34;understanding-the-problem-vibe-coding-in-action-by-three-major-players&#34;&gt;Understanding the Problem: Vibe Coding in Action by Three Major Players&#xA;&lt;/h2&gt;&lt;p&gt;To find the answer, I deeply experienced three core products supporting Vibe Coding in China: &lt;strong&gt;DeepSeek&lt;/strong&gt;, &lt;strong&gt;Trae&lt;/strong&gt;, and &lt;strong&gt;Tongyi Lingma&lt;/strong&gt;. They felt like three engineers with distinct personalities.&lt;/p&gt;&#xA;&lt;h3 id=&#34;deepseek-the-hidden-intelligence-engine&#34;&gt;DeepSeek: The Hidden &amp;ldquo;Intelligence Engine&amp;rdquo;&#xA;&lt;/h3&gt;&lt;p&gt;DeepSeek&amp;rsquo;s first impression was &amp;ldquo;hardcore&amp;rdquo;. It lacks flashy interfaces and serves more as an intellectual powerhouse behind the scenes.&lt;/p&gt;&#xA;&lt;p&gt;I attempted to use it to solve a complex logic problem, with the core instruction being: &amp;ldquo;Recreate a simplified version of Plants vs. Zombies. On the left is a plant card bar with Peashooters and Sunflowers; on the right is a 9x5 lawn grid. Sunflowers produce sunlight over time, which can be collected by clicking; sunlight is consumed to plant Peashooters; zombies randomly appear from the right and move left, with Peashooters automatically attacking the zombies in line.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;I was amazed by DeepSeek R1&amp;rsquo;s performance. Instead of directly outputting code like ordinary models, it first entered a &amp;ldquo;DeepThink&amp;rdquo; mode. It planned the game loop, inheritance relationships of entities (plants, zombies, bullets), collision detection mechanisms, and even considered the timer logic for sunlight production.&lt;/p&gt;&#xA;&lt;p&gt;The generated code was logically sound with very few bugs. This &amp;ldquo;Chain of Thought&amp;rdquo; reasoning capability solved the biggest pain point of Vibe Coding—AI often generates code that &amp;ldquo;looks correct but doesn&amp;rsquo;t run.&amp;rdquo; In scenarios involving multi-role interactions, state management, and complex timing logic, DeepSeek demonstrated remarkable control.&lt;/p&gt;&#xA;&lt;p&gt;Interestingly, its cost is low due to the MoE architecture, making API calls very affordable. For scenarios requiring frequent code modifications and repeated debugging of game balance, this is a delightful advantage.&lt;/p&gt;&#xA;&lt;h3 id=&#34;trae-the-all-round-partner&#34;&gt;Trae: The &amp;ldquo;All-round Partner&amp;rdquo;&#xA;&lt;/h3&gt;&lt;p&gt;If &lt;strong&gt;DeepSeek&lt;/strong&gt; is the engine, then &lt;strong&gt;Trae&lt;/strong&gt; from ByteDance is a finely furnished sports car.&lt;/p&gt;&#xA;&lt;p&gt;What surprised me most about Trae was its &amp;ldquo;SOLO mode&amp;rdquo;. In this mode, it is not just a code completion tool but an &amp;ldquo;autonomous agent&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;After generating the core logic with &lt;strong&gt;DeepSeek&lt;/strong&gt;, I used &lt;strong&gt;Trae&lt;/strong&gt; to optimize the interface and interactions. I instructed it: &amp;ldquo;Help me optimize the style of the plant card, adding a highlight border when selected. Additionally, when a zombie is hit, add a brief red flash effect to indicate damage.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Trae&lt;/strong&gt; not only modified the &lt;strong&gt;React&lt;/strong&gt; component&amp;rsquo;s &lt;strong&gt;CSS&lt;/strong&gt; styles but also automatically added a hit state (isHit) and corresponding visual feedback logic to the zombie component. It even executed terminal commands to install necessary animation libraries. This &amp;ldquo;self-looping&amp;rdquo; capability allowed me to refine the game experience without writing a single line of code.&lt;/p&gt;&#xA;&lt;p&gt;Moreover, &lt;strong&gt;Trae&lt;/strong&gt; employs a clever &amp;ldquo;dual-model strategy&amp;rdquo;: using its own Doubao model for simple style modifications and completions (fast) while using the &lt;strong&gt;DeepSeek&lt;/strong&gt; model for complex logical reasoning (accurate). This creates an extremely smooth user experience.&lt;/p&gt;&#xA;&lt;p&gt;However, as a PM, I also noticed privacy concerns. &lt;strong&gt;Trae&lt;/strong&gt; uploads the entire library code to build an index during operation, and its data collection strategy is quite aggressive. This may not matter for individual developers, but it could be a red flag for enterprise users.&lt;/p&gt;&#xA;&lt;h3 id=&#34;tongyi-lingma-the-steady-enterprise-gatekeeper&#34;&gt;Tongyi Lingma: The Steady &amp;ldquo;Enterprise Gatekeeper&amp;rdquo;&#xA;&lt;/h3&gt;&lt;p&gt;Alibaba Cloud&amp;rsquo;s Tongyi Lingma has a completely different temperament. It feels more like a consultant in a suit.&lt;/p&gt;&#xA;&lt;p&gt;Its Vibe Coding capability is reflected in its &amp;ldquo;Enterprise Knowledge Base (RAG)&amp;rdquo;. When I asked it to &amp;ldquo;add a user login and points leaderboard feature to this game, complying with the company&amp;rsquo;s internal user center specifications,&amp;rdquo; it automatically retrieved the internal SDK documents and API definitions I uploaded. The generated code was not only syntactically correct but also fully utilized the company&amp;rsquo;s unified login authentication component, adhering to the team&amp;rsquo;s coding style.&lt;/p&gt;&#xA;&lt;p&gt;For medium to large enterprises, this &amp;ldquo;controllable vibe&amp;rdquo; is essential. Additionally, its support for private deployment completely resolves compliance issues regarding data sovereignty. In the B2B market, Tongyi Lingma firmly maintains its defenses.&lt;/p&gt;&#xA;&lt;h2 id=&#34;comparative-analysis-our-gap-with-the-global-leaders&#34;&gt;Comparative Analysis: Our Gap with the Global Leaders&#xA;&lt;/h2&gt;&lt;p&gt;During my experience, I continuously compared it with foreign products like &lt;strong&gt;Cursor&lt;/strong&gt; and &lt;strong&gt;GitHub Copilot&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Objectively, &lt;strong&gt;DeepSeek R1&lt;/strong&gt;&amp;rsquo;s logical reasoning capabilities can already match &lt;strong&gt;OpenAI&lt;/strong&gt;&amp;rsquo;s o1, providing us with great confidence in complex algorithms and logic implementations. However, in terms of engineering experience, &lt;strong&gt;Cursor&lt;/strong&gt;&amp;rsquo;s Composer function remains the industry benchmark, offering precise context handling and fluid interactions. &lt;strong&gt;Trae&lt;/strong&gt; is closing the gap but still has room for refinement.&lt;/p&gt;&#xA;&lt;p&gt;Another gap lies in the openness of the ecosystem. Foreign Vibe Coding toolchains are very flexible, allowing &lt;strong&gt;Cursor&lt;/strong&gt; to switch between Claude, GPT, or DeepSeek models freely. In contrast, domestic products are more like &amp;ldquo;walled gardens&amp;rdquo;; &lt;strong&gt;Trae&lt;/strong&gt; is tied to Doubao/DeepSeek, and Tongyi Lingma is bound to Qwen. This closed nature somewhat limits developers&amp;rsquo; choices.&lt;/p&gt;&#xA;&lt;h2 id=&#34;solutions-new-infrastructure-for-product-managers&#34;&gt;Solutions: New Infrastructure for Product Managers&#xA;&lt;/h2&gt;&lt;p&gt;Based on the evaluations above, how can product managers effectively utilize domestic Vibe Coding capabilities?&lt;/p&gt;&#xA;&lt;h3 id=&#34;embrace-the-development-flow-of-prototype-as-product&#34;&gt;Embrace the Development Flow of &amp;ldquo;Prototype as Product&amp;rdquo;&#xA;&lt;/h3&gt;&lt;p&gt;The combination of Trae and DeepSeek has effectively shortened the MVP (Minimum Viable Product) development cycle from weeks to hours.&lt;/p&gt;&#xA;&lt;p&gt;I suggest PMs start trying hands-on development. Instead of creating static Axure prototypes, describe a game requirement in the style of &amp;ldquo;Plants vs. Zombies&amp;rdquo; using natural language and let AI generate an interactive web application. This not only allows for a more intuitive verification of gameplay and requirements but also provides a more tangible reference for communication with developers. Your core competitive advantage will shift from &amp;ldquo;drawing&amp;rdquo; to &amp;ldquo;defining architectural aesthetics&amp;rdquo; and &amp;ldquo;describing complex interactions&amp;rdquo;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;beware-of-vibe-coding-hangover&#34;&gt;Beware of &amp;ldquo;Vibe Coding Hangover&amp;rdquo;&#xA;&lt;/h3&gt;&lt;p&gt;This is a risk that must be acknowledged. Over-reliance on AI&amp;rsquo;s &amp;ldquo;Apply All&amp;rdquo; could lead to codebases rapidly swelling into incomprehensible &amp;ldquo;spaghetti code&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;The solution is to introduce an AI code review mechanism. Enterprises implementing Vibe Coding must accompany it with an automated Code Review Agent. Tongyi Lingma has already explored this aspect. We must ensure that the AI-generated code not only runs but is also maintainable.&lt;/p&gt;&#xA;&lt;h3 id=&#34;build-a-tool-stack-suitable-for-your-team&#34;&gt;Build a Tool Stack Suitable for Your Team&#xA;&lt;/h3&gt;&lt;p&gt;There are no best tools, only the most suitable combinations.&lt;/p&gt;&#xA;&lt;p&gt;If you are a startup team: &lt;strong&gt;Trae&lt;/strong&gt; is the first choice. Free, ready to use, and fast, one person can replace an entire team. If you are a tech enthusiast: use VS Code + DeepSeek R1 (local deployment). You have complete control over your data and can enjoy the fun of tinkering. If you are in a state-owned enterprise or large corporation: Tongyi Lingma Enterprise Edition. Compliance is paramount; utilize RAG technology to consolidate enterprise knowledge, allowing AI to become a knowledgeable external employee.&lt;/p&gt;&#xA;&lt;h2 id=&#34;conclusion-from-craftsman-to-industrial-designer&#34;&gt;Conclusion: From &amp;ldquo;Craftsman&amp;rdquo; to &amp;ldquo;Industrial Designer&amp;rdquo;&#xA;&lt;/h2&gt;&lt;p&gt;The rise of Vibe Coding signifies that software development is transitioning from the workshop era to the industrial age.&lt;/p&gt;&#xA;&lt;p&gt;In this new era, &lt;strong&gt;DeepSeek&lt;/strong&gt; has single-handedly lowered the cost of intelligence, &lt;strong&gt;Trae&lt;/strong&gt; has reshaped the ultimate interactive experience, and Tongyi Lingma has safeguarded enterprise security.&lt;/p&gt;&#xA;&lt;p&gt;For us product managers, this is a tremendous empowerment. We finally have the opportunity to step out of the quagmire of implementation and focus on what truly matters: understanding needs, defining value, and designing experiences.&lt;/p&gt;&#xA;&lt;p&gt;The future of software development may indeed only require a precise &amp;ldquo;Vibe&amp;rdquo;. Are you ready?&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Sundar Pichai Discusses AI Innovations and Future of Quantum Computing</title>
            <link>https://gameflycenter.com/posts/note-f7f1235251/</link>
            <pubDate>Wed, 26 Nov 2025 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-f7f1235251/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;On November 26, Logan Kilpatrick from Google DeepMind engaged in an in-depth conversation with Google CEO Sundar Pichai. They discussed the release of Gemini 3 and Nano Banana Pro, as well as Google&amp;rsquo;s overall momentum in AI development. Pichai highlighted Google&amp;rsquo;s long-term investments in infrastructure and the rise of Vibe Coding, sharing his outlook on the future of quantum computing.&lt;/p&gt;&#xA;&lt;h2 id=&#34;ai-first-strategy&#34;&gt;AI-First Strategy&#xA;&lt;/h2&gt;&lt;p&gt;Pichai revealed that Google established its AI-first strategy back in 2016, driven by breakthroughs from Google Brain, the introduction of DeepMind, and the success of AlphaGo. This long-term perspective has allowed Google to achieve an innovation stacking effect at every layer of its tech stack, from infrastructure optimization to model training and product application, creating a complete technological loop. He emphasized that Google&amp;rsquo;s full-stack innovation from chips to applications is generating a multiplicative effect, with Gemini becoming the core link across all product lines.&lt;/p&gt;&#xA;&lt;h2 id=&#34;nano-banana-pro-and-vibe-coding&#34;&gt;Nano Banana Pro and Vibe Coding&#xA;&lt;/h2&gt;&lt;p&gt;The recently launched Nano Banana Pro has sparked enthusiastic responses in the market, showcasing users&amp;rsquo; incredible creativity through infographics created with the model. Pichai believes this reveals the latent creativity within people, with Google providing tools for more individuals to express their ideas. He specifically mentioned the phenomenon of &amp;ldquo;Vibe Coding,&amp;rdquo; where AI is lowering the barriers to programming, enabling non-technical individuals to create applications, akin to the impact of blogs and YouTube on writing and video creation.&lt;/p&gt;&#xA;&lt;h2 id=&#34;quantum-computing-outlook&#34;&gt;Quantum Computing Outlook&#xA;&lt;/h2&gt;&lt;p&gt;Additionally, Pichai discussed advancements in quantum computing, expressing optimism that in about five years, we will be incredibly excited about quantum technology, similar to our current feelings about AI.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;431px&#34; data-flex-grow=&#34;179&#34; height=&#34;673&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-f7f1235251/img-15d69bdad1.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-f7f1235251/img-15d69bdad1_hu_68500ed700d8dbb6.jpeg 800w, https://gameflycenter.com/posts/note-f7f1235251/img-15d69bdad1.jpeg 1209w&#34; width=&#34;1209&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;key-points-from-the-conversation&#34;&gt;Key Points from the Conversation&#xA;&lt;/h2&gt;&lt;ul&gt;&#xA;&lt;li&gt;The 2012 Google Brain&amp;rsquo;s &amp;ldquo;cat paper&amp;rdquo; achieved breakthroughs in image classification; in 2014, Google DeepMind was introduced; and January 2016 marked the moment of AlphaGo. In May 2016, Google announced its first TPU, marking a pivotal moment for the company as it transitioned to an AI-first approach.&lt;/li&gt;&#xA;&lt;li&gt;Adopting a full-stack approach means that innovations at every layer permeate the entire system, creating a multiplier effect.&lt;/li&gt;&#xA;&lt;li&gt;Gemini serves as a tangible link connecting all of Google&amp;rsquo;s products, from Cloud to Waymo to Search.&lt;/li&gt;&#xA;&lt;li&gt;Nano Banana Pro has crossed the chasm, particularly in infographics and fact-checking in conjunction with Google Search, aligning with Google&amp;rsquo;s mission to organize the world&amp;rsquo;s information and make it universally accessible.&lt;/li&gt;&#xA;&lt;li&gt;Developers are excited about Flash, as it enables them to serve more people. Pichai believes 3.0 Flash will be an excellent model, possibly the best yet.&lt;/li&gt;&#xA;&lt;li&gt;Quantum computing is a fantastic prediction, with the potential for excitement akin to today&amp;rsquo;s AI in about five years. By 2027, we might deploy TPUs in space.&lt;/li&gt;&#xA;&lt;li&gt;Vibe Coding resembles the rise of the internet, where more people became writers and creators, and this change is palpable even within Google.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;full-conversation&#34;&gt;Full Conversation&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Logan Kilpatrick:&lt;/strong&gt;&#xA;Hello everyone, welcome back to Release Notes. I&amp;rsquo;m Logan Kilpatrick from the Google DeepMind team. Today, we have Sundar Pichai, CEO of Google and Alphabet. We&amp;rsquo;re in Mountain View. Gemini 3 has been released, and Nano Banana Pro is out with very positive feedback. So, would you like to summarize this moment of progress for us? Now we not only have top models like Gemini and Nano Banana Pro but also Vo and other music models, blossoming across the board. It feels like the longer we wait, the more emerges. So, I don&amp;rsquo;t know, do you want to paint a picture of this moment for us?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Sundar Pichai:&lt;/strong&gt;&#xA;First of all, it&amp;rsquo;s great to be here. I want to say this is an extraordinary week. You know, when you&amp;rsquo;re doing R&amp;amp;D internally, you envision the moment when you can truly showcase all the results. There&amp;rsquo;s nothing more exciting than that moment when you&amp;rsquo;re committed to a product. This week reflects that.&lt;/p&gt;&#xA;&lt;p&gt;But I think this is built on years of foundation and all our deep investments. It&amp;rsquo;s been clear to me that you can see the speed at which we are making progress. All the seeds have come together, and it&amp;rsquo;s indeed very special. Just in the past few weeks, I was reflecting that we seem to be releasing new things almost every day. So, it&amp;rsquo;s a wonderful feeling.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Logan Kilpatrick:&lt;/strong&gt;&#xA;Indeed. I remember about a year and a half ago I was chatting with you, and I was complaining about something. I was definitely complaining about something, and you said something that pushed me to look at things from a long-term perspective. I&amp;rsquo;m curious about how you maintain that long-term view, especially in this highly competitive moment where it feels like an endless race to stay 1% ahead on the leaderboard. Clearly, long-term vision is crucial.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Sundar Pichai:&lt;/strong&gt;&#xA;I&amp;rsquo;ve always forced myself to step back. The pace in our industry is fast, and you want to iterate quickly, and I really enjoy that. But being able to step back, lay out a long-term plan, and stay focused on a long-term goal is always crucial.&lt;/p&gt;&#xA;&lt;p&gt;In 2016, I wanted the entire company to be AI-first. A large part of what facilitated that moment was the 2012 Google Brain breakthrough, the introduction of Google DeepMind in 2014, and the moment of AlphaGo in January 2016. Then people noticed—many did in May 2016—when we announced our first TPU.&lt;/p&gt;&#xA;&lt;p&gt;Yes, so in 2016, seeing all this, I was clear we were going to experience another platform shift. That was the bet on the full-stack approach, positioning Google as an AI-first company. Since then, we&amp;rsquo;ve made significant progress. There have been too many breakthroughs from Google, including Transformer. We&amp;rsquo;ve applied it to our products, like Bert and MUM, improving search, launching Google Photos, etc.&lt;/p&gt;&#xA;&lt;p&gt;With the advent of generative AI, I realized the window of opportunity was even larger. People are ready to use this technology at scale, whether consumers, developers, etc. So how do we respond to such a moment? For us, AI means we initiated the Gemini project, spanning Google Brain and Google DeepMind. As part of that, we decided to merge the teams into Google DeepMind, significantly increasing our investments in infrastructure, data centers, TPU, GPU, etc.&lt;/p&gt;&#xA;&lt;p&gt;Next, you know you need to get the company into a faster rhythm, right? Now that you have the technology, once the GDM team starts releasing Gemini, you can discuss the series of milestones we&amp;rsquo;ve experienced with Gemini. I&amp;rsquo;m glad you&amp;rsquo;ve played a role in many aspects of this journey. Now, how do you ensure it manifests in all our products? Many products touch billions of users, right? How do you iterate search with the capabilities these models can achieve? That&amp;rsquo;s our journey. But you know, you can step back to understand this framework. It&amp;rsquo;s very exciting because this is the first time that when you adopt a full-stack approach, every layer of innovation permeates the entire system to the top.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Logan Kilpatrick:&lt;/strong&gt;&#xA;That&amp;rsquo;s how I explain pre-training. DeepMind&amp;rsquo;s pre-training works remarkably well on Gemma. My model, like post-training, reinforcement learning acts as an accelerator for underlying capabilities. I feel our infrastructure is similar.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Sundar Pichai:&lt;/strong&gt;&#xA;Absolutely right. You improve the infrastructure, optimizing model performance in training, testing, and computation. Where do we improve the model? Or how do you acquire those capabilities and reflect them in products, right? How does Nano Banana appear in your products? Generative UI with AI mode in search, right? So, you improve at every level, not to mention providing these improvements to developers, allowing them to innovate on top of that, right? That&amp;rsquo;s where the multiplicative effect comes from. And all of this is always incredibly exciting. Watching all of this is always thrilling.&lt;/p&gt;&#xA;&lt;p&gt;But you know, we&amp;rsquo;ve always had a long-term plan, thinking about how to achieve our goals. Some aspects take time because we adopt a full-stack approach. When we needed to respond to the challenges posed by the AI era, I don&amp;rsquo;t know, our capabilities were indeed insufficient at that time. So we needed to invest to scale up, ensuring all aspects reach a certain scale to guarantee fixed costs. Therefore, if you stand from an external perspective, you might feel we are progressing slowly or lagging behind. But in reality, we&amp;rsquo;ve been building all the necessary frameworks and then advancing execution on that basis. Now we have succeeded, and you can see various teams are moving forward rapidly.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Logan Kilpatrick:&lt;/strong&gt;&#xA;Yes, seeing all this is incredible. You mentioned Gemini appearing in all our products. I think I was discussing this anchor point with Josh and Tulsi regarding the challenge—I feel some of the challenges facing some of these releases now are synchronizing releases, and it may not even be from a product perspective but from a capacity perspective, and how to ensure models are well presented across all different product experiences. I feel this introduces a new&amp;hellip; we almost&amp;hellip; I&amp;rsquo;ve commented on similar things; we&amp;rsquo;ve nailed the model itself, and there&amp;rsquo;s clearly more work to do, but deploying them across all Google product interfaces is extremely difficult, which reminds me of this. I had an insight at this year&amp;rsquo;s I/O, and I want to confirm with you because maybe you have a different view, but historically, apart from your Gmail or your Google account, there seems to be no such thread that connects the entire suite of products Google has, from Cloud to Waymo to Search to all other products like Gmail. And now, it feels like Gemini is that thread, genuinely connecting every one of our products. It feels like something magical is happening. I don&amp;rsquo;t know your reaction to that.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Sundar Pichai:&lt;/strong&gt;&#xA;I think it is Gemini. I know your perspective is great. But for me, Gemini signifies much more. It clearly embodies the essence of the AI-first strategy. Indeed, because now we have tangible, understandable products like Gemini. And you&amp;rsquo;re right; Gemini can enhance services across the board, from search, YouTube, cloud services to Vemo.&lt;/p&gt;&#xA;&lt;p&gt;Regarding the release of Gemini 3, one thing I love is that you mentioned synchronized releases. We&amp;rsquo;ve switched many products in synchrony. But for me, seeing on X, it could be Copilot or Replied or Figma, you know, everyone gathering together, synchronously releasing. Yes, indeed. For me, that&amp;rsquo;s scalable innovation, right? Not just us, but other companies in the world. Seeing all this is remarkable.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Logan Kilpatrick:&lt;/strong&gt;&#xA;Yeah, awesome. Looking at other posts, and that Nano Banana Pro moment, I&amp;rsquo;m sure you spent quite a bit of time studying this model. People are going crazy for it; it&amp;rsquo;s fantastic. I must continue&amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Sundar Pichai:&lt;/strong&gt;&#xA;I can&amp;rsquo;t help but ask, are we raising the world&amp;rsquo;s productivity, or merely satisfying entertainment needs? Is this net progress or not? Those infographics look amazing. I believe when we move beyond the entertainment phase, I just saw Ajrim on X posting his core weaving analysis infographic. So, you know, it prompts me to study it closely. Years ago, a problem brought by PowerPoint was that people kept making more and more slides, and I used to collect a lot of information, and the amount of information kept growing. Perhaps with Nano Banana Pro, we return to a tool that can compress information and present it to the world in a more understandable way.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Logan Kilpatrick:&lt;/strong&gt;&#xA;Yes, that&amp;rsquo;s precisely what I was going to say. Historically, I&amp;rsquo;ve personally been skeptical about how much use many generative media models have for the world. Clearly, from an entertainment perspective, it&amp;rsquo;s useful, but it feels like Nano Banana Pro has crossed the chasm, especially in infographics and fact-checking in conjunction with Google Search, effectively aligning with what I believe I can clearly see how this becomes part of Google&amp;rsquo;s mission—to organize the world&amp;rsquo;s information and make it universally accessible—through those infographics. It shocked me; it was so interesting. I think it&amp;rsquo;s a good reminder that we will see those use cases. I remember when we created some content, the Nano Banana team mentioned they didn&amp;rsquo;t even deliberately try to make the infographics look good; it just naturally happened as the model became very powerful, and the text rendering capabilities significantly improved.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Sundar Pichai:&lt;/strong&gt;&#xA;That&amp;rsquo;s interesting. Another thing it shows me is how much latent creativity exists in the world. What we&amp;rsquo;re witnessing is another wonderful thing: I believe people will express themselves, and we&amp;rsquo;re providing tools for them to realize their ideas as they envision them, right? So I think otherwise, we&amp;rsquo;ve been limited by the tools in front of people. You might not realize it, but we&amp;rsquo;re creating increasingly expressive tools, and they are becoming easier to use for more and more people. So seeing all this, you know, is also incredibly exciting.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Logan Kilpatrick:&lt;/strong&gt;&#xA;I have another question about this aspect, but one of the&amp;hellip; I have to credit Tulsi. Tulsi suggested I ask you this question while talking to you because she was curious about how you measure the success of these moments when you see these releases and significant moments for Google happening. Is it the online feedback? Is it how the first-day adoption looks? Or how do you measure whether this truly brings change to Google?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Sundar Pichai:&lt;/strong&gt;&#xA;You see, on release day, I&amp;rsquo;m quite active, trying to understand what&amp;rsquo;s working. I&amp;rsquo;m looking for feedback, for example, I&amp;rsquo;m trying to see how ordinary users are experiencing the product on X. I might reply to people saying, look, that&amp;rsquo;s a reasonable point; we should address it. So in a sense, I assess this by observing these things. I&amp;rsquo;m very clear that internal teams are also using Gemini itself to collect and organize information. We have great dashboards. So I try to synthesize information from various sources. One of them is I need to feel it firsthand, right? So I receive reports, but I&amp;rsquo;m also trying to understand how people are using it outside, what they are posting, right? And I think that&amp;rsquo;s important. I walk up to some people or look at those big screens showing multiple dashboards, checking QPS, understanding usage, worrying about capacity issues. But all of this gives you a real sense of what people are doing and saying. That&amp;rsquo;s my way. It&amp;rsquo;s a combination of online monitoring, talking to people, walking around, and sitting down to engage with people. I want to understand, especially on the first day, it really helps me understand what&amp;rsquo;s working and what isn&amp;rsquo;t.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Logan Kilpatrick:&lt;/strong&gt;&#xA;I feel like I can also sense the excitement in the atmosphere in the office right now.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Sundar Pichai:&lt;/strong&gt;&#xA;Everywhere I go, I see some version of banana, some&amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Logan Kilpatrick:&lt;/strong&gt;&#xA;I don&amp;rsquo;t know who did it, but Kudos to the events or facilities team; somehow they got a hundred thousand bananas into this building and made it happen. What&amp;rsquo;s exciting is that this is just the first chapter or page of the Gemini 3 saga. We haven&amp;rsquo;t launched Flash yet. We don&amp;rsquo;t have any other 3.0 category models yet. We released Gemini 2.5 Pro. In fact, when I look at a bunch of benchmarks, even 2.5 Pro isn&amp;rsquo;t leading in every aspect. Clearly, competitors have caught up. But even 2.5 Pro is still the best in class, with a lot of capabilities, and has made strides on top of 2.5 with Ro.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Sundar Pichai:&lt;/strong&gt;&#xA;2.5 Pro at Google I/O. You can feel it&amp;rsquo;s a huge leap. One thing that makes me feel good is that Demis&amp;rsquo;s team and the GDM team are maintaining a good rhythm, right? So we push forward on this about every six months. And it’s becoming increasingly difficult, right? Because you’re&amp;hellip; indeed, 2.5 Pro is a very good model. So to make a significant, meaningful leap from that, I think it’s challenging.&lt;/p&gt;&#xA;&lt;p&gt;But that&amp;rsquo;s what makes the progress exciting. I know you are always excited about Flash; it&amp;rsquo;s in development and coming soon. Developers are excited about Flash because it allows you to serve more people. In the pursuit of the frontier, this is indeed important. So I&amp;rsquo;m excited about 3.0 Flash. I think it will be an excellent model. It may be the best one we&amp;rsquo;ve had so far, right? We will see what our internal pre-training team has in mind for the next version.&lt;/p&gt;&#xA;&lt;p&gt;So this culture of continuous innovation and release makes this moment special, and it absolutely feels like as we enter 2026, with our comprehensive progress across all layers of the tech stack, there will be many exciting advancements.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Logan Kilpatrick:&lt;/strong&gt;&#xA;Do you have any strange or interesting release day rituals? Or is it just about getting through the day?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Sundar Pichai:&lt;/strong&gt;&#xA;Well, usually, my morning habit is a bit sad; I pick up my phone to understand what&amp;rsquo;s happening in the world. In fact, I don&amp;rsquo;t even check Google emails because my thought is that if something interesting about Google happens, it will be in the news. So I try to step back and absorb the news. That&amp;rsquo;s my approach. So largely, the ritual becomes using our products. When we appear in the news, I try to understand the questions you mentioned about how it works. So that&amp;rsquo;s my main habit. On release days, I try to keep the schedule less structured so I can spend time walking around to those teams dedicated to the product, seeing them, and understanding how they feel about what they released. That interaction is very important to me. So yes.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Logan Kilpatrick:&lt;/strong&gt;&#xA;I have another interesting observation about this. I think Dennis and others might have talked about this internally, but in the grading canopy office, there’s a micro-kitchen where a lot of DeepMind activities happen. Every time I&amp;rsquo;m there, it makes me feel&amp;hellip; clearly, Google is vast, global, and all these things are happening. But that blue MK makes Google feel small and intimate. I&amp;rsquo;m curious if there&amp;rsquo;s anything interesting about that, like how you&amp;hellip; it feels small and intimate, and I&amp;rsquo;m curious how you&amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Sundar Pichai:&lt;/strong&gt;&#xA;Oh, that reminds me of early Google. Clearly, you know, I often went there. Perhaps, you know, Sergey was there, and there were people like Min, Jeff, and Sanjay, Parr program still, they were all making their espresso. How can you feel the culture more than watching people make espresso there? I would never dare to make espresso there. I know a lot about how to make good coffee, but I feel a bit shy among that group. But, you know, just last week, Demis and Oriol were still walking around there, you know, it&amp;rsquo;s talent dense, and people are constantly exchanging ideas. Visitors come. The exchange of thoughts is very active. So I like that, you know, it reminds me of what the company looked like in its early days. Some of our service teams, like Emma and others, are also there. You know, when I mention I want to check QPS, that might be the place I go, you know, I wander in front of these people&amp;rsquo;s screens trying to understand what&amp;rsquo;s happening. So that&amp;rsquo;s definitely part of what I love about how the company operates.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Logan Kilpatrick:&lt;/strong&gt;&#xA;Yes, my Google feature request is that we need to somehow recreate something like MK in all PAs. I don&amp;rsquo;t know how to achieve that, but&amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Sundar Pichai:&lt;/strong&gt;&#xA;You know, other teams have similar versions too. I think it really helps pull people back to the office because when you&amp;rsquo;re there, you realize the value of exchanging ideas. You can still return to your place of work and have focused time, but you know, that moment is really helpful. I think so.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Logan Kilpatrick:&lt;/strong&gt;&#xA;So far, much of what you&amp;rsquo;ve talked about regarding AI seems like we&amp;rsquo;re making these very long-term investments and laying the groundwork for the company&amp;rsquo;s success, such as Cloud doing well, Waymo doing well, and hopes for quantum computing as well. Just announced a bunch of other&amp;hellip; quantum computing things are beyond my understanding, but I’ve been trying to understand it through the &amp;ldquo;Vibe Coding&amp;rdquo; experience&amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Sundar Pichai:&lt;/strong&gt;&#xA;That&amp;rsquo;s one of the ways to test whether Gemini 3 can help understand these topics more deeply, which is appealing.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Logan Kilpatrick:&lt;/strong&gt;&#xA;Yes, it can bring everything to life, and I&amp;rsquo;m satisfied with what we want to express with that slogan. But how do you view infrastructure building for the next decade? Or have we already realized that AI is key, so now all hopes are pinned on it? I&amp;rsquo;m curious how you view the development prospects for the next decade and what areas we should invest in now to prepare for the next phase of success.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Sundar Pichai:&lt;/strong&gt;&#xA;Oh, you see, I think this has always been important, right? You know, ten years ago, we bet on AI, and we invested deeply and in a full-stack manner. We bet on building other large new businesses to diversify the company, investing in YouTube, investing in cloud computing. Google is regarded as a cloud-native company you can&amp;rsquo;t imagine, but we didn&amp;rsquo;t fully offer this service externally at that time. So that was a deep, large-scale investment in cloud computing. You know, Waymo, these take time. Waymo is a long-term investment. I think the turning point we see now is far beyond that.&lt;/p&gt;&#xA;&lt;p&gt;There will always be people predicting the future, right? Quantum computing is a fantastic prediction. I believe that in about five years, we will be as excited about quantum computing as we are about AI today. But I&amp;rsquo;ve been thinking about this timeframe. For example, two weeks ago, we announced the &amp;ldquo;Project Sun Catcher,&amp;rdquo; where we will build data centers in space. Clearly, this is like the moon landing project. Now it seems some ideas are indeed crazy. But you know, when you really calm down and envision how much computing resources we will need in the future, everything becomes reasonable; it&amp;rsquo;s just a matter of time. So how can progress be made? You need to work backward, set 27 milestones, and then push forward step by step. So by 2027, we might deploy some TPUs in space. Oh, maybe we will encounter a Tesla sports car flying in space. Just thinking about it is interesting.&lt;/p&gt;&#xA;&lt;p&gt;But this is an example of the long-term projects you want to undertake and implement, along with projects like AlphaFold and exciting work in robotics like Wing. So, you know, looking long-term, continually making progress.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Logan Kilpatrick:&lt;/strong&gt;&#xA;When I see TPUs going to space, I contacted Thomas and said we should put Gemini on a lunar rover and let it explore the moon. That would be a great marketing campaign, even if it&amp;rsquo;s not super useful scientifically. So&amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Sundar Pichai:&lt;/strong&gt;&#xA;Who knows, maybe the product has already done something somewhere.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Logan Kilpatrick:&lt;/strong&gt;&#xA;I believe it has. This&amp;hellip; you mentioned this thread earlier, that the continuous enhancement of capabilities equates to raising the baseline threshold of creativity for everyone. I personally feel that way. I feel like I&amp;rsquo;m not inherently super creatively artistic. However, now I can handle tasks that historically required creativity to accomplish, which empowers me. I feel like I&amp;rsquo;ve actually become more creative, and even the way I view the world has changed because of these tools, and I&amp;rsquo;m no longer worried about not being able to do something.&lt;/p&gt;&#xA;&lt;p&gt;I think &amp;ldquo;Vibe Coding&amp;rdquo; is a huge example. This is a key moment; this power—one of the most transformative forces in history, the ability to create software and code—is now accessible to more people. I&amp;rsquo;m curious about you; obviously, you sometimes engage in &amp;ldquo;Vibe Coding.&amp;rdquo; I&amp;rsquo;m curious how you view that moment when AI builders (not just traditional software engineers) can&amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Sundar Pichai:&lt;/strong&gt;&#xA;Create things. What excites me now is that this is almost like the rise of the internet, where blogs suddenly emerged, and more people became writers, right? And YouTube, where more people became creators. Yes, you can feel this change in the programming field, even internally at Google, where the number of people submitting their first certifications has surged, right? And that’s precisely because of these tools; they make it all easier, right? You know, maybe you are a product marketer with an idea. How would you describe it in the past?&lt;/p&gt;&#xA;&lt;p&gt;Now maybe you’re a bit like using &amp;ldquo;Vibe Coding&amp;rdquo; to get it out there and show it to others. So you can see this in action. I just spoke with a team member who doesn&amp;rsquo;t code but has been trying; he teaches his son Spanish verb conjugations and uses Gemini 3&amp;rsquo;s HML animation pages to describe the sun. You see, when you hear stories like that, and this person is a member of our communications team, right? So you can see how everyone is starting to get involved. So this is very promising. In my limited time, I&amp;rsquo;ve tried it too.&lt;/p&gt;&#xA;&lt;p&gt;It’s almost like, you know, not just &amp;ldquo;Vibe Coding,&amp;rdquo; but these IDEs now make coding so enjoyable, right? Of course, I&amp;rsquo;m not dealing with large codebases where you have to ensure everything is correct, and security must be in place. So you know, those people should raise their opinions. But I do think I feel things are becoming more approachable. It’s exciting again. And the amazing thing is, it will only get better.&lt;/p&gt;&#xA;&lt;p&gt;Now, whenever people talk to me about Waymo, I always like to say: remember, this is the worst time for Waymo&amp;rsquo;s driving technology, right? It will only get better. Similarly, for all these tools we are developing, you know, using Gemini 3 for &amp;ldquo;Vibe Coding&amp;rdquo; in AI Studio, you know, seeing it is both astonishing, and it&amp;rsquo;s also its worst state. Yes, indeed. Both are true. So in a sense, you will see many advancements in the future. So I think this is undoubtedly an exciting moment, and I can&amp;rsquo;t wait to see what people around the world create with it.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Logan Kilpatrick:&lt;/strong&gt;&#xA;Yes, fantastic. I think my last question is, what&amp;rsquo;s next? What can we expect? There are many cool things in the pipeline, but what&amp;rsquo;s the first thing that comes to mind?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Sundar Pichai:&lt;/strong&gt;&#xA;I think some people need to take a break. I hope the team, all of us, can take a little time off. But you see, I&amp;rsquo;m excited about the roadmap for Gemini. I&amp;rsquo;m excited about how it integrates into all our products. We are also releasing new things, right? I love Flow. I&amp;rsquo;ve been experiencing Flow notebook alum. You know, it has a passionately growing community, seeing journalists working on it, people using it for their doctoral research, really putting all the research in there, it&amp;rsquo;s amazing. So there’s more to come.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>In-Depth Review: Cursor vs Claude Code for Product Managers</title>
            <link>https://gameflycenter.com/posts/note-5caa9e227f/</link>
            <pubDate>Sun, 16 Nov 2025 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-5caa9e227f/</guid>
            <description>&lt;h2 id=&#34;in-depth-review-cursor-vs-claude-code-for-product-managers&#34;&gt;In-Depth Review: Cursor vs Claude Code for Product Managers&#xA;&lt;/h2&gt;&lt;p&gt;Recently, I have been using two AI programming tools simultaneously.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;The result shocked me: Claude Code is three times better for product managers than Cursor!&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;As someone who transitioned from a traditional product manager role, I can confidently say this.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Why? Because I have truly tried both.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;240px&#34; data-flex-grow=&#34;100&#34; height=&#34;1024&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-5caa9e227f/img-43f0b70266.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-5caa9e227f/img-43f0b70266_hu_9866d7eef95b58fa.jpeg 800w, https://gameflycenter.com/posts/note-5caa9e227f/img-43f0b70266.jpeg 1024w&#34; width=&#34;1024&#34;&gt;&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;testing-background-why-this-comparison&#34;&gt;Testing Background: Why This Comparison&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Case Study&lt;/strong&gt;: I used both tools to create a complete user management system.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Analysis&lt;/strong&gt;: I am a typical product manager with no coding skills. Therefore, the tests were conducted entirely from a product manager&amp;rsquo;s perspective.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Testing Dimensions&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Learning Curve (required technical knowledge)&lt;/li&gt;&#xA;&lt;li&gt;Communication Efficiency (AI&amp;rsquo;s ability to understand requirements)&lt;/li&gt;&#xA;&lt;li&gt;Code Quality (reliability of generated code)&lt;/li&gt;&#xA;&lt;li&gt;Debugging Difficulty (ease of fixing errors)&lt;/li&gt;&#xA;&lt;li&gt;Completion Speed (time from requirement to runnable product)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;My Identity&lt;/strong&gt;: Product manager with weak technical foundation, only able to write simple HTML.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Testing Project&lt;/strong&gt;: A complete management system including user registration, login, data management, and permission control.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Goal&lt;/strong&gt;: To see which tool is better suited for product managers to quickly realize their ideas.&lt;/p&gt;&#xA;&lt;p&gt;✅ &lt;strong&gt;Summary&lt;/strong&gt;: Real evaluations are meaningful from a product manager&amp;rsquo;s perspective.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;round-1-learning-curve-comparison&#34;&gt;Round 1: Learning Curve Comparison&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Case Study&lt;/strong&gt;: Difficulty of getting started with both tools from scratch.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Analysis&lt;/strong&gt;: Cursor requires some technical understanding, while Claude Code is simpler for product managers.&lt;/p&gt;&#xA;&lt;h3 id=&#34;cursors-learning-curve&#34;&gt;Cursor&amp;rsquo;s Learning Curve:&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Day 1&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Need to understand what an IDE is and what plugins are.&lt;/li&gt;&#xA;&lt;li&gt;Must learn basic terminal commands.&lt;/li&gt;&#xA;&lt;li&gt;Confused about what package.json is.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Day 3&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Starting to understand code structure.&lt;/li&gt;&#xA;&lt;li&gt;Still unable to debug.&lt;/li&gt;&#xA;&lt;li&gt;Stuck when encountering bugs.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Day 7&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Can use it basically, but not efficiently.&lt;/li&gt;&#xA;&lt;li&gt;Frequently need to consult technical documentation.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;claude-codes-learning-curve&#34;&gt;Claude Code&amp;rsquo;s Learning Curve:&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Day 1&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Simple installation, clear commands.&lt;/li&gt;&#xA;&lt;li&gt;Can start interacting immediately.&lt;/li&gt;&#xA;&lt;li&gt;Error messages are very clear.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Day 3&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Able to independently complete small features.&lt;/li&gt;&#xA;&lt;li&gt;Can resolve issues by asking directly.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Day 7&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Proficient use, very efficient.&lt;/li&gt;&#xA;&lt;li&gt;Able to handle complex requirements.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;: The learning cost of Claude Code is 60% lower than that of Cursor!&lt;/p&gt;&#xA;&lt;p&gt;✅ &lt;strong&gt;Summary&lt;/strong&gt;: Product managers&amp;rsquo; time is precious; Claude Code is more user-friendly.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;240px&#34; data-flex-grow=&#34;100&#34; height=&#34;1024&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-5caa9e227f/img-1742ca35a5.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-5caa9e227f/img-1742ca35a5_hu_f95169375309dbdb.jpeg 800w, https://gameflycenter.com/posts/note-5caa9e227f/img-1742ca35a5.jpeg 1024w&#34; width=&#34;1024&#34;&gt;&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;round-2-communication-efficiency-comparison&#34;&gt;Round 2: Communication Efficiency Comparison&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Case Study&lt;/strong&gt;: Implementing the &amp;ldquo;User Permission Management&amp;rdquo; feature using both tools.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Analysis&lt;/strong&gt;: The understanding of the product manager&amp;rsquo;s communication style varies significantly between the two AIs.&lt;/p&gt;&#xA;&lt;h3 id=&#34;cursors-communication&#34;&gt;Cursor&amp;rsquo;s Communication:&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;My Requirement&lt;/strong&gt;: &amp;ldquo;Create a permission management system where administrators can see all users, and regular users can only see themselves.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cursor&amp;rsquo;s Response&lt;/strong&gt;: &amp;ldquo;Please provide specific technical implementation details, such as:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;What permission framework to use?&lt;/li&gt;&#xA;&lt;li&gt;How to design the database table structure?&lt;/li&gt;&#xA;&lt;li&gt;How to configure the front-end routing?&amp;rdquo;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;My Confusion&lt;/strong&gt;: These are all technical details that I do not understand!&lt;/p&gt;&#xA;&lt;h3 id=&#34;claude-codes-communication&#34;&gt;Claude Code&amp;rsquo;s Communication:&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Same Requirement&lt;/strong&gt;: &amp;ldquo;Create a permission management system where administrators can see all users, and regular users can only see themselves.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Claude Code&amp;rsquo;s Response&lt;/strong&gt;: &amp;ldquo;I will help you design a complete permission management system. Let me first confirm a few business logic points:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;What types of user roles are there?&lt;/li&gt;&#xA;&lt;li&gt;What pages can different roles access?&lt;/li&gt;&#xA;&lt;li&gt;Is data permission control needed?&amp;rdquo;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;strong&gt;My Feelings&lt;/strong&gt;: This is exactly the conversational style we product managers are familiar with!&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Efficiency Comparison&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Cursor: I need to spend an extra 2 hours learning technical terms.&lt;/li&gt;&#xA;&lt;li&gt;Claude Code: Directly starts discussing business logic.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;✅ &lt;strong&gt;Summary&lt;/strong&gt;: Claude Code understands the language of product managers, while Cursor requires translation.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;round-3-code-quality-comparison&#34;&gt;Round 3: Code Quality Comparison&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Case Study&lt;/strong&gt;: Comparing the user registration function code generated by both tools.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Analysis&lt;/strong&gt;: Code quality directly affects subsequent maintenance and feature expansion.&lt;/p&gt;&#xA;&lt;h3 id=&#34;cursor-generated-code&#34;&gt;Cursor Generated Code:&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Advantages&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Code structure is standardized.&lt;/li&gt;&#xA;&lt;li&gt;Performance optimization is well done.&lt;/li&gt;&#xA;&lt;li&gt;Adheres to best practices.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Disadvantages&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Too complex for product managers.&lt;/li&gt;&#xA;&lt;li&gt;Difficult to locate issues when errors occur.&lt;/li&gt;&#xA;&lt;li&gt;High modification costs.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Actual Case&lt;/strong&gt;: The generated registration page contains over 40 files, which product managers cannot understand.&lt;/p&gt;&#xA;&lt;h3 id=&#34;claude-code-generated-code&#34;&gt;Claude Code Generated Code:&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Advantages&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Code is simple and easy to understand.&lt;/li&gt;&#xA;&lt;li&gt;Error handling is very user-friendly.&lt;/li&gt;&#xA;&lt;li&gt;Easy to modify.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Disadvantages&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Performance optimization is not as good as Cursor.&lt;/li&gt;&#xA;&lt;li&gt;Code standardization is average.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Actual Case&lt;/strong&gt;: The generated registration page only has 8 files, with a clear structure that product managers can understand.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Implications for Product Managers&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Cursor: Professional but complex, suitable for those with a technical background.&lt;/li&gt;&#xA;&lt;li&gt;Claude Code: Simple enough, suitable for those with a pure product background.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;✅ &lt;strong&gt;Summary&lt;/strong&gt;: For product managers, code that is understandable is good code.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;round-4-debugging-difficulty-comparison&#34;&gt;Round 4: Debugging Difficulty Comparison&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Case Study&lt;/strong&gt;: Comparing the ease of fixing issues after a feature malfunction.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Analysis&lt;/strong&gt;: Product managers dread encountering bugs, as it often means needing to ask for help.&lt;/p&gt;&#xA;&lt;h3 id=&#34;cursors-debugging-experience&#34;&gt;Cursor&amp;rsquo;s Debugging Experience:&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Scenario&lt;/strong&gt;: 404 error displayed after user login.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;My Process&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Check the error log, full of technical terms I do not understand.&lt;/li&gt;&#xA;&lt;li&gt;Ask Cursor, which says I need to check the routing configuration.&lt;/li&gt;&#xA;&lt;li&gt;What is routing configuration? I need to learn that too.&lt;/li&gt;&#xA;&lt;li&gt;After 2 hours of struggle, I still had to ask a technical colleague for help.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;strong&gt;Pain Point&lt;/strong&gt;: Encountering errors means going back to square one and still needing to ask for help.&lt;/p&gt;&#xA;&lt;h3 id=&#34;claude-codes-debugging-experience&#34;&gt;Claude Code&amp;rsquo;s Debugging Experience:&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Scenario&lt;/strong&gt;: Same 404 error after login.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;My Process&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Ask Claude Code: &amp;ldquo;What should I do if a 404 error appears after user login?&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;Claude Code asks: &amp;ldquo;Where should it redirect after a successful login?&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;I say: &amp;ldquo;It should redirect to the user center page.&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;Claude Code: &amp;ldquo;Okay, I will fix this issue; it only requires changing one line of code.&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;Two minutes later, the issue is resolved!&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;strong&gt;Feelings&lt;/strong&gt;: It felt like talking to a tech-savvy colleague; the problem was solved quickly.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Efficiency Comparison&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Cursor: Requires 2 hours + asking for help.&lt;/li&gt;&#xA;&lt;li&gt;Claude Code: Requires 2 minutes + self-resolution.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;✅ &lt;strong&gt;Summary&lt;/strong&gt;: Claude Code enables product managers to achieve true technical independence.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;240px&#34; data-flex-grow=&#34;100&#34; height=&#34;1024&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-5caa9e227f/img-60bdc23d0c.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-5caa9e227f/img-60bdc23d0c_hu_10f0fd186727b1c5.jpeg 800w, https://gameflycenter.com/posts/note-5caa9e227f/img-60bdc23d0c.jpeg 1024w&#34; width=&#34;1024&#34;&gt;&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;round-5-completion-speed-comparison&#34;&gt;Round 5: Completion Speed Comparison&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Case Study&lt;/strong&gt;: Time statistics for completing a complete user management system using both tools.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Analysis&lt;/strong&gt;: Comparing the total time from requirement to runnable product.&lt;/p&gt;&#xA;&lt;h3 id=&#34;cursor-project-timeline&#34;&gt;Cursor Project Timeline:&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;Environment Setup: 4 hours&lt;/li&gt;&#xA;&lt;li&gt;Basic Learning: 8 hours&lt;/li&gt;&#xA;&lt;li&gt;Feature Development: 16 hours&lt;/li&gt;&#xA;&lt;li&gt;Debugging and Fixing: 6 hours&lt;/li&gt;&#xA;&lt;li&gt;Optimization and Refinement: 4 hours&lt;/li&gt;&#xA;&lt;li&gt;Total: 38 hours&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;claude-code-project-timeline&#34;&gt;Claude Code Project Timeline:&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;Environment Setup: 1 hour&lt;/li&gt;&#xA;&lt;li&gt;Basic Learning: 2 hours&lt;/li&gt;&#xA;&lt;li&gt;Feature Development: 8 hours&lt;/li&gt;&#xA;&lt;li&gt;Debugging and Fixing: 2 hours&lt;/li&gt;&#xA;&lt;li&gt;Optimization and Refinement: 1 hour&lt;/li&gt;&#xA;&lt;li&gt;Total: 14 hours&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;: Claude Code is 63% faster than Cursor!&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;More importantly&lt;/strong&gt;: During the process with Cursor, I often wanted to give up, while the experience with Claude Code was smooth throughout.&lt;/p&gt;&#xA;&lt;p&gt;✅ &lt;strong&gt;Summary&lt;/strong&gt;: Time is the most valuable resource for product managers.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;in-depth-analysis-why-claude-code-is-more-suitable-for-product-managers&#34;&gt;In-Depth Analysis: Why Claude Code is More Suitable for Product Managers&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Case Study&lt;/strong&gt;: Analyzing the design philosophy differences between the two tools.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Analysis&lt;/strong&gt;: The core difference lies in the completely different target user positioning.&lt;/p&gt;&#xA;&lt;h3 id=&#34;cursors-design-philosophy&#34;&gt;Cursor&amp;rsquo;s Design Philosophy:&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Target Users&lt;/strong&gt;: Developers with programming backgrounds&lt;br&gt;&#xA;&lt;strong&gt;Core Advantages&lt;/strong&gt;: High code quality, good performance&lt;br&gt;&#xA;&lt;strong&gt;Usage Threshold&lt;/strong&gt;: Requires technical background&lt;br&gt;&#xA;&lt;strong&gt;Learning Curve&lt;/strong&gt;: Steep but yields high returns&lt;/p&gt;&#xA;&lt;h3 id=&#34;claude-codes-design-philosophy&#34;&gt;Claude Code&amp;rsquo;s Design Philosophy:&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Target Users&lt;/strong&gt;: Anyone needing programming&lt;br&gt;&#xA;&lt;strong&gt;Core Advantages&lt;/strong&gt;: Natural communication, easy to get started&lt;br&gt;&#xA;&lt;strong&gt;Usage Threshold&lt;/strong&gt;: Only requires the ability to communicate&lt;br&gt;&#xA;&lt;strong&gt;Learning Curve&lt;/strong&gt;: Gentle and quickly effective&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Insights for Product Managers&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Don&amp;rsquo;t pursue perfection: Code that is usable is sufficient; optimal solutions are not necessary.&lt;/li&gt;&#xA;&lt;li&gt;Efficiency is more important than quality: Quickly validating ideas is more crucial than code standards.&lt;/li&gt;&#xA;&lt;li&gt;Independent implementation is key: Being able to do it yourself means you don&amp;rsquo;t have to wait for others.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;strong&gt;My Recommendations&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;If you have a technical background, consider Cursor.&lt;/li&gt;&#xA;&lt;li&gt;If you come from a pure product background, Claude Code is the better choice.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;✅ &lt;strong&gt;Summary&lt;/strong&gt;: What suits you best is what is best.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;practical-advice-how-product-managers-should-choose&#34;&gt;Practical Advice: How Product Managers Should Choose&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Case Study&lt;/strong&gt;: Providing specific recommendations based on different product manager backgrounds.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Analysis&lt;/strong&gt;: There is no absolute good or bad, only suitability.&lt;/p&gt;&#xA;&lt;h3 id=&#34;situations-to-choose-claude-code&#34;&gt;Situations to Choose Claude Code:&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Suitable Groups&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Pure product background with weak technical foundation&lt;/li&gt;&#xA;&lt;li&gt;Wanting to quickly validate product ideas&lt;/li&gt;&#xA;&lt;li&gt;Hoping to independently complete product prototypes&lt;/li&gt;&#xA;&lt;li&gt;Time-constrained and needing quick results&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Usage Recommendations&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Start practicing with simple features.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;</description>
        </item><item>
            <title>Cursor Composer: A Revolutionary AI Coding Assistant</title>
            <link>https://gameflycenter.com/posts/note-3d8c87b7a9/</link>
            <pubDate>Wed, 12 Nov 2025 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-3d8c87b7a9/</guid>
            <description>&lt;p&gt;When coding, do you find AI assistants either too slow to keep your flow or not smart enough to produce quality code? Cursor&amp;rsquo;s newly released Composer model breaks this dilemma by leveraging reinforcement learning (RL) technology to achieve a peak in both intelligence and speed—boasting a programming efficiency four times that of models with equivalent intelligence, while precisely adapting to real codebase standards.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;514px&#34; data-flex-grow=&#34;214&#34; height=&#34;420&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-835f8b18ff.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-835f8b18ff_hu_59f2381f3705716b.jpeg 800w, https://gameflycenter.com/posts/note-3d8c87b7a9/img-835f8b18ff.jpeg 900w&#34; width=&#34;900&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Have you ever wondered why AI programming assistants often feel &amp;ldquo;almost there&amp;rdquo;? They are either smart but frustratingly slow, or quick but produce code that just doesn’t feel right. This contradiction troubled me until I saw Cursor&amp;rsquo;s AI researcher Sasha Rush share insights at Ray Summit 2025. They introduced a new model called Cursor Composer, which solves this problem with a completely different approach: training an AI agent that is both smart and fast through reinforcement learning (RL).&lt;/p&gt;&#xA;&lt;p&gt;After listening to the entire presentation, my biggest takeaway was that this is not just a technical advancement but a shift in mindset. The Cursor team is not chasing generic benchmark scores but focusing on solving real-world programming issues. They use reinforcement learning to train the model in real codebase environments, allowing it to understand coding standards, learn to use various tools, and know when to execute tasks in parallel. More importantly, they integrated the entire product infrastructure into the training process, allowing the AI to behave like a real user using Cursor during training. This &amp;ldquo;training as product&amp;rdquo; philosophy made me rethink how AI tools should be built.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-we-need-a-fast-and-smart-programming-ai&#34;&gt;Why We Need a Fast and Smart Programming AI&#xA;&lt;/h2&gt;&lt;p&gt;Sasha Rush opened the presentation by noting that Cursor Composer performs almost on par with the best Frontier models in their internal benchmarks, outperforming all models released last summer. Its performance is significantly better than the best open-source models and those marketed as &amp;ldquo;fast.&amp;rdquo; What’s truly impressive is that this model&amp;rsquo;s token generation efficiency is four times that of models with equivalent intelligence. This means it is not only smart but incredibly fast, even outpacing products specifically designed for rapid coding.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;445px&#34; data-flex-grow=&#34;185&#34; height=&#34;582&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-85d9c2877d.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-85d9c2877d_hu_5d53cb78d1c4d51a.jpeg 800w, https://gameflycenter.com/posts/note-3d8c87b7a9/img-85d9c2877d.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I have always believed that the &amp;ldquo;speed&amp;rdquo; of AI tools is not just a technical metric but a core aspect of user experience. Imagine you’re coding and suddenly need to refactor a complex function. If the AI assistant takes 30 seconds to provide suggestions, that’s enough time to break your concentration. However, if the AI can respond in 2 seconds, you can maintain your flow and stay immersed in coding. This &amp;ldquo;speed that doesn’t interrupt your thought process&amp;rdquo; is the real value.&lt;/p&gt;&#xA;&lt;p&gt;The Cursor team understands this deeply. Their inspiration came from one of the most popular features in the Cursor application: Cursor Tab. It’s a fast, intelligent model that feels very smooth and enjoyable for users. Sasha Rush mentioned that making the model fast enough to support interactive use helps developers maintain their thought chain and stay in a workflow state. They aimed to build an agent model that offers a similar experience. They created a prototype model, codenamed Cheetah, specifically designed to provide a fast experience for agentic coding. After releasing this prototype, user feedback was overwhelmingly positive, with many saying it felt &amp;ldquo;completely different,&amp;rdquo; even like &amp;ldquo;alien technology.&amp;rdquo; This convinced them that building a smarter model while maintaining the same efficiency would lead to a revolutionary experience.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;440px&#34; data-flex-grow=&#34;183&#34; height=&#34;589&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-c3e97d838c.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-c3e97d838c_hu_7c69785547707add.jpeg 800w, https://gameflycenter.com/posts/note-3d8c87b7a9/img-c3e97d838c.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I particularly resonate with Sasha Rush&amp;rsquo;s point: they are not pursuing arbitrary benchmark scores but are focused on creating a model that feels good to use in real programming work. They built an internal benchmark from their own codebase to measure the model&amp;rsquo;s ability to work within large codebases and whether it adheres to the codebase&amp;rsquo;s standards. These intelligent factors are what truly matter in everyday software engineering. Many times, AI models score high in standard tests but perform mediocrely in real work scenarios because they are not optimized for actual workflows.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;437px&#34; data-flex-grow=&#34;182&#34; height=&#34;593&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-9576f9be81.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-9576f9be81_hu_e13d39bb53f1f8d5.jpeg 800w, https://gameflycenter.com/posts/note-3d8c87b7a9/img-9576f9be81.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The Cursor team&amp;rsquo;s goals are dual: to be both intelligent and fast. &amp;ldquo;Fast&amp;rdquo; means not only efficiently generating tokens but also running very quickly in the editor. This requires the model to produce edits rapidly and utilize techniques like parallel tool calling to generate results quickly. When you combine these two objectives, you get a model that feels entirely different in practice. In demonstration videos, users submit a query and immediately see the model calling multiple tools, executing terminal commands, searching in the codebase, making edits, and writing to-do items, all culminating in a complete edit and summary of code changes in just one or two seconds. This experience is completely different from typical editor agents used daily.&lt;/p&gt;&#xA;&lt;h2 id=&#34;agent-rl-making-ai-work-like-real-developers&#34;&gt;Agent RL: Making AI Work Like Real Developers&#xA;&lt;/h2&gt;&lt;p&gt;Sasha Rush spent considerable time explaining how they use agent RL (agent reinforcement learning) to train Composer. I found this part particularly enlightening as it reveals the mindset required to build genuinely useful AI tools.&lt;/p&gt;&#xA;&lt;p&gt;From the user perspective, the workflow with Cursor is straightforward: users submit a query to the Cursor backend, and the agent reads the query and performs a series of tool calls. Sasha Rush explained that we can primarily understand the agent as interacting within a &amp;ldquo;tool space.&amp;rdquo; It can choose from a set of tools that can alter the user’s code. In reality, Cursor uses about 10 tools, but we can simplify this to include reading files, editing files, searching the codebase, collecting lints, and executing terminal commands. The agent can call these tools serially or in parallel if it believes that will yield better results.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;429px&#34; data-flex-grow=&#34;179&#34; height=&#34;603&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-08172b0545.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-08172b0545_hu_b37626b5eed1926a.jpeg 800w, https://gameflycenter.com/posts/note-3d8c87b7a9/img-08172b0545.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;At its core, this agent is still just a large language model generating tokens. Some of these tokens can be understood as forming XML patterns that enable it to call tools and their parameters. However, from a reinforcement learning perspective, we can primarily understand it as taking actions in the combination space of tool calls. When you look at Cursor&amp;rsquo;s frontend, what you see in these rollouts is the process of combining all different tool calls to make changes. For reading operations, the frontend simply summarizes them; for editing, you see the entire change in real-time; and for terminal calls, you see both the tool calls and the terminal outputs. This is essentially how the agent acts in your IDE world.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;436px&#34; data-flex-grow=&#34;181&#34; height=&#34;594&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-345d2a4d94.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-345d2a4d94_hu_7f06b5bd90713f56.jpeg 800w, https://gameflycenter.com/posts/note-3d8c87b7a9/img-345d2a4d94.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;What I find most interesting is how they conduct reinforcement learning training. Sasha Rush emphasized that they strive to simulate the way Cursor operates in production as closely as possible. This means they treat training data as user queries sent to the model, and the agent calls a series of tools to attempt to achieve the goal. However, the difference with reinforcement learning is that they perform many different rollouts from the same starting point. You can think of this as running many instances of Cursor in parallel. In rollout 1, the model might read a file and then edit it. But in rollout 2, due to the probabilistic nature of LLMs, it might follow a different sequence of tools and paths. They then score the outputs of these two choices to determine that rollout 2 is better than rollout 1, and update the model parameters based on this change.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 7&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;440px&#34; data-flex-grow=&#34;183&#34; height=&#34;589&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-1f2a17ca88.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-1f2a17ca88_hu_24323f403ac8bd4a.jpeg 800w, https://gameflycenter.com/posts/note-3d8c87b7a9/img-1f2a17ca88.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;It sounds simple, right? But Sasha Rush noted that all the interesting challenges arise from how to scale this basic process to the extreme, and each step of the scaling process presents its own challenges. This reminds me that often the core ideas of technology may be simple, but the real difficulty lies in how to execute them to the fullest and make them practically applicable.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 8&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;420px&#34; data-flex-grow=&#34;175&#34; height=&#34;616&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-547f0d353d.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-547f0d353d_hu_64cb7630b6a8cee.jpeg 800w, https://gameflycenter.com/posts/note-3d8c87b7a9/img-547f0d353d.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;three-major-challenges-matching-training-and-inference-long-rollouts-and-consistency&#34;&gt;Three Major Challenges: Matching Training and Inference, Long Rollouts, and Consistency&#xA;&lt;/h2&gt;&lt;p&gt;Sasha Rush elaborated on three core challenges encountered in this agent-style reinforcement learning. I find these challenges highly representative; they apply not only to programming AI but also to nearly all scenarios that require training AI agents in real environments.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;The first challenge is matching training and inference.&lt;/strong&gt; They need to train a mixture of experts language model for optimal parallel performance, which requires distributed training across thousands of GPUs. If you’re just doing pre-training or supervised fine-tuning, that’s already challenging enough, but it’s doubly difficult when doing reinforcement learning because you must have both a training version and a sampling version that must work in sync. I believe this challenge reveals a deeper issue: the model used in real products and the model used in training must maintain a high degree of consistency in architecture, behavior, and performance; otherwise, what is trained may not work at all in production.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 9&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;442px&#34; data-flex-grow=&#34;184&#34; height=&#34;586&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-edf573ca8a.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-edf573ca8a_hu_d14234b692b5bd89.jpeg 800w, https://gameflycenter.com/posts/note-3d8c87b7a9/img-edf573ca8a.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;The second challenge is long rollouts.&lt;/strong&gt; When they train with real coding changes, rollouts are much more complicated than those demonstrated. In modern models, rollouts use 100,000 to 1,000,000 tokens and involve hundreds of different tool calls throughout the process. Complicating matters further, different rollouts may involve varying numbers of tool calls, potentially requiring very different amounts of time. This reminds me that real-world tasks are often much more complex than we imagine. A seemingly simple request like &amp;ldquo;refactor this function&amp;rdquo; may require the AI to read a dozen related files, search for usage examples in the codebase, run tests, check lints, and only then make the correct modifications. If training only uses simple toy examples, the model will never learn to handle such complexity.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 10&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;450px&#34; data-flex-grow=&#34;187&#34; height=&#34;576&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-e50e37806d.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-e50e37806d_hu_b651009c40bc370c.jpeg 800w, https://gameflycenter.com/posts/note-3d8c87b7a9/img-e50e37806d.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;The third challenge is consistency.&lt;/strong&gt; What they are doing is essentially &amp;ldquo;training through product production.&amp;rdquo; They have a Cursor agent and want to simulate it as closely as possible in reinforcement learning. This means they want to use the exact same tool formats and responses as in the production product but on a larger scale. This challenge is particularly interesting because it breaks the boundaries of traditional machine learning. Typically, we separate training environments from production environments, but the Cursor team chose to keep them as consistent as possible. The benefit of this approach is that every technique and tool usage learned during training can directly transfer to the real product.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 11&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;442px&#34; data-flex-grow=&#34;184&#34; height=&#34;586&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-68e2e62125.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-68e2e62125_hu_eabdbe510157388e.jpeg 800w, https://gameflycenter.com/posts/note-3d8c87b7a9/img-68e2e62125.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Sasha Rush emphasized that all three of these issues reflect challenges in scaling machine learning systems, but the actual solutions to these challenges are infrastructure choices. I completely agree with this viewpoint. Often, we view machine learning as purely algorithmic and mathematical problems, but in reality, whether an idea can be turned into a genuinely useful product often depends on how robust and flexible your infrastructure is.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 12&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;429px&#34; data-flex-grow=&#34;179&#34; height=&#34;603&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-2132f28dd8.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-2132f28dd8_hu_72d242e988850f22.jpeg 800w, https://gameflycenter.com/posts/note-3d8c87b7a9/img-2132f28dd8.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;infrastructure-the-key-to-making-the-impossible-possible&#34;&gt;Infrastructure: The Key to Making the Impossible Possible&#xA;&lt;/h2&gt;&lt;p&gt;Sasha Rush spent a lot of time discussing their infrastructure architecture, which I find very worthwhile to understand in depth, as it demonstrates what is needed to build genuinely scalable AI systems.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 13&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;452px&#34; data-flex-grow=&#34;188&#34; height=&#34;573&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-a47a6a8912.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-a47a6a8912_hu_d428d7b33b32ca7.jpeg 800w, https://gameflycenter.com/posts/note-3d8c87b7a9/img-a47a6a8912.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;At a high level, they have three different servers: the trainer, inference server, and environment server. The trainer primarily uses PyTorch and resembles a standard machine learning stack scaled to a very large size. The inference server mainly uses Ray to orchestrate rollouts. The environment server uses microVMs to launch stateful versions of these environments, allowing them to make file changes, run terminal commands, and execute linters. You can think of this as running a mini version of Cursor. These three parts need to interact with each other to form a complete training loop.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 14&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;441px&#34; data-flex-grow=&#34;183&#34; height=&#34;587&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-119750ea43.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-119750ea43_hu_9d56c38bd0c80e9b.jpeg 800w, https://gameflycenter.com/posts/note-3d8c87b7a9/img-119750ea43.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Regarding the trainer, they made a very interesting optimization: they developed a custom kernel library that supports low-precision training. Low-precision training speeds up the training process and allows them to run sampling efficiently without requiring any post-training quantization. They use a microscaling format called MXFP8. The idea is that they can work with FP8 precision but utilize an additional scaling factor to achieve better precision and higher quality training. Sasha Rush mentioned that they developed a custom kernel using this microscaling format for the latest NVIDIA architectures, providing a 3.5x speedup on Blackwell chips for the mixture of experts layer.&lt;/p&gt;&#xA;&lt;p&gt;I believe this focus on low-level optimization is crucial. Many AI teams might be satisfied with using off-the-shelf training frameworks and standard precision, but the Cursor team chose to dive deep into kernel-level optimizations. This investment not only brought significant speed improvements but also enabled them to train larger, more complex models while maintaining efficiency in both training and inference. This &amp;ldquo;refusal to settle&amp;rdquo; attitude is, in my opinion, a common trait of top teams.&lt;/p&gt;&#xA;&lt;p&gt;The inference server faces the primary challenge of stragglers (processes that lag behind). If you don’t think through this process and just let the agent do its thing, you will encounter issues. This is because rollouts may call terminal commands and install entire libraries; they can do whatever they want. So if you run 10 rollouts, they may return at different times. They addressed this issue by using Ray and a single controller interface, allowing them to balance the load across many different threads and processes, making this part of the process efficient.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 15&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;427px&#34; data-flex-grow=&#34;177&#34; height=&#34;607&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-19810d9193.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-19810d9193_hu_6d34166fdc09490d.jpeg 800w, https://gameflycenter.com/posts/note-3d8c87b7a9/img-19810d9193.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I find this issue particularly illustrative of the complexities of real-world AI systems. Ideally, all rollouts should take about the same amount of time, but in reality, they can vary widely. Some may complete by reading just a few files, while others may require running complex build processes. If you cannot effectively manage this heterogeneity, the entire training process will be dragged down by the slowest rollout, leading to wasted resources and inefficiencies.&lt;/p&gt;&#xA;&lt;h2 id=&#34;perfect-integration-with-production-environment-the-philosophy-of-training-as-product&#34;&gt;Perfect Integration with Production Environment: The Philosophy of Training as Product&#xA;&lt;/h2&gt;&lt;p&gt;One point that Sasha Rush emphasized left a strong impression on me: their goal is to train through the production of the Cursor product. One interesting aspect of Cursor is that they can simultaneously design the product itself and the machine learning training. Fortunately, during the process of building the reinforcement learning stack, Cursor released a product called cloud agents. This allows offline use of the agent, and Sasha Rush mentioned he often uses it to check model performance while commuting on the subway. As part of this product, they launch virtual machines of user environments, allowing the agent to change code and execute terminal commands. They can use the same infrastructure for reinforcement learning training.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 16&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;446px&#34; data-flex-grow=&#34;186&#34; height=&#34;580&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-b03c156a02.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-b03c156a02_hu_ea6e876dec0ac31f.jpeg 800w, https://gameflycenter.com/posts/note-3d8c87b7a9/img-b03c156a02.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;This means they have a production agent server that is identical when running the cloud agent and during reinforcement learning training. I think this is a very clever design decision. Many companies completely separate training environments from production environments, leading to models trained that do not perform as expected in real products. But Cursor chose to keep them entirely consistent, so the model learns how to perform better in real products during training.&lt;/p&gt;&#xA;&lt;p&gt;Of course, this also brings challenges. The workload during peak reinforcement learning training can be much more bursty than running a standard product. So they must handle this burstiness when launching many environments for training, ensuring the product runs smoothly. Sasha Rush showcased a dashboard they built with Composer that displays backend utilization. I find this detail interesting as it shows they have begun using the tools they built to improve their workflows.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 17&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;446px&#34; data-flex-grow=&#34;185&#34; height=&#34;581&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-07f10ea542.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-07f10ea542_hu_7d7bfbbe167e824f.jpeg 800w, https://gameflycenter.com/posts/note-3d8c87b7a9/img-07f10ea542.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;You might wonder why it’s worth spending so much time actually using the real production environment. They could simulate all these different structures or attempt to mimic how it works. But Sasha Rush provided a compelling reason: they can introduce specific tools they believe are very valuable for the agent. One of these is that they trained their own embedding model for powerful semantic search. When you use Cursor, it indexes all your files, allowing the agent to query in natural language to find files it might want to edit.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 18&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;438px&#34; data-flex-grow=&#34;182&#34; height=&#34;591&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-531f951993.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-531f951993_hu_ede10fa4b9d64a8d.jpeg 800w, https://gameflycenter.com/posts/note-3d8c87b7a9/img-531f951993.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;They found that this semantic search capability is beneficial for all the different agents used in Cursor but particularly advantageous for Composer. This is because they can train the model as an advanced user of this tool using exactly the same model and structure as in production. This realization made me understand that AI tools not only need to be smart but also need to know how to effectively use the tools available to them. Just as a great developer not only understands programming languages but also knows how to use IDEs, debuggers, version control systems, etc., a great AI agent also needs to learn how to fully utilize its toolbox.&lt;/p&gt;&#xA;&lt;h2 id=&#34;performance-of-composer-one-week-after-release-rl-really-works&#34;&gt;Performance of Composer One Week After Release: RL Really Works&#xA;&lt;/h2&gt;&lt;p&gt;Sasha Rush shared some observations from the first week after Composer’s release, which deepened my understanding of the potential of reinforcement learning.&lt;/p&gt;&#xA;&lt;p&gt;The primary evidence that convinced them of the effectiveness of reinforcement learning is the improvement in model performance as they ran increasingly longer rollout-check-update cycles. The model&amp;rsquo;s initial performance was roughly on par with the best open-source models in the field, but as training progressed, its performance on benchmarks steadily improved. The x-axis of this graph is a logarithmic scale of computational volume, so they invested significant computation in the reinforcement learning process. But they saw returns associated with this computation, with model performance rising to the level of their released version.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 19&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;430px&#34; data-flex-grow=&#34;179&#34; height=&#34;602&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-d9efd84852.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-d9efd84852_hu_82ea2e0d5e0c23d2.jpeg 800w, https://gameflycenter.com/posts/note-3d8c87b7a9/img-d9efd84852.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I believe this is a very good signal of the scalability of reinforcement learning, particularly its ability to scale to complex specialized tasks. Many people question whether reinforcement learning can work on complex real-world tasks, but Cursor&amp;rsquo;s experience shows that with sufficient computational resources and the right infrastructure, reinforcement learning can indeed bring models to the forefront in specific domains.&lt;/p&gt;&#xA;&lt;p&gt;They also found that they could train the model to act in ways they deemed useful from a product perspective. Sasha Rush previously mentioned that they wanted the model to be fast not only in generating tokens but also in the end-to-end user experience. One key component of this is enabling the model to call parallel tools. As training progressed, the model was able to call more parallel tools and respond to user queries faster. They believe they can further advance this in future training.&lt;/p&gt;&#xA;&lt;p&gt;I find this discovery particularly valuable because it indicates that reinforcement learning can not only enhance the model&amp;rsquo;s &amp;ldquo;intelligence&amp;rdquo; but also shape its behavioral patterns. Through appropriate reward design, you can teach the model to work more efficiently, such as parallelizing tasks and prioritizing critical steps. This behavioral optimization is challenging to achieve with traditional supervised learning.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 20&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;440px&#34; data-flex-grow=&#34;183&#34; height=&#34;589&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-5f52398350.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-5f52398350_hu_8873d51c24e6ce32.jpeg 800w, https://gameflycenter.com/posts/note-3d8c87b7a9/img-5f52398350.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;They also found that the model learned better agent behaviors. Initially, it made too many edits without sufficient evidence. As training progressed, the model began to read more files and conduct more searches to find the correct editing locations and make appropriate changes. This reminds me that good programming is not just about writing code; it’s more about understanding context, finding the right places, and making reasonable decisions. Composer learned these &amp;ldquo;soft skills&amp;rdquo; through reinforcement learning.&lt;/p&gt;&#xA;&lt;p&gt;Perhaps most importantly, users seem to love it. They released Composer a week ago, and the primary feedback is that the combination of speed and intelligence unlocks a different way of programming. People are no longer starting an agent and then scrolling through Twitter while waiting for results; they are quickly getting results and moving on to the next question. As a programmer and developer, this is genuinely exciting. Sasha Rush noted that many internal developers are now using it in their daily work. I believe this is the best validation of a product: when the people building the tools are using it every day.&lt;/p&gt;&#xA;&lt;h2 id=&#34;my-thoughts-on-building-specialized-ai-models&#34;&gt;My Thoughts on Building Specialized AI Models&#xA;&lt;/h2&gt;&lt;p&gt;After listening to Sasha Rush&amp;rsquo;s presentation, I have several profound insights to share.&lt;/p&gt;&#xA;&lt;p&gt;First, I believe that reinforcement learning is indeed very suitable for building such specialized models. This is a paradigm shift we have seen in the development of large language models over the past few years. Reinforcement learning facilitates the ability to build highly intelligent target models in specific customized domains. In the past, we always pursued general models that could do everything, but Cursor&amp;rsquo;s experience suggests that models deeply optimized for specific tasks may outperform general models in those tasks. This makes me think that perhaps in the future, we will see more of these specialized models: ones dedicated to data analysis, front-end development, system architecture, each excelling in its own field.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 21&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;447px&#34; data-flex-grow=&#34;186&#34; height=&#34;579&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-948e4dea5e.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-948e4dea5e_hu_5b42507b77238eaf.jpeg 800w, https://gameflycenter.com/posts/note-3d8c87b7a9/img-948e4dea5e.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Another aspect that fascinates me is how AI systems have changed the process of research and development itself. Sasha Rush mentioned that he and many in the team now have their daily work assisted by the same agents they are building. They use these agents to build dashboards, backend systems, and various other components. This allows them to act quickly with a small team. I find this a very interesting bootstrap process: the AI tools you build not only serve users but also serve you, enabling you to improve this tool more rapidly. This positive feedback loop may accelerate the evolution of AI tools.&lt;/p&gt;&#xA;&lt;p&gt;Finally, while Sasha Rush mentioned that he is not fundamentally an infrastructure expert, seeing how much reinforcement learning is driven by infrastructure development was an eye-opener for him. It is indeed challenging, requiring the integration of product, scale, and machine learning training. It touches on all aspects of modern software systems. I completely agree with this observation. In my view, future AI companies will need not only excellent machine learning researchers but also world-class infrastructure engineers. Companies that can successfully combine both will hold a significant competitive advantage.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 22&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;420px&#34; data-flex-grow=&#34;175&#34; height=&#34;616&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-d7bb11df53.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-d7bb11df53_hu_28aea1bb68917fc4.jpeg 800w, https://gameflycenter.com/posts/note-3d8c87b7a9/img-d7bb11df53.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;From a broader perspective, the story of Cursor Composer made me rethink how AI tools should be built. The traditional approach is to first train a general model and then adapt it to specific tasks through fine-tuning or prompt engineering. However, Cursor took a completely different path: designing the entire system from the ground up for a specific task (programming), including model architecture, training methods, infrastructure, and product integration. This end-to-end thinking is, I believe, the correct way to build genuinely useful AI tools.&lt;/p&gt;&#xA;&lt;p&gt;I am also contemplating the limitations of this approach. Reinforcement learning requires substantial computational resources, complex infrastructure, and tight integration of product and training. This means not every company can adopt this method. But for those with the resources and determination, this may be the best path to creating industry-leading AI products. Cursor has already proven that this path is viable, and I believe we will see more companies following suit.&lt;/p&gt;&#xA;&lt;p&gt;Another question worth pondering is what the future of these specialized models will look like. Cursor Composer focuses on programming, but can the same approach be applied to other fields? For instance, models specifically designed for data analysis, content creation, customer support, etc. I believe the answer is yes, but each field will require its own infrastructure, tool ecosystem, and training methods. This is not an easy task, but for those who can achieve it, the rewards will be substantial.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 23&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;449px&#34; data-flex-grow=&#34;187&#34; height=&#34;577&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-678b6d0a89.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-3d8c87b7a9/img-678b6d0a89_hu_b4a6f54b181fe551.jpeg 800w, https://gameflycenter.com/posts/note-3d8c87b7a9/img-678b6d0a89.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Finally, I want to say that the success of Cursor Composer reaffirms a principle: true innovation often does not come from following current trends but from deeply understanding user needs and relentlessly striving to meet those needs. The Cursor team was not misled by the narrative that &amp;ldquo;bigger models are better&amp;rdquo; but focused on solving the real pain points of developers: how to make AI programming assistants both smart and fast. They achieved this goal through reinforcement learning, custom infrastructure, product integration, and various other means, ultimately delivering a product that users genuinely enjoy using. This user-centered, problem-oriented mindset is something all product developers should learn from.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Inside Cursor: A New Paradigm in Software Development</title>
            <link>https://gameflycenter.com/posts/note-713d1b7afd/</link>
            <pubDate>Mon, 10 Nov 2025 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-713d1b7afd/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;In an unassuming building in North Beach, San Francisco, a company is quietly changing the rules of software development.&lt;/p&gt;&#xA;&lt;p&gt;Cursor, the most talked-about AI unicorn of the past year, started from scratch and achieved a $100 million ARR in less than two years. Its workforce expanded from a handful to nearly 250 employees, and its products are utilized by top developers worldwide, redefining the standards for &amp;ldquo;development tools.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Tech writer Brie Wolfson initially visited Cursor to see what made the team different but soon found herself drawn in: notebooks, job descriptions, and Slack invites flooded in as Cursor wanted her to &amp;ldquo;tell their story.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;360px&#34; data-flex-grow=&#34;150&#34; height=&#34;720&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-713d1b7afd/img-970c994dee.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-713d1b7afd/img-970c994dee_hu_7c67e140438358ec.jpeg 800w, https://gameflycenter.com/posts/note-713d1b7afd/img-970c994dee.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;Cursor Office | Source: Colossus&lt;/p&gt;&#xA;&lt;p&gt;Brie agreed, stating, &amp;ldquo;Having worked in the early stages of Stripe and Figma, I sensed the &amp;lsquo;magic&amp;rsquo; in the air again at Cursor. If you&amp;rsquo;ve experienced that feeling, you know how addictive it is.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;In her view, no truly &amp;ldquo;epoch-making company&amp;rdquo; has emerged in this AI era, but Cursor appears to have that potential.&lt;/p&gt;&#xA;&lt;p&gt;She was curious about the new company paradigm the leadership aimed to establish, how Cursor&amp;rsquo;s culture formed, and wanted to participate in shaping it.&lt;/p&gt;&#xA;&lt;p&gt;Thus, her firsthand account, &amp;ldquo;Inside Cursor: Sixty Days with an AI Unicorn,&amp;rdquo; was born, capturing the genuine rhythm of Cursor, the creativity of its young team, and a unique culture driven by its mission.&lt;/p&gt;&#xA;&lt;p&gt;Over two months, Brie validated some expectations but was also shocked by others, such as the fact that at Cursor, the 996 work schedule is genuinely voluntary.&lt;/p&gt;&#xA;&lt;h3 id=&#34;key-points&#34;&gt;Key Points:&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;When I asked the co-founder what his biggest concern was, he said, &amp;ldquo;If people start talking about the weather at the dinner table, then I should worry.&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;At Cursor, everyone is HR; everyone is recruiting talent.&lt;/li&gt;&#xA;&lt;li&gt;Cursor does not design for &amp;ldquo;fool-proofing&amp;rdquo; because there are no &amp;ldquo;fools&amp;rdquo; here.&lt;/li&gt;&#xA;&lt;li&gt;When a task is assigned to someone, they have full responsibility and autonomy, regardless of their position.&lt;/li&gt;&#xA;&lt;li&gt;Cursor employees are possibly the most immersed in their own product in the world.&lt;/li&gt;&#xA;&lt;li&gt;At Cursor, critics are also problem solvers; criticism is participation.&lt;/li&gt;&#xA;&lt;li&gt;As a product for AI programming, Cursor views users not as &amp;ldquo;customers&amp;rdquo; but as peers.&lt;/li&gt;&#xA;&lt;li&gt;They treat every line of code as an attempt to sculpt the world, with the ensuing commercial success being just a reward.&lt;/li&gt;&#xA;&lt;li&gt;The young workforce, formed in less than two years, has a spirit and demeanor that is &amp;ldquo;very mature.&amp;rdquo;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;01&#34;&gt;01&#xA;&lt;/h2&gt;&lt;h3 id=&#34;the-culture-of-cursor&#34;&gt;The Culture of Cursor&#xA;&lt;/h3&gt;&lt;p&gt;Strictly speaking, Cursor does not belong to Silicon Valley; its headquarters is located in North Beach, San Francisco, an area with few other startups.&lt;/p&gt;&#xA;&lt;p&gt;The Cursor headquarters is as understated as a university cafeteria, with no logos at the entrance, no corporate posters on the walls, and few employees wearing Cursor T-shirts or stickers on their laptops.&lt;/p&gt;&#xA;&lt;p&gt;The office mainly consists of people sitting at desks working or discussing in small groups.&lt;/p&gt;&#xA;&lt;p&gt;Instead of whiteboards, blackboards hang on the walls, and the furniture consists of European antiques sourced from a retired tech enthusiast in the Bay Area. The walls are lined with books, many of which are textbooks, alongside numerous worn-out covers and spines, indicating they have been genuinely read.&lt;/p&gt;&#xA;&lt;p&gt;In Brie’s words, &amp;ldquo;It’s not polished, but it’s sincere.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;360px&#34; data-flex-grow=&#34;150&#34; height=&#34;720&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-713d1b7afd/img-340b188598.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-713d1b7afd/img-340b188598_hu_d9c355fc9bed436c.jpeg 800w, https://gameflycenter.com/posts/note-713d1b7afd/img-340b188598.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;Cursor employees enthusiastically brainstorm on blackboards | Source: Colossus&lt;/p&gt;&#xA;&lt;p&gt;Cursor does not subscribe to the online work model; it is almost entirely face-to-face: 86% of employees are based at the San Francisco headquarters or the new office in New York. At Cursor, the most effective communication method is not sending Slack messages or scheduling meetings, but directly walking to someone’s desk and tapping them on the shoulder, as Cursor puts it: &amp;ldquo;We are more of an oral culture company.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;In fact, this emphasis on face-to-face office work has overturned Brie’s previous perceptions, and she had to admit that the fluidity of in-person work is much higher: &amp;ldquo;The offline chemistry is indeed addictive.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Collaboration within the company mostly occurs in spontaneous discussions around blackboards or desks. However, Cursor is very restrained when it comes to meetings, scheduling very few, as they place immense importance on &amp;ldquo;deep work time.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Even the chef at Cursor enjoys &amp;ldquo;high autonomy.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Every day, the company chef Fausto prepares lunch for everyone, and all gather at a long table to eat together. Rumor has it that he once considered quitting because creating menus for a team that doubled in size daily was exhausting, but someone on the team created an AI menu generator to help him brainstorm, and now he shares recipes and takes orders via Slack.&lt;/p&gt;&#xA;&lt;p&gt;Conversations at lunch and dinner tables often revolve around work ideas, allowing everyone to understand each other’s current projects, ideas they are pondering, or predictions about the future of products and industries.&lt;/p&gt;&#xA;&lt;p&gt;When Brie asked co-founder Sualeh Asif what his biggest concern was, he thought for a moment and replied, &amp;ldquo;If people start talking about the weather at the dinner table, then I should worry.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h2 id=&#34;02&#34;&gt;02&#xA;&lt;/h2&gt;&lt;h3 id=&#34;the-hunter-culture-of-cursor&#34;&gt;The &amp;ldquo;Hunter Culture&amp;rdquo; of Cursor&#xA;&lt;/h3&gt;&lt;p&gt;If Cursor&amp;rsquo;s culture is built on face-to-face interactions, its growth relies on &amp;ldquo;hunting talent.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;In Brie’s description, Cursor’s recruitment system completely defies convention: &amp;ldquo;They view the smallest unit of hiring as a person, not a position.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;In most companies, recruitment follows a process: identify capability gaps, write job descriptions, screen resumes, conduct interviews, extend offers, and wait for onboarding.&lt;/p&gt;&#xA;&lt;p&gt;But at Cursor, the process resembles a social hunt. Someone throws a name into the Slack #hiring-ideas channel, noting, &amp;ldquo;This is a particularly impressive person,&amp;rdquo; and the entire team immediately begins the hunt.&lt;/p&gt;&#xA;&lt;p&gt;They brainstorm to identify what the person excels at, what they enjoy doing, and what role would suit them best. If there’s mutual interest, that &amp;ldquo;candidate&amp;rdquo; might show up in the office by Monday, just like Brie did.&lt;/p&gt;&#xA;&lt;p&gt;Once they identify a target, the team creates a new Slack group to collectively strategize how to approach the person.&lt;/p&gt;&#xA;&lt;p&gt;Their discussions are highly detailed: &amp;ldquo;What is this person most passionate about?&amp;rdquo; &amp;ldquo;What are they a genius at?&amp;rdquo; &amp;ldquo;What challenges can Cursor offer them?&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Because at Cursor, the assumption is that &amp;ldquo;the best people love challenges.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;160px&#34; data-flex-grow=&#34;66&#34; height=&#34;1440&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-713d1b7afd/img-1b351fe433.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-713d1b7afd/img-1b351fe433_hu_d0639bad849341bd.jpeg 800w, https://gameflycenter.com/posts/note-713d1b7afd/img-1b351fe433.jpeg 960w&#34; width=&#34;960&#34;&gt;&#xA;Cursor employees | Source: Colossus&lt;/p&gt;&#xA;&lt;p&gt;Another well-known tactic within Cursor is to invite the person to &amp;ldquo;just come by the headquarters for a visit.&amp;rdquo; They seem very confident in Cursor’s office culture, believing that once the person steps inside and feels that energy, it’s hard not to be tempted. This has already been validated by Brie.&lt;/p&gt;&#xA;&lt;p&gt;Their talent acquisition methods are also unique. For instance, Swedish engineer Eric Zakariasson was recruited because he had previously held a Cursor workshop in Stockholm; engineer Ian Huang joined because he was coding with Cursor until the early hours every night.&lt;/p&gt;&#xA;&lt;p&gt;When other companies are laying off or new startups are dissolving, Cursor’s Slack channel often sees messages like, &amp;ldquo;New Computer has dissolved; let’s see if there’s anyone we want.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;This style resembles the early &amp;ldquo;PayPal Mafia,&amp;rdquo; where everyone is both a hunter and a referrer. Cursor employees are encouraged to &amp;ldquo;scout for talent,&amp;rdquo; making recruitment a company-wide initiative rather than just an HR responsibility.&lt;/p&gt;&#xA;&lt;p&gt;As a result, Cursor’s size exploded within a year: from fewer than 20 people last year to nearly 250 today.&lt;/p&gt;&#xA;&lt;p&gt;Even with this rapid growth, Cursor’s acceptance rate remains incredibly low. The leadership personally reviews every hiring decision, believing in the mantra, &amp;ldquo;Better to miss out than to hire the wrong person,&amp;rdquo; but those chosen by Cursor will find ways to join.&lt;/p&gt;&#xA;&lt;p&gt;For example, a former designer from Stripe and Notion, Ryo Lu, is an Apple fan. Cursor impressed him by acquiring an early Macintosh to gift him; German engineer Lukas Möller declined the first invitation, prompting co-founder Oskar to fly to Germany a year later for a second visit; another candidate, Jordan MacDonald, had Cursor schedule six months of coffee meetings, and when they learned she had just moved, they secretly contacted her interior designer to gift her an espresso machine. All three are now official Cursor employees.&lt;/p&gt;&#xA;&lt;p&gt;This hunter culture has also resulted in an exceptionally high talent density at Cursor, shaping all subsequent operations: high trust, high pace, and zero nonsense.&lt;/p&gt;&#xA;&lt;h2 id=&#34;03&#34;&gt;03&#xA;&lt;/h2&gt;&lt;h3 id=&#34;no-fools-and-young-people&#34;&gt;No Fools and &amp;ldquo;Young People&amp;rdquo;&#xA;&lt;/h3&gt;&lt;p&gt;At Cursor, the talent density is so high that it almost feels unreal. Brie used a lengthy equation to describe their success formula:&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;Engaging mission + hardcore technical challenges + winning + excellent recruitment = extraordinary talent density.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;If you’ve been in Silicon Valley, you know this statement is not just hyperbole; &amp;ldquo;talent density&amp;rdquo; is almost a bible for every company, and Cursor has turned it into a belief.&lt;/p&gt;&#xA;&lt;p&gt;Cursor has a staggering statistic: there are 50 former founders (one-fifth of the total workforce) within the company, and 40% hail from MIT, Harvard, Columbia, Carnegie Mellon, Stanford, Berkeley, Yale, etc. Yet no one boasts about their alma maters; as Brie puts it, &amp;ldquo;They are all experts, but no one shows off.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Moreover, Cursor is the first job for many employees, which left Brie impressed with the age distribution at Cursor.&lt;/p&gt;&#xA;&lt;p&gt;She previously thought that when people referred to a colleague as &amp;ldquo;too young,&amp;rdquo; they were either implying that the person was somewhat unreliable or that, while capable, they were difficult to communicate with.&lt;/p&gt;&#xA;&lt;p&gt;However, the young people at Cursor are different; they dress appropriately, have sincere eyes, speak clearly, and are polite. During discussions, they often reference history, art, pop culture, Silicon Valley history, or experiences from other industries.&lt;/p&gt;&#xA;&lt;p&gt;This is also one of Brie’s favorite aspects of Cursor: it has a spirit that is &amp;ldquo;very mature.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;The young workforce does not indulge in internet slang or meme culture, nor do they discuss trending topics or workplace gossip. Even non-work-related discussions in work groups revolve around local cultural events in San Francisco, critiques of AI opinions from The New Yorker, or sharing tips on &amp;ldquo;how to properly fold a sheet.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Moreover, this group of young people exhibits stable emotions. In Slack, the most commonly used emoji among Cursor employees is ❤️.&lt;/p&gt;&#xA;&lt;p&gt;Brie recounted an incident she witnessed: during a severe outage caused by a system failure, the culprit publicly apologized in the Slack #general channel, and the channel was flooded with ❤️, with comments like &amp;ldquo;Risks are inevitable; let’s do better next time.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;No one raises their voice, no one loses their cool, and no one panics over mistakes,&amp;rdquo; Brie wrote. But this does not mean they are lax; their calmness stems from a shared belief in each other&amp;rsquo;s professionalism and dedication, so mistakes do not trigger internal strife but rather prompt improvement.&lt;/p&gt;&#xA;&lt;p&gt;Cursor resembles a utopia that stands in contrast to Silicon Valley: a fast-paced company that maintains an almost Zen-like calm.&lt;/p&gt;&#xA;&lt;p&gt;Many visitors remark, &amp;ldquo;Your company is so calm.&amp;rdquo; Employees respond, &amp;ldquo;That’s just the appearance; underneath, it’s like a duck gliding on water.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;This phrase encapsulates the atmosphere at Cursor: serene on the surface, with frantic paddling beneath.&lt;/p&gt;&#xA;&lt;p&gt;The &amp;ldquo;maturity&amp;rdquo; of each employee is also reflected in their approach: they study the world through action rather than relying solely on personal experience to generate ideas.&lt;/p&gt;&#xA;&lt;p&gt;For instance, many employees in Cursor’s Slack create their own &amp;ldquo;brainstorming channels&amp;rdquo; (#brain-XXX), where they share thoughts, inspirations, or observations, such as &amp;ldquo;Is CMS a relic of the pre-AI era?&amp;rdquo; &amp;ldquo;A long list of insights after a client visit,&amp;rdquo; or dissatisfaction with a new feature.&lt;/p&gt;&#xA;&lt;p&gt;There are no KPIs or expectations for responses, but if you write something interesting and insightful, you will naturally attract a group of &amp;ldquo;readers.&amp;rdquo; This fosters an &amp;ldquo;open-source thinking culture&amp;rdquo; where everyone iterates their understanding publicly.&lt;/p&gt;&#xA;&lt;p&gt;Brie also observed a steep staircase in the office without handrails. When she asked why, the response was, &amp;ldquo;Humans know how to climb stairs.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;This statement epitomizes Cursor’s talent philosophy: We do not design for &amp;ldquo;fools&amp;rdquo; because there are no &amp;ldquo;fools&amp;rdquo; here.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;160px&#34; data-flex-grow=&#34;66&#34; height=&#34;1440&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-713d1b7afd/img-ddd68e0bc4.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-713d1b7afd/img-ddd68e0bc4_hu_40dbbd686ce701d0.jpeg 800w, https://gameflycenter.com/posts/note-713d1b7afd/img-ddd68e0bc4.jpeg 960w&#34; width=&#34;960&#34;&gt;&#xA;Cursor Office | Source: Colossus&lt;/p&gt;&#xA;&lt;p&gt;With such intelligent and mature talent coming together, Cursor has created a &amp;ldquo;paradise for individual contributors.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Individual contributors (ICs) are highly valued at Cursor and regarded as the highest status role. At Cursor, ICs are driven by passion rather than commands from leadership. The working style here is very &amp;ldquo;IC&amp;rdquo;: whoever is most invested in a task takes it on; when a task is assigned to someone, they have full responsibility and autonomy, regardless of their position.&lt;/p&gt;&#xA;&lt;p&gt;For instance, there was a proposal to run Cursor in the browser. Four engineers immediately agreed and worked on it over the weekend. As one of them put it, &amp;ldquo;We dropped everything and went into full focus mode until it was done. This was one of the most enjoyable work experiences of my life.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Such situations happen regularly at Cursor.&lt;/p&gt;&#xA;&lt;h2 id=&#34;04&#34;&gt;04&#xA;&lt;/h2&gt;&lt;h3 id=&#34;no-9-9-6-only-self-driven-passion&#34;&gt;No 9-9-6, Only Self-Driven Passion&#xA;&lt;/h3&gt;&lt;p&gt;In the tech world, Cursor is rumored to have an &amp;ldquo;incredible work intensity,&amp;rdquo; with many privately suggesting they practice 996. However, Brie states that this is actually a counterintuitive misunderstanding:&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;The company does not require employees to work 996; however, a significant portion of the team loves what they do so much that they overcommit, and the workload is entirely self-imposed.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Even Brie was influenced by this atmosphere, writing, &amp;ldquo;No one asked me to work evenings or weekends. But I just wanted to. I’m even writing this on a Saturday while my ten-month-old is sleeping upstairs.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;This working state is almost akin to the intoxication of a craftsman creating a piece: there are no KPIs or institutional demands, only the drive to &amp;ldquo;make things better.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;But Brie also admits that she nearly drowned in the pace during the first few weeks, with new problems, priorities, and tasks arising daily. Working overtime did not resolve the issues; rather, she was uncertain about the correctness, value, and reporting of her work results.&lt;/p&gt;&#xA;&lt;p&gt;Almost every new employee experiences this &amp;ldquo;drowning feeling.&amp;rdquo; But they soon realize that this is actually the company’s trust in them: &amp;ldquo;Once you truly understand this, panic gradually transforms into confidence,&amp;rdquo; Brie wrote.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;360px&#34; data-flex-grow=&#34;150&#34; height=&#34;720&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-713d1b7afd/img-5c4328df3a.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-713d1b7afd/img-5c4328df3a_hu_586ff4468d349fce.jpeg 800w, https://gameflycenter.com/posts/note-713d1b7afd/img-5c4328df3a.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;Cursor Office | Source: Colossus&lt;/p&gt;&#xA;&lt;p&gt;This is also a typical &amp;ldquo;Silicon Valley growth curve&amp;rdquo;: throwing newcomers into deep water, and they discover they can swim.&lt;/p&gt;&#xA;&lt;p&gt;Moreover, Cursor employees are possibly the most immersed in their own product in the world. The only ones who might rival them are those at Apple, who use their own Macs and iPhones daily.&lt;/p&gt;&#xA;&lt;p&gt;Everyone at Cursor uses Cursor to write code, edit documents, and experiment with new features. They are both developers and users, which leads to a bottom-up product roadmap: if you want a feature to exist, that is enough reason to develop it.&lt;/p&gt;&#xA;&lt;p&gt;When an employee is convinced that a feature is worth building, they might present it at the weekly product demo or just dive in and start working on it.&lt;/p&gt;&#xA;&lt;p&gt;Sometimes, two employees might develop the same feature, and the final version will incorporate the best ideas from both sides.&lt;/p&gt;&#xA;&lt;p&gt;Once development is complete, they first launch the feature in an internal version of Cursor. The team tests it internally to see if it &amp;ldquo;has life&amp;rdquo;: if everyone loves it, they keep and refine it; if no one cares, it naturally gets eliminated.&lt;/p&gt;&#xA;&lt;p&gt;Feedback is very &amp;ldquo;Cursor-like&amp;rdquo;: everyone votes using emojis in the Slack channel, 🟢 = remove feature, 🔴 = feature is useful. Everyone makes their choice in seconds, but it often sparks lengthy and deeper discussions.&lt;/p&gt;&#xA;&lt;p&gt;Many of the currently most popular features, such as Tab, CmdK, Agent, Bugbot, and Background Agent, have grown this way.&lt;/p&gt;&#xA;&lt;p&gt;At Cursor, it is commonplace for people to challenge and question colleagues&amp;rsquo; work results. Here, your ideas, code, and writing can be dissected by colleagues at any time.&lt;/p&gt;&#xA;&lt;p&gt;But this is not hostility; it is a form of trust: everyone believes you can handle criticism and are willing to improve.&lt;/p&gt;&#xA;&lt;p&gt;Cursor’s top developers are very aware of what constitutes a good product, so they are extremely sensitive to &amp;ldquo;subpar&amp;rdquo; offerings. They don’t just give feedback; they often &amp;ldquo;roll up their sleeves&amp;rdquo; and help out. This also shapes Cursor’s culture of &amp;ldquo;criticism as participation.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Like all cultures, this &amp;ldquo;friction-based communication&amp;rdquo; has grown from the founders themselves.&lt;/p&gt;&#xA;&lt;p&gt;Michael (co-founder) often encourages everyone to ask &amp;ldquo;spicy questions&amp;rdquo; during company-wide Q&amp;amp;A sessions, while another founder, Sualeh, is more direct: he privately messages employees asking, &amp;ldquo;What are you worried about?&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;They want employees to always carry a &amp;ldquo;curious anxiety&amp;rdquo; rather than a &amp;ldquo;safe numbness.&amp;rdquo; Of course, such a culture has potential dangers.&lt;/p&gt;&#xA;&lt;p&gt;Brie candidly states: if arrogance, office politics, emotional instability, and poor communication infiltrate this culture, it can quickly become toxic.&lt;/p&gt;&#xA;&lt;p&gt;She has seen many genius-level individuals, but they &amp;ldquo;treat fault-finding as a sport without a genuine desire to fix things.&amp;rdquo; However, at Cursor, critics are also problem solvers; everyone sincerely hopes to achieve the best for the product and each other.&lt;/p&gt;&#xA;&lt;h2 id=&#34;05&#34;&gt;05&#xA;&lt;/h2&gt;&lt;h3 id=&#34;everyone-is-creating-something-at-cursor&#34;&gt;Everyone is Creating Something at Cursor&#xA;&lt;/h3&gt;&lt;p&gt;Cursor’s attitude towards product philosophy is also one of high confidence.&lt;/p&gt;&#xA;&lt;p&gt;Brie summarizes it succinctly: other companies focus on lowering barriers to entry, enabling more people to get started, but Cursor focuses on raising the ceiling of functionality. They believe that only when the top users are elevated will the entire ecosystem&amp;rsquo;s standards be raised.&lt;/p&gt;&#xA;&lt;p&gt;In addition to vertically raising the ceiling, Cursor encourages exploration of product breadth.&lt;/p&gt;&#xA;&lt;p&gt;Beyond the engineering team, sales, operations, and marketing teams also use Cursor to build internal tools, websites, or scripts. The #built-with-Cursor channel showcases new projects daily, such as a court reservation mini-program, a wedding website for an employee, a game that feeds virtual snacks to the office dog, and a quiz about the Metropolitan Museum of Art’s collection.&lt;/p&gt;&#xA;&lt;p&gt;This model, where everyone loves to use the product, everyone gives feedback, and everyone votes on product direction, has also shaped a unique company ritual at Cursor: Fuzz, a collective celebration that pushes perfectionism to the limit.&lt;/p&gt;&#xA;&lt;p&gt;Whenever a major version is about to be released, whether it’s a client update or a website overhaul, Cursor holds a Fuzz event, calling everyone to come out and find bugs.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;360px&#34; data-flex-grow=&#34;150&#34; height=&#34;720&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-713d1b7afd/img-935c037399.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-713d1b7afd/img-935c037399_hu_5fb97e9ac7938c0a.jpeg 800w, https://gameflycenter.com/posts/note-713d1b7afd/img-935c037399.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;Cursor’s work culture encourages action anytime, anywhere | Source: Colossus&lt;/p&gt;&#xA;&lt;p&gt;As a product for AI programming, Cursor does not view users as &amp;ldquo;customers&amp;rdquo; but as peers. They believe that if the tools are laggy or crash, it wastes their time. Therefore, they must avoid all bugs as much as possible before launch.&lt;/p&gt;&#xA;&lt;p&gt;As stated in Cursor’s early documentation, &amp;ldquo;Be responsible for bugs. Bugs are inevitable, but bugs that reach the user are disappointing. We want users to program with Cursor every day; bugs or performance issues are the easiest reasons for them to switch platforms.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;The atmosphere during Fuzz resembles a ritual. Once everyone gathers, engineers form a circle, sitting if possible, or sitting cross-legged, leaning against walls, or even sitting on the backs of chairs.&lt;/p&gt;&#xA;&lt;p&gt;The product lead shares the link to the latest build and testing instructions in Slack, and the sound of typing fills the room as everyone works hard to find bugs, interface flaws, logical errors, or edge cases.&lt;/p&gt;&#xA;&lt;p&gt;They continuously record issues in the Slack channel, occasionally sparking debates, and even initiating instant votes to determine which solution is more elegant.&lt;/p&gt;&#xA;&lt;p&gt;The entire process lasts an hour, resembling a hacker&amp;rsquo;s version of meditation: collective silence, extreme focus, and no nonsense. The results of Fuzz typically culminate in a lengthy list of &amp;ldquo;all the issues to fix before the next day’s release.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;After Fuzz, the product team expresses gratitude to everyone and then embarks on a long night of fixes, with those who identified issues often staying behind to help.&lt;/p&gt;&#xA;&lt;p&gt;In other companies, testing and development are often two separate groups, but at Cursor, those who find problems and those who fix them are often the same group of people.&lt;/p&gt;&#xA;&lt;h2 id=&#34;06&#34;&gt;06&#xA;&lt;/h2&gt;&lt;h3 id=&#34;mission-as-reward&#34;&gt;Mission as Reward&#xA;&lt;/h3&gt;&lt;p&gt;Brie mentioned that she once asked co-founder Michael, &amp;ldquo;What kind of feeling do you want the company to evoke?&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Michael did not answer directly but instead asked her, &amp;ldquo;Have you seen the Beatles documentary?&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;In this documentary, the most famous band locks themselves in a recording studio for three weeks, iterating and experimenting continuously until they create &amp;ldquo;Let It Be.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Brie believes this perfectly describes Cursor’s culture: there are no excessive strategies or lengthy slogans; everything is about continuous trial and error, collision, and adjustment in actual work. Just as band members constantly try and adjust every note, Cursor employees are continually refining every line of code and every detail of the product.&lt;/p&gt;&#xA;&lt;p&gt;What the Cursor team truly cares about is not the &amp;ldquo;developer productivity&amp;rdquo; boasted on the company website or external press releases, but the code itself and how code and software become the infrastructure of the world.&lt;/p&gt;&#xA;&lt;p&gt;They connect their work to street traffic lights, scientific analyses, medical records, supermarket inventory systems, and even flight control systems, treating every line of code as an attempt to sculpt the world.&lt;/p&gt;&#xA;&lt;p&gt;This mission-driven culture has made Cursor’s commercial success a reward rather than the primary goal.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 7&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;360px&#34; data-flex-grow=&#34;150&#34; height=&#34;720&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-713d1b7afd/img-8d112cb512.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-713d1b7afd/img-8d112cb512_hu_f126ecd62246cc43.jpeg 800w, https://gameflycenter.com/posts/note-713d1b7afd/img-8d112cb512.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;Cursor Office | Source: Colossus&lt;/p&gt;&#xA;&lt;p&gt;Brie noted that when the company reached $100 million ARR, hearts and 💯 emojis naturally popped up in the Slack channel, but the office remained calm as everyone continued discussing the product.&lt;/p&gt;&#xA;&lt;p&gt;This also explains why, at Cursor, few people talk about wealth or future plans. As Brie summarizes: for employees, the true reward is seeing their work directly drive better and more precise software development, rather than external wealth or status.&lt;/p&gt;&#xA;&lt;p&gt;It seems that for Cursor employees, the meaning, challenges, and sense of achievement in their work are the most direct and tangible rewards.&lt;/p&gt;&#xA;&lt;p&gt;Cursor is shaping the world through work itself, believing that every aspect of software development, from coding to testing to deployment, will be &amp;ldquo;intelligently&amp;rdquo; restructured.&lt;/p&gt;&#xA;&lt;p&gt;The term &amp;ldquo;programming&amp;rdquo; is also beginning to transcend the programmer alone: it now includes designers, product managers, entrepreneurs, and even industry experts.&lt;/p&gt;&#xA;&lt;p&gt;This means the market potential is nearly limitless, and every line of code can change some aspect of our daily lives.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>User Trust Erodes as AI Tools Discriminate</title>
            <link>https://gameflycenter.com/posts/note-9d667e4e1d/</link>
            <pubDate>Thu, 16 Oct 2025 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-9d667e4e1d/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;As AI tools begin to &amp;ldquo;discriminate,&amp;rdquo; user trust quietly crumbles. This article reveals controversies surrounding Claude&amp;rsquo;s membership services, account bans, and regional restrictions through real user experiences, reflecting on how AI products can balance technological innovation with user respect in global operations.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;514px&#34; data-flex-grow=&#34;214&#34; height=&#34;420&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-9d667e4e1d/img-af92ea49e5.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-9d667e4e1d/img-af92ea49e5_hu_d23a75502a985ca3.jpeg 800w, https://gameflycenter.com/posts/note-9d667e4e1d/img-af92ea49e5.jpeg 900w&#34; width=&#34;900&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I consider myself quite moderate when it comes to paying for AI tools. I believe that if an AI has its merits and I happen to need it, paying to unlock more features is reasonable.&lt;/p&gt;&#xA;&lt;p&gt;For example, I was impressed with Kimi&amp;rsquo;s computer use and Kimi Researcher, so I decisively purchased their membership. I found GPT&amp;rsquo;s long-term memory very useful, and I was satisfied with its responses during conversations, so I subscribed to their Plus membership. When I was doing my daily reports, I noticed that Gemini 2.5 Pro had a sufficiently long context, and GDR (Gemini DeepResearch) was quite good, so I subscribed to their Pro version.&lt;/p&gt;&#xA;&lt;p&gt;I don&amp;rsquo;t think I&amp;rsquo;m a stingy person&amp;hellip; At one point, I spent over 400 RMB a month on AI subscriptions. The reason I subscribed was that I believed my money was well spent; even if I didn&amp;rsquo;t use the membership much, I didn&amp;rsquo;t mind, as I trusted that spending would yield returns. Paying a bit for better tools and solutions is perfectly fine.&lt;/p&gt;&#xA;&lt;h2 id=&#34;a-curious-attempt&#34;&gt;A Curious Attempt&#xA;&lt;/h2&gt;&lt;p&gt;Being someone who dislikes hassle, I tend to stick to a fixed set of AIs. I use ChatGPT for creating public account covers and handling tasks that require long-term memory. I use Gemini for writing tasks and occasionally generating prompts. Kimi is my go-to for factual inquiries; I usually ask it any small questions I have.&lt;/p&gt;&#xA;&lt;p&gt;This covers almost all my usage scenarios.&lt;/p&gt;&#xA;&lt;p&gt;One day, while scrolling through Twitter out of boredom, I saw a post from someone who claimed they had been chatting with Claude during the National Day holiday, and that Claude could accurately point out their mistakes, leaving them feeling refreshed afterward. This piqued my curiosity.&lt;/p&gt;&#xA;&lt;p&gt;For various reasons, I had never tried Claude before, thinking my current tools were sufficient. However, after reading that blog post, I couldn&amp;rsquo;t shake the thought. &amp;ldquo;Is it really that good?&amp;rdquo; I kept pondering it as I lay in bed that night.&lt;/p&gt;&#xA;&lt;p&gt;So, I decided to give it a try. I started with the free version and asked a few questions. I found the responses quite satisfactory, so I decided to use the money I had set aside for GPT&amp;rsquo;s renewal to subscribe to Claude&amp;rsquo;s membership.&lt;/p&gt;&#xA;&lt;p&gt;At first, everything was pleasant. I even shared my conversations with Claude in my group chat, finding it quite entertaining.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;386px&#34; data-flex-grow=&#34;161&#34; height=&#34;670&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-9d667e4e1d/img-2dffe1c333.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-9d667e4e1d/img-2dffe1c333_hu_74032b21bdd1e0c9.jpeg 800w, https://gameflycenter.com/posts/note-9d667e4e1d/img-2dffe1c333.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I asked Claude to critique itself and the experiences with the other two (Gemini and ChatGPT), and I felt it provided insights I could relate to. Looking back, I surely should have slapped myself.&lt;/p&gt;&#xA;&lt;p&gt;Because I was quickly proven wrong.&lt;/p&gt;&#xA;&lt;h2 id=&#34;reality-hits-hard&#34;&gt;Reality Hits Hard&#xA;&lt;/h2&gt;&lt;p&gt;I subscribed to the membership this morning, thinking that since I had paid, I should chat with Claude more&amp;hellip; However, when I opened the app on my phone in the afternoon, Claude threw an error at me.&lt;/p&gt;&#xA;&lt;p&gt;Initially, I thought it was a network issue and tried switching IPs several times, but to no avail. When I logged in on my computer, a message confirmed my worst fears.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;361px&#34; data-flex-grow=&#34;150&#34; height=&#34;572&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-9d667e4e1d/img-b042bc5667.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-9d667e4e1d/img-b042bc5667_hu_9a0a7994549bd7fc.jpeg 800w, https://gameflycenter.com/posts/note-9d667e4e1d/img-b042bc5667.jpeg 862w&#34; width=&#34;862&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;It meant my account was banned.&lt;/p&gt;&#xA;&lt;p&gt;What? I just bought the membership, and now it&amp;rsquo;s banned??? I didn&amp;rsquo;t get banned while using the free version for half a day, but now that I have a membership, I get banned? What does that mean?&lt;/p&gt;&#xA;&lt;p&gt;I was very confused and ran to ask GPT, and its response really made me laugh in frustration.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;615px&#34; data-flex-grow=&#34;256&#34; height=&#34;421&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-9d667e4e1d/img-a9f58dee7f.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-9d667e4e1d/img-a9f58dee7f_hu_36efa486b898f0fe.jpeg 800w, https://gameflycenter.com/posts/note-9d667e4e1d/img-a9f58dee7f.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;This reminded me of a line from &amp;ldquo;Let the Bullets Fly&amp;rdquo;: &amp;ldquo;Should good people be held at gunpoint?&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Because I subscribed, does that mean I get stricter scrutiny?&lt;/p&gt;&#xA;&lt;p&gt;The novelty of having just subscribed quickly faded into frustration. Moreover, this ban didn&amp;rsquo;t just prevent me from using the model; I couldn&amp;rsquo;t even access the chat, getting stuck right at login.&lt;/p&gt;&#xA;&lt;p&gt;This meant that if I had important tasks to complete with Claude, I would no longer be able to access them.&lt;/p&gt;&#xA;&lt;p&gt;Alright, Claude, you really are something.&lt;/p&gt;&#xA;&lt;h2 id=&#34;a-decision-to-move-on&#34;&gt;A Decision to Move On&#xA;&lt;/h2&gt;&lt;p&gt;After filling out the appeal form, a glimmer of hope crossed my mind: &amp;ldquo;What if they restore my account?&amp;rdquo; But then I couldn&amp;rsquo;t help but slap myself again.&lt;/p&gt;&#xA;&lt;p&gt;There are so many AIs out there; why should I pin my hopes on Claude? Why should I keep putting myself in a position to be let down?&lt;/p&gt;&#xA;&lt;p&gt;Then I realized I just wanted my money back and to have no further dealings with Claude. At that moment, I remembered why I had never subscribed to Claude before.&lt;/p&gt;&#xA;&lt;p&gt;Because Claude, or rather Anthropic, whether as a company or through its CEO, harbors a certain level of animosity towards our country and its citizens. The CEO of Anthropic has called for a ban on U.S. chip exports to China to limit China&amp;rsquo;s AI development. On September 5, the company announced an update to its sales restrictions, immediately banning companies or subsidiaries with majority ownership by Chinese capital from using its Claude series AI services, including Claude Code.&lt;/p&gt;&#xA;&lt;p&gt;Moreover, they have massively banned accounts of Chinese users, and even if you use special methods to change your IP, it doesn&amp;rsquo;t help.&lt;/p&gt;&#xA;&lt;p&gt;Honestly, customers spend money expecting commensurate service, not facing discrimination through colored glasses.&lt;/p&gt;&#xA;&lt;p&gt;I believe that AI technology should be inclusive, and products should not set boundaries or be influenced by other factors that exclude certain users.&lt;/p&gt;&#xA;&lt;p&gt;Such behavior is undoubtedly low-end and unwise.&lt;/p&gt;&#xA;&lt;p&gt;In summary, I will not engage with Claude again; I refuse to be a fool anymore.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Advanced Usage Guide for Cursor</title>
            <link>https://gameflycenter.com/posts/note-f8f2d28ad1/</link>
            <pubDate>Sun, 31 Aug 2025 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-f8f2d28ad1/</guid>
            <description>&lt;h2 id=&#34;settings&#34;&gt;Settings&#xA;&lt;/h2&gt;&lt;p&gt;Cursor is developed as a branch of VSCode, allowing seamless integration. You can import your VSCode settings directly.&lt;/p&gt;&#xA;&lt;p&gt;After importing, all your plugins, theme configurations, etc., will remain consistent with VSCode without needing to reinstall them manually. The import is incremental, meaning that any plugins or settings already in Cursor but not in VSCode will not be removed.&lt;/p&gt;&#xA;&lt;h3 id=&#34;why-use-vscode-import&#34;&gt;Why Use VSCode Import?&#xA;&lt;/h3&gt;&lt;p&gt;VSCode has an automatic synchronization feature (including settings, plugins, themes), but Cursor does not provide synchronization. To avoid repetitive settings when installing Cursor on a new device, download VSCode, log in, sync your data, and then import it into Cursor for a seamless transition.&lt;/p&gt;&#xA;&lt;h2 id=&#34;toolbar-position&#34;&gt;Toolbar Position&#xA;&lt;/h2&gt;&lt;p&gt;In VSCode, the default toolbar is on the left side, while Cursor has a smaller horizontal toolbar at the top. If you prefer a vertical arrangement, open settings, search for &amp;ldquo;orientation,&amp;rdquo; and change it to vertical.&lt;/p&gt;&#xA;&lt;h2 id=&#34;codebase-indexing&#34;&gt;Codebase Indexing&#xA;&lt;/h2&gt;&lt;p&gt;Codebase Indexing is a vital tool in Cursor for understanding project structure. Cursor traverses each file, recording its relative position, effectively creating a project file map. This indexing allows for more accurate results when using the file search tool during programming.&lt;/p&gt;&#xA;&lt;p&gt;Pro users can support up to 50,000 files, while enterprise users can support 250,000 files.&lt;/p&gt;&#xA;&lt;h2 id=&#34;docs&#34;&gt;Docs&#xA;&lt;/h2&gt;&lt;p&gt;Docs allows you to add special documents to the context. This is useful when Cursor cannot supplement context information through model calls, online queries, or rules, leading to bugs or misunderstandings. You can add user-defined documents to Docs, typically technical documents, personal blogs, or declarative documents that are not easily found via search engines.&lt;/p&gt;&#xA;&lt;p&gt;Docs only accepts URL links, so the documents added should be from online sites that AI can crawl.&lt;/p&gt;&#xA;&lt;h2 id=&#34;context&#34;&gt;Context&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;The efficiency of AI in completing tasks relies heavily on the completeness and clarity of the context definition.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;definition&#34;&gt;Definition&#xA;&lt;/h3&gt;&lt;p&gt;What is context? Context is the AI&amp;rsquo;s memory, encompassing all its knowledge about the current project, serving as the basis for logical reasoning.&lt;/p&gt;&#xA;&lt;p&gt;Context is divided into two categories: instructions (user prompts) and states (various information contained in the current project).&lt;/p&gt;&#xA;&lt;h3 id=&#34;length&#34;&gt;Length&#xA;&lt;/h3&gt;&lt;p&gt;The length of context is limited, measured in tokens. You can use the tool &lt;a class=&#34;link&#34; href=&#34;https://tiktokenizer.vercel.app&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;tiktokenizer.vercel.app&lt;/a&gt; to calculate the token length of your input text.&lt;/p&gt;&#xA;&lt;p&gt;The built-in model in Cursor has a different context length than those provided on model websites due to internal system prompts and optimizations that occupy some space.&lt;/p&gt;&#xA;&lt;h3 id=&#34;construction&#34;&gt;Construction&#xA;&lt;/h3&gt;&lt;p&gt;Before each conversation, you should construct a detailed and clear context for the AI, which is the most effective way to reduce AI hallucinations.&lt;/p&gt;&#xA;&lt;p&gt;In Cursor, context includes many types. Here are some core methods to add context:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;File &amp;amp; Folders&lt;/strong&gt;: The easiest way is to drag and drop files or folders into the conversation. This can include text, CSV, MD, and various source code files (character-based text files). Word, PDF, and PPT files are not supported.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Code&lt;/strong&gt;: Select a piece of code and click &amp;ldquo;Add to chat.&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Git&lt;/strong&gt;: When performing a code review, you can add a specific commit to the context.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Past Chats&lt;/strong&gt;: If you have new ideas based on previous conversations, you can reference relevant historical chats without re-explaining the context.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Web&lt;/strong&gt;: Used for manually specifying documents from websites that AI can crawl.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Image&lt;/strong&gt;: Screenshots can be pasted directly into the chat to add them.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Terminals&lt;/strong&gt;: Similar to code, select output information in the terminal and click &amp;ldquo;Add to chat.&amp;rdquo;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;prompt&#34;&gt;Prompt&#xA;&lt;/h2&gt;&lt;p&gt;Prompts are also part of the context and directly influence model output. Each built-in model in Cursor has internal system prompts. This repository collects various internal system prompts from AI tools: &lt;a class=&#34;link&#34; href=&#34;https://github.com/elder-plini&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;github.com/elder-plini&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;writing-principles&#34;&gt;Writing Principles&#xA;&lt;/h3&gt;&lt;p&gt;To write clear and understandable prompts, follow these key points:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Use Markdown format, employing ordered and unordered lists, proper line breaks, and spacing.&lt;/li&gt;&#xA;&lt;li&gt;Focus on one task at a time, with the entire prompt centered around that task.&lt;/li&gt;&#xA;&lt;li&gt;Provide positive examples, as AI excels at analogy reasoning.&lt;/li&gt;&#xA;&lt;li&gt;Be as detailed and purpose-driven as possible, avoiding vague instructions and actively adding context.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h3 id=&#34;writing-tips&#34;&gt;Writing Tips&#xA;&lt;/h3&gt;&lt;p&gt;You can explicitly include context as part of descriptive statements.&lt;/p&gt;&#xA;&lt;p&gt;When using multiple images, you can use numbers to indicate them.&lt;/p&gt;&#xA;&lt;p&gt;Press Shift + Enter to create a new line.&lt;/p&gt;&#xA;&lt;h2 id=&#34;model-switching&#34;&gt;Model Switching&#xA;&lt;/h2&gt;&lt;p&gt;First, identify which models you need for your daily tasks. Here are some categories:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Simple tasks requiring quick responses: claude-4-sonnet.&lt;/li&gt;&#xA;&lt;li&gt;Tasks requiring more context while ensuring quality: claude-4-sonnet-thinking, genimi-2.5-pro.&lt;/li&gt;&#xA;&lt;li&gt;Complex tasks with extensive context and no initial ideas for AI: o3.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;To avoid the hassle of switching models for each conversation, keep it set to claude-4-sonnet by default.&lt;/p&gt;&#xA;&lt;h3 id=&#34;enabling-models&#34;&gt;Enabling Models&#xA;&lt;/h3&gt;&lt;p&gt;If you notice some models are missing from the list after clicking &amp;ldquo;add model,&amp;rdquo; you may not have enabled the switch in settings. Generally, only enable the most commonly used models and avoid older ones, adhering to the principle of &amp;ldquo;favoring the new over the old.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h3 id=&#34;auto--max&#34;&gt;Auto &amp;amp; Max&#xA;&lt;/h3&gt;&lt;p&gt;Do not enable the Auto option, as you cannot determine which model Cursor is using behind the scenes; it could be an outdated or free model. Always specify the model manually to ensure you get your money&amp;rsquo;s worth from your subscription.&lt;/p&gt;&#xA;&lt;p&gt;The MAX mode should also generally be avoided, as it incurs additional charges and significantly increases the context length for models, suitable only for very complex tasks, consuming tokens at about five times the normal rate.&lt;/p&gt;&#xA;&lt;h2 id=&#34;three-modes&#34;&gt;Three Modes&#xA;&lt;/h2&gt;&lt;h3 id=&#34;ask&#34;&gt;Ask&#xA;&lt;/h3&gt;&lt;p&gt;This mode should be your most frequently used setting. Set it as the default mode.&lt;/p&gt;&#xA;&lt;p&gt;Ask is primarily used for multi-turn conversations with AI to reach conclusions or agreements. It has the following features:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Access to context.&lt;/li&gt;&#xA;&lt;li&gt;Ability to call tools, perform web searches, and read files.&lt;/li&gt;&#xA;&lt;li&gt;Can invoke MCP.&lt;/li&gt;&#xA;&lt;li&gt;Does not modify or create any code files.&lt;/li&gt;&#xA;&lt;li&gt;Does not execute terminal commands proactively.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Before using AI for a task, you should have about 10 rounds of conversation, with 7 rounds in Ask mode discussing and refining details, followed by 3 rounds using the Agent model to finalize code construction.&lt;/p&gt;&#xA;&lt;h3 id=&#34;agent&#34;&gt;Agent&#xA;&lt;/h3&gt;&lt;p&gt;This mode is used for producing results, allowing you to add, delete, modify, and query files in your project, write various codes, and generate detailed Markdown documents. It is the builder mode.&lt;/p&gt;&#xA;&lt;h3 id=&#34;manual&#34;&gt;Manual&#xA;&lt;/h3&gt;&lt;p&gt;This mode is rarely used and may be removed in future versions of Cursor.&lt;/p&gt;&#xA;&lt;h2 id=&#34;parallel-conversations&#34;&gt;Parallel Conversations&#xA;&lt;/h2&gt;&lt;h3 id=&#34;creating-parallel-conversations&#34;&gt;Creating Parallel Conversations&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Scenario&lt;/strong&gt;: You are currently in a conversation but need to query another question.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Tip&lt;/strong&gt;: You can create a new chat, but this will exit the current conversation window, making previous chats invisible. The best approach is to create a parallel conversation, which is independent of the current chat context and does not affect other conversations, essentially adding a separate sub-conversation window within the current chat.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Trigger&lt;/strong&gt;: First, click to focus on the chat (otherwise, it will trigger VSCode shortcuts), then press Command + T to create.&lt;/p&gt;&#xA;&lt;h3 id=&#34;creating-task-branches&#34;&gt;Creating Task Branches&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Scenario&lt;/strong&gt;: You are in conversation 1 but suddenly have an idea and want to try another approach based on conversation 1.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Tip&lt;/strong&gt;: Copy conversation 1 (including all context) to create a completely independent new conversation identical to conversation 1.&lt;/p&gt;&#xA;&lt;h2 id=&#34;other-features&#34;&gt;Other Features&#xA;&lt;/h2&gt;&lt;h3 id=&#34;terminal-smart-suggestions&#34;&gt;Terminal Smart Suggestions&#xA;&lt;/h3&gt;&lt;p&gt;If you forget how to execute a command in the terminal, press Command + K, describe the operation you need to perform, and AI will generate the corresponding command.&lt;/p&gt;&#xA;&lt;h3 id=&#34;chart-drawing&#34;&gt;Chart Drawing&#xA;&lt;/h3&gt;&lt;p&gt;However, rendering errors often occur due to Cursor&amp;rsquo;s built-in Mermaid renderer being outdated (version 8.x), while AI often uses syntax from version 10.x for drawing commands.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>In-Depth Review of Zhipu GLM-4.5: Is the AI Toolkit Really Effective?</title>
            <link>https://gameflycenter.com/posts/note-b27e2119ed/</link>
            <pubDate>Thu, 31 Jul 2025 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-b27e2119ed/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;GLM-4.5 has arrived, promising a one-click package of &amp;ldquo;multimodal + coding + assistant&amp;rdquo; functionalities! But does the actual experience live up to the hype? In this hands-on review, we will reveal what works well and what falls short, providing an in-depth analysis of AI capabilities.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 15&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;514px&#34; data-flex-grow=&#34;214&#34; height=&#34;420&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-fd4ee9afcf.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-fd4ee9afcf_hu_d91398e23d8f2c87.jpeg 800w, https://gameflycenter.com/posts/note-b27e2119ed/img-fd4ee9afcf.jpeg 900w&#34; width=&#34;900&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Have you ever faced such frustrations? Wanting AI to write a report, but Model A has good logic but poor writing style; needing it to write code, but having to switch to Model B; trying to automate a task, only to find you need to manually connect several tools&amp;hellip; It feels like running back and forth in multiple kitchens just to prepare a dish.&lt;/p&gt;&#xA;&lt;p&gt;As AI capabilities seem to become increasingly specialized, &lt;strong&gt;Zhipu AI&lt;/strong&gt; has introduced its new flagship model, &lt;strong&gt;GLM-4.5&lt;/strong&gt;, claiming to create an all-rounder that can do everything.&lt;/p&gt;&#xA;&lt;p&gt;What has changed? Is it truly a game-changer or just hype? Today, we will conduct an in-depth test to uncover the truth!&lt;/p&gt;&#xA;&lt;h2 id=&#34;overview-whats-new-in-glm-45&#34;&gt;Overview: What’s New in GLM-4.5?&#xA;&lt;/h2&gt;&lt;p&gt;In simple terms, GLM-4.5&amp;rsquo;s biggest ambition is to &lt;strong&gt;natively integrate&lt;/strong&gt; various previously scattered superpowers into a single model.&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-core-highlight-native-intelligent-agent-capability&#34;&gt;1. Core Highlight: Native &amp;ldquo;Intelligent Agent&amp;rdquo; Capability&#xA;&lt;/h3&gt;&lt;p&gt;This is no longer just a &amp;ldquo;chatbot&amp;rdquo; that answers questions one at a time. GLM-4.5 is designed to understand complex goals, autonomously plan tasks, and call tools to execute multi-step actions, functioning as an &amp;ldquo;AI employee&amp;rdquo;. Officially, it claims to be the &lt;strong&gt;first SOTA-level native intelligent agent model&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;2-trinity-of-versatile-capabilities&#34;&gt;2. &amp;ldquo;Trinity&amp;rdquo; of Versatile Capabilities&#xA;&lt;/h3&gt;&lt;p&gt;It integrates &lt;strong&gt;complex reasoning&lt;/strong&gt; (like a strategist), &lt;strong&gt;code generation&lt;/strong&gt; (like a programmer), and &lt;strong&gt;intelligent agent interaction&lt;/strong&gt; (like a project manager) into a cohesive whole. The goal is to say goodbye to the &amp;ldquo;specialist&amp;rdquo; and become a &amp;ldquo;hexagonal warrior&amp;rdquo; capable of tackling any problem.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 16&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;227px&#34; data-flex-grow=&#34;94&#34; height=&#34;1141&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-a68dacdfbd.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-a68dacdfbd_hu_b82390af1b2d0ab6.jpeg 800w, https://gameflycenter.com/posts/note-b27e2119ed/img-a68dacdfbd.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;3-completely-open-source-and-affordable&#34;&gt;3. Completely Open Source and Affordable&#xA;&lt;/h3&gt;&lt;p&gt;Most importantly, both GLM-4.5 and its lightweight version, GLM-4.5-Air, have been &lt;strong&gt;fully open-sourced&lt;/strong&gt; and are available on platforms like Hugging Face. The API call price is as low as &lt;strong&gt;0.8 yuan per million tokens&lt;/strong&gt;, drastically lowering the barrier for using high-performance large models, which is a huge boon for developers and small businesses.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 17&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;180px&#34; data-flex-grow=&#34;75&#34; height=&#34;1440&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-7e2d7b643c.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-7e2d7b643c_hu_3065a197c9834f4f.jpeg 800w, https://gameflycenter.com/posts/note-b27e2119ed/img-7e2d7b643c.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;official-results--community-response&#34;&gt;Official Results &amp;amp; Community Response&#xA;&lt;/h2&gt;&lt;p&gt;Let’s take a look at the official results.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 18&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;180px&#34; data-flex-grow=&#34;75&#34; height=&#34;1200&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-9d8aaf11bf.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-9d8aaf11bf_hu_364d91cb0cd98490.jpeg 800w, https://gameflycenter.com/posts/note-b27e2119ed/img-9d8aaf11bf.jpeg 900w&#34; width=&#34;900&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;In 12 globally recognized hardcore tests, including graduate-level reasoning and complex software engineering problem-solving, GLM-4.5 scored &lt;strong&gt;third globally&lt;/strong&gt;, ranking &lt;strong&gt;first among all domestic and open-source models&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;This report card is quite impressive. After its release, community feedback was extremely enthusiastic: within just 10 hours, it surged to second place on the international open-source community Hugging Face hot list, setting a record for growth. Foreign media also focused on its &amp;ldquo;lower cost and better performance&amp;rdquo; features, considering it an attractive high-performance foundational model for global enterprises.&lt;/p&gt;&#xA;&lt;p&gt;It seems that GLM-4.5 is indeed making waves. But how does it perform in reality? Let&amp;rsquo;s move into our &amp;ldquo;devil&amp;rsquo;s test&amp;rdquo; segment!&lt;/p&gt;&#xA;&lt;h2 id=&#34;hands-on-testing-lets-see-how-it-performs&#34;&gt;Hands-On Testing: Let’s See How It Performs!&#xA;&lt;/h2&gt;&lt;p&gt;Official data looks good, but nothing beats trying it out yourself. I designed several scenarios that best showcase its &amp;ldquo;versatile&amp;rdquo; features to give you a real feel.&lt;/p&gt;&#xA;&lt;h3 id=&#34;scenario-1-intelligent-agent-one-stop-task--let-ai-be-your-secretary&#34;&gt;Scenario 1: Intelligent Agent &amp;ldquo;One-Stop&amp;rdquo; Task — Let AI Be Your Secretary&#xA;&lt;/h3&gt;&lt;p&gt;I tasked it with: &lt;strong&gt;&amp;ldquo;Help me create a 15-page PPT report on the &amp;lsquo;2025 World Artificial Intelligence Conference (WAIC)&amp;rsquo;, requiring rich visuals and text, including highlights of the conference, main exhibitors, and future trend predictions.&amp;rdquo; My prompt input:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;GLM-4.5&amp;rsquo;s execution results:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 19&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;329px&#34; data-flex-grow=&#34;137&#34; height=&#34;786&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-dc13348083.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-dc13348083_hu_9abe72d743a561c9.jpeg 800w, https://gameflycenter.com/posts/note-b27e2119ed/img-dc13348083.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;It first confirmed some basic information with me.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 20&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;297px&#34; data-flex-grow=&#34;123&#34; height=&#34;871&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-93800191fb.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-93800191fb_hu_c707ee369836adfd.jpeg 800w, https://gameflycenter.com/posts/note-b27e2119ed/img-93800191fb.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;After planning the task, it asked if I needed to add anything, and I felt it was okay, so I chose none.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 21&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;569px&#34; data-flex-grow=&#34;237&#34; height=&#34;455&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-8f4953287f.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-8f4953287f_hu_af15f6cf493655b.jpeg 800w, https://gameflycenter.com/posts/note-b27e2119ed/img-8f4953287f.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;It then developed a task plan.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 22&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;209px&#34; data-flex-grow=&#34;87&#34; height=&#34;1236&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-791928e83e.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-791928e83e_hu_1f90c02c71c0f3db.jpeg 800w, https://gameflycenter.com/posts/note-b27e2119ed/img-791928e83e.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;It searched for information online.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 23&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;124px&#34; data-flex-grow=&#34;52&#34; height=&#34;2076&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-cde310669b.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-cde310669b_hu_5108929e72ea749a.jpeg 800w, https://gameflycenter.com/posts/note-b27e2119ed/img-cde310669b.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Each time it gathered information, it showed some impressive thought processes; let’s take a look at the final product.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 24&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;194px&#34; data-flex-grow=&#34;80&#34; height=&#34;1336&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-ab63cfe785.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-ab63cfe785_hu_a2b94a8c427899ab.jpeg 800w, https://gameflycenter.com/posts/note-b27e2119ed/img-ab63cfe785.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;(There are a total of 15 slides; I won’t display them all here, but the link will be provided below for you to check out.)&lt;/p&gt;&#xA;&lt;p&gt;So far, so good. The color scheme and design of the PPT were consistent, which is impressive, but then&amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 25&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;257px&#34; data-flex-grow=&#34;107&#34; height=&#34;1007&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-a721ae5b93.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-a721ae5b93_hu_acbc97adf10e7cf.jpeg 800w, https://gameflycenter.com/posts/note-b27e2119ed/img-a721ae5b93.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The size of one slide was equivalent to the above two, and the visual experience still needs improvement&amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;Link: &lt;a class=&#34;link&#34; href=&#34;https://chatglm.cn/share/dFSqcxA7&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;https://chatglm.cn/share/dFSqcxA7&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;My Review:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This round of testing was quite complex, with both positive and negative aspects.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;The pleasant surprise is&lt;/strong&gt; that it can indeed function like a real assistant, accurately understanding my complex needs, autonomously searching for information, and summarizing key points.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;However, the downside is&lt;/strong&gt; that during the PPT generation process, I found that the formatting size varied from slide to slide, leading to a somewhat uncontrolled final effect. Despite this, its demonstrated &amp;ldquo;one-stop&amp;rdquo; service potential remains a significant productivity tool for content creators and professionals, though it still needs further refinement in details.&lt;/p&gt;&#xA;&lt;h3 id=&#34;scenario-2-zero-code-full-stack-development--turn-a-sentence-into-a-developer&#34;&gt;Scenario 2: Zero-Code &amp;ldquo;Full-Stack Development&amp;rdquo; — Turn a Sentence into a Developer&#xA;&lt;/h3&gt;&lt;p&gt;The official demo shows generating websites and games with a single sentence, so let’s replicate this classic task: &lt;strong&gt;&amp;ldquo;Help me develop a playable &amp;lsquo;Flappy Bird&amp;rsquo; game using HTML, CSS, and JavaScript.&amp;rdquo; My prompt input:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;GLM-4.5&amp;rsquo;s execution results:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 26&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;120px&#34; data-flex-grow=&#34;50&#34; height=&#34;2159&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-14a16f1d70.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-14a16f1d70_hu_59df9fac0f4d51d5.jpeg 800w, https://gameflycenter.com/posts/note-b27e2119ed/img-14a16f1d70.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Here’s a part of the JS code.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 27&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;257px&#34; data-flex-grow=&#34;107&#34; height=&#34;1005&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-c098d4a73f.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-c098d4a73f_hu_a925bb6824afcf8e.jpeg 800w, https://gameflycenter.com/posts/note-b27e2119ed/img-c098d4a73f.jpeg 1079w&#34; width=&#34;1079&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Forgive me for not having gaming talent; anyone skilled in gaming can share screenshots in the comments.&lt;/p&gt;&#xA;&lt;p&gt;Link: &lt;a class=&#34;link&#34; href=&#34;https://chatglm.cn/share/hFSPc4S0&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;https://chatglm.cn/share/hFSPc4S0&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;My Review:&lt;/strong&gt; The results exceeded expectations. It generated not just code but a &lt;strong&gt;complete game that can be played directly in a web browser&lt;/strong&gt;! The code structure is clear, with adequate comments, and all core functionalities are implemented. Although the UI is simple, this fully demonstrates GLM-4.5&amp;rsquo;s incredible potential in code generation and application development, truly turning ideas into reality at the push of a button.&lt;/p&gt;&#xA;&lt;h3 id=&#34;scenario-3-extreme-logical-reasoning--challenging-ais-brain&#34;&gt;Scenario 3: Extreme Logical Reasoning — Challenging AI&amp;rsquo;s Brain&#xA;&lt;/h3&gt;&lt;p&gt;Finally, let’s present a tough question to test its logic and understanding of Chinese: &lt;strong&gt;&amp;ldquo;In the &amp;lsquo;Tengwang Ge Xu&amp;rsquo;, the phrase &amp;rsquo;the setting sun and lone wild goose fly together, the autumn waters and the sky share the same color&amp;rsquo; depicts dynamic or static? Please analyze from the perspectives of time-space view and aesthetics.&amp;rdquo; My prompt input:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;GLM-4.5&amp;rsquo;s execution results:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 28&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;92px&#34; data-flex-grow=&#34;38&#34; height=&#34;2790&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-2f3b90c67f.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b27e2119ed/img-2f3b90c67f_hu_f8093a36df5b572b.jpeg 800w, https://gameflycenter.com/posts/note-b27e2119ed/img-2f3b90c67f.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Link: &lt;a class=&#34;link&#34; href=&#34;https://chatglm.cn/share/2FSDcHGn&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;https://chatglm.cn/share/2FSDcHGn&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;My Review:&lt;/strong&gt; Its answer was very profound, showcasing strong &lt;strong&gt;logical breakdown and multi-dimensional analysis capabilities&lt;/strong&gt;. It accurately identified this as a &amp;ldquo;dynamic-static combination&amp;rdquo; classic phrase and analyzed it step by step from the &lt;strong&gt;dynamic-static relationship, time-space view, and aesthetics&lt;/strong&gt;. The response not only cited the original text to support its viewpoint but also extended to the author&amp;rsquo;s Wang Bo&amp;rsquo;s life experiences and creative mindset, indicating that its &lt;strong&gt;understanding of the Chinese context, knowledge association, and deep thinking ability&lt;/strong&gt; has reached a remarkably high level.&lt;/p&gt;&#xA;&lt;h2 id=&#34;conclusion-is-it-worth-getting&#34;&gt;Conclusion: Is It Worth Getting?&#xA;&lt;/h2&gt;&lt;p&gt;After an in-depth experience, here are my thoughts on GLM-4.5:&lt;/p&gt;&#xA;&lt;h3 id=&#34;-pros&#34;&gt;👍 Pros&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Comprehensive capabilities beyond imagination:&lt;/strong&gt; It truly achieves being an &amp;ldquo;all-rounder&amp;rdquo;; whether in office tasks, development, or creation, it can provide high-quality assistance, making it highly practical.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&amp;ldquo;Promises kept&amp;rdquo; intelligent agent:&lt;/strong&gt; The completion rate for complex, multi-step tasks is very high; it is no longer a &amp;ldquo;toy&amp;rdquo; but a &amp;ldquo;tool&amp;rdquo; that can be put into production.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Exceptional cost-performance ratio:&lt;/strong&gt; Powerful performance combined with open-source and low API prices allows all developers and enterprises to enjoy the benefits of top-tier AI.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;-areas-for-improvement&#34;&gt;🤔 Areas for Improvement&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Stability of generated content needs refinement:&lt;/strong&gt; In executing multi-step, continuous generation tasks (like making PPTs), there may be issues with details going awry, such as PPT page formatting sizes varying, affecting the direct usability of the final results.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Feedback for complex tasks could be clearer:&lt;/strong&gt; When executing complex tasks like development or analysis, providing clearer, real-time progress feedback or displaying the &amp;ldquo;thought process&amp;rdquo; would greatly enhance user control and experience.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;UI aesthetics of generated applications could be improved:&lt;/strong&gt; While the model can quickly generate fully functional applications (like games), the default UI is quite basic and has significant room for aesthetic design optimization.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Tolerance for ambiguous instructions:&lt;/strong&gt; When faced with extremely tricky or unclear instructions, the model&amp;rsquo;s performance can occasionally fluctuate, requiring users to describe their needs more precisely to achieve the best results.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;In summary, Zhipu GLM-4.5 is undoubtedly a &amp;ldquo;heavyweight bomb&amp;rdquo; in the recent large model market.&lt;/strong&gt; It not only achieves a &amp;ldquo;unified&amp;rdquo; technical approach but also, through open-source and low-cost strategies, sounds the horn for the popularization of AI applications.&lt;/p&gt;&#xA;&lt;p&gt;For ordinary users and developers, a more powerful, cheaper, and versatile AI era is accelerating towards us.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Exploring Qwen3-Coder: A Next-Gen AI Programming Model</title>
            <link>https://gameflycenter.com/posts/note-b745d9d2c5/</link>
            <pubDate>Sun, 27 Jul 2025 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-b745d9d2c5/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;If you are familiar with Vibe Coding products, you might recognize their role as a &amp;ldquo;co-pilot&amp;rdquo;. They help monitor your progress during long coding sessions, assist in completing lines of code, or even generate specific functions while you take a break.&lt;/p&gt;&#xA;&lt;p&gt;However, for a long time, these products have primarily acted as &amp;ldquo;co-pilots&amp;rdquo;, responding passively to user commands without understanding the underlying intentions or goals of the developer.&lt;/p&gt;&#xA;&lt;p&gt;But what if AI could transcend this role? What if it could comprehend your navigation intent, anticipate upcoming challenges, and independently plan and execute tasks after you provide a destination? This would truly enable it to become a &amp;ldquo;full-stack engineer&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;Today, I deeply experienced Alibaba&amp;rsquo;s newly open-sourced Qwen3-Coder, which the company claims is currently at the state-of-the-art (SOTA) level for coding capabilities among open-source models.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;438px&#34; data-flex-grow=&#34;182&#34; height=&#34;591&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b745d9d2c5/img-8156408efe.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b745d9d2c5/img-8156408efe_hu_3c9e305b0f02348d.jpeg 800w, https://gameflycenter.com/posts/note-b745d9d2c5/img-8156408efe.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;According to data from OpenRouter, a well-known API aggregation platform, the API call volume for Qwen has surged, surpassing 100 billion tokens in just a few days, ranking it among the top three globally on OpenRouter&amp;rsquo;s trend chart, making it the hottest model at present.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;147px&#34; data-flex-grow=&#34;61&#34; height=&#34;1761&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b745d9d2c5/img-3fd9dda3ef.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b745d9d2c5/img-3fd9dda3ef_hu_1423880b6a2adc2b.jpeg 800w, https://gameflycenter.com/posts/note-b745d9d2c5/img-3fd9dda3ef.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;This week, Alibaba has open-sourced three significant models, including Qwen3-Coder, which have won global open-source championships in foundational, programming, and reasoning models. The Qwen 3 reasoning model has shown capabilities in creative writing, mathematics, and multilingual concepts that rival top closed-source models like Gemini-2.5 pro and o4-mini, achieving the best performance among open-source models.&lt;/p&gt;&#xA;&lt;p&gt;To be honest, even though Qwen3-Coder has been hailed as the &amp;ldquo;best programming model in the world&amp;rdquo; and has topped the HuggingFace model leaderboard, I approached it with cautious optimism, expecting yet another domestic model.&lt;/p&gt;&#xA;&lt;p&gt;However, after a day of testing and deep interaction, this new model, claiming to reach SOTA levels, truly provided me with a different experience regarding Vibe Coding.&lt;/p&gt;&#xA;&lt;h2 id=&#34;a-programming-model-that-creates-digital-spaces&#34;&gt;A Programming Model That Creates Digital Spaces&#xA;&lt;/h2&gt;&lt;p&gt;My first experience with Qwen3-Coder began with a series of challenging tests that I previously found difficult or impossible to complete.&lt;/p&gt;&#xA;&lt;p&gt;I decided to test it with a classic &amp;ldquo;AI design taste test&amp;rdquo;. I input a somewhat audacious command:&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;Create a homepage for Geek Park as a tech news media site, featuring a modern navigation bar, eye-catching colors, a concise company introduction, a clear content section, and a complete footer.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;In my experiences with Grok, ChatGPT, and similar products, such requests often resulted in a disaster reminiscent of 1990s aesthetics: chaotic layouts and glaring color schemes, akin to a public execution of modern design aesthetics.&lt;/p&gt;&#xA;&lt;p&gt;Honestly, before the formal results were returned, I was mentally prepared to face a chaotic skeleton filled with tags that I would need to reconstruct from scratch.&lt;/p&gt;&#xA;&lt;p&gt;However, when the code was generated and rendered in the preview, I was presented with a complete page that featured a highly unified design language, responsive layout, and even interface animations.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;261px&#34; data-flex-grow=&#34;108&#34; height=&#34;991&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b745d9d2c5/img-052cafddf1.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b745d9d2c5/img-052cafddf1_hu_e1e1328eccf651e0.jpeg 800w, https://gameflycenter.com/posts/note-b745d9d2c5/img-052cafddf1.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;Homepage generated by Qwen3-Coder | Image source: Geek Park&lt;/p&gt;&#xA;&lt;p&gt;If the initial amazement was purely visual, the subsequent tests began to touch on its deeper &amp;ldquo;soul&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;I posed a more abstract challenge:&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;Create a physics engine-based music generator using Matter.js, allowing different shaped objects to fall freely on the canvas. When they collide, they should produce different musical notes based on their shapes, and I need a &amp;lsquo;gravity controller&amp;rsquo; to change their falling trajectories in real-time.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;The difficulty of this task lies in the requirement for AI to not only understand the code but also the world behind it.&lt;/p&gt;&#xA;&lt;p&gt;Code is rational, but the rhythm of physics and the harmony of music carry a touch of emotional warmth. Qwen3-Coder once again exceeded my expectations. It implemented all the functionalities—you could see balls and squares falling on the canvas, with each collision producing harmonious sounds.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;314px&#34; data-flex-grow=&#34;131&#34; height=&#34;823&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b745d9d2c5/img-fc34e1ef96.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b745d9d2c5/img-fc34e1ef96_hu_1a6b3abf0930bf5b.jpeg 800w, https://gameflycenter.com/posts/note-b745d9d2c5/img-fc34e1ef96.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;When you drag the gravity controller, the trajectories of all objects change, transforming a soothing melody into a frantic one, playing a chaotic symphony on your screen. It not only completed the functionality but also brought an unexpected aesthetic beauty.&lt;/p&gt;&#xA;&lt;p&gt;To further explore its boundaries, I threw out a game generation challenge, asking it to create a fully keyboard-controlled 3D shooting game with multiple interactive objects, a simple &amp;ldquo;storyline&amp;rdquo;, and an &amp;ldquo;Easter egg&amp;rdquo; that would allow quick completion if discovered in the code.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;314px&#34; data-flex-grow=&#34;131&#34; height=&#34;824&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b745d9d2c5/img-05c65edbba.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b745d9d2c5/img-05c65edbba_hu_778d2d561aa5373e.jpeg 800w, https://gameflycenter.com/posts/note-b745d9d2c5/img-05c65edbba.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;From the generated results, Qwen3-Coder returned calculations for target gravitational acceleration, collision detection algorithms, and the most surprising part—creating a 3D sandbox world while accurately implementing vector projection and distance detection algorithms within this small game.&lt;/p&gt;&#xA;&lt;p&gt;In terms of physics simulation, it could easily reproduce the classic bouncing ball game as well.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;276px&#34; data-flex-grow=&#34;115&#34; height=&#34;936&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b745d9d2c5/img-e589f3014e.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b745d9d2c5/img-e589f3014e_hu_15e32101229f7d0.jpeg 800w, https://gameflycenter.com/posts/note-b745d9d2c5/img-e589f3014e.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;In addition to these practical examples, there was another dimension of experience during the tests that deserves special mention: its generation speed and contextual memory for lengthy tasks.&lt;/p&gt;&#xA;&lt;p&gt;In my actual testing, over ten different development use cases were resolved in almost 1-3 minutes.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 7&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;538px&#34; data-flex-grow=&#34;224&#34; height=&#34;481&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b745d9d2c5/img-c78d9cbf9c.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b745d9d2c5/img-c78d9cbf9c_hu_79e4259be5e5886f.jpeg 800w, https://gameflycenter.com/posts/note-b745d9d2c5/img-c78d9cbf9c.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;Over 900 lines of code generated in just three minutes, significantly accelerating the iteration speed of code | Image source: Geek Park&lt;/p&gt;&#xA;&lt;p&gt;This efficiency brings a more fluid creative flow compared to previous code generation models, allowing developers to quickly translate ideas into reality. I could swiftly adjust and iterate code versions based on the generated results without interrupting my thoughts during long waits.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 8&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;909px&#34; data-flex-grow=&#34;378&#34; height=&#34;285&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b745d9d2c5/img-0f7680fbc6.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b745d9d2c5/img-0f7680fbc6_hu_fc0c6c1b1825ad81.jpeg 800w, https://gameflycenter.com/posts/note-b745d9d2c5/img-0f7680fbc6.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;Currently, everyone in the industry is discussing &amp;ldquo;Vibe Coding&amp;rdquo;. Vibe is undoubtedly the future of human-computer interaction, relating to intuition and inspiration. However, we should also recognize that the solid and reliable &amp;ldquo;Coding&amp;rdquo; skills underpinning all smooth &amp;ldquo;Vibe&amp;rdquo; experiences are essential.&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-a-world-class-programming-model-is-forged&#34;&gt;How a World-Class Programming Model is Forged&#xA;&lt;/h2&gt;&lt;p&gt;Qwen3-Coder&amp;rsquo;s evolution from a &amp;ldquo;code completer&amp;rdquo; to an &amp;ldquo;autonomous developer&amp;rdquo; primarily stems from its architectural choice—&lt;strong&gt;the efficiency and scale brought by the Mixture of Experts (MoE) model&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Traditional large models resemble a knowledgeable but generalist professor; while they understand many things, they still expend considerable effort when addressing specific professional issues. In contrast, Qwen3-Coder&amp;rsquo;s &amp;ldquo;super-sized&amp;rdquo; version acts like a think tank with a vast knowledge base of 480 billion parameters, internally divided into numerous highly specialized &amp;ldquo;domain experts&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;When you pose a question, the system does not engage the entire model data; instead, it activates a relevant &amp;ldquo;expert group&amp;rdquo; of 35 billion parameters to respond. This design allows it to maintain a vast knowledge capacity and capability ceiling while keeping the computational cost of each inference within a reasonable range. This is a delicate balance between model capability and inference efficiency, which is key to its ability to handle complex problems.&lt;/p&gt;&#xA;&lt;p&gt;Additionally, the Alibaba Qwen team believes that &lt;strong&gt;programming tasks are inherently suitable for execution-driven reinforcement learning&lt;/strong&gt;, as the correctness of code can be directly validated through the actual running results, the most objective standard. Based on this, they built a large-scale reinforcement learning infrastructure capable of running 20,000 independent environments in parallel.&lt;/p&gt;&#xA;&lt;p&gt;You can think of it as a software company with 20,000 &amp;ldquo;digital interns&amp;rdquo;. Here, the model can massively simulate real software engineering processes: receiving a vague task, autonomously planning and breaking it down, then calling external tools (like code executors and testing frameworks) to attempt solutions and learn from the feedback (success, failure, or specific error messages), iterating and self-correcting based on that feedback.&lt;/p&gt;&#xA;&lt;p&gt;It is through this massive trial-and-error learning in a large-scale, high-concurrency real coding environment that Qwen3-Coder successfully learned how to solve &amp;ldquo;long-distance&amp;rdquo; tasks requiring autonomous planning and tool invocation, significantly improving its code execution success rate and tool usage efficiency.&lt;/p&gt;&#xA;&lt;p&gt;Lastly, the key aspect that makes my experience with Qwen3-Coder different from previous code generation models is its &lt;strong&gt;&amp;ldquo;repository-level&amp;rdquo; context length for handling large codebases&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;The complexity of software engineering often arises from the understanding of vast codebases. Qwen3-Coder possesses a physical-level absolute advantage in this regard: it natively supports a context window of 256K tokens. What does this mean? It means the model can process millions of characters of code and documentation in a single interaction.&lt;/p&gt;&#xA;&lt;p&gt;If the MoE architecture provides the model with the potential for intelligence, reinforcement learning gives it the skills to solve problems, then the ultra-long context window provides the stage and materials for it to showcase its talents. Without a global view of the entire system, even the smartest model is merely a calculator with a limited perspective. It is precisely this capability that allows Qwen3-Coder to elevate the nature of tasks from &amp;ldquo;generating a valid code snippet&amp;rdquo; to &amp;ldquo;executing an effective operation on a complex software system&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;This ability to handle &amp;ldquo;repository-level&amp;rdquo; code is a prerequisite for solving complex system-level issues, performing large-scale code refactoring, and deeply understanding legacy systems, something many models with smaller context windows cannot achieve.&lt;/p&gt;&#xA;&lt;p&gt;On the authoritative SWE-Bench leaderboard for measuring code models&amp;rsquo; ability to solve real-world software problems, Qwen3-Coder has clearly surpassed one of OpenAI&amp;rsquo;s strongest closed-source models, GPT-4.1. This indicates that this open-source model from China demonstrates stronger efficacy in handling complex, real programming tasks.&lt;/p&gt;&#xA;&lt;p&gt;In the realm of Agentic Coding, which focuses on agent capabilities, &lt;strong&gt;Qwen3-Coder&lt;/strong&gt; can stand shoulder to shoulder with the benchmark Claude 4.&lt;/p&gt;&#xA;&lt;p&gt;Currently, if you want to get started with Qwen3-Coder, the most direct way is to visit chat.qwen.ai, where you can switch models with a single click in the upper right corner.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 9&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;430px&#34; data-flex-grow=&#34;179&#34; height=&#34;602&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b745d9d2c5/img-e6130a136e.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b745d9d2c5/img-e6130a136e_hu_82bcd61a776e741d.jpeg 800w, https://gameflycenter.com/posts/note-b745d9d2c5/img-e6130a136e.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;If you seek the ultimate &amp;ldquo;intention-first&amp;rdquo; coding experience or are already a Vibe Coding veteran, you can try the &amp;ldquo;super-sized&amp;rdquo; version via API in various CLI environments, using &lt;strong&gt;Qwen3-Coder-480B-A35B-Instruct&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;This is a MoE model with 480B parameters activating 35B parameters, natively supporting a 256K token context and extensible to 1M tokens via YaRN. Simply register an account on Alibaba Cloud, complete a simple verification, and you can create your API-Key to call this model.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 10&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;572px&#34; data-flex-grow=&#34;238&#34; height=&#34;453&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b745d9d2c5/img-bbe165d730.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b745d9d2c5/img-bbe165d730_hu_71ab05ffbb515aaa.jpeg 800w, https://gameflycenter.com/posts/note-b745d9d2c5/img-bbe165d730.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&#xA;Thanks to its perfect compatibility with OpenAI API formats, you can seamlessly integrate this API-Key into your familiar chat or coding tools, whether it’s Cursor, Trae, CodeBuddy, or Cline.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 11&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;438px&#34; data-flex-grow=&#34;182&#34; height=&#34;542&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-b745d9d2c5/img-6db123b90c.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-b745d9d2c5/img-6db123b90c_hu_b9fd63c604505984.jpeg 800w, https://gameflycenter.com/posts/note-b745d9d2c5/img-6db123b90c.jpeg 990w&#34; width=&#34;990&#34;&gt;&#xA;For users prioritizing data sovereignty and privacy, Qwen3-Coder offers the most comprehensive solution—local deployment.&lt;/p&gt;&#xA;&lt;p&gt;You can directly download the complete model files from Hugging Face or domestic platforms. This means you can run this currently strongest open-source programming tool completely privately on your own servers.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-global-significance-of-a-local-choice&#34;&gt;The Global Significance of a Local Choice&#xA;&lt;/h2&gt;&lt;p&gt;In conclusion, the emergence of Qwen3-Coder is not about replacing anyone but empowering everyone. It compresses the comprehensive capabilities of a seasoned development team into a tool that anyone can access.&lt;/p&gt;&#xA;&lt;p&gt;For a long time, when discussing top coding models, domestic developers seemed to have limited choices. This reflects a key fact: in the field of natural language processing, the accumulation of Chinese corpora provides domestic models with a &amp;ldquo;home advantage&amp;rdquo;; however, in programming, code is a universal language. Whether it’s Python, Java, or JavaScript, the syntax and logic are unified globally.&lt;/p&gt;&#xA;&lt;p&gt;This means that the competition for coding capabilities takes place on a completely fair global stage. In this arena, there are no language barriers, only raw technical strength.&lt;/p&gt;&#xA;&lt;p&gt;Qwen3-Coder&amp;rsquo;s leading position on international benchmarks like SWE-Bench signifies much more than topping a Chinese leaderboard. It marks that China’s self-developed AI models have the technical strength to compete in the most cutting-edge and fiercely competitive fields globally.&lt;/p&gt;&#xA;&lt;p&gt;If open-source is an attitude, the current capabilities exhibited by Qwen3-Coder suggest a strong commitment from Alibaba.&lt;/p&gt;&#xA;&lt;p&gt;In terms of pricing, Alibaba has chosen to open-source it for free, and the API call costs are significantly lower than those of comparable overseas models.&lt;/p&gt;&#xA;&lt;p&gt;More importantly, this is an open-source model from China—this alone means that Chinese users can call it anytime and stably, free from concerns about network conditions, supply restrictions, and access speeds.&lt;/p&gt;&#xA;&lt;p&gt;It may not be the only option, but it is heartening to see that in the race for coding large models, domestic developers have finally welcomed a reliable, friendly, and sufficiently effective local contender.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Cursor: Redefining AI Programming in the Post-Code Era</title>
            <link>https://gameflycenter.com/posts/note-ca847f6998/</link>
            <pubDate>Wed, 11 Jun 2025 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-ca847f6998/</guid>
            <description>&lt;h2 id=&#34;the-paradigm-shift-in-ai-programming&#34;&gt;The Paradigm Shift in AI Programming&#xA;&lt;/h2&gt;&lt;p&gt;The AI programming field is undergoing a profound paradigm shift, with the rise of Cursor serving as a powerful testament to this trend. From the reflections of its founder, we gain insight into how AI programming tools are reshaping development processes and the key to standing out in competition by continuously delivering exceptional products.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;514px&#34; data-flex-grow=&#34;214&#34; height=&#34;420&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-ca847f6998/img-6322a9b5dd.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-ca847f6998/img-6322a9b5dd_hu_26a114af4d3ccc26.jpeg 800w, https://gameflycenter.com/posts/note-ca847f6998/img-6322a9b5dd.jpeg 900w&#34; width=&#34;900&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Founded by AnySphere co-founder and CEO Michael Truell, Cursor is not only one of the fastest-growing AI programming products today but also an early form of the &amp;ldquo;post-code era.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;With a team of 60, Cursor achieved an annual recurring revenue of $100 million just 20 months after its launch, growing to $300 million within two years, making it one of the fastest-growing development tools in history. This achievement is supported not only by improved code generation capabilities but also by a complete reconstruction and redefinition of the software development process.&lt;/p&gt;&#xA;&lt;p&gt;Michael, a tech person with a decade of experience in AI, studied mathematics and computer science at MIT and later worked in research engineering at Google. He has a deep understanding of both AI technology pathways and business history.&lt;/p&gt;&#xA;&lt;p&gt;In a conversation with overseas tech blogger Lenny, he clearly outlined a future that differs from mainstream assumptions: code will not be completely replaced, but it will no longer be the primary output of humans. Instead, people will express their ideas about software functions and behaviors in a manner close to natural language, with systems responsible for translating these intentions into executable program logic.&lt;/p&gt;&#xA;&lt;p&gt;He pointed out that the two mainstream assumptions about the future of AI programming are flawed. One assumes that development methods will largely remain the same, continuing to rely on languages like TypeScript, Go, and Rust to build programs; the other believes that the entire development process can be completed solely through conversations with chatbots.&lt;/p&gt;&#xA;&lt;h2 id=&#34;diverse-development-methods-coexisting&#34;&gt;Diverse Development Methods Coexisting&#xA;&lt;/h2&gt;&lt;p&gt;Discussing the starting point of Cursor, Michael recalled two key moments:&lt;/p&gt;&#xA;&lt;p&gt;The first was their initial exposure to the internal testing version of GitHub Copilot. This was their first experience with a truly practical AI development tool that significantly enhanced work efficiency.&lt;/p&gt;&#xA;&lt;p&gt;The second moment was their study of a series of Scaling Law papers published by OpenAI and other research institutions. These papers made them realize that even without new algorithms, as long as model parameters and data scales are continuously expanded, AI will continue to evolve.&lt;/p&gt;&#xA;&lt;p&gt;By the end of 2021 and early 2022, they firmly concluded that the era of AI products had truly arrived. However, unlike most entrepreneurs who focused on &amp;ldquo;building large models,&amp;rdquo; Michael and his team attempted to think backward from the perspective of knowledge work, considering how various specific work scenarios would evolve under AI enhancement.&lt;/p&gt;&#xA;&lt;p&gt;At that time, they chose a seemingly niche direction—mechanical engineering. They believed this field had little competition and a clear problem space, so they began automating CAD tools. However, they quickly realized they lacked sufficient passion for mechanical engineering and data corpus, making development challenging.&lt;/p&gt;&#xA;&lt;p&gt;Ultimately, they decided to return to the field they were most familiar with: programming. Although there were already products like Copilot and CodeWhisperer in the market, they believed no one had truly pushed the vision to its limits. Despite being one of the hottest and most competitive areas, they judged that the &amp;ldquo;ceiling&amp;rdquo; was high enough to support a breakthrough product company. They abandoned the strategy of &amp;ldquo;avoiding hot zones&amp;rdquo; and chose to &amp;ldquo;delve deep into hot zones.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;One of Cursor&amp;rsquo;s core decisions was not to create a plugin but to build a complete IDE. They believed that the existing IDE and editor architectures could not adapt to future development methods and human-computer interaction logic.&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;We want to have control over the entire interface and redefine the interaction interface between developers and systems.&amp;rdquo; This was not only to achieve a more natural control granularity but also to build a system base that could truly support the next generation of programming paradigms.&lt;/p&gt;&#xA;&lt;p&gt;Michael also believes that future development methods will coexist in multiple forms. Sometimes AI acts as an assistant, completing tasks in Slack or issue trackers; other times, it interacts at the IDE frontend; it may also run certain processes in the background while iterating control at the frontend. These are not contradictory as long as users can flexibly switch between full automation and manual control, which constitutes a qualified system.&lt;/p&gt;&#xA;&lt;p&gt;Regarding the current industry trend of &amp;ldquo;agent hype,&amp;rdquo; he expressed a reserved attitude. Completely handing tasks over to AI could turn developers into &amp;ldquo;engineering managers&amp;rdquo; who must constantly review, approve, and modify outputs from a group of &amp;ldquo;very dumb interns.&amp;rdquo; &amp;ldquo;We do not believe in that path. The most effective way is to break tasks down into multiple steps, allowing AI to complete them step by step while humans remain in control.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Cursor&amp;rsquo;s early version was developed entirely from scratch, without relying on any existing editors. Initially, they spent just five weeks building a usable prototype, quickly replacing their original development tools. The entire process from writing code from scratch to going live took only three months. The unexpectedly positive user feedback after launch prompted them to iterate rapidly, ultimately finding a balance between performance, experience, and development speed, and then restructuring based on the VS Code framework.&lt;/p&gt;&#xA;&lt;p&gt;However, Michael believes that true success is not about the speed of the initial version but rather the continuous optimization that follows. He admits, &amp;ldquo;The initial three-month version was not very usable; the key is that we maintained a persistent improvement rhythm.&amp;rdquo; This rhythm of continuous optimization ultimately formed Cursor&amp;rsquo;s very stable growth trajectory. Although there was no obvious feeling of &amp;ldquo;takeoff&amp;rdquo; in the early stages, the cumulative effect of the exponential curve eventually exploded after multiple iterations.&lt;/p&gt;&#xA;&lt;h2 id=&#34;running-in-the-right-direction-every-day&#34;&gt;Running in the Right Direction Every Day&#xA;&lt;/h2&gt;&lt;p&gt;While Cursor&amp;rsquo;s explosion may seem to stem from a key feature or product decision, Michael Truell states that the real secret is quite simple: &amp;ldquo;Running in the right direction every day.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;This may sound ordinary, but it is extremely difficult to maintain. Every decision and every detail of iteration is made from the user&amp;rsquo;s perspective, constantly getting closer to actual scenarios, continuously simplifying and optimizing. They never rely on a one-time hit but firmly believe that product value must withstand the test of continuous use and real feedback.&lt;/p&gt;&#xA;&lt;p&gt;In line with this philosophy is the technical path chosen behind Cursor. Michael mentioned that the team initially had no intention of training their own models when building Cursor. In his view, there were already sufficiently powerful open-source and commercial base models available, and investing computational power, funds, and manpower to build new models from scratch was not only costly but also diverted attention from their true focus: building useful tools and solving specific problems.&lt;/p&gt;&#xA;&lt;p&gt;However, as the product went deeper into iteration, they gradually realized that existing base models, while powerful, could not meet the critical scenarios in Cursor. Most of these models were trained for general dialogue, question answering, or text tasks, lacking a native understanding of issues like &amp;ldquo;multi-file structured code editing.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Thus, they began internal attempts to develop their own models. Initially, it was due to a specific function requiring extremely low latency, and the existing model&amp;rsquo;s invocation was not feasible; after trying to train their own, they found the results exceeded expectations. Since then, self-developed models have gradually become a core component of Cursor, supporting key functions and becoming an important direction for team recruitment.&lt;/p&gt;&#xA;&lt;p&gt;A key feature of Cursor is the prediction of &amp;ldquo;next editing actions.&amp;rdquo; This is difficult to achieve in writing but highly feasible in coding scenarios due to the strong contextual coherence of programs—once a developer modifies a function or file, the subsequent operations are often predictable.&lt;/p&gt;&#xA;&lt;p&gt;Cursor&amp;rsquo;s model is based on this contextual logic, inferring which files, locations, and structures the user is likely to modify next, providing completion suggestions with almost imperceptible latency. This is not just token-level completion but structured code snippet-level prediction, relying entirely on self-developed models trained specifically for this scenario rather than general base models.&lt;/p&gt;&#xA;&lt;p&gt;In a reality where model invocation costs are extremely high, such self-developed models can significantly lower the product&amp;rsquo;s usage threshold. To achieve this, the models must possess two characteristics: fast response and low cost.&lt;/p&gt;&#xA;&lt;p&gt;Cursor requires that every completion inference must be completed within 300 milliseconds and that there should not be excessive resource consumption during prolonged continuous use. This hard constraint necessitates that they control the design and deployment of the models themselves.&lt;/p&gt;&#xA;&lt;p&gt;In addition to handling core interaction functions, Cursor&amp;rsquo;s self-developed models also take on another important task—acting as &amp;ldquo;orchestrators&amp;rdquo; to assist in invoking large models. For example, when the codebase is large, large models struggle to know which files, modules, and contexts to focus on.&lt;/p&gt;&#xA;&lt;p&gt;Cursor&amp;rsquo;s model first conducts a search and synthesis, extracting relevant information from the entire codebase, and then feeds it to the main model. This is akin to building a specialized &amp;ldquo;information feeding pipeline&amp;rdquo; for large models like GPT, Claude, and Gemini, enhancing their performance.&lt;/p&gt;&#xA;&lt;p&gt;At the output end of the model, these sketch-style code modification suggestions are first processed and rewritten by Cursor&amp;rsquo;s self-developed models, transforming them into truly executable, structured patches.&lt;/p&gt;&#xA;&lt;p&gt;This collaborative system architecture, where multiple models work together, is what OpenAI refers to as &amp;ldquo;model integration.&amp;rdquo; Michael is not fixated on building models from scratch but pragmatically chooses existing open-source models as a starting point, such as LLaMA.&lt;/p&gt;&#xA;&lt;p&gt;In certain scenarios, they also collaborate with closed-source vendors to fine-tune model parameters to adapt to specific tasks. He emphasizes that what matters is not whether the underlying structure of the model is controlled by them but whether they can obtain operational training and customization rights to serve the actual needs of the product.&lt;/p&gt;&#xA;&lt;p&gt;As the technical system continues to improve, another question gradually emerges: where is Cursor&amp;rsquo;s moat in this rapidly evolving race? Michael&amp;rsquo;s answer is very clear. He does not believe that &amp;ldquo;product binding&amp;rdquo; and &amp;ldquo;contract locking&amp;rdquo; can build true long-term defenses.&lt;/p&gt;&#xA;&lt;p&gt;Unlike traditional B2B software, the barriers in the AI tools market change dramatically, with low user trial costs and high acceptance of new tools. He candidly states that this is not a market favorable to traditional giants; rather, it encourages new companies to continuously experiment, iterate quickly, and compete for user choice.&lt;/p&gt;&#xA;&lt;p&gt;From this perspective, the moat that Cursor can rely on is not model control or data monopoly but the ability to &amp;ldquo;continuously build the best products.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;This industry resembles the search engine boom of the 1990s or the early PC industry, where every improvement can yield significant returns. Competitive barriers arise from the &amp;ldquo;deep inertia&amp;rdquo; formed by continuous iteration and the differences in team organizational capabilities and product refinement systems.&lt;/p&gt;&#xA;&lt;p&gt;Michael presents a core viewpoint: when a market still has a large number of unmet needs and many technical structures that can be optimized, continuous research and development itself is the biggest moat. It does not rely on binding users but rather on its own continuous evolution to gain cumulative advantages in time and quality.&lt;/p&gt;&#xA;&lt;p&gt;He emphasizes that this &amp;ldquo;evolutionary moat&amp;rdquo; does not exclude competition nor does it imply that there can only be one winner in the market. However, under the proposition of &amp;ldquo;building a globally universal software construction platform,&amp;rdquo; it is indeed possible for a single company to emerge as a massive entity.&lt;/p&gt;&#xA;&lt;p&gt;While multiple products may coexist in the future, if the question is &amp;ldquo;who can handle the largest-scale code logic translation tasks globally,&amp;rdquo; then ultimately only one company may remain. The reason is not that other companies are doing poorly, but that users will naturally gravitate towards the most universal, stable, and contextually understanding platform. In this field, product quality and evolution speed determine market concentration.&lt;/p&gt;&#xA;&lt;p&gt;He further points out that one cannot judge this round of technological evolution&amp;rsquo;s pattern based on the fragmentation experience of the traditional IDE market. The IDE market of the 2010s saw &amp;ldquo;no one making big money&amp;rdquo; because the capabilities of editors at that time were close to their limits, and the parts that could be optimized were merely basic functions like syntax highlighting, debugger integration, and quick navigation. However, today, developer tools are at a new paradigm starting point, where the goal is no longer to optimize an editor but to reshape the entire workflow and expression structure of knowledge workers.&lt;/p&gt;&#xA;&lt;p&gt;The essence of AI programming tools is not to replace code but to enhance human instruction expression capabilities and compress the path from idea to implementation. This represents a much larger market than traditional development tools and a future channel with platform attributes. In this channel, whoever can provide the smoothest, most reliable, and most contextually understanding programming experience has the opportunity to become synonymous with the next generation of &amp;ldquo;software construction infrastructure.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;When Lenny mentioned Microsoft Copilot, he also raised a typical current issue: do the companies that entered the market first possess the ability to lead continuously? Michael acknowledged that Copilot was a source of inspiration for the entire industry, especially when the initial version was released, bringing an unprecedented development interaction method.&lt;/p&gt;&#xA;&lt;p&gt;However, he believes Microsoft has not truly maintained its initial momentum, which is due to both historical reasons and structural challenges. The core team that initially developed Copilot experienced frequent personnel changes, making it difficult to form a unified direction within a large organization, and the product path could easily be diluted by internal power struggles and process complexities.&lt;/p&gt;&#xA;&lt;p&gt;More fundamentally, this market is not friendly to incumbents. It does not rely on integration and binding like enterprise-level CRM or ERP systems, nor does it have the strong user stickiness of &amp;ldquo;switching costs.&amp;rdquo; User choice is entirely based on experience differences, which determines that &amp;ldquo;product strength&amp;rdquo; rather than &amp;ldquo;sales ability&amp;rdquo; will be the decisive factor. In such a dynamic, open, and high-frequency trial-and-error market, the companies that can truly win are those entrepreneurial teams that can iterate their products weekly, improve monthly, and continuously strive for technical limits.&lt;/p&gt;&#xA;&lt;p&gt;The sense of direction and product rhythm that Cursor currently exhibits is precisely a response formed in this context. It does not rely on &amp;ldquo;closure&amp;rdquo; but rather on the simple, clear, yet extremely challenging mission of &amp;ldquo;continuously building the best development tools in the world,&amp;rdquo; attracting developers&amp;rsquo; active choice.&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-to-use-cursor-correctly&#34;&gt;How to Use Cursor Correctly?&#xA;&lt;/h2&gt;&lt;p&gt;In building an AI IDE platform aimed at global developers, Michael Truell is most concerned not with the limits of model capabilities but with how users understand and make the best use of these capabilities.&lt;/p&gt;&#xA;&lt;p&gt;When asked what advice he would give if he could sit next to every first-time Cursor user, he did not explain features or operational tips but emphasized the establishment of a mindset—an instinctive judgment of what the model can and cannot do.&lt;/p&gt;&#xA;&lt;p&gt;He candidly admitted that the current Cursor product does not do enough to guide users in understanding the boundaries of the model. Without clear prompt tracks and interactive feedback mechanisms, many users easily fall into two extremes: either placing too high expectations on the model and trying to solve complex problems with a single prompt, or completely giving up after an unsatisfactory first result.&lt;/p&gt;&#xA;&lt;p&gt;His suggested approach is task decomposition, gradually progressing through &amp;ldquo;small prompts – small generations,&amp;rdquo; engaging in continuous two-way interaction with AI to achieve more stable and higher-quality results.&lt;/p&gt;&#xA;&lt;p&gt;Another suggestion is more strategic. He encourages users to &amp;ldquo;go all out&amp;rdquo; in side projects without business pressure, attempting to push AI capabilities to their limits.&lt;/p&gt;&#xA;&lt;p&gt;Without affecting mainline work, through a whole set of experimental projects, developers can feel how much the model can truly accomplish and where the boundaries of failure lie. This &amp;ldquo;wrestling-style exploration&amp;rdquo; can help developers build a more accurate intuition and give them more confidence when facing formal projects in the future.&lt;/p&gt;&#xA;&lt;p&gt;As model versions continue to update, such as the release of GPT-4.0 or Claude iterations, this judgment also needs to be updated accordingly. He hopes that future Cursor products can incorporate a guiding mechanism so that users do not have to explore the model&amp;rsquo;s &amp;ldquo;temperament&amp;rdquo; and boundaries each time. However, for now, this remains a skill that users need to accumulate subjectively.&lt;/p&gt;&#xA;&lt;p&gt;Regarding another frequently asked question—whether such tools are more suitable for junior engineers or senior engineers—Michael provided precise classifications. He pointed out that junior developers often tend to &amp;ldquo;completely rely on AI,&amp;rdquo; trying to use it to complete the entire development process, while senior engineers may underestimate AI due to their rich experience, failing to fully explore its potential. The former&amp;rsquo;s problem is &amp;ldquo;too much reliance,&amp;rdquo; while the latter&amp;rsquo;s issue is &amp;ldquo;too little exploration.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;He also emphasized that certain senior technical teams within companies, especially architect-level talents focused on Developer Experience, are actually the most proactive adopters of such tools. They understand system complexity and focus on tool efficiency, often achieving the best results in AI programming scenarios.&lt;/p&gt;&#xA;&lt;p&gt;In his view, the ideal user profile is neither a beginner nor a seasoned veteran with fixed processes but rather those &amp;ldquo;senior yet not rigid&amp;rdquo; mid-level engineers—who possess system understanding while remaining curious and open to new methods.&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-to-build-a-world-class-team&#34;&gt;How to Build a World-Class Team?&#xA;&lt;/h2&gt;&lt;p&gt;When asked what advice he would give himself if he could return to the year Cursor was founded, Michael chose a non-technical answer—recruitment. He repeatedly emphasized that &amp;ldquo;finding the right people&amp;rdquo; is the second most important task after the product itself.&lt;/p&gt;&#xA;&lt;p&gt;Especially in the early stages, building a world-class engineering and research team is not only a guarantee of product quality but also a decisive factor for organizational focus, rhythm, and culture. The talent he seeks must possess technical curiosity, willingness to experiment, and the ability to maintain calm judgment in a turbulent environment.&lt;/p&gt;&#xA;&lt;p&gt;He recalled that Cursor went through many twists and turns in the recruitment process. Initially, they placed too much emphasis on &amp;ldquo;high-profile resumes,&amp;rdquo; leaning towards hiring young people from prestigious schools with standard success paths. However, they ultimately realized that truly suitable talents often do not fit these traditional templates. Instead, those with slightly later career stages, highly matched experience, and mature technical judgment are often the key forces driving the team&amp;rsquo;s leap.&lt;/p&gt;&#xA;&lt;p&gt;In the recruitment process, they gradually established a set of effective methods. The core is a two-day &amp;ldquo;work test&amp;rdquo; system, where candidates need to complete a task closely related to a real project within a specified time while working with the team.&lt;/p&gt;&#xA;&lt;p&gt;This process seems cumbersome, but in practice, it is not only scalable but also significantly improves the accuracy of team judgment. It assesses candidates&amp;rsquo; coding abilities, communication skills, thinking styles, and hands-on capabilities, and even helps candidates determine whether they are willing to work long-term with this team.&lt;/p&gt;&#xA;&lt;p&gt;The &amp;ldquo;collaborative interview&amp;rdquo; mechanism has gradually evolved into a part of Cursor&amp;rsquo;s team culture. They view the recruitment process as a two-way selection rather than a one-way evaluation. When the company is not widely recognized in the market and the product is not mature, the team itself is the most important attraction.&lt;/p&gt;&#xA;&lt;p&gt;He admits that many early employees joined due to one or multiple collaborative experiences rather than judgments based on salary or valuation. Today, this system is still retained and applied to every new candidate. Cursor&amp;rsquo;s team size currently remains around 60, which is considered streamlined in many SaaS companies.&lt;/p&gt;&#xA;&lt;p&gt;Michael pointed out that they intentionally maintained this lean configuration, especially being restrained in expanding non-technical positions. He acknowledges that they will certainly expand the team in the future to enhance customer support and operational capabilities, but for now, they remain a highly engineering, research, and design-driven company.&lt;/p&gt;&#xA;&lt;p&gt;When discussing how to maintain focus in the rapidly changing pace of the AI industry, Michael does not rely on complex organizational systems.&lt;/p&gt;&#xA;&lt;p&gt;He believes that the foundation of organizational culture lies in recruitment itself. If they can hire rational, focused individuals who are not swayed by trending emotions, the team will naturally have a good sense of rhythm. He admits that Cursor still has room for improvement, but overall, they have achieved good results in guiding a culture that &amp;ldquo;only focuses on creating excellent products.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Many companies attempt to solve problems through processes and organizational design that could actually be avoided by &amp;ldquo;finding the right people&amp;rdquo; in advance. Their development process is extremely simple, and the reason it can succeed is that team members generally possess self-discipline and a spirit of collaboration. He particularly emphasizes a shared psychological trait: an &amp;ldquo;immunity&amp;rdquo; to external noise.&lt;/p&gt;&#xA;&lt;p&gt;This immunity is not inherently present but is gradually formed through long-term industry experience. As early as 2021 and 2022, the Cursor team was already exploring AI programming directions. At that time, GPT-3 did not yet have the Instruct version, DALL·E and Stable Diffusion had not been made public, and the entire generative AI industry was still in its technical infancy.&lt;/p&gt;&#xA;&lt;p&gt;They experienced the explosion of image generation, the popularization of dialogue models, the release of GPT-4, the evolution of multimodal architectures, and the rise of video generation&amp;hellip; but among these seemingly bustling technological trends, very few had a substantial impact on the product.&lt;/p&gt;&#xA;&lt;p&gt;This ability to discern between &amp;ldquo;structural innovation&amp;rdquo; and &amp;ldquo;surface noise&amp;rdquo; has become an important psychological foundation for maintaining their focus. He compares this approach to the evolution of deep learning research over the past decade: while countless new papers are published every year, it is the very few elegant and fundamental structural breakthroughs that truly drive AI forward.&lt;/p&gt;&#xA;&lt;p&gt;Looking back at the entire technological paradigm shift, Michael believes that the current development of AI is at a profoundly pivotal moment.&lt;/p&gt;&#xA;&lt;p&gt;The outside world often falls into two extremes: some believe that the AI revolution is about to arrive, almost overnight overturning everything; others view it as hype, a bubble, and not worth considering. His judgment is that AI will become a paradigm shift more profound than personal computing, but this process will be a &amp;ldquo;multi-decade&amp;rdquo; continuous evolution. I/O to iO, Jony Ive will drive a new design movement—AI is rewriting computing paradigms and hardware definitions, and it is also the new battleground after large models.&lt;/p&gt;&#xA;&lt;p&gt;This evolution does not rely on a single system or a specific technological route but consists of independent solutions to numerous segmented problems. Some are scientific issues, such as how models can understand more data types, run faster, and learn more efficiently; some are interaction issues, such as how humans collaborate with AI, how to define authority boundaries, and how to establish trust mechanisms; some are application issues, such as how models can truly change real work processes and provide controllable outputs in uncertainty.&lt;/p&gt;&#xA;&lt;p&gt;In this evolution, he believes a class of key enterprises will emerge—AI tool companies focused on specific knowledge work scenarios. These companies will deeply integrate base models and may also develop core modules independently while building the most suitable human-computer collaboration experience. They will not merely be &amp;ldquo;model callers&amp;rdquo; but will refine technology and product structures to the extreme, thereby growing into new-generation platform enterprises. Such companies will not only enhance user efficiency but may also become the main force driving the evolution of AI technology.&lt;/p&gt;&#xA;&lt;p&gt;Michael hopes that Cursor can become one of these companies, and he also looks forward to seeing a group of equally focused, solid, and technically deep AI entrepreneurs emerge in more knowledge work fields such as design, law, and marketing. The future does not belong to speculators but to those builders who truly deconstruct problems, reshape tools, and understand the relationship between people and technology.&lt;/p&gt;&#xA;&lt;p&gt;He also pointed out that the two most important things for Cursor in 2025 are to create the best product in the industry and to promote it on a large scale. He describes the current state as a &amp;ldquo;land grab&amp;rdquo;: the vast majority of people in the market have not yet encountered such tools or are still using slowly updated alternatives. Therefore, they are increasing investments in market, sales, and customer support while continuously seeking excellent talents who can push the product boundaries from a technical level.&lt;/p&gt;&#xA;&lt;p&gt;When discussing the impact of AI on engineering positions, Michael&amp;rsquo;s response is quite calm. He does not believe that engineers will be quickly replaced; on the contrary, he thinks engineers will be more important than ever in an AI-driven future.&lt;/p&gt;&#xA;&lt;p&gt;In the short term, programming methods will undergo significant changes, but it is hard to imagine that software development will suddenly become a process where &amp;ldquo;just inputting requirements will lead the system to complete everything automatically.&amp;rdquo; AI can indeed liberate humans from low-level tedious implementations, but core decisions regarding direction, intent, and structural design must still be controlled by professional developers.&lt;/p&gt;&#xA;&lt;p&gt;This judgment also implies that as software construction efficiency dramatically increases, the elasticity of demand will be thoroughly released. In other words, software itself will become easier to build, costs will significantly decrease, ultimately leading to an expansion of the entire market scale. More problems can be modeled, more processes can be systematized, and more organizations will attempt to customize their internal tools rather than accept generic solutions.&lt;/p&gt;&#xA;&lt;p&gt;He illustrates this with a personal experience. In a biotechnology company he participated in early on, the team urgently needed to build a tool system that matched internal processes, but the available solutions on the market were not suitable, and the efficiency of self-development was very limited, resulting in most needs being shelved.&lt;/p&gt;&#xA;&lt;p&gt;Such scenarios are still common across various industries, indicating that the barriers to software development remain high. If one day, making software is as simple as moving files or editing slides, what will be released is a whole new application era.&lt;/p&gt;&#xA;&lt;p&gt;Finally, he emphasizes that AI will not reduce the number of engineers; rather, it will change the structure of engineering positions. Those who are good at collaborating with AI, understand system logic, and possess product intuition will play a larger role in the new generation of work systems.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>30 Practical Tips for Using Cursor as an AI Programming Assistant</title>
            <link>https://gameflycenter.com/posts/note-35a47ce85f/</link>
            <pubDate>Mon, 31 Mar 2025 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-35a47ce85f/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;Cursor is a powerful AI programming assistant that is changing the traditional coding experience with its &amp;ldquo;chat-style&amp;rdquo; programming mode and efficient functional modules. This article presents 30 practical tips for using Cursor, from basic concepts to advanced operations, to enhance your AI programming efficiency.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;514px&#34; data-flex-grow=&#34;214&#34; height=&#34;420&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-35a47ce85f/img-696b2f697a.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-35a47ce85f/img-696b2f697a_hu_d5046a3d02756ad0.jpeg 800w, https://gameflycenter.com/posts/note-35a47ce85f/img-696b2f697a.jpeg 900w&#34; width=&#34;900&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;basic-concepts&#34;&gt;Basic Concepts&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;01. Understand &amp;ldquo;Chat-Style&amp;rdquo; Programming&lt;/strong&gt;&lt;br&gt;&#xA;Cursor marks the arrival of &amp;ldquo;chat-style&amp;rdquo; programming. Compared to traditional programming modes, it has three core breakthroughs: writing code in &amp;ldquo;natural language,&amp;rdquo; iterating at the speed of judgment, and blurring the boundaries between product managers, designers, and programmers. This new paradigm shifts our focus from &amp;ldquo;how to write code&amp;rdquo; to &amp;ldquo;what problem to solve,&amp;rdquo; pushing AI to compel you to &amp;ldquo;think clearly and articulate clearly.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;02. Familiarize Yourself with Cursor&amp;rsquo;s Four Core Features&lt;/strong&gt;&lt;br&gt;&#xA;Cursor provides different capabilities in various scenarios, ranging from simple to complex: Tab, Inline chat, Ask, and Agent. Understanding the characteristics and applicable scenarios of these four functional modules is the foundation for using Cursor efficiently.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;03. Master the Transition from &amp;ldquo;Thinking Clearly&amp;rdquo; to &amp;ldquo;Articulating Clearly&amp;rdquo;&lt;/strong&gt;&lt;br&gt;&#xA;AI is powerful, but it does not know what you are thinking. For effective communication, it is recommended to use structured expressions with sufficient context; the most direct structured expression is to describe requirements in Markdown format, which naturally segments the content, making it easier for AI to understand.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;04. Learn to Break Down Problems and Validate Small Steps&lt;/strong&gt;&lt;br&gt;&#xA;Break complex problems into smaller, simpler ones and solve them step by step. During development, avoid generating thousands of lines of code at once for validation; instead, execute and validate tasks incrementally to better control code quality.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;05. Understand MCP (Model Context Protocol)&lt;/strong&gt;&lt;br&gt;&#xA;MCP is the &amp;ldquo;universal connector&amp;rdquo; between AI and the outside world, giving AI eyes and arms. Its true value lies in unifying standards, eliminating the need to reinvent the wheel, allowing AI to have a larger context and significantly improving closed-loop operability.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;750px&#34; data-flex-grow=&#34;312&#34; height=&#34;301&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-35a47ce85f/img-bc83737c7e.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-35a47ce85f/img-bc83737c7e_hu_ce2dd58eb97e35a1.jpeg 800w, https://gameflycenter.com/posts/note-35a47ce85f/img-bc83737c7e.jpeg 941w&#34; width=&#34;941&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;daily-operations&#34;&gt;Daily Operations&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;06. Terminal Conversations&lt;/strong&gt;&lt;br&gt;&#xA;No more struggling to remember Linux commands; simply use command+k to describe command-line operations in natural language. This feature is particularly useful for local development, allowing Cursor to operate the local terminal directly.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;07. Generate Comments for Historical Code&lt;/strong&gt;&lt;br&gt;&#xA;Select code and use command+k to quickly generate comments for historical code, which is much faster than the Ask mode. This is especially useful for taking over someone else&amp;rsquo;s code or reviewing your earlier code.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;08. One-Click Commit Message Generation&lt;/strong&gt;&lt;br&gt;&#xA;Say goodbye to the hassle of thinking about &amp;ldquo;what did I change in my code?&amp;rdquo; Cursor can generate standardized commit messages with one click, improving Git operation efficiency.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;09. Quickly Visualize Project Architecture&lt;/strong&gt;&lt;br&gt;&#xA;When taking over a new project, use the Ask mode to organize the project architecture diagram, outputting text in Mermaid syntax. You can paste it into &lt;a class=&#34;link&#34; href=&#34;https://mermaid.live/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;https://mermaid.live/&lt;/a&gt; to quickly understand the project structure.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;10. Use Notepad to Record Key Ideas&lt;/strong&gt;&lt;br&gt;&#xA;Use Notepad to record important context, and use @ to call it. Notepad serves as a good bridge between Ask and Agent modes, helping maintain coherent thoughts.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;11. Use @Git to Identify Code Vulnerabilities&lt;/strong&gt;&lt;br&gt;&#xA;When encountering a code MR (Merge Request), compare it with the main code to check for issues. If problems arise after the MR, use the @Git feature to quickly locate them.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;12. Use Checkpoint for One-Click Rollback&lt;/strong&gt;&lt;br&gt;&#xA;If AI modifies code incorrectly, you can use the checkpoint feature to quickly roll back to a previous stable version, avoiding the hassle of manual recovery.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;13. Set Custom Prompts&lt;/strong&gt;&lt;br&gt;&#xA;Set your custom prompts in Cursor Rules to improve AI&amp;rsquo;s understanding of your needs. There are many prompt templates available online for you to find and customize.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;14. Drag and Drop to Add Context&lt;/strong&gt;&lt;br&gt;&#xA;No need to search through directories one by one to add context; simply hold the target file in the directory and drag it into the dialog box. This significantly improves work efficiency.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;15. Use @web to Access the Latest Information&lt;/strong&gt;&lt;br&gt;&#xA;Utilize the online feature to quickly obtain the latest information, solving various problems encountered during development, especially regarding new technologies or libraries.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;468px&#34; data-flex-grow=&#34;195&#34; height=&#34;553&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-35a47ce85f/img-39a30feb13.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-35a47ce85f/img-39a30feb13_hu_d098fad2cecbba3d.jpeg 800w, https://gameflycenter.com/posts/note-35a47ce85f/img-39a30feb13.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;advanced-techniques&#34;&gt;Advanced Techniques&#xA;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;16. One Question, One Chat&lt;/strong&gt;&lt;br&gt;&#xA;Break down large module requirements into smaller questions and open a separate Chat for each new question. Long conversations may lead to AI memory confusion and longer response times, hindering review and management.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;17. Use Composer for Multi-File Modifications&lt;/strong&gt;&lt;br&gt;&#xA;When it involves data coordination between modules (multiple code files need to work together), it is recommended to use Cursor&amp;rsquo;s Composer feature. Compared to Chat, Composer can analyze multiple files simultaneously, understand code context, and provide more reasonable modification suggestions.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;18. Tell Cursor Not to Rush into Writing Code&lt;/strong&gt;&lt;br&gt;&#xA;Cursor tends to provide code directly; in the early stages of a project, it’s better to have divergent discussions first, allowing AI to help clarify unclear details. Clearly instruct AI to hold off execution until your thoughts are confirmed.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;19. Guide AI to Ask Questions, Avoid Mindless Execution&lt;/strong&gt;&lt;br&gt;&#xA;Encourage AI to ask clarifying questions to confirm more details. Cursor defaults to trusting your judgment; if you are unsure of the solution, make sure AI asks you questions to avoid executing based on incorrect reasoning.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;20. Emphasize Not Modifying Unrelated Code&lt;/strong&gt;&lt;br&gt;&#xA;Clearly define the scope in your requirements description, indicating which code can be modified and which cannot, to reduce the probability of AI making incorrect changes. Emphasize that you are a coding novice, prompting AI to generate more detailed comments in Chinese to help understand code logic.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;21. Create .md Requirement Documentation&lt;/strong&gt;&lt;br&gt;&#xA;Establish .md requirement documentation to record project background, core logic, and implemented features. Each time a new feature is developed, have AI read the document first to ensure understanding of the context. Clearly instruct AI to read the requirements to avoid missing key content due to excessive @ references across multiple files.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;22. Emphasize &amp;ldquo;Chain of Thought&amp;rdquo; to Enhance AI Reasoning&lt;/strong&gt;&lt;br&gt;&#xA;Use the &amp;ldquo;Chain of Thought&amp;rdquo; technique to encourage AI to engage in more rigorous logical thinking, applicable in scenarios like complex calculations, code analysis, and task planning, reducing AI&amp;rsquo;s vague reasoning.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;23. Add Debugging Code to Help Locate Issues&lt;/strong&gt;&lt;br&gt;&#xA;When implementing complex features, instruct AI to add debugging code, paste the code into the editor, and check the actual execution results. If the results do not meet expectations, provide screenshots to AI to help quickly locate the problem.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;24. Have Claude Provide Rich Responses to Aid Understanding&lt;/strong&gt;&lt;br&gt;&#xA;Guide Claude to explain vague concepts in a richer manner, using symbols and text arrangements to provide a more intuitive understanding of differences and enhance comprehension of complex concepts.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;25. Use Project Rules&lt;/strong&gt;&lt;br&gt;&#xA;Abandon .cursorrules and switch to Project Rules. It supports setting different rules by file type, controlling AI tone and structure, and can sync through GitHub teams, making Cursor better understand your tech stack.&lt;/p&gt;&#xA;&lt;p&gt;Share a versatile rule saved as a .mdc file for use in your project:&lt;/p&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;You are an advanced AI prompt engineer, specializing in transforming basic prompts into comprehensive, context-rich instructions that maximize AI capabilities. Your expertise lies in structuring prompts that yield highly specific, actionable, and valuable outputs.&lt;/p&gt;&#xA;&lt;p&gt;Core Process:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Deep Prompt Analysis&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Thoroughly analyze the user’s original prompt to extract explicit and implicit intentions.&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;Strategic Prompt Enhancement&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Transform the original prompt by incorporating clear role definitions, contextual background, and precise instructions.&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;Domain-Specific Optimization&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Incorporate domain-specific terminology and reference relevant methodologies.&lt;/p&gt;&#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;Structural Engineering&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Organize the enhanced prompt using a clear hierarchical structure.&lt;/p&gt;&#xA;&lt;ol start=&#34;5&#34;&gt;&#xA;&lt;li&gt;Quality Assurance&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Review the enhanced prompt against criteria for completeness, specificity, actionability, flexibility, and error prevention.&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;</description>
        </item><item>
            <title>Cursor&#39;s New MCP Feature Unlocks AI Programming Capabilities</title>
            <link>https://gameflycenter.com/posts/note-8efabff268/</link>
            <pubDate>Wed, 05 Mar 2025 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-8efabff268/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;Today, we are excited to introduce the &lt;strong&gt;Cursor code editor&lt;/strong&gt; version &lt;strong&gt;0.45.6&lt;/strong&gt;, featuring the groundbreaking &lt;strong&gt;MCP (Model Context Protocol)&lt;/strong&gt; integration!&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-is-mcp&#34;&gt;What is MCP?&#xA;&lt;/h2&gt;&lt;p&gt;MCP (Model Context Protocol) is an open protocol that standardizes how applications provide context for large language models (LLMs). You can think of MCP as a USB-C port for AI applications. Just as USB-C provides a standardized way to connect your devices to various peripherals, MCP offers a standardized method for connecting AI models to different data sources and tools.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-choose-mcp&#34;&gt;Why Choose MCP?&#xA;&lt;/h2&gt;&lt;p&gt;MCP helps you build agents and complex workflows on top of LLMs. LLMs often need to integrate with data and tools, and MCP provides:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;A growing list of pre-built integrations:&lt;/strong&gt; Your LLM can directly plug into these integrations for quick connections to various data and tools.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Flexibility to switch between LLM providers:&lt;/strong&gt; Since MCP is an open standard, you can easily change LLM providers as needed without massive modifications to your entire system.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Best practices for data protection:&lt;/strong&gt; MCP offers a set of best practices to help you securely protect data within your infrastructure, ensuring sensitive information is handled properly.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;By using MCP, you can develop and deploy AI applications more efficiently while ensuring scalability, security, and flexibility in your systems.&lt;/p&gt;&#xA;&lt;h2 id=&#34;mcp-architecture-diagram&#34;&gt;MCP Architecture Diagram&#xA;&lt;/h2&gt;&lt;p&gt;&lt;img alt=&#34;Image 12&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;352px&#34; data-flex-grow=&#34;146&#34; height=&#34;735&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-8efabff268/img-459e0f0bc6.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-8efabff268/img-459e0f0bc6_hu_f42ef8a5b49ee13b.jpeg 800w, https://gameflycenter.com/posts/note-8efabff268/img-459e0f0bc6.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;MCP Hosts:&lt;/strong&gt; Programs like Claude Desktop, Cursor, or AI tools that wish to access data through MCP.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;MCP Clients:&lt;/strong&gt; Protocol clients maintaining a 1:1 connection with the server.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;MCP Servers:&lt;/strong&gt; Lightweight local server programs that expose specific functionalities through the standardized Model Context Protocol, supporting multiple instances.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Local Data Sources:&lt;/strong&gt; Computer files, databases, and services that can be securely accessed via MCP servers.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Remote Services:&lt;/strong&gt; External systems available on the Internet that can be connected through MCP servers (e.g., via API).&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;my-understanding&#34;&gt;My Understanding&#xA;&lt;/h2&gt;&lt;p&gt;MCP is a protocol that defines a specification/rule aimed at connecting LLMs with external data sources. The goal is to extend the capabilities of LLMs, with the current consensus being to build AI agents or automate workflows.&lt;/p&gt;&#xA;&lt;p&gt;In simple terms, &lt;strong&gt;MCP (Model Context Protocol)&lt;/strong&gt; acts as a bridge that cleverly connects the Cursor code editor with powerful AI models. Through MCP, Cursor transforms from just a code editing tool into an &lt;strong&gt;intelligent AI assistant&lt;/strong&gt;, capable of &lt;strong&gt;calling various AI services to aid development&lt;/strong&gt;, such as:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Intelligent information search (Brave Search)&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Web content scraping (Fetch)&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Calling image generation models (Replicate, Flux)&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Even deeper thinking and reasoning (sequentialthinking)&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;For example, using Cursor with my locally set up three MCP servers:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 13&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;405px&#34; data-flex-grow=&#34;168&#34; height=&#34;640&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-8efabff268/img-c117690e9d.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-8efabff268/img-c117690e9d_hu_429f3f1600dc2750.jpeg 800w, https://gameflycenter.com/posts/note-8efabff268/img-c117690e9d.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Markdown2pdf:&lt;/strong&gt; Organizes discussions with Cursor into markdown and then converts them into local PDF format.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Sequentialthinking:&lt;/strong&gt; Allows the large model&amp;rsquo;s responses to follow a deep-seek style, integrating a thinking chain model.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Mcp-package-version:&lt;/strong&gt; Helps accurately analyze the latest versions of current project dependencies.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 14&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;659px&#34; data-flex-grow=&#34;274&#34; height=&#34;393&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-8efabff268/img-a14d96efe5.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-8efabff268/img-a14d96efe5_hu_340f6e88743e4b5c.jpeg 800w, https://gameflycenter.com/posts/note-8efabff268/img-a14d96efe5.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Users can ask questions to the LLM, which processes and discovers that there are locally executable MCP server tools available. It then prompts you to execute the local MCP tool. Upon acceptance, the data input from the MCP tool is returned to the LLM.&lt;/p&gt;&#xA;&lt;p&gt;In summary: MCP allows large models to call your self-developed toolkits (like markdown to PDF, web scraping, etc.) during your use of Cursor.&lt;/p&gt;&#xA;&lt;h2 id=&#34;installation-steps&#34;&gt;Installation Steps&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;Open Cursor settings.&lt;/li&gt;&#xA;&lt;li&gt;Navigate to Cursor settings &amp;gt; Features &amp;gt; MCP.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 15&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;310px&#34; data-flex-grow=&#34;129&#34; height=&#34;835&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-8efabff268/img-0f7cc3e20d.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-8efabff268/img-0f7cc3e20d_hu_64b3379d9a64272f.jpeg 800w, https://gameflycenter.com/posts/note-8efabff268/img-0f7cc3e20d.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;Click the “+ Add New MCP Server” button.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 16&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;375px&#34; data-flex-grow=&#34;156&#34; height=&#34;812&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-8efabff268/img-abe9b4a06b.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-8efabff268/img-abe9b4a06b_hu_333b0ac44d5749d4.jpeg 800w, https://gameflycenter.com/posts/note-8efabff268/img-abe9b4a06b.jpeg 1272w&#34; width=&#34;1272&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;Configure the server:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The second option can execute an MCP server that has been published as an npm package.&lt;/li&gt;&#xA;&lt;li&gt;For SSE servers: URL of the SSE endpoint.&lt;/li&gt;&#xA;&lt;li&gt;For stdio servers: Executable shell command, supporting two modes of operation.&lt;/li&gt;&#xA;&lt;li&gt;Name: Give your server a nickname, which can be anything.&lt;/li&gt;&#xA;&lt;li&gt;Type: Choose the transport type (stdio or sse).&lt;/li&gt;&#xA;&lt;li&gt;Command/URL: Enter the following content:&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Run the locally packaged MCP server with Node.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;For example, Cursor will automatically scan which tools the server provides:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 18&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;1080px&#34; data-flex-grow=&#34;450&#34; height=&#34;240&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-8efabff268/img-eecf929590.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-8efabff268/img-eecf929590_hu_fab8e7b91c21f07f.jpeg 800w, https://gameflycenter.com/posts/note-8efabff268/img-eecf929590.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Write a string-reversing MCP server.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Installation&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;npm install @modelcontextprotocol/sdk&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;define-mcp-server&#34;&gt;Define MCP Server&#xA;&lt;/h2&gt;&lt;p&gt;McpServer is your core interface with the MCP protocol. It handles connection management, protocol compliance, and message routing.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-javascript&#34; data-lang=&#34;javascript&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;import&lt;/span&gt; { &lt;span style=&#34;color:#a6e22e&#34;&gt;McpServer&lt;/span&gt;, &lt;span style=&#34;color:#a6e22e&#34;&gt;ResourceTemplate&lt;/span&gt; } &lt;span style=&#34;color:#a6e22e&#34;&gt;from&lt;/span&gt; &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;@modelcontextprotocol/sdk/server/mcp.js&amp;#34;&lt;/span&gt;;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;const&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;server&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#66d9ef&#34;&gt;new&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;McpServer&lt;/span&gt;({&lt;span style=&#34;color:#a6e22e&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;My App&amp;#34;&lt;/span&gt;, &lt;span style=&#34;color:#a6e22e&#34;&gt;version&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;1.0.0&amp;#34;&lt;/span&gt;});&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;define-the-capabilities-provided-by-the-mcp-server&#34;&gt;Define the Capabilities Provided by the MCP Server&#xA;&lt;/h2&gt;&lt;p&gt;MCP supports &lt;strong&gt;Resources, tools, and Prompts functionality&lt;/strong&gt;, but Cursor currently only supports tools, so this article will demonstrate the writing of tools.&lt;/p&gt;&#xA;&lt;p&gt;For detailed capabilities, refer to  &lt;a class=&#34;link&#34; href=&#34;https://modelcontextprotocol.io/clients&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;https://modelcontextprotocol.io/clients&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 19&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;311px&#34; data-flex-grow=&#34;129&#34; height=&#34;833&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-8efabff268/img-dba34a5c94.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-8efabff268/img-dba34a5c94_hu_b4c838e75a8326f7.jpeg 800w, https://gameflycenter.com/posts/note-8efabff268/img-dba34a5c94.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-javascript&#34; data-lang=&#34;javascript&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;// Initialize the server, setting the name and version&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;this&lt;/span&gt;.&lt;span style=&#34;color:#a6e22e&#34;&gt;server&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#66d9ef&#34;&gt;new&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;Server&lt;/span&gt;({&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#a6e22e&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;My App&amp;#34;&lt;/span&gt;,&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#a6e22e&#34;&gt;version&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;1.0.0&amp;#34;&lt;/span&gt;,&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;}, {&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#a6e22e&#34;&gt;capabilities&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;:&lt;/span&gt; {&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#a6e22e&#34;&gt;tools&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;:&lt;/span&gt; {&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      &lt;span style=&#34;color:#a6e22e&#34;&gt;reverse_string&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#66d9ef&#34;&gt;true&lt;/span&gt;,&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    },&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  },&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;});&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;tool-definition&#34;&gt;Tool Definition&#xA;&lt;/h2&gt;&lt;p&gt;Tool definition consists of two steps:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Define a list of available tools, specifying the tool name, description, and input parameter format.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Here, I defined a string-reversing tool:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Tool Name: reverse_string&lt;/li&gt;&#xA;&lt;li&gt;Tool Description: Reverses the input string.&lt;/li&gt;&#xA;&lt;li&gt;Input Parameter Format: Requires an object containing a text field.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 20&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;309px&#34; data-flex-grow=&#34;129&#34; height=&#34;763&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-8efabff268/img-bfdd0fdc82.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-8efabff268/img-bfdd0fdc82_hu_433bff4f2efb70b8.jpeg 800w, https://gameflycenter.com/posts/note-8efabff268/img-bfdd0fdc82.jpeg 985w&#34; width=&#34;985&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;Implement the actual functionality of the tool, intercepting the large model&amp;rsquo;s input and routing it to your actual input.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 21&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;282px&#34; data-flex-grow=&#34;117&#34; height=&#34;827&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-8efabff268/img-2f10e976cb.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-8efabff268/img-2f10e976cb_hu_e3a9ea6f0a9b59d4.jpeg 800w, https://gameflycenter.com/posts/note-8efabff268/img-2f10e976cb.jpeg 975w&#34; width=&#34;975&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;connecting-the-client-cursor&#34;&gt;Connecting the Client (Cursor)&#xA;&lt;/h2&gt;&lt;p&gt;The MCP server needs to connect to the transport layer to communicate with the client. The method of starting the server depends on the chosen transport method:&lt;/p&gt;&#xA;&lt;p&gt;Cursor currently supports both SSE and command methods.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-javascript&#34; data-lang=&#34;javascript&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;const&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;transport&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#66d9ef&#34;&gt;new&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;StdioServerTransport&lt;/span&gt;();&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#a6e22e&#34;&gt;server&lt;/span&gt;.&lt;span style=&#34;color:#a6e22e&#34;&gt;connect&lt;/span&gt;(&lt;span style=&#34;color:#a6e22e&#34;&gt;transport&lt;/span&gt;);&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;packaging-and-deployment&#34;&gt;Packaging and Deployment&#xA;&lt;/h2&gt;&lt;p&gt;Recommended packaging tools: tsup or tsc for packaging.&lt;/p&gt;&#xA;&lt;p&gt;Since we are ultimately building a Node.js CLI, ensure that the compiled program can be used as a command-line tool by adding the following at the beginning:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;#!/usr/bin/env node&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Additionally, to make the compiled JavaScript files executable, install the shx npm package and run the following command:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;shx chmod +x build/*.js&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;adding-cursor&#34;&gt;Adding Cursor&#xA;&lt;/h2&gt;&lt;p&gt;Add to the MCP server, and then you can happily chat with the composer and LLM using your custom-built large model tools.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 22&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;2273px&#34; data-flex-grow=&#34;947&#34; height=&#34;114&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-8efabff268/img-e61ef22776.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-8efabff268/img-e61ef22776_hu_5aed036e45413939.jpeg 800w, https://gameflycenter.com/posts/note-8efabff268/img-e61ef22776.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;limitations&#34;&gt;Limitations&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;Only supports composer mode.&lt;/li&gt;&#xA;&lt;li&gt;Currently, only the Claude model is supported; other large models are not yet supported.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;learning-resources&#34;&gt;Learning Resources&#xA;&lt;/h2&gt;&lt;p&gt;Official website:&#xA;&lt;a class=&#34;link&#34; href=&#34;https://modelcontextprotocol.io/introduction&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;https://modelcontextprotocol.io/introduction&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;GitHub repository:&#xA;&lt;a class=&#34;link&#34; href=&#34;https://github.com/modelcontextprotocol/typescript-sdk&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;https://github.com/modelcontextprotocol/typescript-sdk&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;MCP resource library:&#xA;&lt;a class=&#34;link&#34; href=&#34;https://mcphub.io/registry&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;https://mcphub.io/registry&lt;/a&gt;&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Comprehensive Guide to Understanding Large Language Models</title>
            <link>https://gameflycenter.com/posts/note-2870aba5cd/</link>
            <pubDate>Tue, 22 Oct 2024 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-2870aba5cd/</guid>
            <description>&lt;p&gt;Last week, while sharing the article &amp;ldquo;My Journey to Becoming an AI Product Manager,&amp;rdquo; I hinted that I would produce a comprehensive piece to help everyone systematically learn about large models. Today, I am delivering that article; it totals 22,000 words and is expected to take about 30 minutes to read, covering 15 topics related to large models.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;514px&#34; data-flex-grow=&#34;214&#34; height=&#34;420&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-2870aba5cd/img-a5ca106ff9.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-2870aba5cd/img-a5ca106ff9_hu_e38a15fb795d1bf8.jpeg 800w, https://gameflycenter.com/posts/note-2870aba5cd/img-a5ca106ff9.jpeg 900w&#34; width=&#34;900&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;In the past year, there has been an overwhelming amount of articles introducing and explaining large models. Most people already have some foundational knowledge, but I feel that &lt;strong&gt;this information is too fragmented and lacks a systematic understanding&lt;/strong&gt;. Currently, there is no article that comprehensively explains what large models are in one go.&lt;/p&gt;&#xA;&lt;p&gt;To alleviate my own cognitive anxiety, I decided to summarize the knowledge I have gained about large models over the past year into this article. &lt;strong&gt;I hope to clarify my understanding of large models through this single article&lt;/strong&gt;, which serves as a testament to my extensive learning.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-will-i-share&#34;&gt;What Will I Share?&#xA;&lt;/h2&gt;&lt;p&gt;This article will share 15 topics related to large models. Originally, there were 20 topics, but I removed some that were more technical and focused on issues that ordinary users or product managers should pay attention to. The goal is to ensure that as AI novices, we only need to master and understand these key points.&lt;/p&gt;&#xA;&lt;h2 id=&#34;who-is-this-for&#34;&gt;Who Is This For?&#xA;&lt;/h2&gt;&lt;p&gt;This article is suitable for the following groups of friends:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Those who want to understand what large models are all about.&lt;/li&gt;&#xA;&lt;li&gt;Individuals looking to transition into AI-related products and roles, including product managers and operations personnel.&lt;/li&gt;&#xA;&lt;li&gt;Those who have a basic understanding of AI but wish to advance their knowledge and reduce cognitive anxiety about AI.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Content Disclaimer: The entire content is a result of my personal synthesis after extensive reading and digestion of numerous expert articles, books related to large models, and consultations with industry experts. I primarily serve as a knowledge synthesizer; if any descriptions are incorrect, please feel free to inform me kindly!&lt;/p&gt;&#xA;&lt;h2 id=&#34;lecture-1-understanding-common-concepts-of-large-models&#34;&gt;Lecture 1: Understanding Common Concepts of Large Models&#xA;&lt;/h2&gt;&lt;p&gt;Before diving into large models, let’s first understand some foundational concepts. Grasping these professional terms and their relationships will benefit your subsequent reading and learning of any AI and large model-related content. I spent considerable time organizing their relationships, so please read this section carefully.&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-common-ai-terms&#34;&gt;1. Common AI Terms&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;1) Large Model (LLM):&lt;/strong&gt; All existing large models refer to large language models, specifically generative large models, with practical examples including GPT-4.0 and GPT-4o.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Deep Learning:&lt;/strong&gt; A subfield of machine learning focused on using multi-layer neural networks for learning. Deep learning excels at processing complex data such as images, audio, and text, making it highly effective in AI applications.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Supervised Learning:&lt;/strong&gt; A machine learning method where the model learns the mapping from input to output using a labeled dataset. Common algorithms include linear regression, logistic regression, support vector machines, K-nearest neighbors, decision trees, and random forests.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Unsupervised Learning:&lt;/strong&gt; A machine learning method that discovers patterns and structures in data without labeled data. Common algorithms include K-means clustering, hierarchical clustering, DBSCAN, principal component analysis (PCA), and t-SNE.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Semi-supervised Learning:&lt;/strong&gt; Combines a small amount of labeled data with a large amount of unlabeled data for training. It leverages the rich information from unlabeled data and the accuracy of labeled data to improve model performance. Common methods include Generative Adversarial Networks (GANs) and autoencoders.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Reinforcement Learning:&lt;/strong&gt; A method that learns optimal strategies through interaction with the environment, based on reward and punishment mechanisms. Common algorithms include Q-learning, policy gradients, and Deep Q-Networks (DQN).&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Model Architecture:&lt;/strong&gt; Represents the design of the backbone of the large model. Different architectures affect the model&amp;rsquo;s performance, efficiency, and computational costs, and determine the model&amp;rsquo;s scalability.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Transformer Architecture:&lt;/strong&gt; The mainstream architecture used by most large models, including GPT-4.0 and many domestic large models. The widespread use of the Transformer architecture is mainly because it enables large models to understand human natural language, maintain contextual memory, and generate text.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;MOE Architecture:&lt;/strong&gt; Stands for Mixture of Experts architecture, which combines various expert models to form a massive model capable of addressing multiple complex professional problems.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Machine Learning Techniques:&lt;/strong&gt; A broad category of techniques that enable AI, including deep learning, supervised learning, and reinforcement learning. As a product manager, you don’t need to delve too deeply into these; just understand the relationships between these methods.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;NLP Technology (Natural Language Processing):&lt;/strong&gt; A field of AI focused on enabling computers to understand, interpret, and generate human language for applications like text analysis, machine translation, speech recognition, and dialogue systems.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;CV Technology (Computer Vision):&lt;/strong&gt; If NLP deals with text, CV addresses visual content-related technologies, including common image recognition, video analysis, and image segmentation techniques.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Speech Recognition and Synthesis Technology:&lt;/strong&gt; Includes converting speech to text and synthesizing speech, such as Text-to-Speech (TTS) technology.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Retrieval-Augmented Generation (RAG):&lt;/strong&gt; Refers to the technology where large models generate content based on information retrieved from search engines and knowledge bases, commonly involved in AI applications.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Knowledge Graph:&lt;/strong&gt; A technology that connects knowledge, allowing models to better and faster access the most relevant information, thereby enhancing their ability to process complex associative information and AI reasoning.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Function Call:&lt;/strong&gt; In large language models (like GPT), it refers to calling built-in or external functions to perform specific tasks or operations. This mechanism allows models to execute diverse and specific operations beyond mere text generation.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;2) Terms Related to Large Model Training and Optimization Techniques&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Pre-training:&lt;/strong&gt; The process of training a model on a large dataset, typically diverse, to obtain a model with strong general capabilities.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Fine-tuning:&lt;/strong&gt; Further training a large model on specific tasks or smaller datasets to improve its performance on targeted issues, using vertical domain data.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Prompt Engineering:&lt;/strong&gt; In product manager terms, it refers to crafting questions in a way that the large model can easily understand, enhancing the input for desired results.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Model Distillation:&lt;/strong&gt; A technique that transfers knowledge from a large model (teacher model) to a smaller model (student model) to improve performance while retaining much of the large model&amp;rsquo;s accuracy.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Model Pruning:&lt;/strong&gt; The process of removing unnecessary parameters from a large model to reduce its overall size and computational costs.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;3) AI Application-Related Terms&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Agent:&lt;/strong&gt; An AI application with a specific capability, akin to how applications in the internet era were called apps.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Chatbot:&lt;/strong&gt; Refers to AI chatbots, a type of AI application that interacts through conversation, including products like ChatGPT.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;4) Terms Related to Large Model Performance&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Emergence:&lt;/strong&gt; Refers to the phenomenon where a large model exhibits capabilities beyond expectations once its parameter scale reaches a certain threshold.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Hallucination:&lt;/strong&gt; Indicates instances where a large model generates nonsensical content, mistakenly treating incorrect facts as true, leading to unrealistic outputs.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Amnesia:&lt;/strong&gt; Refers to the situation where, after a certain number of dialogue turns or length, the model suddenly forgets previous context, leading to repetition and memory loss.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;2-understanding-the-relationship-between-ai-machine-learning-deep-learning-and-nlp&#34;&gt;2. Understanding the Relationship Between AI, Machine Learning, Deep Learning, and NLP&#xA;&lt;/h2&gt;&lt;p&gt;If you are interested in AI and large models, you will inevitably encounter keywords like &lt;strong&gt;&amp;ldquo;AI,&amp;rdquo; &amp;ldquo;Machine Learning,&amp;rdquo; &amp;ldquo;Deep Learning,&amp;rdquo; &amp;ldquo;NLP&amp;rdquo;&lt;/strong&gt; in your future studies. Therefore, it’s best to clarify these professional terms and their logical relationships to facilitate easier understanding.&lt;/p&gt;&#xA;&lt;p&gt;In summary, the relationships between these concepts are as follows:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Machine learning is a core technology of AI, alongside expert systems and Bayesian networks (no need to delve into these).&lt;/li&gt;&#xA;&lt;li&gt;NLP is a type of application task within AI focused on natural language processing, while AI&amp;rsquo;s application technologies also include CV technology, speech recognition, and synthesis.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;261px&#34; data-flex-grow=&#34;108&#34; height=&#34;638&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-2870aba5cd/img-ddba40d92a.jpeg&#34; width=&#34;695&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;3-understanding-the-transformer-architecture&#34;&gt;3. Understanding the Transformer Architecture&#xA;&lt;/h2&gt;&lt;p&gt;When discussing large models, one cannot overlook the Transformer architecture. If large models are like a tree, the Transformer architecture serves as the trunk. The emergence of products like ChatGPT is primarily due to the design of the Transformer architecture, which enables models to understand context, maintain memory, and predict new words. Moreover, the Transformer allows large models to train on unlabeled data, eliminating the need for extensive labeled data preparation.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Relationship Between Transformer Architecture and Deep Learning Technology:&lt;/strong&gt; The Transformer architecture is a type of neural network architecture within the deep learning field. Other architectures include traditional Recurrent Neural Networks (RNNs) and Long Short-Term Memory (LSTM) networks.&lt;/p&gt;&#xA;&lt;h2 id=&#34;4-understanding-the-relationship-between-transformer-architecture-and-gpt&#34;&gt;4. Understanding the Relationship Between Transformer Architecture and GPT&#xA;&lt;/h2&gt;&lt;p&gt;GPT stands for Generative Pre-trained Transformer, meaning GPT is a large language model developed based on the Transformer architecture by OpenAI. The core idea of GPT is to enhance the ability to generate and understand natural language through &lt;strong&gt;large-scale pre-training and fine-tuning&lt;/strong&gt;. The introduction of the Transformer architecture has significantly improved the model&amp;rsquo;s ability to understand context, process large datasets, and predict text.&lt;/p&gt;&#xA;&lt;h3 id=&#34;key-differences&#34;&gt;Key Differences:&#xA;&lt;/h3&gt;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Capability Differences:&lt;/strong&gt; The Transformer architecture enables models to understand context and process large data but does not inherently possess the ability to understand or generate natural language. In contrast, GPT enhances this capability through pre-training on natural language data.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Architectural Basis:&lt;/strong&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Transformer:&lt;/strong&gt; The original Transformer model consists of an encoder and a decoder, where the encoder processes the input sequence and generates intermediate representations, while the decoder generates output sequences based on these representations. This architecture is particularly suited for sequence-to-sequence tasks like machine translation.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;GPT:&lt;/strong&gt; GPT primarily uses the decoder part of the Transformer, focusing on generation tasks. It employs unidirectional processing, where each word can only see the preceding words, aligning with the natural format of language models.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Implementation of Specific Problem-Solving:&lt;/strong&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The Transformer is trained for specific tasks, optimizing its performance through simultaneous training of the encoder and decoder.&lt;/li&gt;&#xA;&lt;li&gt;GPT, on the other hand, achieves task-specific performance through supervised fine-tuning, requiring only task-specific data without extensive training for each task.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Application Domains:&lt;/strong&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The traditional Transformer framework can be applied to various sequence-to-sequence tasks, while GPT is primarily used for generation tasks, excelling in generating coherent and creative text.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;5-understanding-the-moe-architecture&#34;&gt;5. Understanding the MOE Architecture&#xA;&lt;/h2&gt;&lt;p&gt;In addition to the Transformer architecture, another popular architecture is the MOE (Mixture of Experts) architecture, which dynamically selects and combines multiple sub-models (experts) to complete tasks. The key idea of MOE is to solve a range of complex tasks by combining multiple expert models rather than relying on a single large model.&lt;/p&gt;&#xA;&lt;p&gt;The main advantage of the MOE architecture is its ability to maintain computational efficiency while handling large-scale data and model parameters, significantly reducing computational costs without sacrificing model capability.&lt;/p&gt;&#xA;&lt;p&gt;Transformer and MOE can be used together, often referred to as MOE-Transformer or Sparse Mixture of Experts Transformer. In this architecture:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The Transformer processes input data, leveraging its powerful self-attention mechanism to capture dependencies in sequences.&lt;/li&gt;&#xA;&lt;li&gt;MOE dynamically selects and combines different experts to enhance computational efficiency and capability.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;lecture-2-differences-between-large-models-and-traditional-models&#34;&gt;Lecture 2: Differences Between Large Models and Traditional Models&#xA;&lt;/h2&gt;&lt;p&gt;When we talk about large models, we usually refer to LLMs (Large Language Models), specifically those based on the generative pre-trained Transformer architecture like GPT. These models primarily address natural language tasks, unlike traditional models that may focus on images, videos, or speech. Moreover, LLMs are generative models, meaning their main capability is generation rather than prediction or decision-making.&lt;/p&gt;&#xA;&lt;p&gt;In contrast to traditional models, large models exhibit the following characteristics:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Ability to Understand and Generate Natural Language:&lt;/strong&gt; Many traditional models may not understand human natural language, let alone generate it.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Powerful and Versatile:&lt;/strong&gt; Traditional models often solve one or a few specific problems, while large models can tackle a wide range of issues.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Contextual Memory:&lt;/strong&gt; Large models possess memory capabilities, allowing them to relate to previous dialogue, unlike many traditional models.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Training Method:&lt;/strong&gt; Large models are pre-trained on vast amounts of unlabeled text, significantly reducing the need for labeled data compared to traditional models.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Massive Parameter Scale:&lt;/strong&gt; Most large models have parameter scales in the hundreds of billions, such as GPT-3.5 with 175 billion parameters, while GPT-4.0 is rumored to reach trillions of parameters.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;High Computational Resource Requirements:&lt;/strong&gt; Due to their scale and complexity, these models require significant computational resources for training and inference.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;lecture-3-evolution-of-large-models&#34;&gt;Lecture 3: Evolution of Large Models&#xA;&lt;/h2&gt;&lt;h3 id=&#34;1-evolution-of-generative-capabilities-in-llms&#34;&gt;1. Evolution of Generative Capabilities in LLMs&#xA;&lt;/h3&gt;&lt;p&gt;Understanding the evolution of LLMs helps clarify how large models have developed their current capabilities and better understand the relationship between LLMs and Transformers:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;N-gram:&lt;/strong&gt; The earliest stage of generative capability, primarily solving the prediction of the next word, but limited in understanding context and grammatical structure.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;RNN and LSTM:&lt;/strong&gt; These models addressed the issue of context length, enabling longer contextual windows but struggled with large data processing.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Transformer:&lt;/strong&gt; Combines the predictive capabilities of previous models while supporting training on large datasets but lacks natural language understanding and generation.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;LLM:&lt;/strong&gt; Adopts the GPT pre-training and supervised fine-tuning approach, enabling the model to understand and generate natural language.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;900px&#34; data-flex-grow=&#34;375&#34; height=&#34;288&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-2870aba5cd/img-847e9cdfef.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-2870aba5cd/img-847e9cdfef_hu_8e2bba945c13ec24.jpeg 800w, https://gameflycenter.com/posts/note-2870aba5cd/img-847e9cdfef.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;2-development-from-gpt-1-to-gpt-4&#34;&gt;2. Development from GPT-1 to GPT-4&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;GPT-1:&lt;/strong&gt; Introduced unsupervised training steps, solving the issue of requiring extensive labeled data. However, its small parameter scale (117 million) limited its ability to handle complex tasks without fine-tuning.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;GPT-2:&lt;/strong&gt; Increased parameter scale to 1.5 billion and expanded training text size to 40GB, enhancing model capabilities but still facing limitations with complex problems.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;GPT-3:&lt;/strong&gt; Expanded parameter scale to 175 billion, achieving strong performance in text generation and language understanding while eliminating the need for fine-tuning.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;InstructGPT:&lt;/strong&gt; To address GPT-3&amp;rsquo;s limitations, it added supervised fine-tuning and reinforcement learning from human feedback (RLHF) to optimize performance.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;GPT-3.5:&lt;/strong&gt; Released in March 2022, with training data up to June 2021, featuring a larger dataset of 45TB.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;GPT-4:&lt;/strong&gt; Released in April 2023, significantly enhancing reasoning capabilities and supporting multimodal abilities.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;GPT-4o:&lt;/strong&gt; Expected to enhance voice chat capabilities by May 2024.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;O1:&lt;/strong&gt; OpenAI&amp;rsquo;s O1 model, released in September 2024, focuses on enhancing reasoning capabilities.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;215px&#34; data-flex-grow=&#34;89&#34; height=&#34;1202&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-2870aba5cd/img-24afa3616c.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-2870aba5cd/img-24afa3616c_hu_35d0cf1ba1345bd5.jpeg 800w, https://gameflycenter.com/posts/note-2870aba5cd/img-24afa3616c.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;lecture-4-principles-of-text-generation-in-large-models&#34;&gt;Lecture 4: Principles of Text Generation in Large Models&#xA;&lt;/h2&gt;&lt;h3 id=&#34;1-how-does-gpt-generate-text&#34;&gt;1. How Does GPT Generate Text?&#xA;&lt;/h3&gt;&lt;p&gt;The process of generating text in large models can be summarized in five steps:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Upon receiving a prompt, the model first tokenizes the input content into multiple tokens.&lt;/li&gt;&#xA;&lt;li&gt;It uses the Transformer architecture to understand the relationships between tokens, grasping the overall meaning of the prompt.&lt;/li&gt;&#xA;&lt;li&gt;Based on context, it predicts the next token, potentially generating multiple results, each with a corresponding probability.&lt;/li&gt;&#xA;&lt;li&gt;The token with the highest probability is selected as the predicted next word.&lt;/li&gt;&#xA;&lt;li&gt;This process repeats until the entire content is generated.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;346px&#34; data-flex-grow=&#34;144&#34; height=&#34;748&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-2870aba5cd/img-c60e4a80ba.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-2870aba5cd/img-c60e4a80ba_hu_8400f82f8c477994.jpeg 800w, https://gameflycenter.com/posts/note-2870aba5cd/img-c60e4a80ba.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;lecture-5-classification-of-llms&#34;&gt;Lecture 5: Classification of LLMs&#xA;&lt;/h2&gt;&lt;h3 id=&#34;1-classification-by-modality&#34;&gt;1. Classification by Modality&#xA;&lt;/h3&gt;&lt;p&gt;Currently, large models can be categorized into:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Text generation models (e.g., GPT-3.5)&lt;/li&gt;&#xA;&lt;li&gt;Image generation models (e.g., DALL-E)&lt;/li&gt;&#xA;&lt;li&gt;Video generation models (e.g., Sora)&lt;/li&gt;&#xA;&lt;li&gt;Speech generation models&lt;/li&gt;&#xA;&lt;li&gt;Multimodal models (e.g., GPT-4.0)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;2-classification-by-training-stage&#34;&gt;2. Classification by Training Stage&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Basic Language Model:&lt;/strong&gt; A model trained only on large-scale text corpora without instruction or downstream task fine-tuning.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Instruction-Finetuned Language Model:&lt;/strong&gt; A model that has undergone instruction fine-tuning and human feedback optimizations.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;3-classification-by-general-and-industry-models&#34;&gt;3. Classification by General and Industry Models&#xA;&lt;/h3&gt;&lt;p&gt;Large models can also be divided into general models and industry-specific models. General models perform well across various tasks but may struggle with specific industry-related data and terminology. Industry models, on the other hand, are fine-tuned for specific domains, achieving higher performance and accuracy.&lt;/p&gt;&#xA;&lt;h2 id=&#34;lecture-6-core-technologies-of-llms&#34;&gt;Lecture 6: Core Technologies of LLMs&#xA;&lt;/h2&gt;&lt;p&gt;While this section may contain many technical terms that are challenging to understand, as a product manager, it is essential to grasp key concepts to facilitate communication with developers and technical teams.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;1. Model Architecture:&lt;/strong&gt; The Transformer architecture is one of the foundational core technologies of large models.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;2. Pre-training and Fine-tuning&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Pre-training:&lt;/strong&gt; A key technology involving training on large-scale unlabeled data, significantly reducing the need for labeled data.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Fine-tuning:&lt;/strong&gt; A technique to improve model performance on specific tasks through additional training on targeted datasets.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;3. Model Compression and Acceleration&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Model Pruning:&lt;/strong&gt; Reducing model size and computational complexity by removing unimportant parameters.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Knowledge Distillation:&lt;/strong&gt; Training a smaller student model to mimic the behavior of a larger teacher model, retaining performance while reducing computational costs.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;lecture-7-six-steps-in-large-model-development&#34;&gt;Lecture 7: Six Steps in Large Model Development&#xA;&lt;/h2&gt;&lt;p&gt;According to OpenAI&amp;rsquo;s information, the development of large models typically involves the following six steps:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;528px&#34; data-flex-grow=&#34;220&#34; height=&#34;490&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-2870aba5cd/img-1f332ced08.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-2870aba5cd/img-1f332ced08_hu_28c961c4c0ee9dd.jpeg 800w, https://gameflycenter.com/posts/note-2870aba5cd/img-1f332ced08.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Data Collection and Processing:&lt;/strong&gt; Collecting large amounts of text data from various sources and cleaning it to remove irrelevant or low-quality content.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Model Design:&lt;/strong&gt; Determining the model architecture, such as the Transformer architecture used by GPT-4, and defining its size, including layers, hidden units, and total parameters.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Pre-training:&lt;/strong&gt; The model learns language and knowledge by reading extensive text data, akin to a student absorbing information.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Instruction Fine-tuning:&lt;/strong&gt; The process of retraining the model with question-answer pairs to improve its responses.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Reward Mechanism:&lt;/strong&gt; Setting up an incentive system to guide the model towards providing valuable and accurate responses.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Reinforcement Learning:&lt;/strong&gt; The model learns through trial and error in real-world scenarios to improve its performance.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;lecture-8-understanding-large-model-training-and-fine-tuning&#34;&gt;Lecture 8: Understanding Large Model Training and Fine-tuning&#xA;&lt;/h2&gt;&lt;h3 id=&#34;1-understanding-large-model-training&#34;&gt;1. Understanding Large Model Training&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;1) What Data Is Needed for Training Large Models?&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Text data: Used for training language models, such as news articles, books, social media posts, and Wikipedia.&lt;/li&gt;&#xA;&lt;li&gt;Structured data: Such as knowledge graphs, to enhance the model&amp;rsquo;s knowledge.&lt;/li&gt;&#xA;&lt;li&gt;Semi-structured data: Such as XML and JSON formats for information extraction.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;2) Sources of Training Data&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Public datasets: Such as Common Crawl, Wikipedia, and OpenWebText.&lt;/li&gt;&#xA;&lt;li&gt;Proprietary data: Internal company data or paid proprietary data.&lt;/li&gt;&#xA;&lt;li&gt;User-generated content: Content from social media, forums, and comments.&lt;/li&gt;&#xA;&lt;li&gt;Synthetic data: Data generated through GANs or other generative models.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;3) Costs Associated with Training Large Models&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Computational resources: GPU/TPU usage costs, depending on model size and training duration.&lt;/li&gt;&#xA;&lt;li&gt;Storage costs: For large datasets and model weights, which can reach TB levels.&lt;/li&gt;&#xA;&lt;li&gt;Data acquisition costs: Costs for purchasing proprietary data or cleaning and labeling data.&lt;/li&gt;&#xA;&lt;li&gt;Energy costs: Training large models consumes significant electricity, increasing operational costs.&lt;/li&gt;&#xA;&lt;li&gt;R&amp;amp;D costs: Salaries for researchers and engineers, as well as development and maintenance expenses.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;2-understanding-large-model-fine-tuning&#34;&gt;2. Understanding Large Model Fine-tuning&#xA;&lt;/h3&gt;&lt;ol&gt;&#xA;&lt;li&gt;Two stages of fine-tuning: &lt;strong&gt;Supervised Fine-tuning (SFT) and Reinforcement Learning (RLHF)&lt;/strong&gt;, with differences as follows:&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 7&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;197px&#34; data-flex-grow=&#34;82&#34; height=&#34;882&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-2870aba5cd/img-28ed0a7ab5.jpeg&#34; width=&#34;724&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;2) Two Methods of Fine-tuning:&lt;/strong&gt; Lora fine-tuning and SFT fine-tuning.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Lora fine-tuning adjusts only part of the model&amp;rsquo;s parameters, suitable for resource-limited scenarios.&lt;/li&gt;&#xA;&lt;li&gt;SFT fine-tuning adjusts all parameters, enabling the model to address a wider range of specific tasks.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;lecture-9-key-factors-affecting-large-model-performance&#34;&gt;Lecture 9: Key Factors Affecting Large Model Performance&#xA;&lt;/h2&gt;&lt;p&gt;While there are many large models on the market, differences in their capabilities exist. The five most important factors affecting the performance of large models are:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Model Architecture:&lt;/strong&gt; The design, including layers, hidden units, and total parameters, significantly impacts the model&amp;rsquo;s ability to handle complex tasks.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Quality and Quantity of Training Data:&lt;/strong&gt; Model performance heavily relies on the coverage and diversity of its training data.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Parameter Scale:&lt;/strong&gt; More parameters typically allow better learning and capturing of complex data patterns but increase computational costs.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Algorithm Efficiency:&lt;/strong&gt; The choice of algorithms used for training and optimizing the model affects learning efficiency and final performance.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Training Frequency:&lt;/strong&gt; Ensuring sufficient training iterations to achieve optimal performance while avoiding overfitting.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;lecture-10-how-to-measure-the-quality-of-large-models&#34;&gt;Lecture 10: How to Measure the Quality of Large Models?&#xA;&lt;/h2&gt;&lt;p&gt;From the application perspective, measuring the quality of a large model involves evaluating its performance across several dimensions:&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-measuring-product-performance&#34;&gt;1. Measuring Product Performance&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;1) Semantic Understanding Ability:&lt;/strong&gt; Includes understanding semantics, grammar, and context, which determine the quality of interaction with the model.&#xA;&lt;strong&gt;2) Logical Reasoning:&lt;/strong&gt; The model&amp;rsquo;s reasoning ability, numerical computation skills, and contextual understanding are core capabilities.&#xA;&lt;strong&gt;3) Accuracy of Generated Content:&lt;/strong&gt; Includes the rate of hallucinations and ability to identify traps.&#xA;&lt;strong&gt;4) Hallucination Rate:&lt;/strong&gt; The accuracy of the model&amp;rsquo;s responses and results, as models sometimes generate nonsensical content.&#xA;&lt;strong&gt;5) Trap Information Identification Rate:&lt;/strong&gt; The model&amp;rsquo;s ability to recognize and handle misleading information.&#xA;&lt;strong&gt;6) Quality of Generated Content:&lt;/strong&gt; Evaluated based on diversity, professionalism, creativity, and timeliness.&#xA;&lt;strong&gt;7) Contextual Memory Ability:&lt;/strong&gt; Represents the model&amp;rsquo;s memory capability and context window length.&#xA;&lt;strong&gt;8) Model Performance:&lt;/strong&gt; Includes response speed, resource consumption, robustness, and stability.&#xA;&lt;strong&gt;9) Human-like Quality:&lt;/strong&gt; Evaluates how &amp;ldquo;human-like&amp;rdquo; the model is, including emotional analysis capabilities.&#xA;&lt;strong&gt;10) Multimodal Ability:&lt;/strong&gt; Assesses the model&amp;rsquo;s capability to process and generate across different modalities, including text, images, video, and speech.&lt;/p&gt;&#xA;&lt;h3 id=&#34;2-measuring-basic-model-capabilities&#34;&gt;2. Measuring Basic Model Capabilities&#xA;&lt;/h3&gt;&lt;p&gt;The three key elements for measuring basic model capabilities are: algorithms, computational power, and data quality.&lt;/p&gt;&#xA;&lt;h3 id=&#34;3-assessing-model-safety&#34;&gt;3. Assessing Model Safety&#xA;&lt;/h3&gt;&lt;p&gt;In addition to evaluating capabilities, safety considerations are crucial. We assess safety based on:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Content Safety:&lt;/strong&gt; Compliance with safety management, social, and legal norms.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Ethical Standards:&lt;/strong&gt; Ensuring generated content is free from bias and discrimination.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Privacy and Copyright Protection:&lt;/strong&gt; Adhering to privacy and copyright laws.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;lecture-11-limitations-of-large-models&#34;&gt;Lecture 11: Limitations of Large Models&#xA;&lt;/h2&gt;&lt;h3 id=&#34;1-the-hallucination-problem&#34;&gt;1. The Hallucination Problem&#xA;&lt;/h3&gt;&lt;p&gt;The hallucination problem refers to models generating plausible but incorrect or fabricated information. This issue is a significant concern for users and a primary reason for skepticism about model outputs.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Causes of Hallucinations:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Overfitting Training Data:&lt;/strong&gt; The model may overfit noise or errors in the training data, leading to the generation of fictitious content.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Presence of False Information in Training Data:&lt;/strong&gt; Insufficient coverage of real scenarios in training data can result in the model generating unverified information.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Inadequate Consideration of Information Credibility:&lt;/strong&gt; The model may generate content confidently without effectively assessing its credibility.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Potential Solutions:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Using Richer Training Data:&lt;/strong&gt; Incorporating diverse and authentic training data to reduce overfitting risks.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Credibility Modeling:&lt;/strong&gt; Introducing components to estimate the credibility of generated information.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;External Verification Mechanisms:&lt;/strong&gt; Employing external sources to validate generated content against real-world facts.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;2-the-amnesia-problem&#34;&gt;2. The Amnesia Problem&#xA;&lt;/h3&gt;&lt;p&gt;The amnesia problem occurs when models forget previously mentioned information during long dialogues or complex contexts, leading to inconsistencies. Causes include:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Limitations of Contextual Memory:&lt;/strong&gt; The model may struggle to retain and utilize long-term dependencies.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Lack of Examples in Training Data:&lt;/strong&gt; Insufficient examples of long dialogues or complex contexts in training data can hinder effective memory retention.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;</description>
        </item><item>
            <title>Exploring the Evolution and Challenges of Large AI Models</title>
            <link>https://gameflycenter.com/posts/note-1c1376c74e/</link>
            <pubDate>Sun, 13 Oct 2024 00:00:00 +0000</pubDate>
            <guid>https://gameflycenter.com/posts/note-1c1376c74e/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;In the grand tapestry of artificial intelligence (AI), large models shine like brilliant stars, illuminating the future of technology. They not only reshape our understanding of technology but also quietly trigger transformations across numerous industries. However, these intelligent technologies are not without risks and challenges. Here, we unveil the mysteries of large models, sharing their technologies and characteristics, analyzing their development and challenges, and providing a glimpse into the AI era.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;240px&#34; data-flex-grow=&#34;100&#34; height=&#34;1080&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-1c1376c74e/img-6335419f25.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-1c1376c74e/img-6335419f25_hu_cd69e27c0275c66.jpeg 800w, https://gameflycenter.com/posts/note-1c1376c74e/img-6335419f25.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Large models, such as the Generative Pre-trained Transformer (GPT) series, have achieved remarkable success in the field of Natural Language Processing (NLP), setting new performance benchmarks across various language tasks. Beyond language, large models also demonstrate significant advantages in image processing, audio processing, and physiological signals. They are rapidly applied in fields such as education, healthcare, and finance, particularly excelling in content generation. Today, many cutting-edge technologies related to large models are still in urgent need of development, while issues such as bias and privacy breaches also require resolution. This article analyzes the history and evolution of large models, explores frontier issues, and discusses future development directions, helping the public quickly understand large model technology and integrate into the advancing AI era.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;218px&#34; data-flex-grow=&#34;91&#34; height=&#34;45&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-1c1376c74e/img-86f7725e34.jpeg&#34; width=&#34;41&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;origins-of-large-models&#34;&gt;Origins of Large Models&#xA;&lt;/h2&gt;&lt;p&gt;In November 2022, the renowned AI research company OpenAI released ChatGPT, an AI chatbot program based on the large language model GPT-3.5. Its fluent language expression capability, powerful problem-solving abilities, and vast database garnered widespread attention worldwide. Within less than two months of its launch, ChatGPT surpassed 100 million monthly active users, becoming the fastest-growing consumer application in history. Consequently, various industries began to feel the powerful influence of large models, sparking a research boom in large models both domestically and internationally.&lt;/p&gt;&#xA;&lt;p&gt;The origins of large models can be traced back to the early AI research in the 20th century, which primarily focused on logical reasoning and expert systems. However, these methods were limited by hard-coded knowledge and rules, making it difficult to handle the complexity and diversity of natural language. With the advent of machine learning and deep learning technologies, along with rapid advancements in hardware capabilities, training large-scale datasets and complex neural network models became possible, ushering in the era of large models.&lt;/p&gt;&#xA;&lt;p&gt;In 2017, Google&amp;rsquo;s introduction of the Transformer model architecture, which incorporated self-attention mechanisms, significantly enhanced sequence modeling capabilities, particularly in terms of efficiency and accuracy when handling long-distance dependencies. Subsequently, the concept of pre-trained language models (PLMs) gradually became mainstream. PLMs are pre-trained on large-scale text datasets to capture general patterns of language, and then fine-tuned for specific downstream tasks.&lt;/p&gt;&#xA;&lt;h2 id=&#34;evolution-of-large-models&#34;&gt;Evolution of Large Models&#xA;&lt;/h2&gt;&lt;p&gt;OpenAI&amp;rsquo;s GPT series models exemplify generative pre-trained models, representing the vanguard of this technology. From GPT-1 to GPT-3.5, each generation has seen significant improvements in scale, complexity, and performance. At the end of 2022, ChatGPT emerged as a chatbot capable of answering questions, generating articles, programming, and even mimicking human conversational styles. Its almost omnipotent answering ability provided a new understanding of the general capabilities of large language models, greatly advancing the field of NLP.&lt;/p&gt;&#xA;&lt;p&gt;However, the development of large models is not limited to text. With technological advancements, multi-modal large models have begun to emerge, capable of simultaneously understanding and generating various types of data, including text, images, and audio. In March 2023, OpenAI announced the multi-modal model GPT-4, which added image functionality and exhibited more precise language comprehension, marking a significant transition from single-modal to multi-modal models. This essential difference in cross-modal data presents new and more complex requirements for the design and training of large models, while also introducing unprecedented challenges.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;218px&#34; data-flex-grow=&#34;91&#34; height=&#34;45&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-1c1376c74e/img-86f7725e34.jpeg&#34; width=&#34;41&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;characteristics-of-large-models&#34;&gt;Characteristics of Large Models&#xA;&lt;/h2&gt;&lt;p&gt;Large models typically refer to machine learning models with vast parameter counts, especially in applications within NLP, computer vision (CV), and multi-modal domains. These models understand and learn human language through a pre-training approach, completing tasks such as information retrieval, machine translation, text summarization, and code generation through human-computer dialogue.&lt;/p&gt;&#xA;&lt;h3 id=&#34;parameter-count-of-large-models&#34;&gt;Parameter Count of Large Models&#xA;&lt;/h3&gt;&lt;p&gt;The parameter count of large models usually exceeds 1 billion, meaning that the model contains over 1 billion learnable weights. These parameters form the basis for the model&amp;rsquo;s learning and understanding of data, adjusting through training to better map input data to output results. The increase in parameter count is directly related to the model&amp;rsquo;s learning ability and complexity, enabling it to capture more subtle and deeper data features.&lt;/p&gt;&#xA;&lt;h3 id=&#34;types-of-large-models&#34;&gt;Types of Large Models&#xA;&lt;/h3&gt;&lt;p&gt;Large models can be classified based on their application domains and functions:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Large Language Models&lt;/strong&gt;: Focused on processing and understanding natural language text, commonly used for text generation, sentiment analysis, and question-answering systems.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Visual Large Models&lt;/strong&gt;: Specifically designed to process and understand visual information (such as images and videos), used for image recognition, video analysis, and image generation tasks.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Multi-modal Large Models&lt;/strong&gt;: Capable of processing and understanding two or more different types of input data (e.g., text, images, audio), executing more complex and comprehensive tasks by integrating information from different modalities.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Base Large Models&lt;/strong&gt;: Generally refer to models that can be widely applied to various tasks, learning a large amount of general knowledge during the pre-training phase without a specific application direction.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h3 id=&#34;capabilities-of-large-models&#34;&gt;Capabilities of Large Models&#xA;&lt;/h3&gt;&lt;p&gt;The capabilities of large models lie in their ability to understand and process highly complex data patterns:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Generalization Ability&lt;/strong&gt;: Through pre-training on vast amounts of data, large models learn universal language rules, exhibiting strong generalization ability when facing new tasks.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Deep Learning&lt;/strong&gt;: The large parameter scale and deep network structure enable large models to establish complex abstract representations, understanding the deeper semantics and relationships behind the data.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Context Understanding&lt;/strong&gt;: In language models, large models can capture long-distance dependencies, enhancing their understanding of context, which is crucial for grasping subtle nuances in language.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Knowledge Integration&lt;/strong&gt;: Large models can integrate and utilize the knowledge learned during pre-training, sometimes exhibiting a degree of common-sense reasoning and problem-solving abilities.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Adaptability&lt;/strong&gt;: Although large models learn general knowledge during pre-training, they can adapt to specific tasks through fine-tuning, demonstrating high flexibility and adaptability.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;218px&#34; data-flex-grow=&#34;91&#34; height=&#34;45&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-1c1376c74e/img-86f7725e34.jpeg&#34; width=&#34;41&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;technologies-behind-large-models&#34;&gt;Technologies Behind Large Models&#xA;&lt;/h2&gt;&lt;p&gt;Current large models are integrated machine learning models capable of processing various types of data. The foundational technologies within these large models aim to understand and generate information across different sensory modalities, enabling tasks such as image description, visual question answering, or cross-modal translation. Here are several key foundational technologies of large models.&lt;/p&gt;&#xA;&lt;h3 id=&#34;transformer-architecture&#34;&gt;Transformer Architecture&#xA;&lt;/h3&gt;&lt;p&gt;Most existing large models are built upon the Transformer model (or simply the decoder of the Transformer). This architecture captures global dependencies of input data through self-attention mechanisms and can also capture complex relationships between different modal elements. For instance, a multi-modal Transformer can simultaneously process the pixels of an image and the words of text, learning the associations between them through self-attention layers. This enables large models to understand various modalities such as text and images while generating long text sequences, maintaining contextual coherence.&lt;/p&gt;&#xA;&lt;h3 id=&#34;supervised-fine-tuning&#34;&gt;Supervised Fine-tuning&#xA;&lt;/h3&gt;&lt;p&gt;Supervised fine-tuning (SFT) is a traditional fine-tuning method that continues training the pre-trained large model using labeled datasets. Notably, during the training of large models, the SFT phase typically uses high-quality datasets. Additionally, SFT involves adjusting the model&amp;rsquo;s parameters to enhance its performance on specific tasks. For example, to improve the model&amp;rsquo;s performance in legal consulting, a dataset containing legal questions and professional lawyer responses can be used for SFT. In SFT, the model typically attempts to minimize the difference between predicted outputs and true labels, often achieved through a loss function (such as cross-entropy loss). This method is straightforward and quick to adapt to new tasks; however, it has limitations due to its reliance on high-quality labeled data and may lead to overfitting on the training data.&lt;/p&gt;&#xA;&lt;h3 id=&#34;reinforcement-learning-from-human-feedback&#34;&gt;Reinforcement Learning from Human Feedback&#xA;&lt;/h3&gt;&lt;p&gt;Reinforcement learning from human feedback (RLHF) is a more complex training method that combines elements of supervised learning and reinforcement learning. First, the model is pre-trained on a large amount of unlabeled text, similar to the steps prior to SFT. Then, human evaluators interact with the model or assess its outputs, providing feedback on its performance, which is used to train a reward model capable of predicting scores that human evaluators might assign. Finally, the original model&amp;rsquo;s parameters are optimized using the reward model as a reward signal through reinforcement learning methods. In this process, the model attempts to maximize the expected rewards it receives. The advantage of RLHF lies in its ability to help the model learn more complex behaviors, especially when tasks are difficult to define through simple correct or incorrect labels. Additionally, RLHF can help the model better align with human preferences and values.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;218px&#34; data-flex-grow=&#34;91&#34; height=&#34;45&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-1c1376c74e/img-86f7725e34.jpeg&#34; width=&#34;41&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;applications-of-large-models&#34;&gt;Applications of Large Models&#xA;&lt;/h2&gt;&lt;p&gt;Large models, with their vast parameter counts, deep network structures, and extensive pre-training capabilities, can capture complex data patterns and exhibit exceptional performance across multiple domains. They not only understand and generate natural language but also process complex visual and multi-modal information, adapting to various dynamic application scenarios.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 7&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;362px&#34; data-flex-grow=&#34;151&#34; height=&#34;715&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-1c1376c74e/img-c3045f8369.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-1c1376c74e/img-c3045f8369_hu_f820f7cea42ad10d.jpeg 800w, https://gameflycenter.com/posts/note-1c1376c74e/img-c3045f8369.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;applications-in-nlp&#34;&gt;Applications in NLP&#xA;&lt;/h3&gt;&lt;p&gt;The application of large models in the NLP domain is particularly widespread. For example, OpenAI&amp;rsquo;s GPT series models can generate coherent, natural text, applied in chatbots, automated writing, and language translation, with notable products like the well-known ChatGPT. In the fintech sector, large models are often used for risk assessment, trading algorithms, and credit scoring. These models analyze vast amounts of financial data, predict market trends, and assist financial institutions in making better investment decisions. In the legal and compliance fields, they can be used for document review, contract analysis, and case studies. Through NLP technology, models can understand and analyze legal documents, enhancing the efficiency of legal professionals. Recommendation systems are another application area for large models. By serializing user behavior data into text, large models can predict user interests and recommend relevant products, movies, music, and more. In gaming, large models can utilize their coding capabilities to generate complex game environments, driving non-player characters (NPCs) to produce different dialogues based on player settings, thereby providing a more realistic gaming experience.&lt;/p&gt;&#xA;&lt;h3 id=&#34;applications-in-image-understanding-and-generation&#34;&gt;Applications in Image Understanding and Generation&#xA;&lt;/h3&gt;&lt;p&gt;Current large models possess not only text understanding capabilities but also multi-modal understanding abilities, laying the foundation for their applications in the image domain, such as automatic painting and video generation. These models can mimic an artist&amp;rsquo;s style to create new artworks, providing assistance to human creativity. For instance, OpenAI&amp;rsquo;s Sora, released in February 2024, can generate a video that meets user input requirements, offering a more convenient tool for the film production field. In the image processing domain, models like SegGPT are used for image recognition, classification, and generation. By learning from extensive image-text pairs, these models can identify objects, faces, and scenes in images and play roles in medical image analysis, autonomous vehicles, and video surveillance. Additionally, in medicine and biology, multi-modal large models can be used for disease diagnosis, drug discovery, and gene editing, extracting useful information from complex biomedical data to assist doctors in making more accurate diagnoses or helping researchers design new drugs.&lt;/p&gt;&#xA;&lt;h3 id=&#34;applications-in-speech-recognition&#34;&gt;Applications in Speech Recognition&#xA;&lt;/h3&gt;&lt;p&gt;Large models also play a vital role in the field of speech recognition. Through deep learning technologies, models can convert speech into text, supporting applications such as voice assistants, real-time speech transcription, and automatic subtitle generation, with mobile voice assistants being a typical example. These models learn from a vast number of speech samples, enabling them to handle different accents, intonations, and noise interference.&lt;/p&gt;&#xA;&lt;p&gt;Moreover, large models can be applied across various industries, including education, healthcare, agriculture, and finance. For instance, in education, large models can be used for personalized learning, automated grading, and intelligent tutoring, providing customized teaching content based on students&amp;rsquo; learning situations, thus helping them learn more efficiently. In summary, large models demonstrate immense potential across various fields through their powerful data processing and learning capabilities. With continuous technological advancements, it is foreseeable that large models will play an increasingly important role in future developments.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 8&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;218px&#34; data-flex-grow=&#34;91&#34; height=&#34;45&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-1c1376c74e/img-86f7725e34.jpeg&#34; width=&#34;41&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;development-of-large-models&#34;&gt;Development of Large Models&#xA;&lt;/h2&gt;&lt;p&gt;In the current AI landscape, large models have become an undeniable trend. With the continuous advancement of deep learning technologies, particularly in NLP and CV fields, large models are driving breakthroughs in cutting-edge technologies with their powerful data processing and pattern recognition capabilities.&lt;/p&gt;&#xA;&lt;p&gt;The development of large models at the technical level benefits from several key factors. First is algorithmic innovation, especially following the introduction of the Transformer architecture, which has rapidly propelled the development of subsequent models, including BERT, the GPT series, and T5. These models achieve leading performance on various NLP tasks through pre-training and fine-tuning strategies. Second is the enhancement of computational power, particularly advancements in graphics processing units (GPUs) and tensor processing units (TPUs), making it possible to train models with tens of billions or even hundreds of billions of parameters. Additionally, the rise of cloud computing platforms provides the necessary computational resources for training large models. Meanwhile, large-scale datasets offer ample &amp;ldquo;nutrition&amp;rdquo; for model training, often containing rich language expressions, scene information, and user interactions, enabling models to capture complex data distributions and linguistic patterns.&lt;/p&gt;&#xA;&lt;p&gt;The development of large models at the application level has two main directions: large language models and multi-modal large models. In the case of large language models, GPT-3 serves as a milestone, with a parameter count reaching 175 billion, showcasing astonishing language understanding and generation capabilities. Following closely, Meta AI&amp;rsquo;s LLaMA series models have become favorites in academic research and industry due to their excellent performance and relatively smaller model sizes. These models not only excel in standard NLP tasks but also exhibit tremendous potential in few-shot learning and transfer learning.&lt;/p&gt;&#xA;&lt;p&gt;Multi-modal large models extend from this foundation, capable of processing and understanding various types of inputs, such as text, images, and audio. OpenAI&amp;rsquo;s DALL-E and CLIP are representative works in this direction, able to understand and generate images that correspond to textual descriptions or understand text content through images. Google&amp;rsquo;s SimCLR represents a significant exploration in the CV field, effectively extracting image features through contrastive learning. Subsequently, Google&amp;rsquo;s Gemini made important strides in the native multi-modal domain, pre-training across different modalities and handling more complex inputs and outputs, such as images and audio. OpenAI&amp;rsquo;s Sora further broadens the application scope of large models, capable of automatically generating video content based on input text, simulating interactions between characters and environments in both the physical and digital worlds.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 9&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;450px&#34; data-flex-grow=&#34;187&#34; height=&#34;575&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-1c1376c74e/img-7cdc5c7bb3.jpeg&#34; srcset=&#34;https://gameflycenter.com/posts/note-1c1376c74e/img-7cdc5c7bb3_hu_6cfb01c9c401f152.jpeg 800w, https://gameflycenter.com/posts/note-1c1376c74e/img-7cdc5c7bb3.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The development history of large models is summarized, with highlighted entries representing multi-modal models.&lt;/p&gt;&#xA;&lt;p&gt;Domestic tech companies are also actively exploring large models. Models such as Baidu&amp;rsquo;s &amp;ldquo;Wenxin Yiyan,&amp;rdquo; Alibaba&amp;rsquo;s &amp;ldquo;Tongyi Qianwen,&amp;rdquo; Huawei&amp;rsquo;s &amp;ldquo;Pangu,&amp;rdquo; and iFlytek&amp;rsquo;s &amp;ldquo;iFlytek Spark&amp;rdquo; have emerged, demonstrating excellent performance not only in general language understanding and generation tasks but also in specialized applications in fields such as healthcare, law, and tourism. For example, Ctrip&amp;rsquo;s &amp;ldquo;Ctrip Wenda&amp;rdquo; focuses on Q&amp;amp;A in the tourism sector, NetEase Youdao&amp;rsquo;s &amp;ldquo;Ziyue&amp;rdquo; is applied in education, and JD Health&amp;rsquo;s &amp;ldquo;Jingyi Qianxun&amp;rdquo; aims to provide medical consultation services.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 10&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;218px&#34; data-flex-grow=&#34;91&#34; height=&#34;45&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-1c1376c74e/img-fc1651cdfe.jpeg&#34; width=&#34;41&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;challenges-of-large-models&#34;&gt;Challenges of Large Models&#xA;&lt;/h2&gt;&lt;p&gt;In the field of AI, large models are becoming a hot topic in both academic research and industry due to their powerful processing capabilities and broad application prospects. However, as these models continue to expand, the challenges faced at the research frontier are becoming increasingly complex.&lt;/p&gt;&#xA;&lt;h3 id=&#34;model-size&#34;&gt;Model Size&#xA;&lt;/h3&gt;&lt;p&gt;The trade-off between model size and data scale has become a significant challenge. While model performance often improves with an increase in parameter count, this growth in scale brings substantial computational costs and high demands for data quality. Researchers are seeking optimal balances between model size and data scale under limited computational resources, while also exploring techniques such as data augmentation, transfer learning, and model compression to reduce model size without sacrificing performance, striving to minimize the operational costs of large models.&lt;/p&gt;&#xA;&lt;h3 id=&#34;network-architecture&#34;&gt;Network Architecture&#xA;&lt;/h3&gt;&lt;p&gt;Innovation in network architecture is also crucial. Most existing large models are based on the Transformer architecture. Although the Transformer architecture performs excellently in handling sequential data, its low computational efficiency and parameter utilization issues can lead to waste of computational resources. The limitations of the current Transformer have prompted researchers to design new network architectures aimed at improving efficiency and generalization capabilities through enhancements to attention mechanisms, the introduction of sparsity, and adaptive computation. For instance, the state-space-based model Mamba proposed in December 2023 introduces selection mechanisms that significantly address the computational efficiency issues of existing Transformer architectures, potentially becoming the next generation&amp;rsquo;s foundational architecture for large models.&lt;/p&gt;&#xA;&lt;h3 id=&#34;prompt-engineering&#34;&gt;Prompt Engineering&#xA;&lt;/h3&gt;&lt;p&gt;In handling imbalanced datasets, prompt learning offers a new paradigm for addressing this issue. By embedding specific prompts in input data, prompt learning helps improve model performance on minority classes. However, how to design effective prompts and determine the robustness of these prompts (effectiveness across different types of large models) has become a discipline—prompt engineering. Further research is needed to combine well-designed prompts with other large model technologies.&lt;/p&gt;&#xA;&lt;h3 id=&#34;contextual-reasoning&#34;&gt;Contextual Reasoning&#xA;&lt;/h3&gt;&lt;p&gt;Simultaneously, as model sizes grow, emergent abilities such as contextual reasoning have surfaced, indicating that large models may have internalized cognitive and learning mechanisms closer to human understanding. The nature, triggering conditions, and controllability of these emergent abilities are current research hotspots that require more exploration from cognitive science and neuroscience perspectives to provide reasonable explanations, helping people understand the principles behind these emergent capabilities.&lt;/p&gt;&#xA;&lt;h3 id=&#34;knowledge-updating&#34;&gt;Knowledge Updating&#xA;&lt;/h3&gt;&lt;p&gt;The continuous updating of knowledge is another significant issue faced by large models. As knowledge progresses, the information within models may quickly become outdated. Researchers are exploring methods to enable models to continuously learn and integrate new knowledge while avoiding catastrophic forgetting to keep the model&amp;rsquo;s knowledge base up-to-date.&lt;/p&gt;&#xA;&lt;h3 id=&#34;explainability&#34;&gt;Explainability&#xA;&lt;/h3&gt;&lt;p&gt;Despite large models excelling in various NLP and machine learning tasks, as the parameter count increases and network structures deepen, the decision-making processes of models become increasingly difficult to explain. The black-box nature of large models makes it challenging for users to understand how large models process input data and generate output results. This leads to a passive understanding state, where people only know the model&amp;rsquo;s output results but have no idea why the model made such decisions.&lt;/p&gt;&#xA;&lt;h3 id=&#34;privacy-and-security&#34;&gt;Privacy and Security&#xA;&lt;/h3&gt;&lt;p&gt;The training data for large models may encompass personal identity information, sensitive data, or trade secrets. If these data are not adequately protected, the training process of the model may pose risks of privacy breaches or misuse. Additionally, large models themselves may contain sensitive information, such as memories gained from training on sensitive data, which introduces potential privacy risks.&lt;/p&gt;&#xA;&lt;h3 id=&#34;data-bias-and-misinformation&#34;&gt;Data Bias and Misinformation&#xA;&lt;/h3&gt;&lt;p&gt;Large language models may output biased or misleading content, which can stem from various factors such as data collection methods, annotators&amp;rsquo; subjective preferences, and socio-cultural influences. When models are trained on biased data, they may incorrectly learn or amplify these biases, leading to unfair or discriminatory outcomes in practical applications.&lt;/p&gt;&#xA;&lt;p&gt;Addressing these issues is crucial for advancing large model technology and expanding its application range. Solving each challenge could facilitate more effective applications of AI in the real world, bringing profound impacts to human society.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 11&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;218px&#34; data-flex-grow=&#34;91&#34; height=&#34;45&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://gameflycenter.com/posts/note-1c1376c74e/img-fc1651cdfe.jpeg&#34; width=&#34;41&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;future-of-large-models&#34;&gt;Future of Large Models&#xA;&lt;/h2&gt;&lt;p&gt;As AI technology continues to evolve and the application scenarios for large model technology expand, future trends in large model technology are emerging with new characteristics and development directions.&lt;/p&gt;&#xA;&lt;h3 id=&#34;balancing-model-scale-and-efficiency&#34;&gt;Balancing Model Scale and Efficiency&#xA;&lt;/h3&gt;&lt;p&gt;Given that large model technology often requires substantial computational resources and storage space, future development trends will focus on maintaining model scale while improving efficiency to meet practical application needs. Currently, sparse expert models are gaining attention as a new modeling architecture method. Compared to traditional dense models, sparse expert models reduce computational demands by activating only the model parameters relevant to the input data, thereby improving computational efficiency. Google&amp;rsquo;s sparse expert model GlaM, developed in 2023, has seven times more parameters than GPT-3 but reduces energy consumption during training and the computational resources required for inference, outperforming traditional models on various NLP tasks.&lt;/p&gt;&#xA;&lt;h3 id=&#34;deep-integration-of-knowledge&#34;&gt;Deep Integration of Knowledge&#xA;&lt;/h3&gt;&lt;p&gt;Knowledge integration aims to enrich a model&amp;rsquo;s representational and decision-making capabilities by consolidating information from different data sources and knowledge domains. Currently, large models primarily train and apply to single-domain or single-modal data, such as the BERT model in NLP and the ViT model in CV. However, in the real world, text, images, audio, and other forms of information are often interrelated, making it challenging for single-modal information to meet complex scenario demands. Therefore, with the continuous development of CV, speech recognition, and other technologies, future large models will increasingly focus on multi-modal integration, processing data from different modalities to achieve fusion and interaction of multi-modal information. This ability to integrate multi-modal information allows large models to better understand and process complex information. Furthermore, consideration can be given to combining large model technology with external knowledge bases to further enhance the model&amp;rsquo;s understanding capabilities and application breadth. This means that models can leverage not only their internal language patterns and statistical information but also external structured knowledge for reasoning and decision-making, thereby better addressing complex problems in the real world. Importantly, external knowledge can also enhance the generalization capabilities of large models.&lt;/p&gt;&#xA;&lt;h3 id=&#34;exploration-of-embodied-intelligence&#34;&gt;Exploration of Embodied Intelligence&#xA;&lt;/h3&gt;&lt;p&gt;Embodied intelligence refers to an intelligent system that perceives and acts based on a physical body, acquiring information, understanding problems, making decisions, and executing actions through interactions with the environment, thereby generating intelligent behavior. The proliferation of large models has significantly accelerated the research and implementation of embodied intelligence. Large language models are becoming key tools to help robots better understand and apply advanced semantic knowledge. By automating task analysis and breaking them down into specific actions, large model technology makes interactions between robots and humans, as well as physical environments, more natural, thereby enhancing the intelligent performance of robots. For instance, different tasks can be achieved through different large models. By utilizing large language models for learning dialogue, visual models for map recognition, and multi-modal models for completing physical actions, robots can learn concepts more efficiently and direct actions, while decomposing all instructions for execution, achieving automated scheduling and collaboration through large model technology. This comprehensive utilization of different models presents new opportunities and challenges for the intelligent development of robots.&lt;/p&gt;&#xA;&lt;h3 id=&#34;explainability-and-trustworthiness&#34;&gt;Explainability and Trustworthiness&#xA;&lt;/h3&gt;&lt;p&gt;As model scales increase, their internal structures become increasingly complex, making the explainability and trustworthiness of models focal points of concern. First, to enhance model explainability, researchers will strive to develop new methods and technologies that enable large models to clearly explain their decision-making processes and the basis for generated results. This may involve introducing more transparent model structures, such as transparent neural networks or interpretable attention mechanisms, as well as developing explanatory algorithms and tools to help users understand model outputs.&lt;/p&gt;&#xA;&lt;p&gt;Second, to enhance model trustworthiness, a series of measures will be taken to reduce the likelihood of models generating errors or misleading information. One important direction is to introduce external information sources and equip models with the ability to access and reference these sources. This way, models will be able to access the most accurate and up-to-date information, thereby improving the accuracy and credibility of their output results.&lt;/p&gt;&#xA;&lt;p&gt;Simultaneously, to increase transparency and trust, models will also provide citations related to external information sources, allowing users to audit these sources and determine the reliability of the information. Notably, while some large models with external information access and citation capabilities have emerged, such as Google&amp;rsquo;s REALM and Facebook&amp;rsquo;s RAG, this is merely the beginning of development in this field. More innovations and advancements are expected in the future. For example, new models like OpenAI&amp;rsquo;s WebGPT and DeepMind&amp;rsquo;s Sparrow will further propel development in this area, laying a more solid foundation for the future applications of large model technology. The future development of large model technology will place greater emphasis on explainability and trustworthiness, which is not only an inevitable trend in technological development but also a reasonable requirement from society for technological applications. Only by continuously enhancing the explainability and trustworthiness of models can large model technology be better applied across various fields, bringing greater momentum for the development of human society.&lt;/p&gt;&#xA;</description>
        </item></channel>
</rss>
