243 items indexed · AI tools, prompts, hooks & techniques
This entry details a structured workflow for developing software with an AI coding assistant, proposed by Google's Addy Osmani. The process involves using AI for high-level planning, breaking down a feature into a file-by-file implementation plan, and then executing that plan with the AI in a pair-programming style.
OpenAI has released Codex CLI, a tool that lets developers use AI coding assistance directly in their computer's terminal. It integrates with existing ChatGPT subscriptions to help write, debug, and manage code without needing to switch to a web browser.
Windsurf and Cursor are powerful AI tools that function as autonomous developers within a code editor. Cursor excels at rapid iteration and bug fixing for individual developers, while Windsurf is designed for large, complex enterprise projects, using its 'Cascade' agent to understand and modify the entire codebase.
Codex CLI is a tool from OpenAI that lets developers use a powerful AI coding assistant directly within their computer's command line. This allows for quick code generation, bug fixing, and scripting without needing to switch to a web browser or a separate application, accelerating development tasks.
For complex coding tasks, using two specialized AI assistants is more effective than one. This technique uses an AI like OpenAI Codex to rapidly generate the initial functional code, and then uses a different AI, like Claude Code, to review, refactor, and improve the code's quality for production use.