Elsewhere

Things we find interesting we think you might too. Grab the RSS feed for your newsreader of choice.

GraphQL’s third wave: Why the future of AI needs an API of intent

November 26, 2025

Every technology with real staying power goes through waves of adoption. The first wave attracts the early experimenters – the ones who can sense the future before it’s evenly distributed. The...

Read More

Design Thinking for AI: The 5-Stage Framework Every Builder Needs

November 25, 2025

AI has changed the texture of design. We’re not designing for people alone anymore, we’re designing with/for intelligence. That changes everything. I’m obviously not the only person thinking abo...

Read More

New Rules for Enterprise UX and AI

November 25, 2025

I recently attended the Enterprise UX conference in Amersfoort. The presentations made it very clear that successful AI integration requires big changes in how companies work and how we build systems....

Read More

Generative UI and the Ephemeral Interface

November 25, 2025

Generative UI and the Ephemeral Interface This week, Google debuted their Gemini 3 AI model to great fanfare and reviews. Specs-wise, it tops the benchmarks. This horserace has seen Google, Anthropic,...

Read More

Emily Campbell – AI UX Deep Dive – YouTube

November 25, 2025

In one of the most popular episodes yet, Vitaly Friedman talked about what’s next for AI design patterns (https://www.dive.club/deep-dives/vita…) . In that episode he frequently referenced Sha...

Read More

Why Software Development Fell to AI First

November 20, 2025

I find it’s always important to examine why you made a mistake. The worst mistake I ever made was reading “Bitcoin: A Peer-to-Peer Electronic Cash System” in January of 2009, thinking “cool ma...

Read More

A Month of Chat-Oriented Programming

November 17, 2025

A Month of Chat-Oriented ProgrammingOr when did you last change your mind about something?Nick Radcliffe. 12th November 2025. TL;DR: I spent a solid month “pair programming” with Claude Code, tryi...

Read More

Don’t Fight the Weights

November 14, 2025

Source: Don’t Fight the Weights...

Read More

Software Development in the Time of Strange New Angels

November 13, 2025

Five months ago, my lifelong profession of software development changed completely. My profession was born in the 1940s, created to help fight demons. Our first encounter with the strange new angels o...

Read More

How I use AI (Oct 2025) – Ben Stolovitz

November 10, 2025

Source: How I use AI (Oct 2025) – Ben Stolovitz...

Read More

You Should Write An Agent · The Fly Blog

November 10, 2025

Some concepts are easy to grasp in the abstract. Boiling water: apply heat and wait. Others you really need to try. You only think you understand how a bicycle works, until you learn to ride one. Ther...

Read More

When Everyone’s a Developer, How Do We Promote the Web Platform Over React?

November 10, 2025

2025 is a strange time to start a newsletter about web technology. The past four editions of WTN have focused on the intersection of the web and AI, because frankly that’s where most of the exci...

Read More

Escape Velocity: Break Free from Framework Gravity

November 6, 2025

We saw this cycle with jQuery in the past, and we’re seeing it again now with React. We’ll see it with whatever comes next. Success breeds standardization, standardization breeds inertia, and iner...

Read More

Why engineers can’t be rational about programming languages

November 5, 2025

A programming language is the single most expensive choice a company makes, yet we treat it like a technical debate. After watching this mistake bankrupt dozens of companies and hurt hundreds more, I...

Read More

How I Use Every Claude Code Feature

November 4, 2025

Having stuck to Claude Code for the last few months, this post is my set of reflections on Claude Code’s entire ecosystem. We’ll cover nearly every feature I use (and, just as importantly, the one...

Read More

Agents Rule of Two: A Practical Approach to AI Agent Security

November 4, 2025

At a high level, the Agents Rule of Two states that until robustness research allows us to reliably detect and refuse prompt injection, agents must satisfy no more than two of the following ...

Read More

Agentic AI and Security

October 31, 2025

Agentic AI systems present unique security challenges. The fundamental security weakness of LLMs is that there is no rigorous way to separate instructions from data, so anything they read is potential...

Read More

Optimizing Images For Web Performance: All You Need To Know

October 31, 2025

Source: Optimizing Images For Web Performance: All You Need To Know | DebugBear...

Read More

Will AI Agents Kill the Web as We Know It?

October 30, 2025

The way we interact with the web today is surprisingly manual. Want to book a flight? You’ll probably head to a familiar airline’s website or open Google and type in your dates. If that site also ...

Read More

Inlining Critical CSS: Does It Make Your Website Faster?

October 30, 2025

Inlining critical CSS can make your website super fast. But it’s not always easy to implement, and there are some downsides. In this article we take a look at how you can optimize stylesheets on...

Read More

V7: Video Killed the Web Browser Star

October 30, 2025

So I thought I knew as much as I needed to know about the HTML element, and as usual, I was wrong Source: V7: Video Killed the Web Browser Star | Rob Weychert...

Read More

Start implementing view transitions on your websites today – Piccalilli

October 30, 2025

The View Transition API allows us to animate between two states with relative ease. I say relative ease, but view transitions can get quite complicated fast.A view transition can be called in two ways...

Read More

Start using Scroll-driven animations today!

October 30, 2025

To celebrate scroll-driven animations finally landing in Safari 26, here are some things you probably want to know before using them. Source: Start using Scroll-driven animations today! | Blog Cyd Stu...

Read More

Performance Debugging With The Chrome DevTools MCP Server

October 29, 2025

A few weeks ago, Google launched the Chrome DevTools MCP server. It allows you to integrate AI models with a Chrome browser instance. In this article we’ll explore what the MCP server can do and...

Read More