Back to profile

Case Study: Agenda-Intelligence.md

TL;DR

Evidence

Project state (self-reported)

Context/Constraint

AI agents are getting better at collecting information, but many still write weak news analysis.

The common failure mode is simple: they recap events, add confident-sounding commentary, and stop before the answer becomes useful.

The project needed to work as a small reusable layer, not as a long prompt that bloats every agent context.

Problem

Most AI-generated public-agenda analysis is readable but decision-light. It rarely says what changed, who gained leverage, what remains unknown, or what would falsify the view.

That is fine for a summary. It is weak for research, compliance, policy monitoring, investment context, or operating decisions.

Actions

Fact → Assessment → Assumption → Unknown → Scenario → Indicator to watch

What it does now

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.

Middle East

Focused on escalation risk, energy flows, maritime chokepoints, sovereign capital, sanctions exposure, normalization, and regional power competition.

Who it is for

Why this version is better

It is small enough to reuse and strict enough to change the output. The protocol does not ask an agent to sound smarter. It asks the agent to classify signal, expose uncertainty, and name what to watch next.

That is the part most generic news analysis misses.

Tech stack

Relevance

This project demonstrates how I think about useful agent infrastructure: small files, explicit reasoning contracts, low context cost, and outputs that improve decisions rather than just sounding polished.

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 infrastructure / validation layer in a three-repo portfolio:

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

Project links

Author: Vassiliy Lakhonin