<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>AI Models on KnightLi Blog</title>
        <link>https://knightli.com/en/tags/ai-models/</link>
        <description>Recent content in AI Models on KnightLi Blog</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Mon, 01 Jun 2026 09:00:00 +0800</lastBuildDate><atom:link href="https://knightli.com/en/tags/ai-models/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>MiniMax M3 Released: Coding Agents, 1M Context, and Native Multimodality</title>
        <link>https://knightli.com/en/2026/06/01/minimax-m3-coding-agent-1m-context/</link>
        <pubDate>Mon, 01 Jun 2026 09:00:00 +0800</pubDate>
        
        <guid>https://knightli.com/en/2026/06/01/minimax-m3-coding-agent-1m-context/</guid>
        <description>&lt;p&gt;MiniMax released &lt;code&gt;MiniMax M3&lt;/code&gt; on June 1, 2026. Based on the official introduction, M3 has a clear position: it targets coding, Agent, and long-context tasks, while also adding native multimodal capabilities.&lt;/p&gt;
&lt;p&gt;The most interesting part of this release is not a single benchmark score, but the fact that MiniMax puts three capability groups into one model:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;coding and Agent task capability;&lt;/li&gt;
&lt;li&gt;up to a &lt;code&gt;1M tokens&lt;/code&gt; context window;&lt;/li&gt;
&lt;li&gt;native multimodality, with image and video input support;&lt;/li&gt;
&lt;li&gt;planned open weights for later private deployment and fine-tuning.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you are watching the progress of Chinese models in coding assistants, automated workflows, long-document processing, and multimodal understanding, M3 is worth a separate look.&lt;/p&gt;
&lt;h2 id=&#34;m3s-core-positioning&#34;&gt;M3&amp;rsquo;s Core Positioning
&lt;/h2&gt;&lt;p&gt;MiniMax describes M3 as a frontier model for coding and Agent tasks, with 1M context and native multimodality.&lt;/p&gt;
&lt;p&gt;These keywords map to several real usage pain points:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;coding tasks are not just function completion; they also require reading projects, editing files, running tools, and fixing errors;&lt;/li&gt;
&lt;li&gt;Agent tasks produce large amounts of tool-call records, logs, and intermediate results;&lt;/li&gt;
&lt;li&gt;long documents, long videos, and full codebases all need larger context windows;&lt;/li&gt;
&lt;li&gt;charts, screenshots, formulas, and video frames cannot be understood through plain text alone.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So M3 feels more like a model prepared for long-chain tasks, rather than one aimed only at ordinary chat or short text generation.&lt;/p&gt;
&lt;h2 id=&#34;the-1m-context-comes-from-msa&#34;&gt;The 1M Context Comes From MSA
&lt;/h2&gt;&lt;p&gt;M3 uses MiniMax&amp;rsquo;s self-developed &lt;code&gt;MSA&lt;/code&gt;, short for &lt;code&gt;MiniMax Sparse Attention&lt;/code&gt;. In the official explanation, MSA is designed to address the rapid growth in computational complexity that traditional full attention faces under long contexts.&lt;/p&gt;
&lt;p&gt;Put simply, full attention becomes expensive quickly as context length grows. MSA uses sparse attention and a hardware-friendly KV block access pattern, making it easier for the model to scale in long-context scenarios.&lt;/p&gt;
&lt;p&gt;MiniMax says the M3 API supports up to &lt;code&gt;1M tokens&lt;/code&gt; of context, with a guaranteed minimum of &lt;code&gt;512K tokens&lt;/code&gt;. This matters for several task types:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;reading a complete project or large module;&lt;/li&gt;
&lt;li&gt;processing long research reports, contracts, logs, and knowledge-base materials;&lt;/li&gt;
&lt;li&gt;preserving tool-call history during multi-round Agent execution;&lt;/li&gt;
&lt;li&gt;analyzing long videos or multimodal materials.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;That said, long context does not mean every task should fill the entire window. In real use, retrieval, chunking, caching, and task decomposition still matter. A 1M context window is more like an upper bound for complex tasks, not a replacement for engineering design.&lt;/p&gt;
&lt;h2 id=&#34;coding-and-agent-are-the-focus&#34;&gt;Coding and Agent Are the Focus
&lt;/h2&gt;&lt;p&gt;In the official report, M3 is shown with results across several coding and Agent benchmarks:&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Benchmark&lt;/th&gt;
          &lt;th style=&#34;text-align: right&#34;&gt;Official score&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;SWE-Bench Pro&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;&lt;code&gt;59.0%&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Terminal-Bench 2.1&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;&lt;code&gt;66.0%&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;SWE-fficiency&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;&lt;code&gt;34.8%&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;KernelBench Hard&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;&lt;code&gt;28.8%&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;MCP Atlas&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;&lt;code&gt;74.2%&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;These numbers are useful references, but I would not judge the model only by leaderboard scores. The more important point is that MiniMax puts M3&amp;rsquo;s training and evaluation focus closer to real collaborative Agent scenarios.&lt;/p&gt;
&lt;p&gt;Real coding work is not &amp;ldquo;generate a function from one sentence.&amp;rdquo; It usually includes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;repeatedly clarifying requirements;&lt;/li&gt;
&lt;li&gt;reading existing code;&lt;/li&gt;
&lt;li&gt;making a change plan;&lt;/li&gt;
&lt;li&gt;running commands and tests;&lt;/li&gt;
&lt;li&gt;continuing to fix issues based on errors;&lt;/li&gt;
&lt;li&gt;preserving decision context across multiple rounds.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is also why M3 and MiniMax Code were released together. Model capability is only the base layer. Whether it can finish engineering tasks also depends on the outer Agent harness, tool calls, context management, and verification flow.&lt;/p&gt;
&lt;h2 id=&#34;long-horizon-tasks-shown-by-minimax&#34;&gt;Long-Horizon Tasks Shown by MiniMax
&lt;/h2&gt;&lt;p&gt;MiniMax lists several cases that are closer to real work in its report.&lt;/p&gt;
&lt;p&gt;The first is paper reproduction. MiniMax asked M3 to independently reproduce an ICLR 2025 Outstanding Paper. M3 ran continuously for nearly 12 hours, produced 18 commits and 23 experimental figures, and completed the core experiment reproduction.&lt;/p&gt;
&lt;p&gt;The point of this case is not that M3 can write a paper summary. It used several capabilities at the same time:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;multimodal understanding for curves, formulas, and charts in the paper;&lt;/li&gt;
&lt;li&gt;long context to place the paper, code, and experiment logs in the same task chain;&lt;/li&gt;
&lt;li&gt;coding and Agent capability for continuous running, experimentation, verification, and correction.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The second case is CUDA kernel optimization. MiniMax asked M3 to start from a Triton skeleton that could not run directly and optimize an FP8 GEMM kernel on NVIDIA Hopper GPUs. In about 24 hours, M3 completed 147 benchmark submissions and 1,959 tool calls, raising hardware peak utilization from &lt;code&gt;7.6%&lt;/code&gt; to &lt;code&gt;71.3%&lt;/code&gt;, equivalent to a &lt;code&gt;9.4x&lt;/code&gt; speedup.&lt;/p&gt;
&lt;p&gt;This case shows M3&amp;rsquo;s emphasis on long-horizon autonomous iteration. Ordinary code-generation models often stop after the first few failed rounds, while Agent-style models need to keep adjusting direction based on feedback.&lt;/p&gt;
&lt;p&gt;The third case is letting M3 train models autonomously. In PostTrainBench, MiniMax gave M3 four pretrain-only base models and asked it to complete data synthesis, training, evaluation, and iteration within 12 hours. M3 finally scored &lt;code&gt;0.37&lt;/code&gt;, below Opus 4.7 and GPT-5.5, but clearly ahead of other models.&lt;/p&gt;
&lt;p&gt;These cases all come from MiniMax&amp;rsquo;s own tests, so they should not be treated as independent third-party evaluation results. But they do show M3&amp;rsquo;s product direction: putting the model into long-running, verifiable task loops with feedback.&lt;/p&gt;
&lt;h2 id=&#34;why-native-multimodality-matters&#34;&gt;Why Native Multimodality Matters
&lt;/h2&gt;&lt;p&gt;M3 is not simply a text model with visual ability bolted on afterward. MiniMax says it was trained with mixed modalities from the early stage and that the data pipeline was rebuilt to scale training data to the &lt;code&gt;100T+&lt;/code&gt; level.&lt;/p&gt;
&lt;p&gt;For developers, multimodality mainly matters in scenarios such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;reading screenshots, charts, formulas, and design drafts;&lt;/li&gt;
&lt;li&gt;analyzing PDFs, papers, reports, and experiment figures;&lt;/li&gt;
&lt;li&gt;understanding visual changes in long videos;&lt;/li&gt;
&lt;li&gt;recognizing UI elements in desktop automation tasks.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;MiniMax Code also productizes this direction. According to MiniMax, MiniMax Code can combine M3&amp;rsquo;s multimodal capability with computer use, such as batch-entering information across applications based on spreadsheet content.&lt;/p&gt;
&lt;h2 id=&#34;minimax-code-and-agent-team&#34;&gt;MiniMax Code and Agent Team
&lt;/h2&gt;&lt;p&gt;Alongside the M3 release, MiniMax Code was also updated. MiniMax positions it as an Agent product better suited for M3, designed to unlock M3&amp;rsquo;s long-context, coding, Agent, and multimodal capabilities.&lt;/p&gt;
&lt;p&gt;MiniMax Code&amp;rsquo;s Agent Team can split large tasks into multi-stage, concurrent, dynamically adjustable workflows, and use a Producer + Verifier-style adversarial loop to keep producing, reflecting, and correcting.&lt;/p&gt;
&lt;p&gt;This direction belongs to the same broad category as Claude Code, Codex CLI, opencode, and similar tools: the model does not only answer questions, but enters a local or cloud development environment, reads files, edits files, runs commands, and then continues based on the results.&lt;/p&gt;
&lt;p&gt;MiniMax emphasizes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;M3&amp;rsquo;s 1M long context;&lt;/li&gt;
&lt;li&gt;multimodality and computer use;&lt;/li&gt;
&lt;li&gt;long-running autonomous execution by Agent Team;&lt;/li&gt;
&lt;li&gt;large usage quotas under Token Plan.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;token-plan-and-api&#34;&gt;Token Plan and API
&lt;/h2&gt;&lt;p&gt;MiniMax also updated its Token Plan. The official three tiers are:&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Plan&lt;/th&gt;
          &lt;th style=&#34;text-align: right&#34;&gt;Monthly fee&lt;/th&gt;
          &lt;th style=&#34;text-align: right&#34;&gt;Monthly M3 quota&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Plus&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;&lt;code&gt;$20/month&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;about &lt;code&gt;1.7B tokens&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Max&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;&lt;code&gt;$50/month&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;about &lt;code&gt;5.1B tokens&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Ultra&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;&lt;code&gt;$120/month&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;about &lt;code&gt;9.8B tokens&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;These quotas look very aggressive and are suitable for high-frequency coding assistants, batch processing, long-document processing, and multimodal tasks. But whether they are truly cost-effective still depends on availability by region, concurrency limits, speed, stability, context pricing, and task success rate.&lt;/p&gt;
&lt;p&gt;On the API side, M3 is already available. Several details are worth noting:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;inputs of &lt;code&gt;&amp;lt;=512K tokens&lt;/code&gt; are billed at the standard rate;&lt;/li&gt;
&lt;li&gt;inputs above &lt;code&gt;512K tokens&lt;/code&gt; enter the higher long-context pricing tier;&lt;/li&gt;
&lt;li&gt;thinking can be enabled or disabled;&lt;/li&gt;
&lt;li&gt;thinking enabled is better for complex reasoning, Agent tasks, and long-horizon collaboration;&lt;/li&gt;
&lt;li&gt;thinking disabled responds faster and suits chat and code completion;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;standard&lt;/code&gt; and &lt;code&gt;priority&lt;/code&gt; service tiers are supported, with priority intended for higher concurrency and more stable latency.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The model name in the official example is:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-json&#34; data-lang=&#34;json&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;model&amp;#34;&lt;/span&gt;&lt;span class=&#34;err&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;MiniMax-M3&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;The example endpoint is:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;https://api.minimax.io/v1/text/chatcompletion_v2
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;If you want to integrate M3 into existing coding tools, first confirm three things: OpenAI-compatible support, streaming output support, and tool-call format.&lt;/p&gt;
&lt;h2 id=&#34;open-weights-are-worth-watching-but-need-to-land&#34;&gt;Open Weights Are Worth Watching, but Need to Land
&lt;/h2&gt;&lt;p&gt;MiniMax says M3 will open-source its weights on Hugging Face and GitHub, supporting private cluster deployment and fine-tuning. This is important.&lt;/p&gt;
&lt;p&gt;If the weights are truly released and inference-framework support goes smoothly, M3 may enter several enterprise scenarios:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;private codebase assistants;&lt;/li&gt;
&lt;li&gt;internal knowledge-base and document analysis;&lt;/li&gt;
&lt;li&gt;highly sensitive data scenarios;&lt;/li&gt;
&lt;li&gt;government, enterprise, and local deployment environments;&lt;/li&gt;
&lt;li&gt;low-cost batch Agent workflows.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;But concrete details still need to land, including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;weight size and license;&lt;/li&gt;
&lt;li&gt;quantization options;&lt;/li&gt;
&lt;li&gt;support in vLLM, SGLang, llama.cpp, and other frameworks;&lt;/li&gt;
&lt;li&gt;VRAM requirements;&lt;/li&gt;
&lt;li&gt;real cost of multimodality and long context in local deployment;&lt;/li&gt;
&lt;li&gt;whether full training or fine-tuning toolchains will be released.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So it is worth watching now, but it is too early to treat &amp;ldquo;open weights&amp;rdquo; as already production-ready.&lt;/p&gt;
&lt;h2 id=&#34;who-should-try-it-first&#34;&gt;Who Should Try It First
&lt;/h2&gt;&lt;p&gt;M3 is better suited for these users to try first:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;developers who often use AI coding agents;&lt;/li&gt;
&lt;li&gt;teams that want to replace part of their Claude, GPT, or Gemini coding workload with a Chinese model;&lt;/li&gt;
&lt;li&gt;people with long-document, long-codebase, or long-log analysis needs;&lt;/li&gt;
&lt;li&gt;developers building automation workflows, MCP, or agent harnesses;&lt;/li&gt;
&lt;li&gt;users who need large token quotas for batch processing;&lt;/li&gt;
&lt;li&gt;teams with long-term needs for local deployment and open weights.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you only need ordinary chat, short text rewriting, or simple Q&amp;amp;A, M3 may not be the first model you need to try. Its focus is clearly on heavier Agent and engineering tasks.&lt;/p&gt;
&lt;h2 id=&#34;my-take&#34;&gt;My Take
&lt;/h2&gt;&lt;p&gt;The most interesting part of the MiniMax M3 release is its route: instead of only comparing with general chat models, it directly packages coding, Agent, long context, and multimodality into a model aimed at engineering workflows.&lt;/p&gt;
&lt;p&gt;That direction makes sense. The future competition in AI programming tools will not only be about whether a model can write a piece of code, but whether it can keep planning, executing, verifying, and correcting itself in long-running tasks while controlling context cost.&lt;/p&gt;
&lt;p&gt;Still, whether M3 can enter a main workflow depends on more practical questions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;whether the API is stable;&lt;/li&gt;
&lt;li&gt;whether long-context pricing is controllable;&lt;/li&gt;
&lt;li&gt;whether the MiniMax Code toolchain is mature;&lt;/li&gt;
&lt;li&gt;whether OpenAI-compatible and mainstream agent-tool integration is smooth;&lt;/li&gt;
&lt;li&gt;whether open weights land on time;&lt;/li&gt;
&lt;li&gt;whether third-party evaluation and real project experience support the official claims.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If these areas perform well later, M3 will become one of the most worth-watching Chinese coding Agent models.&lt;/p&gt;
&lt;h2 id=&#34;references&#34;&gt;References
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.minimax.io/models/text/m3&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MiniMax M3 official model page&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.minimax.io/blog/minimax-m3&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MiniMax M3 official release report&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://platform.minimax.io/subscribe/token-plan&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MiniMax Token Plan&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://platform.minimax.io/docs/api-reference/api-overview&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MiniMax API documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/MiniMaxAI&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MiniMax Hugging Face&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Claude Opus 4.8 Released: Anthropic Keeps Strengthening Coding and Agent Tasks</title>
        <link>https://knightli.com/en/2026/05/29/claude-opus-4-8-agentic-coding-update/</link>
        <pubDate>Fri, 29 May 2026 15:22:47 +0800</pubDate>
        
        <guid>https://knightli.com/en/2026/05/29/claude-opus-4-8-agentic-coding-update/</guid>
        <description>&lt;p&gt;Anthropic released Claude Opus 4.8 on May 28, 2026. This is a new version in the Opus series, and the official positioning is clear: it is not a generational renaming, but a continued improvement over Opus 4.7 in coding, agent tasks, reasoning, and expert knowledge work.&lt;/p&gt;
