<?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 苏然的博客</title>
		<link>https://bml.asia/tags/token/</link>
		<description>Recent content in Token on 苏然的博客</description>
		<generator>Hugo</generator>
		<language>zh-CN</language>
		
		
		
		
			<lastBuildDate>Thu, 17 Sep 2026 04:19:55 +0800</lastBuildDate>
		
			<atom:link href="https://bml.asia/tags/token/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>静态博客 AI 工具实测对比</title>
				<link>https://bml.asia/posts/zcode-trae-codebuddy-hugo-ceping/</link>
				<pubDate>Thu, 20 Aug 2026 03:10:00 +0800</pubDate>
				<guid>https://bml.asia/posts/zcode-trae-codebuddy-hugo-ceping/</guid>
				<description>&lt;p&gt;　　先说结论：维护 Hugo 静态博客这两年，我把 Trae、CodeBuddy 换成了 ZCode。变化最大的不是某个功能变强了，而是整个流程从&amp;quot;七零八落的手工拼装&amp;quot;变成了一条线——写作、MCP 配置调试、本地构建预览、Git 发布，全在一个对话里收尾。更实在的是，在火山大模型的 Agent 无缓存套餐下，我的 Token 开销降了差不多一个数量级。这篇把三款 AI 代码助手的实测对比、我踩过的坑、以及对应的省 Token 配置一次讲清楚。&lt;/p&gt;</description>
			</item>
			<item>
				<title>用上下文窗口省 Token 实战</title>
				<link>https://bml.asia/posts/zcode-context-window-token-save/</link>
				<pubDate>Thu, 20 Aug 2026 02:30:00 +0800</pubDate>
				<guid>https://bml.asia/posts/zcode-context-window-token-save/</guid>
				<description>&lt;p&gt;　　先说结论：在 Agent Plan 这种&lt;strong&gt;没有上下文缓存&lt;/strong&gt;的套餐里，&lt;code&gt;1M&lt;/code&gt; 超大上下文窗口不是白送的福利，而是每轮对话都在烧钱的无底洞。我的博客写作从 &lt;code&gt;1M&lt;/code&gt; 收到 &lt;code&gt;128K&lt;/code&gt; 之后，单篇千字博文的 Token 消耗降了一个数量级，正文没丢过一个字。这篇把原理、配置和三种场景的完整参数一次讲清楚。&lt;/p&gt;</description>
			</item>
			<item>
				<title>AI 太勤快了：被“主动帮忙”烧掉的 token</title>
				<link>https://bml.asia/posts/ai-tai-qin-kuai-token-bu-gou-yong/</link>
				<pubDate>Tue, 18 Aug 2026 15:32:39 +0800</pubDate>
				<guid>https://bml.asia/posts/ai-tai-qin-kuai-token-bu-gou-yong/</guid>
				<description>&lt;style&gt;&#xA;  /* ===== 本文排版：Token 计量表（烧钱预警 × 可控冷静）===== */&#xA;  .tb-hero,&#xA;  .tb-sec b,&#xA;  .tb-burn,&#xA;  .tb-save,&#xA;  .tb-verdict,&#xA;  .tb-fin,&#xA;  .tb-fig { letter-spacing: .01em; }&#xA;&#xA;  /* —— 标题：等宽描边感（文章页 h1 + 首页置顶标题同步） —— */&#xA;  .post h1,&#xA;  .pinned-title a {&#xA;    font-family: &#34;Noto Serif SC&#34;, &#34;Songti SC&#34;, &#34;SimSun&#34;, serif;&#xA;    font-weight: 900;&#xA;    letter-spacing: .04em;&#xA;    color: #c2410c;&#xA;  }&#xA;  .post h1 { font-size: 1.7rem; line-height: 1.5; }&#xA;  .pinned-title a { text-decoration: none; }&#xA;  .pinned-title a:hover { color: #c2410c; }&#xA;&#xA;  /* —— 引言卡：电表盘底色 —— */&#xA;  .tb-hero {&#xA;    position: relative;&#xA;    margin: 1.4rem 0 2rem;&#xA;    padding: 1.4rem 1.6rem 1.4rem 1.9rem;&#xA;    border-radius: 14px;&#xA;    background: linear-gradient(135deg, rgba(194, 65, 12, .09), rgba(15, 118, 110, .09)), var(--bg);&#xA;    border: 1px solid var(--line);&#xA;    border-left: 5px solid #c2410c;&#xA;    box-shadow: 0 8px 26px rgba(80, 40, 20, .07);&#xA;  }&#xA;  .tb-hero .tb-lead {&#xA;    margin: 0 0 .5rem;&#xA;    font-family: &#34;Noto Serif SC&#34;, &#34;Songti SC&#34;, serif;&#xA;    font-size: 1.14rem;&#xA;    font-weight: 700;&#xA;    line-height: 1.7;&#xA;    background: linear-gradient(100deg, #c2410c, #0f766e);&#xA;    -webkit-background-clip: text;&#xA;    background-clip: text;&#xA;    color: transparent;&#xA;  }&#xA;  .tb-hero .tb-sub { margin: 0; font-size: .92rem; color: var(--fg-dim); }&#xA;  .tb-tag {&#xA;    display: inline-block;&#xA;    font-family: ui-monospace, Consolas, monospace;&#xA;    font-size: .76em;&#xA;    font-weight: 700;&#xA;    letter-spacing: .08em;&#xA;    color: #c2410c;&#xA;    background: rgba(194, 65, 12, .10);&#xA;    border: 1px solid rgba(194, 65, 12, .32);&#xA;    border-radius: 999px;&#xA;    padding: .14em .7em;&#xA;    margin: 0 .15em .15em 0;&#xA;  }&#xA;&#xA;  /* —— 章节标题：编号块 + 衬线标题 + 细线 —— */&#xA;  .tb-sec {&#xA;    display: flex;&#xA;    align-items: baseline;&#xA;    gap: .6rem;&#xA;    margin: 2.6rem 0 1.1rem;&#xA;  }&#xA;  .tb-sec .tb-no {&#xA;    font-family: ui-monospace, Consolas, monospace;&#xA;    font-size: .82rem;&#xA;    font-weight: 800;&#xA;    color: #fff;&#xA;    background: #c2410c;&#xA;    border-radius: 6px;&#xA;    padding: .1em .5em;&#xA;    flex: 0 0 auto;&#xA;  }&#xA;  .tb-sec b {&#xA;    font-size: 1.12rem;&#xA;    font-weight: 800;&#xA;    color: #c2410c;&#xA;    letter-spacing: .04em;&#xA;  }&#xA;  .tb-sec .tb-rule {&#xA;    flex: 1;&#xA;    height: 4px;&#xA;    border-radius: 2px;&#xA;    background: repeating-linear-gradient(90deg, var(--line) 0 8px, transparent 8px 16px);&#xA;    opacity: .8;&#xA;  }&#xA;&#xA;  /* —— 关键句高亮：朱橙底纹 —— */&#xA;  .tb-hl {&#xA;    background: linear-gradient(transparent 55%, rgba(194, 65, 12, .26) 55%);&#xA;    color: #c2410c;&#xA;    font-weight: 800;&#xA;    padding: 0 .15em;&#xA;    border-radius: 2px;&#xA;  }&#xA;  .tb-key { color: #c2410c; font-weight: 800; }&#xA;  .tb-dim { color: #8a94a6; }&#xA;&#xA;  /* —— 烧钱色条 / 可控色条 —— */&#xA;  .tb-burn {&#xA;    border-left: 4px solid #c2410c;&#xA;    background: rgba(194, 65, 12, .07);&#xA;    border-radius: 0 10px 10px 0;&#xA;    padding: .85rem 1.1rem;&#xA;    margin: 1.3rem 0;&#xA;    color: var(--fg);&#xA;    font-weight: 600;&#xA;    line-height: 1.8;&#xA;  }&#xA;  .tb-burn b { color: #c2410c; }&#xA;  .tb-save {&#xA;    border-left: 4px solid #0f766e;&#xA;    background: rgba(15, 118, 110, .08);&#xA;    border-radius: 0 10px 10px 0;&#xA;    padding: .85rem 1.1rem;&#xA;    margin: 1.3rem 0;&#xA;    color: var(--fg);&#xA;    font-weight: 600;&#xA;    line-height: 1.8;&#xA;  }&#xA;  .tb-save b { color: #0f766e; }&#xA;&#xA;  /* —— 数字列表：计量读数 —— */&#xA;  .tb-fig {&#xA;    margin: 1.4rem 0 1.8rem;&#xA;    padding: 0;&#xA;    list-style: none;&#xA;    font-size: .95rem;&#xA;    line-height: 2.1;&#xA;  }&#xA;  .tb-fig li { padding-left: 1.5rem; position: relative; }&#xA;  .tb-fig li::before {&#xA;    content: &#34;⚡&#34;;&#xA;    position: absolute;&#xA;    left: 0;&#xA;    color: #c2410c;&#xA;    font-size: .85em;&#xA;  }&#xA;  .tb-fig .tb-num { color: #c2410c; font-weight: 800; }&#xA;&#xA;  /* —— 引用批注 —— */&#xA;  .tb-quote {&#xA;    margin: 1.6rem 0;&#xA;    padding: .9rem 1.2rem;&#xA;    border: 1px solid var(--line);&#xA;    border-left: 4px solid #0f766e;&#xA;    border-radius: 0 4px 4px 0;&#xA;    background: rgba(15, 118, 110, .06);&#xA;    font-size: .94rem;&#xA;    line-height: 1.85;&#xA;    color: var(--fg-dim);&#xA;  }&#xA;  .tb-quote b { color: #0f766e; }&#xA;&#xA;  /* —— 判断框 —— */&#xA;  .tb-verdict {&#xA;    margin: 2rem 0 1.6rem;&#xA;    padding: 1.1rem 1.4rem;&#xA;    border-radius: 12px;&#xA;    border: 1px solid transparent;&#xA;    background:&#xA;      linear-gradient(var(--bg), var(--bg)) padding-box,&#xA;      linear-gradient(120deg, #c2410c, #d0873a, #0f766e) border-box;&#xA;    font-weight: 600;&#xA;    line-height: 1.8;&#xA;  }&#xA;  .tb-verdict .tb-verdict-name {&#xA;    display: inline-block;&#xA;    font-size: .76em;&#xA;    font-weight: 800;&#xA;    letter-spacing: .12em;&#xA;    color: #fff;&#xA;    background: linear-gradient(120deg, #c2410c, #d0873a);&#xA;    border-radius: 999px;&#xA;    padding: .1em .7em;&#xA;    margin-bottom: .5rem;&#xA;  }&#xA;&#xA;  /* —— 结尾大字 —— */&#xA;  .tb-fin {&#xA;    margin-top: 2.4rem;&#xA;    padding-top: 1.4rem;&#xA;    border-top: 1px dashed var(--line);&#xA;    text-align: center;&#xA;  }&#xA;  .tb-fin .tb-big {&#xA;    display: inline-block;&#xA;    font-family: &#34;Noto Serif SC&#34;, &#34;Songti SC&#34;, serif;&#xA;    font-size: 1.5rem;&#xA;    font-weight: 800;&#xA;    letter-spacing: .1em;&#xA;    background: linear-gradient(90deg, #c2410c, #d0873a, #0f766e, #c2410c);&#xA;    background-size: 300% 100%;&#xA;    -webkit-background-clip: text;&#xA;    background-clip: text;&#xA;    color: transparent;&#xA;    animation: tb-flow 5s ease-in-out infinite;&#xA;  }&#xA;  @keyframes tb-flow { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }&#xA;  .tb-fin .tb-small { display: block; margin-top: .5rem; font-size: .86rem; color: var(--fg-dim); }&#xA;&#xA;  @media (prefers-reduced-motion: reduce) { .tb-fin .tb-big { animation: none; } }&#xA;&lt;/style&gt;&#xA;&lt;div class=&#34;tb-hero&#34;&gt;&#xA;  &lt;p style=&#34;margin-bottom:.4rem;&#34;&gt;&#xA;    &lt;span class=&#34;tb-tag&#34;&gt;TOKEN&lt;/span&gt;&lt;span class=&#34;tb-tag&#34;&gt;COST&lt;/span&gt;&lt;span class=&#34;tb-tag&#34;&gt;AGENT&lt;/span&gt;&#xA;  &lt;/p&gt;</description>
			</item>
	</channel>
</rss>
