Skip to content
Rush Commerce
AI & Automation3 min read

GenAI.mil adds ChatGPT and Grok: the gate is the product

The Pentagon put three frontier models behind one IL5 portal for 3 million people. The lesson for small teams is the gateway, not the model list.

The Department of Defense added ChatGPT Mil and Grok for Government to GenAI.mil on August 31, putting three frontier vendors behind a single gated portal for a workforce of more than three million. Strip away the scale and this is the same architecture decision a six-person shop faces: do you hand people vendor logins, or do you put one door in front of every model?

What actually happened

DefenseScoop reported that OpenAI's ChatGPT Mil and Starshield AI's Grok for Government joined Google's Gemini on GenAI.mil, the department's enterprise generative AI platform. Both new offerings cleared Impact Level 5 — the authorization tier for non-public, sensitive unclassified data. Gemini for Government launched the platform in February; roughly 1.5 million people were active on it as of June.

The scope is explicit: unclassified work only. ChatGPT Mil covers planning, policy, logistics and administration through chat, files, projects and custom GPTs. Grok ships reasoning modes, workspaces and reusable playbooks. TechCrunch noted that these editions run on government infrastructure rather than routing prompts through consumer channels.

One vendor is conspicuously missing. Anthropic's Claude is not on the platform after a contract dispute over usage guardrails — a reminder that a model can be excluded by a term sheet rather than a benchmark.

Why an AI gateway matters for your business

Most small teams do this backwards. Somebody expenses a ChatGPT seat, somebody else brings Claude, a third person wires an API key into a script, and eighteen months later nobody can answer three basic questions: what data left the building, which model wrote which output, and what breaks if a vendor changes terms on a Tuesday.

The Pentagon's answer is not a smarter model. It is a gate — one authenticated entry point, an explicit data boundary drawn at "unclassified," and multiple vendors swappable behind it. That pattern scales down cleanly and costs very little to build now versus later.

Concretely: run every AI call through one internal service that holds the keys, logs the prompt and the model, and enforces what data classes are allowed through. Keep a routing config that maps tasks to models so switching vendors is an edit, not a migration. Write down your equivalent of IL5 — which categories of customer data, financials, or contracts never go to a third-party model, and enforce it in code rather than in a policy PDF nobody reads.

Anthropic's absence is the closing argument. If your workflow assumes one vendor, a contract dispute you have no visibility into becomes your outage.

Key takeaways

  • ChatGPT Mil and Grok for Government joined Gemini on GenAI.mil on August 31, both authorized at IL5 for sensitive unclassified data
  • The platform serves a workforce over 3 million; roughly 1.5 million were active as of June
  • Claude is absent after a contract dispute over guardrails — vendor access ends on terms, not on quality
  • The reusable pattern is one gated entry point with a hard data boundary and swappable models behind it

Can you say which model saw your customer data last week? We build AI gateways for small teams — one authenticated entry point, per-call logging, a written data boundary enforced in code, and model routing you can change without touching application logic. See how we build it or talk through your stack.

Sources: DefenseScoop — Grok and ChatGPT join Gemini in Pentagon's enterprise genAI portal, TechCrunch — The Pentagon now has its own version of ChatGPT and Grok.

  • #ai-governance
  • #model-routing
  • #openai
  • #vendor-risk
  • #portability
TR

Tommy Rush — Founder, Rush Commerce

Operator turned builder. 15+ years running operations — now shipping the systems businesses run on. More

Get The Rush Report weekly — one email, zero fluff.