|
|
|
Ask HN: Are the newest LLMs better than you at programming?
|
|
4 points
by par1970
84 days ago
|
|
I've been programming for 10+ years. From my usage of ChatGPT 5.4, it seems to me that it's better than me at programming. I never thought this about any of the ChatGPT 4.* models that I tried. How do your abilities compare to the newest models? edit: Please specify which model and version you are talking about. |
|
If the task is simple, I spend more time telling it what to do than doing it myself. But if the task is complex, I use certain skills/commands and create intermediate files (more than necessary) between each step (analysis, planning, design, workflow, and implementation) and clear the context between each of them. The result is fairly accurate, but not perfect.
My take is, we remain the architects of our code, and AI agents are an excellent tool that we need to master.