Copilot vs Cursor vs Cody vs Supermaven vs Aider
I used GitHub Copilot from early 2022 to mid 2024 and switched to Cursor at the beginning of 2024. I've tested Sourcegraph Cody and…
Read postCategory archive
Posts filed under Software Development, newest first.
Everything in this archive, newest first.
I used GitHub Copilot from early 2022 to mid 2024 and switched to Cursor at the beginning of 2024. I've tested Sourcegraph Cody and…
Read postThe Problem: Redundant Database Queries Imagine you have a Laravel component that fetches data from the database. This component is used multiple times in…
Read postUnlike many AI coding assistants that operate as VSCode plugins, Cursor is built as a fork of VSCode itself. This architectural choice has significant…
Read postSuccess in the tech industry isn't about chasing the latest trendy skills or technologies. It's about developing a deep understanding of the entire ecosystem…
Read postAutomate Everything Possible Continuous Integration/Continuous Deployment (CI/CD): Implement robust CI/CD pipelines to catch issues early and often. Linting: Use tools like ESLint for JavaScript…
Read post1. Unintentional Vulnerabilities AI models are trained on vast codebases, including those with known vulnerabilities. They may inadvertently reproduce these vulnerabilities in generated code.…
Read postTraditional wisdom about commenting code is being challenged by the use of Large Language Models (LLMs). Key Observations from Practice Comment Volatility with LLMs…
Read postLearning Curve: New technologies require time and resources to master. Your team's productivity will initially decrease as developers familiarize themselves with new tools and…
Read postThere seems to be a stark divide in the developer community regarding the effectiveness of LLMs for coding. Some are disappointed, others quietly reap…
Read postWith the rise of large language models (LLMs) like GPT-4 and Claude 3 Opus, some people are wondering if software developers will soon be…
Read postHere's a how Cursor, a VSCode fork with built-in GPT-4 support, crafts its API requests to GPT-4 to generate code. Original API Request {…
Read postCursor is a VSCode fork with built-in support for large language models (LLMs). It allows users to select code, hit Ctrl+K, write an LLM…
Read post