&lt;p&gt;This update certainly matters for regular chat users, but Claude Code and long-running agent scenarios are the more interesting part. Anthropic describes Opus 4.8 as a more reliable collaborator: in complex tasks, it should be better at judging when to ask questions, when to move forward, and when to handle things conservatively.&lt;/p&gt;
&lt;h2 id=&#34;key-points-in-this-update&#34;&gt;Key points in this update
&lt;/h2&gt;&lt;p&gt;Claude Opus 4.8 is now available, with pricing unchanged. Anthropic also highlighted several accompanying changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Opus 4.8 continues to improve over the previous generation in coding, agent capabilities, reasoning, and knowledge work evaluations.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;claude.ai&lt;/code&gt; users can control how much effort Claude spends on a task.&lt;/li&gt;
&lt;li&gt;Claude Code adds dynamic workflows for handling larger-scale problems.&lt;/li&gt;
&lt;li&gt;Opus 4.8&amp;rsquo;s fast mode can work at roughly 2.5x speed and is three times cheaper than the previous model&amp;rsquo;s fast mode.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Taken together, these changes show that Anthropic is not merely making a small model-score upgrade. It is reshaping the product around &amp;ldquo;running complex tasks for a long time.&amp;rdquo; A stronger model is only one part of that; task control, workflow decomposition, and cost structure matter just as much.&lt;/p&gt;
&lt;h2 id=&#34;why-claude-code-users-should-pay-closer-attention&#34;&gt;Why Claude Code users should pay closer attention
&lt;/h2&gt;&lt;p&gt;For a coding agent like Claude Code, the biggest risk is not failing to write a single function, but getting lost inside a real repository. It needs to read files, understand dependencies, run tests, inspect errors, revise its plan, and keep changes within a reasonable scope.&lt;/p&gt;
&lt;p&gt;Opus 4.8&amp;rsquo;s selling points line up closely with these problems:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;It is better suited to agentic tasks, meaning tasks where the model must keep planning, call tools, observe results, and adjust strategy.&lt;/li&gt;
&lt;li&gt;It puts more emphasis on judgement, so it can stop and confirm when uncertain instead of confidently writing the wrong thing all the way through.&lt;/li&gt;
&lt;li&gt;Dynamic workflows make Claude Code better suited to large, multi-step problems.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If these abilities prove stable in real projects, Claude Code will feel closer to &amp;ldquo;give it a clear goal and let it push forward&amp;rdquo; instead of only asking it to fill in a piece of code.&lt;/p&gt;
&lt;h2 id=&#34;what-effort-control-means&#34;&gt;What effort control means
&lt;/h2&gt;&lt;p&gt;Anthropic added effort control to &lt;code&gt;claude.ai&lt;/code&gt; this time, and the meaning is straightforward: users can adjust how much energy the model spends on a task.&lt;/p&gt;
&lt;p&gt;That is very practical for everyday use. Simple questions do not need deep reasoning, while complex tasks are worth giving the model more time to think. In the past, many users could only express &amp;ldquo;be more careful&amp;rdquo; or &amp;ldquo;answer quickly&amp;rdquo; through prompts. Now this kind of control is starting to appear in the product layer.&lt;/p&gt;
&lt;p&gt;For developers, this is also a signal: future agent products will not expose only &amp;ldquo;which model to choose.&amp;rdquo; They will also expose more execution strategies, such as speed, cost, reasoning depth, tool-call aggressiveness, and risk preference.&lt;/p&gt;
&lt;h2 id=&#34;the-cost-change-in-fast-mode-matters&#34;&gt;The cost change in fast mode matters
&lt;/h2&gt;&lt;p&gt;Anthropic says Opus 4.8&amp;rsquo;s fast mode can reach roughly 2.5x speed, while costing much less than the previous model&amp;rsquo;s fast mode.&lt;/p&gt;
&lt;p&gt;This point is easy to miss under the model-capability headlines, but it matters a lot for real workflows. Many agent tasks do not run just once; they repeat:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Generate an initial draft&lt;/li&gt;
&lt;li&gt;Run tests&lt;/li&gt;
&lt;li&gt;Fix failures&lt;/li&gt;
&lt;li&gt;Run tests again&lt;/li&gt;
&lt;li&gt;Continue revising based on review&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If fast mode is cheap enough, teams will be more willing to put it into high-frequency workflows instead of using the top model only occasionally for critical tasks. Once speed and cost come down, agents can more easily move from &amp;ldquo;demo effect&amp;rdquo; to &amp;ldquo;everyday tool.&amp;rdquo;&lt;/p&gt;
&lt;h2 id=&#34;its-relationship-to-opus-47&#34;&gt;Its relationship to Opus 4.7
&lt;/h2&gt;&lt;p&gt;Opus 4.8 feels more like a usability-focused enhancement. It inherits Opus 4.7&amp;rsquo;s positioning, but pushes further into coding, agent tasks, and professional work.&lt;/p&gt;
&lt;p&gt;Based on Anthropic&amp;rsquo;s wording, Opus 4.8 is not just better at answering. It is better at collaborating. During a task, it should be clearer about when it needs information, when a plan is shaky, and when it should build confidence before making large changes.&lt;/p&gt;
&lt;p&gt;These capabilities are hard to judge from a single benchmark. The real test is how it performs in large repositories, complex business rules, long-context tasks, and multi-round fixes.&lt;/p&gt;
&lt;h2 id=&#34;impact-on-ai-coding-competition&#34;&gt;Impact on AI coding competition
&lt;/h2&gt;&lt;p&gt;In 2026, model competition has clearly shifted from &amp;ldquo;chat ability&amp;rdquo; to &amp;ldquo;can it get work done.&amp;rdquo; OpenAI, Anthropic, Google, and xAI are all binding models more tightly to toolchains: models handle reasoning, tools handle execution, and the product layer keeps tasks within a controllable range.&lt;/p&gt;
&lt;p&gt;The release of Claude Opus 4.8 continues this trend. Its focus is not showing off one isolated capability, but strengthening three links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The model itself is better suited to code and agent tasks.&lt;/li&gt;
&lt;li&gt;Claude Code can break down larger workflows.&lt;/li&gt;
&lt;li&gt;The product layer is starting to offer execution controls such as effort and fast mode.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For developers, the practical meaning is that choosing a model cannot be only about &amp;ldquo;which one is smartest.&amp;rdquo; You also need to ask whether it fits the tool you use, whether it can call tools reliably, whether the cost of long tasks is acceptable, and whether it is easy to correct when it fails.&lt;/p&gt;
&lt;h2 id=&#34;my-take&#34;&gt;My take
&lt;/h2&gt;&lt;p&gt;Claude Opus 4.8 is a pragmatic update. It does not build the story around an exaggerated new parameter, but keeps filling in what agent workflows need most: judgement, stability, speed, cost, and task control.&lt;/p&gt;
&lt;p&gt;If you already use Claude Code, this update is worth trying soon. It is especially suitable for comparison on long tasks in real repositories, such as cross-module refactors, test fixes, documentation sync, and complex bug hunting.&lt;/p&gt;
&lt;p&gt;If you are only a regular chat user, Opus 4.8 may not feel immediately stunning in the way a new model generation does. But as a product-direction signal, it shows Anthropic is still pushing Claude toward &amp;ldquo;reliably executing complex work.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Original link: &lt;a class=&#34;link&#34; href=&#34;https://www.anthropic.com/news/claude-opus-4-8&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Introducing Claude Opus 4.8&lt;/a&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>GPT-5.6 Rumor: What a 1.5 Million Token Context Window Would Mean</title>
        <link>https://knightli.com/en/2026/05/27/gpt-5-6-rumor-1-5m-context-window/</link>
        <pubDate>Wed, 27 May 2026 13:55:06 +0800</pubDate>
        
        <guid>https://knightli.com/en/2026/05/27/gpt-5-6-rumor-1-5m-context-window/</guid>
        <description>&lt;p&gt;On May 26, 2026, rumors claimed that several developers had found traces of the still-unannounced GPT-5.6 in OpenAI Codex backend logs. One internal code name was reportedly &lt;code&gt;iris-alpha&lt;/code&gt;, said to support a 1.5 million token context window and possibly launch in June 2026.&lt;/p&gt;
