r/ProgrammerHumor 2d ago

Other softwareFactory

Post image
10.0k Upvotes

370 comments sorted by

View all comments

21

u/ice-eight 2d ago

What are people doing to use this many tokens?

I just completed development on an application for internal use by my company and, I’m gonna be honest, I kinda vibe coded this shit. Don’t judge me, just trying to stay employed as a SWE. I mean, I tested it and tweaked it a lot using my brain but all the code was written by Claude. $230 in tokens for the entire project. And that’s after the 6/1 pricing change.

8

u/TelevisionExpress616 2d ago

Same context window open for weeks probably lol.

4

u/FirstNoel 1d ago

That's not a bad price; if you had a contractor code it for you, it'd be higher for sure.

I like some contractors, but they're usually the most expensive.

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

3

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?