Skip to content
0degrees.ai

Articles

Everything we know about building AI software that actually ships — written for engineers, no fluff.

RAG 3 min read

RAG vs Fine-Tuning: How to Actually Choose

A practical decision framework for when to reach for retrieval-augmented generation, when to fine-tune, and when to do neither — with the trade-offs that matter.

0degrees Team
Agents 3 min read

Build Your First AI Agent in TypeScript

A from-scratch walkthrough of the agent loop — tools, reasoning, and termination — using the Claude API and plain TypeScript. No frameworks.

0degrees Team