API guides
Step-by-step AI guides tagged API.
Use an AI coding assistant without shipping code you did not read
AI assistants are genuinely good at writing code and genuinely bad at knowing when they are wrong. This...
Read guideGive an agent tools without giving it your whole account
An agent with your API key has your permissions. Since its instructions can come from text it reads, tho...
Read guideBuild a RAG pipeline over your own documents
The demo takes an afternoon. Making retrieval return the right passage on the questions people actually...
Read guideWrite SQL with AI against a schema it has never seen
A model will write syntactically perfect SQL against a schema it is guessing at. The query runs, returns...
Read guideEstimate what an AI feature will cost you per month
Per-token pricing looks trivially cheap and routinely surprises people at the invoice. The gap is almost...
Read guideBuild your first agent that does one thing reliably
Agent demos look magical and agent deployments mostly fail on the same three things: unbounded loops, un...
Read guideWrite tests first and let AI fill in the implementation
The hardest part of using AI for code is knowing whether the result is right. A test written before the...
Read guideReview AI-generated code in ten minutes
Generated code fails in a characteristic pattern — rarely in the logic, often at the edges, the dependen...
Read guideWritten to be followed, not skimmed
Every guide here is a procedure someone actually ran, with the steps, the time it takes and the places it goes wrong.
Numbered steps, not prose
Each guide breaks into steps with their own anchor, so you can send a colleague straight to step four. Those anchors are minted once and never move.
Levels you can read without colour
Beginner to Expert, shown as filled pips as well as a label, so the level survives a screenshot, a colourblind reader and a printout.
An honest time estimate
The minutes on each card are the sum of its steps, not a reading speed. Guides without an estimate sort last rather than first — an unknown length is not a short one.
Freshness that means something
“Updated” moves only when a person changed the content — never when someone read it. Sorting evergreen guides any other way ranks whatever was most recently opened.
Filters that admit when they are empty
Every count is measured with your other filters applied, so the number beside an option is what you will actually get. Options that cannot narrow anything are not offered.
Prerequisites up front
What you need before you start, and what you will be able to do at the end, are stated before the first step — not discovered halfway through.