&lt;p&gt;This kind of information is still only a rumor, not an official OpenAI release. A safer reading is that it shows the next generation of large models may continue moving along several lines at once: longer context, stronger coding ability, and better frontend generation.&lt;/p&gt;
&lt;h2 id=&#34;which-model-code-names-were-mentioned&#34;&gt;Which model code names were mentioned
&lt;/h2&gt;&lt;p&gt;Reports said developers saw more than just &lt;code&gt;iris-alpha&lt;/code&gt; in the related logs, including versions such as &lt;code&gt;ember-alpha&lt;/code&gt; and &lt;code&gt;beacon-alpha&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;At this stage, these names look more like internal test code names. There is still no official confirmation on whether they all belong to the GPT-5.6 family, whether they will map to public API models, or whether the release timing will change.&lt;/p&gt;
&lt;p&gt;So there is no need to treat these code names as final product names yet. What is more worth watching is the capability direction they seem to reveal.&lt;/p&gt;
&lt;h2 id=&#34;why-a-15-million-token-context-matters&#34;&gt;Why a 1.5 million token context matters
&lt;/h2&gt;&lt;p&gt;The most eye-catching number in the reports is a 1.5 million token context window.&lt;/p&gt;
&lt;p&gt;The comparison given in the rumors is:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The current GPT-5.5 API is at 1.05 million tokens&lt;/li&gt;
&lt;li&gt;The Codex OAuth channel is around 400,000 tokens&lt;/li&gt;
&lt;li&gt;GPT-5.6 is rumored to rise to 1.5 million tokens&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The context window determines how much information a model can receive and use in a single run. It includes user input, conversation history, system prompts, file contents, logs, code diffs, test output, and more.&lt;/p&gt;
&lt;p&gt;If this number is real, GPT-5.6 would matter more for several kinds of tasks:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Reading large codebases&lt;/li&gt;
&lt;li&gt;Analyzing long contracts or technical documents&lt;/li&gt;
&lt;li&gt;Continuously tracking complex projects&lt;/li&gt;
&lt;li&gt;Preserving longer agent work history&lt;/li&gt;
&lt;li&gt;Handling more files and more test feedback in one task&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;But a larger context window does not mean the model is automatically &amp;ldquo;smarter.&amp;rdquo; It only lets the model see more material. Whether the model can accurately retrieve, summarize, and stay aligned with the goal inside long context still depends on training, reasoning strategy, and tool-use capability.&lt;/p&gt;
&lt;h2 id=&#34;signals-from-real-world-testing&#34;&gt;Signals from real-world testing
&lt;/h2&gt;&lt;p&gt;The reports also mentioned that a developer ran a fairly extreme real-world test in the helper tool OpenCode: when the input reached about 900,000 tokens, the model still responded smoothly, and even handled requests above 1.05 million tokens.&lt;/p&gt;
&lt;p&gt;If that feedback is accurate, it suggests OpenAI may not only be expanding the theoretical window, but also improving response stability under long input.&lt;/p&gt;
&lt;p&gt;For AI coding, this matters more than the raw &amp;ldquo;window number&amp;rdquo; itself. Context in development tasks is usually not clean long-form text. It is code, logs, stack traces, dependency files, configuration files, and user instructions mixed together. The model needs not only to fit it all in, but also to find the right pieces.&lt;/p&gt;
&lt;h2 id=&#34;frontend-ui-generation-was-also-mentioned&#34;&gt;Frontend UI generation was also mentioned
&lt;/h2&gt;&lt;p&gt;This round of rumors also mentioned GPT-5.6&amp;rsquo;s frontend generation capability.&lt;/p&gt;
&lt;p&gt;According to the reports, a leaked screenshot showed the model generating a minimal note-taking app interface called &lt;code&gt;Lumen Notes&lt;/code&gt; with almost no detailed prompt. The highlighted results included:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;More mature grid layout&lt;/li&gt;
&lt;li&gt;More restrained color choices&lt;/li&gt;
&lt;li&gt;Clearer typography hierarchy&lt;/li&gt;
&lt;li&gt;More complete navigation structure&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If this kind of capability becomes stable, the value of AI coding models will keep shifting from &amp;ldquo;can write code&amp;rdquo; toward &amp;ldquo;can generate interfaces closer to usable products.&amp;rdquo; This is also the direction Codex, Claude Code, Cursor, Gemini CLI, and similar tools have been pushing recently: not just filling in functions, but forming a loop from requirements to UI, tests, and fixes.&lt;/p&gt;
&lt;h2 id=&#34;which-competing-models-were-also-mentioned&#34;&gt;Which competing models were also mentioned
&lt;/h2&gt;&lt;p&gt;The same batch of rumors also mentioned that Anthropic&amp;rsquo;s Claude Sonnet 4.8, Google&amp;rsquo;s Gemini 3.5 Pro, and xAI&amp;rsquo;s Grok 5 may all be aiming for June 2026 releases.&lt;/p&gt;
&lt;p&gt;This part should also be treated as rumor. Even if several models do update around June, their final capabilities will still need to be verified through official documentation, API testing, and real development tasks.&lt;/p&gt;
&lt;p&gt;Still, the broad direction is clear: model vendors are no longer competing only on chat ability, but on longer context, stronger tool use, more stable code editing, better UI generation, and reliability better suited to long-running agent tasks.&lt;/p&gt;
&lt;h2 id=&#34;my-take&#34;&gt;My take
&lt;/h2&gt;&lt;p&gt;If GPT-5.6&amp;rsquo;s 1.5 million token context window eventually proves real, it may matter more for programming agents like Codex than for ordinary chat.&lt;/p&gt;
&lt;p&gt;That is because agentic coding naturally consumes a lot of context: reading repositories, running tests, checking logs, comparing diffs, preserving user preferences, and fixing issues across multiple steps. The longer the context, the better chance an agent has to keep the full thread of a task in one run.&lt;/p&gt;
&lt;p&gt;But I care more about three practical questions:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Whether retrieval and localization remain stable under long context.&lt;/li&gt;
&lt;li&gt;Whether the model gets pulled off track by noise when large amounts of logs and code are mixed together.&lt;/li&gt;
&lt;li&gt;Whether API, Codex, ChatGPT, OAuth, and other entry points provide consistent context limits.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;So this rumor is worth watching, but not worth concluding on too early. After OpenAI officially publishes the model card, API documentation, and real pricing, it will be steadier to judge whether GPT-5.6 is truly suitable for large codebases and long-task agent workflows.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Gemini 3.5 Flash positioning and strengths: why it fits high-frequency, multimodal, low-latency use cases</title>
        <link>https://knightli.com/en/2026/05/24/gemini-35-flash-positioning-advantages-low-latency-multimodal/</link>
        <pubDate>Sun, 24 May 2026 08:43:24 +0800</pubDate>
        
        <guid>https://knightli.com/en/2026/05/24/gemini-35-flash-positioning-advantages-low-latency-multimodal/</guid>
        <description>&lt;p&gt;The keywords for &lt;code&gt;Gemini 3.5 Flash&lt;/code&gt; are not &amp;ldquo;the strongest,&amp;rdquo; but &amp;ldquo;high-frequency, fast, cost-efficient, and easy to integrate.&amp;rdquo; It is more like the workhorse model in the Gemini family: it may not be the model you use for the hardest reasoning tasks, but it is well suited for real production workloads such as Q&amp;amp;A, summarization, customer support, content processing, multimodal understanding, lightweight coding assistance, and automated workflows.&lt;/p&gt;
&lt;p&gt;The key to understanding Flash is not to treat it as a replacement for a Pro-class flagship model. It is better understood as a model tier optimized for throughput and response speed. For developers and enterprises, the real cost of many AI applications is not only the strongest single response, but the latency, stability, price, and context-handling ability across thousands or millions of daily requests.&lt;/p&gt;
&lt;h2 id=&#34;product-positioning&#34;&gt;Product positioning
&lt;/h2&gt;&lt;p&gt;The Gemini family usually separates models into different tiers. Flagship models handle more complex reasoning, planning, and difficult tasks. Flash models emphasize speed, cost, and large-scale invocation.&lt;/p&gt;
&lt;p&gt;The positioning of &lt;code&gt;Gemini 3.5 Flash&lt;/code&gt; can be summarized as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;More suitable than Pro for high-frequency calls.&lt;/li&gt;
&lt;li&gt;More capable than tiny lightweight models for complex input.&lt;/li&gt;
&lt;li&gt;Optimized for low latency and high throughput.&lt;/li&gt;
&lt;li&gt;Suitable for multimodal input and long-context processing.&lt;/li&gt;
&lt;li&gt;Better as the default model inside applications, not only as a model for rare difficult requests.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This type of model is best for tasks that run many times every day. Its value is not just answer quality in one call, but whether it can reliably process large amounts of text, images, audio, video, or structured information at manageable cost.&lt;/p&gt;
&lt;h2 id=&#34;why-flash-matters&#34;&gt;Why Flash matters
&lt;/h2&gt;&lt;p&gt;When AI products move into production, a practical issue appears: the strongest model is useful, but not every request deserves the strongest model.&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A user asks an ordinary customer-support question.&lt;/li&gt;
&lt;li&gt;A system summarizes a meeting transcript.&lt;/li&gt;
&lt;li&gt;A backend classifies a batch of tickets.&lt;/li&gt;
&lt;li&gt;An app explains an uploaded image.&lt;/li&gt;
&lt;li&gt;An automation extracts fields from an email.&lt;/li&gt;
&lt;li&gt;An agent reads a set of documents before deciding the next step.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These tasks need models that are reliable, cheap, and fast, but they do not always require the full reasoning power of a flagship model. That is where Flash matters: it puts &amp;ldquo;strong enough&amp;rdquo; and &amp;ldquo;fast enough&amp;rdquo; in the same place.&lt;/p&gt;
&lt;p&gt;If an AI application serves many users, the default model cannot be chosen only by peak capability. Average request cost, response speed, concurrency, and failure rate matter just as much. Flash is an application-layer model for that reality.&lt;/p&gt;
&lt;h2 id=&#34;advantage-1-low-latency-and-high-throughput&#34;&gt;Advantage 1: low latency and high throughput
&lt;/h2&gt;&lt;p&gt;The most direct advantage of Flash is speed.&lt;/p&gt;
&lt;p&gt;For chat products, retrieval-augmented search, support bots, real-time writing assistance, and agent workflows, latency directly affects user experience. Users may not know model parameters or benchmark results, but they immediately feel whether the product keeps them waiting.&lt;/p&gt;
&lt;p&gt;Low latency brings several benefits:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Conversations feel more real-time.&lt;/li&gt;
&lt;li&gt;Multi-step tool calls do not slow down as much.&lt;/li&gt;
&lt;li&gt;Agents can make intermediate decisions more often.&lt;/li&gt;
&lt;li&gt;Backend batch processing finishes faster.&lt;/li&gt;
&lt;li&gt;Product teams can place AI features into more small workflows.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This matters especially for agent applications. A model does not answer only once; it repeatedly judges, calls tools, reads context, and generates the next action. Lower single-call latency improves the whole chain.&lt;/p&gt;
&lt;h2 id=&#34;advantage-2-better-cost-for-scale&#34;&gt;Advantage 2: better cost for scale
&lt;/h2&gt;&lt;p&gt;Another core value of Flash is cost.&lt;/p&gt;
&lt;p&gt;When enterprises and developers put AI applications into production, they usually care about three questions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;How much does each call cost?&lt;/li&gt;
&lt;li&gt;How many calls happen per day?&lt;/li&gt;
&lt;li&gt;Are cost and latency controllable at peak concurrency?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If a task runs hundreds of thousands of times per day, even a small per-call price gap becomes large over time. Flash-style models are designed so that most requests do not have to go directly to the most expensive and heaviest model.&lt;/p&gt;
&lt;p&gt;A common pattern is tiered routing:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Ordinary requests go to Flash by default.&lt;/li&gt;
&lt;li&gt;Difficult problems, complex planning, and long-chain reasoning escalate to Pro.&lt;/li&gt;
&lt;li&gt;Simple classification or fixed-format extraction can go to even lighter models.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This lets an AI system keep high-end capability while controlling everyday cost.&lt;/p&gt;
&lt;h2 id=&#34;advantage-3-multimodal-input-fits-real-applications&#34;&gt;Advantage 3: multimodal input fits real applications
&lt;/h2&gt;&lt;p&gt;The Gemini family has long emphasized multimodal capability. Flash is valuable because it is not only for text requests; it can also handle images, audio, video, documents, and related inputs.&lt;/p&gt;
&lt;p&gt;That matters in real products. Business data is often not pure text:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Users upload screenshots for support.&lt;/li&gt;
&lt;li&gt;Customer support needs to understand a photo of a problem.&lt;/li&gt;
&lt;li&gt;Education products process images of exercises.&lt;/li&gt;
&lt;li&gt;Content platforms analyze video clips.&lt;/li&gt;
&lt;li&gt;Office workflows read PDFs, spreadsheets, and presentations.&lt;/li&gt;
&lt;li&gt;E-commerce products analyze product images and user descriptions.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If multimodal understanding depends only on expensive flagship models, many high-frequency scenarios are hard to scale. Flash brings multimodal understanding into a model tier better suited for large-scale invocation.&lt;/p&gt;
&lt;h2 id=&#34;advantage-4-long-context-makes-it-good-at-reading-material&#34;&gt;Advantage 4: long context makes it good at reading material
&lt;/h2&gt;&lt;p&gt;Long context is an important Gemini-family capability. For Flash, long context is not simply about stuffing everything into the prompt; it lets the model handle more information-organization tasks.&lt;/p&gt;
&lt;p&gt;Examples include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Summarizing long documents.&lt;/li&gt;
&lt;li&gt;Reading product manuals.&lt;/li&gt;
&lt;li&gt;Analyzing meeting notes.&lt;/li&gt;
&lt;li&gt;Organizing multi-page PDFs.&lt;/li&gt;
&lt;li&gt;Comparing contracts or proposals.&lt;/li&gt;
&lt;li&gt;Providing agents with large task backgrounds.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Long context combined with lower cost is well suited for workflows that first read a lot of material and then produce actionable results. Flash does not need to solve extremely hard reasoning tasks every time. It can include more context in one pass, which is useful for office work, customer support, knowledge bases, and developer assistance.&lt;/p&gt;
&lt;h2 id=&#34;advantage-5-suitable-as-a-default-model&#34;&gt;Advantage 5: suitable as a default model
&lt;/h2&gt;&lt;p&gt;Many AI products need a &amp;ldquo;default model.&amp;rdquo; It does not have to be the most expensive or strongest, but it must satisfy several conditions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Stable quality on most questions.&lt;/li&gt;
&lt;li&gt;Fast response.&lt;/li&gt;
&lt;li&gt;Manageable cost.&lt;/li&gt;
&lt;li&gt;Ability to handle multimodal input.&lt;/li&gt;
&lt;li&gt;Sufficient long-context support.&lt;/li&gt;
&lt;li&gt;Easy API and product integration.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is where &lt;code&gt;Gemini 3.5 Flash&lt;/code&gt; has an advantage. It is suitable as the default entry point: handle most requests first, and route complex tasks to stronger models when needed.&lt;/p&gt;
&lt;p&gt;This pattern will become increasingly common. Future AI systems will not simply &amp;ldquo;choose one model&amp;rdquo;; they will use Flash as the workhorse, Pro as the escalation path, and smaller models for edge tasks.&lt;/p&gt;
&lt;h2 id=&#34;suitable-scenarios&#34;&gt;Suitable scenarios
&lt;/h2&gt;&lt;p&gt;&lt;code&gt;Gemini 3.5 Flash&lt;/code&gt; is well suited for:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Customer-support Q&amp;amp;A and answers after knowledge-base retrieval.&lt;/li&gt;
&lt;li&gt;Long-document summaries, report organization, and meeting notes.&lt;/li&gt;
&lt;li&gt;Multimodal understanding of images, screenshots, PDFs, and video clips.&lt;/li&gt;
&lt;li&gt;Real-time AI assistants inside apps.&lt;/li&gt;
&lt;li&gt;Content moderation, classification, and tag generation.&lt;/li&gt;
&lt;li&gt;Information extraction from emails, tickets, and forms.&lt;/li&gt;
&lt;li&gt;Intermediate decisions and context compression in agent workflows.&lt;/li&gt;
&lt;li&gt;Code explanation, lightweight fix suggestions, and documentation generation.&lt;/li&gt;
&lt;li&gt;Education products for exercise explanation and study assistance.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These scenarios share the same traits: high request volume, sensitivity to user wait time, complex input types, and no need for flagship-level deep reasoning every time.&lt;/p&gt;
&lt;h2 id=&#34;where-flash-should-not-be-the-only-model&#34;&gt;Where Flash should not be the only model
&lt;/h2&gt;&lt;p&gt;Flash is not universal. It is optimized for high-frequency and low-latency use, but that does not mean every problem should use only Flash.&lt;/p&gt;
&lt;p&gt;The following scenarios still fit stronger Pro-class models better, or at least require tiered routing:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Complex mathematics and rigorous proofs.&lt;/li&gt;
&lt;li&gt;Long-chain planning and multi-step strategic reasoning.&lt;/li&gt;
&lt;li&gt;High-risk legal, medical, or financial judgment.&lt;/li&gt;
&lt;li&gt;Deep refactoring plans for large codebases.&lt;/li&gt;
&lt;li&gt;Complex agent tasks requiring high reliability.&lt;/li&gt;
&lt;li&gt;Professional reports with extremely low tolerance for hallucination.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A safer strategy is to let Flash handle, judge, and organize first; when task complexity rises, escalate to a stronger model.&lt;/p&gt;
&lt;h2 id=&#34;relationship-with-pro-class-models&#34;&gt;Relationship with Pro-class models
&lt;/h2&gt;&lt;p&gt;Flash and Pro should not be understood as &amp;ldquo;which one replaces the other.&amp;rdquo; They have different jobs.&lt;/p&gt;
&lt;p&gt;Flash is the everyday workhorse:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fast.&lt;/li&gt;
&lt;li&gt;Cost-friendly.&lt;/li&gt;
&lt;li&gt;Suitable for high concurrency.&lt;/li&gt;
&lt;li&gt;Good for multimodal and long-context applications.&lt;/li&gt;
&lt;li&gt;Suitable for default product flows.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Pro is the hard-task model:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Better for complex reasoning.&lt;/li&gt;
&lt;li&gt;Better for difficult planning.&lt;/li&gt;
&lt;li&gt;Better for high-value requests.&lt;/li&gt;
&lt;li&gt;Better for small numbers of important deep-analysis tasks.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Good AI products usually combine the two instead of choosing only one.&lt;/p&gt;
&lt;h2 id=&#34;how-developers-should-use-it&#34;&gt;How developers should use it
&lt;/h2&gt;&lt;p&gt;If you want to integrate Gemini 3.5 Flash into a product, consider these patterns:&lt;/p&gt;
&lt;p&gt;First, use it as the default model. Most ordinary requests go to Flash first, giving both speed and cost control.&lt;/p&gt;
&lt;p&gt;Second, design model routing. When Flash identifies a task as complex, high-risk, or requiring deep reasoning, escalate to Pro.&lt;/p&gt;
&lt;p&gt;Third, use it for context compression. Before an agent executes a task, Flash can summarize documents, extract key facts, and generate structured context.&lt;/p&gt;
&lt;p&gt;Fourth, make multimodal input part of the normal workflow. Images, screenshots, PDFs, audio, and video should not only be edge features; they can become default input types.&lt;/p&gt;
&lt;p&gt;Fifth, evaluate with your own data. Do not rely only on official benchmarks. Test with your support questions, documents, code, images, and business workflows to decide which tasks Flash handles well and which need escalation.&lt;/p&gt;
&lt;h2 id=&#34;summary&#34;&gt;Summary
&lt;/h2&gt;&lt;p&gt;The core positioning of &lt;code&gt;Gemini 3.5 Flash&lt;/code&gt; is a multimodal workhorse model for high-frequency real applications. Its advantage is not replacing Pro-class flagship models, but placing speed, cost, long context, and multimodal ability into a tier better suited for large-scale invocation.&lt;/p&gt;
&lt;p&gt;For developers, the most important part of Flash is not a single benchmark, but a product architecture shift: the default model can be faster, cheaper, and better at reading complex inputs; harder tasks can still escalate to stronger models. This keeps user experience good while controlling cost.&lt;/p&gt;
&lt;p&gt;If Pro is the heavy tool for difficult problems, Flash is the main tool running on the production line every day. In real AI products, the latter is often what users experience most.&lt;/p&gt;
&lt;p&gt;References:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Google official blog: &lt;a class=&#34;link&#34; href=&#34;https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-5/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-5/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Google DeepMind Gemini Flash: &lt;a class=&#34;link&#34; href=&#34;https://deepmind.google/en/models/gemini/flash/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://deepmind.google/en/models/gemini/flash/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;User-provided Zhihu discussion link: &lt;a class=&#34;link&#34; href=&#34;https://www.zhihu.com/question/2040529179641385344/answer/2040531897613285214&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.zhihu.com/question/2040529179641385344/answer/2040531897613285214&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Gemini 3.5 Is Here: Flash Leads as Google Focuses on Agents and Long-Running Tasks</title>
        <link>https://knightli.com/en/2026/05/20/google-gemini-3-5-flash-agent-coding/</link>
        <pubDate>Wed, 20 May 2026 22:51:31 +0800</pubDate>
        
        <guid>https://knightli.com/en/2026/05/20/google-gemini-3-5-flash-agent-coding/</guid>
        <description>&lt;p&gt;Google officially released the Gemini 3.5 series on May 20, 2026. The first model available is Gemini 3.5 Flash. Its positioning is not just chat, but agents, code generation, and long-running complex task execution.&lt;/p&gt;
