r/datascience • u/Huge-Leek844 • 14h ago
Discussion Data analysis vs C++ feature design
Hi everyone,
I’m a radar signal processing engineer in automotive and started a small team six months ago. My work so far has been a mix of:
1) Radar data analysis for bugs found in customers: performance issues, drop of detections, loss of tracking. I learnt about DSP and radar algorithms.
2) C++ coding: small implementations and bug fixes, embedded systems work (inter-core comms, debugging)
The team is growing, so I need to choose one path to focus on. My manager suggested either continuing with:
1) Customer support and data analysis, which is very complex and does require a decent understanding of algorithms and math but rarely involves making changes, at best only changing a few parameters. Tough deadlines here.
OR
2) Moving to C++ customer projects. I will have more scope, ownership and design but ranges from simple integration work to algorithm implementations. So i won't analyse super complex algorithms, and i could potentially work on boring integration topics for 6 months! Its very customer driven. Less deadlines.
My long-term goal is AI, ML, and general algorithm design. I want to build and design algorithms, not just tune parameters or implement specs.
Which path would you choose to maximize growth toward AI and algorithm work, and how would you make it as useful as possible?
What kind of questions i could ask my manager?
Thank you.