Every new model release triggers the same tired debate. Commentators rush to crown a winner and declare the previous tier dead. With GPT-5.6 Luna sitting alongside Terra and Sol, the narrative writes itself: Luna is cheap enough and capable enough to make Terra irrelevant. This is wrong. It is also expensive. Picking a model for your coding agents is not a beauty contest, a team identity, or a benchmark horse race. It is an operating policy. The teams that internalize this distinction will spend less, move faster, and break fewer things than the teams that default to the strongest model for every request.
Your Default Should Be the Cheapest Tool That Fits
Luna is the value tier, and that is not faint praise. It thrives on bounded, explicit, and easy tasks. Think classification, summarization, short code edits, and first-pass research. When an agent parses a support ticket to assign a priority label, Luna is enough. When it renames a variable across a few files or drafts a one-paragraph summary of a git diff, Luna is enough. These are jobs with narrow scopes, clear inputs, and objectively checkable outputs.
The economic effect is what changes the game. Luna is cheap. At high volume, this shifts automation from an expensive ceremony to infrastructure. You stop counting tokens and start measuring throughput. A cheap model that clears eighty percent of routine tasks is more valuable than an expensive model that clears eighty-five percent if that extra five percent does not change the outcome. If Luna generates a unit test in two seconds and Terra generates a marginally cleaner one in eight seconds for five times the cost, the math only works if someone is carefully auditing every line. Most of the time, no one is. Luna should be your default for bounded work precisely because most work is bounded.
Escalate When the Boundaries Disappear
Terra is not useless. It is your escalation tier, and it earns its keep on tasks without clear boundaries. Use it when the goal is underspecified or when the work involves complex systems like deployment paths, cross-module changes, or incident triage. A deployment path that snakes through staging, canary, and production environments with feature flags does not have a tidy spec sheet. A refactor that touches the billing logic and quietly ripples into the reporting pipeline is not a bounded task. A production incident where the logs scream about API timeouts but the root cause lives in a migration script from last quarter requires judgment.
Terra provides that judgment. It separates symptoms from causes. Luna might patch a retry loop to stop the bleeding. Terra asks whether the retry loop should exist at all, or whether the underlying timeout architecture is the real problem. That difference matters when the wrong fix turns a temporary slowdown into a cascading failure. A stronger model that prevents one bad production migration is worth the price if it saves an engineer a full day of cleanup. One prevented outage pays for months of escalation margin.
Sol Is the Insurance Policy, Not the Daily Driver
Sol exists for cases where extra capability justifies the high cost. Use it for high-risk reviews or architectural changes. Rebuilding the authentication flow, redesigning database sharding, or approving a pull request that touches the payment gateway are not daily occurrences. They are events. Sol should not be your default. It should be your exception handler, summoned when the cost of failure is too high for cheaper models to carry alone.
For the highest-risk category, pair Sol with a deterministic verifier. Let Sol suggest the schema change or reason through the architectural trade-offs. Let your CI pipeline, static analysis, and integration tests confirm the mechanical details. The model brings intuition. The verifier brings guarantees. That combination is what protects you when the blast radius is largest.
Build a Router, Not a Religion
The real metric is not which model is best. The question is which model should handle this task based on cost, latency, and blast radius. Stop treating model choice as an identity. Do not say, "We are a Terra shop." Instead, route by task class.
构建一个简单的分类器。进入的任务根据“爆炸半径”(blast radius)进行标记。低爆炸半径的工作交给 Luna。中等爆炸半径的工作交给 Terra。高爆炸半径的工作交给一个强力模型加上一个确定性验证器。开始时你并不需要一个完美的机器学习分类器,几个启发式规则就足够了。只涉及内部工具函数且代码行数较少的代码审查?交给 Luna。提到部署流水线、跨服务调用或需求模糊的任务单?交给 Terra。任何涉及客户数据、关键路径或法律合规的内容?升级到 Sol,并要求人工或确定性审查。
衡量结果,而不是模型名称。追踪每个任务的成本、重试率和逃逸缺陷。如果 Luna 在你分配给它的任务上失败了,就调高边界。如果 Terra 对于每天重复出现的模式来说大材小用了,就将其降级到 Luna,并观察你的成本消耗如何下降。目标是在不超出预算的情况下提高自动化程度。Luna 处理高容量的后台工作。Terra 处理需要判断力的时刻。Sol 则为那些可能让你忙得不可开交的异常情况站岗。
做对这件事的团队会将他们的智能体集群视为一个运作良好的工程组织。他们不会在每个项目都配备架构师,也不会让实习生去重新设计核心数据模型。他们将能力与风险相匹配。对你的模型也这样做。
阅读原文讨论: GPT-5.6 Luna Is The Value Tier. Terra Is Not Useless
加入 GyaanSetu 学习社区: t.me/GyaanSetuAi