&lt;p&gt;The message is clear: Google wants Gemini 3.5 to answer questions, but also to plan, execute, check results, and keep work moving across multi-step workflows.&lt;/p&gt;
&lt;h2 id=&#34;gemini-35-flash-comes-first&#34;&gt;Gemini 3.5 Flash Comes First
&lt;/h2&gt;&lt;p&gt;Gemini 3.5 Flash is already available to several groups:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;General users can try it in the Gemini app and AI Mode in Google Search.&lt;/li&gt;
&lt;li&gt;Developers can use it through Google Antigravity, Google AI Studio, and the Gemini API in Android Studio.&lt;/li&gt;
&lt;li&gt;Enterprise users can access it through Gemini Enterprise Agent Platform and Gemini Enterprise.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Google also said Gemini 3.5 Pro is still in development, already being used internally at Google, and expected to launch next month.&lt;/p&gt;
&lt;p&gt;This means the 3.5 series will continue the Flash and Pro split: Flash emphasizes speed, cost, and scalable execution, while Pro will likely target more complex and higher-capability use cases.&lt;/p&gt;
&lt;h2 id=&#34;the-focus-is-agents-and-coding&#34;&gt;The Focus Is Agents and Coding
&lt;/h2&gt;&lt;p&gt;Google describes Gemini 3.5 Flash as one of its strongest models for agents and coding. The announcement says it beats some Gemini 3.1 Pro results on coding and agent benchmarks such as Terminal-Bench 2.1, GDPval-AA, MCP Atlas, and CharXiv Reasoning.&lt;/p&gt;
&lt;p&gt;Most users do not need to care about every benchmark number. The more important point is that Google is pushing model capability toward executable workflows: not only writing code, but also migrating old projects, developing complex apps, organizing financial reports, analyzing data, and running repeated tests.&lt;/p&gt;
&lt;p&gt;In the Antigravity development framework, Gemini 3.5 Flash can use multiple collaborating subagents to handle large tasks. Google showed examples such as reading the AlphaZero paper and building a playable game, converting legacy code to Next.js, and generating cityscapes and UI options in parallel.&lt;/p&gt;
&lt;p&gt;The direction is clear: AI coding tools are moving from &amp;ldquo;generate a piece of code&amp;rdquo; toward &amp;ldquo;coordinate multiple agents to complete a project.&amp;rdquo;&lt;/p&gt;
&lt;h2 id=&#34;stronger-multimodal-ui-and-graphics&#34;&gt;Stronger Multimodal UI and Graphics
&lt;/h2&gt;&lt;p&gt;Gemini 3.5 Flash builds on Gemini 3&amp;rsquo;s multimodal foundation. Google says it can generate richer web UIs, interactive animations, and visual content.&lt;/p&gt;
&lt;p&gt;The announcement includes examples such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Creating interactive animations for research papers.&lt;/li&gt;
&lt;li&gt;Turning text descriptions into interactive hardware models.&lt;/li&gt;
&lt;li&gt;Generating a complete brand concept for a school fundraiser.&lt;/li&gt;
&lt;li&gt;Producing multiple UX options for a checkout flow in a short time.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This matters for developers and product teams. The model is no longer only writing explanations. It can participate in frontend prototypes, interaction design, and visualization work.&lt;/p&gt;
&lt;h2 id=&#34;enterprise-use-automating-time-consuming-workflows&#34;&gt;Enterprise Use: Automating Time-Consuming Workflows
&lt;/h2&gt;&lt;p&gt;Google listed several partner examples. Shopify uses subagents to analyze complex data and forecast merchant growth. Macquarie Bank is testing 3.5 Flash on documents over 100 pages to accelerate account-opening workflows. Salesforce is integrating it into Agentforce. Ramp uses it to improve OCR for complex invoices. Xero uses AI agents for administrative workflows. Databricks uses automated workflows to monitor data anomalies and suggest fixes.&lt;/p&gt;
&lt;p&gt;These examples point to the same trend: enterprise adoption of large models is moving from one-off Q&amp;amp;A to workflow automation. Whether a model is inexpensive, fast, and stable over long tasks can matter more than whether one answer looks impressive.&lt;/p&gt;
&lt;h2 id=&#34;gemini-spark-a-personal-ai-agent&#34;&gt;Gemini Spark: A Personal AI Agent
&lt;/h2&gt;&lt;p&gt;Google also announced Gemini Spark, a personal AI agent powered by Gemini 3.5 Flash. Its goal is to run over long periods and proactively perform tasks under user guidance.&lt;/p&gt;
&lt;p&gt;Gemini Spark has started rolling out to trusted testers. Google plans to open a beta next week to Google AI Ultra subscribers in the United States.&lt;/p&gt;
&lt;p&gt;This is worth watching. Google Search, the Gemini app, Android, Workspace, and browser-related ecosystems already touch many parts of personal digital life. If a personal agent can connect with these entry points, its impact may be larger than a standalone chatbot.&lt;/p&gt;
&lt;h2 id=&#34;safety-moves-further-upstream&#34;&gt;Safety Moves Further Upstream
&lt;/h2&gt;&lt;p&gt;Google says Gemini 3.5 was developed under its Frontier Safety Framework, with strengthened protections for information security and CBRN-related risks. The announcement also mentions interpretability tools that help examine and understand model reasoning before responses are delivered.&lt;/p&gt;
&lt;p&gt;This shows that frontier model releases are no longer only a capability race. The more a model emphasizes agents, autonomous execution, and long-running tasks, the more important safety controls, false refusal rates, harmful-output prevention, and interpretability become.&lt;/p&gt;
&lt;h2 id=&#34;how-to-view-gemini-35&#34;&gt;How to View Gemini 3.5
&lt;/h2&gt;&lt;p&gt;Gemini 3.5 Flash is not just another model launch. It looks more like Google&amp;rsquo;s bet on the next shape of AI products: models that can call tools, split tasks, coordinate execution, generate UIs, and enter personal and enterprise workflows.&lt;/p&gt;
&lt;p&gt;For developers, the important things to watch are the real experience in Google Antigravity, AI Studio, the Gemini API, and Android Studio. For enterprises, the question is whether it can reliably reduce manual work in real workflows, not just score well on benchmarks.&lt;/p&gt;
&lt;p&gt;Gemini 3.5 Pro is not publicly available yet. Once Pro ships, the differences between Flash and Pro in capability, price, speed, and context handling will decide which production scenarios each model fits best.&lt;/p&gt;
&lt;p&gt;References:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://blog.google/intl/zh-tw/products/explore-get-answers/gemini-3-5/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Google Blog: Gemini 3.5&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>DeepSeek-V4 KV Cache Explained: Why 1M Context Uses Less VRAM</title>
        <link>https://knightli.com/en/2026/05/18/deepseek-v4-kv-cache-compressed-attention/</link>
        <pubDate>Mon, 18 May 2026 18:38:26 +0800</pubDate>
        
        <guid>https://knightli.com/en/2026/05/18/deepseek-v4-kv-cache-compressed-attention/</guid>
        <description>&lt;p&gt;The real cost of long-context models is often not whether they can accept one million tokens, but how much VRAM the KV Cache consumes during inference.&lt;/p&gt;
