Back/harness engineering

Model Spikiness in Agentic Coding

Updated 2026-04-11
1 min read
114 words

Agentic Coding 的"尖峰"问题

当前的 agentic coding 面临一个"尖峰"问题:不同模型在不同领域各有优势,但现有工具都被锁定在单一模型中。

模型的专业化

模型 优势领域 适用场景
Claude Opus 前端 + agentic 工作流 UI 组件、交互设计、视觉实现
GPT-5.4 后端 + 分布式系统 API 设计、数据库、系统架构

当前局限

  • Claude Code:锁定在 Claude 模型
  • Codex:锁定在 GPT 模型
  • 无法根据任务类型动态选择最适合的模型

理想方案

Model Routing 策略:

  • 根据任务类型自动选择模型
  • Sonnet 处理常规任务,需要时调用 Opus
  • 降低 11.9% 成本的同时提升 2.7% 性能

实践建议

  • 根据任务类型选择合适的 agent 工具
  • 前端-heavy 项目优先使用 Claude Code
  • 后端/分布式系统任务考虑多模型组合

相关概念

Sources

  1. AI Briefing/2026-04-11
  2. https://x.com/Yuchenj_UW/status/2042653034774475108

Linked from