But the real cost that would be interesting is time value: Does he really spends less time for the same feature?
My development team costs $41.73 a month
11–20 of 41 posts
Re: My development team costs $41.73 a month
#12Earlier quoted context omitted.
Blog post author here. From my perspective I didn't have a development team before. I have one now. I guess I am a member of that team now. But I hadn't thought of it like that -- another strange dimension to working Copilot (and its ilk).
Also, I don't value Copilot at $41.73. What actually happens is that GitHub charges me $41.73. I value it at way more. The consumer surplus here is substantial, IMHO.
Re: My development team costs $41.73 a month
#13This was an interesting article and brought some good points around the fact that the AI never has a continuing backward/forward-looking context about one's project. Perhaps these ideas are being thought about to potentially add as features of LLMs somehow without making it unfeasible from token/context perspective.
Re: My development team costs $41.73 a month
#14Earlier quoted context omitted.
Also, I don't value Copilot at $41.73. What actually happens is that GitHub charges me $41.73. I value it at way more. The consumer surplus here is substantial, IMHO.
I wonder what their profit margin is, on an inference. Wonder if it is positive or negative.
Re: My development team costs $41.73 a month
#15I also submitted this earlier today prior to this submission, but it was flagged, which I was confused by, so glad this one got through. This was an interesting article and brought some good points around the fact that the AI never has a continuing backward/forward-looking context about one's project. Perhaps these ideas are being thought about to potentially add as features of LLMs somehow without making it unfeasib…
Re: My development team costs $41.73 a month
#16I think we need a mandatory disclosure on software "was >1% vibecoded" same as we have on allergens for food. This'll prevent its use in any safety-critical place.
Granted vibe coded junk will quickly get avoided if it is poorly written to the point that it makes auditing insufferable.
Re: My development team costs $41.73 a month
#17If the headline is true, this guy values the AI at $41.73, but his own time at $0/hr. If that's how we're measuring things, then my development team costs $0 a month.
Blog post author here. From my perspective I didn't have a development team before. I have one now. I guess I am a member of that team now. But I hadn't thought of it like that -- another strange dimension to working Copilot (and its ilk).
This is disconnected enough from how these words are normally used that the statement, and its downstream conclusions don't have a clear interpretation.
Re: My development team costs $41.73 a month
#18I think we need a mandatory disclosure on software "was >1% vibecoded" same as we have on allergens for food. This'll prevent its use in any safety-critical place.
If you care about safety, you care about the whole process—coding, sure, but also: code review, testing, what the design specs were, and what the failure-path is for when a bug (inevitably) makes it through.
Big companies produce lots of safety critical code, and it is inevitable that some incompetent people will sneak into the gaps, there. So, it is necessary to design a process that accounts for commits written by incompetent people.
Re: My development team costs $41.73 a month
#19I think we need a mandatory disclosure on software "was >1% vibecoded" same as we have on allergens for food. This'll prevent its use in any safety-critical place.