Watch, Read, Listen


  • Over the last several days, we’ve been trying to solve what initially felt like a very reasonable problem: Can we use an AI assistant as a reliable, step-by-step installer assistant to a human for a moderately complex toolchain? On the surface, this seemed like a perfect use case for AI. The setup process is linear.

    Read more


  • Most people think “AI” means neural networks, training data, and a lot of math. Tic-Tac-Toe is a great counterexample. You can build a perfect Tic-Tac-Toe AI without learning, randomness, or guesswork—just logic, structure, and a clear way of evaluating outcomes. This post explains how an AI Tic-Tac-Toe engine works conceptually, without code, using plain language.

    Read more


  • If you’ve been following agentic AI systems like Codex-style coding agents, you’ve probably seen references to things like agents.md, skills.md, or “tool catalogs.” At first glance, these can look like extra ceremony — more files, more config, more abstraction. They’re not. They’re the reason agentic systems work at all. This post explains what agents and

    Read more


  • What Is n8n? If you haven’t heard of n8n yet, don’t worry — it’s nowhere near widespread adoption yet. But it’s coming fast. n8n is an open-source workflow automation platform that lets you connect APIs, services, scripts, and humans into long-running, stateful workflows. Think of it as a developer-friendly alternative to tools like Zapier, but

    Read more


  • If you spend any time doing remote development over SSH—especially with tools like VS Code Remote—eventually you hit the same annoyance: You know SSH keys are the right answer,you know passwordless login is possible,but the setup always feels more manual than it should. For years, I handled this by copying keys around by hand, editing

    Read more


  • Using AI to accelerate development is amazing—agents can write code, open pull requests, fix bugs, and keep your project humming. But giving your AI the same permissions you give trusted human maintainers is a silent disaster waiting to happen. Here’s the simple truth: your AI should always log into your repository with an account that

    Read more


  • Most software projects drift. Scope expands, priorities shift, and half the time you finish features you never meant to start. Over the last year, I’ve been experimenting with a workflow that keeps the project laser-focused: combine GitHub Speckit with an AI assistant from the very beginning — before a single line of code is written.

    Read more


  • Introduction Jsonmaker lets you create your own private, customizable bookmark library right inside your WordPress account. Each folder in your library can generate a live JSON feed, which can be synced directly into your Chrome bookmarks using the Subscribed Toolbar extension. This guide will show you how to: Register an account Log in and access

    Read more


  • The Subscribed Toolbar Chrome extension lets you turn any compatible JSON feed into a live, auto-updating bookmarks folder. In this guide, you’ll learn how to: Install the extension Open its settings Connect it to an example JSON feed Confirm that the bookmarks appear in Chrome To keep things simple, we’ll use this working example feed

    Read more


  • Logline: A love story set against the tumultuous backdrop of the Beatles’ breakup and the rise of Wings, charting Paul and Linda McCartney’s enduring partnership as they navigate fame, family, and the challenges of a life lived in the public eye, culminating in Linda’s tragic battle with cancer. Synopsis: Act I: The Fall and the

    Read more