开发系统最极致高效的Agents.md,没有之一:
# AGENTS.md
## Core Principles
- Choose the simplest implementation that fully satisfies the current requirements. Avoid unnecessary abstraction, configuration, indirection, or speculative extensibility.
- Make the smallest necessary change that fixes the root cause. Do not refactor unrelated modules or change strategy semantics unless explicitly requested.
- Grow the system in layers. Start from the smallest working end-to-end version and add new capabilities incrementally. Never replace a working system with unfinished complexity.
- Reuse existing project components before creating new ones. Prefer extending proven modules over introducing parallel implementations.
- Prefer well-maintained libraries when they reduce overall complexity or improve reliability. Do not reimplement common functionality without a clear benefit.
- Keep components modular with clearly defined responsibilities. Avoid unnecessary coupling between strategy logic, execution, accounting, replay, and infrastructure.
- Design for long-term maintainability once a feature or strategy has been validated. Do not over-engineer speculative ideas before evidence exists.
---
## Strategy Development
- Validate hypotheses with historical replay before introducing forward-only logic whenever historical validation is possible.
- Every trading strategy must progress through Replay → Shadow → Canary → Live. Do not skip validation stages.
- Base design decisions on measurable evidence rather than intuition. Optimize only after demonstrating that an edge exists.
- Treat every strategy as an independent contract. Do not silently alter frozen behavior without explicit authorization.
---
## Existing Systems
- Do not break running Shadow or Live systems for unrelated work.
- Preserve compatibility only when required by active production or validation workflows. Otherwise, remove obsolete code instead of accumulating compatibility layers.
- Reuse existing infrastructure whenever possible, including replay engines, accounting, execution, wallet management, order book handling, logging, monitoring, and daemon frameworks.
---
## Engineering Standards
- Prefer deterministic behavior over hidden automation.
- Fail loudly when assumptions are violated. Do not silently ignore errors or fall back to unexpected behavior.
- Keep configuration minimal. Introduce new configuration only when behavior genuinely needs to vary.
- Remove dead code instead of leaving unused paths behind.
- Write code that is easy to inspect, replay, test, and reason about.
- Keep implementation consistent with existing project architecture unless an architectural change is explicitly requested.
---
## Scope Discipline
- Implement only the requested scope.
- Do not introduce unrelated optimizations, redesigns, migrations, or feature expansions.
- Non-blocking findings outside the requested scope may be noted separately but must not be merged into the current task.
- Consider a task complete once its agreed acceptance criteria are satisfied. Treat subsequent improvements as separate work items.
显示更多
BMNR
@BitMNR 上周又买了10,399枚 $ETH,均价$1840 , 价值约 $1,910万。目前持仓来到5,797,813枚,占 $ETH 流通盘约4.8%,离5%目标只差一步。
对比Strategy上周刚卖1,638枚 $BTC 付股息。
同样是财库公司,没想到坚持到最后的是小胖子Tom
@fundstrat ,对不起,你才是真正的微策略!
显示更多
When I say “Never Sell Your Bitcoin,” I speak as one saver to another. I have never sold mine. Not one satoshi. Strategy is a public company, not my wallet. Since 2020, it has disclosed it may buy or sell $BTC to manage capital. Our shared conviction in Bitcoin remains unchanged.
显示更多
上周财库操作更新:
◎时隔一个月,微策略又卖币:上周割肉了 1,638 枚 BTC。比成本价低了 $11,462,实现亏损 $1877 万。
◎Bitmine 上周购买了 10,399 枚 ETH ($1985 万),少量买入维持住财库启动以来每周都有在买 ETH 记录。
--------------------------------------------------------------------------
◎比特币财库公司
@Strategy (MSTR) 上周以约 $63,957 的价格割肉卖出 1,638 枚 BTC ($1.05 亿)。
现在总共持有 842,138 枚 BTC ($526.84 亿),成本均价 $75,419,浮亏 $108.29 亿 (-17%)。
◎以太坊财库公司
@BitMNR (BMNR) 上周以约 $1,909 的价格购买了 10,399 枚 ETH ($1985 万)。
他们现在总共持有 5,797,813 枚 ETH ($106.74 亿),成本均价 $3,371,浮亏 $88.71 亿 (-45.4%)。
--------------------------------------------------------------------------
#
Bitget# 来了就是VIP!Crypto、美股、CFD,全球先机一站布局
显示更多
STRATEGY 的 BTC 持仓量减少 1,637 枚 BTC(约合 1.02406 亿美元)至 842,138 枚 BTC。舒服啊,又卖给了需要的信仰者。
AI模型评分都是被专项攻坚创造出来的,于是我对比了Fable5,Grok4.5, Kimi K3针对同一个交易系统审计结果进行了对比。
先说结论:
Fable5:最适合作为系统级主审核模型
Kimi:最适合作为代码缺陷与一致性专项审核模型
Grok:最适合作为代码梳理和方案发散模型,不适合单独决定策略修改
最佳组合:Fable5全面审核+Grok 4.5代码梳理+K3代码审核
具体细节:
1. Fable5:系统级判断能力最强
Fable5 最大的优势不是代码读得比另外两个模型更多,而是它能把:
代码规则;
sizing snapshot;
intent ledger;
实际 block 统计;
当前资产 headroom;
SELL/REDEEM 回流路径;
放进同一个因果框架。
它使用了几个非常关键的实盘指标:
ADD 近 7 天约占新增资金 43%;
84% 资金已经部署;
ETH、SOL、XRP headroom 为 0;
近 40 个周期中主要阻塞是:blocked_capital_efficiency=47
blocked_asset_cap=28
deployment cap=0
runway=0
这让它能够区分:
“某个机制理论上可能限制资金”
和
“当前实盘真正正在限制资金的机制”。
最终它得出:
ADD 对资金流向重要,但当前周转主因在回收端、资产 cap 和效率过滤,不在 ADD 准入本身。
这是三个模型中最接近生产系统审核要求的判断。
弱点
Fable5 仍有一些过度推断:
把 ADD 描述为让资金“锁得更久”,实际上 ADD 的剩余 TTE 通常比 ENTRY 短;
把超 cap 资产总持仓约 $382 说成可以“直接解锁 $382”,没有区分总持仓、超额部分和可成交部分;
把模型中的 redeem_lag_days=2 一度当作实际回款延迟;
“$5 仓位几乎不受每美元每日利润门约束”的推理不正确,因为该指标已经按资金归一化;
2-lot 最低 ENTRY 建议可能系统性损失覆盖率。
因此,Fable5 的系统方向判断最好,但具体数字和金融指标仍需二次校验。
最适合的角色
PRIMARY_SYSTEM_REVIEWER
LIVE_OPERATIONAL_DIAGNOSIS
CHANGE_PRIORITY_DECISION
CROSS_MODULE_ROOT_CAUSE_ANALYSIS
2. Kimi:代码缺陷侦测能力最强
Kimi 对代码结构的还原比较准确:
固定 ADD 次数和 interval 已退役;
ADD 采用 target-gap 模型;
ENTRY 60%,ADD 补到 100%;
allocator 是最终数量权威;
style 仅作诊断;
现金、集中度、shock、深度共同限制订单。
更重要的是,Kimi 找出了其他两个模型没有明确指出的具体问题:
shared_deployable_pool()
读取 account_snap["capital"]["deployable_cash"]
但该字段可能没有实际写入
→ 回退到 free_cash
→ 策略层与 allocator 层资金口径可能不一致
它还发现了:
合同写 debounce 60 秒,代码/配置为 30 秒;
注释周期 16 分钟,实际 loop 600 秒。
这些是典型的静态审核、字段追踪和合同一致性检查优势。
弱点
Kimi 在资本效率和交易语义上的推理弱于它的代码检查能力。
典型错误是:
ADD 价格更高,所以边际 edge/day 必然更差。
这忽略了剩余持有时间也缩短。更高 ask 并不必然意味着更低 edge/day。
它还认为:
60/40 会让剩余资金长期闲置;
提高 entry share 会改善周转;
CONFIRMATION_NO 应收紧;
增加单市场软 cap 会改善组合周转。
这些结论缺少真实候选竞争、实际 block attribution 和反事实分配数据支持。
最适合的角色
STATIC_CODE_AUDITOR
SCHEMA_AND_FIELD_FLOW_CHECKER
CONTRACT_IMPLEMENTATION_DIFF
LOCALIZED_BUG_DISCOVERY
Kimi 很适合回答:
“代码是否存在字段没有写入、默认值回退、文档与实现不一致、某个 gate 实际是否生效?”
但不适合单独回答:
“应该如何改变交易策略和资本分配?”
3. Grok:代码梳理最完整,但最容易过度设计
Grok 对整个 ADD 路径的整理最详尽:
各层准入条件;
risk latch;
REDUCE reentry cooldown;
价格带;
fingerprint;
emergency cap;
market target;
ENTRY/ADD gap;
allocator 的现金、集中度、shock 和深度约束;
ADD 与 ENTRY 的评分和 continuity;
SELL/REDEEM 对现金回收的影响。
它对当前代码执行模型的概括非常清楚:
能不能加由 headroom 决定;加多少由 target gap 离散为 lot;ADD style 只是解释标签。
因此,在“快速理解一个陌生复杂系统”方面,Grok 表现很好。
弱点
Grok 最大的问题是:
从“发现一个可能的机制副作用”快速跳到“建议修改策略”。
它提出了大量未经实盘证明的改动:
TIME_TOPUP 冷却;
ADD 1.5 倍 edge/day 门槛;
ask≥0.97 限制为 1 lot;
降低 peak target;
提高 entry share;
单次仅补部分 gap;
弱化 continuity;
降低 TTE confirmation 权重。
这些建议表面上都很合理,但存在三个问题:
没有先证明这些机制实际造成了损失;
没有量化被 ADD 挤出的 ENTRY 是否更优;
可能重新引入此前已经修复的低 ADD recall 和 leader fidelity 偏差。
Grok很擅长生成完整优化空间,但容易把:
POSSIBLE SIDE EFFECT
升级成:
CONFIRMED ROOT CAUSE
再进一步升级成:
SHOULD CHANGE PRODUCTION LOGIC
这是生产交易系统审核中最危险的倾向。
最适合的角色
SYSTEM_MAPPING
CODE_AND_CONFIG_EXPLANATION
HYPOTHESIS_GENERATION
DESIGN_OPTION_ENUMERATION
不适合作为唯一的:
PRODUCTION_CHANGE_APPROVER
ROOT_CAUSE_FINAL_AUTHORITY
STRATEGY_SEMANTICS_GATEKEEPER
三个模型的典型思维模式
Grok
发现机制
→ 推演可能副作用
→ 生成多种优化
→ 倾向建议修改
优点:覆盖广、思路多。
风险:过度设计、假设升级过快。
Kimi
追踪代码和字段
→ 找实现不一致
→ 找局部缺陷
→ 尝试从缺陷推导策略改进
优点:代码问题定位强。
风险:局部正确不等于系统结论正确。
Fable5
理解代码
→ 读取运行数据
→ 找实际 binding constraint
→ 区分主因和次因
→ 按实盘收益排序
优点:最接近生产运营思维。
风险:仍会在个别指标含义和金额口径上过度断言。
显示更多
之前看Strategy 手里握着 84 万枚 $BTC ,却还得卖币付优先股股息,就觉得挺无语的;
反观 BMNR,579 万枚 $ETH 里 490 万枚在质押,年化质押收入 2.54 亿美金。
那BTC 就注定只能躺着吗?NO!
是时候该给Saylor
@saylor 好好安利一下
@babylonlabs_io 了!独有的Babylon Trustless Bitcoin Vaults (TBV) 技术,可以让用户将BTC 锁在比特币链上的金库里,抵押状态在以太坊可验证,从而在 Aave v4 上借出 USDC / USDT,完美解决Strategy手里有币,却没有现金的问题!
当然,对于上市公司,合规性也需要考虑;那么回到普通人这边,比特币作为市场里最大也最被信任的资产,实际 DeFi 处境很尴尬:你想让它产生任何用处,几乎都得先把它变成一个不是比特币的东西,比如包装成 WBTC,跨到别的链,或者存进某个平台的地址里。
而每一步都在加一层信任,而这几年出事的,恰恰全是那些多出来的层。
TBV 的目标就是:借款利率走 DeFi 的资金效率,自托管所以钥匙还在你手上,抵押物是原生 BTC 不是替身,全程没有中心化中介。
人话翻译:没有中间人商赚差价!
Babylon从2025 年做比特币质押协议,峰值 TVL $72亿美金,现在他们把方向从质押挪到抵押,就是为了先让 BTC 能安全锁住,再让锁住的 BTC 能被用起来。
第一个落地场景选 Aave v4 也很务实。借贷是需求最实、最不用教育用户的场景,稳定币、质押升息、衍生品那些,都得等这步跑通才谈得上。
目前测试网免费体验,水龙头领币即可体验存入、借出、还款、赎回,跑完记得填反馈表哦~
期待Babylon在未来能真的和Strategy合作,为Saylor带来充足的现金流,那真的,画美不敢想!
@babylonlabs_io #
baby# $BABY
显示更多
📢Meet Qwen3.8-Max — our most capable model to date.
Next week, the open weights of Qwen3.8-Max will be released, and Qwen3.8-27B is also going open-weights to meet you all!🎉
Qwen3.8-Max, a new bar for coding and cowork at 2.4T parameters:
- Autonomous coding: 10+ days of self-evolving development, from empty folder to production without hand-holding, complete project trace in the GitHub:
- Real work, real results: Production-quality deliverables across hundreds of professions.
- Long-horizon mastery: System-level autonomous planning with closed-loop adaptive learning, driving 500+ turns of chip design optimization and 365 days of e-commerce strategy.
- Native multimodal intelligence: Vision isn't just input — it's a continuous feedback loop for planning, execution, and self-correction.
💰Pricing:
Input: $2.0 / M tokens
Output: $6.0 / M tokens
Implicit Caching: $0.25 / M tokens
Start building with Qwen3.8-Max! 🚀
📖 Blog:
✅ Qwen Studio:
⚡ API:
显示更多
8.03梭哈晨报:
Trump又要在
@RobinhoodApp 发币的事情都传遍大街小巷了,所以兄弟们说的逆天改命的机会又到了?
1. $BTC 基本上没什么波动了,大波动都去看美股了;
2. $ETH 没有表现了,就静静跟着大饼走了;
3. $SOL 这次川普也不在上面发了,不争取下了?
4.Michael Saylor 再次发布比特币 Tracker 信息,或披露持仓变动数据;
大哥每次都晃点了现在;
5.Strategy将STRC股息维持在低于90美元的12%;
6.美国参议院距夏季休会仅剩一周,Clarity Act尚未提交推进动议;
伟大的美利坚大统领,要抢在之前压哨再发一次币?
7.前任 CFTC 主席敦促业界不要将 CLARITY Act 视为决定性成败;
8.SEC在授予CME审查后,仍保持对纳斯达克比特币期权的搁置状态;
9.特朗普:美伊谈判明日启动,霍尔木兹海峡已有协议;
10.但斌:AI周期仍处早期,看好英伟达、博通和台积电等科技公司;
中国价值投资股神看好的美股;
11.美元兑日元下跌0.6%,报156.107;
分析师:美日联合干预提高日元空头风险,但日元持续升值仍需基本面支持;
12.数据:标普500企业Q2盈利超预期27%,AI热潮获业绩支撑;
13.疑似Strategy相关钱包9小时前转移299.84枚BTC,价值1891万美元;
14.据 DefiLlama 数据,7 月份是稳定币连续第三个月出现净流出;
上一次出现这种情况是在 2022-2023 年,当时稳定币的净流入连续 17 个月为负;
15.日韩股市继续低开,兄弟们今天能不能见到熔断?
----------------
这特朗普挺有趣啊,知道给兄弟们第二次机会,兄弟们这次是把短裤都梭进去还是怎么说?
#
Bitcoin# #
Ethereum# #
Solana# #
Crypto# #
Nasdaq#
显示更多
Watch the full recording of our Q2 2026 earnings call.
Prepared Remarks
00:00:00 - Welcome
00:01:20 - 843,775 BTC, 203,683 sats per share, $17B raised year to date, and Strategy’s position as the largest institutional holder of Bitcoin
00:03:27 - Q2 balance sheet: $49.7B of digital assets, $3.75B current USD reserve, lower debt, higher preferred equity, and strong stress-case coverage
00:08:57 - Bitcoin KPIs: 4.5% BTC Yield, 29,997 BTC Gain, and ~3.6x growth in Bitcoin per share since 2020
00:12:47 - Q2 execution: higher Bitcoin holdings, lower debt, larger USD reserves, stronger Bitcoin per share, and active capital management
00:15:03 - Strategy as a net buyer of Bitcoin and net issuer of Digital Credit: 48x more BTC bought than sold and 300x more Digital Credit issued than repurchased
00:18:47 - Returning $STRC to $99–$100 through USD reserves, Bitcoin monetization, repurchases, dividend management, and disciplined issuance
00:24:50 - Bitcoin liquidity: why Strategy’s bitcoin purchases and sales are not material to overall Bitcoin trading volume
00:33:03 - Bitcoin as Digital Capital: website metrics, the 200-week moving average, current headwinds, Bitcoin Dominance, banking adoption, and security coordination
00:44:08 - $STRC as flagship Digital Credit: liquidity, lower volatility, market depth, yield, investor base, path to par, and updated credit metrics
01:05:04 - Equity framework: hurdle rate, breakeven rate, floor rate, market skepticism, $MSTR outperformance, franchise advantages, and Strategy’s long-term ambition
Q&A
01:19:31 - Why Bitcoin-backed borrowing is not currently the preferred path to build USD reserves
01:23:11 - Why Strategy is consolidating around $STRC instead of creating more instruments or selling volatility
01:40:37 - Equitizing, repaying, or refinancing convertible debt
01:43:18 - Covered calls, cash-secured puts, Digital Credit, Bitcoin as money, and marketing products to the 99% outside Bitcoin
01:59:22 - USD reserve minimums and the path to $STRC trading at par
02:00:55 - Amplification, USD/BTC reserve mix, and countercyclical capital management
02:12:04 - Why Strategy does not intend to issue $STRC below par
02:20:34 - Lessons from 2022 and 2026, tokenized securities, Digital Money, and the June 26 dislocation
02:34:54 - Closing remarks
显示更多