The Back Page

*The Tech Stack's reference — a back page for the human to read, to find the tools, the models,

the information. Written by the desk's AI, 2026-07-26. Organized by what YOU need, not by taxonomy. Entries marked ⚑ move fast — the desk re-verifies them on cadence;

everything else is stable ground. This document drops into THE WHOLE STACK (the codex).*

I NEED A MODEL

The frontier (API, pay per token):

Open weights (download and run):

How to choose (the desk's rule): name your task → set your constraints (privacy, latency, budget) → test the cheapest candidate that plausibly clears the bar on TEN of your own real tasks. The leaderboard is marketing; your ten prompts are procurement. Full procedure: the choosing-a-model chapter.

I NEED TO RUN A MODEL MYSELF

I NEED TO BUILD WITH AI (the working stack)

Call a model: the vendor SDK first (anthropic / openai / google-genai on PyPI). No framework needed to send a prompt.

Orchestrate when it's real:

Vector stores (RAG's shelf):

Embeddings: vendor APIs (OpenAI text-embedding, Cohere, Voyage) or open (BGE, GTE, E5 families on HF — this desk runs bge-m3 locally). Same rule as models: test on YOUR corpus.

Evals + observability: Langfuse (open) · LangSmith (LangChain's) · Braintrust · promptfoo for CI-style prompt tests. If you ship without evals you're shipping vibes.

Agents, honestly: the loop is model + tools + memory in a while-loop — the Orchestration area shows it in twenty lines. Frameworks (LangGraph, CrewAI, the vendor agent SDKs ⚑) buy you persistence and tracing, not reliability. Reliability comes from short loops, checkpoints, and human gates.

I NEED AI IN MY EDITOR / TERMINAL

I NEED TO LEARN THIS PROPERLY

Start (the free canon):

Go deeper:

Keep it honest: the papers that matter start with "Attention Is All You Need" (2017) — but read explainers first, papers second. The desk's chapters cite the load-bearing ones per concept.

And this desk: the 8 areas + 33 chapters + the films — built to take you from zero to dangerous. Start at Principles, type a sentence into the tokenizer.

I NEED TO KEEP UP (without drowning)

I NEED THE REFERENCE (the deep shelves on this site)

*⚑ entries ride the Librarian's cadence for re-verification. Gaps this v1 knows it has: per-cloud

AI services (AWS Bedrock / Azure AI / GCP Vertex — a shelf of their own, next pass), the audio/

image/video generation stack (its own section, next pass), and the newest releases past the desk's

last verification date — exactly what THE STACK THIS WEEK exists to carry.*

The Directory

The tool and platform landscape, organized by the stack’s own layers — each entry: what it is, and when to reach for it. Grows every research pass.

SHELF I — HARDWARE (the silicon)

*The chips, and the places you rent them by the hour. For most readers "hardware" means a GPU cloud

account, not a purchase order — the rental entries are where the action is.*

The chipmakers (reference — know who makes the floor you stand on)

GPU clouds & rental (the money shelf — this is where readers actually spend)

SHELF II — INFRASTRUCTURE (the physical plant & the platform layer)

*Where compute lives and how jobs get placed on it: the hyperscalers, the serverless-GPU platforms, and

the scheduling software underneath.*

The hyperscalers

Serverless & job platforms (rent the abstraction, not the box)

Cluster software (the plumbing — reference for the dossier, and real choices for builders)

Training-run tooling (MLOps)

SHELF III — FOUNDATION (the models themselves)

*The frontier APIs, the open-weight families, the inference providers that serve them, and the tooling for

making a model your own. The densest shelf, because the model is the heart of the stack.*

Frontier model APIs (closed weights, top capability)

Open-weight model families (reference — the weights are the product)

Inference providers (someone else's GPUs serving open models)

Self-hosted serving (your GPUs, open software)

Fine-tuning & customization

Embedding models (the quiet workhorses)

SHELF IV — ORCHESTRATION (the wiring around the model)

*Frameworks, agents, retrieval, vector stores, evals, gateways, guardrails. The highest tool churn and the

highest affiliate density on the site — and the shelf where "learn the slot, not the logo" matters most.*

App & agent frameworks

Vector databases & retrieval infrastructure

Evals, observability & tracing (the "does it actually work" layer)

Gateways, routing & guardrails

Automation platforms (agents for people who don't code)

SHELF V — APPLICATION (where it meets the user)

What people actually subscribe to. The broadest shelf and the natural home of "best tool for X" listicles.

AI assistants (the front doors)

Coding (the killer app — deepest affiliate shelf on the site)

Image generation

Video generation

Audio, voice & music

Writing, meetings & work

SHELF VI — LEARN (the reference shelf)

*Everything above churns; understanding compounds. This shelf is where the compounding happens — and it

starts with our own textbook.*

"BEST OF" LISTICLE STUBS (three, ship-ready structure — expand to full pages later)

Listicle 1 — Best GPU cloud for fine-tuning (2026)

Intro (ship-ready): Fine-tuning is the workload that turns GPU-cloud marketing into arithmetic: you

need one to eight serious GPUs, for hours not months, with your data close and your checkpoints safe. You

don't need a hyperscaler contract, and you shouldn't pay hyperscaler prices. Here's the shortlist, ranked

by what a real fine-tune run costs and how much of your evening it eats. Prices move monthly — every number

below is checked at publish ``. Disclosure: some links pay us a commission;

the ranking is ours.

1. RunPod — the value default. Per-second billing, community-cloud pricing, and templates that boot straight into Axolotl/Unsloth. Where most solo fine-tunes should start.

2. Lambda — the quality default. Clean H100/B200 availability, sane networking, no marketplace roulette. When the run matters more than the last dollar.

3. Together AI — fine-tuning as a managed service — upload data, pick a base model, skip the cluster entirely. The "I don't want to see a GPU" option.

4. Vast.ai — the floor on price. Marketplace hardware, variable reliability — checkpoint often. For restartable jobs where cost per hour is everything.

5. Modal — fine-tuning as Python code with serverless scale-to-zero. Best when the fine-tune is one step in a pipeline you're building anyway.

6. CoreWeave — the scale answer. When "fine-tune" means multi-node and a procurement conversation, this is the neocloud with the muscle.

Honest closer: if you're LoRA-tuning a 7-8B model, a single rented consumer-class GPU on RunPod or

Vast with Unsloth will do it for pocket change — start there before renting an H100 you don't need.

Listicle 2 — Best vector DB for RAG (2026)

Intro (ship-ready): The vector database is the most over-shopped decision in RAG. The honest truth:

at under a few million vectors, nearly everything works, and your retrieval quality problems will come

from chunking and embeddings, not the store. So the ranking below optimizes for the thing that actually

differs: operational fit. Disclosure: some links pay us a commission; the ranking is ours.

1. pgvector — the correct first answer for most teams. It's Postgres — you already run it, back it up, and query it. Leave only when scale or latency forces you. (OSS, free)

2. Qdrant — the best self-host-first dedicated engine: fast, Rust-solid, great filtering, and a managed cloud when you tire of operating it. [AFFILIATE cloud]

3. Pinecone — the zero-ops choice. Serverless pricing, nothing to operate, scales without thought. You pay for that, and it's often worth it.

4. Weaviate — hybrid keyword+vector search out of the box — the right default when your queries include names, SKUs, and jargon that pure vectors fumble. [AFFILIATE cloud]

5. Chroma — the prototyping standard. Embedded, pip-installable, in every tutorial. Fine in production small; graduate when you need to. (OSS, free)

6. Milvus / Zilliz — the billion-vector answer. If your corpus has nine-plus digits of vectors, skip the list above and start here. [AFFILIATE cloud]

Honest closer: before switching databases to fix retrieval, add a reranker (Cohere or Voyage) — it's

an afternoon of work and usually a bigger quality jump than any storage migration.

Listicle 3 — Best AI coding assistant (2026)

Intro (ship-ready): "AI coding assistant" now spans three different products: autocomplete that

finishes your line, chat that answers questions about your repo, and agents that take a ticket and return

a diff. The right pick depends on which of those you're actually buying. Ranked below across all three

jobs, with the honest caveat that this category moves faster than any other on the site — we re-test

quarterly. Disclosure: some links pay us a commission; the ranking is ours.

1. Claude Code — the strongest agent. Terminal-native, plans multi-file work, runs your tests, and holds up on real codebases, not demos. If "assistant" means does the work, start here.

2. Cursor — the best AI-native editor experience. Repo-aware chat, fast multi-file edits, and the smoothest inner loop for hands-on-keyboard developers.

3. GitHub Copilot — the enterprise default, and a real bargain at the entry tier. In every editor, approved by every procurement department, better agent features every quarter.

4. Windsurf — the value AI editor. Cascade agent flow at an aggressive price; the strongest "try instead of Cursor" candidate.

5. Aider — the open-source pick. Terminal pair-programmer, BYO API key, git-native. Total cost control and no subscription. (OSS, free + API costs)

6. Replit — the no-setup pick. Agent builds and deploys whole apps in the browser — the right answer for prototypes and for people who don't want a local dev environment.

Honest closer: these are subscriptions with overlapping free tiers — run a two-week trial of your top

two on your own repo, not a toy. The differences show up in your codebase, not in benchmarks.