Remix.run Logo
postflopclarity 15 hours ago

> "Drastic increases in capability have happened the last 3-6 months" have been a constant refrain.

well, yeah. because that's been the experience for many people.

3 years ago, trying to use ChatGPT 3.5 for coding tasks was more of a gimmick than anything else, and was basically useless for helping me with my job.

today, agentic Opus 4.6 provides more value to me than probably 2 more human engineers on my team would

josephg 15 hours ago | parent | next [-]

Yep this has been my experience too.

I tried GPT3.5 for translating code from typescript to rust. It made many mistakes in rust. It couldn't fix borrow checker issues. The context was so small that I could only feed it small amounts of my program at a time. It also introduced new bugs into the algorithm.

Yesterday I had an idea for a simple macos app I wanted. I prompted claude code. It programmed the whole thing start to finish in 10 minutes, no problem. I asked it to optimize the program using a technique I came up with, and it did. I asked it to make a web version and it did. (Though for some reason, the web version needed several rounds of "it doesn't work, here's the console output").

I'm slowly coming to terms with the idea that my job is fundamentally changing. I can get way more done by prompting claude than I can by writing the code myself.

suddenlybananas 15 hours ago | parent | prev [-]

>well, yeah. because that's been the experience for many people.

Yes but this blogpost argues that at least over the course of 2024 to the end of 2025, those people were mistaken.