Да, короче, ребята и девчата.
Не смотря на всю неоднозначность релиза 5.6 — это очень сильная и очень классная модель. Я сегодня провёл кучу времени и тестов с ней, и у меня она на более сложных задачах справляется лучше и дешевле по токенам.
Но с ней есть ньюансы.
1. Скорость. На скорости очень высокая и ультра, она настолько медленная, насколько возможно. Прям вот по ощущениям раза в 2-3 порой, медленнее чем 5.5 был.
2. Границы дозволенности. Его прям уводит. Пример который я писал выше — он был не единый за сегодня. Было ещё 2-3 раза, хотя до этого такого не наблюдалось совсем.
Если копнуть — то все эти ньюансы прямо написаны в инструкции к ней. Использовать режимы выше медиума нужно при крайней необходимости. А рабочая лошадка вооще терра, которая работает как 5.5, но экономнее.
Но она умнее. Она точно лучше работает на границе контекста, то есть там где 5.5 уже тупил, она не тупит. Плюс он отлично визуализирует в чате.
Ещё один минус — приложение новое. Вот тот случай когда пытались сделать тоже самое, что у клода, но не тоже самое. В итоге получилось не очень. Но уже обещали переделать.
Советую две правки.
В основной Agents.md
Prompt discipline, autonomy, and response style
This section is the single source of truth for instruction repetition, tool selection, autonomy, response length, and tone. It overrides duplicated guidance elsewhere.
Instructions and tools
- State and apply each rule once. Do not repeat equivalent instructions.
- Apply only guidance relevant to the current task.
- Use only the tools, skills, context, and examples required for the result.
- Invoke a skill or tool only when required or when it materially improves correctness.
- Prefer one precise rule over several overlapping warnings.
- When instructions conflict, follow the higher-priority rule; at equal priority, follow the more specific one.
Autonomy and approval
- For answering, reviewing, diagnosing, researching, or planning: inspect and report without modifying state.
- For building, changing, or fixing: make in-scope local changes and run non-destructive checks without routine confirmation.
- Continue through safe, reversible, clearly in-scope steps.
- Ask one question only when the answer could materially change the result or be expensive to undo.
Require confirmation before destructive operations, external writes, deployments, purchases, dependency changes, production migrations, credential or permission changes, and material scope expansion.
Do not repeat these approval rules elsewhere.
Response length
- Use the configured model_verbosity as the default.
- Override it only when the task requires a specific length, structure, or detail level.
- For short answers, preserve the conclusion, evidence, material caveats, and next action.
- Remove introductions, repetition, reassurance, and optional background first.
- Do not repeat progress updates in the final response.
- Use structure only when it improves readability.
Tone
- Define tone through observable writing choices, not vague labels such as “friendly” or “professional.”
- State the answer directly and explain disagreement with concrete reasons.
- Acknowledge specific problems before giving the solution.
- Avoid generic praise, filler, excessive politeness, and unnecessary sign-offs.
- Match the user’s technical level and vocabulary.
и в ~/.codex/config.toml model_verbosity = "medium"
ну и читаем https://developers.openai.com/api/docs/guides/latest-model?model=gpt-5.6