AI Builders.
The subset of the AI posts most useful if you are actively building or operating with coding agents.
-
01
The Anthropic Stack On One Page.
A one-page map of Anthropic's surface area — models, API primitives, builder tools, end-user surfaces, enterprise controls, and where it runs.
-
02
API vs. MCP.
An API — REST, GraphQL, gRPC, whatever flavor — is a contract between two pieces of software the developer wires up at build time. The client knows the endpoints, the auth, the request shape, and the response shape because someone read the docs and coded it in. The