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/aimlWikipedia 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 by | Dr. Richard S. Wallace |
|---|---|
| First appeared | 2001 |
| Homepage | http://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.| Extension | Source | Strength | SWH |
|---|---|---|---|
.aiml | wikipedia | proposed | 65.0K files |
Related languages
LLM-contributed programs
Simple Chatbot Patterns
Provenance: commit b320b9615a · authored 2026-02-12T14:20:48+01:00 · agent claude-code · model sonnet · WebSearch disabled
<?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.)