今日已更新 215 条资讯 | 累计 39332 条内容
关于我们

OpenAI Shipped GPT-6 Astra With a Monitoring Layer Your Agent Does Not Have

Gabriel Anhaia 2026年09月04日 05:55 1 次阅读 来源:Dev.to

Book: AI That Ships The series: AI in TypeScript — 5 books, from your first LLM call to agents in production — all five here My project: Hermes IDE | GitHub — an IDE for developers who ship with Claude Code and other AI coding tools Me: xgabriel.com | GitHub Name the tool call your agent made yesterday that wrote to the database twice. A few hundred went out. You cannot point at that one. You have the provider dashboard, so you know how many tokens went out. You have request logs, so you know a session opened at 09:14 and closed at 09:21. You have Sentry, so you know nothing threw. What you do not have is the ordered list of what the model asked for and what came back. That gap was survivable while agents mostly summarised text. The model OpenAI released on 3 September 2026 is a reasonable argument for why it is less survivable now, and the reason sits in everything OpenAI bolted on around the model before letting anyone touch it rather than in the benchmark table. OpenAI did not just ship a model GPT-6 Astra landed on 3 September 2026, described by OpenAI as the most capable model it has broadly deployed. The agentic scores it reported at launch are 74.1% on DeepSWE v1.1 and 72.6% on the OSWorld 2.0 offline subset. Vendor figures, and they say the thing is meant to be pointed at tools. The part worth your attention is in the system card , and none of it is a property of the weights. OpenAI deployed misalignment monitoring across tool-using inference in external deployment, using the same monitoring structure it runs internally, and added alignment evaluations that block a response rather than write it up afterwards. The card describes a layer of watching and gating built around the model, not only the model itself. OpenAI did that work at its own boundary, which is the inference call. Your boundary is one hop further down, where a string in a response becomes a DELETE or an outbound email. Nothing OpenAI monitors can see that hop, because it never leaves your proce

本文内容来源于互联网,版权归原作者所有
查看原文