This page is the direct answer to one specific line in warfighter SME feedback on the CAPES brief: "3 of CAPES Brief can be solved with APIs built within MSS leveraging AIPs and foundry to create agentic AI workflow."
Every ATLAS agent follows the same six-stage loop. The loop is identical to OODA with an explicit record stage for DoD AI governance and a learn stage that closes the hallucination feedback loop.
+-------------------------+
| 1. OBSERVE |
| collectors poll |
| external feeds on |
| their own cycle |
+-----------+-------------+
|
v
+-------------------------+
| 2. ORIENT |
| source-provenance |
| classifier scores |
| reliability + credibility (NATO STANAG 2511)
+-----------+-------------+
|
v
+-------------------------+
| 3. DECIDE |
| LLM-grounded synthesis| <- gov-cloud LLM
| with citation | (GPT-4o / Gemini /
| enforcement | Grok / corpus-only)
+-----+-------+-----------+
| |
low-confidence | high-confidence
| |
v v
+----------------+ +-------------------------+
| HUMAN ON THE | | 4. ACT |
| LOOP HOLD | | emit to consumer: |
| (operator | | Foundry action, |
| approve/deny) | | AIP tool call, |
+-------+--------+ | NGIC2 widget, |
| | MSS workflow, |
| | CoT to TAK / JBC-P |
| +-----------+-------------+
| |
+------------------------+
|
v
+-------------------------+
| 5. RECORD |
| AI audit engine logs |
| provider, model, |
| prompt hash, citation |
| chain (DoD AI gov.) |
+-----------+-------------+
|
v
+-------------------------+
| 6. LEARN |
| RAG self-improvement |
| loop indexes output |
| back into corpus, |
| backtest scores prior |
| forecasts vs ground |
| truth weekly |
+-----------+-------------+
|
+--> back to OBSERVE
| Capability MSS / AIP / Foundry need to build | Realistic build cost | Status in ATLAS today |
|---|---|---|
| OSINT collector swarm across 8+ sources (Telegram, Mastodon, Bluesky, YouTube, RU/CN media, GDELT, procurement, cyber) | ~6 dev-months per source × 8 = ~48 dev-months | SHIPPED (osint-collectors, every 15–60 min) |
| Source-provenance classifier per NATO STANAG 2511 (reliability A–F × credibility 1–6) | ~3 dev-months + doctrine review | SHIPPED (intel-source-provenance, on collection) |
| LLM-grounded synthesis with hard citation enforcement (no [src] = no assertion) | ~6 dev-months including eval harness | SHIPPED (intel-synthesis, every 6h) |
| DIME / PMESII-PT briefing emitter with deep-link provenance | ~4 dev-months | SHIPPED (intel-briefing) |
| Drone threat-evolution ledger (Geran-3, Yolka, Ptashka, Lancet, Shahed family) | ~3 dev-months ongoing curation | SHIPPED (intel-tag-watcher + ledger) |
| Kill-chain bridge: synthesis → CoT → TAK / JBC-P | ~4 dev-months | SHIPPED (intel-killchain-bridge) |
| Sensor fusion + WEZ geometric engine | ~9 dev-months including geodesy review | SHIPPED (sensor-fusion, wez-engine) |
| Government-cloud LLM orchestrator with failover, audit, citation tagging | ~5 dev-months | SHIPPED (ai-provider-orchestrator + ai-audit) |
| RAG self-improvement loop + weekly backtest harness | ~4 dev-months | SHIPPED (intel-rag-loop, intel-backtest) |
| Daily Commander Update Brief auto-assembler | ~2 dev-months | SHIPPED (intel-cub, daily 0500Z) |
| SAM.gov opportunity watcher with auto-classification | ~2 dev-months | SHIPPED (sam-watcher) |
| Voice tactical translator (mic → CoT) for hands-busy ops | ~3 dev-months | SHIPPED (voice-tactical) |
| Swarm fail-safe + Reconnection Guard (DDIL safe-to-reconnect posture check) | ~3 dev-months | SHIPPED (swarm-failsafe + reconnection-guard) |
| Consumer | How it consumes ATLAS | What the operator sees |
|---|---|---|
| Palantir AIP | AIP registers each agent's OpenAPI spec from /api/atlas/foundry-actions.json as a native tool. AIP's logic builder calls them like any other tool. | AIP agents in the operator's existing AIP UI gain access to live DIME/PMESII synthesis, drone-evolution ledger, and OSINT-grounded answers. No new GUI. |
| Palantir Foundry | Foundry actions wrap each ATLAS endpoint. Foundry ontologies inherit the agent's outputs as columns or linked objects. | Analyst inside Foundry sees the latest ATLAS synthesis as part of their existing object workflow. They never know it came from outside. |
| MSS workflows | MSS workflow steps make HTTP calls to ATLAS endpoints (same as AIP). Outputs feed the next MSS step. | MSS-driven mission threads inherit ATLAS agent output as workflow context. The agentic AI workflow the warfighter SME described, with ATLAS providing the agents. |
| Agent | Cycle | Consumes | Emits to | Endpoints |
|---|---|---|---|---|
| Intel Synthesis Cycle | every 6 hours | upstream feeds | Threat-evolution ledger, briefing emitter, kill-chain bridge | /api/intel/synthesis/latest/api/intel/synthesis/history |
| Kill-Chain Bridge | on intel update | Intel synthesis | TAK Bridge, CoT Translator, TAK Subscriber | /api/intel/killchain-bridge/api/cot/dispatch |
| OSINT Collector Swarm | every 15 to 60 minutes per source | upstream feeds | operator console + downstream consumers | /api/osint/health/api/osint/delta/stream/api/osint/corroboration |
| Sensor Fusion Orchestrator | real time, sub-second | upstream feeds | operator console + downstream consumers | /api/sensors/fusion/api/sensors/triangulation |
| Weapons Engagement Zone (WEZ) Engine | on track update | upstream feeds | operator console + downstream consumers | /api/wez/zones/api/wez/recommend |
| TAK Bridge | real time | upstream feeds | operator console + downstream consumers | /api/tak/status/api/cot/dispatch |
| SAM.gov Opportunity Watcher | daily | upstream feeds | operator console + downstream consumers | /api/procurement/opportunities/api/sbir/proposals |
| AI Audit Engine | on every AI call | upstream feeds | operator console + downstream consumers | /api/ai-audit/recent/api/ai-audit/spend |
Full catalog of 20 agents at /agents. Machine-readable Foundry/AIP tool spec at /api/atlas/foundry-actions.json.
Per the warfighter SME's third comment in the same thread — "direction of the industry is end-to-end agentic AI" — the goal is to remove the human from every routine step while keeping them on the loop for the moments that matter. ATLAS enforces this as follows:
This page works best with your current GPS location.