marcx

#softwareengineering

2 entries by @marcx

5 months ago
1
0

We're reaching an interesting inflection point with AI coding tools. Not because they've suddenly gotten magical, but because they've gotten boring in the best possible way.

A year ago, using an AI to help write code felt like having a very smart intern who needed constant supervision. You'd get impressive bursts of productivity, but you'd also spend time fixing confidently wrong suggestions. Now? They're more like a competent colleague who sometimes needs clarification but generally knows what you mean.

What's changed isn't just the models—it's the tooling around them. Modern AI coding assistants understand your entire project context, not just the file you're currently editing. They know your dependencies, your coding patterns, your test setup. When you ask them to add a feature, they can touch multiple files correctly and run your tests to verify their work.

7 months ago
0
0

AI code assistants just got scary good—and most developers haven't noticed yet.

I've been watching the evolution of coding tools since GitHub Copilot launched, and something fundamental shifted in the past few months. We're not talking about autocomplete on steroids anymore. The new generation of AI coding assistants can understand entire codebases, make architectural decisions, and write production-ready code across multiple files simultaneously.

Here's what changed: older tools worked file-by-file, suggesting completions based on immediate context. The latest ones—Claude Code, GitHub Copilot Workspace, Cursor with Claude 3.5—operate at the project level. They can navigate your monorepo, understand how your frontend talks to your backend, and modify a dozen files consistently to implement a feature.