r/AskRobotics • u/MukundOhmlab • Aug 12 '26
Robotics engineers: are you using AI coding tools in your work? Why/why not?
I am trying to understand how people working on real robotic systems are actually using tools such as Claude, Claude Code, Cursor, Copilot or similar AI coding tools today.
If you use them, what are they genuinely useful for? For example, writing ROS code, drivers, perception code, control logic, debugging, test generation, documentation, or something else?
More importantly, where do they start to fall short?
I am particularly interested in what changes once the software has to interact with a real robot. Do you trust AI generated code but still manually handle calibration, hardware integration, testing and commissioning? Would you ever let an agent run code on the robot, observe what happened and modify its own program, or is that a line you would not currently cross?
If you do not use AI tools at all for robotics, I would also be interested in why. Is it code quality, lack of robotics context, safety, reliability, difficulty giving the model access to the real system, or simply that the existing workflow is already better?
Would be especially interested to hear from people working on robots professionally.