English

Cognitive BASIC: An In-Model Interpreted Reasoning Language for LLMs

Artificial Intelligence 2025-11-24 v1 Computation and Language

Abstract

Cognitive BASIC is a minimal, BASIC-style prompting language and in-model interpreter that structures large language model (LLM) reasoning into explicit, stepwise execution traces. Inspired by the simplicity of retro BASIC, we repurpose numbered lines and simple commands as an interpretable cognitive control layer. Modern LLMs can reliably simulate such short programs, enabling transparent multi-step reasoning inside the model. A natural-language interpreter file specifies command semantics, memory updates, and logging behavior. Our mental-model interpreter extracts declarative and procedural knowledge, detects contradictions, and produces resolutions when necessary. A comparison across three LLMs on a benchmark of knowledge extraction, conflict detection, and reasoning tasks shows that all models can execute Cognitive BASIC programs, with overall strong but not uniform performance.

Keywords

Cite

@article{arxiv.2511.16837,
  title  = {Cognitive BASIC: An In-Model Interpreted Reasoning Language for LLMs},
  author = {Oliver Kramer},
  journal= {arXiv preprint arXiv:2511.16837},
  year   = {2025}
}

Comments

6 pages, Submitted to ESANN 2026

R2 v1 2026-07-01T07:48:08.020Z