59 lines
1.6 KiB
TeX
59 lines
1.6 KiB
TeX
\documentclass[11pt,a4paper]{article}
|
|
|
|
% ── Packages ──────────────────────────────────────────────────────────────
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{lmodern}
|
|
\usepackage[margin=1in]{geometry}
|
|
\usepackage{graphicx}
|
|
\usepackage{booktabs}
|
|
\usepackage{hyperref}
|
|
\usepackage{xcolor}
|
|
\usepackage{amsmath}
|
|
\usepackage{float}
|
|
\usepackage{caption}
|
|
\usepackage{tabularx}
|
|
\usepackage{enumitem}
|
|
\usepackage{tikz}
|
|
|
|
\hypersetup{
|
|
colorlinks=true,
|
|
linkcolor=blue!60!black,
|
|
citecolor=blue!60!black,
|
|
urlcolor=blue!60!black,
|
|
}
|
|
|
|
% ── Title ─────────────────────────────────────────────────────────────────
|
|
\title{%
|
|
\textbf{The AI-Agent Standardization Surge at the IETF:\\
|
|
A Verified Quantitative Survey of 524 Internet-Drafts (2024--2026)}%
|
|
}
|
|
\author{
|
|
Christian Nennemann\\
|
|
Independent Researcher\\
|
|
\texttt{ietf@nennemann.de}
|
|
}
|
|
\date{May 2026}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
|
|
\input{sections/00-abstract}
|
|
|
|
\noindent\textbf{Keywords:} IETF, Internet-Drafts, AI agents, standardization,
|
|
landscape analysis, LLM-assisted classification, inter-rater reliability,
|
|
text embeddings
|
|
|
|
\input{sections/01-intro}
|
|
\input{sections/02-related}
|
|
\input{sections/03-method}
|
|
\input{sections/04-landscape}
|
|
\input{sections/05-reliability}
|
|
\input{sections/06-discussion}
|
|
\input{sections/07-conclusion}
|
|
|
|
\bibliographystyle{plain}
|
|
\bibliography{references}
|
|
|
|
\end{document}
|