惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
雷峰网
雷峰网
小众软件
小众软件
博客园 - 【当耐特】
J
Java Code Geeks
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Hugging Face - Blog
Hugging Face - Blog
腾讯CDC
Engineering at Meta
Engineering at Meta
aimingoo的专栏
aimingoo的专栏
A
About on SuperTechFans
H
Help Net Security
博客园_首页
P
Proofpoint News Feed
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
N
Netflix TechBlog - Medium
爱范儿
爱范儿
MyScale Blog
MyScale Blog
Blog — PlanetScale
Blog — PlanetScale
The Cloudflare Blog
MongoDB | Blog
MongoDB | Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Google DeepMind News
Google DeepMind News

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
GitHub - vassiliylakhonin/agenda-intelligence-md: A markd...
vassilbek · 2026-04-30 · via Hacker News - Newest: "AI"

Stars Forks Issues Last Commit Release v0.4.0 License

A drop-in markdown cognition layer for AI agents that need to analyze public agenda instead of summarizing it badly.

Most agent-written news analysis has the same problem: it tells you what happened, adds polished implications, and stops before the output changes any decision.

Agenda-Intelligence.md gives agents a stricter workflow and an optional reasoning-memory layer called AnalysisBank:

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

Use it when an agent needs to reason about policy, geopolitics, regulation, sanctions, trade, energy, elections, conflicts, or market-moving public agenda.


What's new in v0.4.0

v0.4.0 adds a general Source Acquisition Layer.

Reasoning is not enough. Agents need to know which source types are required before making claims about sanctions, regulation, elections, conflict, energy, trade, financial markets, AI/technology, or regional risk.

