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

推荐订阅源

Last Week in AI
Last Week in AI
有赞技术团队
有赞技术团队
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
人人都是产品经理
人人都是产品经理
博客园 - 司徒正美
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 叶小钗
罗磊的独立博客
IT之家
IT之家
博客园 - 三生石上(FineUI控件)
V
Visual Studio Blog
T
Tailwind CSS Blog
大猫的无限游戏
大猫的无限游戏
Hugging Face - Blog
Hugging Face - Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
N
Netflix TechBlog - Medium
MyScale Blog
MyScale Blog
J
Java Code Geeks
L
LangChain Blog
S
SegmentFault 最新的问题
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Apple Machine Learning Research
Apple Machine Learning Research
G
Google Developers Blog

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
regenold | EU AI Act Q&A Benchmark Competition
marco_virgol · 2026-05-19 · via Hacker News - Newest: "AI"

Live competition · May to June 2026

An independent benchmark for purpose-built AI systems answering questions on Regulation (EU) 2024/1689.

Regulatory workflows have near-zero margin for error. Yet rigorous, agentic evaluations remain scarce in the field. We built the first Q&A evaluation competition focused on the EU AI Act so that the systems claiming to handle it can be tested against ground truth, by an independent third party, on the dimensions that matter for regulated use.

Off-the-Shelf AI Isn't Audit-Ready for Regulation

We see the potential of AI in regulatory workflows. We also see the practical gap between promising answers and audit-ready reliability. We've been measuring it.

Finding

1 in 3

Even the best-performing search-enabled systems give factually incorrect answers or cite the wrong references roughly one out of three times when tested on the EU AI Act.

W&B Weave report, March 2026 →

Observation

Purpose-built

Generic agents are not enough for regulated work. Purpose-built systems are necessary. So are rigorous evaluations that ensure those systems are fit for purpose, and remain so over time.

The EU AI Act Q&A Competition serves as the next step: advancing the evaluation of purpose-built regulatory AI systems.

For the broader regulatory context and how this translates into implementation work, see AI in Regulated Life Science and our AI Governance & Compliance service.

Five Dimensions

To reflect how regulatory AI is used in practice, where more aspects than just answer correctness matter, the competition is multi-dimensional. Every submission is scored against question-specific ground truth across five dimensions. Furthermore, the evaluation is repeated when considering a simulated multi-turn conversation, to reflect how these systems are used in practice.

  • Answer Correctness
    Tested against question-specific ground-truth correctness criteria. Variants: strict and loose.

  • Reference Accuracy
    Proposed references checked against expected ones. Variants: strict and loose.

  • Conciseness
    Answer and reference-set lengths assessed against benchmark exemplars.

  • Tone
    Assessment of clarity and appropriateness of the language for regulatory contexts.

  • Latency
    Time from prompt submission to response measured per question.

Illustrative visualization of results for one multi-turn configuration (e.g. on/off). Contestant names are invented.

Independent Assessment Plus Reach

Participants receive an individual benchmark report and may be included in public summary materials after the opt-out period.

💡 Independent evaluation

A best-effort, automated assessment grounded in question-specific correctness checks and reference verification.

📊 Individual report

A dedicated report for your system, with scoring across every benchmark dimension and comparisons against off-the-shelf reference methods.

🌎 Public visibility

Your system is featured in regenold's downstream publications: articles, web content, and social posts after the opt-out window.

Opt-out option. Not happy with your individual report? You can opt out in writing within 10 working days from when results are communicated - your entry is then anonymized in our use of the results.

Three Steps to Your Benchmark

Participation is free and open to anyone willing to test their AI system on the EU AI Act.

1

Get in touch

Send your endpoint details and participant information to our technical contact. We confirm onboarding and reserve your benchmark slot.

2

We run the evaluation

We send conversation histories to your API and collect the JSON responses. Latency and multi-turn behaviour are measured automatically.

3

You receive your report

Your individual report shows performance across all dimensions, alongside reference benchmarks from popular off-the-shelf methods.

What Your System Needs to Provide

Your system needs to expose an API that accepts a conversation history and returns a single JSON response. The format follows the OpenAI/LiteLLM message convention.

# JSON with OpenAI/LiteLLM message format
[
  {"role": "user", "content": "..."},
  {"role": "assistant", "content": "..."},
  ...,
  {"role": "user", "content": "..."}
]
# JSON with three fields
{
  "reasoning": "Optional. Not scored.",
  "answer": "Short, professional answer.",
  "references": [
    "Annex IV.2",
    "Article 3.1"
  ]
}

Frequently Asked Questions (FAQ)

Who can participate?

Anyone willing to test their AI system on EU AI Act questions. Participation is free of charge. Each contestant can submit one entry per edition.

Does my system need to be a "regulatory AI" specifically?

No. Any conversational AI system that exposes an API and returns the required JSON format can participate. The benchmark itself is purpose-built for the EU AI Act, but contestants range from off-the-shelf systems to fully purpose-built regulatory tools.

What does regenold do with the results?

After the 10-working-day opt-out window, we publish the results of this edition in articles, web content, and social posts. The published material includes the performance of all contestants (anonymized where opt-out applies). We also intend to use the results as a seed for a future live benchmark with rolling submissions.

What's the difference between the strict and loose scoring variants?

Strict scoring requires all ground-truth elements to be present and correct. Loose scoring accepts answers and references that are partially correct or that include the right elements with some additional content. Reporting both variants gives a clearer picture of where a system holds up under tighter assessment criteria.

How is the AI Act version handled?

All questions pertain to Regulation (EU) 2024/1689 dated 13 June 2024. Subsequent amendments and delegated acts are out of scope for this edition.

Will there be a live benchmark after this edition?

Yes, that's the plan. The competition results will seed a live benchmark with rolling submissions, similar to how state-of-the-art LLM and agent benchmarks operate. Contestants will be able to submit updated systems at any time, and we'd welcome ongoing participation.

This Is Where We're Starting

The EU AI Act is the first benchmark we're publishing. The same approach (ground-truth questions, multi-dimensional scoring, independent evaluation) applies to any regulatory or quality framework that AI systems are expected to handle reliably.

Public benchmarks

Which framework should we benchmark next?

We're considering future editions on Clinical Trial Regulation (EU) 536/2014, MDR, IVDR, ICH guidelines, GMP, GVP, and others. If there's a framework where you'd want to see your AI system independently benchmarked, tell us. Suggestions shape what we run next.

Suggest a benchmark

Customised evaluations

Or have us evaluate against your own standards

For companies deploying AI in regulated workflows, the relevant benchmark often isn't a public regulation. It's your internal standards, your SOPs, your validation criteria. We design custom evaluations that test AI systems against the specific requirements that matter to your organisation. This sits within our broader AI Governance & Compliance service, alongside risk classification, vendor qualification, validation, and inspection readiness.

Explore AI Governance & Compliance

Send us your endpoint details and reserve your benchmark slot.

The competition runs through May and June 2026. We walk you through onboarding and run the evaluation.