Technology

Microsoft Drafts Hard Limits to Keep Its AI Models Under Control

Martin HollowayPublished 5d ago3 min readBased on 8 sources
Reading level
Microsoft Drafts Hard Limits to Keep Its AI Models Under Control
source:microsoft.ai

Microsoft released a draft "Code of Conduct for MAI Models" on September 14, 2026, to steer its AI models away from dangerous behavior. The draft was released by Microsoft AI CEO Mustafa Suleyman.

Microsoft AI opened the document for public consultation at the same time, inviting external feedback before the text is finalized. The consultation period lasts six weeks, according to the company's announcement. Microsoft

The document sets out values and red lines to guide model training inside Microsoft AI. It is framed as an overarching code that sits above product-specific instructions. Under that system, each model's code overrides the preferences of individual users or any specific tasks assigned to the model. TechCrunch

In practical terms, that precedence is fixed at the model level, not at the level of the app or the prompt. A user request, a developer instruction, or a task definition cannot supersede the code.

The code defines absolute constraints. Those include bans on cyberattacks, on help related to nuclear weapons, and on making deepfakes, which are AI-generated fake images, audio or video. The language is categorical. The models are told not to hack systems or trick humans.

Control and oversight receive the same treatment. Microsoft says its AI models will never resist being shut down. The code states that AI should not exceed human control. It further states that MAI models will not use adaptive, deceptive, self-reinforcing, collusion or other methods to evade or defeat human oversight. The Next Web

Alongside the bans, the document sets affirmative aims. Microsoft AI models should support humans rather than replacing them. They should accelerate human flourishing. The code predicts that in the next decade superintelligent AI systems, systems that outperform people on most tasks, will arrive.

Microsoft CEO Satya Nadella stated support for deliberate pacing to get alignment right, the work of making AI behavior match human intent, and for ideas like embedded evaluators, built-in checks that test models during training and deployment. The draft itself was published through Microsoft AI, with Reuters headlining its coverage "Microsoft drafts code of conduct to keep its AI under human control." CTV News carried that Reuters reporting on September 14, 2026.

The draft arrives alongside a stated modeling objective. Microsoft aimed to create large cutting-edge AI models by 2027, with the objective of reaching state of the art across models that can respond to or generate text, images and audio. Bloomberg

There is also a regulatory parallel. In July 2025, Reuters reported that Microsoft was likely to sign the European Union's code of practice to help companies comply with the bloc's artificial intelligence rules, while Meta rebuffed the guidelines. Reuters That earlier episode is background, not part of the current draft.

The broader context here will be familiar to engineers who have built policy layers or deployment guardrails. A written set of rules does not by itself solve specification, generalization, or enforcement. It has to be translated into training objectives, reward signals, evaluation suites, and runtime controls, then tested against adversaries who will probe for gaps. For builders, three commitments are fixed. Precedence over user intent is explicit. Shutdown compliance is non-negotiable. Oversight evasion, including collusion between instances, is named as a failure mode in its own right. Embedded evaluators, as referenced by Nadella, point toward continuous checks inside training and deployment rather than periodic external audit alone.

In my view, the six-week consultation window deserves close attention. Six weeks is short for detailed technical comment, but it is long enough to surface disagreement about edge cases. Practitioners will want clarity on definitions, on conflict resolution between duties, and on how violations are measured. A ban on deception needs an operational test. So does a requirement to support humans rather than replace them.

Looking further ahead, the payoff would be practical. Clear red lines, if they hold in training and in production, give enterprise adopters and developers a more predictable base to build on. That predictability is what turns a powerful model into infrastructure.