Walkthrough
A collection of 3 posts
How Did You Learn AI Tools?
I can't go for more than a few hours without reading someone's "horror story" about using AI for coding. I've had sessions which surely aren't fun, but I've never had a complete disaster like some people are having.
Creating a Markdown Compiler
One of the most powerful things that AI can do for you is to create a script that does a thing you don't want to do. Mind-numbing, boring tasks, like compiling markdown documents into a format for a documentation site, or, in my case, a course template.
How To Write a Prompt
AI is a simple tool that our code editors are mangling into an over-engineered mess. Underneath all of the confusion is a simple way of thinking which I'll get into here.