&lt;p&gt;During Transformer decoding, every newly generated token needs access to the Key and Value states of previous tokens. The longer the context, the larger the KV Cache. A larger KV Cache puts pressure on VRAM, memory bandwidth, time to first token, and throughput.&lt;/p&gt;
&lt;p&gt;DeepSeek-V4 is interesting because it does not only reduce cache along the attention-head dimension. It pushes compression into the sequence-length dimension. According to Hugging Face&amp;rsquo;s discussion of DeepSeek-V4, in a 1M-token setting, DeepSeek-V4-Pro&amp;rsquo;s KV Cache is about 10% of DeepSeek-V3.2, and about 2% of a common bf16 GQA architecture.&lt;/p&gt;
&lt;p&gt;That is the key difference: DeepSeek-V4 does not merely store each KV entry in a smaller format. It reduces the number of KV entries that must be kept and searched over long history.&lt;/p&gt;
&lt;h2 id=&#34;several-generations-of-kv-cache-optimization&#34;&gt;Several generations of KV Cache optimization
&lt;/h2&gt;&lt;p&gt;KV Cache optimization has evolved through several routes.&lt;/p&gt;
&lt;p&gt;The first is traditional MHA, or Multi-Head Attention. Each Query head typically has its own Key/Value heads. The structure is direct, but under long context the cache grows linearly with sequence length, making VRAM pressure heavy.&lt;/p&gt;
&lt;p&gt;The second is GQA, or Grouped Query Attention. Multiple Query heads share fewer Key/Value heads. Many modern models such as LLaMA, Mistral, and Qwen use similar ideas. It significantly reduces KV head count and is now a common long-context optimization.&lt;/p&gt;
&lt;p&gt;The third is MLA, or Multi-head Latent Attention. DeepSeek-V2 and DeepSeek-V3 use this route, compressing Key/Value into low-rank latent representations and further reducing cache along the attention-head dimension.&lt;/p&gt;
&lt;p&gt;The fourth is DeepSeek-V4&amp;rsquo;s hybrid compressed attention. It focuses on sequence length: instead of only reducing how much KV each token stores, it compresses multiple historical tokens into fewer KV entries and retrieves them through sparse or dense attention.&lt;/p&gt;
&lt;p&gt;Roughly:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;MHA: every head remembers separately.&lt;/li&gt;
&lt;li&gt;GQA: multiple Query heads share memory.&lt;/li&gt;
&lt;li&gt;MLA: each token&amp;rsquo;s KV representation is compressed into a latent vector.&lt;/li&gt;
&lt;li&gt;DeepSeek-V4: many historical tokens are aggregated into fewer compressed memory blocks.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;key-change-from-head-compression-to-sequence-compression&#34;&gt;Key change: from head compression to sequence compression
&lt;/h2&gt;&lt;p&gt;GQA and MLA mainly optimize how much KV each token stores. That works well, but when context reaches 1M tokens, the token count itself becomes the problem.&lt;/p&gt;
&lt;p&gt;DeepSeek-V4 compresses old context into blocks. The model does not necessarily preserve full KV for every distant token. Instead, multiple tokens form compressed entries.&lt;/p&gt;
&lt;p&gt;It is a bit like reading a very long book: you remember recent pages in detail, while earlier chapters are stored more as summaries, themes, and key clues. DeepSeek-V4&amp;rsquo;s attention design follows a similar split: keep detail nearby, use compressed representation farther away.&lt;/p&gt;
&lt;h2 id=&#34;csa-4x-compression-plus-sparse-retrieval&#34;&gt;CSA: 4x compression plus sparse retrieval
&lt;/h2&gt;&lt;p&gt;CSA stands for Compressed Sparse Attention. It is the finer-grained long-context compression mechanism.&lt;/p&gt;
&lt;p&gt;In CSA, the model compresses neighboring tokens into fewer KV entries. The Hugging Face Transformers documentation gives a default compression ratio of &lt;code&gt;m=4&lt;/code&gt;, meaning roughly every four tokens become one compressed entry.&lt;/p&gt;
&lt;p&gt;But it is not simple averaging. CSA uses a learned compression pool and overlapping windows so the model can preserve more useful information. After compression, the query does not attend to all compressed blocks directly. It first uses a Lightning Indexer to score them, selects the most relevant top-k compressed blocks, and then performs the core attention computation.&lt;/p&gt;
&lt;p&gt;This gives two benefits:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The number of historical KV entries becomes smaller.&lt;/li&gt;
&lt;li&gt;Each query only looks at a relevant subset of compressed blocks.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;CSA is suitable for long-range context where details still matter, such as codebases, long documents, and tool-call histories.&lt;/p&gt;
&lt;h2 id=&#34;hca-128x-compression-plus-dense-attention&#34;&gt;HCA: 128x compression plus dense attention
&lt;/h2&gt;&lt;p&gt;HCA stands for Heavily Compressed Attention, and it is more aggressive.&lt;/p&gt;
&lt;p&gt;The Transformers documentation gives a default compression ratio of &lt;code&gt;m&#39;=128&lt;/code&gt;. HCA compresses a much longer context span into one compressed entry. Because the compressed sequence becomes very short, it does not need sparse top-k retrieval like CSA. The query can simply perform dense attention over all HCA compressed entries.&lt;/p&gt;
&lt;p&gt;HCA acts more like a global summary. It does not try to preserve every detail. Instead, it covers very long history at extremely low cost, helping the model stay aware of global context, long-range topics, and far-away information.&lt;/p&gt;
&lt;p&gt;If CSA is &amp;ldquo;searchable compressed notes,&amp;rdquo; HCA is closer to a &amp;ldquo;global table of contents and summary.&amp;rdquo;&lt;/p&gt;
&lt;h2 id=&#34;sliding-window-recent-context-keeps-details&#34;&gt;Sliding window: recent context keeps details
&lt;/h2&gt;&lt;p&gt;DeepSeek-V4 does not compress everything.&lt;/p&gt;
&lt;p&gt;In addition to CSA and HCA, it keeps a sliding-window branch for the most recent uncompressed context. The Transformers documentation notes that DeepSeek-V4 attention blocks concatenate long-range compressed branches with sliding-window K/V.&lt;/p&gt;
&lt;p&gt;This matters. When generating the next token, the nearest context is often the most important: variable names, function signatures, the current sentence, fresh tool outputs, or the user&amp;rsquo;s latest instruction. If recent context were over-compressed, output quality would suffer.&lt;/p&gt;
&lt;p&gt;So the design is:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Nearby context: preserve uncompressed details.&lt;/li&gt;
&lt;li&gt;Mid-to-long context: use CSA for searchable compression.&lt;/li&gt;
&lt;li&gt;Farther context: use HCA for heavily compressed global summary.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;hybrid-layer-stack-different-layers-use-different-attention&#34;&gt;Hybrid layer stack: different layers use different attention
&lt;/h2&gt;&lt;p&gt;DeepSeek-V4 does not use one attention mechanism in every layer.&lt;/p&gt;
&lt;p&gt;The Hugging Face DeepSeek-V4 article notes that V4-Pro&amp;rsquo;s 61-layer structure uses HCA in the first two layers, alternates CSA and HCA afterward, and uses a sliding-window MTP block at the end. The Transformers documentation also describes V4-Pro as using two HCA bootstrap layers followed by alternating CSA/HCA layers.&lt;/p&gt;
&lt;p&gt;This shows that DeepSeek-V4 treats attention as a layered system. Different layers handle different information roles: some favor global compression, some favor sparse retrieval, and some preserve local windows.&lt;/p&gt;
&lt;p&gt;Compared with using one attention type everywhere, this hybrid structure is more complex but better suited to 1M-token context.&lt;/p&gt;
&lt;h2 id=&#34;fp8-and-fp4-further-reduce-cache-cost&#34;&gt;FP8 and FP4 further reduce cache cost
&lt;/h2&gt;&lt;p&gt;DeepSeek-V4&amp;rsquo;s savings do not come only from compression ratio.&lt;/p&gt;
&lt;p&gt;The Hugging Face article notes that most KV entries in V4 use FP8 storage, RoPE-related dimensions remain BF16, and the Lightning Indexer in CSA uses FP4. Compression ratio, low-precision storage, and sparse retrieval together create very low KV Cache usage.&lt;/p&gt;
&lt;p&gt;This is a reminder: do not only look at the headline context length. Deployment feasibility is determined by VRAM usage, bandwidth pressure, latency, and implementation quality under long context.&lt;/p&gt;
&lt;h2 id=&#34;differences-from-other-models&#34;&gt;Differences from other models
&lt;/h2&gt;&lt;p&gt;Compared with traditional MHA, DeepSeek-V4 no longer keeps full attention memory for every token in long history, so cache pressure drops sharply.&lt;/p&gt;
&lt;p&gt;Compared with GQA, DeepSeek-V4 does not merely reduce the number of KV heads. It also reduces the number of KV entries for long history. GQA still accumulates cache linearly with sequence length; V4 compresses distant context into blocks.&lt;/p&gt;
&lt;p&gt;Compared with DeepSeek-V3&amp;rsquo;s MLA, V4 extends optimization from &amp;ldquo;making each token representation more compact&amp;rdquo; to &amp;ldquo;compressing the number of historical token entries.&amp;rdquo; MLA already lowers per-token KV cost significantly, but under million-token context, sequence length remains a bottleneck.&lt;/p&gt;
&lt;p&gt;Compared with ordinary sparse attention, CSA compresses first and then performs sparse retrieval over a shorter compressed sequence. HCA goes further, using 128x compression so dense attention becomes cheap.&lt;/p&gt;
&lt;h2 id=&#34;what-it-means-for-agents-and-long-tasks&#34;&gt;What it means for agents and long tasks
&lt;/h2&gt;&lt;p&gt;Agent workflows are especially hungry for long context. They read files, call tools, receive tool results, generate plans, revise plans, and call tools again. The longer the context, the more likely KV Cache becomes the bottleneck.&lt;/p&gt;
&lt;p&gt;DeepSeek-V4&amp;rsquo;s cache design may help in several ways:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Easier handling of long codebases, long documents, and multi-round tool histories.&lt;/li&gt;
&lt;li&gt;Less pressure on time to first token and throughput from KV Cache.&lt;/li&gt;
&lt;li&gt;Longer context or more concurrent requests on the same hardware.&lt;/li&gt;
&lt;li&gt;Million-token context becomes closer to practical deployment, not just a benchmark number.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;But compressed attention is not free. Compressing historical tokens into blocks involves information trade-offs. The model must balance saving VRAM with preserving retrievable details. Real performance depends on the task: code navigation, legal documents, long-form QA, and agent toolchains all have different detail-recall needs.&lt;/p&gt;
&lt;h2 id=&#34;do-not-read-2-as-2-of-all-cost&#34;&gt;Do not read 2% as 2% of all cost
&lt;/h2&gt;&lt;p&gt;&amp;ldquo;KV Cache is about 2% of GQA&amp;rdquo; is easy to misread.&lt;/p&gt;
&lt;p&gt;It mainly refers to KV Cache memory size. It does not mean total inference cost drops to 2%, or that every scenario becomes 50x faster. Inference still includes model weight reads, MoE routing, feed-forward networks, attention computation, scheduling, and communication overhead.&lt;/p&gt;
&lt;p&gt;The Hugging Face article separates two numbers: in 1M-token context, DeepSeek-V4-Pro&amp;rsquo;s per-token inference FLOPs are 27% of DeepSeek-V3.2, while KV Cache is 10%. Cache and compute are different dimensions.&lt;/p&gt;
&lt;p&gt;The safer statement is: DeepSeek-V4 greatly reduces KV Cache pressure for ultra-long context, improving deployment feasibility for million-token scenarios. Actual latency and throughput still depend on implementation, hardware, batching, quantization, and inference framework.&lt;/p&gt;
&lt;h2 id=&#34;summary&#34;&gt;Summary
&lt;/h2&gt;&lt;p&gt;The biggest difference between DeepSeek-V4 and other large models is that it moves KV Cache optimization from the attention-head dimension into the sequence-length dimension.&lt;/p&gt;
&lt;p&gt;GQA stores fewer KV heads. MLA makes each token&amp;rsquo;s KV representation more compact. DeepSeek-V4 further aggregates distant tokens into compressed blocks and combines CSA, HCA, sliding windows, and low-precision storage so million-token context is not immediately blocked by KV Cache.&lt;/p&gt;
&lt;p&gt;This is not a single trick. It is a long-context inference architecture: preserve details nearby, compress distant context, retrieve details when needed, and summarize globally when possible.&lt;/p&gt;
&lt;p&gt;For developers and agent applications, the meaning is direct: long context is not just about accepting more input. It must be runnable, stable, and affordable. That is what DeepSeek-V4 changes.&lt;/p&gt;
&lt;h2 id=&#34;references&#34;&gt;References
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/blog/deepseekv4&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Hugging Face: DeepSeek-V4: a million-token context that agents can actually use&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/docs/transformers/model_doc/deepseek_v4&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Hugging Face Transformers: DeepSeek-V4 model documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://arxiv.org/abs/2412.19437&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DeepSeek-V3 Technical Report&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Gemini 3.5 Pro Leak: Codenamed Cappuccino, Google Tries to Regain Momentum in Coding and Agents</title>
        <link>https://knightli.com/en/2026/05/17/gemini-35-pro-cappuccino-spark-leak/</link>
        <pubDate>Sun, 17 May 2026 11:47:27 +0800</pubDate>
        
        <guid>https://knightli.com/en/2026/05/17/gemini-35-pro-cappuccino-spark-leak/</guid>
        <description>&lt;p&gt;Google has not officially released &lt;code&gt;Gemini 3.5 Pro&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;What we can see so far mainly comes from developer community screenshots, anonymous benchmarks, leakers, and media reports. On May 15, 2026, 36Kr / Xinzhiyuan reported that a next-generation Gemini checkpoint may be internally codenamed &lt;code&gt;Cappuccino&lt;/code&gt;, and that related models have already surfaced in communities and benchmark platforms.&lt;/p&gt;
