I’m willing to be wrong but this industry-wide emphasis on AI creative/coding workflows seems way over-engineered. Ime successful creative execution looks like micro-iterations where each output informs the next creative move. I can build something incredibly fast from essentially caveman grunt instructions through an LLM harness, iterating as I go. Optimizing for feeding a huge plan to an agent sounds to me like a n…
Backpressure is all you need
11–20 of 133 posts
Re: Backpressure is all you need
#12> It should also reduce the number of low-quality PRs your teammates have to review for details the agent should have caught itself. Oh boy.
Re: Backpressure is all you need
#13Oh this is 101. Anyone not doing this? If not do it now!
Re: Backpressure is all you need
#14Re: Backpressure is all you need
#15as usual, the tool isnt really doing whats listed on its label.
however, people are different so this might improve someones capability to deploy LLMs. might even provide better evidence where actual brain power is needed.
Re: Backpressure is all you need
#16I’m willing to be wrong but this industry-wide emphasis on AI creative/coding workflows seems way over-engineered. Ime successful creative execution looks like micro-iterations where each output informs the next creative move. I can build something incredibly fast from essentially caveman grunt instructions through an LLM harness, iterating as I go. Optimizing for feeding a huge plan to an agent sounds to me like a n…
Re: Backpressure is all you need
#17> It should also reduce the number of low-quality PRs your teammates have to review for details the agent should have caught itself. Oh boy.
Care to elaborate?
It is the responsibility of the person running the coding agent to make sure the resulting PRs are high quality. Putting that on your team mates, or worse, random open source project maintainers on the internet, is the definition of an extractive contribution.
Re: Backpressure is all you need
#18This seems to be the coding agents 101: build a strong feedback loop. Am I missing something?
Re: Backpressure is all you need
#19OP quoted the correct definition right at the start:
> In systems engineering, backpressure is the mechanism by which a downstream component signals upstream that it can't accept more work
(the "downstream component" being the human reviewer in this case)
But the measures they propose don't actually do that. They are more like fixed throttle elements which would slow down the rate of submissions of an agent and weed out some low-quality submissions before hitting "downstream".
I'm missing the connection to the actual capacity (or will) that the human developers have to review the submissions.
Re: Backpressure is all you need
#20This seems to be the coding agents 101: build a strong feedback loop. Am I missing something?