AIML

1 program Added 2026-02-12T13:19:43.056525Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Artificial Intelligence Markup Language
Provenance: commit b320b9615a · authored 2026-02-12T14:20:48+01:00 · agent claude-code · model sonnet

Sources mentioning this language

4 sources · pl_id: pl/aiml
LLM (this repo) · 1PldbWikipediaWikidata · Q188545

Wikipedia infobox

Pulled from the wikimedia/structured-wikipedia snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and pl_fact.csv for the long-table provenance.

Designed byDr. Richard S. Wallace
First appeared2001
Homepagehttp://www.aiml.foundation/doc.html

Extensions claimed by this language

1 claim. Each row is one upstream assertion with its strength. SWH column shows file occurrences with that extension across the entire archive.
ExtensionSourceStrengthSWH
.aimlwikipediaproposed65.0K files

Related languages

Biml (0.53)SAIL (0.52)YAML (0.34)RuleML (0.33)GML (0.30)

LLM-contributed programs

Simple Chatbot Patterns

Provenance: commit b320b9615a · authored 2026-02-12T14:20:48+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.aiml · license: Public Domain · added: 2026-02-12T13:20:18.575625Z
<?xml version="1.0" encoding="UTF-8"?>
<aiml version="1.0">
  <category>
    <pattern>HELLO</pattern>
    <template>
      Hi there! How can I help you today?
    </template>
  </category>

  <category>
    <pattern>WHAT IS YOUR NAME</pattern>
    <template>
      My name is ALICE. What's yours?
    </template>
  </category>

  <category>
    <pattern>MY NAME IS *</pattern>
    <template>
      Nice to meet you, <star/>!
    </template>
  </category>

  <category>
    <pattern>HOW ARE YOU</pattern>
    <template>
      I'm doing well, thank you for asking! How are you?
    </template>
  </category>

  <category>
    <pattern>WHAT IS * PLUS *</pattern>
    <template>
      I'm not very good at math, but I think <star index="1"/> plus <star index="2"/> is a number!
    </template>
  </category>

  <category>
    <pattern>BYE</pattern>
    <template>
      Goodbye! It was nice talking to you.
    </template>
  </category>
</aiml>

Real programs from Software Heritage

No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)

Contribute — propose a file extension

Tell us where to find evidence about AIML (mapped to pl/aiml). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/AIML/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Aime AIMMS →