5/5 From Story to Stage: Creating Presentations with Marp
The fairy tale is written. The diagrams are drawn. Now turn it all into a presentation -- without opening PowerPoint, without leaving VSCode, without losing your Git history.
Found 14 posts
The fairy tale is written. The diagrams are drawn. Now turn it all into a presentation -- without opening PowerPoint, without leaving VSCode, without losing your Git history.
README is for humans. AGENTS.md is for AI. 40,000+ projects use it to give AI persistent instructions that survive across sessions. Here's how to write one.
20 million developers use Copilot for code. Almost nobody uses it for content. Here's how to turn a fairy tale outline into a full story with diagrams -- without writing a single line of code.
100 million developers use VSCode. Most of them only use it for code. Here's how to set it up as an AI content creation workspace.
Markdown isn't a formatting tool. It's a communication protocol between you and every AI model on the planet. Here's why that matters.
Markdown is the universal language of structured text. Learn the essentials without the bloat.
Presentations as code. Write Markdown, get slides. No PowerPoint, no Keynote, no drag-and-drop.
Diagrams as code. Version-controlled, LLM-friendly, and no drag-and-drop tools required.
A model is a folder. config.json is the architecture. generation_config.json is the sampling defaults. vocab.json is the tokenizer. Here's how to read them — and where to change the knobs.
The model produces 50,257 scores. Sampling decides which one becomes the next token. Temperature, top-k, and top-p are your mixer sliders — here's what each one does, with numbers.
Attention is a weighted mix. Multi-head is a filter bank. The causal mask means no spoilers. Here's the transformer architecture without the math — then with just enough of it.
Tokenization is at the heart of every weird LLM behavior. Why they can't reverse strings, why Japanese costs more, why 'SolidGoldMagikarp' breaks them. Here's why — and what you can do about it.
You use ChatGPT, Gemini, Claude every day. But what's inside the box? Assistants are not models. Once you see the difference, you unlock controls most people don't know exist.