Trying Out Next.js Instant Navigations

Next.js 16.3 Preview introduces Instant Navigations, which detects navigations that cannot render immediately during development and encourages fixes. This article walks through trying it out.

Trying Out the AI Agent Framework Flue

Flue is a TypeScript framework for building AI agents. It uses a harness-driven architecture and provides the core features needed to build agents. This article explores Flue by building an SRE agent.

Deno Can Now Build Desktop Apps

Starting with Deno v2.9.0, the `deno desktop` command can turn anything from a single TypeScript file to a Next.js project into a desktop app. This article explains how to build desktop apps with Deno.

Trying Out eve, an AI Agent Framework

Vercel has announced eve, a new AI agent framework. Built on the design philosophy of Next.js, eve provides everything you need to develop AI agents. In this article, I'll walk through how to create and run a simple agent with eve.

Switching My Editor to Zed

Zed is a native application written in Rust, known for its blazing-fast performance and lightweight design. In this article, I walk through how to install Zed and share the key features and impressions from my hands-on experience.