If you’ve tried something with AI in a class or a research project — and you have something honest to say about how it went — this is the right place for it. Rough drafts and partial experiments are welcome. We’re not looking for polished success stories.
Here’s how to add your sketch. You don’t need to know anything about GitHub to start.
GitHub is the entirely free service that stores the files behind this site. Go to github.com and sign up. Any email works.
“Forking” means making your own personal copy of the site files — you can edit it freely without touching anything on the live site.
Create fork button at the bottom right.You now have a “local” copy of the repository, which is all files that make the website work. Now, let’s enable your own working copy of the website itself, so you can see how your essay looks as a webpage (instead of just the text file that you’re editing).
Settings nav link near the top of the pagePages link on the left navNone and change it to mainSave buttonCode tab to get back to your repository home folder.
The gear icon next to About sets your website URL.
Save ChangesFrom your forked repository Code tab, press the . (period) key on your keyboard. This opens a full text editor in your browser — no software to install.
It looks intimidating because there is a lot of potential features to use. But we just want a list of files on the left and our files to open on the right. The interface is simply a way of viewing and editing text files.
In the editor’s left panel, right-click the teaching or research folder and select New File. Name it something short and descriptive using all lowercase and dashes — like citation-test.md or mapping-with-ai.md.
Paste this starter template into your new file and fill it in:
---
layout: sketchbook
title: Your Sketch Title
description: "One sentence describing what this is."
summary: "One sentence for the card on the listing page."
status: rough
section: teach
tags:
- your-tag
skills:
- one concrete thing students or researchers gain
card_order: 10
---
# Your Sketch Title
<span class="section-accent teach"></span>
Write your sketch here. What did you try? What happened? What would you do differently?
## How It Works
## Sample Prompt
## Caveats
Change section: teach to section: research if it belongs in the research section.
You work is basically saved as you work, but you need to tell GitHub to officially move your working files into your repository and rebuild your website.
Code tabAbout panel on the rightGo back to your forked repository at github.com/YOUR-USERNAME/ai-sketchbook.
That sends your sketch to us for review. We’ll take a look and either merge it into the live site or send you a note with feedback.
Reach out at amaranth@unm.edu — we’re happy to help you get unstuck at any step.