A Centralized R&D Team – Key to Highly Performing Agile Scrum Teams

If you have an Agile SCRUM based development center that consists of multiple SCRUM teams to working on different features and functionality of one or more product, you always have the concerns in relation with highly performing teams in terms of usage of relevant and latest technologies from time-to-time. One of the key challenges in front of SCRUM teams is to make sure that they are using most appropriate technologies at all point of time. This can be achieved in multiple different manners. Some of them are following:

  • Set aside stories for research & development of new tools & frameworks to be done in each sprints. Stories of such kind, however, spans across multiple sprints. This story includes evaluation of multiple frameworks along with proof of concept (POCs). In my experience, it has been found that this works but is not the most effective way of exploring new technologies and making sure that most effective technologies are adopted in development cycles.
  • Set aside a centralized research & development (R&D) team which can take on the R&D stories from backlogs created by multiple different SCRUM teams. You may also call this team as “architecture” team. This team can consists of technical specialists and architects anywhere from 2-4 depending upon the number of SCRUM teams and size of the teams. The SCRUM teams list down their R&D stories much in advance in centralized list of backlogs item. Thereafter, this R&D team calls upon a meeting with the respective team members from different SCRUM teams. In this meeting, the priorities of these stories can be identified along with timelines. The responsibility of this centralized R&D team is to do some of the following activities:
    1. Explore new tools & frameworks
    2. Counsel SCRUM teams on design discussions
    3. Do the design reviews of complex stories for various SCRUM teams
    4. Perform random code reviews
    5. Publish white papers, blogs on ongoing basis
Ajitesh Kumar

I have been recently working in the area of Data analytics including Data Science and Machine Learning / Deep Learning. I am also passionate about different technologies including programming languages such as Java/JEE, Javascript, Python, R, Julia, etc, and technologies such as Blockchain, mobile computing, cloud-native technologies, application security, cloud computing platforms, big data, etc. I would love to connect with you on Linkedin. Check out my latest book titled as First Principles Thinking: Building winning products using first principles thinking.

Recent Posts

Coefficient of Variation in Regression Modelling: Example

When building a regression model or performing regression analysis to predict a target variable, understanding…

2 days ago

Chunking Strategies for RAG with Examples

If you've built a "Naive" RAG pipeline, you've probably hit a wall. You've indexed your…

1 week ago

RAG Pipeline: 6 Steps for Creating Naive RAG App

If you're starting with large language models, you must have heard of RAG (Retrieval-Augmented Generation).…

1 week ago

Python: List Comprehension Explained with Examples

If you've spent any time with Python, you've likely heard the term "Pythonic." It refers…

2 weeks ago

Large Language Models (LLMs): Four Critical Modeling Stages

Large language models (LLMs) have fundamentally transformed our digital landscape, powering everything from chatbots and…

3 months ago

Agentic Workflow Design Patterns Explained with Examples

As Large Language Models (LLMs) evolve into autonomous agents, understanding agentic workflow design patterns has…

3 months ago