Reading view

past 20 devs our release QA cost just exploded

we went from a small team to 20+ and release QA scaled worst. more devs shipping more Al-generated code meant more flows to re-verify before each release. it ate real hours. my weekends too. adding people didn't help. the verify work grew faster than the team.

we put the verify step inside the agent loop using testsprite CLI. the agent runs a real session against the live app. when something breaks it gets a failure bundle it can act on and rerun. cloud account was a mild pain to sort out. passing checks pile up into a suite that sticks around so coverage builds as we ship.

people still own the judgment calls and the fuzzy edge cases. moving the routine verify work into the loop stopped release QA from tracking headcount. how are other founders keeping QA cost flat while the team grows?

submitted by /u/OddMaintenance6305 to r/Frontend
[link] [comments]
  •  

What's your fastest way to update a bunch of crm records at once?

I've got a list of accounts where multiple fields need updating and the thought of opening each record individually is already killing me

i know there are bulk edit/import options in most CRMs, but i'm curious what you guys actually use on your side

Is there a workflow or a tool you've found that makes this quick without creating a mess of duplicate or wrong data? because manual updates don't feel very scalable and joyful.

submitted by /u/OddMaintenance6305
[link] [comments]
  •  
❌