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. The most useful sketches are often the ones where something went sideways.
Send a draft to amaranth@unm.edu. A few paragraphs describing what you tried and what happened is enough to start. We’ll help shape it into a sketch and handle all the technical parts.
GitHub is a free platform for sharing code and making websites and that’s what the sketchbook runs on. If you want to submit your sketch directly — and see it and shape it as a live webpage before it goes to us — here’s how. Completely optional, but try it!
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 are a lot of possible features. For this, you only need the list of files on the left and the file editor on the right. The interface is simply a way of viewing and editing text files.
Each section — teaching, policy, and research — has its own _sketch-template.md file sitting right inside that folder, already filled in with the right metadata fields for that kind of sketch and comments marking what’s required versus optional. Don’t edit it directly; duplicate it.
teaching, policy, or research folder, whichever fits your sketch._sketch-template.md and select Copy, then right-click the same folder and select Paste.citation-test.md or mapping-with-ai.md. (A leading underscore tells Jekyll not to publish the file, which is why the template itself never shows up on the live site.)Your 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.