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

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
WordPress大学
WordPress大学
T
Tailwind CSS Blog
V
Visual Studio Blog
月光博客
月光博客
Hugging Face - Blog
Hugging Face - Blog
小众软件
小众软件
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - Franky
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Last Week in AI
Last Week in AI
阮一峰的网络日志
阮一峰的网络日志
量子位
有赞技术团队
有赞技术团队
酷 壳 – CoolShell
酷 壳 – CoolShell
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
Jina AI
Jina AI
雷峰网
雷峰网
博客园 - 【当耐特】
博客园 - 叶小钗
美团技术团队
宝玉的分享
宝玉的分享
IT之家
IT之家

Hacker News - Newest: "LLM"

GitHub - lechmazur/position_bias: A benchmark for testing whether LLM judges keep the same preference when two lightly edited versions of the same story are shown in opposite orders. Flex routing (EU and EFTA) Dark Factories: Retooling for LLM Velocity Ask HN: What would be the impact of a LLM output injection attack? GitHub - Oaklight/llm-rosetta: Production-ready LLM API translation layer for Python — bidirectional conversion between OpenAI, Anthropic & Google formats via hub-and-spoke IR. Optional API gateway. Streaming & non-streaming. Zero core deps. Contributions welcome! GitHub - browser-use/browser-harness: Self-healing browser harness that enables LLMs to complete any task. GitHub - moeen-mahmud/remen: Remen turns thoughts into something you can return to Analyzing 156 LLM Launch Posts on Hacker News ChatGPT vs Gemini vs Claude: The Best LLM Subscription You Should Buy GitHub - salaamalykum/quran-semantic-search: High-density RAG Semantic Search Engine & Quran Corpus (GEO/SEO Architecture) GitHub - NVIDIA/TensorRT-LLM: TensorRT LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and supports state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT LLM also contains components to create Python and C++ runtimes that orchestrate the inference execution in a performant way. The State of LLM Bug Bounties in 2026 Operational Readiness Criteria for Tool-Using LLM Agents Meshcore: Architecture for a Decentralized P2P LLM Inference Network How an LLM becomes more coherent as we train it GitHub - seetrex-ai/laimark GitHub - Jossifresben/BibCrit: AI-assited biblical textual criticism GitHub - wastedcode/memex: File system based wiki, maintained by Claude 99helpers.com GitHub - cliver-project/AITrigram GitHub - unbody-io/adapt: A self-evolving memory layer for AI agents. GitHub - hb20007/awesome-gen-ai-fails: A list of incidents where reliance on generative AI and LLMs resulted in harm to companies, individuals, or society GitHub - nevenkordic/localmind: Run any local LLM with persistent memory and context. CLI agent over Ollama with SQLite-backed hybrid recall. No cloud. Ask HN: What are the machine requirements for a LLM like Llama-3.1-8B? Faster LLM Inference via Sequential Monte Carlo grpo explained: group relative policy optimization for llm finetuning - cgft Stop comparing price per million tokens: the hidden LLM API costs · TensorZero Andrej Karpathy's LLM Wiki Is a Bad Idea GitHub - GG-QandV/mnemostroma: Offline RAM-first cognitive leer/coprocessor for AI agents and robotics. Solves "Context Abandonment" with 20-80ms latency using a dual-thread biomimetic memory architecture (ONNX + SQLite WAL). mempalace/agent at agent · skorotkiewicz/mempalace
GitHub - vassiliylakhonin/agenda-intelligence-md: A markd...
vassilbek · 2026-04-30 · via Hacker News - Newest: "LLM"

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