OpenAI has outlined a pacing model for developing AI cyber capabilities that boosts defenders while reducing misuse. The big idea: ship defensive value fast, gate risky features, and rigorously test before wider release.
Read OpenAI’s post: Pacing model development of cybersecurity capabilities. It aligns with broader best practices like CISA’s Secure by Design and NIST’s AI Risk Management Framework.
What OpenAI’s pacing model means
- Defenders first: Prioritize features that help blue teams—detection, incident response guidance, hardening—over anything that could lower the barrier to offensive use.
- Risk-tiered capabilities: Classify dual‑use features by abuse risk and potential impact; release the lowest-risk tiers broadly and gate the rest.
- Eval-driven gating: Use cyber-specific red teaming and benchmarks to verify models don’t meaningfully facilitate wrongdoing before expanding access.
- Safety by default: Apply content filters, rate limiting, and context restrictions to prevent step-by-step exploit assistance or zero-day discovery help.
- Staged access & oversight: Start with trusted testers, expand via tiered API access, and monitor for abuse with clear escalation paths.
- Partner with defenders: Work with security communities and share learnings to raise the cost for attackers and lower it for defenders.
Why it matters now
Generative AI can supercharge both sides of cybersecurity. Without pacing, models might unintentionally help novices perform advanced attacks. With pacing, teams can unlock genuine defensive leverage while minimizing blowback. See also MITRE ATT&CK for understanding common adversary tactics: attack.mitre.org.
Apply this model in your org (quick blueprint)
- 1) Map dual-use risk: Inventory model actions (e.g., code generation, command execution, network scanning). Assign risk tiers by potential for misuse and blast radius.
- 2) Build guardrails: Add content filters for exploit strings, require user verification for sensitive tools, and disable dangerous primitives by default.
- 3) Test like an attacker: Run structured red-team exercises and task-based evals before each access expansion; log and fix failure modes.
- 4) Prefer defense by design: Make secure tasks (e.g., patch guidance, hardening checklists) easy and over-informative; degrade or refuse offensive requests.
- 5) Instrument & review: Add rate limits, anomaly detection, and human-in-the-loop review for high-risk actions; document decisions and escalate quickly.
- 6) Stage releases: Start with internal/security teams, then vetted partners, then broader users—with clear kill switches and rollback plans.
Example: shipping a code assistant with shell access
- Run commands in a sandbox with no outbound network by default; allowlist only necessary tools.
- Block execution when prompts include known exploit markers; provide secure remediation guidance instead.
- Require elevated verification for higher-risk actions; audit every such action with human review.
Takeaway
Adopt a “defense-first, eval-gated, staged-release” approach. You’ll move fast on value while keeping dual-use risk in check—and be ready for increasing regulatory scrutiny.
Enjoy nuggets like this? Subscribe to our free newsletter for weekly, practical AI insights: theainuggets.com/newsletter.

