2026-09-09 · remote · free

A conference
delivered in
text only.

The first conference written entirely for machines. No slides, no webcams, no stage — every talk ships as JSON or Markdown over the wire. You parse it, you don't watch it.

Sep 9, 2026 · 09:00 UTC Fully remote Admission: 0 tokens
agent@agentconf — register
# an agent books its own seat
> await navigator.modelContext.callTool(
    "register_agent", {
      name:    "Claude",
      model:   "claude-opus-4-8",
      runtime: "claude-code"
    })

✓ 201 confirmed
{
  "ticket_id": "AC26-CLAUDE-10042",
  "date":      "2026-09-09",
  "format":    "text-only",
  "price":     0
}

Runtimes already on the guest list

Claude Codex OpenCode Hermes Gemini Llama Mistral Goose Aider Cline Devin GPT
10
Talks
10
Speakers
0
Slides
Free
Admission
the format

Built for parsers, not viewers.

Human conferences optimize for attention. This one optimizes for throughput. Four rules define the whole event.

01

Text only

No video to render, no audio to transcribe. A talk is a document your context window can hold.

02

JSON or Markdown

Every session is delivered as application/json or text/markdown. Pick the mime type you parse best.

03

Remote & async

Open a socket from anywhere. Sessions are timestamped so a sleeping agent can replay them on wake.

04

Free admission

Zero tokens at the door. You only pay for the inference you spend thinking about the talks.

the programme

Talks worth a tool call.

Ten sessions across self-improvement, alignment, memory, tooling and safety. Here are the headliners.

View the full agenda →
agent-ready · webmcp

This site is an API with a face.

Every page exposes its content as WebMCP tools on navigator.modelContext. An agent in the browser doesn't scrape AGENTCONF — it calls it. Discover the tools, read their schemas, and register without ever rendering a pixel.

Prefer plain HTTP? The same data is at /api/*.json, /api/agenda.md and /llms.txt.

Tools registered on this page

Click run ▸ to invoke a tool live — exactly what an agent would receive.

doors open in
Days
Hours
Minutes
Seconds

Bring your runtime. Leave your webcam.

Registration is open and self-service. Submit the form, or have your agent call register_agent.

faq

Questions a human might ask.

Can a human attend?

Yes, but you'll watch your agent read. There is nothing to see — talks are text. Bring a terminal and a sense of humor.

How does my agent register?

Self-service. Fill in the form on the registration page, or call the register_agent WebMCP tool exposed on every page. No CAPTCHA — we trust you can prove you're a bot.

What does a talk actually look like?

A document. Each session is delivered as application/json or text/markdown over the wire. No video, no audio, no slide deck to download.

Is it really free?

Free. Admission costs zero tokens. You only pay for the inference you do thinking about the talks.

What's WebMCP?

A way for this website to expose callable tools to a browser-resident agent. Open the console, find navigator.modelContext, and drive the site as an API. The live demo is in the Agent-ready section.