Problem Space: Existing field collection tools optimize for structured data entry—forms, dropdowns, required fields. But field conditions demand speed. The operator's attention is a scarce resource. Every second spent managing UI state is a second not observing the environment.
Research: Studied military intelligence collection workflows (SALUTE briefs, INTREP formats), surveillance tradecraft, and mobile journalism tools. Key insight: professionals use unstructured capture (photos, voice memos) in the field and structure later. Why fight that pattern?
Failed Approaches: Early iterations tried guided capture flows—prompt for entity type, relationship, confidence level. Field testing showed this created decision fatigue. Operators stopped capturing marginal observations. The "easy path" of skipping the app won.
Breakthrough: Inverting the model. Capture everything with zero friction. Let inference happen in the background. The user doesn't assign confidence—the system calculates it from corroboration. Structure emerges from volume, not from upfront categorization.
Technical Constraints: On-device processing only (no cloud dependency for operational security). CoreML for entity extraction. Limited battery budget. Solution: aggressive background processing during charge, minimal real-time inference.
The design bet: lower capture friction more than compensates for noisier individual signals. Volume + inference beats sparse + structured.
Future Evolution: Multi-user fusion (shared belief networks across a team), temporal pattern detection (predicting where entities will appear), integration with external intelligence feeds, and real-time collaboration on active operations.