Research on admissibility, deterministic execution, provenance, semantic verification, and capability-grounded AI systems.
The BLISP research program develops a formal framework for AI systems that generate and execute computational pipelines. Papers 1–5 establish the foundation: admissibility (grounding gate), canonical execution semantics, quotient categories, provenance algebra, and fiber structure under stochastic generation. Papers 6–7 show that a single semantic coordinate predicts optimizer behavior at 99.6% accuracy and generalizes to unseen operations at 100%. Paper 8 tests cross-system transfer: the frozen taxonomy predicts execution behavior in Polars and DuckDB at 91.1% combined accuracy. Paper 9 demonstrates that independent agents reconstruct structurally equivalent execution-identity primitives under task pressure, with 7/8 primitives converging above 0.90 across three model families. Paper 10 proves that safe compositional caching requires identity-based congruence: content hashing produces 97 false hits in 1,000 pipelines while behavior-derived identity hashing produces zero. Paper 11 is a position paper mapping the emerging “verified AI actions” landscape—three verification layers, the pre-action legitimacy gap, and the architecture requirements for a cross-framework verification protocol. Paper 12 defines Computational Identity: a deterministic, content-addressed identifier derived from the canonical planned computation graph of an expression, implemented in two domains (DSL and SQL) with zero false equivalences. Three accompanying technical notes extend CI to agent tool governance, Polars dataframe query plans, and behavioral CI extracted by independent language models.
The research program is archived as a single citable record on Zenodo. Each paper also has its own DOI (listed below).
Program DOI: 10.5281/zenodo.20459958
@article{dionysopoulos2026grounding,
title = {The Grounding Gate: Verified Tool Selection
for AI-Driven Research},
author = {Dionysopoulos, Thomas},
year = {2026},
doi = {10.5281/zenodo.20817087},
note = {Published draft, BLISP Research Program Paper 1 v2},
url = {https://blisp.ai/papers/paper1.pdf}
}
Every published paper is pinned to a specific commit, tag, and artifact hash. Source and compiled artifacts are independently verifiable.
| Artifact | Value |
|---|---|
| Git commit | 106b5fd |
| Version | 2.0 (revised title, abstract, grounding wall) |
| DOI | 10.5281/zenodo.20817087 |
| Registry snapshot | 236 capabilities (DIC at tag) |
| SHA-256 (PDF) | a54f49aaed2effcf702d693e327f525caf499fd9a4abb3fa028718cb0633bb4c |
| Prompts evaluated | 30 (5 categories, 4 families, 9 metrics) |
| Hash stability | 50 runs, bit-identical |
| Test suite | 1,600 tests, 0 failures (incl. 9 grounding wall property tests) |
If you reference the BLISP research program or any individual paper, please use the following.
@article{dionysopoulos2026grounding,
title = {The Grounding Gate: Verified Tool Selection
for AI-Driven Research},
author = {Dionysopoulos, Thomas},
year = {2026},
doi = {10.5281/zenodo.20817087},
note = {Published draft, BLISP Research Program Paper 1 v2},
url = {https://blisp.ai/papers/paper1.pdf}
}
@article{dionysopoulos2026canonical,
title = {Canonical Execution Semantics for Stochastic Program
Generators},
author = {Dionysopoulos, Thomas},
year = {2026},
doi = {10.5281/zenodo.20457255},
note = {Published draft, BLISP Research Program Paper 2},
url = {https://blisp.ai/papers/paper2.pdf}
}
@article{dionysopoulos2026categories,
title = {Execution Categories for Stochastic Program Generators:
Quotient Semantics for Deterministic Executable Identity},
author = {Dionysopoulos, Thomas},
year = {2026},
doi = {10.5281/zenodo.20457403},
note = {Published draft, BLISP Research Program Paper 3},
url = {https://blisp.ai/papers/paper3.pdf}
}
@article{dionysopoulos2026provenance,
title = {Provenance Algebra for Deterministic {AI} Execution:
Replay Semantics for Stochastic Program Generators},
author = {Dionysopoulos, Thomas},
year = {2026},
doi = {10.5281/zenodo.20457667},
note = {Published draft, BLISP Research Program Paper 4},
url = {https://blisp.ai/papers/paper4.pdf}
}
@article{dionysopoulos2026fibers,
title = {Proposal Collapse and Execution Fibers in Stochastic
Program Generation},
author = {Dionysopoulos, Thomas},
year = {2026},
doi = {10.5281/zenodo.20457990},
note = {Published draft, BLISP Research Program Paper 5},
url = {https://blisp.ai/papers/paper5.pdf}
}
@article{dionysopoulos2026semantic,
title = {The Semantic Structure of Execution: An Empirical Study of
Predictive Coordinates in Computational Operations},
author = {Dionysopoulos, Thomas},
year = {2026},
doi = {10.5281/zenodo.20612709},
note = {Published draft, BLISP Research Program Paper 6},
url = {https://doi.org/10.5281/zenodo.20612709}
}
@article{dionysopoulos2026predictive,
title = {Semantic Coordinates as Predictive Objects in Time-Series
Computation},
author = {Dionysopoulos, Thomas},
year = {2026},
doi = {10.5281/zenodo.20706294},
note = {Published draft, BLISP Research Program Paper 7},
url = {https://doi.org/10.5281/zenodo.20706294}
}
@article{dionysopoulos2026transfer,
title = {Dependency Shape Predicts Execution Behavior Across
Independent Data Processing Systems},
author = {Dionysopoulos, Thomas},
year = {2026},
doi = {10.5281/zenodo.20706086},
note = {Published draft, BLISP Research Program Paper 8},
url = {https://doi.org/10.5281/zenodo.20706086}
}
@article{dionysopoulos2026convergence,
title = {Agents Reconstruct Execution Identity Algebra Under
Task Pressure},
author = {Dionysopoulos, Thomas},
year = {2026},
doi = {10.5281/zenodo.20706156},
note = {Published draft, BLISP Research Program Paper 9},
url = {https://doi.org/10.5281/zenodo.20706156}
}
@article{dionysopoulos2026falsehits,
title = {When Data-Hash Caching Fails: False Hits in
Parameterized Pipeline Search},
author = {Dionysopoulos, Thomas},
year = {2026},
doi = {10.5281/zenodo.20815342},
note = {Published draft, BLISP Research Program Paper 10},
url = {https://blisp.ai/papers/paper10.pdf}
}
@article{dionysopoulos2026verifiedactions,
title = {Verified {AI} Actions: Closing the Pre-Action
Legitimacy Gap},
author = {Dionysopoulos, Thomas},
year = {2026},
doi = {10.5281/zenodo.20816935},
note = {Position paper, BLISP Research Program Paper 11},
url = {https://blisp.ai/papers/paper11.pdf}
}
@misc{blisp2026research,
title = {BLISP Research Program: Admissibility, Execution,
Provenance, and Capability-Grounded AI Systems},
author = {Dionysopoulos, Thomas},
year = {2026},
howpublished = {\url{https://blisp.ai/papers}},
note = {11-paper program; all papers published}
}
| Asset | Format | Link |
|---|---|---|
| Paper 1 — PDF | PDF, 13 pages | paper1.pdf |
| Paper 1 — Source | LaTeX tarball | paper1-source.tar.gz |
| Paper 1 — Artifacts | Prompts, verification scripts | artifacts/ |
| Paper 2 — PDF | PDF, 23 pages | paper2.pdf |
| Paper 3 — PDF | PDF, 14 pages | paper3.pdf |
| Paper 4 — PDF | PDF, 15 pages | paper4.pdf |
| Paper 5 — PDF | PDF, 12 pages | paper5.pdf |
| Paper 6 — PDF | paper6.pdf | |
| Paper 7 — PDF | PDF, 14 pages | paper7.pdf |
| Paper 8 — PDF | PDF, 17 pages | paper8.pdf |
| Paper 9 — PDF | PDF, 17 pages | paper9.pdf |
| Paper 10 — PDF | paper10.pdf | |
| Paper 11 — PDF | PDF, 5 pages | paper11.pdf |
| All Papers — Artifacts | Zenodo packages + source | blisp-research |