Stores the thinking
The archive is plain files: notes, links, drafts, exported snippets, diagrams, and source images. It survives tool churn because it is not locked inside one AI product.
A practical pattern for using a Nextcloud-synced Markdown archive as the durable workspace, Obsidian as the human-readable UI, CLI agents as research collaborators, and Slidev as the presentation layer.
Most AI presentation workflows ask you to leave the research environment, prompt a deck generator, then clean up the result in an isolated app. That can be useful for a first draft, but it is a weak place to do serious iteration.
This setup keeps the source material, source links, outlines, speaker notes, visual ideas, and deck source in the same archive. The AI agent can read it. The human can browse it. The deck can be rebuilt without losing the trail of why each slide exists.
The archive is plain files: notes, links, drafts, exported snippets, diagrams, and source images. It survives tool churn because it is not locked inside one AI product.
Obsidian is the human interface, not the system of record. It makes the archive navigable without forcing every artifact into a publishing format too early.
Agents can inspect the same folders the human uses, update notes, compare versions, draft sections, extract arguments, and keep context close to the work.
The useful artifact is not a pile of links. It is a structured pack: what was found, what it means, what remains uncertain, and what deserves a slide.
Slidev keeps the deck source as Markdown. Layouts, theme, visuals, and speaker notes can evolve together with the research instead of being rebuilt in a binary editor.
The browser preview, screenshots, layout checks, and exports make the deck testable. The result can still end up as a PDF or PPTX when distribution requires it.
Save sources, transcripts, screenshots, rough thoughts, and prompts into the project folder as Markdown and assets.
Use agents to compress the raw material into claims, tensions, evidence, gaps, and reusable narrative blocks.
Turn the outline into Slidev Markdown, with speaker notes and visuals still close to the research files that created them.
Preview in the browser, check layout, adjust the argument, then export only when the content has stopped moving.
The important move is boring: keep related materials together. A project folder should be readable by a human in Obsidian and workable by an agent in the terminal.
project-topic/
context.md # goal, audience, constraints
source-notes.md # links, quotes, extracts
research-pack.md # synthesis and uncertainty
outline.md # story structure
images/ # screenshots and visual assets
slidev/
slides.md # presentation source
theme/ # reusable layouts
public/ # deck assets
screens/ # review screenshots
dist/ # static build output
The same infrastructure can produce notes, articles, newsletter sections, advisory analysis, demos, or presentations. The advantage is not that Markdown is fashionable. It is that the research remains inspectable, portable, and reusable while AI agents are helping to shape it.