Managing Feature Flags with Vercel
Feature flags have become essential in modern application development. Vercel Flags makes it easy to add feature flags to applications hosted on Vercel. This article walks through how to set them up and use them.
Feature flags have become essential in modern application development. Vercel Flags makes it easy to add feature flags to applications hosted on Vercel. This article walks through how to set them up and use them.
With Cloudflare's Temporary Cloudflare Accounts, an AI agent can deploy to Cloudflare Workers instantly without any human intervention. In this article, I actually try deploying to Cloudflare Workers using Temporary Cloudflare Accounts.
Codex's Record & Replay turns your actions on macOS into a reusable skill by demonstration. You can record routine chores like filing expenses or entering work hours and hand them off to AI. This article walks through actually trying it out.
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.
As coding agents grow more autonomous and parallel agent work becomes normal, shared understanding before implementation matters more than ever. This article introduces `/grill-me`, a skill for clarifying requirements and aligning humans and AI.
Enabling Vitest's `isolate: false` slashed our test execution time but required large-scale code changes. Claude Code's `/goal` command lets the agent autonomously work toward the final goal. This article shares the experience.
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.
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.
Claude Code v2.1.154 added Dynamic Workflow, a feature for large tasks that can take hours or days. This article walks through trying it in Claude Code.
The 2026-07-28 MCP release candidate makes MCP servers stateless-first. This enables scaling behind simple load balancers, routing based on the `Mcp-Method` header, and caching of server responses.
Hermes Agent v0.14.0 adds integration with xAI's Grok. Grok's `x_search` tool can search posts on X (formerly Twitter), making it great for tracking real-time trends. This article walks through the Hermes Agent and Grok integration.
OpenUI is a framework for building Generative UI. It provides a new approach where the AI is instructed to construct UIs using a dedicated declarative language called OpenUI Language. This article walks through how to build Generative UI with OpenUI.