top | item 47098597

(no title)

kuboble | 9 days ago

I'm claiming it's both.

I produce more good (imo) production features despite being distracted.

The features I mention is something that I would be able to do, but only with a lot of learning and great effort - so in practical terms I would not.

It is probably a skill issue but in the past many times I downloaded the open source project and just couldn't build and run it. Cryptic build errors, figuring out dependencies. And I see claude gets the same errors but he just knows how to work around those errors. Setting up local development environment (db, dummy auth, dummy data) for a project outside of my competence area is already more work than I'm willing to do for a simple feature. Now it's free.

>I can think of roughly 0 fratures of run-of-the-mill software that would be impossible to implement for a semi-competent software developer.

Yes. I'm my area of competence it can do the coding tasks I know exactly how to do just a bit faster. Right now for those tasks I'd say it can one shot code that would take me a day.

But it enables me to do things in the area where I don't have expertise. And getting this expertise is very expensive.

discuss

order

tovej|8 days ago

Out of interest, could you give me an example of a feature that it one-shotted that would have taken you a whole day?

kuboble|8 days ago

The example from yesterday:

I have a large C# application. In this application I have a functionality to convert some group of settings into a tree model (a list of commands to generate this tree). There are a lot of weird settings and special cases.

I asked claude to extract this logic into a separate python module.

It succesfully one-shot that, and I would estimate it as 2 days work for me (and I wrote the original C# code).

This is probabaly the best possible kind of task for the coding agents, given that it's very well defined task with already existing testcases.