Added:

  • SOURCE_POLICY.md — source discipline rules;
  • source-taxonomy.json — machine-readable source types;
  • source-requirements/*.json — source plans by agenda category;
  • schemas/evidence-pack.schema.json — evidence pack contract;
  • examples/source/evidence-pack.json — valid example;
  • CLI commands: source-types, list-source-packs, source-plan, validate-evidence.

What's new in v0.3.0

v0.3.0 turns Agenda-Intelligence.md into a more agent-first package.

Added:

  • agent-manifest.json for machine-readable discovery;
  • JSON schemas for agenda briefs, memory cards, lens manifests, and signal classifications;
  • scripts/agenda_intelligence.py CLI for agents and humans;
  • MCP.md sketch for future MCP tools;
  • examples/agenda-brief.json for schema validation.

What's new in v0.2.0

v0.2.0 adds AnalysisBank, a ReasoningBank-inspired memory layer for agenda-analysis agents.

Instead of only giving an agent a protocol, AnalysisBank lets the project store short reusable reasoning memories from successful and failed outputs:

weak output → identify failure pattern → write memory card → retrieve next time
strong output → extract reusable reasoning pattern → write memory card → retrieve next time

It also adds a lightweight eval harness:

python3 scripts/eval_before_after.py

Current test results:

eu-ai-act.md:          before 3/16  → after 14/16
red-sea-shipping.md:  before 1/16  → after 13/16
sanctions-routing.md: before 2/16  → after 14/16

What this does

It pushes an agent to answer better questions:

  • Is this noise, weak signal, signal, structural shift, or trigger event?
  • What actually changed?
  • Who gains or loses leverage?
  • Which incentives shifted?
  • What is still unknown?
  • What would confirm or falsify this view?
  • What should be watched next?

The goal is not longer analysis. The goal is less filler and more decision value.


How to use it

Copy or reference the markdown files in your agent setup:

skills/agenda-intelligence/references/analysis-protocol.md
skills/agenda-intelligence/references/agenda-triage.md
skills/agenda-intelligence/references/evidence-discipline.md
skills/agenda-intelligence/references/output-patterns.md
analysis-bank/README.md

For repo-level agent instructions, link the base protocol from your AGENTS.md, system prompt, retrieval layer, or tool-specific skill wrapper.

Example instruction:

Before analyzing public agenda, use Agenda-Intelligence.md.
Do not summarize by default. Classify the signal, identify what changed, separate fact from assessment, name the main uncertainty, and end with watch-next indicators.

The repository also includes an OpenClaw-compatible skill wrapper, but the useful part is plain markdown and portable.


Built for agents

Agenda-Intelligence.md is designed to be consumed by agents, not just read by humans.

Agents can:

  • discover the package through agent-manifest.json;
  • load the entrypoint file with a stable path;
  • select regional and sector lenses programmatically;
  • validate structured outputs against JSON schemas;
  • run a lightweight CLI;
  • score before/after examples with the eval harness;
  • store reusable reasoning memories in AnalysisBank.

Agent-first files:

agent-manifest.json
schemas/agenda-brief.schema.json
schemas/memory-card.schema.json
schemas/lens-manifest.schema.json
schemas/signal-classification.schema.json
scripts/agenda_intelligence.py
SOURCE_POLICY.md
source-taxonomy.json
source-requirements/*.json
MCP.md

CLI examples:

python3 scripts/agenda_intelligence.py manifest
python3 scripts/agenda_intelligence.py list-lenses
python3 scripts/agenda_intelligence.py get-lens regional eu
python3 scripts/agenda_intelligence.py get-protocol entrypoint
python3 scripts/agenda_intelligence.py validate-brief examples/agenda-brief.json
python3 scripts/agenda_intelligence.py source-plan technology-ai
python3 scripts/agenda_intelligence.py validate-evidence examples/source/evidence-pack.json
python3 scripts/agenda_intelligence.py score

10-second demo

Without Agenda-Intelligence.md:

Companies should monitor developments and prepare for possible regulatory changes.

With Agenda-Intelligence.md:

Watch for regulator guidance, first enforcement action, compliance deadline, and company product redesigns. Treat this as a signal until those indicators appear.

The difference is not style. It is decision value.


Copy-paste setup

Fastest path: copy Agenda-Intelligence.md into your repo next to AGENTS.md.

Then add this to your agent instructions:

## Agenda analysis

When analyzing public agenda, news, policy, regulation, sanctions, geopolitics, trade, elections, conflicts, markets, or strategic risk, follow `Agenda-Intelligence.md`.

Do not summarize by default. Classify the signal, identify what changed, separate fact from assessment, name uncertainty, and end with watch-next indicators.

Load it conditionally. Do not add it to every task.

For deeper setups, also copy the relevant reference files from skills/agenda-intelligence/references/.


Default output shape

**Bottom line:** ...
**Signal classification:** noise / weak signal / signal / structural shift / trigger event
**What changed:** ...
**Why it matters:** ...
**Who is affected:** ...
**Main uncertainty:** ...
**Scenarios:** ...
**Watch next:** ...

Before / after examples

The repo includes concrete examples showing the failure mode this file is meant to fix.

Without the protocol:

recap → generic implications → “monitor developments”

With Agenda-Intelligence.md:

signal classification → what changed → affected actors → uncertainty → scenarios → watch-next indicators

Examples:


What it is good for

  • research and news agents;
  • policy and geopolitical agenda tracking;
  • sanctions and compliance monitoring;
  • trade and regulatory risk briefs;
  • founder/investor operating-context notes;
  • NGO/donor context monitoring;
  • election and diplomatic signal analysis;
  • red-team checks on confident narratives.

What it is not

  • not legal advice;
  • not investment advice;
  • not an intelligence-certainty machine;
  • not a news summarizer;
  • not a replacement for source verification.

If live verification was not performed, the agent should say so.


How it relates to AGENTS.md

AGENTS.md tells an agent how to operate. Agenda-Intelligence.md tells an agent how to reason about public agenda.

Use AGENTS.md globally. Use Agenda-Intelligence.md conditionally when the task involves news, policy, regulation, sanctions, geopolitics, trade, elections, conflicts, markets, or strategic risk.

In practice, it can sit next to the usual agent files:

AGENTS.md      = operating rules
SOUL.md        = voice and stance
TOOLS.md       = tool discipline
IDENTITY.md    = agent identity
USER.md        = user preferences
HEARTBEAT.md   = proactive behavior
MEMORY.md      = durable context
Agenda-Intelligence.md = public-agenda reasoning protocol

Minimal AGENTS.md hook:

## Agenda analysis

When analyzing public agenda, policy, regulation, sanctions, geopolitics, trade, elections, conflicts, markets, or strategic risk, follow `Agenda-Intelligence.md`.

Do not summarize by default. Classify the signal, identify what changed, separate fact from assessment, name uncertainty, and end with watch-next indicators.

The important part is conditional loading. Do not spend context on agenda analysis rules when the task is ordinary coding, writing, or personal assistance.


Source Acquisition Layer

Agenda-Intelligence.md separates reasoning from evidence.

Before writing a high-stakes or current brief, an agent should generate a source plan:

Task → source requirement category → required evidence → unsupported claims → brief

Available source requirement categories:

  • sanctions
  • regulation
  • elections
  • conflict-security
  • energy
  • trade
  • financial-market
  • technology-ai
  • regional-risk

CLI examples:

python3 scripts/agenda_intelligence.py source-types
python3 scripts/agenda_intelligence.py list-source-packs
python3 scripts/agenda_intelligence.py source-plan technology-ai
python3 scripts/agenda_intelligence.py validate-evidence examples/source/evidence-pack.json

If live retrieval fails, the agent should say so and downgrade evidence mode instead of pretending the brief is source-backed.


AnalysisBank

AnalysisBank is the ReasoningBank-inspired layer for Agenda-Intelligence.md.

The base protocol tells an agent how to analyze public agenda. AnalysisBank helps it improve across tasks by storing compact reasoning memories from both good and bad outputs.

Current memory cards include:

  • vague monitoring → concrete indicators;
  • overconfident sanctions upgrades → evidence thresholds;
  • EU rhetoric treated as law → institutional-path check;
  • sanctions routing → mechanism-first signal classification.

Memory format:

Trigger → Pattern → Better reasoning → Apply when → Do not apply when → Watch indicators → Example rewrite

Eval harness:

python3 scripts/eval_before_after.py

The eval checks that after examples score higher than generic before examples on signal classification, actor specificity, uncertainty, falsifiability, watch-next indicators, and decision value.


Regional lens packs

Agenda-Intelligence.md can be extended with lightweight regional thinking layers. These are not full specialist skills; they are portable checklists that help any agent reason better about a specific region.

Available lens packs:

  • Central Asia + Caspian — sanctions routing, corridor politics, Caspian chokepoints, banking/payment exposure, state leverage, energy, minerals, and regional political economy.
  • Middle East — escalation risk, energy flows, maritime chokepoints, sovereign capital, sanctions exposure, normalization, and regional power competition.
  • European Union — regulation, sanctions, trade defense, digital rules, climate policy, market access, coalition politics, and enforcement risk.

Use the base protocol first, then add the regional lens when the agenda item has a clear regional connection.


Sector lens packs

Sector lenses add domain-specific checks for high-risk agenda areas. They are not legal, financial, or technical advice; they are reasoning checklists for agents.

Available sector packs:

  • Sanctions — designations, enforcement, export controls, routing, ownership/control, financial channels, licenses, and compliance exposure.

Use the base protocol first, then add the sector lens when the agenda item has a clear domain connection.


Relationship to global-think-tank-analyst

Agenda-Intelligence.md is the lightweight, portable agenda-analysis protocol. It is for any AI agent that needs to stop summarizing news and start identifying signal, uncertainty, scenarios, and watch-next indicators.

For full policy-risk memos, use global-think-tank-analyst. That repository is the deeper OpenClaw/Codex analyst for geopolitical, sanctions, trade, regulatory, and strategic-risk memos.

Use them together like this:

Agenda-Intelligence.md = small universal protocol for agenda triage
global-think-tank-analyst = full memo skill for decision-ready policy risk analysis

Repository structure

Agenda-Intelligence.md
ADOPTION.md
agent-manifest.json
MCP.md
SOURCE_POLICY.md
source-taxonomy.json
source-requirements/
  sanctions.json
  regulation.json
  elections.json
  conflict-security.json
  energy.json
  trade.json
  financial-market.json
  technology-ai.json
  regional-risk.json
analysis-bank/
  README.md
  MEMORY_FORMAT.md
  failures/
  successes/
  prompts/
skills/agenda-intelligence/
  SKILL.md
  references/
    analysis-protocol.md
    agenda-triage.md
    evidence-discipline.md
    output-patterns.md
    regional/
      central-asia-caspian.md
      middle-east.md
      eu.md
    sector/
      sanctions.md
examples/
  compact-brief.md
  red-team-brief.md
  central-asia-caspian-brief.md
  middle-east-brief.md
  eu-brief.md
  sector/
    sanctions-brief.md
  before-after/
    eu-ai-act.md
    red-sea-shipping.md
    sanctions-routing.md
schemas/
  agenda-brief.schema.json
  memory-card.schema.json
  lens-manifest.schema.json
  signal-classification.schema.json
  evidence-pack.schema.json
scripts/
  agenda_intelligence.py
  validate.py
  eval_before_after.py
llms.txt

Design principle

Keep the loaded context small.

SKILL.md is only a wrapper. The deeper markdown files are pulled or copied only when needed:

  • analysis-protocol.md — how the agent should think;
  • agenda-triage.md — how to classify developments;
  • evidence-discipline.md — how to handle uncertainty and sources;
  • output-patterns.md — ready-to-use brief formats;
  • regional/central-asia-caspian.md — regional lens for Central Asia + Caspian agenda analysis;
  • regional/middle-east.md — regional lens for Middle East agenda analysis;
  • regional/eu.md — regional lens for European Union agenda analysis;
  • sector/sanctions.md — sector lens for sanctions and export-control agenda analysis.

License

MIT