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

推荐订阅源

Vercel News
Vercel News
O
OpenAI News
Engineering at Meta
Engineering at Meta
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
月光博客
月光博客
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
GbyAI
GbyAI
T
The Blog of Author Tim Ferriss
Google DeepMind News
Google DeepMind News
B
Blog RSS Feed
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
云风的 BLOG
云风的 BLOG
罗磊的独立博客
S
SegmentFault 最新的问题
The Register - Security
The Register - Security
Hugging Face - Blog
Hugging Face - Blog
D
DataBreaches.Net
U
Unit 42
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog
阮一峰的网络日志
阮一峰的网络日志
P
Proofpoint News Feed
雷峰网
雷峰网
V
Visual Studio Blog
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
N
Netflix TechBlog - Medium
酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Y
Y Combinator Blog
博客园 - 【当耐特】
G
Google Developers Blog
L
LangChain Blog
Stack Overflow Blog
Stack Overflow Blog
I
InfoQ
Martin Fowler
Martin Fowler
F
Fortinet All Blogs
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
The Cloudflare Blog
AI
AI
Google Online Security Blog
Google Online Security Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
博客园 - Franky
Blog — PlanetScale
Blog — PlanetScale
Webroot Blog
Webroot Blog
PCI Perspectives
PCI Perspectives
爱范儿
爱范儿
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org

Mark Nottingham

So You Want To Define a Well-Known URI Web Feeds in 2026: A Survey What The Internet Isn’t Facebook: How Openness Changes Everything
Using AI to Evaluate Internet Standards (Part Two)
Mark Nottingham · 2026-03-25 · via Mark Nottingham

Wednesday, 25 March 2026

Standards Internet and Web

I’ve previously looked at using AI as a tool to evaluate technical standards efforts – basically, asking commercially available chatbots what they think. However, “AI” is more than off-the-shelf, general-purpose chatbots. Can we do better by grounding the model in a specific context?

I’ve been looking for ways to use NotebookLM for a while: grounding a chatbot in a specific set of documents allows you to interact with them in a genuinely new way.

The breakthrough question for me was simple: What if those documents were the records of a working group? Thanks to record-keeping requirements, meetings need to keep minutes, document drafts are available, and often groups keep additional information like issue lists and meeting transcripts.

Feed all of that into NotebookLM and you can effectively chat with the history of a standards effort – asking about why a particular choice was made, who participated, what objections came up, and how a specification evolved.

I suspect this capability could be significant, precisely because the barriers to entry for tracking and understanding standards work are so high. There is simply too much going on — too many emails, issues, and drafts — for most people to follow.

If successful, this technique might help make standards efforts more legible to:

  • New or casual participants, who currently face a “wall of text” when trying to catch up on years of debate.
  • Product managers and developers, who need to understand the intent behind a specification, not just the syntax.
  • Civil society and policymakers, for whom the technical archives are often effectively opaque.

AI Preferences

My first go at this technique was in a working group I chair, AI Preferences. We needed a way to get new and casual participants up to speed on discussions, so that we didn’t need to keep repeating the same arguments.

Here’s the notebook I created.1 I asked it to summarise the arguments against proposals for a “use” term and a “search” term in the vocabulary.

Privately, I got feedback from new participants that these were very useful – and, critically, I was able to create them without injecting my own biases.

GEOPRIV

Another test case is the now-finished IETF work on Geolocation Privacy. I wasn’t involved in this group, but have long heard my IETF colleagues whisper about it in hushed tones; it didn’t succeed, and caused a lot of pain on the way there.

After gathering the relevant documents and dragging them into a notebook,1 I asked:

Why did GEOPRIV fail?

Here’s the full response. Martin Thomson (who was intimately involved in that work) reviewed that answer and said:

The privacy part is broadly correct. The whole on-behalf-of arrangement did lead to some fairly bitter fights. […] Fights were common. The part about wars is entirely accurate. I’m not sure about the over-engineering part, though maybe that relates to the privacy aspect, which is fair. The final thing about lack of commercial success is broadly right, modulo successful deployments for emergency services geolocation.

So I’d say that this is maybe 80%.

A New Tool

The hard part of all of this is getting all of the documents together in one place to feed into NotebookLM. To make that easier, at least for IETF groups, I2 created a new tool, ietf-notebook.

You can install it using pipx:

pipx install ietf-notebook

Then, use it to gather all of a group’s drafts, RFCs, meeting minutes and transcripts, its charter, and optionally its GitHub issues into a directory, ready for dragging into a new notebook, so you can chat with that group’s history.

It’s still rough, so bug reports, suggestions, and improvements are most welcome. In my experience, it takes less than a minute to gather the documents for most groups, so you can be chatting with a group in almost no time.

If you want to see a demo first, check out the notebooks for AIPREF, DIEM, and GEOPRIV.1