alchemistchaos/tasteloop-v2-self-improving-slides — explained in plain English
Analysis updated 2026-05-18
Study an example of agentic self repair using a knowledge graph memory
Compare AI slide generation performance with and without persistent memory
View a finished interactive slide deck built from brand guideline rules
| alchemistchaos/tasteloop-v2-self-improving-slides | abhas9/escape-run | abhishek-kumar09/mern-live-js-june-2021 | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | HTML | HTML | HTML |
| Last pushed | — | — | 2021-09-13 |
| Maintenance | — | — | Dormant |
| Setup difficulty | hard | easy | moderate |
| Complexity | 5/5 | 2/5 | 2/5 |
| Audience | researcher | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Needs Node 20+, Python 3.12, headless Chrome, a logged in Codex CLI account, and local Ollama for cognee.
Taste loop is an experiment in generating presentation slides that follow a real set of brand design rules, and automatically fixing the slides when they break those rules. It uses a tool called cognee, which stores information as a knowledge graph, to remember past mistakes and the fixes that worked for them. The process works in four steps. First, an AI agent builds a slide as a self contained HTML file. Second, a headless Chrome browser renders that slide into an image. Third, the image or the code is checked against a list of thirty brand rules pulled from real brand guidelines. Fourth, if something is wrong, the agent fixes it, using the rule's text and, when memory is turned on, notes about past mistakes and proven fixes for that exact rule. The slide is then checked again. The project's headline result compares the agent with this graph memory against the same agent without any memory. On eight new slides with several rule violations each, the version with memory reached full compliance on seven of the eight slides in about 1.4 repair rounds, roughly 45 percent less repair work. The version without memory did not fully fix any of the eight slides within the same budget of attempts. The repository includes the finished presentation as a PDF, an interactive HTML deck you can step through with arrow keys, a one page report of the results, and an interactive view of the knowledge graph itself. Running it requires a fairly involved setup: Node 20 or newer, Python 3.12, headless Chrome, a logged in Codex CLI account, and Ollama for cognee's local language model. An alternate backend called Baseten is supported but optional and not used by default.
An experiment where an AI agent generates presentation slides, checks them against brand rules, and uses a knowledge graph to remember and reuse past fixes.
Mainly HTML. The stack also includes Python, Node.js, HTML.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
double-check against the repo, no cap.