<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Notes on Kylos: Innovative Tech News &amp; Insights</title>
        <link>https://kylosvn.top/tags/notes/</link>
        <description>Recent content in Notes on Kylos: Innovative Tech News &amp; Insights</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en-us</language>
        <lastBuildDate>Fri, 15 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://kylosvn.top/tags/notes/index.xml" rel="self" type="application/rss+xml" /><item>
            <title>Three Surprising Findings from Testing GLM-5.1 AI Model</title>
            <link>https://kylosvn.top/posts/note-c1b2311645/</link>
            <pubDate>Fri, 15 May 2026 00:00:00 +0000</pubDate>
            <guid>https://kylosvn.top/posts/note-c1b2311645/</guid>
            <description>&lt;h2 id=&#34;has-domestic-ai-finally-made-the-grade-three-surprising-discoveries-after-testing-glm-51&#34;&gt;Has Domestic AI Finally Made the Grade? Three Surprising Discoveries After Testing GLM-5.1&#xA;&lt;/h2&gt;&lt;p&gt;I am not a programmer.&lt;/p&gt;&#xA;&lt;p&gt;On May 14, 2026, the globally recognized evaluation organization Artificial Analysis released the new Coding Agent Index benchmark test.&lt;/p&gt;&#xA;&lt;p&gt;Upon seeing the results, I came across a headline: Zhizhu&amp;rsquo;s GLM-5.1 ranked first among open-source models in several tests, including SWE-Bench-Pro-Hard-AA.&lt;/p&gt;&#xA;&lt;p&gt;My first reaction: disbelief.&lt;/p&gt;&#xA;&lt;p&gt;A domestic large model ranking first in programming agent evaluations? As the top open-source model? Surely this is just promotional fluff from Zhizhu?&lt;/p&gt;&#xA;&lt;p&gt;With skepticism, I decided to personally test GLM-5.1. I used three real programming tasks over 48 hours, and the results led to three surprising findings.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;627px&#34; data-flex-grow=&#34;261&#34; height=&#34;413&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-c1b2311645/img-45e13d3556.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-c1b2311645/img-45e13d3556_hu_8358a02ccd3174bc.jpeg 800w, https://kylosvn.top/posts/note-c1b2311645/img-45e13d3556.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;understanding-the-authority-of-this-evaluation&#34;&gt;Understanding the Authority of This Evaluation&#xA;&lt;/h2&gt;&lt;p&gt;Before discussing the test results, let&amp;rsquo;s clarify why this evaluation is worth attention.&lt;/p&gt;&#xA;&lt;p&gt;Artificial Analysis is an acknowledged authority in the AI field, specializing in independent evaluations, rankings, and benchmark tests. Their Coding Agent Index measures the performance of the &amp;ldquo;model + agent framework&amp;rdquo; combination in real programming tasks.&lt;/p&gt;&#xA;&lt;p&gt;The evaluation covers three core scenarios:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Evaluation Scenarios and Assessment Content:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;SWE-Bench-Pro-Hard-AA&lt;/strong&gt;: Complex software engineering problem fixes (real GitHub issues)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Terminal-Bench v2&lt;/strong&gt;: Complex terminal operations and command line tasks&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;SWE-Atlas-QnA&lt;/strong&gt;: Question understanding and code knowledge&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The key point is that this evaluation does not just test the model but the combination of the &amp;ldquo;model + agent framework.&amp;rdquo; Developers typically use AI programming with a model paired with a specific agent framework (like Claude Code, Cursor, Aider, etc.).&lt;/p&gt;&#xA;&lt;p&gt;GLM-5.1 was tested using the Claude Code framework. The final score: first in the open-source category, indicating that the domestic large model has achieved state-of-the-art (SOTA) capabilities in actual programming agent scenarios.&lt;/p&gt;&#xA;&lt;h2 id=&#34;personal-testing-three-real-programming-tasks&#34;&gt;Personal Testing: Three Real Programming Tasks&#xA;&lt;/h2&gt;&lt;p&gt;Simply looking at the evaluation results isn&amp;rsquo;t enough; I decided to personally test GLM-5.1. Testing environment:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Model&lt;/strong&gt;: Zhizhu GLM-5.1 (accessed via Z.ai API)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Agent Framework&lt;/strong&gt;: Claude Code (configured GLM-5.1 as the backend model)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Testing Dates&lt;/strong&gt;: May 14-15, 2026&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Comparison Models&lt;/strong&gt;: Claude Opus 4.7, GPT-5.2&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;task-1-fixing-a-real-github-issue&#34;&gt;Task 1: Fixing a Real GitHub Issue&#xA;&lt;/h3&gt;&lt;p&gt;I randomly selected a real GitHub issue from the SWE-Bench test set: django-django-#18180 (Django ORM query optimization issue).&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Task Description&lt;/strong&gt;: Given a Django query with performance issues, the model must identify the problem, propose optimization solutions, and provide the fix code.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Task 1 Test Results:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Model&lt;/th&gt;&#xA;          &lt;th&gt;Problem Identification&lt;/th&gt;&#xA;          &lt;th&gt;Reasonable Solution&lt;/th&gt;&#xA;          &lt;th&gt;Usable Code&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;GLM-5.1&lt;/td&gt;&#xA;          &lt;td&gt;✅ Yes&lt;/td&gt;&#xA;          &lt;td&gt;✅ Reasonable&lt;/td&gt;&#xA;          &lt;td&gt;✅ Usable&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Claude Opus 4.7&lt;/td&gt;&#xA;          &lt;td&gt;✅ Yes&lt;/td&gt;&#xA;          &lt;td&gt;✅ Reasonable&lt;/td&gt;&#xA;          &lt;td&gt;✅ Usable&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;GPT-5.2&lt;/td&gt;&#xA;          &lt;td&gt;✅ Yes&lt;/td&gt;&#xA;          &lt;td&gt;⚠️ Partially&lt;/td&gt;&#xA;          &lt;td&gt;⚠️ Needs Adjustment&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;&lt;strong&gt;Surprising Finding 1&lt;/strong&gt;: GLM-5.1&amp;rsquo;s understanding of Chinese comments far exceeds that of GPT-5.2.&lt;/p&gt;&#xA;&lt;p&gt;The discussion area of this GitHub issue contains a lot of Chinese comments (the developer wrote the reproduction steps in Chinese). GLM-5.1 fully understood these comments and provided optimization solutions based on the Chinese descriptions. GPT-5.2 also identified the problem but clearly struggled with the Chinese comments, leading to some unreasonable optimization suggestions.&lt;/p&gt;&#xA;&lt;h3 id=&#34;task-2-writing-a-complete-rest-api-interface&#34;&gt;Task 2: Writing a Complete REST API Interface&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Task Description&lt;/strong&gt;: Use FastAPI to write a complete REST API interface that implements user registration, login, JWT authentication, and CRUD operations. The code must be well-structured, include unit tests, and have API documentation.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Task 2 Test Results:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Model&lt;/th&gt;&#xA;          &lt;th&gt;Code Quality&lt;/th&gt;&#xA;          &lt;th&gt;Test Coverage&lt;/th&gt;&#xA;          &lt;th&gt;API Documentation&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;GLM-5.1&lt;/td&gt;&#xA;          &lt;td&gt;⭐⭐⭐⭐&lt;/td&gt;&#xA;          &lt;td&gt;85%&lt;/td&gt;&#xA;          &lt;td&gt;⭐⭐⭐⭐⭐&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Claude Opus 4.7&lt;/td&gt;&#xA;          &lt;td&gt;⭐⭐⭐⭐⭐&lt;/td&gt;&#xA;          &lt;td&gt;92%&lt;/td&gt;&#xA;          &lt;td&gt;⭐⭐⭐⭐⭐&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;GPT-5.2&lt;/td&gt;&#xA;          &lt;td&gt;⭐⭐⭐⭐&lt;/td&gt;&#xA;          &lt;td&gt;78%&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;&lt;strong&gt;Surprising Finding 2&lt;/strong&gt;: GLM-5.1&amp;rsquo;s ability to generate API documentation is very strong.&lt;/p&gt;&#xA;&lt;p&gt;The API documentation automatically generated by GLM-5.1 (based on FastAPI&amp;rsquo;s OpenAPI specification) is very complete, including request examples, response examples, and error handling. Claude Opus 4.7 had higher code quality (unit test coverage of 92% vs. 85%), but the completeness of the API documentation was slightly inferior to that of GLM-5.1.&lt;/p&gt;&#xA;&lt;h3 id=&#34;task-3-optimizing-a-performance-deficient-code&#34;&gt;Task 3: Optimizing a Performance-Deficient Code&#xA;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Task Description&lt;/strong&gt;: Given a piece of performance-deficient Python code (implementing a simple recommendation algorithm), identify the performance bottleneck, propose optimization solutions, and implement the optimized code.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Task 3 Test Results:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Model&lt;/th&gt;&#xA;          &lt;th&gt;Bottleneck Identification&lt;/th&gt;&#xA;          &lt;th&gt;Performance Improvement&lt;/th&gt;&#xA;          &lt;th&gt;Readability&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;GLM-5.1&lt;/td&gt;&#xA;          &lt;td&gt;✅ Yes&lt;/td&gt;&#xA;          &lt;td&gt;3.2x&lt;/td&gt;&#xA;          &lt;td&gt;⭐⭐⭐⭐&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Claude Opus 4.7&lt;/td&gt;&#xA;          &lt;td&gt;✅ Yes&lt;/td&gt;&#xA;          &lt;td&gt;3.5x&lt;/td&gt;&#xA;          &lt;td&gt;⭐⭐⭐⭐⭐&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;GPT-5.2&lt;/td&gt;&#xA;          &lt;td&gt;⚠️ Partially&lt;/td&gt;&#xA;          &lt;td&gt;2.1x&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;&lt;strong&gt;Surprising Finding 3&lt;/strong&gt;: GLM-5.1 is very close to Claude Opus 4.7 in terms of code performance optimization.&lt;/p&gt;&#xA;&lt;p&gt;GLM-5.1&amp;rsquo;s optimized code achieved a performance improvement of 3.2 times, while Claude Opus 4.7 achieved 3.5 times, showing a minimal gap. Moreover, GLM-5.1&amp;rsquo;s API pricing ($2.1/1M tokens) is significantly lower than that of Claude Opus 4.7 ($10.9/1M tokens), making it a highly cost-effective option.&lt;/p&gt;&#xA;&lt;h2 id=&#34;summary-of-three-surprising-findings&#34;&gt;Summary of Three Surprising Findings&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;GLM-5.1&amp;rsquo;s understanding of Chinese comments far exceeds that of GPT-5.2&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;In fixing real GitHub issues, GLM-5.1 fully understood Chinese comments and provided optimization solutions based on them. GPT-5.2&amp;rsquo;s understanding of Chinese comments was noticeably inferior.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;GLM-5.1&amp;rsquo;s API documentation generation capability is very strong&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;The API documentation generated by GLM-5.1 is very complete, including request examples, response examples, and error handling. Claude Opus 4.7 had higher code quality, but the completeness of the API documentation was slightly less than that of GLM-5.1.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;GLM-5.1 is very close to Claude Opus 4.7 in code performance optimization&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;GLM-5.1&amp;rsquo;s optimized code achieved a performance improvement of 3.2 times, while Claude Opus 4.7 achieved 3.5 times, showing a minimal gap. Additionally, GLM-5.1&amp;rsquo;s API pricing is significantly lower, making it a cost-effective choice.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;significance-for-developers&#34;&gt;Significance for Developers&#xA;&lt;/h2&gt;&lt;p&gt;GLM-5.1&amp;rsquo;s ranking as the top open-source model holds practical significance for developers.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Finally, there is a capable domestic programming model&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Previously, domestic large models were often questioned as being ineffective. GLM-5.1&amp;rsquo;s first place in the Artificial Analysis Coding Agent Index indicates that domestic large models have gained international competitiveness in actual programming agent scenarios.&lt;/p&gt;&#xA;&lt;p&gt;For developers, this means you can choose a domestic model as your primary programming assistant.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Reduced reliance on foreign closed-source models&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;GLM-5.1 is an open-source model (MIT License) that can be deployed locally, ensuring data security. Its API pricing ($2.1/1M tokens) is significantly lower than that of Claude Opus 4.7 ($10.9/1M tokens) and GPT-5.5 ($15.75/1M tokens).&lt;/p&gt;&#xA;&lt;p&gt;For enterprises, this means they can build their own AI programming platforms at lower costs without relying on foreign closed-source models.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;A new option for multi-model strategies&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Previously, developers typically used a multi-model strategy involving Claude + Codex + local open-source models. Now, GLM-5.1 offers a new choice: in Chinese programming scenarios and API documentation generation, GLM-5.1 may be more effective than GPT-5.2.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;final-thoughts&#34;&gt;Final Thoughts&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;The progress of domestic AI is commendable, but it should be viewed rationally&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;GLM-5.1&amp;rsquo;s achievement of first place in the Artificial Analysis Coding Agent Index is indeed a milestone. However, it should also be noted that Claude Opus 4.7 still ranks first overall (Intelligence Index 57 vs. GLM-5.1&amp;rsquo;s 51). There remains a gap between domestic models and top international models, but the gap is narrowing.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;The cost-effectiveness of open-source models is evident&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;GLM-5.1&amp;rsquo;s API pricing ($2.1/1M tokens) is significantly lower than that of Claude Opus 4.7 ($10.9/1M tokens), and it can be deployed locally. For cost-sensitive small teams and individual developers, GLM-5.1 is a very valuable choice.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;For Chinese developers, GLM-5.1 may be more user-friendly than GPT-5.2&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Based on my testing results, GLM-5.1&amp;rsquo;s understanding of Chinese comments far exceeds that of GPT-5.2. If you are a Chinese-centric developer or your project has a lot of Chinese comments, GLM-5.1 may be more effective than GPT-5.2.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Ultimate Advice: A multi-model strategy is always a good choice&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Even if GLM-5.1 is strong, it&amp;rsquo;s not wise to go all-in on one model. Continue using a multi-model strategy: Claude for complex tasks, GLM-5.1 for Chinese scenarios and API documentation generation, and local open-source models for sensitive data. This is the survival rule for developers in 2026.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;I am not a programmer.&lt;/p&gt;&#xA;&lt;p&gt;GLM-5.1 has reached the top of the open-source model rankings, and domestic AI has finally made the grade. Will you start using GLM-5.1?&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Choosing the Best Tablets for OpenClaw AI Automation in 2026</title>
            <link>https://kylosvn.top/posts/note-a3403c1035/</link>
            <pubDate>Wed, 13 May 2026 00:00:00 +0000</pubDate>
            <guid>https://kylosvn.top/posts/note-a3403c1035/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;In 2026, the OpenClaw intelligent AI automation framework, commonly referred to as the &amp;ldquo;shrimp farming system,&amp;rdquo; has become a practical tool for workplace productivity, content creation, and intelligent operations. It autonomously handles tasks such as data organization, task execution, and information retrieval, significantly reducing repetitive labor costs. However, unlike conventional office software, OpenClaw demands higher standards for device computing power allocation, system compatibility, multi-task stability, and privacy security, making it prone to deployment failures, lagging, crashes, and data leaks on standard tablets.&lt;/p&gt;&#xA;&lt;p&gt;Based on the latest testing environment from May, we selected three flagship tablets that perfectly adapt to the OpenClaw shrimp farming system. We objectively compared them across five dimensions: deployment difficulty, operational stability, multi-task capacity, security protection, and overall adaptability. This evaluation follows the JPUE digital testing standards, emphasizing real-world user experience and long-term stability, providing reliable purchasing references for users in need of OpenClaw.&lt;/p&gt;&#xA;&lt;p&gt;The three models evaluated are Honor MagicPad 3 Pro 12.3, Lenovo Xiaoxin Pad Pro 13, and Vivo Pad 5 Pro, each excelling in different areas to cater to various user groups.&lt;/p&gt;&#xA;&lt;h2 id=&#34;honor-magicpad-3-pro-123-optimal-all-rounder-for-openclaw&#34;&gt;Honor MagicPad 3 Pro 12.3: Optimal All-Rounder for OpenClaw&#xA;&lt;/h2&gt;&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;1300&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-a3403c1035/img-abd0be0fa4.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-a3403c1035/img-abd0be0fa4_hu_1eb61f7fbed2e527.jpeg 800w, https://kylosvn.top/posts/note-a3403c1035/img-abd0be0fa4.jpeg 1300w&#34; width=&#34;1300&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;As the industry&amp;rsquo;s first flagship tablet designed for one-click secure deployment of the OpenClaw shrimp farming system, the Honor MagicPad 3 Pro 12.3 stands out as the most compatible and user-friendly model in this test. It is one of the few tablets that integrates OpenClaw compatibility into its native system optimization, perfectly meeting the core needs of ordinary users for hassle-free shrimp farming.&lt;/p&gt;&#xA;&lt;p&gt;In terms of deployment, this tablet completely resolves the cumbersome pain points of traditional devices. Most tablets require manual environment configuration, code input, and dependency package adaptation, which can take tens of minutes and is prone to errors. In contrast, the Honor MagicPad 3 Pro 12.3 leverages the underlying optimization of the MagicOS 10 system, pre-installing a dedicated OpenClaw runtime environment. Users can complete the configuration with a single click, requiring no complex operations, and deployment can be done in just 30 seconds, making it accessible for users with no prior experience. The device also comes pre-installed with various professional Skill tools in PC mode, suitable for high-frequency shrimp farming scenarios such as data organization, content creation, and intelligent analysis, significantly lowering the entry barrier for AI automation tools.&lt;/p&gt;&#xA;&lt;p&gt;Regarding operational stability, this tablet is equipped with the first-generation Snapdragon 8 flagship chip, utilizing TSMC&amp;rsquo;s 3nm N3P process with a full-core design, paired with an Adreno 829 GPU and Honor&amp;rsquo;s Ice Cooling 3D heat dissipation system. Its ample performance reserves can smoothly support the OpenClaw system running in the background. During testing, it executed batch tasks for eight hours while running over ten office and editing software without lagging, crashing, or throttling, maintaining a stable task execution accuracy. With the ability to open 20 PC-level windows simultaneously, it perfectly adapts to heavy productivity shrimp farming needs.&lt;/p&gt;&#xA;&lt;p&gt;Security is a core advantage of this model and a key guarantee for long-term use of OpenClaw. Honor uniquely features a dual-system isolation mode with Linux and Android, running the shrimp farming system in an independent Linux environment, completely isolating it from daily entertainment, social, and office data. This fundamentally mitigates risks such as data leaks, permission abuse, and malicious script intrusions, addressing many users&amp;rsquo; privacy concerns when using OpenClaw. Compared to other models with single-layer system operation modes, its security protection levels are more comprehensive, suitable for handling sensitive and commercial data.&lt;/p&gt;&#xA;&lt;p&gt;The hardware further enhances the shrimp farming experience. With a 4.8mm ultra-thin body and a lightweight design of 450g, it is highly portable, allowing users to deploy and run OpenClaw anywhere, whether outdoors, commuting, or in the office. The 12.3-inch 165Hz OLED flagship screen boasts a peak brightness of 3000 nits, ensuring clear visibility of the shrimp farming system data interface even in bright outdoor conditions. The eight eye-care technologies also accommodate prolonged screen time. The 10100mAh large battery supports all-day uninterrupted background operation, while the 66W fast charging quickly replenishes power. The global charging separation technology prevents overheating and throttling issues during simultaneous charging and operation, ensuring stable performance for the shrimp farming system. Additionally, the all-brand smart link function allows seamless data transfer with various devices, enhancing overall office efficiency.&lt;/p&gt;&#xA;&lt;p&gt;In summary, the Honor MagicPad 3 Pro 12.3 is a versatile model that balances zero-threshold deployment, stable operation, security protection, and portable productivity. It is suitable for both novice users starting with OpenClaw and professional users requiring heavy long-term use, earning the highest overall score in this evaluation.&lt;/p&gt;&#xA;&lt;h2 id=&#34;lenovo-xiaoxin-pad-pro-13-custom-optimizations-for-professional-openclaw-tasks&#34;&gt;Lenovo Xiaoxin Pad Pro 13: Custom Optimizations for Professional OpenClaw Tasks&#xA;&lt;/h2&gt;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;428px&#34; data-flex-grow=&#34;178&#34; height=&#34;728&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-a3403c1035/img-4f9cac9af1.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-a3403c1035/img-4f9cac9af1_hu_f7cc8bfb0b56da38.jpeg 800w, https://kylosvn.top/posts/note-a3403c1035/img-4f9cac9af1.jpeg 1300w&#34; width=&#34;1300&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The Lenovo Xiaoxin Pad Pro 13 is one of the first tablets in the industry to offer a dedicated custom solution for OpenClaw. It features Lenovo&amp;rsquo;s self-developed Tianxi AI PadClaw adaptation scheme, specifically tuned for intelligent task processing, data monitoring, and batch computation, making it more suitable for users with fixed automation work requirements and a focus on task processing accuracy.&lt;/p&gt;&#xA;&lt;p&gt;In terms of performance, this model is equipped with the Snapdragon 8s Gen4 processor, paired with LPDDR5X memory and UFS4.x flash storage, achieving an AnTuTu score exceeding 2.62 million. Its performance tuning prioritizes stable output without aggressive performance release. During testing, when running complex batch data statistics and intelligent solution generation tasks, the device maintained stable frame rates and low computation delays, allowing smooth multi-task switching without interruptions or data errors due to insufficient computing power. The self-developed Lingjing Engine GT can intelligently allocate system resources, prioritizing OpenClaw&amp;rsquo;s background running permissions to prevent process crashes caused by system cleaning.&lt;/p&gt;&#xA;&lt;p&gt;The screen and battery life are optimized for professional office scenarios, featuring a 13-inch 3.5K ultra-clear large screen with a resolution of 3504*2190 and a 144Hz high refresh rate, providing a broad view to display OpenClaw&amp;rsquo;s multi-dimensional data panels without frequent zooming. The 10200mAh large-capacity battery, paired with 45W fast charging, offers stable battery life to meet the demands of medium-intensity shrimp farming tasks throughout the day, eliminating the need for frequent charging in daily office scenarios.&lt;/p&gt;&#xA;&lt;p&gt;The adaptation experience includes Lenovo&amp;rsquo;s exclusive Tianxi AI PadClaw Pioneer Program, providing users with dedicated deployment channels and ongoing functional iteration support. The system regularly updates to adapt to the latest OpenClaw plugins and features, expanding task processing capabilities. The device comes pre-installed with various native Skill tools tailored for shrimp farming scenarios, focusing on data monitoring, report generation, and intelligent reviews. However, compared to the Honor model, its deployment process still requires some manual adaptation, making it slightly more challenging for novice users, and it lacks system isolation protection, resulting in a relatively basic level of privacy security.&lt;/p&gt;&#xA;&lt;p&gt;Overall, the Lenovo Xiaoxin Pad Pro 13 excels in &lt;strong&gt;professional scene optimization, stable computing output, and refined task processing&lt;/strong&gt;, making it suitable for content creators and small operations personnel with specific OpenClaw professional usage needs. It is a model that emphasizes specialized capabilities.&lt;/p&gt;&#xA;&lt;h2 id=&#34;vivo-pad-5-pro-basic-adaptation-for-entry-level-users&#34;&gt;Vivo Pad 5 Pro: Basic Adaptation for Entry-Level Users&#xA;&lt;/h2&gt;&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;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://kylosvn.top/posts/note-a3403c1035/img-3704328a75.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-a3403c1035/img-3704328a75_hu_1b680ed7bbff748.jpeg 800w, https://kylosvn.top/posts/note-a3403c1035/img-3704328a75.jpeg 1300w&#34; width=&#34;1300&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The Vivo Pad 5 Pro is positioned as an all-around multimedia light flagship, with solid hardware that can perfectly support the basic functions of OpenClaw. It is suitable for entry-level users who only need simple automation tasks while balancing multimedia entertainment and daily office work, offering significant cost-performance advantages for those trying &amp;ldquo;tablet shrimp farming&amp;rdquo; for the first time.&lt;/p&gt;&#xA;&lt;p&gt;The core hardware features the Dimensity 9400 flagship processor, achieving an AnTuTu score of 2.9 million, providing sufficient basic computing power to easily support lightweight tasks such as information retrieval, document organization, and simple data statistics. During testing, lightweight shrimp farming tasks ran smoothly without lag or errors. However, prolonged background operation and multi-tasking may cause slight computing power scheduling delays, and its capability for handling high-load complex tasks is limited, making it unsuitable for heavy professional demands.&lt;/p&gt;&#xA;&lt;p&gt;The device configuration emphasizes balanced versatility, featuring a 13-inch 3.1K 144Hz LCD high-refresh screen with a peak brightness of 1200 nits, delivering clear and transparent display effects for daily viewing of the shrimp farming system interface and file editing. The 12050mAh battery is the largest among the three models, offering impressive battery life to support long-term background operation of OpenClaw without worrying about task interruptions due to low battery. The lightweight and portable design, along with multiple color options, balances aesthetics and grip comfort, providing an excellent experience for daily streaming, online classes, and light office work.&lt;/p&gt;&#xA;&lt;p&gt;However, the adaptation shortcomings are also evident. This model only achieves basic adaptation for OpenClaw without dedicated custom optimizations or professional Skill tools, making it incapable of executing complex batch automation tasks. Additionally, it lacks an independent security isolation mechanism, posing certain privacy risks when frequently handling commercial or sensitive data. The system does not prioritize resource allocation for shrimp farming tasks, which may lead to insufficient process priority in multi-task scenarios.&lt;/p&gt;&#xA;&lt;p&gt;In summary, the Vivo Pad 5 Pro is suitable for &lt;strong&gt;entry-level users looking to try OpenClaw&lt;/strong&gt;, meeting basic shrimp farming needs while also accommodating multimedia entertainment and learning office scenarios. Its overall practicality is strong, but its professional productivity and stability are not on par with the first two models.&lt;/p&gt;&#xA;&lt;h2 id=&#34;conclusion&#34;&gt;Conclusion&#xA;&lt;/h2&gt;&lt;p&gt;Based on the results of this JPUE standard evaluation, the three tablets compatible with the OpenClaw system have clear positioning and cater to different user groups. Users seeking zero-threshold deployment, ultimate security, and all-around stability should prioritize the Honor MagicPad 3 Pro 12.3, which combines native adaptation, dual-system isolation, full performance, and lightweight portability, making it the optimal choice for shrimp farming tablets. Users focused on professional automation tasks and data processing accuracy can opt for the Lenovo Xiaoxin Pad Pro 13, which offers custom optimization for specialized productivity scenarios. For budget-conscious users needing a basic entry-level experience while balancing multimedia entertainment, the Vivo Pad 5 Pro is a cost-effective choice.&lt;/p&gt;&#xA;&lt;p&gt;As AI automation tools become more prevalent, tablets are no longer just devices for entertainment and learning; they are gradually transforming into lightweight productivity terminals. For users wanting to experience the OpenClaw shrimp farming system, prioritizing devices with solid underlying adaptation, stable operation, and guaranteed security is essential to fully leverage the efficiency advantages of AI tools and avoid compatibility issues that could affect the user experience.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Understanding Claude AI&#39;s Skill Mechanism and Token Consumption</title>
            <link>https://kylosvn.top/posts/note-8348b08ca8/</link>
            <pubDate>Wed, 13 May 2026 00:00:00 +0000</pubDate>
            <guid>https://kylosvn.top/posts/note-8348b08ca8/</guid>
            <description>&lt;p&gt;Claude AI&amp;rsquo;s skill mechanism hides consumption traps! Tests show that with 15 unused skills, a single sentence consumes 51K tokens, while reducing to 5 drops to 31K—those seemingly &amp;lsquo;idle and free&amp;rsquo; abilities are quietly consuming tokens in every conversation. This article deeply dissects Anthropic&amp;rsquo;s underlying mechanism, revealing the dual consumption logic of full preloading and polling judgments for skill descriptions, along with optimization solutions and three practical strategies to help you cut hidden AI costs.&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://kylosvn.top/posts/note-8348b08ca8/img-1e48bc7ac6.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-8348b08ca8/img-1e48bc7ac6_hu_7c891206fa48ffc6.jpeg 800w, https://kylosvn.top/posts/note-8348b08ca8/img-1e48bc7ac6.jpeg 900w&#34; width=&#34;900&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I said the same sentence, and the token consumption differed by 20K.&lt;/p&gt;&#xA;&lt;p&gt;The only variable was the number of skills. Once I had 15, and another time only 5.&lt;/p&gt;&#xA;&lt;p&gt;At first, I didn’t believe it. The 10 skills I deleted had nothing to do with the sentence I said, which was just a regular work instruction. But the bill doesn’t care about that. When I had 15 skills, one sentence cost 51K tokens. After reducing to 5, the same sentence only cost 31K.&lt;/p&gt;&#xA;&lt;p&gt;The difference of 20K was entirely due to those skills I thought were free.&lt;/p&gt;&#xA;&lt;p&gt;At that moment, I realized my understanding of skills had been wrong from the start.&lt;/p&gt;&#xA;&lt;p&gt;What did I think before? Probably something like this: skills are a reserve of abilities, the more the better, easily accessible when needed, and idle when not in use, at zero cost. Sounds reasonable, right? It’s like having apps on your phone—if they’re not opened, they don’t consume battery.&lt;/p&gt;&#xA;&lt;p&gt;But Claude is not a phone. Skills are not apps.&lt;/p&gt;&#xA;&lt;h2 id=&#34;you-think-theyre-free-but-they-charge-every-round&#34;&gt;You Think They’re Free, But They Charge Every Round&#xA;&lt;/h2&gt;&lt;p&gt;First, we need to clarify how &lt;strong&gt;Claude reads your message&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;When you send a message, Claude does not receive just that message; it receives an entire context package. What’s inside? System prompts, previous conversation history, tool definitions, and all the names and descriptions of installed skills.&lt;/p&gt;&#xA;&lt;p&gt;Note, it includes all installed skills, not just the few you want to use this time.&lt;/p&gt;&#xA;&lt;p&gt;The logic here is that Claude needs to know what cards it has before deciding which card to play. Therefore, before each round of conversation, all skill metadata is injected into the context. This happens not just occasionally, but with every round, every sentence.&lt;/p&gt;&#xA;&lt;p&gt;So, having 15 skills is more expensive than having 5. It’s not because it does more work; it’s purely because the additional 10 skill descriptions are added to the context every time.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;330px&#34; data-flex-grow=&#34;137&#34; height=&#34;785&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-8348b08ca8/img-2a6488458a.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-8348b08ca8/img-2a6488458a_hu_3724f5ac3b865f73.jpeg 800w, https://kylosvn.top/posts/note-8348b08ca8/img-2a6488458a.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Let me give you a somewhat imprecise analogy to help you understand.&lt;/p&gt;&#xA;&lt;p&gt;Imagine you run a company, and before every meeting, your assistant reads all employee resumes to decide who to invite. With 5 employees, it reads 5 resumes. With 50 employees, it reads 50 resumes. This meeting requires 2 people to be present, but the remaining 48 resumes are still read. &lt;strong&gt;The time spent reading resumes is your token consumption.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Anthropic&amp;rsquo;s own engineering data has confirmed the severity of this issue. Without any optimization, the token cost for tool definitions can soar from 55K to 134K. This number is not an edge case; it’s a normal result under typical configurations.&lt;/p&gt;&#xA;&lt;p&gt;Let’s do a more straightforward calculation. The description text for a skill conservatively estimates between 200 to 500 tokens. Ten skills mean a fixed cost of 2000 to 5000 tokens deducted every round, regardless of whether you use them. The input token price for Sonnet is about 3 dollars per million tokens. If you talk to Claude 100 times a day, within a month, those skills that have never been used could quietly consume dozens of dollars.&lt;/p&gt;&#xA;&lt;p&gt;What’s worse is that this consumption accumulates. In multi-round conversations, each round includes all previous history and re-injects the skill descriptions. By the 30th round, the context you send out could be several times larger than in the 1st round. A significant portion of this increased volume is contributed by those skills that will never be called upon.&lt;/p&gt;&#xA;&lt;p&gt;Many people find their Claude bills inexplicably high, repeatedly searching for reasons, suspecting it’s due to complex tasks or lengthy conversations. Few think to check how many skills they have installed.&lt;/p&gt;&#xA;&lt;p&gt;But that’s often the most expensive line item.&lt;/p&gt;&#xA;&lt;h2 id=&#34;claude-checks-the-roster-before-speaking&#34;&gt;Claude Checks the Roster Before Speaking&#xA;&lt;/h2&gt;&lt;p&gt;Understanding the injection process is just the beginning.&lt;/p&gt;&#xA;&lt;p&gt;There’s another layer that makes this even more expensive: &lt;strong&gt;Claude doesn’t just passively inject skill descriptions into the context&lt;/strong&gt;; it also actively scans through them, determining whether to call a skill for the current task.&lt;/p&gt;&#xA;&lt;p&gt;This judgment process consumes tokens as well.&lt;/p&gt;&#xA;&lt;p&gt;For example, if you ask Claude to help you write an email, before it starts writing, it must review all installed skill descriptions, asking one by one: Do I need to use the data analysis skill for writing this email? Do I need to use the code review skill? It goes through each one, even if the answer is all &amp;rsquo;no&amp;rsquo;.&lt;/p&gt;&#xA;&lt;p&gt;This is the mechanism behind my comparative experiment.&lt;/p&gt;&#xA;&lt;p&gt;When I had 15 skills, Claude scanned 15 descriptions and made 15 judgments. With only 5 skills, it only made 5 judgments. The 20K token difference comes partly from the volume of skill descriptions and partly from the cost of this individual judgment process.&lt;/p&gt;&#xA;&lt;p&gt;I’m confident about this because Anthropic later developed a tool called ToolSearch, which does this: instead of scanning all tool definitions every round, it tells Claude, &amp;ldquo;You have a search capability; find the tools you need.&amp;rdquo; This changes the tool definitions from full preloading to on-demand retrieval.&lt;/p&gt;&#xA;&lt;p&gt;The existence of this tool itself is proof.&lt;/p&gt;&#xA;&lt;p&gt;If having more skills didn’t affect token consumption, Anthropic wouldn’t need to create ToolSearch. It’s precisely because the default mechanism ties skill quantity to token consumption that a tool is needed to break this binding relationship.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;334px&#34; data-flex-grow=&#34;139&#34; height=&#34;775&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-8348b08ca8/img-a724106ad3.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-8348b08ca8/img-a724106ad3_hu_99f28fad07343185.jpeg 800w, https://kylosvn.top/posts/note-8348b08ca8/img-a724106ad3.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Official data states that after enabling ToolSearch for on-demand loading, context consumption related to tools can be reduced by 85%. What does this number mean? It means that without optimization, nearly half of your context is occupied by tool and skill descriptions.&lt;/p&gt;&#xA;&lt;p&gt;Returning to the earlier meeting analogy, ToolSearch effectively changes the process from reading all employee resumes to only having a thin roster available before the meeting, and checking records as needed. The roster is thin, and checking records incurs a fee.&lt;/p&gt;&#xA;&lt;p&gt;This makes it possible for having 2000 skills to be cheaper than having 5, but only if you use on-demand loading; otherwise, the number of skills directly determines token consumption.&lt;/p&gt;&#xA;&lt;p&gt;However, the problem is that most people don’t know this mechanism and haven’t actively enabled it. They still use the default full loading, where every skill counts every round.&lt;/p&gt;&#xA;&lt;p&gt;Another issue makes it harder to detect. The consumption of skills is hidden. You can see how many tokens were used in each conversation, but it’s hard to intuitively link that number to the unused skills. Unless you do a comparative experiment like I did, keeping everything else constant while only changing the number of skills and saying the same sentence to check the bill.&lt;/p&gt;&#xA;&lt;p&gt;The results are quite uncomfortable.&lt;/p&gt;&#xA;&lt;p&gt;Some have conducted more systematic tests. Reducing a system prompt from 2500 lines to core instructions decreased tokens by 30-40% with almost no change in Claude&amp;rsquo;s performance. Skills follow the same principle. We think having more installed equals stronger capability, but the extra portion contributes little to the outcome while significantly impacting token costs.&lt;/p&gt;&#xA;&lt;p&gt;The illusion of capability and the reality of the bill exist simultaneously. Most people only notice the former.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-solution-is-not-to-install-less-but-not-to-let-them-hang-there-forever&#34;&gt;The Solution is Not to Install Less, But Not to Let Them Hang There Forever&#xA;&lt;/h2&gt;&lt;p&gt;At this point, you might be thinking: then just don’t install too many skills, right? Keep it lean.&lt;/p&gt;&#xA;&lt;p&gt;This idea isn’t wrong, but it’s only half the truth.&lt;/p&gt;&#xA;&lt;p&gt;The root cause isn’t how many skills you have installed, but when those skills are loaded. You can have 20 skills but use on-demand loading, and the cost might be lower than 5 skills with full loading. Conversely, you could have only 5 skills, but if 4 of them are never used, you’re still paying for those 4 every round.&lt;/p&gt;&#xA;&lt;p&gt;Quantity is not the core variable. The loading mechanism is.&lt;/p&gt;&#xA;&lt;p&gt;Before you get a chance to tinker with the underlying loading mechanism, there are three immediate actions you can take that will yield results.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;First, conduct a skill audit.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;List all the skills you have installed in Claude and ask yourself: which ones have I actively used in the past month? Most people will find that they frequently use only 3 to 5, while the rest are skills they thought would be useful but haven’t touched since installation. This portion is what you’re paying for every round without ever receiving any value.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Second, split configurations by scenario; don’t pursue a ‘jack-of-all-trades’ approach.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Having a configuration with 20 skills sounds appealing, but from a token efficiency perspective, it’s the most expensive way to configure. A smarter approach is to have one set of configurations for coding, another for content creation, and a third for daily work communication. Each set should only include the skills that will genuinely be used in that scenario, switching as needed.&lt;/p&gt;&#xA;&lt;p&gt;This may be slightly more cumbersome operationally, but the effects are tangible. Each scenario’s token consumption will be significantly lower than a generic configuration crammed with everything.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Third, familiarize yourself with ToolSearch and deferred loading.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;ClaudeCode now supports deferred loading. When the number of tools exceeds a certain threshold, the system will automatically delay most tool definitions until they are called, while providing Claude with a search tool to look up functions as needed.&lt;/p&gt;&#xA;&lt;p&gt;This mechanism doesn’t require you to write code, but you need to be aware of its existence and check if your configurations have triggered this mode. There are explanations in Anthropic’s official documentation, and spending 20 minutes reading it is worthwhile.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;305px&#34; data-flex-grow=&#34;127&#34; height=&#34;848&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-8348b08ca8/img-92c3cff999.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-8348b08ca8/img-92c3cff999_hu_a6d96dfa765ac2ea.jpeg 800w, https://kylosvn.top/posts/note-8348b08ca8/img-92c3cff999.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Ultimately, this issue reflects a more universal problem: &lt;strong&gt;the anxiety of capability in the AI tool era.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;New skills are released, and people install them. When they see others recommending a tool, they install it. They think they might need it in the future, so they install it. This logic existed in the smartphone app era and has been amplified in the AIAgent era because the installation cost of skills is so low—just a click, and it’s done in seconds.&lt;/p&gt;&#xA;&lt;p&gt;The low installation cost creates an illusion: installing incurs no loss.&lt;/p&gt;&#xA;&lt;p&gt;But the loss is always there, just in a form you can’t see, hidden in the token bills of every conversation.&lt;/p&gt;&#xA;&lt;p&gt;More and more people are beginning to realize that the cost of using AI tools is not just the subscription fee; it also includes those hidden costs created by your own configurations. Often, these hidden costs are more expensive than the subscription fee itself.&lt;/p&gt;&#xA;&lt;p&gt;When I conducted that comparative experiment, I didn’t expect the difference to be so significant.&lt;/p&gt;&#xA;&lt;p&gt;51K and 31K. I stared at these two numbers for a while, and my thoughts weren’t about how much I saved, but rather another question: what was I really after when I installed those skills?&lt;/p&gt;&#xA;&lt;p&gt;A sense of security, perhaps. The feeling that having them meant I was prepared. What if I needed them one day?&lt;/p&gt;&#xA;&lt;p&gt;But needing them one day comes with a cost. Money is deducted quietly every day, every round, every sentence in those tokens. I thought I was buying capability; in reality, I was purchasing relief from anxiety.&lt;/p&gt;&#xA;&lt;p&gt;This mindset doesn’t just apply to skills. Subscribing to a bunch of memberships just in case, saving a bunch of articles just in case, signing up for a bunch of courses just in case. Most things end up sitting in a corner, quietly incurring costs.&lt;/p&gt;&#xA;&lt;p&gt;Your Claude is not a toolbox. A toolbox filled with tools has no cost when you open the lid. Claude is different; every time it opens the lid, it must read through all the tool descriptions before deciding which one to use.&lt;/p&gt;&#xA;&lt;p&gt;Cleaning up those unused skills is not about losing capability.&lt;/p&gt;&#xA;&lt;p&gt;It’s about reclaiming the rent you’ve been paying without ever receiving any value.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Why Chinese People Are Less Afraid of AI Than Americans</title>
            <link>https://kylosvn.top/posts/note-a0285f0880/</link>
            <pubDate>Tue, 12 May 2026 00:00:00 +0000</pubDate>
            <guid>https://kylosvn.top/posts/note-a0285f0880/</guid>
            <description>&lt;h2 id=&#34;why-are-chinese-people-less-afraid-of-ai-than-americans&#34;&gt;Why Are Chinese People Less Afraid of AI Than Americans?&#xA;&lt;/h2&gt;&lt;p&gt;In recent years, discussions about AI in the West have increasingly resembled a disaster movie. What are Americans worried about?&lt;/p&gt;&#xA;&lt;p&gt;They fear that AI will take their jobs, go out of control, awaken, destroy humanity, or even lead to a world dominated by machines. From Elon Musk to Stephen Hawking, many Silicon Valley elites periodically warn that &amp;ldquo;AI could be more dangerous than nuclear weapons.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;On the other hand, the attitude of Chinese society towards AI is completely different.&lt;/p&gt;&#xA;&lt;p&gt;What do Chinese netizens often say?&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&amp;ldquo;Can you help me write a PPT?&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;&amp;ldquo;Can you help me make a video?&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;&amp;ldquo;Can you take on my overtime?&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;&amp;ldquo;When can I work less?&amp;rdquo;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Faced with artificial intelligence, the emotions in China and the U.S. seem to come from two different worlds. Why? Because Americans view AI as a &amp;ldquo;threat,&amp;rdquo; while Chinese people see AI as a &amp;ldquo;tool.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;This difference is not due to technological disparities but rather a significant difference in social psychology.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-are-americans-so-afraid-of-ai&#34;&gt;Why Are Americans So Afraid of AI?&#xA;&lt;/h2&gt;&lt;p&gt;Americans have been on top for too long. What do people at the top fear most? Not falling behind, but being replaced.&lt;/p&gt;&#xA;&lt;p&gt;Today, the core anxiety in American society is not whether AI can develop, but whether &amp;ldquo;AI will destroy the current American order.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;The American middle class fears that lawyers, programmers, white-collar workers, and financial analysts will be replaced by AI. For decades, the U.S. has been at the top of the global industrial chain, boasting the world&amp;rsquo;s strongest financial, internet, and tech company systems. However, AI has made many American elites realize that even &amp;ldquo;knowledge work&amp;rdquo; is not absolutely secure. Previously, machines replaced workers; now AI is starting to replace office jobs. This is what truly terrifies American society, as the core interest groups in the U.S. rely on &amp;ldquo;high-value knowledge work&amp;rdquo; to maintain global dominance, and AI is directly impacting this system.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-are-chinese-people-less-afraid&#34;&gt;Why Are Chinese People Less Afraid?&#xA;&lt;/h2&gt;&lt;p&gt;Chinese people are accustomed to competition. Over the past forty years, what have they experienced?&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Layoffs&lt;/li&gt;&#xA;&lt;li&gt;Real estate reshuffling&lt;/li&gt;&#xA;&lt;li&gt;Internet淘汰&lt;/li&gt;&#xA;&lt;li&gt;Manufacturing upgrades&lt;/li&gt;&#xA;&lt;li&gt;E-commerce impacting physical retail&lt;/li&gt;&#xA;&lt;li&gt;Mobile internet replacing PC internet&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Chinese society has always been in a state of rapid change. Many Chinese people have grown up with the understanding that &amp;ldquo;the world will constantly eliminate people.&amp;rdquo; Therefore, when AI appears, the first reaction of Chinese people is not, &amp;ldquo;It will destroy the world,&amp;rdquo; but rather, &amp;ldquo;How can I use it to make money?&amp;rdquo; This difference in thinking is crucial. American society emphasizes &amp;ldquo;stability and order,&amp;rdquo; while Chinese society emphasizes &amp;ldquo;development opportunities.&amp;rdquo; Americans fear AI changing the present, while Chinese people hope AI will change the present because many are dissatisfied with the status quo.&lt;/p&gt;&#xA;&lt;h2 id=&#34;a-deeper-reason-different-understandings-of-technology&#34;&gt;A Deeper Reason: Different Understandings of Technology&#xA;&lt;/h2&gt;&lt;p&gt;In American tech culture, there is a deep-seated fear of technology. From &lt;em&gt;The Terminator&lt;/em&gt; to &lt;em&gt;The Matrix&lt;/em&gt;, American culture has long portrayed the idea that &amp;ldquo;technology will ultimately backfire on humanity.&amp;rdquo; Many in Silicon Valley are essentially &amp;ldquo;tech pessimists,&amp;rdquo; developing AI while simultaneously fearing it. This contradiction is very American.&lt;/p&gt;&#xA;&lt;p&gt;In contrast, the Chinese view of technology is more pragmatic. Ordinary Chinese people do not care whether AI has consciousness; they are more concerned with whether it can deliver takeout faster, make healthcare more convenient, increase income, or reduce costs. Chinese society has long formed a mindset that technology is primarily a productive force. Thus, discussions about AI in China often revolve around industrial upgrades, manufacturing, education, efficiency, and business applications, while the U.S. focuses more on ethics, loss of control, regulation, and apocalyptic risks.&lt;/p&gt;&#xA;&lt;h2 id=&#34;a-current-reality-the-us-is-losing-its-technological-security&#34;&gt;A Current Reality: The U.S. Is Losing Its Technological Security&#xA;&lt;/h2&gt;&lt;p&gt;In the past, the U.S. assumed that the most advanced technology would always belong to it. However, in the AI era, China has truly caught up. This realization has had a significant psychological impact on Americans. Especially after the advent of large models, the U.S. has discovered that China not only can develop AI but is also progressing very quickly. More critically, China possesses the world&amp;rsquo;s largest industrial system, application scenarios, and data ecosystem. What does this mean? It means that for the first time, the U.S. realizes that future AI dominance may not necessarily belong to it. This anxiety has begun to spread among American elites, as evidenced by the U.S. restrictions on chip exports, AI, and technology—essentially a reflection of this anxiety. What the U.S. truly fears is not AI itself, but rather that &amp;ldquo;the U.S. is no longer the only AI center.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-optimism-of-chinese-people-as-a-survival-philosophy&#34;&gt;The Optimism of Chinese People as a Survival Philosophy&#xA;&lt;/h2&gt;&lt;p&gt;Why are Chinese people more optimistic about AI? Because many naturally believe that &amp;ldquo;no matter how advanced technology is, ultimately, people adapt to the environment.&amp;rdquo; This mindset has been shaped by a long-standing competitive environment in Chinese society.&lt;/p&gt;&#xA;&lt;p&gt;Chinese people have experienced too many changes. Many industries that were booming yesterday may disappear today; many jobs that were stable yesterday may face layoffs today. Therefore, Chinese people are more accepting of the idea that &amp;ldquo;the times have changed, so we need to adapt our way of living.&amp;rdquo; This adaptability is quite strong. Americans fear the future, while Chinese people are more accustomed to it.&lt;/p&gt;&#xA;&lt;h2 id=&#34;but-dont-get-it-wrong-chinese-people-are-not-unafraid-of-ai&#34;&gt;But Don&amp;rsquo;t Get It Wrong: Chinese People Are Not Unafraid of AI&#xA;&lt;/h2&gt;&lt;p&gt;Chinese people are not unafraid. Instead, they are currently more afraid of &amp;ldquo;missing opportunities.&amp;rdquo; For many ordinary people, AI at least signifies new industries, new ways to make money, new entrepreneurial windows, and new traffic dividends—especially in an era of increasing economic pressure. Many Chinese people even view AI as a &amp;ldquo;turning point opportunity.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Thus, the biggest difference between China and the U.S. is not who understands AI better, but who is more anxious. Americans are anxious about losing hegemony, while Chinese people are anxious about whether they can still rise. One fears being replaced, while the other desires change. This is the most fundamental difference in how the two countries face AI.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Focus on AI in Education: 2026 World Digital Education Conference</title>
            <link>https://kylosvn.top/posts/note-30f30456e9/</link>
            <pubDate>Sun, 10 May 2026 00:00:00 +0000</pubDate>
            <guid>https://kylosvn.top/posts/note-30f30456e9/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;&amp;ldquo;In the age of intelligence, what is the role of education?&amp;rdquo; This is a question we need to answer together. From May 11 to 13, 2026, the World Digital Education Conference will be held in Hangzhou, Zhejiang Province, co-hosted by the Ministry of Education and the Zhejiang Provincial Government. Guests from various countries will gather to discuss how artificial intelligence can promote systematic changes in education and enhance the quality of educational development.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;537px&#34; data-flex-grow=&#34;224&#34; height=&#34;482&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-30f30456e9/img-181bb3e914.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-30f30456e9/img-181bb3e914_hu_d2cbf7bc67949edf.jpeg 800w, https://kylosvn.top/posts/note-30f30456e9/img-181bb3e914.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;From 2023 to 2025, the World Digital Education Conference has been successfully held for three consecutive years, accelerating the integration of digital technology into educational scenarios at an unprecedented pace. Follow the video to review past conferences and unlock highlights of the 2026 World Digital Education Conference, anticipating this warm and powerful digital education event.&lt;/p&gt;&#xA;&lt;h2 id=&#34;goals-and-achievements&#34;&gt;Goals and Achievements&#xA;&lt;/h2&gt;&lt;p&gt;Promoting global collaborative innovation in digital education, facilitating the global sharing of educational resources, and contributing a &amp;ldquo;Chinese solution&amp;rdquo; to the development of digital education have showcased China&amp;rsquo;s achievements in the field of digital education in recent years, significantly enhancing its influence and voice in international education.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;565px&#34; data-flex-grow=&#34;235&#34; height=&#34;458&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-30f30456e9/img-c5cf9a8b38.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-30f30456e9/img-c5cf9a8b38_hu_d91246a2724ab4e5.jpeg 800w, https://kylosvn.top/posts/note-30f30456e9/img-c5cf9a8b38.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;Artificial intelligence is integrating into people&amp;rsquo;s lives, learning, and work with unprecedented breadth and depth, injecting new momentum into economic and social development, and bringing infinite possibilities for educational reform,&amp;rdquo; said Yang Dan, Director of the International Cooperation and Exchange Department of the Ministry of Education, at the conference&amp;rsquo;s launch.&lt;/p&gt;&#xA;&lt;p&gt;We understand that digital transformation is rapidly reshaping the form, essence, and boundaries of global education, which deserves our continuous attention. This year&amp;rsquo;s World Digital Education Conference, themed &amp;ldquo;AI + Education: Transformation, Development, Governance,&amp;rdquo; aims to build an open and inclusive global dialogue platform to explore strategies for promoting educational equity and quality through smart technology, and to forge a consensus and guidelines for global AI education governance.&lt;/p&gt;&#xA;&lt;h2 id=&#34;highlights-of-the-conference&#34;&gt;Highlights of the Conference&#xA;&lt;/h2&gt;&lt;h3 id=&#34;highlight-1-high-quality-outcomes&#34;&gt;Highlight 1: High-Quality Outcomes&#xA;&lt;/h3&gt;&lt;p&gt;The conference will release eight outcomes categorized into three chapters: Frontier Leadership, Practice Empowerment, and Global Consensus. The first chapter will present the &amp;ldquo;China Smart Education Development Report (2025-2026)&amp;rdquo;, the Global Digital Education Development Index 2026, and the Top Ten Global Digital Education Research Hotspots 2026, deepening the understanding of the laws of digital education and continuously building international consensus.&lt;/p&gt;&#xA;&lt;p&gt;The second chapter, Practice Empowerment, will unveil the upgraded China Smart Education Public Service Platform, the &amp;ldquo;AI Education Ethics: Reference Framework&amp;rdquo;, the Top Ten Global Digital Education Innovation Cases, and two standards from the World Digital Education Alliance: &amp;ldquo;AI Education Application Systems&amp;rdquo; and &amp;ldquo;Essential Elements for AI-Enabled Smart Campuses&amp;rdquo;. These will provide strong support and practical references for digital education development in countries worldwide.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 7&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;459px&#34; data-flex-grow=&#34;191&#34; height=&#34;564&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-30f30456e9/img-10824f588f.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-30f30456e9/img-10824f588f_hu_e5d83963d1514fba.jpeg 800w, https://kylosvn.top/posts/note-30f30456e9/img-10824f588f.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The third chapter, Global Consensus, will release the &amp;ldquo;Hangzhou Initiative on AI Education&amp;rdquo;, calling on countries around the world to join hands to accelerate the implementation of the United Nations Future Summit&amp;rsquo;s &amp;ldquo;Global Digital Pact&amp;rdquo; and promote the achievement of the 2030 Sustainable Development Goals for education. It advocates for a global embrace of the changes brought by the intelligent era, shared human-centered educational concepts, and collaborative governance solutions.&lt;/p&gt;&#xA;&lt;h3 id=&#34;highlight-2-innovative-agenda&#34;&gt;Highlight 2: Innovative Agenda&#xA;&lt;/h3&gt;&lt;p&gt;The opening ceremony will feature an immersive display of &amp;ldquo;AI + Education Innovation Ecosystem&amp;rdquo;, showcasing three major scenarios: interdisciplinary learning, future learning centers, and open-source communities, allowing participants to intuitively experience the future of learning.&lt;/p&gt;&#xA;&lt;p&gt;The plenary session will introduce a first-of-its-kind &amp;ldquo;School-Enterprise Cooperation Lightning Talk&amp;rdquo;, where experts from China and abroad, industry leaders, and students will take turns presenting concise, high-density insights, sharing cutting-edge experiences and thoughts from the forefront of laboratories to the industrial frontlines.&lt;/p&gt;&#xA;&lt;p&gt;The closing ceremony will also be filled with highlights, with leaders from various countries&amp;rsquo; education departments and international organizations witnessing the release of the &amp;ldquo;Hangzhou Initiative&amp;rdquo;, marking the beginning of future digital education cooperation.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 8&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;547px&#34; data-flex-grow=&#34;228&#34; height=&#34;473&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-30f30456e9/img-35ee694bea.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-30f30456e9/img-35ee694bea_hu_b0eeb94e7d157a4b.jpeg 800w, https://kylosvn.top/posts/note-30f30456e9/img-35ee694bea.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Emphasizing intelligent integration, cross-domain collaboration, and diverse displays, the visit segment will offer seven &amp;ldquo;Digital Education Hangzhou Tour&amp;rdquo; routes, providing a one-stop experience at schools, renowned enterprises, and cultural landmarks. Participants will visit cutting-edge technology companies such as Yushu Technology, Alibaba, and Xinhua San, experiencing educational achievements and the digital vitality and cultural depth of Hangzhou.&lt;/p&gt;&#xA;&lt;h3 id=&#34;highlight-3-high-international-participation&#34;&gt;Highlight 3: High International Participation&#xA;&lt;/h3&gt;&lt;p&gt;This conference has garnered widespread attention and positive responses globally, achieving historic highs in guest levels and coverage.&lt;/p&gt;&#xA;&lt;p&gt;New perspectives, new outcomes, and new breakthroughs await.&lt;/p&gt;&#xA;&lt;p&gt;This global educational feast is not to be missed!&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>ChatGPT Enters Hospitals: Free Clinical Assistance for Doctors</title>
            <link>https://kylosvn.top/posts/note-e228cbe663/</link>
            <pubDate>Sat, 09 May 2026 00:00:00 +0000</pubDate>
            <guid>https://kylosvn.top/posts/note-e228cbe663/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;At 2 AM, your phone rings. An emergency patient with fever and rash has been admitted, and antibiotics have shown no effect after three days. You open UpToDate, paying $550 annually, but after flipping through several pages, you still can’t find a similar case. You frown, thinking how helpful it would be to have an informed assistant by your side to sift through literature and provide suggestions.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;810px&#34; data-flex-grow=&#34;337&#34; height=&#34;468&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-e228cbe663/img-3fb1779db4.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-e228cbe663/img-3fb1779db4_hu_d184ee7fc0b4fb4a.jpeg 800w, https://kylosvn.top/posts/note-e228cbe663/img-3fb1779db4.jpeg 1581w&#34; width=&#34;1581&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Now, that assistant has arrived.&lt;/p&gt;&#xA;&lt;p&gt;Last week, OpenAI launched a product specifically designed for clinical doctors—&lt;strong&gt;ChatGPT Clinical Professional Version&lt;/strong&gt;. It verifies physician identities and is entirely free, requiring no hospital-wide deployment; you can use it independently.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 7&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;336px&#34; data-flex-grow=&#34;140&#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://kylosvn.top/posts/note-e228cbe663/img-dd41abef28.jpeg&#34; width=&#34;701&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The most impressive aspect is its accuracy. Before the launch, OpenAI had physician consultants test nearly 7,000 conversations in daily work, covering patient care, medical record writing, and literature searches. Doctors evaluated that &lt;strong&gt;99.6% of the responses were safe and accurate.&lt;/strong&gt; The external claim of “close to 100%” is not exaggerated. The chance of an error occurring is lower than mistyping a medication name during a shift.&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-much-time-can-it-save&#34;&gt;How Much Time Can It Save?&#xA;&lt;/h2&gt;&lt;p&gt;Don’t think this is just a rebranded version of the general ChatGPT. It has been specifically optimized for clinical scenarios, with five key features addressing pain points:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;1. Clinical Q&amp;amp;A:&lt;/strong&gt; Ask anything, and it provides answers backed by reliable medical evidence.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;2. Workflow Templates:&lt;/strong&gt; Referral letters, prior authorization requests, patient notices&amp;hellip; these repetitive tasks can be templated with one click, saving you at least an hour each day.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;3. Credible Search:&lt;/strong&gt; Based on millions of authoritative documents, answers come with citations, eliminating the risk of misinformation.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;4. In-depth Reviews:&lt;/strong&gt; Provide a few keywords, and in minutes, it generates a literature review complete with citations.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;5. Automatic Credit Calculation:&lt;/strong&gt; Time spent searching literature and analyzing cases is automatically converted into continuing medical education credits—no more need to run around for courses.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 8&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;270px&#34; data-flex-grow=&#34;112&#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://kylosvn.top/posts/note-e228cbe663/img-b58893bab0.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-e228cbe663/img-b58893bab0_hu_ad75904cdcf43a6.jpeg 800w, https://kylosvn.top/posts/note-e228cbe663/img-b58893bab0.jpeg 1215w&#34; width=&#34;1215&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Regarding privacy, OpenAI promises that conversations will not be used for training. &lt;strong&gt;However, the disclaimer is clear: if the AI assists you in writing and something goes wrong, you are still responsible.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;is-free-really-free&#34;&gt;Is Free Really Free?&#xA;&lt;/h2&gt;&lt;p&gt;Some say, “The free stuff is the most expensive.”&lt;/p&gt;&#xA;&lt;p&gt;Indeed, OpenAI is not a charity. It allows doctors to use it for free at first, and once they become accustomed to it and reliant on it, &lt;strong&gt;it will market the enterprise version to hospitals&lt;/strong&gt;—the premium version that can connect with Apple Health, automatically interpret lab results, and integrate into electronic medical records. Major hospitals in the U.S., such as AdventHealth and HCA, have already adopted the enterprise version.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 9&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;264px&#34; data-flex-grow=&#34;110&#34; height=&#34;746&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-e228cbe663/img-af766364f0.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-e228cbe663/img-af766364f0_hu_f2bb3efb29cc2d7a.jpeg 800w, https://kylosvn.top/posts/note-e228cbe663/img-af766364f0.jpeg 823w&#34; width=&#34;823&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;But OpenAI is not alone in this battle. &lt;strong&gt;Another free competitor is OpenEvidence,&lt;/strong&gt; which operates differently—earning money through pharmaceutical company advertisements, charging $70 to $150 per thousand impressions, while doctors use it entirely for free. Moreover, in March this year, it integrated with the Epic system at Mount Sinai Hospital, allowing doctors to access AI directly within electronic medical records without switching browsers. OpenAI has not yet achieved this.&lt;/p&gt;&#xA;&lt;p&gt;Regardless of who wins, subscription services like UpToDate, which cost over $500 annually, will undoubtedly face tougher times ahead.&lt;/p&gt;&#xA;&lt;h2 id=&#34;can-ai-enter-departments-without-the-directors-approval&#34;&gt;Can AI Enter Departments Without the Director&amp;rsquo;s Approval?&#xA;&lt;/h2&gt;&lt;p&gt;Some doctors express skepticism: “Without the director&amp;rsquo;s approval, these systems can’t enter.” This statement has some truth, but it’s not entirely accurate.&lt;/p&gt;&#xA;&lt;p&gt;If a hospital wants to localize deployment, integrate AI into its internal network, and use its data, it indeed requires the director&amp;rsquo;s approval. &lt;strong&gt;Some provincial health commissions are already working on this—setting up provincial platforms where hospitals can apply for computing tokens through medical networks.&lt;/strong&gt; However, if you just want to use it independently to assist in writing medical records and searching literature, you can access it with a verified medical license without needing anyone&amp;rsquo;s approval.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 10&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;320px&#34; data-flex-grow=&#34;133&#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://kylosvn.top/posts/note-e228cbe663/img-07fc26a106.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-e228cbe663/img-07fc26a106_hu_aa20b77b8e5d434d.jpeg 800w, https://kylosvn.top/posts/note-e228cbe663/img-07fc26a106.jpeg 1334w&#34; width=&#34;1334&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;There are also concerns: “As AI becomes stronger, will doctors lose their jobs?”&lt;/p&gt;&#xA;&lt;p&gt;From another perspective, when Baidu first emerged, some claimed that doctors would be replaced by search engines. What happened? Which attending physician hasn’t secretly checked Baidu? AI is the new-age Baidu—a smarter tool. You won’t forget basic math because you used a calculator, but you will be slower than others if you don’t use one.&lt;/p&gt;&#xA;&lt;h2 id=&#34;you-can-use-it-now-but-you-still-sign-off&#34;&gt;You Can Use It Now, But You Still Sign Off&#xA;&lt;/h2&gt;&lt;p&gt;Open the ChatGPT Clinical Professional Version, verify your medical credentials, and you can start using it for free immediately. Don’t wait for a meeting; your colleague in the next department has already started using it.&lt;/p&gt;&#xA;&lt;p&gt;Finally, remember: AI can help you write medical records, search literature, and provide suggestions, but the one who signs off on the discharge summary will always be you.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>GenSpark 4.0: The Future of AI Employees</title>
            <link>https://kylosvn.top/posts/note-f60a7db418/</link>
            <pubDate>Thu, 07 May 2026 00:00:00 +0000</pubDate>
            <guid>https://kylosvn.top/posts/note-f60a7db418/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;In February 2026, OpenClaw became a sensation. While the internet buzzed about lobster-themed content, I noticed a significant trend: from late February to March, major tech companies launched their own OpenClaw platforms, igniting a fierce competition.&lt;/p&gt;&#xA;&lt;p&gt;However, by the end of March, interest in lobsters began to wane. Upon reviewing the products launched during this period, I discovered a hidden trend overshadowed by the lobster hype:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;March 9: Tencent launched WorkBuddy, an AI-native desktop intelligent agent workspace.&lt;/li&gt;&#xA;&lt;li&gt;March 17: Alibaba released DingTalk &amp;ldquo;Wukong,&amp;rdquo; positioning itself as an enterprise-level AI-native work platform.&lt;/li&gt;&#xA;&lt;li&gt;March 19: ByteDance upgraded Feishu Aily into a new intelligent agent platform.&lt;/li&gt;&#xA;&lt;li&gt;March 23: Baidu introduced DuMate, targeting personal and team desktop-level AI agents.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Then, on April 8, Anthropic released Claude Managed Agents. The day after, US software stocks plummeted, with the SaaS index dropping 5.5% in a single day.&lt;/p&gt;&#xA;&lt;p&gt;Analyzing this timeline reveals a booming sector: &lt;strong&gt;AI employees.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;The success of OpenClaw has brought AI into everyday life, and tech giants see a larger opportunity: &lt;strong&gt;to integrate AI into enterprises to reduce labor costs and enhance efficiency.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;On the same day Claude Managed Agents launched, another product made its global debut: GenSpark 4.0.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;582px&#34; data-flex-grow=&#34;242&#34; height=&#34;445&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f60a7db418/img-48e321c6bb.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f60a7db418/img-48e321c6bb_hu_52e9c2c87e50336f.jpeg 800w, https://kylosvn.top/posts/note-f60a7db418/img-48e321c6bb.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;GenSpark 4.0 Vision | Image Source: Genspark&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Its vision is: &lt;strong&gt;to make AI employees ubiquitous.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;After spending several days deeply experiencing this product, I felt strongly that:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;The predicted wave of layoffs by Anthropic&amp;rsquo;s CEO may indeed be imminent.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;gensparks-development-and-transformation&#34;&gt;GenSpark&amp;rsquo;s Development and Transformation&#xA;&lt;/h2&gt;&lt;p&gt;Let&amp;rsquo;s discuss GenSpark&amp;rsquo;s journey. Before becoming a dark horse, it underwent a challenging transformation:&lt;/p&gt;&#xA;&lt;p&gt;In June 2024, GenSpark launched its first product, an AI search tool, amassing around 5 million users. However, the team quickly realized that most people search for information not just to acquire knowledge but to accomplish specific tasks. This understanding prompted GenSpark to shift its focus: not only to provide information but also to help users complete tasks.&lt;/p&gt;&#xA;&lt;p&gt;In April 2025, they released the Super Agent suite, officially transitioning from AI search to general AI agents.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;The results were immediate, achieving an ARR of $36 million within 45 days of launch.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;By late January 2026, they launched Workspace 2.0, emphasizing &amp;ldquo;Don&amp;rsquo;t Type, Just Speak,&amp;rdquo; shifting interaction from text prompts to voice-first, aiming to reshape the knowledge worker&amp;rsquo;s office model.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;At this point, the company&amp;rsquo;s ARR had surpassed $100 million, with Series B funding expanding to $300 million.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;On March 12, 2026, GenSpark 3.0 and Genspark Claw were launched together. Their ambitious slogan was: &amp;ldquo;You no longer work with AI; you hire AI to work for you.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;This version marked a shift from &amp;ldquo;AI tools&amp;rdquo; to &amp;ldquo;AI employees,&amp;rdquo; with ARR exceeding $200 million and Series B funding growing to $385 million, valuing the company at nearly $1.6 billion.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Less than a month later, on April 8, they officially launched: GenSpark 4.0.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;345px&#34; data-flex-grow=&#34;144&#34; height=&#34;750&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f60a7db418/img-add5ba0cc4.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f60a7db418/img-add5ba0cc4_hu_ba65567fe77d7080.jpeg 800w, https://kylosvn.top/posts/note-f60a7db418/img-add5ba0cc4.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Why Choose Genspark | Image Source: Genspark&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;In this version, they truly found their mission: AI should adapt to existing workflows rather than requiring users to restructure their processes around AI.&lt;/p&gt;&#xA;&lt;p&gt;Thus, in 4.0, they achieved native integration across desktops, Office, calendars, and workflows, supporting local file access and in-app operations, striving for a seamless experience where &amp;ldquo;you don&amp;rsquo;t feel the AI&amp;rsquo;s presence, but it is always helping you work.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;From search to agent, from tool to employee, GenSpark completed three critical transformations in two years, each aligning perfectly with the evolving AI landscape.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-genspark-is-the-leader-in-this-sector&#34;&gt;Why GenSpark is the Leader in This Sector&#xA;&lt;/h2&gt;&lt;p&gt;Returning to the AI employee sector, each major company&amp;rsquo;s product has its own approach.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;However, after comparing various options, I found that GenSpark has indeed considered some key issues more deeply.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;I attempted to break down this issue from first principles:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;What does a product need to truly act as an AI employee?&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;I believe it must meet at least three conditions:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Enterprise-level operating environment.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;AI employees must communicate with real people, receive files, and operate continuously in a stable environment. GenSpark 4.0 excels in this regard. It can converse directly with contacts and has natively integrated MyClaw, eliminating the need for users to install OpenClaw and configure it for Feishu or WeChat.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;410px&#34; data-flex-grow=&#34;171&#34; height=&#34;631&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f60a7db418/img-d08fc56377.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f60a7db418/img-d08fc56377_hu_57c513f25a10a684.jpeg 800w, https://kylosvn.top/posts/note-f60a7db418/img-d08fc56377.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Genspark Interface | Image Source: Genspark&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This may seem like a simple feature, but it is significant for average users: integrating OpenClaw, regardless of how clearly the documentation is written for Feishu or WeChat, any configuration step poses a barrier for non-technical users.&lt;/p&gt;&#xA;&lt;p&gt;GenSpark has removed this configuration step, demonstrating their strong commitment to user experience.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;A rich tool ecosystem:&lt;/strong&gt; Providing various software that AI employees can use in real work scenarios.&lt;/p&gt;&#xA;&lt;p&gt;GenSpark 4.0 integrates tools like Notion, email, GitHub, and document services, covering high-frequency scenarios for knowledge workers.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;416px&#34; data-flex-grow=&#34;173&#34; height=&#34;623&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f60a7db418/img-578edd428a.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f60a7db418/img-578edd428a_hu_a7e610d2e347d98c.jpeg 800w, https://kylosvn.top/posts/note-f60a7db418/img-578edd428a.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Genspark Email Interface | Image Source: Genspark&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;It also includes the essential trio for workers: PowerPoint, Excel, Word.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;1329px&#34; data-flex-grow=&#34;553&#34; height=&#34;195&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f60a7db418/img-baedd79e5a.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f60a7db418/img-baedd79e5a_hu_6aed5d67999799b9.jpeg 800w, https://kylosvn.top/posts/note-f60a7db418/img-baedd79e5a.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Genspark Trio Interface | Image Source: Genspark&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Human-efficient interaction methods.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;GenSpark 4.0 offers workflow functionality, allowing users to link various applications&amp;rsquo; CLI and capabilities into action flows, or create Skills directly through conversation.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;482px&#34; data-flex-grow=&#34;201&#34; height=&#34;537&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f60a7db418/img-0d1f105da5.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f60a7db418/img-0d1f105da5_hu_fa633b41ee399f24.jpeg 800w, https://kylosvn.top/posts/note-f60a7db418/img-0d1f105da5.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Genspark Tool Interface | Image Source: Genspark&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Compared to the products mentioned earlier, only DingTalk and Feishu have built-in enterprise-level operating environments. Furthermore, if you want to create Skills, these products generally only allow AI to auto-generate them through conversation, making it difficult for humans to intervene in the iterative process. &lt;strong&gt;In other words, with these products, you cannot truly transform your work experience into a reusable, optimizable Skill.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This may be the true value of such tools.&lt;/p&gt;&#xA;&lt;p&gt;GenSpark 4.0 offers a better solution in this regard:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;You can easily participate in building and adjusting Skills, allowing work experience to be truly preserved.&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;425px&#34; data-flex-grow=&#34;177&#34; height=&#34;609&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f60a7db418/img-b67cbce2da.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f60a7db418/img-b67cbce2da_hu_3aa27cb2dc61173e.jpeg 800w, https://kylosvn.top/posts/note-f60a7db418/img-b67cbce2da.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Genspark Workflow Interface | Image Source: Genspark&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Overall, I conclude that:&lt;/p&gt;&#xA;&lt;p&gt;GenSpark is &lt;strong&gt;indeed at least three months ahead in the product concept of AI digital employees.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;real-world-testing&#34;&gt;Real-World Testing&#xA;&lt;/h2&gt;&lt;p&gt;With a leading concept, how effective is GenSpark?&lt;/p&gt;&#xA;&lt;p&gt;Let&amp;rsquo;s conduct a real-world test using my typical work process: researching various AI tools, experiencing products, forming judgments, and then writing articles. How much does GenSpark 4.0 assist me? I decided to test it with a complete task.&lt;/p&gt;&#xA;&lt;p&gt;Today, I want to study the topic: &amp;ldquo;What impact will Claude Managed Agents have on the software industry?&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;GenSpark 4.0 offers a free trial, so I started from there.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 8&#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://kylosvn.top/posts/note-f60a7db418/img-cc3ad1416c.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f60a7db418/img-cc3ad1416c_hu_fd3963e4c9482972.jpeg 800w, https://kylosvn.top/posts/note-f60a7db418/img-cc3ad1416c.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Of course, the best approach is to create a workspace centered around the topic:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 9&#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://kylosvn.top/posts/note-f60a7db418/img-70c3cf981c.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f60a7db418/img-70c3cf981c_hu_a866efb90062d357.jpeg 800w, https://kylosvn.top/posts/note-f60a7db418/img-70c3cf981c.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The workspace can add files and invite team members for collaboration. In this workspace, conversations can invoke GenSpark 4.0&amp;rsquo;s embedded intelligent agents to complete tasks.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 10&#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://kylosvn.top/posts/note-f60a7db418/img-5fdf6e45f4.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f60a7db418/img-5fdf6e45f4_hu_ecade1cd837c4ba4.jpeg 800w, https://kylosvn.top/posts/note-f60a7db418/img-5fdf6e45f4.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;First, I downloaded the technical documentation for Claude Managed Agents from Anthropic&amp;rsquo;s official site and exported it as a PDF.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.anthropic.com/engineering/managed-agents&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;https://www.anthropic.com/engineering/managed-agents&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 11&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;527px&#34; data-flex-grow=&#34;219&#34; height=&#34;491&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f60a7db418/img-a1eddd64c4.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f60a7db418/img-a1eddd64c4_hu_7c8036236a45ec1.jpeg 800w, https://kylosvn.top/posts/note-f60a7db418/img-a1eddd64c4.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Then, I used GenSpark&amp;rsquo;s document writing feature to help translate this PDF.&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://kylosvn.top/posts/note-f60a7db418/img-4590afe59b.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f60a7db418/img-4590afe59b_hu_901ebe587092d65a.jpeg 800w, https://kylosvn.top/posts/note-f60a7db418/img-4590afe59b.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;It quickly began processing, and before long, the translation was complete.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 13&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;409px&#34; data-flex-grow=&#34;170&#34; height=&#34;633&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f60a7db418/img-57162cc91c.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f60a7db418/img-57162cc91c_hu_5b39f857b8ec0764.jpeg 800w, https://kylosvn.top/posts/note-f60a7db418/img-57162cc91c.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I was quite satisfied with the translation quality; the handling of technical terms was accurate, and readability was good.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 14&#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://kylosvn.top/posts/note-f60a7db418/img-7a54471ebd.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f60a7db418/img-7a54471ebd_hu_eecebc6835a6902e.jpeg 800w, https://kylosvn.top/posts/note-f60a7db418/img-7a54471ebd.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;After obtaining the primary materials, I began more extensive research.&lt;/p&gt;&#xA;&lt;p&gt;I asked GenSpark to conduct a comprehensive investigation on the topic of &amp;ldquo;Claude Managed Agents.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 15&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;364px&#34; data-flex-grow=&#34;151&#34; height=&#34;711&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f60a7db418/img-58774a7af7.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f60a7db418/img-58774a7af7_hu_7d2d8d4c5a567efd.jpeg 800w, https://kylosvn.top/posts/note-f60a7db418/img-58774a7af7.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The next steps surprised me:&lt;/p&gt;&#xA;&lt;p&gt;It gathered a wide range of opinions and judgments from platforms like Zhihu and Twitter/X, then produced a complete research report.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 16&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;288px&#34; data-flex-grow=&#34;120&#34; height=&#34;899&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f60a7db418/img-34321392c4.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f60a7db418/img-34321392c4_hu_1c51e75f36ba98c3.jpeg 800w, https://kylosvn.top/posts/note-f60a7db418/img-34321392c4.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;What was even more useful was that I could ask follow-up questions about the report, digging deeper into details I was concerned about.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 17&#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://kylosvn.top/posts/note-f60a7db418/img-12ad7343c7.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f60a7db418/img-12ad7343c7_hu_d8883a518f113fa8.jpeg 800w, https://kylosvn.top/posts/note-f60a7db418/img-12ad7343c7.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I asked all my questions about this product, and the quality of the answers was quite high.&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;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://kylosvn.top/posts/note-f60a7db418/img-1714a03fa4.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f60a7db418/img-1714a03fa4_hu_7cc82688b8918f01.jpeg 800w, https://kylosvn.top/posts/note-f60a7db418/img-1714a03fa4.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;With the materials prepared, it was time to write.&lt;/p&gt;&#xA;&lt;p&gt;Before I started, I did one thing: I created a writing Skill.&lt;/p&gt;&#xA;&lt;p&gt;Through multiple conversations, GenSpark called OpenCode to generate a customized writing Skill.&lt;/p&gt;&#xA;&lt;p&gt;This Skill incorporated my writing style preferences, article structure habits, and formatting norms.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 19&#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://kylosvn.top/posts/note-f60a7db418/img-3392e5116d.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f60a7db418/img-3392e5116d_hu_cca77161d0f01141.jpeg 800w, https://kylosvn.top/posts/note-f60a7db418/img-3392e5116d.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Then I used this Skill to begin generating the first draft of the article.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 20&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;585px&#34; data-flex-grow=&#34;243&#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://kylosvn.top/posts/note-f60a7db418/img-a56bd9213e.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f60a7db418/img-a56bd9213e_hu_7dba15eaa6eaf50a.jpeg 800w, https://kylosvn.top/posts/note-f60a7db418/img-a56bd9213e.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I must say, the quality of the draft was impressive:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 21&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;393px&#34; data-flex-grow=&#34;164&#34; height=&#34;658&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f60a7db418/img-50489772c4.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f60a7db418/img-50489772c4_hu_41f74968f6472098.jpeg 800w, https://kylosvn.top/posts/note-f60a7db418/img-50489772c4.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Clear structure, sufficient arguments, and a smoother flow than if I had written from scratch.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 22&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;248px&#34; data-flex-grow=&#34;103&#34; height=&#34;1045&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f60a7db418/img-3c2f84552a.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f60a7db418/img-3c2f84552a_hu_8f5975f1d9c40ba3.jpeg 800w, https://kylosvn.top/posts/note-f60a7db418/img-3c2f84552a.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Throughout the process, I did not use any other tools:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;From material collection, translation, in-depth research, to draft generation, everything was completed within GenSpark 4.0.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;The only thing I needed to learn was GenSpark 4.0 itself, which took me just 50 minutes.&lt;/p&gt;&#xA;&lt;p&gt;Additionally, GenSpark&amp;rsquo;s visual experience: it not only excels in tool capabilities but also invests effort into interface design and aesthetic interaction. Throughout the usage, you can feel the product team&amp;rsquo;s pursuit of visual details, which is rare in agent-type products.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 23&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;418px&#34; data-flex-grow=&#34;174&#34; height=&#34;620&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f60a7db418/img-05dab1c212.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f60a7db418/img-05dab1c212_hu_2664e368429c793f.jpeg 800w, https://kylosvn.top/posts/note-f60a7db418/img-05dab1c212.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;GenSpark PPT Presentation Interface | Image Source: Genspark&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;unique-value-of-genspark-40&#34;&gt;Unique Value of GenSpark 4.0&#xA;&lt;/h2&gt;&lt;p&gt;After testing, I began to ponder:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;What needs to be done well to create AI employees?&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Tools like Claude Code, OpenClaw, and Codex focus on providing a harness environment for AI. &lt;strong&gt;A harness allows agents to use various tools efficiently to complete specific tasks. These products address the question of &amp;ldquo;how to make AI work better.&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;GenSpark does the opposite.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;It provides humans with a working harness environment, addressing &amp;ldquo;how to enable people to use agents most efficiently to complete complex work tasks.&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;GenSpark 4.0 considers: &lt;strong&gt;how to conveniently provide one-stop agent services to working individuals? How to allow users to transform work experience into reusable workflows? How to eliminate the need for users to switch between multiple tools?&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;849px&#34; data-flex-grow=&#34;354&#34; height=&#34;305&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f60a7db418/img-c9c78c7678.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f60a7db418/img-c9c78c7678_hu_fddb7a96409a152b.jpeg 800w, https://kylosvn.top/posts/note-f60a7db418/img-c9c78c7678.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Genspark PPT Tool Introduction Interface | Image Source: Genspark&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This difference may seem like a mere shift in perspective, but at the product level, the distinction is significant.&lt;/p&gt;&#xA;&lt;p&gt;In traditional agent products, you might need to open one tool for research, switch to another for document writing, and use a third for collaboration. Each switch incurs efficiency loss and interrupts attention.&lt;/p&gt;&#xA;&lt;p&gt;GenSpark 4.0 consolidates all these steps into one product, &lt;strong&gt;creating workspaces, adding files, inviting members, invoking intelligent agents, generating Skills, and executing workflows, all within a single interface.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This product concept reminds me of an interesting contrast during my research: while Anthropic was developing Claude Managed Agents, a technical blog mentioned a concept where they virtualized the core components of agents into three layers: session, harness, and sandbox, approaching the question of how to optimize AI performance from a technical architecture perspective.&lt;/p&gt;&#xA;&lt;p&gt;GenSpark takes the opposite approach: &lt;strong&gt;thinking from the user&amp;rsquo;s workflow perspective on how to make collaboration between humans and AI as smooth as possible.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Two paths: one towards AI&amp;rsquo;s efficiency limits, the other towards human experience limits.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;GenSpark chose the latter and executed it solidly.&lt;/p&gt;&#xA;&lt;h2 id=&#34;where-are-we-heading-in-2026&#34;&gt;Where Are We Heading in 2026?&#xA;&lt;/h2&gt;&lt;p&gt;In March, Anthropic released a report containing a data point that struck me:&lt;/p&gt;&#xA;&lt;p&gt;Many job roles still have numerous tasks that can be automated by AI, and fully leveraging AI for these tasks could unlock tremendous value.&lt;/p&gt;&#xA;&lt;p&gt;Perhaps this is why the AI employee sector is so hot in 2026.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 25&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;222px&#34; data-flex-grow=&#34;92&#34; height=&#34;1167&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f60a7db418/img-7594ab3845.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f60a7db418/img-7594ab3845_hu_64a81ee1ae84626.jpeg 800w, https://kylosvn.top/posts/note-f60a7db418/img-7594ab3845.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Anthropic Document Screenshot Translation | Image Source: Anthropic&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Why are major companies vying for this sector?&lt;/p&gt;&#xA;&lt;p&gt;I believe they are essentially competing for the entry point: &lt;strong&gt;When each person&amp;rsquo;s unique workflow and conversation records remain on one platform, it becomes challenging to migrate that data elsewhere. Users staying means ongoing usage and consumption. This battle isn&amp;rsquo;t about feature competition but about who can become the default work entry point for users first.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;On an individual level, those parts of work that can be automated will eventually be taken over by AI: this trend is irreversible. Just like my workflow, tasks such as material collection, translation, and preliminary research are already well-handled by GenSpark 4.0. I can focus more on judgment, decision-making, and creativity.&lt;/p&gt;&#xA;&lt;p&gt;Before long, each of us may have one or even multiple AI employees: &lt;strong&gt;perhaps Wukong, DuMate, WorkBuddy, or Aily.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;But GenSpark 4.0 gives me the impression that &lt;strong&gt;it has the most comprehensive and thorough vision of what AI employees should look like.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;After completing this article, I found myself spending much more time in GenSpark 4.0 than just testing: I noticed that I was unconsciously migrating more and more of my work onto this platform.&lt;/p&gt;&#xA;&lt;p&gt;This is likely what a good agent product should embody: &lt;strong&gt;you don&amp;rsquo;t use it because it has powerful features; you find yourself unable to live without it as you use it.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Finally, in 2026, GenSpark will provide all users with unlimited access to AI chat and AI image capabilities, integrating top models such as Nano Banana 2, Gemini 3.1 Pro, GPT-5.4, and Claude Opus 4.6.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;GenSpark 4.0 is worth taking the time to experience.&lt;/strong&gt;&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>The Application of Artificial Intelligence in the Banking Sector</title>
            <link>https://kylosvn.top/posts/note-1ce5946b40/</link>
            <pubDate>Thu, 07 May 2026 00:00:00 +0000</pubDate>
            <guid>https://kylosvn.top/posts/note-1ce5946b40/</guid>
            <description>&lt;h2 id=&#34;the-inherent-logic-of-ai-applications-in-finance&#34;&gt;The Inherent Logic of AI Applications in Finance&#xA;&lt;/h2&gt;&lt;h3 id=&#34;01-ai-and-banking-information-processing&#34;&gt;01 AI and Banking Information Processing&#xA;&lt;/h3&gt;&lt;h4 id=&#34;1-observations-and-issues&#34;&gt;(1) Observations and Issues&#xA;&lt;/h4&gt;&lt;p&gt;In the application of AI in banking information processing, there are three key observations. First, generative AI has expanded from large language models to multimodal models that can handle images, audio, and video. Currently, it is mainly used for document generation (such as meeting minutes, customer service scripts, loan due diligence reports, exit audit reports, and contract analysis), code generation, document verification, knowledge bases, and intelligent Q&amp;amp;A. However, due to hallucinations, large language models struggle to directly participate in customer-facing decisions and core business judgments. Second, interpretable AI combined with alternative data can efficiently and accurately assess borrowers&amp;rsquo; willingness and ability to repay, and it has been widely applied in bank credit assessments. Third, under the capital regulation requirements, the internal rating method (which primarily assesses the probability of borrower default, PD) still mainly relies on traditional small models like linear regression and logistic regression.&lt;/p&gt;&#xA;&lt;p&gt;A December 2024 research report from the Bank for International Settlements (BIS) surveyed the global banking sector&amp;rsquo;s use of AI, as shown in Table 1:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1: image.png&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;256px&#34; data-flex-grow=&#34;106&#34; height=&#34;815&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-1ce5946b40/img-b1aa0dca83.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-1ce5946b40/img-b1aa0dca83_hu_81a0842a16b01e71.jpeg 800w, https://kylosvn.top/posts/note-1ce5946b40/img-b1aa0dca83.jpeg 870w&#34; width=&#34;870&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;In Table 1, except for anti-money laundering (AML)/counter-terrorism financing (CFT) applications such as &amp;ldquo;analyzing suspicious activities,&amp;rdquo; &amp;ldquo;real-time monitoring of unauthorized credit card usage,&amp;rdquo; and &amp;ldquo;assessing whether to lend,&amp;rdquo; which mainly belong to interpretable AI, other application scenarios are primarily generative AI.&lt;/p&gt;&#xA;&lt;p&gt;This raises three questions for discussion. First, what roles will small models, interpretable AI, and generative AI play in banking information processing? Second, what impact does this have on banks&amp;rsquo; model risk management? Third, how does this affect banks&amp;rsquo; credit assessment and approval processes?&lt;/p&gt;&#xA;&lt;p&gt;It should be noted that while interpretable AI and generative AI are discussed in parallel, they are not in opposition. First, both types of AI are based on artificial neural networks, but they differ in architecture. Currently, generative AI mainly uses the Transformer architecture based on attention mechanisms, while interpretable AI employs a more diverse range of neural network architectures. Second, despite differences in the types of data analyzed, both types of AI use neural networks to estimate data probability distributions. Interpretable AI is mainly applied to classification problems (such as classifying borrowers as likely to default or assigning different credit ratings) and predicting the probability of belonging to a certain category. The core of generative AI is to predict the next token probabilistically, providing a probability distribution for the next token in the vocabulary before making a prediction. In other words, generative AI inherently includes a classification problem regarding the next token (interpretable AI).&lt;/p&gt;&#xA;&lt;h4 id=&#34;2-lending-technology-and-information-processing&#34;&gt;(2) Lending Technology and Information Processing&#xA;&lt;/h4&gt;&lt;p&gt;There is information asymmetry between banks and borrowers, and the core goal of banking information processing is to assess borrowers&amp;rsquo; willingness and ability to repay. Although the information processed by banks can vary greatly in specific forms, it can mainly be categorized into two types. First, hard information, which generally exists in numerical form, is quantitative, structured, and devoid of subjective judgment, opinions, or observations. Second, soft information, which generally exists in textual form, is qualitative, unstructured, and inseparable from subjective judgment, opinions, and observations, requiring contextual understanding. Corresponding to these two types of information, banks primarily use two types of lending techniques. First, transaction-based lending uses hard information such as corporate financial statements and credit scores. Second, relationship-based lending uses soft information accumulated through long-term, multi-channel interactions with enterprises, which cannot be obtained from corporate financial statements or public channels. From the perspective of this analysis, the following two relationships can be approximated:&lt;/p&gt;&#xA;&lt;p&gt;Hard Information ≈ Structured Data → Transaction-Based Lending&lt;br&gt;&#xA;Soft Information ≈ Unstructured Data → Relationship-Based Lending&lt;/p&gt;&#xA;&lt;p&gt;For structured data, there are very mature analytical methods, generally divided into four steps. First, it is assumed that there is a data generation process behind the structured data that needs to be estimated. This process can be based on causal relationships provided by theoretical research (corresponding to structured models) or on statistical correlations between variables (corresponding to simplified models). The data generation process includes a series of unknown parameters to be estimated, as well as error terms or random disturbances to account for observational errors and missing variables. Second, parameters are estimated using sample data. Empirical economic research generally conducts hypothesis testing based on parameter estimates, but in practice, prediction is more important. Third, the estimated model is used to make predictions outside the sample. Fourth, the prediction effectiveness is evaluated. If the prediction effectiveness is unsatisfactory, the model settings or parameter settings can be adjusted (i.e., model selection or tuning).&lt;/p&gt;&#xA;&lt;p&gt;In the banking sector, representative applications of structured data analysis include: first, identity verification, recognizing user identity based on biometric features such as facial recognition, fingerprints, iris, and voice; second, credit assessment, evaluating borrowers&amp;rsquo; creditworthiness (likelihood of default and degree of default risk); third, anomaly transaction detection, identifying abnormal transactions and fraud.&lt;/p&gt;&#xA;&lt;p&gt;For a long time, non-structured data represented by text, images, audio, and video was believed to be generated only by the human brain and could not be generated by algorithms. The development of large models has proven that the inherent patterns of non-structured data are more abundant than previously thought. First, non-structured data can be transformed into word vectors (essentially points in a low-dimensional space) through embedding or tokenization, allowing it to be processed by artificial neural networks. Representative methods in this area include Word2Vec, GloVe, and FastText. Second, large models represented by ChatGPT use the Transformer architecture based on attention mechanisms to effectively identify implicit patterns and structures in non-structured data through statistical learning. Subsequently, large models predict the reasonable continuation of non-structured data probabilistically (i.e., the &amp;ldquo;next token&amp;rdquo;), manifested as responses to prompts.&lt;/p&gt;&#xA;&lt;h4 id=&#34;3-model-interpretability-prediction-errors-and-model-risk-management&#34;&gt;(3) Model Interpretability, Prediction Errors, and Model Risk Management&#xA;&lt;/h4&gt;&lt;p&gt;Regardless of whether dealing with structured or non-structured data, banks&amp;rsquo; processing methods are essentially data modeling. The scenarios in which banks use which models can all be incorporated into a model risk management framework, depending on two key characteristics of the models—interpretability and prediction error.&lt;/p&gt;&#xA;&lt;p&gt;Model interpretability is divided into two dimensions. First, internal interpretability aims to explain how the model operates, answering the &amp;ldquo;How&amp;rdquo; questions. Second, external interpretability aims to explain why the model produces a certain result, answering the &amp;ldquo;Why&amp;rdquo; questions. Generally, the more complex the data generation process and the more unknown parameters there are (&amp;ldquo;the larger the model&amp;rdquo;), the lower the model&amp;rsquo;s interpretability. Therefore, both interpretable AI and generative AI based on artificial neural networks are inherently less interpretable than traditional small models like linear regression and logistic regression, exhibiting &amp;ldquo;black box&amp;rdquo; characteristics.&lt;/p&gt;&#xA;&lt;p&gt;The prediction error of models dealing with structured data is easily measurable. If the predicted variable is continuous (such as economic growth rate and corporate profit), the prediction error can be measured using mean squared error (MSE). If the predicted variable is discrete (such as whether to default or which credit rating to belong to), prediction errors can be measured using two types of errors (&amp;ldquo;false negatives,&amp;rdquo; &amp;ldquo;false positives&amp;rdquo;) and the area under the ROC curve (AUC).&lt;/p&gt;&#xA;&lt;p&gt;For large models processing non-structured data, hallucinations correspond to prediction errors. Since large models predict the next token probabilistically, any generated token deviating from the true situation is part of the inherent nature of the task. This is not a &amp;ldquo;bug&amp;rdquo; that can be fixed by improving the architecture of artificial neural networks or using more training data and computational power; rather, it is an intrinsic feature of large models. Using large models means accepting the risk of hallucinations. In practice, this risk is generally mitigated by combining retrieval-augmented generation (RAG) techniques and knowledge graphs, which essentially uses other information processing methods in scenarios where tolerance for hallucination risk is low, rather than fixing the hallucination issue of large models. It should also be noted that understanding non-structured data, including this article, involves subjective factors, making it more challenging to assess the effectiveness of text generation compared to evaluating the prediction effectiveness of structured data. Techniques for aligning large models, such as supervised fine-tuning (SFT) and reinforcement learning from human feedback (RLHF), address this issue.&lt;/p&gt;&#xA;&lt;p&gt;From a model risk management perspective, the presence of interpretability issues or prediction errors does not mean that the model is unusable; rather, it requires management based on the application scenario and risk tolerance. Different banks and different application scenarios may have varying tolerances for model risk. For example, generally, an AUC of 0.65 for internal credit assessment models is acceptable. Model risk management can also apply a &amp;ldquo;three lines of defense&amp;rdquo; management framework similar to credit risk, market risk, and liquidity risk.&lt;/p&gt;&#xA;&lt;p&gt;Both interpretable AI and generative AI can be incorporated into mainstream analytical frameworks for risk management. From a micro-prudential regulatory perspective, the risks posed by AI mainly manifest in the following aspects. First, credit risk: underestimating default probabilities or losses after default. Second, cybersecurity risk: increased connections with external service providers; increased IT connections between multiple systems; AI encountering &amp;ldquo;data poisoning&amp;rdquo; during model training. A recent high-profile incident involved Anthropic&amp;rsquo;s Claude Mythos being used to discover code vulnerabilities. Third, reputational risk: operational failures affecting public trust; unfair treatment of customers leading to negative public sentiment. Fourth, strategic risk: partnerships with other institutions causing banks to lose control over core functions. Fifth, legal risk: training data for AI models may infringe on rights; customer-facing AI tools may provide inaccurate or inappropriate responses. Sixth, data privacy risk: AI models may leak personal or sensitive information during training and use.&lt;/p&gt;&#xA;&lt;p&gt;From a macro-prudential regulatory perspective, the risks posed by AI mainly manifest as: first, &amp;ldquo;herd&amp;rdquo; behavior, arising from different banks using the same foundational models and training data; second, market concentration and interconnection caused by third-party AI providers. So far, very few large banks have developed high-performing foundational models through pre-training, mainly relying on foundational models developed by leading AI companies and internet companies, and the trend of concentration among foundational models and related suppliers cannot be ignored.&lt;/p&gt;&#xA;&lt;p&gt;Overall, different models should leverage their respective advantages based on application scenarios to achieve synergistic effects. There is no substitute relationship between small models, interpretable AI, and generative AI; rather, they are complementary. Due to hallucinations, large models cannot be directly used for bank customers but can serve as a &amp;ldquo;co-pilot&amp;rdquo; for bank employees, assisting in information processing and report generation. The output of large models can also serve as input for small models. Large models will significantly enhance banks&amp;rsquo; efficiency and effectiveness in processing non-structured data.&lt;/p&gt;&#xA;&lt;h4 id=&#34;4-the-sequence-of-ai-penetration-in-the-banking-sector&#34;&gt;(4) The Sequence of AI Penetration in the Banking Sector&#xA;&lt;/h4&gt;&lt;p&gt;Currently, generative AI is mainly used in internal auxiliary scenarios within banks. Although interpretable AI has shown good application results in bank credit assessments, regulatory agencies still prefer the stronger interpretability of small models. For example, in the Basel Capital Accord, the core tool for measuring risk capital is Value at Risk (VaR); the foundation for measuring credit risk in loan portfolios is the progressive single-factor risk model; and the mainstream tools for measuring default probabilities (PD) in internal rating methods are linear regression and logistic regression. Therefore, the penetration sequence of AI in the banking sector is illustrated in Figure 1.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2: image.png&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;378px&#34; data-flex-grow=&#34;157&#34; height=&#34;556&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-1ce5946b40/img-a084022bfb.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-1ce5946b40/img-a084022bfb_hu_afbaabe064b411bb.jpeg 800w, https://kylosvn.top/posts/note-1ce5946b40/img-a084022bfb.jpeg 876w&#34; width=&#34;876&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;From Figure 1, it can be seen that: first, there is an inverse relationship between model interpretability and predictive effectiveness, with generative AI having the strongest predictive effectiveness but the lowest interpretability; second, the penetration sequence of AI in the banking sector gradually deepens from internal auxiliary scenarios to core scenarios represented by capital regulation.&lt;/p&gt;&#xA;&lt;p&gt;Figure 2 shows the impact of AI on banking lending technology. With the development of information and communication technology (ICT), an increasing amount of information is being collected and recorded digitally (the proportion of hard information is increasing), making it an object that can be analyzed by models. Large models have significantly improved banks&amp;rsquo; ability to analyze non-structured data. Consequently, some relationship-based lending will transform into transaction-based lending, and banks&amp;rsquo; credit approval authority can be appropriately centralized. This trend is already emerging in practice.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3: image.png&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;311px&#34; data-flex-grow=&#34;129&#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://kylosvn.top/posts/note-1ce5946b40/img-c9076f7938.jpeg&#34; width=&#34;751&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;02-three-levels-of-ai-applications-in-the-financial-sector-and-their-impact&#34;&gt;02 Three Levels of AI Applications in the Financial Sector and Their Impact&#xA;&lt;/h3&gt;&lt;p&gt;Based on financial information processing, AI has broad application prospects in the financial sector. On one hand, the characteristics of the financial industry are well-suited for AI; on the other hand, the evolution of AI from &amp;ldquo;tool → assistant → intelligent agent&amp;rdquo; will deepen its applications in finance. Under the combined force of these two aspects, the application of AI in finance will reflect three levels and will have profound impacts on the financial industry.&lt;/p&gt;&#xA;&lt;h4 id=&#34;1-compatibility-of-the-financial-industry-and-ai&#34;&gt;(1) Compatibility of the Financial Industry and AI&#xA;&lt;/h4&gt;&lt;p&gt;The compatibility of the financial industry with AI is mainly reflected in two aspects. First, industry characteristics match. First, the financial industry is information-intensive, with a large amount of work involving processing reports, announcements, contracts, regulatory documents, and other non-structured texts, which aligns with the core capabilities of large language models. Large models will enable non-structured data to enter the financial system more effectively, improving the efficiency of financial activities. Second, the financial industry is process-intensive, with clear steps in business processes and defined inputs and outputs, facilitating AI&amp;rsquo;s role from assisting individual steps to participating in complete processes, and many manual operations in the process can be replaced by automated tools. Finally, the financial industry is rule-intensive, providing clear operational boundaries for AI. The combination of &amp;ldquo;process-intensive + rule-intensive&amp;rdquo; allows AI to be deeply embedded in financial business processes, from processing information to processing funds. Second, pressures from cost efficiency, customer competition, compliance, and talent development drive financial institutions to deploy AI. Especially in China, the banking industry has a strong motivation to deploy AI against the backdrop of declining net interest margins.&lt;/p&gt;&#xA;&lt;p&gt;The strongest foundational AI models are generally developed by leading AI companies and internet companies, but the financial industry has high data security requirements and cannot directly use public APIs. After several years of exploration, the financial industry has gradually converged on three data security solutions. First, the &amp;ldquo;firewall gateway&amp;rdquo; model: financial institutions build comprehensive AI platforms to connect with external models, and employee requests are routed through internal gateways, with data encrypted, desensitized, and permission-checked before being sent to external models. Second, hybrid cloud architecture: processing is layered based on data sensitivity, with the most sensitive data remaining in private clouds or local environments, moderately sensitive tasks processed through enterprise-level public clouds with encryption and isolation, and non-sensitive loads considering more open cloud environments. Third, complete local deployment: using open-source models running on the enterprise&amp;rsquo;s own infrastructure, with all data processing completed internally without relying on external APIs.&lt;/p&gt;&#xA;&lt;h4 id=&#34;2-evolution-of-ai-from-tool--assistant--intelligent-agent&#34;&gt;(2) Evolution of AI from &amp;ldquo;Tool → Assistant → Intelligent Agent&amp;rdquo;&#xA;&lt;/h4&gt;&lt;p&gt;The evolution of AI from &amp;ldquo;tool → assistant → intelligent agent&amp;rdquo; is not primarily about the replacement of technological generations (currently, mainstream large models are all based on the Transformer architecture, and no competitive alternative architecture has emerged), but rather about changes in human-machine relationships, reflected in the expansion of four boundaries. First, capability boundary: what can AI do at each stage, and what can it not do? Second, permission boundary: what systems and data is AI allowed to access and operate? Third, process boundary: the depth and breadth of AI&amp;rsquo;s embedding in business processes. Fourth, responsibility boundary: how is responsibility assigned in decisions and actions involving AI?&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Tool or &amp;ldquo;Co-pilot&amp;rdquo;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;The core feature of this stage is &amp;ldquo;human initiates, leads, and reviews&amp;rdquo;; AI provides suggestions, supplements information, and accelerates output but does not take proactive actions, connect to other systems, or execute operations; each human-machine interaction is independent. Representative applications include chatbots, where large models primarily perform the basic function of &amp;ldquo;generating the next token probabilistically.&amp;rdquo;&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;&lt;strong&gt;Assistant&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;The core feature of this stage is &amp;ldquo;humans assign tasks, AI collaborates continuously, and humans retain key judgment rights&amp;rdquo;; AI &amp;ldquo;knows&amp;rdquo; who the user is, what they are doing, and what has been discussed previously, enabling continuous follow-up, &amp;ldquo;remembering&amp;rdquo; past interactions, and &amp;ldquo;understanding&amp;rdquo; preferences, and it begins to be embedded in specific job workflows but does not act autonomously or directly operate the user&amp;rsquo;s computer system.&lt;/p&gt;&#xA;&lt;p&gt;This stage benefits from retrieval-augmented generation (RAG) technology. The output of large models can be combined with results from search engines, knowledge graphs, and expert knowledge, alleviating the hallucination problem of large models and improving the accuracy and timeliness of output results.&lt;/p&gt;&#xA;&lt;p&gt;AI &amp;ldquo;remembers&amp;rdquo; past interactions and continuously interacts with users based on the inclusion of past interaction records in prompts. However, this interaction does not change the weight settings of large models; the large model does not undergo true &amp;ldquo;learning.&amp;rdquo; If the large model is viewed as a function, with the weights of the large model as parameters of the function, then including past interaction records in prompts changes the function&amp;rsquo;s output by altering the function&amp;rsquo;s input; however, the parameters of the function remain unaffected, and the large model itself does not change. In other words, the &amp;ldquo;memory&amp;rdquo; about the user is reflected in the prompts, and the large model has no memory of the user.&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;&lt;strong&gt;Intelligent Agent&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;The core feature of this stage is that AI can plan steps, call tools, connect computer systems, and adjust execution based on feedback; this does not equate to complete automation, but rather a more realistic form of bounded semi-automated execution, where AI operates autonomously under clear planning, permissions, and approval nodes, while key decisions still require human approval.&lt;/p&gt;&#xA;&lt;p&gt;Currently, there are many exaggerated and inaccurate claims about intelligent agents in the media. Intelligent agents do not change the basic function of large models &amp;ldquo;generating the next token probabilistically&amp;rdquo;; they can repeatedly call large models but do not change the weights of large models. What intelligent agents change is the way large models are called and the interaction between large models and computer systems, with related innovations summarized as &amp;ldquo;context engineering.&amp;rdquo; First, the output of large models includes instructions for calling computer systems. Next, if users grant authorization or approval, these instructions will be executed on the user&amp;rsquo;s computer system, producing real effects, making it appear that large models are not just &amp;ldquo;talking without action.&amp;rdquo; Then, these real effects are incorporated into prompts as new input to call large models. This back-and-forth allows large models to execute complex tasks step by step under human instructions, authorizations, and approvals.&lt;/p&gt;&#xA;&lt;p&gt;This stage also benefits from standardized connection protocols such as Model Context Protocol (MCP) and Agent-to-Agent (A2A) protocols, enabling mutual calls and collaboration among multiple intelligent agents.&lt;/p&gt;&#xA;&lt;p&gt;The implementation of intelligent agents relies on several prerequisites. First, tool interfaces: intelligent agents need to connect to users&amp;rsquo; computer systems through standardized interfaces. Second, permission layering: the scope of access and operations for intelligent agents must be strictly defined. Third, approval nodes: key steps involving fund transfers, modifications to customer information, or external communications must have human approval. Fourth, log tracking: every decision and action taken by intelligent agents must be fully recorded to support post-audit. Fifth, evaluation mechanisms: ongoing monitoring of the quality of intelligent agent outputs and compliance with behavior is required. Sixth, human fallback: there must be clear escalation and fallback pathways for intelligent agents when they encounter situations they cannot handle.&lt;/p&gt;&#xA;&lt;h4 id=&#34;3-three-levels-of-ai-applications-in-the-financial-sector&#34;&gt;(3) Three Levels of AI Applications in the Financial Sector&#xA;&lt;/h4&gt;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;As a Tool Enhancing Individuals&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;First, back-office roles such as legal, compliance, customer service, code development, and document processing have a faster deployment speed for AI due to high frequency and standardization of tasks. Second, for knowledge-intensive front-office roles (such as investment research), AI will replace some repetitive labor, changing the speed of information acquisition and material organization in the workflow, but not altering the responsibility for decision-making. At this level, all business risks, compliance requirements, and final decision-making responsibilities remain entirely with human employees.&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;&lt;strong&gt;As an Assistant Understanding Roles, Context, and Customers&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;First, as an employee-facing assistant. The assistant can continuously work around the employee&amp;rsquo;s role, follow up on customer relationships the employee is handling, and organize relevant materials before the employee&amp;rsquo;s next customer meeting. Second, as a customer-facing assistant. AI begins to participate in tasks such as checking bills, confirming transfers, and lightweight service processes. At this level, although core judgment rights remain with human employees, the responsibility boundaries begin to blur as AI provides personalized suggestions based on multidimensional data tracking.&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;&lt;strong&gt;Intelligent Agents Begin to Participate in Complete Business Processes&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;AI takes over multi-step tasks within clear boundaries to free up human resources for handling unexpected events and key judgments. Currently, intelligent agents are mainly applicable in two types of scenarios. First, rule-driven process scenarios. For example, anti-money laundering, sanction compliance, KYC review, and compliance reporting, which have clear rules, standardized steps, and defined data sources. Second, mixed scenarios of &amp;ldquo;knowledge + process.&amp;rdquo; For example, data collection and preliminary analysis in investment research departments, financial report comparisons, market monitoring and early warning, and customer management task scheduling.&lt;/p&gt;&#xA;&lt;h4 id=&#34;4-impact-of-ai-on-the-financial-sector&#34;&gt;(4) Impact of AI on the Financial Sector&#xA;&lt;/h4&gt;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Impact on Business Models.&lt;/strong&gt; First, customer service shifts from passive response to proactive management. For example, wealth management models evolve from standardized asset allocation tools to dynamic management models based on customer goals. Second, service entry points expand. Financial service entry is no longer limited to bank branches or mobile apps but begins to extend to conversational AI platforms. For instance, Mastercard and OpenAI collaborate to allow customers to complete payments during conversations with AI without switching to the bank interface. Finally, inter-agent payments are a recently popular area of interest.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Impact on Organizational Roles and Talent Structure.&lt;/strong&gt; First, job impacts. Tasks that are rule-clear, step-splittable, and have standardized inputs and outputs, such as back-office operations, entry-level research, and compliance processing, are more easily automated. Tasks involving customer relationships, complex judgments, ethical decisions, and creative strategies are harder to replace. The overall trend is to &amp;ldquo;reshape roles&amp;rdquo; rather than simply &amp;ldquo;replace roles,&amp;rdquo; achieving transformation through natural attrition and internal repositioning. Second, responsibility shifts. Employee responsibilities shift from manually executing each step to task design, outcome review, and handling unexpected situations. Employees need to not only master the business itself but also judge which tasks can be delegated to AI and which nodes must revert to human handling.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Impact on Technical Architecture.&lt;/strong&gt; Financial institutions are deploying AI on a large scale towards foundational infrastructure. The complexity of AI infrastructure projects is high and involves layers of computing (computing scheduling and optimization), data (unified knowledge base and data permission systems), models (selection, updating, and retirement governance of multiple models), and tools (providing standardized system connection interfaces for intelligent agents), making it a systemic engineering challenge. The evolution of AI from &amp;ldquo;tool → assistant → intelligent agent&amp;rdquo; also reflects the path of financial institutions moving from partial deployment to platform construction. The tool stage can tolerate localized pilots, the assistant stage requires role and context connectivity, and the intelligent agent stage requires reliable collaboration between systems. Therefore, AI is no longer just a project for the IT department but requires an independent organizational structure, dedicated budget, and executive-level governance oversight.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h3 id=&#34;5-future-outlook&#34;&gt;(5) Future Outlook&#xA;&lt;/h3&gt;&lt;p&gt;Benefiting from the enhancement of intelligent agent capabilities, AI is expected to evolve from a single model into a dispatching hub. This upgrade is reflected in the reconstruction of two dimensions: data retrieval and model computation. In the data processing dimension, intelligent agents with autonomous planning capabilities can gradually replace traditional architectures. Hallucinations cannot be fixed by improving architecture or increasing training data; rather, they are inherent features of large language models predicting the next token probabilistically. To control this risk, data intelligent agents will downgrade the output of large models from final conclusions to verifiable middleware. When addressing business scenarios, intelligent agents can convert user intentions into structured query statements or executable code. Whether the code runs successfully and whether the underlying database returns reasonable results can be subjected to deterministic verification. Even if hallucinations occur during the query generation phase, they will be intercepted by the system during execution failures, thus preventing erroneous information from directly entering core processes.&lt;/p&gt;&#xA;&lt;p&gt;In the model computation dimension, the collaborative calling of large general models and traditional specialized small models will become a key path to meet stringent regulatory requirements. To address the low interpretability black box characteristics of large language models, this architecture can retract uncertainty to the tool calling layer. In scenarios requiring high interpretability, the core risk measurement logic will still be completed by traditional specialized small models. Large models will not participate in the final numerical estimation; they will only process the preceding non-structured data and generate calling instructions. This design fully leverages the complementary advantages of different models and shifts the audit trail from the complex parameter weights of artificial neural networks to a complete traceable chain from natural language instructions to code execution and then to traditional specialized small model outputs. Whether it is the precise capture of underlying information by data intelligent agents or the computational distribution of large models to small models, this path of constraining uncertainty through architectural design rather than a single model can effectively meet the requirements of financial industry model risk management. A core issue that needs further discussion in the future is how to match log tracking, evaluation mechanisms, and human fallback approval nodes when the risk nodes of the system migrate from text generation to code generation and tool calling.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Access ChatGPT Online Without Registration in 2026: A Comprehensive Guide</title>
            <link>https://kylosvn.top/posts/note-9fa43b6c2e/</link>
            <pubDate>Wed, 06 May 2026 00:00:00 +0000</pubDate>
            <guid>https://kylosvn.top/posts/note-9fa43b6c2e/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;In today&amp;rsquo;s rapidly evolving AI landscape, ChatGPT has transitioned from a niche tool for tech enthusiasts to an essential resource for professionals, students, and content creators. However, domestic users face significant barriers such as high access thresholds, cumbersome registration processes, and costly fees. In 2026, a hassle-free ChatGPT access point that requires no login or registration has emerged, allowing ordinary users to enjoy top-tier AI services effortlessly. This article aims to provide a detailed guide based on practical experience.&lt;/p&gt;&#xA;&lt;h2 id=&#34;pain-points-for-domestic-users-the-need-for-no-login-chatgpt&#34;&gt;Pain Points for Domestic Users: The Need for No-Login ChatGPT&#xA;&lt;/h2&gt;&lt;p&gt;Many first-time users encounter three major obstacles when trying to access ChatGPT, each of which can deter newcomers:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Access Barriers&lt;/strong&gt;: The official version requires special network configurations, which can be complex. Many users spend hours trying to connect without success.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cumbersome Registration&lt;/strong&gt;: The official registration process requires an overseas phone number and email verification, with some platforms even demanding real-name authentication. This not only involves multiple steps but also poses privacy risks, leading many to abandon the process.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cost and Usage Limits&lt;/strong&gt;: The official free version has a daily limit of about 25 uses, which can be quickly exhausted with just a couple of tasks. Plus members incur monthly fees exceeding 200 yuan, making it impractical for students and average workers.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Additionally, 90% of platforms claiming to offer &amp;ldquo;free ChatGPT&amp;rdquo; are often scams, using inferior models or imposing hidden fees after a few free attempts. In this context, a legitimate, no-login, no-registration, high-quality ChatGPT access point is urgently needed.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-optimal-solution-in-2026-no-login-chatgpt-access&#34;&gt;The Optimal Solution in 2026: No-Login ChatGPT Access&#xA;&lt;/h2&gt;&lt;p&gt;After two months of testing over 30 platforms, we have identified a reliable no-login ChatGPT access point that meets the needs of domestic users: no registration, no login, and no special network requirements. Users can start chatting directly in their browser, with support for both GPT-3.5 and GPT-4o models, ensuring response quality matches the official version, without annoying ads or pop-ups.&lt;/p&gt;&#xA;&lt;h3 id=&#34;core-advantages-four-highlights-that-outshine-ordinary-platforms&#34;&gt;Core Advantages: Four Highlights that Outshine Ordinary Platforms&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Zero-Barrier Instant Use&lt;/strong&gt;: No phone number, email, or real-name verification required. Users can enter the chat interface within 10 seconds, making it easy for beginners.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;High-Quality Model Responses&lt;/strong&gt;: Utilizing the official GPT-3.5/GPT-4o models, the platform provides accurate Chinese comprehension and logical clarity, suitable for content creation, research, coding assistance, and learning support.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Unlimited Free Use&lt;/strong&gt;: There are no daily limits or conversation caps, and no fees to unlock features. It’s completely free, making it ideal for students and professionals alike.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Privacy and Security Assurance&lt;/strong&gt;: No personal information is required, and chat data is only cached locally, ensuring privacy and security.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;practical-steps-three-easy-steps-for-new-users&#34;&gt;Practical Steps: Three Easy Steps for New Users&#xA;&lt;/h3&gt;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Open Your Browser&lt;/strong&gt;: (Chrome, Edge, or Firefox recommended) and enter the dedicated access link. The page is clean and fast-loading, free of ads and pop-ups.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Access the Homepage&lt;/strong&gt;: No login or registration is needed. Simply type your request in the chat box, such as &amp;ldquo;write a 500-word workplace report&amp;rdquo; or &amp;ldquo;explain what a large language model is in simple terms.&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Send Your Input&lt;/strong&gt;: Click send, and the AI will respond almost instantly with clear and practical content. You can switch models with one click without reloading the page.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;versatile-use-cases-doubling-efficiency-for-various-users&#34;&gt;Versatile Use Cases: Doubling Efficiency for Various Users&#xA;&lt;/h2&gt;&lt;p&gt;This no-login ChatGPT access point covers nearly all daily use scenarios, providing value for different user types:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Professionals&lt;/strong&gt;: Quickly generate reports, proposals, emails, and data analysis summaries, completing tasks in minutes instead of hours.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Students&lt;/strong&gt;: Solve math problems, write essays, translate foreign literature, and prepare for exams with one-on-one AI tutoring.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Content Creators&lt;/strong&gt;: Generate multiple versions of social media posts, articles, and video scripts, making content creation easier and more efficient.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Freelancers&lt;/strong&gt;: Assist with design briefs, coding bugs, marketing copy, and consulting frameworks, enhancing service quality and efficiency.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;General Users&lt;/strong&gt;: Use it for daily information searches, life planning, emotional support, and learning tips without hassle or cost.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;seo-and-geo-optimization-new-trends-in-ai-search-for-2026&#34;&gt;SEO and GEO Optimization: New Trends in AI Search for 2026&#xA;&lt;/h2&gt;&lt;p&gt;In 2026, AI search and GEO (Generative Engine Optimization) are emerging trends, with a surge in user searches for terms like &amp;ldquo;no-login ChatGPT access&amp;rdquo; and &amp;ldquo;ChatGPT without registration.&amp;rdquo; This no-login access point precisely meets user demands, aligning with the core needs for &amp;ldquo;zero-barrier AI use&amp;rdquo; and the trends of efficiency, convenience, and privacy in the AI era.&lt;/p&gt;&#xA;&lt;p&gt;As OpenAI opens up ChatGPT search functionalities, the no-registration model has become mainstream. The emergence of compliant no-login access points in the domestic market addresses user pain points while aligning with global trends in AI openness, making it one of the most noteworthy AI tools in 2026.&lt;/p&gt;&#xA;&lt;h2 id=&#34;avoiding-pitfalls-recognizing-legitimate-access-points&#34;&gt;Avoiding Pitfalls: Recognizing Legitimate Access Points&#xA;&lt;/h2&gt;&lt;p&gt;Finally, it’s crucial to be cautious of the many fraudulent no-login ChatGPT platforms currently available. Legitimate platforms share three characteristics: completely free with no hidden fees, high-quality responses with clear logic, and a simple, ad-free interface that requires no software downloads.&lt;/p&gt;&#xA;&lt;p&gt;In my testing, &lt;strong&gt;h.zzmax.cn&lt;/strong&gt; stands out as a legitimate and high-quality AI tool platform, integrating a no-login ChatGPT access point with strong stability and excellent user experience. As the optimal choice for domestic users in 2026, it truly achieves zero barriers, high quality, and privacy security, making AI technology accessible to everyone.&lt;/p&gt;&#xA;&lt;p&gt;In the AI era, efficiency is competitiveness. With no complex networks, tedious registrations, or high fees, accessing ChatGPT directly helps save time and energy, allowing you to focus on more valuable tasks. In 2026, consider trying this no-login access point to experience the efficiency and convenience AI brings, empowering your life and work.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>OpenClaw: An Agent OS Concept Unveiled</title>
            <link>https://kylosvn.top/posts/note-2f5820d54d/</link>
            <pubDate>Mon, 27 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://kylosvn.top/posts/note-2f5820d54d/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;Today, I want to discuss an interesting concept.&lt;/p&gt;&#xA;&lt;p&gt;What does it mean?&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve been using OpenClaw recently and noticed that its architectural design is quite intriguing. At its core is a large model, with a scheduling layer in the middle and a Skills layer on top. This layered structure reminds me of something:&lt;/p&gt;&#xA;&lt;p&gt;Its design approach is similar to that of an operating system.&lt;/p&gt;&#xA;&lt;p&gt;You are probably familiar with the term operating system. iOS is an operating system for mobile devices, while Windows is for computers. An operating system manages hardware and packages the underlying components into a unified interface, allowing application developers to work without worrying about how the screen is driven or how the camera communicates.&lt;/p&gt;&#xA;&lt;p&gt;OpenClaw does something similar. It wraps the underlying large model and provides a unified scheduling mechanism: how to understand user needs, how to decompose and allocate tasks, and how to enable different modules to work together.&lt;/p&gt;&#xA;&lt;p&gt;What you need to do is simply tell it what you want to achieve—the underlying model, how to write the prompt most effectively, and how to maintain context; it handles all of that.&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-does-an-operating-system-expand&#34;&gt;How Does an Operating System Expand?&#xA;&lt;/h2&gt;&lt;p&gt;This brings up an interesting question.&lt;/p&gt;&#xA;&lt;p&gt;Once an operating system is released, how do we expand its functionalities?&lt;/p&gt;&#xA;&lt;p&gt;When iOS first launched, its built-in applications were quite limited. The maps were not very useful, so developers created one. The music app was unsatisfactory, prompting developers to create another. If you wanted to chat, developers made something called Instagram, followed by WhatsApp&amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;Creating apps has always been the primary way traditional operating systems expand their functionalities.&lt;/p&gt;&#xA;&lt;p&gt;Want to add a feature to the system? You create an app.&lt;/p&gt;&#xA;&lt;p&gt;However, everyone knows the barriers to creating an app: high.&lt;/p&gt;&#xA;&lt;p&gt;You need to write code, design, manage back-end systems, handle servers, and promote it. Without a technical background, even the best ideas are hard to realize.&lt;/p&gt;&#xA;&lt;p&gt;The people who can participate are essentially programmers and product managers.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-about-the-ai-era&#34;&gt;What About the AI Era?&#xA;&lt;/h2&gt;&lt;p&gt;In OpenClaw, the way to expand the system is entirely different.&lt;/p&gt;&#xA;&lt;p&gt;Instead of creating an app, you create a Skill.&lt;/p&gt;&#xA;&lt;p&gt;What is a Skill?&lt;/p&gt;&#xA;&lt;p&gt;It’s about transforming something you excel at into a workflow that AI can execute. It’s not about letting AI run wild; it’s about organizing your experience, your judgment criteria, and your steps into a format that AI can follow.&lt;/p&gt;&#xA;&lt;p&gt;Its expansion logic differs from traditional operating systems. Thus, I call this design approach an Agent OS.&lt;/p&gt;&#xA;&lt;p&gt;Let me give you a few examples.&lt;/p&gt;&#xA;&lt;p&gt;If you want AI to help you analyze stock performance—not just throwing a bunch of data at it for analysis—but providing it with your own logic: how to view the market, how to select stocks, how much to set for stop-loss, and what signals to act on. AI follows your framework, ensuring each analysis is methodical.&lt;/p&gt;&#xA;&lt;p&gt;If you want AI to help you review contracts—not just uploading a PDF and asking if there are risks—but giving it a checklist of your own: which clauses are prone to issues, which areas 99% of people overlook. AI follows this checklist, ensuring no detail is missed in each contract.&lt;/p&gt;&#xA;&lt;p&gt;If you want AI to assist in career decisions—not just asking it whether you should switch jobs and letting it come up with random suggestions—but providing it with a framework for evaluating opportunities: considering salary potential, team atmosphere, growth trajectory, and commuting costs, each with its own weight. AI follows your decision model, producing conclusions that are structured and not arbitrary.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;You see, the core is not about letting AI run free; it’s about turning your expertise into a process that AI can execute.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-shift-in-barriers&#34;&gt;The Shift in Barriers&#xA;&lt;/h2&gt;&lt;p&gt;At this point, one thing naturally emerges.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;The barrier to creating products has shifted from technology to domain knowledge.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;In the traditional OS era, if you wanted to turn your domain experience into a product, the barrier was technical. If you couldn’t code, even the best ideas couldn’t come to fruition.&lt;/p&gt;&#xA;&lt;p&gt;Now, with Agent OS allowing for Skill creation, the system handles the technical aspects, and what you need to do is clarify your experience in a specific domain.&lt;/p&gt;&#xA;&lt;p&gt;The barrier now becomes: how well do you understand this domain?&lt;/p&gt;&#xA;&lt;p&gt;If you understand stocks, you can create a stock analysis Skill.&lt;/p&gt;&#xA;&lt;p&gt;If you understand contracts, you can create a contract review Skill.&lt;/p&gt;&#xA;&lt;p&gt;If you understand the workplace, you can create a career decision Skill.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Your value is no longer determined by whether you can code, but by how deeply you understand a particular field.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;who-should-create-skills&#34;&gt;Who Should Create Skills?&#xA;&lt;/h2&gt;&lt;p&gt;At this point, the answer is quite clear.&lt;/p&gt;&#xA;&lt;p&gt;It’s not programmers.&lt;/p&gt;&#xA;&lt;p&gt;The advantages of programmers have significantly diminished under this logic—the technical aspects are handled by the Agent OS.&lt;/p&gt;&#xA;&lt;p&gt;It’s the people who create Skills—those who have real experience in a specific vertical field.&lt;/p&gt;&#xA;&lt;p&gt;The work you do every day, the pitfalls you’ve encountered, the methods you’ve summarized—these things used to be for your own use or turned into courses or books with limited monetization options.&lt;/p&gt;&#xA;&lt;p&gt;Now, they can be transformed into Skills, placed within the Agent OS for your use and for others.&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-to-get-started&#34;&gt;How to Get Started?&#xA;&lt;/h2&gt;&lt;p&gt;If you’re interested, here’s a simple step to start:&lt;/p&gt;&#xA;&lt;p&gt;First, list the three things you excel at. They don’t have to be grand; just things you do daily, others often ask you about, or areas where you feel there are patterns.&lt;/p&gt;&#xA;&lt;p&gt;Second, choose the one that resonates most with you and try to write down the steps you take to accomplish it. It doesn’t have to be perfect; just get your thoughts out.&lt;/p&gt;&#xA;&lt;p&gt;Third, find an AI tool you commonly use and present this workflow to it. See if it can follow your steps. If it works, you have a prototype of that Skill; if not, you’ll know where the issues lie.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Start with a usable version, even if it’s rough. Use it and iterate.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;conclusion&#34;&gt;Conclusion&#xA;&lt;/h2&gt;&lt;p&gt;Returning to my initial statement:&lt;/p&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;&lt;strong&gt;Previously, programmers created products, and the barrier was technical; now, with AI creating Skills, the barrier has shifted to domain knowledge.&lt;/strong&gt;&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;p&gt;Agent OS has dismantled the wall of technology.&lt;/p&gt;&#xA;&lt;p&gt;Once the wall is down, the real barrier becomes: how deeply do you understand a domain, and can you translate that understanding into a process that AI can execute?&lt;/p&gt;&#xA;&lt;p&gt;Now, the door is open.&lt;/p&gt;&#xA;&lt;p&gt;What are you good at? In which direction do you want to build a barrier?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;So, are you going to give it a try?&lt;/strong&gt;&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>DeepSeek V4 Released: Breaking Closed Source Monopoly with Huawei Collaboration</title>
            <link>https://kylosvn.top/posts/note-a92fecf94e/</link>
            <pubDate>Fri, 24 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://kylosvn.top/posts/note-a92fecf94e/</guid>
            <description>&lt;h2 id=&#34;deepseek-v4-released&#34;&gt;DeepSeek V4 Released&#xA;&lt;/h2&gt;&lt;p&gt;DeepSeek V4 has officially launched with an open-source preview. There are two versions available:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;DeepSeek-V4-Pro&lt;/strong&gt;: Targets top closed-source models, with 1.6T parameters, 49B activations, and a context length of 1M.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;DeepSeek-V4-Flash&lt;/strong&gt;: A smaller, faster economic version with 284B parameters, 13B activations, and a context length of 1M.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 10&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;1020px&#34; data-flex-grow=&#34;425&#34; height=&#34;254&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-a92fecf94e/img-542393a578.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-a92fecf94e/img-542393a578_hu_cfdb589b1f62212.jpeg 800w, https://kylosvn.top/posts/note-a92fecf94e/img-542393a578.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The official statement claims that DeepSeek V4 leads in agent capabilities, world knowledge, and reasoning performance within the domestic and open-source fields.&lt;/p&gt;&#xA;&lt;p&gt;Currently, DeepSeek V4 is being used internally as an Agentic Coding model, with user feedback indicating a better experience than Sonnet 4.5, and delivery quality close to Opus 4.6 in non-thinking mode, though still trailing behind Opus 4.6 in thinking mode.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 11&#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://kylosvn.top/posts/note-a92fecf94e/img-523f755da4.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-a92fecf94e/img-523f755da4_hu_9924894efe6384ce.jpeg 800w, https://kylosvn.top/posts/note-a92fecf94e/img-523f755da4.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The official website and app have been updated, and the API service has also been refreshed. Notably, &lt;strong&gt;support for Huawei&amp;rsquo;s computing power will be available in the second half of the year&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;1329px&#34; data-flex-grow=&#34;553&#34; height=&#34;195&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-a92fecf94e/img-e560ad2f30.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-a92fecf94e/img-e560ad2f30_hu_4cca1fe35dd07df0.jpeg 800w, https://kylosvn.top/posts/note-a92fecf94e/img-e560ad2f30.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;two-versions-released-together&#34;&gt;Two Versions Released Together&#xA;&lt;/h2&gt;&lt;p&gt;DeepSeek V4 has launched both versions simultaneously.&lt;/p&gt;&#xA;&lt;h3 id=&#34;v4-pro&#34;&gt;V4-Pro&#xA;&lt;/h3&gt;&lt;p&gt;The performance of V4-Pro rivals that of top closed-source models. The official assessment includes three key points:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Significantly Improved Agent Capability&lt;/strong&gt;: In Agentic capability coding assessments, V4-Pro has reached the best level among current open-source models and performs excellently in other agent-related evaluations. In internal assessments, the agent coding mode of V4 outperformed Sonnet 4.5, with delivery quality approaching Opus 4.6 in non-thinking mode, but still falling short of Opus 4.6 in thinking mode.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Rich World Knowledge&lt;/strong&gt;: In world knowledge evaluations, DeepSeek-V4-Pro significantly outperformed other open-source models, only slightly behind the top closed-source model, Gemini-Pro-3.1.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Top-Level Reasoning Performance&lt;/strong&gt;: In assessments of mathematics, STEM, and competitive coding, DeepSeek-V4-Pro surpassed all publicly evaluated open-source models, achieving results comparable to the best closed-source models.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 13&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;324px&#34; data-flex-grow=&#34;135&#34; height=&#34;798&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-a92fecf94e/img-0553963fa5.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-a92fecf94e/img-0553963fa5_hu_8d90f123fac18780.jpeg 800w, https://kylosvn.top/posts/note-a92fecf94e/img-0553963fa5.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;v4-flash&#34;&gt;V4-Flash&#xA;&lt;/h3&gt;&lt;p&gt;The V4-Flash version is smaller and faster. Its reasoning capability is close to that of the Pro version, with slightly less world knowledge, but smaller parameters and activations, making the API more affordable.&lt;/p&gt;&#xA;&lt;p&gt;In agent tasks, DeepSeek-V4-Flash performs comparably to DeepSeek-V4-Pro on simple tasks, but still shows a gap in more complex tasks.&lt;/p&gt;&#xA;&lt;p&gt;In a test scenario, V4 also passed quickly.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 14&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;199px&#34; data-flex-grow=&#34;83&#34; height=&#34;1297&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-a92fecf94e/img-3b6443865f.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-a92fecf94e/img-3b6443865f_hu_42648f18ed05c79.jpeg 800w, https://kylosvn.top/posts/note-a92fecf94e/img-3b6443865f.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;However, in the classic biological scenario of the &amp;ldquo;desperate father,&amp;rdquo; DeepSeek-V4 failed to grasp the critical point of red-green color blindness (according to genetic rules, if a female is red-green color blind, her biological father must also be).&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 15&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;382px&#34; data-flex-grow=&#34;159&#34; height=&#34;677&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-a92fecf94e/img-8bd389eec3.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-a92fecf94e/img-8bd389eec3_hu_e9e847df51b7a1ae.jpeg 800w, https://kylosvn.top/posts/note-a92fecf94e/img-8bd389eec3.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;standard-context-length-of-1m&#34;&gt;Standard Context Length of 1M&#xA;&lt;/h2&gt;&lt;p&gt;Notably, &lt;strong&gt;starting today, a 1M context length is standard for all official DeepSeek services&lt;/strong&gt;. A year ago, 1M context was a unique feature of Gemini; other closed-source models were limited to either 128K or 200K, and very few open-source models could handle this scale.&lt;/p&gt;&#xA;&lt;p&gt;DeepSeek has transformed the 1M context from a &amp;ldquo;premium feature&amp;rdquo; to a &amp;ldquo;basic utility.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;The release notes indicate that this was achieved through a new attention mechanism that compresses at the token dimension, combined with DSA sparse attention. This significantly reduces the computational and memory requirements compared to traditional methods.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 16&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;543px&#34; data-flex-grow=&#34;226&#34; height=&#34;477&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-a92fecf94e/img-218a43864b.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-a92fecf94e/img-218a43864b_hu_6f773e5ebab6c97b.jpeg 800w, https://kylosvn.top/posts/note-a92fecf94e/img-218a43864b.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;DSA is not a new term; it was first introduced in the V3.2-Exp update six months ago, which did not attract much attention at the time due to its similar performance to V3.1-Terminus, appearing as a minor update. In hindsight, it laid the groundwork for V4.&lt;/p&gt;&#xA;&lt;h2 id=&#34;optimized-agent-capabilities&#34;&gt;Optimized Agent Capabilities&#xA;&lt;/h2&gt;&lt;p&gt;For agents, V4 has been adapted and optimized for mainstream agent products such as Claude Code, OpenClaw, OpenCode, and CodeBuddy, resulting in improvements in coding tasks and document generation tasks.&lt;/p&gt;&#xA;&lt;p&gt;The release notes also include an example of a PPT slide generated by V4-Pro within a certain agent framework.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 17&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;510px&#34; data-flex-grow=&#34;212&#34; height=&#34;508&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-a92fecf94e/img-251a636efa.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-a92fecf94e/img-251a636efa_hu_575a7852baccfada.jpeg 800w, https://kylosvn.top/posts/note-a92fecf94e/img-251a636efa.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;api-pricing&#34;&gt;API Pricing&#xA;&lt;/h2&gt;&lt;p&gt;The APIs for V4-Pro and V4-Flash have launched simultaneously, supporting both OpenAI ChatCompletions and Anthropic interfaces.&lt;/p&gt;&#xA;&lt;p&gt;The base_url remains unchanged; simply modify the model parameter to deepseek-v4-pro or deepseek-v4-flash to call the respective version.&lt;/p&gt;&#xA;&lt;p&gt;Both versions support a maximum context of 1M and include both non-thinking and thinking modes. In thinking mode, the reasoning_effort parameter can adjust the intensity, with two levels: high and max. The official recommendation is to use max for complex agent scenarios.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 18&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;836px&#34; data-flex-grow=&#34;348&#34; height=&#34;310&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-a92fecf94e/img-81c4c66d84.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-a92fecf94e/img-81c4c66d84_hu_6abecb3480de1681.jpeg 800w, https://kylosvn.top/posts/note-a92fecf94e/img-81c4c66d84.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;A key point is that &lt;strong&gt;support for Huawei&amp;rsquo;s computing power will be available in the second half of the year&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Additionally, old model names will be phased out. deepseek-chat and deepseek-reasoner will be discontinued three months later (on July 24, 2026). During this transition, these two names will refer to the non-thinking and thinking modes of V4-Flash, respectively.&lt;/p&gt;&#xA;&lt;p&gt;For individual developers, the impact is minimal, requiring only a change in the model parameter. However, companies integrated into production environments will need to migrate within the next three months.&lt;/p&gt;&#xA;&lt;h2 id=&#34;one-more-thing&#34;&gt;One More Thing&#xA;&lt;/h2&gt;&lt;p&gt;At the end of the release notes, DeepSeek included a quote:&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;Do not be tempted by praise, nor frightened by slander, but follow the path and correct oneself.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;This is a line from Xunzi&amp;rsquo;s &amp;ldquo;Non-Twelve Sons.&amp;rdquo; In essence, it means not to be swayed by accolades or intimidated by criticism, but to move forward according to one&amp;rsquo;s own beliefs and to correct oneself.&lt;/p&gt;&#xA;&lt;p&gt;In today&amp;rsquo;s context, this is quite interesting. Over the past six months, rumors about when V4 would be released, whether it would be delayed, if it had been surpassed by others, or if it had been resolved by Claude&amp;rsquo;s distilled data have circulated in both Chinese and English AI circles. Earlier this year, some even confidently claimed that V4 would be released before the Spring Festival, but it was not until the end of April that it finally arrived.&lt;/p&gt;&#xA;&lt;p&gt;They did not respond to any of these rumors.&lt;/p&gt;&#xA;&lt;p&gt;Then, on a Friday afternoon, they released V4, open-sourced it, updated the official website and app, and refreshed the API, while also noting that internal staff had already stopped using Claude.&lt;/p&gt;&#xA;&lt;p&gt;There was no roadmap, no live streams, and no interviews.&lt;/p&gt;&#xA;&lt;p&gt;The phrase &amp;ldquo;follow the path&amp;rdquo; sounds like a slogan, but when you consider the past six months of the seemingly uneventful V3.2 Exp version, the DSA sparse attention that laid the groundwork for V4, and the transition of 1M context from a premium feature to a standard utility, it all comes together.&lt;/p&gt;&#xA;&lt;p&gt;DeepSeek has achieved this.&lt;/p&gt;&#xA;&lt;h3 id=&#34;deepseek-v4-model-open-source-links&#34;&gt;DeepSeek V4 Model Open Source Links:&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/collections/deepseek-ai/deepseek-v4&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;DeepSeek V4 on Hugging Face&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://modelscope.cn/collections/deepseek-ai/DeepSeek-V4&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;DeepSeek V4 on ModelScope&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;deepseek-v4-technical-report&#34;&gt;DeepSeek V4 Technical Report:&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/deepseek-ai/DeepSeek-V4-Pro/blob/main/DeepSeek_V4.pdf&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Technical Report PDF&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;</description>
        </item><item>
            <title>Anthropic&#39;s Claude Code Faces Backlash as OpenAI&#39;s Codex Expands Features</title>
            <link>https://kylosvn.top/posts/note-0457846e63/</link>
            <pubDate>Wed, 22 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://kylosvn.top/posts/note-0457846e63/</guid>
            <description>&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;559px&#34; data-flex-grow=&#34;233&#34; height=&#34;821&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0457846e63/img-104d793dd1.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0457846e63/img-104d793dd1_hu_300968ab9efe7acc.jpeg 800w, https://kylosvn.top/posts/note-0457846e63/img-104d793dd1_hu_91fd7987f27054de.jpeg 1600w, https://kylosvn.top/posts/note-0457846e63/img-104d793dd1.jpeg 1915w&#34; width=&#34;1915&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Users Frustrated with Anthropic&amp;rsquo;s Restrictions&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Recently, Anthropic has been rolling out various features while simultaneously tightening usage restrictions, leading to widespread frustration among users in the comments.&lt;/p&gt;&#xA;&lt;p&gt;As one of the most restrictive among the big three (OpenAI, Google, Anthropic), Anthropic has now implemented identity verification, requiring real-name registration to use its services. Just this morning, they also revoked the Claude Code access for Pro users ($20/month).&lt;/p&gt;&#xA;&lt;p&gt;Anthropic&amp;rsquo;s growth lead responded, mentioning that they are conducting a small-scale test on about 2% of new Pro user registrations, with existing Pro and Max users unaffected. They acknowledged that their current subscription plans cannot accommodate the high token consumption by users and are exploring new payment options.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;135px&#34; data-flex-grow=&#34;56&#34; height=&#34;2120&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0457846e63/img-87b794f0f4.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0457846e63/img-87b794f0f4_hu_c5f535aa2dab5eb0.jpeg 800w, https://kylosvn.top/posts/note-0457846e63/img-87b794f0f4.jpeg 1196w&#34; width=&#34;1196&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;OpenAI quickly responded to the controversy surrounding the removal of Claude Code access for Pro members. Rohan Varma, a lead at Codex, directly challenged Claude Code, even mimicking its post format.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;343px&#34; data-flex-grow=&#34;143&#34; height=&#34;836&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0457846e63/img-4cea6611be.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0457846e63/img-4cea6611be_hu_2b9ddc679ede791b.jpeg 800w, https://kylosvn.top/posts/note-0457846e63/img-4cea6611be.jpeg 1196w&#34; width=&#34;1196&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;While Anthropic is testing more expensive plans for 2% of users, &lt;strong&gt;Codex is offering its services to 100% of users, allowing both free and paid plans to access Codex&lt;/strong&gt;. They cheekily added that Claude Code users would not be affected.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;223px&#34; data-flex-grow=&#34;93&#34; height=&#34;689&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0457846e63/img-d6f7e26b13.jpeg&#34; width=&#34;642&#34;&gt;&#xA;Claude Code users PAY, Codex users PLAY&lt;/p&gt;&#xA;&lt;p&gt;Another Codex lead, Tibo, also tweeted that Codex will continue to offer a free version and a PLUS version ($20/month), emphasizing that &lt;strong&gt;OpenAI has sufficient computing power and advanced models to support Codex&amp;rsquo;s operations&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;OpenAI&amp;rsquo;s CEO also retweeted this, expressing, &amp;ldquo;&lt;strong&gt;We hope you can have abundant AI.&lt;/strong&gt;&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;364px&#34; data-flex-grow=&#34;151&#34; height=&#34;782&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0457846e63/img-2d1c51c915.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0457846e63/img-2d1c51c915_hu_cdf22251fde187ce.jpeg 800w, https://kylosvn.top/posts/note-0457846e63/img-2d1c51c915.jpeg 1188w&#34; width=&#34;1188&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Codex has maintained a relatively positive reputation on social media, especially after OpenAI&amp;rsquo;s recent push to allow everyone to experience Codex by &lt;strong&gt;resetting usage limits across all subscription plans&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;In early April, Codex noticed an increase in users hitting usage limits without understanding the reasons behind it, so they decided to reset the limits for all users. Just days ago, to celebrate Codex&amp;rsquo;s anniversary and the launch of new features, they reset usage limits once again.&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;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://kylosvn.top/posts/note-0457846e63/img-c063a88fd6.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0457846e63/img-c063a88fd6_hu_4751250ce791c943.jpeg 800w, https://kylosvn.top/posts/note-0457846e63/img-c063a88fd6.jpeg 1365w&#34; width=&#34;1365&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Today, Codex&amp;rsquo;s lead and OpenAI&amp;rsquo;s CEO tweeted that Codex added 1 million new users in less than two weeks, celebrating this milestone with yet another reset of rate limits.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 7&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;565px&#34; data-flex-grow=&#34;235&#34; height=&#34;502&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0457846e63/img-1fc256296c.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0457846e63/img-1fc256296c_hu_1234c8e5fec48a6f.jpeg 800w, https://kylosvn.top/posts/note-0457846e63/img-1fc256296c.jpeg 1182w&#34; width=&#34;1182&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Last week, on the day Anthropic released Opus 4.7, Codex updated with a host of important features, including Computer Use, a built-in browser, persistent memory, and over 90 plugins.&lt;/p&gt;&#xA;&lt;p&gt;These updates directly compete with the features of Claude Cowork, transforming Codex from a tool primarily for developers into an efficiency assistant suitable for all computer scenarios.&lt;/p&gt;&#xA;&lt;p&gt;Yesterday, building on the previously launched memory feature, Codex introduced a research preview feature called &amp;ldquo;Chronicle,&amp;rdquo; which allows the AI to read our screens and organize our recent activities into memory.&lt;/p&gt;&#xA;&lt;p&gt;Codex no longer relies solely on chat history to understand context; by combining the recent screen content it reads, it can accurately interpret our references when we say &amp;ldquo;this&amp;rdquo; or &amp;ldquo;that.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 8&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;358px&#34; data-flex-grow=&#34;149&#34; height=&#34;1864&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0457846e63/img-2106941ba7.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0457846e63/img-2106941ba7_hu_107b646f035a80af.jpeg 800w, https://kylosvn.top/posts/note-0457846e63/img-2106941ba7_hu_85b0d8057759d19b.jpeg 1600w, https://kylosvn.top/posts/note-0457846e63/img-2106941ba7_hu_16e0e0032041b944.jpeg 2400w, https://kylosvn.top/posts/note-0457846e63/img-2106941ba7.jpeg 2784w&#34; width=&#34;2784&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The newly released GPT Image 2 has also been integrated into Codex, enabling us to generate and iterate images within Codex for tasks ranging from product prototyping and front-end design to visual effects and game development.&lt;/p&gt;&#xA;&lt;p&gt;If your Claude account is frequently suspended, preventing you from using the official Claude Cowork or Claude Code desktop version, or if you are among the 2% of new users who cannot access Claude Code even after subscribing to the $20/month Pro plan, consider trying OpenAI&amp;rsquo;s Codex.&lt;/p&gt;&#xA;&lt;h2 id=&#34;from-code-tool-to-all-in-one-assistant&#34;&gt;From Code Tool to All-in-One Assistant&#xA;&lt;/h2&gt;&lt;p&gt;The most significant update for Codex recently was the release of Computer Use last week. This capability is not entirely new; previously, the model had the ability to use a computer, but now it requires tools and support to fully utilize its capabilities.&lt;/p&gt;&#xA;&lt;p&gt;Essentially, &lt;strong&gt;the Agent tool can operate a computer like a human, using visual recognition, clicking, and inputting commands to autonomously control various applications on the computer.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 9&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;374px&#34; data-flex-grow=&#34;156&#34; height=&#34;1640&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0457846e63/img-10bfcb4ebc.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0457846e63/img-10bfcb4ebc_hu_a78ee531e0a6e53e.jpeg 800w, https://kylosvn.top/posts/note-0457846e63/img-10bfcb4ebc_hu_8a24b3e031114265.jpeg 1600w, https://kylosvn.top/posts/note-0457846e63/img-10bfcb4ebc_hu_f397bdbdc5c48e21.jpeg 2400w, https://kylosvn.top/posts/note-0457846e63/img-10bfcb4ebc.jpeg 2560w&#34; width=&#34;2560&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Previously, Codex executed tasks on computer software through commands, resembling simple requests like asking Siri about the weather. With the Computer Use capability, it can now assist with actual operations on the computer, particularly useful for front-end debugging, application testing, and interacting with software that does not have an open API.&lt;/p&gt;&#xA;&lt;p&gt;Additionally, it supports multiple agents working in parallel on a Mac without affecting our use of other applications.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 10&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;374px&#34; data-flex-grow=&#34;156&#34; height=&#34;1640&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0457846e63/img-423c544ec1.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0457846e63/img-423c544ec1_hu_dffa16a3bfbde740.jpeg 800w, https://kylosvn.top/posts/note-0457846e63/img-423c544ec1_hu_df4507cd17cdae82.jpeg 1600w, https://kylosvn.top/posts/note-0457846e63/img-423c544ec1_hu_72d627dc535243e3.jpeg 2400w, https://kylosvn.top/posts/note-0457846e63/img-423c544ec1.jpeg 2560w&#34; width=&#34;2560&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;It is important to note that &lt;strong&gt;Computer Use is only supported on macOS 15 and above&lt;/strong&gt;. During testing Codex on our computer (macOS 14.6.1), a SkyComputerUseClient issue report popped up automatically.&lt;/p&gt;&#xA;&lt;p&gt;Moreover, Codex now supports a built-in browser, enhancing its ability to handle web scenarios. The web pages generated within Codex can be annotated directly, providing more precise operation instructions for rapid iteration in front-end, application, and game development.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 11&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;374px&#34; data-flex-grow=&#34;156&#34; height=&#34;1640&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0457846e63/img-3866aaf785.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0457846e63/img-3866aaf785_hu_ba734e28d8d72bd8.jpeg 800w, https://kylosvn.top/posts/note-0457846e63/img-3866aaf785_hu_f396a11f838d4101.jpeg 1600w, https://kylosvn.top/posts/note-0457846e63/img-3866aaf785_hu_98bac2630e2a0e41.jpeg 2400w, https://kylosvn.top/posts/note-0457846e63/img-3866aaf785.jpeg 2560w&#34; width=&#34;2560&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;From coding, design, lifestyle, productivity to research, Codex now features a rich plugin system to handle various tasks.&lt;/p&gt;&#xA;&lt;p&gt;This update also introduced over 90 new plugins and a more extensive tool integration, allowing Codex to access more tools, gather more context, and perform cross-platform operations. Popular plugins mentioned include Atlassian Rovo (JIRA), Microsoft Suite, Neon by Databricks, Remotion, Render, Superpowers, and more.&lt;/p&gt;&#xA;&lt;p&gt;In the Codex application, we can quickly access various Codex configurations by entering a slash, and by typing a dollar sign, we can select different Skills, including various Skills installed locally.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 12&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;390px&#34; data-flex-grow=&#34;162&#34; height=&#34;782&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0457846e63/img-7583170d4b.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0457846e63/img-7583170d4b_hu_b251c90253abef33.jpeg 800w, https://kylosvn.top/posts/note-0457846e63/img-7583170d4b.jpeg 1274w&#34; width=&#34;1274&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Additionally, with the upgrade of Codex&amp;rsquo;s Automation feature, we can reuse previous conversation threads while retaining existing context. The new automation also supports Codex in planning subsequent tasks autonomously, executing tasks at a future time, and even supporting long-term tasks lasting days or weeks.&lt;/p&gt;&#xA;&lt;p&gt;The official statement indicated that this update is mainly used for code submission merges, tracking daily to-do items, and information tracking across different platforms and tools.&lt;/p&gt;&#xA;&lt;p&gt;There are also minor updates for desktop application interactions, such as adding multi-tab terminal windows and allowing the sidebar to open files and preview PDFs, spreadsheets, PPTs, and other documents.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 13&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;374px&#34; data-flex-grow=&#34;156&#34; height=&#34;1640&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0457846e63/img-efde0bd3f6.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0457846e63/img-efde0bd3f6_hu_4d73f7ff9e4175cb.jpeg 800w, https://kylosvn.top/posts/note-0457846e63/img-efde0bd3f6_hu_c0f08130efa4390e.jpeg 1600w, https://kylosvn.top/posts/note-0457846e63/img-efde0bd3f6_hu_6dbd19b755c2a565.jpeg 2400w, https://kylosvn.top/posts/note-0457846e63/img-efde0bd3f6.jpeg 2560w&#34; width=&#34;2560&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The new summary panel can continuously track the plans and progress of current tasks, reference information sources, and output results. &lt;strong&gt;These enhancements make Codex feel more like a unified workspace rather than a single chat window.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;maintaining-agent-memory-with-timed-screenshots&#34;&gt;Maintaining Agent Memory with Timed Screenshots&#xA;&lt;/h2&gt;&lt;p&gt;Personalized memory functionality has always been a significant challenge for AI. While AI can retain vast amounts of knowledge, it needs to manage each user&amp;rsquo;s private memory and working memory in a way that does not consume excessive tokens while still being effective.&lt;/p&gt;&#xA;&lt;p&gt;Especially with Agent tasks that consume a lot of tokens, if the Agent needs to remember all the context generated by each user daily, even a million tokens may not suffice.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 14&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;376px&#34; data-flex-grow=&#34;157&#34; height=&#34;1624&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0457846e63/img-b092f4aded.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0457846e63/img-b092f4aded_hu_4eafedb64e43faf9.jpeg 800w, https://kylosvn.top/posts/note-0457846e63/img-b092f4aded_hu_a139620d6bba89de.jpeg 1600w, https://kylosvn.top/posts/note-0457846e63/img-b092f4aded_hu_bffd94570f4987e5.jpeg 2400w, https://kylosvn.top/posts/note-0457846e63/img-b092f4aded.jpeg 2550w&#34; width=&#34;2550&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Last week, OpenAI introduced a memory feature for Codex, enabling it to remember our personal preferences, previous corrections, and other crucial information that is not easily accessible.&lt;/p&gt;&#xA;&lt;p&gt;To acquire more memory and process our workflows more quickly, Codex launched the Chronicle feature, which essentially observes our screens, remembers our work, and feeds this memory to the AI.&lt;/p&gt;&#xA;&lt;p&gt;Specifically, after enabling the Chronicle feature in Codex settings &amp;gt; personalization, it automatically performs these operations: screen context capture → local temporary screenshots → background agent analysis → temporary Codex session summary → generates local Markdown memory → uses it as context in subsequent sessions.&lt;/p&gt;&#xA;&lt;p&gt;Once Codex obtains screen recording and accessibility permissions, Chronicle will run a sandbox Agent in the background. These Agents use the default model GPT-5.4-mini to periodically initiate a temporary Codex session based on captured screen images, organizing recent screen context into memory.&lt;/p&gt;&#xA;&lt;p&gt;Screenshots will only be temporarily stored locally, and Codex mentions that during operation, screenshots older than 6 hours will be automatically deleted.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 15&#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://kylosvn.top/posts/note-0457846e63/img-f88aa13360.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0457846e63/img-f88aa13360_hu_684de0468bd891d2.jpeg 800w, https://kylosvn.top/posts/note-0457846e63/img-f88aa13360.jpeg 1024w&#34; width=&#34;1024&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The information generated by GPT Image 2&lt;/p&gt;&#xA;&lt;p&gt;In future conversations with Codex, it will automatically retrieve these memory files to use as context, reducing the need for us to repeatedly describe the background.&lt;/p&gt;&#xA;&lt;p&gt;OpenAI has also provided multiple examples, such as if Chronicle is not enabled, Codex would not understand what we mean by &amp;ldquo;this will fail&amp;rdquo; without context.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 16&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;451px&#34; data-flex-grow=&#34;187&#34; height=&#34;1756&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0457846e63/img-1b3c5fc609.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0457846e63/img-1b3c5fc609_hu_21264b0b6cda9e74.jpeg 800w, https://kylosvn.top/posts/note-0457846e63/img-1b3c5fc609_hu_74492b6e7d7aefd2.jpeg 1600w, https://kylosvn.top/posts/note-0457846e63/img-1b3c5fc609_hu_554cb68b4ca3b605.jpeg 2400w, https://kylosvn.top/posts/note-0457846e63/img-1b3c5fc609.jpeg 3300w&#34; width=&#34;3300&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;For personal tasks involving names, project titles, etc., outside of general knowledge, Codex will also automatically supplement context based on the information obtained from Chronicle.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 17&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;453px&#34; data-flex-grow=&#34;189&#34; height=&#34;1746&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0457846e63/img-fcd98d07e1.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0457846e63/img-fcd98d07e1_hu_d3a80369d58d56bb.jpeg 800w, https://kylosvn.top/posts/note-0457846e63/img-fcd98d07e1_hu_14fe79c5d4e4ada2.jpeg 1600w, https://kylosvn.top/posts/note-0457846e63/img-fcd98d07e1_hu_129c5e971e48c8d5.jpeg 2400w, https://kylosvn.top/posts/note-0457846e63/img-fcd98d07e1.jpeg 3300w&#34; width=&#34;3300&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The ability to capture screen images means that Chronicle can remember the entire workflow of tasks processed with Codex, including our workflows and commonly used tools. For example, a Codex using Chronicle will know the format and tool used for a promotional material, whether it&amp;rsquo;s Google Docs or Markdown.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 18&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;452px&#34; data-flex-grow=&#34;188&#34; height=&#34;1746&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0457846e63/img-c8e3060243.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0457846e63/img-c8e3060243_hu_c31b95534b137254.jpeg 800w, https://kylosvn.top/posts/note-0457846e63/img-c8e3060243_hu_7f617ccafe256658.jpeg 1600w, https://kylosvn.top/posts/note-0457846e63/img-c8e3060243_hu_a0fe161b7a6d310f.jpeg 2400w, https://kylosvn.top/posts/note-0457846e63/img-c8e3060243.jpeg 3290w&#34; width=&#34;3290&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;However, this feature also faces some controversies. For instance, the visual recognition method may consume a significant amount of tokens, and more seriously, these screenshots might contain sensitive information visible on our screens.&lt;/p&gt;&#xA;&lt;p&gt;Although OpenAI states that all saved memories will be stored in local markdown documents for users to review at any time, Codex can identify what information it has obtained from these screenshots. They also warn users that when Chronicle captures screenshots of risky websites, those sites may inject malicious commands hidden in prompts, which Codex could execute.&lt;/p&gt;&#xA;&lt;p&gt;Currently, the Chronicle feature is only available to ChatGPT Pro ($200/month) users and is launched as a research preview for the macOS version of Codex. Once Chronicle is officially launched, it is expected that Codex will open it up to more users.&lt;/p&gt;&#xA;&lt;h2 id=&#34;mobile-remote-control-digital-pets-and-the-potential-launch-of-hermes-agent&#34;&gt;Mobile Remote Control, Digital Pets, and the Potential Launch of &amp;ldquo;Hermes Agent&amp;rdquo;&#xA;&lt;/h2&gt;&lt;p&gt;Recently, Codex has been referred to as a product striving to catch up with Claude. While some say that OpenAI lacks originality and follows trends, the competition between good products can ultimately benefit users.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 19&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;721px&#34; data-flex-grow=&#34;300&#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://kylosvn.top/posts/note-0457846e63/img-19d013bf20.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0457846e63/img-19d013bf20_hu_77b93f6416ea2be0.jpeg 800w, https://kylosvn.top/posts/note-0457846e63/img-19d013bf20.jpeg 1196w&#34; width=&#34;1196&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Codex developers have asked users for feedback on X, and many responded enthusiastically, suggesting the addition of mobile control functionality and integration into the ChatGPT app, both features currently offered by Claude.&lt;/p&gt;&#xA;&lt;p&gt;Some users also reported various bugs in Codex, such as memory leaks and the inability to delete conversation archives.&lt;/p&gt;&#xA;&lt;p&gt;Recent leaks about Codex updates also mentioned plans for a small digital pet to be placed on the Codex desktop to indicate the status of ongoing conversations.&lt;/p&gt;&#xA;&lt;p&gt;This digital pet will have eight preset appearances, and users can create and use their own virtual images.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 20&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;341px&#34; data-flex-grow=&#34;142&#34; height=&#34;1290&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0457846e63/img-4b66a06f60.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0457846e63/img-4b66a06f60_hu_4c4fe850c606776a.jpeg 800w, https://kylosvn.top/posts/note-0457846e63/img-4b66a06f60_hu_f1da2ae41c393bde.jpeg 1600w, https://kylosvn.top/posts/note-0457846e63/img-4b66a06f60.jpeg 1838w&#34; width=&#34;1838&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Another leak indicated that OpenAI is developing an agent for ChatGPT (codenamed Hermes), which will include features like agent builders, templates, scheduling, options for using agents in Slack, adding applications, skills, files, memory, instructions, and more.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 21&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;376px&#34; data-flex-grow=&#34;156&#34; height=&#34;2612&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0457846e63/img-1a44b33275.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0457846e63/img-1a44b33275_hu_df1cb1a4719f965b.jpeg 800w, https://kylosvn.top/posts/note-0457846e63/img-1a44b33275_hu_d7aa6c8d02052b74.jpeg 1600w, https://kylosvn.top/posts/note-0457846e63/img-1a44b33275_hu_df3c8787f353c205.jpeg 2400w, https://kylosvn.top/posts/note-0457846e63/img-1a44b33275.jpeg 4096w&#34; width=&#34;4096&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Currently, Codex is an actively developed product, and OpenAI is unlikely to cede the local agent market to Claude.&lt;/p&gt;&#xA;&lt;p&gt;Not to mention that OpenAI, as the elder brother in the AI field, recently saw Gemini quietly release a desktop application, which received criticism from users as &amp;ldquo;terrible.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 22&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;498px&#34; data-flex-grow=&#34;207&#34; height=&#34;1580&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0457846e63/img-1e59cf2ada.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0457846e63/img-1e59cf2ada_hu_9bd674eee0574db9.jpeg 800w, https://kylosvn.top/posts/note-0457846e63/img-1e59cf2ada_hu_49b38c38b756600a.jpeg 1600w, https://kylosvn.top/posts/note-0457846e63/img-1e59cf2ada_hu_6b737a18729f2e5f.jpeg 2400w, https://kylosvn.top/posts/note-0457846e63/img-1e59cf2ada.jpeg 3282w&#34; width=&#34;3282&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;We can only encourage OpenAI and Gemini to quickly end Claude&amp;rsquo;s lead in local agent assistants and coding.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Artificial Intelligence Major: Detailed Guide and Admission Tips</title>
            <link>https://kylosvn.top/posts/note-2682e25302/</link>
            <pubDate>Wed, 22 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://kylosvn.top/posts/note-2682e25302/</guid>
            <description>&lt;h2 id=&#34;overview-of-the-artificial-intelligence-major&#34;&gt;Overview of the Artificial Intelligence Major&#xA;&lt;/h2&gt;&lt;p&gt;The Artificial Intelligence major is part of the electronic information undergraduate programs, typically lasting four years and granting a Bachelor of Engineering degree. It focuses on the intersection of mathematics, computer science, and AI algorithms, aiming to cultivate professionals capable of developing, deploying, and optimizing intelligent systems.&lt;/p&gt;&#xA;&lt;h2 id=&#34;core-knowledge-and-courses&#34;&gt;Core Knowledge and Courses&#xA;&lt;/h2&gt;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Mathematical Foundations&lt;/strong&gt;: Advanced mathematics, linear algebra, probability theory and statistics, discrete mathematics, and foundational mathematics for AI (which determines the limits of algorithms).&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Computer Science Basics&lt;/strong&gt;: Programming (Python/C/C++), data structures and algorithms, operating systems, computer networks, and principles of computer organization.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Core AI Technologies&lt;/strong&gt;: Introduction to artificial intelligence, machine learning, deep learning (CNN/RNN/Transformer), pattern recognition, natural language processing (NLP), computer vision, reinforcement learning, and graph neural networks.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Engineering and Applications&lt;/strong&gt;: Smart chips, AI frameworks (TensorFlow/PyTorch), intelligent robotics, the Internet of Things, and AI applications in various fields (smart driving, medical imaging).&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Ethics and Regulations&lt;/strong&gt;: Ethics in artificial intelligence, cognitive psychology, and technology law.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;practical-skills-and-capabilities&#34;&gt;Practical Skills and Capabilities&#xA;&lt;/h2&gt;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;The curriculum includes experiments, course design, project training, internships, and graduation projects, emphasizing hands-on problem-solving in complex engineering tasks.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Students must develop skills in model training and tuning, engineering deployment, multimodal perception and decision-making, as well as cross-team collaboration and ethical compliance awareness.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;common-specializations&#34;&gt;Common Specializations&#xA;&lt;/h2&gt;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Computer Vision&lt;/strong&gt;: Object detection, image generation, autonomous driving, and medical imaging.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Natural Language Processing&lt;/strong&gt;: Text classification, machine translation, intelligent customer service, and large model applications.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Reinforcement Learning&lt;/strong&gt;: Game AI, robot control, and intelligent decision-making.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Recommendation and Graph Intelligence&lt;/strong&gt;: Social networks, e-commerce recommendations, and graph neural networks.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;differences-between-ai-computer-science-and-electronic-information-majors&#34;&gt;Differences Between AI, Computer Science, and Electronic Information Majors&#xA;&lt;/h2&gt;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Artificial Intelligence Major&lt;/strong&gt;: Focuses on algorithms, models, and the development of intelligent systems, emphasizing the ability of machines to learn, reason, and perceive, leaning towards intelligent applications and algorithm design.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Computer Science Major&lt;/strong&gt;: Emphasizes software programming, system development, networking, and database technologies, offering broader employment opportunities as the foundational support for AI.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Electronic Information Major&lt;/strong&gt;: Focuses on hardware circuits, signal processing, communication, and embedded systems, primarily studying the underlying hardware and signal transmission of intelligent devices.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;requirements-for-studying-artificial-intelligence&#34;&gt;Requirements for Studying Artificial Intelligence&#xA;&lt;/h2&gt;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;A solid foundation in mathematics and logical thinking is essential, along with the ability to adapt to abstract algorithm learning.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Interest in programming and willingness to engage in hands-on practice, debugging code, and training models are crucial.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Strong self-learning ability and patience to keep pace with the rapid updates in AI technology are necessary.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Basic English reading skills are beneficial for accessing cutting-edge literature and technical documents.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Problem-solving skills and the ability to optimize solutions through repeated experimentation are important.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;key-points-for-choosing-universities-offering-ai-majors&#34;&gt;Key Points for Choosing Universities Offering AI Majors&#xA;&lt;/h2&gt;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Discipline Strength&lt;/strong&gt;: Prioritize institutions with strong computer science, control science, and software engineering programs that have doctoral programs and top undergraduate majors.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Research Platforms&lt;/strong&gt;: Check for AI laboratories, big data research institutes, and GPU computing platforms as hardware support.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Curriculum System&lt;/strong&gt;: Ensure the curriculum covers core AI technologies, balancing theory and engineering practice.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Industry Collaboration&lt;/strong&gt;: Look for schools that collaborate with tech companies to establish training bases and have ample internship and employment resources.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Regional Industry&lt;/strong&gt;: Prefer universities located in tech industry hubs for better internship opportunities and employment prospects.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;admission-and-learning-suggestions&#34;&gt;Admission and Learning Suggestions&#xA;&lt;/h2&gt;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;School Selection&lt;/strong&gt;: Consider three aspects: mathematical intensity (real analysis/differential geometry), engineering practice (GPU clusters/company projects), and alignment of specialization with target industries.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Learning Path&lt;/strong&gt;: Build a strong foundation in mathematics and programming first, then study machine learning and deep learning, reinforcing practice through projects (such as image classification and text generation) while keeping an eye on advancements in large models and multimodal technologies.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;</description>
        </item><item>
            <title>OpenAI&#39;s Codex Transforms SQL Queries with Lifelong Memory</title>
            <link>https://kylosvn.top/posts/note-0b1a81715c/</link>
            <pubDate>Tue, 21 Apr 2026 00:00:00 +0000</pubDate>
            <guid>https://kylosvn.top/posts/note-0b1a81715c/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;In early 2026, while most companies were still relying on data analysts to manually write SQL queries, OpenAI revealed a data analysis agent capable of independent thinking, reasoning, and self-evolution, reducing data query times from days to minutes.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-challenge-of-data-queries&#34;&gt;The Challenge of Data Queries&#xA;&lt;/h2&gt;&lt;p&gt;Data teams often face challenges not due to insufficient computing power, but because of the vast number of tables, definitions, and scattered experiences. For instance, the term &amp;ldquo;active users&amp;rdquo; can have completely different meanings across various tables. Even if the right table is selected, writing hundreds of lines of SQL can be necessary to produce results, and a single incorrect join condition can invalidate the entire effort.&lt;/p&gt;&#xA;&lt;p&gt;Internally, OpenAI has taken a radical step: using a Codex-driven data agent to manage the entire process of &amp;ldquo;finding tables, understanding tables, writing SQL, and validating results&amp;rdquo; through a six-layer contextual architecture. This approach enriches data semantics, integrates organizational knowledge, and consolidates experiential memory, allowing engineers to ask questions instead of performing manual tasks.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 16&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;508px&#34; data-flex-grow=&#34;211&#34; height=&#34;510&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0b1a81715c/img-c93389c1fd.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0b1a81715c/img-c93389c1fd_hu_7f9846eb23ad0f39.jpeg 800w, https://kylosvn.top/posts/note-0b1a81715c/img-c93389c1fd.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 17&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;455px&#34; data-flex-grow=&#34;189&#34; height=&#34;59&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0b1a81715c/img-20894d77aa.jpeg&#34; width=&#34;112&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;automating-data-queries&#34;&gt;Automating Data Queries&#xA;&lt;/h2&gt;&lt;p&gt;&amp;ldquo;We have many structurally similar tables, and I spend a lot of time trying to understand their differences and which one to use,&amp;rdquo; lamented an OpenAI engineer, capturing the common plight of data workers. OpenAI&amp;rsquo;s internal data platform contains 600PB of data across 70,000 datasets. Imagine when engineers need to analyze ChatGPT user growth, facing dozens of similar user tables, each claiming to record &amp;ldquo;user activity&amp;rdquo; but with differing definitions.&lt;/p&gt;&#xA;&lt;p&gt;Choosing the wrong table can mean days of effort wasted, and worse, it could lead to critical decisions based on incorrect data.&lt;/p&gt;&#xA;&lt;p&gt;Even when the correct table is chosen, generating accurate results can be challenging. A complex SQL statement of over 180 lines can feel like an insurmountable mountain—any minor error could render the entire analysis ineffective.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 18&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;203px&#34; data-flex-grow=&#34;84&#34; height=&#34;1274&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0b1a81715c/img-4fab6c9a5c.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0b1a81715c/img-4fab6c9a5c_hu_7e5306d1b8988dec.jpeg 800w, https://kylosvn.top/posts/note-0b1a81715c/img-4fab6c9a5c.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;With the Codex-driven intelligent agent, engineers no longer need to write hundreds of SQL queries; they can simply ask questions to find the information they need from the data ocean, such as comparing active user counts at two different points in time.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 19&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;316px&#34; data-flex-grow=&#34;131&#34; height=&#34;886&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0b1a81715c/img-8df61c2fec.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0b1a81715c/img-8df61c2fec_hu_62eb35c5ddfed6aa.jpeg 800w, https://kylosvn.top/posts/note-0b1a81715c/img-8df61c2fec.jpeg 1168w&#34; width=&#34;1168&#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;455px&#34; data-flex-grow=&#34;189&#34; height=&#34;59&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0b1a81715c/img-d6734d2e5a.jpeg&#34; width=&#34;112&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;six-layer-contextual-architecture&#34;&gt;Six-Layer Contextual Architecture&#xA;&lt;/h2&gt;&lt;p&gt;Many tools exist to convert natural language into SQL statements, but the core innovation of OpenAI&amp;rsquo;s internal data agent lies in its multi-layer contextual architecture.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 21&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;421px&#34; data-flex-grow=&#34;175&#34; height=&#34;678&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0b1a81715c/img-e743fb3aa5.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0b1a81715c/img-e743fb3aa5_hu_f6e0b470d2f0ac5b.jpeg 800w, https://kylosvn.top/posts/note-0b1a81715c/img-e743fb3aa5.jpeg 1192w&#34; width=&#34;1192&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The foundational layer consists of basic metadata, including table structures and column types, providing the skeleton for the data graph.&lt;/p&gt;&#xA;&lt;p&gt;The next layer involves human annotations crafted by domain experts, capturing intent, semantics, business meanings, and known considerations that cannot be easily inferred from patterns or historical queries. This layer essentially provides foundational training for the agent regarding each table&amp;rsquo;s information.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 22&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;261px&#34; data-flex-grow=&#34;109&#34; height=&#34;1092&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0b1a81715c/img-a18d4d4092.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0b1a81715c/img-a18d4d4092_hu_ccb28e33be34e33b.jpeg 800w, https://kylosvn.top/posts/note-0b1a81715c/img-a18d4d4092.jpeg 1192w&#34; width=&#34;1192&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The subsequent Codex enhancement layer derives code-level definitions of tables, allowing the agent to gain deeper insights into the actual content of the data. This layer offers critical information about value uniqueness, data update frequency, and data range. Its introduction enables the agent to understand differences in table construction and updates.&lt;/p&gt;&#xA;&lt;p&gt;Above this is the organizational knowledge layer, where the agent can access Slack, Google Docs, and Notion to obtain key company background information, such as product releases, reliability incidents, internal codenames, and definitions and calculation logic for key metrics.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 23&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;461px&#34; data-flex-grow=&#34;192&#34; height=&#34;562&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0b1a81715c/img-1e47192d71.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0b1a81715c/img-1e47192d71_hu_3c8343a1a3a21a0c.jpeg 800w, https://kylosvn.top/posts/note-0b1a81715c/img-1e47192d71.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;With external text-derived background information, the agent avoids common sense errors. For example, when a user asks, &amp;ldquo;Why did connector usage drop significantly in December?&amp;rdquo; the agent does not simply report the number&amp;rsquo;s decline but identifies it as primarily a measurement/logging issue rather than a real collapse in usage, related to changes in data collection due to the ChatGPT 5.1 release.&lt;/p&gt;&#xA;&lt;p&gt;The most critical fifth layer is the learning evolution, which grants the agent persistent memory. When it receives corrections from users or notices subtle differences in data issues, it can retain these experiences for future use. Memory can also be created and edited manually by users, applicable globally or unique to specific users.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 24&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;1364px&#34; data-flex-grow=&#34;568&#34; height=&#34;190&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0b1a81715c/img-8397cc7c10.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0b1a81715c/img-8397cc7c10_hu_61aa32752dd37775.jpeg 800w, https://kylosvn.top/posts/note-0b1a81715c/img-8397cc7c10.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The top layer, runtime context, allows the agent to perform real-time queries to check and query tables when existing context or information is lacking. It can also communicate with other data platform systems (metadata services, Airflow, Spark) to obtain broader data context.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 25&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;455px&#34; data-flex-grow=&#34;189&#34; height=&#34;59&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0b1a81715c/img-ff91e30c33.jpeg&#34; width=&#34;112&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;dynamic-switching-between-offline-retrieval-and-online-queries&#34;&gt;Dynamic Switching Between Offline Retrieval and Online Queries&#xA;&lt;/h2&gt;&lt;p&gt;How do these six layers work together?&lt;/p&gt;&#xA;&lt;p&gt;The process can be divided into offline and online steps. Each day at dawn, the agent systematically scans thousands of data tables&amp;rsquo; actual usage and calling trajectories from the previous day, absorbing annotations and insights left by data experts, and invokes Codex to interpret the logic buried in the code, deriving richer business semantics behind the tables. All these scattered &amp;ldquo;knowledge fragments&amp;rdquo; are merged into a unified, standardized &amp;ldquo;knowledge graph.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Subsequently, through OpenAI&amp;rsquo;s embedding model, this information is transformed and compressed into groups of vector embeddings stored in a high-speed retrieval library. Thus, a readily available &amp;ldquo;data memory palace&amp;rdquo; for the AI agent is established.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 26&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;333px&#34; data-flex-grow=&#34;138&#34; height=&#34;578&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0b1a81715c/img-94172715b7.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0b1a81715c/img-94172715b7_hu_e6377f63526d477b.jpeg 800w, https://kylosvn.top/posts/note-0b1a81715c/img-94172715b7.jpeg 802w&#34; width=&#34;802&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;When a user&amp;rsquo;s question arrives, the agent no longer needs to dive into the vast sea of metadata for time-consuming manual retrieval. Instead, it employs retrieval-augmented generation techniques to precisely locate and extract the most relevant data tables for the current question. This process is fast, scalable, and has low latency.&lt;/p&gt;&#xA;&lt;p&gt;For requests requiring the latest data, the agent simultaneously activates a real-time query channel, directly querying the data warehouse. This achieves both the immediacy of runtime context and deep integration with offline knowledge. Consequently, a complex business question can be transformed into clear insights available in seconds through the collaboration of offline memory&amp;rsquo;s &amp;ldquo;lightning retrieval&amp;rdquo; and real-time data&amp;rsquo;s &amp;ldquo;precise guidance.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 27&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;455px&#34; data-flex-grow=&#34;189&#34; height=&#34;59&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0b1a81715c/img-afc26c3049.jpeg&#34; width=&#34;112&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;paradigm-shift-from-static-tools-to-dynamic-team-members&#34;&gt;Paradigm Shift from Static Tools to Dynamic Team Members&#xA;&lt;/h2&gt;&lt;p&gt;What is most impressive about this intelligent agent is not its technical complexity, but how it integrates into daily workflows, becoming a true &amp;ldquo;teammate.&amp;rdquo; Unlike traditional &amp;ldquo;question-and-answer&amp;rdquo; tools, OpenAI&amp;rsquo;s data analysis agent is designed to be a &amp;ldquo;teammate with whom one can reason.&amp;rdquo; It is conversational, always online, capable of handling quick answers as well as iterative exploration.&lt;/p&gt;&#xA;&lt;p&gt;Imagine a scenario where a product manager&amp;rsquo;s question is unclear or incomplete; the agent proactively asks clarifying questions. If there is no response, it applies reasonable default values to advance the work. For example, if a user inquires about business growth without specifying a date range, it might assume the last seven or thirty days. This allows the agent to maintain a balance between responding and collaborating with the user to achieve more accurate results.&lt;/p&gt;&#xA;&lt;p&gt;To prevent the ever-evolving agent from going off track during its learning process, the OpenAI team employs the Evals API to provide a strict overseer for the agent. Each significant question is paired with manually crafted queries serving as &amp;ldquo;gold standards,&amp;rdquo; and the agent&amp;rsquo;s performance is continuously monitored and rated.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 28&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;551px&#34; data-flex-grow=&#34;229&#34; height=&#34;349&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0b1a81715c/img-5199ef034c.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-0b1a81715c/img-5199ef034c_hu_e7e96c1d2133f352.jpeg 800w, https://kylosvn.top/posts/note-0b1a81715c/img-5199ef034c.jpeg 802w&#34; width=&#34;802&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;These evaluations check not only the correctness of SQL syntax but also compare the accuracy of result data. When the agent &amp;ldquo;misbehaves,&amp;rdquo; the system immediately raises an alert, ensuring issues are identified and resolved before impacting users.&lt;/p&gt;&#xA;&lt;p&gt;In terms of data security, the agent ensures that users can only query tables they have permission to access. When access rights are missing, it marks this point or falls back to alternative datasets that the user is authorized to use.&lt;/p&gt;&#xA;&lt;p&gt;To ensure transparency in the data analysis process, the agent summarizes assumptions and execution steps alongside each answer to expose its reasoning process. When a query is executed, it directly links to the underlying results, allowing users to check the original data and verify each step of the analysis.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 29&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;455px&#34; data-flex-grow=&#34;189&#34; height=&#34;59&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0b1a81715c/img-1b10df275e.jpeg&#34; width=&#34;112&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;building-a-data-analysis-agent&#34;&gt;Building a Data Analysis Agent&#xA;&lt;/h2&gt;&lt;p&gt;OpenAI&amp;rsquo;s data analysis agent is not open-source, but if you want to build a similar agent, OpenAI&amp;rsquo;s engineers have shared some pitfalls they encountered.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 30&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;200px&#34; data-flex-grow=&#34;83&#34; height=&#34;805&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-0b1a81715c/img-da0e080fff.jpeg&#34; width=&#34;674&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Initially, the agent had access to the complete dataset, but this quickly led to confusion among overlapping data tables. To reduce ambiguity and enhance reliability, developers had to restrict the tables the agent could access, thereby improving query reliability.&lt;/p&gt;&#xA;&lt;p&gt;Another pitfall arose from highly structured system prompts provided by developers. While many questions share similar analytical shapes, the details vary enough that rigid instructions can backfire. Focusing on the effects in real usage and allowing the agent to determine how to achieve results rather than relying on system-level prompts makes the agent more robust and produces better outcomes.&lt;/p&gt;&#xA;&lt;p&gt;The most critical point is realizing that the true meaning of data lies in the code rather than expert annotations of data tables. Query histories describe the shape and usage of tables more accurately, capturing assumptions and business intentions that never surfaced in SQL or metadata. By using Codex to crawl the codebase, the agent can understand how datasets are actually constructed and better infer the actual contents of each table. This approach provides more accurate answers to questions like &amp;ldquo;What is in this table?&amp;rdquo; and &amp;ldquo;When can I use it?&amp;rdquo; compared to merely retrieving information from the data warehouse.&lt;/p&gt;&#xA;&lt;p&gt;As enterprise data environments become increasingly complex, tools like OpenAI&amp;rsquo;s data agent may become standard configurations for future enterprise data analysis, driving the industry towards a more efficient and intelligent data-driven decision-making paradigm.&lt;/p&gt;&#xA;&lt;p&gt;The goal of these agents is not to replace data analysts but to enhance their capabilities, freeing them from tedious query writing and debugging to focus on higher-level tasks such as defining metrics, validating hypotheses, and making data-driven decisions.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Claude Code Launches with Direct Computer Control Features</title>
            <link>https://kylosvn.top/posts/note-f586a7c4a8/</link>
            <pubDate>Tue, 31 Mar 2026 00:00:00 +0000</pubDate>
            <guid>https://kylosvn.top/posts/note-f586a7c4a8/</guid>
            <description>&lt;p&gt;Claude is taking off! Today, Claude Code officially launched its &amp;ldquo;Computer Usage&amp;rdquo; feature, allowing direct control of the CLI for coding, UI interactions, and bug fixes. With a single click, users can activate &amp;ldquo;autopilot&amp;rdquo; mode, freeing their hands completely.&lt;/p&gt;&#xA;&lt;p&gt;Claude&amp;rsquo;s delivery speed is astonishing!&lt;/p&gt;&#xA;&lt;p&gt;This morning, Anthropic dropped a significant update—Claude Code now has the ability to directly interact with your computer.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;377px&#34; data-flex-grow=&#34;157&#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://kylosvn.top/posts/note-f586a7c4a8/img-e43252ff52.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-e43252ff52_hu_90f0a2852e39cb47.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-e43252ff52.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;This means Claude is no longer just a chat AI hiding behind a dialogue box.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Now it has hands and can directly operate within the CLI, taking over tasks on your computer.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Claude Code can autonomously complete the entire development, debugging, and testing loop, just like a human programmer.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;426px&#34; data-flex-grow=&#34;177&#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://kylosvn.top/posts/note-f586a7c4a8/img-bf86e968d7.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-bf86e968d7_hu_766759a5d813533c.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-bf86e968d7.jpeg 960w&#34; width=&#34;960&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;With just one prompt, Claude can handle everything from writing code, compiling, launching applications, to automatically selecting tests.&lt;/p&gt;&#xA;&lt;p&gt;If a program crashes, it can find bugs, fix them, and validate the solution on its own.&lt;/p&gt;&#xA;&lt;p&gt;This has left many users in a panic, with some suggesting that this moment marks Claude&amp;rsquo;s official replacement of software engineers.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#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://kylosvn.top/posts/note-f586a7c4a8/img-a36327ae14.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-a36327ae14_hu_a5164bf26bc6a68a.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-a36327ae14.jpeg 1080w&#34; width=&#34;1080&#34;&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;1184&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-29798bbb68.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-29798bbb68_hu_cde4aeaff10c76a6.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-29798bbb68.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Currently, this feature is available in a &amp;ldquo;research preview&amp;rdquo; for Pro and Max users, &lt;strong&gt;exclusively for macOS&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;251px&#34; data-flex-grow=&#34;104&#34; height=&#34;859&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-26e90d55b9.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-26e90d55b9_hu_aec0c4a32d1598cf.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-26e90d55b9.jpeg 900w&#34; width=&#34;900&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;claude-code-finally-grows-hands-and-eyes&#34;&gt;Claude Code Finally Grows &amp;ldquo;Hands and Eyes&amp;rdquo;&#xA;&lt;/h2&gt;&lt;h2 id=&#34;humans-left-as-bystanders&#34;&gt;Humans Left as Bystanders&#xA;&lt;/h2&gt;&lt;p&gt;In reality, Claude Code is already quite powerful: it can understand your entire codebase, write code, modify files, and run commands.&lt;/p&gt;&#xA;&lt;p&gt;However, its capabilities have been limited to the terminal and text world.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Once workflows move out of the terminal into browsers, desktop applications, or system UIs, humans must take over.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Now, Claude can directly take control of a Mac, manipulating browsers, mice, keyboards, and screens to complete tasks.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;332px&#34; data-flex-grow=&#34;138&#34; height=&#34;779&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-0f02c29a05.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-0f02c29a05_hu_2b8c4e01c9893cbf.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-0f02c29a05.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Simply enter /mcp in the terminal to activate Claude&amp;rsquo;s &amp;ldquo;autopilot&amp;rdquo; mode.&lt;/p&gt;&#xA;&lt;p&gt;With the computer usage capability integrated, Claude Code can perform the following operations:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cross-Application Interaction&lt;/strong&gt;: Open various installed apps on the computer and interact with the UI by clicking and swiping.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;End-to-End Loop&lt;/strong&gt;: With a single command, it can complete the entire process:&lt;/p&gt;&#xA;&lt;p&gt;Write code -&amp;gt; Compile -&amp;gt; Launch App -&amp;gt; UI Automation Clicks -&amp;gt; Find Bugs -&amp;gt; Fix Code -&amp;gt; Validate Again.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Ignoring Tool Boundaries&lt;/strong&gt;: Whether it&amp;rsquo;s a locally compiled SwiftUI application, an Electron project, or a graphical tool without a CLI, it can operate directly.&lt;/p&gt;&#xA;&lt;p&gt;The core breakthrough of this update is the &amp;ldquo;autonomous debugging&amp;rdquo; capability in complex environments.&lt;/p&gt;&#xA;&lt;p&gt;In the past, when code encountered issues, users had to manually screenshot and report to AI or copy error messages, which was time-consuming and labor-intensive.&lt;/p&gt;&#xA;&lt;p&gt;Now, Claude can directly see the constructed program interface, simulating user actions to find visual or logical flaws.&lt;/p&gt;&#xA;&lt;p&gt;This &amp;ldquo;what you see is what you get&amp;rdquo; debugging method greatly reduces the cost of switching between different tools for developers.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 7&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;744px&#34; data-flex-grow=&#34;310&#34; height=&#34;348&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-af04e8fc8e.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-af04e8fc8e_hu_58181a243d6294be.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-af04e8fc8e.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;img alt=&#34;Image 8&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;881px&#34; data-flex-grow=&#34;367&#34; height=&#34;294&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-8b0caeb5ca.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-8b0caeb5ca_hu_80289e38c9dd8092.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-8b0caeb5ca.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;This feature update truly achieves a complete loop for developers, allowing development to be completed without manual intervention.&lt;/p&gt;&#xA;&lt;p&gt;Although Claude Code has become more powerful, without sufficient quota, developers can only lament their coding limitations.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 9&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;738px&#34; data-flex-grow=&#34;307&#34; height=&#34;351&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-54e2d4156e.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-54e2d4156e_hu_d0a2fd613358ec57.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-54e2d4156e.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;quota-depleted-at-lightning-speed-internet-outcry&#34;&gt;Quota Depleted at Lightning Speed, Internet Outcry&#xA;&lt;/h2&gt;&lt;p&gt;Because today, Claude faced a significant issue&amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;Just a day into the week, &lt;strong&gt;global developers collectively hit the &amp;ldquo;quota wall&amp;rdquo; of Claude Code&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Even those who paid $200 for the &amp;ldquo;Max Premium User&amp;rdquo; status found themselves in a difficult position, receiving quota warnings before they could fully utilize the service.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 11&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;305px&#34; data-flex-grow=&#34;127&#34; height=&#34;848&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-66a30633ad.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-66a30633ad_hu_5c04aaf9b4c523fe.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-66a30633ad.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;img alt=&#34;Image 12&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;247px&#34; data-flex-grow=&#34;103&#34; height=&#34;1048&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-1e0991e8b1.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-1e0991e8b1_hu_11cdad661ba4ef76.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-1e0991e8b1.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;img alt=&#34;Image 13&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;252px&#34; data-flex-grow=&#34;105&#34; height=&#34;1025&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-7e66d3b949.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-7e66d3b949_hu_60ab5b9ee7ad978d.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-7e66d3b949.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;This sudden throttling has ignited widespread complaints online, with posts about &amp;ldquo;Claude quota shortages&amp;rdquo; flooding social media.&lt;/p&gt;&#xA;&lt;p&gt;The most frustrating part is that by the end of Monday, Claude had already &amp;ldquo;clocked out&amp;rdquo; early.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 14&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;214px&#34; data-flex-grow=&#34;89&#34; height=&#34;1209&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-b47e2a7f23.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-b47e2a7f23_hu_cb78acca059533d.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-b47e2a7f23.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;img alt=&#34;Image 15&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;694px&#34; data-flex-grow=&#34;289&#34; height=&#34;373&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-61fcaf80d0.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-61fcaf80d0_hu_11850f4193d22f9d.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-61fcaf80d0.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;img alt=&#34;Image 16&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;463px&#34; data-flex-grow=&#34;193&#34; height=&#34;559&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-0f094417eb.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-0f094417eb_hu_c6e83bc94e148ee5.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-0f094417eb.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;img alt=&#34;Image 17&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;284px&#34; data-flex-grow=&#34;118&#34; height=&#34;912&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-f7f86885e7.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-f7f86885e7_hu_25e25a61917477a9.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-f7f86885e7.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Facing the overwhelming outcry, CC engineers responded urgently: an internal investigation is underway.&lt;/p&gt;&#xA;&lt;p&gt;However, as of now, the cause of the &amp;ldquo;fire&amp;rdquo; remains a mystery.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 18&#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://kylosvn.top/posts/note-f586a7c4a8/img-0052d6d891.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-0052d6d891_hu_9104eb992989b99c.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-0052d6d891.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;img alt=&#34;Image 19&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;1098px&#34; data-flex-grow=&#34;457&#34; height=&#34;236&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-b465f9f080.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-b465f9f080_hu_cd1f5af9ff2399d8.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-b465f9f080.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;serious-bugs-exposed-token-costs-surge-by-20-times&#34;&gt;Serious Bugs Exposed, Token Costs Surge by 20 Times&#xA;&lt;/h3&gt;&lt;p&gt;A Reddit user couldn&amp;rsquo;t sit still.&lt;/p&gt;&#xA;&lt;p&gt;He performed reverse engineering on Claude&amp;rsquo;s binary files through a man-in-the-middle attack (MITM) and discovered a shocking truth:&lt;/p&gt;&#xA;&lt;p&gt;There are two serious bugs in the system&amp;rsquo;s underlying architecture that directly lead to cache failures.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 20&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;326px&#34; data-flex-grow=&#34;136&#34; height=&#34;793&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-14c4edb80f.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-14c4edb80f_hu_35639ae95d47615f.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-14c4edb80f.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Once cache fails, token consumption costs can surge by 10-20 times, effectively &amp;ldquo;murdering&amp;rdquo; the user&amp;rsquo;s quota.&lt;/p&gt;&#xA;&lt;p&gt;If you are using it in API calls, the situation will only worsen. He found that these two bugs are extremely hidden.&lt;/p&gt;&#xA;&lt;p&gt;The first is a string replacement bug in the Bun runtime environment. Because Claude&amp;rsquo;s independent CLI comes with a customized binary file, it causes frequent cache failures.&lt;/p&gt;&#xA;&lt;p&gt;The known temporary solution is to use npx @anthropic-ai/claude-code to run.&lt;/p&gt;&#xA;&lt;p&gt;The second bug is even more troublesome; when using the &amp;ndash;resume command to restore a session, the cache crashes 100% of the time.&lt;/p&gt;&#xA;&lt;p&gt;Currently, aside from &amp;ldquo;rolling back&amp;rdquo; to an older version that sacrifices many features, there is almost no solution.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 21&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;515px&#34; data-flex-grow=&#34;214&#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://kylosvn.top/posts/note-f586a7c4a8/img-73f686172f.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-73f686172f_hu_9283dbe03547b01d.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-73f686172f.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;In the community, some have suggested that Anthropic is intentionally not fixing the bugs for profit.&lt;/p&gt;&#xA;&lt;p&gt;Currently, many developers on GitHub have confirmed this vulnerability, and the &amp;ldquo;Token Assassin&amp;rdquo; incident may continue for some time.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 22&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;1219px&#34; data-flex-grow=&#34;508&#34; height=&#34;196&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-9e39d376f7.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-9e39d376f7_hu_5fcc88fc5e380d9e.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-9e39d376f7.jpeg 996w&#34; width=&#34;996&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;claude-codes-creator-shares-15-practical-tips&#34;&gt;Claude Code&amp;rsquo;s Creator Shares 15 Practical Tips&#xA;&lt;/h2&gt;&lt;p&gt;Yesterday, Claude Code&amp;rsquo;s creator Boris Cherny shared 15 severely underestimated &amp;ldquo;hidden skills&amp;rdquo; online.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;1. Compiler in Your Pocket&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Many may not know that Claude Code has a mobile app. Boris often writes code directly on the iOS app.&lt;/p&gt;&#xA;&lt;p&gt;Whether commuting or waiting for coffee, he reviews code changes, submits PRs, and even writes code directly through the mobile Code tab.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 24&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;288px&#34; data-flex-grow=&#34;120&#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://kylosvn.top/posts/note-f586a7c4a8/img-79c7e07104.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-79c7e07104_hu_5c84d76ec83774f8.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-79c7e07104.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;2. Instant Cross-Device Movement&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;If you&amp;rsquo;ve run a complex session on your work computer and want to continue at home on your laptop, just enter /teleport.&lt;/p&gt;&#xA;&lt;p&gt;/teleport allows you to pull the cloud session to your local terminal; /remote-control lets you control a locally running session from your phone or web.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;3. The Ultimate Form of Automation: /loop and /schedule&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This is Boris&amp;rsquo;s favorite feature; it allows Claude to automatically execute tasks, running for up to a week.&lt;/p&gt;&#xA;&lt;p&gt;/loop 5m /babysit—automatically handles code reviews, rebases, and pushes PRs to production every 5 minutes.&lt;/p&gt;&#xA;&lt;p&gt;/loop 30m /slack-feedback—automatically submits PRs based on Slack feedback every 30 minutes.&lt;/p&gt;&#xA;&lt;p&gt;/loop /post-merge-sweeper—automatically fills in previously missed code review comments.&lt;/p&gt;&#xA;&lt;p&gt;/loop 1h /pr-pruner—cleans up expired and no longer needed PRs every hour.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 25&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;1296px&#34; data-flex-grow=&#34;540&#34; height=&#34;200&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-7d15e424ae.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-7d15e424ae_hu_e88f85be1ceb35ea.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-7d15e424ae.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;4. Control Lifecycle with Hooks&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Using hooks, you can trigger logic automatically at specific moments:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;SessionStart:&lt;/strong&gt; Automatically load specific context environments upon startup.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;PermissionRequest:&lt;/strong&gt; Push permission requests directly to WhatsApp for easy approval.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;5. Remote Commander: Cowork Dispatch&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;When you&amp;rsquo;re away from your computer but want to handle Slack messages, manage files, or run MCP plugins, you can use Dispatch.&lt;/p&gt;&#xA;&lt;p&gt;It acts as a secure remote controller for Claude Desktop, handling all non-programming tasks.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;6. The &amp;ldquo;Eyes&amp;rdquo; for Frontend Development: Chrome Extension&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This is Boris&amp;rsquo;s most important suggestion: give Claude a browser. With the Chrome extension, Claude can see its output in real-time and iterate continuously.&lt;/p&gt;&#xA;&lt;p&gt;Without a browser, Claude is like a blind person feeling an elephant; with it, the fidelity of frontend code increases dramatically.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 26&#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://kylosvn.top/posts/note-f586a7c4a8/img-ddb313ace2.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-ddb313ace2_hu_78d688dfe40cc000.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-ddb313ace2.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;7. Automatically Start and Test Servers&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;The Claude Desktop App now includes the ability to automatically run web servers and test in the built-in browser.&lt;/p&gt;&#xA;&lt;p&gt;This integrated experience is much more efficient than manual operations in the CLI.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;8. &amp;ldquo;Clone&amp;rdquo; Anytime, Anywhere: Fork Sessions&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Want to try a bold refactoring idea but afraid of messing up current progress?&lt;/p&gt;&#xA;&lt;p&gt;Enter /branch to create a branch dialogue. If in the CLI, use claude &amp;ndash;resume.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 27&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;702px&#34; data-flex-grow=&#34;292&#34; height=&#34;369&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-5bee82b6f4.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-5bee82b6f4_hu_a8711d1220bef4df.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-5bee82b6f4.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;9. Chat While Working: /btw&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;If Claude is busy writing long code and you suddenly want to ask a side question?&lt;/p&gt;&#xA;&lt;p&gt;Use /btw. It allows you to insert a side query without interrupting the main task process.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 28&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;952px&#34; data-flex-grow=&#34;397&#34; height=&#34;272&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-b8fbe983bb.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-b8fbe983bb_hu_873add5ad809d3a8.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-b8fbe983bb.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;10. Large-Scale Parallelism: Git Worktrees&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Boris typically runs dozens of Claudes simultaneously on his computer, thanks to claude -w.&lt;/p&gt;&#xA;&lt;p&gt;It supports Git worktrees, allowing you to carry out multiple tasks in the same repository without interference.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;11. The &amp;ldquo;Fan-Out&amp;rdquo; Mode that Changes the World: /batch&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;When large-scale code migration is needed, /batch first interviews to understand your intentions, then automatically distributes hundreds or thousands of worktree agents to start working simultaneously.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;12. Startup Speed Boost: &amp;ndash;bare Mode&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;By default, Claude scans various configuration files upon startup.&lt;/p&gt;&#xA;&lt;p&gt;However, in non-interactive scenarios, using the &amp;ndash;bare parameter skips these scans, boosting SDK startup speed by 10 times.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 29&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;586px&#34; data-flex-grow=&#34;244&#34; height=&#34;442&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-e591410002.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-e591410002_hu_6df8bf05fb2c9519.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-e591410002.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;13. Break Repository Boundaries: &amp;ndash;add-dir&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Need to collaborate across repositories? Just add &amp;ndash;add-dir at startup, and Claude can gain access and operational permissions for another folder.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;14. Customized Clones: &amp;ndash;agent&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;You can define a dedicated Agent, such as creating a &amp;ldquo;read-only Agent&amp;rdquo; or &amp;ldquo;security audit-specific Agent.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;After defining it under .claude/agents/, you can summon it using claude &amp;ndash;agent=xxx.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 30&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;466px&#34; data-flex-grow=&#34;194&#34; height=&#34;556&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-95d400fdbd.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-95d400fdbd_hu_354f4dc621287c22.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-95d400fdbd.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;15. Speak Instead of Type: /voice&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Boris shared an astonishing fact: most of his code is &amp;ldquo;spoken&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;Run /voice in the CLI and hold the space bar, or click the voice button on the desktop, and let Claude handle the rest.&lt;/p&gt;&#xA;&lt;p&gt;Mastering these tips will evolve Claude Code from an assistant into a 24/7 standby engineering team.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 31&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;315px&#34; data-flex-grow=&#34;131&#34; height=&#34;821&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-74fc423038.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-f586a7c4a8/img-74fc423038_hu_4847347d70671de7.jpeg 800w, https://kylosvn.top/posts/note-f586a7c4a8/img-74fc423038.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>The Illusion of AI in Cancer Treatment: A Product Manager&#39;s Perspective</title>
            <link>https://kylosvn.top/posts/note-e25d16b88e/</link>
            <pubDate>Thu, 19 Mar 2026 00:00:00 +0000</pubDate>
            <guid>https://kylosvn.top/posts/note-e25d16b88e/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;The case of AI curing cancer appears to be a victory for technological democratization, yet it reveals a brutal divide between the elite and technological privilege. This article, from the perspective of a product manager, deeply analyzes the resource monopolies and invisible barriers behind this sensational event, exposing the truths and profit rules in the AI and hard tech fields.&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://kylosvn.top/posts/note-e25d16b88e/img-9e9029e7be.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-e25d16b88e/img-9e9029e7be_hu_d4b1d4010835a19d.jpeg 800w, https://kylosvn.top/posts/note-e25d16b88e/img-9e9029e7be.jpeg 900w&#34; width=&#34;900&#34;&gt;&#xA;Imagine a scenario where a programmer, without ever wielding a scalpel or spending a day in a lab, types a few lines of code one night, asks AI a few questions, and then—he cures late-stage cancer that even top oncologists could not handle.&lt;/p&gt;&#xA;&lt;p&gt;This sounds like a poorly made Hollywood sci-fi story, but this is the real event that exploded in global media in March 2026. Sydney tech entrepreneur Paul Conyngham used an AI toolchain (including ChatGPT, AlphaFold, etc.) to design a personalized mRNA cancer vaccine for his dog Rosie, who was suffering from advanced mast cell cancer. Fifteen months later, this dog, initially given only 1 to 6 months to live, was chasing rabbits in the grass.&lt;/p&gt;&#xA;&lt;p&gt;Thus, the global media frenzy began. Headlines in The Australian and viral posts on social media platforms sold the public a deadly illusion: &lt;strong&gt;&amp;ldquo;The era of AI for the masses has arrived; even if you are a biology novice, with an internet connection and ChatGPT, you can become a god.&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;However, as an internet product manager who deals with traffic data, ROI, conversion rates, and system architecture daily, it would be a significant professional failure to indulge in this cheap celebration of “technology eliminating all barriers.”&lt;/p&gt;&#xA;&lt;p&gt;Peeling away the media&amp;rsquo;s clickbait filter and dissecting the underlying code of this “miracle of life,” we see a starkly different and cold reality: &lt;strong&gt;this is not a fairy tale about zero-barrier technology, but a targeted explosion initiated by an elite class filled with technological privilege and resource monopolies.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;The so-called “zero barrier” merely folds deep invisible thresholds of wealth and social capital worth “millions” into itself. Today, we will use the product manager&amp;rsquo;s perspective to thoroughly deconstruct this “feel-good story” and examine the harsh truths and profit rules hidden in the deep waters of AI and hard tech.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;429px&#34; data-flex-grow=&#34;179&#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://kylosvn.top/posts/note-e25d16b88e/img-8b54b69cd8.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-e25d16b88e/img-8b54b69cd8_hu_a0dd23af8dc701e3.jpeg 800w, https://kylosvn.top/posts/note-e25d16b88e/img-8b54b69cd8.jpeg 1024w&#34; width=&#34;1024&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;01-pain-point-analysis-the-systemic-deadlock-of-the-world-suffers-from-expensive-cures-for-terminal-illnesses&#34;&gt;01 Pain Point Analysis: The Systemic Deadlock of “The World Suffers from Expensive Cures for Terminal Illnesses”&#xA;&lt;/h2&gt;&lt;p&gt;The driving force behind any phenomenon-level blockbuster product or event is the need to combat a deeply rooted and long-unmet user pain point. Before discussing why Conyngham decided to “handcraft” a vaccine, we must first understand the desperate “medical product ecosystem” he faced.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 3&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;430px&#34; data-flex-grow=&#34;179&#34; height=&#34;714&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-e25d16b88e/img-6bc937c314.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-e25d16b88e/img-6bc937c314_hu_a1e00cf38accc3db.jpeg 800w, https://kylosvn.top/posts/note-e25d16b88e/img-6bc937c314.jpeg 1280w&#34; width=&#34;1280&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-standardization-trap-of-traditional-medicine&#34;&gt;The “Standardization” Trap of Traditional Medicine&#xA;&lt;/h2&gt;&lt;p&gt;In the design logic of modern medical systems, the pursuit is for large samples and high success rates through “standard operating procedures (SOP).” For canine mast cell cancer (which accounts for 20% of all skin tumors), the standard treatment path is very clear: diagnosis -&amp;gt; surgical removal -&amp;gt; chemotherapy (such as vincristine).&lt;/p&gt;&#xA;&lt;p&gt;However, the fatal bug in this system is that &lt;strong&gt;it cannot handle edge cases.&lt;/strong&gt; When Rosie experienced treatment failure and tumor recurrence, entering late-stage cancer at the end of 2024, her “user lifecycle (LTV)” in the medical system was forcibly terminated, and her prognosis was directly assessed as terminal (1-6 months).&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-high-customer-acquisition-cost-of-personalized-medicine&#34;&gt;The “High Customer Acquisition Cost” of Personalized Medicine&#xA;&lt;/h2&gt;&lt;p&gt;When the standard path fails, is there a higher-level solution? Yes. Targeted immunotherapy drugs and the personalized mRNA cancer vaccines currently in development (such as the joint PD-1 inhibitor clinical trials by Moderna and Merck, which can reduce the risk of melanoma recurrence by 49%).&lt;/p&gt;&#xA;&lt;p&gt;But there lies a sighing wall: &lt;strong&gt;the costs are extremely high and inaccessible to ordinary people.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Breakdown of the Commercial Loop&lt;/strong&gt;: Conyngham initially attempted to apply for “Compassionate Use” of targeted drugs but was ruthlessly rejected by pharmaceutical giants. Why? Because the core KPI of pharmaceutical companies is drug approval; giving a green light to a dog or an ordinary patient not only brings no profit but also poses high risks of legal and clinical data contamination.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Sky-high R&amp;amp;D Costs&lt;/strong&gt;: Even for humans, the estimated cost of such personalized mRNA vaccines can reach $100,000 to $300,000 (equivalent to millions in local currency).&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Insights from a Product Perspective:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;At this point, Conyngham&amp;rsquo;s situation is that of a heavy user who has encountered a “system-level offline.” When traditional B2C medical services are completely shut off, his instincts as a geek were triggered—if the official API is not available, he would capture packets, reverse engineer, and write a plugin himself. This was a “cross-border arbitrage” forced upon him.&lt;/p&gt;&#xA;&lt;h2 id=&#34;02-reality-unveiled-the-targeted-explosion-of-technological-privilege&#34;&gt;02 Reality Unveiled: The Targeted Explosion of “Technological Privilege”&#xA;&lt;/h2&gt;&lt;p&gt;The media loves to shape narratives of “grassroots success” because it best harvests traffic. But with a little user persona investigation, one would find that calling Conyngham an “ordinary person” is the greatest misunderstanding of those three words.&lt;/p&gt;&#xA;&lt;p&gt;Behind the celebration packaged as “a few dollars subscription to ChatGPT can cure cancer” is a severely folded “million-level” invisible wealth and barrier.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 4&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;430px&#34; data-flex-grow=&#34;179&#34; height=&#34;714&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-e25d16b88e/img-e067223bda.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-e25d16b88e/img-e067223bda_hu_b849897715d793ab.jpeg 800w, https://kylosvn.top/posts/note-e25d16b88e/img-e067223bda.jpeg 1280w&#34; width=&#34;1280&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;cognitive-wealth-interdisciplinary-computational-power-that-cannot-be-replaced-by-gpt&#34;&gt;Cognitive Wealth: Interdisciplinary Computational Power That Cannot Be Replaced by GPT&#xA;&lt;/h2&gt;&lt;p&gt;The media claims he “lacks a biology background,” but that does not mean he is a novice. The reality is: he has 17 years of experience as a machine learning and data scientist and is a board member of the Australian Data Science and AI Association.&lt;/p&gt;&#xA;&lt;p&gt;Throughout the vaccine development process:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Data Cleaning Ability&lt;/strong&gt;: Obtaining the raw sequencing data from the UNSW Genomics Centre (in FASTQ format), do you think you can directly feed it to ChatGPT? Large language models cannot process such vast unstructured data that requires strict mathematical validation.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Algorithm Development Ability&lt;/strong&gt;: In the mutation identification and new antigen prediction stages, Conyngham relied on &lt;strong&gt;self-developed machine learning algorithms&lt;/strong&gt; for screening, which requires deep mathematical logic and programming skills. &lt;strong&gt;Conclusion&lt;/strong&gt;: If an ordinary person&amp;rsquo;s cognitive base is 0, AI can help you reach 60; but Conyngham&amp;rsquo;s base is 90, and AI merely helped him reach 100. This “cognitive wealth” starts at hundreds of thousands of dollars in the Silicon Valley recruitment market.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;social-capital-the-hidden-npc-ordinary-players-can-never-unlock&#34;&gt;Social Capital: The “Hidden NPC” Ordinary Players Can Never Unlock&#xA;&lt;/h2&gt;&lt;p&gt;Let’s look at the key milestones in the timeline of Rosie’s vaccine and who supported them:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Gene Sequencing&lt;/strong&gt;: UNSW Ramaciotti Centre.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Ethical Approval&lt;/strong&gt;: Professor Rachel Allavena from the University of Queensland’s Veterinary School (one of the few researchers in Australia with ethical permission for canine immunotherapy experiments).&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Vaccine Preparation&lt;/strong&gt;: Professor Páll Thordarson&amp;rsquo;s team at the UNSW RNA Institute. One must ask, what is the success rate for an ordinary person sending a “Cold Email” to these academic giants, asking them to conduct gene sequencing for their dog, navigate ethical approval, and utilize a national-level laboratory to synthesize lipid nanoparticles? It is &lt;strong&gt;absolute 0%.&lt;/strong&gt; The ability to mobilize top academic resources and have scholars willing to endorse you is an extremely scarce invisible wealth.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;regulatory-and-time-financial-costs-the-hidden-costs-paid-with-life&#34;&gt;Regulatory and Time Financial Costs: The “Hidden Costs” Paid with Life&#xA;&lt;/h2&gt;&lt;p&gt;To pass ethical approval, Conyngham spent three months, working intensely every night, writing over 100 pages of application materials. Even the approval for experimental treatments in veterinary medicine is extremely strict; if it were for human use, the approval thresholds and cycles would multiply tenfold.&lt;/p&gt;&#xA;&lt;p&gt;Additionally, gene sequencing, travel to and from the University of Queensland, and multiple clinical monitoring resulted in total expenses reportedly reaching “tens of thousands” of dollars. More cruelly, late-stage cancer does not wait; the six-month R&amp;amp;D cycle means that most patients will not survive to see the vaccine completed.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Insights from a Product Perspective:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This is an elite experiment initiated by a high-net-worth user (wealthy, free time, top technology, and high-level connections) that cannot be replicated. The media has intentionally or unintentionally erased this “million-level” hidden cost, merely amplifying the visible label of “ChatGPT.” This narrative is not only unobjective but also extremely dangerous.&lt;/p&gt;&#xA;&lt;h2 id=&#34;03-underlying-logic-ai-is-an-accelerator-not-a-creator&#34;&gt;03 Underlying Logic: AI is an “Accelerator,” Not a “Creator”&#xA;&lt;/h2&gt;&lt;p&gt;As a mobile internet practitioner, we need to establish a deeper cognitive framework: in the field of biomedicine, where it belongs to “hard atoms,” what are the real boundaries of AI (bits)?&lt;/p&gt;&#xA;&lt;p&gt;By dissecting Conyngham’s toolchain, we can clearly see what AI can and cannot do.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;430px&#34; data-flex-grow=&#34;179&#34; height=&#34;714&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-e25d16b88e/img-70c8b3b1ad.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-e25d16b88e/img-70c8b3b1ad_hu_a5f5786dcb9933c5.jpeg 800w, https://kylosvn.top/posts/note-e25d16b88e/img-70c8b3b1ad.jpeg 1280w&#34; width=&#34;1280&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;knowledge-navigation-layer-front-end-defining-chatgpts-role&#34;&gt;Knowledge Navigation Layer (Front-end): Defining ChatGPT&amp;rsquo;s Role&#xA;&lt;/h2&gt;&lt;p&gt;Many media headlines claim “ChatGPT cured the dog.” However, Conyngham himself has repeatedly clarified that he used ChatGPT (and later the xAI Grok model) merely for:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Brainstorming and generating initial hypotheses.&lt;/li&gt;&#xA;&lt;li&gt;Navigating literature to break through the barrier of professional terminology (translating complex biological papers into terms understandable by data scientists).&lt;/li&gt;&#xA;&lt;li&gt;Planning the timeline for experimental design. &lt;strong&gt;Essentially, ChatGPT acts as a “super research assistant.”&lt;/strong&gt; It significantly shortens the time for interdisciplinary knowledge retrieval, but it cannot generate an mRNA sequence that can be directly injected into the body. Large language models excel at establishing semantic connections but lack the rigorous computational ability required in biophysics.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;structural-computing-layer-middleware-alphafolds-dimensionality-reduction&#34;&gt;Structural Computing Layer (Middleware): AlphaFold&amp;rsquo;s Dimensionality Reduction&#xA;&lt;/h2&gt;&lt;p&gt;The real “hardcore” role is played by AlphaFold, developed by DeepMind.&lt;/p&gt;&#xA;&lt;p&gt;Traditional target discovery requires X-ray crystallography or cryo-electron microscopy to analyze the three-dimensional structure of proteins, which is costly and can take months. AlphaFold compresses this process to just a few hours, enabling Conyngham to precisely see the abnormal protein structures produced by Rosie&amp;rsquo;s tumor mutations.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Here, AI is an “accelerator,” reducing the computational costs of structural biology to zero.&lt;/strong&gt; But the prerequisite remains: the user must possess the ability to interpret these 3D structure outputs.&lt;/p&gt;&#xA;&lt;h2 id=&#34;physical-execution-layer-back-end-the-atomic-gap-ai-cannot-cross&#34;&gt;Physical Execution Layer (Back-end): The “Atomic Gap” AI Cannot Cross&#xA;&lt;/h2&gt;&lt;p&gt;This is the most easily overlooked yet heaviest aspect of the entire myth.&lt;/p&gt;&#xA;&lt;p&gt;When Conyngham utilized all AI capabilities to condense months of analysis into “half a page of mRNA sequence formula,” his journey in the digital world ended.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;The subsequent physical preparation cannot be performed by any AI.&lt;/strong&gt; The UNSW RNA Institute spent two full months, utilizing precision pharmaceutical-grade facilities to complete lipid nanoparticle encapsulation (LNP), purity testing, and stability verification.&lt;/p&gt;&#xA;&lt;p&gt;This is akin to AI producing a perfect lithography machine blueprint; without a cleanroom to manufacture wafers, this blueprint is just a piece of waste paper. In the biomedical field, &lt;strong&gt;the laboratory&amp;rsquo;s reagent bottles, centrifuges, and clinical beds are the physical foundations that the bit world can never bypass.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;04-objective-reflection-beware-of-wild-digital-hua-tuo-and-deadly-illusions&#34;&gt;04 Objective Reflection: Beware of Wild “Digital Hua Tuo” and Deadly Illusions&#xA;&lt;/h2&gt;&lt;p&gt;The video of Rosie running in the grass is indeed touching, but behind this emotion lurks enormous industry risks and ethical crises.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;430px&#34; data-flex-grow=&#34;179&#34; height=&#34;714&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-e25d16b88e/img-5aa7e694ce.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-e25d16b88e/img-5aa7e694ce_hu_cc65d91397ba6628.jpeg 800w, https://kylosvn.top/posts/note-e25d16b88e/img-5aa7e694ce.jpeg 1280w&#34; width=&#34;1280&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;survivor-bias-and-the-n1-medical-scam&#34;&gt;Survivor Bias and the N=1 Medical Scam&#xA;&lt;/h2&gt;&lt;p&gt;In medicine, individual cases without large sample randomized double-blind trials (RCT) have no statistical significance.&lt;/p&gt;&#xA;&lt;p&gt;Martin Smith, an associate professor of computational biology at the University of Sydney, pointed out the most critical issue: “This is an N=1 zero-control trial.”&lt;/p&gt;&#xA;&lt;p&gt;Did Rosie’s tumor shrink truly because of the mRNA vaccine? Could it be due to the delayed effects of previous chemotherapy drugs? Could it be spontaneous remission of the immune system? Without a control group, directly attributing causality to the AI-designed vaccine is an extremely unrigorous scientific attitude.&lt;/p&gt;&#xA;&lt;p&gt;Even Professor Thordarson, who participated in the preparation, clearly warned: &lt;strong&gt;Rosie has not been cured;&lt;/strong&gt; some tumors did not respond to the vaccine, and a second generation needs to be developed. The “cured” label used by the media can only barely be considered “partial remission” in clinical terms.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-deadly-ai-illusion&#34;&gt;The Deadly AI Illusion&#xA;&lt;/h2&gt;&lt;p&gt;If a copywriting AI produces a hallucination, at most it results in a nonsensical press release; if a coding AI produces a hallucination, it may cause an app to crash.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;But in the field of biomedicine, AI hallucinations can be fatal.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;If ordinary patients blindly trust media hype and feed their genetic data into a generic language model that has not been medically fine-tuned, the AI could very well piece together a seemingly professional yet logically flawed “treatment plan” based on statistical probabilities from its corpus. If patients seek out black market laboratories based on this (which is not impossible on the dark web), the wrong targeting could trigger a systemic immune storm, leading to accelerated death.&lt;/p&gt;&#xA;&lt;h2 id=&#34;exacerbating-rather-than-eliminating-medical-inequality&#34;&gt;Exacerbating Rather Than Eliminating “Medical Inequality”&#xA;&lt;/h2&gt;&lt;p&gt;The most ironic paradox is that personalized medicine was originally intended to save every unique life, and the introduction of AI technology was meant to lower barriers. Yet Rosie’s case proves that this “DIY-style” geek medicine has concentrated resources into a very small group of individuals with extremely high technical capabilities and strong social capital.&lt;/p&gt;&#xA;&lt;p&gt;Ordinary people neither have the money to experiment nor the connections to reach university laboratories, nor the ability to discern AI outputs. This technological frenzy remains an elusive mirage for ordinary patients.&lt;/p&gt;&#xA;&lt;h2 id=&#34;05-breaking-the-deadlock-how-mobile-internet-professionals-can-profit-in-the-ai--hard-tech-era&#34;&gt;05 Breaking the Deadlock: How Mobile Internet Professionals Can Profit in the “AI + Hard Tech” Era&#xA;&lt;/h2&gt;&lt;p&gt;After dissecting this seemingly distant myth, what can we learn as mobile internet practitioners? Should we merely lament class solidification and technological barriers?&lt;/p&gt;&#xA;&lt;p&gt;Absolutely not. In this era where even cancer can be attempted to be “hacked” by AI, the old product logic is collapsing, and new business models are being reshaped. Here are three practical methodologies for all product managers, operators, and entrepreneurs:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 7&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;430px&#34; data-flex-grow=&#34;179&#34; height=&#34;714&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-e25d16b88e/img-110c74e0ac.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-e25d16b88e/img-110c74e0ac_hu_394764fd1f501c4.jpeg 800w, https://kylosvn.top/posts/note-e25d16b88e/img-110c74e0ac.jpeg 1280w&#34; width=&#34;1280&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;methodology-one-find-ecological-niches-for-structural-arbitrage-and-become-the-industrys-super-connector&#34;&gt;Methodology One: Find Ecological Niches for “Structural Arbitrage” and Become the Industry’s “Super Connector”&#xA;&lt;/h2&gt;&lt;p&gt;The biggest gap exposed by Rosie’s case is the severe disconnection between “efficient digital computation” &lt;strong&gt;and&lt;/strong&gt; “heavy physical execution.” Conyngham filled this gap with his extraordinary connections.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Your opportunity lies in: productizing this gap.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Do not compete with generic large models, nor invest heavily in building physical laboratories. Be that “super connector.”&lt;/p&gt;&#xA;&lt;p&gt;In agriculture, materials science, biopharmaceuticals, and precision manufacturing, there are many traditional veterans who do not understand AI and many AI geeks who do not understand industry know-how. If you can build a platform:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Front-end: Provide compliant, industry-specific AI Copilots (for instance, a “veterinary version of GPT” to help doctors quickly draft personalized chemotherapy plans).&lt;/li&gt;&#xA;&lt;li&gt;Back-end: Connect CROs (Contract Research Organizations) and cloud laboratories (like Emerald Cloud Lab) with standardized APIs. &lt;strong&gt;Allow those who understand technology to access physical experiments at a very low cost, while those who understand the industry can access AI computation with minimal barriers.&lt;/strong&gt; This “structural arbitrage” based on information asymmetry and resource scheduling is the battlefield where internet professionals excel.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;methodology-two-abandon-the-prompt-engineer-illusion-and-fully-transform-into-a-domain-engineer&#34;&gt;Methodology Two: Abandon the “Prompt Engineer” Illusion and Fully Transform into a “Domain Engineer”&#xA;&lt;/h2&gt;&lt;p&gt;The era of “just knowing how to write prompts to control AI” is over. Conyngham succeeded not because he wrote good prompts, but because he understood data science and underlying logic; he knew at which points AI would produce nonsense.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Practical Advice:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;If you are a product manager, immediately stop obsessing over complex parameters in Midjourney or jailbreak commands in GPT.&lt;/p&gt;&#xA;&lt;p&gt;Choose a vertical field (like new energy battery testing, cross-border medical compliance, industrial IoT edge computing), and &lt;strong&gt;spend six months mastering the “industry jargon” and “business flow SOP” of that field.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;When you possess deep Domain Knowledge and then use AI tools, you will outclass those who only know how to write fancy documents. The future core competitiveness will be: &lt;strong&gt;“Industry veterans + AI leverage.”&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;methodology-three-design-defensive-ai-products-to-build-a-high-trial-and-error-moat&#34;&gt;Methodology Three: Design “Defensive” AI Products to Build a High Trial-and-Error Moat&#xA;&lt;/h2&gt;&lt;p&gt;The risk in Rosie’s case lies in “hallucinations leading to death.” When launching AI products in the future, especially in high-risk fields like finance, healthcare, law, and education, your product architecture must shift from “All-in AI generation” to “human-set guardrails with AI filling in the details.”&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Practical Standards (HITL Principle: Human-in-the-loop):&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Post-decision&lt;/strong&gt;: AI should only compress information and provide options; the final “approval button (Approve/Reject)” must be given to qualified humans.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Traceability Mechanism&lt;/strong&gt;: Every core data/report generated by your AI product must include its reasoning process and knowledge base citation links. Just as Conyngham had to verify AlphaFold’s structures himself, your product must allow users to “trust.”&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Safety Sandbox&lt;/strong&gt;: Set limits for AI. It is better to have it respond “I’m not sure; please consult an expert” when encountering boundary issues than to fabricate facts to please users.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;conclusion&#34;&gt;Conclusion&#xA;&lt;/h2&gt;&lt;p&gt;&lt;img alt=&#34;Image 8&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;430px&#34; data-flex-grow=&#34;179&#34; height=&#34;714&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-e25d16b88e/img-ef76703e89.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-e25d16b88e/img-ef76703e89_hu_e99537b18f3d8324.jpeg 800w, https://kylosvn.top/posts/note-e25d16b88e/img-ef76703e89.jpeg 1280w&#34; width=&#34;1280&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;When Rosie runs in front of the camera, she is indeed a lucky dog. But for the 3 million mobile internet professionals, if we only see the magic of technology while ignoring the high costs behind it, we will be completely marginalized in this grand AI transformation.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Recognizing the boundaries of technology, finding the fractures in the industry, and connecting digital computation with the physical world with reverence is the ultimate wealth code we can share in the AI-native era.&lt;/strong&gt;&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Claude Transforms into an AI Productivity OS with MCP Apps</title>
            <link>https://kylosvn.top/posts/note-598dbeaa23/</link>
            <pubDate>Mon, 02 Feb 2026 00:00:00 +0000</pubDate>
            <guid>https://kylosvn.top/posts/note-598dbeaa23/</guid>
            <description>&lt;h2 id=&#34;claudes-evolution-into-an-ai-productivity-os&#34;&gt;Claude&amp;rsquo;s Evolution into an AI Productivity OS&#xA;&lt;/h2&gt;&lt;p&gt;Claude has undergone a significant transformation, evolving into a powerful AI productivity tool that integrates seamlessly with various applications. The introduction of MCP Apps marks a new era in workplace interactions, allowing users to perform tasks without switching between multiple browser tabs.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 1&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;242px&#34; data-flex-grow=&#34;101&#34; height=&#34;890&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-599434723c.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-599434723c_hu_38412b7aeb2f6428.jpeg 800w, https://kylosvn.top/posts/note-598dbeaa23/img-599434723c.jpeg 900w&#34; width=&#34;900&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;new-features-of-claude&#34;&gt;New Features of Claude&#xA;&lt;/h3&gt;&lt;p&gt;Recently, Anthropic announced ten essential productivity tools that can now be interacted with directly within Claude. Users can draft Slack messages, visualize ideas in Figma, or create and review Asana timelines with just a click.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 2&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;524px&#34; data-flex-grow=&#34;218&#34; height=&#34;494&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-29c424477f.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-29c424477f_hu_af4a742b5dfc931b.jpeg 800w, https://kylosvn.top/posts/note-598dbeaa23/img-29c424477f.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;This integration means that all tasks can be completed within Claude, streamlining workflows and enhancing productivity. For instance, during a meeting discussing dashboard revisions, users can ask Claude to outline a launch plan and it will actively pull in Figma to create a clear flowchart in minutes.&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;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://kylosvn.top/posts/note-598dbeaa23/img-96b26b548f.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-96b26b548f_hu_f4b09021c9dddc67.jpeg 800w, https://kylosvn.top/posts/note-598dbeaa23/img-96b26b548f.jpeg 960w&#34; width=&#34;960&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Next, users can retrieve engagement data using Amplitude, which Claude can utilize to generate a line graph instantly.&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;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://kylosvn.top/posts/note-598dbeaa23/img-28f44ea2ce.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-28f44ea2ce_hu_5ec0d4ee43e877c6.jpeg 800w, https://kylosvn.top/posts/note-598dbeaa23/img-28f44ea2ce.jpeg 960w&#34; width=&#34;960&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Currently, over ten mainstream applications, including Slack, Figma, and Asana, are connected to Claude, breaking down barriers between AI models and software tools.&lt;/p&gt;&#xA;&lt;h3 id=&#34;the-rise-of-mcp-apps&#34;&gt;The Rise of MCP Apps&#xA;&lt;/h3&gt;&lt;p&gt;With the introduction of MCP Apps, Claude has effectively become the operating system of the AI era. Amplitude&amp;rsquo;s founder stated that traditional UIs are obsolete, as no one wants to log into multiple SaaS applications anymore. The future of UI is about integrating directly into individual workflows, appearing automatically when needed.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;555px&#34; data-flex-grow=&#34;231&#34; height=&#34;467&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-e5f2a7c1a8.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-e5f2a7c1a8_hu_d7b20ed9e1504768.jpeg 800w, https://kylosvn.top/posts/note-598dbeaa23/img-e5f2a7c1a8.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;This shift is exemplified by Clawdbot, which is being hailed as the &amp;ldquo;extended arm of Claude,&amp;rdquo; representing a true evolution in productivity tools. As 2026 begins, these two groundbreaking products, Claude and Clawdbot, are set to redefine the future of work.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;557px&#34; data-flex-grow=&#34;232&#34; height=&#34;465&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-321e63f1eb.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-321e63f1eb_hu_8a01e2e505ac822c.jpeg 800w, https://kylosvn.top/posts/note-598dbeaa23/img-321e63f1eb.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;AI experts have remarked that Claude is now significantly more useful than Clawdbot, with the latest features available to Claude Pro, Team, and enterprise users.&lt;/p&gt;&#xA;&lt;h2 id=&#34;claudes-new-role-in-the-workplace&#34;&gt;Claude&amp;rsquo;s New Role in the Workplace&#xA;&lt;/h2&gt;&lt;p&gt;The daily office tools that workers rely on can now be accessed directly within Claude. Previously, while Claude could call various tools via MCP to execute tasks, the major change is that these tools are now presented directly in the conversational interface. This allows for real-time progress updates and collaborative editing.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 7&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;275px&#34; data-flex-grow=&#34;114&#34; height=&#34;234&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-2ed16d6505.jpeg&#34; width=&#34;269&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;For example, when tasked with integrating collected data into a dashboard project, Claude can immediately set up the project in Asana. Users can also request Claude to send a summary of the results to a colleague, which it can draft in Slack, allowing for direct edits and the addition of emojis.&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;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://kylosvn.top/posts/note-598dbeaa23/img-643a45babc.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-643a45babc_hu_5c6cd40e8bff823f.jpeg 800w, https://kylosvn.top/posts/note-598dbeaa23/img-643a45babc.jpeg 960w&#34; width=&#34;960&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;If users need to find the latest retail technology analysis report, they can simply ask Claude, which will retrieve the core report from Box in no time.&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;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://kylosvn.top/posts/note-598dbeaa23/img-4ae0989a53.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-4ae0989a53_hu_1b99c6a6182419a9.jpeg 800w, https://kylosvn.top/posts/note-598dbeaa23/img-4ae0989a53.jpeg 1079w&#34; width=&#34;1079&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Claude can also connect to Clay to pull background information on Conclusive AI, or use Hex to query data and generate charts, tables, and citations.&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;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://kylosvn.top/posts/note-598dbeaa23/img-571f23c0b7.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-571f23c0b7_hu_f130f2fcba1a409d.jpeg 800w, https://kylosvn.top/posts/note-598dbeaa23/img-571f23c0b7.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;This update signifies Claude&amp;rsquo;s evolution from a simple conversational assistant to a fully integrated AI workstation, enabling users to perform various tasks directly within the platform:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Amplitude:&lt;/strong&gt; Create analytical charts and explore trends interactively.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Asana:&lt;/strong&gt; Convert chat content into projects, tasks, and timelines for team collaboration.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Box:&lt;/strong&gt; Search and preview files quickly, extracting core information or asking questions about file content.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Canva:&lt;/strong&gt; Outline presentation drafts, customize brand styles, and create deliverable slides.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Clay:&lt;/strong&gt; Research company backgrounds and draft personalized business emails.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Figma:&lt;/strong&gt; Transform text and images into flowcharts or Gantt charts with a simple prompt.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Hex:&lt;/strong&gt; Ask data-related questions and receive professional answers with interactive charts and tables.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;monday.com:&lt;/strong&gt; Manage daily tasks, run projects, and visually track progress.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Slack:&lt;/strong&gt; Retrieve conversation history, draft messages, and preview before sending.&lt;/li&gt;&#xA;&lt;/ul&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;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://kylosvn.top/posts/note-598dbeaa23/img-456689a081.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-456689a081_hu_48f43a6b554a5aee.jpeg 800w, https://kylosvn.top/posts/note-598dbeaa23/img-456689a081.jpeg 1079w&#34; width=&#34;1079&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Anthropic has announced that these new features will soon be available on Salesforce, integrating enterprise-level context into Claude for unified reasoning, collaboration, and decision-making.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 12&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;561px&#34; data-flex-grow=&#34;233&#34; height=&#34;462&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-53ee85087a.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-53ee85087a_hu_a4362f37ae6b3e19.jpeg 800w, https://kylosvn.top/posts/note-598dbeaa23/img-53ee85087a.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-launch-of-mcp-apps&#34;&gt;The Launch of MCP Apps&#xA;&lt;/h2&gt;&lt;p&gt;The underlying technology behind these features is the Model Context Protocol (MCP), an open standard connecting tools with AI applications. MCP Apps allow Claude to interact with third-party tools, marking a significant step away from the era of pure text interactions.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 13&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;1329px&#34; data-flex-grow=&#34;553&#34; height=&#34;195&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-1ff901fafc.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-1ff901fafc_hu_f071f1449a2e4465.jpeg 800w, https://kylosvn.top/posts/note-598dbeaa23/img-1ff901fafc.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;With MCP Apps, the interaction is no longer limited to cold text; users can directly generate and manipulate interactive interfaces within the conversation. Whether it&amp;rsquo;s data dashboards, complex configuration forms, or dynamic visual charts, these can all be created and operated in real-time.&lt;/p&gt;&#xA;&lt;p&gt;Users have expressed excitement about the arrival of generative UIs, and Anthropic has credited OpenAI for their foundational work on MCP-UI and OpenAI Apps SDK.&lt;/p&gt;&#xA;&lt;p&gt;Currently, mainstream clients like ChatGPT, Claude, Goose, and VS Code support this functionality, allowing developers to create custom &amp;ldquo;skins&amp;rdquo; and &amp;ldquo;limbs&amp;rdquo; for AI agents as easily as building web applications.&lt;/p&gt;&#xA;&lt;h3 id=&#34;the-decline-of-traditional-uis&#34;&gt;The Decline of Traditional UIs&#xA;&lt;/h3&gt;&lt;p&gt;MCP Apps enable tools to provide rich, interactive interfaces rather than just returning plain text. When a tool declares a UI resource, the host renders it within a sandboxed iframe, allowing users to interact directly within the conversation flow.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 14&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;310px&#34; data-flex-grow=&#34;129&#34; height=&#34;836&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-7bbf2d846f.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-7bbf2d846f_hu_39936827d812cfa7.jpeg 800w, https://kylosvn.top/posts/note-598dbeaa23/img-7bbf2d846f.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Typical applications of MCP Apps include:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Data Exploration:&lt;/strong&gt; Sales analysis tools returning interactive dashboards for direct filtering and report exporting.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Configuration Wizards:&lt;/strong&gt; Deployment tools displaying forms with linked fields that adjust based on user selections.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Document Review:&lt;/strong&gt; Contract analysis tools highlighting key clauses directly in PDFs for user actions.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Real-time Monitoring:&lt;/strong&gt; Server health monitoring tools showing dynamic metrics that update with system status.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;MCP Apps bridge the gap between what tools can do and what users can see, transforming cumbersome text interactions into a smooth experience akin to using standard web applications.&lt;/p&gt;&#xA;&lt;h3 id=&#34;why-mcp-apps-matter&#34;&gt;Why MCP Apps Matter&#xA;&lt;/h3&gt;&lt;p&gt;While MCP excels at connecting models with data and granting execution capabilities, there often exists a perception gap between what tools can do and what users can see. For instance, a database query tool might return hundreds of rows of data, but users often want to perform further actions like sorting or filtering without sending multiple prompts.&lt;/p&gt;&#xA;&lt;p&gt;MCP Apps fill this gap by allowing the model to remain deeply involved in the process while the UI handles tasks that are cumbersome in text form, such as real-time updates and direct interactions.&lt;/p&gt;&#xA;&lt;h3 id=&#34;app-api&#34;&gt;App API&#xA;&lt;/h3&gt;&lt;p&gt;Developers can use the @modelcontextprotocol/ext-apps package to build MCP Apps, which provides an App class for handling communication between the UI and the host.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 15&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;395px&#34; data-flex-grow=&#34;164&#34; height=&#34;655&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-e4a8ff4a67.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-e4a8ff4a67_hu_352bb4b67426bdd5.jpeg 800w, https://kylosvn.top/posts/note-598dbeaa23/img-e4a8ff4a67.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The emergence of MCP Apps signifies the standardization of the &amp;ldquo;Agentic UI&amp;rdquo; framework, marking a crucial step in transforming AI from a mere chatbot into a fully functional productivity tool. Claude has truly gained its &amp;ldquo;limbs,&amp;rdquo; and the popularity of Clawdbot continues to soar, raising questions about the future of human labor.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 16&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;1270px&#34; data-flex-grow=&#34;529&#34; height=&#34;204&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-cd5a7761ec.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-cd5a7761ec_hu_8086cc1348f5f00d.jpeg 800w, https://kylosvn.top/posts/note-598dbeaa23/img-cd5a7761ec.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;img alt=&#34;Image 17&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;1329px&#34; data-flex-grow=&#34;553&#34; height=&#34;195&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-a8ab6cd4e5.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-598dbeaa23/img-a8ab6cd4e5_hu_426dd3cd391f6e2.jpeg 800w, https://kylosvn.top/posts/note-598dbeaa23/img-a8ab6cd4e5.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>DeepSeek V3.2 Released: Impressive Performance and Cost Advantage</title>
            <link>https://kylosvn.top/posts/note-6704a320d9/</link>
            <pubDate>Wed, 03 Dec 2025 00:00:00 +0000</pubDate>
            <guid>https://kylosvn.top/posts/note-6704a320d9/</guid>
            <description>&lt;h2 id=&#34;deepseek-v32-released&#34;&gt;DeepSeek V3.2 Released&#xA;&lt;/h2&gt;&lt;p&gt;On December 1, DeepSeek surprised users with the launch of version 3.2, now available for all users and also uploaded to various open-source communities for local deployment. According to official test results, &lt;strong&gt;DeepSeek V3.2&amp;rsquo;s inference capabilities are now comparable to OpenAI&amp;rsquo;s GPT-5, but at a much lower cost&lt;/strong&gt;, which is exciting for many.&lt;/p&gt;&#xA;&lt;h2 id=&#34;stronger-inference-at-a-lower-cost&#34;&gt;Stronger 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 DeepSeek V3.2-Speciale, which supports API access. The Speciale version features enhanced inference capabilities, primarily 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 inference benchmark scores rival those 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://kylosvn.top/posts/note-6704a320d9/img-8e30b54142.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-6704a320d9/img-8e30b54142_hu_7deead3c7be7d7c5.jpeg 800w, https://kylosvn.top/posts/note-6704a320d9/img-8e30b54142.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;DeepSeek also tested the V3.2-Speciale on finals from competitions like 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 human competitors, showcasing significant advancements in programming capabilities. &lt;strong&gt;In comparative tests, 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://kylosvn.top/posts/note-6704a320d9/img-baffef2476.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-6704a320d9/img-baffef2476_hu_d1dd65726b5f747d.jpeg 800w, https://kylosvn.top/posts/note-6704a320d9/img-baffef2476.jpeg 1080w&#34; width=&#34;1080&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;According to the official technical documentation, the main breakthrough of DeepSeek V3.2 is the introduction of the DeepSeek Sparse Attention (DSA) mechanism, designed to meet different inference needs through a dual-version approach.&lt;/p&gt;&#xA;&lt;p&gt;The deployment of the DSA mechanism fundamentally addresses efficiency issues in attention for large AI models. Specifically, &lt;strong&gt;while traditional attention mechanisms compute relationships between all elements in a sequence, DSA selectively calculates relationships between key elements, significantly reducing the amount of data needed for computation.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Similar technology was hinted at in a paper released earlier this year, where the new attention mechanism NSA was discussed. However, NSA had not been publicly implemented in subsequent DeepSeek model updates, leading to speculation about difficulties in its deployment.&lt;/p&gt;&#xA;&lt;p&gt;Now, it appears that DeepSeek has found a better implementation method. The NSA mechanism was more like creating an index for a library when handling long text data, quickly locating the relevant area for information retrieval. In contrast, DSA functions like a search engine, performing a quick full-text read and establishing a &amp;ldquo;lightning indexer&amp;rdquo; for rapid data retrieval based on keywords, making it smarter and more precise while consuming fewer resources.&lt;/p&gt;&#xA;&lt;p&gt;With the DSA mechanism, &lt;strong&gt;the inference cost for a 128K sequence can be reduced by over 60%, and the inference speed can increase by approximately 3.5 times, with memory usage decreasing by 70%, all while maintaining model performance.&lt;/strong&gt; This fundamentally changes the performance of large AI models in the attention domain.&lt;/p&gt;&#xA;&lt;p&gt;Official data shows that during AI model testing on the H800 cluster, the cost per million tokens during the pre-fill phase dropped from $0.70 to about $0.20, while the decoding phase cost decreased 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;not-just-thinking-but-using-tools&#34;&gt;Not Just Thinking, But Using Tools&#xA;&lt;/h2&gt;&lt;p&gt;In addition to the DSA mechanism, another core upgrade in DeepSeek V3.2 is its ability to invoke tools during its thinking mode. The official statement indicates that the process of invoking and using tools requires no training, giving DeepSeek V3.2 enhanced general performance and better compatibility with user-created tools as an open-source model.&lt;/p&gt;&#xA;&lt;p&gt;To validate DeepSeek V3.2&amp;rsquo;s new features, I designed some questions to test its response capabilities, starting with its performance in thinking mode:&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 exactly twice that of C. How old are the three individuals now?&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Answer:&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://kylosvn.top/posts/note-6704a320d9/img-4cac746d32.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-6704a320d9/img-4cac746d32_hu_6cc1c65a015ea8f8.jpeg 800w, https://kylosvn.top/posts/note-6704a320d9/img-4cac746d32.jpeg 1188w&#34; width=&#34;1188&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The answer is correct, but the key lies in the thought process:&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://kylosvn.top/posts/note-6704a320d9/img-b91c216cd0.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-6704a320d9/img-b91c216cd0_hu_4e768807e9dd240f.jpeg 800w, https://kylosvn.top/posts/note-6704a320d9/img-b91c216cd0.jpeg 1118w&#34; width=&#34;1118&#34;&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://kylosvn.top/posts/note-6704a320d9/img-95436fc3eb.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-6704a320d9/img-95436fc3eb_hu_40dc5b395026d00a.jpeg 800w, https://kylosvn.top/posts/note-6704a320d9/img-95436fc3eb.jpeg 1109w&#34; width=&#34;1109&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;DeepSeek verified the answer multiple times after calculating the result, considering whether the answer remained correct under different circumstances. Before outputting the final answer, DeepSeek conducted three rounds of answer verification.&lt;/p&gt;&#xA;&lt;p&gt;While this may seem like a waste of computational power, such multiple verifications are necessary to ensure the accuracy of responses under the DSA mechanism, as the sparse architecture of DeepSeek could lead to a higher error probability compared to other AIs.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;I also designed a multi-step task chain:&lt;/strong&gt;&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;Invoke a tool to check if your conversion is correct.&lt;/li&gt;&#xA;&lt;li&gt;Summarize in one sentence whether today is suitable for outdoor activities.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Note: You must decide when to invoke the tool, not complete it all at once.&lt;/p&gt;&#xA;&lt;p&gt;Let’s look at DeepSeek&amp;rsquo;s thought process:&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://kylosvn.top/posts/note-6704a320d9/img-57d1e7eccb.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-6704a320d9/img-57d1e7eccb_hu_256ff94d4009763d.jpeg 800w, https://kylosvn.top/posts/note-6704a320d9/img-57d1e7eccb.jpeg 1224w&#34; width=&#34;1224&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;It understood the requirements of the question well and began to use search and math tools step by step to solve the problem, ultimately providing the answer:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 17&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;716px&#34; data-flex-grow=&#34;298&#34; height=&#34;399&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-6704a320d9/img-7714e47a89.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-6704a320d9/img-7714e47a89_hu_8b6f4586a6efbef0.jpeg 800w, https://kylosvn.top/posts/note-6704a320d9/img-7714e47a89.jpeg 1191w&#34; width=&#34;1191&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Overall, the answer followed the steps correctly, and it even automatically chose a math tool to confirm the conversion result. However, there was an oddity where DeepSeek lost the answer to the question about summarizing whether today is suitable for outdoor activities. Nonetheless, the thought process indicates that DeepSeek indeed possesses the ability to make autonomous decisions on which tools to use.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;In comparison, another AI faced with the same question, while understanding the requirement to &amp;ldquo;invoke tools,&amp;rdquo; ended up directly searching for corresponding data to fill in the answer:&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://kylosvn.top/posts/note-6704a320d9/img-45b8d14a66.jpeg&#34; width=&#34;792&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;In fact, the tool invocation tutorial in DeepSeek&amp;rsquo;s thinking mode also features similar questions, demonstrating how to improve the final answer quality through multi-turn dialogue and invoking multiple tools.&lt;/p&gt;&#xA;&lt;p&gt;You can think of it this way: DeepSeek used to rely on memory (model parameters) to combine answers when you asked a question. Now, it can break down the problem, ask individual questions, and use different tools (such as search, math, programming, etc.) to provide better solutions, finally integrating all answers into a complete response.&lt;/p&gt;&#xA;&lt;p&gt;Due to time constraints, I didn’t design more challenging questions to test DeepSeek, but interested users can log on to the DeepSeek website to try it out themselves.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-strongest-open-source-openai-and-google-may-face-challenges&#34;&gt;The Strongest Open Source? OpenAI and Google May Face Challenges&#xA;&lt;/h2&gt;&lt;p&gt;Is DeepSeek V3.2 powerful? It certainly is, but it does not have a dramatic lead. Test results show it is competitive with GPT-5 High and Gemini 3.0 Pro. However, when a model can match GPT-5 and Gemini 3.0 Pro across multiple authoritative benchmarks while having inference costs that are only one-third or even lower than mainstream models, and is released fully open-source, it can significantly impact the entire market—this is the fundamental logic behind DeepSeek&amp;rsquo;s ability to disrupt the industry.&lt;/p&gt;&#xA;&lt;p&gt;Previously, there was a prevailing notion in the industry: &amp;ldquo;Open-source models are always eight months behind closed-source models.&amp;rdquo; While this conclusion is debatable, the release of DeepSeek V3.2 clearly puts this debate to rest. &lt;strong&gt;DeepSeek continues to insist on full open-source, especially with the introduction of DSA, which significantly reduces costs and enhances long-text capabilities, effectively transforming the role of open-source models from &amp;lsquo;followers&amp;rsquo; to &amp;lsquo;challengers&amp;rsquo; that force closed-source giants to adapt.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;More importantly, the cost revolution brought by DSA will have a significant impact on the commercialization of large AI models, as the training and inference of AI models still face high costs. A statement like &amp;ldquo;costs reduced by 60%&amp;rdquo; relates not only to operational costs but also to initial deployment costs, meaning that even small enterprises can leverage DeepSeek to train stronger models.&lt;/p&gt;&#xA;&lt;p&gt;With the inference costs for long-text interactions being sufficiently low, advanced AI applications (agents, automated workflows, long-chain reasoning, etc.) will no longer be limited to the enterprise market but can be better promoted for consumer use, potentially accelerating the trend of &amp;ldquo;AI tools replacing traditional software,&amp;rdquo; allowing AI to truly penetrate everyday use at the operating system level.&lt;/p&gt;&#xA;&lt;p&gt;For the average user, it may just seem like an additional free and useful model, but in a few months or half a year, you may notice a qualitative improvement in various hardware and software AI experiences, likely thanks to DeepSeek&amp;rsquo;s contributions.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>How GLM-4.5V Was Developed</title>
            <link>https://kylosvn.top/posts/note-6fe3417bdb/</link>
            <pubDate>Fri, 15 Aug 2025 00:00:00 +0000</pubDate>
            <guid>https://kylosvn.top/posts/note-6fe3417bdb/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;The release of GLM-4.5V undoubtedly marks another milestone in the field of multimodal AI. It not only achieves significant improvements in multimodal understanding and reasoning but also demonstrates strong performance and broad application potential through its unique architectural design, refined data construction, and application of reinforcement learning.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 11&#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://kylosvn.top/posts/note-6fe3417bdb/img-eee1e2f397.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-6fe3417bdb/img-eee1e2f397_hu_997220564a82b5a4.jpeg 800w, https://kylosvn.top/posts/note-6fe3417bdb/img-eee1e2f397.jpeg 900w&#34; width=&#34;900&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;performance&#34;&gt;Performance&#xA;&lt;/h2&gt;&lt;p&gt;GLM-4.5V has significantly improved performance in multimodal understanding and reasoning compared to previous models.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 15&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;319px&#34; data-flex-grow=&#34;132&#34; height=&#34;686&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-6fe3417bdb/img-59953fb59f.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-6fe3417bdb/img-59953fb59f_hu_5d3bf7e82dcaf371.jpeg 800w, https://kylosvn.top/posts/note-6fe3417bdb/img-59953fb59f.jpeg 912w&#34; width=&#34;912&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;In the above chart, GLM-4.5V outperforms previous models in STEM, spatial reasoning, GUI agent tasks, OCR, document understanding, code comprehension, video understanding, visual localization, and general VQA tasks.&lt;/p&gt;&#xA;&lt;p&gt;The backbone of GLM-4.5V is a reinforcement learning (RL) framework.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 16&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;298px&#34; data-flex-grow=&#34;124&#34; height=&#34;686&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-6fe3417bdb/img-f3239dcf98.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-6fe3417bdb/img-f3239dcf98_hu_d14a6753f68b5bdc.jpeg 800w, https://kylosvn.top/posts/note-6fe3417bdb/img-f3239dcf98.jpeg 852w&#34; width=&#34;852&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;After reinforcement learning, the model achieved a gain of up to +10.6% in coding tasks and +6.7% in STEM questions.&lt;/p&gt;&#xA;&lt;p&gt;GLM-4.5V achieved the best scores in nearly all high-difficulty tasks, including MMStar (75.3), MMMU Pro (65.2), MathVista (84.6), ChartQAPro (64.0), and WebVoyager (84.4).&lt;/p&gt;&#xA;&lt;h2 id=&#34;architecture&#34;&gt;Architecture&#xA;&lt;/h2&gt;&lt;p&gt;The architectural design of GLM-4.5V focuses on three goals: native multimodality, high resolution, and strong temporal understanding. This is achieved through three components: the visual encoder (ViT Encoder), MLP projector, and language decoder (LLM Decoder).&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 18&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;429px&#34; data-flex-grow=&#34;178&#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://kylosvn.top/posts/note-6fe3417bdb/img-09feade9b2.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-6fe3417bdb/img-09feade9b2_hu_56235efa88081109.jpeg 800w, https://kylosvn.top/posts/note-6fe3417bdb/img-09feade9b2_hu_97c1f532487998e9.jpeg 1600w, https://kylosvn.top/posts/note-6fe3417bdb/img-09feade9b2.jpeg 1832w&#34; width=&#34;1832&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;visual-encoder&#34;&gt;Visual Encoder&#xA;&lt;/h3&gt;&lt;p&gt;Based on AIMv2-Huge initialization, it incorporates 2D-ROPE and 3D convolutions, enabling it to natively process images and videos of any resolution while effectively capturing temporal information.&lt;/p&gt;&#xA;&lt;h3 id=&#34;language-decoder&#34;&gt;Language Decoder&#xA;&lt;/h3&gt;&lt;p&gt;Based on GLM-4.5-Air, it enhances the understanding of spatial positions in multimodal inputs by extending 3D-RoPE.&lt;/p&gt;&#xA;&lt;h3 id=&#34;native-temporal-understanding&#34;&gt;Native Temporal Understanding&#xA;&lt;/h3&gt;&lt;p&gt;When processing videos, the model inserts a timestamp token after the visual features of each frame, allowing it to perceive the actual time intervals between frames, greatly improving video understanding and localization accuracy.&lt;/p&gt;&#xA;&lt;h2 id=&#34;pre-training&#34;&gt;Pre-training&#xA;&lt;/h2&gt;&lt;p&gt;The pre-training of GLM-4.5V consists of data construction and training paradigms.&lt;/p&gt;&#xA;&lt;h3 id=&#34;data-construction&#34;&gt;Data Construction&#xA;&lt;/h3&gt;&lt;p&gt;The pre-training corpus of GLM-4.5V covers multidimensional data, including:&lt;/p&gt;&#xA;&lt;h4 id=&#34;image-text-pair-data&#34;&gt;Image-Text Pair Data&#xA;&lt;/h4&gt;&lt;p&gt;Over 10 billion high-quality image-text pairs were constructed through a refined process involving heuristic filtering, CLIP-Score selection, concept-balanced resampling, and factual-centered recaptioning. Each image has a better rephrasing.&lt;/p&gt;&#xA;&lt;p&gt;For example, a simple description like &amp;ldquo;a northern cardinal singing&amp;rdquo; can be enriched to &amp;ldquo;a northern cardinal perched on a branch with a clear blue sky in the background,&amp;rdquo; retaining the facts while greatly enhancing the detail and information density of the description.&lt;/p&gt;&#xA;&lt;h4 id=&#34;interleaved-image-text-data&#34;&gt;Interleaved Image-Text Data&#xA;&lt;/h4&gt;&lt;p&gt;High-quality mixed content was extracted from web pages and academic books, allowing the model to learn complex logical relationships and domain knowledge.&lt;/p&gt;&#xA;&lt;h4 id=&#34;ocr-data&#34;&gt;OCR Data&#xA;&lt;/h4&gt;&lt;p&gt;A dataset of 220 million images was constructed, covering synthetic documents, natural scene text, and academic documents, significantly improving text recognition capabilities.&lt;/p&gt;&#xA;&lt;h4 id=&#34;grounding-data&#34;&gt;Grounding Data&#xA;&lt;/h4&gt;&lt;p&gt;A mixed grounding dataset was created, containing 40 million annotated natural images and over 140 million GUI question-answer pairs, providing the model with precise pixel-level understanding capabilities.&lt;/p&gt;&#xA;&lt;h4 id=&#34;video-data&#34;&gt;Video Data&#xA;&lt;/h4&gt;&lt;p&gt;A high-quality video dataset was constructed through meticulous manual annotation, capturing complex actions, scene text, and cinematic elements.&lt;/p&gt;&#xA;&lt;h3 id=&#34;training-paradigms-two-stage-long-context&#34;&gt;Training Paradigms: Two-Stage, Long Context&#xA;&lt;/h3&gt;&lt;p&gt;GLM-4.5V employs a two-stage training strategy:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Multimodal Pre-training&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Training was conducted for 120,000 steps using all data except video at a sequence length of 8192.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Long Context Continuous Training&lt;/strong&gt;: The sequence length was extended to 32,768, incorporating video data for an additional 10,000 steps of training, enabling the model to handle high-resolution images, long videos, and lengthy documents.&lt;/p&gt;&#xA;&lt;h2 id=&#34;post-training-sft-and-rl&#34;&gt;Post-training: SFT and RL&#xA;&lt;/h2&gt;&lt;p&gt;The post-training phase is crucial for enhancing the reasoning capabilities of GLM-4.5V, consisting of supervised fine-tuning (SFT) and reinforcement learning (RL) steps.&lt;/p&gt;&#xA;&lt;h3 id=&#34;supervised-fine-tuning-sft-aligning-thought-paradigms&#34;&gt;Supervised Fine-tuning (SFT): Aligning Thought Paradigms&#xA;&lt;/h3&gt;&lt;p&gt;The goal of SFT is to align the model&amp;rsquo;s thinking and expression style, teaching it to reason in the form of a &amp;ldquo;Chain-of-Thought.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Standard Format&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;All training data follows the standard format &lt;think&gt;{thinking process}&lt;/think&gt;&lt;answer&gt;{final answer}&lt;/answer&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Answer Extraction&lt;/strong&gt;: For tasks requiring precise answers, the final answer is wrapped in special tokens &amp;lt;|begin_of_box|&amp;gt; and &amp;lt;|end_of_box|&amp;gt; for accurate assessment by the subsequent RL phase&amp;rsquo;s reward model.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Dual-Modal Support&lt;/strong&gt;: GLM-4.5V mixes &amp;ldquo;thinking&amp;rdquo; and &amp;ldquo;non-thinking&amp;rdquo; data during the SFT phase and introduces special token /nothink, achieving flexible switching between two reasoning modes, balancing performance and efficiency.&lt;/p&gt;&#xA;&lt;h3 id=&#34;reinforcement-learning-rl-unlocking-model-potential&#34;&gt;Reinforcement Learning (RL): Unlocking Model Potential&#xA;&lt;/h3&gt;&lt;p&gt;GLM-4.5V enhances reasoning capabilities through large-scale, cross-domain reinforcement learning.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;RLCS Curriculum Learning Sampling&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;To improve training efficiency, the team proposed Reinforcement Learning with Curriculum Sampling (RLCS), which dynamically selects moderately difficult training samples based on the model&amp;rsquo;s current abilities, avoiding wasted computational power on overly easy or difficult problems, thus maximizing the benefits of each training step.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Robust Reward System&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;The success of RL largely depends on the quality of the reward signals. GLM-4.5V established a domain-specific reward system, designing specialized validation logic for tasks like math, OCR, and GUI, avoiding the phenomenon of &amp;ldquo;reward hacking.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 19&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;482px&#34; data-flex-grow=&#34;200&#34; height=&#34;912&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-6fe3417bdb/img-bedfd5dea7.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-6fe3417bdb/img-bedfd5dea7_hu_8c0b988a169f4c9b.jpeg 800w, https://kylosvn.top/posts/note-6fe3417bdb/img-bedfd5dea7_hu_b6d46bb0bb1b0ec3.jpeg 1600w, https://kylosvn.top/posts/note-6fe3417bdb/img-bedfd5dea7.jpeg 1832w&#34; width=&#34;1832&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;As shown in the above image, even with high-quality reward signals in the STEM field, a defective reward model in a multi-image VQA task can lead to a complete collapse of the entire training process after 150 steps.&lt;/p&gt;&#xA;&lt;p&gt;This indicates that any shortcoming can become a critical issue, particularly for RL training.&lt;/p&gt;&#xA;&lt;p&gt;Cross-domain generalization and collaborative RL not only enhance the model&amp;rsquo;s capabilities in specific domains but also yield significant cross-domain generalization effects.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 20&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;314px&#34; data-flex-grow=&#34;130&#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://kylosvn.top/posts/note-6fe3417bdb/img-0174dd4051.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-6fe3417bdb/img-0174dd4051_hu_3b6e1adc98a1c67a.jpeg 800w, https://kylosvn.top/posts/note-6fe3417bdb/img-0174dd4051.jpeg 1118w&#34; width=&#34;1118&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;As illustrated, training in a single domain can improve capabilities in other domains. For example, training solely on GUI agent data can boost performance in STEM, OCR, visual localization, and general VQA tasks.&lt;/p&gt;&#xA;&lt;p&gt;This suggests that there is a shared underlying logic among different multimodal capabilities, and mixing all domain data for training can achieve stronger results than single-domain training, realizing a synergistic effect of &amp;ldquo;1+1 &amp;gt; 2.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h2 id=&#34;conclusion&#34;&gt;Conclusion&#xA;&lt;/h2&gt;&lt;p&gt;The training of GLM-4.5V encompasses:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Architecture: Native support for high resolution, long videos, and temporal understanding.&lt;/li&gt;&#xA;&lt;li&gt;Pre-training: Refined data construction and two-stage training.&lt;/li&gt;&#xA;&lt;li&gt;SFT: Aligning the model with the &amp;ldquo;Chain-of-Thought&amp;rdquo; reasoning paradigm, preparing for the RL phase.&lt;/li&gt;&#xA;&lt;li&gt;RL: Enhancing capabilities through RLCS, a robust reward system, and cross-domain training.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Stay tuned for the upcoming GLM-4.5V-355B.&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>Building an iOS App with Cursor and Trae: My Journey to the App Store</title>
            <link>https://kylosvn.top/posts/note-e8a89b370a/</link>
            <pubDate>Thu, 15 May 2025 00:00:00 +0000</pubDate>
            <guid>https://kylosvn.top/posts/note-e8a89b370a/</guid>
            <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&#xA;&lt;/h2&gt;&lt;p&gt;In the digital age, how can we leverage AI for product innovation? This article explores the application of AI in product design, analyzing key technologies and strategies to help product managers find the best balance between innovation and practicality.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 5&#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://kylosvn.top/posts/note-e8a89b370a/img-d18e7d4d98.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-e8a89b370a/img-d18e7d4d98_hu_11fd729c97a29bdd.jpeg 800w, https://kylosvn.top/posts/note-e8a89b370a/img-d18e7d4d98.jpeg 900w&#34; width=&#34;900&#34;&gt;&#xA;As the title suggests, I crafted an iOS app using AI coding tools and launched it on the App Store, named &amp;ldquo;SafeMark.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;The initial motivation for this app came from my experience during the New Year when I was asked to send a photo of my ID to a local Xiaomi store to purchase a range hood. I realized that I should have added a watermark to my ID photo to prevent it from being misused.&lt;/p&gt;&#xA;&lt;p&gt;Thus, the app&amp;rsquo;s concept was noted down in my flomo. Recently, I utilized AI coding tools Cursor and Trae to develop it and submitted it to the App Store (still under review at the time of writing). Although the process was challenging, I am glad to have completed it.&lt;/p&gt;&#xA;&lt;p&gt;Here is the promotional image I used for the App Store, showcasing the first version of the app, with plans for future iterations.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 6&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;362px&#34; data-flex-grow=&#34;150&#34; height=&#34;848&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-e8a89b370a/img-de3d2f9c92.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-e8a89b370a/img-de3d2f9c92_hu_29285df03033cb06.jpeg 800w, https://kylosvn.top/posts/note-e8a89b370a/img-de3d2f9c92.jpeg 1280w&#34; width=&#34;1280&#34;&gt;&#xA;This is my second product; the first was a Chrome extension called flomo Quick Capture, which is available in the Chrome Web Store:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://chromewebstore.google.com/detail/flomo-quick-capture/dbfjffbkhlaeihdeibejjofoidomdfdp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;flomo Quick Capture&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 7&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;398px&#34; data-flex-grow=&#34;166&#34; height=&#34;771&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-e8a89b370a/img-5e393b1891.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-e8a89b370a/img-5e393b1891_hu_eb9d13a97e2ec078.jpeg 800w, https://kylosvn.top/posts/note-e8a89b370a/img-5e393b1891.jpeg 1280w&#34; width=&#34;1280&#34;&gt;&#xA;In another article, I elaborated on the rationale behind developing this product, primarily aimed at enhancing my personal workflow.&lt;/p&gt;&#xA;&lt;h3 id=&#34;why-start-with-a-chrome-extension&#34;&gt;Why Start with a Chrome Extension?&#xA;&lt;/h3&gt;&lt;ol&gt;&#xA;&lt;li&gt;Low development cost, allowing for quick familiarization with Cursor.&lt;/li&gt;&#xA;&lt;li&gt;No compliance registration process in China, enabling faster launch and immediate feedback.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h3 id=&#34;why-develop-an-app&#34;&gt;Why Develop an App?&#xA;&lt;/h3&gt;&lt;p&gt;This app is one of my short-term goals, and I also plan to create a WeChat mini-program. This article marks not the end but the beginning of my journey.&lt;/p&gt;&#xA;&lt;h2 id=&#34;ai-coding-tools&#34;&gt;AI Coding Tools&#xA;&lt;/h2&gt;&lt;p&gt;AI coding tools can be broadly categorized into AI IDE tools and code generation/assistance tools:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;AI IDE tools include Cursor, Windsurf, Trae, and Trae CN.&lt;/li&gt;&#xA;&lt;li&gt;Code assistance tools include GitHub Copilot and MarsCode.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;There are many resources online listing related products and tutorials, so choose the tools that suit you best. I used a combination of Cursor and Trae, taking advantage of Trae&amp;rsquo;s early-stage free access to Claude 3.7 Sonnet and Gemini 2.5 Pro, both of which are well-regarded models.&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s important to note that in the AI era, while model capabilities are crucial, engineering optimization and tool adaptation are equally significant. These three aspects evolve together, especially engineering optimization.&lt;/p&gt;&#xA;&lt;p&gt;The same model may yield different results due to the engineering team&amp;rsquo;s capabilities. For instance, Cursor can help generate complex logic code, while Trae is more suited for basic modifications like changing colors or adjusting component positions.&lt;/p&gt;&#xA;&lt;p&gt;Recently, when the Cursor server crashed, I attempted to use Trae for some tasks but faced multiple failures, leading to the creation of several new projects due to incomplete git recovery.&lt;/p&gt;&#xA;&lt;p&gt;I consulted ChatGPT, which suggested possible reasons:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Git operation granularity may be limited&lt;/strong&gt;: Trae might simplify commands like reset, checkout, and revert, not restoring the workspace and cache as CLI does.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;File synchronization issues&lt;/strong&gt;: Some files (like auto-generated cache files) may not be under git control, leading to incomplete recovery.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Recovery operations may not trigger UI/memory synchronization&lt;/strong&gt;: You might restore a version, but the IDE&amp;rsquo;s running state may not refresh, showing previous content.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Only restoring the code area without restoring runtime context&lt;/strong&gt;: Trae might only restore code without addressing dependencies (like environment variables).&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;To this day, I&amp;rsquo;m unsure of the exact reasons, but I did find my project incomplete after recovery, prompting me to create several new projects. I hope to pinpoint and address these issues in the future.&lt;/p&gt;&#xA;&lt;p&gt;Thus, the correct understanding is that &lt;strong&gt;a good model is a bonus, not a necessity&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;app-development-and-promotion-process&#34;&gt;App Development and Promotion Process&#xA;&lt;/h2&gt;&lt;p&gt;Before initiating this project, I did not conduct a needs analysis or market research. I simply outlined the app&amp;rsquo;s basic architecture and functionality, trimming features down to the MVP level, and then began development with AI tools.&lt;/p&gt;&#xA;&lt;p&gt;As mentioned earlier, I assigned complex tasks to Cursor and simpler ones to Trae or Trae CN.&lt;/p&gt;&#xA;&lt;p&gt;My previous habit was to create an idea.md file (not a notepad) for easy reading by Ask, Agent, and MarsCode. I would refine and confirm requirements through Ask, then break down tasks into executable plans for Agent to write. At this stage, when AI was not as powerful, I acted as a planner to help refine processes and steps.&lt;/p&gt;&#xA;&lt;p&gt;Using Cursor&amp;rsquo;s Claude 3.7 Sonnet, I generated HTML, but the result was unsatisfactory. Given the limited number of pages, I decided to sketch a design.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Image 8&#34; class=&#34;gallery-image&#34; data-flex-basis=&#34;326px&#34; data-flex-grow=&#34;136&#34; height=&#34;1692&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://kylosvn.top/posts/note-e8a89b370a/img-5d10e7a5a3.jpeg&#34; srcset=&#34;https://kylosvn.top/posts/note-e8a89b370a/img-5d10e7a5a3_hu_2be63eb3541d78dd.jpeg 800w, https://kylosvn.top/posts/note-e8a89b370a/img-5d10e7a5a3_hu_d9b74e2135a886ca.jpeg 1600w, https://kylosvn.top/posts/note-e8a89b370a/img-5d10e7a5a3.jpeg 2302w&#34; width=&#34;2302&#34;&gt;&#xA;With the design draft, the page was quickly built by Cursor.&lt;/p&gt;&#xA;&lt;p&gt;Coincidentally, my Cursor subscription expired, so I thought, why not use Trae for development? I could take advantage of Claude 3.7 Sonnet for free. This led to several days of AI coding, bug fixing, and more coding.&lt;/p&gt;&#xA;&lt;p&gt;Eventually, I renewed my Cursor subscription and found that several bugs Trae had worked on for days were resolved by Cursor in a few attempts.&lt;/p&gt;&#xA;&lt;p&gt;Since I initially used a non-developer account, I spent another day registering, updating account information, and waiting for approval. During this time, I prepared the necessary information for the App Store submission until my account was approved on Friday night. I then filled out the App Store submission details, rebuilt the project, uploaded it, and submitted it for review.&lt;/p&gt;&#xA;&lt;p&gt;For the first time, I managed the entire app development process alone, which felt incredibly rewarding. I look forward to seeing it downloaded and used to solve problems.&lt;/p&gt;&#xA;&lt;h2 id=&#34;final-thoughts&#34;&gt;Final Thoughts&#xA;&lt;/h2&gt;&lt;p&gt;I once asked myself a question: If I extend the time frame to think about what I am doing now, what will the results be if I persist for 2, 5, or 10 years? Is it what I desire?&lt;/p&gt;&#xA;&lt;p&gt;Consider this: if employees in a company are unhappy, what kind of fun products can they create? If one cannot find meaning in their job, perhaps they should pursue a side business to provide for those in need, thus enhancing their happiness.&lt;/p&gt;&#xA;&lt;p&gt;About three years ago (early 2022), I envisioned developing an app and launching it in an app store to generate side income. This idea has remained unchanged, only refined over time to make it more reasonable in the present context. This includes but is not limited to:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;The core strategy of the app is to focus on the front end while minimizing backend complexity.&lt;/li&gt;&#xA;&lt;li&gt;Not just developing one app, but multiple apps.&lt;/li&gt;&#xA;&lt;li&gt;Only developing an iOS version for the App Store.&lt;/li&gt;&#xA;&lt;li&gt;Beyond side income, this approach could be one of the levers for achieving a better life in the future.&lt;/li&gt;&#xA;&lt;li&gt;…&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;I continuously reflect on the validity of these thoughts and have shared them with friends to gather their opinions, further refining my thinking.&lt;/p&gt;&#xA;&lt;p&gt;Inspiration from independent developers and product managers around me, such as those from Mida Technology, the flomo team, and others, has been encouraging.&lt;/p&gt;&#xA;&lt;p&gt;The current AI era has significantly lowered the barriers for a non-programming product manager to develop an app, making the journey from &amp;ldquo;design draft – development – debug – launch&amp;rdquo; a reality.&lt;/p&gt;&#xA;&lt;p&gt;Why did it take three years to complete my first project?&lt;/p&gt;&#xA;&lt;p&gt;Because at that time, my capabilities made pursuing a side business a low ROI endeavor. The results obtained through my job in the early years were far more rewarding than investing time and energy in a so-called &amp;ldquo;side business.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Three years is neither long nor short. It feels long because I only recently took action, yet it feels short because I finally began to act.&lt;/p&gt;&#xA;&lt;p&gt;I hold the view that work is a &lt;strong&gt;side business&lt;/strong&gt;, merely a part of our lives, fulfilling our basic needs, while our main pursuit should be personal growth and realizing life’s value.&lt;/p&gt;&#xA;&lt;p&gt;At the moment of launching the app, I posted on social media: no words, just an image of the icon from the Smartisan Notes app.&lt;/p&gt;&#xA;&lt;p&gt;The Smartisan Notes icon features a quote I love from Kahlil Gibran&amp;rsquo;s &amp;ldquo;The Prophet&amp;rdquo;: &lt;strong&gt;Do not forget why you started, just because you have come so far.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;With that, I conclude my reflections. Wishing you a pleasant life and successful work!&lt;/p&gt;&#xA;</description>
        </item></channel>
</rss>
