Skip to content
Mehdi Nadifi
← All case studies

Vigil Intel · Founder, Product Architect, and Engineer · 2026

Developing MENA-focused AI risk intelligence specifically for GCC investors and strategy teams.

Designed and built Vigil Intel, a multi-LLM geopolitical risk intelligence platform providing traceable, source-grounded analysis for GCC decision-makers at the required decision-making speed.

Vigil Intel dashboard showing a world risk map, a top risk countries list, a live event ticker, a country risk assessment panel, and an intelligence feed.
173
countries
10
risk dimensions
LLM Council
architecture
134
active data sources
25
priority markets
6 wks
concept to live
Weekly
self-improving cross-model evaluation loop
Auto
self-healing source verification and replacement

Executive Snapshot

The Challenge

In early 2026, increased geopolitical volatility in the Gulf led investors to reassess capital exposure and country risk. Regional analysts relied on risk agency reports, manual workflows, and ad hoc AI outputs, which often took days to produce. By the time analyses were delivered, conditions had already changed.

The issue was not data, but signal trust. When an AI system reports a country's risk score change, analysts must understand the rationale, trace the source, and determine if other models concur. Without an audit chain, outputs cannot support investment decisions.

The constraints were clear: build independently, without a team or inherited codebase, within six weeks, and deliver output suitable for professional risk practitioners. The platform needed to be credible, traceable, and usable from day one.

My Mandate

What I Changed

Integrated verification into the core architecture.

The Brief Guardian design separates authoring from verification, ensuring verification cannot access its own authoring output. No brief is published without independent review, establishing an audit chain for institutional-grade output.

Replaced the initial verification architecture in week four.

The first version returned only APPROVED or REJECT, discarding valuable partial outputs and causing unnecessary delays. I rebuilt verification to return APPROVED or REVISION_REQUIRED with specific feedback, enabling iterative improvement before publication.

Prioritized source quality over quantity.

The platform uses 134 curated primary sources, avoiding aggregator sites and secondary news. This approach trades broader coverage for traceable, verifiable intelligence.

Deferred caching infrastructure until usage data was available.

Building caching before identifying repeat queries adds unnecessary complexity. Implementation waited until real usage patterns emerged.

Key Decisions and Tradeoffs

LLM Council: separate author and judge.

No single model should both author and verify its own output. The Brief Guardian reviews every brief and blocks publication until it passes independent review.

Tradeoff: Higher pipeline complexity and latency compared to single-model generation.

Executive signal: Output reliability was prioritized as a primary product requirement from the outset.

Replaced v1 of the verification architecture.

The binary APPROVED/REJECT structure caused unnecessary blocking for borderline outputs. I identified this flaw in week four and rebuilt the verification layer with revision feedback, accepting a week of rework within the six-week timeline.

Tradeoff: One week of rebuild time within the overall constraint.

Executive signal: I prioritized correctness over delivering a flawed architecture.

Source quality over quantity.

134 primary sources instead of broad aggregation. No secondary news or aggregator sites. For institutional risk intelligence, source traceability is more important than coverage volume.

Tradeoff: Narrower coverage for greater source credibility.

Executive signal: Traceable sources are a trust requirement for institutional output.

Results and Validation

What This Proves

This case demonstrates end-to-end AI product judgment at an institutional level: designing a multi-LLM reliability architecture from first principles, identifying and correcting structural flaws under time pressure, and delivering a production platform that meets institutional trust requirements. The architectural decisions, separating authoring from verification, prioritizing source quality, and deferring infrastructure, are directly transferable to sovereign AI programs, enterprise GenAI platforms, or AI governance mandates requiring institutional reliability.

Lessons Learned