Back to profile

Case Study: Agenda Intelligence MD

Key facts

Role
Builder & Maintainer
Period
February 2026–present
Scope
Deterministic evidence-packet linter with an MCP workflow plus compatibility HTTP, A2A, and Cloudflare Worker surfaces
Primary outcome
v1.3.0 adds a runnable claim/source packet contract, strict CLI gate, packaged schemas, and published-wheel smoke checks; v1.4.0 (2026-07-22) exposes the same preflight to MCP clients as check_evidence_packet and adds create_brief / append_evidence
Evidence
GitHub repository, releases, schemas, eval assets, and linked live endpoints
Boundary
Structural and evidence-readiness checks do not establish factual truth, legal sufficiency, production adoption, or benchmark performance

TL;DR

First run

git clone https://github.com/vassiliylakhonin/agenda-intelligence-md
cd agenda-intelligence-md
python -m venv .venv
.venv/bin/python -m pip install -e .
.venv/bin/agenda-intelligence check examples/evidence-packet/request.json --strict

Evidence and boundaries

Project state (self-reported)

Context

AI agents increasingly produce claim-backed output, but their review packets can still contain missing source IDs, quotes that are absent from the named source, weak claim/source overlap, or numbers that do not appear in referenced text.

A reviewer needs those packet defects surfaced before spending time on factual or substantive review.

Challenge

The checker must be deterministic and useful in CI without pretending to prove truth. Lexical overlap can miss valid paraphrases and can overstate support when words overlap without entailment. The output therefore separates packet completeness from factuality and always requires human review.

Delivery path

My contribution

Outcome

Runtime update — 2026-07

Trust-layer update — 2026-05

Reframing for consumers: a passing brief means it passed a structural bar. It is not a brief that passed a trust bar. The two are different.

Current outputs

Regional lens packs

Central Asia + Caspian

Focused on sanctions routing, corridor politics, Caspian chokepoints, banking/payment exposure, state leverage, energy, minerals, and regional political economy.

Gulf + Middle East

Focused on Iran sanctions, GCC banking and sovereign wealth, energy markets, and Hormuz / Bab-el-Mandeb / Red Sea maritime exposure.

Who it is for

Why it matters

It catches cheap-to-detect packet defects before a human spends time on substantive review. That narrows the first job and makes the limitation auditable.

claims + supplied sources → deterministic packet checks → reviewer actions → human review

Tech stack

Relevance

This project demonstrates how I separate a narrow deterministic check from broader reasoning and from factual verification, then carry that boundary through schemas, packaging, CI, release automation, and public documentation.

Compatibility example: before / after (illustrative)

Evidence mode: reasoning-only. Excerpt from a worked example in the repo, condensed for this page. Full example with diagnosis and side-by-side table: examples/before-after/sanctions-routing.md.

User question: "Reports say more restricted goods may be moving through Central Asia to Russia. What does this mean?"

Before — generic agent output:

Reports of restricted goods moving through Central Asia highlight the importance of sanctions compliance and supply-chain monitoring. Companies should ensure they conduct due diligence and monitor regulatory developments.

Fluent and correct-sounding. Contains no signal classification, no specific transmission mechanism, no main uncertainty, and no falsifiable indicators.

After — with the Agenda Intelligence MD protocol attached:

The protocol does not make the agent sound smarter. It forces it to classify the signal, expose uncertainty, and name what would update the view.

Portfolio context

Agenda Intelligence MD is the evidence-packet linter in the portfolio:

This repo does not duplicate its neighbors. Reasoning method and regional depth live in companion skill repos; this one provides the contracts, validators, and tooling.

Project links

Author: Vassiliy Lakhonin