Remix.run Logo
shykes 2 hours ago

Think of it as a layered problem. If the bottom layer (CI) cannot keep up with the output of agents, then solving problems at a higher layer - like user experience checks - will be exponentially slower and less reliable. Kind of like how optimizing tight inner loops makes your whole program faster.

user43928 30 minutes ago | parent | next [-]

It's true because it usually makes no sense to QA test a build where the test suite has not yet passed.

Sharlin 2 hours ago | parent | prev [-]

Uh, no. If stage X is the bottleneck, it's immaterial how much you speed up stage Y.

shykes an hour ago | parent [-]

You're assuming QA reviews won't be fully automated, and triggered from a CI pipeline.

oblio an hour ago | parent [-]

We can assume lots of things, but at some point the rubber must hit the road.

What exactly are you using to back up this claim?

> QA reviews [...] fully automated