AIToday
Large Language ModelsTHE DECODERPublished: Sep 13, 2026, 01:00 JST2 min read

OpenAI tells devs: Lean prompts, fewer guardrails for GPT-6 Astra

OpenAI tells devs: Lean prompts, fewer guardrails for GPT-6 Astra

3 Key Points

  1. What happened

    OpenAI's Eric Provencher recommends reviewing skills, AGENTS.md, and task prompts when switching to GPT-6 Astra, warning that piled-up instructions can eat context or make the model stop early.

  2. Why it matters

    Older models needed strict approval rules after going rogue, but Provencher says Astra's better judgment means those same restrictions can now stop it from continuing work you want done.

  3. What to watch

    Whether teams tighten instructions and define "done" upfront, since without restrictions Astra may stop earlier than GPT-5.6 Sol. Watch how shared skills built for Sol or Luna translate to Astra.

WHO IT HITSEnterprise development teams managing shared agent skills and repository-level prompt files (AGENTS.md) will need to audit and selectively rewrite instructions on a per-model basis, as rules that work for one model may already be too restrictive for Astra.

Ask the AI about this article →

Summaries like this, in your inbox every morning.

Context & Analysis

OpenAI has recently published detailed prompting tips for GPT-6 Astra, and these latest recommendations from Eric Provencher on skills and project instructions build on that earlier guidance. The advice focuses on two areas where developers often accumulate cruft: skill descriptions and AGENTS.md rules. Skills, which are stored as Markdown files, work best when scoped to specific workflows, but too many skills force Codex to truncate descriptions and lose the information it needs to choose correctly. Conflicting or overly broad descriptions can also load unnecessary instructions. Similarly, mandatory reading of multiple documents before every change wastes context, and the fix is to point selectively to architecture, database, or deployment docs depending on the task.

Another theme is that restrictions designed for earlier models may backfire. Provencher notes that if earlier models went rogue and you locked things down with strict approval rules, it's time to revisit those when switching to Astra. The model's better judgment means it can interpret old restrictions so literally that it stops even when you want it to keep going. Known, safe workflows should be explicitly allowed. Even without restrictions, Astra may stop earlier than GPT-5.6 Sol, so defining upfront what "done" means becomes important.

The stakes here hinge on how teams manage shared skills that apply to every contributor's agents. What works for Sol or Luna might already be too restrictive for someone running Astra, so teams face the challenge of aligning instructions across different models. The outcome depends on how carefully developers review and adapt their prompts and rules when switching models, rather than assuming one set of instructions fits all.

FAQ
What are skills in this context?
Skills are prompts stored as Markdown files that can include resources and scripts. Their names and descriptions go into the model's context so Codex can pick the right skill for a given task.
Why should I revisit AGENTS.md rules when switching to Astra?
Provencher says rules that govern repository work need regular reviews. Requiring the model to read multiple documents before every change is overkill, and explicit permissions can cut down on repeated confirmation requests for safe operations.
How does Astra differ from GPT-5.6 Sol on stopping?
Even without restrictions, Astra may stop earlier than GPT-5.6 Sol, according to Provencher. He recommends defining upfront what "done" means, since a requirement to check in after the first implementation sets an earlier stopping point.

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • Huang: 40,000 staff, 4M agents next at NvidiaYahoo Finance AI · 1h ago
  • Nvidia in talks to anchor Anthropic's $100 billion IPOYahoo Finance AI · 1h ago
  • KAIST study: AI reasoning steps separable inside modelsTHE DECODER · 1h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · 30 seconds with Google · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleMark Penn: Five fixes to save a billion and a half hours