Backlog grooming in AI assisted world
Posted by AndBeingSelfReliant@reddit | ExperiencedDevs | View on Reddit | 4 comments
How has your teams backlog grooming process changed as AI adoption has increased in your team?
We have never gotten super detailed on our backlog. Its not uncommon for us to just have a title on some items. Maybe we get a bulleted list. Our team has a ton of product knowledge and the average tenure at the company is 10+ years.
Some parts of our org spend tons of time grooming features and pbi's to spec out everything and we are getting pulled more in that direction. Are you guys moving towards more documentation or less before implementation now that implementation / change may take less time than writing out all the requirements?
titpetric@reddit
I'm moving to an ai search rag for my knowledge base. You just need to visualize the backlog by ticket category, type, activity and you can query all that in JIRA, wouldn't think a LLM is needed here unless you want to use it for classification, to add some labels, do typical github actions bot things.
The jira search syntax can be a bit much, as long as your tickets are sanitary then the expectation is you can make a few bar charts, and maybe evaluate ticket quality with a rating using a LLM. A lot of tickets were filed as todos, with no context detail, so you can order by body length, etc.
I have seen some backlogs by now, other than a maintenance culture question, what you want to do and what you can do without other people involved are usually two things. If fixing a bug raises complaints as to what people commit to in sprint, then the backlog is just an example of people that learned better than wasting time on backlogs.
OAKI-io@reddit
AI makes thin tickets more dangerous, not less. a senior can fill in the missing context from memory, but an agent will happily guess around it. the useful shift is probably not huge specs, it is adding the decision boundaries: what files/systems are involved, what not to change, and what “done” means.
a_slay_nub@reddit
For us, our backlog is things that we're just not doing. Not necessarily things we don't have time for. AI doesn't change that.
RuthlessMango@reddit
This is a use case my team has discussed... Who knows when we'll ever get around to it.