💡 Press Cmd+P (Mac) or Ctrl+P (Windows) to save as PDF. This banner hides when printed.
MissionRobo · Career roadmap

Defense AI Engineer

Anduril Lattice · Palantir AIP · Shield AI · 18 weeks

The 18-week path to AI engineering roles in defense. Modern deep learning + the domain knowledge (mission planning, multi-agent coord, classified-data handling, RAI policy) that separates "ML engineer" from "ML engineer on a defense product."

Advanced · ~18 weeks · 12 topics · 13 resources

01. AI foundations

Modern deep learning + reinforcement learning fluency.

Deep learning (CS231n + fast.ai)Required

CNNs, transformers, training dynamics.

Skip this only if you've published a deep-learning paper. Otherwise, work through.

Reinforcement learning basicsRequired

Q-learning, policy gradients, PPO. The math + practical training tricks.

Most defense AI for autonomy is RL-flavored. Spinning Up is the standard intro.

02. Defense AI domain knowledge

Mission planning, multi-agent, autonomy stacks.

Mission planning + multi-agent coordRequired

How autonomy is described in mission terms — go-to-waypoint, ISR loiter, contested overflight.

The vocabulary defense engineers use. Read DoD doctrine and recent autonomy papers.

Anduril Lattice architecture (public docs)Recommended

The reference defense-AI platform — what's public is enough to learn the shape.

Read Anduril's engineering blog, public talks. Their architecture is the modern blueprint.

Palantir Foundry + AIP basicsRecommended

The other dominant defense data + AI platform.

Palantir publishes more than Anduril. Their docs + demos are worth a week.

Shield AI Hivemind + V-BATOptional

Smaller, focused stack on autonomy for ISR + strike platforms.

Shield publishes papers (e.g. AlphaDogfight); reading them is the fastest way to understand their stack.

03. Edge ML

Quantization, TensorRT, federated, on-device inference.

Model quantization + pruningRequired

Get a model from a 7B-param prototype to something that runs on a Jetson.

Most defense AI runs on size-weight-power constrained hardware. This is the engineering work.

TensorRT + ONNX RuntimeRequired

NVIDIA's production inference path.

Same TensorRT as the perception roadmap; for defense it's table-stakes for any platform job.

Federated learning conceptsOptional

Train across distributed nodes without centralizing data. Increasingly relevant for classified domains.

TFF and Flower are the open-source frameworks; concepts more important than tooling here.

04. Vendor stacks + policy

Lattice OS, Palantir AIP, DoD Responsible AI Strategy.

DoD Responsible AI StrategyRequired

The policy framework every defense AI engineer is expected to know.

Public document. Required reading; mentioned in many job descriptions.

JADC2 + CJADC2 overviewRecommended

Joint All-Domain Command and Control — the umbrella program for defense data integration.

Mentioned in every defense-AI interview. Know what it is and what it isn't.