No Coding Before 10am
11–20 of 58 posts
Re: No Coding Before 10am
#12lol. my personal preference has always to do ALL the coding as early as possible. i get progressively dumber as the day wears on, seems sad to waste the prime hours on meetings and other more human things. I don't see how that would change if you accept the premise that code is now a commodity.
Re: No Coding Before 10am
#13lol. my personal preference has always to do ALL the coding as early as possible. i get progressively dumber as the day wears on, seems sad to waste the prime hours on meetings and other more human things. I don't see how that would change if you accept the premise that code is now a commodity.
Re: No Coding Before 10am
#14Some recent techniques claim to be solving this problem but none reached a release yet.
Working with what we have now, this is a recipe for disaster. Agents often lies about the outputs. The shorter the context space they have to manage while the bigger the data already in context makes it prone to lie and deceive.
It works ok for small changes on top of human code. That's what we know works now. The rest is more yet to be reached
Re: No Coding Before 10am
#15Plan before you code. Now your plan is just in a prompt.
Re: No Coding Before 10am
#16For this, which summarises vibe coding and hence the rest of the article, the models aren't good enough yet for novel applications.
With current models and assuming your engineers are of a reasonable level of experience, for now it seems to result in either greatly reduced velocity and higher costs, or worse outcomes.
One course correction in terms of planned process, because the model missed an obvious implication or statement, can save days of churning.
The math only really has a chance to work if you reduce your spend on in-house talent to compensate, and your product sits on a well-trodden path.
In terms of capability we're still at "could you easily outsource this particular project, low touch, to your typical software farm?"
Re: No Coding Before 10am
#17> If 10x more tokens saves a day, spend the tokens. The bottleneck is human decision-making time, not compute cost. This seems entirely backwards. Why spend money to optimize something that _isn't_ the bottleneck?
Re: No Coding Before 10am
#18lol. my personal preference has always to do ALL the coding as early as possible. i get progressively dumber as the day wears on, seems sad to waste the prime hours on meetings and other more human things. I don't see how that would change if you accept the premise that code is now a commodity.
In these cases, I just read the main point behind in this case is "create a way for devs to share context when working with AI".
Re: No Coding Before 10am
#19If I read stuff like that, I wonder what the F they are doing. Agents work overnight? On what? Stuck in some loop, trying to figure out how to solve a bug by trial and error because the agent isn't capable of finding the right solution? Nothing good will come out of that. When the agent clearly isn't capable of solving an issue in a reasonable amount of time, it needs help. Quite often, a hint is enough. That, of course, requires the developer to still understand what the agent is doing. Otherwise, most likely, it will sooner or later do something stupid to "solve" the issue. And later, you need to clean up that mess.
If your prompt is good and the agent is capable of implementing it correctly, it will be done in 10 minutes or less. If not, you still need to step in.