<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Token on Margrop Blog</title>
    <link>https://blog.margrop.net/en/tag/token/</link>
    <description>Recent content in Token on Margrop Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-US</language>
    <lastBuildDate>Fri, 07 Aug 2026 08:00:00 +0800</lastBuildDate>
    <atom:link href="https://blog.margrop.net/en/tag/token/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>The Most Expensive Part of AI Is Not the Model: Hidden Bills and TOKEN Syndrome</title>
      <link>https://blog.margrop.net/en/post/ai-hidden-bill-token-syndrome/</link>
      <pubDate>Fri, 07 Aug 2026 08:00:00 +0800</pubDate>
      <guid>https://blog.margrop.net/en/post/ai-hidden-bill-token-syndrome/</guid>
      <description>Short version&#xA;The AI wave is no longer just about smarter models. It is becoming a hidden bill made of hardware, subscriptions, devices, attention, and anxiety. AI can make an individual step faster while making the complete workflow harder to manage. A new everyday symptom is emerging: TOKEN Syndrome—the constant fear of wasting tokens, running out of quota, or choosing the wrong model.&#xA;Figure 1: AI is not a free desk.</description>
    </item>
    <item>
      <title>Why Does AI Keep Saying ‘I Forgot’? Tokens, Context Windows, and the Sticky Notes It Must Throw Away</title>
      <link>https://blog.margrop.net/en/post/ai-token-context-window-sticky-notes/</link>
      <pubDate>Sun, 19 Jul 2026 18:30:00 +0800</pubDate>
      <guid>https://blog.margrop.net/en/post/ai-token-context-window-sticky-notes/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;The short version&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;AI often appears to have a bad memory because only a limited amount of material can be carried into the model for the current request. Think of a context window as a stack of sticky notes with finite capacity. New questions and tool outputs keep adding notes. Once the stack is full, the system must summarize, truncate, filter, or remove older notes. If a note is removed from the current context, the model may no longer be able to use it.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Have you ever told an AI, “Use Python for every code example,” only to receive JavaScript fifteen turns later? Or supplied a long document that the model can summarize accurately at the beginning and end, but cannot answer about the important restriction buried in the middle?&lt;/p&gt;&#xA;&lt;p&gt;It is tempting to say that the AI “forgot.” A more precise explanation is this: &lt;strong&gt;the model can only see what fits inside the current context window, and seeing a piece of text does not guarantee that every part of it receives equal attention.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This article explains tokens and context windows without turning them into intimidating mathematics. The main analogy is a stack of sticky notes. We will look at what tokens are, how a request is assembled, why long conversations become unreliable, why agents fill their context quickly, and how to make AI forget less through simple information management.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Shanghai Telecom Users: Claim 25 Million AI Tokens for Free, Valid for 1 Month</title>
      <link>https://blog.margrop.net/en/post/shanghai-telecom-free-25m-ai-token/</link>
      <pubDate>Mon, 18 May 2026 15:08:00 +0800</pubDate>
      <guid>https://blog.margrop.net/en/post/shanghai-telecom-free-25m-ai-token/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;Bottom line&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;If you are a Shanghai Telecom user, there is currently a 0-yuan offer to claim &lt;strong&gt;25 million tokens for the AI STORE Tianyi intelligent inference service quota edition&lt;/strong&gt;, valid for 31 days, roughly 1 month. The entry point comes from a public Shanghai Telecom WeChat article. I have personally verified the process and successfully claimed it. After a successful claim, China Telecom sends an SMS saying the &lt;code&gt;AI STORE Tianyi Intelligent Inference Service Quota Edition (one-time)&lt;/code&gt; has taken effect immediately.&lt;/p&gt;&#xA;&lt;p&gt;Claim link: &lt;a href=&#34;https://emall.sh.189.cn/stock/#/weChat/junior/handle/113238?cx=YUELIN&#34;&gt;https://emall.sh.189.cn/stock/#/weChat/junior/handle/113238?cx=YUELIN&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;This post only summarizes the public claim link, practical reminders, and source attribution. It does not include phone numbers, account information, private SMS details, internal addresses, or any private configuration. This is a time-sensitive offer, so the official Shanghai Telecom page you see at the time of access is the final reference.&lt;/p&gt;</description>
    </item>
    <item>
      <title>[Repost] Method to Export TOTP Tokens from Authy</title>
      <link>https://blog.margrop.net/en/post/export-topt-token-from-authy/</link>
      <pubDate>Wed, 17 Feb 2021 19:53:14 +0800</pubDate>
      <guid>https://blog.margrop.net/en/post/export-topt-token-from-authy/</guid>
      <description>&lt;p&gt;Based on Ubuntu 18.04 (regular user), other Linux systems are similar.&#xA;Golang official website: &lt;a href=&#34;https://golang.org/&#34;&gt;https://golang.org/&lt;/a&gt;&#xA;Github repository: &lt;a href=&#34;https://github.com/alexzorin/authy&#34;&gt;https://github.com/alexzorin/authy&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h1 id=&#34;download-and-install-golang-mac-system-using-brew&#34;&gt;Download and Install Golang (Mac System, Using Brew)&lt;/h1&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;brew install go&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
  </channel>
</rss>
