How I built a Next.js app that creates images of you using AI 🎨Fast training, uncensored generation, free to try, open-source.July 27, 2025
Snake eating its tail: how can synthetic data possibly work for training AI?My hypothesisJuly 20, 2025
Testing generating videos with Google's Veo3My first experiments with Google's new Veo3 video generation model. I share the results, the prompts used, the current costs.June 7, 2025
Automate git commit messages with a simple script (that r/git hated)I like to automate as much work as possible. Here's a simple shell / bash script I'm using to save time by automatically creating git commit messages. r/git disliked it.May 12, 2025
A Beginner's Guide to Vector EmbeddingsThe simplest guide to vector embeddings in practice and how to use them, including video demos solving real problems at our startup by quantifying text meaning for classification and similarity tasks.April 11, 2025
Your LLM Problem Isn't Tooling. It's EffortGetting great LLM output with an LLM-as-a-judge requires more effort, not more toolsApril 2, 2025
AI Needs Us? Information Theory and Humans as dataWhy superintelligent AI would protect humanity as a source of complexity and knowledgeMarch 23, 2025
Can we detect AI-generated text?I tested 5 AI-text detectors that claim to detect LLM-generated text. The outcome: they don't work well.March 20, 2025
Train an AI to generate text with Python 🧠We'll train a real GPT AI language model from scratch using Python on macOS, specifically designed to generate Shakespearean text, using the Tiny Shakespeare dataset.September 22, 2024
Add inline AI suggestions to your Django app 🗯Use a fast LLM, HTMX, and Photon Designer to recommend actions to the user.May 8, 2024
Build a Django AI colorization app 🎨🦾Use Django and webhooks to build an app that uses AI to color black and white photos.January 19, 2024