10 Tips for Writing Playwright Tests with Cursor
Practical tips for effectively using the Cursor AI assistant to write and maintain Playwright end-to-end tests, based on real-world experience.
Practical tips for effectively using the Cursor AI assistant to write and maintain Playwright end-to-end tests, based on real-world experience.
Mitchell Hashimoto details using AI agentic coding tools to develop an unobtrusive macOS auto-update feature for Ghostty, sharing the full process and token costs.
Explores GitHub Copilot CLI's new standalone tool, how to install it, and reveals how to inspect its underlying AI prompts and model configuration.
Analysis of changes in Claude Code 2.0's system prompt, showing less prescriptive guidance and more trust in the Sonnet 4.5 model.
Argues that LLMs serve as a baseline for developer tools, not replacements, due to their general but non-specialized capabilities.
Introducing Claude Code Anonymous, a global meetup for developers to discuss AI coding tools and agentic engineering in a casual, social setting.
A tutorial on building a simple, dangerous coding agent using an LLM, DSPy, and subprocess tools with zero safeguards.
A developer uses AI to create a Python library for the Imgflip meme API, detailing the process and publishing it to PyPI.
A developer built a custom Neovim plugin named Kai that integrates Claude Code's command-line AI directly into the editor for intelligent code assistance.
A developer compares Claude Code to OpenCode with different AI models (Sonnet-4, Gemini, GPT-4.1) on a practical coding task, evaluating their performance and workflow fit.
A developer critiques a ZFS snapshot sync script generated by Grok AI, highlighting its flaws and potential dangers.
A tutorial for Neovim users on integrating Claude Code AI assistance using Ghostty terminal panes, eliminating the need for VS Code.
A developer documents their experience using the gemini-cli tool to create a Chrome Extension with AI assistance, including setup and features.
A developer walks through building a Next.js app using the new Gemini CLI tool, demonstrating its AI-powered coding workflow and troubleshooting.
An analysis of OpenAI Codex as an autonomous coding agent, detailing a real-world task to improve label formatting logic.
Explores GitHub Copilot Coding Agent, an AI virtual teammate that independently implements tasks and features within repositories.
A developer documents their process of adding features to a Pong clone using the Love2D framework and Lua, including AI tools.
Explains the architecture and workflow of OpenAI's Codex CLI, a terminal-based AI tool for chat-driven software development.
A developer advocate explains how using AI tools like GitHub Copilot and Claude to generate professional-looking designs has solved the problem of building ugly demo applications.
A guide on using GitHub Copilot Edits to make multi-file code changes directly from VS Code, including setup and iteration.