&lt;p&gt;This information should not be treated as an official launch, but it points in a clear direction: Google is trying to address two gaps at once, coding and reasoning on one side, and always-on AI agents on the other.&lt;/p&gt;
&lt;h2 id=&#34;bottom-line&#34;&gt;Bottom line
&lt;/h2&gt;&lt;p&gt;This leak can be read in three layers:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;Gemini 3.5 Pro&lt;/code&gt; has not been officially released, and &lt;code&gt;Cappuccino&lt;/code&gt; looks more like an internal checkpoint or candidate build.&lt;/li&gt;
&lt;li&gt;The leaked information suggests the new Gemini is improving in code generation, SVG / interactive web generation, and multimodal output.&lt;/li&gt;
&lt;li&gt;Google&amp;rsquo;s parallel test of &lt;code&gt;Gemini Spark&lt;/code&gt; may matter more than the model itself, because it points to a 24-hour personal AI agent.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;In other words, this is not just a &amp;ldquo;model benchmark&amp;rdquo; story. It looks more like a product roadmap signal ahead of Google I/O: the model needs to catch up with GPT-5.5, while the agent layer needs to capture user workflows.&lt;/p&gt;
&lt;h2 id=&#34;what-cappuccino-is&#34;&gt;What Cappuccino is
&lt;/h2&gt;&lt;p&gt;The 36Kr article says a post from Lentils indicates that the &lt;code&gt;Gemini 3.5 Pro&lt;/code&gt; checkpoint codenamed &lt;code&gt;Cappuccino&lt;/code&gt; has started to appear. The community had been discussing &lt;code&gt;Gemini 3.2&lt;/code&gt; only hours earlier, but the latest leak jumped directly to &lt;code&gt;3.5&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;If that naming is ultimately accurate, Google may want to frame the next Gemini as a larger version jump rather than a routine point release.&lt;/p&gt;
&lt;p&gt;For now, &lt;code&gt;Cappuccino&lt;/code&gt; should still be treated as a leaked internal codename. It does not mean Google has publicly launched the final model, and it does not guarantee that the final release name will be &lt;code&gt;Gemini 3.5 Pro&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id=&#34;why-coding-is-the-focus&#34;&gt;Why coding is the focus
&lt;/h2&gt;&lt;p&gt;The most discussed part of the leak is the new Gemini&amp;rsquo;s coding ability.&lt;/p&gt;
&lt;p&gt;According to community screenshots and benchmark claims cited by 36Kr, the new model appears stronger at:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Generating SVG and visual components.&lt;/li&gt;
&lt;li&gt;Generating interactive web apps.&lt;/li&gt;
&lt;li&gt;Handling animation, 3D, adjustable control panels, and other complex frontend outputs.&lt;/li&gt;
&lt;li&gt;Improving logical reasoning and code generation.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The article also cites Abacus.AI CEO Bindu Reddy as saying that &lt;code&gt;3.2 Flash&lt;/code&gt; is close to &lt;code&gt;GPT-5.5&lt;/code&gt; in coding and reasoning while being much cheaper. Other media sources reportedly believe the new Gemini roughly reaches the &lt;code&gt;GPT-5.5&lt;/code&gt; tier overall, but may not represent a qualitative leap.&lt;/p&gt;
&lt;p&gt;That is why the phrase &amp;ldquo;matches GPT-5.5&amp;rdquo; needs caution. It is more of a relative judgment from different leaks and anonymous tests than an official Google benchmark result.&lt;/p&gt;
&lt;h2 id=&#34;why-google-needs-to-catch-up-in-coding&#34;&gt;Why Google needs to catch up in coding
&lt;/h2&gt;&lt;p&gt;AI coding has moved from developer tooling into the center of foundation model competition.&lt;/p&gt;
&lt;p&gt;OpenAI has Codex, and Anthropic has Claude Code. They serve engineers, but they also bring product managers, designers, and operators into workflows where natural language can produce runnable products.&lt;/p&gt;
&lt;p&gt;By comparison, Google has Gemini and Antigravity, but it has not formed the same default entry point in developer mindshare. The 36Kr article also notes that Antigravity has not truly broken through externally, and that pricing, quota reminders, and experience stability have drawn community discussion.&lt;/p&gt;
&lt;p&gt;So if the new Gemini needs to prove itself, coding is the most direct battlefield. The question is not only whether it can write code, but whether it can reliably produce complete interfaces, understand complex requirements, call tools, fix errors, and fit into real development workflows.&lt;/p&gt;
&lt;h2 id=&#34;spark-may-matter-more-than-35-pro&#34;&gt;Spark may matter more than 3.5 Pro
&lt;/h2&gt;&lt;p&gt;In the same wave of leaks, &lt;code&gt;Gemini Spark BETA&lt;/code&gt; also surfaced.&lt;/p&gt;
&lt;p&gt;According to TestingCatalog and other sources, Spark is positioned like an always-on AI agent: it can process inboxes, execute online tasks, manage multi-step workflows, and connect context from Google apps, skill modules, chat history, scheduled tasks, logged-in websites, and location data.&lt;/p&gt;
&lt;p&gt;That means Spark is not a normal chat entry point. It may be a system that stays online, continuously reads context, and performs tasks for users.&lt;/p&gt;
&lt;p&gt;Its appeal is obvious: if Google can connect Gmail, Calendar, Chrome, Android, Workspace, and Gemini, Spark will have a distribution advantage that OpenAI and Anthropic cannot easily copy.&lt;/p&gt;
&lt;p&gt;The risk is just as obvious. The 36Kr article mentions wording around Spark saying it may share information or complete purchases without asking. Even if the system is designed to request permission before sensitive operations, this kind of agent still raises privacy, authorization-boundary, and accidental-action risks.&lt;/p&gt;
&lt;h2 id=&#34;what-this-means-for-ordinary-users&#34;&gt;What this means for ordinary users
&lt;/h2&gt;&lt;p&gt;If you are a regular Gemini user, the most important part of this leak is not the model name. It is three shifts.&lt;/p&gt;
&lt;p&gt;First, Google may continue to strengthen the ability to produce complete results. Users have often complained that Gemini can be lazy with visual generation, SVG, and frontend pages. If the new model can produce several complete options in one pass, the experience will improve noticeably.&lt;/p&gt;
&lt;p&gt;Second, coding ability may continue to move into lighter models. The leak repeatedly mentions Flash improvements in coding, reasoning, and interactive generation, which means complex tasks may not always require Pro models in the future.&lt;/p&gt;
&lt;p&gt;Third, agents will become more proactive. If Spark launches, Gemini may no longer just answer questions. It may start taking over email, web tasks, purchases, calendars, and cross-app workflows over longer periods.&lt;/p&gt;
&lt;p&gt;That is good for efficiency, but it creates a new challenge for permission management.&lt;/p&gt;
&lt;h2 id=&#34;what-this-means-for-developers&#34;&gt;What this means for developers
&lt;/h2&gt;&lt;p&gt;Developers should watch two issues more closely.&lt;/p&gt;
&lt;p&gt;The first is tooling. The 36Kr article says community screenshots showed an unreleased entry called &lt;code&gt;MCP Tool Testing&lt;/code&gt; in the model selector. If Gemini natively supports MCP or third-party tool testing, it will be easier to connect it to developers&amp;rsquo; own toolchains.&lt;/p&gt;
&lt;p&gt;The second is cost and stability. Even if the new Gemini matches GPT-5.5 on some benchmarks, developers will ultimately judge three things: actual code quality, context stability, and whether pricing and quotas are predictable.&lt;/p&gt;
&lt;p&gt;The past year of AI coding tool competition has shown that model capability is only the ticket in. What keeps developers is whether the tool can reliably edit code, run tests, read context, and handle edge cases in daily projects.&lt;/p&gt;
&lt;h2 id=&#34;how-to-read-this-news-now&#34;&gt;How to read this news now
&lt;/h2&gt;&lt;p&gt;This story is best understood as &amp;ldquo;strong signal, weak confirmation.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;The strong signal is that multiple community clues point to Google preparing a stronger new Gemini and a more proactive Gemini Spark Agent.&lt;/p&gt;
&lt;p&gt;The weak confirmation is that &lt;code&gt;Gemini 3.5 Pro&lt;/code&gt; has not been officially released, &lt;code&gt;Cappuccino&lt;/code&gt; remains a leaked codename, and claims that it &amp;ldquo;matches GPT-5.5&amp;rdquo; still need validation through official Google benchmarks, third-party tests, and real user experience.&lt;/p&gt;
&lt;p&gt;The safest view for now:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Do not treat it as a released product.&lt;/li&gt;
&lt;li&gt;Treat it as an early preview of Google&amp;rsquo;s next Gemini direction.&lt;/li&gt;
&lt;li&gt;Watch whether I/O or later official events confirm the model name, API availability, pricing, context window, tool calling, and agent permission boundaries.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;summary&#34;&gt;Summary
&lt;/h2&gt;&lt;p&gt;The exposure of &lt;code&gt;Gemini 3.5 Pro / Cappuccino&lt;/code&gt; suggests Google may be preparing a stronger next-generation Gemini push. It is not trying to fix one isolated capability, but a whole AI workflow: the model needs to write code better, generate interfaces, and handle complex reasoning, while Spark pushes Gemini toward an always-on agent.&lt;/p&gt;
&lt;p&gt;But before an official release, all benchmarks and screenshots remain clues. What will decide whether Gemini 3.5 Pro can regain momentum is not whether the codename sounds good, but whether it can reliably win in real development, real office work, and real multi-step tasks.&lt;/p&gt;
&lt;p&gt;References:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://m.36kr.com/p/3810432812162816&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;36Kr: Gemini 3.5 Pro leaked, coding performance reportedly catches up with GPT-5.5&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.testingcatalog.com/google-prepares-gemini-spark-ai-agent-ahead-of-i-o-launch/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;TestingCatalog: Google prepares Gemini Spark AI agent ahead of I/O launch&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://x.com/alexeheath/status/2054747125616169229&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;X: Alex Heath on the new Gemini and GPT-5.5&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://x.com/Lentils80/status/2054628116094501377&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;X: Lentils on Gemini 3.5 / Cappuccino&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Claude Opus 4.7, Sonnet 4.6, and Haiku 4.5: Differences and Model Selection Guide</title>
        <link>https://knightli.com/en/2026/05/08/anthropic-claude-model-lineup/</link>
        <pubDate>Fri, 08 May 2026 08:19:03 +0800</pubDate>
        
        <guid>https://knightli.com/en/2026/05/08/anthropic-claude-model-lineup/</guid>
        <description>&lt;p&gt;Anthropic&amp;rsquo;s core large language models mainly evolve through the &lt;code&gt;Claude&lt;/code&gt; series. As of May 2026, Claude&amp;rsquo;s mainstream product line has entered the 4.x stage, while still following a three-tier structure: &lt;code&gt;Opus&lt;/code&gt; is for maximum capability, &lt;code&gt;Sonnet&lt;/code&gt; balances performance and cost, and &lt;code&gt;Haiku&lt;/code&gt; focuses on speed and cost effectiveness.&lt;/p&gt;
&lt;p&gt;If you only want a quick rule of thumb, remember this:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;For the most complex and demanding reasoning and agentic coding: start with &lt;code&gt;Claude Opus 4.7&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;For most development, writing, analysis, and enterprise API scenarios: &lt;code&gt;Claude Sonnet 4.6&lt;/code&gt; is the safest starting point.&lt;/li&gt;
&lt;li&gt;For high-concurrency, low-latency, cost-sensitive tasks: consider &lt;code&gt;Claude Haiku 4.5&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;current-mainstream-models&#34;&gt;Current Mainstream Models
&lt;/h2&gt;&lt;p&gt;According to Anthropic&amp;rsquo;s official model documentation, the current Claude mainstream models can be understood this way.&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Model&lt;/th&gt;
          &lt;th&gt;Positioning&lt;/th&gt;
          &lt;th&gt;Suitable Scenarios&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;Claude Opus 4.7&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;The strongest generally available model, built for complex reasoning and agentic coding&lt;/td&gt;
          &lt;td&gt;Large codebase refactoring, multi-step tasks, complex strategy analysis, work that requires stronger consistency&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;Claude Sonnet 4.6&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;The balance point between speed, capability, and cost, with a 1 million token context window&lt;/td&gt;
          &lt;td&gt;Code generation, long-document analysis, enterprise knowledge work, Agent development, everyday high-quality production tasks&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;Claude Haiku 4.5&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;The fastest and lower-cost small-model tier, while still retaining capabilities close to frontier models&lt;/td&gt;
          &lt;td&gt;Real-time chat, customer support, batch classification, simple code collaboration, high-concurrency API calls&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;There are two naming details worth noting.&lt;/p&gt;
