Blog

Explore articles on web development and frontend technologies

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.

Trying Out OpenAI's Secure MCP Tunnel

OpenAI's Secure MCP Tunnel lets you connect a private MCP server to OpenAI products without exposing it to the public internet. In this article, I walk through what it looks like to actually try out Secure MCP Tunnel.