Tagged: tutorial
A 30 Minute Eval Harness You Will Actually Run Every Week
AI

A 30 Minute Eval Harness You Will Actually Run Every Week

As open coding models hit similar capability ceilings, the differentiator is internal evals tied to your product. Here is one you will actually run.

Ship an AI Feature That Survives an AI-Assisted Attack
SECURITY

Ship an AI Feature That Survives an AI-Assisted Attack

Frontier models cleared a 32 step end-to-end cyber-attack range in a single month. Defensive patterns need to keep up.

A FastAPI Starter Kit for Shipping LLM Features in Production
PYTHON

A FastAPI Starter Kit for Shipping LLM Features in Production

Most FastAPI tutorials skip the production parts. This starter kit covers retries, structured outputs, streaming, quotas, and replay tests.

Run an LLM at the Edge on Cloudflare Workers AI, with Real Numbers
EDGE

Run an LLM at the Edge on Cloudflare Workers AI, with Real Numbers

Deploy a small open model behind a Cloudflare Worker. Real cold start, p50/p95, and cost numbers vs centralized GPU.

Patch Faster Than the Attackers, an Automated CVE-to-PR Pipeline
SECURITY

Patch Faster Than the Attackers, an Automated CVE-to-PR Pipeline

28.3% of CVEs are exploited within 24 hours of disclosure. Here is an automated agent that opens fix PRs before attackers move.

Hybrid Search in 90 Minutes, the Single Biggest RAG Quality Win in 2026
RAG

Hybrid Search in 90 Minutes, the Single Biggest RAG Quality Win in 2026

Industry analysis shows 73% of RAG failures come from retrieval, not generation. Here is the 90-minute fix.

Build a 1M Context Document Copilot with DeepSeek V4 Pro
AI

Build a 1M Context Document Copilot with DeepSeek V4 Pro

DeepSeek V4 jumped from 128k to 1M tokens. Long context is now cheap enough to actually use, here is when to and when not to.

Migrate to uv and Ruff Before OpenAI Ships Its Own
PYTHON

Migrate to uv and Ruff Before OpenAI Ships Its Own

OpenAI is acquiring Astral. Get ahead of the inevitable change in defaults with this practical migration guide.

Self-Host the New Chinese Open Coding Stack on a Single GPU
AI

Self-Host the New Chinese Open Coding Stack on a Single GPU

Four labs released near-frontier coding models inside 12 days. Here is a hands-on benchmark and setup guide for running them locally.

From Claude.ai to Claude Code in Ten Minutes
AI

From Claude.ai to Claude Code in Ten Minutes

Everything you know from Claude.ai maps directly to Claude Code. Artifacts become real files. Projects become CLAUDE.md.

AI Image Generation That Actually Works: A Practical Nano Banana Guide
AI

AI Image Generation That Actually Works: A Practical Nano Banana Guide

The gap between what AI image models can do and what most people get is enormous. It comes down to how you write your prompts.

All tutorial ai security python rag