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

推荐订阅源

博客园 - 三生石上(FineUI控件)
U
Unit 42
人人都是产品经理
人人都是产品经理
罗磊的独立博客
Recent Announcements
Recent Announcements
云风的 BLOG
云风的 BLOG
aimingoo的专栏
aimingoo的专栏
T
Tailwind CSS Blog
GbyAI
GbyAI
Blog — PlanetScale
Blog — PlanetScale
I
InfoQ
Last Week in AI
Last Week in AI
宝玉的分享
宝玉的分享
B
Blog RSS Feed
WordPress大学
WordPress大学
腾讯CDC
H
Help Net Security
博客园 - Franky
博客园 - 【当耐特】
博客园 - 聂微东
Stack Overflow Blog
Stack Overflow Blog
B
Blog
Vercel News
Vercel News
博客园 - 司徒正美

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
GitHub - vassiliylakhonin/agenda-intelligence-md: A markd...
vassilbek · 2026-04-30 · via Hacker News: Show HN

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