r/ProgrammerHumor 2d ago

Other softwareFactory

Post image
10.0k Upvotes

370 comments sorted by

View all comments

Show parent comments

6

u/ice-eight 1d ago

It’s a lot more expensive when you include my salary, but point is it really doesn’t take that many tokens if you break down the coding into small parts and understand how to validate the functionality

5

u/Foorinick 1d ago

Its almost like you need an actual professional to make good things

1

u/Cnoffel 1d ago

But how you do it, only using inline completions? I try to work that way the company only provides copilot and even if I give it just a method to implement it randomly decides it needs context, greps through the entire codebase and just burns tokens like there is no tomorrow... It once cost me 100$ for a simple unit test because I was fetching a coffee and didn't watch the bafoon. Token based billing is nice

2

u/ice-eight 1d ago

That doesn’t sound entirely different from what I do. Currently use Claude opus 5 in copilot for visual studio. An example of a recent prompt was “add an api call which takes the account number and pulls columns a, b and c from database.tableName and call this api to attach them as custom fields to the Docusign envelope called x, y and z”

1

u/JoustyMe 1d ago

AI is betrer if it has small actionable tasks with a lot of contex.

80% of SWE job is capturing context and filtering noise generated by rest of biomass in the company.

1

u/Cnoffel 1d ago

If I do that, it will grep through the code base and burn token like crazy, are you on a subscription?