&lt;p&gt;First, the official name is &lt;code&gt;Claude Haiku 4.5&lt;/code&gt;, not &lt;code&gt;Claude 4.5 Haiku&lt;/code&gt;. Second, &lt;code&gt;Claude Mythos Preview&lt;/code&gt; is not a mainstream available model for regular users or developers. It is a controlled research preview related to Project Glasswing, mainly aimed at defensive cybersecurity workflows, and should not be mixed into regular Claude model selection.&lt;/p&gt;
&lt;h2 id=&#34;opus-for-the-hardest-problems&#34;&gt;Opus: For the Hardest Problems
&lt;/h2&gt;&lt;p&gt;&lt;code&gt;Opus&lt;/code&gt; is the tier Anthropic uses for its strongest models. The point of &lt;code&gt;Claude Opus 4.7&lt;/code&gt; is not being cheap or the fastest option, but being better suited to complex, multi-step tasks that require repeated verification.&lt;/p&gt;
&lt;p&gt;It is better suited to these situations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Large code changes across many files.&lt;/li&gt;
&lt;li&gt;Complex system refactoring and architectural reasoning.&lt;/li&gt;
&lt;li&gt;Long-chain Agent tasks.&lt;/li&gt;
&lt;li&gt;Work requiring stronger visual understanding, document understanding, and multi-turn planning.&lt;/li&gt;
&lt;li&gt;Enterprise analysis tasks where mistakes are costly.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If the cost of a single failed task is high, or you want the model to spend more time understanding context before acting, &lt;code&gt;Opus&lt;/code&gt; is usually more worth trying.&lt;/p&gt;
&lt;h2 id=&#34;sonnet-the-default-starting-point-for-most-people&#34;&gt;Sonnet: The Default Starting Point for Most People
&lt;/h2&gt;&lt;p&gt;&lt;code&gt;Claude Sonnet 4.6&lt;/code&gt; is better suited as the default entry point. Its positioning is not &amp;ldquo;a lower-end Opus,&amp;rdquo; but rather a way to put sufficiently strong reasoning, coding, visual understanding, long context, and agent planning into a more controllable cost and speed profile.&lt;/p&gt;
&lt;p&gt;For developers, the value of &lt;code&gt;Sonnet 4.6&lt;/code&gt; mainly comes from three points:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;It can handle very long context, making it suitable for codebases, contracts, reports, or multiple documents.&lt;/li&gt;
&lt;li&gt;It is easier to use as a regular model in Claude Code, API, and enterprise scenarios.&lt;/li&gt;
&lt;li&gt;It costs less than Opus, making it more suitable for high-frequency use.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If you do not know which Claude model to start with, &lt;code&gt;Claude Sonnet 4.6&lt;/code&gt; is usually the right beginning. Switch to &lt;code&gt;Opus&lt;/code&gt; only when the task clearly needs stronger capability.&lt;/p&gt;
&lt;h2 id=&#34;haiku-when-fast-and-affordable-matter-more&#34;&gt;Haiku: When Fast and Affordable Matter More
&lt;/h2&gt;&lt;p&gt;&lt;code&gt;Claude Haiku 4.5&lt;/code&gt; is the small-model tier, but it should not simply be understood as a &amp;ldquo;weak model.&amp;rdquo; Anthropic positions it as fast and low cost while retaining capabilities close to frontier models.&lt;/p&gt;
&lt;p&gt;It fits these scenarios:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Real-time chat and customer support bots.&lt;/li&gt;
&lt;li&gt;Large-scale short-text classification.&lt;/li&gt;
&lt;li&gt;Low-latency API calls.&lt;/li&gt;
&lt;li&gt;Simple code edits and rapid prototypes.&lt;/li&gt;
&lt;li&gt;Subtask execution in multi-Agent workflows.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If the task itself is clear, the context is not complex, and throughput matters, &lt;code&gt;Haiku&lt;/code&gt; is often more reasonable than blindly using a larger model.&lt;/p&gt;
&lt;h2 id=&#34;claudes-tool-capabilities&#34;&gt;Claude&amp;rsquo;s Tool Capabilities
&lt;/h2&gt;&lt;p&gt;The Claude series is not just a set of chat models. Anthropic now places model capabilities inside multiple products and developer tools.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;Claude Code&lt;/code&gt; is a command-line coding tool for developers. It can read codebases, edit files, run commands, and execute tests, making it suitable for sustained engineering work. Its experience depends heavily on the model&amp;rsquo;s code understanding, context management, and tool-calling stability.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;Computer Use&lt;/code&gt; lets the model operate a desktop environment through screenshots, mouse actions, and keyboard input. It still needs to be used carefully, and the official documentation emphasizes running it in an isolated environment to avoid mistakes or security risks.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;Artifacts&lt;/code&gt; is more of a Claude app-side experience. It can place code, page prototypes, charts, or document outputs into the interface for preview and iteration. It is not a standalone model, but part of the Claude product experience.&lt;/p&gt;
&lt;p&gt;As for terms like &amp;ldquo;Managed Agents&amp;rdquo; or &amp;ldquo;self-evolving Agents,&amp;rdquo; be careful when writing about them. Anthropic is indeed strengthening Agent SDK, Claude Code, long context, tool use, and enterprise workflows, but it should not be described as already having uncontrolled self-evolution capability.&lt;/p&gt;
&lt;h2 id=&#34;access-options&#34;&gt;Access Options
&lt;/h2&gt;&lt;p&gt;Regular users can use Claude through the &lt;code&gt;Claude.ai&lt;/code&gt; web app or mobile apps. Different plans affect available models, usage limits, and features.&lt;/p&gt;
&lt;p&gt;Developers usually have several access options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Anthropic Console and Claude API.&lt;/li&gt;
&lt;li&gt;Amazon Bedrock.&lt;/li&gt;
&lt;li&gt;Google Cloud Vertex AI.&lt;/li&gt;
&lt;li&gt;Microsoft Foundry.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Specific available models, context windows, pricing, and regional support can change. Before development, it is best to rely on Anthropic&amp;rsquo;s official model documentation and the relevant cloud platform pages.&lt;/p&gt;
&lt;h2 id=&#34;how-to-choose&#34;&gt;How to Choose
&lt;/h2&gt;&lt;p&gt;In actual use, you do not need to chase the strongest model from the beginning. A better approach is to tier model choice by task cost.&lt;/p&gt;
&lt;p&gt;For everyday writing, code generation, long-document analysis, knowledge organization, and most Agent prototypes, start with &lt;code&gt;Claude Sonnet 4.6&lt;/code&gt;. It is usually the best starting point for cost effectiveness and general capability.&lt;/p&gt;
&lt;p&gt;If the task requires stronger complex reasoning, cross-file engineering changes, long-chain planning, or higher reliability, switch to &lt;code&gt;Claude Opus 4.7&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;If the task is simple, high-volume, and latency-sensitive, such as classification, summarization, customer support, or batch processing, put &lt;code&gt;Claude Haiku 4.5&lt;/code&gt; on the shortlist.&lt;/p&gt;
&lt;p&gt;Claude&amp;rsquo;s model line is not simply &amp;ldquo;new versions replacing old versions.&amp;rdquo; It is a toolbox layered by task difficulty, speed, and cost. Choosing the right model matters more than blindly using the most expensive one.&lt;/p&gt;
&lt;h2 id=&#34;references&#34;&gt;References
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Anthropic Models Overview: &lt;a class=&#34;link&#34; href=&#34;https://platform.claude.com/docs/en/about-claude/models/overview&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://platform.claude.com/docs/en/about-claude/models/overview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Introducing Claude Opus 4.7: &lt;a class=&#34;link&#34; href=&#34;https://www.anthropic.com/news/claude-opus-4-7&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.anthropic.com/news/claude-opus-4-7&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Introducing Claude Sonnet 4.6: &lt;a class=&#34;link&#34; href=&#34;https://www.anthropic.com/news/claude-sonnet-4-6&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.anthropic.com/news/claude-sonnet-4-6&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Introducing Claude Haiku 4.5: &lt;a class=&#34;link&#34; href=&#34;https://www.anthropic.com/news/claude-haiku-4-5&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.anthropic.com/news/claude-haiku-4-5&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Anthropic Computer Use Tool: &lt;a class=&#34;link&#34; href=&#34;https://docs.anthropic.com/en/docs/build-with-claude/computer-use&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://docs.anthropic.com/en/docs/build-with-claude/computer-use&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>What Is the Difference Between GPT-5.5, GPT-5.5 Instant, GPT-5.5 Thinking, and GPT-5.5 Pro?</title>
        <link>https://knightli.com/en/2026/05/07/gpt-5-5-instant-thinking-pro-differences/</link>
        <pubDate>Thu, 07 May 2026 21:59:33 +0800</pubDate>
        
        <guid>https://knightli.com/en/2026/05/07/gpt-5-5-instant-thinking-pro-differences/</guid>
        <description>&lt;p&gt;OpenAI now separates GPT-5.5 into clearer usage tiers: &lt;code&gt;Instant&lt;/code&gt;, &lt;code&gt;Thinking&lt;/code&gt;, and &lt;code&gt;Pro&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Many people mix up &lt;code&gt;GPT-5.5&lt;/code&gt;, &lt;code&gt;GPT-5.5 Instant&lt;/code&gt;, &lt;code&gt;GPT-5.5 Thinking&lt;/code&gt;, and &lt;code&gt;GPT-5.5 Pro&lt;/code&gt;. The short version: &lt;code&gt;GPT-5.5&lt;/code&gt; is the overall name for this generation of model capabilities. &lt;code&gt;Instant&lt;/code&gt; is the fast everyday model, &lt;code&gt;Thinking&lt;/code&gt; is the deeper reasoning mode, and &lt;code&gt;Pro&lt;/code&gt; is a heavier research-grade mode.&lt;/p&gt;
&lt;h2 id=&#34;quick-comparison&#34;&gt;Quick Comparison
&lt;/h2&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Name&lt;/th&gt;
          &lt;th&gt;What It Is&lt;/th&gt;
          &lt;th&gt;Best For&lt;/th&gt;
          &lt;th&gt;Speed/Cost&lt;/th&gt;
          &lt;th&gt;Availability&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;GPT-5.5&lt;/td&gt;
          &lt;td&gt;Main GPT-5.5 model/family name; in ChatGPT it usually maps to the capability positioning of GPT-5.5 Thinking&lt;/td&gt;
          &lt;td&gt;Complex work, code, research, analysis, tool use&lt;/td&gt;
          &lt;td&gt;Heavier than Instant, but more capable&lt;/td&gt;
          &lt;td&gt;Plus, Pro, Business, Enterprise&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;GPT-5.5 Instant&lt;/td&gt;
          &lt;td&gt;Fast default model, replacing GPT-5.3 Instant&lt;/td&gt;
          &lt;td&gt;Daily Q&amp;amp;A, writing, summarization, light coding, quick lookup&lt;/td&gt;
          &lt;td&gt;Fastest and most quota-efficient&lt;/td&gt;
          &lt;td&gt;Gradual rollout to all ChatGPT users&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;GPT-5.5 Thinking&lt;/td&gt;
          &lt;td&gt;Deep reasoning mode&lt;/td&gt;
          &lt;td&gt;Hard problems, long-context analysis, complex code, research, document-heavy tasks&lt;/td&gt;
          &lt;td&gt;Slower, but more reliable reasoning&lt;/td&gt;
          &lt;td&gt;Paid users can select it manually&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;GPT-5.5 Pro&lt;/td&gt;
          &lt;td&gt;Heavier research-grade mode&lt;/td&gt;
          &lt;td&gt;High-risk or high-precision tasks: law, business, education, data science, scientific analysis&lt;/td&gt;
          &lt;td&gt;Slowest and heaviest, optimized for quality&lt;/td&gt;
          &lt;td&gt;Pro, Business, Enterprise, Edu&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;If you only want one rule:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Fast everyday tasks&lt;/strong&gt;: use &lt;code&gt;GPT-5.5 Instant&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Complex reasoning and code analysis&lt;/strong&gt;: use &lt;code&gt;GPT-5.5 Thinking&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Especially hard, important, or accuracy-sensitive work&lt;/strong&gt;: use &lt;code&gt;GPT-5.5 Pro&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;what-is-gpt-55&#34;&gt;What Is GPT-5.5
&lt;/h2&gt;&lt;p&gt;When people say &lt;code&gt;GPT-5.5&lt;/code&gt; by itself, they usually mean the overall capability of the GPT-5.5 generation, not a single fixed button.&lt;/p&gt;
&lt;p&gt;OpenAI positions GPT-5.5 as a stronger model for real work. Its improvements focus on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;agentic coding;&lt;/li&gt;
&lt;li&gt;complex code debugging;&lt;/li&gt;
&lt;li&gt;research and synthesis;&lt;/li&gt;
&lt;li&gt;generating documents, spreadsheets, and presentations;&lt;/li&gt;
&lt;li&gt;computer use and cross-tool work;&lt;/li&gt;
&lt;li&gt;sustained reasoning and self-checking in long tasks.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In ChatGPT, users do not usually see a vague &lt;code&gt;GPT-5.5&lt;/code&gt; button. They see more specific options: &lt;code&gt;Instant&lt;/code&gt;, &lt;code&gt;Thinking&lt;/code&gt;, and &lt;code&gt;Pro&lt;/code&gt;. So if someone says &amp;ldquo;I am using GPT-5.5,&amp;rdquo; it is worth asking: Instant, Thinking, or Pro?&lt;/p&gt;
&lt;h2 id=&#34;gpt-55-instant-default-fast-everyday-use&#34;&gt;GPT-5.5 Instant: Default, Fast, Everyday Use
&lt;/h2&gt;&lt;p&gt;&lt;code&gt;GPT-5.5 Instant&lt;/code&gt; is the new fast default model. OpenAI&amp;rsquo;s official announcement says it begins replacing &lt;code&gt;GPT-5.3 Instant&lt;/code&gt; as the default ChatGPT model and is available in the API as &lt;code&gt;chat-latest&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;It is suitable for:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;everyday chat;&lt;/li&gt;
&lt;li&gt;quick Q&amp;amp;A;&lt;/li&gt;
&lt;li&gt;ordinary writing;&lt;/li&gt;
&lt;li&gt;article summarization;&lt;/li&gt;
&lt;li&gt;email rewriting;&lt;/li&gt;
&lt;li&gt;light code explanation;&lt;/li&gt;
&lt;li&gt;simple tables and lists;&lt;/li&gt;
&lt;li&gt;tasks that do not need long reasoning.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Instant&amp;rsquo;s main advantages are speed and default availability. You do not need to manually select a reasoning mode every time, and ordinary questions do not pay a higher latency cost.&lt;/p&gt;
&lt;p&gt;It also changes the default tone: OpenAI emphasizes that GPT-5.5 Instant answers more clearly and concisely, with stronger personalization. For ordinary users, that makes it better as the model you leave open all day.&lt;/p&gt;
&lt;p&gt;The caveat is that Instant is not the strongest mode. For complex math, long code, architecture design, multi-file analysis, or serious research, it may switch to Thinking automatically, or you may need to select Thinking manually.&lt;/p&gt;
&lt;h2 id=&#34;gpt-55-thinking-the-main-mode-for-complex-tasks&#34;&gt;GPT-5.5 Thinking: The Main Mode for Complex Tasks
&lt;/h2&gt;&lt;p&gt;&lt;code&gt;GPT-5.5 Thinking&lt;/code&gt; is the reasoning mode better suited to complex tasks.&lt;/p&gt;
&lt;p&gt;It fits:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;code debugging;&lt;/li&gt;
&lt;li&gt;architecture design;&lt;/li&gt;
&lt;li&gt;multi-step reasoning;&lt;/li&gt;
&lt;li&gt;long-document analysis;&lt;/li&gt;
&lt;li&gt;academic material organization;&lt;/li&gt;
&lt;li&gt;business scenario planning;&lt;/li&gt;
&lt;li&gt;data-analysis explanation;&lt;/li&gt;
&lt;li&gt;tasks that require comparison, tradeoffs, and verification.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Thinking spends more time reasoning. The OpenAI Help Center says that when GPT-5.5 Thinking or GPT-5.5 Pro starts reasoning, it may first show a short preamble explaining what it plans to do. Users can also add instructions while the model is still thinking to adjust direction early.&lt;/p&gt;
&lt;p&gt;In ChatGPT, when manually choosing Thinking, users can also adjust thinking time. According to the official explanation, Plus and Business users can use &lt;code&gt;Standard&lt;/code&gt; and &lt;code&gt;Extended&lt;/code&gt;; Pro users also have options such as &lt;code&gt;Light&lt;/code&gt; and &lt;code&gt;Heavy&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;My interpretation: Thinking is the default choice for serious work. Whenever a task involves multiple steps, long context, or higher accuracy requirements, it is more suitable than Instant.&lt;/p&gt;
&lt;h2 id=&#34;gpt-55-pro-research-grade-heavier-more-rigorous&#34;&gt;GPT-5.5 Pro: Research-Grade, Heavier, More Rigorous
&lt;/h2&gt;&lt;p&gt;&lt;code&gt;GPT-5.5 Pro&lt;/code&gt; is the mode for harder problems and higher-precision work.&lt;/p&gt;
&lt;p&gt;It fits:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;legal material analysis;&lt;/li&gt;
&lt;li&gt;business research;&lt;/li&gt;
&lt;li&gt;education and curriculum design;&lt;/li&gt;
&lt;li&gt;data science;&lt;/li&gt;
&lt;li&gt;scientific literature synthesis;&lt;/li&gt;
&lt;li&gt;deep review before high-risk decisions;&lt;/li&gt;
&lt;li&gt;multi-document, multi-constraint, multi-round verification tasks.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In the GPT-5.5 announcement, OpenAI says early testers found GPT-5.5 Pro to improve over GPT-5.4 Pro in completeness, structure, accuracy, relevance, and usefulness, especially in business, law, education, and data science.&lt;/p&gt;
&lt;p&gt;The downside is also clear: Pro is slower and heavier, and it is not meant for every small question. It is more like an expert reviewer or research partner than a daily chat entry point.&lt;/p&gt;
&lt;p&gt;Pro also has special tool-support limitations. The OpenAI Help Center says Apps, Memory, Canvas, and image generation are not available in Pro. If your task needs those ChatGPT features, Instant or Thinking may be the better choice.&lt;/p&gt;
&lt;h2 id=&#34;tool-support-differences&#34;&gt;Tool Support Differences
&lt;/h2&gt;&lt;p&gt;According to the OpenAI Help Center, &lt;code&gt;GPT-5.5 Instant&lt;/code&gt; and &lt;code&gt;GPT-5.5 Thinking&lt;/code&gt; support common ChatGPT tools, including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Web search;&lt;/li&gt;
&lt;li&gt;Data analysis;&lt;/li&gt;
&lt;li&gt;Image analysis;&lt;/li&gt;
&lt;li&gt;File analysis;&lt;/li&gt;
&lt;li&gt;Canvas;&lt;/li&gt;
&lt;li&gt;Image generation;&lt;/li&gt;
&lt;li&gt;Memory;&lt;/li&gt;
&lt;li&gt;Custom Instructions.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;code&gt;GPT-5.5 Pro&lt;/code&gt; is more focused on research-grade reasoning, but not all ChatGPT tools are available. Pay particular attention:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Apps are unavailable;&lt;/li&gt;
&lt;li&gt;Memory is unavailable;&lt;/li&gt;
&lt;li&gt;Canvas is unavailable;&lt;/li&gt;
&lt;li&gt;image generation is unavailable.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So when choosing a model, do not only ask &amp;ldquo;which one is smarter.&amp;rdquo; Also ask which tools you need.&lt;/p&gt;
&lt;h2 id=&#34;context-window-differences&#34;&gt;Context Window Differences
&lt;/h2&gt;&lt;p&gt;The OpenAI Help Center describes ChatGPT context windows roughly as:&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Mode&lt;/th&gt;
          &lt;th&gt;Context Window&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;GPT-5.5 Instant&lt;/td&gt;
          &lt;td&gt;Free: 16K; Plus/Business: 32K; Pro/Enterprise: 128K&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;GPT-5.5 Thinking&lt;/td&gt;
          &lt;td&gt;Usually 256K when manually selected on paid plans; up to 400K on Pro&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;This means:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Instant is enough for ordinary chat and short documents;&lt;/li&gt;
