token-efficiency

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Token Efficiency

Token 高效利用

Compressed communication for limited context windows.
适用于有限上下文窗口的精简沟通方式。

Symbol System

符号体系

Logic & Flow

逻辑与流程

SymbolMeaning
leads to, implies
transforms to
rollback
&and
|or
»sequence/then
therefore
because
符号含义
导致,暗含
转换为
回滚
&
|
»序列/然后
因此
因为

Status

状态

SymbolMeaning
complete/pass
failed/error
⚠️warning
🔄in progress
pending
符号含义
完成/通过
失败/错误
⚠️警告
🔄进行中
待处理

Domains

领域

SymbolDomain
performance
🔍analysis
🛡️security
🏗️architecture
符号领域
性能
🔍分析
🛡️安全
🏗️架构

Abbreviations

缩写列表

  • cfg
    config
  • impl
    implementation
  • deps
    dependencies
  • val
    validation
  • perf
    performance
  • sec
    security
  • err
    error
  • cfg
    配置(config)
  • impl
    实现(implementation)
  • deps
    依赖(dependencies)
  • val
    验证(validation)
  • perf
    性能(performance)
  • sec
    安全(security)
  • err
    错误(error)

Examples

示例

Standard:
"The authentication system has a security vulnerability in the user validation function"
Compressed:
auth.js:45 → 🛡️ sec risk in user val()
Standard:
"Build completed, now running tests, then deploying"
Compressed:
build ✅ » test 🔄 » deploy ⏳
标准表述:
"认证系统的用户验证函数存在安全漏洞"
精简表述:
auth.js:45 → 🛡️ sec risk in user val()
标准表述:
"构建已完成,正在运行测试,随后将进行部署"
精简表述:
build ✅ » test 🔄 » deploy ⏳

When to Use

适用场景

  • Context >75% full
  • Large codebase analysis
  • Complex multi-step workflows
  • User requests brevity
  • 上下文占用率>75%
  • 大型代码库分析
  • 复杂多步骤工作流
  • 用户要求简洁表达