AI vs Defense Ethics Monitor
Track the ethical flashpoints at the intersection of AI and military/defense.
Overview
The AI Defense Ethics Monitor watches for stories about AI companies engaging with military and defense clients, and the ethical debates, resignations, and policy responses they generate.
Quick Start
# Run manually
python3 ~/clawd/skills/ai-defense-ethics/scripts/monitor.py
# Run via cron wrapper
bash ~/clawd/skills/ai-defense-ethics/scripts/run.sh
Output
Saves to ~/clawd/memory/ai-defense-ethics.json:
{
"last_run": "2026-03-16T00:00:00Z",
"stories": [...],
"weekly_summary": {
"total_stories": 54,
"high_alert_count": 7,
"avg_ethics_score": 4.2,
"high_alert_stories": [...],
"theme_breakdown": {
"palantir_maven": 9,
"openai_defense": 12,
"ethics_resignations": 6
}
}
}
Monitored Themes
| Theme | What It Tracks |
|---|---|
palantir_maven | Palantir Maven Smart System, AI targeting |
anthropic_defense | Anthropic Pentagon/government contracts |
openai_defense | OpenAI military deals, national security work |
ethics_resignations | Researcher departures, employee protests |
ai_policy_military | Autonomous weapons bans, US military AI policy |
international | China AI military, NATO strategy, AI arms race |
Recent Ethics Flashpoints (April 2026)
OpenAI Pentagon Pivot
In early March 2026, OpenAI signed a major deal with the Pentagon, accepting "all lawful use" terms. This led to significant internal pushback and the resignation of OpenAI's Robotics Chief.
"We Will Not Be Divided" Movement
A cross-industry movement has emerged following the OpenAI deal. Over 900 employees from OpenAI, Anthropic, Google, and Meta have signed an open letter demanding strict prohibitions on "fully autonomous weapons" and "unwarranted mass surveillance."
Ethics Scoring (1–10)
Stories are scored based on keyword severity:
High Concern (+3 each)
- lethal, autonomous weapon, targeting, warfare, military strike, resign, protest
Medium Concern (+1 each)
- contract, defense, pentagon, surveillance, national security
Low Concern (+0.5 each)
- policy, regulation, ethics review, governance
Concern Levels
- 🔴 HIGH: score ≥ 7
- 🟡 MEDIUM: score 4–6
- 🟢 LOW: score < 4
Cron Setup
# Weekly Monday 9am
0 9 * * 1 bash ~/clawd/skills/ai-defense-ethics/scripts/run.sh
Logs saved to ~/clawd/memory/ai-defense-ethics-run.log
Files
skills/ai-defense-ethics/
├── SKILL.md
└── scripts/
├── monitor.py # Main scanner
└── run.sh # Cron wrapper with logging