&lt;li&gt;Thinking is better for multi-file work, multi-round research, and long-codebase analysis;&lt;/li&gt;
&lt;li&gt;for especially long, complex, high-precision tasks, Pro users can use a larger context and heavier reasoning.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-choose&#34;&gt;How to Choose
&lt;/h2&gt;&lt;h3 id=&#34;everyday-qa&#34;&gt;Everyday Q&amp;amp;A
&lt;/h3&gt;&lt;p&gt;Use &lt;code&gt;GPT-5.5 Instant&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;It is fast, smart enough, and good for quick questions, quick writing, and quick edits.&lt;/p&gt;
&lt;h3 id=&#34;writing-summarizing-email-editing&#34;&gt;Writing, Summarizing, Email Editing
&lt;/h3&gt;&lt;p&gt;Start with &lt;code&gt;GPT-5.5 Instant&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;If the article is long, needs structural rewriting, or requires multiple rounds of proofreading, switch to &lt;code&gt;GPT-5.5 Thinking&lt;/code&gt;.&lt;/p&gt;
&lt;h3 id=&#34;coding-and-debugging&#34;&gt;Coding and Debugging
&lt;/h3&gt;&lt;p&gt;Use &lt;code&gt;Instant&lt;/code&gt; for simple code explanation.&lt;/p&gt;
&lt;p&gt;Use &lt;code&gt;Thinking&lt;/code&gt; for multi-file debugging, architecture design, and complex error analysis. For very difficult long-running engineering problems, consider &lt;code&gt;Pro&lt;/code&gt;.&lt;/p&gt;
&lt;h3 id=&#34;research-and-material-analysis&#34;&gt;Research and Material Analysis
&lt;/h3&gt;&lt;p&gt;Use &lt;code&gt;Thinking&lt;/code&gt; for ordinary material organization.&lt;/p&gt;
&lt;p&gt;For law, business, scientific research, and data science tasks that need higher precision, &lt;code&gt;Pro&lt;/code&gt; is more suitable.&lt;/p&gt;
&lt;h3 id=&#34;tasks-requiring-image-generation-canvas-or-memory&#34;&gt;Tasks Requiring Image Generation, Canvas, or Memory
&lt;/h3&gt;&lt;p&gt;Prefer &lt;code&gt;Instant&lt;/code&gt; or &lt;code&gt;Thinking&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Do not automatically choose &lt;code&gt;Pro&lt;/code&gt;, because Pro does not support some ChatGPT tools.&lt;/p&gt;
&lt;h2 id=&#34;short-conclusion&#34;&gt;Short Conclusion
&lt;/h2&gt;&lt;p&gt;&lt;code&gt;GPT-5.5 Instant&lt;/code&gt; is the everyday default model: fast, clear, quota-efficient, and suitable for most ordinary tasks.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;GPT-5.5 Thinking&lt;/code&gt; is the main mode for complex work: code, research, long documents, analysis, and multi-step reasoning.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;GPT-5.5 Pro&lt;/code&gt; is the high-precision research mode: suitable for harder and more important tasks that need more rigor, but with more limits on speed and tool support.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;GPT-5.5&lt;/code&gt; itself is more like the overall name for this generation. In practice, the real choice is whether you select &lt;code&gt;Instant&lt;/code&gt;, &lt;code&gt;Thinking&lt;/code&gt;, or &lt;code&gt;Pro&lt;/code&gt; in ChatGPT.&lt;/p&gt;
&lt;h2 id=&#34;related-links&#34;&gt;Related Links
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;GPT-5.5 Instant announcement: &lt;a class=&#34;link&#34; href=&#34;https://openai.com/index/gpt-5-5-instant/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://openai.com/index/gpt-5-5-instant/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;GPT-5.5 announcement: &lt;a class=&#34;link&#34; href=&#34;https://openai.com/index/introducing-gpt-5-5/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://openai.com/index/introducing-gpt-5-5/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;GPT-5.5 in ChatGPT Help Center: &lt;a class=&#34;link&#34; href=&#34;https://help.openai.com/en/articles/11909943-gpt-53-and-gpt-55-in-chatgpt&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://help.openai.com/en/articles/11909943-gpt-53-and-gpt-55-in-chatgpt&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>GPT-5.5 Instant launches: ChatGPT&#39;s default model gets more accurate, shorter, and more personal</title>
        <link>https://knightli.com/en/2026/05/07/gpt-5-5-instant-chatgpt-default-model/</link>
        <pubDate>Thu, 07 May 2026 14:28:40 +0800</pubDate>
        
        <guid>https://knightli.com/en/2026/05/07/gpt-5-5-instant-chatgpt-default-model/</guid>
        <description>&lt;p&gt;OpenAI released &lt;code&gt;GPT-5.5 Instant&lt;/code&gt; on May 5, 2026 and began rolling it out as the default model for all ChatGPT users.&lt;/p&gt;
&lt;p&gt;The keywords in this update are not &amp;ldquo;bigger&amp;rdquo; or &amp;ldquo;flashier.&amp;rdquo; They are closer to everyday use: more accurate answers, clearer and shorter responses, a more natural tone, and better use of context users have already shared. For ChatGPT, changes to the default model matter especially because they affect the experience most people actually use every day.&lt;/p&gt;
&lt;h2 id=&#34;why-the-default-model-matters&#34;&gt;Why the default model matters
&lt;/h2&gt;&lt;p&gt;Instant is ChatGPT&amp;rsquo;s daily driver model. Many users do not manually switch models or study the differences between them. Their experience of ChatGPT is the quality of the default model.&lt;/p&gt;
&lt;p&gt;So GPT-5.5 Instant is not just another model name. It moves the base experience forward. OpenAI says the update makes everyday interactions more useful and smoother: stronger answers across topics, tighter conversations, and better use of existing context when appropriate.&lt;/p&gt;
&lt;p&gt;This kind of improvement is less dramatic than a large multimodal launch, but for hundreds of millions of users, a default model that makes fewer mistakes, writes less unnecessarily, and asks fewer pointless follow-up questions is a major product change.&lt;/p&gt;
&lt;h2 id=&#34;fewer-hallucinations-and-more-reliable-answers&#34;&gt;Fewer hallucinations and more reliable answers
&lt;/h2&gt;&lt;p&gt;OpenAI puts accuracy first.&lt;/p&gt;
&lt;p&gt;In internal evaluations, OpenAI says GPT-5.5 Instant produced 52.5% fewer hallucinated claims than GPT-5.3 Instant on high-stakes prompts covering medicine, law, and finance. On especially difficult conversations users had flagged for factual errors, inaccurate claims were reduced by 37.3%.&lt;/p&gt;
&lt;p&gt;These numbers matter. They show OpenAI is not only trying to make the model more fluent, but also continuing to reduce factual errors. In areas such as medicine, law, and finance, a model cannot merely sound smooth. It has to be more cautious and invent less.&lt;/p&gt;
&lt;p&gt;This does not mean users should treat ChatGPT as a replacement for professional advice. A more accurate model still needs verification, sources, and human judgment in high-risk contexts. But as a product experience, better factual reliability in the default model reduces many everyday risks.&lt;/p&gt;
&lt;h2 id=&#34;stronger-everyday-task-performance&#34;&gt;Stronger everyday task performance
&lt;/h2&gt;&lt;p&gt;GPT-5.5 Instant also improves across daily tasks.&lt;/p&gt;
&lt;p&gt;OpenAI mentions better analysis of photo and image uploads, stronger STEM answers, and better judgment about when to use web search. The last point is important. Many users do not care whether the model internally calls a tool. They care whether the answer is fresh, accurate, and clearly explained.&lt;/p&gt;
&lt;p&gt;If the model can better decide which questions need web search and which can be answered directly, users do not have to keep saying &amp;ldquo;look it up.&amp;rdquo; ChatGPT feels more like a proactive assistant than a chat box waiting for explicit instructions.&lt;/p&gt;
&lt;p&gt;OpenAI&amp;rsquo;s math example also points in this direction. GPT-5.5 Instant initially accepts an incorrect solution, but then checks the result, finds the algebra error, and solves the corrected equation. The important point is not that it never makes a mistake, but that it has a better chance of catching and repairing one during the reasoning process.&lt;/p&gt;
&lt;h2 id=&#34;shorter-answers-not-less-substance&#34;&gt;Shorter answers, not less substance
&lt;/h2&gt;&lt;p&gt;OpenAI also emphasizes that GPT-5.5 Instant gives tighter, more direct answers while keeping useful content and ChatGPT&amp;rsquo;s friendly tone.&lt;/p&gt;
&lt;p&gt;This matters for a default model. AI response fatigue often comes not from too little information, but from too much structure, too much setup, and too much formatting. A simple question can become five headings and a dozen caveats, which feels unnatural.&lt;/p&gt;
&lt;p&gt;GPT-5.5 Instant aims to reduce unnecessary verbosity and overformatting, ask fewer unneeded follow-up questions, and avoid decorative clutter. For daily office work, writing advice, life questions, and quick explanations, these changes often matter more than one benchmark score.&lt;/p&gt;
&lt;p&gt;Shorter does not mean shallower. A good default model should judge whether the user needs one practical sentence, an explanation, or a full plan. GPT-5.5 Instant is moving toward steadier judgment on that balance.&lt;/p&gt;
&lt;h2 id=&#34;personalization-keeps-improving&#34;&gt;Personalization keeps improving
&lt;/h2&gt;&lt;p&gt;Another main thread is personalization.&lt;/p&gt;
&lt;p&gt;OpenAI says Instant is now better at using context from past chats, files, and connected Gmail, when available, to make responses more relevant. It decides when extra personalization can improve an answer and searches past conversations faster, so users do not need to repeat background as often.&lt;/p&gt;
&lt;p&gt;This is valuable for long-term ChatGPT users. When planning, writing, selecting tools, organizing projects, or continuing a workflow, users may already have provided preferences, constraints, and context in earlier chats. If the model can pick up naturally, it reduces repeated explanation.&lt;/p&gt;
&lt;p&gt;But personalization has to come with transparency and control. Otherwise users do not know why the model suddenly references a preference or which memories are shaping an answer.&lt;/p&gt;
&lt;h2 id=&#34;memory-sources-make-personalization-more-visible&#34;&gt;Memory sources make personalization more visible
&lt;/h2&gt;&lt;p&gt;OpenAI is also introducing &lt;code&gt;memory sources&lt;/code&gt; across all ChatGPT models.&lt;/p&gt;
&lt;p&gt;The feature lets users see which context was used to personalize a response, such as saved memories or past chats. If something is outdated, inaccurate, or no longer wanted, users can delete or correct it.&lt;/p&gt;
&lt;p&gt;OpenAI also says memory sources are not shown to others when users share a chat. Users can delete chats they do not want cited, edit saved memories in settings, or use temporary chats that do not use or update memory.&lt;/p&gt;
&lt;p&gt;This matters. The more personalized an AI assistant becomes, the more it needs to explain &amp;ldquo;what I used to answer you.&amp;rdquo; Memory sources may not show every factor, but they move part of personalization out of the black box.&lt;/p&gt;
&lt;h2 id=&#34;availability&#34;&gt;Availability
&lt;/h2&gt;&lt;p&gt;GPT-5.5 Instant is rolling out from the announcement day to all ChatGPT users, replacing GPT-5.3 Instant as the default model. In the API, it corresponds to &lt;code&gt;chat-latest&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Paid users can continue using GPT-5.3 Instant for three months through model configuration settings before it is retired.&lt;/p&gt;
&lt;p&gt;Enhanced personalization from past chats, files, and connected Gmail is rolling out first to Plus and Pro users on the web, with mobile support coming later. OpenAI plans to expand it to Free, Go, Business, and Enterprise in the following weeks. Memory sources are rolling out on the web for ChatGPT consumer plans and will come to mobile later. Availability of specific personalization sources may vary by region.&lt;/p&gt;
&lt;h2 id=&#34;short-take&#34;&gt;Short Take
&lt;/h2&gt;&lt;p&gt;GPT-5.5 Instant is an upgrade to the default ChatGPT experience.&lt;/p&gt;
&lt;p&gt;It is not only about stronger model capability. It adjusts accuracy, answer density, tone, context use, and personalization transparency together. For ordinary users, the most direct change should be: less fluff, fewer factual errors, and better continuity with your background.&lt;/p&gt;
&lt;p&gt;For OpenAI, this is another step in the evolution of the default assistant. ChatGPT is becoming less of a tool that starts from zero every time and more of a long-term assistant that can remember preferences, understand context, know when to search, and let users manage those memory sources.&lt;/p&gt;
&lt;h2 id=&#34;links&#34;&gt;Links
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;OpenAI announcement: &lt;a class=&#34;link&#34; href=&#34;https://openai.com/index/gpt-5-5-instant/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://openai.com/index/gpt-5-5-instant/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        
    </channel>
</rss>
